]> git.lyx.org Git - features.git/blob - lib/doc/Math.lyx
Math.lyx: change fonts as discussed
[features.git] / lib / doc / Math.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 503
3 \begin_document
4 \begin_header
5 \origin unavailable
6 \textclass scrartcl
7 \begin_preamble
8 % DO NOT ALTER THIS PREAMBLE!!!
9 %
10 % This preamble is designed to ensure that the file prints
11 % out as advertised. If you mess with this preamble,
12 % parts of this document may not print out as expected.  If you
13 % have problems LaTeXing this file, please contact 
14 % the documentation team
15 % email: lyx-docs@lists.lyx.org
16
17 % solves the following problem:
18 % If the dection number consits of too many numerals the section heading
19 % will be printed in the TOC without a space between it and the section number.
20 % As solution more space between the number and the heading is inserted:
21 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
22 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
23
24 % increase link area for cross-references and autoname them,
25 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
26 \@ifundefined{extrasenglish}{\usepackage[english]{babel}}{}
27 \@ifpackageloaded{babel}{
28  \addto\extrasenglish{%
29   \renewcommand*{\equationautorefname}[1]{}%
30   \renewcommand{\sectionautorefname}{sec.\negthinspace}%
31   \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
32   \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
33  }
34 }{}
35
36 % don't load packages twice
37 % see first footnote in sec. 9.3
38 \@ifundefined{textcolor}{\usepackage{color}}{}
39
40 % the pages of the TOC are numbered roman
41 % and a PDF-bookmark for the TOC is added
42 \pagenumbering{roman}
43 \let\myTOC\tableofcontents
44 \renewcommand{\tableofcontents}{%
45  \vspace{1cm}
46  \pdfbookmark[1]{\contentsname}{}
47  \myTOC
48  \cleardoublepage
49  \pagenumbering{arabic}}
50
51 % add 0.5 mm vertical space for table rows
52 \@ifundefined{extrarowheight} {\usepackage{array}}{}
53 \setlength{\extrarowheight}{0.5mm}
54
55 % insert additional vertical space of 1.5 mm between footnotes,
56 \let\myFoot\footnote
57 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
58
59 % makes caption labels bold
60 \setkomafont{captionlabel}{\bfseries}
61
62 % enables calculation of values
63 \usepackage{calc}
64
65 % for multiple columns used in sec. 24.7
66 \usepackage{multicol}
67
68 % needed in sec. 19.4
69 \usepackage{remreset}
70
71 % for the Fourier transformation symbol
72 \usepackage{mathrsfs}
73
74 % define a color, used in sec.9.3
75 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
76
77 % declare operators (see sec. 10.4 and sec. 15.2)
78 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
79 \DeclareMathOperator{\sgn}{sgn}
80
81 % example definitions for sec. 20.1 
82 \newcommand{\gr}{\Longrightarrow}
83 \newcommand{\us}[1]{\underline{#1}}
84 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
85 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
86 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
87
88 % example macro from sec. 19.4
89 %\def\tagform@#1{\maketag@@@{|#1|}}
90
91
92 % ------------------------------------
93 % used to check for needed LaTeX packages
94 \usepackage{ifthen}
95
96 % check for package undertilde
97 % used for the command \utilde
98 \newboolean{undertilde}
99 \IfFileExists{undertilde.sty}
100  {\usepackage{undertilde}
101   \setboolean{undertilde}{true}}
102  {\setboolean{undertilde}{false}}
103
104 % check for package eurosym
105 % used for the Euro symbol
106 \newboolean{eurosym}
107 \IfFileExists{eurosym.sty}
108  {\usepackage[gennarrow]{eurosym}
109   \setboolean{eurosym}{true}}
110  {\setboolean{eurosym}{false}}
111
112 % check for package braket
113 % used for physical vectors
114 \newboolean{braket}
115 \IfFileExists{braket.sty}
116  {\usepackage{braket}
117   \setboolean{braket}{true}}
118  {\setboolean{braket}{false}}
119
120 % check for package cancel
121 \newboolean{cancel}
122 \IfFileExists{cancel.sty}
123  {\usepackage{cancel}
124   \setboolean{cancel}{true}}
125  {\setboolean{cancel}{false}}
126
127 % check for package upgreek
128 \newboolean{upgreek}
129 \IfFileExists{upgreek.sty}
130  {\usepackage{upgreek}
131   \setboolean{upgreek}{true}}
132  {\setboolean{upgreek}{false}}
133 \end_preamble
134 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
135 \use_default_options false
136 \maintain_unincluded_children false
137 \language english
138 \language_package default
139 \inputencoding auto
140 \fontencoding global
141 \font_roman "lmodern" "default"
142 \font_sans "lmss" "default"
143 \font_typewriter "lmtt" "default"
144 \font_math "auto" "auto"
145 \font_default_family default
146 \use_non_tex_fonts false
147 \font_sc false
148 \font_osf false
149 \font_sf_scale 100 100
150 \font_tt_scale 100 100
151 \graphics default
152 \default_output_format default
153 \output_sync 0
154 \bibtex_command default
155 \index_command default
156 \paperfontsize 12
157 \spacing single
158 \use_hyperref true
159 \pdf_title "LyX's Math Manual"
160 \pdf_author "LyX Team, Uwe Stöhr"
161 \pdf_subject "LyX-documentation about math"
162 \pdf_keywords "LyX, Mathed"
163 \pdf_bookmarks true
164 \pdf_bookmarksnumbered true
165 \pdf_bookmarksopen true
166 \pdf_bookmarksopenlevel 1
167 \pdf_breaklinks false
168 \pdf_pdfborder false
169 \pdf_colorlinks true
170 \pdf_backref false
171 \pdf_pdfusetitle false
172 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
173 \papersize a4paper
174 \use_geometry false
175 \use_package amsmath 2
176 \use_package amssymb 2
177 \use_package cancel 0
178 \use_package esint 1
179 \use_package mathdots 1
180 \use_package mathtools 2
181 \use_package mhchem 1
182 \use_package stackrel 0
183 \use_package stmaryrd 0
184 \use_package undertilde 0
185 \cite_engine basic
186 \cite_engine_type default
187 \biblio_style plain
188 \use_bibtopic false
189 \use_indices false
190 \paperorientation portrait
191 \suppress_date false
192 \justification true
193 \use_refstyle 0
194 \notefontcolor #0000ff
195 \index Index
196 \shortcut idx
197 \color #008000
198 \end_index
199 \secnumdepth 4
200 \tocdepth 3
201 \paragraph_separation skip
202 \defskip medskip
203 \quotes_language english
204 \papercolumns 1
205 \papersides 2
206 \paperpagestyle plain
207 \bullet 1 0 6 -1
208 \bullet 2 2 35 -1
209 \bullet 3 2 7 -1
210 \tracking_changes false
211 \output_changes false
212 \html_math_output 0
213 \html_css_as_file 0
214 \html_be_strict false
215 \end_header
216
217 \begin_body
218
219 \begin_layout Title
220 \SpecialChar LyX
221 's detailed Math manual
222 \end_layout
223
224 \begin_layout Author
225 by the \SpecialChar LyX
226  Team
227 \begin_inset Foot
228 status collapsed
229
230 \begin_layout Plain Layout
231 \noindent
232 If you have comments or error corrections, please send them to the \SpecialChar LyX
233  Documentatio
234 n mailing list: 
235 \family typewriter
236
237 \begin_inset CommandInset href
238 LatexCommand href
239 name "lyx-docs@lists.lyx.org"
240 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
241 type "mailto:"
242
243 \end_inset
244
245
246 \end_layout
247
248 \end_inset
249
250
251 \begin_inset Note Note
252 status collapsed
253
254 \begin_layout Plain Layout
255 author: Uwe Stöhr
256 \end_layout
257
258 \end_inset
259
260
261 \begin_inset Newline newline
262 \end_inset
263
264
265 \begin_inset Newline newline
266 \end_inset
267
268
269 \family sans
270 Version 2.2.x
271 \end_layout
272
273 \begin_layout Standard
274 \begin_inset CommandInset toc
275 LatexCommand tableofcontents
276
277 \end_inset
278
279
280 \end_layout
281
282 \begin_layout Standard
283 \begin_inset Note Note
284 status open
285
286 \begin_layout Plain Layout
287 To export this document to PDF, PS or DVI the \SpecialChar LaTeX
288 -packages 
289 \series bold
290 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
291 \series default
292  and 
293 \series bold
294 was
295 \series default
296  should be installed.
297  If they are not installed the document can be exported anyway but the sections
298  where the packages are required will not appear in the output.
299  An exception is 
300 \series bold
301 mhchem
302 \series default
303 ; if it is not installed, this file cannot be exported.
304 \end_layout
305
306 \begin_layout Plain Layout
307 The latest PDF-version of this document can be found here:
308 \begin_inset Newline newline
309 \end_inset
310
311
312 \series bold
313 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
314 \end_layout
315
316 \end_inset
317
318
319 \end_layout
320
321 \begin_layout Standard
322 \begin_inset Newpage newpage
323 \end_inset
324
325
326 \end_layout
327
328 \begin_layout Section
329 Introduction
330 \end_layout
331
332 \begin_layout Standard
333 This document explains \SpecialChar LyX
334 's math features and is furthermore a collection
335  of \SpecialChar LaTeX
336 -commands used for mathematical characters and constructs.
337  The explanations are designed for the usage of commands.
338  It is therefore required that you have read the section 
339 \family typewriter
340 Mathematical
341 \begin_inset space ~
342 \end_inset
343
344 Formulas
345 \family default
346  of the User's Guide.
347 \end_layout
348
349 \begin_layout Standard
350 Most of the characters and many constructs explained in this manual are
351  also accessible via the menu 
352 \family sans
353 Insert
354 \series bold
355 \SpecialChar menuseparator
356
357 \series default
358 Math
359 \family default
360  or the 
361 \family sans
362 math
363 \family default
364 \series bold
365  
366 \family sans
367 \series default
368 toolbar
369 \family default
370 .
371  But everybody who has to write lots of formulas will notice that it is
372  much faster to use commands instead of the math toolbar.
373  Therefore this manual is focused on commands but also mentions the correspondin
374 g toolbar buttons when available.
375 \end_layout
376
377 \begin_layout Standard
378 If not specially mentioned the commands are only available within formulas.
379  To be able to use all commands explained in this document, the option 
380 \family sans
381 Use AMS math package
382 \family default
383  must be checked in the document settings (menu 
384 \family sans
385 Document\SpecialChar menuseparator
386 Settings\SpecialChar menuseparator
387 Math
388 \begin_inset space ~
389 \end_inset
390
391 Options
392 \family default
393 ).
394 \begin_inset Foot
395 status collapsed
396
397 \begin_layout Plain Layout
398 The option 
399 \family sans
400 Use AMS math package automatically
401 \family default
402  only uses 
403 \begin_inset ERT
404 status collapsed
405
406 \begin_layout Plain Layout
407
408
409 \backslash
410 AmS 
411 \end_layout
412
413 \end_inset
414
415 -math when math constructs are found that are supported by \SpecialChar LyX
416 .
417 \end_layout
418
419 \end_inset
420
421
422 \end_layout
423
424 \begin_layout Standard
425 This document doesn't list all 
426 \begin_inset ERT
427 status collapsed
428
429 \begin_layout Plain Layout
430
431
432 \backslash
433 AmS 
434 \end_layout
435
436 \end_inset
437
438 -math commands
439 \begin_inset Foot
440 status collapsed
441
442 \begin_layout Plain Layout
443 A list with all 
444 \begin_inset ERT
445 status collapsed
446
447 \begin_layout Plain Layout
448
449
450 \backslash
451 AmS
452 \end_layout
453
454 \end_inset
455
456 -math commands is in the file 
457 \family sans
458
459 \begin_inset CommandInset href
460 LatexCommand href
461 name "amsguide.ps"
462 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
463
464 \end_inset
465
466
467 \family default
468 , which is part of every \SpecialChar LaTeX
469  standard installation.
470 \end_layout
471
472 \end_inset
473
474  for lucidity reasons.
475 \end_layout
476
477 \begin_layout Section
478 General Instructions
479 \end_layout
480
481 \begin_layout Standard
482 To create an inline formula
483 \begin_inset Index idx
484 status collapsed
485
486 \begin_layout Plain Layout
487 Formula ! inline
488 \end_layout
489
490 \end_inset
491
492  that is embedded into a text line, use one of the shortcuts 
493 \begin_inset Info
494 type  "shortcuts"
495 arg   "math-mode"
496 \end_inset
497
498  or the toolbar button 
499 \begin_inset Info
500 type  "icon"
501 arg   "math-mode"
502 \end_inset
503
504 .
505 \begin_inset Newline newline
506 \end_inset
507
508 To create a display style formula
509 \begin_inset Index idx
510 status collapsed
511
512 \begin_layout Plain Layout
513 Formula ! display style
514 \end_layout
515
516 \end_inset
517
518  which will appear bigger, has a different format, and will be in a separate
519  paragraph, use one of these shortcuts: 
520 \begin_inset Info
521 type  "shortcuts"
522 arg   "math-display"
523 \end_inset
524
525 .
526 \end_layout
527
528 \begin_layout Standard
529 To change a display style formula to an inline formula, set the cursor into
530  the formula and use one of the shortcuts 
531 \begin_inset Info
532 type  "shortcuts"
533 arg   "math-mode"
534 \end_inset
535
536  or the menu 
537 \family sans
538 Edit\SpecialChar menuseparator
539 Math\SpecialChar menuseparator
540 Change formula type
541 \family default
542 .
543  The same way is used to change an inline formula to a display style formula.
544 \end_layout
545
546 \begin_layout Standard
547 To display parts of an inline formula in the size of a display style formula,
548  enter the command 
549 \series bold
550
551 \backslash
552 displaystyle
553 \series default
554
555 \begin_inset Index idx
556 status collapsed
557
558 \begin_layout Plain Layout
559 Commands ! D ! 
560 \backslash
561 displaystyle
562 \end_layout
563
564 \end_inset
565
566  to a formula.
567  Then a new blue box appears in which the desired formula part is inserted.
568 \end_layout
569
570 \begin_layout Standard
571 Only inline formulas are allowed inside tables.
572 \end_layout
573
574 \begin_layout Standard
575 The 
576 \family sans
577 math toolbar
578 \family default
579  can be turned on in the menu 
580 \family sans
581 View\SpecialChar menuseparator
582 Toolbars
583 \family default
584 .
585  When you click there on 
586 \begin_inset Quotes eld
587 \end_inset
588
589 Math
590 \begin_inset Quotes erd
591 \end_inset
592
593  the toolbar will be shown permanently at the bottom; this state is visualized
594  in the 
595 \family sans
596 Toolbars
597 \family default
598  menu with a checkmark.
599  When you click in this state again on 
600 \begin_inset Quotes eld
601 \end_inset
602
603 Math
604 \begin_inset Quotes erd
605 \end_inset
606
607  in the 
608 \family sans
609 Toolbars
610 \family default
611  menu, the 
612 \family sans
613 math toolbar
614 \family default
615  is only shown when the cursor is within a formula; this state is visualized
616  by the renaming of the menu entry from 
617 \begin_inset Quotes eld
618 \end_inset
619
620 Math
621 \begin_inset Quotes erd
622 \end_inset
623
624  to 
625 \begin_inset Quotes eld
626 \end_inset
627
628 Math
629 \begin_inset space ~
630 \end_inset
631
632 (auto)
633 \begin_inset Quotes erd
634 \end_inset
635
636 .
637 \end_layout
638
639 \begin_layout Standard
640 The \SpecialChar TeX
641  mode
642 \begin_inset Index idx
643 status collapsed
644
645 \begin_layout Plain Layout
646 T@\SpecialChar TeX
647 -mode
648 \end_layout
649
650 \end_inset
651
652  is invoked by pressing the toolbar button 
653 \begin_inset Info
654 type  "icon"
655 arg   "ert-insert"
656 \end_inset
657
658  or by using the menu 
659 \family sans
660 Insert\SpecialChar menuseparator
661 TeX Code
662 \family default
663  (shortcut 
664 \begin_inset Info
665 type  "shortcut"
666 arg   "ert-insert"
667 \end_inset
668
669 ).
670 \end_layout
671
672 \begin_layout Standard
673 To change the \SpecialChar LaTeX
674 -preamble
675 \begin_inset Index idx
676 status collapsed
677
678 \begin_layout Plain Layout
679 L@\SpecialChar LaTeX
680 -preamble
681 \end_layout
682
683 \end_inset
684
685 , use the menu 
686 \family sans
687 Document\SpecialChar menuseparator
688 Settings\SpecialChar menuseparator
689 LaTeX
690 \family default
691  
692 \family sans
693 Preamble
694 \family default
695 .
696 \end_layout
697
698 \begin_layout Standard
699 To edit matrices, case differentiations and multiline formulas subsequently,
700  use the menus 
701 \family sans
702 Edit\SpecialChar menuseparator
703 Math
704 \family default
705  and 
706 \family sans
707 Edit\SpecialChar menuseparator
708 Rows
709 \begin_inset space \thinspace{}
710 \end_inset
711
712 &
713 \begin_inset space \thinspace{}
714 \end_inset
715
716 Columns,
717 \family default
718  or the 
719 \family sans
720 table toolbar
721 \family default
722 .
723  When lines and columns are swapped via the menu, the column or line where
724  the cursor is in is exchanged with the column to the right or the line
725  below, respectively.
726  Is the cursor in the last column or row, the exchange is done with the
727  column to the left or the line above.
728 \end_layout
729
730 \begin_layout Standard
731 To write text in formulas
732 \begin_inset Foot
733 status collapsed
734
735 \begin_layout Plain Layout
736 For multiline formulas the command 
737 \series bold
738
739 \backslash
740 intertext
741 \series default
742  is used, see 
743 \begin_inset CommandInset ref
744 LatexCommand ref
745 reference "subsec:Text-in-multiline"
746
747 \end_inset
748
749 .
750 \end_layout
751
752 \end_inset
753
754  
755 \emph on
756 mathematical text
757 \emph default
758
759 \begin_inset Index idx
760 status collapsed
761
762 \begin_layout Plain Layout
763 Text ! in formulas
764 \end_layout
765
766 \end_inset
767
768
769 \begin_inset Index idx
770 status collapsed
771
772 \begin_layout Plain Layout
773 Mathematical text
774 \end_layout
775
776 \end_inset
777
778  is used.
779  This mode is invoked with the shortcut 
780 \begin_inset Info
781 type  "shortcut"
782 arg   "font-default"
783 \end_inset
784
785  or by the insertion of the command 
786 \series bold
787
788 \backslash
789 text
790 \series default
791
792 \begin_inset Index idx
793 status collapsed
794
795 \begin_layout Plain Layout
796 Commands ! T ! 
797 \backslash
798 text
799 \end_layout
800
801 \end_inset
802
803 .
804  The text appears black in \SpecialChar LyX
805  and can therefore be distinguished from the
806  other formula parts which appear blue.
807  In the output mathematical text is set upright, in contrary to other formula
808  parts.
809 \end_layout
810
811 \begin_layout Subsection*
812 Command Scheme
813 \end_layout
814
815 \begin_layout Standard
816 Most of the \SpecialChar LaTeX
817 -commands for math constructs have the following scheme:
818 \end_layout
819
820 \begin_layout Standard
821
822 \series bold
823
824 \backslash
825 commandname[optional
826 \series default
827  
828 \series bold
829 argument]{required
830 \series default
831  
832 \series bold
833 argument}
834 \end_layout
835
836 \begin_layout Standard
837 A command always starts with a backslash 
838 \begin_inset Quotes gld
839 \end_inset
840
841
842 \series bold
843
844 \backslash
845
846 \series default
847
848 \begin_inset Quotes grd
849 \end_inset
850
851 .
852  To omit optional arguments, also omit the associated brackets.
853  The braces around the required arguments are named in this document as
854  \SpecialChar TeX
855  braces
856 \begin_inset Index idx
857 status collapsed
858
859 \begin_layout Plain Layout
860 T@\SpecialChar TeX
861 -braces
862 \end_layout
863
864 \end_inset
865
866 .
867  If you add in a formula a left brace to a command name, \SpecialChar LyX
868  automatically
869  creates a \SpecialChar TeX
870  brace.
871  In all other cases \SpecialChar TeX
872  braces are created in formulas with the command 
873 \series bold
874
875 \backslash
876 {
877 \series default
878 .
879  \SpecialChar TeX
880  braces appear red in \SpecialChar LyX
881 , in contrary to normal braces which appear blue.
882  In \SpecialChar TeX
883  mode no command is needed to get \SpecialChar TeX
884  braces.
885  \SpecialChar TeX
886  braces don't appear in the output.
887 \end_layout
888
889 \begin_layout Standard
890 When commands without arguments, like commands for symbols are entered in
891  \SpecialChar TeX
892  mode, a space character must 
893 \emph on
894 always
895 \emph default
896  be behind the command to end it.
897  This space doesn't appear in the output.
898  When the space should appear in the output, the space must be followed
899  by a protected space in normal text.
900 \end_layout
901
902 \begin_layout Standard
903 A protected space is inserted with 
904 \begin_inset Info
905 type  "shortcuts"
906 arg   "command-alternatives space-insert protected ; math-space"
907 \end_inset
908
909 .
910 \end_layout
911
912 \begin_layout Subsection*
913 \begin_inset Newpage newpage
914 \end_inset
915
916 Syntax Explanation
917 \end_layout
918
919 \begin_layout Itemize
920 The symbol 
921 \begin_inset space \textvisiblespace{}
922 \end_inset
923
924  denotes a space character to be input.
925 \end_layout
926
927 \begin_layout Itemize
928 An arrow like 
929 \begin_inset Formula $\to$
930 \end_inset
931
932  denotes the usage of the corresponding arrow key on the keyboard.
933  The 
934 \family sans
935 Tab
936 \family default
937  key can often be used instead of 
938 \begin_inset Formula $\to$
939 \end_inset
940
941  and 
942 \begin_inset Formula $\downarrow$
943 \end_inset
944
945 , and 
946 \family sans
947 Shift+Tab
948 \family default
949  instead of 
950 \begin_inset Formula $\leftarrow$
951 \end_inset
952
953  and 
954 \begin_inset Formula $\uparrow$
955 \end_inset
956
957 .
958 \end_layout
959
960 \begin_layout Subsection*
961 Available units
962 \end_layout
963
964 \begin_layout Standard
965 \align center
966 \begin_inset Float table
967 placement H
968 wide false
969 sideways false
970 status open
971
972 \begin_layout Plain Layout
973 \align center
974 \begin_inset Caption Standard
975
976 \begin_layout Plain Layout
977 \begin_inset CommandInset label
978 LatexCommand label
979 name "tab:Available-units"
980
981 \end_inset
982
983 Available units
984 \end_layout
985
986 \end_inset
987
988
989 \end_layout
990
991 \begin_layout Plain Layout
992 \align center
993 \begin_inset Tabular
994 <lyxtabular version="3" rows="13" columns="2">
995 <features booktabs="true" tabularvalignment="middle">
996 <column alignment="center" valignment="top">
997 <column alignment="center" valignment="top" width="0pt">
998 <row>
999 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1000 \begin_inset Text
1001
1002 \begin_layout Plain Layout
1003 Unit
1004 \end_layout
1005
1006 \end_inset
1007 </cell>
1008 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1009 \begin_inset Text
1010
1011 \begin_layout Plain Layout
1012 Name / Description
1013 \end_layout
1014
1015 \end_inset
1016 </cell>
1017 </row>
1018 <row>
1019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1020 \begin_inset Text
1021
1022 \begin_layout Plain Layout
1023 mm
1024 \end_layout
1025
1026 \end_inset
1027 </cell>
1028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1029 \begin_inset Text
1030
1031 \begin_layout Plain Layout
1032 Millimeter
1033 \end_layout
1034
1035 \end_inset
1036 </cell>
1037 </row>
1038 <row>
1039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1040 \begin_inset Text
1041
1042 \begin_layout Plain Layout
1043 cm
1044 \end_layout
1045
1046 \end_inset
1047 </cell>
1048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1049 \begin_inset Text
1050
1051 \begin_layout Plain Layout
1052 Centimeter
1053 \end_layout
1054
1055 \end_inset
1056 </cell>
1057 </row>
1058 <row>
1059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1060 \begin_inset Text
1061
1062 \begin_layout Plain Layout
1063 in
1064 \end_layout
1065
1066 \end_inset
1067 </cell>
1068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1069 \begin_inset Text
1070
1071 \begin_layout Plain Layout
1072 Inch (1
1073 \begin_inset space \thinspace{}
1074 \end_inset
1075
1076 in = 2,54
1077 \begin_inset space \thinspace{}
1078 \end_inset
1079
1080 cm)
1081 \end_layout
1082
1083 \end_inset
1084 </cell>
1085 </row>
1086 <row>
1087 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1088 \begin_inset Text
1089
1090 \begin_layout Plain Layout
1091 pt
1092 \end_layout
1093
1094 \end_inset
1095 </cell>
1096 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1097 \begin_inset Text
1098
1099 \begin_layout Plain Layout
1100 Point (72.27
1101 \begin_inset space \thinspace{}
1102 \end_inset
1103
1104 pt = 1
1105 \begin_inset space \thinspace{}
1106 \end_inset
1107
1108 in)
1109 \end_layout
1110
1111 \end_inset
1112 </cell>
1113 </row>
1114 <row>
1115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1116 \begin_inset Text
1117
1118 \begin_layout Plain Layout
1119 pc
1120 \end_layout
1121
1122 \end_inset
1123 </cell>
1124 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1125 \begin_inset Text
1126
1127 \begin_layout Plain Layout
1128 Pica (1
1129 \begin_inset space \thinspace{}
1130 \end_inset
1131
1132 pc = 12
1133 \begin_inset space \thinspace{}
1134 \end_inset
1135
1136 pt)
1137 \end_layout
1138
1139 \end_inset
1140 </cell>
1141 </row>
1142 <row>
1143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1144 \begin_inset Text
1145
1146 \begin_layout Plain Layout
1147 sp
1148 \end_layout
1149
1150 \end_inset
1151 </cell>
1152 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1153 \begin_inset Text
1154
1155 \begin_layout Plain Layout
1156 scaled point (65536
1157 \begin_inset space \thinspace{}
1158 \end_inset
1159
1160 sp = 1
1161 \begin_inset space \thinspace{}
1162 \end_inset
1163
1164 pt)
1165 \end_layout
1166
1167 \end_inset
1168 </cell>
1169 </row>
1170 <row>
1171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1172 \begin_inset Text
1173
1174 \begin_layout Plain Layout
1175 böp
1176 \end_layout
1177
1178 \end_inset
1179 </cell>
1180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1181 \begin_inset Text
1182
1183 \begin_layout Plain Layout
1184 big point (72
1185 \begin_inset space \thinspace{}
1186 \end_inset
1187
1188 bp = 1
1189 \begin_inset space \thinspace{}
1190 \end_inset
1191
1192 in)
1193 \end_layout
1194
1195 \end_inset
1196 </cell>
1197 </row>
1198 <row>
1199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1200 \begin_inset Text
1201
1202 \begin_layout Plain Layout
1203 dd
1204 \end_layout
1205
1206 \end_inset
1207 </cell>
1208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1209 \begin_inset Text
1210
1211 \begin_layout Plain Layout
1212 Didot (1
1213 \begin_inset space \thinspace{}
1214 \end_inset
1215
1216 dd 
1217 \begin_inset Formula $\approx$
1218 \end_inset
1219
1220  0.376
1221 \begin_inset space \thinspace{}
1222 \end_inset
1223
1224 mm)
1225 \end_layout
1226
1227 \end_inset
1228 </cell>
1229 </row>
1230 <row>
1231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1232 \begin_inset Text
1233
1234 \begin_layout Plain Layout
1235 cc
1236 \end_layout
1237
1238 \end_inset
1239 </cell>
1240 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1241 \begin_inset Text
1242
1243 \begin_layout Plain Layout
1244 Cicero (1
1245 \begin_inset space \thinspace{}
1246 \end_inset
1247
1248 cc = 12
1249 \begin_inset space \thinspace{}
1250 \end_inset
1251
1252 dd)
1253 \end_layout
1254
1255 \end_inset
1256 </cell>
1257 </row>
1258 <row>
1259 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1260 \begin_inset Text
1261
1262 \begin_layout Plain Layout
1263 ex
1264 \end_layout
1265
1266 \end_inset
1267 </cell>
1268 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1269 \begin_inset Text
1270
1271 \begin_layout Plain Layout
1272 Height of letter 
1273 \emph on
1274
1275 \begin_inset Quotes eld
1276 \end_inset
1277
1278 x
1279 \emph default
1280
1281 \begin_inset Quotes erd
1282 \end_inset
1283
1284  in the current font
1285 \end_layout
1286
1287 \end_inset
1288 </cell>
1289 </row>
1290 <row>
1291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1292 \begin_inset Text
1293
1294 \begin_layout Plain Layout
1295 em
1296 \end_layout
1297
1298 \end_inset
1299 </cell>
1300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1301 \begin_inset Text
1302
1303 \begin_layout Plain Layout
1304 width of letter 
1305 \begin_inset Quotes eld
1306 \end_inset
1307
1308
1309 \emph on
1310 M
1311 \emph default
1312
1313 \begin_inset Quotes erd
1314 \end_inset
1315
1316  in the current font
1317 \end_layout
1318
1319 \end_inset
1320 </cell>
1321 </row>
1322 <row>
1323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
1324 \begin_inset Text
1325
1326 \begin_layout Plain Layout
1327 mu
1328 \end_layout
1329
1330 \end_inset
1331 </cell>
1332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
1333 \begin_inset Text
1334
1335 \begin_layout Plain Layout
1336 math unit (1
1337 \begin_inset space \thinspace{}
1338 \end_inset
1339
1340 mu = 
1341 \begin_inset Formula $\nicefrac{1}{18}$
1342 \end_inset
1343
1344
1345 \begin_inset space \thinspace{}
1346 \end_inset
1347
1348 em)
1349 \end_layout
1350
1351 \end_inset
1352 </cell>
1353 </row>
1354 </lyxtabular>
1355
1356 \end_inset
1357
1358
1359 \end_layout
1360
1361 \end_inset
1362
1363
1364 \end_layout
1365
1366 \begin_layout Standard
1367 \begin_inset Newpage newpage
1368 \end_inset
1369
1370
1371 \end_layout
1372
1373 \begin_layout Section
1374 Basic Functions
1375 \end_layout
1376
1377 \begin_layout Subsection
1378 Exponents
1379 \begin_inset Index idx
1380 status collapsed
1381
1382 \begin_layout Plain Layout
1383 Exponents
1384 \end_layout
1385
1386 \end_inset
1387
1388  and Indices
1389 \begin_inset Index idx
1390 status collapsed
1391
1392 \begin_layout Plain Layout
1393 Indices
1394 \end_layout
1395
1396 \end_inset
1397
1398
1399 \begin_inset Index idx
1400 status collapsed
1401
1402 \begin_layout Plain Layout
1403 Superscripts|see
1404 \begin_inset ERT
1405 status collapsed
1406
1407 \begin_layout Plain Layout
1408
1409 {
1410 \end_layout
1411
1412 \end_inset
1413
1414 Exponents
1415 \begin_inset ERT
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419
1420 }
1421 \end_layout
1422
1423 \end_inset
1424
1425
1426 \end_layout
1427
1428 \end_inset
1429
1430
1431 \begin_inset Index idx
1432 status collapsed
1433
1434 \begin_layout Plain Layout
1435 Subscripts|see
1436 \begin_inset ERT
1437 status collapsed
1438
1439 \begin_layout Plain Layout
1440
1441 {
1442 \end_layout
1443
1444 \end_inset
1445
1446 Indices
1447 \begin_inset ERT
1448 status collapsed
1449
1450 \begin_layout Plain Layout
1451
1452 }
1453 \end_layout
1454
1455 \end_inset
1456
1457
1458 \end_layout
1459
1460 \end_inset
1461
1462
1463 \end_layout
1464
1465 \begin_layout Standard
1466 Indices are created with an underscore 
1467 \begin_inset Quotes eld
1468 \end_inset
1469
1470 _
1471 \begin_inset Quotes erd
1472 \end_inset
1473
1474  or via the math toolbar button 
1475 \begin_inset Info
1476 type  "icon"
1477 arg   "math-subscript"
1478 \end_inset
1479
1480 , exponents with a caret 
1481 \begin_inset Quotes eld
1482 \end_inset
1483
1484 ^
1485 \begin_inset Quotes erd
1486 \end_inset
1487
1488  or via the math toolbar button 
1489 \begin_inset Info
1490 type  "icon"
1491 arg   "math-superscript"
1492 \end_inset
1493
1494 .
1495 \begin_inset Separator parbreak
1496 \end_inset
1497
1498
1499 \end_layout
1500
1501 \begin_layout Standard
1502 \align center
1503 \begin_inset Tabular
1504 <lyxtabular version="3" rows="4" columns="2">
1505 <features booktabs="true" tabularvalignment="middle">
1506 <column alignment="center" valignment="top" width="0pt">
1507 <column alignment="center" valignment="top" width="0pt">
1508 <row>
1509 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1510 \begin_inset Text
1511
1512 \begin_layout Plain Layout
1513 Command
1514 \end_layout
1515
1516 \end_inset
1517 </cell>
1518 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1519 \begin_inset Text
1520
1521 \begin_layout Plain Layout
1522 Result
1523 \end_layout
1524
1525 \end_inset
1526 </cell>
1527 </row>
1528 <row>
1529 <cell alignment="center" valignment="top" usebox="none">
1530 \begin_inset Text
1531
1532 \begin_layout Plain Layout
1533 B_V
1534 \end_layout
1535
1536 \end_inset
1537 </cell>
1538 <cell alignment="center" valignment="top" usebox="none">
1539 \begin_inset Text
1540
1541 \begin_layout Plain Layout
1542 \begin_inset Formula $B_{V}$
1543 \end_inset
1544
1545
1546 \end_layout
1547
1548 \end_inset
1549 </cell>
1550 </row>
1551 <row topspace="1.5mm">
1552 <cell alignment="center" valignment="top" usebox="none">
1553 \begin_inset Text
1554
1555 \begin_layout Plain Layout
1556 B^V
1557 \end_layout
1558
1559 \end_inset
1560 </cell>
1561 <cell alignment="center" valignment="top" usebox="none">
1562 \begin_inset Text
1563
1564 \begin_layout Plain Layout
1565 \begin_inset Formula $B^{V}$
1566 \end_inset
1567
1568
1569 \end_layout
1570
1571 \end_inset
1572 </cell>
1573 </row>
1574 <row topspace="1.5mm">
1575 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1576 \begin_inset Text
1577
1578 \begin_layout Plain Layout
1579 B^
1580 \begin_inset space \textvisiblespace{}
1581 \end_inset
1582
1583 A
1584 \end_layout
1585
1586 \end_inset
1587 </cell>
1588 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1589 \begin_inset Text
1590
1591 \begin_layout Plain Layout
1592 \begin_inset Formula $B^{A}$
1593 \end_inset
1594
1595
1596 \end_layout
1597
1598 \end_inset
1599 </cell>
1600 </row>
1601 </lyxtabular>
1602
1603 \end_inset
1604
1605
1606 \end_layout
1607
1608 \begin_layout Standard
1609 As the caret is in some languages an accent, vowels will be accentuated
1610  in this case and not set as exponents
1611 \begin_inset Foot
1612 status collapsed
1613
1614 \begin_layout Plain Layout
1615 Depending on the used keyboard settings this can also happen for characters
1616  other than vowels.
1617 \end_layout
1618
1619 \end_inset
1620
1621 .
1622  To get exponents in this case, press 
1623 \family sans
1624 Space
1625 \family default
1626  after the caret as in the last example.
1627 \end_layout
1628
1629 \begin_layout Subsection
1630 Fractions
1631 \begin_inset CommandInset label
1632 LatexCommand label
1633 name "subsec:Fractions"
1634
1635 \end_inset
1636
1637
1638 \begin_inset Index idx
1639 status collapsed
1640
1641 \begin_layout Plain Layout
1642 Fractions
1643 \end_layout
1644
1645 \end_inset
1646
1647
1648 \end_layout
1649
1650 \begin_layout Standard
1651 Fractions are generated with the command 
1652 \series bold
1653
1654 \backslash
1655 frac
1656 \series default
1657
1658 \begin_inset Index idx
1659 status collapsed
1660
1661 \begin_layout Plain Layout
1662 Commands ! F ! 
1663 \backslash
1664 frac
1665 \end_layout
1666
1667 \end_inset
1668
1669  or via the math toolbar button 
1670 \begin_inset Info
1671 type  "icon"
1672 arg   "math-insert \\frac"
1673 \end_inset
1674
1675 .
1676  The font size is adjusted automatically, depending on whether the fraction
1677  is in an inline or display style formula.
1678  With the math toolbar button 
1679 \begin_inset Info
1680 type  "icon"
1681 arg   "math-insert \\frac-square"
1682 \end_inset
1683
1684  you can select different fraction types.
1685 \end_layout
1686
1687 \begin_layout Standard
1688 With the command 
1689 \series bold
1690
1691 \backslash
1692 dfrac
1693 \series default
1694
1695 \begin_inset Index idx
1696 status collapsed
1697
1698 \begin_layout Plain Layout
1699 Commands ! D ! 
1700 \backslash
1701 dfrac
1702 \end_layout
1703
1704 \end_inset
1705
1706  a fraction can be created that always has the size of a display style formula.
1707  With 
1708 \series bold
1709
1710 \backslash
1711 tfrac
1712 \series default
1713
1714 \begin_inset Index idx
1715 status collapsed
1716
1717 \begin_layout Plain Layout
1718 Commands ! T ! 
1719 \backslash
1720 tfrac
1721 \end_layout
1722
1723 \end_inset
1724
1725  the fraction appears always with the size of an inline formula.
1726  An example:
1727 \end_layout
1728
1729 \begin_layout Standard
1730 A line with the fraction 
1731 \begin_inset Formula $\frac{1}{2}$
1732 \end_inset
1733
1734  that was created with the command 
1735 \series bold
1736
1737 \backslash
1738 frac
1739 \series default
1740 .
1741 \end_layout
1742
1743 \begin_layout Standard
1744 A line with the fraction 
1745 \begin_inset Formula $\dfrac{1}{2}$
1746 \end_inset
1747
1748  that was created with the command 
1749 \series bold
1750
1751 \backslash
1752 dfrac
1753 \series default
1754 .
1755 \begin_inset Separator parbreak
1756 \end_inset
1757
1758
1759 \end_layout
1760
1761 \begin_layout Standard
1762 \align center
1763 \begin_inset Tabular
1764 <lyxtabular version="3" rows="4" columns="2">
1765 <features booktabs="true" tabularvalignment="middle">
1766 <column alignment="center" valignment="top" width="0pt">
1767 <column alignment="center" valignment="top" width="0pt">
1768 <row>
1769 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1770 \begin_inset Text
1771
1772 \begin_layout Plain Layout
1773 Command
1774 \end_layout
1775
1776 \end_inset
1777 </cell>
1778 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1779 \begin_inset Text
1780
1781 \begin_layout Plain Layout
1782 Result
1783 \end_layout
1784
1785 \end_inset
1786 </cell>
1787 </row>
1788 <row topspace="1.5mm">
1789 <cell alignment="center" valignment="top" usebox="none">
1790 \begin_inset Text
1791
1792 \begin_layout Plain Layout
1793
1794 \backslash
1795 frac
1796 \begin_inset space \textvisiblespace{}
1797 \end_inset
1798
1799 A
1800 \begin_inset Formula $\downarrow$
1801 \end_inset
1802
1803 B
1804 \end_layout
1805
1806 \end_inset
1807 </cell>
1808 <cell alignment="center" valignment="top" usebox="none">
1809 \begin_inset Text
1810
1811 \begin_layout Plain Layout
1812 \begin_inset Formula $\frac{A}{B}$
1813 \end_inset
1814
1815
1816 \end_layout
1817
1818 \end_inset
1819 </cell>
1820 </row>
1821 <row topspace="2mm">
1822 <cell alignment="center" valignment="top" usebox="none">
1823 \begin_inset Text
1824
1825 \begin_layout Plain Layout
1826
1827 \backslash
1828 dfrac
1829 \begin_inset space \textvisiblespace{}
1830 \end_inset
1831
1832 A
1833 \begin_inset Formula $\downarrow$
1834 \end_inset
1835
1836 B
1837 \end_layout
1838
1839 \end_inset
1840 </cell>
1841 <cell alignment="center" valignment="top" usebox="none">
1842 \begin_inset Text
1843
1844 \begin_layout Plain Layout
1845 \begin_inset Formula $\dfrac{A}{B}$
1846 \end_inset
1847
1848
1849 \end_layout
1850
1851 \end_inset
1852 </cell>
1853 </row>
1854 <row topspace="2mm" bottomspace="1mm">
1855 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1856 \begin_inset Text
1857
1858 \begin_layout Plain Layout
1859
1860 \backslash
1861 dfrac
1862 \begin_inset space \textvisiblespace{}
1863 \end_inset
1864
1865 e^
1866 \backslash
1867 frac
1868 \begin_inset space \textvisiblespace{}
1869 \end_inset
1870
1871 1
1872 \begin_inset Formula $\downarrow$
1873 \end_inset
1874
1875 2
1876 \begin_inset Formula $\downarrow\downarrow$
1877 \end_inset
1878
1879 3
1880 \end_layout
1881
1882 \end_inset
1883 </cell>
1884 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1885 \begin_inset Text
1886
1887 \begin_layout Plain Layout
1888 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
1889 \end_inset
1890
1891
1892 \end_layout
1893
1894 \end_inset
1895 </cell>
1896 </row>
1897 </lyxtabular>
1898
1899 \end_inset
1900
1901
1902 \end_layout
1903
1904 \begin_layout Standard
1905 \begin_inset VSpace bigskip
1906 \end_inset
1907
1908
1909 \begin_inset Newpage newpage
1910 \end_inset
1911
1912 For nested fractions the command 
1913 \series bold
1914
1915 \backslash
1916 cfrac
1917 \series default
1918
1919 \begin_inset Index idx
1920 status collapsed
1921
1922 \begin_layout Plain Layout
1923 Commands ! C ! 
1924 \backslash
1925 cfrac
1926 \end_layout
1927
1928 \end_inset
1929
1930  can be used.
1931  Here is an example:
1932 \begin_inset VSpace -3mm
1933 \end_inset
1934
1935
1936 \end_layout
1937
1938 \begin_layout Standard
1939 \begin_inset Formula 
1940 \begin{align*}
1941 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
1942 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1943 \end{align*}
1944
1945 \end_inset
1946
1947
1948 \end_layout
1949
1950 \begin_layout Standard
1951 The command for the example above is:
1952 \end_layout
1953
1954 \begin_layout Standard
1955
1956 \series bold
1957
1958 \backslash
1959 cfrac
1960 \begin_inset space \textvisiblespace{}
1961 \end_inset
1962
1963 A
1964 \begin_inset Formula $\downarrow$
1965 \end_inset
1966
1967 B+
1968 \backslash
1969 cfrac
1970 \begin_inset space \textvisiblespace{}
1971 \end_inset
1972
1973 C+
1974 \backslash
1975 cfrac
1976 \begin_inset space \textvisiblespace{}
1977 \end_inset
1978
1979 E
1980 \begin_inset Formula $\downarrow$
1981 \end_inset
1982
1983 F
1984 \begin_inset Formula $\downarrow$
1985 \end_inset
1986
1987 D
1988 \end_layout
1989
1990 \begin_layout Standard
1991 \begin_inset VSpace medskip
1992 \end_inset
1993
1994
1995 \end_layout
1996
1997 \begin_layout Standard
1998
1999 \series bold
2000
2001 \backslash
2002 cfrac
2003 \series default
2004  sets the fraction always in the size of a displayed formula, also when
2005  it is part of another fraction.
2006 \end_layout
2007
2008 \begin_layout Standard
2009 It is possible to specify the alignment of the numerator.
2010  The command 
2011 \series bold
2012
2013 \backslash
2014 cfracleft
2015 \series default
2016  is used to left align it, the command 
2017 \series bold
2018
2019 \backslash
2020 cfracright
2021 \series default
2022  to right-align it.
2023  
2024 \series bold
2025
2026 \backslash
2027 cfrac
2028 \series default
2029  centers the numerator.
2030  These fractions demonstrate the different alignments:
2031 \end_layout
2032
2033 \begin_layout Standard
2034
2035 \series bold
2036 \begin_inset Formula 
2037 \[
2038 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2039 \]
2040
2041 \end_inset
2042
2043
2044 \end_layout
2045
2046 \begin_layout Standard
2047 \begin_inset Note Greyedout
2048 status open
2049
2050 \begin_layout Plain Layout
2051
2052 \series bold
2053 Note:
2054 \series default
2055  
2056 \series bold
2057
2058 \backslash
2059 cfracleft
2060 \series default
2061  and 
2062 \series bold
2063
2064 \backslash
2065 cfracright
2066 \series default
2067  are no real \SpecialChar LaTeX
2068  commands but represent the command 
2069 \series bold
2070
2071 \backslash
2072 cfrac[alignment]{numerator}{denominator}
2073 \series default
2074  .
2075  Therefore you cannot use them in \SpecialChar TeX
2076  code.
2077 \end_layout
2078
2079 \end_inset
2080
2081
2082 \end_layout
2083
2084 \begin_layout Standard
2085 \begin_inset VSpace medskip
2086 \end_inset
2087
2088 It is often advantageous to combine 
2089 \series bold
2090
2091 \backslash
2092 cfrac
2093 \series default
2094  and 
2095 \series bold
2096
2097 \backslash
2098 frac
2099 \series default
2100 :
2101 \begin_inset Formula 
2102 \[
2103 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2104 \]
2105
2106 \end_inset
2107
2108
2109 \end_layout
2110
2111 \begin_layout Standard
2112 For inline fractions with a sloped fraction stroke you can use the command
2113  
2114 \series bold
2115
2116 \backslash
2117 nicefrac
2118 \series default
2119
2120 \begin_inset Index idx
2121 status collapsed
2122
2123 \begin_layout Plain Layout
2124 Commands ! N ! 
2125 \backslash
2126 nicefrac
2127 \end_layout
2128
2129 \end_inset
2130
2131
2132 \begin_inset Formula $\nicefrac{5}{31}$
2133 \end_inset
2134
2135  or 
2136 \series bold
2137
2138 \backslash
2139 unitfrac
2140 \series default
2141
2142 \begin_inset Index idx
2143 status collapsed
2144
2145 \begin_layout Plain Layout
2146 Commands ! U ! 
2147 \backslash
2148 unitfrac
2149 \end_layout
2150
2151 \end_inset
2152
2153
2154 \begin_inset Formula $\unitfrac{5}{31}$
2155 \end_inset
2156
2157  There is furthermore the command 
2158 \series bold
2159
2160 \backslash
2161 unitfracthree
2162 \series default
2163  that offers to write a fraction in combination with a number: 
2164 \begin_inset Formula $\unitfrac[2]{1}{3}$
2165 \end_inset
2166
2167
2168 \end_layout
2169
2170 \begin_layout Standard
2171 \begin_inset Note Greyedout
2172 status open
2173
2174 \begin_layout Plain Layout
2175
2176 \series bold
2177 Note:
2178 \series default
2179  
2180 \series bold
2181
2182 \backslash
2183 unitfracthree
2184 \series default
2185  is not a real \SpecialChar LaTeX
2186  command but the command
2187 \begin_inset Newline newline
2188 \end_inset
2189
2190
2191 \series bold
2192
2193 \backslash
2194 unitfrac[number]{numerator}{denominator}
2195 \series default
2196  .
2197  Therefore you cannot use it in \SpecialChar TeX
2198  code.
2199 \end_layout
2200
2201 \end_inset
2202
2203
2204 \end_layout
2205
2206 \begin_layout Standard
2207 How to define own fractions where the fraction stroke can be changed, is
2208  explained in 
2209 \begin_inset CommandInset ref
2210 LatexCommand ref
2211 reference "subsec:Self-defined-Fractions"
2212
2213 \end_inset
2214
2215 .
2216 \end_layout
2217
2218 \begin_layout Standard
2219 Multiline fractions are explained in 
2220 \begin_inset CommandInset ref
2221 LatexCommand ref
2222 reference "subsec:Multiline-Fractions"
2223
2224 \end_inset
2225
2226 .
2227 \end_layout
2228
2229 \begin_layout Subsection
2230 Roots
2231 \begin_inset Index idx
2232 status collapsed
2233
2234 \begin_layout Plain Layout
2235 Roots
2236 \end_layout
2237
2238 \end_inset
2239
2240
2241 \end_layout
2242
2243 \begin_layout Standard
2244 Square roots are created with 
2245 \series bold
2246
2247 \backslash
2248 sqrt
2249 \series default
2250
2251 \begin_inset Index idx
2252 status collapsed
2253
2254 \begin_layout Plain Layout
2255 Commands ! S ! 
2256 \backslash
2257 sqrt
2258 \end_layout
2259
2260 \end_inset
2261
2262  or the math toolbar button 
2263 \begin_inset Info
2264 type  "icon"
2265 arg   "math-insert \\sqrt"
2266 \end_inset
2267
2268 , all other roots with the command 
2269 \series bold
2270
2271 \backslash
2272 root
2273 \series default
2274
2275 \begin_inset Index idx
2276 status collapsed
2277
2278 \begin_layout Plain Layout
2279 Commands ! R ! 
2280 \backslash
2281 root
2282 \end_layout
2283
2284 \end_inset
2285
2286  or with the math toolbar button 
2287 \begin_inset Info
2288 type  "icon"
2289 arg   "math-insert \\root"
2290 \end_inset
2291
2292 .
2293 \begin_inset Separator parbreak
2294 \end_inset
2295
2296
2297 \end_layout
2298
2299 \begin_layout Standard
2300 \align center
2301 \begin_inset Tabular
2302 <lyxtabular version="3" rows="3" columns="2">
2303 <features booktabs="true" tabularvalignment="middle">
2304 <column alignment="center" valignment="top" width="0pt">
2305 <column alignment="center" valignment="top" width="0pt">
2306 <row>
2307 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2308 \begin_inset Text
2309
2310 \begin_layout Plain Layout
2311 Command
2312 \end_layout
2313
2314 \end_inset
2315 </cell>
2316 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2317 \begin_inset Text
2318
2319 \begin_layout Plain Layout
2320 Result
2321 \end_layout
2322
2323 \end_inset
2324 </cell>
2325 </row>
2326 <row topspace="1mm">
2327 <cell alignment="center" valignment="top" usebox="none">
2328 \begin_inset Text
2329
2330 \begin_layout Plain Layout
2331
2332 \backslash
2333 sqrt
2334 \begin_inset space \textvisiblespace{}
2335 \end_inset
2336
2337 A-B
2338 \end_layout
2339
2340 \end_inset
2341 </cell>
2342 <cell alignment="center" valignment="top" usebox="none">
2343 \begin_inset Text
2344
2345 \begin_layout Plain Layout
2346 \begin_inset Formula $\sqrt{A-B}$
2347 \end_inset
2348
2349
2350 \end_layout
2351
2352 \end_inset
2353 </cell>
2354 </row>
2355 <row topspace="1mm">
2356 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2357 \begin_inset Text
2358
2359 \begin_layout Plain Layout
2360
2361 \backslash
2362 root
2363 \begin_inset space \textvisiblespace{}
2364 \end_inset
2365
2366 3
2367 \begin_inset Formula $\downarrow$
2368 \end_inset
2369
2370 A-B
2371 \end_layout
2372
2373 \end_inset
2374 </cell>
2375 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2376 \begin_inset Text
2377
2378 \begin_layout Plain Layout
2379 \begin_inset Formula $\sqrt[3]{A-B}$
2380 \end_inset
2381
2382
2383 \end_layout
2384
2385 \end_inset
2386 </cell>
2387 </row>
2388 </lyxtabular>
2389
2390 \end_inset
2391
2392
2393 \end_layout
2394
2395 \begin_layout Standard
2396 A square root can also be created with 
2397 \series bold
2398
2399 \backslash
2400 root
2401 \series default
2402  when the root index field is left empty.
2403 \end_layout
2404
2405 \begin_layout Standard
2406 With certain indices the distance to the root is too small, like in this
2407  formula: 
2408 \begin_inset Formula $\sqrt[\beta]{B}$
2409 \end_inset
2410
2411
2412 \begin_inset Newline newline
2413 \end_inset
2414
2415 The 
2416 \begin_inset Formula $\beta$
2417 \end_inset
2418
2419  touches the root.
2420  To avoid this, the commands 
2421 \series bold
2422
2423 \backslash
2424 leftroot
2425 \series default
2426
2427 \begin_inset Index idx
2428 status collapsed
2429
2430 \begin_layout Plain Layout
2431 Commands ! L ! 
2432 \backslash
2433 leftroot
2434 \end_layout
2435
2436 \end_inset
2437
2438  and 
2439 \series bold
2440
2441 \backslash
2442 uproot
2443 \series default
2444
2445 \begin_inset Index idx
2446 status collapsed
2447
2448 \begin_layout Plain Layout
2449 Commands ! U ! 
2450 \backslash
2451 uproot
2452 \end_layout
2453
2454 \end_inset
2455
2456  are used with the following scheme:
2457 \end_layout
2458
2459 \begin_layout Standard
2460
2461 \series bold
2462
2463 \backslash
2464 leftroot{distance}
2465 \series default
2466  and 
2467 \series bold
2468
2469 \backslash
2470 uproot{distance}
2471 \end_layout
2472
2473 \begin_layout Standard
2474 Distance is the number of Big Points (unit bp; 
2475 \begin_inset Formula $\mathrm{72\,bp=1\,inch}$
2476 \end_inset
2477
2478 ), that the index should be moved to the left or top, resp..
2479  The commands are written to the index.
2480  This way the command
2481 \begin_inset Newline newline
2482 \end_inset
2483
2484
2485 \series bold
2486
2487 \backslash
2488 root
2489 \backslash
2490 leftroot{-1
2491 \begin_inset Formula $\to$
2492 \end_inset
2493
2494
2495 \backslash
2496 uproot{2
2497 \begin_inset Formula $\to$
2498 \end_inset
2499
2500
2501 \backslash
2502 beta
2503 \begin_inset space \textvisiblespace{}
2504 \end_inset
2505
2506
2507 \begin_inset Formula $\to$
2508 \end_inset
2509
2510 B
2511 \begin_inset Newline newline
2512 \end_inset
2513
2514
2515 \series default
2516 produces a correct typeset formula: 
2517 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2518 \end_inset
2519
2520
2521 \end_layout
2522
2523 \begin_layout Subsection
2524 Binomial Coefficients
2525 \begin_inset Index idx
2526 status collapsed
2527
2528 \begin_layout Plain Layout
2529 Binomial coefficients
2530 \end_layout
2531
2532 \end_inset
2533
2534
2535 \end_layout
2536
2537 \begin_layout Standard
2538 Binomial coefficients are inserted with the command 
2539 \series bold
2540
2541 \backslash
2542 binom
2543 \series default
2544
2545 \begin_inset Index idx
2546 status collapsed
2547
2548 \begin_layout Plain Layout
2549 Commands ! B ! 
2550 \backslash
2551 binom
2552 \end_layout
2553
2554 \end_inset
2555
2556  or with the submenu of the math toolbar button 
2557 \begin_inset Info
2558 type  "icon"
2559 arg   "math-insert \\frac-square"
2560 \end_inset
2561
2562 .
2563  As with fractions (
2564 \series bold
2565
2566 \backslash
2567 frac
2568 \series default
2569 ) in addition to 
2570 \series bold
2571
2572 \backslash
2573 binom
2574 \series default
2575  there are the commands 
2576 \series bold
2577
2578 \backslash
2579 dbinom
2580 \series default
2581
2582 \begin_inset Index idx
2583 status collapsed
2584
2585 \begin_layout Plain Layout
2586 Commands ! D ! 
2587 \backslash
2588 dbinom
2589 \end_layout
2590
2591 \end_inset
2592
2593  and 
2594 \series bold
2595
2596 \backslash
2597 tbinom
2598 \series default
2599
2600 \begin_inset Index idx
2601 status collapsed
2602
2603 \begin_layout Plain Layout
2604 Commands ! T ! 
2605 \backslash
2606 tbinom
2607 \end_layout
2608
2609 \end_inset
2610
2611 .
2612  For other brackets around binomial coeficients there are the commands 
2613 \series bold
2614
2615 \backslash
2616 brace
2617 \series default
2618
2619 \begin_inset Index idx
2620 status collapsed
2621
2622 \begin_layout Plain Layout
2623 Commands ! B ! 
2624 \backslash
2625 brace
2626 \end_layout
2627
2628 \end_inset
2629
2630  and 
2631 \series bold
2632
2633 \backslash
2634 brack
2635 \series default
2636
2637 \begin_inset Index idx
2638 status collapsed
2639
2640 \begin_layout Plain Layout
2641 Commands ! B ! 
2642 \backslash
2643 brack
2644 \end_layout
2645
2646 \end_inset
2647
2648 .
2649 \begin_inset Separator parbreak
2650 \end_inset
2651
2652
2653 \end_layout
2654
2655 \begin_layout Standard
2656 \align center
2657 \begin_inset Tabular
2658 <lyxtabular version="3" rows="6" columns="2">
2659 <features booktabs="true" tabularvalignment="middle">
2660 <column alignment="center" valignment="top" width="0pt">
2661 <column alignment="center" valignment="top" width="0pt">
2662 <row>
2663 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2664 \begin_inset Text
2665
2666 \begin_layout Plain Layout
2667 Command
2668 \end_layout
2669
2670 \end_inset
2671 </cell>
2672 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2673 \begin_inset Text
2674
2675 \begin_layout Plain Layout
2676 Result
2677 \end_layout
2678
2679 \end_inset
2680 </cell>
2681 </row>
2682 <row topspace="1mm">
2683 <cell alignment="center" valignment="top" usebox="none">
2684 \begin_inset Text
2685
2686 \begin_layout Plain Layout
2687
2688 \backslash
2689 binom
2690 \begin_inset space \textvisiblespace{}
2691 \end_inset
2692
2693 A
2694 \begin_inset Formula $\downarrow$
2695 \end_inset
2696
2697 B
2698 \end_layout
2699
2700 \end_inset
2701 </cell>
2702 <cell alignment="center" valignment="top" usebox="none">
2703 \begin_inset Text
2704
2705 \begin_layout Plain Layout
2706 \begin_inset Formula $\binom{A}{B}$
2707 \end_inset
2708
2709
2710 \end_layout
2711
2712 \end_inset
2713 </cell>
2714 </row>
2715 <row topspace="2mm">
2716 <cell alignment="center" valignment="top" usebox="none">
2717 \begin_inset Text
2718
2719 \begin_layout Plain Layout
2720
2721 \backslash
2722 dbinom
2723 \begin_inset space \textvisiblespace{}
2724 \end_inset
2725
2726 A
2727 \begin_inset Formula $\downarrow$
2728 \end_inset
2729
2730 B
2731 \end_layout
2732
2733 \end_inset
2734 </cell>
2735 <cell alignment="center" valignment="top" usebox="none">
2736 \begin_inset Text
2737
2738 \begin_layout Plain Layout
2739 \begin_inset Formula $\dbinom{A}{B}$
2740 \end_inset
2741
2742
2743 \end_layout
2744
2745 \end_inset
2746 </cell>
2747 </row>
2748 <row topspace="2mm" bottomspace="0.5mm">
2749 <cell alignment="center" valignment="top" usebox="none">
2750 \begin_inset Text
2751
2752 \begin_layout Plain Layout
2753
2754 \backslash
2755 tbinom
2756 \begin_inset space \textvisiblespace{}
2757 \end_inset
2758
2759 A
2760 \begin_inset Formula $\downarrow$
2761 \end_inset
2762
2763 B
2764 \end_layout
2765
2766 \end_inset
2767 </cell>
2768 <cell alignment="center" valignment="top" usebox="none">
2769 \begin_inset Text
2770
2771 \begin_layout Plain Layout
2772 \begin_inset Formula $\tbinom{A}{B}$
2773 \end_inset
2774
2775
2776 \end_layout
2777
2778 \end_inset
2779 </cell>
2780 </row>
2781 <row topspace="1mm">
2782 <cell alignment="center" valignment="top" topline="true" usebox="none">
2783 \begin_inset Text
2784
2785 \begin_layout Plain Layout
2786
2787 \backslash
2788 brack
2789 \begin_inset space \textvisiblespace{}
2790 \end_inset
2791
2792 A
2793 \begin_inset Formula $\downarrow$
2794 \end_inset
2795
2796 B
2797 \end_layout
2798
2799 \end_inset
2800 </cell>
2801 <cell alignment="center" valignment="top" topline="true" usebox="none">
2802 \begin_inset Text
2803
2804 \begin_layout Plain Layout
2805 \begin_inset Formula ${A \brack B}$
2806 \end_inset
2807
2808
2809 \end_layout
2810
2811 \end_inset
2812 </cell>
2813 </row>
2814 <row topspace="2mm" bottomspace="0.5mm">
2815 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2816 \begin_inset Text
2817
2818 \begin_layout Plain Layout
2819
2820 \backslash
2821 brace
2822 \begin_inset space \textvisiblespace{}
2823 \end_inset
2824
2825 A
2826 \begin_inset Formula $\downarrow$
2827 \end_inset
2828
2829 B
2830 \end_layout
2831
2832 \end_inset
2833 </cell>
2834 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2835 \begin_inset Text
2836
2837 \begin_layout Plain Layout
2838 \begin_inset Formula ${A \brace B}$
2839 \end_inset
2840
2841
2842 \end_layout
2843
2844 \end_inset
2845 </cell>
2846 </row>
2847 </lyxtabular>
2848
2849 \end_inset
2850
2851
2852 \end_layout
2853
2854 \begin_layout Subsection
2855 Case Differentiations
2856 \begin_inset Index idx
2857 status collapsed
2858
2859 \begin_layout Plain Layout
2860 Case differentiations 
2861 \end_layout
2862
2863 \end_inset
2864
2865
2866 \end_layout
2867
2868 \begin_layout Standard
2869 \align center
2870 \begin_inset Tabular
2871 <lyxtabular version="3" rows="3" columns="2">
2872 <features booktabs="true" tabularvalignment="middle">
2873 <column alignment="center" valignment="top" width="0pt">
2874 <column alignment="center" valignment="top" width="0pt">
2875 <row>
2876 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2877 \begin_inset Text
2878
2879 \begin_layout Plain Layout
2880 Command
2881 \end_layout
2882
2883 \end_inset
2884 </cell>
2885 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2886 \begin_inset Text
2887
2888 \begin_layout Plain Layout
2889 Result
2890 \end_layout
2891
2892 \end_inset
2893 </cell>
2894 </row>
2895 <row>
2896 <cell alignment="center" valignment="top" usebox="none">
2897 \begin_inset Text
2898
2899 \begin_layout Plain Layout
2900
2901 \backslash
2902 cases
2903 \begin_inset space \textvisiblespace{}
2904 \end_inset
2905
2906 A
2907 \begin_inset Formula $\to$
2908 \end_inset
2909
2910 B>0
2911 \begin_inset Index idx
2912 status collapsed
2913
2914 \begin_layout Plain Layout
2915 Commands ! C ! 
2916 \backslash
2917 cases
2918 \end_layout
2919
2920 \end_inset
2921
2922
2923 \end_layout
2924
2925 \end_inset
2926 </cell>
2927 <cell alignment="center" valignment="top" usebox="none">
2928 \begin_inset Text
2929
2930 \begin_layout Plain Layout
2931 \begin_inset Formula $\begin{cases}
2932 A & B>0\end{cases}$
2933 \end_inset
2934
2935
2936 \end_layout
2937
2938 \end_inset
2939 </cell>
2940 </row>
2941 <row topspace="1.5mm">
2942 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2943 \begin_inset Text
2944
2945 \begin_layout Plain Layout
2946
2947 \backslash
2948 cases
2949 \begin_inset space \textvisiblespace{}
2950 \end_inset
2951
2952
2953 \begin_inset Info
2954 type  "shortcut"
2955 arg   "newline-insert newline"
2956 \end_inset
2957
2958
2959 \end_layout
2960
2961 \end_inset
2962 </cell>
2963 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2964 \begin_inset Text
2965
2966 \begin_layout Plain Layout
2967 \begin_inset Formula $\begin{cases}
2968 A & \textrm{for }x>0\\
2969 B & \textrm{for }x=0
2970 \end{cases}$
2971 \end_inset
2972
2973
2974 \end_layout
2975
2976 \end_inset
2977 </cell>
2978 </row>
2979 </lyxtabular>
2980
2981 \end_inset
2982
2983
2984 \end_layout
2985
2986 \begin_layout Standard
2987 After inserting 
2988 \series bold
2989
2990 \backslash
2991 cases
2992 \series default
2993  or pressing the math toolbar button 
2994 \begin_inset Info
2995 type  "icon"
2996 arg   "math-insert \\cases"
2997 \end_inset
2998
2999  you can create new lines with the shortcut 
3000 \begin_inset Info
3001 type  "shortcut"
3002 arg   "newline-insert newline"
3003 \end_inset
3004
3005  or the table toolbar button 
3006 \begin_inset Info
3007 type  "icon"
3008 arg   "inset-modify tabular append-row"
3009 \end_inset
3010
3011 .
3012 \end_layout
3013
3014 \begin_layout Standard
3015 The command 
3016 \series bold
3017
3018 \backslash
3019 cases
3020 \series default
3021  is also available via the menu 
3022 \family sans
3023 Insert\SpecialChar menuseparator
3024 Math\SpecialChar menuseparator
3025 Cases-Environment
3026 \family default
3027 .
3028 \end_layout
3029
3030 \begin_layout Subsection
3031 Negations
3032 \begin_inset Index idx
3033 status collapsed
3034
3035 \begin_layout Plain Layout
3036 Negations
3037 \end_layout
3038
3039 \end_inset
3040
3041
3042 \end_layout
3043
3044 \begin_layout Standard
3045 By inserting 
3046 \series bold
3047
3048 \backslash
3049 not
3050 \series default
3051
3052 \begin_inset Index idx
3053 status collapsed
3054
3055 \begin_layout Plain Layout
3056 Commands ! N ! 
3057 \backslash
3058 not
3059 \end_layout
3060
3061 \end_inset
3062
3063  every character can be displayed canceled.
3064  The characters are quasi accentuated by a slash.
3065 \begin_inset Separator parbreak
3066 \end_inset
3067
3068
3069 \end_layout
3070
3071 \begin_layout Standard
3072 \align center
3073 \begin_inset Tabular
3074 <lyxtabular version="3" rows="4" columns="2">
3075 <features booktabs="true" tabularvalignment="middle">
3076 <column alignment="center" valignment="top" width="0pt">
3077 <column alignment="center" valignment="top" width="0pt">
3078 <row>
3079 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3080 \begin_inset Text
3081
3082 \begin_layout Plain Layout
3083 Command
3084 \end_layout
3085
3086 \end_inset
3087 </cell>
3088 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3089 \begin_inset Text
3090
3091 \begin_layout Plain Layout
3092 Result
3093 \end_layout
3094
3095 \end_inset
3096 </cell>
3097 </row>
3098 <row>
3099 <cell alignment="center" valignment="top" usebox="none">
3100 \begin_inset Text
3101
3102 \begin_layout Plain Layout
3103
3104 \backslash
3105 not=
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 <cell alignment="center" valignment="top" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Plain Layout
3114 \begin_inset Formula $\not=$
3115 \end_inset
3116
3117
3118 \end_layout
3119
3120 \end_inset
3121 </cell>
3122 </row>
3123 <row>
3124 <cell alignment="center" valignment="top" usebox="none">
3125 \begin_inset Text
3126
3127 \begin_layout Plain Layout
3128
3129 \backslash
3130 not 
3131 \backslash
3132 le
3133 \end_layout
3134
3135 \end_inset
3136 </cell>
3137 <cell alignment="center" valignment="top" usebox="none">
3138 \begin_inset Text
3139
3140 \begin_layout Plain Layout
3141 \begin_inset Formula $\not\le$
3142 \end_inset
3143
3144
3145 \end_layout
3146
3147 \end_inset
3148 </cell>
3149 </row>
3150 <row>
3151 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3152 \begin_inset Text
3153
3154 \begin_layout Plain Layout
3155
3156 \backslash
3157 not 
3158 \backslash
3159 parallel
3160 \end_layout
3161
3162 \end_inset
3163 </cell>
3164 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3165 \begin_inset Text
3166
3167 \begin_layout Plain Layout
3168 \begin_inset Formula $\not\parallel$
3169 \end_inset
3170
3171
3172 \end_layout
3173
3174 \end_inset
3175 </cell>
3176 </row>
3177 </lyxtabular>
3178
3179 \end_inset
3180
3181
3182 \end_layout
3183
3184 \begin_layout Standard
3185 The last example shows that not all negations look good.
3186  Therefore there are special commands for some negations (see 
3187 \begin_inset CommandInset ref
3188 LatexCommand ref
3189 reference "subsec:Mathematical-Symbols"
3190
3191 \end_inset
3192
3193  and 
3194 \begin_inset CommandInset ref
3195 LatexCommand ref
3196 reference "sec:Relations"
3197
3198 \end_inset
3199
3200 ).
3201 \end_layout
3202
3203 \begin_layout Subsection
3204 Placeholders
3205 \begin_inset CommandInset label
3206 LatexCommand label
3207 name "subsec:Placeholders"
3208
3209 \end_inset
3210
3211
3212 \begin_inset Index idx
3213 status collapsed
3214
3215 \begin_layout Plain Layout
3216 Placeholders
3217 \end_layout
3218
3219 \end_inset
3220
3221
3222 \begin_inset Index idx
3223 status collapsed
3224
3225 \begin_layout Plain Layout
3226 Chemical characters ! Isotopes
3227 \end_layout
3228
3229 \end_inset
3230
3231
3232 \begin_inset Index idx
3233 status collapsed
3234
3235 \begin_layout Plain Layout
3236 Isotopes|see
3237 \begin_inset ERT
3238 status collapsed
3239
3240 \begin_layout Plain Layout
3241
3242 {
3243 \end_layout
3244
3245 \end_inset
3246
3247 Chemical characters
3248 \begin_inset ERT
3249 status collapsed
3250
3251 \begin_layout Plain Layout
3252
3253 }
3254 \end_layout
3255
3256 \end_inset
3257
3258
3259 \end_layout
3260
3261 \end_inset
3262
3263
3264 \end_layout
3265
3266 \begin_layout Standard
3267 When displaying e.
3268 \begin_inset space \thinspace{}
3269 \end_inset
3270
3271 g.
3272 \begin_inset space \space{}
3273 \end_inset
3274
3275 isotopes
3276 \begin_inset Foot
3277 status collapsed
3278
3279 \begin_layout Plain Layout
3280 Typesetting isotopes and chemical symbols is described in 
3281 \begin_inset CommandInset ref
3282 LatexCommand ref
3283 reference "subsec:Chemical-Symbols-and"
3284
3285 \end_inset
3286
3287 .
3288 \end_layout
3289
3290 \end_inset
3291
3292  the following problem occurs:
3293 \begin_inset Separator parbreak
3294 \end_inset
3295
3296
3297 \end_layout
3298
3299 \begin_layout Standard
3300 \align center
3301 \begin_inset Tabular
3302 <lyxtabular version="3" rows="2" columns="2">
3303 <features booktabs="true" tabularvalignment="middle">
3304 <column alignment="center" valignment="top" width="0pt">
3305 <column alignment="center" valignment="top" width="0pt">
3306 <row>
3307 <cell alignment="center" valignment="top" usebox="none">
3308 \begin_inset Text
3309
3310 \begin_layout Plain Layout
3311 Indices created with sub- and superscripts:
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 $_{9}^{19}\mathrm{F}$
3321 \end_inset
3322
3323
3324 \end_layout
3325
3326 \end_inset
3327 </cell>
3328 </row>
3329 <row topspace="1.5mm">
3330 <cell alignment="center" valignment="top" usebox="none">
3331 \begin_inset Text
3332
3333 \begin_layout Plain Layout
3334 correct indices:
3335 \end_layout
3336
3337 \end_inset
3338 </cell>
3339 <cell alignment="center" valignment="top" usebox="none">
3340 \begin_inset Text
3341
3342 \begin_layout Plain Layout
3343 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3344 \end_inset
3345
3346
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 </row>
3352 </lyxtabular>
3353
3354 \end_inset
3355
3356
3357 \end_layout
3358
3359 \begin_layout Standard
3360 The shorter index is by default placed below or above the first character
3361  of the longer index.
3362  To avoid this there is the command 
3363 \series bold
3364
3365 \backslash
3366 phantom
3367 \series default
3368
3369 \begin_inset Index idx
3370 status collapsed
3371
3372 \begin_layout Plain Layout
3373 Commands ! P ! 
3374 \backslash
3375 phantom
3376 \end_layout
3377
3378 \end_inset
3379
3380  or the math toolbar button
3381 \begin_inset space \thinspace{}
3382 \end_inset
3383
3384
3385 \begin_inset Foot
3386 status collapsed
3387
3388 \begin_layout Plain Layout
3389 can be found in the submenu of the toolbar button 
3390 \begin_inset Info
3391 type  "icon"
3392 arg   "math-insert \\space"
3393 \end_inset
3394
3395
3396 \end_layout
3397
3398 \end_inset
3399
3400  
3401 \begin_inset Graphics
3402         filename ../images/math/phantom.png
3403         scale 85
3404
3405 \end_inset
3406
3407  that creates one or more phantom characters.
3408  When inserting 
3409 \series bold
3410
3411 \backslash
3412 phantom
3413 \series default
3414  a small blue box appears that is superposed with two red arrows.
3415  The arrows indicate that the complete width and height of the box content
3416  will be created as placeholder.
3417  Phantom characters are accordingly placeholders with the size of the characters.
3418 \begin_inset Separator parbreak
3419 \end_inset
3420
3421
3422 \end_layout
3423
3424 \begin_layout Standard
3425 \align center
3426 \begin_inset Tabular
3427 <lyxtabular version="3" rows="4" columns="2">
3428 <features booktabs="true" tabularvalignment="middle">
3429 <column alignment="center" valignment="top" width="0pt">
3430 <column alignment="center" valignment="top" width="0pt">
3431 <row>
3432 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3433 \begin_inset Text
3434
3435 \begin_layout Plain Layout
3436 Command
3437 \end_layout
3438
3439 \end_inset
3440 </cell>
3441 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3442 \begin_inset Text
3443
3444 \begin_layout Plain Layout
3445 Result
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 </row>
3451 <row topspace="1.5mm">
3452 <cell alignment="center" valignment="top" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Plain Layout
3456 ^19
3457 \begin_inset space \textvisiblespace{}
3458 \end_inset
3459
3460 _
3461 \backslash
3462 phantom
3463 \begin_inset space \textvisiblespace{}
3464 \end_inset
3465
3466 1
3467 \begin_inset Formula $\to$
3468 \end_inset
3469
3470 9
3471 \begin_inset space \textvisiblespace{}
3472 \end_inset
3473
3474 F
3475 \end_layout
3476
3477 \end_inset
3478 </cell>
3479 <cell alignment="center" valignment="top" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3484 \end_inset
3485
3486
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 </row>
3492 <row topspace="1.5mm" bottomspace="0.5mm">
3493 <cell alignment="center" valignment="top" usebox="none">
3494 \begin_inset Text
3495
3496 \begin_layout Plain Layout
3497 ^235
3498 \begin_inset space \textvisiblespace{}
3499 \end_inset
3500
3501 _
3502 \backslash
3503 phantom
3504 \begin_inset space \textvisiblespace{}
3505 \end_inset
3506
3507 23
3508 \begin_inset Formula $\to$
3509 \end_inset
3510
3511 9
3512 \begin_inset space \textvisiblespace{}
3513 \end_inset
3514
3515 F
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 <cell alignment="center" valignment="top" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
3525 \end_inset
3526
3527
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 </row>
3533 <row topspace="1.5mm" bottomspace="0.5mm">
3534 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538
3539 \backslash
3540 Lambda^
3541 \begin_inset space \textvisiblespace{}
3542 \end_inset
3543
3544
3545 \backslash
3546 phantom
3547 \begin_inset space \textvisiblespace{}
3548 \end_inset
3549
3550 ii
3551 \begin_inset Formula $\to$
3552 \end_inset
3553
3554 t
3555 \begin_inset space \textvisiblespace{}
3556 \end_inset
3557
3558 _MMt
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
3568 \end_inset
3569
3570
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 </row>
3576 </lyxtabular>
3577
3578 \end_inset
3579
3580
3581 \end_layout
3582
3583 \begin_layout Standard
3584 Furthermore there are the commands 
3585 \series bold
3586
3587 \backslash
3588 vphantom
3589 \series default
3590
3591 \begin_inset Index idx
3592 status collapsed
3593
3594 \begin_layout Plain Layout
3595 Commands ! V ! 
3596 \backslash
3597 vphantom
3598 \end_layout
3599
3600 \end_inset
3601
3602  (toolbar button 
3603 \begin_inset space ~
3604 \end_inset
3605
3606
3607 \begin_inset Graphics
3608         filename ../images/math/vphantom.png
3609         scale 85
3610
3611 \end_inset
3612
3613 ) and 
3614 \series bold
3615
3616 \backslash
3617 hphantom
3618 \series default
3619
3620 \begin_inset Index idx
3621 status collapsed
3622
3623 \begin_layout Plain Layout
3624 Commands ! H ! 
3625 \backslash
3626 hphantom
3627 \end_layout
3628
3629 \end_inset
3630
3631  (toolbar button 
3632 \begin_inset space ~
3633 \end_inset
3634
3635
3636 \begin_inset Graphics
3637         filename ../images/math/hphantom.png
3638         scale 85
3639
3640 \end_inset
3641
3642 ).
3643  
3644 \series bold
3645
3646 \backslash
3647 hphantom
3648 \series default
3649  creates only space for the maximal height of the characters in the box
3650  but not for its width.
3651  
3652 \series bold
3653
3654 \backslash
3655 vphantom
3656 \series default
3657  creates only space for the width of the box content.
3658  Therefore  the boxes of both commands have only one red arrow.
3659 \end_layout
3660
3661 \begin_layout Standard
3662 For example the command 
3663 \series bold
3664
3665 \backslash
3666 vphantom
3667 \begin_inset space \textvisiblespace{}
3668 \end_inset
3669
3670 a
3671 \backslash
3672 int
3673 \series default
3674  creates space for the height of the integral sign,
3675 \begin_inset Foot
3676 status collapsed
3677
3678 \begin_layout Plain Layout
3679 The command 
3680 \series bold
3681
3682 \backslash
3683 int
3684 \series default
3685  creates an integral sign, see 
3686 \begin_inset CommandInset ref
3687 LatexCommand ref
3688 reference "subsec:Big-Operators"
3689
3690 \end_inset
3691
3692 .
3693 \end_layout
3694
3695 \end_inset
3696
3697  because this is the larger character.
3698  An example application is in 
3699 \begin_inset CommandInset ref
3700 LatexCommand ref
3701 reference "subsec:Multiline-Brackets"
3702
3703 \end_inset
3704
3705 .
3706 \end_layout
3707
3708 \begin_layout Standard
3709 Placeholders can also be used for text when they are inserted via the menu
3710  
3711 \family sans
3712 Insert\SpecialChar menuseparator
3713 Formatting\SpecialChar menuseparator
3714 Phantom
3715 \family default
3716 :
3717 \end_layout
3718
3719 \begin_layout Standard
3720 This is a sentence.
3721 \begin_inset Newline newline
3722 \end_inset
3723
3724
3725 \begin_inset Phantom Phantom
3726 status open
3727
3728 \begin_layout Plain Layout
3729 This
3730 \end_layout
3731
3732 \end_inset
3733
3734  is a sentence.
3735 \end_layout
3736
3737 \begin_layout Subsection
3738 Lines
3739 \begin_inset Index idx
3740 status collapsed
3741
3742 \begin_layout Plain Layout
3743 Lines
3744 \end_layout
3745
3746 \end_inset
3747
3748
3749 \begin_inset Index idx
3750 status collapsed
3751
3752 \begin_layout Plain Layout
3753 Formula ! underlined
3754 \end_layout
3755
3756 \end_inset
3757
3758
3759 \end_layout
3760
3761 \begin_layout Standard
3762 \align center
3763 \begin_inset Tabular
3764 <lyxtabular version="3" rows="4" columns="2">
3765 <features booktabs="true" tabularvalignment="middle">
3766 <column alignment="center" valignment="top" width="0pt">
3767 <column alignment="center" valignment="top" width="0pt">
3768 <row>
3769 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773 Command
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782 Result
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 </row>
3788 <row topspace="2mm">
3789 <cell alignment="center" valignment="top" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793
3794 \backslash
3795 overline
3796 \begin_inset space \textvisiblespace{}
3797 \end_inset
3798
3799 A+B
3800 \begin_inset Index idx
3801 status collapsed
3802
3803 \begin_layout Plain Layout
3804 Commands ! O ! 
3805 \backslash
3806 overline
3807 \end_layout
3808
3809 \end_inset
3810
3811
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 <cell alignment="center" valignment="top" usebox="none">
3817 \begin_inset Text
3818
3819 \begin_layout Plain Layout
3820 \begin_inset Formula $\overline{A+B}$
3821 \end_inset
3822
3823
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 </row>
3829 <row bottomspace="1mm">
3830 <cell alignment="center" valignment="top" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834
3835 \backslash
3836 underline
3837 \begin_inset space \textvisiblespace{}
3838 \end_inset
3839
3840 A+B
3841 \begin_inset Index idx
3842 status collapsed
3843
3844 \begin_layout Plain Layout
3845 Commands ! U ! 
3846 \backslash
3847 underline
3848 \end_layout
3849
3850 \end_inset
3851
3852
3853 \end_layout
3854
3855 \end_inset
3856 </cell>
3857 <cell alignment="center" valignment="top" usebox="none">
3858 \begin_inset Text
3859
3860 \begin_layout Plain Layout
3861 \begin_inset Formula $\underline{A+B}$
3862 \end_inset
3863
3864
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 </row>
3870 <row topspace="2mm" bottomspace="1mm">
3871 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3872 \begin_inset Text
3873
3874 \begin_layout Plain Layout
3875
3876 \backslash
3877 overline
3878 \begin_inset space \textvisiblespace{}
3879 \end_inset
3880
3881
3882 \backslash
3883 underline
3884 \begin_inset space \textvisiblespace{}
3885 \end_inset
3886
3887 A+B
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896 \begin_inset Formula $\overline{\underline{A+B}}$
3897 \end_inset
3898
3899
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 </row>
3905 </lyxtabular>
3906
3907 \end_inset
3908
3909
3910 \end_layout
3911
3912 \begin_layout Standard
3913 In the last example it doesn't matter if first 
3914 \series bold
3915
3916 \backslash
3917 overline
3918 \series default
3919  or 
3920 \series bold
3921
3922 \backslash
3923 underline
3924 \series default
3925  is inserted.
3926 \end_layout
3927
3928 \begin_layout Standard
3929 To double underline use 
3930 \series bold
3931
3932 \backslash
3933 underline
3934 \series default
3935  twice.
3936 \end_layout
3937
3938 \begin_layout Standard
3939 It is possible to place up to 6 lines above or below characters.
3940 \end_layout
3941
3942 \begin_layout Standard
3943 \begin_inset VSpace bigskip
3944 \end_inset
3945
3946 Custom lines can be created using the command 
3947 \series bold
3948
3949 \backslash
3950 rule
3951 \series default
3952
3953 \begin_inset Index idx
3954 status collapsed
3955
3956 \begin_layout Plain Layout
3957 Commands ! R ! 
3958 \backslash
3959 rule
3960 \end_layout
3961
3962 \end_inset
3963
3964  which has the following scheme:
3965 \end_layout
3966
3967 \begin_layout Standard
3968
3969 \series bold
3970
3971 \backslash
3972 rule[vertical offset]{length}{thickness}
3973 \end_layout
3974
3975 \begin_layout Standard
3976 The optional vertical offset shifts the line upwards (or downwards, when
3977  the value is negative).
3978  The units listed in 
3979 \begin_inset CommandInset ref
3980 LatexCommand ref
3981 reference "tab:Available-units"
3982
3983 \end_inset
3984
3985  can be used for the values.
3986  Here are two example lines created with the commands
3987 \begin_inset Newline newline
3988 \end_inset
3989
3990
3991 \series bold
3992
3993 \backslash
3994 rule[-2ex]{3cm}{2pt}
3995 \series default
3996  and 
3997 \series bold
3998
3999 \backslash
4000 rule{2cm}{1pt}
4001 \series default
4002 :
4003 \end_layout
4004
4005 \begin_layout Standard
4006 This is a sentence 
4007 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4008 \end_inset
4009
4010  with two lines.
4011 \end_layout
4012
4013 \begin_layout Standard
4014
4015 \series bold
4016
4017 \backslash
4018 rule
4019 \series default
4020  can also be used for text when a line is inserted via the menu 
4021 \family sans
4022 Insert\SpecialChar menuseparator
4023 Formatting\SpecialChar menuseparator
4024 Horizontal
4025 \begin_inset space ~
4026 \end_inset
4027
4028 Line
4029 \family default
4030 :
4031 \end_layout
4032
4033 \begin_layout Standard
4034 This is a sentence 
4035 \begin_inset CommandInset line
4036 LatexCommand rule
4037 offset "0.5ex"
4038 width "3cm"
4039 height "1pt"
4040
4041 \end_inset
4042
4043  with one line.
4044 \end_layout
4045
4046 \begin_layout Subsection
4047 Ellipses
4048 \begin_inset CommandInset label
4049 LatexCommand label
4050 name "subsec:Ellipses"
4051
4052 \end_inset
4053
4054
4055 \begin_inset Index idx
4056 status collapsed
4057
4058 \begin_layout Plain Layout
4059 Ellipses
4060 \end_layout
4061
4062 \end_inset
4063
4064
4065 \end_layout
4066
4067 \begin_layout Standard
4068 There are different types of ellipses available.
4069 \begin_inset Foot
4070 status collapsed
4071
4072 \begin_layout Plain Layout
4073 In the math toolbar in the submenu of the button 
4074 \begin_inset Info
4075 type  "icon"
4076 arg   "math-insert \\ldots"
4077 \end_inset
4078
4079
4080 \end_layout
4081
4082 \end_inset
4083
4084  For listings dots at the baseline are used (
4085 \series bold
4086
4087 \backslash
4088 ldots
4089 \series default
4090
4091 \begin_inset Index idx
4092 status collapsed
4093
4094 \begin_layout Plain Layout
4095 Commands ! L ! 
4096 \backslash
4097 ldots
4098 \end_layout
4099
4100 \end_inset
4101
4102 ), while for operations dots are needed that are on the same height as the
4103  operators (
4104 \series bold
4105
4106 \backslash
4107 cdots
4108 \series default
4109
4110 \begin_inset Index idx
4111 status collapsed
4112
4113 \begin_layout Plain Layout
4114 Commands ! C ! 
4115 \backslash
4116 cdots
4117 \end_layout
4118
4119 \end_inset
4120
4121 ).
4122  When using the command 
4123 \series bold
4124
4125 \backslash
4126 dots
4127 \series default
4128
4129 \begin_inset Index idx
4130 status collapsed
4131
4132 \begin_layout Plain Layout
4133 Commands ! D ! 
4134 \backslash
4135 dots
4136 \end_layout
4137
4138 \end_inset
4139
4140 , \SpecialChar LaTeX
4141  decides on the basis of the next character what type is used.
4142 \begin_inset Separator parbreak
4143 \end_inset
4144
4145
4146 \end_layout
4147
4148 \begin_layout Standard
4149 \align center
4150 \begin_inset Tabular
4151 <lyxtabular version="3" rows="9" columns="2">
4152 <features booktabs="true" tabularvalignment="middle">
4153 <column alignment="center" valignment="top" width="0pt">
4154 <column alignment="center" valignment="top" width="0pt">
4155 <row>
4156 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4157 \begin_inset Text
4158
4159 \begin_layout Plain Layout
4160 Command
4161 \end_layout
4162
4163 \end_inset
4164 </cell>
4165 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4166 \begin_inset Text
4167
4168 \begin_layout Plain Layout
4169 Result
4170 \end_layout
4171
4172 \end_inset
4173 </cell>
4174 </row>
4175 <row>
4176 <cell alignment="center" valignment="top" usebox="none">
4177 \begin_inset Text
4178
4179 \begin_layout Plain Layout
4180 A_1
4181 \begin_inset space \textvisiblespace{}
4182 \end_inset
4183
4184 ,
4185 \backslash
4186 dots
4187 \begin_inset space \textvisiblespace{}
4188 \end_inset
4189
4190 ,A_n
4191 \end_layout
4192
4193 \end_inset
4194 </cell>
4195 <cell alignment="center" valignment="top" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Plain Layout
4199 \begin_inset Formula $A_{1},\dots,A_{n}$
4200 \end_inset
4201
4202
4203 \end_layout
4204
4205 \end_inset
4206 </cell>
4207 </row>
4208 <row>
4209 <cell alignment="center" valignment="top" usebox="none">
4210 \begin_inset Text
4211
4212 \begin_layout Plain Layout
4213 A_1
4214 \begin_inset space \textvisiblespace{}
4215 \end_inset
4216
4217 +
4218 \backslash
4219 dots
4220 \begin_inset space \textvisiblespace{}
4221 \end_inset
4222
4223 +A_n
4224 \end_layout
4225
4226 \end_inset
4227 </cell>
4228 <cell alignment="center" valignment="top" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232 \begin_inset Formula $A_{1}+\dots+A_{n}$
4233 \end_inset
4234
4235
4236 \end_layout
4237
4238 \end_inset
4239 </cell>
4240 </row>
4241 <row>
4242 <cell alignment="center" valignment="top" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Plain Layout
4246 A_1
4247 \begin_inset space \textvisiblespace{}
4248 \end_inset
4249
4250 ,
4251 \backslash
4252 ldots
4253 \begin_inset space \textvisiblespace{}
4254 \end_inset
4255
4256 ,A_n
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 \begin_inset Formula $A_{1},\ldots,A_{n}$
4266 \end_inset
4267
4268
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 </row>
4274 <row>
4275 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279 A_1
4280 \begin_inset space \textvisiblespace{}
4281 \end_inset
4282
4283 +
4284 \backslash
4285 cdots
4286 \begin_inset space \textvisiblespace{}
4287 \end_inset
4288
4289 +A_n
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4299 \end_inset
4300
4301
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 </row>
4307 <row>
4308 <cell alignment="center" valignment="top" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312
4313 \backslash
4314 vdots
4315 \end_layout
4316
4317 \end_inset
4318 </cell>
4319 <cell alignment="center" valignment="top" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Plain Layout
4323 \begin_inset Formula $\vdots$
4324 \end_inset
4325
4326
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 </row>
4332 <row>
4333 <cell alignment="center" valignment="top" usebox="none">
4334 \begin_inset Text
4335
4336 \begin_layout Plain Layout
4337
4338 \backslash
4339 ddots
4340 \end_layout
4341
4342 \end_inset
4343 </cell>
4344 <cell alignment="center" valignment="top" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Plain Layout
4348 \begin_inset Formula $\ddots$
4349 \end_inset
4350
4351
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 </row>
4357 <row>
4358 <cell alignment="center" valignment="top" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362
4363 \backslash
4364 iddots
4365 \end_layout
4366
4367 \end_inset
4368 </cell>
4369 <cell alignment="center" valignment="top" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373 \begin_inset Formula $\iddots$
4374 \end_inset
4375
4376
4377 \end_layout
4378
4379 \end_inset
4380 </cell>
4381 </row>
4382 <row>
4383 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4384 \begin_inset Text
4385
4386 \begin_layout Plain Layout
4387 3×3
4388 \begin_inset space \thinspace{}
4389 \end_inset
4390
4391 matrix with the different dots
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Plain Layout
4400 \begin_inset Formula $\begin{array}{ccc}
4401 A_{11} & \cdots & A_{1m}\\
4402 \vdots & \ddots & \vdots\\
4403 A_{n1} & \cdots & A_{nm}
4404 \end{array}$
4405 \end_inset
4406
4407
4408 \end_layout
4409
4410 \end_inset
4411 </cell>
4412 </row>
4413 </lyxtabular>
4414
4415 \end_inset
4416
4417
4418 \end_layout
4419
4420 \begin_layout Standard
4421 The ellipses available in menu 
4422 \family sans
4423 Insert\SpecialChar menuseparator
4424 Special
4425 \begin_inset space ~
4426 \end_inset
4427
4428 Character
4429 \family default
4430  are 
4431 \series bold
4432
4433 \backslash
4434 ldots
4435 \series default
4436 .
4437 \end_layout
4438
4439 \begin_layout Standard
4440 \begin_inset VSpace medskip
4441 \end_inset
4442
4443 To use 
4444 \series bold
4445
4446 \backslash
4447 iddots
4448 \series default
4449 , one of the options 
4450 \family sans
4451 Use mathdots package (automatically)
4452 \family default
4453  must be set in the document settings under 
4454 \family sans
4455 Math
4456 \begin_inset space ~
4457 \end_inset
4458
4459 Options
4460 \family default
4461 .
4462 \begin_inset Newline newline
4463 \end_inset
4464
4465 Using the option 
4466 \family sans
4467 Use mathdots package
4468 \family default
4469  will improve the appearance of all dots in the documents if their font
4470  style or size is not the default.
4471 \end_layout
4472
4473 \begin_layout Standard
4474 \begin_inset VSpace medskip
4475 \end_inset
4476
4477 Specially for matrices there are ellipses that span over several columns.
4478  They are created with the command 
4479 \series bold
4480
4481 \backslash
4482 hdotsfor
4483 \series default
4484
4485 \begin_inset Index idx
4486 status collapsed
4487
4488 \begin_layout Plain Layout
4489 Commands ! H ! 
4490 \backslash
4491 hdotsfor
4492 \end_layout
4493
4494 \end_inset
4495
4496 , that has the following scheme:
4497 \end_layout
4498
4499 \begin_layout Standard
4500
4501 \series bold
4502
4503 \backslash
4504 hdotsfor[distance]{number of columns}
4505 \end_layout
4506
4507 \begin_layout Standard
4508 The number of columns specifies how many columns should be spanned.
4509  Distance is a factor for the distance between the dots.
4510 \end_layout
4511
4512 \begin_layout Standard
4513 In the following matrix the command 
4514 \series bold
4515
4516 \backslash
4517 hdotsfor[2]{4}
4518 \series default
4519  was inserted in the first box of the second line, to get an ellipsis with
4520  a dot distance twice as long as with the command 
4521 \series bold
4522
4523 \backslash
4524 dots
4525 \series default
4526 :
4527 \begin_inset Formula 
4528 \[
4529 \left(\begin{array}{cccc}
4530 A & B & C & D\\
4531 \hdotsfor[2]{4}\\
4532 q & w & e & r
4533 \end{array}\right)
4534 \]
4535
4536 \end_inset
4537
4538 Note that the matrix fields that should be spanned must be empty, otherwise
4539  you get \SpecialChar LaTeX
4540 -errors.
4541 \end_layout
4542
4543 \begin_layout Standard
4544 \begin_inset VSpace bigskip
4545 \end_inset
4546
4547 Furthermore you can fill with the command 
4548 \series bold
4549
4550 \backslash
4551 dotfill
4552 \series default
4553
4554 \begin_inset Index idx
4555 status collapsed
4556
4557 \begin_layout Plain Layout
4558 Commands ! D ! 
4559 \backslash
4560 dotfill
4561 \end_layout
4562
4563 \end_inset
4564
4565  the rest of a line with dots.
4566  The effect of these commands is the same as with 
4567 \series bold
4568
4569 \backslash
4570 hfill
4571 \series default
4572 , see 
4573 \begin_inset CommandInset ref
4574 LatexCommand ref
4575 reference "subsec:Variable-Space"
4576
4577 \end_inset
4578
4579 .
4580 \end_layout
4581
4582 \begin_layout Standard
4583 For example the command 
4584 \series bold
4585 A
4586 \backslash
4587 dotfill
4588 \begin_inset space \textvisiblespace{}
4589 \end_inset
4590
4591 B
4592 \series default
4593  produces
4594 \end_layout
4595
4596 \begin_layout Standard
4597 \begin_inset Formula $A\dotfill B$
4598 \end_inset
4599
4600
4601 \end_layout
4602
4603 \begin_layout Standard
4604 Similar to
4605 \series bold
4606  
4607 \backslash
4608 dotfill
4609 \series default
4610  there is for a line the command 
4611 \series bold
4612
4613 \backslash
4614 hrulefill
4615 \series default
4616
4617 \begin_inset Index idx
4618 status collapsed
4619
4620 \begin_layout Plain Layout
4621 Commands ! H ! 
4622 \backslash
4623 hrulefill
4624 \end_layout
4625
4626 \end_inset
4627
4628 :
4629 \end_layout
4630
4631 \begin_layout Standard
4632 \begin_inset Formula $A\hrulefill B$
4633 \end_inset
4634
4635
4636 \end_layout
4637
4638 \begin_layout Standard
4639 To use the commands for text, they have to be inserted in \SpecialChar TeX
4640  mode.
4641 \end_layout
4642
4643 \begin_layout Section
4644 Matrices
4645 \begin_inset CommandInset label
4646 LatexCommand label
4647 name "sec:Matrices"
4648
4649 \end_inset
4650
4651
4652 \begin_inset Index idx
4653 status collapsed
4654
4655 \begin_layout Plain Layout
4656 Matrices
4657 \end_layout
4658
4659 \end_inset
4660
4661
4662 \end_layout
4663
4664 \begin_layout Standard
4665 Matrices can be inserted via the math toolbar button 
4666 \begin_inset Info
4667 type  "icon"
4668 arg   "dialog-show mathmatrix"
4669 \end_inset
4670
4671  or the menu 
4672 \family sans
4673 Insert\SpecialChar menuseparator
4674 Math\SpecialChar menuseparator
4675 Matrix
4676 \family default
4677 .
4678  In the matrix dialog you can specify the number of columns and rows, the
4679  alignment and the decoration.
4680  The vertical alignment is only of importance for matrices in inline formulas:
4681 \end_layout
4682
4683 \begin_layout Standard
4684 The first matrix is top 
4685 \begin_inset Formula $\begin{array}[t]{cccc}
4686 A & D & G & J\\
4687 B & E & H & K\\
4688 C & F & I & L
4689 \end{array}$
4690 \end_inset
4691
4692 , the second middle 
4693 \begin_inset Formula $\begin{array}{cccc}
4694 A & D & G & J\\
4695 B & E & H & K\\
4696 C & F & I & L
4697 \end{array}$
4698 \end_inset
4699
4700  and the third bottom 
4701 \begin_inset Formula $\begin{array}[b]{cccc}
4702 A & D & G & J\\
4703 B & E & H & K\\
4704 C & F & I & L
4705 \end{array}$
4706 \end_inset
4707
4708  aligned.
4709 \end_layout
4710
4711 \begin_layout Standard
4712 The horizontal alignment specifies how the column entries should be aligned.
4713  It is set by entering a letter for every column.
4714  
4715 \emph on
4716 l
4717 \emph default
4718  denotes left aligned, 
4719 \emph on
4720 c
4721 \emph default
4722  centered and 
4723 \emph on
4724 r
4725 \emph default
4726  right aligned.
4727  To create for example a 4
4728 \series bold
4729 ×
4730 \series default
4731 4
4732 \begin_inset space ~
4733 \end_inset
4734
4735 matrix where the first column is left aligned, the second and third are
4736  centered and the last one is right aligned, one enters for the horizontal
4737  alignment 
4738 \series bold
4739 lccr
4740 \series default
4741 .
4742  Normally in a matrix all columns are centered, therefore the default for
4743  every column is a 
4744 \series bold
4745 c
4746 \series default
4747 .
4748 \end_layout
4749
4750 \begin_layout Standard
4751 Horizontal alignment:
4752 \end_layout
4753
4754 \begin_layout Standard
4755
4756 \series bold
4757 lll
4758 \series default
4759  : 
4760 \begin_inset Formula $\begin{array}{lll}
4761 10000 & D & G\\
4762 B & 10000 & H\\
4763 C & F & 10000
4764 \end{array}$
4765 \end_inset
4766
4767  , 
4768 \series bold
4769 ccc
4770 \series default
4771  : 
4772 \begin_inset Formula $\begin{array}{ccc}
4773 10000 & D & G\\
4774 B & 10000 & H\\
4775 C & F & 10000
4776 \end{array}$
4777 \end_inset
4778
4779  , 
4780 \series bold
4781 rrr
4782 \series default
4783  : 
4784 \begin_inset Formula $\begin{array}{rrr}
4785 10000 & D & G\\
4786 B & 10000 & H\\
4787 C & F & 10000
4788 \end{array}$
4789 \end_inset
4790
4791
4792 \end_layout
4793
4794 \begin_layout Standard
4795 To add or delete rows and columns subsequently, the math toolbar buttons
4796  
4797 \begin_inset Info
4798 type  "icon"
4799 arg   "inset-modify tabular append-row"
4800 \end_inset
4801
4802
4803 \begin_inset Info
4804 type  "icon"
4805 arg   "inset-modify tabular delete-row"
4806 \end_inset
4807
4808 , etc.
4809 \begin_inset space \thinspace{}
4810 \end_inset
4811
4812 , or the menu 
4813 \family sans
4814 Edit\SpecialChar menuseparator
4815 Rows & Columns
4816 \family default
4817  can be used.
4818  New rows can also be created with 
4819 \begin_inset Info
4820 type  "shortcut"
4821 arg   "newline-insert newline"
4822 \end_inset
4823
4824 .
4825 \end_layout
4826
4827 \begin_layout Standard
4828 \begin_inset VSpace bigskip
4829 \end_inset
4830
4831 The 
4832 \family sans
4833 Decoration
4834 \family default
4835  adds parentheses in the selected style around the matrix.
4836  Alternatively, parentheses can can either be created with the commands
4837  
4838 \series bold
4839
4840 \backslash
4841 left
4842 \series default
4843
4844 \begin_inset Index idx
4845 status collapsed
4846
4847 \begin_layout Plain Layout
4848 Commands ! L ! 
4849 \backslash
4850 left
4851 \end_layout
4852
4853 \end_inset
4854
4855  and 
4856 \series bold
4857
4858 \backslash
4859 right
4860 \series default
4861
4862 \begin_inset Index idx
4863 status collapsed
4864
4865 \begin_layout Plain Layout
4866 Commands ! R ! 
4867 \backslash
4868 right
4869 \end_layout
4870
4871 \end_inset
4872
4873  (shortcut 
4874 \family sans
4875 Alt+M
4876 \begin_inset space ~
4877 \end_inset
4878
4879 Parenthesis
4880 \family default
4881 ), see 
4882 \begin_inset CommandInset ref
4883 LatexCommand ref
4884 reference "subsec:Automatic-Bracket-Size"
4885
4886 \end_inset
4887
4888 , or by using the following commands:
4889 \begin_inset VSpace medskip
4890 \end_inset
4891
4892
4893 \end_layout
4894
4895 \begin_layout Standard
4896 \begin_inset space \hfill{}
4897 \end_inset
4898
4899
4900 \begin_inset Tabular
4901 <lyxtabular version="3" rows="4" columns="2">
4902 <features booktabs="true" tabularvalignment="middle">
4903 <column alignment="center" valignment="top" width="0pt">
4904 <column alignment="center" valignment="top">
4905 <row>
4906 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Plain Layout
4910 Command
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Plain Layout
4919 Result
4920 \end_layout
4921
4922 \end_inset
4923 </cell>
4924 </row>
4925 <row topspace="1.5mm">
4926 <cell alignment="center" valignment="top" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Plain Layout
4930
4931 \backslash
4932 bmatrix
4933 \begin_inset space \textvisiblespace{}
4934 \end_inset
4935
4936 2
4937 \series bold
4938 ×
4939 \series default
4940 2
4941 \begin_inset space \thinspace{}
4942 \end_inset
4943
4944 matrix
4945 \end_layout
4946
4947 \end_inset
4948 </cell>
4949 <cell alignment="center" valignment="top" usebox="none">
4950 \begin_inset Text
4951
4952 \begin_layout Plain Layout
4953 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
4954 0 & \textrm{-}\mathrm{i}\\
4955 \mathrm{i} & 0
4956 \end{array}\end{bmatrix}$
4957 \end_inset
4958
4959
4960 \end_layout
4961
4962 \end_inset
4963 </cell>
4964 </row>
4965 <row topspace="1.5mm" bottomspace="0.5mm">
4966 <cell alignment="center" valignment="top" usebox="none">
4967 \begin_inset Text
4968
4969 \begin_layout Plain Layout
4970
4971 \backslash
4972 Bmatrix
4973 \begin_inset space \textvisiblespace{}
4974 \end_inset
4975
4976 2
4977 \series bold
4978 ×
4979 \series default
4980 2
4981 \begin_inset space \thinspace{}
4982 \end_inset
4983
4984 matrix
4985 \end_layout
4986
4987 \end_inset
4988 </cell>
4989 <cell alignment="center" valignment="top" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
4994 0 & \textrm{-}\mathrm{i}\\
4995 \mathrm{i} & 0
4996 \end{array}\end{Bmatrix}$
4997 \end_inset
4998
4999
5000 \end_layout
5001
5002 \end_inset
5003 </cell>
5004 </row>
5005 <row>
5006 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5007 \begin_inset Text
5008
5009 \begin_layout Plain Layout
5010
5011 \backslash
5012 pmatrix
5013 \begin_inset space \textvisiblespace{}
5014 \end_inset
5015
5016 2
5017 \series bold
5018 ×
5019 \series default
5020 2
5021 \begin_inset space \thinspace{}
5022 \end_inset
5023
5024 matrix
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5030 \begin_inset Text
5031
5032 \begin_layout Plain Layout
5033 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
5034 0 & \textrm{-}\mathrm{i}\\
5035 \mathrm{i} & 0
5036 \end{array}\end{pmatrix}$
5037 \end_inset
5038
5039
5040 \end_layout
5041
5042 \end_inset
5043 </cell>
5044 </row>
5045 </lyxtabular>
5046
5047 \end_inset
5048
5049
5050 \begin_inset space \hfill{}
5051 \end_inset
5052
5053
5054 \begin_inset Tabular
5055 <lyxtabular version="3" rows="4" columns="2">
5056 <features booktabs="true" tabularvalignment="middle">
5057 <column alignment="center" valignment="top" width="0pt">
5058 <column alignment="center" valignment="top">
5059 <row>
5060 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5061 \begin_inset Text
5062
5063 \begin_layout Plain Layout
5064 Command
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073 Result
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 </row>
5079 <row topspace="1.5mm">
5080 <cell alignment="center" valignment="top" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Plain Layout
5084
5085 \backslash
5086 vmatrix
5087 \begin_inset space \textvisiblespace{}
5088 \end_inset
5089
5090 2
5091 \series bold
5092 ×
5093 \series default
5094 2
5095 \begin_inset space \thinspace{}
5096 \end_inset
5097
5098 matrix
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 <cell alignment="center" valignment="top" usebox="none">
5104 \begin_inset Text
5105
5106 \begin_layout Plain Layout
5107 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
5108 0 & \textrm{-}\mathrm{i}\\
5109 \mathrm{i} & 0
5110 \end{array}\end{vmatrix}$
5111 \end_inset
5112
5113
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 </row>
5119 <row topspace="1.5mm" bottomspace="0.5mm">
5120 <cell alignment="center" valignment="top" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124
5125 \backslash
5126 Vmatrix
5127 \begin_inset space \textvisiblespace{}
5128 \end_inset
5129
5130 2
5131 \series bold
5132 ×
5133 \series default
5134 2
5135 \begin_inset space \thinspace{}
5136 \end_inset
5137
5138 matrix
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 <cell alignment="center" valignment="top" usebox="none">
5144 \begin_inset Text
5145
5146 \begin_layout Plain Layout
5147 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
5148 0 & \textrm{-}\mathrm{i}\\
5149 \mathrm{i} & 0
5150 \end{array}\end{Vmatrix}$
5151 \end_inset
5152
5153
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 </row>
5159 <row>
5160 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164
5165 \backslash
5166 matrix
5167 \begin_inset space \textvisiblespace{}
5168 \end_inset
5169
5170 2
5171 \series bold
5172 ×
5173 \series default
5174 2
5175 \begin_inset space \thinspace{}
5176 \end_inset
5177
5178 matrix
5179 \end_layout
5180
5181 \end_inset
5182 </cell>
5183 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5184 \begin_inset Text
5185
5186 \begin_layout Plain Layout
5187 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
5188 0 & \textrm{-}\mathrm{i}\\
5189 \mathrm{i} & 0
5190 \end{array}\end{matrix}$
5191 \end_inset
5192
5193
5194 \end_layout
5195
5196 \end_inset
5197 </cell>
5198 </row>
5199 </lyxtabular>
5200
5201 \end_inset
5202
5203
5204 \begin_inset space \hfill{}
5205 \end_inset
5206
5207
5208 \end_layout
5209
5210 \begin_layout Standard
5211 \begin_inset VSpace medskip
5212 \end_inset
5213
5214 When e.
5215 \begin_inset space \thinspace{}
5216 \end_inset
5217
5218 g.
5219 \begin_inset space \space{}
5220 \end_inset
5221
5222
5223 \series bold
5224
5225 \backslash
5226 vmatrix
5227 \series default
5228  is inserted, a blue box appears between two vertical lines where the matrix
5229  is inserted.
5230 \begin_inset Newline newline
5231 \end_inset
5232
5233 Note that decorated matrices ignore the vertical alignment.
5234 \end_layout
5235
5236 \begin_layout Standard
5237 \begin_inset VSpace bigskip
5238 \end_inset
5239
5240 As all multiline formulas are matrices, the length 
5241 \series bold
5242
5243 \backslash
5244 arraycolsep
5245 \series default
5246
5247 \begin_inset Index idx
5248 status collapsed
5249
5250 \begin_layout Plain Layout
5251 Commands ! A ! 
5252 \backslash
5253 arraycolsep
5254 \end_layout
5255
5256 \end_inset
5257
5258  that is described in 
5259 \begin_inset CommandInset ref
5260 LatexCommand ref
5261 reference "subsec:Column-Separation"
5262
5263 \end_inset
5264
5265  can also be used to change the column separation of matrices.
5266 \end_layout
5267
5268 \begin_layout Standard
5269 To change the row separation, the command 
5270 \series bold
5271
5272 \backslash
5273 arraystretch
5274 \series default
5275
5276 \begin_inset Index idx
5277 status collapsed
5278
5279 \begin_layout Plain Layout
5280 Commands ! A ! 
5281 \backslash
5282 arraystretch
5283 \end_layout
5284
5285 \end_inset
5286
5287  is used.
5288  It is used as follows:
5289 \end_layout
5290
5291 \begin_layout Standard
5292
5293 \series bold
5294
5295 \backslash
5296 renewcommand{
5297 \backslash
5298 arraystretch}{stretch factor}
5299 \begin_inset Index idx
5300 status collapsed
5301
5302 \begin_layout Plain Layout
5303 Commands ! R ! 
5304 \backslash
5305 renewcommand
5306 \end_layout
5307
5308 \end_inset
5309
5310
5311 \end_layout
5312
5313 \begin_layout Standard
5314 The command 
5315 \series bold
5316
5317 \backslash
5318 renewcommand
5319 \series default
5320  assigns the stretch factor to the predefined command 
5321 \series bold
5322
5323 \backslash
5324 arraystretch
5325 \series default
5326 .
5327  To double e.
5328 \begin_inset space \thinspace{}
5329 \end_inset
5330
5331 g.
5332 \begin_inset space \space{}
5333 \end_inset
5334
5335 the row separation, use the factor 2.
5336  This is then used for all following matrices.
5337  To go back to the original separation, assign the factor 1 to 
5338 \series bold
5339
5340 \backslash
5341 arraystretch
5342 \series default
5343 .
5344 \end_layout
5345
5346 \begin_layout Standard
5347 To set matrices into a text line, the command 
5348 \series bold
5349
5350 \backslash
5351 smallmatrix
5352 \series default
5353
5354 \begin_inset Index idx
5355 status collapsed
5356
5357 \begin_layout Plain Layout
5358 Commands ! S ! 
5359 \backslash
5360 smallmatrix
5361 \end_layout
5362
5363 \end_inset
5364
5365  is used.
5366  When it is inserted a blue box with two dashed lines appears.
5367  In this box the matrix is inserted.
5368 \end_layout
5369
5370 \begin_layout Standard
5371 This is a matrix 
5372 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5373 C & D
5374 \end{smallmatrix}\right)$
5375 \end_inset
5376
5377  in a text line.
5378 \end_layout
5379
5380 \begin_layout Section
5381 Brackets and Delimiters
5382 \begin_inset Index idx
5383 status collapsed
5384
5385 \begin_layout Plain Layout
5386 Brackets
5387 \end_layout
5388
5389 \end_inset
5390
5391
5392 \begin_inset Index idx
5393 status collapsed
5394
5395 \begin_layout Plain Layout
5396 Delimiters
5397 \end_layout
5398
5399 \end_inset
5400
5401
5402 \end_layout
5403
5404 \begin_layout Subsection
5405 Vertical Brackets and Delimiters
5406 \begin_inset Index idx
5407 status collapsed
5408
5409 \begin_layout Plain Layout
5410 Brackets ! vertical
5411 \end_layout
5412
5413 \end_inset
5414
5415
5416 \end_layout
5417
5418 \begin_layout Standard
5419 \begin_inset space \hfill{}
5420 \end_inset
5421
5422
5423 \begin_inset Tabular
5424 <lyxtabular version="3" rows="9" columns="2">
5425 <features booktabs="true" tabularvalignment="middle">
5426 <column alignment="center" valignment="top" width="0pt">
5427 <column alignment="center" valignment="top" width="0pt">
5428 <row>
5429 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5430 \begin_inset Text
5431
5432 \begin_layout Plain Layout
5433 Command
5434 \end_layout
5435
5436 \end_inset
5437 </cell>
5438 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442 Result
5443 \end_layout
5444
5445 \end_inset
5446 </cell>
5447 </row>
5448 <row>
5449 <cell alignment="center" valignment="top" usebox="none">
5450 \begin_inset Text
5451
5452 \begin_layout Plain Layout
5453 (
5454 \end_layout
5455
5456 \end_inset
5457 </cell>
5458 <cell alignment="center" valignment="top" usebox="none">
5459 \begin_inset Text
5460
5461 \begin_layout Plain Layout
5462 \begin_inset Formula $($
5463 \end_inset
5464
5465
5466 \end_layout
5467
5468 \end_inset
5469 </cell>
5470 </row>
5471 <row>
5472 <cell alignment="center" valignment="top" usebox="none">
5473 \begin_inset Text
5474
5475 \begin_layout Plain Layout
5476 {
5477 \end_layout
5478
5479 \end_inset
5480 </cell>
5481 <cell alignment="center" valignment="top" usebox="none">
5482 \begin_inset Text
5483
5484 \begin_layout Plain Layout
5485 \begin_inset Formula $\{$
5486 \end_inset
5487
5488
5489 \end_layout
5490
5491 \end_inset
5492 </cell>
5493 </row>
5494 <row>
5495 <cell alignment="center" valignment="top" usebox="none">
5496 \begin_inset Text
5497
5498 \begin_layout Plain Layout
5499 [
5500 \end_layout
5501
5502 \end_inset
5503 </cell>
5504 <cell alignment="center" valignment="top" usebox="none">
5505 \begin_inset Text
5506
5507 \begin_layout Plain Layout
5508 \begin_inset Formula $[$
5509 \end_inset
5510
5511
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 </row>
5517 <row>
5518 <cell alignment="center" valignment="top" usebox="none">
5519 \begin_inset Text
5520
5521 \begin_layout Plain Layout
5522
5523 \backslash
5524 langle
5525 \end_layout
5526
5527 \end_inset
5528 </cell>
5529 <cell alignment="center" valignment="top" usebox="none">
5530 \begin_inset Text
5531
5532 \begin_layout Plain Layout
5533 \begin_inset Formula $\langle$
5534 \end_inset
5535
5536
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 </row>
5542 <row>
5543 <cell alignment="center" valignment="top" usebox="none">
5544 \begin_inset Text
5545
5546 \begin_layout Plain Layout
5547
5548 \backslash
5549 lceil
5550 \end_layout
5551
5552 \end_inset
5553 </cell>
5554 <cell alignment="center" valignment="top" usebox="none">
5555 \begin_inset Text
5556
5557 \begin_layout Plain Layout
5558 \begin_inset Formula $\lceil$
5559 \end_inset
5560
5561
5562 \end_layout
5563
5564 \end_inset
5565 </cell>
5566 </row>
5567 <row>
5568 <cell alignment="center" valignment="top" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Plain Layout
5572
5573 \backslash
5574 lfloor
5575 \end_layout
5576
5577 \end_inset
5578 </cell>
5579 <cell alignment="center" valignment="top" usebox="none">
5580 \begin_inset Text
5581
5582 \begin_layout Plain Layout
5583 \begin_inset Formula $\lfloor$
5584 \end_inset
5585
5586
5587 \end_layout
5588
5589 \end_inset
5590 </cell>
5591 </row>
5592 <row>
5593 <cell alignment="center" valignment="top" usebox="none">
5594 \begin_inset Text
5595
5596 \begin_layout Plain Layout
5597 /
5598 \end_layout
5599
5600 \end_inset
5601 </cell>
5602 <cell alignment="center" valignment="top" usebox="none">
5603 \begin_inset Text
5604
5605 \begin_layout Plain Layout
5606 \begin_inset Formula $/$
5607 \end_inset
5608
5609
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 </row>
5615 <row>
5616 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5617 \begin_inset Text
5618
5619 \begin_layout Plain Layout
5620 |
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5626 \begin_inset Text
5627
5628 \begin_layout Plain Layout
5629 \begin_inset Formula $|$
5630 \end_inset
5631
5632
5633 \end_layout
5634
5635 \end_inset
5636 </cell>
5637 </row>
5638 </lyxtabular>
5639
5640 \end_inset
5641
5642
5643 \begin_inset space \hfill{}
5644 \end_inset
5645
5646
5647 \begin_inset Tabular
5648 <lyxtabular version="3" rows="9" columns="2">
5649 <features booktabs="true" tabularvalignment="middle">
5650 <column alignment="center" valignment="top" width="0pt">
5651 <column alignment="center" valignment="top" width="0pt">
5652 <row>
5653 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5654 \begin_inset Text
5655
5656 \begin_layout Plain Layout
5657 Command
5658 \end_layout
5659
5660 \end_inset
5661 </cell>
5662 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5663 \begin_inset Text
5664
5665 \begin_layout Plain Layout
5666 Result
5667 \end_layout
5668
5669 \end_inset
5670 </cell>
5671 </row>
5672 <row>
5673 <cell alignment="center" valignment="top" usebox="none">
5674 \begin_inset Text
5675
5676 \begin_layout Plain Layout
5677 )
5678 \end_layout
5679
5680 \end_inset
5681 </cell>
5682 <cell alignment="center" valignment="top" usebox="none">
5683 \begin_inset Text
5684
5685 \begin_layout Plain Layout
5686 \begin_inset Formula $)$
5687 \end_inset
5688
5689
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 </row>
5695 <row>
5696 <cell alignment="center" valignment="top" usebox="none">
5697 \begin_inset Text
5698
5699 \begin_layout Plain Layout
5700 }
5701 \end_layout
5702
5703 \end_inset
5704 </cell>
5705 <cell alignment="center" valignment="top" usebox="none">
5706 \begin_inset Text
5707
5708 \begin_layout Plain Layout
5709 \begin_inset Formula $\}$
5710 \end_inset
5711
5712
5713 \end_layout
5714
5715 \end_inset
5716 </cell>
5717 </row>
5718 <row>
5719 <cell alignment="center" valignment="top" usebox="none">
5720 \begin_inset Text
5721
5722 \begin_layout Plain Layout
5723 ]
5724 \end_layout
5725
5726 \end_inset
5727 </cell>
5728 <cell alignment="center" valignment="top" usebox="none">
5729 \begin_inset Text
5730
5731 \begin_layout Plain Layout
5732 \begin_inset Formula $]$
5733 \end_inset
5734
5735
5736 \end_layout
5737
5738 \end_inset
5739 </cell>
5740 </row>
5741 <row>
5742 <cell alignment="center" valignment="top" usebox="none">
5743 \begin_inset Text
5744
5745 \begin_layout Plain Layout
5746
5747 \backslash
5748 rangle
5749 \end_layout
5750
5751 \end_inset
5752 </cell>
5753 <cell alignment="center" valignment="top" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757 \begin_inset Formula $\rangle$
5758 \end_inset
5759
5760
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 </row>
5766 <row>
5767 <cell alignment="center" valignment="top" usebox="none">
5768 \begin_inset Text
5769
5770 \begin_layout Plain Layout
5771
5772 \backslash
5773 rceil
5774 \end_layout
5775
5776 \end_inset
5777 </cell>
5778 <cell alignment="center" valignment="top" usebox="none">
5779 \begin_inset Text
5780
5781 \begin_layout Plain Layout
5782 \begin_inset Formula $\rceil$
5783 \end_inset
5784
5785
5786 \end_layout
5787
5788 \end_inset
5789 </cell>
5790 </row>
5791 <row>
5792 <cell alignment="center" valignment="top" usebox="none">
5793 \begin_inset Text
5794
5795 \begin_layout Plain Layout
5796
5797 \backslash
5798 rfloor
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 <cell alignment="center" valignment="top" usebox="none">
5804 \begin_inset Text
5805
5806 \begin_layout Plain Layout
5807 \begin_inset Formula $\rfloor$
5808 \end_inset
5809
5810
5811 \end_layout
5812
5813 \end_inset
5814 </cell>
5815 </row>
5816 <row>
5817 <cell alignment="center" valignment="top" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Plain Layout
5821
5822 \backslash
5823
5824 \backslash
5825
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 <cell alignment="center" valignment="top" usebox="none">
5831 \begin_inset Text
5832
5833 \begin_layout Plain Layout
5834 \begin_inset Formula $\backslash$
5835 \end_inset
5836
5837
5838 \end_layout
5839
5840 \end_inset
5841 </cell>
5842 </row>
5843 <row>
5844 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5845 \begin_inset Text
5846
5847 \begin_layout Plain Layout
5848
5849 \backslash
5850 |
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859 \begin_inset Formula $\|$
5860 \end_inset
5861
5862
5863 \end_layout
5864
5865 \end_inset
5866 </cell>
5867 </row>
5868 </lyxtabular>
5869
5870 \end_inset
5871
5872
5873 \begin_inset space \hfill{}
5874 \end_inset
5875
5876
5877 \end_layout
5878
5879 \begin_layout Standard
5880
5881 \series medium
5882 \begin_inset Note Greyedout
5883 status open
5884
5885 \begin_layout Plain Layout
5886
5887 \series bold
5888 Note:
5889 \series default
5890  In \SpecialChar TeX
5891  mode the command 
5892 \series bold
5893
5894 \backslash
5895 textbackslash
5896 \series default
5897
5898 \begin_inset Index idx
5899 status collapsed
5900
5901 \begin_layout Plain Layout
5902 Commands ! T ! 
5903 \backslash
5904 textbackslash
5905 \end_layout
5906
5907 \end_inset
5908
5909  must be used for the backslash, because the command 
5910 \series bold
5911
5912 \backslash
5913
5914 \backslash
5915
5916 \series default
5917  produces a line break there.
5918 \end_layout
5919
5920 \end_inset
5921
5922
5923 \end_layout
5924
5925 \begin_layout Standard
5926 For all characters listed above the size can be adjusted with the commands
5927  described in the following two subsections.
5928  When using these commands, the characters < and > can directly be used
5929  instead of the commands 
5930 \series bold
5931
5932 \backslash
5933 langle
5934 \series default
5935  and 
5936 \series bold
5937
5938 \backslash
5939 rangle
5940 \series default
5941 .
5942 \end_layout
5943
5944 \begin_layout Subsubsection
5945 Manual Bracket Size
5946 \begin_inset CommandInset label
5947 LatexCommand label
5948 name "subsec:Manual-Bracket-Size"
5949
5950 \end_inset
5951
5952
5953 \begin_inset Index idx
5954 status collapsed
5955
5956 \begin_layout Plain Layout
5957 Bracket size ! manual
5958 \end_layout
5959
5960 \end_inset
5961
5962
5963 \end_layout
5964
5965 \begin_layout Standard
5966 The bracket size can be specified manually by the \SpecialChar LaTeX
5967 -commands 
5968 \series bold
5969
5970 \backslash
5971 big
5972 \series default
5973
5974 \begin_inset Index idx
5975 status collapsed
5976
5977 \begin_layout Plain Layout
5978 Commands ! B ! 
5979 \backslash
5980 big
5981 \end_layout
5982
5983 \end_inset
5984
5985
5986 \series bold
5987
5988 \backslash
5989 Big
5990 \series default
5991
5992 \series bold
5993
5994 \backslash
5995 bigg
5996 \series default
5997  and 
5998 \series bold
5999
6000 \backslash
6001 Bigg
6002 \series default
6003 .
6004  
6005 \series bold
6006
6007 \backslash
6008 big
6009 \series default
6010  denotes the smallest and 
6011 \series bold
6012
6013 \backslash
6014 Bigg
6015 \series default
6016  the largest bracket size.
6017 \end_layout
6018
6019 \begin_layout Standard
6020 These commands are used to emphasize levels of brackets:
6021 \begin_inset Separator parbreak
6022 \end_inset
6023
6024
6025 \end_layout
6026
6027 \begin_layout Standard
6028 \align center
6029 \begin_inset Tabular
6030 <lyxtabular version="3" rows="2" columns="2">
6031 <features booktabs="true" tabularvalignment="middle">
6032 <column alignment="center" valignment="top" width="0pt">
6033 <column alignment="center" valignment="top" width="0pt">
6034 <row>
6035 <cell alignment="center" valignment="top" usebox="none">
6036 \begin_inset Text
6037
6038 \begin_layout Plain Layout
6039 all brackets in the same size:
6040 \end_layout
6041
6042 \end_inset
6043 </cell>
6044 <cell alignment="center" valignment="top" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Plain Layout
6048 \begin_inset Formula $((A+B)(A-B))^{C}$
6049 \end_inset
6050
6051
6052 \end_layout
6053
6054 \end_inset
6055 </cell>
6056 </row>
6057 <row topspace="2mm">
6058 <cell alignment="center" valignment="top" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Plain Layout
6062 this looks better:
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 <cell alignment="center" valignment="top" usebox="none">
6068 \begin_inset Text
6069
6070 \begin_layout Plain Layout
6071 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6072 \end_inset
6073
6074
6075 \end_layout
6076
6077 \end_inset
6078 </cell>
6079 </row>
6080 </lyxtabular>
6081
6082 \end_inset
6083
6084
6085 \end_layout
6086
6087 \begin_layout Standard
6088 For the second formula the command 
6089 \series bold
6090
6091 \backslash
6092 Big((A+B)(A-B)
6093 \backslash
6094 Big)^
6095 \begin_inset space \textvisiblespace{}
6096 \end_inset
6097
6098 C
6099 \series default
6100  has been used.
6101 \end_layout
6102
6103 \begin_layout Standard
6104 Here is an overview about all bracket sizes:
6105 \begin_inset Separator parbreak
6106 \end_inset
6107
6108
6109 \end_layout
6110
6111 \begin_layout Standard
6112 \align center
6113
6114 \backslash
6115 Bigg(
6116 \backslash
6117 exp
6118 \backslash
6119 bigg<
6120 \backslash
6121 Big[
6122 \backslash
6123 big{
6124 \backslash
6125 ln(3x)
6126 \backslash
6127 big}^2
6128 \begin_inset space \textvisiblespace{}
6129 \end_inset
6130
6131
6132 \backslash
6133 sin(x)
6134 \backslash
6135 Big]^
6136 \begin_inset space \textvisiblespace{}
6137 \end_inset
6138
6139 A
6140 \begin_inset space \textvisiblespace{}
6141 \end_inset
6142
6143
6144 \backslash
6145 bigg>
6146 \backslash
6147 Bigg)^0,5
6148 \end_layout
6149
6150 \begin_layout Standard
6151 \align center
6152 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6153 \end_inset
6154
6155
6156 \end_layout
6157
6158 \begin_layout Standard
6159 Besides the 
6160 \series bold
6161
6162 \backslash
6163 big
6164 \series default
6165 -commands there is the variant 
6166 \series bold
6167
6168 \backslash
6169 bigm
6170 \series default
6171
6172 \begin_inset Index idx
6173 status collapsed
6174
6175 \begin_layout Plain Layout
6176 Commands ! B ! 
6177 \backslash
6178 bigm
6179 \end_layout
6180
6181 \end_inset
6182
6183  that adds a bit more space between the bracket and its content, and the
6184  variant 
6185 \series bold
6186
6187 \backslash
6188 bigl
6189 \series default
6190 -
6191 \series bold
6192
6193 \backslash
6194 bigr
6195 \series default
6196
6197 \begin_inset Index idx
6198 status collapsed
6199
6200 \begin_layout Plain Layout
6201 Commands ! B ! 
6202 \backslash
6203 bigl - 
6204 \backslash
6205 bigr
6206 \end_layout
6207
6208 \end_inset
6209
6210 , that don't add additional space.
6211  The 
6212 \emph on
6213 l
6214 \emph default
6215  at the end of the command 
6216 \series bold
6217
6218 \backslash
6219 bigl
6220 \series default
6221  is for a left bracket; for a right bracket this will be replaced by an
6222  
6223 \emph on
6224 r
6225 \emph default
6226 .
6227  A left or right bracket can each be an opening or closing bracket.
6228 \end_layout
6229
6230 \begin_layout Standard
6231 In the following table is a comparison of the variants:
6232 \begin_inset Separator parbreak
6233 \end_inset
6234
6235
6236 \end_layout
6237
6238 \begin_layout Standard
6239 \align center
6240 \begin_inset Tabular
6241 <lyxtabular version="3" rows="5" columns="2">
6242 <features booktabs="true" tabularvalignment="middle">
6243 <column alignment="center" valignment="top" width="0pt">
6244 <column alignment="center" valignment="middle">
6245 <row>
6246 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6247 \begin_inset Text
6248
6249 \begin_layout Plain Layout
6250 Command
6251 \end_layout
6252
6253 \end_inset
6254 </cell>
6255 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6256 \begin_inset Text
6257
6258 \begin_layout Plain Layout
6259 Result
6260 \end_layout
6261
6262 \end_inset
6263 </cell>
6264 </row>
6265 <row topspace="2mm">
6266 <cell alignment="center" valignment="top" usebox="none">
6267 \begin_inset Text
6268
6269 \begin_layout Plain Layout
6270
6271 \backslash
6272 Bigm(
6273 \backslash
6274 bigm(
6275 \backslash
6276 ln(3x)
6277 \backslash
6278 bigm)^2
6279 \begin_inset space \textvisiblespace{}
6280 \end_inset
6281
6282
6283 \backslash
6284 Bigm)
6285 \end_layout
6286
6287 \end_inset
6288 </cell>
6289 <cell alignment="center" valignment="top" usebox="none">
6290 \begin_inset Text
6291
6292 \begin_layout Plain Layout
6293 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
6294 \end_inset
6295
6296
6297 \end_layout
6298
6299 \end_inset
6300 </cell>
6301 </row>
6302 <row topspace="2mm">
6303 <cell alignment="center" valignment="top" usebox="none">
6304 \begin_inset Text
6305
6306 \begin_layout Plain Layout
6307
6308 \backslash
6309 Big(
6310 \backslash
6311 big(
6312 \backslash
6313 ln(3x)
6314 \backslash
6315 big)^2
6316 \begin_inset space \textvisiblespace{}
6317 \end_inset
6318
6319
6320 \backslash
6321 Big)
6322 \end_layout
6323
6324 \end_inset
6325 </cell>
6326 <cell alignment="center" valignment="top" usebox="none">
6327 \begin_inset Text
6328
6329 \begin_layout Plain Layout
6330 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
6331 \end_inset
6332
6333
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 </row>
6339 <row topspace="2mm" bottomspace="0.5mm">
6340 <cell alignment="center" valignment="top" usebox="none">
6341 \begin_inset Text
6342
6343 \begin_layout Plain Layout
6344
6345 \backslash
6346 Bigl(
6347 \backslash
6348 bigl(
6349 \backslash
6350 ln(3x)
6351 \backslash
6352 bigr)^2
6353 \begin_inset space \textvisiblespace{}
6354 \end_inset
6355
6356
6357 \backslash
6358 Bigr)
6359 \end_layout
6360
6361 \end_inset
6362 </cell>
6363 <cell alignment="center" valignment="top" usebox="none">
6364 \begin_inset Text
6365
6366 \begin_layout Plain Layout
6367 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
6368 \end_inset
6369
6370
6371 \end_layout
6372
6373 \end_inset
6374 </cell>
6375 </row>
6376 <row topspace="1.5mm" bottomspace="0.5mm">
6377 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6378 \begin_inset Text
6379
6380 \begin_layout Plain Layout
6381
6382 \backslash
6383 bigl)
6384 \backslash
6385 ln(3x)
6386 \backslash
6387 bigr(
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6393 \begin_inset Text
6394
6395 \begin_layout Plain Layout
6396 \begin_inset Formula $\bigl)\ln(3x)\bigr($
6397 \end_inset
6398
6399
6400 \end_layout
6401
6402 \end_inset
6403 </cell>
6404 </row>
6405 </lyxtabular>
6406
6407 \end_inset
6408
6409
6410 \end_layout
6411
6412 \begin_layout Subsubsection
6413 Automatic Bracket Size
6414 \begin_inset CommandInset label
6415 LatexCommand label
6416 name "subsec:Automatic-Bracket-Size"
6417
6418 \end_inset
6419
6420
6421 \begin_inset Index idx
6422 status collapsed
6423
6424 \begin_layout Plain Layout
6425 Bracket size ! automatic
6426 \end_layout
6427
6428 \end_inset
6429
6430
6431 \end_layout
6432
6433 \begin_layout Standard
6434 Brackets with variable size can be inserted with the commands 
6435 \series bold
6436
6437 \backslash
6438 left
6439 \series default
6440
6441 \begin_inset Index idx
6442 status collapsed
6443
6444 \begin_layout Plain Layout
6445 Commands ! L ! 
6446 \backslash
6447 left
6448 \end_layout
6449
6450 \end_inset
6451
6452  and 
6453 \series bold
6454
6455 \backslash
6456 right
6457 \series default
6458
6459 \begin_inset Index idx
6460 status collapsed
6461
6462 \begin_layout Plain Layout
6463 Commands ! R ! 
6464 \backslash
6465 right
6466 \end_layout
6467
6468 \end_inset
6469
6470  or via the math toolbar button 
6471 \begin_inset Info
6472 type  "icon"
6473 arg   "dialog-show mathdelimiter"
6474 \end_inset
6475
6476 .
6477  Directly behind 
6478 \series bold
6479
6480 \backslash
6481 left
6482 \series default
6483  and 
6484 \series bold
6485
6486 \backslash
6487 right
6488 \series default
6489  the wanted bracket must be inserted.
6490  The bracket size will then automatically be calculated for the output.
6491 \begin_inset Separator parbreak
6492 \end_inset
6493
6494
6495 \end_layout
6496
6497 \begin_layout Standard
6498 \align center
6499 normal bracket: The command 
6500 \series bold
6501
6502 \backslash
6503 ln(
6504 \backslash
6505 frac
6506 \begin_inset space \textvisiblespace{}
6507 \end_inset
6508
6509 A
6510 \begin_inset Formula $\downarrow$
6511 \end_inset
6512
6513 C
6514 \begin_inset space \textvisiblespace{}
6515 \end_inset
6516
6517 )
6518 \series default
6519  creates
6520 \begin_inset Formula 
6521 \[
6522 \ln(\frac{A}{C})
6523 \]
6524
6525 \end_inset
6526
6527
6528 \end_layout
6529
6530 \begin_layout Standard
6531 \align center
6532 multiline bracket: The command 
6533 \series bold
6534
6535 \backslash
6536 ln
6537 \backslash
6538 left(
6539 \backslash
6540 frac
6541 \begin_inset space \textvisiblespace{}
6542 \end_inset
6543
6544 A
6545 \begin_inset Formula $\downarrow$
6546 \end_inset
6547
6548 C
6549 \begin_inset space \textvisiblespace{}
6550 \end_inset
6551
6552
6553 \backslash
6554 right)
6555 \series default
6556  creates
6557 \begin_inset Formula 
6558 \[
6559 \ln\left(\frac{A}{C}\right)
6560 \]
6561
6562 \end_inset
6563
6564
6565 \end_layout
6566
6567 \begin_layout Standard
6568 Instead of 
6569 \series bold
6570
6571 \backslash
6572 left
6573 \series default
6574  and 
6575 \series bold
6576
6577 \backslash
6578 right
6579 \series default
6580  the shortcut 
6581 \family sans
6582 Alt+M
6583 \begin_inset space ~
6584 \end_inset
6585
6586 Bracket
6587 \family default
6588  can be used.
6589  This has the advantage that you can see in \SpecialChar LyX
6590  immediately the real bracket
6591  size and that the matching right bracket will be created too.
6592 \begin_inset Newline newline
6593 \end_inset
6594
6595 The command for the last example would then be: 
6596 \series bold
6597
6598 \backslash
6599 ln Alt+M
6600 \series default
6601  
6602 \series bold
6603 (
6604 \backslash
6605 frac
6606 \begin_inset space \textvisiblespace{}
6607 \end_inset
6608
6609 A
6610 \begin_inset Formula $\downarrow$
6611 \end_inset
6612
6613 C
6614 \end_layout
6615
6616 \begin_layout Standard
6617 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6618  For example the command 
6619 \series bold
6620
6621 \backslash
6622 left.
6623 \backslash
6624 frac
6625 \begin_inset space \textvisiblespace{}
6626 \end_inset
6627
6628 A
6629 \begin_inset Formula $\downarrow$
6630 \end_inset
6631
6632 B
6633 \begin_inset space \textvisiblespace{}
6634 \end_inset
6635
6636
6637 \backslash
6638 right}
6639 \series default
6640  creates:
6641 \series bold
6642
6643 \begin_inset Formula 
6644 \[
6645 \left.\frac{A}{B}\right\} 
6646 \]
6647
6648 \end_inset
6649
6650
6651 \series default
6652 The commands 
6653 \series bold
6654
6655 \backslash
6656 left
6657 \series default
6658  and 
6659 \series bold
6660
6661 \backslash
6662 right
6663 \series default
6664  will be converted by \SpecialChar LyX
6665  to brackets in the right size when the document is
6666  reloaded and an omitted bracket will appear as dashed line.
6667 \end_layout
6668
6669 \begin_layout Standard
6670 \begin_inset VSpace bigskip
6671 \end_inset
6672
6673 Because all popular \SpecialChar LaTeX
6674  distributions use e\SpecialChar TeX
6675 , an extension to \SpecialChar LaTeX
6676 , the command
6677  
6678 \series bold
6679
6680 \backslash
6681 middle
6682 \series default
6683
6684 \begin_inset Index idx
6685 status collapsed
6686
6687 \begin_layout Plain Layout
6688 Commands ! M ! 
6689 \backslash
6690 middle
6691 \end_layout
6692
6693 \end_inset
6694
6695  is additionally available for all brackets and limits.
6696  With this command the height of the following character is adapted to the
6697  one of the surrounding brackets, what is e.
6698 \begin_inset space \thinspace{}
6699 \end_inset
6700
6701 g.
6702 \begin_inset space \space{}
6703 \end_inset
6704
6705 needed for physical vectors:
6706 \begin_inset Formula 
6707 \[
6708 \left\langle \phi\:\middle|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6709 \]
6710
6711 \end_inset
6712
6713 For physical vectors there is a special \SpecialChar LaTeX
6714 -package, described in 
6715 \begin_inset CommandInset ref
6716 LatexCommand ref
6717 reference "subsec:Physical-Vectors"
6718
6719 \end_inset
6720
6721 .
6722 \end_layout
6723
6724 \begin_layout Subsection
6725 Horizontal Brackets
6726 \begin_inset Index idx
6727 status collapsed
6728
6729 \begin_layout Plain Layout
6730 Brackets ! horizontal
6731 \end_layout
6732
6733 \end_inset
6734
6735
6736 \end_layout
6737
6738 \begin_layout Standard
6739 \align center
6740 \begin_inset Tabular
6741 <lyxtabular version="3" rows="4" columns="2">
6742 <features booktabs="true" tabularvalignment="middle">
6743 <column alignment="center" valignment="top" width="0pt">
6744 <column alignment="center" valignment="top" width="0pt">
6745 <row>
6746 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6747 \begin_inset Text
6748
6749 \begin_layout Plain Layout
6750 Command
6751 \end_layout
6752
6753 \end_inset
6754 </cell>
6755 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6756 \begin_inset Text
6757
6758 \begin_layout Plain Layout
6759 Result
6760 \end_layout
6761
6762 \end_inset
6763 </cell>
6764 </row>
6765 <row>
6766 <cell alignment="center" valignment="top" usebox="none">
6767 \begin_inset Text
6768
6769 \begin_layout Plain Layout
6770
6771 \backslash
6772 overbrace
6773 \begin_inset space \textvisiblespace{}
6774 \end_inset
6775
6776 A+B
6777 \begin_inset space \textvisiblespace{}
6778 \end_inset
6779
6780 ^3
6781 \begin_inset Index idx
6782 status collapsed
6783
6784 \begin_layout Plain Layout
6785 Commands ! O ! 
6786 \backslash
6787 overbrace
6788 \end_layout
6789
6790 \end_inset
6791
6792
6793 \end_layout
6794
6795 \end_inset
6796 </cell>
6797 <cell alignment="center" valignment="top" usebox="none">
6798 \begin_inset Text
6799
6800 \begin_layout Plain Layout
6801 \begin_inset Formula $\overbrace{A+B}^{3}$
6802 \end_inset
6803
6804
6805 \end_layout
6806
6807 \end_inset
6808 </cell>
6809 </row>
6810 <row topspace="2mm">
6811 <cell alignment="center" valignment="top" usebox="none">
6812 \begin_inset Text
6813
6814 \begin_layout Plain Layout
6815
6816 \backslash
6817 underbrace
6818 \begin_inset space \textvisiblespace{}
6819 \end_inset
6820
6821 A+B
6822 \begin_inset space \textvisiblespace{}
6823 \end_inset
6824
6825 _5
6826 \begin_inset Index idx
6827 status collapsed
6828
6829 \begin_layout Plain Layout
6830 Commands ! U ! 
6831 \backslash
6832 underbrace
6833 \end_layout
6834
6835 \end_inset
6836
6837
6838 \end_layout
6839
6840 \end_inset
6841 </cell>
6842 <cell alignment="center" valignment="top" usebox="none">
6843 \begin_inset Text
6844
6845 \begin_layout Plain Layout
6846 \begin_inset Formula $\underbrace{A+B}_{5}$
6847 \end_inset
6848
6849
6850 \end_layout
6851
6852 \end_inset
6853 </cell>
6854 </row>
6855 <row>
6856 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Plain Layout
6860
6861 \backslash
6862 overbrace
6863 \begin_inset space \textvisiblespace{}
6864 \end_inset
6865
6866
6867 \backslash
6868 underbrace
6869 \begin_inset space \textvisiblespace{}
6870 \end_inset
6871
6872 A+B_w
6873 \begin_inset space \textvisiblespace{}
6874 \end_inset
6875
6876
6877 \begin_inset space \textvisiblespace{}
6878 \end_inset
6879
6880 _7
6881 \begin_inset space \textvisiblespace{}
6882 \end_inset
6883
6884
6885 \begin_inset space \textvisiblespace{}
6886 \end_inset
6887
6888 ^
6889 \begin_inset space \textvisiblespace{}
6890 \end_inset
6891
6892 C
6893 \end_layout
6894
6895 \end_inset
6896 </cell>
6897 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6898 \begin_inset Text
6899
6900 \begin_layout Plain Layout
6901 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
6902 \end_inset
6903
6904
6905 \end_layout
6906
6907 \end_inset
6908 </cell>
6909 </row>
6910 </lyxtabular>
6911
6912 \end_inset
6913
6914
6915 \end_layout
6916
6917 \begin_layout Standard
6918 In the last example it doesn't matter if 
6919 \series bold
6920
6921 \backslash
6922 overbrace
6923 \series default
6924  or 
6925 \series bold
6926
6927 \backslash
6928 underbrace
6929 \series default
6930  is inserted at first.
6931 \end_layout
6932
6933 \begin_layout Standard
6934 \begin_inset VSpace medskip
6935 \end_inset
6936
6937
6938 \end_layout
6939
6940 \begin_layout Standard
6941 If you set in the document settings under 
6942 \family sans
6943 Math
6944 \begin_inset space ~
6945 \end_inset
6946
6947 Options
6948 \family default
6949  for the package 
6950 \series bold
6951 mathtools
6952 \series default
6953
6954 \begin_inset Index idx
6955 status collapsed
6956
6957 \begin_layout Plain Layout
6958 Packages ! mathtools
6959 \end_layout
6960
6961 \end_inset
6962
6963  the option 
6964 \family sans
6965 Load
6966 \begin_inset space ~
6967 \end_inset
6968
6969 always
6970 \family default
6971 , you have access to square backets:
6972 \begin_inset Separator parbreak
6973 \end_inset
6974
6975
6976 \end_layout
6977
6978 \begin_layout Standard
6979 \align center
6980 \begin_inset Tabular
6981 <lyxtabular version="3" rows="4" columns="2">
6982 <features booktabs="true" tabularvalignment="middle">
6983 <column alignment="center" valignment="top" width="0pt">
6984 <column alignment="center" valignment="top" width="0pt">
6985 <row>
6986 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6987 \begin_inset Text
6988
6989 \begin_layout Plain Layout
6990 Command
6991 \end_layout
6992
6993 \end_inset
6994 </cell>
6995 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6996 \begin_inset Text
6997
6998 \begin_layout Plain Layout
6999 Result
7000 \end_layout
7001
7002 \end_inset
7003 </cell>
7004 </row>
7005 <row>
7006 <cell alignment="center" valignment="top" usebox="none">
7007 \begin_inset Text
7008
7009 \begin_layout Plain Layout
7010
7011 \backslash
7012
7013 \family roman
7014 \series medium
7015 \shape up
7016 \size normal
7017 \emph off
7018 \bar no
7019 \strikeout off
7020 \uuline off
7021 \uwave off
7022 \noun off
7023 \color none
7024 overbracket
7025 \family default
7026 \series default
7027 \shape default
7028 \size default
7029 \emph default
7030 \bar default
7031 \strikeout default
7032 \uuline default
7033 \uwave default
7034 \noun default
7035 \color inherit
7036 {A+B
7037 \begin_inset space \textvisiblespace{}
7038 \end_inset
7039
7040 ^3
7041 \begin_inset Index idx
7042 status collapsed
7043
7044 \begin_layout Plain Layout
7045 Commands ! O ! 
7046 \backslash
7047 overbracket
7048 \end_layout
7049
7050 \end_inset
7051
7052
7053 \end_layout
7054
7055 \end_inset
7056 </cell>
7057 <cell alignment="center" valignment="top" usebox="none">
7058 \begin_inset Text
7059
7060 \begin_layout Plain Layout
7061 \begin_inset Formula $\overbracket{A+B}^{3}$
7062 \end_inset
7063
7064
7065 \end_layout
7066
7067 \end_inset
7068 </cell>
7069 </row>
7070 <row topspace="2mm">
7071 <cell alignment="center" valignment="top" usebox="none">
7072 \begin_inset Text
7073
7074 \begin_layout Plain Layout
7075
7076 \backslash
7077 under
7078 \family roman
7079 \series medium
7080 \shape up
7081 \size normal
7082 \emph off
7083 \bar no
7084 \strikeout off
7085 \uuline off
7086 \uwave off
7087 \noun off
7088 \color none
7089 bracket
7090 \family default
7091 \series default
7092 \shape default
7093 \size default
7094 \emph default
7095 \bar default
7096 \strikeout default
7097 \uuline default
7098 \uwave default
7099 \noun default
7100 \color inherit
7101 {A+B
7102 \begin_inset space \textvisiblespace{}
7103 \end_inset
7104
7105 _5
7106 \begin_inset Index idx
7107 status collapsed
7108
7109 \begin_layout Plain Layout
7110 Commands ! U ! 
7111 \backslash
7112 under
7113 \family roman
7114 \series medium
7115 \shape up
7116 \size normal
7117 \emph off
7118 \bar no
7119 \strikeout off
7120 \uuline off
7121 \uwave off
7122 \noun off
7123 \color none
7124 bracket
7125 \end_layout
7126
7127 \end_inset
7128
7129
7130 \end_layout
7131
7132 \end_inset
7133 </cell>
7134 <cell alignment="center" valignment="top" usebox="none">
7135 \begin_inset Text
7136
7137 \begin_layout Plain Layout
7138 \begin_inset Formula $\underbracket{A+B}_{5}$
7139 \end_inset
7140
7141
7142 \end_layout
7143
7144 \end_inset
7145 </cell>
7146 </row>
7147 <row>
7148 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7149 \begin_inset Text
7150
7151 \begin_layout Plain Layout
7152
7153 \backslash
7154 overbracket{
7155 \backslash
7156 underbracket{A+B_w
7157 \begin_inset space \textvisiblespace{}
7158 \end_inset
7159
7160
7161 \begin_inset space \textvisiblespace{}
7162 \end_inset
7163
7164 _7
7165 \begin_inset space \textvisiblespace{}
7166 \end_inset
7167
7168
7169 \begin_inset space \textvisiblespace{}
7170 \end_inset
7171
7172 ^
7173 \begin_inset space \textvisiblespace{}
7174 \end_inset
7175
7176 C
7177 \end_layout
7178
7179 \end_inset
7180 </cell>
7181 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7182 \begin_inset Text
7183
7184 \begin_layout Plain Layout
7185 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7186 \end_inset
7187
7188
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 </row>
7194 </lyxtabular>
7195
7196 \end_inset
7197
7198
7199 \end_layout
7200
7201 \begin_layout Standard
7202 For 
7203 \series bold
7204
7205 \backslash
7206 overbracket
7207 \series default
7208  and 
7209 \series bold
7210
7211 \backslash
7212 underbracket
7213 \series default
7214  you can change the thickness of the bracket's stroke by specifying the
7215  desired thickness in square brackets behind the command:
7216 \begin_inset Separator parbreak
7217 \end_inset
7218
7219
7220 \end_layout
7221
7222 \begin_layout Standard
7223 \align center
7224 \begin_inset Tabular
7225 <lyxtabular version="3" rows="3" columns="2">
7226 <features booktabs="true" tabularvalignment="middle">
7227 <column alignment="center" valignment="top" width="0pt">
7228 <column alignment="center" valignment="top" width="0pt">
7229 <row>
7230 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7231 \begin_inset Text
7232
7233 \begin_layout Plain Layout
7234 Command
7235 \end_layout
7236
7237 \end_inset
7238 </cell>
7239 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7240 \begin_inset Text
7241
7242 \begin_layout Plain Layout
7243 Result
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 </row>
7249 <row>
7250 <cell alignment="center" valignment="top" usebox="none">
7251 \begin_inset Text
7252
7253 \begin_layout Plain Layout
7254
7255 \backslash
7256
7257 \family roman
7258 \series medium
7259 \shape up
7260 \size normal
7261 \emph off
7262 \bar no
7263 \strikeout off
7264 \uuline off
7265 \uwave off
7266 \noun off
7267 \color none
7268 overbracket
7269 \family default
7270 \series default
7271 \shape default
7272 \size default
7273 \emph default
7274 \bar default
7275 \strikeout default
7276 \uuline default
7277 \uwave default
7278 \noun default
7279 \color inherit
7280 [3pt]
7281 \backslash
7282 {A+B
7283 \begin_inset space \textvisiblespace{}
7284 \end_inset
7285
7286 ^3
7287 \end_layout
7288
7289 \end_inset
7290 </cell>
7291 <cell alignment="center" valignment="top" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Plain Layout
7295 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7296 \end_inset
7297
7298
7299 \end_layout
7300
7301 \end_inset
7302 </cell>
7303 </row>
7304 <row topspace="2mm">
7305 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7306 \begin_inset Text
7307
7308 \begin_layout Plain Layout
7309
7310 \backslash
7311 under
7312 \family roman
7313 \series medium
7314 \shape up
7315 \size normal
7316 \emph off
7317 \bar no
7318 \strikeout off
7319 \uuline off
7320 \uwave off
7321 \noun off
7322 \color none
7323 bracket
7324 \family default
7325 \series default
7326 \shape default
7327 \size default
7328 \emph default
7329 \bar default
7330 \strikeout default
7331 \uuline default
7332 \uwave default
7333 \noun default
7334 \color inherit
7335 [1pt]
7336 \backslash
7337 {A+B
7338 \begin_inset space \textvisiblespace{}
7339 \end_inset
7340
7341 _5
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7351 \end_inset
7352
7353
7354 \end_layout
7355
7356 \end_inset
7357 </cell>
7358 </row>
7359 </lyxtabular>
7360
7361 \end_inset
7362
7363
7364 \end_layout
7365
7366 \begin_layout Standard
7367 \begin_inset VSpace bigskip
7368 \end_inset
7369
7370 When brackets should overlap each other, multiline formulas, as described
7371  in 
7372 \begin_inset CommandInset ref
7373 LatexCommand ref
7374 reference "sec:Multiline-Formulas"
7375
7376 \end_inset
7377
7378 , must be used:
7379 \begin_inset Formula 
7380 \begin{eqnarray*}
7381 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7382  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7383 \end{eqnarray*}
7384
7385 \end_inset
7386
7387 In the first row the formula is inserted together with the first brace.
7388  It is hereby important that the space command
7389 \begin_inset Foot
7390 status collapsed
7391
7392 \begin_layout Plain Layout
7393 Space commands are explained in 
7394 \begin_inset CommandInset ref
7395 LatexCommand ref
7396 reference "subsec:Predefined-Space"
7397
7398 \end_inset
7399
7400 .
7401 \end_layout
7402
7403 \end_inset
7404
7405  
7406 \series bold
7407
7408 \backslash
7409 :
7410 \series default
7411  is inserted before the first 
7412 \begin_inset Formula $d$
7413 \end_inset
7414
7415 , because the brace that ends behind the 
7416 \begin_inset Formula $q$
7417 \end_inset
7418
7419  prevents that the following 
7420 \begin_inset Quotes eld
7421 \end_inset
7422
7423 +
7424 \begin_inset Quotes erd
7425 \end_inset
7426
7427  is surrounded by space.
7428 \begin_inset Foot
7429 status collapsed
7430
7431 \begin_layout Plain Layout
7432 because a bracket is not handled as a character, see 
7433 \begin_inset CommandInset ref
7434 LatexCommand ref
7435 reference "subsec:Binary-Operators"
7436
7437 \end_inset
7438
7439
7440 \end_layout
7441
7442 \end_inset
7443
7444  In the second row the second brace is inserted.
7445  As it should begin before the 
7446 \begin_inset Formula $b$
7447 \end_inset
7448
7449 , first the command 
7450 \series bold
7451
7452 \backslash
7453 hphantom{gggg+
7454 \backslash
7455 :}
7456 \series default
7457  is inserted.
7458 \begin_inset Foot
7459 status collapsed
7460
7461 \begin_layout Plain Layout
7462 more about 
7463 \series bold
7464
7465 \backslash
7466 hphantom
7467 \series default
7468  see 
7469 \begin_inset CommandInset ref
7470 LatexCommand ref
7471 reference "subsec:Placeholders"
7472
7473 \end_inset
7474
7475
7476 \end_layout
7477
7478 \end_inset
7479
7480  This space is needed because the 
7481 \begin_inset Quotes eld
7482 \end_inset
7483
7484 +
7485 \begin_inset Quotes erd
7486 \end_inset
7487
7488  is also surrounded by space in the formula.
7489  The brace is placed under the command 
7490 \series bold
7491
7492 \backslash
7493 hphantom{bbqq+dddd}
7494 \series default
7495 .
7496 \end_layout
7497
7498 \begin_layout Standard
7499 It gets more complicated when brackets overlap each other above and under
7500  the formula, like in the following example:
7501 \begin_inset ERT
7502 status collapsed
7503
7504 \begin_layout Plain Layout
7505
7506
7507 \backslash
7508 setlength{
7509 \backslash
7510 jot}{-6pt}
7511 \end_layout
7512
7513 \end_inset
7514
7515
7516 \begin_inset Formula 
7517 \begin{eqnarray*}
7518  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7519 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7520 \end{eqnarray*}
7521
7522 \end_inset
7523
7524
7525 \begin_inset ERT
7526 status collapsed
7527
7528 \begin_layout Plain Layout
7529
7530
7531 \backslash
7532 setlength{
7533 \backslash
7534 jot}{3pt}
7535 \end_layout
7536
7537 \end_inset
7538
7539 The first formula row is the same as the second row of the previous example,
7540  with the difference that the brace is above.
7541  The second row contains the formula together with the second brace.
7542  To avoid that there is space between the upper brace in the first row and
7543  the formula, the row spacing needs to be reduced.
7544  This is not easily possible due to a bug in \SpecialChar LyX
7545 .
7546 \begin_inset Foot
7547 status collapsed
7548
7549 \begin_layout Plain Layout
7550 \begin_inset CommandInset href
7551 LatexCommand href
7552 name "LyX-bug #1505"
7553 target "http://www.lyx.org/trac/ticket/1505"
7554
7555 \end_inset
7556
7557
7558 \end_layout
7559
7560 \end_inset
7561
7562  As a solution for the problem, the global formula row separation 
7563 \series bold
7564
7565 \backslash
7566 jot
7567 \series default
7568
7569 \begin_inset Index idx
7570 status collapsed
7571
7572 \begin_layout Plain Layout
7573 Commands ! J ! 
7574 \backslash
7575 jot
7576 \end_layout
7577
7578 \end_inset
7579
7580  must be changed to -6
7581 \begin_inset space \thinspace{}
7582 \end_inset
7583
7584 pt before the formula with the command 
7585 \series bold
7586
7587 \backslash
7588 setlength{
7589 \backslash
7590 jot}{-6pt}
7591 \series default
7592  in \SpecialChar TeX
7593  mode.
7594  
7595 \series bold
7596
7597 \backslash
7598 jot
7599 \series default
7600  is set back after the formula to the standard value of 3
7601 \begin_inset space \thinspace{}
7602 \end_inset
7603
7604 pt using the same command.
7605  More about the row separation in formulas is explained in 
7606 \begin_inset CommandInset ref
7607 LatexCommand ref
7608 reference "subsec:Line-Separation"
7609
7610 \end_inset
7611
7612 .
7613 \end_layout
7614
7615 \begin_layout Section
7616 Arrows
7617 \begin_inset Index idx
7618 status collapsed
7619
7620 \begin_layout Plain Layout
7621 Arrows
7622 \end_layout
7623
7624 \end_inset
7625
7626
7627 \end_layout
7628
7629 \begin_layout Standard
7630 Arrows can be inserted via the math toolbar button 
7631 \begin_inset Info
7632 type  "icon"
7633 arg   "math-insert \\leftarrow"
7634 \end_inset
7635
7636  or the commands listed in the following subsections.
7637 \end_layout
7638
7639 \begin_layout Subsection
7640 Horizontal Arrows
7641 \begin_inset Index idx
7642 status collapsed
7643
7644 \begin_layout Plain Layout
7645 Arrows ! horizontal
7646 \end_layout
7647
7648 \end_inset
7649
7650
7651 \end_layout
7652
7653 \begin_layout Standard
7654 \begin_inset space \hfill{}
7655 \end_inset
7656
7657
7658 \begin_inset Tabular
7659 <lyxtabular version="3" rows="8" columns="2">
7660 <features booktabs="true" tabularvalignment="middle">
7661 <column alignment="center" valignment="top" width="0pt">
7662 <column alignment="center" valignment="top" width="0pt">
7663 <row>
7664 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7665 \begin_inset Text
7666
7667 \begin_layout Plain Layout
7668 Command
7669 \end_layout
7670
7671 \end_inset
7672 </cell>
7673 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Plain Layout
7677 Result
7678 \end_layout
7679
7680 \end_inset
7681 </cell>
7682 </row>
7683 <row>
7684 <cell alignment="center" valignment="top" usebox="none">
7685 \begin_inset Text
7686
7687 \begin_layout Plain Layout
7688
7689 \backslash
7690 gets
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 <cell alignment="center" valignment="top" usebox="none">
7696 \begin_inset Text
7697
7698 \begin_layout Plain Layout
7699 \begin_inset Formula $\gets$
7700 \end_inset
7701
7702
7703 \end_layout
7704
7705 \end_inset
7706 </cell>
7707 </row>
7708 <row>
7709 <cell alignment="center" valignment="top" usebox="none">
7710 \begin_inset Text
7711
7712 \begin_layout Plain Layout
7713
7714 \backslash
7715 Leftarrow
7716 \end_layout
7717
7718 \end_inset
7719 </cell>
7720 <cell alignment="center" valignment="top" usebox="none">
7721 \begin_inset Text
7722
7723 \begin_layout Plain Layout
7724 \begin_inset Formula $\Leftarrow$
7725 \end_inset
7726
7727
7728 \end_layout
7729
7730 \end_inset
7731 </cell>
7732 </row>
7733 <row>
7734 <cell alignment="center" valignment="top" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Plain Layout
7738
7739 \backslash
7740 longleftarrow
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 <cell alignment="center" valignment="top" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Plain Layout
7749 \begin_inset Formula $\longleftarrow$
7750 \end_inset
7751
7752
7753 \end_layout
7754
7755 \end_inset
7756 </cell>
7757 </row>
7758 <row>
7759 <cell alignment="center" valignment="top" usebox="none">
7760 \begin_inset Text
7761
7762 \begin_layout Plain Layout
7763
7764 \backslash
7765 Longleftarrow
7766 \end_layout
7767
7768 \end_inset
7769 </cell>
7770 <cell alignment="center" valignment="top" usebox="none">
7771 \begin_inset Text
7772
7773 \begin_layout Plain Layout
7774 \begin_inset Formula $\Longleftarrow$
7775 \end_inset
7776
7777
7778 \end_layout
7779
7780 \end_inset
7781 </cell>
7782 </row>
7783 <row>
7784 <cell alignment="center" valignment="top" usebox="none">
7785 \begin_inset Text
7786
7787 \begin_layout Plain Layout
7788
7789 \backslash
7790 leftharpoonup
7791 \end_layout
7792
7793 \end_inset
7794 </cell>
7795 <cell alignment="center" valignment="top" usebox="none">
7796 \begin_inset Text
7797
7798 \begin_layout Plain Layout
7799 \begin_inset Formula $\leftharpoonup$
7800 \end_inset
7801
7802
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 </row>
7808 <row>
7809 <cell alignment="center" valignment="top" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Plain Layout
7813
7814 \backslash
7815 leftharpoondown
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 <cell alignment="center" valignment="top" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824 \begin_inset Formula $\leftharpoondown$
7825 \end_inset
7826
7827
7828 \end_layout
7829
7830 \end_inset
7831 </cell>
7832 </row>
7833 <row>
7834 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7835 \begin_inset Text
7836
7837 \begin_layout Plain Layout
7838
7839 \backslash
7840 hookleftarrow
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7846 \begin_inset Text
7847
7848 \begin_layout Plain Layout
7849 \begin_inset Formula $\hookleftarrow$
7850 \end_inset
7851
7852
7853 \end_layout
7854
7855 \end_inset
7856 </cell>
7857 </row>
7858 </lyxtabular>
7859
7860 \end_inset
7861
7862
7863 \begin_inset space \hfill{}
7864 \end_inset
7865
7866
7867 \begin_inset Tabular
7868 <lyxtabular version="3" rows="8" columns="2">
7869 <features booktabs="true" tabularvalignment="middle">
7870 <column alignment="center" valignment="top" width="0pt">
7871 <column alignment="center" valignment="top" width="0pt">
7872 <row>
7873 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877 Command
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886 Result
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 </row>
7892 <row>
7893 <cell alignment="center" valignment="top" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Plain Layout
7897
7898 \backslash
7899 to
7900 \end_layout
7901
7902 \end_inset
7903 </cell>
7904 <cell alignment="center" valignment="top" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Plain Layout
7908 \begin_inset Formula $\to$
7909 \end_inset
7910
7911
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 </row>
7917 <row>
7918 <cell alignment="center" valignment="top" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922
7923 \backslash
7924 Rightarrow
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell alignment="center" valignment="top" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933 \begin_inset Formula $\Rightarrow$
7934 \end_inset
7935
7936
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 </row>
7942 <row>
7943 <cell alignment="center" valignment="top" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947
7948 \backslash
7949 longrightarrow
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 <cell alignment="center" valignment="top" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958 \begin_inset Formula $\longrightarrow$
7959 \end_inset
7960
7961
7962 \end_layout
7963
7964 \end_inset
7965 </cell>
7966 </row>
7967 <row>
7968 <cell alignment="center" valignment="top" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Plain Layout
7972
7973 \backslash
7974 Longrightarrow
7975 \end_layout
7976
7977 \end_inset
7978 </cell>
7979 <cell alignment="center" valignment="top" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Plain Layout
7983 \begin_inset Formula $\Longrightarrow$
7984 \end_inset
7985
7986
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 </row>
7992 <row>
7993 <cell alignment="center" valignment="top" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997
7998 \backslash
7999 rightharpoonup
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 <cell alignment="center" valignment="top" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008 \begin_inset Formula $\rightharpoonup$
8009 \end_inset
8010
8011
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 </row>
8017 <row>
8018 <cell alignment="center" valignment="top" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022
8023 \backslash
8024 rightharpoondown
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 <cell alignment="center" valignment="top" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033 \begin_inset Formula $\rightharpoondown$
8034 \end_inset
8035
8036
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 </row>
8042 <row>
8043 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047
8048 \backslash
8049 hookrightarrow
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058 \begin_inset Formula $\hookrightarrow$
8059 \end_inset
8060
8061
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 </row>
8067 </lyxtabular>
8068
8069 \end_inset
8070
8071
8072 \begin_inset space \hfill{}
8073 \end_inset
8074
8075
8076 \end_layout
8077
8078 \begin_layout Standard
8079 \begin_inset space \hfill{}
8080 \end_inset
8081
8082
8083 \begin_inset Tabular
8084 <lyxtabular version="3" rows="6" columns="2">
8085 <features booktabs="true" tabularvalignment="middle">
8086 <column alignment="center" valignment="top" width="0pt">
8087 <column alignment="center" valignment="top" width="0pt">
8088 <row>
8089 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093 Command
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102 Result
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 </row>
8108 <row>
8109 <cell alignment="center" valignment="top" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113
8114 \backslash
8115 leftrightarrow
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 <cell alignment="center" valignment="top" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124 \begin_inset Formula $\leftrightarrow$
8125 \end_inset
8126
8127
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 </row>
8133 <row>
8134 <cell alignment="center" valignment="top" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138
8139 \backslash
8140 Leftrightarrow
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 <cell alignment="center" valignment="top" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149 \begin_inset Formula $\Leftrightarrow$
8150 \end_inset
8151
8152
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 </row>
8158 <row>
8159 <cell alignment="center" valignment="top" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163
8164 \backslash
8165 longleftrightarrow
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 <cell alignment="center" valignment="top" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174 \begin_inset Formula $\longleftrightarrow$
8175 \end_inset
8176
8177
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 </row>
8183 <row>
8184 <cell alignment="center" valignment="top" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188
8189 \backslash
8190 Longleftrightarrow
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 \begin_inset Formula $\Longleftrightarrow$
8200 \end_inset
8201
8202
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 </row>
8208 <row>
8209 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213
8214 \backslash
8215 rightleftharpoons
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224 \begin_inset Formula $\rightleftharpoons$
8225 \end_inset
8226
8227
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 </row>
8233 </lyxtabular>
8234
8235 \end_inset
8236
8237
8238 \begin_inset space \hspace{}
8239 \length 25pt
8240 \end_inset
8241
8242
8243 \begin_inset space \hfill{}
8244 \end_inset
8245
8246
8247 \begin_inset Tabular
8248 <lyxtabular version="3" rows="5" columns="2">
8249 <features booktabs="true" tabularvalignment="middle">
8250 <column alignment="center" valignment="top" width="0pt">
8251 <column alignment="center" valignment="top" width="0pt">
8252 <row>
8253 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257 Command
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266 Result
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 </row>
8272 <row>
8273 <cell alignment="center" valignment="top" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277
8278 \backslash
8279 mapsto
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 <cell alignment="center" valignment="top" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288 \begin_inset Formula $\mapsto$
8289 \end_inset
8290
8291
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 </row>
8297 <row>
8298 <cell alignment="center" valignment="top" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302
8303 \backslash
8304 longmapsto
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 <cell alignment="center" valignment="top" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313 \begin_inset Formula $\longmapsto$
8314 \end_inset
8315
8316
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 </row>
8322 <row>
8323 <cell alignment="center" valignment="top" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327
8328 \backslash
8329 leadsto
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 <cell alignment="center" valignment="top" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338 \begin_inset Formula $\leadsto$
8339 \end_inset
8340
8341
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 </row>
8347 <row>
8348 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352
8353 \backslash
8354 dasharrow
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363 \begin_inset Formula $\dasharrow$
8364 \end_inset
8365
8366
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 </row>
8372 </lyxtabular>
8373
8374 \end_inset
8375
8376
8377 \begin_inset space \hfill{}
8378 \end_inset
8379
8380
8381 \end_layout
8382
8383 \begin_layout Standard
8384 \begin_inset VSpace medskip
8385 \end_inset
8386
8387 Arrows used as accents like e.
8388 \begin_inset space \thinspace{}
8389 \end_inset
8390
8391 g.
8392 \begin_inset space \space{}
8393 \end_inset
8394
8395 vector arrows are listed in 
8396 \begin_inset CommandInset ref
8397 LatexCommand ref
8398 reference "sec:Accents"
8399
8400 \end_inset
8401
8402 .
8403 \end_layout
8404
8405 \begin_layout Standard
8406 \begin_inset VSpace bigskip
8407 \end_inset
8408
8409 Furthermore there are the labeled arrows
8410 \begin_inset Index idx
8411 status collapsed
8412
8413 \begin_layout Plain Layout
8414 Arrows ! labeled
8415 \end_layout
8416
8417 \end_inset
8418
8419  
8420 \series bold
8421
8422 \backslash
8423 xleftarrow
8424 \series default
8425
8426 \begin_inset Index idx
8427 status collapsed
8428
8429 \begin_layout Plain Layout
8430 Commands ! X ! 
8431 \backslash
8432 xleftarrow
8433 \end_layout
8434
8435 \end_inset
8436
8437  and 
8438 \series bold
8439
8440 \backslash
8441 xrightarrow
8442 \series default
8443
8444 \begin_inset Index idx
8445 status collapsed
8446
8447 \begin_layout Plain Layout
8448 Commands ! X ! 
8449 \backslash
8450 xrightarrow
8451 \begin_inset ERT
8452 status collapsed
8453
8454 \begin_layout Plain Layout
8455
8456
8457 \backslash
8458 vspace{4mm}
8459 \end_layout
8460
8461 \end_inset
8462
8463
8464 \end_layout
8465
8466 \end_inset
8467
8468 .
8469  When inserting one of these commands in a formula, an arrow with two blue
8470  boxes appear where the label can be inserted.
8471  The length of the arrow adapts to the label width.
8472 \end_layout
8473
8474 \begin_layout Standard
8475 \align center
8476 \begin_inset Tabular
8477 <lyxtabular version="3" rows="3" columns="2">
8478 <features booktabs="true" tabularvalignment="middle">
8479 <column alignment="center" valignment="top" width="0pt">
8480 <column alignment="center" valignment="top" width="0pt">
8481 <row>
8482 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486 Command
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 Result
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 </row>
8501 <row>
8502 <cell alignment="center" valignment="top" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Plain Layout
8506 F(a)
8507 \backslash
8508 xleftarrow
8509 \begin_inset space \textvisiblespace{}
8510 \end_inset
8511
8512 x=a
8513 \begin_inset Formula $\downarrow$
8514 \end_inset
8515
8516 x>0
8517 \begin_inset Formula $\to$
8518 \end_inset
8519
8520 F(x)
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 <cell alignment="center" valignment="top" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
8530 \end_inset
8531
8532
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 </row>
8538 <row topspace="2mm">
8539 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543 F(x)
8544 \backslash
8545 xrightarrow
8546 \begin_inset space \textvisiblespace{}
8547 \end_inset
8548
8549 x=a
8550 \begin_inset Formula $\downarrow$
8551 \end_inset
8552
8553 x>0
8554 \begin_inset Formula $\to$
8555 \end_inset
8556
8557 F(a)
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
8567 \end_inset
8568
8569
8570 \end_layout
8571
8572 \end_inset
8573 </cell>
8574 </row>
8575 </lyxtabular>
8576
8577 \end_inset
8578
8579
8580 \end_layout
8581
8582 \begin_layout Standard
8583 \begin_inset VSpace medskip
8584 \end_inset
8585
8586
8587 \end_layout
8588
8589 \begin_layout Standard
8590 If you set in the document settings under 
8591 \family sans
8592 Math
8593 \begin_inset space ~
8594 \end_inset
8595
8596 Options
8597 \family default
8598  for the package 
8599 \series bold
8600 mathtools
8601 \series default
8602
8603 \begin_inset Index idx
8604 status collapsed
8605
8606 \begin_layout Plain Layout
8607 Packages ! mathtools
8608 \end_layout
8609
8610 \end_inset
8611
8612  the option 
8613 \family sans
8614 Load
8615 \begin_inset space ~
8616 \end_inset
8617
8618 always
8619 \family default
8620 , you have access to the following labeled arrows:
8621 \end_layout
8622
8623 \begin_layout Standard
8624 \begin_inset Newpage newpage
8625 \end_inset
8626
8627
8628 \begin_inset Separator parbreak
8629 \end_inset
8630
8631
8632 \end_layout
8633
8634 \begin_layout Standard
8635 \align center
8636 \begin_inset space \hspace*{\fill}
8637 \end_inset
8638
8639
8640 \begin_inset Tabular
8641 <lyxtabular version="3" rows="7" columns="2">
8642 <features booktabs="true" tabularvalignment="middle">
8643 <column alignment="center" valignment="top" width="0pt">
8644 <column alignment="center" valignment="top" width="0pt">
8645 <row>
8646 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650 Command
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659 Example
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 </row>
8665 <row>
8666 <cell alignment="center" valignment="top" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670
8671 \family roman
8672 \series medium
8673 \shape up
8674 \size normal
8675 \emph off
8676 \bar no
8677 \strikeout off
8678 \uuline off
8679 \uwave off
8680 \noun off
8681 \color none
8682
8683 \backslash
8684 xleftrightarrow
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 <cell alignment="center" valignment="top" usebox="none">
8690 \begin_inset Text
8691
8692 \begin_layout Plain Layout
8693 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
8694 \end_inset
8695
8696
8697 \end_layout
8698
8699 \end_inset
8700 </cell>
8701 </row>
8702 <row topspace="2mm">
8703 <cell alignment="center" valignment="top" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707
8708 \family roman
8709 \series medium
8710 \shape up
8711 \size normal
8712 \emph off
8713 \bar no
8714 \strikeout off
8715 \uuline off
8716 \uwave off
8717 \noun off
8718 \color none
8719
8720 \backslash
8721 xLeftarrow
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 <cell alignment="center" valignment="top" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
8731 \end_inset
8732
8733
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 </row>
8739 <row topspace="2mm">
8740 <cell alignment="center" valignment="top" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744
8745 \backslash
8746
8747 \family roman
8748 \series medium
8749 \shape up
8750 \size normal
8751 \emph off
8752 \bar no
8753 \strikeout off
8754 \uuline off
8755 \uwave off
8756 \noun off
8757 \color none
8758 xRightarrow
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 <cell alignment="center" valignment="top" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Plain Layout
8767 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
8768 \end_inset
8769
8770
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 </row>
8776 <row topspace="2mm">
8777 <cell alignment="center" valignment="top" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781
8782 \backslash
8783
8784 \family roman
8785 \series medium
8786 \shape up
8787 \size normal
8788 \emph off
8789 \bar no
8790 \strikeout off
8791 \uuline off
8792 \uwave off
8793 \noun off
8794 \color none
8795 xLeftrightarrow
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 <cell alignment="center" valignment="top" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
8805 \end_inset
8806
8807
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 </row>
8813 <row topspace="2mm">
8814 <cell alignment="center" valignment="top" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Plain Layout
8818
8819 \family roman
8820 \series medium
8821 \shape up
8822 \size normal
8823 \emph off
8824 \bar no
8825 \strikeout off
8826 \uuline off
8827 \uwave off
8828 \noun off
8829 \color none
8830
8831 \backslash
8832 xhookleftarrow
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 <cell alignment="center" valignment="top" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
8842 \end_inset
8843
8844
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 </row>
8850 <row topspace="2mm">
8851 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855
8856 \family roman
8857 \series medium
8858 \shape up
8859 \size normal
8860 \emph off
8861 \bar no
8862 \strikeout off
8863 \uuline off
8864 \uwave off
8865 \noun off
8866 \color none
8867
8868 \backslash
8869 xhookrightarrow
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
8879 \end_inset
8880
8881
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 </row>
8887 </lyxtabular>
8888
8889 \end_inset
8890
8891
8892 \begin_inset space \hspace*{\fill}
8893 \end_inset
8894
8895
8896 \begin_inset Tabular
8897 <lyxtabular version="3" rows="7" columns="2">
8898 <features booktabs="true" tabularvalignment="middle">
8899 <column alignment="center" valignment="top" width="0pt">
8900 <column alignment="center" valignment="top" width="0pt">
8901 <row>
8902 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906 Command
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915 Example
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 </row>
8921 <row>
8922 <cell alignment="center" valignment="top" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926
8927 \backslash
8928
8929 \family roman
8930 \series medium
8931 \shape up
8932 \size normal
8933 \emph off
8934 \bar no
8935 \strikeout off
8936 \uuline off
8937 \uwave off
8938 \noun off
8939 \color none
8940 xleftharpoondown
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 <cell alignment="center" valignment="top" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
8950 \end_inset
8951
8952
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 </row>
8958 <row topspace="2mm">
8959 <cell alignment="center" valignment="top" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963
8964 \backslash
8965
8966 \family roman
8967 \series medium
8968 \shape up
8969 \size normal
8970 \emph off
8971 \bar no
8972 \strikeout off
8973 \uuline off
8974 \uwave off
8975 \noun off
8976 \color none
8977 xleftharpoonup
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 <cell alignment="center" valignment="top" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
8987 \end_inset
8988
8989
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 </row>
8995 <row topspace="2mm">
8996 <cell alignment="center" valignment="top" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000
9001 \backslash
9002
9003 \family roman
9004 \series medium
9005 \shape up
9006 \size normal
9007 \emph off
9008 \bar no
9009 \strikeout off
9010 \uuline off
9011 \uwave off
9012 \noun off
9013 \color none
9014 xrightharpoondown
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 <cell alignment="center" valignment="top" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
9024 \end_inset
9025
9026
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 </row>
9032 <row topspace="2mm">
9033 <cell alignment="center" valignment="top" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037
9038 \backslash
9039
9040 \family roman
9041 \series medium
9042 \shape up
9043 \size normal
9044 \emph off
9045 \bar no
9046 \strikeout off
9047 \uuline off
9048 \uwave off
9049 \noun off
9050 \color none
9051 xrightharpoonup
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
9061 \end_inset
9062
9063
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 </row>
9069 <row topspace="2mm">
9070 <cell alignment="center" valignment="top" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074
9075 \backslash
9076
9077 \family roman
9078 \series medium
9079 \shape up
9080 \size normal
9081 \emph off
9082 \bar no
9083 \strikeout off
9084 \uuline off
9085 \uwave off
9086 \noun off
9087 \color none
9088 xleftrightharpoons
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 <cell alignment="center" valignment="top" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
9098 \end_inset
9099
9100
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 </row>
9106 <row topspace="2mm">
9107 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111
9112 \backslash
9113
9114 \family roman
9115 \series medium
9116 \shape up
9117 \size normal
9118 \emph off
9119 \bar no
9120 \strikeout off
9121 \uuline off
9122 \uwave off
9123 \noun off
9124 \color none
9125 xrightleftharpoons
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
9135 \end_inset
9136
9137
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 </row>
9143 </lyxtabular>
9144
9145 \end_inset
9146
9147
9148 \begin_inset space \hspace*{\fill}
9149 \end_inset
9150
9151
9152 \end_layout
9153
9154 \begin_layout Standard
9155 The command scheme is for all these arrows:
9156 \begin_inset Separator parbreak
9157 \end_inset
9158
9159
9160 \end_layout
9161
9162 \begin_layout Standard
9163 \align center
9164 \begin_inset Tabular
9165 <lyxtabular version="3" rows="2" columns="2">
9166 <features booktabs="true" tabularvalignment="middle">
9167 <column alignment="center" valignment="top" width="0pt">
9168 <column alignment="center" valignment="top" width="0pt">
9169 <row>
9170 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174 Command
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183 Result
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 </row>
9189 <row bottomspace="0.5mm">
9190 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194 F(a)
9195 \backslash
9196 xleftrightarrow[x=a]
9197 \backslash
9198 {x>0
9199 \begin_inset Formula $\to$
9200 \end_inset
9201
9202 F(x)
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
9212 \end_inset
9213
9214
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 </row>
9220 </lyxtabular>
9221
9222 \end_inset
9223
9224
9225 \end_layout
9226
9227 \begin_layout Subsection
9228 Vertical and diagonal Arrows
9229 \begin_inset Index idx
9230 status collapsed
9231
9232 \begin_layout Plain Layout
9233 Arrows ! diagonal
9234 \end_layout
9235
9236 \end_inset
9237
9238
9239 \begin_inset Index idx
9240 status collapsed
9241
9242 \begin_layout Plain Layout
9243 Arrows ! vertical
9244 \end_layout
9245
9246 \end_inset
9247
9248
9249 \end_layout
9250
9251 \begin_layout Standard
9252 \begin_inset space \hfill{}
9253 \end_inset
9254
9255
9256 \begin_inset Tabular
9257 <lyxtabular version="3" rows="7" columns="2">
9258 <features booktabs="true" tabularvalignment="middle">
9259 <column alignment="center" valignment="top" width="0pt">
9260 <column alignment="center" valignment="top" width="0pt">
9261 <row>
9262 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266 Command
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275 Result
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 </row>
9281 <row>
9282 <cell alignment="center" valignment="top" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286
9287 \backslash
9288 uparrow
9289 \end_layout
9290
9291 \end_inset
9292 </cell>
9293 <cell alignment="center" valignment="top" usebox="none">
9294 \begin_inset Text
9295
9296 \begin_layout Plain Layout
9297 \begin_inset Formula $\uparrow$
9298 \end_inset
9299
9300
9301 \end_layout
9302
9303 \end_inset
9304 </cell>
9305 </row>
9306 <row>
9307 <cell alignment="center" valignment="top" usebox="none">
9308 \begin_inset Text
9309
9310 \begin_layout Plain Layout
9311
9312 \backslash
9313 Uparrow
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 <cell alignment="center" valignment="top" usebox="none">
9319 \begin_inset Text
9320
9321 \begin_layout Plain Layout
9322 \begin_inset Formula $\Uparrow$
9323 \end_inset
9324
9325
9326 \end_layout
9327
9328 \end_inset
9329 </cell>
9330 </row>
9331 <row>
9332 <cell alignment="center" valignment="top" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Plain Layout
9336
9337 \backslash
9338 updownarrow
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 <cell alignment="center" valignment="top" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Plain Layout
9347 \begin_inset Formula $\updownarrow$
9348 \end_inset
9349
9350
9351 \end_layout
9352
9353 \end_inset
9354 </cell>
9355 </row>
9356 <row>
9357 <cell alignment="center" valignment="top" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361
9362 \backslash
9363 Updownarrow
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 <cell alignment="center" valignment="top" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Plain Layout
9372 \begin_inset Formula $\Updownarrow$
9373 \end_inset
9374
9375
9376 \end_layout
9377
9378 \end_inset
9379 </cell>
9380 </row>
9381 <row>
9382 <cell alignment="center" valignment="top" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386
9387 \backslash
9388 Downarrow
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 <cell alignment="center" valignment="top" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397 \begin_inset Formula $\Downarrow$
9398 \end_inset
9399
9400
9401 \end_layout
9402
9403 \end_inset
9404 </cell>
9405 </row>
9406 <row>
9407 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9408 \begin_inset Text
9409
9410 \begin_layout Plain Layout
9411
9412 \backslash
9413 downarrow
9414 \end_layout
9415
9416 \end_inset
9417 </cell>
9418 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9419 \begin_inset Text
9420
9421 \begin_layout Plain Layout
9422 \begin_inset Formula $\downarrow$
9423 \end_inset
9424
9425
9426 \end_layout
9427
9428 \end_inset
9429 </cell>
9430 </row>
9431 </lyxtabular>
9432
9433 \end_inset
9434
9435
9436 \begin_inset space \hfill{}
9437 \end_inset
9438
9439
9440 \begin_inset Tabular
9441 <lyxtabular version="3" rows="5" columns="2">
9442 <features booktabs="true" tabularvalignment="middle">
9443 <column alignment="center" valignment="top" width="0pt">
9444 <column alignment="center" valignment="top" width="0pt">
9445 <row>
9446 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Plain Layout
9450 Command
9451 \end_layout
9452
9453 \end_inset
9454 </cell>
9455 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Plain Layout
9459 Result
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 </row>
9465 <row>
9466 <cell alignment="center" valignment="top" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Plain Layout
9470
9471 \backslash
9472 nearrow
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 <cell alignment="center" valignment="top" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481 \begin_inset Formula $\nearrow$
9482 \end_inset
9483
9484
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 </row>
9490 <row>
9491 <cell alignment="center" valignment="top" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495
9496 \backslash
9497 searrow
9498 \end_layout
9499
9500 \end_inset
9501 </cell>
9502 <cell alignment="center" valignment="top" usebox="none">
9503 \begin_inset Text
9504
9505 \begin_layout Plain Layout
9506 \begin_inset Formula $\searrow$
9507 \end_inset
9508
9509
9510 \end_layout
9511
9512 \end_inset
9513 </cell>
9514 </row>
9515 <row>
9516 <cell alignment="center" valignment="top" usebox="none">
9517 \begin_inset Text
9518
9519 \begin_layout Plain Layout
9520
9521 \backslash
9522 swarrow
9523 \end_layout
9524
9525 \end_inset
9526 </cell>
9527 <cell alignment="center" valignment="top" usebox="none">
9528 \begin_inset Text
9529
9530 \begin_layout Plain Layout
9531 \begin_inset Formula $\swarrow$
9532 \end_inset
9533
9534
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 </row>
9540 <row>
9541 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9542 \begin_inset Text
9543
9544 \begin_layout Plain Layout
9545
9546 \backslash
9547 nwarrow
9548 \end_layout
9549
9550 \end_inset
9551 </cell>
9552 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9553 \begin_inset Text
9554
9555 \begin_layout Plain Layout
9556 \begin_inset Formula $\nwarrow$
9557 \end_inset
9558
9559
9560 \end_layout
9561
9562 \end_inset
9563 </cell>
9564 </row>
9565 </lyxtabular>
9566
9567 \end_inset
9568
9569
9570 \begin_inset space \hfill{}
9571 \end_inset
9572
9573
9574 \end_layout
9575
9576 \begin_layout Standard
9577 \begin_inset VSpace medskip
9578 \end_inset
9579
9580 Vertical arrows can be used also as delimiters together with the commands
9581  described in 
9582 \begin_inset CommandInset ref
9583 LatexCommand ref
9584 reference "subsec:Manual-Bracket-Size"
9585
9586 \end_inset
9587
9588  and 
9589 \begin_inset CommandInset ref
9590 LatexCommand ref
9591 reference "subsec:Automatic-Bracket-Size"
9592
9593 \end_inset
9594
9595 .
9596 \end_layout
9597
9598 \begin_layout Section
9599 Accents
9600 \begin_inset CommandInset label
9601 LatexCommand label
9602 name "sec:Accents"
9603
9604 \end_inset
9605
9606
9607 \begin_inset Index idx
9608 status collapsed
9609
9610 \begin_layout Plain Layout
9611 Accents
9612 \end_layout
9613
9614 \end_inset
9615
9616
9617 \end_layout
9618
9619 \begin_layout Standard
9620 Accents can be inserted via the math toolbar button 
9621 \begin_inset Info
9622 type  "icon"
9623 arg   "math-insert \\hat"
9624 \end_inset
9625
9626  or the commands listed in the following subsections.
9627 \end_layout
9628
9629 \begin_layout Subsection
9630 Accents for one Character
9631 \begin_inset ERT
9632 status collapsed
9633
9634 \begin_layout Plain Layout
9635
9636
9637 \backslash
9638 texorpdfstring{
9639 \end_layout
9640
9641 \end_inset
9642
9643
9644 \begin_inset Foot
9645 status collapsed
9646
9647 \begin_layout Plain Layout
9648 accents in text see 
9649 \begin_inset CommandInset ref
9650 LatexCommand ref
9651 reference "subsec:Accents-in-Text"
9652
9653 \end_inset
9654
9655
9656 \end_layout
9657
9658 \end_inset
9659
9660
9661 \begin_inset ERT
9662 status collapsed
9663
9664 \begin_layout Plain Layout
9665
9666 }{}
9667 \end_layout
9668
9669 \end_inset
9670
9671
9672 \begin_inset Note Note
9673 status collapsed
9674
9675 \begin_layout Plain Layout
9676
9677 \series bold
9678
9679 \backslash
9680 texorpdfstring
9681 \series default
9682  is used to avoid that the footnote appears in the PDF-bookmark.
9683 \end_layout
9684
9685 \begin_layout Plain Layout
9686 More about 
9687 \series bold
9688
9689 \backslash
9690 texorpdfstring
9691 \series default
9692  is in section 
9693 \begin_inset CommandInset ref
9694 LatexCommand ref
9695 reference "subsec:Formulas-in-Section"
9696
9697 \end_inset
9698
9699 .
9700 \end_layout
9701
9702 \end_inset
9703
9704
9705 \begin_inset CommandInset label
9706 LatexCommand label
9707 name "subsec:Accents-for-one"
9708
9709 \end_inset
9710
9711
9712 \begin_inset Index idx
9713 status collapsed
9714
9715 \begin_layout Plain Layout
9716 Accents ! for one character
9717 \end_layout
9718
9719 \end_inset
9720
9721
9722 \end_layout
9723
9724 \begin_layout Standard
9725 \begin_inset space \hfill{}
9726 \end_inset
9727
9728
9729 \begin_inset Tabular
9730 <lyxtabular version="3" rows="8" columns="2">
9731 <features booktabs="true" tabularvalignment="middle">
9732 <column alignment="center" valignment="top" width="0pt">
9733 <column alignment="center" valignment="top" width="0pt">
9734 <row>
9735 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9736 \begin_inset Text
9737
9738 \begin_layout Plain Layout
9739 Command
9740 \end_layout
9741
9742 \end_inset
9743 </cell>
9744 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9745 \begin_inset Text
9746
9747 \begin_layout Plain Layout
9748 Result
9749 \end_layout
9750
9751 \end_inset
9752 </cell>
9753 </row>
9754 <row topspace="1.5mm">
9755 <cell alignment="center" valignment="top" usebox="none">
9756 \begin_inset Text
9757
9758 \begin_layout Plain Layout
9759
9760 \backslash
9761 dot
9762 \begin_inset space \textvisiblespace{}
9763 \end_inset
9764
9765 A
9766 \end_layout
9767
9768 \end_inset
9769 </cell>
9770 <cell alignment="center" valignment="top" usebox="none">
9771 \begin_inset Text
9772
9773 \begin_layout Plain Layout
9774 \begin_inset Formula $\dot{A}$
9775 \end_inset
9776
9777
9778 \end_layout
9779
9780 \end_inset
9781 </cell>
9782 </row>
9783 <row topspace="1.5mm">
9784 <cell alignment="center" valignment="top" usebox="none">
9785 \begin_inset Text
9786
9787 \begin_layout Plain Layout
9788
9789 \backslash
9790 ddot
9791 \begin_inset space \textvisiblespace{}
9792 \end_inset
9793
9794 A
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 <cell alignment="center" valignment="top" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803 \begin_inset Formula $\ddot{A}$
9804 \end_inset
9805
9806
9807 \end_layout
9808
9809 \end_inset
9810 </cell>
9811 </row>
9812 <row topspace="1.5mm">
9813 <cell alignment="center" valignment="top" usebox="none">
9814 \begin_inset Text
9815
9816 \begin_layout Plain Layout
9817
9818 \backslash
9819 dddot
9820 \begin_inset space \textvisiblespace{}
9821 \end_inset
9822
9823 A
9824 \end_layout
9825
9826 \end_inset
9827 </cell>
9828 <cell alignment="center" valignment="top" usebox="none">
9829 \begin_inset Text
9830
9831 \begin_layout Plain Layout
9832 \begin_inset Formula $\dddot{A}$
9833 \end_inset
9834
9835
9836 \end_layout
9837
9838 \end_inset
9839 </cell>
9840 </row>
9841 <row topspace="1.5mm">
9842 <cell alignment="center" valignment="top" usebox="none">
9843 \begin_inset Text
9844
9845 \begin_layout Plain Layout
9846
9847 \backslash
9848 ddddot
9849 \begin_inset space \textvisiblespace{}
9850 \end_inset
9851
9852 A
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 <cell alignment="center" valignment="top" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861 \begin_inset Formula $\ddddot{A}$
9862 \end_inset
9863
9864
9865 \end_layout
9866
9867 \end_inset
9868 </cell>
9869 </row>
9870 <row topspace="1.5mm">
9871 <cell alignment="center" valignment="top" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Plain Layout
9875
9876 \backslash
9877 vec
9878 \begin_inset space \textvisiblespace{}
9879 \end_inset
9880
9881 A
9882 \begin_inset Index idx
9883 status collapsed
9884
9885 \begin_layout Plain Layout
9886 Vectors
9887 \end_layout
9888
9889 \end_inset
9890
9891
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 <cell alignment="center" valignment="top" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900 \begin_inset Formula $\vec{A}$
9901 \end_inset
9902
9903
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 </row>
9909 <row topspace="1.5mm">
9910 <cell alignment="center" valignment="top" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914
9915 \backslash
9916 bar
9917 \begin_inset space \textvisiblespace{}
9918 \end_inset
9919
9920 A
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 <cell alignment="center" valignment="top" usebox="none">
9926 \begin_inset Text
9927
9928 \begin_layout Plain Layout
9929 \begin_inset Formula $\bar{A}$
9930 \end_inset
9931
9932
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 </row>
9938 <row topspace="1.5mm">
9939 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943
9944 \backslash
9945 mathring
9946 \begin_inset space \textvisiblespace{}
9947 \end_inset
9948
9949 A
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958 \begin_inset Formula $\mathring{A}$
9959 \end_inset
9960
9961
9962 \end_layout
9963
9964 \end_inset
9965 </cell>
9966 </row>
9967 </lyxtabular>
9968
9969 \end_inset
9970
9971
9972 \begin_inset space \hfill{}
9973 \end_inset
9974
9975
9976 \begin_inset Tabular
9977 <lyxtabular version="3" rows="7" columns="2">
9978 <features booktabs="true" tabularvalignment="middle">
9979 <column alignment="center" valignment="top" width="0pt">
9980 <column alignment="center" valignment="top" width="0pt">
9981 <row>
9982 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Plain Layout
9986 Command
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Plain Layout
9995 Result
9996 \end_layout
9997
9998 \end_inset
9999 </cell>
10000 </row>
10001 <row topspace="1.5mm">
10002 <cell alignment="center" valignment="top" usebox="none">
10003 \begin_inset Text
10004
10005 \begin_layout Plain Layout
10006
10007 \backslash
10008 tilde
10009 \begin_inset space \textvisiblespace{}
10010 \end_inset
10011
10012 A
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 <cell alignment="center" valignment="top" usebox="none">
10018 \begin_inset Text
10019
10020 \begin_layout Plain Layout
10021 \begin_inset Formula $\tilde{A}$
10022 \end_inset
10023
10024
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 </row>
10030 <row topspace="1.5mm">
10031 <cell alignment="center" valignment="top" usebox="none">
10032 \begin_inset Text
10033
10034 \begin_layout Plain Layout
10035
10036 \backslash
10037 hat
10038 \begin_inset space \textvisiblespace{}
10039 \end_inset
10040
10041 A
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 <cell alignment="center" valignment="top" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050 \begin_inset Formula $\hat{A}$
10051 \end_inset
10052
10053
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 </row>
10059 <row topspace="1.5mm">
10060 <cell alignment="center" valignment="top" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064
10065 \backslash
10066 check
10067 \begin_inset space \textvisiblespace{}
10068 \end_inset
10069
10070 A
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 <cell alignment="center" valignment="top" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079 \begin_inset Formula $\check{A}$
10080 \end_inset
10081
10082
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 </row>
10088 <row topspace="1.5mm">
10089 <cell alignment="center" valignment="top" usebox="none">
10090 \begin_inset Text
10091
10092 \begin_layout Plain Layout
10093
10094 \backslash
10095 acute
10096 \begin_inset space \textvisiblespace{}
10097 \end_inset
10098
10099 A
10100 \end_layout
10101
10102 \end_inset
10103 </cell>
10104 <cell alignment="center" valignment="top" usebox="none">
10105 \begin_inset Text
10106
10107 \begin_layout Plain Layout
10108 \begin_inset Formula $\acute{A}$
10109 \end_inset
10110
10111
10112 \end_layout
10113
10114 \end_inset
10115 </cell>
10116 </row>
10117 <row topspace="1.5mm">
10118 <cell alignment="center" valignment="top" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122
10123 \backslash
10124 grave
10125 \begin_inset space \textvisiblespace{}
10126 \end_inset
10127
10128 A
10129 \end_layout
10130
10131 \end_inset
10132 </cell>
10133 <cell alignment="center" valignment="top" usebox="none">
10134 \begin_inset Text
10135
10136 \begin_layout Plain Layout
10137 \begin_inset Formula $\grave{A}$
10138 \end_inset
10139
10140
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 </row>
10146 <row topspace="1.5mm">
10147 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10148 \begin_inset Text
10149
10150 \begin_layout Plain Layout
10151
10152 \backslash
10153 breve
10154 \begin_inset space \textvisiblespace{}
10155 \end_inset
10156
10157 A
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166 \begin_inset Formula $\breve{A}$
10167 \end_inset
10168
10169
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 </row>
10175 </lyxtabular>
10176
10177 \end_inset
10178
10179
10180 \begin_inset space \hfill{}
10181 \end_inset
10182
10183
10184 \end_layout
10185
10186 \begin_layout Standard
10187 \begin_inset VSpace bigskip
10188 \end_inset
10189
10190
10191 \end_layout
10192
10193 \begin_layout Standard
10194 You can directly insert accents like é to formulas.
10195  \SpecialChar LyX
10196  will transform them to the corresponding accent command.
10197  For umlauts
10198 \begin_inset Index idx
10199 status collapsed
10200
10201 \begin_layout Plain Layout
10202 Umlauts
10203 \end_layout
10204
10205 \end_inset
10206
10207  it is better to insert a quotation mark before the vowel.
10208  These two characters are then treated by \SpecialChar LaTeX
10209  as 
10210 \emph on
10211 one
10212 \emph default
10213  character when the formula part with the umlaut is marked as German.
10214  In contrary to 
10215 \series bold
10216
10217 \backslash
10218 ddot
10219 \series default
10220 , with this method 
10221 \begin_inset Quotes eld
10222 \end_inset
10223
10224 real
10225 \begin_inset Quotes erd
10226 \end_inset
10227
10228  umlauts are created as demonstrated in the following example:
10229 \end_layout
10230
10231 \begin_layout Standard
10232 \begin_inset VSpace -2mm
10233 \end_inset
10234
10235
10236 \end_layout
10237
10238 \begin_layout Standard
10239 \align center
10240 \begin_inset Tabular
10241 <lyxtabular version="3" rows="3" columns="2">
10242 <features booktabs="true" tabularvalignment="middle">
10243 <column alignment="center" valignment="top" width="0pt">
10244 <column alignment="center" valignment="top">
10245 <row>
10246 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250 Command
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259 Result
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 </row>
10265 <row>
10266 <cell alignment="center" valignment="top" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270 \begin_inset Quotes grd
10271 \end_inset
10272
10273 i
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 <cell alignment="center" valignment="top" usebox="none">
10279 \begin_inset Text
10280
10281 \begin_layout Plain Layout
10282 \begin_inset space \hspace{}
10283 \length 0pt
10284 \end_inset
10285
10286
10287 \lang ngerman
10288
10289 \begin_inset Formula $"i$
10290 \end_inset
10291
10292
10293 \end_layout
10294
10295 \end_inset
10296 </cell>
10297 </row>
10298 <row topspace="1.5mm">
10299 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Plain Layout
10303
10304 \backslash
10305 ddot
10306 \begin_inset space \textvisiblespace{}
10307 \end_inset
10308
10309 i
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318 \begin_inset Formula $\ddot{i}$
10319 \end_inset
10320
10321
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 </row>
10327 </lyxtabular>
10328
10329 \end_inset
10330
10331
10332 \end_layout
10333
10334 \begin_layout Standard
10335 Another advantage to 
10336 \series bold
10337
10338 \backslash
10339 ddot
10340 \series default
10341  is that umlauts can directly be converted to mathematical text because
10342  the accent commands above are 
10343 \emph on
10344 not allowed
10345 \emph default
10346  
10347 \emph on
10348 in mathematical text
10349 \emph default
10350 .
10351  To convert an accented character to mathematical text, only the character
10352  under the accent may be converted.
10353  This applies also for all other conversions, e.
10354 \begin_inset space \thinspace{}
10355 \end_inset
10356
10357 g.
10358 \begin_inset space \space{}
10359 \end_inset
10360
10361 to italic or bold.
10362 \end_layout
10363
10364 \begin_layout Standard
10365 In mathematical text, umlauts and other accented characters can directly
10366  be inserted.
10367 \end_layout
10368
10369 \begin_layout Standard
10370 \begin_inset VSpace bigskip
10371 \end_inset
10372
10373
10374 \end_layout
10375
10376 \begin_layout Standard
10377 \SpecialChar LyX
10378  also supports a tilde under the character if the \SpecialChar LaTeX
10379 -package 
10380 \series bold
10381 undertilde
10382 \series default
10383
10384 \begin_inset Index idx
10385 status collapsed
10386
10387 \begin_layout Plain Layout
10388 Packages ! undertilde
10389 \end_layout
10390
10391 \end_inset
10392
10393  is installed on your system:
10394 \end_layout
10395
10396 \begin_layout Standard
10397 \begin_inset ERT
10398 status collapsed
10399
10400 \begin_layout Plain Layout
10401
10402
10403 \backslash
10404 ifundertilde 
10405 \end_layout
10406
10407 \end_inset
10408
10409
10410 \begin_inset Note Note
10411 status open
10412
10413 \begin_layout Plain Layout
10414 The following table will only be displayed when the \SpecialChar LaTeX
10415 -package 
10416 \series bold
10417 undertilde
10418 \series default
10419  is installed.
10420 \end_layout
10421
10422 \end_inset
10423
10424
10425 \begin_inset Separator parbreak
10426 \end_inset
10427
10428
10429 \end_layout
10430
10431 \begin_layout Standard
10432 \noindent
10433 \align center
10434 \begin_inset Tabular
10435 <lyxtabular version="3" rows="2" columns="2">
10436 <features booktabs="true" tabularvalignment="middle">
10437 <column alignment="center" valignment="top" width="0pt">
10438 <column alignment="center" valignment="top" width="0pt">
10439 <row>
10440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444 Command
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Plain Layout
10453 Result
10454 \end_layout
10455
10456 \end_inset
10457 </cell>
10458 </row>
10459 <row>
10460 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464
10465 \backslash
10466 utilde
10467 \begin_inset space \textvisiblespace{}
10468 \end_inset
10469
10470 A
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10476 \begin_inset Text
10477
10478 \begin_layout Plain Layout
10479 \begin_inset Formula $\utilde{A}$
10480 \end_inset
10481
10482
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 </row>
10488 </lyxtabular>
10489
10490 \end_inset
10491
10492
10493 \end_layout
10494
10495 \begin_layout Standard
10496 \begin_inset ERT
10497 status collapsed
10498
10499 \begin_layout Plain Layout
10500
10501
10502 \backslash
10503 else 
10504 \end_layout
10505
10506 \end_inset
10507
10508
10509 \begin_inset Note Note
10510 status open
10511
10512 \begin_layout Plain Layout
10513 The following will be displayed when the \SpecialChar LaTeX
10514 -package 
10515 \series bold
10516 undertilde
10517 \series default
10518  is not installed:
10519 \end_layout
10520
10521 \end_inset
10522
10523
10524 \end_layout
10525
10526 \begin_layout Standard
10527 You need to install the \SpecialChar LaTeX
10528 -package 
10529 \series bold
10530 undertilde
10531 \series default
10532  to see the rest of this subsection in the output.
10533 \end_layout
10534
10535 \begin_layout Standard
10536 \begin_inset ERT
10537 status collapsed
10538
10539 \begin_layout Plain Layout
10540
10541
10542 \backslash
10543 fi 
10544 \end_layout
10545
10546 \end_inset
10547
10548
10549 \end_layout
10550
10551 \begin_layout Standard
10552 \begin_inset Newpage newpage
10553 \end_inset
10554
10555
10556 \end_layout
10557
10558 \begin_layout Subsection
10559 Accents for several Characters
10560 \begin_inset Index idx
10561 status collapsed
10562
10563 \begin_layout Plain Layout
10564 Accents ! for several characters
10565 \end_layout
10566
10567 \end_inset
10568
10569
10570 \end_layout
10571
10572 \begin_layout Standard
10573 \begin_inset space \hfill{}
10574 \end_inset
10575
10576
10577 \begin_inset Tabular
10578 <lyxtabular version="3" rows="5" columns="2">
10579 <features booktabs="true" tabularvalignment="middle">
10580 <column alignment="center" valignment="top" width="0pt">
10581 <column alignment="center" valignment="top" width="0pt">
10582 <row>
10583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587 Command
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596 Result
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 </row>
10602 <row topspace="1.5mm">
10603 <cell alignment="center" valignment="top" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607
10608 \backslash
10609 overleftarrow
10610 \begin_inset space \textvisiblespace{}
10611 \end_inset
10612
10613 A=B
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Plain Layout
10622 \begin_inset Formula $\overleftarrow{A=B}$
10623 \end_inset
10624
10625
10626 \end_layout
10627
10628 \end_inset
10629 </cell>
10630 </row>
10631 <row topspace="1.5mm">
10632 <cell alignment="center" valignment="top" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636
10637 \backslash
10638 underleftarrow
10639 \begin_inset space \textvisiblespace{}
10640 \end_inset
10641
10642 A=B
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Plain Layout
10651 \begin_inset Formula $\underleftarrow{A=B}$
10652 \end_inset
10653
10654
10655 \end_layout
10656
10657 \end_inset
10658 </cell>
10659 </row>
10660 <row topspace="1.5mm">
10661 <cell alignment="center" valignment="top" usebox="none">
10662 \begin_inset Text
10663
10664 \begin_layout Plain Layout
10665
10666 \backslash
10667 overleftrightarrow
10668 \begin_inset space \textvisiblespace{}
10669 \end_inset
10670
10671 A=B
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10677 \begin_inset Text
10678
10679 \begin_layout Plain Layout
10680 \begin_inset Formula $\overleftrightarrow{A=B}$
10681 \end_inset
10682
10683
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 </row>
10689 <row topspace="1.5mm" bottomspace="1mm">
10690 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694
10695 \backslash
10696 underleftrightarrow
10697 \begin_inset space \textvisiblespace{}
10698 \end_inset
10699
10700 A=B
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 \begin_inset Formula $\underleftrightarrow{A=B}$
10710 \end_inset
10711
10712
10713 \end_layout
10714
10715 \end_inset
10716 </cell>
10717 </row>
10718 </lyxtabular>
10719
10720 \end_inset
10721
10722
10723 \begin_inset space \hfill{}
10724 \end_inset
10725
10726
10727 \begin_inset Tabular
10728 <lyxtabular version="3" rows="5" columns="2">
10729 <features booktabs="true" tabularvalignment="middle">
10730 <column alignment="center" valignment="top" width="0pt">
10731 <column alignment="center" valignment="top" width="0pt">
10732 <row>
10733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10734 \begin_inset Text
10735
10736 \begin_layout Plain Layout
10737 Command
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746 Result
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 </row>
10752 <row topspace="1.5mm">
10753 <cell alignment="center" valignment="top" usebox="none">
10754 \begin_inset Text
10755
10756 \begin_layout Plain Layout
10757
10758 \backslash
10759 overrightarrow
10760 \begin_inset space \textvisiblespace{}
10761 \end_inset
10762
10763 A=B
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10769 \begin_inset Text
10770
10771 \begin_layout Plain Layout
10772 \begin_inset Formula $\overrightarrow{A=B}$
10773 \end_inset
10774
10775
10776 \end_layout
10777
10778 \end_inset
10779 </cell>
10780 </row>
10781 <row topspace="1.5mm">
10782 <cell alignment="center" valignment="top" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786
10787 \backslash
10788 underrightarrow
10789 \begin_inset space \textvisiblespace{}
10790 \end_inset
10791
10792 A=B
10793 \end_layout
10794
10795 \end_inset
10796 </cell>
10797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Plain Layout
10801 \begin_inset Formula $\underrightarrow{A=B}$
10802 \end_inset
10803
10804
10805 \end_layout
10806
10807 \end_inset
10808 </cell>
10809 </row>
10810 <row topspace="1.5mm">
10811 <cell alignment="center" valignment="top" usebox="none">
10812 \begin_inset Text
10813
10814 \begin_layout Plain Layout
10815
10816 \backslash
10817 widetilde
10818 \begin_inset space \textvisiblespace{}
10819 \end_inset
10820
10821 A=B
10822 \end_layout
10823
10824 \end_inset
10825 </cell>
10826 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10827 \begin_inset Text
10828
10829 \begin_layout Plain Layout
10830 \begin_inset Formula $\widetilde{A=B}$
10831 \end_inset
10832
10833
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 </row>
10839 <row topspace="1.5mm" bottomspace="1mm">
10840 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844
10845 \backslash
10846 widehat
10847 \begin_inset space \textvisiblespace{}
10848 \end_inset
10849
10850 A=B
10851 \end_layout
10852
10853 \end_inset
10854 </cell>
10855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10856 \begin_inset Text
10857
10858 \begin_layout Plain Layout
10859 \begin_inset Formula $\widehat{A=B}$
10860 \end_inset
10861
10862
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 </row>
10868 </lyxtabular>
10869
10870 \end_inset
10871
10872
10873 \begin_inset space \hfill{}
10874 \end_inset
10875
10876
10877 \end_layout
10878
10879 \begin_layout Standard
10880 \begin_inset VSpace medskip
10881 \end_inset
10882
10883 With these commands as many characters as you like can be accented.
10884  But the accents 
10885 \series bold
10886
10887 \backslash
10888 widetilde
10889 \series default
10890  and 
10891 \series bold
10892
10893 \backslash
10894 widehat
10895 \series default
10896  will only be set in the output with a length of three characters, as shown
10897  in the following example:
10898 \begin_inset Formula 
10899 \[
10900 \widetilde{A+B=C-D}
10901 \]
10902
10903 \end_inset
10904
10905
10906 \end_layout
10907
10908 \begin_layout Standard
10909 With the commands 
10910 \series bold
10911
10912 \backslash
10913 overset
10914 \series default
10915
10916 \begin_inset Index idx
10917 status collapsed
10918
10919 \begin_layout Plain Layout
10920 Commands ! O ! 
10921 \backslash
10922 overset
10923 \end_layout
10924
10925 \end_inset
10926
10927  and 
10928 \series bold
10929
10930 \backslash
10931 underset
10932 \series default
10933
10934 \begin_inset Index idx
10935 status collapsed
10936
10937 \begin_layout Plain Layout
10938 Commands ! U ! 
10939 \backslash
10940 underset
10941 \end_layout
10942
10943 \end_inset
10944
10945  described in the previous subsection it is also possible to accent several
10946  characters.
10947  The command 
10948 \series bold
10949
10950 \backslash
10951 underset
10952 \begin_inset space \textvisiblespace{}
10953 \end_inset
10954
10955 A=B
10956 \begin_inset Formula $\downarrow$
10957 \end_inset
10958
10959 ***
10960 \series default
10961  creates:
10962 \begin_inset Formula 
10963 \[
10964 \underset{***}{A=B}
10965 \]
10966
10967 \end_inset
10968
10969
10970 \end_layout
10971
10972 \begin_layout Section
10973 Space
10974 \begin_inset CommandInset label
10975 LatexCommand label
10976 name "subsec:Space"
10977
10978 \end_inset
10979
10980
10981 \begin_inset Index idx
10982 status collapsed
10983
10984 \begin_layout Plain Layout
10985 Space ! horizontal
10986 \end_layout
10987
10988 \end_inset
10989
10990
10991 \end_layout
10992
10993 \begin_layout Subsection
10994 Predefined Space
10995 \begin_inset CommandInset label
10996 LatexCommand label
10997 name "subsec:Predefined-Space"
10998
10999 \end_inset
11000
11001
11002 \begin_inset Index idx
11003 status collapsed
11004
11005 \begin_layout Plain Layout
11006 Space ! horizontal ! predefined
11007 \end_layout
11008
11009 \end_inset
11010
11011
11012 \end_layout
11013
11014 \begin_layout Standard
11015 Sometimes it is necessary to insert horizontal space into a formula.
11016  This is done by inserting a protected space (shortcut 
11017 \begin_inset Info
11018 type  "shortcut"
11019 arg   "command-alternatives space-insert protected ; math-space"
11020 \end_inset
11021
11022 ).
11023  A 
11024 \begin_inset Quotes eld
11025 \end_inset
11026
11027
11028 \color blue
11029
11030 \begin_inset space \textvisiblespace{}
11031 \end_inset
11032
11033
11034 \color inherit
11035
11036 \begin_inset Quotes erd
11037 \end_inset
11038
11039  appears and by pressing 
11040 \family sans
11041 Space
11042 \family default
11043  several times one can select one of eight different space sizes.
11044  The spaces can also be inserted using the math toolbar button 
11045 \begin_inset Info
11046 type  "icon"
11047 arg   "math-insert \\space"
11048 \end_inset
11049
11050  or special commands.
11051  Independent from the inserted command, one can select the size again by
11052  pressing 
11053 \family sans
11054 Space
11055 \family default
11056  afterwards.
11057 \begin_inset Separator parbreak
11058 \end_inset
11059
11060
11061 \end_layout
11062
11063 \begin_layout Standard
11064 \noindent
11065 \align center
11066 \begin_inset Tabular
11067 <lyxtabular version="3" rows="6" columns="3">
11068 <features booktabs="true" tabularvalignment="middle">
11069 <column alignment="center" valignment="top">
11070 <column alignment="center" valignment="top" width="15col%">
11071 <column alignment="center" valignment="top">
11072 <row>
11073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11074 \begin_inset Text
11075
11076 \begin_layout Plain Layout
11077 Command
11078 \end_layout
11079
11080 \end_inset
11081 </cell>
11082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11083 \begin_inset Text
11084
11085 \begin_layout Plain Layout
11086 Number of 
11087 \family sans
11088 Space
11089 \family default
11090  keystrokes
11091 \end_layout
11092
11093 \end_inset
11094 </cell>
11095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11096 \begin_inset Text
11097
11098 \begin_layout Plain Layout
11099 Result
11100 \end_layout
11101
11102 \end_inset
11103 </cell>
11104 </row>
11105 <row>
11106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11107 \begin_inset Text
11108
11109 \begin_layout Plain Layout
11110
11111 \backslash
11112 ,
11113 \end_layout
11114
11115 \end_inset
11116 </cell>
11117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11118 \begin_inset Text
11119
11120 \begin_layout Plain Layout
11121 0
11122 \end_layout
11123
11124 \end_inset
11125 </cell>
11126 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11127 \begin_inset Text
11128
11129 \begin_layout Plain Layout
11130 \begin_inset Formula $A\,B$
11131 \end_inset
11132
11133
11134 \end_layout
11135
11136 \end_inset
11137 </cell>
11138 </row>
11139 <row>
11140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144
11145 \backslash
11146 :
11147 \end_layout
11148
11149 \end_inset
11150 </cell>
11151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11152 \begin_inset Text
11153
11154 \begin_layout Plain Layout
11155 1
11156 \end_layout
11157
11158 \end_inset
11159 </cell>
11160 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11161 \begin_inset Text
11162
11163 \begin_layout Plain Layout
11164 \begin_inset Formula $A\:B$
11165 \end_inset
11166
11167
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 </row>
11173 <row>
11174 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11175 \begin_inset Text
11176
11177 \begin_layout Plain Layout
11178
11179 \backslash
11180 ;
11181 \end_layout
11182
11183 \end_inset
11184 </cell>
11185 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11186 \begin_inset Text
11187
11188 \begin_layout Plain Layout
11189 2
11190 \end_layout
11191
11192 \end_inset
11193 </cell>
11194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11195 \begin_inset Text
11196
11197 \begin_layout Plain Layout
11198 \begin_inset Formula $A\;B$
11199 \end_inset
11200
11201
11202 \end_layout
11203
11204 \end_inset
11205 </cell>
11206 </row>
11207 <row>
11208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11209 \begin_inset Text
11210
11211 \begin_layout Plain Layout
11212
11213 \backslash
11214 quad
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223 3
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232 \begin_inset Formula $A\quad B$
11233 \end_inset
11234
11235
11236 \end_layout
11237
11238 \end_inset
11239 </cell>
11240 </row>
11241 <row>
11242 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246
11247 \backslash
11248 qquad
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11254 \begin_inset Text
11255
11256 \begin_layout Plain Layout
11257 4
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Plain Layout
11266 \begin_inset Formula $A\qquad B$
11267 \end_inset
11268
11269
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 </row>
11275 </lyxtabular>
11276
11277 \end_inset
11278
11279
11280 \begin_inset space \hfill{}
11281 \end_inset
11282
11283
11284 \begin_inset Tabular
11285 <lyxtabular version="3" rows="6" columns="3">
11286 <features booktabs="true" tabularvalignment="middle">
11287 <column alignment="center" valignment="top">
11288 <column alignment="center" valignment="top" width="15col%">
11289 <column alignment="center" valignment="top">
11290 <row>
11291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11292 \begin_inset Text
11293
11294 \begin_layout Plain Layout
11295 Command
11296 \end_layout
11297
11298 \end_inset
11299 </cell>
11300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11301 \begin_inset Text
11302
11303 \begin_layout Plain Layout
11304 Number of 
11305 \family sans
11306 Space
11307 \family default
11308  keystrokes
11309 \end_layout
11310
11311 \end_inset
11312 </cell>
11313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11314 \begin_inset Text
11315
11316 \begin_layout Plain Layout
11317 Result
11318 \end_layout
11319
11320 \end_inset
11321 </cell>
11322 </row>
11323 <row>
11324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11325 \begin_inset Text
11326
11327 \begin_layout Plain Layout
11328
11329 \backslash
11330 hfill
11331 \end_layout
11332
11333 \end_inset
11334 </cell>
11335 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11336 \begin_inset Text
11337
11338 \begin_layout Plain Layout
11339 5
11340 \end_layout
11341
11342 \end_inset
11343 </cell>
11344 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11345 \begin_inset Text
11346
11347 \begin_layout Plain Layout
11348 \begin_inset Formula $A\hfill B$
11349 \end_inset
11350
11351
11352 \end_layout
11353
11354 \end_inset
11355 </cell>
11356 </row>
11357 <row>
11358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11359 \begin_inset Text
11360
11361 \begin_layout Plain Layout
11362
11363 \backslash
11364 hspace*{1em}
11365 \end_layout
11366
11367 \end_inset
11368 </cell>
11369 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11370 \begin_inset Text
11371
11372 \begin_layout Plain Layout
11373 6
11374 \end_layout
11375
11376 \end_inset
11377 </cell>
11378 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382 \begin_inset Formula $A\hspace*{1em}B$
11383 \end_inset
11384
11385
11386 \end_layout
11387
11388 \end_inset
11389 </cell>
11390 </row>
11391 <row>
11392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396
11397 \backslash
11398 hspace{1em}
11399 \end_layout
11400
11401 \end_inset
11402 </cell>
11403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11404 \begin_inset Text
11405
11406 \begin_layout Plain Layout
11407 7
11408 \end_layout
11409
11410 \end_inset
11411 </cell>
11412 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11413 \begin_inset Text
11414
11415 \begin_layout Plain Layout
11416 \begin_inset Formula $A\hspace{1em}B$
11417 \end_inset
11418
11419
11420 \end_layout
11421
11422 \end_inset
11423 </cell>
11424 </row>
11425 <row>
11426 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11427 \begin_inset Text
11428
11429 \begin_layout Plain Layout
11430
11431 \backslash
11432
11433 \begin_inset space \textvisiblespace{}
11434 \end_inset
11435
11436
11437 \end_layout
11438
11439 \end_inset
11440 </cell>
11441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Plain Layout
11445 8
11446 \end_layout
11447
11448 \end_inset
11449 </cell>
11450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454 \begin_inset Formula $A\ B$
11455 \end_inset
11456
11457
11458 \end_layout
11459
11460 \end_inset
11461 </cell>
11462 </row>
11463 <row>
11464 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468
11469 \backslash
11470 !
11471 \end_layout
11472
11473 \end_inset
11474 </cell>
11475 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479 9
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11485 \begin_inset Text
11486
11487 \begin_layout Plain Layout
11488 \begin_inset Formula $A\!B$
11489 \end_inset
11490
11491
11492 \end_layout
11493
11494 \end_inset
11495 </cell>
11496 </row>
11497 </lyxtabular>
11498
11499 \end_inset
11500
11501
11502 \end_layout
11503
11504 \begin_layout Standard
11505 Space
11506 \begin_inset space ~
11507 \end_inset
11508
11509 5
11510 \begin_inset space \thinspace{}
11511 \end_inset
11512
11513
11514 \begin_inset space \thinspace{}
11515 \end_inset
11516
11517 7 are variable spaces which are explained in 
11518 \begin_inset CommandInset ref
11519 LatexCommand ref
11520 reference "subsec:Variable-Space"
11521
11522 \end_inset
11523
11524 .
11525  Space
11526 \begin_inset space ~
11527 \end_inset
11528
11529 9 seems to produce no space.
11530  It is displayed red in \SpecialChar LyX
11531  contrary to the other sizes, because it is a negative
11532  space.
11533  There are two more negative spaces:
11534 \begin_inset Separator parbreak
11535 \end_inset
11536
11537
11538 \end_layout
11539
11540 \begin_layout Standard
11541 \align center
11542 \begin_inset Tabular
11543 <lyxtabular version="3" rows="3" columns="3">
11544 <features booktabs="true" tabularvalignment="middle">
11545 <column alignment="center" valignment="middle" width="6.8cm">
11546 <column alignment="center" valignment="top" width="0pt">
11547 <column alignment="center" valignment="top" width="0pt">
11548 <row>
11549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11550 \begin_inset Text
11551
11552 \begin_layout Plain Layout
11553 Command
11554 \end_layout
11555
11556 \end_inset
11557 </cell>
11558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11559 \begin_inset Text
11560
11561 \begin_layout Plain Layout
11562
11563 \backslash
11564 negmedspace
11565 \end_layout
11566
11567 \end_inset
11568 </cell>
11569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11570 \begin_inset Text
11571
11572 \begin_layout Plain Layout
11573
11574 \backslash
11575 negthickspace
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 </row>
11581 <row>
11582 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11583 \begin_inset Text
11584
11585 \begin_layout Plain Layout
11586 Number of 
11587 \family sans
11588 Space
11589 \family default
11590  keystrokes after inserting the protected space
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11596 \begin_inset Text
11597
11598 \begin_layout Plain Layout
11599 10
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11605 \begin_inset Text
11606
11607 \begin_layout Plain Layout
11608 11
11609 \end_layout
11610
11611 \end_inset
11612 </cell>
11613 </row>
11614 <row>
11615 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11616 \begin_inset Text
11617
11618 \begin_layout Plain Layout
11619 Result
11620 \end_layout
11621
11622 \end_inset
11623 </cell>
11624 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11625 \begin_inset Text
11626
11627 \begin_layout Plain Layout
11628 \begin_inset Formula $A\negmedspace B$
11629 \end_inset
11630
11631
11632 \end_layout
11633
11634 \end_inset
11635 </cell>
11636 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11637 \begin_inset Text
11638
11639 \begin_layout Plain Layout
11640 \begin_inset Formula $A\negthickspace B$
11641 \end_inset
11642
11643
11644 \end_layout
11645
11646 \end_inset
11647 </cell>
11648 </row>
11649 </lyxtabular>
11650
11651 \end_inset
11652
11653
11654 \end_layout
11655
11656 \begin_layout Standard
11657 Negative spaces can lead to characters overlapping each other.
11658  Thus they can be used to enforce ligatures, which are e.
11659 \begin_inset space \thinspace{}
11660 \end_inset
11661
11662 g.
11663 \begin_inset space \space{}
11664 \end_inset
11665
11666 useful for summation operators:
11667 \begin_inset Separator parbreak
11668 \end_inset
11669
11670
11671 \end_layout
11672
11673 \begin_layout Standard
11674 \align center
11675 \begin_inset Tabular
11676 <lyxtabular version="3" rows="3" columns="2">
11677 <features booktabs="true" tabularvalignment="middle">
11678 <column alignment="center" valignment="top" width="0pt">
11679 <column alignment="center" valignment="top">
11680 <row>
11681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11682 \begin_inset Text
11683
11684 \begin_layout Plain Layout
11685 Command
11686 \end_layout
11687
11688 \end_inset
11689 </cell>
11690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11691 \begin_inset Text
11692
11693 \begin_layout Plain Layout
11694 Result
11695 \end_layout
11696
11697 \end_inset
11698 </cell>
11699 </row>
11700 <row>
11701 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11702 \begin_inset Text
11703
11704 \begin_layout Plain Layout
11705
11706 \backslash
11707 sum
11708 \backslash
11709 sum
11710 \begin_inset space \textvisiblespace{}
11711 \end_inset
11712
11713 f_kl
11714 \end_layout
11715
11716 \end_inset
11717 </cell>
11718 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11719 \begin_inset Text
11720
11721 \begin_layout Plain Layout
11722 \begin_inset Formula $\sum\sum f_{kl}$
11723 \end_inset
11724
11725
11726 \end_layout
11727
11728 \end_inset
11729 </cell>
11730 </row>
11731 <row>
11732 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11733 \begin_inset Text
11734
11735 \begin_layout Plain Layout
11736
11737 \backslash
11738 sum
11739 \backslash
11740 negmedspace
11741 \backslash
11742 sum
11743 \begin_inset space \textvisiblespace{}
11744 \end_inset
11745
11746 f_kl
11747 \end_layout
11748
11749 \end_inset
11750 </cell>
11751 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11752 \begin_inset Text
11753
11754 \begin_layout Plain Layout
11755 \begin_inset Formula $\sum\negmedspace\sum f_{kl}$
11756 \end_inset
11757
11758
11759 \end_layout
11760
11761 \end_inset
11762 </cell>
11763 </row>
11764 </lyxtabular>
11765
11766 \end_inset
11767
11768
11769 \end_layout
11770
11771 \begin_layout Standard
11772 \noindent
11773 \begin_inset VSpace medskip
11774 \end_inset
11775
11776
11777 \end_layout
11778
11779 \begin_layout Standard
11780 \noindent
11781 Relations like for example equal signs, are always surrounded by space.
11782  To suppress this, the equal sign is placed into a \SpecialChar TeX
11783  brace.
11784  The following example demonstrates this:
11785 \begin_inset Separator parbreak
11786 \end_inset
11787
11788
11789 \end_layout
11790
11791 \begin_layout Standard
11792 \align center
11793 \begin_inset Tabular
11794 <lyxtabular version="3" rows="2" columns="2">
11795 <features tabularvalignment="middle">
11796 <column alignment="center" valignment="top" width="0pt">
11797 <column alignment="center" valignment="top" width="0pt">
11798 <row>
11799 <cell alignment="center" valignment="top" usebox="none">
11800 \begin_inset Text
11801
11802 \begin_layout Plain Layout
11803 normal equation
11804 \end_layout
11805
11806 \end_inset
11807 </cell>
11808 <cell alignment="center" valignment="top" usebox="none">
11809 \begin_inset Text
11810
11811 \begin_layout Plain Layout
11812 \begin_inset Formula $A=B$
11813 \end_inset
11814
11815
11816 \end_layout
11817
11818 \end_inset
11819 </cell>
11820 </row>
11821 <row>
11822 <cell alignment="center" valignment="top" usebox="none">
11823 \begin_inset Text
11824
11825 \begin_layout Plain Layout
11826 equation without space
11827 \end_layout
11828
11829 \end_inset
11830 </cell>
11831 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11832 \begin_inset Text
11833
11834 \begin_layout Plain Layout
11835 \begin_inset Formula $A{=}B$
11836 \end_inset
11837
11838
11839 \end_layout
11840
11841 \end_inset
11842 </cell>
11843 </row>
11844 </lyxtabular>
11845
11846 \end_inset
11847
11848
11849 \end_layout
11850
11851 \begin_layout Standard
11852 \noindent
11853 The command for the last formula is: 
11854 \series bold
11855 A
11856 \backslash
11857 {=
11858 \begin_inset Formula $\to$
11859 \end_inset
11860
11861 B
11862 \end_layout
11863
11864 \begin_layout Standard
11865 \begin_inset VSpace bigskip
11866 \end_inset
11867
11868
11869 \end_layout
11870
11871 \begin_layout Standard
11872 Spaces are needed for physical units, because the space between the value
11873  and the unit is the smallest one and not a normal space.
11874  For units in text, the smallest space is inserted via the menu 
11875 \family sans
11876 Insert\SpecialChar menuseparator
11877 Formatting\SpecialChar menuseparator
11878 Thin
11879 \begin_inset space ~
11880 \end_inset
11881
11882 Space
11883 \family default
11884  (shortcut 
11885 \begin_inset Info
11886 type  "shortcut"
11887 arg   "space-insert thin"
11888 \end_inset
11889
11890 ).
11891 \end_layout
11892
11893 \begin_layout Standard
11894 An example to visualize the difference:
11895 \end_layout
11896
11897 \begin_layout Standard
11898 \begin_inset Tabular
11899 <lyxtabular version="3" rows="2" columns="2">
11900 <features tabularvalignment="middle">
11901 <column alignment="left" valignment="top">
11902 <column alignment="left" valignment="top">
11903 <row>
11904 <cell alignment="center" valignment="top" usebox="none">
11905 \begin_inset Text
11906
11907 \begin_layout Plain Layout
11908 24 kW
11909 \begin_inset Formula $\cdot$
11910 \end_inset
11911
11912 h
11913 \end_layout
11914
11915 \end_inset
11916 </cell>
11917 <cell alignment="center" valignment="top" usebox="none">
11918 \begin_inset Text
11919
11920 \begin_layout Plain Layout
11921 space between value and unit
11922 \end_layout
11923
11924 \end_inset
11925 </cell>
11926 </row>
11927 <row>
11928 <cell alignment="center" valignment="top" usebox="none">
11929 \begin_inset Text
11930
11931 \begin_layout Plain Layout
11932 24
11933 \begin_inset space \thinspace{}
11934 \end_inset
11935
11936 kW
11937 \begin_inset Formula $\cdot$
11938 \end_inset
11939
11940 h
11941 \end_layout
11942
11943 \end_inset
11944 </cell>
11945 <cell alignment="center" valignment="top" usebox="none">
11946 \begin_inset Text
11947
11948 \begin_layout Plain Layout
11949 smallest space between value and unit
11950 \end_layout
11951
11952 \end_inset
11953 </cell>
11954 </row>
11955 </lyxtabular>
11956
11957 \end_inset
11958
11959
11960 \end_layout
11961
11962 \begin_layout Subsection
11963 Variable Space
11964 \begin_inset ERT
11965 status collapsed
11966
11967 \begin_layout Plain Layout
11968
11969
11970 \backslash
11971 texorpdfstring{
11972 \end_layout
11973
11974 \end_inset
11975
11976
11977 \begin_inset Foot
11978 status collapsed
11979
11980 \begin_layout Plain Layout
11981 for vertical space in formulas see 
11982 \begin_inset CommandInset ref
11983 LatexCommand ref
11984 reference "subsec:Line-Separation"
11985
11986 \end_inset
11987
11988
11989 \end_layout
11990
11991 \end_inset
11992
11993
11994 \begin_inset ERT
11995 status collapsed
11996
11997 \begin_layout Plain Layout
11998
11999 }{}
12000 \end_layout
12001
12002 \end_inset
12003
12004
12005 \begin_inset Note Note
12006 status collapsed
12007
12008 \begin_layout Plain Layout
12009
12010 \backslash
12011 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
12012 \end_layout
12013
12014 \begin_layout Plain Layout
12015 More about 
12016 \backslash
12017 texorpdfstring is in section 
12018 \begin_inset CommandInset ref
12019 LatexCommand ref
12020 reference "subsec:Formulas-in-Section"
12021
12022 \end_inset
12023
12024 .
12025 \end_layout
12026
12027 \end_inset
12028
12029
12030 \begin_inset CommandInset label
12031 LatexCommand label
12032 name "subsec:Variable-Space"
12033
12034 \end_inset
12035
12036
12037 \begin_inset Index idx
12038 status collapsed
12039
12040 \begin_layout Plain Layout
12041 Space ! horizontal ! variable
12042 \end_layout
12043
12044 \end_inset
12045
12046
12047 \end_layout
12048
12049 \begin_layout Standard
12050 Space with a defined length can be inserted with the command 
12051 \series bold
12052
12053 \backslash
12054 hspace
12055 \series default
12056
12057 \begin_inset Index idx
12058 status collapsed
12059
12060 \begin_layout Plain Layout
12061 Commands ! H ! 
12062 \backslash
12063 hspace
12064 \end_layout
12065
12066 \end_inset
12067
12068 .
12069  Then a long 
12070 \begin_inset Quotes eld
12071 \end_inset
12072
12073
12074 \color blue
12075
12076 \begin_inset space \textvisiblespace{}
12077 \end_inset
12078
12079
12080 \color inherit
12081
12082 \begin_inset Quotes erd
12083 \end_inset
12084
12085  appears.
12086  The length can be specified by left-clicking on the 
12087 \begin_inset Quotes eld
12088 \end_inset
12089
12090
12091 \color blue
12092
12093 \begin_inset space \textvisiblespace{}
12094 \end_inset
12095
12096
12097 \color inherit
12098
12099 \begin_inset Quotes erd
12100 \end_inset
12101
12102 .
12103  The length may also be negative.
12104  When a space would be the first character in a line it would be omitted.
12105  To force its output use the command 
12106 \series bold
12107
12108 \backslash
12109 hspace*
12110 \series default
12111  instead of 
12112 \series bold
12113
12114 \backslash
12115 hspace
12116 \series default
12117  or left-click on the 
12118 \begin_inset Quotes eld
12119 \end_inset
12120
12121
12122 \color blue
12123
12124 \begin_inset space \textvisiblespace{}
12125 \end_inset
12126
12127
12128 \color inherit
12129
12130 \begin_inset Quotes erd
12131 \end_inset
12132
12133  and check the option 
12134 \family sans
12135 Protect
12136 \family default
12137 .
12138 \begin_inset Newline newline
12139 \end_inset
12140
12141 To insert as much space as is available, the command 
12142 \series bold
12143
12144 \backslash
12145 hfill
12146 \series default
12147
12148 \begin_inset Index idx
12149 status collapsed
12150
12151 \begin_layout Plain Layout
12152 Commands ! H ! 
12153 \backslash
12154 hfill
12155 \end_layout
12156
12157 \end_inset
12158
12159  is used.
12160 \end_layout
12161
12162 \begin_layout Standard
12163 \align center
12164 \begin_inset Tabular
12165 <lyxtabular version="3" rows="4" columns="2">
12166 <features booktabs="true" tabularvalignment="middle">
12167 <column alignment="center" valignment="top" width="0pt">
12168 <column alignment="center" valignment="top">
12169 <row>
12170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12171 \begin_inset Text
12172
12173 \begin_layout Plain Layout
12174 Command (
12175 \backslash
12176 hspace length)
12177 \end_layout
12178
12179 \end_inset
12180 </cell>
12181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12182 \begin_inset Text
12183
12184 \begin_layout Plain Layout
12185 Result
12186 \end_layout
12187
12188 \end_inset
12189 </cell>
12190 </row>
12191 <row>
12192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12193 \begin_inset Text
12194
12195 \begin_layout Plain Layout
12196 A=B
12197 \backslash
12198 hspace
12199 \begin_inset space \textvisiblespace{}
12200 \end_inset
12201
12202 A
12203 \backslash
12204 not=C (3
12205 \begin_inset space \thinspace{}
12206 \end_inset
12207
12208 cm)
12209 \end_layout
12210
12211 \end_inset
12212 </cell>
12213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12214 \begin_inset Text
12215
12216 \begin_layout Plain Layout
12217 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12218 \end_inset
12219
12220
12221 \end_layout
12222
12223 \end_inset
12224 </cell>
12225 </row>
12226 <row>
12227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12228 \begin_inset Text
12229
12230 \begin_layout Plain Layout
12231 A
12232 \backslash
12233 hspace
12234 \begin_inset space \textvisiblespace{}
12235 \end_inset
12236
12237 A
12238 \backslash
12239 not=A (-1
12240 \begin_inset space \thinspace{}
12241 \end_inset
12242
12243 mm)
12244 \end_layout
12245
12246 \end_inset
12247 </cell>
12248 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12249 \begin_inset Text
12250
12251 \begin_layout Plain Layout
12252 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12253 \end_inset
12254
12255
12256 \end_layout
12257
12258 \end_inset
12259 </cell>
12260 </row>
12261 <row>
12262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12263 \begin_inset Text
12264
12265 \begin_layout Plain Layout
12266 A=A
12267 \backslash
12268 hfill
12269 \begin_inset space \textvisiblespace{}
12270 \end_inset
12271
12272 B=B
12273 \end_layout
12274
12275 \end_inset
12276 </cell>
12277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12278 \begin_inset Text
12279
12280 \begin_layout Plain Layout
12281 \begin_inset Formula $A=A\hfill B=B$
12282 \end_inset
12283
12284
12285 \end_layout
12286
12287 \end_inset
12288 </cell>
12289 </row>
12290 </lyxtabular>
12291
12292 \end_inset
12293
12294
12295 \end_layout
12296
12297 \begin_layout Standard
12298 In the last example the available space is given by the longest column entry
12299  of the table.
12300  In an inline formula the space depends on the length of the line in which
12301  
12302 \series bold
12303
12304 \backslash
12305 hfill
12306 \series default
12307  is inserted.
12308  Thus, when the line uses the full width, no space will be created.
12309  
12310 \series bold
12311
12312 \backslash
12313 hfill
12314 \series default
12315  only has an effect on displayed formulas when the formula style 
12316 \series bold
12317 Indented
12318 \series default
12319  is used.
12320  (Formula styles are explained in 
12321 \begin_inset CommandInset ref
12322 LatexCommand ref
12323 reference "sec:Formula-Styles"
12324
12325 \end_inset
12326
12327 .)
12328 \end_layout
12329
12330 \begin_layout Standard
12331 Besides 
12332 \series bold
12333
12334 \backslash
12335 hfill
12336 \series default
12337 , there are the commands 
12338 \series bold
12339
12340 \backslash
12341 dotfill
12342 \series default
12343  and 
12344 \series bold
12345
12346 \backslash
12347 hrulefill
12348 \series default
12349  that fill the space with a pattern, see 
12350 \begin_inset CommandInset ref
12351 LatexCommand ref
12352 reference "subsec:Ellipses"
12353
12354 \end_inset
12355
12356  for an example.
12357 \end_layout
12358
12359 \begin_layout Standard
12360 For text, variable space can be inserted via the menu 
12361 \family sans
12362 Insert\SpecialChar menuseparator
12363 Formatting\SpecialChar menuseparator
12364 Horizontal
12365 \begin_inset space ~
12366 \end_inset
12367
12368 Space
12369 \family default
12370 :
12371 \end_layout
12372
12373 \begin_layout Standard
12374 This is a line with
12375 \begin_inset space \hspace{}
12376 \length 2cm
12377 \end_inset
12378
12379 2
12380 \begin_inset space \thinspace{}
12381 \end_inset
12382
12383 cm space.
12384 \end_layout
12385
12386 \begin_layout Standard
12387 This is a line with
12388 \begin_inset space \hfill{}
12389 \end_inset
12390
12391 maximum space.
12392 \end_layout
12393
12394 \begin_layout Subsection
12395 Space besides inline Formulas
12396 \begin_inset Index idx
12397 status collapsed
12398
12399 \begin_layout Plain Layout
12400 Space ! besides inline formulas
12401 \end_layout
12402
12403 \end_inset
12404
12405
12406 \end_layout
12407
12408 \begin_layout Standard
12409 The space that surrounds inline formulas can be adjusted with the length
12410  
12411 \series bold
12412
12413 \backslash
12414 mathsurround
12415 \series default
12416
12417 \begin_inset Index idx
12418 status collapsed
12419
12420 \begin_layout Plain Layout
12421 Commands ! M ! 
12422 \backslash
12423 mathsurround
12424 \end_layout
12425
12426 \end_inset
12427
12428 .
12429  The value of a length is set with the command 
12430 \series bold
12431
12432 \backslash
12433 setlength
12434 \series default
12435
12436 \begin_inset Index idx
12437 status collapsed
12438
12439 \begin_layout Plain Layout
12440 Commands ! S ! 
12441 \backslash
12442 setlength
12443 \end_layout
12444
12445 \end_inset
12446
12447  which has the following scheme:
12448 \end_layout
12449
12450 \begin_layout Standard
12451
12452 \series bold
12453
12454 \backslash
12455 setlength{length name}{value}
12456 \end_layout
12457
12458 \begin_layout Standard
12459 To set 
12460 \series bold
12461
12462 \backslash
12463 mathsurround
12464 \series default
12465  to the value 5
12466 \begin_inset space \thinspace{}
12467 \end_inset
12468
12469 mm, the command
12470 \end_layout
12471
12472 \begin_layout Standard
12473
12474 \series bold
12475
12476 \backslash
12477 setlength{
12478 \backslash
12479 mathsurround}{5mm}
12480 \end_layout
12481
12482 \begin_layout Standard
12483 is inserted in \SpecialChar TeX
12484  mode.
12485  5
12486 \begin_inset space \thinspace{}
12487 \end_inset
12488
12489 mm space will now be set around all inline formulas:
12490 \begin_inset ERT
12491 status collapsed
12492
12493 \begin_layout Plain Layout
12494
12495
12496 \backslash
12497 setlength{
12498 \backslash
12499 mathsurround}{5mm}
12500 \end_layout
12501
12502 \end_inset
12503
12504
12505 \end_layout
12506
12507 \begin_layout Standard
12508 This is a line with an inline formula 
12509 \begin_inset Formula $A=B$
12510 \end_inset
12511
12512  with 5
12513 \begin_inset space \thinspace{}
12514 \end_inset
12515
12516 mm surrounding space.
12517 \begin_inset ERT
12518 status collapsed
12519
12520 \begin_layout Plain Layout
12521
12522
12523 \backslash
12524 setlength{
12525 \backslash
12526 mathsurround}{0pt}
12527 \end_layout
12528
12529 \end_inset
12530
12531
12532 \end_layout
12533
12534 \begin_layout Standard
12535 To return to the predefined value, 
12536 \series bold
12537
12538 \backslash
12539 mathsurround
12540 \series default
12541  is set to the value 0
12542 \begin_inset space \thinspace{}
12543 \end_inset
12544
12545 pt.
12546 \end_layout
12547
12548 \begin_layout Standard
12549 \begin_inset Newpage newpage
12550 \end_inset
12551
12552
12553 \end_layout
12554
12555 \begin_layout Section
12556 Boxes and Frames
12557 \begin_inset Index idx
12558 status collapsed
12559
12560 \begin_layout Plain Layout
12561 Boxes
12562 \end_layout
12563
12564 \end_inset
12565
12566
12567 \begin_inset Index idx
12568 status collapsed
12569
12570 \begin_layout Plain Layout
12571 Frames | see
12572 \begin_inset ERT
12573 status collapsed
12574
12575 \begin_layout Plain Layout
12576
12577 {
12578 \end_layout
12579
12580 \end_inset
12581
12582 Boxes
12583 \begin_inset ERT
12584 status collapsed
12585
12586 \begin_layout Plain Layout
12587
12588 }
12589 \end_layout
12590
12591 \end_inset
12592
12593
12594 \end_layout
12595
12596 \end_inset
12597
12598
12599 \end_layout
12600
12601 \begin_layout Standard
12602 Boxes for text are described in chapter 
12603 \family typewriter
12604 Boxes
12605 \family default
12606  in the 
12607 \family typewriter
12608 Embedded
12609 \begin_inset space ~
12610 \end_inset
12611
12612 Objects
12613 \family default
12614  manual.
12615 \end_layout
12616
12617 \begin_layout Subsection
12618 Boxes with Frame
12619 \begin_inset CommandInset label
12620 LatexCommand label
12621 name "subsec:Boxes-with-Frame"
12622
12623 \end_inset
12624
12625
12626 \begin_inset Index idx
12627 status collapsed
12628
12629 \begin_layout Plain Layout
12630 Boxes ! with frame
12631 \end_layout
12632
12633 \end_inset
12634
12635
12636 \end_layout
12637
12638 \begin_layout Standard
12639 It is possible to frame a formula or part of one with the commands 
12640 \series bold
12641
12642 \backslash
12643 fbox
12644 \series default
12645
12646 \begin_inset Index idx
12647 status collapsed
12648
12649 \begin_layout Plain Layout
12650 Commands ! F ! 
12651 \backslash
12652 fbox
12653 \end_layout
12654
12655 \end_inset
12656
12657  and 
12658 \series bold
12659
12660 \backslash
12661 boxed
12662 \series default
12663
12664 \begin_inset Index idx
12665 status collapsed
12666
12667 \begin_layout Plain Layout
12668 Commands ! B ! 
12669 \backslash
12670 boxed
12671 \end_layout
12672
12673 \end_inset
12674
12675 .
12676 \end_layout
12677
12678 \begin_layout Standard
12679 When one of these commands is inserted in a formula, a blue box appears
12680  within a frame to enter formula parts.
12681  For 
12682 \series bold
12683
12684 \backslash
12685 fbox
12686 \series default
12687  an additional formula has to be created by 
12688 \family sans
12689 Ctrl+M
12690 \family default
12691  within this box, because the box content will otherwise be treated as mathemati
12692 cal text.
12693  When 
12694 \series bold
12695
12696 \backslash
12697 boxed
12698 \series default
12699  is used, a new formula is automatically created inside the frame.
12700 \end_layout
12701
12702 \begin_layout Standard
12703 The command 
12704 \series bold
12705
12706 \backslash
12707 fbox
12708 \series default
12709  is not suitable to frame displayed formulas because the formula will always
12710  be set in the size of the text.
12711  
12712 \series bold
12713
12714 \backslash
12715 boxed
12716 \series default
12717  is in contrary not suitable to frame inline formulas, because the formula
12718  will always be set in the size of a displayed formula.
12719 \end_layout
12720
12721 \begin_layout Standard
12722 An extension to 
12723 \series bold
12724
12725 \backslash
12726 fbox
12727 \series default
12728  is the command 
12729 \series bold
12730
12731 \backslash
12732 framebox
12733 \series default
12734
12735 \begin_inset Index idx
12736 status collapsed
12737
12738 \begin_layout Plain Layout
12739 Commands ! F ! 
12740 \backslash
12741 framebox
12742 \end_layout
12743
12744 \end_inset
12745
12746  where additionally the frame width and the alignment can be specified.
12747  
12748 \series bold
12749
12750 \backslash
12751 framebox
12752 \series default
12753  is used in the following scheme:
12754 \end_layout
12755
12756 \begin_layout Standard
12757
12758 \series bold
12759
12760 \backslash
12761 framebox[frame width][position]{box content}
12762 \end_layout
12763
12764 \begin_layout Standard
12765 The position can either be 
12766 \emph on
12767 l
12768 \emph default
12769  or 
12770 \emph on
12771 r
12772 \emph default
12773 .
12774  
12775 \emph on
12776 l
12777 \emph default
12778  left aligns, 
12779 \emph on
12780 r
12781 \emph default
12782  right aligns the formula in the box.
12783  When no position is given, the formula will be centered.
12784 \begin_inset Newline newline
12785 \end_inset
12786
12787 If no width is given, also no position can be given.
12788  In this case the frame width is adjusted to the box content like for 
12789 \series bold
12790
12791 \backslash
12792 fbox
12793 \series default
12794 .
12795 \end_layout
12796
12797 \begin_layout Standard
12798 When the command 
12799 \series bold
12800
12801 \backslash
12802 framebox
12803 \series default
12804  is inserted, a box appears containing three blue boxes.
12805  The first two boxes are surrounded by brackets and denote the two optional
12806  arguments.
12807  The third box is for formula parts like for 
12808 \series bold
12809
12810 \backslash
12811 fbox
12812 \series default
12813 .
12814 \begin_inset Separator parbreak
12815 \end_inset
12816
12817
12818 \end_layout
12819
12820 \begin_layout Standard
12821 \align center
12822 \begin_inset Tabular
12823 <lyxtabular version="3" rows="5" columns="2">
12824 <features booktabs="true" tabularvalignment="middle">
12825 <column alignment="center" valignment="top" width="0pt">
12826 <column alignment="center" valignment="top">
12827 <row>
12828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12829 \begin_inset Text
12830
12831 \begin_layout Plain Layout
12832 Command
12833 \end_layout
12834
12835 \end_inset
12836 </cell>
12837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12838 \begin_inset Text
12839
12840 \begin_layout Plain Layout
12841 Result
12842 \end_layout
12843
12844 \end_inset
12845 </cell>
12846 </row>
12847 <row topspace="1.5mm">
12848 <cell alignment="center" valignment="top" usebox="none">
12849 \begin_inset Text
12850
12851 \begin_layout Plain Layout
12852
12853 \backslash
12854 fbox
12855 \begin_inset space \textvisiblespace{}
12856 \end_inset
12857
12858
12859 \family sans
12860 Ctrl+M
12861 \family default
12862  
12863 \backslash
12864 int
12865 \begin_inset space \textvisiblespace{}
12866 \end_inset
12867
12868 A=B
12869 \end_layout
12870
12871 \end_inset
12872 </cell>
12873 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12874 \begin_inset Text
12875
12876 \begin_layout Plain Layout
12877 \begin_inset Formula $\fbox{\ensuremath{\int A=B}}$
12878 \end_inset
12879
12880
12881 \end_layout
12882
12883 \end_inset
12884 </cell>
12885 </row>
12886 <row topspace="1.5mm">
12887 <cell alignment="center" valignment="top" usebox="none">
12888 \begin_inset Text
12889
12890 \begin_layout Plain Layout
12891
12892 \backslash
12893 boxed
12894 \begin_inset space \textvisiblespace{}
12895 \end_inset
12896
12897
12898 \backslash
12899 int
12900 \begin_inset space \textvisiblespace{}
12901 \end_inset
12902
12903 A=B
12904 \end_layout
12905
12906 \end_inset
12907 </cell>
12908 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12909 \begin_inset Text
12910
12911 \begin_layout Plain Layout
12912 \begin_inset Formula $\boxed{\int A=B}$
12913 \end_inset
12914
12915
12916 \end_layout
12917
12918 \end_inset
12919 </cell>
12920 </row>
12921 <row topspace="1.5mm">
12922 <cell alignment="center" valignment="top" usebox="none">
12923 \begin_inset Text
12924
12925 \begin_layout Plain Layout
12926 A+
12927 \backslash
12928 fbox
12929 \begin_inset space \textvisiblespace{}
12930 \end_inset
12931
12932 B
12933 \end_layout
12934
12935 \end_inset
12936 </cell>
12937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12938 \begin_inset Text
12939
12940 \begin_layout Plain Layout
12941 \begin_inset Formula $A+\fbox{B}$
12942 \end_inset
12943
12944
12945 \end_layout
12946
12947 \end_inset
12948 </cell>
12949 </row>
12950 <row topspace="1.5mm" bottomspace="1mm">
12951 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12952 \begin_inset Text
12953
12954 \begin_layout Plain Layout
12955
12956 \backslash
12957 framebox
12958 \begin_inset space \textvisiblespace{}
12959 \end_inset
12960
12961 20mm
12962 \begin_inset Formula $\to$
12963 \end_inset
12964
12965
12966 \begin_inset Formula $\to$
12967 \end_inset
12968
12969
12970 \family sans
12971 Ctrl+M
12972 \family default
12973  
12974 \backslash
12975 frac
12976 \begin_inset space \textvisiblespace{}
12977 \end_inset
12978
12979 A
12980 \begin_inset Formula $\downarrow$
12981 \end_inset
12982
12983 B
12984 \end_layout
12985
12986 \end_inset
12987 </cell>
12988 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12989 \begin_inset Text
12990
12991 \begin_layout Plain Layout
12992 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12993 \end_inset
12994
12995
12996 \end_layout
12997
12998 \end_inset
12999 </cell>
13000 </row>
13001 </lyxtabular>
13002
13003 \end_inset
13004
13005
13006 \end_layout
13007
13008 \begin_layout Standard
13009 The frame thickness can also be adjusted.
13010  To do this the following commands have to be inserted in \SpecialChar TeX
13011  mode before the
13012  formula
13013 \end_layout
13014
13015 \begin_layout Standard
13016
13017 \series bold
13018
13019 \backslash
13020 fboxrule
13021 \series default
13022  
13023 \series bold
13024
13025 \begin_inset Quotes eld
13026 \end_inset
13027
13028 thickness
13029 \begin_inset Quotes erd
13030 \end_inset
13031
13032
13033 \series default
13034  
13035 \series bold
13036
13037 \backslash
13038 fboxsep
13039 \series default
13040  
13041 \series bold
13042
13043 \begin_inset Quotes eld
13044 \end_inset
13045
13046 distance
13047 \begin_inset Quotes erd
13048 \end_inset
13049
13050
13051 \end_layout
13052
13053 \begin_layout Standard
13054 \begin_inset Quotes eld
13055 \end_inset
13056
13057 distance
13058 \begin_inset Quotes erd
13059 \end_inset
13060
13061  specifies the minimal distance between the frame and the first character
13062  in the box.
13063  An example for this is the following framed formula:
13064 \begin_inset ERT
13065 status collapsed
13066
13067 \begin_layout Plain Layout
13068
13069
13070 \backslash
13071 fboxrule 2mm 
13072 \backslash
13073 fboxsep 3mm
13074 \end_layout
13075
13076 \end_inset
13077
13078
13079 \begin_inset Formula 
13080 \[
13081 \boxed{A+B=C}
13082 \]
13083
13084 \end_inset
13085
13086 Before this formula the commands
13087 \end_layout
13088
13089 \begin_layout Standard
13090
13091 \series bold
13092
13093 \backslash
13094 fboxrule
13095 \series default
13096  
13097 \series bold
13098 2mm
13099 \series default
13100  
13101 \series bold
13102
13103 \backslash
13104 fboxsep
13105 \series default
13106  
13107 \series bold
13108 3mm
13109 \end_layout
13110
13111 \begin_layout Standard
13112 were inserted in \SpecialChar TeX
13113  mode.
13114  The given values are used for all following boxes.
13115 \end_layout
13116
13117 \begin_layout Standard
13118 To return to the standard frame size, the command
13119 \end_layout
13120
13121 \begin_layout Standard
13122
13123 \series bold
13124
13125 \backslash
13126 fboxrule
13127 \series default
13128  
13129 \series bold
13130 0.4pt
13131 \series default
13132  
13133 \series bold
13134
13135 \backslash
13136 fboxsep
13137 \series default
13138  
13139 \series bold
13140 3pt
13141 \series default
13142
13143 \begin_inset ERT
13144 status collapsed
13145
13146 \begin_layout Plain Layout
13147
13148
13149 \backslash
13150 fboxrule 0.4pt 
13151 \backslash
13152 fboxsep 3pt
13153 \end_layout
13154
13155 \end_inset
13156
13157
13158 \end_layout
13159
13160 \begin_layout Standard
13161 is inserted in \SpecialChar TeX
13162  mode before the next formula.
13163 \end_layout
13164
13165 \begin_layout Subsection
13166 Boxes without Frame
13167 \begin_inset CommandInset label
13168 LatexCommand label
13169 name "subsec:Boxes-without-Frame"
13170
13171 \end_inset
13172
13173
13174 \begin_inset Index idx
13175 status collapsed
13176
13177 \begin_layout Plain Layout
13178 Boxes ! without frame
13179 \end_layout
13180
13181 \end_inset
13182
13183
13184 \end_layout
13185
13186 \begin_layout Standard
13187 For boxes without a frame there are the following box commands: 
13188 \series bold
13189
13190 \backslash
13191 mbox
13192 \series default
13193
13194 \begin_inset Index idx
13195 status collapsed
13196
13197 \begin_layout Plain Layout
13198 Commands ! M ! 
13199 \backslash
13200 mbox
13201 \end_layout
13202
13203 \end_inset
13204
13205
13206 \series bold
13207
13208 \backslash
13209 makebox
13210 \series default
13211
13212 \begin_inset Index idx
13213 status collapsed
13214
13215 \begin_layout Plain Layout
13216 Commands ! M ! 
13217 \backslash
13218 makebox
13219 \end_layout
13220
13221 \end_inset
13222
13223  and 
13224 \series bold
13225
13226 \backslash
13227 raisebox
13228 \series default
13229
13230 \begin_inset Index idx
13231 status collapsed
13232
13233 \begin_layout Plain Layout
13234 Commands ! R ! 
13235 \backslash
13236 raisebox
13237 \end_layout
13238
13239 \end_inset
13240
13241
13242 \end_layout
13243
13244 \begin_layout Standard
13245 With 
13246 \series bold
13247
13248 \backslash
13249 raisebox
13250 \series default
13251  a box can be super- or subscripted.
13252  But in contrary to normal super- and subscripting, the characters in the
13253  box keep their font size.
13254  
13255 \series bold
13256
13257 \backslash
13258 raisebox
13259 \series default
13260  is used in the following scheme:
13261 \end_layout
13262
13263 \begin_layout Standard
13264
13265 \series bold
13266
13267 \backslash
13268 raisebox{height}{box content}
13269 \end_layout
13270
13271 \begin_layout Standard
13272 When the box should contain a formula, an extra formula is needed like for
13273  
13274 \series bold
13275
13276 \backslash
13277 fbox
13278 \series default
13279 .
13280  
13281 \series medium
13282
13283 \begin_inset Note Greyedout
13284 status open
13285
13286 \begin_layout Plain Layout
13287
13288 \series bold
13289 Note:
13290 \series default
13291  For 
13292 \series bold
13293
13294 \backslash
13295 raisebox
13296 \series default
13297  this extra formula is created by pressing 
13298 \family sans
13299 Ctrl+M
13300 \family default
13301  twice instead of once because \SpecialChar LyX
13302  doesn't yet support 
13303 \series bold
13304
13305 \backslash
13306 raisebox
13307 \series default
13308  directly.
13309 \end_layout
13310
13311 \end_inset
13312
13313
13314 \series default
13315
13316 \begin_inset Separator parbreak
13317 \end_inset
13318
13319
13320 \end_layout
13321
13322 \begin_layout Standard
13323 \align center
13324 \begin_inset Tabular
13325 <lyxtabular version="3" rows="4" columns="2">
13326 <features booktabs="true" tabularvalignment="middle">
13327 <column alignment="center" valignment="top" width="0pt">
13328 <column alignment="center" valignment="top">
13329 <row>
13330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13331 \begin_inset Text
13332
13333 \begin_layout Plain Layout
13334 Command
13335 \end_layout
13336
13337 \end_inset
13338 </cell>
13339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13340 \begin_inset Text
13341
13342 \begin_layout Plain Layout
13343 Result
13344 \end_layout
13345
13346 \end_inset
13347 </cell>
13348 </row>
13349 <row>
13350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13351 \begin_inset Text
13352
13353 \begin_layout Plain Layout
13354 H
13355 \backslash
13356 raisebox{2mm
13357 \begin_inset Formula $\to$
13358 \end_inset
13359
13360
13361 \backslash
13362 {al
13363 \begin_inset Formula $\to$
13364 \end_inset
13365
13366  lo
13367 \end_layout
13368
13369 \end_inset
13370 </cell>
13371 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13372 \begin_inset Text
13373
13374 \begin_layout Plain Layout
13375 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13376 \end_inset
13377
13378
13379 \end_layout
13380
13381 \end_inset
13382 </cell>
13383 </row>
13384 <row>
13385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13386 \begin_inset Text
13387
13388 \begin_layout Plain Layout
13389 H
13390 \backslash
13391 raisebox{-2mm
13392 \begin_inset Formula $\to$
13393 \end_inset
13394
13395
13396 \backslash
13397 {al
13398 \begin_inset Formula $\to$
13399 \end_inset
13400
13401 lo
13402 \end_layout
13403
13404 \end_inset
13405 </cell>
13406 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13407 \begin_inset Text
13408
13409 \begin_layout Plain Layout
13410 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13411 \end_inset
13412
13413
13414 \end_layout
13415
13416 \end_inset
13417 </cell>
13418 </row>
13419 <row>
13420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13421 \begin_inset Text
13422
13423 \begin_layout Plain Layout
13424 A=
13425 \backslash
13426 raisebox{-2mm
13427 \begin_inset Formula $\to$
13428 \end_inset
13429
13430
13431 \backslash
13432 {
13433 \family sans
13434 Ctrl+M
13435 \family default
13436  
13437 \family sans
13438 Ctrl+M
13439 \family default
13440  
13441 \backslash
13442 sqrt
13443 \begin_inset space \textvisiblespace{}
13444 \end_inset
13445
13446
13447 \end_layout
13448
13449 \end_inset
13450 </cell>
13451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13452 \begin_inset Text
13453
13454 \begin_layout Plain Layout
13455 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13456 \end_inset
13457
13458
13459 \end_layout
13460
13461 \end_inset
13462 </cell>
13463 </row>
13464 </lyxtabular>
13465
13466 \end_inset
13467
13468
13469 \end_layout
13470
13471 \begin_layout Standard
13472 The command 
13473 \series bold
13474
13475 \backslash
13476 mbox
13477 \series default
13478  is equivalent to 
13479 \series bold
13480
13481 \backslash
13482 fbox
13483 \series default
13484  and 
13485 \series bold
13486
13487 \backslash
13488 makebox
13489 \series default
13490  is equivalent to 
13491 \series bold
13492
13493 \backslash
13494 framebox
13495 \series default
13496 , with the difference that there is no frame.
13497 \end_layout
13498
13499 \begin_layout Subsection
13500 Colored Boxes
13501 \begin_inset CommandInset label
13502 LatexCommand label
13503 name "subsec:Colored-Boxes"
13504
13505 \end_inset
13506
13507
13508 \begin_inset Index idx
13509 status collapsed
13510
13511 \begin_layout Plain Layout
13512 Boxes ! colored
13513 \end_layout
13514
13515 \end_inset
13516
13517
13518 \end_layout
13519
13520 \begin_layout Standard
13521 To be able to use all commands explained in this section, the \SpecialChar LaTeX
13522 -package 
13523 \series bold
13524 color
13525 \series default
13526
13527 \begin_inset Foot
13528 status collapsed
13529
13530 \begin_layout Plain Layout
13531 The \SpecialChar LaTeX
13532 -package 
13533 \series bold
13534 color
13535 \series default
13536  is part of every \SpecialChar LaTeX
13537  standard installation.
13538 \end_layout
13539
13540 \end_inset
13541
13542
13543 \begin_inset Index idx
13544 status collapsed
13545
13546 \begin_layout Plain Layout
13547 Packages ! color
13548 \end_layout
13549
13550 \end_inset
13551
13552  has to be loaded in the \SpecialChar LaTeX
13553 -preamble with the line
13554 \begin_inset Foot
13555 status collapsed
13556
13557 \begin_layout Plain Layout
13558 When text is colored somewhere in the document with a predefined color,
13559  \SpecialChar LyX
13560  loads the \SpecialChar LaTeX
13561  package 
13562 \series bold
13563 color
13564 \series default
13565  automatically.
13566  Thus it is possible that the package is loaded twice, but this does not
13567  cause problems.
13568 \end_layout
13569
13570 \end_inset
13571
13572
13573 \begin_inset Note Note
13574 status collapsed
13575
13576 \begin_layout Plain Layout
13577 To avoid that the package is loaded twice, a macro was inserted to the \SpecialChar LaTeX
13578 -preamble.
13579 \end_layout
13580
13581 \end_inset
13582
13583
13584 \end_layout
13585
13586 \begin_layout Standard
13587
13588 \series bold
13589
13590 \backslash
13591 usepackage{color}
13592 \end_layout
13593
13594 \begin_layout Standard
13595 \begin_inset VSpace medskip
13596 \end_inset
13597
13598 To color boxes, the command 
13599 \series bold
13600
13601 \backslash
13602 colorbox
13603 \series default
13604
13605 \begin_inset Index idx
13606 status collapsed
13607
13608 \begin_layout Plain Layout
13609 Commands ! C ! 
13610 \backslash
13611 colorbox
13612 \end_layout
13613
13614 \end_inset
13615
13616  is used in the following scheme:
13617 \end_layout
13618
13619 \begin_layout Standard
13620
13621 \series bold
13622
13623 \backslash
13624 colorbox{color}{box content}
13625 \end_layout
13626
13627 \begin_layout Standard
13628 The box content can also be a box and a 
13629 \series bold
13630
13631 \backslash
13632 colorbox
13633 \series default
13634  can also be part of another box (see the 2nd and 3rd example).
13635  When the box should contain a formula, an extra formula has to be created,
13636  the same way as for 
13637 \series bold
13638
13639 \backslash
13640 raisebox
13641 \series default
13642 .
13643 \begin_inset Foot
13644 status collapsed
13645
13646 \begin_layout Plain Layout
13647 This also applies for the command 
13648 \series bold
13649
13650 \backslash
13651 fcolorbox
13652 \series default
13653 .
13654 \end_layout
13655
13656 \end_inset
13657
13658
13659 \end_layout
13660
13661 \begin_layout Standard
13662 One of the following predefined colors can be chosen:
13663 \end_layout
13664
13665 \begin_layout Standard
13666
13667 \series bold
13668 black
13669 \series default
13670
13671 \series bold
13672 blue
13673 \series default
13674
13675 \series bold
13676 cyan
13677 \series default
13678
13679 \series bold
13680 green
13681 \series default
13682
13683 \series bold
13684 magenta
13685 \series default
13686
13687 \series bold
13688 red
13689 \series default
13690
13691 \series bold
13692 white
13693 \series default
13694  and 
13695 \series bold
13696 yellow
13697 \series default
13698
13699 \begin_inset Separator parbreak
13700 \end_inset
13701
13702
13703 \end_layout
13704
13705 \begin_layout Standard
13706 \align center
13707 \begin_inset Tabular
13708 <lyxtabular version="3" rows="4" columns="2">
13709 <features booktabs="true" tabularvalignment="middle">
13710 <column alignment="center" valignment="top" width="0pt">
13711 <column alignment="center" valignment="top">
13712 <row>
13713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13714 \begin_inset Text
13715
13716 \begin_layout Plain Layout
13717 Command
13718 \end_layout
13719
13720 \end_inset
13721 </cell>
13722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13723 \begin_inset Text
13724
13725 \begin_layout Plain Layout
13726 Result
13727 \end_layout
13728
13729 \end_inset
13730 </cell>
13731 </row>
13732 <row>
13733 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13734 \begin_inset Text
13735
13736 \begin_layout Plain Layout
13737
13738 \backslash
13739 colorbox{yellow
13740 \begin_inset Formula $\to$
13741 \end_inset
13742
13743
13744 \backslash
13745 {A=B
13746 \end_layout
13747
13748 \end_inset
13749 </cell>
13750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13751 \begin_inset Text
13752
13753 \begin_layout Plain Layout
13754 \begin_inset Formula $\colorbox{yellow}{A=B}$
13755 \end_inset
13756
13757
13758 \end_layout
13759
13760 \end_inset
13761 </cell>
13762 </row>
13763 <row topspace="1.5mm">
13764 <cell alignment="center" valignment="top" usebox="none">
13765 \begin_inset Text
13766
13767 \begin_layout Plain Layout
13768
13769 \backslash
13770 colorbox{green
13771 \begin_inset Formula $\to$
13772 \end_inset
13773
13774
13775 \backslash
13776 {
13777 \backslash
13778 fbox
13779 \begin_inset space \textvisiblespace{}
13780 \end_inset
13781
13782 A=B
13783 \end_layout
13784
13785 \end_inset
13786 </cell>
13787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13788 \begin_inset Text
13789
13790 \begin_layout Plain Layout
13791 \begin_inset Formula $\colorbox{green}{\fbox{A=B}}$
13792 \end_inset
13793
13794
13795 \end_layout
13796
13797 \end_inset
13798 </cell>
13799 </row>
13800 <row topspace="1.5mm" bottomspace="1mm">
13801 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13802 \begin_inset Text
13803
13804 \begin_layout Plain Layout
13805
13806 \backslash
13807 fbox
13808 \begin_inset space \textvisiblespace{}
13809 \end_inset
13810
13811
13812 \backslash
13813 colorbox{green
13814 \begin_inset Formula $\to$
13815 \end_inset
13816
13817
13818 \backslash
13819 {
13820 \family sans
13821 Ctrl+M
13822 \family default
13823  
13824 \family sans
13825 Ctrl+M
13826 \family default
13827  
13828 \backslash
13829 int
13830 \begin_inset space \textvisiblespace{}
13831 \end_inset
13832
13833 C=D
13834 \end_layout
13835
13836 \end_inset
13837 </cell>
13838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13839 \begin_inset Text
13840
13841 \begin_layout Plain Layout
13842 \begin_inset Formula $\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}$
13843 \end_inset
13844
13845
13846 \end_layout
13847
13848 \end_inset
13849 </cell>
13850 </row>
13851 </lyxtabular>
13852
13853 \end_inset
13854
13855
13856 \end_layout
13857
13858 \begin_layout Standard
13859
13860 \series bold
13861
13862 \backslash
13863 colorbox
13864 \series default
13865  only colors the box but not the characters in the box.
13866  To color all characters, the whole formula is highlighted and the desired
13867  color is chosen in the 
13868 \family sans
13869 Text
13870 \begin_inset space ~
13871 \end_inset
13872
13873 Style
13874 \family default
13875  dialog.
13876  The dialog can be called with the toolbar button 
13877 \begin_inset Info
13878 type  "icon"
13879 arg   "dialog-show character"
13880 \end_inset
13881
13882  or the menu 
13883 \family sans
13884 Edit\SpecialChar menuseparator
13885 Text
13886 \begin_inset space ~
13887 \end_inset
13888
13889 Style\SpecialChar menuseparator
13890 Customized
13891 \family default
13892 .
13893  The formula number then has the same color as the formula.
13894  When the formula number should get another color than the formula characters,
13895  the color must be changed within the formula.
13896 \end_layout
13897
13898 \begin_layout Standard
13899 An example:
13900 \end_layout
13901
13902 \begin_layout Standard
13903
13904 \color red
13905 \begin_inset Formula 
13906 \begin{equation}
13907 \int A=B\label{eq:red}
13908 \end{equation}
13909
13910 \end_inset
13911
13912
13913 \color green
13914
13915 \begin_inset Formula 
13916 \begin{equation}
13917 \textcolor{red}{\int A=B}\label{eq:redgreen}
13918 \end{equation}
13919
13920 \end_inset
13921
13922
13923 \end_layout
13924
13925 \begin_layout Standard
13926 Formula 
13927 \begin_inset CommandInset ref
13928 LatexCommand eqref
13929 reference "eq:red"
13930
13931 \end_inset
13932
13933  is completely colored red.
13934 \begin_inset Newline newline
13935 \end_inset
13936
13937 Formula 
13938 \begin_inset CommandInset ref
13939 LatexCommand eqref
13940 reference "eq:redgreen"
13941
13942 \end_inset
13943
13944  was first completely colored green to set the color for the formula number.
13945  Subsequently the formula characters were colored red.
13946 \end_layout
13947
13948 \begin_layout Standard
13949 \begin_inset VSpace bigskip
13950 \end_inset
13951
13952 To color the frame different than the rest of the box, the command 
13953 \series bold
13954
13955 \backslash
13956 fcolorbox
13957 \series default
13958
13959 \begin_inset Index idx
13960 status collapsed
13961
13962 \begin_layout Plain Layout
13963 Commands ! F ! 
13964 \backslash
13965 fcolorbox
13966 \end_layout
13967
13968 \end_inset
13969
13970  is used in the following scheme:
13971 \end_layout
13972
13973 \begin_layout Standard
13974
13975 \series bold
13976
13977 \backslash
13978 fcolorbox{frame color}{color}{box content}
13979 \end_layout
13980
13981 \begin_layout Standard
13982 So 
13983 \series bold
13984
13985 \backslash
13986 fcolorbox
13987 \series default
13988  is an extension of the command 
13989 \series bold
13990
13991 \backslash
13992 colorbox
13993 \series default
13994 .
13995  The frame width is set, like for 
13996 \series bold
13997
13998 \backslash
13999 framebox
14000 \series default
14001 , with 
14002 \series bold
14003
14004 \backslash
14005 fboxrule
14006 \series default
14007  and 
14008 \series bold
14009
14010 \backslash
14011 fboxsep
14012 \series default
14013 .
14014  An example:
14015 \begin_inset ERT
14016 status collapsed
14017
14018 \begin_layout Plain Layout
14019
14020
14021 \backslash
14022 fboxrule 1mm 
14023 \backslash
14024 fboxsep 1mm
14025 \end_layout
14026
14027 \end_inset
14028
14029
14030 \begin_inset Formula 
14031 \[
14032 \fcolorbox{cyan}{magenta}{A=B}
14033 \]
14034
14035 \end_inset
14036
14037
14038 \begin_inset ERT
14039 status collapsed
14040
14041 \begin_layout Plain Layout
14042
14043
14044 \backslash
14045 fboxrule 0.4pt 
14046 \backslash
14047 fboxsep 3pt
14048 \end_layout
14049
14050 \end_inset
14051
14052
14053 \end_layout
14054
14055 \begin_layout Standard
14056 This formula was created with the command
14057 \begin_inset Newline newline
14058 \end_inset
14059
14060
14061 \series bold
14062
14063 \backslash
14064 fcolorbox{cyan
14065 \begin_inset Formula $\to$
14066 \end_inset
14067
14068
14069 \backslash
14070 {magenta
14071 \begin_inset Formula $\to$
14072 \end_inset
14073
14074
14075 \backslash
14076 {A=B
14077 \series default
14078 .
14079 \end_layout
14080
14081 \begin_layout Standard
14082 \begin_inset VSpace bigskip
14083 \end_inset
14084
14085 To use other colors than the predefined ones, they have to be defined first.
14086 \end_layout
14087
14088 \begin_layout Standard
14089 One can for example define the color 
14090 \begin_inset Quotes eld
14091 \end_inset
14092
14093
14094 \series bold
14095 darkgreen
14096 \series default
14097
14098 \begin_inset Quotes erd
14099 \end_inset
14100
14101  with the \SpecialChar LaTeX
14102 -preamble line:
14103 \end_layout
14104
14105 \begin_layout Standard
14106
14107 \series bold
14108
14109 \backslash
14110 definecolor{darkgreen}{cmyk}{0.5,
14111 \series default
14112  
14113 \series bold
14114 0,
14115 \series default
14116  
14117 \series bold
14118 1,
14119 \series default
14120  
14121 \series bold
14122 0.5}
14123 \series default
14124
14125 \begin_inset Index idx
14126 status collapsed
14127
14128 \begin_layout Plain Layout
14129 Commands ! D ! 
14130 \backslash
14131 definecolor
14132 \end_layout
14133
14134 \end_inset
14135
14136
14137 \end_layout
14138
14139 \begin_layout Standard
14140
14141 \series bold
14142 cmyk
14143 \series default
14144  is the color space that denotes the colors 
14145 \series bold
14146 cyan
14147 \series default
14148
14149 \series bold
14150 magenta
14151 \series default
14152
14153 \series bold
14154 yellow
14155 \series default
14156  and 
14157 \series bold
14158 black
14159 \series default
14160 .
14161  The four comma separated numbers are the portion factor for the corresponding
14162  colors of the color space.
14163  The factors can be in the range of 0
14164 \begin_inset space \thinspace{}
14165 \end_inset
14166
14167 -
14168 \begin_inset space \thinspace{}
14169 \end_inset
14170
14171 1.
14172  Instead of 
14173 \series bold
14174 cmyk
14175 \series default
14176  also the color space 
14177 \series bold
14178 rgb
14179 \series default
14180  can be used for definitions.
14181  
14182 \series bold
14183 rgb
14184 \series default
14185  denotes 
14186 \series bold
14187 red
14188 \series default
14189
14190 \series bold
14191 green
14192 \series default
14193  and 
14194 \series bold
14195 blue
14196 \series default
14197 , so that there are in this case three portion factors for the corresponding
14198  colors.
14199  Furthermore there is the color space 
14200 \series bold
14201 gray
14202 \series default
14203  with one portion factor for the gray value.
14204 \end_layout
14205
14206 \begin_layout Standard
14207 As example a framed box with the new defined color 
14208 \series bold
14209 darkgreen
14210 \series default
14211  where the characters have been colored 
14212 \series bold
14213 yellow
14214 \series default
14215 :
14216 \begin_inset Formula 
14217 \begin{equation}
14218 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14219 \end{equation}
14220
14221 \end_inset
14222
14223
14224 \end_layout
14225
14226 \begin_layout Standard
14227 Self-defined colors can also be used for text with the help of the command
14228  
14229 \series bold
14230
14231 \backslash
14232 textcolor
14233 \series default
14234 :
14235 \begin_inset Index idx
14236 status collapsed
14237
14238 \begin_layout Plain Layout
14239 Text ! colored
14240 \end_layout
14241
14242 \end_inset
14243
14244
14245 \end_layout
14246
14247 \begin_layout Standard
14248 \begin_inset ERT
14249 status collapsed
14250
14251 \begin_layout Plain Layout
14252
14253
14254 \backslash
14255 textcolor{darkgreen}{
14256 \end_layout
14257
14258 \end_inset
14259
14260 This sentence is 
14261 \begin_inset Quotes eld
14262 \end_inset
14263
14264 darkgreen
14265 \begin_inset Quotes erd
14266 \end_inset
14267
14268 .
14269 \begin_inset ERT
14270 status collapsed
14271
14272 \begin_layout Plain Layout
14273
14274 }
14275 \end_layout
14276
14277 \end_inset
14278
14279
14280 \end_layout
14281
14282 \begin_layout Standard
14283
14284 \series bold
14285
14286 \backslash
14287 textcolor
14288 \series default
14289
14290 \begin_inset Index idx
14291 status collapsed
14292
14293 \begin_layout Plain Layout
14294 Commands ! T ! 
14295 \backslash
14296 textcolor
14297 \end_layout
14298
14299 \end_inset
14300
14301  is used in the scheme 
14302 \series bold
14303
14304 \backslash
14305 textcolor{color}{characters to color}
14306 \series default
14307 .
14308 \end_layout
14309
14310 \begin_layout Subsection
14311 Paragraph Boxes
14312 \begin_inset CommandInset label
14313 LatexCommand label
14314 name "subsec:Paragraph-Boxes"
14315
14316 \end_inset
14317
14318
14319 \begin_inset Index idx
14320 status collapsed
14321
14322 \begin_layout Plain Layout
14323 Boxes ! as paragraph
14324 \end_layout
14325
14326 \end_inset
14327
14328
14329 \end_layout
14330
14331 \begin_layout Standard
14332 A box that can contain several lines and paragraphs, a so-called paragraph
14333  box (parbox), can be created with the menu 
14334 \family sans
14335 Insert\SpecialChar menuseparator
14336 Box
14337 \family default
14338  or the toolbar button 
14339 \begin_inset Info
14340 type  "icon"
14341 arg   "box-insert"
14342 \end_inset
14343
14344 .
14345 \end_layout
14346
14347 \begin_layout Standard
14348 The following example shows a framed parbox in a line:
14349 \end_layout
14350
14351 \begin_layout Standard
14352 \begin_inset VSpace medskip
14353 \end_inset
14354
14355 This is a line 
14356 \begin_inset Box Boxed
14357 position "c"
14358 hor_pos "c"
14359 has_inner_box 1
14360 inner_pos "t"
14361 use_parbox 1
14362 use_makebox 0
14363 width "5cm"
14364 special "none"
14365 height "1in"
14366 height_special "totalheight"
14367 thickness "0.4pt"
14368 separation "3pt"
14369 shadowsize "4pt"
14370 framecolor "black"
14371 backgroundcolor "none"
14372 status open
14373
14374 \begin_layout Plain Layout
14375 This is a paragraph box.
14376  It is exactly 5
14377 \begin_inset space \thinspace{}
14378 \end_inset
14379
14380 cm long and can also contain formulas: 
14381 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14382 \end_inset
14383
14384
14385 \end_layout
14386
14387 \end_inset
14388
14389  with a parbox.
14390 \end_layout
14391
14392 \begin_layout Standard
14393 \begin_inset VSpace medskip
14394 \end_inset
14395
14396
14397 \end_layout
14398
14399 \begin_layout Standard
14400 Such a box is created by right-clicking on the gray box inset.
14401  A dialog pops up showing the box properties.
14402  In our case set: 
14403 \emph on
14404 Decoration
14405 \emph default
14406 : Rectangular box, 
14407 \emph on
14408 Inner Box
14409 \emph default
14410 : Parbox, 
14411 \emph on
14412 Width
14413 \emph default
14414 : 5
14415 \begin_inset space \thinspace{}
14416 \end_inset
14417
14418 cm, 
14419 \emph on
14420 Vertical Box Alignment
14421 \emph default
14422 : Middle
14423 \end_layout
14424
14425 \begin_layout Standard
14426 \begin_inset VSpace medskip
14427 \end_inset
14428
14429 In \SpecialChar LaTeX
14430  a parbox is created with the command 
14431 \series bold
14432
14433 \backslash
14434 parbox
14435 \series default
14436
14437 \begin_inset Index idx
14438 status collapsed
14439
14440 \begin_layout Plain Layout
14441 Commands ! P ! 
14442 \backslash
14443 parbox
14444 \end_layout
14445
14446 \end_inset
14447
14448  which has the following scheme:
14449 \end_layout
14450
14451 \begin_layout Standard
14452
14453 \series bold
14454
14455 \backslash
14456 parbox[position]{width}{box content}
14457 \end_layout
14458
14459 \begin_layout Standard
14460 The positions 
14461 \emph on
14462 b
14463 \emph default
14464  and 
14465 \emph on
14466 t
14467 \emph default
14468  are possible.
14469  
14470 \emph on
14471 b
14472 \emph default
14473  for 
14474 \begin_inset Quotes eld
14475 \end_inset
14476
14477 bottom
14478 \begin_inset Quotes erd
14479 \end_inset
14480
14481  means that the box is aligned within the surrounding text with its last
14482  line.
14483  With 
14484 \emph on
14485 t
14486 \emph default
14487  for 
14488 \begin_inset Quotes eld
14489 \end_inset
14490
14491 top
14492 \begin_inset Quotes erd
14493 \end_inset
14494
14495  this is done with the first line.
14496  When no position is given, the box will be vertically centered, see section
14497  
14498 \emph on
14499 Boxes
14500 \emph default
14501  of the 
14502 \emph on
14503 Embedded
14504 \begin_inset space ~
14505 \end_inset
14506
14507 Objects
14508 \emph default
14509  manual for examples.
14510 \end_layout
14511
14512 \begin_layout Standard
14513 \begin_inset VSpace bigskip
14514 \end_inset
14515
14516 To frame formulas completely, including the formula number, the formula
14517  must be set into a parbox.
14518  To do this, the command 
14519 \series bold
14520
14521 \backslash
14522 fbox{
14523 \backslash
14524 parbox{
14525 \backslash
14526 linewidth-2
14527 \backslash
14528 fboxsep-2
14529 \backslash
14530 fboxrule}{
14531 \series default
14532  is inserted in \SpecialChar TeX
14533  mode before the formula.
14534  
14535 \series bold
14536
14537 \backslash
14538 linewidth
14539 \series default
14540
14541 \begin_inset Index idx
14542 status collapsed
14543
14544 \begin_layout Plain Layout
14545 Commands ! L ! 
14546 \backslash
14547 linewidth
14548 \end_layout
14549
14550 \end_inset
14551
14552  is hereby the line width set for the document.
14553  Because the frame is outside the parbox, 2
14554 \begin_inset space \thinspace{}
14555 \end_inset
14556
14557 times the frame separation and the frame thickness must be subtracted from
14558  the line width.
14559  As this is not automatically done by \SpecialChar LyX
14560  due to a bug
14561 \begin_inset Foot
14562 status collapsed
14563
14564 \begin_layout Plain Layout
14565 \begin_inset CommandInset href
14566 LatexCommand href
14567 name "LyX-bug #4483"
14568 target "http://www.lyx.org/trac/ticket/4483"
14569
14570 \end_inset
14571
14572
14573 \end_layout
14574
14575 \end_inset
14576
14577 , \SpecialChar TeX
14578  mode has to be used.
14579  To be able to multiply and subtract in arguments, the \SpecialChar LaTeX
14580 -package 
14581 \series bold
14582 calc
14583 \series default
14584
14585 \begin_inset Foot
14586 status collapsed
14587
14588 \begin_layout Plain Layout
14589
14590 \series bold
14591 calc
14592 \series default
14593  is part of every \SpecialChar LaTeX
14594  standard installation.
14595 \end_layout
14596
14597 \end_inset
14598
14599
14600 \begin_inset Index idx
14601 status collapsed
14602
14603 \begin_layout Plain Layout
14604 Packages ! calc
14605 \end_layout
14606
14607 \end_inset
14608
14609  must be loaded in the \SpecialChar LaTeX
14610 -preamble with the line
14611 \end_layout
14612
14613 \begin_layout Standard
14614
14615 \series bold
14616
14617 \backslash
14618 usepackage{calc}
14619 \end_layout
14620
14621 \begin_layout Standard
14622 Behind the formula both boxes are closed by entering 
14623 \series bold
14624 }}
14625 \series default
14626  in \SpecialChar TeX
14627  mode.
14628  Here is an example:
14629 \begin_inset ERT
14630 status collapsed
14631
14632 \begin_layout Plain Layout
14633
14634
14635 \backslash
14636 fboxsep 5mm 
14637 \backslash
14638 fboxrule 5mm
14639 \end_layout
14640
14641 \end_inset
14642
14643
14644 \end_layout
14645
14646 \begin_layout Standard
14647 \begin_inset ERT
14648 status collapsed
14649
14650 \begin_layout Plain Layout
14651
14652
14653 \backslash
14654 fbox{
14655 \backslash
14656 parbox{
14657 \backslash
14658 linewidth-2
14659 \backslash
14660 fboxsep-2
14661 \backslash
14662 fboxrule}{
14663 \end_layout
14664
14665 \end_inset
14666
14667
14668 \begin_inset Formula 
14669 \begin{equation}
14670 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14671 \end{equation}
14672
14673 \end_inset
14674
14675
14676 \begin_inset ERT
14677 status collapsed
14678
14679 \begin_layout Plain Layout
14680
14681 }}
14682 \end_layout
14683
14684 \end_inset
14685
14686
14687 \begin_inset ERT
14688 status collapsed
14689
14690 \begin_layout Plain Layout
14691
14692
14693 \backslash
14694 fboxrule 0.4pt 
14695 \backslash
14696 fboxsep 3pt
14697 \end_layout
14698
14699 \end_inset
14700
14701
14702 \end_layout
14703
14704 \begin_layout Standard
14705 \begin_inset VSpace medskip
14706 \end_inset
14707
14708 As a parbox is used as the argument of 
14709 \series bold
14710
14711 \backslash
14712 fbox
14713 \series default
14714 , there is in this case no difference between 
14715 \series bold
14716
14717 \backslash
14718 fbox
14719 \series default
14720  and 
14721 \series bold
14722
14723 \backslash
14724 boxed
14725 \series default
14726 .
14727 \end_layout
14728
14729 \begin_layout Standard
14730 \begin_inset VSpace bigskip
14731 \end_inset
14732
14733 Paragraph boxes are very useful to comment formulas directly.
14734  To do this, 
14735 \series bold
14736
14737 \backslash
14738 parbox
14739 \series default
14740  is used in combination with the command 
14741 \series bold
14742
14743 \backslash
14744 tag
14745 \series default
14746 .
14747  (more about 
14748 \series bold
14749
14750 \backslash
14751 tag
14752 \series default
14753  see 
14754 \begin_inset CommandInset ref
14755 LatexCommand ref
14756 reference "subsec:User-defined-Numbering"
14757
14758 \end_inset
14759
14760 )
14761 \end_layout
14762
14763 \begin_layout Standard
14764 An example of a formula commented with 
14765 \series bold
14766
14767 \backslash
14768 parbox
14769 \series default
14770 :
14771 \end_layout
14772
14773 \begin_layout Standard
14774 \begin_inset ERT
14775 status collapsed
14776
14777 \begin_layout Plain Layout
14778
14779
14780 \backslash
14781 [5x-7b=3b
14782 \backslash
14783 tag*{
14784 \backslash
14785 parbox{5cm}{
14786 \end_layout
14787
14788 \end_inset
14789
14790 This is a description.
14791  It is distinctly separated from the formula and multiline.
14792 \begin_inset ERT
14793 status collapsed
14794
14795 \begin_layout Plain Layout
14796
14797 }}
14798 \backslash
14799 ]
14800 \end_layout
14801
14802 \end_inset
14803
14804
14805 \end_layout
14806
14807 \begin_layout Standard
14808 Such a formula must be inserted completely in \SpecialChar TeX
14809  mode because \SpecialChar LyX
14810  does not yet
14811  support the command 
14812 \series bold
14813
14814 \backslash
14815 parbox
14816 \series default
14817  in formulas.
14818  The formula is created with the following command sequence:
14819 \end_layout
14820
14821 \begin_layout Standard
14822 The command 
14823 \series bold
14824
14825 \backslash
14826 [5x-7b=3b
14827 \backslash
14828 tag*
14829 \backslash
14830 {
14831 \backslash
14832 parbox{5cm}{
14833 \series default
14834  is inserted in \SpecialChar TeX
14835  mode.
14836 \begin_inset Foot
14837 status collapsed
14838
14839 \begin_layout Plain Layout
14840 When the formula style 
14841 \series bold
14842 Indented
14843 \series default
14844  is used, 
14845 \series bold
14846
14847 \backslash
14848 tag*
14849 \backslash
14850 {
14851 \series default
14852  can also be replaced by 
14853 \series bold
14854
14855 \backslash
14856 hfill
14857 \series default
14858 .
14859  (formula styles see 
14860 \begin_inset CommandInset ref
14861 LatexCommand ref
14862 reference "sec:Formula-Styles"
14863
14864 \end_inset
14865
14866 )
14867 \end_layout
14868
14869 \end_inset
14870
14871  Then the description follows as normal text and finally 
14872 \series bold
14873 }}
14874 \backslash
14875 ]
14876 \series default
14877  is inserted in \SpecialChar TeX
14878  mode.
14879  The commands 
14880 \series bold
14881
14882 \backslash
14883 [
14884 \series default
14885  and 
14886 \series bold
14887
14888 \backslash
14889 ]
14890 \series default
14891  hereby create a displayed formula.
14892 \end_layout
14893
14894 \begin_layout Standard
14895 The advantages of 
14896 \series bold
14897
14898 \backslash
14899 parbox
14900 \series default
14901  can be seen in this example that was 
14902 \begin_inset Quotes eld
14903 \end_inset
14904
14905 commented
14906 \begin_inset Quotes erd
14907 \end_inset
14908
14909  using the mathematical textmode:
14910 \begin_inset Formula 
14911 \[
14912 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
14913 \]
14914
14915 \end_inset
14916
14917
14918 \end_layout
14919
14920 \begin_layout Section
14921 Operators
14922 \begin_inset Index idx
14923 status collapsed
14924
14925 \begin_layout Plain Layout
14926 Operators
14927 \end_layout
14928
14929 \end_inset
14930
14931
14932 \end_layout
14933
14934 \begin_layout Subsection
14935 Big Operators
14936 \begin_inset CommandInset label
14937 LatexCommand label
14938 name "subsec:Big-Operators"
14939
14940 \end_inset
14941
14942
14943 \begin_inset Index idx
14944 status collapsed
14945
14946 \begin_layout Plain Layout
14947 Operators ! big
14948 \end_layout
14949
14950 \end_inset
14951
14952
14953 \begin_inset Index idx
14954 status collapsed
14955
14956 \begin_layout Plain Layout
14957 Sums
14958 \end_layout
14959
14960 \end_inset
14961
14962
14963 \begin_inset Index idx
14964 status collapsed
14965
14966 \begin_layout Plain Layout
14967 Integrals
14968 \end_layout
14969
14970 \end_inset
14971
14972
14973 \end_layout
14974
14975 \begin_layout Standard
14976 To be able to use all integral operators listed here, the option 
14977 \family sans
14978 Use esint package automatically
14979 \family default
14980  must be set in the document settings under 
14981 \family sans
14982 Math
14983 \begin_inset space ~
14984 \end_inset
14985
14986 Options
14987 \family default
14988 .
14989 \end_layout
14990
14991 \begin_layout Standard
14992 \begin_inset space \hfill{}
14993 \end_inset
14994
14995
14996 \begin_inset Tabular
14997 <lyxtabular version="3" rows="11" columns="2">
14998 <features booktabs="true" tabularvalignment="middle">
14999 <column alignment="center" valignment="top" width="0pt">
15000 <column alignment="center" valignment="top" width="0pt">
15001 <row>
15002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15003 \begin_inset Text
15004
15005 \begin_layout Plain Layout
15006 Command
15007 \end_layout
15008
15009 \end_inset
15010 </cell>
15011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15012 \begin_inset Text
15013
15014 \begin_layout Plain Layout
15015 Result
15016 \end_layout
15017
15018 \end_inset
15019 </cell>
15020 </row>
15021 <row>
15022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15023 \begin_inset Text
15024
15025 \begin_layout Plain Layout
15026
15027 \backslash
15028 int
15029 \begin_inset Index idx
15030 status collapsed
15031
15032 \begin_layout Plain Layout
15033 Commands ! I ! 
15034 \backslash
15035 int
15036 \end_layout
15037
15038 \end_inset
15039
15040
15041 \end_layout
15042
15043 \end_inset
15044 </cell>
15045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15046 \begin_inset Text
15047
15048 \begin_layout Plain Layout
15049 \begin_inset Formula $\int$
15050 \end_inset
15051
15052
15053 \end_layout
15054
15055 \end_inset
15056 </cell>
15057 </row>
15058 <row>
15059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Plain Layout
15063
15064 \backslash
15065 oint
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15071 \begin_inset Text
15072
15073 \begin_layout Plain Layout
15074 \begin_inset Formula $\oint$
15075 \end_inset
15076
15077
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 </row>
15083 <row>
15084 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Plain Layout
15088
15089 \backslash
15090 ointctrclockwise
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15096 \begin_inset Text
15097
15098 \begin_layout Plain Layout
15099 \begin_inset Formula $\ointctrclockwise$
15100 \end_inset
15101
15102
15103 \end_layout
15104
15105 \end_inset
15106 </cell>
15107 </row>
15108 <row>
15109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15110 \begin_inset Text
15111
15112 \begin_layout Plain Layout
15113
15114 \backslash
15115 ointclockwise
15116 \end_layout
15117
15118 \end_inset
15119 </cell>
15120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15121 \begin_inset Text
15122
15123 \begin_layout Plain Layout
15124 \begin_inset Formula $\ointclockwise$
15125 \end_inset
15126
15127
15128 \end_layout
15129
15130 \end_inset
15131 </cell>
15132 </row>
15133 <row>
15134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15135 \begin_inset Text
15136
15137 \begin_layout Plain Layout
15138
15139 \backslash
15140 sqint
15141 \end_layout
15142
15143 \end_inset
15144 </cell>
15145 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Plain Layout
15149 \begin_inset Formula $\sqint$
15150 \end_inset
15151
15152
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 </row>
15158 <row>
15159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163
15164 \backslash
15165 fint
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Plain Layout
15174  
15175 \begin_inset Formula $\fint$
15176 \end_inset
15177
15178
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 </row>
15184 <row>
15185 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15186 \begin_inset Text
15187
15188 \begin_layout Plain Layout
15189
15190 \backslash
15191 landupint
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15197 \begin_inset Text
15198
15199 \begin_layout Plain Layout
15200  
15201 \begin_inset Formula $\landupint$
15202 \end_inset
15203
15204
15205 \end_layout
15206
15207 \end_inset
15208 </cell>
15209 </row>
15210 <row>
15211 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15212 \begin_inset Text
15213
15214 \begin_layout Plain Layout
15215
15216 \backslash
15217 landdownint
15218 \end_layout
15219
15220 \end_inset
15221 </cell>
15222 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15223 \begin_inset Text
15224
15225 \begin_layout Plain Layout
15226  
15227 \begin_inset Formula $\landdownint$
15228 \end_inset
15229
15230
15231 \end_layout
15232
15233 \end_inset
15234 </cell>
15235 </row>
15236 <row>
15237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15238 \begin_inset Text
15239
15240 \begin_layout Plain Layout
15241
15242 \backslash
15243 bigcap
15244 \end_layout
15245
15246 \end_inset
15247 </cell>
15248 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15249 \begin_inset Text
15250
15251 \begin_layout Plain Layout
15252 \begin_inset Formula $\bigcap$
15253 \end_inset
15254
15255
15256 \end_layout
15257
15258 \end_inset
15259 </cell>
15260 </row>
15261 <row>
15262 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15263 \begin_inset Text
15264
15265 \begin_layout Plain Layout
15266
15267 \backslash
15268 bigcup
15269 \end_layout
15270
15271 \end_inset
15272 </cell>
15273 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15274 \begin_inset Text
15275
15276 \begin_layout Plain Layout
15277 \begin_inset Formula $\bigcup$
15278 \end_inset
15279
15280
15281 \end_layout
15282
15283 \end_inset
15284 </cell>
15285 </row>
15286 </lyxtabular>
15287
15288 \end_inset
15289
15290
15291 \begin_inset space \hfill{}
15292 \end_inset
15293
15294
15295 \begin_inset Tabular
15296 <lyxtabular version="3" rows="11" columns="2">
15297 <features booktabs="true" tabularvalignment="middle">
15298 <column alignment="center" valignment="top" width="0pt">
15299 <column alignment="center" valignment="top" width="0pt">
15300 <row>
15301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15302 \begin_inset Text
15303
15304 \begin_layout Plain Layout
15305 Command
15306 \end_layout
15307
15308 \end_inset
15309 </cell>
15310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15311 \begin_inset Text
15312
15313 \begin_layout Plain Layout
15314 Result
15315 \end_layout
15316
15317 \end_inset
15318 </cell>
15319 </row>
15320 <row>
15321 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15322 \begin_inset Text
15323
15324 \begin_layout Plain Layout
15325
15326 \backslash
15327 sum
15328 \begin_inset Index idx
15329 status collapsed
15330
15331 \begin_layout Plain Layout
15332 Commands ! S ! 
15333 \backslash
15334 sum
15335 \end_layout
15336
15337 \end_inset
15338
15339
15340 \end_layout
15341
15342 \end_inset
15343 </cell>
15344 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15345 \begin_inset Text
15346
15347 \begin_layout Plain Layout
15348 \begin_inset Formula $\sum$
15349 \end_inset
15350
15351
15352 \end_layout
15353
15354 \end_inset
15355 </cell>
15356 </row>
15357 <row>
15358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15359 \begin_inset Text
15360
15361 \begin_layout Plain Layout
15362
15363 \backslash
15364 prod
15365 \begin_inset Index idx
15366 status collapsed
15367
15368 \begin_layout Plain Layout
15369 Commands ! P ! 
15370 \backslash
15371 prod
15372 \begin_inset ERT
15373 status collapsed
15374
15375 \begin_layout Plain Layout
15376
15377
15378 \backslash
15379 vspace{4mm}
15380 \end_layout
15381
15382 \end_inset
15383
15384
15385 \end_layout
15386
15387 \end_inset
15388
15389
15390 \end_layout
15391
15392 \end_inset
15393 </cell>
15394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15395 \begin_inset Text
15396
15397 \begin_layout Plain Layout
15398 \begin_inset Formula $\prod$
15399 \end_inset
15400
15401
15402 \end_layout
15403
15404 \end_inset
15405 </cell>
15406 </row>
15407 <row>
15408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15409 \begin_inset Text
15410
15411 \begin_layout Plain Layout
15412
15413 \backslash
15414 coprod
15415 \end_layout
15416
15417 \end_inset
15418 </cell>
15419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15420 \begin_inset Text
15421
15422 \begin_layout Plain Layout
15423 \begin_inset Formula $\coprod$
15424 \end_inset
15425
15426
15427 \end_layout
15428
15429 \end_inset
15430 </cell>
15431 </row>
15432 <row>
15433 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15434 \begin_inset Text
15435
15436 \begin_layout Plain Layout
15437
15438 \backslash
15439 bigodot
15440 \end_layout
15441
15442 \end_inset
15443 </cell>
15444 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15445 \begin_inset Text
15446
15447 \begin_layout Plain Layout
15448 \begin_inset Formula $\bigodot$
15449 \end_inset
15450
15451
15452 \end_layout
15453
15454 \end_inset
15455 </cell>
15456 </row>
15457 <row>
15458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15459 \begin_inset Text
15460
15461 \begin_layout Plain Layout
15462
15463 \backslash
15464 bigotimes
15465 \end_layout
15466
15467 \end_inset
15468 </cell>
15469 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15470 \begin_inset Text
15471
15472 \begin_layout Plain Layout
15473 \begin_inset Formula $\bigotimes$
15474 \end_inset
15475
15476
15477 \end_layout
15478
15479 \end_inset
15480 </cell>
15481 </row>
15482 <row>
15483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15484 \begin_inset Text
15485
15486 \begin_layout Plain Layout
15487
15488 \backslash
15489 bigoplus
15490 \end_layout
15491
15492 \end_inset
15493 </cell>
15494 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15495 \begin_inset Text
15496
15497 \begin_layout Plain Layout
15498 \begin_inset Formula $\bigoplus$
15499 \end_inset
15500
15501
15502 \end_layout
15503
15504 \end_inset
15505 </cell>
15506 </row>
15507 <row>
15508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15509 \begin_inset Text
15510
15511 \begin_layout Plain Layout
15512
15513 \backslash
15514 bigwedge
15515 \end_layout
15516
15517 \end_inset
15518 </cell>
15519 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15520 \begin_inset Text
15521
15522 \begin_layout Plain Layout
15523 \begin_inset Formula $\bigwedge$
15524 \end_inset
15525
15526
15527 \end_layout
15528
15529 \end_inset
15530 </cell>
15531 </row>
15532 <row>
15533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15534 \begin_inset Text
15535
15536 \begin_layout Plain Layout
15537
15538 \backslash
15539 bigvee
15540 \end_layout
15541
15542 \end_inset
15543 </cell>
15544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15545 \begin_inset Text
15546
15547 \begin_layout Plain Layout
15548 \begin_inset Formula $\bigvee$
15549 \end_inset
15550
15551
15552 \end_layout
15553
15554 \end_inset
15555 </cell>
15556 </row>
15557 <row>
15558 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15559 \begin_inset Text
15560
15561 \begin_layout Plain Layout
15562
15563 \backslash
15564 bigsqcup
15565 \end_layout
15566
15567 \end_inset
15568 </cell>
15569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15570 \begin_inset Text
15571
15572 \begin_layout Plain Layout
15573 \begin_inset Formula $\bigsqcup$
15574 \end_inset
15575
15576
15577 \end_layout
15578
15579 \end_inset
15580 </cell>
15581 </row>
15582 <row>
15583 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15584 \begin_inset Text
15585
15586 \begin_layout Plain Layout
15587
15588 \backslash
15589 biguplus
15590 \end_layout
15591
15592 \end_inset
15593 </cell>
15594 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15595 \begin_inset Text
15596
15597 \begin_layout Plain Layout
15598 \begin_inset Formula $\biguplus$
15599 \end_inset
15600
15601
15602 \end_layout
15603
15604 \end_inset
15605 </cell>
15606 </row>
15607 </lyxtabular>
15608
15609 \end_inset
15610
15611
15612 \begin_inset space \hfill{}
15613 \end_inset
15614
15615
15616 \end_layout
15617
15618 \begin_layout Standard
15619 All big operators can also be inserted via the math toolbar button 
15620 \begin_inset Info
15621 type  "icon"
15622 arg   "math-insert \\intop"
15623 \end_inset
15624
15625 .
15626 \end_layout
15627
15628 \begin_layout Standard
15629 The operators are called big because they are bigger than the sometimes
15630  equal looking binary operators.
15631  All big operators can have limits as described in the next subsection.
15632 \end_layout
15633
15634 \begin_layout Standard
15635 For all integral operators there is a second version available, ending in
15636  
15637 \series bold
15638 op
15639 \series default
15640
15641 \series bold
15642
15643 \backslash
15644 intop
15645 \series default
15646
15647 \series bold
15648
15649 \backslash
15650 ointop
15651 \series default
15652  etc..
15653  These operators are different from 
15654 \series bold
15655
15656 \backslash
15657 int
15658 \series default
15659  etc.
15660 \begin_inset space \space{}
15661 \end_inset
15662
15663 in the style the operator limits are displayed, see 
15664 \begin_inset CommandInset ref
15665 LatexCommand ref
15666 reference "subsec:Operator-Limits"
15667
15668 \end_inset
15669
15670 .
15671  
15672 \end_layout
15673
15674 \begin_layout Subsubsection*
15675 Advice for Integrals
15676 \end_layout
15677
15678 \begin_layout Standard
15679 The letter 
15680 \emph on
15681 d
15682 \emph default
15683  in an integral is an operator, that therefore has to be set upright.
15684  This is done by highlighting the 
15685 \emph on
15686 d
15687 \emph default
15688  and using the keyboard shortcut 
15689 \begin_inset Info
15690 type  "shortcut"
15691 arg   "font-roman"
15692 \end_inset
15693
15694
15695 \begin_inset Foot
15696 status collapsed
15697
15698 \begin_layout Plain Layout
15699 Font styles
15700 \series bold
15701  
15702 \series default
15703 see 
15704 \begin_inset CommandInset ref
15705 LatexCommand ref
15706 reference "subsec:Font-Styles"
15707
15708 \end_inset
15709
15710
15711 \end_layout
15712
15713 \end_inset
15714
15715 .
15716  Finally the smallest space is inserted before the 
15717 \emph on
15718 d
15719 \emph default
15720 , as this is usual for operators.
15721  An example:
15722 \end_layout
15723
15724 \begin_layout Standard
15725 incorrect: 
15726 \begin_inset Formula $\int A(x)dx$
15727 \end_inset
15728
15729
15730 \begin_inset Newline newline
15731 \end_inset
15732
15733
15734 \begin_inset Phantom HPhantom
15735 status open
15736
15737 \begin_layout Plain Layout
15738 in
15739 \end_layout
15740
15741 \end_inset
15742
15743 correct: 
15744 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15745 \end_inset
15746
15747
15748 \end_layout
15749
15750 \begin_layout Standard
15751 For multiple integrals there are the following commands:
15752 \begin_inset VSpace medskip
15753 \end_inset
15754
15755
15756 \end_layout
15757
15758 \begin_layout Standard
15759 \begin_inset space \hfill{}
15760 \end_inset
15761
15762
15763 \begin_inset Tabular
15764 <lyxtabular version="3" rows="4" columns="2">
15765 <features booktabs="true" tabularvalignment="middle">
15766 <column alignment="center" valignment="top" width="0pt">
15767 <column alignment="center" valignment="top" width="0pt">
15768 <row>
15769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15770 \begin_inset Text
15771
15772 \begin_layout Plain Layout
15773 Command
15774 \end_layout
15775
15776 \end_inset
15777 </cell>
15778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15779 \begin_inset Text
15780
15781 \begin_layout Plain Layout
15782 Result
15783 \end_layout
15784
15785 \end_inset
15786 </cell>
15787 </row>
15788 <row bottomspace="1mm">
15789 <cell alignment="center" valignment="top" usebox="none">
15790 \begin_inset Text
15791
15792 \begin_layout Plain Layout
15793
15794 \backslash
15795 iint
15796 \end_layout
15797
15798 \end_inset
15799 </cell>
15800 <cell alignment="center" valignment="top" usebox="none">
15801 \begin_inset Text
15802
15803 \begin_layout Plain Layout
15804 \begin_inset Formula $\iint$
15805 \end_inset
15806
15807
15808 \end_layout
15809
15810 \end_inset
15811 </cell>
15812 </row>
15813 <row bottomspace="1mm">
15814 <cell alignment="center" valignment="top" usebox="none">
15815 \begin_inset Text
15816
15817 \begin_layout Plain Layout
15818
15819 \backslash
15820 oiint
15821 \end_layout
15822
15823 \end_inset
15824 </cell>
15825 <cell alignment="center" valignment="top" usebox="none">
15826 \begin_inset Text
15827
15828 \begin_layout Plain Layout
15829 \begin_inset Formula $\oiint$
15830 \end_inset
15831
15832
15833 \end_layout
15834
15835 \end_inset
15836 </cell>
15837 </row>
15838 <row bottomspace="1mm">
15839 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Plain Layout
15843
15844 \backslash
15845 sqiint
15846 \end_layout
15847
15848 \end_inset
15849 </cell>
15850 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15851 \begin_inset Text
15852
15853 \begin_layout Plain Layout
15854 \begin_inset Formula $\sqiint$
15855 \end_inset
15856
15857
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 </row>
15863 </lyxtabular>
15864
15865 \end_inset
15866
15867
15868 \begin_inset space \hfill{}
15869 \end_inset
15870
15871
15872 \begin_inset Tabular
15873 <lyxtabular version="3" rows="4" columns="2">
15874 <features booktabs="true" tabularvalignment="middle">
15875 <column alignment="center" valignment="top" width="0pt">
15876 <column alignment="center" valignment="top" width="0pt">
15877 <row>
15878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15879 \begin_inset Text
15880
15881 \begin_layout Plain Layout
15882 Command
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891 Result
15892 \end_layout
15893
15894 \end_inset
15895 </cell>
15896 </row>
15897 <row bottomspace="1mm">
15898 <cell alignment="center" valignment="top" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Plain Layout
15902
15903 \backslash
15904 iiint
15905 \end_layout
15906
15907 \end_inset
15908 </cell>
15909 <cell alignment="center" valignment="top" usebox="none">
15910 \begin_inset Text
15911
15912 \begin_layout Plain Layout
15913 \begin_inset Formula $\iiint$
15914 \end_inset
15915
15916
15917 \end_layout
15918
15919 \end_inset
15920 </cell>
15921 </row>
15922 <row bottomspace="1mm">
15923 <cell alignment="center" valignment="top" usebox="none">
15924 \begin_inset Text
15925
15926 \begin_layout Plain Layout
15927
15928 \backslash
15929 iiiint
15930 \end_layout
15931
15932 \end_inset
15933 </cell>
15934 <cell alignment="center" valignment="top" usebox="none">
15935 \begin_inset Text
15936
15937 \begin_layout Plain Layout
15938 \begin_inset Formula $\iiiint$
15939 \end_inset
15940
15941
15942 \end_layout
15943
15944 \end_inset
15945 </cell>
15946 </row>
15947 <row bottomspace="1mm">
15948 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15949 \begin_inset Text
15950
15951 \begin_layout Plain Layout
15952
15953 \backslash
15954 dotsint
15955 \end_layout
15956
15957 \end_inset
15958 </cell>
15959 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15960 \begin_inset Text
15961
15962 \begin_layout Plain Layout
15963 \begin_inset Formula $\dotsint$
15964 \end_inset
15965
15966
15967 \end_layout
15968
15969 \end_inset
15970 </cell>
15971 </row>
15972 </lyxtabular>
15973
15974 \end_inset
15975
15976
15977 \begin_inset space \hfill{}
15978 \end_inset
15979
15980
15981 \end_layout
15982
15983 \begin_layout Subsection
15984 Operator Limits
15985 \begin_inset CommandInset label
15986 LatexCommand label
15987 name "subsec:Operator-Limits"
15988
15989 \end_inset
15990
15991
15992 \begin_inset Index idx
15993 status collapsed
15994
15995 \begin_layout Plain Layout
15996 Operators ! Limits
15997 \end_layout
15998
15999 \end_inset
16000
16001
16002 \end_layout
16003
16004 \begin_layout Standard
16005 Limits are created by super- and subscripts:
16006 \begin_inset Separator parbreak
16007 \end_inset
16008
16009
16010 \end_layout
16011
16012 \begin_layout Standard
16013 \align center
16014 \begin_inset Tabular
16015 <lyxtabular version="3" rows="2" columns="2">
16016 <features booktabs="true" tabularvalignment="middle">
16017 <column alignment="center" valignment="top" width="0pt">
16018 <column alignment="center" valignment="top" width="0pt">
16019 <row>
16020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16021 \begin_inset Text
16022
16023 \begin_layout Plain Layout
16024 Command
16025 \end_layout
16026
16027 \end_inset
16028 </cell>
16029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16030 \begin_inset Text
16031
16032 \begin_layout Plain Layout
16033 Result
16034 \end_layout
16035
16036 \end_inset
16037 </cell>
16038 </row>
16039 <row>
16040 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16041 \begin_inset Text
16042
16043 \begin_layout Plain Layout
16044
16045 \backslash
16046 prod^
16047 \backslash
16048 infty
16049 \begin_inset space \textvisiblespace{}
16050 \end_inset
16051
16052
16053 \begin_inset Formula $\to$
16054 \end_inset
16055
16056 _0
16057 \begin_inset Formula $\to$
16058 \end_inset
16059
16060 A(x)
16061 \end_layout
16062
16063 \end_inset
16064 </cell>
16065 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16066 \begin_inset Text
16067
16068 \begin_layout Plain Layout
16069 \begin_inset Formula $\prod_{0}^{\infty}A(x)$
16070 \end_inset
16071
16072
16073 \end_layout
16074
16075 \end_inset
16076 </cell>
16077 </row>
16078 </lyxtabular>
16079
16080 \end_inset
16081
16082
16083 \end_layout
16084
16085 \begin_layout Standard
16086 Limits of inline formulas are set right beside the operator.
16087  Limits in displayed formulas are set above or below the operator, except
16088  for integral limits.
16089 \end_layout
16090
16091 \begin_layout Standard
16092 To force that the limits are set beside the operator, the cursor is set
16093  directly behind the operator and the limits type is changed with the menu
16094  
16095 \family sans
16096 Edit\SpecialChar menuseparator
16097 Math\SpecialChar menuseparator
16098 Change Limits Type
16099 \family default
16100  to 
16101 \family sans
16102 \series bold
16103 Inline
16104 \family default
16105 \series default
16106  (shortcut 
16107 \begin_inset Info
16108 type  "shortcut"
16109 arg   "math-limits"
16110 \end_inset
16111
16112 ).
16113  An example:
16114 \end_layout
16115
16116 \begin_layout Standard
16117 The default limits type is this:
16118 \begin_inset Formula 
16119 \[
16120 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16121 \]
16122
16123 \end_inset
16124
16125 This is how it looks when the limits type was changed to 
16126 \family sans
16127 \series bold
16128 Inline
16129 \family default
16130 \series default
16131 :
16132 \begin_inset Formula 
16133 \[
16134 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16135 \]
16136
16137 \end_inset
16138
16139 For integrals, except those ending with 
16140 \series bold
16141 op
16142 \series default
16143  like 
16144 \series bold
16145
16146 \backslash
16147 intop
16148 \series default
16149
16150 \series bold
16151
16152 \backslash
16153 ointop
16154 \series default
16155  etc., the limits are by default set beside the operator.
16156  But for multiple integrals the limits are often set below the operator.
16157  In the following example the limits type was therefore set to 
16158 \series bold
16159 Display
16160 \series default
16161  and so set below the integrals:
16162 \begin_inset Formula 
16163 \begin{equation}
16164 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16165 \end{equation}
16166
16167 \end_inset
16168
16169
16170 \end_layout
16171
16172 \begin_layout Standard
16173 \begin_inset VSpace medskip
16174 \end_inset
16175
16176 To specify conditions for limits, the commands 
16177 \series bold
16178
16179 \backslash
16180 subarray
16181 \series default
16182
16183 \begin_inset Index idx
16184 status collapsed
16185
16186 \begin_layout Plain Layout
16187 Commands ! S ! 
16188 \backslash
16189 subarray
16190 \end_layout
16191
16192 \end_inset
16193
16194  and 
16195 \series bold
16196
16197 \backslash
16198 substack
16199 \series default
16200
16201 \begin_inset Index idx
16202 status collapsed
16203
16204 \begin_layout Plain Layout
16205 Commands ! S ! 
16206 \backslash
16207 substack
16208 \end_layout
16209
16210 \end_inset
16211
16212  are used.
16213  To create for example this expression 
16214 \begin_inset Formula 
16215 \begin{equation}
16216 \sum_{\begin{subarray}{c}
16217 0<k<1000\\
16218 \\
16219 k\,\in\,\mathbb{N}
16220 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16221 \end{equation}
16222
16223 \end_inset
16224
16225
16226 \end_layout
16227
16228 \begin_layout Standard
16229 the following has to be done:
16230 \begin_inset Newline newline
16231 \end_inset
16232
16233 First the command 
16234 \series bold
16235
16236 \backslash
16237 sum
16238 \series default
16239 ^
16240 \series bold
16241 n
16242 \begin_inset space \textvisiblespace{}
16243 \end_inset
16244
16245 _
16246 \series default
16247  is typed in.
16248  One is now in a blue box under the summation operator and insert there
16249  the command 
16250 \series bold
16251
16252 \backslash
16253 subarray
16254 \begin_inset space \textvisiblespace{}
16255 \end_inset
16256
16257
16258 \series default
16259 .
16260  The blue box is now within a purple box and now several lines can be written
16261  among each other.
16262  A new line is created by inserting a line break (
16263 \begin_inset Info
16264 type  "shortcut"
16265 arg   "newline-insert newline"
16266 \end_inset
16267
16268 ).
16269  When now
16270 \begin_inset Newline newline
16271 \end_inset
16272
16273
16274 \series bold
16275 0<k<1000 Ctrl+Return
16276 \begin_inset Newline newline
16277 \end_inset
16278
16279
16280 \series default
16281 is typed in, a new box appears below for the new line.
16282 \end_layout
16283
16284 \begin_layout Standard
16285 The alignment of the lines can be changed to left aligned with the 
16286 \family sans
16287 table
16288 \family default
16289  
16290 \family sans
16291 toolbar
16292 \family default
16293  or the menu 
16294 \family sans
16295 Edit\SpecialChar menuseparator
16296 Rows &Columns
16297 \family default
16298 .
16299  To get right alignment, 
16300 \series bold
16301
16302 \backslash
16303 hfill
16304 \begin_inset space \textvisiblespace{}
16305 \end_inset
16306
16307
16308 \series default
16309  is inserted at the beginning of the line.
16310 \end_layout
16311
16312 \begin_layout Standard
16313 The command 
16314 \series bold
16315
16316 \backslash
16317 substack
16318 \series default
16319  is equivalent to 
16320 \series bold
16321
16322 \backslash
16323 subarray
16324 \series default
16325  with the difference that the lines are always centered.
16326 \end_layout
16327
16328 \begin_layout Standard
16329 \begin_inset VSpace bigskip
16330 \end_inset
16331
16332 Like in formula 
16333 \begin_inset CommandInset ref
16334 LatexCommand eqref
16335 reference "eq:substack"
16336
16337 \end_inset
16338
16339  there can be too much space beside an operator, because the characters
16340  following the operator are set beside the limits.
16341  To avoid this the command 
16342 \series bold
16343
16344 \backslash
16345 smashoperator
16346 \series default
16347
16348 \begin_inset Index idx
16349 status collapsed
16350
16351 \begin_layout Plain Layout
16352 Commands ! S ! 
16353 \backslash
16354 smashoperator
16355 \end_layout
16356
16357 \end_inset
16358
16359  can be used.
16360  To activate it, set in the document settings under 
16361 \family sans
16362 Math
16363 \begin_inset space ~
16364 \end_inset
16365
16366 Options
16367 \family default
16368  for the package 
16369 \series bold
16370 mathtools
16371 \series default
16372
16373 \begin_inset Index idx
16374 status collapsed
16375
16376 \begin_layout Plain Layout
16377 Packages ! mathtools
16378 \end_layout
16379
16380 \end_inset
16381
16382  the option 
16383 \family sans
16384 Load
16385 \begin_inset space ~
16386 \end_inset
16387
16388 always
16389 \family default
16390 .
16391  
16392 \series bold
16393
16394 \backslash
16395 smashoperator
16396 \series default
16397  sets the space besides the operator to 0
16398 \begin_inset space \thinspace{}
16399 \end_inset
16400
16401 pt.
16402 \begin_inset Newline newline
16403 \end_inset
16404
16405 Applied on formula 
16406 \begin_inset CommandInset ref
16407 LatexCommand eqref
16408 reference "eq:substack"
16409
16410 \end_inset
16411
16412 , one uses the command
16413 \end_layout
16414
16415 \begin_layout Standard
16416
16417 \series bold
16418
16419 \backslash
16420 smashoperator{
16421 \end_layout
16422
16423 \begin_layout Standard
16424 and inserts the operator with its limits into the braces.
16425  Behind the brace one continues the formula:
16426 \begin_inset Formula 
16427 \[
16428 \smashoperator{\sum_{\begin{subarray}{c}
16429 0<k<1000\\
16430 \\
16431 k\,\in\,\mathbb{N}
16432 \end{subarray}}^{n}}k^{-2}
16433 \]
16434
16435 \end_inset
16436
16437
16438 \end_layout
16439
16440 \begin_layout Standard
16441 It is possible to set the space of only one side of the operator to 0
16442 \begin_inset space \thinspace{}
16443 \end_inset
16444
16445 pt.
16446  To do this write either 
16447 \series bold
16448 [l]
16449 \series default
16450  or 
16451 \series bold
16452 [r]
16453 \series default
16454  between 
16455 \series bold
16456
16457 \backslash
16458 smashoperator
16459 \series default
16460  and its brace.
16461  
16462 \series bold
16463 l
16464 \series default
16465  stands for the left and 
16466 \series bold
16467 r
16468 \series default
16469  for the right side of the operator.
16470  Here is an example of the possible 
16471 \series bold
16472
16473 \backslash
16474 smashoperator
16475 \series default
16476  forms:
16477 \end_layout
16478
16479 \begin_layout Standard
16480 \begin_inset Formula 
16481 \[
16482 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}
16483 \]
16484
16485 \end_inset
16486
16487
16488 \end_layout
16489
16490 \begin_layout Standard
16491 \begin_inset VSpace bigskip
16492 \end_inset
16493
16494
16495 \end_layout
16496
16497 \begin_layout Standard
16498 When several consecutive operators have limits the typesetting of the limits
16499  looks often imperfect in the output, see this example:
16500 \begin_inset Formula 
16501 \[
16502 \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}
16503 \]
16504
16505 \end_inset
16506
16507 To improve the typesetting set in the document settings under 
16508 \family sans
16509 Math
16510 \begin_inset space ~
16511 \end_inset
16512
16513 Options
16514 \family default
16515  for the package 
16516 \series bold
16517 mathtools
16518 \series default
16519
16520 \begin_inset Index idx
16521 status collapsed
16522
16523 \begin_layout Plain Layout
16524 Packages ! mathtools
16525 \end_layout
16526
16527 \end_inset
16528
16529  the option 
16530 \family sans
16531 Load
16532 \begin_inset space ~
16533 \end_inset
16534
16535 always
16536 \family default
16537 .
16538  Then insert into your formula the command 
16539 \series bold
16540
16541 \backslash
16542 adjustlimits
16543 \series default
16544
16545 \begin_inset Index idx
16546 status collapsed
16547
16548 \begin_layout Plain Layout
16549 Commands ! A ! 
16550 \backslash
16551 adjustlimits
16552 \end_layout
16553
16554 \end_inset
16555
16556  directly before the first operator.
16557  The example will then look like this:
16558 \begin_inset Formula 
16559 \[
16560 \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}
16561 \]
16562
16563 \end_inset
16564
16565
16566 \end_layout
16567
16568 \begin_layout Standard
16569 \begin_inset VSpace bigskip
16570 \end_inset
16571
16572 How to use one limit for several operators is described in 
16573 \begin_inset CommandInset ref
16574 LatexCommand ref
16575 reference "subsec:Self-defined-Operators"
16576
16577 \end_inset
16578
16579 .
16580 \end_layout
16581
16582 \begin_layout Subsection
16583 Decoration for Operators
16584 \begin_inset Index idx
16585 status collapsed
16586
16587 \begin_layout Plain Layout
16588 Operators ! Decoration
16589 \end_layout
16590
16591 \end_inset
16592
16593
16594 \end_layout
16595
16596 \begin_layout Standard
16597 With the commands 
16598 \series bold
16599
16600 \backslash
16601 overset
16602 \series default
16603
16604 \begin_inset Index idx
16605 status collapsed
16606
16607 \begin_layout Plain Layout
16608 Commands ! O ! 
16609 \backslash
16610 overset
16611 \end_layout
16612
16613 \end_inset
16614
16615  and 
16616 \series bold
16617
16618 \backslash
16619 underset
16620 \series default
16621
16622 \begin_inset Index idx
16623 status collapsed
16624
16625 \begin_layout Plain Layout
16626 Commands ! U ! 
16627 \backslash
16628 underset
16629 \end_layout
16630
16631 \end_inset
16632
16633  characters can be placed above or below an operator, respectively.
16634  With the command 
16635 \series bold
16636
16637 \backslash
16638 sideset
16639 \series default
16640
16641 \begin_inset Index idx
16642 status collapsed
16643
16644 \begin_layout Plain Layout
16645 Commands ! S ! 
16646 \backslash
16647 sideset
16648 \end_layout
16649
16650 \end_inset
16651
16652  characters can be set before and behind a big operator.
16653 \end_layout
16654
16655 \begin_layout Standard
16656 There are 4
16657 \begin_inset space ~
16658 \end_inset
16659
16660 variants of 
16661 \series bold
16662
16663 \backslash
16664 sideset
16665 \series default
16666 :
16667 \end_layout
16668
16669 \begin_layout Itemize
16670
16671 \series bold
16672
16673 \backslash
16674 sideset
16675 \series default
16676  is used to set characters at the corners of the operator
16677 \end_layout
16678
16679 \begin_layout Itemize
16680
16681 \series bold
16682
16683 \backslash
16684 sidesetn
16685 \series default
16686  is used to set characters before and/or behind the operator (this variant
16687  represents \SpecialChar LaTeX
16688 's original 
16689 \series bold
16690
16691 \backslash
16692 sideset
16693 \series default
16694  command)
16695 \end_layout
16696
16697 \begin_layout Itemize
16698
16699 \series bold
16700
16701 \backslash
16702 sidesetl
16703 \series default
16704  is used to set characters at the left corners and/or behind the operator
16705 \end_layout
16706
16707 \begin_layout Itemize
16708
16709 \series bold
16710
16711 \backslash
16712 sidesetr
16713 \series default
16714  is used to set characters at the right corners and/or before the operator
16715 \end_layout
16716
16717 \begin_layout Standard
16718 For example the command 
16719 \series bold
16720
16721 \backslash
16722 sidesetn
16723 \begin_inset space \textvisiblespace{}
16724 \end_inset
16725
16726
16727 \backslash
16728 sum
16729 \begin_inset space \textvisiblespace{}
16730 \end_inset
16731
16732
16733 \begin_inset Formula $\to$
16734 \end_inset
16735
16736 '
16737 \begin_inset Formula $\to$
16738 \end_inset
16739
16740 _k=1
16741 \begin_inset space \textvisiblespace{}
16742 \end_inset
16743
16744
16745 \series default
16746 ^
16747 \series bold
16748 n
16749 \series default
16750  produces:
16751 \begin_inset Formula 
16752 \[
16753 \sideset{}{'}\sum_{k=1}^{n}
16754 \]
16755
16756 \end_inset
16757
16758
16759 \end_layout
16760
16761 \begin_layout Standard
16762 \begin_inset Note Greyedout
16763 status open
16764
16765 \begin_layout Plain Layout
16766
16767 \series bold
16768 Note: 
16769 \backslash
16770 sideset
16771 \series default
16772  can only be used to decorate big operators, binary operators are not allowed.
16773 \end_layout
16774
16775 \end_inset
16776
16777
16778 \end_layout
16779
16780 \begin_layout Standard
16781
16782 \series bold
16783
16784 \backslash
16785 overset
16786 \series default
16787  and 
16788 \series bold
16789
16790 \backslash
16791 underset
16792 \series default
16793  can also be used to decorate symbols and characters.
16794  For example, the command 
16795 \series bold
16796
16797 \backslash
16798 overset
16799 \begin_inset space \textvisiblespace{}
16800 \end_inset
16801
16802
16803 \backslash
16804 maltese
16805 \begin_inset space \textvisiblespace{}
16806 \end_inset
16807
16808
16809 \series default
16810
16811 \begin_inset Formula $\uparrow$
16812 \end_inset
16813
16814
16815 \series bold
16816 a
16817 \series default
16818  produces:
16819 \begin_inset Formula 
16820 \[
16821 \overset{a}{\maltese}
16822 \]
16823
16824 \end_inset
16825
16826
16827 \end_layout
16828
16829 \begin_layout Subsection
16830 Binary Operators
16831 \begin_inset CommandInset label
16832 LatexCommand label
16833 name "subsec:Binary-Operators"
16834
16835 \end_inset
16836
16837
16838 \begin_inset Index idx
16839 status collapsed
16840
16841 \begin_layout Plain Layout
16842 Operators ! binary
16843 \end_layout
16844
16845 \end_inset
16846
16847
16848 \end_layout
16849
16850 \begin_layout Standard
16851 Binary operators are surrounded by space when there is a character before
16852  and after them.
16853 \begin_inset VSpace medskip
16854 \end_inset
16855
16856
16857 \end_layout
16858
16859 \begin_layout Standard
16860 \begin_inset Tabular
16861 <lyxtabular version="3" rows="13" columns="2">
16862 <features booktabs="true" tabularvalignment="middle">
16863 <column alignment="center" valignment="top" width="0pt">
16864 <column alignment="center" valignment="top" width="0pt">
16865 <row>
16866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Plain Layout
16870 Command
16871 \begin_inset Note Note
16872 status collapsed
16873
16874 \begin_layout Plain Layout
16875
16876 \series bold
16877
16878 \backslash
16879 raisebox
16880 \series default
16881  is only used as spacer.
16882 \end_layout
16883
16884 \end_inset
16885
16886
16887 \end_layout
16888
16889 \end_inset
16890 </cell>
16891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16892 \begin_inset Text
16893
16894 \begin_layout Plain Layout
16895 Result
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 </row>
16901 <row>
16902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16903 \begin_inset Text
16904
16905 \begin_layout Plain Layout
16906 +
16907 \end_layout
16908
16909 \end_inset
16910 </cell>
16911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16912 \begin_inset Text
16913
16914 \begin_layout Plain Layout
16915 \begin_inset Formula $+$
16916 \end_inset
16917
16918
16919 \end_layout
16920
16921 \end_inset
16922 </cell>
16923 </row>
16924 <row>
16925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16926 \begin_inset Text
16927
16928 \begin_layout Plain Layout
16929 -
16930 \end_layout
16931
16932 \end_inset
16933 </cell>
16934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16935 \begin_inset Text
16936
16937 \begin_layout Plain Layout
16938 \begin_inset Formula $-$
16939 \end_inset
16940
16941
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 </row>
16947 <row>
16948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16949 \begin_inset Text
16950
16951 \begin_layout Plain Layout
16952
16953 \backslash
16954 pm
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16960 \begin_inset Text
16961
16962 \begin_layout Plain Layout
16963 \begin_inset Formula $\pm$
16964 \end_inset
16965
16966
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 </row>
16972 <row>
16973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977
16978 \backslash
16979 mp
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16985 \begin_inset Text
16986
16987 \begin_layout Plain Layout
16988 \begin_inset Formula $\mp$
16989 \end_inset
16990
16991
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 </row>
16997 <row>
16998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16999 \begin_inset Text
17000
17001 \begin_layout Plain Layout
17002
17003 \backslash
17004 cdot
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17010 \begin_inset Text
17011
17012 \begin_layout Plain Layout
17013 \begin_inset Formula $\cdot$
17014 \end_inset
17015
17016
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 </row>
17022 <row>
17023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17024 \begin_inset Text
17025
17026 \begin_layout Plain Layout
17027
17028 \backslash
17029 times
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17035 \begin_inset Text
17036
17037 \begin_layout Plain Layout
17038 \begin_inset Formula $\times$
17039 \end_inset
17040
17041
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 </row>
17047 <row>
17048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17049 \begin_inset Text
17050
17051 \begin_layout Plain Layout
17052
17053 \backslash
17054 div
17055 \end_layout
17056
17057 \end_inset
17058 </cell>
17059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17060 \begin_inset Text
17061
17062 \begin_layout Plain Layout
17063 \begin_inset Formula $\div$
17064 \end_inset
17065
17066
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 </row>
17072 <row>
17073 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17074 \begin_inset Text
17075
17076 \begin_layout Plain Layout
17077 \begin_inset ERT
17078 status collapsed
17079
17080 \begin_layout Plain Layout
17081
17082
17083 \backslash
17084 raisebox{-1.2mm}{
17085 \end_layout
17086
17087 \end_inset
17088
17089 *
17090 \begin_inset ERT
17091 status collapsed
17092
17093 \begin_layout Plain Layout
17094
17095 }
17096 \end_layout
17097
17098 \end_inset
17099
17100
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109 \begin_inset Formula $*$
17110 \end_inset
17111
17112
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 star
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 $\star$
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 circ
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 $\circ$
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 diamond
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 $\diamond$
17185 \end_inset
17186
17187
17188 \end_layout
17189
17190 \end_inset
17191 </cell>
17192 </row>
17193 <row>
17194 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17195 \begin_inset Text
17196
17197 \begin_layout Plain Layout
17198
17199 \backslash
17200 bullet
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17206 \begin_inset Text
17207
17208 \begin_layout Plain Layout
17209 \begin_inset Formula $\bullet$
17210 \end_inset
17211
17212
17213 \end_layout
17214
17215 \end_inset
17216 </cell>
17217 </row>
17218 </lyxtabular>
17219
17220 \end_inset
17221
17222
17223 \begin_inset space \hfill{}
17224 \end_inset
17225
17226
17227 \begin_inset Tabular
17228 <lyxtabular version="3" rows="13" columns="2">
17229 <features booktabs="true" tabularvalignment="middle">
17230 <column alignment="center" valignment="top" width="0pt">
17231 <column alignment="center" valignment="top" width="0pt">
17232 <row>
17233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17234 \begin_inset Text
17235
17236 \begin_layout Plain Layout
17237 Command
17238 \end_layout
17239
17240 \end_inset
17241 </cell>
17242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17243 \begin_inset Text
17244
17245 \begin_layout Plain Layout
17246 Result
17247 \end_layout
17248
17249 \end_inset
17250 </cell>
17251 </row>
17252 <row>
17253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17254 \begin_inset Text
17255
17256 \begin_layout Plain Layout
17257
17258 \backslash
17259 nabla
17260 \end_layout
17261
17262 \end_inset
17263 </cell>
17264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17265 \begin_inset Text
17266
17267 \begin_layout Plain Layout
17268 \begin_inset Formula $\nabla$
17269 \end_inset
17270
17271
17272 \end_layout
17273
17274 \end_inset
17275 </cell>
17276 </row>
17277 <row>
17278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17279 \begin_inset Text
17280
17281 \begin_layout Plain Layout
17282
17283 \backslash
17284 bigtriangledown
17285 \end_layout
17286
17287 \end_inset
17288 </cell>
17289 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17290 \begin_inset Text
17291
17292 \begin_layout Plain Layout
17293 \begin_inset Formula $\bigtriangledown$
17294 \end_inset
17295
17296
17297 \end_layout
17298
17299 \end_inset
17300 </cell>
17301 </row>
17302 <row>
17303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17304 \begin_inset Text
17305
17306 \begin_layout Plain Layout
17307
17308 \backslash
17309 bigtriangleup
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17315 \begin_inset Text
17316
17317 \begin_layout Plain Layout
17318 \begin_inset Formula $\bigtriangleup$
17319 \end_inset
17320
17321
17322 \end_layout
17323
17324 \end_inset
17325 </cell>
17326 </row>
17327 <row>
17328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17329 \begin_inset Text
17330
17331 \begin_layout Plain Layout
17332
17333 \backslash
17334 Box
17335 \end_layout
17336
17337 \end_inset
17338 </cell>
17339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17340 \begin_inset Text
17341
17342 \begin_layout Plain Layout
17343 \begin_inset Formula $\Box$
17344 \end_inset
17345
17346
17347 \end_layout
17348
17349 \end_inset
17350 </cell>
17351 </row>
17352 <row>
17353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17354 \begin_inset Text
17355
17356 \begin_layout Plain Layout
17357
17358 \backslash
17359 cap 
17360 \end_layout
17361
17362 \end_inset
17363 </cell>
17364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17365 \begin_inset Text
17366
17367 \begin_layout Plain Layout
17368 \begin_inset Formula $\cap$
17369 \end_inset
17370
17371
17372 \end_layout
17373
17374 \end_inset
17375 </cell>
17376 </row>
17377 <row>
17378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17379 \begin_inset Text
17380
17381 \begin_layout Plain Layout
17382
17383 \backslash
17384 cup
17385 \end_layout
17386
17387 \end_inset
17388 </cell>
17389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17390 \begin_inset Text
17391
17392 \begin_layout Plain Layout
17393 \begin_inset Formula $\cup$
17394 \end_inset
17395
17396
17397 \end_layout
17398
17399 \end_inset
17400 </cell>
17401 </row>
17402 <row>
17403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17404 \begin_inset Text
17405
17406 \begin_layout Plain Layout
17407
17408 \backslash
17409 dagger
17410 \end_layout
17411
17412 \end_inset
17413 </cell>
17414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17415 \begin_inset Text
17416
17417 \begin_layout Plain Layout
17418 \begin_inset Formula $\dagger$
17419 \end_inset
17420
17421
17422 \end_layout
17423
17424 \end_inset
17425 </cell>
17426 </row>
17427 <row>
17428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17429 \begin_inset Text
17430
17431 \begin_layout Plain Layout
17432
17433 \backslash
17434 ddagger
17435 \end_layout
17436
17437 \end_inset
17438 </cell>
17439 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17440 \begin_inset Text
17441
17442 \begin_layout Plain Layout
17443 \begin_inset Formula $\ddagger$
17444 \end_inset
17445
17446
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 wr
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 $\wr$
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 bigcirc
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 $\bigcirc$
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 wedge
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 $\wedge$
17519 \end_inset
17520
17521
17522 \end_layout
17523
17524 \end_inset
17525 </cell>
17526 </row>
17527 <row>
17528 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17529 \begin_inset Text
17530
17531 \begin_layout Plain Layout
17532
17533 \backslash
17534 vee
17535 \end_layout
17536
17537 \end_inset
17538 </cell>
17539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17540 \begin_inset Text
17541
17542 \begin_layout Plain Layout
17543 \begin_inset Formula $\vee$
17544 \end_inset
17545
17546
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 </row>
17552 </lyxtabular>
17553
17554 \end_inset
17555
17556
17557 \begin_inset space \hfill{}
17558 \end_inset
17559
17560
17561 \begin_inset Tabular
17562 <lyxtabular version="3" rows="13" columns="2">
17563 <features booktabs="true" tabularvalignment="middle">
17564 <column alignment="center" valignment="top" width="0pt">
17565 <column alignment="center" valignment="top" width="0pt">
17566 <row>
17567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17568 \begin_inset Text
17569
17570 \begin_layout Plain Layout
17571 Command
17572 \end_layout
17573
17574 \end_inset
17575 </cell>
17576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17577 \begin_inset Text
17578
17579 \begin_layout Plain Layout
17580 Result
17581 \end_layout
17582
17583 \end_inset
17584 </cell>
17585 </row>
17586 <row>
17587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17588 \begin_inset Text
17589
17590 \begin_layout Plain Layout
17591
17592 \backslash
17593 oplus
17594 \end_layout
17595
17596 \end_inset
17597 </cell>
17598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17599 \begin_inset Text
17600
17601 \begin_layout Plain Layout
17602 \begin_inset Formula $\oplus$
17603 \end_inset
17604
17605
17606 \end_layout
17607
17608 \end_inset
17609 </cell>
17610 </row>
17611 <row>
17612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17613 \begin_inset Text
17614
17615 \begin_layout Plain Layout
17616
17617 \backslash
17618 ominus
17619 \end_layout
17620
17621 \end_inset
17622 </cell>
17623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17624 \begin_inset Text
17625
17626 \begin_layout Plain Layout
17627 \begin_inset Formula $\ominus$
17628 \end_inset
17629
17630
17631 \end_layout
17632
17633 \end_inset
17634 </cell>
17635 </row>
17636 <row>
17637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17638 \begin_inset Text
17639
17640 \begin_layout Plain Layout
17641
17642 \backslash
17643 otimes
17644 \end_layout
17645
17646 \end_inset
17647 </cell>
17648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17649 \begin_inset Text
17650
17651 \begin_layout Plain Layout
17652 \begin_inset Formula $\otimes$
17653 \end_inset
17654
17655
17656 \end_layout
17657
17658 \end_inset
17659 </cell>
17660 </row>
17661 <row>
17662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17663 \begin_inset Text
17664
17665 \begin_layout Plain Layout
17666
17667 \backslash
17668 oslash
17669 \end_layout
17670
17671 \end_inset
17672 </cell>
17673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17674 \begin_inset Text
17675
17676 \begin_layout Plain Layout
17677 \begin_inset Formula $\oslash$
17678 \end_inset
17679
17680
17681 \end_layout
17682
17683 \end_inset
17684 </cell>
17685 </row>
17686 <row>
17687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17688 \begin_inset Text
17689
17690 \begin_layout Plain Layout
17691
17692 \backslash
17693 odot
17694 \end_layout
17695
17696 \end_inset
17697 </cell>
17698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17699 \begin_inset Text
17700
17701 \begin_layout Plain Layout
17702 \begin_inset Formula $\odot$
17703 \end_inset
17704
17705
17706 \end_layout
17707
17708 \end_inset
17709 </cell>
17710 </row>
17711 <row>
17712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17713 \begin_inset Text
17714
17715 \begin_layout Plain Layout
17716
17717 \backslash
17718 amalg
17719 \end_layout
17720
17721 \end_inset
17722 </cell>
17723 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17724 \begin_inset Text
17725
17726 \begin_layout Plain Layout
17727 \begin_inset Formula $\amalg$
17728 \end_inset
17729
17730
17731 \end_layout
17732
17733 \end_inset
17734 </cell>
17735 </row>
17736 <row>
17737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17738 \begin_inset Text
17739
17740 \begin_layout Plain Layout
17741
17742 \backslash
17743 uplus
17744 \end_layout
17745
17746 \end_inset
17747 </cell>
17748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17749 \begin_inset Text
17750
17751 \begin_layout Plain Layout
17752 \begin_inset Formula $\uplus$
17753 \end_inset
17754
17755
17756 \end_layout
17757
17758 \end_inset
17759 </cell>
17760 </row>
17761 <row>
17762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17763 \begin_inset Text
17764
17765 \begin_layout Plain Layout
17766
17767 \backslash
17768 setminus
17769 \end_layout
17770
17771 \end_inset
17772 </cell>
17773 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17774 \begin_inset Text
17775
17776 \begin_layout Plain Layout
17777 \begin_inset Formula $\setminus$
17778 \end_inset
17779
17780
17781 \end_layout
17782
17783 \end_inset
17784 </cell>
17785 </row>
17786 <row>
17787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17788 \begin_inset Text
17789
17790 \begin_layout Plain Layout
17791
17792 \backslash
17793 sqcap
17794 \end_layout
17795
17796 \end_inset
17797 </cell>
17798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17799 \begin_inset Text
17800
17801 \begin_layout Plain Layout
17802 \begin_inset Formula $\sqcap$
17803 \end_inset
17804
17805
17806 \end_layout
17807
17808 \end_inset
17809 </cell>
17810 </row>
17811 <row>
17812 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17813 \begin_inset Text
17814
17815 \begin_layout Plain Layout
17816
17817 \backslash
17818 sqcup
17819 \end_layout
17820
17821 \end_inset
17822 </cell>
17823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17824 \begin_inset Text
17825
17826 \begin_layout Plain Layout
17827 \begin_inset Formula $\sqcup$
17828 \end_inset
17829
17830
17831 \end_layout
17832
17833 \end_inset
17834 </cell>
17835 </row>
17836 <row>
17837 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17838 \begin_inset Text
17839
17840 \begin_layout Plain Layout
17841
17842 \backslash
17843 triangleleft
17844 \end_layout
17845
17846 \end_inset
17847 </cell>
17848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17849 \begin_inset Text
17850
17851 \begin_layout Plain Layout
17852 \begin_inset Formula $\triangleleft$
17853 \end_inset
17854
17855
17856 \end_layout
17857
17858 \end_inset
17859 </cell>
17860 </row>
17861 <row>
17862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17863 \begin_inset Text
17864
17865 \begin_layout Plain Layout
17866
17867 \backslash
17868 triangleright
17869 \end_layout
17870
17871 \end_inset
17872 </cell>
17873 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17874 \begin_inset Text
17875
17876 \begin_layout Plain Layout
17877 \begin_inset Formula $\triangleright$
17878 \end_inset
17879
17880
17881 \end_layout
17882
17883 \end_inset
17884 </cell>
17885 </row>
17886 </lyxtabular>
17887
17888 \end_inset
17889
17890
17891 \end_layout
17892
17893 \begin_layout Standard
17894 All binary operators can also be inserted via the math toolbar button 
17895 \begin_inset Info
17896 type  "icon"
17897 arg   "math-insert \\pm"
17898 \end_inset
17899
17900 .
17901 \end_layout
17902
17903 \begin_layout Standard
17904 To typeset the Laplace operator also 
17905 \series bold
17906
17907 \backslash
17908 Delta
17909 \series default
17910  or 
17911 \series bold
17912
17913 \backslash
17914 nabla
17915 \series default
17916 ^
17917 \series bold
17918 2
17919 \series default
17920  (
17921 \begin_inset Formula $\nabla^{2}$
17922 \end_inset
17923
17924 ) can be used instead of 
17925 \series bold
17926
17927 \backslash
17928 bigtriangleup
17929 \series default
17930  .
17931 \end_layout
17932
17933 \begin_layout Standard
17934 The character 
17935 \family sans
17936 Menu Separator
17937 \family default
17938  from the menu 
17939 \family sans
17940 Insert\SpecialChar menuseparator
17941 Special Character
17942 \family default
17943  is the operator 
17944 \series bold
17945
17946 \backslash
17947 triangleright
17948 \series default
17949 .
17950 \end_layout
17951
17952 \begin_layout Subsection
17953 Self-defined Operators
17954 \begin_inset CommandInset label
17955 LatexCommand label
17956 name "subsec:Self-defined-Operators"
17957
17958 \end_inset
17959
17960
17961 \begin_inset Index idx
17962 status collapsed
17963
17964 \begin_layout Plain Layout
17965 Operators ! self-defined
17966 \end_layout
17967
17968 \end_inset
17969
17970
17971 \end_layout
17972
17973 \begin_layout Standard
17974 With the help of the command 
17975 \series bold
17976
17977 \backslash
17978 DeclareMathOperator
17979 \series default
17980
17981 \begin_inset Index idx
17982 status collapsed
17983
17984 \begin_layout Plain Layout
17985 Commands ! D ! 
17986 \backslash
17987 dbinom@
17988 \backslash
17989 DeclareMathOperator
17990 \end_layout
17991
17992 \end_inset
17993
17994  custom operators can be defined in the \SpecialChar LaTeX
17995 -preamble.
17996  Its command scheme is:
17997 \end_layout
17998
17999 \begin_layout Standard
18000
18001 \series bold
18002
18003 \backslash
18004 DeclareMathOperator{new command}{display}
18005 \end_layout
18006
18007 \begin_layout Standard
18008 Display can be characters or symbols that define how the operator looks
18009  in the output.
18010  To define a big operator a * is set behind the command.
18011  All self-defined big operators can have limits as described in 
18012 \begin_inset CommandInset ref
18013 LatexCommand ref
18014 reference "subsec:Operator-Limits"
18015
18016 \end_inset
18017
18018 .
18019 \end_layout
18020
18021 \begin_layout Standard
18022 For example the \SpecialChar LaTeX
18023 -preamble line
18024 \end_layout
18025
18026 \begin_layout Standard
18027
18028 \series bold
18029
18030 \backslash
18031 DeclareMathOperator*{
18032 \backslash
18033 Lozenge}{
18034 \backslash
18035 blacklozenge}
18036 \end_layout
18037
18038 \begin_layout Standard
18039 defines the command 
18040 \series bold
18041
18042 \backslash
18043 Lozenge
18044 \series default
18045 , that inserts a big operator consisting of the lozenge symbol from 
18046 \begin_inset CommandInset ref
18047 LatexCommand ref
18048 reference "subsec:Miscellaneous-Symbols"
18049
18050 \end_inset
18051
18052 :
18053 \begin_inset Formula 
18054 \[
18055 \Lozenge_{n=1}^{\infty}
18056 \]
18057
18058 \end_inset
18059
18060 The command for this formula is: 
18061 \series bold
18062
18063 \backslash
18064 Lozenge
18065 \series default
18066 ^
18067 \series bold
18068
18069 \backslash
18070 infty
18071 \begin_inset Formula $\to$
18072 \end_inset
18073
18074 _n=1
18075 \end_layout
18076
18077 \begin_layout Standard
18078 \begin_inset VSpace bigskip
18079 \end_inset
18080
18081 When self-defined operators are not used several times in the document,
18082  they can also be defined with the commands 
18083 \series bold
18084
18085 \backslash
18086 mathop
18087 \series default
18088
18089 \begin_inset Index idx
18090 status collapsed
18091
18092 \begin_layout Plain Layout
18093 Commands ! M ! 
18094 \backslash
18095 mathop
18096 \end_layout
18097
18098 \end_inset
18099
18100  and 
18101 \series bold
18102
18103 \backslash
18104 mathbin
18105 \series default
18106
18107 \begin_inset Index idx
18108 status collapsed
18109
18110 \begin_layout Plain Layout
18111 Commands ! M ! 
18112 \backslash
18113 mathbin
18114 \end_layout
18115
18116 \end_inset
18117
18118 , which have the following scheme:
18119 \end_layout
18120
18121 \begin_layout Standard
18122
18123 \series bold
18124
18125 \backslash
18126 mathop{display}
18127 \series default
18128  and 
18129 \series bold
18130
18131 \backslash
18132 mathbin{display}
18133 \end_layout
18134
18135 \begin_layout Standard
18136
18137 \series bold
18138
18139 \backslash
18140 mathop
18141 \series default
18142  defines big operators, 
18143 \series bold
18144
18145 \backslash
18146 mathbin
18147 \series default
18148  binary operators.
18149 \end_layout
18150
18151 \begin_layout Standard
18152
18153 \series bold
18154
18155 \backslash
18156 mathop
18157 \series default
18158  can e.
18159 \begin_inset space \thinspace{}
18160 \end_inset
18161
18162 g.
18163 \begin_inset space \space{}
18164 \end_inset
18165
18166 be used to use one limit for several operators:
18167 \end_layout
18168
18169 \begin_layout Standard
18170 \begin_inset Formula 
18171 \[
18172 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18173 \]
18174
18175 \end_inset
18176
18177
18178 \end_layout
18179
18180 \begin_layout Standard
18181 The command for the formula above is:
18182 \begin_inset Newline newline
18183 \end_inset
18184
18185
18186 \series bold
18187
18188 \backslash
18189 mathop{
18190 \backslash
18191 sum
18192 \backslash
18193 negmedspace
18194 \backslash
18195 sum
18196 \series default
18197
18198 \begin_inset space \textvisiblespace{}
18199 \end_inset
18200
18201
18202 \series bold
18203
18204 \begin_inset Formula $\to$
18205 \end_inset
18206
18207 ^N
18208 \series default
18209
18210 \begin_inset space \textvisiblespace{}
18211 \end_inset
18212
18213
18214 \series bold
18215 _i,j=1
18216 \end_layout
18217
18218 \begin_layout Section
18219 Fonts
18220 \begin_inset Index idx
18221 status collapsed
18222
18223 \begin_layout Plain Layout
18224 Fonts
18225 \end_layout
18226
18227 \end_inset
18228
18229
18230 \end_layout
18231
18232 \begin_layout Subsection
18233 Font Styles
18234 \begin_inset CommandInset label
18235 LatexCommand label
18236 name "subsec:Font-Styles"
18237
18238 \end_inset
18239
18240
18241 \begin_inset Index idx
18242 status collapsed
18243
18244 \begin_layout Plain Layout
18245 Font ! style
18246 \end_layout
18247
18248 \end_inset
18249
18250
18251 \end_layout
18252
18253 \begin_layout Standard
18254 Latin letters in formulas can be set in one of the following font styles:
18255 \end_layout
18256
18257 \begin_layout Standard
18258 \align center
18259 \begin_inset space \hfill{}
18260 \end_inset
18261
18262
18263 \begin_inset Tabular
18264 <lyxtabular version="3" rows="6" columns="2">
18265 <features booktabs="true" tabularvalignment="middle">
18266 <column alignment="center" valignment="top" width="0pt">
18267 <column alignment="center" valignment="top">
18268 <row>
18269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18270 \begin_inset Text
18271
18272 \begin_layout Plain Layout
18273 Command
18274 \end_layout
18275
18276 \end_inset
18277 </cell>
18278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18279 \begin_inset Text
18280
18281 \begin_layout Plain Layout
18282 Result
18283 \end_layout
18284
18285 \end_inset
18286 </cell>
18287 </row>
18288 <row>
18289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18290 \begin_inset Text
18291
18292 \begin_layout Plain Layout
18293
18294 \backslash
18295 mathbb
18296 \series bold
18297
18298 \begin_inset space \textvisiblespace{}
18299 \end_inset
18300
18301
18302 \series default
18303 ABC
18304 \end_layout
18305
18306 \end_inset
18307 </cell>
18308 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18309 \begin_inset Text
18310
18311 \begin_layout Plain Layout
18312 \begin_inset Formula $\mathbb{ABC}$
18313 \end_inset
18314
18315
18316 \end_layout
18317
18318 \end_inset
18319 </cell>
18320 </row>
18321 <row>
18322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18323 \begin_inset Text
18324
18325 \begin_layout Plain Layout
18326
18327 \backslash
18328 mathbf
18329 \series bold
18330
18331 \begin_inset space \textvisiblespace{}
18332 \end_inset
18333
18334
18335 \series default
18336 AbC
18337 \end_layout
18338
18339 \end_inset
18340 </cell>
18341 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18342 \begin_inset Text
18343
18344 \begin_layout Plain Layout
18345 \begin_inset Formula $\mathbf{AbC}$
18346 \end_inset
18347
18348
18349 \end_layout
18350
18351 \end_inset
18352 </cell>
18353 </row>
18354 <row>
18355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18356 \begin_inset Text
18357
18358 \begin_layout Plain Layout
18359
18360 \backslash
18361 boldsymbol
18362 \series bold
18363
18364 \begin_inset space \textvisiblespace{}
18365 \end_inset
18366
18367
18368 \series default
18369 AbC
18370 \end_layout
18371
18372 \end_inset
18373 </cell>
18374 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18375 \begin_inset Text
18376
18377 \begin_layout Plain Layout
18378 \begin_inset Formula $\boldsymbol{AbC}$
18379 \end_inset
18380
18381
18382 \end_layout
18383
18384 \end_inset
18385 </cell>
18386 </row>
18387 <row>
18388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18389 \begin_inset Text
18390
18391 \begin_layout Plain Layout
18392
18393 \backslash
18394 mathcal
18395 \series bold
18396
18397 \begin_inset space \textvisiblespace{}
18398 \end_inset
18399
18400
18401 \series default
18402 ABC
18403 \end_layout
18404
18405 \end_inset
18406 </cell>
18407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18408 \begin_inset Text
18409
18410 \begin_layout Plain Layout
18411 \begin_inset Formula $\mathcal{ABC}$
18412 \end_inset
18413
18414
18415 \end_layout
18416
18417 \end_inset
18418 </cell>
18419 </row>
18420 <row>
18421 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18422 \begin_inset Text
18423
18424 \begin_layout Plain Layout
18425
18426 \backslash
18427 mathfrak
18428 \series bold
18429
18430 \begin_inset space \textvisiblespace{}
18431 \end_inset
18432
18433
18434 \series default
18435 AbC
18436 \end_layout
18437
18438 \end_inset
18439 </cell>
18440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18441 \begin_inset Text
18442
18443 \begin_layout Plain Layout
18444 \begin_inset Formula $\mathfrak{AbC}$
18445 \end_inset
18446
18447
18448 \end_layout
18449
18450 \end_inset
18451 </cell>
18452 </row>
18453 </lyxtabular>
18454
18455 \end_inset
18456
18457
18458 \begin_inset space \hfill{}
18459 \end_inset
18460
18461
18462 \begin_inset Tabular
18463 <lyxtabular version="3" rows="6" columns="2">
18464 <features booktabs="true" tabularvalignment="middle">
18465 <column alignment="center" valignment="top" width="0pt">
18466 <column alignment="center" valignment="top">
18467 <row>
18468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18469 \begin_inset Text
18470
18471 \begin_layout Plain Layout
18472 Command
18473 \end_layout
18474
18475 \end_inset
18476 </cell>
18477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18478 \begin_inset Text
18479
18480 \begin_layout Plain Layout
18481 Result
18482 \end_layout
18483
18484 \end_inset
18485 </cell>
18486 </row>
18487 <row>
18488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18489 \begin_inset Text
18490
18491 \begin_layout Plain Layout
18492
18493 \backslash
18494 mathit
18495 \series bold
18496
18497 \begin_inset space \textvisiblespace{}
18498 \end_inset
18499
18500
18501 \series default
18502 AbC
18503 \end_layout
18504
18505 \end_inset
18506 </cell>
18507 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18508 \begin_inset Text
18509
18510 \begin_layout Plain Layout
18511 \begin_inset Formula $\mathit{AbC}$
18512 \end_inset
18513
18514
18515 \end_layout
18516
18517 \end_inset
18518 </cell>
18519 </row>
18520 <row>
18521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18522 \begin_inset Text
18523
18524 \begin_layout Plain Layout
18525
18526 \backslash
18527 mathrm
18528 \series bold
18529
18530 \begin_inset space \textvisiblespace{}
18531 \end_inset
18532
18533
18534 \series default
18535 AbC
18536 \end_layout
18537
18538 \end_inset
18539 </cell>
18540 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18541 \begin_inset Text
18542
18543 \begin_layout Plain Layout
18544 \begin_inset Formula $\mathrm{AbC}$
18545 \end_inset
18546
18547
18548 \end_layout
18549
18550 \end_inset
18551 </cell>
18552 </row>
18553 <row>
18554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18555 \begin_inset Text
18556
18557 \begin_layout Plain Layout
18558
18559 \backslash
18560 mathsf
18561 \series bold
18562
18563 \begin_inset space \textvisiblespace{}
18564 \end_inset
18565
18566
18567 \series default
18568 AbC
18569 \end_layout
18570
18571 \end_inset
18572 </cell>
18573 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18574 \begin_inset Text
18575
18576 \begin_layout Plain Layout
18577 \begin_inset Formula $\mathsf{AbC}$
18578 \end_inset
18579
18580
18581 \end_layout
18582
18583 \end_inset
18584 </cell>
18585 </row>
18586 <row>
18587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18588 \begin_inset Text
18589
18590 \begin_layout Plain Layout
18591
18592 \backslash
18593 mathtt
18594 \series bold
18595
18596 \begin_inset space \textvisiblespace{}
18597 \end_inset
18598
18599
18600 \series default
18601 AbC
18602 \end_layout
18603
18604 \end_inset
18605 </cell>
18606 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18607 \begin_inset Text
18608
18609 \begin_layout Plain Layout
18610 \begin_inset Formula $\mathtt{AbC}$
18611 \end_inset
18612
18613
18614 \end_layout
18615
18616 \end_inset
18617 </cell>
18618 </row>
18619 <row>
18620 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18621 \begin_inset Text
18622
18623 \begin_layout Plain Layout
18624
18625 \backslash
18626 mathscr
18627 \series bold
18628
18629 \begin_inset space \textvisiblespace{}
18630 \end_inset
18631
18632
18633 \series default
18634 ABC
18635 \end_layout
18636
18637 \end_inset
18638 </cell>
18639 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18640 \begin_inset Text
18641
18642 \begin_layout Plain Layout
18643 \begin_inset Formula $\mathscr{ABC}$
18644 \end_inset
18645
18646
18647 \end_layout
18648
18649 \end_inset
18650 </cell>
18651 </row>
18652 </lyxtabular>
18653
18654 \end_inset
18655
18656
18657 \begin_inset space \hfill{}
18658 \end_inset
18659
18660
18661 \end_layout
18662
18663 \begin_layout Standard
18664 \begin_inset Note Greyedout
18665 status open
18666
18667 \begin_layout Plain Layout
18668
18669 \series bold
18670 Note:
18671 \series default
18672  The styles 
18673 \series bold
18674
18675 \backslash
18676 mathbb
18677 \series default
18678
18679 \series bold
18680
18681 \backslash
18682 mathcal
18683 \series default
18684  and 
18685 \series bold
18686
18687 \backslash
18688 mathscr
18689 \series default
18690  can only be used for big letters.
18691 \end_layout
18692
18693 \end_inset
18694
18695
18696 \end_layout
18697
18698 \begin_layout Standard
18699 Predefined is the style 
18700 \series bold
18701
18702 \backslash
18703 mathnormal
18704 \series default
18705 .
18706 \end_layout
18707
18708 \begin_layout Standard
18709 The style commands work also for letters in mathematical constructs:
18710 \begin_inset Formula 
18711 \[
18712 \mathfrak{A=\frac{b}{C}}
18713 \]
18714
18715 \end_inset
18716
18717
18718 \end_layout
18719
18720 \begin_layout Standard
18721 Characters in mathematical text don't appear in a math font style but in
18722  the text font style 
18723 \series bold
18724
18725 \backslash
18726 textrm
18727 \series default
18728 .
18729  That their style can't be set correctly via the text style dialog is a
18730  bug in \SpecialChar LyX
18731 .
18732 \begin_inset Foot
18733 status collapsed
18734
18735 \begin_layout Plain Layout
18736 \begin_inset CommandInset href
18737 LatexCommand href
18738 name "LyX-bug #4629"
18739 target "http://www.lyx.org/trac/ticket/4629"
18740
18741 \end_inset
18742
18743
18744 \end_layout
18745
18746 \end_inset
18747
18748
18749 \end_layout
18750
18751 \begin_layout Standard
18752 Instead of the style commands the dialog 
18753 \family sans
18754 Edit\SpecialChar menuseparator
18755 Math\SpecialChar menuseparator
18756 Text Style
18757 \family default
18758  or the toolbar button 
18759 \begin_inset Info
18760 type  "icon"
18761 arg   "math-insert \\font"
18762 \end_inset
18763
18764  can be used.
18765 \end_layout
18766
18767 \begin_layout Subsection
18768 Bold Formulas
18769 \begin_inset CommandInset label
18770 LatexCommand label
18771 name "subsec:Bold-Formulas"
18772
18773 \end_inset
18774
18775
18776 \begin_inset Index idx
18777 status collapsed
18778
18779 \begin_layout Plain Layout
18780 Formula ! bold
18781 \end_layout
18782
18783 \end_inset
18784
18785
18786 \end_layout
18787
18788 \begin_layout Standard
18789 To make a complete formula bold, the command 
18790 \series bold
18791
18792 \backslash
18793 mathbf
18794 \series default
18795  from the previous subsection cannot be used, because it doesn't work for
18796  small Greek letters.
18797  Furthermore it prints Latin letters always upright, like in the following
18798  equation:
18799 \end_layout
18800
18801 \begin_layout Standard
18802 \begin_inset Formula 
18803 \[
18804 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18805 \]
18806
18807 \end_inset
18808
18809
18810 \end_layout
18811
18812 \begin_layout Standard
18813 To display the formula correctly, the command 
18814 \series bold
18815
18816 \backslash
18817 boldsymbol
18818 \series default
18819  is used:
18820 \begin_inset Formula 
18821 \[
18822 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18823 \]
18824
18825 \end_inset
18826
18827 It is also possible to set the formula in a 
18828 \series bold
18829 boldmath environment
18830 \series default
18831 .
18832  This environment is created by inserting the command 
18833 \series bold
18834
18835 \backslash
18836 boldmath
18837 \series default
18838
18839 \begin_inset Index idx
18840 status collapsed
18841
18842 \begin_layout Plain Layout
18843 Commands ! B ! 
18844 \backslash
18845 boldmath
18846 \end_layout
18847
18848 \end_inset
18849
18850  in \SpecialChar TeX
18851  mode.
18852  To end the environment, the command 
18853 \series bold
18854
18855 \backslash
18856 unboldmath
18857 \series default
18858
18859 \begin_inset Index idx
18860 status collapsed
18861
18862 \begin_layout Plain Layout
18863 Commands ! U ! 
18864 \backslash
18865 unboldmath
18866 \end_layout
18867
18868 \end_inset
18869
18870  is inserted in \SpecialChar TeX
18871  mode.
18872 \begin_inset ERT
18873 status collapsed
18874
18875 \begin_layout Plain Layout
18876
18877
18878 \backslash
18879 boldmath 
18880 \end_layout
18881
18882 \end_inset
18883
18884
18885 \begin_inset Formula 
18886 \[
18887 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
18888 \]
18889
18890 \end_inset
18891
18892
18893 \begin_inset ERT
18894 status collapsed
18895
18896 \begin_layout Plain Layout
18897
18898
18899 \backslash
18900 unboldmath 
18901 \end_layout
18902
18903 \end_inset
18904
18905
18906 \end_layout
18907
18908 \begin_layout Subsection
18909 Colored Formulas
18910 \begin_inset Index idx
18911 status collapsed
18912
18913 \begin_layout Plain Layout
18914 Formula ! colored
18915 \end_layout
18916
18917 \end_inset
18918
18919
18920 \end_layout
18921
18922 \begin_layout Standard
18923 Formulas can be colored like normal text: Highlight a formula or a formula
18924  part and use the 
18925 \family sans
18926 Text Style
18927 \family default
18928  dialog.
18929  Here is a formula in magenta:
18930 \begin_inset Formula 
18931 \[
18932 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18933 \]
18934
18935 \end_inset
18936
18937
18938 \end_layout
18939
18940 \begin_layout Standard
18941 You can also define your own colors as described in 
18942 \begin_inset CommandInset ref
18943 LatexCommand ref
18944 reference "subsec:Colored-Boxes"
18945
18946 \end_inset
18947
18948 .
18949  They can be used with the \SpecialChar TeX
18950  code command 
18951 \series bold
18952
18953 \backslash
18954 textcolor
18955 \series default
18956
18957 \begin_inset Index idx
18958 status collapsed
18959
18960 \begin_layout Plain Layout
18961 Commands ! T ! 
18962 \backslash
18963 textcolor
18964 \end_layout
18965
18966 \end_inset
18967
18968  in the scheme
18969 \end_layout
18970
18971 \begin_layout Standard
18972
18973 \series bold
18974
18975 \backslash
18976 textcolor{color}{characters or formula}
18977 \end_layout
18978
18979 \begin_layout Standard
18980 The following example was colored completely dark green and partly red:
18981 \end_layout
18982
18983 \begin_layout Standard
18984 \begin_inset ERT
18985 status collapsed
18986
18987 \begin_layout Plain Layout
18988
18989
18990 \backslash
18991 textcolor{darkgreen}{
18992 \end_layout
18993
18994 \end_inset
18995
18996
18997 \begin_inset Formula 
18998 \[
18999 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19000 \]
19001
19002 \end_inset
19003
19004
19005 \begin_inset ERT
19006 status collapsed
19007
19008 \begin_layout Plain Layout
19009
19010 }
19011 \end_layout
19012
19013 \end_inset
19014
19015
19016 \end_layout
19017
19018 \begin_layout Standard
19019 Due to a bug in \SpecialChar LyX
19020  only complete formulas can be colored with self-defined
19021  colors.
19022 \begin_inset Foot
19023 status collapsed
19024
19025 \begin_layout Plain Layout
19026 \begin_inset CommandInset href
19027 LatexCommand href
19028 name "LyX-bug #5269"
19029 target "http://www.lyx.org/trac/ticket/5269"
19030
19031 \end_inset
19032
19033
19034 \end_layout
19035
19036 \end_inset
19037
19038
19039 \end_layout
19040
19041 \begin_layout Subsection
19042 Font Sizes
19043 \begin_inset CommandInset label
19044 LatexCommand label
19045 name "subsec:Font-Sizes"
19046
19047 \end_inset
19048
19049
19050 \begin_inset Index idx
19051 status collapsed
19052
19053 \begin_layout Plain Layout
19054 Font ! size
19055 \end_layout
19056
19057 \end_inset
19058
19059
19060 \end_layout
19061
19062 \begin_layout Standard
19063 For characters in formulas there are, analog to characters in text, the
19064  following size commands:
19065 \end_layout
19066
19067 \begin_layout Standard
19068
19069 \series bold
19070
19071 \backslash
19072 Huge
19073 \series default
19074
19075 \series bold
19076
19077 \backslash
19078 huge
19079 \series default
19080
19081 \series bold
19082
19083 \backslash
19084 LARGE
19085 \series default
19086
19087 \series bold
19088
19089 \backslash
19090 Large
19091 \series default
19092
19093 \series bold
19094
19095 \backslash
19096 large
19097 \series default
19098
19099 \series bold
19100
19101 \backslash
19102 normalsize
19103 \series default
19104
19105 \series bold
19106
19107 \backslash
19108 small
19109 \series default
19110 ,
19111 \begin_inset Newline newline
19112 \end_inset
19113
19114
19115 \series bold
19116
19117 \backslash
19118 footnotesize
19119 \series default
19120
19121 \series bold
19122
19123 \backslash
19124 scriptsize
19125 \series default
19126  and 
19127 \series bold
19128
19129 \backslash
19130 tiny
19131 \end_layout
19132
19133 \begin_layout Standard
19134 The size produced by the commands depends on the document font size, which
19135  corresponds to the command 
19136 \series bold
19137
19138 \backslash
19139 normalsize
19140 \series default
19141 .
19142  The other commands produce smaller or larger sizes than 
19143 \series bold
19144
19145 \backslash
19146 normalsize
19147 \series default
19148 .
19149  The font size can however not exceed a certain value.
19150  Is for example the document font size 12
19151 \begin_inset space \thinspace{}
19152 \end_inset
19153
19154 pt, the command 
19155 \series bold
19156
19157 \backslash
19158 Huge
19159 \series default
19160  switches to the same size as 
19161 \series bold
19162
19163 \backslash
19164 huge
19165 \series default
19166 .
19167  
19168 \end_layout
19169
19170 \begin_layout Standard
19171 A size command is inserted in \SpecialChar TeX
19172  mode before the formula and sets the size
19173  for all following formula and text characters.
19174  To switch back to the initial size, the command 
19175 \series bold
19176
19177 \backslash
19178 normalsize
19179 \series default
19180  is inserted behind the formula in \SpecialChar TeX
19181  mode.
19182 \end_layout
19183
19184 \begin_layout Standard
19185 Within a formula the size can be changed using the following size commands
19186  or the toolbar button 
19187 \begin_inset Info
19188 type  "icon"
19189 arg   "math-insert \\style"
19190 \end_inset
19191
19192 :
19193 \begin_inset Separator parbreak
19194 \end_inset
19195
19196
19197 \end_layout
19198
19199 \begin_layout Standard
19200 \noindent
19201 \align center
19202 \begin_inset Tabular
19203 <lyxtabular version="3" rows="5" columns="2">
19204 <features booktabs="true" tabularvalignment="middle">
19205 <column alignment="center" valignment="top" width="0pt">
19206 <column alignment="center" valignment="top">
19207 <row>
19208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19209 \begin_inset Text
19210
19211 \begin_layout Plain Layout
19212 Command
19213 \end_layout
19214
19215 \end_inset
19216 </cell>
19217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19218 \begin_inset Text
19219
19220 \begin_layout Plain Layout
19221 Result
19222 \end_layout
19223
19224 \end_inset
19225 </cell>
19226 </row>
19227 <row>
19228 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19229 \begin_inset Text
19230
19231 \begin_layout Plain Layout
19232
19233 \backslash
19234 displaystyle
19235 \begin_inset Index idx
19236 status collapsed
19237
19238 \begin_layout Plain Layout
19239 Commands ! D ! 
19240 \backslash
19241 displaystyle
19242 \end_layout
19243
19244 \end_inset
19245
19246
19247 \end_layout
19248
19249 \end_inset
19250 </cell>
19251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19252 \begin_inset Text
19253
19254 \begin_layout Plain Layout
19255 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19256 \end_inset
19257
19258
19259 \end_layout
19260
19261 \end_inset
19262 </cell>
19263 </row>
19264 <row topspace="1mm">
19265 <cell alignment="center" valignment="top" usebox="none">
19266 \begin_inset Text
19267
19268 \begin_layout Plain Layout
19269
19270 \backslash
19271 textstyle
19272 \end_layout
19273
19274 \end_inset
19275 </cell>
19276 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19277 \begin_inset Text
19278
19279 \begin_layout Plain Layout
19280 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19281 \end_inset
19282
19283
19284 \end_layout
19285
19286 \end_inset
19287 </cell>
19288 </row>
19289 <row>
19290 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19291 \begin_inset Text
19292
19293 \begin_layout Plain Layout
19294
19295 \backslash
19296 scriptstyle
19297 \end_layout
19298
19299 \end_inset
19300 </cell>
19301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19302 \begin_inset Text
19303
19304 \begin_layout Plain Layout
19305 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19306 \end_inset
19307
19308
19309 \end_layout
19310
19311 \end_inset
19312 </cell>
19313 </row>
19314 <row>
19315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Plain Layout
19319
19320 \backslash
19321 scriptscriptstyle
19322 \end_layout
19323
19324 \end_inset
19325 </cell>
19326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19327 \begin_inset Text
19328
19329 \begin_layout Plain Layout
19330 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19331 \end_inset
19332
19333
19334 \end_layout
19335
19336 \end_inset
19337 </cell>
19338 </row>
19339 </lyxtabular>
19340
19341 \end_inset
19342
19343
19344 \end_layout
19345
19346 \begin_layout Standard
19347 After entering these commands, a blue box appears in which the formula parts
19348  are inserted.
19349 \end_layout
19350
19351 \begin_layout Standard
19352 There is a further method to change the font size, that though only works
19353  for symbols or letters in mathematical text.
19354  To use it, one of the above text size commands is inserted in mathematical
19355  text.
19356  All following characters until the end of the mathematical text or until
19357  another size command will have the selected size.
19358  Two examples:
19359 \begin_inset VSpace -2mm
19360 \end_inset
19361
19362
19363 \end_layout
19364
19365 \begin_layout Standard
19366 \begin_inset ERT
19367 status collapsed
19368
19369 \begin_layout Plain Layout
19370
19371
19372 \backslash
19373 huge 
19374 \end_layout
19375
19376 \end_inset
19377
19378
19379 \begin_inset Formula 
19380 \[
19381 A=\frac{B}{c}\cdot\maltese
19382 \]
19383
19384 \end_inset
19385
19386
19387 \begin_inset Formula 
19388 \[
19389 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19390 \]
19391
19392 \end_inset
19393
19394
19395 \begin_inset ERT
19396 status collapsed
19397
19398 \begin_layout Plain Layout
19399
19400
19401 \backslash
19402 normalsize 
19403 \end_layout
19404
19405 \end_inset
19406
19407
19408 \end_layout
19409
19410 \begin_layout Standard
19411 \begin_inset VSpace medskip
19412 \end_inset
19413
19414 Before both formulas the command 
19415 \series bold
19416
19417 \backslash
19418 huge
19419 \series default
19420  was inserted.
19421  The command for the second formula is:
19422 \begin_inset Newline newline
19423 \end_inset
19424
19425
19426 \series bold
19427
19428 \backslash
19429 maltese
19430 \begin_inset space \textvisiblespace{}
19431 \end_inset
19432
19433 A Alt+M M 
19434 \backslash
19435 Large
19436 \begin_inset space \textvisiblespace{}
19437 \end_inset
19438
19439
19440 \backslash
19441 maltese
19442 \begin_inset space \textvisiblespace{}
19443 \end_inset
19444
19445
19446 \backslash
19447 textit
19448 \begin_inset space \textvisiblespace{}
19449 \end_inset
19450
19451 A
19452 \begin_inset Formula $\to$
19453 \end_inset
19454
19455
19456 \begin_inset Formula $\to$
19457 \end_inset
19458
19459
19460 \begin_inset Newline newline
19461 \end_inset
19462
19463
19464 \begin_inset space \hspace*{}
19465 \length 1cm
19466 \end_inset
19467
19468 Alt+M
19469 \series default
19470  
19471 \series bold
19472
19473 \backslash
19474 tiny
19475 \begin_inset space \textvisiblespace{}
19476 \end_inset
19477
19478
19479 \backslash
19480 maltese
19481 \begin_inset space \textvisiblespace{}
19482 \end_inset
19483
19484
19485 \backslash
19486 textit
19487 \begin_inset space \textvisiblespace{}
19488 \end_inset
19489
19490 A
19491 \end_layout
19492
19493 \begin_layout Standard
19494 If a symbol cannot be displayed in different sizes, it will always be displayed
19495  in the default size.
19496 \end_layout
19497
19498 \begin_layout Section
19499 Greek Letters
19500 \begin_inset Index idx
19501 status collapsed
19502
19503 \begin_layout Plain Layout
19504 Greek letters
19505 \end_layout
19506
19507 \end_inset
19508
19509
19510 \end_layout
19511
19512 \begin_layout Standard
19513 Greek letters can also be inserted via the toolbar button 
19514 \begin_inset Info
19515 type  "icon"
19516 arg   "math-insert \\alpha"
19517 \end_inset
19518
19519 .
19520  All international typesetting norms purport that Greek letters in math
19521  have to be typeset italic/slanted.
19522  In some languages, like French or Russian, they are nevertheless sometimes
19523  typeset upright.
19524 \end_layout
19525
19526 \begin_layout Subsection
19527 Small Letters
19528 \begin_inset Index idx
19529 status collapsed
19530
19531 \begin_layout Plain Layout
19532 Greek letters ! small
19533 \end_layout
19534
19535 \end_inset
19536
19537
19538 \end_layout
19539
19540 \begin_layout Standard
19541 \begin_inset space \hfill{}
19542 \end_inset
19543
19544
19545 \begin_inset Tabular
19546 <lyxtabular version="3" rows="11" columns="2">
19547 <features booktabs="true" tabularvalignment="middle">
19548 <column alignment="center" valignment="top" width="0pt">
19549 <column alignment="center" valignment="top" width="0pt">
19550 <row>
19551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19552 \begin_inset Text
19553
19554 \begin_layout Plain Layout
19555 Command
19556 \end_layout
19557
19558 \end_inset
19559 </cell>
19560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19561 \begin_inset Text
19562
19563 \begin_layout Plain Layout
19564 Result
19565 \end_layout
19566
19567 \end_inset
19568 </cell>
19569 </row>
19570 <row>
19571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19572 \begin_inset Text
19573
19574 \begin_layout Plain Layout
19575
19576 \backslash
19577 alpha
19578 \end_layout
19579
19580 \end_inset
19581 </cell>
19582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19583 \begin_inset Text
19584
19585 \begin_layout Plain Layout
19586 \begin_inset Formula $\alpha$
19587 \end_inset
19588
19589
19590 \end_layout
19591
19592 \end_inset
19593 </cell>
19594 </row>
19595 <row>
19596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19597 \begin_inset Text
19598
19599 \begin_layout Plain Layout
19600
19601 \backslash
19602 beta
19603 \end_layout
19604
19605 \end_inset
19606 </cell>
19607 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19608 \begin_inset Text
19609
19610 \begin_layout Plain Layout
19611 \begin_inset Formula $\beta$
19612 \end_inset
19613
19614
19615 \end_layout
19616
19617 \end_inset
19618 </cell>
19619 </row>
19620 <row>
19621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19622 \begin_inset Text
19623
19624 \begin_layout Plain Layout
19625
19626 \backslash
19627 gamma
19628 \end_layout
19629
19630 \end_inset
19631 </cell>
19632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19633 \begin_inset Text
19634
19635 \begin_layout Plain Layout
19636 \begin_inset Formula $\gamma$
19637 \end_inset
19638
19639
19640 \end_layout
19641
19642 \end_inset
19643 </cell>
19644 </row>
19645 <row>
19646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19647 \begin_inset Text
19648
19649 \begin_layout Plain Layout
19650
19651 \backslash
19652 delta
19653 \end_layout
19654
19655 \end_inset
19656 </cell>
19657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19658 \begin_inset Text
19659
19660 \begin_layout Plain Layout
19661 \begin_inset Formula $\delta$
19662 \end_inset
19663
19664
19665 \end_layout
19666
19667 \end_inset
19668 </cell>
19669 </row>
19670 <row>
19671 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19672 \begin_inset Text
19673
19674 \begin_layout Plain Layout
19675
19676 \backslash
19677 epsilon
19678 \end_layout
19679
19680 \end_inset
19681 </cell>
19682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19683 \begin_inset Text
19684
19685 \begin_layout Plain Layout
19686 \begin_inset Formula $\epsilon$
19687 \end_inset
19688
19689
19690 \end_layout
19691
19692 \end_inset
19693 </cell>
19694 </row>
19695 <row>
19696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19697 \begin_inset Text
19698
19699 \begin_layout Plain Layout
19700
19701 \backslash
19702 varepsilon
19703 \end_layout
19704
19705 \end_inset
19706 </cell>
19707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19708 \begin_inset Text
19709
19710 \begin_layout Plain Layout
19711 \begin_inset Formula $\varepsilon$
19712 \end_inset
19713
19714
19715 \end_layout
19716
19717 \end_inset
19718 </cell>
19719 </row>
19720 <row>
19721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19722 \begin_inset Text
19723
19724 \begin_layout Plain Layout
19725
19726 \backslash
19727 zeta
19728 \end_layout
19729
19730 \end_inset
19731 </cell>
19732 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19733 \begin_inset Text
19734
19735 \begin_layout Plain Layout
19736 \begin_inset Formula $\zeta$
19737 \end_inset
19738
19739
19740 \end_layout
19741
19742 \end_inset
19743 </cell>
19744 </row>
19745 <row>
19746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19747 \begin_inset Text
19748
19749 \begin_layout Plain Layout
19750
19751 \backslash
19752 eta
19753 \end_layout
19754
19755 \end_inset
19756 </cell>
19757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19758 \begin_inset Text
19759
19760 \begin_layout Plain Layout
19761 \begin_inset Formula $\eta$
19762 \end_inset
19763
19764
19765 \end_layout
19766
19767 \end_inset
19768 </cell>
19769 </row>
19770 <row>
19771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19772 \begin_inset Text
19773
19774 \begin_layout Plain Layout
19775
19776 \backslash
19777 theta
19778 \end_layout
19779
19780 \end_inset
19781 </cell>
19782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19783 \begin_inset Text
19784
19785 \begin_layout Plain Layout
19786 \begin_inset Formula $\theta$
19787 \end_inset
19788
19789
19790 \end_layout
19791
19792 \end_inset
19793 </cell>
19794 </row>
19795 <row>
19796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19797 \begin_inset Text
19798
19799 \begin_layout Plain Layout
19800
19801 \backslash
19802 vartheta
19803 \end_layout
19804
19805 \end_inset
19806 </cell>
19807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19808 \begin_inset Text
19809
19810 \begin_layout Plain Layout
19811 \begin_inset Formula $\vartheta$
19812 \end_inset
19813
19814
19815 \end_layout
19816
19817 \end_inset
19818 </cell>
19819 </row>
19820 </lyxtabular>
19821
19822 \end_inset
19823
19824
19825 \begin_inset space \hfill{}
19826 \end_inset
19827
19828
19829 \begin_inset Tabular
19830 <lyxtabular version="3" rows="12" columns="2">
19831 <features booktabs="true" tabularvalignment="middle">
19832 <column alignment="center" valignment="top" width="0pt">
19833 <column alignment="center" valignment="top" width="0pt">
19834 <row>
19835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19836 \begin_inset Text
19837
19838 \begin_layout Plain Layout
19839 Command
19840 \end_layout
19841
19842 \end_inset
19843 </cell>
19844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19845 \begin_inset Text
19846
19847 \begin_layout Plain Layout
19848 Result
19849 \end_layout
19850
19851 \end_inset
19852 </cell>
19853 </row>
19854 <row>
19855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19856 \begin_inset Text
19857
19858 \begin_layout Plain Layout
19859
19860 \backslash
19861 iota
19862 \end_layout
19863
19864 \end_inset
19865 </cell>
19866 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19867 \begin_inset Text
19868
19869 \begin_layout Plain Layout
19870 \begin_inset Formula $\iota$
19871 \end_inset
19872
19873
19874 \end_layout
19875
19876 \end_inset
19877 </cell>
19878 </row>
19879 <row>
19880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19881 \begin_inset Text
19882
19883 \begin_layout Plain Layout
19884
19885 \backslash
19886 kappa
19887 \end_layout
19888
19889 \end_inset
19890 </cell>
19891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19892 \begin_inset Text
19893
19894 \begin_layout Plain Layout
19895 \begin_inset Formula $\kappa$
19896 \end_inset
19897
19898
19899 \end_layout
19900
19901 \end_inset
19902 </cell>
19903 </row>
19904 <row>
19905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19906 \begin_inset Text
19907
19908 \begin_layout Plain Layout
19909
19910 \backslash
19911 varkappa
19912 \end_layout
19913
19914 \end_inset
19915 </cell>
19916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19917 \begin_inset Text
19918
19919 \begin_layout Plain Layout
19920 \begin_inset Formula $\varkappa$
19921 \end_inset
19922
19923
19924 \end_layout
19925
19926 \end_inset
19927 </cell>
19928 </row>
19929 <row>
19930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19931 \begin_inset Text
19932
19933 \begin_layout Plain Layout
19934
19935 \backslash
19936 lambda
19937 \end_layout
19938
19939 \end_inset
19940 </cell>
19941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19942 \begin_inset Text
19943
19944 \begin_layout Plain Layout
19945 \begin_inset Formula $\lambda$
19946 \end_inset
19947
19948
19949 \end_layout
19950
19951 \end_inset
19952 </cell>
19953 </row>
19954 <row>
19955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19956 \begin_inset Text
19957
19958 \begin_layout Plain Layout
19959
19960 \backslash
19961 mu
19962 \end_layout
19963
19964 \end_inset
19965 </cell>
19966 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19967 \begin_inset Text
19968
19969 \begin_layout Plain Layout
19970 \begin_inset Formula $\mu$
19971 \end_inset
19972
19973
19974 \end_layout
19975
19976 \end_inset
19977 </cell>
19978 </row>
19979 <row>
19980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19981 \begin_inset Text
19982
19983 \begin_layout Plain Layout
19984
19985 \backslash
19986 nu
19987 \end_layout
19988
19989 \end_inset
19990 </cell>
19991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19992 \begin_inset Text
19993
19994 \begin_layout Plain Layout
19995 \begin_inset Formula $\nu$
19996 \end_inset
19997
19998
19999 \end_layout
20000
20001 \end_inset
20002 </cell>
20003 </row>
20004 <row>
20005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20006 \begin_inset Text
20007
20008 \begin_layout Plain Layout
20009
20010 \backslash
20011 xi
20012 \end_layout
20013
20014 \end_inset
20015 </cell>
20016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20017 \begin_inset Text
20018
20019 \begin_layout Plain Layout
20020 \begin_inset Formula $\xi$
20021 \end_inset
20022
20023
20024 \end_layout
20025
20026 \end_inset
20027 </cell>
20028 </row>
20029 <row>
20030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20031 \begin_inset Text
20032
20033 \begin_layout Plain Layout
20034 o
20035 \end_layout
20036
20037 \end_inset
20038 </cell>
20039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20040 \begin_inset Text
20041
20042 \begin_layout Plain Layout
20043 \begin_inset Formula $o$
20044 \end_inset
20045
20046
20047 \end_layout
20048
20049 \end_inset
20050 </cell>
20051 </row>
20052 <row>
20053 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20054 \begin_inset Text
20055
20056 \begin_layout Plain Layout
20057
20058 \backslash
20059 pi
20060 \end_layout
20061
20062 \end_inset
20063 </cell>
20064 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20065 \begin_inset Text
20066
20067 \begin_layout Plain Layout
20068 \begin_inset Formula $\pi$
20069 \end_inset
20070
20071
20072 \end_layout
20073
20074 \end_inset
20075 </cell>
20076 </row>
20077 <row>
20078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20079 \begin_inset Text
20080
20081 \begin_layout Plain Layout
20082
20083 \backslash
20084 varpi
20085 \end_layout
20086
20087 \end_inset
20088 </cell>
20089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20090 \begin_inset Text
20091
20092 \begin_layout Plain Layout
20093 \begin_inset Formula $\varpi$
20094 \end_inset
20095
20096
20097 \end_layout
20098
20099 \end_inset
20100 </cell>
20101 </row>
20102 <row>
20103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20104 \begin_inset Text
20105
20106 \begin_layout Plain Layout
20107
20108 \backslash
20109 rho
20110 \end_layout
20111
20112 \end_inset
20113 </cell>
20114 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20115 \begin_inset Text
20116
20117 \begin_layout Plain Layout
20118 \begin_inset Formula $\rho$
20119 \end_inset
20120
20121
20122 \end_layout
20123
20124 \end_inset
20125 </cell>
20126 </row>
20127 </lyxtabular>
20128
20129 \end_inset
20130
20131
20132 \begin_inset space \hfill{}
20133 \end_inset
20134
20135
20136 \begin_inset Tabular
20137 <lyxtabular version="3" rows="11" columns="2">
20138 <features booktabs="true" tabularvalignment="middle">
20139 <column alignment="center" valignment="top" width="0pt">
20140 <column alignment="center" valignment="top" width="0pt">
20141 <row>
20142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20143 \begin_inset Text
20144
20145 \begin_layout Plain Layout
20146 Command
20147 \end_layout
20148
20149 \end_inset
20150 </cell>
20151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20152 \begin_inset Text
20153
20154 \begin_layout Plain Layout
20155 Result
20156 \end_layout
20157
20158 \end_inset
20159 </cell>
20160 </row>
20161 <row>
20162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20163 \begin_inset Text
20164
20165 \begin_layout Plain Layout
20166
20167 \backslash
20168 varrho
20169 \end_layout
20170
20171 \end_inset
20172 </cell>
20173 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20174 \begin_inset Text
20175
20176 \begin_layout Plain Layout
20177 \begin_inset Formula $\varrho$
20178 \end_inset
20179
20180
20181 \end_layout
20182
20183 \end_inset
20184 </cell>
20185 </row>
20186 <row>
20187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20188 \begin_inset Text
20189
20190 \begin_layout Plain Layout
20191
20192 \backslash
20193 sigma
20194 \end_layout
20195
20196 \end_inset
20197 </cell>
20198 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20199 \begin_inset Text
20200
20201 \begin_layout Plain Layout
20202 \begin_inset Formula $\sigma$
20203 \end_inset
20204
20205
20206 \end_layout
20207
20208 \end_inset
20209 </cell>
20210 </row>
20211 <row>
20212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20213 \begin_inset Text
20214
20215 \begin_layout Plain Layout
20216
20217 \backslash
20218 varsigma
20219 \end_layout
20220
20221 \end_inset
20222 </cell>
20223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20224 \begin_inset Text
20225
20226 \begin_layout Plain Layout
20227 \begin_inset Formula $\varsigma$
20228 \end_inset
20229
20230
20231 \end_layout
20232
20233 \end_inset
20234 </cell>
20235 </row>
20236 <row>
20237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20238 \begin_inset Text
20239
20240 \begin_layout Plain Layout
20241
20242 \backslash
20243 tau
20244 \end_layout
20245
20246 \end_inset
20247 </cell>
20248 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20249 \begin_inset Text
20250
20251 \begin_layout Plain Layout
20252 \begin_inset Formula $\tau$
20253 \end_inset
20254
20255
20256 \end_layout
20257
20258 \end_inset
20259 </cell>
20260 </row>
20261 <row>
20262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20263 \begin_inset Text
20264
20265 \begin_layout Plain Layout
20266
20267 \backslash
20268 upsilon
20269 \end_layout
20270
20271 \end_inset
20272 </cell>
20273 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20274 \begin_inset Text
20275
20276 \begin_layout Plain Layout
20277 \begin_inset Formula $\upsilon$
20278 \end_inset
20279
20280
20281 \end_layout
20282
20283 \end_inset
20284 </cell>
20285 </row>
20286 <row>
20287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20288 \begin_inset Text
20289
20290 \begin_layout Plain Layout
20291
20292 \backslash
20293 phi
20294 \end_layout
20295
20296 \end_inset
20297 </cell>
20298 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20299 \begin_inset Text
20300
20301 \begin_layout Plain Layout
20302 \begin_inset Formula $\phi$
20303 \end_inset
20304
20305
20306 \end_layout
20307
20308 \end_inset
20309 </cell>
20310 </row>
20311 <row>
20312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20313 \begin_inset Text
20314
20315 \begin_layout Plain Layout
20316
20317 \backslash
20318 varphi
20319 \end_layout
20320
20321 \end_inset
20322 </cell>
20323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20324 \begin_inset Text
20325
20326 \begin_layout Plain Layout
20327 \begin_inset Formula $\varphi$
20328 \end_inset
20329
20330
20331 \end_layout
20332
20333 \end_inset
20334 </cell>
20335 </row>
20336 <row>
20337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20338 \begin_inset Text
20339
20340 \begin_layout Plain Layout
20341
20342 \backslash
20343 chi
20344 \end_layout
20345
20346 \end_inset
20347 </cell>
20348 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20349 \begin_inset Text
20350
20351 \begin_layout Plain Layout
20352 \begin_inset Formula $\chi$
20353 \end_inset
20354
20355
20356 \end_layout
20357
20358 \end_inset
20359 </cell>
20360 </row>
20361 <row>
20362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20363 \begin_inset Text
20364
20365 \begin_layout Plain Layout
20366
20367 \backslash
20368 psi
20369 \end_layout
20370
20371 \end_inset
20372 </cell>
20373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20374 \begin_inset Text
20375
20376 \begin_layout Plain Layout
20377 \begin_inset Formula $\psi$
20378 \end_inset
20379
20380
20381 \end_layout
20382
20383 \end_inset
20384 </cell>
20385 </row>
20386 <row>
20387 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20388 \begin_inset Text
20389
20390 \begin_layout Plain Layout
20391
20392 \backslash
20393 omega
20394 \end_layout
20395
20396 \end_inset
20397 </cell>
20398 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20399 \begin_inset Text
20400
20401 \begin_layout Plain Layout
20402 \begin_inset Formula $\omega$
20403 \end_inset
20404
20405
20406 \end_layout
20407
20408 \end_inset
20409 </cell>
20410 </row>
20411 </lyxtabular>
20412
20413 \end_inset
20414
20415
20416 \begin_inset space \hfill{}
20417 \end_inset
20418
20419
20420 \end_layout
20421
20422 \begin_layout Standard
20423 \begin_inset VSpace medskip
20424 \end_inset
20425
20426
20427 \end_layout
20428
20429 \begin_layout Standard
20430 How to create special upright Greek letters is explained in 
20431 \begin_inset CommandInset ref
20432 LatexCommand ref
20433 reference "subsec:Upright-small-Greek"
20434
20435 \end_inset
20436
20437 .
20438 \end_layout
20439
20440 \begin_layout Subsection
20441 Big Letters
20442 \begin_inset Index idx
20443 status collapsed
20444
20445 \begin_layout Plain Layout
20446 Greek letters ! big
20447 \end_layout
20448
20449 \end_inset
20450
20451
20452 \end_layout
20453
20454 \begin_layout Standard
20455 \begin_inset space \hfill{}
20456 \end_inset
20457
20458
20459 \begin_inset Tabular
20460 <lyxtabular version="3" rows="7" columns="2">
20461 <features booktabs="true" tabularvalignment="middle">
20462 <column alignment="center" valignment="top" width="0pt">
20463 <column alignment="center" valignment="top" width="0pt">
20464 <row>
20465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20466 \begin_inset Text
20467
20468 \begin_layout Plain Layout
20469 Command
20470 \end_layout
20471
20472 \end_inset
20473 </cell>
20474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20475 \begin_inset Text
20476
20477 \begin_layout Plain Layout
20478 Result
20479 \end_layout
20480
20481 \end_inset
20482 </cell>
20483 </row>
20484 <row>
20485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20486 \begin_inset Text
20487
20488 \begin_layout Plain Layout
20489
20490 \backslash
20491 Gamma
20492 \end_layout
20493
20494 \end_inset
20495 </cell>
20496 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20497 \begin_inset Text
20498
20499 \begin_layout Plain Layout
20500 \begin_inset Formula $\Gamma$
20501 \end_inset
20502
20503
20504 \end_layout
20505
20506 \end_inset
20507 </cell>
20508 </row>
20509 <row>
20510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20511 \begin_inset Text
20512
20513 \begin_layout Plain Layout
20514
20515 \backslash
20516 Delta
20517 \end_layout
20518
20519 \end_inset
20520 </cell>
20521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20522 \begin_inset Text
20523
20524 \begin_layout Plain Layout
20525 \begin_inset Formula $\Delta$
20526 \end_inset
20527
20528
20529 \end_layout
20530
20531 \end_inset
20532 </cell>
20533 </row>
20534 <row>
20535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20536 \begin_inset Text
20537
20538 \begin_layout Plain Layout
20539
20540 \backslash
20541 Theta
20542 \end_layout
20543
20544 \end_inset
20545 </cell>
20546 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20547 \begin_inset Text
20548
20549 \begin_layout Plain Layout
20550 \begin_inset Formula $\Theta$
20551 \end_inset
20552
20553
20554 \end_layout
20555
20556 \end_inset
20557 </cell>
20558 </row>
20559 <row>
20560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20561 \begin_inset Text
20562
20563 \begin_layout Plain Layout
20564
20565 \backslash
20566 Lambda
20567 \end_layout
20568
20569 \end_inset
20570 </cell>
20571 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20572 \begin_inset Text
20573
20574 \begin_layout Plain Layout
20575 \begin_inset Formula $\Lambda$
20576 \end_inset
20577
20578
20579 \end_layout
20580
20581 \end_inset
20582 </cell>
20583 </row>
20584 <row>
20585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20586 \begin_inset Text
20587
20588 \begin_layout Plain Layout
20589
20590 \backslash
20591 Xi
20592 \end_layout
20593
20594 \end_inset
20595 </cell>
20596 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20597 \begin_inset Text
20598
20599 \begin_layout Plain Layout
20600 \begin_inset Formula $\Xi$
20601 \end_inset
20602
20603
20604 \end_layout
20605
20606 \end_inset
20607 </cell>
20608 </row>
20609 <row>
20610 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20611 \begin_inset Text
20612
20613 \begin_layout Plain Layout
20614
20615 \backslash
20616 Pi
20617 \end_layout
20618
20619 \end_inset
20620 </cell>
20621 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20622 \begin_inset Text
20623
20624 \begin_layout Plain Layout
20625 \begin_inset Formula $\Pi$
20626 \end_inset
20627
20628
20629 \end_layout
20630
20631 \end_inset
20632 </cell>
20633 </row>
20634 </lyxtabular>
20635
20636 \end_inset
20637
20638
20639 \begin_inset space \hfill{}
20640 \end_inset
20641
20642
20643 \begin_inset Tabular
20644 <lyxtabular version="3" rows="6" columns="2">
20645 <features booktabs="true" tabularvalignment="middle">
20646 <column alignment="center" valignment="top" width="0pt">
20647 <column alignment="center" valignment="top" width="0pt">
20648 <row>
20649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20650 \begin_inset Text
20651
20652 \begin_layout Plain Layout
20653 Command
20654 \end_layout
20655
20656 \end_inset
20657 </cell>
20658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20659 \begin_inset Text
20660
20661 \begin_layout Plain Layout
20662 Result
20663 \end_layout
20664
20665 \end_inset
20666 </cell>
20667 </row>
20668 <row>
20669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20670 \begin_inset Text
20671
20672 \begin_layout Plain Layout
20673
20674 \backslash
20675 Sigma
20676 \end_layout
20677
20678 \end_inset
20679 </cell>
20680 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20681 \begin_inset Text
20682
20683 \begin_layout Plain Layout
20684 \begin_inset Formula $\Sigma$
20685 \end_inset
20686
20687
20688 \end_layout
20689
20690 \end_inset
20691 </cell>
20692 </row>
20693 <row>
20694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20695 \begin_inset Text
20696
20697 \begin_layout Plain Layout
20698
20699 \backslash
20700 Upsilon
20701 \end_layout
20702
20703 \end_inset
20704 </cell>
20705 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20706 \begin_inset Text
20707
20708 \begin_layout Plain Layout
20709 \begin_inset Formula $\Upsilon$
20710 \end_inset
20711
20712
20713 \end_layout
20714
20715 \end_inset
20716 </cell>
20717 </row>
20718 <row>
20719 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20720 \begin_inset Text
20721
20722 \begin_layout Plain Layout
20723
20724 \backslash
20725 Phi
20726 \end_layout
20727
20728 \end_inset
20729 </cell>
20730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20731 \begin_inset Text
20732
20733 \begin_layout Plain Layout
20734 \begin_inset Formula $\Phi$
20735 \end_inset
20736
20737
20738 \end_layout
20739
20740 \end_inset
20741 </cell>
20742 </row>
20743 <row>
20744 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20745 \begin_inset Text
20746
20747 \begin_layout Plain Layout
20748
20749 \backslash
20750 Psi
20751 \end_layout
20752
20753 \end_inset
20754 </cell>
20755 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20756 \begin_inset Text
20757
20758 \begin_layout Plain Layout
20759 \begin_inset Formula $\Psi$
20760 \end_inset
20761
20762
20763 \end_layout
20764
20765 \end_inset
20766 </cell>
20767 </row>
20768 <row>
20769 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20770 \begin_inset Text
20771
20772 \begin_layout Plain Layout
20773
20774 \backslash
20775 Omega
20776 \end_layout
20777
20778 \end_inset
20779 </cell>
20780 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20781 \begin_inset Text
20782
20783 \begin_layout Plain Layout
20784 \begin_inset Formula $\Omega$
20785 \end_inset
20786
20787
20788 \end_layout
20789
20790 \end_inset
20791 </cell>
20792 </row>
20793 </lyxtabular>
20794
20795 \end_inset
20796
20797
20798 \begin_inset space \hfill{}
20799 \end_inset
20800
20801
20802 \end_layout
20803
20804 \begin_layout Standard
20805 \begin_inset VSpace medskip
20806 \end_inset
20807
20808 That the big Greek letters appear upright is caused by a design bug when
20809  \SpecialChar TeX
20810  was developed.
20811  To get correct italic big letters, begin every command with 
20812 \series bold
20813 var
20814 \series default
20815 .
20816  For example the command 
20817 \series bold
20818
20819 \backslash
20820 varGamma
20821 \series default
20822  produces 
20823 \begin_inset Formula $\varGamma$
20824 \end_inset
20825
20826 .
20827  Another way is to load the package 
20828 \series bold
20829 fixmath
20830 \series default
20831
20832 \begin_inset Foot
20833 status collapsed
20834
20835 \begin_layout Plain Layout
20836
20837 \series bold
20838 fixmath
20839 \series default
20840  is part of the \SpecialChar LaTeX
20841 -package 
20842 \series bold
20843 was
20844 \series default
20845
20846 \begin_inset Index idx
20847 status collapsed
20848
20849 \begin_layout Plain Layout
20850 Packages ! was
20851 \begin_inset ERT
20852 status collapsed
20853
20854 \begin_layout Plain Layout
20855
20856
20857 \backslash
20858 vspace{4mm}
20859 \end_layout
20860
20861 \end_inset
20862
20863
20864 \end_layout
20865
20866 \end_inset
20867
20868 .
20869 \end_layout
20870
20871 \end_inset
20872
20873
20874 \begin_inset Index idx
20875 status collapsed
20876
20877 \begin_layout Plain Layout
20878 Packages ! fixmath
20879 \end_layout
20880
20881 \end_inset
20882
20883  with the \SpecialChar LaTeX
20884 -preamble line
20885 \end_layout
20886
20887 \begin_layout Standard
20888
20889 \series bold
20890
20891 \backslash
20892 usepackage{fixmath}
20893 \end_layout
20894
20895 \begin_layout Standard
20896 Then all big Greek letters in a document will automatically be typeset italic.
20897 \end_layout
20898
20899 \begin_layout Subsection
20900 Bold Letters
20901 \begin_inset Index idx
20902 status collapsed
20903
20904 \begin_layout Plain Layout
20905 Greek letters ! bold
20906 \end_layout
20907
20908 \end_inset
20909
20910
20911 \end_layout
20912
20913 \begin_layout Standard
20914 Greek letters cannot be set with different font styles like Latin letters.
20915  They can only be made bold with the command 
20916 \series bold
20917
20918 \backslash
20919 boldsymbol
20920 \series default
20921
20922 \begin_inset Index idx
20923 status collapsed
20924
20925 \begin_layout Plain Layout
20926 Commands ! B ! 
20927 \backslash
20928 boldsymbol
20929 \end_layout
20930
20931 \end_inset
20932
20933 .
20934 \begin_inset Separator parbreak
20935 \end_inset
20936
20937
20938 \end_layout
20939
20940 \begin_layout Standard
20941 \align center
20942 \begin_inset Tabular
20943 <lyxtabular version="3" rows="3" columns="2">
20944 <features booktabs="true" tabularvalignment="middle">
20945 <column alignment="center" valignment="top" width="0pt">
20946 <column alignment="center" valignment="top">
20947 <row>
20948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20949 \begin_inset Text
20950
20951 \begin_layout Plain Layout
20952 Command
20953 \end_layout
20954
20955 \end_inset
20956 </cell>
20957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20958 \begin_inset Text
20959
20960 \begin_layout Plain Layout
20961 Result
20962 \end_layout
20963
20964 \end_inset
20965 </cell>
20966 </row>
20967 <row>
20968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20969 \begin_inset Text
20970
20971 \begin_layout Plain Layout
20972
20973 \backslash
20974 Upsilon
20975 \backslash
20976 boldsymbol
20977 \backslash
20978 Upsilon
20979 \end_layout
20980
20981 \end_inset
20982 </cell>
20983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20984 \begin_inset Text
20985
20986 \begin_layout Plain Layout
20987 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20988 \end_inset
20989
20990
20991 \end_layout
20992
20993 \end_inset
20994 </cell>
20995 </row>
20996 <row>
20997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20998 \begin_inset Text
20999
21000 \begin_layout Plain Layout
21001
21002 \backslash
21003 theta
21004 \backslash
21005 boldsymbol
21006 \backslash
21007 theta
21008 \end_layout
21009
21010 \end_inset
21011 </cell>
21012 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21013 \begin_inset Text
21014
21015 \begin_layout Plain Layout
21016 \begin_inset Formula $\theta\boldsymbol{\theta}$
21017 \end_inset
21018
21019
21020 \end_layout
21021
21022 \end_inset
21023 </cell>
21024 </row>
21025 </lyxtabular>
21026
21027 \end_inset
21028
21029
21030 \end_layout
21031
21032 \begin_layout Section
21033 Symbols
21034 \begin_inset ERT
21035 status collapsed
21036
21037 \begin_layout Plain Layout
21038
21039
21040 \backslash
21041 texorpdfstring{
21042 \end_layout
21043
21044 \end_inset
21045
21046
21047 \begin_inset Foot
21048 status collapsed
21049
21050 \begin_layout Plain Layout
21051 A list with all symbols of most of the \SpecialChar LaTeX
21052 -packages can be found in 
21053 \begin_inset CommandInset citation
21054 LatexCommand cite
21055 key "Symbols"
21056
21057 \end_inset
21058
21059 .
21060 \end_layout
21061
21062 \end_inset
21063
21064
21065 \begin_inset ERT
21066 status collapsed
21067
21068 \begin_layout Plain Layout
21069
21070 }{}
21071 \end_layout
21072
21073 \end_inset
21074
21075
21076 \begin_inset Note Note
21077 status collapsed
21078
21079 \begin_layout Plain Layout
21080
21081 \backslash
21082 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21083 \end_layout
21084
21085 \begin_layout Plain Layout
21086 More about 
21087 \backslash
21088 texorpdfstring is in section 
21089 \begin_inset CommandInset ref
21090 LatexCommand ref
21091 reference "subsec:Formulas-in-Section"
21092
21093 \end_inset
21094
21095 .
21096 \end_layout
21097
21098 \end_inset
21099
21100
21101 \begin_inset Index idx
21102 status collapsed
21103
21104 \begin_layout Plain Layout
21105 Symbols
21106 \end_layout
21107
21108 \end_inset
21109
21110
21111 \end_layout
21112
21113 \begin_layout Standard
21114 Many of the symbols listed in this section can also be inserted via the
21115  toolbar buttons 
21116 \begin_inset Info
21117 type  "icon"
21118 arg   "math-insert \\nabla"
21119 \end_inset
21120
21121  and 
21122 \begin_inset Info
21123 type  "icon"
21124 arg   "math-insert \\digamma"
21125 \end_inset
21126
21127 .
21128 \end_layout
21129
21130 \begin_layout Subsection
21131 Mathematical Symbols
21132 \begin_inset CommandInset label
21133 LatexCommand label
21134 name "subsec:Mathematical-Symbols"
21135
21136 \end_inset
21137
21138
21139 \begin_inset Index idx
21140 status collapsed
21141
21142 \begin_layout Plain Layout
21143 Symbols ! mathematical
21144 \end_layout
21145
21146 \end_inset
21147
21148
21149 \end_layout
21150
21151 \begin_layout Standard
21152 \begin_inset Tabular
21153 <lyxtabular version="3" rows="10" columns="2">
21154 <features booktabs="true" tabularvalignment="middle">
21155 <column alignment="center" valignment="top" width="0pt">
21156 <column alignment="center" valignment="top" width="0pt">
21157 <row>
21158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162 Command
21163 \end_layout
21164
21165 \end_inset
21166 </cell>
21167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21168 \begin_inset Text
21169
21170 \begin_layout Plain Layout
21171 Symbol
21172 \end_layout
21173
21174 \end_inset
21175 </cell>
21176 </row>
21177 <row>
21178 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21179 \begin_inset Text
21180
21181 \begin_layout Plain Layout
21182
21183 \backslash
21184 neg
21185 \end_layout
21186
21187 \end_inset
21188 </cell>
21189 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21190 \begin_inset Text
21191
21192 \begin_layout Plain Layout
21193 \begin_inset Formula $\neg$
21194 \end_inset
21195
21196
21197 \end_layout
21198
21199 \end_inset
21200 </cell>
21201 </row>
21202 <row>
21203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21204 \begin_inset Text
21205
21206 \begin_layout Plain Layout
21207
21208 \backslash
21209 Im
21210 \end_layout
21211
21212 \end_inset
21213 </cell>
21214 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21215 \begin_inset Text
21216
21217 \begin_layout Plain Layout
21218 \begin_inset Formula $\Im$
21219 \end_inset
21220
21221
21222 \end_layout
21223
21224 \end_inset
21225 </cell>
21226 </row>
21227 <row>
21228 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21229 \begin_inset Text
21230
21231 \begin_layout Plain Layout
21232
21233 \backslash
21234 Re
21235 \end_layout
21236
21237 \end_inset
21238 </cell>
21239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21240 \begin_inset Text
21241
21242 \begin_layout Plain Layout
21243 \begin_inset Formula $\Re$
21244 \end_inset
21245
21246
21247 \end_layout
21248
21249 \end_inset
21250 </cell>
21251 </row>
21252 <row>
21253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21254 \begin_inset Text
21255
21256 \begin_layout Plain Layout
21257
21258 \backslash
21259 aleph
21260 \end_layout
21261
21262 \end_inset
21263 </cell>
21264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21265 \begin_inset Text
21266
21267 \begin_layout Plain Layout
21268 \begin_inset Formula $\aleph$
21269 \end_inset
21270
21271
21272 \end_layout
21273
21274 \end_inset
21275 </cell>
21276 </row>
21277 <row>
21278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21279 \begin_inset Text
21280
21281 \begin_layout Plain Layout
21282
21283 \backslash
21284 partial
21285 \end_layout
21286
21287 \end_inset
21288 </cell>
21289 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21290 \begin_inset Text
21291
21292 \begin_layout Plain Layout
21293 \begin_inset Formula $\partial$
21294 \end_inset
21295
21296
21297 \end_layout
21298
21299 \end_inset
21300 </cell>
21301 </row>
21302 <row>
21303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21304 \begin_inset Text
21305
21306 \begin_layout Plain Layout
21307
21308 \backslash
21309 infty
21310 \end_layout
21311
21312 \end_inset
21313 </cell>
21314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21315 \begin_inset Text
21316
21317 \begin_layout Plain Layout
21318 \begin_inset Formula $\infty$
21319 \end_inset
21320
21321
21322 \end_layout
21323
21324 \end_inset
21325 </cell>
21326 </row>
21327 <row>
21328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Plain Layout
21332
21333 \backslash
21334 wp
21335 \end_layout
21336
21337 \end_inset
21338 </cell>
21339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21340 \begin_inset Text
21341
21342 \begin_layout Plain Layout
21343 \begin_inset Formula $\wp$
21344 \end_inset
21345
21346
21347 \end_layout
21348
21349 \end_inset
21350 </cell>
21351 </row>
21352 <row>
21353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21354 \begin_inset Text
21355
21356 \begin_layout Plain Layout
21357
21358 \backslash
21359 imath
21360 \end_layout
21361
21362 \end_inset
21363 </cell>
21364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21365 \begin_inset Text
21366
21367 \begin_layout Plain Layout
21368 \begin_inset Formula $\imath$
21369 \end_inset
21370
21371
21372 \end_layout
21373
21374 \end_inset
21375 </cell>
21376 </row>
21377 <row>
21378 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21379 \begin_inset Text
21380
21381 \begin_layout Plain Layout
21382
21383 \backslash
21384 jmath
21385 \end_layout
21386
21387 \end_inset
21388 </cell>
21389 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21390 \begin_inset Text
21391
21392 \begin_layout Plain Layout
21393 \begin_inset Formula $\jmath$
21394 \end_inset
21395
21396
21397 \end_layout
21398
21399 \end_inset
21400 </cell>
21401 </row>
21402 </lyxtabular>
21403
21404 \end_inset
21405
21406
21407 \begin_inset space \hfill{}
21408 \end_inset
21409
21410
21411 \begin_inset Tabular
21412 <lyxtabular version="3" rows="10" columns="2">
21413 <features booktabs="true" tabularvalignment="middle">
21414 <column alignment="center" valignment="top" width="0pt">
21415 <column alignment="center" valignment="top" width="0pt">
21416 <row>
21417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21418 \begin_inset Text
21419
21420 \begin_layout Plain Layout
21421 Command
21422 \end_layout
21423
21424 \end_inset
21425 </cell>
21426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21427 \begin_inset Text
21428
21429 \begin_layout Plain Layout
21430 Symbol
21431 \begin_inset Note Note
21432 status collapsed
21433
21434 \begin_layout Plain Layout
21435
21436 \series bold
21437
21438 \backslash
21439 raisebox
21440 \series default
21441  is only used as spacer.
21442 \end_layout
21443
21444 \end_inset
21445
21446
21447 \end_layout
21448
21449 \end_inset
21450 </cell>
21451 </row>
21452 <row>
21453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21454 \begin_inset Text
21455
21456 \begin_layout Plain Layout
21457
21458 \backslash
21459 forall
21460 \end_layout
21461
21462 \end_inset
21463 </cell>
21464 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21465 \begin_inset Text
21466
21467 \begin_layout Plain Layout
21468 \begin_inset Formula $\forall$
21469 \end_inset
21470
21471
21472 \end_layout
21473
21474 \end_inset
21475 </cell>
21476 </row>
21477 <row>
21478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21479 \begin_inset Text
21480
21481 \begin_layout Plain Layout
21482
21483 \backslash
21484 exists
21485 \end_layout
21486
21487 \end_inset
21488 </cell>
21489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21490 \begin_inset Text
21491
21492 \begin_layout Plain Layout
21493 \begin_inset Formula $\exists$
21494 \end_inset
21495
21496
21497 \end_layout
21498
21499 \end_inset
21500 </cell>
21501 </row>
21502 <row>
21503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21504 \begin_inset Text
21505
21506 \begin_layout Plain Layout
21507
21508 \backslash
21509 nexists
21510 \end_layout
21511
21512 \end_inset
21513 </cell>
21514 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21515 \begin_inset Text
21516
21517 \begin_layout Plain Layout
21518 \begin_inset Formula $\nexists$
21519 \end_inset
21520
21521
21522 \end_layout
21523
21524 \end_inset
21525 </cell>
21526 </row>
21527 <row>
21528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21529 \begin_inset Text
21530
21531 \begin_layout Plain Layout
21532
21533 \backslash
21534 emptyset
21535 \end_layout
21536
21537 \end_inset
21538 </cell>
21539 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21540 \begin_inset Text
21541
21542 \begin_layout Plain Layout
21543 \begin_inset Formula $\emptyset$
21544 \end_inset
21545
21546
21547 \end_layout
21548
21549 \end_inset
21550 </cell>
21551 </row>
21552 <row>
21553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21554 \begin_inset Text
21555
21556 \begin_layout Plain Layout
21557
21558 \backslash
21559 varnothing
21560 \end_layout
21561
21562 \end_inset
21563 </cell>
21564 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21565 \begin_inset Text
21566
21567 \begin_layout Plain Layout
21568 \begin_inset Formula $\varnothing$
21569 \end_inset
21570
21571
21572 \end_layout
21573
21574 \end_inset
21575 </cell>
21576 </row>
21577 <row>
21578 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21579 \begin_inset Text
21580
21581 \begin_layout Plain Layout
21582
21583 \backslash
21584 dag
21585 \end_layout
21586
21587 \end_inset
21588 </cell>
21589 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21590 \begin_inset Text
21591
21592 \begin_layout Plain Layout
21593 \begin_inset Formula $\dag$
21594 \end_inset
21595
21596
21597 \end_layout
21598
21599 \end_inset
21600 </cell>
21601 </row>
21602 <row>
21603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21604 \begin_inset Text
21605
21606 \begin_layout Plain Layout
21607
21608 \backslash
21609 ddag
21610 \end_layout
21611
21612 \end_inset
21613 </cell>
21614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21615 \begin_inset Text
21616
21617 \begin_layout Plain Layout
21618 \begin_inset Formula $\ddag$
21619 \end_inset
21620
21621
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 </row>
21627 <row>
21628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21629 \begin_inset Text
21630
21631 \begin_layout Plain Layout
21632
21633 \backslash
21634 complement
21635 \end_layout
21636
21637 \end_inset
21638 </cell>
21639 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21640 \begin_inset Text
21641
21642 \begin_layout Plain Layout
21643 \begin_inset ERT
21644 status collapsed
21645
21646 \begin_layout Plain Layout
21647
21648
21649 \backslash
21650 raisebox{-0.8mm}{
21651 \end_layout
21652
21653 \end_inset
21654
21655
21656 \begin_inset Formula $\complement$
21657 \end_inset
21658
21659
21660 \begin_inset ERT
21661 status collapsed
21662
21663 \begin_layout Plain Layout
21664
21665 }
21666 \end_layout
21667
21668 \end_inset
21669
21670
21671 \end_layout
21672
21673 \end_inset
21674 </cell>
21675 </row>
21676 <row>
21677 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21678 \begin_inset Text
21679
21680 \begin_layout Plain Layout
21681
21682 \backslash
21683 Bbbk
21684 \end_layout
21685
21686 \end_inset
21687 </cell>
21688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21689 \begin_inset Text
21690
21691 \begin_layout Plain Layout
21692 \begin_inset Formula $\Bbbk$
21693 \end_inset
21694
21695
21696 \end_layout
21697
21698 \end_inset
21699 </cell>
21700 </row>
21701 </lyxtabular>
21702
21703 \end_inset
21704
21705
21706 \begin_inset space \hfill{}
21707 \end_inset
21708
21709
21710 \begin_inset Tabular
21711 <lyxtabular version="3" rows="10" columns="2">
21712 <features booktabs="true" tabularvalignment="middle">
21713 <column alignment="center" valignment="top" width="0pt">
21714 <column alignment="center" valignment="top" width="0pt">
21715 <row>
21716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21717 \begin_inset Text
21718
21719 \begin_layout Plain Layout
21720 Command
21721 \end_layout
21722
21723 \end_inset
21724 </cell>
21725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21726 \begin_inset Text
21727
21728 \begin_layout Plain Layout
21729 Symbol
21730 \end_layout
21731
21732 \end_inset
21733 </cell>
21734 </row>
21735 <row>
21736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21737 \begin_inset Text
21738
21739 \begin_layout Plain Layout
21740
21741 \backslash
21742 prime
21743 \end_layout
21744
21745 \end_inset
21746 </cell>
21747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751 \begin_inset Formula $\prime$
21752 \end_inset
21753
21754
21755 \end_layout
21756
21757 \end_inset
21758 </cell>
21759 </row>
21760 <row>
21761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21762 \begin_inset Text
21763
21764 \begin_layout Plain Layout
21765
21766 \backslash
21767 backprime
21768 \end_layout
21769
21770 \end_inset
21771 </cell>
21772 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21773 \begin_inset Text
21774
21775 \begin_layout Plain Layout
21776 \begin_inset Formula $\backprime$
21777 \end_inset
21778
21779
21780 \end_layout
21781
21782 \end_inset
21783 </cell>
21784 </row>
21785 <row>
21786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21787 \begin_inset Text
21788
21789 \begin_layout Plain Layout
21790
21791 \backslash
21792 mho
21793 \end_layout
21794
21795 \end_inset
21796 </cell>
21797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21798 \begin_inset Text
21799
21800 \begin_layout Plain Layout
21801 \begin_inset Formula $\mho$
21802 \end_inset
21803
21804
21805 \end_layout
21806
21807 \end_inset
21808 </cell>
21809 </row>
21810 <row>
21811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21812 \begin_inset Text
21813
21814 \begin_layout Plain Layout
21815
21816 \backslash
21817 triangle
21818 \end_layout
21819
21820 \end_inset
21821 </cell>
21822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21823 \begin_inset Text
21824
21825 \begin_layout Plain Layout
21826 \begin_inset Formula $\triangle$
21827 \end_inset
21828
21829
21830 \end_layout
21831
21832 \end_inset
21833 </cell>
21834 </row>
21835 <row>
21836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21837 \begin_inset Text
21838
21839 \begin_layout Plain Layout
21840
21841 \backslash
21842 angle
21843 \end_layout
21844
21845 \end_inset
21846 </cell>
21847 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21848 \begin_inset Text
21849
21850 \begin_layout Plain Layout
21851 \begin_inset Formula $\angle$
21852 \end_inset
21853
21854
21855 \end_layout
21856
21857 \end_inset
21858 </cell>
21859 </row>
21860 <row>
21861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21862 \begin_inset Text
21863
21864 \begin_layout Plain Layout
21865
21866 \backslash
21867 measuredangle
21868 \end_layout
21869
21870 \end_inset
21871 </cell>
21872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21873 \begin_inset Text
21874
21875 \begin_layout Plain Layout
21876 \begin_inset Formula $\measuredangle$
21877 \end_inset
21878
21879
21880 \end_layout
21881
21882 \end_inset
21883 </cell>
21884 </row>
21885 <row>
21886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21887 \begin_inset Text
21888
21889 \begin_layout Plain Layout
21890
21891 \backslash
21892 sphericalangle
21893 \end_layout
21894
21895 \end_inset
21896 </cell>
21897 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21898 \begin_inset Text
21899
21900 \begin_layout Plain Layout
21901 \begin_inset Formula $\sphericalangle$
21902 \end_inset
21903
21904
21905 \end_layout
21906
21907 \end_inset
21908 </cell>
21909 </row>
21910 <row>
21911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21912 \begin_inset Text
21913
21914 \begin_layout Plain Layout
21915
21916 \backslash
21917 top
21918 \end_layout
21919
21920 \end_inset
21921 </cell>
21922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21923 \begin_inset Text
21924
21925 \begin_layout Plain Layout
21926 \begin_inset Formula $\top$
21927 \end_inset
21928
21929
21930 \end_layout
21931
21932 \end_inset
21933 </cell>
21934 </row>
21935 <row>
21936 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21937 \begin_inset Text
21938
21939 \begin_layout Plain Layout
21940
21941 \backslash
21942 bot
21943 \end_layout
21944
21945 \end_inset
21946 </cell>
21947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21948 \begin_inset Text
21949
21950 \begin_layout Plain Layout
21951 \begin_inset Formula $\bot$
21952 \end_inset
21953
21954
21955 \end_layout
21956
21957 \end_inset
21958 </cell>
21959 </row>
21960 </lyxtabular>
21961
21962 \end_inset
21963
21964
21965 \end_layout
21966
21967 \begin_layout Standard
21968 \begin_inset Newpage newpage
21969 \end_inset
21970
21971
21972 \end_layout
21973
21974 \begin_layout Subsection
21975 Miscellaneous Symbols
21976 \begin_inset CommandInset label
21977 LatexCommand label
21978 name "subsec:Miscellaneous-Symbols"
21979
21980 \end_inset
21981
21982
21983 \begin_inset Index idx
21984 status collapsed
21985
21986 \begin_layout Plain Layout
21987 Symbols ! miscellaneous
21988 \end_layout
21989
21990 \end_inset
21991
21992
21993 \end_layout
21994
21995 \begin_layout Standard
21996 \noindent
21997 \align center
21998 \begin_inset Tabular
21999 <lyxtabular version="3" rows="10" columns="2">
22000 <features booktabs="true" tabularvalignment="middle">
22001 <column alignment="center" valignment="top" width="0pt">
22002 <column alignment="center" valignment="top" width="0pt">
22003 <row>
22004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22005 \begin_inset Text
22006
22007 \begin_layout Plain Layout
22008 Command
22009 \end_layout
22010
22011 \end_inset
22012 </cell>
22013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22014 \begin_inset Text
22015
22016 \begin_layout Plain Layout
22017 Symbol
22018 \end_layout
22019
22020 \end_inset
22021 </cell>
22022 </row>
22023 <row>
22024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22025 \begin_inset Text
22026
22027 \begin_layout Plain Layout
22028
22029 \backslash
22030 flat
22031 \end_layout
22032
22033 \end_inset
22034 </cell>
22035 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22036 \begin_inset Text
22037
22038 \begin_layout Plain Layout
22039 \begin_inset Formula $\flat$
22040 \end_inset
22041
22042
22043 \end_layout
22044
22045 \end_inset
22046 </cell>
22047 </row>
22048 <row>
22049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22050 \begin_inset Text
22051
22052 \begin_layout Plain Layout
22053
22054 \backslash
22055 natural
22056 \end_layout
22057
22058 \end_inset
22059 </cell>
22060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22061 \begin_inset Text
22062
22063 \begin_layout Plain Layout
22064 \begin_inset Formula $\natural$
22065 \end_inset
22066
22067
22068 \end_layout
22069
22070 \end_inset
22071 </cell>
22072 </row>
22073 <row>
22074 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22075 \begin_inset Text
22076
22077 \begin_layout Plain Layout
22078
22079 \backslash
22080 sharp
22081 \end_layout
22082
22083 \end_inset
22084 </cell>
22085 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22086 \begin_inset Text
22087
22088 \begin_layout Plain Layout
22089 \begin_inset Formula $\sharp$
22090 \end_inset
22091
22092
22093 \end_layout
22094
22095 \end_inset
22096 </cell>
22097 </row>
22098 <row>
22099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22100 \begin_inset Text
22101
22102 \begin_layout Plain Layout
22103
22104 \backslash
22105 surd
22106 \end_layout
22107
22108 \end_inset
22109 </cell>
22110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22111 \begin_inset Text
22112
22113 \begin_layout Plain Layout
22114 \begin_inset Formula $\surd$
22115 \end_inset
22116
22117
22118 \end_layout
22119
22120 \end_inset
22121 </cell>
22122 </row>
22123 <row>
22124 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22125 \begin_inset Text
22126
22127 \begin_layout Plain Layout
22128
22129 \backslash
22130 checkmark
22131 \end_layout
22132
22133 \end_inset
22134 </cell>
22135 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22136 \begin_inset Text
22137
22138 \begin_layout Plain Layout
22139 \begin_inset Formula $\checkmark$
22140 \end_inset
22141
22142
22143 \end_layout
22144
22145 \end_inset
22146 </cell>
22147 </row>
22148 <row>
22149 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22150 \begin_inset Text
22151
22152 \begin_layout Plain Layout
22153
22154 \backslash
22155 yen
22156 \end_layout
22157
22158 \end_inset
22159 </cell>
22160 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22161 \begin_inset Text
22162
22163 \begin_layout Plain Layout
22164 \begin_inset Formula $\yen$
22165 \end_inset
22166
22167
22168 \end_layout
22169
22170 \end_inset
22171 </cell>
22172 </row>
22173 <row>
22174 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22175 \begin_inset Text
22176
22177 \begin_layout Plain Layout
22178
22179 \backslash
22180 pounds
22181 \end_layout
22182
22183 \end_inset
22184 </cell>
22185 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22186 \begin_inset Text
22187
22188 \begin_layout Plain Layout
22189 \begin_inset Formula $\pounds$
22190 \end_inset
22191
22192
22193 \end_layout
22194
22195 \end_inset
22196 </cell>
22197 </row>
22198 <row>
22199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22200 \begin_inset Text
22201
22202 \begin_layout Plain Layout
22203 $
22204 \end_layout
22205
22206 \end_inset
22207 </cell>
22208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22209 \begin_inset Text
22210
22211 \begin_layout Plain Layout
22212 \begin_inset Formula $\$$
22213 \end_inset
22214
22215
22216 \end_layout
22217
22218 \end_inset
22219 </cell>
22220 </row>
22221 <row>
22222 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22223 \begin_inset Text
22224
22225 \begin_layout Plain Layout
22226 §
22227 \end_layout
22228
22229 \end_inset
22230 </cell>
22231 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22232 \begin_inset Text
22233
22234 \begin_layout Plain Layout
22235 \begin_inset Formula $§$
22236 \end_inset
22237
22238
22239 \end_layout
22240
22241 \end_inset
22242 </cell>
22243 </row>
22244 </lyxtabular>
22245
22246 \end_inset
22247
22248
22249 \begin_inset space \hfill{}
22250 \end_inset
22251
22252
22253 \begin_inset Tabular
22254 <lyxtabular version="3" rows="10" columns="2">
22255 <features booktabs="true" tabularvalignment="middle">
22256 <column alignment="center" valignment="top" width="0pt">
22257 <column alignment="center" valignment="top">
22258 <row>
22259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22260 \begin_inset Text
22261
22262 \begin_layout Plain Layout
22263 Command
22264 \end_layout
22265
22266 \end_inset
22267 </cell>
22268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22269 \begin_inset Text
22270
22271 \begin_layout Plain Layout
22272 Symbol
22273 \end_layout
22274
22275 \end_inset
22276 </cell>
22277 </row>
22278 <row>
22279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22280 \begin_inset Text
22281
22282 \begin_layout Plain Layout
22283
22284 \backslash
22285 hbar
22286 \end_layout
22287
22288 \end_inset
22289 </cell>
22290 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22291 \begin_inset Text
22292
22293 \begin_layout Plain Layout
22294 \begin_inset Formula $\hbar$
22295 \end_inset
22296
22297
22298 \end_layout
22299
22300 \end_inset
22301 </cell>
22302 </row>
22303 <row>
22304 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22305 \begin_inset Text
22306
22307 \begin_layout Plain Layout
22308
22309 \backslash
22310 hslash
22311 \end_layout
22312
22313 \end_inset
22314 </cell>
22315 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22316 \begin_inset Text
22317
22318 \begin_layout Plain Layout
22319 \begin_inset Formula $\hslash$
22320 \end_inset
22321
22322
22323 \end_layout
22324
22325 \end_inset
22326 </cell>
22327 </row>
22328 <row>
22329 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22330 \begin_inset Text
22331
22332 \begin_layout Plain Layout
22333
22334 \backslash
22335 clubsuit
22336 \end_layout
22337
22338 \end_inset
22339 </cell>
22340 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22341 \begin_inset Text
22342
22343 \begin_layout Plain Layout
22344 \begin_inset Formula $\clubsuit$
22345 \end_inset
22346
22347
22348 \end_layout
22349
22350 \end_inset
22351 </cell>
22352 </row>
22353 <row>
22354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22355 \begin_inset Text
22356
22357 \begin_layout Plain Layout
22358
22359 \backslash
22360 spadesuit
22361 \end_layout
22362
22363 \end_inset
22364 </cell>
22365 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22366 \begin_inset Text
22367
22368 \begin_layout Plain Layout
22369 \begin_inset Formula $\spadesuit$
22370 \end_inset
22371
22372
22373 \end_layout
22374
22375 \end_inset
22376 </cell>
22377 </row>
22378 <row>
22379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22380 \begin_inset Text
22381
22382 \begin_layout Plain Layout
22383
22384 \backslash
22385 bigstar
22386 \end_layout
22387
22388 \end_inset
22389 </cell>
22390 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22391 \begin_inset Text
22392
22393 \begin_layout Plain Layout
22394 \begin_inset Formula $\bigstar$
22395 \end_inset
22396
22397
22398 \end_layout
22399
22400 \end_inset
22401 </cell>
22402 </row>
22403 <row>
22404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22405 \begin_inset Text
22406
22407 \begin_layout Plain Layout
22408
22409 \backslash
22410 blacklozenge
22411 \end_layout
22412
22413 \end_inset
22414 </cell>
22415 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22416 \begin_inset Text
22417
22418 \begin_layout Plain Layout
22419 \begin_inset Formula $\blacklozenge$
22420 \end_inset
22421
22422
22423 \end_layout
22424
22425 \end_inset
22426 </cell>
22427 </row>
22428 <row>
22429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22430 \begin_inset Text
22431
22432 \begin_layout Plain Layout
22433
22434 \backslash
22435 blacktriangle
22436 \end_layout
22437
22438 \end_inset
22439 </cell>
22440 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22441 \begin_inset Text
22442
22443 \begin_layout Plain Layout
22444 \begin_inset Formula $\blacktriangle$
22445 \end_inset
22446
22447
22448 \end_layout
22449
22450 \end_inset
22451 </cell>
22452 </row>
22453 <row>
22454 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22455 \begin_inset Text
22456
22457 \begin_layout Plain Layout
22458
22459 \backslash
22460 blacktiangledown
22461 \end_layout
22462
22463 \end_inset
22464 </cell>
22465 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22466 \begin_inset Text
22467
22468 \begin_layout Plain Layout
22469 \begin_inset Formula $\blacktriangledown$
22470 \end_inset
22471
22472
22473 \end_layout
22474
22475 \end_inset
22476 </cell>
22477 </row>
22478 <row>
22479 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22480 \begin_inset Text
22481
22482 \begin_layout Plain Layout
22483
22484 \backslash
22485 bullet
22486 \end_layout
22487
22488 \end_inset
22489 </cell>
22490 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22491 \begin_inset Text
22492
22493 \begin_layout Plain Layout
22494 \begin_inset Formula $\bullet$
22495 \end_inset
22496
22497
22498 \end_layout
22499
22500 \end_inset
22501 </cell>
22502 </row>
22503 </lyxtabular>
22504
22505 \end_inset
22506
22507
22508 \begin_inset space \hfill{}
22509 \end_inset
22510
22511
22512 \begin_inset Tabular
22513 <lyxtabular version="3" rows="10" columns="2">
22514 <features booktabs="true" tabularvalignment="middle">
22515 <column alignment="center" valignment="top" width="0pt">
22516 <column alignment="center" valignment="top" width="0pt">
22517 <row>
22518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22519 \begin_inset Text
22520
22521 \begin_layout Plain Layout
22522 Command
22523 \end_layout
22524
22525 \end_inset
22526 </cell>
22527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22528 \begin_inset Text
22529
22530 \begin_layout Plain Layout
22531 Symbol
22532 \end_layout
22533
22534 \end_inset
22535 </cell>
22536 </row>
22537 <row>
22538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22539 \begin_inset Text
22540
22541 \begin_layout Plain Layout
22542
22543 \backslash
22544 diamondsuit
22545 \end_layout
22546
22547 \end_inset
22548 </cell>
22549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22550 \begin_inset Text
22551
22552 \begin_layout Plain Layout
22553 \begin_inset Formula $\diamondsuit$
22554 \end_inset
22555
22556
22557 \end_layout
22558
22559 \end_inset
22560 </cell>
22561 </row>
22562 <row>
22563 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22564 \begin_inset Text
22565
22566 \begin_layout Plain Layout
22567
22568 \backslash
22569 Diamond
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22575 \begin_inset Text
22576
22577 \begin_layout Plain Layout
22578 \begin_inset Formula $\Diamond$
22579 \end_inset
22580
22581
22582 \end_layout
22583
22584 \end_inset
22585 </cell>
22586 </row>
22587 <row>
22588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22589 \begin_inset Text
22590
22591 \begin_layout Plain Layout
22592
22593 \backslash
22594 heartsuit
22595 \end_layout
22596
22597 \end_inset
22598 </cell>
22599 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22600 \begin_inset Text
22601
22602 \begin_layout Plain Layout
22603 \begin_inset Formula $\heartsuit$
22604 \end_inset
22605
22606
22607 \end_layout
22608
22609 \end_inset
22610 </cell>
22611 </row>
22612 <row>
22613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22614 \begin_inset Text
22615
22616 \begin_layout Plain Layout
22617
22618 \backslash
22619 P
22620 \end_layout
22621
22622 \end_inset
22623 </cell>
22624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22625 \begin_inset Text
22626
22627 \begin_layout Plain Layout
22628 \begin_inset Formula $\P$
22629 \end_inset
22630
22631
22632 \end_layout
22633
22634 \end_inset
22635 </cell>
22636 </row>
22637 <row>
22638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22639 \begin_inset Text
22640
22641 \begin_layout Plain Layout
22642
22643 \backslash
22644 copyright
22645 \end_layout
22646
22647 \end_inset
22648 </cell>
22649 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22650 \begin_inset Text
22651
22652 \begin_layout Plain Layout
22653 \begin_inset Formula $\copyright$
22654 \end_inset
22655
22656
22657 \end_layout
22658
22659 \end_inset
22660 </cell>
22661 </row>
22662 <row>
22663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22664 \begin_inset Text
22665
22666 \begin_layout Plain Layout
22667
22668 \backslash
22669 circledR
22670 \end_layout
22671
22672 \end_inset
22673 </cell>
22674 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22675 \begin_inset Text
22676
22677 \begin_layout Plain Layout
22678 \begin_inset Formula $\circledR$
22679 \end_inset
22680
22681
22682 \end_layout
22683
22684 \end_inset
22685 </cell>
22686 </row>
22687 <row>
22688 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22689 \begin_inset Text
22690
22691 \begin_layout Plain Layout
22692
22693 \backslash
22694 maltese
22695 \end_layout
22696
22697 \end_inset
22698 </cell>
22699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22700 \begin_inset Text
22701
22702 \begin_layout Plain Layout
22703 \begin_inset Formula $\maltese$
22704 \end_inset
22705
22706
22707 \end_layout
22708
22709 \end_inset
22710 </cell>
22711 </row>
22712 <row>
22713 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22714 \begin_inset Text
22715
22716 \begin_layout Plain Layout
22717
22718 \backslash
22719 diagup
22720 \end_layout
22721
22722 \end_inset
22723 </cell>
22724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22725 \begin_inset Text
22726
22727 \begin_layout Plain Layout
22728 \begin_inset Formula $\diagup$
22729 \end_inset
22730
22731
22732 \end_layout
22733
22734 \end_inset
22735 </cell>
22736 </row>
22737 <row>
22738 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22739 \begin_inset Text
22740
22741 \begin_layout Plain Layout
22742
22743 \backslash
22744 diagdown
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22750 \begin_inset Text
22751
22752 \begin_layout Plain Layout
22753 \begin_inset Formula $\diagdown$
22754 \end_inset
22755
22756
22757 \end_layout
22758
22759 \end_inset
22760 </cell>
22761 </row>
22762 </lyxtabular>
22763
22764 \end_inset
22765
22766
22767 \end_layout
22768
22769 \begin_layout Standard
22770 \begin_inset VSpace medskip
22771 \end_inset
22772
22773
22774 \end_layout
22775
22776 \begin_layout Standard
22777 Some symbols can be displayed in different sizes, see 
22778 \begin_inset CommandInset ref
22779 LatexCommand ref
22780 reference "subsec:Font-Sizes"
22781
22782 \end_inset
22783
22784 .
22785 \end_layout
22786
22787 \begin_layout Subsection
22788 The Euro-Symbol €
22789 \begin_inset Index idx
22790 status collapsed
22791
22792 \begin_layout Plain Layout
22793 Symbols ! Euro-symbol
22794 \end_layout
22795
22796 \end_inset
22797
22798
22799 \begin_inset Index idx
22800 status collapsed
22801
22802 \begin_layout Plain Layout
22803
22804 \backslash
22805 @
22806 \begin_inset ERT
22807 status collapsed
22808
22809 \begin_layout Plain Layout
22810
22811
22812 \backslash
22813 officialeuro
22814 \end_layout
22815
22816 \end_inset
22817
22818
22819 \end_layout
22820
22821 \end_inset
22822
22823
22824 \end_layout
22825
22826 \begin_layout Standard
22827 To use the Euro symbol in formulas, the \SpecialChar LaTeX
22828 -package 
22829 \series bold
22830 eurosym
22831 \series default
22832
22833 \begin_inset Index idx
22834 status collapsed
22835
22836 \begin_layout Plain Layout
22837 Packages ! eurosym
22838 \end_layout
22839
22840 \end_inset
22841
22842  must be installed and loaded with the \SpecialChar LaTeX
22843 -preamble line
22844 \end_layout
22845
22846 \begin_layout Standard
22847
22848 \series bold
22849
22850 \backslash
22851 usepackage[gennarrow]{eurosym}
22852 \end_layout
22853
22854 \begin_layout Standard
22855 The Euro symbol can now be inserted with the command 
22856 \series bold
22857
22858 \backslash
22859 euro
22860 \series default
22861
22862 \begin_inset Index idx
22863 status collapsed
22864
22865 \begin_layout Plain Layout
22866 Commands ! E ! 
22867 \backslash
22868 euro
22869 \end_layout
22870
22871 \end_inset
22872
22873 .
22874 \end_layout
22875
22876 \begin_layout Standard
22877 The Euro symbol can directly be inserted with the € key in mathematical
22878  text, without having 
22879 \series bold
22880 eurosym
22881 \series default
22882  installed.
22883  When 
22884 \series bold
22885 eurosym
22886 \series default
22887  is installed, 
22888 \series bold
22889
22890 \backslash
22891 euro
22892 \series default
22893  can also be inserted in \SpecialChar TeX
22894  mode.
22895  The official currency symbol can then be inserted with the command 
22896 \series bold
22897
22898 \backslash
22899 officialeuro
22900 \series default
22901
22902 \begin_inset Index idx
22903 status collapsed
22904
22905 \begin_layout Plain Layout
22906 Commands ! O ! 
22907 \backslash
22908 officialeuro
22909 \end_layout
22910
22911 \end_inset
22912
22913 , that is only available in \SpecialChar TeX
22914  mode.
22915 \end_layout
22916
22917 \begin_layout Standard
22918 \begin_inset ERT
22919 status collapsed
22920
22921 \begin_layout Plain Layout
22922
22923
22924 \backslash
22925 ifeurosym 
22926 \end_layout
22927
22928 \end_inset
22929
22930
22931 \begin_inset Note Note
22932 status open
22933
22934 \begin_layout Plain Layout
22935 The following table will only be displayed when the \SpecialChar LaTeX
22936 -package 
22937 \series bold
22938 eurosym
22939 \series default
22940  is installed.
22941 \end_layout
22942
22943 \end_inset
22944
22945
22946 \end_layout
22947
22948 \begin_layout Standard
22949 An overview about the different Euro symbols:
22950 \begin_inset Separator parbreak
22951 \end_inset
22952
22953
22954 \end_layout
22955
22956 \begin_layout Standard
22957 \align center
22958 \begin_inset Tabular
22959 <lyxtabular version="3" rows="4" columns="3">
22960 <features booktabs="true" tabularvalignment="middle">
22961 <column alignment="center" valignment="top" width="0pt">
22962 <column alignment="center" valignment="top" width="0pt">
22963 <column alignment="center" valignment="top" width="0pt">
22964 <row>
22965 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
22966 \begin_inset Text
22967
22968 \begin_layout Plain Layout
22969 \begin_inset ERT
22970 status collapsed
22971
22972 \begin_layout Plain Layout
22973
22974
22975 \backslash
22976 cmidrule[0.08em]{2-3}
22977 \end_layout
22978
22979 \end_inset
22980
22981
22982 \end_layout
22983
22984 \end_inset
22985 </cell>
22986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22987 \begin_inset Text
22988
22989 \begin_layout Plain Layout
22990 Command 
22991 \end_layout
22992
22993 \end_inset
22994 </cell>
22995 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22996 \begin_inset Text
22997
22998 \begin_layout Plain Layout
22999 Symbol
23000 \end_layout
23001
23002 \end_inset
23003 </cell>
23004 </row>
23005 <row>
23006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23007 \begin_inset Text
23008
23009 \begin_layout Plain Layout
23010 formula
23011 \end_layout
23012
23013 \end_inset
23014 </cell>
23015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23016 \begin_inset Text
23017
23018 \begin_layout Plain Layout
23019
23020 \backslash
23021 euro
23022 \end_layout
23023
23024 \end_inset
23025 </cell>
23026 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23027 \begin_inset Text
23028
23029 \begin_layout Plain Layout
23030 \begin_inset Formula $\euro$
23031 \end_inset
23032
23033
23034 \end_layout
23035
23036 \end_inset
23037 </cell>
23038 </row>
23039 <row>
23040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23041 \begin_inset Text
23042
23043 \begin_layout Plain Layout
23044 mathematical text
23045 \end_layout
23046
23047 \end_inset
23048 </cell>
23049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23050 \begin_inset Text
23051
23052 \begin_layout Plain Layout
23053
23054 \end_layout
23055
23056 \end_inset
23057 </cell>
23058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23059 \begin_inset Text
23060
23061 \begin_layout Plain Layout
23062 \begin_inset Formula $\mbox{€}$
23063 \end_inset
23064
23065
23066 \end_layout
23067
23068 \end_inset
23069 </cell>
23070 </row>
23071 <row>
23072 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23073 \begin_inset Text
23074
23075 \begin_layout Plain Layout
23076 \SpecialChar TeX
23077  mode
23078 \end_layout
23079
23080 \end_inset
23081 </cell>
23082 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23083 \begin_inset Text
23084
23085 \begin_layout Plain Layout
23086
23087 \backslash
23088 officialeuro
23089 \end_layout
23090
23091 \end_inset
23092 </cell>
23093 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23094 \begin_inset Text
23095
23096 \begin_layout Plain Layout
23097 \begin_inset ERT
23098 status collapsed
23099
23100 \begin_layout Plain Layout
23101
23102
23103 \backslash
23104 officialeuro
23105 \end_layout
23106
23107 \end_inset
23108
23109
23110 \end_layout
23111
23112 \end_inset
23113 </cell>
23114 </row>
23115 </lyxtabular>
23116
23117 \end_inset
23118
23119
23120 \begin_inset Note Note
23121 status collapsed
23122
23123 \begin_layout Plain Layout
23124
23125 \series bold
23126
23127 \backslash
23128 cmidrule
23129 \series default
23130  is used here only for table borders.
23131  See sec.
23132  
23133 \family sans
23134 Formal Tables
23135 \family default
23136  of the 
23137 \emph on
23138 EmbeddedObjects
23139 \emph default
23140  manual for details.
23141 \end_layout
23142
23143 \end_inset
23144
23145
23146 \end_layout
23147
23148 \begin_layout Standard
23149 \begin_inset ERT
23150 status collapsed
23151
23152 \begin_layout Plain Layout
23153
23154
23155 \backslash
23156 else 
23157 \end_layout
23158
23159 \end_inset
23160
23161
23162 \begin_inset Note Note
23163 status open
23164
23165 \begin_layout Plain Layout
23166 The following will be displayed when the \SpecialChar LaTeX
23167 -package 
23168 \series bold
23169 eurosym
23170 \series default
23171  is not installed:
23172 \end_layout
23173
23174 \end_inset
23175
23176
23177 \end_layout
23178
23179 \begin_layout Standard
23180 You need to install the \SpecialChar LaTeX
23181 -package 
23182 \series bold
23183 eurosym
23184 \series default
23185  to see the rest of this subsection in the output.
23186 \end_layout
23187
23188 \begin_layout Standard
23189 \begin_inset ERT
23190 status collapsed
23191
23192 \begin_layout Plain Layout
23193
23194
23195 \backslash
23196 fi 
23197 \end_layout
23198
23199 \end_inset
23200
23201
23202 \end_layout
23203
23204 \begin_layout Standard
23205 \begin_inset Newpage newpage
23206 \end_inset
23207
23208
23209 \end_layout
23210
23211 \begin_layout Section
23212 Relations
23213 \begin_inset CommandInset label
23214 LatexCommand label
23215 name "sec:Relations"
23216
23217 \end_inset
23218
23219
23220 \begin_inset Index idx
23221 status collapsed
23222
23223 \begin_layout Plain Layout
23224 Relations
23225 \end_layout
23226
23227 \end_inset
23228
23229
23230 \begin_inset Index idx
23231 status collapsed
23232
23233 \begin_layout Plain Layout
23234 Comparisons|see
23235 \begin_inset ERT
23236 status collapsed
23237
23238 \begin_layout Plain Layout
23239
23240 {
23241 \end_layout
23242
23243 \end_inset
23244
23245 Relations
23246 \begin_inset ERT
23247 status collapsed
23248
23249 \begin_layout Plain Layout
23250
23251 }
23252 \end_layout
23253
23254 \end_inset
23255
23256
23257 \end_layout
23258
23259 \end_inset
23260
23261
23262 \end_layout
23263
23264 \begin_layout Standard
23265 All following relations can also be inserted via the toolbar button 
23266 \begin_inset Info
23267 type  "icon"
23268 arg   "math-insert \\leq"
23269 \end_inset
23270
23271 .
23272 \end_layout
23273
23274 \begin_layout Standard
23275 \begin_inset Tabular
23276 <lyxtabular version="3" rows="17" columns="2">
23277 <features booktabs="true" tabularvalignment="middle">
23278 <column alignment="center" valignment="top" width="0pt">
23279 <column alignment="center" valignment="top" width="0pt">
23280 <row>
23281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23282 \begin_inset Text
23283
23284 \begin_layout Plain Layout
23285 Command
23286 \end_layout
23287
23288 \end_inset
23289 </cell>
23290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23291 \begin_inset Text
23292
23293 \begin_layout Plain Layout
23294 Relation
23295 \end_layout
23296
23297 \end_inset
23298 </cell>
23299 </row>
23300 <row>
23301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23302 \begin_inset Text
23303
23304 \begin_layout Plain Layout
23305 <
23306 \end_layout
23307
23308 \end_inset
23309 </cell>
23310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23311 \begin_inset Text
23312
23313 \begin_layout Plain Layout
23314 \begin_inset Formula $<$
23315 \end_inset
23316
23317
23318 \end_layout
23319
23320 \end_inset
23321 </cell>
23322 </row>
23323 <row>
23324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23325 \begin_inset Text
23326
23327 \begin_layout Plain Layout
23328
23329 \backslash
23330 le
23331 \end_layout
23332
23333 \end_inset
23334 </cell>
23335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23336 \begin_inset Text
23337
23338 \begin_layout Plain Layout
23339 \begin_inset Formula $\le$
23340 \end_inset
23341
23342
23343 \end_layout
23344
23345 \end_inset
23346 </cell>
23347 </row>
23348 <row>
23349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23350 \begin_inset Text
23351
23352 \begin_layout Plain Layout
23353
23354 \backslash
23355 ll
23356 \end_layout
23357
23358 \end_inset
23359 </cell>
23360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23361 \begin_inset Text
23362
23363 \begin_layout Plain Layout
23364 \begin_inset Formula $\ll$
23365 \end_inset
23366
23367
23368 \end_layout
23369
23370 \end_inset
23371 </cell>
23372 </row>
23373 <row>
23374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23375 \begin_inset Text
23376
23377 \begin_layout Plain Layout
23378
23379 \backslash
23380 prec
23381 \end_layout
23382
23383 \end_inset
23384 </cell>
23385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23386 \begin_inset Text
23387
23388 \begin_layout Plain Layout
23389 \begin_inset Formula $\prec$
23390 \end_inset
23391
23392
23393 \end_layout
23394
23395 \end_inset
23396 </cell>
23397 </row>
23398 <row>
23399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23400 \begin_inset Text
23401
23402 \begin_layout Plain Layout
23403
23404 \backslash
23405 preceq
23406 \end_layout
23407
23408 \end_inset
23409 </cell>
23410 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23411 \begin_inset Text
23412
23413 \begin_layout Plain Layout
23414 \begin_inset Formula $\preceq$
23415 \end_inset
23416
23417
23418 \end_layout
23419
23420 \end_inset
23421 </cell>
23422 </row>
23423 <row>
23424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23425 \begin_inset Text
23426
23427 \begin_layout Plain Layout
23428
23429 \backslash
23430 subset
23431 \end_layout
23432
23433 \end_inset
23434 </cell>
23435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23436 \begin_inset Text
23437
23438 \begin_layout Plain Layout
23439 \begin_inset Formula $\subset$
23440 \end_inset
23441
23442
23443 \end_layout
23444
23445 \end_inset
23446 </cell>
23447 </row>
23448 <row>
23449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23450 \begin_inset Text
23451
23452 \begin_layout Plain Layout
23453
23454 \backslash
23455 subseteq
23456 \end_layout
23457
23458 \end_inset
23459 </cell>
23460 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23461 \begin_inset Text
23462
23463 \begin_layout Plain Layout
23464 \begin_inset Formula $\subseteq$
23465 \end_inset
23466
23467
23468 \end_layout
23469
23470 \end_inset
23471 </cell>
23472 </row>
23473 <row>
23474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23475 \begin_inset Text
23476
23477 \begin_layout Plain Layout
23478
23479 \backslash
23480 sqsubseteq
23481 \end_layout
23482
23483 \end_inset
23484 </cell>
23485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23486 \begin_inset Text
23487
23488 \begin_layout Plain Layout
23489 \begin_inset Formula $\sqsubseteq$
23490 \end_inset
23491
23492
23493 \end_layout
23494
23495 \end_inset
23496 </cell>
23497 </row>
23498 <row>
23499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23500 \begin_inset Text
23501
23502 \begin_layout Plain Layout
23503
23504 \backslash
23505 in
23506 \end_layout
23507
23508 \end_inset
23509 </cell>
23510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23511 \begin_inset Text
23512
23513 \begin_layout Plain Layout
23514 \begin_inset Formula $\in$
23515 \end_inset
23516
23517
23518 \end_layout
23519
23520 \end_inset
23521 </cell>
23522 </row>
23523 <row>
23524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23525 \begin_inset Text
23526
23527 \begin_layout Plain Layout
23528
23529 \backslash
23530 vdash
23531 \end_layout
23532
23533 \end_inset
23534 </cell>
23535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23536 \begin_inset Text
23537
23538 \begin_layout Plain Layout
23539 \begin_inset Formula $\vdash$
23540 \end_inset
23541
23542
23543 \end_layout
23544
23545 \end_inset
23546 </cell>
23547 </row>
23548 <row>
23549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553
23554 \backslash
23555 smile
23556 \end_layout
23557
23558 \end_inset
23559 </cell>
23560 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23561 \begin_inset Text
23562
23563 \begin_layout Plain Layout
23564 \begin_inset Formula $\smile$
23565 \end_inset
23566
23567
23568 \end_layout
23569
23570 \end_inset
23571 </cell>
23572 </row>
23573 <row>
23574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23575 \begin_inset Text
23576
23577 \begin_layout Plain Layout
23578
23579 \backslash
23580 lhd
23581 \end_layout
23582
23583 \end_inset
23584 </cell>
23585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23586 \begin_inset Text
23587
23588 \begin_layout Plain Layout
23589 \begin_inset Formula $\lhd$
23590 \end_inset
23591
23592
23593 \end_layout
23594
23595 \end_inset
23596 </cell>
23597 </row>
23598 <row>
23599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603
23604 \backslash
23605 unlhd
23606 \end_layout
23607
23608 \end_inset
23609 </cell>
23610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23611 \begin_inset Text
23612
23613 \begin_layout Plain Layout
23614 \begin_inset Formula $\unlhd$
23615 \end_inset
23616
23617
23618 \end_layout
23619
23620 \end_inset
23621 </cell>
23622 </row>
23623 <row>
23624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23625 \begin_inset Text
23626
23627 \begin_layout Plain Layout
23628
23629 \backslash
23630 gtrless
23631 \end_layout
23632
23633 \end_inset
23634 </cell>
23635 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23636 \begin_inset Text
23637
23638 \begin_layout Plain Layout
23639 \begin_inset Formula $\gtrless$
23640 \end_inset
23641
23642
23643 \end_layout
23644
23645 \end_inset
23646 </cell>
23647 </row>
23648 <row>
23649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23650 \begin_inset Text
23651
23652 \begin_layout Plain Layout
23653
23654 \backslash
23655 mid
23656 \end_layout
23657
23658 \end_inset
23659 </cell>
23660 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23661 \begin_inset Text
23662
23663 \begin_layout Plain Layout
23664 \begin_inset Formula $\mid$
23665 \end_inset
23666
23667
23668 \end_layout
23669
23670 \end_inset
23671 </cell>
23672 </row>
23673 <row>
23674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23675 \begin_inset Text
23676
23677 \begin_layout Plain Layout
23678
23679 \backslash
23680 nmid
23681 \end_layout
23682
23683 \end_inset
23684 </cell>
23685 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23686 \begin_inset Text
23687
23688 \begin_layout Plain Layout
23689 \begin_inset Formula $\nmid$
23690 \end_inset
23691
23692
23693 \end_layout
23694
23695 \end_inset
23696 </cell>
23697 </row>
23698 </lyxtabular>
23699
23700 \end_inset
23701
23702
23703 \begin_inset space \hfill{}
23704 \end_inset
23705
23706
23707 \begin_inset Tabular
23708 <lyxtabular version="3" rows="17" columns="2">
23709 <features booktabs="true" tabularvalignment="middle">
23710 <column alignment="center" valignment="top" width="0pt">
23711 <column alignment="center" valignment="top" width="0pt">
23712 <row>
23713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23714 \begin_inset Text
23715
23716 \begin_layout Plain Layout
23717 Command
23718 \end_layout
23719
23720 \end_inset
23721 </cell>
23722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23723 \begin_inset Text
23724
23725 \begin_layout Plain Layout
23726 Relation
23727 \end_layout
23728
23729 \end_inset
23730 </cell>
23731 </row>
23732 <row>
23733 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23734 \begin_inset Text
23735
23736 \begin_layout Plain Layout
23737 =
23738 \end_layout
23739
23740 \end_inset
23741 </cell>
23742 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23743 \begin_inset Text
23744
23745 \begin_layout Plain Layout
23746 \begin_inset Formula $=$
23747 \end_inset
23748
23749
23750 \end_layout
23751
23752 \end_inset
23753 </cell>
23754 </row>
23755 <row>
23756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23757 \begin_inset Text
23758
23759 \begin_layout Plain Layout
23760
23761 \backslash
23762 not=
23763 \end_layout
23764
23765 \end_inset
23766 </cell>
23767 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23768 \begin_inset Text
23769
23770 \begin_layout Plain Layout
23771 \begin_inset Formula $\not=$
23772 \end_inset
23773
23774
23775 \end_layout
23776
23777 \end_inset
23778 </cell>
23779 </row>
23780 <row>
23781 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23782 \begin_inset Text
23783
23784 \begin_layout Plain Layout
23785
23786 \backslash
23787 equiv
23788 \end_layout
23789
23790 \end_inset
23791 </cell>
23792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23793 \begin_inset Text
23794
23795 \begin_layout Plain Layout
23796 \begin_inset Formula $\equiv$
23797 \end_inset
23798
23799
23800 \end_layout
23801
23802 \end_inset
23803 </cell>
23804 </row>
23805 <row>
23806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23807 \begin_inset Text
23808
23809 \begin_layout Plain Layout
23810
23811 \backslash
23812 sim
23813 \end_layout
23814
23815 \end_inset
23816 </cell>
23817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23818 \begin_inset Text
23819
23820 \begin_layout Plain Layout
23821 \begin_inset Formula $\sim$
23822 \end_inset
23823
23824
23825 \end_layout
23826
23827 \end_inset
23828 </cell>
23829 </row>
23830 <row>
23831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23832 \begin_inset Text
23833
23834 \begin_layout Plain Layout
23835
23836 \backslash
23837 simeq
23838 \end_layout
23839
23840 \end_inset
23841 </cell>
23842 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23843 \begin_inset Text
23844
23845 \begin_layout Plain Layout
23846 \begin_inset Formula $\simeq$
23847 \end_inset
23848
23849
23850 \end_layout
23851
23852 \end_inset
23853 </cell>
23854 </row>
23855 <row>
23856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23857 \begin_inset Text
23858
23859 \begin_layout Plain Layout
23860
23861 \backslash
23862 approx
23863 \end_layout
23864
23865 \end_inset
23866 </cell>
23867 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23868 \begin_inset Text
23869
23870 \begin_layout Plain Layout
23871 \begin_inset Formula $\approx$
23872 \end_inset
23873
23874
23875 \end_layout
23876
23877 \end_inset
23878 </cell>
23879 </row>
23880 <row>
23881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23882 \begin_inset Text
23883
23884 \begin_layout Plain Layout
23885
23886 \backslash
23887 cong
23888 \end_layout
23889
23890 \end_inset
23891 </cell>
23892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23893 \begin_inset Text
23894
23895 \begin_layout Plain Layout
23896 \begin_inset Formula $\cong$
23897 \end_inset
23898
23899
23900 \end_layout
23901
23902 \end_inset
23903 </cell>
23904 </row>
23905 <row>
23906 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23907 \begin_inset Text
23908
23909 \begin_layout Plain Layout
23910
23911 \backslash
23912 bowtie
23913 \end_layout
23914
23915 \end_inset
23916 </cell>
23917 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23918 \begin_inset Text
23919
23920 \begin_layout Plain Layout
23921 \begin_inset Formula $\bowtie$
23922 \end_inset
23923
23924
23925 \end_layout
23926
23927 \end_inset
23928 </cell>
23929 </row>
23930 <row>
23931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23932 \begin_inset Text
23933
23934 \begin_layout Plain Layout
23935
23936 \backslash
23937 notin
23938 \end_layout
23939
23940 \end_inset
23941 </cell>
23942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23943 \begin_inset Text
23944
23945 \begin_layout Plain Layout
23946 \begin_inset Formula $\notin$
23947 \end_inset
23948
23949
23950 \end_layout
23951
23952 \end_inset
23953 </cell>
23954 </row>
23955 <row>
23956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23957 \begin_inset Text
23958
23959 \begin_layout Plain Layout
23960
23961 \backslash
23962 perp
23963 \end_layout
23964
23965 \end_inset
23966 </cell>
23967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23968 \begin_inset Text
23969
23970 \begin_layout Plain Layout
23971 \begin_inset Formula $\perp$
23972 \end_inset
23973
23974
23975 \end_layout
23976
23977 \end_inset
23978 </cell>
23979 </row>
23980 <row>
23981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23982 \begin_inset Text
23983
23984 \begin_layout Plain Layout
23985
23986 \backslash
23987 propto
23988 \end_layout
23989
23990 \end_inset
23991 </cell>
23992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23993 \begin_inset Text
23994
23995 \begin_layout Plain Layout
23996 \begin_inset Formula $\propto$
23997 \end_inset
23998
23999
24000 \end_layout
24001
24002 \end_inset
24003 </cell>
24004 </row>
24005 <row>
24006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24007 \begin_inset Text
24008
24009 \begin_layout Plain Layout
24010
24011 \backslash
24012 asymp
24013 \end_layout
24014
24015 \end_inset
24016 </cell>
24017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24018 \begin_inset Text
24019
24020 \begin_layout Plain Layout
24021 \begin_inset Formula $\asymp$
24022 \end_inset
24023
24024
24025 \end_layout
24026
24027 \end_inset
24028 </cell>
24029 </row>
24030 <row>
24031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24032 \begin_inset Text
24033
24034 \begin_layout Plain Layout
24035
24036 \backslash
24037 doteq
24038 \end_layout
24039
24040 \end_inset
24041 </cell>
24042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24043 \begin_inset Text
24044
24045 \begin_layout Plain Layout
24046 \begin_inset Formula $\doteq$
24047 \end_inset
24048
24049
24050 \end_layout
24051
24052 \end_inset
24053 </cell>
24054 </row>
24055 <row>
24056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24057 \begin_inset Text
24058
24059 \begin_layout Plain Layout
24060
24061 \backslash
24062 circeq
24063 \end_layout
24064
24065 \end_inset
24066 </cell>
24067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24068 \begin_inset Text
24069
24070 \begin_layout Plain Layout
24071 \begin_inset Formula $\circeq$
24072 \end_inset
24073
24074
24075 \end_layout
24076
24077 \end_inset
24078 </cell>
24079 </row>
24080 <row>
24081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24082 \begin_inset Text
24083
24084 \begin_layout Plain Layout
24085
24086 \backslash
24087 models
24088 \end_layout
24089
24090 \end_inset
24091 </cell>
24092 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24093 \begin_inset Text
24094
24095 \begin_layout Plain Layout
24096 \begin_inset Formula $\models$
24097 \end_inset
24098
24099
24100 \end_layout
24101
24102 \end_inset
24103 </cell>
24104 </row>
24105 <row>
24106 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24107 \begin_inset Text
24108
24109 \begin_layout Plain Layout
24110
24111 \backslash
24112 widehat=
24113 \end_layout
24114
24115 \end_inset
24116 </cell>
24117 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24118 \begin_inset Text
24119
24120 \begin_layout Plain Layout
24121 \begin_inset Formula $\widehat{=}$
24122 \end_inset
24123
24124
24125 \end_layout
24126
24127 \end_inset
24128 </cell>
24129 </row>
24130 </lyxtabular>
24131
24132 \end_inset
24133
24134
24135 \begin_inset space \hfill{}
24136 \end_inset
24137
24138
24139 \begin_inset Tabular
24140 <lyxtabular version="3" rows="17" columns="2">
24141 <features booktabs="true" tabularvalignment="middle">
24142 <column alignment="center" valignment="top" width="0pt">
24143 <column alignment="center" valignment="top" width="0pt">
24144 <row>
24145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24146 \begin_inset Text
24147
24148 \begin_layout Plain Layout
24149 Command
24150 \end_layout
24151
24152 \end_inset
24153 </cell>
24154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24155 \begin_inset Text
24156
24157 \begin_layout Plain Layout
24158 Relation
24159 \end_layout
24160
24161 \end_inset
24162 </cell>
24163 </row>
24164 <row>
24165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24166 \begin_inset Text
24167
24168 \begin_layout Plain Layout
24169 >
24170 \end_layout
24171
24172 \end_inset
24173 </cell>
24174 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24175 \begin_inset Text
24176
24177 \begin_layout Plain Layout
24178 \begin_inset Formula $>$
24179 \end_inset
24180
24181
24182 \end_layout
24183
24184 \end_inset
24185 </cell>
24186 </row>
24187 <row>
24188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24189 \begin_inset Text
24190
24191 \begin_layout Plain Layout
24192
24193 \backslash
24194 ge
24195 \end_layout
24196
24197 \end_inset
24198 </cell>
24199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24200 \begin_inset Text
24201
24202 \begin_layout Plain Layout
24203 \begin_inset Formula $\ge$
24204 \end_inset
24205
24206
24207 \end_layout
24208
24209 \end_inset
24210 </cell>
24211 </row>
24212 <row>
24213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24214 \begin_inset Text
24215
24216 \begin_layout Plain Layout
24217
24218 \backslash
24219 gg
24220 \end_layout
24221
24222 \end_inset
24223 </cell>
24224 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24225 \begin_inset Text
24226
24227 \begin_layout Plain Layout
24228 \begin_inset Formula $\gg$
24229 \end_inset
24230
24231
24232 \end_layout
24233
24234 \end_inset
24235 </cell>
24236 </row>
24237 <row>
24238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24239 \begin_inset Text
24240
24241 \begin_layout Plain Layout
24242
24243 \backslash
24244 succ
24245 \end_layout
24246
24247 \end_inset
24248 </cell>
24249 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24250 \begin_inset Text
24251
24252 \begin_layout Plain Layout
24253 \begin_inset Formula $\succ$
24254 \end_inset
24255
24256
24257 \end_layout
24258
24259 \end_inset
24260 </cell>
24261 </row>
24262 <row>
24263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24264 \begin_inset Text
24265
24266 \begin_layout Plain Layout
24267
24268 \backslash
24269 succeq
24270 \end_layout
24271
24272 \end_inset
24273 </cell>
24274 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24275 \begin_inset Text
24276
24277 \begin_layout Plain Layout
24278 \begin_inset Formula $\succeq$
24279 \end_inset
24280
24281
24282 \end_layout
24283
24284 \end_inset
24285 </cell>
24286 </row>
24287 <row>
24288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24289 \begin_inset Text
24290
24291 \begin_layout Plain Layout
24292
24293 \backslash
24294 supset
24295 \end_layout
24296
24297 \end_inset
24298 </cell>
24299 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24300 \begin_inset Text
24301
24302 \begin_layout Plain Layout
24303 \begin_inset Formula $\supset$
24304 \end_inset
24305
24306
24307 \end_layout
24308
24309 \end_inset
24310 </cell>
24311 </row>
24312 <row>
24313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24314 \begin_inset Text
24315
24316 \begin_layout Plain Layout
24317
24318 \backslash
24319 supseteq
24320 \end_layout
24321
24322 \end_inset
24323 </cell>
24324 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24325 \begin_inset Text
24326
24327 \begin_layout Plain Layout
24328 \begin_inset Formula $\supseteq$
24329 \end_inset
24330
24331
24332 \end_layout
24333
24334 \end_inset
24335 </cell>
24336 </row>
24337 <row>
24338 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24339 \begin_inset Text
24340
24341 \begin_layout Plain Layout
24342
24343 \backslash
24344 sqsupseteq
24345 \end_layout
24346
24347 \end_inset
24348 </cell>
24349 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24350 \begin_inset Text
24351
24352 \begin_layout Plain Layout
24353 \begin_inset Formula $\sqsupseteq$
24354 \end_inset
24355
24356
24357 \end_layout
24358
24359 \end_inset
24360 </cell>
24361 </row>
24362 <row>
24363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24364 \begin_inset Text
24365
24366 \begin_layout Plain Layout
24367
24368 \backslash
24369 ni
24370 \end_layout
24371
24372 \end_inset
24373 </cell>
24374 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24375 \begin_inset Text
24376
24377 \begin_layout Plain Layout
24378 \begin_inset Formula $\ni$
24379 \end_inset
24380
24381
24382 \end_layout
24383
24384 \end_inset
24385 </cell>
24386 </row>
24387 <row>
24388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24389 \begin_inset Text
24390
24391 \begin_layout Plain Layout
24392
24393 \backslash
24394 dashv
24395 \end_layout
24396
24397 \end_inset
24398 </cell>
24399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24400 \begin_inset Text
24401
24402 \begin_layout Plain Layout
24403 \begin_inset Formula $\dashv$
24404 \end_inset
24405
24406
24407 \end_layout
24408
24409 \end_inset
24410 </cell>
24411 </row>
24412 <row>
24413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24414 \begin_inset Text
24415
24416 \begin_layout Plain Layout
24417
24418 \backslash
24419 frown
24420 \end_layout
24421
24422 \end_inset
24423 </cell>
24424 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24425 \begin_inset Text
24426
24427 \begin_layout Plain Layout
24428 \begin_inset Formula $\frown$
24429 \end_inset
24430
24431
24432 \end_layout
24433
24434 \end_inset
24435 </cell>
24436 </row>
24437 <row>
24438 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24439 \begin_inset Text
24440
24441 \begin_layout Plain Layout
24442
24443 \backslash
24444 rhd
24445 \end_layout
24446
24447 \end_inset
24448 </cell>
24449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24450 \begin_inset Text
24451
24452 \begin_layout Plain Layout
24453 \begin_inset Formula $\rhd$
24454 \end_inset
24455
24456
24457 \end_layout
24458
24459 \end_inset
24460 </cell>
24461 </row>
24462 <row>
24463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24464 \begin_inset Text
24465
24466 \begin_layout Plain Layout
24467
24468 \backslash
24469 unrhd
24470 \end_layout
24471
24472 \end_inset
24473 </cell>
24474 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24475 \begin_inset Text
24476
24477 \begin_layout Plain Layout
24478 \begin_inset Formula $\unrhd$
24479 \end_inset
24480
24481
24482 \end_layout
24483
24484 \end_inset
24485 </cell>
24486 </row>
24487 <row>
24488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24489 \begin_inset Text
24490
24491 \begin_layout Plain Layout
24492
24493 \backslash
24494 lessgtr
24495 \end_layout
24496
24497 \end_inset
24498 </cell>
24499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24500 \begin_inset Text
24501
24502 \begin_layout Plain Layout
24503 \begin_inset Formula $\lessgtr$
24504 \end_inset
24505
24506
24507 \end_layout
24508
24509 \end_inset
24510 </cell>
24511 </row>
24512 <row>
24513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24514 \begin_inset Text
24515
24516 \begin_layout Plain Layout
24517
24518 \backslash
24519 parallel
24520 \end_layout
24521
24522 \end_inset
24523 </cell>
24524 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24525 \begin_inset Text
24526
24527 \begin_layout Plain Layout
24528 \begin_inset Formula $\parallel$
24529 \end_inset
24530
24531
24532 \end_layout
24533
24534 \end_inset
24535 </cell>
24536 </row>
24537 <row>
24538 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24539 \begin_inset Text
24540
24541 \begin_layout Plain Layout
24542
24543 \backslash
24544 nparallel
24545 \end_layout
24546
24547 \end_inset
24548 </cell>
24549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24550 \begin_inset Text
24551
24552 \begin_layout Plain Layout
24553 \begin_inset Formula $\nparallel$
24554 \end_inset
24555
24556
24557 \end_layout
24558
24559 \end_inset
24560 </cell>
24561 </row>
24562 </lyxtabular>
24563
24564 \end_inset
24565
24566
24567 \end_layout
24568
24569 \begin_layout Standard
24570 \begin_inset VSpace medskip
24571 \end_inset
24572
24573 The characters 
24574 \series bold
24575
24576 \backslash
24577 lhd
24578 \series default
24579  and 
24580 \series bold
24581
24582 \backslash
24583 rhd
24584 \series default
24585  are bigger than the equal looking operators 
24586 \series bold
24587
24588 \backslash
24589 triangleleft
24590 \series default
24591  and 
24592 \series bold
24593
24594 \backslash
24595 triangleright
24596 \series default
24597 , respectively.
24598 \end_layout
24599
24600 \begin_layout Standard
24601 \SpecialChar LyX
24602  supports also many special relations.
24603  Use the toolbar button 
24604 \begin_inset Info
24605 type  "icon"
24606 arg   "math-insert \\leqq"
24607 \end_inset
24608
24609  to see a list of these relations.
24610 \end_layout
24611
24612 \begin_layout Standard
24613 Relations are, in contrary to symbols, always surrounded by space.
24614 \end_layout
24615
24616 \begin_layout Standard
24617 Relations with labels can be created with the command 
24618 \series bold
24619
24620 \backslash
24621 stackrel
24622 \series default
24623
24624 \begin_inset Index idx
24625 status collapsed
24626
24627 \begin_layout Plain Layout
24628 Commands ! S ! 
24629 \backslash
24630 stackrel
24631 \end_layout
24632
24633 \end_inset
24634
24635 :
24636 \begin_inset Separator parbreak
24637 \end_inset
24638
24639
24640 \end_layout
24641
24642 \begin_layout Standard
24643 \align center
24644 \begin_inset Tabular
24645 <lyxtabular version="3" rows="2" columns="2">
24646 <features booktabs="true" tabularvalignment="middle">
24647 <column alignment="center" valignment="top" width="0pt">
24648 <column alignment="center" valignment="top">
24649 <row>
24650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24651 \begin_inset Text
24652
24653 \begin_layout Plain Layout
24654 Command
24655 \end_layout
24656
24657 \end_inset
24658 </cell>
24659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24660 \begin_inset Text
24661
24662 \begin_layout Plain Layout
24663 Result
24664 \end_layout
24665
24666 \end_inset
24667 </cell>
24668 </row>
24669 <row topspace="1.5mm">
24670 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24671 \begin_inset Text
24672
24673 \begin_layout Plain Layout
24674 A(r)
24675 \backslash
24676 stackrel
24677 \begin_inset space \textvisiblespace{}
24678 \end_inset
24679
24680 r
24681 \backslash
24682 to
24683 \backslash
24684 infty
24685 \begin_inset space \textvisiblespace{}
24686 \end_inset
24687
24688
24689 \begin_inset Formula $\downarrow$
24690 \end_inset
24691
24692
24693 \backslash
24694 approx
24695 \begin_inset space \textvisiblespace{}
24696 \end_inset
24697
24698
24699 \begin_inset space \textvisiblespace{}
24700 \end_inset
24701
24702 B
24703 \end_layout
24704
24705 \end_inset
24706 </cell>
24707 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24708 \begin_inset Text
24709
24710 \begin_layout Plain Layout
24711 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
24712 \end_inset
24713
24714
24715 \end_layout
24716
24717 \end_inset
24718 </cell>
24719 </row>
24720 </lyxtabular>
24721
24722 \end_inset
24723
24724
24725 \end_layout
24726
24727 \begin_layout Section
24728 Functions
24729 \end_layout
24730
24731 \begin_layout Subsection
24732 Predefined Functions
24733 \begin_inset CommandInset label
24734 LatexCommand label
24735 name "subsec:Predefined-Functions"
24736
24737 \end_inset
24738
24739
24740 \begin_inset Index idx
24741 status collapsed
24742
24743 \begin_layout Plain Layout
24744 Functions ! predefined
24745 \end_layout
24746
24747 \end_inset
24748
24749
24750 \end_layout
24751
24752 \begin_layout Standard
24753 In general, variables are set 
24754 \emph on
24755 italic
24756 \emph default
24757  in mathematical expressions, but not function names, because 
24758 \begin_inset Formula $sin$
24759 \end_inset
24760
24761  could be misunderstood as 
24762 \begin_inset Formula $s\cdot i\cdot n$
24763 \end_inset
24764
24765 .
24766  Therefore there are predefined functionswhich are additionally a bit separated
24767  from prefactors.
24768  They are inserted as commands starting with a backslash before their name.
24769 \begin_inset Separator parbreak
24770 \end_inset
24771
24772
24773 \end_layout
24774
24775 \begin_layout Standard
24776 \align center
24777 \begin_inset Tabular
24778 <lyxtabular version="3" rows="2" columns="2">
24779 <features booktabs="true" tabularvalignment="middle">
24780 <column alignment="center" valignment="top" width="0pt">
24781 <column alignment="center" valignment="top" width="0pt">
24782 <row>
24783 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24784 \begin_inset Text
24785
24786 \begin_layout Plain Layout
24787 Command
24788 \end_layout
24789
24790 \end_inset
24791 </cell>
24792 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
24793 \begin_inset Text
24794
24795 \begin_layout Plain Layout
24796 Result
24797 \end_layout
24798
24799 \end_inset
24800 </cell>
24801 </row>
24802 <row>
24803 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24804 \begin_inset Text
24805
24806 \begin_layout Plain Layout
24807 Asin(x)+B
24808 \end_layout
24809
24810 \end_inset
24811 </cell>
24812 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
24813 \begin_inset Text
24814
24815 \begin_layout Plain Layout
24816 \begin_inset Formula $Asin(x)+B$
24817 \end_inset
24818
24819
24820 \end_layout
24821
24822 \end_inset
24823 </cell>
24824 </row>
24825 </lyxtabular>
24826
24827 \end_inset
24828
24829
24830 \begin_inset space \quad{}
24831 \end_inset
24832
24833
24834 \begin_inset Tabular
24835 <lyxtabular version="3" rows="2" columns="2">
24836 <features booktabs="true" tabularvalignment="middle">
24837 <column alignment="center" valignment="top" width="0pt">
24838 <column alignment="center" valignment="top" width="0pt">
24839 <row>
24840 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24841 \begin_inset Text
24842
24843 \begin_layout Plain Layout
24844 Command
24845 \end_layout
24846
24847 \end_inset
24848 </cell>
24849 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24850 \begin_inset Text
24851
24852 \begin_layout Plain Layout
24853 Result
24854 \end_layout
24855
24856 \end_inset
24857 </cell>
24858 </row>
24859 <row>
24860 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24861 \begin_inset Text
24862
24863 \begin_layout Plain Layout
24864 A
24865 \backslash
24866 sin(x)+B
24867 \end_layout
24868
24869 \end_inset
24870 </cell>
24871 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24872 \begin_inset Text
24873
24874 \begin_layout Plain Layout
24875 \begin_inset Formula $A\sin(x)+B$
24876 \end_inset
24877
24878
24879 \end_layout
24880
24881 \end_inset
24882 </cell>
24883 </row>
24884 </lyxtabular>
24885
24886 \end_inset
24887
24888
24889 \end_layout
24890
24891 \begin_layout Standard
24892 The following functions are predefined:
24893 \end_layout
24894
24895 \begin_layout Standard
24896 \begin_inset VSpace -2mm
24897 \end_inset
24898
24899
24900 \end_layout
24901
24902 \begin_layout Standard
24903 \align center
24904 \begin_inset Tabular
24905 <lyxtabular version="3" rows="9" columns="4">
24906 <features booktabs="true" tabularvalignment="middle">
24907 <column alignment="center" valignment="top" width="0pt">
24908 <column alignment="center" valignment="top" width="0pt">
24909 <column alignment="center" valignment="top" width="0pt">
24910 <column alignment="center" valignment="top" width="0pt">
24911 <row>
24912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24913 \begin_inset Text
24914
24915 \begin_layout Plain Layout
24916 Command
24917 \end_layout
24918
24919 \end_inset
24920 </cell>
24921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24922 \begin_inset Text
24923
24924 \begin_layout Plain Layout
24925 Command
24926 \end_layout
24927
24928 \end_inset
24929 </cell>
24930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24931 \begin_inset Text
24932
24933 \begin_layout Plain Layout
24934 Command
24935 \end_layout
24936
24937 \end_inset
24938 </cell>
24939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24940 \begin_inset Text
24941
24942 \begin_layout Plain Layout
24943 Command
24944 \end_layout
24945
24946 \end_inset
24947 </cell>
24948 </row>
24949 <row>
24950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24951 \begin_inset Text
24952
24953 \begin_layout Plain Layout
24954
24955 \backslash
24956 sin
24957 \end_layout
24958
24959 \end_inset
24960 </cell>
24961 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24962 \begin_inset Text
24963
24964 \begin_layout Plain Layout
24965
24966 \backslash
24967 sinh
24968 \end_layout
24969
24970 \end_inset
24971 </cell>
24972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24973 \begin_inset Text
24974
24975 \begin_layout Plain Layout
24976
24977 \backslash
24978 arcsin
24979 \end_layout
24980
24981 \end_inset
24982 </cell>
24983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24984 \begin_inset Text
24985
24986 \begin_layout Plain Layout
24987
24988 \backslash
24989 sup
24990 \end_layout
24991
24992 \end_inset
24993 </cell>
24994 </row>
24995 <row>
24996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24997 \begin_inset Text
24998
24999 \begin_layout Plain Layout
25000
25001 \backslash
25002 cos
25003 \end_layout
25004
25005 \end_inset
25006 </cell>
25007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25008 \begin_inset Text
25009
25010 \begin_layout Plain Layout
25011
25012 \backslash
25013 cosh
25014 \end_layout
25015
25016 \end_inset
25017 </cell>
25018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25019 \begin_inset Text
25020
25021 \begin_layout Plain Layout
25022
25023 \backslash
25024 arccos
25025 \end_layout
25026
25027 \end_inset
25028 </cell>
25029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25030 \begin_inset Text
25031
25032 \begin_layout Plain Layout
25033
25034 \backslash
25035 inf
25036 \end_layout
25037
25038 \end_inset
25039 </cell>
25040 </row>
25041 <row>
25042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25043 \begin_inset Text
25044
25045 \begin_layout Plain Layout
25046
25047 \backslash
25048 tan
25049 \end_layout
25050
25051 \end_inset
25052 </cell>
25053 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25054 \begin_inset Text
25055
25056 \begin_layout Plain Layout
25057
25058 \backslash
25059 tanh
25060 \end_layout
25061
25062 \end_inset
25063 </cell>
25064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25065 \begin_inset Text
25066
25067 \begin_layout Plain Layout
25068
25069 \backslash
25070 arctan
25071 \end_layout
25072
25073 \end_inset
25074 </cell>
25075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25076 \begin_inset Text
25077
25078 \begin_layout Plain Layout
25079
25080 \backslash
25081 lim
25082 \end_layout
25083
25084 \end_inset
25085 </cell>
25086 </row>
25087 <row>
25088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25089 \begin_inset Text
25090
25091 \begin_layout Plain Layout
25092
25093 \backslash
25094 cot
25095 \end_layout
25096
25097 \end_inset
25098 </cell>
25099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25100 \begin_inset Text
25101
25102 \begin_layout Plain Layout
25103
25104 \backslash
25105 coth
25106 \end_layout
25107
25108 \end_inset
25109 </cell>
25110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25111 \begin_inset Text
25112
25113 \begin_layout Plain Layout
25114
25115 \backslash
25116 arg
25117 \end_layout
25118
25119 \end_inset
25120 </cell>
25121 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25122 \begin_inset Text
25123
25124 \begin_layout Plain Layout
25125
25126 \backslash
25127 liminf
25128 \end_layout
25129
25130 \end_inset
25131 </cell>
25132 </row>
25133 <row>
25134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25135 \begin_inset Text
25136
25137 \begin_layout Plain Layout
25138
25139 \backslash
25140 sec
25141 \end_layout
25142
25143 \end_inset
25144 </cell>
25145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25146 \begin_inset Text
25147
25148 \begin_layout Plain Layout
25149
25150 \backslash
25151 min
25152 \end_layout
25153
25154 \end_inset
25155 </cell>
25156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25157 \begin_inset Text
25158
25159 \begin_layout Plain Layout
25160
25161 \backslash
25162 deg
25163 \end_layout
25164
25165 \end_inset
25166 </cell>
25167 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25168 \begin_inset Text
25169
25170 \begin_layout Plain Layout
25171
25172 \backslash
25173 limsup
25174 \end_layout
25175
25176 \end_inset
25177 </cell>
25178 </row>
25179 <row>
25180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25181 \begin_inset Text
25182
25183 \begin_layout Plain Layout
25184
25185 \backslash
25186 csc
25187 \end_layout
25188
25189 \end_inset
25190 </cell>
25191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25192 \begin_inset Text
25193
25194 \begin_layout Plain Layout
25195
25196 \backslash
25197 max
25198 \end_layout
25199
25200 \end_inset
25201 </cell>
25202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25203 \begin_inset Text
25204
25205 \begin_layout Plain Layout
25206
25207 \backslash
25208 det
25209 \end_layout
25210
25211 \end_inset
25212 </cell>
25213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25214 \begin_inset Text
25215
25216 \begin_layout Plain Layout
25217
25218 \backslash
25219 Pr
25220 \end_layout
25221
25222 \end_inset
25223 </cell>
25224 </row>
25225 <row>
25226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25227 \begin_inset Text
25228
25229 \begin_layout Plain Layout
25230
25231 \backslash
25232 ln
25233 \end_layout
25234
25235 \end_inset
25236 </cell>
25237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25238 \begin_inset Text
25239
25240 \begin_layout Plain Layout
25241
25242 \backslash
25243 exp
25244 \end_layout
25245
25246 \end_inset
25247 </cell>
25248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25249 \begin_inset Text
25250
25251 \begin_layout Plain Layout
25252
25253 \backslash
25254 dim
25255 \end_layout
25256
25257 \end_inset
25258 </cell>
25259 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25260 \begin_inset Text
25261
25262 \begin_layout Plain Layout
25263
25264 \backslash
25265 hom
25266 \end_layout
25267
25268 \end_inset
25269 </cell>
25270 </row>
25271 <row>
25272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25273 \begin_inset Text
25274
25275 \begin_layout Plain Layout
25276
25277 \backslash
25278 lg
25279 \end_layout
25280
25281 \end_inset
25282 </cell>
25283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25284 \begin_inset Text
25285
25286 \begin_layout Plain Layout
25287
25288 \backslash
25289 log
25290 \end_layout
25291
25292 \end_inset
25293 </cell>
25294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25295 \begin_inset Text
25296
25297 \begin_layout Plain Layout
25298
25299 \backslash
25300 ker
25301 \end_layout
25302
25303 \end_inset
25304 </cell>
25305 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25306 \begin_inset Text
25307
25308 \begin_layout Plain Layout
25309
25310 \backslash
25311 gcd
25312 \end_layout
25313
25314 \end_inset
25315 </cell>
25316 </row>
25317 </lyxtabular>
25318
25319 \end_inset
25320
25321
25322 \end_layout
25323
25324 \begin_layout Standard
25325 They can also be inserted with the math toolbar button 
25326 \begin_inset Info
25327 type  "icon"
25328 arg   "math-insert \\functions"
25329 \end_inset
25330
25331 .
25332 \end_layout
25333
25334 \begin_layout Subsection
25335 Self-defined Functions
25336 \begin_inset Index idx
25337 status collapsed
25338
25339 \begin_layout Plain Layout
25340 Functions ! self-defined
25341 \end_layout
25342
25343 \end_inset
25344
25345
25346 \end_layout
25347
25348 \begin_layout Standard
25349 To use a function that is not predefined, like for example the sign function
25350  sgn(x), there are two possibilities:
25351 \end_layout
25352
25353 \begin_layout Itemize
25354 Define the function by inserting the following line to the \SpecialChar LaTeX
25355 -preamble
25356 \begin_inset Foot
25357 status collapsed
25358
25359 \begin_layout Plain Layout
25360 For more about 
25361 \series bold
25362
25363 \backslash
25364 DeclareMathOperator
25365 \series default
25366  see 
25367 \begin_inset CommandInset ref
25368 LatexCommand ref
25369 reference "subsec:Self-defined-Operators"
25370
25371 \end_inset
25372
25373 .
25374 \end_layout
25375
25376 \end_inset
25377
25378
25379 \begin_inset Newline newline
25380 \end_inset
25381
25382
25383 \begin_inset VSpace -3mm
25384 \end_inset
25385
25386
25387 \begin_inset Newline newline
25388 \end_inset
25389
25390
25391 \series bold
25392
25393 \backslash
25394 DeclareMathOperator{
25395 \backslash
25396 sgn}{sgn}
25397 \series default
25398
25399 \begin_inset Index idx
25400 status collapsed
25401
25402 \begin_layout Plain Layout
25403 Commands ! D ! 
25404 \backslash
25405 dbinom@
25406 \backslash
25407 DeclareMathOperator
25408 \end_layout
25409
25410 \end_inset
25411
25412
25413 \begin_inset Newline newline
25414 \end_inset
25415
25416
25417 \begin_inset VSpace -2mm
25418 \end_inset
25419
25420
25421 \begin_inset Newline newline
25422 \end_inset
25423
25424 Now the new defined function can be called with the command 
25425 \series bold
25426
25427 \backslash
25428 sgn
25429 \series default
25430 .
25431 \end_layout
25432
25433 \begin_layout Itemize
25434 Write the formula as usual, mark the formula name, in our example the letters
25435  
25436 \emph on
25437 sgn
25438 \emph default
25439 , and change it to mathematical text.
25440  Finally, a space is inserted between prefactor and function.
25441 \end_layout
25442
25443 \begin_layout Standard
25444 The result is the same with both methods as with a predefined function
25445 \begin_inset Foot
25446 status collapsed
25447
25448 \begin_layout Plain Layout
25449 In \SpecialChar LyX
25450  self-defined functions are displayed red, predefined ones black.
25451 \end_layout
25452
25453 \end_inset
25454
25455 :
25456 \begin_inset Separator parbreak
25457 \end_inset
25458
25459
25460 \end_layout
25461
25462 \begin_layout Standard
25463 \align center
25464 \begin_inset Tabular
25465 <lyxtabular version="3" rows="3" columns="2">
25466 <features booktabs="true" tabularvalignment="middle">
25467 <column alignment="center" valignment="top" width="0pt">
25468 <column alignment="center" valignment="top" width="0pt">
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 Command
25475 \end_layout
25476
25477 \end_inset
25478 </cell>
25479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25480 \begin_inset Text
25481
25482 \begin_layout Plain Layout
25483 Result
25484 \end_layout
25485
25486 \end_inset
25487 </cell>
25488 </row>
25489 <row>
25490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25491 \begin_inset Text
25492
25493 \begin_layout Plain Layout
25494 A
25495 \backslash
25496 sgn(x)+B
25497 \end_layout
25498
25499 \end_inset
25500 </cell>
25501 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25502 \begin_inset Text
25503
25504 \begin_layout Plain Layout
25505 \begin_inset Formula $A\sgn(x)+B$
25506 \end_inset
25507
25508
25509 \end_layout
25510
25511 \end_inset
25512 </cell>
25513 </row>
25514 <row>
25515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25516 \begin_inset Text
25517
25518 \begin_layout Plain Layout
25519 A
25520 \backslash
25521 ,
25522 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25523 \end_inset
25524
25525 (x)+B
25526 \end_layout
25527
25528 \end_inset
25529 </cell>
25530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25531 \begin_inset Text
25532
25533 \begin_layout Plain Layout
25534 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25535 \end_inset
25536
25537
25538 \end_layout
25539
25540 \end_inset
25541 </cell>
25542 </row>
25543 </lyxtabular>
25544
25545 \end_inset
25546
25547
25548 \end_layout
25549
25550 \begin_layout Standard
25551 The first method is more suitable when the self-defined function should
25552  be used several times.
25553 \end_layout
25554
25555 \begin_layout Subsection
25556 Limits
25557 \begin_inset Index idx
25558 status collapsed
25559
25560 \begin_layout Plain Layout
25561 Limits
25562 \end_layout
25563
25564 \end_inset
25565
25566
25567 \end_layout
25568
25569 \begin_layout Standard
25570 For limits, in addition to the commands 
25571 \series bold
25572
25573 \backslash
25574 lim
25575 \series default
25576
25577 \begin_inset Index idx
25578 status collapsed
25579
25580 \begin_layout Plain Layout
25581 Commands ! L ! 
25582 \backslash
25583 lim
25584 \end_layout
25585
25586 \end_inset
25587
25588
25589 \series bold
25590
25591 \backslash
25592 liminf
25593 \series default
25594  and 
25595 \series bold
25596
25597 \backslash
25598 limsup
25599 \series default
25600  the following functions are defined:
25601 \begin_inset Separator parbreak
25602 \end_inset
25603
25604
25605 \end_layout
25606
25607 \begin_layout Standard
25608 \align center
25609 \begin_inset Tabular
25610 <lyxtabular version="3" rows="5" columns="2">
25611 <features booktabs="true" tabularvalignment="middle">
25612 <column alignment="center" valignment="top" width="0pt">
25613 <column alignment="center" valignment="top" width="0pt">
25614 <row>
25615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25616 \begin_inset Text
25617
25618 \begin_layout Plain Layout
25619 Command
25620 \end_layout
25621
25622 \end_inset
25623 </cell>
25624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25625 \begin_inset Text
25626
25627 \begin_layout Plain Layout
25628 Result
25629 \end_layout
25630
25631 \end_inset
25632 </cell>
25633 </row>
25634 <row>
25635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25636 \begin_inset Text
25637
25638 \begin_layout Plain Layout
25639
25640 \backslash
25641 varliminf
25642 \end_layout
25643
25644 \end_inset
25645 </cell>
25646 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25647 \begin_inset Text
25648
25649 \begin_layout Plain Layout
25650 \begin_inset Formula $\varliminf$
25651 \end_inset
25652
25653
25654 \end_layout
25655
25656 \end_inset
25657 </cell>
25658 </row>
25659 <row topspace="1.5mm">
25660 <cell alignment="center" valignment="top" usebox="none">
25661 \begin_inset Text
25662
25663 \begin_layout Plain Layout
25664
25665 \backslash
25666 varlimsup
25667 \end_layout
25668
25669 \end_inset
25670 </cell>
25671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25672 \begin_inset Text
25673
25674 \begin_layout Plain Layout
25675 \begin_inset Formula $\varlimsup$
25676 \end_inset
25677
25678
25679 \end_layout
25680
25681 \end_inset
25682 </cell>
25683 </row>
25684 <row topspace="1.5mm">
25685 <cell alignment="center" valignment="top" usebox="none">
25686 \begin_inset Text
25687
25688 \begin_layout Plain Layout
25689
25690 \backslash
25691 varprojlim
25692 \end_layout
25693
25694 \end_inset
25695 </cell>
25696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25697 \begin_inset Text
25698
25699 \begin_layout Plain Layout
25700 \begin_inset Formula $\varprojlim$
25701 \end_inset
25702
25703
25704 \end_layout
25705
25706 \end_inset
25707 </cell>
25708 </row>
25709 <row topspace="1.5mm" bottomspace="1mm">
25710 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25711 \begin_inset Text
25712
25713 \begin_layout Plain Layout
25714
25715 \backslash
25716 varinjlim
25717 \end_layout
25718
25719 \end_inset
25720 </cell>
25721 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25722 \begin_inset Text
25723
25724 \begin_layout Plain Layout
25725 \begin_inset Formula $\varinjlim$
25726 \end_inset
25727
25728
25729 \end_layout
25730
25731 \end_inset
25732 </cell>
25733 </row>
25734 </lyxtabular>
25735
25736 \end_inset
25737
25738
25739 \end_layout
25740
25741 \begin_layout Standard
25742 \begin_inset VSpace medskip
25743 \end_inset
25744
25745 The limit is created by inserting a subscript.
25746  It is set right beside the function in an inline formula:
25747 \end_layout
25748
25749 \begin_layout Standard
25750 \align center
25751 \begin_inset Tabular
25752 <lyxtabular version="3" rows="2" columns="2">
25753 <features booktabs="true" tabularvalignment="middle">
25754 <column alignment="center" valignment="top" width="0pt">
25755 <column alignment="center" valignment="top" width="0pt">
25756 <row>
25757 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25758 \begin_inset Text
25759
25760 \begin_layout Plain Layout
25761 Command
25762 \end_layout
25763
25764 \end_inset
25765 </cell>
25766 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25767 \begin_inset Text
25768
25769 \begin_layout Plain Layout
25770 Result
25771 \end_layout
25772
25773 \end_inset
25774 </cell>
25775 </row>
25776 <row>
25777 <cell alignment="center" valignment="top" usebox="none">
25778 \begin_inset Text
25779
25780 \begin_layout Plain Layout
25781
25782 \backslash
25783 lim_x
25784 \backslash
25785 to
25786 \begin_inset space \textvisiblespace{}
25787 \end_inset
25788
25789 A
25790 \begin_inset space \textvisiblespace{}
25791 \end_inset
25792
25793 x=B
25794 \end_layout
25795
25796 \end_inset
25797 </cell>
25798 <cell alignment="center" valignment="top" usebox="none">
25799 \begin_inset Text
25800
25801 \begin_layout Plain Layout
25802 \begin_inset Formula $\lim_{x\to A}x=B$
25803 \end_inset
25804
25805
25806 \end_layout
25807
25808 \end_inset
25809 </cell>
25810 </row>
25811 </lyxtabular>
25812
25813 \end_inset
25814
25815
25816 \end_layout
25817
25818 \begin_layout Standard
25819 In a displayed formula the limit is set below the formula, as usual:
25820 \begin_inset Formula 
25821 \[
25822 \lim_{x\to A}x=B
25823 \]
25824
25825 \end_inset
25826
25827
25828 \end_layout
25829
25830 \begin_layout Standard
25831 \begin_inset VSpace medskip
25832 \end_inset
25833
25834
25835 \end_layout
25836
25837 \begin_layout Standard
25838 How to adjust the typesetting of the limits see 
25839 \begin_inset CommandInset ref
25840 LatexCommand ref
25841 reference "subsec:Operator-Limits"
25842
25843 \end_inset
25844
25845 .
25846 \end_layout
25847
25848 \begin_layout Subsection
25849 Modulo-Functions
25850 \begin_inset Index idx
25851 status collapsed
25852
25853 \begin_layout Plain Layout
25854 Functions ! modulo-
25855 \end_layout
25856
25857 \end_inset
25858
25859
25860 \end_layout
25861
25862 \begin_layout Standard
25863 The modulo-function is special, because it exists in four variants.
25864  The variants in a displayed formula are:
25865 \begin_inset Formula 
25866 \begin{align*}
25867 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25868 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25869 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25870 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25871 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25872 \end{align*}
25873
25874 \end_inset
25875
25876
25877 \end_layout
25878
25879 \begin_layout Standard
25880 In an inline formula less space is set before the function names for all
25881  variants.
25882  By default the modulo-functions take only the first following character
25883  into account.
25884  To use more than one character, one has to put them into \SpecialChar TeX
25885  braces:
25886 \begin_inset Formula 
25887 \begin{align*}
25888 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25889 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25890 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25891 \end{align*}
25892
25893 \end_inset
25894
25895
25896 \end_layout
25897
25898 \begin_layout Section
25899 Special Characters
25900 \begin_inset Index idx
25901 status collapsed
25902
25903 \begin_layout Plain Layout
25904 Special characters
25905 \end_layout
25906
25907 \end_inset
25908
25909
25910 \end_layout
25911
25912 \begin_layout Standard
25913 The characters ^ and _ would normally create a superscript and subscript,
25914  respectively.
25915  To get these characters you have to insert them with a leading 
25916 \backslash
25917 :
25918 \begin_inset Separator parbreak
25919 \end_inset
25920
25921
25922 \end_layout
25923
25924 \begin_layout Standard
25925 \noindent
25926 \align center
25927 \begin_inset Tabular
25928 <lyxtabular version="3" rows="3" columns="2">
25929 <features booktabs="true" tabularvalignment="middle">
25930 <column alignment="left" valignment="top" width="0pt">
25931 <column alignment="block" valignment="top">
25932 <row>
25933 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25934 \begin_inset Text
25935
25936 \begin_layout Plain Layout
25937 Command
25938 \end_layout
25939
25940 \end_inset
25941 </cell>
25942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25943 \begin_inset Text
25944
25945 \begin_layout Plain Layout
25946 Result
25947 \end_layout
25948
25949 \end_inset
25950 </cell>
25951 </row>
25952 <row>
25953 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25954 \begin_inset Text
25955
25956 \begin_layout Plain Layout
25957
25958 \backslash
25959 ^
25960 \begin_inset space \textvisiblespace{}
25961 \end_inset
25962
25963
25964 \end_layout
25965
25966 \end_inset
25967 </cell>
25968 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25969 \begin_inset Text
25970
25971 \begin_layout Plain Layout
25972 \begin_inset Formula $\mathcircumflex$
25973 \end_inset
25974
25975
25976 \end_layout
25977
25978 \end_inset
25979 </cell>
25980 </row>
25981 <row>
25982 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
25983 \begin_inset Text
25984
25985 \begin_layout Plain Layout
25986
25987 \backslash
25988 _
25989 \end_layout
25990
25991 \end_inset
25992 </cell>
25993 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25994 \begin_inset Text
25995
25996 \begin_layout Plain Layout
25997 \begin_inset Formula $\_$
25998 \end_inset
25999
26000
26001 \end_layout
26002
26003 \end_inset
26004 </cell>
26005 </row>
26006 </lyxtabular>
26007
26008 \end_inset
26009
26010
26011 \end_layout
26012
26013 \begin_layout Subsection
26014 Special Characters in Mathematical Text
26015 \end_layout
26016
26017 \begin_layout Standard
26018 The following commands can only be used in mathematical text or in \SpecialChar TeX
26019  mode:
26020 \end_layout
26021
26022 \begin_layout Standard
26023 \begin_inset space \hfill{}
26024 \end_inset
26025
26026
26027 \begin_inset Tabular
26028 <lyxtabular version="3" rows="8" columns="2">
26029 <features booktabs="true" tabularvalignment="middle">
26030 <column alignment="left" valignment="top" width="0pt">
26031 <column alignment="block" valignment="top">
26032 <row>
26033 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26034 \begin_inset Text
26035
26036 \begin_layout Plain Layout
26037 Command
26038 \end_layout
26039
26040 \end_inset
26041 </cell>
26042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26043 \begin_inset Text
26044
26045 \begin_layout Plain Layout
26046 Result
26047 \end_layout
26048
26049 \end_inset
26050 </cell>
26051 </row>
26052 <row>
26053 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26054 \begin_inset Text
26055
26056 \begin_layout Plain Layout
26057
26058 \backslash
26059 oe
26060 \end_layout
26061
26062 \end_inset
26063 </cell>
26064 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26065 \begin_inset Text
26066
26067 \begin_layout Plain Layout
26068 \begin_inset Formula $\textrm{œ}$
26069 \end_inset
26070
26071
26072 \end_layout
26073
26074 \end_inset
26075 </cell>
26076 </row>
26077 <row>
26078 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26079 \begin_inset Text
26080
26081 \begin_layout Plain Layout
26082
26083 \backslash
26084 OE
26085 \end_layout
26086
26087 \end_inset
26088 </cell>
26089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26090 \begin_inset Text
26091
26092 \begin_layout Plain Layout
26093 \begin_inset Formula $\textrm{Œ}$
26094 \end_inset
26095
26096
26097 \end_layout
26098
26099 \end_inset
26100 </cell>
26101 </row>
26102 <row>
26103 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26104 \begin_inset Text
26105
26106 \begin_layout Plain Layout
26107
26108 \backslash
26109 ae
26110 \end_layout
26111
26112 \end_inset
26113 </cell>
26114 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26115 \begin_inset Text
26116
26117 \begin_layout Plain Layout
26118 \begin_inset Formula $\textrm{æ}$
26119 \end_inset
26120
26121
26122 \end_layout
26123
26124 \end_inset
26125 </cell>
26126 </row>
26127 <row>
26128 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26129 \begin_inset Text
26130
26131 \begin_layout Plain Layout
26132
26133 \backslash
26134 AE
26135 \end_layout
26136
26137 \end_inset
26138 </cell>
26139 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26140 \begin_inset Text
26141
26142 \begin_layout Plain Layout
26143 \begin_inset Formula $\textrm{Æ}$
26144 \end_inset
26145
26146
26147 \end_layout
26148
26149 \end_inset
26150 </cell>
26151 </row>
26152 <row>
26153 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26154 \begin_inset Text
26155
26156 \begin_layout Plain Layout
26157
26158 \backslash
26159 aa
26160 \end_layout
26161
26162 \end_inset
26163 </cell>
26164 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26165 \begin_inset Text
26166
26167 \begin_layout Plain Layout
26168 \begin_inset Formula $\textrm{\aa}$
26169 \end_inset
26170
26171
26172 \end_layout
26173
26174 \end_inset
26175 </cell>
26176 </row>
26177 <row>
26178 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26179 \begin_inset Text
26180
26181 \begin_layout Plain Layout
26182
26183 \backslash
26184 AA
26185 \begin_inset Index idx
26186 status collapsed
26187
26188 \begin_layout Plain Layout
26189
26190 \backslash
26191 @
26192 \begin_inset ERT
26193 status collapsed
26194
26195 \begin_layout Plain Layout
26196
26197
26198 \backslash
26199 textrm{
26200 \backslash
26201 AA}
26202 \end_layout
26203
26204 \end_inset
26205
26206
26207 \end_layout
26208
26209 \end_inset
26210
26211
26212 \end_layout
26213
26214 \end_inset
26215 </cell>
26216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26217 \begin_inset Text
26218
26219 \begin_layout Plain Layout
26220 \begin_inset Formula $\textrm{Å}$
26221 \end_inset
26222
26223
26224 \end_layout
26225
26226 \end_inset
26227 </cell>
26228 </row>
26229 <row>
26230 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26231 \begin_inset Text
26232
26233 \begin_layout Plain Layout
26234
26235 \backslash
26236 i
26237 \end_layout
26238
26239 \end_inset
26240 </cell>
26241 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26242 \begin_inset Text
26243
26244 \begin_layout Plain Layout
26245 \begin_inset Formula $\textrm{ı}$
26246 \end_inset
26247
26248
26249 \end_layout
26250
26251 \end_inset
26252 </cell>
26253 </row>
26254 </lyxtabular>
26255
26256 \end_inset
26257
26258
26259 \begin_inset space \hfill{}
26260 \end_inset
26261
26262
26263 \begin_inset Tabular
26264 <lyxtabular version="3" rows="8" columns="2">
26265 <features booktabs="true" tabularvalignment="middle">
26266 <column alignment="left" valignment="top" width="0pt">
26267 <column alignment="center" valignment="top">
26268 <row>
26269 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26270 \begin_inset Text
26271
26272 \begin_layout Plain Layout
26273 Command
26274 \begin_inset Note Note
26275 status collapsed
26276
26277 \begin_layout Plain Layout
26278 The space of 0
26279 \begin_inset space \thinspace{}
26280 \end_inset
26281
26282 mm is used for separation, because otherwise the output will be ¡ and ¿
26283  respectively.
26284 \end_layout
26285
26286 \end_inset
26287
26288
26289 \end_layout
26290
26291 \end_inset
26292 </cell>
26293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26294 \begin_inset Text
26295
26296 \begin_layout Plain Layout
26297 Result
26298 \end_layout
26299
26300 \end_inset
26301 </cell>
26302 </row>
26303 <row>
26304 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26305 \begin_inset Text
26306
26307 \begin_layout Plain Layout
26308
26309 \backslash
26310 o
26311 \end_layout
26312
26313 \end_inset
26314 </cell>
26315 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26316 \begin_inset Text
26317
26318 \begin_layout Plain Layout
26319 \begin_inset Formula $\textrm{ø}$
26320 \end_inset
26321
26322
26323 \end_layout
26324
26325 \end_inset
26326 </cell>
26327 </row>
26328 <row>
26329 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26330 \begin_inset Text
26331
26332 \begin_layout Plain Layout
26333
26334 \backslash
26335 O
26336 \end_layout
26337
26338 \end_inset
26339 </cell>
26340 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26341 \begin_inset Text
26342
26343 \begin_layout Plain Layout
26344 \begin_inset Formula $\textrm{Ø}$
26345 \end_inset
26346
26347
26348 \end_layout
26349
26350 \end_inset
26351 </cell>
26352 </row>
26353 <row>
26354 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26355 \begin_inset Text
26356
26357 \begin_layout Plain Layout
26358
26359 \backslash
26360 l
26361 \end_layout
26362
26363 \end_inset
26364 </cell>
26365 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26366 \begin_inset Text
26367
26368 \begin_layout Plain Layout
26369 \begin_inset Formula $\textrm{ł}$
26370 \end_inset
26371
26372
26373 \end_layout
26374
26375 \end_inset
26376 </cell>
26377 </row>
26378 <row>
26379 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26380 \begin_inset Text
26381
26382 \begin_layout Plain Layout
26383
26384 \backslash
26385 L
26386 \end_layout
26387
26388 \end_inset
26389 </cell>
26390 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26391 \begin_inset Text
26392
26393 \begin_layout Plain Layout
26394 \begin_inset Formula $\textrm{Ł}$
26395 \end_inset
26396
26397
26398 \end_layout
26399
26400 \end_inset
26401 </cell>
26402 </row>
26403 <row>
26404 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26405 \begin_inset Text
26406
26407 \begin_layout Plain Layout
26408 !
26409 \begin_inset space \hspace{}
26410 \length 0mm
26411 \end_inset
26412
26413 `
26414 \begin_inset space \textvisiblespace{}
26415 \end_inset
26416
26417
26418 \end_layout
26419
26420 \end_inset
26421 </cell>
26422 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26423 \begin_inset Text
26424
26425 \begin_layout Plain Layout
26426 \begin_inset Formula $\textrm{!`}$
26427 \end_inset
26428
26429
26430 \end_layout
26431
26432 \end_inset
26433 </cell>
26434 </row>
26435 <row>
26436 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26437 \begin_inset Text
26438
26439 \begin_layout Plain Layout
26440 ?
26441 \begin_inset space \hspace{}
26442 \length 0mm
26443 \end_inset
26444
26445 `
26446 \begin_inset space \textvisiblespace{}
26447 \end_inset
26448
26449
26450 \end_layout
26451
26452 \end_inset
26453 </cell>
26454 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26455 \begin_inset Text
26456
26457 \begin_layout Plain Layout
26458 \begin_inset Formula $\textrm{?`}$
26459 \end_inset
26460
26461
26462 \end_layout
26463
26464 \end_inset
26465 </cell>
26466 </row>
26467 <row>
26468 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26469 \begin_inset Text
26470
26471 \begin_layout Plain Layout
26472
26473 \backslash
26474 j
26475 \end_layout
26476
26477 \end_inset
26478 </cell>
26479 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26480 \begin_inset Text
26481
26482 \begin_layout Plain Layout
26483 \begin_inset Formula $\textrm{ȷ}$
26484 \end_inset
26485
26486
26487 \end_layout
26488
26489 \end_inset
26490 </cell>
26491 </row>
26492 </lyxtabular>
26493
26494 \end_inset
26495
26496
26497 \begin_inset space \hfill{}
26498 \end_inset
26499
26500
26501 \end_layout
26502
26503 \begin_layout Standard
26504 The characters 
26505 \begin_inset Formula $\textrm{\textrm{Å}}$
26506 \end_inset
26507
26508  and 
26509 \begin_inset Formula $\textrm{\textrm{Ø}}$
26510 \end_inset
26511
26512  can also be inserted via the math toolbar button 
26513 \begin_inset Info
26514 type  "icon"
26515 arg   "math-insert \\digamma"
26516 \end_inset
26517
26518 .
26519 \end_layout
26520
26521 \begin_layout Standard
26522 An exception are the commands 
26523 \series bold
26524 !
26525 \begin_inset space \hspace{}
26526 \length 0mm
26527 \end_inset
26528
26529 `
26530 \series default
26531  and 
26532 \series bold
26533 ?
26534 \begin_inset space \hspace{}
26535 \length 0mm
26536 \end_inset
26537
26538 `
26539 \series default
26540 , because they can be inserted in \SpecialChar LyX
26541  directly to text.
26542 \end_layout
26543
26544 \begin_layout Subsection
26545 Accents in Text
26546 \begin_inset CommandInset label
26547 LatexCommand label
26548 name "subsec:Accents-in-Text"
26549
26550 \end_inset
26551
26552
26553 \begin_inset Index idx
26554 status collapsed
26555
26556 \begin_layout Plain Layout
26557 Accents ! in text
26558 \end_layout
26559
26560 \end_inset
26561
26562
26563 \end_layout
26564
26565 \begin_layout Standard
26566 With the following commands all letters can be accented.
26567  The commands must be inserted in \SpecialChar TeX
26568  mode.
26569 \end_layout
26570
26571 \begin_layout Standard
26572 \begin_inset space \hfill{}
26573 \end_inset
26574
26575
26576 \begin_inset Tabular
26577 <lyxtabular version="3" rows="8" columns="2">
26578 <features booktabs="true" tabularvalignment="middle">
26579 <column alignment="left" valignment="top" width="0pt">
26580 <column alignment="block" valignment="top">
26581 <row>
26582 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26583 \begin_inset Text
26584
26585 \begin_layout Plain Layout
26586 Command
26587 \end_layout
26588
26589 \end_inset
26590 </cell>
26591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26592 \begin_inset Text
26593
26594 \begin_layout Plain Layout
26595 Result
26596 \end_layout
26597
26598 \end_inset
26599 </cell>
26600 </row>
26601 <row>
26602 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26603 \begin_inset Text
26604
26605 \begin_layout Plain Layout
26606
26607 \backslash
26608
26609 \begin_inset Quotes grd
26610 \end_inset
26611
26612 e
26613 \end_layout
26614
26615 \end_inset
26616 </cell>
26617 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26618 \begin_inset Text
26619
26620 \begin_layout Plain Layout
26621 \begin_inset ERT
26622 status collapsed
26623
26624 \begin_layout Plain Layout
26625
26626
26627 \backslash
26628 "e
26629 \end_layout
26630
26631 \end_inset
26632
26633
26634 \end_layout
26635
26636 \end_inset
26637 </cell>
26638 </row>
26639 <row>
26640 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26641 \begin_inset Text
26642
26643 \begin_layout Plain Layout
26644
26645 \backslash
26646 `e
26647 \end_layout
26648
26649 \end_inset
26650 </cell>
26651 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26652 \begin_inset Text
26653
26654 \begin_layout Plain Layout
26655 \begin_inset ERT
26656 status collapsed
26657
26658 \begin_layout Plain Layout
26659
26660
26661 \backslash
26662 `e
26663 \end_layout
26664
26665 \end_inset
26666
26667
26668 \end_layout
26669
26670 \end_inset
26671 </cell>
26672 </row>
26673 <row>
26674 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26675 \begin_inset Text
26676
26677 \begin_layout Plain Layout
26678
26679 \backslash
26680 ^
26681 \begin_inset space \textvisiblespace{}
26682 \end_inset
26683
26684 e
26685 \end_layout
26686
26687 \end_inset
26688 </cell>
26689 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26690 \begin_inset Text
26691
26692 \begin_layout Plain Layout
26693 \begin_inset ERT
26694 status collapsed
26695
26696 \begin_layout Plain Layout
26697
26698
26699 \backslash
26700 ^e
26701 \end_layout
26702
26703 \end_inset
26704
26705
26706 \end_layout
26707
26708 \end_inset
26709 </cell>
26710 </row>
26711 <row>
26712 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26713 \begin_inset Text
26714
26715 \begin_layout Plain Layout
26716
26717 \backslash
26718 =e
26719 \end_layout
26720
26721 \end_inset
26722 </cell>
26723 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26724 \begin_inset Text
26725
26726 \begin_layout Plain Layout
26727 \begin_inset ERT
26728 status collapsed
26729
26730 \begin_layout Plain Layout
26731
26732
26733 \backslash
26734 =e
26735 \end_layout
26736
26737 \end_inset
26738
26739
26740 \end_layout
26741
26742 \end_inset
26743 </cell>
26744 </row>
26745 <row>
26746 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26747 \begin_inset Text
26748
26749 \begin_layout Plain Layout
26750
26751 \backslash
26752 u
26753 \begin_inset space \textvisiblespace{}
26754 \end_inset
26755
26756 e
26757 \end_layout
26758
26759 \end_inset
26760 </cell>
26761 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26762 \begin_inset Text
26763
26764 \begin_layout Plain Layout
26765 \begin_inset ERT
26766 status collapsed
26767
26768 \begin_layout Plain Layout
26769
26770
26771 \backslash
26772 u e
26773 \end_layout
26774
26775 \end_inset
26776
26777
26778 \end_layout
26779
26780 \end_inset
26781 </cell>
26782 </row>
26783 <row>
26784 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26785 \begin_inset Text
26786
26787 \begin_layout Plain Layout
26788
26789 \backslash
26790 b
26791 \begin_inset space \textvisiblespace{}
26792 \end_inset
26793
26794 e
26795 \end_layout
26796
26797 \end_inset
26798 </cell>
26799 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26800 \begin_inset Text
26801
26802 \begin_layout Plain Layout
26803 \begin_inset ERT
26804 status collapsed
26805
26806 \begin_layout Plain Layout
26807
26808
26809 \backslash
26810 b e
26811 \end_layout
26812
26813 \end_inset
26814
26815
26816 \end_layout
26817
26818 \end_inset
26819 </cell>
26820 </row>
26821 <row>
26822 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26823 \begin_inset Text
26824
26825 \begin_layout Plain Layout
26826
26827 \backslash
26828 t
26829 \begin_inset space \textvisiblespace{}
26830 \end_inset
26831
26832 ee
26833 \end_layout
26834
26835 \end_inset
26836 </cell>
26837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26838 \begin_inset Text
26839
26840 \begin_layout Plain Layout
26841 \begin_inset ERT
26842 status collapsed
26843
26844 \begin_layout Plain Layout
26845
26846
26847 \backslash
26848 t ee
26849 \end_layout
26850
26851 \end_inset
26852
26853
26854 \end_layout
26855
26856 \end_inset
26857 </cell>
26858 </row>
26859 </lyxtabular>
26860
26861 \end_inset
26862
26863
26864 \begin_inset space \hfill{}
26865 \end_inset
26866
26867
26868 \begin_inset Tabular
26869 <lyxtabular version="3" rows="8" columns="2">
26870 <features booktabs="true" tabularvalignment="middle">
26871 <column alignment="left" valignment="top" width="0pt">
26872 <column alignment="center" valignment="top">
26873 <row>
26874 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26875 \begin_inset Text
26876
26877 \begin_layout Plain Layout
26878 Command
26879 \end_layout
26880
26881 \end_inset
26882 </cell>
26883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26884 \begin_inset Text
26885
26886 \begin_layout Plain Layout
26887 Result
26888 \end_layout
26889
26890 \end_inset
26891 </cell>
26892 </row>
26893 <row>
26894 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26895 \begin_inset Text
26896
26897 \begin_layout Plain Layout
26898
26899 \backslash
26900 H
26901 \begin_inset space \textvisiblespace{}
26902 \end_inset
26903
26904 e
26905 \end_layout
26906
26907 \end_inset
26908 </cell>
26909 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26910 \begin_inset Text
26911
26912 \begin_layout Plain Layout
26913 \begin_inset ERT
26914 status collapsed
26915
26916 \begin_layout Plain Layout
26917
26918
26919 \backslash
26920 H e
26921 \end_layout
26922
26923 \end_inset
26924
26925
26926 \end_layout
26927
26928 \end_inset
26929 </cell>
26930 </row>
26931 <row>
26932 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26933 \begin_inset Text
26934
26935 \begin_layout Plain Layout
26936
26937 \backslash
26938 'e
26939 \end_layout
26940
26941 \end_inset
26942 </cell>
26943 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26944 \begin_inset Text
26945
26946 \begin_layout Plain Layout
26947 \begin_inset ERT
26948 status collapsed
26949
26950 \begin_layout Plain Layout
26951
26952
26953 \backslash
26954 'e
26955 \end_layout
26956
26957 \end_inset
26958
26959
26960 \end_layout
26961
26962 \end_inset
26963 </cell>
26964 </row>
26965 <row>
26966 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26967 \begin_inset Text
26968
26969 \begin_layout Plain Layout
26970
26971 \backslash
26972 ~e
26973 \begin_inset Index idx
26974 status collapsed
26975
26976 \begin_layout Plain Layout
26977 Tilde
26978 \end_layout
26979
26980 \end_inset
26981
26982
26983 \end_layout
26984
26985 \end_inset
26986 </cell>
26987 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26988 \begin_inset Text
26989
26990 \begin_layout Plain Layout
26991 \begin_inset ERT
26992 status collapsed
26993
26994 \begin_layout Plain Layout
26995
26996
26997 \backslash
26998 ~e
26999 \end_layout
27000
27001 \end_inset
27002
27003
27004 \end_layout
27005
27006 \end_inset
27007 </cell>
27008 </row>
27009 <row>
27010 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27011 \begin_inset Text
27012
27013 \begin_layout Plain Layout
27014
27015 \backslash
27016 .e
27017 \end_layout
27018
27019 \end_inset
27020 </cell>
27021 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27022 \begin_inset Text
27023
27024 \begin_layout Plain Layout
27025 \begin_inset ERT
27026 status collapsed
27027
27028 \begin_layout Plain Layout
27029
27030
27031 \backslash
27032 .e
27033 \end_layout
27034
27035 \end_inset
27036
27037
27038 \end_layout
27039
27040 \end_inset
27041 </cell>
27042 </row>
27043 <row>
27044 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27045 \begin_inset Text
27046
27047 \begin_layout Plain Layout
27048
27049 \backslash
27050 v
27051 \begin_inset space \textvisiblespace{}
27052 \end_inset
27053
27054 e
27055 \end_layout
27056
27057 \end_inset
27058 </cell>
27059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27060 \begin_inset Text
27061
27062 \begin_layout Plain Layout
27063 \begin_inset ERT
27064 status collapsed
27065
27066 \begin_layout Plain Layout
27067
27068
27069 \backslash
27070 v e
27071 \end_layout
27072
27073 \end_inset
27074
27075
27076 \end_layout
27077
27078 \end_inset
27079 </cell>
27080 </row>
27081 <row>
27082 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27083 \begin_inset Text
27084
27085 \begin_layout Plain Layout
27086
27087 \backslash
27088 d
27089 \begin_inset space \textvisiblespace{}
27090 \end_inset
27091
27092 e
27093 \end_layout
27094
27095 \end_inset
27096 </cell>
27097 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27098 \begin_inset Text
27099
27100 \begin_layout Plain Layout
27101 \begin_inset ERT
27102 status collapsed
27103
27104 \begin_layout Plain Layout
27105
27106
27107 \backslash
27108 d e
27109 \end_layout
27110
27111 \end_inset
27112
27113
27114 \end_layout
27115
27116 \end_inset
27117 </cell>
27118 </row>
27119 <row>
27120 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27121 \begin_inset Text
27122
27123 \begin_layout Plain Layout
27124
27125 \backslash
27126 c
27127 \begin_inset space \textvisiblespace{}
27128 \end_inset
27129
27130 e
27131 \end_layout
27132
27133 \end_inset
27134 </cell>
27135 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27136 \begin_inset Text
27137
27138 \begin_layout Plain Layout
27139 \begin_inset ERT
27140 status collapsed
27141
27142 \begin_layout Plain Layout
27143
27144
27145 \backslash
27146 c e
27147 \end_layout
27148
27149 \end_inset
27150
27151
27152 \end_layout
27153
27154 \end_inset
27155 </cell>
27156 </row>
27157 </lyxtabular>
27158
27159 \end_inset
27160
27161
27162 \begin_inset space \hfill{}
27163 \end_inset
27164
27165
27166 \end_layout
27167
27168 \begin_layout Standard
27169 \begin_inset VSpace medskip
27170 \end_inset
27171
27172 With the command 
27173 \series bold
27174
27175 \backslash
27176 t
27177 \series default
27178  also two different characters can be accented.
27179  The command 
27180 \series bold
27181
27182 \backslash
27183 t
27184 \begin_inset space \textvisiblespace{}
27185 \end_inset
27186
27187 sz
27188 \series default
27189  creates: 
27190 \begin_inset ERT
27191 status collapsed
27192
27193 \begin_layout Plain Layout
27194
27195
27196 \backslash
27197 t sz
27198 \end_layout
27199
27200 \end_inset
27201
27202
27203 \end_layout
27204
27205 \begin_layout Standard
27206 The accents 
27207 \series bold
27208 `
27209 \series default
27210  , 
27211 \series bold
27212 '
27213 \series default
27214  and 
27215 \series bold
27216 ^
27217 \series default
27218  can in combination with vowels directly be inserted with the keyboard without
27219  using \SpecialChar TeX
27220  mode.
27221  The same applies for the tilde
27222 \begin_inset Foot
27223 status collapsed
27224
27225 \begin_layout Plain Layout
27226 This only applies for keyboards where the tilde is defined as accent.
27227 \end_layout
27228
27229 \end_inset
27230
27231  
27232 \series bold
27233 ~
27234 \series default
27235  in combination with 
27236 \emph on
27237 a
27238 \emph default
27239  , 
27240 \emph on
27241 n
27242 \emph default
27243  , or 
27244 \emph on
27245 o
27246 \emph default
27247 .
27248 \end_layout
27249
27250 \begin_layout Standard
27251 The commands 
27252 \series bold
27253
27254 \backslash
27255 b
27256 \series default
27257  , 
27258 \series bold
27259
27260 \backslash
27261 c
27262 \series default
27263  , 
27264 \series bold
27265
27266 \backslash
27267 d
27268 \series default
27269  , 
27270 \series bold
27271
27272 \backslash
27273 H
27274 \series default
27275  , 
27276 \series bold
27277
27278 \backslash
27279 t
27280 \series default
27281  , 
27282 \series bold
27283
27284 \backslash
27285 u
27286 \series default
27287  , 
27288 \series bold
27289
27290 \backslash
27291 v
27292 \series default
27293  and accents that are inserted directly with the keyboard are also available
27294  in mathematical text.
27295  For the other accents there are special math commands to be used in formulas,
27296  see 
27297 \begin_inset CommandInset ref
27298 LatexCommand ref
27299 reference "subsec:Accents-for-one"
27300
27301 \end_inset
27302
27303 .
27304 \end_layout
27305
27306 \begin_layout Standard
27307 \begin_inset VSpace bigskip
27308 \end_inset
27309
27310 Furthermore, with the command 
27311 \series bold
27312
27313 \backslash
27314 textcircled
27315 \series default
27316
27317 \begin_inset Index idx
27318 status collapsed
27319
27320 \begin_layout Plain Layout
27321 Commands ! T ! 
27322 \backslash
27323 textcircled
27324 \end_layout
27325
27326 \end_inset
27327
27328  all numbers and letters can be set into a circle, quasi accented with a
27329  circle, similar to the copyright symbol.
27330 \end_layout
27331
27332 \begin_layout Standard
27333 \align center
27334 \begin_inset Tabular
27335 <lyxtabular version="3" rows="3" columns="2">
27336 <features booktabs="true" tabularvalignment="middle">
27337 <column alignment="center" valignment="top" width="0pt">
27338 <column alignment="center" valignment="top">
27339 <row>
27340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27341 \begin_inset Text
27342
27343 \begin_layout Plain Layout
27344 Command
27345 \end_layout
27346
27347 \end_inset
27348 </cell>
27349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27350 \begin_inset Text
27351
27352 \begin_layout Plain Layout
27353 Result
27354 \end_layout
27355
27356 \end_inset
27357 </cell>
27358 </row>
27359 <row>
27360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27361 \begin_inset Text
27362
27363 \begin_layout Plain Layout
27364
27365 \backslash
27366 textcircled{w}
27367 \end_layout
27368
27369 \end_inset
27370 </cell>
27371 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27372 \begin_inset Text
27373
27374 \begin_layout Plain Layout
27375 \begin_inset ERT
27376 status collapsed
27377
27378 \begin_layout Plain Layout
27379
27380
27381 \backslash
27382 textcircled{w}
27383 \end_layout
27384
27385 \end_inset
27386
27387
27388 \end_layout
27389
27390 \end_inset
27391 </cell>
27392 </row>
27393 <row topspace="1mm">
27394 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27395 \begin_inset Text
27396
27397 \begin_layout Plain Layout
27398
27399 \backslash
27400 Large 
27401 \backslash
27402 textcircled{
27403 \backslash
27404 normalsize
27405 \backslash
27406 protect
27407 \backslash
27408 raisebox{-1.5pt}{W}}
27409 \end_layout
27410
27411 \end_inset
27412 </cell>
27413 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27414 \begin_inset Text
27415
27416 \begin_layout Plain Layout
27417 \begin_inset ERT
27418 status collapsed
27419
27420 \begin_layout Plain Layout
27421
27422
27423 \backslash
27424 Large 
27425 \backslash
27426 textcircled{
27427 \backslash
27428 normalsize
27429 \backslash
27430 protect
27431 \backslash
27432 raisebox{-1.5pt}W}
27433 \end_layout
27434
27435 \end_inset
27436
27437
27438 \end_layout
27439
27440 \end_inset
27441 </cell>
27442 </row>
27443 </lyxtabular>
27444
27445 \end_inset
27446
27447
27448 \end_layout
27449
27450 \begin_layout Standard
27451 One has to take care that the character fits in the circle.
27452  
27453 \series bold
27454
27455 \backslash
27456 Large
27457 \series default
27458
27459 \begin_inset Foot
27460 status collapsed
27461
27462 \begin_layout Plain Layout
27463 see 
27464 \begin_inset CommandInset ref
27465 LatexCommand ref
27466 reference "subsec:Font-Sizes"
27467
27468 \end_inset
27469
27470
27471 \end_layout
27472
27473 \end_inset
27474
27475  specifies thereby the size of the circle.
27476  With the help of 
27477 \series bold
27478
27479 \backslash
27480 raisebox
27481 \series default
27482
27483 \begin_inset Foot
27484 status collapsed
27485
27486 \begin_layout Plain Layout
27487 see 
27488 \begin_inset CommandInset ref
27489 LatexCommand ref
27490 reference "subsec:Boxes-without-Frame"
27491
27492 \end_inset
27493
27494
27495 \end_layout
27496
27497 \end_inset
27498
27499  the character can be centered.
27500 \end_layout
27501
27502 \begin_layout Subsection
27503 Old-style Figures
27504 \begin_inset Index idx
27505 status collapsed
27506
27507 \begin_layout Plain Layout
27508 Old-style Figures
27509 \end_layout
27510
27511 \end_inset
27512
27513
27514 \end_layout
27515
27516 \begin_layout Standard
27517 Old-style figures (also known as old-style numerals) are created with the
27518  command 
27519 \series bold
27520
27521 \backslash
27522 oldstylenums
27523 \series default
27524
27525 \begin_inset Index idx
27526 status collapsed
27527
27528 \begin_layout Plain Layout
27529 Commands ! O ! 
27530 \backslash
27531 oldstylenums
27532 \end_layout
27533
27534 \end_inset
27535
27536 .
27537  The command can be used in formulas and in \SpecialChar TeX
27538  mode.
27539  The command scheme is:
27540 \end_layout
27541
27542 \begin_layout Standard
27543
27544 \series bold
27545
27546 \backslash
27547 oldstylenums{number}
27548 \end_layout
27549
27550 \begin_layout Standard
27551 The command 
27552 \series bold
27553
27554 \backslash
27555 oldstylenums{0123456789
27556 \series default
27557  produces: 
27558 \begin_inset Formula $\oldstylenums{0123456789}$
27559 \end_inset
27560
27561
27562 \end_layout
27563
27564 \begin_layout Section
27565 Formula Styles
27566 \begin_inset CommandInset label
27567 LatexCommand label
27568 name "sec:Formula-Styles"
27569
27570 \end_inset
27571
27572
27573 \begin_inset Index idx
27574 status collapsed
27575
27576 \begin_layout Plain Layout
27577 Formula ! styles
27578 \end_layout
27579
27580 \end_inset
27581
27582
27583 \end_layout
27584
27585 \begin_layout Itemize
27586 There are two different alignment styles:
27587 \begin_inset Separator parbreak
27588 \end_inset
27589
27590
27591 \end_layout
27592
27593 \begin_deeper
27594 \begin_layout Description
27595 Centered is the predefined standard
27596 \end_layout
27597
27598 \begin_layout Description
27599 Indented for this the option 
27600 \series bold
27601 fleqn
27602 \series default
27603  must be inserted in the menu 
27604 \family sans
27605 Document\SpecialChar menuseparator
27606 Settings
27607 \family default
27608  under 
27609 \family sans
27610 Document
27611 \begin_inset space ~
27612 \end_inset
27613
27614 Class
27615 \end_layout
27616
27617 \begin_layout Standard
27618 When 
27619 \series bold
27620 Indented
27621 \series default
27622  is used, the indentation can be adjusted with the length 
27623 \series bold
27624
27625 \backslash
27626 mathindent
27627 \series default
27628
27629 \begin_inset Index idx
27630 status collapsed
27631
27632 \begin_layout Plain Layout
27633 Commands ! M ! 
27634 \backslash
27635 mathindent
27636 \end_layout
27637
27638 \end_inset
27639
27640 .
27641  Should the distance be 15
27642 \begin_inset space \thinspace{}
27643 \end_inset
27644
27645 mm, the following command line is inserted in the \SpecialChar LaTeX
27646 -preamble
27647 \end_layout
27648
27649 \begin_layout Standard
27650
27651 \series bold
27652
27653 \backslash
27654 setlength{
27655 \backslash
27656 mathindent}{15mm}
27657 \end_layout
27658
27659 \begin_layout Standard
27660 When no length is specified, the predefined value of 30
27661 \begin_inset space \thinspace{}
27662 \end_inset
27663
27664 pt will be used.
27665 \end_layout
27666
27667 \end_deeper
27668 \begin_layout Itemize
27669 And two different numbering styles:
27670 \begin_inset Separator parbreak
27671 \end_inset
27672
27673
27674 \end_layout
27675
27676 \begin_deeper
27677 \begin_layout Description
27678 Right is the predefined standard
27679 \end_layout
27680
27681 \begin_layout Description
27682 Left for this the option 
27683 \series bold
27684 leqno
27685 \series default
27686  must be inserted in the menu 
27687 \family sans
27688 Document\SpecialChar menuseparator
27689 Settings
27690 \family default
27691  under 
27692 \family sans
27693 Document
27694 \begin_inset space ~
27695 \end_inset
27696
27697 Class
27698 \end_layout
27699
27700 \end_deeper
27701 \begin_layout Standard
27702
27703 \series bold
27704 fleqn
27705 \series default
27706  and 
27707 \series bold
27708 leqno
27709 \series default
27710  can also be used together.
27711  In this case both options are inserted, separated by a comma.
27712 \end_layout
27713
27714 \begin_layout Standard
27715 The chosen styles are used for all displayed formulas of the document.
27716  When both, centered and indented formulas should be created in a document,
27717  the style 
27718 \series bold
27719 Centered
27720 \series default
27721  is used.
27722  The indented formulas are then set in a flalign environment, see 
27723 \begin_inset CommandInset ref
27724 LatexCommand ref
27725 reference "subsec:Flalign-Environment"
27726
27727 \end_inset
27728
27729 .
27730 \end_layout
27731
27732 \begin_layout Section
27733 Multiline Formulas
27734 \begin_inset CommandInset label
27735 LatexCommand label
27736 name "sec:Multiline-Formulas"
27737
27738 \end_inset
27739
27740
27741 \begin_inset Index idx
27742 status collapsed
27743
27744 \begin_layout Plain Layout
27745 Formula ! multiline
27746 \end_layout
27747
27748 \end_inset
27749
27750
27751 \end_layout
27752
27753 \begin_layout Subsection
27754 General
27755 \end_layout
27756
27757 \begin_layout Standard
27758 In \SpecialChar LyX
27759  multiline formulas are created by pressing 
27760 \begin_inset Info
27761 type  "shortcut"
27762 arg   "newline-insert newline"
27763 \end_inset
27764
27765  inside a formula.
27766  This creates either an 
27767 \series bold
27768 eqnarray environment
27769 \series default
27770  that is described in 
27771 \begin_inset CommandInset ref
27772 LatexCommand ref
27773 reference "subsec:Eqnarray-Environment"
27774
27775 \end_inset
27776
27777  or, when the option 
27778 \family sans
27779 Use AMS math package
27780 \family default
27781  in the document settings is selected, an 
27782 \series bold
27783 align environment
27784 \series default
27785  that is described in 
27786 \begin_inset CommandInset ref
27787 LatexCommand ref
27788 reference "subsec:Standard-align-Environment"
27789
27790 \end_inset
27791
27792 .
27793  The align environment is recommended because it provides in any case a
27794  typographically correct output.
27795 \end_layout
27796
27797 \begin_layout Standard
27798 There are other multiline formula environments that can be created via the
27799  menu 
27800 \family sans
27801 Insert\SpecialChar menuseparator
27802 Math
27803 \family default
27804 .
27805  These environments are described in the following sections.
27806 \end_layout
27807
27808 \begin_layout Standard
27809 In all multiline formula environments a new line is created by pressing
27810  
27811 \begin_inset Info
27812 type  "shortcut"
27813 arg   "newline-insert newline"
27814 \end_inset
27815
27816 .
27817  To add or delete lines, the math toolbar buttons 
27818 \begin_inset Info
27819 type  "icon"
27820 arg   "inset-modify tabular append-row"
27821 \end_inset
27822
27823  or 
27824 \begin_inset Info
27825 type  "icon"
27826 arg   "inset-modify tabular delete-row"
27827 \end_inset
27828
27829 , respectively, or the menu 
27830 \family sans
27831 Edit\SpecialChar menuseparator
27832 Rows & Columns
27833 \family default
27834  can be used.
27835 \end_layout
27836
27837 \begin_layout Subsubsection
27838 Line Separation
27839 \begin_inset CommandInset label
27840 LatexCommand label
27841 name "subsec:Line-Separation"
27842
27843 \end_inset
27844
27845
27846 \begin_inset Index idx
27847 status collapsed
27848
27849 \begin_layout Plain Layout
27850 Formula ! multiline ! Line separation
27851 \end_layout
27852
27853 \end_inset
27854
27855
27856 \end_layout
27857
27858 \begin_layout Standard
27859 There is sometimes not enough space in multiline formulas between the lines:
27860 \begin_inset Formula 
27861 \begin{eqnarray*}
27862 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}\\
27863 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
27864 \end{eqnarray*}
27865
27866 \end_inset
27867
27868
27869 \end_layout
27870
27871 \begin_layout Standard
27872 In \SpecialChar LaTeX
27873  additional line space is specified as optional argument of the new line
27874  command.
27875  This is not yet possible in \SpecialChar LyX
27876
27877 \begin_inset Foot
27878 status collapsed
27879
27880 \begin_layout Plain Layout
27881 see 
27882 \begin_inset CommandInset href
27883 LatexCommand href
27884 name "LyX-bug #1505"
27885 target "http://www.lyx.org/trac/ticket/1505"
27886
27887 \end_inset
27888
27889
27890 \end_layout
27891
27892 \end_inset
27893
27894 , therefore the whole formula must be inserted in \SpecialChar TeX
27895  mode.
27896  To add in our example space, the command 
27897 \series bold
27898
27899 \backslash
27900
27901 \backslash
27902 [3mm]
27903 \series default
27904  is inserted at the end of the first line.
27905  One gets: 
27906 \begin_inset ERT
27907 status collapsed
27908
27909 \begin_layout Plain Layout
27910
27911
27912 \backslash
27913 begin{eqnarray*}
27914 \end_layout
27915
27916 \begin_layout Plain Layout
27917
27918 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27919  = & 
27920 \backslash
27921 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27922 \backslash
27923
27924 \backslash
27925 [3mm]
27926 \end_layout
27927
27928 \begin_layout Plain Layout
27929
27930 4x^{2}
27931 \backslash
27932 left(B^{2}+x_{0}^{2}
27933 \backslash
27934 right)+4x_{0}x
27935 \backslash
27936 left(D-B^{2}
27937 \backslash
27938 right)+B^{2}
27939 \backslash
27940 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27941 \backslash
27942 right) & = & 0
27943 \end_layout
27944
27945 \begin_layout Plain Layout
27946
27947
27948 \backslash
27949 end{eqnarray*}
27950 \end_layout
27951
27952 \end_inset
27953
27954
27955 \end_layout
27956
27957 \begin_layout Standard
27958 \begin_inset VSpace bigskip
27959 \end_inset
27960
27961 To set the line separation for all lines in a formula, the length 
27962 \series bold
27963
27964 \backslash
27965 jot
27966 \series default
27967
27968 \begin_inset Index idx
27969 status collapsed
27970
27971 \begin_layout Plain Layout
27972 Commands ! J ! 
27973 \backslash
27974 jot
27975 \end_layout
27976
27977 \end_inset
27978
27979  is changed.
27980  The definition is: 
27981 \begin_inset Formula $\mbox{line separation}=\mathrm{6\,pt+\backslash jot}$
27982 \end_inset
27983
27984 .
27985  Predefined for 
27986 \series bold
27987
27988 \backslash
27989 jot
27990 \series default
27991  is the value 3
27992 \begin_inset space \thinspace{}
27993 \end_inset
27994
27995 pt.
27996  To create 3
27997 \begin_inset space \thinspace{}
27998 \end_inset
27999
28000 mm additional line separation as in the previous example, the command
28001 \end_layout
28002
28003 \begin_layout Standard
28004
28005 \series bold
28006
28007 \backslash
28008 setlength{
28009 \backslash
28010 jot}{3mm+3pt}
28011 \end_layout
28012
28013 \begin_layout Standard
28014 is inserted in \SpecialChar TeX
28015  mode before the formula.
28016  This requires that the \SpecialChar LaTeX
28017 -package 
28018 \series bold
28019 calc
28020 \series default
28021
28022 \begin_inset Foot
28023 status collapsed
28024
28025 \begin_layout Plain Layout
28026
28027 \series bold
28028 calc
28029 \series default
28030  is part of every \SpecialChar LaTeX
28031  standard installation.
28032 \end_layout
28033
28034 \end_inset
28035
28036
28037 \begin_inset Index idx
28038 status collapsed
28039
28040 \begin_layout Plain Layout
28041 Packages ! calc
28042 \end_layout
28043
28044 \end_inset
28045
28046  was loaded in \SpecialChar LaTeX
28047 -preamble with the line
28048 \end_layout
28049
28050 \begin_layout Standard
28051
28052 \series bold
28053
28054 \backslash
28055 usepackage{calc}
28056 \end_layout
28057
28058 \begin_layout Standard
28059 One gets: 
28060 \begin_inset ERT
28061 status collapsed
28062
28063 \begin_layout Plain Layout
28064
28065
28066 \backslash
28067 setlength{
28068 \backslash
28069 jot}{3mm+3pt}
28070 \end_layout
28071
28072 \end_inset
28073
28074
28075 \begin_inset Formula 
28076 \begin{eqnarray*}
28077 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}\\
28078 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
28079 \end{eqnarray*}
28080
28081 \end_inset
28082
28083
28084 \end_layout
28085
28086 \begin_layout Standard
28087 \begin_inset ERT
28088 status collapsed
28089
28090 \begin_layout Plain Layout
28091
28092
28093 \backslash
28094 setlength{
28095 \backslash
28096 jot}{3pt}
28097 \end_layout
28098
28099 \end_inset
28100
28101  To get back to the predefined distance, 
28102 \series bold
28103
28104 \backslash
28105 jot
28106 \series default
28107  is set to the value 3
28108 \begin_inset space \thinspace{}
28109 \end_inset
28110
28111 pt.
28112 \end_layout
28113
28114 \begin_layout Subsubsection
28115 Column Separation
28116 \begin_inset CommandInset label
28117 LatexCommand label
28118 name "subsec:Column-Separation"
28119
28120 \end_inset
28121
28122
28123 \begin_inset Index idx
28124 status collapsed
28125
28126 \begin_layout Plain Layout
28127 Formula ! multiline ! Column separation
28128 \end_layout
28129
28130 \end_inset
28131
28132
28133 \end_layout
28134
28135 \begin_layout Standard
28136 Multiline formulas form a matrix.
28137  A formula in the eqnarray environment is for example a matrix with three
28138  columns.
28139  By changing the column separation in this environment, the space beside
28140  the relation sign can be changed.
28141 \end_layout
28142
28143 \begin_layout Standard
28144 The column separation is specified with the length 
28145 \series bold
28146
28147 \backslash
28148 arraycolsep
28149 \series default
28150
28151 \begin_inset Index idx
28152 status collapsed
28153
28154 \begin_layout Plain Layout
28155 Commands ! A ! 
28156 \backslash
28157 arraycolsep
28158 \end_layout
28159
28160 \end_inset
28161
28162  according to:
28163 \begin_inset Newline newline
28164 \end_inset
28165
28166 column separation = 2
28167 \begin_inset space \thinspace{}
28168 \end_inset
28169
28170
28171 \series bold
28172
28173 \backslash
28174 arraycolsep
28175 \series default
28176
28177 \begin_inset Newline newline
28178 \end_inset
28179
28180 Thus, the command
28181 \end_layout
28182
28183 \begin_layout Standard
28184
28185 \series bold
28186
28187 \backslash
28188 setlength{
28189 \backslash
28190 arraycolsep}{1cm}
28191 \end_layout
28192
28193 \begin_layout Standard
28194 inserted in \SpecialChar TeX
28195  mode, sets for all following formulas a column separation of
28196  2
28197 \begin_inset space \thinspace{}
28198 \end_inset
28199
28200 cm.
28201  To get back to the predefined distance, 
28202 \series bold
28203
28204 \backslash
28205 arraycolsep
28206 \series default
28207  is set to 5
28208 \begin_inset space \thinspace{}
28209 \end_inset
28210
28211 pt.
28212 \end_layout
28213
28214 \begin_layout Standard
28215 A formula with 2
28216 \begin_inset space \thinspace{}
28217 \end_inset
28218
28219 cm column separation:
28220 \begin_inset ERT
28221 status collapsed
28222
28223 \begin_layout Plain Layout
28224
28225
28226 \backslash
28227 setlength{
28228 \backslash
28229 arraycolsep}{1cm}
28230 \end_layout
28231
28232 \end_inset
28233
28234
28235 \begin_inset Formula 
28236 \begin{eqnarray*}
28237 A & = & B\\
28238 C & \ne & A
28239 \end{eqnarray*}
28240
28241 \end_inset
28242
28243 A formula with the predefined column separation for matrices of 10
28244 \begin_inset space \thinspace{}
28245 \end_inset
28246
28247 pt:
28248 \begin_inset ERT
28249 status collapsed
28250
28251 \begin_layout Plain Layout
28252
28253
28254 \backslash
28255 setlength{
28256 \backslash
28257 arraycolsep}{5pt}
28258 \end_layout
28259
28260 \end_inset
28261
28262
28263 \begin_inset Formula 
28264 \begin{eqnarray*}
28265 A & = & B\\
28266 C & \ne & A
28267 \end{eqnarray*}
28268
28269 \end_inset
28270
28271
28272 \end_layout
28273
28274 \begin_layout Subsubsection
28275 Long Formulas
28276 \begin_inset Index idx
28277 status collapsed
28278
28279 \begin_layout Plain Layout
28280 Formula ! long
28281 \end_layout
28282
28283 \end_inset
28284
28285
28286 \end_layout
28287
28288 \begin_layout Standard
28289 Long formulas can be typeset using these methods:
28290 \end_layout
28291
28292 \begin_layout Itemize
28293 When one side of the equation is much shorter than the line width, this
28294  one is chosen for the left side and the right side is typeset over two
28295  lines:
28296 \begin_inset Formula 
28297 \begin{eqnarray}
28298 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 \\
28299  &  & -\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}
28300 \end{eqnarray}
28301
28302 \end_inset
28303
28304 The minus sign at the beginning of the second line does normally not appear
28305  as an operator because it is the first character of the line.
28306  Thus it would not be surrounded by space and could not be distinguished
28307  from the fraction bar.
28308  To avoid this, 3
28309 \begin_inset space \thinspace{}
28310 \end_inset
28311
28312 pt space was inserted behind the minus sign with the command 
28313 \series bold
28314
28315 \backslash
28316 hspace
28317 \series default
28318 .
28319 \begin_inset Foot
28320 status collapsed
28321
28322 \begin_layout Plain Layout
28323 for more about 
28324 \series bold
28325
28326 \backslash
28327 hspace
28328 \series default
28329  see 
28330 \begin_inset CommandInset ref
28331 LatexCommand ref
28332 reference "subsec:Variable-Space"
28333
28334 \end_inset
28335
28336
28337 \end_layout
28338
28339 \end_inset
28340
28341
28342 \begin_inset Index idx
28343 status collapsed
28344
28345 \begin_layout Plain Layout
28346 Commands ! H ! 
28347 \backslash
28348 hspace
28349 \end_layout
28350
28351 \end_inset
28352
28353
28354 \end_layout
28355
28356 \begin_layout Itemize
28357 When both sides of the equation are too long, the command 
28358 \series bold
28359
28360 \backslash
28361 lefteqn
28362 \series default
28363
28364 \begin_inset Index idx
28365 status collapsed
28366
28367 \begin_layout Plain Layout
28368 Commands ! L ! 
28369 \backslash
28370 lefteqn
28371 \end_layout
28372
28373 \end_inset
28374
28375  is used.
28376  It is inserted in the first column of the first line and causes all further
28377  insertions to overwrite the following columns:
28378 \begin_inset Formula 
28379 \begin{eqnarray}
28380 \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 \\
28381  &  & -\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 \\
28382  &  & =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}
28383 \end{eqnarray}
28384
28385 \end_inset
28386
28387 After the insertion of 
28388 \series bold
28389
28390 \backslash
28391 lefteqn
28392 \series default
28393 , the cursor is in a purple box that is a bit shifted to the left from the
28394  blue one.
28395  In this the formula is inserted.
28396 \begin_inset Newline newline
28397 \end_inset
28398
28399 The content of the further lines is inserted to the second or another formula
28400  column.
28401  The greater the column number where it was inserted, the larger the indentation.
28402 \begin_inset VSpace medskip
28403 \end_inset
28404
28405
28406 \begin_inset Newline newline
28407 \end_inset
28408
28409
28410 \begin_inset Note Greyedout
28411 status open
28412
28413 \begin_layout Plain Layout
28414 Note the following when using 
28415 \series bold
28416
28417 \backslash
28418 lefteqn
28419 \series default
28420 :
28421 \end_layout
28422
28423 \begin_layout Itemize
28424 The formula doesn't use the full page width.
28425  When e.
28426 \begin_inset space \thinspace{}
28427 \end_inset
28428
28429 g.
28430 \begin_inset space \space{}
28431 \end_inset
28432
28433 the term 
28434 \begin_inset Formula $-B^{2}$
28435 \end_inset
28436
28437  is added to the first line in the above example, it would have been outside
28438  the page margin.
28439  To better use the width, negative space can be inserted at the beginning
28440  of the first line.
28441 \end_layout
28442
28443 \begin_layout Itemize
28444 Due to a bug in \SpecialChar LyX
28445  the cursor cannot be set with the mouse into the first
28446  line.
28447 \begin_inset Foot
28448 status collapsed
28449
28450 \begin_layout Plain Layout
28451 \begin_inset CommandInset href
28452 LatexCommand href
28453 name "LyX-bug #1429"
28454 target "http://www.lyx.org/trac/ticket/1429"
28455
28456 \end_inset
28457
28458
28459 \end_layout
28460
28461 \end_inset
28462
28463  One can only set the cursor at the beginning of the line and move it with
28464  the arrow keys.
28465 \end_layout
28466
28467 \end_inset
28468
28469
28470 \end_layout
28471
28472 \begin_layout Itemize
28473 Other methods to set long formulas are offered by the environments described
28474  in 
28475 \begin_inset CommandInset ref
28476 LatexCommand ref
28477 reference "subsec:Multline-Environment"
28478
28479 \end_inset
28480
28481  and 
28482 \begin_inset CommandInset ref
28483 LatexCommand ref
28484 reference "subsec:Multiline-Formula-Parts"
28485
28486 \end_inset
28487
28488 .
28489 \end_layout
28490
28491 \begin_layout Subsubsection
28492 Multiline Fractions
28493 \begin_inset CommandInset label
28494 LatexCommand label
28495 name "subsec:Multiline-Fractions"
28496
28497 \end_inset
28498
28499
28500 \begin_inset Index idx
28501 status collapsed
28502
28503 \begin_layout Plain Layout
28504 Fractions ! multiline
28505 \end_layout
28506
28507 \end_inset
28508
28509
28510 \end_layout
28511
28512 \begin_layout Standard
28513 There are cases where the denominator and/or the numerator of a fraction
28514  is so long that the fraction does not fit into one line.
28515  It is then necessary to add a line break within the fraction.
28516  This can be done using the command 
28517 \series bold
28518
28519 \backslash
28520 splitfrac
28521 \series default
28522
28523 \begin_inset Index idx
28524 status collapsed
28525
28526 \begin_layout Plain Layout
28527 Commands ! S ! 
28528 \backslash
28529 splitfrac
28530 \end_layout
28531
28532 \end_inset
28533
28534 .
28535  To activate it, set in the document settings under 
28536 \family sans
28537 Math
28538 \begin_inset space ~
28539 \end_inset
28540
28541 Options
28542 \family default
28543  for the package 
28544 \series bold
28545 mathtools
28546 \series default
28547
28548 \begin_inset Index idx
28549 status collapsed
28550
28551 \begin_layout Plain Layout
28552 Packages ! mathtools
28553 \end_layout
28554
28555 \end_inset
28556
28557  the option 
28558 \family sans
28559 Load
28560 \begin_inset space ~
28561 \end_inset
28562
28563 always
28564 \family default
28565 .
28566  
28567 \series bold
28568
28569 \backslash
28570 splitfrac
28571 \series default
28572  has the scheme
28573 \end_layout
28574
28575 \begin_layout Standard
28576
28577 \series bold
28578
28579 \backslash
28580 splitfrac{first line}{second line}
28581 \end_layout
28582
28583 \begin_layout Standard
28584 and is used as denominator and/or numerator:
28585 \end_layout
28586
28587 \begin_layout Standard
28588 \begin_inset Formula 
28589 \[
28590 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}
28591 \]
28592
28593 \end_inset
28594
28595 The command for the first numerator above is:
28596 \end_layout
28597
28598 \begin_layout Standard
28599
28600 \series bold
28601
28602 \backslash
28603 splitfrac{xy+xy+xy+xy+xy
28604 \begin_inset space \textvisiblespace{}
28605 \end_inset
28606
28607
28608 \backslash
28609 {+wy+wy+wy+wy
28610 \end_layout
28611
28612 \begin_layout Subsubsection
28613 Multiline Brackets
28614 \begin_inset CommandInset label
28615 LatexCommand label
28616 name "subsec:Multiline-Brackets"
28617
28618 \end_inset
28619
28620
28621 \begin_inset Index idx
28622 status collapsed
28623
28624 \begin_layout Plain Layout
28625 Brackets ! for multiline expressions
28626 \end_layout
28627
28628 \end_inset
28629
28630
28631 \end_layout
28632
28633 \begin_layout Standard
28634 For brackets spanning multiple lines the following problem occurs:
28635 \begin_inset Formula 
28636 \begin{eqnarray*}
28637 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28638  &  & \left.\cdots+B-D\right]
28639 \end{eqnarray*}
28640
28641 \end_inset
28642
28643
28644 \end_layout
28645
28646 \begin_layout Standard
28647 The closing bracket is smaller than the opening bracket because brackets
28648  with variable size may not span multiple lines.
28649 \end_layout
28650
28651 \begin_layout Standard
28652 To set the bracket size for the second line correctly, the first line is
28653  ended with 
28654 \series bold
28655
28656 \backslash
28657 right.
28658 \series default
28659
28660 \begin_inset Index idx
28661 status collapsed
28662
28663 \begin_layout Plain Layout
28664 Commands ! R ! 
28665 \backslash
28666 right
28667 \end_layout
28668
28669 \end_inset
28670
28671  and the second line with 
28672 \series bold
28673
28674 \backslash
28675 left.
28676 \begin_inset Foot
28677 status collapsed
28678
28679 \begin_layout Plain Layout
28680 for more about 
28681 \series bold
28682
28683 \backslash
28684 left
28685 \series default
28686  and 
28687 \series bold
28688
28689 \backslash
28690 right
28691 \series default
28692  see 
28693 \begin_inset CommandInset ref
28694 LatexCommand ref
28695 reference "subsec:Automatic-Bracket-Size"
28696
28697 \end_inset
28698
28699
28700 \end_layout
28701
28702 \end_inset
28703
28704
28705 \series default
28706
28707 \begin_inset Index idx
28708 status collapsed
28709
28710 \begin_layout Plain Layout
28711 Commands ! L ! 
28712 \backslash
28713 left
28714 \end_layout
28715
28716 \end_inset
28717
28718 .
28719  After 
28720 \series bold
28721
28722 \backslash
28723 left.
28724
28725 \series default
28726  the command 
28727 \series bold
28728
28729 \backslash
28730 vphantom
28731 \series default
28732
28733 \begin_inset space \textvisiblespace{}
28734 \end_inset
28735
28736
28737 \series bold
28738
28739 \backslash
28740 prod
28741 \series default
28742 ^
28743 \begin_inset space \textvisiblespace{}
28744 \end_inset
28745
28746
28747 \series bold
28748
28749 \backslash
28750 infty
28751 \series default
28752
28753 \begin_inset space \textvisiblespace{}
28754 \end_inset
28755
28756
28757 \series bold
28758
28759 \begin_inset Formula $\downarrow$
28760 \end_inset
28761
28762 _R=1}
28763 \series default
28764
28765 \begin_inset Index idx
28766 status collapsed
28767
28768 \begin_layout Plain Layout
28769 Commands ! V ! 
28770 \backslash
28771 vphantom
28772 \end_layout
28773
28774 \end_inset
28775
28776  is inserted, because the multiplication operator with its limits is the
28777  largest symbol in the first line and this should be the size for the bracket
28778  in the second line.
28779 \end_layout
28780
28781 \begin_layout Standard
28782 The result is this:
28783 \begin_inset Formula 
28784 \begin{eqnarray*}
28785 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28786  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28787 \end{eqnarray*}
28788
28789 \end_inset
28790
28791
28792 \end_layout
28793
28794 \begin_layout Subsection
28795 Align Environments
28796 \end_layout
28797
28798 \begin_layout Standard
28799 Align environments can be used for every kind of multiline formulas.
28800  They are especially useful to set several formulas side by side.
28801 \end_layout
28802
28803 \begin_layout Standard
28804 Align environments consist of columns.
28805  The odd columns are right aligned, the even ones left aligned.
28806  Every line in an Align environment can be numbered.
28807 \end_layout
28808
28809 \begin_layout Standard
28810 Align environments are created via the menu 
28811 \family sans
28812 Insert\SpecialChar menuseparator
28813 Math
28814 \family default
28815 .
28816  With the menu 
28817 \family sans
28818 Edit\SpecialChar menuseparator
28819 Math\SpecialChar menuseparator
28820 Change Formula Type
28821 \family default
28822  already existing formulas can be converted to Align environments.
28823 \end_layout
28824
28825 \begin_layout Standard
28826 To add or delete columns, the math toolbar buttons 
28827 \begin_inset Info
28828 type  "icon"
28829 arg   "inset-modify tabular append-column"
28830 \end_inset
28831
28832  or 
28833 \begin_inset Info
28834 type  "icon"
28835 arg   "inset-modify tabular delete-column"
28836 \end_inset
28837
28838 , respectively, or the menu 
28839 \family sans
28840 Edit\SpecialChar menuseparator
28841 Rows & Columns
28842 \family default
28843  can be used.
28844 \end_layout
28845
28846 \begin_layout Subsubsection
28847 Standard align Environment
28848 \begin_inset CommandInset label
28849 LatexCommand label
28850 name "subsec:Standard-align-Environment"
28851
28852 \end_inset
28853
28854
28855 \begin_inset Index idx
28856 status collapsed
28857
28858 \begin_layout Plain Layout
28859 Formula ! multiline ! align environment
28860 \end_layout
28861
28862 \end_inset
28863
28864
28865 \end_layout
28866
28867 \begin_layout Standard
28868 This Align environment is created by pressing 
28869 \begin_inset Info
28870 type  "shortcut"
28871 arg   "newline-insert newline"
28872 \end_inset
28873
28874  in a formula or by the menu 
28875 \family sans
28876 Insert\SpecialChar menuseparator
28877 Math\SpecialChar menuseparator
28878 AMS align Environment
28879 \family default
28880 .
28881 \end_layout
28882
28883 \begin_layout Standard
28884 An example for two formulas set side by side, that are created with a four
28885  column align environment:
28886 \begin_inset Formula 
28887 \begin{align*}
28888 A & =\sin(B) & C & =D\\
28889 C & \ne A & B & \ne D
28890 \end{align*}
28891
28892 \end_inset
28893
28894 As it can be seen, the formulas in this environment are placed so as if
28895  there would be a 
28896 \series bold
28897
28898 \backslash
28899 hfill
28900 \begin_inset Foot
28901 status collapsed
28902
28903 \begin_layout Plain Layout
28904 more about 
28905 \series bold
28906
28907 \backslash
28908 hfill
28909 \series default
28910  see 
28911 \begin_inset CommandInset ref
28912 LatexCommand ref
28913 reference "subsec:Variable-Space"
28914
28915 \end_inset
28916
28917
28918 \end_layout
28919
28920 \end_inset
28921
28922
28923 \series default
28924  before the first and after every even column.
28925  When the formula style 
28926 \series bold
28927 Indented
28928 \begin_inset Foot
28929 status collapsed
28930
28931 \begin_layout Plain Layout
28932 formula styles see 
28933 \begin_inset CommandInset ref
28934 LatexCommand ref
28935 reference "sec:Formula-Styles"
28936
28937 \end_inset
28938
28939
28940 \end_layout
28941
28942 \end_inset
28943
28944
28945 \series default
28946  is used, the formula is set without the 
28947 \series bold
28948
28949 \backslash
28950 hfill
28951 \series default
28952  before the first column.
28953 \end_layout
28954
28955 \begin_layout Subsubsection
28956 Alignat Environment
28957 \begin_inset Index idx
28958 status collapsed
28959
28960 \begin_layout Plain Layout
28961 Formula ! multiline ! alignat environment
28962 \end_layout
28963
28964 \end_inset
28965
28966
28967 \end_layout
28968
28969 \begin_layout Standard
28970 The alignat environment has no predefined column separation.
28971  It can be inserted manually with the spaces that are described 
28972 \begin_inset CommandInset ref
28973 LatexCommand ref
28974 reference "subsec:Space"
28975
28976 \end_inset
28977
28978 .
28979 \end_layout
28980
28981 \begin_layout Standard
28982 The above example in the alignat environment where 1
28983 \begin_inset space \thinspace{}
28984 \end_inset
28985
28986 cm space was inserted at the beginning of the second formula:
28987 \begin_inset Formula 
28988 \begin{alignat*}{2}
28989 A & =\sin(B) & \hspace{1cm}C & =D\\
28990 C & \ne A & B & \ne D
28991 \end{alignat*}
28992
28993 \end_inset
28994
28995 Because the column separation can be set separately for every column, this
28996  environment is especially suitable to set three and more formulas side
28997  by side.
28998 \end_layout
28999
29000 \begin_layout Subsubsection
29001 Flalign Environment
29002 \begin_inset CommandInset label
29003 LatexCommand label
29004 name "subsec:Flalign-Environment"
29005
29006 \end_inset
29007
29008
29009 \begin_inset Index idx
29010 status collapsed
29011
29012 \begin_layout Plain Layout
29013 Formula ! multiline ! flalign environment
29014 \end_layout
29015
29016 \end_inset
29017
29018
29019 \end_layout
29020
29021 \begin_layout Standard
29022 In this environment the first two columns are always set as much as possible
29023  to the left and the last two ones to the right.
29024  An example:
29025 \begin_inset Formula 
29026 \begin{flalign*}
29027 A & =1 & B & =2 & C & =3\\
29028 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29029 \end{flalign*}
29030
29031 \end_inset
29032
29033
29034 \end_layout
29035
29036 \begin_layout Standard
29037 By creating a flalign environment with an odd number of columns where an
29038  empty \SpecialChar TeX
29039  brace is inserted to the last column, several formulas in a document
29040  can be set to the left, although the formula style 
29041 \series bold
29042 Centered
29043 \series default
29044  is used.
29045  As example the indented formula 
29046 \begin_inset CommandInset ref
29047 LatexCommand eqref
29048 reference "eq:VolInt"
29049
29050 \end_inset
29051
29052 :
29053 \begin_inset Formula 
29054 \begin{flalign}
29055 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29056 \end{flalign}
29057
29058 \end_inset
29059
29060 The first two columns contain the formula.
29061  To indent it as with the formula style 
29062 \series bold
29063 Indented
29064 \series default
29065 , 30
29066 \begin_inset space \thinspace{}
29067 \end_inset
29068
29069 pt space was inserted at the beginning of the first column.
29070 \end_layout
29071
29072 \begin_layout Subsection
29073 Eqnarray Environment
29074 \begin_inset CommandInset label
29075 LatexCommand label
29076 name "subsec:Eqnarray-Environment"
29077
29078 \end_inset
29079
29080
29081 \begin_inset Index idx
29082 status collapsed
29083
29084 \begin_layout Plain Layout
29085 Formula ! multiline ! eqnarray environment
29086 \end_layout
29087
29088 \end_inset
29089
29090
29091 \end_layout
29092
29093 \begin_layout Standard
29094 When this environment has been created, three blue boxes appear.
29095  The content of the first box is right aligned, the content of the last
29096  one left aligned.
29097  The content of the middle box appears centered and a bit smaller, because
29098  it is designed to insert there only relation characters.
29099 \begin_inset Formula 
29100 \begin{eqnarray*}
29101 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29102 AB & AB & AB\\
29103 A & = & A
29104 \end{eqnarray*}
29105
29106 \end_inset
29107
29108
29109 \end_layout
29110
29111 \begin_layout Subsection
29112 Gather Environment
29113 \begin_inset Index idx
29114 status collapsed
29115
29116 \begin_layout Plain Layout
29117 Formula ! multiline ! gather environment
29118 \end_layout
29119
29120 \end_inset
29121
29122
29123 \end_layout
29124
29125 \begin_layout Standard
29126 This environment consists of only one centered column.
29127  Every line can be numbered.
29128 \begin_inset Formula 
29129 \begin{gather}
29130 A=1\\
29131 X=\textrm{-}1
29132 \end{gather}
29133
29134 \end_inset
29135
29136
29137 \end_layout
29138
29139 \begin_layout Subsection
29140 Multline Environment
29141 \begin_inset CommandInset label
29142 LatexCommand label
29143 name "subsec:Multline-Environment"
29144
29145 \end_inset
29146
29147
29148 \begin_inset Index idx
29149 status collapsed
29150
29151 \begin_layout Plain Layout
29152 Formula ! multiline ! multline environment
29153 \end_layout
29154
29155 \end_inset
29156
29157
29158 \end_layout
29159
29160 \begin_layout Standard
29161 The multline environment consists, like the gather environment, of only
29162  one column.
29163  But the first line is left aligned, the last one right aligned.
29164  All other lines are centered.
29165  Therefore this environment is suitable for long formulas.
29166  As example formula 
29167 \begin_inset CommandInset ref
29168 LatexCommand eqref
29169 reference "eq:lefteqn"
29170
29171 \end_inset
29172
29173  in the multline environment:
29174 \begin_inset Formula 
29175 \begin{multline}
29176 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}\\
29177 -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}\\
29178 =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}}
29179 \end{multline}
29180
29181 \end_inset
29182
29183
29184 \end_layout
29185
29186 \begin_layout Standard
29187 In the output only the last (first) line of a multline environment appears
29188  numbered when the document numbering is right (left).
29189 \begin_inset Foot
29190 status collapsed
29191
29192 \begin_layout Plain Layout
29193 numbering styles see 
29194 \begin_inset CommandInset ref
29195 LatexCommand ref
29196 reference "sec:Formula-Styles"
29197
29198 \end_inset
29199
29200
29201 \end_layout
29202
29203 \end_inset
29204
29205
29206 \end_layout
29207
29208 \begin_layout Standard
29209 With the commands 
29210 \series bold
29211
29212 \backslash
29213 shoveright
29214 \series default
29215
29216 \begin_inset Index idx
29217 status collapsed
29218
29219 \begin_layout Plain Layout
29220 Commands ! S ! 
29221 \backslash
29222 shoveright
29223 \end_layout
29224
29225 \end_inset
29226
29227  and 
29228 \series bold
29229
29230 \backslash
29231 shoveleft
29232 \series default
29233
29234 \begin_inset Index idx
29235 status collapsed
29236
29237 \begin_layout Plain Layout
29238 Commands ! S ! 
29239 \backslash
29240 shoveleft
29241 \end_layout
29242
29243 \end_inset
29244
29245  a centered line can be right or left aligned, respectively.
29246  The commands are used as follows:
29247 \end_layout
29248
29249 \begin_layout Standard
29250
29251 \series bold
29252
29253 \backslash
29254 shoveright{line content}
29255 \series default
29256  and 
29257 \series bold
29258
29259 \backslash
29260 shoveleft{line content}
29261 \end_layout
29262
29263 \begin_layout Standard
29264 \begin_inset VSpace medskip
29265 \end_inset
29266
29267 The length 
29268 \series bold
29269
29270 \backslash
29271 multlinegap
29272 \series default
29273
29274 \begin_inset Index idx
29275 status collapsed
29276
29277 \begin_layout Plain Layout
29278 Commands ! M ! 
29279 \backslash
29280 multlinegap
29281 \end_layout
29282
29283 \end_inset
29284
29285  specifies the distance of the first line from the left page margin.
29286  Predefined is the length 0
29287 \begin_inset space \thinspace{}
29288 \end_inset
29289
29290 pt.
29291 \end_layout
29292
29293 \begin_layout Standard
29294 As example the above formula where the command
29295 \end_layout
29296
29297 \begin_layout Standard
29298
29299 \series bold
29300
29301 \backslash
29302 setlength{
29303 \backslash
29304 multlinegap}{2cm}
29305 \end_layout
29306
29307 \begin_layout Standard
29308 was inserted in \SpecialChar TeX
29309  mode before:
29310 \begin_inset ERT
29311 status collapsed
29312
29313 \begin_layout Plain Layout
29314
29315
29316 \backslash
29317 setlength{
29318 \backslash
29319 multlinegap}{2cm}
29320 \end_layout
29321
29322 \end_inset
29323
29324
29325 \begin_inset Formula 
29326 \begin{multline}
29327 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}\\
29328 \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}}\\
29329 =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}}
29330 \end{multline}
29331
29332 \end_inset
29333
29334
29335 \begin_inset ERT
29336 status collapsed
29337
29338 \begin_layout Plain Layout
29339
29340
29341 \backslash
29342 setlength{
29343 \backslash
29344 multlinegap}{0pt}
29345 \end_layout
29346
29347 \end_inset
29348
29349 The second line was left aligned using 
29350 \series bold
29351
29352 \backslash
29353 shoveleft
29354 \series default
29355 .
29356 \end_layout
29357
29358 \begin_layout Subsection
29359 Multiline Formula Parts
29360 \begin_inset CommandInset label
29361 LatexCommand label
29362 name "subsec:Multiline-Formula-Parts"
29363
29364 \end_inset
29365
29366
29367 \begin_inset Index idx
29368 status collapsed
29369
29370 \begin_layout Plain Layout
29371 Formula ! multiline ! formula parts
29372 \end_layout
29373
29374 \end_inset
29375
29376
29377 \end_layout
29378
29379 \begin_layout Standard
29380 To display only parts of a formula with multiple lines, one of the following
29381  environments is used: 
29382 \series bold
29383 aligned
29384 \series default
29385
29386 \series bold
29387 alignedat
29388 \series default
29389
29390 \series bold
29391 gathered
29392 \series default
29393  or 
29394 \series bold
29395 split
29396 \series default
29397 .
29398  They can be inserted via the menu 
29399 \family sans
29400 Insert\SpecialChar menuseparator
29401 Math
29402 \family default
29403  or by using the commands described in this section.
29404 \end_layout
29405
29406 \begin_layout Standard
29407 The first three have the same properties as the corresponding multiline
29408  formula environments, but it is possible to set further formula parts beside
29409  them.
29410  An example:
29411 \begin_inset Formula 
29412 \[
29413 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29414 \Delta E\Delta t & \ge\frac{\hbar}{2}
29415 \end{aligned}
29416 \right\} \textrm{Uncertainty relations}
29417 \]
29418
29419 \end_inset
29420
29421
29422 \end_layout
29423
29424 \begin_layout Standard
29425 To get this formula, a displayed formula is created where the command 
29426 \series bold
29427
29428 \backslash
29429 aligned
29430 \series default
29431
29432 \begin_inset Index idx
29433 status collapsed
29434
29435 \begin_layout Plain Layout
29436 Commands ! A ! 
29437 \backslash
29438 aligned
29439 \end_layout
29440
29441 \end_inset
29442
29443  is inserted.
29444  A purple box appears around the blue formula box where now columns and
29445  lines can be added.
29446  Outside the multiline environment other formula parts can be set, like
29447  the brace.
29448 \end_layout
29449
29450 \begin_layout Standard
29451 The aligned environment is also suitable for long formulas whose lines are
29452  horizontally aligned.
29453  Using aligned in a displayed formula has the advantage that the formula
29454  number is vertically centered behind the lines.
29455  As example formula 
29456 \begin_inset CommandInset ref
29457 LatexCommand eqref
29458 reference "eq:shortlong"
29459
29460 \end_inset
29461
29462  in the aligned environment:
29463 \begin_inset Formula 
29464 \begin{equation}
29465 \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}|}\\
29466  & -\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}|}
29467 \end{aligned}
29468 \end{equation}
29469
29470 \end_inset
29471
29472
29473 \end_layout
29474
29475 \begin_layout Standard
29476 To use the environments 
29477 \series bold
29478 alignedat
29479 \series default
29480
29481 \series bold
29482 gathered
29483 \series default
29484 , or 
29485 \series bold
29486 split
29487 \series default
29488 , the command 
29489 \series bold
29490
29491 \backslash
29492 alignedat
29493 \series default
29494 ,
29495 \begin_inset Index idx
29496 status collapsed
29497
29498 \begin_layout Plain Layout
29499 Commands ! A ! 
29500 \backslash
29501 alignedat
29502 \end_layout
29503
29504 \end_inset
29505
29506  
29507 \series bold
29508
29509 \backslash
29510 gathered
29511 \series default
29512
29513 \begin_inset Index idx
29514 status collapsed
29515
29516 \begin_layout Plain Layout
29517 Commands ! G ! 
29518 \backslash
29519 gathered
29520 \end_layout
29521
29522 \end_inset
29523
29524 , or 
29525 \series bold
29526
29527 \backslash
29528 split
29529 \series default
29530
29531 \begin_inset Index idx
29532 status collapsed
29533
29534 \begin_layout Plain Layout
29535 Commands ! S ! 
29536 \backslash
29537 split
29538 \end_layout
29539
29540 \end_inset
29541
29542  are inserted, respectively.
29543  The split environment has the same properties as the aligned environment
29544  but it can only have two columns.
29545 \end_layout
29546
29547 \begin_layout Subsection
29548 Text in multiline Formulas
29549 \begin_inset CommandInset label
29550 LatexCommand label
29551 name "subsec:Text-in-multiline"
29552
29553 \end_inset
29554
29555
29556 \begin_inset Index idx
29557 status collapsed
29558
29559 \begin_layout Plain Layout
29560 Text ! in formulas
29561 \end_layout
29562
29563 \end_inset
29564
29565
29566 \begin_inset Index idx
29567 status collapsed
29568
29569 \begin_layout Plain Layout
29570 Formula ! multiline ! text
29571 \end_layout
29572
29573 \end_inset
29574
29575
29576 \end_layout
29577
29578 \begin_layout Standard
29579 In the Align environments, and the multline and gather environment, text
29580  can be inserted that will appear in a separate line and doesn't affect
29581  the column alignment.
29582  To do this, the command 
29583 \series bold
29584
29585 \backslash
29586 intertext
29587 \series default
29588
29589 \begin_inset Index idx
29590 status collapsed
29591
29592 \begin_layout Plain Layout
29593 Commands ! I ! 
29594 \backslash
29595 intertext
29596 \end_layout
29597
29598 \end_inset
29599
29600  is used in the following scheme:
29601 \end_layout
29602
29603 \begin_layout Standard
29604
29605 \series bold
29606
29607 \backslash
29608 intertext{text}
29609 \end_layout
29610
29611 \begin_layout Standard
29612 The text should not be longer than a line because it cannot be hyphenated.
29613  As \SpecialChar LyX
29614  doesn't yet support 
29615 \series bold
29616
29617 \backslash
29618 intertext
29619 \series default
29620  directly, the text is written as mathematical text.
29621  
29622 \series bold
29623
29624 \backslash
29625 intertext
29626 \series default
29627  must hereby be at the beginning of a line and appears in the output above
29628  this line.
29629  An example where the text was inserted at the beginning of the second line:
29630 \begin_inset Formula 
29631 \begin{align}
29632 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29633 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29634 \end{align}
29635
29636 \end_inset
29637
29638
29639 \end_layout
29640
29641 \begin_layout Standard
29642
29643 \series bold
29644
29645 \backslash
29646 intertext
29647 \series default
29648  always creates some vertical space between the text and the formula lines.
29649  To avoid this space, set in the document settings under 
29650 \family sans
29651 Math
29652 \begin_inset space ~
29653 \end_inset
29654
29655 Options
29656 \family default
29657  for the package 
29658 \series bold
29659 mathtools
29660 \series default
29661
29662 \begin_inset Index idx
29663 status collapsed
29664
29665 \begin_layout Plain Layout
29666 Packages ! mathtools
29667 \end_layout
29668
29669 \end_inset
29670
29671  the option 
29672 \family sans
29673 Load
29674 \begin_inset space ~
29675 \end_inset
29676
29677 always
29678 \family default
29679 .
29680  Then you can use the command 
29681 \series bold
29682
29683 \backslash
29684 shortintertext
29685 \series default
29686
29687 \begin_inset Index idx
29688 status collapsed
29689
29690 \begin_layout Plain Layout
29691 Commands ! S ! 
29692 \backslash
29693 shortintertext
29694 \end_layout
29695
29696 \end_inset
29697
29698  instead of 
29699 \series bold
29700
29701 \backslash
29702 intertext
29703 \series default
29704 :
29705 \end_layout
29706
29707 \begin_layout Standard
29708 \begin_inset Formula 
29709 \begin{align}
29710 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29711 \shortintertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29712 \end{align}
29713
29714 \end_inset
29715
29716
29717 \end_layout
29718
29719 \begin_layout Section
29720 Formula Numbering
29721 \begin_inset Index idx
29722 status collapsed
29723
29724 \begin_layout Plain Layout
29725 Formula numbering
29726 \end_layout
29727
29728 \end_inset
29729
29730
29731 \begin_inset Index idx
29732 status collapsed
29733
29734 \begin_layout Plain Layout
29735 Formula ! numbering|see
29736 \begin_inset ERT
29737 status collapsed
29738
29739 \begin_layout Plain Layout
29740
29741 {
29742 \end_layout
29743
29744 \end_inset
29745
29746 Formula numbering
29747 \begin_inset ERT
29748 status collapsed
29749
29750 \begin_layout Plain Layout
29751
29752 }
29753 \end_layout
29754
29755 \end_inset
29756
29757
29758 \end_layout
29759
29760 \end_inset
29761
29762
29763 \end_layout
29764
29765 \begin_layout Subsection
29766 General
29767 \end_layout
29768
29769 \begin_layout Standard
29770 Numbered formulas can be created with the menu 
29771 \family sans
29772 Insert\SpecialChar menuseparator
29773 Math\SpecialChar menuseparator
29774 Numbered
29775 \begin_inset space ~
29776 \end_inset
29777
29778 Formula
29779 \family default
29780  (shortcut 
29781 \family sans
29782 Ctrl+Alt
29783 \begin_inset space ~
29784 \end_inset
29785
29786 N
29787 \family default
29788 ).
29789  Existing formulas can be numbered with the menu 
29790 \family sans
29791 Edit\SpecialChar menuseparator
29792 Math\SpecialChar menuseparator
29793 Toggle
29794 \begin_inset space ~
29795 \end_inset
29796
29797 Numbering
29798 \family default
29799  (shortcut 
29800 \begin_inset Info
29801 type  "shortcut"
29802 arg   "math-number-toggle"
29803 \end_inset
29804
29805 ).
29806  The formula number is displayed in \SpecialChar LyX
29807  behind the formula as a number sign
29808  in parentheses.
29809  The number sign is replaced in the output by the formula number.
29810 \end_layout
29811
29812 \begin_layout Standard
29813 When numbering is turned on in multiline formulas, all lines will be numbered.
29814  But the numbering can be controlled with the menu 
29815 \family sans
29816 Edit\SpecialChar menuseparator
29817 Math\SpecialChar menuseparator
29818 Toggle
29819 \begin_inset space ~
29820 \end_inset
29821
29822 Numbering
29823 \begin_inset space ~
29824 \end_inset
29825
29826 of
29827 \begin_inset space ~
29828 \end_inset
29829
29830 Line
29831 \family default
29832  (shortcut 
29833 \begin_inset Info
29834 type  "shortcut"
29835 arg   "math-number-line-toggle"
29836 \end_inset
29837
29838 ) for every line.
29839 \end_layout
29840
29841 \begin_layout Standard
29842 Except for inline formulas, all formulas can be numbered with two different
29843  styles, see 
29844 \begin_inset CommandInset ref
29845 LatexCommand ref
29846 reference "sec:Formula-Styles"
29847
29848 \end_inset
29849
29850 .
29851 \end_layout
29852
29853 \begin_layout Subsection
29854 Cross-References
29855 \begin_inset Index idx
29856 status collapsed
29857
29858 \begin_layout Plain Layout
29859 Cross-references ! to formulas
29860 \end_layout
29861
29862 \end_inset
29863
29864
29865 \end_layout
29866
29867 \begin_layout Standard
29868 All labeled formulas can be cross-referenced.
29869  A label is added by the menu 
29870 \family sans
29871 Insert\SpecialChar menuseparator
29872 Label
29873 \family default
29874  or the toolbar button 
29875 \begin_inset Info
29876 type  "icon"
29877 arg   "label-insert"
29878 \end_inset
29879
29880 .
29881  The cursor must hereby be inside a displayed formula.
29882  Alternatively you can right-click on the formula and choose 
29883 \family sans
29884 Equation Label
29885 \family default
29886 .
29887  A dialog pops up displaying the prefix 
29888 \series bold
29889 eq:
29890 \series default
29891  in a text field.
29892  The label is inserted there behind the prefix.
29893  The predefined prefix means 
29894 \begin_inset Quotes eld
29895 \end_inset
29896
29897 equation
29898 \begin_inset Quotes erd
29899 \end_inset
29900
29901  and makes it easier to find labels in large documents because it marks
29902  it as formula label to divide it from e.
29903 \begin_inset space \thinspace{}
29904 \end_inset
29905
29906 g.
29907 \begin_inset space \space{}
29908 \end_inset
29909
29910 section labels.
29911  To change a label, the menu 
29912 \family sans
29913 Insert\SpecialChar menuseparator
29914 Label
29915 \family default
29916  is used again or you right-click on a formula and then on 
29917 \family sans
29918 Equation Label
29919 \family default
29920 .
29921 \end_layout
29922
29923 \begin_layout Standard
29924 The name of the label is displayed in \SpecialChar LyX
29925  within two parentheses behind formula.
29926  A formula with a label is always numbered.
29927 \end_layout
29928
29929 \begin_layout Standard
29930 Cross-references are inserted via the menu 
29931 \family sans
29932 Insert\SpecialChar menuseparator
29933 Cross-Reference
29934 \family default
29935  or with the toolbar button 
29936 \begin_inset Info
29937 type  "icon"
29938 arg   "dialog-show-new-inset ref"
29939 \end_inset
29940
29941 .
29942  A formula cross-reference appears in the output as formula number.
29943  When in the cross-reference dialog window the format 
29944 \series bold
29945 (<reference>)
29946 \series default
29947  is chosen, the cross-reference appears in the output as formula number
29948  in parentheses.
29949 \begin_inset Newline newline
29950 \end_inset
29951
29952 By right-clicking on a cross-reference in \SpecialChar LyX
29953 , one jumps to the formula that
29954  is referenced.
29955 \end_layout
29956
29957 \begin_layout Standard
29958 Here are as examples cross-references to formulas of the following subsections:
29959 \begin_inset Note Note
29960 status open
29961
29962 \begin_layout Plain Layout
29963 Note the different cross-reference types.
29964 \end_layout
29965
29966 \end_inset
29967
29968
29969 \end_layout
29970
29971 \begin_layout Standard
29972 The equations 
29973 \begin_inset CommandInset ref
29974 LatexCommand eqref
29975 reference "eq:tag"
29976
29977 \end_inset
29978
29979  and 
29980 \begin_inset CommandInset ref
29981 LatexCommand eqref
29982 reference "eq:c"
29983
29984 \end_inset
29985
29986  are equivalent.
29987  In (
29988 \begin_inset CommandInset ref
29989 LatexCommand ref
29990 reference "eq:Lat"
29991
29992 \end_inset
29993
29994 ) big Latin letters are used for the numbering in contrary to (
29995 \begin_inset CommandInset ref
29996 LatexCommand ref
29997 reference "eq:Rom"
29998
29999 \end_inset
30000
30001 ).
30002 \end_layout
30003
30004 \begin_layout Standard
30005 \begin_inset VSpace medskip
30006 \end_inset
30007
30008 When the argument of 
30009 \series bold
30010
30011 \backslash
30012 tag
30013 \begin_inset Foot
30014 status collapsed
30015
30016 \begin_layout Plain Layout
30017
30018 \series bold
30019
30020 \backslash
30021 tag
30022 \series default
30023  is described in 
30024 \begin_inset CommandInset ref
30025 LatexCommand ref
30026 reference "subsec:User-defined-Numbering"
30027
30028 \end_inset
30029
30030 .
30031 \end_layout
30032
30033 \end_inset
30034
30035
30036 \series default
30037  contains a box like in 
30038 \begin_inset CommandInset ref
30039 LatexCommand ref
30040 reference "subsec:Paragraph-Boxes"
30041
30042 \end_inset
30043
30044 , the formula cannot be referenced.
30045 \end_layout
30046
30047 \begin_layout Subsection
30048 Subnumbering
30049 \begin_inset Index idx
30050 status collapsed
30051
30052 \begin_layout Plain Layout
30053 Formula numbering ! subnumbering
30054 \end_layout
30055
30056 \end_inset
30057
30058
30059 \end_layout
30060
30061 \begin_layout Standard
30062 With the help of the commands 
30063 \series bold
30064
30065 \backslash
30066 begin{subequations}
30067 \series default
30068  and 
30069 \series bold
30070
30071 \backslash
30072 end{subequations}
30073 \series default
30074  formulas can be subnumbered.
30075  Both commands are inserted in \SpecialChar TeX
30076  mode.
30077 \end_layout
30078
30079 \begin_layout Standard
30080 An example:
30081 \begin_inset Formula 
30082 \begin{equation}
30083 A=C-B\label{eq:a}
30084 \end{equation}
30085
30086 \end_inset
30087
30088
30089 \begin_inset ERT
30090 status collapsed
30091
30092 \begin_layout Plain Layout
30093
30094
30095 \backslash
30096 addtocounter{equation}{-1}
30097 \end_layout
30098
30099 \end_inset
30100
30101
30102 \begin_inset ERT
30103 status collapsed
30104
30105 \begin_layout Plain Layout
30106
30107
30108 \backslash
30109 begin{subequations}
30110 \end_layout
30111
30112 \end_inset
30113
30114
30115 \begin_inset VSpace -5mm
30116 \end_inset
30117
30118
30119 \begin_inset Formula 
30120 \begin{equation}
30121 B=C-A\label{eq:b}
30122 \end{equation}
30123
30124 \end_inset
30125
30126
30127 \begin_inset Formula 
30128 \begin{equation}
30129 C=A+B\label{eq:c}
30130 \end{equation}
30131
30132 \end_inset
30133
30134
30135 \end_layout
30136
30137 \begin_layout Standard
30138 \begin_inset ERT
30139 status collapsed
30140
30141 \begin_layout Plain Layout
30142
30143
30144 \backslash
30145 end{subequations}
30146 \end_layout
30147
30148 \end_inset
30149
30150
30151 \end_layout
30152
30153 \begin_layout Standard
30154 To create the example, the following is done:
30155 \end_layout
30156
30157 \begin_layout Enumerate
30158 first formula is inserted
30159 \end_layout
30160
30161 \begin_layout Enumerate
30162
30163 \series bold
30164
30165 \backslash
30166 addtocounter{equation}{-1} 
30167 \backslash
30168 begin{subequations}
30169 \begin_inset Index idx
30170 status collapsed
30171
30172 \begin_layout Plain Layout
30173 Commands ! A ! 
30174 \backslash
30175 addtocounter
30176 \end_layout
30177
30178 \end_inset
30179
30180
30181 \begin_inset Newline newline
30182 \end_inset
30183
30184
30185 \series default
30186 is inserted after the first formula
30187 \end_layout
30188
30189 \begin_layout Enumerate
30190 second formula is inserted
30191 \end_layout
30192
30193 \begin_layout Enumerate
30194 third formula is inserted
30195 \end_layout
30196
30197 \begin_layout Enumerate
30198
30199 \series bold
30200
30201 \backslash
30202 end{subequations}
30203 \series default
30204  is inserted after the third formula
30205 \end_layout
30206
30207 \begin_layout Standard
30208 Every formula between the commands 
30209 \series bold
30210
30211 \backslash
30212 begin
30213 \series default
30214  and 
30215 \series bold
30216
30217 \backslash
30218 end
30219 \series default
30220  is subnumbered as a, b, 
30221 \begin_inset Newline linebreak
30222 \end_inset
30223
30224 c, \SpecialChar ldots
30225  For multiline formulas every line will be subnumbered.
30226  All subnumbered formulas are treated as 
30227 \emph on
30228 one
30229 \emph default
30230  numbered formula.
30231  But as every numbered formula increases the counter 
30232 \series bold
30233 equation
30234 \series default
30235  by one, the command 
30236 \series bold
30237
30238 \backslash
30239 addtocounter
30240 \series default
30241  is needed to decrease it.
30242  Otherwise the formulas 
30243 \begin_inset CommandInset ref
30244 LatexCommand eqref
30245 reference "eq:a"
30246
30247 \end_inset
30248
30249
30250 \begin_inset CommandInset ref
30251 LatexCommand eqref
30252 reference "eq:b"
30253
30254 \end_inset
30255
30256
30257 \begin_inset CommandInset ref
30258 LatexCommand eqref
30259 reference "eq:c"
30260
30261 \end_inset
30262
30263  would be numbered as 
30264 \begin_inset CommandInset ref
30265 LatexCommand eqref
30266 reference "eq:a"
30267
30268 \end_inset
30269
30270
30271 \begin_inset CommandInset ref
30272 LatexCommand eqref
30273 reference "eq:d"
30274
30275 \end_inset
30276
30277
30278 \begin_inset CommandInset ref
30279 LatexCommand eqref
30280 reference "eq:f"
30281
30282 \end_inset
30283
30284 .
30285 \end_layout
30286
30287 \begin_layout Standard
30288 By inserting the commands in \SpecialChar TeX
30289  mode, a space is created between the first
30290  two formulas.
30291  To revert this -5
30292 \begin_inset space \thinspace{}
30293 \end_inset
30294
30295 mm vertical space is inserted after the command 
30296 \series bold
30297
30298 \backslash
30299 begin{subequations}
30300 \series default
30301 .
30302  When the formula style 
30303 \series bold
30304 Indented
30305 \begin_inset Foot
30306 status collapsed
30307
30308 \begin_layout Plain Layout
30309 formula styles see 
30310 \begin_inset CommandInset ref
30311 LatexCommand ref
30312 reference "sec:Formula-Styles"
30313
30314 \end_inset
30315
30316
30317 \end_layout
30318
30319 \end_inset
30320
30321
30322 \series default
30323  is used, -7
30324 \begin_inset space \thinspace{}
30325 \end_inset
30326
30327 mm space is inserted instead.
30328 \end_layout
30329
30330 \begin_layout Standard
30331 Here is an example for a multiline formula where the numbering was turned
30332  off for the second line:
30333 \begin_inset ERT
30334 status collapsed
30335
30336 \begin_layout Plain Layout
30337
30338
30339 \backslash
30340 begin{subequations}
30341 \end_layout
30342
30343 \end_inset
30344
30345
30346 \begin_inset Formula 
30347 \begin{eqnarray}
30348 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30349  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30350  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30351 \end{eqnarray}
30352
30353 \end_inset
30354
30355
30356 \begin_inset ERT
30357 status collapsed
30358
30359 \begin_layout Plain Layout
30360
30361
30362 \backslash
30363 end{subequations}
30364 \end_layout
30365
30366 \end_inset
30367
30368
30369 \end_layout
30370
30371 \begin_layout Subsection
30372 User-defined Numbering
30373 \begin_inset CommandInset label
30374 LatexCommand label
30375 name "subsec:User-defined-Numbering"
30376
30377 \end_inset
30378
30379
30380 \begin_inset Index idx
30381 status collapsed
30382
30383 \begin_layout Plain Layout
30384 Formula numbering ! user-defined
30385 \end_layout
30386
30387 \end_inset
30388
30389
30390 \end_layout
30391
30392 \begin_layout Standard
30393 \begin_inset Index idx
30394 status collapsed
30395
30396 \begin_layout Plain Layout
30397 Formula numbering ! self-defined delimiters
30398 \end_layout
30399
30400 \end_inset
30401
30402 With the standard numbering parentheses are set around the formula number.
30403  To replace the parentheses for example by vertical bars, the following
30404  line is added to the \SpecialChar LaTeX
30405 -preamble:
30406 \end_layout
30407
30408 \begin_layout Standard
30409
30410 \series bold
30411
30412 \backslash
30413 def
30414 \backslash
30415 tagform@#1{
30416 \backslash
30417 maketag@@@{|#1|}}
30418 \series default
30419
30420 \begin_inset Note Note
30421 status collapsed
30422
30423 \begin_layout Plain Layout
30424 This macro is already declared in the \SpecialChar LaTeX
30425 -preamble for testing.
30426  To activate it, remove the percent sign at the beginning.
30427 \end_layout
30428
30429 \end_inset
30430
30431
30432 \end_layout
30433
30434 \begin_layout Standard
30435 To use other characters, the vertical bars besides the 
30436 \series bold
30437 #1
30438 \series default
30439  are replaced by one ore more characters.
30440  To get only the formula number the vertical bars are omitted.
30441 \end_layout
30442
30443 \begin_layout Standard
30444 \begin_inset VSpace bigskip
30445 \end_inset
30446
30447 When there should be an expression of your choice instead of the consecutive
30448  formula number in parentheses behind the formula, the command 
30449 \series bold
30450
30451 \backslash
30452 tag
30453 \series default
30454
30455 \begin_inset Index idx
30456 status collapsed
30457
30458 \begin_layout Plain Layout
30459 Commands ! T ! 
30460 \backslash
30461 tag
30462 \end_layout
30463
30464 \end_inset
30465
30466  is used:
30467 \begin_inset Formula 
30468 \begin{equation}
30469 A+B=C\tag{something}\label{eq:tag}
30470 \end{equation}
30471
30472 \end_inset
30473
30474 In this example the command 
30475 \series bold
30476
30477 \backslash
30478 tag
30479 \begin_inset space \textvisiblespace{}
30480 \end_inset
30481
30482 something
30483 \series default
30484  was inserted in the formula.
30485 \end_layout
30486
30487 \begin_layout Standard
30488 When the command 
30489 \series bold
30490
30491 \backslash
30492 tag*
30493 \begin_inset space \textvisiblespace{}
30494 \end_inset
30495
30496 something
30497 \series default
30498  is inserted instead, the star prevents the parentheses around the expression:
30499 \begin_inset Formula 
30500 \[
30501 A+B=C\tag*{something}
30502 \]
30503
30504 \end_inset
30505
30506
30507 \end_layout
30508
30509 \begin_layout Standard
30510 \begin_inset VSpace bigskip
30511 \end_inset
30512
30513 To restart the formula numbering with new document parts or sections, the
30514  following command is used:
30515 \end_layout
30516
30517 \begin_layout Standard
30518
30519 \series bold
30520
30521 \backslash
30522 @addtoreset{equation}{part}
30523 \series default
30524
30525 \begin_inset Index idx
30526 status collapsed
30527
30528 \begin_layout Plain Layout
30529 Commands ! 
30530 \begin_inset ERT
30531 status collapsed
30532
30533 \begin_layout Plain Layout
30534
30535 "
30536 \end_layout
30537
30538 \end_inset
30539
30540 @
30541 \begin_inset ERT
30542 status collapsed
30543
30544 \begin_layout Plain Layout
30545
30546 "
30547 \end_layout
30548
30549 \end_inset
30550
30551  ! 
30552 \backslash
30553
30554 \begin_inset ERT
30555 status collapsed
30556
30557 \begin_layout Plain Layout
30558
30559 "
30560 \end_layout
30561
30562 \end_inset
30563
30564 @
30565 \begin_inset ERT
30566 status collapsed
30567
30568 \begin_layout Plain Layout
30569
30570 "
30571 \end_layout
30572
30573 \end_inset
30574
30575 addtoreset
30576 \end_layout
30577
30578 \end_inset
30579
30580
30581 \begin_inset Newline newline
30582 \end_inset
30583
30584 resp.
30585 \begin_inset Newline newline
30586 \end_inset
30587
30588
30589 \series bold
30590
30591 \backslash
30592 @addtoreset{equation}{section}
30593 \end_layout
30594
30595 \begin_layout Standard
30596 To be able to use these commands in \SpecialChar TeX
30597  mode, the 
30598 \begin_inset Quotes eld
30599 \end_inset
30600
30601 @
30602 \begin_inset Quotes erd
30603 \end_inset
30604
30605  character has to be made 
30606 \begin_inset Quotes eld
30607 \end_inset
30608
30609 active
30610 \begin_inset Quotes erd
30611 \end_inset
30612
30613  for \SpecialChar LaTeX
30614  using the command 
30615 \series bold
30616
30617 \backslash
30618 makeatletter.
30619
30620 \series default
30621  The command 
30622 \series bold
30623
30624 \backslash
30625 makeatother
30626 \series default
30627  reverts this.
30628  So the command sequence in \SpecialChar TeX
30629  mode is:
30630 \end_layout
30631
30632 \begin_layout Standard
30633
30634 \series bold
30635
30636 \backslash
30637 makeatletter
30638 \begin_inset Newline newline
30639 \end_inset
30640
30641
30642 \backslash
30643 @addtoreset{equation}{section}
30644 \begin_inset Newline newline
30645 \end_inset
30646
30647
30648 \backslash
30649 makeatother
30650 \end_layout
30651
30652 \begin_layout Standard
30653 In the \SpecialChar LaTeX
30654 -preamble 
30655 \series bold
30656
30657 \backslash
30658 makeatletter
30659 \series default
30660  and 
30661 \series bold
30662
30663 \backslash
30664 makeatother
30665 \series default
30666  can be omitted as they are automatically internally inserted by \SpecialChar LyX
30667 .
30668 \end_layout
30669
30670 \begin_layout Standard
30671 To revert 
30672 \series bold
30673
30674 \backslash
30675 @addtoreset
30676 \series default
30677 , the file 
30678 \series bold
30679 remreset.sty
30680 \series default
30681
30682 \begin_inset Foot
30683 status collapsed
30684
30685 \begin_layout Plain Layout
30686
30687 \series bold
30688 remreset
30689 \series default
30690  is part of the \SpecialChar LaTeX
30691 -package 
30692 \series bold
30693 carlisle
30694 \series default
30695
30696 \begin_inset Index idx
30697 status collapsed
30698
30699 \begin_layout Plain Layout
30700 Packages ! carlisle
30701 \end_layout
30702
30703 \end_inset
30704
30705  that is part of every \SpecialChar LaTeX
30706  standard installation.
30707 \end_layout
30708
30709 \end_inset
30710
30711
30712 \begin_inset Index idx
30713 status collapsed
30714
30715 \begin_layout Plain Layout
30716 Packages ! remreset
30717 \end_layout
30718
30719 \end_inset
30720
30721  has to be loaded in the \SpecialChar LaTeX
30722 -preamble with the line
30723 \end_layout
30724
30725 \begin_layout Standard
30726
30727 \series bold
30728
30729 \backslash
30730 usepackage{remreset}
30731 \end_layout
30732
30733 \begin_layout Standard
30734 Then the command 
30735 \series bold
30736
30737 \backslash
30738 @removefromreset
30739 \series default
30740
30741 \begin_inset Index idx
30742 status collapsed
30743
30744 \begin_layout Plain Layout
30745 Commands ! 
30746 \begin_inset ERT
30747 status collapsed
30748
30749 \begin_layout Plain Layout
30750
30751 "
30752 \end_layout
30753
30754 \end_inset
30755
30756 @
30757 \begin_inset ERT
30758 status collapsed
30759
30760 \begin_layout Plain Layout
30761
30762 "
30763 \end_layout
30764
30765 \end_inset
30766
30767  ! 
30768 \backslash
30769
30770 \begin_inset ERT
30771 status collapsed
30772
30773 \begin_layout Plain Layout
30774
30775 "
30776 \end_layout
30777
30778 \end_inset
30779
30780 @
30781 \begin_inset ERT
30782 status collapsed
30783
30784 \begin_layout Plain Layout
30785
30786 "
30787 \end_layout
30788
30789 \end_inset
30790
30791 removefromreset
30792 \end_layout
30793
30794 \end_inset
30795
30796  can be used with the same scheme as 
30797 \series bold
30798
30799 \backslash
30800 @addtoreset
30801 \series default
30802 .
30803 \end_layout
30804
30805 \begin_layout Standard
30806 \begin_inset VSpace bigskip
30807 \end_inset
30808
30809 Sometimes formulas should be numbered in the following form:
30810 \end_layout
30811
30812 \begin_layout Standard
30813
30814 \family typewriter
30815 (section number.formula number)
30816 \end_layout
30817
30818 \begin_layout Standard
30819 The formula number should start with every section with 
30820 \begin_inset Quotes eld
30821 \end_inset
30822
30823 1
30824 \begin_inset Quotes erd
30825 \end_inset
30826
30827 .
30828 \end_layout
30829
30830 \begin_layout Standard
30831 For this case there is the command 
30832 \series bold
30833
30834 \backslash
30835 numberwithin
30836 \series default
30837
30838 \begin_inset Index idx
30839 status collapsed
30840
30841 \begin_layout Plain Layout
30842 Commands ! N ! 
30843 \backslash
30844 numberwithin
30845 \end_layout
30846
30847 \end_inset
30848
30849 , which is used with the following scheme:
30850 \end_layout
30851
30852 \begin_layout Standard
30853
30854 \series bold
30855
30856 \backslash
30857 numberwithin{counter}{sectioning}
30858 \end_layout
30859
30860 \begin_layout Standard
30861 Counter denotes what kind of numbering is affected, sectioning denotes what
30862  number is before the dot.
30863 \end_layout
30864
30865 \begin_layout Standard
30866 Thus in our case the following \SpecialChar LaTeX
30867  preamble or \SpecialChar TeX
30868  code line is used:
30869 \end_layout
30870
30871 \begin_layout Standard
30872
30873 \series bold
30874
30875 \backslash
30876 numberwithin{equation}{section}
30877 \end_layout
30878
30879 \begin_layout Standard
30880 This is the result:
30881 \begin_inset ERT
30882 status collapsed
30883
30884 \begin_layout Plain Layout
30885
30886
30887 \backslash
30888 numberwithin{equation}{section}
30889 \end_layout
30890
30891 \end_inset
30892
30893
30894 \begin_inset Formula 
30895 \begin{equation}
30896 A+B=C
30897 \end{equation}
30898
30899 \end_inset
30900
30901
30902 \end_layout
30903
30904 \begin_layout Standard
30905 To number e.
30906 \begin_inset space \thinspace{}
30907 \end_inset
30908
30909 g.
30910 \begin_inset space \space{}
30911 \end_inset
30912
30913 tables so that the number of the part is the sectioning,
30914 \begin_inset Newline newline
30915 \end_inset
30916
30917
30918 \series bold
30919
30920 \backslash
30921 numberwithin{table}{part}
30922 \series default
30923  is used.
30924 \end_layout
30925
30926 \begin_layout Standard
30927 To go back to the standard numbering or to prevent this kind of numbering
30928  when it is defined by the document class, the following command is inserted
30929  as \SpecialChar TeX
30930  code or to the \SpecialChar LaTeX
30931  preamble:
30932 \end_layout
30933
30934 \begin_layout Standard
30935
30936 \series bold
30937
30938 \backslash
30939 renewcommand{
30940 \backslash
30941 theequation}{
30942 \backslash
30943 arabic{equation}}
30944 \begin_inset Index idx
30945 status collapsed
30946
30947 \begin_layout Plain Layout
30948 Commands ! A ! 
30949 \backslash
30950 arabic
30951 \end_layout
30952
30953 \end_inset
30954
30955
30956 \series default
30957
30958 \begin_inset ERT
30959 status collapsed
30960
30961 \begin_layout Plain Layout
30962
30963
30964 \backslash
30965 renewcommand{
30966 \backslash
30967 theequation}{
30968 \backslash
30969 arabic{equation}}
30970 \end_layout
30971
30972 \end_inset
30973
30974
30975 \series bold
30976
30977 \begin_inset Newline newline
30978 \end_inset
30979
30980
30981 \series default
30982 or
30983 \series bold
30984
30985 \begin_inset Newline newline
30986 \end_inset
30987
30988
30989 \backslash
30990 renewcommand{
30991 \backslash
30992 thetable}{
30993 \backslash
30994 arabic{table}}
30995 \end_layout
30996
30997 \begin_layout Standard
30998
30999 \series bold
31000
31001 \backslash
31002 numberwithin
31003 \series default
31004  uses internally the command 
31005 \series bold
31006
31007 \backslash
31008 @addtoreset
31009 \series default
31010 , described above, that also needs to be reverted.
31011 \begin_inset ERT
31012 status collapsed
31013
31014 \begin_layout Plain Layout
31015
31016
31017 \backslash
31018 makeatletter
31019 \end_layout
31020
31021 \begin_layout Plain Layout
31022
31023
31024 \backslash
31025 @removefromreset{equation}{section}
31026 \end_layout
31027
31028 \begin_layout Plain Layout
31029
31030
31031 \backslash
31032 makeatother
31033 \end_layout
31034
31035 \end_inset
31036
31037
31038 \end_layout
31039
31040 \begin_layout Subsection
31041 Numbering with Roman Numbers and Letters
31042 \begin_inset Index idx
31043 status collapsed
31044
31045 \begin_layout Plain Layout
31046 Formula numbering ! with letters
31047 \end_layout
31048
31049 \end_inset
31050
31051
31052 \begin_inset Index idx
31053 status collapsed
31054
31055 \begin_layout Plain Layout
31056 Formula numbering ! with Roman numbers
31057 \end_layout
31058
31059 \end_inset
31060
31061
31062 \end_layout
31063
31064 \begin_layout Standard
31065 Formulas can also be numbered with Roman numbers and Latin letters.
31066  To number for example with small Roman numbers, the command
31067 \end_layout
31068
31069 \begin_layout Standard
31070
31071 \series bold
31072
31073 \backslash
31074 renewcommand{
31075 \backslash
31076 theequation}{
31077 \backslash
31078 roman{equation}}
31079 \end_layout
31080
31081 \begin_layout Standard
31082 is inserted before the formula in \SpecialChar TeX
31083  mode.
31084  
31085 \series bold
31086
31087 \backslash
31088 renewcommand
31089 \series default
31090
31091 \begin_inset Index idx
31092 status collapsed
31093
31094 \begin_layout Plain Layout
31095 Commands ! R ! 
31096 \backslash
31097 renewcommand
31098 \end_layout
31099
31100 \end_inset
31101
31102  redefines the predefined command 
31103 \series bold
31104
31105 \backslash
31106 theequation
31107 \series default
31108  to the command 
31109 \series bold
31110
31111 \backslash
31112 roman{equation}
31113 \series default
31114 .
31115 \begin_inset Foot
31116 status collapsed
31117
31118 \begin_layout Plain Layout
31119 The command 
31120 \series bold
31121
31122 \backslash
31123 renewcommand
31124 \series default
31125  has the same scheme like the command 
31126 \series bold
31127
31128 \backslash
31129 newcommand
31130 \series default
31131  that is described in 
31132 \begin_inset CommandInset ref
31133 LatexCommand ref
31134 reference "subsec:The-Command-newcommand"
31135
31136 \end_inset
31137
31138 .
31139 \end_layout
31140
31141 \end_inset
31142
31143  
31144 \series bold
31145 equation
31146 \series default
31147  is the formula counter.
31148  When the command 
31149 \series bold
31150
31151 \backslash
31152 the
31153 \series default
31154  is used as prefix for a counter, the value of the counter is output as
31155  Arabic number.
31156  When a formula is numbered, \SpecialChar LaTeX
31157  sets internally the command 
31158 \series bold
31159
31160 \backslash
31161 theequation
31162 \series default
31163  behind the formula.
31164  
31165 \series bold
31166
31167 \backslash
31168 roman{equation}
31169 \begin_inset Index idx
31170 status collapsed
31171
31172 \begin_layout Plain Layout
31173 Commands ! R ! 
31174 \backslash
31175 roman
31176 \end_layout
31177
31178 \end_inset
31179
31180
31181 \series default
31182  outputs the counter as small Roman number.
31183 \end_layout
31184
31185 \begin_layout Standard
31186 All formulas behind the command 
31187 \series bold
31188
31189 \backslash
31190 renew
31191 \series default
31192 c
31193 \series bold
31194 ommand
31195 \series default
31196  are now numbered Roman.
31197  To switch to numbering with big Roman numbers, the command is inserted
31198  again, but 
31199 \series bold
31200
31201 \backslash
31202 roman
31203 \series default
31204  is replaced by 
31205 \series bold
31206
31207 \backslash
31208 Roman
31209 \series default
31210
31211 \begin_inset Index idx
31212 status collapsed
31213
31214 \begin_layout Plain Layout
31215 Commands ! R ! 
31216 \backslash
31217 roman@
31218 \backslash
31219 Roman
31220 \end_layout
31221
31222 \end_inset
31223
31224 .
31225  To 
31226 \begin_inset Quotes eld
31227 \end_inset
31228
31229 number
31230 \begin_inset Quotes erd
31231 \end_inset
31232
31233  with small Latin letters there is the command 
31234 \series bold
31235
31236 \backslash
31237 alph
31238 \series default
31239
31240 \begin_inset Index idx
31241 status collapsed
31242
31243 \begin_layout Plain Layout
31244 Commands ! A ! 
31245 \backslash
31246 alph
31247 \end_layout
31248
31249 \end_inset
31250
31251 , for big ones there is the command 
31252 \series bold
31253
31254 \backslash
31255 Alph
31256 \series default
31257
31258 \begin_inset Index idx
31259 status collapsed
31260
31261 \begin_layout Plain Layout
31262 Commands ! A ! 
31263 \backslash
31264 alph@
31265 \backslash
31266 Alph
31267 \end_layout
31268
31269 \end_inset
31270
31271 .
31272 \end_layout
31273
31274 \begin_layout Standard
31275 \begin_inset Note Greyedout
31276 status open
31277
31278 \begin_layout Plain Layout
31279
31280 \series bold
31281 \color none
31282 Note:
31283 \series default
31284  Only maximal 26
31285 \begin_inset space ~
31286 \end_inset
31287
31288 formulas can be numbered with Latin letters in one document.
31289 \end_layout
31290
31291 \end_inset
31292
31293
31294 \end_layout
31295
31296 \begin_layout Standard
31297 \begin_inset ERT
31298 status collapsed
31299
31300 \begin_layout Plain Layout
31301
31302
31303 \backslash
31304 renewcommand{
31305 \backslash
31306 theequation}{
31307 \backslash
31308 roman{equation}}
31309 \end_layout
31310
31311 \end_inset
31312
31313
31314 \end_layout
31315
31316 \begin_layout Standard
31317 \begin_inset Formula 
31318 \begin{equation}
31319 A=\textrm{small roman}
31320 \end{equation}
31321
31322 \end_inset
31323
31324
31325 \begin_inset ERT
31326 status collapsed
31327
31328 \begin_layout Plain Layout
31329
31330
31331 \backslash
31332 renewcommand{
31333 \backslash
31334 theequation}{
31335 \backslash
31336 Roman{equation}}
31337 \end_layout
31338
31339 \end_inset
31340
31341
31342 \begin_inset Formula 
31343 \begin{equation}
31344 B=\textrm{big Roman}\label{eq:Rom}
31345 \end{equation}
31346
31347 \end_inset
31348
31349
31350 \begin_inset ERT
31351 status collapsed
31352
31353 \begin_layout Plain Layout
31354
31355
31356 \backslash
31357 renewcommand{
31358 \backslash
31359 theequation}{
31360 \backslash
31361 alph{equation}}
31362 \end_layout
31363
31364 \end_inset
31365
31366
31367 \begin_inset Formula 
31368 \begin{equation}
31369 C=\textrm{small Latin}
31370 \end{equation}
31371
31372 \end_inset
31373
31374
31375 \begin_inset ERT
31376 status collapsed
31377
31378 \begin_layout Plain Layout
31379
31380
31381 \backslash
31382 renewcommand{
31383 \backslash
31384 theequation}{
31385 \backslash
31386 Alph{equation}}
31387 \end_layout
31388
31389 \end_inset
31390
31391
31392 \begin_inset Formula 
31393 \begin{equation}
31394 D=\textrm{big Latin}\label{eq:Lat}
31395 \end{equation}
31396
31397 \end_inset
31398
31399
31400 \end_layout
31401
31402 \begin_layout Standard
31403 To switch back to the default numbering, insert the command:
31404 \end_layout
31405
31406 \begin_layout Standard
31407
31408 \series bold
31409
31410 \backslash
31411 renewcommand{
31412 \backslash
31413 theequation}{
31414 \backslash
31415 arabic{equation}}
31416 \begin_inset Index idx
31417 status collapsed
31418
31419 \begin_layout Plain Layout
31420 Commands ! A ! 
31421 \backslash
31422 arabic
31423 \end_layout
31424
31425 \end_inset
31426
31427
31428 \end_layout
31429
31430 \begin_layout Standard
31431 \begin_inset ERT
31432 status collapsed
31433
31434 \begin_layout Plain Layout
31435
31436
31437 \backslash
31438 renewcommand{
31439 \backslash
31440 theequation}{
31441 \backslash
31442 arabic{equation}}
31443 \end_layout
31444
31445 \end_inset
31446
31447
31448 \begin_inset Formula 
31449 \begin{equation}
31450 E=\textrm{Arabic}
31451 \end{equation}
31452
31453 \end_inset
31454
31455
31456 \end_layout
31457
31458 \begin_layout Standard
31459 \begin_inset VSpace medskip
31460 \end_inset
31461
31462 As you see, formulas are numbered serially independent from the numbering
31463  style.
31464  When then numbering should start with 
31465 \begin_inset Quotes eld
31466 \end_inset
31467
31468 1
31469 \begin_inset Quotes erd
31470 \end_inset
31471
31472  when the style is changed, new equation counters have to be defined.
31473  A description about this can be found in the file 
31474 \begin_inset CommandInset href
31475 LatexCommand href
31476 name "Formula-numbering.lyx"
31477 target "run:Formula-numbering.lyx"
31478
31479 \end_inset
31480
31481 .
31482 \end_layout
31483
31484 \begin_layout Section
31485 Chemical Symbols and Equations
31486 \begin_inset CommandInset label
31487 LatexCommand label
31488 name "subsec:Chemical-Symbols-and"
31489
31490 \end_inset
31491
31492
31493 \begin_inset Index idx
31494 status collapsed
31495
31496 \begin_layout Plain Layout
31497 Chemical characters ! Symbols
31498 \end_layout
31499
31500 \end_inset
31501
31502
31503 \begin_inset Index idx
31504 status collapsed
31505
31506 \begin_layout Plain Layout
31507 Chemical equations
31508 \end_layout
31509
31510 \end_inset
31511
31512
31513 \begin_inset Index idx
31514 status collapsed
31515
31516 \begin_layout Plain Layout
31517 Symbols ! chemical
31518 \end_layout
31519
31520 \end_inset
31521
31522
31523 \end_layout
31524
31525 \begin_layout Standard
31526 An example text from chemistry:
31527 \end_layout
31528
31529 \begin_layout Quote
31530 The 
31531 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31532 \end_inset
31533
31534 -ion reacts with two 
31535 \begin_inset Formula $\mathrm{Na^{+}}$
31536 \end_inset
31537
31538 -ions to sodium sulfate 
31539 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31540 \end_inset
31541
31542 .
31543  The chemical equation for this is:
31544 \begin_inset Formula 
31545 \begin{equation}
31546 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31547 \end{equation}
31548
31549 \end_inset
31550
31551
31552 \end_layout
31553
31554 \begin_layout Standard
31555 This chemical equation can directly be created as formula.
31556  To avoid that the symbols appear italic, everything is highlighted and
31557  changed by the shortcut 
31558 \begin_inset Info
31559 type  "shortcut"
31560 arg   "font-roman"
31561 \end_inset
31562
31563  to the upright font style.
31564 \begin_inset Foot
31565 status collapsed
31566
31567 \begin_layout Plain Layout
31568 font styles
31569 \series bold
31570  
31571 \series default
31572 see 
31573 \begin_inset CommandInset ref
31574 LatexCommand ref
31575 reference "subsec:Font-Styles"
31576
31577 \end_inset
31578
31579
31580 \end_layout
31581
31582 \end_inset
31583
31584
31585 \end_layout
31586
31587 \begin_layout Standard
31588 A more convenient way to typeset chemical formulas is to use the command
31589  
31590 \series bold
31591
31592 \backslash
31593 ce
31594 \series default
31595
31596 \begin_inset Index idx
31597 status collapsed
31598
31599 \begin_layout Plain Layout
31600 Commands ! C ! 
31601 \backslash
31602 ce
31603 \end_layout
31604
31605 \end_inset
31606
31607  that is available when the \SpecialChar LaTeX
31608 -package 
31609 \series bold
31610 mhchem
31611 \series default
31612
31613 \begin_inset Index idx
31614 status collapsed
31615
31616 \begin_layout Plain Layout
31617 Packages ! mhchem
31618 \end_layout
31619
31620 \end_inset
31621
31622  is installed.
31623  After inserting 
31624 \series bold
31625
31626 \backslash
31627 ce
31628 \series default
31629  to a formula a new blue box appears where chemical formulas can be inserted
31630  in an intuitive way.
31631 \begin_inset Separator parbreak
31632 \end_inset
31633
31634
31635 \end_layout
31636
31637 \begin_layout Standard
31638 \align center
31639 \begin_inset Tabular
31640 <lyxtabular version="3" rows="10" columns="2">
31641 <features booktabs="true" tabularvalignment="middle">
31642 <column alignment="center" valignment="top" width="0pt">
31643 <column alignment="center" valignment="top">
31644 <row>
31645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31646 \begin_inset Text
31647
31648 \begin_layout Plain Layout
31649 Command
31650 \end_layout
31651
31652 \end_inset
31653 </cell>
31654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31655 \begin_inset Text
31656
31657 \begin_layout Plain Layout
31658 Result
31659 \end_layout
31660
31661 \end_inset
31662 </cell>
31663 </row>
31664 <row>
31665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31666 \begin_inset Text
31667
31668 \begin_layout Plain Layout
31669
31670 \backslash
31671 ce
31672 \begin_inset space \textvisiblespace{}
31673 \end_inset
31674
31675 H2CO3
31676 \end_layout
31677
31678 \end_inset
31679 </cell>
31680 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31681 \begin_inset Text
31682
31683 \begin_layout Plain Layout
31684 \begin_inset Formula $\ce{H2CO3}$
31685 \end_inset
31686
31687
31688 \end_layout
31689
31690 \end_inset
31691 </cell>
31692 </row>
31693 <row topspace="1.5mm">
31694 <cell alignment="center" valignment="top" usebox="none">
31695 \begin_inset Text
31696
31697 \begin_layout Plain Layout
31698
31699 \backslash
31700 ce
31701 \begin_inset space \textvisiblespace{}
31702 \end_inset
31703
31704 SO4^2-
31705 \end_layout
31706
31707 \end_inset
31708 </cell>
31709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31710 \begin_inset Text
31711
31712 \begin_layout Plain Layout
31713 \begin_inset Formula $\ce{SO4^{2-}}$
31714 \end_inset
31715
31716
31717 \end_layout
31718
31719 \end_inset
31720 </cell>
31721 </row>
31722 <row topspace="1.5mm">
31723 <cell alignment="center" valignment="top" usebox="none">
31724 \begin_inset Text
31725
31726 \begin_layout Plain Layout
31727
31728 \backslash
31729 ce
31730 \begin_inset space \textvisiblespace{}
31731 \end_inset
31732
31733 (NH4)2S
31734 \end_layout
31735
31736 \end_inset
31737 </cell>
31738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31739 \begin_inset Text
31740
31741 \begin_layout Plain Layout
31742 \begin_inset Formula $\ce{(NH4)2S}$
31743 \end_inset
31744
31745
31746 \end_layout
31747
31748 \end_inset
31749 </cell>
31750 </row>
31751 <row topspace="1.5mm">
31752 <cell alignment="center" valignment="top" usebox="none">
31753 \begin_inset Text
31754
31755 \begin_layout Plain Layout
31756
31757 \backslash
31758 ce
31759 \begin_inset space \textvisiblespace{}
31760 \end_inset
31761
31762 KCr(SO4)2.12H2O
31763 \end_layout
31764
31765 \end_inset
31766 </cell>
31767 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31768 \begin_inset Text
31769
31770 \begin_layout Plain Layout
31771 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
31772 \end_inset
31773
31774
31775 \end_layout
31776
31777 \end_inset
31778 </cell>
31779 </row>
31780 <row topspace="1.5mm">
31781 <cell alignment="center" valignment="top" usebox="none">
31782 \begin_inset Text
31783
31784 \begin_layout Plain Layout
31785
31786 \backslash
31787 ce
31788 \begin_inset space \textvisiblespace{}
31789 \end_inset
31790
31791 A-B
31792 \backslash
31793 dbond
31794 \begin_inset space \textvisiblespace{}
31795 \end_inset
31796
31797 C
31798 \backslash
31799 tbond
31800 \begin_inset space \textvisiblespace{}
31801 \end_inset
31802
31803 D
31804 \end_layout
31805
31806 \end_inset
31807 </cell>
31808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31809 \begin_inset Text
31810
31811 \begin_layout Plain Layout
31812 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
31813 \end_inset
31814
31815
31816 \end_layout
31817
31818 \end_inset
31819 </cell>
31820 </row>
31821 <row topspace="1.5mm">
31822 <cell alignment="center" valignment="top" usebox="none">
31823 \begin_inset Text
31824
31825 \begin_layout Plain Layout
31826
31827 \backslash
31828 ce
31829 \begin_inset space \textvisiblespace{}
31830 \end_inset
31831
31832 ^227
31833 \begin_inset Formula $\downarrow$
31834 \end_inset
31835
31836 _90
31837 \begin_inset Formula $\to$
31838 \end_inset
31839
31840 Th+
31841 \end_layout
31842
31843 \end_inset
31844 </cell>
31845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31846 \begin_inset Text
31847
31848 \begin_layout Plain Layout
31849 \begin_inset Formula $\ce{_{90}^{227}Th+}$
31850 \end_inset
31851
31852
31853 \end_layout
31854
31855 \end_inset
31856 </cell>
31857 </row>
31858 <row>
31859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31860 \begin_inset Text
31861
31862 \begin_layout Plain Layout
31863
31864 \backslash
31865 ce
31866 \begin_inset space \textvisiblespace{}
31867 \end_inset
31868
31869
31870 \backslash
31871 mu
31872 \begin_inset space \textvisiblespace{}
31873 \end_inset
31874
31875
31876 \backslash
31877 hyphen
31878 \begin_inset space \textvisiblespace{}
31879 \end_inset
31880
31881 Cl
31882 \end_layout
31883
31884 \end_inset
31885 </cell>
31886 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31887 \begin_inset Text
31888
31889 \begin_layout Plain Layout
31890 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
31891 \end_inset
31892
31893
31894 \end_layout
31895
31896 \end_inset
31897 </cell>
31898 </row>
31899 <row>
31900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31901 \begin_inset Text
31902
31903 \begin_layout Plain Layout
31904
31905 \backslash
31906 ce
31907 \begin_inset space \textvisiblespace{}
31908 \end_inset
31909
31910 CO2
31911 \begin_inset space \textvisiblespace{}
31912 \end_inset
31913
31914 +
31915 \begin_inset space \textvisiblespace{}
31916 \end_inset
31917
31918 C
31919 \begin_inset space \textvisiblespace{}
31920 \end_inset
31921
31922 <=>
31923 \begin_inset space \textvisiblespace{}
31924 \end_inset
31925
31926 2CO
31927 \end_layout
31928
31929 \end_inset
31930 </cell>
31931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31932 \begin_inset Text
31933
31934 \begin_layout Plain Layout
31935 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
31936 \end_inset
31937
31938
31939 \end_layout
31940
31941 \end_inset
31942 </cell>
31943 </row>
31944 <row topspace="1.5mm">
31945 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31946 \begin_inset Text
31947
31948 \begin_layout Plain Layout
31949
31950 \backslash
31951 ce
31952 \begin_inset space \textvisiblespace{}
31953 \end_inset
31954
31955 CO2
31956 \begin_inset space \textvisiblespace{}
31957 \end_inset
31958
31959 +
31960 \begin_inset space \textvisiblespace{}
31961 \end_inset
31962
31963 C
31964 \begin_inset space \textvisiblespace{}
31965 \end_inset
31966
31967 ->[
31968 \backslash
31969 alpha][
31970 \backslash
31971 beta]
31972 \begin_inset space \textvisiblespace{}
31973 \end_inset
31974
31975 2CO}
31976 \end_layout
31977
31978 \end_inset
31979 </cell>
31980 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
31981 \begin_inset Text
31982
31983 \begin_layout Plain Layout
31984 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
31985 \end_inset
31986
31987
31988 \end_layout
31989
31990 \end_inset
31991 </cell>
31992 </row>
31993 </lyxtabular>
31994
31995 \end_inset
31996
31997
31998 \end_layout
31999
32000 \begin_layout Standard
32001 \begin_inset Note Greyedout
32002 status open
32003
32004 \begin_layout Plain Layout
32005
32006 \series bold
32007 \color none
32008 Note:
32009 \series default
32010  It is not possible in \SpecialChar LyX
32011  to use the character ^ to get an up-arrow as described
32012  in the 
32013 \series bold
32014 mhchem
32015 \series default
32016  manual.
32017  One instead uses a negative thin space followed by the command 
32018 \series bold
32019
32020 \backslash
32021 uparrow
32022 \series default
32023
32024 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32025 \end_inset
32026
32027
32028 \end_layout
32029
32030 \end_inset
32031
32032
32033 \end_layout
32034
32035 \begin_layout Standard
32036 Using 
32037 \series bold
32038
32039 \backslash
32040 ce
32041 \series default
32042  the command for equation
32043 \begin_inset space ~
32044 \end_inset
32045
32046
32047 \begin_inset CommandInset ref
32048 LatexCommand eqref
32049 reference "eq:chem-reaction"
32050
32051 \end_inset
32052
32053  is:
32054 \begin_inset Newline newline
32055 \end_inset
32056
32057
32058 \series bold
32059  
32060 \backslash
32061 ce
32062 \begin_inset space \textvisiblespace{}
32063 \end_inset
32064
32065 2Na+
32066 \begin_inset space \textvisiblespace{}
32067 \end_inset
32068
32069 +
32070 \begin_inset space \textvisiblespace{}
32071 \end_inset
32072
32073 SO4^2-
32074 \begin_inset space \textvisiblespace{}
32075 \end_inset
32076
32077
32078 \begin_inset space \textvisiblespace{}
32079 \end_inset
32080
32081 ->
32082 \begin_inset space \textvisiblespace{}
32083 \end_inset
32084
32085 Na2SO4
32086 \end_layout
32087
32088 \begin_layout Standard
32089 To create multiline chemical equations first a multiline formula is created
32090  as described in 
32091 \begin_inset CommandInset ref
32092 LatexCommand ref
32093 reference "sec:Multiline-Formulas"
32094
32095 \end_inset
32096
32097 .
32098  Afterwards the command 
32099 \series bold
32100
32101 \backslash
32102 ce
32103 \series default
32104  is used in every small blue box of the formula.
32105  
32106 \begin_inset CommandInset ref
32107 LatexCommand eqref
32108 reference "eq:TEOS-reaction-1"
32109
32110 \end_inset
32111
32112  and 
32113 \begin_inset CommandInset ref
32114 LatexCommand eqref
32115 reference "eq:TEOS-reaction-2"
32116
32117 \end_inset
32118
32119  are an example of a multi-stage chemical reaction where every equation
32120  has its own number.
32121 \begin_inset Formula 
32122 \begin{eqnarray}
32123 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32124 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32125 \end{eqnarray}
32126
32127 \end_inset
32128
32129
32130 \end_layout
32131
32132 \begin_layout Standard
32133 Besides 
32134 \series bold
32135
32136 \backslash
32137 ce
32138 \series default
32139  the 
32140 \series bold
32141 mhchem
32142 \series default
32143  package provides the command 
32144 \series bold
32145
32146 \backslash
32147 cf
32148 \series default
32149
32150 \begin_inset Index idx
32151 status collapsed
32152
32153 \begin_layout Plain Layout
32154 Commands ! C ! 
32155 \backslash
32156 cf
32157 \end_layout
32158
32159 \end_inset
32160
32161  that has to be used for special cases.
32162  For more information about 
32163 \series bold
32164
32165 \backslash
32166 cf
32167 \series default
32168  and more examples have a look at the documentation of 
32169 \series bold
32170 mhchem
32171 \series default
32172
32173 \begin_inset CommandInset citation
32174 LatexCommand cite
32175 key "mhchem"
32176
32177 \end_inset
32178
32179 .
32180 \end_layout
32181
32182 \begin_layout Section
32183 Diagrams
32184 \end_layout
32185
32186 \begin_layout Standard
32187 \SpecialChar LyX
32188  supports two types of commutative diagrams: 
32189 \series bold
32190 amscd
32191 \series default
32192  and 
32193 \series bold
32194 xymatrix
32195 \series default
32196  that are explained in the following.
32197 \end_layout
32198
32199 \begin_layout Subsection
32200 Amscd Diagrams
32201 \begin_inset Index idx
32202 status collapsed
32203
32204 \begin_layout Plain Layout
32205 Diagrams ! amscd
32206 \end_layout
32207
32208 \end_inset
32209
32210
32211 \end_layout
32212
32213 \begin_layout Standard
32214 Diagrams of this type visualize relations by vertical and horizontal lines
32215  or arrows:
32216 \begin_inset Formula 
32217 \[
32218 \begin{CD}A@>>>B@>>>C\\
32219 @AAA@.@VVV\\
32220 F@<<<E@<<<D
32221 \end{CD}
32222 \]
32223
32224 \end_inset
32225
32226
32227 \end_layout
32228
32229 \begin_layout Standard
32230 To get them, the command 
32231 \series bold
32232
32233 \backslash
32234 CD
32235 \begin_inset Index idx
32236 status collapsed
32237
32238 \begin_layout Plain Layout
32239 Commands ! C ! 
32240 \backslash
32241 CD
32242 \end_layout
32243
32244 \end_inset
32245
32246
32247 \series default
32248  is inserted to a formula.
32249  A blue box appears with two dashed lines where further commands can be
32250  inserted.
32251  With 
32252 \begin_inset Info
32253 type  "shortcut"
32254 arg   "newline-insert newline"
32255 \end_inset
32256
32257  a new line is created.
32258  Horizontal relations are inserted in odd, vertical in even formula lines.
32259 \end_layout
32260
32261 \begin_layout Standard
32262 To create the relations there are the following commands:
32263 \end_layout
32264
32265 \begin_layout Itemize
32266
32267 \series bold
32268 @<<<
32269 \series default
32270  creates a left arrow, 
32271 \series bold
32272 @>>>
32273 \series default
32274  a right arrow and 
32275 \series bold
32276 @=
32277 \series default
32278  a long equal sign
32279 \end_layout
32280
32281 \begin_layout Itemize
32282
32283 \series bold
32284 @AAA
32285 \series default
32286  creates an up arrow, 
32287 \series bold
32288 @VVV
32289 \series default
32290  a down arrow and 
32291 \series bold
32292 @|
32293 \series default
32294  a vertical equal sign
32295 \end_layout
32296
32297 \begin_layout Itemize
32298
32299 \series bold
32300 @.
32301
32302 \series default
32303  is a placeholder for non-existent relations
32304 \end_layout
32305
32306 \begin_layout Standard
32307 All arrows can be labeled as follows:
32308 \end_layout
32309
32310 \begin_layout Itemize
32311 If text inserted between the first and second < or >, resp., it is placed
32312  above the arrow.
32313  When it is inserted between the second and third one, it appears under
32314  the arrow.
32315 \end_layout
32316
32317 \begin_layout Itemize
32318 When text for vertical arrows is inserted between the first and second A
32319  or V, resp., it is placed left beside the arrow.
32320  When it is inserted between the second and third one, it appears right
32321  beside the arrow.
32322  If the text contains an A or V, these letters must be set into a \SpecialChar TeX
32323  brace.
32324 \end_layout
32325
32326 \begin_layout Standard
32327 As example a diagram with all possible relations:
32328 \end_layout
32329
32330 \begin_layout Standard
32331 \begin_inset Formula 
32332 \[
32333 \begin{CD}A@>j>>B@>>k>C@=F\\
32334 @AmAA@.@VV{V}V@|\\
32335 D@<<j<E@>k>>F@=C
32336 \end{CD}
32337 \]
32338
32339 \end_inset
32340
32341
32342 \end_layout
32343
32344 \begin_layout Standard
32345 The command for this is:
32346 \begin_inset Newline newline
32347 \end_inset
32348
32349
32350 \series bold
32351
32352 \backslash
32353 CD
32354 \begin_inset space \textvisiblespace{}
32355 \end_inset
32356
32357 A@>j>>B@>>k>C@=F Ctrl+Return
32358 \begin_inset Newline newline
32359 \end_inset
32360
32361
32362 \begin_inset Phantom HPhantom
32363 status open
32364
32365 \begin_layout Plain Layout
32366
32367 \series bold
32368
32369 \backslash
32370 CD
32371 \begin_inset space \textvisiblespace{}
32372 \end_inset
32373
32374
32375 \end_layout
32376
32377 \end_inset
32378
32379 @AmAA@.@VV
32380 \backslash
32381 {V
32382 \series default
32383
32384 \begin_inset Formula $\to$
32385 \end_inset
32386
32387
32388 \series bold
32389 V@| Ctrl+Return
32390 \begin_inset Newline newline
32391 \end_inset
32392
32393
32394 \begin_inset Phantom HPhantom
32395 status open
32396
32397 \begin_layout Plain Layout
32398
32399 \series bold
32400
32401 \backslash
32402 CD
32403 \begin_inset space \textvisiblespace{}
32404 \end_inset
32405
32406
32407 \end_layout
32408
32409 \end_inset
32410
32411 D@<<j<E@>k>>F@=C
32412 \end_layout
32413
32414 \begin_layout Subsection
32415 Xymatrix Diagrams
32416 \begin_inset Index idx
32417 status collapsed
32418
32419 \begin_layout Plain Layout
32420 Diagrams ! xymatrix
32421 \end_layout
32422
32423 \end_inset
32424
32425
32426 \end_layout
32427
32428 \begin_layout Standard
32429 To be able to use xymatrices, the \SpecialChar LaTeX
32430 -package 
32431 \series bold
32432 xypic
32433 \series default
32434  must be installed.
32435  A xymatrix is created by inserting the command 
32436 \series bold
32437
32438 \backslash
32439 xymatrix
32440 \series default
32441  in a formula.
32442  Then you are able to add new matrix columns and rows like for normal matrices,
32443  see 
32444 \begin_inset CommandInset ref
32445 LatexCommand ref
32446 reference "sec:Matrices"
32447
32448 \end_inset
32449
32450 .
32451 \end_layout
32452
32453 \begin_layout Standard
32454 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32455  and much more.
32456  All possibilities to create commutative diagrams and decorations are explained
32457  in detail in the 
32458 \emph on
32459 XY-pic manual
32460 \emph default
32461  that you find in the menu 
32462 \family sans
32463 Help\SpecialChar menuseparator
32464 Specific
32465 \begin_inset space ~
32466 \end_inset
32467
32468 Manuals
32469 \family default
32470 .
32471 \end_layout
32472
32473 \begin_layout Subsection
32474
32475 \noun on
32476 Feynman
32477 \noun default
32478  Diagrams
32479 \begin_inset Index idx
32480 status collapsed
32481
32482 \begin_layout Plain Layout
32483 Diagrams ! Feynman
32484 \end_layout
32485
32486 \end_inset
32487
32488
32489 \end_layout
32490
32491 \begin_layout Standard
32492 To be able to use 
32493 \noun on
32494 Feynman
32495 \noun default
32496 -diagrams, the \SpecialChar LaTeX
32497 -package 
32498 \series bold
32499 feyn
32500 \series default
32501  must be installed.
32502  A 
32503 \noun on
32504 Feynman
32505 \noun default
32506 -diagram is created by inserting the command 
32507 \series bold
32508
32509 \backslash
32510 Diagram
32511 \series default
32512  in a formula.
32513  Then you are able to add new matrix columns and rows like for normal matrices,
32514  see 
32515 \begin_inset CommandInset ref
32516 LatexCommand ref
32517 reference "sec:Matrices"
32518
32519 \end_inset
32520
32521 .
32522 \end_layout
32523
32524 \begin_layout Standard
32525 Examples how to create 
32526 \noun on
32527 Feynman-
32528 \noun default
32529 diagrams in \SpecialChar LyX
32530  is given in the 
32531 \emph on
32532 Feynman-diagram manual
32533 \emph default
32534  that you find in the menu 
32535 \family sans
32536 Help\SpecialChar menuseparator
32537 Specific
32538 \begin_inset space ~
32539 \end_inset
32540
32541 Manuals
32542 \family default
32543 .
32544 \end_layout
32545
32546 \begin_layout Standard
32547 \begin_inset Newpage newpage
32548 \end_inset
32549
32550
32551 \end_layout
32552
32553 \begin_layout Section
32554 User-defined Commands
32555 \begin_inset Index idx
32556 status collapsed
32557
32558 \begin_layout Plain Layout
32559 User-defined commands
32560 \end_layout
32561
32562 \end_inset
32563
32564
32565 \end_layout
32566
32567 \begin_layout Standard
32568 \begin_inset Note Greyedout
32569 status open
32570
32571 \begin_layout Plain Layout
32572
32573 \series bold
32574 Note:
32575 \series default
32576  The names of user-defined commands and macros may only consist of Latin
32577  letters.
32578 \end_layout
32579
32580 \end_inset
32581
32582
32583 \end_layout
32584
32585 \begin_layout Subsection
32586 The Command 
32587 \backslash
32588 newcommand
32589 \begin_inset CommandInset label
32590 LatexCommand label
32591 name "subsec:The-Command-newcommand"
32592
32593 \end_inset
32594
32595
32596 \begin_inset Index idx
32597 status collapsed
32598
32599 \begin_layout Plain Layout
32600 User-defined commands ! 
32601 \backslash
32602 newcommand
32603 \end_layout
32604
32605 \end_inset
32606
32607
32608 \begin_inset Index idx
32609 status collapsed
32610
32611 \begin_layout Plain Layout
32612 Commands ! N ! 
32613 \backslash
32614 newcommand
32615 \end_layout
32616
32617 \end_inset
32618
32619
32620 \end_layout
32621
32622 \begin_layout Standard
32623 Many \SpecialChar LaTeX
32624 -commands are too long to be used frequently.
32625  But it is possible to define with the command 
32626 \series bold
32627
32628 \backslash
32629 newcommand
32630 \series default
32631  new shorter commands.
32632 \end_layout
32633
32634 \begin_layout Standard
32635 The command scheme of 
32636 \series bold
32637
32638 \backslash
32639 newcommand
32640 \series default
32641  is:
32642 \end_layout
32643
32644 \begin_layout Standard
32645
32646 \series bold
32647
32648 \backslash
32649 newcommand{new command name}[number of arguments][optional
32650 \series default
32651  
32652 \series bold
32653 value]
32654 \begin_inset Newline newline
32655 \end_inset
32656
32657
32658 \begin_inset Phantom HPhantom
32659 status open
32660
32661 \begin_layout Plain Layout
32662
32663 \series bold
32664
32665 \backslash
32666 newcommand
32667 \end_layout
32668
32669 \end_inset
32670
32671 {command definition}
32672 \end_layout
32673
32674 \begin_layout Standard
32675 \begin_inset Note Greyedout
32676 status open
32677
32678 \begin_layout Plain Layout
32679
32680 \series bold
32681 Note:
32682 \series default
32683  Assure that the name of the new command is not already used in your document
32684  or by \SpecialChar LaTeX
32685 -packages that you use.
32686  When you for example define the command 
32687 \series bold
32688
32689 \backslash
32690 le
32691 \series default
32692  for 
32693 \series bold
32694
32695 \backslash
32696 Leftarrow
32697 \series default
32698 , you get an error message because 
32699 \series bold
32700
32701 \backslash
32702 le
32703 \series default
32704  is already defined as command for 
32705 \begin_inset Quotes eld
32706 \end_inset
32707
32708
32709 \begin_inset Formula $\le$
32710 \end_inset
32711
32712
32713 \begin_inset Quotes erd
32714 \end_inset
32715
32716 .
32717 \end_layout
32718
32719 \end_inset
32720
32721
32722 \end_layout
32723
32724 \begin_layout Standard
32725 The number of arguments is an integer in the range 0
32726 \begin_inset space \thinspace{}
32727 \end_inset
32728
32729 -
32730 \begin_inset space \thinspace{}
32731 \end_inset
32732
32733 9 and specifies how many arguments the new command should have.
32734  With the optional value a value for an optional argument can be predefined.
32735  When this is done, the 
32736 \emph on
32737 first
32738 \emph default
32739  
32740 \emph on
32741 a
32742 \emph default
32743 rgument of the new command is automatically an optional one.
32744 \end_layout
32745
32746 \begin_layout Standard
32747 Here are some examples:
32748 \end_layout
32749
32750 \begin_layout Itemize
32751 To define the command 
32752 \series bold
32753
32754 \backslash
32755 gr
32756 \series default
32757  for 
32758 \series bold
32759
32760 \backslash
32761 Longrightarrow
32762 \series default
32763 , the \SpecialChar LaTeX
32764 -preamble line is:
32765 \begin_inset VSpace medskip
32766 \end_inset
32767
32768
32769 \begin_inset Newline newline
32770 \end_inset
32771
32772
32773 \series bold
32774
32775 \backslash
32776 newcommand{
32777 \backslash
32778 gr}{
32779 \backslash
32780 Longrightarrow}
32781 \end_layout
32782
32783 \begin_layout Itemize
32784 To define the command 
32785 \series bold
32786
32787 \backslash
32788 us
32789 \series default
32790  for 
32791 \series bold
32792
32793 \backslash
32794 underline
32795 \series default
32796 , the argument (that should be underlined) must be taken into account.
32797  For this the preamble line is:
32798 \begin_inset VSpace medskip
32799 \end_inset
32800
32801
32802 \begin_inset Newline newline
32803 \end_inset
32804
32805
32806 \series bold
32807
32808 \backslash
32809 newcommand{
32810 \backslash
32811 us}[1]{
32812 \backslash
32813 underline{#1}}
32814 \series default
32815
32816 \begin_inset VSpace medskip
32817 \end_inset
32818
32819
32820 \begin_inset Newline newline
32821 \end_inset
32822
32823 The character 
32824 \series bold
32825 #
32826 \series default
32827  acts as argument placeholder, the 
32828 \series bold
32829 1
32830 \series default
32831  behind it denotes that it is the placeholder for the first argument.
32832 \end_layout
32833
32834 \begin_layout Itemize
32835 For 
32836 \series bold
32837
32838 \backslash
32839 framebox
32840 \series default
32841  one can e.
32842 \begin_inset space \thinspace{}
32843 \end_inset
32844
32845 g.
32846 \begin_inset space \space{}
32847 \end_inset
32848
32849 define the command 
32850 \series bold
32851
32852 \backslash
32853 fb
32854 \series default
32855 :
32856 \begin_inset VSpace medskip
32857 \end_inset
32858
32859
32860 \begin_inset Newline newline
32861 \end_inset
32862
32863
32864 \series bold
32865
32866 \backslash
32867 newcommand{
32868 \backslash
32869 fb}[3]{
32870 \backslash
32871 framebox#1#2{$#3$}}
32872 \series default
32873
32874 \begin_inset VSpace medskip
32875 \end_inset
32876
32877
32878 \begin_inset Newline newline
32879 \end_inset
32880
32881 The two Dollar signs creates the extra formula needed for 
32882 \series bold
32883
32884 \backslash
32885 framebox
32886 \series default
32887 , see 
32888 \begin_inset CommandInset ref
32889 LatexCommand ref
32890 reference "subsec:Boxes-with-Frame"
32891
32892 \end_inset
32893
32894 .
32895 \end_layout
32896
32897 \begin_layout Itemize
32898 To create a new command for 
32899 \series bold
32900
32901 \backslash
32902 fcolorbox
32903 \series default
32904  where the color for the box need not be specified, the argument for the
32905  color is defined optional:
32906 \begin_inset VSpace medskip
32907 \end_inset
32908
32909
32910 \begin_inset Newline newline
32911 \end_inset
32912
32913
32914 \series bold
32915
32916 \backslash
32917 newcommand{
32918 \backslash
32919 cb}[3][white]{
32920 \backslash
32921 fcolorbox{#2}{#1}{$#3$}}
32922 \series default
32923
32924 \begin_inset VSpace medskip
32925 \end_inset
32926
32927
32928 \begin_inset Newline newline
32929 \end_inset
32930
32931 When the color is not specified when using 
32932 \series bold
32933
32934 \backslash
32935 cb
32936 \series default
32937 , the predefined color 
32938 \series bold
32939 white
32940 \series default
32941  will be used.
32942 \end_layout
32943
32944 \begin_layout Standard
32945 A test of the new defined commands:
32946 \begin_inset Separator parbreak
32947 \end_inset
32948
32949
32950 \end_layout
32951
32952 \begin_layout Standard
32953 \align center
32954 \begin_inset Tabular
32955 <lyxtabular version="3" rows="6" columns="2">
32956 <features booktabs="true" tabularvalignment="middle">
32957 <column alignment="center" valignment="top" width="0pt">
32958 <column alignment="center" valignment="top">
32959 <row>
32960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32961 \begin_inset Text
32962
32963 \begin_layout Plain Layout
32964 Command
32965 \end_layout
32966
32967 \end_inset
32968 </cell>
32969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32970 \begin_inset Text
32971
32972 \begin_layout Plain Layout
32973 Result
32974 \end_layout
32975
32976 \end_inset
32977 </cell>
32978 </row>
32979 <row>
32980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32981 \begin_inset Text
32982
32983 \begin_layout Plain Layout
32984 A
32985 \backslash
32986 gr
32987 \begin_inset space \textvisiblespace{}
32988 \end_inset
32989
32990 B
32991 \end_layout
32992
32993 \end_inset
32994 </cell>
32995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32996 \begin_inset Text
32997
32998 \begin_layout Plain Layout
32999 \begin_inset Formula $A\gr B$
33000 \end_inset
33001
33002
33003 \end_layout
33004
33005 \end_inset
33006 </cell>
33007 </row>
33008 <row>
33009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33010 \begin_inset Text
33011
33012 \begin_layout Plain Layout
33013
33014 \backslash
33015 us{ABcd
33016 \end_layout
33017
33018 \end_inset
33019 </cell>
33020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33021 \begin_inset Text
33022
33023 \begin_layout Plain Layout
33024 \begin_inset Formula $\us{ABcd}$
33025 \end_inset
33026
33027
33028 \end_layout
33029
33030 \end_inset
33031 </cell>
33032 </row>
33033 <row topspace="1mm">
33034 <cell alignment="center" valignment="top" usebox="none">
33035 \begin_inset Text
33036
33037 \begin_layout Plain Layout
33038
33039 \backslash
33040 fb{[2cm]
33041 \begin_inset Formula $\to$
33042 \end_inset
33043
33044
33045 \backslash
33046 {
33047 \begin_inset Formula $\to$
33048 \end_inset
33049
33050
33051 \backslash
33052 {
33053 \backslash
33054 int
33055 \begin_inset space \textvisiblespace{}
33056 \end_inset
33057
33058 A=B
33059 \end_layout
33060
33061 \end_inset
33062 </cell>
33063 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33064 \begin_inset Text
33065
33066 \begin_layout Plain Layout
33067 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
33068 \end_inset
33069
33070
33071 \end_layout
33072
33073 \end_inset
33074 </cell>
33075 </row>
33076 <row topspace="1.5mm">
33077 <cell alignment="center" valignment="top" usebox="none">
33078 \begin_inset Text
33079
33080 \begin_layout Plain Layout
33081
33082 \backslash
33083 cb{red
33084 \begin_inset Formula $\to$
33085 \end_inset
33086
33087
33088 \backslash
33089 {
33090 \backslash
33091 int
33092 \begin_inset space \textvisiblespace{}
33093 \end_inset
33094
33095 A=B
33096 \end_layout
33097
33098 \end_inset
33099 </cell>
33100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33101 \begin_inset Text
33102
33103 \begin_layout Plain Layout
33104 \begin_inset Formula $\cb{red}{\int A=B}$
33105 \end_inset
33106
33107
33108 \end_layout
33109
33110 \end_inset
33111 </cell>
33112 </row>
33113 <row topspace="1.5mm" bottomspace="1mm">
33114 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33115 \begin_inset Text
33116
33117 \begin_layout Plain Layout
33118
33119 \backslash
33120 cb[green]
33121 \backslash
33122 {red
33123 \begin_inset Formula $\to$
33124 \end_inset
33125
33126
33127 \backslash
33128 {
33129 \backslash
33130 int
33131 \begin_inset space \textvisiblespace{}
33132 \end_inset
33133
33134 A=B
33135 \end_layout
33136
33137 \end_inset
33138 </cell>
33139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
33140 \begin_inset Text
33141
33142 \begin_layout Plain Layout
33143 \begin_inset Formula $\cb[green]{red}{\int A=B}$
33144 \end_inset
33145
33146
33147 \end_layout
33148
33149 \end_inset
33150 </cell>
33151 </row>
33152 </lyxtabular>
33153
33154 \end_inset
33155
33156
33157 \end_layout
33158
33159 \begin_layout Subsection
33160 Math Macros
33161 \begin_inset Index idx
33162 status collapsed
33163
33164 \begin_layout Plain Layout
33165 User-defined commands! Math macros
33166 \end_layout
33167
33168 \end_inset
33169
33170
33171 \begin_inset Index idx
33172 status collapsed
33173
33174 \begin_layout Plain Layout
33175 Macros
33176 \end_layout
33177
33178 \end_inset
33179
33180
33181 \end_layout
33182
33183 \begin_layout Standard
33184 User-defined commands are especially convenient for complex expressions.
33185  When you are for example dealing with a document that has quadratic equations,
33186  the same solution type occurs several times.
33187  The general form of a quadratic equation is
33188 \begin_inset Formula 
33189 \[
33190 0=\lambda^{2}+p\lambda+q
33191 \]
33192
33193 \end_inset
33194
33195 The general form of the solution is
33196 \begin_inset Formula 
33197 \[
33198 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33199 \]
33200
33201 \end_inset
33202
33203
33204 \end_layout
33205
33206 \begin_layout Standard
33207 To define a command for the solution formula where only the three parameters
33208  
33209 \begin_inset Formula $\lambda$
33210 \end_inset
33211
33212
33213 \begin_inset Formula $p$
33214 \end_inset
33215
33216  and 
33217 \begin_inset Formula $q$
33218 \end_inset
33219
33220  need to be specified and the index of 
33221 \begin_inset Formula $\lambda$
33222 \end_inset
33223
33224  can be given optionally, the \SpecialChar LaTeX
33225 -preamble line is
33226 \begin_inset Newline newline
33227 \end_inset
33228
33229
33230 \series bold
33231
33232 \backslash
33233 newcommand{
33234 \backslash
33235 qG}[4][1,
33236 \backslash
33237 ,2]{#2_{#1}=-
33238 \backslash
33239 frac{#3}{2}
33240 \backslash
33241 pm
33242 \begin_inset Newline newline
33243 \end_inset
33244
33245
33246 \begin_inset Phantom HPhantom
33247 status open
33248
33249 \begin_layout Plain Layout
33250
33251 \series bold
33252
33253 \backslash
33254 newcommand
33255 \end_layout
33256
33257 \end_inset
33258
33259
33260 \backslash
33261 sqrt{
33262 \backslash
33263 frac{#3^{2}}{4}-#4}}
33264 \end_layout
33265
33266 \begin_layout Standard
33267 To create with this the solution formula, the command
33268 \begin_inset Newline newline
33269 \end_inset
33270
33271
33272 \series bold
33273
33274 \backslash
33275 qG{
33276 \backslash
33277 lambda
33278 \begin_inset Formula $\to$
33279 \end_inset
33280
33281
33282 \backslash
33283 {p
33284 \begin_inset Formula $\to$
33285 \end_inset
33286
33287
33288 \backslash
33289 {q
33290 \series default
33291  is inserted to a formula
33292 \series bold
33293 .
33294 \end_layout
33295
33296 \begin_layout Standard
33297 The definition of the new command is unintuitive because one has to know
33298  the schemes of all used \SpecialChar LaTeX
33299  commands, e.
33300 \begin_inset space \thinspace{}
33301 \end_inset
33302
33303 g.
33304 \begin_inset space \space{}
33305 \end_inset
33306
33307 that a fraction is inserted in \SpecialChar LaTeX
33308  as 
33309 \series bold
33310
33311 \backslash
33312 frac{numerator}{denominator}
33313 \series default
33314 .
33315  Furthermore one can easily forget a brace in the definition and cannot
33316  see in \SpecialChar LyX
33317  what the new command is doing.
33318  To avoid these problems \SpecialChar LyX
33319  offers the possibility to use math macros instead
33320  of the command 
33321 \series bold
33322
33323 \backslash
33324 newcommand
33325 \series default
33326 .
33327 \end_layout
33328
33329 \begin_layout Standard
33330 A math macro is created by using the menu 
33331 \family sans
33332 Insert\SpecialChar menuseparator
33333 Math\SpecialChar menuseparator
33334 Macro
33335 \family default
33336  or the toolbar button 
33337 \begin_inset Info
33338 type  "icon"
33339 arg   "math-macro newmacroname_newcommand"
33340 \end_inset
33341
33342 .
33343  The math macro toolbar appears together with the following box where the
33344  macro is defined:
33345 \begin_inset Newline newline
33346 \end_inset
33347
33348
33349 \begin_inset space \hspace*{\fill}
33350 \end_inset
33351
33352
33353 \begin_inset Graphics
33354         filename clipart/macrobox.png
33355         scale 75
33356
33357 \end_inset
33358
33359
33360 \begin_inset space \hspace*{\fill}
33361 \end_inset
33362
33363
33364 \begin_inset Newline newline
33365 \end_inset
33366
33367
33368 \begin_inset FormulaMacro
33369 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33370 \end_inset
33371
33372
33373 \backslash
33374 newmacroname is the default name of the macro that should be changed to
33375  something sensible.
33376  The wanted formula is inserted in the first blue box.
33377  An argument placeholder is inserted with the command 
33378 \series bold
33379
33380 \backslash
33381 #argumentnumber
33382 \series default
33383 , e.
33384 \begin_inset space \thinspace{}
33385 \end_inset
33386
33387 g
33388 \begin_inset space \space{}
33389 \end_inset
33390
33391
33392 \series bold
33393
33394 \backslash
33395 #1
33396 \series default
33397  or by using the macro toolbar button 
33398 \begin_inset Info
33399 type  "icon"
33400 arg   "math-macro-add-param"
33401 \end_inset
33402
33403 .
33404  Argument placeholders are displayed red.
33405  A maximum of 9
33406 \begin_inset space ~
33407 \end_inset
33408
33409 arguments are possible.
33410  Optional arguments are created with the toolbar button 
33411 \begin_inset Info
33412 type  "icon"
33413 arg   "math-macro-add-optional-param"
33414 \end_inset
33415
33416 .
33417  The first non-optional argument can be transformed to an optional one with
33418  the toolbar button 
33419 \begin_inset Info
33420 type  "icon"
33421 arg   "math-macro-make-optional"
33422 \end_inset
33423
33424 .
33425  In the second blue box the appearance of the macro in \SpecialChar LyX
33426  can be defined.
33427  Normally you want to see it as it is defined, so the box is kept empty.
33428  But when you have created a macro that needs lot of space on the screen,
33429  you can insert in the box for example
33430 \begin_inset Newline newline
33431 \end_inset
33432
33433
33434 \series bold
33435 qG: 
33436 \backslash
33437 #1
33438 \series default
33439  
33440 \series bold
33441 ,
33442 \series default
33443  
33444 \series bold
33445
33446 \backslash
33447 #2
33448 \series default
33449  
33450 \series bold
33451 ,
33452 \series default
33453  
33454 \series bold
33455
33456 \backslash
33457 #3, 
33458 \backslash
33459 #4
33460 \begin_inset Newline newline
33461 \end_inset
33462
33463
33464 \series default
33465 For the macro only the arguments with the macro name in front of them will
33466  then be displayed in \SpecialChar LyX
33467 , leading to a better overview.
33468  The formula appears in the output as defined in the first box.
33469 \begin_inset Newline newline
33470 \end_inset
33471
33472 The appearance of macros in formulas can furthermore be changed for single
33473  macros by setting the cursor in the macro and using the menu 
33474 \family sans
33475 View\SpecialChar menuseparator
33476 (Un)fold
33477 \begin_inset space ~
33478 \end_inset
33479
33480 Math
33481 \begin_inset space ~
33482 \end_inset
33483
33484 Macro
33485 \family default
33486 .
33487 \end_layout
33488
33489 \begin_layout Standard
33490 To use a macro, the macro name is inserted as command to a formula, in our
33491  case 
33492 \series bold
33493
33494 \backslash
33495 qG
33496 \series default
33497 .
33498  Our macro looks in \SpecialChar LyX
33499  like this:
33500 \begin_inset Newline newline
33501 \end_inset
33502
33503
33504 \begin_inset space \hspace*{\fill}
33505 \end_inset
33506
33507
33508 \begin_inset Graphics
33509         filename clipart/macrouse.png
33510         scale 75
33511
33512 \end_inset
33513
33514
33515 \begin_inset space \hspace*{\fill}
33516 \end_inset
33517
33518
33519 \begin_inset Newline newline
33520 \end_inset
33521
33522 Here is our macro example with the arguments 
33523 \begin_inset Formula $x$
33524 \end_inset
33525
33526
33527 \begin_inset Formula $\ln(x)$
33528 \end_inset
33529
33530  and 
33531 \begin_inset Formula $B$
33532 \end_inset
33533
33534 :
33535 \end_layout
33536
33537 \begin_layout Standard
33538 \begin_inset Formula 
33539 \[
33540 \qG x{\ln(x)}B
33541 \]
33542
33543 \end_inset
33544
33545
33546 \end_layout
33547
33548 \begin_layout Standard
33549 \SpecialChar LyX
33550  offers in the menu 
33551 \family sans
33552 Tools\SpecialChar menuseparator
33553 Preferences\SpecialChar menuseparator
33554 Editing\SpecialChar menuseparator
33555 Control
33556 \family default
33557  different styles to edit macros.
33558  To find the style that suits you the most, choose a style and set the cursor
33559  in a macro formula to see the difference.
33560 \end_layout
33561
33562 \begin_layout Standard
33563 A math macro is transformed internally to a 
33564 \series bold
33565
33566 \backslash
33567 newcommand
33568 \series default
33569  command when exporting the document.
33570  The created 
33571 \series bold
33572
33573 \backslash
33574 newcommand
33575 \series default
33576  command is not placed in the \SpecialChar LaTeX
33577 -preamble, therefore macros can only be used
33578  in formulas that are in the document below the macro definition box.
33579 \end_layout
33580
33581 \begin_layout Standard
33582 Math macros can also be directly created from a 
33583 \series bold
33584
33585 \backslash
33586 newcommand
33587 \series default
33588  command.
33589  When writing for example the command
33590 \series bold
33591
33592 \begin_inset Newline newline
33593 \end_inset
33594
33595
33596 \backslash
33597 newcommand{
33598 \backslash
33599 larrow}[2]{
33600 \backslash
33601 xleftarrow[#2]{#1}}
33602 \begin_inset Newline newline
33603 \end_inset
33604
33605
33606 \series default
33607 in \SpecialChar LyX
33608  as normal text, highlighting it completely and using then the shortcut
33609  
33610 \family sans
33611 Ctrl+M
33612 \family default
33613 , the command will be transformed to a math macro.
33614  Using this method you need to be careful that the 
33615 \series bold
33616
33617 \backslash
33618 newcommand
33619 \series default
33620  command is typed correctly, otherwise you get a faulty macro leading to
33621  \SpecialChar LaTeX
33622  errors.
33623 \end_layout
33624
33625 \begin_layout Standard
33626 Math macros currently have the problem that further formulas in macro definition
33627 s are handled wrongly.
33628  Therefore the example 
33629 \series bold
33630
33631 \backslash
33632 fb
33633 \series default
33634  from 
33635 \begin_inset CommandInset ref
33636 LatexCommand ref
33637 reference "subsec:The-Command-newcommand"
33638
33639 \end_inset
33640
33641  cannot be created as macro.
33642 \end_layout
33643
33644 \begin_layout Standard
33645 When the cursor is in a macro definition box, you will see the macro toolbar
33646  in \SpecialChar LyX
33647 :
33648 \end_layout
33649
33650 \begin_layout Standard
33651 \begin_inset VSpace defskip
33652 \end_inset
33653
33654
33655 \end_layout
33656
33657 \begin_layout Standard
33658 \begin_inset Graphics
33659         filename clipart/MacroToolbar.png
33660
33661 \end_inset
33662
33663
33664 \begin_inset Index idx
33665 status collapsed
33666
33667 \begin_layout Plain Layout
33668 Macros ! Toolbar
33669 \end_layout
33670
33671 \end_inset
33672
33673
33674 \end_layout
33675
33676 \begin_layout Standard
33677 \begin_inset VSpace defskip
33678 \end_inset
33679
33680
33681 \end_layout
33682
33683 \begin_layout Standard
33684 The macro toolbar contains from left to right the following buttons:
33685 \end_layout
33686
33687 \begin_layout Standard
33688 \begin_inset VSpace defskip
33689 \end_inset
33690
33691
33692 \end_layout
33693
33694 \begin_layout Standard
33695 \begin_inset Tabular
33696 <lyxtabular version="3" rows="9" columns="2">
33697 <features islongtable="true" longtabularalignment="center">
33698 <column alignment="left" valignment="top">
33699 <column alignment="left" valignment="top" width="85col%">
33700 <row interlinespace="2.5mm">
33701 <cell alignment="center" valignment="top" usebox="none">
33702 \begin_inset Text
33703
33704 \begin_layout Plain Layout
33705 \begin_inset Info
33706 type  "icon"
33707 arg   "math-macro-remove-param"
33708 \end_inset
33709
33710
33711 \end_layout
33712
33713 \end_inset
33714 </cell>
33715 <cell alignment="center" valignment="top" usebox="none">
33716 \begin_inset Text
33717
33718 \begin_layout Plain Layout
33719
33720 \family sans
33721 Edit\SpecialChar menuseparator
33722 Math\SpecialChar menuseparator
33723 Macro
33724 \begin_inset space ~
33725 \end_inset
33726
33727 Definition\SpecialChar menuseparator
33728 Remove Last Argument
33729 \end_layout
33730
33731 \end_inset
33732 </cell>
33733 </row>
33734 <row interlinespace="2.5mm">
33735 <cell alignment="center" valignment="top" usebox="none">
33736 \begin_inset Text
33737
33738 \begin_layout Plain Layout
33739 \begin_inset Info
33740 type  "icon"
33741 arg   "math-macro-add-param"
33742 \end_inset
33743
33744
33745 \end_layout
33746
33747 \end_inset
33748 </cell>
33749 <cell alignment="center" valignment="top" usebox="none">
33750 \begin_inset Text
33751
33752 \begin_layout Plain Layout
33753
33754 \family sans
33755 Edit\SpecialChar menuseparator
33756 Math\SpecialChar menuseparator
33757 Macro
33758 \begin_inset space ~
33759 \end_inset
33760
33761 Definition\SpecialChar menuseparator
33762 Append Argument
33763 \end_layout
33764
33765 \end_inset
33766 </cell>
33767 </row>
33768 <row interlinespace="2.5mm">
33769 <cell alignment="center" valignment="top" usebox="none">
33770 \begin_inset Text
33771
33772 \begin_layout Plain Layout
33773 \begin_inset Info
33774 type  "icon"
33775 arg   "math-macro-make-optional"
33776 \end_inset
33777
33778
33779 \end_layout
33780
33781 \end_inset
33782 </cell>
33783 <cell alignment="center" valignment="top" usebox="none">
33784 \begin_inset Text
33785
33786 \begin_layout Plain Layout
33787
33788 \family sans
33789 Edit\SpecialChar menuseparator
33790 Math\SpecialChar menuseparator
33791 Macro
33792 \begin_inset space ~
33793 \end_inset
33794
33795 Definition\SpecialChar menuseparator
33796 Transform First Non-Optional to
33797 \begin_inset Newline newline
33798 \end_inset
33799
33800
33801 \begin_inset Phantom HPhantom
33802 status open
33803
33804 \begin_layout Plain Layout
33805
33806 \family sans
33807 Edit\SpecialChar menuseparator
33808 Math\SpecialChar menuseparator
33809 Macro
33810 \begin_inset space ~
33811 \end_inset
33812
33813 Definition\SpecialChar menuseparator
33814
33815 \end_layout
33816
33817 \end_inset
33818
33819 Optional Argument
33820 \end_layout
33821
33822 \end_inset
33823 </cell>
33824 </row>
33825 <row interlinespace="2.5mm">
33826 <cell alignment="center" valignment="top" usebox="none">
33827 \begin_inset Text
33828
33829 \begin_layout Plain Layout
33830 \begin_inset Info
33831 type  "icon"
33832 arg   "math-macro-make-nonoptional"
33833 \end_inset
33834
33835
33836 \end_layout
33837
33838 \end_inset
33839 </cell>
33840 <cell alignment="center" valignment="top" usebox="none">
33841 \begin_inset Text
33842
33843 \begin_layout Plain Layout
33844
33845 \family sans
33846 Edit\SpecialChar menuseparator
33847 Math\SpecialChar menuseparator
33848 Macro
33849 \begin_inset space ~
33850 \end_inset
33851
33852 Definition\SpecialChar menuseparator
33853 Transform Last Optional to
33854 \begin_inset Newline newline
33855 \end_inset
33856
33857
33858 \begin_inset Phantom HPhantom
33859 status open
33860
33861 \begin_layout Plain Layout
33862
33863 \family sans
33864 Edit\SpecialChar menuseparator
33865 Math\SpecialChar menuseparator
33866 Macro
33867 \begin_inset space ~
33868 \end_inset
33869
33870 Definition\SpecialChar menuseparator
33871
33872 \end_layout
33873
33874 \end_inset
33875
33876 Non-Optional Argument
33877 \end_layout
33878
33879 \end_inset
33880 </cell>
33881 </row>
33882 <row interlinespace="2.5mm">
33883 <cell alignment="center" valignment="top" usebox="none">
33884 \begin_inset Text
33885
33886 \begin_layout Plain Layout
33887 \begin_inset Info
33888 type  "icon"
33889 arg   "math-macro-remove-optional-param"
33890 \end_inset
33891
33892
33893 \end_layout
33894
33895 \end_inset
33896 </cell>
33897 <cell alignment="center" valignment="top" usebox="none">
33898 \begin_inset Text
33899
33900 \begin_layout Plain Layout
33901
33902 \family sans
33903 Edit\SpecialChar menuseparator
33904 Math\SpecialChar menuseparator
33905 Macro
33906 \begin_inset space ~
33907 \end_inset
33908
33909 Definition\SpecialChar menuseparator
33910 Remove Optional Argument
33911 \end_layout
33912
33913 \end_inset
33914 </cell>
33915 </row>
33916 <row interlinespace="2.5mm">
33917 <cell alignment="center" valignment="top" usebox="none">
33918 \begin_inset Text
33919
33920 \begin_layout Plain Layout
33921 \begin_inset Info
33922 type  "icon"
33923 arg   "math-macro-add-optional-param"
33924 \end_inset
33925
33926
33927 \end_layout
33928
33929 \end_inset
33930 </cell>
33931 <cell alignment="center" valignment="top" usebox="none">
33932 \begin_inset Text
33933
33934 \begin_layout Plain Layout
33935
33936 \family sans
33937 Edit\SpecialChar menuseparator
33938 Math\SpecialChar menuseparator
33939 Macro
33940 \begin_inset space ~
33941 \end_inset
33942
33943 Definition\SpecialChar menuseparator
33944 Insert Optional Argument
33945 \end_layout
33946
33947 \end_inset
33948 </cell>
33949 </row>
33950 <row interlinespace="2.5mm">
33951 <cell alignment="center" valignment="top" usebox="none">
33952 \begin_inset Text
33953
33954 \begin_layout Plain Layout
33955 \begin_inset Info
33956 type  "icon"
33957 arg   "math-macro-remove-greedy-param"
33958 \end_inset
33959
33960
33961 \end_layout
33962
33963 \end_inset
33964 </cell>
33965 <cell alignment="center" valignment="top" usebox="none">
33966 \begin_inset Text
33967
33968 \begin_layout Plain Layout
33969
33970 \family sans
33971 Edit\SpecialChar menuseparator
33972 Math\SpecialChar menuseparator
33973 Macro
33974 \begin_inset space ~
33975 \end_inset
33976
33977 Definition\SpecialChar menuseparator
33978 Remove Last Argument
33979 \begin_inset Newline newline
33980 \end_inset
33981
33982
33983 \begin_inset Phantom HPhantom
33984 status open
33985
33986 \begin_layout Plain Layout
33987
33988 \family sans
33989 Edit\SpecialChar menuseparator
33990 Math\SpecialChar menuseparator
33991 Macro
33992 \begin_inset space ~
33993 \end_inset
33994
33995 Definition\SpecialChar menuseparator
33996
33997 \end_layout
33998
33999 \end_inset
34000
34001 Spitting Out To The Right
34002 \end_layout
34003
34004 \end_inset
34005 </cell>
34006 </row>
34007 <row interlinespace="2.5mm">
34008 <cell alignment="center" valignment="top" usebox="none">
34009 \begin_inset Text
34010
34011 \begin_layout Plain Layout
34012 \begin_inset Info
34013 type  "icon"
34014 arg   "math-macro-append-greedy-param"
34015 \end_inset
34016
34017
34018 \end_layout
34019
34020 \end_inset
34021 </cell>
34022 <cell alignment="center" valignment="top" usebox="none">
34023 \begin_inset Text
34024
34025 \begin_layout Plain Layout
34026
34027 \family sans
34028 Edit\SpecialChar menuseparator
34029 Math\SpecialChar menuseparator
34030 Macro
34031 \begin_inset space ~
34032 \end_inset
34033
34034 Definition\SpecialChar menuseparator
34035 Append Argument
34036 \begin_inset Newline newline
34037 \end_inset
34038
34039
34040 \begin_inset Phantom HPhantom
34041 status open
34042
34043 \begin_layout Plain Layout
34044
34045 \family sans
34046 Edit\SpecialChar menuseparator
34047 Math\SpecialChar menuseparator
34048 Macro
34049 \begin_inset space ~
34050 \end_inset
34051
34052 Definition\SpecialChar menuseparator
34053
34054 \end_layout
34055
34056 \end_inset
34057
34058 Eating From The Right
34059 \end_layout
34060
34061 \end_inset
34062 </cell>
34063 </row>
34064 <row interlinespace="2.5mm">
34065 <cell alignment="center" valignment="top" usebox="none">
34066 \begin_inset Text
34067
34068 \begin_layout Plain Layout
34069 \begin_inset Info
34070 type  "icon"
34071 arg   "math-macro-add-greedy-optional-param"
34072 \end_inset
34073
34074
34075 \end_layout
34076
34077 \end_inset
34078 </cell>
34079 <cell alignment="center" valignment="top" usebox="none">
34080 \begin_inset Text
34081
34082 \begin_layout Plain Layout
34083
34084 \family sans
34085 Edit\SpecialChar menuseparator
34086 Math\SpecialChar menuseparator
34087 Macro
34088 \begin_inset space ~
34089 \end_inset
34090
34091 Definition\SpecialChar menuseparator
34092 Append Optional Argument
34093 \begin_inset Newline newline
34094 \end_inset
34095
34096
34097 \begin_inset Phantom HPhantom
34098 status open
34099
34100 \begin_layout Plain Layout
34101
34102 \family sans
34103 Edit\SpecialChar menuseparator
34104 Math\SpecialChar menuseparator
34105 Macro
34106 \begin_inset space ~
34107 \end_inset
34108
34109 Definition\SpecialChar menuseparator
34110
34111 \end_layout
34112
34113 \end_inset
34114
34115 Eating From The Right
34116 \end_layout
34117
34118 \end_inset
34119 </cell>
34120 </row>
34121 </lyxtabular>
34122
34123 \end_inset
34124
34125
34126 \end_layout
34127
34128 \begin_layout Section
34129 Computer Algebra Systems
34130 \end_layout
34131
34132 \begin_layout Standard
34133 \SpecialChar LyX
34134  offers the exchange between mathematical expressions written in \SpecialChar LyX
34135 's math
34136  editor and external applications or user defined scripts.
34137  Currently supported applications are 
34138 \family sans
34139 Maple
34140 \family default
34141
34142 \family sans
34143 Mathematica
34144 \family default
34145
34146 \family sans
34147 Maxima
34148 \family default
34149  and 
34150 \family sans
34151 Octave
34152 \family default
34153 .
34154  Note that the set of supported mathematical constructs is limited only
34155  to very simple cases.
34156 \end_layout
34157
34158 \begin_layout Subsection
34159 Usage
34160 \end_layout
34161
34162 \begin_layout Standard
34163 Write some expression in a formula, go to the 
34164 \family sans
34165 Edit\SpecialChar menuseparator
34166 Math\SpecialChar menuseparator
34167 Use Computer Algebra System
34168 \family default
34169  menu and choose the application you have installed on the computer.
34170  After that the result of computation should show on the right side of the
34171  expression together with the 
34172 \begin_inset Quotes eld
34173 \end_inset
34174
34175 =
34176 \begin_inset Quotes erd
34177 \end_inset
34178
34179  operator.
34180 \end_layout
34181
34182 \begin_layout Standard
34183 Here are few simple examples (with results from 
34184 \family typewriter
34185 Maxima
34186 \family default
34187 ) to show what kind of computations can be performed:
34188 \end_layout
34189
34190 \begin_layout Itemize
34191 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34192 \end_inset
34193
34194
34195 \end_layout
34196
34197 \begin_layout Itemize
34198 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34199 \end_inset
34200
34201
34202 \end_layout
34203
34204 \begin_layout Itemize
34205 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34206 \end_inset
34207
34208
34209 \end_layout
34210
34211 \begin_layout Itemize
34212 \begin_inset Formula $\det\left[\begin{array}{ccc}
34213 1 & 6 & 7\\
34214 2 & 5 & 8\\
34215 3 & 4 & 17
34216 \end{array}\right]=-56$
34217 \end_inset
34218
34219
34220 \end_layout
34221
34222 \begin_layout Itemize
34223 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34224 \end_inset
34225
34226
34227 \end_layout
34228
34229 \begin_layout Subsection
34230 Keyboard shortcut
34231 \end_layout
34232
34233 \begin_layout Standard
34234 Currently there is no keyboard shortcut for calling the algebra applications.
34235  One can easily bind a shortcut to the 
34236 \family sans
34237 math-extern
34238 \family default
34239  \SpecialChar LyX
34240  function (see the 
34241 \family sans
34242 \emph on
34243 \SpecialChar LyX
34244  Functions
34245 \family default
34246 \emph default
34247  manual).
34248  One could e.
34249 \begin_inset space \thinspace{}
34250 \end_inset
34251
34252 g.
34253 \begin_inset space \space{}
34254 \end_inset
34255
34256 bind the 
34257 \family sans
34258 Return
34259 \family default
34260  key inside the math editor.
34261  To bind it to 
34262 \family typewriter
34263 Maxima
34264 \family default
34265  one would use this shortcut definition command:
34266 \end_layout
34267
34268 \begin_layout Standard
34269
34270 \series bold
34271 command-alternatives paragraph-break;math-extern maxima
34272 \end_layout
34273
34274 \begin_layout Section
34275 Miscellaneous
34276 \begin_inset Index idx
34277 status collapsed
34278
34279 \begin_layout Plain Layout
34280 Miscellaneous
34281 \end_layout
34282
34283 \end_inset
34284
34285
34286 \end_layout
34287
34288 \begin_layout Subsection
34289 Negative Numbers
34290 \begin_inset Index idx
34291 status collapsed
34292
34293 \begin_layout Plain Layout
34294 Numbers ! negative
34295 \end_layout
34296
34297 \end_inset
34298
34299
34300 \end_layout
34301
34302 \begin_layout Standard
34303 Negative numbers often look ugly in formulas because the minus sign before
34304  the number is set with the same length as the minus operator sign.
34305  When writing the negative number in normal text, the minus sign appears
34306  correctly.
34307 \end_layout
34308
34309 \begin_layout Standard
34310 Thus, the problem disappears when converting the minus sign to mathematical
34311  text.
34312 \end_layout
34313
34314 \begin_layout Standard
34315 An example to visualize the problem:
34316 \begin_inset Separator parbreak
34317 \end_inset
34318
34319
34320 \end_layout
34321
34322 \begin_layout Standard
34323 \align center
34324 \begin_inset Tabular
34325 <lyxtabular version="3" rows="3" columns="2">
34326 <features booktabs="true" tabularvalignment="middle">
34327 <column alignment="right" valignment="top" width="0pt">
34328 <column alignment="left" valignment="top">
34329 <row>
34330 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
34331 \begin_inset Text
34332
34333 \begin_layout Plain Layout
34334 normal text:
34335 \end_layout
34336
34337 \end_inset
34338 </cell>
34339 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34340 \begin_inset Text
34341
34342 \begin_layout Plain Layout
34343 x = -2
34344 \end_layout
34345
34346 \end_inset
34347 </cell>
34348 </row>
34349 <row>
34350 <cell alignment="right" valignment="top" leftline="true" usebox="none">
34351 \begin_inset Text
34352
34353 \begin_layout Plain Layout
34354 formula:
34355 \end_layout
34356
34357 \end_inset
34358 </cell>
34359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34360 \begin_inset Text
34361
34362 \begin_layout Plain Layout
34363 \begin_inset Formula $x=-2$
34364 \end_inset
34365
34366
34367 \end_layout
34368
34369 \end_inset
34370 </cell>
34371 </row>
34372 <row>
34373 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34374 \begin_inset Text
34375
34376 \begin_layout Plain Layout
34377 solution:
34378 \end_layout
34379
34380 \end_inset
34381 </cell>
34382 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34383 \begin_inset Text
34384
34385 \begin_layout Plain Layout
34386 \begin_inset Formula $x=\textrm{-}2$
34387 \end_inset
34388
34389
34390 \end_layout
34391
34392 \end_inset
34393 </cell>
34394 </row>
34395 </lyxtabular>
34396
34397 \end_inset
34398
34399
34400 \end_layout
34401
34402 \begin_layout Subsection
34403 Comma as decimal Separator
34404 \begin_inset Index idx
34405 status collapsed
34406
34407 \begin_layout Plain Layout
34408 Comma
34409 \end_layout
34410
34411 \end_inset
34412
34413
34414 \end_layout
34415
34416 \begin_layout Standard
34417 In \SpecialChar LaTeX
34418  a comma inside a formula is used, according to the English convention,
34419  as number group separator.
34420  So there will be space added behind all commas in formulas.
34421 \end_layout
34422
34423 \begin_layout Standard
34424 To avoid this, the comma is highlighted and changed to mathematical text
34425  (shortcut 
34426 \begin_inset Info
34427 type  "shortcut"
34428 arg   "math-mode"
34429 \end_inset
34430
34431 ).
34432 \end_layout
34433
34434 \begin_layout Standard
34435 To use all formula commas in the document as decimal separator, the file
34436  
34437 \series bold
34438 icomma.sty
34439 \series default
34440
34441 \begin_inset Foot
34442 status collapsed
34443
34444 \begin_layout Plain Layout
34445
34446 \series bold
34447 icomma
34448 \series default
34449  is part of the \SpecialChar LaTeX
34450 -package 
34451 \series bold
34452 was
34453 \series default
34454
34455 \begin_inset Index idx
34456 status collapsed
34457
34458 \begin_layout Plain Layout
34459 Packages ! was
34460 \begin_inset ERT
34461 status collapsed
34462
34463 \begin_layout Plain Layout
34464
34465
34466 \backslash
34467 vspace{4mm}
34468 \end_layout
34469
34470 \end_inset
34471
34472
34473 \end_layout
34474
34475 \end_inset
34476
34477 .
34478 \end_layout
34479
34480 \end_inset
34481
34482
34483 \begin_inset Index idx
34484 status collapsed
34485
34486 \begin_layout Plain Layout
34487 Packages ! icomma
34488 \end_layout
34489
34490 \end_inset
34491
34492  is loaded with the \SpecialChar LaTeX
34493 -preamble line
34494 \end_layout
34495
34496 \begin_layout Standard
34497
34498 \series bold
34499
34500 \backslash
34501 usepackage{icomma}
34502 \end_layout
34503
34504 \begin_layout Subsection
34505 Physical Vectors
34506 \begin_inset CommandInset label
34507 LatexCommand label
34508 name "subsec:Physical-Vectors"
34509
34510 \end_inset
34511
34512
34513 \begin_inset Index idx
34514 status collapsed
34515
34516 \begin_layout Plain Layout
34517 Vectors ! physical
34518 \end_layout
34519
34520 \end_inset
34521
34522
34523 \end_layout
34524
34525 \begin_layout Standard
34526 Predefined vectors are offered by the \SpecialChar LaTeX
34527 -package 
34528 \series bold
34529 braket
34530 \series default
34531
34532 \begin_inset Index idx
34533 status collapsed
34534
34535 \begin_layout Plain Layout
34536 Packages ! braket
34537 \end_layout
34538
34539 \end_inset
34540
34541  that is loaded with the \SpecialChar LaTeX
34542 -preamble line
34543 \end_layout
34544
34545 \begin_layout Standard
34546
34547 \series bold
34548
34549 \backslash
34550 usepackage{braket}
34551 \end_layout
34552
34553 \begin_layout Standard
34554 \begin_inset ERT
34555 status collapsed
34556
34557 \begin_layout Plain Layout
34558
34559
34560 \backslash
34561 ifbraket 
34562 \end_layout
34563
34564 \end_inset
34565
34566
34567 \begin_inset Note Note
34568 status open
34569
34570 \begin_layout Plain Layout
34571 The following table will only be displayed when the \SpecialChar LaTeX
34572 -package 
34573 \series bold
34574 braket
34575 \series default
34576  is installed.
34577 \end_layout
34578
34579 \end_inset
34580
34581
34582 \end_layout
34583
34584 \begin_layout Standard
34585 The following commands are defined:
34586 \begin_inset Separator parbreak
34587 \end_inset
34588
34589
34590 \end_layout
34591
34592 \begin_layout Standard
34593 \align center
34594 \begin_inset Tabular
34595 <lyxtabular version="3" rows="4" columns="2">
34596 <features booktabs="true" tabularvalignment="middle">
34597 <column alignment="center" valignment="top" width="0pt">
34598 <column alignment="center" valignment="top">
34599 <row>
34600 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34601 \begin_inset Text
34602
34603 \begin_layout Plain Layout
34604 Command
34605 \end_layout
34606
34607 \end_inset
34608 </cell>
34609 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34610 \begin_inset Text
34611
34612 \begin_layout Plain Layout
34613 Result
34614 \end_layout
34615
34616 \end_inset
34617 </cell>
34618 </row>
34619 <row>
34620 <cell alignment="center" valignment="top" usebox="none">
34621 \begin_inset Text
34622
34623 \begin_layout Plain Layout
34624
34625 \backslash
34626 Bra{
34627 \backslash
34628 psi
34629 \end_layout
34630
34631 \end_inset
34632 </cell>
34633 <cell alignment="center" valignment="top" usebox="none">
34634 \begin_inset Text
34635
34636 \begin_layout Plain Layout
34637 \begin_inset Formula $\Bra{\psi}$
34638 \end_inset
34639
34640
34641 \end_layout
34642
34643 \end_inset
34644 </cell>
34645 </row>
34646 <row>
34647 <cell alignment="center" valignment="top" usebox="none">
34648 \begin_inset Text
34649
34650 \begin_layout Plain Layout
34651
34652 \backslash
34653 Ket{
34654 \backslash
34655 psi
34656 \end_layout
34657
34658 \end_inset
34659 </cell>
34660 <cell alignment="center" valignment="top" usebox="none">
34661 \begin_inset Text
34662
34663 \begin_layout Plain Layout
34664 \begin_inset Formula $\Ket{\psi}$
34665 \end_inset
34666
34667
34668 \end_layout
34669
34670 \end_inset
34671 </cell>
34672 </row>
34673 <row>
34674 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34675 \begin_inset Text
34676
34677 \begin_layout Plain Layout
34678
34679 \backslash
34680 Braket{
34681 \backslash
34682 psi|
34683 \backslash
34684 phi
34685 \end_layout
34686
34687 \end_inset
34688 </cell>
34689 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34690 \begin_inset Text
34691
34692 \begin_layout Plain Layout
34693 \begin_inset Formula $\Braket{\psi|\phi}$
34694 \end_inset
34695
34696
34697 \end_layout
34698
34699 \end_inset
34700 </cell>
34701 </row>
34702 </lyxtabular>
34703
34704 \end_inset
34705
34706
34707 \end_layout
34708
34709 \begin_layout Standard
34710 The command 
34711 \series bold
34712
34713 \backslash
34714 Braket
34715 \series default
34716  assures that all vertical bars are set in the size of the surrounding brackets:
34717 \begin_inset Formula 
34718 \[
34719 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
34720 \]
34721
34722 \end_inset
34723
34724
34725 \begin_inset ERT
34726 status collapsed
34727
34728 \begin_layout Plain Layout
34729
34730
34731 \backslash
34732 else 
34733 \end_layout
34734
34735 \end_inset
34736
34737
34738 \begin_inset Note Note
34739 status open
34740
34741 \begin_layout Plain Layout
34742 The following will be displayed when the \SpecialChar LaTeX
34743 -package 
34744 \series bold
34745 braket
34746 \series default
34747  is not installed:
34748 \end_layout
34749
34750 \end_inset
34751
34752
34753 \end_layout
34754
34755 \begin_layout Standard
34756 You need to install the \SpecialChar LaTeX
34757 -package 
34758 \series bold
34759 braket
34760 \series default
34761  to see the rest of this subsection in the output.
34762 \end_layout
34763
34764 \begin_layout Standard
34765 \begin_inset ERT
34766 status collapsed
34767
34768 \begin_layout Plain Layout
34769
34770
34771 \backslash
34772 fi 
34773 \end_layout
34774
34775 \end_inset
34776
34777
34778 \end_layout
34779
34780 \begin_layout Standard
34781 The effect of 
34782 \series bold
34783
34784 \backslash
34785 Braket
34786 \series default
34787  can also be achieved using the command 
34788 \series bold
34789
34790 \backslash
34791 middle
34792 \series default
34793 , that is described in 
34794 \begin_inset CommandInset ref
34795 LatexCommand ref
34796 reference "subsec:Automatic-Bracket-Size"
34797
34798 \end_inset
34799
34800 .
34801 \end_layout
34802
34803 \begin_layout Subsection
34804 Self-defined Fractions
34805 \begin_inset CommandInset label
34806 LatexCommand label
34807 name "subsec:Self-defined-Fractions"
34808
34809 \end_inset
34810
34811
34812 \begin_inset Index idx
34813 status collapsed
34814
34815 \begin_layout Plain Layout
34816 Fractions ! self-defined
34817 \end_layout
34818
34819 \end_inset
34820
34821
34822 \end_layout
34823
34824 \begin_layout Standard
34825 To define custom commands for fractions, the command 
34826 \series bold
34827
34828 \backslash
34829 genfrac
34830 \series default
34831
34832 \begin_inset Index idx
34833 status collapsed
34834
34835 \begin_layout Plain Layout
34836 Commands ! G ! 
34837 \backslash
34838 genfrac
34839 \begin_inset ERT
34840 status collapsed
34841
34842 \begin_layout Plain Layout
34843
34844
34845 \backslash
34846 vspace{4mm}
34847 \end_layout
34848
34849 \end_inset
34850
34851
34852 \end_layout
34853
34854 \end_inset
34855
34856  is used in the following scheme:
34857 \end_layout
34858
34859 \begin_layout Standard
34860
34861 \series bold
34862
34863 \backslash
34864 genfrac{left
34865 \series default
34866  
34867 \series bold
34868 bracket}{right
34869 \series default
34870  
34871 \series bold
34872 bracket}{fraction bar thickness}{style}
34873 \begin_inset Newline newline
34874 \end_inset
34875
34876
34877 \begin_inset Phantom HPhantom
34878 status open
34879
34880 \begin_layout Plain Layout
34881
34882 \series bold
34883
34884 \backslash
34885 genfrac
34886 \end_layout
34887
34888 \end_inset
34889
34890 {numerator}{denominator}
34891 \end_layout
34892
34893 \begin_layout Standard
34894 The style is a number in the range of 0
34895 \begin_inset space \thinspace{}
34896 \end_inset
34897
34898 -
34899 \begin_inset space \thinspace{}
34900 \end_inset
34901
34902 3.
34903 \begin_inset Separator parbreak
34904 \end_inset
34905
34906
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 Subsection
35132 Canceled Formulas
35133 \begin_inset Index idx
35134 status collapsed
35135
35136 \begin_layout Plain Layout
35137 Formula ! canceled
35138 \end_layout
35139
35140 \end_inset
35141
35142
35143 \end_layout
35144
35145 \begin_layout Standard
35146 There are four ways to cancel formulas or parts of formulas:
35147 \end_layout
35148
35149 \begin_layout Standard
35150 \begin_inset ERT
35151 status collapsed
35152
35153 \begin_layout Plain Layout
35154
35155
35156 \backslash
35157 ifcancel 
35158 \end_layout
35159
35160 \end_inset
35161
35162
35163 \begin_inset Note Note
35164 status open
35165
35166 \begin_layout Plain Layout
35167 The following table will only be displayed when the \SpecialChar LaTeX
35168 -package 
35169 \series bold
35170 cancel
35171 \series default
35172  is installed.
35173 \end_layout
35174
35175 \end_inset
35176
35177
35178 \begin_inset Separator parbreak
35179 \end_inset
35180
35181
35182 \end_layout
35183
35184 \begin_layout Standard
35185 \align center
35186 \begin_inset Tabular
35187 <lyxtabular version="3" rows="5" columns="2">
35188 <features booktabs="true" tabularvalignment="middle">
35189 <column alignment="center" valignment="top" width="0pt">
35190 <column alignment="center" valignment="top">
35191 <row>
35192 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35193 \begin_inset Text
35194
35195 \begin_layout Plain Layout
35196 Command
35197 \end_layout
35198
35199 \end_inset
35200 </cell>
35201 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35202 \begin_inset Text
35203
35204 \begin_layout Plain Layout
35205 Result
35206 \end_layout
35207
35208 \end_inset
35209 </cell>
35210 </row>
35211 <row>
35212 <cell alignment="center" valignment="top" usebox="none">
35213 \begin_inset Text
35214
35215 \begin_layout Plain Layout
35216
35217 \backslash
35218 cancel
35219 \begin_inset space \textvisiblespace{}
35220 \end_inset
35221
35222
35223 \backslash
35224 int
35225 \begin_inset space \textvisiblespace{}
35226 \end_inset
35227
35228 A=B
35229 \end_layout
35230
35231 \end_inset
35232 </cell>
35233 <cell alignment="center" valignment="top" usebox="none">
35234 \begin_inset Text
35235
35236 \begin_layout Plain Layout
35237 \begin_inset Formula $\cancel{\int A=B}$
35238 \end_inset
35239
35240
35241 \end_layout
35242
35243 \end_inset
35244 </cell>
35245 </row>
35246 <row topspace="1.5mm">
35247 <cell alignment="center" valignment="top" usebox="none">
35248 \begin_inset Text
35249
35250 \begin_layout Plain Layout
35251
35252 \backslash
35253 bcancel
35254 \begin_inset space \textvisiblespace{}
35255 \end_inset
35256
35257
35258 \backslash
35259 int
35260 \begin_inset space \textvisiblespace{}
35261 \end_inset
35262
35263 A=B
35264 \end_layout
35265
35266 \end_inset
35267 </cell>
35268 <cell alignment="center" valignment="top" usebox="none">
35269 \begin_inset Text
35270
35271 \begin_layout Plain Layout
35272 \begin_inset Formula $\bcancel{\int A=B}$
35273 \end_inset
35274
35275
35276 \end_layout
35277
35278 \end_inset
35279 </cell>
35280 </row>
35281 <row topspace="1.5mm">
35282 <cell alignment="center" valignment="top" usebox="none">
35283 \begin_inset Text
35284
35285 \begin_layout Plain Layout
35286
35287 \backslash
35288 xcancel
35289 \begin_inset space \textvisiblespace{}
35290 \end_inset
35291
35292
35293 \backslash
35294 int
35295 \begin_inset space \textvisiblespace{}
35296 \end_inset
35297
35298 A=B
35299 \end_layout
35300
35301 \end_inset
35302 </cell>
35303 <cell alignment="center" valignment="top" usebox="none">
35304 \begin_inset Text
35305
35306 \begin_layout Plain Layout
35307 \begin_inset Formula $\xcancel{\int A=B}$
35308 \end_inset
35309
35310
35311 \end_layout
35312
35313 \end_inset
35314 </cell>
35315 </row>
35316 <row>
35317 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35318 \begin_inset Text
35319
35320 \begin_layout Plain Layout
35321
35322 \backslash
35323 cancelto
35324 \begin_inset space \textvisiblespace{}
35325 \end_inset
35326
35327
35328 \backslash
35329 int
35330 \begin_inset space \textvisiblespace{}
35331 \end_inset
35332
35333 A=B
35334 \begin_inset Formula $\to$
35335 \end_inset
35336
35337 1
35338 \end_layout
35339
35340 \end_inset
35341 </cell>
35342 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35343 \begin_inset Text
35344
35345 \begin_layout Plain Layout
35346 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
35347 \end_inset
35348
35349
35350 \end_layout
35351
35352 \end_inset
35353 </cell>
35354 </row>
35355 </lyxtabular>
35356
35357 \end_inset
35358
35359
35360 \end_layout
35361
35362 \begin_layout Standard
35363
35364 \series bold
35365
35366 \backslash
35367 cancelto
35368 \series default
35369  is especially suitable to visualize the reduction of fractions within formulas:
35370 \begin_inset Formula 
35371 \[
35372 \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}}}
35373 \]
35374
35375 \end_inset
35376
35377
35378 \end_layout
35379
35380 \begin_layout Standard
35381 To change the size of 
35382 \series bold
35383
35384 \backslash
35385 cancelto
35386 \series default
35387 's 
35388 \begin_inset Quotes eld
35389 \end_inset
35390
35391 subscript
35392 \begin_inset Quotes erd
35393 \end_inset
35394
35395  value one can add the \SpecialChar LaTeX
35396 -preamble line
35397 \end_layout
35398
35399 \begin_layout Standard
35400
35401 \series bold
35402
35403 \backslash
35404 PassOptionsToPackage{option}{cancel}
35405 \end_layout
35406
35407 \begin_layout Standard
35408 where 
35409 \series bold
35410 option
35411 \series default
35412  is either 
35413 \series bold
35414 samesize
35415 \series default
35416  which leads to the same size as for the canceled value, or 
35417 \series bold
35418 Smaller
35419 \series default
35420  which makes is it a bit smaller than normal.
35421 \end_layout
35422
35423 \begin_layout Standard
35424 To color the cancellation bar one adds this command as \SpecialChar TeX
35425  code:
35426 \end_layout
35427
35428 \begin_layout Standard
35429
35430 \series bold
35431
35432 \backslash
35433 renewcommand{
35434 \backslash
35435 CancelColor}{
35436 \backslash
35437 color{red}}
35438 \end_layout
35439
35440 \begin_layout Standard
35441
35442 \series bold
35443 red
35444 \series default
35445  can be replaced by a color of your choice.
35446 \end_layout
35447
35448 \begin_layout Standard
35449 \begin_inset ERT
35450 status collapsed
35451
35452 \begin_layout Plain Layout
35453
35454
35455 \backslash
35456 renewcommand{
35457 \backslash
35458 CancelColor}{
35459 \backslash
35460 color{red}}
35461 \end_layout
35462
35463 \end_inset
35464
35465
35466 \end_layout
35467
35468 \begin_layout Standard
35469 \begin_inset Formula 
35470 \[
35471 \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}}}
35472 \]
35473
35474 \end_inset
35475
35476
35477 \end_layout
35478
35479 \begin_layout Standard
35480 \begin_inset ERT
35481 status collapsed
35482
35483 \begin_layout Plain Layout
35484
35485
35486 \backslash
35487 renewcommand{
35488 \backslash
35489 CancelColor}{
35490 \backslash
35491 color{black}}
35492 \end_layout
35493
35494 \end_inset
35495
35496
35497 \begin_inset Note Note
35498 status open
35499
35500 \begin_layout Plain Layout
35501 reset the color
35502 \end_layout
35503
35504 \end_inset
35505
35506
35507 \end_layout
35508
35509 \begin_layout Standard
35510 For further customizations, see the documentation of the package 
35511 \series bold
35512 cancel
35513 \series default
35514
35515 \begin_inset CommandInset citation
35516 LatexCommand cite
35517 key "cancel"
35518
35519 \end_inset
35520
35521 .
35522 \begin_inset Index idx
35523 status collapsed
35524
35525 \begin_layout Plain Layout
35526 Packages ! cancel
35527 \end_layout
35528
35529 \end_inset
35530
35531
35532 \end_layout
35533
35534 \begin_layout Standard
35535 \begin_inset ERT
35536 status collapsed
35537
35538 \begin_layout Plain Layout
35539
35540
35541 \backslash
35542 else 
35543 \end_layout
35544
35545 \end_inset
35546
35547
35548 \begin_inset Note Note
35549 status open
35550
35551 \begin_layout Plain Layout
35552 The following will be displayed when the \SpecialChar LaTeX
35553 -package 
35554 \series bold
35555 cancel
35556 \series default
35557  is not installed:
35558 \end_layout
35559
35560 \end_inset
35561
35562
35563 \end_layout
35564
35565 \begin_layout Standard
35566 You need to install the \SpecialChar LaTeX
35567 -package 
35568 \series bold
35569 cancel
35570 \series default
35571  to see the rest of this subsection in the output.
35572 \end_layout
35573
35574 \begin_layout Standard
35575 \begin_inset ERT
35576 status collapsed
35577
35578 \begin_layout Plain Layout
35579
35580
35581 \backslash
35582 fi 
35583 \end_layout
35584
35585 \end_inset
35586
35587
35588 \end_layout
35589
35590 \begin_layout Subsection
35591 Formulas in Section Headings
35592 \begin_inset CommandInset label
35593 LatexCommand label
35594 name "subsec:Formulas-in-Section"
35595
35596 \end_inset
35597
35598
35599 \begin_inset Index idx
35600 status collapsed
35601
35602 \begin_layout Plain Layout
35603 Formula ! in section headings
35604 \end_layout
35605
35606 \end_inset
35607
35608
35609 \end_layout
35610
35611 \begin_layout Standard
35612 When formulas are used in section headings, the following has to be taken
35613  into account:
35614 \end_layout
35615
35616 \begin_layout Standard
35617 \begin_inset Note Greyedout
35618 status open
35619
35620 \begin_layout Plain Layout
35621 When 
35622 \series bold
35623 hyperref
35624 \series default
35625
35626 \begin_inset Index idx
35627 status collapsed
35628
35629 \begin_layout Plain Layout
35630 Packages ! hyperref
35631 \end_layout
35632
35633 \end_inset
35634
35635  support is enabled in the document settings dialog under 
35636 \family sans
35637 PDF
35638 \begin_inset space ~
35639 \end_inset
35640
35641 Properties
35642 \family default
35643 , PDF-bookmarks are created for every section heading in the table of contents.
35644  If a section heading contains formulas, they are incorrectly displayed
35645  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35646 s.
35647 \end_layout
35648
35649 \end_inset
35650
35651
35652 \end_layout
35653
35654 \begin_layout Standard
35655 Both problems can be solved by inserting at the end of the section heading
35656  a short title with the menu 
35657 \family sans
35658 Insert\SpecialChar menuseparator
35659 Short
35660 \begin_inset space ~
35661 \end_inset
35662
35663 Title
35664 \family default
35665 .
35666  Short titles are used as alternative for multiline section headings to
35667  keep the table of contents clearly arranged.
35668  Only the short title appears in the table of contents and therefore also
35669  in the PDF-bookmark.
35670 \end_layout
35671
35672 \begin_layout Standard
35673 When formulas should be used in the table of contents but 
35674 \series bold
35675 hyperref
35676 \series default
35677  is used, one can use the following command in \SpecialChar TeX
35678  mode:
35679 \end_layout
35680
35681 \begin_layout Standard
35682
35683 \series bold
35684
35685 \backslash
35686 texorpdfstring{part}{alternative}
35687 \begin_inset Index idx
35688 status collapsed
35689
35690 \begin_layout Plain Layout
35691 Commands ! T ! 
35692 \backslash
35693 texorpdfstring
35694 \end_layout
35695
35696 \end_inset
35697
35698
35699 \end_layout
35700
35701 \begin_layout Standard
35702 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35703  This can be characters, formulas, footnotes, but also cross-references.
35704  The alternative is used instead of the part for the bookmark.
35705 \end_layout
35706
35707 \begin_layout Standard
35708 Here are two example headings:
35709 \begin_inset VSpace -3mm
35710 \end_inset
35711
35712
35713 \begin_inset ERT
35714 status collapsed
35715
35716 \begin_layout Plain Layout
35717
35718
35719 \backslash
35720 boldmath 
35721 \end_layout
35722
35723 \end_inset
35724
35725
35726 \end_layout
35727
35728 \begin_layout Subsubsection
35729 Heading without formula in table of contents 
35730 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35731 \end_inset
35732
35733
35734 \begin_inset Argument 1
35735 status collapsed
35736
35737 \begin_layout Plain Layout
35738 Heading without formula in table of contents
35739 \end_layout
35740
35741 \end_inset
35742
35743
35744 \end_layout
35745
35746 \begin_layout Subsubsection
35747 Heading with formula in table of contents
35748 \begin_inset ERT
35749 status collapsed
35750
35751 \begin_layout Plain Layout
35752
35753
35754 \backslash
35755 texorpdfstring{
35756 \end_layout
35757
35758 \end_inset
35759
35760  
35761 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35762 \end_inset
35763
35764
35765 \begin_inset ERT
35766 status collapsed
35767
35768 \begin_layout Plain Layout
35769
35770 }{}
35771 \end_layout
35772
35773 \end_inset
35774
35775
35776 \end_layout
35777
35778 \begin_layout Standard
35779 \begin_inset ERT
35780 status collapsed
35781
35782 \begin_layout Plain Layout
35783
35784
35785 \backslash
35786 unboldmath 
35787 \end_layout
35788
35789 \end_inset
35790
35791 In the first heading a short title was used, in the second one 
35792 \series bold
35793
35794 \backslash
35795 texorpdfstring
35796 \series default
35797 .
35798 \end_layout
35799
35800 \begin_layout Standard
35801 To get the same formatting as for the other headings, the complete heading
35802  was set into a 
35803 \series bold
35804 boldmath
35805 \series default
35806  environment
35807 \begin_inset Foot
35808 status collapsed
35809
35810 \begin_layout Plain Layout
35811 see 
35812 \begin_inset CommandInset ref
35813 LatexCommand ref
35814 reference "subsec:Bold-Formulas"
35815
35816 \end_inset
35817
35818
35819 \end_layout
35820
35821 \end_inset
35822
35823 .
35824 \end_layout
35825
35826 \begin_layout Subsection
35827 Formulas in multi-column Text
35828 \begin_inset Index idx
35829 status collapsed
35830
35831 \begin_layout Plain Layout
35832 Formula ! in multi-column text
35833 \end_layout
35834
35835 \end_inset
35836
35837
35838 \end_layout
35839
35840 \begin_layout Standard
35841 Formulas in multi-column text are often too wide to fit into a column and
35842  thus need to be set over the whole page width.
35843  This is done by using the \SpecialChar LaTeX
35844 -package 
35845 \series bold
35846 multicol
35847 \series default
35848
35849 \begin_inset Foot
35850 status collapsed
35851
35852 \begin_layout Plain Layout
35853
35854 \series bold
35855 multicol
35856 \series default
35857  is part of every \SpecialChar LaTeX
35858  standard installation.
35859 \end_layout
35860
35861 \end_inset
35862
35863
35864 \begin_inset Index idx
35865 status collapsed
35866
35867 \begin_layout Plain Layout
35868 Packages ! multicol
35869 \end_layout
35870
35871 \end_inset
35872
35873 , that is loaded with the \SpecialChar LaTeX
35874 -preamble line
35875 \end_layout
35876
35877 \begin_layout Standard
35878
35879 \series bold
35880
35881 \backslash
35882 usepackage{multicol}
35883 \end_layout
35884
35885 \begin_layout Standard
35886 \begin_inset Note Greyedout
35887 status open
35888
35889 \begin_layout Plain Layout
35890 Note that in this case the setting 
35891 \family sans
35892 Two-column
35893 \begin_inset space ~
35894 \end_inset
35895
35896 document
35897 \family default
35898  in the menu 
35899 \family sans
35900 Document\SpecialChar menuseparator
35901 Settings
35902 \family default
35903  under 
35904 \family sans
35905 Text
35906 \begin_inset space ~
35907 \end_inset
35908
35909 Layout
35910 \family default
35911 \emph on
35912  
35913 \emph default
35914 must 
35915 \emph on
35916 not
35917 \emph default
35918  be selected.
35919 \end_layout
35920
35921 \end_inset
35922
35923
35924 \end_layout
35925
35926 \begin_layout Standard
35927 Before the multi-column text the command
35928 \end_layout
35929
35930 \begin_layout Standard
35931
35932 \series bold
35933
35934 \backslash
35935 begin{multicols}{column number}
35936 \end_layout
35937
35938 \begin_layout Standard
35939 is written in \SpecialChar TeX
35940  mode.
35941  The column number is a number in the range of 2
35942 \begin_inset space \thinspace{}
35943 \end_inset
35944
35945 -
35946 \begin_inset space \thinspace{}
35947 \end_inset
35948
35949 10.
35950  Before the formula the multi-column text is ended by inserting the command
35951 \end_layout
35952
35953 \begin_layout Standard
35954
35955 \series bold
35956
35957 \backslash
35958 end{multicols}
35959 \end_layout
35960
35961 \begin_layout Standard
35962 in \SpecialChar TeX
35963  mode.
35964 \end_layout
35965
35966 \begin_layout Standard
35967 Due to the command some space is automatically added before the formula.
35968  To revert this, -6
35969 \begin_inset space \thinspace{}
35970 \end_inset
35971
35972 mm vertical space is inserted before the formula.
35973  When the formula style 
35974 \series bold
35975 Indented
35976 \begin_inset Foot
35977 status collapsed
35978
35979 \begin_layout Plain Layout
35980 formula styles see 
35981 \begin_inset CommandInset ref
35982 LatexCommand ref
35983 reference "sec:Formula-Styles"
35984
35985 \end_inset
35986
35987
35988 \end_layout
35989
35990 \end_inset
35991
35992
35993 \series default
35994  is used, -9
35995 \begin_inset space \thinspace{}
35996 \end_inset
35997
35998 mm space is inserted instead.
35999 \end_layout
36000
36001 \begin_layout Standard
36002 As example a multi-column text with a displayed formula:
36003 \end_layout
36004
36005 \begin_layout Standard
36006
36007 \lang ngerman
36008 \begin_inset ERT
36009 status collapsed
36010
36011 \begin_layout Plain Layout
36012
36013
36014 \backslash
36015 begin{multicols}{2}
36016 \end_layout
36017
36018 \end_inset
36019
36020 Das Spektrum wird fouriertransformiert.
36021  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36022 , Lösungsmittel) zu trennen.
36023  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36024  nun das Aussehen des Ausgangssignals.
36025  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36026  über alle Phasen integrieren muss.
36027  Sei nun 
36028 \begin_inset Formula $S$
36029 \end_inset
36030
36031  unser normiertes Ausgangssignal und 
36032 \begin_inset Formula $P$
36033 \end_inset
36034
36035  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36036 \begin_inset ERT
36037 status collapsed
36038
36039 \begin_layout Plain Layout
36040
36041
36042 \backslash
36043 end{multicols}
36044 \end_layout
36045
36046 \end_inset
36047
36048
36049 \begin_inset VSpace -6mm
36050 \end_inset
36051
36052
36053 \begin_inset Formula 
36054 \begin{equation}
36055 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36056 \end{equation}
36057
36058 \end_inset
36059
36060
36061 \begin_inset ERT
36062 status collapsed
36063
36064 \begin_layout Plain Layout
36065
36066
36067 \backslash
36068 begin{multicols}{2}
36069 \end_layout
36070
36071 \end_inset
36072
36073 wobei 
36074 \begin_inset Formula $S_{0}$
36075 \end_inset
36076
36077  das Signal ohne Gradient ist und die Normierungsbedingung 
36078 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36079 \end_inset
36080
36081  gilt.
36082  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36083  Direkt nach dem 
36084 \begin_inset Formula $\nicefrac{\pi}{2}$
36085 \end_inset
36086
36087
36088 \begin_inset space \thinspace{}
36089 \end_inset
36090
36091 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36092  das Signal zusätzlich abschwächt.
36093  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36094  
36095 \begin_inset Formula $T_{2}$
36096 \end_inset
36097
36098 -Zeit.
36099 \end_layout
36100
36101 \begin_layout Standard
36102
36103 \lang ngerman
36104 \begin_inset ERT
36105 status collapsed
36106
36107 \begin_layout Plain Layout
36108
36109
36110 \backslash
36111 end{multicols}
36112 \end_layout
36113
36114 \end_inset
36115
36116
36117 \end_layout
36118
36119 \begin_layout Subsection
36120 Formulas with Description of Variables
36121 \begin_inset Index idx
36122 status collapsed
36123
36124 \begin_layout Plain Layout
36125 Formula ! with description of variables
36126 \end_layout
36127
36128 \end_inset
36129
36130
36131 \end_layout
36132
36133 \begin_layout Standard
36134 To describe variables within a formula, like in formula 
36135 \begin_inset CommandInset ref
36136 LatexCommand eqref
36137 reference "eq:within"
36138
36139 \end_inset
36140
36141 , a 2
36142 \series bold
36143 ×
36144 \series default
36145
36146 \begin_inset Formula $n$
36147 \end_inset
36148
36149
36150 \begin_inset space ~
36151 \end_inset
36152
36153 matrix is used with left aligned columns for the 
36154 \begin_inset Formula $n$
36155 \end_inset
36156
36157  used variables.
36158 \begin_inset Foot
36159 status collapsed
36160
36161 \begin_layout Plain Layout
36162 matrices see 
36163 \begin_inset CommandInset ref
36164 LatexCommand ref
36165 reference "sec:Matrices"
36166
36167 \end_inset
36168
36169
36170 \end_layout
36171
36172 \end_inset
36173
36174  To set the description in a smaller size, before the matrix e.
36175 \begin_inset space \thinspace{}
36176 \end_inset
36177
36178 g.
36179 \begin_inset space \space{}
36180 \end_inset
36181
36182 the command 
36183 \series bold
36184
36185 \backslash
36186 footnotesize
36187 \series default
36188  is inserted.
36189 \begin_inset Foot
36190 status collapsed
36191
36192 \begin_layout Plain Layout
36193 font sizes see 
36194 \begin_inset CommandInset ref
36195 LatexCommand ref
36196 reference "subsec:Font-Sizes"
36197
36198 \end_inset
36199
36200
36201 \end_layout
36202
36203 \end_inset
36204
36205
36206 \end_layout
36207
36208 \begin_layout Standard
36209 When the formula style 
36210 \series bold
36211 Indented
36212 \begin_inset Foot
36213 status collapsed
36214
36215 \begin_layout Plain Layout
36216 formula styles see 
36217 \begin_inset CommandInset ref
36218 LatexCommand ref
36219 reference "sec:Formula-Styles"
36220
36221 \end_inset
36222
36223
36224 \end_layout
36225
36226 \end_inset
36227
36228
36229 \series default
36230  is used, a 
36231 \series bold
36232
36233 \backslash
36234 hfill
36235 \series default
36236
36237 \begin_inset Foot
36238 status collapsed
36239
36240 \begin_layout Plain Layout
36241
36242 \series bold
36243
36244 \backslash
36245 hfill
36246 \series default
36247  only works in formulas with the style 
36248 \series bold
36249 Indented
36250 \series default
36251 , see 
36252 \begin_inset CommandInset ref
36253 LatexCommand ref
36254 reference "subsec:Variable-Space"
36255
36256 \end_inset
36257
36258 .
36259 \end_layout
36260
36261 \end_inset
36262
36263  is inserted before and after the matrix to have the same separation of
36264  the matrix from the equation and the side margin.
36265 \end_layout
36266
36267 \begin_layout Standard
36268 When the formula style 
36269 \series bold
36270 Centered
36271 \series default
36272  is used, the method described in 
36273 \begin_inset CommandInset ref
36274 LatexCommand ref
36275 reference "subsec:Flalign-Environment"
36276
36277 \end_inset
36278
36279  is used to indent formulas.
36280  Formula 
36281 \begin_inset CommandInset ref
36282 LatexCommand eqref
36283 reference "eq:within"
36284
36285 \end_inset
36286
36287  consists of five columns where in the first two columns contain the equation,
36288  the third the matrix and the last one an empty \SpecialChar TeX
36289  brace.
36290 \begin_inset Formula 
36291 \begin{flalign}
36292 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36293 \rho & \textrm{density}\\
36294 V & \textrm{volume}\\
36295 g & \textrm{gravitational acceleration}
36296 \end{array} &  & {}\label{eq:within}
36297 \end{flalign}
36298
36299 \end_inset
36300
36301
36302 \end_layout
36303
36304 \begin_layout Subsection
36305 Upright small Greek Letters
36306 \begin_inset CommandInset label
36307 LatexCommand label
36308 name "subsec:Upright-small-Greek"
36309
36310 \end_inset
36311
36312
36313 \begin_inset Index idx
36314 status collapsed
36315
36316 \begin_layout Plain Layout
36317 Greek letters ! upright
36318 \end_layout
36319
36320 \end_inset
36321
36322
36323 \end_layout
36324
36325 \begin_layout Standard
36326 Most of the math fonts only provide italic small Greek letters.
36327  But for symbols of elementary particles like pions and neutrinos, upright
36328  Greek letters are needed.
36329  The file 
36330 \series bold
36331 upgreek.sty
36332 \series default
36333
36334 \begin_inset Foot
36335 status collapsed
36336
36337 \begin_layout Plain Layout
36338
36339 \series bold
36340 upgreek
36341 \series default
36342  is part of the \SpecialChar LaTeX
36343 -package 
36344 \series bold
36345 was
36346 \series default
36347
36348 \begin_inset Index idx
36349 status collapsed
36350
36351 \begin_layout Plain Layout
36352 Packages ! was
36353 \begin_inset ERT
36354 status collapsed
36355
36356 \begin_layout Plain Layout
36357
36358
36359 \backslash
36360 vspace{4mm}
36361 \end_layout
36362
36363 \end_inset
36364
36365
36366 \end_layout
36367
36368 \end_inset
36369
36370 .
36371 \end_layout
36372
36373 \end_inset
36374
36375
36376 \begin_inset Index idx
36377 status collapsed
36378
36379 \begin_layout Plain Layout
36380 Packages ! upgreek
36381 \end_layout
36382
36383 \end_inset
36384
36385  that is loaded with the \SpecialChar LaTeX
36386 -preamble line
36387 \end_layout
36388
36389 \begin_layout Standard
36390
36391 \series bold
36392
36393 \backslash
36394 usepackage{upgreek}
36395 \end_layout
36396
36397 \begin_layout Standard
36398 provides them.
36399  
36400 \begin_inset ERT
36401 status collapsed
36402
36403 \begin_layout Plain Layout
36404
36405
36406 \backslash
36407 ifupgreek 
36408 \end_layout
36409
36410 \end_inset
36411
36412
36413 \begin_inset Note Note
36414 status open
36415
36416 \begin_layout Plain Layout
36417 The following table will only be displayed when the \SpecialChar LaTeX
36418 -package 
36419 \series bold
36420 upgreek
36421 \series default
36422  is installed:
36423 \end_layout
36424
36425 \end_inset
36426
36427  They are created when the command for a small Greek letter is started with
36428  
36429 \series bold
36430 up
36431 \series default
36432 .
36433  For example the command 
36434 \series bold
36435
36436 \backslash
36437 uptau
36438 \series default
36439  creates this: 
36440 \begin_inset Formula $\uptau$
36441 \end_inset
36442
36443
36444 \end_layout
36445
36446 \begin_layout Standard
36447 With these commands reactions of elementary particles can be typeset:
36448 \begin_inset Formula 
36449 \[
36450 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36451 \]
36452
36453 \end_inset
36454
36455
36456 \end_layout
36457
36458 \begin_layout Standard
36459 The upright letters are more bold and wider than the italic ones.
36460  They should therefore not be used for units like 
36461 \begin_inset Quotes eld
36462 \end_inset
36463
36464 µm
36465 \begin_inset Quotes erd
36466 \end_inset
36467
36468 .
36469 \end_layout
36470
36471 \begin_layout Standard
36472 \begin_inset ERT
36473 status collapsed
36474
36475 \begin_layout Plain Layout
36476
36477
36478 \backslash
36479 else 
36480 \end_layout
36481
36482 \end_inset
36483
36484
36485 \begin_inset Note Note
36486 status open
36487
36488 \begin_layout Plain Layout
36489 The following will be displayed when the \SpecialChar LaTeX
36490 -package 
36491 \series bold
36492 upgreek
36493 \series default
36494  is not installed:
36495 \end_layout
36496
36497 \end_inset
36498
36499
36500 \end_layout
36501
36502 \begin_layout Standard
36503 You need to install the \SpecialChar LaTeX
36504 -package 
36505 \series bold
36506 upgreek
36507 \series default
36508  to see the rest of this subsection in the output.
36509 \end_layout
36510
36511 \begin_layout Standard
36512 \begin_inset ERT
36513 status collapsed
36514
36515 \begin_layout Plain Layout
36516
36517
36518 \backslash
36519 fi 
36520 \end_layout
36521
36522 \end_inset
36523
36524
36525 \end_layout
36526
36527 \begin_layout Subsection
36528 Text Characters in Formulas
36529 \begin_inset Index idx
36530 status collapsed
36531
36532 \begin_layout Plain Layout
36533 Text ! in formulas
36534 \end_layout
36535
36536 \end_inset
36537
36538
36539 \end_layout
36540
36541 \begin_layout Standard
36542 In some cases you might want to insert text characters directly into formulas.
36543  When for example the centered dot · is often used in formulas like 
36544 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36545 \end_inset
36546
36547 , one would have to insert the command 
36548 \series bold
36549
36550 \backslash
36551 cdot
36552 \series default
36553
36554 \begin_inset Foot
36555 status collapsed
36556
36557 \begin_layout Plain Layout
36558 see 
36559 \begin_inset CommandInset ref
36560 LatexCommand ref
36561 reference "subsec:Binary-Operators"
36562
36563 \end_inset
36564
36565
36566 \end_layout
36567
36568 \end_inset
36569
36570  all the time, because this character is defined in all encodings as text
36571  character.
36572  But the encoding can be changed by this \SpecialChar LaTeX
36573 -preamble line:
36574 \end_layout
36575
36576 \begin_layout Standard
36577
36578 \series bold
36579
36580 \backslash
36581 Declare Inputtext{183}{
36582 \backslash
36583 ifmmode
36584 \backslash
36585 cdot
36586 \backslash
36587 else
36588 \backslash
36589 textperiodcentered
36590 \backslash
36591 f\SpecialChar ligaturebreak
36592 i}
36593 \end_layout
36594
36595 \begin_layout Standard
36596 The character encoding (menu 
36597 \family sans
36598 Document\SpecialChar menuseparator
36599 Settings\SpecialChar menuseparator
36600 Language
36601 \family default
36602 ) specifies what character appears when a keyboard key is pressed.
36603  When the key for the character '·' is pressed, internally the command 
36604 \series bold
36605
36606 \backslash
36607 textperiodcentered
36608 \series default
36609  is used.
36610  But this command is not available in a formula so that you would get \SpecialChar LaTeX
36611 -errors.
36612  With the changed encoding the right command is chosen automatically, depending
36613  on if the character was inserted into a formula or not.
36614 \end_layout
36615
36616 \begin_layout Standard
36617 The encoding of several characters is saved in definition files.
36618  For example the encoding 
36619 \series bold
36620 latin9
36621 \series default
36622  is defined in the file 
36623 \series bold
36624 latin9.def
36625 \series default
36626  which is in the installation folder of \SpecialChar LaTeX
36627 .
36628  Encodings should only be changed via the \SpecialChar LaTeX
36629 -preamble and not in the definition
36630  files.
36631  Otherwise documents could not be edited by other \SpecialChar LyX
36632  users working on other
36633  computers.
36634 \end_layout
36635
36636 \begin_layout Standard
36637 \begin_inset VSpace medskip
36638 \end_inset
36639
36640 Besides the centered dot, in this document the degree sign ° is defined
36641  with the following \SpecialChar LaTeX
36642 -preamble line so that it can be directly inserted into
36643  a formula:
36644 \end_layout
36645
36646 \begin_layout Standard
36647
36648 \series bold
36649
36650 \backslash
36651 DeclareInputtext{176}{
36652 \backslash
36653 ifmmode^
36654 \backslash
36655 circ
36656 \backslash
36657 else
36658 \backslash
36659 textdegree
36660 \backslash
36661 f\SpecialChar ligaturebreak
36662 i}
36663 \end_layout
36664
36665 \begin_layout Subsection
36666 \SpecialChar LaTeX
36667 -comments in formulas
36668 \begin_inset Index idx
36669 status collapsed
36670
36671 \begin_layout Plain Layout
36672 \SpecialChar LaTeX
36673 -comments
36674 \end_layout
36675
36676 \end_inset
36677
36678
36679 \end_layout
36680
36681 \begin_layout Standard
36682 In text you can insert a comment that will only be visible in the \SpecialChar LaTeX
36683  source
36684  code of your file with the menu 
36685 \family sans
36686 Insert\SpecialChar menuseparator
36687 Note\SpecialChar menuseparator
36688 Comment
36689 \family default
36690 .
36691  This is not possible in a formula but you can insert \SpecialChar LaTeX
36692 -comments with the
36693  command
36694 \end_layout
36695
36696 \begin_layout Standard
36697
36698 \series bold
36699
36700 \backslash
36701 %
36702 \end_layout
36703
36704 \begin_layout Standard
36705 This creates a box in which you can write your comment.
36706  Due to a bug in \SpecialChar LyX
36707
36708 \begin_inset Foot
36709 status collapsed
36710
36711 \begin_layout Plain Layout
36712 \begin_inset CommandInset href
36713 LatexCommand href
36714 name "LyX-bug #9002"
36715 target "http://www.lyx.org/trac/ticket/9002"
36716
36717 \end_inset
36718
36719
36720 \end_layout
36721
36722 \end_inset
36723
36724  you cannot write normal text inside the comment, even when you use mathematical
36725  text, you will see its \SpecialChar LaTeX
36726 -commands in the \SpecialChar LaTeX
36727 -output.
36728 \begin_inset Newline newline
36729 \end_inset
36730
36731 This a formula with a \SpecialChar LaTeX
36732 -comment:
36733 \begin_inset Formula 
36734 \[
36735 A=B%\text{This is the comment}
36736 \]
36737
36738 \end_inset
36739
36740
36741 \end_layout
36742
36743 \begin_layout Standard
36744 \begin_inset Newpage newpage
36745 \end_inset
36746
36747
36748 \end_layout
36749
36750 \begin_layout Section
36751 \start_of_appendix
36752 Typographic Advice
36753 \begin_inset Index idx
36754 status collapsed
36755
36756 \begin_layout Plain Layout
36757 Typographic advice
36758 \end_layout
36759
36760 \end_inset
36761
36762
36763 \end_layout
36764
36765 \begin_layout Standard
36766 This section is a summary of the most important typographic rules, listed
36767  in ISO norms.
36768 \begin_inset Foot
36769 status collapsed
36770
36771 \begin_layout Plain Layout
36772 This collection was partly taken from the German semi-official dictionary
36773  called 
36774 \begin_inset Quotes eld
36775 \end_inset
36776
36777 Duden
36778 \begin_inset Quotes erd
36779 \end_inset
36780
36781  
36782 \begin_inset CommandInset citation
36783 LatexCommand cite
36784 key "Duden"
36785
36786 \end_inset
36787
36788  that lists some of the ISO rules.
36789  More rules are listed in 
36790 \begin_inset CommandInset citation
36791 LatexCommand cite
36792 key "Checklist"
36793
36794 \end_inset
36795
36796 .
36797 \end_layout
36798
36799 \end_inset
36800
36801
36802 \end_layout
36803
36804 \begin_layout Itemize
36805 Physical units are 
36806 \emph on
36807 always
36808 \emph default
36809  set upright
36810 \begin_inset Foot
36811 status collapsed
36812
36813 \begin_layout Plain Layout
36814 done with font styles, see 
36815 \begin_inset CommandInset ref
36816 LatexCommand ref
36817 reference "subsec:Font-Styles"
36818
36819 \end_inset
36820
36821
36822 \end_layout
36823
36824 \end_inset
36825
36826 , no matter if they appear in italic text: 30
36827 \begin_inset space \thinspace{}
36828 \end_inset
36829
36830 km/h
36831 \begin_inset Newline newline
36832 \end_inset
36833
36834 Between the value and the unit is the smallest space, see 
36835 \begin_inset CommandInset ref
36836 LatexCommand ref
36837 reference "subsec:Predefined-Space"
36838
36839 \end_inset
36840
36841 .
36842 \begin_inset Newline newline
36843 \end_inset
36844
36845 This convention is automatically fulfilled when the command 
36846 \series bold
36847
36848 \backslash
36849 unittwo
36850 \series default
36851  is used.
36852  When it is entered to a formula, two boxes appear.
36853  In the first one the value is inserted, in the second one the unit, and
36854  one gets as above: 
36855 \begin_inset Formula $\unit[30]{km/h}$
36856 \end_inset
36857
36858
36859 \begin_inset space \thinspace{}
36860 \end_inset
36861
36862 .
36863  Note that 
36864 \series bold
36865
36866 \backslash
36867 unittwo
36868 \series default
36869  is not a real \SpecialChar LaTeX
36870  command but the command 
36871 \series bold
36872
36873 \backslash
36874 unit[value]{unit}
36875 \series default
36876 , therefore you cannot use it in \SpecialChar TeX
36877  code.
36878 \end_layout
36879
36880 \begin_layout Itemize
36881 Percent and perthousand signs are set like physical units:
36882 \begin_inset Newline newline
36883 \end_inset
36884
36885 1.2
36886 \begin_inset space \thinspace{}
36887 \end_inset
36888
36889 ‰ alcohol in blood
36890 \end_layout
36891
36892 \begin_layout Itemize
36893 The degree sign follows directly on the value: 15°, but not when it is used
36894  in units: 15
36895 \begin_inset space \thinspace{}
36896 \end_inset
36897
36898 °C
36899 \end_layout
36900
36901 \begin_layout Itemize
36902 In numbers with more than four digits the smallest space is inserted before
36903  every third digit to group them: 
36904 \family roman
36905 \series medium
36906 \shape up
36907 \size normal
36908 \emph off
36909 \bar no
36910 \noun off
36911 \color none
36912 18
36913 \begin_inset space \thinspace{}
36914 \end_inset
36915
36916 473
36917 \begin_inset space \thinspace{}
36918 \end_inset
36919
36920 588
36921 \end_layout
36922
36923 \begin_layout Itemize
36924 For dimensions like 120×90×40
36925 \begin_inset space \thinspace{}
36926 \end_inset
36927
36928 cm the multiplication sign 
36929 \begin_inset Quotes eld
36930 \end_inset
36931
36932 ×
36933 \begin_inset Quotes erd
36934 \end_inset
36935
36936  is used.
36937  It is available either via the command 
36938 \series bold
36939
36940 \backslash
36941 times
36942 \series default
36943  or via the menu 
36944 \family sans
36945 Insert\SpecialChar menuseparator
36946 Special Character\SpecialChar menuseparator
36947 Symbols
36948 \family default
36949 .
36950 \end_layout
36951
36952 \begin_layout Itemize
36953 Functions with names consisting of several letters are set upright to avoid
36954  confusions, see 
36955 \begin_inset CommandInset ref
36956 LatexCommand ref
36957 reference "subsec:Predefined-Functions"
36958
36959 \end_inset
36960
36961 .
36962 \end_layout
36963
36964 \begin_layout Itemize
36965 Indices consisting of several letters, are set upright: 
36966 \begin_inset Formula $E_{\mathrm{kin}}$
36967 \end_inset
36968
36969
36970 \begin_inset Newline newline
36971 \end_inset
36972
36973 Components of matrices are set italic: 
36974 \begin_inset Formula $\hat{H}_{kl}$
36975 \end_inset
36976
36977
36978 \end_layout
36979
36980 \begin_layout Itemize
36981 The differentiation/integration operator 'd', the Euler's number 'e' and
36982  the imaginary unit 'i' should be set upright, to avoid mixing them up with
36983  other variables.
36984 \end_layout
36985
36986 \begin_layout Itemize
36987 The character that denotes a 
36988 \noun on
36989 Fourier
36990 \noun default
36991  transformation is inserted either by the command 
36992 \series bold
36993
36994 \backslash
36995 mathscr
36996 \begin_inset space \textvisiblespace{}
36997 \end_inset
36998
36999 F
37000 \series default
37001  or via the menu 
37002 \family sans
37003 Insert\SpecialChar menuseparator
37004 Special Character\SpecialChar menuseparator
37005 Symbols\SpecialChar menuseparator
37006 Letterlike
37007 \begin_inset space ~
37008 \end_inset
37009
37010 Symbols
37011 \family default
37012
37013 \begin_inset Formula $\mathscr{F}$
37014 \end_inset
37015
37016
37017 \end_layout
37018
37019 \begin_layout Standard
37020 \begin_inset Newpage newpage
37021 \end_inset
37022
37023
37024 \end_layout
37025
37026 \begin_layout Section
37027 Synonyms
37028 \begin_inset Index idx
37029 status collapsed
37030
37031 \begin_layout Plain Layout
37032 Synonyms
37033 \end_layout
37034
37035 \end_inset
37036
37037
37038 \end_layout
37039
37040 \begin_layout Standard
37041 Some characters and symbols can be created with several commands.
37042  Here is a list of the synonym commands:
37043 \end_layout
37044
37045 \begin_layout Standard
37046 \begin_inset VSpace bigskip
37047 \end_inset
37048
37049
37050 \begin_inset space \hfill{}
37051 \end_inset
37052
37053
37054 \begin_inset Tabular
37055 <lyxtabular version="3" rows="12" columns="2">
37056 <features booktabs="true" tabularvalignment="middle">
37057 <column alignment="center" valignment="top" width="0pt">
37058 <column alignment="center" valignment="top" width="0pt">
37059 <row>
37060 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37061 \begin_inset Text
37062
37063 \begin_layout Plain Layout
37064 Command
37065 \end_layout
37066
37067 \end_inset
37068 </cell>
37069 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37070 \begin_inset Text
37071
37072 \begin_layout Plain Layout
37073 equivalent to
37074 \end_layout
37075
37076 \end_inset
37077 </cell>
37078 </row>
37079 <row>
37080 <cell alignment="center" valignment="top" usebox="none">
37081 \begin_inset Text
37082
37083 \begin_layout Plain Layout
37084
37085 \backslash
37086 ast
37087 \end_layout
37088
37089 \end_inset
37090 </cell>
37091 <cell alignment="center" valignment="top" usebox="none">
37092 \begin_inset Text
37093
37094 \begin_layout Plain Layout
37095 *
37096 \end_layout
37097
37098 \end_inset
37099 </cell>
37100 </row>
37101 <row>
37102 <cell alignment="center" valignment="top" usebox="none">
37103 \begin_inset Text
37104
37105 \begin_layout Plain Layout
37106
37107 \backslash
37108 choose
37109 \end_layout
37110
37111 \end_inset
37112 </cell>
37113 <cell alignment="center" valignment="top" usebox="none">
37114 \begin_inset Text
37115
37116 \begin_layout Plain Layout
37117
37118 \backslash
37119 binom
37120 \end_layout
37121
37122 \end_inset
37123 </cell>
37124 </row>
37125 <row>
37126 <cell alignment="center" valignment="top" usebox="none">
37127 \begin_inset Text
37128
37129 \begin_layout Plain Layout
37130
37131 \backslash
37132 geq
37133 \end_layout
37134
37135 \end_inset
37136 </cell>
37137 <cell alignment="center" valignment="top" usebox="none">
37138 \begin_inset Text
37139
37140 \begin_layout Plain Layout
37141
37142 \backslash
37143 ge
37144 \end_layout
37145
37146 \end_inset
37147 </cell>
37148 </row>
37149 <row>
37150 <cell alignment="center" valignment="top" usebox="none">
37151 \begin_inset Text
37152
37153 \begin_layout Plain Layout
37154
37155 \backslash
37156 lbrace
37157 \end_layout
37158
37159 \end_inset
37160 </cell>
37161 <cell alignment="center" valignment="top" usebox="none">
37162 \begin_inset Text
37163
37164 \begin_layout Plain Layout
37165 {
37166 \end_layout
37167
37168 \end_inset
37169 </cell>
37170 </row>
37171 <row>
37172 <cell alignment="center" valignment="top" usebox="none">
37173 \begin_inset Text
37174
37175 \begin_layout Plain Layout
37176
37177 \backslash
37178 lbracket
37179 \end_layout
37180
37181 \end_inset
37182 </cell>
37183 <cell alignment="center" valignment="top" usebox="none">
37184 \begin_inset Text
37185
37186 \begin_layout Plain Layout
37187 [
37188 \end_layout
37189
37190 \end_inset
37191 </cell>
37192 </row>
37193 <row>
37194 <cell alignment="center" valignment="top" usebox="none">
37195 \begin_inset Text
37196
37197 \begin_layout Plain Layout
37198
37199 \backslash
37200 leftarrow
37201 \end_layout
37202
37203 \end_inset
37204 </cell>
37205 <cell alignment="center" valignment="top" usebox="none">
37206 \begin_inset Text
37207
37208 \begin_layout Plain Layout
37209
37210 \backslash
37211 gets
37212 \end_layout
37213
37214 \end_inset
37215 </cell>
37216 </row>
37217 <row>
37218 <cell alignment="center" valignment="top" usebox="none">
37219 \begin_inset Text
37220
37221 \begin_layout Plain Layout
37222
37223 \backslash
37224 leq
37225 \end_layout
37226
37227 \end_inset
37228 </cell>
37229 <cell alignment="center" valignment="top" usebox="none">
37230 \begin_inset Text
37231
37232 \begin_layout Plain Layout
37233
37234 \backslash
37235 le
37236 \end_layout
37237
37238 \end_inset
37239 </cell>
37240 </row>
37241 <row>
37242 <cell alignment="center" valignment="top" usebox="none">
37243 \begin_inset Text
37244
37245 \begin_layout Plain Layout
37246
37247 \backslash
37248 lor
37249 \end_layout
37250
37251 \end_inset
37252 </cell>
37253 <cell alignment="center" valignment="top" usebox="none">
37254 \begin_inset Text
37255
37256 \begin_layout Plain Layout
37257
37258 \backslash
37259 vee
37260 \end_layout
37261
37262 \end_inset
37263 </cell>
37264 </row>
37265 <row>
37266 <cell alignment="center" valignment="top" usebox="none">
37267 \begin_inset Text
37268
37269 \begin_layout Plain Layout
37270
37271 \backslash
37272 neq
37273 \end_layout
37274
37275 \end_inset
37276 </cell>
37277 <cell alignment="center" valignment="top" usebox="none">
37278 \begin_inset Text
37279
37280 \begin_layout Plain Layout
37281
37282 \backslash
37283 not=
37284 \end_layout
37285
37286 \end_inset
37287 </cell>
37288 </row>
37289 <row>
37290 <cell alignment="center" valignment="top" usebox="none">
37291 \begin_inset Text
37292
37293 \begin_layout Plain Layout
37294
37295 \backslash
37296 slash
37297 \end_layout
37298
37299 \end_inset
37300 </cell>
37301 <cell alignment="center" valignment="top" usebox="none">
37302 \begin_inset Text
37303
37304 \begin_layout Plain Layout
37305 /
37306 \end_layout
37307
37308 \end_inset
37309 </cell>
37310 </row>
37311 <row>
37312 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37313 \begin_inset Text
37314
37315 \begin_layout Plain Layout
37316
37317 \backslash
37318 vert
37319 \end_layout
37320
37321 \end_inset
37322 </cell>
37323 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37324 \begin_inset Text
37325
37326 \begin_layout Plain Layout
37327 |
37328 \end_layout
37329
37330 \end_inset
37331 </cell>
37332 </row>
37333 </lyxtabular>
37334
37335 \end_inset
37336
37337
37338 \begin_inset space \hfill{}
37339 \end_inset
37340
37341
37342 \begin_inset Tabular
37343 <lyxtabular version="3" rows="12" columns="2">
37344 <features booktabs="true" tabularvalignment="middle">
37345 <column alignment="center" valignment="top" width="0pt">
37346 <column alignment="center" valignment="top" width="0pt">
37347 <row>
37348 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37349 \begin_inset Text
37350
37351 \begin_layout Plain Layout
37352 Command
37353 \end_layout
37354
37355 \end_inset
37356 </cell>
37357 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37358 \begin_inset Text
37359
37360 \begin_layout Plain Layout
37361 equivalent to
37362 \end_layout
37363
37364 \end_inset
37365 </cell>
37366 </row>
37367 <row>
37368 <cell alignment="center" valignment="top" usebox="none">
37369 \begin_inset Text
37370
37371 \begin_layout Plain Layout
37372
37373 \backslash
37374 backslash
37375 \end_layout
37376
37377 \end_inset
37378 </cell>
37379 <cell alignment="center" valignment="top" usebox="none">
37380 \begin_inset Text
37381
37382 \begin_layout Plain Layout
37383
37384 \backslash
37385
37386 \backslash
37387
37388 \end_layout
37389
37390 \end_inset
37391 </cell>
37392 </row>
37393 <row>
37394 <cell alignment="center" valignment="top" usebox="none">
37395 \begin_inset Text
37396
37397 \begin_layout Plain Layout
37398
37399 \backslash
37400 dasharrow
37401 \end_layout
37402
37403 \end_inset
37404 </cell>
37405 <cell alignment="center" valignment="top" usebox="none">
37406 \begin_inset Text
37407
37408 \begin_layout Plain Layout
37409
37410 \backslash
37411 dashrightarrow
37412 \end_layout
37413
37414 \end_inset
37415 </cell>
37416 </row>
37417 <row>
37418 <cell alignment="center" valignment="top" usebox="none">
37419 \begin_inset Text
37420
37421 \begin_layout Plain Layout
37422
37423 \backslash
37424 land
37425 \end_layout
37426
37427 \end_inset
37428 </cell>
37429 <cell alignment="center" valignment="top" usebox="none">
37430 \begin_inset Text
37431
37432 \begin_layout Plain Layout
37433
37434 \backslash
37435 wedge
37436 \end_layout
37437
37438 \end_inset
37439 </cell>
37440 </row>
37441 <row>
37442 <cell alignment="center" valignment="top" usebox="none">
37443 \begin_inset Text
37444
37445 \begin_layout Plain Layout
37446
37447 \backslash
37448 rbrace
37449 \end_layout
37450
37451 \end_inset
37452 </cell>
37453 <cell alignment="center" valignment="top" usebox="none">
37454 \begin_inset Text
37455
37456 \begin_layout Plain Layout
37457 }
37458 \end_layout
37459
37460 \end_inset
37461 </cell>
37462 </row>
37463 <row>
37464 <cell alignment="center" valignment="top" usebox="none">
37465 \begin_inset Text
37466
37467 \begin_layout Plain Layout
37468
37469 \backslash
37470 rbracket
37471 \end_layout
37472
37473 \end_inset
37474 </cell>
37475 <cell alignment="center" valignment="top" usebox="none">
37476 \begin_inset Text
37477
37478 \begin_layout Plain Layout
37479 ]
37480 \end_layout
37481
37482 \end_inset
37483 </cell>
37484 </row>
37485 <row>
37486 <cell alignment="center" valignment="top" usebox="none">
37487 \begin_inset Text
37488
37489 \begin_layout Plain Layout
37490
37491 \backslash
37492 rightarrow
37493 \end_layout
37494
37495 \end_inset
37496 </cell>
37497 <cell alignment="center" valignment="top" usebox="none">
37498 \begin_inset Text
37499
37500 \begin_layout Plain Layout
37501
37502 \backslash
37503 to
37504 \end_layout
37505
37506 \end_inset
37507 </cell>
37508 </row>
37509 <row>
37510 <cell alignment="center" valignment="top" usebox="none">
37511 \begin_inset Text
37512
37513 \begin_layout Plain Layout
37514
37515 \backslash
37516 lnot
37517 \end_layout
37518
37519 \end_inset
37520 </cell>
37521 <cell alignment="center" valignment="top" usebox="none">
37522 \begin_inset Text
37523
37524 \begin_layout Plain Layout
37525
37526 \backslash
37527 neg
37528 \end_layout
37529
37530 \end_inset
37531 </cell>
37532 </row>
37533 <row>
37534 <cell alignment="center" valignment="top" usebox="none">
37535 \begin_inset Text
37536
37537 \begin_layout Plain Layout
37538
37539 \backslash
37540 ne
37541 \end_layout
37542
37543 \end_inset
37544 </cell>
37545 <cell alignment="center" valignment="top" usebox="none">
37546 \begin_inset Text
37547
37548 \begin_layout Plain Layout
37549
37550 \backslash
37551 not=
37552 \end_layout
37553
37554 \end_inset
37555 </cell>
37556 </row>
37557 <row>
37558 <cell alignment="center" valignment="top" usebox="none">
37559 \begin_inset Text
37560
37561 \begin_layout Plain Layout
37562
37563 \backslash
37564 owns
37565 \end_layout
37566
37567 \end_inset
37568 </cell>
37569 <cell alignment="center" valignment="top" usebox="none">
37570 \begin_inset Text
37571
37572 \begin_layout Plain Layout
37573
37574 \backslash
37575 ni
37576 \end_layout
37577
37578 \end_inset
37579 </cell>
37580 </row>
37581 <row>
37582 <cell alignment="center" valignment="top" usebox="none">
37583 \begin_inset Text
37584
37585 \begin_layout Plain Layout
37586
37587 \backslash
37588 square
37589 \end_layout
37590
37591 \end_inset
37592 </cell>
37593 <cell alignment="center" valignment="top" usebox="none">
37594 \begin_inset Text
37595
37596 \begin_layout Plain Layout
37597
37598 \backslash
37599 Box
37600 \end_layout
37601
37602 \end_inset
37603 </cell>
37604 </row>
37605 <row>
37606 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37607 \begin_inset Text
37608
37609 \begin_layout Plain Layout
37610
37611 \backslash
37612 Vert
37613 \end_layout
37614
37615 \end_inset
37616 </cell>
37617 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37618 \begin_inset Text
37619
37620 \begin_layout Plain Layout
37621
37622 \backslash
37623 |
37624 \end_layout
37625
37626 \end_inset
37627 </cell>
37628 </row>
37629 </lyxtabular>
37630
37631 \end_inset
37632
37633
37634 \begin_inset space \hfill{}
37635 \end_inset
37636
37637
37638 \end_layout
37639
37640 \begin_layout Standard
37641 \begin_inset Newpage newpage
37642 \end_inset
37643
37644
37645 \end_layout
37646
37647 \begin_layout Bibliography
37648 \begin_inset CommandInset bibitem
37649 LatexCommand bibitem
37650 key "TLC2"
37651
37652 \end_inset
37653
37654
37655 \shape smallcaps
37656 Mittelbach, F.
37657  ; Goossens, M.
37658 \shape default
37659
37660 \shape italic
37661 The \SpecialChar LaTeX
37662  Companion
37663 \shape default
37664 .
37665  Addison Wesley, 2004
37666 \end_layout
37667
37668 \begin_layout Bibliography
37669 \begin_inset CommandInset bibitem
37670 LatexCommand bibitem
37671 key "Mathmode"
37672
37673 \end_inset
37674
37675
37676 \begin_inset CommandInset href
37677 LatexCommand href
37678 name "Description"
37679 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37680
37681 \end_inset
37682
37683  of \SpecialChar LaTeX
37684 's math abilities
37685 \end_layout
37686
37687 \begin_layout Bibliography
37688 \begin_inset CommandInset bibitem
37689 LatexCommand bibitem
37690 key "AMS"
37691
37692 \end_inset
37693
37694
37695 \begin_inset CommandInset href
37696 LatexCommand href
37697 name "Description"
37698 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37699
37700 \end_inset
37701
37702  of 
37703 \begin_inset ERT
37704 status collapsed
37705
37706 \begin_layout Plain Layout
37707
37708
37709 \backslash
37710 AmS
37711 \end_layout
37712
37713 \end_inset
37714
37715 -\SpecialChar LaTeX
37716
37717 \end_layout
37718
37719 \begin_layout Bibliography
37720 \begin_inset CommandInset bibitem
37721 LatexCommand bibitem
37722 key "Symbols"
37723
37724 \end_inset
37725
37726
37727 \begin_inset CommandInset href
37728 LatexCommand href
37729 name "List"
37730 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37731
37732 \end_inset
37733
37734  of all symbols available with \SpecialChar LaTeX
37735 -packages
37736 \end_layout
37737
37738 \begin_layout Bibliography
37739 \begin_inset CommandInset bibitem
37740 LatexCommand bibitem
37741 key "cancel"
37742
37743 \end_inset
37744
37745
37746 \begin_inset CommandInset href
37747 LatexCommand href
37748 name "Documentation"
37749 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37750
37751 \end_inset
37752
37753  of the \SpecialChar LaTeX
37754 -package 
37755 \series bold
37756 cancel
37757 \series default
37758
37759 \begin_inset Index idx
37760 status collapsed
37761
37762 \begin_layout Plain Layout
37763 Packages ! cancel
37764 \end_layout
37765
37766 \end_inset
37767
37768
37769 \end_layout
37770
37771 \begin_layout Bibliography
37772 \begin_inset CommandInset bibitem
37773 LatexCommand bibitem
37774 key "hyperref"
37775
37776 \end_inset
37777
37778
37779 \begin_inset CommandInset href
37780 LatexCommand href
37781 name "Documentation"
37782 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37783
37784 \end_inset
37785
37786  of the \SpecialChar LaTeX
37787 -package 
37788 \series bold
37789 hyperref
37790 \series default
37791
37792 \begin_inset Index idx
37793 status collapsed
37794
37795 \begin_layout Plain Layout
37796 Packages ! hyperref
37797 \end_layout
37798
37799 \end_inset
37800
37801
37802 \end_layout
37803
37804 \begin_layout Bibliography
37805 \begin_inset CommandInset bibitem
37806 LatexCommand bibitem
37807 key "mhchem"
37808
37809 \end_inset
37810
37811
37812 \begin_inset CommandInset href
37813 LatexCommand href
37814 name "Documentation"
37815 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37816
37817 \end_inset
37818
37819  of the \SpecialChar LaTeX
37820 -package 
37821 \series bold
37822 mhchem
37823 \series default
37824
37825 \begin_inset Index idx
37826 status collapsed
37827
37828 \begin_layout Plain Layout
37829 Packages ! mhchem
37830 \end_layout
37831
37832 \end_inset
37833
37834
37835 \end_layout
37836
37837 \begin_layout Bibliography
37838 \begin_inset CommandInset bibitem
37839 LatexCommand bibitem
37840 key "Duden"
37841
37842 \end_inset
37843
37844
37845 \emph on
37846 Duden Band 1
37847 \emph default
37848 .
37849  22.
37850  Auflage, Duden 2001
37851 \end_layout
37852
37853 \begin_layout Bibliography
37854 \begin_inset CommandInset bibitem
37855 LatexCommand bibitem
37856 key "Checklist"
37857
37858 \end_inset
37859
37860
37861 \begin_inset CommandInset href
37862 LatexCommand href
37863 name "Check list"
37864 target "http://physics.nist.gov/Document/checklist.pdf"
37865
37866 \end_inset
37867
37868  for reviewing manuscripts
37869 \end_layout
37870
37871 \begin_layout Standard
37872 \begin_inset CommandInset index_print
37873 LatexCommand printindex
37874 type "idx"
37875
37876 \end_inset
37877
37878
37879 \end_layout
37880
37881 \end_body
37882 \end_document