]> git.lyx.org Git - features.git/blob - lib/doc/Math.lyx
Math.lyx: use some icon-info insets
[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 pdf2
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 Info
3402 type  "icon"
3403 arg   "math/phantom"
3404 \end_inset
3405
3406  that creates one or more phantom characters.
3407  When inserting 
3408 \series bold
3409
3410 \backslash
3411 phantom
3412 \series default
3413  a small blue box appears that is superposed with two red arrows.
3414  The arrows indicate that the complete width and height of the box content
3415  will be created as placeholder.
3416  Phantom characters are accordingly placeholders with the size of the characters.
3417 \begin_inset Separator parbreak
3418 \end_inset
3419
3420
3421 \end_layout
3422
3423 \begin_layout Standard
3424 \align center
3425 \begin_inset Tabular
3426 <lyxtabular version="3" rows="4" columns="2">
3427 <features booktabs="true" tabularvalignment="middle">
3428 <column alignment="center" valignment="top" width="0pt">
3429 <column alignment="center" valignment="top" width="0pt">
3430 <row>
3431 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3432 \begin_inset Text
3433
3434 \begin_layout Plain Layout
3435 Command
3436 \end_layout
3437
3438 \end_inset
3439 </cell>
3440 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Plain Layout
3444 Result
3445 \end_layout
3446
3447 \end_inset
3448 </cell>
3449 </row>
3450 <row topspace="1.5mm">
3451 <cell alignment="center" valignment="top" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455 ^19
3456 \begin_inset space \textvisiblespace{}
3457 \end_inset
3458
3459 _
3460 \backslash
3461 phantom
3462 \begin_inset space \textvisiblespace{}
3463 \end_inset
3464
3465 1
3466 \begin_inset Formula $\to$
3467 \end_inset
3468
3469 9
3470 \begin_inset space \textvisiblespace{}
3471 \end_inset
3472
3473 F
3474 \end_layout
3475
3476 \end_inset
3477 </cell>
3478 <cell alignment="center" valignment="top" usebox="none">
3479 \begin_inset Text
3480
3481 \begin_layout Plain Layout
3482 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3483 \end_inset
3484
3485
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 </row>
3491 <row topspace="1.5mm" bottomspace="0.5mm">
3492 <cell alignment="center" valignment="top" usebox="none">
3493 \begin_inset Text
3494
3495 \begin_layout Plain Layout
3496 ^235
3497 \begin_inset space \textvisiblespace{}
3498 \end_inset
3499
3500 _
3501 \backslash
3502 phantom
3503 \begin_inset space \textvisiblespace{}
3504 \end_inset
3505
3506 23
3507 \begin_inset Formula $\to$
3508 \end_inset
3509
3510 9
3511 \begin_inset space \textvisiblespace{}
3512 \end_inset
3513
3514 F
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell alignment="center" valignment="top" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
3524 \end_inset
3525
3526
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 </row>
3532 <row topspace="1.5mm" bottomspace="0.5mm">
3533 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537
3538 \backslash
3539 Lambda^
3540 \begin_inset space \textvisiblespace{}
3541 \end_inset
3542
3543
3544 \backslash
3545 phantom
3546 \begin_inset space \textvisiblespace{}
3547 \end_inset
3548
3549 ii
3550 \begin_inset Formula $\to$
3551 \end_inset
3552
3553 t
3554 \begin_inset space \textvisiblespace{}
3555 \end_inset
3556
3557 _MMt
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
3567 \end_inset
3568
3569
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 </row>
3575 </lyxtabular>
3576
3577 \end_inset
3578
3579
3580 \end_layout
3581
3582 \begin_layout Standard
3583 Furthermore there are the commands 
3584 \series bold
3585
3586 \backslash
3587 vphantom
3588 \series default
3589
3590 \begin_inset Index idx
3591 status collapsed
3592
3593 \begin_layout Plain Layout
3594 Commands ! V ! 
3595 \backslash
3596 vphantom
3597 \end_layout
3598
3599 \end_inset
3600
3601  (toolbar button 
3602 \begin_inset Info
3603 type  "icon"
3604 arg   "math/vphantom"
3605 \end_inset
3606
3607 ) and 
3608 \series bold
3609
3610 \backslash
3611 hphantom
3612 \series default
3613
3614 \begin_inset Index idx
3615 status collapsed
3616
3617 \begin_layout Plain Layout
3618 Commands ! H ! 
3619 \backslash
3620 hphantom
3621 \end_layout
3622
3623 \end_inset
3624
3625  (toolbar button 
3626 \begin_inset Info
3627 type  "icon"
3628 arg   "math/hphantom"
3629 \end_inset
3630
3631 ).
3632  
3633 \series bold
3634
3635 \backslash
3636 hphantom
3637 \series default
3638  creates only space for the maximal height of the characters in the box
3639  but not for its width.
3640  
3641 \series bold
3642
3643 \backslash
3644 vphantom
3645 \series default
3646  creates only space for the width of the box content.
3647  Therefore  the boxes of both commands have only one red arrow.
3648 \end_layout
3649
3650 \begin_layout Standard
3651 For example the command 
3652 \series bold
3653
3654 \backslash
3655 vphantom
3656 \begin_inset space \textvisiblespace{}
3657 \end_inset
3658
3659 a
3660 \backslash
3661 int
3662 \series default
3663  creates space for the height of the integral sign,
3664 \begin_inset Foot
3665 status collapsed
3666
3667 \begin_layout Plain Layout
3668 The command 
3669 \series bold
3670
3671 \backslash
3672 int
3673 \series default
3674  creates an integral sign, see 
3675 \begin_inset CommandInset ref
3676 LatexCommand ref
3677 reference "subsec:Big-Operators"
3678
3679 \end_inset
3680
3681 .
3682 \end_layout
3683
3684 \end_inset
3685
3686  because this is the larger character.
3687  An example application is in 
3688 \begin_inset CommandInset ref
3689 LatexCommand ref
3690 reference "subsec:Multiline-Brackets"
3691
3692 \end_inset
3693
3694 .
3695 \end_layout
3696
3697 \begin_layout Standard
3698 Placeholders can also be used for text when they are inserted via the menu
3699  
3700 \family sans
3701 Insert\SpecialChar menuseparator
3702 Formatting\SpecialChar menuseparator
3703 Phantom
3704 \family default
3705 :
3706 \end_layout
3707
3708 \begin_layout Standard
3709 This is a sentence.
3710 \begin_inset Newline newline
3711 \end_inset
3712
3713
3714 \begin_inset Phantom Phantom
3715 status open
3716
3717 \begin_layout Plain Layout
3718 This
3719 \end_layout
3720
3721 \end_inset
3722
3723  is a sentence.
3724 \end_layout
3725
3726 \begin_layout Subsection
3727 Lines
3728 \begin_inset Index idx
3729 status collapsed
3730
3731 \begin_layout Plain Layout
3732 Lines
3733 \end_layout
3734
3735 \end_inset
3736
3737
3738 \begin_inset Index idx
3739 status collapsed
3740
3741 \begin_layout Plain Layout
3742 Formula ! underlined
3743 \end_layout
3744
3745 \end_inset
3746
3747
3748 \end_layout
3749
3750 \begin_layout Standard
3751 \align center
3752 \begin_inset Tabular
3753 <lyxtabular version="3" rows="4" columns="2">
3754 <features booktabs="true" tabularvalignment="middle">
3755 <column alignment="center" valignment="top" width="0pt">
3756 <column alignment="center" valignment="top" width="0pt">
3757 <row>
3758 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762 Command
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 Result
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 </row>
3777 <row topspace="2mm">
3778 <cell alignment="center" valignment="top" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782
3783 \backslash
3784 overline
3785 \begin_inset space \textvisiblespace{}
3786 \end_inset
3787
3788 A+B
3789 \begin_inset Index idx
3790 status collapsed
3791
3792 \begin_layout Plain Layout
3793 Commands ! O ! 
3794 \backslash
3795 overline
3796 \end_layout
3797
3798 \end_inset
3799
3800
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 <cell alignment="center" valignment="top" usebox="none">
3806 \begin_inset Text
3807
3808 \begin_layout Plain Layout
3809 \begin_inset Formula $\overline{A+B}$
3810 \end_inset
3811
3812
3813 \end_layout
3814
3815 \end_inset
3816 </cell>
3817 </row>
3818 <row bottomspace="1mm">
3819 <cell alignment="center" valignment="top" usebox="none">
3820 \begin_inset Text
3821
3822 \begin_layout Plain Layout
3823
3824 \backslash
3825 underline
3826 \begin_inset space \textvisiblespace{}
3827 \end_inset
3828
3829 A+B
3830 \begin_inset Index idx
3831 status collapsed
3832
3833 \begin_layout Plain Layout
3834 Commands ! U ! 
3835 \backslash
3836 underline
3837 \end_layout
3838
3839 \end_inset
3840
3841
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 <cell alignment="center" valignment="top" usebox="none">
3847 \begin_inset Text
3848
3849 \begin_layout Plain Layout
3850 \begin_inset Formula $\underline{A+B}$
3851 \end_inset
3852
3853
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 </row>
3859 <row topspace="2mm" bottomspace="1mm">
3860 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864
3865 \backslash
3866 overline
3867 \begin_inset space \textvisiblespace{}
3868 \end_inset
3869
3870
3871 \backslash
3872 underline
3873 \begin_inset space \textvisiblespace{}
3874 \end_inset
3875
3876 A+B
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Plain Layout
3885 \begin_inset Formula $\overline{\underline{A+B}}$
3886 \end_inset
3887
3888
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 </row>
3894 </lyxtabular>
3895
3896 \end_inset
3897
3898
3899 \end_layout
3900
3901 \begin_layout Standard
3902 In the last example it doesn't matter if first 
3903 \series bold
3904
3905 \backslash
3906 overline
3907 \series default
3908  or 
3909 \series bold
3910
3911 \backslash
3912 underline
3913 \series default
3914  is inserted.
3915 \end_layout
3916
3917 \begin_layout Standard
3918 To double underline use 
3919 \series bold
3920
3921 \backslash
3922 underline
3923 \series default
3924  twice.
3925 \end_layout
3926
3927 \begin_layout Standard
3928 It is possible to place up to 6 lines above or below characters.
3929 \end_layout
3930
3931 \begin_layout Standard
3932 \begin_inset VSpace bigskip
3933 \end_inset
3934
3935 Custom lines can be created using the command 
3936 \series bold
3937
3938 \backslash
3939 rule
3940 \series default
3941
3942 \begin_inset Index idx
3943 status collapsed
3944
3945 \begin_layout Plain Layout
3946 Commands ! R ! 
3947 \backslash
3948 rule
3949 \end_layout
3950
3951 \end_inset
3952
3953  which has the following scheme:
3954 \end_layout
3955
3956 \begin_layout Standard
3957
3958 \series bold
3959
3960 \backslash
3961 rule[vertical offset]{length}{thickness}
3962 \end_layout
3963
3964 \begin_layout Standard
3965 The optional vertical offset shifts the line upwards (or downwards, when
3966  the value is negative).
3967  The units listed in 
3968 \begin_inset CommandInset ref
3969 LatexCommand ref
3970 reference "tab:Available-units"
3971
3972 \end_inset
3973
3974  can be used for the values.
3975  Here are two example lines created with the commands
3976 \begin_inset Newline newline
3977 \end_inset
3978
3979
3980 \series bold
3981
3982 \backslash
3983 rule[-2ex]{3cm}{2pt}
3984 \series default
3985  and 
3986 \series bold
3987
3988 \backslash
3989 rule{2cm}{1pt}
3990 \series default
3991 :
3992 \end_layout
3993
3994 \begin_layout Standard
3995 This is a sentence 
3996 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
3997 \end_inset
3998
3999  with two lines.
4000 \end_layout
4001
4002 \begin_layout Standard
4003
4004 \series bold
4005
4006 \backslash
4007 rule
4008 \series default
4009  can also be used for text when a line is inserted via the menu 
4010 \family sans
4011 Insert\SpecialChar menuseparator
4012 Formatting\SpecialChar menuseparator
4013 Horizontal
4014 \begin_inset space ~
4015 \end_inset
4016
4017 Line
4018 \family default
4019 :
4020 \end_layout
4021
4022 \begin_layout Standard
4023 This is a sentence 
4024 \begin_inset CommandInset line
4025 LatexCommand rule
4026 offset "0.5ex"
4027 width "3cm"
4028 height "1pt"
4029
4030 \end_inset
4031
4032  with one line.
4033 \end_layout
4034
4035 \begin_layout Subsection
4036 Ellipses
4037 \begin_inset CommandInset label
4038 LatexCommand label
4039 name "subsec:Ellipses"
4040
4041 \end_inset
4042
4043
4044 \begin_inset Index idx
4045 status collapsed
4046
4047 \begin_layout Plain Layout
4048 Ellipses
4049 \end_layout
4050
4051 \end_inset
4052
4053
4054 \end_layout
4055
4056 \begin_layout Standard
4057 There are different types of ellipses available.
4058 \begin_inset Foot
4059 status collapsed
4060
4061 \begin_layout Plain Layout
4062 In the math toolbar in the submenu of the button 
4063 \begin_inset Info
4064 type  "icon"
4065 arg   "math-insert \\ldots"
4066 \end_inset
4067
4068
4069 \end_layout
4070
4071 \end_inset
4072
4073  For listings dots at the baseline are used (
4074 \series bold
4075
4076 \backslash
4077 ldots
4078 \series default
4079
4080 \begin_inset Index idx
4081 status collapsed
4082
4083 \begin_layout Plain Layout
4084 Commands ! L ! 
4085 \backslash
4086 ldots
4087 \end_layout
4088
4089 \end_inset
4090
4091 ), while for operations dots are needed that are on the same height as the
4092  operators (
4093 \series bold
4094
4095 \backslash
4096 cdots
4097 \series default
4098
4099 \begin_inset Index idx
4100 status collapsed
4101
4102 \begin_layout Plain Layout
4103 Commands ! C ! 
4104 \backslash
4105 cdots
4106 \end_layout
4107
4108 \end_inset
4109
4110 ).
4111  When using the command 
4112 \series bold
4113
4114 \backslash
4115 dots
4116 \series default
4117
4118 \begin_inset Index idx
4119 status collapsed
4120
4121 \begin_layout Plain Layout
4122 Commands ! D ! 
4123 \backslash
4124 dots
4125 \end_layout
4126
4127 \end_inset
4128
4129 , \SpecialChar LaTeX
4130  decides on the basis of the next character what type is used.
4131 \begin_inset Separator parbreak
4132 \end_inset
4133
4134
4135 \end_layout
4136
4137 \begin_layout Standard
4138 \align center
4139 \begin_inset Tabular
4140 <lyxtabular version="3" rows="9" columns="2">
4141 <features booktabs="true" tabularvalignment="middle">
4142 <column alignment="center" valignment="top" width="0pt">
4143 <column alignment="center" valignment="top" width="0pt">
4144 <row>
4145 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4146 \begin_inset Text
4147
4148 \begin_layout Plain Layout
4149 Command
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158 Result
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 </row>
4164 <row>
4165 <cell alignment="center" valignment="top" usebox="none">
4166 \begin_inset Text
4167
4168 \begin_layout Plain Layout
4169 A_1
4170 \begin_inset space \textvisiblespace{}
4171 \end_inset
4172
4173 ,
4174 \backslash
4175 dots
4176 \begin_inset space \textvisiblespace{}
4177 \end_inset
4178
4179 ,A_n
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 <cell alignment="center" valignment="top" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188 \begin_inset Formula $A_{1},\dots,A_{n}$
4189 \end_inset
4190
4191
4192 \end_layout
4193
4194 \end_inset
4195 </cell>
4196 </row>
4197 <row>
4198 <cell alignment="center" valignment="top" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Plain Layout
4202 A_1
4203 \begin_inset space \textvisiblespace{}
4204 \end_inset
4205
4206 +
4207 \backslash
4208 dots
4209 \begin_inset space \textvisiblespace{}
4210 \end_inset
4211
4212 +A_n
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 <cell alignment="center" valignment="top" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221 \begin_inset Formula $A_{1}+\dots+A_{n}$
4222 \end_inset
4223
4224
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 </row>
4230 <row>
4231 <cell alignment="center" valignment="top" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235 A_1
4236 \begin_inset space \textvisiblespace{}
4237 \end_inset
4238
4239 ,
4240 \backslash
4241 ldots
4242 \begin_inset space \textvisiblespace{}
4243 \end_inset
4244
4245 ,A_n
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 <cell alignment="center" valignment="top" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254 \begin_inset Formula $A_{1},\ldots,A_{n}$
4255 \end_inset
4256
4257
4258 \end_layout
4259
4260 \end_inset
4261 </cell>
4262 </row>
4263 <row>
4264 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268 A_1
4269 \begin_inset space \textvisiblespace{}
4270 \end_inset
4271
4272 +
4273 \backslash
4274 cdots
4275 \begin_inset space \textvisiblespace{}
4276 \end_inset
4277
4278 +A_n
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4288 \end_inset
4289
4290
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 </row>
4296 <row>
4297 <cell alignment="center" valignment="top" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301
4302 \backslash
4303 vdots
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 <cell alignment="center" valignment="top" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312 \begin_inset Formula $\vdots$
4313 \end_inset
4314
4315
4316 \end_layout
4317
4318 \end_inset
4319 </cell>
4320 </row>
4321 <row>
4322 <cell alignment="center" valignment="top" usebox="none">
4323 \begin_inset Text
4324
4325 \begin_layout Plain Layout
4326
4327 \backslash
4328 ddots
4329 \end_layout
4330
4331 \end_inset
4332 </cell>
4333 <cell alignment="center" valignment="top" usebox="none">
4334 \begin_inset Text
4335
4336 \begin_layout Plain Layout
4337 \begin_inset Formula $\ddots$
4338 \end_inset
4339
4340
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 </row>
4346 <row>
4347 <cell alignment="center" valignment="top" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351
4352 \backslash
4353 iddots
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 <cell alignment="center" valignment="top" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362 \begin_inset Formula $\iddots$
4363 \end_inset
4364
4365
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 </row>
4371 <row>
4372 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376 3×3
4377 \begin_inset space \thinspace{}
4378 \end_inset
4379
4380 matrix with the different dots
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 \begin_inset Formula $\begin{array}{ccc}
4390 A_{11} & \cdots & A_{1m}\\
4391 \vdots & \ddots & \vdots\\
4392 A_{n1} & \cdots & A_{nm}
4393 \end{array}$
4394 \end_inset
4395
4396
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 </row>
4402 </lyxtabular>
4403
4404 \end_inset
4405
4406
4407 \end_layout
4408
4409 \begin_layout Standard
4410 The ellipses available in menu 
4411 \family sans
4412 Insert\SpecialChar menuseparator
4413 Special
4414 \begin_inset space ~
4415 \end_inset
4416
4417 Character
4418 \family default
4419  are 
4420 \series bold
4421
4422 \backslash
4423 ldots
4424 \series default
4425 .
4426 \end_layout
4427
4428 \begin_layout Standard
4429 \begin_inset VSpace medskip
4430 \end_inset
4431
4432 To use 
4433 \series bold
4434
4435 \backslash
4436 iddots
4437 \series default
4438 , one of the options 
4439 \family sans
4440 Use mathdots package (automatically)
4441 \family default
4442  must be set in the document settings under 
4443 \family sans
4444 Math
4445 \begin_inset space ~
4446 \end_inset
4447
4448 Options
4449 \family default
4450 .
4451 \begin_inset Newline newline
4452 \end_inset
4453
4454 Using the option 
4455 \family sans
4456 Use mathdots package
4457 \family default
4458  will improve the appearance of all dots in the documents if their font
4459  style or size is not the default.
4460 \end_layout
4461
4462 \begin_layout Standard
4463 \begin_inset VSpace medskip
4464 \end_inset
4465
4466 Specially for matrices there are ellipses that span over several columns.
4467  They are created with the command 
4468 \series bold
4469
4470 \backslash
4471 hdotsfor
4472 \series default
4473
4474 \begin_inset Index idx
4475 status collapsed
4476
4477 \begin_layout Plain Layout
4478 Commands ! H ! 
4479 \backslash
4480 hdotsfor
4481 \end_layout
4482
4483 \end_inset
4484
4485 , that has the following scheme:
4486 \end_layout
4487
4488 \begin_layout Standard
4489
4490 \series bold
4491
4492 \backslash
4493 hdotsfor[distance]{number of columns}
4494 \end_layout
4495
4496 \begin_layout Standard
4497 The number of columns specifies how many columns should be spanned.
4498  Distance is a factor for the distance between the dots.
4499 \end_layout
4500
4501 \begin_layout Standard
4502 In the following matrix the command 
4503 \series bold
4504
4505 \backslash
4506 hdotsfor[2]{4}
4507 \series default
4508  was inserted in the first box of the second line, to get an ellipsis with
4509  a dot distance twice as long as with the command 
4510 \series bold
4511
4512 \backslash
4513 dots
4514 \series default
4515 :
4516 \begin_inset Formula 
4517 \[
4518 \left(\begin{array}{cccc}
4519 A & B & C & D\\
4520 \hdotsfor[2]{4}\\
4521 q & w & e & r
4522 \end{array}\right)
4523 \]
4524
4525 \end_inset
4526
4527 Note that the matrix fields that should be spanned must be empty, otherwise
4528  you get \SpecialChar LaTeX
4529 -errors.
4530 \end_layout
4531
4532 \begin_layout Standard
4533 \begin_inset VSpace bigskip
4534 \end_inset
4535
4536 Furthermore you can fill with the command 
4537 \series bold
4538
4539 \backslash
4540 dotfill
4541 \series default
4542
4543 \begin_inset Index idx
4544 status collapsed
4545
4546 \begin_layout Plain Layout
4547 Commands ! D ! 
4548 \backslash
4549 dotfill
4550 \end_layout
4551
4552 \end_inset
4553
4554  the rest of a line with dots.
4555  The effect of these commands is the same as with 
4556 \series bold
4557
4558 \backslash
4559 hfill
4560 \series default
4561 , see 
4562 \begin_inset CommandInset ref
4563 LatexCommand ref
4564 reference "subsec:Variable-Space"
4565
4566 \end_inset
4567
4568 .
4569 \end_layout
4570
4571 \begin_layout Standard
4572 For example the command 
4573 \series bold
4574 A
4575 \backslash
4576 dotfill
4577 \begin_inset space \textvisiblespace{}
4578 \end_inset
4579
4580 B
4581 \series default
4582  produces
4583 \end_layout
4584
4585 \begin_layout Standard
4586 \begin_inset Formula $A\dotfill B$
4587 \end_inset
4588
4589
4590 \end_layout
4591
4592 \begin_layout Standard
4593 Similar to
4594 \series bold
4595  
4596 \backslash
4597 dotfill
4598 \series default
4599  there is for a line the command 
4600 \series bold
4601
4602 \backslash
4603 hrulefill
4604 \series default
4605
4606 \begin_inset Index idx
4607 status collapsed
4608
4609 \begin_layout Plain Layout
4610 Commands ! H ! 
4611 \backslash
4612 hrulefill
4613 \end_layout
4614
4615 \end_inset
4616
4617 :
4618 \end_layout
4619
4620 \begin_layout Standard
4621 \begin_inset Formula $A\hrulefill B$
4622 \end_inset
4623
4624
4625 \end_layout
4626
4627 \begin_layout Standard
4628 To use the commands for text, they have to be inserted in \SpecialChar TeX
4629  mode.
4630 \end_layout
4631
4632 \begin_layout Section
4633 Matrices
4634 \begin_inset CommandInset label
4635 LatexCommand label
4636 name "sec:Matrices"
4637
4638 \end_inset
4639
4640
4641 \begin_inset Index idx
4642 status collapsed
4643
4644 \begin_layout Plain Layout
4645 Matrices
4646 \end_layout
4647
4648 \end_inset
4649
4650
4651 \end_layout
4652
4653 \begin_layout Standard
4654 Matrices can be inserted via the math toolbar button 
4655 \begin_inset Info
4656 type  "icon"
4657 arg   "dialog-show mathmatrix"
4658 \end_inset
4659
4660  or the menu 
4661 \family sans
4662 Insert\SpecialChar menuseparator
4663 Math\SpecialChar menuseparator
4664 Matrix
4665 \family default
4666 .
4667  In the matrix dialog you can specify the number of columns and rows, the
4668  alignment and the decoration.
4669  The vertical alignment is only of importance for matrices in inline formulas:
4670 \end_layout
4671
4672 \begin_layout Standard
4673 The first matrix is top 
4674 \begin_inset Formula $\begin{array}[t]{cccc}
4675 A & D & G & J\\
4676 B & E & H & K\\
4677 C & F & I & L
4678 \end{array}$
4679 \end_inset
4680
4681 , the second middle 
4682 \begin_inset Formula $\begin{array}{cccc}
4683 A & D & G & J\\
4684 B & E & H & K\\
4685 C & F & I & L
4686 \end{array}$
4687 \end_inset
4688
4689  and the third bottom 
4690 \begin_inset Formula $\begin{array}[b]{cccc}
4691 A & D & G & J\\
4692 B & E & H & K\\
4693 C & F & I & L
4694 \end{array}$
4695 \end_inset
4696
4697  aligned.
4698 \end_layout
4699
4700 \begin_layout Standard
4701 The horizontal alignment specifies how the column entries should be aligned.
4702  It is set by entering a letter for every column.
4703  
4704 \emph on
4705 l
4706 \emph default
4707  denotes left aligned, 
4708 \emph on
4709 c
4710 \emph default
4711  centered and 
4712 \emph on
4713 r
4714 \emph default
4715  right aligned.
4716  To create for example a 4
4717 \series bold
4718 ×
4719 \series default
4720 4
4721 \begin_inset space ~
4722 \end_inset
4723
4724 matrix where the first column is left aligned, the second and third are
4725  centered and the last one is right aligned, one enters for the horizontal
4726  alignment 
4727 \series bold
4728 lccr
4729 \series default
4730 .
4731  Normally in a matrix all columns are centered, therefore the default for
4732  every column is a 
4733 \series bold
4734 c
4735 \series default
4736 .
4737 \end_layout
4738
4739 \begin_layout Standard
4740 Horizontal alignment:
4741 \end_layout
4742
4743 \begin_layout Standard
4744
4745 \series bold
4746 lll
4747 \series default
4748  : 
4749 \begin_inset Formula $\begin{array}{lll}
4750 10000 & D & G\\
4751 B & 10000 & H\\
4752 C & F & 10000
4753 \end{array}$
4754 \end_inset
4755
4756  , 
4757 \series bold
4758 ccc
4759 \series default
4760  : 
4761 \begin_inset Formula $\begin{array}{ccc}
4762 10000 & D & G\\
4763 B & 10000 & H\\
4764 C & F & 10000
4765 \end{array}$
4766 \end_inset
4767
4768  , 
4769 \series bold
4770 rrr
4771 \series default
4772  : 
4773 \begin_inset Formula $\begin{array}{rrr}
4774 10000 & D & G\\
4775 B & 10000 & H\\
4776 C & F & 10000
4777 \end{array}$
4778 \end_inset
4779
4780
4781 \end_layout
4782
4783 \begin_layout Standard
4784 To add or delete rows and columns subsequently, the math toolbar buttons
4785  
4786 \begin_inset Info
4787 type  "icon"
4788 arg   "inset-modify tabular append-row"
4789 \end_inset
4790
4791
4792 \begin_inset Info
4793 type  "icon"
4794 arg   "inset-modify tabular delete-row"
4795 \end_inset
4796
4797 , etc.
4798 \begin_inset space \thinspace{}
4799 \end_inset
4800
4801 , or the menu 
4802 \family sans
4803 Edit\SpecialChar menuseparator
4804 Rows & Columns
4805 \family default
4806  can be used.
4807  New rows can also be created with 
4808 \begin_inset Info
4809 type  "shortcut"
4810 arg   "newline-insert newline"
4811 \end_inset
4812
4813 .
4814 \end_layout
4815
4816 \begin_layout Standard
4817 \begin_inset VSpace bigskip
4818 \end_inset
4819
4820 The 
4821 \family sans
4822 Decoration
4823 \family default
4824  adds parentheses in the selected style around the matrix.
4825  Alternatively, parentheses can can either be created with the commands
4826  
4827 \series bold
4828
4829 \backslash
4830 left
4831 \series default
4832
4833 \begin_inset Index idx
4834 status collapsed
4835
4836 \begin_layout Plain Layout
4837 Commands ! L ! 
4838 \backslash
4839 left
4840 \end_layout
4841
4842 \end_inset
4843
4844  and 
4845 \series bold
4846
4847 \backslash
4848 right
4849 \series default
4850
4851 \begin_inset Index idx
4852 status collapsed
4853
4854 \begin_layout Plain Layout
4855 Commands ! R ! 
4856 \backslash
4857 right
4858 \end_layout
4859
4860 \end_inset
4861
4862  (shortcut 
4863 \family sans
4864 Alt+M
4865 \begin_inset space ~
4866 \end_inset
4867
4868 Parenthesis
4869 \family default
4870 ), see 
4871 \begin_inset CommandInset ref
4872 LatexCommand ref
4873 reference "subsec:Automatic-Bracket-Size"
4874
4875 \end_inset
4876
4877 , or by using the following commands:
4878 \begin_inset VSpace medskip
4879 \end_inset
4880
4881
4882 \end_layout
4883
4884 \begin_layout Standard
4885 \begin_inset space \hfill{}
4886 \end_inset
4887
4888
4889 \begin_inset Tabular
4890 <lyxtabular version="3" rows="4" columns="2">
4891 <features booktabs="true" tabularvalignment="middle">
4892 <column alignment="center" valignment="top" width="0pt">
4893 <column alignment="center" valignment="top">
4894 <row>
4895 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899 Command
4900 \end_layout
4901
4902 \end_inset
4903 </cell>
4904 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4905 \begin_inset Text
4906
4907 \begin_layout Plain Layout
4908 Result
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 </row>
4914 <row topspace="1.5mm">
4915 <cell alignment="center" valignment="top" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Plain Layout
4919
4920 \backslash
4921 bmatrix
4922 \begin_inset space \textvisiblespace{}
4923 \end_inset
4924
4925 2
4926 \series bold
4927 ×
4928 \series default
4929 2
4930 \begin_inset space \thinspace{}
4931 \end_inset
4932
4933 matrix
4934 \end_layout
4935
4936 \end_inset
4937 </cell>
4938 <cell alignment="center" valignment="top" usebox="none">
4939 \begin_inset Text
4940
4941 \begin_layout Plain Layout
4942 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
4943 0 & \textrm{-}\mathrm{i}\\
4944 \mathrm{i} & 0
4945 \end{array}\end{bmatrix}$
4946 \end_inset
4947
4948
4949 \end_layout
4950
4951 \end_inset
4952 </cell>
4953 </row>
4954 <row topspace="1.5mm" bottomspace="0.5mm">
4955 <cell alignment="center" valignment="top" usebox="none">
4956 \begin_inset Text
4957
4958 \begin_layout Plain Layout
4959
4960 \backslash
4961 Bmatrix
4962 \begin_inset space \textvisiblespace{}
4963 \end_inset
4964
4965 2
4966 \series bold
4967 ×
4968 \series default
4969 2
4970 \begin_inset space \thinspace{}
4971 \end_inset
4972
4973 matrix
4974 \end_layout
4975
4976 \end_inset
4977 </cell>
4978 <cell alignment="center" valignment="top" usebox="none">
4979 \begin_inset Text
4980
4981 \begin_layout Plain Layout
4982 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
4983 0 & \textrm{-}\mathrm{i}\\
4984 \mathrm{i} & 0
4985 \end{array}\end{Bmatrix}$
4986 \end_inset
4987
4988
4989 \end_layout
4990
4991 \end_inset
4992 </cell>
4993 </row>
4994 <row>
4995 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4996 \begin_inset Text
4997
4998 \begin_layout Plain Layout
4999
5000 \backslash
5001 pmatrix
5002 \begin_inset space \textvisiblespace{}
5003 \end_inset
5004
5005 2
5006 \series bold
5007 ×
5008 \series default
5009 2
5010 \begin_inset space \thinspace{}
5011 \end_inset
5012
5013 matrix
5014 \end_layout
5015
5016 \end_inset
5017 </cell>
5018 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5019 \begin_inset Text
5020
5021 \begin_layout Plain Layout
5022 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
5023 0 & \textrm{-}\mathrm{i}\\
5024 \mathrm{i} & 0
5025 \end{array}\end{pmatrix}$
5026 \end_inset
5027
5028
5029 \end_layout
5030
5031 \end_inset
5032 </cell>
5033 </row>
5034 </lyxtabular>
5035
5036 \end_inset
5037
5038
5039 \begin_inset space \hfill{}
5040 \end_inset
5041
5042
5043 \begin_inset Tabular
5044 <lyxtabular version="3" rows="4" columns="2">
5045 <features booktabs="true" tabularvalignment="middle">
5046 <column alignment="center" valignment="top" width="0pt">
5047 <column alignment="center" valignment="top">
5048 <row>
5049 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5050 \begin_inset Text
5051
5052 \begin_layout Plain Layout
5053 Command
5054 \end_layout
5055
5056 \end_inset
5057 </cell>
5058 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062 Result
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 </row>
5068 <row topspace="1.5mm">
5069 <cell alignment="center" valignment="top" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073
5074 \backslash
5075 vmatrix
5076 \begin_inset space \textvisiblespace{}
5077 \end_inset
5078
5079 2
5080 \series bold
5081 ×
5082 \series default
5083 2
5084 \begin_inset space \thinspace{}
5085 \end_inset
5086
5087 matrix
5088 \end_layout
5089
5090 \end_inset
5091 </cell>
5092 <cell alignment="center" valignment="top" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
5097 0 & \textrm{-}\mathrm{i}\\
5098 \mathrm{i} & 0
5099 \end{array}\end{vmatrix}$
5100 \end_inset
5101
5102
5103 \end_layout
5104
5105 \end_inset
5106 </cell>
5107 </row>
5108 <row topspace="1.5mm" bottomspace="0.5mm">
5109 <cell alignment="center" valignment="top" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Plain Layout
5113
5114 \backslash
5115 Vmatrix
5116 \begin_inset space \textvisiblespace{}
5117 \end_inset
5118
5119 2
5120 \series bold
5121 ×
5122 \series default
5123 2
5124 \begin_inset space \thinspace{}
5125 \end_inset
5126
5127 matrix
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 <cell alignment="center" valignment="top" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Plain Layout
5136 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
5137 0 & \textrm{-}\mathrm{i}\\
5138 \mathrm{i} & 0
5139 \end{array}\end{Vmatrix}$
5140 \end_inset
5141
5142
5143 \end_layout
5144
5145 \end_inset
5146 </cell>
5147 </row>
5148 <row>
5149 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Plain Layout
5153
5154 \backslash
5155 matrix
5156 \begin_inset space \textvisiblespace{}
5157 \end_inset
5158
5159 2
5160 \series bold
5161 ×
5162 \series default
5163 2
5164 \begin_inset space \thinspace{}
5165 \end_inset
5166
5167 matrix
5168 \end_layout
5169
5170 \end_inset
5171 </cell>
5172 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5173 \begin_inset Text
5174
5175 \begin_layout Plain Layout
5176 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
5177 0 & \textrm{-}\mathrm{i}\\
5178 \mathrm{i} & 0
5179 \end{array}\end{matrix}$
5180 \end_inset
5181
5182
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 </row>
5188 </lyxtabular>
5189
5190 \end_inset
5191
5192
5193 \begin_inset space \hfill{}
5194 \end_inset
5195
5196
5197 \end_layout
5198
5199 \begin_layout Standard
5200 \begin_inset VSpace medskip
5201 \end_inset
5202
5203 When e.
5204 \begin_inset space \thinspace{}
5205 \end_inset
5206
5207 g.
5208 \begin_inset space \space{}
5209 \end_inset
5210
5211
5212 \series bold
5213
5214 \backslash
5215 vmatrix
5216 \series default
5217  is inserted, a blue box appears between two vertical lines where the matrix
5218  is inserted.
5219 \begin_inset Newline newline
5220 \end_inset
5221
5222 Note that decorated matrices ignore the vertical alignment.
5223 \end_layout
5224
5225 \begin_layout Standard
5226 \begin_inset VSpace bigskip
5227 \end_inset
5228
5229 As all multiline formulas are matrices, the length 
5230 \series bold
5231
5232 \backslash
5233 arraycolsep
5234 \series default
5235
5236 \begin_inset Index idx
5237 status collapsed
5238
5239 \begin_layout Plain Layout
5240 Commands ! A ! 
5241 \backslash
5242 arraycolsep
5243 \end_layout
5244
5245 \end_inset
5246
5247  that is described in 
5248 \begin_inset CommandInset ref
5249 LatexCommand ref
5250 reference "subsec:Column-Separation"
5251
5252 \end_inset
5253
5254  can also be used to change the column separation of matrices.
5255 \end_layout
5256
5257 \begin_layout Standard
5258 To change the row separation, the command 
5259 \series bold
5260
5261 \backslash
5262 arraystretch
5263 \series default
5264
5265 \begin_inset Index idx
5266 status collapsed
5267
5268 \begin_layout Plain Layout
5269 Commands ! A ! 
5270 \backslash
5271 arraystretch
5272 \end_layout
5273
5274 \end_inset
5275
5276  is used.
5277  It is used as follows:
5278 \end_layout
5279
5280 \begin_layout Standard
5281
5282 \series bold
5283
5284 \backslash
5285 renewcommand{
5286 \backslash
5287 arraystretch}{stretch factor}
5288 \begin_inset Index idx
5289 status collapsed
5290
5291 \begin_layout Plain Layout
5292 Commands ! R ! 
5293 \backslash
5294 renewcommand
5295 \end_layout
5296
5297 \end_inset
5298
5299
5300 \end_layout
5301
5302 \begin_layout Standard
5303 The command 
5304 \series bold
5305
5306 \backslash
5307 renewcommand
5308 \series default
5309  assigns the stretch factor to the predefined command 
5310 \series bold
5311
5312 \backslash
5313 arraystretch
5314 \series default
5315 .
5316  To double e.
5317 \begin_inset space \thinspace{}
5318 \end_inset
5319
5320 g.
5321 \begin_inset space \space{}
5322 \end_inset
5323
5324 the row separation, use the factor 2.
5325  This is then used for all following matrices.
5326  To go back to the original separation, assign the factor 1 to 
5327 \series bold
5328
5329 \backslash
5330 arraystretch
5331 \series default
5332 .
5333 \end_layout
5334
5335 \begin_layout Standard
5336 To set matrices into a text line, the command 
5337 \series bold
5338
5339 \backslash
5340 smallmatrix
5341 \series default
5342
5343 \begin_inset Index idx
5344 status collapsed
5345
5346 \begin_layout Plain Layout
5347 Commands ! S ! 
5348 \backslash
5349 smallmatrix
5350 \end_layout
5351
5352 \end_inset
5353
5354  is used.
5355  When it is inserted a blue box with two dashed lines appears.
5356  In this box the matrix is inserted.
5357 \end_layout
5358
5359 \begin_layout Standard
5360 This is a matrix 
5361 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5362 C & D
5363 \end{smallmatrix}\right)$
5364 \end_inset
5365
5366  in a text line.
5367 \end_layout
5368
5369 \begin_layout Section
5370 Brackets and Delimiters
5371 \begin_inset Index idx
5372 status collapsed
5373
5374 \begin_layout Plain Layout
5375 Brackets
5376 \end_layout
5377
5378 \end_inset
5379
5380
5381 \begin_inset Index idx
5382 status collapsed
5383
5384 \begin_layout Plain Layout
5385 Delimiters
5386 \end_layout
5387
5388 \end_inset
5389
5390
5391 \end_layout
5392
5393 \begin_layout Subsection
5394 Vertical Brackets and Delimiters
5395 \begin_inset Index idx
5396 status collapsed
5397
5398 \begin_layout Plain Layout
5399 Brackets ! vertical
5400 \end_layout
5401
5402 \end_inset
5403
5404
5405 \end_layout
5406
5407 \begin_layout Standard
5408 \begin_inset space \hfill{}
5409 \end_inset
5410
5411
5412 \begin_inset Tabular
5413 <lyxtabular version="3" rows="9" columns="2">
5414 <features booktabs="true" tabularvalignment="middle">
5415 <column alignment="center" valignment="top" width="0pt">
5416 <column alignment="center" valignment="top" width="0pt">
5417 <row>
5418 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5419 \begin_inset Text
5420
5421 \begin_layout Plain Layout
5422 Command
5423 \end_layout
5424
5425 \end_inset
5426 </cell>
5427 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Plain Layout
5431 Result
5432 \end_layout
5433
5434 \end_inset
5435 </cell>
5436 </row>
5437 <row>
5438 <cell alignment="center" valignment="top" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442 (
5443 \end_layout
5444
5445 \end_inset
5446 </cell>
5447 <cell alignment="center" valignment="top" usebox="none">
5448 \begin_inset Text
5449
5450 \begin_layout Plain Layout
5451 \begin_inset Formula $($
5452 \end_inset
5453
5454
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 </row>
5460 <row>
5461 <cell alignment="center" valignment="top" usebox="none">
5462 \begin_inset Text
5463
5464 \begin_layout Plain Layout
5465 {
5466 \end_layout
5467
5468 \end_inset
5469 </cell>
5470 <cell alignment="center" valignment="top" usebox="none">
5471 \begin_inset Text
5472
5473 \begin_layout Plain Layout
5474 \begin_inset Formula $\{$
5475 \end_inset
5476
5477
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 </row>
5483 <row>
5484 <cell alignment="center" valignment="top" usebox="none">
5485 \begin_inset Text
5486
5487 \begin_layout Plain Layout
5488 [
5489 \end_layout
5490
5491 \end_inset
5492 </cell>
5493 <cell alignment="center" valignment="top" usebox="none">
5494 \begin_inset Text
5495
5496 \begin_layout Plain Layout
5497 \begin_inset Formula $[$
5498 \end_inset
5499
5500
5501 \end_layout
5502
5503 \end_inset
5504 </cell>
5505 </row>
5506 <row>
5507 <cell alignment="center" valignment="top" usebox="none">
5508 \begin_inset Text
5509
5510 \begin_layout Plain Layout
5511
5512 \backslash
5513 langle
5514 \end_layout
5515
5516 \end_inset
5517 </cell>
5518 <cell alignment="center" valignment="top" usebox="none">
5519 \begin_inset Text
5520
5521 \begin_layout Plain Layout
5522 \begin_inset Formula $\langle$
5523 \end_inset
5524
5525
5526 \end_layout
5527
5528 \end_inset
5529 </cell>
5530 </row>
5531 <row>
5532 <cell alignment="center" valignment="top" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536
5537 \backslash
5538 lceil
5539 \end_layout
5540
5541 \end_inset
5542 </cell>
5543 <cell alignment="center" valignment="top" usebox="none">
5544 \begin_inset Text
5545
5546 \begin_layout Plain Layout
5547 \begin_inset Formula $\lceil$
5548 \end_inset
5549
5550
5551 \end_layout
5552
5553 \end_inset
5554 </cell>
5555 </row>
5556 <row>
5557 <cell alignment="center" valignment="top" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Plain Layout
5561
5562 \backslash
5563 lfloor
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 <cell alignment="center" valignment="top" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Plain Layout
5572 \begin_inset Formula $\lfloor$
5573 \end_inset
5574
5575
5576 \end_layout
5577
5578 \end_inset
5579 </cell>
5580 </row>
5581 <row>
5582 <cell alignment="center" valignment="top" usebox="none">
5583 \begin_inset Text
5584
5585 \begin_layout Plain Layout
5586 /
5587 \end_layout
5588
5589 \end_inset
5590 </cell>
5591 <cell alignment="center" valignment="top" usebox="none">
5592 \begin_inset Text
5593
5594 \begin_layout Plain Layout
5595 \begin_inset Formula $/$
5596 \end_inset
5597
5598
5599 \end_layout
5600
5601 \end_inset
5602 </cell>
5603 </row>
5604 <row>
5605 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5606 \begin_inset Text
5607
5608 \begin_layout Plain Layout
5609 |
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5615 \begin_inset Text
5616
5617 \begin_layout Plain Layout
5618 \begin_inset Formula $|$
5619 \end_inset
5620
5621
5622 \end_layout
5623
5624 \end_inset
5625 </cell>
5626 </row>
5627 </lyxtabular>
5628
5629 \end_inset
5630
5631
5632 \begin_inset space \hfill{}
5633 \end_inset
5634
5635
5636 \begin_inset Tabular
5637 <lyxtabular version="3" rows="9" columns="2">
5638 <features booktabs="true" tabularvalignment="middle">
5639 <column alignment="center" valignment="top" width="0pt">
5640 <column alignment="center" valignment="top" width="0pt">
5641 <row>
5642 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5643 \begin_inset Text
5644
5645 \begin_layout Plain Layout
5646 Command
5647 \end_layout
5648
5649 \end_inset
5650 </cell>
5651 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5652 \begin_inset Text
5653
5654 \begin_layout Plain Layout
5655 Result
5656 \end_layout
5657
5658 \end_inset
5659 </cell>
5660 </row>
5661 <row>
5662 <cell alignment="center" valignment="top" usebox="none">
5663 \begin_inset Text
5664
5665 \begin_layout Plain Layout
5666 )
5667 \end_layout
5668
5669 \end_inset
5670 </cell>
5671 <cell alignment="center" valignment="top" usebox="none">
5672 \begin_inset Text
5673
5674 \begin_layout Plain Layout
5675 \begin_inset Formula $)$
5676 \end_inset
5677
5678
5679 \end_layout
5680
5681 \end_inset
5682 </cell>
5683 </row>
5684 <row>
5685 <cell alignment="center" valignment="top" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Plain Layout
5689 }
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 <cell alignment="center" valignment="top" usebox="none">
5695 \begin_inset Text
5696
5697 \begin_layout Plain Layout
5698 \begin_inset Formula $\}$
5699 \end_inset
5700
5701
5702 \end_layout
5703
5704 \end_inset
5705 </cell>
5706 </row>
5707 <row>
5708 <cell alignment="center" valignment="top" usebox="none">
5709 \begin_inset Text
5710
5711 \begin_layout Plain Layout
5712 ]
5713 \end_layout
5714
5715 \end_inset
5716 </cell>
5717 <cell alignment="center" valignment="top" usebox="none">
5718 \begin_inset Text
5719
5720 \begin_layout Plain Layout
5721 \begin_inset Formula $]$
5722 \end_inset
5723
5724
5725 \end_layout
5726
5727 \end_inset
5728 </cell>
5729 </row>
5730 <row>
5731 <cell alignment="center" valignment="top" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735
5736 \backslash
5737 rangle
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 <cell alignment="center" valignment="top" usebox="none">
5743 \begin_inset Text
5744
5745 \begin_layout Plain Layout
5746 \begin_inset Formula $\rangle$
5747 \end_inset
5748
5749
5750 \end_layout
5751
5752 \end_inset
5753 </cell>
5754 </row>
5755 <row>
5756 <cell alignment="center" valignment="top" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Plain Layout
5760
5761 \backslash
5762 rceil
5763 \end_layout
5764
5765 \end_inset
5766 </cell>
5767 <cell alignment="center" valignment="top" usebox="none">
5768 \begin_inset Text
5769
5770 \begin_layout Plain Layout
5771 \begin_inset Formula $\rceil$
5772 \end_inset
5773
5774
5775 \end_layout
5776
5777 \end_inset
5778 </cell>
5779 </row>
5780 <row>
5781 <cell alignment="center" valignment="top" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Plain Layout
5785
5786 \backslash
5787 rfloor
5788 \end_layout
5789
5790 \end_inset
5791 </cell>
5792 <cell alignment="center" valignment="top" usebox="none">
5793 \begin_inset Text
5794
5795 \begin_layout Plain Layout
5796 \begin_inset Formula $\rfloor$
5797 \end_inset
5798
5799
5800 \end_layout
5801
5802 \end_inset
5803 </cell>
5804 </row>
5805 <row>
5806 <cell alignment="center" valignment="top" usebox="none">
5807 \begin_inset Text
5808
5809 \begin_layout Plain Layout
5810
5811 \backslash
5812
5813 \backslash
5814
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 <cell alignment="center" valignment="top" usebox="none">
5820 \begin_inset Text
5821
5822 \begin_layout Plain Layout
5823 \begin_inset Formula $\backslash$
5824 \end_inset
5825
5826
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 </row>
5832 <row>
5833 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5834 \begin_inset Text
5835
5836 \begin_layout Plain Layout
5837
5838 \backslash
5839 |
5840 \end_layout
5841
5842 \end_inset
5843 </cell>
5844 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5845 \begin_inset Text
5846
5847 \begin_layout Plain Layout
5848 \begin_inset Formula $\|$
5849 \end_inset
5850
5851
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 </row>
5857 </lyxtabular>
5858
5859 \end_inset
5860
5861
5862 \begin_inset space \hfill{}
5863 \end_inset
5864
5865
5866 \end_layout
5867
5868 \begin_layout Standard
5869
5870 \series medium
5871 \begin_inset Note Greyedout
5872 status open
5873
5874 \begin_layout Plain Layout
5875
5876 \series bold
5877 Note:
5878 \series default
5879  In \SpecialChar TeX
5880  mode the command 
5881 \series bold
5882
5883 \backslash
5884 textbackslash
5885 \series default
5886
5887 \begin_inset Index idx
5888 status collapsed
5889
5890 \begin_layout Plain Layout
5891 Commands ! T ! 
5892 \backslash
5893 textbackslash
5894 \end_layout
5895
5896 \end_inset
5897
5898  must be used for the backslash, because the command 
5899 \series bold
5900
5901 \backslash
5902
5903 \backslash
5904
5905 \series default
5906  produces a line break there.
5907 \end_layout
5908
5909 \end_inset
5910
5911
5912 \end_layout
5913
5914 \begin_layout Standard
5915 For all characters listed above the size can be adjusted with the commands
5916  described in the following two subsections.
5917  When using these commands, the characters < and > can directly be used
5918  instead of the commands 
5919 \series bold
5920
5921 \backslash
5922 langle
5923 \series default
5924  and 
5925 \series bold
5926
5927 \backslash
5928 rangle
5929 \series default
5930 .
5931 \end_layout
5932
5933 \begin_layout Subsubsection
5934 Manual Bracket Size
5935 \begin_inset CommandInset label
5936 LatexCommand label
5937 name "subsec:Manual-Bracket-Size"
5938
5939 \end_inset
5940
5941
5942 \begin_inset Index idx
5943 status collapsed
5944
5945 \begin_layout Plain Layout
5946 Bracket size ! manual
5947 \end_layout
5948
5949 \end_inset
5950
5951
5952 \end_layout
5953
5954 \begin_layout Standard
5955 The bracket size can be specified manually by the \SpecialChar LaTeX
5956 -commands 
5957 \series bold
5958
5959 \backslash
5960 big
5961 \series default
5962
5963 \begin_inset Index idx
5964 status collapsed
5965
5966 \begin_layout Plain Layout
5967 Commands ! B ! 
5968 \backslash
5969 big
5970 \end_layout
5971
5972 \end_inset
5973
5974
5975 \series bold
5976
5977 \backslash
5978 Big
5979 \series default
5980
5981 \series bold
5982
5983 \backslash
5984 bigg
5985 \series default
5986  and 
5987 \series bold
5988
5989 \backslash
5990 Bigg
5991 \series default
5992 .
5993  
5994 \series bold
5995
5996 \backslash
5997 big
5998 \series default
5999  denotes the smallest and 
6000 \series bold
6001
6002 \backslash
6003 Bigg
6004 \series default
6005  the largest bracket size.
6006 \end_layout
6007
6008 \begin_layout Standard
6009 These commands are used to emphasize levels of brackets:
6010 \begin_inset Separator parbreak
6011 \end_inset
6012
6013
6014 \end_layout
6015
6016 \begin_layout Standard
6017 \align center
6018 \begin_inset Tabular
6019 <lyxtabular version="3" rows="2" columns="2">
6020 <features booktabs="true" tabularvalignment="middle">
6021 <column alignment="center" valignment="top" width="0pt">
6022 <column alignment="center" valignment="top" width="0pt">
6023 <row>
6024 <cell alignment="center" valignment="top" usebox="none">
6025 \begin_inset Text
6026
6027 \begin_layout Plain Layout
6028 all brackets in the same size:
6029 \end_layout
6030
6031 \end_inset
6032 </cell>
6033 <cell alignment="center" valignment="top" usebox="none">
6034 \begin_inset Text
6035
6036 \begin_layout Plain Layout
6037 \begin_inset Formula $((A+B)(A-B))^{C}$
6038 \end_inset
6039
6040
6041 \end_layout
6042
6043 \end_inset
6044 </cell>
6045 </row>
6046 <row topspace="2mm">
6047 <cell alignment="center" valignment="top" usebox="none">
6048 \begin_inset Text
6049
6050 \begin_layout Plain Layout
6051 this looks better:
6052 \end_layout
6053
6054 \end_inset
6055 </cell>
6056 <cell alignment="center" valignment="top" usebox="none">
6057 \begin_inset Text
6058
6059 \begin_layout Plain Layout
6060 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6061 \end_inset
6062
6063
6064 \end_layout
6065
6066 \end_inset
6067 </cell>
6068 </row>
6069 </lyxtabular>
6070
6071 \end_inset
6072
6073
6074 \end_layout
6075
6076 \begin_layout Standard
6077 For the second formula the command 
6078 \series bold
6079
6080 \backslash
6081 Big((A+B)(A-B)
6082 \backslash
6083 Big)^
6084 \begin_inset space \textvisiblespace{}
6085 \end_inset
6086
6087 C
6088 \series default
6089  has been used.
6090 \end_layout
6091
6092 \begin_layout Standard
6093 Here is an overview about all bracket sizes:
6094 \begin_inset Separator parbreak
6095 \end_inset
6096
6097
6098 \end_layout
6099
6100 \begin_layout Standard
6101 \align center
6102
6103 \backslash
6104 Bigg(
6105 \backslash
6106 exp
6107 \backslash
6108 bigg<
6109 \backslash
6110 Big[
6111 \backslash
6112 big{
6113 \backslash
6114 ln(3x)
6115 \backslash
6116 big}^2
6117 \begin_inset space \textvisiblespace{}
6118 \end_inset
6119
6120
6121 \backslash
6122 sin(x)
6123 \backslash
6124 Big]^
6125 \begin_inset space \textvisiblespace{}
6126 \end_inset
6127
6128 A
6129 \begin_inset space \textvisiblespace{}
6130 \end_inset
6131
6132
6133 \backslash
6134 bigg>
6135 \backslash
6136 Bigg)^0,5
6137 \end_layout
6138
6139 \begin_layout Standard
6140 \align center
6141 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6142 \end_inset
6143
6144
6145 \end_layout
6146
6147 \begin_layout Standard
6148 Besides the 
6149 \series bold
6150
6151 \backslash
6152 big
6153 \series default
6154 -commands there is the variant 
6155 \series bold
6156
6157 \backslash
6158 bigm
6159 \series default
6160
6161 \begin_inset Index idx
6162 status collapsed
6163
6164 \begin_layout Plain Layout
6165 Commands ! B ! 
6166 \backslash
6167 bigm
6168 \end_layout
6169
6170 \end_inset
6171
6172  that adds a bit more space between the bracket and its content, and the
6173  variant 
6174 \series bold
6175
6176 \backslash
6177 bigl
6178 \series default
6179 -
6180 \series bold
6181
6182 \backslash
6183 bigr
6184 \series default
6185
6186 \begin_inset Index idx
6187 status collapsed
6188
6189 \begin_layout Plain Layout
6190 Commands ! B ! 
6191 \backslash
6192 bigl - 
6193 \backslash
6194 bigr
6195 \end_layout
6196
6197 \end_inset
6198
6199 , that don't add additional space.
6200  The 
6201 \emph on
6202 l
6203 \emph default
6204  at the end of the command 
6205 \series bold
6206
6207 \backslash
6208 bigl
6209 \series default
6210  is for a left bracket; for a right bracket this will be replaced by an
6211  
6212 \emph on
6213 r
6214 \emph default
6215 .
6216  A left or right bracket can each be an opening or closing bracket.
6217 \end_layout
6218
6219 \begin_layout Standard
6220 In the following table is a comparison of the variants:
6221 \begin_inset Separator parbreak
6222 \end_inset
6223
6224
6225 \end_layout
6226
6227 \begin_layout Standard
6228 \align center
6229 \begin_inset Tabular
6230 <lyxtabular version="3" rows="5" columns="2">
6231 <features booktabs="true" tabularvalignment="middle">
6232 <column alignment="center" valignment="top" width="0pt">
6233 <column alignment="center" valignment="middle">
6234 <row>
6235 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239 Command
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248 Result
6249 \end_layout
6250
6251 \end_inset
6252 </cell>
6253 </row>
6254 <row topspace="2mm">
6255 <cell alignment="center" valignment="top" usebox="none">
6256 \begin_inset Text
6257
6258 \begin_layout Plain Layout
6259
6260 \backslash
6261 Bigm(
6262 \backslash
6263 bigm(
6264 \backslash
6265 ln(3x)
6266 \backslash
6267 bigm)^2
6268 \begin_inset space \textvisiblespace{}
6269 \end_inset
6270
6271
6272 \backslash
6273 Bigm)
6274 \end_layout
6275
6276 \end_inset
6277 </cell>
6278 <cell alignment="center" valignment="top" usebox="none">
6279 \begin_inset Text
6280
6281 \begin_layout Plain Layout
6282 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
6283 \end_inset
6284
6285
6286 \end_layout
6287
6288 \end_inset
6289 </cell>
6290 </row>
6291 <row topspace="2mm">
6292 <cell alignment="center" valignment="top" usebox="none">
6293 \begin_inset Text
6294
6295 \begin_layout Plain Layout
6296
6297 \backslash
6298 Big(
6299 \backslash
6300 big(
6301 \backslash
6302 ln(3x)
6303 \backslash
6304 big)^2
6305 \begin_inset space \textvisiblespace{}
6306 \end_inset
6307
6308
6309 \backslash
6310 Big)
6311 \end_layout
6312
6313 \end_inset
6314 </cell>
6315 <cell alignment="center" valignment="top" usebox="none">
6316 \begin_inset Text
6317
6318 \begin_layout Plain Layout
6319 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
6320 \end_inset
6321
6322
6323 \end_layout
6324
6325 \end_inset
6326 </cell>
6327 </row>
6328 <row topspace="2mm" bottomspace="0.5mm">
6329 <cell alignment="center" valignment="top" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333
6334 \backslash
6335 Bigl(
6336 \backslash
6337 bigl(
6338 \backslash
6339 ln(3x)
6340 \backslash
6341 bigr)^2
6342 \begin_inset space \textvisiblespace{}
6343 \end_inset
6344
6345
6346 \backslash
6347 Bigr)
6348 \end_layout
6349
6350 \end_inset
6351 </cell>
6352 <cell alignment="center" valignment="top" usebox="none">
6353 \begin_inset Text
6354
6355 \begin_layout Plain Layout
6356 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
6357 \end_inset
6358
6359
6360 \end_layout
6361
6362 \end_inset
6363 </cell>
6364 </row>
6365 <row topspace="1.5mm" bottomspace="0.5mm">
6366 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6367 \begin_inset Text
6368
6369 \begin_layout Plain Layout
6370
6371 \backslash
6372 bigl)
6373 \backslash
6374 ln(3x)
6375 \backslash
6376 bigr(
6377 \end_layout
6378
6379 \end_inset
6380 </cell>
6381 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6382 \begin_inset Text
6383
6384 \begin_layout Plain Layout
6385 \begin_inset Formula $\bigl)\ln(3x)\bigr($
6386 \end_inset
6387
6388
6389 \end_layout
6390
6391 \end_inset
6392 </cell>
6393 </row>
6394 </lyxtabular>
6395
6396 \end_inset
6397
6398
6399 \end_layout
6400
6401 \begin_layout Subsubsection
6402 Automatic Bracket Size
6403 \begin_inset CommandInset label
6404 LatexCommand label
6405 name "subsec:Automatic-Bracket-Size"
6406
6407 \end_inset
6408
6409
6410 \begin_inset Index idx
6411 status collapsed
6412
6413 \begin_layout Plain Layout
6414 Bracket size ! automatic
6415 \end_layout
6416
6417 \end_inset
6418
6419
6420 \end_layout
6421
6422 \begin_layout Standard
6423 Brackets with variable size can be inserted with the commands 
6424 \series bold
6425
6426 \backslash
6427 left
6428 \series default
6429
6430 \begin_inset Index idx
6431 status collapsed
6432
6433 \begin_layout Plain Layout
6434 Commands ! L ! 
6435 \backslash
6436 left
6437 \end_layout
6438
6439 \end_inset
6440
6441  and 
6442 \series bold
6443
6444 \backslash
6445 right
6446 \series default
6447
6448 \begin_inset Index idx
6449 status collapsed
6450
6451 \begin_layout Plain Layout
6452 Commands ! R ! 
6453 \backslash
6454 right
6455 \end_layout
6456
6457 \end_inset
6458
6459  or via the math toolbar button 
6460 \begin_inset Info
6461 type  "icon"
6462 arg   "dialog-show mathdelimiter"
6463 \end_inset
6464
6465 .
6466  Directly behind 
6467 \series bold
6468
6469 \backslash
6470 left
6471 \series default
6472  and 
6473 \series bold
6474
6475 \backslash
6476 right
6477 \series default
6478  the wanted bracket must be inserted.
6479  The bracket size will then automatically be calculated for the output.
6480 \begin_inset Separator parbreak
6481 \end_inset
6482
6483
6484 \end_layout
6485
6486 \begin_layout Standard
6487 \align center
6488 normal bracket: The command 
6489 \series bold
6490
6491 \backslash
6492 ln(
6493 \backslash
6494 frac
6495 \begin_inset space \textvisiblespace{}
6496 \end_inset
6497
6498 A
6499 \begin_inset Formula $\downarrow$
6500 \end_inset
6501
6502 C
6503 \begin_inset space \textvisiblespace{}
6504 \end_inset
6505
6506 )
6507 \series default
6508  creates
6509 \begin_inset Formula 
6510 \[
6511 \ln(\frac{A}{C})
6512 \]
6513
6514 \end_inset
6515
6516
6517 \end_layout
6518
6519 \begin_layout Standard
6520 \align center
6521 multiline bracket: The command 
6522 \series bold
6523
6524 \backslash
6525 ln
6526 \backslash
6527 left(
6528 \backslash
6529 frac
6530 \begin_inset space \textvisiblespace{}
6531 \end_inset
6532
6533 A
6534 \begin_inset Formula $\downarrow$
6535 \end_inset
6536
6537 C
6538 \begin_inset space \textvisiblespace{}
6539 \end_inset
6540
6541
6542 \backslash
6543 right)
6544 \series default
6545  creates
6546 \begin_inset Formula 
6547 \[
6548 \ln\left(\frac{A}{C}\right)
6549 \]
6550
6551 \end_inset
6552
6553
6554 \end_layout
6555
6556 \begin_layout Standard
6557 Instead of 
6558 \series bold
6559
6560 \backslash
6561 left
6562 \series default
6563  and 
6564 \series bold
6565
6566 \backslash
6567 right
6568 \series default
6569  the shortcut 
6570 \family sans
6571 Alt+M
6572 \begin_inset space ~
6573 \end_inset
6574
6575 Bracket
6576 \family default
6577  can be used.
6578  This has the advantage that you can see in \SpecialChar LyX
6579  immediately the real bracket
6580  size and that the matching right bracket will be created too.
6581 \begin_inset Newline newline
6582 \end_inset
6583
6584 The command for the last example would then be: 
6585 \series bold
6586
6587 \backslash
6588 ln Alt+M
6589 \series default
6590  
6591 \series bold
6592 (
6593 \backslash
6594 frac
6595 \begin_inset space \textvisiblespace{}
6596 \end_inset
6597
6598 A
6599 \begin_inset Formula $\downarrow$
6600 \end_inset
6601
6602 C
6603 \end_layout
6604
6605 \begin_layout Standard
6606 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6607  For example the command 
6608 \series bold
6609
6610 \backslash
6611 left.
6612 \backslash
6613 frac
6614 \begin_inset space \textvisiblespace{}
6615 \end_inset
6616
6617 A
6618 \begin_inset Formula $\downarrow$
6619 \end_inset
6620
6621 B
6622 \begin_inset space \textvisiblespace{}
6623 \end_inset
6624
6625
6626 \backslash
6627 right}
6628 \series default
6629  creates:
6630 \series bold
6631
6632 \begin_inset Formula 
6633 \[
6634 \left.\frac{A}{B}\right\} 
6635 \]
6636
6637 \end_inset
6638
6639
6640 \series default
6641 The commands 
6642 \series bold
6643
6644 \backslash
6645 left
6646 \series default
6647  and 
6648 \series bold
6649
6650 \backslash
6651 right
6652 \series default
6653  will be converted by \SpecialChar LyX
6654  to brackets in the right size when the document is
6655  reloaded and an omitted bracket will appear as dashed line.
6656 \end_layout
6657
6658 \begin_layout Standard
6659 \begin_inset VSpace bigskip
6660 \end_inset
6661
6662 Because all popular \SpecialChar LaTeX
6663  distributions use e\SpecialChar TeX
6664 , an extension to \SpecialChar LaTeX
6665 , the command
6666  
6667 \series bold
6668
6669 \backslash
6670 middle
6671 \series default
6672
6673 \begin_inset Index idx
6674 status collapsed
6675
6676 \begin_layout Plain Layout
6677 Commands ! M ! 
6678 \backslash
6679 middle
6680 \end_layout
6681
6682 \end_inset
6683
6684  is additionally available for all brackets and limits.
6685  With this command the height of the following character is adapted to the
6686  one of the surrounding brackets, what is e.
6687 \begin_inset space \thinspace{}
6688 \end_inset
6689
6690 g.
6691 \begin_inset space \space{}
6692 \end_inset
6693
6694 needed for physical vectors:
6695 \begin_inset Formula 
6696 \[
6697 \left\langle \phi\:\middle|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6698 \]
6699
6700 \end_inset
6701
6702 For physical vectors there is a special \SpecialChar LaTeX
6703 -package, described in 
6704 \begin_inset CommandInset ref
6705 LatexCommand ref
6706 reference "subsec:Physical-Vectors"
6707
6708 \end_inset
6709
6710 .
6711 \end_layout
6712
6713 \begin_layout Subsection
6714 Horizontal Brackets
6715 \begin_inset Index idx
6716 status collapsed
6717
6718 \begin_layout Plain Layout
6719 Brackets ! horizontal
6720 \end_layout
6721
6722 \end_inset
6723
6724
6725 \end_layout
6726
6727 \begin_layout Standard
6728 \align center
6729 \begin_inset Tabular
6730 <lyxtabular version="3" rows="4" columns="2">
6731 <features booktabs="true" tabularvalignment="middle">
6732 <column alignment="center" valignment="top" width="0pt">
6733 <column alignment="center" valignment="top" width="0pt">
6734 <row>
6735 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739 Command
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Plain Layout
6748 Result
6749 \end_layout
6750
6751 \end_inset
6752 </cell>
6753 </row>
6754 <row>
6755 <cell alignment="center" valignment="top" usebox="none">
6756 \begin_inset Text
6757
6758 \begin_layout Plain Layout
6759
6760 \backslash
6761 overbrace
6762 \begin_inset space \textvisiblespace{}
6763 \end_inset
6764
6765 A+B
6766 \begin_inset space \textvisiblespace{}
6767 \end_inset
6768
6769 ^3
6770 \begin_inset Index idx
6771 status collapsed
6772
6773 \begin_layout Plain Layout
6774 Commands ! O ! 
6775 \backslash
6776 overbrace
6777 \end_layout
6778
6779 \end_inset
6780
6781
6782 \end_layout
6783
6784 \end_inset
6785 </cell>
6786 <cell alignment="center" valignment="top" usebox="none">
6787 \begin_inset Text
6788
6789 \begin_layout Plain Layout
6790 \begin_inset Formula $\overbrace{A+B}^{3}$
6791 \end_inset
6792
6793
6794 \end_layout
6795
6796 \end_inset
6797 </cell>
6798 </row>
6799 <row topspace="2mm">
6800 <cell alignment="center" valignment="top" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Plain Layout
6804
6805 \backslash
6806 underbrace
6807 \begin_inset space \textvisiblespace{}
6808 \end_inset
6809
6810 A+B
6811 \begin_inset space \textvisiblespace{}
6812 \end_inset
6813
6814 _5
6815 \begin_inset Index idx
6816 status collapsed
6817
6818 \begin_layout Plain Layout
6819 Commands ! U ! 
6820 \backslash
6821 underbrace
6822 \end_layout
6823
6824 \end_inset
6825
6826
6827 \end_layout
6828
6829 \end_inset
6830 </cell>
6831 <cell alignment="center" valignment="top" usebox="none">
6832 \begin_inset Text
6833
6834 \begin_layout Plain Layout
6835 \begin_inset Formula $\underbrace{A+B}_{5}$
6836 \end_inset
6837
6838
6839 \end_layout
6840
6841 \end_inset
6842 </cell>
6843 </row>
6844 <row>
6845 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Plain Layout
6849
6850 \backslash
6851 overbrace
6852 \begin_inset space \textvisiblespace{}
6853 \end_inset
6854
6855
6856 \backslash
6857 underbrace
6858 \begin_inset space \textvisiblespace{}
6859 \end_inset
6860
6861 A+B_w
6862 \begin_inset space \textvisiblespace{}
6863 \end_inset
6864
6865
6866 \begin_inset space \textvisiblespace{}
6867 \end_inset
6868
6869 _7
6870 \begin_inset space \textvisiblespace{}
6871 \end_inset
6872
6873
6874 \begin_inset space \textvisiblespace{}
6875 \end_inset
6876
6877 ^
6878 \begin_inset space \textvisiblespace{}
6879 \end_inset
6880
6881 C
6882 \end_layout
6883
6884 \end_inset
6885 </cell>
6886 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6887 \begin_inset Text
6888
6889 \begin_layout Plain Layout
6890 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
6891 \end_inset
6892
6893
6894 \end_layout
6895
6896 \end_inset
6897 </cell>
6898 </row>
6899 </lyxtabular>
6900
6901 \end_inset
6902
6903
6904 \end_layout
6905
6906 \begin_layout Standard
6907 In the last example it doesn't matter if 
6908 \series bold
6909
6910 \backslash
6911 overbrace
6912 \series default
6913  or 
6914 \series bold
6915
6916 \backslash
6917 underbrace
6918 \series default
6919  is inserted at first.
6920 \end_layout
6921
6922 \begin_layout Standard
6923 \begin_inset VSpace medskip
6924 \end_inset
6925
6926
6927 \end_layout
6928
6929 \begin_layout Standard
6930 If you set in the document settings under 
6931 \family sans
6932 Math
6933 \begin_inset space ~
6934 \end_inset
6935
6936 Options
6937 \family default
6938  for the package 
6939 \series bold
6940 mathtools
6941 \series default
6942
6943 \begin_inset Index idx
6944 status collapsed
6945
6946 \begin_layout Plain Layout
6947 Packages ! mathtools
6948 \end_layout
6949
6950 \end_inset
6951
6952  the option 
6953 \family sans
6954 Load
6955 \begin_inset space ~
6956 \end_inset
6957
6958 always
6959 \family default
6960 , you have access to square backets:
6961 \begin_inset Separator parbreak
6962 \end_inset
6963
6964
6965 \end_layout
6966
6967 \begin_layout Standard
6968 \align center
6969 \begin_inset Tabular
6970 <lyxtabular version="3" rows="4" columns="2">
6971 <features booktabs="true" tabularvalignment="middle">
6972 <column alignment="center" valignment="top" width="0pt">
6973 <column alignment="center" valignment="top" width="0pt">
6974 <row>
6975 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6976 \begin_inset Text
6977
6978 \begin_layout Plain Layout
6979 Command
6980 \end_layout
6981
6982 \end_inset
6983 </cell>
6984 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6985 \begin_inset Text
6986
6987 \begin_layout Plain Layout
6988 Result
6989 \end_layout
6990
6991 \end_inset
6992 </cell>
6993 </row>
6994 <row>
6995 <cell alignment="center" valignment="top" usebox="none">
6996 \begin_inset Text
6997
6998 \begin_layout Plain Layout
6999
7000 \backslash
7001
7002 \family roman
7003 \series medium
7004 \shape up
7005 \size normal
7006 \emph off
7007 \bar no
7008 \strikeout off
7009 \uuline off
7010 \uwave off
7011 \noun off
7012 \color none
7013 overbracket
7014 \family default
7015 \series default
7016 \shape default
7017 \size default
7018 \emph default
7019 \bar default
7020 \strikeout default
7021 \uuline default
7022 \uwave default
7023 \noun default
7024 \color inherit
7025 {A+B
7026 \begin_inset space \textvisiblespace{}
7027 \end_inset
7028
7029 ^3
7030 \begin_inset Index idx
7031 status collapsed
7032
7033 \begin_layout Plain Layout
7034 Commands ! O ! 
7035 \backslash
7036 overbracket
7037 \end_layout
7038
7039 \end_inset
7040
7041
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 <cell alignment="center" valignment="top" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050 \begin_inset Formula $\overbracket{A+B}^{3}$
7051 \end_inset
7052
7053
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 </row>
7059 <row topspace="2mm">
7060 <cell alignment="center" valignment="top" usebox="none">
7061 \begin_inset Text
7062
7063 \begin_layout Plain Layout
7064
7065 \backslash
7066 under
7067 \family roman
7068 \series medium
7069 \shape up
7070 \size normal
7071 \emph off
7072 \bar no
7073 \strikeout off
7074 \uuline off
7075 \uwave off
7076 \noun off
7077 \color none
7078 bracket
7079 \family default
7080 \series default
7081 \shape default
7082 \size default
7083 \emph default
7084 \bar default
7085 \strikeout default
7086 \uuline default
7087 \uwave default
7088 \noun default
7089 \color inherit
7090 {A+B
7091 \begin_inset space \textvisiblespace{}
7092 \end_inset
7093
7094 _5
7095 \begin_inset Index idx
7096 status collapsed
7097
7098 \begin_layout Plain Layout
7099 Commands ! U ! 
7100 \backslash
7101 under
7102 \family roman
7103 \series medium
7104 \shape up
7105 \size normal
7106 \emph off
7107 \bar no
7108 \strikeout off
7109 \uuline off
7110 \uwave off
7111 \noun off
7112 \color none
7113 bracket
7114 \end_layout
7115
7116 \end_inset
7117
7118
7119 \end_layout
7120
7121 \end_inset
7122 </cell>
7123 <cell alignment="center" valignment="top" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127 \begin_inset Formula $\underbracket{A+B}_{5}$
7128 \end_inset
7129
7130
7131 \end_layout
7132
7133 \end_inset
7134 </cell>
7135 </row>
7136 <row>
7137 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Plain Layout
7141
7142 \backslash
7143 overbracket{
7144 \backslash
7145 underbracket{A+B_w
7146 \begin_inset space \textvisiblespace{}
7147 \end_inset
7148
7149
7150 \begin_inset space \textvisiblespace{}
7151 \end_inset
7152
7153 _7
7154 \begin_inset space \textvisiblespace{}
7155 \end_inset
7156
7157
7158 \begin_inset space \textvisiblespace{}
7159 \end_inset
7160
7161 ^
7162 \begin_inset space \textvisiblespace{}
7163 \end_inset
7164
7165 C
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7175 \end_inset
7176
7177
7178 \end_layout
7179
7180 \end_inset
7181 </cell>
7182 </row>
7183 </lyxtabular>
7184
7185 \end_inset
7186
7187
7188 \end_layout
7189
7190 \begin_layout Standard
7191 For 
7192 \series bold
7193
7194 \backslash
7195 overbracket
7196 \series default
7197  and 
7198 \series bold
7199
7200 \backslash
7201 underbracket
7202 \series default
7203  you can change the thickness of the bracket's stroke by specifying the
7204  desired thickness in square brackets behind the command:
7205 \begin_inset Separator parbreak
7206 \end_inset
7207
7208
7209 \end_layout
7210
7211 \begin_layout Standard
7212 \align center
7213 \begin_inset Tabular
7214 <lyxtabular version="3" rows="3" columns="2">
7215 <features booktabs="true" tabularvalignment="middle">
7216 <column alignment="center" valignment="top" width="0pt">
7217 <column alignment="center" valignment="top" width="0pt">
7218 <row>
7219 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7220 \begin_inset Text
7221
7222 \begin_layout Plain Layout
7223 Command
7224 \end_layout
7225
7226 \end_inset
7227 </cell>
7228 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7229 \begin_inset Text
7230
7231 \begin_layout Plain Layout
7232 Result
7233 \end_layout
7234
7235 \end_inset
7236 </cell>
7237 </row>
7238 <row>
7239 <cell alignment="center" valignment="top" usebox="none">
7240 \begin_inset Text
7241
7242 \begin_layout Plain Layout
7243
7244 \backslash
7245
7246 \family roman
7247 \series medium
7248 \shape up
7249 \size normal
7250 \emph off
7251 \bar no
7252 \strikeout off
7253 \uuline off
7254 \uwave off
7255 \noun off
7256 \color none
7257 overbracket
7258 \family default
7259 \series default
7260 \shape default
7261 \size default
7262 \emph default
7263 \bar default
7264 \strikeout default
7265 \uuline default
7266 \uwave default
7267 \noun default
7268 \color inherit
7269 [3pt]
7270 \backslash
7271 {A+B
7272 \begin_inset space \textvisiblespace{}
7273 \end_inset
7274
7275 ^3
7276 \end_layout
7277
7278 \end_inset
7279 </cell>
7280 <cell alignment="center" valignment="top" usebox="none">
7281 \begin_inset Text
7282
7283 \begin_layout Plain Layout
7284 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7285 \end_inset
7286
7287
7288 \end_layout
7289
7290 \end_inset
7291 </cell>
7292 </row>
7293 <row topspace="2mm">
7294 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7295 \begin_inset Text
7296
7297 \begin_layout Plain Layout
7298
7299 \backslash
7300 under
7301 \family roman
7302 \series medium
7303 \shape up
7304 \size normal
7305 \emph off
7306 \bar no
7307 \strikeout off
7308 \uuline off
7309 \uwave off
7310 \noun off
7311 \color none
7312 bracket
7313 \family default
7314 \series default
7315 \shape default
7316 \size default
7317 \emph default
7318 \bar default
7319 \strikeout default
7320 \uuline default
7321 \uwave default
7322 \noun default
7323 \color inherit
7324 [1pt]
7325 \backslash
7326 {A+B
7327 \begin_inset space \textvisiblespace{}
7328 \end_inset
7329
7330 _5
7331 \end_layout
7332
7333 \end_inset
7334 </cell>
7335 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7336 \begin_inset Text
7337
7338 \begin_layout Plain Layout
7339 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7340 \end_inset
7341
7342
7343 \end_layout
7344
7345 \end_inset
7346 </cell>
7347 </row>
7348 </lyxtabular>
7349
7350 \end_inset
7351
7352
7353 \end_layout
7354
7355 \begin_layout Standard
7356 \begin_inset VSpace bigskip
7357 \end_inset
7358
7359 When brackets should overlap each other, multiline formulas, as described
7360  in 
7361 \begin_inset CommandInset ref
7362 LatexCommand ref
7363 reference "sec:Multiline-Formulas"
7364
7365 \end_inset
7366
7367 , must be used:
7368 \begin_inset Formula 
7369 \begin{eqnarray*}
7370 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7371  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7372 \end{eqnarray*}
7373
7374 \end_inset
7375
7376 In the first row the formula is inserted together with the first brace.
7377  It is hereby important that the space command
7378 \begin_inset Foot
7379 status collapsed
7380
7381 \begin_layout Plain Layout
7382 Space commands are explained in 
7383 \begin_inset CommandInset ref
7384 LatexCommand ref
7385 reference "subsec:Predefined-Space"
7386
7387 \end_inset
7388
7389 .
7390 \end_layout
7391
7392 \end_inset
7393
7394  
7395 \series bold
7396
7397 \backslash
7398 :
7399 \series default
7400  is inserted before the first 
7401 \begin_inset Formula $d$
7402 \end_inset
7403
7404 , because the brace that ends behind the 
7405 \begin_inset Formula $q$
7406 \end_inset
7407
7408  prevents that the following 
7409 \begin_inset Quotes eld
7410 \end_inset
7411
7412 +
7413 \begin_inset Quotes erd
7414 \end_inset
7415
7416  is surrounded by space.
7417 \begin_inset Foot
7418 status collapsed
7419
7420 \begin_layout Plain Layout
7421 because a bracket is not handled as a character, see 
7422 \begin_inset CommandInset ref
7423 LatexCommand ref
7424 reference "subsec:Binary-Operators"
7425
7426 \end_inset
7427
7428
7429 \end_layout
7430
7431 \end_inset
7432
7433  In the second row the second brace is inserted.
7434  As it should begin before the 
7435 \begin_inset Formula $b$
7436 \end_inset
7437
7438 , first the command 
7439 \series bold
7440
7441 \backslash
7442 hphantom{gggg+
7443 \backslash
7444 :}
7445 \series default
7446  is inserted.
7447 \begin_inset Foot
7448 status collapsed
7449
7450 \begin_layout Plain Layout
7451 more about 
7452 \series bold
7453
7454 \backslash
7455 hphantom
7456 \series default
7457  see 
7458 \begin_inset CommandInset ref
7459 LatexCommand ref
7460 reference "subsec:Placeholders"
7461
7462 \end_inset
7463
7464
7465 \end_layout
7466
7467 \end_inset
7468
7469  This space is needed because the 
7470 \begin_inset Quotes eld
7471 \end_inset
7472
7473 +
7474 \begin_inset Quotes erd
7475 \end_inset
7476
7477  is also surrounded by space in the formula.
7478  The brace is placed under the command 
7479 \series bold
7480
7481 \backslash
7482 hphantom{bbqq+dddd}
7483 \series default
7484 .
7485 \end_layout
7486
7487 \begin_layout Standard
7488 It gets more complicated when brackets overlap each other above and under
7489  the formula, like in the following example:
7490 \begin_inset ERT
7491 status collapsed
7492
7493 \begin_layout Plain Layout
7494
7495
7496 \backslash
7497 setlength{
7498 \backslash
7499 jot}{-6pt}
7500 \end_layout
7501
7502 \end_inset
7503
7504
7505 \begin_inset Formula 
7506 \begin{eqnarray*}
7507  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7508 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7509 \end{eqnarray*}
7510
7511 \end_inset
7512
7513
7514 \begin_inset ERT
7515 status collapsed
7516
7517 \begin_layout Plain Layout
7518
7519
7520 \backslash
7521 setlength{
7522 \backslash
7523 jot}{3pt}
7524 \end_layout
7525
7526 \end_inset
7527
7528 The first formula row is the same as the second row of the previous example,
7529  with the difference that the brace is above.
7530  The second row contains the formula together with the second brace.
7531  To avoid that there is space between the upper brace in the first row and
7532  the formula, the row spacing needs to be reduced.
7533  This is not easily possible due to a bug in \SpecialChar LyX
7534 .
7535 \begin_inset Foot
7536 status collapsed
7537
7538 \begin_layout Plain Layout
7539 \begin_inset CommandInset href
7540 LatexCommand href
7541 name "LyX-bug #1505"
7542 target "http://www.lyx.org/trac/ticket/1505"
7543
7544 \end_inset
7545
7546
7547 \end_layout
7548
7549 \end_inset
7550
7551  As a solution for the problem, the global formula row separation 
7552 \series bold
7553
7554 \backslash
7555 jot
7556 \series default
7557
7558 \begin_inset Index idx
7559 status collapsed
7560
7561 \begin_layout Plain Layout
7562 Commands ! J ! 
7563 \backslash
7564 jot
7565 \end_layout
7566
7567 \end_inset
7568
7569  must be changed to -6
7570 \begin_inset space \thinspace{}
7571 \end_inset
7572
7573 pt before the formula with the command 
7574 \series bold
7575
7576 \backslash
7577 setlength{
7578 \backslash
7579 jot}{-6pt}
7580 \series default
7581  in \SpecialChar TeX
7582  mode.
7583  
7584 \series bold
7585
7586 \backslash
7587 jot
7588 \series default
7589  is set back after the formula to the standard value of 3
7590 \begin_inset space \thinspace{}
7591 \end_inset
7592
7593 pt using the same command.
7594  More about the row separation in formulas is explained in 
7595 \begin_inset CommandInset ref
7596 LatexCommand ref
7597 reference "subsec:Line-Separation"
7598
7599 \end_inset
7600
7601 .
7602 \end_layout
7603
7604 \begin_layout Section
7605 Arrows
7606 \begin_inset Index idx
7607 status collapsed
7608
7609 \begin_layout Plain Layout
7610 Arrows
7611 \end_layout
7612
7613 \end_inset
7614
7615
7616 \end_layout
7617
7618 \begin_layout Standard
7619 Arrows can be inserted via the math toolbar button 
7620 \begin_inset Info
7621 type  "icon"
7622 arg   "math-insert \\leftarrow"
7623 \end_inset
7624
7625  or the commands listed in the following subsections.
7626 \end_layout
7627
7628 \begin_layout Subsection
7629 Horizontal Arrows
7630 \begin_inset Index idx
7631 status collapsed
7632
7633 \begin_layout Plain Layout
7634 Arrows ! horizontal
7635 \end_layout
7636
7637 \end_inset
7638
7639
7640 \end_layout
7641
7642 \begin_layout Standard
7643 \begin_inset space \hfill{}
7644 \end_inset
7645
7646
7647 \begin_inset Tabular
7648 <lyxtabular version="3" rows="8" columns="2">
7649 <features booktabs="true" tabularvalignment="middle">
7650 <column alignment="center" valignment="top" width="0pt">
7651 <column alignment="center" valignment="top" width="0pt">
7652 <row>
7653 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7654 \begin_inset Text
7655
7656 \begin_layout Plain Layout
7657 Command
7658 \end_layout
7659
7660 \end_inset
7661 </cell>
7662 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7663 \begin_inset Text
7664
7665 \begin_layout Plain Layout
7666 Result
7667 \end_layout
7668
7669 \end_inset
7670 </cell>
7671 </row>
7672 <row>
7673 <cell alignment="center" valignment="top" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Plain Layout
7677
7678 \backslash
7679 gets
7680 \end_layout
7681
7682 \end_inset
7683 </cell>
7684 <cell alignment="center" valignment="top" usebox="none">
7685 \begin_inset Text
7686
7687 \begin_layout Plain Layout
7688 \begin_inset Formula $\gets$
7689 \end_inset
7690
7691
7692 \end_layout
7693
7694 \end_inset
7695 </cell>
7696 </row>
7697 <row>
7698 <cell alignment="center" valignment="top" usebox="none">
7699 \begin_inset Text
7700
7701 \begin_layout Plain Layout
7702
7703 \backslash
7704 Leftarrow
7705 \end_layout
7706
7707 \end_inset
7708 </cell>
7709 <cell alignment="center" valignment="top" usebox="none">
7710 \begin_inset Text
7711
7712 \begin_layout Plain Layout
7713 \begin_inset Formula $\Leftarrow$
7714 \end_inset
7715
7716
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 </row>
7722 <row>
7723 <cell alignment="center" valignment="top" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Plain Layout
7727
7728 \backslash
7729 longleftarrow
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 <cell alignment="center" valignment="top" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Plain Layout
7738 \begin_inset Formula $\longleftarrow$
7739 \end_inset
7740
7741
7742 \end_layout
7743
7744 \end_inset
7745 </cell>
7746 </row>
7747 <row>
7748 <cell alignment="center" valignment="top" usebox="none">
7749 \begin_inset Text
7750
7751 \begin_layout Plain Layout
7752
7753 \backslash
7754 Longleftarrow
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 <cell alignment="center" valignment="top" usebox="none">
7760 \begin_inset Text
7761
7762 \begin_layout Plain Layout
7763 \begin_inset Formula $\Longleftarrow$
7764 \end_inset
7765
7766
7767 \end_layout
7768
7769 \end_inset
7770 </cell>
7771 </row>
7772 <row>
7773 <cell alignment="center" valignment="top" usebox="none">
7774 \begin_inset Text
7775
7776 \begin_layout Plain Layout
7777
7778 \backslash
7779 leftharpoonup
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 <cell alignment="center" valignment="top" usebox="none">
7785 \begin_inset Text
7786
7787 \begin_layout Plain Layout
7788 \begin_inset Formula $\leftharpoonup$
7789 \end_inset
7790
7791
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 </row>
7797 <row>
7798 <cell alignment="center" valignment="top" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802
7803 \backslash
7804 leftharpoondown
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 <cell alignment="center" valignment="top" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Plain Layout
7813 \begin_inset Formula $\leftharpoondown$
7814 \end_inset
7815
7816
7817 \end_layout
7818
7819 \end_inset
7820 </cell>
7821 </row>
7822 <row>
7823 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7824 \begin_inset Text
7825
7826 \begin_layout Plain Layout
7827
7828 \backslash
7829 hookleftarrow
7830 \end_layout
7831
7832 \end_inset
7833 </cell>
7834 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7835 \begin_inset Text
7836
7837 \begin_layout Plain Layout
7838 \begin_inset Formula $\hookleftarrow$
7839 \end_inset
7840
7841
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 </row>
7847 </lyxtabular>
7848
7849 \end_inset
7850
7851
7852 \begin_inset space \hfill{}
7853 \end_inset
7854
7855
7856 \begin_inset Tabular
7857 <lyxtabular version="3" rows="8" columns="2">
7858 <features booktabs="true" tabularvalignment="middle">
7859 <column alignment="center" valignment="top" width="0pt">
7860 <column alignment="center" valignment="top" width="0pt">
7861 <row>
7862 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866 Command
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875 Result
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 </row>
7881 <row>
7882 <cell alignment="center" valignment="top" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886
7887 \backslash
7888 to
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 <cell alignment="center" valignment="top" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Plain Layout
7897 \begin_inset Formula $\to$
7898 \end_inset
7899
7900
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 </row>
7906 <row>
7907 <cell alignment="center" valignment="top" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911
7912 \backslash
7913 Rightarrow
7914 \end_layout
7915
7916 \end_inset
7917 </cell>
7918 <cell alignment="center" valignment="top" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922 \begin_inset Formula $\Rightarrow$
7923 \end_inset
7924
7925
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 </row>
7931 <row>
7932 <cell alignment="center" valignment="top" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936
7937 \backslash
7938 longrightarrow
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 <cell alignment="center" valignment="top" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947 \begin_inset Formula $\longrightarrow$
7948 \end_inset
7949
7950
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 </row>
7956 <row>
7957 <cell alignment="center" valignment="top" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Plain Layout
7961
7962 \backslash
7963 Longrightarrow
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 <cell alignment="center" valignment="top" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Plain Layout
7972 \begin_inset Formula $\Longrightarrow$
7973 \end_inset
7974
7975
7976 \end_layout
7977
7978 \end_inset
7979 </cell>
7980 </row>
7981 <row>
7982 <cell alignment="center" valignment="top" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986
7987 \backslash
7988 rightharpoonup
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 <cell alignment="center" valignment="top" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997 \begin_inset Formula $\rightharpoonup$
7998 \end_inset
7999
8000
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 </row>
8006 <row>
8007 <cell alignment="center" valignment="top" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011
8012 \backslash
8013 rightharpoondown
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 <cell alignment="center" valignment="top" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022 \begin_inset Formula $\rightharpoondown$
8023 \end_inset
8024
8025
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 </row>
8031 <row>
8032 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036
8037 \backslash
8038 hookrightarrow
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047 \begin_inset Formula $\hookrightarrow$
8048 \end_inset
8049
8050
8051 \end_layout
8052
8053 \end_inset
8054 </cell>
8055 </row>
8056 </lyxtabular>
8057
8058 \end_inset
8059
8060
8061 \begin_inset space \hfill{}
8062 \end_inset
8063
8064
8065 \end_layout
8066
8067 \begin_layout Standard
8068 \begin_inset space \hfill{}
8069 \end_inset
8070
8071
8072 \begin_inset Tabular
8073 <lyxtabular version="3" rows="6" columns="2">
8074 <features booktabs="true" tabularvalignment="middle">
8075 <column alignment="center" valignment="top" width="0pt">
8076 <column alignment="center" valignment="top" width="0pt">
8077 <row>
8078 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082 Command
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091 Result
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 </row>
8097 <row>
8098 <cell alignment="center" valignment="top" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102
8103 \backslash
8104 leftrightarrow
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 <cell alignment="center" valignment="top" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113 \begin_inset Formula $\leftrightarrow$
8114 \end_inset
8115
8116
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 </row>
8122 <row>
8123 <cell alignment="center" valignment="top" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127
8128 \backslash
8129 Leftrightarrow
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 <cell alignment="center" valignment="top" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138 \begin_inset Formula $\Leftrightarrow$
8139 \end_inset
8140
8141
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 </row>
8147 <row>
8148 <cell alignment="center" valignment="top" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152
8153 \backslash
8154 longleftrightarrow
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163 \begin_inset Formula $\longleftrightarrow$
8164 \end_inset
8165
8166
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 </row>
8172 <row>
8173 <cell alignment="center" valignment="top" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177
8178 \backslash
8179 Longleftrightarrow
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 <cell alignment="center" valignment="top" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188 \begin_inset Formula $\Longleftrightarrow$
8189 \end_inset
8190
8191
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 </row>
8197 <row>
8198 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202
8203 \backslash
8204 rightleftharpoons
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213 \begin_inset Formula $\rightleftharpoons$
8214 \end_inset
8215
8216
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 </row>
8222 </lyxtabular>
8223
8224 \end_inset
8225
8226
8227 \begin_inset space \hspace{}
8228 \length 25pt
8229 \end_inset
8230
8231
8232 \begin_inset space \hfill{}
8233 \end_inset
8234
8235
8236 \begin_inset Tabular
8237 <lyxtabular version="3" rows="5" columns="2">
8238 <features booktabs="true" tabularvalignment="middle">
8239 <column alignment="center" valignment="top" width="0pt">
8240 <column alignment="center" valignment="top" width="0pt">
8241 <row>
8242 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246 Command
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255 Result
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 </row>
8261 <row>
8262 <cell alignment="center" valignment="top" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266
8267 \backslash
8268 mapsto
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 <cell alignment="center" valignment="top" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277 \begin_inset Formula $\mapsto$
8278 \end_inset
8279
8280
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 </row>
8286 <row>
8287 <cell alignment="center" valignment="top" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291
8292 \backslash
8293 longmapsto
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 <cell alignment="center" valignment="top" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302 \begin_inset Formula $\longmapsto$
8303 \end_inset
8304
8305
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 </row>
8311 <row>
8312 <cell alignment="center" valignment="top" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316
8317 \backslash
8318 leadsto
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 <cell alignment="center" valignment="top" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327 \begin_inset Formula $\leadsto$
8328 \end_inset
8329
8330
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 </row>
8336 <row>
8337 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341
8342 \backslash
8343 dasharrow
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352 \begin_inset Formula $\dasharrow$
8353 \end_inset
8354
8355
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 </row>
8361 </lyxtabular>
8362
8363 \end_inset
8364
8365
8366 \begin_inset space \hfill{}
8367 \end_inset
8368
8369
8370 \end_layout
8371
8372 \begin_layout Standard
8373 \begin_inset VSpace medskip
8374 \end_inset
8375
8376 Arrows used as accents like e.
8377 \begin_inset space \thinspace{}
8378 \end_inset
8379
8380 g.
8381 \begin_inset space \space{}
8382 \end_inset
8383
8384 vector arrows are listed in 
8385 \begin_inset CommandInset ref
8386 LatexCommand ref
8387 reference "sec:Accents"
8388
8389 \end_inset
8390
8391 .
8392 \end_layout
8393
8394 \begin_layout Standard
8395 \begin_inset VSpace bigskip
8396 \end_inset
8397
8398 Furthermore there are the labeled arrows
8399 \begin_inset Index idx
8400 status collapsed
8401
8402 \begin_layout Plain Layout
8403 Arrows ! labeled
8404 \end_layout
8405
8406 \end_inset
8407
8408  
8409 \series bold
8410
8411 \backslash
8412 xleftarrow
8413 \series default
8414
8415 \begin_inset Index idx
8416 status collapsed
8417
8418 \begin_layout Plain Layout
8419 Commands ! X ! 
8420 \backslash
8421 xleftarrow
8422 \end_layout
8423
8424 \end_inset
8425
8426  and 
8427 \series bold
8428
8429 \backslash
8430 xrightarrow
8431 \series default
8432
8433 \begin_inset Index idx
8434 status collapsed
8435
8436 \begin_layout Plain Layout
8437 Commands ! X ! 
8438 \backslash
8439 xrightarrow
8440 \begin_inset ERT
8441 status collapsed
8442
8443 \begin_layout Plain Layout
8444
8445
8446 \backslash
8447 vspace{4mm}
8448 \end_layout
8449
8450 \end_inset
8451
8452
8453 \end_layout
8454
8455 \end_inset
8456
8457 .
8458  When inserting one of these commands in a formula, an arrow with two blue
8459  boxes appear where the label can be inserted.
8460  The length of the arrow adapts to the label width.
8461 \end_layout
8462
8463 \begin_layout Standard
8464 \align center
8465 \begin_inset Tabular
8466 <lyxtabular version="3" rows="3" columns="2">
8467 <features booktabs="true" tabularvalignment="middle">
8468 <column alignment="center" valignment="top" width="0pt">
8469 <column alignment="center" valignment="top" width="0pt">
8470 <row>
8471 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475 Command
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484 Result
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 </row>
8490 <row>
8491 <cell alignment="center" valignment="top" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 F(a)
8496 \backslash
8497 xleftarrow
8498 \begin_inset space \textvisiblespace{}
8499 \end_inset
8500
8501 x=a
8502 \begin_inset Formula $\downarrow$
8503 \end_inset
8504
8505 x>0
8506 \begin_inset Formula $\to$
8507 \end_inset
8508
8509 F(x)
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 <cell alignment="center" valignment="top" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
8519 \end_inset
8520
8521
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 </row>
8527 <row topspace="2mm">
8528 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532 F(x)
8533 \backslash
8534 xrightarrow
8535 \begin_inset space \textvisiblespace{}
8536 \end_inset
8537
8538 x=a
8539 \begin_inset Formula $\downarrow$
8540 \end_inset
8541
8542 x>0
8543 \begin_inset Formula $\to$
8544 \end_inset
8545
8546 F(a)
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
8556 \end_inset
8557
8558
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 </row>
8564 </lyxtabular>
8565
8566 \end_inset
8567
8568
8569 \end_layout
8570
8571 \begin_layout Standard
8572 \begin_inset VSpace medskip
8573 \end_inset
8574
8575
8576 \end_layout
8577
8578 \begin_layout Standard
8579 If you set in the document settings under 
8580 \family sans
8581 Math
8582 \begin_inset space ~
8583 \end_inset
8584
8585 Options
8586 \family default
8587  for the package 
8588 \series bold
8589 mathtools
8590 \series default
8591
8592 \begin_inset Index idx
8593 status collapsed
8594
8595 \begin_layout Plain Layout
8596 Packages ! mathtools
8597 \end_layout
8598
8599 \end_inset
8600
8601  the option 
8602 \family sans
8603 Load
8604 \begin_inset space ~
8605 \end_inset
8606
8607 always
8608 \family default
8609 , you have access to the following labeled arrows:
8610 \end_layout
8611
8612 \begin_layout Standard
8613 \begin_inset Newpage newpage
8614 \end_inset
8615
8616
8617 \begin_inset Separator parbreak
8618 \end_inset
8619
8620
8621 \end_layout
8622
8623 \begin_layout Standard
8624 \align center
8625 \begin_inset space \hspace*{\fill}
8626 \end_inset
8627
8628
8629 \begin_inset Tabular
8630 <lyxtabular version="3" rows="7" columns="2">
8631 <features booktabs="true" tabularvalignment="middle">
8632 <column alignment="center" valignment="top" width="0pt">
8633 <column alignment="center" valignment="top" width="0pt">
8634 <row>
8635 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639 Command
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648 Example
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 </row>
8654 <row>
8655 <cell alignment="center" valignment="top" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659
8660 \family roman
8661 \series medium
8662 \shape up
8663 \size normal
8664 \emph off
8665 \bar no
8666 \strikeout off
8667 \uuline off
8668 \uwave off
8669 \noun off
8670 \color none
8671
8672 \backslash
8673 xleftrightarrow
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 <cell alignment="center" valignment="top" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
8683 \end_inset
8684
8685
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 </row>
8691 <row topspace="2mm">
8692 <cell alignment="center" valignment="top" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696
8697 \family roman
8698 \series medium
8699 \shape up
8700 \size normal
8701 \emph off
8702 \bar no
8703 \strikeout off
8704 \uuline off
8705 \uwave off
8706 \noun off
8707 \color none
8708
8709 \backslash
8710 xLeftarrow
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
8720 \end_inset
8721
8722
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 </row>
8728 <row topspace="2mm">
8729 <cell alignment="center" valignment="top" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733
8734 \backslash
8735
8736 \family roman
8737 \series medium
8738 \shape up
8739 \size normal
8740 \emph off
8741 \bar no
8742 \strikeout off
8743 \uuline off
8744 \uwave off
8745 \noun off
8746 \color none
8747 xRightarrow
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 <cell alignment="center" valignment="top" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
8757 \end_inset
8758
8759
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 </row>
8765 <row topspace="2mm">
8766 <cell alignment="center" valignment="top" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770
8771 \backslash
8772
8773 \family roman
8774 \series medium
8775 \shape up
8776 \size normal
8777 \emph off
8778 \bar no
8779 \strikeout off
8780 \uuline off
8781 \uwave off
8782 \noun off
8783 \color none
8784 xLeftrightarrow
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 <cell alignment="center" valignment="top" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
8794 \end_inset
8795
8796
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 </row>
8802 <row topspace="2mm">
8803 <cell alignment="center" valignment="top" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807
8808 \family roman
8809 \series medium
8810 \shape up
8811 \size normal
8812 \emph off
8813 \bar no
8814 \strikeout off
8815 \uuline off
8816 \uwave off
8817 \noun off
8818 \color none
8819
8820 \backslash
8821 xhookleftarrow
8822 \end_layout
8823
8824 \end_inset
8825 </cell>
8826 <cell alignment="center" valignment="top" usebox="none">
8827 \begin_inset Text
8828
8829 \begin_layout Plain Layout
8830 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
8831 \end_inset
8832
8833
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 </row>
8839 <row topspace="2mm">
8840 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844
8845 \family roman
8846 \series medium
8847 \shape up
8848 \size normal
8849 \emph off
8850 \bar no
8851 \strikeout off
8852 \uuline off
8853 \uwave off
8854 \noun off
8855 \color none
8856
8857 \backslash
8858 xhookrightarrow
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Plain Layout
8867 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
8868 \end_inset
8869
8870
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 </row>
8876 </lyxtabular>
8877
8878 \end_inset
8879
8880
8881 \begin_inset space \hspace*{\fill}
8882 \end_inset
8883
8884
8885 \begin_inset Tabular
8886 <lyxtabular version="3" rows="7" columns="2">
8887 <features booktabs="true" tabularvalignment="middle">
8888 <column alignment="center" valignment="top" width="0pt">
8889 <column alignment="center" valignment="top" width="0pt">
8890 <row>
8891 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895 Command
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904 Example
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 </row>
8910 <row>
8911 <cell alignment="center" valignment="top" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915
8916 \backslash
8917
8918 \family roman
8919 \series medium
8920 \shape up
8921 \size normal
8922 \emph off
8923 \bar no
8924 \strikeout off
8925 \uuline off
8926 \uwave off
8927 \noun off
8928 \color none
8929 xleftharpoondown
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 <cell alignment="center" valignment="top" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
8939 \end_inset
8940
8941
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 </row>
8947 <row topspace="2mm">
8948 <cell alignment="center" valignment="top" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952
8953 \backslash
8954
8955 \family roman
8956 \series medium
8957 \shape up
8958 \size normal
8959 \emph off
8960 \bar no
8961 \strikeout off
8962 \uuline off
8963 \uwave off
8964 \noun off
8965 \color none
8966 xleftharpoonup
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 <cell alignment="center" valignment="top" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
8976 \end_inset
8977
8978
8979 \end_layout
8980
8981 \end_inset
8982 </cell>
8983 </row>
8984 <row topspace="2mm">
8985 <cell alignment="center" valignment="top" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989
8990 \backslash
8991
8992 \family roman
8993 \series medium
8994 \shape up
8995 \size normal
8996 \emph off
8997 \bar no
8998 \strikeout off
8999 \uuline off
9000 \uwave off
9001 \noun off
9002 \color none
9003 xrightharpoondown
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 <cell alignment="center" valignment="top" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
9013 \end_inset
9014
9015
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 </row>
9021 <row topspace="2mm">
9022 <cell alignment="center" valignment="top" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026
9027 \backslash
9028
9029 \family roman
9030 \series medium
9031 \shape up
9032 \size normal
9033 \emph off
9034 \bar no
9035 \strikeout off
9036 \uuline off
9037 \uwave off
9038 \noun off
9039 \color none
9040 xrightharpoonup
9041 \end_layout
9042
9043 \end_inset
9044 </cell>
9045 <cell alignment="center" valignment="top" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
9050 \end_inset
9051
9052
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 </row>
9058 <row topspace="2mm">
9059 <cell alignment="center" valignment="top" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063
9064 \backslash
9065
9066 \family roman
9067 \series medium
9068 \shape up
9069 \size normal
9070 \emph off
9071 \bar no
9072 \strikeout off
9073 \uuline off
9074 \uwave off
9075 \noun off
9076 \color none
9077 xleftrightharpoons
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 <cell alignment="center" valignment="top" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
9087 \end_inset
9088
9089
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 </row>
9095 <row topspace="2mm">
9096 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100
9101 \backslash
9102
9103 \family roman
9104 \series medium
9105 \shape up
9106 \size normal
9107 \emph off
9108 \bar no
9109 \strikeout off
9110 \uuline off
9111 \uwave off
9112 \noun off
9113 \color none
9114 xrightleftharpoons
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
9124 \end_inset
9125
9126
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 </row>
9132 </lyxtabular>
9133
9134 \end_inset
9135
9136
9137 \begin_inset space \hspace*{\fill}
9138 \end_inset
9139
9140
9141 \end_layout
9142
9143 \begin_layout Standard
9144 The command scheme is for all these arrows:
9145 \begin_inset Separator parbreak
9146 \end_inset
9147
9148
9149 \end_layout
9150
9151 \begin_layout Standard
9152 \align center
9153 \begin_inset Tabular
9154 <lyxtabular version="3" rows="2" columns="2">
9155 <features booktabs="true" tabularvalignment="middle">
9156 <column alignment="center" valignment="top" width="0pt">
9157 <column alignment="center" valignment="top" width="0pt">
9158 <row>
9159 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163 Command
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172 Result
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 </row>
9178 <row bottomspace="0.5mm">
9179 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183 F(a)
9184 \backslash
9185 xleftrightarrow[x=a]
9186 \backslash
9187 {x>0
9188 \begin_inset Formula $\to$
9189 \end_inset
9190
9191 F(x)
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
9201 \end_inset
9202
9203
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 </row>
9209 </lyxtabular>
9210
9211 \end_inset
9212
9213
9214 \end_layout
9215
9216 \begin_layout Subsection
9217 Vertical and diagonal Arrows
9218 \begin_inset Index idx
9219 status collapsed
9220
9221 \begin_layout Plain Layout
9222 Arrows ! diagonal
9223 \end_layout
9224
9225 \end_inset
9226
9227
9228 \begin_inset Index idx
9229 status collapsed
9230
9231 \begin_layout Plain Layout
9232 Arrows ! vertical
9233 \end_layout
9234
9235 \end_inset
9236
9237
9238 \end_layout
9239
9240 \begin_layout Standard
9241 \begin_inset space \hfill{}
9242 \end_inset
9243
9244
9245 \begin_inset Tabular
9246 <lyxtabular version="3" rows="7" columns="2">
9247 <features booktabs="true" tabularvalignment="middle">
9248 <column alignment="center" valignment="top" width="0pt">
9249 <column alignment="center" valignment="top" width="0pt">
9250 <row>
9251 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9252 \begin_inset Text
9253
9254 \begin_layout Plain Layout
9255 Command
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264 Result
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 </row>
9270 <row>
9271 <cell alignment="center" valignment="top" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275
9276 \backslash
9277 uparrow
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 <cell alignment="center" valignment="top" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286 \begin_inset Formula $\uparrow$
9287 \end_inset
9288
9289
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 </row>
9295 <row>
9296 <cell alignment="center" valignment="top" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Plain Layout
9300
9301 \backslash
9302 Uparrow
9303 \end_layout
9304
9305 \end_inset
9306 </cell>
9307 <cell alignment="center" valignment="top" usebox="none">
9308 \begin_inset Text
9309
9310 \begin_layout Plain Layout
9311 \begin_inset Formula $\Uparrow$
9312 \end_inset
9313
9314
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 </row>
9320 <row>
9321 <cell alignment="center" valignment="top" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325
9326 \backslash
9327 updownarrow
9328 \end_layout
9329
9330 \end_inset
9331 </cell>
9332 <cell alignment="center" valignment="top" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Plain Layout
9336 \begin_inset Formula $\updownarrow$
9337 \end_inset
9338
9339
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 </row>
9345 <row>
9346 <cell alignment="center" valignment="top" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350
9351 \backslash
9352 Updownarrow
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 <cell alignment="center" valignment="top" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361 \begin_inset Formula $\Updownarrow$
9362 \end_inset
9363
9364
9365 \end_layout
9366
9367 \end_inset
9368 </cell>
9369 </row>
9370 <row>
9371 <cell alignment="center" valignment="top" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375
9376 \backslash
9377 Downarrow
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 <cell alignment="center" valignment="top" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386 \begin_inset Formula $\Downarrow$
9387 \end_inset
9388
9389
9390 \end_layout
9391
9392 \end_inset
9393 </cell>
9394 </row>
9395 <row>
9396 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9397 \begin_inset Text
9398
9399 \begin_layout Plain Layout
9400
9401 \backslash
9402 downarrow
9403 \end_layout
9404
9405 \end_inset
9406 </cell>
9407 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9408 \begin_inset Text
9409
9410 \begin_layout Plain Layout
9411 \begin_inset Formula $\downarrow$
9412 \end_inset
9413
9414
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 </row>
9420 </lyxtabular>
9421
9422 \end_inset
9423
9424
9425 \begin_inset space \hfill{}
9426 \end_inset
9427
9428
9429 \begin_inset Tabular
9430 <lyxtabular version="3" rows="5" columns="2">
9431 <features booktabs="true" tabularvalignment="middle">
9432 <column alignment="center" valignment="top" width="0pt">
9433 <column alignment="center" valignment="top" width="0pt">
9434 <row>
9435 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9436 \begin_inset Text
9437
9438 \begin_layout Plain Layout
9439 Command
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Plain Layout
9448 Result
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 </row>
9454 <row>
9455 <cell alignment="center" valignment="top" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Plain Layout
9459
9460 \backslash
9461 nearrow
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 <cell alignment="center" valignment="top" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Plain Layout
9470 \begin_inset Formula $\nearrow$
9471 \end_inset
9472
9473
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 </row>
9479 <row>
9480 <cell alignment="center" valignment="top" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484
9485 \backslash
9486 searrow
9487 \end_layout
9488
9489 \end_inset
9490 </cell>
9491 <cell alignment="center" valignment="top" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495 \begin_inset Formula $\searrow$
9496 \end_inset
9497
9498
9499 \end_layout
9500
9501 \end_inset
9502 </cell>
9503 </row>
9504 <row>
9505 <cell alignment="center" valignment="top" usebox="none">
9506 \begin_inset Text
9507
9508 \begin_layout Plain Layout
9509
9510 \backslash
9511 swarrow
9512 \end_layout
9513
9514 \end_inset
9515 </cell>
9516 <cell alignment="center" valignment="top" usebox="none">
9517 \begin_inset Text
9518
9519 \begin_layout Plain Layout
9520 \begin_inset Formula $\swarrow$
9521 \end_inset
9522
9523
9524 \end_layout
9525
9526 \end_inset
9527 </cell>
9528 </row>
9529 <row>
9530 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9531 \begin_inset Text
9532
9533 \begin_layout Plain Layout
9534
9535 \backslash
9536 nwarrow
9537 \end_layout
9538
9539 \end_inset
9540 </cell>
9541 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9542 \begin_inset Text
9543
9544 \begin_layout Plain Layout
9545 \begin_inset Formula $\nwarrow$
9546 \end_inset
9547
9548
9549 \end_layout
9550
9551 \end_inset
9552 </cell>
9553 </row>
9554 </lyxtabular>
9555
9556 \end_inset
9557
9558
9559 \begin_inset space \hfill{}
9560 \end_inset
9561
9562
9563 \end_layout
9564
9565 \begin_layout Standard
9566 \begin_inset VSpace medskip
9567 \end_inset
9568
9569 Vertical arrows can be used also as delimiters together with the commands
9570  described in 
9571 \begin_inset CommandInset ref
9572 LatexCommand ref
9573 reference "subsec:Manual-Bracket-Size"
9574
9575 \end_inset
9576
9577  and 
9578 \begin_inset CommandInset ref
9579 LatexCommand ref
9580 reference "subsec:Automatic-Bracket-Size"
9581
9582 \end_inset
9583
9584 .
9585 \end_layout
9586
9587 \begin_layout Section
9588 Accents
9589 \begin_inset CommandInset label
9590 LatexCommand label
9591 name "sec:Accents"
9592
9593 \end_inset
9594
9595
9596 \begin_inset Index idx
9597 status collapsed
9598
9599 \begin_layout Plain Layout
9600 Accents
9601 \end_layout
9602
9603 \end_inset
9604
9605
9606 \end_layout
9607
9608 \begin_layout Standard
9609 Accents can be inserted via the math toolbar button 
9610 \begin_inset Info
9611 type  "icon"
9612 arg   "math-insert \\hat"
9613 \end_inset
9614
9615  or the commands listed in the following subsections.
9616 \end_layout
9617
9618 \begin_layout Subsection
9619 Accents for one Character
9620 \begin_inset ERT
9621 status collapsed
9622
9623 \begin_layout Plain Layout
9624
9625
9626 \backslash
9627 texorpdfstring{
9628 \end_layout
9629
9630 \end_inset
9631
9632
9633 \begin_inset Foot
9634 status collapsed
9635
9636 \begin_layout Plain Layout
9637 accents in text see 
9638 \begin_inset CommandInset ref
9639 LatexCommand ref
9640 reference "subsec:Accents-in-Text"
9641
9642 \end_inset
9643
9644
9645 \end_layout
9646
9647 \end_inset
9648
9649
9650 \begin_inset ERT
9651 status collapsed
9652
9653 \begin_layout Plain Layout
9654
9655 }{}
9656 \end_layout
9657
9658 \end_inset
9659
9660
9661 \begin_inset Note Note
9662 status collapsed
9663
9664 \begin_layout Plain Layout
9665
9666 \series bold
9667
9668 \backslash
9669 texorpdfstring
9670 \series default
9671  is used to avoid that the footnote appears in the PDF-bookmark.
9672 \end_layout
9673
9674 \begin_layout Plain Layout
9675 More about 
9676 \series bold
9677
9678 \backslash
9679 texorpdfstring
9680 \series default
9681  is in section 
9682 \begin_inset CommandInset ref
9683 LatexCommand ref
9684 reference "subsec:Formulas-in-Section"
9685
9686 \end_inset
9687
9688 .
9689 \end_layout
9690
9691 \end_inset
9692
9693
9694 \begin_inset CommandInset label
9695 LatexCommand label
9696 name "subsec:Accents-for-one"
9697
9698 \end_inset
9699
9700
9701 \begin_inset Index idx
9702 status collapsed
9703
9704 \begin_layout Plain Layout
9705 Accents ! for one character
9706 \end_layout
9707
9708 \end_inset
9709
9710
9711 \end_layout
9712
9713 \begin_layout Standard
9714 \begin_inset space \hfill{}
9715 \end_inset
9716
9717
9718 \begin_inset Tabular
9719 <lyxtabular version="3" rows="8" columns="2">
9720 <features booktabs="true" tabularvalignment="middle">
9721 <column alignment="center" valignment="top" width="0pt">
9722 <column alignment="center" valignment="top" width="0pt">
9723 <row>
9724 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9725 \begin_inset Text
9726
9727 \begin_layout Plain Layout
9728 Command
9729 \end_layout
9730
9731 \end_inset
9732 </cell>
9733 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9734 \begin_inset Text
9735
9736 \begin_layout Plain Layout
9737 Result
9738 \end_layout
9739
9740 \end_inset
9741 </cell>
9742 </row>
9743 <row topspace="1.5mm">
9744 <cell alignment="center" valignment="top" usebox="none">
9745 \begin_inset Text
9746
9747 \begin_layout Plain Layout
9748
9749 \backslash
9750 dot
9751 \begin_inset space \textvisiblespace{}
9752 \end_inset
9753
9754 A
9755 \end_layout
9756
9757 \end_inset
9758 </cell>
9759 <cell alignment="center" valignment="top" usebox="none">
9760 \begin_inset Text
9761
9762 \begin_layout Plain Layout
9763 \begin_inset Formula $\dot{A}$
9764 \end_inset
9765
9766
9767 \end_layout
9768
9769 \end_inset
9770 </cell>
9771 </row>
9772 <row topspace="1.5mm">
9773 <cell alignment="center" valignment="top" usebox="none">
9774 \begin_inset Text
9775
9776 \begin_layout Plain Layout
9777
9778 \backslash
9779 ddot
9780 \begin_inset space \textvisiblespace{}
9781 \end_inset
9782
9783 A
9784 \end_layout
9785
9786 \end_inset
9787 </cell>
9788 <cell alignment="center" valignment="top" usebox="none">
9789 \begin_inset Text
9790
9791 \begin_layout Plain Layout
9792 \begin_inset Formula $\ddot{A}$
9793 \end_inset
9794
9795
9796 \end_layout
9797
9798 \end_inset
9799 </cell>
9800 </row>
9801 <row topspace="1.5mm">
9802 <cell alignment="center" valignment="top" usebox="none">
9803 \begin_inset Text
9804
9805 \begin_layout Plain Layout
9806
9807 \backslash
9808 dddot
9809 \begin_inset space \textvisiblespace{}
9810 \end_inset
9811
9812 A
9813 \end_layout
9814
9815 \end_inset
9816 </cell>
9817 <cell alignment="center" valignment="top" usebox="none">
9818 \begin_inset Text
9819
9820 \begin_layout Plain Layout
9821 \begin_inset Formula $\dddot{A}$
9822 \end_inset
9823
9824
9825 \end_layout
9826
9827 \end_inset
9828 </cell>
9829 </row>
9830 <row topspace="1.5mm">
9831 <cell alignment="center" valignment="top" usebox="none">
9832 \begin_inset Text
9833
9834 \begin_layout Plain Layout
9835
9836 \backslash
9837 ddddot
9838 \begin_inset space \textvisiblespace{}
9839 \end_inset
9840
9841 A
9842 \end_layout
9843
9844 \end_inset
9845 </cell>
9846 <cell alignment="center" valignment="top" usebox="none">
9847 \begin_inset Text
9848
9849 \begin_layout Plain Layout
9850 \begin_inset Formula $\ddddot{A}$
9851 \end_inset
9852
9853
9854 \end_layout
9855
9856 \end_inset
9857 </cell>
9858 </row>
9859 <row topspace="1.5mm">
9860 <cell alignment="center" valignment="top" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864
9865 \backslash
9866 vec
9867 \begin_inset space \textvisiblespace{}
9868 \end_inset
9869
9870 A
9871 \begin_inset Index idx
9872 status collapsed
9873
9874 \begin_layout Plain Layout
9875 Vectors
9876 \end_layout
9877
9878 \end_inset
9879
9880
9881 \end_layout
9882
9883 \end_inset
9884 </cell>
9885 <cell alignment="center" valignment="top" usebox="none">
9886 \begin_inset Text
9887
9888 \begin_layout Plain Layout
9889 \begin_inset Formula $\vec{A}$
9890 \end_inset
9891
9892
9893 \end_layout
9894
9895 \end_inset
9896 </cell>
9897 </row>
9898 <row topspace="1.5mm">
9899 <cell alignment="center" valignment="top" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Plain Layout
9903
9904 \backslash
9905 bar
9906 \begin_inset space \textvisiblespace{}
9907 \end_inset
9908
9909 A
9910 \end_layout
9911
9912 \end_inset
9913 </cell>
9914 <cell alignment="center" valignment="top" usebox="none">
9915 \begin_inset Text
9916
9917 \begin_layout Plain Layout
9918 \begin_inset Formula $\bar{A}$
9919 \end_inset
9920
9921
9922 \end_layout
9923
9924 \end_inset
9925 </cell>
9926 </row>
9927 <row topspace="1.5mm">
9928 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9929 \begin_inset Text
9930
9931 \begin_layout Plain Layout
9932
9933 \backslash
9934 mathring
9935 \begin_inset space \textvisiblespace{}
9936 \end_inset
9937
9938 A
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947 \begin_inset Formula $\mathring{A}$
9948 \end_inset
9949
9950
9951 \end_layout
9952
9953 \end_inset
9954 </cell>
9955 </row>
9956 </lyxtabular>
9957
9958 \end_inset
9959
9960
9961 \begin_inset space \hfill{}
9962 \end_inset
9963
9964
9965 \begin_inset Tabular
9966 <lyxtabular version="3" rows="7" columns="2">
9967 <features booktabs="true" tabularvalignment="middle">
9968 <column alignment="center" valignment="top" width="0pt">
9969 <column alignment="center" valignment="top" width="0pt">
9970 <row>
9971 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Plain Layout
9975 Command
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984 Result
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 </row>
9990 <row topspace="1.5mm">
9991 <cell alignment="center" valignment="top" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Plain Layout
9995
9996 \backslash
9997 tilde
9998 \begin_inset space \textvisiblespace{}
9999 \end_inset
10000
10001 A
10002 \end_layout
10003
10004 \end_inset
10005 </cell>
10006 <cell alignment="center" valignment="top" usebox="none">
10007 \begin_inset Text
10008
10009 \begin_layout Plain Layout
10010 \begin_inset Formula $\tilde{A}$
10011 \end_inset
10012
10013
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 </row>
10019 <row topspace="1.5mm">
10020 <cell alignment="center" valignment="top" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024
10025 \backslash
10026 hat
10027 \begin_inset space \textvisiblespace{}
10028 \end_inset
10029
10030 A
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 <cell alignment="center" valignment="top" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039 \begin_inset Formula $\hat{A}$
10040 \end_inset
10041
10042
10043 \end_layout
10044
10045 \end_inset
10046 </cell>
10047 </row>
10048 <row topspace="1.5mm">
10049 <cell alignment="center" valignment="top" usebox="none">
10050 \begin_inset Text
10051
10052 \begin_layout Plain Layout
10053
10054 \backslash
10055 check
10056 \begin_inset space \textvisiblespace{}
10057 \end_inset
10058
10059 A
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 <cell alignment="center" valignment="top" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068 \begin_inset Formula $\check{A}$
10069 \end_inset
10070
10071
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 </row>
10077 <row topspace="1.5mm">
10078 <cell alignment="center" valignment="top" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082
10083 \backslash
10084 acute
10085 \begin_inset space \textvisiblespace{}
10086 \end_inset
10087
10088 A
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 <cell alignment="center" valignment="top" usebox="none">
10094 \begin_inset Text
10095
10096 \begin_layout Plain Layout
10097 \begin_inset Formula $\acute{A}$
10098 \end_inset
10099
10100
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 </row>
10106 <row topspace="1.5mm">
10107 <cell alignment="center" valignment="top" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111
10112 \backslash
10113 grave
10114 \begin_inset space \textvisiblespace{}
10115 \end_inset
10116
10117 A
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 <cell alignment="center" valignment="top" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126 \begin_inset Formula $\grave{A}$
10127 \end_inset
10128
10129
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 </row>
10135 <row topspace="1.5mm">
10136 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140
10141 \backslash
10142 breve
10143 \begin_inset space \textvisiblespace{}
10144 \end_inset
10145
10146 A
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10152 \begin_inset Text
10153
10154 \begin_layout Plain Layout
10155 \begin_inset Formula $\breve{A}$
10156 \end_inset
10157
10158
10159 \end_layout
10160
10161 \end_inset
10162 </cell>
10163 </row>
10164 </lyxtabular>
10165
10166 \end_inset
10167
10168
10169 \begin_inset space \hfill{}
10170 \end_inset
10171
10172
10173 \end_layout
10174
10175 \begin_layout Standard
10176 \begin_inset VSpace bigskip
10177 \end_inset
10178
10179
10180 \end_layout
10181
10182 \begin_layout Standard
10183 You can directly insert accents like é to formulas.
10184  \SpecialChar LyX
10185  will transform them to the corresponding accent command.
10186  For umlauts
10187 \begin_inset Index idx
10188 status collapsed
10189
10190 \begin_layout Plain Layout
10191 Umlauts
10192 \end_layout
10193
10194 \end_inset
10195
10196  it is better to insert a quotation mark before the vowel.
10197  These two characters are then treated by \SpecialChar LaTeX
10198  as 
10199 \emph on
10200 one
10201 \emph default
10202  character when the formula part with the umlaut is marked as German.
10203  In contrary to 
10204 \series bold
10205
10206 \backslash
10207 ddot
10208 \series default
10209 , with this method 
10210 \begin_inset Quotes eld
10211 \end_inset
10212
10213 real
10214 \begin_inset Quotes erd
10215 \end_inset
10216
10217  umlauts are created as demonstrated in the following example:
10218 \end_layout
10219
10220 \begin_layout Standard
10221 \begin_inset VSpace -2mm
10222 \end_inset
10223
10224
10225 \end_layout
10226
10227 \begin_layout Standard
10228 \align center
10229 \begin_inset Tabular
10230 <lyxtabular version="3" rows="3" columns="2">
10231 <features booktabs="true" tabularvalignment="middle">
10232 <column alignment="center" valignment="top" width="0pt">
10233 <column alignment="center" valignment="top">
10234 <row>
10235 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10236 \begin_inset Text
10237
10238 \begin_layout Plain Layout
10239 Command
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10245 \begin_inset Text
10246
10247 \begin_layout Plain Layout
10248 Result
10249 \end_layout
10250
10251 \end_inset
10252 </cell>
10253 </row>
10254 <row>
10255 <cell alignment="center" valignment="top" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259 \begin_inset Quotes grd
10260 \end_inset
10261
10262 i
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 <cell alignment="center" valignment="top" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Plain Layout
10271 \begin_inset space \hspace{}
10272 \length 0pt
10273 \end_inset
10274
10275
10276 \lang ngerman
10277
10278 \begin_inset Formula $"i$
10279 \end_inset
10280
10281
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 </row>
10287 <row topspace="1.5mm">
10288 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10289 \begin_inset Text
10290
10291 \begin_layout Plain Layout
10292
10293 \backslash
10294 ddot
10295 \begin_inset space \textvisiblespace{}
10296 \end_inset
10297
10298 i
10299 \end_layout
10300
10301 \end_inset
10302 </cell>
10303 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10304 \begin_inset Text
10305
10306 \begin_layout Plain Layout
10307 \begin_inset Formula $\ddot{i}$
10308 \end_inset
10309
10310
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 </row>
10316 </lyxtabular>
10317
10318 \end_inset
10319
10320
10321 \end_layout
10322
10323 \begin_layout Standard
10324 Another advantage to 
10325 \series bold
10326
10327 \backslash
10328 ddot
10329 \series default
10330  is that umlauts can directly be converted to mathematical text because
10331  the accent commands above are 
10332 \emph on
10333 not allowed
10334 \emph default
10335  
10336 \emph on
10337 in mathematical text
10338 \emph default
10339 .
10340  To convert an accented character to mathematical text, only the character
10341  under the accent may be converted.
10342  This applies also for all other conversions, e.
10343 \begin_inset space \thinspace{}
10344 \end_inset
10345
10346 g.
10347 \begin_inset space \space{}
10348 \end_inset
10349
10350 to italic or bold.
10351 \end_layout
10352
10353 \begin_layout Standard
10354 In mathematical text, umlauts and other accented characters can directly
10355  be inserted.
10356 \end_layout
10357
10358 \begin_layout Standard
10359 \begin_inset VSpace bigskip
10360 \end_inset
10361
10362
10363 \end_layout
10364
10365 \begin_layout Standard
10366 \SpecialChar LyX
10367  also supports a tilde under the character if the \SpecialChar LaTeX
10368 -package 
10369 \series bold
10370 undertilde
10371 \series default
10372
10373 \begin_inset Index idx
10374 status collapsed
10375
10376 \begin_layout Plain Layout
10377 Packages ! undertilde
10378 \end_layout
10379
10380 \end_inset
10381
10382  is installed on your system:
10383 \end_layout
10384
10385 \begin_layout Standard
10386 \begin_inset ERT
10387 status collapsed
10388
10389 \begin_layout Plain Layout
10390
10391
10392 \backslash
10393 ifundertilde 
10394 \end_layout
10395
10396 \end_inset
10397
10398
10399 \begin_inset Note Note
10400 status open
10401
10402 \begin_layout Plain Layout
10403 The following table will only be displayed when the \SpecialChar LaTeX
10404 -package 
10405 \series bold
10406 undertilde
10407 \series default
10408  is installed.
10409 \end_layout
10410
10411 \end_inset
10412
10413
10414 \begin_inset Separator parbreak
10415 \end_inset
10416
10417
10418 \end_layout
10419
10420 \begin_layout Standard
10421 \noindent
10422 \align center
10423 \begin_inset Tabular
10424 <lyxtabular version="3" rows="2" columns="2">
10425 <features booktabs="true" tabularvalignment="middle">
10426 <column alignment="center" valignment="top" width="0pt">
10427 <column alignment="center" valignment="top" width="0pt">
10428 <row>
10429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433 Command
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10439 \begin_inset Text
10440
10441 \begin_layout Plain Layout
10442 Result
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 </row>
10448 <row>
10449 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Plain Layout
10453
10454 \backslash
10455 utilde
10456 \begin_inset space \textvisiblespace{}
10457 \end_inset
10458
10459 A
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468 \begin_inset Formula $\utilde{A}$
10469 \end_inset
10470
10471
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 </row>
10477 </lyxtabular>
10478
10479 \end_inset
10480
10481
10482 \end_layout
10483
10484 \begin_layout Standard
10485 \begin_inset ERT
10486 status collapsed
10487
10488 \begin_layout Plain Layout
10489
10490
10491 \backslash
10492 else 
10493 \end_layout
10494
10495 \end_inset
10496
10497
10498 \begin_inset Note Note
10499 status open
10500
10501 \begin_layout Plain Layout
10502 The following will be displayed when the \SpecialChar LaTeX
10503 -package 
10504 \series bold
10505 undertilde
10506 \series default
10507  is not installed:
10508 \end_layout
10509
10510 \end_inset
10511
10512
10513 \end_layout
10514
10515 \begin_layout Standard
10516 You need to install the \SpecialChar LaTeX
10517 -package 
10518 \series bold
10519 undertilde
10520 \series default
10521  to see the rest of this subsection in the output.
10522 \end_layout
10523
10524 \begin_layout Standard
10525 \begin_inset ERT
10526 status collapsed
10527
10528 \begin_layout Plain Layout
10529
10530
10531 \backslash
10532 fi 
10533 \end_layout
10534
10535 \end_inset
10536
10537
10538 \end_layout
10539
10540 \begin_layout Standard
10541 \begin_inset Newpage newpage
10542 \end_inset
10543
10544
10545 \end_layout
10546
10547 \begin_layout Subsection
10548 Accents for several Characters
10549 \begin_inset Index idx
10550 status collapsed
10551
10552 \begin_layout Plain Layout
10553 Accents ! for several characters
10554 \end_layout
10555
10556 \end_inset
10557
10558
10559 \end_layout
10560
10561 \begin_layout Standard
10562 \begin_inset space \hfill{}
10563 \end_inset
10564
10565
10566 \begin_inset Tabular
10567 <lyxtabular version="3" rows="5" columns="2">
10568 <features booktabs="true" tabularvalignment="middle">
10569 <column alignment="center" valignment="top" width="0pt">
10570 <column alignment="center" valignment="top" width="0pt">
10571 <row>
10572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576 Command
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585 Result
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 </row>
10591 <row topspace="1.5mm">
10592 <cell alignment="center" valignment="top" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596
10597 \backslash
10598 overleftarrow
10599 \begin_inset space \textvisiblespace{}
10600 \end_inset
10601
10602 A=B
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611 \begin_inset Formula $\overleftarrow{A=B}$
10612 \end_inset
10613
10614
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 </row>
10620 <row topspace="1.5mm">
10621 <cell alignment="center" valignment="top" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625
10626 \backslash
10627 underleftarrow
10628 \begin_inset space \textvisiblespace{}
10629 \end_inset
10630
10631 A=B
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640 \begin_inset Formula $\underleftarrow{A=B}$
10641 \end_inset
10642
10643
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 </row>
10649 <row topspace="1.5mm">
10650 <cell alignment="center" valignment="top" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Plain Layout
10654
10655 \backslash
10656 overleftrightarrow
10657 \begin_inset space \textvisiblespace{}
10658 \end_inset
10659
10660 A=B
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669 \begin_inset Formula $\overleftrightarrow{A=B}$
10670 \end_inset
10671
10672
10673 \end_layout
10674
10675 \end_inset
10676 </cell>
10677 </row>
10678 <row topspace="1.5mm" bottomspace="1mm">
10679 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683
10684 \backslash
10685 underleftrightarrow
10686 \begin_inset space \textvisiblespace{}
10687 \end_inset
10688
10689 A=B
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698 \begin_inset Formula $\underleftrightarrow{A=B}$
10699 \end_inset
10700
10701
10702 \end_layout
10703
10704 \end_inset
10705 </cell>
10706 </row>
10707 </lyxtabular>
10708
10709 \end_inset
10710
10711
10712 \begin_inset space \hfill{}
10713 \end_inset
10714
10715
10716 \begin_inset Tabular
10717 <lyxtabular version="3" rows="5" columns="2">
10718 <features booktabs="true" tabularvalignment="middle">
10719 <column alignment="center" valignment="top" width="0pt">
10720 <column alignment="center" valignment="top" width="0pt">
10721 <row>
10722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10723 \begin_inset Text
10724
10725 \begin_layout Plain Layout
10726 Command
10727 \end_layout
10728
10729 \end_inset
10730 </cell>
10731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735 Result
10736 \end_layout
10737
10738 \end_inset
10739 </cell>
10740 </row>
10741 <row topspace="1.5mm">
10742 <cell alignment="center" valignment="top" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746
10747 \backslash
10748 overrightarrow
10749 \begin_inset space \textvisiblespace{}
10750 \end_inset
10751
10752 A=B
10753 \end_layout
10754
10755 \end_inset
10756 </cell>
10757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10758 \begin_inset Text
10759
10760 \begin_layout Plain Layout
10761 \begin_inset Formula $\overrightarrow{A=B}$
10762 \end_inset
10763
10764
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 </row>
10770 <row topspace="1.5mm">
10771 <cell alignment="center" valignment="top" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775
10776 \backslash
10777 underrightarrow
10778 \begin_inset space \textvisiblespace{}
10779 \end_inset
10780
10781 A=B
10782 \end_layout
10783
10784 \end_inset
10785 </cell>
10786 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10787 \begin_inset Text
10788
10789 \begin_layout Plain Layout
10790 \begin_inset Formula $\underrightarrow{A=B}$
10791 \end_inset
10792
10793
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 </row>
10799 <row topspace="1.5mm">
10800 <cell alignment="center" valignment="top" usebox="none">
10801 \begin_inset Text
10802
10803 \begin_layout Plain Layout
10804
10805 \backslash
10806 widetilde
10807 \begin_inset space \textvisiblespace{}
10808 \end_inset
10809
10810 A=B
10811 \end_layout
10812
10813 \end_inset
10814 </cell>
10815 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10816 \begin_inset Text
10817
10818 \begin_layout Plain Layout
10819 \begin_inset Formula $\widetilde{A=B}$
10820 \end_inset
10821
10822
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 </row>
10828 <row topspace="1.5mm" bottomspace="1mm">
10829 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833
10834 \backslash
10835 widehat
10836 \begin_inset space \textvisiblespace{}
10837 \end_inset
10838
10839 A=B
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848 \begin_inset Formula $\widehat{A=B}$
10849 \end_inset
10850
10851
10852 \end_layout
10853
10854 \end_inset
10855 </cell>
10856 </row>
10857 </lyxtabular>
10858
10859 \end_inset
10860
10861
10862 \begin_inset space \hfill{}
10863 \end_inset
10864
10865
10866 \end_layout
10867
10868 \begin_layout Standard
10869 \begin_inset VSpace medskip
10870 \end_inset
10871
10872 With these commands as many characters as you like can be accented.
10873  But the accents 
10874 \series bold
10875
10876 \backslash
10877 widetilde
10878 \series default
10879  and 
10880 \series bold
10881
10882 \backslash
10883 widehat
10884 \series default
10885  will only be set in the output with a length of three characters, as shown
10886  in the following example:
10887 \begin_inset Formula 
10888 \[
10889 \widetilde{A+B=C-D}
10890 \]
10891
10892 \end_inset
10893
10894
10895 \end_layout
10896
10897 \begin_layout Standard
10898 With the commands 
10899 \series bold
10900
10901 \backslash
10902 overset
10903 \series default
10904
10905 \begin_inset Index idx
10906 status collapsed
10907
10908 \begin_layout Plain Layout
10909 Commands ! O ! 
10910 \backslash
10911 overset
10912 \end_layout
10913
10914 \end_inset
10915
10916  and 
10917 \series bold
10918
10919 \backslash
10920 underset
10921 \series default
10922
10923 \begin_inset Index idx
10924 status collapsed
10925
10926 \begin_layout Plain Layout
10927 Commands ! U ! 
10928 \backslash
10929 underset
10930 \end_layout
10931
10932 \end_inset
10933
10934  described in the previous subsection it is also possible to accent several
10935  characters.
10936  The command 
10937 \series bold
10938
10939 \backslash
10940 underset
10941 \begin_inset space \textvisiblespace{}
10942 \end_inset
10943
10944 A=B
10945 \begin_inset Formula $\downarrow$
10946 \end_inset
10947
10948 ***
10949 \series default
10950  creates:
10951 \begin_inset Formula 
10952 \[
10953 \underset{***}{A=B}
10954 \]
10955
10956 \end_inset
10957
10958
10959 \end_layout
10960
10961 \begin_layout Section
10962 Space
10963 \begin_inset CommandInset label
10964 LatexCommand label
10965 name "subsec:Space"
10966
10967 \end_inset
10968
10969
10970 \begin_inset Index idx
10971 status collapsed
10972
10973 \begin_layout Plain Layout
10974 Space ! horizontal
10975 \end_layout
10976
10977 \end_inset
10978
10979
10980 \end_layout
10981
10982 \begin_layout Subsection
10983 Predefined Space
10984 \begin_inset CommandInset label
10985 LatexCommand label
10986 name "subsec:Predefined-Space"
10987
10988 \end_inset
10989
10990
10991 \begin_inset Index idx
10992 status collapsed
10993
10994 \begin_layout Plain Layout
10995 Space ! horizontal ! predefined
10996 \end_layout
10997
10998 \end_inset
10999
11000
11001 \end_layout
11002
11003 \begin_layout Standard
11004 Sometimes it is necessary to insert horizontal space into a formula.
11005  This is done by inserting a protected space (shortcut 
11006 \begin_inset Info
11007 type  "shortcut"
11008 arg   "command-alternatives space-insert protected ; math-space"
11009 \end_inset
11010
11011 ).
11012  A 
11013 \begin_inset Quotes eld
11014 \end_inset
11015
11016
11017 \color blue
11018
11019 \begin_inset space \textvisiblespace{}
11020 \end_inset
11021
11022
11023 \color inherit
11024
11025 \begin_inset Quotes erd
11026 \end_inset
11027
11028  appears and by pressing 
11029 \family sans
11030 Space
11031 \family default
11032  several times one can select one of eight different space sizes.
11033  The spaces can also be inserted using the math toolbar button 
11034 \begin_inset Info
11035 type  "icon"
11036 arg   "math-insert \\space"
11037 \end_inset
11038
11039  or special commands.
11040  Independent from the inserted command, one can select the size again by
11041  pressing 
11042 \family sans
11043 Space
11044 \family default
11045  afterwards.
11046 \begin_inset Separator parbreak
11047 \end_inset
11048
11049
11050 \end_layout
11051
11052 \begin_layout Standard
11053 \noindent
11054 \align center
11055 \begin_inset Tabular
11056 <lyxtabular version="3" rows="6" columns="3">
11057 <features booktabs="true" tabularvalignment="middle">
11058 <column alignment="center" valignment="top">
11059 <column alignment="center" valignment="top" width="15col%">
11060 <column alignment="center" valignment="top">
11061 <row>
11062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066 Command
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075 Number of 
11076 \family sans
11077 Space
11078 \family default
11079  keystrokes
11080 \end_layout
11081
11082 \end_inset
11083 </cell>
11084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11085 \begin_inset Text
11086
11087 \begin_layout Plain Layout
11088 Result
11089 \end_layout
11090
11091 \end_inset
11092 </cell>
11093 </row>
11094 <row>
11095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11096 \begin_inset Text
11097
11098 \begin_layout Plain Layout
11099
11100 \backslash
11101 ,
11102 \end_layout
11103
11104 \end_inset
11105 </cell>
11106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11107 \begin_inset Text
11108
11109 \begin_layout Plain Layout
11110 0
11111 \end_layout
11112
11113 \end_inset
11114 </cell>
11115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11116 \begin_inset Text
11117
11118 \begin_layout Plain Layout
11119 \begin_inset Formula $A\,B$
11120 \end_inset
11121
11122
11123 \end_layout
11124
11125 \end_inset
11126 </cell>
11127 </row>
11128 <row>
11129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11130 \begin_inset Text
11131
11132 \begin_layout Plain Layout
11133
11134 \backslash
11135 :
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 1
11145 \end_layout
11146
11147 \end_inset
11148 </cell>
11149 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11150 \begin_inset Text
11151
11152 \begin_layout Plain Layout
11153 \begin_inset Formula $A\:B$
11154 \end_inset
11155
11156
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 </row>
11162 <row>
11163 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11164 \begin_inset Text
11165
11166 \begin_layout Plain Layout
11167
11168 \backslash
11169 ;
11170 \end_layout
11171
11172 \end_inset
11173 </cell>
11174 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11175 \begin_inset Text
11176
11177 \begin_layout Plain Layout
11178 2
11179 \end_layout
11180
11181 \end_inset
11182 </cell>
11183 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11184 \begin_inset Text
11185
11186 \begin_layout Plain Layout
11187 \begin_inset Formula $A\;B$
11188 \end_inset
11189
11190
11191 \end_layout
11192
11193 \end_inset
11194 </cell>
11195 </row>
11196 <row>
11197 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11198 \begin_inset Text
11199
11200 \begin_layout Plain Layout
11201
11202 \backslash
11203 quad
11204 \end_layout
11205
11206 \end_inset
11207 </cell>
11208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11209 \begin_inset Text
11210
11211 \begin_layout Plain Layout
11212 3
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221 \begin_inset Formula $A\quad B$
11222 \end_inset
11223
11224
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 </row>
11230 <row>
11231 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11232 \begin_inset Text
11233
11234 \begin_layout Plain Layout
11235
11236 \backslash
11237 qquad
11238 \end_layout
11239
11240 \end_inset
11241 </cell>
11242 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246 4
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Plain Layout
11255 \begin_inset Formula $A\qquad B$
11256 \end_inset
11257
11258
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 </row>
11264 </lyxtabular>
11265
11266 \end_inset
11267
11268
11269 \begin_inset space \hfill{}
11270 \end_inset
11271
11272
11273 \begin_inset Tabular
11274 <lyxtabular version="3" rows="6" columns="3">
11275 <features booktabs="true" tabularvalignment="middle">
11276 <column alignment="center" valignment="top">
11277 <column alignment="center" valignment="top" width="15col%">
11278 <column alignment="center" valignment="top">
11279 <row>
11280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284 Command
11285 \end_layout
11286
11287 \end_inset
11288 </cell>
11289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11290 \begin_inset Text
11291
11292 \begin_layout Plain Layout
11293 Number of 
11294 \family sans
11295 Space
11296 \family default
11297  keystrokes
11298 \end_layout
11299
11300 \end_inset
11301 </cell>
11302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11303 \begin_inset Text
11304
11305 \begin_layout Plain Layout
11306 Result
11307 \end_layout
11308
11309 \end_inset
11310 </cell>
11311 </row>
11312 <row>
11313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11314 \begin_inset Text
11315
11316 \begin_layout Plain Layout
11317
11318 \backslash
11319 hfill
11320 \end_layout
11321
11322 \end_inset
11323 </cell>
11324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11325 \begin_inset Text
11326
11327 \begin_layout Plain Layout
11328 5
11329 \end_layout
11330
11331 \end_inset
11332 </cell>
11333 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11334 \begin_inset Text
11335
11336 \begin_layout Plain Layout
11337 \begin_inset Formula $A\hfill B$
11338 \end_inset
11339
11340
11341 \end_layout
11342
11343 \end_inset
11344 </cell>
11345 </row>
11346 <row>
11347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11348 \begin_inset Text
11349
11350 \begin_layout Plain Layout
11351
11352 \backslash
11353 hspace*{1em}
11354 \end_layout
11355
11356 \end_inset
11357 </cell>
11358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11359 \begin_inset Text
11360
11361 \begin_layout Plain Layout
11362 6
11363 \end_layout
11364
11365 \end_inset
11366 </cell>
11367 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11368 \begin_inset Text
11369
11370 \begin_layout Plain Layout
11371 \begin_inset Formula $A\hspace*{1em}B$
11372 \end_inset
11373
11374
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 </row>
11380 <row>
11381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385
11386 \backslash
11387 hspace{1em}
11388 \end_layout
11389
11390 \end_inset
11391 </cell>
11392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396 7
11397 \end_layout
11398
11399 \end_inset
11400 </cell>
11401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405 \begin_inset Formula $A\hspace{1em}B$
11406 \end_inset
11407
11408
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 </row>
11414 <row>
11415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11416 \begin_inset Text
11417
11418 \begin_layout Plain Layout
11419
11420 \backslash
11421
11422 \begin_inset space \textvisiblespace{}
11423 \end_inset
11424
11425
11426 \end_layout
11427
11428 \end_inset
11429 </cell>
11430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434 8
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443 \begin_inset Formula $A\ B$
11444 \end_inset
11445
11446
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 </row>
11452 <row>
11453 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Plain Layout
11457
11458 \backslash
11459 !
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468 9
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11474 \begin_inset Text
11475
11476 \begin_layout Plain Layout
11477 \begin_inset Formula $A\!B$
11478 \end_inset
11479
11480
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 </row>
11486 </lyxtabular>
11487
11488 \end_inset
11489
11490
11491 \end_layout
11492
11493 \begin_layout Standard
11494 Space
11495 \begin_inset space ~
11496 \end_inset
11497
11498 5
11499 \begin_inset space \thinspace{}
11500 \end_inset
11501
11502
11503 \begin_inset space \thinspace{}
11504 \end_inset
11505
11506 7 are variable spaces which are explained in 
11507 \begin_inset CommandInset ref
11508 LatexCommand ref
11509 reference "subsec:Variable-Space"
11510
11511 \end_inset
11512
11513 .
11514  Space
11515 \begin_inset space ~
11516 \end_inset
11517
11518 9 seems to produce no space.
11519  It is displayed red in \SpecialChar LyX
11520  contrary to the other sizes, because it is a negative
11521  space.
11522  There are two more negative spaces:
11523 \begin_inset Separator parbreak
11524 \end_inset
11525
11526
11527 \end_layout
11528
11529 \begin_layout Standard
11530 \align center
11531 \begin_inset Tabular
11532 <lyxtabular version="3" rows="3" columns="3">
11533 <features booktabs="true" tabularvalignment="middle">
11534 <column alignment="center" valignment="middle" width="6.8cm">
11535 <column alignment="center" valignment="top" width="0pt">
11536 <column alignment="center" valignment="top" width="0pt">
11537 <row>
11538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11539 \begin_inset Text
11540
11541 \begin_layout Plain Layout
11542 Command
11543 \end_layout
11544
11545 \end_inset
11546 </cell>
11547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11548 \begin_inset Text
11549
11550 \begin_layout Plain Layout
11551
11552 \backslash
11553 negmedspace
11554 \end_layout
11555
11556 \end_inset
11557 </cell>
11558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11559 \begin_inset Text
11560
11561 \begin_layout Plain Layout
11562
11563 \backslash
11564 negthickspace
11565 \end_layout
11566
11567 \end_inset
11568 </cell>
11569 </row>
11570 <row>
11571 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575 Number of 
11576 \family sans
11577 Space
11578 \family default
11579  keystrokes after inserting the protected space
11580 \end_layout
11581
11582 \end_inset
11583 </cell>
11584 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11585 \begin_inset Text
11586
11587 \begin_layout Plain Layout
11588 10
11589 \end_layout
11590
11591 \end_inset
11592 </cell>
11593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11594 \begin_inset Text
11595
11596 \begin_layout Plain Layout
11597 11
11598 \end_layout
11599
11600 \end_inset
11601 </cell>
11602 </row>
11603 <row>
11604 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11605 \begin_inset Text
11606
11607 \begin_layout Plain Layout
11608 Result
11609 \end_layout
11610
11611 \end_inset
11612 </cell>
11613 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11614 \begin_inset Text
11615
11616 \begin_layout Plain Layout
11617 \begin_inset Formula $A\negmedspace B$
11618 \end_inset
11619
11620
11621 \end_layout
11622
11623 \end_inset
11624 </cell>
11625 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11626 \begin_inset Text
11627
11628 \begin_layout Plain Layout
11629 \begin_inset Formula $A\negthickspace B$
11630 \end_inset
11631
11632
11633 \end_layout
11634
11635 \end_inset
11636 </cell>
11637 </row>
11638 </lyxtabular>
11639
11640 \end_inset
11641
11642
11643 \end_layout
11644
11645 \begin_layout Standard
11646 Negative spaces can lead to characters overlapping each other.
11647  Thus they can be used to enforce ligatures, which are e.
11648 \begin_inset space \thinspace{}
11649 \end_inset
11650
11651 g.
11652 \begin_inset space \space{}
11653 \end_inset
11654
11655 useful for summation operators:
11656 \begin_inset Separator parbreak
11657 \end_inset
11658
11659
11660 \end_layout
11661
11662 \begin_layout Standard
11663 \align center
11664 \begin_inset Tabular
11665 <lyxtabular version="3" rows="3" columns="2">
11666 <features booktabs="true" tabularvalignment="middle">
11667 <column alignment="center" valignment="top" width="0pt">
11668 <column alignment="center" valignment="top">
11669 <row>
11670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11671 \begin_inset Text
11672
11673 \begin_layout Plain Layout
11674 Command
11675 \end_layout
11676
11677 \end_inset
11678 </cell>
11679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11680 \begin_inset Text
11681
11682 \begin_layout Plain Layout
11683 Result
11684 \end_layout
11685
11686 \end_inset
11687 </cell>
11688 </row>
11689 <row>
11690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11691 \begin_inset Text
11692
11693 \begin_layout Plain Layout
11694
11695 \backslash
11696 sum
11697 \backslash
11698 sum
11699 \begin_inset space \textvisiblespace{}
11700 \end_inset
11701
11702 f_kl
11703 \end_layout
11704
11705 \end_inset
11706 </cell>
11707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11708 \begin_inset Text
11709
11710 \begin_layout Plain Layout
11711 \begin_inset Formula $\sum\sum f_{kl}$
11712 \end_inset
11713
11714
11715 \end_layout
11716
11717 \end_inset
11718 </cell>
11719 </row>
11720 <row>
11721 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11722 \begin_inset Text
11723
11724 \begin_layout Plain Layout
11725
11726 \backslash
11727 sum
11728 \backslash
11729 negmedspace
11730 \backslash
11731 sum
11732 \begin_inset space \textvisiblespace{}
11733 \end_inset
11734
11735 f_kl
11736 \end_layout
11737
11738 \end_inset
11739 </cell>
11740 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11741 \begin_inset Text
11742
11743 \begin_layout Plain Layout
11744 \begin_inset Formula $\sum\negmedspace\sum f_{kl}$
11745 \end_inset
11746
11747
11748 \end_layout
11749
11750 \end_inset
11751 </cell>
11752 </row>
11753 </lyxtabular>
11754
11755 \end_inset
11756
11757
11758 \end_layout
11759
11760 \begin_layout Standard
11761 \noindent
11762 \begin_inset VSpace medskip
11763 \end_inset
11764
11765
11766 \end_layout
11767
11768 \begin_layout Standard
11769 \noindent
11770 Relations like for example equal signs, are always surrounded by space.
11771  To suppress this, the equal sign is placed into a \SpecialChar TeX
11772  brace.
11773  The following example demonstrates this:
11774 \begin_inset Separator parbreak
11775 \end_inset
11776
11777
11778 \end_layout
11779
11780 \begin_layout Standard
11781 \align center
11782 \begin_inset Tabular
11783 <lyxtabular version="3" rows="2" columns="2">
11784 <features tabularvalignment="middle">
11785 <column alignment="center" valignment="top" width="0pt">
11786 <column alignment="center" valignment="top" width="0pt">
11787 <row>
11788 <cell alignment="center" valignment="top" usebox="none">
11789 \begin_inset Text
11790
11791 \begin_layout Plain Layout
11792 normal equation
11793 \end_layout
11794
11795 \end_inset
11796 </cell>
11797 <cell alignment="center" valignment="top" usebox="none">
11798 \begin_inset Text
11799
11800 \begin_layout Plain Layout
11801 \begin_inset Formula $A=B$
11802 \end_inset
11803
11804
11805 \end_layout
11806
11807 \end_inset
11808 </cell>
11809 </row>
11810 <row>
11811 <cell alignment="center" valignment="top" usebox="none">
11812 \begin_inset Text
11813
11814 \begin_layout Plain Layout
11815 equation without space
11816 \end_layout
11817
11818 \end_inset
11819 </cell>
11820 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11821 \begin_inset Text
11822
11823 \begin_layout Plain Layout
11824 \begin_inset Formula $A{=}B$
11825 \end_inset
11826
11827
11828 \end_layout
11829
11830 \end_inset
11831 </cell>
11832 </row>
11833 </lyxtabular>
11834
11835 \end_inset
11836
11837
11838 \end_layout
11839
11840 \begin_layout Standard
11841 \noindent
11842 The command for the last formula is: 
11843 \series bold
11844 A
11845 \backslash
11846 {=
11847 \begin_inset Formula $\to$
11848 \end_inset
11849
11850 B
11851 \end_layout
11852
11853 \begin_layout Standard
11854 \begin_inset VSpace bigskip
11855 \end_inset
11856
11857
11858 \end_layout
11859
11860 \begin_layout Standard
11861 Spaces are needed for physical units, because the space between the value
11862  and the unit is the smallest one and not a normal space.
11863  For units in text, the smallest space is inserted via the menu 
11864 \family sans
11865 Insert\SpecialChar menuseparator
11866 Formatting\SpecialChar menuseparator
11867 Thin
11868 \begin_inset space ~
11869 \end_inset
11870
11871 Space
11872 \family default
11873  (shortcut 
11874 \begin_inset Info
11875 type  "shortcut"
11876 arg   "space-insert thin"
11877 \end_inset
11878
11879 ).
11880 \end_layout
11881
11882 \begin_layout Standard
11883 An example to visualize the difference:
11884 \end_layout
11885
11886 \begin_layout Standard
11887 \begin_inset Tabular
11888 <lyxtabular version="3" rows="2" columns="2">
11889 <features tabularvalignment="middle">
11890 <column alignment="left" valignment="top">
11891 <column alignment="left" valignment="top">
11892 <row>
11893 <cell alignment="center" valignment="top" usebox="none">
11894 \begin_inset Text
11895
11896 \begin_layout Plain Layout
11897 24 kW
11898 \begin_inset Formula $\cdot$
11899 \end_inset
11900
11901 h
11902 \end_layout
11903
11904 \end_inset
11905 </cell>
11906 <cell alignment="center" valignment="top" usebox="none">
11907 \begin_inset Text
11908
11909 \begin_layout Plain Layout
11910 space between value and unit
11911 \end_layout
11912
11913 \end_inset
11914 </cell>
11915 </row>
11916 <row>
11917 <cell alignment="center" valignment="top" usebox="none">
11918 \begin_inset Text
11919
11920 \begin_layout Plain Layout
11921 24
11922 \begin_inset space \thinspace{}
11923 \end_inset
11924
11925 kW
11926 \begin_inset Formula $\cdot$
11927 \end_inset
11928
11929 h
11930 \end_layout
11931
11932 \end_inset
11933 </cell>
11934 <cell alignment="center" valignment="top" usebox="none">
11935 \begin_inset Text
11936
11937 \begin_layout Plain Layout
11938 smallest space between value and unit
11939 \end_layout
11940
11941 \end_inset
11942 </cell>
11943 </row>
11944 </lyxtabular>
11945
11946 \end_inset
11947
11948
11949 \end_layout
11950
11951 \begin_layout Subsection
11952 Variable Space
11953 \begin_inset ERT
11954 status collapsed
11955
11956 \begin_layout Plain Layout
11957
11958
11959 \backslash
11960 texorpdfstring{
11961 \end_layout
11962
11963 \end_inset
11964
11965
11966 \begin_inset Foot
11967 status collapsed
11968
11969 \begin_layout Plain Layout
11970 for vertical space in formulas see 
11971 \begin_inset CommandInset ref
11972 LatexCommand ref
11973 reference "subsec:Line-Separation"
11974
11975 \end_inset
11976
11977
11978 \end_layout
11979
11980 \end_inset
11981
11982
11983 \begin_inset ERT
11984 status collapsed
11985
11986 \begin_layout Plain Layout
11987
11988 }{}
11989 \end_layout
11990
11991 \end_inset
11992
11993
11994 \begin_inset Note Note
11995 status collapsed
11996
11997 \begin_layout Plain Layout
11998
11999 \backslash
12000 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
12001 \end_layout
12002
12003 \begin_layout Plain Layout
12004 More about 
12005 \backslash
12006 texorpdfstring is in section 
12007 \begin_inset CommandInset ref
12008 LatexCommand ref
12009 reference "subsec:Formulas-in-Section"
12010
12011 \end_inset
12012
12013 .
12014 \end_layout
12015
12016 \end_inset
12017
12018
12019 \begin_inset CommandInset label
12020 LatexCommand label
12021 name "subsec:Variable-Space"
12022
12023 \end_inset
12024
12025
12026 \begin_inset Index idx
12027 status collapsed
12028
12029 \begin_layout Plain Layout
12030 Space ! horizontal ! variable
12031 \end_layout
12032
12033 \end_inset
12034
12035
12036 \end_layout
12037
12038 \begin_layout Standard
12039 Space with a defined length can be inserted with the command 
12040 \series bold
12041
12042 \backslash
12043 hspace
12044 \series default
12045
12046 \begin_inset Index idx
12047 status collapsed
12048
12049 \begin_layout Plain Layout
12050 Commands ! H ! 
12051 \backslash
12052 hspace
12053 \end_layout
12054
12055 \end_inset
12056
12057 .
12058  Then a long 
12059 \begin_inset Quotes eld
12060 \end_inset
12061
12062
12063 \color blue
12064
12065 \begin_inset space \textvisiblespace{}
12066 \end_inset
12067
12068
12069 \color inherit
12070
12071 \begin_inset Quotes erd
12072 \end_inset
12073
12074  appears.
12075  The length can be specified by left-clicking on the 
12076 \begin_inset Quotes eld
12077 \end_inset
12078
12079
12080 \color blue
12081
12082 \begin_inset space \textvisiblespace{}
12083 \end_inset
12084
12085
12086 \color inherit
12087
12088 \begin_inset Quotes erd
12089 \end_inset
12090
12091 .
12092  The length may also be negative.
12093  When a space would be the first character in a line it would be omitted.
12094  To force its output use the command 
12095 \series bold
12096
12097 \backslash
12098 hspace*
12099 \series default
12100  instead of 
12101 \series bold
12102
12103 \backslash
12104 hspace
12105 \series default
12106  or left-click on the 
12107 \begin_inset Quotes eld
12108 \end_inset
12109
12110
12111 \color blue
12112
12113 \begin_inset space \textvisiblespace{}
12114 \end_inset
12115
12116
12117 \color inherit
12118
12119 \begin_inset Quotes erd
12120 \end_inset
12121
12122  and check the option 
12123 \family sans
12124 Protect
12125 \family default
12126 .
12127 \begin_inset Newline newline
12128 \end_inset
12129
12130 To insert as much space as is available, the command 
12131 \series bold
12132
12133 \backslash
12134 hfill
12135 \series default
12136
12137 \begin_inset Index idx
12138 status collapsed
12139
12140 \begin_layout Plain Layout
12141 Commands ! H ! 
12142 \backslash
12143 hfill
12144 \end_layout
12145
12146 \end_inset
12147
12148  is used.
12149 \end_layout
12150
12151 \begin_layout Standard
12152 \align center
12153 \begin_inset Tabular
12154 <lyxtabular version="3" rows="4" columns="2">
12155 <features booktabs="true" tabularvalignment="middle">
12156 <column alignment="center" valignment="top" width="0pt">
12157 <column alignment="center" valignment="top">
12158 <row>
12159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12160 \begin_inset Text
12161
12162 \begin_layout Plain Layout
12163 Command (
12164 \backslash
12165 hspace length)
12166 \end_layout
12167
12168 \end_inset
12169 </cell>
12170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12171 \begin_inset Text
12172
12173 \begin_layout Plain Layout
12174 Result
12175 \end_layout
12176
12177 \end_inset
12178 </cell>
12179 </row>
12180 <row>
12181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12182 \begin_inset Text
12183
12184 \begin_layout Plain Layout
12185 A=B
12186 \backslash
12187 hspace
12188 \begin_inset space \textvisiblespace{}
12189 \end_inset
12190
12191 A
12192 \backslash
12193 not=C (3
12194 \begin_inset space \thinspace{}
12195 \end_inset
12196
12197 cm)
12198 \end_layout
12199
12200 \end_inset
12201 </cell>
12202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12203 \begin_inset Text
12204
12205 \begin_layout Plain Layout
12206 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12207 \end_inset
12208
12209
12210 \end_layout
12211
12212 \end_inset
12213 </cell>
12214 </row>
12215 <row>
12216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12217 \begin_inset Text
12218
12219 \begin_layout Plain Layout
12220 A
12221 \backslash
12222 hspace
12223 \begin_inset space \textvisiblespace{}
12224 \end_inset
12225
12226 A
12227 \backslash
12228 not=A (-1
12229 \begin_inset space \thinspace{}
12230 \end_inset
12231
12232 mm)
12233 \end_layout
12234
12235 \end_inset
12236 </cell>
12237 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12238 \begin_inset Text
12239
12240 \begin_layout Plain Layout
12241 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12242 \end_inset
12243
12244
12245 \end_layout
12246
12247 \end_inset
12248 </cell>
12249 </row>
12250 <row>
12251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12252 \begin_inset Text
12253
12254 \begin_layout Plain Layout
12255 A=A
12256 \backslash
12257 hfill
12258 \begin_inset space \textvisiblespace{}
12259 \end_inset
12260
12261 B=B
12262 \end_layout
12263
12264 \end_inset
12265 </cell>
12266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12267 \begin_inset Text
12268
12269 \begin_layout Plain Layout
12270 \begin_inset Formula $A=A\hfill B=B$
12271 \end_inset
12272
12273
12274 \end_layout
12275
12276 \end_inset
12277 </cell>
12278 </row>
12279 </lyxtabular>
12280
12281 \end_inset
12282
12283
12284 \end_layout
12285
12286 \begin_layout Standard
12287 In the last example the available space is given by the longest column entry
12288  of the table.
12289  In an inline formula the space depends on the length of the line in which
12290  
12291 \series bold
12292
12293 \backslash
12294 hfill
12295 \series default
12296  is inserted.
12297  Thus, when the line uses the full width, no space will be created.
12298  
12299 \series bold
12300
12301 \backslash
12302 hfill
12303 \series default
12304  only has an effect on displayed formulas when the formula style 
12305 \series bold
12306 Indented
12307 \series default
12308  is used.
12309  (Formula styles are explained in 
12310 \begin_inset CommandInset ref
12311 LatexCommand ref
12312 reference "sec:Formula-Styles"
12313
12314 \end_inset
12315
12316 .)
12317 \end_layout
12318
12319 \begin_layout Standard
12320 Besides 
12321 \series bold
12322
12323 \backslash
12324 hfill
12325 \series default
12326 , there are the commands 
12327 \series bold
12328
12329 \backslash
12330 dotfill
12331 \series default
12332  and 
12333 \series bold
12334
12335 \backslash
12336 hrulefill
12337 \series default
12338  that fill the space with a pattern, see 
12339 \begin_inset CommandInset ref
12340 LatexCommand ref
12341 reference "subsec:Ellipses"
12342
12343 \end_inset
12344
12345  for an example.
12346 \end_layout
12347
12348 \begin_layout Standard
12349 For text, variable space can be inserted via the menu 
12350 \family sans
12351 Insert\SpecialChar menuseparator
12352 Formatting\SpecialChar menuseparator
12353 Horizontal
12354 \begin_inset space ~
12355 \end_inset
12356
12357 Space
12358 \family default
12359 :
12360 \end_layout
12361
12362 \begin_layout Standard
12363 This is a line with
12364 \begin_inset space \hspace{}
12365 \length 2cm
12366 \end_inset
12367
12368 2
12369 \begin_inset space \thinspace{}
12370 \end_inset
12371
12372 cm space.
12373 \end_layout
12374
12375 \begin_layout Standard
12376 This is a line with
12377 \begin_inset space \hfill{}
12378 \end_inset
12379
12380 maximum space.
12381 \end_layout
12382
12383 \begin_layout Subsection
12384 Space besides inline Formulas
12385 \begin_inset Index idx
12386 status collapsed
12387
12388 \begin_layout Plain Layout
12389 Space ! besides inline formulas
12390 \end_layout
12391
12392 \end_inset
12393
12394
12395 \end_layout
12396
12397 \begin_layout Standard
12398 The space that surrounds inline formulas can be adjusted with the length
12399  
12400 \series bold
12401
12402 \backslash
12403 mathsurround
12404 \series default
12405
12406 \begin_inset Index idx
12407 status collapsed
12408
12409 \begin_layout Plain Layout
12410 Commands ! M ! 
12411 \backslash
12412 mathsurround
12413 \end_layout
12414
12415 \end_inset
12416
12417 .
12418  The value of a length is set with the command 
12419 \series bold
12420
12421 \backslash
12422 setlength
12423 \series default
12424
12425 \begin_inset Index idx
12426 status collapsed
12427
12428 \begin_layout Plain Layout
12429 Commands ! S ! 
12430 \backslash
12431 setlength
12432 \end_layout
12433
12434 \end_inset
12435
12436  which has the following scheme:
12437 \end_layout
12438
12439 \begin_layout Standard
12440
12441 \series bold
12442
12443 \backslash
12444 setlength{length name}{value}
12445 \end_layout
12446
12447 \begin_layout Standard
12448 To set 
12449 \series bold
12450
12451 \backslash
12452 mathsurround
12453 \series default
12454  to the value 5
12455 \begin_inset space \thinspace{}
12456 \end_inset
12457
12458 mm, the command
12459 \end_layout
12460
12461 \begin_layout Standard
12462
12463 \series bold
12464
12465 \backslash
12466 setlength{
12467 \backslash
12468 mathsurround}{5mm}
12469 \end_layout
12470
12471 \begin_layout Standard
12472 is inserted in \SpecialChar TeX
12473  mode.
12474  5
12475 \begin_inset space \thinspace{}
12476 \end_inset
12477
12478 mm space will now be set around all inline formulas:
12479 \begin_inset ERT
12480 status collapsed
12481
12482 \begin_layout Plain Layout
12483
12484
12485 \backslash
12486 setlength{
12487 \backslash
12488 mathsurround}{5mm}
12489 \end_layout
12490
12491 \end_inset
12492
12493
12494 \end_layout
12495
12496 \begin_layout Standard
12497 This is a line with an inline formula 
12498 \begin_inset Formula $A=B$
12499 \end_inset
12500
12501  with 5
12502 \begin_inset space \thinspace{}
12503 \end_inset
12504
12505 mm surrounding space.
12506 \begin_inset ERT
12507 status collapsed
12508
12509 \begin_layout Plain Layout
12510
12511
12512 \backslash
12513 setlength{
12514 \backslash
12515 mathsurround}{0pt}
12516 \end_layout
12517
12518 \end_inset
12519
12520
12521 \end_layout
12522
12523 \begin_layout Standard
12524 To return to the predefined value, 
12525 \series bold
12526
12527 \backslash
12528 mathsurround
12529 \series default
12530  is set to the value 0
12531 \begin_inset space \thinspace{}
12532 \end_inset
12533
12534 pt.
12535 \end_layout
12536
12537 \begin_layout Standard
12538 \begin_inset Newpage newpage
12539 \end_inset
12540
12541
12542 \end_layout
12543
12544 \begin_layout Section
12545 Boxes and Frames
12546 \begin_inset Index idx
12547 status collapsed
12548
12549 \begin_layout Plain Layout
12550 Boxes
12551 \end_layout
12552
12553 \end_inset
12554
12555
12556 \begin_inset Index idx
12557 status collapsed
12558
12559 \begin_layout Plain Layout
12560 Frames | see
12561 \begin_inset ERT
12562 status collapsed
12563
12564 \begin_layout Plain Layout
12565
12566 {
12567 \end_layout
12568
12569 \end_inset
12570
12571 Boxes
12572 \begin_inset ERT
12573 status collapsed
12574
12575 \begin_layout Plain Layout
12576
12577 }
12578 \end_layout
12579
12580 \end_inset
12581
12582
12583 \end_layout
12584
12585 \end_inset
12586
12587
12588 \end_layout
12589
12590 \begin_layout Standard
12591 Boxes for text are described in chapter 
12592 \family typewriter
12593 Boxes
12594 \family default
12595  in the 
12596 \family typewriter
12597 Embedded
12598 \begin_inset space ~
12599 \end_inset
12600
12601 Objects
12602 \family default
12603  manual.
12604 \end_layout
12605
12606 \begin_layout Subsection
12607 Boxes with Frame
12608 \begin_inset CommandInset label
12609 LatexCommand label
12610 name "subsec:Boxes-with-Frame"
12611
12612 \end_inset
12613
12614
12615 \begin_inset Index idx
12616 status collapsed
12617
12618 \begin_layout Plain Layout
12619 Boxes ! with frame
12620 \end_layout
12621
12622 \end_inset
12623
12624
12625 \end_layout
12626
12627 \begin_layout Standard
12628 It is possible to frame a formula or part of one with the commands 
12629 \series bold
12630
12631 \backslash
12632 fbox
12633 \series default
12634
12635 \begin_inset Index idx
12636 status collapsed
12637
12638 \begin_layout Plain Layout
12639 Commands ! F ! 
12640 \backslash
12641 fbox
12642 \end_layout
12643
12644 \end_inset
12645
12646  and 
12647 \series bold
12648
12649 \backslash
12650 boxed
12651 \series default
12652
12653 \begin_inset Index idx
12654 status collapsed
12655
12656 \begin_layout Plain Layout
12657 Commands ! B ! 
12658 \backslash
12659 boxed
12660 \end_layout
12661
12662 \end_inset
12663
12664 .
12665 \end_layout
12666
12667 \begin_layout Standard
12668 When one of these commands is inserted in a formula, a blue box appears
12669  within a frame to enter formula parts.
12670  For 
12671 \series bold
12672
12673 \backslash
12674 fbox
12675 \series default
12676  an additional formula has to be created by 
12677 \family sans
12678 Ctrl+M
12679 \family default
12680  within this box, because the box content will otherwise be treated as mathemati
12681 cal text.
12682  When 
12683 \series bold
12684
12685 \backslash
12686 boxed
12687 \series default
12688  is used, a new formula is automatically created inside the frame.
12689 \end_layout
12690
12691 \begin_layout Standard
12692 The command 
12693 \series bold
12694
12695 \backslash
12696 fbox
12697 \series default
12698  is not suitable to frame displayed formulas because the formula will always
12699  be set in the size of the text.
12700  
12701 \series bold
12702
12703 \backslash
12704 boxed
12705 \series default
12706  is in contrary not suitable to frame inline formulas, because the formula
12707  will always be set in the size of a displayed formula.
12708 \end_layout
12709
12710 \begin_layout Standard
12711 An extension to 
12712 \series bold
12713
12714 \backslash
12715 fbox
12716 \series default
12717  is the command 
12718 \series bold
12719
12720 \backslash
12721 framebox
12722 \series default
12723
12724 \begin_inset Index idx
12725 status collapsed
12726
12727 \begin_layout Plain Layout
12728 Commands ! F ! 
12729 \backslash
12730 framebox
12731 \end_layout
12732
12733 \end_inset
12734
12735  where additionally the frame width and the alignment can be specified.
12736  
12737 \series bold
12738
12739 \backslash
12740 framebox
12741 \series default
12742  is used in the following scheme:
12743 \end_layout
12744
12745 \begin_layout Standard
12746
12747 \series bold
12748
12749 \backslash
12750 framebox[frame width][position]{box content}
12751 \end_layout
12752
12753 \begin_layout Standard
12754 The position can either be 
12755 \emph on
12756 l
12757 \emph default
12758  or 
12759 \emph on
12760 r
12761 \emph default
12762 .
12763  
12764 \emph on
12765 l
12766 \emph default
12767  left aligns, 
12768 \emph on
12769 r
12770 \emph default
12771  right aligns the formula in the box.
12772  When no position is given, the formula will be centered.
12773 \begin_inset Newline newline
12774 \end_inset
12775
12776 If no width is given, also no position can be given.
12777  In this case the frame width is adjusted to the box content like for 
12778 \series bold
12779
12780 \backslash
12781 fbox
12782 \series default
12783 .
12784 \end_layout
12785
12786 \begin_layout Standard
12787 When the command 
12788 \series bold
12789
12790 \backslash
12791 framebox
12792 \series default
12793  is inserted, a box appears containing three blue boxes.
12794  The first two boxes are surrounded by brackets and denote the two optional
12795  arguments.
12796  The third box is for formula parts like for 
12797 \series bold
12798
12799 \backslash
12800 fbox
12801 \series default
12802 .
12803 \begin_inset Separator parbreak
12804 \end_inset
12805
12806
12807 \end_layout
12808
12809 \begin_layout Standard
12810 \align center
12811 \begin_inset Tabular
12812 <lyxtabular version="3" rows="5" columns="2">
12813 <features booktabs="true" tabularvalignment="middle">
12814 <column alignment="center" valignment="top" width="0pt">
12815 <column alignment="center" valignment="top">
12816 <row>
12817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12818 \begin_inset Text
12819
12820 \begin_layout Plain Layout
12821 Command
12822 \end_layout
12823
12824 \end_inset
12825 </cell>
12826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12827 \begin_inset Text
12828
12829 \begin_layout Plain Layout
12830 Result
12831 \end_layout
12832
12833 \end_inset
12834 </cell>
12835 </row>
12836 <row topspace="1.5mm">
12837 <cell alignment="center" valignment="top" usebox="none">
12838 \begin_inset Text
12839
12840 \begin_layout Plain Layout
12841
12842 \backslash
12843 fbox
12844 \begin_inset space \textvisiblespace{}
12845 \end_inset
12846
12847
12848 \family sans
12849 Ctrl+M
12850 \family default
12851  
12852 \backslash
12853 int
12854 \begin_inset space \textvisiblespace{}
12855 \end_inset
12856
12857 A=B
12858 \end_layout
12859
12860 \end_inset
12861 </cell>
12862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12863 \begin_inset Text
12864
12865 \begin_layout Plain Layout
12866 \begin_inset Formula $\fbox{\ensuremath{\int A=B}}$
12867 \end_inset
12868
12869
12870 \end_layout
12871
12872 \end_inset
12873 </cell>
12874 </row>
12875 <row topspace="1.5mm">
12876 <cell alignment="center" valignment="top" usebox="none">
12877 \begin_inset Text
12878
12879 \begin_layout Plain Layout
12880
12881 \backslash
12882 boxed
12883 \begin_inset space \textvisiblespace{}
12884 \end_inset
12885
12886
12887 \backslash
12888 int
12889 \begin_inset space \textvisiblespace{}
12890 \end_inset
12891
12892 A=B
12893 \end_layout
12894
12895 \end_inset
12896 </cell>
12897 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12898 \begin_inset Text
12899
12900 \begin_layout Plain Layout
12901 \begin_inset Formula $\boxed{\int A=B}$
12902 \end_inset
12903
12904
12905 \end_layout
12906
12907 \end_inset
12908 </cell>
12909 </row>
12910 <row topspace="1.5mm">
12911 <cell alignment="center" valignment="top" usebox="none">
12912 \begin_inset Text
12913
12914 \begin_layout Plain Layout
12915 A+
12916 \backslash
12917 fbox
12918 \begin_inset space \textvisiblespace{}
12919 \end_inset
12920
12921 B
12922 \end_layout
12923
12924 \end_inset
12925 </cell>
12926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12927 \begin_inset Text
12928
12929 \begin_layout Plain Layout
12930 \begin_inset Formula $A+\fbox{B}$
12931 \end_inset
12932
12933
12934 \end_layout
12935
12936 \end_inset
12937 </cell>
12938 </row>
12939 <row topspace="1.5mm" bottomspace="1mm">
12940 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12941 \begin_inset Text
12942
12943 \begin_layout Plain Layout
12944
12945 \backslash
12946 framebox
12947 \begin_inset space \textvisiblespace{}
12948 \end_inset
12949
12950 20mm
12951 \begin_inset Formula $\to$
12952 \end_inset
12953
12954
12955 \begin_inset Formula $\to$
12956 \end_inset
12957
12958
12959 \family sans
12960 Ctrl+M
12961 \family default
12962  
12963 \backslash
12964 frac
12965 \begin_inset space \textvisiblespace{}
12966 \end_inset
12967
12968 A
12969 \begin_inset Formula $\downarrow$
12970 \end_inset
12971
12972 B
12973 \end_layout
12974
12975 \end_inset
12976 </cell>
12977 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12978 \begin_inset Text
12979
12980 \begin_layout Plain Layout
12981 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12982 \end_inset
12983
12984
12985 \end_layout
12986
12987 \end_inset
12988 </cell>
12989 </row>
12990 </lyxtabular>
12991
12992 \end_inset
12993
12994
12995 \end_layout
12996
12997 \begin_layout Standard
12998 The frame thickness can also be adjusted.
12999  To do this the following commands have to be inserted in \SpecialChar TeX
13000  mode before the
13001  formula
13002 \end_layout
13003
13004 \begin_layout Standard
13005
13006 \series bold
13007
13008 \backslash
13009 fboxrule
13010 \series default
13011  
13012 \series bold
13013
13014 \begin_inset Quotes eld
13015 \end_inset
13016
13017 thickness
13018 \begin_inset Quotes erd
13019 \end_inset
13020
13021
13022 \series default
13023  
13024 \series bold
13025
13026 \backslash
13027 fboxsep
13028 \series default
13029  
13030 \series bold
13031
13032 \begin_inset Quotes eld
13033 \end_inset
13034
13035 distance
13036 \begin_inset Quotes erd
13037 \end_inset
13038
13039
13040 \end_layout
13041
13042 \begin_layout Standard
13043 \begin_inset Quotes eld
13044 \end_inset
13045
13046 distance
13047 \begin_inset Quotes erd
13048 \end_inset
13049
13050  specifies the minimal distance between the frame and the first character
13051  in the box.
13052  An example for this is the following framed formula:
13053 \begin_inset ERT
13054 status collapsed
13055
13056 \begin_layout Plain Layout
13057
13058
13059 \backslash
13060 fboxrule 2mm 
13061 \backslash
13062 fboxsep 3mm
13063 \end_layout
13064
13065 \end_inset
13066
13067
13068 \begin_inset Formula 
13069 \[
13070 \boxed{A+B=C}
13071 \]
13072
13073 \end_inset
13074
13075 Before this formula the commands
13076 \end_layout
13077
13078 \begin_layout Standard
13079
13080 \series bold
13081
13082 \backslash
13083 fboxrule
13084 \series default
13085  
13086 \series bold
13087 2mm
13088 \series default
13089  
13090 \series bold
13091
13092 \backslash
13093 fboxsep
13094 \series default
13095  
13096 \series bold
13097 3mm
13098 \end_layout
13099
13100 \begin_layout Standard
13101 were inserted in \SpecialChar TeX
13102  mode.
13103  The given values are used for all following boxes.
13104 \end_layout
13105
13106 \begin_layout Standard
13107 To return to the standard frame size, the command
13108 \end_layout
13109
13110 \begin_layout Standard
13111
13112 \series bold
13113
13114 \backslash
13115 fboxrule
13116 \series default
13117  
13118 \series bold
13119 0.4pt
13120 \series default
13121  
13122 \series bold
13123
13124 \backslash
13125 fboxsep
13126 \series default
13127  
13128 \series bold
13129 3pt
13130 \series default
13131
13132 \begin_inset ERT
13133 status collapsed
13134
13135 \begin_layout Plain Layout
13136
13137
13138 \backslash
13139 fboxrule 0.4pt 
13140 \backslash
13141 fboxsep 3pt
13142 \end_layout
13143
13144 \end_inset
13145
13146
13147 \end_layout
13148
13149 \begin_layout Standard
13150 is inserted in \SpecialChar TeX
13151  mode before the next formula.
13152 \end_layout
13153
13154 \begin_layout Subsection
13155 Boxes without Frame
13156 \begin_inset CommandInset label
13157 LatexCommand label
13158 name "subsec:Boxes-without-Frame"
13159
13160 \end_inset
13161
13162
13163 \begin_inset Index idx
13164 status collapsed
13165
13166 \begin_layout Plain Layout
13167 Boxes ! without frame
13168 \end_layout
13169
13170 \end_inset
13171
13172
13173 \end_layout
13174
13175 \begin_layout Standard
13176 For boxes without a frame there are the following box commands: 
13177 \series bold
13178
13179 \backslash
13180 mbox
13181 \series default
13182
13183 \begin_inset Index idx
13184 status collapsed
13185
13186 \begin_layout Plain Layout
13187 Commands ! M ! 
13188 \backslash
13189 mbox
13190 \end_layout
13191
13192 \end_inset
13193
13194
13195 \series bold
13196
13197 \backslash
13198 makebox
13199 \series default
13200
13201 \begin_inset Index idx
13202 status collapsed
13203
13204 \begin_layout Plain Layout
13205 Commands ! M ! 
13206 \backslash
13207 makebox
13208 \end_layout
13209
13210 \end_inset
13211
13212  and 
13213 \series bold
13214
13215 \backslash
13216 raisebox
13217 \series default
13218
13219 \begin_inset Index idx
13220 status collapsed
13221
13222 \begin_layout Plain Layout
13223 Commands ! R ! 
13224 \backslash
13225 raisebox
13226 \end_layout
13227
13228 \end_inset
13229
13230
13231 \end_layout
13232
13233 \begin_layout Standard
13234 With 
13235 \series bold
13236
13237 \backslash
13238 raisebox
13239 \series default
13240  a box can be super- or subscripted.
13241  But in contrary to normal super- and subscripting, the characters in the
13242  box keep their font size.
13243  
13244 \series bold
13245
13246 \backslash
13247 raisebox
13248 \series default
13249  is used in the following scheme:
13250 \end_layout
13251
13252 \begin_layout Standard
13253
13254 \series bold
13255
13256 \backslash
13257 raisebox{height}{box content}
13258 \end_layout
13259
13260 \begin_layout Standard
13261 When the box should contain a formula, an extra formula is needed like for
13262  
13263 \series bold
13264
13265 \backslash
13266 fbox
13267 \series default
13268 .
13269  
13270 \series medium
13271
13272 \begin_inset Note Greyedout
13273 status open
13274
13275 \begin_layout Plain Layout
13276
13277 \series bold
13278 Note:
13279 \series default
13280  For 
13281 \series bold
13282
13283 \backslash
13284 raisebox
13285 \series default
13286  this extra formula is created by pressing 
13287 \family sans
13288 Ctrl+M
13289 \family default
13290  twice instead of once because \SpecialChar LyX
13291  doesn't yet support 
13292 \series bold
13293
13294 \backslash
13295 raisebox
13296 \series default
13297  directly.
13298 \end_layout
13299
13300 \end_inset
13301
13302
13303 \series default
13304
13305 \begin_inset Separator parbreak
13306 \end_inset
13307
13308
13309 \end_layout
13310
13311 \begin_layout Standard
13312 \align center
13313 \begin_inset Tabular
13314 <lyxtabular version="3" rows="4" columns="2">
13315 <features booktabs="true" tabularvalignment="middle">
13316 <column alignment="center" valignment="top" width="0pt">
13317 <column alignment="center" valignment="top">
13318 <row>
13319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13320 \begin_inset Text
13321
13322 \begin_layout Plain Layout
13323 Command
13324 \end_layout
13325
13326 \end_inset
13327 </cell>
13328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13329 \begin_inset Text
13330
13331 \begin_layout Plain Layout
13332 Result
13333 \end_layout
13334
13335 \end_inset
13336 </cell>
13337 </row>
13338 <row>
13339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13340 \begin_inset Text
13341
13342 \begin_layout Plain Layout
13343 H
13344 \backslash
13345 raisebox{2mm
13346 \begin_inset Formula $\to$
13347 \end_inset
13348
13349
13350 \backslash
13351 {al
13352 \begin_inset Formula $\to$
13353 \end_inset
13354
13355  lo
13356 \end_layout
13357
13358 \end_inset
13359 </cell>
13360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13361 \begin_inset Text
13362
13363 \begin_layout Plain Layout
13364 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13365 \end_inset
13366
13367
13368 \end_layout
13369
13370 \end_inset
13371 </cell>
13372 </row>
13373 <row>
13374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13375 \begin_inset Text
13376
13377 \begin_layout Plain Layout
13378 H
13379 \backslash
13380 raisebox{-2mm
13381 \begin_inset Formula $\to$
13382 \end_inset
13383
13384
13385 \backslash
13386 {al
13387 \begin_inset Formula $\to$
13388 \end_inset
13389
13390 lo
13391 \end_layout
13392
13393 \end_inset
13394 </cell>
13395 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13396 \begin_inset Text
13397
13398 \begin_layout Plain Layout
13399 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13400 \end_inset
13401
13402
13403 \end_layout
13404
13405 \end_inset
13406 </cell>
13407 </row>
13408 <row>
13409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13410 \begin_inset Text
13411
13412 \begin_layout Plain Layout
13413 A=
13414 \backslash
13415 raisebox{-2mm
13416 \begin_inset Formula $\to$
13417 \end_inset
13418
13419
13420 \backslash
13421 {
13422 \family sans
13423 Ctrl+M
13424 \family default
13425  
13426 \family sans
13427 Ctrl+M
13428 \family default
13429  
13430 \backslash
13431 sqrt
13432 \begin_inset space \textvisiblespace{}
13433 \end_inset
13434
13435
13436 \end_layout
13437
13438 \end_inset
13439 </cell>
13440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13441 \begin_inset Text
13442
13443 \begin_layout Plain Layout
13444 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13445 \end_inset
13446
13447
13448 \end_layout
13449
13450 \end_inset
13451 </cell>
13452 </row>
13453 </lyxtabular>
13454
13455 \end_inset
13456
13457
13458 \end_layout
13459
13460 \begin_layout Standard
13461 The command 
13462 \series bold
13463
13464 \backslash
13465 mbox
13466 \series default
13467  is equivalent to 
13468 \series bold
13469
13470 \backslash
13471 fbox
13472 \series default
13473  and 
13474 \series bold
13475
13476 \backslash
13477 makebox
13478 \series default
13479  is equivalent to 
13480 \series bold
13481
13482 \backslash
13483 framebox
13484 \series default
13485 , with the difference that there is no frame.
13486 \end_layout
13487
13488 \begin_layout Subsection
13489 Colored Boxes
13490 \begin_inset CommandInset label
13491 LatexCommand label
13492 name "subsec:Colored-Boxes"
13493
13494 \end_inset
13495
13496
13497 \begin_inset Index idx
13498 status collapsed
13499
13500 \begin_layout Plain Layout
13501 Boxes ! colored
13502 \end_layout
13503
13504 \end_inset
13505
13506
13507 \end_layout
13508
13509 \begin_layout Standard
13510 To be able to use all commands explained in this section, the \SpecialChar LaTeX
13511 -package 
13512 \series bold
13513 color
13514 \series default
13515
13516 \begin_inset Foot
13517 status collapsed
13518
13519 \begin_layout Plain Layout
13520 The \SpecialChar LaTeX
13521 -package 
13522 \series bold
13523 color
13524 \series default
13525  is part of every \SpecialChar LaTeX
13526  standard installation.
13527 \end_layout
13528
13529 \end_inset
13530
13531
13532 \begin_inset Index idx
13533 status collapsed
13534
13535 \begin_layout Plain Layout
13536 Packages ! color
13537 \end_layout
13538
13539 \end_inset
13540
13541  has to be loaded in the \SpecialChar LaTeX
13542 -preamble with the line
13543 \begin_inset Foot
13544 status collapsed
13545
13546 \begin_layout Plain Layout
13547 When text is colored somewhere in the document with a predefined color,
13548  \SpecialChar LyX
13549  loads the \SpecialChar LaTeX
13550  package 
13551 \series bold
13552 color
13553 \series default
13554  automatically.
13555  Thus it is possible that the package is loaded twice, but this does not
13556  cause problems.
13557 \end_layout
13558
13559 \end_inset
13560
13561
13562 \begin_inset Note Note
13563 status collapsed
13564
13565 \begin_layout Plain Layout
13566 To avoid that the package is loaded twice, a macro was inserted to the \SpecialChar LaTeX
13567 -preamble.
13568 \end_layout
13569
13570 \end_inset
13571
13572
13573 \end_layout
13574
13575 \begin_layout Standard
13576
13577 \series bold
13578
13579 \backslash
13580 usepackage{color}
13581 \end_layout
13582
13583 \begin_layout Standard
13584 \begin_inset VSpace medskip
13585 \end_inset
13586
13587 To color boxes, the command 
13588 \series bold
13589
13590 \backslash
13591 colorbox
13592 \series default
13593
13594 \begin_inset Index idx
13595 status collapsed
13596
13597 \begin_layout Plain Layout
13598 Commands ! C ! 
13599 \backslash
13600 colorbox
13601 \end_layout
13602
13603 \end_inset
13604
13605  is used in the following scheme:
13606 \end_layout
13607
13608 \begin_layout Standard
13609
13610 \series bold
13611
13612 \backslash
13613 colorbox{color}{box content}
13614 \end_layout
13615
13616 \begin_layout Standard
13617 The box content can also be a box and a 
13618 \series bold
13619
13620 \backslash
13621 colorbox
13622 \series default
13623  can also be part of another box (see the 2nd and 3rd example).
13624  When the box should contain a formula, an extra formula has to be created,
13625  the same way as for 
13626 \series bold
13627
13628 \backslash
13629 raisebox
13630 \series default
13631 .
13632 \begin_inset Foot
13633 status collapsed
13634
13635 \begin_layout Plain Layout
13636 This also applies for the command 
13637 \series bold
13638
13639 \backslash
13640 fcolorbox
13641 \series default
13642 .
13643 \end_layout
13644
13645 \end_inset
13646
13647
13648 \end_layout
13649
13650 \begin_layout Standard
13651 One of the following predefined colors can be chosen:
13652 \end_layout
13653
13654 \begin_layout Standard
13655
13656 \series bold
13657 black
13658 \series default
13659
13660 \series bold
13661 blue
13662 \series default
13663
13664 \series bold
13665 cyan
13666 \series default
13667
13668 \series bold
13669 green
13670 \series default
13671
13672 \series bold
13673 magenta
13674 \series default
13675
13676 \series bold
13677 red
13678 \series default
13679
13680 \series bold
13681 white
13682 \series default
13683  and 
13684 \series bold
13685 yellow
13686 \series default
13687
13688 \begin_inset Separator parbreak
13689 \end_inset
13690
13691
13692 \end_layout
13693
13694 \begin_layout Standard
13695 \align center
13696 \begin_inset Tabular
13697 <lyxtabular version="3" rows="4" columns="2">
13698 <features booktabs="true" tabularvalignment="middle">
13699 <column alignment="center" valignment="top" width="0pt">
13700 <column alignment="center" valignment="top">
13701 <row>
13702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13703 \begin_inset Text
13704
13705 \begin_layout Plain Layout
13706 Command
13707 \end_layout
13708
13709 \end_inset
13710 </cell>
13711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13712 \begin_inset Text
13713
13714 \begin_layout Plain Layout
13715 Result
13716 \end_layout
13717
13718 \end_inset
13719 </cell>
13720 </row>
13721 <row>
13722 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13723 \begin_inset Text
13724
13725 \begin_layout Plain Layout
13726
13727 \backslash
13728 colorbox{yellow
13729 \begin_inset Formula $\to$
13730 \end_inset
13731
13732
13733 \backslash
13734 {A=B
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13740 \begin_inset Text
13741
13742 \begin_layout Plain Layout
13743 \begin_inset Formula $\colorbox{yellow}{A=B}$
13744 \end_inset
13745
13746
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 </row>
13752 <row topspace="1.5mm">
13753 <cell alignment="center" valignment="top" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Plain Layout
13757
13758 \backslash
13759 colorbox{green
13760 \begin_inset Formula $\to$
13761 \end_inset
13762
13763
13764 \backslash
13765 {
13766 \backslash
13767 fbox
13768 \begin_inset space \textvisiblespace{}
13769 \end_inset
13770
13771 A=B
13772 \end_layout
13773
13774 \end_inset
13775 </cell>
13776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13777 \begin_inset Text
13778
13779 \begin_layout Plain Layout
13780 \begin_inset Formula $\colorbox{green}{\fbox{A=B}}$
13781 \end_inset
13782
13783
13784 \end_layout
13785
13786 \end_inset
13787 </cell>
13788 </row>
13789 <row topspace="1.5mm" bottomspace="1mm">
13790 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13791 \begin_inset Text
13792
13793 \begin_layout Plain Layout
13794
13795 \backslash
13796 fbox
13797 \begin_inset space \textvisiblespace{}
13798 \end_inset
13799
13800
13801 \backslash
13802 colorbox{green
13803 \begin_inset Formula $\to$
13804 \end_inset
13805
13806
13807 \backslash
13808 {
13809 \family sans
13810 Ctrl+M
13811 \family default
13812  
13813 \family sans
13814 Ctrl+M
13815 \family default
13816  
13817 \backslash
13818 int
13819 \begin_inset space \textvisiblespace{}
13820 \end_inset
13821
13822 C=D
13823 \end_layout
13824
13825 \end_inset
13826 </cell>
13827 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13828 \begin_inset Text
13829
13830 \begin_layout Plain Layout
13831 \begin_inset Formula $\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}$
13832 \end_inset
13833
13834
13835 \end_layout
13836
13837 \end_inset
13838 </cell>
13839 </row>
13840 </lyxtabular>
13841
13842 \end_inset
13843
13844
13845 \end_layout
13846
13847 \begin_layout Standard
13848
13849 \series bold
13850
13851 \backslash
13852 colorbox
13853 \series default
13854  only colors the box but not the characters in the box.
13855  To color all characters, the whole formula is highlighted and the desired
13856  color is chosen in the 
13857 \family sans
13858 Text
13859 \begin_inset space ~
13860 \end_inset
13861
13862 Style
13863 \family default
13864  dialog.
13865  The dialog can be called with the toolbar button 
13866 \begin_inset Info
13867 type  "icon"
13868 arg   "dialog-show character"
13869 \end_inset
13870
13871  or the menu 
13872 \family sans
13873 Edit\SpecialChar menuseparator
13874 Text
13875 \begin_inset space ~
13876 \end_inset
13877
13878 Style\SpecialChar menuseparator
13879 Customized
13880 \family default
13881 .
13882  The formula number then has the same color as the formula.
13883  When the formula number should get another color than the formula characters,
13884  the color must be changed within the formula.
13885 \end_layout
13886
13887 \begin_layout Standard
13888 An example:
13889 \end_layout
13890
13891 \begin_layout Standard
13892
13893 \color red
13894 \begin_inset Formula 
13895 \begin{equation}
13896 \int A=B\label{eq:red}
13897 \end{equation}
13898
13899 \end_inset
13900
13901
13902 \color green
13903
13904 \begin_inset Formula 
13905 \begin{equation}
13906 \textcolor{red}{\int A=B}\label{eq:redgreen}
13907 \end{equation}
13908
13909 \end_inset
13910
13911
13912 \end_layout
13913
13914 \begin_layout Standard
13915 Formula 
13916 \begin_inset CommandInset ref
13917 LatexCommand eqref
13918 reference "eq:red"
13919
13920 \end_inset
13921
13922  is completely colored red.
13923 \begin_inset Newline newline
13924 \end_inset
13925
13926 Formula 
13927 \begin_inset CommandInset ref
13928 LatexCommand eqref
13929 reference "eq:redgreen"
13930
13931 \end_inset
13932
13933  was first completely colored green to set the color for the formula number.
13934  Subsequently the formula characters were colored red.
13935 \end_layout
13936
13937 \begin_layout Standard
13938 \begin_inset VSpace bigskip
13939 \end_inset
13940
13941 To color the frame different than the rest of the box, the command 
13942 \series bold
13943
13944 \backslash
13945 fcolorbox
13946 \series default
13947
13948 \begin_inset Index idx
13949 status collapsed
13950
13951 \begin_layout Plain Layout
13952 Commands ! F ! 
13953 \backslash
13954 fcolorbox
13955 \end_layout
13956
13957 \end_inset
13958
13959  is used in the following scheme:
13960 \end_layout
13961
13962 \begin_layout Standard
13963
13964 \series bold
13965
13966 \backslash
13967 fcolorbox{frame color}{color}{box content}
13968 \end_layout
13969
13970 \begin_layout Standard
13971 So 
13972 \series bold
13973
13974 \backslash
13975 fcolorbox
13976 \series default
13977  is an extension of the command 
13978 \series bold
13979
13980 \backslash
13981 colorbox
13982 \series default
13983 .
13984  The frame width is set, like for 
13985 \series bold
13986
13987 \backslash
13988 framebox
13989 \series default
13990 , with 
13991 \series bold
13992
13993 \backslash
13994 fboxrule
13995 \series default
13996  and 
13997 \series bold
13998
13999 \backslash
14000 fboxsep
14001 \series default
14002 .
14003  An example:
14004 \begin_inset ERT
14005 status collapsed
14006
14007 \begin_layout Plain Layout
14008
14009
14010 \backslash
14011 fboxrule 1mm 
14012 \backslash
14013 fboxsep 1mm
14014 \end_layout
14015
14016 \end_inset
14017
14018
14019 \begin_inset Formula 
14020 \[
14021 \fcolorbox{cyan}{magenta}{A=B}
14022 \]
14023
14024 \end_inset
14025
14026
14027 \begin_inset ERT
14028 status collapsed
14029
14030 \begin_layout Plain Layout
14031
14032
14033 \backslash
14034 fboxrule 0.4pt 
14035 \backslash
14036 fboxsep 3pt
14037 \end_layout
14038
14039 \end_inset
14040
14041
14042 \end_layout
14043
14044 \begin_layout Standard
14045 This formula was created with the command
14046 \begin_inset Newline newline
14047 \end_inset
14048
14049
14050 \series bold
14051
14052 \backslash
14053 fcolorbox{cyan
14054 \begin_inset Formula $\to$
14055 \end_inset
14056
14057
14058 \backslash
14059 {magenta
14060 \begin_inset Formula $\to$
14061 \end_inset
14062
14063
14064 \backslash
14065 {A=B
14066 \series default
14067 .
14068 \end_layout
14069
14070 \begin_layout Standard
14071 \begin_inset VSpace bigskip
14072 \end_inset
14073
14074 To use other colors than the predefined ones, they have to be defined first.
14075 \end_layout
14076
14077 \begin_layout Standard
14078 One can for example define the color 
14079 \begin_inset Quotes eld
14080 \end_inset
14081
14082
14083 \series bold
14084 darkgreen
14085 \series default
14086
14087 \begin_inset Quotes erd
14088 \end_inset
14089
14090  with the \SpecialChar LaTeX
14091 -preamble line:
14092 \end_layout
14093
14094 \begin_layout Standard
14095
14096 \series bold
14097
14098 \backslash
14099 definecolor{darkgreen}{cmyk}{0.5,
14100 \series default
14101  
14102 \series bold
14103 0,
14104 \series default
14105  
14106 \series bold
14107 1,
14108 \series default
14109  
14110 \series bold
14111 0.5}
14112 \series default
14113
14114 \begin_inset Index idx
14115 status collapsed
14116
14117 \begin_layout Plain Layout
14118 Commands ! D ! 
14119 \backslash
14120 definecolor
14121 \end_layout
14122
14123 \end_inset
14124
14125
14126 \end_layout
14127
14128 \begin_layout Standard
14129
14130 \series bold
14131 cmyk
14132 \series default
14133  is the color space that denotes the colors 
14134 \series bold
14135 cyan
14136 \series default
14137
14138 \series bold
14139 magenta
14140 \series default
14141
14142 \series bold
14143 yellow
14144 \series default
14145  and 
14146 \series bold
14147 black
14148 \series default
14149 .
14150  The four comma separated numbers are the portion factor for the corresponding
14151  colors of the color space.
14152  The factors can be in the range of 0
14153 \begin_inset space \thinspace{}
14154 \end_inset
14155
14156 -
14157 \begin_inset space \thinspace{}
14158 \end_inset
14159
14160 1.
14161  Instead of 
14162 \series bold
14163 cmyk
14164 \series default
14165  also the color space 
14166 \series bold
14167 rgb
14168 \series default
14169  can be used for definitions.
14170  
14171 \series bold
14172 rgb
14173 \series default
14174  denotes 
14175 \series bold
14176 red
14177 \series default
14178
14179 \series bold
14180 green
14181 \series default
14182  and 
14183 \series bold
14184 blue
14185 \series default
14186 , so that there are in this case three portion factors for the corresponding
14187  colors.
14188  Furthermore there is the color space 
14189 \series bold
14190 gray
14191 \series default
14192  with one portion factor for the gray value.
14193 \end_layout
14194
14195 \begin_layout Standard
14196 As example a framed box with the new defined color 
14197 \series bold
14198 darkgreen
14199 \series default
14200  where the characters have been colored 
14201 \series bold
14202 yellow
14203 \series default
14204 :
14205 \begin_inset Formula 
14206 \begin{equation}
14207 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14208 \end{equation}
14209
14210 \end_inset
14211
14212
14213 \end_layout
14214
14215 \begin_layout Standard
14216 Self-defined colors can also be used for text with the help of the command
14217  
14218 \series bold
14219
14220 \backslash
14221 textcolor
14222 \series default
14223 :
14224 \begin_inset Index idx
14225 status collapsed
14226
14227 \begin_layout Plain Layout
14228 Text ! colored
14229 \end_layout
14230
14231 \end_inset
14232
14233
14234 \end_layout
14235
14236 \begin_layout Standard
14237 \begin_inset ERT
14238 status collapsed
14239
14240 \begin_layout Plain Layout
14241
14242
14243 \backslash
14244 textcolor{darkgreen}{
14245 \end_layout
14246
14247 \end_inset
14248
14249 This sentence is 
14250 \begin_inset Quotes eld
14251 \end_inset
14252
14253 darkgreen
14254 \begin_inset Quotes erd
14255 \end_inset
14256
14257 .
14258 \begin_inset ERT
14259 status collapsed
14260
14261 \begin_layout Plain Layout
14262
14263 }
14264 \end_layout
14265
14266 \end_inset
14267
14268
14269 \end_layout
14270
14271 \begin_layout Standard
14272
14273 \series bold
14274
14275 \backslash
14276 textcolor
14277 \series default
14278
14279 \begin_inset Index idx
14280 status collapsed
14281
14282 \begin_layout Plain Layout
14283 Commands ! T ! 
14284 \backslash
14285 textcolor
14286 \end_layout
14287
14288 \end_inset
14289
14290  is used in the scheme 
14291 \series bold
14292
14293 \backslash
14294 textcolor{color}{characters to color}
14295 \series default
14296 .
14297 \end_layout
14298
14299 \begin_layout Subsection
14300 Paragraph Boxes
14301 \begin_inset CommandInset label
14302 LatexCommand label
14303 name "subsec:Paragraph-Boxes"
14304
14305 \end_inset
14306
14307
14308 \begin_inset Index idx
14309 status collapsed
14310
14311 \begin_layout Plain Layout
14312 Boxes ! as paragraph
14313 \end_layout
14314
14315 \end_inset
14316
14317
14318 \end_layout
14319
14320 \begin_layout Standard
14321 A box that can contain several lines and paragraphs, a so-called paragraph
14322  box (parbox), can be created with the menu 
14323 \family sans
14324 Insert\SpecialChar menuseparator
14325 Box
14326 \family default
14327  or the toolbar button 
14328 \begin_inset Info
14329 type  "icon"
14330 arg   "box-insert"
14331 \end_inset
14332
14333 .
14334 \end_layout
14335
14336 \begin_layout Standard
14337 The following example shows a framed parbox in a line:
14338 \end_layout
14339
14340 \begin_layout Standard
14341 \begin_inset VSpace medskip
14342 \end_inset
14343
14344 This is a line 
14345 \begin_inset Box Boxed
14346 position "c"
14347 hor_pos "c"
14348 has_inner_box 1
14349 inner_pos "t"
14350 use_parbox 1
14351 use_makebox 0
14352 width "5cm"
14353 special "none"
14354 height "1in"
14355 height_special "totalheight"
14356 thickness "0.4pt"
14357 separation "3pt"
14358 shadowsize "4pt"
14359 framecolor "black"
14360 backgroundcolor "none"
14361 status open
14362
14363 \begin_layout Plain Layout
14364 This is a paragraph box.
14365  It is exactly 5
14366 \begin_inset space \thinspace{}
14367 \end_inset
14368
14369 cm long and can also contain formulas: 
14370 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14371 \end_inset
14372
14373
14374 \end_layout
14375
14376 \end_inset
14377
14378  with a parbox.
14379 \end_layout
14380
14381 \begin_layout Standard
14382 \begin_inset VSpace medskip
14383 \end_inset
14384
14385
14386 \end_layout
14387
14388 \begin_layout Standard
14389 Such a box is created by right-clicking on the gray box inset.
14390  A dialog pops up showing the box properties.
14391  In our case set: 
14392 \emph on
14393 Decoration
14394 \emph default
14395 : Rectangular box, 
14396 \emph on
14397 Inner Box
14398 \emph default
14399 : Parbox, 
14400 \emph on
14401 Width
14402 \emph default
14403 : 5
14404 \begin_inset space \thinspace{}
14405 \end_inset
14406
14407 cm, 
14408 \emph on
14409 Vertical Box Alignment
14410 \emph default
14411 : Middle
14412 \end_layout
14413
14414 \begin_layout Standard
14415 \begin_inset VSpace medskip
14416 \end_inset
14417
14418 In \SpecialChar LaTeX
14419  a parbox is created with the command 
14420 \series bold
14421
14422 \backslash
14423 parbox
14424 \series default
14425
14426 \begin_inset Index idx
14427 status collapsed
14428
14429 \begin_layout Plain Layout
14430 Commands ! P ! 
14431 \backslash
14432 parbox
14433 \end_layout
14434
14435 \end_inset
14436
14437  which has the following scheme:
14438 \end_layout
14439
14440 \begin_layout Standard
14441
14442 \series bold
14443
14444 \backslash
14445 parbox[position]{width}{box content}
14446 \end_layout
14447
14448 \begin_layout Standard
14449 The positions 
14450 \emph on
14451 b
14452 \emph default
14453  and 
14454 \emph on
14455 t
14456 \emph default
14457  are possible.
14458  
14459 \emph on
14460 b
14461 \emph default
14462  for 
14463 \begin_inset Quotes eld
14464 \end_inset
14465
14466 bottom
14467 \begin_inset Quotes erd
14468 \end_inset
14469
14470  means that the box is aligned within the surrounding text with its last
14471  line.
14472  With 
14473 \emph on
14474 t
14475 \emph default
14476  for 
14477 \begin_inset Quotes eld
14478 \end_inset
14479
14480 top
14481 \begin_inset Quotes erd
14482 \end_inset
14483
14484  this is done with the first line.
14485  When no position is given, the box will be vertically centered, see section
14486  
14487 \emph on
14488 Boxes
14489 \emph default
14490  of the 
14491 \emph on
14492 Embedded
14493 \begin_inset space ~
14494 \end_inset
14495
14496 Objects
14497 \emph default
14498  manual for examples.
14499 \end_layout
14500
14501 \begin_layout Standard
14502 \begin_inset VSpace bigskip
14503 \end_inset
14504
14505 To frame formulas completely, including the formula number, the formula
14506  must be set into a parbox.
14507  To do this, the command 
14508 \series bold
14509
14510 \backslash
14511 fbox{
14512 \backslash
14513 parbox{
14514 \backslash
14515 linewidth-2
14516 \backslash
14517 fboxsep-2
14518 \backslash
14519 fboxrule}{
14520 \series default
14521  is inserted in \SpecialChar TeX
14522  mode before the formula.
14523  
14524 \series bold
14525
14526 \backslash
14527 linewidth
14528 \series default
14529
14530 \begin_inset Index idx
14531 status collapsed
14532
14533 \begin_layout Plain Layout
14534 Commands ! L ! 
14535 \backslash
14536 linewidth
14537 \end_layout
14538
14539 \end_inset
14540
14541  is hereby the line width set for the document.
14542  Because the frame is outside the parbox, 2
14543 \begin_inset space \thinspace{}
14544 \end_inset
14545
14546 times the frame separation and the frame thickness must be subtracted from
14547  the line width.
14548  As this is not automatically done by \SpecialChar LyX
14549  due to a bug
14550 \begin_inset Foot
14551 status collapsed
14552
14553 \begin_layout Plain Layout
14554 \begin_inset CommandInset href
14555 LatexCommand href
14556 name "LyX-bug #4483"
14557 target "http://www.lyx.org/trac/ticket/4483"
14558
14559 \end_inset
14560
14561
14562 \end_layout
14563
14564 \end_inset
14565
14566 , \SpecialChar TeX
14567  mode has to be used.
14568  To be able to multiply and subtract in arguments, the \SpecialChar LaTeX
14569 -package 
14570 \series bold
14571 calc
14572 \series default
14573
14574 \begin_inset Foot
14575 status collapsed
14576
14577 \begin_layout Plain Layout
14578
14579 \series bold
14580 calc
14581 \series default
14582  is part of every \SpecialChar LaTeX
14583  standard installation.
14584 \end_layout
14585
14586 \end_inset
14587
14588
14589 \begin_inset Index idx
14590 status collapsed
14591
14592 \begin_layout Plain Layout
14593 Packages ! calc
14594 \end_layout
14595
14596 \end_inset
14597
14598  must be loaded in the \SpecialChar LaTeX
14599 -preamble with the line
14600 \end_layout
14601
14602 \begin_layout Standard
14603
14604 \series bold
14605
14606 \backslash
14607 usepackage{calc}
14608 \end_layout
14609
14610 \begin_layout Standard
14611 Behind the formula both boxes are closed by entering 
14612 \series bold
14613 }}
14614 \series default
14615  in \SpecialChar TeX
14616  mode.
14617  Here is an example:
14618 \begin_inset ERT
14619 status collapsed
14620
14621 \begin_layout Plain Layout
14622
14623
14624 \backslash
14625 fboxsep 5mm 
14626 \backslash
14627 fboxrule 5mm
14628 \end_layout
14629
14630 \end_inset
14631
14632
14633 \end_layout
14634
14635 \begin_layout Standard
14636 \begin_inset ERT
14637 status collapsed
14638
14639 \begin_layout Plain Layout
14640
14641
14642 \backslash
14643 fbox{
14644 \backslash
14645 parbox{
14646 \backslash
14647 linewidth-2
14648 \backslash
14649 fboxsep-2
14650 \backslash
14651 fboxrule}{
14652 \end_layout
14653
14654 \end_inset
14655
14656
14657 \begin_inset Formula 
14658 \begin{equation}
14659 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14660 \end{equation}
14661
14662 \end_inset
14663
14664
14665 \begin_inset ERT
14666 status collapsed
14667
14668 \begin_layout Plain Layout
14669
14670 }}
14671 \end_layout
14672
14673 \end_inset
14674
14675
14676 \begin_inset ERT
14677 status collapsed
14678
14679 \begin_layout Plain Layout
14680
14681
14682 \backslash
14683 fboxrule 0.4pt 
14684 \backslash
14685 fboxsep 3pt
14686 \end_layout
14687
14688 \end_inset
14689
14690
14691 \end_layout
14692
14693 \begin_layout Standard
14694 \begin_inset VSpace medskip
14695 \end_inset
14696
14697 As a parbox is used as the argument of 
14698 \series bold
14699
14700 \backslash
14701 fbox
14702 \series default
14703 , there is in this case no difference between 
14704 \series bold
14705
14706 \backslash
14707 fbox
14708 \series default
14709  and 
14710 \series bold
14711
14712 \backslash
14713 boxed
14714 \series default
14715 .
14716 \end_layout
14717
14718 \begin_layout Standard
14719 \begin_inset VSpace bigskip
14720 \end_inset
14721
14722 Paragraph boxes are very useful to comment formulas directly.
14723  To do this, 
14724 \series bold
14725
14726 \backslash
14727 parbox
14728 \series default
14729  is used in combination with the command 
14730 \series bold
14731
14732 \backslash
14733 tag
14734 \series default
14735 .
14736  (more about 
14737 \series bold
14738
14739 \backslash
14740 tag
14741 \series default
14742  see 
14743 \begin_inset CommandInset ref
14744 LatexCommand ref
14745 reference "subsec:User-defined-Numbering"
14746
14747 \end_inset
14748
14749 )
14750 \end_layout
14751
14752 \begin_layout Standard
14753 An example of a formula commented with 
14754 \series bold
14755
14756 \backslash
14757 parbox
14758 \series default
14759 :
14760 \end_layout
14761
14762 \begin_layout Standard
14763 \begin_inset ERT
14764 status collapsed
14765
14766 \begin_layout Plain Layout
14767
14768
14769 \backslash
14770 [5x-7b=3b
14771 \backslash
14772 tag*{
14773 \backslash
14774 parbox{5cm}{
14775 \end_layout
14776
14777 \end_inset
14778
14779 This is a description.
14780  It is distinctly separated from the formula and multiline.
14781 \begin_inset ERT
14782 status collapsed
14783
14784 \begin_layout Plain Layout
14785
14786 }}
14787 \backslash
14788 ]
14789 \end_layout
14790
14791 \end_inset
14792
14793
14794 \end_layout
14795
14796 \begin_layout Standard
14797 Such a formula must be inserted completely in \SpecialChar TeX
14798  mode because \SpecialChar LyX
14799  does not yet
14800  support the command 
14801 \series bold
14802
14803 \backslash
14804 parbox
14805 \series default
14806  in formulas.
14807  The formula is created with the following command sequence:
14808 \end_layout
14809
14810 \begin_layout Standard
14811 The command 
14812 \series bold
14813
14814 \backslash
14815 [5x-7b=3b
14816 \backslash
14817 tag*
14818 \backslash
14819 {
14820 \backslash
14821 parbox{5cm}{
14822 \series default
14823  is inserted in \SpecialChar TeX
14824  mode.
14825 \begin_inset Foot
14826 status collapsed
14827
14828 \begin_layout Plain Layout
14829 When the formula style 
14830 \series bold
14831 Indented
14832 \series default
14833  is used, 
14834 \series bold
14835
14836 \backslash
14837 tag*
14838 \backslash
14839 {
14840 \series default
14841  can also be replaced by 
14842 \series bold
14843
14844 \backslash
14845 hfill
14846 \series default
14847 .
14848  (formula styles see 
14849 \begin_inset CommandInset ref
14850 LatexCommand ref
14851 reference "sec:Formula-Styles"
14852
14853 \end_inset
14854
14855 )
14856 \end_layout
14857
14858 \end_inset
14859
14860  Then the description follows as normal text and finally 
14861 \series bold
14862 }}
14863 \backslash
14864 ]
14865 \series default
14866  is inserted in \SpecialChar TeX
14867  mode.
14868  The commands 
14869 \series bold
14870
14871 \backslash
14872 [
14873 \series default
14874  and 
14875 \series bold
14876
14877 \backslash
14878 ]
14879 \series default
14880  hereby create a displayed formula.
14881 \end_layout
14882
14883 \begin_layout Standard
14884 The advantages of 
14885 \series bold
14886
14887 \backslash
14888 parbox
14889 \series default
14890  can be seen in this example that was 
14891 \begin_inset Quotes eld
14892 \end_inset
14893
14894 commented
14895 \begin_inset Quotes erd
14896 \end_inset
14897
14898  using the mathematical textmode:
14899 \begin_inset Formula 
14900 \[
14901 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
14902 \]
14903
14904 \end_inset
14905
14906
14907 \end_layout
14908
14909 \begin_layout Section
14910 Operators
14911 \begin_inset Index idx
14912 status collapsed
14913
14914 \begin_layout Plain Layout
14915 Operators
14916 \end_layout
14917
14918 \end_inset
14919
14920
14921 \end_layout
14922
14923 \begin_layout Subsection
14924 Big Operators
14925 \begin_inset CommandInset label
14926 LatexCommand label
14927 name "subsec:Big-Operators"
14928
14929 \end_inset
14930
14931
14932 \begin_inset Index idx
14933 status collapsed
14934
14935 \begin_layout Plain Layout
14936 Operators ! big
14937 \end_layout
14938
14939 \end_inset
14940
14941
14942 \begin_inset Index idx
14943 status collapsed
14944
14945 \begin_layout Plain Layout
14946 Sums
14947 \end_layout
14948
14949 \end_inset
14950
14951
14952 \begin_inset Index idx
14953 status collapsed
14954
14955 \begin_layout Plain Layout
14956 Integrals
14957 \end_layout
14958
14959 \end_inset
14960
14961
14962 \end_layout
14963
14964 \begin_layout Standard
14965 To be able to use all integral operators listed here, the option 
14966 \family sans
14967 Use esint package automatically
14968 \family default
14969  must be set in the document settings under 
14970 \family sans
14971 Math
14972 \begin_inset space ~
14973 \end_inset
14974
14975 Options
14976 \family default
14977 .
14978 \end_layout
14979
14980 \begin_layout Standard
14981 \begin_inset space \hfill{}
14982 \end_inset
14983
14984
14985 \begin_inset Tabular
14986 <lyxtabular version="3" rows="11" columns="2">
14987 <features booktabs="true" tabularvalignment="middle">
14988 <column alignment="center" valignment="top" width="0pt">
14989 <column alignment="center" valignment="top" width="0pt">
14990 <row>
14991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14992 \begin_inset Text
14993
14994 \begin_layout Plain Layout
14995 Command
14996 \end_layout
14997
14998 \end_inset
14999 </cell>
15000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15001 \begin_inset Text
15002
15003 \begin_layout Plain Layout
15004 Result
15005 \end_layout
15006
15007 \end_inset
15008 </cell>
15009 </row>
15010 <row>
15011 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15012 \begin_inset Text
15013
15014 \begin_layout Plain Layout
15015
15016 \backslash
15017 int
15018 \begin_inset Index idx
15019 status collapsed
15020
15021 \begin_layout Plain Layout
15022 Commands ! I ! 
15023 \backslash
15024 int
15025 \end_layout
15026
15027 \end_inset
15028
15029
15030 \end_layout
15031
15032 \end_inset
15033 </cell>
15034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15035 \begin_inset Text
15036
15037 \begin_layout Plain Layout
15038 \begin_inset Formula $\int$
15039 \end_inset
15040
15041
15042 \end_layout
15043
15044 \end_inset
15045 </cell>
15046 </row>
15047 <row>
15048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15049 \begin_inset Text
15050
15051 \begin_layout Plain Layout
15052
15053 \backslash
15054 oint
15055 \end_layout
15056
15057 \end_inset
15058 </cell>
15059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Plain Layout
15063 \begin_inset Formula $\oint$
15064 \end_inset
15065
15066
15067 \end_layout
15068
15069 \end_inset
15070 </cell>
15071 </row>
15072 <row>
15073 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15074 \begin_inset Text
15075
15076 \begin_layout Plain Layout
15077
15078 \backslash
15079 ointctrclockwise
15080 \end_layout
15081
15082 \end_inset
15083 </cell>
15084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Plain Layout
15088 \begin_inset Formula $\ointctrclockwise$
15089 \end_inset
15090
15091
15092 \end_layout
15093
15094 \end_inset
15095 </cell>
15096 </row>
15097 <row>
15098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15099 \begin_inset Text
15100
15101 \begin_layout Plain Layout
15102
15103 \backslash
15104 ointclockwise
15105 \end_layout
15106
15107 \end_inset
15108 </cell>
15109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15110 \begin_inset Text
15111
15112 \begin_layout Plain Layout
15113 \begin_inset Formula $\ointclockwise$
15114 \end_inset
15115
15116
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 </row>
15122 <row>
15123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15124 \begin_inset Text
15125
15126 \begin_layout Plain Layout
15127
15128 \backslash
15129 sqint
15130 \end_layout
15131
15132 \end_inset
15133 </cell>
15134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15135 \begin_inset Text
15136
15137 \begin_layout Plain Layout
15138 \begin_inset Formula $\sqint$
15139 \end_inset
15140
15141
15142 \end_layout
15143
15144 \end_inset
15145 </cell>
15146 </row>
15147 <row>
15148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Plain Layout
15152
15153 \backslash
15154 fint
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163  
15164 \begin_inset Formula $\fint$
15165 \end_inset
15166
15167
15168 \end_layout
15169
15170 \end_inset
15171 </cell>
15172 </row>
15173 <row>
15174 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15175 \begin_inset Text
15176
15177 \begin_layout Plain Layout
15178
15179 \backslash
15180 landupint
15181 \end_layout
15182
15183 \end_inset
15184 </cell>
15185 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15186 \begin_inset Text
15187
15188 \begin_layout Plain Layout
15189  
15190 \begin_inset Formula $\landupint$
15191 \end_inset
15192
15193
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 </row>
15199 <row>
15200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15201 \begin_inset Text
15202
15203 \begin_layout Plain Layout
15204
15205 \backslash
15206 landdownint
15207 \end_layout
15208
15209 \end_inset
15210 </cell>
15211 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15212 \begin_inset Text
15213
15214 \begin_layout Plain Layout
15215  
15216 \begin_inset Formula $\landdownint$
15217 \end_inset
15218
15219
15220 \end_layout
15221
15222 \end_inset
15223 </cell>
15224 </row>
15225 <row>
15226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15227 \begin_inset Text
15228
15229 \begin_layout Plain Layout
15230
15231 \backslash
15232 bigcap
15233 \end_layout
15234
15235 \end_inset
15236 </cell>
15237 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15238 \begin_inset Text
15239
15240 \begin_layout Plain Layout
15241 \begin_inset Formula $\bigcap$
15242 \end_inset
15243
15244
15245 \end_layout
15246
15247 \end_inset
15248 </cell>
15249 </row>
15250 <row>
15251 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15252 \begin_inset Text
15253
15254 \begin_layout Plain Layout
15255
15256 \backslash
15257 bigcup
15258 \end_layout
15259
15260 \end_inset
15261 </cell>
15262 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15263 \begin_inset Text
15264
15265 \begin_layout Plain Layout
15266 \begin_inset Formula $\bigcup$
15267 \end_inset
15268
15269
15270 \end_layout
15271
15272 \end_inset
15273 </cell>
15274 </row>
15275 </lyxtabular>
15276
15277 \end_inset
15278
15279
15280 \begin_inset space \hfill{}
15281 \end_inset
15282
15283
15284 \begin_inset Tabular
15285 <lyxtabular version="3" rows="11" columns="2">
15286 <features booktabs="true" tabularvalignment="middle">
15287 <column alignment="center" valignment="top" width="0pt">
15288 <column alignment="center" valignment="top" width="0pt">
15289 <row>
15290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15291 \begin_inset Text
15292
15293 \begin_layout Plain Layout
15294 Command
15295 \end_layout
15296
15297 \end_inset
15298 </cell>
15299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15300 \begin_inset Text
15301
15302 \begin_layout Plain Layout
15303 Result
15304 \end_layout
15305
15306 \end_inset
15307 </cell>
15308 </row>
15309 <row>
15310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15311 \begin_inset Text
15312
15313 \begin_layout Plain Layout
15314
15315 \backslash
15316 sum
15317 \begin_inset Index idx
15318 status collapsed
15319
15320 \begin_layout Plain Layout
15321 Commands ! S ! 
15322 \backslash
15323 sum
15324 \end_layout
15325
15326 \end_inset
15327
15328
15329 \end_layout
15330
15331 \end_inset
15332 </cell>
15333 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15334 \begin_inset Text
15335
15336 \begin_layout Plain Layout
15337 \begin_inset Formula $\sum$
15338 \end_inset
15339
15340
15341 \end_layout
15342
15343 \end_inset
15344 </cell>
15345 </row>
15346 <row>
15347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15348 \begin_inset Text
15349
15350 \begin_layout Plain Layout
15351
15352 \backslash
15353 prod
15354 \begin_inset Index idx
15355 status collapsed
15356
15357 \begin_layout Plain Layout
15358 Commands ! P ! 
15359 \backslash
15360 prod
15361 \begin_inset ERT
15362 status collapsed
15363
15364 \begin_layout Plain Layout
15365
15366
15367 \backslash
15368 vspace{4mm}
15369 \end_layout
15370
15371 \end_inset
15372
15373
15374 \end_layout
15375
15376 \end_inset
15377
15378
15379 \end_layout
15380
15381 \end_inset
15382 </cell>
15383 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15384 \begin_inset Text
15385
15386 \begin_layout Plain Layout
15387 \begin_inset Formula $\prod$
15388 \end_inset
15389
15390
15391 \end_layout
15392
15393 \end_inset
15394 </cell>
15395 </row>
15396 <row>
15397 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15398 \begin_inset Text
15399
15400 \begin_layout Plain Layout
15401
15402 \backslash
15403 coprod
15404 \end_layout
15405
15406 \end_inset
15407 </cell>
15408 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15409 \begin_inset Text
15410
15411 \begin_layout Plain Layout
15412 \begin_inset Formula $\coprod$
15413 \end_inset
15414
15415
15416 \end_layout
15417
15418 \end_inset
15419 </cell>
15420 </row>
15421 <row>
15422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15423 \begin_inset Text
15424
15425 \begin_layout Plain Layout
15426
15427 \backslash
15428 bigodot
15429 \end_layout
15430
15431 \end_inset
15432 </cell>
15433 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15434 \begin_inset Text
15435
15436 \begin_layout Plain Layout
15437 \begin_inset Formula $\bigodot$
15438 \end_inset
15439
15440
15441 \end_layout
15442
15443 \end_inset
15444 </cell>
15445 </row>
15446 <row>
15447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15448 \begin_inset Text
15449
15450 \begin_layout Plain Layout
15451
15452 \backslash
15453 bigotimes
15454 \end_layout
15455
15456 \end_inset
15457 </cell>
15458 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15459 \begin_inset Text
15460
15461 \begin_layout Plain Layout
15462 \begin_inset Formula $\bigotimes$
15463 \end_inset
15464
15465
15466 \end_layout
15467
15468 \end_inset
15469 </cell>
15470 </row>
15471 <row>
15472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15473 \begin_inset Text
15474
15475 \begin_layout Plain Layout
15476
15477 \backslash
15478 bigoplus
15479 \end_layout
15480
15481 \end_inset
15482 </cell>
15483 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15484 \begin_inset Text
15485
15486 \begin_layout Plain Layout
15487 \begin_inset Formula $\bigoplus$
15488 \end_inset
15489
15490
15491 \end_layout
15492
15493 \end_inset
15494 </cell>
15495 </row>
15496 <row>
15497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15498 \begin_inset Text
15499
15500 \begin_layout Plain Layout
15501
15502 \backslash
15503 bigwedge
15504 \end_layout
15505
15506 \end_inset
15507 </cell>
15508 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15509 \begin_inset Text
15510
15511 \begin_layout Plain Layout
15512 \begin_inset Formula $\bigwedge$
15513 \end_inset
15514
15515
15516 \end_layout
15517
15518 \end_inset
15519 </cell>
15520 </row>
15521 <row>
15522 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15523 \begin_inset Text
15524
15525 \begin_layout Plain Layout
15526
15527 \backslash
15528 bigvee
15529 \end_layout
15530
15531 \end_inset
15532 </cell>
15533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15534 \begin_inset Text
15535
15536 \begin_layout Plain Layout
15537 \begin_inset Formula $\bigvee$
15538 \end_inset
15539
15540
15541 \end_layout
15542
15543 \end_inset
15544 </cell>
15545 </row>
15546 <row>
15547 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15548 \begin_inset Text
15549
15550 \begin_layout Plain Layout
15551
15552 \backslash
15553 bigsqcup
15554 \end_layout
15555
15556 \end_inset
15557 </cell>
15558 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15559 \begin_inset Text
15560
15561 \begin_layout Plain Layout
15562 \begin_inset Formula $\bigsqcup$
15563 \end_inset
15564
15565
15566 \end_layout
15567
15568 \end_inset
15569 </cell>
15570 </row>
15571 <row>
15572 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15573 \begin_inset Text
15574
15575 \begin_layout Plain Layout
15576
15577 \backslash
15578 biguplus
15579 \end_layout
15580
15581 \end_inset
15582 </cell>
15583 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15584 \begin_inset Text
15585
15586 \begin_layout Plain Layout
15587 \begin_inset Formula $\biguplus$
15588 \end_inset
15589
15590
15591 \end_layout
15592
15593 \end_inset
15594 </cell>
15595 </row>
15596 </lyxtabular>
15597
15598 \end_inset
15599
15600
15601 \begin_inset space \hfill{}
15602 \end_inset
15603
15604
15605 \end_layout
15606
15607 \begin_layout Standard
15608 All big operators can also be inserted via the math toolbar button 
15609 \begin_inset Info
15610 type  "icon"
15611 arg   "math-insert \\intop"
15612 \end_inset
15613
15614 .
15615 \end_layout
15616
15617 \begin_layout Standard
15618 The operators are called big because they are bigger than the sometimes
15619  equal looking binary operators.
15620  All big operators can have limits as described in the next subsection.
15621 \end_layout
15622
15623 \begin_layout Standard
15624 For all integral operators there is a second version available, ending in
15625  
15626 \series bold
15627 op
15628 \series default
15629
15630 \series bold
15631
15632 \backslash
15633 intop
15634 \series default
15635
15636 \series bold
15637
15638 \backslash
15639 ointop
15640 \series default
15641  etc..
15642  These operators are different from 
15643 \series bold
15644
15645 \backslash
15646 int
15647 \series default
15648  etc.
15649 \begin_inset space \space{}
15650 \end_inset
15651
15652 in the style the operator limits are displayed, see 
15653 \begin_inset CommandInset ref
15654 LatexCommand ref
15655 reference "subsec:Operator-Limits"
15656
15657 \end_inset
15658
15659 .
15660  
15661 \end_layout
15662
15663 \begin_layout Subsubsection*
15664 Advice for Integrals
15665 \end_layout
15666
15667 \begin_layout Standard
15668 The letter 
15669 \emph on
15670 d
15671 \emph default
15672  in an integral is an operator, that therefore has to be set upright.
15673  This is done by highlighting the 
15674 \emph on
15675 d
15676 \emph default
15677  and using the keyboard shortcut 
15678 \begin_inset Info
15679 type  "shortcut"
15680 arg   "font-roman"
15681 \end_inset
15682
15683
15684 \begin_inset Foot
15685 status collapsed
15686
15687 \begin_layout Plain Layout
15688 Font styles
15689 \series bold
15690  
15691 \series default
15692 see 
15693 \begin_inset CommandInset ref
15694 LatexCommand ref
15695 reference "subsec:Font-Styles"
15696
15697 \end_inset
15698
15699
15700 \end_layout
15701
15702 \end_inset
15703
15704 .
15705  Finally the smallest space is inserted before the 
15706 \emph on
15707 d
15708 \emph default
15709 , as this is usual for operators.
15710  An example:
15711 \end_layout
15712
15713 \begin_layout Standard
15714 incorrect: 
15715 \begin_inset Formula $\int A(x)dx$
15716 \end_inset
15717
15718
15719 \begin_inset Newline newline
15720 \end_inset
15721
15722
15723 \begin_inset Phantom HPhantom
15724 status open
15725
15726 \begin_layout Plain Layout
15727 in
15728 \end_layout
15729
15730 \end_inset
15731
15732 correct: 
15733 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15734 \end_inset
15735
15736
15737 \end_layout
15738
15739 \begin_layout Standard
15740 For multiple integrals there are the following commands:
15741 \begin_inset VSpace medskip
15742 \end_inset
15743
15744
15745 \end_layout
15746
15747 \begin_layout Standard
15748 \begin_inset space \hfill{}
15749 \end_inset
15750
15751
15752 \begin_inset Tabular
15753 <lyxtabular version="3" rows="4" columns="2">
15754 <features booktabs="true" tabularvalignment="middle">
15755 <column alignment="center" valignment="top" width="0pt">
15756 <column alignment="center" valignment="top" width="0pt">
15757 <row>
15758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15759 \begin_inset Text
15760
15761 \begin_layout Plain Layout
15762 Command
15763 \end_layout
15764
15765 \end_inset
15766 </cell>
15767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15768 \begin_inset Text
15769
15770 \begin_layout Plain Layout
15771 Result
15772 \end_layout
15773
15774 \end_inset
15775 </cell>
15776 </row>
15777 <row bottomspace="1mm">
15778 <cell alignment="center" valignment="top" usebox="none">
15779 \begin_inset Text
15780
15781 \begin_layout Plain Layout
15782
15783 \backslash
15784 iint
15785 \end_layout
15786
15787 \end_inset
15788 </cell>
15789 <cell alignment="center" valignment="top" usebox="none">
15790 \begin_inset Text
15791
15792 \begin_layout Plain Layout
15793 \begin_inset Formula $\iint$
15794 \end_inset
15795
15796
15797 \end_layout
15798
15799 \end_inset
15800 </cell>
15801 </row>
15802 <row bottomspace="1mm">
15803 <cell alignment="center" valignment="top" usebox="none">
15804 \begin_inset Text
15805
15806 \begin_layout Plain Layout
15807
15808 \backslash
15809 oiint
15810 \end_layout
15811
15812 \end_inset
15813 </cell>
15814 <cell alignment="center" valignment="top" usebox="none">
15815 \begin_inset Text
15816
15817 \begin_layout Plain Layout
15818 \begin_inset Formula $\oiint$
15819 \end_inset
15820
15821
15822 \end_layout
15823
15824 \end_inset
15825 </cell>
15826 </row>
15827 <row bottomspace="1mm">
15828 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15829 \begin_inset Text
15830
15831 \begin_layout Plain Layout
15832
15833 \backslash
15834 sqiint
15835 \end_layout
15836
15837 \end_inset
15838 </cell>
15839 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Plain Layout
15843 \begin_inset Formula $\sqiint$
15844 \end_inset
15845
15846
15847 \end_layout
15848
15849 \end_inset
15850 </cell>
15851 </row>
15852 </lyxtabular>
15853
15854 \end_inset
15855
15856
15857 \begin_inset space \hfill{}
15858 \end_inset
15859
15860
15861 \begin_inset Tabular
15862 <lyxtabular version="3" rows="4" columns="2">
15863 <features booktabs="true" tabularvalignment="middle">
15864 <column alignment="center" valignment="top" width="0pt">
15865 <column alignment="center" valignment="top" width="0pt">
15866 <row>
15867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Plain Layout
15871 Command
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15877 \begin_inset Text
15878
15879 \begin_layout Plain Layout
15880 Result
15881 \end_layout
15882
15883 \end_inset
15884 </cell>
15885 </row>
15886 <row bottomspace="1mm">
15887 <cell alignment="center" valignment="top" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891
15892 \backslash
15893 iiint
15894 \end_layout
15895
15896 \end_inset
15897 </cell>
15898 <cell alignment="center" valignment="top" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Plain Layout
15902 \begin_inset Formula $\iiint$
15903 \end_inset
15904
15905
15906 \end_layout
15907
15908 \end_inset
15909 </cell>
15910 </row>
15911 <row bottomspace="1mm">
15912 <cell alignment="center" valignment="top" usebox="none">
15913 \begin_inset Text
15914
15915 \begin_layout Plain Layout
15916
15917 \backslash
15918 iiiint
15919 \end_layout
15920
15921 \end_inset
15922 </cell>
15923 <cell alignment="center" valignment="top" usebox="none">
15924 \begin_inset Text
15925
15926 \begin_layout Plain Layout
15927 \begin_inset Formula $\iiiint$
15928 \end_inset
15929
15930
15931 \end_layout
15932
15933 \end_inset
15934 </cell>
15935 </row>
15936 <row bottomspace="1mm">
15937 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15938 \begin_inset Text
15939
15940 \begin_layout Plain Layout
15941
15942 \backslash
15943 dotsint
15944 \end_layout
15945
15946 \end_inset
15947 </cell>
15948 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15949 \begin_inset Text
15950
15951 \begin_layout Plain Layout
15952 \begin_inset Formula $\dotsint$
15953 \end_inset
15954
15955
15956 \end_layout
15957
15958 \end_inset
15959 </cell>
15960 </row>
15961 </lyxtabular>
15962
15963 \end_inset
15964
15965
15966 \begin_inset space \hfill{}
15967 \end_inset
15968
15969
15970 \end_layout
15971
15972 \begin_layout Subsection
15973 Operator Limits
15974 \begin_inset CommandInset label
15975 LatexCommand label
15976 name "subsec:Operator-Limits"
15977
15978 \end_inset
15979
15980
15981 \begin_inset Index idx
15982 status collapsed
15983
15984 \begin_layout Plain Layout
15985 Operators ! Limits
15986 \end_layout
15987
15988 \end_inset
15989
15990
15991 \end_layout
15992
15993 \begin_layout Standard
15994 Limits are created by super- and subscripts:
15995 \begin_inset Separator parbreak
15996 \end_inset
15997
15998
15999 \end_layout
16000
16001 \begin_layout Standard
16002 \align center
16003 \begin_inset Tabular
16004 <lyxtabular version="3" rows="2" columns="2">
16005 <features booktabs="true" tabularvalignment="middle">
16006 <column alignment="center" valignment="top" width="0pt">
16007 <column alignment="center" valignment="top" width="0pt">
16008 <row>
16009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16010 \begin_inset Text
16011
16012 \begin_layout Plain Layout
16013 Command
16014 \end_layout
16015
16016 \end_inset
16017 </cell>
16018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16019 \begin_inset Text
16020
16021 \begin_layout Plain Layout
16022 Result
16023 \end_layout
16024
16025 \end_inset
16026 </cell>
16027 </row>
16028 <row>
16029 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16030 \begin_inset Text
16031
16032 \begin_layout Plain Layout
16033
16034 \backslash
16035 prod^
16036 \backslash
16037 infty
16038 \begin_inset space \textvisiblespace{}
16039 \end_inset
16040
16041
16042 \begin_inset Formula $\to$
16043 \end_inset
16044
16045 _0
16046 \begin_inset Formula $\to$
16047 \end_inset
16048
16049 A(x)
16050 \end_layout
16051
16052 \end_inset
16053 </cell>
16054 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16055 \begin_inset Text
16056
16057 \begin_layout Plain Layout
16058 \begin_inset Formula $\prod_{0}^{\infty}A(x)$
16059 \end_inset
16060
16061
16062 \end_layout
16063
16064 \end_inset
16065 </cell>
16066 </row>
16067 </lyxtabular>
16068
16069 \end_inset
16070
16071
16072 \end_layout
16073
16074 \begin_layout Standard
16075 Limits of inline formulas are set right beside the operator.
16076  Limits in displayed formulas are set above or below the operator, except
16077  for integral limits.
16078 \end_layout
16079
16080 \begin_layout Standard
16081 To force that the limits are set beside the operator, the cursor is set
16082  directly behind the operator and the limits type is changed with the menu
16083  
16084 \family sans
16085 Edit\SpecialChar menuseparator
16086 Math\SpecialChar menuseparator
16087 Change Limits Type
16088 \family default
16089  to 
16090 \family sans
16091 \series bold
16092 Inline
16093 \family default
16094 \series default
16095  (shortcut 
16096 \begin_inset Info
16097 type  "shortcut"
16098 arg   "math-limits"
16099 \end_inset
16100
16101 ).
16102  An example:
16103 \end_layout
16104
16105 \begin_layout Standard
16106 The default limits type is this:
16107 \begin_inset Formula 
16108 \[
16109 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16110 \]
16111
16112 \end_inset
16113
16114 This is how it looks when the limits type was changed to 
16115 \family sans
16116 \series bold
16117 Inline
16118 \family default
16119 \series default
16120 :
16121 \begin_inset Formula 
16122 \[
16123 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16124 \]
16125
16126 \end_inset
16127
16128 For integrals, except those ending with 
16129 \series bold
16130 op
16131 \series default
16132  like 
16133 \series bold
16134
16135 \backslash
16136 intop
16137 \series default
16138
16139 \series bold
16140
16141 \backslash
16142 ointop
16143 \series default
16144  etc., the limits are by default set beside the operator.
16145  But for multiple integrals the limits are often set below the operator.
16146  In the following example the limits type was therefore set to 
16147 \series bold
16148 Display
16149 \series default
16150  and so set below the integrals:
16151 \begin_inset Formula 
16152 \begin{equation}
16153 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16154 \end{equation}
16155
16156 \end_inset
16157
16158
16159 \end_layout
16160
16161 \begin_layout Standard
16162 \begin_inset VSpace medskip
16163 \end_inset
16164
16165 To specify conditions for limits, the commands 
16166 \series bold
16167
16168 \backslash
16169 subarray
16170 \series default
16171
16172 \begin_inset Index idx
16173 status collapsed
16174
16175 \begin_layout Plain Layout
16176 Commands ! S ! 
16177 \backslash
16178 subarray
16179 \end_layout
16180
16181 \end_inset
16182
16183  and 
16184 \series bold
16185
16186 \backslash
16187 substack
16188 \series default
16189
16190 \begin_inset Index idx
16191 status collapsed
16192
16193 \begin_layout Plain Layout
16194 Commands ! S ! 
16195 \backslash
16196 substack
16197 \end_layout
16198
16199 \end_inset
16200
16201  are used.
16202  To create for example this expression 
16203 \begin_inset Formula 
16204 \begin{equation}
16205 \sum_{\begin{subarray}{c}
16206 0<k<1000\\
16207 \\
16208 k\,\in\,\mathbb{N}
16209 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16210 \end{equation}
16211
16212 \end_inset
16213
16214
16215 \end_layout
16216
16217 \begin_layout Standard
16218 the following has to be done:
16219 \begin_inset Newline newline
16220 \end_inset
16221
16222 First the command 
16223 \series bold
16224
16225 \backslash
16226 sum
16227 \series default
16228 ^
16229 \series bold
16230 n
16231 \begin_inset space \textvisiblespace{}
16232 \end_inset
16233
16234 _
16235 \series default
16236  is typed in.
16237  One is now in a blue box under the summation operator and insert there
16238  the command 
16239 \series bold
16240
16241 \backslash
16242 subarray
16243 \begin_inset space \textvisiblespace{}
16244 \end_inset
16245
16246
16247 \series default
16248 .
16249  The blue box is now within a purple box and now several lines can be written
16250  among each other.
16251  A new line is created by inserting a line break (
16252 \begin_inset Info
16253 type  "shortcut"
16254 arg   "newline-insert newline"
16255 \end_inset
16256
16257 ).
16258  When now
16259 \begin_inset Newline newline
16260 \end_inset
16261
16262
16263 \series bold
16264 0<k<1000 Ctrl+Return
16265 \begin_inset Newline newline
16266 \end_inset
16267
16268
16269 \series default
16270 is typed in, a new box appears below for the new line.
16271 \end_layout
16272
16273 \begin_layout Standard
16274 The alignment of the lines can be changed to left aligned with the 
16275 \family sans
16276 table
16277 \family default
16278  
16279 \family sans
16280 toolbar
16281 \family default
16282  or the menu 
16283 \family sans
16284 Edit\SpecialChar menuseparator
16285 Rows &Columns
16286 \family default
16287 .
16288  To get right alignment, 
16289 \series bold
16290
16291 \backslash
16292 hfill
16293 \begin_inset space \textvisiblespace{}
16294 \end_inset
16295
16296
16297 \series default
16298  is inserted at the beginning of the line.
16299 \end_layout
16300
16301 \begin_layout Standard
16302 The command 
16303 \series bold
16304
16305 \backslash
16306 substack
16307 \series default
16308  is equivalent to 
16309 \series bold
16310
16311 \backslash
16312 subarray
16313 \series default
16314  with the difference that the lines are always centered.
16315 \end_layout
16316
16317 \begin_layout Standard
16318 \begin_inset VSpace bigskip
16319 \end_inset
16320
16321 Like in formula 
16322 \begin_inset CommandInset ref
16323 LatexCommand eqref
16324 reference "eq:substack"
16325
16326 \end_inset
16327
16328  there can be too much space beside an operator, because the characters
16329  following the operator are set beside the limits.
16330  To avoid this the command 
16331 \series bold
16332
16333 \backslash
16334 smashoperator
16335 \series default
16336
16337 \begin_inset Index idx
16338 status collapsed
16339
16340 \begin_layout Plain Layout
16341 Commands ! S ! 
16342 \backslash
16343 smashoperator
16344 \end_layout
16345
16346 \end_inset
16347
16348  can be used.
16349  To activate it, set in the document settings under 
16350 \family sans
16351 Math
16352 \begin_inset space ~
16353 \end_inset
16354
16355 Options
16356 \family default
16357  for the package 
16358 \series bold
16359 mathtools
16360 \series default
16361
16362 \begin_inset Index idx
16363 status collapsed
16364
16365 \begin_layout Plain Layout
16366 Packages ! mathtools
16367 \end_layout
16368
16369 \end_inset
16370
16371  the option 
16372 \family sans
16373 Load
16374 \begin_inset space ~
16375 \end_inset
16376
16377 always
16378 \family default
16379 .
16380  
16381 \series bold
16382
16383 \backslash
16384 smashoperator
16385 \series default
16386  sets the space besides the operator to 0
16387 \begin_inset space \thinspace{}
16388 \end_inset
16389
16390 pt.
16391 \begin_inset Newline newline
16392 \end_inset
16393
16394 Applied on formula 
16395 \begin_inset CommandInset ref
16396 LatexCommand eqref
16397 reference "eq:substack"
16398
16399 \end_inset
16400
16401 , one uses the command
16402 \end_layout
16403
16404 \begin_layout Standard
16405
16406 \series bold
16407
16408 \backslash
16409 smashoperator{
16410 \end_layout
16411
16412 \begin_layout Standard
16413 and inserts the operator with its limits into the braces.
16414  Behind the brace one continues the formula:
16415 \begin_inset Formula 
16416 \[
16417 \smashoperator{\sum_{\begin{subarray}{c}
16418 0<k<1000\\
16419 \\
16420 k\,\in\,\mathbb{N}
16421 \end{subarray}}^{n}}k^{-2}
16422 \]
16423
16424 \end_inset
16425
16426
16427 \end_layout
16428
16429 \begin_layout Standard
16430 It is possible to set the space of only one side of the operator to 0
16431 \begin_inset space \thinspace{}
16432 \end_inset
16433
16434 pt.
16435  To do this write either 
16436 \series bold
16437 [l]
16438 \series default
16439  or 
16440 \series bold
16441 [r]
16442 \series default
16443  between 
16444 \series bold
16445
16446 \backslash
16447 smashoperator
16448 \series default
16449  and its brace.
16450  
16451 \series bold
16452 l
16453 \series default
16454  stands for the left and 
16455 \series bold
16456 r
16457 \series default
16458  for the right side of the operator.
16459  Here is an example of the possible 
16460 \series bold
16461
16462 \backslash
16463 smashoperator
16464 \series default
16465  forms:
16466 \end_layout
16467
16468 \begin_layout Standard
16469 \begin_inset Formula 
16470 \[
16471 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}
16472 \]
16473
16474 \end_inset
16475
16476
16477 \end_layout
16478
16479 \begin_layout Standard
16480 \begin_inset VSpace bigskip
16481 \end_inset
16482
16483
16484 \end_layout
16485
16486 \begin_layout Standard
16487 When several consecutive operators have limits the typesetting of the limits
16488  looks often imperfect in the output, see this example:
16489 \begin_inset Formula 
16490 \[
16491 \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}
16492 \]
16493
16494 \end_inset
16495
16496 To improve the typesetting set in the document settings under 
16497 \family sans
16498 Math
16499 \begin_inset space ~
16500 \end_inset
16501
16502 Options
16503 \family default
16504  for the package 
16505 \series bold
16506 mathtools
16507 \series default
16508
16509 \begin_inset Index idx
16510 status collapsed
16511
16512 \begin_layout Plain Layout
16513 Packages ! mathtools
16514 \end_layout
16515
16516 \end_inset
16517
16518  the option 
16519 \family sans
16520 Load
16521 \begin_inset space ~
16522 \end_inset
16523
16524 always
16525 \family default
16526 .
16527  Then insert into your formula the command 
16528 \series bold
16529
16530 \backslash
16531 adjustlimits
16532 \series default
16533
16534 \begin_inset Index idx
16535 status collapsed
16536
16537 \begin_layout Plain Layout
16538 Commands ! A ! 
16539 \backslash
16540 adjustlimits
16541 \end_layout
16542
16543 \end_inset
16544
16545  directly before the first operator.
16546  The example will then look like this:
16547 \begin_inset Formula 
16548 \[
16549 \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}
16550 \]
16551
16552 \end_inset
16553
16554
16555 \end_layout
16556
16557 \begin_layout Standard
16558 \begin_inset VSpace bigskip
16559 \end_inset
16560
16561 How to use one limit for several operators is described in 
16562 \begin_inset CommandInset ref
16563 LatexCommand ref
16564 reference "subsec:Self-defined-Operators"
16565
16566 \end_inset
16567
16568 .
16569 \end_layout
16570
16571 \begin_layout Subsection
16572 Decoration for Operators
16573 \begin_inset Index idx
16574 status collapsed
16575
16576 \begin_layout Plain Layout
16577 Operators ! Decoration
16578 \end_layout
16579
16580 \end_inset
16581
16582
16583 \end_layout
16584
16585 \begin_layout Standard
16586 With the commands 
16587 \series bold
16588
16589 \backslash
16590 overset
16591 \series default
16592
16593 \begin_inset Index idx
16594 status collapsed
16595
16596 \begin_layout Plain Layout
16597 Commands ! O ! 
16598 \backslash
16599 overset
16600 \end_layout
16601
16602 \end_inset
16603
16604  and 
16605 \series bold
16606
16607 \backslash
16608 underset
16609 \series default
16610
16611 \begin_inset Index idx
16612 status collapsed
16613
16614 \begin_layout Plain Layout
16615 Commands ! U ! 
16616 \backslash
16617 underset
16618 \end_layout
16619
16620 \end_inset
16621
16622  characters can be placed above or below an operator, respectively.
16623  With the command 
16624 \series bold
16625
16626 \backslash
16627 sideset
16628 \series default
16629
16630 \begin_inset Index idx
16631 status collapsed
16632
16633 \begin_layout Plain Layout
16634 Commands ! S ! 
16635 \backslash
16636 sideset
16637 \end_layout
16638
16639 \end_inset
16640
16641  characters can be set before and behind a big operator.
16642 \end_layout
16643
16644 \begin_layout Standard
16645 There are 4
16646 \begin_inset space ~
16647 \end_inset
16648
16649 variants of 
16650 \series bold
16651
16652 \backslash
16653 sideset
16654 \series default
16655 :
16656 \end_layout
16657
16658 \begin_layout Itemize
16659
16660 \series bold
16661
16662 \backslash
16663 sideset
16664 \series default
16665  is used to set characters at the corners of the operator
16666 \end_layout
16667
16668 \begin_layout Itemize
16669
16670 \series bold
16671
16672 \backslash
16673 sidesetn
16674 \series default
16675  is used to set characters before and/or behind the operator (this variant
16676  represents \SpecialChar LaTeX
16677 's original 
16678 \series bold
16679
16680 \backslash
16681 sideset
16682 \series default
16683  command)
16684 \end_layout
16685
16686 \begin_layout Itemize
16687
16688 \series bold
16689
16690 \backslash
16691 sidesetl
16692 \series default
16693  is used to set characters at the left corners and/or behind the operator
16694 \end_layout
16695
16696 \begin_layout Itemize
16697
16698 \series bold
16699
16700 \backslash
16701 sidesetr
16702 \series default
16703  is used to set characters at the right corners and/or before the operator
16704 \end_layout
16705
16706 \begin_layout Standard
16707 For example the command 
16708 \series bold
16709
16710 \backslash
16711 sidesetn
16712 \begin_inset space \textvisiblespace{}
16713 \end_inset
16714
16715
16716 \backslash
16717 sum
16718 \begin_inset space \textvisiblespace{}
16719 \end_inset
16720
16721
16722 \begin_inset Formula $\to$
16723 \end_inset
16724
16725 '
16726 \begin_inset Formula $\to$
16727 \end_inset
16728
16729 _k=1
16730 \begin_inset space \textvisiblespace{}
16731 \end_inset
16732
16733
16734 \series default
16735 ^
16736 \series bold
16737 n
16738 \series default
16739  produces:
16740 \begin_inset Formula 
16741 \[
16742 \sideset{}{'}\sum_{k=1}^{n}
16743 \]
16744
16745 \end_inset
16746
16747
16748 \end_layout
16749
16750 \begin_layout Standard
16751 \begin_inset Note Greyedout
16752 status open
16753
16754 \begin_layout Plain Layout
16755
16756 \series bold
16757 Note: 
16758 \backslash
16759 sideset
16760 \series default
16761  can only be used to decorate big operators, binary operators are not allowed.
16762 \end_layout
16763
16764 \end_inset
16765
16766
16767 \end_layout
16768
16769 \begin_layout Standard
16770
16771 \series bold
16772
16773 \backslash
16774 overset
16775 \series default
16776  and 
16777 \series bold
16778
16779 \backslash
16780 underset
16781 \series default
16782  can also be used to decorate symbols and characters.
16783  For example, the command 
16784 \series bold
16785
16786 \backslash
16787 overset
16788 \begin_inset space \textvisiblespace{}
16789 \end_inset
16790
16791
16792 \backslash
16793 maltese
16794 \begin_inset space \textvisiblespace{}
16795 \end_inset
16796
16797
16798 \series default
16799
16800 \begin_inset Formula $\uparrow$
16801 \end_inset
16802
16803
16804 \series bold
16805 a
16806 \series default
16807  produces:
16808 \begin_inset Formula 
16809 \[
16810 \overset{a}{\maltese}
16811 \]
16812
16813 \end_inset
16814
16815
16816 \end_layout
16817
16818 \begin_layout Subsection
16819 Binary Operators
16820 \begin_inset CommandInset label
16821 LatexCommand label
16822 name "subsec:Binary-Operators"
16823
16824 \end_inset
16825
16826
16827 \begin_inset Index idx
16828 status collapsed
16829
16830 \begin_layout Plain Layout
16831 Operators ! binary
16832 \end_layout
16833
16834 \end_inset
16835
16836
16837 \end_layout
16838
16839 \begin_layout Standard
16840 Binary operators are surrounded by space when there is a character before
16841  and after them.
16842 \begin_inset VSpace medskip
16843 \end_inset
16844
16845
16846 \end_layout
16847
16848 \begin_layout Standard
16849 \begin_inset Tabular
16850 <lyxtabular version="3" rows="13" columns="2">
16851 <features booktabs="true" tabularvalignment="middle">
16852 <column alignment="center" valignment="top" width="0pt">
16853 <column alignment="center" valignment="top" width="0pt">
16854 <row>
16855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16856 \begin_inset Text
16857
16858 \begin_layout Plain Layout
16859 Command
16860 \begin_inset Note Note
16861 status collapsed
16862
16863 \begin_layout Plain Layout
16864
16865 \series bold
16866
16867 \backslash
16868 raisebox
16869 \series default
16870  is only used as spacer.
16871 \end_layout
16872
16873 \end_inset
16874
16875
16876 \end_layout
16877
16878 \end_inset
16879 </cell>
16880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16881 \begin_inset Text
16882
16883 \begin_layout Plain Layout
16884 Result
16885 \end_layout
16886
16887 \end_inset
16888 </cell>
16889 </row>
16890 <row>
16891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16892 \begin_inset Text
16893
16894 \begin_layout Plain Layout
16895 +
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Plain Layout
16904 \begin_inset Formula $+$
16905 \end_inset
16906
16907
16908 \end_layout
16909
16910 \end_inset
16911 </cell>
16912 </row>
16913 <row>
16914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918 -
16919 \end_layout
16920
16921 \end_inset
16922 </cell>
16923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16924 \begin_inset Text
16925
16926 \begin_layout Plain Layout
16927 \begin_inset Formula $-$
16928 \end_inset
16929
16930
16931 \end_layout
16932
16933 \end_inset
16934 </cell>
16935 </row>
16936 <row>
16937 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941
16942 \backslash
16943 pm
16944 \end_layout
16945
16946 \end_inset
16947 </cell>
16948 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16949 \begin_inset Text
16950
16951 \begin_layout Plain Layout
16952 \begin_inset Formula $\pm$
16953 \end_inset
16954
16955
16956 \end_layout
16957
16958 \end_inset
16959 </cell>
16960 </row>
16961 <row>
16962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966
16967 \backslash
16968 mp
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977 \begin_inset Formula $\mp$
16978 \end_inset
16979
16980
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 </row>
16986 <row>
16987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16988 \begin_inset Text
16989
16990 \begin_layout Plain Layout
16991
16992 \backslash
16993 cdot
16994 \end_layout
16995
16996 \end_inset
16997 </cell>
16998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16999 \begin_inset Text
17000
17001 \begin_layout Plain Layout
17002 \begin_inset Formula $\cdot$
17003 \end_inset
17004
17005
17006 \end_layout
17007
17008 \end_inset
17009 </cell>
17010 </row>
17011 <row>
17012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17013 \begin_inset Text
17014
17015 \begin_layout Plain Layout
17016
17017 \backslash
17018 times
17019 \end_layout
17020
17021 \end_inset
17022 </cell>
17023 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17024 \begin_inset Text
17025
17026 \begin_layout Plain Layout
17027 \begin_inset Formula $\times$
17028 \end_inset
17029
17030
17031 \end_layout
17032
17033 \end_inset
17034 </cell>
17035 </row>
17036 <row>
17037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17038 \begin_inset Text
17039
17040 \begin_layout Plain Layout
17041
17042 \backslash
17043 div
17044 \end_layout
17045
17046 \end_inset
17047 </cell>
17048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17049 \begin_inset Text
17050
17051 \begin_layout Plain Layout
17052 \begin_inset Formula $\div$
17053 \end_inset
17054
17055
17056 \end_layout
17057
17058 \end_inset
17059 </cell>
17060 </row>
17061 <row>
17062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17063 \begin_inset Text
17064
17065 \begin_layout Plain Layout
17066 \begin_inset ERT
17067 status collapsed
17068
17069 \begin_layout Plain Layout
17070
17071
17072 \backslash
17073 raisebox{-1.2mm}{
17074 \end_layout
17075
17076 \end_inset
17077
17078 *
17079 \begin_inset ERT
17080 status collapsed
17081
17082 \begin_layout Plain Layout
17083
17084 }
17085 \end_layout
17086
17087 \end_inset
17088
17089
17090 \end_layout
17091
17092 \end_inset
17093 </cell>
17094 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17095 \begin_inset Text
17096
17097 \begin_layout Plain Layout
17098 \begin_inset Formula $*$
17099 \end_inset
17100
17101
17102 \end_layout
17103
17104 \end_inset
17105 </cell>
17106 </row>
17107 <row>
17108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17109 \begin_inset Text
17110
17111 \begin_layout Plain Layout
17112
17113 \backslash
17114 star
17115 \end_layout
17116
17117 \end_inset
17118 </cell>
17119 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17120 \begin_inset Text
17121
17122 \begin_layout Plain Layout
17123 \begin_inset Formula $\star$
17124 \end_inset
17125
17126
17127 \end_layout
17128
17129 \end_inset
17130 </cell>
17131 </row>
17132 <row>
17133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17134 \begin_inset Text
17135
17136 \begin_layout Plain Layout
17137
17138 \backslash
17139 circ
17140 \end_layout
17141
17142 \end_inset
17143 </cell>
17144 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17145 \begin_inset Text
17146
17147 \begin_layout Plain Layout
17148 \begin_inset Formula $\circ$
17149 \end_inset
17150
17151
17152 \end_layout
17153
17154 \end_inset
17155 </cell>
17156 </row>
17157 <row>
17158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17159 \begin_inset Text
17160
17161 \begin_layout Plain Layout
17162
17163 \backslash
17164 diamond
17165 \end_layout
17166
17167 \end_inset
17168 </cell>
17169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173 \begin_inset Formula $\diamond$
17174 \end_inset
17175
17176
17177 \end_layout
17178
17179 \end_inset
17180 </cell>
17181 </row>
17182 <row>
17183 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17184 \begin_inset Text
17185
17186 \begin_layout Plain Layout
17187
17188 \backslash
17189 bullet
17190 \end_layout
17191
17192 \end_inset
17193 </cell>
17194 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17195 \begin_inset Text
17196
17197 \begin_layout Plain Layout
17198 \begin_inset Formula $\bullet$
17199 \end_inset
17200
17201
17202 \end_layout
17203
17204 \end_inset
17205 </cell>
17206 </row>
17207 </lyxtabular>
17208
17209 \end_inset
17210
17211
17212 \begin_inset space \hfill{}
17213 \end_inset
17214
17215
17216 \begin_inset Tabular
17217 <lyxtabular version="3" rows="13" columns="2">
17218 <features booktabs="true" tabularvalignment="middle">
17219 <column alignment="center" valignment="top" width="0pt">
17220 <column alignment="center" valignment="top" width="0pt">
17221 <row>
17222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17223 \begin_inset Text
17224
17225 \begin_layout Plain Layout
17226 Command
17227 \end_layout
17228
17229 \end_inset
17230 </cell>
17231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17232 \begin_inset Text
17233
17234 \begin_layout Plain Layout
17235 Result
17236 \end_layout
17237
17238 \end_inset
17239 </cell>
17240 </row>
17241 <row>
17242 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17243 \begin_inset Text
17244
17245 \begin_layout Plain Layout
17246
17247 \backslash
17248 nabla
17249 \end_layout
17250
17251 \end_inset
17252 </cell>
17253 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17254 \begin_inset Text
17255
17256 \begin_layout Plain Layout
17257 \begin_inset Formula $\nabla$
17258 \end_inset
17259
17260
17261 \end_layout
17262
17263 \end_inset
17264 </cell>
17265 </row>
17266 <row>
17267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17268 \begin_inset Text
17269
17270 \begin_layout Plain Layout
17271
17272 \backslash
17273 bigtriangledown
17274 \end_layout
17275
17276 \end_inset
17277 </cell>
17278 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17279 \begin_inset Text
17280
17281 \begin_layout Plain Layout
17282 \begin_inset Formula $\bigtriangledown$
17283 \end_inset
17284
17285
17286 \end_layout
17287
17288 \end_inset
17289 </cell>
17290 </row>
17291 <row>
17292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17293 \begin_inset Text
17294
17295 \begin_layout Plain Layout
17296
17297 \backslash
17298 bigtriangleup
17299 \end_layout
17300
17301 \end_inset
17302 </cell>
17303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17304 \begin_inset Text
17305
17306 \begin_layout Plain Layout
17307 \begin_inset Formula $\bigtriangleup$
17308 \end_inset
17309
17310
17311 \end_layout
17312
17313 \end_inset
17314 </cell>
17315 </row>
17316 <row>
17317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17318 \begin_inset Text
17319
17320 \begin_layout Plain Layout
17321
17322 \backslash
17323 Box
17324 \end_layout
17325
17326 \end_inset
17327 </cell>
17328 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17329 \begin_inset Text
17330
17331 \begin_layout Plain Layout
17332 \begin_inset Formula $\Box$
17333 \end_inset
17334
17335
17336 \end_layout
17337
17338 \end_inset
17339 </cell>
17340 </row>
17341 <row>
17342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17343 \begin_inset Text
17344
17345 \begin_layout Plain Layout
17346
17347 \backslash
17348 cap 
17349 \end_layout
17350
17351 \end_inset
17352 </cell>
17353 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17354 \begin_inset Text
17355
17356 \begin_layout Plain Layout
17357 \begin_inset Formula $\cap$
17358 \end_inset
17359
17360
17361 \end_layout
17362
17363 \end_inset
17364 </cell>
17365 </row>
17366 <row>
17367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17368 \begin_inset Text
17369
17370 \begin_layout Plain Layout
17371
17372 \backslash
17373 cup
17374 \end_layout
17375
17376 \end_inset
17377 </cell>
17378 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17379 \begin_inset Text
17380
17381 \begin_layout Plain Layout
17382 \begin_inset Formula $\cup$
17383 \end_inset
17384
17385
17386 \end_layout
17387
17388 \end_inset
17389 </cell>
17390 </row>
17391 <row>
17392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17393 \begin_inset Text
17394
17395 \begin_layout Plain Layout
17396
17397 \backslash
17398 dagger
17399 \end_layout
17400
17401 \end_inset
17402 </cell>
17403 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17404 \begin_inset Text
17405
17406 \begin_layout Plain Layout
17407 \begin_inset Formula $\dagger$
17408 \end_inset
17409
17410
17411 \end_layout
17412
17413 \end_inset
17414 </cell>
17415 </row>
17416 <row>
17417 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Plain Layout
17421
17422 \backslash
17423 ddagger
17424 \end_layout
17425
17426 \end_inset
17427 </cell>
17428 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17429 \begin_inset Text
17430
17431 \begin_layout Plain Layout
17432 \begin_inset Formula $\ddagger$
17433 \end_inset
17434
17435
17436 \end_layout
17437
17438 \end_inset
17439 </cell>
17440 </row>
17441 <row>
17442 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17443 \begin_inset Text
17444
17445 \begin_layout Plain Layout
17446
17447 \backslash
17448 wr
17449 \end_layout
17450
17451 \end_inset
17452 </cell>
17453 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17454 \begin_inset Text
17455
17456 \begin_layout Plain Layout
17457 \begin_inset Formula $\wr$
17458 \end_inset
17459
17460
17461 \end_layout
17462
17463 \end_inset
17464 </cell>
17465 </row>
17466 <row>
17467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17468 \begin_inset Text
17469
17470 \begin_layout Plain Layout
17471
17472 \backslash
17473 bigcirc
17474 \end_layout
17475
17476 \end_inset
17477 </cell>
17478 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17479 \begin_inset Text
17480
17481 \begin_layout Plain Layout
17482 \begin_inset Formula $\bigcirc$
17483 \end_inset
17484
17485
17486 \end_layout
17487
17488 \end_inset
17489 </cell>
17490 </row>
17491 <row>
17492 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17493 \begin_inset Text
17494
17495 \begin_layout Plain Layout
17496
17497 \backslash
17498 wedge
17499 \end_layout
17500
17501 \end_inset
17502 </cell>
17503 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17504 \begin_inset Text
17505
17506 \begin_layout Plain Layout
17507 \begin_inset Formula $\wedge$
17508 \end_inset
17509
17510
17511 \end_layout
17512
17513 \end_inset
17514 </cell>
17515 </row>
17516 <row>
17517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17518 \begin_inset Text
17519
17520 \begin_layout Plain Layout
17521
17522 \backslash
17523 vee
17524 \end_layout
17525
17526 \end_inset
17527 </cell>
17528 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17529 \begin_inset Text
17530
17531 \begin_layout Plain Layout
17532 \begin_inset Formula $\vee$
17533 \end_inset
17534
17535
17536 \end_layout
17537
17538 \end_inset
17539 </cell>
17540 </row>
17541 </lyxtabular>
17542
17543 \end_inset
17544
17545
17546 \begin_inset space \hfill{}
17547 \end_inset
17548
17549
17550 \begin_inset Tabular
17551 <lyxtabular version="3" rows="13" columns="2">
17552 <features booktabs="true" tabularvalignment="middle">
17553 <column alignment="center" valignment="top" width="0pt">
17554 <column alignment="center" valignment="top" width="0pt">
17555 <row>
17556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17557 \begin_inset Text
17558
17559 \begin_layout Plain Layout
17560 Command
17561 \end_layout
17562
17563 \end_inset
17564 </cell>
17565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17566 \begin_inset Text
17567
17568 \begin_layout Plain Layout
17569 Result
17570 \end_layout
17571
17572 \end_inset
17573 </cell>
17574 </row>
17575 <row>
17576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17577 \begin_inset Text
17578
17579 \begin_layout Plain Layout
17580
17581 \backslash
17582 oplus
17583 \end_layout
17584
17585 \end_inset
17586 </cell>
17587 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17588 \begin_inset Text
17589
17590 \begin_layout Plain Layout
17591 \begin_inset Formula $\oplus$
17592 \end_inset
17593
17594
17595 \end_layout
17596
17597 \end_inset
17598 </cell>
17599 </row>
17600 <row>
17601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17602 \begin_inset Text
17603
17604 \begin_layout Plain Layout
17605
17606 \backslash
17607 ominus
17608 \end_layout
17609
17610 \end_inset
17611 </cell>
17612 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17613 \begin_inset Text
17614
17615 \begin_layout Plain Layout
17616 \begin_inset Formula $\ominus$
17617 \end_inset
17618
17619
17620 \end_layout
17621
17622 \end_inset
17623 </cell>
17624 </row>
17625 <row>
17626 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17627 \begin_inset Text
17628
17629 \begin_layout Plain Layout
17630
17631 \backslash
17632 otimes
17633 \end_layout
17634
17635 \end_inset
17636 </cell>
17637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17638 \begin_inset Text
17639
17640 \begin_layout Plain Layout
17641 \begin_inset Formula $\otimes$
17642 \end_inset
17643
17644
17645 \end_layout
17646
17647 \end_inset
17648 </cell>
17649 </row>
17650 <row>
17651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17652 \begin_inset Text
17653
17654 \begin_layout Plain Layout
17655
17656 \backslash
17657 oslash
17658 \end_layout
17659
17660 \end_inset
17661 </cell>
17662 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17663 \begin_inset Text
17664
17665 \begin_layout Plain Layout
17666 \begin_inset Formula $\oslash$
17667 \end_inset
17668
17669
17670 \end_layout
17671
17672 \end_inset
17673 </cell>
17674 </row>
17675 <row>
17676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17677 \begin_inset Text
17678
17679 \begin_layout Plain Layout
17680
17681 \backslash
17682 odot
17683 \end_layout
17684
17685 \end_inset
17686 </cell>
17687 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17688 \begin_inset Text
17689
17690 \begin_layout Plain Layout
17691 \begin_inset Formula $\odot$
17692 \end_inset
17693
17694
17695 \end_layout
17696
17697 \end_inset
17698 </cell>
17699 </row>
17700 <row>
17701 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17702 \begin_inset Text
17703
17704 \begin_layout Plain Layout
17705
17706 \backslash
17707 amalg
17708 \end_layout
17709
17710 \end_inset
17711 </cell>
17712 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17713 \begin_inset Text
17714
17715 \begin_layout Plain Layout
17716 \begin_inset Formula $\amalg$
17717 \end_inset
17718
17719
17720 \end_layout
17721
17722 \end_inset
17723 </cell>
17724 </row>
17725 <row>
17726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17727 \begin_inset Text
17728
17729 \begin_layout Plain Layout
17730
17731 \backslash
17732 uplus
17733 \end_layout
17734
17735 \end_inset
17736 </cell>
17737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17738 \begin_inset Text
17739
17740 \begin_layout Plain Layout
17741 \begin_inset Formula $\uplus$
17742 \end_inset
17743
17744
17745 \end_layout
17746
17747 \end_inset
17748 </cell>
17749 </row>
17750 <row>
17751 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17752 \begin_inset Text
17753
17754 \begin_layout Plain Layout
17755
17756 \backslash
17757 setminus
17758 \end_layout
17759
17760 \end_inset
17761 </cell>
17762 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17763 \begin_inset Text
17764
17765 \begin_layout Plain Layout
17766 \begin_inset Formula $\setminus$
17767 \end_inset
17768
17769
17770 \end_layout
17771
17772 \end_inset
17773 </cell>
17774 </row>
17775 <row>
17776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17777 \begin_inset Text
17778
17779 \begin_layout Plain Layout
17780
17781 \backslash
17782 sqcap
17783 \end_layout
17784
17785 \end_inset
17786 </cell>
17787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17788 \begin_inset Text
17789
17790 \begin_layout Plain Layout
17791 \begin_inset Formula $\sqcap$
17792 \end_inset
17793
17794
17795 \end_layout
17796
17797 \end_inset
17798 </cell>
17799 </row>
17800 <row>
17801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17802 \begin_inset Text
17803
17804 \begin_layout Plain Layout
17805
17806 \backslash
17807 sqcup
17808 \end_layout
17809
17810 \end_inset
17811 </cell>
17812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17813 \begin_inset Text
17814
17815 \begin_layout Plain Layout
17816 \begin_inset Formula $\sqcup$
17817 \end_inset
17818
17819
17820 \end_layout
17821
17822 \end_inset
17823 </cell>
17824 </row>
17825 <row>
17826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17827 \begin_inset Text
17828
17829 \begin_layout Plain Layout
17830
17831 \backslash
17832 triangleleft
17833 \end_layout
17834
17835 \end_inset
17836 </cell>
17837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17838 \begin_inset Text
17839
17840 \begin_layout Plain Layout
17841 \begin_inset Formula $\triangleleft$
17842 \end_inset
17843
17844
17845 \end_layout
17846
17847 \end_inset
17848 </cell>
17849 </row>
17850 <row>
17851 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17852 \begin_inset Text
17853
17854 \begin_layout Plain Layout
17855
17856 \backslash
17857 triangleright
17858 \end_layout
17859
17860 \end_inset
17861 </cell>
17862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17863 \begin_inset Text
17864
17865 \begin_layout Plain Layout
17866 \begin_inset Formula $\triangleright$
17867 \end_inset
17868
17869
17870 \end_layout
17871
17872 \end_inset
17873 </cell>
17874 </row>
17875 </lyxtabular>
17876
17877 \end_inset
17878
17879
17880 \end_layout
17881
17882 \begin_layout Standard
17883 All binary operators can also be inserted via the math toolbar button 
17884 \begin_inset Info
17885 type  "icon"
17886 arg   "math-insert \\pm"
17887 \end_inset
17888
17889 .
17890 \end_layout
17891
17892 \begin_layout Standard
17893 To typeset the Laplace operator also 
17894 \series bold
17895
17896 \backslash
17897 Delta
17898 \series default
17899  or 
17900 \series bold
17901
17902 \backslash
17903 nabla
17904 \series default
17905 ^
17906 \series bold
17907 2
17908 \series default
17909  (
17910 \begin_inset Formula $\nabla^{2}$
17911 \end_inset
17912
17913 ) can be used instead of 
17914 \series bold
17915
17916 \backslash
17917 bigtriangleup
17918 \series default
17919  .
17920 \end_layout
17921
17922 \begin_layout Standard
17923 The character 
17924 \family sans
17925 Menu Separator
17926 \family default
17927  from the menu 
17928 \family sans
17929 Insert\SpecialChar menuseparator
17930 Special Character
17931 \family default
17932  is the operator 
17933 \series bold
17934
17935 \backslash
17936 triangleright
17937 \series default
17938 .
17939 \end_layout
17940
17941 \begin_layout Subsection
17942 Self-defined Operators
17943 \begin_inset CommandInset label
17944 LatexCommand label
17945 name "subsec:Self-defined-Operators"
17946
17947 \end_inset
17948
17949
17950 \begin_inset Index idx
17951 status collapsed
17952
17953 \begin_layout Plain Layout
17954 Operators ! self-defined
17955 \end_layout
17956
17957 \end_inset
17958
17959
17960 \end_layout
17961
17962 \begin_layout Standard
17963 With the help of the command 
17964 \series bold
17965
17966 \backslash
17967 DeclareMathOperator
17968 \series default
17969
17970 \begin_inset Index idx
17971 status collapsed
17972
17973 \begin_layout Plain Layout
17974 Commands ! D ! 
17975 \backslash
17976 dbinom@
17977 \backslash
17978 DeclareMathOperator
17979 \end_layout
17980
17981 \end_inset
17982
17983  custom operators can be defined in the \SpecialChar LaTeX
17984 -preamble.
17985  Its command scheme is:
17986 \end_layout
17987
17988 \begin_layout Standard
17989
17990 \series bold
17991
17992 \backslash
17993 DeclareMathOperator{new command}{display}
17994 \end_layout
17995
17996 \begin_layout Standard
17997 Display can be characters or symbols that define how the operator looks
17998  in the output.
17999  To define a big operator a * is set behind the command.
18000  All self-defined big operators can have limits as described in 
18001 \begin_inset CommandInset ref
18002 LatexCommand ref
18003 reference "subsec:Operator-Limits"
18004
18005 \end_inset
18006
18007 .
18008 \end_layout
18009
18010 \begin_layout Standard
18011 For example the \SpecialChar LaTeX
18012 -preamble line
18013 \end_layout
18014
18015 \begin_layout Standard
18016
18017 \series bold
18018
18019 \backslash
18020 DeclareMathOperator*{
18021 \backslash
18022 Lozenge}{
18023 \backslash
18024 blacklozenge}
18025 \end_layout
18026
18027 \begin_layout Standard
18028 defines the command 
18029 \series bold
18030
18031 \backslash
18032 Lozenge
18033 \series default
18034 , that inserts a big operator consisting of the lozenge symbol from 
18035 \begin_inset CommandInset ref
18036 LatexCommand ref
18037 reference "subsec:Miscellaneous-Symbols"
18038
18039 \end_inset
18040
18041 :
18042 \begin_inset Formula 
18043 \[
18044 \Lozenge_{n=1}^{\infty}
18045 \]
18046
18047 \end_inset
18048
18049 The command for this formula is: 
18050 \series bold
18051
18052 \backslash
18053 Lozenge
18054 \series default
18055 ^
18056 \series bold
18057
18058 \backslash
18059 infty
18060 \begin_inset Formula $\to$
18061 \end_inset
18062
18063 _n=1
18064 \end_layout
18065
18066 \begin_layout Standard
18067 \begin_inset VSpace bigskip
18068 \end_inset
18069
18070 When self-defined operators are not used several times in the document,
18071  they can also be defined with the commands 
18072 \series bold
18073
18074 \backslash
18075 mathop
18076 \series default
18077
18078 \begin_inset Index idx
18079 status collapsed
18080
18081 \begin_layout Plain Layout
18082 Commands ! M ! 
18083 \backslash
18084 mathop
18085 \end_layout
18086
18087 \end_inset
18088
18089  and 
18090 \series bold
18091
18092 \backslash
18093 mathbin
18094 \series default
18095
18096 \begin_inset Index idx
18097 status collapsed
18098
18099 \begin_layout Plain Layout
18100 Commands ! M ! 
18101 \backslash
18102 mathbin
18103 \end_layout
18104
18105 \end_inset
18106
18107 , which have the following scheme:
18108 \end_layout
18109
18110 \begin_layout Standard
18111
18112 \series bold
18113
18114 \backslash
18115 mathop{display}
18116 \series default
18117  and 
18118 \series bold
18119
18120 \backslash
18121 mathbin{display}
18122 \end_layout
18123
18124 \begin_layout Standard
18125
18126 \series bold
18127
18128 \backslash
18129 mathop
18130 \series default
18131  defines big operators, 
18132 \series bold
18133
18134 \backslash
18135 mathbin
18136 \series default
18137  binary operators.
18138 \end_layout
18139
18140 \begin_layout Standard
18141
18142 \series bold
18143
18144 \backslash
18145 mathop
18146 \series default
18147  can e.
18148 \begin_inset space \thinspace{}
18149 \end_inset
18150
18151 g.
18152 \begin_inset space \space{}
18153 \end_inset
18154
18155 be used to use one limit for several operators:
18156 \end_layout
18157
18158 \begin_layout Standard
18159 \begin_inset Formula 
18160 \[
18161 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18162 \]
18163
18164 \end_inset
18165
18166
18167 \end_layout
18168
18169 \begin_layout Standard
18170 The command for the formula above is:
18171 \begin_inset Newline newline
18172 \end_inset
18173
18174
18175 \series bold
18176
18177 \backslash
18178 mathop{
18179 \backslash
18180 sum
18181 \backslash
18182 negmedspace
18183 \backslash
18184 sum
18185 \series default
18186
18187 \begin_inset space \textvisiblespace{}
18188 \end_inset
18189
18190
18191 \series bold
18192
18193 \begin_inset Formula $\to$
18194 \end_inset
18195
18196 ^N
18197 \series default
18198
18199 \begin_inset space \textvisiblespace{}
18200 \end_inset
18201
18202
18203 \series bold
18204 _i,j=1
18205 \end_layout
18206
18207 \begin_layout Section
18208 Fonts
18209 \begin_inset Index idx
18210 status collapsed
18211
18212 \begin_layout Plain Layout
18213 Fonts
18214 \end_layout
18215
18216 \end_inset
18217
18218
18219 \end_layout
18220
18221 \begin_layout Subsection
18222 Font Styles
18223 \begin_inset CommandInset label
18224 LatexCommand label
18225 name "subsec:Font-Styles"
18226
18227 \end_inset
18228
18229
18230 \begin_inset Index idx
18231 status collapsed
18232
18233 \begin_layout Plain Layout
18234 Font ! style
18235 \end_layout
18236
18237 \end_inset
18238
18239
18240 \end_layout
18241
18242 \begin_layout Standard
18243 Latin letters in formulas can be set in one of the following font styles:
18244 \end_layout
18245
18246 \begin_layout Standard
18247 \align center
18248 \begin_inset space \hfill{}
18249 \end_inset
18250
18251
18252 \begin_inset Tabular
18253 <lyxtabular version="3" rows="6" columns="2">
18254 <features booktabs="true" tabularvalignment="middle">
18255 <column alignment="center" valignment="top" width="0pt">
18256 <column alignment="center" valignment="top">
18257 <row>
18258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18259 \begin_inset Text
18260
18261 \begin_layout Plain Layout
18262 Command
18263 \end_layout
18264
18265 \end_inset
18266 </cell>
18267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18268 \begin_inset Text
18269
18270 \begin_layout Plain Layout
18271 Result
18272 \end_layout
18273
18274 \end_inset
18275 </cell>
18276 </row>
18277 <row>
18278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18279 \begin_inset Text
18280
18281 \begin_layout Plain Layout
18282
18283 \backslash
18284 mathbb
18285 \series bold
18286
18287 \begin_inset space \textvisiblespace{}
18288 \end_inset
18289
18290
18291 \series default
18292 ABC
18293 \end_layout
18294
18295 \end_inset
18296 </cell>
18297 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301 \begin_inset Formula $\mathbb{ABC}$
18302 \end_inset
18303
18304
18305 \end_layout
18306
18307 \end_inset
18308 </cell>
18309 </row>
18310 <row>
18311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18312 \begin_inset Text
18313
18314 \begin_layout Plain Layout
18315
18316 \backslash
18317 mathbf
18318 \series bold
18319
18320 \begin_inset space \textvisiblespace{}
18321 \end_inset
18322
18323
18324 \series default
18325 AbC
18326 \end_layout
18327
18328 \end_inset
18329 </cell>
18330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18331 \begin_inset Text
18332
18333 \begin_layout Plain Layout
18334 \begin_inset Formula $\mathbf{AbC}$
18335 \end_inset
18336
18337
18338 \end_layout
18339
18340 \end_inset
18341 </cell>
18342 </row>
18343 <row>
18344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18345 \begin_inset Text
18346
18347 \begin_layout Plain Layout
18348
18349 \backslash
18350 boldsymbol
18351 \series bold
18352
18353 \begin_inset space \textvisiblespace{}
18354 \end_inset
18355
18356
18357 \series default
18358 AbC
18359 \end_layout
18360
18361 \end_inset
18362 </cell>
18363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18364 \begin_inset Text
18365
18366 \begin_layout Plain Layout
18367 \begin_inset Formula $\boldsymbol{AbC}$
18368 \end_inset
18369
18370
18371 \end_layout
18372
18373 \end_inset
18374 </cell>
18375 </row>
18376 <row>
18377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18378 \begin_inset Text
18379
18380 \begin_layout Plain Layout
18381
18382 \backslash
18383 mathcal
18384 \series bold
18385
18386 \begin_inset space \textvisiblespace{}
18387 \end_inset
18388
18389
18390 \series default
18391 ABC
18392 \end_layout
18393
18394 \end_inset
18395 </cell>
18396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18397 \begin_inset Text
18398
18399 \begin_layout Plain Layout
18400 \begin_inset Formula $\mathcal{ABC}$
18401 \end_inset
18402
18403
18404 \end_layout
18405
18406 \end_inset
18407 </cell>
18408 </row>
18409 <row>
18410 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18411 \begin_inset Text
18412
18413 \begin_layout Plain Layout
18414
18415 \backslash
18416 mathfrak
18417 \series bold
18418
18419 \begin_inset space \textvisiblespace{}
18420 \end_inset
18421
18422
18423 \series default
18424 AbC
18425 \end_layout
18426
18427 \end_inset
18428 </cell>
18429 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18430 \begin_inset Text
18431
18432 \begin_layout Plain Layout
18433 \begin_inset Formula $\mathfrak{AbC}$
18434 \end_inset
18435
18436
18437 \end_layout
18438
18439 \end_inset
18440 </cell>
18441 </row>
18442 </lyxtabular>
18443
18444 \end_inset
18445
18446
18447 \begin_inset space \hfill{}
18448 \end_inset
18449
18450
18451 \begin_inset Tabular
18452 <lyxtabular version="3" rows="6" columns="2">
18453 <features booktabs="true" tabularvalignment="middle">
18454 <column alignment="center" valignment="top" width="0pt">
18455 <column alignment="center" valignment="top">
18456 <row>
18457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18458 \begin_inset Text
18459
18460 \begin_layout Plain Layout
18461 Command
18462 \end_layout
18463
18464 \end_inset
18465 </cell>
18466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18467 \begin_inset Text
18468
18469 \begin_layout Plain Layout
18470 Result
18471 \end_layout
18472
18473 \end_inset
18474 </cell>
18475 </row>
18476 <row>
18477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18478 \begin_inset Text
18479
18480 \begin_layout Plain Layout
18481
18482 \backslash
18483 mathit
18484 \series bold
18485
18486 \begin_inset space \textvisiblespace{}
18487 \end_inset
18488
18489
18490 \series default
18491 AbC
18492 \end_layout
18493
18494 \end_inset
18495 </cell>
18496 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18497 \begin_inset Text
18498
18499 \begin_layout Plain Layout
18500 \begin_inset Formula $\mathit{AbC}$
18501 \end_inset
18502
18503
18504 \end_layout
18505
18506 \end_inset
18507 </cell>
18508 </row>
18509 <row>
18510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18511 \begin_inset Text
18512
18513 \begin_layout Plain Layout
18514
18515 \backslash
18516 mathrm
18517 \series bold
18518
18519 \begin_inset space \textvisiblespace{}
18520 \end_inset
18521
18522
18523 \series default
18524 AbC
18525 \end_layout
18526
18527 \end_inset
18528 </cell>
18529 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18530 \begin_inset Text
18531
18532 \begin_layout Plain Layout
18533 \begin_inset Formula $\mathrm{AbC}$
18534 \end_inset
18535
18536
18537 \end_layout
18538
18539 \end_inset
18540 </cell>
18541 </row>
18542 <row>
18543 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18544 \begin_inset Text
18545
18546 \begin_layout Plain Layout
18547
18548 \backslash
18549 mathsf
18550 \series bold
18551
18552 \begin_inset space \textvisiblespace{}
18553 \end_inset
18554
18555
18556 \series default
18557 AbC
18558 \end_layout
18559
18560 \end_inset
18561 </cell>
18562 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18563 \begin_inset Text
18564
18565 \begin_layout Plain Layout
18566 \begin_inset Formula $\mathsf{AbC}$
18567 \end_inset
18568
18569
18570 \end_layout
18571
18572 \end_inset
18573 </cell>
18574 </row>
18575 <row>
18576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18577 \begin_inset Text
18578
18579 \begin_layout Plain Layout
18580
18581 \backslash
18582 mathtt
18583 \series bold
18584
18585 \begin_inset space \textvisiblespace{}
18586 \end_inset
18587
18588
18589 \series default
18590 AbC
18591 \end_layout
18592
18593 \end_inset
18594 </cell>
18595 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18596 \begin_inset Text
18597
18598 \begin_layout Plain Layout
18599 \begin_inset Formula $\mathtt{AbC}$
18600 \end_inset
18601
18602
18603 \end_layout
18604
18605 \end_inset
18606 </cell>
18607 </row>
18608 <row>
18609 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18610 \begin_inset Text
18611
18612 \begin_layout Plain Layout
18613
18614 \backslash
18615 mathscr
18616 \series bold
18617
18618 \begin_inset space \textvisiblespace{}
18619 \end_inset
18620
18621
18622 \series default
18623 ABC
18624 \end_layout
18625
18626 \end_inset
18627 </cell>
18628 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18629 \begin_inset Text
18630
18631 \begin_layout Plain Layout
18632 \begin_inset Formula $\mathscr{ABC}$
18633 \end_inset
18634
18635
18636 \end_layout
18637
18638 \end_inset
18639 </cell>
18640 </row>
18641 </lyxtabular>
18642
18643 \end_inset
18644
18645
18646 \begin_inset space \hfill{}
18647 \end_inset
18648
18649
18650 \end_layout
18651
18652 \begin_layout Standard
18653 \begin_inset Note Greyedout
18654 status open
18655
18656 \begin_layout Plain Layout
18657
18658 \series bold
18659 Note:
18660 \series default
18661  The styles 
18662 \series bold
18663
18664 \backslash
18665 mathbb
18666 \series default
18667
18668 \series bold
18669
18670 \backslash
18671 mathcal
18672 \series default
18673  and 
18674 \series bold
18675
18676 \backslash
18677 mathscr
18678 \series default
18679  can only be used for big letters.
18680 \end_layout
18681
18682 \end_inset
18683
18684
18685 \end_layout
18686
18687 \begin_layout Standard
18688 Predefined is the style 
18689 \series bold
18690
18691 \backslash
18692 mathnormal
18693 \series default
18694 .
18695 \end_layout
18696
18697 \begin_layout Standard
18698 The style commands work also for letters in mathematical constructs:
18699 \begin_inset Formula 
18700 \[
18701 \mathfrak{A=\frac{b}{C}}
18702 \]
18703
18704 \end_inset
18705
18706
18707 \end_layout
18708
18709 \begin_layout Standard
18710 Characters in mathematical text don't appear in a math font style but in
18711  the text font style 
18712 \series bold
18713
18714 \backslash
18715 textrm
18716 \series default
18717 .
18718  That their style can't be set correctly via the text style dialog is a
18719  bug in \SpecialChar LyX
18720 .
18721 \begin_inset Foot
18722 status collapsed
18723
18724 \begin_layout Plain Layout
18725 \begin_inset CommandInset href
18726 LatexCommand href
18727 name "LyX-bug #4629"
18728 target "http://www.lyx.org/trac/ticket/4629"
18729
18730 \end_inset
18731
18732
18733 \end_layout
18734
18735 \end_inset
18736
18737
18738 \end_layout
18739
18740 \begin_layout Standard
18741 Instead of the style commands the dialog 
18742 \family sans
18743 Edit\SpecialChar menuseparator
18744 Math\SpecialChar menuseparator
18745 Text Style
18746 \family default
18747  or the toolbar button 
18748 \begin_inset Info
18749 type  "icon"
18750 arg   "math-insert \\font"
18751 \end_inset
18752
18753  can be used.
18754 \end_layout
18755
18756 \begin_layout Subsection
18757 Bold Formulas
18758 \begin_inset CommandInset label
18759 LatexCommand label
18760 name "subsec:Bold-Formulas"
18761
18762 \end_inset
18763
18764
18765 \begin_inset Index idx
18766 status collapsed
18767
18768 \begin_layout Plain Layout
18769 Formula ! bold
18770 \end_layout
18771
18772 \end_inset
18773
18774
18775 \end_layout
18776
18777 \begin_layout Standard
18778 To make a complete formula bold, the command 
18779 \series bold
18780
18781 \backslash
18782 mathbf
18783 \series default
18784  from the previous subsection cannot be used, because it doesn't work for
18785  small Greek letters.
18786  Furthermore it prints Latin letters always upright, like in the following
18787  equation:
18788 \end_layout
18789
18790 \begin_layout Standard
18791 \begin_inset Formula 
18792 \[
18793 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18794 \]
18795
18796 \end_inset
18797
18798
18799 \end_layout
18800
18801 \begin_layout Standard
18802 To display the formula correctly, the command 
18803 \series bold
18804
18805 \backslash
18806 boldsymbol
18807 \series default
18808  is used:
18809 \begin_inset Formula 
18810 \[
18811 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18812 \]
18813
18814 \end_inset
18815
18816 It is also possible to set the formula in a 
18817 \series bold
18818 boldmath environment
18819 \series default
18820 .
18821  This environment is created by inserting the command 
18822 \series bold
18823
18824 \backslash
18825 boldmath
18826 \series default
18827
18828 \begin_inset Index idx
18829 status collapsed
18830
18831 \begin_layout Plain Layout
18832 Commands ! B ! 
18833 \backslash
18834 boldmath
18835 \end_layout
18836
18837 \end_inset
18838
18839  in \SpecialChar TeX
18840  mode.
18841  To end the environment, the command 
18842 \series bold
18843
18844 \backslash
18845 unboldmath
18846 \series default
18847
18848 \begin_inset Index idx
18849 status collapsed
18850
18851 \begin_layout Plain Layout
18852 Commands ! U ! 
18853 \backslash
18854 unboldmath
18855 \end_layout
18856
18857 \end_inset
18858
18859  is inserted in \SpecialChar TeX
18860  mode.
18861 \begin_inset ERT
18862 status collapsed
18863
18864 \begin_layout Plain Layout
18865
18866
18867 \backslash
18868 boldmath 
18869 \end_layout
18870
18871 \end_inset
18872
18873
18874 \begin_inset Formula 
18875 \[
18876 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
18877 \]
18878
18879 \end_inset
18880
18881
18882 \begin_inset ERT
18883 status collapsed
18884
18885 \begin_layout Plain Layout
18886
18887
18888 \backslash
18889 unboldmath 
18890 \end_layout
18891
18892 \end_inset
18893
18894
18895 \end_layout
18896
18897 \begin_layout Subsection
18898 Colored Formulas
18899 \begin_inset Index idx
18900 status collapsed
18901
18902 \begin_layout Plain Layout
18903 Formula ! colored
18904 \end_layout
18905
18906 \end_inset
18907
18908
18909 \end_layout
18910
18911 \begin_layout Standard
18912 Formulas can be colored like normal text: Highlight a formula or a formula
18913  part and use the 
18914 \family sans
18915 Text Style
18916 \family default
18917  dialog.
18918  Here is a formula in magenta:
18919 \begin_inset Formula 
18920 \[
18921 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18922 \]
18923
18924 \end_inset
18925
18926
18927 \end_layout
18928
18929 \begin_layout Standard
18930 You can also define your own colors as described in 
18931 \begin_inset CommandInset ref
18932 LatexCommand ref
18933 reference "subsec:Colored-Boxes"
18934
18935 \end_inset
18936
18937 .
18938  They can be used with the \SpecialChar TeX
18939  code command 
18940 \series bold
18941
18942 \backslash
18943 textcolor
18944 \series default
18945
18946 \begin_inset Index idx
18947 status collapsed
18948
18949 \begin_layout Plain Layout
18950 Commands ! T ! 
18951 \backslash
18952 textcolor
18953 \end_layout
18954
18955 \end_inset
18956
18957  in the scheme
18958 \end_layout
18959
18960 \begin_layout Standard
18961
18962 \series bold
18963
18964 \backslash
18965 textcolor{color}{characters or formula}
18966 \end_layout
18967
18968 \begin_layout Standard
18969 The following example was colored completely dark green and partly red:
18970 \end_layout
18971
18972 \begin_layout Standard
18973 \begin_inset ERT
18974 status collapsed
18975
18976 \begin_layout Plain Layout
18977
18978
18979 \backslash
18980 textcolor{darkgreen}{
18981 \end_layout
18982
18983 \end_inset
18984
18985
18986 \begin_inset Formula 
18987 \[
18988 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18989 \]
18990
18991 \end_inset
18992
18993
18994 \begin_inset ERT
18995 status collapsed
18996
18997 \begin_layout Plain Layout
18998
18999 }
19000 \end_layout
19001
19002 \end_inset
19003
19004
19005 \end_layout
19006
19007 \begin_layout Standard
19008 Due to a bug in \SpecialChar LyX
19009  only complete formulas can be colored with self-defined
19010  colors.
19011 \begin_inset Foot
19012 status collapsed
19013
19014 \begin_layout Plain Layout
19015 \begin_inset CommandInset href
19016 LatexCommand href
19017 name "LyX-bug #5269"
19018 target "http://www.lyx.org/trac/ticket/5269"
19019
19020 \end_inset
19021
19022
19023 \end_layout
19024
19025 \end_inset
19026
19027
19028 \end_layout
19029
19030 \begin_layout Subsection
19031 Font Sizes
19032 \begin_inset CommandInset label
19033 LatexCommand label
19034 name "subsec:Font-Sizes"
19035
19036 \end_inset
19037
19038
19039 \begin_inset Index idx
19040 status collapsed
19041
19042 \begin_layout Plain Layout
19043 Font ! size
19044 \end_layout
19045
19046 \end_inset
19047
19048
19049 \end_layout
19050
19051 \begin_layout Standard
19052 For characters in formulas there are, analog to characters in text, the
19053  following size commands:
19054 \end_layout
19055
19056 \begin_layout Standard
19057
19058 \series bold
19059
19060 \backslash
19061 Huge
19062 \series default
19063
19064 \series bold
19065
19066 \backslash
19067 huge
19068 \series default
19069
19070 \series bold
19071
19072 \backslash
19073 LARGE
19074 \series default
19075
19076 \series bold
19077
19078 \backslash
19079 Large
19080 \series default
19081
19082 \series bold
19083
19084 \backslash
19085 large
19086 \series default
19087
19088 \series bold
19089
19090 \backslash
19091 normalsize
19092 \series default
19093
19094 \series bold
19095
19096 \backslash
19097 small
19098 \series default
19099 ,
19100 \begin_inset Newline newline
19101 \end_inset
19102
19103
19104 \series bold
19105
19106 \backslash
19107 footnotesize
19108 \series default
19109
19110 \series bold
19111
19112 \backslash
19113 scriptsize
19114 \series default
19115  and 
19116 \series bold
19117
19118 \backslash
19119 tiny
19120 \end_layout
19121
19122 \begin_layout Standard
19123 The size produced by the commands depends on the document font size, which
19124  corresponds to the command 
19125 \series bold
19126
19127 \backslash
19128 normalsize
19129 \series default
19130 .
19131  The other commands produce smaller or larger sizes than 
19132 \series bold
19133
19134 \backslash
19135 normalsize
19136 \series default
19137 .
19138  The font size can however not exceed a certain value.
19139  Is for example the document font size 12
19140 \begin_inset space \thinspace{}
19141 \end_inset
19142
19143 pt, the command 
19144 \series bold
19145
19146 \backslash
19147 Huge
19148 \series default
19149  switches to the same size as 
19150 \series bold
19151
19152 \backslash
19153 huge
19154 \series default
19155 .
19156  
19157 \end_layout
19158
19159 \begin_layout Standard
19160 A size command is inserted in \SpecialChar TeX
19161  mode before the formula and sets the size
19162  for all following formula and text characters.
19163  To switch back to the initial size, the command 
19164 \series bold
19165
19166 \backslash
19167 normalsize
19168 \series default
19169  is inserted behind the formula in \SpecialChar TeX
19170  mode.
19171 \end_layout
19172
19173 \begin_layout Standard
19174 Within a formula the size can be changed using the following size commands
19175  or the toolbar button 
19176 \begin_inset Info
19177 type  "icon"
19178 arg   "math-insert \\style"
19179 \end_inset
19180
19181 :
19182 \begin_inset Separator parbreak
19183 \end_inset
19184
19185
19186 \end_layout
19187
19188 \begin_layout Standard
19189 \noindent
19190 \align center
19191 \begin_inset Tabular
19192 <lyxtabular version="3" rows="5" columns="2">
19193 <features booktabs="true" tabularvalignment="middle">
19194 <column alignment="center" valignment="top" width="0pt">
19195 <column alignment="center" valignment="top">
19196 <row>
19197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19198 \begin_inset Text
19199
19200 \begin_layout Plain Layout
19201 Command
19202 \end_layout
19203
19204 \end_inset
19205 </cell>
19206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19207 \begin_inset Text
19208
19209 \begin_layout Plain Layout
19210 Result
19211 \end_layout
19212
19213 \end_inset
19214 </cell>
19215 </row>
19216 <row>
19217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19218 \begin_inset Text
19219
19220 \begin_layout Plain Layout
19221
19222 \backslash
19223 displaystyle
19224 \begin_inset Index idx
19225 status collapsed
19226
19227 \begin_layout Plain Layout
19228 Commands ! D ! 
19229 \backslash
19230 displaystyle
19231 \end_layout
19232
19233 \end_inset
19234
19235
19236 \end_layout
19237
19238 \end_inset
19239 </cell>
19240 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19241 \begin_inset Text
19242
19243 \begin_layout Plain Layout
19244 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19245 \end_inset
19246
19247
19248 \end_layout
19249
19250 \end_inset
19251 </cell>
19252 </row>
19253 <row topspace="1mm">
19254 <cell alignment="center" valignment="top" usebox="none">
19255 \begin_inset Text
19256
19257 \begin_layout Plain Layout
19258
19259 \backslash
19260 textstyle
19261 \end_layout
19262
19263 \end_inset
19264 </cell>
19265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19266 \begin_inset Text
19267
19268 \begin_layout Plain Layout
19269 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19270 \end_inset
19271
19272
19273 \end_layout
19274
19275 \end_inset
19276 </cell>
19277 </row>
19278 <row>
19279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Plain Layout
19283
19284 \backslash
19285 scriptstyle
19286 \end_layout
19287
19288 \end_inset
19289 </cell>
19290 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19291 \begin_inset Text
19292
19293 \begin_layout Plain Layout
19294 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19295 \end_inset
19296
19297
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 </row>
19303 <row>
19304 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19305 \begin_inset Text
19306
19307 \begin_layout Plain Layout
19308
19309 \backslash
19310 scriptscriptstyle
19311 \end_layout
19312
19313 \end_inset
19314 </cell>
19315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Plain Layout
19319 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19320 \end_inset
19321
19322
19323 \end_layout
19324
19325 \end_inset
19326 </cell>
19327 </row>
19328 </lyxtabular>
19329
19330 \end_inset
19331
19332
19333 \end_layout
19334
19335 \begin_layout Standard
19336 After entering these commands, a blue box appears in which the formula parts
19337  are inserted.
19338 \end_layout
19339
19340 \begin_layout Standard
19341 There is a further method to change the font size, that though only works
19342  for symbols or letters in mathematical text.
19343  To use it, one of the above text size commands is inserted in mathematical
19344  text.
19345  All following characters until the end of the mathematical text or until
19346  another size command will have the selected size.
19347  Two examples:
19348 \begin_inset VSpace -2mm
19349 \end_inset
19350
19351
19352 \end_layout
19353
19354 \begin_layout Standard
19355 \begin_inset ERT
19356 status collapsed
19357
19358 \begin_layout Plain Layout
19359
19360
19361 \backslash
19362 huge 
19363 \end_layout
19364
19365 \end_inset
19366
19367
19368 \begin_inset Formula 
19369 \[
19370 A=\frac{B}{c}\cdot\maltese
19371 \]
19372
19373 \end_inset
19374
19375
19376 \begin_inset Formula 
19377 \[
19378 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19379 \]
19380
19381 \end_inset
19382
19383
19384 \begin_inset ERT
19385 status collapsed
19386
19387 \begin_layout Plain Layout
19388
19389
19390 \backslash
19391 normalsize 
19392 \end_layout
19393
19394 \end_inset
19395
19396
19397 \end_layout
19398
19399 \begin_layout Standard
19400 \begin_inset VSpace medskip
19401 \end_inset
19402
19403 Before both formulas the command 
19404 \series bold
19405
19406 \backslash
19407 huge
19408 \series default
19409  was inserted.
19410  The command for the second formula is:
19411 \begin_inset Newline newline
19412 \end_inset
19413
19414
19415 \series bold
19416
19417 \backslash
19418 maltese
19419 \begin_inset space \textvisiblespace{}
19420 \end_inset
19421
19422 A Alt+M M 
19423 \backslash
19424 Large
19425 \begin_inset space \textvisiblespace{}
19426 \end_inset
19427
19428
19429 \backslash
19430 maltese
19431 \begin_inset space \textvisiblespace{}
19432 \end_inset
19433
19434
19435 \backslash
19436 textit
19437 \begin_inset space \textvisiblespace{}
19438 \end_inset
19439
19440 A
19441 \begin_inset Formula $\to$
19442 \end_inset
19443
19444
19445 \begin_inset Formula $\to$
19446 \end_inset
19447
19448
19449 \begin_inset Newline newline
19450 \end_inset
19451
19452
19453 \begin_inset space \hspace*{}
19454 \length 1cm
19455 \end_inset
19456
19457 Alt+M
19458 \series default
19459  
19460 \series bold
19461
19462 \backslash
19463 tiny
19464 \begin_inset space \textvisiblespace{}
19465 \end_inset
19466
19467
19468 \backslash
19469 maltese
19470 \begin_inset space \textvisiblespace{}
19471 \end_inset
19472
19473
19474 \backslash
19475 textit
19476 \begin_inset space \textvisiblespace{}
19477 \end_inset
19478
19479 A
19480 \end_layout
19481
19482 \begin_layout Standard
19483 If a symbol cannot be displayed in different sizes, it will always be displayed
19484  in the default size.
19485 \end_layout
19486
19487 \begin_layout Section
19488 Greek Letters
19489 \begin_inset Index idx
19490 status collapsed
19491
19492 \begin_layout Plain Layout
19493 Greek letters
19494 \end_layout
19495
19496 \end_inset
19497
19498
19499 \end_layout
19500
19501 \begin_layout Standard
19502 Greek letters can also be inserted via the toolbar button 
19503 \begin_inset Info
19504 type  "icon"
19505 arg   "math-insert \\alpha"
19506 \end_inset
19507
19508 .
19509  All international typesetting norms purport that Greek letters in math
19510  have to be typeset italic/slanted.
19511  In some languages, like French or Russian, they are nevertheless sometimes
19512  typeset upright.
19513 \end_layout
19514
19515 \begin_layout Subsection
19516 Small Letters
19517 \begin_inset Index idx
19518 status collapsed
19519
19520 \begin_layout Plain Layout
19521 Greek letters ! small
19522 \end_layout
19523
19524 \end_inset
19525
19526
19527 \end_layout
19528
19529 \begin_layout Standard
19530 \begin_inset space \hfill{}
19531 \end_inset
19532
19533
19534 \begin_inset Tabular
19535 <lyxtabular version="3" rows="11" columns="2">
19536 <features booktabs="true" tabularvalignment="middle">
19537 <column alignment="center" valignment="top" width="0pt">
19538 <column alignment="center" valignment="top" width="0pt">
19539 <row>
19540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19541 \begin_inset Text
19542
19543 \begin_layout Plain Layout
19544 Command
19545 \end_layout
19546
19547 \end_inset
19548 </cell>
19549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19550 \begin_inset Text
19551
19552 \begin_layout Plain Layout
19553 Result
19554 \end_layout
19555
19556 \end_inset
19557 </cell>
19558 </row>
19559 <row>
19560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19561 \begin_inset Text
19562
19563 \begin_layout Plain Layout
19564
19565 \backslash
19566 alpha
19567 \end_layout
19568
19569 \end_inset
19570 </cell>
19571 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19572 \begin_inset Text
19573
19574 \begin_layout Plain Layout
19575 \begin_inset Formula $\alpha$
19576 \end_inset
19577
19578
19579 \end_layout
19580
19581 \end_inset
19582 </cell>
19583 </row>
19584 <row>
19585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19586 \begin_inset Text
19587
19588 \begin_layout Plain Layout
19589
19590 \backslash
19591 beta
19592 \end_layout
19593
19594 \end_inset
19595 </cell>
19596 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19597 \begin_inset Text
19598
19599 \begin_layout Plain Layout
19600 \begin_inset Formula $\beta$
19601 \end_inset
19602
19603
19604 \end_layout
19605
19606 \end_inset
19607 </cell>
19608 </row>
19609 <row>
19610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614
19615 \backslash
19616 gamma
19617 \end_layout
19618
19619 \end_inset
19620 </cell>
19621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19622 \begin_inset Text
19623
19624 \begin_layout Plain Layout
19625 \begin_inset Formula $\gamma$
19626 \end_inset
19627
19628
19629 \end_layout
19630
19631 \end_inset
19632 </cell>
19633 </row>
19634 <row>
19635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19636 \begin_inset Text
19637
19638 \begin_layout Plain Layout
19639
19640 \backslash
19641 delta
19642 \end_layout
19643
19644 \end_inset
19645 </cell>
19646 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19647 \begin_inset Text
19648
19649 \begin_layout Plain Layout
19650 \begin_inset Formula $\delta$
19651 \end_inset
19652
19653
19654 \end_layout
19655
19656 \end_inset
19657 </cell>
19658 </row>
19659 <row>
19660 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19661 \begin_inset Text
19662
19663 \begin_layout Plain Layout
19664
19665 \backslash
19666 epsilon
19667 \end_layout
19668
19669 \end_inset
19670 </cell>
19671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19672 \begin_inset Text
19673
19674 \begin_layout Plain Layout
19675 \begin_inset Formula $\epsilon$
19676 \end_inset
19677
19678
19679 \end_layout
19680
19681 \end_inset
19682 </cell>
19683 </row>
19684 <row>
19685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19686 \begin_inset Text
19687
19688 \begin_layout Plain Layout
19689
19690 \backslash
19691 varepsilon
19692 \end_layout
19693
19694 \end_inset
19695 </cell>
19696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19697 \begin_inset Text
19698
19699 \begin_layout Plain Layout
19700 \begin_inset Formula $\varepsilon$
19701 \end_inset
19702
19703
19704 \end_layout
19705
19706 \end_inset
19707 </cell>
19708 </row>
19709 <row>
19710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19711 \begin_inset Text
19712
19713 \begin_layout Plain Layout
19714
19715 \backslash
19716 zeta
19717 \end_layout
19718
19719 \end_inset
19720 </cell>
19721 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19722 \begin_inset Text
19723
19724 \begin_layout Plain Layout
19725 \begin_inset Formula $\zeta$
19726 \end_inset
19727
19728
19729 \end_layout
19730
19731 \end_inset
19732 </cell>
19733 </row>
19734 <row>
19735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19736 \begin_inset Text
19737
19738 \begin_layout Plain Layout
19739
19740 \backslash
19741 eta
19742 \end_layout
19743
19744 \end_inset
19745 </cell>
19746 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19747 \begin_inset Text
19748
19749 \begin_layout Plain Layout
19750 \begin_inset Formula $\eta$
19751 \end_inset
19752
19753
19754 \end_layout
19755
19756 \end_inset
19757 </cell>
19758 </row>
19759 <row>
19760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19761 \begin_inset Text
19762
19763 \begin_layout Plain Layout
19764
19765 \backslash
19766 theta
19767 \end_layout
19768
19769 \end_inset
19770 </cell>
19771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19772 \begin_inset Text
19773
19774 \begin_layout Plain Layout
19775 \begin_inset Formula $\theta$
19776 \end_inset
19777
19778
19779 \end_layout
19780
19781 \end_inset
19782 </cell>
19783 </row>
19784 <row>
19785 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19786 \begin_inset Text
19787
19788 \begin_layout Plain Layout
19789
19790 \backslash
19791 vartheta
19792 \end_layout
19793
19794 \end_inset
19795 </cell>
19796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19797 \begin_inset Text
19798
19799 \begin_layout Plain Layout
19800 \begin_inset Formula $\vartheta$
19801 \end_inset
19802
19803
19804 \end_layout
19805
19806 \end_inset
19807 </cell>
19808 </row>
19809 </lyxtabular>
19810
19811 \end_inset
19812
19813
19814 \begin_inset space \hfill{}
19815 \end_inset
19816
19817
19818 \begin_inset Tabular
19819 <lyxtabular version="3" rows="12" columns="2">
19820 <features booktabs="true" tabularvalignment="middle">
19821 <column alignment="center" valignment="top" width="0pt">
19822 <column alignment="center" valignment="top" width="0pt">
19823 <row>
19824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19825 \begin_inset Text
19826
19827 \begin_layout Plain Layout
19828 Command
19829 \end_layout
19830
19831 \end_inset
19832 </cell>
19833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19834 \begin_inset Text
19835
19836 \begin_layout Plain Layout
19837 Result
19838 \end_layout
19839
19840 \end_inset
19841 </cell>
19842 </row>
19843 <row>
19844 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19845 \begin_inset Text
19846
19847 \begin_layout Plain Layout
19848
19849 \backslash
19850 iota
19851 \end_layout
19852
19853 \end_inset
19854 </cell>
19855 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19856 \begin_inset Text
19857
19858 \begin_layout Plain Layout
19859 \begin_inset Formula $\iota$
19860 \end_inset
19861
19862
19863 \end_layout
19864
19865 \end_inset
19866 </cell>
19867 </row>
19868 <row>
19869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19870 \begin_inset Text
19871
19872 \begin_layout Plain Layout
19873
19874 \backslash
19875 kappa
19876 \end_layout
19877
19878 \end_inset
19879 </cell>
19880 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19881 \begin_inset Text
19882
19883 \begin_layout Plain Layout
19884 \begin_inset Formula $\kappa$
19885 \end_inset
19886
19887
19888 \end_layout
19889
19890 \end_inset
19891 </cell>
19892 </row>
19893 <row>
19894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Plain Layout
19898
19899 \backslash
19900 varkappa
19901 \end_layout
19902
19903 \end_inset
19904 </cell>
19905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19906 \begin_inset Text
19907
19908 \begin_layout Plain Layout
19909 \begin_inset Formula $\varkappa$
19910 \end_inset
19911
19912
19913 \end_layout
19914
19915 \end_inset
19916 </cell>
19917 </row>
19918 <row>
19919 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Plain Layout
19923
19924 \backslash
19925 lambda
19926 \end_layout
19927
19928 \end_inset
19929 </cell>
19930 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19931 \begin_inset Text
19932
19933 \begin_layout Plain Layout
19934 \begin_inset Formula $\lambda$
19935 \end_inset
19936
19937
19938 \end_layout
19939
19940 \end_inset
19941 </cell>
19942 </row>
19943 <row>
19944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19945 \begin_inset Text
19946
19947 \begin_layout Plain Layout
19948
19949 \backslash
19950 mu
19951 \end_layout
19952
19953 \end_inset
19954 </cell>
19955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19956 \begin_inset Text
19957
19958 \begin_layout Plain Layout
19959 \begin_inset Formula $\mu$
19960 \end_inset
19961
19962
19963 \end_layout
19964
19965 \end_inset
19966 </cell>
19967 </row>
19968 <row>
19969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19970 \begin_inset Text
19971
19972 \begin_layout Plain Layout
19973
19974 \backslash
19975 nu
19976 \end_layout
19977
19978 \end_inset
19979 </cell>
19980 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19981 \begin_inset Text
19982
19983 \begin_layout Plain Layout
19984 \begin_inset Formula $\nu$
19985 \end_inset
19986
19987
19988 \end_layout
19989
19990 \end_inset
19991 </cell>
19992 </row>
19993 <row>
19994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19995 \begin_inset Text
19996
19997 \begin_layout Plain Layout
19998
19999 \backslash
20000 xi
20001 \end_layout
20002
20003 \end_inset
20004 </cell>
20005 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20006 \begin_inset Text
20007
20008 \begin_layout Plain Layout
20009 \begin_inset Formula $\xi$
20010 \end_inset
20011
20012
20013 \end_layout
20014
20015 \end_inset
20016 </cell>
20017 </row>
20018 <row>
20019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20020 \begin_inset Text
20021
20022 \begin_layout Plain Layout
20023 o
20024 \end_layout
20025
20026 \end_inset
20027 </cell>
20028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20029 \begin_inset Text
20030
20031 \begin_layout Plain Layout
20032 \begin_inset Formula $o$
20033 \end_inset
20034
20035
20036 \end_layout
20037
20038 \end_inset
20039 </cell>
20040 </row>
20041 <row>
20042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20043 \begin_inset Text
20044
20045 \begin_layout Plain Layout
20046
20047 \backslash
20048 pi
20049 \end_layout
20050
20051 \end_inset
20052 </cell>
20053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20054 \begin_inset Text
20055
20056 \begin_layout Plain Layout
20057 \begin_inset Formula $\pi$
20058 \end_inset
20059
20060
20061 \end_layout
20062
20063 \end_inset
20064 </cell>
20065 </row>
20066 <row>
20067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20068 \begin_inset Text
20069
20070 \begin_layout Plain Layout
20071
20072 \backslash
20073 varpi
20074 \end_layout
20075
20076 \end_inset
20077 </cell>
20078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20079 \begin_inset Text
20080
20081 \begin_layout Plain Layout
20082 \begin_inset Formula $\varpi$
20083 \end_inset
20084
20085
20086 \end_layout
20087
20088 \end_inset
20089 </cell>
20090 </row>
20091 <row>
20092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20093 \begin_inset Text
20094
20095 \begin_layout Plain Layout
20096
20097 \backslash
20098 rho
20099 \end_layout
20100
20101 \end_inset
20102 </cell>
20103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20104 \begin_inset Text
20105
20106 \begin_layout Plain Layout
20107 \begin_inset Formula $\rho$
20108 \end_inset
20109
20110
20111 \end_layout
20112
20113 \end_inset
20114 </cell>
20115 </row>
20116 </lyxtabular>
20117
20118 \end_inset
20119
20120
20121 \begin_inset space \hfill{}
20122 \end_inset
20123
20124
20125 \begin_inset Tabular
20126 <lyxtabular version="3" rows="11" columns="2">
20127 <features booktabs="true" tabularvalignment="middle">
20128 <column alignment="center" valignment="top" width="0pt">
20129 <column alignment="center" valignment="top" width="0pt">
20130 <row>
20131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20132 \begin_inset Text
20133
20134 \begin_layout Plain Layout
20135 Command
20136 \end_layout
20137
20138 \end_inset
20139 </cell>
20140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20141 \begin_inset Text
20142
20143 \begin_layout Plain Layout
20144 Result
20145 \end_layout
20146
20147 \end_inset
20148 </cell>
20149 </row>
20150 <row>
20151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20152 \begin_inset Text
20153
20154 \begin_layout Plain Layout
20155
20156 \backslash
20157 varrho
20158 \end_layout
20159
20160 \end_inset
20161 </cell>
20162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20163 \begin_inset Text
20164
20165 \begin_layout Plain Layout
20166 \begin_inset Formula $\varrho$
20167 \end_inset
20168
20169
20170 \end_layout
20171
20172 \end_inset
20173 </cell>
20174 </row>
20175 <row>
20176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20177 \begin_inset Text
20178
20179 \begin_layout Plain Layout
20180
20181 \backslash
20182 sigma
20183 \end_layout
20184
20185 \end_inset
20186 </cell>
20187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20188 \begin_inset Text
20189
20190 \begin_layout Plain Layout
20191 \begin_inset Formula $\sigma$
20192 \end_inset
20193
20194
20195 \end_layout
20196
20197 \end_inset
20198 </cell>
20199 </row>
20200 <row>
20201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20202 \begin_inset Text
20203
20204 \begin_layout Plain Layout
20205
20206 \backslash
20207 varsigma
20208 \end_layout
20209
20210 \end_inset
20211 </cell>
20212 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20213 \begin_inset Text
20214
20215 \begin_layout Plain Layout
20216 \begin_inset Formula $\varsigma$
20217 \end_inset
20218
20219
20220 \end_layout
20221
20222 \end_inset
20223 </cell>
20224 </row>
20225 <row>
20226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20227 \begin_inset Text
20228
20229 \begin_layout Plain Layout
20230
20231 \backslash
20232 tau
20233 \end_layout
20234
20235 \end_inset
20236 </cell>
20237 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20238 \begin_inset Text
20239
20240 \begin_layout Plain Layout
20241 \begin_inset Formula $\tau$
20242 \end_inset
20243
20244
20245 \end_layout
20246
20247 \end_inset
20248 </cell>
20249 </row>
20250 <row>
20251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20252 \begin_inset Text
20253
20254 \begin_layout Plain Layout
20255
20256 \backslash
20257 upsilon
20258 \end_layout
20259
20260 \end_inset
20261 </cell>
20262 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20263 \begin_inset Text
20264
20265 \begin_layout Plain Layout
20266 \begin_inset Formula $\upsilon$
20267 \end_inset
20268
20269
20270 \end_layout
20271
20272 \end_inset
20273 </cell>
20274 </row>
20275 <row>
20276 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20277 \begin_inset Text
20278
20279 \begin_layout Plain Layout
20280
20281 \backslash
20282 phi
20283 \end_layout
20284
20285 \end_inset
20286 </cell>
20287 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20288 \begin_inset Text
20289
20290 \begin_layout Plain Layout
20291 \begin_inset Formula $\phi$
20292 \end_inset
20293
20294
20295 \end_layout
20296
20297 \end_inset
20298 </cell>
20299 </row>
20300 <row>
20301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20302 \begin_inset Text
20303
20304 \begin_layout Plain Layout
20305
20306 \backslash
20307 varphi
20308 \end_layout
20309
20310 \end_inset
20311 </cell>
20312 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20313 \begin_inset Text
20314
20315 \begin_layout Plain Layout
20316 \begin_inset Formula $\varphi$
20317 \end_inset
20318
20319
20320 \end_layout
20321
20322 \end_inset
20323 </cell>
20324 </row>
20325 <row>
20326 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20327 \begin_inset Text
20328
20329 \begin_layout Plain Layout
20330
20331 \backslash
20332 chi
20333 \end_layout
20334
20335 \end_inset
20336 </cell>
20337 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20338 \begin_inset Text
20339
20340 \begin_layout Plain Layout
20341 \begin_inset Formula $\chi$
20342 \end_inset
20343
20344
20345 \end_layout
20346
20347 \end_inset
20348 </cell>
20349 </row>
20350 <row>
20351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20352 \begin_inset Text
20353
20354 \begin_layout Plain Layout
20355
20356 \backslash
20357 psi
20358 \end_layout
20359
20360 \end_inset
20361 </cell>
20362 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20363 \begin_inset Text
20364
20365 \begin_layout Plain Layout
20366 \begin_inset Formula $\psi$
20367 \end_inset
20368
20369
20370 \end_layout
20371
20372 \end_inset
20373 </cell>
20374 </row>
20375 <row>
20376 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20377 \begin_inset Text
20378
20379 \begin_layout Plain Layout
20380
20381 \backslash
20382 omega
20383 \end_layout
20384
20385 \end_inset
20386 </cell>
20387 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20388 \begin_inset Text
20389
20390 \begin_layout Plain Layout
20391 \begin_inset Formula $\omega$
20392 \end_inset
20393
20394
20395 \end_layout
20396
20397 \end_inset
20398 </cell>
20399 </row>
20400 </lyxtabular>
20401
20402 \end_inset
20403
20404
20405 \begin_inset space \hfill{}
20406 \end_inset
20407
20408
20409 \end_layout
20410
20411 \begin_layout Standard
20412 \begin_inset VSpace medskip
20413 \end_inset
20414
20415
20416 \end_layout
20417
20418 \begin_layout Standard
20419 How to create special upright Greek letters is explained in 
20420 \begin_inset CommandInset ref
20421 LatexCommand ref
20422 reference "subsec:Upright-small-Greek"
20423
20424 \end_inset
20425
20426 .
20427 \end_layout
20428
20429 \begin_layout Subsection
20430 Big Letters
20431 \begin_inset Index idx
20432 status collapsed
20433
20434 \begin_layout Plain Layout
20435 Greek letters ! big
20436 \end_layout
20437
20438 \end_inset
20439
20440
20441 \end_layout
20442
20443 \begin_layout Standard
20444 \begin_inset space \hfill{}
20445 \end_inset
20446
20447
20448 \begin_inset Tabular
20449 <lyxtabular version="3" rows="7" columns="2">
20450 <features booktabs="true" tabularvalignment="middle">
20451 <column alignment="center" valignment="top" width="0pt">
20452 <column alignment="center" valignment="top" width="0pt">
20453 <row>
20454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20455 \begin_inset Text
20456
20457 \begin_layout Plain Layout
20458 Command
20459 \end_layout
20460
20461 \end_inset
20462 </cell>
20463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20464 \begin_inset Text
20465
20466 \begin_layout Plain Layout
20467 Result
20468 \end_layout
20469
20470 \end_inset
20471 </cell>
20472 </row>
20473 <row>
20474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20475 \begin_inset Text
20476
20477 \begin_layout Plain Layout
20478
20479 \backslash
20480 Gamma
20481 \end_layout
20482
20483 \end_inset
20484 </cell>
20485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20486 \begin_inset Text
20487
20488 \begin_layout Plain Layout
20489 \begin_inset Formula $\Gamma$
20490 \end_inset
20491
20492
20493 \end_layout
20494
20495 \end_inset
20496 </cell>
20497 </row>
20498 <row>
20499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20500 \begin_inset Text
20501
20502 \begin_layout Plain Layout
20503
20504 \backslash
20505 Delta
20506 \end_layout
20507
20508 \end_inset
20509 </cell>
20510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20511 \begin_inset Text
20512
20513 \begin_layout Plain Layout
20514 \begin_inset Formula $\Delta$
20515 \end_inset
20516
20517
20518 \end_layout
20519
20520 \end_inset
20521 </cell>
20522 </row>
20523 <row>
20524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20525 \begin_inset Text
20526
20527 \begin_layout Plain Layout
20528
20529 \backslash
20530 Theta
20531 \end_layout
20532
20533 \end_inset
20534 </cell>
20535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20536 \begin_inset Text
20537
20538 \begin_layout Plain Layout
20539 \begin_inset Formula $\Theta$
20540 \end_inset
20541
20542
20543 \end_layout
20544
20545 \end_inset
20546 </cell>
20547 </row>
20548 <row>
20549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20550 \begin_inset Text
20551
20552 \begin_layout Plain Layout
20553
20554 \backslash
20555 Lambda
20556 \end_layout
20557
20558 \end_inset
20559 </cell>
20560 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20561 \begin_inset Text
20562
20563 \begin_layout Plain Layout
20564 \begin_inset Formula $\Lambda$
20565 \end_inset
20566
20567
20568 \end_layout
20569
20570 \end_inset
20571 </cell>
20572 </row>
20573 <row>
20574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20575 \begin_inset Text
20576
20577 \begin_layout Plain Layout
20578
20579 \backslash
20580 Xi
20581 \end_layout
20582
20583 \end_inset
20584 </cell>
20585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20586 \begin_inset Text
20587
20588 \begin_layout Plain Layout
20589 \begin_inset Formula $\Xi$
20590 \end_inset
20591
20592
20593 \end_layout
20594
20595 \end_inset
20596 </cell>
20597 </row>
20598 <row>
20599 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20600 \begin_inset Text
20601
20602 \begin_layout Plain Layout
20603
20604 \backslash
20605 Pi
20606 \end_layout
20607
20608 \end_inset
20609 </cell>
20610 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20611 \begin_inset Text
20612
20613 \begin_layout Plain Layout
20614 \begin_inset Formula $\Pi$
20615 \end_inset
20616
20617
20618 \end_layout
20619
20620 \end_inset
20621 </cell>
20622 </row>
20623 </lyxtabular>
20624
20625 \end_inset
20626
20627
20628 \begin_inset space \hfill{}
20629 \end_inset
20630
20631
20632 \begin_inset Tabular
20633 <lyxtabular version="3" rows="6" columns="2">
20634 <features booktabs="true" tabularvalignment="middle">
20635 <column alignment="center" valignment="top" width="0pt">
20636 <column alignment="center" valignment="top" width="0pt">
20637 <row>
20638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20639 \begin_inset Text
20640
20641 \begin_layout Plain Layout
20642 Command
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20648 \begin_inset Text
20649
20650 \begin_layout Plain Layout
20651 Result
20652 \end_layout
20653
20654 \end_inset
20655 </cell>
20656 </row>
20657 <row>
20658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20659 \begin_inset Text
20660
20661 \begin_layout Plain Layout
20662
20663 \backslash
20664 Sigma
20665 \end_layout
20666
20667 \end_inset
20668 </cell>
20669 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20670 \begin_inset Text
20671
20672 \begin_layout Plain Layout
20673 \begin_inset Formula $\Sigma$
20674 \end_inset
20675
20676
20677 \end_layout
20678
20679 \end_inset
20680 </cell>
20681 </row>
20682 <row>
20683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20684 \begin_inset Text
20685
20686 \begin_layout Plain Layout
20687
20688 \backslash
20689 Upsilon
20690 \end_layout
20691
20692 \end_inset
20693 </cell>
20694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20695 \begin_inset Text
20696
20697 \begin_layout Plain Layout
20698 \begin_inset Formula $\Upsilon$
20699 \end_inset
20700
20701
20702 \end_layout
20703
20704 \end_inset
20705 </cell>
20706 </row>
20707 <row>
20708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20709 \begin_inset Text
20710
20711 \begin_layout Plain Layout
20712
20713 \backslash
20714 Phi
20715 \end_layout
20716
20717 \end_inset
20718 </cell>
20719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20720 \begin_inset Text
20721
20722 \begin_layout Plain Layout
20723 \begin_inset Formula $\Phi$
20724 \end_inset
20725
20726
20727 \end_layout
20728
20729 \end_inset
20730 </cell>
20731 </row>
20732 <row>
20733 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20734 \begin_inset Text
20735
20736 \begin_layout Plain Layout
20737
20738 \backslash
20739 Psi
20740 \end_layout
20741
20742 \end_inset
20743 </cell>
20744 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20745 \begin_inset Text
20746
20747 \begin_layout Plain Layout
20748 \begin_inset Formula $\Psi$
20749 \end_inset
20750
20751
20752 \end_layout
20753
20754 \end_inset
20755 </cell>
20756 </row>
20757 <row>
20758 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Plain Layout
20762
20763 \backslash
20764 Omega
20765 \end_layout
20766
20767 \end_inset
20768 </cell>
20769 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20770 \begin_inset Text
20771
20772 \begin_layout Plain Layout
20773 \begin_inset Formula $\Omega$
20774 \end_inset
20775
20776
20777 \end_layout
20778
20779 \end_inset
20780 </cell>
20781 </row>
20782 </lyxtabular>
20783
20784 \end_inset
20785
20786
20787 \begin_inset space \hfill{}
20788 \end_inset
20789
20790
20791 \end_layout
20792
20793 \begin_layout Standard
20794 \begin_inset VSpace medskip
20795 \end_inset
20796
20797 That the big Greek letters appear upright is caused by a design bug when
20798  \SpecialChar TeX
20799  was developed.
20800  To get correct italic big letters, begin every command with 
20801 \series bold
20802 var
20803 \series default
20804 .
20805  For example the command 
20806 \series bold
20807
20808 \backslash
20809 varGamma
20810 \series default
20811  produces 
20812 \begin_inset Formula $\varGamma$
20813 \end_inset
20814
20815 .
20816  Another way is to load the package 
20817 \series bold
20818 fixmath
20819 \series default
20820
20821 \begin_inset Foot
20822 status collapsed
20823
20824 \begin_layout Plain Layout
20825
20826 \series bold
20827 fixmath
20828 \series default
20829  is part of the \SpecialChar LaTeX
20830 -package 
20831 \series bold
20832 was
20833 \series default
20834
20835 \begin_inset Index idx
20836 status collapsed
20837
20838 \begin_layout Plain Layout
20839 Packages ! was
20840 \begin_inset ERT
20841 status collapsed
20842
20843 \begin_layout Plain Layout
20844
20845
20846 \backslash
20847 vspace{4mm}
20848 \end_layout
20849
20850 \end_inset
20851
20852
20853 \end_layout
20854
20855 \end_inset
20856
20857 .
20858 \end_layout
20859
20860 \end_inset
20861
20862
20863 \begin_inset Index idx
20864 status collapsed
20865
20866 \begin_layout Plain Layout
20867 Packages ! fixmath
20868 \end_layout
20869
20870 \end_inset
20871
20872  with the \SpecialChar LaTeX
20873 -preamble line
20874 \end_layout
20875
20876 \begin_layout Standard
20877
20878 \series bold
20879
20880 \backslash
20881 usepackage{fixmath}
20882 \end_layout
20883
20884 \begin_layout Standard
20885 Then all big Greek letters in a document will automatically be typeset italic.
20886 \end_layout
20887
20888 \begin_layout Subsection
20889 Bold Letters
20890 \begin_inset Index idx
20891 status collapsed
20892
20893 \begin_layout Plain Layout
20894 Greek letters ! bold
20895 \end_layout
20896
20897 \end_inset
20898
20899
20900 \end_layout
20901
20902 \begin_layout Standard
20903 Greek letters cannot be set with different font styles like Latin letters.
20904  They can only be made bold with the command 
20905 \series bold
20906
20907 \backslash
20908 boldsymbol
20909 \series default
20910
20911 \begin_inset Index idx
20912 status collapsed
20913
20914 \begin_layout Plain Layout
20915 Commands ! B ! 
20916 \backslash
20917 boldsymbol
20918 \end_layout
20919
20920 \end_inset
20921
20922 .
20923 \begin_inset Separator parbreak
20924 \end_inset
20925
20926
20927 \end_layout
20928
20929 \begin_layout Standard
20930 \align center
20931 \begin_inset Tabular
20932 <lyxtabular version="3" rows="3" columns="2">
20933 <features booktabs="true" tabularvalignment="middle">
20934 <column alignment="center" valignment="top" width="0pt">
20935 <column alignment="center" valignment="top">
20936 <row>
20937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20938 \begin_inset Text
20939
20940 \begin_layout Plain Layout
20941 Command
20942 \end_layout
20943
20944 \end_inset
20945 </cell>
20946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20947 \begin_inset Text
20948
20949 \begin_layout Plain Layout
20950 Result
20951 \end_layout
20952
20953 \end_inset
20954 </cell>
20955 </row>
20956 <row>
20957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20958 \begin_inset Text
20959
20960 \begin_layout Plain Layout
20961
20962 \backslash
20963 Upsilon
20964 \backslash
20965 boldsymbol
20966 \backslash
20967 Upsilon
20968 \end_layout
20969
20970 \end_inset
20971 </cell>
20972 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20973 \begin_inset Text
20974
20975 \begin_layout Plain Layout
20976 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20977 \end_inset
20978
20979
20980 \end_layout
20981
20982 \end_inset
20983 </cell>
20984 </row>
20985 <row>
20986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20987 \begin_inset Text
20988
20989 \begin_layout Plain Layout
20990
20991 \backslash
20992 theta
20993 \backslash
20994 boldsymbol
20995 \backslash
20996 theta
20997 \end_layout
20998
20999 \end_inset
21000 </cell>
21001 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21002 \begin_inset Text
21003
21004 \begin_layout Plain Layout
21005 \begin_inset Formula $\theta\boldsymbol{\theta}$
21006 \end_inset
21007
21008
21009 \end_layout
21010
21011 \end_inset
21012 </cell>
21013 </row>
21014 </lyxtabular>
21015
21016 \end_inset
21017
21018
21019 \end_layout
21020
21021 \begin_layout Section
21022 Symbols
21023 \begin_inset ERT
21024 status collapsed
21025
21026 \begin_layout Plain Layout
21027
21028
21029 \backslash
21030 texorpdfstring{
21031 \end_layout
21032
21033 \end_inset
21034
21035
21036 \begin_inset Foot
21037 status collapsed
21038
21039 \begin_layout Plain Layout
21040 A list with all symbols of most of the \SpecialChar LaTeX
21041 -packages can be found in 
21042 \begin_inset CommandInset citation
21043 LatexCommand cite
21044 key "Symbols"
21045
21046 \end_inset
21047
21048 .
21049 \end_layout
21050
21051 \end_inset
21052
21053
21054 \begin_inset ERT
21055 status collapsed
21056
21057 \begin_layout Plain Layout
21058
21059 }{}
21060 \end_layout
21061
21062 \end_inset
21063
21064
21065 \begin_inset Note Note
21066 status collapsed
21067
21068 \begin_layout Plain Layout
21069
21070 \backslash
21071 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21072 \end_layout
21073
21074 \begin_layout Plain Layout
21075 More about 
21076 \backslash
21077 texorpdfstring is in section 
21078 \begin_inset CommandInset ref
21079 LatexCommand ref
21080 reference "subsec:Formulas-in-Section"
21081
21082 \end_inset
21083
21084 .
21085 \end_layout
21086
21087 \end_inset
21088
21089
21090 \begin_inset Index idx
21091 status collapsed
21092
21093 \begin_layout Plain Layout
21094 Symbols
21095 \end_layout
21096
21097 \end_inset
21098
21099
21100 \end_layout
21101
21102 \begin_layout Standard
21103 Many of the symbols listed in this section can also be inserted via the
21104  toolbar buttons 
21105 \begin_inset Info
21106 type  "icon"
21107 arg   "math-insert \\nabla"
21108 \end_inset
21109
21110  and 
21111 \begin_inset Info
21112 type  "icon"
21113 arg   "math-insert \\digamma"
21114 \end_inset
21115
21116 .
21117 \end_layout
21118
21119 \begin_layout Subsection
21120 Mathematical Symbols
21121 \begin_inset CommandInset label
21122 LatexCommand label
21123 name "subsec:Mathematical-Symbols"
21124
21125 \end_inset
21126
21127
21128 \begin_inset Index idx
21129 status collapsed
21130
21131 \begin_layout Plain Layout
21132 Symbols ! mathematical
21133 \end_layout
21134
21135 \end_inset
21136
21137
21138 \end_layout
21139
21140 \begin_layout Standard
21141 \begin_inset Tabular
21142 <lyxtabular version="3" rows="10" columns="2">
21143 <features booktabs="true" tabularvalignment="middle">
21144 <column alignment="center" valignment="top" width="0pt">
21145 <column alignment="center" valignment="top" width="0pt">
21146 <row>
21147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21148 \begin_inset Text
21149
21150 \begin_layout Plain Layout
21151 Command
21152 \end_layout
21153
21154 \end_inset
21155 </cell>
21156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21157 \begin_inset Text
21158
21159 \begin_layout Plain Layout
21160 Symbol
21161 \end_layout
21162
21163 \end_inset
21164 </cell>
21165 </row>
21166 <row>
21167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21168 \begin_inset Text
21169
21170 \begin_layout Plain Layout
21171
21172 \backslash
21173 neg
21174 \end_layout
21175
21176 \end_inset
21177 </cell>
21178 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21179 \begin_inset Text
21180
21181 \begin_layout Plain Layout
21182 \begin_inset Formula $\neg$
21183 \end_inset
21184
21185
21186 \end_layout
21187
21188 \end_inset
21189 </cell>
21190 </row>
21191 <row>
21192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21193 \begin_inset Text
21194
21195 \begin_layout Plain Layout
21196
21197 \backslash
21198 Im
21199 \end_layout
21200
21201 \end_inset
21202 </cell>
21203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21204 \begin_inset Text
21205
21206 \begin_layout Plain Layout
21207 \begin_inset Formula $\Im$
21208 \end_inset
21209
21210
21211 \end_layout
21212
21213 \end_inset
21214 </cell>
21215 </row>
21216 <row>
21217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21218 \begin_inset Text
21219
21220 \begin_layout Plain Layout
21221
21222 \backslash
21223 Re
21224 \end_layout
21225
21226 \end_inset
21227 </cell>
21228 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21229 \begin_inset Text
21230
21231 \begin_layout Plain Layout
21232 \begin_inset Formula $\Re$
21233 \end_inset
21234
21235
21236 \end_layout
21237
21238 \end_inset
21239 </cell>
21240 </row>
21241 <row>
21242 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21243 \begin_inset Text
21244
21245 \begin_layout Plain Layout
21246
21247 \backslash
21248 aleph
21249 \end_layout
21250
21251 \end_inset
21252 </cell>
21253 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21254 \begin_inset Text
21255
21256 \begin_layout Plain Layout
21257 \begin_inset Formula $\aleph$
21258 \end_inset
21259
21260
21261 \end_layout
21262
21263 \end_inset
21264 </cell>
21265 </row>
21266 <row>
21267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21268 \begin_inset Text
21269
21270 \begin_layout Plain Layout
21271
21272 \backslash
21273 partial
21274 \end_layout
21275
21276 \end_inset
21277 </cell>
21278 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21279 \begin_inset Text
21280
21281 \begin_layout Plain Layout
21282 \begin_inset Formula $\partial$
21283 \end_inset
21284
21285
21286 \end_layout
21287
21288 \end_inset
21289 </cell>
21290 </row>
21291 <row>
21292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21293 \begin_inset Text
21294
21295 \begin_layout Plain Layout
21296
21297 \backslash
21298 infty
21299 \end_layout
21300
21301 \end_inset
21302 </cell>
21303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21304 \begin_inset Text
21305
21306 \begin_layout Plain Layout
21307 \begin_inset Formula $\infty$
21308 \end_inset
21309
21310
21311 \end_layout
21312
21313 \end_inset
21314 </cell>
21315 </row>
21316 <row>
21317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21318 \begin_inset Text
21319
21320 \begin_layout Plain Layout
21321
21322 \backslash
21323 wp
21324 \end_layout
21325
21326 \end_inset
21327 </cell>
21328 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Plain Layout
21332 \begin_inset Formula $\wp$
21333 \end_inset
21334
21335
21336 \end_layout
21337
21338 \end_inset
21339 </cell>
21340 </row>
21341 <row>
21342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21343 \begin_inset Text
21344
21345 \begin_layout Plain Layout
21346
21347 \backslash
21348 imath
21349 \end_layout
21350
21351 \end_inset
21352 </cell>
21353 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21354 \begin_inset Text
21355
21356 \begin_layout Plain Layout
21357 \begin_inset Formula $\imath$
21358 \end_inset
21359
21360
21361 \end_layout
21362
21363 \end_inset
21364 </cell>
21365 </row>
21366 <row>
21367 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21368 \begin_inset Text
21369
21370 \begin_layout Plain Layout
21371
21372 \backslash
21373 jmath
21374 \end_layout
21375
21376 \end_inset
21377 </cell>
21378 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21379 \begin_inset Text
21380
21381 \begin_layout Plain Layout
21382 \begin_inset Formula $\jmath$
21383 \end_inset
21384
21385
21386 \end_layout
21387
21388 \end_inset
21389 </cell>
21390 </row>
21391 </lyxtabular>
21392
21393 \end_inset
21394
21395
21396 \begin_inset space \hfill{}
21397 \end_inset
21398
21399
21400 \begin_inset Tabular
21401 <lyxtabular version="3" rows="10" columns="2">
21402 <features booktabs="true" tabularvalignment="middle">
21403 <column alignment="center" valignment="top" width="0pt">
21404 <column alignment="center" valignment="top" width="0pt">
21405 <row>
21406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21407 \begin_inset Text
21408
21409 \begin_layout Plain Layout
21410 Command
21411 \end_layout
21412
21413 \end_inset
21414 </cell>
21415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21416 \begin_inset Text
21417
21418 \begin_layout Plain Layout
21419 Symbol
21420 \begin_inset Note Note
21421 status collapsed
21422
21423 \begin_layout Plain Layout
21424
21425 \series bold
21426
21427 \backslash
21428 raisebox
21429 \series default
21430  is only used as spacer.
21431 \end_layout
21432
21433 \end_inset
21434
21435
21436 \end_layout
21437
21438 \end_inset
21439 </cell>
21440 </row>
21441 <row>
21442 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21443 \begin_inset Text
21444
21445 \begin_layout Plain Layout
21446
21447 \backslash
21448 forall
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21454 \begin_inset Text
21455
21456 \begin_layout Plain Layout
21457 \begin_inset Formula $\forall$
21458 \end_inset
21459
21460
21461 \end_layout
21462
21463 \end_inset
21464 </cell>
21465 </row>
21466 <row>
21467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21468 \begin_inset Text
21469
21470 \begin_layout Plain Layout
21471
21472 \backslash
21473 exists
21474 \end_layout
21475
21476 \end_inset
21477 </cell>
21478 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21479 \begin_inset Text
21480
21481 \begin_layout Plain Layout
21482 \begin_inset Formula $\exists$
21483 \end_inset
21484
21485
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 </row>
21491 <row>
21492 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21493 \begin_inset Text
21494
21495 \begin_layout Plain Layout
21496
21497 \backslash
21498 nexists
21499 \end_layout
21500
21501 \end_inset
21502 </cell>
21503 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21504 \begin_inset Text
21505
21506 \begin_layout Plain Layout
21507 \begin_inset Formula $\nexists$
21508 \end_inset
21509
21510
21511 \end_layout
21512
21513 \end_inset
21514 </cell>
21515 </row>
21516 <row>
21517 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21518 \begin_inset Text
21519
21520 \begin_layout Plain Layout
21521
21522 \backslash
21523 emptyset
21524 \end_layout
21525
21526 \end_inset
21527 </cell>
21528 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21529 \begin_inset Text
21530
21531 \begin_layout Plain Layout
21532 \begin_inset Formula $\emptyset$
21533 \end_inset
21534
21535
21536 \end_layout
21537
21538 \end_inset
21539 </cell>
21540 </row>
21541 <row>
21542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21543 \begin_inset Text
21544
21545 \begin_layout Plain Layout
21546
21547 \backslash
21548 varnothing
21549 \end_layout
21550
21551 \end_inset
21552 </cell>
21553 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21554 \begin_inset Text
21555
21556 \begin_layout Plain Layout
21557 \begin_inset Formula $\varnothing$
21558 \end_inset
21559
21560
21561 \end_layout
21562
21563 \end_inset
21564 </cell>
21565 </row>
21566 <row>
21567 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21568 \begin_inset Text
21569
21570 \begin_layout Plain Layout
21571
21572 \backslash
21573 dag
21574 \end_layout
21575
21576 \end_inset
21577 </cell>
21578 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21579 \begin_inset Text
21580
21581 \begin_layout Plain Layout
21582 \begin_inset Formula $\dag$
21583 \end_inset
21584
21585
21586 \end_layout
21587
21588 \end_inset
21589 </cell>
21590 </row>
21591 <row>
21592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21593 \begin_inset Text
21594
21595 \begin_layout Plain Layout
21596
21597 \backslash
21598 ddag
21599 \end_layout
21600
21601 \end_inset
21602 </cell>
21603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21604 \begin_inset Text
21605
21606 \begin_layout Plain Layout
21607 \begin_inset Formula $\ddag$
21608 \end_inset
21609
21610
21611 \end_layout
21612
21613 \end_inset
21614 </cell>
21615 </row>
21616 <row>
21617 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21618 \begin_inset Text
21619
21620 \begin_layout Plain Layout
21621
21622 \backslash
21623 complement
21624 \end_layout
21625
21626 \end_inset
21627 </cell>
21628 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21629 \begin_inset Text
21630
21631 \begin_layout Plain Layout
21632 \begin_inset ERT
21633 status collapsed
21634
21635 \begin_layout Plain Layout
21636
21637
21638 \backslash
21639 raisebox{-0.8mm}{
21640 \end_layout
21641
21642 \end_inset
21643
21644
21645 \begin_inset Formula $\complement$
21646 \end_inset
21647
21648
21649 \begin_inset ERT
21650 status collapsed
21651
21652 \begin_layout Plain Layout
21653
21654 }
21655 \end_layout
21656
21657 \end_inset
21658
21659
21660 \end_layout
21661
21662 \end_inset
21663 </cell>
21664 </row>
21665 <row>
21666 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21667 \begin_inset Text
21668
21669 \begin_layout Plain Layout
21670
21671 \backslash
21672 Bbbk
21673 \end_layout
21674
21675 \end_inset
21676 </cell>
21677 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21678 \begin_inset Text
21679
21680 \begin_layout Plain Layout
21681 \begin_inset Formula $\Bbbk$
21682 \end_inset
21683
21684
21685 \end_layout
21686
21687 \end_inset
21688 </cell>
21689 </row>
21690 </lyxtabular>
21691
21692 \end_inset
21693
21694
21695 \begin_inset space \hfill{}
21696 \end_inset
21697
21698
21699 \begin_inset Tabular
21700 <lyxtabular version="3" rows="10" columns="2">
21701 <features booktabs="true" tabularvalignment="middle">
21702 <column alignment="center" valignment="top" width="0pt">
21703 <column alignment="center" valignment="top" width="0pt">
21704 <row>
21705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21706 \begin_inset Text
21707
21708 \begin_layout Plain Layout
21709 Command
21710 \end_layout
21711
21712 \end_inset
21713 </cell>
21714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21715 \begin_inset Text
21716
21717 \begin_layout Plain Layout
21718 Symbol
21719 \end_layout
21720
21721 \end_inset
21722 </cell>
21723 </row>
21724 <row>
21725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21726 \begin_inset Text
21727
21728 \begin_layout Plain Layout
21729
21730 \backslash
21731 prime
21732 \end_layout
21733
21734 \end_inset
21735 </cell>
21736 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21737 \begin_inset Text
21738
21739 \begin_layout Plain Layout
21740 \begin_inset Formula $\prime$
21741 \end_inset
21742
21743
21744 \end_layout
21745
21746 \end_inset
21747 </cell>
21748 </row>
21749 <row>
21750 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21751 \begin_inset Text
21752
21753 \begin_layout Plain Layout
21754
21755 \backslash
21756 backprime
21757 \end_layout
21758
21759 \end_inset
21760 </cell>
21761 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21762 \begin_inset Text
21763
21764 \begin_layout Plain Layout
21765 \begin_inset Formula $\backprime$
21766 \end_inset
21767
21768
21769 \end_layout
21770
21771 \end_inset
21772 </cell>
21773 </row>
21774 <row>
21775 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21776 \begin_inset Text
21777
21778 \begin_layout Plain Layout
21779
21780 \backslash
21781 mho
21782 \end_layout
21783
21784 \end_inset
21785 </cell>
21786 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21787 \begin_inset Text
21788
21789 \begin_layout Plain Layout
21790 \begin_inset Formula $\mho$
21791 \end_inset
21792
21793
21794 \end_layout
21795
21796 \end_inset
21797 </cell>
21798 </row>
21799 <row>
21800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21801 \begin_inset Text
21802
21803 \begin_layout Plain Layout
21804
21805 \backslash
21806 triangle
21807 \end_layout
21808
21809 \end_inset
21810 </cell>
21811 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21812 \begin_inset Text
21813
21814 \begin_layout Plain Layout
21815 \begin_inset Formula $\triangle$
21816 \end_inset
21817
21818
21819 \end_layout
21820
21821 \end_inset
21822 </cell>
21823 </row>
21824 <row>
21825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21826 \begin_inset Text
21827
21828 \begin_layout Plain Layout
21829
21830 \backslash
21831 angle
21832 \end_layout
21833
21834 \end_inset
21835 </cell>
21836 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21837 \begin_inset Text
21838
21839 \begin_layout Plain Layout
21840 \begin_inset Formula $\angle$
21841 \end_inset
21842
21843
21844 \end_layout
21845
21846 \end_inset
21847 </cell>
21848 </row>
21849 <row>
21850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21851 \begin_inset Text
21852
21853 \begin_layout Plain Layout
21854
21855 \backslash
21856 measuredangle
21857 \end_layout
21858
21859 \end_inset
21860 </cell>
21861 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21862 \begin_inset Text
21863
21864 \begin_layout Plain Layout
21865 \begin_inset Formula $\measuredangle$
21866 \end_inset
21867
21868
21869 \end_layout
21870
21871 \end_inset
21872 </cell>
21873 </row>
21874 <row>
21875 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21876 \begin_inset Text
21877
21878 \begin_layout Plain Layout
21879
21880 \backslash
21881 sphericalangle
21882 \end_layout
21883
21884 \end_inset
21885 </cell>
21886 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21887 \begin_inset Text
21888
21889 \begin_layout Plain Layout
21890 \begin_inset Formula $\sphericalangle$
21891 \end_inset
21892
21893
21894 \end_layout
21895
21896 \end_inset
21897 </cell>
21898 </row>
21899 <row>
21900 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21901 \begin_inset Text
21902
21903 \begin_layout Plain Layout
21904
21905 \backslash
21906 top
21907 \end_layout
21908
21909 \end_inset
21910 </cell>
21911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21912 \begin_inset Text
21913
21914 \begin_layout Plain Layout
21915 \begin_inset Formula $\top$
21916 \end_inset
21917
21918
21919 \end_layout
21920
21921 \end_inset
21922 </cell>
21923 </row>
21924 <row>
21925 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21926 \begin_inset Text
21927
21928 \begin_layout Plain Layout
21929
21930 \backslash
21931 bot
21932 \end_layout
21933
21934 \end_inset
21935 </cell>
21936 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21937 \begin_inset Text
21938
21939 \begin_layout Plain Layout
21940 \begin_inset Formula $\bot$
21941 \end_inset
21942
21943
21944 \end_layout
21945
21946 \end_inset
21947 </cell>
21948 </row>
21949 </lyxtabular>
21950
21951 \end_inset
21952
21953
21954 \end_layout
21955
21956 \begin_layout Standard
21957 \begin_inset Newpage newpage
21958 \end_inset
21959
21960
21961 \end_layout
21962
21963 \begin_layout Subsection
21964 Miscellaneous Symbols
21965 \begin_inset CommandInset label
21966 LatexCommand label
21967 name "subsec:Miscellaneous-Symbols"
21968
21969 \end_inset
21970
21971
21972 \begin_inset Index idx
21973 status collapsed
21974
21975 \begin_layout Plain Layout
21976 Symbols ! miscellaneous
21977 \end_layout
21978
21979 \end_inset
21980
21981
21982 \end_layout
21983
21984 \begin_layout Standard
21985 \noindent
21986 \align center
21987 \begin_inset Tabular
21988 <lyxtabular version="3" rows="10" columns="2">
21989 <features booktabs="true" tabularvalignment="middle">
21990 <column alignment="center" valignment="top" width="0pt">
21991 <column alignment="center" valignment="top" width="0pt">
21992 <row>
21993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21994 \begin_inset Text
21995
21996 \begin_layout Plain Layout
21997 Command
21998 \end_layout
21999
22000 \end_inset
22001 </cell>
22002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22003 \begin_inset Text
22004
22005 \begin_layout Plain Layout
22006 Symbol
22007 \end_layout
22008
22009 \end_inset
22010 </cell>
22011 </row>
22012 <row>
22013 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22014 \begin_inset Text
22015
22016 \begin_layout Plain Layout
22017
22018 \backslash
22019 flat
22020 \end_layout
22021
22022 \end_inset
22023 </cell>
22024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22025 \begin_inset Text
22026
22027 \begin_layout Plain Layout
22028 \begin_inset Formula $\flat$
22029 \end_inset
22030
22031
22032 \end_layout
22033
22034 \end_inset
22035 </cell>
22036 </row>
22037 <row>
22038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22039 \begin_inset Text
22040
22041 \begin_layout Plain Layout
22042
22043 \backslash
22044 natural
22045 \end_layout
22046
22047 \end_inset
22048 </cell>
22049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22050 \begin_inset Text
22051
22052 \begin_layout Plain Layout
22053 \begin_inset Formula $\natural$
22054 \end_inset
22055
22056
22057 \end_layout
22058
22059 \end_inset
22060 </cell>
22061 </row>
22062 <row>
22063 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22064 \begin_inset Text
22065
22066 \begin_layout Plain Layout
22067
22068 \backslash
22069 sharp
22070 \end_layout
22071
22072 \end_inset
22073 </cell>
22074 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22075 \begin_inset Text
22076
22077 \begin_layout Plain Layout
22078 \begin_inset Formula $\sharp$
22079 \end_inset
22080
22081
22082 \end_layout
22083
22084 \end_inset
22085 </cell>
22086 </row>
22087 <row>
22088 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22089 \begin_inset Text
22090
22091 \begin_layout Plain Layout
22092
22093 \backslash
22094 surd
22095 \end_layout
22096
22097 \end_inset
22098 </cell>
22099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22100 \begin_inset Text
22101
22102 \begin_layout Plain Layout
22103 \begin_inset Formula $\surd$
22104 \end_inset
22105
22106
22107 \end_layout
22108
22109 \end_inset
22110 </cell>
22111 </row>
22112 <row>
22113 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22114 \begin_inset Text
22115
22116 \begin_layout Plain Layout
22117
22118 \backslash
22119 checkmark
22120 \end_layout
22121
22122 \end_inset
22123 </cell>
22124 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22125 \begin_inset Text
22126
22127 \begin_layout Plain Layout
22128 \begin_inset Formula $\checkmark$
22129 \end_inset
22130
22131
22132 \end_layout
22133
22134 \end_inset
22135 </cell>
22136 </row>
22137 <row>
22138 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22139 \begin_inset Text
22140
22141 \begin_layout Plain Layout
22142
22143 \backslash
22144 yen
22145 \end_layout
22146
22147 \end_inset
22148 </cell>
22149 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22150 \begin_inset Text
22151
22152 \begin_layout Plain Layout
22153 \begin_inset Formula $\yen$
22154 \end_inset
22155
22156
22157 \end_layout
22158
22159 \end_inset
22160 </cell>
22161 </row>
22162 <row>
22163 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22164 \begin_inset Text
22165
22166 \begin_layout Plain Layout
22167
22168 \backslash
22169 pounds
22170 \end_layout
22171
22172 \end_inset
22173 </cell>
22174 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22175 \begin_inset Text
22176
22177 \begin_layout Plain Layout
22178 \begin_inset Formula $\pounds$
22179 \end_inset
22180
22181
22182 \end_layout
22183
22184 \end_inset
22185 </cell>
22186 </row>
22187 <row>
22188 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22189 \begin_inset Text
22190
22191 \begin_layout Plain Layout
22192 $
22193 \end_layout
22194
22195 \end_inset
22196 </cell>
22197 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22198 \begin_inset Text
22199
22200 \begin_layout Plain Layout
22201 \begin_inset Formula $\$$
22202 \end_inset
22203
22204
22205 \end_layout
22206
22207 \end_inset
22208 </cell>
22209 </row>
22210 <row>
22211 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22212 \begin_inset Text
22213
22214 \begin_layout Plain Layout
22215 §
22216 \end_layout
22217
22218 \end_inset
22219 </cell>
22220 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22221 \begin_inset Text
22222
22223 \begin_layout Plain Layout
22224 \begin_inset Formula $§$
22225 \end_inset
22226
22227
22228 \end_layout
22229
22230 \end_inset
22231 </cell>
22232 </row>
22233 </lyxtabular>
22234
22235 \end_inset
22236
22237
22238 \begin_inset space \hfill{}
22239 \end_inset
22240
22241
22242 \begin_inset Tabular
22243 <lyxtabular version="3" rows="10" columns="2">
22244 <features booktabs="true" tabularvalignment="middle">
22245 <column alignment="center" valignment="top" width="0pt">
22246 <column alignment="center" valignment="top">
22247 <row>
22248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22249 \begin_inset Text
22250
22251 \begin_layout Plain Layout
22252 Command
22253 \end_layout
22254
22255 \end_inset
22256 </cell>
22257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22258 \begin_inset Text
22259
22260 \begin_layout Plain Layout
22261 Symbol
22262 \end_layout
22263
22264 \end_inset
22265 </cell>
22266 </row>
22267 <row>
22268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22269 \begin_inset Text
22270
22271 \begin_layout Plain Layout
22272
22273 \backslash
22274 hbar
22275 \end_layout
22276
22277 \end_inset
22278 </cell>
22279 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22280 \begin_inset Text
22281
22282 \begin_layout Plain Layout
22283 \begin_inset Formula $\hbar$
22284 \end_inset
22285
22286
22287 \end_layout
22288
22289 \end_inset
22290 </cell>
22291 </row>
22292 <row>
22293 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22294 \begin_inset Text
22295
22296 \begin_layout Plain Layout
22297
22298 \backslash
22299 hslash
22300 \end_layout
22301
22302 \end_inset
22303 </cell>
22304 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22305 \begin_inset Text
22306
22307 \begin_layout Plain Layout
22308 \begin_inset Formula $\hslash$
22309 \end_inset
22310
22311
22312 \end_layout
22313
22314 \end_inset
22315 </cell>
22316 </row>
22317 <row>
22318 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22319 \begin_inset Text
22320
22321 \begin_layout Plain Layout
22322
22323 \backslash
22324 clubsuit
22325 \end_layout
22326
22327 \end_inset
22328 </cell>
22329 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22330 \begin_inset Text
22331
22332 \begin_layout Plain Layout
22333 \begin_inset Formula $\clubsuit$
22334 \end_inset
22335
22336
22337 \end_layout
22338
22339 \end_inset
22340 </cell>
22341 </row>
22342 <row>
22343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22344 \begin_inset Text
22345
22346 \begin_layout Plain Layout
22347
22348 \backslash
22349 spadesuit
22350 \end_layout
22351
22352 \end_inset
22353 </cell>
22354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22355 \begin_inset Text
22356
22357 \begin_layout Plain Layout
22358 \begin_inset Formula $\spadesuit$
22359 \end_inset
22360
22361
22362 \end_layout
22363
22364 \end_inset
22365 </cell>
22366 </row>
22367 <row>
22368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22369 \begin_inset Text
22370
22371 \begin_layout Plain Layout
22372
22373 \backslash
22374 bigstar
22375 \end_layout
22376
22377 \end_inset
22378 </cell>
22379 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22380 \begin_inset Text
22381
22382 \begin_layout Plain Layout
22383 \begin_inset Formula $\bigstar$
22384 \end_inset
22385
22386
22387 \end_layout
22388
22389 \end_inset
22390 </cell>
22391 </row>
22392 <row>
22393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22394 \begin_inset Text
22395
22396 \begin_layout Plain Layout
22397
22398 \backslash
22399 blacklozenge
22400 \end_layout
22401
22402 \end_inset
22403 </cell>
22404 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22405 \begin_inset Text
22406
22407 \begin_layout Plain Layout
22408 \begin_inset Formula $\blacklozenge$
22409 \end_inset
22410
22411
22412 \end_layout
22413
22414 \end_inset
22415 </cell>
22416 </row>
22417 <row>
22418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22419 \begin_inset Text
22420
22421 \begin_layout Plain Layout
22422
22423 \backslash
22424 blacktriangle
22425 \end_layout
22426
22427 \end_inset
22428 </cell>
22429 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22430 \begin_inset Text
22431
22432 \begin_layout Plain Layout
22433 \begin_inset Formula $\blacktriangle$
22434 \end_inset
22435
22436
22437 \end_layout
22438
22439 \end_inset
22440 </cell>
22441 </row>
22442 <row>
22443 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22444 \begin_inset Text
22445
22446 \begin_layout Plain Layout
22447
22448 \backslash
22449 blacktiangledown
22450 \end_layout
22451
22452 \end_inset
22453 </cell>
22454 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22455 \begin_inset Text
22456
22457 \begin_layout Plain Layout
22458 \begin_inset Formula $\blacktriangledown$
22459 \end_inset
22460
22461
22462 \end_layout
22463
22464 \end_inset
22465 </cell>
22466 </row>
22467 <row>
22468 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22469 \begin_inset Text
22470
22471 \begin_layout Plain Layout
22472
22473 \backslash
22474 bullet
22475 \end_layout
22476
22477 \end_inset
22478 </cell>
22479 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22480 \begin_inset Text
22481
22482 \begin_layout Plain Layout
22483 \begin_inset Formula $\bullet$
22484 \end_inset
22485
22486
22487 \end_layout
22488
22489 \end_inset
22490 </cell>
22491 </row>
22492 </lyxtabular>
22493
22494 \end_inset
22495
22496
22497 \begin_inset space \hfill{}
22498 \end_inset
22499
22500
22501 \begin_inset Tabular
22502 <lyxtabular version="3" rows="10" columns="2">
22503 <features booktabs="true" tabularvalignment="middle">
22504 <column alignment="center" valignment="top" width="0pt">
22505 <column alignment="center" valignment="top" width="0pt">
22506 <row>
22507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22508 \begin_inset Text
22509
22510 \begin_layout Plain Layout
22511 Command
22512 \end_layout
22513
22514 \end_inset
22515 </cell>
22516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22517 \begin_inset Text
22518
22519 \begin_layout Plain Layout
22520 Symbol
22521 \end_layout
22522
22523 \end_inset
22524 </cell>
22525 </row>
22526 <row>
22527 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22528 \begin_inset Text
22529
22530 \begin_layout Plain Layout
22531
22532 \backslash
22533 diamondsuit
22534 \end_layout
22535
22536 \end_inset
22537 </cell>
22538 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22539 \begin_inset Text
22540
22541 \begin_layout Plain Layout
22542 \begin_inset Formula $\diamondsuit$
22543 \end_inset
22544
22545
22546 \end_layout
22547
22548 \end_inset
22549 </cell>
22550 </row>
22551 <row>
22552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556
22557 \backslash
22558 Diamond
22559 \end_layout
22560
22561 \end_inset
22562 </cell>
22563 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22564 \begin_inset Text
22565
22566 \begin_layout Plain Layout
22567 \begin_inset Formula $\Diamond$
22568 \end_inset
22569
22570
22571 \end_layout
22572
22573 \end_inset
22574 </cell>
22575 </row>
22576 <row>
22577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22578 \begin_inset Text
22579
22580 \begin_layout Plain Layout
22581
22582 \backslash
22583 heartsuit
22584 \end_layout
22585
22586 \end_inset
22587 </cell>
22588 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22589 \begin_inset Text
22590
22591 \begin_layout Plain Layout
22592 \begin_inset Formula $\heartsuit$
22593 \end_inset
22594
22595
22596 \end_layout
22597
22598 \end_inset
22599 </cell>
22600 </row>
22601 <row>
22602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22603 \begin_inset Text
22604
22605 \begin_layout Plain Layout
22606
22607 \backslash
22608 P
22609 \end_layout
22610
22611 \end_inset
22612 </cell>
22613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22614 \begin_inset Text
22615
22616 \begin_layout Plain Layout
22617 \begin_inset Formula $\P$
22618 \end_inset
22619
22620
22621 \end_layout
22622
22623 \end_inset
22624 </cell>
22625 </row>
22626 <row>
22627 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22628 \begin_inset Text
22629
22630 \begin_layout Plain Layout
22631
22632 \backslash
22633 copyright
22634 \end_layout
22635
22636 \end_inset
22637 </cell>
22638 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22639 \begin_inset Text
22640
22641 \begin_layout Plain Layout
22642 \begin_inset Formula $\copyright$
22643 \end_inset
22644
22645
22646 \end_layout
22647
22648 \end_inset
22649 </cell>
22650 </row>
22651 <row>
22652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22653 \begin_inset Text
22654
22655 \begin_layout Plain Layout
22656
22657 \backslash
22658 circledR
22659 \end_layout
22660
22661 \end_inset
22662 </cell>
22663 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22664 \begin_inset Text
22665
22666 \begin_layout Plain Layout
22667 \begin_inset Formula $\circledR$
22668 \end_inset
22669
22670
22671 \end_layout
22672
22673 \end_inset
22674 </cell>
22675 </row>
22676 <row>
22677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22678 \begin_inset Text
22679
22680 \begin_layout Plain Layout
22681
22682 \backslash
22683 maltese
22684 \end_layout
22685
22686 \end_inset
22687 </cell>
22688 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22689 \begin_inset Text
22690
22691 \begin_layout Plain Layout
22692 \begin_inset Formula $\maltese$
22693 \end_inset
22694
22695
22696 \end_layout
22697
22698 \end_inset
22699 </cell>
22700 </row>
22701 <row>
22702 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22703 \begin_inset Text
22704
22705 \begin_layout Plain Layout
22706
22707 \backslash
22708 diagup
22709 \end_layout
22710
22711 \end_inset
22712 </cell>
22713 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22714 \begin_inset Text
22715
22716 \begin_layout Plain Layout
22717 \begin_inset Formula $\diagup$
22718 \end_inset
22719
22720
22721 \end_layout
22722
22723 \end_inset
22724 </cell>
22725 </row>
22726 <row>
22727 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22728 \begin_inset Text
22729
22730 \begin_layout Plain Layout
22731
22732 \backslash
22733 diagdown
22734 \end_layout
22735
22736 \end_inset
22737 </cell>
22738 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22739 \begin_inset Text
22740
22741 \begin_layout Plain Layout
22742 \begin_inset Formula $\diagdown$
22743 \end_inset
22744
22745
22746 \end_layout
22747
22748 \end_inset
22749 </cell>
22750 </row>
22751 </lyxtabular>
22752
22753 \end_inset
22754
22755
22756 \end_layout
22757
22758 \begin_layout Standard
22759 \begin_inset VSpace medskip
22760 \end_inset
22761
22762
22763 \end_layout
22764
22765 \begin_layout Standard
22766 Some symbols can be displayed in different sizes, see 
22767 \begin_inset CommandInset ref
22768 LatexCommand ref
22769 reference "subsec:Font-Sizes"
22770
22771 \end_inset
22772
22773 .
22774 \end_layout
22775
22776 \begin_layout Subsection
22777 The Euro-Symbol €
22778 \begin_inset Index idx
22779 status collapsed
22780
22781 \begin_layout Plain Layout
22782 Symbols ! Euro-symbol
22783 \end_layout
22784
22785 \end_inset
22786
22787
22788 \begin_inset Index idx
22789 status collapsed
22790
22791 \begin_layout Plain Layout
22792
22793 \backslash
22794 @
22795 \begin_inset ERT
22796 status collapsed
22797
22798 \begin_layout Plain Layout
22799
22800
22801 \backslash
22802 officialeuro
22803 \end_layout
22804
22805 \end_inset
22806
22807
22808 \end_layout
22809
22810 \end_inset
22811
22812
22813 \end_layout
22814
22815 \begin_layout Standard
22816 To use the Euro symbol in formulas, the \SpecialChar LaTeX
22817 -package 
22818 \series bold
22819 eurosym
22820 \series default
22821
22822 \begin_inset Index idx
22823 status collapsed
22824
22825 \begin_layout Plain Layout
22826 Packages ! eurosym
22827 \end_layout
22828
22829 \end_inset
22830
22831  must be installed and loaded with the \SpecialChar LaTeX
22832 -preamble line
22833 \end_layout
22834
22835 \begin_layout Standard
22836
22837 \series bold
22838
22839 \backslash
22840 usepackage[gennarrow]{eurosym}
22841 \end_layout
22842
22843 \begin_layout Standard
22844 The Euro symbol can now be inserted with the command 
22845 \series bold
22846
22847 \backslash
22848 euro
22849 \series default
22850
22851 \begin_inset Index idx
22852 status collapsed
22853
22854 \begin_layout Plain Layout
22855 Commands ! E ! 
22856 \backslash
22857 euro
22858 \end_layout
22859
22860 \end_inset
22861
22862 .
22863 \end_layout
22864
22865 \begin_layout Standard
22866 The Euro symbol can directly be inserted with the € key in mathematical
22867  text, without having 
22868 \series bold
22869 eurosym
22870 \series default
22871  installed.
22872  When 
22873 \series bold
22874 eurosym
22875 \series default
22876  is installed, 
22877 \series bold
22878
22879 \backslash
22880 euro
22881 \series default
22882  can also be inserted in \SpecialChar TeX
22883  mode.
22884  The official currency symbol can then be inserted with the command 
22885 \series bold
22886
22887 \backslash
22888 officialeuro
22889 \series default
22890
22891 \begin_inset Index idx
22892 status collapsed
22893
22894 \begin_layout Plain Layout
22895 Commands ! O ! 
22896 \backslash
22897 officialeuro
22898 \end_layout
22899
22900 \end_inset
22901
22902 , that is only available in \SpecialChar TeX
22903  mode.
22904 \end_layout
22905
22906 \begin_layout Standard
22907 \begin_inset ERT
22908 status collapsed
22909
22910 \begin_layout Plain Layout
22911
22912
22913 \backslash
22914 ifeurosym 
22915 \end_layout
22916
22917 \end_inset
22918
22919
22920 \begin_inset Note Note
22921 status open
22922
22923 \begin_layout Plain Layout
22924 The following table will only be displayed when the \SpecialChar LaTeX
22925 -package 
22926 \series bold
22927 eurosym
22928 \series default
22929  is installed.
22930 \end_layout
22931
22932 \end_inset
22933
22934
22935 \end_layout
22936
22937 \begin_layout Standard
22938 An overview about the different Euro symbols:
22939 \begin_inset Separator parbreak
22940 \end_inset
22941
22942
22943 \end_layout
22944
22945 \begin_layout Standard
22946 \align center
22947 \begin_inset Tabular
22948 <lyxtabular version="3" rows="4" columns="3">
22949 <features booktabs="true" tabularvalignment="middle">
22950 <column alignment="center" valignment="top" width="0pt">
22951 <column alignment="center" valignment="top" width="0pt">
22952 <column alignment="center" valignment="top" width="0pt">
22953 <row>
22954 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
22955 \begin_inset Text
22956
22957 \begin_layout Plain Layout
22958 \begin_inset ERT
22959 status collapsed
22960
22961 \begin_layout Plain Layout
22962
22963
22964 \backslash
22965 cmidrule[0.08em]{2-3}
22966 \end_layout
22967
22968 \end_inset
22969
22970
22971 \end_layout
22972
22973 \end_inset
22974 </cell>
22975 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22976 \begin_inset Text
22977
22978 \begin_layout Plain Layout
22979 Command 
22980 \end_layout
22981
22982 \end_inset
22983 </cell>
22984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22985 \begin_inset Text
22986
22987 \begin_layout Plain Layout
22988 Symbol
22989 \end_layout
22990
22991 \end_inset
22992 </cell>
22993 </row>
22994 <row>
22995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22996 \begin_inset Text
22997
22998 \begin_layout Plain Layout
22999 formula
23000 \end_layout
23001
23002 \end_inset
23003 </cell>
23004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23005 \begin_inset Text
23006
23007 \begin_layout Plain Layout
23008
23009 \backslash
23010 euro
23011 \end_layout
23012
23013 \end_inset
23014 </cell>
23015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23016 \begin_inset Text
23017
23018 \begin_layout Plain Layout
23019 \begin_inset Formula $\euro$
23020 \end_inset
23021
23022
23023 \end_layout
23024
23025 \end_inset
23026 </cell>
23027 </row>
23028 <row>
23029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23030 \begin_inset Text
23031
23032 \begin_layout Plain Layout
23033 mathematical text
23034 \end_layout
23035
23036 \end_inset
23037 </cell>
23038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23039 \begin_inset Text
23040
23041 \begin_layout Plain Layout
23042
23043 \end_layout
23044
23045 \end_inset
23046 </cell>
23047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23048 \begin_inset Text
23049
23050 \begin_layout Plain Layout
23051 \begin_inset Formula $\mbox{€}$
23052 \end_inset
23053
23054
23055 \end_layout
23056
23057 \end_inset
23058 </cell>
23059 </row>
23060 <row>
23061 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23062 \begin_inset Text
23063
23064 \begin_layout Plain Layout
23065 \SpecialChar TeX
23066  mode
23067 \end_layout
23068
23069 \end_inset
23070 </cell>
23071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23072 \begin_inset Text
23073
23074 \begin_layout Plain Layout
23075
23076 \backslash
23077 officialeuro
23078 \end_layout
23079
23080 \end_inset
23081 </cell>
23082 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23083 \begin_inset Text
23084
23085 \begin_layout Plain Layout
23086 \begin_inset ERT
23087 status collapsed
23088
23089 \begin_layout Plain Layout
23090
23091
23092 \backslash
23093 officialeuro
23094 \end_layout
23095
23096 \end_inset
23097
23098
23099 \end_layout
23100
23101 \end_inset
23102 </cell>
23103 </row>
23104 </lyxtabular>
23105
23106 \end_inset
23107
23108
23109 \begin_inset Note Note
23110 status collapsed
23111
23112 \begin_layout Plain Layout
23113
23114 \series bold
23115
23116 \backslash
23117 cmidrule
23118 \series default
23119  is used here only for table borders.
23120  See sec.
23121  
23122 \family sans
23123 Formal Tables
23124 \family default
23125  of the 
23126 \emph on
23127 EmbeddedObjects
23128 \emph default
23129  manual for details.
23130 \end_layout
23131
23132 \end_inset
23133
23134
23135 \end_layout
23136
23137 \begin_layout Standard
23138 \begin_inset ERT
23139 status collapsed
23140
23141 \begin_layout Plain Layout
23142
23143
23144 \backslash
23145 else 
23146 \end_layout
23147
23148 \end_inset
23149
23150
23151 \begin_inset Note Note
23152 status open
23153
23154 \begin_layout Plain Layout
23155 The following will be displayed when the \SpecialChar LaTeX
23156 -package 
23157 \series bold
23158 eurosym
23159 \series default
23160  is not installed:
23161 \end_layout
23162
23163 \end_inset
23164
23165
23166 \end_layout
23167
23168 \begin_layout Standard
23169 You need to install the \SpecialChar LaTeX
23170 -package 
23171 \series bold
23172 eurosym
23173 \series default
23174  to see the rest of this subsection in the output.
23175 \end_layout
23176
23177 \begin_layout Standard
23178 \begin_inset ERT
23179 status collapsed
23180
23181 \begin_layout Plain Layout
23182
23183
23184 \backslash
23185 fi 
23186 \end_layout
23187
23188 \end_inset
23189
23190
23191 \end_layout
23192
23193 \begin_layout Standard
23194 \begin_inset Newpage newpage
23195 \end_inset
23196
23197
23198 \end_layout
23199
23200 \begin_layout Section
23201 Relations
23202 \begin_inset CommandInset label
23203 LatexCommand label
23204 name "sec:Relations"
23205
23206 \end_inset
23207
23208
23209 \begin_inset Index idx
23210 status collapsed
23211
23212 \begin_layout Plain Layout
23213 Relations
23214 \end_layout
23215
23216 \end_inset
23217
23218
23219 \begin_inset Index idx
23220 status collapsed
23221
23222 \begin_layout Plain Layout
23223 Comparisons|see
23224 \begin_inset ERT
23225 status collapsed
23226
23227 \begin_layout Plain Layout
23228
23229 {
23230 \end_layout
23231
23232 \end_inset
23233
23234 Relations
23235 \begin_inset ERT
23236 status collapsed
23237
23238 \begin_layout Plain Layout
23239
23240 }
23241 \end_layout
23242
23243 \end_inset
23244
23245
23246 \end_layout
23247
23248 \end_inset
23249
23250
23251 \end_layout
23252
23253 \begin_layout Standard
23254 All following relations can also be inserted via the toolbar button 
23255 \begin_inset Info
23256 type  "icon"
23257 arg   "math-insert \\leq"
23258 \end_inset
23259
23260 .
23261 \end_layout
23262
23263 \begin_layout Standard
23264 \begin_inset Tabular
23265 <lyxtabular version="3" rows="17" columns="2">
23266 <features booktabs="true" tabularvalignment="middle">
23267 <column alignment="center" valignment="top" width="0pt">
23268 <column alignment="center" valignment="top" width="0pt">
23269 <row>
23270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23271 \begin_inset Text
23272
23273 \begin_layout Plain Layout
23274 Command
23275 \end_layout
23276
23277 \end_inset
23278 </cell>
23279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23280 \begin_inset Text
23281
23282 \begin_layout Plain Layout
23283 Relation
23284 \end_layout
23285
23286 \end_inset
23287 </cell>
23288 </row>
23289 <row>
23290 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23291 \begin_inset Text
23292
23293 \begin_layout Plain Layout
23294 <
23295 \end_layout
23296
23297 \end_inset
23298 </cell>
23299 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23300 \begin_inset Text
23301
23302 \begin_layout Plain Layout
23303 \begin_inset Formula $<$
23304 \end_inset
23305
23306
23307 \end_layout
23308
23309 \end_inset
23310 </cell>
23311 </row>
23312 <row>
23313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23314 \begin_inset Text
23315
23316 \begin_layout Plain Layout
23317
23318 \backslash
23319 le
23320 \end_layout
23321
23322 \end_inset
23323 </cell>
23324 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23325 \begin_inset Text
23326
23327 \begin_layout Plain Layout
23328 \begin_inset Formula $\le$
23329 \end_inset
23330
23331
23332 \end_layout
23333
23334 \end_inset
23335 </cell>
23336 </row>
23337 <row>
23338 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23339 \begin_inset Text
23340
23341 \begin_layout Plain Layout
23342
23343 \backslash
23344 ll
23345 \end_layout
23346
23347 \end_inset
23348 </cell>
23349 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23350 \begin_inset Text
23351
23352 \begin_layout Plain Layout
23353 \begin_inset Formula $\ll$
23354 \end_inset
23355
23356
23357 \end_layout
23358
23359 \end_inset
23360 </cell>
23361 </row>
23362 <row>
23363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23364 \begin_inset Text
23365
23366 \begin_layout Plain Layout
23367
23368 \backslash
23369 prec
23370 \end_layout
23371
23372 \end_inset
23373 </cell>
23374 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23375 \begin_inset Text
23376
23377 \begin_layout Plain Layout
23378 \begin_inset Formula $\prec$
23379 \end_inset
23380
23381
23382 \end_layout
23383
23384 \end_inset
23385 </cell>
23386 </row>
23387 <row>
23388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23389 \begin_inset Text
23390
23391 \begin_layout Plain Layout
23392
23393 \backslash
23394 preceq
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23400 \begin_inset Text
23401
23402 \begin_layout Plain Layout
23403 \begin_inset Formula $\preceq$
23404 \end_inset
23405
23406
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 </row>
23412 <row>
23413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417
23418 \backslash
23419 subset
23420 \end_layout
23421
23422 \end_inset
23423 </cell>
23424 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23425 \begin_inset Text
23426
23427 \begin_layout Plain Layout
23428 \begin_inset Formula $\subset$
23429 \end_inset
23430
23431
23432 \end_layout
23433
23434 \end_inset
23435 </cell>
23436 </row>
23437 <row>
23438 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23439 \begin_inset Text
23440
23441 \begin_layout Plain Layout
23442
23443 \backslash
23444 subseteq
23445 \end_layout
23446
23447 \end_inset
23448 </cell>
23449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23450 \begin_inset Text
23451
23452 \begin_layout Plain Layout
23453 \begin_inset Formula $\subseteq$
23454 \end_inset
23455
23456
23457 \end_layout
23458
23459 \end_inset
23460 </cell>
23461 </row>
23462 <row>
23463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23464 \begin_inset Text
23465
23466 \begin_layout Plain Layout
23467
23468 \backslash
23469 sqsubseteq
23470 \end_layout
23471
23472 \end_inset
23473 </cell>
23474 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23475 \begin_inset Text
23476
23477 \begin_layout Plain Layout
23478 \begin_inset Formula $\sqsubseteq$
23479 \end_inset
23480
23481
23482 \end_layout
23483
23484 \end_inset
23485 </cell>
23486 </row>
23487 <row>
23488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23489 \begin_inset Text
23490
23491 \begin_layout Plain Layout
23492
23493 \backslash
23494 in
23495 \end_layout
23496
23497 \end_inset
23498 </cell>
23499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23500 \begin_inset Text
23501
23502 \begin_layout Plain Layout
23503 \begin_inset Formula $\in$
23504 \end_inset
23505
23506
23507 \end_layout
23508
23509 \end_inset
23510 </cell>
23511 </row>
23512 <row>
23513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23514 \begin_inset Text
23515
23516 \begin_layout Plain Layout
23517
23518 \backslash
23519 vdash
23520 \end_layout
23521
23522 \end_inset
23523 </cell>
23524 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23525 \begin_inset Text
23526
23527 \begin_layout Plain Layout
23528 \begin_inset Formula $\vdash$
23529 \end_inset
23530
23531
23532 \end_layout
23533
23534 \end_inset
23535 </cell>
23536 </row>
23537 <row>
23538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23539 \begin_inset Text
23540
23541 \begin_layout Plain Layout
23542
23543 \backslash
23544 smile
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553 \begin_inset Formula $\smile$
23554 \end_inset
23555
23556
23557 \end_layout
23558
23559 \end_inset
23560 </cell>
23561 </row>
23562 <row>
23563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23564 \begin_inset Text
23565
23566 \begin_layout Plain Layout
23567
23568 \backslash
23569 lhd
23570 \end_layout
23571
23572 \end_inset
23573 </cell>
23574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23575 \begin_inset Text
23576
23577 \begin_layout Plain Layout
23578 \begin_inset Formula $\lhd$
23579 \end_inset
23580
23581
23582 \end_layout
23583
23584 \end_inset
23585 </cell>
23586 </row>
23587 <row>
23588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23589 \begin_inset Text
23590
23591 \begin_layout Plain Layout
23592
23593 \backslash
23594 unlhd
23595 \end_layout
23596
23597 \end_inset
23598 </cell>
23599 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603 \begin_inset Formula $\unlhd$
23604 \end_inset
23605
23606
23607 \end_layout
23608
23609 \end_inset
23610 </cell>
23611 </row>
23612 <row>
23613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23614 \begin_inset Text
23615
23616 \begin_layout Plain Layout
23617
23618 \backslash
23619 gtrless
23620 \end_layout
23621
23622 \end_inset
23623 </cell>
23624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23625 \begin_inset Text
23626
23627 \begin_layout Plain Layout
23628 \begin_inset Formula $\gtrless$
23629 \end_inset
23630
23631
23632 \end_layout
23633
23634 \end_inset
23635 </cell>
23636 </row>
23637 <row>
23638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23639 \begin_inset Text
23640
23641 \begin_layout Plain Layout
23642
23643 \backslash
23644 mid
23645 \end_layout
23646
23647 \end_inset
23648 </cell>
23649 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23650 \begin_inset Text
23651
23652 \begin_layout Plain Layout
23653 \begin_inset Formula $\mid$
23654 \end_inset
23655
23656
23657 \end_layout
23658
23659 \end_inset
23660 </cell>
23661 </row>
23662 <row>
23663 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23664 \begin_inset Text
23665
23666 \begin_layout Plain Layout
23667
23668 \backslash
23669 nmid
23670 \end_layout
23671
23672 \end_inset
23673 </cell>
23674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23675 \begin_inset Text
23676
23677 \begin_layout Plain Layout
23678 \begin_inset Formula $\nmid$
23679 \end_inset
23680
23681
23682 \end_layout
23683
23684 \end_inset
23685 </cell>
23686 </row>
23687 </lyxtabular>
23688
23689 \end_inset
23690
23691
23692 \begin_inset space \hfill{}
23693 \end_inset
23694
23695
23696 \begin_inset Tabular
23697 <lyxtabular version="3" rows="17" columns="2">
23698 <features booktabs="true" tabularvalignment="middle">
23699 <column alignment="center" valignment="top" width="0pt">
23700 <column alignment="center" valignment="top" width="0pt">
23701 <row>
23702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23703 \begin_inset Text
23704
23705 \begin_layout Plain Layout
23706 Command
23707 \end_layout
23708
23709 \end_inset
23710 </cell>
23711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23712 \begin_inset Text
23713
23714 \begin_layout Plain Layout
23715 Relation
23716 \end_layout
23717
23718 \end_inset
23719 </cell>
23720 </row>
23721 <row>
23722 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23723 \begin_inset Text
23724
23725 \begin_layout Plain Layout
23726 =
23727 \end_layout
23728
23729 \end_inset
23730 </cell>
23731 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23732 \begin_inset Text
23733
23734 \begin_layout Plain Layout
23735 \begin_inset Formula $=$
23736 \end_inset
23737
23738
23739 \end_layout
23740
23741 \end_inset
23742 </cell>
23743 </row>
23744 <row>
23745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23746 \begin_inset Text
23747
23748 \begin_layout Plain Layout
23749
23750 \backslash
23751 not=
23752 \end_layout
23753
23754 \end_inset
23755 </cell>
23756 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23757 \begin_inset Text
23758
23759 \begin_layout Plain Layout
23760 \begin_inset Formula $\not=$
23761 \end_inset
23762
23763
23764 \end_layout
23765
23766 \end_inset
23767 </cell>
23768 </row>
23769 <row>
23770 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23771 \begin_inset Text
23772
23773 \begin_layout Plain Layout
23774
23775 \backslash
23776 equiv
23777 \end_layout
23778
23779 \end_inset
23780 </cell>
23781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23782 \begin_inset Text
23783
23784 \begin_layout Plain Layout
23785 \begin_inset Formula $\equiv$
23786 \end_inset
23787
23788
23789 \end_layout
23790
23791 \end_inset
23792 </cell>
23793 </row>
23794 <row>
23795 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23796 \begin_inset Text
23797
23798 \begin_layout Plain Layout
23799
23800 \backslash
23801 sim
23802 \end_layout
23803
23804 \end_inset
23805 </cell>
23806 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23807 \begin_inset Text
23808
23809 \begin_layout Plain Layout
23810 \begin_inset Formula $\sim$
23811 \end_inset
23812
23813
23814 \end_layout
23815
23816 \end_inset
23817 </cell>
23818 </row>
23819 <row>
23820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23821 \begin_inset Text
23822
23823 \begin_layout Plain Layout
23824
23825 \backslash
23826 simeq
23827 \end_layout
23828
23829 \end_inset
23830 </cell>
23831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23832 \begin_inset Text
23833
23834 \begin_layout Plain Layout
23835 \begin_inset Formula $\simeq$
23836 \end_inset
23837
23838
23839 \end_layout
23840
23841 \end_inset
23842 </cell>
23843 </row>
23844 <row>
23845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23846 \begin_inset Text
23847
23848 \begin_layout Plain Layout
23849
23850 \backslash
23851 approx
23852 \end_layout
23853
23854 \end_inset
23855 </cell>
23856 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23857 \begin_inset Text
23858
23859 \begin_layout Plain Layout
23860 \begin_inset Formula $\approx$
23861 \end_inset
23862
23863
23864 \end_layout
23865
23866 \end_inset
23867 </cell>
23868 </row>
23869 <row>
23870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23871 \begin_inset Text
23872
23873 \begin_layout Plain Layout
23874
23875 \backslash
23876 cong
23877 \end_layout
23878
23879 \end_inset
23880 </cell>
23881 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23882 \begin_inset Text
23883
23884 \begin_layout Plain Layout
23885 \begin_inset Formula $\cong$
23886 \end_inset
23887
23888
23889 \end_layout
23890
23891 \end_inset
23892 </cell>
23893 </row>
23894 <row>
23895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23896 \begin_inset Text
23897
23898 \begin_layout Plain Layout
23899
23900 \backslash
23901 bowtie
23902 \end_layout
23903
23904 \end_inset
23905 </cell>
23906 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23907 \begin_inset Text
23908
23909 \begin_layout Plain Layout
23910 \begin_inset Formula $\bowtie$
23911 \end_inset
23912
23913
23914 \end_layout
23915
23916 \end_inset
23917 </cell>
23918 </row>
23919 <row>
23920 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23921 \begin_inset Text
23922
23923 \begin_layout Plain Layout
23924
23925 \backslash
23926 notin
23927 \end_layout
23928
23929 \end_inset
23930 </cell>
23931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23932 \begin_inset Text
23933
23934 \begin_layout Plain Layout
23935 \begin_inset Formula $\notin$
23936 \end_inset
23937
23938
23939 \end_layout
23940
23941 \end_inset
23942 </cell>
23943 </row>
23944 <row>
23945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23946 \begin_inset Text
23947
23948 \begin_layout Plain Layout
23949
23950 \backslash
23951 perp
23952 \end_layout
23953
23954 \end_inset
23955 </cell>
23956 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23957 \begin_inset Text
23958
23959 \begin_layout Plain Layout
23960 \begin_inset Formula $\perp$
23961 \end_inset
23962
23963
23964 \end_layout
23965
23966 \end_inset
23967 </cell>
23968 </row>
23969 <row>
23970 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23971 \begin_inset Text
23972
23973 \begin_layout Plain Layout
23974
23975 \backslash
23976 propto
23977 \end_layout
23978
23979 \end_inset
23980 </cell>
23981 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23982 \begin_inset Text
23983
23984 \begin_layout Plain Layout
23985 \begin_inset Formula $\propto$
23986 \end_inset
23987
23988
23989 \end_layout
23990
23991 \end_inset
23992 </cell>
23993 </row>
23994 <row>
23995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23996 \begin_inset Text
23997
23998 \begin_layout Plain Layout
23999
24000 \backslash
24001 asymp
24002 \end_layout
24003
24004 \end_inset
24005 </cell>
24006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24007 \begin_inset Text
24008
24009 \begin_layout Plain Layout
24010 \begin_inset Formula $\asymp$
24011 \end_inset
24012
24013
24014 \end_layout
24015
24016 \end_inset
24017 </cell>
24018 </row>
24019 <row>
24020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24021 \begin_inset Text
24022
24023 \begin_layout Plain Layout
24024
24025 \backslash
24026 doteq
24027 \end_layout
24028
24029 \end_inset
24030 </cell>
24031 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24032 \begin_inset Text
24033
24034 \begin_layout Plain Layout
24035 \begin_inset Formula $\doteq$
24036 \end_inset
24037
24038
24039 \end_layout
24040
24041 \end_inset
24042 </cell>
24043 </row>
24044 <row>
24045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24046 \begin_inset Text
24047
24048 \begin_layout Plain Layout
24049
24050 \backslash
24051 circeq
24052 \end_layout
24053
24054 \end_inset
24055 </cell>
24056 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24057 \begin_inset Text
24058
24059 \begin_layout Plain Layout
24060 \begin_inset Formula $\circeq$
24061 \end_inset
24062
24063
24064 \end_layout
24065
24066 \end_inset
24067 </cell>
24068 </row>
24069 <row>
24070 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24071 \begin_inset Text
24072
24073 \begin_layout Plain Layout
24074
24075 \backslash
24076 models
24077 \end_layout
24078
24079 \end_inset
24080 </cell>
24081 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24082 \begin_inset Text
24083
24084 \begin_layout Plain Layout
24085 \begin_inset Formula $\models$
24086 \end_inset
24087
24088
24089 \end_layout
24090
24091 \end_inset
24092 </cell>
24093 </row>
24094 <row>
24095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24096 \begin_inset Text
24097
24098 \begin_layout Plain Layout
24099
24100 \backslash
24101 widehat=
24102 \end_layout
24103
24104 \end_inset
24105 </cell>
24106 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24107 \begin_inset Text
24108
24109 \begin_layout Plain Layout
24110 \begin_inset Formula $\widehat{=}$
24111 \end_inset
24112
24113
24114 \end_layout
24115
24116 \end_inset
24117 </cell>
24118 </row>
24119 </lyxtabular>
24120
24121 \end_inset
24122
24123
24124 \begin_inset space \hfill{}
24125 \end_inset
24126
24127
24128 \begin_inset Tabular
24129 <lyxtabular version="3" rows="17" columns="2">
24130 <features booktabs="true" tabularvalignment="middle">
24131 <column alignment="center" valignment="top" width="0pt">
24132 <column alignment="center" valignment="top" width="0pt">
24133 <row>
24134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24135 \begin_inset Text
24136
24137 \begin_layout Plain Layout
24138 Command
24139 \end_layout
24140
24141 \end_inset
24142 </cell>
24143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24144 \begin_inset Text
24145
24146 \begin_layout Plain Layout
24147 Relation
24148 \end_layout
24149
24150 \end_inset
24151 </cell>
24152 </row>
24153 <row>
24154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24155 \begin_inset Text
24156
24157 \begin_layout Plain Layout
24158 >
24159 \end_layout
24160
24161 \end_inset
24162 </cell>
24163 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24164 \begin_inset Text
24165
24166 \begin_layout Plain Layout
24167 \begin_inset Formula $>$
24168 \end_inset
24169
24170
24171 \end_layout
24172
24173 \end_inset
24174 </cell>
24175 </row>
24176 <row>
24177 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24178 \begin_inset Text
24179
24180 \begin_layout Plain Layout
24181
24182 \backslash
24183 ge
24184 \end_layout
24185
24186 \end_inset
24187 </cell>
24188 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24189 \begin_inset Text
24190
24191 \begin_layout Plain Layout
24192 \begin_inset Formula $\ge$
24193 \end_inset
24194
24195
24196 \end_layout
24197
24198 \end_inset
24199 </cell>
24200 </row>
24201 <row>
24202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24203 \begin_inset Text
24204
24205 \begin_layout Plain Layout
24206
24207 \backslash
24208 gg
24209 \end_layout
24210
24211 \end_inset
24212 </cell>
24213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24214 \begin_inset Text
24215
24216 \begin_layout Plain Layout
24217 \begin_inset Formula $\gg$
24218 \end_inset
24219
24220
24221 \end_layout
24222
24223 \end_inset
24224 </cell>
24225 </row>
24226 <row>
24227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24228 \begin_inset Text
24229
24230 \begin_layout Plain Layout
24231
24232 \backslash
24233 succ
24234 \end_layout
24235
24236 \end_inset
24237 </cell>
24238 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24239 \begin_inset Text
24240
24241 \begin_layout Plain Layout
24242 \begin_inset Formula $\succ$
24243 \end_inset
24244
24245
24246 \end_layout
24247
24248 \end_inset
24249 </cell>
24250 </row>
24251 <row>
24252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24253 \begin_inset Text
24254
24255 \begin_layout Plain Layout
24256
24257 \backslash
24258 succeq
24259 \end_layout
24260
24261 \end_inset
24262 </cell>
24263 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24264 \begin_inset Text
24265
24266 \begin_layout Plain Layout
24267 \begin_inset Formula $\succeq$
24268 \end_inset
24269
24270
24271 \end_layout
24272
24273 \end_inset
24274 </cell>
24275 </row>
24276 <row>
24277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24278 \begin_inset Text
24279
24280 \begin_layout Plain Layout
24281
24282 \backslash
24283 supset
24284 \end_layout
24285
24286 \end_inset
24287 </cell>
24288 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24289 \begin_inset Text
24290
24291 \begin_layout Plain Layout
24292 \begin_inset Formula $\supset$
24293 \end_inset
24294
24295
24296 \end_layout
24297
24298 \end_inset
24299 </cell>
24300 </row>
24301 <row>
24302 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24303 \begin_inset Text
24304
24305 \begin_layout Plain Layout
24306
24307 \backslash
24308 supseteq
24309 \end_layout
24310
24311 \end_inset
24312 </cell>
24313 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24314 \begin_inset Text
24315
24316 \begin_layout Plain Layout
24317 \begin_inset Formula $\supseteq$
24318 \end_inset
24319
24320
24321 \end_layout
24322
24323 \end_inset
24324 </cell>
24325 </row>
24326 <row>
24327 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24328 \begin_inset Text
24329
24330 \begin_layout Plain Layout
24331
24332 \backslash
24333 sqsupseteq
24334 \end_layout
24335
24336 \end_inset
24337 </cell>
24338 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24339 \begin_inset Text
24340
24341 \begin_layout Plain Layout
24342 \begin_inset Formula $\sqsupseteq$
24343 \end_inset
24344
24345
24346 \end_layout
24347
24348 \end_inset
24349 </cell>
24350 </row>
24351 <row>
24352 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24353 \begin_inset Text
24354
24355 \begin_layout Plain Layout
24356
24357 \backslash
24358 ni
24359 \end_layout
24360
24361 \end_inset
24362 </cell>
24363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24364 \begin_inset Text
24365
24366 \begin_layout Plain Layout
24367 \begin_inset Formula $\ni$
24368 \end_inset
24369
24370
24371 \end_layout
24372
24373 \end_inset
24374 </cell>
24375 </row>
24376 <row>
24377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24378 \begin_inset Text
24379
24380 \begin_layout Plain Layout
24381
24382 \backslash
24383 dashv
24384 \end_layout
24385
24386 \end_inset
24387 </cell>
24388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24389 \begin_inset Text
24390
24391 \begin_layout Plain Layout
24392 \begin_inset Formula $\dashv$
24393 \end_inset
24394
24395
24396 \end_layout
24397
24398 \end_inset
24399 </cell>
24400 </row>
24401 <row>
24402 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24403 \begin_inset Text
24404
24405 \begin_layout Plain Layout
24406
24407 \backslash
24408 frown
24409 \end_layout
24410
24411 \end_inset
24412 </cell>
24413 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24414 \begin_inset Text
24415
24416 \begin_layout Plain Layout
24417 \begin_inset Formula $\frown$
24418 \end_inset
24419
24420
24421 \end_layout
24422
24423 \end_inset
24424 </cell>
24425 </row>
24426 <row>
24427 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24428 \begin_inset Text
24429
24430 \begin_layout Plain Layout
24431
24432 \backslash
24433 rhd
24434 \end_layout
24435
24436 \end_inset
24437 </cell>
24438 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24439 \begin_inset Text
24440
24441 \begin_layout Plain Layout
24442 \begin_inset Formula $\rhd$
24443 \end_inset
24444
24445
24446 \end_layout
24447
24448 \end_inset
24449 </cell>
24450 </row>
24451 <row>
24452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24453 \begin_inset Text
24454
24455 \begin_layout Plain Layout
24456
24457 \backslash
24458 unrhd
24459 \end_layout
24460
24461 \end_inset
24462 </cell>
24463 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24464 \begin_inset Text
24465
24466 \begin_layout Plain Layout
24467 \begin_inset Formula $\unrhd$
24468 \end_inset
24469
24470
24471 \end_layout
24472
24473 \end_inset
24474 </cell>
24475 </row>
24476 <row>
24477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24478 \begin_inset Text
24479
24480 \begin_layout Plain Layout
24481
24482 \backslash
24483 lessgtr
24484 \end_layout
24485
24486 \end_inset
24487 </cell>
24488 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24489 \begin_inset Text
24490
24491 \begin_layout Plain Layout
24492 \begin_inset Formula $\lessgtr$
24493 \end_inset
24494
24495
24496 \end_layout
24497
24498 \end_inset
24499 </cell>
24500 </row>
24501 <row>
24502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24503 \begin_inset Text
24504
24505 \begin_layout Plain Layout
24506
24507 \backslash
24508 parallel
24509 \end_layout
24510
24511 \end_inset
24512 </cell>
24513 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24514 \begin_inset Text
24515
24516 \begin_layout Plain Layout
24517 \begin_inset Formula $\parallel$
24518 \end_inset
24519
24520
24521 \end_layout
24522
24523 \end_inset
24524 </cell>
24525 </row>
24526 <row>
24527 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24528 \begin_inset Text
24529
24530 \begin_layout Plain Layout
24531
24532 \backslash
24533 nparallel
24534 \end_layout
24535
24536 \end_inset
24537 </cell>
24538 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24539 \begin_inset Text
24540
24541 \begin_layout Plain Layout
24542 \begin_inset Formula $\nparallel$
24543 \end_inset
24544
24545
24546 \end_layout
24547
24548 \end_inset
24549 </cell>
24550 </row>
24551 </lyxtabular>
24552
24553 \end_inset
24554
24555
24556 \end_layout
24557
24558 \begin_layout Standard
24559 \begin_inset VSpace medskip
24560 \end_inset
24561
24562 The characters 
24563 \series bold
24564
24565 \backslash
24566 lhd
24567 \series default
24568  and 
24569 \series bold
24570
24571 \backslash
24572 rhd
24573 \series default
24574  are bigger than the equal looking operators 
24575 \series bold
24576
24577 \backslash
24578 triangleleft
24579 \series default
24580  and 
24581 \series bold
24582
24583 \backslash
24584 triangleright
24585 \series default
24586 , respectively.
24587 \end_layout
24588
24589 \begin_layout Standard
24590 \SpecialChar LyX
24591  supports also many special relations.
24592  Use the toolbar button 
24593 \begin_inset Info
24594 type  "icon"
24595 arg   "math-insert \\leqq"
24596 \end_inset
24597
24598  to see a list of these relations.
24599 \end_layout
24600
24601 \begin_layout Standard
24602 Relations are, in contrary to symbols, always surrounded by space.
24603 \end_layout
24604
24605 \begin_layout Standard
24606 Relations with labels can be created with the command 
24607 \series bold
24608
24609 \backslash
24610 stackrel
24611 \series default
24612
24613 \begin_inset Index idx
24614 status collapsed
24615
24616 \begin_layout Plain Layout
24617 Commands ! S ! 
24618 \backslash
24619 stackrel
24620 \end_layout
24621
24622 \end_inset
24623
24624 :
24625 \begin_inset Separator parbreak
24626 \end_inset
24627
24628
24629 \end_layout
24630
24631 \begin_layout Standard
24632 \align center
24633 \begin_inset Tabular
24634 <lyxtabular version="3" rows="2" columns="2">
24635 <features booktabs="true" tabularvalignment="middle">
24636 <column alignment="center" valignment="top" width="0pt">
24637 <column alignment="center" valignment="top">
24638 <row>
24639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24640 \begin_inset Text
24641
24642 \begin_layout Plain Layout
24643 Command
24644 \end_layout
24645
24646 \end_inset
24647 </cell>
24648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24649 \begin_inset Text
24650
24651 \begin_layout Plain Layout
24652 Result
24653 \end_layout
24654
24655 \end_inset
24656 </cell>
24657 </row>
24658 <row topspace="1.5mm">
24659 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24660 \begin_inset Text
24661
24662 \begin_layout Plain Layout
24663 A(r)
24664 \backslash
24665 stackrel
24666 \begin_inset space \textvisiblespace{}
24667 \end_inset
24668
24669 r
24670 \backslash
24671 to
24672 \backslash
24673 infty
24674 \begin_inset space \textvisiblespace{}
24675 \end_inset
24676
24677
24678 \begin_inset Formula $\downarrow$
24679 \end_inset
24680
24681
24682 \backslash
24683 approx
24684 \begin_inset space \textvisiblespace{}
24685 \end_inset
24686
24687
24688 \begin_inset space \textvisiblespace{}
24689 \end_inset
24690
24691 B
24692 \end_layout
24693
24694 \end_inset
24695 </cell>
24696 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24697 \begin_inset Text
24698
24699 \begin_layout Plain Layout
24700 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
24701 \end_inset
24702
24703
24704 \end_layout
24705
24706 \end_inset
24707 </cell>
24708 </row>
24709 </lyxtabular>
24710
24711 \end_inset
24712
24713
24714 \end_layout
24715
24716 \begin_layout Section
24717 Functions
24718 \end_layout
24719
24720 \begin_layout Subsection
24721 Predefined Functions
24722 \begin_inset CommandInset label
24723 LatexCommand label
24724 name "subsec:Predefined-Functions"
24725
24726 \end_inset
24727
24728
24729 \begin_inset Index idx
24730 status collapsed
24731
24732 \begin_layout Plain Layout
24733 Functions ! predefined
24734 \end_layout
24735
24736 \end_inset
24737
24738
24739 \end_layout
24740
24741 \begin_layout Standard
24742 In general, variables are set 
24743 \emph on
24744 italic
24745 \emph default
24746  in mathematical expressions, but not function names, because 
24747 \begin_inset Formula $sin$
24748 \end_inset
24749
24750  could be misunderstood as 
24751 \begin_inset Formula $s\cdot i\cdot n$
24752 \end_inset
24753
24754 .
24755  Therefore there are predefined functionswhich are additionally a bit separated
24756  from prefactors.
24757  They are inserted as commands starting with a backslash before their name.
24758 \begin_inset Separator parbreak
24759 \end_inset
24760
24761
24762 \end_layout
24763
24764 \begin_layout Standard
24765 \align center
24766 \begin_inset Tabular
24767 <lyxtabular version="3" rows="2" columns="2">
24768 <features booktabs="true" tabularvalignment="middle">
24769 <column alignment="center" valignment="top" width="0pt">
24770 <column alignment="center" valignment="top" width="0pt">
24771 <row>
24772 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24773 \begin_inset Text
24774
24775 \begin_layout Plain Layout
24776 Command
24777 \end_layout
24778
24779 \end_inset
24780 </cell>
24781 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
24782 \begin_inset Text
24783
24784 \begin_layout Plain Layout
24785 Result
24786 \end_layout
24787
24788 \end_inset
24789 </cell>
24790 </row>
24791 <row>
24792 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24793 \begin_inset Text
24794
24795 \begin_layout Plain Layout
24796 Asin(x)+B
24797 \end_layout
24798
24799 \end_inset
24800 </cell>
24801 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
24802 \begin_inset Text
24803
24804 \begin_layout Plain Layout
24805 \begin_inset Formula $Asin(x)+B$
24806 \end_inset
24807
24808
24809 \end_layout
24810
24811 \end_inset
24812 </cell>
24813 </row>
24814 </lyxtabular>
24815
24816 \end_inset
24817
24818
24819 \begin_inset space \quad{}
24820 \end_inset
24821
24822
24823 \begin_inset Tabular
24824 <lyxtabular version="3" rows="2" columns="2">
24825 <features booktabs="true" tabularvalignment="middle">
24826 <column alignment="center" valignment="top" width="0pt">
24827 <column alignment="center" valignment="top" width="0pt">
24828 <row>
24829 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24830 \begin_inset Text
24831
24832 \begin_layout Plain Layout
24833 Command
24834 \end_layout
24835
24836 \end_inset
24837 </cell>
24838 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24839 \begin_inset Text
24840
24841 \begin_layout Plain Layout
24842 Result
24843 \end_layout
24844
24845 \end_inset
24846 </cell>
24847 </row>
24848 <row>
24849 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24850 \begin_inset Text
24851
24852 \begin_layout Plain Layout
24853 A
24854 \backslash
24855 sin(x)+B
24856 \end_layout
24857
24858 \end_inset
24859 </cell>
24860 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24861 \begin_inset Text
24862
24863 \begin_layout Plain Layout
24864 \begin_inset Formula $A\sin(x)+B$
24865 \end_inset
24866
24867
24868 \end_layout
24869
24870 \end_inset
24871 </cell>
24872 </row>
24873 </lyxtabular>
24874
24875 \end_inset
24876
24877
24878 \end_layout
24879
24880 \begin_layout Standard
24881 The following functions are predefined:
24882 \end_layout
24883
24884 \begin_layout Standard
24885 \begin_inset VSpace -2mm
24886 \end_inset
24887
24888
24889 \end_layout
24890
24891 \begin_layout Standard
24892 \align center
24893 \begin_inset Tabular
24894 <lyxtabular version="3" rows="9" columns="4">
24895 <features booktabs="true" tabularvalignment="middle">
24896 <column alignment="center" valignment="top" width="0pt">
24897 <column alignment="center" valignment="top" width="0pt">
24898 <column alignment="center" valignment="top" width="0pt">
24899 <column alignment="center" valignment="top" width="0pt">
24900 <row>
24901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24902 \begin_inset Text
24903
24904 \begin_layout Plain Layout
24905 Command
24906 \end_layout
24907
24908 \end_inset
24909 </cell>
24910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24911 \begin_inset Text
24912
24913 \begin_layout Plain Layout
24914 Command
24915 \end_layout
24916
24917 \end_inset
24918 </cell>
24919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24920 \begin_inset Text
24921
24922 \begin_layout Plain Layout
24923 Command
24924 \end_layout
24925
24926 \end_inset
24927 </cell>
24928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24929 \begin_inset Text
24930
24931 \begin_layout Plain Layout
24932 Command
24933 \end_layout
24934
24935 \end_inset
24936 </cell>
24937 </row>
24938 <row>
24939 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24940 \begin_inset Text
24941
24942 \begin_layout Plain Layout
24943
24944 \backslash
24945 sin
24946 \end_layout
24947
24948 \end_inset
24949 </cell>
24950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24951 \begin_inset Text
24952
24953 \begin_layout Plain Layout
24954
24955 \backslash
24956 sinh
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 arcsin
24968 \end_layout
24969
24970 \end_inset
24971 </cell>
24972 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24973 \begin_inset Text
24974
24975 \begin_layout Plain Layout
24976
24977 \backslash
24978 sup
24979 \end_layout
24980
24981 \end_inset
24982 </cell>
24983 </row>
24984 <row>
24985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24986 \begin_inset Text
24987
24988 \begin_layout Plain Layout
24989
24990 \backslash
24991 cos
24992 \end_layout
24993
24994 \end_inset
24995 </cell>
24996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24997 \begin_inset Text
24998
24999 \begin_layout Plain Layout
25000
25001 \backslash
25002 cosh
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 arccos
25014 \end_layout
25015
25016 \end_inset
25017 </cell>
25018 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25019 \begin_inset Text
25020
25021 \begin_layout Plain Layout
25022
25023 \backslash
25024 inf
25025 \end_layout
25026
25027 \end_inset
25028 </cell>
25029 </row>
25030 <row>
25031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25032 \begin_inset Text
25033
25034 \begin_layout Plain Layout
25035
25036 \backslash
25037 tan
25038 \end_layout
25039
25040 \end_inset
25041 </cell>
25042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25043 \begin_inset Text
25044
25045 \begin_layout Plain Layout
25046
25047 \backslash
25048 tanh
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 arctan
25060 \end_layout
25061
25062 \end_inset
25063 </cell>
25064 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25065 \begin_inset Text
25066
25067 \begin_layout Plain Layout
25068
25069 \backslash
25070 lim
25071 \end_layout
25072
25073 \end_inset
25074 </cell>
25075 </row>
25076 <row>
25077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25078 \begin_inset Text
25079
25080 \begin_layout Plain Layout
25081
25082 \backslash
25083 cot
25084 \end_layout
25085
25086 \end_inset
25087 </cell>
25088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25089 \begin_inset Text
25090
25091 \begin_layout Plain Layout
25092
25093 \backslash
25094 coth
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 arg
25106 \end_layout
25107
25108 \end_inset
25109 </cell>
25110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25111 \begin_inset Text
25112
25113 \begin_layout Plain Layout
25114
25115 \backslash
25116 liminf
25117 \end_layout
25118
25119 \end_inset
25120 </cell>
25121 </row>
25122 <row>
25123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25124 \begin_inset Text
25125
25126 \begin_layout Plain Layout
25127
25128 \backslash
25129 sec
25130 \end_layout
25131
25132 \end_inset
25133 </cell>
25134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25135 \begin_inset Text
25136
25137 \begin_layout Plain Layout
25138
25139 \backslash
25140 min
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 deg
25152 \end_layout
25153
25154 \end_inset
25155 </cell>
25156 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25157 \begin_inset Text
25158
25159 \begin_layout Plain Layout
25160
25161 \backslash
25162 limsup
25163 \end_layout
25164
25165 \end_inset
25166 </cell>
25167 </row>
25168 <row>
25169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25170 \begin_inset Text
25171
25172 \begin_layout Plain Layout
25173
25174 \backslash
25175 csc
25176 \end_layout
25177
25178 \end_inset
25179 </cell>
25180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25181 \begin_inset Text
25182
25183 \begin_layout Plain Layout
25184
25185 \backslash
25186 max
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 det
25198 \end_layout
25199
25200 \end_inset
25201 </cell>
25202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25203 \begin_inset Text
25204
25205 \begin_layout Plain Layout
25206
25207 \backslash
25208 Pr
25209 \end_layout
25210
25211 \end_inset
25212 </cell>
25213 </row>
25214 <row>
25215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25216 \begin_inset Text
25217
25218 \begin_layout Plain Layout
25219
25220 \backslash
25221 ln
25222 \end_layout
25223
25224 \end_inset
25225 </cell>
25226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25227 \begin_inset Text
25228
25229 \begin_layout Plain Layout
25230
25231 \backslash
25232 exp
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 dim
25244 \end_layout
25245
25246 \end_inset
25247 </cell>
25248 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25249 \begin_inset Text
25250
25251 \begin_layout Plain Layout
25252
25253 \backslash
25254 hom
25255 \end_layout
25256
25257 \end_inset
25258 </cell>
25259 </row>
25260 <row>
25261 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25262 \begin_inset Text
25263
25264 \begin_layout Plain Layout
25265
25266 \backslash
25267 lg
25268 \end_layout
25269
25270 \end_inset
25271 </cell>
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 log
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 ker
25290 \end_layout
25291
25292 \end_inset
25293 </cell>
25294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25295 \begin_inset Text
25296
25297 \begin_layout Plain Layout
25298
25299 \backslash
25300 gcd
25301 \end_layout
25302
25303 \end_inset
25304 </cell>
25305 </row>
25306 </lyxtabular>
25307
25308 \end_inset
25309
25310
25311 \end_layout
25312
25313 \begin_layout Standard
25314 They can also be inserted with the math toolbar button 
25315 \begin_inset Info
25316 type  "icon"
25317 arg   "math-insert \\functions"
25318 \end_inset
25319
25320 .
25321 \end_layout
25322
25323 \begin_layout Subsection
25324 Self-defined Functions
25325 \begin_inset Index idx
25326 status collapsed
25327
25328 \begin_layout Plain Layout
25329 Functions ! self-defined
25330 \end_layout
25331
25332 \end_inset
25333
25334
25335 \end_layout
25336
25337 \begin_layout Standard
25338 To use a function that is not predefined, like for example the sign function
25339  sgn(x), there are two possibilities:
25340 \end_layout
25341
25342 \begin_layout Itemize
25343 Define the function by inserting the following line to the \SpecialChar LaTeX
25344 -preamble
25345 \begin_inset Foot
25346 status collapsed
25347
25348 \begin_layout Plain Layout
25349 For more about 
25350 \series bold
25351
25352 \backslash
25353 DeclareMathOperator
25354 \series default
25355  see 
25356 \begin_inset CommandInset ref
25357 LatexCommand ref
25358 reference "subsec:Self-defined-Operators"
25359
25360 \end_inset
25361
25362 .
25363 \end_layout
25364
25365 \end_inset
25366
25367
25368 \begin_inset Newline newline
25369 \end_inset
25370
25371
25372 \begin_inset VSpace -3mm
25373 \end_inset
25374
25375
25376 \begin_inset Newline newline
25377 \end_inset
25378
25379
25380 \series bold
25381
25382 \backslash
25383 DeclareMathOperator{
25384 \backslash
25385 sgn}{sgn}
25386 \series default
25387
25388 \begin_inset Index idx
25389 status collapsed
25390
25391 \begin_layout Plain Layout
25392 Commands ! D ! 
25393 \backslash
25394 dbinom@
25395 \backslash
25396 DeclareMathOperator
25397 \end_layout
25398
25399 \end_inset
25400
25401
25402 \begin_inset Newline newline
25403 \end_inset
25404
25405
25406 \begin_inset VSpace -2mm
25407 \end_inset
25408
25409
25410 \begin_inset Newline newline
25411 \end_inset
25412
25413 Now the new defined function can be called with the command 
25414 \series bold
25415
25416 \backslash
25417 sgn
25418 \series default
25419 .
25420 \end_layout
25421
25422 \begin_layout Itemize
25423 Write the formula as usual, mark the formula name, in our example the letters
25424  
25425 \emph on
25426 sgn
25427 \emph default
25428 , and change it to mathematical text.
25429  Finally, a space is inserted between prefactor and function.
25430 \end_layout
25431
25432 \begin_layout Standard
25433 The result is the same with both methods as with a predefined function
25434 \begin_inset Foot
25435 status collapsed
25436
25437 \begin_layout Plain Layout
25438 In \SpecialChar LyX
25439  self-defined functions are displayed red, predefined ones black.
25440 \end_layout
25441
25442 \end_inset
25443
25444 :
25445 \begin_inset Separator parbreak
25446 \end_inset
25447
25448
25449 \end_layout
25450
25451 \begin_layout Standard
25452 \align center
25453 \begin_inset Tabular
25454 <lyxtabular version="3" rows="3" columns="2">
25455 <features booktabs="true" tabularvalignment="middle">
25456 <column alignment="center" valignment="top" width="0pt">
25457 <column alignment="center" valignment="top" width="0pt">
25458 <row>
25459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25460 \begin_inset Text
25461
25462 \begin_layout Plain Layout
25463 Command
25464 \end_layout
25465
25466 \end_inset
25467 </cell>
25468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25469 \begin_inset Text
25470
25471 \begin_layout Plain Layout
25472 Result
25473 \end_layout
25474
25475 \end_inset
25476 </cell>
25477 </row>
25478 <row>
25479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25480 \begin_inset Text
25481
25482 \begin_layout Plain Layout
25483 A
25484 \backslash
25485 sgn(x)+B
25486 \end_layout
25487
25488 \end_inset
25489 </cell>
25490 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25491 \begin_inset Text
25492
25493 \begin_layout Plain Layout
25494 \begin_inset Formula $A\sgn(x)+B$
25495 \end_inset
25496
25497
25498 \end_layout
25499
25500 \end_inset
25501 </cell>
25502 </row>
25503 <row>
25504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25505 \begin_inset Text
25506
25507 \begin_layout Plain Layout
25508 A
25509 \backslash
25510 ,
25511 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25512 \end_inset
25513
25514 (x)+B
25515 \end_layout
25516
25517 \end_inset
25518 </cell>
25519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25520 \begin_inset Text
25521
25522 \begin_layout Plain Layout
25523 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25524 \end_inset
25525
25526
25527 \end_layout
25528
25529 \end_inset
25530 </cell>
25531 </row>
25532 </lyxtabular>
25533
25534 \end_inset
25535
25536
25537 \end_layout
25538
25539 \begin_layout Standard
25540 The first method is more suitable when the self-defined function should
25541  be used several times.
25542 \end_layout
25543
25544 \begin_layout Subsection
25545 Limits
25546 \begin_inset Index idx
25547 status collapsed
25548
25549 \begin_layout Plain Layout
25550 Limits
25551 \end_layout
25552
25553 \end_inset
25554
25555
25556 \end_layout
25557
25558 \begin_layout Standard
25559 For limits, in addition to the commands 
25560 \series bold
25561
25562 \backslash
25563 lim
25564 \series default
25565
25566 \begin_inset Index idx
25567 status collapsed
25568
25569 \begin_layout Plain Layout
25570 Commands ! L ! 
25571 \backslash
25572 lim
25573 \end_layout
25574
25575 \end_inset
25576
25577
25578 \series bold
25579
25580 \backslash
25581 liminf
25582 \series default
25583  and 
25584 \series bold
25585
25586 \backslash
25587 limsup
25588 \series default
25589  the following functions are defined:
25590 \begin_inset Separator parbreak
25591 \end_inset
25592
25593
25594 \end_layout
25595
25596 \begin_layout Standard
25597 \align center
25598 \begin_inset Tabular
25599 <lyxtabular version="3" rows="5" columns="2">
25600 <features booktabs="true" tabularvalignment="middle">
25601 <column alignment="center" valignment="top" width="0pt">
25602 <column alignment="center" valignment="top" width="0pt">
25603 <row>
25604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25605 \begin_inset Text
25606
25607 \begin_layout Plain Layout
25608 Command
25609 \end_layout
25610
25611 \end_inset
25612 </cell>
25613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25614 \begin_inset Text
25615
25616 \begin_layout Plain Layout
25617 Result
25618 \end_layout
25619
25620 \end_inset
25621 </cell>
25622 </row>
25623 <row>
25624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25625 \begin_inset Text
25626
25627 \begin_layout Plain Layout
25628
25629 \backslash
25630 varliminf
25631 \end_layout
25632
25633 \end_inset
25634 </cell>
25635 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25636 \begin_inset Text
25637
25638 \begin_layout Plain Layout
25639 \begin_inset Formula $\varliminf$
25640 \end_inset
25641
25642
25643 \end_layout
25644
25645 \end_inset
25646 </cell>
25647 </row>
25648 <row topspace="1.5mm">
25649 <cell alignment="center" valignment="top" usebox="none">
25650 \begin_inset Text
25651
25652 \begin_layout Plain Layout
25653
25654 \backslash
25655 varlimsup
25656 \end_layout
25657
25658 \end_inset
25659 </cell>
25660 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25661 \begin_inset Text
25662
25663 \begin_layout Plain Layout
25664 \begin_inset Formula $\varlimsup$
25665 \end_inset
25666
25667
25668 \end_layout
25669
25670 \end_inset
25671 </cell>
25672 </row>
25673 <row topspace="1.5mm">
25674 <cell alignment="center" valignment="top" usebox="none">
25675 \begin_inset Text
25676
25677 \begin_layout Plain Layout
25678
25679 \backslash
25680 varprojlim
25681 \end_layout
25682
25683 \end_inset
25684 </cell>
25685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25686 \begin_inset Text
25687
25688 \begin_layout Plain Layout
25689 \begin_inset Formula $\varprojlim$
25690 \end_inset
25691
25692
25693 \end_layout
25694
25695 \end_inset
25696 </cell>
25697 </row>
25698 <row topspace="1.5mm" bottomspace="1mm">
25699 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25700 \begin_inset Text
25701
25702 \begin_layout Plain Layout
25703
25704 \backslash
25705 varinjlim
25706 \end_layout
25707
25708 \end_inset
25709 </cell>
25710 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25711 \begin_inset Text
25712
25713 \begin_layout Plain Layout
25714 \begin_inset Formula $\varinjlim$
25715 \end_inset
25716
25717
25718 \end_layout
25719
25720 \end_inset
25721 </cell>
25722 </row>
25723 </lyxtabular>
25724
25725 \end_inset
25726
25727
25728 \end_layout
25729
25730 \begin_layout Standard
25731 \begin_inset VSpace medskip
25732 \end_inset
25733
25734 The limit is created by inserting a subscript.
25735  It is set right beside the function in an inline formula:
25736 \end_layout
25737
25738 \begin_layout Standard
25739 \align center
25740 \begin_inset Tabular
25741 <lyxtabular version="3" rows="2" columns="2">
25742 <features booktabs="true" tabularvalignment="middle">
25743 <column alignment="center" valignment="top" width="0pt">
25744 <column alignment="center" valignment="top" width="0pt">
25745 <row>
25746 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25747 \begin_inset Text
25748
25749 \begin_layout Plain Layout
25750 Command
25751 \end_layout
25752
25753 \end_inset
25754 </cell>
25755 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25756 \begin_inset Text
25757
25758 \begin_layout Plain Layout
25759 Result
25760 \end_layout
25761
25762 \end_inset
25763 </cell>
25764 </row>
25765 <row>
25766 <cell alignment="center" valignment="top" usebox="none">
25767 \begin_inset Text
25768
25769 \begin_layout Plain Layout
25770
25771 \backslash
25772 lim_x
25773 \backslash
25774 to
25775 \begin_inset space \textvisiblespace{}
25776 \end_inset
25777
25778 A
25779 \begin_inset space \textvisiblespace{}
25780 \end_inset
25781
25782 x=B
25783 \end_layout
25784
25785 \end_inset
25786 </cell>
25787 <cell alignment="center" valignment="top" usebox="none">
25788 \begin_inset Text
25789
25790 \begin_layout Plain Layout
25791 \begin_inset Formula $\lim_{x\to A}x=B$
25792 \end_inset
25793
25794
25795 \end_layout
25796
25797 \end_inset
25798 </cell>
25799 </row>
25800 </lyxtabular>
25801
25802 \end_inset
25803
25804
25805 \end_layout
25806
25807 \begin_layout Standard
25808 In a displayed formula the limit is set below the formula, as usual:
25809 \begin_inset Formula 
25810 \[
25811 \lim_{x\to A}x=B
25812 \]
25813
25814 \end_inset
25815
25816
25817 \end_layout
25818
25819 \begin_layout Standard
25820 \begin_inset VSpace medskip
25821 \end_inset
25822
25823
25824 \end_layout
25825
25826 \begin_layout Standard
25827 How to adjust the typesetting of the limits see 
25828 \begin_inset CommandInset ref
25829 LatexCommand ref
25830 reference "subsec:Operator-Limits"
25831
25832 \end_inset
25833
25834 .
25835 \end_layout
25836
25837 \begin_layout Subsection
25838 Modulo-Functions
25839 \begin_inset Index idx
25840 status collapsed
25841
25842 \begin_layout Plain Layout
25843 Functions ! modulo-
25844 \end_layout
25845
25846 \end_inset
25847
25848
25849 \end_layout
25850
25851 \begin_layout Standard
25852 The modulo-function is special, because it exists in four variants.
25853  The variants in a displayed formula are:
25854 \begin_inset Formula 
25855 \begin{align*}
25856 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25857 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25858 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25859 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25860 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25861 \end{align*}
25862
25863 \end_inset
25864
25865
25866 \end_layout
25867
25868 \begin_layout Standard
25869 In an inline formula less space is set before the function names for all
25870  variants.
25871  By default the modulo-functions take only the first following character
25872  into account.
25873  To use more than one character, one has to put them into \SpecialChar TeX
25874  braces:
25875 \begin_inset Formula 
25876 \begin{align*}
25877 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25878 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25879 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25880 \end{align*}
25881
25882 \end_inset
25883
25884
25885 \end_layout
25886
25887 \begin_layout Section
25888 Special Characters
25889 \begin_inset Index idx
25890 status collapsed
25891
25892 \begin_layout Plain Layout
25893 Special characters
25894 \end_layout
25895
25896 \end_inset
25897
25898
25899 \end_layout
25900
25901 \begin_layout Standard
25902 The characters ^ and _ would normally create a superscript and subscript,
25903  respectively.
25904  To get these characters you have to insert them with a leading 
25905 \backslash
25906 :
25907 \begin_inset Separator parbreak
25908 \end_inset
25909
25910
25911 \end_layout
25912
25913 \begin_layout Standard
25914 \noindent
25915 \align center
25916 \begin_inset Tabular
25917 <lyxtabular version="3" rows="3" columns="2">
25918 <features booktabs="true" tabularvalignment="middle">
25919 <column alignment="left" valignment="top" width="0pt">
25920 <column alignment="block" valignment="top">
25921 <row>
25922 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25923 \begin_inset Text
25924
25925 \begin_layout Plain Layout
25926 Command
25927 \end_layout
25928
25929 \end_inset
25930 </cell>
25931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25932 \begin_inset Text
25933
25934 \begin_layout Plain Layout
25935 Result
25936 \end_layout
25937
25938 \end_inset
25939 </cell>
25940 </row>
25941 <row>
25942 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25943 \begin_inset Text
25944
25945 \begin_layout Plain Layout
25946
25947 \backslash
25948 ^
25949 \begin_inset space \textvisiblespace{}
25950 \end_inset
25951
25952
25953 \end_layout
25954
25955 \end_inset
25956 </cell>
25957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25958 \begin_inset Text
25959
25960 \begin_layout Plain Layout
25961 \begin_inset Formula $\mathcircumflex$
25962 \end_inset
25963
25964
25965 \end_layout
25966
25967 \end_inset
25968 </cell>
25969 </row>
25970 <row>
25971 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
25972 \begin_inset Text
25973
25974 \begin_layout Plain Layout
25975
25976 \backslash
25977 _
25978 \end_layout
25979
25980 \end_inset
25981 </cell>
25982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25983 \begin_inset Text
25984
25985 \begin_layout Plain Layout
25986 \begin_inset Formula $\_$
25987 \end_inset
25988
25989
25990 \end_layout
25991
25992 \end_inset
25993 </cell>
25994 </row>
25995 </lyxtabular>
25996
25997 \end_inset
25998
25999
26000 \end_layout
26001
26002 \begin_layout Subsection
26003 Special Characters in Mathematical Text
26004 \end_layout
26005
26006 \begin_layout Standard
26007 The following commands can only be used in mathematical text or in \SpecialChar TeX
26008  mode:
26009 \end_layout
26010
26011 \begin_layout Standard
26012 \begin_inset space \hfill{}
26013 \end_inset
26014
26015
26016 \begin_inset Tabular
26017 <lyxtabular version="3" rows="8" columns="2">
26018 <features booktabs="true" tabularvalignment="middle">
26019 <column alignment="left" valignment="top" width="0pt">
26020 <column alignment="block" valignment="top">
26021 <row>
26022 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26023 \begin_inset Text
26024
26025 \begin_layout Plain Layout
26026 Command
26027 \end_layout
26028
26029 \end_inset
26030 </cell>
26031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26032 \begin_inset Text
26033
26034 \begin_layout Plain Layout
26035 Result
26036 \end_layout
26037
26038 \end_inset
26039 </cell>
26040 </row>
26041 <row>
26042 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26043 \begin_inset Text
26044
26045 \begin_layout Plain Layout
26046
26047 \backslash
26048 oe
26049 \end_layout
26050
26051 \end_inset
26052 </cell>
26053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26054 \begin_inset Text
26055
26056 \begin_layout Plain Layout
26057 \begin_inset Formula $\textrm{œ}$
26058 \end_inset
26059
26060
26061 \end_layout
26062
26063 \end_inset
26064 </cell>
26065 </row>
26066 <row>
26067 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26068 \begin_inset Text
26069
26070 \begin_layout Plain Layout
26071
26072 \backslash
26073 OE
26074 \end_layout
26075
26076 \end_inset
26077 </cell>
26078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26079 \begin_inset Text
26080
26081 \begin_layout Plain Layout
26082 \begin_inset Formula $\textrm{Œ}$
26083 \end_inset
26084
26085
26086 \end_layout
26087
26088 \end_inset
26089 </cell>
26090 </row>
26091 <row>
26092 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26093 \begin_inset Text
26094
26095 \begin_layout Plain Layout
26096
26097 \backslash
26098 ae
26099 \end_layout
26100
26101 \end_inset
26102 </cell>
26103 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26104 \begin_inset Text
26105
26106 \begin_layout Plain Layout
26107 \begin_inset Formula $\textrm{æ}$
26108 \end_inset
26109
26110
26111 \end_layout
26112
26113 \end_inset
26114 </cell>
26115 </row>
26116 <row>
26117 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26118 \begin_inset Text
26119
26120 \begin_layout Plain Layout
26121
26122 \backslash
26123 AE
26124 \end_layout
26125
26126 \end_inset
26127 </cell>
26128 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26129 \begin_inset Text
26130
26131 \begin_layout Plain Layout
26132 \begin_inset Formula $\textrm{Æ}$
26133 \end_inset
26134
26135
26136 \end_layout
26137
26138 \end_inset
26139 </cell>
26140 </row>
26141 <row>
26142 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26143 \begin_inset Text
26144
26145 \begin_layout Plain Layout
26146
26147 \backslash
26148 aa
26149 \end_layout
26150
26151 \end_inset
26152 </cell>
26153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26154 \begin_inset Text
26155
26156 \begin_layout Plain Layout
26157 \begin_inset Formula $\textrm{\aa}$
26158 \end_inset
26159
26160
26161 \end_layout
26162
26163 \end_inset
26164 </cell>
26165 </row>
26166 <row>
26167 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26168 \begin_inset Text
26169
26170 \begin_layout Plain Layout
26171
26172 \backslash
26173 AA
26174 \begin_inset Index idx
26175 status collapsed
26176
26177 \begin_layout Plain Layout
26178
26179 \backslash
26180 @
26181 \begin_inset ERT
26182 status collapsed
26183
26184 \begin_layout Plain Layout
26185
26186
26187 \backslash
26188 textrm{
26189 \backslash
26190 AA}
26191 \end_layout
26192
26193 \end_inset
26194
26195
26196 \end_layout
26197
26198 \end_inset
26199
26200
26201 \end_layout
26202
26203 \end_inset
26204 </cell>
26205 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26206 \begin_inset Text
26207
26208 \begin_layout Plain Layout
26209 \begin_inset Formula $\textrm{Å}$
26210 \end_inset
26211
26212
26213 \end_layout
26214
26215 \end_inset
26216 </cell>
26217 </row>
26218 <row>
26219 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26220 \begin_inset Text
26221
26222 \begin_layout Plain Layout
26223
26224 \backslash
26225 i
26226 \end_layout
26227
26228 \end_inset
26229 </cell>
26230 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26231 \begin_inset Text
26232
26233 \begin_layout Plain Layout
26234 \begin_inset Formula $\textrm{ı}$
26235 \end_inset
26236
26237
26238 \end_layout
26239
26240 \end_inset
26241 </cell>
26242 </row>
26243 </lyxtabular>
26244
26245 \end_inset
26246
26247
26248 \begin_inset space \hfill{}
26249 \end_inset
26250
26251
26252 \begin_inset Tabular
26253 <lyxtabular version="3" rows="8" columns="2">
26254 <features booktabs="true" tabularvalignment="middle">
26255 <column alignment="left" valignment="top" width="0pt">
26256 <column alignment="center" valignment="top">
26257 <row>
26258 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26259 \begin_inset Text
26260
26261 \begin_layout Plain Layout
26262 Command
26263 \begin_inset Note Note
26264 status collapsed
26265
26266 \begin_layout Plain Layout
26267 The space of 0
26268 \begin_inset space \thinspace{}
26269 \end_inset
26270
26271 mm is used for separation, because otherwise the output will be ¡ and ¿
26272  respectively.
26273 \end_layout
26274
26275 \end_inset
26276
26277
26278 \end_layout
26279
26280 \end_inset
26281 </cell>
26282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26283 \begin_inset Text
26284
26285 \begin_layout Plain Layout
26286 Result
26287 \end_layout
26288
26289 \end_inset
26290 </cell>
26291 </row>
26292 <row>
26293 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26294 \begin_inset Text
26295
26296 \begin_layout Plain Layout
26297
26298 \backslash
26299 o
26300 \end_layout
26301
26302 \end_inset
26303 </cell>
26304 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26305 \begin_inset Text
26306
26307 \begin_layout Plain Layout
26308 \begin_inset Formula $\textrm{ø}$
26309 \end_inset
26310
26311
26312 \end_layout
26313
26314 \end_inset
26315 </cell>
26316 </row>
26317 <row>
26318 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26319 \begin_inset Text
26320
26321 \begin_layout Plain Layout
26322
26323 \backslash
26324 O
26325 \end_layout
26326
26327 \end_inset
26328 </cell>
26329 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26330 \begin_inset Text
26331
26332 \begin_layout Plain Layout
26333 \begin_inset Formula $\textrm{Ø}$
26334 \end_inset
26335
26336
26337 \end_layout
26338
26339 \end_inset
26340 </cell>
26341 </row>
26342 <row>
26343 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26344 \begin_inset Text
26345
26346 \begin_layout Plain Layout
26347
26348 \backslash
26349 l
26350 \end_layout
26351
26352 \end_inset
26353 </cell>
26354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26355 \begin_inset Text
26356
26357 \begin_layout Plain Layout
26358 \begin_inset Formula $\textrm{ł}$
26359 \end_inset
26360
26361
26362 \end_layout
26363
26364 \end_inset
26365 </cell>
26366 </row>
26367 <row>
26368 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26369 \begin_inset Text
26370
26371 \begin_layout Plain Layout
26372
26373 \backslash
26374 L
26375 \end_layout
26376
26377 \end_inset
26378 </cell>
26379 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26380 \begin_inset Text
26381
26382 \begin_layout Plain Layout
26383 \begin_inset Formula $\textrm{Ł}$
26384 \end_inset
26385
26386
26387 \end_layout
26388
26389 \end_inset
26390 </cell>
26391 </row>
26392 <row>
26393 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26394 \begin_inset Text
26395
26396 \begin_layout Plain Layout
26397 !
26398 \begin_inset space \hspace{}
26399 \length 0mm
26400 \end_inset
26401
26402 `
26403 \begin_inset space \textvisiblespace{}
26404 \end_inset
26405
26406
26407 \end_layout
26408
26409 \end_inset
26410 </cell>
26411 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26412 \begin_inset Text
26413
26414 \begin_layout Plain Layout
26415 \begin_inset Formula $\textrm{!`}$
26416 \end_inset
26417
26418
26419 \end_layout
26420
26421 \end_inset
26422 </cell>
26423 </row>
26424 <row>
26425 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26426 \begin_inset Text
26427
26428 \begin_layout Plain Layout
26429 ?
26430 \begin_inset space \hspace{}
26431 \length 0mm
26432 \end_inset
26433
26434 `
26435 \begin_inset space \textvisiblespace{}
26436 \end_inset
26437
26438
26439 \end_layout
26440
26441 \end_inset
26442 </cell>
26443 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26444 \begin_inset Text
26445
26446 \begin_layout Plain Layout
26447 \begin_inset Formula $\textrm{?`}$
26448 \end_inset
26449
26450
26451 \end_layout
26452
26453 \end_inset
26454 </cell>
26455 </row>
26456 <row>
26457 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26458 \begin_inset Text
26459
26460 \begin_layout Plain Layout
26461
26462 \backslash
26463 j
26464 \end_layout
26465
26466 \end_inset
26467 </cell>
26468 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26469 \begin_inset Text
26470
26471 \begin_layout Plain Layout
26472 \begin_inset Formula $\textrm{ȷ}$
26473 \end_inset
26474
26475
26476 \end_layout
26477
26478 \end_inset
26479 </cell>
26480 </row>
26481 </lyxtabular>
26482
26483 \end_inset
26484
26485
26486 \begin_inset space \hfill{}
26487 \end_inset
26488
26489
26490 \end_layout
26491
26492 \begin_layout Standard
26493 The characters 
26494 \begin_inset Formula $\textrm{\textrm{Å}}$
26495 \end_inset
26496
26497  and 
26498 \begin_inset Formula $\textrm{\textrm{Ø}}$
26499 \end_inset
26500
26501  can also be inserted via the math toolbar button 
26502 \begin_inset Info
26503 type  "icon"
26504 arg   "math-insert \\digamma"
26505 \end_inset
26506
26507 .
26508 \end_layout
26509
26510 \begin_layout Standard
26511 An exception are the commands 
26512 \series bold
26513 !
26514 \begin_inset space \hspace{}
26515 \length 0mm
26516 \end_inset
26517
26518 `
26519 \series default
26520  and 
26521 \series bold
26522 ?
26523 \begin_inset space \hspace{}
26524 \length 0mm
26525 \end_inset
26526
26527 `
26528 \series default
26529 , because they can be inserted in \SpecialChar LyX
26530  directly to text.
26531 \end_layout
26532
26533 \begin_layout Subsection
26534 Accents in Text
26535 \begin_inset CommandInset label
26536 LatexCommand label
26537 name "subsec:Accents-in-Text"
26538
26539 \end_inset
26540
26541
26542 \begin_inset Index idx
26543 status collapsed
26544
26545 \begin_layout Plain Layout
26546 Accents ! in text
26547 \end_layout
26548
26549 \end_inset
26550
26551
26552 \end_layout
26553
26554 \begin_layout Standard
26555 With the following commands all letters can be accented.
26556  The commands must be inserted in \SpecialChar TeX
26557  mode.
26558 \end_layout
26559
26560 \begin_layout Standard
26561 \begin_inset space \hfill{}
26562 \end_inset
26563
26564
26565 \begin_inset Tabular
26566 <lyxtabular version="3" rows="8" columns="2">
26567 <features booktabs="true" tabularvalignment="middle">
26568 <column alignment="left" valignment="top" width="0pt">
26569 <column alignment="block" valignment="top">
26570 <row>
26571 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26572 \begin_inset Text
26573
26574 \begin_layout Plain Layout
26575 Command
26576 \end_layout
26577
26578 \end_inset
26579 </cell>
26580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26581 \begin_inset Text
26582
26583 \begin_layout Plain Layout
26584 Result
26585 \end_layout
26586
26587 \end_inset
26588 </cell>
26589 </row>
26590 <row>
26591 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26592 \begin_inset Text
26593
26594 \begin_layout Plain Layout
26595
26596 \backslash
26597
26598 \begin_inset Quotes grd
26599 \end_inset
26600
26601 e
26602 \end_layout
26603
26604 \end_inset
26605 </cell>
26606 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26607 \begin_inset Text
26608
26609 \begin_layout Plain Layout
26610 \begin_inset ERT
26611 status collapsed
26612
26613 \begin_layout Plain Layout
26614
26615
26616 \backslash
26617 "e
26618 \end_layout
26619
26620 \end_inset
26621
26622
26623 \end_layout
26624
26625 \end_inset
26626 </cell>
26627 </row>
26628 <row>
26629 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26630 \begin_inset Text
26631
26632 \begin_layout Plain Layout
26633
26634 \backslash
26635 `e
26636 \end_layout
26637
26638 \end_inset
26639 </cell>
26640 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26641 \begin_inset Text
26642
26643 \begin_layout Plain Layout
26644 \begin_inset ERT
26645 status collapsed
26646
26647 \begin_layout Plain Layout
26648
26649
26650 \backslash
26651 `e
26652 \end_layout
26653
26654 \end_inset
26655
26656
26657 \end_layout
26658
26659 \end_inset
26660 </cell>
26661 </row>
26662 <row>
26663 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26664 \begin_inset Text
26665
26666 \begin_layout Plain Layout
26667
26668 \backslash
26669 ^
26670 \begin_inset space \textvisiblespace{}
26671 \end_inset
26672
26673 e
26674 \end_layout
26675
26676 \end_inset
26677 </cell>
26678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26679 \begin_inset Text
26680
26681 \begin_layout Plain Layout
26682 \begin_inset ERT
26683 status collapsed
26684
26685 \begin_layout Plain Layout
26686
26687
26688 \backslash
26689 ^e
26690 \end_layout
26691
26692 \end_inset
26693
26694
26695 \end_layout
26696
26697 \end_inset
26698 </cell>
26699 </row>
26700 <row>
26701 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26702 \begin_inset Text
26703
26704 \begin_layout Plain Layout
26705
26706 \backslash
26707 =e
26708 \end_layout
26709
26710 \end_inset
26711 </cell>
26712 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26713 \begin_inset Text
26714
26715 \begin_layout Plain Layout
26716 \begin_inset ERT
26717 status collapsed
26718
26719 \begin_layout Plain Layout
26720
26721
26722 \backslash
26723 =e
26724 \end_layout
26725
26726 \end_inset
26727
26728
26729 \end_layout
26730
26731 \end_inset
26732 </cell>
26733 </row>
26734 <row>
26735 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26736 \begin_inset Text
26737
26738 \begin_layout Plain Layout
26739
26740 \backslash
26741 u
26742 \begin_inset space \textvisiblespace{}
26743 \end_inset
26744
26745 e
26746 \end_layout
26747
26748 \end_inset
26749 </cell>
26750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26751 \begin_inset Text
26752
26753 \begin_layout Plain Layout
26754 \begin_inset ERT
26755 status collapsed
26756
26757 \begin_layout Plain Layout
26758
26759
26760 \backslash
26761 u e
26762 \end_layout
26763
26764 \end_inset
26765
26766
26767 \end_layout
26768
26769 \end_inset
26770 </cell>
26771 </row>
26772 <row>
26773 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26774 \begin_inset Text
26775
26776 \begin_layout Plain Layout
26777
26778 \backslash
26779 b
26780 \begin_inset space \textvisiblespace{}
26781 \end_inset
26782
26783 e
26784 \end_layout
26785
26786 \end_inset
26787 </cell>
26788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26789 \begin_inset Text
26790
26791 \begin_layout Plain Layout
26792 \begin_inset ERT
26793 status collapsed
26794
26795 \begin_layout Plain Layout
26796
26797
26798 \backslash
26799 b e
26800 \end_layout
26801
26802 \end_inset
26803
26804
26805 \end_layout
26806
26807 \end_inset
26808 </cell>
26809 </row>
26810 <row>
26811 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26812 \begin_inset Text
26813
26814 \begin_layout Plain Layout
26815
26816 \backslash
26817 t
26818 \begin_inset space \textvisiblespace{}
26819 \end_inset
26820
26821 ee
26822 \end_layout
26823
26824 \end_inset
26825 </cell>
26826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26827 \begin_inset Text
26828
26829 \begin_layout Plain Layout
26830 \begin_inset ERT
26831 status collapsed
26832
26833 \begin_layout Plain Layout
26834
26835
26836 \backslash
26837 t ee
26838 \end_layout
26839
26840 \end_inset
26841
26842
26843 \end_layout
26844
26845 \end_inset
26846 </cell>
26847 </row>
26848 </lyxtabular>
26849
26850 \end_inset
26851
26852
26853 \begin_inset space \hfill{}
26854 \end_inset
26855
26856
26857 \begin_inset Tabular
26858 <lyxtabular version="3" rows="8" columns="2">
26859 <features booktabs="true" tabularvalignment="middle">
26860 <column alignment="left" valignment="top" width="0pt">
26861 <column alignment="center" valignment="top">
26862 <row>
26863 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26864 \begin_inset Text
26865
26866 \begin_layout Plain Layout
26867 Command
26868 \end_layout
26869
26870 \end_inset
26871 </cell>
26872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26873 \begin_inset Text
26874
26875 \begin_layout Plain Layout
26876 Result
26877 \end_layout
26878
26879 \end_inset
26880 </cell>
26881 </row>
26882 <row>
26883 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26884 \begin_inset Text
26885
26886 \begin_layout Plain Layout
26887
26888 \backslash
26889 H
26890 \begin_inset space \textvisiblespace{}
26891 \end_inset
26892
26893 e
26894 \end_layout
26895
26896 \end_inset
26897 </cell>
26898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26899 \begin_inset Text
26900
26901 \begin_layout Plain Layout
26902 \begin_inset ERT
26903 status collapsed
26904
26905 \begin_layout Plain Layout
26906
26907
26908 \backslash
26909 H e
26910 \end_layout
26911
26912 \end_inset
26913
26914
26915 \end_layout
26916
26917 \end_inset
26918 </cell>
26919 </row>
26920 <row>
26921 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26922 \begin_inset Text
26923
26924 \begin_layout Plain Layout
26925
26926 \backslash
26927 'e
26928 \end_layout
26929
26930 \end_inset
26931 </cell>
26932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26933 \begin_inset Text
26934
26935 \begin_layout Plain Layout
26936 \begin_inset ERT
26937 status collapsed
26938
26939 \begin_layout Plain Layout
26940
26941
26942 \backslash
26943 'e
26944 \end_layout
26945
26946 \end_inset
26947
26948
26949 \end_layout
26950
26951 \end_inset
26952 </cell>
26953 </row>
26954 <row>
26955 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26956 \begin_inset Text
26957
26958 \begin_layout Plain Layout
26959
26960 \backslash
26961 ~e
26962 \begin_inset Index idx
26963 status collapsed
26964
26965 \begin_layout Plain Layout
26966 Tilde
26967 \end_layout
26968
26969 \end_inset
26970
26971
26972 \end_layout
26973
26974 \end_inset
26975 </cell>
26976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26977 \begin_inset Text
26978
26979 \begin_layout Plain Layout
26980 \begin_inset ERT
26981 status collapsed
26982
26983 \begin_layout Plain Layout
26984
26985
26986 \backslash
26987 ~e
26988 \end_layout
26989
26990 \end_inset
26991
26992
26993 \end_layout
26994
26995 \end_inset
26996 </cell>
26997 </row>
26998 <row>
26999 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27000 \begin_inset Text
27001
27002 \begin_layout Plain Layout
27003
27004 \backslash
27005 .e
27006 \end_layout
27007
27008 \end_inset
27009 </cell>
27010 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27011 \begin_inset Text
27012
27013 \begin_layout Plain Layout
27014 \begin_inset ERT
27015 status collapsed
27016
27017 \begin_layout Plain Layout
27018
27019
27020 \backslash
27021 .e
27022 \end_layout
27023
27024 \end_inset
27025
27026
27027 \end_layout
27028
27029 \end_inset
27030 </cell>
27031 </row>
27032 <row>
27033 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27034 \begin_inset Text
27035
27036 \begin_layout Plain Layout
27037
27038 \backslash
27039 v
27040 \begin_inset space \textvisiblespace{}
27041 \end_inset
27042
27043 e
27044 \end_layout
27045
27046 \end_inset
27047 </cell>
27048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27049 \begin_inset Text
27050
27051 \begin_layout Plain Layout
27052 \begin_inset ERT
27053 status collapsed
27054
27055 \begin_layout Plain Layout
27056
27057
27058 \backslash
27059 v e
27060 \end_layout
27061
27062 \end_inset
27063
27064
27065 \end_layout
27066
27067 \end_inset
27068 </cell>
27069 </row>
27070 <row>
27071 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27072 \begin_inset Text
27073
27074 \begin_layout Plain Layout
27075
27076 \backslash
27077 d
27078 \begin_inset space \textvisiblespace{}
27079 \end_inset
27080
27081 e
27082 \end_layout
27083
27084 \end_inset
27085 </cell>
27086 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27087 \begin_inset Text
27088
27089 \begin_layout Plain Layout
27090 \begin_inset ERT
27091 status collapsed
27092
27093 \begin_layout Plain Layout
27094
27095
27096 \backslash
27097 d e
27098 \end_layout
27099
27100 \end_inset
27101
27102
27103 \end_layout
27104
27105 \end_inset
27106 </cell>
27107 </row>
27108 <row>
27109 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27110 \begin_inset Text
27111
27112 \begin_layout Plain Layout
27113
27114 \backslash
27115 c
27116 \begin_inset space \textvisiblespace{}
27117 \end_inset
27118
27119 e
27120 \end_layout
27121
27122 \end_inset
27123 </cell>
27124 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27125 \begin_inset Text
27126
27127 \begin_layout Plain Layout
27128 \begin_inset ERT
27129 status collapsed
27130
27131 \begin_layout Plain Layout
27132
27133
27134 \backslash
27135 c e
27136 \end_layout
27137
27138 \end_inset
27139
27140
27141 \end_layout
27142
27143 \end_inset
27144 </cell>
27145 </row>
27146 </lyxtabular>
27147
27148 \end_inset
27149
27150
27151 \begin_inset space \hfill{}
27152 \end_inset
27153
27154
27155 \end_layout
27156
27157 \begin_layout Standard
27158 \begin_inset VSpace medskip
27159 \end_inset
27160
27161 With the command 
27162 \series bold
27163
27164 \backslash
27165 t
27166 \series default
27167  also two different characters can be accented.
27168  The command 
27169 \series bold
27170
27171 \backslash
27172 t
27173 \begin_inset space \textvisiblespace{}
27174 \end_inset
27175
27176 sz
27177 \series default
27178  creates: 
27179 \begin_inset ERT
27180 status collapsed
27181
27182 \begin_layout Plain Layout
27183
27184
27185 \backslash
27186 t sz
27187 \end_layout
27188
27189 \end_inset
27190
27191
27192 \end_layout
27193
27194 \begin_layout Standard
27195 The accents 
27196 \series bold
27197 `
27198 \series default
27199  , 
27200 \series bold
27201 '
27202 \series default
27203  and 
27204 \series bold
27205 ^
27206 \series default
27207  can in combination with vowels directly be inserted with the keyboard without
27208  using \SpecialChar TeX
27209  mode.
27210  The same applies for the tilde
27211 \begin_inset Foot
27212 status collapsed
27213
27214 \begin_layout Plain Layout
27215 This only applies for keyboards where the tilde is defined as accent.
27216 \end_layout
27217
27218 \end_inset
27219
27220  
27221 \series bold
27222 ~
27223 \series default
27224  in combination with 
27225 \emph on
27226 a
27227 \emph default
27228  , 
27229 \emph on
27230 n
27231 \emph default
27232  , or 
27233 \emph on
27234 o
27235 \emph default
27236 .
27237 \end_layout
27238
27239 \begin_layout Standard
27240 The commands 
27241 \series bold
27242
27243 \backslash
27244 b
27245 \series default
27246  , 
27247 \series bold
27248
27249 \backslash
27250 c
27251 \series default
27252  , 
27253 \series bold
27254
27255 \backslash
27256 d
27257 \series default
27258  , 
27259 \series bold
27260
27261 \backslash
27262 H
27263 \series default
27264  , 
27265 \series bold
27266
27267 \backslash
27268 t
27269 \series default
27270  , 
27271 \series bold
27272
27273 \backslash
27274 u
27275 \series default
27276  , 
27277 \series bold
27278
27279 \backslash
27280 v
27281 \series default
27282  and accents that are inserted directly with the keyboard are also available
27283  in mathematical text.
27284  For the other accents there are special math commands to be used in formulas,
27285  see 
27286 \begin_inset CommandInset ref
27287 LatexCommand ref
27288 reference "subsec:Accents-for-one"
27289
27290 \end_inset
27291
27292 .
27293 \end_layout
27294
27295 \begin_layout Standard
27296 \begin_inset VSpace bigskip
27297 \end_inset
27298
27299 Furthermore, with the command 
27300 \series bold
27301
27302 \backslash
27303 textcircled
27304 \series default
27305
27306 \begin_inset Index idx
27307 status collapsed
27308
27309 \begin_layout Plain Layout
27310 Commands ! T ! 
27311 \backslash
27312 textcircled
27313 \end_layout
27314
27315 \end_inset
27316
27317  all numbers and letters can be set into a circle, quasi accented with a
27318  circle, similar to the copyright symbol.
27319 \end_layout
27320
27321 \begin_layout Standard
27322 \align center
27323 \begin_inset Tabular
27324 <lyxtabular version="3" rows="3" columns="2">
27325 <features booktabs="true" tabularvalignment="middle">
27326 <column alignment="center" valignment="top" width="0pt">
27327 <column alignment="center" valignment="top">
27328 <row>
27329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27330 \begin_inset Text
27331
27332 \begin_layout Plain Layout
27333 Command
27334 \end_layout
27335
27336 \end_inset
27337 </cell>
27338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27339 \begin_inset Text
27340
27341 \begin_layout Plain Layout
27342 Result
27343 \end_layout
27344
27345 \end_inset
27346 </cell>
27347 </row>
27348 <row>
27349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27350 \begin_inset Text
27351
27352 \begin_layout Plain Layout
27353
27354 \backslash
27355 textcircled{w}
27356 \end_layout
27357
27358 \end_inset
27359 </cell>
27360 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27361 \begin_inset Text
27362
27363 \begin_layout Plain Layout
27364 \begin_inset ERT
27365 status collapsed
27366
27367 \begin_layout Plain Layout
27368
27369
27370 \backslash
27371 textcircled{w}
27372 \end_layout
27373
27374 \end_inset
27375
27376
27377 \end_layout
27378
27379 \end_inset
27380 </cell>
27381 </row>
27382 <row topspace="1mm">
27383 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27384 \begin_inset Text
27385
27386 \begin_layout Plain Layout
27387
27388 \backslash
27389 Large 
27390 \backslash
27391 textcircled{
27392 \backslash
27393 normalsize
27394 \backslash
27395 protect
27396 \backslash
27397 raisebox{-1.5pt}{W}}
27398 \end_layout
27399
27400 \end_inset
27401 </cell>
27402 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27403 \begin_inset Text
27404
27405 \begin_layout Plain Layout
27406 \begin_inset ERT
27407 status collapsed
27408
27409 \begin_layout Plain Layout
27410
27411
27412 \backslash
27413 Large 
27414 \backslash
27415 textcircled{
27416 \backslash
27417 normalsize
27418 \backslash
27419 protect
27420 \backslash
27421 raisebox{-1.5pt}W}
27422 \end_layout
27423
27424 \end_inset
27425
27426
27427 \end_layout
27428
27429 \end_inset
27430 </cell>
27431 </row>
27432 </lyxtabular>
27433
27434 \end_inset
27435
27436
27437 \end_layout
27438
27439 \begin_layout Standard
27440 One has to take care that the character fits in the circle.
27441  
27442 \series bold
27443
27444 \backslash
27445 Large
27446 \series default
27447
27448 \begin_inset Foot
27449 status collapsed
27450
27451 \begin_layout Plain Layout
27452 see 
27453 \begin_inset CommandInset ref
27454 LatexCommand ref
27455 reference "subsec:Font-Sizes"
27456
27457 \end_inset
27458
27459
27460 \end_layout
27461
27462 \end_inset
27463
27464  specifies thereby the size of the circle.
27465  With the help of 
27466 \series bold
27467
27468 \backslash
27469 raisebox
27470 \series default
27471
27472 \begin_inset Foot
27473 status collapsed
27474
27475 \begin_layout Plain Layout
27476 see 
27477 \begin_inset CommandInset ref
27478 LatexCommand ref
27479 reference "subsec:Boxes-without-Frame"
27480
27481 \end_inset
27482
27483
27484 \end_layout
27485
27486 \end_inset
27487
27488  the character can be centered.
27489 \end_layout
27490
27491 \begin_layout Subsection
27492 Old-style Figures
27493 \begin_inset Index idx
27494 status collapsed
27495
27496 \begin_layout Plain Layout
27497 Old-style Figures
27498 \end_layout
27499
27500 \end_inset
27501
27502
27503 \end_layout
27504
27505 \begin_layout Standard
27506 Old-style figures (also known as old-style numerals) are created with the
27507  command 
27508 \series bold
27509
27510 \backslash
27511 oldstylenums
27512 \series default
27513
27514 \begin_inset Index idx
27515 status collapsed
27516
27517 \begin_layout Plain Layout
27518 Commands ! O ! 
27519 \backslash
27520 oldstylenums
27521 \end_layout
27522
27523 \end_inset
27524
27525 .
27526  The command can be used in formulas and in \SpecialChar TeX
27527  mode.
27528  The command scheme is:
27529 \end_layout
27530
27531 \begin_layout Standard
27532
27533 \series bold
27534
27535 \backslash
27536 oldstylenums{number}
27537 \end_layout
27538
27539 \begin_layout Standard
27540 The command 
27541 \series bold
27542
27543 \backslash
27544 oldstylenums{0123456789
27545 \series default
27546  produces: 
27547 \begin_inset Formula $\oldstylenums{0123456789}$
27548 \end_inset
27549
27550
27551 \end_layout
27552
27553 \begin_layout Section
27554 Formula Styles
27555 \begin_inset CommandInset label
27556 LatexCommand label
27557 name "sec:Formula-Styles"
27558
27559 \end_inset
27560
27561
27562 \begin_inset Index idx
27563 status collapsed
27564
27565 \begin_layout Plain Layout
27566 Formula ! styles
27567 \end_layout
27568
27569 \end_inset
27570
27571
27572 \end_layout
27573
27574 \begin_layout Itemize
27575 There are two different alignment styles:
27576 \begin_inset Separator parbreak
27577 \end_inset
27578
27579
27580 \end_layout
27581
27582 \begin_deeper
27583 \begin_layout Description
27584 Centered is the predefined standard
27585 \end_layout
27586
27587 \begin_layout Description
27588 Indented for this the option 
27589 \series bold
27590 fleqn
27591 \series default
27592  must be inserted in the menu 
27593 \family sans
27594 Document\SpecialChar menuseparator
27595 Settings
27596 \family default
27597  under 
27598 \family sans
27599 Document
27600 \begin_inset space ~
27601 \end_inset
27602
27603 Class
27604 \end_layout
27605
27606 \begin_layout Standard
27607 When 
27608 \series bold
27609 Indented
27610 \series default
27611  is used, the indentation can be adjusted with the length 
27612 \series bold
27613
27614 \backslash
27615 mathindent
27616 \series default
27617
27618 \begin_inset Index idx
27619 status collapsed
27620
27621 \begin_layout Plain Layout
27622 Commands ! M ! 
27623 \backslash
27624 mathindent
27625 \end_layout
27626
27627 \end_inset
27628
27629 .
27630  Should the distance be 15
27631 \begin_inset space \thinspace{}
27632 \end_inset
27633
27634 mm, the following command line is inserted in the \SpecialChar LaTeX
27635 -preamble
27636 \end_layout
27637
27638 \begin_layout Standard
27639
27640 \series bold
27641
27642 \backslash
27643 setlength{
27644 \backslash
27645 mathindent}{15mm}
27646 \end_layout
27647
27648 \begin_layout Standard
27649 When no length is specified, the predefined value of 30
27650 \begin_inset space \thinspace{}
27651 \end_inset
27652
27653 pt will be used.
27654 \end_layout
27655
27656 \end_deeper
27657 \begin_layout Itemize
27658 And two different numbering styles:
27659 \begin_inset Separator parbreak
27660 \end_inset
27661
27662
27663 \end_layout
27664
27665 \begin_deeper
27666 \begin_layout Description
27667 Right is the predefined standard
27668 \end_layout
27669
27670 \begin_layout Description
27671 Left for this the option 
27672 \series bold
27673 leqno
27674 \series default
27675  must be inserted in the menu 
27676 \family sans
27677 Document\SpecialChar menuseparator
27678 Settings
27679 \family default
27680  under 
27681 \family sans
27682 Document
27683 \begin_inset space ~
27684 \end_inset
27685
27686 Class
27687 \end_layout
27688
27689 \end_deeper
27690 \begin_layout Standard
27691
27692 \series bold
27693 fleqn
27694 \series default
27695  and 
27696 \series bold
27697 leqno
27698 \series default
27699  can also be used together.
27700  In this case both options are inserted, separated by a comma.
27701 \end_layout
27702
27703 \begin_layout Standard
27704 The chosen styles are used for all displayed formulas of the document.
27705  When both, centered and indented formulas should be created in a document,
27706  the style 
27707 \series bold
27708 Centered
27709 \series default
27710  is used.
27711  The indented formulas are then set in a flalign environment, see 
27712 \begin_inset CommandInset ref
27713 LatexCommand ref
27714 reference "subsec:Flalign-Environment"
27715
27716 \end_inset
27717
27718 .
27719 \end_layout
27720
27721 \begin_layout Section
27722 Multiline Formulas
27723 \begin_inset CommandInset label
27724 LatexCommand label
27725 name "sec:Multiline-Formulas"
27726
27727 \end_inset
27728
27729
27730 \begin_inset Index idx
27731 status collapsed
27732
27733 \begin_layout Plain Layout
27734 Formula ! multiline
27735 \end_layout
27736
27737 \end_inset
27738
27739
27740 \end_layout
27741
27742 \begin_layout Subsection
27743 General
27744 \end_layout
27745
27746 \begin_layout Standard
27747 In \SpecialChar LyX
27748  multiline formulas are created by pressing 
27749 \begin_inset Info
27750 type  "shortcut"
27751 arg   "newline-insert newline"
27752 \end_inset
27753
27754  inside a formula.
27755  This creates either an 
27756 \series bold
27757 eqnarray environment
27758 \series default
27759  that is described in 
27760 \begin_inset CommandInset ref
27761 LatexCommand ref
27762 reference "subsec:Eqnarray-Environment"
27763
27764 \end_inset
27765
27766  or, when the option 
27767 \family sans
27768 Use AMS math package
27769 \family default
27770  in the document settings is selected, an 
27771 \series bold
27772 align environment
27773 \series default
27774  that is described in 
27775 \begin_inset CommandInset ref
27776 LatexCommand ref
27777 reference "subsec:Standard-align-Environment"
27778
27779 \end_inset
27780
27781 .
27782  The align environment is recommended because it provides in any case a
27783  typographically correct output.
27784 \end_layout
27785
27786 \begin_layout Standard
27787 There are other multiline formula environments that can be created via the
27788  menu 
27789 \family sans
27790 Insert\SpecialChar menuseparator
27791 Math
27792 \family default
27793 .
27794  These environments are described in the following sections.
27795 \end_layout
27796
27797 \begin_layout Standard
27798 In all multiline formula environments a new line is created by pressing
27799  
27800 \begin_inset Info
27801 type  "shortcut"
27802 arg   "newline-insert newline"
27803 \end_inset
27804
27805 .
27806  To add or delete lines, the math toolbar buttons 
27807 \begin_inset Info
27808 type  "icon"
27809 arg   "inset-modify tabular append-row"
27810 \end_inset
27811
27812  or 
27813 \begin_inset Info
27814 type  "icon"
27815 arg   "inset-modify tabular delete-row"
27816 \end_inset
27817
27818 , respectively, or the menu 
27819 \family sans
27820 Edit\SpecialChar menuseparator
27821 Rows & Columns
27822 \family default
27823  can be used.
27824 \end_layout
27825
27826 \begin_layout Subsubsection
27827 Line Separation
27828 \begin_inset CommandInset label
27829 LatexCommand label
27830 name "subsec:Line-Separation"
27831
27832 \end_inset
27833
27834
27835 \begin_inset Index idx
27836 status collapsed
27837
27838 \begin_layout Plain Layout
27839 Formula ! multiline ! Line separation
27840 \end_layout
27841
27842 \end_inset
27843
27844
27845 \end_layout
27846
27847 \begin_layout Standard
27848 There is sometimes not enough space in multiline formulas between the lines:
27849 \begin_inset Formula 
27850 \begin{eqnarray*}
27851 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}\\
27852 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
27853 \end{eqnarray*}
27854
27855 \end_inset
27856
27857
27858 \end_layout
27859
27860 \begin_layout Standard
27861 In \SpecialChar LaTeX
27862  additional line space is specified as optional argument of the new line
27863  command.
27864  This is not yet possible in \SpecialChar LyX
27865
27866 \begin_inset Foot
27867 status collapsed
27868
27869 \begin_layout Plain Layout
27870 see 
27871 \begin_inset CommandInset href
27872 LatexCommand href
27873 name "LyX-bug #1505"
27874 target "http://www.lyx.org/trac/ticket/1505"
27875
27876 \end_inset
27877
27878
27879 \end_layout
27880
27881 \end_inset
27882
27883 , therefore the whole formula must be inserted in \SpecialChar TeX
27884  mode.
27885  To add in our example space, the command 
27886 \series bold
27887
27888 \backslash
27889
27890 \backslash
27891 [3mm]
27892 \series default
27893  is inserted at the end of the first line.
27894  One gets: 
27895 \begin_inset ERT
27896 status collapsed
27897
27898 \begin_layout Plain Layout
27899
27900
27901 \backslash
27902 begin{eqnarray*}
27903 \end_layout
27904
27905 \begin_layout Plain Layout
27906
27907 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27908  = & 
27909 \backslash
27910 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27911 \backslash
27912
27913 \backslash
27914 [3mm]
27915 \end_layout
27916
27917 \begin_layout Plain Layout
27918
27919 4x^{2}
27920 \backslash
27921 left(B^{2}+x_{0}^{2}
27922 \backslash
27923 right)+4x_{0}x
27924 \backslash
27925 left(D-B^{2}
27926 \backslash
27927 right)+B^{2}
27928 \backslash
27929 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27930 \backslash
27931 right) & = & 0
27932 \end_layout
27933
27934 \begin_layout Plain Layout
27935
27936
27937 \backslash
27938 end{eqnarray*}
27939 \end_layout
27940
27941 \end_inset
27942
27943
27944 \end_layout
27945
27946 \begin_layout Standard
27947 \begin_inset VSpace bigskip
27948 \end_inset
27949
27950 To set the line separation for all lines in a formula, the length 
27951 \series bold
27952
27953 \backslash
27954 jot
27955 \series default
27956
27957 \begin_inset Index idx
27958 status collapsed
27959
27960 \begin_layout Plain Layout
27961 Commands ! J ! 
27962 \backslash
27963 jot
27964 \end_layout
27965
27966 \end_inset
27967
27968  is changed.
27969  The definition is: 
27970 \begin_inset Formula $\mbox{line separation}=\mathrm{6\,pt+\backslash jot}$
27971 \end_inset
27972
27973 .
27974  Predefined for 
27975 \series bold
27976
27977 \backslash
27978 jot
27979 \series default
27980  is the value 3
27981 \begin_inset space \thinspace{}
27982 \end_inset
27983
27984 pt.
27985  To create 3
27986 \begin_inset space \thinspace{}
27987 \end_inset
27988
27989 mm additional line separation as in the previous example, the command
27990 \end_layout
27991
27992 \begin_layout Standard
27993
27994 \series bold
27995
27996 \backslash
27997 setlength{
27998 \backslash
27999 jot}{3mm+3pt}
28000 \end_layout
28001
28002 \begin_layout Standard
28003 is inserted in \SpecialChar TeX
28004  mode before the formula.
28005  This requires that the \SpecialChar LaTeX
28006 -package 
28007 \series bold
28008 calc
28009 \series default
28010
28011 \begin_inset Foot
28012 status collapsed
28013
28014 \begin_layout Plain Layout
28015
28016 \series bold
28017 calc
28018 \series default
28019  is part of every \SpecialChar LaTeX
28020  standard installation.
28021 \end_layout
28022
28023 \end_inset
28024
28025
28026 \begin_inset Index idx
28027 status collapsed
28028
28029 \begin_layout Plain Layout
28030 Packages ! calc
28031 \end_layout
28032
28033 \end_inset
28034
28035  was loaded in \SpecialChar LaTeX
28036 -preamble with the line
28037 \end_layout
28038
28039 \begin_layout Standard
28040
28041 \series bold
28042
28043 \backslash
28044 usepackage{calc}
28045 \end_layout
28046
28047 \begin_layout Standard
28048 One gets: 
28049 \begin_inset ERT
28050 status collapsed
28051
28052 \begin_layout Plain Layout
28053
28054
28055 \backslash
28056 setlength{
28057 \backslash
28058 jot}{3mm+3pt}
28059 \end_layout
28060
28061 \end_inset
28062
28063
28064 \begin_inset Formula 
28065 \begin{eqnarray*}
28066 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}\\
28067 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
28068 \end{eqnarray*}
28069
28070 \end_inset
28071
28072
28073 \end_layout
28074
28075 \begin_layout Standard
28076 \begin_inset ERT
28077 status collapsed
28078
28079 \begin_layout Plain Layout
28080
28081
28082 \backslash
28083 setlength{
28084 \backslash
28085 jot}{3pt}
28086 \end_layout
28087
28088 \end_inset
28089
28090  To get back to the predefined distance, 
28091 \series bold
28092
28093 \backslash
28094 jot
28095 \series default
28096  is set to the value 3
28097 \begin_inset space \thinspace{}
28098 \end_inset
28099
28100 pt.
28101 \end_layout
28102
28103 \begin_layout Subsubsection
28104 Column Separation
28105 \begin_inset CommandInset label
28106 LatexCommand label
28107 name "subsec:Column-Separation"
28108
28109 \end_inset
28110
28111
28112 \begin_inset Index idx
28113 status collapsed
28114
28115 \begin_layout Plain Layout
28116 Formula ! multiline ! Column separation
28117 \end_layout
28118
28119 \end_inset
28120
28121
28122 \end_layout
28123
28124 \begin_layout Standard
28125 Multiline formulas form a matrix.
28126  A formula in the eqnarray environment is for example a matrix with three
28127  columns.
28128  By changing the column separation in this environment, the space beside
28129  the relation sign can be changed.
28130 \end_layout
28131
28132 \begin_layout Standard
28133 The column separation is specified with the length 
28134 \series bold
28135
28136 \backslash
28137 arraycolsep
28138 \series default
28139
28140 \begin_inset Index idx
28141 status collapsed
28142
28143 \begin_layout Plain Layout
28144 Commands ! A ! 
28145 \backslash
28146 arraycolsep
28147 \end_layout
28148
28149 \end_inset
28150
28151  according to:
28152 \begin_inset Newline newline
28153 \end_inset
28154
28155 column separation = 2
28156 \begin_inset space \thinspace{}
28157 \end_inset
28158
28159
28160 \series bold
28161
28162 \backslash
28163 arraycolsep
28164 \series default
28165
28166 \begin_inset Newline newline
28167 \end_inset
28168
28169 Thus, the command
28170 \end_layout
28171
28172 \begin_layout Standard
28173
28174 \series bold
28175
28176 \backslash
28177 setlength{
28178 \backslash
28179 arraycolsep}{1cm}
28180 \end_layout
28181
28182 \begin_layout Standard
28183 inserted in \SpecialChar TeX
28184  mode, sets for all following formulas a column separation of
28185  2
28186 \begin_inset space \thinspace{}
28187 \end_inset
28188
28189 cm.
28190  To get back to the predefined distance, 
28191 \series bold
28192
28193 \backslash
28194 arraycolsep
28195 \series default
28196  is set to 5
28197 \begin_inset space \thinspace{}
28198 \end_inset
28199
28200 pt.
28201 \end_layout
28202
28203 \begin_layout Standard
28204 A formula with 2
28205 \begin_inset space \thinspace{}
28206 \end_inset
28207
28208 cm column separation:
28209 \begin_inset ERT
28210 status collapsed
28211
28212 \begin_layout Plain Layout
28213
28214
28215 \backslash
28216 setlength{
28217 \backslash
28218 arraycolsep}{1cm}
28219 \end_layout
28220
28221 \end_inset
28222
28223
28224 \begin_inset Formula 
28225 \begin{eqnarray*}
28226 A & = & B\\
28227 C & \ne & A
28228 \end{eqnarray*}
28229
28230 \end_inset
28231
28232 A formula with the predefined column separation for matrices of 10
28233 \begin_inset space \thinspace{}
28234 \end_inset
28235
28236 pt:
28237 \begin_inset ERT
28238 status collapsed
28239
28240 \begin_layout Plain Layout
28241
28242
28243 \backslash
28244 setlength{
28245 \backslash
28246 arraycolsep}{5pt}
28247 \end_layout
28248
28249 \end_inset
28250
28251
28252 \begin_inset Formula 
28253 \begin{eqnarray*}
28254 A & = & B\\
28255 C & \ne & A
28256 \end{eqnarray*}
28257
28258 \end_inset
28259
28260
28261 \end_layout
28262
28263 \begin_layout Subsubsection
28264 Long Formulas
28265 \begin_inset Index idx
28266 status collapsed
28267
28268 \begin_layout Plain Layout
28269 Formula ! long
28270 \end_layout
28271
28272 \end_inset
28273
28274
28275 \end_layout
28276
28277 \begin_layout Standard
28278 Long formulas can be typeset using these methods:
28279 \end_layout
28280
28281 \begin_layout Itemize
28282 When one side of the equation is much shorter than the line width, this
28283  one is chosen for the left side and the right side is typeset over two
28284  lines:
28285 \begin_inset Formula 
28286 \begin{eqnarray}
28287 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 \\
28288  &  & -\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}
28289 \end{eqnarray}
28290
28291 \end_inset
28292
28293 The minus sign at the beginning of the second line does normally not appear
28294  as an operator because it is the first character of the line.
28295  Thus it would not be surrounded by space and could not be distinguished
28296  from the fraction bar.
28297  To avoid this, 3
28298 \begin_inset space \thinspace{}
28299 \end_inset
28300
28301 pt space was inserted behind the minus sign with the command 
28302 \series bold
28303
28304 \backslash
28305 hspace
28306 \series default
28307 .
28308 \begin_inset Foot
28309 status collapsed
28310
28311 \begin_layout Plain Layout
28312 for more about 
28313 \series bold
28314
28315 \backslash
28316 hspace
28317 \series default
28318  see 
28319 \begin_inset CommandInset ref
28320 LatexCommand ref
28321 reference "subsec:Variable-Space"
28322
28323 \end_inset
28324
28325
28326 \end_layout
28327
28328 \end_inset
28329
28330
28331 \begin_inset Index idx
28332 status collapsed
28333
28334 \begin_layout Plain Layout
28335 Commands ! H ! 
28336 \backslash
28337 hspace
28338 \end_layout
28339
28340 \end_inset
28341
28342
28343 \end_layout
28344
28345 \begin_layout Itemize
28346 When both sides of the equation are too long, the command 
28347 \series bold
28348
28349 \backslash
28350 lefteqn
28351 \series default
28352
28353 \begin_inset Index idx
28354 status collapsed
28355
28356 \begin_layout Plain Layout
28357 Commands ! L ! 
28358 \backslash
28359 lefteqn
28360 \end_layout
28361
28362 \end_inset
28363
28364  is used.
28365  It is inserted in the first column of the first line and causes all further
28366  insertions to overwrite the following columns:
28367 \begin_inset Formula 
28368 \begin{eqnarray}
28369 \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 \\
28370  &  & -\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 \\
28371  &  & =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}
28372 \end{eqnarray}
28373
28374 \end_inset
28375
28376 After the insertion of 
28377 \series bold
28378
28379 \backslash
28380 lefteqn
28381 \series default
28382 , the cursor is in a purple box that is a bit shifted to the left from the
28383  blue one.
28384  In this the formula is inserted.
28385 \begin_inset Newline newline
28386 \end_inset
28387
28388 The content of the further lines is inserted to the second or another formula
28389  column.
28390  The greater the column number where it was inserted, the larger the indentation.
28391 \begin_inset VSpace medskip
28392 \end_inset
28393
28394
28395 \begin_inset Newline newline
28396 \end_inset
28397
28398
28399 \begin_inset Note Greyedout
28400 status open
28401
28402 \begin_layout Plain Layout
28403 Note the following when using 
28404 \series bold
28405
28406 \backslash
28407 lefteqn
28408 \series default
28409 :
28410 \end_layout
28411
28412 \begin_layout Itemize
28413 The formula doesn't use the full page width.
28414  When e.
28415 \begin_inset space \thinspace{}
28416 \end_inset
28417
28418 g.
28419 \begin_inset space \space{}
28420 \end_inset
28421
28422 the term 
28423 \begin_inset Formula $-B^{2}$
28424 \end_inset
28425
28426  is added to the first line in the above example, it would have been outside
28427  the page margin.
28428  To better use the width, negative space can be inserted at the beginning
28429  of the first line.
28430 \end_layout
28431
28432 \begin_layout Itemize
28433 Due to a bug in \SpecialChar LyX
28434  the cursor cannot be set with the mouse into the first
28435  line.
28436 \begin_inset Foot
28437 status collapsed
28438
28439 \begin_layout Plain Layout
28440 \begin_inset CommandInset href
28441 LatexCommand href
28442 name "LyX-bug #1429"
28443 target "http://www.lyx.org/trac/ticket/1429"
28444
28445 \end_inset
28446
28447
28448 \end_layout
28449
28450 \end_inset
28451
28452  One can only set the cursor at the beginning of the line and move it with
28453  the arrow keys.
28454 \end_layout
28455
28456 \end_inset
28457
28458
28459 \end_layout
28460
28461 \begin_layout Itemize
28462 Other methods to set long formulas are offered by the environments described
28463  in 
28464 \begin_inset CommandInset ref
28465 LatexCommand ref
28466 reference "subsec:Multline-Environment"
28467
28468 \end_inset
28469
28470  and 
28471 \begin_inset CommandInset ref
28472 LatexCommand ref
28473 reference "subsec:Multiline-Formula-Parts"
28474
28475 \end_inset
28476
28477 .
28478 \end_layout
28479
28480 \begin_layout Subsubsection
28481 Multiline Fractions
28482 \begin_inset CommandInset label
28483 LatexCommand label
28484 name "subsec:Multiline-Fractions"
28485
28486 \end_inset
28487
28488
28489 \begin_inset Index idx
28490 status collapsed
28491
28492 \begin_layout Plain Layout
28493 Fractions ! multiline
28494 \end_layout
28495
28496 \end_inset
28497
28498
28499 \end_layout
28500
28501 \begin_layout Standard
28502 There are cases where the denominator and/or the numerator of a fraction
28503  is so long that the fraction does not fit into one line.
28504  It is then necessary to add a line break within the fraction.
28505  This can be done using the command 
28506 \series bold
28507
28508 \backslash
28509 splitfrac
28510 \series default
28511
28512 \begin_inset Index idx
28513 status collapsed
28514
28515 \begin_layout Plain Layout
28516 Commands ! S ! 
28517 \backslash
28518 splitfrac
28519 \end_layout
28520
28521 \end_inset
28522
28523 .
28524  To activate it, set in the document settings under 
28525 \family sans
28526 Math
28527 \begin_inset space ~
28528 \end_inset
28529
28530 Options
28531 \family default
28532  for the package 
28533 \series bold
28534 mathtools
28535 \series default
28536
28537 \begin_inset Index idx
28538 status collapsed
28539
28540 \begin_layout Plain Layout
28541 Packages ! mathtools
28542 \end_layout
28543
28544 \end_inset
28545
28546  the option 
28547 \family sans
28548 Load
28549 \begin_inset space ~
28550 \end_inset
28551
28552 always
28553 \family default
28554 .
28555  
28556 \series bold
28557
28558 \backslash
28559 splitfrac
28560 \series default
28561  has the scheme
28562 \end_layout
28563
28564 \begin_layout Standard
28565
28566 \series bold
28567
28568 \backslash
28569 splitfrac{first line}{second line}
28570 \end_layout
28571
28572 \begin_layout Standard
28573 and is used as denominator and/or numerator:
28574 \end_layout
28575
28576 \begin_layout Standard
28577 \begin_inset Formula 
28578 \[
28579 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}
28580 \]
28581
28582 \end_inset
28583
28584 The command for the first numerator above is:
28585 \end_layout
28586
28587 \begin_layout Standard
28588
28589 \series bold
28590
28591 \backslash
28592 splitfrac{xy+xy+xy+xy+xy
28593 \begin_inset space \textvisiblespace{}
28594 \end_inset
28595
28596
28597 \backslash
28598 {+wy+wy+wy+wy
28599 \end_layout
28600
28601 \begin_layout Subsubsection
28602 Multiline Brackets
28603 \begin_inset CommandInset label
28604 LatexCommand label
28605 name "subsec:Multiline-Brackets"
28606
28607 \end_inset
28608
28609
28610 \begin_inset Index idx
28611 status collapsed
28612
28613 \begin_layout Plain Layout
28614 Brackets ! for multiline expressions
28615 \end_layout
28616
28617 \end_inset
28618
28619
28620 \end_layout
28621
28622 \begin_layout Standard
28623 For brackets spanning multiple lines the following problem occurs:
28624 \begin_inset Formula 
28625 \begin{eqnarray*}
28626 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28627  &  & \left.\cdots+B-D\right]
28628 \end{eqnarray*}
28629
28630 \end_inset
28631
28632
28633 \end_layout
28634
28635 \begin_layout Standard
28636 The closing bracket is smaller than the opening bracket because brackets
28637  with variable size may not span multiple lines.
28638 \end_layout
28639
28640 \begin_layout Standard
28641 To set the bracket size for the second line correctly, the first line is
28642  ended with 
28643 \series bold
28644
28645 \backslash
28646 right.
28647 \series default
28648
28649 \begin_inset Index idx
28650 status collapsed
28651
28652 \begin_layout Plain Layout
28653 Commands ! R ! 
28654 \backslash
28655 right
28656 \end_layout
28657
28658 \end_inset
28659
28660  and the second line with 
28661 \series bold
28662
28663 \backslash
28664 left.
28665 \begin_inset Foot
28666 status collapsed
28667
28668 \begin_layout Plain Layout
28669 for more about 
28670 \series bold
28671
28672 \backslash
28673 left
28674 \series default
28675  and 
28676 \series bold
28677
28678 \backslash
28679 right
28680 \series default
28681  see 
28682 \begin_inset CommandInset ref
28683 LatexCommand ref
28684 reference "subsec:Automatic-Bracket-Size"
28685
28686 \end_inset
28687
28688
28689 \end_layout
28690
28691 \end_inset
28692
28693
28694 \series default
28695
28696 \begin_inset Index idx
28697 status collapsed
28698
28699 \begin_layout Plain Layout
28700 Commands ! L ! 
28701 \backslash
28702 left
28703 \end_layout
28704
28705 \end_inset
28706
28707 .
28708  After 
28709 \series bold
28710
28711 \backslash
28712 left.
28713
28714 \series default
28715  the command 
28716 \series bold
28717
28718 \backslash
28719 vphantom
28720 \series default
28721
28722 \begin_inset space \textvisiblespace{}
28723 \end_inset
28724
28725
28726 \series bold
28727
28728 \backslash
28729 prod
28730 \series default
28731 ^
28732 \begin_inset space \textvisiblespace{}
28733 \end_inset
28734
28735
28736 \series bold
28737
28738 \backslash
28739 infty
28740 \series default
28741
28742 \begin_inset space \textvisiblespace{}
28743 \end_inset
28744
28745
28746 \series bold
28747
28748 \begin_inset Formula $\downarrow$
28749 \end_inset
28750
28751 _R=1}
28752 \series default
28753
28754 \begin_inset Index idx
28755 status collapsed
28756
28757 \begin_layout Plain Layout
28758 Commands ! V ! 
28759 \backslash
28760 vphantom
28761 \end_layout
28762
28763 \end_inset
28764
28765  is inserted, because the multiplication operator with its limits is the
28766  largest symbol in the first line and this should be the size for the bracket
28767  in the second line.
28768 \end_layout
28769
28770 \begin_layout Standard
28771 The result is this:
28772 \begin_inset Formula 
28773 \begin{eqnarray*}
28774 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28775  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28776 \end{eqnarray*}
28777
28778 \end_inset
28779
28780
28781 \end_layout
28782
28783 \begin_layout Subsection
28784 Align Environments
28785 \end_layout
28786
28787 \begin_layout Standard
28788 Align environments can be used for every kind of multiline formulas.
28789  They are especially useful to set several formulas side by side.
28790 \end_layout
28791
28792 \begin_layout Standard
28793 Align environments consist of columns.
28794  The odd columns are right aligned, the even ones left aligned.
28795  Every line in an Align environment can be numbered.
28796 \end_layout
28797
28798 \begin_layout Standard
28799 Align environments are created via the menu 
28800 \family sans
28801 Insert\SpecialChar menuseparator
28802 Math
28803 \family default
28804 .
28805  With the menu 
28806 \family sans
28807 Edit\SpecialChar menuseparator
28808 Math\SpecialChar menuseparator
28809 Change Formula Type
28810 \family default
28811  already existing formulas can be converted to Align environments.
28812 \end_layout
28813
28814 \begin_layout Standard
28815 To add or delete columns, the math toolbar buttons 
28816 \begin_inset Info
28817 type  "icon"
28818 arg   "inset-modify tabular append-column"
28819 \end_inset
28820
28821  or 
28822 \begin_inset Info
28823 type  "icon"
28824 arg   "inset-modify tabular delete-column"
28825 \end_inset
28826
28827 , respectively, or the menu 
28828 \family sans
28829 Edit\SpecialChar menuseparator
28830 Rows & Columns
28831 \family default
28832  can be used.
28833 \end_layout
28834
28835 \begin_layout Subsubsection
28836 Standard align Environment
28837 \begin_inset CommandInset label
28838 LatexCommand label
28839 name "subsec:Standard-align-Environment"
28840
28841 \end_inset
28842
28843
28844 \begin_inset Index idx
28845 status collapsed
28846
28847 \begin_layout Plain Layout
28848 Formula ! multiline ! align environment
28849 \end_layout
28850
28851 \end_inset
28852
28853
28854 \end_layout
28855
28856 \begin_layout Standard
28857 This Align environment is created by pressing 
28858 \begin_inset Info
28859 type  "shortcut"
28860 arg   "newline-insert newline"
28861 \end_inset
28862
28863  in a formula or by the menu 
28864 \family sans
28865 Insert\SpecialChar menuseparator
28866 Math\SpecialChar menuseparator
28867 AMS align Environment
28868 \family default
28869 .
28870 \end_layout
28871
28872 \begin_layout Standard
28873 An example for two formulas set side by side, that are created with a four
28874  column align environment:
28875 \begin_inset Formula 
28876 \begin{align*}
28877 A & =\sin(B) & C & =D\\
28878 C & \ne A & B & \ne D
28879 \end{align*}
28880
28881 \end_inset
28882
28883 As it can be seen, the formulas in this environment are placed so as if
28884  there would be a 
28885 \series bold
28886
28887 \backslash
28888 hfill
28889 \begin_inset Foot
28890 status collapsed
28891
28892 \begin_layout Plain Layout
28893 more about 
28894 \series bold
28895
28896 \backslash
28897 hfill
28898 \series default
28899  see 
28900 \begin_inset CommandInset ref
28901 LatexCommand ref
28902 reference "subsec:Variable-Space"
28903
28904 \end_inset
28905
28906
28907 \end_layout
28908
28909 \end_inset
28910
28911
28912 \series default
28913  before the first and after every even column.
28914  When the formula style 
28915 \series bold
28916 Indented
28917 \begin_inset Foot
28918 status collapsed
28919
28920 \begin_layout Plain Layout
28921 formula styles see 
28922 \begin_inset CommandInset ref
28923 LatexCommand ref
28924 reference "sec:Formula-Styles"
28925
28926 \end_inset
28927
28928
28929 \end_layout
28930
28931 \end_inset
28932
28933
28934 \series default
28935  is used, the formula is set without the 
28936 \series bold
28937
28938 \backslash
28939 hfill
28940 \series default
28941  before the first column.
28942 \end_layout
28943
28944 \begin_layout Subsubsection
28945 Alignat Environment
28946 \begin_inset Index idx
28947 status collapsed
28948
28949 \begin_layout Plain Layout
28950 Formula ! multiline ! alignat environment
28951 \end_layout
28952
28953 \end_inset
28954
28955
28956 \end_layout
28957
28958 \begin_layout Standard
28959 The alignat environment has no predefined column separation.
28960  It can be inserted manually with the spaces that are described 
28961 \begin_inset CommandInset ref
28962 LatexCommand ref
28963 reference "subsec:Space"
28964
28965 \end_inset
28966
28967 .
28968 \end_layout
28969
28970 \begin_layout Standard
28971 The above example in the alignat environment where 1
28972 \begin_inset space \thinspace{}
28973 \end_inset
28974
28975 cm space was inserted at the beginning of the second formula:
28976 \begin_inset Formula 
28977 \begin{alignat*}{2}
28978 A & =\sin(B) & \hspace{1cm}C & =D\\
28979 C & \ne A & B & \ne D
28980 \end{alignat*}
28981
28982 \end_inset
28983
28984 Because the column separation can be set separately for every column, this
28985  environment is especially suitable to set three and more formulas side
28986  by side.
28987 \end_layout
28988
28989 \begin_layout Subsubsection
28990 Flalign Environment
28991 \begin_inset CommandInset label
28992 LatexCommand label
28993 name "subsec:Flalign-Environment"
28994
28995 \end_inset
28996
28997
28998 \begin_inset Index idx
28999 status collapsed
29000
29001 \begin_layout Plain Layout
29002 Formula ! multiline ! flalign environment
29003 \end_layout
29004
29005 \end_inset
29006
29007
29008 \end_layout
29009
29010 \begin_layout Standard
29011 In this environment the first two columns are always set as much as possible
29012  to the left and the last two ones to the right.
29013  An example:
29014 \begin_inset Formula 
29015 \begin{flalign*}
29016 A & =1 & B & =2 & C & =3\\
29017 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29018 \end{flalign*}
29019
29020 \end_inset
29021
29022
29023 \end_layout
29024
29025 \begin_layout Standard
29026 By creating a flalign environment with an odd number of columns where an
29027  empty \SpecialChar TeX
29028  brace is inserted to the last column, several formulas in a document
29029  can be set to the left, although the formula style 
29030 \series bold
29031 Centered
29032 \series default
29033  is used.
29034  As example the indented formula 
29035 \begin_inset CommandInset ref
29036 LatexCommand eqref
29037 reference "eq:VolInt"
29038
29039 \end_inset
29040
29041 :
29042 \begin_inset Formula 
29043 \begin{flalign}
29044 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29045 \end{flalign}
29046
29047 \end_inset
29048
29049 The first two columns contain the formula.
29050  To indent it as with the formula style 
29051 \series bold
29052 Indented
29053 \series default
29054 , 30
29055 \begin_inset space \thinspace{}
29056 \end_inset
29057
29058 pt space was inserted at the beginning of the first column.
29059 \end_layout
29060
29061 \begin_layout Subsection
29062 Eqnarray Environment
29063 \begin_inset CommandInset label
29064 LatexCommand label
29065 name "subsec:Eqnarray-Environment"
29066
29067 \end_inset
29068
29069
29070 \begin_inset Index idx
29071 status collapsed
29072
29073 \begin_layout Plain Layout
29074 Formula ! multiline ! eqnarray environment
29075 \end_layout
29076
29077 \end_inset
29078
29079
29080 \end_layout
29081
29082 \begin_layout Standard
29083 When this environment has been created, three blue boxes appear.
29084  The content of the first box is right aligned, the content of the last
29085  one left aligned.
29086  The content of the middle box appears centered and a bit smaller, because
29087  it is designed to insert there only relation characters.
29088 \begin_inset Formula 
29089 \begin{eqnarray*}
29090 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29091 AB & AB & AB\\
29092 A & = & A
29093 \end{eqnarray*}
29094
29095 \end_inset
29096
29097
29098 \end_layout
29099
29100 \begin_layout Subsection
29101 Gather Environment
29102 \begin_inset Index idx
29103 status collapsed
29104
29105 \begin_layout Plain Layout
29106 Formula ! multiline ! gather environment
29107 \end_layout
29108
29109 \end_inset
29110
29111
29112 \end_layout
29113
29114 \begin_layout Standard
29115 This environment consists of only one centered column.
29116  Every line can be numbered.
29117 \begin_inset Formula 
29118 \begin{gather}
29119 A=1\\
29120 X=\textrm{-}1
29121 \end{gather}
29122
29123 \end_inset
29124
29125
29126 \end_layout
29127
29128 \begin_layout Subsection
29129 Multline Environment
29130 \begin_inset CommandInset label
29131 LatexCommand label
29132 name "subsec:Multline-Environment"
29133
29134 \end_inset
29135
29136
29137 \begin_inset Index idx
29138 status collapsed
29139
29140 \begin_layout Plain Layout
29141 Formula ! multiline ! multline environment
29142 \end_layout
29143
29144 \end_inset
29145
29146
29147 \end_layout
29148
29149 \begin_layout Standard
29150 The multline environment consists, like the gather environment, of only
29151  one column.
29152  But the first line is left aligned, the last one right aligned.
29153  All other lines are centered.
29154  Therefore this environment is suitable for long formulas.
29155  As example formula 
29156 \begin_inset CommandInset ref
29157 LatexCommand eqref
29158 reference "eq:lefteqn"
29159
29160 \end_inset
29161
29162  in the multline environment:
29163 \begin_inset Formula 
29164 \begin{multline}
29165 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}\\
29166 -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}\\
29167 =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}}
29168 \end{multline}
29169
29170 \end_inset
29171
29172
29173 \end_layout
29174
29175 \begin_layout Standard
29176 In the output only the last (first) line of a multline environment appears
29177  numbered when the document numbering is right (left).
29178 \begin_inset Foot
29179 status collapsed
29180
29181 \begin_layout Plain Layout
29182 numbering styles see 
29183 \begin_inset CommandInset ref
29184 LatexCommand ref
29185 reference "sec:Formula-Styles"
29186
29187 \end_inset
29188
29189
29190 \end_layout
29191
29192 \end_inset
29193
29194
29195 \end_layout
29196
29197 \begin_layout Standard
29198 With the commands 
29199 \series bold
29200
29201 \backslash
29202 shoveright
29203 \series default
29204
29205 \begin_inset Index idx
29206 status collapsed
29207
29208 \begin_layout Plain Layout
29209 Commands ! S ! 
29210 \backslash
29211 shoveright
29212 \end_layout
29213
29214 \end_inset
29215
29216  and 
29217 \series bold
29218
29219 \backslash
29220 shoveleft
29221 \series default
29222
29223 \begin_inset Index idx
29224 status collapsed
29225
29226 \begin_layout Plain Layout
29227 Commands ! S ! 
29228 \backslash
29229 shoveleft
29230 \end_layout
29231
29232 \end_inset
29233
29234  a centered line can be right or left aligned, respectively.
29235  The commands are used as follows:
29236 \end_layout
29237
29238 \begin_layout Standard
29239
29240 \series bold
29241
29242 \backslash
29243 shoveright{line content}
29244 \series default
29245  and 
29246 \series bold
29247
29248 \backslash
29249 shoveleft{line content}
29250 \end_layout
29251
29252 \begin_layout Standard
29253 \begin_inset VSpace medskip
29254 \end_inset
29255
29256 The length 
29257 \series bold
29258
29259 \backslash
29260 multlinegap
29261 \series default
29262
29263 \begin_inset Index idx
29264 status collapsed
29265
29266 \begin_layout Plain Layout
29267 Commands ! M ! 
29268 \backslash
29269 multlinegap
29270 \end_layout
29271
29272 \end_inset
29273
29274  specifies the distance of the first line from the left page margin.
29275  Predefined is the length 0
29276 \begin_inset space \thinspace{}
29277 \end_inset
29278
29279 pt.
29280 \end_layout
29281
29282 \begin_layout Standard
29283 As example the above formula where the command
29284 \end_layout
29285
29286 \begin_layout Standard
29287
29288 \series bold
29289
29290 \backslash
29291 setlength{
29292 \backslash
29293 multlinegap}{2cm}
29294 \end_layout
29295
29296 \begin_layout Standard
29297 was inserted in \SpecialChar TeX
29298  mode before:
29299 \begin_inset ERT
29300 status collapsed
29301
29302 \begin_layout Plain Layout
29303
29304
29305 \backslash
29306 setlength{
29307 \backslash
29308 multlinegap}{2cm}
29309 \end_layout
29310
29311 \end_inset
29312
29313
29314 \begin_inset Formula 
29315 \begin{multline}
29316 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}\\
29317 \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}}\\
29318 =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}}
29319 \end{multline}
29320
29321 \end_inset
29322
29323
29324 \begin_inset ERT
29325 status collapsed
29326
29327 \begin_layout Plain Layout
29328
29329
29330 \backslash
29331 setlength{
29332 \backslash
29333 multlinegap}{0pt}
29334 \end_layout
29335
29336 \end_inset
29337
29338 The second line was left aligned using 
29339 \series bold
29340
29341 \backslash
29342 shoveleft
29343 \series default
29344 .
29345 \end_layout
29346
29347 \begin_layout Subsection
29348 Multiline Formula Parts
29349 \begin_inset CommandInset label
29350 LatexCommand label
29351 name "subsec:Multiline-Formula-Parts"
29352
29353 \end_inset
29354
29355
29356 \begin_inset Index idx
29357 status collapsed
29358
29359 \begin_layout Plain Layout
29360 Formula ! multiline ! formula parts
29361 \end_layout
29362
29363 \end_inset
29364
29365
29366 \end_layout
29367
29368 \begin_layout Standard
29369 To display only parts of a formula with multiple lines, one of the following
29370  environments is used: 
29371 \series bold
29372 aligned
29373 \series default
29374
29375 \series bold
29376 alignedat
29377 \series default
29378
29379 \series bold
29380 gathered
29381 \series default
29382  or 
29383 \series bold
29384 split
29385 \series default
29386 .
29387  They can be inserted via the menu 
29388 \family sans
29389 Insert\SpecialChar menuseparator
29390 Math
29391 \family default
29392  or by using the commands described in this section.
29393 \end_layout
29394
29395 \begin_layout Standard
29396 The first three have the same properties as the corresponding multiline
29397  formula environments, but it is possible to set further formula parts beside
29398  them.
29399  An example:
29400 \begin_inset Formula 
29401 \[
29402 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29403 \Delta E\Delta t & \ge\frac{\hbar}{2}
29404 \end{aligned}
29405 \right\} \textrm{Uncertainty relations}
29406 \]
29407
29408 \end_inset
29409
29410
29411 \end_layout
29412
29413 \begin_layout Standard
29414 To get this formula, a displayed formula is created where the command 
29415 \series bold
29416
29417 \backslash
29418 aligned
29419 \series default
29420
29421 \begin_inset Index idx
29422 status collapsed
29423
29424 \begin_layout Plain Layout
29425 Commands ! A ! 
29426 \backslash
29427 aligned
29428 \end_layout
29429
29430 \end_inset
29431
29432  is inserted.
29433  A purple box appears around the blue formula box where now columns and
29434  lines can be added.
29435  Outside the multiline environment other formula parts can be set, like
29436  the brace.
29437 \end_layout
29438
29439 \begin_layout Standard
29440 The aligned environment is also suitable for long formulas whose lines are
29441  horizontally aligned.
29442  Using aligned in a displayed formula has the advantage that the formula
29443  number is vertically centered behind the lines.
29444  As example formula 
29445 \begin_inset CommandInset ref
29446 LatexCommand eqref
29447 reference "eq:shortlong"
29448
29449 \end_inset
29450
29451  in the aligned environment:
29452 \begin_inset Formula 
29453 \begin{equation}
29454 \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}|}\\
29455  & -\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}|}
29456 \end{aligned}
29457 \end{equation}
29458
29459 \end_inset
29460
29461
29462 \end_layout
29463
29464 \begin_layout Standard
29465 To use the environments 
29466 \series bold
29467 alignedat
29468 \series default
29469
29470 \series bold
29471 gathered
29472 \series default
29473 , or 
29474 \series bold
29475 split
29476 \series default
29477 , the command 
29478 \series bold
29479
29480 \backslash
29481 alignedat
29482 \series default
29483 ,
29484 \begin_inset Index idx
29485 status collapsed
29486
29487 \begin_layout Plain Layout
29488 Commands ! A ! 
29489 \backslash
29490 alignedat
29491 \end_layout
29492
29493 \end_inset
29494
29495  
29496 \series bold
29497
29498 \backslash
29499 gathered
29500 \series default
29501
29502 \begin_inset Index idx
29503 status collapsed
29504
29505 \begin_layout Plain Layout
29506 Commands ! G ! 
29507 \backslash
29508 gathered
29509 \end_layout
29510
29511 \end_inset
29512
29513 , or 
29514 \series bold
29515
29516 \backslash
29517 split
29518 \series default
29519
29520 \begin_inset Index idx
29521 status collapsed
29522
29523 \begin_layout Plain Layout
29524 Commands ! S ! 
29525 \backslash
29526 split
29527 \end_layout
29528
29529 \end_inset
29530
29531  are inserted, respectively.
29532  The split environment has the same properties as the aligned environment
29533  but it can only have two columns.
29534 \end_layout
29535
29536 \begin_layout Subsection
29537 Text in multiline Formulas
29538 \begin_inset CommandInset label
29539 LatexCommand label
29540 name "subsec:Text-in-multiline"
29541
29542 \end_inset
29543
29544
29545 \begin_inset Index idx
29546 status collapsed
29547
29548 \begin_layout Plain Layout
29549 Text ! in formulas
29550 \end_layout
29551
29552 \end_inset
29553
29554
29555 \begin_inset Index idx
29556 status collapsed
29557
29558 \begin_layout Plain Layout
29559 Formula ! multiline ! text
29560 \end_layout
29561
29562 \end_inset
29563
29564
29565 \end_layout
29566
29567 \begin_layout Standard
29568 In the Align environments, and the multline and gather environment, text
29569  can be inserted that will appear in a separate line and doesn't affect
29570  the column alignment.
29571  To do this, the command 
29572 \series bold
29573
29574 \backslash
29575 intertext
29576 \series default
29577
29578 \begin_inset Index idx
29579 status collapsed
29580
29581 \begin_layout Plain Layout
29582 Commands ! I ! 
29583 \backslash
29584 intertext
29585 \end_layout
29586
29587 \end_inset
29588
29589  is used in the following scheme:
29590 \end_layout
29591
29592 \begin_layout Standard
29593
29594 \series bold
29595
29596 \backslash
29597 intertext{text}
29598 \end_layout
29599
29600 \begin_layout Standard
29601 The text should not be longer than a line because it cannot be hyphenated.
29602  As \SpecialChar LyX
29603  doesn't yet support 
29604 \series bold
29605
29606 \backslash
29607 intertext
29608 \series default
29609  directly, the text is written as mathematical text.
29610  
29611 \series bold
29612
29613 \backslash
29614 intertext
29615 \series default
29616  must hereby be at the beginning of a line and appears in the output above
29617  this line.
29618  An example where the text was inserted at the beginning of the second line:
29619 \begin_inset Formula 
29620 \begin{align}
29621 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29622 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29623 \end{align}
29624
29625 \end_inset
29626
29627
29628 \end_layout
29629
29630 \begin_layout Standard
29631
29632 \series bold
29633
29634 \backslash
29635 intertext
29636 \series default
29637  always creates some vertical space between the text and the formula lines.
29638  To avoid this space, set in the document settings under 
29639 \family sans
29640 Math
29641 \begin_inset space ~
29642 \end_inset
29643
29644 Options
29645 \family default
29646  for the package 
29647 \series bold
29648 mathtools
29649 \series default
29650
29651 \begin_inset Index idx
29652 status collapsed
29653
29654 \begin_layout Plain Layout
29655 Packages ! mathtools
29656 \end_layout
29657
29658 \end_inset
29659
29660  the option 
29661 \family sans
29662 Load
29663 \begin_inset space ~
29664 \end_inset
29665
29666 always
29667 \family default
29668 .
29669  Then you can use the command 
29670 \series bold
29671
29672 \backslash
29673 shortintertext
29674 \series default
29675
29676 \begin_inset Index idx
29677 status collapsed
29678
29679 \begin_layout Plain Layout
29680 Commands ! S ! 
29681 \backslash
29682 shortintertext
29683 \end_layout
29684
29685 \end_inset
29686
29687  instead of 
29688 \series bold
29689
29690 \backslash
29691 intertext
29692 \series default
29693 :
29694 \end_layout
29695
29696 \begin_layout Standard
29697 \begin_inset Formula 
29698 \begin{align}
29699 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29700 \shortintertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29701 \end{align}
29702
29703 \end_inset
29704
29705
29706 \end_layout
29707
29708 \begin_layout Section
29709 Formula Numbering
29710 \begin_inset Index idx
29711 status collapsed
29712
29713 \begin_layout Plain Layout
29714 Formula numbering
29715 \end_layout
29716
29717 \end_inset
29718
29719
29720 \begin_inset Index idx
29721 status collapsed
29722
29723 \begin_layout Plain Layout
29724 Formula ! numbering|see
29725 \begin_inset ERT
29726 status collapsed
29727
29728 \begin_layout Plain Layout
29729
29730 {
29731 \end_layout
29732
29733 \end_inset
29734
29735 Formula numbering
29736 \begin_inset ERT
29737 status collapsed
29738
29739 \begin_layout Plain Layout
29740
29741 }
29742 \end_layout
29743
29744 \end_inset
29745
29746
29747 \end_layout
29748
29749 \end_inset
29750
29751
29752 \end_layout
29753
29754 \begin_layout Subsection
29755 General
29756 \end_layout
29757
29758 \begin_layout Standard
29759 Numbered formulas can be created with the menu 
29760 \family sans
29761 Insert\SpecialChar menuseparator
29762 Math\SpecialChar menuseparator
29763 Numbered
29764 \begin_inset space ~
29765 \end_inset
29766
29767 Formula
29768 \family default
29769  (shortcut 
29770 \family sans
29771 Ctrl+Alt
29772 \begin_inset space ~
29773 \end_inset
29774
29775 N
29776 \family default
29777 ).
29778  Existing formulas can be numbered with the menu 
29779 \family sans
29780 Edit\SpecialChar menuseparator
29781 Math\SpecialChar menuseparator
29782 Toggle
29783 \begin_inset space ~
29784 \end_inset
29785
29786 Numbering
29787 \family default
29788  (shortcut 
29789 \begin_inset Info
29790 type  "shortcut"
29791 arg   "math-number-toggle"
29792 \end_inset
29793
29794 ).
29795  The formula number is displayed in \SpecialChar LyX
29796  behind the formula as a number sign
29797  in parentheses.
29798  The number sign is replaced in the output by the formula number.
29799 \end_layout
29800
29801 \begin_layout Standard
29802 When numbering is turned on in multiline formulas, all lines will be numbered.
29803  But the numbering can be controlled with the menu 
29804 \family sans
29805 Edit\SpecialChar menuseparator
29806 Math\SpecialChar menuseparator
29807 Toggle
29808 \begin_inset space ~
29809 \end_inset
29810
29811 Numbering
29812 \begin_inset space ~
29813 \end_inset
29814
29815 of
29816 \begin_inset space ~
29817 \end_inset
29818
29819 Line
29820 \family default
29821  (shortcut 
29822 \begin_inset Info
29823 type  "shortcut"
29824 arg   "math-number-line-toggle"
29825 \end_inset
29826
29827 ) for every line.
29828 \end_layout
29829
29830 \begin_layout Standard
29831 Except for inline formulas, all formulas can be numbered with two different
29832  styles, see 
29833 \begin_inset CommandInset ref
29834 LatexCommand ref
29835 reference "sec:Formula-Styles"
29836
29837 \end_inset
29838
29839 .
29840 \end_layout
29841
29842 \begin_layout Subsection
29843 Cross-References
29844 \begin_inset Index idx
29845 status collapsed
29846
29847 \begin_layout Plain Layout
29848 Cross-references ! to formulas
29849 \end_layout
29850
29851 \end_inset
29852
29853
29854 \end_layout
29855
29856 \begin_layout Standard
29857 All labeled formulas can be cross-referenced.
29858  A label is added by the menu 
29859 \family sans
29860 Insert\SpecialChar menuseparator
29861 Label
29862 \family default
29863  or the toolbar button 
29864 \begin_inset Info
29865 type  "icon"
29866 arg   "label-insert"
29867 \end_inset
29868
29869 .
29870  The cursor must hereby be inside a displayed formula.
29871  Alternatively you can right-click on the formula and choose 
29872 \family sans
29873 Equation Label
29874 \family default
29875 .
29876  A dialog pops up displaying the prefix 
29877 \series bold
29878 eq:
29879 \series default
29880  in a text field.
29881  The label is inserted there behind the prefix.
29882  The predefined prefix means 
29883 \begin_inset Quotes eld
29884 \end_inset
29885
29886 equation
29887 \begin_inset Quotes erd
29888 \end_inset
29889
29890  and makes it easier to find labels in large documents because it marks
29891  it as formula label to divide it from e.
29892 \begin_inset space \thinspace{}
29893 \end_inset
29894
29895 g.
29896 \begin_inset space \space{}
29897 \end_inset
29898
29899 section labels.
29900  To change a label, the menu 
29901 \family sans
29902 Insert\SpecialChar menuseparator
29903 Label
29904 \family default
29905  is used again or you right-click on a formula and then on 
29906 \family sans
29907 Equation Label
29908 \family default
29909 .
29910 \end_layout
29911
29912 \begin_layout Standard
29913 The name of the label is displayed in \SpecialChar LyX
29914  within two parentheses behind formula.
29915  A formula with a label is always numbered.
29916 \end_layout
29917
29918 \begin_layout Standard
29919 Cross-references are inserted via the menu 
29920 \family sans
29921 Insert\SpecialChar menuseparator
29922 Cross-Reference
29923 \family default
29924  or with the toolbar button 
29925 \begin_inset Info
29926 type  "icon"
29927 arg   "dialog-show-new-inset ref"
29928 \end_inset
29929
29930 .
29931  A formula cross-reference appears in the output as formula number.
29932  When in the cross-reference dialog window the format 
29933 \series bold
29934 (<reference>)
29935 \series default
29936  is chosen, the cross-reference appears in the output as formula number
29937  in parentheses.
29938 \begin_inset Newline newline
29939 \end_inset
29940
29941 By right-clicking on a cross-reference in \SpecialChar LyX
29942 , one jumps to the formula that
29943  is referenced.
29944 \end_layout
29945
29946 \begin_layout Standard
29947 Here are as examples cross-references to formulas of the following subsections:
29948 \begin_inset Note Note
29949 status open
29950
29951 \begin_layout Plain Layout
29952 Note the different cross-reference types.
29953 \end_layout
29954
29955 \end_inset
29956
29957
29958 \end_layout
29959
29960 \begin_layout Standard
29961 The equations 
29962 \begin_inset CommandInset ref
29963 LatexCommand eqref
29964 reference "eq:tag"
29965
29966 \end_inset
29967
29968  and 
29969 \begin_inset CommandInset ref
29970 LatexCommand eqref
29971 reference "eq:c"
29972
29973 \end_inset
29974
29975  are equivalent.
29976  In (
29977 \begin_inset CommandInset ref
29978 LatexCommand ref
29979 reference "eq:Lat"
29980
29981 \end_inset
29982
29983 ) big Latin letters are used for the numbering in contrary to (
29984 \begin_inset CommandInset ref
29985 LatexCommand ref
29986 reference "eq:Rom"
29987
29988 \end_inset
29989
29990 ).
29991 \end_layout
29992
29993 \begin_layout Standard
29994 \begin_inset VSpace medskip
29995 \end_inset
29996
29997 When the argument of 
29998 \series bold
29999
30000 \backslash
30001 tag
30002 \begin_inset Foot
30003 status collapsed
30004
30005 \begin_layout Plain Layout
30006
30007 \series bold
30008
30009 \backslash
30010 tag
30011 \series default
30012  is described in 
30013 \begin_inset CommandInset ref
30014 LatexCommand ref
30015 reference "subsec:User-defined-Numbering"
30016
30017 \end_inset
30018
30019 .
30020 \end_layout
30021
30022 \end_inset
30023
30024
30025 \series default
30026  contains a box like in 
30027 \begin_inset CommandInset ref
30028 LatexCommand ref
30029 reference "subsec:Paragraph-Boxes"
30030
30031 \end_inset
30032
30033 , the formula cannot be referenced.
30034 \end_layout
30035
30036 \begin_layout Subsection
30037 Subnumbering
30038 \begin_inset Index idx
30039 status collapsed
30040
30041 \begin_layout Plain Layout
30042 Formula numbering ! subnumbering
30043 \end_layout
30044
30045 \end_inset
30046
30047
30048 \end_layout
30049
30050 \begin_layout Standard
30051 With the help of the commands 
30052 \series bold
30053
30054 \backslash
30055 begin{subequations}
30056 \series default
30057  and 
30058 \series bold
30059
30060 \backslash
30061 end{subequations}
30062 \series default
30063  formulas can be subnumbered.
30064  Both commands are inserted in \SpecialChar TeX
30065  mode.
30066 \end_layout
30067
30068 \begin_layout Standard
30069 An example:
30070 \begin_inset Formula 
30071 \begin{equation}
30072 A=C-B\label{eq:a}
30073 \end{equation}
30074
30075 \end_inset
30076
30077
30078 \begin_inset ERT
30079 status collapsed
30080
30081 \begin_layout Plain Layout
30082
30083
30084 \backslash
30085 addtocounter{equation}{-1}
30086 \end_layout
30087
30088 \end_inset
30089
30090
30091 \begin_inset ERT
30092 status collapsed
30093
30094 \begin_layout Plain Layout
30095
30096
30097 \backslash
30098 begin{subequations}
30099 \end_layout
30100
30101 \end_inset
30102
30103
30104 \begin_inset VSpace -5mm
30105 \end_inset
30106
30107
30108 \begin_inset Formula 
30109 \begin{equation}
30110 B=C-A\label{eq:b}
30111 \end{equation}
30112
30113 \end_inset
30114
30115
30116 \begin_inset Formula 
30117 \begin{equation}
30118 C=A+B\label{eq:c}
30119 \end{equation}
30120
30121 \end_inset
30122
30123
30124 \end_layout
30125
30126 \begin_layout Standard
30127 \begin_inset ERT
30128 status collapsed
30129
30130 \begin_layout Plain Layout
30131
30132
30133 \backslash
30134 end{subequations}
30135 \end_layout
30136
30137 \end_inset
30138
30139
30140 \end_layout
30141
30142 \begin_layout Standard
30143 To create the example, the following is done:
30144 \end_layout
30145
30146 \begin_layout Enumerate
30147 first formula is inserted
30148 \end_layout
30149
30150 \begin_layout Enumerate
30151
30152 \series bold
30153
30154 \backslash
30155 addtocounter{equation}{-1} 
30156 \backslash
30157 begin{subequations}
30158 \begin_inset Index idx
30159 status collapsed
30160
30161 \begin_layout Plain Layout
30162 Commands ! A ! 
30163 \backslash
30164 addtocounter
30165 \end_layout
30166
30167 \end_inset
30168
30169
30170 \begin_inset Newline newline
30171 \end_inset
30172
30173
30174 \series default
30175 is inserted after the first formula
30176 \end_layout
30177
30178 \begin_layout Enumerate
30179 second formula is inserted
30180 \end_layout
30181
30182 \begin_layout Enumerate
30183 third formula is inserted
30184 \end_layout
30185
30186 \begin_layout Enumerate
30187
30188 \series bold
30189
30190 \backslash
30191 end{subequations}
30192 \series default
30193  is inserted after the third formula
30194 \end_layout
30195
30196 \begin_layout Standard
30197 Every formula between the commands 
30198 \series bold
30199
30200 \backslash
30201 begin
30202 \series default
30203  and 
30204 \series bold
30205
30206 \backslash
30207 end
30208 \series default
30209  is subnumbered as a, b, 
30210 \begin_inset Newline linebreak
30211 \end_inset
30212
30213 c, \SpecialChar ldots
30214  For multiline formulas every line will be subnumbered.
30215  All subnumbered formulas are treated as 
30216 \emph on
30217 one
30218 \emph default
30219  numbered formula.
30220  But as every numbered formula increases the counter 
30221 \series bold
30222 equation
30223 \series default
30224  by one, the command 
30225 \series bold
30226
30227 \backslash
30228 addtocounter
30229 \series default
30230  is needed to decrease it.
30231  Otherwise the formulas 
30232 \begin_inset CommandInset ref
30233 LatexCommand eqref
30234 reference "eq:a"
30235
30236 \end_inset
30237
30238
30239 \begin_inset CommandInset ref
30240 LatexCommand eqref
30241 reference "eq:b"
30242
30243 \end_inset
30244
30245
30246 \begin_inset CommandInset ref
30247 LatexCommand eqref
30248 reference "eq:c"
30249
30250 \end_inset
30251
30252  would be numbered as 
30253 \begin_inset CommandInset ref
30254 LatexCommand eqref
30255 reference "eq:a"
30256
30257 \end_inset
30258
30259
30260 \begin_inset CommandInset ref
30261 LatexCommand eqref
30262 reference "eq:d"
30263
30264 \end_inset
30265
30266
30267 \begin_inset CommandInset ref
30268 LatexCommand eqref
30269 reference "eq:f"
30270
30271 \end_inset
30272
30273 .
30274 \end_layout
30275
30276 \begin_layout Standard
30277 By inserting the commands in \SpecialChar TeX
30278  mode, a space is created between the first
30279  two formulas.
30280  To revert this -5
30281 \begin_inset space \thinspace{}
30282 \end_inset
30283
30284 mm vertical space is inserted after the command 
30285 \series bold
30286
30287 \backslash
30288 begin{subequations}
30289 \series default
30290 .
30291  When the formula style 
30292 \series bold
30293 Indented
30294 \begin_inset Foot
30295 status collapsed
30296
30297 \begin_layout Plain Layout
30298 formula styles see 
30299 \begin_inset CommandInset ref
30300 LatexCommand ref
30301 reference "sec:Formula-Styles"
30302
30303 \end_inset
30304
30305
30306 \end_layout
30307
30308 \end_inset
30309
30310
30311 \series default
30312  is used, -7
30313 \begin_inset space \thinspace{}
30314 \end_inset
30315
30316 mm space is inserted instead.
30317 \end_layout
30318
30319 \begin_layout Standard
30320 Here is an example for a multiline formula where the numbering was turned
30321  off for the second line:
30322 \begin_inset ERT
30323 status collapsed
30324
30325 \begin_layout Plain Layout
30326
30327
30328 \backslash
30329 begin{subequations}
30330 \end_layout
30331
30332 \end_inset
30333
30334
30335 \begin_inset Formula 
30336 \begin{eqnarray}
30337 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30338  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30339  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30340 \end{eqnarray}
30341
30342 \end_inset
30343
30344
30345 \begin_inset ERT
30346 status collapsed
30347
30348 \begin_layout Plain Layout
30349
30350
30351 \backslash
30352 end{subequations}
30353 \end_layout
30354
30355 \end_inset
30356
30357
30358 \end_layout
30359
30360 \begin_layout Subsection
30361 User-defined Numbering
30362 \begin_inset CommandInset label
30363 LatexCommand label
30364 name "subsec:User-defined-Numbering"
30365
30366 \end_inset
30367
30368
30369 \begin_inset Index idx
30370 status collapsed
30371
30372 \begin_layout Plain Layout
30373 Formula numbering ! user-defined
30374 \end_layout
30375
30376 \end_inset
30377
30378
30379 \end_layout
30380
30381 \begin_layout Standard
30382 \begin_inset Index idx
30383 status collapsed
30384
30385 \begin_layout Plain Layout
30386 Formula numbering ! self-defined delimiters
30387 \end_layout
30388
30389 \end_inset
30390
30391 With the standard numbering parentheses are set around the formula number.
30392  To replace the parentheses for example by vertical bars, the following
30393  line is added to the \SpecialChar LaTeX
30394 -preamble:
30395 \end_layout
30396
30397 \begin_layout Standard
30398
30399 \series bold
30400
30401 \backslash
30402 def
30403 \backslash
30404 tagform@#1{
30405 \backslash
30406 maketag@@@{|#1|}}
30407 \series default
30408
30409 \begin_inset Note Note
30410 status collapsed
30411
30412 \begin_layout Plain Layout
30413 This macro is already declared in the \SpecialChar LaTeX
30414 -preamble for testing.
30415  To activate it, remove the percent sign at the beginning.
30416 \end_layout
30417
30418 \end_inset
30419
30420
30421 \end_layout
30422
30423 \begin_layout Standard
30424 To use other characters, the vertical bars besides the 
30425 \series bold
30426 #1
30427 \series default
30428  are replaced by one ore more characters.
30429  To get only the formula number the vertical bars are omitted.
30430 \end_layout
30431
30432 \begin_layout Standard
30433 \begin_inset VSpace bigskip
30434 \end_inset
30435
30436 When there should be an expression of your choice instead of the consecutive
30437  formula number in parentheses behind the formula, the command 
30438 \series bold
30439
30440 \backslash
30441 tag
30442 \series default
30443
30444 \begin_inset Index idx
30445 status collapsed
30446
30447 \begin_layout Plain Layout
30448 Commands ! T ! 
30449 \backslash
30450 tag
30451 \end_layout
30452
30453 \end_inset
30454
30455  is used:
30456 \begin_inset Formula 
30457 \begin{equation}
30458 A+B=C\tag{something}\label{eq:tag}
30459 \end{equation}
30460
30461 \end_inset
30462
30463 In this example the command 
30464 \series bold
30465
30466 \backslash
30467 tag
30468 \begin_inset space \textvisiblespace{}
30469 \end_inset
30470
30471 something
30472 \series default
30473  was inserted in the formula.
30474 \end_layout
30475
30476 \begin_layout Standard
30477 When the command 
30478 \series bold
30479
30480 \backslash
30481 tag*
30482 \begin_inset space \textvisiblespace{}
30483 \end_inset
30484
30485 something
30486 \series default
30487  is inserted instead, the star prevents the parentheses around the expression:
30488 \begin_inset Formula 
30489 \[
30490 A+B=C\tag*{something}
30491 \]
30492
30493 \end_inset
30494
30495
30496 \end_layout
30497
30498 \begin_layout Standard
30499 \begin_inset VSpace bigskip
30500 \end_inset
30501
30502 To restart the formula numbering with new document parts or sections, the
30503  following command is used:
30504 \end_layout
30505
30506 \begin_layout Standard
30507
30508 \series bold
30509
30510 \backslash
30511 @addtoreset{equation}{part}
30512 \series default
30513
30514 \begin_inset Index idx
30515 status collapsed
30516
30517 \begin_layout Plain Layout
30518 Commands ! 
30519 \begin_inset ERT
30520 status collapsed
30521
30522 \begin_layout Plain Layout
30523
30524 "
30525 \end_layout
30526
30527 \end_inset
30528
30529 @
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 \backslash
30542
30543 \begin_inset ERT
30544 status collapsed
30545
30546 \begin_layout Plain Layout
30547
30548 "
30549 \end_layout
30550
30551 \end_inset
30552
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 addtoreset
30565 \end_layout
30566
30567 \end_inset
30568
30569
30570 \begin_inset Newline newline
30571 \end_inset
30572
30573 resp.
30574 \begin_inset Newline newline
30575 \end_inset
30576
30577
30578 \series bold
30579
30580 \backslash
30581 @addtoreset{equation}{section}
30582 \end_layout
30583
30584 \begin_layout Standard
30585 To be able to use these commands in \SpecialChar TeX
30586  mode, the 
30587 \begin_inset Quotes eld
30588 \end_inset
30589
30590 @
30591 \begin_inset Quotes erd
30592 \end_inset
30593
30594  character has to be made 
30595 \begin_inset Quotes eld
30596 \end_inset
30597
30598 active
30599 \begin_inset Quotes erd
30600 \end_inset
30601
30602  for \SpecialChar LaTeX
30603  using the command 
30604 \series bold
30605
30606 \backslash
30607 makeatletter.
30608
30609 \series default
30610  The command 
30611 \series bold
30612
30613 \backslash
30614 makeatother
30615 \series default
30616  reverts this.
30617  So the command sequence in \SpecialChar TeX
30618  mode is:
30619 \end_layout
30620
30621 \begin_layout Standard
30622
30623 \series bold
30624
30625 \backslash
30626 makeatletter
30627 \begin_inset Newline newline
30628 \end_inset
30629
30630
30631 \backslash
30632 @addtoreset{equation}{section}
30633 \begin_inset Newline newline
30634 \end_inset
30635
30636
30637 \backslash
30638 makeatother
30639 \end_layout
30640
30641 \begin_layout Standard
30642 In the \SpecialChar LaTeX
30643 -preamble 
30644 \series bold
30645
30646 \backslash
30647 makeatletter
30648 \series default
30649  and 
30650 \series bold
30651
30652 \backslash
30653 makeatother
30654 \series default
30655  can be omitted as they are automatically internally inserted by \SpecialChar LyX
30656 .
30657 \end_layout
30658
30659 \begin_layout Standard
30660 To revert 
30661 \series bold
30662
30663 \backslash
30664 @addtoreset
30665 \series default
30666 , the file 
30667 \series bold
30668 remreset.sty
30669 \series default
30670
30671 \begin_inset Foot
30672 status collapsed
30673
30674 \begin_layout Plain Layout
30675
30676 \series bold
30677 remreset
30678 \series default
30679  is part of the \SpecialChar LaTeX
30680 -package 
30681 \series bold
30682 carlisle
30683 \series default
30684
30685 \begin_inset Index idx
30686 status collapsed
30687
30688 \begin_layout Plain Layout
30689 Packages ! carlisle
30690 \end_layout
30691
30692 \end_inset
30693
30694  that is part of every \SpecialChar LaTeX
30695  standard installation.
30696 \end_layout
30697
30698 \end_inset
30699
30700
30701 \begin_inset Index idx
30702 status collapsed
30703
30704 \begin_layout Plain Layout
30705 Packages ! remreset
30706 \end_layout
30707
30708 \end_inset
30709
30710  has to be loaded in the \SpecialChar LaTeX
30711 -preamble with the line
30712 \end_layout
30713
30714 \begin_layout Standard
30715
30716 \series bold
30717
30718 \backslash
30719 usepackage{remreset}
30720 \end_layout
30721
30722 \begin_layout Standard
30723 Then the command 
30724 \series bold
30725
30726 \backslash
30727 @removefromreset
30728 \series default
30729
30730 \begin_inset Index idx
30731 status collapsed
30732
30733 \begin_layout Plain Layout
30734 Commands ! 
30735 \begin_inset ERT
30736 status collapsed
30737
30738 \begin_layout Plain Layout
30739
30740 "
30741 \end_layout
30742
30743 \end_inset
30744
30745 @
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 \backslash
30758
30759 \begin_inset ERT
30760 status collapsed
30761
30762 \begin_layout Plain Layout
30763
30764 "
30765 \end_layout
30766
30767 \end_inset
30768
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 removefromreset
30781 \end_layout
30782
30783 \end_inset
30784
30785  can be used with the same scheme as 
30786 \series bold
30787
30788 \backslash
30789 @addtoreset
30790 \series default
30791 .
30792 \end_layout
30793
30794 \begin_layout Standard
30795 \begin_inset VSpace bigskip
30796 \end_inset
30797
30798 Sometimes formulas should be numbered in the following form:
30799 \end_layout
30800
30801 \begin_layout Standard
30802
30803 \family typewriter
30804 (section number.formula number)
30805 \end_layout
30806
30807 \begin_layout Standard
30808 The formula number should start with every section with 
30809 \begin_inset Quotes eld
30810 \end_inset
30811
30812 1
30813 \begin_inset Quotes erd
30814 \end_inset
30815
30816 .
30817 \end_layout
30818
30819 \begin_layout Standard
30820 For this case there is the command 
30821 \series bold
30822
30823 \backslash
30824 numberwithin
30825 \series default
30826
30827 \begin_inset Index idx
30828 status collapsed
30829
30830 \begin_layout Plain Layout
30831 Commands ! N ! 
30832 \backslash
30833 numberwithin
30834 \end_layout
30835
30836 \end_inset
30837
30838 , which is used with the following scheme:
30839 \end_layout
30840
30841 \begin_layout Standard
30842
30843 \series bold
30844
30845 \backslash
30846 numberwithin{counter}{sectioning}
30847 \end_layout
30848
30849 \begin_layout Standard
30850 Counter denotes what kind of numbering is affected, sectioning denotes what
30851  number is before the dot.
30852 \end_layout
30853
30854 \begin_layout Standard
30855 Thus in our case the following \SpecialChar LaTeX
30856  preamble or \SpecialChar TeX
30857  code line is used:
30858 \end_layout
30859
30860 \begin_layout Standard
30861
30862 \series bold
30863
30864 \backslash
30865 numberwithin{equation}{section}
30866 \end_layout
30867
30868 \begin_layout Standard
30869 This is the result:
30870 \begin_inset ERT
30871 status collapsed
30872
30873 \begin_layout Plain Layout
30874
30875
30876 \backslash
30877 numberwithin{equation}{section}
30878 \end_layout
30879
30880 \end_inset
30881
30882
30883 \begin_inset Formula 
30884 \begin{equation}
30885 A+B=C
30886 \end{equation}
30887
30888 \end_inset
30889
30890
30891 \end_layout
30892
30893 \begin_layout Standard
30894 To number e.
30895 \begin_inset space \thinspace{}
30896 \end_inset
30897
30898 g.
30899 \begin_inset space \space{}
30900 \end_inset
30901
30902 tables so that the number of the part is the sectioning,
30903 \begin_inset Newline newline
30904 \end_inset
30905
30906
30907 \series bold
30908
30909 \backslash
30910 numberwithin{table}{part}
30911 \series default
30912  is used.
30913 \end_layout
30914
30915 \begin_layout Standard
30916 To go back to the standard numbering or to prevent this kind of numbering
30917  when it is defined by the document class, the following command is inserted
30918  as \SpecialChar TeX
30919  code or to the \SpecialChar LaTeX
30920  preamble:
30921 \end_layout
30922
30923 \begin_layout Standard
30924
30925 \series bold
30926
30927 \backslash
30928 renewcommand{
30929 \backslash
30930 theequation}{
30931 \backslash
30932 arabic{equation}}
30933 \begin_inset Index idx
30934 status collapsed
30935
30936 \begin_layout Plain Layout
30937 Commands ! A ! 
30938 \backslash
30939 arabic
30940 \end_layout
30941
30942 \end_inset
30943
30944
30945 \series default
30946
30947 \begin_inset ERT
30948 status collapsed
30949
30950 \begin_layout Plain Layout
30951
30952
30953 \backslash
30954 renewcommand{
30955 \backslash
30956 theequation}{
30957 \backslash
30958 arabic{equation}}
30959 \end_layout
30960
30961 \end_inset
30962
30963
30964 \series bold
30965
30966 \begin_inset Newline newline
30967 \end_inset
30968
30969
30970 \series default
30971 or
30972 \series bold
30973
30974 \begin_inset Newline newline
30975 \end_inset
30976
30977
30978 \backslash
30979 renewcommand{
30980 \backslash
30981 thetable}{
30982 \backslash
30983 arabic{table}}
30984 \end_layout
30985
30986 \begin_layout Standard
30987
30988 \series bold
30989
30990 \backslash
30991 numberwithin
30992 \series default
30993  uses internally the command 
30994 \series bold
30995
30996 \backslash
30997 @addtoreset
30998 \series default
30999 , described above, that also needs to be reverted.
31000 \begin_inset ERT
31001 status collapsed
31002
31003 \begin_layout Plain Layout
31004
31005
31006 \backslash
31007 makeatletter
31008 \end_layout
31009
31010 \begin_layout Plain Layout
31011
31012
31013 \backslash
31014 @removefromreset{equation}{section}
31015 \end_layout
31016
31017 \begin_layout Plain Layout
31018
31019
31020 \backslash
31021 makeatother
31022 \end_layout
31023
31024 \end_inset
31025
31026
31027 \end_layout
31028
31029 \begin_layout Subsection
31030 Numbering with Roman Numbers and Letters
31031 \begin_inset Index idx
31032 status collapsed
31033
31034 \begin_layout Plain Layout
31035 Formula numbering ! with letters
31036 \end_layout
31037
31038 \end_inset
31039
31040
31041 \begin_inset Index idx
31042 status collapsed
31043
31044 \begin_layout Plain Layout
31045 Formula numbering ! with Roman numbers
31046 \end_layout
31047
31048 \end_inset
31049
31050
31051 \end_layout
31052
31053 \begin_layout Standard
31054 Formulas can also be numbered with Roman numbers and Latin letters.
31055  To number for example with small Roman numbers, the command
31056 \end_layout
31057
31058 \begin_layout Standard
31059
31060 \series bold
31061
31062 \backslash
31063 renewcommand{
31064 \backslash
31065 theequation}{
31066 \backslash
31067 roman{equation}}
31068 \end_layout
31069
31070 \begin_layout Standard
31071 is inserted before the formula in \SpecialChar TeX
31072  mode.
31073  
31074 \series bold
31075
31076 \backslash
31077 renewcommand
31078 \series default
31079
31080 \begin_inset Index idx
31081 status collapsed
31082
31083 \begin_layout Plain Layout
31084 Commands ! R ! 
31085 \backslash
31086 renewcommand
31087 \end_layout
31088
31089 \end_inset
31090
31091  redefines the predefined command 
31092 \series bold
31093
31094 \backslash
31095 theequation
31096 \series default
31097  to the command 
31098 \series bold
31099
31100 \backslash
31101 roman{equation}
31102 \series default
31103 .
31104 \begin_inset Foot
31105 status collapsed
31106
31107 \begin_layout Plain Layout
31108 The command 
31109 \series bold
31110
31111 \backslash
31112 renewcommand
31113 \series default
31114  has the same scheme like the command 
31115 \series bold
31116
31117 \backslash
31118 newcommand
31119 \series default
31120  that is described in 
31121 \begin_inset CommandInset ref
31122 LatexCommand ref
31123 reference "subsec:The-Command-newcommand"
31124
31125 \end_inset
31126
31127 .
31128 \end_layout
31129
31130 \end_inset
31131
31132  
31133 \series bold
31134 equation
31135 \series default
31136  is the formula counter.
31137  When the command 
31138 \series bold
31139
31140 \backslash
31141 the
31142 \series default
31143  is used as prefix for a counter, the value of the counter is output as
31144  Arabic number.
31145  When a formula is numbered, \SpecialChar LaTeX
31146  sets internally the command 
31147 \series bold
31148
31149 \backslash
31150 theequation
31151 \series default
31152  behind the formula.
31153  
31154 \series bold
31155
31156 \backslash
31157 roman{equation}
31158 \begin_inset Index idx
31159 status collapsed
31160
31161 \begin_layout Plain Layout
31162 Commands ! R ! 
31163 \backslash
31164 roman
31165 \end_layout
31166
31167 \end_inset
31168
31169
31170 \series default
31171  outputs the counter as small Roman number.
31172 \end_layout
31173
31174 \begin_layout Standard
31175 All formulas behind the command 
31176 \series bold
31177
31178 \backslash
31179 renew
31180 \series default
31181 c
31182 \series bold
31183 ommand
31184 \series default
31185  are now numbered Roman.
31186  To switch to numbering with big Roman numbers, the command is inserted
31187  again, but 
31188 \series bold
31189
31190 \backslash
31191 roman
31192 \series default
31193  is replaced by 
31194 \series bold
31195
31196 \backslash
31197 Roman
31198 \series default
31199
31200 \begin_inset Index idx
31201 status collapsed
31202
31203 \begin_layout Plain Layout
31204 Commands ! R ! 
31205 \backslash
31206 roman@
31207 \backslash
31208 Roman
31209 \end_layout
31210
31211 \end_inset
31212
31213 .
31214  To 
31215 \begin_inset Quotes eld
31216 \end_inset
31217
31218 number
31219 \begin_inset Quotes erd
31220 \end_inset
31221
31222  with small Latin letters there is the command 
31223 \series bold
31224
31225 \backslash
31226 alph
31227 \series default
31228
31229 \begin_inset Index idx
31230 status collapsed
31231
31232 \begin_layout Plain Layout
31233 Commands ! A ! 
31234 \backslash
31235 alph
31236 \end_layout
31237
31238 \end_inset
31239
31240 , for big ones there is the command 
31241 \series bold
31242
31243 \backslash
31244 Alph
31245 \series default
31246
31247 \begin_inset Index idx
31248 status collapsed
31249
31250 \begin_layout Plain Layout
31251 Commands ! A ! 
31252 \backslash
31253 alph@
31254 \backslash
31255 Alph
31256 \end_layout
31257
31258 \end_inset
31259
31260 .
31261 \end_layout
31262
31263 \begin_layout Standard
31264 \begin_inset Note Greyedout
31265 status open
31266
31267 \begin_layout Plain Layout
31268
31269 \series bold
31270 \color none
31271 Note:
31272 \series default
31273  Only maximal 26
31274 \begin_inset space ~
31275 \end_inset
31276
31277 formulas can be numbered with Latin letters in one document.
31278 \end_layout
31279
31280 \end_inset
31281
31282
31283 \end_layout
31284
31285 \begin_layout Standard
31286 \begin_inset ERT
31287 status collapsed
31288
31289 \begin_layout Plain Layout
31290
31291
31292 \backslash
31293 renewcommand{
31294 \backslash
31295 theequation}{
31296 \backslash
31297 roman{equation}}
31298 \end_layout
31299
31300 \end_inset
31301
31302
31303 \end_layout
31304
31305 \begin_layout Standard
31306 \begin_inset Formula 
31307 \begin{equation}
31308 A=\textrm{small roman}
31309 \end{equation}
31310
31311 \end_inset
31312
31313
31314 \begin_inset ERT
31315 status collapsed
31316
31317 \begin_layout Plain Layout
31318
31319
31320 \backslash
31321 renewcommand{
31322 \backslash
31323 theequation}{
31324 \backslash
31325 Roman{equation}}
31326 \end_layout
31327
31328 \end_inset
31329
31330
31331 \begin_inset Formula 
31332 \begin{equation}
31333 B=\textrm{big Roman}\label{eq:Rom}
31334 \end{equation}
31335
31336 \end_inset
31337
31338
31339 \begin_inset ERT
31340 status collapsed
31341
31342 \begin_layout Plain Layout
31343
31344
31345 \backslash
31346 renewcommand{
31347 \backslash
31348 theequation}{
31349 \backslash
31350 alph{equation}}
31351 \end_layout
31352
31353 \end_inset
31354
31355
31356 \begin_inset Formula 
31357 \begin{equation}
31358 C=\textrm{small Latin}
31359 \end{equation}
31360
31361 \end_inset
31362
31363
31364 \begin_inset ERT
31365 status collapsed
31366
31367 \begin_layout Plain Layout
31368
31369
31370 \backslash
31371 renewcommand{
31372 \backslash
31373 theequation}{
31374 \backslash
31375 Alph{equation}}
31376 \end_layout
31377
31378 \end_inset
31379
31380
31381 \begin_inset Formula 
31382 \begin{equation}
31383 D=\textrm{big Latin}\label{eq:Lat}
31384 \end{equation}
31385
31386 \end_inset
31387
31388
31389 \end_layout
31390
31391 \begin_layout Standard
31392 To switch back to the default numbering, insert the command:
31393 \end_layout
31394
31395 \begin_layout Standard
31396
31397 \series bold
31398
31399 \backslash
31400 renewcommand{
31401 \backslash
31402 theequation}{
31403 \backslash
31404 arabic{equation}}
31405 \begin_inset Index idx
31406 status collapsed
31407
31408 \begin_layout Plain Layout
31409 Commands ! A ! 
31410 \backslash
31411 arabic
31412 \end_layout
31413
31414 \end_inset
31415
31416
31417 \end_layout
31418
31419 \begin_layout Standard
31420 \begin_inset ERT
31421 status collapsed
31422
31423 \begin_layout Plain Layout
31424
31425
31426 \backslash
31427 renewcommand{
31428 \backslash
31429 theequation}{
31430 \backslash
31431 arabic{equation}}
31432 \end_layout
31433
31434 \end_inset
31435
31436
31437 \begin_inset Formula 
31438 \begin{equation}
31439 E=\textrm{Arabic}
31440 \end{equation}
31441
31442 \end_inset
31443
31444
31445 \end_layout
31446
31447 \begin_layout Standard
31448 \begin_inset VSpace medskip
31449 \end_inset
31450
31451 As you see, formulas are numbered serially independent from the numbering
31452  style.
31453  When then numbering should start with 
31454 \begin_inset Quotes eld
31455 \end_inset
31456
31457 1
31458 \begin_inset Quotes erd
31459 \end_inset
31460
31461  when the style is changed, new equation counters have to be defined.
31462  A description about this can be found in the file 
31463 \begin_inset CommandInset href
31464 LatexCommand href
31465 name "Formula-numbering.lyx"
31466 target "run:Formula-numbering.lyx"
31467
31468 \end_inset
31469
31470 .
31471 \end_layout
31472
31473 \begin_layout Section
31474 Chemical Symbols and Equations
31475 \begin_inset CommandInset label
31476 LatexCommand label
31477 name "subsec:Chemical-Symbols-and"
31478
31479 \end_inset
31480
31481
31482 \begin_inset Index idx
31483 status collapsed
31484
31485 \begin_layout Plain Layout
31486 Chemical characters ! Symbols
31487 \end_layout
31488
31489 \end_inset
31490
31491
31492 \begin_inset Index idx
31493 status collapsed
31494
31495 \begin_layout Plain Layout
31496 Chemical equations
31497 \end_layout
31498
31499 \end_inset
31500
31501
31502 \begin_inset Index idx
31503 status collapsed
31504
31505 \begin_layout Plain Layout
31506 Symbols ! chemical
31507 \end_layout
31508
31509 \end_inset
31510
31511
31512 \end_layout
31513
31514 \begin_layout Standard
31515 An example text from chemistry:
31516 \end_layout
31517
31518 \begin_layout Quote
31519 The 
31520 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31521 \end_inset
31522
31523 -ion reacts with two 
31524 \begin_inset Formula $\mathrm{Na^{+}}$
31525 \end_inset
31526
31527 -ions to sodium sulfate 
31528 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31529 \end_inset
31530
31531 .
31532  The chemical equation for this is:
31533 \begin_inset Formula 
31534 \begin{equation}
31535 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31536 \end{equation}
31537
31538 \end_inset
31539
31540
31541 \end_layout
31542
31543 \begin_layout Standard
31544 This chemical equation can directly be created as formula.
31545  To avoid that the symbols appear italic, everything is highlighted and
31546  changed by the shortcut 
31547 \begin_inset Info
31548 type  "shortcut"
31549 arg   "font-roman"
31550 \end_inset
31551
31552  to the upright font style.
31553 \begin_inset Foot
31554 status collapsed
31555
31556 \begin_layout Plain Layout
31557 font styles
31558 \series bold
31559  
31560 \series default
31561 see 
31562 \begin_inset CommandInset ref
31563 LatexCommand ref
31564 reference "subsec:Font-Styles"
31565
31566 \end_inset
31567
31568
31569 \end_layout
31570
31571 \end_inset
31572
31573
31574 \end_layout
31575
31576 \begin_layout Standard
31577 A more convenient way to typeset chemical formulas is to use the command
31578  
31579 \series bold
31580
31581 \backslash
31582 ce
31583 \series default
31584
31585 \begin_inset Index idx
31586 status collapsed
31587
31588 \begin_layout Plain Layout
31589 Commands ! C ! 
31590 \backslash
31591 ce
31592 \end_layout
31593
31594 \end_inset
31595
31596  that is available when the \SpecialChar LaTeX
31597 -package 
31598 \series bold
31599 mhchem
31600 \series default
31601
31602 \begin_inset Index idx
31603 status collapsed
31604
31605 \begin_layout Plain Layout
31606 Packages ! mhchem
31607 \end_layout
31608
31609 \end_inset
31610
31611  is installed.
31612  After inserting 
31613 \series bold
31614
31615 \backslash
31616 ce
31617 \series default
31618  to a formula a new blue box appears where chemical formulas can be inserted
31619  in an intuitive way.
31620 \begin_inset Separator parbreak
31621 \end_inset
31622
31623
31624 \end_layout
31625
31626 \begin_layout Standard
31627 \align center
31628 \begin_inset Tabular
31629 <lyxtabular version="3" rows="10" columns="2">
31630 <features booktabs="true" tabularvalignment="middle">
31631 <column alignment="center" valignment="top" width="0pt">
31632 <column alignment="center" valignment="top">
31633 <row>
31634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31635 \begin_inset Text
31636
31637 \begin_layout Plain Layout
31638 Command
31639 \end_layout
31640
31641 \end_inset
31642 </cell>
31643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31644 \begin_inset Text
31645
31646 \begin_layout Plain Layout
31647 Result
31648 \end_layout
31649
31650 \end_inset
31651 </cell>
31652 </row>
31653 <row>
31654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31655 \begin_inset Text
31656
31657 \begin_layout Plain Layout
31658
31659 \backslash
31660 ce
31661 \begin_inset space \textvisiblespace{}
31662 \end_inset
31663
31664 H2CO3
31665 \end_layout
31666
31667 \end_inset
31668 </cell>
31669 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31670 \begin_inset Text
31671
31672 \begin_layout Plain Layout
31673 \begin_inset Formula $\ce{H2CO3}$
31674 \end_inset
31675
31676
31677 \end_layout
31678
31679 \end_inset
31680 </cell>
31681 </row>
31682 <row topspace="1.5mm">
31683 <cell alignment="center" valignment="top" usebox="none">
31684 \begin_inset Text
31685
31686 \begin_layout Plain Layout
31687
31688 \backslash
31689 ce
31690 \begin_inset space \textvisiblespace{}
31691 \end_inset
31692
31693 SO4^2-
31694 \end_layout
31695
31696 \end_inset
31697 </cell>
31698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31699 \begin_inset Text
31700
31701 \begin_layout Plain Layout
31702 \begin_inset Formula $\ce{SO4^{2-}}$
31703 \end_inset
31704
31705
31706 \end_layout
31707
31708 \end_inset
31709 </cell>
31710 </row>
31711 <row topspace="1.5mm">
31712 <cell alignment="center" valignment="top" usebox="none">
31713 \begin_inset Text
31714
31715 \begin_layout Plain Layout
31716
31717 \backslash
31718 ce
31719 \begin_inset space \textvisiblespace{}
31720 \end_inset
31721
31722 (NH4)2S
31723 \end_layout
31724
31725 \end_inset
31726 </cell>
31727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31728 \begin_inset Text
31729
31730 \begin_layout Plain Layout
31731 \begin_inset Formula $\ce{(NH4)2S}$
31732 \end_inset
31733
31734
31735 \end_layout
31736
31737 \end_inset
31738 </cell>
31739 </row>
31740 <row topspace="1.5mm">
31741 <cell alignment="center" valignment="top" usebox="none">
31742 \begin_inset Text
31743
31744 \begin_layout Plain Layout
31745
31746 \backslash
31747 ce
31748 \begin_inset space \textvisiblespace{}
31749 \end_inset
31750
31751 KCr(SO4)2.12H2O
31752 \end_layout
31753
31754 \end_inset
31755 </cell>
31756 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31757 \begin_inset Text
31758
31759 \begin_layout Plain Layout
31760 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
31761 \end_inset
31762
31763
31764 \end_layout
31765
31766 \end_inset
31767 </cell>
31768 </row>
31769 <row topspace="1.5mm">
31770 <cell alignment="center" valignment="top" usebox="none">
31771 \begin_inset Text
31772
31773 \begin_layout Plain Layout
31774
31775 \backslash
31776 ce
31777 \begin_inset space \textvisiblespace{}
31778 \end_inset
31779
31780 A-B
31781 \backslash
31782 dbond
31783 \begin_inset space \textvisiblespace{}
31784 \end_inset
31785
31786 C
31787 \backslash
31788 tbond
31789 \begin_inset space \textvisiblespace{}
31790 \end_inset
31791
31792 D
31793 \end_layout
31794
31795 \end_inset
31796 </cell>
31797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31798 \begin_inset Text
31799
31800 \begin_layout Plain Layout
31801 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
31802 \end_inset
31803
31804
31805 \end_layout
31806
31807 \end_inset
31808 </cell>
31809 </row>
31810 <row topspace="1.5mm">
31811 <cell alignment="center" valignment="top" usebox="none">
31812 \begin_inset Text
31813
31814 \begin_layout Plain Layout
31815
31816 \backslash
31817 ce
31818 \begin_inset space \textvisiblespace{}
31819 \end_inset
31820
31821 ^227
31822 \begin_inset Formula $\downarrow$
31823 \end_inset
31824
31825 _90
31826 \begin_inset Formula $\to$
31827 \end_inset
31828
31829 Th+
31830 \end_layout
31831
31832 \end_inset
31833 </cell>
31834 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31835 \begin_inset Text
31836
31837 \begin_layout Plain Layout
31838 \begin_inset Formula $\ce{_{90}^{227}Th+}$
31839 \end_inset
31840
31841
31842 \end_layout
31843
31844 \end_inset
31845 </cell>
31846 </row>
31847 <row>
31848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31849 \begin_inset Text
31850
31851 \begin_layout Plain Layout
31852
31853 \backslash
31854 ce
31855 \begin_inset space \textvisiblespace{}
31856 \end_inset
31857
31858
31859 \backslash
31860 mu
31861 \begin_inset space \textvisiblespace{}
31862 \end_inset
31863
31864
31865 \backslash
31866 hyphen
31867 \begin_inset space \textvisiblespace{}
31868 \end_inset
31869
31870 Cl
31871 \end_layout
31872
31873 \end_inset
31874 </cell>
31875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31876 \begin_inset Text
31877
31878 \begin_layout Plain Layout
31879 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
31880 \end_inset
31881
31882
31883 \end_layout
31884
31885 \end_inset
31886 </cell>
31887 </row>
31888 <row>
31889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31890 \begin_inset Text
31891
31892 \begin_layout Plain Layout
31893
31894 \backslash
31895 ce
31896 \begin_inset space \textvisiblespace{}
31897 \end_inset
31898
31899 CO2
31900 \begin_inset space \textvisiblespace{}
31901 \end_inset
31902
31903 +
31904 \begin_inset space \textvisiblespace{}
31905 \end_inset
31906
31907 C
31908 \begin_inset space \textvisiblespace{}
31909 \end_inset
31910
31911 <=>
31912 \begin_inset space \textvisiblespace{}
31913 \end_inset
31914
31915 2CO
31916 \end_layout
31917
31918 \end_inset
31919 </cell>
31920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31921 \begin_inset Text
31922
31923 \begin_layout Plain Layout
31924 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
31925 \end_inset
31926
31927
31928 \end_layout
31929
31930 \end_inset
31931 </cell>
31932 </row>
31933 <row topspace="1.5mm">
31934 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31935 \begin_inset Text
31936
31937 \begin_layout Plain Layout
31938
31939 \backslash
31940 ce
31941 \begin_inset space \textvisiblespace{}
31942 \end_inset
31943
31944 CO2
31945 \begin_inset space \textvisiblespace{}
31946 \end_inset
31947
31948 +
31949 \begin_inset space \textvisiblespace{}
31950 \end_inset
31951
31952 C
31953 \begin_inset space \textvisiblespace{}
31954 \end_inset
31955
31956 ->[
31957 \backslash
31958 alpha][
31959 \backslash
31960 beta]
31961 \begin_inset space \textvisiblespace{}
31962 \end_inset
31963
31964 2CO}
31965 \end_layout
31966
31967 \end_inset
31968 </cell>
31969 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
31970 \begin_inset Text
31971
31972 \begin_layout Plain Layout
31973 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
31974 \end_inset
31975
31976
31977 \end_layout
31978
31979 \end_inset
31980 </cell>
31981 </row>
31982 </lyxtabular>
31983
31984 \end_inset
31985
31986
31987 \end_layout
31988
31989 \begin_layout Standard
31990 \begin_inset Note Greyedout
31991 status open
31992
31993 \begin_layout Plain Layout
31994
31995 \series bold
31996 \color none
31997 Note:
31998 \series default
31999  It is not possible in \SpecialChar LyX
32000  to use the character ^ to get an up-arrow as described
32001  in the 
32002 \series bold
32003 mhchem
32004 \series default
32005  manual.
32006  One instead uses a negative thin space followed by the command 
32007 \series bold
32008
32009 \backslash
32010 uparrow
32011 \series default
32012
32013 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32014 \end_inset
32015
32016
32017 \end_layout
32018
32019 \end_inset
32020
32021
32022 \end_layout
32023
32024 \begin_layout Standard
32025 Using 
32026 \series bold
32027
32028 \backslash
32029 ce
32030 \series default
32031  the command for equation
32032 \begin_inset space ~
32033 \end_inset
32034
32035
32036 \begin_inset CommandInset ref
32037 LatexCommand eqref
32038 reference "eq:chem-reaction"
32039
32040 \end_inset
32041
32042  is:
32043 \begin_inset Newline newline
32044 \end_inset
32045
32046
32047 \series bold
32048  
32049 \backslash
32050 ce
32051 \begin_inset space \textvisiblespace{}
32052 \end_inset
32053
32054 2Na+
32055 \begin_inset space \textvisiblespace{}
32056 \end_inset
32057
32058 +
32059 \begin_inset space \textvisiblespace{}
32060 \end_inset
32061
32062 SO4^2-
32063 \begin_inset space \textvisiblespace{}
32064 \end_inset
32065
32066
32067 \begin_inset space \textvisiblespace{}
32068 \end_inset
32069
32070 ->
32071 \begin_inset space \textvisiblespace{}
32072 \end_inset
32073
32074 Na2SO4
32075 \end_layout
32076
32077 \begin_layout Standard
32078 To create multiline chemical equations first a multiline formula is created
32079  as described in 
32080 \begin_inset CommandInset ref
32081 LatexCommand ref
32082 reference "sec:Multiline-Formulas"
32083
32084 \end_inset
32085
32086 .
32087  Afterwards the command 
32088 \series bold
32089
32090 \backslash
32091 ce
32092 \series default
32093  is used in every small blue box of the formula.
32094  
32095 \begin_inset CommandInset ref
32096 LatexCommand eqref
32097 reference "eq:TEOS-reaction-1"
32098
32099 \end_inset
32100
32101  and 
32102 \begin_inset CommandInset ref
32103 LatexCommand eqref
32104 reference "eq:TEOS-reaction-2"
32105
32106 \end_inset
32107
32108  are an example of a multi-stage chemical reaction where every equation
32109  has its own number.
32110 \begin_inset Formula 
32111 \begin{eqnarray}
32112 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32113 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32114 \end{eqnarray}
32115
32116 \end_inset
32117
32118
32119 \end_layout
32120
32121 \begin_layout Standard
32122 Besides 
32123 \series bold
32124
32125 \backslash
32126 ce
32127 \series default
32128  the 
32129 \series bold
32130 mhchem
32131 \series default
32132  package provides the command 
32133 \series bold
32134
32135 \backslash
32136 cf
32137 \series default
32138
32139 \begin_inset Index idx
32140 status collapsed
32141
32142 \begin_layout Plain Layout
32143 Commands ! C ! 
32144 \backslash
32145 cf
32146 \end_layout
32147
32148 \end_inset
32149
32150  that has to be used for special cases.
32151  For more information about 
32152 \series bold
32153
32154 \backslash
32155 cf
32156 \series default
32157  and more examples have a look at the documentation of 
32158 \series bold
32159 mhchem
32160 \series default
32161
32162 \begin_inset CommandInset citation
32163 LatexCommand cite
32164 key "mhchem"
32165
32166 \end_inset
32167
32168 .
32169 \end_layout
32170
32171 \begin_layout Section
32172 Diagrams
32173 \end_layout
32174
32175 \begin_layout Standard
32176 \SpecialChar LyX
32177  supports two types of commutative diagrams: 
32178 \series bold
32179 amscd
32180 \series default
32181  and 
32182 \series bold
32183 xymatrix
32184 \series default
32185  that are explained in the following.
32186 \end_layout
32187
32188 \begin_layout Subsection
32189 Amscd Diagrams
32190 \begin_inset Index idx
32191 status collapsed
32192
32193 \begin_layout Plain Layout
32194 Diagrams ! amscd
32195 \end_layout
32196
32197 \end_inset
32198
32199
32200 \end_layout
32201
32202 \begin_layout Standard
32203 Diagrams of this type visualize relations by vertical and horizontal lines
32204  or arrows:
32205 \begin_inset Formula 
32206 \[
32207 \begin{CD}A@>>>B@>>>C\\
32208 @AAA@.@VVV\\
32209 F@<<<E@<<<D
32210 \end{CD}
32211 \]
32212
32213 \end_inset
32214
32215
32216 \end_layout
32217
32218 \begin_layout Standard
32219 To get them, the command 
32220 \series bold
32221
32222 \backslash
32223 CD
32224 \begin_inset Index idx
32225 status collapsed
32226
32227 \begin_layout Plain Layout
32228 Commands ! C ! 
32229 \backslash
32230 CD
32231 \end_layout
32232
32233 \end_inset
32234
32235
32236 \series default
32237  is inserted to a formula.
32238  A blue box appears with two dashed lines where further commands can be
32239  inserted.
32240  With 
32241 \begin_inset Info
32242 type  "shortcut"
32243 arg   "newline-insert newline"
32244 \end_inset
32245
32246  a new line is created.
32247  Horizontal relations are inserted in odd, vertical in even formula lines.
32248 \end_layout
32249
32250 \begin_layout Standard
32251 To create the relations there are the following commands:
32252 \end_layout
32253
32254 \begin_layout Itemize
32255
32256 \series bold
32257 @<<<
32258 \series default
32259  creates a left arrow, 
32260 \series bold
32261 @>>>
32262 \series default
32263  a right arrow and 
32264 \series bold
32265 @=
32266 \series default
32267  a long equal sign
32268 \end_layout
32269
32270 \begin_layout Itemize
32271
32272 \series bold
32273 @AAA
32274 \series default
32275  creates an up arrow, 
32276 \series bold
32277 @VVV
32278 \series default
32279  a down arrow and 
32280 \series bold
32281 @|
32282 \series default
32283  a vertical equal sign
32284 \end_layout
32285
32286 \begin_layout Itemize
32287
32288 \series bold
32289 @.
32290
32291 \series default
32292  is a placeholder for non-existent relations
32293 \end_layout
32294
32295 \begin_layout Standard
32296 All arrows can be labeled as follows:
32297 \end_layout
32298
32299 \begin_layout Itemize
32300 If text inserted between the first and second < or >, resp., it is placed
32301  above the arrow.
32302  When it is inserted between the second and third one, it appears under
32303  the arrow.
32304 \end_layout
32305
32306 \begin_layout Itemize
32307 When text for vertical arrows is inserted between the first and second A
32308  or V, resp., it is placed left beside the arrow.
32309  When it is inserted between the second and third one, it appears right
32310  beside the arrow.
32311  If the text contains an A or V, these letters must be set into a \SpecialChar TeX
32312  brace.
32313 \end_layout
32314
32315 \begin_layout Standard
32316 As example a diagram with all possible relations:
32317 \end_layout
32318
32319 \begin_layout Standard
32320 \begin_inset Formula 
32321 \[
32322 \begin{CD}A@>j>>B@>>k>C@=F\\
32323 @AmAA@.@VV{V}V@|\\
32324 D@<<j<E@>k>>F@=C
32325 \end{CD}
32326 \]
32327
32328 \end_inset
32329
32330
32331 \end_layout
32332
32333 \begin_layout Standard
32334 The command for this is:
32335 \begin_inset Newline newline
32336 \end_inset
32337
32338
32339 \series bold
32340
32341 \backslash
32342 CD
32343 \begin_inset space \textvisiblespace{}
32344 \end_inset
32345
32346 A@>j>>B@>>k>C@=F Ctrl+Return
32347 \begin_inset Newline newline
32348 \end_inset
32349
32350
32351 \begin_inset Phantom HPhantom
32352 status open
32353
32354 \begin_layout Plain Layout
32355
32356 \series bold
32357
32358 \backslash
32359 CD
32360 \begin_inset space \textvisiblespace{}
32361 \end_inset
32362
32363
32364 \end_layout
32365
32366 \end_inset
32367
32368 @AmAA@.@VV
32369 \backslash
32370 {V
32371 \series default
32372
32373 \begin_inset Formula $\to$
32374 \end_inset
32375
32376
32377 \series bold
32378 V@| Ctrl+Return
32379 \begin_inset Newline newline
32380 \end_inset
32381
32382
32383 \begin_inset Phantom HPhantom
32384 status open
32385
32386 \begin_layout Plain Layout
32387
32388 \series bold
32389
32390 \backslash
32391 CD
32392 \begin_inset space \textvisiblespace{}
32393 \end_inset
32394
32395
32396 \end_layout
32397
32398 \end_inset
32399
32400 D@<<j<E@>k>>F@=C
32401 \end_layout
32402
32403 \begin_layout Subsection
32404 Xymatrix Diagrams
32405 \begin_inset Index idx
32406 status collapsed
32407
32408 \begin_layout Plain Layout
32409 Diagrams ! xymatrix
32410 \end_layout
32411
32412 \end_inset
32413
32414
32415 \end_layout
32416
32417 \begin_layout Standard
32418 To be able to use xymatrices, the \SpecialChar LaTeX
32419 -package 
32420 \series bold
32421 xypic
32422 \series default
32423  must be installed.
32424  A xymatrix is created by inserting the command 
32425 \series bold
32426
32427 \backslash
32428 xymatrix
32429 \series default
32430  in a formula.
32431  Then you are able to add new matrix columns and rows like for normal matrices,
32432  see 
32433 \begin_inset CommandInset ref
32434 LatexCommand ref
32435 reference "sec:Matrices"
32436
32437 \end_inset
32438
32439 .
32440 \end_layout
32441
32442 \begin_layout Standard
32443 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32444  and much more.
32445  All possibilities to create commutative diagrams and decorations are explained
32446  in detail in the 
32447 \emph on
32448 XY-pic manual
32449 \emph default
32450  that you find in the menu 
32451 \family sans
32452 Help\SpecialChar menuseparator
32453 Specific
32454 \begin_inset space ~
32455 \end_inset
32456
32457 Manuals
32458 \family default
32459 .
32460 \end_layout
32461
32462 \begin_layout Subsection
32463
32464 \noun on
32465 Feynman
32466 \noun default
32467  Diagrams
32468 \begin_inset Index idx
32469 status collapsed
32470
32471 \begin_layout Plain Layout
32472 Diagrams ! Feynman
32473 \end_layout
32474
32475 \end_inset
32476
32477
32478 \end_layout
32479
32480 \begin_layout Standard
32481 To be able to use 
32482 \noun on
32483 Feynman
32484 \noun default
32485 -diagrams, the \SpecialChar LaTeX
32486 -package 
32487 \series bold
32488 feyn
32489 \series default
32490  must be installed.
32491  A 
32492 \noun on
32493 Feynman
32494 \noun default
32495 -diagram is created by inserting the command 
32496 \series bold
32497
32498 \backslash
32499 Diagram
32500 \series default
32501  in a formula.
32502  Then you are able to add new matrix columns and rows like for normal matrices,
32503  see 
32504 \begin_inset CommandInset ref
32505 LatexCommand ref
32506 reference "sec:Matrices"
32507
32508 \end_inset
32509
32510 .
32511 \end_layout
32512
32513 \begin_layout Standard
32514 Examples how to create 
32515 \noun on
32516 Feynman-
32517 \noun default
32518 diagrams in \SpecialChar LyX
32519  is given in the 
32520 \emph on
32521 Feynman-diagram manual
32522 \emph default
32523  that you find in the menu 
32524 \family sans
32525 Help\SpecialChar menuseparator
32526 Specific
32527 \begin_inset space ~
32528 \end_inset
32529
32530 Manuals
32531 \family default
32532 .
32533 \end_layout
32534
32535 \begin_layout Standard
32536 \begin_inset Newpage newpage
32537 \end_inset
32538
32539
32540 \end_layout
32541
32542 \begin_layout Section
32543 User-defined Commands
32544 \begin_inset Index idx
32545 status collapsed
32546
32547 \begin_layout Plain Layout
32548 User-defined commands
32549 \end_layout
32550
32551 \end_inset
32552
32553
32554 \end_layout
32555
32556 \begin_layout Standard
32557 \begin_inset Note Greyedout
32558 status open
32559
32560 \begin_layout Plain Layout
32561
32562 \series bold
32563 Note:
32564 \series default
32565  The names of user-defined commands and macros may only consist of Latin
32566  letters.
32567 \end_layout
32568
32569 \end_inset
32570
32571
32572 \end_layout
32573
32574 \begin_layout Subsection
32575 The Command 
32576 \backslash
32577 newcommand
32578 \begin_inset CommandInset label
32579 LatexCommand label
32580 name "subsec:The-Command-newcommand"
32581
32582 \end_inset
32583
32584
32585 \begin_inset Index idx
32586 status collapsed
32587
32588 \begin_layout Plain Layout
32589 User-defined commands ! 
32590 \backslash
32591 newcommand
32592 \end_layout
32593
32594 \end_inset
32595
32596
32597 \begin_inset Index idx
32598 status collapsed
32599
32600 \begin_layout Plain Layout
32601 Commands ! N ! 
32602 \backslash
32603 newcommand
32604 \end_layout
32605
32606 \end_inset
32607
32608
32609 \end_layout
32610
32611 \begin_layout Standard
32612 Many \SpecialChar LaTeX
32613 -commands are too long to be used frequently.
32614  But it is possible to define with the command 
32615 \series bold
32616
32617 \backslash
32618 newcommand
32619 \series default
32620  new shorter commands.
32621 \end_layout
32622
32623 \begin_layout Standard
32624 The command scheme of 
32625 \series bold
32626
32627 \backslash
32628 newcommand
32629 \series default
32630  is:
32631 \end_layout
32632
32633 \begin_layout Standard
32634
32635 \series bold
32636
32637 \backslash
32638 newcommand{new command name}[number of arguments][optional
32639 \series default
32640  
32641 \series bold
32642 value]
32643 \begin_inset Newline newline
32644 \end_inset
32645
32646
32647 \begin_inset Phantom HPhantom
32648 status open
32649
32650 \begin_layout Plain Layout
32651
32652 \series bold
32653
32654 \backslash
32655 newcommand
32656 \end_layout
32657
32658 \end_inset
32659
32660 {command definition}
32661 \end_layout
32662
32663 \begin_layout Standard
32664 \begin_inset Note Greyedout
32665 status open
32666
32667 \begin_layout Plain Layout
32668
32669 \series bold
32670 Note:
32671 \series default
32672  Assure that the name of the new command is not already used in your document
32673  or by \SpecialChar LaTeX
32674 -packages that you use.
32675  When you for example define the command 
32676 \series bold
32677
32678 \backslash
32679 le
32680 \series default
32681  for 
32682 \series bold
32683
32684 \backslash
32685 Leftarrow
32686 \series default
32687 , you get an error message because 
32688 \series bold
32689
32690 \backslash
32691 le
32692 \series default
32693  is already defined as command for 
32694 \begin_inset Quotes eld
32695 \end_inset
32696
32697
32698 \begin_inset Formula $\le$
32699 \end_inset
32700
32701
32702 \begin_inset Quotes erd
32703 \end_inset
32704
32705 .
32706 \end_layout
32707
32708 \end_inset
32709
32710
32711 \end_layout
32712
32713 \begin_layout Standard
32714 The number of arguments is an integer in the range 0
32715 \begin_inset space \thinspace{}
32716 \end_inset
32717
32718 -
32719 \begin_inset space \thinspace{}
32720 \end_inset
32721
32722 9 and specifies how many arguments the new command should have.
32723  With the optional value a value for an optional argument can be predefined.
32724  When this is done, the 
32725 \emph on
32726 first
32727 \emph default
32728  
32729 \emph on
32730 a
32731 \emph default
32732 rgument of the new command is automatically an optional one.
32733 \end_layout
32734
32735 \begin_layout Standard
32736 Here are some examples:
32737 \end_layout
32738
32739 \begin_layout Itemize
32740 To define the command 
32741 \series bold
32742
32743 \backslash
32744 gr
32745 \series default
32746  for 
32747 \series bold
32748
32749 \backslash
32750 Longrightarrow
32751 \series default
32752 , the \SpecialChar LaTeX
32753 -preamble line is:
32754 \begin_inset VSpace medskip
32755 \end_inset
32756
32757
32758 \begin_inset Newline newline
32759 \end_inset
32760
32761
32762 \series bold
32763
32764 \backslash
32765 newcommand{
32766 \backslash
32767 gr}{
32768 \backslash
32769 Longrightarrow}
32770 \end_layout
32771
32772 \begin_layout Itemize
32773 To define the command 
32774 \series bold
32775
32776 \backslash
32777 us
32778 \series default
32779  for 
32780 \series bold
32781
32782 \backslash
32783 underline
32784 \series default
32785 , the argument (that should be underlined) must be taken into account.
32786  For this the preamble line is:
32787 \begin_inset VSpace medskip
32788 \end_inset
32789
32790
32791 \begin_inset Newline newline
32792 \end_inset
32793
32794
32795 \series bold
32796
32797 \backslash
32798 newcommand{
32799 \backslash
32800 us}[1]{
32801 \backslash
32802 underline{#1}}
32803 \series default
32804
32805 \begin_inset VSpace medskip
32806 \end_inset
32807
32808
32809 \begin_inset Newline newline
32810 \end_inset
32811
32812 The character 
32813 \series bold
32814 #
32815 \series default
32816  acts as argument placeholder, the 
32817 \series bold
32818 1
32819 \series default
32820  behind it denotes that it is the placeholder for the first argument.
32821 \end_layout
32822
32823 \begin_layout Itemize
32824 For 
32825 \series bold
32826
32827 \backslash
32828 framebox
32829 \series default
32830  one can e.
32831 \begin_inset space \thinspace{}
32832 \end_inset
32833
32834 g.
32835 \begin_inset space \space{}
32836 \end_inset
32837
32838 define the command 
32839 \series bold
32840
32841 \backslash
32842 fb
32843 \series default
32844 :
32845 \begin_inset VSpace medskip
32846 \end_inset
32847
32848
32849 \begin_inset Newline newline
32850 \end_inset
32851
32852
32853 \series bold
32854
32855 \backslash
32856 newcommand{
32857 \backslash
32858 fb}[3]{
32859 \backslash
32860 framebox#1#2{$#3$}}
32861 \series default
32862
32863 \begin_inset VSpace medskip
32864 \end_inset
32865
32866
32867 \begin_inset Newline newline
32868 \end_inset
32869
32870 The two Dollar signs creates the extra formula needed for 
32871 \series bold
32872
32873 \backslash
32874 framebox
32875 \series default
32876 , see 
32877 \begin_inset CommandInset ref
32878 LatexCommand ref
32879 reference "subsec:Boxes-with-Frame"
32880
32881 \end_inset
32882
32883 .
32884 \end_layout
32885
32886 \begin_layout Itemize
32887 To create a new command for 
32888 \series bold
32889
32890 \backslash
32891 fcolorbox
32892 \series default
32893  where the color for the box need not be specified, the argument for the
32894  color is defined optional:
32895 \begin_inset VSpace medskip
32896 \end_inset
32897
32898
32899 \begin_inset Newline newline
32900 \end_inset
32901
32902
32903 \series bold
32904
32905 \backslash
32906 newcommand{
32907 \backslash
32908 cb}[3][white]{
32909 \backslash
32910 fcolorbox{#2}{#1}{$#3$}}
32911 \series default
32912
32913 \begin_inset VSpace medskip
32914 \end_inset
32915
32916
32917 \begin_inset Newline newline
32918 \end_inset
32919
32920 When the color is not specified when using 
32921 \series bold
32922
32923 \backslash
32924 cb
32925 \series default
32926 , the predefined color 
32927 \series bold
32928 white
32929 \series default
32930  will be used.
32931 \end_layout
32932
32933 \begin_layout Standard
32934 A test of the new defined commands:
32935 \begin_inset Separator parbreak
32936 \end_inset
32937
32938
32939 \end_layout
32940
32941 \begin_layout Standard
32942 \align center
32943 \begin_inset Tabular
32944 <lyxtabular version="3" rows="6" columns="2">
32945 <features booktabs="true" tabularvalignment="middle">
32946 <column alignment="center" valignment="top" width="0pt">
32947 <column alignment="center" valignment="top">
32948 <row>
32949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32950 \begin_inset Text
32951
32952 \begin_layout Plain Layout
32953 Command
32954 \end_layout
32955
32956 \end_inset
32957 </cell>
32958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32959 \begin_inset Text
32960
32961 \begin_layout Plain Layout
32962 Result
32963 \end_layout
32964
32965 \end_inset
32966 </cell>
32967 </row>
32968 <row>
32969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32970 \begin_inset Text
32971
32972 \begin_layout Plain Layout
32973 A
32974 \backslash
32975 gr
32976 \begin_inset space \textvisiblespace{}
32977 \end_inset
32978
32979 B
32980 \end_layout
32981
32982 \end_inset
32983 </cell>
32984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32985 \begin_inset Text
32986
32987 \begin_layout Plain Layout
32988 \begin_inset Formula $A\gr B$
32989 \end_inset
32990
32991
32992 \end_layout
32993
32994 \end_inset
32995 </cell>
32996 </row>
32997 <row>
32998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32999 \begin_inset Text
33000
33001 \begin_layout Plain Layout
33002
33003 \backslash
33004 us{ABcd
33005 \end_layout
33006
33007 \end_inset
33008 </cell>
33009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33010 \begin_inset Text
33011
33012 \begin_layout Plain Layout
33013 \begin_inset Formula $\us{ABcd}$
33014 \end_inset
33015
33016
33017 \end_layout
33018
33019 \end_inset
33020 </cell>
33021 </row>
33022 <row topspace="1mm">
33023 <cell alignment="center" valignment="top" usebox="none">
33024 \begin_inset Text
33025
33026 \begin_layout Plain Layout
33027
33028 \backslash
33029 fb{[2cm]
33030 \begin_inset Formula $\to$
33031 \end_inset
33032
33033
33034 \backslash
33035 {
33036 \begin_inset Formula $\to$
33037 \end_inset
33038
33039
33040 \backslash
33041 {
33042 \backslash
33043 int
33044 \begin_inset space \textvisiblespace{}
33045 \end_inset
33046
33047 A=B
33048 \end_layout
33049
33050 \end_inset
33051 </cell>
33052 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33053 \begin_inset Text
33054
33055 \begin_layout Plain Layout
33056 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
33057 \end_inset
33058
33059
33060 \end_layout
33061
33062 \end_inset
33063 </cell>
33064 </row>
33065 <row topspace="1.5mm">
33066 <cell alignment="center" valignment="top" usebox="none">
33067 \begin_inset Text
33068
33069 \begin_layout Plain Layout
33070
33071 \backslash
33072 cb{red
33073 \begin_inset Formula $\to$
33074 \end_inset
33075
33076
33077 \backslash
33078 {
33079 \backslash
33080 int
33081 \begin_inset space \textvisiblespace{}
33082 \end_inset
33083
33084 A=B
33085 \end_layout
33086
33087 \end_inset
33088 </cell>
33089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33090 \begin_inset Text
33091
33092 \begin_layout Plain Layout
33093 \begin_inset Formula $\cb{red}{\int A=B}$
33094 \end_inset
33095
33096
33097 \end_layout
33098
33099 \end_inset
33100 </cell>
33101 </row>
33102 <row topspace="1.5mm" bottomspace="1mm">
33103 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33104 \begin_inset Text
33105
33106 \begin_layout Plain Layout
33107
33108 \backslash
33109 cb[green]
33110 \backslash
33111 {red
33112 \begin_inset Formula $\to$
33113 \end_inset
33114
33115
33116 \backslash
33117 {
33118 \backslash
33119 int
33120 \begin_inset space \textvisiblespace{}
33121 \end_inset
33122
33123 A=B
33124 \end_layout
33125
33126 \end_inset
33127 </cell>
33128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
33129 \begin_inset Text
33130
33131 \begin_layout Plain Layout
33132 \begin_inset Formula $\cb[green]{red}{\int A=B}$
33133 \end_inset
33134
33135
33136 \end_layout
33137
33138 \end_inset
33139 </cell>
33140 </row>
33141 </lyxtabular>
33142
33143 \end_inset
33144
33145
33146 \end_layout
33147
33148 \begin_layout Subsection
33149 Math Macros
33150 \begin_inset Index idx
33151 status collapsed
33152
33153 \begin_layout Plain Layout
33154 User-defined commands! Math macros
33155 \end_layout
33156
33157 \end_inset
33158
33159
33160 \begin_inset Index idx
33161 status collapsed
33162
33163 \begin_layout Plain Layout
33164 Macros
33165 \end_layout
33166
33167 \end_inset
33168
33169
33170 \end_layout
33171
33172 \begin_layout Standard
33173 User-defined commands are especially convenient for complex expressions.
33174  When you are for example dealing with a document that has quadratic equations,
33175  the same solution type occurs several times.
33176  The general form of a quadratic equation is
33177 \begin_inset Formula 
33178 \[
33179 0=\lambda^{2}+p\lambda+q
33180 \]
33181
33182 \end_inset
33183
33184 The general form of the solution is
33185 \begin_inset Formula 
33186 \[
33187 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33188 \]
33189
33190 \end_inset
33191
33192
33193 \end_layout
33194
33195 \begin_layout Standard
33196 To define a command for the solution formula where only the three parameters
33197  
33198 \begin_inset Formula $\lambda$
33199 \end_inset
33200
33201
33202 \begin_inset Formula $p$
33203 \end_inset
33204
33205  and 
33206 \begin_inset Formula $q$
33207 \end_inset
33208
33209  need to be specified and the index of 
33210 \begin_inset Formula $\lambda$
33211 \end_inset
33212
33213  can be given optionally, the \SpecialChar LaTeX
33214 -preamble line is
33215 \begin_inset Newline newline
33216 \end_inset
33217
33218
33219 \series bold
33220
33221 \backslash
33222 newcommand{
33223 \backslash
33224 qG}[4][1,
33225 \backslash
33226 ,2]{#2_{#1}=-
33227 \backslash
33228 frac{#3}{2}
33229 \backslash
33230 pm
33231 \begin_inset Newline newline
33232 \end_inset
33233
33234
33235 \begin_inset Phantom HPhantom
33236 status open
33237
33238 \begin_layout Plain Layout
33239
33240 \series bold
33241
33242 \backslash
33243 newcommand
33244 \end_layout
33245
33246 \end_inset
33247
33248
33249 \backslash
33250 sqrt{
33251 \backslash
33252 frac{#3^{2}}{4}-#4}}
33253 \end_layout
33254
33255 \begin_layout Standard
33256 To create with this the solution formula, the command
33257 \begin_inset Newline newline
33258 \end_inset
33259
33260
33261 \series bold
33262
33263 \backslash
33264 qG{
33265 \backslash
33266 lambda
33267 \begin_inset Formula $\to$
33268 \end_inset
33269
33270
33271 \backslash
33272 {p
33273 \begin_inset Formula $\to$
33274 \end_inset
33275
33276
33277 \backslash
33278 {q
33279 \series default
33280  is inserted to a formula
33281 \series bold
33282 .
33283 \end_layout
33284
33285 \begin_layout Standard
33286 The definition of the new command is unintuitive because one has to know
33287  the schemes of all used \SpecialChar LaTeX
33288  commands, e.
33289 \begin_inset space \thinspace{}
33290 \end_inset
33291
33292 g.
33293 \begin_inset space \space{}
33294 \end_inset
33295
33296 that a fraction is inserted in \SpecialChar LaTeX
33297  as 
33298 \series bold
33299
33300 \backslash
33301 frac{numerator}{denominator}
33302 \series default
33303 .
33304  Furthermore one can easily forget a brace in the definition and cannot
33305  see in \SpecialChar LyX
33306  what the new command is doing.
33307  To avoid these problems \SpecialChar LyX
33308  offers the possibility to use math macros instead
33309  of the command 
33310 \series bold
33311
33312 \backslash
33313 newcommand
33314 \series default
33315 .
33316 \end_layout
33317
33318 \begin_layout Standard
33319 A math macro is created by using the menu 
33320 \family sans
33321 Insert\SpecialChar menuseparator
33322 Math\SpecialChar menuseparator
33323 Macro
33324 \family default
33325  or the toolbar button 
33326 \begin_inset Info
33327 type  "icon"
33328 arg   "math-macro newmacroname_newcommand"
33329 \end_inset
33330
33331 .
33332  The math macro toolbar appears together with the following box where the
33333  macro is defined:
33334 \begin_inset Newline newline
33335 \end_inset
33336
33337
33338 \begin_inset space \hspace*{\fill}
33339 \end_inset
33340
33341
33342 \begin_inset Graphics
33343         filename clipart/macrobox.png
33344         scale 75
33345
33346 \end_inset
33347
33348
33349 \begin_inset space \hspace*{\fill}
33350 \end_inset
33351
33352
33353 \begin_inset Newline newline
33354 \end_inset
33355
33356
33357 \begin_inset FormulaMacro
33358 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33359 \end_inset
33360
33361
33362 \backslash
33363 newmacroname is the default name of the macro that should be changed to
33364  something sensible.
33365  The wanted formula is inserted in the first blue box.
33366  An argument placeholder is inserted with the command 
33367 \series bold
33368
33369 \backslash
33370 #argumentnumber
33371 \series default
33372 , e.
33373 \begin_inset space \thinspace{}
33374 \end_inset
33375
33376 g
33377 \begin_inset space \space{}
33378 \end_inset
33379
33380
33381 \series bold
33382
33383 \backslash
33384 #1
33385 \series default
33386  or by using the macro toolbar button 
33387 \begin_inset Info
33388 type  "icon"
33389 arg   "math-macro-add-param"
33390 \end_inset
33391
33392 .
33393  Argument placeholders are displayed red.
33394  A maximum of 9
33395 \begin_inset space ~
33396 \end_inset
33397
33398 arguments are possible.
33399  Optional arguments are created with the toolbar button 
33400 \begin_inset Info
33401 type  "icon"
33402 arg   "math-macro-add-optional-param"
33403 \end_inset
33404
33405 .
33406  The first non-optional argument can be transformed to an optional one with
33407  the toolbar button 
33408 \begin_inset Info
33409 type  "icon"
33410 arg   "math-macro-make-optional"
33411 \end_inset
33412
33413 .
33414  In the second blue box the appearance of the macro in \SpecialChar LyX
33415  can be defined.
33416  Normally you want to see it as it is defined, so the box is kept empty.
33417  But when you have created a macro that needs lot of space on the screen,
33418  you can insert in the box for example
33419 \begin_inset Newline newline
33420 \end_inset
33421
33422
33423 \series bold
33424 qG: 
33425 \backslash
33426 #1
33427 \series default
33428  
33429 \series bold
33430 ,
33431 \series default
33432  
33433 \series bold
33434
33435 \backslash
33436 #2
33437 \series default
33438  
33439 \series bold
33440 ,
33441 \series default
33442  
33443 \series bold
33444
33445 \backslash
33446 #3, 
33447 \backslash
33448 #4
33449 \begin_inset Newline newline
33450 \end_inset
33451
33452
33453 \series default
33454 For the macro only the arguments with the macro name in front of them will
33455  then be displayed in \SpecialChar LyX
33456 , leading to a better overview.
33457  The formula appears in the output as defined in the first box.
33458 \begin_inset Newline newline
33459 \end_inset
33460
33461 The appearance of macros in formulas can furthermore be changed for single
33462  macros by setting the cursor in the macro and using the menu 
33463 \family sans
33464 View\SpecialChar menuseparator
33465 (Un)fold
33466 \begin_inset space ~
33467 \end_inset
33468
33469 Math
33470 \begin_inset space ~
33471 \end_inset
33472
33473 Macro
33474 \family default
33475 .
33476 \end_layout
33477
33478 \begin_layout Standard
33479 To use a macro, the macro name is inserted as command to a formula, in our
33480  case 
33481 \series bold
33482
33483 \backslash
33484 qG
33485 \series default
33486 .
33487  Our macro looks in \SpecialChar LyX
33488  like this:
33489 \begin_inset Newline newline
33490 \end_inset
33491
33492
33493 \begin_inset space \hspace*{\fill}
33494 \end_inset
33495
33496
33497 \begin_inset Graphics
33498         filename clipart/macrouse.png
33499         scale 75
33500
33501 \end_inset
33502
33503
33504 \begin_inset space \hspace*{\fill}
33505 \end_inset
33506
33507
33508 \begin_inset Newline newline
33509 \end_inset
33510
33511 Here is our macro example with the arguments 
33512 \begin_inset Formula $x$
33513 \end_inset
33514
33515
33516 \begin_inset Formula $\ln(x)$
33517 \end_inset
33518
33519  and 
33520 \begin_inset Formula $B$
33521 \end_inset
33522
33523 :
33524 \end_layout
33525
33526 \begin_layout Standard
33527 \begin_inset Formula 
33528 \[
33529 \qG x{\ln(x)}B
33530 \]
33531
33532 \end_inset
33533
33534
33535 \end_layout
33536
33537 \begin_layout Standard
33538 \SpecialChar LyX
33539  offers in the menu 
33540 \family sans
33541 Tools\SpecialChar menuseparator
33542 Preferences\SpecialChar menuseparator
33543 Editing\SpecialChar menuseparator
33544 Control
33545 \family default
33546  different styles to edit macros.
33547  To find the style that suits you the most, choose a style and set the cursor
33548  in a macro formula to see the difference.
33549 \end_layout
33550
33551 \begin_layout Standard
33552 A math macro is transformed internally to a 
33553 \series bold
33554
33555 \backslash
33556 newcommand
33557 \series default
33558  command when exporting the document.
33559  The created 
33560 \series bold
33561
33562 \backslash
33563 newcommand
33564 \series default
33565  command is not placed in the \SpecialChar LaTeX
33566 -preamble, therefore macros can only be used
33567  in formulas that are in the document below the macro definition box.
33568 \end_layout
33569
33570 \begin_layout Standard
33571 Math macros can also be directly created from a 
33572 \series bold
33573
33574 \backslash
33575 newcommand
33576 \series default
33577  command.
33578  When writing for example the command
33579 \series bold
33580
33581 \begin_inset Newline newline
33582 \end_inset
33583
33584
33585 \backslash
33586 newcommand{
33587 \backslash
33588 larrow}[2]{
33589 \backslash
33590 xleftarrow[#2]{#1}}
33591 \begin_inset Newline newline
33592 \end_inset
33593
33594
33595 \series default
33596 in \SpecialChar LyX
33597  as normal text, highlighting it completely and using then the shortcut
33598  
33599 \family sans
33600 Ctrl+M
33601 \family default
33602 , the command will be transformed to a math macro.
33603  Using this method you need to be careful that the 
33604 \series bold
33605
33606 \backslash
33607 newcommand
33608 \series default
33609  command is typed correctly, otherwise you get a faulty macro leading to
33610  \SpecialChar LaTeX
33611  errors.
33612 \end_layout
33613
33614 \begin_layout Standard
33615 Math macros currently have the problem that further formulas in macro definition
33616 s are handled wrongly.
33617  Therefore the example 
33618 \series bold
33619
33620 \backslash
33621 fb
33622 \series default
33623  from 
33624 \begin_inset CommandInset ref
33625 LatexCommand ref
33626 reference "subsec:The-Command-newcommand"
33627
33628 \end_inset
33629
33630  cannot be created as macro.
33631 \end_layout
33632
33633 \begin_layout Standard
33634 When the cursor is in a macro definition box, you will see the macro toolbar
33635  in \SpecialChar LyX
33636 :
33637 \end_layout
33638
33639 \begin_layout Standard
33640 \begin_inset VSpace defskip
33641 \end_inset
33642
33643
33644 \end_layout
33645
33646 \begin_layout Standard
33647 \begin_inset Graphics
33648         filename clipart/MacroToolbar.png
33649
33650 \end_inset
33651
33652
33653 \begin_inset Index idx
33654 status collapsed
33655
33656 \begin_layout Plain Layout
33657 Macros ! Toolbar
33658 \end_layout
33659
33660 \end_inset
33661
33662
33663 \end_layout
33664
33665 \begin_layout Standard
33666 \begin_inset VSpace defskip
33667 \end_inset
33668
33669
33670 \end_layout
33671
33672 \begin_layout Standard
33673 The macro toolbar contains from left to right the following buttons:
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 \begin_inset Tabular
33685 <lyxtabular version="3" rows="9" columns="2">
33686 <features islongtable="true" longtabularalignment="center">
33687 <column alignment="left" valignment="top">
33688 <column alignment="left" valignment="top" width="85col%">
33689 <row interlinespace="2.5mm">
33690 <cell alignment="center" valignment="top" usebox="none">
33691 \begin_inset Text
33692
33693 \begin_layout Plain Layout
33694 \begin_inset Info
33695 type  "icon"
33696 arg   "math-macro-remove-param"
33697 \end_inset
33698
33699
33700 \end_layout
33701
33702 \end_inset
33703 </cell>
33704 <cell alignment="center" valignment="top" usebox="none">
33705 \begin_inset Text
33706
33707 \begin_layout Plain Layout
33708
33709 \family sans
33710 Edit\SpecialChar menuseparator
33711 Math\SpecialChar menuseparator
33712 Macro
33713 \begin_inset space ~
33714 \end_inset
33715
33716 Definition\SpecialChar menuseparator
33717 Remove Last Argument
33718 \end_layout
33719
33720 \end_inset
33721 </cell>
33722 </row>
33723 <row interlinespace="2.5mm">
33724 <cell alignment="center" valignment="top" usebox="none">
33725 \begin_inset Text
33726
33727 \begin_layout Plain Layout
33728 \begin_inset Info
33729 type  "icon"
33730 arg   "math-macro-add-param"
33731 \end_inset
33732
33733
33734 \end_layout
33735
33736 \end_inset
33737 </cell>
33738 <cell alignment="center" valignment="top" usebox="none">
33739 \begin_inset Text
33740
33741 \begin_layout Plain Layout
33742
33743 \family sans
33744 Edit\SpecialChar menuseparator
33745 Math\SpecialChar menuseparator
33746 Macro
33747 \begin_inset space ~
33748 \end_inset
33749
33750 Definition\SpecialChar menuseparator
33751 Append Argument
33752 \end_layout
33753
33754 \end_inset
33755 </cell>
33756 </row>
33757 <row interlinespace="2.5mm">
33758 <cell alignment="center" valignment="top" usebox="none">
33759 \begin_inset Text
33760
33761 \begin_layout Plain Layout
33762 \begin_inset Info
33763 type  "icon"
33764 arg   "math-macro-make-optional"
33765 \end_inset
33766
33767
33768 \end_layout
33769
33770 \end_inset
33771 </cell>
33772 <cell alignment="center" valignment="top" usebox="none">
33773 \begin_inset Text
33774
33775 \begin_layout Plain Layout
33776
33777 \family sans
33778 Edit\SpecialChar menuseparator
33779 Math\SpecialChar menuseparator
33780 Macro
33781 \begin_inset space ~
33782 \end_inset
33783
33784 Definition\SpecialChar menuseparator
33785 Transform First Non-Optional to
33786 \begin_inset Newline newline
33787 \end_inset
33788
33789
33790 \begin_inset Phantom HPhantom
33791 status open
33792
33793 \begin_layout Plain Layout
33794
33795 \family sans
33796 Edit\SpecialChar menuseparator
33797 Math\SpecialChar menuseparator
33798 Macro
33799 \begin_inset space ~
33800 \end_inset
33801
33802 Definition\SpecialChar menuseparator
33803
33804 \end_layout
33805
33806 \end_inset
33807
33808 Optional Argument
33809 \end_layout
33810
33811 \end_inset
33812 </cell>
33813 </row>
33814 <row interlinespace="2.5mm">
33815 <cell alignment="center" valignment="top" usebox="none">
33816 \begin_inset Text
33817
33818 \begin_layout Plain Layout
33819 \begin_inset Info
33820 type  "icon"
33821 arg   "math-macro-make-nonoptional"
33822 \end_inset
33823
33824
33825 \end_layout
33826
33827 \end_inset
33828 </cell>
33829 <cell alignment="center" valignment="top" usebox="none">
33830 \begin_inset Text
33831
33832 \begin_layout Plain Layout
33833
33834 \family sans
33835 Edit\SpecialChar menuseparator
33836 Math\SpecialChar menuseparator
33837 Macro
33838 \begin_inset space ~
33839 \end_inset
33840
33841 Definition\SpecialChar menuseparator
33842 Transform Last Optional to
33843 \begin_inset Newline newline
33844 \end_inset
33845
33846
33847 \begin_inset Phantom HPhantom
33848 status open
33849
33850 \begin_layout Plain Layout
33851
33852 \family sans
33853 Edit\SpecialChar menuseparator
33854 Math\SpecialChar menuseparator
33855 Macro
33856 \begin_inset space ~
33857 \end_inset
33858
33859 Definition\SpecialChar menuseparator
33860
33861 \end_layout
33862
33863 \end_inset
33864
33865 Non-Optional Argument
33866 \end_layout
33867
33868 \end_inset
33869 </cell>
33870 </row>
33871 <row interlinespace="2.5mm">
33872 <cell alignment="center" valignment="top" usebox="none">
33873 \begin_inset Text
33874
33875 \begin_layout Plain Layout
33876 \begin_inset Info
33877 type  "icon"
33878 arg   "math-macro-remove-optional-param"
33879 \end_inset
33880
33881
33882 \end_layout
33883
33884 \end_inset
33885 </cell>
33886 <cell alignment="center" valignment="top" usebox="none">
33887 \begin_inset Text
33888
33889 \begin_layout Plain Layout
33890
33891 \family sans
33892 Edit\SpecialChar menuseparator
33893 Math\SpecialChar menuseparator
33894 Macro
33895 \begin_inset space ~
33896 \end_inset
33897
33898 Definition\SpecialChar menuseparator
33899 Remove Optional Argument
33900 \end_layout
33901
33902 \end_inset
33903 </cell>
33904 </row>
33905 <row interlinespace="2.5mm">
33906 <cell alignment="center" valignment="top" usebox="none">
33907 \begin_inset Text
33908
33909 \begin_layout Plain Layout
33910 \begin_inset Info
33911 type  "icon"
33912 arg   "math-macro-add-optional-param"
33913 \end_inset
33914
33915
33916 \end_layout
33917
33918 \end_inset
33919 </cell>
33920 <cell alignment="center" valignment="top" usebox="none">
33921 \begin_inset Text
33922
33923 \begin_layout Plain Layout
33924
33925 \family sans
33926 Edit\SpecialChar menuseparator
33927 Math\SpecialChar menuseparator
33928 Macro
33929 \begin_inset space ~
33930 \end_inset
33931
33932 Definition\SpecialChar menuseparator
33933 Insert Optional Argument
33934 \end_layout
33935
33936 \end_inset
33937 </cell>
33938 </row>
33939 <row interlinespace="2.5mm">
33940 <cell alignment="center" valignment="top" usebox="none">
33941 \begin_inset Text
33942
33943 \begin_layout Plain Layout
33944 \begin_inset Info
33945 type  "icon"
33946 arg   "math-macro-remove-greedy-param"
33947 \end_inset
33948
33949
33950 \end_layout
33951
33952 \end_inset
33953 </cell>
33954 <cell alignment="center" valignment="top" usebox="none">
33955 \begin_inset Text
33956
33957 \begin_layout Plain Layout
33958
33959 \family sans
33960 Edit\SpecialChar menuseparator
33961 Math\SpecialChar menuseparator
33962 Macro
33963 \begin_inset space ~
33964 \end_inset
33965
33966 Definition\SpecialChar menuseparator
33967 Remove Last Argument
33968 \begin_inset Newline newline
33969 \end_inset
33970
33971
33972 \begin_inset Phantom HPhantom
33973 status open
33974
33975 \begin_layout Plain Layout
33976
33977 \family sans
33978 Edit\SpecialChar menuseparator
33979 Math\SpecialChar menuseparator
33980 Macro
33981 \begin_inset space ~
33982 \end_inset
33983
33984 Definition\SpecialChar menuseparator
33985
33986 \end_layout
33987
33988 \end_inset
33989
33990 Spitting Out To The Right
33991 \end_layout
33992
33993 \end_inset
33994 </cell>
33995 </row>
33996 <row interlinespace="2.5mm">
33997 <cell alignment="center" valignment="top" usebox="none">
33998 \begin_inset Text
33999
34000 \begin_layout Plain Layout
34001 \begin_inset Info
34002 type  "icon"
34003 arg   "math-macro-append-greedy-param"
34004 \end_inset
34005
34006
34007 \end_layout
34008
34009 \end_inset
34010 </cell>
34011 <cell alignment="center" valignment="top" usebox="none">
34012 \begin_inset Text
34013
34014 \begin_layout Plain Layout
34015
34016 \family sans
34017 Edit\SpecialChar menuseparator
34018 Math\SpecialChar menuseparator
34019 Macro
34020 \begin_inset space ~
34021 \end_inset
34022
34023 Definition\SpecialChar menuseparator
34024 Append Argument
34025 \begin_inset Newline newline
34026 \end_inset
34027
34028
34029 \begin_inset Phantom HPhantom
34030 status open
34031
34032 \begin_layout Plain Layout
34033
34034 \family sans
34035 Edit\SpecialChar menuseparator
34036 Math\SpecialChar menuseparator
34037 Macro
34038 \begin_inset space ~
34039 \end_inset
34040
34041 Definition\SpecialChar menuseparator
34042
34043 \end_layout
34044
34045 \end_inset
34046
34047 Eating From The Right
34048 \end_layout
34049
34050 \end_inset
34051 </cell>
34052 </row>
34053 <row interlinespace="2.5mm">
34054 <cell alignment="center" valignment="top" usebox="none">
34055 \begin_inset Text
34056
34057 \begin_layout Plain Layout
34058 \begin_inset Info
34059 type  "icon"
34060 arg   "math-macro-add-greedy-optional-param"
34061 \end_inset
34062
34063
34064 \end_layout
34065
34066 \end_inset
34067 </cell>
34068 <cell alignment="center" valignment="top" usebox="none">
34069 \begin_inset Text
34070
34071 \begin_layout Plain Layout
34072
34073 \family sans
34074 Edit\SpecialChar menuseparator
34075 Math\SpecialChar menuseparator
34076 Macro
34077 \begin_inset space ~
34078 \end_inset
34079
34080 Definition\SpecialChar menuseparator
34081 Append Optional Argument
34082 \begin_inset Newline newline
34083 \end_inset
34084
34085
34086 \begin_inset Phantom HPhantom
34087 status open
34088
34089 \begin_layout Plain Layout
34090
34091 \family sans
34092 Edit\SpecialChar menuseparator
34093 Math\SpecialChar menuseparator
34094 Macro
34095 \begin_inset space ~
34096 \end_inset
34097
34098 Definition\SpecialChar menuseparator
34099
34100 \end_layout
34101
34102 \end_inset
34103
34104 Eating From The Right
34105 \end_layout
34106
34107 \end_inset
34108 </cell>
34109 </row>
34110 </lyxtabular>
34111
34112 \end_inset
34113
34114
34115 \end_layout
34116
34117 \begin_layout Section
34118 Computer Algebra Systems
34119 \end_layout
34120
34121 \begin_layout Standard
34122 \SpecialChar LyX
34123  offers the exchange between mathematical expressions written in \SpecialChar LyX
34124 's math
34125  editor and external applications or user defined scripts.
34126  Currently supported applications are 
34127 \family sans
34128 Maple
34129 \family default
34130
34131 \family sans
34132 Mathematica
34133 \family default
34134
34135 \family sans
34136 Maxima
34137 \family default
34138  and 
34139 \family sans
34140 Octave
34141 \family default
34142 .
34143  Note that the set of supported mathematical constructs is limited only
34144  to very simple cases.
34145 \end_layout
34146
34147 \begin_layout Subsection
34148 Usage
34149 \end_layout
34150
34151 \begin_layout Standard
34152 Write some expression in a formula, go to the 
34153 \family sans
34154 Edit\SpecialChar menuseparator
34155 Math\SpecialChar menuseparator
34156 Use Computer Algebra System
34157 \family default
34158  menu and choose the application you have installed on the computer.
34159  After that the result of computation should show on the right side of the
34160  expression together with the 
34161 \begin_inset Quotes eld
34162 \end_inset
34163
34164 =
34165 \begin_inset Quotes erd
34166 \end_inset
34167
34168  operator.
34169 \end_layout
34170
34171 \begin_layout Standard
34172 Here are few simple examples (with results from 
34173 \family typewriter
34174 Maxima
34175 \family default
34176 ) to show what kind of computations can be performed:
34177 \end_layout
34178
34179 \begin_layout Itemize
34180 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34181 \end_inset
34182
34183
34184 \end_layout
34185
34186 \begin_layout Itemize
34187 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34188 \end_inset
34189
34190
34191 \end_layout
34192
34193 \begin_layout Itemize
34194 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34195 \end_inset
34196
34197
34198 \end_layout
34199
34200 \begin_layout Itemize
34201 \begin_inset Formula $\det\left[\begin{array}{ccc}
34202 1 & 6 & 7\\
34203 2 & 5 & 8\\
34204 3 & 4 & 17
34205 \end{array}\right]=-56$
34206 \end_inset
34207
34208
34209 \end_layout
34210
34211 \begin_layout Itemize
34212 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34213 \end_inset
34214
34215
34216 \end_layout
34217
34218 \begin_layout Subsection
34219 Keyboard shortcut
34220 \end_layout
34221
34222 \begin_layout Standard
34223 Currently there is no keyboard shortcut for calling the algebra applications.
34224  One can easily bind a shortcut to the 
34225 \family sans
34226 math-extern
34227 \family default
34228  \SpecialChar LyX
34229  function (see the 
34230 \family sans
34231 \emph on
34232 \SpecialChar LyX
34233  Functions
34234 \family default
34235 \emph default
34236  manual).
34237  One could e.
34238 \begin_inset space \thinspace{}
34239 \end_inset
34240
34241 g.
34242 \begin_inset space \space{}
34243 \end_inset
34244
34245 bind the 
34246 \family sans
34247 Return
34248 \family default
34249  key inside the math editor.
34250  To bind it to 
34251 \family typewriter
34252 Maxima
34253 \family default
34254  one would use this shortcut definition command:
34255 \end_layout
34256
34257 \begin_layout Standard
34258
34259 \series bold
34260 command-alternatives paragraph-break;math-extern maxima
34261 \end_layout
34262
34263 \begin_layout Section
34264 Miscellaneous
34265 \begin_inset Index idx
34266 status collapsed
34267
34268 \begin_layout Plain Layout
34269 Miscellaneous
34270 \end_layout
34271
34272 \end_inset
34273
34274
34275 \end_layout
34276
34277 \begin_layout Subsection
34278 Negative Numbers
34279 \begin_inset Index idx
34280 status collapsed
34281
34282 \begin_layout Plain Layout
34283 Numbers ! negative
34284 \end_layout
34285
34286 \end_inset
34287
34288
34289 \end_layout
34290
34291 \begin_layout Standard
34292 Negative numbers often look ugly in formulas because the minus sign before
34293  the number is set with the same length as the minus operator sign.
34294  When writing the negative number in normal text, the minus sign appears
34295  correctly.
34296 \end_layout
34297
34298 \begin_layout Standard
34299 Thus, the problem disappears when converting the minus sign to mathematical
34300  text.
34301 \end_layout
34302
34303 \begin_layout Standard
34304 An example to visualize the problem:
34305 \begin_inset Separator parbreak
34306 \end_inset
34307
34308
34309 \end_layout
34310
34311 \begin_layout Standard
34312 \align center
34313 \begin_inset Tabular
34314 <lyxtabular version="3" rows="3" columns="2">
34315 <features booktabs="true" tabularvalignment="middle">
34316 <column alignment="right" valignment="top" width="0pt">
34317 <column alignment="left" valignment="top">
34318 <row>
34319 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
34320 \begin_inset Text
34321
34322 \begin_layout Plain Layout
34323 normal text:
34324 \end_layout
34325
34326 \end_inset
34327 </cell>
34328 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34329 \begin_inset Text
34330
34331 \begin_layout Plain Layout
34332 x = -2
34333 \end_layout
34334
34335 \end_inset
34336 </cell>
34337 </row>
34338 <row>
34339 <cell alignment="right" valignment="top" leftline="true" usebox="none">
34340 \begin_inset Text
34341
34342 \begin_layout Plain Layout
34343 formula:
34344 \end_layout
34345
34346 \end_inset
34347 </cell>
34348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34349 \begin_inset Text
34350
34351 \begin_layout Plain Layout
34352 \begin_inset Formula $x=-2$
34353 \end_inset
34354
34355
34356 \end_layout
34357
34358 \end_inset
34359 </cell>
34360 </row>
34361 <row>
34362 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34363 \begin_inset Text
34364
34365 \begin_layout Plain Layout
34366 solution:
34367 \end_layout
34368
34369 \end_inset
34370 </cell>
34371 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34372 \begin_inset Text
34373
34374 \begin_layout Plain Layout
34375 \begin_inset Formula $x=\textrm{-}2$
34376 \end_inset
34377
34378
34379 \end_layout
34380
34381 \end_inset
34382 </cell>
34383 </row>
34384 </lyxtabular>
34385
34386 \end_inset
34387
34388
34389 \end_layout
34390
34391 \begin_layout Subsection
34392 Comma as decimal Separator
34393 \begin_inset Index idx
34394 status collapsed
34395
34396 \begin_layout Plain Layout
34397 Comma
34398 \end_layout
34399
34400 \end_inset
34401
34402
34403 \end_layout
34404
34405 \begin_layout Standard
34406 In \SpecialChar LaTeX
34407  a comma inside a formula is used, according to the English convention,
34408  as number group separator.
34409  So there will be space added behind all commas in formulas.
34410 \end_layout
34411
34412 \begin_layout Standard
34413 To avoid this, the comma is highlighted and changed to mathematical text
34414  (shortcut 
34415 \begin_inset Info
34416 type  "shortcut"
34417 arg   "math-mode"
34418 \end_inset
34419
34420 ).
34421 \end_layout
34422
34423 \begin_layout Standard
34424 To use all formula commas in the document as decimal separator, the file
34425  
34426 \series bold
34427 icomma.sty
34428 \series default
34429
34430 \begin_inset Foot
34431 status collapsed
34432
34433 \begin_layout Plain Layout
34434
34435 \series bold
34436 icomma
34437 \series default
34438  is part of the \SpecialChar LaTeX
34439 -package 
34440 \series bold
34441 was
34442 \series default
34443
34444 \begin_inset Index idx
34445 status collapsed
34446
34447 \begin_layout Plain Layout
34448 Packages ! was
34449 \begin_inset ERT
34450 status collapsed
34451
34452 \begin_layout Plain Layout
34453
34454
34455 \backslash
34456 vspace{4mm}
34457 \end_layout
34458
34459 \end_inset
34460
34461
34462 \end_layout
34463
34464 \end_inset
34465
34466 .
34467 \end_layout
34468
34469 \end_inset
34470
34471
34472 \begin_inset Index idx
34473 status collapsed
34474
34475 \begin_layout Plain Layout
34476 Packages ! icomma
34477 \end_layout
34478
34479 \end_inset
34480
34481  is loaded with the \SpecialChar LaTeX
34482 -preamble line
34483 \end_layout
34484
34485 \begin_layout Standard
34486
34487 \series bold
34488
34489 \backslash
34490 usepackage{icomma}
34491 \end_layout
34492
34493 \begin_layout Subsection
34494 Physical Vectors
34495 \begin_inset CommandInset label
34496 LatexCommand label
34497 name "subsec:Physical-Vectors"
34498
34499 \end_inset
34500
34501
34502 \begin_inset Index idx
34503 status collapsed
34504
34505 \begin_layout Plain Layout
34506 Vectors ! physical
34507 \end_layout
34508
34509 \end_inset
34510
34511
34512 \end_layout
34513
34514 \begin_layout Standard
34515 Predefined vectors are offered by the \SpecialChar LaTeX
34516 -package 
34517 \series bold
34518 braket
34519 \series default
34520
34521 \begin_inset Index idx
34522 status collapsed
34523
34524 \begin_layout Plain Layout
34525 Packages ! braket
34526 \end_layout
34527
34528 \end_inset
34529
34530  that is loaded with the \SpecialChar LaTeX
34531 -preamble line
34532 \end_layout
34533
34534 \begin_layout Standard
34535
34536 \series bold
34537
34538 \backslash
34539 usepackage{braket}
34540 \end_layout
34541
34542 \begin_layout Standard
34543 \begin_inset ERT
34544 status collapsed
34545
34546 \begin_layout Plain Layout
34547
34548
34549 \backslash
34550 ifbraket 
34551 \end_layout
34552
34553 \end_inset
34554
34555
34556 \begin_inset Note Note
34557 status open
34558
34559 \begin_layout Plain Layout
34560 The following table will only be displayed when the \SpecialChar LaTeX
34561 -package 
34562 \series bold
34563 braket
34564 \series default
34565  is installed.
34566 \end_layout
34567
34568 \end_inset
34569
34570
34571 \end_layout
34572
34573 \begin_layout Standard
34574 The following commands are defined:
34575 \begin_inset Separator parbreak
34576 \end_inset
34577
34578
34579 \end_layout
34580
34581 \begin_layout Standard
34582 \align center
34583 \begin_inset Tabular
34584 <lyxtabular version="3" rows="4" columns="2">
34585 <features booktabs="true" tabularvalignment="middle">
34586 <column alignment="center" valignment="top" width="0pt">
34587 <column alignment="center" valignment="top">
34588 <row>
34589 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34590 \begin_inset Text
34591
34592 \begin_layout Plain Layout
34593 Command
34594 \end_layout
34595
34596 \end_inset
34597 </cell>
34598 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34599 \begin_inset Text
34600
34601 \begin_layout Plain Layout
34602 Result
34603 \end_layout
34604
34605 \end_inset
34606 </cell>
34607 </row>
34608 <row>
34609 <cell alignment="center" valignment="top" usebox="none">
34610 \begin_inset Text
34611
34612 \begin_layout Plain Layout
34613
34614 \backslash
34615 Bra{
34616 \backslash
34617 psi
34618 \end_layout
34619
34620 \end_inset
34621 </cell>
34622 <cell alignment="center" valignment="top" usebox="none">
34623 \begin_inset Text
34624
34625 \begin_layout Plain Layout
34626 \begin_inset Formula $\Bra{\psi}$
34627 \end_inset
34628
34629
34630 \end_layout
34631
34632 \end_inset
34633 </cell>
34634 </row>
34635 <row>
34636 <cell alignment="center" valignment="top" usebox="none">
34637 \begin_inset Text
34638
34639 \begin_layout Plain Layout
34640
34641 \backslash
34642 Ket{
34643 \backslash
34644 psi
34645 \end_layout
34646
34647 \end_inset
34648 </cell>
34649 <cell alignment="center" valignment="top" usebox="none">
34650 \begin_inset Text
34651
34652 \begin_layout Plain Layout
34653 \begin_inset Formula $\Ket{\psi}$
34654 \end_inset
34655
34656
34657 \end_layout
34658
34659 \end_inset
34660 </cell>
34661 </row>
34662 <row>
34663 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34664 \begin_inset Text
34665
34666 \begin_layout Plain Layout
34667
34668 \backslash
34669 Braket{
34670 \backslash
34671 psi|
34672 \backslash
34673 phi
34674 \end_layout
34675
34676 \end_inset
34677 </cell>
34678 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34679 \begin_inset Text
34680
34681 \begin_layout Plain Layout
34682 \begin_inset Formula $\Braket{\psi|\phi}$
34683 \end_inset
34684
34685
34686 \end_layout
34687
34688 \end_inset
34689 </cell>
34690 </row>
34691 </lyxtabular>
34692
34693 \end_inset
34694
34695
34696 \end_layout
34697
34698 \begin_layout Standard
34699 The command 
34700 \series bold
34701
34702 \backslash
34703 Braket
34704 \series default
34705  assures that all vertical bars are set in the size of the surrounding brackets:
34706 \begin_inset Formula 
34707 \[
34708 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
34709 \]
34710
34711 \end_inset
34712
34713
34714 \begin_inset ERT
34715 status collapsed
34716
34717 \begin_layout Plain Layout
34718
34719
34720 \backslash
34721 else 
34722 \end_layout
34723
34724 \end_inset
34725
34726
34727 \begin_inset Note Note
34728 status open
34729
34730 \begin_layout Plain Layout
34731 The following will be displayed when the \SpecialChar LaTeX
34732 -package 
34733 \series bold
34734 braket
34735 \series default
34736  is not installed:
34737 \end_layout
34738
34739 \end_inset
34740
34741
34742 \end_layout
34743
34744 \begin_layout Standard
34745 You need to install the \SpecialChar LaTeX
34746 -package 
34747 \series bold
34748 braket
34749 \series default
34750  to see the rest of this subsection in the output.
34751 \end_layout
34752
34753 \begin_layout Standard
34754 \begin_inset ERT
34755 status collapsed
34756
34757 \begin_layout Plain Layout
34758
34759
34760 \backslash
34761 fi 
34762 \end_layout
34763
34764 \end_inset
34765
34766
34767 \end_layout
34768
34769 \begin_layout Standard
34770 The effect of 
34771 \series bold
34772
34773 \backslash
34774 Braket
34775 \series default
34776  can also be achieved using the command 
34777 \series bold
34778
34779 \backslash
34780 middle
34781 \series default
34782 , that is described in 
34783 \begin_inset CommandInset ref
34784 LatexCommand ref
34785 reference "subsec:Automatic-Bracket-Size"
34786
34787 \end_inset
34788
34789 .
34790 \end_layout
34791
34792 \begin_layout Subsection
34793 Self-defined Fractions
34794 \begin_inset CommandInset label
34795 LatexCommand label
34796 name "subsec:Self-defined-Fractions"
34797
34798 \end_inset
34799
34800
34801 \begin_inset Index idx
34802 status collapsed
34803
34804 \begin_layout Plain Layout
34805 Fractions ! self-defined
34806 \end_layout
34807
34808 \end_inset
34809
34810
34811 \end_layout
34812
34813 \begin_layout Standard
34814 To define custom commands for fractions, the command 
34815 \series bold
34816
34817 \backslash
34818 genfrac
34819 \series default
34820
34821 \begin_inset Index idx
34822 status collapsed
34823
34824 \begin_layout Plain Layout
34825 Commands ! G ! 
34826 \backslash
34827 genfrac
34828 \begin_inset ERT
34829 status collapsed
34830
34831 \begin_layout Plain Layout
34832
34833
34834 \backslash
34835 vspace{4mm}
34836 \end_layout
34837
34838 \end_inset
34839
34840
34841 \end_layout
34842
34843 \end_inset
34844
34845  is used in the following scheme:
34846 \end_layout
34847
34848 \begin_layout Standard
34849
34850 \series bold
34851
34852 \backslash
34853 genfrac{left
34854 \series default
34855  
34856 \series bold
34857 bracket}{right
34858 \series default
34859  
34860 \series bold
34861 bracket}{fraction bar thickness}{style}
34862 \begin_inset Newline newline
34863 \end_inset
34864
34865
34866 \begin_inset Phantom HPhantom
34867 status open
34868
34869 \begin_layout Plain Layout
34870
34871 \series bold
34872
34873 \backslash
34874 genfrac
34875 \end_layout
34876
34877 \end_inset
34878
34879 {numerator}{denominator}
34880 \end_layout
34881
34882 \begin_layout Standard
34883 The style is a number in the range of 0
34884 \begin_inset space \thinspace{}
34885 \end_inset
34886
34887 -
34888 \begin_inset space \thinspace{}
34889 \end_inset
34890
34891 3.
34892 \begin_inset Separator parbreak
34893 \end_inset
34894
34895
34896 \end_layout
34897
34898 \begin_layout Standard
34899 \align center
34900 \begin_inset Tabular
34901 <lyxtabular version="3" rows="5" columns="2">
34902 <features booktabs="true" tabularvalignment="middle">
34903 <column alignment="center" valignment="top" width="0pt">
34904 <column alignment="center" valignment="top">
34905 <row>
34906 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34907 \begin_inset Text
34908
34909 \begin_layout Plain Layout
34910 Number
34911 \end_layout
34912
34913 \end_inset
34914 </cell>
34915 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34916 \begin_inset Text
34917
34918 \begin_layout Plain Layout
34919 Style (Size)
34920 \end_layout
34921
34922 \end_inset
34923 </cell>
34924 </row>
34925 <row>
34926 <cell alignment="center" valignment="top" usebox="none">
34927 \begin_inset Text
34928
34929 \begin_layout Plain Layout
34930 0
34931 \end_layout
34932
34933 \end_inset
34934 </cell>
34935 <cell alignment="center" valignment="top" usebox="none">
34936 \begin_inset Text
34937
34938 \begin_layout Plain Layout
34939 display style formula
34940 \end_layout
34941
34942 \end_inset
34943 </cell>
34944 </row>
34945 <row>
34946 <cell alignment="center" valignment="top" usebox="none">
34947 \begin_inset Text
34948
34949 \begin_layout Plain Layout
34950 1
34951 \end_layout
34952
34953 \end_inset
34954 </cell>
34955 <cell alignment="center" valignment="top" usebox="none">
34956 \begin_inset Text
34957
34958 \begin_layout Plain Layout
34959 inline formula
34960 \end_layout
34961
34962 \end_inset
34963 </cell>
34964 </row>
34965 <row>
34966 <cell alignment="center" valignment="top" usebox="none">
34967 \begin_inset Text
34968
34969 \begin_layout Plain Layout
34970 2
34971 \end_layout
34972
34973 \end_inset
34974 </cell>
34975 <cell alignment="center" valignment="top" usebox="none">
34976 \begin_inset Text
34977
34978 \begin_layout Plain Layout
34979 small
34980 \end_layout
34981
34982 \end_inset
34983 </cell>
34984 </row>
34985 <row>
34986 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34987 \begin_inset Text
34988
34989 \begin_layout Plain Layout
34990 3
34991 \end_layout
34992
34993 \end_inset
34994 </cell>
34995 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34996 \begin_inset Text
34997
34998 \begin_layout Plain Layout
34999 tiny
35000 \end_layout
35001
35002 \end_inset
35003 </cell>
35004 </row>
35005 </lyxtabular>
35006
35007 \end_inset
35008
35009
35010 \end_layout
35011
35012 \begin_layout Standard
35013 When no style is given, the size is adjusted to the surrounding environment
35014  like for the command 
35015 \series bold
35016
35017 \backslash
35018 frac
35019 \series default
35020 .
35021 \end_layout
35022
35023 \begin_layout Standard
35024 When no fraction bar thickness is given, the predefined value of 0.4
35025 \begin_inset space \thinspace{}
35026 \end_inset
35027
35028 pt will be used.
35029 \end_layout
35030
35031 \begin_layout Standard
35032 \begin_inset VSpace medskip
35033 \end_inset
35034
35035 For example, the commands 
35036 \series bold
35037
35038 \backslash
35039 dfrac
35040 \series default
35041  and 
35042 \series bold
35043
35044 \backslash
35045 tbinom
35046 \series default
35047  from 
35048 \begin_inset CommandInset ref
35049 LatexCommand ref
35050 reference "subsec:Fractions"
35051
35052 \end_inset
35053
35054  are defined with the commands
35055 \end_layout
35056
35057 \begin_layout Standard
35058
35059 \series bold
35060
35061 \backslash
35062 newcommand{
35063 \backslash
35064 dfrac}[2]{
35065 \backslash
35066 genfrac{}{}{}{0}{#1}{#2}}
35067 \end_layout
35068
35069 \begin_layout Standard
35070 and
35071 \end_layout
35072
35073 \begin_layout Standard
35074
35075 \series bold
35076
35077 \backslash
35078 newcommand{
35079 \backslash
35080 tbinom}[2]{
35081 \backslash
35082 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35083 \end_layout
35084
35085 \begin_layout Standard
35086 \begin_inset VSpace medskip
35087 \end_inset
35088
35089 To define a fraction where the fraction bar thickness can be given as optional
35090  argument, the following line is inserted to the \SpecialChar LaTeX
35091 -preamble:
35092 \end_layout
35093
35094 \begin_layout Standard
35095
35096 \series bold
35097
35098 \backslash
35099 newcommand{
35100 \backslash
35101 fracS}[3][]{
35102 \backslash
35103 genfrac{}{}{#1}{}{#2}{#3}}
35104 \end_layout
35105
35106 \begin_layout Standard
35107 A test:
35108 \begin_inset Formula 
35109 \begin{align*}
35110 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35111 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35112 \end{align*}
35113
35114 \end_inset
35115
35116 As one can see, the distance of the numerator and the denominator to the
35117  fraction bar is round about three times the bar thickness.
35118 \end_layout
35119
35120 \begin_layout Subsection
35121 Canceled Formulas
35122 \begin_inset Index idx
35123 status collapsed
35124
35125 \begin_layout Plain Layout
35126 Formula ! canceled
35127 \end_layout
35128
35129 \end_inset
35130
35131
35132 \end_layout
35133
35134 \begin_layout Standard
35135 There are four ways to cancel formulas or parts of formulas:
35136 \end_layout
35137
35138 \begin_layout Standard
35139 \begin_inset ERT
35140 status collapsed
35141
35142 \begin_layout Plain Layout
35143
35144
35145 \backslash
35146 ifcancel 
35147 \end_layout
35148
35149 \end_inset
35150
35151
35152 \begin_inset Note Note
35153 status open
35154
35155 \begin_layout Plain Layout
35156 The following table will only be displayed when the \SpecialChar LaTeX
35157 -package 
35158 \series bold
35159 cancel
35160 \series default
35161  is installed.
35162 \end_layout
35163
35164 \end_inset
35165
35166
35167 \begin_inset Separator parbreak
35168 \end_inset
35169
35170
35171 \end_layout
35172
35173 \begin_layout Standard
35174 \align center
35175 \begin_inset Tabular
35176 <lyxtabular version="3" rows="5" columns="2">
35177 <features booktabs="true" tabularvalignment="middle">
35178 <column alignment="center" valignment="top" width="0pt">
35179 <column alignment="center" valignment="top">
35180 <row>
35181 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35182 \begin_inset Text
35183
35184 \begin_layout Plain Layout
35185 Command
35186 \end_layout
35187
35188 \end_inset
35189 </cell>
35190 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35191 \begin_inset Text
35192
35193 \begin_layout Plain Layout
35194 Result
35195 \end_layout
35196
35197 \end_inset
35198 </cell>
35199 </row>
35200 <row>
35201 <cell alignment="center" valignment="top" usebox="none">
35202 \begin_inset Text
35203
35204 \begin_layout Plain Layout
35205
35206 \backslash
35207 cancel
35208 \begin_inset space \textvisiblespace{}
35209 \end_inset
35210
35211
35212 \backslash
35213 int
35214 \begin_inset space \textvisiblespace{}
35215 \end_inset
35216
35217 A=B
35218 \end_layout
35219
35220 \end_inset
35221 </cell>
35222 <cell alignment="center" valignment="top" usebox="none">
35223 \begin_inset Text
35224
35225 \begin_layout Plain Layout
35226 \begin_inset Formula $\cancel{\int A=B}$
35227 \end_inset
35228
35229
35230 \end_layout
35231
35232 \end_inset
35233 </cell>
35234 </row>
35235 <row topspace="1.5mm">
35236 <cell alignment="center" valignment="top" usebox="none">
35237 \begin_inset Text
35238
35239 \begin_layout Plain Layout
35240
35241 \backslash
35242 bcancel
35243 \begin_inset space \textvisiblespace{}
35244 \end_inset
35245
35246
35247 \backslash
35248 int
35249 \begin_inset space \textvisiblespace{}
35250 \end_inset
35251
35252 A=B
35253 \end_layout
35254
35255 \end_inset
35256 </cell>
35257 <cell alignment="center" valignment="top" usebox="none">
35258 \begin_inset Text
35259
35260 \begin_layout Plain Layout
35261 \begin_inset Formula $\bcancel{\int A=B}$
35262 \end_inset
35263
35264
35265 \end_layout
35266
35267 \end_inset
35268 </cell>
35269 </row>
35270 <row topspace="1.5mm">
35271 <cell alignment="center" valignment="top" usebox="none">
35272 \begin_inset Text
35273
35274 \begin_layout Plain Layout
35275
35276 \backslash
35277 xcancel
35278 \begin_inset space \textvisiblespace{}
35279 \end_inset
35280
35281
35282 \backslash
35283 int
35284 \begin_inset space \textvisiblespace{}
35285 \end_inset
35286
35287 A=B
35288 \end_layout
35289
35290 \end_inset
35291 </cell>
35292 <cell alignment="center" valignment="top" usebox="none">
35293 \begin_inset Text
35294
35295 \begin_layout Plain Layout
35296 \begin_inset Formula $\xcancel{\int A=B}$
35297 \end_inset
35298
35299
35300 \end_layout
35301
35302 \end_inset
35303 </cell>
35304 </row>
35305 <row>
35306 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35307 \begin_inset Text
35308
35309 \begin_layout Plain Layout
35310
35311 \backslash
35312 cancelto
35313 \begin_inset space \textvisiblespace{}
35314 \end_inset
35315
35316
35317 \backslash
35318 int
35319 \begin_inset space \textvisiblespace{}
35320 \end_inset
35321
35322 A=B
35323 \begin_inset Formula $\to$
35324 \end_inset
35325
35326 1
35327 \end_layout
35328
35329 \end_inset
35330 </cell>
35331 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35332 \begin_inset Text
35333
35334 \begin_layout Plain Layout
35335 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
35336 \end_inset
35337
35338
35339 \end_layout
35340
35341 \end_inset
35342 </cell>
35343 </row>
35344 </lyxtabular>
35345
35346 \end_inset
35347
35348
35349 \end_layout
35350
35351 \begin_layout Standard
35352
35353 \series bold
35354
35355 \backslash
35356 cancelto
35357 \series default
35358  is especially suitable to visualize the reduction of fractions within formulas:
35359 \begin_inset Formula 
35360 \[
35361 \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}}}
35362 \]
35363
35364 \end_inset
35365
35366
35367 \end_layout
35368
35369 \begin_layout Standard
35370 To change the size of 
35371 \series bold
35372
35373 \backslash
35374 cancelto
35375 \series default
35376 's 
35377 \begin_inset Quotes eld
35378 \end_inset
35379
35380 subscript
35381 \begin_inset Quotes erd
35382 \end_inset
35383
35384  value one can add the \SpecialChar LaTeX
35385 -preamble line
35386 \end_layout
35387
35388 \begin_layout Standard
35389
35390 \series bold
35391
35392 \backslash
35393 PassOptionsToPackage{option}{cancel}
35394 \end_layout
35395
35396 \begin_layout Standard
35397 where 
35398 \series bold
35399 option
35400 \series default
35401  is either 
35402 \series bold
35403 samesize
35404 \series default
35405  which leads to the same size as for the canceled value, or 
35406 \series bold
35407 Smaller
35408 \series default
35409  which makes is it a bit smaller than normal.
35410 \end_layout
35411
35412 \begin_layout Standard
35413 To color the cancellation bar one adds this command as \SpecialChar TeX
35414  code:
35415 \end_layout
35416
35417 \begin_layout Standard
35418
35419 \series bold
35420
35421 \backslash
35422 renewcommand{
35423 \backslash
35424 CancelColor}{
35425 \backslash
35426 color{red}}
35427 \end_layout
35428
35429 \begin_layout Standard
35430
35431 \series bold
35432 red
35433 \series default
35434  can be replaced by a color of your choice.
35435 \end_layout
35436
35437 \begin_layout Standard
35438 \begin_inset ERT
35439 status collapsed
35440
35441 \begin_layout Plain Layout
35442
35443
35444 \backslash
35445 renewcommand{
35446 \backslash
35447 CancelColor}{
35448 \backslash
35449 color{red}}
35450 \end_layout
35451
35452 \end_inset
35453
35454
35455 \end_layout
35456
35457 \begin_layout Standard
35458 \begin_inset Formula 
35459 \[
35460 \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}}}
35461 \]
35462
35463 \end_inset
35464
35465
35466 \end_layout
35467
35468 \begin_layout Standard
35469 \begin_inset ERT
35470 status collapsed
35471
35472 \begin_layout Plain Layout
35473
35474
35475 \backslash
35476 renewcommand{
35477 \backslash
35478 CancelColor}{
35479 \backslash
35480 color{black}}
35481 \end_layout
35482
35483 \end_inset
35484
35485
35486 \begin_inset Note Note
35487 status open
35488
35489 \begin_layout Plain Layout
35490 reset the color
35491 \end_layout
35492
35493 \end_inset
35494
35495
35496 \end_layout
35497
35498 \begin_layout Standard
35499 For further customizations, see the documentation of the package 
35500 \series bold
35501 cancel
35502 \series default
35503
35504 \begin_inset CommandInset citation
35505 LatexCommand cite
35506 key "cancel"
35507
35508 \end_inset
35509
35510 .
35511 \begin_inset Index idx
35512 status collapsed
35513
35514 \begin_layout Plain Layout
35515 Packages ! cancel
35516 \end_layout
35517
35518 \end_inset
35519
35520
35521 \end_layout
35522
35523 \begin_layout Standard
35524 \begin_inset ERT
35525 status collapsed
35526
35527 \begin_layout Plain Layout
35528
35529
35530 \backslash
35531 else 
35532 \end_layout
35533
35534 \end_inset
35535
35536
35537 \begin_inset Note Note
35538 status open
35539
35540 \begin_layout Plain Layout
35541 The following will be displayed when the \SpecialChar LaTeX
35542 -package 
35543 \series bold
35544 cancel
35545 \series default
35546  is not installed:
35547 \end_layout
35548
35549 \end_inset
35550
35551
35552 \end_layout
35553
35554 \begin_layout Standard
35555 You need to install the \SpecialChar LaTeX
35556 -package 
35557 \series bold
35558 cancel
35559 \series default
35560  to see the rest of this subsection in the output.
35561 \end_layout
35562
35563 \begin_layout Standard
35564 \begin_inset ERT
35565 status collapsed
35566
35567 \begin_layout Plain Layout
35568
35569
35570 \backslash
35571 fi 
35572 \end_layout
35573
35574 \end_inset
35575
35576
35577 \end_layout
35578
35579 \begin_layout Subsection
35580 Formulas in Section Headings
35581 \begin_inset CommandInset label
35582 LatexCommand label
35583 name "subsec:Formulas-in-Section"
35584
35585 \end_inset
35586
35587
35588 \begin_inset Index idx
35589 status collapsed
35590
35591 \begin_layout Plain Layout
35592 Formula ! in section headings
35593 \end_layout
35594
35595 \end_inset
35596
35597
35598 \end_layout
35599
35600 \begin_layout Standard
35601 When formulas are used in section headings, the following has to be taken
35602  into account:
35603 \end_layout
35604
35605 \begin_layout Standard
35606 \begin_inset Note Greyedout
35607 status open
35608
35609 \begin_layout Plain Layout
35610 When 
35611 \series bold
35612 hyperref
35613 \series default
35614
35615 \begin_inset Index idx
35616 status collapsed
35617
35618 \begin_layout Plain Layout
35619 Packages ! hyperref
35620 \end_layout
35621
35622 \end_inset
35623
35624  support is enabled in the document settings dialog under 
35625 \family sans
35626 PDF
35627 \begin_inset space ~
35628 \end_inset
35629
35630 Properties
35631 \family default
35632 , PDF-bookmarks are created for every section heading in the table of contents.
35633  If a section heading contains formulas, they are incorrectly displayed
35634  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35635 s.
35636 \end_layout
35637
35638 \end_inset
35639
35640
35641 \end_layout
35642
35643 \begin_layout Standard
35644 Both problems can be solved by inserting at the end of the section heading
35645  a short title with the menu 
35646 \family sans
35647 Insert\SpecialChar menuseparator
35648 Short
35649 \begin_inset space ~
35650 \end_inset
35651
35652 Title
35653 \family default
35654 .
35655  Short titles are used as alternative for multiline section headings to
35656  keep the table of contents clearly arranged.
35657  Only the short title appears in the table of contents and therefore also
35658  in the PDF-bookmark.
35659 \end_layout
35660
35661 \begin_layout Standard
35662 When formulas should be used in the table of contents but 
35663 \series bold
35664 hyperref
35665 \series default
35666  is used, one can use the following command in \SpecialChar TeX
35667  mode:
35668 \end_layout
35669
35670 \begin_layout Standard
35671
35672 \series bold
35673
35674 \backslash
35675 texorpdfstring{part}{alternative}
35676 \begin_inset Index idx
35677 status collapsed
35678
35679 \begin_layout Plain Layout
35680 Commands ! T ! 
35681 \backslash
35682 texorpdfstring
35683 \end_layout
35684
35685 \end_inset
35686
35687
35688 \end_layout
35689
35690 \begin_layout Standard
35691 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35692  This can be characters, formulas, footnotes, but also cross-references.
35693  The alternative is used instead of the part for the bookmark.
35694 \end_layout
35695
35696 \begin_layout Standard
35697 Here are two example headings:
35698 \begin_inset VSpace -3mm
35699 \end_inset
35700
35701
35702 \begin_inset ERT
35703 status collapsed
35704
35705 \begin_layout Plain Layout
35706
35707
35708 \backslash
35709 boldmath 
35710 \end_layout
35711
35712 \end_inset
35713
35714
35715 \end_layout
35716
35717 \begin_layout Subsubsection
35718 Heading without formula in table of contents 
35719 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35720 \end_inset
35721
35722
35723 \begin_inset Argument 1
35724 status collapsed
35725
35726 \begin_layout Plain Layout
35727 Heading without formula in table of contents
35728 \end_layout
35729
35730 \end_inset
35731
35732
35733 \end_layout
35734
35735 \begin_layout Subsubsection
35736 Heading with formula in table of contents
35737 \begin_inset ERT
35738 status collapsed
35739
35740 \begin_layout Plain Layout
35741
35742
35743 \backslash
35744 texorpdfstring{
35745 \end_layout
35746
35747 \end_inset
35748
35749  
35750 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35751 \end_inset
35752
35753
35754 \begin_inset ERT
35755 status collapsed
35756
35757 \begin_layout Plain Layout
35758
35759 }{}
35760 \end_layout
35761
35762 \end_inset
35763
35764
35765 \end_layout
35766
35767 \begin_layout Standard
35768 \begin_inset ERT
35769 status collapsed
35770
35771 \begin_layout Plain Layout
35772
35773
35774 \backslash
35775 unboldmath 
35776 \end_layout
35777
35778 \end_inset
35779
35780 In the first heading a short title was used, in the second one 
35781 \series bold
35782
35783 \backslash
35784 texorpdfstring
35785 \series default
35786 .
35787 \end_layout
35788
35789 \begin_layout Standard
35790 To get the same formatting as for the other headings, the complete heading
35791  was set into a 
35792 \series bold
35793 boldmath
35794 \series default
35795  environment
35796 \begin_inset Foot
35797 status collapsed
35798
35799 \begin_layout Plain Layout
35800 see 
35801 \begin_inset CommandInset ref
35802 LatexCommand ref
35803 reference "subsec:Bold-Formulas"
35804
35805 \end_inset
35806
35807
35808 \end_layout
35809
35810 \end_inset
35811
35812 .
35813 \end_layout
35814
35815 \begin_layout Subsection
35816 Formulas in multi-column Text
35817 \begin_inset Index idx
35818 status collapsed
35819
35820 \begin_layout Plain Layout
35821 Formula ! in multi-column text
35822 \end_layout
35823
35824 \end_inset
35825
35826
35827 \end_layout
35828
35829 \begin_layout Standard
35830 Formulas in multi-column text are often too wide to fit into a column and
35831  thus need to be set over the whole page width.
35832  This is done by using the \SpecialChar LaTeX
35833 -package 
35834 \series bold
35835 multicol
35836 \series default
35837
35838 \begin_inset Foot
35839 status collapsed
35840
35841 \begin_layout Plain Layout
35842
35843 \series bold
35844 multicol
35845 \series default
35846  is part of every \SpecialChar LaTeX
35847  standard installation.
35848 \end_layout
35849
35850 \end_inset
35851
35852
35853 \begin_inset Index idx
35854 status collapsed
35855
35856 \begin_layout Plain Layout
35857 Packages ! multicol
35858 \end_layout
35859
35860 \end_inset
35861
35862 , that is loaded with the \SpecialChar LaTeX
35863 -preamble line
35864 \end_layout
35865
35866 \begin_layout Standard
35867
35868 \series bold
35869
35870 \backslash
35871 usepackage{multicol}
35872 \end_layout
35873
35874 \begin_layout Standard
35875 \begin_inset Note Greyedout
35876 status open
35877
35878 \begin_layout Plain Layout
35879 Note that in this case the setting 
35880 \family sans
35881 Two-column
35882 \begin_inset space ~
35883 \end_inset
35884
35885 document
35886 \family default
35887  in the menu 
35888 \family sans
35889 Document\SpecialChar menuseparator
35890 Settings
35891 \family default
35892  under 
35893 \family sans
35894 Text
35895 \begin_inset space ~
35896 \end_inset
35897
35898 Layout
35899 \family default
35900 \emph on
35901  
35902 \emph default
35903 must 
35904 \emph on
35905 not
35906 \emph default
35907  be selected.
35908 \end_layout
35909
35910 \end_inset
35911
35912
35913 \end_layout
35914
35915 \begin_layout Standard
35916 Before the multi-column text the command
35917 \end_layout
35918
35919 \begin_layout Standard
35920
35921 \series bold
35922
35923 \backslash
35924 begin{multicols}{column number}
35925 \end_layout
35926
35927 \begin_layout Standard
35928 is written in \SpecialChar TeX
35929  mode.
35930  The column number is a number in the range of 2
35931 \begin_inset space \thinspace{}
35932 \end_inset
35933
35934 -
35935 \begin_inset space \thinspace{}
35936 \end_inset
35937
35938 10.
35939  Before the formula the multi-column text is ended by inserting the command
35940 \end_layout
35941
35942 \begin_layout Standard
35943
35944 \series bold
35945
35946 \backslash
35947 end{multicols}
35948 \end_layout
35949
35950 \begin_layout Standard
35951 in \SpecialChar TeX
35952  mode.
35953 \end_layout
35954
35955 \begin_layout Standard
35956 Due to the command some space is automatically added before the formula.
35957  To revert this, -6
35958 \begin_inset space \thinspace{}
35959 \end_inset
35960
35961 mm vertical space is inserted before the formula.
35962  When the formula style 
35963 \series bold
35964 Indented
35965 \begin_inset Foot
35966 status collapsed
35967
35968 \begin_layout Plain Layout
35969 formula styles see 
35970 \begin_inset CommandInset ref
35971 LatexCommand ref
35972 reference "sec:Formula-Styles"
35973
35974 \end_inset
35975
35976
35977 \end_layout
35978
35979 \end_inset
35980
35981
35982 \series default
35983  is used, -9
35984 \begin_inset space \thinspace{}
35985 \end_inset
35986
35987 mm space is inserted instead.
35988 \end_layout
35989
35990 \begin_layout Standard
35991 As example a multi-column text with a displayed formula:
35992 \end_layout
35993
35994 \begin_layout Standard
35995
35996 \lang ngerman
35997 \begin_inset ERT
35998 status collapsed
35999
36000 \begin_layout Plain Layout
36001
36002
36003 \backslash
36004 begin{multicols}{2}
36005 \end_layout
36006
36007 \end_inset
36008
36009 Das Spektrum wird fouriertransformiert.
36010  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36011 , Lösungsmittel) zu trennen.
36012  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36013  nun das Aussehen des Ausgangssignals.
36014  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36015  über alle Phasen integrieren muss.
36016  Sei nun 
36017 \begin_inset Formula $S$
36018 \end_inset
36019
36020  unser normiertes Ausgangssignal und 
36021 \begin_inset Formula $P$
36022 \end_inset
36023
36024  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36025 \begin_inset ERT
36026 status collapsed
36027
36028 \begin_layout Plain Layout
36029
36030
36031 \backslash
36032 end{multicols}
36033 \end_layout
36034
36035 \end_inset
36036
36037
36038 \begin_inset VSpace -6mm
36039 \end_inset
36040
36041
36042 \begin_inset Formula 
36043 \begin{equation}
36044 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36045 \end{equation}
36046
36047 \end_inset
36048
36049
36050 \begin_inset ERT
36051 status collapsed
36052
36053 \begin_layout Plain Layout
36054
36055
36056 \backslash
36057 begin{multicols}{2}
36058 \end_layout
36059
36060 \end_inset
36061
36062 wobei 
36063 \begin_inset Formula $S_{0}$
36064 \end_inset
36065
36066  das Signal ohne Gradient ist und die Normierungsbedingung 
36067 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36068 \end_inset
36069
36070  gilt.
36071  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36072  Direkt nach dem 
36073 \begin_inset Formula $\nicefrac{\pi}{2}$
36074 \end_inset
36075
36076
36077 \begin_inset space \thinspace{}
36078 \end_inset
36079
36080 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36081  das Signal zusätzlich abschwächt.
36082  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36083  
36084 \begin_inset Formula $T_{2}$
36085 \end_inset
36086
36087 -Zeit.
36088 \end_layout
36089
36090 \begin_layout Standard
36091
36092 \lang ngerman
36093 \begin_inset ERT
36094 status collapsed
36095
36096 \begin_layout Plain Layout
36097
36098
36099 \backslash
36100 end{multicols}
36101 \end_layout
36102
36103 \end_inset
36104
36105
36106 \end_layout
36107
36108 \begin_layout Subsection
36109 Formulas with Description of Variables
36110 \begin_inset Index idx
36111 status collapsed
36112
36113 \begin_layout Plain Layout
36114 Formula ! with description of variables
36115 \end_layout
36116
36117 \end_inset
36118
36119
36120 \end_layout
36121
36122 \begin_layout Standard
36123 To describe variables within a formula, like in formula 
36124 \begin_inset CommandInset ref
36125 LatexCommand eqref
36126 reference "eq:within"
36127
36128 \end_inset
36129
36130 , a 2
36131 \series bold
36132 ×
36133 \series default
36134
36135 \begin_inset Formula $n$
36136 \end_inset
36137
36138
36139 \begin_inset space ~
36140 \end_inset
36141
36142 matrix is used with left aligned columns for the 
36143 \begin_inset Formula $n$
36144 \end_inset
36145
36146  used variables.
36147 \begin_inset Foot
36148 status collapsed
36149
36150 \begin_layout Plain Layout
36151 matrices see 
36152 \begin_inset CommandInset ref
36153 LatexCommand ref
36154 reference "sec:Matrices"
36155
36156 \end_inset
36157
36158
36159 \end_layout
36160
36161 \end_inset
36162
36163  To set the description in a smaller size, before the matrix e.
36164 \begin_inset space \thinspace{}
36165 \end_inset
36166
36167 g.
36168 \begin_inset space \space{}
36169 \end_inset
36170
36171 the command 
36172 \series bold
36173
36174 \backslash
36175 footnotesize
36176 \series default
36177  is inserted.
36178 \begin_inset Foot
36179 status collapsed
36180
36181 \begin_layout Plain Layout
36182 font sizes see 
36183 \begin_inset CommandInset ref
36184 LatexCommand ref
36185 reference "subsec:Font-Sizes"
36186
36187 \end_inset
36188
36189
36190 \end_layout
36191
36192 \end_inset
36193
36194
36195 \end_layout
36196
36197 \begin_layout Standard
36198 When the formula style 
36199 \series bold
36200 Indented
36201 \begin_inset Foot
36202 status collapsed
36203
36204 \begin_layout Plain Layout
36205 formula styles see 
36206 \begin_inset CommandInset ref
36207 LatexCommand ref
36208 reference "sec:Formula-Styles"
36209
36210 \end_inset
36211
36212
36213 \end_layout
36214
36215 \end_inset
36216
36217
36218 \series default
36219  is used, a 
36220 \series bold
36221
36222 \backslash
36223 hfill
36224 \series default
36225
36226 \begin_inset Foot
36227 status collapsed
36228
36229 \begin_layout Plain Layout
36230
36231 \series bold
36232
36233 \backslash
36234 hfill
36235 \series default
36236  only works in formulas with the style 
36237 \series bold
36238 Indented
36239 \series default
36240 , see 
36241 \begin_inset CommandInset ref
36242 LatexCommand ref
36243 reference "subsec:Variable-Space"
36244
36245 \end_inset
36246
36247 .
36248 \end_layout
36249
36250 \end_inset
36251
36252  is inserted before and after the matrix to have the same separation of
36253  the matrix from the equation and the side margin.
36254 \end_layout
36255
36256 \begin_layout Standard
36257 When the formula style 
36258 \series bold
36259 Centered
36260 \series default
36261  is used, the method described in 
36262 \begin_inset CommandInset ref
36263 LatexCommand ref
36264 reference "subsec:Flalign-Environment"
36265
36266 \end_inset
36267
36268  is used to indent formulas.
36269  Formula 
36270 \begin_inset CommandInset ref
36271 LatexCommand eqref
36272 reference "eq:within"
36273
36274 \end_inset
36275
36276  consists of five columns where in the first two columns contain the equation,
36277  the third the matrix and the last one an empty \SpecialChar TeX
36278  brace.
36279 \begin_inset Formula 
36280 \begin{flalign}
36281 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36282 \rho & \textrm{density}\\
36283 V & \textrm{volume}\\
36284 g & \textrm{gravitational acceleration}
36285 \end{array} &  & {}\label{eq:within}
36286 \end{flalign}
36287
36288 \end_inset
36289
36290
36291 \end_layout
36292
36293 \begin_layout Subsection
36294 Upright small Greek Letters
36295 \begin_inset CommandInset label
36296 LatexCommand label
36297 name "subsec:Upright-small-Greek"
36298
36299 \end_inset
36300
36301
36302 \begin_inset Index idx
36303 status collapsed
36304
36305 \begin_layout Plain Layout
36306 Greek letters ! upright
36307 \end_layout
36308
36309 \end_inset
36310
36311
36312 \end_layout
36313
36314 \begin_layout Standard
36315 Most of the math fonts only provide italic small Greek letters.
36316  But for symbols of elementary particles like pions and neutrinos, upright
36317  Greek letters are needed.
36318  The file 
36319 \series bold
36320 upgreek.sty
36321 \series default
36322
36323 \begin_inset Foot
36324 status collapsed
36325
36326 \begin_layout Plain Layout
36327
36328 \series bold
36329 upgreek
36330 \series default
36331  is part of the \SpecialChar LaTeX
36332 -package 
36333 \series bold
36334 was
36335 \series default
36336
36337 \begin_inset Index idx
36338 status collapsed
36339
36340 \begin_layout Plain Layout
36341 Packages ! was
36342 \begin_inset ERT
36343 status collapsed
36344
36345 \begin_layout Plain Layout
36346
36347
36348 \backslash
36349 vspace{4mm}
36350 \end_layout
36351
36352 \end_inset
36353
36354
36355 \end_layout
36356
36357 \end_inset
36358
36359 .
36360 \end_layout
36361
36362 \end_inset
36363
36364
36365 \begin_inset Index idx
36366 status collapsed
36367
36368 \begin_layout Plain Layout
36369 Packages ! upgreek
36370 \end_layout
36371
36372 \end_inset
36373
36374  that is loaded with the \SpecialChar LaTeX
36375 -preamble line
36376 \end_layout
36377
36378 \begin_layout Standard
36379
36380 \series bold
36381
36382 \backslash
36383 usepackage{upgreek}
36384 \end_layout
36385
36386 \begin_layout Standard
36387 provides them.
36388  
36389 \begin_inset ERT
36390 status collapsed
36391
36392 \begin_layout Plain Layout
36393
36394
36395 \backslash
36396 ifupgreek 
36397 \end_layout
36398
36399 \end_inset
36400
36401
36402 \begin_inset Note Note
36403 status open
36404
36405 \begin_layout Plain Layout
36406 The following table will only be displayed when the \SpecialChar LaTeX
36407 -package 
36408 \series bold
36409 upgreek
36410 \series default
36411  is installed:
36412 \end_layout
36413
36414 \end_inset
36415
36416  They are created when the command for a small Greek letter is started with
36417  
36418 \series bold
36419 up
36420 \series default
36421 .
36422  For example the command 
36423 \series bold
36424
36425 \backslash
36426 uptau
36427 \series default
36428  creates this: 
36429 \begin_inset Formula $\uptau$
36430 \end_inset
36431
36432
36433 \end_layout
36434
36435 \begin_layout Standard
36436 With these commands reactions of elementary particles can be typeset:
36437 \begin_inset Formula 
36438 \[
36439 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36440 \]
36441
36442 \end_inset
36443
36444
36445 \end_layout
36446
36447 \begin_layout Standard
36448 The upright letters are more bold and wider than the italic ones.
36449  They should therefore not be used for units like 
36450 \begin_inset Quotes eld
36451 \end_inset
36452
36453 µm
36454 \begin_inset Quotes erd
36455 \end_inset
36456
36457 .
36458 \end_layout
36459
36460 \begin_layout Standard
36461 \begin_inset ERT
36462 status collapsed
36463
36464 \begin_layout Plain Layout
36465
36466
36467 \backslash
36468 else 
36469 \end_layout
36470
36471 \end_inset
36472
36473
36474 \begin_inset Note Note
36475 status open
36476
36477 \begin_layout Plain Layout
36478 The following will be displayed when the \SpecialChar LaTeX
36479 -package 
36480 \series bold
36481 upgreek
36482 \series default
36483  is not installed:
36484 \end_layout
36485
36486 \end_inset
36487
36488
36489 \end_layout
36490
36491 \begin_layout Standard
36492 You need to install the \SpecialChar LaTeX
36493 -package 
36494 \series bold
36495 upgreek
36496 \series default
36497  to see the rest of this subsection in the output.
36498 \end_layout
36499
36500 \begin_layout Standard
36501 \begin_inset ERT
36502 status collapsed
36503
36504 \begin_layout Plain Layout
36505
36506
36507 \backslash
36508 fi 
36509 \end_layout
36510
36511 \end_inset
36512
36513
36514 \end_layout
36515
36516 \begin_layout Subsection
36517 Text Characters in Formulas
36518 \begin_inset Index idx
36519 status collapsed
36520
36521 \begin_layout Plain Layout
36522 Text ! in formulas
36523 \end_layout
36524
36525 \end_inset
36526
36527
36528 \end_layout
36529
36530 \begin_layout Standard
36531 In some cases you might want to insert text characters directly into formulas.
36532  When for example the centered dot · is often used in formulas like 
36533 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36534 \end_inset
36535
36536 , one would have to insert the command 
36537 \series bold
36538
36539 \backslash
36540 cdot
36541 \series default
36542
36543 \begin_inset Foot
36544 status collapsed
36545
36546 \begin_layout Plain Layout
36547 see 
36548 \begin_inset CommandInset ref
36549 LatexCommand ref
36550 reference "subsec:Binary-Operators"
36551
36552 \end_inset
36553
36554
36555 \end_layout
36556
36557 \end_inset
36558
36559  all the time, because this character is defined in all encodings as text
36560  character.
36561  But the encoding can be changed by this \SpecialChar LaTeX
36562 -preamble line:
36563 \end_layout
36564
36565 \begin_layout Standard
36566
36567 \series bold
36568
36569 \backslash
36570 Declare Inputtext{183}{
36571 \backslash
36572 ifmmode
36573 \backslash
36574 cdot
36575 \backslash
36576 else
36577 \backslash
36578 textperiodcentered
36579 \backslash
36580 f\SpecialChar ligaturebreak
36581 i}
36582 \end_layout
36583
36584 \begin_layout Standard
36585 The character encoding (menu 
36586 \family sans
36587 Document\SpecialChar menuseparator
36588 Settings\SpecialChar menuseparator
36589 Language
36590 \family default
36591 ) specifies what character appears when a keyboard key is pressed.
36592  When the key for the character '·' is pressed, internally the command 
36593 \series bold
36594
36595 \backslash
36596 textperiodcentered
36597 \series default
36598  is used.
36599  But this command is not available in a formula so that you would get \SpecialChar LaTeX
36600 -errors.
36601  With the changed encoding the right command is chosen automatically, depending
36602  on if the character was inserted into a formula or not.
36603 \end_layout
36604
36605 \begin_layout Standard
36606 The encoding of several characters is saved in definition files.
36607  For example the encoding 
36608 \series bold
36609 latin9
36610 \series default
36611  is defined in the file 
36612 \series bold
36613 latin9.def
36614 \series default
36615  which is in the installation folder of \SpecialChar LaTeX
36616 .
36617  Encodings should only be changed via the \SpecialChar LaTeX
36618 -preamble and not in the definition
36619  files.
36620  Otherwise documents could not be edited by other \SpecialChar LyX
36621  users working on other
36622  computers.
36623 \end_layout
36624
36625 \begin_layout Standard
36626 \begin_inset VSpace medskip
36627 \end_inset
36628
36629 Besides the centered dot, in this document the degree sign ° is defined
36630  with the following \SpecialChar LaTeX
36631 -preamble line so that it can be directly inserted into
36632  a formula:
36633 \end_layout
36634
36635 \begin_layout Standard
36636
36637 \series bold
36638
36639 \backslash
36640 DeclareInputtext{176}{
36641 \backslash
36642 ifmmode^
36643 \backslash
36644 circ
36645 \backslash
36646 else
36647 \backslash
36648 textdegree
36649 \backslash
36650 f\SpecialChar ligaturebreak
36651 i}
36652 \end_layout
36653
36654 \begin_layout Subsection
36655 \SpecialChar LaTeX
36656 -comments in formulas
36657 \begin_inset Index idx
36658 status collapsed
36659
36660 \begin_layout Plain Layout
36661 \SpecialChar LaTeX
36662 -comments
36663 \end_layout
36664
36665 \end_inset
36666
36667
36668 \end_layout
36669
36670 \begin_layout Standard
36671 In text you can insert a comment that will only be visible in the \SpecialChar LaTeX
36672  source
36673  code of your file with the menu 
36674 \family sans
36675 Insert\SpecialChar menuseparator
36676 Note\SpecialChar menuseparator
36677 Comment
36678 \family default
36679 .
36680  This is not possible in a formula but you can insert \SpecialChar LaTeX
36681 -comments with the
36682  command
36683 \end_layout
36684
36685 \begin_layout Standard
36686
36687 \series bold
36688
36689 \backslash
36690 %
36691 \end_layout
36692
36693 \begin_layout Standard
36694 This creates a box in which you can write your comment.
36695  Due to a bug in \SpecialChar LyX
36696
36697 \begin_inset Foot
36698 status collapsed
36699
36700 \begin_layout Plain Layout
36701 \begin_inset CommandInset href
36702 LatexCommand href
36703 name "LyX-bug #9002"
36704 target "http://www.lyx.org/trac/ticket/9002"
36705
36706 \end_inset
36707
36708
36709 \end_layout
36710
36711 \end_inset
36712
36713  you cannot write normal text inside the comment, even when you use mathematical
36714  text, you will see its \SpecialChar LaTeX
36715 -commands in the \SpecialChar LaTeX
36716 -output.
36717 \begin_inset Newline newline
36718 \end_inset
36719
36720 This a formula with a \SpecialChar LaTeX
36721 -comment:
36722 \begin_inset Formula 
36723 \[
36724 A=B%\text{This is the comment}
36725 \]
36726
36727 \end_inset
36728
36729
36730 \end_layout
36731
36732 \begin_layout Standard
36733 \begin_inset Newpage newpage
36734 \end_inset
36735
36736
36737 \end_layout
36738
36739 \begin_layout Section
36740 \start_of_appendix
36741 Typographic Advice
36742 \begin_inset Index idx
36743 status collapsed
36744
36745 \begin_layout Plain Layout
36746 Typographic advice
36747 \end_layout
36748
36749 \end_inset
36750
36751
36752 \end_layout
36753
36754 \begin_layout Standard
36755 This section is a summary of the most important typographic rules, listed
36756  in ISO norms.
36757 \begin_inset Foot
36758 status collapsed
36759
36760 \begin_layout Plain Layout
36761 This collection was partly taken from the German semi-official dictionary
36762  called 
36763 \begin_inset Quotes eld
36764 \end_inset
36765
36766 Duden
36767 \begin_inset Quotes erd
36768 \end_inset
36769
36770  
36771 \begin_inset CommandInset citation
36772 LatexCommand cite
36773 key "Duden"
36774
36775 \end_inset
36776
36777  that lists some of the ISO rules.
36778  More rules are listed in 
36779 \begin_inset CommandInset citation
36780 LatexCommand cite
36781 key "Checklist"
36782
36783 \end_inset
36784
36785 .
36786 \end_layout
36787
36788 \end_inset
36789
36790
36791 \end_layout
36792
36793 \begin_layout Itemize
36794 Physical units are 
36795 \emph on
36796 always
36797 \emph default
36798  set upright
36799 \begin_inset Foot
36800 status collapsed
36801
36802 \begin_layout Plain Layout
36803 done with font styles, see 
36804 \begin_inset CommandInset ref
36805 LatexCommand ref
36806 reference "subsec:Font-Styles"
36807
36808 \end_inset
36809
36810
36811 \end_layout
36812
36813 \end_inset
36814
36815 , no matter if they appear in italic text: 30
36816 \begin_inset space \thinspace{}
36817 \end_inset
36818
36819 km/h
36820 \begin_inset Newline newline
36821 \end_inset
36822
36823 Between the value and the unit is the smallest space, see 
36824 \begin_inset CommandInset ref
36825 LatexCommand ref
36826 reference "subsec:Predefined-Space"
36827
36828 \end_inset
36829
36830 .
36831 \begin_inset Newline newline
36832 \end_inset
36833
36834 This convention is automatically fulfilled when the command 
36835 \series bold
36836
36837 \backslash
36838 unittwo
36839 \series default
36840  is used.
36841  When it is entered to a formula, two boxes appear.
36842  In the first one the value is inserted, in the second one the unit, and
36843  one gets as above: 
36844 \begin_inset Formula $\unit[30]{km/h}$
36845 \end_inset
36846
36847
36848 \begin_inset space \thinspace{}
36849 \end_inset
36850
36851 .
36852  Note that 
36853 \series bold
36854
36855 \backslash
36856 unittwo
36857 \series default
36858  is not a real \SpecialChar LaTeX
36859  command but the command 
36860 \series bold
36861
36862 \backslash
36863 unit[value]{unit}
36864 \series default
36865 , therefore you cannot use it in \SpecialChar TeX
36866  code.
36867 \end_layout
36868
36869 \begin_layout Itemize
36870 Percent and perthousand signs are set like physical units:
36871 \begin_inset Newline newline
36872 \end_inset
36873
36874 1.2
36875 \begin_inset space \thinspace{}
36876 \end_inset
36877
36878 ‰ alcohol in blood
36879 \end_layout
36880
36881 \begin_layout Itemize
36882 The degree sign follows directly on the value: 15°, but not when it is used
36883  in units: 15
36884 \begin_inset space \thinspace{}
36885 \end_inset
36886
36887 °C
36888 \end_layout
36889
36890 \begin_layout Itemize
36891 In numbers with more than four digits the smallest space is inserted before
36892  every third digit to group them: 
36893 \family roman
36894 \series medium
36895 \shape up
36896 \size normal
36897 \emph off
36898 \bar no
36899 \noun off
36900 \color none
36901 18
36902 \begin_inset space \thinspace{}
36903 \end_inset
36904
36905 473
36906 \begin_inset space \thinspace{}
36907 \end_inset
36908
36909 588
36910 \end_layout
36911
36912 \begin_layout Itemize
36913 For dimensions like 120×90×40
36914 \begin_inset space \thinspace{}
36915 \end_inset
36916
36917 cm the multiplication sign 
36918 \begin_inset Quotes eld
36919 \end_inset
36920
36921 ×
36922 \begin_inset Quotes erd
36923 \end_inset
36924
36925  is used.
36926  It is available either via the command 
36927 \series bold
36928
36929 \backslash
36930 times
36931 \series default
36932  or via the menu 
36933 \family sans
36934 Insert\SpecialChar menuseparator
36935 Special Character\SpecialChar menuseparator
36936 Symbols
36937 \family default
36938 .
36939 \end_layout
36940
36941 \begin_layout Itemize
36942 Functions with names consisting of several letters are set upright to avoid
36943  confusions, see 
36944 \begin_inset CommandInset ref
36945 LatexCommand ref
36946 reference "subsec:Predefined-Functions"
36947
36948 \end_inset
36949
36950 .
36951 \end_layout
36952
36953 \begin_layout Itemize
36954 Indices consisting of several letters, are set upright: 
36955 \begin_inset Formula $E_{\mathrm{kin}}$
36956 \end_inset
36957
36958
36959 \begin_inset Newline newline
36960 \end_inset
36961
36962 Components of matrices are set italic: 
36963 \begin_inset Formula $\hat{H}_{kl}$
36964 \end_inset
36965
36966
36967 \end_layout
36968
36969 \begin_layout Itemize
36970 The differentiation/integration operator 'd', the Euler's number 'e' and
36971  the imaginary unit 'i' should be set upright, to avoid mixing them up with
36972  other variables.
36973 \end_layout
36974
36975 \begin_layout Itemize
36976 The character that denotes a 
36977 \noun on
36978 Fourier
36979 \noun default
36980  transformation is inserted either by the command 
36981 \series bold
36982
36983 \backslash
36984 mathscr
36985 \begin_inset space \textvisiblespace{}
36986 \end_inset
36987
36988 F
36989 \series default
36990  or via the menu 
36991 \family sans
36992 Insert\SpecialChar menuseparator
36993 Special Character\SpecialChar menuseparator
36994 Symbols\SpecialChar menuseparator
36995 Letterlike
36996 \begin_inset space ~
36997 \end_inset
36998
36999 Symbols
37000 \family default
37001
37002 \begin_inset Formula $\mathscr{F}$
37003 \end_inset
37004
37005
37006 \end_layout
37007
37008 \begin_layout Standard
37009 \begin_inset Newpage newpage
37010 \end_inset
37011
37012
37013 \end_layout
37014
37015 \begin_layout Section
37016 Synonyms
37017 \begin_inset Index idx
37018 status collapsed
37019
37020 \begin_layout Plain Layout
37021 Synonyms
37022 \end_layout
37023
37024 \end_inset
37025
37026
37027 \end_layout
37028
37029 \begin_layout Standard
37030 Some characters and symbols can be created with several commands.
37031  Here is a list of the synonym commands:
37032 \end_layout
37033
37034 \begin_layout Standard
37035 \begin_inset VSpace bigskip
37036 \end_inset
37037
37038
37039 \begin_inset space \hfill{}
37040 \end_inset
37041
37042
37043 \begin_inset Tabular
37044 <lyxtabular version="3" rows="12" columns="2">
37045 <features booktabs="true" tabularvalignment="middle">
37046 <column alignment="center" valignment="top" width="0pt">
37047 <column alignment="center" valignment="top" width="0pt">
37048 <row>
37049 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37050 \begin_inset Text
37051
37052 \begin_layout Plain Layout
37053 Command
37054 \end_layout
37055
37056 \end_inset
37057 </cell>
37058 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37059 \begin_inset Text
37060
37061 \begin_layout Plain Layout
37062 equivalent to
37063 \end_layout
37064
37065 \end_inset
37066 </cell>
37067 </row>
37068 <row>
37069 <cell alignment="center" valignment="top" usebox="none">
37070 \begin_inset Text
37071
37072 \begin_layout Plain Layout
37073
37074 \backslash
37075 ast
37076 \end_layout
37077
37078 \end_inset
37079 </cell>
37080 <cell alignment="center" valignment="top" usebox="none">
37081 \begin_inset Text
37082
37083 \begin_layout Plain Layout
37084 *
37085 \end_layout
37086
37087 \end_inset
37088 </cell>
37089 </row>
37090 <row>
37091 <cell alignment="center" valignment="top" usebox="none">
37092 \begin_inset Text
37093
37094 \begin_layout Plain Layout
37095
37096 \backslash
37097 choose
37098 \end_layout
37099
37100 \end_inset
37101 </cell>
37102 <cell alignment="center" valignment="top" usebox="none">
37103 \begin_inset Text
37104
37105 \begin_layout Plain Layout
37106
37107 \backslash
37108 binom
37109 \end_layout
37110
37111 \end_inset
37112 </cell>
37113 </row>
37114 <row>
37115 <cell alignment="center" valignment="top" usebox="none">
37116 \begin_inset Text
37117
37118 \begin_layout Plain Layout
37119
37120 \backslash
37121 geq
37122 \end_layout
37123
37124 \end_inset
37125 </cell>
37126 <cell alignment="center" valignment="top" usebox="none">
37127 \begin_inset Text
37128
37129 \begin_layout Plain Layout
37130
37131 \backslash
37132 ge
37133 \end_layout
37134
37135 \end_inset
37136 </cell>
37137 </row>
37138 <row>
37139 <cell alignment="center" valignment="top" usebox="none">
37140 \begin_inset Text
37141
37142 \begin_layout Plain Layout
37143
37144 \backslash
37145 lbrace
37146 \end_layout
37147
37148 \end_inset
37149 </cell>
37150 <cell alignment="center" valignment="top" usebox="none">
37151 \begin_inset Text
37152
37153 \begin_layout Plain Layout
37154 {
37155 \end_layout
37156
37157 \end_inset
37158 </cell>
37159 </row>
37160 <row>
37161 <cell alignment="center" valignment="top" usebox="none">
37162 \begin_inset Text
37163
37164 \begin_layout Plain Layout
37165
37166 \backslash
37167 lbracket
37168 \end_layout
37169
37170 \end_inset
37171 </cell>
37172 <cell alignment="center" valignment="top" usebox="none">
37173 \begin_inset Text
37174
37175 \begin_layout Plain Layout
37176 [
37177 \end_layout
37178
37179 \end_inset
37180 </cell>
37181 </row>
37182 <row>
37183 <cell alignment="center" valignment="top" usebox="none">
37184 \begin_inset Text
37185
37186 \begin_layout Plain Layout
37187
37188 \backslash
37189 leftarrow
37190 \end_layout
37191
37192 \end_inset
37193 </cell>
37194 <cell alignment="center" valignment="top" usebox="none">
37195 \begin_inset Text
37196
37197 \begin_layout Plain Layout
37198
37199 \backslash
37200 gets
37201 \end_layout
37202
37203 \end_inset
37204 </cell>
37205 </row>
37206 <row>
37207 <cell alignment="center" valignment="top" usebox="none">
37208 \begin_inset Text
37209
37210 \begin_layout Plain Layout
37211
37212 \backslash
37213 leq
37214 \end_layout
37215
37216 \end_inset
37217 </cell>
37218 <cell alignment="center" valignment="top" usebox="none">
37219 \begin_inset Text
37220
37221 \begin_layout Plain Layout
37222
37223 \backslash
37224 le
37225 \end_layout
37226
37227 \end_inset
37228 </cell>
37229 </row>
37230 <row>
37231 <cell alignment="center" valignment="top" usebox="none">
37232 \begin_inset Text
37233
37234 \begin_layout Plain Layout
37235
37236 \backslash
37237 lor
37238 \end_layout
37239
37240 \end_inset
37241 </cell>
37242 <cell alignment="center" valignment="top" usebox="none">
37243 \begin_inset Text
37244
37245 \begin_layout Plain Layout
37246
37247 \backslash
37248 vee
37249 \end_layout
37250
37251 \end_inset
37252 </cell>
37253 </row>
37254 <row>
37255 <cell alignment="center" valignment="top" usebox="none">
37256 \begin_inset Text
37257
37258 \begin_layout Plain Layout
37259
37260 \backslash
37261 neq
37262 \end_layout
37263
37264 \end_inset
37265 </cell>
37266 <cell alignment="center" valignment="top" usebox="none">
37267 \begin_inset Text
37268
37269 \begin_layout Plain Layout
37270
37271 \backslash
37272 not=
37273 \end_layout
37274
37275 \end_inset
37276 </cell>
37277 </row>
37278 <row>
37279 <cell alignment="center" valignment="top" usebox="none">
37280 \begin_inset Text
37281
37282 \begin_layout Plain Layout
37283
37284 \backslash
37285 slash
37286 \end_layout
37287
37288 \end_inset
37289 </cell>
37290 <cell alignment="center" valignment="top" usebox="none">
37291 \begin_inset Text
37292
37293 \begin_layout Plain Layout
37294 /
37295 \end_layout
37296
37297 \end_inset
37298 </cell>
37299 </row>
37300 <row>
37301 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37302 \begin_inset Text
37303
37304 \begin_layout Plain Layout
37305
37306 \backslash
37307 vert
37308 \end_layout
37309
37310 \end_inset
37311 </cell>
37312 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37313 \begin_inset Text
37314
37315 \begin_layout Plain Layout
37316 |
37317 \end_layout
37318
37319 \end_inset
37320 </cell>
37321 </row>
37322 </lyxtabular>
37323
37324 \end_inset
37325
37326
37327 \begin_inset space \hfill{}
37328 \end_inset
37329
37330
37331 \begin_inset Tabular
37332 <lyxtabular version="3" rows="12" columns="2">
37333 <features booktabs="true" tabularvalignment="middle">
37334 <column alignment="center" valignment="top" width="0pt">
37335 <column alignment="center" valignment="top" width="0pt">
37336 <row>
37337 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37338 \begin_inset Text
37339
37340 \begin_layout Plain Layout
37341 Command
37342 \end_layout
37343
37344 \end_inset
37345 </cell>
37346 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37347 \begin_inset Text
37348
37349 \begin_layout Plain Layout
37350 equivalent to
37351 \end_layout
37352
37353 \end_inset
37354 </cell>
37355 </row>
37356 <row>
37357 <cell alignment="center" valignment="top" usebox="none">
37358 \begin_inset Text
37359
37360 \begin_layout Plain Layout
37361
37362 \backslash
37363 backslash
37364 \end_layout
37365
37366 \end_inset
37367 </cell>
37368 <cell alignment="center" valignment="top" usebox="none">
37369 \begin_inset Text
37370
37371 \begin_layout Plain Layout
37372
37373 \backslash
37374
37375 \backslash
37376
37377 \end_layout
37378
37379 \end_inset
37380 </cell>
37381 </row>
37382 <row>
37383 <cell alignment="center" valignment="top" usebox="none">
37384 \begin_inset Text
37385
37386 \begin_layout Plain Layout
37387
37388 \backslash
37389 dasharrow
37390 \end_layout
37391
37392 \end_inset
37393 </cell>
37394 <cell alignment="center" valignment="top" usebox="none">
37395 \begin_inset Text
37396
37397 \begin_layout Plain Layout
37398
37399 \backslash
37400 dashrightarrow
37401 \end_layout
37402
37403 \end_inset
37404 </cell>
37405 </row>
37406 <row>
37407 <cell alignment="center" valignment="top" usebox="none">
37408 \begin_inset Text
37409
37410 \begin_layout Plain Layout
37411
37412 \backslash
37413 land
37414 \end_layout
37415
37416 \end_inset
37417 </cell>
37418 <cell alignment="center" valignment="top" usebox="none">
37419 \begin_inset Text
37420
37421 \begin_layout Plain Layout
37422
37423 \backslash
37424 wedge
37425 \end_layout
37426
37427 \end_inset
37428 </cell>
37429 </row>
37430 <row>
37431 <cell alignment="center" valignment="top" usebox="none">
37432 \begin_inset Text
37433
37434 \begin_layout Plain Layout
37435
37436 \backslash
37437 rbrace
37438 \end_layout
37439
37440 \end_inset
37441 </cell>
37442 <cell alignment="center" valignment="top" usebox="none">
37443 \begin_inset Text
37444
37445 \begin_layout Plain Layout
37446 }
37447 \end_layout
37448
37449 \end_inset
37450 </cell>
37451 </row>
37452 <row>
37453 <cell alignment="center" valignment="top" usebox="none">
37454 \begin_inset Text
37455
37456 \begin_layout Plain Layout
37457
37458 \backslash
37459 rbracket
37460 \end_layout
37461
37462 \end_inset
37463 </cell>
37464 <cell alignment="center" valignment="top" usebox="none">
37465 \begin_inset Text
37466
37467 \begin_layout Plain Layout
37468 ]
37469 \end_layout
37470
37471 \end_inset
37472 </cell>
37473 </row>
37474 <row>
37475 <cell alignment="center" valignment="top" usebox="none">
37476 \begin_inset Text
37477
37478 \begin_layout Plain Layout
37479
37480 \backslash
37481 rightarrow
37482 \end_layout
37483
37484 \end_inset
37485 </cell>
37486 <cell alignment="center" valignment="top" usebox="none">
37487 \begin_inset Text
37488
37489 \begin_layout Plain Layout
37490
37491 \backslash
37492 to
37493 \end_layout
37494
37495 \end_inset
37496 </cell>
37497 </row>
37498 <row>
37499 <cell alignment="center" valignment="top" usebox="none">
37500 \begin_inset Text
37501
37502 \begin_layout Plain Layout
37503
37504 \backslash
37505 lnot
37506 \end_layout
37507
37508 \end_inset
37509 </cell>
37510 <cell alignment="center" valignment="top" usebox="none">
37511 \begin_inset Text
37512
37513 \begin_layout Plain Layout
37514
37515 \backslash
37516 neg
37517 \end_layout
37518
37519 \end_inset
37520 </cell>
37521 </row>
37522 <row>
37523 <cell alignment="center" valignment="top" usebox="none">
37524 \begin_inset Text
37525
37526 \begin_layout Plain Layout
37527
37528 \backslash
37529 ne
37530 \end_layout
37531
37532 \end_inset
37533 </cell>
37534 <cell alignment="center" valignment="top" usebox="none">
37535 \begin_inset Text
37536
37537 \begin_layout Plain Layout
37538
37539 \backslash
37540 not=
37541 \end_layout
37542
37543 \end_inset
37544 </cell>
37545 </row>
37546 <row>
37547 <cell alignment="center" valignment="top" usebox="none">
37548 \begin_inset Text
37549
37550 \begin_layout Plain Layout
37551
37552 \backslash
37553 owns
37554 \end_layout
37555
37556 \end_inset
37557 </cell>
37558 <cell alignment="center" valignment="top" usebox="none">
37559 \begin_inset Text
37560
37561 \begin_layout Plain Layout
37562
37563 \backslash
37564 ni
37565 \end_layout
37566
37567 \end_inset
37568 </cell>
37569 </row>
37570 <row>
37571 <cell alignment="center" valignment="top" usebox="none">
37572 \begin_inset Text
37573
37574 \begin_layout Plain Layout
37575
37576 \backslash
37577 square
37578 \end_layout
37579
37580 \end_inset
37581 </cell>
37582 <cell alignment="center" valignment="top" usebox="none">
37583 \begin_inset Text
37584
37585 \begin_layout Plain Layout
37586
37587 \backslash
37588 Box
37589 \end_layout
37590
37591 \end_inset
37592 </cell>
37593 </row>
37594 <row>
37595 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37596 \begin_inset Text
37597
37598 \begin_layout Plain Layout
37599
37600 \backslash
37601 Vert
37602 \end_layout
37603
37604 \end_inset
37605 </cell>
37606 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37607 \begin_inset Text
37608
37609 \begin_layout Plain Layout
37610
37611 \backslash
37612 |
37613 \end_layout
37614
37615 \end_inset
37616 </cell>
37617 </row>
37618 </lyxtabular>
37619
37620 \end_inset
37621
37622
37623 \begin_inset space \hfill{}
37624 \end_inset
37625
37626
37627 \end_layout
37628
37629 \begin_layout Standard
37630 \begin_inset Newpage newpage
37631 \end_inset
37632
37633
37634 \end_layout
37635
37636 \begin_layout Bibliography
37637 \begin_inset CommandInset bibitem
37638 LatexCommand bibitem
37639 key "TLC2"
37640
37641 \end_inset
37642
37643
37644 \shape smallcaps
37645 Mittelbach, F.
37646  ; Goossens, M.
37647 \shape default
37648
37649 \shape italic
37650 The \SpecialChar LaTeX
37651  Companion
37652 \shape default
37653 .
37654  Addison Wesley, 2004
37655 \end_layout
37656
37657 \begin_layout Bibliography
37658 \begin_inset CommandInset bibitem
37659 LatexCommand bibitem
37660 key "Mathmode"
37661
37662 \end_inset
37663
37664
37665 \begin_inset CommandInset href
37666 LatexCommand href
37667 name "Description"
37668 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37669
37670 \end_inset
37671
37672  of \SpecialChar LaTeX
37673 's math abilities
37674 \end_layout
37675
37676 \begin_layout Bibliography
37677 \begin_inset CommandInset bibitem
37678 LatexCommand bibitem
37679 key "AMS"
37680
37681 \end_inset
37682
37683
37684 \begin_inset CommandInset href
37685 LatexCommand href
37686 name "Description"
37687 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37688
37689 \end_inset
37690
37691  of 
37692 \begin_inset ERT
37693 status collapsed
37694
37695 \begin_layout Plain Layout
37696
37697
37698 \backslash
37699 AmS
37700 \end_layout
37701
37702 \end_inset
37703
37704 -\SpecialChar LaTeX
37705
37706 \end_layout
37707
37708 \begin_layout Bibliography
37709 \begin_inset CommandInset bibitem
37710 LatexCommand bibitem
37711 key "Symbols"
37712
37713 \end_inset
37714
37715
37716 \begin_inset CommandInset href
37717 LatexCommand href
37718 name "List"
37719 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37720
37721 \end_inset
37722
37723  of all symbols available with \SpecialChar LaTeX
37724 -packages
37725 \end_layout
37726
37727 \begin_layout Bibliography
37728 \begin_inset CommandInset bibitem
37729 LatexCommand bibitem
37730 key "cancel"
37731
37732 \end_inset
37733
37734
37735 \begin_inset CommandInset href
37736 LatexCommand href
37737 name "Documentation"
37738 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37739
37740 \end_inset
37741
37742  of the \SpecialChar LaTeX
37743 -package 
37744 \series bold
37745 cancel
37746 \series default
37747
37748 \begin_inset Index idx
37749 status collapsed
37750
37751 \begin_layout Plain Layout
37752 Packages ! cancel
37753 \end_layout
37754
37755 \end_inset
37756
37757
37758 \end_layout
37759
37760 \begin_layout Bibliography
37761 \begin_inset CommandInset bibitem
37762 LatexCommand bibitem
37763 key "hyperref"
37764
37765 \end_inset
37766
37767
37768 \begin_inset CommandInset href
37769 LatexCommand href
37770 name "Documentation"
37771 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37772
37773 \end_inset
37774
37775  of the \SpecialChar LaTeX
37776 -package 
37777 \series bold
37778 hyperref
37779 \series default
37780
37781 \begin_inset Index idx
37782 status collapsed
37783
37784 \begin_layout Plain Layout
37785 Packages ! hyperref
37786 \end_layout
37787
37788 \end_inset
37789
37790
37791 \end_layout
37792
37793 \begin_layout Bibliography
37794 \begin_inset CommandInset bibitem
37795 LatexCommand bibitem
37796 key "mhchem"
37797
37798 \end_inset
37799
37800
37801 \begin_inset CommandInset href
37802 LatexCommand href
37803 name "Documentation"
37804 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37805
37806 \end_inset
37807
37808  of the \SpecialChar LaTeX
37809 -package 
37810 \series bold
37811 mhchem
37812 \series default
37813
37814 \begin_inset Index idx
37815 status collapsed
37816
37817 \begin_layout Plain Layout
37818 Packages ! mhchem
37819 \end_layout
37820
37821 \end_inset
37822
37823
37824 \end_layout
37825
37826 \begin_layout Bibliography
37827 \begin_inset CommandInset bibitem
37828 LatexCommand bibitem
37829 key "Duden"
37830
37831 \end_inset
37832
37833
37834 \emph on
37835 Duden Band 1
37836 \emph default
37837 .
37838  22.
37839  Auflage, Duden 2001
37840 \end_layout
37841
37842 \begin_layout Bibliography
37843 \begin_inset CommandInset bibitem
37844 LatexCommand bibitem
37845 key "Checklist"
37846
37847 \end_inset
37848
37849
37850 \begin_inset CommandInset href
37851 LatexCommand href
37852 name "Check list"
37853 target "http://physics.nist.gov/Document/checklist.pdf"
37854
37855 \end_inset
37856
37857  for reviewing manuscripts
37858 \end_layout
37859
37860 \begin_layout Standard
37861 \begin_inset CommandInset index_print
37862 LatexCommand printindex
37863 type "idx"
37864
37865 \end_inset
37866
37867
37868 \end_layout
37869
37870 \end_body
37871 \end_document