]> git.lyx.org Git - features.git/blob - lib/doc/Math.lyx
Math.lyx: replace tables by formal ones - part 6
[features.git] / lib / doc / Math.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 499
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 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 \fi % end if pdflatex is used
26
27 % solves the following problem:
28 % If the dection number consits of too many numerals the section heading
29 % will be printed in the TOC without a space between it and the section number.
30 % As solution more space between the number and the heading is inserted:
31 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
32 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
33
34 % increase link area for cross-references and autoname them,
35 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
36 \@ifundefined{extrasenglish}{\usepackage[english]{babel}}{}
37 \@ifpackageloaded{babel}{
38  \addto\extrasenglish{%
39   \renewcommand*{\equationautorefname}[1]{}%
40   \renewcommand{\sectionautorefname}{sec.\negthinspace}%
41   \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
42   \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
43  }
44 }{}
45
46 % don't load packages twice
47 % see first footnote in sec. 9.3
48 \@ifundefined{textcolor}{\usepackage{color}}{}
49
50 % the pages of the TOC are numbered roman
51 % and a PDF-bookmark for the TOC is added
52 \pagenumbering{roman}
53 \let\myTOC\tableofcontents
54 \renewcommand{\tableofcontents}{%
55  \vspace{1cm}
56  \pdfbookmark[1]{\contentsname}{}
57  \myTOC
58  \cleardoublepage
59  \pagenumbering{arabic}}
60
61 % add 0.5 mm vertical space for table rows
62 \@ifundefined{extrarowheight} {\usepackage{array}}{}
63 \setlength{\extrarowheight}{0.5mm}
64
65 % insert additional vertical space of 1.5 mm between footnotes,
66 \let\myFoot\footnote
67 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
68
69 % makes caption labels bold
70 \setkomafont{captionlabel}{\bfseries}
71
72 % enables calculation of values
73 \usepackage{calc}
74
75 % for multiple columns used in sec. 24.7
76 \usepackage{multicol}
77
78 % needed in sec. 19.4
79 \usepackage{remreset}
80
81 % for the Fourier transformation symbol
82 \usepackage{mathrsfs}
83
84 % define a color, used in sec.9.3
85 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
86
87 % declare operators (see sec. 10.4 and sec. 15.2)
88 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
89 \DeclareMathOperator{\sgn}{sgn}
90
91 % example definitions for sec. 20.1 
92 \newcommand{\gr}{\Longrightarrow}
93 \newcommand{\us}[1]{\underline{#1}}
94 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
95 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
96 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
97
98 % example macro from sec. 19.4
99 %\def\tagform@#1{\maketag@@@{|#1|}}
100
101
102 % ------------------------------------
103 % used to check for needed LaTeX packages
104 \usepackage{ifthen}
105
106 % check for package undertilde
107 % used for the command \utilde
108 \newboolean{undertilde}
109 \IfFileExists{undertilde.sty}
110  {\usepackage{undertilde}
111   \setboolean{undertilde}{true}}
112  {\setboolean{undertilde}{false}}
113
114 % check for package eurosym
115 % used for the Euro symbol
116 \newboolean{eurosym}
117 \IfFileExists{eurosym.sty}
118  {\usepackage[gennarrow]{eurosym}
119   \setboolean{eurosym}{true}}
120  {\setboolean{eurosym}{false}}
121
122 % check for package braket
123 % used for physical vectors
124 \newboolean{braket}
125 \IfFileExists{braket.sty}
126  {\usepackage{braket}
127   \setboolean{braket}{true}}
128  {\setboolean{braket}{false}}
129
130 % check for package cancel
131 \newboolean{cancel}
132 \IfFileExists{cancel.sty}
133  {\usepackage{cancel}
134   \setboolean{cancel}{true}}
135  {\setboolean{cancel}{false}}
136
137 % check for package upgreek
138 \newboolean{upgreek}
139 \IfFileExists{upgreek.sty}
140  {\usepackage{upgreek}
141   \setboolean{upgreek}{true}}
142  {\setboolean{upgreek}{false}}
143 \end_preamble
144 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
145 \use_default_options false
146 \maintain_unincluded_children false
147 \language english
148 \language_package default
149 \inputencoding auto
150 \fontencoding global
151 \font_roman default
152 \font_sans default
153 \font_typewriter default
154 \font_math auto
155 \font_default_family default
156 \use_non_tex_fonts false
157 \font_sc false
158 \font_osf false
159 \font_sf_scale 100
160 \font_tt_scale 100
161 \graphics default
162 \default_output_format default
163 \output_sync 0
164 \bibtex_command default
165 \index_command default
166 \paperfontsize 12
167 \spacing single
168 \use_hyperref true
169 \pdf_title "LyX's Math Manual"
170 \pdf_author "LyX Team, Uwe Stöhr"
171 \pdf_subject "LyX-documentation about math"
172 \pdf_keywords "LyX, Mathed"
173 \pdf_bookmarks true
174 \pdf_bookmarksnumbered true
175 \pdf_bookmarksopen true
176 \pdf_bookmarksopenlevel 1
177 \pdf_breaklinks false
178 \pdf_pdfborder false
179 \pdf_colorlinks true
180 \pdf_backref false
181 \pdf_pdfusetitle false
182 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
183 \papersize a4paper
184 \use_geometry false
185 \use_package amsmath 2
186 \use_package amssymb 2
187 \use_package cancel 0
188 \use_package esint 1
189 \use_package mathdots 1
190 \use_package mathtools 2
191 \use_package mhchem 1
192 \use_package stackrel 0
193 \use_package stmaryrd 0
194 \use_package undertilde 0
195 \cite_engine basic
196 \cite_engine_type default
197 \biblio_style plain
198 \use_bibtopic false
199 \use_indices false
200 \paperorientation portrait
201 \suppress_date false
202 \justification true
203 \use_refstyle 0
204 \notefontcolor #0000ff
205 \index Index
206 \shortcut idx
207 \color #008000
208 \end_index
209 \secnumdepth 4
210 \tocdepth 3
211 \paragraph_separation skip
212 \defskip medskip
213 \quotes_language english
214 \papercolumns 1
215 \papersides 2
216 \paperpagestyle plain
217 \bullet 1 0 6 -1
218 \bullet 2 2 35 -1
219 \bullet 3 2 7 -1
220 \tracking_changes false
221 \output_changes false
222 \html_math_output 0
223 \html_css_as_file 0
224 \html_be_strict false
225 \end_header
226
227 \begin_body
228
229 \begin_layout Title
230 \SpecialChar LyX
231 's detailed Math manual
232 \end_layout
233
234 \begin_layout Author
235 by the \SpecialChar LyX
236  Team
237 \begin_inset Foot
238 status collapsed
239
240 \begin_layout Plain Layout
241 \noindent
242 If you have comments or error corrections, please send them to the \SpecialChar LyX
243  Documentatio
244 n mailing list: 
245 \family typewriter
246
247 \begin_inset CommandInset href
248 LatexCommand href
249 name "lyx-docs@lists.lyx.org"
250 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
251 type "mailto:"
252
253 \end_inset
254
255
256 \end_layout
257
258 \end_inset
259
260
261 \begin_inset Note Note
262 status collapsed
263
264 \begin_layout Plain Layout
265 author: Uwe Stöhr
266 \end_layout
267
268 \end_inset
269
270
271 \begin_inset Newline newline
272 \end_inset
273
274
275 \begin_inset Newline newline
276 \end_inset
277
278
279 \family sans
280 Version 2.1.x
281 \end_layout
282
283 \begin_layout Standard
284 \begin_inset CommandInset toc
285 LatexCommand tableofcontents
286
287 \end_inset
288
289
290 \end_layout
291
292 \begin_layout Standard
293 \begin_inset Note Note
294 status open
295
296 \begin_layout Plain Layout
297 To export this document to PDF, PS or DVI the \SpecialChar LaTeX
298 -packages 
299 \series bold
300 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
301 \series default
302  and 
303 \series bold
304 was
305 \series default
306  should be installed.
307  If they are not installed the document can be exported anyway but the sections
308  where the packages are required will not appear in the output.
309  An exception is 
310 \series bold
311 mhchem
312 \series default
313 ; if it is not installed, this file cannot be exported.
314 \end_layout
315
316 \begin_layout Plain Layout
317 The latest PDF-version of this document can be found here:
318 \begin_inset Newline newline
319 \end_inset
320
321
322 \series bold
323 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
324 \end_layout
325
326 \end_inset
327
328
329 \end_layout
330
331 \begin_layout Standard
332 \begin_inset Newpage newpage
333 \end_inset
334
335
336 \end_layout
337
338 \begin_layout Section
339 Introduction
340 \end_layout
341
342 \begin_layout Standard
343 This document explains \SpecialChar LyX
344 's math features and is furthermore a collection
345  of \SpecialChar LaTeX
346 -commands used for mathematical characters and constructs.
347  The explanations are designed for the usage of commands.
348  It is therefore required that you have read the section 
349 \family typewriter
350 Mathematical
351 \begin_inset space ~
352 \end_inset
353
354 Formulas
355 \family default
356  of the User's Guide.
357 \end_layout
358
359 \begin_layout Standard
360 Most of the characters and many constructs explained in this manual are
361  also accessible via the menu 
362 \family sans
363 Insert
364 \series bold
365 \SpecialChar menuseparator
366
367 \series default
368 Math
369 \family default
370  or the 
371 \family sans
372 math
373 \family default
374 \series bold
375  
376 \family sans
377 \series default
378 toolbar
379 \family default
380 .
381  But everybody who has to write lots of formulas will notice that it is
382  much faster to use commands instead of the math toolbar.
383  Therefore this manual is focused on commands but also mentions the correspondin
384 g toolbar buttons when available.
385 \end_layout
386
387 \begin_layout Standard
388 If not specially mentioned the commands are only available within formulas.
389  To be able to use all commands explained in this document, the option 
390 \family sans
391 Use AMS math package
392 \family default
393  must be checked in the document settings (menu 
394 \family sans
395 Document\SpecialChar menuseparator
396 Settings\SpecialChar menuseparator
397 Math
398 \begin_inset space ~
399 \end_inset
400
401 Options
402 \family default
403 ).
404 \begin_inset Foot
405 status collapsed
406
407 \begin_layout Plain Layout
408 The option 
409 \family sans
410 Use AMS math package automatically
411 \family default
412  only uses 
413 \begin_inset ERT
414 status collapsed
415
416 \begin_layout Plain Layout
417
418
419 \backslash
420 AmS 
421 \end_layout
422
423 \end_inset
424
425 -math when math constructs are found that are supported by \SpecialChar LyX
426 .
427 \end_layout
428
429 \end_inset
430
431
432 \end_layout
433
434 \begin_layout Standard
435 This document doesn't list all 
436 \begin_inset ERT
437 status collapsed
438
439 \begin_layout Plain Layout
440
441
442 \backslash
443 AmS 
444 \end_layout
445
446 \end_inset
447
448 -math commands
449 \begin_inset Foot
450 status collapsed
451
452 \begin_layout Plain Layout
453 A list with all 
454 \begin_inset ERT
455 status collapsed
456
457 \begin_layout Plain Layout
458
459
460 \backslash
461 AmS
462 \end_layout
463
464 \end_inset
465
466 -math commands is in the file 
467 \family sans
468
469 \begin_inset CommandInset href
470 LatexCommand href
471 name "amsguide.ps"
472 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
473
474 \end_inset
475
476
477 \family default
478 , which is part of every \SpecialChar LaTeX
479  standard installation.
480 \end_layout
481
482 \end_inset
483
484  for lucidity reasons.
485 \end_layout
486
487 \begin_layout Section
488 General Instructions
489 \end_layout
490
491 \begin_layout Standard
492 To create an inline formula
493 \begin_inset Index idx
494 status collapsed
495
496 \begin_layout Plain Layout
497 Formula ! inline
498 \end_layout
499
500 \end_inset
501
502  that is embedded into a text line, use one of the shortcuts 
503 \begin_inset Info
504 type  "shortcuts"
505 arg   "math-mode"
506 \end_inset
507
508  or the toolbar button 
509 \begin_inset Info
510 type  "icon"
511 arg   "math-mode"
512 \end_inset
513
514 .
515 \begin_inset Newline newline
516 \end_inset
517
518 To create a display style formula
519 \begin_inset Index idx
520 status collapsed
521
522 \begin_layout Plain Layout
523 Formula ! display style
524 \end_layout
525
526 \end_inset
527
528  which will appear bigger, has a different format, and will be in a separate
529  paragraph, use one of these shortcuts: 
530 \begin_inset Info
531 type  "shortcuts"
532 arg   "math-display"
533 \end_inset
534
535 .
536 \end_layout
537
538 \begin_layout Standard
539 To change a display style formula to an inline formula, set the cursor into
540  the formula and use one of the shortcuts 
541 \begin_inset Info
542 type  "shortcuts"
543 arg   "math-mode"
544 \end_inset
545
546  or the menu 
547 \family sans
548 Edit\SpecialChar menuseparator
549 Math\SpecialChar menuseparator
550 Change formula type
551 \family default
552 .
553  The same way is used to change an inline formula to a display style formula.
554 \end_layout
555
556 \begin_layout Standard
557 To display parts of an inline formula in the size of a display style formula,
558  enter the command 
559 \series bold
560
561 \backslash
562 displaystyle
563 \series default
564
565 \begin_inset Index idx
566 status collapsed
567
568 \begin_layout Plain Layout
569 Commands ! D ! 
570 \backslash
571 displaystyle
572 \end_layout
573
574 \end_inset
575
576  to a formula.
577  Then a new blue box appears in which the desired formula part is inserted.
578 \end_layout
579
580 \begin_layout Standard
581 Only inline formulas are allowed inside tables.
582 \end_layout
583
584 \begin_layout Standard
585 The 
586 \family sans
587 math toolbar
588 \family default
589  can be turned on in the menu 
590 \family sans
591 View\SpecialChar menuseparator
592 Toolbars
593 \family default
594 .
595  When you click there on 
596 \begin_inset Quotes eld
597 \end_inset
598
599 Math
600 \begin_inset Quotes erd
601 \end_inset
602
603  the toolbar will be shown permanently at the bottom; this state is visualized
604  in the 
605 \family sans
606 Toolbars
607 \family default
608  menu with a checkmark.
609  When you click in this state again on 
610 \begin_inset Quotes eld
611 \end_inset
612
613 Math
614 \begin_inset Quotes erd
615 \end_inset
616
617  in the 
618 \family sans
619 Toolbars
620 \family default
621  menu, the 
622 \family sans
623 math toolbar
624 \family default
625  is only shown when the cursor is within a formula; this state is visualized
626  by the renaming of the menu entry from 
627 \begin_inset Quotes eld
628 \end_inset
629
630 Math
631 \begin_inset Quotes erd
632 \end_inset
633
634  to 
635 \begin_inset Quotes eld
636 \end_inset
637
638 Math
639 \begin_inset space ~
640 \end_inset
641
642 (auto)
643 \begin_inset Quotes erd
644 \end_inset
645
646 .
647 \end_layout
648
649 \begin_layout Standard
650 The \SpecialChar TeX
651  mode
652 \begin_inset Index idx
653 status collapsed
654
655 \begin_layout Plain Layout
656 T@\SpecialChar TeX
657 -mode
658 \end_layout
659
660 \end_inset
661
662  is invoked by pressing the toolbar button 
663 \begin_inset Info
664 type  "icon"
665 arg   "ert-insert"
666 \end_inset
667
668  or by using the menu 
669 \family sans
670 Insert\SpecialChar menuseparator
671 TeX Code
672 \family default
673  (shortcut 
674 \begin_inset Info
675 type  "shortcut"
676 arg   "ert-insert"
677 \end_inset
678
679 ).
680 \end_layout
681
682 \begin_layout Standard
683 To change the \SpecialChar LaTeX
684 -preamble
685 \begin_inset Index idx
686 status collapsed
687
688 \begin_layout Plain Layout
689 L@\SpecialChar LaTeX
690 -preamble
691 \end_layout
692
693 \end_inset
694
695 , use the menu 
696 \family sans
697 Document\SpecialChar menuseparator
698 Settings\SpecialChar menuseparator
699 LaTeX
700 \family default
701  
702 \family sans
703 Preamble
704 \family default
705 .
706 \end_layout
707
708 \begin_layout Standard
709 To edit matrices, case differentiations and multiline formulas subsequently,
710  use the menus 
711 \family sans
712 Edit\SpecialChar menuseparator
713 Math
714 \family default
715  and 
716 \family sans
717 Edit\SpecialChar menuseparator
718 Rows
719 \begin_inset space \thinspace{}
720 \end_inset
721
722 &
723 \begin_inset space \thinspace{}
724 \end_inset
725
726 Columns,
727 \family default
728  or the 
729 \family sans
730 table toolbar
731 \family default
732 .
733  When lines and columns are swapped via the menu, the column or line where
734  the cursor is in is exchanged with the column to the right or the line
735  below, respectively.
736  Is the cursor in the last column or row, the exchange is done with the
737  column to the left or the line above.
738 \end_layout
739
740 \begin_layout Standard
741 To write text in formulas
742 \begin_inset Foot
743 status collapsed
744
745 \begin_layout Plain Layout
746 For multiline formulas the command 
747 \series bold
748
749 \backslash
750 intertext
751 \series default
752  is used, see 
753 \begin_inset CommandInset ref
754 LatexCommand ref
755 reference "subsec:Text-in-multiline"
756
757 \end_inset
758
759 .
760 \end_layout
761
762 \end_inset
763
764  
765 \emph on
766 mathematical text
767 \emph default
768
769 \begin_inset Index idx
770 status collapsed
771
772 \begin_layout Plain Layout
773 Text ! in formulas
774 \end_layout
775
776 \end_inset
777
778
779 \begin_inset Index idx
780 status collapsed
781
782 \begin_layout Plain Layout
783 Mathematical text
784 \end_layout
785
786 \end_inset
787
788  is used.
789  This mode is invoked with the shortcut 
790 \begin_inset Info
791 type  "shortcut"
792 arg   "font-default"
793 \end_inset
794
795  or by the insertion of the command 
796 \series bold
797
798 \backslash
799 text
800 \series default
801
802 \begin_inset Index idx
803 status collapsed
804
805 \begin_layout Plain Layout
806 Commands ! T ! 
807 \backslash
808 text
809 \end_layout
810
811 \end_inset
812
813 .
814  The text appears black in \SpecialChar LyX
815  and can therefore be distinguished from the
816  other formula parts which appear blue.
817  In the output mathematical text is set upright, in contrary to other formula
818  parts.
819 \end_layout
820
821 \begin_layout Subsection*
822 Command Scheme
823 \end_layout
824
825 \begin_layout Standard
826 Most of the \SpecialChar LaTeX
827 -commands for math constructs have the following scheme:
828 \end_layout
829
830 \begin_layout Standard
831
832 \series bold
833
834 \backslash
835 commandname[optional
836 \series default
837  
838 \series bold
839 argument]{required
840 \series default
841  
842 \series bold
843 argument}
844 \end_layout
845
846 \begin_layout Standard
847 A command always starts with a backslash 
848 \begin_inset Quotes gld
849 \end_inset
850
851
852 \series bold
853
854 \backslash
855
856 \series default
857
858 \begin_inset Quotes grd
859 \end_inset
860
861 .
862  To omit optional arguments, also omit the associated brackets.
863  The braces around the required arguments are named in this document as
864  \SpecialChar TeX
865  braces
866 \begin_inset Index idx
867 status collapsed
868
869 \begin_layout Plain Layout
870 T@\SpecialChar TeX
871 -braces
872 \end_layout
873
874 \end_inset
875
876 .
877  If you add in a formula a left brace to a command name, \SpecialChar LyX
878  automatically
879  creates a \SpecialChar TeX
880  brace.
881  In all other cases \SpecialChar TeX
882  braces are created in formulas with the command 
883 \series bold
884
885 \backslash
886 {
887 \series default
888 .
889  \SpecialChar TeX
890  braces appear red in \SpecialChar LyX
891 , in contrary to normal braces which appear blue.
892  In \SpecialChar TeX
893  mode no command is needed to get \SpecialChar TeX
894  braces.
895  \SpecialChar TeX
896  braces don't appear in the output.
897 \end_layout
898
899 \begin_layout Standard
900 When commands without arguments, like commands for symbols are entered in
901  \SpecialChar TeX
902  mode, a space character must 
903 \emph on
904 always
905 \emph default
906  be behind the command to end it.
907  This space doesn't appear in the output.
908  When the space should appear in the output, the space must be followed
909  by a protected space in normal text.
910 \end_layout
911
912 \begin_layout Standard
913 A protected space is inserted with 
914 \begin_inset Info
915 type  "shortcuts"
916 arg   "command-alternatives space-insert protected ; math-space"
917 \end_inset
918
919 .
920 \end_layout
921
922 \begin_layout Subsection*
923 \begin_inset Newpage newpage
924 \end_inset
925
926 Syntax Explanation
927 \end_layout
928
929 \begin_layout Itemize
930 The symbol 
931 \begin_inset space \textvisiblespace{}
932 \end_inset
933
934  denotes a space character to be input.
935 \end_layout
936
937 \begin_layout Itemize
938 An arrow like 
939 \begin_inset Formula $\to$
940 \end_inset
941
942  denotes the usage of the corresponding arrow key on the keyboard.
943  The 
944 \family sans
945 Tab
946 \family default
947  key can often be used instead of 
948 \begin_inset Formula $\to$
949 \end_inset
950
951  and 
952 \begin_inset Formula $\downarrow$
953 \end_inset
954
955 , and 
956 \family sans
957 Shift+Tab
958 \family default
959  instead of 
960 \begin_inset Formula $\leftarrow$
961 \end_inset
962
963  and 
964 \begin_inset Formula $\uparrow$
965 \end_inset
966
967 .
968 \end_layout
969
970 \begin_layout Subsection*
971 Available units
972 \end_layout
973
974 \begin_layout Standard
975 \align center
976 \begin_inset Float table
977 placement H
978 wide false
979 sideways false
980 status open
981
982 \begin_layout Plain Layout
983 \align center
984 \begin_inset Caption Standard
985
986 \begin_layout Plain Layout
987 \begin_inset CommandInset label
988 LatexCommand label
989 name "tab:Available-units"
990
991 \end_inset
992
993 Available units
994 \end_layout
995
996 \end_inset
997
998
999 \end_layout
1000
1001 \begin_layout Plain Layout
1002 \align center
1003 \begin_inset Tabular
1004 <lyxtabular version="3" rows="13" columns="2">
1005 <features booktabs="true" tabularvalignment="middle">
1006 <column alignment="center" valignment="top">
1007 <column alignment="center" valignment="top" width="0pt">
1008 <row>
1009 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1010 \begin_inset Text
1011
1012 \begin_layout Plain Layout
1013 Unit
1014 \end_layout
1015
1016 \end_inset
1017 </cell>
1018 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1019 \begin_inset Text
1020
1021 \begin_layout Plain Layout
1022 Name / Description
1023 \end_layout
1024
1025 \end_inset
1026 </cell>
1027 </row>
1028 <row>
1029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1030 \begin_inset Text
1031
1032 \begin_layout Plain Layout
1033 mm
1034 \end_layout
1035
1036 \end_inset
1037 </cell>
1038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1039 \begin_inset Text
1040
1041 \begin_layout Plain Layout
1042 Millimeter
1043 \end_layout
1044
1045 \end_inset
1046 </cell>
1047 </row>
1048 <row>
1049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1050 \begin_inset Text
1051
1052 \begin_layout Plain Layout
1053 cm
1054 \end_layout
1055
1056 \end_inset
1057 </cell>
1058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1059 \begin_inset Text
1060
1061 \begin_layout Plain Layout
1062 Centimeter
1063 \end_layout
1064
1065 \end_inset
1066 </cell>
1067 </row>
1068 <row>
1069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1070 \begin_inset Text
1071
1072 \begin_layout Plain Layout
1073 in
1074 \end_layout
1075
1076 \end_inset
1077 </cell>
1078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1079 \begin_inset Text
1080
1081 \begin_layout Plain Layout
1082 Inch (1
1083 \begin_inset space \thinspace{}
1084 \end_inset
1085
1086 in = 2,54
1087 \begin_inset space \thinspace{}
1088 \end_inset
1089
1090 cm)
1091 \end_layout
1092
1093 \end_inset
1094 </cell>
1095 </row>
1096 <row>
1097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1098 \begin_inset Text
1099
1100 \begin_layout Plain Layout
1101 pt
1102 \end_layout
1103
1104 \end_inset
1105 </cell>
1106 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1107 \begin_inset Text
1108
1109 \begin_layout Plain Layout
1110 Point (72.27
1111 \begin_inset space \thinspace{}
1112 \end_inset
1113
1114 pt = 1
1115 \begin_inset space \thinspace{}
1116 \end_inset
1117
1118 in)
1119 \end_layout
1120
1121 \end_inset
1122 </cell>
1123 </row>
1124 <row>
1125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1126 \begin_inset Text
1127
1128 \begin_layout Plain Layout
1129 pc
1130 \end_layout
1131
1132 \end_inset
1133 </cell>
1134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1135 \begin_inset Text
1136
1137 \begin_layout Plain Layout
1138 Pica (1
1139 \begin_inset space \thinspace{}
1140 \end_inset
1141
1142 pc = 12
1143 \begin_inset space \thinspace{}
1144 \end_inset
1145
1146 pt)
1147 \end_layout
1148
1149 \end_inset
1150 </cell>
1151 </row>
1152 <row>
1153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1154 \begin_inset Text
1155
1156 \begin_layout Plain Layout
1157 sp
1158 \end_layout
1159
1160 \end_inset
1161 </cell>
1162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1163 \begin_inset Text
1164
1165 \begin_layout Plain Layout
1166 scaled point (65536
1167 \begin_inset space \thinspace{}
1168 \end_inset
1169
1170 sp = 1
1171 \begin_inset space \thinspace{}
1172 \end_inset
1173
1174 pt)
1175 \end_layout
1176
1177 \end_inset
1178 </cell>
1179 </row>
1180 <row>
1181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1182 \begin_inset Text
1183
1184 \begin_layout Plain Layout
1185 böp
1186 \end_layout
1187
1188 \end_inset
1189 </cell>
1190 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1191 \begin_inset Text
1192
1193 \begin_layout Plain Layout
1194 big point (72
1195 \begin_inset space \thinspace{}
1196 \end_inset
1197
1198 bp = 1
1199 \begin_inset space \thinspace{}
1200 \end_inset
1201
1202 in)
1203 \end_layout
1204
1205 \end_inset
1206 </cell>
1207 </row>
1208 <row>
1209 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1210 \begin_inset Text
1211
1212 \begin_layout Plain Layout
1213 dd
1214 \end_layout
1215
1216 \end_inset
1217 </cell>
1218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1219 \begin_inset Text
1220
1221 \begin_layout Plain Layout
1222 Didot (1
1223 \begin_inset space \thinspace{}
1224 \end_inset
1225
1226 dd 
1227 \begin_inset Formula $\approx$
1228 \end_inset
1229
1230  0.376
1231 \begin_inset space \thinspace{}
1232 \end_inset
1233
1234 mm)
1235 \end_layout
1236
1237 \end_inset
1238 </cell>
1239 </row>
1240 <row>
1241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1242 \begin_inset Text
1243
1244 \begin_layout Plain Layout
1245 cc
1246 \end_layout
1247
1248 \end_inset
1249 </cell>
1250 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1251 \begin_inset Text
1252
1253 \begin_layout Plain Layout
1254 Cicero (1
1255 \begin_inset space \thinspace{}
1256 \end_inset
1257
1258 cc = 12
1259 \begin_inset space \thinspace{}
1260 \end_inset
1261
1262 dd)
1263 \end_layout
1264
1265 \end_inset
1266 </cell>
1267 </row>
1268 <row>
1269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1270 \begin_inset Text
1271
1272 \begin_layout Plain Layout
1273 ex
1274 \end_layout
1275
1276 \end_inset
1277 </cell>
1278 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1279 \begin_inset Text
1280
1281 \begin_layout Plain Layout
1282 Height of letter 
1283 \emph on
1284
1285 \begin_inset Quotes eld
1286 \end_inset
1287
1288 x
1289 \emph default
1290
1291 \begin_inset Quotes erd
1292 \end_inset
1293
1294  in the current font
1295 \end_layout
1296
1297 \end_inset
1298 </cell>
1299 </row>
1300 <row>
1301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1302 \begin_inset Text
1303
1304 \begin_layout Plain Layout
1305 em
1306 \end_layout
1307
1308 \end_inset
1309 </cell>
1310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1311 \begin_inset Text
1312
1313 \begin_layout Plain Layout
1314 width of letter 
1315 \begin_inset Quotes eld
1316 \end_inset
1317
1318
1319 \emph on
1320 M
1321 \emph default
1322
1323 \begin_inset Quotes erd
1324 \end_inset
1325
1326  in the current font
1327 \end_layout
1328
1329 \end_inset
1330 </cell>
1331 </row>
1332 <row>
1333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
1334 \begin_inset Text
1335
1336 \begin_layout Plain Layout
1337 mu
1338 \end_layout
1339
1340 \end_inset
1341 </cell>
1342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
1343 \begin_inset Text
1344
1345 \begin_layout Plain Layout
1346 math unit (1
1347 \begin_inset space \thinspace{}
1348 \end_inset
1349
1350 mu = 
1351 \begin_inset Formula $\nicefrac{1}{18}$
1352 \end_inset
1353
1354
1355 \begin_inset space \thinspace{}
1356 \end_inset
1357
1358 em)
1359 \end_layout
1360
1361 \end_inset
1362 </cell>
1363 </row>
1364 </lyxtabular>
1365
1366 \end_inset
1367
1368
1369 \end_layout
1370
1371 \end_inset
1372
1373
1374 \end_layout
1375
1376 \begin_layout Standard
1377 \begin_inset Newpage newpage
1378 \end_inset
1379
1380
1381 \end_layout
1382
1383 \begin_layout Section
1384 Basic Functions
1385 \end_layout
1386
1387 \begin_layout Subsection
1388 Exponents
1389 \begin_inset Index idx
1390 status collapsed
1391
1392 \begin_layout Plain Layout
1393 Exponents
1394 \end_layout
1395
1396 \end_inset
1397
1398  and Indices
1399 \begin_inset Index idx
1400 status collapsed
1401
1402 \begin_layout Plain Layout
1403 Indices
1404 \end_layout
1405
1406 \end_inset
1407
1408
1409 \begin_inset Index idx
1410 status collapsed
1411
1412 \begin_layout Plain Layout
1413 Superscripts|see
1414 \begin_inset ERT
1415 status collapsed
1416
1417 \begin_layout Plain Layout
1418
1419 {
1420 \end_layout
1421
1422 \end_inset
1423
1424 Exponents
1425 \begin_inset ERT
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429
1430 }
1431 \end_layout
1432
1433 \end_inset
1434
1435
1436 \end_layout
1437
1438 \end_inset
1439
1440
1441 \begin_inset Index idx
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445 Subscripts|see
1446 \begin_inset ERT
1447 status collapsed
1448
1449 \begin_layout Plain Layout
1450
1451 {
1452 \end_layout
1453
1454 \end_inset
1455
1456 Indices
1457 \begin_inset ERT
1458 status collapsed
1459
1460 \begin_layout Plain Layout
1461
1462 }
1463 \end_layout
1464
1465 \end_inset
1466
1467
1468 \end_layout
1469
1470 \end_inset
1471
1472
1473 \end_layout
1474
1475 \begin_layout Standard
1476 Indices are created with an underscore 
1477 \begin_inset Quotes eld
1478 \end_inset
1479
1480 _
1481 \begin_inset Quotes erd
1482 \end_inset
1483
1484  or via the math toolbar button 
1485 \begin_inset Info
1486 type  "icon"
1487 arg   "math-subscript"
1488 \end_inset
1489
1490 , exponents with a caret 
1491 \begin_inset Quotes eld
1492 \end_inset
1493
1494 ^
1495 \begin_inset Quotes erd
1496 \end_inset
1497
1498  or via the math toolbar button 
1499 \begin_inset Info
1500 type  "icon"
1501 arg   "math-superscript"
1502 \end_inset
1503
1504 .
1505 \begin_inset Separator parbreak
1506 \end_inset
1507
1508
1509 \end_layout
1510
1511 \begin_layout Standard
1512 \align center
1513 \begin_inset Tabular
1514 <lyxtabular version="3" rows="4" columns="2">
1515 <features booktabs="true" tabularvalignment="middle">
1516 <column alignment="center" valignment="top" width="0pt">
1517 <column alignment="center" valignment="top" width="0pt">
1518 <row>
1519 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1520 \begin_inset Text
1521
1522 \begin_layout Plain Layout
1523 Command
1524 \end_layout
1525
1526 \end_inset
1527 </cell>
1528 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1529 \begin_inset Text
1530
1531 \begin_layout Plain Layout
1532 Result
1533 \end_layout
1534
1535 \end_inset
1536 </cell>
1537 </row>
1538 <row>
1539 <cell alignment="center" valignment="top" usebox="none">
1540 \begin_inset Text
1541
1542 \begin_layout Plain Layout
1543 B_V
1544 \end_layout
1545
1546 \end_inset
1547 </cell>
1548 <cell alignment="center" valignment="top" usebox="none">
1549 \begin_inset Text
1550
1551 \begin_layout Plain Layout
1552 \begin_inset Formula $B_{V}$
1553 \end_inset
1554
1555
1556 \end_layout
1557
1558 \end_inset
1559 </cell>
1560 </row>
1561 <row topspace="1.5mm">
1562 <cell alignment="center" valignment="top" usebox="none">
1563 \begin_inset Text
1564
1565 \begin_layout Plain Layout
1566 B^V
1567 \end_layout
1568
1569 \end_inset
1570 </cell>
1571 <cell alignment="center" valignment="top" usebox="none">
1572 \begin_inset Text
1573
1574 \begin_layout Plain Layout
1575 \begin_inset Formula $B^{V}$
1576 \end_inset
1577
1578
1579 \end_layout
1580
1581 \end_inset
1582 </cell>
1583 </row>
1584 <row topspace="1.5mm">
1585 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1586 \begin_inset Text
1587
1588 \begin_layout Plain Layout
1589 B^
1590 \begin_inset space \textvisiblespace{}
1591 \end_inset
1592
1593 A
1594 \end_layout
1595
1596 \end_inset
1597 </cell>
1598 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1599 \begin_inset Text
1600
1601 \begin_layout Plain Layout
1602 \begin_inset Formula $B^{A}$
1603 \end_inset
1604
1605
1606 \end_layout
1607
1608 \end_inset
1609 </cell>
1610 </row>
1611 </lyxtabular>
1612
1613 \end_inset
1614
1615
1616 \end_layout
1617
1618 \begin_layout Standard
1619 As the caret is in some languages an accent, vowels will be accentuated
1620  in this case and not set as exponents
1621 \begin_inset Foot
1622 status collapsed
1623
1624 \begin_layout Plain Layout
1625 Depending on the used keyboard settings this can also happen for characters
1626  other than vowels.
1627 \end_layout
1628
1629 \end_inset
1630
1631 .
1632  To get exponents in this case, press 
1633 \family sans
1634 Space
1635 \family default
1636  after the caret as in the last example.
1637 \end_layout
1638
1639 \begin_layout Subsection
1640 Fractions
1641 \begin_inset CommandInset label
1642 LatexCommand label
1643 name "subsec:Fractions"
1644
1645 \end_inset
1646
1647
1648 \begin_inset Index idx
1649 status collapsed
1650
1651 \begin_layout Plain Layout
1652 Fractions
1653 \end_layout
1654
1655 \end_inset
1656
1657
1658 \end_layout
1659
1660 \begin_layout Standard
1661 Fractions are generated with the command 
1662 \series bold
1663
1664 \backslash
1665 frac
1666 \series default
1667
1668 \begin_inset Index idx
1669 status collapsed
1670
1671 \begin_layout Plain Layout
1672 Commands ! F ! 
1673 \backslash
1674 frac
1675 \end_layout
1676
1677 \end_inset
1678
1679  or via the math toolbar button 
1680 \begin_inset Info
1681 type  "icon"
1682 arg   "math-insert \\frac"
1683 \end_inset
1684
1685 .
1686  The font size is adjusted automatically, depending on whether the fraction
1687  is in an inline or display style formula.
1688  With the math toolbar button 
1689 \begin_inset Info
1690 type  "icon"
1691 arg   "math-insert \\frac-square"
1692 \end_inset
1693
1694  you can select different fraction types.
1695 \end_layout
1696
1697 \begin_layout Standard
1698 With the command 
1699 \series bold
1700
1701 \backslash
1702 dfrac
1703 \series default
1704
1705 \begin_inset Index idx
1706 status collapsed
1707
1708 \begin_layout Plain Layout
1709 Commands ! D ! 
1710 \backslash
1711 dfrac
1712 \end_layout
1713
1714 \end_inset
1715
1716  a fraction can be created that always has the size of a display style formula.
1717  With 
1718 \series bold
1719
1720 \backslash
1721 tfrac
1722 \series default
1723
1724 \begin_inset Index idx
1725 status collapsed
1726
1727 \begin_layout Plain Layout
1728 Commands ! T ! 
1729 \backslash
1730 tfrac
1731 \end_layout
1732
1733 \end_inset
1734
1735  the fraction appears always with the size of an inline formula.
1736  An example:
1737 \end_layout
1738
1739 \begin_layout Standard
1740 A line with the fraction 
1741 \begin_inset Formula $\frac{1}{2}$
1742 \end_inset
1743
1744  that was created with the command 
1745 \series bold
1746
1747 \backslash
1748 frac
1749 \series default
1750 .
1751 \end_layout
1752
1753 \begin_layout Standard
1754 A line with the fraction 
1755 \begin_inset Formula $\dfrac{1}{2}$
1756 \end_inset
1757
1758  that was created with the command 
1759 \series bold
1760
1761 \backslash
1762 dfrac
1763 \series default
1764 .
1765 \begin_inset Separator parbreak
1766 \end_inset
1767
1768
1769 \end_layout
1770
1771 \begin_layout Standard
1772 \align center
1773 \begin_inset Tabular
1774 <lyxtabular version="3" rows="4" columns="2">
1775 <features booktabs="true" tabularvalignment="middle">
1776 <column alignment="center" valignment="top" width="0pt">
1777 <column alignment="center" valignment="top" width="0pt">
1778 <row>
1779 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1780 \begin_inset Text
1781
1782 \begin_layout Plain Layout
1783 Command
1784 \end_layout
1785
1786 \end_inset
1787 </cell>
1788 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1789 \begin_inset Text
1790
1791 \begin_layout Plain Layout
1792 Result
1793 \end_layout
1794
1795 \end_inset
1796 </cell>
1797 </row>
1798 <row topspace="1.5mm">
1799 <cell alignment="center" valignment="top" usebox="none">
1800 \begin_inset Text
1801
1802 \begin_layout Plain Layout
1803
1804 \backslash
1805 frac
1806 \begin_inset space \textvisiblespace{}
1807 \end_inset
1808
1809 A
1810 \begin_inset Formula $\downarrow$
1811 \end_inset
1812
1813 B
1814 \end_layout
1815
1816 \end_inset
1817 </cell>
1818 <cell alignment="center" valignment="top" usebox="none">
1819 \begin_inset Text
1820
1821 \begin_layout Plain Layout
1822 \begin_inset Formula $\frac{A}{B}$
1823 \end_inset
1824
1825
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 </row>
1831 <row topspace="2mm">
1832 <cell alignment="center" valignment="top" usebox="none">
1833 \begin_inset Text
1834
1835 \begin_layout Plain Layout
1836
1837 \backslash
1838 dfrac
1839 \begin_inset space \textvisiblespace{}
1840 \end_inset
1841
1842 A
1843 \begin_inset Formula $\downarrow$
1844 \end_inset
1845
1846 B
1847 \end_layout
1848
1849 \end_inset
1850 </cell>
1851 <cell alignment="center" valignment="top" usebox="none">
1852 \begin_inset Text
1853
1854 \begin_layout Plain Layout
1855 \begin_inset Formula $\dfrac{A}{B}$
1856 \end_inset
1857
1858
1859 \end_layout
1860
1861 \end_inset
1862 </cell>
1863 </row>
1864 <row topspace="2mm" bottomspace="1mm">
1865 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1866 \begin_inset Text
1867
1868 \begin_layout Plain Layout
1869
1870 \backslash
1871 dfrac
1872 \begin_inset space \textvisiblespace{}
1873 \end_inset
1874
1875 e^
1876 \backslash
1877 frac
1878 \begin_inset space \textvisiblespace{}
1879 \end_inset
1880
1881 1
1882 \begin_inset Formula $\downarrow$
1883 \end_inset
1884
1885 2
1886 \begin_inset Formula $\downarrow\downarrow$
1887 \end_inset
1888
1889 3
1890 \end_layout
1891
1892 \end_inset
1893 </cell>
1894 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1895 \begin_inset Text
1896
1897 \begin_layout Plain Layout
1898 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
1899 \end_inset
1900
1901
1902 \end_layout
1903
1904 \end_inset
1905 </cell>
1906 </row>
1907 </lyxtabular>
1908
1909 \end_inset
1910
1911
1912 \end_layout
1913
1914 \begin_layout Standard
1915 \begin_inset VSpace bigskip
1916 \end_inset
1917
1918
1919 \begin_inset Newpage newpage
1920 \end_inset
1921
1922 For nested fractions the command 
1923 \series bold
1924
1925 \backslash
1926 cfrac
1927 \series default
1928
1929 \begin_inset Index idx
1930 status collapsed
1931
1932 \begin_layout Plain Layout
1933 Commands ! C ! 
1934 \backslash
1935 cfrac
1936 \end_layout
1937
1938 \end_inset
1939
1940  can be used.
1941  Here is an example:
1942 \begin_inset VSpace -3mm
1943 \end_inset
1944
1945
1946 \end_layout
1947
1948 \begin_layout Standard
1949 \begin_inset Formula 
1950 \begin{align*}
1951 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
1952 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1953 \end{align*}
1954
1955 \end_inset
1956
1957
1958 \end_layout
1959
1960 \begin_layout Standard
1961 The command for the example above is:
1962 \end_layout
1963
1964 \begin_layout Standard
1965
1966 \series bold
1967
1968 \backslash
1969 cfrac
1970 \begin_inset space \textvisiblespace{}
1971 \end_inset
1972
1973 A
1974 \begin_inset Formula $\downarrow$
1975 \end_inset
1976
1977 B+
1978 \backslash
1979 cfrac
1980 \begin_inset space \textvisiblespace{}
1981 \end_inset
1982
1983 C+
1984 \backslash
1985 cfrac
1986 \begin_inset space \textvisiblespace{}
1987 \end_inset
1988
1989 E
1990 \begin_inset Formula $\downarrow$
1991 \end_inset
1992
1993 F
1994 \begin_inset Formula $\downarrow$
1995 \end_inset
1996
1997 D
1998 \end_layout
1999
2000 \begin_layout Standard
2001 \begin_inset VSpace medskip
2002 \end_inset
2003
2004
2005 \end_layout
2006
2007 \begin_layout Standard
2008
2009 \series bold
2010
2011 \backslash
2012 cfrac
2013 \series default
2014  sets the fraction always in the size of a displayed formula, also when
2015  it is part of another fraction.
2016 \end_layout
2017
2018 \begin_layout Standard
2019 It is possible to specify the alignment of the numerator.
2020  The command 
2021 \series bold
2022
2023 \backslash
2024 cfracleft
2025 \series default
2026  is used to left align it, the command 
2027 \series bold
2028
2029 \backslash
2030 cfracright
2031 \series default
2032  to right-align it.
2033  
2034 \series bold
2035
2036 \backslash
2037 cfrac
2038 \series default
2039  centers the numerator.
2040  These fractions demonstrate the different alignments:
2041 \end_layout
2042
2043 \begin_layout Standard
2044
2045 \series bold
2046 \begin_inset Formula 
2047 \[
2048 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2049 \]
2050
2051 \end_inset
2052
2053
2054 \end_layout
2055
2056 \begin_layout Standard
2057 \begin_inset Note Greyedout
2058 status open
2059
2060 \begin_layout Plain Layout
2061
2062 \series bold
2063 Note:
2064 \series default
2065  
2066 \series bold
2067
2068 \backslash
2069 cfracleft
2070 \series default
2071  and 
2072 \series bold
2073
2074 \backslash
2075 cfracright
2076 \series default
2077  are no real \SpecialChar LaTeX
2078  commands but represent the command 
2079 \series bold
2080
2081 \backslash
2082 cfrac[alignment]{numerator}{denominator}
2083 \series default
2084  .
2085  Therefore you cannot use them in \SpecialChar TeX
2086  code.
2087 \end_layout
2088
2089 \end_inset
2090
2091
2092 \end_layout
2093
2094 \begin_layout Standard
2095 \begin_inset VSpace medskip
2096 \end_inset
2097
2098 It is often advantageous to combine 
2099 \series bold
2100
2101 \backslash
2102 cfrac
2103 \series default
2104  and 
2105 \series bold
2106
2107 \backslash
2108 frac
2109 \series default
2110 :
2111 \begin_inset Formula 
2112 \[
2113 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2114 \]
2115
2116 \end_inset
2117
2118
2119 \end_layout
2120
2121 \begin_layout Standard
2122 For inline fractions with a sloped fraction stroke you can use the command
2123  
2124 \series bold
2125
2126 \backslash
2127 nicefrac
2128 \series default
2129
2130 \begin_inset Index idx
2131 status collapsed
2132
2133 \begin_layout Plain Layout
2134 Commands ! N ! 
2135 \backslash
2136 nicefrac
2137 \end_layout
2138
2139 \end_inset
2140
2141
2142 \begin_inset Formula $\nicefrac{5}{31}$
2143 \end_inset
2144
2145  or 
2146 \series bold
2147
2148 \backslash
2149 unitfrac
2150 \series default
2151
2152 \begin_inset Index idx
2153 status collapsed
2154
2155 \begin_layout Plain Layout
2156 Commands ! U ! 
2157 \backslash
2158 unitfrac
2159 \end_layout
2160
2161 \end_inset
2162
2163
2164 \begin_inset Formula $\unitfrac{5}{31}$
2165 \end_inset
2166
2167  There is furthermore the command 
2168 \series bold
2169
2170 \backslash
2171 unitfracthree
2172 \series default
2173  that offers to write a fraction in combination with a number: 
2174 \begin_inset Formula $\unitfrac[2]{1}{3}$
2175 \end_inset
2176
2177
2178 \end_layout
2179
2180 \begin_layout Standard
2181 \begin_inset Note Greyedout
2182 status open
2183
2184 \begin_layout Plain Layout
2185
2186 \series bold
2187 Note:
2188 \series default
2189  
2190 \series bold
2191
2192 \backslash
2193 unitfracthree
2194 \series default
2195  is not a real \SpecialChar LaTeX
2196  command but the command
2197 \begin_inset Newline newline
2198 \end_inset
2199
2200
2201 \series bold
2202
2203 \backslash
2204 unitfrac[number]{numerator}{denominator}
2205 \series default
2206  .
2207  Therefore you cannot use it in \SpecialChar TeX
2208  code.
2209 \end_layout
2210
2211 \end_inset
2212
2213
2214 \end_layout
2215
2216 \begin_layout Standard
2217 How to define own fractions where the fraction stroke can be changed, is
2218  explained in 
2219 \begin_inset CommandInset ref
2220 LatexCommand ref
2221 reference "subsec:Self-defined-Fractions"
2222
2223 \end_inset
2224
2225 .
2226 \end_layout
2227
2228 \begin_layout Standard
2229 Multiline fractions are explained in 
2230 \begin_inset CommandInset ref
2231 LatexCommand ref
2232 reference "subsec:Multiline-Fractions"
2233
2234 \end_inset
2235
2236 .
2237 \end_layout
2238
2239 \begin_layout Subsection
2240 Roots
2241 \begin_inset Index idx
2242 status collapsed
2243
2244 \begin_layout Plain Layout
2245 Roots
2246 \end_layout
2247
2248 \end_inset
2249
2250
2251 \end_layout
2252
2253 \begin_layout Standard
2254 Square roots are created with 
2255 \series bold
2256
2257 \backslash
2258 sqrt
2259 \series default
2260
2261 \begin_inset Index idx
2262 status collapsed
2263
2264 \begin_layout Plain Layout
2265 Commands ! S ! 
2266 \backslash
2267 sqrt
2268 \end_layout
2269
2270 \end_inset
2271
2272  or the math toolbar button 
2273 \begin_inset Info
2274 type  "icon"
2275 arg   "math-insert \\sqrt"
2276 \end_inset
2277
2278 , all other roots with the command 
2279 \series bold
2280
2281 \backslash
2282 root
2283 \series default
2284
2285 \begin_inset Index idx
2286 status collapsed
2287
2288 \begin_layout Plain Layout
2289 Commands ! R ! 
2290 \backslash
2291 root
2292 \end_layout
2293
2294 \end_inset
2295
2296  or with the math toolbar button 
2297 \begin_inset Info
2298 type  "icon"
2299 arg   "math-insert \\root"
2300 \end_inset
2301
2302 .
2303 \begin_inset Separator parbreak
2304 \end_inset
2305
2306
2307 \end_layout
2308
2309 \begin_layout Standard
2310 \align center
2311 \begin_inset Tabular
2312 <lyxtabular version="3" rows="3" columns="2">
2313 <features booktabs="true" tabularvalignment="middle">
2314 <column alignment="center" valignment="top" width="0pt">
2315 <column alignment="center" valignment="top" width="0pt">
2316 <row>
2317 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2318 \begin_inset Text
2319
2320 \begin_layout Plain Layout
2321 Command
2322 \end_layout
2323
2324 \end_inset
2325 </cell>
2326 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2327 \begin_inset Text
2328
2329 \begin_layout Plain Layout
2330 Result
2331 \end_layout
2332
2333 \end_inset
2334 </cell>
2335 </row>
2336 <row topspace="1mm">
2337 <cell alignment="center" valignment="top" usebox="none">
2338 \begin_inset Text
2339
2340 \begin_layout Plain Layout
2341
2342 \backslash
2343 sqrt
2344 \begin_inset space \textvisiblespace{}
2345 \end_inset
2346
2347 A-B
2348 \end_layout
2349
2350 \end_inset
2351 </cell>
2352 <cell alignment="center" valignment="top" usebox="none">
2353 \begin_inset Text
2354
2355 \begin_layout Plain Layout
2356 \begin_inset Formula $\sqrt{A-B}$
2357 \end_inset
2358
2359
2360 \end_layout
2361
2362 \end_inset
2363 </cell>
2364 </row>
2365 <row topspace="1mm">
2366 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2367 \begin_inset Text
2368
2369 \begin_layout Plain Layout
2370
2371 \backslash
2372 root
2373 \begin_inset space \textvisiblespace{}
2374 \end_inset
2375
2376 3
2377 \begin_inset Formula $\downarrow$
2378 \end_inset
2379
2380 A-B
2381 \end_layout
2382
2383 \end_inset
2384 </cell>
2385 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2386 \begin_inset Text
2387
2388 \begin_layout Plain Layout
2389 \begin_inset Formula $\sqrt[3]{A-B}$
2390 \end_inset
2391
2392
2393 \end_layout
2394
2395 \end_inset
2396 </cell>
2397 </row>
2398 </lyxtabular>
2399
2400 \end_inset
2401
2402
2403 \end_layout
2404
2405 \begin_layout Standard
2406 A square root can also be created with 
2407 \series bold
2408
2409 \backslash
2410 root
2411 \series default
2412  when the root index field is left empty.
2413 \end_layout
2414
2415 \begin_layout Standard
2416 With certain indices the distance to the root is too small, like in this
2417  formula: 
2418 \begin_inset Formula $\sqrt[\beta]{B}$
2419 \end_inset
2420
2421
2422 \begin_inset Newline newline
2423 \end_inset
2424
2425 The 
2426 \begin_inset Formula $\beta$
2427 \end_inset
2428
2429  touches the root.
2430  To avoid this, the commands 
2431 \series bold
2432
2433 \backslash
2434 leftroot
2435 \series default
2436
2437 \begin_inset Index idx
2438 status collapsed
2439
2440 \begin_layout Plain Layout
2441 Commands ! L ! 
2442 \backslash
2443 leftroot
2444 \end_layout
2445
2446 \end_inset
2447
2448  and 
2449 \series bold
2450
2451 \backslash
2452 uproot
2453 \series default
2454
2455 \begin_inset Index idx
2456 status collapsed
2457
2458 \begin_layout Plain Layout
2459 Commands ! U ! 
2460 \backslash
2461 uproot
2462 \end_layout
2463
2464 \end_inset
2465
2466  are used with the following scheme:
2467 \end_layout
2468
2469 \begin_layout Standard
2470
2471 \series bold
2472
2473 \backslash
2474 leftroot{distance}
2475 \series default
2476  and 
2477 \series bold
2478
2479 \backslash
2480 uproot{distance}
2481 \end_layout
2482
2483 \begin_layout Standard
2484 Distance is the number of Big Points (unit bp; 
2485 \begin_inset Formula $\mathrm{72\,bp=1\,inch}$
2486 \end_inset
2487
2488 ), that the index should be moved to the left or top, resp..
2489  The commands are written to the index.
2490  This way the command
2491 \begin_inset Newline newline
2492 \end_inset
2493
2494
2495 \series bold
2496
2497 \backslash
2498 root
2499 \backslash
2500 leftroot{-1
2501 \begin_inset Formula $\to$
2502 \end_inset
2503
2504
2505 \backslash
2506 uproot{2
2507 \begin_inset Formula $\to$
2508 \end_inset
2509
2510
2511 \backslash
2512 beta
2513 \begin_inset space \textvisiblespace{}
2514 \end_inset
2515
2516
2517 \begin_inset Formula $\to$
2518 \end_inset
2519
2520 B
2521 \begin_inset Newline newline
2522 \end_inset
2523
2524
2525 \series default
2526 produces a correct typeset formula: 
2527 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2528 \end_inset
2529
2530
2531 \end_layout
2532
2533 \begin_layout Subsection
2534 Binomial Coefficients
2535 \begin_inset Index idx
2536 status collapsed
2537
2538 \begin_layout Plain Layout
2539 Binomial coefficients
2540 \end_layout
2541
2542 \end_inset
2543
2544
2545 \end_layout
2546
2547 \begin_layout Standard
2548 Binomial coefficients are inserted with the command 
2549 \series bold
2550
2551 \backslash
2552 binom
2553 \series default
2554
2555 \begin_inset Index idx
2556 status collapsed
2557
2558 \begin_layout Plain Layout
2559 Commands ! B ! 
2560 \backslash
2561 binom
2562 \end_layout
2563
2564 \end_inset
2565
2566  or with the submenu of the math toolbar button 
2567 \begin_inset Info
2568 type  "icon"
2569 arg   "math-insert \\frac-square"
2570 \end_inset
2571
2572 .
2573  As with fractions (
2574 \series bold
2575
2576 \backslash
2577 frac
2578 \series default
2579 ) in addition to 
2580 \series bold
2581
2582 \backslash
2583 binom
2584 \series default
2585  there are the commands 
2586 \series bold
2587
2588 \backslash
2589 dbinom
2590 \series default
2591
2592 \begin_inset Index idx
2593 status collapsed
2594
2595 \begin_layout Plain Layout
2596 Commands ! D ! 
2597 \backslash
2598 dbinom
2599 \end_layout
2600
2601 \end_inset
2602
2603  and 
2604 \series bold
2605
2606 \backslash
2607 tbinom
2608 \series default
2609
2610 \begin_inset Index idx
2611 status collapsed
2612
2613 \begin_layout Plain Layout
2614 Commands ! T ! 
2615 \backslash
2616 tbinom
2617 \end_layout
2618
2619 \end_inset
2620
2621 .
2622  For other brackets around binomial coeficients there are the commands 
2623 \series bold
2624
2625 \backslash
2626 brace
2627 \series default
2628
2629 \begin_inset Index idx
2630 status collapsed
2631
2632 \begin_layout Plain Layout
2633 Commands ! B ! 
2634 \backslash
2635 brace
2636 \end_layout
2637
2638 \end_inset
2639
2640  and 
2641 \series bold
2642
2643 \backslash
2644 brack
2645 \series default
2646
2647 \begin_inset Index idx
2648 status collapsed
2649
2650 \begin_layout Plain Layout
2651 Commands ! B ! 
2652 \backslash
2653 brack
2654 \end_layout
2655
2656 \end_inset
2657
2658 .
2659 \begin_inset Separator parbreak
2660 \end_inset
2661
2662
2663 \end_layout
2664
2665 \begin_layout Standard
2666 \align center
2667 \begin_inset Tabular
2668 <lyxtabular version="3" rows="6" columns="2">
2669 <features booktabs="true" tabularvalignment="middle">
2670 <column alignment="center" valignment="top" width="0pt">
2671 <column alignment="center" valignment="top" width="0pt">
2672 <row>
2673 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2674 \begin_inset Text
2675
2676 \begin_layout Plain Layout
2677 Command
2678 \end_layout
2679
2680 \end_inset
2681 </cell>
2682 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2683 \begin_inset Text
2684
2685 \begin_layout Plain Layout
2686 Result
2687 \end_layout
2688
2689 \end_inset
2690 </cell>
2691 </row>
2692 <row topspace="1mm">
2693 <cell alignment="center" valignment="top" usebox="none">
2694 \begin_inset Text
2695
2696 \begin_layout Plain Layout
2697
2698 \backslash
2699 binom
2700 \begin_inset space \textvisiblespace{}
2701 \end_inset
2702
2703 A
2704 \begin_inset Formula $\downarrow$
2705 \end_inset
2706
2707 B
2708 \end_layout
2709
2710 \end_inset
2711 </cell>
2712 <cell alignment="center" valignment="top" usebox="none">
2713 \begin_inset Text
2714
2715 \begin_layout Plain Layout
2716 \begin_inset Formula $\binom{A}{B}$
2717 \end_inset
2718
2719
2720 \end_layout
2721
2722 \end_inset
2723 </cell>
2724 </row>
2725 <row topspace="2mm">
2726 <cell alignment="center" valignment="top" usebox="none">
2727 \begin_inset Text
2728
2729 \begin_layout Plain Layout
2730
2731 \backslash
2732 dbinom
2733 \begin_inset space \textvisiblespace{}
2734 \end_inset
2735
2736 A
2737 \begin_inset Formula $\downarrow$
2738 \end_inset
2739
2740 B
2741 \end_layout
2742
2743 \end_inset
2744 </cell>
2745 <cell alignment="center" valignment="top" usebox="none">
2746 \begin_inset Text
2747
2748 \begin_layout Plain Layout
2749 \begin_inset Formula $\dbinom{A}{B}$
2750 \end_inset
2751
2752
2753 \end_layout
2754
2755 \end_inset
2756 </cell>
2757 </row>
2758 <row topspace="2mm" bottomspace="0.5mm">
2759 <cell alignment="center" valignment="top" usebox="none">
2760 \begin_inset Text
2761
2762 \begin_layout Plain Layout
2763
2764 \backslash
2765 tbinom
2766 \begin_inset space \textvisiblespace{}
2767 \end_inset
2768
2769 A
2770 \begin_inset Formula $\downarrow$
2771 \end_inset
2772
2773 B
2774 \end_layout
2775
2776 \end_inset
2777 </cell>
2778 <cell alignment="center" valignment="top" usebox="none">
2779 \begin_inset Text
2780
2781 \begin_layout Plain Layout
2782 \begin_inset Formula $\tbinom{A}{B}$
2783 \end_inset
2784
2785
2786 \end_layout
2787
2788 \end_inset
2789 </cell>
2790 </row>
2791 <row topspace="1mm">
2792 <cell alignment="center" valignment="top" topline="true" usebox="none">
2793 \begin_inset Text
2794
2795 \begin_layout Plain Layout
2796
2797 \backslash
2798 brack
2799 \begin_inset space \textvisiblespace{}
2800 \end_inset
2801
2802 A
2803 \begin_inset Formula $\downarrow$
2804 \end_inset
2805
2806 B
2807 \end_layout
2808
2809 \end_inset
2810 </cell>
2811 <cell alignment="center" valignment="top" topline="true" usebox="none">
2812 \begin_inset Text
2813
2814 \begin_layout Plain Layout
2815 \begin_inset Formula ${A \brack B}$
2816 \end_inset
2817
2818
2819 \end_layout
2820
2821 \end_inset
2822 </cell>
2823 </row>
2824 <row topspace="2mm" bottomspace="0.5mm">
2825 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2826 \begin_inset Text
2827
2828 \begin_layout Plain Layout
2829
2830 \backslash
2831 brace
2832 \begin_inset space \textvisiblespace{}
2833 \end_inset
2834
2835 A
2836 \begin_inset Formula $\downarrow$
2837 \end_inset
2838
2839 B
2840 \end_layout
2841
2842 \end_inset
2843 </cell>
2844 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2845 \begin_inset Text
2846
2847 \begin_layout Plain Layout
2848 \begin_inset Formula ${A \brace B}$
2849 \end_inset
2850
2851
2852 \end_layout
2853
2854 \end_inset
2855 </cell>
2856 </row>
2857 </lyxtabular>
2858
2859 \end_inset
2860
2861
2862 \end_layout
2863
2864 \begin_layout Subsection
2865 Case Differentiations
2866 \begin_inset Index idx
2867 status collapsed
2868
2869 \begin_layout Plain Layout
2870 Case differentiations 
2871 \end_layout
2872
2873 \end_inset
2874
2875
2876 \end_layout
2877
2878 \begin_layout Standard
2879 \align center
2880 \begin_inset Tabular
2881 <lyxtabular version="3" rows="3" columns="2">
2882 <features booktabs="true" tabularvalignment="middle">
2883 <column alignment="center" valignment="top" width="0pt">
2884 <column alignment="center" valignment="top" width="0pt">
2885 <row>
2886 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2887 \begin_inset Text
2888
2889 \begin_layout Plain Layout
2890 Command
2891 \end_layout
2892
2893 \end_inset
2894 </cell>
2895 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2896 \begin_inset Text
2897
2898 \begin_layout Plain Layout
2899 Result
2900 \end_layout
2901
2902 \end_inset
2903 </cell>
2904 </row>
2905 <row>
2906 <cell alignment="center" valignment="top" usebox="none">
2907 \begin_inset Text
2908
2909 \begin_layout Plain Layout
2910
2911 \backslash
2912 cases
2913 \begin_inset space \textvisiblespace{}
2914 \end_inset
2915
2916 A
2917 \begin_inset Formula $\to$
2918 \end_inset
2919
2920 B>0
2921 \begin_inset Index idx
2922 status collapsed
2923
2924 \begin_layout Plain Layout
2925 Commands ! C ! 
2926 \backslash
2927 cases
2928 \end_layout
2929
2930 \end_inset
2931
2932
2933 \end_layout
2934
2935 \end_inset
2936 </cell>
2937 <cell alignment="center" valignment="top" usebox="none">
2938 \begin_inset Text
2939
2940 \begin_layout Plain Layout
2941 \begin_inset Formula $\begin{cases}
2942 A & B>0\end{cases}$
2943 \end_inset
2944
2945
2946 \end_layout
2947
2948 \end_inset
2949 </cell>
2950 </row>
2951 <row topspace="1.5mm">
2952 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2953 \begin_inset Text
2954
2955 \begin_layout Plain Layout
2956
2957 \backslash
2958 cases
2959 \begin_inset space \textvisiblespace{}
2960 \end_inset
2961
2962
2963 \begin_inset Info
2964 type  "shortcut"
2965 arg   "newline-insert newline"
2966 \end_inset
2967
2968
2969 \end_layout
2970
2971 \end_inset
2972 </cell>
2973 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2974 \begin_inset Text
2975
2976 \begin_layout Plain Layout
2977 \begin_inset Formula $\begin{cases}
2978 A & \textrm{for }x>0\\
2979 B & \textrm{for }x=0
2980 \end{cases}$
2981 \end_inset
2982
2983
2984 \end_layout
2985
2986 \end_inset
2987 </cell>
2988 </row>
2989 </lyxtabular>
2990
2991 \end_inset
2992
2993
2994 \end_layout
2995
2996 \begin_layout Standard
2997 After inserting 
2998 \series bold
2999
3000 \backslash
3001 cases
3002 \series default
3003  or pressing the math toolbar button 
3004 \begin_inset Info
3005 type  "icon"
3006 arg   "math-insert \\cases"
3007 \end_inset
3008
3009  you can create new lines with the shortcut 
3010 \begin_inset Info
3011 type  "shortcut"
3012 arg   "newline-insert newline"
3013 \end_inset
3014
3015  or the table toolbar button 
3016 \begin_inset Info
3017 type  "icon"
3018 arg   "inset-modify tabular append-row"
3019 \end_inset
3020
3021 .
3022 \end_layout
3023
3024 \begin_layout Standard
3025 The command 
3026 \series bold
3027
3028 \backslash
3029 cases
3030 \series default
3031  is also available via the menu 
3032 \family sans
3033 Insert\SpecialChar menuseparator
3034 Math\SpecialChar menuseparator
3035 Cases-Environment
3036 \family default
3037 .
3038 \end_layout
3039
3040 \begin_layout Subsection
3041 Negations
3042 \begin_inset Index idx
3043 status collapsed
3044
3045 \begin_layout Plain Layout
3046 Negations
3047 \end_layout
3048
3049 \end_inset
3050
3051
3052 \end_layout
3053
3054 \begin_layout Standard
3055 By inserting 
3056 \series bold
3057
3058 \backslash
3059 not
3060 \series default
3061
3062 \begin_inset Index idx
3063 status collapsed
3064
3065 \begin_layout Plain Layout
3066 Commands ! N ! 
3067 \backslash
3068 not
3069 \end_layout
3070
3071 \end_inset
3072
3073  every character can be displayed canceled.
3074  The characters are quasi accentuated by a slash.
3075 \begin_inset Separator parbreak
3076 \end_inset
3077
3078
3079 \end_layout
3080
3081 \begin_layout Standard
3082 \align center
3083 \begin_inset Tabular
3084 <lyxtabular version="3" rows="4" columns="2">
3085 <features booktabs="true" tabularvalignment="middle">
3086 <column alignment="center" valignment="top" width="0pt">
3087 <column alignment="center" valignment="top" width="0pt">
3088 <row>
3089 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3090 \begin_inset Text
3091
3092 \begin_layout Plain Layout
3093 Command
3094 \end_layout
3095
3096 \end_inset
3097 </cell>
3098 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3099 \begin_inset Text
3100
3101 \begin_layout Plain Layout
3102 Result
3103 \end_layout
3104
3105 \end_inset
3106 </cell>
3107 </row>
3108 <row>
3109 <cell alignment="center" valignment="top" usebox="none">
3110 \begin_inset Text
3111
3112 \begin_layout Plain Layout
3113
3114 \backslash
3115 not=
3116 \end_layout
3117
3118 \end_inset
3119 </cell>
3120 <cell alignment="center" valignment="top" usebox="none">
3121 \begin_inset Text
3122
3123 \begin_layout Plain Layout
3124 \begin_inset Formula $\not=$
3125 \end_inset
3126
3127
3128 \end_layout
3129
3130 \end_inset
3131 </cell>
3132 </row>
3133 <row>
3134 <cell alignment="center" valignment="top" usebox="none">
3135 \begin_inset Text
3136
3137 \begin_layout Plain Layout
3138
3139 \backslash
3140 not 
3141 \backslash
3142 le
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 <cell alignment="center" valignment="top" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151 \begin_inset Formula $\not\le$
3152 \end_inset
3153
3154
3155 \end_layout
3156
3157 \end_inset
3158 </cell>
3159 </row>
3160 <row>
3161 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Plain Layout
3165
3166 \backslash
3167 not 
3168 \backslash
3169 parallel
3170 \end_layout
3171
3172 \end_inset
3173 </cell>
3174 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3175 \begin_inset Text
3176
3177 \begin_layout Plain Layout
3178 \begin_inset Formula $\not\parallel$
3179 \end_inset
3180
3181
3182 \end_layout
3183
3184 \end_inset
3185 </cell>
3186 </row>
3187 </lyxtabular>
3188
3189 \end_inset
3190
3191
3192 \end_layout
3193
3194 \begin_layout Standard
3195 The last example shows that not all negations look good.
3196  Therefore there are special commands for some negations (see 
3197 \begin_inset CommandInset ref
3198 LatexCommand ref
3199 reference "subsec:Mathematical-Symbols"
3200
3201 \end_inset
3202
3203  and 
3204 \begin_inset CommandInset ref
3205 LatexCommand ref
3206 reference "sec:Relations"
3207
3208 \end_inset
3209
3210 ).
3211 \end_layout
3212
3213 \begin_layout Subsection
3214 Placeholders
3215 \begin_inset CommandInset label
3216 LatexCommand label
3217 name "subsec:Placeholders"
3218
3219 \end_inset
3220
3221
3222 \begin_inset Index idx
3223 status collapsed
3224
3225 \begin_layout Plain Layout
3226 Placeholders
3227 \end_layout
3228
3229 \end_inset
3230
3231
3232 \begin_inset Index idx
3233 status collapsed
3234
3235 \begin_layout Plain Layout
3236 Chemical characters ! Isotopes
3237 \end_layout
3238
3239 \end_inset
3240
3241
3242 \begin_inset Index idx
3243 status collapsed
3244
3245 \begin_layout Plain Layout
3246 Isotopes|see
3247 \begin_inset ERT
3248 status collapsed
3249
3250 \begin_layout Plain Layout
3251
3252 {
3253 \end_layout
3254
3255 \end_inset
3256
3257 Chemical characters
3258 \begin_inset ERT
3259 status collapsed
3260
3261 \begin_layout Plain Layout
3262
3263 }
3264 \end_layout
3265
3266 \end_inset
3267
3268
3269 \end_layout
3270
3271 \end_inset
3272
3273
3274 \end_layout
3275
3276 \begin_layout Standard
3277 When displaying e.
3278 \begin_inset space \thinspace{}
3279 \end_inset
3280
3281 g.
3282 \begin_inset space \space{}
3283 \end_inset
3284
3285 isotopes
3286 \begin_inset Foot
3287 status collapsed
3288
3289 \begin_layout Plain Layout
3290 Typesetting isotopes and chemical symbols is described in 
3291 \begin_inset CommandInset ref
3292 LatexCommand ref
3293 reference "subsec:Chemical-Symbols-and"
3294
3295 \end_inset
3296
3297 .
3298 \end_layout
3299
3300 \end_inset
3301
3302  the following problem occurs:
3303 \begin_inset Separator parbreak
3304 \end_inset
3305
3306
3307 \end_layout
3308
3309 \begin_layout Standard
3310 \align center
3311 \begin_inset Tabular
3312 <lyxtabular version="3" rows="2" columns="2">
3313 <features booktabs="true" tabularvalignment="middle">
3314 <column alignment="center" valignment="top" width="0pt">
3315 <column alignment="center" valignment="top" width="0pt">
3316 <row>
3317 <cell alignment="center" valignment="top" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321 Indices created with sub- and superscripts:
3322 \end_layout
3323
3324 \end_inset
3325 </cell>
3326 <cell alignment="center" valignment="top" usebox="none">
3327 \begin_inset Text
3328
3329 \begin_layout Plain Layout
3330 \begin_inset Formula $_{9}^{19}\mathrm{F}$
3331 \end_inset
3332
3333
3334 \end_layout
3335
3336 \end_inset
3337 </cell>
3338 </row>
3339 <row topspace="1.5mm">
3340 <cell alignment="center" valignment="top" usebox="none">
3341 \begin_inset Text
3342
3343 \begin_layout Plain Layout
3344 correct indices:
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 <cell alignment="center" valignment="top" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3354 \end_inset
3355
3356
3357 \end_layout
3358
3359 \end_inset
3360 </cell>
3361 </row>
3362 </lyxtabular>
3363
3364 \end_inset
3365
3366
3367 \end_layout
3368
3369 \begin_layout Standard
3370 The shorter index is by default placed below or above the first character
3371  of the longer index.
3372  To avoid this there is the command 
3373 \series bold
3374
3375 \backslash
3376 phantom
3377 \series default
3378
3379 \begin_inset Index idx
3380 status collapsed
3381
3382 \begin_layout Plain Layout
3383 Commands ! P ! 
3384 \backslash
3385 phantom
3386 \end_layout
3387
3388 \end_inset
3389
3390  or the math toolbar button
3391 \begin_inset space \thinspace{}
3392 \end_inset
3393
3394
3395 \begin_inset Foot
3396 status collapsed
3397
3398 \begin_layout Plain Layout
3399 can be found in the submenu of the toolbar button 
3400 \begin_inset Info
3401 type  "icon"
3402 arg   "math-insert \\space"
3403 \end_inset
3404
3405
3406 \end_layout
3407
3408 \end_inset
3409
3410  
3411 \begin_inset Graphics
3412         filename ../images/math/phantom.png
3413         scale 85
3414
3415 \end_inset
3416
3417  that creates one or more phantom characters.
3418  When inserting 
3419 \series bold
3420
3421 \backslash
3422 phantom
3423 \series default
3424  a small blue box appears that is superposed with two red arrows.
3425  The arrows indicate that the complete width and height of the box content
3426  will be created as placeholder.
3427  Phantom characters are accordingly placeholders with the size of the characters.
3428 \begin_inset Separator parbreak
3429 \end_inset
3430
3431
3432 \end_layout
3433
3434 \begin_layout Standard
3435 \align center
3436 \begin_inset Tabular
3437 <lyxtabular version="3" rows="4" columns="2">
3438 <features booktabs="true" tabularvalignment="middle">
3439 <column alignment="center" valignment="top" width="0pt">
3440 <column alignment="center" valignment="top" width="0pt">
3441 <row>
3442 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446 Command
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455 Result
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 </row>
3461 <row topspace="1.5mm">
3462 <cell alignment="center" valignment="top" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466 ^19
3467 \begin_inset space \textvisiblespace{}
3468 \end_inset
3469
3470 _
3471 \backslash
3472 phantom
3473 \begin_inset space \textvisiblespace{}
3474 \end_inset
3475
3476 1
3477 \begin_inset Formula $\to$
3478 \end_inset
3479
3480 9
3481 \begin_inset space \textvisiblespace{}
3482 \end_inset
3483
3484 F
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell alignment="center" valignment="top" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3494 \end_inset
3495
3496
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 </row>
3502 <row topspace="1.5mm" bottomspace="0.5mm">
3503 <cell alignment="center" valignment="top" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507 ^235
3508 \begin_inset space \textvisiblespace{}
3509 \end_inset
3510
3511 _
3512 \backslash
3513 phantom
3514 \begin_inset space \textvisiblespace{}
3515 \end_inset
3516
3517 23
3518 \begin_inset Formula $\to$
3519 \end_inset
3520
3521 9
3522 \begin_inset space \textvisiblespace{}
3523 \end_inset
3524
3525 F
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 <cell alignment="center" valignment="top" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
3535 \end_inset
3536
3537
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 </row>
3543 <row topspace="1.5mm" bottomspace="0.5mm">
3544 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548
3549 \backslash
3550 Lambda^
3551 \begin_inset space \textvisiblespace{}
3552 \end_inset
3553
3554
3555 \backslash
3556 phantom
3557 \begin_inset space \textvisiblespace{}
3558 \end_inset
3559
3560 ii
3561 \begin_inset Formula $\to$
3562 \end_inset
3563
3564 t
3565 \begin_inset space \textvisiblespace{}
3566 \end_inset
3567
3568 _MMt
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
3578 \end_inset
3579
3580
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 </row>
3586 </lyxtabular>
3587
3588 \end_inset
3589
3590
3591 \end_layout
3592
3593 \begin_layout Standard
3594 Furthermore there are the commands 
3595 \series bold
3596
3597 \backslash
3598 vphantom
3599 \series default
3600
3601 \begin_inset Index idx
3602 status collapsed
3603
3604 \begin_layout Plain Layout
3605 Commands ! V ! 
3606 \backslash
3607 vphantom
3608 \end_layout
3609
3610 \end_inset
3611
3612  (toolbar button 
3613 \begin_inset space ~
3614 \end_inset
3615
3616
3617 \begin_inset Graphics
3618         filename ../images/math/vphantom.png
3619         scale 85
3620
3621 \end_inset
3622
3623 ) and 
3624 \series bold
3625
3626 \backslash
3627 hphantom
3628 \series default
3629
3630 \begin_inset Index idx
3631 status collapsed
3632
3633 \begin_layout Plain Layout
3634 Commands ! H ! 
3635 \backslash
3636 hphantom
3637 \end_layout
3638
3639 \end_inset
3640
3641  (toolbar button 
3642 \begin_inset space ~
3643 \end_inset
3644
3645
3646 \begin_inset Graphics
3647         filename ../images/math/hphantom.png
3648         scale 85
3649
3650 \end_inset
3651
3652 ).
3653  
3654 \series bold
3655
3656 \backslash
3657 hphantom
3658 \series default
3659  creates only space for the maximal height of the characters in the box
3660  but not for its width.
3661  
3662 \series bold
3663
3664 \backslash
3665 vphantom
3666 \series default
3667  creates only space for the width of the box content.
3668  Therefore  the boxes of both commands have only one red arrow.
3669 \end_layout
3670
3671 \begin_layout Standard
3672 For example the command 
3673 \series bold
3674
3675 \backslash
3676 vphantom
3677 \begin_inset space \textvisiblespace{}
3678 \end_inset
3679
3680 a
3681 \backslash
3682 int
3683 \series default
3684  creates space for the height of the integral sign,
3685 \begin_inset Foot
3686 status collapsed
3687
3688 \begin_layout Plain Layout
3689 The command 
3690 \series bold
3691
3692 \backslash
3693 int
3694 \series default
3695  creates an integral sign, see 
3696 \begin_inset CommandInset ref
3697 LatexCommand ref
3698 reference "subsec:Big-Operators"
3699
3700 \end_inset
3701
3702 .
3703 \end_layout
3704
3705 \end_inset
3706
3707  because this is the larger character.
3708  An example application is in 
3709 \begin_inset CommandInset ref
3710 LatexCommand ref
3711 reference "subsec:Multiline-Brackets"
3712
3713 \end_inset
3714
3715 .
3716 \end_layout
3717
3718 \begin_layout Standard
3719 Placeholders can also be used for text when they are inserted via the menu
3720  
3721 \family sans
3722 Insert\SpecialChar menuseparator
3723 Formatting\SpecialChar menuseparator
3724 Phantom
3725 \family default
3726 :
3727 \end_layout
3728
3729 \begin_layout Standard
3730 This is a sentence.
3731 \begin_inset Newline newline
3732 \end_inset
3733
3734
3735 \begin_inset Phantom Phantom
3736 status open
3737
3738 \begin_layout Plain Layout
3739 This
3740 \end_layout
3741
3742 \end_inset
3743
3744  is a sentence.
3745 \end_layout
3746
3747 \begin_layout Subsection
3748 Lines
3749 \begin_inset Index idx
3750 status collapsed
3751
3752 \begin_layout Plain Layout
3753 Lines
3754 \end_layout
3755
3756 \end_inset
3757
3758
3759 \begin_inset Index idx
3760 status collapsed
3761
3762 \begin_layout Plain Layout
3763 Formula ! underlined
3764 \end_layout
3765
3766 \end_inset
3767
3768
3769 \end_layout
3770
3771 \begin_layout Standard
3772 \align center
3773 \begin_inset Tabular
3774 <lyxtabular version="3" rows="4" columns="2">
3775 <features booktabs="true" tabularvalignment="middle">
3776 <column alignment="center" valignment="top" width="0pt">
3777 <column alignment="center" valignment="top" width="0pt">
3778 <row>
3779 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783 Command
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3789 \begin_inset Text
3790
3791 \begin_layout Plain Layout
3792 Result
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 </row>
3798 <row topspace="2mm">
3799 <cell alignment="center" valignment="top" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803
3804 \backslash
3805 overline
3806 \begin_inset space \textvisiblespace{}
3807 \end_inset
3808
3809 A+B
3810 \begin_inset Index idx
3811 status collapsed
3812
3813 \begin_layout Plain Layout
3814 Commands ! O ! 
3815 \backslash
3816 overline
3817 \end_layout
3818
3819 \end_inset
3820
3821
3822 \end_layout
3823
3824 \end_inset
3825 </cell>
3826 <cell alignment="center" valignment="top" usebox="none">
3827 \begin_inset Text
3828
3829 \begin_layout Plain Layout
3830 \begin_inset Formula $\overline{A+B}$
3831 \end_inset
3832
3833
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 </row>
3839 <row bottomspace="1mm">
3840 <cell alignment="center" valignment="top" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844
3845 \backslash
3846 underline
3847 \begin_inset space \textvisiblespace{}
3848 \end_inset
3849
3850 A+B
3851 \begin_inset Index idx
3852 status collapsed
3853
3854 \begin_layout Plain Layout
3855 Commands ! U ! 
3856 \backslash
3857 underline
3858 \end_layout
3859
3860 \end_inset
3861
3862
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 <cell alignment="center" valignment="top" usebox="none">
3868 \begin_inset Text
3869
3870 \begin_layout Plain Layout
3871 \begin_inset Formula $\underline{A+B}$
3872 \end_inset
3873
3874
3875 \end_layout
3876
3877 \end_inset
3878 </cell>
3879 </row>
3880 <row topspace="2mm" bottomspace="1mm">
3881 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Plain Layout
3885
3886 \backslash
3887 overline
3888 \begin_inset space \textvisiblespace{}
3889 \end_inset
3890
3891
3892 \backslash
3893 underline
3894 \begin_inset space \textvisiblespace{}
3895 \end_inset
3896
3897 A+B
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906 \begin_inset Formula $\overline{\underline{A+B}}$
3907 \end_inset
3908
3909
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 </row>
3915 </lyxtabular>
3916
3917 \end_inset
3918
3919
3920 \end_layout
3921
3922 \begin_layout Standard
3923 In the last example it doesn't matter if first 
3924 \series bold
3925
3926 \backslash
3927 overline
3928 \series default
3929  or 
3930 \series bold
3931
3932 \backslash
3933 underline
3934 \series default
3935  is inserted.
3936 \end_layout
3937
3938 \begin_layout Standard
3939 To double underline use 
3940 \series bold
3941
3942 \backslash
3943 underline
3944 \series default
3945  twice.
3946 \end_layout
3947
3948 \begin_layout Standard
3949 It is possible to place up to 6 lines above or below characters.
3950 \end_layout
3951
3952 \begin_layout Standard
3953 \begin_inset VSpace bigskip
3954 \end_inset
3955
3956 Custom lines can be created using the command 
3957 \series bold
3958
3959 \backslash
3960 rule
3961 \series default
3962
3963 \begin_inset Index idx
3964 status collapsed
3965
3966 \begin_layout Plain Layout
3967 Commands ! R ! 
3968 \backslash
3969 rule
3970 \end_layout
3971
3972 \end_inset
3973
3974  which has the following scheme:
3975 \end_layout
3976
3977 \begin_layout Standard
3978
3979 \series bold
3980
3981 \backslash
3982 rule[vertical offset]{length}{thickness}
3983 \end_layout
3984
3985 \begin_layout Standard
3986 The optional vertical offset shifts the line upwards (or downwards, when
3987  the value is negative).
3988  The units listed in 
3989 \begin_inset CommandInset ref
3990 LatexCommand ref
3991 reference "tab:Available-units"
3992
3993 \end_inset
3994
3995  can be used for the values.
3996  Here are two example lines created with the commands
3997 \begin_inset Newline newline
3998 \end_inset
3999
4000
4001 \series bold
4002
4003 \backslash
4004 rule[-2ex]{3cm}{2pt}
4005 \series default
4006  and 
4007 \series bold
4008
4009 \backslash
4010 rule{2cm}{1pt}
4011 \series default
4012 :
4013 \end_layout
4014
4015 \begin_layout Standard
4016 This is a sentence 
4017 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4018 \end_inset
4019
4020  with two lines.
4021 \end_layout
4022
4023 \begin_layout Standard
4024
4025 \series bold
4026
4027 \backslash
4028 rule
4029 \series default
4030  can also be used for text when a line is inserted via the menu 
4031 \family sans
4032 Insert\SpecialChar menuseparator
4033 Formatting\SpecialChar menuseparator
4034 Horizontal
4035 \begin_inset space ~
4036 \end_inset
4037
4038 Line
4039 \family default
4040 :
4041 \end_layout
4042
4043 \begin_layout Standard
4044 This is a sentence 
4045 \begin_inset CommandInset line
4046 LatexCommand rule
4047 offset "0.5ex"
4048 width "3cm"
4049 height "1pt"
4050
4051 \end_inset
4052
4053  with one line.
4054 \end_layout
4055
4056 \begin_layout Subsection
4057 Ellipses
4058 \begin_inset CommandInset label
4059 LatexCommand label
4060 name "subsec:Ellipses"
4061
4062 \end_inset
4063
4064
4065 \begin_inset Index idx
4066 status collapsed
4067
4068 \begin_layout Plain Layout
4069 Ellipses
4070 \end_layout
4071
4072 \end_inset
4073
4074
4075 \end_layout
4076
4077 \begin_layout Standard
4078 There are different types of ellipses available.
4079 \begin_inset Foot
4080 status collapsed
4081
4082 \begin_layout Plain Layout
4083 In the math toolbar in the submenu of the button 
4084 \begin_inset Info
4085 type  "icon"
4086 arg   "math-insert \\ldots"
4087 \end_inset
4088
4089
4090 \end_layout
4091
4092 \end_inset
4093
4094  For listings dots at the baseline are used (
4095 \series bold
4096
4097 \backslash
4098 ldots
4099 \series default
4100
4101 \begin_inset Index idx
4102 status collapsed
4103
4104 \begin_layout Plain Layout
4105 Commands ! L ! 
4106 \backslash
4107 ldots
4108 \end_layout
4109
4110 \end_inset
4111
4112 ), while for operations dots are needed that are on the same height as the
4113  operators (
4114 \series bold
4115
4116 \backslash
4117 cdots
4118 \series default
4119
4120 \begin_inset Index idx
4121 status collapsed
4122
4123 \begin_layout Plain Layout
4124 Commands ! C ! 
4125 \backslash
4126 cdots
4127 \end_layout
4128
4129 \end_inset
4130
4131 ).
4132  When using the command 
4133 \series bold
4134
4135 \backslash
4136 dots
4137 \series default
4138
4139 \begin_inset Index idx
4140 status collapsed
4141
4142 \begin_layout Plain Layout
4143 Commands ! D ! 
4144 \backslash
4145 dots
4146 \end_layout
4147
4148 \end_inset
4149
4150 , \SpecialChar LaTeX
4151  decides on the basis of the next character what type is used.
4152 \begin_inset Separator parbreak
4153 \end_inset
4154
4155
4156 \end_layout
4157
4158 \begin_layout Standard
4159 \align center
4160 \begin_inset Tabular
4161 <lyxtabular version="3" rows="9" columns="2">
4162 <features booktabs="true" tabularvalignment="middle">
4163 <column alignment="center" valignment="top" width="0pt">
4164 <column alignment="center" valignment="top" width="0pt">
4165 <row>
4166 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170 Command
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 Result
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 </row>
4185 <row>
4186 <cell alignment="center" valignment="top" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190 A_1
4191 \begin_inset space \textvisiblespace{}
4192 \end_inset
4193
4194 ,
4195 \backslash
4196 dots
4197 \begin_inset space \textvisiblespace{}
4198 \end_inset
4199
4200 ,A_n
4201 \end_layout
4202
4203 \end_inset
4204 </cell>
4205 <cell alignment="center" valignment="top" usebox="none">
4206 \begin_inset Text
4207
4208 \begin_layout Plain Layout
4209 \begin_inset Formula $A_{1},\dots,A_{n}$
4210 \end_inset
4211
4212
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 </row>
4218 <row>
4219 <cell alignment="center" valignment="top" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223 A_1
4224 \begin_inset space \textvisiblespace{}
4225 \end_inset
4226
4227 +
4228 \backslash
4229 dots
4230 \begin_inset space \textvisiblespace{}
4231 \end_inset
4232
4233 +A_n
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 <cell alignment="center" valignment="top" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242 \begin_inset Formula $A_{1}+\dots+A_{n}$
4243 \end_inset
4244
4245
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 </row>
4251 <row>
4252 <cell alignment="center" valignment="top" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256 A_1
4257 \begin_inset space \textvisiblespace{}
4258 \end_inset
4259
4260 ,
4261 \backslash
4262 ldots
4263 \begin_inset space \textvisiblespace{}
4264 \end_inset
4265
4266 ,A_n
4267 \end_layout
4268
4269 \end_inset
4270 </cell>
4271 <cell alignment="center" valignment="top" usebox="none">
4272 \begin_inset Text
4273
4274 \begin_layout Plain Layout
4275 \begin_inset Formula $A_{1},\ldots,A_{n}$
4276 \end_inset
4277
4278
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 </row>
4284 <row>
4285 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289 A_1
4290 \begin_inset space \textvisiblespace{}
4291 \end_inset
4292
4293 +
4294 \backslash
4295 cdots
4296 \begin_inset space \textvisiblespace{}
4297 \end_inset
4298
4299 +A_n
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Plain Layout
4308 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4309 \end_inset
4310
4311
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 </row>
4317 <row>
4318 <cell alignment="center" valignment="top" usebox="none">
4319 \begin_inset Text
4320
4321 \begin_layout Plain Layout
4322
4323 \backslash
4324 vdots
4325 \end_layout
4326
4327 \end_inset
4328 </cell>
4329 <cell alignment="center" valignment="top" usebox="none">
4330 \begin_inset Text
4331
4332 \begin_layout Plain Layout
4333 \begin_inset Formula $\vdots$
4334 \end_inset
4335
4336
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 </row>
4342 <row>
4343 <cell alignment="center" valignment="top" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347
4348 \backslash
4349 ddots
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 \begin_inset Formula $\ddots$
4359 \end_inset
4360
4361
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 </row>
4367 <row>
4368 <cell alignment="center" valignment="top" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372
4373 \backslash
4374 iddots
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 <cell alignment="center" valignment="top" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383 \begin_inset Formula $\iddots$
4384 \end_inset
4385
4386
4387 \end_layout
4388
4389 \end_inset
4390 </cell>
4391 </row>
4392 <row>
4393 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397 3×3
4398 \begin_inset space \thinspace{}
4399 \end_inset
4400
4401 matrix with the different dots
4402 \end_layout
4403
4404 \end_inset
4405 </cell>
4406 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410 \begin_inset Formula $\begin{array}{ccc}
4411 A_{11} & \cdots & A_{1m}\\
4412 \vdots & \ddots & \vdots\\
4413 A_{n1} & \cdots & A_{nm}
4414 \end{array}$
4415 \end_inset
4416
4417
4418 \end_layout
4419
4420 \end_inset
4421 </cell>
4422 </row>
4423 </lyxtabular>
4424
4425 \end_inset
4426
4427
4428 \end_layout
4429
4430 \begin_layout Standard
4431 The ellipses available in menu 
4432 \family sans
4433 Insert\SpecialChar menuseparator
4434 Special
4435 \begin_inset space ~
4436 \end_inset
4437
4438 Character
4439 \family default
4440  are 
4441 \series bold
4442
4443 \backslash
4444 ldots
4445 \series default
4446 .
4447 \end_layout
4448
4449 \begin_layout Standard
4450 \begin_inset VSpace medskip
4451 \end_inset
4452
4453 To use 
4454 \series bold
4455
4456 \backslash
4457 iddots
4458 \series default
4459 , one of the options 
4460 \family sans
4461 Use mathdots package (automatically)
4462 \family default
4463  must be set in the document settings under 
4464 \family sans
4465 Math
4466 \begin_inset space ~
4467 \end_inset
4468
4469 Options
4470 \family default
4471 .
4472 \begin_inset Newline newline
4473 \end_inset
4474
4475 Using the option 
4476 \family sans
4477 Use mathdots package
4478 \family default
4479  will improve the appearance of all dots in the documents if their font
4480  style or size is not the default.
4481 \end_layout
4482
4483 \begin_layout Standard
4484 \begin_inset VSpace medskip
4485 \end_inset
4486
4487 Specially for matrices there are ellipses that span over several columns.
4488  They are created with the command 
4489 \series bold
4490
4491 \backslash
4492 hdotsfor
4493 \series default
4494
4495 \begin_inset Index idx
4496 status collapsed
4497
4498 \begin_layout Plain Layout
4499 Commands ! H ! 
4500 \backslash
4501 hdotsfor
4502 \end_layout
4503
4504 \end_inset
4505
4506 , that has the following scheme:
4507 \end_layout
4508
4509 \begin_layout Standard
4510
4511 \series bold
4512
4513 \backslash
4514 hdotsfor[distance]{number of columns}
4515 \end_layout
4516
4517 \begin_layout Standard
4518 The number of columns specifies how many columns should be spanned.
4519  Distance is a factor for the distance between the dots.
4520 \end_layout
4521
4522 \begin_layout Standard
4523 In the following matrix the command 
4524 \series bold
4525
4526 \backslash
4527 hdotsfor[2]{4}
4528 \series default
4529  was inserted in the first box of the second line, to get an ellipsis with
4530  a dot distance twice as long as with the command 
4531 \series bold
4532
4533 \backslash
4534 dots
4535 \series default
4536 :
4537 \begin_inset Formula 
4538 \[
4539 \left(\begin{array}{cccc}
4540 A & B & C & D\\
4541 \hdotsfor[2]{4}\\
4542 q & w & e & r
4543 \end{array}\right)
4544 \]
4545
4546 \end_inset
4547
4548 Note that the matrix fields that should be spanned must be empty, otherwise
4549  you get \SpecialChar LaTeX
4550 -errors.
4551 \end_layout
4552
4553 \begin_layout Standard
4554 \begin_inset VSpace bigskip
4555 \end_inset
4556
4557 Furthermore you can fill with the command 
4558 \series bold
4559
4560 \backslash
4561 dotfill
4562 \series default
4563
4564 \begin_inset Index idx
4565 status collapsed
4566
4567 \begin_layout Plain Layout
4568 Commands ! D ! 
4569 \backslash
4570 dotfill
4571 \end_layout
4572
4573 \end_inset
4574
4575  the rest of a line with dots.
4576  The effect of these commands is the same as with 
4577 \series bold
4578
4579 \backslash
4580 hfill
4581 \series default
4582 , see 
4583 \begin_inset CommandInset ref
4584 LatexCommand ref
4585 reference "subsec:Variable-Space"
4586
4587 \end_inset
4588
4589 .
4590 \end_layout
4591
4592 \begin_layout Standard
4593 For example the command 
4594 \series bold
4595 A
4596 \backslash
4597 dotfill
4598 \begin_inset space \textvisiblespace{}
4599 \end_inset
4600
4601 B
4602 \series default
4603  produces
4604 \end_layout
4605
4606 \begin_layout Standard
4607 \begin_inset Formula $A\dotfill B$
4608 \end_inset
4609
4610
4611 \end_layout
4612
4613 \begin_layout Standard
4614 Similar to
4615 \series bold
4616  
4617 \backslash
4618 dotfill
4619 \series default
4620  there is for a line the command 
4621 \series bold
4622
4623 \backslash
4624 hrulefill
4625 \series default
4626
4627 \begin_inset Index idx
4628 status collapsed
4629
4630 \begin_layout Plain Layout
4631 Commands ! H ! 
4632 \backslash
4633 hrulefill
4634 \end_layout
4635
4636 \end_inset
4637
4638 :
4639 \end_layout
4640
4641 \begin_layout Standard
4642 \begin_inset Formula $A\hrulefill B$
4643 \end_inset
4644
4645
4646 \end_layout
4647
4648 \begin_layout Standard
4649 To use the commands for text, they have to be inserted in \SpecialChar TeX
4650  mode.
4651 \end_layout
4652
4653 \begin_layout Section
4654 Matrices
4655 \begin_inset CommandInset label
4656 LatexCommand label
4657 name "sec:Matrices"
4658
4659 \end_inset
4660
4661
4662 \begin_inset Index idx
4663 status collapsed
4664
4665 \begin_layout Plain Layout
4666 Matrices
4667 \end_layout
4668
4669 \end_inset
4670
4671
4672 \end_layout
4673
4674 \begin_layout Standard
4675 Matrices can be inserted via the math toolbar button 
4676 \begin_inset Info
4677 type  "icon"
4678 arg   "dialog-show mathmatrix"
4679 \end_inset
4680
4681  or the menu 
4682 \family sans
4683 Insert\SpecialChar menuseparator
4684 Math\SpecialChar menuseparator
4685 Matrix
4686 \family default
4687 .
4688  In the matrix dialog you can specify the number of columns and rows, the
4689  alignment and the decoration.
4690  The vertical alignment is only of importance for matrices in inline formulas:
4691 \end_layout
4692
4693 \begin_layout Standard
4694 The first matrix is top 
4695 \begin_inset Formula $\begin{array}[t]{cccc}
4696 A & D & G & J\\
4697 B & E & H & K\\
4698 C & F & I & L
4699 \end{array}$
4700 \end_inset
4701
4702 , the second middle 
4703 \begin_inset Formula $\begin{array}{cccc}
4704 A & D & G & J\\
4705 B & E & H & K\\
4706 C & F & I & L
4707 \end{array}$
4708 \end_inset
4709
4710  and the third bottom 
4711 \begin_inset Formula $\begin{array}[b]{cccc}
4712 A & D & G & J\\
4713 B & E & H & K\\
4714 C & F & I & L
4715 \end{array}$
4716 \end_inset
4717
4718  aligned.
4719 \end_layout
4720
4721 \begin_layout Standard
4722 The horizontal alignment specifies how the column entries should be aligned.
4723  It is set by entering a letter for every column.
4724  
4725 \emph on
4726 l
4727 \emph default
4728  denotes left aligned, 
4729 \emph on
4730 c
4731 \emph default
4732  centered and 
4733 \emph on
4734 r
4735 \emph default
4736  right aligned.
4737  To create for example a 4
4738 \series bold
4739 ×
4740 \series default
4741 4
4742 \begin_inset space ~
4743 \end_inset
4744
4745 matrix where the first column is left aligned, the second and third are
4746  centered and the last one is right aligned, one enters for the horizontal
4747  alignment 
4748 \series bold
4749 lccr
4750 \series default
4751 .
4752  Normally in a matrix all columns are centered, therefore the default for
4753  every column is a 
4754 \series bold
4755 c
4756 \series default
4757 .
4758 \end_layout
4759
4760 \begin_layout Standard
4761 Horizontal alignment:
4762 \end_layout
4763
4764 \begin_layout Standard
4765
4766 \series bold
4767 lll
4768 \series default
4769  : 
4770 \begin_inset Formula $\begin{array}{lll}
4771 10000 & D & G\\
4772 B & 10000 & H\\
4773 C & F & 10000
4774 \end{array}$
4775 \end_inset
4776
4777  , 
4778 \series bold
4779 ccc
4780 \series default
4781  : 
4782 \begin_inset Formula $\begin{array}{ccc}
4783 10000 & D & G\\
4784 B & 10000 & H\\
4785 C & F & 10000
4786 \end{array}$
4787 \end_inset
4788
4789  , 
4790 \series bold
4791 rrr
4792 \series default
4793  : 
4794 \begin_inset Formula $\begin{array}{rrr}
4795 10000 & D & G\\
4796 B & 10000 & H\\
4797 C & F & 10000
4798 \end{array}$
4799 \end_inset
4800
4801
4802 \end_layout
4803
4804 \begin_layout Standard
4805 To add or delete rows and columns subsequently, the math toolbar buttons
4806  
4807 \begin_inset Info
4808 type  "icon"
4809 arg   "inset-modify tabular append-row"
4810 \end_inset
4811
4812
4813 \begin_inset Info
4814 type  "icon"
4815 arg   "inset-modify tabular delete-row"
4816 \end_inset
4817
4818 , etc.
4819 \begin_inset space \thinspace{}
4820 \end_inset
4821
4822 , or the menu 
4823 \family sans
4824 Edit\SpecialChar menuseparator
4825 Rows & Columns
4826 \family default
4827  can be used.
4828  New rows can also be created with 
4829 \begin_inset Info
4830 type  "shortcut"
4831 arg   "newline-insert newline"
4832 \end_inset
4833
4834 .
4835 \end_layout
4836
4837 \begin_layout Standard
4838 \begin_inset VSpace bigskip
4839 \end_inset
4840
4841 The 
4842 \family sans
4843 Decoration
4844 \family default
4845  adds parentheses in the selected style around the matrix.
4846  Alternatively, parentheses can can either be created with the commands
4847  
4848 \series bold
4849
4850 \backslash
4851 left
4852 \series default
4853
4854 \begin_inset Index idx
4855 status collapsed
4856
4857 \begin_layout Plain Layout
4858 Commands ! L ! 
4859 \backslash
4860 left
4861 \end_layout
4862
4863 \end_inset
4864
4865  and 
4866 \series bold
4867
4868 \backslash
4869 right
4870 \series default
4871
4872 \begin_inset Index idx
4873 status collapsed
4874
4875 \begin_layout Plain Layout
4876 Commands ! R ! 
4877 \backslash
4878 right
4879 \end_layout
4880
4881 \end_inset
4882
4883  (shortcut 
4884 \family sans
4885 Alt+M
4886 \begin_inset space ~
4887 \end_inset
4888
4889 Parenthesis
4890 \family default
4891 ), see 
4892 \begin_inset CommandInset ref
4893 LatexCommand ref
4894 reference "subsec:Automatic-Bracket-Size"
4895
4896 \end_inset
4897
4898 , or by using the following commands:
4899 \begin_inset VSpace medskip
4900 \end_inset
4901
4902
4903 \end_layout
4904
4905 \begin_layout Standard
4906 \begin_inset space \hfill{}
4907 \end_inset
4908
4909
4910 \begin_inset Tabular
4911 <lyxtabular version="3" rows="4" columns="2">
4912 <features booktabs="true" tabularvalignment="middle">
4913 <column alignment="center" valignment="top" width="0pt">
4914 <column alignment="center" valignment="top">
4915 <row>
4916 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4917 \begin_inset Text
4918
4919 \begin_layout Plain Layout
4920 Command
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Plain Layout
4929 Result
4930 \end_layout
4931
4932 \end_inset
4933 </cell>
4934 </row>
4935 <row topspace="1.5mm">
4936 <cell alignment="center" valignment="top" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Plain Layout
4940
4941 \backslash
4942 bmatrix
4943 \begin_inset space \textvisiblespace{}
4944 \end_inset
4945
4946 2
4947 \series bold
4948 ×
4949 \series default
4950 2
4951 \begin_inset space \thinspace{}
4952 \end_inset
4953
4954 matrix
4955 \end_layout
4956
4957 \end_inset
4958 </cell>
4959 <cell alignment="center" valignment="top" usebox="none">
4960 \begin_inset Text
4961
4962 \begin_layout Plain Layout
4963 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
4964 0 & \textrm{-}\mathrm{i}\\
4965 \mathrm{i} & 0
4966 \end{array}\end{bmatrix}$
4967 \end_inset
4968
4969
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 </row>
4975 <row topspace="1.5mm" bottomspace="0.5mm">
4976 <cell alignment="center" valignment="top" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980
4981 \backslash
4982 Bmatrix
4983 \begin_inset space \textvisiblespace{}
4984 \end_inset
4985
4986 2
4987 \series bold
4988 ×
4989 \series default
4990 2
4991 \begin_inset space \thinspace{}
4992 \end_inset
4993
4994 matrix
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 <cell alignment="center" valignment="top" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
5004 0 & \textrm{-}\mathrm{i}\\
5005 \mathrm{i} & 0
5006 \end{array}\end{Bmatrix}$
5007 \end_inset
5008
5009
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 </row>
5015 <row>
5016 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020
5021 \backslash
5022 pmatrix
5023 \begin_inset space \textvisiblespace{}
5024 \end_inset
5025
5026 2
5027 \series bold
5028 ×
5029 \series default
5030 2
5031 \begin_inset space \thinspace{}
5032 \end_inset
5033
5034 matrix
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
5044 0 & \textrm{-}\mathrm{i}\\
5045 \mathrm{i} & 0
5046 \end{array}\end{pmatrix}$
5047 \end_inset
5048
5049
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 </row>
5055 </lyxtabular>
5056
5057 \end_inset
5058
5059
5060 \begin_inset space \hfill{}
5061 \end_inset
5062
5063
5064 \begin_inset Tabular
5065 <lyxtabular version="3" rows="4" columns="2">
5066 <features booktabs="true" tabularvalignment="middle">
5067 <column alignment="center" valignment="top" width="0pt">
5068 <column alignment="center" valignment="top">
5069 <row>
5070 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074 Command
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5080 \begin_inset Text
5081
5082 \begin_layout Plain Layout
5083 Result
5084 \end_layout
5085
5086 \end_inset
5087 </cell>
5088 </row>
5089 <row topspace="1.5mm">
5090 <cell alignment="center" valignment="top" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094
5095 \backslash
5096 vmatrix
5097 \begin_inset space \textvisiblespace{}
5098 \end_inset
5099
5100 2
5101 \series bold
5102 ×
5103 \series default
5104 2
5105 \begin_inset space \thinspace{}
5106 \end_inset
5107
5108 matrix
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 <cell alignment="center" valignment="top" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
5118 0 & \textrm{-}\mathrm{i}\\
5119 \mathrm{i} & 0
5120 \end{array}\end{vmatrix}$
5121 \end_inset
5122
5123
5124 \end_layout
5125
5126 \end_inset
5127 </cell>
5128 </row>
5129 <row topspace="1.5mm" bottomspace="0.5mm">
5130 <cell alignment="center" valignment="top" usebox="none">
5131 \begin_inset Text
5132
5133 \begin_layout Plain Layout
5134
5135 \backslash
5136 Vmatrix
5137 \begin_inset space \textvisiblespace{}
5138 \end_inset
5139
5140 2
5141 \series bold
5142 ×
5143 \series default
5144 2
5145 \begin_inset space \thinspace{}
5146 \end_inset
5147
5148 matrix
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 <cell alignment="center" valignment="top" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Plain Layout
5157 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
5158 0 & \textrm{-}\mathrm{i}\\
5159 \mathrm{i} & 0
5160 \end{array}\end{Vmatrix}$
5161 \end_inset
5162
5163
5164 \end_layout
5165
5166 \end_inset
5167 </cell>
5168 </row>
5169 <row>
5170 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5171 \begin_inset Text
5172
5173 \begin_layout Plain Layout
5174
5175 \backslash
5176 matrix
5177 \begin_inset space \textvisiblespace{}
5178 \end_inset
5179
5180 2
5181 \series bold
5182 ×
5183 \series default
5184 2
5185 \begin_inset space \thinspace{}
5186 \end_inset
5187
5188 matrix
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
5198 0 & \textrm{-}\mathrm{i}\\
5199 \mathrm{i} & 0
5200 \end{array}\end{matrix}$
5201 \end_inset
5202
5203
5204 \end_layout
5205
5206 \end_inset
5207 </cell>
5208 </row>
5209 </lyxtabular>
5210
5211 \end_inset
5212
5213
5214 \begin_inset space \hfill{}
5215 \end_inset
5216
5217
5218 \end_layout
5219
5220 \begin_layout Standard
5221 \begin_inset VSpace medskip
5222 \end_inset
5223
5224 When e.
5225 \begin_inset space \thinspace{}
5226 \end_inset
5227
5228 g.
5229 \begin_inset space \space{}
5230 \end_inset
5231
5232
5233 \series bold
5234
5235 \backslash
5236 vmatrix
5237 \series default
5238  is inserted, a blue box appears between two vertical lines where the matrix
5239  is inserted.
5240 \begin_inset Newline newline
5241 \end_inset
5242
5243 Note that decorated matrices ignore the vertical alignment.
5244 \end_layout
5245
5246 \begin_layout Standard
5247 \begin_inset VSpace bigskip
5248 \end_inset
5249
5250 As all multiline formulas are matrices, the length 
5251 \series bold
5252
5253 \backslash
5254 arraycolsep
5255 \series default
5256
5257 \begin_inset Index idx
5258 status collapsed
5259
5260 \begin_layout Plain Layout
5261 Commands ! A ! 
5262 \backslash
5263 arraycolsep
5264 \end_layout
5265
5266 \end_inset
5267
5268  that is described in 
5269 \begin_inset CommandInset ref
5270 LatexCommand ref
5271 reference "subsec:Column-Separation"
5272
5273 \end_inset
5274
5275  can also be used to change the column separation of matrices.
5276 \end_layout
5277
5278 \begin_layout Standard
5279 To change the row separation, the command 
5280 \series bold
5281
5282 \backslash
5283 arraystretch
5284 \series default
5285
5286 \begin_inset Index idx
5287 status collapsed
5288
5289 \begin_layout Plain Layout
5290 Commands ! A ! 
5291 \backslash
5292 arraystretch
5293 \end_layout
5294
5295 \end_inset
5296
5297  is used.
5298  It is used as follows:
5299 \end_layout
5300
5301 \begin_layout Standard
5302
5303 \series bold
5304
5305 \backslash
5306 renewcommand{
5307 \backslash
5308 arraystretch}{stretch factor}
5309 \begin_inset Index idx
5310 status collapsed
5311
5312 \begin_layout Plain Layout
5313 Commands ! R ! 
5314 \backslash
5315 renewcommand
5316 \end_layout
5317
5318 \end_inset
5319
5320
5321 \end_layout
5322
5323 \begin_layout Standard
5324 The command 
5325 \series bold
5326
5327 \backslash
5328 renewcommand
5329 \series default
5330  assigns the stretch factor to the predefined command 
5331 \series bold
5332
5333 \backslash
5334 arraystretch
5335 \series default
5336 .
5337  To double e.
5338 \begin_inset space \thinspace{}
5339 \end_inset
5340
5341 g.
5342 \begin_inset space \space{}
5343 \end_inset
5344
5345 the row separation, use the factor 2.
5346  This is then used for all following matrices.
5347  To go back to the original separation, assign the factor 1 to 
5348 \series bold
5349
5350 \backslash
5351 arraystretch
5352 \series default
5353 .
5354 \end_layout
5355
5356 \begin_layout Standard
5357 To set matrices into a text line, the command 
5358 \series bold
5359
5360 \backslash
5361 smallmatrix
5362 \series default
5363
5364 \begin_inset Index idx
5365 status collapsed
5366
5367 \begin_layout Plain Layout
5368 Commands ! S ! 
5369 \backslash
5370 smallmatrix
5371 \end_layout
5372
5373 \end_inset
5374
5375  is used.
5376  When it is inserted a blue box with two dashed lines appears.
5377  In this box the matrix is inserted.
5378 \end_layout
5379
5380 \begin_layout Standard
5381 This is a matrix 
5382 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5383 C & D
5384 \end{smallmatrix}\right)$
5385 \end_inset
5386
5387  in a text line.
5388 \end_layout
5389
5390 \begin_layout Section
5391 Brackets and Delimiters
5392 \begin_inset Index idx
5393 status collapsed
5394
5395 \begin_layout Plain Layout
5396 Brackets
5397 \end_layout
5398
5399 \end_inset
5400
5401
5402 \begin_inset Index idx
5403 status collapsed
5404
5405 \begin_layout Plain Layout
5406 Delimiters
5407 \end_layout
5408
5409 \end_inset
5410
5411
5412 \end_layout
5413
5414 \begin_layout Subsection
5415 Vertical Brackets and Delimiters
5416 \begin_inset Index idx
5417 status collapsed
5418
5419 \begin_layout Plain Layout
5420 Brackets ! vertical
5421 \end_layout
5422
5423 \end_inset
5424
5425
5426 \end_layout
5427
5428 \begin_layout Standard
5429 \begin_inset space \hfill{}
5430 \end_inset
5431
5432
5433 \begin_inset Tabular
5434 <lyxtabular version="3" rows="9" columns="2">
5435 <features booktabs="true" tabularvalignment="middle">
5436 <column alignment="center" valignment="top" width="0pt">
5437 <column alignment="center" valignment="top" width="0pt">
5438 <row>
5439 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443 Command
5444 \end_layout
5445
5446 \end_inset
5447 </cell>
5448 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5449 \begin_inset Text
5450
5451 \begin_layout Plain Layout
5452 Result
5453 \end_layout
5454
5455 \end_inset
5456 </cell>
5457 </row>
5458 <row>
5459 <cell alignment="center" valignment="top" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463 (
5464 \end_layout
5465
5466 \end_inset
5467 </cell>
5468 <cell alignment="center" valignment="top" usebox="none">
5469 \begin_inset Text
5470
5471 \begin_layout Plain Layout
5472 \begin_inset Formula $($
5473 \end_inset
5474
5475
5476 \end_layout
5477
5478 \end_inset
5479 </cell>
5480 </row>
5481 <row>
5482 <cell alignment="center" valignment="top" usebox="none">
5483 \begin_inset Text
5484
5485 \begin_layout Plain Layout
5486 {
5487 \end_layout
5488
5489 \end_inset
5490 </cell>
5491 <cell alignment="center" valignment="top" usebox="none">
5492 \begin_inset Text
5493
5494 \begin_layout Plain Layout
5495 \begin_inset Formula $\{$
5496 \end_inset
5497
5498
5499 \end_layout
5500
5501 \end_inset
5502 </cell>
5503 </row>
5504 <row>
5505 <cell alignment="center" valignment="top" usebox="none">
5506 \begin_inset Text
5507
5508 \begin_layout Plain Layout
5509 [
5510 \end_layout
5511
5512 \end_inset
5513 </cell>
5514 <cell alignment="center" valignment="top" usebox="none">
5515 \begin_inset Text
5516
5517 \begin_layout Plain Layout
5518 \begin_inset Formula $[$
5519 \end_inset
5520
5521
5522 \end_layout
5523
5524 \end_inset
5525 </cell>
5526 </row>
5527 <row>
5528 <cell alignment="center" valignment="top" usebox="none">
5529 \begin_inset Text
5530
5531 \begin_layout Plain Layout
5532
5533 \backslash
5534 langle
5535 \end_layout
5536
5537 \end_inset
5538 </cell>
5539 <cell alignment="center" valignment="top" usebox="none">
5540 \begin_inset Text
5541
5542 \begin_layout Plain Layout
5543 \begin_inset Formula $\langle$
5544 \end_inset
5545
5546
5547 \end_layout
5548
5549 \end_inset
5550 </cell>
5551 </row>
5552 <row>
5553 <cell alignment="center" valignment="top" usebox="none">
5554 \begin_inset Text
5555
5556 \begin_layout Plain Layout
5557
5558 \backslash
5559 lceil
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 <cell alignment="center" valignment="top" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568 \begin_inset Formula $\lceil$
5569 \end_inset
5570
5571
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 </row>
5577 <row>
5578 <cell alignment="center" valignment="top" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Plain Layout
5582
5583 \backslash
5584 lfloor
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 <cell alignment="center" valignment="top" usebox="none">
5590 \begin_inset Text
5591
5592 \begin_layout Plain Layout
5593 \begin_inset Formula $\lfloor$
5594 \end_inset
5595
5596
5597 \end_layout
5598
5599 \end_inset
5600 </cell>
5601 </row>
5602 <row>
5603 <cell alignment="center" valignment="top" usebox="none">
5604 \begin_inset Text
5605
5606 \begin_layout Plain Layout
5607 /
5608 \end_layout
5609
5610 \end_inset
5611 </cell>
5612 <cell alignment="center" valignment="top" usebox="none">
5613 \begin_inset Text
5614
5615 \begin_layout Plain Layout
5616 \begin_inset Formula $/$
5617 \end_inset
5618
5619
5620 \end_layout
5621
5622 \end_inset
5623 </cell>
5624 </row>
5625 <row>
5626 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5627 \begin_inset Text
5628
5629 \begin_layout Plain Layout
5630 |
5631 \end_layout
5632
5633 \end_inset
5634 </cell>
5635 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5636 \begin_inset Text
5637
5638 \begin_layout Plain Layout
5639 \begin_inset Formula $|$
5640 \end_inset
5641
5642
5643 \end_layout
5644
5645 \end_inset
5646 </cell>
5647 </row>
5648 </lyxtabular>
5649
5650 \end_inset
5651
5652
5653 \begin_inset space \hfill{}
5654 \end_inset
5655
5656
5657 \begin_inset Tabular
5658 <lyxtabular version="3" rows="9" columns="2">
5659 <features booktabs="true" tabularvalignment="middle">
5660 <column alignment="center" valignment="top" width="0pt">
5661 <column alignment="center" valignment="top" width="0pt">
5662 <row>
5663 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Plain Layout
5667 Command
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5673 \begin_inset Text
5674
5675 \begin_layout Plain Layout
5676 Result
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 </row>
5682 <row>
5683 <cell alignment="center" valignment="top" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Plain Layout
5687 )
5688 \end_layout
5689
5690 \end_inset
5691 </cell>
5692 <cell alignment="center" valignment="top" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Plain Layout
5696 \begin_inset Formula $)$
5697 \end_inset
5698
5699
5700 \end_layout
5701
5702 \end_inset
5703 </cell>
5704 </row>
5705 <row>
5706 <cell alignment="center" valignment="top" usebox="none">
5707 \begin_inset Text
5708
5709 \begin_layout Plain Layout
5710 }
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 <cell alignment="center" valignment="top" usebox="none">
5716 \begin_inset Text
5717
5718 \begin_layout Plain Layout
5719 \begin_inset Formula $\}$
5720 \end_inset
5721
5722
5723 \end_layout
5724
5725 \end_inset
5726 </cell>
5727 </row>
5728 <row>
5729 <cell alignment="center" valignment="top" usebox="none">
5730 \begin_inset Text
5731
5732 \begin_layout Plain Layout
5733 ]
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 <cell alignment="center" valignment="top" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Plain Layout
5742 \begin_inset Formula $]$
5743 \end_inset
5744
5745
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 </row>
5751 <row>
5752 <cell alignment="center" valignment="top" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756
5757 \backslash
5758 rangle
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 <cell alignment="center" valignment="top" usebox="none">
5764 \begin_inset Text
5765
5766 \begin_layout Plain Layout
5767 \begin_inset Formula $\rangle$
5768 \end_inset
5769
5770
5771 \end_layout
5772
5773 \end_inset
5774 </cell>
5775 </row>
5776 <row>
5777 <cell alignment="center" valignment="top" usebox="none">
5778 \begin_inset Text
5779
5780 \begin_layout Plain Layout
5781
5782 \backslash
5783 rceil
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792 \begin_inset Formula $\rceil$
5793 \end_inset
5794
5795
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 </row>
5801 <row>
5802 <cell alignment="center" valignment="top" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806
5807 \backslash
5808 rfloor
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 <cell alignment="center" valignment="top" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817 \begin_inset Formula $\rfloor$
5818 \end_inset
5819
5820
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 </row>
5826 <row>
5827 <cell alignment="center" valignment="top" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831
5832 \backslash
5833
5834 \backslash
5835
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 <cell alignment="center" valignment="top" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Plain Layout
5844 \begin_inset Formula $\backslash$
5845 \end_inset
5846
5847
5848 \end_layout
5849
5850 \end_inset
5851 </cell>
5852 </row>
5853 <row>
5854 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5855 \begin_inset Text
5856
5857 \begin_layout Plain Layout
5858
5859 \backslash
5860 |
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869 \begin_inset Formula $\|$
5870 \end_inset
5871
5872
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 </row>
5878 </lyxtabular>
5879
5880 \end_inset
5881
5882
5883 \begin_inset space \hfill{}
5884 \end_inset
5885
5886
5887 \end_layout
5888
5889 \begin_layout Standard
5890
5891 \series medium
5892 \begin_inset Note Greyedout
5893 status open
5894
5895 \begin_layout Plain Layout
5896
5897 \series bold
5898 Note:
5899 \series default
5900  In \SpecialChar TeX
5901  mode the command 
5902 \series bold
5903
5904 \backslash
5905 textbackslash
5906 \series default
5907
5908 \begin_inset Index idx
5909 status collapsed
5910
5911 \begin_layout Plain Layout
5912 Commands ! T ! 
5913 \backslash
5914 textbackslash
5915 \end_layout
5916
5917 \end_inset
5918
5919  must be used for the backslash, because the command 
5920 \series bold
5921
5922 \backslash
5923
5924 \backslash
5925
5926 \series default
5927  produces a line break there.
5928 \end_layout
5929
5930 \end_inset
5931
5932
5933 \end_layout
5934
5935 \begin_layout Standard
5936 For all characters listed above the size can be adjusted with the commands
5937  described in the following two subsections.
5938  When using these commands, the characters < and > can directly be used
5939  instead of the commands 
5940 \series bold
5941
5942 \backslash
5943 langle
5944 \series default
5945  and 
5946 \series bold
5947
5948 \backslash
5949 rangle
5950 \series default
5951 .
5952 \end_layout
5953
5954 \begin_layout Subsubsection
5955 Manual Bracket Size
5956 \begin_inset CommandInset label
5957 LatexCommand label
5958 name "subsec:Manual-Bracket-Size"
5959
5960 \end_inset
5961
5962
5963 \begin_inset Index idx
5964 status collapsed
5965
5966 \begin_layout Plain Layout
5967 Bracket size ! manual
5968 \end_layout
5969
5970 \end_inset
5971
5972
5973 \end_layout
5974
5975 \begin_layout Standard
5976 The bracket size can be specified manually by the \SpecialChar LaTeX
5977 -commands 
5978 \series bold
5979
5980 \backslash
5981 big
5982 \series default
5983
5984 \begin_inset Index idx
5985 status collapsed
5986
5987 \begin_layout Plain Layout
5988 Commands ! B ! 
5989 \backslash
5990 big
5991 \end_layout
5992
5993 \end_inset
5994
5995
5996 \series bold
5997
5998 \backslash
5999 Big
6000 \series default
6001
6002 \series bold
6003
6004 \backslash
6005 bigg
6006 \series default
6007  and 
6008 \series bold
6009
6010 \backslash
6011 Bigg
6012 \series default
6013 .
6014  
6015 \series bold
6016
6017 \backslash
6018 big
6019 \series default
6020  denotes the smallest and 
6021 \series bold
6022
6023 \backslash
6024 Bigg
6025 \series default
6026  the largest bracket size.
6027 \end_layout
6028
6029 \begin_layout Standard
6030 These commands are used to emphasize levels of brackets:
6031 \begin_inset Separator parbreak
6032 \end_inset
6033
6034
6035 \end_layout
6036
6037 \begin_layout Standard
6038 \align center
6039 \begin_inset Tabular
6040 <lyxtabular version="3" rows="2" columns="2">
6041 <features booktabs="true" tabularvalignment="middle">
6042 <column alignment="center" valignment="top" width="0pt">
6043 <column alignment="center" valignment="top" width="0pt">
6044 <row>
6045 <cell alignment="center" valignment="top" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049 all brackets in the same size:
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 <cell alignment="center" valignment="top" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058 \begin_inset Formula $((A+B)(A-B))^{C}$
6059 \end_inset
6060
6061
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 </row>
6067 <row topspace="2mm">
6068 <cell alignment="center" valignment="top" usebox="none">
6069 \begin_inset Text
6070
6071 \begin_layout Plain Layout
6072 this looks better:
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 <cell alignment="center" valignment="top" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Plain Layout
6081 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6082 \end_inset
6083
6084
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 </row>
6090 </lyxtabular>
6091
6092 \end_inset
6093
6094
6095 \end_layout
6096
6097 \begin_layout Standard
6098 For the second formula the command 
6099 \series bold
6100
6101 \backslash
6102 Big((A+B)(A-B)
6103 \backslash
6104 Big)^
6105 \begin_inset space \textvisiblespace{}
6106 \end_inset
6107
6108 C
6109 \series default
6110  has been used.
6111 \end_layout
6112
6113 \begin_layout Standard
6114 Here is an overview about all bracket sizes:
6115 \begin_inset Separator parbreak
6116 \end_inset
6117
6118
6119 \end_layout
6120
6121 \begin_layout Standard
6122 \align center
6123
6124 \backslash
6125 Bigg(
6126 \backslash
6127 exp
6128 \backslash
6129 bigg<
6130 \backslash
6131 Big[
6132 \backslash
6133 big{
6134 \backslash
6135 ln(3x)
6136 \backslash
6137 big}^2
6138 \begin_inset space \textvisiblespace{}
6139 \end_inset
6140
6141
6142 \backslash
6143 sin(x)
6144 \backslash
6145 Big]^
6146 \begin_inset space \textvisiblespace{}
6147 \end_inset
6148
6149 A
6150 \begin_inset space \textvisiblespace{}
6151 \end_inset
6152
6153
6154 \backslash
6155 bigg>
6156 \backslash
6157 Bigg)^0,5
6158 \end_layout
6159
6160 \begin_layout Standard
6161 \align center
6162 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6163 \end_inset
6164
6165
6166 \end_layout
6167
6168 \begin_layout Standard
6169 Besides the 
6170 \series bold
6171
6172 \backslash
6173 big
6174 \series default
6175 -commands there is the variant 
6176 \series bold
6177
6178 \backslash
6179 bigm
6180 \series default
6181
6182 \begin_inset Index idx
6183 status collapsed
6184
6185 \begin_layout Plain Layout
6186 Commands ! B ! 
6187 \backslash
6188 bigm
6189 \end_layout
6190
6191 \end_inset
6192
6193  that adds a bit more space between the bracket and its content, and the
6194  variant 
6195 \series bold
6196
6197 \backslash
6198 bigl
6199 \series default
6200 -
6201 \series bold
6202
6203 \backslash
6204 bigr
6205 \series default
6206
6207 \begin_inset Index idx
6208 status collapsed
6209
6210 \begin_layout Plain Layout
6211 Commands ! B ! 
6212 \backslash
6213 bigl - 
6214 \backslash
6215 bigr
6216 \end_layout
6217
6218 \end_inset
6219
6220 , that don't add additional space.
6221  The 
6222 \emph on
6223 l
6224 \emph default
6225  at the end of the command 
6226 \series bold
6227
6228 \backslash
6229 bigl
6230 \series default
6231  is for a left bracket; for a right bracket this will be replaced by an
6232  
6233 \emph on
6234 r
6235 \emph default
6236 .
6237  A left or right bracket can each be an opening or closing bracket.
6238 \end_layout
6239
6240 \begin_layout Standard
6241 In the following table is a comparison of the variants:
6242 \begin_inset Separator parbreak
6243 \end_inset
6244
6245
6246 \end_layout
6247
6248 \begin_layout Standard
6249 \align center
6250 \begin_inset Tabular
6251 <lyxtabular version="3" rows="5" columns="2">
6252 <features booktabs="true" tabularvalignment="middle">
6253 <column alignment="center" valignment="top" width="0pt">
6254 <column alignment="center" valignment="middle">
6255 <row>
6256 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6257 \begin_inset Text
6258
6259 \begin_layout Plain Layout
6260 Command
6261 \end_layout
6262
6263 \end_inset
6264 </cell>
6265 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6266 \begin_inset Text
6267
6268 \begin_layout Plain Layout
6269 Result
6270 \end_layout
6271
6272 \end_inset
6273 </cell>
6274 </row>
6275 <row topspace="2mm">
6276 <cell alignment="center" valignment="top" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280
6281 \backslash
6282 Bigm(
6283 \backslash
6284 bigm(
6285 \backslash
6286 ln(3x)
6287 \backslash
6288 bigm)^2
6289 \begin_inset space \textvisiblespace{}
6290 \end_inset
6291
6292
6293 \backslash
6294 Bigm)
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 <cell alignment="center" valignment="top" usebox="none">
6300 \begin_inset Text
6301
6302 \begin_layout Plain Layout
6303 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
6304 \end_inset
6305
6306
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 </row>
6312 <row topspace="2mm">
6313 <cell alignment="center" valignment="top" usebox="none">
6314 \begin_inset Text
6315
6316 \begin_layout Plain Layout
6317
6318 \backslash
6319 Big(
6320 \backslash
6321 big(
6322 \backslash
6323 ln(3x)
6324 \backslash
6325 big)^2
6326 \begin_inset space \textvisiblespace{}
6327 \end_inset
6328
6329
6330 \backslash
6331 Big)
6332 \end_layout
6333
6334 \end_inset
6335 </cell>
6336 <cell alignment="center" valignment="top" usebox="none">
6337 \begin_inset Text
6338
6339 \begin_layout Plain Layout
6340 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
6341 \end_inset
6342
6343
6344 \end_layout
6345
6346 \end_inset
6347 </cell>
6348 </row>
6349 <row topspace="2mm" bottomspace="0.5mm">
6350 <cell alignment="center" valignment="top" usebox="none">
6351 \begin_inset Text
6352
6353 \begin_layout Plain Layout
6354
6355 \backslash
6356 Bigl(
6357 \backslash
6358 bigl(
6359 \backslash
6360 ln(3x)
6361 \backslash
6362 bigr)^2
6363 \begin_inset space \textvisiblespace{}
6364 \end_inset
6365
6366
6367 \backslash
6368 Bigr)
6369 \end_layout
6370
6371 \end_inset
6372 </cell>
6373 <cell alignment="center" valignment="top" usebox="none">
6374 \begin_inset Text
6375
6376 \begin_layout Plain Layout
6377 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
6378 \end_inset
6379
6380
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 </row>
6386 <row topspace="1.5mm" bottomspace="0.5mm">
6387 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6388 \begin_inset Text
6389
6390 \begin_layout Plain Layout
6391
6392 \backslash
6393 bigl)
6394 \backslash
6395 ln(3x)
6396 \backslash
6397 bigr(
6398 \end_layout
6399
6400 \end_inset
6401 </cell>
6402 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Plain Layout
6406 \begin_inset Formula $\bigl)\ln(3x)\bigr($
6407 \end_inset
6408
6409
6410 \end_layout
6411
6412 \end_inset
6413 </cell>
6414 </row>
6415 </lyxtabular>
6416
6417 \end_inset
6418
6419
6420 \end_layout
6421
6422 \begin_layout Subsubsection
6423 Automatic Bracket Size
6424 \begin_inset CommandInset label
6425 LatexCommand label
6426 name "subsec:Automatic-Bracket-Size"
6427
6428 \end_inset
6429
6430
6431 \begin_inset Index idx
6432 status collapsed
6433
6434 \begin_layout Plain Layout
6435 Bracket size ! automatic
6436 \end_layout
6437
6438 \end_inset
6439
6440
6441 \end_layout
6442
6443 \begin_layout Standard
6444 Brackets with variable size can be inserted with the commands 
6445 \series bold
6446
6447 \backslash
6448 left
6449 \series default
6450
6451 \begin_inset Index idx
6452 status collapsed
6453
6454 \begin_layout Plain Layout
6455 Commands ! L ! 
6456 \backslash
6457 left
6458 \end_layout
6459
6460 \end_inset
6461
6462  and 
6463 \series bold
6464
6465 \backslash
6466 right
6467 \series default
6468
6469 \begin_inset Index idx
6470 status collapsed
6471
6472 \begin_layout Plain Layout
6473 Commands ! R ! 
6474 \backslash
6475 right
6476 \end_layout
6477
6478 \end_inset
6479
6480  or via the math toolbar button 
6481 \begin_inset Info
6482 type  "icon"
6483 arg   "dialog-show mathdelimiter"
6484 \end_inset
6485
6486 .
6487  Directly behind 
6488 \series bold
6489
6490 \backslash
6491 left
6492 \series default
6493  and 
6494 \series bold
6495
6496 \backslash
6497 right
6498 \series default
6499  the wanted bracket must be inserted.
6500  The bracket size will then automatically be calculated for the output.
6501 \begin_inset Separator parbreak
6502 \end_inset
6503
6504
6505 \end_layout
6506
6507 \begin_layout Standard
6508 \align center
6509 normal bracket: The command 
6510 \series bold
6511
6512 \backslash
6513 ln(
6514 \backslash
6515 frac
6516 \begin_inset space \textvisiblespace{}
6517 \end_inset
6518
6519 A
6520 \begin_inset Formula $\downarrow$
6521 \end_inset
6522
6523 C
6524 \begin_inset space \textvisiblespace{}
6525 \end_inset
6526
6527 )
6528 \series default
6529  creates
6530 \begin_inset Formula 
6531 \[
6532 \ln(\frac{A}{C})
6533 \]
6534
6535 \end_inset
6536
6537
6538 \end_layout
6539
6540 \begin_layout Standard
6541 \align center
6542 multiline bracket: The command 
6543 \series bold
6544
6545 \backslash
6546 ln
6547 \backslash
6548 left(
6549 \backslash
6550 frac
6551 \begin_inset space \textvisiblespace{}
6552 \end_inset
6553
6554 A
6555 \begin_inset Formula $\downarrow$
6556 \end_inset
6557
6558 C
6559 \begin_inset space \textvisiblespace{}
6560 \end_inset
6561
6562
6563 \backslash
6564 right)
6565 \series default
6566  creates
6567 \begin_inset Formula 
6568 \[
6569 \ln\left(\frac{A}{C}\right)
6570 \]
6571
6572 \end_inset
6573
6574
6575 \end_layout
6576
6577 \begin_layout Standard
6578 Instead of 
6579 \series bold
6580
6581 \backslash
6582 left
6583 \series default
6584  and 
6585 \series bold
6586
6587 \backslash
6588 right
6589 \series default
6590  the shortcut 
6591 \family sans
6592 Alt+M
6593 \begin_inset space ~
6594 \end_inset
6595
6596 Bracket
6597 \family default
6598  can be used.
6599  This has the advantage that you can see in \SpecialChar LyX
6600  immediately the real bracket
6601  size and that the matching right bracket will be created too.
6602 \begin_inset Newline newline
6603 \end_inset
6604
6605 The command for the last example would then be: 
6606 \series bold
6607
6608 \backslash
6609 ln Alt+M
6610 \series default
6611  
6612 \series bold
6613 (
6614 \backslash
6615 frac
6616 \begin_inset space \textvisiblespace{}
6617 \end_inset
6618
6619 A
6620 \begin_inset Formula $\downarrow$
6621 \end_inset
6622
6623 C
6624 \end_layout
6625
6626 \begin_layout Standard
6627 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6628  For example the command 
6629 \series bold
6630
6631 \backslash
6632 left.
6633 \backslash
6634 frac
6635 \begin_inset space \textvisiblespace{}
6636 \end_inset
6637
6638 A
6639 \begin_inset Formula $\downarrow$
6640 \end_inset
6641
6642 B
6643 \begin_inset space \textvisiblespace{}
6644 \end_inset
6645
6646
6647 \backslash
6648 right}
6649 \series default
6650  creates:
6651 \series bold
6652
6653 \begin_inset Formula 
6654 \[
6655 \left.\frac{A}{B}\right\} 
6656 \]
6657
6658 \end_inset
6659
6660
6661 \series default
6662 The commands 
6663 \series bold
6664
6665 \backslash
6666 left
6667 \series default
6668  and 
6669 \series bold
6670
6671 \backslash
6672 right
6673 \series default
6674  will be converted by \SpecialChar LyX
6675  to brackets in the right size when the document is
6676  reloaded and an omitted bracket will appear as dashed line.
6677 \end_layout
6678
6679 \begin_layout Standard
6680 \begin_inset VSpace bigskip
6681 \end_inset
6682
6683 Because all popular \SpecialChar LaTeX
6684  distributions use e\SpecialChar TeX
6685 , an extension to \SpecialChar LaTeX
6686 , the command
6687  
6688 \series bold
6689
6690 \backslash
6691 middle
6692 \series default
6693
6694 \begin_inset Index idx
6695 status collapsed
6696
6697 \begin_layout Plain Layout
6698 Commands ! M ! 
6699 \backslash
6700 middle
6701 \end_layout
6702
6703 \end_inset
6704
6705  is additionally available for all brackets and limits.
6706  With this command the height of the following character is adapted to the
6707  one of the surrounding brackets, what is e.
6708 \begin_inset space \thinspace{}
6709 \end_inset
6710
6711 g.
6712 \begin_inset space \space{}
6713 \end_inset
6714
6715 needed for physical vectors:
6716 \begin_inset Formula 
6717 \[
6718 \left\langle \phi\:\middle|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6719 \]
6720
6721 \end_inset
6722
6723 For physical vectors there is a special \SpecialChar LaTeX
6724 -package, described in 
6725 \begin_inset CommandInset ref
6726 LatexCommand ref
6727 reference "subsec:Physical-Vectors"
6728
6729 \end_inset
6730
6731 .
6732 \end_layout
6733
6734 \begin_layout Subsection
6735 Horizontal Brackets
6736 \begin_inset Index idx
6737 status collapsed
6738
6739 \begin_layout Plain Layout
6740 Brackets ! horizontal
6741 \end_layout
6742
6743 \end_inset
6744
6745
6746 \end_layout
6747
6748 \begin_layout Standard
6749 \align center
6750 \begin_inset Tabular
6751 <lyxtabular version="3" rows="4" columns="2">
6752 <features booktabs="true" tabularvalignment="middle">
6753 <column alignment="center" valignment="top" width="0pt">
6754 <column alignment="center" valignment="top" width="0pt">
6755 <row>
6756 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6757 \begin_inset Text
6758
6759 \begin_layout Plain Layout
6760 Command
6761 \end_layout
6762
6763 \end_inset
6764 </cell>
6765 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6766 \begin_inset Text
6767
6768 \begin_layout Plain Layout
6769 Result
6770 \end_layout
6771
6772 \end_inset
6773 </cell>
6774 </row>
6775 <row>
6776 <cell alignment="center" valignment="top" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout Plain Layout
6780
6781 \backslash
6782 overbrace
6783 \begin_inset space \textvisiblespace{}
6784 \end_inset
6785
6786 A+B
6787 \begin_inset space \textvisiblespace{}
6788 \end_inset
6789
6790 ^3
6791 \begin_inset Index idx
6792 status collapsed
6793
6794 \begin_layout Plain Layout
6795 Commands ! O ! 
6796 \backslash
6797 overbrace
6798 \end_layout
6799
6800 \end_inset
6801
6802
6803 \end_layout
6804
6805 \end_inset
6806 </cell>
6807 <cell alignment="center" valignment="top" usebox="none">
6808 \begin_inset Text
6809
6810 \begin_layout Plain Layout
6811 \begin_inset Formula $\overbrace{A+B}^{3}$
6812 \end_inset
6813
6814
6815 \end_layout
6816
6817 \end_inset
6818 </cell>
6819 </row>
6820 <row topspace="2mm">
6821 <cell alignment="center" valignment="top" usebox="none">
6822 \begin_inset Text
6823
6824 \begin_layout Plain Layout
6825
6826 \backslash
6827 underbrace
6828 \begin_inset space \textvisiblespace{}
6829 \end_inset
6830
6831 A+B
6832 \begin_inset space \textvisiblespace{}
6833 \end_inset
6834
6835 _5
6836 \begin_inset Index idx
6837 status collapsed
6838
6839 \begin_layout Plain Layout
6840 Commands ! U ! 
6841 \backslash
6842 underbrace
6843 \end_layout
6844
6845 \end_inset
6846
6847
6848 \end_layout
6849
6850 \end_inset
6851 </cell>
6852 <cell alignment="center" valignment="top" usebox="none">
6853 \begin_inset Text
6854
6855 \begin_layout Plain Layout
6856 \begin_inset Formula $\underbrace{A+B}_{5}$
6857 \end_inset
6858
6859
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 </row>
6865 <row>
6866 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6867 \begin_inset Text
6868
6869 \begin_layout Plain Layout
6870
6871 \backslash
6872 overbrace
6873 \begin_inset space \textvisiblespace{}
6874 \end_inset
6875
6876
6877 \backslash
6878 underbrace
6879 \begin_inset space \textvisiblespace{}
6880 \end_inset
6881
6882 A+B_w
6883 \begin_inset space \textvisiblespace{}
6884 \end_inset
6885
6886
6887 \begin_inset space \textvisiblespace{}
6888 \end_inset
6889
6890 _7
6891 \begin_inset space \textvisiblespace{}
6892 \end_inset
6893
6894
6895 \begin_inset space \textvisiblespace{}
6896 \end_inset
6897
6898 ^
6899 \begin_inset space \textvisiblespace{}
6900 \end_inset
6901
6902 C
6903 \end_layout
6904
6905 \end_inset
6906 </cell>
6907 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6908 \begin_inset Text
6909
6910 \begin_layout Plain Layout
6911 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
6912 \end_inset
6913
6914
6915 \end_layout
6916
6917 \end_inset
6918 </cell>
6919 </row>
6920 </lyxtabular>
6921
6922 \end_inset
6923
6924
6925 \end_layout
6926
6927 \begin_layout Standard
6928 In the last example it doesn't matter if 
6929 \series bold
6930
6931 \backslash
6932 overbrace
6933 \series default
6934  or 
6935 \series bold
6936
6937 \backslash
6938 underbrace
6939 \series default
6940  is inserted at first.
6941 \end_layout
6942
6943 \begin_layout Standard
6944 \begin_inset VSpace medskip
6945 \end_inset
6946
6947
6948 \end_layout
6949
6950 \begin_layout Standard
6951 If you set in the document settings under 
6952 \family sans
6953 Math
6954 \begin_inset space ~
6955 \end_inset
6956
6957 Options
6958 \family default
6959  for the package 
6960 \series bold
6961 mathtools
6962 \series default
6963
6964 \begin_inset Index idx
6965 status collapsed
6966
6967 \begin_layout Plain Layout
6968 Packages ! mathtools
6969 \end_layout
6970
6971 \end_inset
6972
6973  the option 
6974 \family sans
6975 Load
6976 \begin_inset space ~
6977 \end_inset
6978
6979 always
6980 \family default
6981 , you have access to square backets:
6982 \begin_inset Separator parbreak
6983 \end_inset
6984
6985
6986 \end_layout
6987
6988 \begin_layout Standard
6989 \align center
6990 \begin_inset Tabular
6991 <lyxtabular version="3" rows="4" columns="2">
6992 <features booktabs="true" tabularvalignment="middle">
6993 <column alignment="center" valignment="top" width="0pt">
6994 <column alignment="center" valignment="top" width="0pt">
6995 <row>
6996 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6997 \begin_inset Text
6998
6999 \begin_layout Plain Layout
7000 Command
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009 Result
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 </row>
7015 <row>
7016 <cell alignment="center" valignment="top" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020
7021 \backslash
7022
7023 \family roman
7024 \series medium
7025 \shape up
7026 \size normal
7027 \emph off
7028 \bar no
7029 \strikeout off
7030 \uuline off
7031 \uwave off
7032 \noun off
7033 \color none
7034 overbracket
7035 \family default
7036 \series default
7037 \shape default
7038 \size default
7039 \emph default
7040 \bar default
7041 \strikeout default
7042 \uuline default
7043 \uwave default
7044 \noun default
7045 \color inherit
7046 {A+B
7047 \begin_inset space \textvisiblespace{}
7048 \end_inset
7049
7050 ^3
7051 \begin_inset Index idx
7052 status collapsed
7053
7054 \begin_layout Plain Layout
7055 Commands ! O ! 
7056 \backslash
7057 overbracket
7058 \end_layout
7059
7060 \end_inset
7061
7062
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 <cell alignment="center" valignment="top" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071 \begin_inset Formula $\overbracket{A+B}^{3}$
7072 \end_inset
7073
7074
7075 \end_layout
7076
7077 \end_inset
7078 </cell>
7079 </row>
7080 <row topspace="2mm">
7081 <cell alignment="center" valignment="top" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085
7086 \backslash
7087 under
7088 \family roman
7089 \series medium
7090 \shape up
7091 \size normal
7092 \emph off
7093 \bar no
7094 \strikeout off
7095 \uuline off
7096 \uwave off
7097 \noun off
7098 \color none
7099 bracket
7100 \family default
7101 \series default
7102 \shape default
7103 \size default
7104 \emph default
7105 \bar default
7106 \strikeout default
7107 \uuline default
7108 \uwave default
7109 \noun default
7110 \color inherit
7111 {A+B
7112 \begin_inset space \textvisiblespace{}
7113 \end_inset
7114
7115 _5
7116 \begin_inset Index idx
7117 status collapsed
7118
7119 \begin_layout Plain Layout
7120 Commands ! U ! 
7121 \backslash
7122 under
7123 \family roman
7124 \series medium
7125 \shape up
7126 \size normal
7127 \emph off
7128 \bar no
7129 \strikeout off
7130 \uuline off
7131 \uwave off
7132 \noun off
7133 \color none
7134 bracket
7135 \end_layout
7136
7137 \end_inset
7138
7139
7140 \end_layout
7141
7142 \end_inset
7143 </cell>
7144 <cell alignment="center" valignment="top" usebox="none">
7145 \begin_inset Text
7146
7147 \begin_layout Plain Layout
7148 \begin_inset Formula $\underbracket{A+B}_{5}$
7149 \end_inset
7150
7151
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 </row>
7157 <row>
7158 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Plain Layout
7162
7163 \backslash
7164 overbracket{
7165 \backslash
7166 underbracket{A+B_w
7167 \begin_inset space \textvisiblespace{}
7168 \end_inset
7169
7170
7171 \begin_inset space \textvisiblespace{}
7172 \end_inset
7173
7174 _7
7175 \begin_inset space \textvisiblespace{}
7176 \end_inset
7177
7178
7179 \begin_inset space \textvisiblespace{}
7180 \end_inset
7181
7182 ^
7183 \begin_inset space \textvisiblespace{}
7184 \end_inset
7185
7186 C
7187 \end_layout
7188
7189 \end_inset
7190 </cell>
7191 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7192 \begin_inset Text
7193
7194 \begin_layout Plain Layout
7195 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7196 \end_inset
7197
7198
7199 \end_layout
7200
7201 \end_inset
7202 </cell>
7203 </row>
7204 </lyxtabular>
7205
7206 \end_inset
7207
7208
7209 \end_layout
7210
7211 \begin_layout Standard
7212 For 
7213 \series bold
7214
7215 \backslash
7216 overbracket
7217 \series default
7218  and 
7219 \series bold
7220
7221 \backslash
7222 underbracket
7223 \series default
7224  you can change the thickness of the bracket's stroke by specifying the
7225  desired thickness in square brackets behind the command:
7226 \begin_inset Separator parbreak
7227 \end_inset
7228
7229
7230 \end_layout
7231
7232 \begin_layout Standard
7233 \align center
7234 \begin_inset Tabular
7235 <lyxtabular version="3" rows="3" columns="2">
7236 <features booktabs="true" tabularvalignment="middle">
7237 <column alignment="center" valignment="top" width="0pt">
7238 <column alignment="center" valignment="top" width="0pt">
7239 <row>
7240 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Plain Layout
7244 Command
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Plain Layout
7253 Result
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 </row>
7259 <row>
7260 <cell alignment="center" valignment="top" usebox="none">
7261 \begin_inset Text
7262
7263 \begin_layout Plain Layout
7264
7265 \backslash
7266
7267 \family roman
7268 \series medium
7269 \shape up
7270 \size normal
7271 \emph off
7272 \bar no
7273 \strikeout off
7274 \uuline off
7275 \uwave off
7276 \noun off
7277 \color none
7278 overbracket
7279 \family default
7280 \series default
7281 \shape default
7282 \size default
7283 \emph default
7284 \bar default
7285 \strikeout default
7286 \uuline default
7287 \uwave default
7288 \noun default
7289 \color inherit
7290 [3pt]
7291 \backslash
7292 {A+B
7293 \begin_inset space \textvisiblespace{}
7294 \end_inset
7295
7296 ^3
7297 \end_layout
7298
7299 \end_inset
7300 </cell>
7301 <cell alignment="center" valignment="top" usebox="none">
7302 \begin_inset Text
7303
7304 \begin_layout Plain Layout
7305 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7306 \end_inset
7307
7308
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 </row>
7314 <row topspace="2mm">
7315 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Plain Layout
7319
7320 \backslash
7321 under
7322 \family roman
7323 \series medium
7324 \shape up
7325 \size normal
7326 \emph off
7327 \bar no
7328 \strikeout off
7329 \uuline off
7330 \uwave off
7331 \noun off
7332 \color none
7333 bracket
7334 \family default
7335 \series default
7336 \shape default
7337 \size default
7338 \emph default
7339 \bar default
7340 \strikeout default
7341 \uuline default
7342 \uwave default
7343 \noun default
7344 \color inherit
7345 [1pt]
7346 \backslash
7347 {A+B
7348 \begin_inset space \textvisiblespace{}
7349 \end_inset
7350
7351 _5
7352 \end_layout
7353
7354 \end_inset
7355 </cell>
7356 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7357 \begin_inset Text
7358
7359 \begin_layout Plain Layout
7360 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7361 \end_inset
7362
7363
7364 \end_layout
7365
7366 \end_inset
7367 </cell>
7368 </row>
7369 </lyxtabular>
7370
7371 \end_inset
7372
7373
7374 \end_layout
7375
7376 \begin_layout Standard
7377 \begin_inset VSpace bigskip
7378 \end_inset
7379
7380 When brackets should overlap each other, multiline formulas, as described
7381  in 
7382 \begin_inset CommandInset ref
7383 LatexCommand ref
7384 reference "sec:Multiline-Formulas"
7385
7386 \end_inset
7387
7388 , must be used:
7389 \begin_inset Formula 
7390 \begin{eqnarray*}
7391 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7392  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7393 \end{eqnarray*}
7394
7395 \end_inset
7396
7397 In the first row the formula is inserted together with the first brace.
7398  It is hereby important that the space command
7399 \begin_inset Foot
7400 status collapsed
7401
7402 \begin_layout Plain Layout
7403 Space commands are explained in 
7404 \begin_inset CommandInset ref
7405 LatexCommand ref
7406 reference "subsec:Predefined-Space"
7407
7408 \end_inset
7409
7410 .
7411 \end_layout
7412
7413 \end_inset
7414
7415  
7416 \series bold
7417
7418 \backslash
7419 :
7420 \series default
7421  is inserted before the first 
7422 \begin_inset Formula $d$
7423 \end_inset
7424
7425 , because the brace that ends behind the 
7426 \begin_inset Formula $q$
7427 \end_inset
7428
7429  prevents that the following 
7430 \begin_inset Quotes eld
7431 \end_inset
7432
7433 +
7434 \begin_inset Quotes erd
7435 \end_inset
7436
7437  is surrounded by space.
7438 \begin_inset Foot
7439 status collapsed
7440
7441 \begin_layout Plain Layout
7442 because a bracket is not handled as a character, see 
7443 \begin_inset CommandInset ref
7444 LatexCommand ref
7445 reference "subsec:Binary-Operators"
7446
7447 \end_inset
7448
7449
7450 \end_layout
7451
7452 \end_inset
7453
7454  In the second row the second brace is inserted.
7455  As it should begin before the 
7456 \begin_inset Formula $b$
7457 \end_inset
7458
7459 , first the command 
7460 \series bold
7461
7462 \backslash
7463 hphantom{gggg+
7464 \backslash
7465 :}
7466 \series default
7467  is inserted.
7468 \begin_inset Foot
7469 status collapsed
7470
7471 \begin_layout Plain Layout
7472 more about 
7473 \series bold
7474
7475 \backslash
7476 hphantom
7477 \series default
7478  see 
7479 \begin_inset CommandInset ref
7480 LatexCommand ref
7481 reference "subsec:Placeholders"
7482
7483 \end_inset
7484
7485
7486 \end_layout
7487
7488 \end_inset
7489
7490  This space is needed because the 
7491 \begin_inset Quotes eld
7492 \end_inset
7493
7494 +
7495 \begin_inset Quotes erd
7496 \end_inset
7497
7498  is also surrounded by space in the formula.
7499  The brace is placed under the command 
7500 \series bold
7501
7502 \backslash
7503 hphantom{bbqq+dddd}
7504 \series default
7505 .
7506 \end_layout
7507
7508 \begin_layout Standard
7509 It gets more complicated when brackets overlap each other above and under
7510  the formula, like in the following example:
7511 \begin_inset ERT
7512 status collapsed
7513
7514 \begin_layout Plain Layout
7515
7516
7517 \backslash
7518 setlength{
7519 \backslash
7520 jot}{-6pt}
7521 \end_layout
7522
7523 \end_inset
7524
7525
7526 \begin_inset Formula 
7527 \begin{eqnarray*}
7528  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7529 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7530 \end{eqnarray*}
7531
7532 \end_inset
7533
7534
7535 \begin_inset ERT
7536 status collapsed
7537
7538 \begin_layout Plain Layout
7539
7540
7541 \backslash
7542 setlength{
7543 \backslash
7544 jot}{3pt}
7545 \end_layout
7546
7547 \end_inset
7548
7549 The first formula row is the same as the second row of the previous example,
7550  with the difference that the brace is above.
7551  The second row contains the formula together with the second brace.
7552  To avoid that there is space between the upper brace in the first row and
7553  the formula, the row spacing needs to be reduced.
7554  This is not easily possible due to a bug in \SpecialChar LyX
7555 .
7556 \begin_inset Foot
7557 status collapsed
7558
7559 \begin_layout Plain Layout
7560 \begin_inset CommandInset href
7561 LatexCommand href
7562 name "LyX-bug #1505"
7563 target "http://www.lyx.org/trac/ticket/1505"
7564
7565 \end_inset
7566
7567
7568 \end_layout
7569
7570 \end_inset
7571
7572  As a solution for the problem, the global formula row separation 
7573 \series bold
7574
7575 \backslash
7576 jot
7577 \series default
7578
7579 \begin_inset Index idx
7580 status collapsed
7581
7582 \begin_layout Plain Layout
7583 Commands ! J ! 
7584 \backslash
7585 jot
7586 \end_layout
7587
7588 \end_inset
7589
7590  must be changed to -6
7591 \begin_inset space \thinspace{}
7592 \end_inset
7593
7594 pt before the formula with the command 
7595 \series bold
7596
7597 \backslash
7598 setlength{
7599 \backslash
7600 jot}{-6pt}
7601 \series default
7602  in \SpecialChar TeX
7603  mode.
7604  
7605 \series bold
7606
7607 \backslash
7608 jot
7609 \series default
7610  is set back after the formula to the standard value of 3
7611 \begin_inset space \thinspace{}
7612 \end_inset
7613
7614 pt using the same command.
7615  More about the row separation in formulas is explained in 
7616 \begin_inset CommandInset ref
7617 LatexCommand ref
7618 reference "subsec:Line-Separation"
7619
7620 \end_inset
7621
7622 .
7623 \end_layout
7624
7625 \begin_layout Section
7626 Arrows
7627 \begin_inset Index idx
7628 status collapsed
7629
7630 \begin_layout Plain Layout
7631 Arrows
7632 \end_layout
7633
7634 \end_inset
7635
7636
7637 \end_layout
7638
7639 \begin_layout Standard
7640 Arrows can be inserted via the math toolbar button 
7641 \begin_inset Info
7642 type  "icon"
7643 arg   "math-insert \\leftarrow"
7644 \end_inset
7645
7646  or the commands listed in the following subsections.
7647 \end_layout
7648
7649 \begin_layout Subsection
7650 Horizontal Arrows
7651 \begin_inset Index idx
7652 status collapsed
7653
7654 \begin_layout Plain Layout
7655 Arrows ! horizontal
7656 \end_layout
7657
7658 \end_inset
7659
7660
7661 \end_layout
7662
7663 \begin_layout Standard
7664 \begin_inset space \hfill{}
7665 \end_inset
7666
7667
7668 \begin_inset Tabular
7669 <lyxtabular version="3" rows="8" columns="2">
7670 <features booktabs="true" tabularvalignment="middle">
7671 <column alignment="center" valignment="top" width="0pt">
7672 <column alignment="center" valignment="top" width="0pt">
7673 <row>
7674 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Plain Layout
7678 Command
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7684 \begin_inset Text
7685
7686 \begin_layout Plain Layout
7687 Result
7688 \end_layout
7689
7690 \end_inset
7691 </cell>
7692 </row>
7693 <row>
7694 <cell alignment="center" valignment="top" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Plain Layout
7698
7699 \backslash
7700 gets
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 <cell alignment="center" valignment="top" usebox="none">
7706 \begin_inset Text
7707
7708 \begin_layout Plain Layout
7709 \begin_inset Formula $\gets$
7710 \end_inset
7711
7712
7713 \end_layout
7714
7715 \end_inset
7716 </cell>
7717 </row>
7718 <row>
7719 <cell alignment="center" valignment="top" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Plain Layout
7723
7724 \backslash
7725 Leftarrow
7726 \end_layout
7727
7728 \end_inset
7729 </cell>
7730 <cell alignment="center" valignment="top" usebox="none">
7731 \begin_inset Text
7732
7733 \begin_layout Plain Layout
7734 \begin_inset Formula $\Leftarrow$
7735 \end_inset
7736
7737
7738 \end_layout
7739
7740 \end_inset
7741 </cell>
7742 </row>
7743 <row>
7744 <cell alignment="center" valignment="top" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Plain Layout
7748
7749 \backslash
7750 longleftarrow
7751 \end_layout
7752
7753 \end_inset
7754 </cell>
7755 <cell alignment="center" valignment="top" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Plain Layout
7759 \begin_inset Formula $\longleftarrow$
7760 \end_inset
7761
7762
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 </row>
7768 <row>
7769 <cell alignment="center" valignment="top" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773
7774 \backslash
7775 Longleftarrow
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 <cell alignment="center" valignment="top" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784 \begin_inset Formula $\Longleftarrow$
7785 \end_inset
7786
7787
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 </row>
7793 <row>
7794 <cell alignment="center" valignment="top" usebox="none">
7795 \begin_inset Text
7796
7797 \begin_layout Plain Layout
7798
7799 \backslash
7800 leftharpoonup
7801 \end_layout
7802
7803 \end_inset
7804 </cell>
7805 <cell alignment="center" valignment="top" usebox="none">
7806 \begin_inset Text
7807
7808 \begin_layout Plain Layout
7809 \begin_inset Formula $\leftharpoonup$
7810 \end_inset
7811
7812
7813 \end_layout
7814
7815 \end_inset
7816 </cell>
7817 </row>
7818 <row>
7819 <cell alignment="center" valignment="top" usebox="none">
7820 \begin_inset Text
7821
7822 \begin_layout Plain Layout
7823
7824 \backslash
7825 leftharpoondown
7826 \end_layout
7827
7828 \end_inset
7829 </cell>
7830 <cell alignment="center" valignment="top" usebox="none">
7831 \begin_inset Text
7832
7833 \begin_layout Plain Layout
7834 \begin_inset Formula $\leftharpoondown$
7835 \end_inset
7836
7837
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 </row>
7843 <row>
7844 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7845 \begin_inset Text
7846
7847 \begin_layout Plain Layout
7848
7849 \backslash
7850 hookleftarrow
7851 \end_layout
7852
7853 \end_inset
7854 </cell>
7855 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7856 \begin_inset Text
7857
7858 \begin_layout Plain Layout
7859 \begin_inset Formula $\hookleftarrow$
7860 \end_inset
7861
7862
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 </row>
7868 </lyxtabular>
7869
7870 \end_inset
7871
7872
7873 \begin_inset space \hfill{}
7874 \end_inset
7875
7876
7877 \begin_inset Tabular
7878 <lyxtabular version="3" rows="8" columns="2">
7879 <features booktabs="true" tabularvalignment="middle">
7880 <column alignment="center" valignment="top" width="0pt">
7881 <column alignment="center" valignment="top" width="0pt">
7882 <row>
7883 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Plain Layout
7887 Command
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896 Result
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 </row>
7902 <row>
7903 <cell alignment="center" valignment="top" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907
7908 \backslash
7909 to
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 <cell alignment="center" valignment="top" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918 \begin_inset Formula $\to$
7919 \end_inset
7920
7921
7922 \end_layout
7923
7924 \end_inset
7925 </cell>
7926 </row>
7927 <row>
7928 <cell alignment="center" valignment="top" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932
7933 \backslash
7934 Rightarrow
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 <cell alignment="center" valignment="top" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943 \begin_inset Formula $\Rightarrow$
7944 \end_inset
7945
7946
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 </row>
7952 <row>
7953 <cell alignment="center" valignment="top" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Plain Layout
7957
7958 \backslash
7959 longrightarrow
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 <cell alignment="center" valignment="top" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968 \begin_inset Formula $\longrightarrow$
7969 \end_inset
7970
7971
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 </row>
7977 <row>
7978 <cell alignment="center" valignment="top" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982
7983 \backslash
7984 Longrightarrow
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 <cell alignment="center" valignment="top" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993 \begin_inset Formula $\Longrightarrow$
7994 \end_inset
7995
7996
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 </row>
8002 <row>
8003 <cell alignment="center" valignment="top" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007
8008 \backslash
8009 rightharpoonup
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell alignment="center" valignment="top" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018 \begin_inset Formula $\rightharpoonup$
8019 \end_inset
8020
8021
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 </row>
8027 <row>
8028 <cell alignment="center" valignment="top" usebox="none">
8029 \begin_inset Text
8030
8031 \begin_layout Plain Layout
8032
8033 \backslash
8034 rightharpoondown
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 <cell alignment="center" valignment="top" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043 \begin_inset Formula $\rightharpoondown$
8044 \end_inset
8045
8046
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 </row>
8052 <row>
8053 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057
8058 \backslash
8059 hookrightarrow
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Plain Layout
8068 \begin_inset Formula $\hookrightarrow$
8069 \end_inset
8070
8071
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 </row>
8077 </lyxtabular>
8078
8079 \end_inset
8080
8081
8082 \begin_inset space \hfill{}
8083 \end_inset
8084
8085
8086 \end_layout
8087
8088 \begin_layout Standard
8089 \begin_inset space \hfill{}
8090 \end_inset
8091
8092
8093 \begin_inset Tabular
8094 <lyxtabular version="3" rows="6" columns="2">
8095 <features booktabs="true" tabularvalignment="middle">
8096 <column alignment="center" valignment="top" width="0pt">
8097 <column alignment="center" valignment="top" width="0pt">
8098 <row>
8099 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8100 \begin_inset Text
8101
8102 \begin_layout Plain Layout
8103 Command
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112 Result
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 </row>
8118 <row>
8119 <cell alignment="center" valignment="top" usebox="none">
8120 \begin_inset Text
8121
8122 \begin_layout Plain Layout
8123
8124 \backslash
8125 leftrightarrow
8126 \end_layout
8127
8128 \end_inset
8129 </cell>
8130 <cell alignment="center" valignment="top" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134 \begin_inset Formula $\leftrightarrow$
8135 \end_inset
8136
8137
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 </row>
8143 <row>
8144 <cell alignment="center" valignment="top" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148
8149 \backslash
8150 Leftrightarrow
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 <cell alignment="center" valignment="top" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159 \begin_inset Formula $\Leftrightarrow$
8160 \end_inset
8161
8162
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 </row>
8168 <row>
8169 <cell alignment="center" valignment="top" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173
8174 \backslash
8175 longleftrightarrow
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 <cell alignment="center" valignment="top" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184 \begin_inset Formula $\longleftrightarrow$
8185 \end_inset
8186
8187
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 </row>
8193 <row>
8194 <cell alignment="center" valignment="top" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198
8199 \backslash
8200 Longleftrightarrow
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 <cell alignment="center" valignment="top" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209 \begin_inset Formula $\Longleftrightarrow$
8210 \end_inset
8211
8212
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 </row>
8218 <row>
8219 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223
8224 \backslash
8225 rightleftharpoons
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 \begin_inset Formula $\rightleftharpoons$
8235 \end_inset
8236
8237
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 </row>
8243 </lyxtabular>
8244
8245 \end_inset
8246
8247
8248 \begin_inset space \hspace{}
8249 \length 25pt
8250 \end_inset
8251
8252
8253 \begin_inset space \hfill{}
8254 \end_inset
8255
8256
8257 \begin_inset Tabular
8258 <lyxtabular version="3" rows="5" columns="2">
8259 <features booktabs="true" tabularvalignment="middle">
8260 <column alignment="center" valignment="top" width="0pt">
8261 <column alignment="center" valignment="top" width="0pt">
8262 <row>
8263 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267 Command
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276 Result
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 </row>
8282 <row>
8283 <cell alignment="center" valignment="top" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287
8288 \backslash
8289 mapsto
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 <cell alignment="center" valignment="top" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298 \begin_inset Formula $\mapsto$
8299 \end_inset
8300
8301
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 </row>
8307 <row>
8308 <cell alignment="center" valignment="top" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312
8313 \backslash
8314 longmapsto
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell alignment="center" valignment="top" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 \begin_inset Formula $\longmapsto$
8324 \end_inset
8325
8326
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 </row>
8332 <row>
8333 <cell alignment="center" valignment="top" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337
8338 \backslash
8339 leadsto
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 <cell alignment="center" valignment="top" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348 \begin_inset Formula $\leadsto$
8349 \end_inset
8350
8351
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 </row>
8357 <row>
8358 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362
8363 \backslash
8364 dasharrow
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373 \begin_inset Formula $\dasharrow$
8374 \end_inset
8375
8376
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 </row>
8382 </lyxtabular>
8383
8384 \end_inset
8385
8386
8387 \begin_inset space \hfill{}
8388 \end_inset
8389
8390
8391 \end_layout
8392
8393 \begin_layout Standard
8394 \begin_inset VSpace medskip
8395 \end_inset
8396
8397 Arrows used as accents like e.
8398 \begin_inset space \thinspace{}
8399 \end_inset
8400
8401 g.
8402 \begin_inset space \space{}
8403 \end_inset
8404
8405 vector arrows are listed in 
8406 \begin_inset CommandInset ref
8407 LatexCommand ref
8408 reference "sec:Accents"
8409
8410 \end_inset
8411
8412 .
8413 \end_layout
8414
8415 \begin_layout Standard
8416 \begin_inset VSpace bigskip
8417 \end_inset
8418
8419 Furthermore there are the labeled arrows
8420 \begin_inset Index idx
8421 status collapsed
8422
8423 \begin_layout Plain Layout
8424 Arrows ! labeled
8425 \end_layout
8426
8427 \end_inset
8428
8429  
8430 \series bold
8431
8432 \backslash
8433 xleftarrow
8434 \series default
8435
8436 \begin_inset Index idx
8437 status collapsed
8438
8439 \begin_layout Plain Layout
8440 Commands ! X ! 
8441 \backslash
8442 xleftarrow
8443 \end_layout
8444
8445 \end_inset
8446
8447  and 
8448 \series bold
8449
8450 \backslash
8451 xrightarrow
8452 \series default
8453
8454 \begin_inset Index idx
8455 status collapsed
8456
8457 \begin_layout Plain Layout
8458 Commands ! X ! 
8459 \backslash
8460 xrightarrow
8461 \begin_inset ERT
8462 status collapsed
8463
8464 \begin_layout Plain Layout
8465
8466
8467 \backslash
8468 vspace{4mm}
8469 \end_layout
8470
8471 \end_inset
8472
8473
8474 \end_layout
8475
8476 \end_inset
8477
8478 .
8479  When inserting one of these commands in a formula, an arrow with two blue
8480  boxes appear where the label can be inserted.
8481  The length of the arrow adapts to the label width.
8482 \end_layout
8483
8484 \begin_layout Standard
8485 \align center
8486 \begin_inset Tabular
8487 <lyxtabular version="3" rows="3" columns="2">
8488 <features booktabs="true" tabularvalignment="middle">
8489 <column alignment="center" valignment="top" width="0pt">
8490 <column alignment="center" valignment="top" width="0pt">
8491 <row>
8492 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496 Command
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8502 \begin_inset Text
8503
8504 \begin_layout Plain Layout
8505 Result
8506 \end_layout
8507
8508 \end_inset
8509 </cell>
8510 </row>
8511 <row>
8512 <cell alignment="center" valignment="top" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516 F(a)
8517 \backslash
8518 xleftarrow
8519 \begin_inset space \textvisiblespace{}
8520 \end_inset
8521
8522 x=a
8523 \begin_inset Formula $\downarrow$
8524 \end_inset
8525
8526 x>0
8527 \begin_inset Formula $\to$
8528 \end_inset
8529
8530 F(x)
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 <cell alignment="center" valignment="top" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
8540 \end_inset
8541
8542
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 </row>
8548 <row topspace="2mm">
8549 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553 F(x)
8554 \backslash
8555 xrightarrow
8556 \begin_inset space \textvisiblespace{}
8557 \end_inset
8558
8559 x=a
8560 \begin_inset Formula $\downarrow$
8561 \end_inset
8562
8563 x>0
8564 \begin_inset Formula $\to$
8565 \end_inset
8566
8567 F(a)
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
8577 \end_inset
8578
8579
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 </row>
8585 </lyxtabular>
8586
8587 \end_inset
8588
8589
8590 \end_layout
8591
8592 \begin_layout Standard
8593 \begin_inset VSpace medskip
8594 \end_inset
8595
8596
8597 \end_layout
8598
8599 \begin_layout Standard
8600 If you set in the document settings under 
8601 \family sans
8602 Math
8603 \begin_inset space ~
8604 \end_inset
8605
8606 Options
8607 \family default
8608  for the package 
8609 \series bold
8610 mathtools
8611 \series default
8612
8613 \begin_inset Index idx
8614 status collapsed
8615
8616 \begin_layout Plain Layout
8617 Packages ! mathtools
8618 \end_layout
8619
8620 \end_inset
8621
8622  the option 
8623 \family sans
8624 Load
8625 \begin_inset space ~
8626 \end_inset
8627
8628 always
8629 \family default
8630 , you have access to the following labeled arrows:
8631 \end_layout
8632
8633 \begin_layout Standard
8634 \begin_inset Newpage newpage
8635 \end_inset
8636
8637
8638 \begin_inset Separator parbreak
8639 \end_inset
8640
8641
8642 \end_layout
8643
8644 \begin_layout Standard
8645 \align center
8646 \begin_inset space \hspace*{\fill}
8647 \end_inset
8648
8649
8650 \begin_inset Tabular
8651 <lyxtabular version="3" rows="7" columns="2">
8652 <features booktabs="true" tabularvalignment="middle">
8653 <column alignment="center" valignment="top" width="0pt">
8654 <column alignment="center" valignment="top" width="0pt">
8655 <row>
8656 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660 Command
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669 Example
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 </row>
8675 <row>
8676 <cell alignment="center" valignment="top" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680
8681 \family roman
8682 \series medium
8683 \shape up
8684 \size normal
8685 \emph off
8686 \bar no
8687 \strikeout off
8688 \uuline off
8689 \uwave off
8690 \noun off
8691 \color none
8692
8693 \backslash
8694 xleftrightarrow
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 <cell alignment="center" valignment="top" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
8704 \end_inset
8705
8706
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 </row>
8712 <row topspace="2mm">
8713 <cell alignment="center" valignment="top" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717
8718 \family roman
8719 \series medium
8720 \shape up
8721 \size normal
8722 \emph off
8723 \bar no
8724 \strikeout off
8725 \uuline off
8726 \uwave off
8727 \noun off
8728 \color none
8729
8730 \backslash
8731 xLeftarrow
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 <cell alignment="center" valignment="top" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
8741 \end_inset
8742
8743
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 </row>
8749 <row topspace="2mm">
8750 <cell alignment="center" valignment="top" usebox="none">
8751 \begin_inset Text
8752
8753 \begin_layout Plain Layout
8754
8755 \backslash
8756
8757 \family roman
8758 \series medium
8759 \shape up
8760 \size normal
8761 \emph off
8762 \bar no
8763 \strikeout off
8764 \uuline off
8765 \uwave off
8766 \noun off
8767 \color none
8768 xRightarrow
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 <cell alignment="center" valignment="top" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
8778 \end_inset
8779
8780
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 </row>
8786 <row topspace="2mm">
8787 <cell alignment="center" valignment="top" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791
8792 \backslash
8793
8794 \family roman
8795 \series medium
8796 \shape up
8797 \size normal
8798 \emph off
8799 \bar no
8800 \strikeout off
8801 \uuline off
8802 \uwave off
8803 \noun off
8804 \color none
8805 xLeftrightarrow
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell alignment="center" valignment="top" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
8815 \end_inset
8816
8817
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 </row>
8823 <row topspace="2mm">
8824 <cell alignment="center" valignment="top" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828
8829 \family roman
8830 \series medium
8831 \shape up
8832 \size normal
8833 \emph off
8834 \bar no
8835 \strikeout off
8836 \uuline off
8837 \uwave off
8838 \noun off
8839 \color none
8840
8841 \backslash
8842 xhookleftarrow
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 <cell alignment="center" valignment="top" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
8852 \end_inset
8853
8854
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 </row>
8860 <row topspace="2mm">
8861 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865
8866 \family roman
8867 \series medium
8868 \shape up
8869 \size normal
8870 \emph off
8871 \bar no
8872 \strikeout off
8873 \uuline off
8874 \uwave off
8875 \noun off
8876 \color none
8877
8878 \backslash
8879 xhookrightarrow
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
8889 \end_inset
8890
8891
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 </row>
8897 </lyxtabular>
8898
8899 \end_inset
8900
8901
8902 \begin_inset space \hspace*{\fill}
8903 \end_inset
8904
8905
8906 \begin_inset Tabular
8907 <lyxtabular version="3" rows="7" columns="2">
8908 <features booktabs="true" tabularvalignment="middle">
8909 <column alignment="center" valignment="top" width="0pt">
8910 <column alignment="center" valignment="top" width="0pt">
8911 <row>
8912 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916 Command
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925 Example
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 </row>
8931 <row>
8932 <cell alignment="center" valignment="top" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936
8937 \backslash
8938
8939 \family roman
8940 \series medium
8941 \shape up
8942 \size normal
8943 \emph off
8944 \bar no
8945 \strikeout off
8946 \uuline off
8947 \uwave off
8948 \noun off
8949 \color none
8950 xleftharpoondown
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 <cell alignment="center" valignment="top" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
8960 \end_inset
8961
8962
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 </row>
8968 <row topspace="2mm">
8969 <cell alignment="center" valignment="top" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973
8974 \backslash
8975
8976 \family roman
8977 \series medium
8978 \shape up
8979 \size normal
8980 \emph off
8981 \bar no
8982 \strikeout off
8983 \uuline off
8984 \uwave off
8985 \noun off
8986 \color none
8987 xleftharpoonup
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 <cell alignment="center" valignment="top" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
8997 \end_inset
8998
8999
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 </row>
9005 <row topspace="2mm">
9006 <cell alignment="center" valignment="top" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010
9011 \backslash
9012
9013 \family roman
9014 \series medium
9015 \shape up
9016 \size normal
9017 \emph off
9018 \bar no
9019 \strikeout off
9020 \uuline off
9021 \uwave off
9022 \noun off
9023 \color none
9024 xrightharpoondown
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 <cell alignment="center" valignment="top" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
9034 \end_inset
9035
9036
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 </row>
9042 <row topspace="2mm">
9043 <cell alignment="center" valignment="top" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047
9048 \backslash
9049
9050 \family roman
9051 \series medium
9052 \shape up
9053 \size normal
9054 \emph off
9055 \bar no
9056 \strikeout off
9057 \uuline off
9058 \uwave off
9059 \noun off
9060 \color none
9061 xrightharpoonup
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 <cell alignment="center" valignment="top" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
9071 \end_inset
9072
9073
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 </row>
9079 <row topspace="2mm">
9080 <cell alignment="center" valignment="top" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084
9085 \backslash
9086
9087 \family roman
9088 \series medium
9089 \shape up
9090 \size normal
9091 \emph off
9092 \bar no
9093 \strikeout off
9094 \uuline off
9095 \uwave off
9096 \noun off
9097 \color none
9098 xleftrightharpoons
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 <cell alignment="center" valignment="top" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
9108 \end_inset
9109
9110
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 </row>
9116 <row topspace="2mm">
9117 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121
9122 \backslash
9123
9124 \family roman
9125 \series medium
9126 \shape up
9127 \size normal
9128 \emph off
9129 \bar no
9130 \strikeout off
9131 \uuline off
9132 \uwave off
9133 \noun off
9134 \color none
9135 xrightleftharpoons
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
9145 \end_inset
9146
9147
9148 \end_layout
9149
9150 \end_inset
9151 </cell>
9152 </row>
9153 </lyxtabular>
9154
9155 \end_inset
9156
9157
9158 \begin_inset space \hspace*{\fill}
9159 \end_inset
9160
9161
9162 \end_layout
9163
9164 \begin_layout Standard
9165 The command scheme is for all these arrows:
9166 \begin_inset Separator parbreak
9167 \end_inset
9168
9169
9170 \end_layout
9171
9172 \begin_layout Standard
9173 \align center
9174 \begin_inset Tabular
9175 <lyxtabular version="3" rows="2" columns="2">
9176 <features booktabs="true" tabularvalignment="middle">
9177 <column alignment="center" valignment="top" width="0pt">
9178 <column alignment="center" valignment="top" width="0pt">
9179 <row>
9180 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 Command
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193 Result
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 </row>
9199 <row bottomspace="0.5mm">
9200 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Plain Layout
9204 F(a)
9205 \backslash
9206 xleftrightarrow[x=a]
9207 \backslash
9208 {x>0
9209 \begin_inset Formula $\to$
9210 \end_inset
9211
9212 F(x)
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Plain Layout
9221 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
9222 \end_inset
9223
9224
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 </row>
9230 </lyxtabular>
9231
9232 \end_inset
9233
9234
9235 \end_layout
9236
9237 \begin_layout Subsection
9238 Vertical and diagonal Arrows
9239 \begin_inset Index idx
9240 status collapsed
9241
9242 \begin_layout Plain Layout
9243 Arrows ! diagonal
9244 \end_layout
9245
9246 \end_inset
9247
9248
9249 \begin_inset Index idx
9250 status collapsed
9251
9252 \begin_layout Plain Layout
9253 Arrows ! vertical
9254 \end_layout
9255
9256 \end_inset
9257
9258
9259 \end_layout
9260
9261 \begin_layout Standard
9262 \begin_inset space \hfill{}
9263 \end_inset
9264
9265
9266 \begin_inset Tabular
9267 <lyxtabular version="3" rows="7" columns="2">
9268 <features booktabs="true" tabularvalignment="middle">
9269 <column alignment="center" valignment="top" width="0pt">
9270 <column alignment="center" valignment="top" width="0pt">
9271 <row>
9272 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276 Command
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285 Result
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 </row>
9291 <row>
9292 <cell alignment="center" valignment="top" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296
9297 \backslash
9298 uparrow
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 <cell alignment="center" valignment="top" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307 \begin_inset Formula $\uparrow$
9308 \end_inset
9309
9310
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 </row>
9316 <row>
9317 <cell alignment="center" valignment="top" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Plain Layout
9321
9322 \backslash
9323 Uparrow
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 <cell alignment="center" valignment="top" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332 \begin_inset Formula $\Uparrow$
9333 \end_inset
9334
9335
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 </row>
9341 <row>
9342 <cell alignment="center" valignment="top" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346
9347 \backslash
9348 updownarrow
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 <cell alignment="center" valignment="top" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357 \begin_inset Formula $\updownarrow$
9358 \end_inset
9359
9360
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 </row>
9366 <row>
9367 <cell alignment="center" valignment="top" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Plain Layout
9371
9372 \backslash
9373 Updownarrow
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 <cell alignment="center" valignment="top" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382 \begin_inset Formula $\Updownarrow$
9383 \end_inset
9384
9385
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 </row>
9391 <row>
9392 <cell alignment="center" valignment="top" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396
9397 \backslash
9398 Downarrow
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 <cell alignment="center" valignment="top" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Plain Layout
9407 \begin_inset Formula $\Downarrow$
9408 \end_inset
9409
9410
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 </row>
9416 <row>
9417 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421
9422 \backslash
9423 downarrow
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432 \begin_inset Formula $\downarrow$
9433 \end_inset
9434
9435
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 </row>
9441 </lyxtabular>
9442
9443 \end_inset
9444
9445
9446 \begin_inset space \hfill{}
9447 \end_inset
9448
9449
9450 \begin_inset Tabular
9451 <lyxtabular version="3" rows="5" columns="2">
9452 <features booktabs="true" tabularvalignment="middle">
9453 <column alignment="center" valignment="top" width="0pt">
9454 <column alignment="center" valignment="top" width="0pt">
9455 <row>
9456 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9457 \begin_inset Text
9458
9459 \begin_layout Plain Layout
9460 Command
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9466 \begin_inset Text
9467
9468 \begin_layout Plain Layout
9469 Result
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 </row>
9475 <row>
9476 <cell alignment="center" valignment="top" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480
9481 \backslash
9482 nearrow
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 <cell alignment="center" valignment="top" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Plain Layout
9491 \begin_inset Formula $\nearrow$
9492 \end_inset
9493
9494
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 </row>
9500 <row>
9501 <cell alignment="center" valignment="top" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505
9506 \backslash
9507 searrow
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 <cell alignment="center" valignment="top" usebox="none">
9513 \begin_inset Text
9514
9515 \begin_layout Plain Layout
9516 \begin_inset Formula $\searrow$
9517 \end_inset
9518
9519
9520 \end_layout
9521
9522 \end_inset
9523 </cell>
9524 </row>
9525 <row>
9526 <cell alignment="center" valignment="top" usebox="none">
9527 \begin_inset Text
9528
9529 \begin_layout Plain Layout
9530
9531 \backslash
9532 swarrow
9533 \end_layout
9534
9535 \end_inset
9536 </cell>
9537 <cell alignment="center" valignment="top" usebox="none">
9538 \begin_inset Text
9539
9540 \begin_layout Plain Layout
9541 \begin_inset Formula $\swarrow$
9542 \end_inset
9543
9544
9545 \end_layout
9546
9547 \end_inset
9548 </cell>
9549 </row>
9550 <row>
9551 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9552 \begin_inset Text
9553
9554 \begin_layout Plain Layout
9555
9556 \backslash
9557 nwarrow
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566 \begin_inset Formula $\nwarrow$
9567 \end_inset
9568
9569
9570 \end_layout
9571
9572 \end_inset
9573 </cell>
9574 </row>
9575 </lyxtabular>
9576
9577 \end_inset
9578
9579
9580 \begin_inset space \hfill{}
9581 \end_inset
9582
9583
9584 \end_layout
9585
9586 \begin_layout Standard
9587 \begin_inset VSpace medskip
9588 \end_inset
9589
9590 Vertical arrows can be used also as delimiters together with the commands
9591  described in 
9592 \begin_inset CommandInset ref
9593 LatexCommand ref
9594 reference "subsec:Manual-Bracket-Size"
9595
9596 \end_inset
9597
9598  and 
9599 \begin_inset CommandInset ref
9600 LatexCommand ref
9601 reference "subsec:Automatic-Bracket-Size"
9602
9603 \end_inset
9604
9605 .
9606 \end_layout
9607
9608 \begin_layout Section
9609 Accents
9610 \begin_inset CommandInset label
9611 LatexCommand label
9612 name "sec:Accents"
9613
9614 \end_inset
9615
9616
9617 \begin_inset Index idx
9618 status collapsed
9619
9620 \begin_layout Plain Layout
9621 Accents
9622 \end_layout
9623
9624 \end_inset
9625
9626
9627 \end_layout
9628
9629 \begin_layout Standard
9630 Accents can be inserted via the math toolbar button 
9631 \begin_inset Info
9632 type  "icon"
9633 arg   "math-insert \\hat"
9634 \end_inset
9635
9636  or the commands listed in the following subsections.
9637 \end_layout
9638
9639 \begin_layout Subsection
9640 Accents for one Character
9641 \begin_inset ERT
9642 status collapsed
9643
9644 \begin_layout Plain Layout
9645
9646
9647 \backslash
9648 texorpdfstring{
9649 \end_layout
9650
9651 \end_inset
9652
9653
9654 \begin_inset Foot
9655 status collapsed
9656
9657 \begin_layout Plain Layout
9658 accents in text see 
9659 \begin_inset CommandInset ref
9660 LatexCommand ref
9661 reference "subsec:Accents-in-Text"
9662
9663 \end_inset
9664
9665
9666 \end_layout
9667
9668 \end_inset
9669
9670
9671 \begin_inset ERT
9672 status collapsed
9673
9674 \begin_layout Plain Layout
9675
9676 }{}
9677 \end_layout
9678
9679 \end_inset
9680
9681
9682 \begin_inset Note Note
9683 status collapsed
9684
9685 \begin_layout Plain Layout
9686
9687 \series bold
9688
9689 \backslash
9690 texorpdfstring
9691 \series default
9692  is used to avoid that the footnote appears in the PDF-bookmark.
9693 \end_layout
9694
9695 \begin_layout Plain Layout
9696 More about 
9697 \series bold
9698
9699 \backslash
9700 texorpdfstring
9701 \series default
9702  is in section 
9703 \begin_inset CommandInset ref
9704 LatexCommand ref
9705 reference "subsec:Formulas-in-Section"
9706
9707 \end_inset
9708
9709 .
9710 \end_layout
9711
9712 \end_inset
9713
9714
9715 \begin_inset CommandInset label
9716 LatexCommand label
9717 name "subsec:Accents-for-one"
9718
9719 \end_inset
9720
9721
9722 \begin_inset Index idx
9723 status collapsed
9724
9725 \begin_layout Plain Layout
9726 Accents ! for one character
9727 \end_layout
9728
9729 \end_inset
9730
9731
9732 \end_layout
9733
9734 \begin_layout Standard
9735 \begin_inset space \hfill{}
9736 \end_inset
9737
9738
9739 \begin_inset Tabular
9740 <lyxtabular version="3" rows="8" columns="2">
9741 <features booktabs="true" tabularvalignment="middle">
9742 <column alignment="center" valignment="top" width="0pt">
9743 <column alignment="center" valignment="top" width="0pt">
9744 <row>
9745 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9746 \begin_inset Text
9747
9748 \begin_layout Plain Layout
9749 Command
9750 \end_layout
9751
9752 \end_inset
9753 </cell>
9754 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9755 \begin_inset Text
9756
9757 \begin_layout Plain Layout
9758 Result
9759 \end_layout
9760
9761 \end_inset
9762 </cell>
9763 </row>
9764 <row topspace="1.5mm">
9765 <cell alignment="center" valignment="top" usebox="none">
9766 \begin_inset Text
9767
9768 \begin_layout Plain Layout
9769
9770 \backslash
9771 dot
9772 \begin_inset space \textvisiblespace{}
9773 \end_inset
9774
9775 A
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 <cell alignment="center" valignment="top" usebox="none">
9781 \begin_inset Text
9782
9783 \begin_layout Plain Layout
9784 \begin_inset Formula $\dot{A}$
9785 \end_inset
9786
9787
9788 \end_layout
9789
9790 \end_inset
9791 </cell>
9792 </row>
9793 <row topspace="1.5mm">
9794 <cell alignment="center" valignment="top" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Plain Layout
9798
9799 \backslash
9800 ddot
9801 \begin_inset space \textvisiblespace{}
9802 \end_inset
9803
9804 A
9805 \end_layout
9806
9807 \end_inset
9808 </cell>
9809 <cell alignment="center" valignment="top" usebox="none">
9810 \begin_inset Text
9811
9812 \begin_layout Plain Layout
9813 \begin_inset Formula $\ddot{A}$
9814 \end_inset
9815
9816
9817 \end_layout
9818
9819 \end_inset
9820 </cell>
9821 </row>
9822 <row topspace="1.5mm">
9823 <cell alignment="center" valignment="top" usebox="none">
9824 \begin_inset Text
9825
9826 \begin_layout Plain Layout
9827
9828 \backslash
9829 dddot
9830 \begin_inset space \textvisiblespace{}
9831 \end_inset
9832
9833 A
9834 \end_layout
9835
9836 \end_inset
9837 </cell>
9838 <cell alignment="center" valignment="top" usebox="none">
9839 \begin_inset Text
9840
9841 \begin_layout Plain Layout
9842 \begin_inset Formula $\dddot{A}$
9843 \end_inset
9844
9845
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 </row>
9851 <row topspace="1.5mm">
9852 <cell alignment="center" valignment="top" usebox="none">
9853 \begin_inset Text
9854
9855 \begin_layout Plain Layout
9856
9857 \backslash
9858 ddddot
9859 \begin_inset space \textvisiblespace{}
9860 \end_inset
9861
9862 A
9863 \end_layout
9864
9865 \end_inset
9866 </cell>
9867 <cell alignment="center" valignment="top" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Plain Layout
9871 \begin_inset Formula $\ddddot{A}$
9872 \end_inset
9873
9874
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 </row>
9880 <row topspace="1.5mm">
9881 <cell alignment="center" valignment="top" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885
9886 \backslash
9887 vec
9888 \begin_inset space \textvisiblespace{}
9889 \end_inset
9890
9891 A
9892 \begin_inset Index idx
9893 status collapsed
9894
9895 \begin_layout Plain Layout
9896 Vectors
9897 \end_layout
9898
9899 \end_inset
9900
9901
9902 \end_layout
9903
9904 \end_inset
9905 </cell>
9906 <cell alignment="center" valignment="top" usebox="none">
9907 \begin_inset Text
9908
9909 \begin_layout Plain Layout
9910 \begin_inset Formula $\vec{A}$
9911 \end_inset
9912
9913
9914 \end_layout
9915
9916 \end_inset
9917 </cell>
9918 </row>
9919 <row topspace="1.5mm">
9920 <cell alignment="center" valignment="top" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924
9925 \backslash
9926 bar
9927 \begin_inset space \textvisiblespace{}
9928 \end_inset
9929
9930 A
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 <cell alignment="center" valignment="top" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939 \begin_inset Formula $\bar{A}$
9940 \end_inset
9941
9942
9943 \end_layout
9944
9945 \end_inset
9946 </cell>
9947 </row>
9948 <row topspace="1.5mm">
9949 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9950 \begin_inset Text
9951
9952 \begin_layout Plain Layout
9953
9954 \backslash
9955 mathring
9956 \begin_inset space \textvisiblespace{}
9957 \end_inset
9958
9959 A
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968 \begin_inset Formula $\mathring{A}$
9969 \end_inset
9970
9971
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 </row>
9977 </lyxtabular>
9978
9979 \end_inset
9980
9981
9982 \begin_inset space \hfill{}
9983 \end_inset
9984
9985
9986 \begin_inset Tabular
9987 <lyxtabular version="3" rows="7" columns="2">
9988 <features booktabs="true" tabularvalignment="middle">
9989 <column alignment="center" valignment="top" width="0pt">
9990 <column alignment="center" valignment="top" width="0pt">
9991 <row>
9992 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9993 \begin_inset Text
9994
9995 \begin_layout Plain Layout
9996 Command
9997 \end_layout
9998
9999 \end_inset
10000 </cell>
10001 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005 Result
10006 \end_layout
10007
10008 \end_inset
10009 </cell>
10010 </row>
10011 <row topspace="1.5mm">
10012 <cell alignment="center" valignment="top" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Plain Layout
10016
10017 \backslash
10018 tilde
10019 \begin_inset space \textvisiblespace{}
10020 \end_inset
10021
10022 A
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 <cell alignment="center" valignment="top" usebox="none">
10028 \begin_inset Text
10029
10030 \begin_layout Plain Layout
10031 \begin_inset Formula $\tilde{A}$
10032 \end_inset
10033
10034
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 </row>
10040 <row topspace="1.5mm">
10041 <cell alignment="center" valignment="top" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045
10046 \backslash
10047 hat
10048 \begin_inset space \textvisiblespace{}
10049 \end_inset
10050
10051 A
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell alignment="center" valignment="top" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060 \begin_inset Formula $\hat{A}$
10061 \end_inset
10062
10063
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 </row>
10069 <row topspace="1.5mm">
10070 <cell alignment="center" valignment="top" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074
10075 \backslash
10076 check
10077 \begin_inset space \textvisiblespace{}
10078 \end_inset
10079
10080 A
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 <cell alignment="center" valignment="top" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089 \begin_inset Formula $\check{A}$
10090 \end_inset
10091
10092
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 </row>
10098 <row topspace="1.5mm">
10099 <cell alignment="center" valignment="top" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103
10104 \backslash
10105 acute
10106 \begin_inset space \textvisiblespace{}
10107 \end_inset
10108
10109 A
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 <cell alignment="center" valignment="top" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118 \begin_inset Formula $\acute{A}$
10119 \end_inset
10120
10121
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 </row>
10127 <row topspace="1.5mm">
10128 <cell alignment="center" valignment="top" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132
10133 \backslash
10134 grave
10135 \begin_inset space \textvisiblespace{}
10136 \end_inset
10137
10138 A
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 <cell alignment="center" valignment="top" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Plain Layout
10147 \begin_inset Formula $\grave{A}$
10148 \end_inset
10149
10150
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 </row>
10156 <row topspace="1.5mm">
10157 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161
10162 \backslash
10163 breve
10164 \begin_inset space \textvisiblespace{}
10165 \end_inset
10166
10167 A
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176 \begin_inset Formula $\breve{A}$
10177 \end_inset
10178
10179
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 </row>
10185 </lyxtabular>
10186
10187 \end_inset
10188
10189
10190 \begin_inset space \hfill{}
10191 \end_inset
10192
10193
10194 \end_layout
10195
10196 \begin_layout Standard
10197 \begin_inset VSpace bigskip
10198 \end_inset
10199
10200
10201 \end_layout
10202
10203 \begin_layout Standard
10204 You can directly insert accents like é to formulas.
10205  \SpecialChar LyX
10206  will transform them to the corresponding accent command.
10207  For umlauts
10208 \begin_inset Index idx
10209 status collapsed
10210
10211 \begin_layout Plain Layout
10212 Umlauts
10213 \end_layout
10214
10215 \end_inset
10216
10217  it is better to insert a quotation mark before the vowel.
10218  These two characters are then treated by \SpecialChar LaTeX
10219  as 
10220 \emph on
10221 one
10222 \emph default
10223  character when the formula part with the umlaut is marked as German.
10224  In contrary to 
10225 \series bold
10226
10227 \backslash
10228 ddot
10229 \series default
10230 , with this method 
10231 \begin_inset Quotes eld
10232 \end_inset
10233
10234 real
10235 \begin_inset Quotes erd
10236 \end_inset
10237
10238  umlauts are created as demonstrated in the following example:
10239 \end_layout
10240
10241 \begin_layout Standard
10242 \begin_inset VSpace -2mm
10243 \end_inset
10244
10245
10246 \end_layout
10247
10248 \begin_layout Standard
10249 \align center
10250 \begin_inset Tabular
10251 <lyxtabular version="3" rows="3" columns="2">
10252 <features booktabs="true" tabularvalignment="middle">
10253 <column alignment="center" valignment="top" width="0pt">
10254 <column alignment="center" valignment="top">
10255 <row>
10256 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260 Command
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269 Result
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 </row>
10275 <row>
10276 <cell alignment="center" valignment="top" usebox="none">
10277 \begin_inset Text
10278
10279 \begin_layout Plain Layout
10280 \begin_inset Quotes grd
10281 \end_inset
10282
10283 i
10284 \end_layout
10285
10286 \end_inset
10287 </cell>
10288 <cell alignment="center" valignment="top" usebox="none">
10289 \begin_inset Text
10290
10291 \begin_layout Plain Layout
10292 \begin_inset space \hspace{}
10293 \length 0pt
10294 \end_inset
10295
10296
10297 \lang ngerman
10298
10299 \begin_inset Formula $"i$
10300 \end_inset
10301
10302
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 </row>
10308 <row topspace="1.5mm">
10309 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10310 \begin_inset Text
10311
10312 \begin_layout Plain Layout
10313
10314 \backslash
10315 ddot
10316 \begin_inset space \textvisiblespace{}
10317 \end_inset
10318
10319 i
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10325 \begin_inset Text
10326
10327 \begin_layout Plain Layout
10328 \begin_inset Formula $\ddot{i}$
10329 \end_inset
10330
10331
10332 \end_layout
10333
10334 \end_inset
10335 </cell>
10336 </row>
10337 </lyxtabular>
10338
10339 \end_inset
10340
10341
10342 \end_layout
10343
10344 \begin_layout Standard
10345 Another advantage to 
10346 \series bold
10347
10348 \backslash
10349 ddot
10350 \series default
10351  is that umlauts can directly be converted to mathematical text because
10352  the accent commands above are 
10353 \emph on
10354 not allowed
10355 \emph default
10356  
10357 \emph on
10358 in mathematical text
10359 \emph default
10360 .
10361  To convert an accented character to mathematical text, only the character
10362  under the accent may be converted.
10363  This applies also for all other conversions, e.
10364 \begin_inset space \thinspace{}
10365 \end_inset
10366
10367 g.
10368 \begin_inset space \space{}
10369 \end_inset
10370
10371 to italic or bold.
10372 \end_layout
10373
10374 \begin_layout Standard
10375 In mathematical text, umlauts and other accented characters can directly
10376  be inserted.
10377 \end_layout
10378
10379 \begin_layout Standard
10380 \begin_inset VSpace bigskip
10381 \end_inset
10382
10383
10384 \end_layout
10385
10386 \begin_layout Standard
10387 \SpecialChar LyX
10388  also supports a tilde under the character if the \SpecialChar LaTeX
10389 -package 
10390 \series bold
10391 undertilde
10392 \series default
10393
10394 \begin_inset Index idx
10395 status collapsed
10396
10397 \begin_layout Plain Layout
10398 Packages ! undertilde
10399 \end_layout
10400
10401 \end_inset
10402
10403  is installed on your system:
10404 \end_layout
10405
10406 \begin_layout Standard
10407 \begin_inset ERT
10408 status collapsed
10409
10410 \begin_layout Plain Layout
10411
10412
10413 \backslash
10414 ifundertilde 
10415 \end_layout
10416
10417 \end_inset
10418
10419
10420 \begin_inset Note Note
10421 status open
10422
10423 \begin_layout Plain Layout
10424 The following table will only be displayed when the \SpecialChar LaTeX
10425 -package 
10426 \series bold
10427 undertilde
10428 \series default
10429  is installed.
10430 \end_layout
10431
10432 \end_inset
10433
10434
10435 \begin_inset Separator parbreak
10436 \end_inset
10437
10438
10439 \end_layout
10440
10441 \begin_layout Standard
10442 \noindent
10443 \align center
10444 \begin_inset Tabular
10445 <lyxtabular version="3" rows="2" columns="2">
10446 <features booktabs="true" tabularvalignment="middle">
10447 <column alignment="center" valignment="top" width="0pt">
10448 <column alignment="center" valignment="top" width="0pt">
10449 <row>
10450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454 Command
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Plain Layout
10463 Result
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 </row>
10469 <row>
10470 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474
10475 \backslash
10476 utilde
10477 \begin_inset space \textvisiblespace{}
10478 \end_inset
10479
10480 A
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489 \begin_inset Formula $\utilde{A}$
10490 \end_inset
10491
10492
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 </row>
10498 </lyxtabular>
10499
10500 \end_inset
10501
10502
10503 \end_layout
10504
10505 \begin_layout Standard
10506 \begin_inset ERT
10507 status collapsed
10508
10509 \begin_layout Plain Layout
10510
10511
10512 \backslash
10513 else 
10514 \end_layout
10515
10516 \end_inset
10517
10518
10519 \begin_inset Note Note
10520 status open
10521
10522 \begin_layout Plain Layout
10523 The following will be displayed when the \SpecialChar LaTeX
10524 -package 
10525 \series bold
10526 undertilde
10527 \series default
10528  is not installed:
10529 \end_layout
10530
10531 \end_inset
10532
10533
10534 \end_layout
10535
10536 \begin_layout Standard
10537 You need to install the \SpecialChar LaTeX
10538 -package 
10539 \series bold
10540 undertilde
10541 \series default
10542  to see the rest of this subsection in the output.
10543 \end_layout
10544
10545 \begin_layout Standard
10546 \begin_inset ERT
10547 status collapsed
10548
10549 \begin_layout Plain Layout
10550
10551
10552 \backslash
10553 fi 
10554 \end_layout
10555
10556 \end_inset
10557
10558
10559 \end_layout
10560
10561 \begin_layout Standard
10562 \begin_inset Newpage newpage
10563 \end_inset
10564
10565
10566 \end_layout
10567
10568 \begin_layout Subsection
10569 Accents for several Characters
10570 \begin_inset Index idx
10571 status collapsed
10572
10573 \begin_layout Plain Layout
10574 Accents ! for several characters
10575 \end_layout
10576
10577 \end_inset
10578
10579
10580 \end_layout
10581
10582 \begin_layout Standard
10583 \begin_inset space \hfill{}
10584 \end_inset
10585
10586
10587 \begin_inset Tabular
10588 <lyxtabular version="3" rows="5" columns="2">
10589 <features booktabs="true" tabularvalignment="middle">
10590 <column alignment="center" valignment="top" width="0pt">
10591 <column alignment="center" valignment="top" width="0pt">
10592 <row>
10593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10594 \begin_inset Text
10595
10596 \begin_layout Plain Layout
10597 Command
10598 \end_layout
10599
10600 \end_inset
10601 </cell>
10602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606 Result
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 </row>
10612 <row topspace="1.5mm">
10613 <cell alignment="center" valignment="top" usebox="none">
10614 \begin_inset Text
10615
10616 \begin_layout Plain Layout
10617
10618 \backslash
10619 overleftarrow
10620 \begin_inset space \textvisiblespace{}
10621 \end_inset
10622
10623 A=B
10624 \end_layout
10625
10626 \end_inset
10627 </cell>
10628 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Plain Layout
10632 \begin_inset Formula $\overleftarrow{A=B}$
10633 \end_inset
10634
10635
10636 \end_layout
10637
10638 \end_inset
10639 </cell>
10640 </row>
10641 <row topspace="1.5mm">
10642 <cell alignment="center" valignment="top" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646
10647 \backslash
10648 underleftarrow
10649 \begin_inset space \textvisiblespace{}
10650 \end_inset
10651
10652 A=B
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10658 \begin_inset Text
10659
10660 \begin_layout Plain Layout
10661 \begin_inset Formula $\underleftarrow{A=B}$
10662 \end_inset
10663
10664
10665 \end_layout
10666
10667 \end_inset
10668 </cell>
10669 </row>
10670 <row topspace="1.5mm">
10671 <cell alignment="center" valignment="top" usebox="none">
10672 \begin_inset Text
10673
10674 \begin_layout Plain Layout
10675
10676 \backslash
10677 overleftrightarrow
10678 \begin_inset space \textvisiblespace{}
10679 \end_inset
10680
10681 A=B
10682 \end_layout
10683
10684 \end_inset
10685 </cell>
10686 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10687 \begin_inset Text
10688
10689 \begin_layout Plain Layout
10690 \begin_inset Formula $\overleftrightarrow{A=B}$
10691 \end_inset
10692
10693
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 </row>
10699 <row topspace="1.5mm" bottomspace="1mm">
10700 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704
10705 \backslash
10706 underleftrightarrow
10707 \begin_inset space \textvisiblespace{}
10708 \end_inset
10709
10710 A=B
10711 \end_layout
10712
10713 \end_inset
10714 </cell>
10715 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Plain Layout
10719 \begin_inset Formula $\underleftrightarrow{A=B}$
10720 \end_inset
10721
10722
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 </row>
10728 </lyxtabular>
10729
10730 \end_inset
10731
10732
10733 \begin_inset space \hfill{}
10734 \end_inset
10735
10736
10737 \begin_inset Tabular
10738 <lyxtabular version="3" rows="5" columns="2">
10739 <features booktabs="true" tabularvalignment="middle">
10740 <column alignment="center" valignment="top" width="0pt">
10741 <column alignment="center" valignment="top" width="0pt">
10742 <row>
10743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10744 \begin_inset Text
10745
10746 \begin_layout Plain Layout
10747 Command
10748 \end_layout
10749
10750 \end_inset
10751 </cell>
10752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756 Result
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 </row>
10762 <row topspace="1.5mm">
10763 <cell alignment="center" valignment="top" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767
10768 \backslash
10769 overrightarrow
10770 \begin_inset space \textvisiblespace{}
10771 \end_inset
10772
10773 A=B
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782 \begin_inset Formula $\overrightarrow{A=B}$
10783 \end_inset
10784
10785
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 </row>
10791 <row topspace="1.5mm">
10792 <cell alignment="center" valignment="top" usebox="none">
10793 \begin_inset Text
10794
10795 \begin_layout Plain Layout
10796
10797 \backslash
10798 underrightarrow
10799 \begin_inset space \textvisiblespace{}
10800 \end_inset
10801
10802 A=B
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811 \begin_inset Formula $\underrightarrow{A=B}$
10812 \end_inset
10813
10814
10815 \end_layout
10816
10817 \end_inset
10818 </cell>
10819 </row>
10820 <row topspace="1.5mm">
10821 <cell alignment="center" valignment="top" usebox="none">
10822 \begin_inset Text
10823
10824 \begin_layout Plain Layout
10825
10826 \backslash
10827 widetilde
10828 \begin_inset space \textvisiblespace{}
10829 \end_inset
10830
10831 A=B
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840 \begin_inset Formula $\widetilde{A=B}$
10841 \end_inset
10842
10843
10844 \end_layout
10845
10846 \end_inset
10847 </cell>
10848 </row>
10849 <row topspace="1.5mm" bottomspace="1mm">
10850 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10851 \begin_inset Text
10852
10853 \begin_layout Plain Layout
10854
10855 \backslash
10856 widehat
10857 \begin_inset space \textvisiblespace{}
10858 \end_inset
10859
10860 A=B
10861 \end_layout
10862
10863 \end_inset
10864 </cell>
10865 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10866 \begin_inset Text
10867
10868 \begin_layout Plain Layout
10869 \begin_inset Formula $\widehat{A=B}$
10870 \end_inset
10871
10872
10873 \end_layout
10874
10875 \end_inset
10876 </cell>
10877 </row>
10878 </lyxtabular>
10879
10880 \end_inset
10881
10882
10883 \begin_inset space \hfill{}
10884 \end_inset
10885
10886
10887 \end_layout
10888
10889 \begin_layout Standard
10890 \begin_inset VSpace medskip
10891 \end_inset
10892
10893 With these commands as many characters as you like can be accented.
10894  But the accents 
10895 \series bold
10896
10897 \backslash
10898 widetilde
10899 \series default
10900  and 
10901 \series bold
10902
10903 \backslash
10904 widehat
10905 \series default
10906  will only be set in the output with a length of three characters, as shown
10907  in the following example:
10908 \begin_inset Formula 
10909 \[
10910 \widetilde{A+B=C-D}
10911 \]
10912
10913 \end_inset
10914
10915
10916 \end_layout
10917
10918 \begin_layout Standard
10919 With the commands 
10920 \series bold
10921
10922 \backslash
10923 overset
10924 \series default
10925
10926 \begin_inset Index idx
10927 status collapsed
10928
10929 \begin_layout Plain Layout
10930 Commands ! O ! 
10931 \backslash
10932 overset
10933 \end_layout
10934
10935 \end_inset
10936
10937  and 
10938 \series bold
10939
10940 \backslash
10941 underset
10942 \series default
10943
10944 \begin_inset Index idx
10945 status collapsed
10946
10947 \begin_layout Plain Layout
10948 Commands ! U ! 
10949 \backslash
10950 underset
10951 \end_layout
10952
10953 \end_inset
10954
10955  described in the previous subsection it is also possible to accent several
10956  characters.
10957  The command 
10958 \series bold
10959
10960 \backslash
10961 underset
10962 \begin_inset space \textvisiblespace{}
10963 \end_inset
10964
10965 A=B
10966 \begin_inset Formula $\downarrow$
10967 \end_inset
10968
10969 ***
10970 \series default
10971  creates:
10972 \begin_inset Formula 
10973 \[
10974 \underset{***}{A=B}
10975 \]
10976
10977 \end_inset
10978
10979
10980 \end_layout
10981
10982 \begin_layout Section
10983 Space
10984 \begin_inset CommandInset label
10985 LatexCommand label
10986 name "subsec:Space"
10987
10988 \end_inset
10989
10990
10991 \begin_inset Index idx
10992 status collapsed
10993
10994 \begin_layout Plain Layout
10995 Space ! horizontal
10996 \end_layout
10997
10998 \end_inset
10999
11000
11001 \end_layout
11002
11003 \begin_layout Subsection
11004 Predefined Space
11005 \begin_inset CommandInset label
11006 LatexCommand label
11007 name "subsec:Predefined-Space"
11008
11009 \end_inset
11010
11011
11012 \begin_inset Index idx
11013 status collapsed
11014
11015 \begin_layout Plain Layout
11016 Space ! horizontal ! predefined
11017 \end_layout
11018
11019 \end_inset
11020
11021
11022 \end_layout
11023
11024 \begin_layout Standard
11025 Sometimes it is necessary to insert horizontal space into a formula.
11026  This is done by inserting a protected space (shortcut 
11027 \begin_inset Info
11028 type  "shortcut"
11029 arg   "command-alternatives space-insert protected ; math-space"
11030 \end_inset
11031
11032 ).
11033  A 
11034 \begin_inset Quotes eld
11035 \end_inset
11036
11037
11038 \color blue
11039
11040 \begin_inset space \textvisiblespace{}
11041 \end_inset
11042
11043
11044 \color inherit
11045
11046 \begin_inset Quotes erd
11047 \end_inset
11048
11049  appears and by pressing 
11050 \family sans
11051 Space
11052 \family default
11053  several times one can select one of eight different space sizes.
11054  The spaces can also be inserted using the math toolbar button 
11055 \begin_inset Info
11056 type  "icon"
11057 arg   "math-insert \\space"
11058 \end_inset
11059
11060  or special commands.
11061  Independent from the inserted command, one can select the size again by
11062  pressing 
11063 \family sans
11064 Space
11065 \family default
11066  afterwards.
11067 \begin_inset Separator parbreak
11068 \end_inset
11069
11070
11071 \end_layout
11072
11073 \begin_layout Standard
11074 \noindent
11075 \align center
11076 \begin_inset Tabular
11077 <lyxtabular version="3" rows="6" columns="3">
11078 <features booktabs="true" tabularvalignment="middle">
11079 <column alignment="center" valignment="top">
11080 <column alignment="center" valignment="top" width="15col%">
11081 <column alignment="center" valignment="top">
11082 <row>
11083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087 Command
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096 Number of 
11097 \family sans
11098 Space
11099 \family default
11100  keystrokes
11101 \end_layout
11102
11103 \end_inset
11104 </cell>
11105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109 Result
11110 \end_layout
11111
11112 \end_inset
11113 </cell>
11114 </row>
11115 <row>
11116 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120
11121 \backslash
11122 ,
11123 \end_layout
11124
11125 \end_inset
11126 </cell>
11127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11128 \begin_inset Text
11129
11130 \begin_layout Plain Layout
11131 0
11132 \end_layout
11133
11134 \end_inset
11135 </cell>
11136 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11137 \begin_inset Text
11138
11139 \begin_layout Plain Layout
11140 \begin_inset Formula $A\,B$
11141 \end_inset
11142
11143
11144 \end_layout
11145
11146 \end_inset
11147 </cell>
11148 </row>
11149 <row>
11150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11151 \begin_inset Text
11152
11153 \begin_layout Plain Layout
11154
11155 \backslash
11156 :
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11162 \begin_inset Text
11163
11164 \begin_layout Plain Layout
11165 1
11166 \end_layout
11167
11168 \end_inset
11169 </cell>
11170 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11171 \begin_inset Text
11172
11173 \begin_layout Plain Layout
11174 \begin_inset Formula $A\:B$
11175 \end_inset
11176
11177
11178 \end_layout
11179
11180 \end_inset
11181 </cell>
11182 </row>
11183 <row>
11184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11185 \begin_inset Text
11186
11187 \begin_layout Plain Layout
11188
11189 \backslash
11190 ;
11191 \end_layout
11192
11193 \end_inset
11194 </cell>
11195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11196 \begin_inset Text
11197
11198 \begin_layout Plain Layout
11199 2
11200 \end_layout
11201
11202 \end_inset
11203 </cell>
11204 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11205 \begin_inset Text
11206
11207 \begin_layout Plain Layout
11208 \begin_inset Formula $A\;B$
11209 \end_inset
11210
11211
11212 \end_layout
11213
11214 \end_inset
11215 </cell>
11216 </row>
11217 <row>
11218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222
11223 \backslash
11224 quad
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233 3
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 \begin_inset Formula $A\quad B$
11243 \end_inset
11244
11245
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 </row>
11251 <row>
11252 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256
11257 \backslash
11258 qquad
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11264 \begin_inset Text
11265
11266 \begin_layout Plain Layout
11267 4
11268 \end_layout
11269
11270 \end_inset
11271 </cell>
11272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11273 \begin_inset Text
11274
11275 \begin_layout Plain Layout
11276 \begin_inset Formula $A\qquad B$
11277 \end_inset
11278
11279
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 </row>
11285 </lyxtabular>
11286
11287 \end_inset
11288
11289
11290 \begin_inset space \hfill{}
11291 \end_inset
11292
11293
11294 \begin_inset Tabular
11295 <lyxtabular version="3" rows="6" columns="3">
11296 <features booktabs="true" tabularvalignment="middle">
11297 <column alignment="center" valignment="top">
11298 <column alignment="center" valignment="top" width="15col%">
11299 <column alignment="center" valignment="top">
11300 <row>
11301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11302 \begin_inset Text
11303
11304 \begin_layout Plain Layout
11305 Command
11306 \end_layout
11307
11308 \end_inset
11309 </cell>
11310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11311 \begin_inset Text
11312
11313 \begin_layout Plain Layout
11314 Number of 
11315 \family sans
11316 Space
11317 \family default
11318  keystrokes
11319 \end_layout
11320
11321 \end_inset
11322 </cell>
11323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11324 \begin_inset Text
11325
11326 \begin_layout Plain Layout
11327 Result
11328 \end_layout
11329
11330 \end_inset
11331 </cell>
11332 </row>
11333 <row>
11334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11335 \begin_inset Text
11336
11337 \begin_layout Plain Layout
11338
11339 \backslash
11340 hfill
11341 \end_layout
11342
11343 \end_inset
11344 </cell>
11345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11346 \begin_inset Text
11347
11348 \begin_layout Plain Layout
11349 5
11350 \end_layout
11351
11352 \end_inset
11353 </cell>
11354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11355 \begin_inset Text
11356
11357 \begin_layout Plain Layout
11358 \begin_inset Formula $A\hfill B$
11359 \end_inset
11360
11361
11362 \end_layout
11363
11364 \end_inset
11365 </cell>
11366 </row>
11367 <row>
11368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372
11373 \backslash
11374 hspace*{1em}
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 6
11384 \end_layout
11385
11386 \end_inset
11387 </cell>
11388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11389 \begin_inset Text
11390
11391 \begin_layout Plain Layout
11392 \begin_inset Formula $A\hspace*{1em}B$
11393 \end_inset
11394
11395
11396 \end_layout
11397
11398 \end_inset
11399 </cell>
11400 </row>
11401 <row>
11402 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11403 \begin_inset Text
11404
11405 \begin_layout Plain Layout
11406
11407 \backslash
11408 hspace{1em}
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417 7
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11423 \begin_inset Text
11424
11425 \begin_layout Plain Layout
11426 \begin_inset Formula $A\hspace{1em}B$
11427 \end_inset
11428
11429
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 </row>
11435 <row>
11436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440
11441 \backslash
11442
11443 \begin_inset space \textvisiblespace{}
11444 \end_inset
11445
11446
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455 8
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 \begin_inset Formula $A\ B$
11465 \end_inset
11466
11467
11468 \end_layout
11469
11470 \end_inset
11471 </cell>
11472 </row>
11473 <row>
11474 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478
11479 \backslash
11480 !
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 9
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Plain Layout
11498 \begin_inset Formula $A\!B$
11499 \end_inset
11500
11501
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 </row>
11507 </lyxtabular>
11508
11509 \end_inset
11510
11511
11512 \end_layout
11513
11514 \begin_layout Standard
11515 Space
11516 \begin_inset space ~
11517 \end_inset
11518
11519 5
11520 \begin_inset space \thinspace{}
11521 \end_inset
11522
11523
11524 \begin_inset space \thinspace{}
11525 \end_inset
11526
11527 7 are variable spaces which are explained in 
11528 \begin_inset CommandInset ref
11529 LatexCommand ref
11530 reference "subsec:Variable-Space"
11531
11532 \end_inset
11533
11534 .
11535  Space
11536 \begin_inset space ~
11537 \end_inset
11538
11539 9 seems to produce no space.
11540  It is displayed red in \SpecialChar LyX
11541  contrary to the other sizes, because it is a negative
11542  space.
11543  There are two more negative spaces:
11544 \begin_inset Separator parbreak
11545 \end_inset
11546
11547
11548 \end_layout
11549
11550 \begin_layout Standard
11551 \align center
11552 \begin_inset Tabular
11553 <lyxtabular version="3" rows="3" columns="3">
11554 <features booktabs="true" tabularvalignment="middle">
11555 <column alignment="center" valignment="middle" width="6.8cm">
11556 <column alignment="center" valignment="top" width="0pt">
11557 <column alignment="center" valignment="top" width="0pt">
11558 <row>
11559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11560 \begin_inset Text
11561
11562 \begin_layout Plain Layout
11563 Command
11564 \end_layout
11565
11566 \end_inset
11567 </cell>
11568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11569 \begin_inset Text
11570
11571 \begin_layout Plain Layout
11572
11573 \backslash
11574 negmedspace
11575 \end_layout
11576
11577 \end_inset
11578 </cell>
11579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11580 \begin_inset Text
11581
11582 \begin_layout Plain Layout
11583
11584 \backslash
11585 negthickspace
11586 \end_layout
11587
11588 \end_inset
11589 </cell>
11590 </row>
11591 <row>
11592 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11593 \begin_inset Text
11594
11595 \begin_layout Plain Layout
11596 Number of 
11597 \family sans
11598 Space
11599 \family default
11600  keystrokes after inserting the protected space
11601 \end_layout
11602
11603 \end_inset
11604 </cell>
11605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11606 \begin_inset Text
11607
11608 \begin_layout Plain Layout
11609 10
11610 \end_layout
11611
11612 \end_inset
11613 </cell>
11614 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Plain Layout
11618 11
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 </row>
11624 <row>
11625 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11626 \begin_inset Text
11627
11628 \begin_layout Plain Layout
11629 Result
11630 \end_layout
11631
11632 \end_inset
11633 </cell>
11634 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11635 \begin_inset Text
11636
11637 \begin_layout Plain Layout
11638 \begin_inset Formula $A\negmedspace B$
11639 \end_inset
11640
11641
11642 \end_layout
11643
11644 \end_inset
11645 </cell>
11646 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11647 \begin_inset Text
11648
11649 \begin_layout Plain Layout
11650 \begin_inset Formula $A\negthickspace B$
11651 \end_inset
11652
11653
11654 \end_layout
11655
11656 \end_inset
11657 </cell>
11658 </row>
11659 </lyxtabular>
11660
11661 \end_inset
11662
11663
11664 \end_layout
11665
11666 \begin_layout Standard
11667 Negative spaces can lead to characters overlapping each other.
11668  Thus they can be used to enforce ligatures, which are e.
11669 \begin_inset space \thinspace{}
11670 \end_inset
11671
11672 g.
11673 \begin_inset space \space{}
11674 \end_inset
11675
11676 useful for summation operators:
11677 \begin_inset Separator parbreak
11678 \end_inset
11679
11680
11681 \end_layout
11682
11683 \begin_layout Standard
11684 \align center
11685 \begin_inset Tabular
11686 <lyxtabular version="3" rows="3" columns="2">
11687 <features booktabs="true" tabularvalignment="middle">
11688 <column alignment="center" valignment="top" width="0pt">
11689 <column alignment="center" valignment="top">
11690 <row>
11691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11692 \begin_inset Text
11693
11694 \begin_layout Plain Layout
11695 Command
11696 \end_layout
11697
11698 \end_inset
11699 </cell>
11700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11701 \begin_inset Text
11702
11703 \begin_layout Plain Layout
11704 Result
11705 \end_layout
11706
11707 \end_inset
11708 </cell>
11709 </row>
11710 <row>
11711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11712 \begin_inset Text
11713
11714 \begin_layout Plain Layout
11715
11716 \backslash
11717 sum
11718 \backslash
11719 sum
11720 \begin_inset space \textvisiblespace{}
11721 \end_inset
11722
11723 f_kl
11724 \end_layout
11725
11726 \end_inset
11727 </cell>
11728 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11729 \begin_inset Text
11730
11731 \begin_layout Plain Layout
11732 \begin_inset Formula $\sum\sum f_{kl}$
11733 \end_inset
11734
11735
11736 \end_layout
11737
11738 \end_inset
11739 </cell>
11740 </row>
11741 <row>
11742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11743 \begin_inset Text
11744
11745 \begin_layout Plain Layout
11746
11747 \backslash
11748 sum
11749 \backslash
11750 negmedspace
11751 \backslash
11752 sum
11753 \begin_inset space \textvisiblespace{}
11754 \end_inset
11755
11756 f_kl
11757 \end_layout
11758
11759 \end_inset
11760 </cell>
11761 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11762 \begin_inset Text
11763
11764 \begin_layout Plain Layout
11765 \begin_inset Formula $\sum\negmedspace\sum f_{kl}$
11766 \end_inset
11767
11768
11769 \end_layout
11770
11771 \end_inset
11772 </cell>
11773 </row>
11774 </lyxtabular>
11775
11776 \end_inset
11777
11778
11779 \end_layout
11780
11781 \begin_layout Standard
11782 \noindent
11783 \begin_inset VSpace medskip
11784 \end_inset
11785
11786
11787 \end_layout
11788
11789 \begin_layout Standard
11790 \noindent
11791 Relations like for example equal signs, are always surrounded by space.
11792  To suppress this, the equal sign is placed into a \SpecialChar TeX
11793  brace.
11794  The following example demonstrates this:
11795 \begin_inset Separator parbreak
11796 \end_inset
11797
11798
11799 \end_layout
11800
11801 \begin_layout Standard
11802 \align center
11803 \begin_inset Tabular
11804 <lyxtabular version="3" rows="2" columns="2">
11805 <features tabularvalignment="middle">
11806 <column alignment="center" valignment="top" width="0pt">
11807 <column alignment="center" valignment="top" width="0pt">
11808 <row>
11809 <cell alignment="center" valignment="top" usebox="none">
11810 \begin_inset Text
11811
11812 \begin_layout Plain Layout
11813 normal equation
11814 \end_layout
11815
11816 \end_inset
11817 </cell>
11818 <cell alignment="center" valignment="top" usebox="none">
11819 \begin_inset Text
11820
11821 \begin_layout Plain Layout
11822 \begin_inset Formula $A=B$
11823 \end_inset
11824
11825
11826 \end_layout
11827
11828 \end_inset
11829 </cell>
11830 </row>
11831 <row>
11832 <cell alignment="center" valignment="top" usebox="none">
11833 \begin_inset Text
11834
11835 \begin_layout Plain Layout
11836 equation without space
11837 \end_layout
11838
11839 \end_inset
11840 </cell>
11841 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11842 \begin_inset Text
11843
11844 \begin_layout Plain Layout
11845 \begin_inset Formula $A{=}B$
11846 \end_inset
11847
11848
11849 \end_layout
11850
11851 \end_inset
11852 </cell>
11853 </row>
11854 </lyxtabular>
11855
11856 \end_inset
11857
11858
11859 \end_layout
11860
11861 \begin_layout Standard
11862 \noindent
11863 The command for the last formula is: 
11864 \series bold
11865 A
11866 \backslash
11867 {=
11868 \begin_inset Formula $\to$
11869 \end_inset
11870
11871 B
11872 \end_layout
11873
11874 \begin_layout Standard
11875 \begin_inset VSpace bigskip
11876 \end_inset
11877
11878
11879 \end_layout
11880
11881 \begin_layout Standard
11882 Spaces are needed for physical units, because the space between the value
11883  and the unit is the smallest one and not a normal space.
11884  For units in text, the smallest space is inserted via the menu 
11885 \family sans
11886 Insert\SpecialChar menuseparator
11887 Formatting\SpecialChar menuseparator
11888 Thin
11889 \begin_inset space ~
11890 \end_inset
11891
11892 Space
11893 \family default
11894  (shortcut 
11895 \begin_inset Info
11896 type  "shortcut"
11897 arg   "space-insert thin"
11898 \end_inset
11899
11900 ).
11901 \end_layout
11902
11903 \begin_layout Standard
11904 An example to visualize the difference:
11905 \end_layout
11906
11907 \begin_layout Standard
11908 \begin_inset Tabular
11909 <lyxtabular version="3" rows="2" columns="2">
11910 <features tabularvalignment="middle">
11911 <column alignment="left" valignment="top">
11912 <column alignment="left" valignment="top">
11913 <row>
11914 <cell alignment="center" valignment="top" usebox="none">
11915 \begin_inset Text
11916
11917 \begin_layout Plain Layout
11918 24 kW
11919 \begin_inset Formula $\cdot$
11920 \end_inset
11921
11922 h
11923 \end_layout
11924
11925 \end_inset
11926 </cell>
11927 <cell alignment="center" valignment="top" usebox="none">
11928 \begin_inset Text
11929
11930 \begin_layout Plain Layout
11931 space between value and unit
11932 \end_layout
11933
11934 \end_inset
11935 </cell>
11936 </row>
11937 <row>
11938 <cell alignment="center" valignment="top" usebox="none">
11939 \begin_inset Text
11940
11941 \begin_layout Plain Layout
11942 24
11943 \begin_inset space \thinspace{}
11944 \end_inset
11945
11946 kW
11947 \begin_inset Formula $\cdot$
11948 \end_inset
11949
11950 h
11951 \end_layout
11952
11953 \end_inset
11954 </cell>
11955 <cell alignment="center" valignment="top" usebox="none">
11956 \begin_inset Text
11957
11958 \begin_layout Plain Layout
11959 smallest space between value and unit
11960 \end_layout
11961
11962 \end_inset
11963 </cell>
11964 </row>
11965 </lyxtabular>
11966
11967 \end_inset
11968
11969
11970 \end_layout
11971
11972 \begin_layout Subsection
11973 Variable Space
11974 \begin_inset ERT
11975 status collapsed
11976
11977 \begin_layout Plain Layout
11978
11979
11980 \backslash
11981 texorpdfstring{
11982 \end_layout
11983
11984 \end_inset
11985
11986
11987 \begin_inset Foot
11988 status collapsed
11989
11990 \begin_layout Plain Layout
11991 for vertical space in formulas see 
11992 \begin_inset CommandInset ref
11993 LatexCommand ref
11994 reference "subsec:Line-Separation"
11995
11996 \end_inset
11997
11998
11999 \end_layout
12000
12001 \end_inset
12002
12003
12004 \begin_inset ERT
12005 status collapsed
12006
12007 \begin_layout Plain Layout
12008
12009 }{}
12010 \end_layout
12011
12012 \end_inset
12013
12014
12015 \begin_inset Note Note
12016 status collapsed
12017
12018 \begin_layout Plain Layout
12019
12020 \backslash
12021 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
12022 \end_layout
12023
12024 \begin_layout Plain Layout
12025 More about 
12026 \backslash
12027 texorpdfstring is in section 
12028 \begin_inset CommandInset ref
12029 LatexCommand ref
12030 reference "subsec:Formulas-in-Section"
12031
12032 \end_inset
12033
12034 .
12035 \end_layout
12036
12037 \end_inset
12038
12039
12040 \begin_inset CommandInset label
12041 LatexCommand label
12042 name "subsec:Variable-Space"
12043
12044 \end_inset
12045
12046
12047 \begin_inset Index idx
12048 status collapsed
12049
12050 \begin_layout Plain Layout
12051 Space ! horizontal ! variable
12052 \end_layout
12053
12054 \end_inset
12055
12056
12057 \end_layout
12058
12059 \begin_layout Standard
12060 Space with a defined length can be inserted with the command 
12061 \series bold
12062
12063 \backslash
12064 hspace
12065 \series default
12066
12067 \begin_inset Index idx
12068 status collapsed
12069
12070 \begin_layout Plain Layout
12071 Commands ! H ! 
12072 \backslash
12073 hspace
12074 \end_layout
12075
12076 \end_inset
12077
12078 .
12079  Then a long 
12080 \begin_inset Quotes eld
12081 \end_inset
12082
12083
12084 \color blue
12085
12086 \begin_inset space \textvisiblespace{}
12087 \end_inset
12088
12089
12090 \color inherit
12091
12092 \begin_inset Quotes erd
12093 \end_inset
12094
12095  appears.
12096  The length can be specified by left-clicking on the 
12097 \begin_inset Quotes eld
12098 \end_inset
12099
12100
12101 \color blue
12102
12103 \begin_inset space \textvisiblespace{}
12104 \end_inset
12105
12106
12107 \color inherit
12108
12109 \begin_inset Quotes erd
12110 \end_inset
12111
12112 .
12113  The length may also be negative.
12114  When a space would be the first character in a line it would be omitted.
12115  To force its output use the command 
12116 \series bold
12117
12118 \backslash
12119 hspace*
12120 \series default
12121  instead of 
12122 \series bold
12123
12124 \backslash
12125 hspace
12126 \series default
12127  or left-click on the 
12128 \begin_inset Quotes eld
12129 \end_inset
12130
12131
12132 \color blue
12133
12134 \begin_inset space \textvisiblespace{}
12135 \end_inset
12136
12137
12138 \color inherit
12139
12140 \begin_inset Quotes erd
12141 \end_inset
12142
12143  and check the option 
12144 \family sans
12145 Protect
12146 \family default
12147 .
12148 \begin_inset Newline newline
12149 \end_inset
12150
12151 To insert as much space as is available, the command 
12152 \series bold
12153
12154 \backslash
12155 hfill
12156 \series default
12157
12158 \begin_inset Index idx
12159 status collapsed
12160
12161 \begin_layout Plain Layout
12162 Commands ! H ! 
12163 \backslash
12164 hfill
12165 \end_layout
12166
12167 \end_inset
12168
12169  is used.
12170 \end_layout
12171
12172 \begin_layout Standard
12173 \align center
12174 \begin_inset Tabular
12175 <lyxtabular version="3" rows="4" columns="2">
12176 <features booktabs="true" tabularvalignment="middle">
12177 <column alignment="center" valignment="top" width="0pt">
12178 <column alignment="center" valignment="top">
12179 <row>
12180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12181 \begin_inset Text
12182
12183 \begin_layout Plain Layout
12184 Command (
12185 \backslash
12186 hspace length)
12187 \end_layout
12188
12189 \end_inset
12190 </cell>
12191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12192 \begin_inset Text
12193
12194 \begin_layout Plain Layout
12195 Result
12196 \end_layout
12197
12198 \end_inset
12199 </cell>
12200 </row>
12201 <row>
12202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12203 \begin_inset Text
12204
12205 \begin_layout Plain Layout
12206 A=B
12207 \backslash
12208 hspace
12209 \begin_inset space \textvisiblespace{}
12210 \end_inset
12211
12212 A
12213 \backslash
12214 not=C (3
12215 \begin_inset space \thinspace{}
12216 \end_inset
12217
12218 cm)
12219 \end_layout
12220
12221 \end_inset
12222 </cell>
12223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12224 \begin_inset Text
12225
12226 \begin_layout Plain Layout
12227 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12228 \end_inset
12229
12230
12231 \end_layout
12232
12233 \end_inset
12234 </cell>
12235 </row>
12236 <row>
12237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12238 \begin_inset Text
12239
12240 \begin_layout Plain Layout
12241 A
12242 \backslash
12243 hspace
12244 \begin_inset space \textvisiblespace{}
12245 \end_inset
12246
12247 A
12248 \backslash
12249 not=A (-1
12250 \begin_inset space \thinspace{}
12251 \end_inset
12252
12253 mm)
12254 \end_layout
12255
12256 \end_inset
12257 </cell>
12258 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12259 \begin_inset Text
12260
12261 \begin_layout Plain Layout
12262 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12263 \end_inset
12264
12265
12266 \end_layout
12267
12268 \end_inset
12269 </cell>
12270 </row>
12271 <row>
12272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12273 \begin_inset Text
12274
12275 \begin_layout Plain Layout
12276 A=A
12277 \backslash
12278 hfill
12279 \begin_inset space \textvisiblespace{}
12280 \end_inset
12281
12282 B=B
12283 \end_layout
12284
12285 \end_inset
12286 </cell>
12287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12288 \begin_inset Text
12289
12290 \begin_layout Plain Layout
12291 \begin_inset Formula $A=A\hfill B=B$
12292 \end_inset
12293
12294
12295 \end_layout
12296
12297 \end_inset
12298 </cell>
12299 </row>
12300 </lyxtabular>
12301
12302 \end_inset
12303
12304
12305 \end_layout
12306
12307 \begin_layout Standard
12308 In the last example the available space is given by the longest column entry
12309  of the table.
12310  In an inline formula the space depends on the length of the line in which
12311  
12312 \series bold
12313
12314 \backslash
12315 hfill
12316 \series default
12317  is inserted.
12318  Thus, when the line uses the full width, no space will be created.
12319  
12320 \series bold
12321
12322 \backslash
12323 hfill
12324 \series default
12325  only has an effect on displayed formulas when the formula style 
12326 \series bold
12327 Indented
12328 \series default
12329  is used.
12330  (Formula styles are explained in 
12331 \begin_inset CommandInset ref
12332 LatexCommand ref
12333 reference "sec:Formula-Styles"
12334
12335 \end_inset
12336
12337 .)
12338 \end_layout
12339
12340 \begin_layout Standard
12341 Besides 
12342 \series bold
12343
12344 \backslash
12345 hfill
12346 \series default
12347 , there are the commands 
12348 \series bold
12349
12350 \backslash
12351 dotfill
12352 \series default
12353  and 
12354 \series bold
12355
12356 \backslash
12357 hrulefill
12358 \series default
12359  that fill the space with a pattern, see 
12360 \begin_inset CommandInset ref
12361 LatexCommand ref
12362 reference "subsec:Ellipses"
12363
12364 \end_inset
12365
12366  for an example.
12367 \end_layout
12368
12369 \begin_layout Standard
12370 For text, variable space can be inserted via the menu 
12371 \family sans
12372 Insert\SpecialChar menuseparator
12373 Formatting\SpecialChar menuseparator
12374 Horizontal
12375 \begin_inset space ~
12376 \end_inset
12377
12378 Space
12379 \family default
12380 :
12381 \end_layout
12382
12383 \begin_layout Standard
12384 This is a line with
12385 \begin_inset space \hspace{}
12386 \length 2cm
12387 \end_inset
12388
12389 2
12390 \begin_inset space \thinspace{}
12391 \end_inset
12392
12393 cm space.
12394 \end_layout
12395
12396 \begin_layout Standard
12397 This is a line with
12398 \begin_inset space \hfill{}
12399 \end_inset
12400
12401 maximum space.
12402 \end_layout
12403
12404 \begin_layout Subsection
12405 Space besides inline Formulas
12406 \begin_inset Index idx
12407 status collapsed
12408
12409 \begin_layout Plain Layout
12410 Space ! besides inline formulas
12411 \end_layout
12412
12413 \end_inset
12414
12415
12416 \end_layout
12417
12418 \begin_layout Standard
12419 The space that surrounds inline formulas can be adjusted with the length
12420  
12421 \series bold
12422
12423 \backslash
12424 mathsurround
12425 \series default
12426
12427 \begin_inset Index idx
12428 status collapsed
12429
12430 \begin_layout Plain Layout
12431 Commands ! M ! 
12432 \backslash
12433 mathsurround
12434 \end_layout
12435
12436 \end_inset
12437
12438 .
12439  The value of a length is set with the command 
12440 \series bold
12441
12442 \backslash
12443 setlength
12444 \series default
12445
12446 \begin_inset Index idx
12447 status collapsed
12448
12449 \begin_layout Plain Layout
12450 Commands ! S ! 
12451 \backslash
12452 setlength
12453 \end_layout
12454
12455 \end_inset
12456
12457  which has the following scheme:
12458 \end_layout
12459
12460 \begin_layout Standard
12461
12462 \series bold
12463
12464 \backslash
12465 setlength{length name}{value}
12466 \end_layout
12467
12468 \begin_layout Standard
12469 To set 
12470 \series bold
12471
12472 \backslash
12473 mathsurround
12474 \series default
12475  to the value 5
12476 \begin_inset space \thinspace{}
12477 \end_inset
12478
12479 mm, the command
12480 \end_layout
12481
12482 \begin_layout Standard
12483
12484 \series bold
12485
12486 \backslash
12487 setlength{
12488 \backslash
12489 mathsurround}{5mm}
12490 \end_layout
12491
12492 \begin_layout Standard
12493 is inserted in \SpecialChar TeX
12494  mode.
12495  5
12496 \begin_inset space \thinspace{}
12497 \end_inset
12498
12499 mm space will now be set around all inline formulas:
12500 \begin_inset ERT
12501 status collapsed
12502
12503 \begin_layout Plain Layout
12504
12505
12506 \backslash
12507 setlength{
12508 \backslash
12509 mathsurround}{5mm}
12510 \end_layout
12511
12512 \end_inset
12513
12514
12515 \end_layout
12516
12517 \begin_layout Standard
12518 This is a line with an inline formula 
12519 \begin_inset Formula $A=B$
12520 \end_inset
12521
12522  with 5
12523 \begin_inset space \thinspace{}
12524 \end_inset
12525
12526 mm surrounding space.
12527 \begin_inset ERT
12528 status collapsed
12529
12530 \begin_layout Plain Layout
12531
12532
12533 \backslash
12534 setlength{
12535 \backslash
12536 mathsurround}{0pt}
12537 \end_layout
12538
12539 \end_inset
12540
12541
12542 \end_layout
12543
12544 \begin_layout Standard
12545 To return to the predefined value, 
12546 \series bold
12547
12548 \backslash
12549 mathsurround
12550 \series default
12551  is set to the value 0
12552 \begin_inset space \thinspace{}
12553 \end_inset
12554
12555 pt.
12556 \end_layout
12557
12558 \begin_layout Standard
12559 \begin_inset Newpage newpage
12560 \end_inset
12561
12562
12563 \end_layout
12564
12565 \begin_layout Section
12566 Boxes and Frames
12567 \begin_inset Index idx
12568 status collapsed
12569
12570 \begin_layout Plain Layout
12571 Boxes
12572 \end_layout
12573
12574 \end_inset
12575
12576
12577 \begin_inset Index idx
12578 status collapsed
12579
12580 \begin_layout Plain Layout
12581 Frames | see
12582 \begin_inset ERT
12583 status collapsed
12584
12585 \begin_layout Plain Layout
12586
12587 {
12588 \end_layout
12589
12590 \end_inset
12591
12592 Boxes
12593 \begin_inset ERT
12594 status collapsed
12595
12596 \begin_layout Plain Layout
12597
12598 }
12599 \end_layout
12600
12601 \end_inset
12602
12603
12604 \end_layout
12605
12606 \end_inset
12607
12608
12609 \end_layout
12610
12611 \begin_layout Standard
12612 Boxes for text are described in chapter 
12613 \family typewriter
12614 Boxes
12615 \family default
12616  in the 
12617 \family typewriter
12618 Embedded
12619 \begin_inset space ~
12620 \end_inset
12621
12622 Objects
12623 \family default
12624  manual.
12625 \end_layout
12626
12627 \begin_layout Subsection
12628 Boxes with Frame
12629 \begin_inset CommandInset label
12630 LatexCommand label
12631 name "subsec:Boxes-with-Frame"
12632
12633 \end_inset
12634
12635
12636 \begin_inset Index idx
12637 status collapsed
12638
12639 \begin_layout Plain Layout
12640 Boxes ! with frame
12641 \end_layout
12642
12643 \end_inset
12644
12645
12646 \end_layout
12647
12648 \begin_layout Standard
12649 It is possible to frame a formula or part of one with the commands 
12650 \series bold
12651
12652 \backslash
12653 fbox
12654 \series default
12655
12656 \begin_inset Index idx
12657 status collapsed
12658
12659 \begin_layout Plain Layout
12660 Commands ! F ! 
12661 \backslash
12662 fbox
12663 \end_layout
12664
12665 \end_inset
12666
12667  and 
12668 \series bold
12669
12670 \backslash
12671 boxed
12672 \series default
12673
12674 \begin_inset Index idx
12675 status collapsed
12676
12677 \begin_layout Plain Layout
12678 Commands ! B ! 
12679 \backslash
12680 boxed
12681 \end_layout
12682
12683 \end_inset
12684
12685 .
12686 \end_layout
12687
12688 \begin_layout Standard
12689 When one of these commands is inserted in a formula, a blue box appears
12690  within a frame to enter formula parts.
12691  For 
12692 \series bold
12693
12694 \backslash
12695 fbox
12696 \series default
12697  an additional formula has to be created by 
12698 \family sans
12699 Ctrl+M
12700 \family default
12701  within this box, because the box content will otherwise be treated as mathemati
12702 cal text.
12703  When 
12704 \series bold
12705
12706 \backslash
12707 boxed
12708 \series default
12709  is used, a new formula is automatically created inside the frame.
12710 \end_layout
12711
12712 \begin_layout Standard
12713 The command 
12714 \series bold
12715
12716 \backslash
12717 fbox
12718 \series default
12719  is not suitable to frame displayed formulas because the formula will always
12720  be set in the size of the text.
12721  
12722 \series bold
12723
12724 \backslash
12725 boxed
12726 \series default
12727  is in contrary not suitable to frame inline formulas, because the formula
12728  will always be set in the size of a displayed formula.
12729 \end_layout
12730
12731 \begin_layout Standard
12732 An extension to 
12733 \series bold
12734
12735 \backslash
12736 fbox
12737 \series default
12738  is the command 
12739 \series bold
12740
12741 \backslash
12742 framebox
12743 \series default
12744
12745 \begin_inset Index idx
12746 status collapsed
12747
12748 \begin_layout Plain Layout
12749 Commands ! F ! 
12750 \backslash
12751 framebox
12752 \end_layout
12753
12754 \end_inset
12755
12756  where additionally the frame width and the alignment can be specified.
12757  
12758 \series bold
12759
12760 \backslash
12761 framebox
12762 \series default
12763  is used in the following scheme:
12764 \end_layout
12765
12766 \begin_layout Standard
12767
12768 \series bold
12769
12770 \backslash
12771 framebox[frame width][position]{box content}
12772 \end_layout
12773
12774 \begin_layout Standard
12775 The position can either be 
12776 \emph on
12777 l
12778 \emph default
12779  or 
12780 \emph on
12781 r
12782 \emph default
12783 .
12784  
12785 \emph on
12786 l
12787 \emph default
12788  left aligns, 
12789 \emph on
12790 r
12791 \emph default
12792  right aligns the formula in the box.
12793  When no position is given, the formula will be centered.
12794 \begin_inset Newline newline
12795 \end_inset
12796
12797 If no width is given, also no position can be given.
12798  In this case the frame width is adjusted to the box content like for 
12799 \series bold
12800
12801 \backslash
12802 fbox
12803 \series default
12804 .
12805 \end_layout
12806
12807 \begin_layout Standard
12808 When the command 
12809 \series bold
12810
12811 \backslash
12812 framebox
12813 \series default
12814  is inserted, a box appears containing three blue boxes.
12815  The first two boxes are surrounded by brackets and denote the two optional
12816  arguments.
12817  The third box is for formula parts like for 
12818 \series bold
12819
12820 \backslash
12821 fbox
12822 \series default
12823 .
12824 \begin_inset Separator parbreak
12825 \end_inset
12826
12827
12828 \end_layout
12829
12830 \begin_layout Standard
12831 \align center
12832 \begin_inset Tabular
12833 <lyxtabular version="3" rows="5" columns="2">
12834 <features tabularvalignment="middle">
12835 <column alignment="center" valignment="top">
12836 <column alignment="center" valignment="top">
12837 <row>
12838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12839 \begin_inset Text
12840
12841 \begin_layout Plain Layout
12842 Command
12843 \end_layout
12844
12845 \end_inset
12846 </cell>
12847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12848 \begin_inset Text
12849
12850 \begin_layout Plain Layout
12851 Result
12852 \begin_inset Note Note
12853 status collapsed
12854
12855 \begin_layout Plain Layout
12856
12857 \series bold
12858
12859 \backslash
12860 raisebox
12861 \series default
12862  is only used as spacer.
12863 \end_layout
12864
12865 \end_inset
12866
12867
12868 \end_layout
12869
12870 \end_inset
12871 </cell>
12872 </row>
12873 <row>
12874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12875 \begin_inset Text
12876
12877 \begin_layout Plain Layout
12878
12879 \backslash
12880 fbox
12881 \begin_inset space \textvisiblespace{}
12882 \end_inset
12883
12884
12885 \family sans
12886 Ctrl+M
12887 \family default
12888  
12889 \backslash
12890 int
12891 \begin_inset space \textvisiblespace{}
12892 \end_inset
12893
12894 A=B
12895 \end_layout
12896
12897 \end_inset
12898 </cell>
12899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12900 \begin_inset Text
12901
12902 \begin_layout Plain Layout
12903 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12904 \end_inset
12905
12906
12907 \end_layout
12908
12909 \end_inset
12910 </cell>
12911 </row>
12912 <row>
12913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12914 \begin_inset Text
12915
12916 \begin_layout Plain Layout
12917
12918 \backslash
12919 boxed
12920 \begin_inset space \textvisiblespace{}
12921 \end_inset
12922
12923
12924 \backslash
12925 int
12926 \begin_inset space \textvisiblespace{}
12927 \end_inset
12928
12929 A=B
12930 \end_layout
12931
12932 \end_inset
12933 </cell>
12934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12935 \begin_inset Text
12936
12937 \begin_layout Plain Layout
12938 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12939 \end_inset
12940
12941
12942 \end_layout
12943
12944 \end_inset
12945 </cell>
12946 </row>
12947 <row>
12948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12949 \begin_inset Text
12950
12951 \begin_layout Plain Layout
12952 A+
12953 \backslash
12954 fbox
12955 \begin_inset space \textvisiblespace{}
12956 \end_inset
12957
12958 B
12959 \end_layout
12960
12961 \end_inset
12962 </cell>
12963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12964 \begin_inset Text
12965
12966 \begin_layout Plain Layout
12967 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12968 \end_inset
12969
12970
12971 \end_layout
12972
12973 \end_inset
12974 </cell>
12975 </row>
12976 <row>
12977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12978 \begin_inset Text
12979
12980 \begin_layout Plain Layout
12981
12982 \backslash
12983 framebox
12984 \begin_inset space \textvisiblespace{}
12985 \end_inset
12986
12987 20mm
12988 \begin_inset Formula $\to$
12989 \end_inset
12990
12991
12992 \begin_inset Formula $\to$
12993 \end_inset
12994
12995
12996 \family sans
12997 Ctrl+M
12998 \family default
12999  
13000 \backslash
13001 frac
13002 \begin_inset space \textvisiblespace{}
13003 \end_inset
13004
13005 A
13006 \begin_inset Formula $\downarrow$
13007 \end_inset
13008
13009 B
13010 \end_layout
13011
13012 \end_inset
13013 </cell>
13014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13015 \begin_inset Text
13016
13017 \begin_layout Plain Layout
13018 \begin_inset Formula $\raisebox{6mm}{}$
13019 \end_inset
13020
13021
13022 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13023 \end_inset
13024
13025
13026 \begin_inset Formula $\raisebox{-4mm}{}$
13027 \end_inset
13028
13029
13030 \end_layout
13031
13032 \end_inset
13033 </cell>
13034 </row>
13035 </lyxtabular>
13036
13037 \end_inset
13038
13039
13040 \end_layout
13041
13042 \begin_layout Standard
13043 The frame thickness can also be adjusted.
13044  To do this the following commands have to be inserted in \SpecialChar TeX
13045  mode before the
13046  formula
13047 \end_layout
13048
13049 \begin_layout Standard
13050
13051 \series bold
13052
13053 \backslash
13054 fboxrule
13055 \series default
13056  
13057 \series bold
13058
13059 \begin_inset Quotes eld
13060 \end_inset
13061
13062 thickness
13063 \begin_inset Quotes erd
13064 \end_inset
13065
13066
13067 \series default
13068  
13069 \series bold
13070
13071 \backslash
13072 fboxsep
13073 \series default
13074  
13075 \series bold
13076
13077 \begin_inset Quotes eld
13078 \end_inset
13079
13080 distance
13081 \begin_inset Quotes erd
13082 \end_inset
13083
13084
13085 \end_layout
13086
13087 \begin_layout Standard
13088 \begin_inset Quotes eld
13089 \end_inset
13090
13091 distance
13092 \begin_inset Quotes erd
13093 \end_inset
13094
13095  specifies the minimal distance between the frame and the first character
13096  in the box.
13097  An example for this is the following framed formula:
13098 \begin_inset ERT
13099 status collapsed
13100
13101 \begin_layout Plain Layout
13102
13103
13104 \backslash
13105 fboxrule 2mm 
13106 \backslash
13107 fboxsep 3mm
13108 \end_layout
13109
13110 \end_inset
13111
13112
13113 \begin_inset Formula 
13114 \[
13115 \boxed{A+B=C}
13116 \]
13117
13118 \end_inset
13119
13120 Before this formula the commands
13121 \end_layout
13122
13123 \begin_layout Standard
13124
13125 \series bold
13126
13127 \backslash
13128 fboxrule
13129 \series default
13130  
13131 \series bold
13132 2mm
13133 \series default
13134  
13135 \series bold
13136
13137 \backslash
13138 fboxsep
13139 \series default
13140  
13141 \series bold
13142 3mm
13143 \end_layout
13144
13145 \begin_layout Standard
13146 were inserted in \SpecialChar TeX
13147  mode.
13148  The given values are used for all following boxes.
13149 \end_layout
13150
13151 \begin_layout Standard
13152 To return to the standard frame size, the command
13153 \end_layout
13154
13155 \begin_layout Standard
13156
13157 \series bold
13158
13159 \backslash
13160 fboxrule
13161 \series default
13162  
13163 \series bold
13164 0.4pt
13165 \series default
13166  
13167 \series bold
13168
13169 \backslash
13170 fboxsep
13171 \series default
13172  
13173 \series bold
13174 3pt
13175 \series default
13176
13177 \begin_inset ERT
13178 status collapsed
13179
13180 \begin_layout Plain Layout
13181
13182
13183 \backslash
13184 fboxrule 0.4pt 
13185 \backslash
13186 fboxsep 3pt
13187 \end_layout
13188
13189 \end_inset
13190
13191
13192 \end_layout
13193
13194 \begin_layout Standard
13195 is inserted in \SpecialChar TeX
13196  mode before the next formula.
13197 \end_layout
13198
13199 \begin_layout Subsection
13200 Boxes without Frame
13201 \begin_inset CommandInset label
13202 LatexCommand label
13203 name "subsec:Boxes-without-Frame"
13204
13205 \end_inset
13206
13207
13208 \begin_inset Index idx
13209 status collapsed
13210
13211 \begin_layout Plain Layout
13212 Boxes ! without frame
13213 \end_layout
13214
13215 \end_inset
13216
13217
13218 \end_layout
13219
13220 \begin_layout Standard
13221 For boxes without a frame there are the following box commands: 
13222 \series bold
13223
13224 \backslash
13225 mbox
13226 \series default
13227
13228 \begin_inset Index idx
13229 status collapsed
13230
13231 \begin_layout Plain Layout
13232 Commands ! M ! 
13233 \backslash
13234 mbox
13235 \end_layout
13236
13237 \end_inset
13238
13239
13240 \series bold
13241
13242 \backslash
13243 makebox
13244 \series default
13245
13246 \begin_inset Index idx
13247 status collapsed
13248
13249 \begin_layout Plain Layout
13250 Commands ! M ! 
13251 \backslash
13252 makebox
13253 \end_layout
13254
13255 \end_inset
13256
13257  and 
13258 \series bold
13259
13260 \backslash
13261 raisebox
13262 \series default
13263
13264 \begin_inset Index idx
13265 status collapsed
13266
13267 \begin_layout Plain Layout
13268 Commands ! R ! 
13269 \backslash
13270 raisebox
13271 \end_layout
13272
13273 \end_inset
13274
13275
13276 \end_layout
13277
13278 \begin_layout Standard
13279 With 
13280 \series bold
13281
13282 \backslash
13283 raisebox
13284 \series default
13285  a box can be super- or subscripted.
13286  But in contrary to normal super- and subscripting, the characters in the
13287  box keep their font size.
13288  
13289 \series bold
13290
13291 \backslash
13292 raisebox
13293 \series default
13294  is used in the following scheme:
13295 \end_layout
13296
13297 \begin_layout Standard
13298
13299 \series bold
13300
13301 \backslash
13302 raisebox{height}{box content}
13303 \end_layout
13304
13305 \begin_layout Standard
13306 When the box should contain a formula, an extra formula is needed like for
13307  
13308 \series bold
13309
13310 \backslash
13311 fbox
13312 \series default
13313 .
13314  
13315 \series medium
13316
13317 \begin_inset Note Greyedout
13318 status open
13319
13320 \begin_layout Plain Layout
13321
13322 \series bold
13323 Note:
13324 \series default
13325  For 
13326 \series bold
13327
13328 \backslash
13329 raisebox
13330 \series default
13331  this extra formula is created by pressing 
13332 \family sans
13333 Ctrl+M
13334 \family default
13335  twice instead of once because \SpecialChar LyX
13336  doesn't yet support 
13337 \series bold
13338
13339 \backslash
13340 raisebox
13341 \series default
13342  directly.
13343 \end_layout
13344
13345 \end_inset
13346
13347
13348 \series default
13349
13350 \begin_inset Separator parbreak
13351 \end_inset
13352
13353
13354 \end_layout
13355
13356 \begin_layout Standard
13357 \align center
13358 \begin_inset Tabular
13359 <lyxtabular version="3" rows="4" columns="2">
13360 <features tabularvalignment="middle">
13361 <column alignment="center" valignment="top">
13362 <column alignment="center" valignment="top">
13363 <row>
13364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13365 \begin_inset Text
13366
13367 \begin_layout Plain Layout
13368 Command
13369 \end_layout
13370
13371 \end_inset
13372 </cell>
13373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13374 \begin_inset Text
13375
13376 \begin_layout Plain Layout
13377 Result
13378 \end_layout
13379
13380 \end_inset
13381 </cell>
13382 </row>
13383 <row>
13384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13385 \begin_inset Text
13386
13387 \begin_layout Plain Layout
13388 H
13389 \backslash
13390 raisebox{2mm
13391 \begin_inset Formula $\to$
13392 \end_inset
13393
13394
13395 \backslash
13396 {al
13397 \begin_inset Formula $\to$
13398 \end_inset
13399
13400  lo
13401 \end_layout
13402
13403 \end_inset
13404 </cell>
13405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13406 \begin_inset Text
13407
13408 \begin_layout Plain Layout
13409 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13410 \end_inset
13411
13412
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 </row>
13418 <row>
13419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13420 \begin_inset Text
13421
13422 \begin_layout Plain Layout
13423 H
13424 \backslash
13425 raisebox{-2mm
13426 \begin_inset Formula $\to$
13427 \end_inset
13428
13429
13430 \backslash
13431 {al
13432 \begin_inset Formula $\to$
13433 \end_inset
13434
13435 lo
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 $H\raisebox{-2mm}{al}lo$
13445 \end_inset
13446
13447
13448 \end_layout
13449
13450 \end_inset
13451 </cell>
13452 </row>
13453 <row>
13454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13455 \begin_inset Text
13456
13457 \begin_layout Plain Layout
13458 A=
13459 \backslash
13460 raisebox{-2mm
13461 \begin_inset Formula $\to$
13462 \end_inset
13463
13464
13465 \backslash
13466 {
13467 \family sans
13468 Ctrl+M
13469 \family default
13470  
13471 \family sans
13472 Ctrl+M
13473 \family default
13474  
13475 \backslash
13476 sqrt
13477 \begin_inset space \textvisiblespace{}
13478 \end_inset
13479
13480
13481 \end_layout
13482
13483 \end_inset
13484 </cell>
13485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13486 \begin_inset Text
13487
13488 \begin_layout Plain Layout
13489 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13490 \end_inset
13491
13492
13493 \end_layout
13494
13495 \end_inset
13496 </cell>
13497 </row>
13498 </lyxtabular>
13499
13500 \end_inset
13501
13502
13503 \end_layout
13504
13505 \begin_layout Standard
13506 The command 
13507 \series bold
13508
13509 \backslash
13510 mbox
13511 \series default
13512  is equivalent to 
13513 \series bold
13514
13515 \backslash
13516 fbox
13517 \series default
13518  and 
13519 \series bold
13520
13521 \backslash
13522 makebox
13523 \series default
13524  is equivalent to 
13525 \series bold
13526
13527 \backslash
13528 framebox
13529 \series default
13530 , with the difference that there is no frame.
13531 \end_layout
13532
13533 \begin_layout Subsection
13534 Colored Boxes
13535 \begin_inset CommandInset label
13536 LatexCommand label
13537 name "subsec:Colored-Boxes"
13538
13539 \end_inset
13540
13541
13542 \begin_inset Index idx
13543 status collapsed
13544
13545 \begin_layout Plain Layout
13546 Boxes ! colored
13547 \end_layout
13548
13549 \end_inset
13550
13551
13552 \end_layout
13553
13554 \begin_layout Standard
13555 To be able to use all commands explained in this section, the \SpecialChar LaTeX
13556 -package 
13557 \series bold
13558 color
13559 \series default
13560
13561 \begin_inset Foot
13562 status collapsed
13563
13564 \begin_layout Plain Layout
13565 The \SpecialChar LaTeX
13566 -package 
13567 \series bold
13568 color
13569 \series default
13570  is part of every \SpecialChar LaTeX
13571  standard installation.
13572 \end_layout
13573
13574 \end_inset
13575
13576
13577 \begin_inset Index idx
13578 status collapsed
13579
13580 \begin_layout Plain Layout
13581 Packages ! color
13582 \end_layout
13583
13584 \end_inset
13585
13586  has to be loaded in the \SpecialChar LaTeX
13587 -preamble with the line
13588 \begin_inset Foot
13589 status collapsed
13590
13591 \begin_layout Plain Layout
13592 When text is colored somewhere in the document with a predefined color,
13593  \SpecialChar LyX
13594  loads the \SpecialChar LaTeX
13595  package 
13596 \series bold
13597 color
13598 \series default
13599  automatically.
13600  Thus it is possible that the package is loaded twice, but this does not
13601  cause problems.
13602 \end_layout
13603
13604 \end_inset
13605
13606
13607 \begin_inset Note Note
13608 status collapsed
13609
13610 \begin_layout Plain Layout
13611 To avoid that the package is loaded twice, a macro was inserted to the \SpecialChar LaTeX
13612 -preamble.
13613 \end_layout
13614
13615 \end_inset
13616
13617
13618 \end_layout
13619
13620 \begin_layout Standard
13621
13622 \series bold
13623
13624 \backslash
13625 usepackage{color}
13626 \end_layout
13627
13628 \begin_layout Standard
13629 \begin_inset VSpace medskip
13630 \end_inset
13631
13632 To color boxes, the command 
13633 \series bold
13634
13635 \backslash
13636 colorbox
13637 \series default
13638
13639 \begin_inset Index idx
13640 status collapsed
13641
13642 \begin_layout Plain Layout
13643 Commands ! C ! 
13644 \backslash
13645 colorbox
13646 \end_layout
13647
13648 \end_inset
13649
13650  is used in the following scheme:
13651 \end_layout
13652
13653 \begin_layout Standard
13654
13655 \series bold
13656
13657 \backslash
13658 colorbox{color}{box content}
13659 \end_layout
13660
13661 \begin_layout Standard
13662 The box content can also be a box and a 
13663 \series bold
13664
13665 \backslash
13666 colorbox
13667 \series default
13668  can also be part of another box (see the 2nd and 3rd example).
13669  When the box should contain a formula, an extra formula has to be created,
13670  the same way as for 
13671 \series bold
13672
13673 \backslash
13674 raisebox
13675 \series default
13676 .
13677 \begin_inset Foot
13678 status collapsed
13679
13680 \begin_layout Plain Layout
13681 This also applies for the command 
13682 \series bold
13683
13684 \backslash
13685 fcolorbox
13686 \series default
13687 .
13688 \end_layout
13689
13690 \end_inset
13691
13692
13693 \end_layout
13694
13695 \begin_layout Standard
13696 One of the following predefined colors can be chosen:
13697 \end_layout
13698
13699 \begin_layout Standard
13700
13701 \series bold
13702 black
13703 \series default
13704
13705 \series bold
13706 blue
13707 \series default
13708
13709 \series bold
13710 cyan
13711 \series default
13712
13713 \series bold
13714 green
13715 \series default
13716
13717 \series bold
13718 magenta
13719 \series default
13720
13721 \series bold
13722 red
13723 \series default
13724
13725 \series bold
13726 white
13727 \series default
13728  and 
13729 \series bold
13730 yellow
13731 \series default
13732
13733 \begin_inset Separator parbreak
13734 \end_inset
13735
13736
13737 \end_layout
13738
13739 \begin_layout Standard
13740 \align center
13741 \begin_inset Tabular
13742 <lyxtabular version="3" rows="4" columns="2">
13743 <features tabularvalignment="middle">
13744 <column alignment="center" valignment="top">
13745 <column alignment="center" valignment="top">
13746 <row>
13747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13748 \begin_inset Text
13749
13750 \begin_layout Plain Layout
13751 Command
13752 \end_layout
13753
13754 \end_inset
13755 </cell>
13756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13757 \begin_inset Text
13758
13759 \begin_layout Plain Layout
13760 Result
13761 \begin_inset Note Note
13762 status collapsed
13763
13764 \begin_layout Plain Layout
13765
13766 \series bold
13767
13768 \backslash
13769 raisebox
13770 \series default
13771  is only used as spacer.
13772 \end_layout
13773
13774 \end_inset
13775
13776
13777 \end_layout
13778
13779 \end_inset
13780 </cell>
13781 </row>
13782 <row>
13783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13784 \begin_inset Text
13785
13786 \begin_layout Plain Layout
13787
13788 \backslash
13789 colorbox{yellow
13790 \begin_inset Formula $\to$
13791 \end_inset
13792
13793
13794 \backslash
13795 {A=B
13796 \end_layout
13797
13798 \end_inset
13799 </cell>
13800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13801 \begin_inset Text
13802
13803 \begin_layout Plain Layout
13804 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13805 \end_inset
13806
13807
13808 \end_layout
13809
13810 \end_inset
13811 </cell>
13812 </row>
13813 <row>
13814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13815 \begin_inset Text
13816
13817 \begin_layout Plain Layout
13818
13819 \backslash
13820 colorbox{green
13821 \begin_inset Formula $\to$
13822 \end_inset
13823
13824
13825 \backslash
13826 {
13827 \backslash
13828 fbox
13829 \begin_inset space \textvisiblespace{}
13830 \end_inset
13831
13832 A=B
13833 \end_layout
13834
13835 \end_inset
13836 </cell>
13837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13838 \begin_inset Text
13839
13840 \begin_layout Plain Layout
13841 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13842 \end_inset
13843
13844
13845 \end_layout
13846
13847 \end_inset
13848 </cell>
13849 </row>
13850 <row>
13851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13852 \begin_inset Text
13853
13854 \begin_layout Plain Layout
13855
13856 \backslash
13857 fbox
13858 \begin_inset space \textvisiblespace{}
13859 \end_inset
13860
13861
13862 \backslash
13863 colorbox{green
13864 \begin_inset Formula $\to$
13865 \end_inset
13866
13867
13868 \backslash
13869 {
13870 \family sans
13871 Ctrl+M
13872 \family default
13873  
13874 \family sans
13875 Ctrl+M
13876 \family default
13877  
13878 \backslash
13879 int
13880 \begin_inset space \textvisiblespace{}
13881 \end_inset
13882
13883 C=D
13884 \end_layout
13885
13886 \end_inset
13887 </cell>
13888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13889 \begin_inset Text
13890
13891 \begin_layout Plain Layout
13892 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13893 \end_inset
13894
13895
13896 \end_layout
13897
13898 \end_inset
13899 </cell>
13900 </row>
13901 </lyxtabular>
13902
13903 \end_inset
13904
13905
13906 \end_layout
13907
13908 \begin_layout Standard
13909
13910 \series bold
13911
13912 \backslash
13913 colorbox
13914 \series default
13915  only colors the box but not the characters in the box.
13916  To color all characters, the whole formula is highlighted and the desired
13917  color is chosen in the 
13918 \family sans
13919 Text
13920 \begin_inset space ~
13921 \end_inset
13922
13923 Style
13924 \family default
13925  dialog.
13926  The dialog can be called with the toolbar button 
13927 \begin_inset Info
13928 type  "icon"
13929 arg   "dialog-show character"
13930 \end_inset
13931
13932  or the menu 
13933 \family sans
13934 Edit\SpecialChar menuseparator
13935 Text
13936 \begin_inset space ~
13937 \end_inset
13938
13939 Style\SpecialChar menuseparator
13940 Customized
13941 \family default
13942 .
13943  The formula number then has the same color as the formula.
13944  When the formula number should get another color than the formula characters,
13945  the color must be changed within the formula.
13946 \end_layout
13947
13948 \begin_layout Standard
13949 An example:
13950 \end_layout
13951
13952 \begin_layout Standard
13953
13954 \color red
13955 \begin_inset Formula 
13956 \begin{equation}
13957 \int A=B\label{eq:red}
13958 \end{equation}
13959
13960 \end_inset
13961
13962
13963 \color green
13964
13965 \begin_inset Formula 
13966 \begin{equation}
13967 \textcolor{red}{\int A=B}\label{eq:redgreen}
13968 \end{equation}
13969
13970 \end_inset
13971
13972
13973 \end_layout
13974
13975 \begin_layout Standard
13976 Formula 
13977 \begin_inset CommandInset ref
13978 LatexCommand eqref
13979 reference "eq:red"
13980
13981 \end_inset
13982
13983  is completely colored red.
13984 \begin_inset Newline newline
13985 \end_inset
13986
13987 Formula 
13988 \begin_inset CommandInset ref
13989 LatexCommand eqref
13990 reference "eq:redgreen"
13991
13992 \end_inset
13993
13994  was first completely colored green to set the color for the formula number.
13995  Subsequently the formula characters were colored red.
13996 \end_layout
13997
13998 \begin_layout Standard
13999 \begin_inset VSpace bigskip
14000 \end_inset
14001
14002 To color the frame different than the rest of the box, the command 
14003 \series bold
14004
14005 \backslash
14006 fcolorbox
14007 \series default
14008
14009 \begin_inset Index idx
14010 status collapsed
14011
14012 \begin_layout Plain Layout
14013 Commands ! F ! 
14014 \backslash
14015 fcolorbox
14016 \end_layout
14017
14018 \end_inset
14019
14020  is used in the following scheme:
14021 \end_layout
14022
14023 \begin_layout Standard
14024
14025 \series bold
14026
14027 \backslash
14028 fcolorbox{frame color}{color}{box content}
14029 \end_layout
14030
14031 \begin_layout Standard
14032 So 
14033 \series bold
14034
14035 \backslash
14036 fcolorbox
14037 \series default
14038  is an extension of the command 
14039 \series bold
14040
14041 \backslash
14042 colorbox
14043 \series default
14044 .
14045  The frame width is set, like for 
14046 \series bold
14047
14048 \backslash
14049 framebox
14050 \series default
14051 , with 
14052 \series bold
14053
14054 \backslash
14055 fboxrule
14056 \series default
14057  and 
14058 \series bold
14059
14060 \backslash
14061 fboxsep
14062 \series default
14063 .
14064  An example:
14065 \begin_inset ERT
14066 status collapsed
14067
14068 \begin_layout Plain Layout
14069
14070
14071 \backslash
14072 fboxrule 1mm 
14073 \backslash
14074 fboxsep 1mm
14075 \end_layout
14076
14077 \end_inset
14078
14079
14080 \begin_inset Formula 
14081 \[
14082 \fcolorbox{cyan}{magenta}{A=B}
14083 \]
14084
14085 \end_inset
14086
14087
14088 \begin_inset ERT
14089 status collapsed
14090
14091 \begin_layout Plain Layout
14092
14093
14094 \backslash
14095 fboxrule 0.4pt 
14096 \backslash
14097 fboxsep 3pt
14098 \end_layout
14099
14100 \end_inset
14101
14102
14103 \end_layout
14104
14105 \begin_layout Standard
14106 This formula was created with the command
14107 \begin_inset Newline newline
14108 \end_inset
14109
14110
14111 \series bold
14112
14113 \backslash
14114 fcolorbox{cyan
14115 \begin_inset Formula $\to$
14116 \end_inset
14117
14118
14119 \backslash
14120 {magenta
14121 \begin_inset Formula $\to$
14122 \end_inset
14123
14124
14125 \backslash
14126 {A=B
14127 \series default
14128 .
14129 \end_layout
14130
14131 \begin_layout Standard
14132 \begin_inset VSpace bigskip
14133 \end_inset
14134
14135 To use other colors than the predefined ones, they have to be defined first.
14136 \end_layout
14137
14138 \begin_layout Standard
14139 One can for example define the color 
14140 \begin_inset Quotes eld
14141 \end_inset
14142
14143
14144 \series bold
14145 darkgreen
14146 \series default
14147
14148 \begin_inset Quotes erd
14149 \end_inset
14150
14151  with the \SpecialChar LaTeX
14152 -preamble line:
14153 \end_layout
14154
14155 \begin_layout Standard
14156
14157 \series bold
14158
14159 \backslash
14160 definecolor{darkgreen}{cmyk}{0.5,
14161 \series default
14162  
14163 \series bold
14164 0,
14165 \series default
14166  
14167 \series bold
14168 1,
14169 \series default
14170  
14171 \series bold
14172 0.5}
14173 \series default
14174
14175 \begin_inset Index idx
14176 status collapsed
14177
14178 \begin_layout Plain Layout
14179 Commands ! D ! 
14180 \backslash
14181 definecolor
14182 \end_layout
14183
14184 \end_inset
14185
14186
14187 \end_layout
14188
14189 \begin_layout Standard
14190
14191 \series bold
14192 cmyk
14193 \series default
14194  is the color space that denotes the colors 
14195 \series bold
14196 cyan
14197 \series default
14198
14199 \series bold
14200 magenta
14201 \series default
14202
14203 \series bold
14204 yellow
14205 \series default
14206  and 
14207 \series bold
14208 black
14209 \series default
14210 .
14211  The four comma separated numbers are the portion factor for the corresponding
14212  colors of the color space.
14213  The factors can be in the range of 0
14214 \begin_inset space \thinspace{}
14215 \end_inset
14216
14217 -
14218 \begin_inset space \thinspace{}
14219 \end_inset
14220
14221 1.
14222  Instead of 
14223 \series bold
14224 cmyk
14225 \series default
14226  also the color space 
14227 \series bold
14228 rgb
14229 \series default
14230  can be used for definitions.
14231  
14232 \series bold
14233 rgb
14234 \series default
14235  denotes 
14236 \series bold
14237 red
14238 \series default
14239
14240 \series bold
14241 green
14242 \series default
14243  and 
14244 \series bold
14245 blue
14246 \series default
14247 , so that there are in this case three portion factors for the corresponding
14248  colors.
14249  Furthermore there is the color space 
14250 \series bold
14251 gray
14252 \series default
14253  with one portion factor for the gray value.
14254 \end_layout
14255
14256 \begin_layout Standard
14257 As example a framed box with the new defined color 
14258 \series bold
14259 darkgreen
14260 \series default
14261  where the characters have been colored 
14262 \series bold
14263 yellow
14264 \series default
14265 :
14266 \begin_inset Formula 
14267 \begin{equation}
14268 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14269 \end{equation}
14270
14271 \end_inset
14272
14273
14274 \end_layout
14275
14276 \begin_layout Standard
14277 Self-defined colors can also be used for text with the help of the command
14278  
14279 \series bold
14280
14281 \backslash
14282 textcolor
14283 \series default
14284 :
14285 \begin_inset Index idx
14286 status collapsed
14287
14288 \begin_layout Plain Layout
14289 Text ! colored
14290 \end_layout
14291
14292 \end_inset
14293
14294
14295 \end_layout
14296
14297 \begin_layout Standard
14298 \begin_inset ERT
14299 status collapsed
14300
14301 \begin_layout Plain Layout
14302
14303
14304 \backslash
14305 textcolor{darkgreen}{
14306 \end_layout
14307
14308 \end_inset
14309
14310 This sentence is 
14311 \begin_inset Quotes eld
14312 \end_inset
14313
14314 darkgreen
14315 \begin_inset Quotes erd
14316 \end_inset
14317
14318 .
14319 \begin_inset ERT
14320 status collapsed
14321
14322 \begin_layout Plain Layout
14323
14324 }
14325 \end_layout
14326
14327 \end_inset
14328
14329
14330 \end_layout
14331
14332 \begin_layout Standard
14333
14334 \series bold
14335
14336 \backslash
14337 textcolor
14338 \series default
14339
14340 \begin_inset Index idx
14341 status collapsed
14342
14343 \begin_layout Plain Layout
14344 Commands ! T ! 
14345 \backslash
14346 textcolor
14347 \end_layout
14348
14349 \end_inset
14350
14351  is used in the scheme 
14352 \series bold
14353
14354 \backslash
14355 textcolor{color}{characters to color}
14356 \series default
14357 .
14358 \end_layout
14359
14360 \begin_layout Subsection
14361 Paragraph Boxes
14362 \begin_inset CommandInset label
14363 LatexCommand label
14364 name "subsec:Paragraph-Boxes"
14365
14366 \end_inset
14367
14368
14369 \begin_inset Index idx
14370 status collapsed
14371
14372 \begin_layout Plain Layout
14373 Boxes ! as paragraph
14374 \end_layout
14375
14376 \end_inset
14377
14378
14379 \end_layout
14380
14381 \begin_layout Standard
14382 A box that can contain several lines and paragraphs, a so-called paragraph
14383  box (parbox), can be created with the menu 
14384 \family sans
14385 Insert\SpecialChar menuseparator
14386 Box
14387 \family default
14388  or the toolbar button 
14389 \begin_inset Info
14390 type  "icon"
14391 arg   "box-insert"
14392 \end_inset
14393
14394 .
14395 \end_layout
14396
14397 \begin_layout Standard
14398 The following example shows a framed parbox in a line:
14399 \end_layout
14400
14401 \begin_layout Standard
14402 \begin_inset VSpace medskip
14403 \end_inset
14404
14405 This is a line 
14406 \begin_inset Box Boxed
14407 position "c"
14408 hor_pos "c"
14409 has_inner_box 1
14410 inner_pos "t"
14411 use_parbox 1
14412 use_makebox 0
14413 width "5cm"
14414 special "none"
14415 height "1in"
14416 height_special "totalheight"
14417 thickness "0.4pt"
14418 separation "3pt"
14419 shadowsize "4pt"
14420 framecolor "black"
14421 backgroundcolor "none"
14422 status open
14423
14424 \begin_layout Plain Layout
14425 This is a paragraph box.
14426  It is exactly 5
14427 \begin_inset space \thinspace{}
14428 \end_inset
14429
14430 cm long and can also contain formulas: 
14431 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14432 \end_inset
14433
14434
14435 \end_layout
14436
14437 \end_inset
14438
14439  with a parbox.
14440 \end_layout
14441
14442 \begin_layout Standard
14443 \begin_inset VSpace medskip
14444 \end_inset
14445
14446
14447 \end_layout
14448
14449 \begin_layout Standard
14450 Such a box is created by right-clicking on the gray box inset.
14451  A dialog pops up showing the box properties.
14452  In our case set: 
14453 \emph on
14454 Decoration
14455 \emph default
14456 : Rectangular box, 
14457 \emph on
14458 Inner Box
14459 \emph default
14460 : Parbox, 
14461 \emph on
14462 Width
14463 \emph default
14464 : 5
14465 \begin_inset space \thinspace{}
14466 \end_inset
14467
14468 cm, 
14469 \emph on
14470 Vertical Box Alignment
14471 \emph default
14472 : Middle
14473 \end_layout
14474
14475 \begin_layout Standard
14476 \begin_inset VSpace medskip
14477 \end_inset
14478
14479 In \SpecialChar LaTeX
14480  a parbox is created with the command 
14481 \series bold
14482
14483 \backslash
14484 parbox
14485 \series default
14486
14487 \begin_inset Index idx
14488 status collapsed
14489
14490 \begin_layout Plain Layout
14491 Commands ! P ! 
14492 \backslash
14493 parbox
14494 \end_layout
14495
14496 \end_inset
14497
14498  which has the following scheme:
14499 \end_layout
14500
14501 \begin_layout Standard
14502
14503 \series bold
14504
14505 \backslash
14506 parbox[position]{width}{box content}
14507 \end_layout
14508
14509 \begin_layout Standard
14510 The positions 
14511 \emph on
14512 b
14513 \emph default
14514  and 
14515 \emph on
14516 t
14517 \emph default
14518  are possible.
14519  
14520 \emph on
14521 b
14522 \emph default
14523  for 
14524 \begin_inset Quotes eld
14525 \end_inset
14526
14527 bottom
14528 \begin_inset Quotes erd
14529 \end_inset
14530
14531  means that the box is aligned within the surrounding text with its last
14532  line.
14533  With 
14534 \emph on
14535 t
14536 \emph default
14537  for 
14538 \begin_inset Quotes eld
14539 \end_inset
14540
14541 top
14542 \begin_inset Quotes erd
14543 \end_inset
14544
14545  this is done with the first line.
14546  When no position is given, the box will be vertically centered, see section
14547  
14548 \emph on
14549 Boxes
14550 \emph default
14551  of the 
14552 \emph on
14553 Embedded
14554 \begin_inset space ~
14555 \end_inset
14556
14557 Objects
14558 \emph default
14559  manual for examples.
14560 \end_layout
14561
14562 \begin_layout Standard
14563 \begin_inset VSpace bigskip
14564 \end_inset
14565
14566 To frame formulas completely, including the formula number, the formula
14567  must be set into a parbox.
14568  To do this, the command 
14569 \series bold
14570
14571 \backslash
14572 fbox{
14573 \backslash
14574 parbox{
14575 \backslash
14576 linewidth-2
14577 \backslash
14578 fboxsep-2
14579 \backslash
14580 fboxrule}{
14581 \series default
14582  is inserted in \SpecialChar TeX
14583  mode before the formula.
14584  
14585 \series bold
14586
14587 \backslash
14588 linewidth
14589 \series default
14590
14591 \begin_inset Index idx
14592 status collapsed
14593
14594 \begin_layout Plain Layout
14595 Commands ! L ! 
14596 \backslash
14597 linewidth
14598 \end_layout
14599
14600 \end_inset
14601
14602  is hereby the line width set for the document.
14603  Because the frame is outside the parbox, 2
14604 \begin_inset space \thinspace{}
14605 \end_inset
14606
14607 times the frame separation and the frame thickness must be subtracted from
14608  the line width.
14609  As this is not automatically done by \SpecialChar LyX
14610  due to a bug
14611 \begin_inset Foot
14612 status collapsed
14613
14614 \begin_layout Plain Layout
14615 \begin_inset CommandInset href
14616 LatexCommand href
14617 name "LyX-bug #4483"
14618 target "http://www.lyx.org/trac/ticket/4483"
14619
14620 \end_inset
14621
14622
14623 \end_layout
14624
14625 \end_inset
14626
14627 , \SpecialChar TeX
14628  mode has to be used.
14629  To be able to multiply and subtract in arguments, the \SpecialChar LaTeX
14630 -package 
14631 \series bold
14632 calc
14633 \series default
14634
14635 \begin_inset Foot
14636 status collapsed
14637
14638 \begin_layout Plain Layout
14639
14640 \series bold
14641 calc
14642 \series default
14643  is part of every \SpecialChar LaTeX
14644  standard installation.
14645 \end_layout
14646
14647 \end_inset
14648
14649
14650 \begin_inset Index idx
14651 status collapsed
14652
14653 \begin_layout Plain Layout
14654 Packages ! calc
14655 \end_layout
14656
14657 \end_inset
14658
14659  must be loaded in the \SpecialChar LaTeX
14660 -preamble with the line
14661 \end_layout
14662
14663 \begin_layout Standard
14664
14665 \series bold
14666
14667 \backslash
14668 usepackage{calc}
14669 \end_layout
14670
14671 \begin_layout Standard
14672 Behind the formula both boxes are closed by entering 
14673 \series bold
14674 }}
14675 \series default
14676  in \SpecialChar TeX
14677  mode.
14678  Here is an example:
14679 \begin_inset ERT
14680 status collapsed
14681
14682 \begin_layout Plain Layout
14683
14684
14685 \backslash
14686 fboxsep 5mm 
14687 \backslash
14688 fboxrule 5mm
14689 \end_layout
14690
14691 \end_inset
14692
14693
14694 \end_layout
14695
14696 \begin_layout Standard
14697 \begin_inset ERT
14698 status collapsed
14699
14700 \begin_layout Plain Layout
14701
14702
14703 \backslash
14704 fbox{
14705 \backslash
14706 parbox{
14707 \backslash
14708 linewidth-2
14709 \backslash
14710 fboxsep-2
14711 \backslash
14712 fboxrule}{
14713 \end_layout
14714
14715 \end_inset
14716
14717
14718 \begin_inset Formula 
14719 \begin{equation}
14720 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14721 \end{equation}
14722
14723 \end_inset
14724
14725
14726 \begin_inset ERT
14727 status collapsed
14728
14729 \begin_layout Plain Layout
14730
14731 }}
14732 \end_layout
14733
14734 \end_inset
14735
14736
14737 \begin_inset ERT
14738 status collapsed
14739
14740 \begin_layout Plain Layout
14741
14742
14743 \backslash
14744 fboxrule 0.4pt 
14745 \backslash
14746 fboxsep 3pt
14747 \end_layout
14748
14749 \end_inset
14750
14751
14752 \end_layout
14753
14754 \begin_layout Standard
14755 \begin_inset VSpace medskip
14756 \end_inset
14757
14758 As a parbox is used as the argument of 
14759 \series bold
14760
14761 \backslash
14762 fbox
14763 \series default
14764 , there is in this case no difference between 
14765 \series bold
14766
14767 \backslash
14768 fbox
14769 \series default
14770  and 
14771 \series bold
14772
14773 \backslash
14774 boxed
14775 \series default
14776 .
14777 \end_layout
14778
14779 \begin_layout Standard
14780 \begin_inset VSpace bigskip
14781 \end_inset
14782
14783 Paragraph boxes are very useful to comment formulas directly.
14784  To do this, 
14785 \series bold
14786
14787 \backslash
14788 parbox
14789 \series default
14790  is used in combination with the command 
14791 \series bold
14792
14793 \backslash
14794 tag
14795 \series default
14796 .
14797  (more about 
14798 \series bold
14799
14800 \backslash
14801 tag
14802 \series default
14803  see 
14804 \begin_inset CommandInset ref
14805 LatexCommand ref
14806 reference "subsec:User-defined-Numbering"
14807
14808 \end_inset
14809
14810 )
14811 \end_layout
14812
14813 \begin_layout Standard
14814 An example of a formula commented with 
14815 \series bold
14816
14817 \backslash
14818 parbox
14819 \series default
14820 :
14821 \end_layout
14822
14823 \begin_layout Standard
14824 \begin_inset ERT
14825 status collapsed
14826
14827 \begin_layout Plain Layout
14828
14829
14830 \backslash
14831 [5x-7b=3b
14832 \backslash
14833 tag*{
14834 \backslash
14835 parbox{5cm}{
14836 \end_layout
14837
14838 \end_inset
14839
14840 This is a description.
14841  It is distinctly separated from the formula and multiline.
14842 \begin_inset ERT
14843 status collapsed
14844
14845 \begin_layout Plain Layout
14846
14847 }}
14848 \backslash
14849 ]
14850 \end_layout
14851
14852 \end_inset
14853
14854
14855 \end_layout
14856
14857 \begin_layout Standard
14858 Such a formula must be inserted completely in \SpecialChar TeX
14859  mode because \SpecialChar LyX
14860  does not yet
14861  support the command 
14862 \series bold
14863
14864 \backslash
14865 parbox
14866 \series default
14867  in formulas.
14868  The formula is created with the following command sequence:
14869 \end_layout
14870
14871 \begin_layout Standard
14872 The command 
14873 \series bold
14874
14875 \backslash
14876 [5x-7b=3b
14877 \backslash
14878 tag*
14879 \backslash
14880 {
14881 \backslash
14882 parbox{5cm}{
14883 \series default
14884  is inserted in \SpecialChar TeX
14885  mode.
14886 \begin_inset Foot
14887 status collapsed
14888
14889 \begin_layout Plain Layout
14890 When the formula style 
14891 \series bold
14892 Indented
14893 \series default
14894  is used, 
14895 \series bold
14896
14897 \backslash
14898 tag*
14899 \backslash
14900 {
14901 \series default
14902  can also be replaced by 
14903 \series bold
14904
14905 \backslash
14906 hfill
14907 \series default
14908 .
14909  (formula styles see 
14910 \begin_inset CommandInset ref
14911 LatexCommand ref
14912 reference "sec:Formula-Styles"
14913
14914 \end_inset
14915
14916 )
14917 \end_layout
14918
14919 \end_inset
14920
14921  Then the description follows as normal text and finally 
14922 \series bold
14923 }}
14924 \backslash
14925 ]
14926 \series default
14927  is inserted in \SpecialChar TeX
14928  mode.
14929  The commands 
14930 \series bold
14931
14932 \backslash
14933 [
14934 \series default
14935  and 
14936 \series bold
14937
14938 \backslash
14939 ]
14940 \series default
14941  hereby create a displayed formula.
14942 \end_layout
14943
14944 \begin_layout Standard
14945 The advantages of 
14946 \series bold
14947
14948 \backslash
14949 parbox
14950 \series default
14951  can be seen in this example that was 
14952 \begin_inset Quotes eld
14953 \end_inset
14954
14955 commented
14956 \begin_inset Quotes erd
14957 \end_inset
14958
14959  using the mathematical textmode:
14960 \begin_inset Formula 
14961 \[
14962 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
14963 \]
14964
14965 \end_inset
14966
14967
14968 \end_layout
14969
14970 \begin_layout Section
14971 Operators
14972 \begin_inset Index idx
14973 status collapsed
14974
14975 \begin_layout Plain Layout
14976 Operators
14977 \end_layout
14978
14979 \end_inset
14980
14981
14982 \end_layout
14983
14984 \begin_layout Subsection
14985 Big Operators
14986 \begin_inset CommandInset label
14987 LatexCommand label
14988 name "subsec:Big-Operators"
14989
14990 \end_inset
14991
14992
14993 \begin_inset Index idx
14994 status collapsed
14995
14996 \begin_layout Plain Layout
14997 Operators ! big
14998 \end_layout
14999
15000 \end_inset
15001
15002
15003 \begin_inset Index idx
15004 status collapsed
15005
15006 \begin_layout Plain Layout
15007 Sums
15008 \end_layout
15009
15010 \end_inset
15011
15012
15013 \begin_inset Index idx
15014 status collapsed
15015
15016 \begin_layout Plain Layout
15017 Integrals
15018 \end_layout
15019
15020 \end_inset
15021
15022
15023 \end_layout
15024
15025 \begin_layout Standard
15026 To be able to use all integral operators listed here, the option 
15027 \family sans
15028 Use esint package automatically
15029 \family default
15030  must be set in the document settings under 
15031 \family sans
15032 Math
15033 \begin_inset space ~
15034 \end_inset
15035
15036 Options
15037 \family default
15038 .
15039 \end_layout
15040
15041 \begin_layout Standard
15042 \begin_inset space \hfill{}
15043 \end_inset
15044
15045
15046 \begin_inset Tabular
15047 <lyxtabular version="3" rows="11" columns="2">
15048 <features booktabs="true" tabularvalignment="middle">
15049 <column alignment="center" valignment="top" width="0pt">
15050 <column alignment="center" valignment="top" width="0pt">
15051 <row>
15052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15053 \begin_inset Text
15054
15055 \begin_layout Plain Layout
15056 Command
15057 \end_layout
15058
15059 \end_inset
15060 </cell>
15061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15062 \begin_inset Text
15063
15064 \begin_layout Plain Layout
15065 Result
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 </row>
15071 <row>
15072 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15073 \begin_inset Text
15074
15075 \begin_layout Plain Layout
15076
15077 \backslash
15078 int
15079 \begin_inset Index idx
15080 status collapsed
15081
15082 \begin_layout Plain Layout
15083 Commands ! I ! 
15084 \backslash
15085 int
15086 \end_layout
15087
15088 \end_inset
15089
15090
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15096 \begin_inset Text
15097
15098 \begin_layout Plain Layout
15099 \begin_inset Formula $\int$
15100 \end_inset
15101
15102
15103 \end_layout
15104
15105 \end_inset
15106 </cell>
15107 </row>
15108 <row>
15109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15110 \begin_inset Text
15111
15112 \begin_layout Plain Layout
15113
15114 \backslash
15115 oint
15116 \end_layout
15117
15118 \end_inset
15119 </cell>
15120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15121 \begin_inset Text
15122
15123 \begin_layout Plain Layout
15124 \begin_inset Formula $\oint$
15125 \end_inset
15126
15127
15128 \end_layout
15129
15130 \end_inset
15131 </cell>
15132 </row>
15133 <row>
15134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15135 \begin_inset Text
15136
15137 \begin_layout Plain Layout
15138
15139 \backslash
15140 ointctrclockwise
15141 \end_layout
15142
15143 \end_inset
15144 </cell>
15145 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Plain Layout
15149 \begin_inset Formula $\ointctrclockwise$
15150 \end_inset
15151
15152
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 </row>
15158 <row>
15159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163
15164 \backslash
15165 ointclockwise
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Plain Layout
15174 \begin_inset Formula $\ointclockwise$
15175 \end_inset
15176
15177
15178 \end_layout
15179
15180 \end_inset
15181 </cell>
15182 </row>
15183 <row>
15184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Plain Layout
15188
15189 \backslash
15190 sqint
15191 \end_layout
15192
15193 \end_inset
15194 </cell>
15195 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Plain Layout
15199 \begin_inset Formula $\sqint$
15200 \end_inset
15201
15202
15203 \end_layout
15204
15205 \end_inset
15206 </cell>
15207 </row>
15208 <row>
15209 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15210 \begin_inset Text
15211
15212 \begin_layout Plain Layout
15213
15214 \backslash
15215 fint
15216 \end_layout
15217
15218 \end_inset
15219 </cell>
15220 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15221 \begin_inset Text
15222
15223 \begin_layout Plain Layout
15224  
15225 \begin_inset Formula $\fint$
15226 \end_inset
15227
15228
15229 \end_layout
15230
15231 \end_inset
15232 </cell>
15233 </row>
15234 <row>
15235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15236 \begin_inset Text
15237
15238 \begin_layout Plain Layout
15239
15240 \backslash
15241 landupint
15242 \end_layout
15243
15244 \end_inset
15245 </cell>
15246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15247 \begin_inset Text
15248
15249 \begin_layout Plain Layout
15250  
15251 \begin_inset Formula $\landupint$
15252 \end_inset
15253
15254
15255 \end_layout
15256
15257 \end_inset
15258 </cell>
15259 </row>
15260 <row>
15261 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15262 \begin_inset Text
15263
15264 \begin_layout Plain Layout
15265
15266 \backslash
15267 landdownint
15268 \end_layout
15269
15270 \end_inset
15271 </cell>
15272 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15273 \begin_inset Text
15274
15275 \begin_layout Plain Layout
15276  
15277 \begin_inset Formula $\landdownint$
15278 \end_inset
15279
15280
15281 \end_layout
15282
15283 \end_inset
15284 </cell>
15285 </row>
15286 <row>
15287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15288 \begin_inset Text
15289
15290 \begin_layout Plain Layout
15291
15292 \backslash
15293 bigcap
15294 \end_layout
15295
15296 \end_inset
15297 </cell>
15298 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15299 \begin_inset Text
15300
15301 \begin_layout Plain Layout
15302 \begin_inset Formula $\bigcap$
15303 \end_inset
15304
15305
15306 \end_layout
15307
15308 \end_inset
15309 </cell>
15310 </row>
15311 <row>
15312 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15313 \begin_inset Text
15314
15315 \begin_layout Plain Layout
15316
15317 \backslash
15318 bigcup
15319 \end_layout
15320
15321 \end_inset
15322 </cell>
15323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15324 \begin_inset Text
15325
15326 \begin_layout Plain Layout
15327 \begin_inset Formula $\bigcup$
15328 \end_inset
15329
15330
15331 \end_layout
15332
15333 \end_inset
15334 </cell>
15335 </row>
15336 </lyxtabular>
15337
15338 \end_inset
15339
15340
15341 \begin_inset space \hfill{}
15342 \end_inset
15343
15344
15345 \begin_inset Tabular
15346 <lyxtabular version="3" rows="11" columns="2">
15347 <features booktabs="true" tabularvalignment="middle">
15348 <column alignment="center" valignment="top" width="0pt">
15349 <column alignment="center" valignment="top" width="0pt">
15350 <row>
15351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15352 \begin_inset Text
15353
15354 \begin_layout Plain Layout
15355 Command
15356 \end_layout
15357
15358 \end_inset
15359 </cell>
15360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15361 \begin_inset Text
15362
15363 \begin_layout Plain Layout
15364 Result
15365 \end_layout
15366
15367 \end_inset
15368 </cell>
15369 </row>
15370 <row>
15371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15372 \begin_inset Text
15373
15374 \begin_layout Plain Layout
15375
15376 \backslash
15377 sum
15378 \begin_inset Index idx
15379 status collapsed
15380
15381 \begin_layout Plain Layout
15382 Commands ! S ! 
15383 \backslash
15384 sum
15385 \end_layout
15386
15387 \end_inset
15388
15389
15390 \end_layout
15391
15392 \end_inset
15393 </cell>
15394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15395 \begin_inset Text
15396
15397 \begin_layout Plain Layout
15398 \begin_inset Formula $\sum$
15399 \end_inset
15400
15401
15402 \end_layout
15403
15404 \end_inset
15405 </cell>
15406 </row>
15407 <row>
15408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15409 \begin_inset Text
15410
15411 \begin_layout Plain Layout
15412
15413 \backslash
15414 prod
15415 \begin_inset Index idx
15416 status collapsed
15417
15418 \begin_layout Plain Layout
15419 Commands ! P ! 
15420 \backslash
15421 prod
15422 \begin_inset ERT
15423 status collapsed
15424
15425 \begin_layout Plain Layout
15426
15427
15428 \backslash
15429 vspace{4mm}
15430 \end_layout
15431
15432 \end_inset
15433
15434
15435 \end_layout
15436
15437 \end_inset
15438
15439
15440 \end_layout
15441
15442 \end_inset
15443 </cell>
15444 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15445 \begin_inset Text
15446
15447 \begin_layout Plain Layout
15448 \begin_inset Formula $\prod$
15449 \end_inset
15450
15451
15452 \end_layout
15453
15454 \end_inset
15455 </cell>
15456 </row>
15457 <row>
15458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15459 \begin_inset Text
15460
15461 \begin_layout Plain Layout
15462
15463 \backslash
15464 coprod
15465 \end_layout
15466
15467 \end_inset
15468 </cell>
15469 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15470 \begin_inset Text
15471
15472 \begin_layout Plain Layout
15473 \begin_inset Formula $\coprod$
15474 \end_inset
15475
15476
15477 \end_layout
15478
15479 \end_inset
15480 </cell>
15481 </row>
15482 <row>
15483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15484 \begin_inset Text
15485
15486 \begin_layout Plain Layout
15487
15488 \backslash
15489 bigodot
15490 \end_layout
15491
15492 \end_inset
15493 </cell>
15494 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15495 \begin_inset Text
15496
15497 \begin_layout Plain Layout
15498 \begin_inset Formula $\bigodot$
15499 \end_inset
15500
15501
15502 \end_layout
15503
15504 \end_inset
15505 </cell>
15506 </row>
15507 <row>
15508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15509 \begin_inset Text
15510
15511 \begin_layout Plain Layout
15512
15513 \backslash
15514 bigotimes
15515 \end_layout
15516
15517 \end_inset
15518 </cell>
15519 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15520 \begin_inset Text
15521
15522 \begin_layout Plain Layout
15523 \begin_inset Formula $\bigotimes$
15524 \end_inset
15525
15526
15527 \end_layout
15528
15529 \end_inset
15530 </cell>
15531 </row>
15532 <row>
15533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15534 \begin_inset Text
15535
15536 \begin_layout Plain Layout
15537
15538 \backslash
15539 bigoplus
15540 \end_layout
15541
15542 \end_inset
15543 </cell>
15544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15545 \begin_inset Text
15546
15547 \begin_layout Plain Layout
15548 \begin_inset Formula $\bigoplus$
15549 \end_inset
15550
15551
15552 \end_layout
15553
15554 \end_inset
15555 </cell>
15556 </row>
15557 <row>
15558 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15559 \begin_inset Text
15560
15561 \begin_layout Plain Layout
15562
15563 \backslash
15564 bigwedge
15565 \end_layout
15566
15567 \end_inset
15568 </cell>
15569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15570 \begin_inset Text
15571
15572 \begin_layout Plain Layout
15573 \begin_inset Formula $\bigwedge$
15574 \end_inset
15575
15576
15577 \end_layout
15578
15579 \end_inset
15580 </cell>
15581 </row>
15582 <row>
15583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15584 \begin_inset Text
15585
15586 \begin_layout Plain Layout
15587
15588 \backslash
15589 bigvee
15590 \end_layout
15591
15592 \end_inset
15593 </cell>
15594 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15595 \begin_inset Text
15596
15597 \begin_layout Plain Layout
15598 \begin_inset Formula $\bigvee$
15599 \end_inset
15600
15601
15602 \end_layout
15603
15604 \end_inset
15605 </cell>
15606 </row>
15607 <row>
15608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15609 \begin_inset Text
15610
15611 \begin_layout Plain Layout
15612
15613 \backslash
15614 bigsqcup
15615 \end_layout
15616
15617 \end_inset
15618 </cell>
15619 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15620 \begin_inset Text
15621
15622 \begin_layout Plain Layout
15623 \begin_inset Formula $\bigsqcup$
15624 \end_inset
15625
15626
15627 \end_layout
15628
15629 \end_inset
15630 </cell>
15631 </row>
15632 <row>
15633 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15634 \begin_inset Text
15635
15636 \begin_layout Plain Layout
15637
15638 \backslash
15639 biguplus
15640 \end_layout
15641
15642 \end_inset
15643 </cell>
15644 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15645 \begin_inset Text
15646
15647 \begin_layout Plain Layout
15648 \begin_inset Formula $\biguplus$
15649 \end_inset
15650
15651
15652 \end_layout
15653
15654 \end_inset
15655 </cell>
15656 </row>
15657 </lyxtabular>
15658
15659 \end_inset
15660
15661
15662 \begin_inset space \hfill{}
15663 \end_inset
15664
15665
15666 \end_layout
15667
15668 \begin_layout Standard
15669 All big operators can also be inserted via the math toolbar button 
15670 \begin_inset Info
15671 type  "icon"
15672 arg   "math-insert \\intop"
15673 \end_inset
15674
15675 .
15676 \end_layout
15677
15678 \begin_layout Standard
15679 The operators are called big because they are bigger than the sometimes
15680  equal looking binary operators.
15681  All big operators can have limits as described in the next subsection.
15682 \end_layout
15683
15684 \begin_layout Standard
15685 For all integral operators there is a second version available, ending in
15686  
15687 \series bold
15688 op
15689 \series default
15690
15691 \series bold
15692
15693 \backslash
15694 intop
15695 \series default
15696
15697 \series bold
15698
15699 \backslash
15700 ointop
15701 \series default
15702  etc..
15703  These operators are different from 
15704 \series bold
15705
15706 \backslash
15707 int
15708 \series default
15709  etc.
15710 \begin_inset space \space{}
15711 \end_inset
15712
15713 in the style the operator limits are displayed, see 
15714 \begin_inset CommandInset ref
15715 LatexCommand ref
15716 reference "subsec:Operator-Limits"
15717
15718 \end_inset
15719
15720 .
15721  
15722 \end_layout
15723
15724 \begin_layout Subsubsection*
15725 Advice for Integrals
15726 \end_layout
15727
15728 \begin_layout Standard
15729 The letter 
15730 \emph on
15731 d
15732 \emph default
15733  in an integral is an operator, that therefore has to be set upright.
15734  This is done by highlighting the 
15735 \emph on
15736 d
15737 \emph default
15738  and using the keyboard shortcut 
15739 \begin_inset Info
15740 type  "shortcut"
15741 arg   "font-roman"
15742 \end_inset
15743
15744
15745 \begin_inset Foot
15746 status collapsed
15747
15748 \begin_layout Plain Layout
15749 Font styles
15750 \series bold
15751  
15752 \series default
15753 see 
15754 \begin_inset CommandInset ref
15755 LatexCommand ref
15756 reference "subsec:Font-Styles"
15757
15758 \end_inset
15759
15760
15761 \end_layout
15762
15763 \end_inset
15764
15765 .
15766  Finally the smallest space is inserted before the 
15767 \emph on
15768 d
15769 \emph default
15770 , as this is usual for operators.
15771  An example:
15772 \end_layout
15773
15774 \begin_layout Standard
15775 incorrect: 
15776 \begin_inset Formula $\int A(x)dx$
15777 \end_inset
15778
15779
15780 \begin_inset Newline newline
15781 \end_inset
15782
15783
15784 \begin_inset Phantom HPhantom
15785 status open
15786
15787 \begin_layout Plain Layout
15788 in
15789 \end_layout
15790
15791 \end_inset
15792
15793 correct: 
15794 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15795 \end_inset
15796
15797
15798 \end_layout
15799
15800 \begin_layout Standard
15801 For multiple integrals there are the following commands:
15802 \begin_inset VSpace medskip
15803 \end_inset
15804
15805
15806 \end_layout
15807
15808 \begin_layout Standard
15809 \begin_inset space \hfill{}
15810 \end_inset
15811
15812
15813 \begin_inset Tabular
15814 <lyxtabular version="3" rows="4" columns="2">
15815 <features booktabs="true" tabularvalignment="middle">
15816 <column alignment="center" valignment="top" width="0pt">
15817 <column alignment="center" valignment="top" width="0pt">
15818 <row>
15819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15820 \begin_inset Text
15821
15822 \begin_layout Plain Layout
15823 Command
15824 \end_layout
15825
15826 \end_inset
15827 </cell>
15828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15829 \begin_inset Text
15830
15831 \begin_layout Plain Layout
15832 Result
15833 \end_layout
15834
15835 \end_inset
15836 </cell>
15837 </row>
15838 <row bottomspace="1mm">
15839 <cell alignment="center" valignment="top" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Plain Layout
15843
15844 \backslash
15845 iint
15846 \end_layout
15847
15848 \end_inset
15849 </cell>
15850 <cell alignment="center" valignment="top" usebox="none">
15851 \begin_inset Text
15852
15853 \begin_layout Plain Layout
15854 \begin_inset Formula $\iint$
15855 \end_inset
15856
15857
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 </row>
15863 <row bottomspace="1mm">
15864 <cell alignment="center" valignment="top" usebox="none">
15865 \begin_inset Text
15866
15867 \begin_layout Plain Layout
15868
15869 \backslash
15870 oiint
15871 \end_layout
15872
15873 \end_inset
15874 </cell>
15875 <cell alignment="center" valignment="top" usebox="none">
15876 \begin_inset Text
15877
15878 \begin_layout Plain Layout
15879 \begin_inset Formula $\oiint$
15880 \end_inset
15881
15882
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 </row>
15888 <row bottomspace="1mm">
15889 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15890 \begin_inset Text
15891
15892 \begin_layout Plain Layout
15893
15894 \backslash
15895 sqiint
15896 \end_layout
15897
15898 \end_inset
15899 </cell>
15900 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15901 \begin_inset Text
15902
15903 \begin_layout Plain Layout
15904 \begin_inset Formula $\sqiint$
15905 \end_inset
15906
15907
15908 \end_layout
15909
15910 \end_inset
15911 </cell>
15912 </row>
15913 </lyxtabular>
15914
15915 \end_inset
15916
15917
15918 \begin_inset space \hfill{}
15919 \end_inset
15920
15921
15922 \begin_inset Tabular
15923 <lyxtabular version="3" rows="4" columns="2">
15924 <features booktabs="true" tabularvalignment="middle">
15925 <column alignment="center" valignment="top" width="0pt">
15926 <column alignment="center" valignment="top" width="0pt">
15927 <row>
15928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15929 \begin_inset Text
15930
15931 \begin_layout Plain Layout
15932 Command
15933 \end_layout
15934
15935 \end_inset
15936 </cell>
15937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15938 \begin_inset Text
15939
15940 \begin_layout Plain Layout
15941 Result
15942 \end_layout
15943
15944 \end_inset
15945 </cell>
15946 </row>
15947 <row bottomspace="1mm">
15948 <cell alignment="center" valignment="top" usebox="none">
15949 \begin_inset Text
15950
15951 \begin_layout Plain Layout
15952
15953 \backslash
15954 iiint
15955 \end_layout
15956
15957 \end_inset
15958 </cell>
15959 <cell alignment="center" valignment="top" usebox="none">
15960 \begin_inset Text
15961
15962 \begin_layout Plain Layout
15963 \begin_inset Formula $\iiint$
15964 \end_inset
15965
15966
15967 \end_layout
15968
15969 \end_inset
15970 </cell>
15971 </row>
15972 <row bottomspace="1mm">
15973 <cell alignment="center" valignment="top" usebox="none">
15974 \begin_inset Text
15975
15976 \begin_layout Plain Layout
15977
15978 \backslash
15979 iiiint
15980 \end_layout
15981
15982 \end_inset
15983 </cell>
15984 <cell alignment="center" valignment="top" usebox="none">
15985 \begin_inset Text
15986
15987 \begin_layout Plain Layout
15988 \begin_inset Formula $\iiiint$
15989 \end_inset
15990
15991
15992 \end_layout
15993
15994 \end_inset
15995 </cell>
15996 </row>
15997 <row bottomspace="1mm">
15998 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15999 \begin_inset Text
16000
16001 \begin_layout Plain Layout
16002
16003 \backslash
16004 dotsint
16005 \end_layout
16006
16007 \end_inset
16008 </cell>
16009 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16010 \begin_inset Text
16011
16012 \begin_layout Plain Layout
16013 \begin_inset Formula $\dotsint$
16014 \end_inset
16015
16016
16017 \end_layout
16018
16019 \end_inset
16020 </cell>
16021 </row>
16022 </lyxtabular>
16023
16024 \end_inset
16025
16026
16027 \begin_inset space \hfill{}
16028 \end_inset
16029
16030
16031 \end_layout
16032
16033 \begin_layout Subsection
16034 Operator Limits
16035 \begin_inset CommandInset label
16036 LatexCommand label
16037 name "subsec:Operator-Limits"
16038
16039 \end_inset
16040
16041
16042 \begin_inset Index idx
16043 status collapsed
16044
16045 \begin_layout Plain Layout
16046 Operators ! Limits
16047 \end_layout
16048
16049 \end_inset
16050
16051
16052 \end_layout
16053
16054 \begin_layout Standard
16055 Limits are created by super- and subscripts:
16056 \begin_inset Separator parbreak
16057 \end_inset
16058
16059
16060 \end_layout
16061
16062 \begin_layout Standard
16063 \align center
16064 \begin_inset Tabular
16065 <lyxtabular version="3" rows="2" columns="2">
16066 <features booktabs="true" tabularvalignment="middle">
16067 <column alignment="center" valignment="top" width="0pt">
16068 <column alignment="center" valignment="top" width="0pt">
16069 <row>
16070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16071 \begin_inset Text
16072
16073 \begin_layout Plain Layout
16074 Command
16075 \end_layout
16076
16077 \end_inset
16078 </cell>
16079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16080 \begin_inset Text
16081
16082 \begin_layout Plain Layout
16083 Result
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 </row>
16089 <row>
16090 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16091 \begin_inset Text
16092
16093 \begin_layout Plain Layout
16094
16095 \backslash
16096 prod^
16097 \backslash
16098 infty
16099 \begin_inset space \textvisiblespace{}
16100 \end_inset
16101
16102
16103 \begin_inset Formula $\to$
16104 \end_inset
16105
16106 _0
16107 \begin_inset Formula $\to$
16108 \end_inset
16109
16110 A(x)
16111 \end_layout
16112
16113 \end_inset
16114 </cell>
16115 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16116 \begin_inset Text
16117
16118 \begin_layout Plain Layout
16119 \begin_inset Formula $\prod_{0}^{\infty}A(x)$
16120 \end_inset
16121
16122
16123 \end_layout
16124
16125 \end_inset
16126 </cell>
16127 </row>
16128 </lyxtabular>
16129
16130 \end_inset
16131
16132
16133 \end_layout
16134
16135 \begin_layout Standard
16136 Limits of inline formulas are set right beside the operator.
16137  Limits in displayed formulas are set above or below the operator, except
16138  for integral limits.
16139 \end_layout
16140
16141 \begin_layout Standard
16142 To force that the limits are set beside the operator, the cursor is set
16143  directly behind the operator and the limits type is changed with the menu
16144  
16145 \family sans
16146 Edit\SpecialChar menuseparator
16147 Math\SpecialChar menuseparator
16148 Change Limits Type
16149 \family default
16150  to 
16151 \family sans
16152 \series bold
16153 Inline
16154 \family default
16155 \series default
16156  (shortcut 
16157 \begin_inset Info
16158 type  "shortcut"
16159 arg   "math-limits"
16160 \end_inset
16161
16162 ).
16163  An example:
16164 \end_layout
16165
16166 \begin_layout Standard
16167 The default limits type is this:
16168 \begin_inset Formula 
16169 \[
16170 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16171 \]
16172
16173 \end_inset
16174
16175 This is how it looks when the limits type was changed to 
16176 \family sans
16177 \series bold
16178 Inline
16179 \family default
16180 \series default
16181 :
16182 \begin_inset Formula 
16183 \[
16184 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16185 \]
16186
16187 \end_inset
16188
16189 For integrals, except those ending with 
16190 \series bold
16191 op
16192 \series default
16193  like 
16194 \series bold
16195
16196 \backslash
16197 intop
16198 \series default
16199
16200 \series bold
16201
16202 \backslash
16203 ointop
16204 \series default
16205  etc., the limits are by default set beside the operator.
16206  But for multiple integrals the limits are often set below the operator.
16207  In the following example the limits type was therefore set to 
16208 \series bold
16209 Display
16210 \series default
16211  and so set below the integrals:
16212 \begin_inset Formula 
16213 \begin{equation}
16214 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16215 \end{equation}
16216
16217 \end_inset
16218
16219
16220 \end_layout
16221
16222 \begin_layout Standard
16223 \begin_inset VSpace medskip
16224 \end_inset
16225
16226 To specify conditions for limits, the commands 
16227 \series bold
16228
16229 \backslash
16230 subarray
16231 \series default
16232
16233 \begin_inset Index idx
16234 status collapsed
16235
16236 \begin_layout Plain Layout
16237 Commands ! S ! 
16238 \backslash
16239 subarray
16240 \end_layout
16241
16242 \end_inset
16243
16244  and 
16245 \series bold
16246
16247 \backslash
16248 substack
16249 \series default
16250
16251 \begin_inset Index idx
16252 status collapsed
16253
16254 \begin_layout Plain Layout
16255 Commands ! S ! 
16256 \backslash
16257 substack
16258 \end_layout
16259
16260 \end_inset
16261
16262  are used.
16263  To create for example this expression 
16264 \begin_inset Formula 
16265 \begin{equation}
16266 \sum_{\begin{subarray}{c}
16267 0<k<1000\\
16268 \\
16269 k\,\in\,\mathbb{N}
16270 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16271 \end{equation}
16272
16273 \end_inset
16274
16275
16276 \end_layout
16277
16278 \begin_layout Standard
16279 the following has to be done:
16280 \begin_inset Newline newline
16281 \end_inset
16282
16283 First the command 
16284 \series bold
16285
16286 \backslash
16287 sum
16288 \series default
16289 ^
16290 \series bold
16291 n
16292 \begin_inset space \textvisiblespace{}
16293 \end_inset
16294
16295 _
16296 \series default
16297  is typed in.
16298  One is now in a blue box under the summation operator and insert there
16299  the command 
16300 \series bold
16301
16302 \backslash
16303 subarray
16304 \begin_inset space \textvisiblespace{}
16305 \end_inset
16306
16307
16308 \series default
16309 .
16310  The blue box is now within a purple box and now several lines can be written
16311  among each other.
16312  A new line is created by inserting a line break (
16313 \begin_inset Info
16314 type  "shortcut"
16315 arg   "newline-insert newline"
16316 \end_inset
16317
16318 ).
16319  When now
16320 \begin_inset Newline newline
16321 \end_inset
16322
16323
16324 \series bold
16325 0<k<1000 Ctrl+Return
16326 \begin_inset Newline newline
16327 \end_inset
16328
16329
16330 \series default
16331 is typed in, a new box appears below for the new line.
16332 \end_layout
16333
16334 \begin_layout Standard
16335 The alignment of the lines can be changed to left aligned with the 
16336 \family sans
16337 table
16338 \family default
16339  
16340 \family sans
16341 toolbar
16342 \family default
16343  or the menu 
16344 \family sans
16345 Edit\SpecialChar menuseparator
16346 Rows &Columns
16347 \family default
16348 .
16349  To get right alignment, 
16350 \series bold
16351
16352 \backslash
16353 hfill
16354 \begin_inset space \textvisiblespace{}
16355 \end_inset
16356
16357
16358 \series default
16359  is inserted at the beginning of the line.
16360 \end_layout
16361
16362 \begin_layout Standard
16363 The command 
16364 \series bold
16365
16366 \backslash
16367 substack
16368 \series default
16369  is equivalent to 
16370 \series bold
16371
16372 \backslash
16373 subarray
16374 \series default
16375  with the difference that the lines are always centered.
16376 \end_layout
16377
16378 \begin_layout Standard
16379 \begin_inset VSpace bigskip
16380 \end_inset
16381
16382 Like in formula 
16383 \begin_inset CommandInset ref
16384 LatexCommand eqref
16385 reference "eq:substack"
16386
16387 \end_inset
16388
16389  there can be too much space beside an operator, because the characters
16390  following the operator are set beside the limits.
16391  To avoid this the command 
16392 \series bold
16393
16394 \backslash
16395 smashoperator
16396 \series default
16397
16398 \begin_inset Index idx
16399 status collapsed
16400
16401 \begin_layout Plain Layout
16402 Commands ! S ! 
16403 \backslash
16404 smashoperator
16405 \end_layout
16406
16407 \end_inset
16408
16409  can be used.
16410  To activate it, set in the document settings under 
16411 \family sans
16412 Math
16413 \begin_inset space ~
16414 \end_inset
16415
16416 Options
16417 \family default
16418  for the package 
16419 \series bold
16420 mathtools
16421 \series default
16422
16423 \begin_inset Index idx
16424 status collapsed
16425
16426 \begin_layout Plain Layout
16427 Packages ! mathtools
16428 \end_layout
16429
16430 \end_inset
16431
16432  the option 
16433 \family sans
16434 Load
16435 \begin_inset space ~
16436 \end_inset
16437
16438 always
16439 \family default
16440 .
16441  
16442 \series bold
16443
16444 \backslash
16445 smashoperator
16446 \series default
16447  sets the space besides the operator to 0
16448 \begin_inset space \thinspace{}
16449 \end_inset
16450
16451 pt.
16452 \begin_inset Newline newline
16453 \end_inset
16454
16455 Applied on formula 
16456 \begin_inset CommandInset ref
16457 LatexCommand eqref
16458 reference "eq:substack"
16459
16460 \end_inset
16461
16462 , one uses the command
16463 \end_layout
16464
16465 \begin_layout Standard
16466
16467 \series bold
16468
16469 \backslash
16470 smashoperator{
16471 \end_layout
16472
16473 \begin_layout Standard
16474 and inserts the operator with its limits into the braces.
16475  Behind the brace one continues the formula:
16476 \begin_inset Formula 
16477 \[
16478 \smashoperator{\sum_{\begin{subarray}{c}
16479 0<k<1000\\
16480 \\
16481 k\,\in\,\mathbb{N}
16482 \end{subarray}}^{n}}k^{-2}
16483 \]
16484
16485 \end_inset
16486
16487
16488 \end_layout
16489
16490 \begin_layout Standard
16491 It is possible to set the space of only one side of the operator to 0
16492 \begin_inset space \thinspace{}
16493 \end_inset
16494
16495 pt.
16496  To do this write either 
16497 \series bold
16498 [l]
16499 \series default
16500  or 
16501 \series bold
16502 [r]
16503 \series default
16504  between 
16505 \series bold
16506
16507 \backslash
16508 smashoperator
16509 \series default
16510  and its brace.
16511  
16512 \series bold
16513 l
16514 \series default
16515  stands for the left and 
16516 \series bold
16517 r
16518 \series default
16519  for the right side of the operator.
16520  Here is an example of the possible 
16521 \series bold
16522
16523 \backslash
16524 smashoperator
16525 \series default
16526  forms:
16527 \end_layout
16528
16529 \begin_layout Standard
16530 \begin_inset Formula 
16531 \[
16532 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}
16533 \]
16534
16535 \end_inset
16536
16537
16538 \end_layout
16539
16540 \begin_layout Standard
16541 \begin_inset VSpace bigskip
16542 \end_inset
16543
16544
16545 \end_layout
16546
16547 \begin_layout Standard
16548 When several consecutive operators have limits the typesetting of the limits
16549  looks often imperfect in the output, see this example:
16550 \begin_inset Formula 
16551 \[
16552 \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}
16553 \]
16554
16555 \end_inset
16556
16557 To improve the typesetting set in the document settings under 
16558 \family sans
16559 Math
16560 \begin_inset space ~
16561 \end_inset
16562
16563 Options
16564 \family default
16565  for the package 
16566 \series bold
16567 mathtools
16568 \series default
16569
16570 \begin_inset Index idx
16571 status collapsed
16572
16573 \begin_layout Plain Layout
16574 Packages ! mathtools
16575 \end_layout
16576
16577 \end_inset
16578
16579  the option 
16580 \family sans
16581 Load
16582 \begin_inset space ~
16583 \end_inset
16584
16585 always
16586 \family default
16587 .
16588  Then insert into your formula the command 
16589 \series bold
16590
16591 \backslash
16592 adjustlimits
16593 \series default
16594
16595 \begin_inset Index idx
16596 status collapsed
16597
16598 \begin_layout Plain Layout
16599 Commands ! A ! 
16600 \backslash
16601 adjustlimits
16602 \end_layout
16603
16604 \end_inset
16605
16606  directly before the first operator.
16607  The example will then look like this:
16608 \begin_inset Formula 
16609 \[
16610 \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}
16611 \]
16612
16613 \end_inset
16614
16615
16616 \end_layout
16617
16618 \begin_layout Standard
16619 \begin_inset VSpace bigskip
16620 \end_inset
16621
16622 How to use one limit for several operators is described in 
16623 \begin_inset CommandInset ref
16624 LatexCommand ref
16625 reference "subsec:Self-defined-Operators"
16626
16627 \end_inset
16628
16629 .
16630 \end_layout
16631
16632 \begin_layout Subsection
16633 Decoration for Operators
16634 \begin_inset Index idx
16635 status collapsed
16636
16637 \begin_layout Plain Layout
16638 Operators ! Decoration
16639 \end_layout
16640
16641 \end_inset
16642
16643
16644 \end_layout
16645
16646 \begin_layout Standard
16647 With the commands 
16648 \series bold
16649
16650 \backslash
16651 overset
16652 \series default
16653
16654 \begin_inset Index idx
16655 status collapsed
16656
16657 \begin_layout Plain Layout
16658 Commands ! O ! 
16659 \backslash
16660 overset
16661 \end_layout
16662
16663 \end_inset
16664
16665  and 
16666 \series bold
16667
16668 \backslash
16669 underset
16670 \series default
16671
16672 \begin_inset Index idx
16673 status collapsed
16674
16675 \begin_layout Plain Layout
16676 Commands ! U ! 
16677 \backslash
16678 underset
16679 \end_layout
16680
16681 \end_inset
16682
16683  characters can be placed above or below an operator, respectively.
16684  With the command 
16685 \series bold
16686
16687 \backslash
16688 sideset
16689 \series default
16690
16691 \begin_inset Index idx
16692 status collapsed
16693
16694 \begin_layout Plain Layout
16695 Commands ! S ! 
16696 \backslash
16697 sideset
16698 \end_layout
16699
16700 \end_inset
16701
16702  characters can be set before and behind a big operator.
16703 \end_layout
16704
16705 \begin_layout Standard
16706 There are 4
16707 \begin_inset space ~
16708 \end_inset
16709
16710 variants of 
16711 \series bold
16712
16713 \backslash
16714 sideset
16715 \series default
16716 :
16717 \end_layout
16718
16719 \begin_layout Itemize
16720
16721 \series bold
16722
16723 \backslash
16724 sideset
16725 \series default
16726  is used to set characters at the corners of the operator
16727 \end_layout
16728
16729 \begin_layout Itemize
16730
16731 \series bold
16732
16733 \backslash
16734 sidesetn
16735 \series default
16736  is used to set characters before and/or behind the operator (this variant
16737  represents \SpecialChar LaTeX
16738 's original 
16739 \series bold
16740
16741 \backslash
16742 sideset
16743 \series default
16744  command)
16745 \end_layout
16746
16747 \begin_layout Itemize
16748
16749 \series bold
16750
16751 \backslash
16752 sidesetl
16753 \series default
16754  is used to set characters at the left corners and/or behind the operator
16755 \end_layout
16756
16757 \begin_layout Itemize
16758
16759 \series bold
16760
16761 \backslash
16762 sidesetr
16763 \series default
16764  is used to set characters at the right corners and/or before the operator
16765 \end_layout
16766
16767 \begin_layout Standard
16768 For example the command 
16769 \series bold
16770
16771 \backslash
16772 sidesetn
16773 \begin_inset space \textvisiblespace{}
16774 \end_inset
16775
16776
16777 \backslash
16778 sum
16779 \begin_inset space \textvisiblespace{}
16780 \end_inset
16781
16782
16783 \begin_inset Formula $\to$
16784 \end_inset
16785
16786 '
16787 \begin_inset Formula $\to$
16788 \end_inset
16789
16790 _k=1
16791 \begin_inset space \textvisiblespace{}
16792 \end_inset
16793
16794
16795 \series default
16796 ^
16797 \series bold
16798 n
16799 \series default
16800  produces:
16801 \begin_inset Formula 
16802 \[
16803 \sideset{}{'}\sum_{k=1}^{n}
16804 \]
16805
16806 \end_inset
16807
16808
16809 \end_layout
16810
16811 \begin_layout Standard
16812 \begin_inset Note Greyedout
16813 status open
16814
16815 \begin_layout Plain Layout
16816
16817 \series bold
16818 Note: 
16819 \backslash
16820 sideset
16821 \series default
16822  can only be used to decorate big operators, binary operators are not allowed.
16823 \end_layout
16824
16825 \end_inset
16826
16827
16828 \end_layout
16829
16830 \begin_layout Standard
16831
16832 \series bold
16833
16834 \backslash
16835 overset
16836 \series default
16837  and 
16838 \series bold
16839
16840 \backslash
16841 underset
16842 \series default
16843  can also be used to decorate symbols and characters.
16844  For example, the command 
16845 \series bold
16846
16847 \backslash
16848 overset
16849 \begin_inset space \textvisiblespace{}
16850 \end_inset
16851
16852
16853 \backslash
16854 maltese
16855 \begin_inset space \textvisiblespace{}
16856 \end_inset
16857
16858
16859 \series default
16860
16861 \begin_inset Formula $\uparrow$
16862 \end_inset
16863
16864
16865 \series bold
16866 a
16867 \series default
16868  produces:
16869 \begin_inset Formula 
16870 \[
16871 \overset{a}{\maltese}
16872 \]
16873
16874 \end_inset
16875
16876
16877 \end_layout
16878
16879 \begin_layout Subsection
16880 Binary Operators
16881 \begin_inset CommandInset label
16882 LatexCommand label
16883 name "subsec:Binary-Operators"
16884
16885 \end_inset
16886
16887
16888 \begin_inset Index idx
16889 status collapsed
16890
16891 \begin_layout Plain Layout
16892 Operators ! binary
16893 \end_layout
16894
16895 \end_inset
16896
16897
16898 \end_layout
16899
16900 \begin_layout Standard
16901 Binary operators are surrounded by space when there is a character before
16902  and after them.
16903 \begin_inset VSpace medskip
16904 \end_inset
16905
16906
16907 \end_layout
16908
16909 \begin_layout Standard
16910 \begin_inset Tabular
16911 <lyxtabular version="3" rows="13" columns="2">
16912 <features booktabs="true" tabularvalignment="middle">
16913 <column alignment="center" valignment="top" width="0pt">
16914 <column alignment="center" valignment="top" width="0pt">
16915 <row>
16916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16917 \begin_inset Text
16918
16919 \begin_layout Plain Layout
16920 Command
16921 \begin_inset Note Note
16922 status collapsed
16923
16924 \begin_layout Plain Layout
16925
16926 \series bold
16927
16928 \backslash
16929 raisebox
16930 \series default
16931  is only used as spacer.
16932 \end_layout
16933
16934 \end_inset
16935
16936
16937 \end_layout
16938
16939 \end_inset
16940 </cell>
16941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16942 \begin_inset Text
16943
16944 \begin_layout Plain Layout
16945 Result
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 </row>
16951 <row>
16952 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16953 \begin_inset Text
16954
16955 \begin_layout Plain Layout
16956 +
16957 \end_layout
16958
16959 \end_inset
16960 </cell>
16961 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Plain Layout
16965 \begin_inset Formula $+$
16966 \end_inset
16967
16968
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 </row>
16974 <row>
16975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979 -
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16985 \begin_inset Text
16986
16987 \begin_layout Plain Layout
16988 \begin_inset Formula $-$
16989 \end_inset
16990
16991
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 </row>
16997 <row>
16998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16999 \begin_inset Text
17000
17001 \begin_layout Plain Layout
17002
17003 \backslash
17004 pm
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17010 \begin_inset Text
17011
17012 \begin_layout Plain Layout
17013 \begin_inset Formula $\pm$
17014 \end_inset
17015
17016
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 </row>
17022 <row>
17023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17024 \begin_inset Text
17025
17026 \begin_layout Plain Layout
17027
17028 \backslash
17029 mp
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17035 \begin_inset Text
17036
17037 \begin_layout Plain Layout
17038 \begin_inset Formula $\mp$
17039 \end_inset
17040
17041
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 </row>
17047 <row>
17048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17049 \begin_inset Text
17050
17051 \begin_layout Plain Layout
17052
17053 \backslash
17054 cdot
17055 \end_layout
17056
17057 \end_inset
17058 </cell>
17059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17060 \begin_inset Text
17061
17062 \begin_layout Plain Layout
17063 \begin_inset Formula $\cdot$
17064 \end_inset
17065
17066
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 </row>
17072 <row>
17073 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17074 \begin_inset Text
17075
17076 \begin_layout Plain Layout
17077
17078 \backslash
17079 times
17080 \end_layout
17081
17082 \end_inset
17083 </cell>
17084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17085 \begin_inset Text
17086
17087 \begin_layout Plain Layout
17088 \begin_inset Formula $\times$
17089 \end_inset
17090
17091
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 </row>
17097 <row>
17098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17099 \begin_inset Text
17100
17101 \begin_layout Plain Layout
17102
17103 \backslash
17104 div
17105 \end_layout
17106
17107 \end_inset
17108 </cell>
17109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17110 \begin_inset Text
17111
17112 \begin_layout Plain Layout
17113 \begin_inset Formula $\div$
17114 \end_inset
17115
17116
17117 \end_layout
17118
17119 \end_inset
17120 </cell>
17121 </row>
17122 <row>
17123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17124 \begin_inset Text
17125
17126 \begin_layout Plain Layout
17127 \begin_inset ERT
17128 status collapsed
17129
17130 \begin_layout Plain Layout
17131
17132
17133 \backslash
17134 raisebox{-1.2mm}{
17135 \end_layout
17136
17137 \end_inset
17138
17139 *
17140 \begin_inset ERT
17141 status collapsed
17142
17143 \begin_layout Plain Layout
17144
17145 }
17146 \end_layout
17147
17148 \end_inset
17149
17150
17151 \end_layout
17152
17153 \end_inset
17154 </cell>
17155 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17156 \begin_inset Text
17157
17158 \begin_layout Plain Layout
17159 \begin_inset Formula $*$
17160 \end_inset
17161
17162
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 </row>
17168 <row>
17169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173
17174 \backslash
17175 star
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Plain Layout
17184 \begin_inset Formula $\star$
17185 \end_inset
17186
17187
17188 \end_layout
17189
17190 \end_inset
17191 </cell>
17192 </row>
17193 <row>
17194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17195 \begin_inset Text
17196
17197 \begin_layout Plain Layout
17198
17199 \backslash
17200 circ
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17206 \begin_inset Text
17207
17208 \begin_layout Plain Layout
17209 \begin_inset Formula $\circ$
17210 \end_inset
17211
17212
17213 \end_layout
17214
17215 \end_inset
17216 </cell>
17217 </row>
17218 <row>
17219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17220 \begin_inset Text
17221
17222 \begin_layout Plain Layout
17223
17224 \backslash
17225 diamond
17226 \end_layout
17227
17228 \end_inset
17229 </cell>
17230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17231 \begin_inset Text
17232
17233 \begin_layout Plain Layout
17234 \begin_inset Formula $\diamond$
17235 \end_inset
17236
17237
17238 \end_layout
17239
17240 \end_inset
17241 </cell>
17242 </row>
17243 <row>
17244 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17245 \begin_inset Text
17246
17247 \begin_layout Plain Layout
17248
17249 \backslash
17250 bullet
17251 \end_layout
17252
17253 \end_inset
17254 </cell>
17255 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17256 \begin_inset Text
17257
17258 \begin_layout Plain Layout
17259 \begin_inset Formula $\bullet$
17260 \end_inset
17261
17262
17263 \end_layout
17264
17265 \end_inset
17266 </cell>
17267 </row>
17268 </lyxtabular>
17269
17270 \end_inset
17271
17272
17273 \begin_inset space \hfill{}
17274 \end_inset
17275
17276
17277 \begin_inset Tabular
17278 <lyxtabular version="3" rows="13" columns="2">
17279 <features booktabs="true" tabularvalignment="middle">
17280 <column alignment="center" valignment="top" width="0pt">
17281 <column alignment="center" valignment="top" width="0pt">
17282 <row>
17283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17284 \begin_inset Text
17285
17286 \begin_layout Plain Layout
17287 Command
17288 \end_layout
17289
17290 \end_inset
17291 </cell>
17292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17293 \begin_inset Text
17294
17295 \begin_layout Plain Layout
17296 Result
17297 \end_layout
17298
17299 \end_inset
17300 </cell>
17301 </row>
17302 <row>
17303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17304 \begin_inset Text
17305
17306 \begin_layout Plain Layout
17307
17308 \backslash
17309 nabla
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17315 \begin_inset Text
17316
17317 \begin_layout Plain Layout
17318 \begin_inset Formula $\nabla$
17319 \end_inset
17320
17321
17322 \end_layout
17323
17324 \end_inset
17325 </cell>
17326 </row>
17327 <row>
17328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17329 \begin_inset Text
17330
17331 \begin_layout Plain Layout
17332
17333 \backslash
17334 bigtriangledown
17335 \end_layout
17336
17337 \end_inset
17338 </cell>
17339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17340 \begin_inset Text
17341
17342 \begin_layout Plain Layout
17343 \begin_inset Formula $\bigtriangledown$
17344 \end_inset
17345
17346
17347 \end_layout
17348
17349 \end_inset
17350 </cell>
17351 </row>
17352 <row>
17353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17354 \begin_inset Text
17355
17356 \begin_layout Plain Layout
17357
17358 \backslash
17359 bigtriangleup
17360 \end_layout
17361
17362 \end_inset
17363 </cell>
17364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17365 \begin_inset Text
17366
17367 \begin_layout Plain Layout
17368 \begin_inset Formula $\bigtriangleup$
17369 \end_inset
17370
17371
17372 \end_layout
17373
17374 \end_inset
17375 </cell>
17376 </row>
17377 <row>
17378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17379 \begin_inset Text
17380
17381 \begin_layout Plain Layout
17382
17383 \backslash
17384 Box
17385 \end_layout
17386
17387 \end_inset
17388 </cell>
17389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17390 \begin_inset Text
17391
17392 \begin_layout Plain Layout
17393 \begin_inset Formula $\Box$
17394 \end_inset
17395
17396
17397 \end_layout
17398
17399 \end_inset
17400 </cell>
17401 </row>
17402 <row>
17403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17404 \begin_inset Text
17405
17406 \begin_layout Plain Layout
17407
17408 \backslash
17409 cap 
17410 \end_layout
17411
17412 \end_inset
17413 </cell>
17414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17415 \begin_inset Text
17416
17417 \begin_layout Plain Layout
17418 \begin_inset Formula $\cap$
17419 \end_inset
17420
17421
17422 \end_layout
17423
17424 \end_inset
17425 </cell>
17426 </row>
17427 <row>
17428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17429 \begin_inset Text
17430
17431 \begin_layout Plain Layout
17432
17433 \backslash
17434 cup
17435 \end_layout
17436
17437 \end_inset
17438 </cell>
17439 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17440 \begin_inset Text
17441
17442 \begin_layout Plain Layout
17443 \begin_inset Formula $\cup$
17444 \end_inset
17445
17446
17447 \end_layout
17448
17449 \end_inset
17450 </cell>
17451 </row>
17452 <row>
17453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17454 \begin_inset Text
17455
17456 \begin_layout Plain Layout
17457
17458 \backslash
17459 dagger
17460 \end_layout
17461
17462 \end_inset
17463 </cell>
17464 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17465 \begin_inset Text
17466
17467 \begin_layout Plain Layout
17468 \begin_inset Formula $\dagger$
17469 \end_inset
17470
17471
17472 \end_layout
17473
17474 \end_inset
17475 </cell>
17476 </row>
17477 <row>
17478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17479 \begin_inset Text
17480
17481 \begin_layout Plain Layout
17482
17483 \backslash
17484 ddagger
17485 \end_layout
17486
17487 \end_inset
17488 </cell>
17489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17490 \begin_inset Text
17491
17492 \begin_layout Plain Layout
17493 \begin_inset Formula $\ddagger$
17494 \end_inset
17495
17496
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 </row>
17502 <row>
17503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17504 \begin_inset Text
17505
17506 \begin_layout Plain Layout
17507
17508 \backslash
17509 wr
17510 \end_layout
17511
17512 \end_inset
17513 </cell>
17514 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17515 \begin_inset Text
17516
17517 \begin_layout Plain Layout
17518 \begin_inset Formula $\wr$
17519 \end_inset
17520
17521
17522 \end_layout
17523
17524 \end_inset
17525 </cell>
17526 </row>
17527 <row>
17528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17529 \begin_inset Text
17530
17531 \begin_layout Plain Layout
17532
17533 \backslash
17534 bigcirc
17535 \end_layout
17536
17537 \end_inset
17538 </cell>
17539 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17540 \begin_inset Text
17541
17542 \begin_layout Plain Layout
17543 \begin_inset Formula $\bigcirc$
17544 \end_inset
17545
17546
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 </row>
17552 <row>
17553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17554 \begin_inset Text
17555
17556 \begin_layout Plain Layout
17557
17558 \backslash
17559 wedge
17560 \end_layout
17561
17562 \end_inset
17563 </cell>
17564 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17565 \begin_inset Text
17566
17567 \begin_layout Plain Layout
17568 \begin_inset Formula $\wedge$
17569 \end_inset
17570
17571
17572 \end_layout
17573
17574 \end_inset
17575 </cell>
17576 </row>
17577 <row>
17578 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17579 \begin_inset Text
17580
17581 \begin_layout Plain Layout
17582
17583 \backslash
17584 vee
17585 \end_layout
17586
17587 \end_inset
17588 </cell>
17589 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17590 \begin_inset Text
17591
17592 \begin_layout Plain Layout
17593 \begin_inset Formula $\vee$
17594 \end_inset
17595
17596
17597 \end_layout
17598
17599 \end_inset
17600 </cell>
17601 </row>
17602 </lyxtabular>
17603
17604 \end_inset
17605
17606
17607 \begin_inset space \hfill{}
17608 \end_inset
17609
17610
17611 \begin_inset Tabular
17612 <lyxtabular version="3" rows="13" columns="2">
17613 <features booktabs="true" tabularvalignment="middle">
17614 <column alignment="center" valignment="top" width="0pt">
17615 <column alignment="center" valignment="top" width="0pt">
17616 <row>
17617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17618 \begin_inset Text
17619
17620 \begin_layout Plain Layout
17621 Command
17622 \end_layout
17623
17624 \end_inset
17625 </cell>
17626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17627 \begin_inset Text
17628
17629 \begin_layout Plain Layout
17630 Result
17631 \end_layout
17632
17633 \end_inset
17634 </cell>
17635 </row>
17636 <row>
17637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17638 \begin_inset Text
17639
17640 \begin_layout Plain Layout
17641
17642 \backslash
17643 oplus
17644 \end_layout
17645
17646 \end_inset
17647 </cell>
17648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17649 \begin_inset Text
17650
17651 \begin_layout Plain Layout
17652 \begin_inset Formula $\oplus$
17653 \end_inset
17654
17655
17656 \end_layout
17657
17658 \end_inset
17659 </cell>
17660 </row>
17661 <row>
17662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17663 \begin_inset Text
17664
17665 \begin_layout Plain Layout
17666
17667 \backslash
17668 ominus
17669 \end_layout
17670
17671 \end_inset
17672 </cell>
17673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17674 \begin_inset Text
17675
17676 \begin_layout Plain Layout
17677 \begin_inset Formula $\ominus$
17678 \end_inset
17679
17680
17681 \end_layout
17682
17683 \end_inset
17684 </cell>
17685 </row>
17686 <row>
17687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17688 \begin_inset Text
17689
17690 \begin_layout Plain Layout
17691
17692 \backslash
17693 otimes
17694 \end_layout
17695
17696 \end_inset
17697 </cell>
17698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17699 \begin_inset Text
17700
17701 \begin_layout Plain Layout
17702 \begin_inset Formula $\otimes$
17703 \end_inset
17704
17705
17706 \end_layout
17707
17708 \end_inset
17709 </cell>
17710 </row>
17711 <row>
17712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17713 \begin_inset Text
17714
17715 \begin_layout Plain Layout
17716
17717 \backslash
17718 oslash
17719 \end_layout
17720
17721 \end_inset
17722 </cell>
17723 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17724 \begin_inset Text
17725
17726 \begin_layout Plain Layout
17727 \begin_inset Formula $\oslash$
17728 \end_inset
17729
17730
17731 \end_layout
17732
17733 \end_inset
17734 </cell>
17735 </row>
17736 <row>
17737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17738 \begin_inset Text
17739
17740 \begin_layout Plain Layout
17741
17742 \backslash
17743 odot
17744 \end_layout
17745
17746 \end_inset
17747 </cell>
17748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17749 \begin_inset Text
17750
17751 \begin_layout Plain Layout
17752 \begin_inset Formula $\odot$
17753 \end_inset
17754
17755
17756 \end_layout
17757
17758 \end_inset
17759 </cell>
17760 </row>
17761 <row>
17762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17763 \begin_inset Text
17764
17765 \begin_layout Plain Layout
17766
17767 \backslash
17768 amalg
17769 \end_layout
17770
17771 \end_inset
17772 </cell>
17773 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17774 \begin_inset Text
17775
17776 \begin_layout Plain Layout
17777 \begin_inset Formula $\amalg$
17778 \end_inset
17779
17780
17781 \end_layout
17782
17783 \end_inset
17784 </cell>
17785 </row>
17786 <row>
17787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17788 \begin_inset Text
17789
17790 \begin_layout Plain Layout
17791
17792 \backslash
17793 uplus
17794 \end_layout
17795
17796 \end_inset
17797 </cell>
17798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17799 \begin_inset Text
17800
17801 \begin_layout Plain Layout
17802 \begin_inset Formula $\uplus$
17803 \end_inset
17804
17805
17806 \end_layout
17807
17808 \end_inset
17809 </cell>
17810 </row>
17811 <row>
17812 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17813 \begin_inset Text
17814
17815 \begin_layout Plain Layout
17816
17817 \backslash
17818 setminus
17819 \end_layout
17820
17821 \end_inset
17822 </cell>
17823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17824 \begin_inset Text
17825
17826 \begin_layout Plain Layout
17827 \begin_inset Formula $\setminus$
17828 \end_inset
17829
17830
17831 \end_layout
17832
17833 \end_inset
17834 </cell>
17835 </row>
17836 <row>
17837 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17838 \begin_inset Text
17839
17840 \begin_layout Plain Layout
17841
17842 \backslash
17843 sqcap
17844 \end_layout
17845
17846 \end_inset
17847 </cell>
17848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17849 \begin_inset Text
17850
17851 \begin_layout Plain Layout
17852 \begin_inset Formula $\sqcap$
17853 \end_inset
17854
17855
17856 \end_layout
17857
17858 \end_inset
17859 </cell>
17860 </row>
17861 <row>
17862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17863 \begin_inset Text
17864
17865 \begin_layout Plain Layout
17866
17867 \backslash
17868 sqcup
17869 \end_layout
17870
17871 \end_inset
17872 </cell>
17873 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17874 \begin_inset Text
17875
17876 \begin_layout Plain Layout
17877 \begin_inset Formula $\sqcup$
17878 \end_inset
17879
17880
17881 \end_layout
17882
17883 \end_inset
17884 </cell>
17885 </row>
17886 <row>
17887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17888 \begin_inset Text
17889
17890 \begin_layout Plain Layout
17891
17892 \backslash
17893 triangleleft
17894 \end_layout
17895
17896 \end_inset
17897 </cell>
17898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17899 \begin_inset Text
17900
17901 \begin_layout Plain Layout
17902 \begin_inset Formula $\triangleleft$
17903 \end_inset
17904
17905
17906 \end_layout
17907
17908 \end_inset
17909 </cell>
17910 </row>
17911 <row>
17912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17913 \begin_inset Text
17914
17915 \begin_layout Plain Layout
17916
17917 \backslash
17918 triangleright
17919 \end_layout
17920
17921 \end_inset
17922 </cell>
17923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17924 \begin_inset Text
17925
17926 \begin_layout Plain Layout
17927 \begin_inset Formula $\triangleright$
17928 \end_inset
17929
17930
17931 \end_layout
17932
17933 \end_inset
17934 </cell>
17935 </row>
17936 </lyxtabular>
17937
17938 \end_inset
17939
17940
17941 \end_layout
17942
17943 \begin_layout Standard
17944 All binary operators can also be inserted via the math toolbar button 
17945 \begin_inset Info
17946 type  "icon"
17947 arg   "math-insert \\pm"
17948 \end_inset
17949
17950 .
17951 \end_layout
17952
17953 \begin_layout Standard
17954 To typeset the Laplace operator also 
17955 \series bold
17956
17957 \backslash
17958 Delta
17959 \series default
17960  or 
17961 \series bold
17962
17963 \backslash
17964 nabla
17965 \series default
17966 ^
17967 \series bold
17968 2
17969 \series default
17970  (
17971 \begin_inset Formula $\nabla^{2}$
17972 \end_inset
17973
17974 ) can be used instead of 
17975 \series bold
17976
17977 \backslash
17978 bigtriangleup
17979 \series default
17980  .
17981 \end_layout
17982
17983 \begin_layout Standard
17984 The character 
17985 \family sans
17986 Menu Separator
17987 \family default
17988  from the menu 
17989 \family sans
17990 Insert\SpecialChar menuseparator
17991 Special Character
17992 \family default
17993  is the operator 
17994 \series bold
17995
17996 \backslash
17997 triangleright
17998 \series default
17999 .
18000 \end_layout
18001
18002 \begin_layout Subsection
18003 Self-defined Operators
18004 \begin_inset CommandInset label
18005 LatexCommand label
18006 name "subsec:Self-defined-Operators"
18007
18008 \end_inset
18009
18010
18011 \begin_inset Index idx
18012 status collapsed
18013
18014 \begin_layout Plain Layout
18015 Operators ! self-defined
18016 \end_layout
18017
18018 \end_inset
18019
18020
18021 \end_layout
18022
18023 \begin_layout Standard
18024 With the help of the command 
18025 \series bold
18026
18027 \backslash
18028 DeclareMathOperator
18029 \series default
18030
18031 \begin_inset Index idx
18032 status collapsed
18033
18034 \begin_layout Plain Layout
18035 Commands ! D ! 
18036 \backslash
18037 dbinom@
18038 \backslash
18039 DeclareMathOperator
18040 \end_layout
18041
18042 \end_inset
18043
18044  custom operators can be defined in the \SpecialChar LaTeX
18045 -preamble.
18046  Its command scheme is:
18047 \end_layout
18048
18049 \begin_layout Standard
18050
18051 \series bold
18052
18053 \backslash
18054 DeclareMathOperator{new command}{display}
18055 \end_layout
18056
18057 \begin_layout Standard
18058 Display can be characters or symbols that define how the operator looks
18059  in the output.
18060  To define a big operator a * is set behind the command.
18061  All self-defined big operators can have limits as described in 
18062 \begin_inset CommandInset ref
18063 LatexCommand ref
18064 reference "subsec:Operator-Limits"
18065
18066 \end_inset
18067
18068 .
18069 \end_layout
18070
18071 \begin_layout Standard
18072 For example the \SpecialChar LaTeX
18073 -preamble line
18074 \end_layout
18075
18076 \begin_layout Standard
18077
18078 \series bold
18079
18080 \backslash
18081 DeclareMathOperator*{
18082 \backslash
18083 Lozenge}{
18084 \backslash
18085 blacklozenge}
18086 \end_layout
18087
18088 \begin_layout Standard
18089 defines the command 
18090 \series bold
18091
18092 \backslash
18093 Lozenge
18094 \series default
18095 , that inserts a big operator consisting of the lozenge symbol from 
18096 \begin_inset CommandInset ref
18097 LatexCommand ref
18098 reference "subsec:Miscellaneous-Symbols"
18099
18100 \end_inset
18101
18102 :
18103 \begin_inset Formula 
18104 \[
18105 \Lozenge_{n=1}^{\infty}
18106 \]
18107
18108 \end_inset
18109
18110 The command for this formula is: 
18111 \series bold
18112
18113 \backslash
18114 Lozenge
18115 \series default
18116 ^
18117 \series bold
18118
18119 \backslash
18120 infty
18121 \begin_inset Formula $\to$
18122 \end_inset
18123
18124 _n=1
18125 \end_layout
18126
18127 \begin_layout Standard
18128 \begin_inset VSpace bigskip
18129 \end_inset
18130
18131 When self-defined operators are not used several times in the document,
18132  they can also be defined with the commands 
18133 \series bold
18134
18135 \backslash
18136 mathop
18137 \series default
18138
18139 \begin_inset Index idx
18140 status collapsed
18141
18142 \begin_layout Plain Layout
18143 Commands ! M ! 
18144 \backslash
18145 mathop
18146 \end_layout
18147
18148 \end_inset
18149
18150  and 
18151 \series bold
18152
18153 \backslash
18154 mathbin
18155 \series default
18156
18157 \begin_inset Index idx
18158 status collapsed
18159
18160 \begin_layout Plain Layout
18161 Commands ! M ! 
18162 \backslash
18163 mathbin
18164 \end_layout
18165
18166 \end_inset
18167
18168 , which have the following scheme:
18169 \end_layout
18170
18171 \begin_layout Standard
18172
18173 \series bold
18174
18175 \backslash
18176 mathop{display}
18177 \series default
18178  and 
18179 \series bold
18180
18181 \backslash
18182 mathbin{display}
18183 \end_layout
18184
18185 \begin_layout Standard
18186
18187 \series bold
18188
18189 \backslash
18190 mathop
18191 \series default
18192  defines big operators, 
18193 \series bold
18194
18195 \backslash
18196 mathbin
18197 \series default
18198  binary operators.
18199 \end_layout
18200
18201 \begin_layout Standard
18202
18203 \series bold
18204
18205 \backslash
18206 mathop
18207 \series default
18208  can e.
18209 \begin_inset space \thinspace{}
18210 \end_inset
18211
18212 g.
18213 \begin_inset space \space{}
18214 \end_inset
18215
18216 be used to use one limit for several operators:
18217 \end_layout
18218
18219 \begin_layout Standard
18220 \begin_inset Formula 
18221 \[
18222 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18223 \]
18224
18225 \end_inset
18226
18227
18228 \end_layout
18229
18230 \begin_layout Standard
18231 The command for the formula above is:
18232 \begin_inset Newline newline
18233 \end_inset
18234
18235
18236 \series bold
18237
18238 \backslash
18239 mathop{
18240 \backslash
18241 sum
18242 \backslash
18243 negmedspace
18244 \backslash
18245 sum
18246 \series default
18247
18248 \begin_inset space \textvisiblespace{}
18249 \end_inset
18250
18251
18252 \series bold
18253
18254 \begin_inset Formula $\to$
18255 \end_inset
18256
18257 ^N
18258 \series default
18259
18260 \begin_inset space \textvisiblespace{}
18261 \end_inset
18262
18263
18264 \series bold
18265 _i,j=1
18266 \end_layout
18267
18268 \begin_layout Section
18269 Fonts
18270 \begin_inset Index idx
18271 status collapsed
18272
18273 \begin_layout Plain Layout
18274 Fonts
18275 \end_layout
18276
18277 \end_inset
18278
18279
18280 \end_layout
18281
18282 \begin_layout Subsection
18283 Font Styles
18284 \begin_inset CommandInset label
18285 LatexCommand label
18286 name "subsec:Font-Styles"
18287
18288 \end_inset
18289
18290
18291 \begin_inset Index idx
18292 status collapsed
18293
18294 \begin_layout Plain Layout
18295 Font ! style
18296 \end_layout
18297
18298 \end_inset
18299
18300
18301 \end_layout
18302
18303 \begin_layout Standard
18304 Latin letters in formulas can be set in one of the following font styles:
18305 \end_layout
18306
18307 \begin_layout Standard
18308 \align center
18309 \begin_inset space \hfill{}
18310 \end_inset
18311
18312
18313 \begin_inset Tabular
18314 <lyxtabular version="3" rows="6" columns="2">
18315 <features booktabs="true" tabularvalignment="middle">
18316 <column alignment="center" valignment="top" width="0pt">
18317 <column alignment="center" valignment="top">
18318 <row>
18319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18320 \begin_inset Text
18321
18322 \begin_layout Plain Layout
18323 Command
18324 \end_layout
18325
18326 \end_inset
18327 </cell>
18328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18329 \begin_inset Text
18330
18331 \begin_layout Plain Layout
18332 Result
18333 \end_layout
18334
18335 \end_inset
18336 </cell>
18337 </row>
18338 <row>
18339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18340 \begin_inset Text
18341
18342 \begin_layout Plain Layout
18343
18344 \backslash
18345 mathbb
18346 \series bold
18347
18348 \begin_inset space \textvisiblespace{}
18349 \end_inset
18350
18351
18352 \series default
18353 ABC
18354 \end_layout
18355
18356 \end_inset
18357 </cell>
18358 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18359 \begin_inset Text
18360
18361 \begin_layout Plain Layout
18362 \begin_inset Formula $\mathbb{ABC}$
18363 \end_inset
18364
18365
18366 \end_layout
18367
18368 \end_inset
18369 </cell>
18370 </row>
18371 <row>
18372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18373 \begin_inset Text
18374
18375 \begin_layout Plain Layout
18376
18377 \backslash
18378 mathbf
18379 \series bold
18380
18381 \begin_inset space \textvisiblespace{}
18382 \end_inset
18383
18384
18385 \series default
18386 AbC
18387 \end_layout
18388
18389 \end_inset
18390 </cell>
18391 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18392 \begin_inset Text
18393
18394 \begin_layout Plain Layout
18395 \begin_inset Formula $\mathbf{AbC}$
18396 \end_inset
18397
18398
18399 \end_layout
18400
18401 \end_inset
18402 </cell>
18403 </row>
18404 <row>
18405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18406 \begin_inset Text
18407
18408 \begin_layout Plain Layout
18409
18410 \backslash
18411 boldsymbol
18412 \series bold
18413
18414 \begin_inset space \textvisiblespace{}
18415 \end_inset
18416
18417
18418 \series default
18419 AbC
18420 \end_layout
18421
18422 \end_inset
18423 </cell>
18424 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18425 \begin_inset Text
18426
18427 \begin_layout Plain Layout
18428 \begin_inset Formula $\boldsymbol{AbC}$
18429 \end_inset
18430
18431
18432 \end_layout
18433
18434 \end_inset
18435 </cell>
18436 </row>
18437 <row>
18438 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18439 \begin_inset Text
18440
18441 \begin_layout Plain Layout
18442
18443 \backslash
18444 mathcal
18445 \series bold
18446
18447 \begin_inset space \textvisiblespace{}
18448 \end_inset
18449
18450
18451 \series default
18452 ABC
18453 \end_layout
18454
18455 \end_inset
18456 </cell>
18457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18458 \begin_inset Text
18459
18460 \begin_layout Plain Layout
18461 \begin_inset Formula $\mathcal{ABC}$
18462 \end_inset
18463
18464
18465 \end_layout
18466
18467 \end_inset
18468 </cell>
18469 </row>
18470 <row>
18471 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18472 \begin_inset Text
18473
18474 \begin_layout Plain Layout
18475
18476 \backslash
18477 mathfrak
18478 \series bold
18479
18480 \begin_inset space \textvisiblespace{}
18481 \end_inset
18482
18483
18484 \series default
18485 AbC
18486 \end_layout
18487
18488 \end_inset
18489 </cell>
18490 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18491 \begin_inset Text
18492
18493 \begin_layout Plain Layout
18494 \begin_inset Formula $\mathfrak{AbC}$
18495 \end_inset
18496
18497
18498 \end_layout
18499
18500 \end_inset
18501 </cell>
18502 </row>
18503 </lyxtabular>
18504
18505 \end_inset
18506
18507
18508 \begin_inset space \hfill{}
18509 \end_inset
18510
18511
18512 \begin_inset Tabular
18513 <lyxtabular version="3" rows="6" columns="2">
18514 <features booktabs="true" tabularvalignment="middle">
18515 <column alignment="center" valignment="top" width="0pt">
18516 <column alignment="center" valignment="top">
18517 <row>
18518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18519 \begin_inset Text
18520
18521 \begin_layout Plain Layout
18522 Command
18523 \end_layout
18524
18525 \end_inset
18526 </cell>
18527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18528 \begin_inset Text
18529
18530 \begin_layout Plain Layout
18531 Result
18532 \end_layout
18533
18534 \end_inset
18535 </cell>
18536 </row>
18537 <row>
18538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18539 \begin_inset Text
18540
18541 \begin_layout Plain Layout
18542
18543 \backslash
18544 mathit
18545 \series bold
18546
18547 \begin_inset space \textvisiblespace{}
18548 \end_inset
18549
18550
18551 \series default
18552 AbC
18553 \end_layout
18554
18555 \end_inset
18556 </cell>
18557 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18558 \begin_inset Text
18559
18560 \begin_layout Plain Layout
18561 \begin_inset Formula $\mathit{AbC}$
18562 \end_inset
18563
18564
18565 \end_layout
18566
18567 \end_inset
18568 </cell>
18569 </row>
18570 <row>
18571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18572 \begin_inset Text
18573
18574 \begin_layout Plain Layout
18575
18576 \backslash
18577 mathrm
18578 \series bold
18579
18580 \begin_inset space \textvisiblespace{}
18581 \end_inset
18582
18583
18584 \series default
18585 AbC
18586 \end_layout
18587
18588 \end_inset
18589 </cell>
18590 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18591 \begin_inset Text
18592
18593 \begin_layout Plain Layout
18594 \begin_inset Formula $\mathrm{AbC}$
18595 \end_inset
18596
18597
18598 \end_layout
18599
18600 \end_inset
18601 </cell>
18602 </row>
18603 <row>
18604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18605 \begin_inset Text
18606
18607 \begin_layout Plain Layout
18608
18609 \backslash
18610 mathsf
18611 \series bold
18612
18613 \begin_inset space \textvisiblespace{}
18614 \end_inset
18615
18616
18617 \series default
18618 AbC
18619 \end_layout
18620
18621 \end_inset
18622 </cell>
18623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18624 \begin_inset Text
18625
18626 \begin_layout Plain Layout
18627 \begin_inset Formula $\mathsf{AbC}$
18628 \end_inset
18629
18630
18631 \end_layout
18632
18633 \end_inset
18634 </cell>
18635 </row>
18636 <row>
18637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18638 \begin_inset Text
18639
18640 \begin_layout Plain Layout
18641
18642 \backslash
18643 mathtt
18644 \series bold
18645
18646 \begin_inset space \textvisiblespace{}
18647 \end_inset
18648
18649
18650 \series default
18651 AbC
18652 \end_layout
18653
18654 \end_inset
18655 </cell>
18656 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18657 \begin_inset Text
18658
18659 \begin_layout Plain Layout
18660 \begin_inset Formula $\mathtt{AbC}$
18661 \end_inset
18662
18663
18664 \end_layout
18665
18666 \end_inset
18667 </cell>
18668 </row>
18669 <row>
18670 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18671 \begin_inset Text
18672
18673 \begin_layout Plain Layout
18674
18675 \backslash
18676 mathscr
18677 \series bold
18678
18679 \begin_inset space \textvisiblespace{}
18680 \end_inset
18681
18682
18683 \series default
18684 ABC
18685 \end_layout
18686
18687 \end_inset
18688 </cell>
18689 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18690 \begin_inset Text
18691
18692 \begin_layout Plain Layout
18693 \begin_inset Formula $\mathscr{ABC}$
18694 \end_inset
18695
18696
18697 \end_layout
18698
18699 \end_inset
18700 </cell>
18701 </row>
18702 </lyxtabular>
18703
18704 \end_inset
18705
18706
18707 \begin_inset space \hfill{}
18708 \end_inset
18709
18710
18711 \end_layout
18712
18713 \begin_layout Standard
18714 \begin_inset Note Greyedout
18715 status open
18716
18717 \begin_layout Plain Layout
18718
18719 \series bold
18720 Note:
18721 \series default
18722  The styles 
18723 \series bold
18724
18725 \backslash
18726 mathbb
18727 \series default
18728
18729 \series bold
18730
18731 \backslash
18732 mathcal
18733 \series default
18734  and 
18735 \series bold
18736
18737 \backslash
18738 mathscr
18739 \series default
18740  can only be used for big letters.
18741 \end_layout
18742
18743 \end_inset
18744
18745
18746 \end_layout
18747
18748 \begin_layout Standard
18749 Predefined is the style 
18750 \series bold
18751
18752 \backslash
18753 mathnormal
18754 \series default
18755 .
18756 \end_layout
18757
18758 \begin_layout Standard
18759 The style commands work also for letters in mathematical constructs:
18760 \begin_inset Formula 
18761 \[
18762 \mathfrak{A=\frac{b}{C}}
18763 \]
18764
18765 \end_inset
18766
18767
18768 \end_layout
18769
18770 \begin_layout Standard
18771 Characters in mathematical text don't appear in a math font style but in
18772  the text font style 
18773 \series bold
18774
18775 \backslash
18776 textrm
18777 \series default
18778 .
18779  That their style can't be set correctly via the text style dialog is a
18780  bug in \SpecialChar LyX
18781 .
18782 \begin_inset Foot
18783 status collapsed
18784
18785 \begin_layout Plain Layout
18786 \begin_inset CommandInset href
18787 LatexCommand href
18788 name "LyX-bug #4629"
18789 target "http://www.lyx.org/trac/ticket/4629"
18790
18791 \end_inset
18792
18793
18794 \end_layout
18795
18796 \end_inset
18797
18798
18799 \end_layout
18800
18801 \begin_layout Standard
18802 Instead of the style commands the dialog 
18803 \family sans
18804 Edit\SpecialChar menuseparator
18805 Math\SpecialChar menuseparator
18806 Text Style
18807 \family default
18808  or the toolbar button 
18809 \begin_inset Info
18810 type  "icon"
18811 arg   "math-insert \\font"
18812 \end_inset
18813
18814  can be used.
18815 \end_layout
18816
18817 \begin_layout Subsection
18818 Bold Formulas
18819 \begin_inset CommandInset label
18820 LatexCommand label
18821 name "subsec:Bold-Formulas"
18822
18823 \end_inset
18824
18825
18826 \begin_inset Index idx
18827 status collapsed
18828
18829 \begin_layout Plain Layout
18830 Formula ! bold
18831 \end_layout
18832
18833 \end_inset
18834
18835
18836 \end_layout
18837
18838 \begin_layout Standard
18839 To make a complete formula bold, the command 
18840 \series bold
18841
18842 \backslash
18843 mathbf
18844 \series default
18845  from the previous subsection cannot be used, because it doesn't work for
18846  small Greek letters.
18847  Furthermore it prints Latin letters always upright, like in the following
18848  equation:
18849 \end_layout
18850
18851 \begin_layout Standard
18852 \begin_inset Formula 
18853 \[
18854 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18855 \]
18856
18857 \end_inset
18858
18859
18860 \end_layout
18861
18862 \begin_layout Standard
18863 To display the formula correctly, the command 
18864 \series bold
18865
18866 \backslash
18867 boldsymbol
18868 \series default
18869  is used:
18870 \begin_inset Formula 
18871 \[
18872 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18873 \]
18874
18875 \end_inset
18876
18877 It is also possible to set the formula in a 
18878 \series bold
18879 boldmath environment
18880 \series default
18881 .
18882  This environment is created by inserting the command 
18883 \series bold
18884
18885 \backslash
18886 boldmath
18887 \series default
18888
18889 \begin_inset Index idx
18890 status collapsed
18891
18892 \begin_layout Plain Layout
18893 Commands ! B ! 
18894 \backslash
18895 boldmath
18896 \end_layout
18897
18898 \end_inset
18899
18900  in \SpecialChar TeX
18901  mode.
18902  To end the environment, the command 
18903 \series bold
18904
18905 \backslash
18906 unboldmath
18907 \series default
18908
18909 \begin_inset Index idx
18910 status collapsed
18911
18912 \begin_layout Plain Layout
18913 Commands ! U ! 
18914 \backslash
18915 unboldmath
18916 \end_layout
18917
18918 \end_inset
18919
18920  is inserted in \SpecialChar TeX
18921  mode.
18922 \begin_inset ERT
18923 status collapsed
18924
18925 \begin_layout Plain Layout
18926
18927
18928 \backslash
18929 boldmath 
18930 \end_layout
18931
18932 \end_inset
18933
18934
18935 \begin_inset Formula 
18936 \[
18937 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
18938 \]
18939
18940 \end_inset
18941
18942
18943 \begin_inset ERT
18944 status collapsed
18945
18946 \begin_layout Plain Layout
18947
18948
18949 \backslash
18950 unboldmath 
18951 \end_layout
18952
18953 \end_inset
18954
18955
18956 \end_layout
18957
18958 \begin_layout Subsection
18959 Colored Formulas
18960 \begin_inset Index idx
18961 status collapsed
18962
18963 \begin_layout Plain Layout
18964 Formula ! colored
18965 \end_layout
18966
18967 \end_inset
18968
18969
18970 \end_layout
18971
18972 \begin_layout Standard
18973 Formulas can be colored like normal text: Highlight a formula or a formula
18974  part and use the 
18975 \family sans
18976 Text Style
18977 \family default
18978  dialog.
18979  Here is a formula in magenta:
18980 \begin_inset Formula 
18981 \[
18982 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18983 \]
18984
18985 \end_inset
18986
18987
18988 \end_layout
18989
18990 \begin_layout Standard
18991 You can also define your own colors as described in 
18992 \begin_inset CommandInset ref
18993 LatexCommand ref
18994 reference "subsec:Colored-Boxes"
18995
18996 \end_inset
18997
18998 .
18999  They can be used with the \SpecialChar TeX
19000  code command 
19001 \series bold
19002
19003 \backslash
19004 textcolor
19005 \series default
19006
19007 \begin_inset Index idx
19008 status collapsed
19009
19010 \begin_layout Plain Layout
19011 Commands ! T ! 
19012 \backslash
19013 textcolor
19014 \end_layout
19015
19016 \end_inset
19017
19018  in the scheme
19019 \end_layout
19020
19021 \begin_layout Standard
19022
19023 \series bold
19024
19025 \backslash
19026 textcolor{color}{characters or formula}
19027 \end_layout
19028
19029 \begin_layout Standard
19030 The following example was colored completely dark green and partly red:
19031 \end_layout
19032
19033 \begin_layout Standard
19034 \begin_inset ERT
19035 status collapsed
19036
19037 \begin_layout Plain Layout
19038
19039
19040 \backslash
19041 textcolor{darkgreen}{
19042 \end_layout
19043
19044 \end_inset
19045
19046
19047 \begin_inset Formula 
19048 \[
19049 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19050 \]
19051
19052 \end_inset
19053
19054
19055 \begin_inset ERT
19056 status collapsed
19057
19058 \begin_layout Plain Layout
19059
19060 }
19061 \end_layout
19062
19063 \end_inset
19064
19065
19066 \end_layout
19067
19068 \begin_layout Standard
19069 Due to a bug in \SpecialChar LyX
19070  only complete formulas can be colored with self-defined
19071  colors.
19072 \begin_inset Foot
19073 status collapsed
19074
19075 \begin_layout Plain Layout
19076 \begin_inset CommandInset href
19077 LatexCommand href
19078 name "LyX-bug #5269"
19079 target "http://www.lyx.org/trac/ticket/5269"
19080
19081 \end_inset
19082
19083
19084 \end_layout
19085
19086 \end_inset
19087
19088
19089 \end_layout
19090
19091 \begin_layout Subsection
19092 Font Sizes
19093 \begin_inset CommandInset label
19094 LatexCommand label
19095 name "subsec:Font-Sizes"
19096
19097 \end_inset
19098
19099
19100 \begin_inset Index idx
19101 status collapsed
19102
19103 \begin_layout Plain Layout
19104 Font ! size
19105 \end_layout
19106
19107 \end_inset
19108
19109
19110 \end_layout
19111
19112 \begin_layout Standard
19113 For characters in formulas there are, analog to characters in text, the
19114  following size commands:
19115 \end_layout
19116
19117 \begin_layout Standard
19118
19119 \series bold
19120
19121 \backslash
19122 Huge
19123 \series default
19124
19125 \series bold
19126
19127 \backslash
19128 huge
19129 \series default
19130
19131 \series bold
19132
19133 \backslash
19134 LARGE
19135 \series default
19136
19137 \series bold
19138
19139 \backslash
19140 Large
19141 \series default
19142
19143 \series bold
19144
19145 \backslash
19146 large
19147 \series default
19148
19149 \series bold
19150
19151 \backslash
19152 normalsize
19153 \series default
19154
19155 \series bold
19156
19157 \backslash
19158 small
19159 \series default
19160 ,
19161 \begin_inset Newline newline
19162 \end_inset
19163
19164
19165 \series bold
19166
19167 \backslash
19168 footnotesize
19169 \series default
19170
19171 \series bold
19172
19173 \backslash
19174 scriptsize
19175 \series default
19176  and 
19177 \series bold
19178
19179 \backslash
19180 tiny
19181 \end_layout
19182
19183 \begin_layout Standard
19184 The size produced by the commands depends on the document font size, which
19185  corresponds to the command 
19186 \series bold
19187
19188 \backslash
19189 normalsize
19190 \series default
19191 .
19192  The other commands produce smaller or larger sizes than 
19193 \series bold
19194
19195 \backslash
19196 normalsize
19197 \series default
19198 .
19199  The font size can however not exceed a certain value.
19200  Is for example the document font size 12
19201 \begin_inset space \thinspace{}
19202 \end_inset
19203
19204 pt, the command 
19205 \series bold
19206
19207 \backslash
19208 Huge
19209 \series default
19210  switches to the same size as 
19211 \series bold
19212
19213 \backslash
19214 huge
19215 \series default
19216 .
19217  
19218 \end_layout
19219
19220 \begin_layout Standard
19221 A size command is inserted in \SpecialChar TeX
19222  mode before the formula and sets the size
19223  for all following formula and text characters.
19224  To switch back to the initial size, the command 
19225 \series bold
19226
19227 \backslash
19228 normalsize
19229 \series default
19230  is inserted behind the formula in \SpecialChar TeX
19231  mode.
19232 \end_layout
19233
19234 \begin_layout Standard
19235 Within a formula the size can be changed using the following size commands
19236  or the toolbar button 
19237 \begin_inset Info
19238 type  "icon"
19239 arg   "math-insert \\style"
19240 \end_inset
19241
19242 :
19243 \begin_inset Separator parbreak
19244 \end_inset
19245
19246
19247 \end_layout
19248
19249 \begin_layout Standard
19250 \noindent
19251 \align center
19252 \begin_inset Tabular
19253 <lyxtabular version="3" rows="5" columns="2">
19254 <features booktabs="true" tabularvalignment="middle">
19255 <column alignment="center" valignment="top" width="0pt">
19256 <column alignment="center" valignment="top">
19257 <row>
19258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19259 \begin_inset Text
19260
19261 \begin_layout Plain Layout
19262 Command
19263 \end_layout
19264
19265 \end_inset
19266 </cell>
19267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19268 \begin_inset Text
19269
19270 \begin_layout Plain Layout
19271 Result
19272 \end_layout
19273
19274 \end_inset
19275 </cell>
19276 </row>
19277 <row>
19278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19279 \begin_inset Text
19280
19281 \begin_layout Plain Layout
19282
19283 \backslash
19284 displaystyle
19285 \begin_inset Index idx
19286 status collapsed
19287
19288 \begin_layout Plain Layout
19289 Commands ! D ! 
19290 \backslash
19291 displaystyle
19292 \end_layout
19293
19294 \end_inset
19295
19296
19297 \end_layout
19298
19299 \end_inset
19300 </cell>
19301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19302 \begin_inset Text
19303
19304 \begin_layout Plain Layout
19305 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19306 \end_inset
19307
19308
19309 \end_layout
19310
19311 \end_inset
19312 </cell>
19313 </row>
19314 <row topspace="1mm">
19315 <cell alignment="center" valignment="top" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Plain Layout
19319
19320 \backslash
19321 textstyle
19322 \end_layout
19323
19324 \end_inset
19325 </cell>
19326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19327 \begin_inset Text
19328
19329 \begin_layout Plain Layout
19330 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19331 \end_inset
19332
19333
19334 \end_layout
19335
19336 \end_inset
19337 </cell>
19338 </row>
19339 <row>
19340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19341 \begin_inset Text
19342
19343 \begin_layout Plain Layout
19344
19345 \backslash
19346 scriptstyle
19347 \end_layout
19348
19349 \end_inset
19350 </cell>
19351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19352 \begin_inset Text
19353
19354 \begin_layout Plain Layout
19355 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19356 \end_inset
19357
19358
19359 \end_layout
19360
19361 \end_inset
19362 </cell>
19363 </row>
19364 <row>
19365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19366 \begin_inset Text
19367
19368 \begin_layout Plain Layout
19369
19370 \backslash
19371 scriptscriptstyle
19372 \end_layout
19373
19374 \end_inset
19375 </cell>
19376 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19377 \begin_inset Text
19378
19379 \begin_layout Plain Layout
19380 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19381 \end_inset
19382
19383
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 </row>
19389 </lyxtabular>
19390
19391 \end_inset
19392
19393
19394 \end_layout
19395
19396 \begin_layout Standard
19397 After entering these commands, a blue box appears in which the formula parts
19398  are inserted.
19399 \end_layout
19400
19401 \begin_layout Standard
19402 There is a further method to change the font size, that though only works
19403  for symbols or letters in mathematical text.
19404  To use it, one of the above text size commands is inserted in mathematical
19405  text.
19406  All following characters until the end of the mathematical text or until
19407  another size command will have the selected size.
19408  Two examples:
19409 \begin_inset VSpace -2mm
19410 \end_inset
19411
19412
19413 \end_layout
19414
19415 \begin_layout Standard
19416 \begin_inset ERT
19417 status collapsed
19418
19419 \begin_layout Plain Layout
19420
19421
19422 \backslash
19423 huge 
19424 \end_layout
19425
19426 \end_inset
19427
19428
19429 \begin_inset Formula 
19430 \[
19431 A=\frac{B}{c}\cdot\maltese
19432 \]
19433
19434 \end_inset
19435
19436
19437 \begin_inset Formula 
19438 \[
19439 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19440 \]
19441
19442 \end_inset
19443
19444
19445 \begin_inset ERT
19446 status collapsed
19447
19448 \begin_layout Plain Layout
19449
19450
19451 \backslash
19452 normalsize 
19453 \end_layout
19454
19455 \end_inset
19456
19457
19458 \end_layout
19459
19460 \begin_layout Standard
19461 \begin_inset VSpace medskip
19462 \end_inset
19463
19464 Before both formulas the command 
19465 \series bold
19466
19467 \backslash
19468 huge
19469 \series default
19470  was inserted.
19471  The command for the second formula is:
19472 \begin_inset Newline newline
19473 \end_inset
19474
19475
19476 \series bold
19477
19478 \backslash
19479 maltese
19480 \begin_inset space \textvisiblespace{}
19481 \end_inset
19482
19483 A Alt+M M 
19484 \backslash
19485 Large
19486 \begin_inset space \textvisiblespace{}
19487 \end_inset
19488
19489
19490 \backslash
19491 maltese
19492 \begin_inset space \textvisiblespace{}
19493 \end_inset
19494
19495
19496 \backslash
19497 textit
19498 \begin_inset space \textvisiblespace{}
19499 \end_inset
19500
19501 A
19502 \begin_inset Formula $\to$
19503 \end_inset
19504
19505
19506 \begin_inset Formula $\to$
19507 \end_inset
19508
19509
19510 \begin_inset Newline newline
19511 \end_inset
19512
19513
19514 \begin_inset space \hspace*{}
19515 \length 1cm
19516 \end_inset
19517
19518 Alt+M
19519 \series default
19520  
19521 \series bold
19522
19523 \backslash
19524 tiny
19525 \begin_inset space \textvisiblespace{}
19526 \end_inset
19527
19528
19529 \backslash
19530 maltese
19531 \begin_inset space \textvisiblespace{}
19532 \end_inset
19533
19534
19535 \backslash
19536 textit
19537 \begin_inset space \textvisiblespace{}
19538 \end_inset
19539
19540 A
19541 \end_layout
19542
19543 \begin_layout Standard
19544 If a symbol cannot be displayed in different sizes, it will always be displayed
19545  in the default size.
19546 \end_layout
19547
19548 \begin_layout Section
19549 Greek Letters
19550 \begin_inset Index idx
19551 status collapsed
19552
19553 \begin_layout Plain Layout
19554 Greek letters
19555 \end_layout
19556
19557 \end_inset
19558
19559
19560 \end_layout
19561
19562 \begin_layout Standard
19563 Greek letters can also be inserted via the toolbar button 
19564 \begin_inset Info
19565 type  "icon"
19566 arg   "math-insert \\alpha"
19567 \end_inset
19568
19569 .
19570  All international typesetting norms purport that Greek letters in math
19571  have to be typeset italic/slanted.
19572  In some languages, like French or Russian, they are nevertheless sometimes
19573  typeset upright.
19574 \end_layout
19575
19576 \begin_layout Subsection
19577 Small Letters
19578 \begin_inset Index idx
19579 status collapsed
19580
19581 \begin_layout Plain Layout
19582 Greek letters ! small
19583 \end_layout
19584
19585 \end_inset
19586
19587
19588 \end_layout
19589
19590 \begin_layout Standard
19591 \begin_inset space \hfill{}
19592 \end_inset
19593
19594
19595 \begin_inset Tabular
19596 <lyxtabular version="3" rows="11" columns="2">
19597 <features booktabs="true" tabularvalignment="middle">
19598 <column alignment="center" valignment="top" width="0pt">
19599 <column alignment="center" valignment="top" width="0pt">
19600 <row>
19601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19602 \begin_inset Text
19603
19604 \begin_layout Plain Layout
19605 Command
19606 \end_layout
19607
19608 \end_inset
19609 </cell>
19610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614 Result
19615 \end_layout
19616
19617 \end_inset
19618 </cell>
19619 </row>
19620 <row>
19621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19622 \begin_inset Text
19623
19624 \begin_layout Plain Layout
19625
19626 \backslash
19627 alpha
19628 \end_layout
19629
19630 \end_inset
19631 </cell>
19632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19633 \begin_inset Text
19634
19635 \begin_layout Plain Layout
19636 \begin_inset Formula $\alpha$
19637 \end_inset
19638
19639
19640 \end_layout
19641
19642 \end_inset
19643 </cell>
19644 </row>
19645 <row>
19646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19647 \begin_inset Text
19648
19649 \begin_layout Plain Layout
19650
19651 \backslash
19652 beta
19653 \end_layout
19654
19655 \end_inset
19656 </cell>
19657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19658 \begin_inset Text
19659
19660 \begin_layout Plain Layout
19661 \begin_inset Formula $\beta$
19662 \end_inset
19663
19664
19665 \end_layout
19666
19667 \end_inset
19668 </cell>
19669 </row>
19670 <row>
19671 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19672 \begin_inset Text
19673
19674 \begin_layout Plain Layout
19675
19676 \backslash
19677 gamma
19678 \end_layout
19679
19680 \end_inset
19681 </cell>
19682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19683 \begin_inset Text
19684
19685 \begin_layout Plain Layout
19686 \begin_inset Formula $\gamma$
19687 \end_inset
19688
19689
19690 \end_layout
19691
19692 \end_inset
19693 </cell>
19694 </row>
19695 <row>
19696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19697 \begin_inset Text
19698
19699 \begin_layout Plain Layout
19700
19701 \backslash
19702 delta
19703 \end_layout
19704
19705 \end_inset
19706 </cell>
19707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19708 \begin_inset Text
19709
19710 \begin_layout Plain Layout
19711 \begin_inset Formula $\delta$
19712 \end_inset
19713
19714
19715 \end_layout
19716
19717 \end_inset
19718 </cell>
19719 </row>
19720 <row>
19721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19722 \begin_inset Text
19723
19724 \begin_layout Plain Layout
19725
19726 \backslash
19727 epsilon
19728 \end_layout
19729
19730 \end_inset
19731 </cell>
19732 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19733 \begin_inset Text
19734
19735 \begin_layout Plain Layout
19736 \begin_inset Formula $\epsilon$
19737 \end_inset
19738
19739
19740 \end_layout
19741
19742 \end_inset
19743 </cell>
19744 </row>
19745 <row>
19746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19747 \begin_inset Text
19748
19749 \begin_layout Plain Layout
19750
19751 \backslash
19752 varepsilon
19753 \end_layout
19754
19755 \end_inset
19756 </cell>
19757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19758 \begin_inset Text
19759
19760 \begin_layout Plain Layout
19761 \begin_inset Formula $\varepsilon$
19762 \end_inset
19763
19764
19765 \end_layout
19766
19767 \end_inset
19768 </cell>
19769 </row>
19770 <row>
19771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19772 \begin_inset Text
19773
19774 \begin_layout Plain Layout
19775
19776 \backslash
19777 zeta
19778 \end_layout
19779
19780 \end_inset
19781 </cell>
19782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19783 \begin_inset Text
19784
19785 \begin_layout Plain Layout
19786 \begin_inset Formula $\zeta$
19787 \end_inset
19788
19789
19790 \end_layout
19791
19792 \end_inset
19793 </cell>
19794 </row>
19795 <row>
19796 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19797 \begin_inset Text
19798
19799 \begin_layout Plain Layout
19800
19801 \backslash
19802 eta
19803 \end_layout
19804
19805 \end_inset
19806 </cell>
19807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19808 \begin_inset Text
19809
19810 \begin_layout Plain Layout
19811 \begin_inset Formula $\eta$
19812 \end_inset
19813
19814
19815 \end_layout
19816
19817 \end_inset
19818 </cell>
19819 </row>
19820 <row>
19821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19822 \begin_inset Text
19823
19824 \begin_layout Plain Layout
19825
19826 \backslash
19827 theta
19828 \end_layout
19829
19830 \end_inset
19831 </cell>
19832 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19833 \begin_inset Text
19834
19835 \begin_layout Plain Layout
19836 \begin_inset Formula $\theta$
19837 \end_inset
19838
19839
19840 \end_layout
19841
19842 \end_inset
19843 </cell>
19844 </row>
19845 <row>
19846 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19847 \begin_inset Text
19848
19849 \begin_layout Plain Layout
19850
19851 \backslash
19852 vartheta
19853 \end_layout
19854
19855 \end_inset
19856 </cell>
19857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19858 \begin_inset Text
19859
19860 \begin_layout Plain Layout
19861 \begin_inset Formula $\vartheta$
19862 \end_inset
19863
19864
19865 \end_layout
19866
19867 \end_inset
19868 </cell>
19869 </row>
19870 </lyxtabular>
19871
19872 \end_inset
19873
19874
19875 \begin_inset space \hfill{}
19876 \end_inset
19877
19878
19879 \begin_inset Tabular
19880 <lyxtabular version="3" rows="12" columns="2">
19881 <features booktabs="true" tabularvalignment="middle">
19882 <column alignment="center" valignment="top" width="0pt">
19883 <column alignment="center" valignment="top" width="0pt">
19884 <row>
19885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19886 \begin_inset Text
19887
19888 \begin_layout Plain Layout
19889 Command
19890 \end_layout
19891
19892 \end_inset
19893 </cell>
19894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Plain Layout
19898 Result
19899 \end_layout
19900
19901 \end_inset
19902 </cell>
19903 </row>
19904 <row>
19905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19906 \begin_inset Text
19907
19908 \begin_layout Plain Layout
19909
19910 \backslash
19911 iota
19912 \end_layout
19913
19914 \end_inset
19915 </cell>
19916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19917 \begin_inset Text
19918
19919 \begin_layout Plain Layout
19920 \begin_inset Formula $\iota$
19921 \end_inset
19922
19923
19924 \end_layout
19925
19926 \end_inset
19927 </cell>
19928 </row>
19929 <row>
19930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19931 \begin_inset Text
19932
19933 \begin_layout Plain Layout
19934
19935 \backslash
19936 kappa
19937 \end_layout
19938
19939 \end_inset
19940 </cell>
19941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19942 \begin_inset Text
19943
19944 \begin_layout Plain Layout
19945 \begin_inset Formula $\kappa$
19946 \end_inset
19947
19948
19949 \end_layout
19950
19951 \end_inset
19952 </cell>
19953 </row>
19954 <row>
19955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19956 \begin_inset Text
19957
19958 \begin_layout Plain Layout
19959
19960 \backslash
19961 varkappa
19962 \end_layout
19963
19964 \end_inset
19965 </cell>
19966 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19967 \begin_inset Text
19968
19969 \begin_layout Plain Layout
19970 \begin_inset Formula $\varkappa$
19971 \end_inset
19972
19973
19974 \end_layout
19975
19976 \end_inset
19977 </cell>
19978 </row>
19979 <row>
19980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19981 \begin_inset Text
19982
19983 \begin_layout Plain Layout
19984
19985 \backslash
19986 lambda
19987 \end_layout
19988
19989 \end_inset
19990 </cell>
19991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19992 \begin_inset Text
19993
19994 \begin_layout Plain Layout
19995 \begin_inset Formula $\lambda$
19996 \end_inset
19997
19998
19999 \end_layout
20000
20001 \end_inset
20002 </cell>
20003 </row>
20004 <row>
20005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20006 \begin_inset Text
20007
20008 \begin_layout Plain Layout
20009
20010 \backslash
20011 mu
20012 \end_layout
20013
20014 \end_inset
20015 </cell>
20016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20017 \begin_inset Text
20018
20019 \begin_layout Plain Layout
20020 \begin_inset Formula $\mu$
20021 \end_inset
20022
20023
20024 \end_layout
20025
20026 \end_inset
20027 </cell>
20028 </row>
20029 <row>
20030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20031 \begin_inset Text
20032
20033 \begin_layout Plain Layout
20034
20035 \backslash
20036 nu
20037 \end_layout
20038
20039 \end_inset
20040 </cell>
20041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20042 \begin_inset Text
20043
20044 \begin_layout Plain Layout
20045 \begin_inset Formula $\nu$
20046 \end_inset
20047
20048
20049 \end_layout
20050
20051 \end_inset
20052 </cell>
20053 </row>
20054 <row>
20055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20056 \begin_inset Text
20057
20058 \begin_layout Plain Layout
20059
20060 \backslash
20061 xi
20062 \end_layout
20063
20064 \end_inset
20065 </cell>
20066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20067 \begin_inset Text
20068
20069 \begin_layout Plain Layout
20070 \begin_inset Formula $\xi$
20071 \end_inset
20072
20073
20074 \end_layout
20075
20076 \end_inset
20077 </cell>
20078 </row>
20079 <row>
20080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20081 \begin_inset Text
20082
20083 \begin_layout Plain Layout
20084 o
20085 \end_layout
20086
20087 \end_inset
20088 </cell>
20089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20090 \begin_inset Text
20091
20092 \begin_layout Plain Layout
20093 \begin_inset Formula $o$
20094 \end_inset
20095
20096
20097 \end_layout
20098
20099 \end_inset
20100 </cell>
20101 </row>
20102 <row>
20103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20104 \begin_inset Text
20105
20106 \begin_layout Plain Layout
20107
20108 \backslash
20109 pi
20110 \end_layout
20111
20112 \end_inset
20113 </cell>
20114 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20115 \begin_inset Text
20116
20117 \begin_layout Plain Layout
20118 \begin_inset Formula $\pi$
20119 \end_inset
20120
20121
20122 \end_layout
20123
20124 \end_inset
20125 </cell>
20126 </row>
20127 <row>
20128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20129 \begin_inset Text
20130
20131 \begin_layout Plain Layout
20132
20133 \backslash
20134 varpi
20135 \end_layout
20136
20137 \end_inset
20138 </cell>
20139 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20140 \begin_inset Text
20141
20142 \begin_layout Plain Layout
20143 \begin_inset Formula $\varpi$
20144 \end_inset
20145
20146
20147 \end_layout
20148
20149 \end_inset
20150 </cell>
20151 </row>
20152 <row>
20153 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20154 \begin_inset Text
20155
20156 \begin_layout Plain Layout
20157
20158 \backslash
20159 rho
20160 \end_layout
20161
20162 \end_inset
20163 </cell>
20164 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20165 \begin_inset Text
20166
20167 \begin_layout Plain Layout
20168 \begin_inset Formula $\rho$
20169 \end_inset
20170
20171
20172 \end_layout
20173
20174 \end_inset
20175 </cell>
20176 </row>
20177 </lyxtabular>
20178
20179 \end_inset
20180
20181
20182 \begin_inset space \hfill{}
20183 \end_inset
20184
20185
20186 \begin_inset Tabular
20187 <lyxtabular version="3" rows="11" columns="2">
20188 <features booktabs="true" tabularvalignment="middle">
20189 <column alignment="center" valignment="top" width="0pt">
20190 <column alignment="center" valignment="top" width="0pt">
20191 <row>
20192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20193 \begin_inset Text
20194
20195 \begin_layout Plain Layout
20196 Command
20197 \end_layout
20198
20199 \end_inset
20200 </cell>
20201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20202 \begin_inset Text
20203
20204 \begin_layout Plain Layout
20205 Result
20206 \end_layout
20207
20208 \end_inset
20209 </cell>
20210 </row>
20211 <row>
20212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20213 \begin_inset Text
20214
20215 \begin_layout Plain Layout
20216
20217 \backslash
20218 varrho
20219 \end_layout
20220
20221 \end_inset
20222 </cell>
20223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20224 \begin_inset Text
20225
20226 \begin_layout Plain Layout
20227 \begin_inset Formula $\varrho$
20228 \end_inset
20229
20230
20231 \end_layout
20232
20233 \end_inset
20234 </cell>
20235 </row>
20236 <row>
20237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20238 \begin_inset Text
20239
20240 \begin_layout Plain Layout
20241
20242 \backslash
20243 sigma
20244 \end_layout
20245
20246 \end_inset
20247 </cell>
20248 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20249 \begin_inset Text
20250
20251 \begin_layout Plain Layout
20252 \begin_inset Formula $\sigma$
20253 \end_inset
20254
20255
20256 \end_layout
20257
20258 \end_inset
20259 </cell>
20260 </row>
20261 <row>
20262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20263 \begin_inset Text
20264
20265 \begin_layout Plain Layout
20266
20267 \backslash
20268 varsigma
20269 \end_layout
20270
20271 \end_inset
20272 </cell>
20273 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20274 \begin_inset Text
20275
20276 \begin_layout Plain Layout
20277 \begin_inset Formula $\varsigma$
20278 \end_inset
20279
20280
20281 \end_layout
20282
20283 \end_inset
20284 </cell>
20285 </row>
20286 <row>
20287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20288 \begin_inset Text
20289
20290 \begin_layout Plain Layout
20291
20292 \backslash
20293 tau
20294 \end_layout
20295
20296 \end_inset
20297 </cell>
20298 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20299 \begin_inset Text
20300
20301 \begin_layout Plain Layout
20302 \begin_inset Formula $\tau$
20303 \end_inset
20304
20305
20306 \end_layout
20307
20308 \end_inset
20309 </cell>
20310 </row>
20311 <row>
20312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20313 \begin_inset Text
20314
20315 \begin_layout Plain Layout
20316
20317 \backslash
20318 upsilon
20319 \end_layout
20320
20321 \end_inset
20322 </cell>
20323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20324 \begin_inset Text
20325
20326 \begin_layout Plain Layout
20327 \begin_inset Formula $\upsilon$
20328 \end_inset
20329
20330
20331 \end_layout
20332
20333 \end_inset
20334 </cell>
20335 </row>
20336 <row>
20337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20338 \begin_inset Text
20339
20340 \begin_layout Plain Layout
20341
20342 \backslash
20343 phi
20344 \end_layout
20345
20346 \end_inset
20347 </cell>
20348 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20349 \begin_inset Text
20350
20351 \begin_layout Plain Layout
20352 \begin_inset Formula $\phi$
20353 \end_inset
20354
20355
20356 \end_layout
20357
20358 \end_inset
20359 </cell>
20360 </row>
20361 <row>
20362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20363 \begin_inset Text
20364
20365 \begin_layout Plain Layout
20366
20367 \backslash
20368 varphi
20369 \end_layout
20370
20371 \end_inset
20372 </cell>
20373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20374 \begin_inset Text
20375
20376 \begin_layout Plain Layout
20377 \begin_inset Formula $\varphi$
20378 \end_inset
20379
20380
20381 \end_layout
20382
20383 \end_inset
20384 </cell>
20385 </row>
20386 <row>
20387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20388 \begin_inset Text
20389
20390 \begin_layout Plain Layout
20391
20392 \backslash
20393 chi
20394 \end_layout
20395
20396 \end_inset
20397 </cell>
20398 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20399 \begin_inset Text
20400
20401 \begin_layout Plain Layout
20402 \begin_inset Formula $\chi$
20403 \end_inset
20404
20405
20406 \end_layout
20407
20408 \end_inset
20409 </cell>
20410 </row>
20411 <row>
20412 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20413 \begin_inset Text
20414
20415 \begin_layout Plain Layout
20416
20417 \backslash
20418 psi
20419 \end_layout
20420
20421 \end_inset
20422 </cell>
20423 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20424 \begin_inset Text
20425
20426 \begin_layout Plain Layout
20427 \begin_inset Formula $\psi$
20428 \end_inset
20429
20430
20431 \end_layout
20432
20433 \end_inset
20434 </cell>
20435 </row>
20436 <row>
20437 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20438 \begin_inset Text
20439
20440 \begin_layout Plain Layout
20441
20442 \backslash
20443 omega
20444 \end_layout
20445
20446 \end_inset
20447 </cell>
20448 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20449 \begin_inset Text
20450
20451 \begin_layout Plain Layout
20452 \begin_inset Formula $\omega$
20453 \end_inset
20454
20455
20456 \end_layout
20457
20458 \end_inset
20459 </cell>
20460 </row>
20461 </lyxtabular>
20462
20463 \end_inset
20464
20465
20466 \begin_inset space \hfill{}
20467 \end_inset
20468
20469
20470 \end_layout
20471
20472 \begin_layout Standard
20473 \begin_inset VSpace medskip
20474 \end_inset
20475
20476
20477 \end_layout
20478
20479 \begin_layout Standard
20480 How to create special upright Greek letters is explained in 
20481 \begin_inset CommandInset ref
20482 LatexCommand ref
20483 reference "subsec:Upright-small-Greek"
20484
20485 \end_inset
20486
20487 .
20488 \end_layout
20489
20490 \begin_layout Subsection
20491 Big Letters
20492 \begin_inset Index idx
20493 status collapsed
20494
20495 \begin_layout Plain Layout
20496 Greek letters ! big
20497 \end_layout
20498
20499 \end_inset
20500
20501
20502 \end_layout
20503
20504 \begin_layout Standard
20505 \begin_inset space \hfill{}
20506 \end_inset
20507
20508
20509 \begin_inset Tabular
20510 <lyxtabular version="3" rows="7" columns="2">
20511 <features booktabs="true" tabularvalignment="middle">
20512 <column alignment="center" valignment="top" width="0pt">
20513 <column alignment="center" valignment="top" width="0pt">
20514 <row>
20515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20516 \begin_inset Text
20517
20518 \begin_layout Plain Layout
20519 Command
20520 \end_layout
20521
20522 \end_inset
20523 </cell>
20524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20525 \begin_inset Text
20526
20527 \begin_layout Plain Layout
20528 Result
20529 \end_layout
20530
20531 \end_inset
20532 </cell>
20533 </row>
20534 <row>
20535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20536 \begin_inset Text
20537
20538 \begin_layout Plain Layout
20539
20540 \backslash
20541 Gamma
20542 \end_layout
20543
20544 \end_inset
20545 </cell>
20546 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20547 \begin_inset Text
20548
20549 \begin_layout Plain Layout
20550 \begin_inset Formula $\Gamma$
20551 \end_inset
20552
20553
20554 \end_layout
20555
20556 \end_inset
20557 </cell>
20558 </row>
20559 <row>
20560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20561 \begin_inset Text
20562
20563 \begin_layout Plain Layout
20564
20565 \backslash
20566 Delta
20567 \end_layout
20568
20569 \end_inset
20570 </cell>
20571 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20572 \begin_inset Text
20573
20574 \begin_layout Plain Layout
20575 \begin_inset Formula $\Delta$
20576 \end_inset
20577
20578
20579 \end_layout
20580
20581 \end_inset
20582 </cell>
20583 </row>
20584 <row>
20585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20586 \begin_inset Text
20587
20588 \begin_layout Plain Layout
20589
20590 \backslash
20591 Theta
20592 \end_layout
20593
20594 \end_inset
20595 </cell>
20596 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20597 \begin_inset Text
20598
20599 \begin_layout Plain Layout
20600 \begin_inset Formula $\Theta$
20601 \end_inset
20602
20603
20604 \end_layout
20605
20606 \end_inset
20607 </cell>
20608 </row>
20609 <row>
20610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20611 \begin_inset Text
20612
20613 \begin_layout Plain Layout
20614
20615 \backslash
20616 Lambda
20617 \end_layout
20618
20619 \end_inset
20620 </cell>
20621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20622 \begin_inset Text
20623
20624 \begin_layout Plain Layout
20625 \begin_inset Formula $\Lambda$
20626 \end_inset
20627
20628
20629 \end_layout
20630
20631 \end_inset
20632 </cell>
20633 </row>
20634 <row>
20635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20636 \begin_inset Text
20637
20638 \begin_layout Plain Layout
20639
20640 \backslash
20641 Xi
20642 \end_layout
20643
20644 \end_inset
20645 </cell>
20646 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20647 \begin_inset Text
20648
20649 \begin_layout Plain Layout
20650 \begin_inset Formula $\Xi$
20651 \end_inset
20652
20653
20654 \end_layout
20655
20656 \end_inset
20657 </cell>
20658 </row>
20659 <row>
20660 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20661 \begin_inset Text
20662
20663 \begin_layout Plain Layout
20664
20665 \backslash
20666 Pi
20667 \end_layout
20668
20669 \end_inset
20670 </cell>
20671 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20672 \begin_inset Text
20673
20674 \begin_layout Plain Layout
20675 \begin_inset Formula $\Pi$
20676 \end_inset
20677
20678
20679 \end_layout
20680
20681 \end_inset
20682 </cell>
20683 </row>
20684 </lyxtabular>
20685
20686 \end_inset
20687
20688
20689 \begin_inset space \hfill{}
20690 \end_inset
20691
20692
20693 \begin_inset Tabular
20694 <lyxtabular version="3" rows="6" columns="2">
20695 <features booktabs="true" tabularvalignment="middle">
20696 <column alignment="center" valignment="top" width="0pt">
20697 <column alignment="center" valignment="top" width="0pt">
20698 <row>
20699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20700 \begin_inset Text
20701
20702 \begin_layout Plain Layout
20703 Command
20704 \end_layout
20705
20706 \end_inset
20707 </cell>
20708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20709 \begin_inset Text
20710
20711 \begin_layout Plain Layout
20712 Result
20713 \end_layout
20714
20715 \end_inset
20716 </cell>
20717 </row>
20718 <row>
20719 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20720 \begin_inset Text
20721
20722 \begin_layout Plain Layout
20723
20724 \backslash
20725 Sigma
20726 \end_layout
20727
20728 \end_inset
20729 </cell>
20730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20731 \begin_inset Text
20732
20733 \begin_layout Plain Layout
20734 \begin_inset Formula $\Sigma$
20735 \end_inset
20736
20737
20738 \end_layout
20739
20740 \end_inset
20741 </cell>
20742 </row>
20743 <row>
20744 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20745 \begin_inset Text
20746
20747 \begin_layout Plain Layout
20748
20749 \backslash
20750 Upsilon
20751 \end_layout
20752
20753 \end_inset
20754 </cell>
20755 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20756 \begin_inset Text
20757
20758 \begin_layout Plain Layout
20759 \begin_inset Formula $\Upsilon$
20760 \end_inset
20761
20762
20763 \end_layout
20764
20765 \end_inset
20766 </cell>
20767 </row>
20768 <row>
20769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20770 \begin_inset Text
20771
20772 \begin_layout Plain Layout
20773
20774 \backslash
20775 Phi
20776 \end_layout
20777
20778 \end_inset
20779 </cell>
20780 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20781 \begin_inset Text
20782
20783 \begin_layout Plain Layout
20784 \begin_inset Formula $\Phi$
20785 \end_inset
20786
20787
20788 \end_layout
20789
20790 \end_inset
20791 </cell>
20792 </row>
20793 <row>
20794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20795 \begin_inset Text
20796
20797 \begin_layout Plain Layout
20798
20799 \backslash
20800 Psi
20801 \end_layout
20802
20803 \end_inset
20804 </cell>
20805 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20806 \begin_inset Text
20807
20808 \begin_layout Plain Layout
20809 \begin_inset Formula $\Psi$
20810 \end_inset
20811
20812
20813 \end_layout
20814
20815 \end_inset
20816 </cell>
20817 </row>
20818 <row>
20819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20820 \begin_inset Text
20821
20822 \begin_layout Plain Layout
20823
20824 \backslash
20825 Omega
20826 \end_layout
20827
20828 \end_inset
20829 </cell>
20830 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20831 \begin_inset Text
20832
20833 \begin_layout Plain Layout
20834 \begin_inset Formula $\Omega$
20835 \end_inset
20836
20837
20838 \end_layout
20839
20840 \end_inset
20841 </cell>
20842 </row>
20843 </lyxtabular>
20844
20845 \end_inset
20846
20847
20848 \begin_inset space \hfill{}
20849 \end_inset
20850
20851
20852 \end_layout
20853
20854 \begin_layout Standard
20855 \begin_inset VSpace medskip
20856 \end_inset
20857
20858 That the big Greek letters appear upright is caused by a design bug when
20859  \SpecialChar TeX
20860  was developed.
20861  To get correct italic big letters, begin every command with 
20862 \series bold
20863 var
20864 \series default
20865 .
20866  For example the command 
20867 \series bold
20868
20869 \backslash
20870 varGamma
20871 \series default
20872  produces 
20873 \begin_inset Formula $\varGamma$
20874 \end_inset
20875
20876 .
20877  Another way is to load the package 
20878 \series bold
20879 fixmath
20880 \series default
20881
20882 \begin_inset Foot
20883 status collapsed
20884
20885 \begin_layout Plain Layout
20886
20887 \series bold
20888 fixmath
20889 \series default
20890  is part of the \SpecialChar LaTeX
20891 -package 
20892 \series bold
20893 was
20894 \series default
20895
20896 \begin_inset Index idx
20897 status collapsed
20898
20899 \begin_layout Plain Layout
20900 Packages ! was
20901 \begin_inset ERT
20902 status collapsed
20903
20904 \begin_layout Plain Layout
20905
20906
20907 \backslash
20908 vspace{4mm}
20909 \end_layout
20910
20911 \end_inset
20912
20913
20914 \end_layout
20915
20916 \end_inset
20917
20918 .
20919 \end_layout
20920
20921 \end_inset
20922
20923
20924 \begin_inset Index idx
20925 status collapsed
20926
20927 \begin_layout Plain Layout
20928 Packages ! fixmath
20929 \end_layout
20930
20931 \end_inset
20932
20933  with the \SpecialChar LaTeX
20934 -preamble line
20935 \end_layout
20936
20937 \begin_layout Standard
20938
20939 \series bold
20940
20941 \backslash
20942 usepackage{fixmath}
20943 \end_layout
20944
20945 \begin_layout Standard
20946 Then all big Greek letters in a document will automatically be typeset italic.
20947 \end_layout
20948
20949 \begin_layout Subsection
20950 Bold Letters
20951 \begin_inset Index idx
20952 status collapsed
20953
20954 \begin_layout Plain Layout
20955 Greek letters ! bold
20956 \end_layout
20957
20958 \end_inset
20959
20960
20961 \end_layout
20962
20963 \begin_layout Standard
20964 Greek letters cannot be set with different font styles like Latin letters.
20965  They can only be made bold with the command 
20966 \series bold
20967
20968 \backslash
20969 boldsymbol
20970 \series default
20971
20972 \begin_inset Index idx
20973 status collapsed
20974
20975 \begin_layout Plain Layout
20976 Commands ! B ! 
20977 \backslash
20978 boldsymbol
20979 \end_layout
20980
20981 \end_inset
20982
20983 .
20984 \begin_inset Separator parbreak
20985 \end_inset
20986
20987
20988 \end_layout
20989
20990 \begin_layout Standard
20991 \align center
20992 \begin_inset Tabular
20993 <lyxtabular version="3" rows="3" columns="2">
20994 <features booktabs="true" tabularvalignment="middle">
20995 <column alignment="center" valignment="top" width="0pt">
20996 <column alignment="center" valignment="top">
20997 <row>
20998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20999 \begin_inset Text
21000
21001 \begin_layout Plain Layout
21002 Command
21003 \end_layout
21004
21005 \end_inset
21006 </cell>
21007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21008 \begin_inset Text
21009
21010 \begin_layout Plain Layout
21011 Result
21012 \end_layout
21013
21014 \end_inset
21015 </cell>
21016 </row>
21017 <row>
21018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21019 \begin_inset Text
21020
21021 \begin_layout Plain Layout
21022
21023 \backslash
21024 Upsilon
21025 \backslash
21026 boldsymbol
21027 \backslash
21028 Upsilon
21029 \end_layout
21030
21031 \end_inset
21032 </cell>
21033 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21034 \begin_inset Text
21035
21036 \begin_layout Plain Layout
21037 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21038 \end_inset
21039
21040
21041 \end_layout
21042
21043 \end_inset
21044 </cell>
21045 </row>
21046 <row>
21047 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21048 \begin_inset Text
21049
21050 \begin_layout Plain Layout
21051
21052 \backslash
21053 theta
21054 \backslash
21055 boldsymbol
21056 \backslash
21057 theta
21058 \end_layout
21059
21060 \end_inset
21061 </cell>
21062 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21063 \begin_inset Text
21064
21065 \begin_layout Plain Layout
21066 \begin_inset Formula $\theta\boldsymbol{\theta}$
21067 \end_inset
21068
21069
21070 \end_layout
21071
21072 \end_inset
21073 </cell>
21074 </row>
21075 </lyxtabular>
21076
21077 \end_inset
21078
21079
21080 \end_layout
21081
21082 \begin_layout Section
21083 Symbols
21084 \begin_inset ERT
21085 status collapsed
21086
21087 \begin_layout Plain Layout
21088
21089
21090 \backslash
21091 texorpdfstring{
21092 \end_layout
21093
21094 \end_inset
21095
21096
21097 \begin_inset Foot
21098 status collapsed
21099
21100 \begin_layout Plain Layout
21101 A list with all symbols of most of the \SpecialChar LaTeX
21102 -packages can be found in 
21103 \begin_inset CommandInset citation
21104 LatexCommand cite
21105 key "Symbols"
21106
21107 \end_inset
21108
21109 .
21110 \end_layout
21111
21112 \end_inset
21113
21114
21115 \begin_inset ERT
21116 status collapsed
21117
21118 \begin_layout Plain Layout
21119
21120 }{}
21121 \end_layout
21122
21123 \end_inset
21124
21125
21126 \begin_inset Note Note
21127 status collapsed
21128
21129 \begin_layout Plain Layout
21130
21131 \backslash
21132 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21133 \end_layout
21134
21135 \begin_layout Plain Layout
21136 More about 
21137 \backslash
21138 texorpdfstring is in section 
21139 \begin_inset CommandInset ref
21140 LatexCommand ref
21141 reference "subsec:Formulas-in-Section"
21142
21143 \end_inset
21144
21145 .
21146 \end_layout
21147
21148 \end_inset
21149
21150
21151 \begin_inset Index idx
21152 status collapsed
21153
21154 \begin_layout Plain Layout
21155 Symbols
21156 \end_layout
21157
21158 \end_inset
21159
21160
21161 \end_layout
21162
21163 \begin_layout Standard
21164 Many of the symbols listed in this section can also be inserted via the
21165  toolbar buttons 
21166 \begin_inset Info
21167 type  "icon"
21168 arg   "math-insert \\nabla"
21169 \end_inset
21170
21171  and 
21172 \begin_inset Info
21173 type  "icon"
21174 arg   "math-insert \\digamma"
21175 \end_inset
21176
21177 .
21178 \end_layout
21179
21180 \begin_layout Subsection
21181 Mathematical Symbols
21182 \begin_inset CommandInset label
21183 LatexCommand label
21184 name "subsec:Mathematical-Symbols"
21185
21186 \end_inset
21187
21188
21189 \begin_inset Index idx
21190 status collapsed
21191
21192 \begin_layout Plain Layout
21193 Symbols ! mathematical
21194 \end_layout
21195
21196 \end_inset
21197
21198
21199 \end_layout
21200
21201 \begin_layout Standard
21202 \begin_inset Tabular
21203 <lyxtabular version="3" rows="10" columns="2">
21204 <features booktabs="true" tabularvalignment="middle">
21205 <column alignment="center" valignment="top" width="0pt">
21206 <column alignment="center" valignment="top" width="0pt">
21207 <row>
21208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21209 \begin_inset Text
21210
21211 \begin_layout Plain Layout
21212 Command
21213 \end_layout
21214
21215 \end_inset
21216 </cell>
21217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21218 \begin_inset Text
21219
21220 \begin_layout Plain Layout
21221 Symbol
21222 \end_layout
21223
21224 \end_inset
21225 </cell>
21226 </row>
21227 <row>
21228 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21229 \begin_inset Text
21230
21231 \begin_layout Plain Layout
21232
21233 \backslash
21234 neg
21235 \end_layout
21236
21237 \end_inset
21238 </cell>
21239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21240 \begin_inset Text
21241
21242 \begin_layout Plain Layout
21243 \begin_inset Formula $\neg$
21244 \end_inset
21245
21246
21247 \end_layout
21248
21249 \end_inset
21250 </cell>
21251 </row>
21252 <row>
21253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21254 \begin_inset Text
21255
21256 \begin_layout Plain Layout
21257
21258 \backslash
21259 Im
21260 \end_layout
21261
21262 \end_inset
21263 </cell>
21264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21265 \begin_inset Text
21266
21267 \begin_layout Plain Layout
21268 \begin_inset Formula $\Im$
21269 \end_inset
21270
21271
21272 \end_layout
21273
21274 \end_inset
21275 </cell>
21276 </row>
21277 <row>
21278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21279 \begin_inset Text
21280
21281 \begin_layout Plain Layout
21282
21283 \backslash
21284 Re
21285 \end_layout
21286
21287 \end_inset
21288 </cell>
21289 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21290 \begin_inset Text
21291
21292 \begin_layout Plain Layout
21293 \begin_inset Formula $\Re$
21294 \end_inset
21295
21296
21297 \end_layout
21298
21299 \end_inset
21300 </cell>
21301 </row>
21302 <row>
21303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21304 \begin_inset Text
21305
21306 \begin_layout Plain Layout
21307
21308 \backslash
21309 aleph
21310 \end_layout
21311
21312 \end_inset
21313 </cell>
21314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21315 \begin_inset Text
21316
21317 \begin_layout Plain Layout
21318 \begin_inset Formula $\aleph$
21319 \end_inset
21320
21321
21322 \end_layout
21323
21324 \end_inset
21325 </cell>
21326 </row>
21327 <row>
21328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Plain Layout
21332
21333 \backslash
21334 partial
21335 \end_layout
21336
21337 \end_inset
21338 </cell>
21339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21340 \begin_inset Text
21341
21342 \begin_layout Plain Layout
21343 \begin_inset Formula $\partial$
21344 \end_inset
21345
21346
21347 \end_layout
21348
21349 \end_inset
21350 </cell>
21351 </row>
21352 <row>
21353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21354 \begin_inset Text
21355
21356 \begin_layout Plain Layout
21357
21358 \backslash
21359 infty
21360 \end_layout
21361
21362 \end_inset
21363 </cell>
21364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21365 \begin_inset Text
21366
21367 \begin_layout Plain Layout
21368 \begin_inset Formula $\infty$
21369 \end_inset
21370
21371
21372 \end_layout
21373
21374 \end_inset
21375 </cell>
21376 </row>
21377 <row>
21378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21379 \begin_inset Text
21380
21381 \begin_layout Plain Layout
21382
21383 \backslash
21384 wp
21385 \end_layout
21386
21387 \end_inset
21388 </cell>
21389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21390 \begin_inset Text
21391
21392 \begin_layout Plain Layout
21393 \begin_inset Formula $\wp$
21394 \end_inset
21395
21396
21397 \end_layout
21398
21399 \end_inset
21400 </cell>
21401 </row>
21402 <row>
21403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21404 \begin_inset Text
21405
21406 \begin_layout Plain Layout
21407
21408 \backslash
21409 imath
21410 \end_layout
21411
21412 \end_inset
21413 </cell>
21414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21415 \begin_inset Text
21416
21417 \begin_layout Plain Layout
21418 \begin_inset Formula $\imath$
21419 \end_inset
21420
21421
21422 \end_layout
21423
21424 \end_inset
21425 </cell>
21426 </row>
21427 <row>
21428 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21429 \begin_inset Text
21430
21431 \begin_layout Plain Layout
21432
21433 \backslash
21434 jmath
21435 \end_layout
21436
21437 \end_inset
21438 </cell>
21439 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21440 \begin_inset Text
21441
21442 \begin_layout Plain Layout
21443 \begin_inset Formula $\jmath$
21444 \end_inset
21445
21446
21447 \end_layout
21448
21449 \end_inset
21450 </cell>
21451 </row>
21452 </lyxtabular>
21453
21454 \end_inset
21455
21456
21457 \begin_inset space \hfill{}
21458 \end_inset
21459
21460
21461 \begin_inset Tabular
21462 <lyxtabular version="3" rows="10" columns="2">
21463 <features booktabs="true" tabularvalignment="middle">
21464 <column alignment="center" valignment="top" width="0pt">
21465 <column alignment="center" valignment="top" width="0pt">
21466 <row>
21467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21468 \begin_inset Text
21469
21470 \begin_layout Plain Layout
21471 Command
21472 \end_layout
21473
21474 \end_inset
21475 </cell>
21476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21477 \begin_inset Text
21478
21479 \begin_layout Plain Layout
21480 Symbol
21481 \begin_inset Note Note
21482 status collapsed
21483
21484 \begin_layout Plain Layout
21485
21486 \series bold
21487
21488 \backslash
21489 raisebox
21490 \series default
21491  is only used as spacer.
21492 \end_layout
21493
21494 \end_inset
21495
21496
21497 \end_layout
21498
21499 \end_inset
21500 </cell>
21501 </row>
21502 <row>
21503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21504 \begin_inset Text
21505
21506 \begin_layout Plain Layout
21507
21508 \backslash
21509 forall
21510 \end_layout
21511
21512 \end_inset
21513 </cell>
21514 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21515 \begin_inset Text
21516
21517 \begin_layout Plain Layout
21518 \begin_inset Formula $\forall$
21519 \end_inset
21520
21521
21522 \end_layout
21523
21524 \end_inset
21525 </cell>
21526 </row>
21527 <row>
21528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21529 \begin_inset Text
21530
21531 \begin_layout Plain Layout
21532
21533 \backslash
21534 exists
21535 \end_layout
21536
21537 \end_inset
21538 </cell>
21539 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21540 \begin_inset Text
21541
21542 \begin_layout Plain Layout
21543 \begin_inset Formula $\exists$
21544 \end_inset
21545
21546
21547 \end_layout
21548
21549 \end_inset
21550 </cell>
21551 </row>
21552 <row>
21553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21554 \begin_inset Text
21555
21556 \begin_layout Plain Layout
21557
21558 \backslash
21559 nexists
21560 \end_layout
21561
21562 \end_inset
21563 </cell>
21564 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21565 \begin_inset Text
21566
21567 \begin_layout Plain Layout
21568 \begin_inset Formula $\nexists$
21569 \end_inset
21570
21571
21572 \end_layout
21573
21574 \end_inset
21575 </cell>
21576 </row>
21577 <row>
21578 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21579 \begin_inset Text
21580
21581 \begin_layout Plain Layout
21582
21583 \backslash
21584 emptyset
21585 \end_layout
21586
21587 \end_inset
21588 </cell>
21589 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21590 \begin_inset Text
21591
21592 \begin_layout Plain Layout
21593 \begin_inset Formula $\emptyset$
21594 \end_inset
21595
21596
21597 \end_layout
21598
21599 \end_inset
21600 </cell>
21601 </row>
21602 <row>
21603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21604 \begin_inset Text
21605
21606 \begin_layout Plain Layout
21607
21608 \backslash
21609 varnothing
21610 \end_layout
21611
21612 \end_inset
21613 </cell>
21614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21615 \begin_inset Text
21616
21617 \begin_layout Plain Layout
21618 \begin_inset Formula $\varnothing$
21619 \end_inset
21620
21621
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 </row>
21627 <row>
21628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21629 \begin_inset Text
21630
21631 \begin_layout Plain Layout
21632
21633 \backslash
21634 dag
21635 \end_layout
21636
21637 \end_inset
21638 </cell>
21639 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21640 \begin_inset Text
21641
21642 \begin_layout Plain Layout
21643 \begin_inset Formula $\dag$
21644 \end_inset
21645
21646
21647 \end_layout
21648
21649 \end_inset
21650 </cell>
21651 </row>
21652 <row>
21653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21654 \begin_inset Text
21655
21656 \begin_layout Plain Layout
21657
21658 \backslash
21659 ddag
21660 \end_layout
21661
21662 \end_inset
21663 </cell>
21664 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21665 \begin_inset Text
21666
21667 \begin_layout Plain Layout
21668 \begin_inset Formula $\ddag$
21669 \end_inset
21670
21671
21672 \end_layout
21673
21674 \end_inset
21675 </cell>
21676 </row>
21677 <row>
21678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21679 \begin_inset Text
21680
21681 \begin_layout Plain Layout
21682
21683 \backslash
21684 complement
21685 \end_layout
21686
21687 \end_inset
21688 </cell>
21689 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21690 \begin_inset Text
21691
21692 \begin_layout Plain Layout
21693 \begin_inset ERT
21694 status collapsed
21695
21696 \begin_layout Plain Layout
21697
21698
21699 \backslash
21700 raisebox{-0.8mm}{
21701 \end_layout
21702
21703 \end_inset
21704
21705
21706 \begin_inset Formula $\complement$
21707 \end_inset
21708
21709
21710 \begin_inset ERT
21711 status collapsed
21712
21713 \begin_layout Plain Layout
21714
21715 }
21716 \end_layout
21717
21718 \end_inset
21719
21720
21721 \end_layout
21722
21723 \end_inset
21724 </cell>
21725 </row>
21726 <row>
21727 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21728 \begin_inset Text
21729
21730 \begin_layout Plain Layout
21731
21732 \backslash
21733 Bbbk
21734 \end_layout
21735
21736 \end_inset
21737 </cell>
21738 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21739 \begin_inset Text
21740
21741 \begin_layout Plain Layout
21742 \begin_inset Formula $\Bbbk$
21743 \end_inset
21744
21745
21746 \end_layout
21747
21748 \end_inset
21749 </cell>
21750 </row>
21751 </lyxtabular>
21752
21753 \end_inset
21754
21755
21756 \begin_inset space \hfill{}
21757 \end_inset
21758
21759
21760 \begin_inset Tabular
21761 <lyxtabular version="3" rows="10" columns="2">
21762 <features booktabs="true" tabularvalignment="middle">
21763 <column alignment="center" valignment="top" width="0pt">
21764 <column alignment="center" valignment="top" width="0pt">
21765 <row>
21766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21767 \begin_inset Text
21768
21769 \begin_layout Plain Layout
21770 Command
21771 \end_layout
21772
21773 \end_inset
21774 </cell>
21775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21776 \begin_inset Text
21777
21778 \begin_layout Plain Layout
21779 Symbol
21780 \end_layout
21781
21782 \end_inset
21783 </cell>
21784 </row>
21785 <row>
21786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21787 \begin_inset Text
21788
21789 \begin_layout Plain Layout
21790
21791 \backslash
21792 prime
21793 \end_layout
21794
21795 \end_inset
21796 </cell>
21797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21798 \begin_inset Text
21799
21800 \begin_layout Plain Layout
21801 \begin_inset Formula $\prime$
21802 \end_inset
21803
21804
21805 \end_layout
21806
21807 \end_inset
21808 </cell>
21809 </row>
21810 <row>
21811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21812 \begin_inset Text
21813
21814 \begin_layout Plain Layout
21815
21816 \backslash
21817 backprime
21818 \end_layout
21819
21820 \end_inset
21821 </cell>
21822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21823 \begin_inset Text
21824
21825 \begin_layout Plain Layout
21826 \begin_inset Formula $\backprime$
21827 \end_inset
21828
21829
21830 \end_layout
21831
21832 \end_inset
21833 </cell>
21834 </row>
21835 <row>
21836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21837 \begin_inset Text
21838
21839 \begin_layout Plain Layout
21840
21841 \backslash
21842 mho
21843 \end_layout
21844
21845 \end_inset
21846 </cell>
21847 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21848 \begin_inset Text
21849
21850 \begin_layout Plain Layout
21851 \begin_inset Formula $\mho$
21852 \end_inset
21853
21854
21855 \end_layout
21856
21857 \end_inset
21858 </cell>
21859 </row>
21860 <row>
21861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21862 \begin_inset Text
21863
21864 \begin_layout Plain Layout
21865
21866 \backslash
21867 triangle
21868 \end_layout
21869
21870 \end_inset
21871 </cell>
21872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21873 \begin_inset Text
21874
21875 \begin_layout Plain Layout
21876 \begin_inset Formula $\triangle$
21877 \end_inset
21878
21879
21880 \end_layout
21881
21882 \end_inset
21883 </cell>
21884 </row>
21885 <row>
21886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21887 \begin_inset Text
21888
21889 \begin_layout Plain Layout
21890
21891 \backslash
21892 angle
21893 \end_layout
21894
21895 \end_inset
21896 </cell>
21897 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21898 \begin_inset Text
21899
21900 \begin_layout Plain Layout
21901 \begin_inset Formula $\angle$
21902 \end_inset
21903
21904
21905 \end_layout
21906
21907 \end_inset
21908 </cell>
21909 </row>
21910 <row>
21911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21912 \begin_inset Text
21913
21914 \begin_layout Plain Layout
21915
21916 \backslash
21917 measuredangle
21918 \end_layout
21919
21920 \end_inset
21921 </cell>
21922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21923 \begin_inset Text
21924
21925 \begin_layout Plain Layout
21926 \begin_inset Formula $\measuredangle$
21927 \end_inset
21928
21929
21930 \end_layout
21931
21932 \end_inset
21933 </cell>
21934 </row>
21935 <row>
21936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21937 \begin_inset Text
21938
21939 \begin_layout Plain Layout
21940
21941 \backslash
21942 sphericalangle
21943 \end_layout
21944
21945 \end_inset
21946 </cell>
21947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21948 \begin_inset Text
21949
21950 \begin_layout Plain Layout
21951 \begin_inset Formula $\sphericalangle$
21952 \end_inset
21953
21954
21955 \end_layout
21956
21957 \end_inset
21958 </cell>
21959 </row>
21960 <row>
21961 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21962 \begin_inset Text
21963
21964 \begin_layout Plain Layout
21965
21966 \backslash
21967 top
21968 \end_layout
21969
21970 \end_inset
21971 </cell>
21972 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21973 \begin_inset Text
21974
21975 \begin_layout Plain Layout
21976 \begin_inset Formula $\top$
21977 \end_inset
21978
21979
21980 \end_layout
21981
21982 \end_inset
21983 </cell>
21984 </row>
21985 <row>
21986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21987 \begin_inset Text
21988
21989 \begin_layout Plain Layout
21990
21991 \backslash
21992 bot
21993 \end_layout
21994
21995 \end_inset
21996 </cell>
21997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21998 \begin_inset Text
21999
22000 \begin_layout Plain Layout
22001 \begin_inset Formula $\bot$
22002 \end_inset
22003
22004
22005 \end_layout
22006
22007 \end_inset
22008 </cell>
22009 </row>
22010 </lyxtabular>
22011
22012 \end_inset
22013
22014
22015 \end_layout
22016
22017 \begin_layout Standard
22018 \begin_inset Newpage newpage
22019 \end_inset
22020
22021
22022 \end_layout
22023
22024 \begin_layout Subsection
22025 Miscellaneous Symbols
22026 \begin_inset CommandInset label
22027 LatexCommand label
22028 name "subsec:Miscellaneous-Symbols"
22029
22030 \end_inset
22031
22032
22033 \begin_inset Index idx
22034 status collapsed
22035
22036 \begin_layout Plain Layout
22037 Symbols ! miscellaneous
22038 \end_layout
22039
22040 \end_inset
22041
22042
22043 \end_layout
22044
22045 \begin_layout Standard
22046 \noindent
22047 \align center
22048 \begin_inset Tabular
22049 <lyxtabular version="3" rows="10" columns="2">
22050 <features booktabs="true" tabularvalignment="middle">
22051 <column alignment="center" valignment="top" width="0pt">
22052 <column alignment="center" valignment="top" width="0pt">
22053 <row>
22054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22055 \begin_inset Text
22056
22057 \begin_layout Plain Layout
22058 Command
22059 \end_layout
22060
22061 \end_inset
22062 </cell>
22063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22064 \begin_inset Text
22065
22066 \begin_layout Plain Layout
22067 Symbol
22068 \end_layout
22069
22070 \end_inset
22071 </cell>
22072 </row>
22073 <row>
22074 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22075 \begin_inset Text
22076
22077 \begin_layout Plain Layout
22078
22079 \backslash
22080 flat
22081 \end_layout
22082
22083 \end_inset
22084 </cell>
22085 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22086 \begin_inset Text
22087
22088 \begin_layout Plain Layout
22089 \begin_inset Formula $\flat$
22090 \end_inset
22091
22092
22093 \end_layout
22094
22095 \end_inset
22096 </cell>
22097 </row>
22098 <row>
22099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22100 \begin_inset Text
22101
22102 \begin_layout Plain Layout
22103
22104 \backslash
22105 natural
22106 \end_layout
22107
22108 \end_inset
22109 </cell>
22110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22111 \begin_inset Text
22112
22113 \begin_layout Plain Layout
22114 \begin_inset Formula $\natural$
22115 \end_inset
22116
22117
22118 \end_layout
22119
22120 \end_inset
22121 </cell>
22122 </row>
22123 <row>
22124 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22125 \begin_inset Text
22126
22127 \begin_layout Plain Layout
22128
22129 \backslash
22130 sharp
22131 \end_layout
22132
22133 \end_inset
22134 </cell>
22135 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22136 \begin_inset Text
22137
22138 \begin_layout Plain Layout
22139 \begin_inset Formula $\sharp$
22140 \end_inset
22141
22142
22143 \end_layout
22144
22145 \end_inset
22146 </cell>
22147 </row>
22148 <row>
22149 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22150 \begin_inset Text
22151
22152 \begin_layout Plain Layout
22153
22154 \backslash
22155 surd
22156 \end_layout
22157
22158 \end_inset
22159 </cell>
22160 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22161 \begin_inset Text
22162
22163 \begin_layout Plain Layout
22164 \begin_inset Formula $\surd$
22165 \end_inset
22166
22167
22168 \end_layout
22169
22170 \end_inset
22171 </cell>
22172 </row>
22173 <row>
22174 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22175 \begin_inset Text
22176
22177 \begin_layout Plain Layout
22178
22179 \backslash
22180 checkmark
22181 \end_layout
22182
22183 \end_inset
22184 </cell>
22185 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22186 \begin_inset Text
22187
22188 \begin_layout Plain Layout
22189 \begin_inset Formula $\checkmark$
22190 \end_inset
22191
22192
22193 \end_layout
22194
22195 \end_inset
22196 </cell>
22197 </row>
22198 <row>
22199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22200 \begin_inset Text
22201
22202 \begin_layout Plain Layout
22203
22204 \backslash
22205 yen
22206 \end_layout
22207
22208 \end_inset
22209 </cell>
22210 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22211 \begin_inset Text
22212
22213 \begin_layout Plain Layout
22214 \begin_inset Formula $\yen$
22215 \end_inset
22216
22217
22218 \end_layout
22219
22220 \end_inset
22221 </cell>
22222 </row>
22223 <row>
22224 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22225 \begin_inset Text
22226
22227 \begin_layout Plain Layout
22228
22229 \backslash
22230 pounds
22231 \end_layout
22232
22233 \end_inset
22234 </cell>
22235 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22236 \begin_inset Text
22237
22238 \begin_layout Plain Layout
22239 \begin_inset Formula $\pounds$
22240 \end_inset
22241
22242
22243 \end_layout
22244
22245 \end_inset
22246 </cell>
22247 </row>
22248 <row>
22249 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22250 \begin_inset Text
22251
22252 \begin_layout Plain Layout
22253 $
22254 \end_layout
22255
22256 \end_inset
22257 </cell>
22258 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22259 \begin_inset Text
22260
22261 \begin_layout Plain Layout
22262 \begin_inset Formula $\$$
22263 \end_inset
22264
22265
22266 \end_layout
22267
22268 \end_inset
22269 </cell>
22270 </row>
22271 <row>
22272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22273 \begin_inset Text
22274
22275 \begin_layout Plain Layout
22276 §
22277 \end_layout
22278
22279 \end_inset
22280 </cell>
22281 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22282 \begin_inset Text
22283
22284 \begin_layout Plain Layout
22285 \begin_inset Formula $§$
22286 \end_inset
22287
22288
22289 \end_layout
22290
22291 \end_inset
22292 </cell>
22293 </row>
22294 </lyxtabular>
22295
22296 \end_inset
22297
22298
22299 \begin_inset space \hfill{}
22300 \end_inset
22301
22302
22303 \begin_inset Tabular
22304 <lyxtabular version="3" rows="10" columns="2">
22305 <features booktabs="true" tabularvalignment="middle">
22306 <column alignment="center" valignment="top" width="0pt">
22307 <column alignment="center" valignment="top">
22308 <row>
22309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22310 \begin_inset Text
22311
22312 \begin_layout Plain Layout
22313 Command
22314 \end_layout
22315
22316 \end_inset
22317 </cell>
22318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22319 \begin_inset Text
22320
22321 \begin_layout Plain Layout
22322 Symbol
22323 \end_layout
22324
22325 \end_inset
22326 </cell>
22327 </row>
22328 <row>
22329 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22330 \begin_inset Text
22331
22332 \begin_layout Plain Layout
22333
22334 \backslash
22335 hbar
22336 \end_layout
22337
22338 \end_inset
22339 </cell>
22340 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22341 \begin_inset Text
22342
22343 \begin_layout Plain Layout
22344 \begin_inset Formula $\hbar$
22345 \end_inset
22346
22347
22348 \end_layout
22349
22350 \end_inset
22351 </cell>
22352 </row>
22353 <row>
22354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22355 \begin_inset Text
22356
22357 \begin_layout Plain Layout
22358
22359 \backslash
22360 hslash
22361 \end_layout
22362
22363 \end_inset
22364 </cell>
22365 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22366 \begin_inset Text
22367
22368 \begin_layout Plain Layout
22369 \begin_inset Formula $\hslash$
22370 \end_inset
22371
22372
22373 \end_layout
22374
22375 \end_inset
22376 </cell>
22377 </row>
22378 <row>
22379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22380 \begin_inset Text
22381
22382 \begin_layout Plain Layout
22383
22384 \backslash
22385 clubsuit
22386 \end_layout
22387
22388 \end_inset
22389 </cell>
22390 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22391 \begin_inset Text
22392
22393 \begin_layout Plain Layout
22394 \begin_inset Formula $\clubsuit$
22395 \end_inset
22396
22397
22398 \end_layout
22399
22400 \end_inset
22401 </cell>
22402 </row>
22403 <row>
22404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22405 \begin_inset Text
22406
22407 \begin_layout Plain Layout
22408
22409 \backslash
22410 spadesuit
22411 \end_layout
22412
22413 \end_inset
22414 </cell>
22415 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22416 \begin_inset Text
22417
22418 \begin_layout Plain Layout
22419 \begin_inset Formula $\spadesuit$
22420 \end_inset
22421
22422
22423 \end_layout
22424
22425 \end_inset
22426 </cell>
22427 </row>
22428 <row>
22429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22430 \begin_inset Text
22431
22432 \begin_layout Plain Layout
22433
22434 \backslash
22435 bigstar
22436 \end_layout
22437
22438 \end_inset
22439 </cell>
22440 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22441 \begin_inset Text
22442
22443 \begin_layout Plain Layout
22444 \begin_inset Formula $\bigstar$
22445 \end_inset
22446
22447
22448 \end_layout
22449
22450 \end_inset
22451 </cell>
22452 </row>
22453 <row>
22454 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22455 \begin_inset Text
22456
22457 \begin_layout Plain Layout
22458
22459 \backslash
22460 blacklozenge
22461 \end_layout
22462
22463 \end_inset
22464 </cell>
22465 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22466 \begin_inset Text
22467
22468 \begin_layout Plain Layout
22469 \begin_inset Formula $\blacklozenge$
22470 \end_inset
22471
22472
22473 \end_layout
22474
22475 \end_inset
22476 </cell>
22477 </row>
22478 <row>
22479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22480 \begin_inset Text
22481
22482 \begin_layout Plain Layout
22483
22484 \backslash
22485 blacktriangle
22486 \end_layout
22487
22488 \end_inset
22489 </cell>
22490 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22491 \begin_inset Text
22492
22493 \begin_layout Plain Layout
22494 \begin_inset Formula $\blacktriangle$
22495 \end_inset
22496
22497
22498 \end_layout
22499
22500 \end_inset
22501 </cell>
22502 </row>
22503 <row>
22504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22505 \begin_inset Text
22506
22507 \begin_layout Plain Layout
22508
22509 \backslash
22510 blacktiangledown
22511 \end_layout
22512
22513 \end_inset
22514 </cell>
22515 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22516 \begin_inset Text
22517
22518 \begin_layout Plain Layout
22519 \begin_inset Formula $\blacktriangledown$
22520 \end_inset
22521
22522
22523 \end_layout
22524
22525 \end_inset
22526 </cell>
22527 </row>
22528 <row>
22529 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22530 \begin_inset Text
22531
22532 \begin_layout Plain Layout
22533
22534 \backslash
22535 bullet
22536 \end_layout
22537
22538 \end_inset
22539 </cell>
22540 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22541 \begin_inset Text
22542
22543 \begin_layout Plain Layout
22544 \begin_inset Formula $\bullet$
22545 \end_inset
22546
22547
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 </row>
22553 </lyxtabular>
22554
22555 \end_inset
22556
22557
22558 \begin_inset space \hfill{}
22559 \end_inset
22560
22561
22562 \begin_inset Tabular
22563 <lyxtabular version="3" rows="10" columns="2">
22564 <features booktabs="true" tabularvalignment="middle">
22565 <column alignment="center" valignment="top" width="0pt">
22566 <column alignment="center" valignment="top" width="0pt">
22567 <row>
22568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22569 \begin_inset Text
22570
22571 \begin_layout Plain Layout
22572 Command
22573 \end_layout
22574
22575 \end_inset
22576 </cell>
22577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22578 \begin_inset Text
22579
22580 \begin_layout Plain Layout
22581 Symbol
22582 \end_layout
22583
22584 \end_inset
22585 </cell>
22586 </row>
22587 <row>
22588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22589 \begin_inset Text
22590
22591 \begin_layout Plain Layout
22592
22593 \backslash
22594 diamondsuit
22595 \end_layout
22596
22597 \end_inset
22598 </cell>
22599 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22600 \begin_inset Text
22601
22602 \begin_layout Plain Layout
22603 \begin_inset Formula $\diamondsuit$
22604 \end_inset
22605
22606
22607 \end_layout
22608
22609 \end_inset
22610 </cell>
22611 </row>
22612 <row>
22613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22614 \begin_inset Text
22615
22616 \begin_layout Plain Layout
22617
22618 \backslash
22619 Diamond
22620 \end_layout
22621
22622 \end_inset
22623 </cell>
22624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22625 \begin_inset Text
22626
22627 \begin_layout Plain Layout
22628 \begin_inset Formula $\Diamond$
22629 \end_inset
22630
22631
22632 \end_layout
22633
22634 \end_inset
22635 </cell>
22636 </row>
22637 <row>
22638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22639 \begin_inset Text
22640
22641 \begin_layout Plain Layout
22642
22643 \backslash
22644 heartsuit
22645 \end_layout
22646
22647 \end_inset
22648 </cell>
22649 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22650 \begin_inset Text
22651
22652 \begin_layout Plain Layout
22653 \begin_inset Formula $\heartsuit$
22654 \end_inset
22655
22656
22657 \end_layout
22658
22659 \end_inset
22660 </cell>
22661 </row>
22662 <row>
22663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22664 \begin_inset Text
22665
22666 \begin_layout Plain Layout
22667
22668 \backslash
22669 P
22670 \end_layout
22671
22672 \end_inset
22673 </cell>
22674 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22675 \begin_inset Text
22676
22677 \begin_layout Plain Layout
22678 \begin_inset Formula $\P$
22679 \end_inset
22680
22681
22682 \end_layout
22683
22684 \end_inset
22685 </cell>
22686 </row>
22687 <row>
22688 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22689 \begin_inset Text
22690
22691 \begin_layout Plain Layout
22692
22693 \backslash
22694 copyright
22695 \end_layout
22696
22697 \end_inset
22698 </cell>
22699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22700 \begin_inset Text
22701
22702 \begin_layout Plain Layout
22703 \begin_inset Formula $\copyright$
22704 \end_inset
22705
22706
22707 \end_layout
22708
22709 \end_inset
22710 </cell>
22711 </row>
22712 <row>
22713 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22714 \begin_inset Text
22715
22716 \begin_layout Plain Layout
22717
22718 \backslash
22719 circledR
22720 \end_layout
22721
22722 \end_inset
22723 </cell>
22724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22725 \begin_inset Text
22726
22727 \begin_layout Plain Layout
22728 \begin_inset Formula $\circledR$
22729 \end_inset
22730
22731
22732 \end_layout
22733
22734 \end_inset
22735 </cell>
22736 </row>
22737 <row>
22738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22739 \begin_inset Text
22740
22741 \begin_layout Plain Layout
22742
22743 \backslash
22744 maltese
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22750 \begin_inset Text
22751
22752 \begin_layout Plain Layout
22753 \begin_inset Formula $\maltese$
22754 \end_inset
22755
22756
22757 \end_layout
22758
22759 \end_inset
22760 </cell>
22761 </row>
22762 <row>
22763 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22764 \begin_inset Text
22765
22766 \begin_layout Plain Layout
22767
22768 \backslash
22769 diagup
22770 \end_layout
22771
22772 \end_inset
22773 </cell>
22774 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22775 \begin_inset Text
22776
22777 \begin_layout Plain Layout
22778 \begin_inset Formula $\diagup$
22779 \end_inset
22780
22781
22782 \end_layout
22783
22784 \end_inset
22785 </cell>
22786 </row>
22787 <row>
22788 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22789 \begin_inset Text
22790
22791 \begin_layout Plain Layout
22792
22793 \backslash
22794 diagdown
22795 \end_layout
22796
22797 \end_inset
22798 </cell>
22799 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22800 \begin_inset Text
22801
22802 \begin_layout Plain Layout
22803 \begin_inset Formula $\diagdown$
22804 \end_inset
22805
22806
22807 \end_layout
22808
22809 \end_inset
22810 </cell>
22811 </row>
22812 </lyxtabular>
22813
22814 \end_inset
22815
22816
22817 \end_layout
22818
22819 \begin_layout Standard
22820 \begin_inset VSpace medskip
22821 \end_inset
22822
22823
22824 \end_layout
22825
22826 \begin_layout Standard
22827 Some symbols can be displayed in different sizes, see 
22828 \begin_inset CommandInset ref
22829 LatexCommand ref
22830 reference "subsec:Font-Sizes"
22831
22832 \end_inset
22833
22834 .
22835 \end_layout
22836
22837 \begin_layout Subsection
22838 The Euro-Symbol €
22839 \begin_inset Index idx
22840 status collapsed
22841
22842 \begin_layout Plain Layout
22843 Symbols ! Euro-symbol
22844 \end_layout
22845
22846 \end_inset
22847
22848
22849 \begin_inset Index idx
22850 status collapsed
22851
22852 \begin_layout Plain Layout
22853
22854 \backslash
22855 @
22856 \begin_inset ERT
22857 status collapsed
22858
22859 \begin_layout Plain Layout
22860
22861
22862 \backslash
22863 officialeuro
22864 \end_layout
22865
22866 \end_inset
22867
22868
22869 \end_layout
22870
22871 \end_inset
22872
22873
22874 \end_layout
22875
22876 \begin_layout Standard
22877 To use the Euro symbol in formulas, the \SpecialChar LaTeX
22878 -package 
22879 \series bold
22880 eurosym
22881 \series default
22882
22883 \begin_inset Index idx
22884 status collapsed
22885
22886 \begin_layout Plain Layout
22887 Packages ! eurosym
22888 \end_layout
22889
22890 \end_inset
22891
22892  must be installed and loaded with the \SpecialChar LaTeX
22893 -preamble line
22894 \end_layout
22895
22896 \begin_layout Standard
22897
22898 \series bold
22899
22900 \backslash
22901 usepackage[gennarrow]{eurosym}
22902 \end_layout
22903
22904 \begin_layout Standard
22905 The Euro symbol can now be inserted with the command 
22906 \series bold
22907
22908 \backslash
22909 euro
22910 \series default
22911
22912 \begin_inset Index idx
22913 status collapsed
22914
22915 \begin_layout Plain Layout
22916 Commands ! E ! 
22917 \backslash
22918 euro
22919 \end_layout
22920
22921 \end_inset
22922
22923 .
22924 \end_layout
22925
22926 \begin_layout Standard
22927 The Euro symbol can directly be inserted with the € key in mathematical
22928  text, without having 
22929 \series bold
22930 eurosym
22931 \series default
22932  installed.
22933  When 
22934 \series bold
22935 eurosym
22936 \series default
22937  is installed, 
22938 \series bold
22939
22940 \backslash
22941 euro
22942 \series default
22943  can also be inserted in \SpecialChar TeX
22944  mode.
22945  The official currency symbol can then be inserted with the command 
22946 \series bold
22947
22948 \backslash
22949 officialeuro
22950 \series default
22951
22952 \begin_inset Index idx
22953 status collapsed
22954
22955 \begin_layout Plain Layout
22956 Commands ! O ! 
22957 \backslash
22958 officialeuro
22959 \end_layout
22960
22961 \end_inset
22962
22963 , that is only available in \SpecialChar TeX
22964  mode.
22965 \end_layout
22966
22967 \begin_layout Standard
22968 \begin_inset ERT
22969 status collapsed
22970
22971 \begin_layout Plain Layout
22972
22973
22974 \backslash
22975 ifeurosym 
22976 \end_layout
22977
22978 \end_inset
22979
22980
22981 \begin_inset Note Note
22982 status open
22983
22984 \begin_layout Plain Layout
22985 The following table will only be displayed when the \SpecialChar LaTeX
22986 -package 
22987 \series bold
22988 eurosym
22989 \series default
22990  is installed.
22991 \end_layout
22992
22993 \end_inset
22994
22995
22996 \end_layout
22997
22998 \begin_layout Standard
22999 An overview about the different Euro symbols:
23000 \begin_inset Separator parbreak
23001 \end_inset
23002
23003
23004 \end_layout
23005
23006 \begin_layout Standard
23007 \align center
23008 \begin_inset Tabular
23009 <lyxtabular version="3" rows="4" columns="3">
23010 <features booktabs="true" tabularvalignment="middle">
23011 <column alignment="center" valignment="top" width="0pt">
23012 <column alignment="center" valignment="top" width="0pt">
23013 <column alignment="center" valignment="top" width="0pt">
23014 <row>
23015 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
23016 \begin_inset Text
23017
23018 \begin_layout Plain Layout
23019 \begin_inset ERT
23020 status collapsed
23021
23022 \begin_layout Plain Layout
23023
23024
23025 \backslash
23026 cmidrule[0.08em]{2-3}
23027 \end_layout
23028
23029 \end_inset
23030
23031
23032 \end_layout
23033
23034 \end_inset
23035 </cell>
23036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23037 \begin_inset Text
23038
23039 \begin_layout Plain Layout
23040 Command 
23041 \end_layout
23042
23043 \end_inset
23044 </cell>
23045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23046 \begin_inset Text
23047
23048 \begin_layout Plain Layout
23049 Symbol
23050 \end_layout
23051
23052 \end_inset
23053 </cell>
23054 </row>
23055 <row>
23056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23057 \begin_inset Text
23058
23059 \begin_layout Plain Layout
23060 formula
23061 \end_layout
23062
23063 \end_inset
23064 </cell>
23065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23066 \begin_inset Text
23067
23068 \begin_layout Plain Layout
23069
23070 \backslash
23071 euro
23072 \end_layout
23073
23074 \end_inset
23075 </cell>
23076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23077 \begin_inset Text
23078
23079 \begin_layout Plain Layout
23080 \begin_inset Formula $\euro$
23081 \end_inset
23082
23083
23084 \end_layout
23085
23086 \end_inset
23087 </cell>
23088 </row>
23089 <row>
23090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23091 \begin_inset Text
23092
23093 \begin_layout Plain Layout
23094 mathematical text
23095 \end_layout
23096
23097 \end_inset
23098 </cell>
23099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23100 \begin_inset Text
23101
23102 \begin_layout Plain Layout
23103
23104 \end_layout
23105
23106 \end_inset
23107 </cell>
23108 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23109 \begin_inset Text
23110
23111 \begin_layout Plain Layout
23112 \begin_inset Formula $\mbox{€}$
23113 \end_inset
23114
23115
23116 \end_layout
23117
23118 \end_inset
23119 </cell>
23120 </row>
23121 <row>
23122 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23123 \begin_inset Text
23124
23125 \begin_layout Plain Layout
23126 \SpecialChar TeX
23127  mode
23128 \end_layout
23129
23130 \end_inset
23131 </cell>
23132 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23133 \begin_inset Text
23134
23135 \begin_layout Plain Layout
23136
23137 \backslash
23138 officialeuro
23139 \end_layout
23140
23141 \end_inset
23142 </cell>
23143 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23144 \begin_inset Text
23145
23146 \begin_layout Plain Layout
23147 \begin_inset ERT
23148 status collapsed
23149
23150 \begin_layout Plain Layout
23151
23152
23153 \backslash
23154 officialeuro
23155 \end_layout
23156
23157 \end_inset
23158
23159
23160 \end_layout
23161
23162 \end_inset
23163 </cell>
23164 </row>
23165 </lyxtabular>
23166
23167 \end_inset
23168
23169
23170 \begin_inset Note Note
23171 status collapsed
23172
23173 \begin_layout Plain Layout
23174
23175 \series bold
23176
23177 \backslash
23178 cmidrule
23179 \series default
23180  is used here only for table borders.
23181  See sec.
23182  
23183 \family sans
23184 Formal Tables
23185 \family default
23186  of the 
23187 \emph on
23188 EmbeddedObjects
23189 \emph default
23190  manual for details.
23191 \end_layout
23192
23193 \end_inset
23194
23195
23196 \end_layout
23197
23198 \begin_layout Standard
23199 \begin_inset ERT
23200 status collapsed
23201
23202 \begin_layout Plain Layout
23203
23204
23205 \backslash
23206 else 
23207 \end_layout
23208
23209 \end_inset
23210
23211
23212 \begin_inset Note Note
23213 status open
23214
23215 \begin_layout Plain Layout
23216 The following will be displayed when the \SpecialChar LaTeX
23217 -package 
23218 \series bold
23219 eurosym
23220 \series default
23221  is not installed:
23222 \end_layout
23223
23224 \end_inset
23225
23226
23227 \end_layout
23228
23229 \begin_layout Standard
23230 You need to install the \SpecialChar LaTeX
23231 -package 
23232 \series bold
23233 eurosym
23234 \series default
23235  to see the rest of this subsection in the output.
23236 \end_layout
23237
23238 \begin_layout Standard
23239 \begin_inset ERT
23240 status collapsed
23241
23242 \begin_layout Plain Layout
23243
23244
23245 \backslash
23246 fi 
23247 \end_layout
23248
23249 \end_inset
23250
23251
23252 \end_layout
23253
23254 \begin_layout Standard
23255 \begin_inset Newpage newpage
23256 \end_inset
23257
23258
23259 \end_layout
23260
23261 \begin_layout Section
23262 Relations
23263 \begin_inset CommandInset label
23264 LatexCommand label
23265 name "sec:Relations"
23266
23267 \end_inset
23268
23269
23270 \begin_inset Index idx
23271 status collapsed
23272
23273 \begin_layout Plain Layout
23274 Relations
23275 \end_layout
23276
23277 \end_inset
23278
23279
23280 \begin_inset Index idx
23281 status collapsed
23282
23283 \begin_layout Plain Layout
23284 Comparisons|see
23285 \begin_inset ERT
23286 status collapsed
23287
23288 \begin_layout Plain Layout
23289
23290 {
23291 \end_layout
23292
23293 \end_inset
23294
23295 Relations
23296 \begin_inset ERT
23297 status collapsed
23298
23299 \begin_layout Plain Layout
23300
23301 }
23302 \end_layout
23303
23304 \end_inset
23305
23306
23307 \end_layout
23308
23309 \end_inset
23310
23311
23312 \end_layout
23313
23314 \begin_layout Standard
23315 All following relations can also be inserted via the toolbar button 
23316 \begin_inset Info
23317 type  "icon"
23318 arg   "math-insert \\leq"
23319 \end_inset
23320
23321 .
23322 \end_layout
23323
23324 \begin_layout Standard
23325 \begin_inset Tabular
23326 <lyxtabular version="3" rows="17" columns="2">
23327 <features booktabs="true" tabularvalignment="middle">
23328 <column alignment="center" valignment="top" width="0pt">
23329 <column alignment="center" valignment="top" width="0pt">
23330 <row>
23331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23332 \begin_inset Text
23333
23334 \begin_layout Plain Layout
23335 Command
23336 \end_layout
23337
23338 \end_inset
23339 </cell>
23340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344 Relation
23345 \end_layout
23346
23347 \end_inset
23348 </cell>
23349 </row>
23350 <row>
23351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23352 \begin_inset Text
23353
23354 \begin_layout Plain Layout
23355 <
23356 \end_layout
23357
23358 \end_inset
23359 </cell>
23360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23361 \begin_inset Text
23362
23363 \begin_layout Plain Layout
23364 \begin_inset Formula $<$
23365 \end_inset
23366
23367
23368 \end_layout
23369
23370 \end_inset
23371 </cell>
23372 </row>
23373 <row>
23374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23375 \begin_inset Text
23376
23377 \begin_layout Plain Layout
23378
23379 \backslash
23380 le
23381 \end_layout
23382
23383 \end_inset
23384 </cell>
23385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23386 \begin_inset Text
23387
23388 \begin_layout Plain Layout
23389 \begin_inset Formula $\le$
23390 \end_inset
23391
23392
23393 \end_layout
23394
23395 \end_inset
23396 </cell>
23397 </row>
23398 <row>
23399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23400 \begin_inset Text
23401
23402 \begin_layout Plain Layout
23403
23404 \backslash
23405 ll
23406 \end_layout
23407
23408 \end_inset
23409 </cell>
23410 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23411 \begin_inset Text
23412
23413 \begin_layout Plain Layout
23414 \begin_inset Formula $\ll$
23415 \end_inset
23416
23417
23418 \end_layout
23419
23420 \end_inset
23421 </cell>
23422 </row>
23423 <row>
23424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23425 \begin_inset Text
23426
23427 \begin_layout Plain Layout
23428
23429 \backslash
23430 prec
23431 \end_layout
23432
23433 \end_inset
23434 </cell>
23435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23436 \begin_inset Text
23437
23438 \begin_layout Plain Layout
23439 \begin_inset Formula $\prec$
23440 \end_inset
23441
23442
23443 \end_layout
23444
23445 \end_inset
23446 </cell>
23447 </row>
23448 <row>
23449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23450 \begin_inset Text
23451
23452 \begin_layout Plain Layout
23453
23454 \backslash
23455 preceq
23456 \end_layout
23457
23458 \end_inset
23459 </cell>
23460 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23461 \begin_inset Text
23462
23463 \begin_layout Plain Layout
23464 \begin_inset Formula $\preceq$
23465 \end_inset
23466
23467
23468 \end_layout
23469
23470 \end_inset
23471 </cell>
23472 </row>
23473 <row>
23474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23475 \begin_inset Text
23476
23477 \begin_layout Plain Layout
23478
23479 \backslash
23480 subset
23481 \end_layout
23482
23483 \end_inset
23484 </cell>
23485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23486 \begin_inset Text
23487
23488 \begin_layout Plain Layout
23489 \begin_inset Formula $\subset$
23490 \end_inset
23491
23492
23493 \end_layout
23494
23495 \end_inset
23496 </cell>
23497 </row>
23498 <row>
23499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23500 \begin_inset Text
23501
23502 \begin_layout Plain Layout
23503
23504 \backslash
23505 subseteq
23506 \end_layout
23507
23508 \end_inset
23509 </cell>
23510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23511 \begin_inset Text
23512
23513 \begin_layout Plain Layout
23514 \begin_inset Formula $\subseteq$
23515 \end_inset
23516
23517
23518 \end_layout
23519
23520 \end_inset
23521 </cell>
23522 </row>
23523 <row>
23524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23525 \begin_inset Text
23526
23527 \begin_layout Plain Layout
23528
23529 \backslash
23530 sqsubseteq
23531 \end_layout
23532
23533 \end_inset
23534 </cell>
23535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23536 \begin_inset Text
23537
23538 \begin_layout Plain Layout
23539 \begin_inset Formula $\sqsubseteq$
23540 \end_inset
23541
23542
23543 \end_layout
23544
23545 \end_inset
23546 </cell>
23547 </row>
23548 <row>
23549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553
23554 \backslash
23555 in
23556 \end_layout
23557
23558 \end_inset
23559 </cell>
23560 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23561 \begin_inset Text
23562
23563 \begin_layout Plain Layout
23564 \begin_inset Formula $\in$
23565 \end_inset
23566
23567
23568 \end_layout
23569
23570 \end_inset
23571 </cell>
23572 </row>
23573 <row>
23574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23575 \begin_inset Text
23576
23577 \begin_layout Plain Layout
23578
23579 \backslash
23580 vdash
23581 \end_layout
23582
23583 \end_inset
23584 </cell>
23585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23586 \begin_inset Text
23587
23588 \begin_layout Plain Layout
23589 \begin_inset Formula $\vdash$
23590 \end_inset
23591
23592
23593 \end_layout
23594
23595 \end_inset
23596 </cell>
23597 </row>
23598 <row>
23599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603
23604 \backslash
23605 smile
23606 \end_layout
23607
23608 \end_inset
23609 </cell>
23610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23611 \begin_inset Text
23612
23613 \begin_layout Plain Layout
23614 \begin_inset Formula $\smile$
23615 \end_inset
23616
23617
23618 \end_layout
23619
23620 \end_inset
23621 </cell>
23622 </row>
23623 <row>
23624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23625 \begin_inset Text
23626
23627 \begin_layout Plain Layout
23628
23629 \backslash
23630 lhd
23631 \end_layout
23632
23633 \end_inset
23634 </cell>
23635 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23636 \begin_inset Text
23637
23638 \begin_layout Plain Layout
23639 \begin_inset Formula $\lhd$
23640 \end_inset
23641
23642
23643 \end_layout
23644
23645 \end_inset
23646 </cell>
23647 </row>
23648 <row>
23649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23650 \begin_inset Text
23651
23652 \begin_layout Plain Layout
23653
23654 \backslash
23655 unlhd
23656 \end_layout
23657
23658 \end_inset
23659 </cell>
23660 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23661 \begin_inset Text
23662
23663 \begin_layout Plain Layout
23664 \begin_inset Formula $\unlhd$
23665 \end_inset
23666
23667
23668 \end_layout
23669
23670 \end_inset
23671 </cell>
23672 </row>
23673 <row>
23674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23675 \begin_inset Text
23676
23677 \begin_layout Plain Layout
23678
23679 \backslash
23680 gtrless
23681 \end_layout
23682
23683 \end_inset
23684 </cell>
23685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23686 \begin_inset Text
23687
23688 \begin_layout Plain Layout
23689 \begin_inset Formula $\gtrless$
23690 \end_inset
23691
23692
23693 \end_layout
23694
23695 \end_inset
23696 </cell>
23697 </row>
23698 <row>
23699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23700 \begin_inset Text
23701
23702 \begin_layout Plain Layout
23703
23704 \backslash
23705 mid
23706 \end_layout
23707
23708 \end_inset
23709 </cell>
23710 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23711 \begin_inset Text
23712
23713 \begin_layout Plain Layout
23714 \begin_inset Formula $\mid$
23715 \end_inset
23716
23717
23718 \end_layout
23719
23720 \end_inset
23721 </cell>
23722 </row>
23723 <row>
23724 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23725 \begin_inset Text
23726
23727 \begin_layout Plain Layout
23728
23729 \backslash
23730 nmid
23731 \end_layout
23732
23733 \end_inset
23734 </cell>
23735 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23736 \begin_inset Text
23737
23738 \begin_layout Plain Layout
23739 \begin_inset Formula $\nmid$
23740 \end_inset
23741
23742
23743 \end_layout
23744
23745 \end_inset
23746 </cell>
23747 </row>
23748 </lyxtabular>
23749
23750 \end_inset
23751
23752
23753 \begin_inset space \hfill{}
23754 \end_inset
23755
23756
23757 \begin_inset Tabular
23758 <lyxtabular version="3" rows="17" columns="2">
23759 <features booktabs="true" tabularvalignment="middle">
23760 <column alignment="center" valignment="top" width="0pt">
23761 <column alignment="center" valignment="top" width="0pt">
23762 <row>
23763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23764 \begin_inset Text
23765
23766 \begin_layout Plain Layout
23767 Command
23768 \end_layout
23769
23770 \end_inset
23771 </cell>
23772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23773 \begin_inset Text
23774
23775 \begin_layout Plain Layout
23776 Relation
23777 \end_layout
23778
23779 \end_inset
23780 </cell>
23781 </row>
23782 <row>
23783 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23784 \begin_inset Text
23785
23786 \begin_layout Plain Layout
23787 =
23788 \end_layout
23789
23790 \end_inset
23791 </cell>
23792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23793 \begin_inset Text
23794
23795 \begin_layout Plain Layout
23796 \begin_inset Formula $=$
23797 \end_inset
23798
23799
23800 \end_layout
23801
23802 \end_inset
23803 </cell>
23804 </row>
23805 <row>
23806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23807 \begin_inset Text
23808
23809 \begin_layout Plain Layout
23810
23811 \backslash
23812 not=
23813 \end_layout
23814
23815 \end_inset
23816 </cell>
23817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23818 \begin_inset Text
23819
23820 \begin_layout Plain Layout
23821 \begin_inset Formula $\not=$
23822 \end_inset
23823
23824
23825 \end_layout
23826
23827 \end_inset
23828 </cell>
23829 </row>
23830 <row>
23831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23832 \begin_inset Text
23833
23834 \begin_layout Plain Layout
23835
23836 \backslash
23837 equiv
23838 \end_layout
23839
23840 \end_inset
23841 </cell>
23842 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23843 \begin_inset Text
23844
23845 \begin_layout Plain Layout
23846 \begin_inset Formula $\equiv$
23847 \end_inset
23848
23849
23850 \end_layout
23851
23852 \end_inset
23853 </cell>
23854 </row>
23855 <row>
23856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23857 \begin_inset Text
23858
23859 \begin_layout Plain Layout
23860
23861 \backslash
23862 sim
23863 \end_layout
23864
23865 \end_inset
23866 </cell>
23867 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23868 \begin_inset Text
23869
23870 \begin_layout Plain Layout
23871 \begin_inset Formula $\sim$
23872 \end_inset
23873
23874
23875 \end_layout
23876
23877 \end_inset
23878 </cell>
23879 </row>
23880 <row>
23881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23882 \begin_inset Text
23883
23884 \begin_layout Plain Layout
23885
23886 \backslash
23887 simeq
23888 \end_layout
23889
23890 \end_inset
23891 </cell>
23892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23893 \begin_inset Text
23894
23895 \begin_layout Plain Layout
23896 \begin_inset Formula $\simeq$
23897 \end_inset
23898
23899
23900 \end_layout
23901
23902 \end_inset
23903 </cell>
23904 </row>
23905 <row>
23906 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23907 \begin_inset Text
23908
23909 \begin_layout Plain Layout
23910
23911 \backslash
23912 approx
23913 \end_layout
23914
23915 \end_inset
23916 </cell>
23917 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23918 \begin_inset Text
23919
23920 \begin_layout Plain Layout
23921 \begin_inset Formula $\approx$
23922 \end_inset
23923
23924
23925 \end_layout
23926
23927 \end_inset
23928 </cell>
23929 </row>
23930 <row>
23931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23932 \begin_inset Text
23933
23934 \begin_layout Plain Layout
23935
23936 \backslash
23937 cong
23938 \end_layout
23939
23940 \end_inset
23941 </cell>
23942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23943 \begin_inset Text
23944
23945 \begin_layout Plain Layout
23946 \begin_inset Formula $\cong$
23947 \end_inset
23948
23949
23950 \end_layout
23951
23952 \end_inset
23953 </cell>
23954 </row>
23955 <row>
23956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23957 \begin_inset Text
23958
23959 \begin_layout Plain Layout
23960
23961 \backslash
23962 bowtie
23963 \end_layout
23964
23965 \end_inset
23966 </cell>
23967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23968 \begin_inset Text
23969
23970 \begin_layout Plain Layout
23971 \begin_inset Formula $\bowtie$
23972 \end_inset
23973
23974
23975 \end_layout
23976
23977 \end_inset
23978 </cell>
23979 </row>
23980 <row>
23981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23982 \begin_inset Text
23983
23984 \begin_layout Plain Layout
23985
23986 \backslash
23987 notin
23988 \end_layout
23989
23990 \end_inset
23991 </cell>
23992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23993 \begin_inset Text
23994
23995 \begin_layout Plain Layout
23996 \begin_inset Formula $\notin$
23997 \end_inset
23998
23999
24000 \end_layout
24001
24002 \end_inset
24003 </cell>
24004 </row>
24005 <row>
24006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24007 \begin_inset Text
24008
24009 \begin_layout Plain Layout
24010
24011 \backslash
24012 perp
24013 \end_layout
24014
24015 \end_inset
24016 </cell>
24017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24018 \begin_inset Text
24019
24020 \begin_layout Plain Layout
24021 \begin_inset Formula $\perp$
24022 \end_inset
24023
24024
24025 \end_layout
24026
24027 \end_inset
24028 </cell>
24029 </row>
24030 <row>
24031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24032 \begin_inset Text
24033
24034 \begin_layout Plain Layout
24035
24036 \backslash
24037 propto
24038 \end_layout
24039
24040 \end_inset
24041 </cell>
24042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24043 \begin_inset Text
24044
24045 \begin_layout Plain Layout
24046 \begin_inset Formula $\propto$
24047 \end_inset
24048
24049
24050 \end_layout
24051
24052 \end_inset
24053 </cell>
24054 </row>
24055 <row>
24056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24057 \begin_inset Text
24058
24059 \begin_layout Plain Layout
24060
24061 \backslash
24062 asymp
24063 \end_layout
24064
24065 \end_inset
24066 </cell>
24067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24068 \begin_inset Text
24069
24070 \begin_layout Plain Layout
24071 \begin_inset Formula $\asymp$
24072 \end_inset
24073
24074
24075 \end_layout
24076
24077 \end_inset
24078 </cell>
24079 </row>
24080 <row>
24081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24082 \begin_inset Text
24083
24084 \begin_layout Plain Layout
24085
24086 \backslash
24087 doteq
24088 \end_layout
24089
24090 \end_inset
24091 </cell>
24092 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24093 \begin_inset Text
24094
24095 \begin_layout Plain Layout
24096 \begin_inset Formula $\doteq$
24097 \end_inset
24098
24099
24100 \end_layout
24101
24102 \end_inset
24103 </cell>
24104 </row>
24105 <row>
24106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24107 \begin_inset Text
24108
24109 \begin_layout Plain Layout
24110
24111 \backslash
24112 circeq
24113 \end_layout
24114
24115 \end_inset
24116 </cell>
24117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24118 \begin_inset Text
24119
24120 \begin_layout Plain Layout
24121 \begin_inset Formula $\circeq$
24122 \end_inset
24123
24124
24125 \end_layout
24126
24127 \end_inset
24128 </cell>
24129 </row>
24130 <row>
24131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24132 \begin_inset Text
24133
24134 \begin_layout Plain Layout
24135
24136 \backslash
24137 models
24138 \end_layout
24139
24140 \end_inset
24141 </cell>
24142 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24143 \begin_inset Text
24144
24145 \begin_layout Plain Layout
24146 \begin_inset Formula $\models$
24147 \end_inset
24148
24149
24150 \end_layout
24151
24152 \end_inset
24153 </cell>
24154 </row>
24155 <row>
24156 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24157 \begin_inset Text
24158
24159 \begin_layout Plain Layout
24160
24161 \backslash
24162 widehat=
24163 \end_layout
24164
24165 \end_inset
24166 </cell>
24167 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24168 \begin_inset Text
24169
24170 \begin_layout Plain Layout
24171 \begin_inset Formula $\widehat{=}$
24172 \end_inset
24173
24174
24175 \end_layout
24176
24177 \end_inset
24178 </cell>
24179 </row>
24180 </lyxtabular>
24181
24182 \end_inset
24183
24184
24185 \begin_inset space \hfill{}
24186 \end_inset
24187
24188
24189 \begin_inset Tabular
24190 <lyxtabular version="3" rows="17" columns="2">
24191 <features booktabs="true" tabularvalignment="middle">
24192 <column alignment="center" valignment="top" width="0pt">
24193 <column alignment="center" valignment="top" width="0pt">
24194 <row>
24195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24196 \begin_inset Text
24197
24198 \begin_layout Plain Layout
24199 Command
24200 \end_layout
24201
24202 \end_inset
24203 </cell>
24204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24205 \begin_inset Text
24206
24207 \begin_layout Plain Layout
24208 Relation
24209 \end_layout
24210
24211 \end_inset
24212 </cell>
24213 </row>
24214 <row>
24215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24216 \begin_inset Text
24217
24218 \begin_layout Plain Layout
24219 >
24220 \end_layout
24221
24222 \end_inset
24223 </cell>
24224 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24225 \begin_inset Text
24226
24227 \begin_layout Plain Layout
24228 \begin_inset Formula $>$
24229 \end_inset
24230
24231
24232 \end_layout
24233
24234 \end_inset
24235 </cell>
24236 </row>
24237 <row>
24238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24239 \begin_inset Text
24240
24241 \begin_layout Plain Layout
24242
24243 \backslash
24244 ge
24245 \end_layout
24246
24247 \end_inset
24248 </cell>
24249 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24250 \begin_inset Text
24251
24252 \begin_layout Plain Layout
24253 \begin_inset Formula $\ge$
24254 \end_inset
24255
24256
24257 \end_layout
24258
24259 \end_inset
24260 </cell>
24261 </row>
24262 <row>
24263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24264 \begin_inset Text
24265
24266 \begin_layout Plain Layout
24267
24268 \backslash
24269 gg
24270 \end_layout
24271
24272 \end_inset
24273 </cell>
24274 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24275 \begin_inset Text
24276
24277 \begin_layout Plain Layout
24278 \begin_inset Formula $\gg$
24279 \end_inset
24280
24281
24282 \end_layout
24283
24284 \end_inset
24285 </cell>
24286 </row>
24287 <row>
24288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24289 \begin_inset Text
24290
24291 \begin_layout Plain Layout
24292
24293 \backslash
24294 succ
24295 \end_layout
24296
24297 \end_inset
24298 </cell>
24299 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24300 \begin_inset Text
24301
24302 \begin_layout Plain Layout
24303 \begin_inset Formula $\succ$
24304 \end_inset
24305
24306
24307 \end_layout
24308
24309 \end_inset
24310 </cell>
24311 </row>
24312 <row>
24313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24314 \begin_inset Text
24315
24316 \begin_layout Plain Layout
24317
24318 \backslash
24319 succeq
24320 \end_layout
24321
24322 \end_inset
24323 </cell>
24324 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24325 \begin_inset Text
24326
24327 \begin_layout Plain Layout
24328 \begin_inset Formula $\succeq$
24329 \end_inset
24330
24331
24332 \end_layout
24333
24334 \end_inset
24335 </cell>
24336 </row>
24337 <row>
24338 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24339 \begin_inset Text
24340
24341 \begin_layout Plain Layout
24342
24343 \backslash
24344 supset
24345 \end_layout
24346
24347 \end_inset
24348 </cell>
24349 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24350 \begin_inset Text
24351
24352 \begin_layout Plain Layout
24353 \begin_inset Formula $\supset$
24354 \end_inset
24355
24356
24357 \end_layout
24358
24359 \end_inset
24360 </cell>
24361 </row>
24362 <row>
24363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24364 \begin_inset Text
24365
24366 \begin_layout Plain Layout
24367
24368 \backslash
24369 supseteq
24370 \end_layout
24371
24372 \end_inset
24373 </cell>
24374 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24375 \begin_inset Text
24376
24377 \begin_layout Plain Layout
24378 \begin_inset Formula $\supseteq$
24379 \end_inset
24380
24381
24382 \end_layout
24383
24384 \end_inset
24385 </cell>
24386 </row>
24387 <row>
24388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24389 \begin_inset Text
24390
24391 \begin_layout Plain Layout
24392
24393 \backslash
24394 sqsupseteq
24395 \end_layout
24396
24397 \end_inset
24398 </cell>
24399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24400 \begin_inset Text
24401
24402 \begin_layout Plain Layout
24403 \begin_inset Formula $\sqsupseteq$
24404 \end_inset
24405
24406
24407 \end_layout
24408
24409 \end_inset
24410 </cell>
24411 </row>
24412 <row>
24413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24414 \begin_inset Text
24415
24416 \begin_layout Plain Layout
24417
24418 \backslash
24419 ni
24420 \end_layout
24421
24422 \end_inset
24423 </cell>
24424 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24425 \begin_inset Text
24426
24427 \begin_layout Plain Layout
24428 \begin_inset Formula $\ni$
24429 \end_inset
24430
24431
24432 \end_layout
24433
24434 \end_inset
24435 </cell>
24436 </row>
24437 <row>
24438 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24439 \begin_inset Text
24440
24441 \begin_layout Plain Layout
24442
24443 \backslash
24444 dashv
24445 \end_layout
24446
24447 \end_inset
24448 </cell>
24449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24450 \begin_inset Text
24451
24452 \begin_layout Plain Layout
24453 \begin_inset Formula $\dashv$
24454 \end_inset
24455
24456
24457 \end_layout
24458
24459 \end_inset
24460 </cell>
24461 </row>
24462 <row>
24463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24464 \begin_inset Text
24465
24466 \begin_layout Plain Layout
24467
24468 \backslash
24469 frown
24470 \end_layout
24471
24472 \end_inset
24473 </cell>
24474 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24475 \begin_inset Text
24476
24477 \begin_layout Plain Layout
24478 \begin_inset Formula $\frown$
24479 \end_inset
24480
24481
24482 \end_layout
24483
24484 \end_inset
24485 </cell>
24486 </row>
24487 <row>
24488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24489 \begin_inset Text
24490
24491 \begin_layout Plain Layout
24492
24493 \backslash
24494 rhd
24495 \end_layout
24496
24497 \end_inset
24498 </cell>
24499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24500 \begin_inset Text
24501
24502 \begin_layout Plain Layout
24503 \begin_inset Formula $\rhd$
24504 \end_inset
24505
24506
24507 \end_layout
24508
24509 \end_inset
24510 </cell>
24511 </row>
24512 <row>
24513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24514 \begin_inset Text
24515
24516 \begin_layout Plain Layout
24517
24518 \backslash
24519 unrhd
24520 \end_layout
24521
24522 \end_inset
24523 </cell>
24524 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24525 \begin_inset Text
24526
24527 \begin_layout Plain Layout
24528 \begin_inset Formula $\unrhd$
24529 \end_inset
24530
24531
24532 \end_layout
24533
24534 \end_inset
24535 </cell>
24536 </row>
24537 <row>
24538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24539 \begin_inset Text
24540
24541 \begin_layout Plain Layout
24542
24543 \backslash
24544 lessgtr
24545 \end_layout
24546
24547 \end_inset
24548 </cell>
24549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24550 \begin_inset Text
24551
24552 \begin_layout Plain Layout
24553 \begin_inset Formula $\lessgtr$
24554 \end_inset
24555
24556
24557 \end_layout
24558
24559 \end_inset
24560 </cell>
24561 </row>
24562 <row>
24563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24564 \begin_inset Text
24565
24566 \begin_layout Plain Layout
24567
24568 \backslash
24569 parallel
24570 \end_layout
24571
24572 \end_inset
24573 </cell>
24574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24575 \begin_inset Text
24576
24577 \begin_layout Plain Layout
24578 \begin_inset Formula $\parallel$
24579 \end_inset
24580
24581
24582 \end_layout
24583
24584 \end_inset
24585 </cell>
24586 </row>
24587 <row>
24588 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24589 \begin_inset Text
24590
24591 \begin_layout Plain Layout
24592
24593 \backslash
24594 nparallel
24595 \end_layout
24596
24597 \end_inset
24598 </cell>
24599 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24600 \begin_inset Text
24601
24602 \begin_layout Plain Layout
24603 \begin_inset Formula $\nparallel$
24604 \end_inset
24605
24606
24607 \end_layout
24608
24609 \end_inset
24610 </cell>
24611 </row>
24612 </lyxtabular>
24613
24614 \end_inset
24615
24616
24617 \end_layout
24618
24619 \begin_layout Standard
24620 \begin_inset VSpace medskip
24621 \end_inset
24622
24623 The characters 
24624 \series bold
24625
24626 \backslash
24627 lhd
24628 \series default
24629  and 
24630 \series bold
24631
24632 \backslash
24633 rhd
24634 \series default
24635  are bigger than the equal looking operators 
24636 \series bold
24637
24638 \backslash
24639 triangleleft
24640 \series default
24641  and 
24642 \series bold
24643
24644 \backslash
24645 triangleright
24646 \series default
24647 , respectively.
24648 \end_layout
24649
24650 \begin_layout Standard
24651 \SpecialChar LyX
24652  supports also many special relations.
24653  Use the toolbar button 
24654 \begin_inset Info
24655 type  "icon"
24656 arg   "math-insert \\leqq"
24657 \end_inset
24658
24659  to see a list of these relations.
24660 \end_layout
24661
24662 \begin_layout Standard
24663 Relations are, in contrary to symbols, always surrounded by space.
24664 \end_layout
24665
24666 \begin_layout Standard
24667 Relations with labels can be created with the command 
24668 \series bold
24669
24670 \backslash
24671 stackrel
24672 \series default
24673
24674 \begin_inset Index idx
24675 status collapsed
24676
24677 \begin_layout Plain Layout
24678 Commands ! S ! 
24679 \backslash
24680 stackrel
24681 \end_layout
24682
24683 \end_inset
24684
24685 :
24686 \begin_inset Separator parbreak
24687 \end_inset
24688
24689
24690 \end_layout
24691
24692 \begin_layout Standard
24693 \align center
24694 \begin_inset Tabular
24695 <lyxtabular version="3" rows="2" columns="2">
24696 <features booktabs="true" tabularvalignment="middle">
24697 <column alignment="center" valignment="top" width="0pt">
24698 <column alignment="center" valignment="top">
24699 <row>
24700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24701 \begin_inset Text
24702
24703 \begin_layout Plain Layout
24704 Command
24705 \end_layout
24706
24707 \end_inset
24708 </cell>
24709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24710 \begin_inset Text
24711
24712 \begin_layout Plain Layout
24713 Result
24714 \end_layout
24715
24716 \end_inset
24717 </cell>
24718 </row>
24719 <row topspace="1.5mm">
24720 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24721 \begin_inset Text
24722
24723 \begin_layout Plain Layout
24724 A(r)
24725 \backslash
24726 stackrel
24727 \begin_inset space \textvisiblespace{}
24728 \end_inset
24729
24730 r
24731 \backslash
24732 to
24733 \backslash
24734 infty
24735 \begin_inset space \textvisiblespace{}
24736 \end_inset
24737
24738
24739 \begin_inset Formula $\downarrow$
24740 \end_inset
24741
24742
24743 \backslash
24744 approx
24745 \begin_inset space \textvisiblespace{}
24746 \end_inset
24747
24748
24749 \begin_inset space \textvisiblespace{}
24750 \end_inset
24751
24752 B
24753 \end_layout
24754
24755 \end_inset
24756 </cell>
24757 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24758 \begin_inset Text
24759
24760 \begin_layout Plain Layout
24761 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
24762 \end_inset
24763
24764
24765 \end_layout
24766
24767 \end_inset
24768 </cell>
24769 </row>
24770 </lyxtabular>
24771
24772 \end_inset
24773
24774
24775 \end_layout
24776
24777 \begin_layout Section
24778 Functions
24779 \end_layout
24780
24781 \begin_layout Subsection
24782 Predefined Functions
24783 \begin_inset CommandInset label
24784 LatexCommand label
24785 name "subsec:Predefined-Functions"
24786
24787 \end_inset
24788
24789
24790 \begin_inset Index idx
24791 status collapsed
24792
24793 \begin_layout Plain Layout
24794 Functions ! predefined
24795 \end_layout
24796
24797 \end_inset
24798
24799
24800 \end_layout
24801
24802 \begin_layout Standard
24803 In general, variables are set 
24804 \emph on
24805 italic
24806 \emph default
24807  in mathematical expressions, but not function names, because 
24808 \begin_inset Formula $sin$
24809 \end_inset
24810
24811  could be misunderstood as 
24812 \begin_inset Formula $s\cdot i\cdot n$
24813 \end_inset
24814
24815 .
24816  Therefore there are predefined functionswhich are additionally a bit separated
24817  from prefactors.
24818  They are inserted as commands starting with a backslash before their name.
24819 \begin_inset Separator parbreak
24820 \end_inset
24821
24822
24823 \end_layout
24824
24825 \begin_layout Standard
24826 \align center
24827 \begin_inset Tabular
24828 <lyxtabular version="3" rows="2" columns="2">
24829 <features booktabs="true" tabularvalignment="middle">
24830 <column alignment="center" valignment="top" width="0pt">
24831 <column alignment="center" valignment="top" width="0pt">
24832 <row>
24833 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24834 \begin_inset Text
24835
24836 \begin_layout Plain Layout
24837 Command
24838 \end_layout
24839
24840 \end_inset
24841 </cell>
24842 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
24843 \begin_inset Text
24844
24845 \begin_layout Plain Layout
24846 Result
24847 \end_layout
24848
24849 \end_inset
24850 </cell>
24851 </row>
24852 <row>
24853 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24854 \begin_inset Text
24855
24856 \begin_layout Plain Layout
24857 Asin(x)+B
24858 \end_layout
24859
24860 \end_inset
24861 </cell>
24862 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
24863 \begin_inset Text
24864
24865 \begin_layout Plain Layout
24866 \begin_inset Formula $Asin(x)+B$
24867 \end_inset
24868
24869
24870 \end_layout
24871
24872 \end_inset
24873 </cell>
24874 </row>
24875 </lyxtabular>
24876
24877 \end_inset
24878
24879
24880 \begin_inset space \quad{}
24881 \end_inset
24882
24883
24884 \begin_inset Tabular
24885 <lyxtabular version="3" rows="2" columns="2">
24886 <features booktabs="true" tabularvalignment="middle">
24887 <column alignment="center" valignment="top" width="0pt">
24888 <column alignment="center" valignment="top" width="0pt">
24889 <row>
24890 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24891 \begin_inset Text
24892
24893 \begin_layout Plain Layout
24894 Command
24895 \end_layout
24896
24897 \end_inset
24898 </cell>
24899 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24900 \begin_inset Text
24901
24902 \begin_layout Plain Layout
24903 Result
24904 \end_layout
24905
24906 \end_inset
24907 </cell>
24908 </row>
24909 <row>
24910 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24911 \begin_inset Text
24912
24913 \begin_layout Plain Layout
24914 A
24915 \backslash
24916 sin(x)+B
24917 \end_layout
24918
24919 \end_inset
24920 </cell>
24921 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24922 \begin_inset Text
24923
24924 \begin_layout Plain Layout
24925 \begin_inset Formula $A\sin(x)+B$
24926 \end_inset
24927
24928
24929 \end_layout
24930
24931 \end_inset
24932 </cell>
24933 </row>
24934 </lyxtabular>
24935
24936 \end_inset
24937
24938
24939 \end_layout
24940
24941 \begin_layout Standard
24942 The following functions are predefined:
24943 \end_layout
24944
24945 \begin_layout Standard
24946 \begin_inset VSpace -2mm
24947 \end_inset
24948
24949
24950 \end_layout
24951
24952 \begin_layout Standard
24953 \align center
24954 \begin_inset Tabular
24955 <lyxtabular version="3" rows="9" columns="4">
24956 <features booktabs="true" tabularvalignment="middle">
24957 <column alignment="center" valignment="top" width="0pt">
24958 <column alignment="center" valignment="top" width="0pt">
24959 <column alignment="center" valignment="top" width="0pt">
24960 <column alignment="center" valignment="top" width="0pt">
24961 <row>
24962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24963 \begin_inset Text
24964
24965 \begin_layout Plain Layout
24966 Command
24967 \end_layout
24968
24969 \end_inset
24970 </cell>
24971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24972 \begin_inset Text
24973
24974 \begin_layout Plain Layout
24975 Command
24976 \end_layout
24977
24978 \end_inset
24979 </cell>
24980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24981 \begin_inset Text
24982
24983 \begin_layout Plain Layout
24984 Command
24985 \end_layout
24986
24987 \end_inset
24988 </cell>
24989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24990 \begin_inset Text
24991
24992 \begin_layout Plain Layout
24993 Command
24994 \end_layout
24995
24996 \end_inset
24997 </cell>
24998 </row>
24999 <row>
25000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25001 \begin_inset Text
25002
25003 \begin_layout Plain Layout
25004
25005 \backslash
25006 sin
25007 \end_layout
25008
25009 \end_inset
25010 </cell>
25011 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25012 \begin_inset Text
25013
25014 \begin_layout Plain Layout
25015
25016 \backslash
25017 sinh
25018 \end_layout
25019
25020 \end_inset
25021 </cell>
25022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25023 \begin_inset Text
25024
25025 \begin_layout Plain Layout
25026
25027 \backslash
25028 arcsin
25029 \end_layout
25030
25031 \end_inset
25032 </cell>
25033 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25034 \begin_inset Text
25035
25036 \begin_layout Plain Layout
25037
25038 \backslash
25039 sup
25040 \end_layout
25041
25042 \end_inset
25043 </cell>
25044 </row>
25045 <row>
25046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25047 \begin_inset Text
25048
25049 \begin_layout Plain Layout
25050
25051 \backslash
25052 cos
25053 \end_layout
25054
25055 \end_inset
25056 </cell>
25057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25058 \begin_inset Text
25059
25060 \begin_layout Plain Layout
25061
25062 \backslash
25063 cosh
25064 \end_layout
25065
25066 \end_inset
25067 </cell>
25068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25069 \begin_inset Text
25070
25071 \begin_layout Plain Layout
25072
25073 \backslash
25074 arccos
25075 \end_layout
25076
25077 \end_inset
25078 </cell>
25079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25080 \begin_inset Text
25081
25082 \begin_layout Plain Layout
25083
25084 \backslash
25085 inf
25086 \end_layout
25087
25088 \end_inset
25089 </cell>
25090 </row>
25091 <row>
25092 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25093 \begin_inset Text
25094
25095 \begin_layout Plain Layout
25096
25097 \backslash
25098 tan
25099 \end_layout
25100
25101 \end_inset
25102 </cell>
25103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25104 \begin_inset Text
25105
25106 \begin_layout Plain Layout
25107
25108 \backslash
25109 tanh
25110 \end_layout
25111
25112 \end_inset
25113 </cell>
25114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25115 \begin_inset Text
25116
25117 \begin_layout Plain Layout
25118
25119 \backslash
25120 arctan
25121 \end_layout
25122
25123 \end_inset
25124 </cell>
25125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25126 \begin_inset Text
25127
25128 \begin_layout Plain Layout
25129
25130 \backslash
25131 lim
25132 \end_layout
25133
25134 \end_inset
25135 </cell>
25136 </row>
25137 <row>
25138 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25139 \begin_inset Text
25140
25141 \begin_layout Plain Layout
25142
25143 \backslash
25144 cot
25145 \end_layout
25146
25147 \end_inset
25148 </cell>
25149 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25150 \begin_inset Text
25151
25152 \begin_layout Plain Layout
25153
25154 \backslash
25155 coth
25156 \end_layout
25157
25158 \end_inset
25159 </cell>
25160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25161 \begin_inset Text
25162
25163 \begin_layout Plain Layout
25164
25165 \backslash
25166 arg
25167 \end_layout
25168
25169 \end_inset
25170 </cell>
25171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25172 \begin_inset Text
25173
25174 \begin_layout Plain Layout
25175
25176 \backslash
25177 liminf
25178 \end_layout
25179
25180 \end_inset
25181 </cell>
25182 </row>
25183 <row>
25184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25185 \begin_inset Text
25186
25187 \begin_layout Plain Layout
25188
25189 \backslash
25190 sec
25191 \end_layout
25192
25193 \end_inset
25194 </cell>
25195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25196 \begin_inset Text
25197
25198 \begin_layout Plain Layout
25199
25200 \backslash
25201 min
25202 \end_layout
25203
25204 \end_inset
25205 </cell>
25206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25207 \begin_inset Text
25208
25209 \begin_layout Plain Layout
25210
25211 \backslash
25212 deg
25213 \end_layout
25214
25215 \end_inset
25216 </cell>
25217 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25218 \begin_inset Text
25219
25220 \begin_layout Plain Layout
25221
25222 \backslash
25223 limsup
25224 \end_layout
25225
25226 \end_inset
25227 </cell>
25228 </row>
25229 <row>
25230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25231 \begin_inset Text
25232
25233 \begin_layout Plain Layout
25234
25235 \backslash
25236 csc
25237 \end_layout
25238
25239 \end_inset
25240 </cell>
25241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25242 \begin_inset Text
25243
25244 \begin_layout Plain Layout
25245
25246 \backslash
25247 max
25248 \end_layout
25249
25250 \end_inset
25251 </cell>
25252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25253 \begin_inset Text
25254
25255 \begin_layout Plain Layout
25256
25257 \backslash
25258 det
25259 \end_layout
25260
25261 \end_inset
25262 </cell>
25263 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25264 \begin_inset Text
25265
25266 \begin_layout Plain Layout
25267
25268 \backslash
25269 Pr
25270 \end_layout
25271
25272 \end_inset
25273 </cell>
25274 </row>
25275 <row>
25276 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25277 \begin_inset Text
25278
25279 \begin_layout Plain Layout
25280
25281 \backslash
25282 ln
25283 \end_layout
25284
25285 \end_inset
25286 </cell>
25287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25288 \begin_inset Text
25289
25290 \begin_layout Plain Layout
25291
25292 \backslash
25293 exp
25294 \end_layout
25295
25296 \end_inset
25297 </cell>
25298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25299 \begin_inset Text
25300
25301 \begin_layout Plain Layout
25302
25303 \backslash
25304 dim
25305 \end_layout
25306
25307 \end_inset
25308 </cell>
25309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25310 \begin_inset Text
25311
25312 \begin_layout Plain Layout
25313
25314 \backslash
25315 hom
25316 \end_layout
25317
25318 \end_inset
25319 </cell>
25320 </row>
25321 <row>
25322 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25323 \begin_inset Text
25324
25325 \begin_layout Plain Layout
25326
25327 \backslash
25328 lg
25329 \end_layout
25330
25331 \end_inset
25332 </cell>
25333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25334 \begin_inset Text
25335
25336 \begin_layout Plain Layout
25337
25338 \backslash
25339 log
25340 \end_layout
25341
25342 \end_inset
25343 </cell>
25344 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25345 \begin_inset Text
25346
25347 \begin_layout Plain Layout
25348
25349 \backslash
25350 ker
25351 \end_layout
25352
25353 \end_inset
25354 </cell>
25355 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25356 \begin_inset Text
25357
25358 \begin_layout Plain Layout
25359
25360 \backslash
25361 gcd
25362 \end_layout
25363
25364 \end_inset
25365 </cell>
25366 </row>
25367 </lyxtabular>
25368
25369 \end_inset
25370
25371
25372 \end_layout
25373
25374 \begin_layout Standard
25375 They can also be inserted with the math toolbar button 
25376 \begin_inset Info
25377 type  "icon"
25378 arg   "math-insert \\functions"
25379 \end_inset
25380
25381 .
25382 \end_layout
25383
25384 \begin_layout Subsection
25385 Self-defined Functions
25386 \begin_inset Index idx
25387 status collapsed
25388
25389 \begin_layout Plain Layout
25390 Functions ! self-defined
25391 \end_layout
25392
25393 \end_inset
25394
25395
25396 \end_layout
25397
25398 \begin_layout Standard
25399 To use a function that is not predefined, like for example the sign function
25400  sgn(x), there are two possibilities:
25401 \end_layout
25402
25403 \begin_layout Itemize
25404 Define the function by inserting the following line to the \SpecialChar LaTeX
25405 -preamble
25406 \begin_inset Foot
25407 status collapsed
25408
25409 \begin_layout Plain Layout
25410 For more about 
25411 \series bold
25412
25413 \backslash
25414 DeclareMathOperator
25415 \series default
25416  see 
25417 \begin_inset CommandInset ref
25418 LatexCommand ref
25419 reference "subsec:Self-defined-Operators"
25420
25421 \end_inset
25422
25423 .
25424 \end_layout
25425
25426 \end_inset
25427
25428
25429 \begin_inset Newline newline
25430 \end_inset
25431
25432
25433 \begin_inset VSpace -3mm
25434 \end_inset
25435
25436
25437 \begin_inset Newline newline
25438 \end_inset
25439
25440
25441 \series bold
25442
25443 \backslash
25444 DeclareMathOperator{
25445 \backslash
25446 sgn}{sgn}
25447 \series default
25448
25449 \begin_inset Index idx
25450 status collapsed
25451
25452 \begin_layout Plain Layout
25453 Commands ! D ! 
25454 \backslash
25455 dbinom@
25456 \backslash
25457 DeclareMathOperator
25458 \end_layout
25459
25460 \end_inset
25461
25462
25463 \begin_inset Newline newline
25464 \end_inset
25465
25466
25467 \begin_inset VSpace -2mm
25468 \end_inset
25469
25470
25471 \begin_inset Newline newline
25472 \end_inset
25473
25474 Now the new defined function can be called with the command 
25475 \series bold
25476
25477 \backslash
25478 sgn
25479 \series default
25480 .
25481 \end_layout
25482
25483 \begin_layout Itemize
25484 Write the formula as usual, mark the formula name, in our example the letters
25485  
25486 \emph on
25487 sgn
25488 \emph default
25489 , and change it to mathematical text.
25490  Finally, a space is inserted between prefactor and function.
25491 \end_layout
25492
25493 \begin_layout Standard
25494 The result is the same with both methods as with a predefined function
25495 \begin_inset Foot
25496 status collapsed
25497
25498 \begin_layout Plain Layout
25499 In \SpecialChar LyX
25500  self-defined functions are displayed red, predefined ones black.
25501 \end_layout
25502
25503 \end_inset
25504
25505 :
25506 \begin_inset Separator parbreak
25507 \end_inset
25508
25509
25510 \end_layout
25511
25512 \begin_layout Standard
25513 \align center
25514 \begin_inset Tabular
25515 <lyxtabular version="3" rows="3" columns="2">
25516 <features booktabs="true" tabularvalignment="middle">
25517 <column alignment="center" valignment="top" width="0pt">
25518 <column alignment="center" valignment="top" width="0pt">
25519 <row>
25520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25521 \begin_inset Text
25522
25523 \begin_layout Plain Layout
25524 Command
25525 \end_layout
25526
25527 \end_inset
25528 </cell>
25529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25530 \begin_inset Text
25531
25532 \begin_layout Plain Layout
25533 Result
25534 \end_layout
25535
25536 \end_inset
25537 </cell>
25538 </row>
25539 <row>
25540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25541 \begin_inset Text
25542
25543 \begin_layout Plain Layout
25544 A
25545 \backslash
25546 sgn(x)+B
25547 \end_layout
25548
25549 \end_inset
25550 </cell>
25551 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25552 \begin_inset Text
25553
25554 \begin_layout Plain Layout
25555 \begin_inset Formula $A\sgn(x)+B$
25556 \end_inset
25557
25558
25559 \end_layout
25560
25561 \end_inset
25562 </cell>
25563 </row>
25564 <row>
25565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25566 \begin_inset Text
25567
25568 \begin_layout Plain Layout
25569 A
25570 \backslash
25571 ,
25572 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25573 \end_inset
25574
25575 (x)+B
25576 \end_layout
25577
25578 \end_inset
25579 </cell>
25580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25581 \begin_inset Text
25582
25583 \begin_layout Plain Layout
25584 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25585 \end_inset
25586
25587
25588 \end_layout
25589
25590 \end_inset
25591 </cell>
25592 </row>
25593 </lyxtabular>
25594
25595 \end_inset
25596
25597
25598 \end_layout
25599
25600 \begin_layout Standard
25601 The first method is more suitable when the self-defined function should
25602  be used several times.
25603 \end_layout
25604
25605 \begin_layout Subsection
25606 Limits
25607 \begin_inset Index idx
25608 status collapsed
25609
25610 \begin_layout Plain Layout
25611 Limits
25612 \end_layout
25613
25614 \end_inset
25615
25616
25617 \end_layout
25618
25619 \begin_layout Standard
25620 For limits, in addition to the commands 
25621 \series bold
25622
25623 \backslash
25624 lim
25625 \series default
25626
25627 \begin_inset Index idx
25628 status collapsed
25629
25630 \begin_layout Plain Layout
25631 Commands ! L ! 
25632 \backslash
25633 lim
25634 \end_layout
25635
25636 \end_inset
25637
25638
25639 \series bold
25640
25641 \backslash
25642 liminf
25643 \series default
25644  and 
25645 \series bold
25646
25647 \backslash
25648 limsup
25649 \series default
25650  the following functions are defined:
25651 \begin_inset Separator parbreak
25652 \end_inset
25653
25654
25655 \end_layout
25656
25657 \begin_layout Standard
25658 \align center
25659 \begin_inset Tabular
25660 <lyxtabular version="3" rows="5" columns="2">
25661 <features booktabs="true" tabularvalignment="middle">
25662 <column alignment="center" valignment="top" width="0pt">
25663 <column alignment="center" valignment="top" width="0pt">
25664 <row>
25665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25666 \begin_inset Text
25667
25668 \begin_layout Plain Layout
25669 Command
25670 \end_layout
25671
25672 \end_inset
25673 </cell>
25674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25675 \begin_inset Text
25676
25677 \begin_layout Plain Layout
25678 Result
25679 \end_layout
25680
25681 \end_inset
25682 </cell>
25683 </row>
25684 <row>
25685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25686 \begin_inset Text
25687
25688 \begin_layout Plain Layout
25689
25690 \backslash
25691 varliminf
25692 \end_layout
25693
25694 \end_inset
25695 </cell>
25696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25697 \begin_inset Text
25698
25699 \begin_layout Plain Layout
25700 \begin_inset Formula $\varliminf$
25701 \end_inset
25702
25703
25704 \end_layout
25705
25706 \end_inset
25707 </cell>
25708 </row>
25709 <row topspace="1.5mm">
25710 <cell alignment="center" valignment="top" usebox="none">
25711 \begin_inset Text
25712
25713 \begin_layout Plain Layout
25714
25715 \backslash
25716 varlimsup
25717 \end_layout
25718
25719 \end_inset
25720 </cell>
25721 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25722 \begin_inset Text
25723
25724 \begin_layout Plain Layout
25725 \begin_inset Formula $\varlimsup$
25726 \end_inset
25727
25728
25729 \end_layout
25730
25731 \end_inset
25732 </cell>
25733 </row>
25734 <row topspace="1.5mm">
25735 <cell alignment="center" valignment="top" usebox="none">
25736 \begin_inset Text
25737
25738 \begin_layout Plain Layout
25739
25740 \backslash
25741 varprojlim
25742 \end_layout
25743
25744 \end_inset
25745 </cell>
25746 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25747 \begin_inset Text
25748
25749 \begin_layout Plain Layout
25750 \begin_inset Formula $\varprojlim$
25751 \end_inset
25752
25753
25754 \end_layout
25755
25756 \end_inset
25757 </cell>
25758 </row>
25759 <row topspace="1.5mm" bottomspace="1mm">
25760 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25761 \begin_inset Text
25762
25763 \begin_layout Plain Layout
25764
25765 \backslash
25766 varinjlim
25767 \end_layout
25768
25769 \end_inset
25770 </cell>
25771 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25772 \begin_inset Text
25773
25774 \begin_layout Plain Layout
25775 \begin_inset Formula $\varinjlim$
25776 \end_inset
25777
25778
25779 \end_layout
25780
25781 \end_inset
25782 </cell>
25783 </row>
25784 </lyxtabular>
25785
25786 \end_inset
25787
25788
25789 \end_layout
25790
25791 \begin_layout Standard
25792 \begin_inset VSpace medskip
25793 \end_inset
25794
25795 The limit is created by inserting a subscript.
25796  It is set right beside the function in an inline formula:
25797 \end_layout
25798
25799 \begin_layout Standard
25800 \align center
25801 \begin_inset Tabular
25802 <lyxtabular version="3" rows="2" columns="2">
25803 <features booktabs="true" tabularvalignment="middle">
25804 <column alignment="center" valignment="top" width="0pt">
25805 <column alignment="center" valignment="top" width="0pt">
25806 <row>
25807 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25808 \begin_inset Text
25809
25810 \begin_layout Plain Layout
25811 Command
25812 \end_layout
25813
25814 \end_inset
25815 </cell>
25816 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25817 \begin_inset Text
25818
25819 \begin_layout Plain Layout
25820 Result
25821 \end_layout
25822
25823 \end_inset
25824 </cell>
25825 </row>
25826 <row>
25827 <cell alignment="center" valignment="top" usebox="none">
25828 \begin_inset Text
25829
25830 \begin_layout Plain Layout
25831
25832 \backslash
25833 lim_x
25834 \backslash
25835 to
25836 \begin_inset space \textvisiblespace{}
25837 \end_inset
25838
25839 A
25840 \begin_inset space \textvisiblespace{}
25841 \end_inset
25842
25843 x=B
25844 \end_layout
25845
25846 \end_inset
25847 </cell>
25848 <cell alignment="center" valignment="top" usebox="none">
25849 \begin_inset Text
25850
25851 \begin_layout Plain Layout
25852 \begin_inset Formula $\lim_{x\to A}x=B$
25853 \end_inset
25854
25855
25856 \end_layout
25857
25858 \end_inset
25859 </cell>
25860 </row>
25861 </lyxtabular>
25862
25863 \end_inset
25864
25865
25866 \end_layout
25867
25868 \begin_layout Standard
25869 In a displayed formula the limit is set below the formula, as usual:
25870 \begin_inset Formula 
25871 \[
25872 \lim_{x\to A}x=B
25873 \]
25874
25875 \end_inset
25876
25877
25878 \end_layout
25879
25880 \begin_layout Standard
25881 \begin_inset VSpace medskip
25882 \end_inset
25883
25884
25885 \end_layout
25886
25887 \begin_layout Standard
25888 How to adjust the typesetting of the limits see 
25889 \begin_inset CommandInset ref
25890 LatexCommand ref
25891 reference "subsec:Operator-Limits"
25892
25893 \end_inset
25894
25895 .
25896 \end_layout
25897
25898 \begin_layout Subsection
25899 Modulo-Functions
25900 \begin_inset Index idx
25901 status collapsed
25902
25903 \begin_layout Plain Layout
25904 Functions ! modulo-
25905 \end_layout
25906
25907 \end_inset
25908
25909
25910 \end_layout
25911
25912 \begin_layout Standard
25913 The modulo-function is special, because it exists in four variants.
25914  The variants in a displayed formula are:
25915 \begin_inset Formula 
25916 \begin{align*}
25917 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25918 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25919 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25920 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25921 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25922 \end{align*}
25923
25924 \end_inset
25925
25926
25927 \end_layout
25928
25929 \begin_layout Standard
25930 In an inline formula less space is set before the function names for all
25931  variants.
25932  By default the modulo-functions take only the first following character
25933  into account.
25934  To use more than one character, one has to put them into \SpecialChar TeX
25935  braces:
25936 \begin_inset Formula 
25937 \begin{align*}
25938 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25939 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25940 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25941 \end{align*}
25942
25943 \end_inset
25944
25945
25946 \end_layout
25947
25948 \begin_layout Section
25949 Special Characters
25950 \begin_inset Index idx
25951 status collapsed
25952
25953 \begin_layout Plain Layout
25954 Special characters
25955 \end_layout
25956
25957 \end_inset
25958
25959
25960 \end_layout
25961
25962 \begin_layout Standard
25963 The characters ^ and _ would normally create a superscript and subscript,
25964  respectively.
25965  To get these characters you have to insert them with a leading 
25966 \backslash
25967 :
25968 \begin_inset Separator parbreak
25969 \end_inset
25970
25971
25972 \end_layout
25973
25974 \begin_layout Standard
25975 \noindent
25976 \align center
25977 \begin_inset Tabular
25978 <lyxtabular version="3" rows="3" columns="2">
25979 <features booktabs="true" tabularvalignment="middle">
25980 <column alignment="left" valignment="top" width="0pt">
25981 <column alignment="block" valignment="top">
25982 <row>
25983 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25984 \begin_inset Text
25985
25986 \begin_layout Plain Layout
25987 Command
25988 \end_layout
25989
25990 \end_inset
25991 </cell>
25992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25993 \begin_inset Text
25994
25995 \begin_layout Plain Layout
25996 Result
25997 \end_layout
25998
25999 \end_inset
26000 </cell>
26001 </row>
26002 <row>
26003 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26004 \begin_inset Text
26005
26006 \begin_layout Plain Layout
26007
26008 \backslash
26009 ^
26010 \begin_inset space \textvisiblespace{}
26011 \end_inset
26012
26013
26014 \end_layout
26015
26016 \end_inset
26017 </cell>
26018 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26019 \begin_inset Text
26020
26021 \begin_layout Plain Layout
26022 \begin_inset Formula $\mathcircumflex$
26023 \end_inset
26024
26025
26026 \end_layout
26027
26028 \end_inset
26029 </cell>
26030 </row>
26031 <row>
26032 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26033 \begin_inset Text
26034
26035 \begin_layout Plain Layout
26036
26037 \backslash
26038 _
26039 \end_layout
26040
26041 \end_inset
26042 </cell>
26043 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26044 \begin_inset Text
26045
26046 \begin_layout Plain Layout
26047 \begin_inset Formula $\_$
26048 \end_inset
26049
26050
26051 \end_layout
26052
26053 \end_inset
26054 </cell>
26055 </row>
26056 </lyxtabular>
26057
26058 \end_inset
26059
26060
26061 \end_layout
26062
26063 \begin_layout Subsection
26064 Special Characters in Mathematical Text
26065 \end_layout
26066
26067 \begin_layout Standard
26068 The following commands can only be used in mathematical text or in \SpecialChar TeX
26069  mode:
26070 \end_layout
26071
26072 \begin_layout Standard
26073 \begin_inset space \hfill{}
26074 \end_inset
26075
26076
26077 \begin_inset Tabular
26078 <lyxtabular version="3" rows="8" columns="2">
26079 <features booktabs="true" tabularvalignment="middle">
26080 <column alignment="left" valignment="top" width="0pt">
26081 <column alignment="block" valignment="top">
26082 <row>
26083 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26084 \begin_inset Text
26085
26086 \begin_layout Plain Layout
26087 Command
26088 \end_layout
26089
26090 \end_inset
26091 </cell>
26092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26093 \begin_inset Text
26094
26095 \begin_layout Plain Layout
26096 Result
26097 \end_layout
26098
26099 \end_inset
26100 </cell>
26101 </row>
26102 <row>
26103 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26104 \begin_inset Text
26105
26106 \begin_layout Plain Layout
26107
26108 \backslash
26109 oe
26110 \end_layout
26111
26112 \end_inset
26113 </cell>
26114 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26115 \begin_inset Text
26116
26117 \begin_layout Plain Layout
26118 \begin_inset Formula $\textrm{œ}$
26119 \end_inset
26120
26121
26122 \end_layout
26123
26124 \end_inset
26125 </cell>
26126 </row>
26127 <row>
26128 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26129 \begin_inset Text
26130
26131 \begin_layout Plain Layout
26132
26133 \backslash
26134 OE
26135 \end_layout
26136
26137 \end_inset
26138 </cell>
26139 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26140 \begin_inset Text
26141
26142 \begin_layout Plain Layout
26143 \begin_inset Formula $\textrm{Œ}$
26144 \end_inset
26145
26146
26147 \end_layout
26148
26149 \end_inset
26150 </cell>
26151 </row>
26152 <row>
26153 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26154 \begin_inset Text
26155
26156 \begin_layout Plain Layout
26157
26158 \backslash
26159 ae
26160 \end_layout
26161
26162 \end_inset
26163 </cell>
26164 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26165 \begin_inset Text
26166
26167 \begin_layout Plain Layout
26168 \begin_inset Formula $\textrm{æ}$
26169 \end_inset
26170
26171
26172 \end_layout
26173
26174 \end_inset
26175 </cell>
26176 </row>
26177 <row>
26178 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26179 \begin_inset Text
26180
26181 \begin_layout Plain Layout
26182
26183 \backslash
26184 AE
26185 \end_layout
26186
26187 \end_inset
26188 </cell>
26189 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26190 \begin_inset Text
26191
26192 \begin_layout Plain Layout
26193 \begin_inset Formula $\textrm{Æ}$
26194 \end_inset
26195
26196
26197 \end_layout
26198
26199 \end_inset
26200 </cell>
26201 </row>
26202 <row>
26203 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26204 \begin_inset Text
26205
26206 \begin_layout Plain Layout
26207
26208 \backslash
26209 aa
26210 \end_layout
26211
26212 \end_inset
26213 </cell>
26214 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26215 \begin_inset Text
26216
26217 \begin_layout Plain Layout
26218 \begin_inset Formula $\textrm{\aa}$
26219 \end_inset
26220
26221
26222 \end_layout
26223
26224 \end_inset
26225 </cell>
26226 </row>
26227 <row>
26228 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26229 \begin_inset Text
26230
26231 \begin_layout Plain Layout
26232
26233 \backslash
26234 AA
26235 \begin_inset Index idx
26236 status collapsed
26237
26238 \begin_layout Plain Layout
26239
26240 \backslash
26241 @
26242 \begin_inset ERT
26243 status collapsed
26244
26245 \begin_layout Plain Layout
26246
26247
26248 \backslash
26249 textrm{
26250 \backslash
26251 AA}
26252 \end_layout
26253
26254 \end_inset
26255
26256
26257 \end_layout
26258
26259 \end_inset
26260
26261
26262 \end_layout
26263
26264 \end_inset
26265 </cell>
26266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26267 \begin_inset Text
26268
26269 \begin_layout Plain Layout
26270 \begin_inset Formula $\textrm{Å}$
26271 \end_inset
26272
26273
26274 \end_layout
26275
26276 \end_inset
26277 </cell>
26278 </row>
26279 <row>
26280 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26281 \begin_inset Text
26282
26283 \begin_layout Plain Layout
26284
26285 \backslash
26286 i
26287 \end_layout
26288
26289 \end_inset
26290 </cell>
26291 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26292 \begin_inset Text
26293
26294 \begin_layout Plain Layout
26295 \begin_inset Formula $\textrm{ı}$
26296 \end_inset
26297
26298
26299 \end_layout
26300
26301 \end_inset
26302 </cell>
26303 </row>
26304 </lyxtabular>
26305
26306 \end_inset
26307
26308
26309 \begin_inset space \hfill{}
26310 \end_inset
26311
26312
26313 \begin_inset Tabular
26314 <lyxtabular version="3" rows="8" columns="2">
26315 <features booktabs="true" tabularvalignment="middle">
26316 <column alignment="left" valignment="top" width="0pt">
26317 <column alignment="center" valignment="top">
26318 <row>
26319 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26320 \begin_inset Text
26321
26322 \begin_layout Plain Layout
26323 Command
26324 \begin_inset Note Note
26325 status collapsed
26326
26327 \begin_layout Plain Layout
26328 The space of 0
26329 \begin_inset space \thinspace{}
26330 \end_inset
26331
26332 mm is used for separation, because otherwise the output will be ¡ and ¿
26333  respectively.
26334 \end_layout
26335
26336 \end_inset
26337
26338
26339 \end_layout
26340
26341 \end_inset
26342 </cell>
26343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26344 \begin_inset Text
26345
26346 \begin_layout Plain Layout
26347 Result
26348 \end_layout
26349
26350 \end_inset
26351 </cell>
26352 </row>
26353 <row>
26354 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26355 \begin_inset Text
26356
26357 \begin_layout Plain Layout
26358
26359 \backslash
26360 o
26361 \end_layout
26362
26363 \end_inset
26364 </cell>
26365 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26366 \begin_inset Text
26367
26368 \begin_layout Plain Layout
26369 \begin_inset Formula $\textrm{ø}$
26370 \end_inset
26371
26372
26373 \end_layout
26374
26375 \end_inset
26376 </cell>
26377 </row>
26378 <row>
26379 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26380 \begin_inset Text
26381
26382 \begin_layout Plain Layout
26383
26384 \backslash
26385 O
26386 \end_layout
26387
26388 \end_inset
26389 </cell>
26390 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26391 \begin_inset Text
26392
26393 \begin_layout Plain Layout
26394 \begin_inset Formula $\textrm{Ø}$
26395 \end_inset
26396
26397
26398 \end_layout
26399
26400 \end_inset
26401 </cell>
26402 </row>
26403 <row>
26404 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26405 \begin_inset Text
26406
26407 \begin_layout Plain Layout
26408
26409 \backslash
26410 l
26411 \end_layout
26412
26413 \end_inset
26414 </cell>
26415 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26416 \begin_inset Text
26417
26418 \begin_layout Plain Layout
26419 \begin_inset Formula $\textrm{ł}$
26420 \end_inset
26421
26422
26423 \end_layout
26424
26425 \end_inset
26426 </cell>
26427 </row>
26428 <row>
26429 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26430 \begin_inset Text
26431
26432 \begin_layout Plain Layout
26433
26434 \backslash
26435 L
26436 \end_layout
26437
26438 \end_inset
26439 </cell>
26440 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26441 \begin_inset Text
26442
26443 \begin_layout Plain Layout
26444 \begin_inset Formula $\textrm{Ł}$
26445 \end_inset
26446
26447
26448 \end_layout
26449
26450 \end_inset
26451 </cell>
26452 </row>
26453 <row>
26454 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26455 \begin_inset Text
26456
26457 \begin_layout Plain Layout
26458 !
26459 \begin_inset space \hspace{}
26460 \length 0mm
26461 \end_inset
26462
26463 `
26464 \begin_inset space \textvisiblespace{}
26465 \end_inset
26466
26467
26468 \end_layout
26469
26470 \end_inset
26471 </cell>
26472 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26473 \begin_inset Text
26474
26475 \begin_layout Plain Layout
26476 \begin_inset Formula $\textrm{!`}$
26477 \end_inset
26478
26479
26480 \end_layout
26481
26482 \end_inset
26483 </cell>
26484 </row>
26485 <row>
26486 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26487 \begin_inset Text
26488
26489 \begin_layout Plain Layout
26490 ?
26491 \begin_inset space \hspace{}
26492 \length 0mm
26493 \end_inset
26494
26495 `
26496 \begin_inset space \textvisiblespace{}
26497 \end_inset
26498
26499
26500 \end_layout
26501
26502 \end_inset
26503 </cell>
26504 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26505 \begin_inset Text
26506
26507 \begin_layout Plain Layout
26508 \begin_inset Formula $\textrm{?`}$
26509 \end_inset
26510
26511
26512 \end_layout
26513
26514 \end_inset
26515 </cell>
26516 </row>
26517 <row>
26518 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26519 \begin_inset Text
26520
26521 \begin_layout Plain Layout
26522
26523 \backslash
26524 j
26525 \end_layout
26526
26527 \end_inset
26528 </cell>
26529 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26530 \begin_inset Text
26531
26532 \begin_layout Plain Layout
26533 \begin_inset Formula $\textrm{ȷ}$
26534 \end_inset
26535
26536
26537 \end_layout
26538
26539 \end_inset
26540 </cell>
26541 </row>
26542 </lyxtabular>
26543
26544 \end_inset
26545
26546
26547 \begin_inset space \hfill{}
26548 \end_inset
26549
26550
26551 \end_layout
26552
26553 \begin_layout Standard
26554 The characters 
26555 \begin_inset Formula $\textrm{\textrm{Å}}$
26556 \end_inset
26557
26558  and 
26559 \begin_inset Formula $\textrm{\textrm{Ø}}$
26560 \end_inset
26561
26562  can also be inserted via the math toolbar button 
26563 \begin_inset Info
26564 type  "icon"
26565 arg   "math-insert \\digamma"
26566 \end_inset
26567
26568 .
26569 \end_layout
26570
26571 \begin_layout Standard
26572 An exception are the commands 
26573 \series bold
26574 !
26575 \begin_inset space \hspace{}
26576 \length 0mm
26577 \end_inset
26578
26579 `
26580 \series default
26581  and 
26582 \series bold
26583 ?
26584 \begin_inset space \hspace{}
26585 \length 0mm
26586 \end_inset
26587
26588 `
26589 \series default
26590 , because they can be inserted in \SpecialChar LyX
26591  directly to text.
26592 \end_layout
26593
26594 \begin_layout Subsection
26595 Accents in Text
26596 \begin_inset CommandInset label
26597 LatexCommand label
26598 name "subsec:Accents-in-Text"
26599
26600 \end_inset
26601
26602
26603 \begin_inset Index idx
26604 status collapsed
26605
26606 \begin_layout Plain Layout
26607 Accents ! in text
26608 \end_layout
26609
26610 \end_inset
26611
26612
26613 \end_layout
26614
26615 \begin_layout Standard
26616 With the following commands all letters can be accented.
26617  The commands must be inserted in \SpecialChar TeX
26618  mode.
26619 \end_layout
26620
26621 \begin_layout Standard
26622 \begin_inset space \hfill{}
26623 \end_inset
26624
26625
26626 \begin_inset Tabular
26627 <lyxtabular version="3" rows="8" columns="2">
26628 <features booktabs="true" tabularvalignment="middle">
26629 <column alignment="left" valignment="top" width="0pt">
26630 <column alignment="block" valignment="top">
26631 <row>
26632 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26633 \begin_inset Text
26634
26635 \begin_layout Plain Layout
26636 Command
26637 \end_layout
26638
26639 \end_inset
26640 </cell>
26641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26642 \begin_inset Text
26643
26644 \begin_layout Plain Layout
26645 Result
26646 \end_layout
26647
26648 \end_inset
26649 </cell>
26650 </row>
26651 <row>
26652 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26653 \begin_inset Text
26654
26655 \begin_layout Plain Layout
26656
26657 \backslash
26658
26659 \begin_inset Quotes grd
26660 \end_inset
26661
26662 e
26663 \end_layout
26664
26665 \end_inset
26666 </cell>
26667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26668 \begin_inset Text
26669
26670 \begin_layout Plain Layout
26671 \begin_inset ERT
26672 status collapsed
26673
26674 \begin_layout Plain Layout
26675
26676
26677 \backslash
26678 "e
26679 \end_layout
26680
26681 \end_inset
26682
26683
26684 \end_layout
26685
26686 \end_inset
26687 </cell>
26688 </row>
26689 <row>
26690 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26691 \begin_inset Text
26692
26693 \begin_layout Plain Layout
26694
26695 \backslash
26696 `e
26697 \end_layout
26698
26699 \end_inset
26700 </cell>
26701 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26702 \begin_inset Text
26703
26704 \begin_layout Plain Layout
26705 \begin_inset ERT
26706 status collapsed
26707
26708 \begin_layout Plain Layout
26709
26710
26711 \backslash
26712 `e
26713 \end_layout
26714
26715 \end_inset
26716
26717
26718 \end_layout
26719
26720 \end_inset
26721 </cell>
26722 </row>
26723 <row>
26724 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26725 \begin_inset Text
26726
26727 \begin_layout Plain Layout
26728
26729 \backslash
26730 ^
26731 \begin_inset space \textvisiblespace{}
26732 \end_inset
26733
26734 e
26735 \end_layout
26736
26737 \end_inset
26738 </cell>
26739 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26740 \begin_inset Text
26741
26742 \begin_layout Plain Layout
26743 \begin_inset ERT
26744 status collapsed
26745
26746 \begin_layout Plain Layout
26747
26748
26749 \backslash
26750 ^e
26751 \end_layout
26752
26753 \end_inset
26754
26755
26756 \end_layout
26757
26758 \end_inset
26759 </cell>
26760 </row>
26761 <row>
26762 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26763 \begin_inset Text
26764
26765 \begin_layout Plain Layout
26766
26767 \backslash
26768 =e
26769 \end_layout
26770
26771 \end_inset
26772 </cell>
26773 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26774 \begin_inset Text
26775
26776 \begin_layout Plain Layout
26777 \begin_inset ERT
26778 status collapsed
26779
26780 \begin_layout Plain Layout
26781
26782
26783 \backslash
26784 =e
26785 \end_layout
26786
26787 \end_inset
26788
26789
26790 \end_layout
26791
26792 \end_inset
26793 </cell>
26794 </row>
26795 <row>
26796 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26797 \begin_inset Text
26798
26799 \begin_layout Plain Layout
26800
26801 \backslash
26802 u
26803 \begin_inset space \textvisiblespace{}
26804 \end_inset
26805
26806 e
26807 \end_layout
26808
26809 \end_inset
26810 </cell>
26811 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26812 \begin_inset Text
26813
26814 \begin_layout Plain Layout
26815 \begin_inset ERT
26816 status collapsed
26817
26818 \begin_layout Plain Layout
26819
26820
26821 \backslash
26822 u e
26823 \end_layout
26824
26825 \end_inset
26826
26827
26828 \end_layout
26829
26830 \end_inset
26831 </cell>
26832 </row>
26833 <row>
26834 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26835 \begin_inset Text
26836
26837 \begin_layout Plain Layout
26838
26839 \backslash
26840 b
26841 \begin_inset space \textvisiblespace{}
26842 \end_inset
26843
26844 e
26845 \end_layout
26846
26847 \end_inset
26848 </cell>
26849 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26850 \begin_inset Text
26851
26852 \begin_layout Plain Layout
26853 \begin_inset ERT
26854 status collapsed
26855
26856 \begin_layout Plain Layout
26857
26858
26859 \backslash
26860 b e
26861 \end_layout
26862
26863 \end_inset
26864
26865
26866 \end_layout
26867
26868 \end_inset
26869 </cell>
26870 </row>
26871 <row>
26872 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26873 \begin_inset Text
26874
26875 \begin_layout Plain Layout
26876
26877 \backslash
26878 t
26879 \begin_inset space \textvisiblespace{}
26880 \end_inset
26881
26882 ee
26883 \end_layout
26884
26885 \end_inset
26886 </cell>
26887 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26888 \begin_inset Text
26889
26890 \begin_layout Plain Layout
26891 \begin_inset ERT
26892 status collapsed
26893
26894 \begin_layout Plain Layout
26895
26896
26897 \backslash
26898 t ee
26899 \end_layout
26900
26901 \end_inset
26902
26903
26904 \end_layout
26905
26906 \end_inset
26907 </cell>
26908 </row>
26909 </lyxtabular>
26910
26911 \end_inset
26912
26913
26914 \begin_inset space \hfill{}
26915 \end_inset
26916
26917
26918 \begin_inset Tabular
26919 <lyxtabular version="3" rows="8" columns="2">
26920 <features booktabs="true" tabularvalignment="middle">
26921 <column alignment="left" valignment="top" width="0pt">
26922 <column alignment="center" valignment="top">
26923 <row>
26924 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26925 \begin_inset Text
26926
26927 \begin_layout Plain Layout
26928 Command
26929 \end_layout
26930
26931 \end_inset
26932 </cell>
26933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26934 \begin_inset Text
26935
26936 \begin_layout Plain Layout
26937 Result
26938 \end_layout
26939
26940 \end_inset
26941 </cell>
26942 </row>
26943 <row>
26944 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26945 \begin_inset Text
26946
26947 \begin_layout Plain Layout
26948
26949 \backslash
26950 H
26951 \begin_inset space \textvisiblespace{}
26952 \end_inset
26953
26954 e
26955 \end_layout
26956
26957 \end_inset
26958 </cell>
26959 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26960 \begin_inset Text
26961
26962 \begin_layout Plain Layout
26963 \begin_inset ERT
26964 status collapsed
26965
26966 \begin_layout Plain Layout
26967
26968
26969 \backslash
26970 H e
26971 \end_layout
26972
26973 \end_inset
26974
26975
26976 \end_layout
26977
26978 \end_inset
26979 </cell>
26980 </row>
26981 <row>
26982 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26983 \begin_inset Text
26984
26985 \begin_layout Plain Layout
26986
26987 \backslash
26988 'e
26989 \end_layout
26990
26991 \end_inset
26992 </cell>
26993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26994 \begin_inset Text
26995
26996 \begin_layout Plain Layout
26997 \begin_inset ERT
26998 status collapsed
26999
27000 \begin_layout Plain Layout
27001
27002
27003 \backslash
27004 'e
27005 \end_layout
27006
27007 \end_inset
27008
27009
27010 \end_layout
27011
27012 \end_inset
27013 </cell>
27014 </row>
27015 <row>
27016 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27017 \begin_inset Text
27018
27019 \begin_layout Plain Layout
27020
27021 \backslash
27022 ~e
27023 \begin_inset Index idx
27024 status collapsed
27025
27026 \begin_layout Plain Layout
27027 Tilde
27028 \end_layout
27029
27030 \end_inset
27031
27032
27033 \end_layout
27034
27035 \end_inset
27036 </cell>
27037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27038 \begin_inset Text
27039
27040 \begin_layout Plain Layout
27041 \begin_inset ERT
27042 status collapsed
27043
27044 \begin_layout Plain Layout
27045
27046
27047 \backslash
27048 ~e
27049 \end_layout
27050
27051 \end_inset
27052
27053
27054 \end_layout
27055
27056 \end_inset
27057 </cell>
27058 </row>
27059 <row>
27060 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27061 \begin_inset Text
27062
27063 \begin_layout Plain Layout
27064
27065 \backslash
27066 .e
27067 \end_layout
27068
27069 \end_inset
27070 </cell>
27071 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27072 \begin_inset Text
27073
27074 \begin_layout Plain Layout
27075 \begin_inset ERT
27076 status collapsed
27077
27078 \begin_layout Plain Layout
27079
27080
27081 \backslash
27082 .e
27083 \end_layout
27084
27085 \end_inset
27086
27087
27088 \end_layout
27089
27090 \end_inset
27091 </cell>
27092 </row>
27093 <row>
27094 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27095 \begin_inset Text
27096
27097 \begin_layout Plain Layout
27098
27099 \backslash
27100 v
27101 \begin_inset space \textvisiblespace{}
27102 \end_inset
27103
27104 e
27105 \end_layout
27106
27107 \end_inset
27108 </cell>
27109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27110 \begin_inset Text
27111
27112 \begin_layout Plain Layout
27113 \begin_inset ERT
27114 status collapsed
27115
27116 \begin_layout Plain Layout
27117
27118
27119 \backslash
27120 v e
27121 \end_layout
27122
27123 \end_inset
27124
27125
27126 \end_layout
27127
27128 \end_inset
27129 </cell>
27130 </row>
27131 <row>
27132 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27133 \begin_inset Text
27134
27135 \begin_layout Plain Layout
27136
27137 \backslash
27138 d
27139 \begin_inset space \textvisiblespace{}
27140 \end_inset
27141
27142 e
27143 \end_layout
27144
27145 \end_inset
27146 </cell>
27147 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27148 \begin_inset Text
27149
27150 \begin_layout Plain Layout
27151 \begin_inset ERT
27152 status collapsed
27153
27154 \begin_layout Plain Layout
27155
27156
27157 \backslash
27158 d e
27159 \end_layout
27160
27161 \end_inset
27162
27163
27164 \end_layout
27165
27166 \end_inset
27167 </cell>
27168 </row>
27169 <row>
27170 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27171 \begin_inset Text
27172
27173 \begin_layout Plain Layout
27174
27175 \backslash
27176 c
27177 \begin_inset space \textvisiblespace{}
27178 \end_inset
27179
27180 e
27181 \end_layout
27182
27183 \end_inset
27184 </cell>
27185 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27186 \begin_inset Text
27187
27188 \begin_layout Plain Layout
27189 \begin_inset ERT
27190 status collapsed
27191
27192 \begin_layout Plain Layout
27193
27194
27195 \backslash
27196 c e
27197 \end_layout
27198
27199 \end_inset
27200
27201
27202 \end_layout
27203
27204 \end_inset
27205 </cell>
27206 </row>
27207 </lyxtabular>
27208
27209 \end_inset
27210
27211
27212 \begin_inset space \hfill{}
27213 \end_inset
27214
27215
27216 \end_layout
27217
27218 \begin_layout Standard
27219 \begin_inset VSpace medskip
27220 \end_inset
27221
27222 With the command 
27223 \series bold
27224
27225 \backslash
27226 t
27227 \series default
27228  also two different characters can be accented.
27229  The command 
27230 \series bold
27231
27232 \backslash
27233 t
27234 \begin_inset space \textvisiblespace{}
27235 \end_inset
27236
27237 sz
27238 \series default
27239  creates: 
27240 \begin_inset ERT
27241 status collapsed
27242
27243 \begin_layout Plain Layout
27244
27245
27246 \backslash
27247 t sz
27248 \end_layout
27249
27250 \end_inset
27251
27252
27253 \end_layout
27254
27255 \begin_layout Standard
27256 The accents 
27257 \series bold
27258 `
27259 \series default
27260  , 
27261 \series bold
27262 '
27263 \series default
27264  and 
27265 \series bold
27266 ^
27267 \series default
27268  can in combination with vowels directly be inserted with the keyboard without
27269  using \SpecialChar TeX
27270  mode.
27271  The same applies for the tilde
27272 \begin_inset Foot
27273 status collapsed
27274
27275 \begin_layout Plain Layout
27276 This only applies for keyboards where the tilde is defined as accent.
27277 \end_layout
27278
27279 \end_inset
27280
27281  
27282 \series bold
27283 ~
27284 \series default
27285  in combination with 
27286 \emph on
27287 a
27288 \emph default
27289  , 
27290 \emph on
27291 n
27292 \emph default
27293  , or 
27294 \emph on
27295 o
27296 \emph default
27297 .
27298 \end_layout
27299
27300 \begin_layout Standard
27301 The commands 
27302 \series bold
27303
27304 \backslash
27305 b
27306 \series default
27307  , 
27308 \series bold
27309
27310 \backslash
27311 c
27312 \series default
27313  , 
27314 \series bold
27315
27316 \backslash
27317 d
27318 \series default
27319  , 
27320 \series bold
27321
27322 \backslash
27323 H
27324 \series default
27325  , 
27326 \series bold
27327
27328 \backslash
27329 t
27330 \series default
27331  , 
27332 \series bold
27333
27334 \backslash
27335 u
27336 \series default
27337  , 
27338 \series bold
27339
27340 \backslash
27341 v
27342 \series default
27343  and accents that are inserted directly with the keyboard are also available
27344  in mathematical text.
27345  For the other accents there are special math commands to be used in formulas,
27346  see 
27347 \begin_inset CommandInset ref
27348 LatexCommand ref
27349 reference "subsec:Accents-for-one"
27350
27351 \end_inset
27352
27353 .
27354 \end_layout
27355
27356 \begin_layout Standard
27357 \begin_inset VSpace bigskip
27358 \end_inset
27359
27360 Furthermore, with the command 
27361 \series bold
27362
27363 \backslash
27364 textcircled
27365 \series default
27366
27367 \begin_inset Index idx
27368 status collapsed
27369
27370 \begin_layout Plain Layout
27371 Commands ! T ! 
27372 \backslash
27373 textcircled
27374 \end_layout
27375
27376 \end_inset
27377
27378  all numbers and letters can be set into a circle, quasi accented with a
27379  circle, similar to the copyright symbol.
27380 \end_layout
27381
27382 \begin_layout Standard
27383 \align center
27384 \begin_inset Tabular
27385 <lyxtabular version="3" rows="3" columns="2">
27386 <features booktabs="true" tabularvalignment="middle">
27387 <column alignment="center" valignment="top" width="0pt">
27388 <column alignment="center" valignment="top">
27389 <row>
27390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27391 \begin_inset Text
27392
27393 \begin_layout Plain Layout
27394 Command
27395 \end_layout
27396
27397 \end_inset
27398 </cell>
27399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27400 \begin_inset Text
27401
27402 \begin_layout Plain Layout
27403 Result
27404 \end_layout
27405
27406 \end_inset
27407 </cell>
27408 </row>
27409 <row>
27410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27411 \begin_inset Text
27412
27413 \begin_layout Plain Layout
27414
27415 \backslash
27416 textcircled{w}
27417 \end_layout
27418
27419 \end_inset
27420 </cell>
27421 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27422 \begin_inset Text
27423
27424 \begin_layout Plain Layout
27425 \begin_inset ERT
27426 status collapsed
27427
27428 \begin_layout Plain Layout
27429
27430
27431 \backslash
27432 textcircled{w}
27433 \end_layout
27434
27435 \end_inset
27436
27437
27438 \end_layout
27439
27440 \end_inset
27441 </cell>
27442 </row>
27443 <row topspace="1mm">
27444 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27445 \begin_inset Text
27446
27447 \begin_layout Plain Layout
27448
27449 \backslash
27450 Large 
27451 \backslash
27452 textcircled{
27453 \backslash
27454 normalsize
27455 \backslash
27456 protect
27457 \backslash
27458 raisebox{-1.5pt}{W}}
27459 \end_layout
27460
27461 \end_inset
27462 </cell>
27463 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27464 \begin_inset Text
27465
27466 \begin_layout Plain Layout
27467 \begin_inset ERT
27468 status collapsed
27469
27470 \begin_layout Plain Layout
27471
27472
27473 \backslash
27474 Large 
27475 \backslash
27476 textcircled{
27477 \backslash
27478 normalsize
27479 \backslash
27480 protect
27481 \backslash
27482 raisebox{-1.5pt}W}
27483 \end_layout
27484
27485 \end_inset
27486
27487
27488 \end_layout
27489
27490 \end_inset
27491 </cell>
27492 </row>
27493 </lyxtabular>
27494
27495 \end_inset
27496
27497
27498 \end_layout
27499
27500 \begin_layout Standard
27501 One has to take care that the character fits in the circle.
27502  
27503 \series bold
27504
27505 \backslash
27506 Large
27507 \series default
27508
27509 \begin_inset Foot
27510 status collapsed
27511
27512 \begin_layout Plain Layout
27513 see 
27514 \begin_inset CommandInset ref
27515 LatexCommand ref
27516 reference "subsec:Font-Sizes"
27517
27518 \end_inset
27519
27520
27521 \end_layout
27522
27523 \end_inset
27524
27525  specifies thereby the size of the circle.
27526  With the help of 
27527 \series bold
27528
27529 \backslash
27530 raisebox
27531 \series default
27532
27533 \begin_inset Foot
27534 status collapsed
27535
27536 \begin_layout Plain Layout
27537 see 
27538 \begin_inset CommandInset ref
27539 LatexCommand ref
27540 reference "subsec:Boxes-without-Frame"
27541
27542 \end_inset
27543
27544
27545 \end_layout
27546
27547 \end_inset
27548
27549  the character can be centered.
27550 \end_layout
27551
27552 \begin_layout Subsection
27553 Old-style Figures
27554 \begin_inset Index idx
27555 status collapsed
27556
27557 \begin_layout Plain Layout
27558 Old-style Figures
27559 \end_layout
27560
27561 \end_inset
27562
27563
27564 \end_layout
27565
27566 \begin_layout Standard
27567 Old-style figures (also known as old-style numerals) are created with the
27568  command 
27569 \series bold
27570
27571 \backslash
27572 oldstylenums
27573 \series default
27574
27575 \begin_inset Index idx
27576 status collapsed
27577
27578 \begin_layout Plain Layout
27579 Commands ! O ! 
27580 \backslash
27581 oldstylenums
27582 \end_layout
27583
27584 \end_inset
27585
27586 .
27587  The command can be used in formulas and in \SpecialChar TeX
27588  mode.
27589  The command scheme is:
27590 \end_layout
27591
27592 \begin_layout Standard
27593
27594 \series bold
27595
27596 \backslash
27597 oldstylenums{number}
27598 \end_layout
27599
27600 \begin_layout Standard
27601 The command 
27602 \series bold
27603
27604 \backslash
27605 oldstylenums{0123456789
27606 \series default
27607  produces: 
27608 \begin_inset Formula $\oldstylenums{0123456789}$
27609 \end_inset
27610
27611
27612 \end_layout
27613
27614 \begin_layout Section
27615 Formula Styles
27616 \begin_inset CommandInset label
27617 LatexCommand label
27618 name "sec:Formula-Styles"
27619
27620 \end_inset
27621
27622
27623 \begin_inset Index idx
27624 status collapsed
27625
27626 \begin_layout Plain Layout
27627 Formula ! styles
27628 \end_layout
27629
27630 \end_inset
27631
27632
27633 \end_layout
27634
27635 \begin_layout Itemize
27636 There are two different alignment styles:
27637 \begin_inset Separator parbreak
27638 \end_inset
27639
27640
27641 \end_layout
27642
27643 \begin_deeper
27644 \begin_layout Description
27645 Centered is the predefined standard
27646 \end_layout
27647
27648 \begin_layout Description
27649 Indented for this the option 
27650 \series bold
27651 fleqn
27652 \series default
27653  must be inserted in the menu 
27654 \family sans
27655 Document\SpecialChar menuseparator
27656 Settings
27657 \family default
27658  under 
27659 \family sans
27660 Document
27661 \begin_inset space ~
27662 \end_inset
27663
27664 Class
27665 \end_layout
27666
27667 \begin_layout Standard
27668 When 
27669 \series bold
27670 Indented
27671 \series default
27672  is used, the indentation can be adjusted with the length 
27673 \series bold
27674
27675 \backslash
27676 mathindent
27677 \series default
27678
27679 \begin_inset Index idx
27680 status collapsed
27681
27682 \begin_layout Plain Layout
27683 Commands ! M ! 
27684 \backslash
27685 mathindent
27686 \end_layout
27687
27688 \end_inset
27689
27690 .
27691  Should the distance be 15
27692 \begin_inset space \thinspace{}
27693 \end_inset
27694
27695 mm, the following command line is inserted in the \SpecialChar LaTeX
27696 -preamble
27697 \end_layout
27698
27699 \begin_layout Standard
27700
27701 \series bold
27702
27703 \backslash
27704 setlength{
27705 \backslash
27706 mathindent}{15mm}
27707 \end_layout
27708
27709 \begin_layout Standard
27710 When no length is specified, the predefined value of 30
27711 \begin_inset space \thinspace{}
27712 \end_inset
27713
27714 pt will be used.
27715 \end_layout
27716
27717 \end_deeper
27718 \begin_layout Itemize
27719 And two different numbering styles:
27720 \begin_inset Separator parbreak
27721 \end_inset
27722
27723
27724 \end_layout
27725
27726 \begin_deeper
27727 \begin_layout Description
27728 Right is the predefined standard
27729 \end_layout
27730
27731 \begin_layout Description
27732 Left for this the option 
27733 \series bold
27734 leqno
27735 \series default
27736  must be inserted in the menu 
27737 \family sans
27738 Document\SpecialChar menuseparator
27739 Settings
27740 \family default
27741  under 
27742 \family sans
27743 Document
27744 \begin_inset space ~
27745 \end_inset
27746
27747 Class
27748 \end_layout
27749
27750 \end_deeper
27751 \begin_layout Standard
27752
27753 \series bold
27754 fleqn
27755 \series default
27756  and 
27757 \series bold
27758 leqno
27759 \series default
27760  can also be used together.
27761  In this case both options are inserted, separated by a comma.
27762 \end_layout
27763
27764 \begin_layout Standard
27765 The chosen styles are used for all displayed formulas of the document.
27766  When both, centered and indented formulas should be created in a document,
27767  the style 
27768 \series bold
27769 Centered
27770 \series default
27771  is used.
27772  The indented formulas are then set in a flalign environment, see 
27773 \begin_inset CommandInset ref
27774 LatexCommand ref
27775 reference "subsec:Flalign-Environment"
27776
27777 \end_inset
27778
27779 .
27780 \end_layout
27781
27782 \begin_layout Section
27783 Multiline Formulas
27784 \begin_inset CommandInset label
27785 LatexCommand label
27786 name "sec:Multiline-Formulas"
27787
27788 \end_inset
27789
27790
27791 \begin_inset Index idx
27792 status collapsed
27793
27794 \begin_layout Plain Layout
27795 Formula ! multiline
27796 \end_layout
27797
27798 \end_inset
27799
27800
27801 \end_layout
27802
27803 \begin_layout Subsection
27804 General
27805 \end_layout
27806
27807 \begin_layout Standard
27808 In \SpecialChar LyX
27809  multiline formulas are created by pressing 
27810 \begin_inset Info
27811 type  "shortcut"
27812 arg   "newline-insert newline"
27813 \end_inset
27814
27815  inside a formula.
27816  This creates either an 
27817 \series bold
27818 eqnarray environment
27819 \series default
27820  that is described in 
27821 \begin_inset CommandInset ref
27822 LatexCommand ref
27823 reference "subsec:Eqnarray-Environment"
27824
27825 \end_inset
27826
27827  or, when the option 
27828 \family sans
27829 Use AMS math package
27830 \family default
27831  in the document settings is selected, an 
27832 \series bold
27833 align environment
27834 \series default
27835  that is described in 
27836 \begin_inset CommandInset ref
27837 LatexCommand ref
27838 reference "subsec:Standard-align-Environment"
27839
27840 \end_inset
27841
27842 .
27843  The align environment is recommended because it provides in any case a
27844  typographically correct output.
27845 \end_layout
27846
27847 \begin_layout Standard
27848 There are other multiline formula environments that can be created via the
27849  menu 
27850 \family sans
27851 Insert\SpecialChar menuseparator
27852 Math
27853 \family default
27854 .
27855  These environments are described in the following sections.
27856 \end_layout
27857
27858 \begin_layout Standard
27859 In all multiline formula environments a new line is created by pressing
27860  
27861 \begin_inset Info
27862 type  "shortcut"
27863 arg   "newline-insert newline"
27864 \end_inset
27865
27866 .
27867  To add or delete lines, the math toolbar buttons 
27868 \begin_inset Info
27869 type  "icon"
27870 arg   "inset-modify tabular append-row"
27871 \end_inset
27872
27873  or 
27874 \begin_inset Info
27875 type  "icon"
27876 arg   "inset-modify tabular delete-row"
27877 \end_inset
27878
27879 , respectively, or the menu 
27880 \family sans
27881 Edit\SpecialChar menuseparator
27882 Rows & Columns
27883 \family default
27884  can be used.
27885 \end_layout
27886
27887 \begin_layout Subsubsection
27888 Line Separation
27889 \begin_inset CommandInset label
27890 LatexCommand label
27891 name "subsec:Line-Separation"
27892
27893 \end_inset
27894
27895
27896 \begin_inset Index idx
27897 status collapsed
27898
27899 \begin_layout Plain Layout
27900 Formula ! multiline ! Line separation
27901 \end_layout
27902
27903 \end_inset
27904
27905
27906 \end_layout
27907
27908 \begin_layout Standard
27909 There is sometimes not enough space in multiline formulas between the lines:
27910 \begin_inset Formula 
27911 \begin{eqnarray*}
27912 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}\\
27913 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
27914 \end{eqnarray*}
27915
27916 \end_inset
27917
27918
27919 \end_layout
27920
27921 \begin_layout Standard
27922 In \SpecialChar LaTeX
27923  additional line space is specified as optional argument of the new line
27924  command.
27925  This is not yet possible in \SpecialChar LyX
27926
27927 \begin_inset Foot
27928 status collapsed
27929
27930 \begin_layout Plain Layout
27931 see 
27932 \begin_inset CommandInset href
27933 LatexCommand href
27934 name "LyX-bug #1505"
27935 target "http://www.lyx.org/trac/ticket/1505"
27936
27937 \end_inset
27938
27939
27940 \end_layout
27941
27942 \end_inset
27943
27944 , therefore the whole formula must be inserted in \SpecialChar TeX
27945  mode.
27946  To add in our example space, the command 
27947 \series bold
27948
27949 \backslash
27950
27951 \backslash
27952 [3mm]
27953 \series default
27954  is inserted at the end of the first line.
27955  One gets: 
27956 \begin_inset ERT
27957 status collapsed
27958
27959 \begin_layout Plain Layout
27960
27961
27962 \backslash
27963 begin{eqnarray*}
27964 \end_layout
27965
27966 \begin_layout Plain Layout
27967
27968 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27969  = & 
27970 \backslash
27971 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27972 \backslash
27973
27974 \backslash
27975 [3mm]
27976 \end_layout
27977
27978 \begin_layout Plain Layout
27979
27980 4x^{2}
27981 \backslash
27982 left(B^{2}+x_{0}^{2}
27983 \backslash
27984 right)+4x_{0}x
27985 \backslash
27986 left(D-B^{2}
27987 \backslash
27988 right)+B^{2}
27989 \backslash
27990 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27991 \backslash
27992 right) & = & 0
27993 \end_layout
27994
27995 \begin_layout Plain Layout
27996
27997
27998 \backslash
27999 end{eqnarray*}
28000 \end_layout
28001
28002 \end_inset
28003
28004
28005 \end_layout
28006
28007 \begin_layout Standard
28008 \begin_inset VSpace bigskip
28009 \end_inset
28010
28011 To set the line separation for all lines in a formula, the length 
28012 \series bold
28013
28014 \backslash
28015 jot
28016 \series default
28017
28018 \begin_inset Index idx
28019 status collapsed
28020
28021 \begin_layout Plain Layout
28022 Commands ! J ! 
28023 \backslash
28024 jot
28025 \end_layout
28026
28027 \end_inset
28028
28029  is changed.
28030  The definition is: 
28031 \begin_inset Formula $\mbox{line separation}=\mathrm{6\,pt+\backslash jot}$
28032 \end_inset
28033
28034 .
28035  Predefined for 
28036 \series bold
28037
28038 \backslash
28039 jot
28040 \series default
28041  is the value 3
28042 \begin_inset space \thinspace{}
28043 \end_inset
28044
28045 pt.
28046  To create 3
28047 \begin_inset space \thinspace{}
28048 \end_inset
28049
28050 mm additional line separation as in the previous example, the command
28051 \end_layout
28052
28053 \begin_layout Standard
28054
28055 \series bold
28056
28057 \backslash
28058 setlength{
28059 \backslash
28060 jot}{3mm+3pt}
28061 \end_layout
28062
28063 \begin_layout Standard
28064 is inserted in \SpecialChar TeX
28065  mode before the formula.
28066  This requires that the \SpecialChar LaTeX
28067 -package 
28068 \series bold
28069 calc
28070 \series default
28071
28072 \begin_inset Foot
28073 status collapsed
28074
28075 \begin_layout Plain Layout
28076
28077 \series bold
28078 calc
28079 \series default
28080  is part of every \SpecialChar LaTeX
28081  standard installation.
28082 \end_layout
28083
28084 \end_inset
28085
28086
28087 \begin_inset Index idx
28088 status collapsed
28089
28090 \begin_layout Plain Layout
28091 Packages ! calc
28092 \end_layout
28093
28094 \end_inset
28095
28096  was loaded in \SpecialChar LaTeX
28097 -preamble with the line
28098 \end_layout
28099
28100 \begin_layout Standard
28101
28102 \series bold
28103
28104 \backslash
28105 usepackage{calc}
28106 \end_layout
28107
28108 \begin_layout Standard
28109 One gets: 
28110 \begin_inset ERT
28111 status collapsed
28112
28113 \begin_layout Plain Layout
28114
28115
28116 \backslash
28117 setlength{
28118 \backslash
28119 jot}{3mm+3pt}
28120 \end_layout
28121
28122 \end_inset
28123
28124
28125 \begin_inset Formula 
28126 \begin{eqnarray*}
28127 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}\\
28128 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
28129 \end{eqnarray*}
28130
28131 \end_inset
28132
28133
28134 \end_layout
28135
28136 \begin_layout Standard
28137 \begin_inset ERT
28138 status collapsed
28139
28140 \begin_layout Plain Layout
28141
28142
28143 \backslash
28144 setlength{
28145 \backslash
28146 jot}{3pt}
28147 \end_layout
28148
28149 \end_inset
28150
28151  To get back to the predefined distance, 
28152 \series bold
28153
28154 \backslash
28155 jot
28156 \series default
28157  is set to the value 3
28158 \begin_inset space \thinspace{}
28159 \end_inset
28160
28161 pt.
28162 \end_layout
28163
28164 \begin_layout Subsubsection
28165 Column Separation
28166 \begin_inset CommandInset label
28167 LatexCommand label
28168 name "subsec:Column-Separation"
28169
28170 \end_inset
28171
28172
28173 \begin_inset Index idx
28174 status collapsed
28175
28176 \begin_layout Plain Layout
28177 Formula ! multiline ! Column separation
28178 \end_layout
28179
28180 \end_inset
28181
28182
28183 \end_layout
28184
28185 \begin_layout Standard
28186 Multiline formulas form a matrix.
28187  A formula in the eqnarray environment is for example a matrix with three
28188  columns.
28189  By changing the column separation in this environment, the space beside
28190  the relation sign can be changed.
28191 \end_layout
28192
28193 \begin_layout Standard
28194 The column separation is specified with the length 
28195 \series bold
28196
28197 \backslash
28198 arraycolsep
28199 \series default
28200
28201 \begin_inset Index idx
28202 status collapsed
28203
28204 \begin_layout Plain Layout
28205 Commands ! A ! 
28206 \backslash
28207 arraycolsep
28208 \end_layout
28209
28210 \end_inset
28211
28212  according to:
28213 \begin_inset Newline newline
28214 \end_inset
28215
28216 column separation = 2
28217 \begin_inset space \thinspace{}
28218 \end_inset
28219
28220
28221 \series bold
28222
28223 \backslash
28224 arraycolsep
28225 \series default
28226
28227 \begin_inset Newline newline
28228 \end_inset
28229
28230 Thus, the command
28231 \end_layout
28232
28233 \begin_layout Standard
28234
28235 \series bold
28236
28237 \backslash
28238 setlength{
28239 \backslash
28240 arraycolsep}{1cm}
28241 \end_layout
28242
28243 \begin_layout Standard
28244 inserted in \SpecialChar TeX
28245  mode, sets for all following formulas a column separation of
28246  2
28247 \begin_inset space \thinspace{}
28248 \end_inset
28249
28250 cm.
28251  To get back to the predefined distance, 
28252 \series bold
28253
28254 \backslash
28255 arraycolsep
28256 \series default
28257  is set to 5
28258 \begin_inset space \thinspace{}
28259 \end_inset
28260
28261 pt.
28262 \end_layout
28263
28264 \begin_layout Standard
28265 A formula with 2
28266 \begin_inset space \thinspace{}
28267 \end_inset
28268
28269 cm column separation:
28270 \begin_inset ERT
28271 status collapsed
28272
28273 \begin_layout Plain Layout
28274
28275
28276 \backslash
28277 setlength{
28278 \backslash
28279 arraycolsep}{1cm}
28280 \end_layout
28281
28282 \end_inset
28283
28284
28285 \begin_inset Formula 
28286 \begin{eqnarray*}
28287 A & = & B\\
28288 C & \ne & A
28289 \end{eqnarray*}
28290
28291 \end_inset
28292
28293 A formula with the predefined column separation for matrices of 10
28294 \begin_inset space \thinspace{}
28295 \end_inset
28296
28297 pt:
28298 \begin_inset ERT
28299 status collapsed
28300
28301 \begin_layout Plain Layout
28302
28303
28304 \backslash
28305 setlength{
28306 \backslash
28307 arraycolsep}{5pt}
28308 \end_layout
28309
28310 \end_inset
28311
28312
28313 \begin_inset Formula 
28314 \begin{eqnarray*}
28315 A & = & B\\
28316 C & \ne & A
28317 \end{eqnarray*}
28318
28319 \end_inset
28320
28321
28322 \end_layout
28323
28324 \begin_layout Subsubsection
28325 Long Formulas
28326 \begin_inset Index idx
28327 status collapsed
28328
28329 \begin_layout Plain Layout
28330 Formula ! long
28331 \end_layout
28332
28333 \end_inset
28334
28335
28336 \end_layout
28337
28338 \begin_layout Standard
28339 Long formulas can be typeset using these methods:
28340 \end_layout
28341
28342 \begin_layout Itemize
28343 When one side of the equation is much shorter than the line width, this
28344  one is chosen for the left side and the right side is typeset over two
28345  lines:
28346 \begin_inset Formula 
28347 \begin{eqnarray}
28348 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 \\
28349  &  & -\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}
28350 \end{eqnarray}
28351
28352 \end_inset
28353
28354 The minus sign at the beginning of the second line does normally not appear
28355  as an operator because it is the first character of the line.
28356  Thus it would not be surrounded by space and could not be distinguished
28357  from the fraction bar.
28358  To avoid this, 3
28359 \begin_inset space \thinspace{}
28360 \end_inset
28361
28362 pt space was inserted behind the minus sign with the command 
28363 \series bold
28364
28365 \backslash
28366 hspace
28367 \series default
28368 .
28369 \begin_inset Foot
28370 status collapsed
28371
28372 \begin_layout Plain Layout
28373 for more about 
28374 \series bold
28375
28376 \backslash
28377 hspace
28378 \series default
28379  see 
28380 \begin_inset CommandInset ref
28381 LatexCommand ref
28382 reference "subsec:Variable-Space"
28383
28384 \end_inset
28385
28386
28387 \end_layout
28388
28389 \end_inset
28390
28391
28392 \begin_inset Index idx
28393 status collapsed
28394
28395 \begin_layout Plain Layout
28396 Commands ! H ! 
28397 \backslash
28398 hspace
28399 \end_layout
28400
28401 \end_inset
28402
28403
28404 \end_layout
28405
28406 \begin_layout Itemize
28407 When both sides of the equation are too long, the command 
28408 \series bold
28409
28410 \backslash
28411 lefteqn
28412 \series default
28413
28414 \begin_inset Index idx
28415 status collapsed
28416
28417 \begin_layout Plain Layout
28418 Commands ! L ! 
28419 \backslash
28420 lefteqn
28421 \end_layout
28422
28423 \end_inset
28424
28425  is used.
28426  It is inserted in the first column of the first line and causes all further
28427  insertions to overwrite the following columns:
28428 \begin_inset Formula 
28429 \begin{eqnarray}
28430 \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 \\
28431  &  & -\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 \\
28432  &  & =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}
28433 \end{eqnarray}
28434
28435 \end_inset
28436
28437 After the insertion of 
28438 \series bold
28439
28440 \backslash
28441 lefteqn
28442 \series default
28443 , the cursor is in a purple box that is a bit shifted to the left from the
28444  blue one.
28445  In this the formula is inserted.
28446 \begin_inset Newline newline
28447 \end_inset
28448
28449 The content of the further lines is inserted to the second or another formula
28450  column.
28451  The greater the column number where it was inserted, the larger the indentation.
28452 \begin_inset VSpace medskip
28453 \end_inset
28454
28455
28456 \begin_inset Newline newline
28457 \end_inset
28458
28459
28460 \begin_inset Note Greyedout
28461 status open
28462
28463 \begin_layout Plain Layout
28464 Note the following when using 
28465 \series bold
28466
28467 \backslash
28468 lefteqn
28469 \series default
28470 :
28471 \end_layout
28472
28473 \begin_layout Itemize
28474 The formula doesn't use the full page width.
28475  When e.
28476 \begin_inset space \thinspace{}
28477 \end_inset
28478
28479 g.
28480 \begin_inset space \space{}
28481 \end_inset
28482
28483 the term 
28484 \begin_inset Formula $-B^{2}$
28485 \end_inset
28486
28487  is added to the first line in the above example, it would have been outside
28488  the page margin.
28489  To better use the width, negative space can be inserted at the beginning
28490  of the first line.
28491 \end_layout
28492
28493 \begin_layout Itemize
28494 Due to a bug in \SpecialChar LyX
28495  the cursor cannot be set with the mouse into the first
28496  line.
28497 \begin_inset Foot
28498 status collapsed
28499
28500 \begin_layout Plain Layout
28501 \begin_inset CommandInset href
28502 LatexCommand href
28503 name "LyX-bug #1429"
28504 target "http://www.lyx.org/trac/ticket/1429"
28505
28506 \end_inset
28507
28508
28509 \end_layout
28510
28511 \end_inset
28512
28513  One can only set the cursor at the beginning of the line and move it with
28514  the arrow keys.
28515 \end_layout
28516
28517 \end_inset
28518
28519
28520 \end_layout
28521
28522 \begin_layout Itemize
28523 Other methods to set long formulas are offered by the environments described
28524  in 
28525 \begin_inset CommandInset ref
28526 LatexCommand ref
28527 reference "subsec:Multline-Environment"
28528
28529 \end_inset
28530
28531  and 
28532 \begin_inset CommandInset ref
28533 LatexCommand ref
28534 reference "subsec:Multiline-Formula-Parts"
28535
28536 \end_inset
28537
28538 .
28539 \end_layout
28540
28541 \begin_layout Subsubsection
28542 Multiline Fractions
28543 \begin_inset CommandInset label
28544 LatexCommand label
28545 name "subsec:Multiline-Fractions"
28546
28547 \end_inset
28548
28549
28550 \begin_inset Index idx
28551 status collapsed
28552
28553 \begin_layout Plain Layout
28554 Fractions ! multiline
28555 \end_layout
28556
28557 \end_inset
28558
28559
28560 \end_layout
28561
28562 \begin_layout Standard
28563 There are cases where the denominator and/or the numerator of a fraction
28564  is so long that the fraction does not fit into one line.
28565  It is then necessary to add a line break within the fraction.
28566  This can be done using the command 
28567 \series bold
28568
28569 \backslash
28570 splitfrac
28571 \series default
28572
28573 \begin_inset Index idx
28574 status collapsed
28575
28576 \begin_layout Plain Layout
28577 Commands ! S ! 
28578 \backslash
28579 splitfrac
28580 \end_layout
28581
28582 \end_inset
28583
28584 .
28585  To activate it, set in the document settings under 
28586 \family sans
28587 Math
28588 \begin_inset space ~
28589 \end_inset
28590
28591 Options
28592 \family default
28593  for the package 
28594 \series bold
28595 mathtools
28596 \series default
28597
28598 \begin_inset Index idx
28599 status collapsed
28600
28601 \begin_layout Plain Layout
28602 Packages ! mathtools
28603 \end_layout
28604
28605 \end_inset
28606
28607  the option 
28608 \family sans
28609 Load
28610 \begin_inset space ~
28611 \end_inset
28612
28613 always
28614 \family default
28615 .
28616  
28617 \series bold
28618
28619 \backslash
28620 splitfrac
28621 \series default
28622  has the scheme
28623 \end_layout
28624
28625 \begin_layout Standard
28626
28627 \series bold
28628
28629 \backslash
28630 splitfrac{first line}{second line}
28631 \end_layout
28632
28633 \begin_layout Standard
28634 and is used as denominator and/or numerator:
28635 \end_layout
28636
28637 \begin_layout Standard
28638 \begin_inset Formula 
28639 \[
28640 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}
28641 \]
28642
28643 \end_inset
28644
28645 The command for the first numerator above is:
28646 \end_layout
28647
28648 \begin_layout Standard
28649
28650 \series bold
28651
28652 \backslash
28653 splitfrac{xy+xy+xy+xy+xy
28654 \begin_inset space \textvisiblespace{}
28655 \end_inset
28656
28657
28658 \backslash
28659 {+wy+wy+wy+wy
28660 \end_layout
28661
28662 \begin_layout Subsubsection
28663 Multiline Brackets
28664 \begin_inset CommandInset label
28665 LatexCommand label
28666 name "subsec:Multiline-Brackets"
28667
28668 \end_inset
28669
28670
28671 \begin_inset Index idx
28672 status collapsed
28673
28674 \begin_layout Plain Layout
28675 Brackets ! for multiline expressions
28676 \end_layout
28677
28678 \end_inset
28679
28680
28681 \end_layout
28682
28683 \begin_layout Standard
28684 For brackets spanning multiple lines the following problem occurs:
28685 \begin_inset Formula 
28686 \begin{eqnarray*}
28687 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28688  &  & \left.\cdots+B-D\right]
28689 \end{eqnarray*}
28690
28691 \end_inset
28692
28693
28694 \end_layout
28695
28696 \begin_layout Standard
28697 The closing bracket is smaller than the opening bracket because brackets
28698  with variable size may not span multiple lines.
28699 \end_layout
28700
28701 \begin_layout Standard
28702 To set the bracket size for the second line correctly, the first line is
28703  ended with 
28704 \series bold
28705
28706 \backslash
28707 right.
28708 \series default
28709
28710 \begin_inset Index idx
28711 status collapsed
28712
28713 \begin_layout Plain Layout
28714 Commands ! R ! 
28715 \backslash
28716 right
28717 \end_layout
28718
28719 \end_inset
28720
28721  and the second line with 
28722 \series bold
28723
28724 \backslash
28725 left.
28726 \begin_inset Foot
28727 status collapsed
28728
28729 \begin_layout Plain Layout
28730 for more about 
28731 \series bold
28732
28733 \backslash
28734 left
28735 \series default
28736  and 
28737 \series bold
28738
28739 \backslash
28740 right
28741 \series default
28742  see 
28743 \begin_inset CommandInset ref
28744 LatexCommand ref
28745 reference "subsec:Automatic-Bracket-Size"
28746
28747 \end_inset
28748
28749
28750 \end_layout
28751
28752 \end_inset
28753
28754
28755 \series default
28756
28757 \begin_inset Index idx
28758 status collapsed
28759
28760 \begin_layout Plain Layout
28761 Commands ! L ! 
28762 \backslash
28763 left
28764 \end_layout
28765
28766 \end_inset
28767
28768 .
28769  After 
28770 \series bold
28771
28772 \backslash
28773 left.
28774
28775 \series default
28776  the command 
28777 \series bold
28778
28779 \backslash
28780 vphantom
28781 \series default
28782
28783 \begin_inset space \textvisiblespace{}
28784 \end_inset
28785
28786
28787 \series bold
28788
28789 \backslash
28790 prod
28791 \series default
28792 ^
28793 \begin_inset space \textvisiblespace{}
28794 \end_inset
28795
28796
28797 \series bold
28798
28799 \backslash
28800 infty
28801 \series default
28802
28803 \begin_inset space \textvisiblespace{}
28804 \end_inset
28805
28806
28807 \series bold
28808
28809 \begin_inset Formula $\downarrow$
28810 \end_inset
28811
28812 _R=1}
28813 \series default
28814
28815 \begin_inset Index idx
28816 status collapsed
28817
28818 \begin_layout Plain Layout
28819 Commands ! V ! 
28820 \backslash
28821 vphantom
28822 \end_layout
28823
28824 \end_inset
28825
28826  is inserted, because the multiplication operator with its limits is the
28827  largest symbol in the first line and this should be the size for the bracket
28828  in the second line.
28829 \end_layout
28830
28831 \begin_layout Standard
28832 The result is this:
28833 \begin_inset Formula 
28834 \begin{eqnarray*}
28835 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28836  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28837 \end{eqnarray*}
28838
28839 \end_inset
28840
28841
28842 \end_layout
28843
28844 \begin_layout Subsection
28845 Align Environments
28846 \end_layout
28847
28848 \begin_layout Standard
28849 Align environments can be used for every kind of multiline formulas.
28850  They are especially useful to set several formulas side by side.
28851 \end_layout
28852
28853 \begin_layout Standard
28854 Align environments consist of columns.
28855  The odd columns are right aligned, the even ones left aligned.
28856  Every line in an Align environment can be numbered.
28857 \end_layout
28858
28859 \begin_layout Standard
28860 Align environments are created via the menu 
28861 \family sans
28862 Insert\SpecialChar menuseparator
28863 Math
28864 \family default
28865 .
28866  With the menu 
28867 \family sans
28868 Edit\SpecialChar menuseparator
28869 Math\SpecialChar menuseparator
28870 Change Formula Type
28871 \family default
28872  already existing formulas can be converted to Align environments.
28873 \end_layout
28874
28875 \begin_layout Standard
28876 To add or delete columns, the math toolbar buttons 
28877 \begin_inset Info
28878 type  "icon"
28879 arg   "inset-modify tabular append-column"
28880 \end_inset
28881
28882  or 
28883 \begin_inset Info
28884 type  "icon"
28885 arg   "inset-modify tabular delete-column"
28886 \end_inset
28887
28888 , respectively, or the menu 
28889 \family sans
28890 Edit\SpecialChar menuseparator
28891 Rows & Columns
28892 \family default
28893  can be used.
28894 \end_layout
28895
28896 \begin_layout Subsubsection
28897 Standard align Environment
28898 \begin_inset CommandInset label
28899 LatexCommand label
28900 name "subsec:Standard-align-Environment"
28901
28902 \end_inset
28903
28904
28905 \begin_inset Index idx
28906 status collapsed
28907
28908 \begin_layout Plain Layout
28909 Formula ! multiline ! align environment
28910 \end_layout
28911
28912 \end_inset
28913
28914
28915 \end_layout
28916
28917 \begin_layout Standard
28918 This Align environment is created by pressing 
28919 \begin_inset Info
28920 type  "shortcut"
28921 arg   "newline-insert newline"
28922 \end_inset
28923
28924  in a formula or by the menu 
28925 \family sans
28926 Insert\SpecialChar menuseparator
28927 Math\SpecialChar menuseparator
28928 AMS align Environment
28929 \family default
28930 .
28931 \end_layout
28932
28933 \begin_layout Standard
28934 An example for two formulas set side by side, that are created with a four
28935  column align environment:
28936 \begin_inset Formula 
28937 \begin{align*}
28938 A & =\sin(B) & C & =D\\
28939 C & \ne A & B & \ne D
28940 \end{align*}
28941
28942 \end_inset
28943
28944 As it can be seen, the formulas in this environment are placed so as if
28945  there would be a 
28946 \series bold
28947
28948 \backslash
28949 hfill
28950 \begin_inset Foot
28951 status collapsed
28952
28953 \begin_layout Plain Layout
28954 more about 
28955 \series bold
28956
28957 \backslash
28958 hfill
28959 \series default
28960  see 
28961 \begin_inset CommandInset ref
28962 LatexCommand ref
28963 reference "subsec:Variable-Space"
28964
28965 \end_inset
28966
28967
28968 \end_layout
28969
28970 \end_inset
28971
28972
28973 \series default
28974  before the first and after every even column.
28975  When the formula style 
28976 \series bold
28977 Indented
28978 \begin_inset Foot
28979 status collapsed
28980
28981 \begin_layout Plain Layout
28982 formula styles see 
28983 \begin_inset CommandInset ref
28984 LatexCommand ref
28985 reference "sec:Formula-Styles"
28986
28987 \end_inset
28988
28989
28990 \end_layout
28991
28992 \end_inset
28993
28994
28995 \series default
28996  is used, the formula is set without the 
28997 \series bold
28998
28999 \backslash
29000 hfill
29001 \series default
29002  before the first column.
29003 \end_layout
29004
29005 \begin_layout Subsubsection
29006 Alignat Environment
29007 \begin_inset Index idx
29008 status collapsed
29009
29010 \begin_layout Plain Layout
29011 Formula ! multiline ! alignat environment
29012 \end_layout
29013
29014 \end_inset
29015
29016
29017 \end_layout
29018
29019 \begin_layout Standard
29020 The alignat environment has no predefined column separation.
29021  It can be inserted manually with the spaces that are described 
29022 \begin_inset CommandInset ref
29023 LatexCommand ref
29024 reference "subsec:Space"
29025
29026 \end_inset
29027
29028 .
29029 \end_layout
29030
29031 \begin_layout Standard
29032 The above example in the alignat environment where 1
29033 \begin_inset space \thinspace{}
29034 \end_inset
29035
29036 cm space was inserted at the beginning of the second formula:
29037 \begin_inset Formula 
29038 \begin{alignat*}{2}
29039 A & =\sin(B) & \hspace{1cm}C & =D\\
29040 C & \ne A & B & \ne D
29041 \end{alignat*}
29042
29043 \end_inset
29044
29045 Because the column separation can be set separately for every column, this
29046  environment is especially suitable to set three and more formulas side
29047  by side.
29048 \end_layout
29049
29050 \begin_layout Subsubsection
29051 Flalign Environment
29052 \begin_inset CommandInset label
29053 LatexCommand label
29054 name "subsec:Flalign-Environment"
29055
29056 \end_inset
29057
29058
29059 \begin_inset Index idx
29060 status collapsed
29061
29062 \begin_layout Plain Layout
29063 Formula ! multiline ! flalign environment
29064 \end_layout
29065
29066 \end_inset
29067
29068
29069 \end_layout
29070
29071 \begin_layout Standard
29072 In this environment the first two columns are always set as much as possible
29073  to the left and the last two ones to the right.
29074  An example:
29075 \begin_inset Formula 
29076 \begin{flalign*}
29077 A & =1 & B & =2 & C & =3\\
29078 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29079 \end{flalign*}
29080
29081 \end_inset
29082
29083
29084 \end_layout
29085
29086 \begin_layout Standard
29087 By creating a flalign environment with an odd number of columns where an
29088  empty \SpecialChar TeX
29089  brace is inserted to the last column, several formulas in a document
29090  can be set to the left, although the formula style 
29091 \series bold
29092 Centered
29093 \series default
29094  is used.
29095  As example the indented formula 
29096 \begin_inset CommandInset ref
29097 LatexCommand eqref
29098 reference "eq:VolInt"
29099
29100 \end_inset
29101
29102 :
29103 \begin_inset Formula 
29104 \begin{flalign}
29105 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29106 \end{flalign}
29107
29108 \end_inset
29109
29110 The first two columns contain the formula.
29111  To indent it as with the formula style 
29112 \series bold
29113 Indented
29114 \series default
29115 , 30
29116 \begin_inset space \thinspace{}
29117 \end_inset
29118
29119 pt space was inserted at the beginning of the first column.
29120 \end_layout
29121
29122 \begin_layout Subsection
29123 Eqnarray Environment
29124 \begin_inset CommandInset label
29125 LatexCommand label
29126 name "subsec:Eqnarray-Environment"
29127
29128 \end_inset
29129
29130
29131 \begin_inset Index idx
29132 status collapsed
29133
29134 \begin_layout Plain Layout
29135 Formula ! multiline ! eqnarray environment
29136 \end_layout
29137
29138 \end_inset
29139
29140
29141 \end_layout
29142
29143 \begin_layout Standard
29144 When this environment has been created, three blue boxes appear.
29145  The content of the first box is right aligned, the content of the last
29146  one left aligned.
29147  The content of the middle box appears centered and a bit smaller, because
29148  it is designed to insert there only relation characters.
29149 \begin_inset Formula 
29150 \begin{eqnarray*}
29151 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29152 AB & AB & AB\\
29153 A & = & A
29154 \end{eqnarray*}
29155
29156 \end_inset
29157
29158
29159 \end_layout
29160
29161 \begin_layout Subsection
29162 Gather Environment
29163 \begin_inset Index idx
29164 status collapsed
29165
29166 \begin_layout Plain Layout
29167 Formula ! multiline ! gather environment
29168 \end_layout
29169
29170 \end_inset
29171
29172
29173 \end_layout
29174
29175 \begin_layout Standard
29176 This environment consists of only one centered column.
29177  Every line can be numbered.
29178 \begin_inset Formula 
29179 \begin{gather}
29180 A=1\\
29181 X=\textrm{-}1
29182 \end{gather}
29183
29184 \end_inset
29185
29186
29187 \end_layout
29188
29189 \begin_layout Subsection
29190 Multline Environment
29191 \begin_inset CommandInset label
29192 LatexCommand label
29193 name "subsec:Multline-Environment"
29194
29195 \end_inset
29196
29197
29198 \begin_inset Index idx
29199 status collapsed
29200
29201 \begin_layout Plain Layout
29202 Formula ! multiline ! multline environment
29203 \end_layout
29204
29205 \end_inset
29206
29207
29208 \end_layout
29209
29210 \begin_layout Standard
29211 The multline environment consists, like the gather environment, of only
29212  one column.
29213  But the first line is left aligned, the last one right aligned.
29214  All other lines are centered.
29215  Therefore this environment is suitable for long formulas.
29216  As example formula 
29217 \begin_inset CommandInset ref
29218 LatexCommand eqref
29219 reference "eq:lefteqn"
29220
29221 \end_inset
29222
29223  in the multline environment:
29224 \begin_inset Formula 
29225 \begin{multline}
29226 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}\\
29227 -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}\\
29228 =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}}
29229 \end{multline}
29230
29231 \end_inset
29232
29233
29234 \end_layout
29235
29236 \begin_layout Standard
29237 In the output only the last (first) line of a multline environment appears
29238  numbered when the document numbering is right (left).
29239 \begin_inset Foot
29240 status collapsed
29241
29242 \begin_layout Plain Layout
29243 numbering styles see 
29244 \begin_inset CommandInset ref
29245 LatexCommand ref
29246 reference "sec:Formula-Styles"
29247
29248 \end_inset
29249
29250
29251 \end_layout
29252
29253 \end_inset
29254
29255
29256 \end_layout
29257
29258 \begin_layout Standard
29259 With the commands 
29260 \series bold
29261
29262 \backslash
29263 shoveright
29264 \series default
29265
29266 \begin_inset Index idx
29267 status collapsed
29268
29269 \begin_layout Plain Layout
29270 Commands ! S ! 
29271 \backslash
29272 shoveright
29273 \end_layout
29274
29275 \end_inset
29276
29277  and 
29278 \series bold
29279
29280 \backslash
29281 shoveleft
29282 \series default
29283
29284 \begin_inset Index idx
29285 status collapsed
29286
29287 \begin_layout Plain Layout
29288 Commands ! S ! 
29289 \backslash
29290 shoveleft
29291 \end_layout
29292
29293 \end_inset
29294
29295  a centered line can be right or left aligned, respectively.
29296  The commands are used as follows:
29297 \end_layout
29298
29299 \begin_layout Standard
29300
29301 \series bold
29302
29303 \backslash
29304 shoveright{line content}
29305 \series default
29306  and 
29307 \series bold
29308
29309 \backslash
29310 shoveleft{line content}
29311 \end_layout
29312
29313 \begin_layout Standard
29314 \begin_inset VSpace medskip
29315 \end_inset
29316
29317 The length 
29318 \series bold
29319
29320 \backslash
29321 multlinegap
29322 \series default
29323
29324 \begin_inset Index idx
29325 status collapsed
29326
29327 \begin_layout Plain Layout
29328 Commands ! M ! 
29329 \backslash
29330 multlinegap
29331 \end_layout
29332
29333 \end_inset
29334
29335  specifies the distance of the first line from the left page margin.
29336  Predefined is the length 0
29337 \begin_inset space \thinspace{}
29338 \end_inset
29339
29340 pt.
29341 \end_layout
29342
29343 \begin_layout Standard
29344 As example the above formula where the command
29345 \end_layout
29346
29347 \begin_layout Standard
29348
29349 \series bold
29350
29351 \backslash
29352 setlength{
29353 \backslash
29354 multlinegap}{2cm}
29355 \end_layout
29356
29357 \begin_layout Standard
29358 was inserted in \SpecialChar TeX
29359  mode before:
29360 \begin_inset ERT
29361 status collapsed
29362
29363 \begin_layout Plain Layout
29364
29365
29366 \backslash
29367 setlength{
29368 \backslash
29369 multlinegap}{2cm}
29370 \end_layout
29371
29372 \end_inset
29373
29374
29375 \begin_inset Formula 
29376 \begin{multline}
29377 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}\\
29378 \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}}\\
29379 =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}}
29380 \end{multline}
29381
29382 \end_inset
29383
29384
29385 \begin_inset ERT
29386 status collapsed
29387
29388 \begin_layout Plain Layout
29389
29390
29391 \backslash
29392 setlength{
29393 \backslash
29394 multlinegap}{0pt}
29395 \end_layout
29396
29397 \end_inset
29398
29399 The second line was left aligned using 
29400 \series bold
29401
29402 \backslash
29403 shoveleft
29404 \series default
29405 .
29406 \end_layout
29407
29408 \begin_layout Subsection
29409 Multiline Formula Parts
29410 \begin_inset CommandInset label
29411 LatexCommand label
29412 name "subsec:Multiline-Formula-Parts"
29413
29414 \end_inset
29415
29416
29417 \begin_inset Index idx
29418 status collapsed
29419
29420 \begin_layout Plain Layout
29421 Formula ! multiline ! formula parts
29422 \end_layout
29423
29424 \end_inset
29425
29426
29427 \end_layout
29428
29429 \begin_layout Standard
29430 To display only parts of a formula with multiple lines, one of the following
29431  environments is used: 
29432 \series bold
29433 aligned
29434 \series default
29435
29436 \series bold
29437 alignedat
29438 \series default
29439
29440 \series bold
29441 gathered
29442 \series default
29443  or 
29444 \series bold
29445 split
29446 \series default
29447 .
29448  They can be inserted via the menu 
29449 \family sans
29450 Insert\SpecialChar menuseparator
29451 Math
29452 \family default
29453  or by using the commands described in this section.
29454 \end_layout
29455
29456 \begin_layout Standard
29457 The first three have the same properties as the corresponding multiline
29458  formula environments, but it is possible to set further formula parts beside
29459  them.
29460  An example:
29461 \begin_inset Formula 
29462 \[
29463 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29464 \Delta E\Delta t & \ge\frac{\hbar}{2}
29465 \end{aligned}
29466 \right\} \textrm{Uncertainty relations}
29467 \]
29468
29469 \end_inset
29470
29471
29472 \end_layout
29473
29474 \begin_layout Standard
29475 To get this formula, a displayed formula is created where the command 
29476 \series bold
29477
29478 \backslash
29479 aligned
29480 \series default
29481
29482 \begin_inset Index idx
29483 status collapsed
29484
29485 \begin_layout Plain Layout
29486 Commands ! A ! 
29487 \backslash
29488 aligned
29489 \end_layout
29490
29491 \end_inset
29492
29493  is inserted.
29494  A purple box appears around the blue formula box where now columns and
29495  lines can be added.
29496  Outside the multiline environment other formula parts can be set, like
29497  the brace.
29498 \end_layout
29499
29500 \begin_layout Standard
29501 The aligned environment is also suitable for long formulas whose lines are
29502  horizontally aligned.
29503  Using aligned in a displayed formula has the advantage that the formula
29504  number is vertically centered behind the lines.
29505  As example formula 
29506 \begin_inset CommandInset ref
29507 LatexCommand eqref
29508 reference "eq:shortlong"
29509
29510 \end_inset
29511
29512  in the aligned environment:
29513 \begin_inset Formula 
29514 \begin{equation}
29515 \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}|}\\
29516  & -\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}|}
29517 \end{aligned}
29518 \end{equation}
29519
29520 \end_inset
29521
29522
29523 \end_layout
29524
29525 \begin_layout Standard
29526 To use the environments 
29527 \series bold
29528 alignedat
29529 \series default
29530
29531 \series bold
29532 gathered
29533 \series default
29534 , or 
29535 \series bold
29536 split
29537 \series default
29538 , the command 
29539 \series bold
29540
29541 \backslash
29542 alignedat
29543 \series default
29544 ,
29545 \begin_inset Index idx
29546 status collapsed
29547
29548 \begin_layout Plain Layout
29549 Commands ! A ! 
29550 \backslash
29551 alignedat
29552 \end_layout
29553
29554 \end_inset
29555
29556  
29557 \series bold
29558
29559 \backslash
29560 gathered
29561 \series default
29562
29563 \begin_inset Index idx
29564 status collapsed
29565
29566 \begin_layout Plain Layout
29567 Commands ! G ! 
29568 \backslash
29569 gathered
29570 \end_layout
29571
29572 \end_inset
29573
29574 , or 
29575 \series bold
29576
29577 \backslash
29578 split
29579 \series default
29580
29581 \begin_inset Index idx
29582 status collapsed
29583
29584 \begin_layout Plain Layout
29585 Commands ! S ! 
29586 \backslash
29587 split
29588 \end_layout
29589
29590 \end_inset
29591
29592  are inserted, respectively.
29593  The split environment has the same properties as the aligned environment
29594  but it can only have two columns.
29595 \end_layout
29596
29597 \begin_layout Subsection
29598 Text in multiline Formulas
29599 \begin_inset CommandInset label
29600 LatexCommand label
29601 name "subsec:Text-in-multiline"
29602
29603 \end_inset
29604
29605
29606 \begin_inset Index idx
29607 status collapsed
29608
29609 \begin_layout Plain Layout
29610 Text ! in formulas
29611 \end_layout
29612
29613 \end_inset
29614
29615
29616 \begin_inset Index idx
29617 status collapsed
29618
29619 \begin_layout Plain Layout
29620 Formula ! multiline ! text
29621 \end_layout
29622
29623 \end_inset
29624
29625
29626 \end_layout
29627
29628 \begin_layout Standard
29629 In the Align environments, and the multline and gather environment, text
29630  can be inserted that will appear in a separate line and doesn't affect
29631  the column alignment.
29632  To do this, the command 
29633 \series bold
29634
29635 \backslash
29636 intertext
29637 \series default
29638
29639 \begin_inset Index idx
29640 status collapsed
29641
29642 \begin_layout Plain Layout
29643 Commands ! I ! 
29644 \backslash
29645 intertext
29646 \end_layout
29647
29648 \end_inset
29649
29650  is used in the following scheme:
29651 \end_layout
29652
29653 \begin_layout Standard
29654
29655 \series bold
29656
29657 \backslash
29658 intertext{text}
29659 \end_layout
29660
29661 \begin_layout Standard
29662 The text should not be longer than a line because it cannot be hyphenated.
29663  As \SpecialChar LyX
29664  doesn't yet support 
29665 \series bold
29666
29667 \backslash
29668 intertext
29669 \series default
29670  directly, the text is written as mathematical text.
29671  
29672 \series bold
29673
29674 \backslash
29675 intertext
29676 \series default
29677  must hereby be at the beginning of a line and appears in the output above
29678  this line.
29679  An example where the text was inserted at the beginning of the second line:
29680 \begin_inset Formula 
29681 \begin{align}
29682 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29683 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29684 \end{align}
29685
29686 \end_inset
29687
29688
29689 \end_layout
29690
29691 \begin_layout Standard
29692
29693 \series bold
29694
29695 \backslash
29696 intertext
29697 \series default
29698  always creates some vertical space between the text and the formula lines.
29699  To avoid this space, set in the document settings under 
29700 \family sans
29701 Math
29702 \begin_inset space ~
29703 \end_inset
29704
29705 Options
29706 \family default
29707  for the package 
29708 \series bold
29709 mathtools
29710 \series default
29711
29712 \begin_inset Index idx
29713 status collapsed
29714
29715 \begin_layout Plain Layout
29716 Packages ! mathtools
29717 \end_layout
29718
29719 \end_inset
29720
29721  the option 
29722 \family sans
29723 Load
29724 \begin_inset space ~
29725 \end_inset
29726
29727 always
29728 \family default
29729 .
29730  Then you can use the command 
29731 \series bold
29732
29733 \backslash
29734 shortintertext
29735 \series default
29736
29737 \begin_inset Index idx
29738 status collapsed
29739
29740 \begin_layout Plain Layout
29741 Commands ! S ! 
29742 \backslash
29743 shortintertext
29744 \end_layout
29745
29746 \end_inset
29747
29748  instead of 
29749 \series bold
29750
29751 \backslash
29752 intertext
29753 \series default
29754 :
29755 \end_layout
29756
29757 \begin_layout Standard
29758 \begin_inset Formula 
29759 \begin{align}
29760 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29761 \shortintertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29762 \end{align}
29763
29764 \end_inset
29765
29766
29767 \end_layout
29768
29769 \begin_layout Section
29770 Formula Numbering
29771 \begin_inset Index idx
29772 status collapsed
29773
29774 \begin_layout Plain Layout
29775 Formula numbering
29776 \end_layout
29777
29778 \end_inset
29779
29780
29781 \begin_inset Index idx
29782 status collapsed
29783
29784 \begin_layout Plain Layout
29785 Formula ! numbering|see
29786 \begin_inset ERT
29787 status collapsed
29788
29789 \begin_layout Plain Layout
29790
29791 {
29792 \end_layout
29793
29794 \end_inset
29795
29796 Formula numbering
29797 \begin_inset ERT
29798 status collapsed
29799
29800 \begin_layout Plain Layout
29801
29802 }
29803 \end_layout
29804
29805 \end_inset
29806
29807
29808 \end_layout
29809
29810 \end_inset
29811
29812
29813 \end_layout
29814
29815 \begin_layout Subsection
29816 General
29817 \end_layout
29818
29819 \begin_layout Standard
29820 Numbered formulas can be created with the menu 
29821 \family sans
29822 Insert\SpecialChar menuseparator
29823 Math\SpecialChar menuseparator
29824 Numbered
29825 \begin_inset space ~
29826 \end_inset
29827
29828 Formula
29829 \family default
29830  (shortcut 
29831 \family sans
29832 Ctrl+Alt
29833 \begin_inset space ~
29834 \end_inset
29835
29836 N
29837 \family default
29838 ).
29839  Existing formulas can be numbered with the menu 
29840 \family sans
29841 Edit\SpecialChar menuseparator
29842 Math\SpecialChar menuseparator
29843 Toggle
29844 \begin_inset space ~
29845 \end_inset
29846
29847 Numbering
29848 \family default
29849  (shortcut 
29850 \begin_inset Info
29851 type  "shortcut"
29852 arg   "math-number-toggle"
29853 \end_inset
29854
29855 ).
29856  The formula number is displayed in \SpecialChar LyX
29857  behind the formula as a number sign
29858  in parentheses.
29859  The number sign is replaced in the output by the formula number.
29860 \end_layout
29861
29862 \begin_layout Standard
29863 When numbering is turned on in multiline formulas, all lines will be numbered.
29864  But the numbering can be controlled with the menu 
29865 \family sans
29866 Edit\SpecialChar menuseparator
29867 Math\SpecialChar menuseparator
29868 Toggle
29869 \begin_inset space ~
29870 \end_inset
29871
29872 Numbering
29873 \begin_inset space ~
29874 \end_inset
29875
29876 of
29877 \begin_inset space ~
29878 \end_inset
29879
29880 Line
29881 \family default
29882  (shortcut 
29883 \begin_inset Info
29884 type  "shortcut"
29885 arg   "math-number-line-toggle"
29886 \end_inset
29887
29888 ) for every line.
29889 \end_layout
29890
29891 \begin_layout Standard
29892 Except for inline formulas, all formulas can be numbered with two different
29893  styles, see 
29894 \begin_inset CommandInset ref
29895 LatexCommand ref
29896 reference "sec:Formula-Styles"
29897
29898 \end_inset
29899
29900 .
29901 \end_layout
29902
29903 \begin_layout Subsection
29904 Cross-References
29905 \begin_inset Index idx
29906 status collapsed
29907
29908 \begin_layout Plain Layout
29909 Cross-references ! to formulas
29910 \end_layout
29911
29912 \end_inset
29913
29914
29915 \end_layout
29916
29917 \begin_layout Standard
29918 All labeled formulas can be cross-referenced.
29919  A label is added by the menu 
29920 \family sans
29921 Insert\SpecialChar menuseparator
29922 Label
29923 \family default
29924  or the toolbar button 
29925 \begin_inset Info
29926 type  "icon"
29927 arg   "label-insert"
29928 \end_inset
29929
29930 .
29931  The cursor must hereby be inside a displayed formula.
29932  Alternatively you can right-click on the formula and choose 
29933 \family sans
29934 Equation Label
29935 \family default
29936 .
29937  A dialog pops up displaying the prefix 
29938 \series bold
29939 eq:
29940 \series default
29941  in a text field.
29942  The label is inserted there behind the prefix.
29943  The predefined prefix means 
29944 \begin_inset Quotes eld
29945 \end_inset
29946
29947 equation
29948 \begin_inset Quotes erd
29949 \end_inset
29950
29951  and makes it easier to find labels in large documents because it marks
29952  it as formula label to divide it from e.
29953 \begin_inset space \thinspace{}
29954 \end_inset
29955
29956 g.
29957 \begin_inset space \space{}
29958 \end_inset
29959
29960 section labels.
29961  To change a label, the menu 
29962 \family sans
29963 Insert\SpecialChar menuseparator
29964 Label
29965 \family default
29966  is used again or you right-click on a formula and then on 
29967 \family sans
29968 Equation Label
29969 \family default
29970 .
29971 \end_layout
29972
29973 \begin_layout Standard
29974 The name of the label is displayed in \SpecialChar LyX
29975  within two parentheses behind formula.
29976  A formula with a label is always numbered.
29977 \end_layout
29978
29979 \begin_layout Standard
29980 Cross-references are inserted via the menu 
29981 \family sans
29982 Insert\SpecialChar menuseparator
29983 Cross-Reference
29984 \family default
29985  or with the toolbar button 
29986 \begin_inset Info
29987 type  "icon"
29988 arg   "dialog-show-new-inset ref"
29989 \end_inset
29990
29991 .
29992  A formula cross-reference appears in the output as formula number.
29993  When in the cross-reference dialog window the format 
29994 \series bold
29995 (<reference>)
29996 \series default
29997  is chosen, the cross-reference appears in the output as formula number
29998  in parentheses.
29999 \begin_inset Newline newline
30000 \end_inset
30001
30002 By right-clicking on a cross-reference in \SpecialChar LyX
30003 , one jumps to the formula that
30004  is referenced.
30005 \end_layout
30006
30007 \begin_layout Standard
30008 Here are as examples cross-references to formulas of the following subsections:
30009 \begin_inset Note Note
30010 status open
30011
30012 \begin_layout Plain Layout
30013 Note the different cross-reference types.
30014 \end_layout
30015
30016 \end_inset
30017
30018
30019 \end_layout
30020
30021 \begin_layout Standard
30022 The equations 
30023 \begin_inset CommandInset ref
30024 LatexCommand eqref
30025 reference "eq:tag"
30026
30027 \end_inset
30028
30029  and 
30030 \begin_inset CommandInset ref
30031 LatexCommand eqref
30032 reference "eq:c"
30033
30034 \end_inset
30035
30036  are equivalent.
30037  In (
30038 \begin_inset CommandInset ref
30039 LatexCommand ref
30040 reference "eq:Lat"
30041
30042 \end_inset
30043
30044 ) big Latin letters are used for the numbering in contrary to (
30045 \begin_inset CommandInset ref
30046 LatexCommand ref
30047 reference "eq:Rom"
30048
30049 \end_inset
30050
30051 ).
30052 \end_layout
30053
30054 \begin_layout Standard
30055 \begin_inset VSpace medskip
30056 \end_inset
30057
30058 When the argument of 
30059 \series bold
30060
30061 \backslash
30062 tag
30063 \begin_inset Foot
30064 status collapsed
30065
30066 \begin_layout Plain Layout
30067
30068 \series bold
30069
30070 \backslash
30071 tag
30072 \series default
30073  is described in 
30074 \begin_inset CommandInset ref
30075 LatexCommand ref
30076 reference "subsec:User-defined-Numbering"
30077
30078 \end_inset
30079
30080 .
30081 \end_layout
30082
30083 \end_inset
30084
30085
30086 \series default
30087  contains a box like in 
30088 \begin_inset CommandInset ref
30089 LatexCommand ref
30090 reference "subsec:Paragraph-Boxes"
30091
30092 \end_inset
30093
30094 , the formula cannot be referenced.
30095 \end_layout
30096
30097 \begin_layout Subsection
30098 Subnumbering
30099 \begin_inset Index idx
30100 status collapsed
30101
30102 \begin_layout Plain Layout
30103 Formula numbering ! subnumbering
30104 \end_layout
30105
30106 \end_inset
30107
30108
30109 \end_layout
30110
30111 \begin_layout Standard
30112 With the help of the commands 
30113 \series bold
30114
30115 \backslash
30116 begin{subequations}
30117 \series default
30118  and 
30119 \series bold
30120
30121 \backslash
30122 end{subequations}
30123 \series default
30124  formulas can be subnumbered.
30125  Both commands are inserted in \SpecialChar TeX
30126  mode.
30127 \end_layout
30128
30129 \begin_layout Standard
30130 An example:
30131 \begin_inset Formula 
30132 \begin{equation}
30133 A=C-B\label{eq:a}
30134 \end{equation}
30135
30136 \end_inset
30137
30138
30139 \begin_inset ERT
30140 status collapsed
30141
30142 \begin_layout Plain Layout
30143
30144
30145 \backslash
30146 addtocounter{equation}{-1}
30147 \end_layout
30148
30149 \end_inset
30150
30151
30152 \begin_inset ERT
30153 status collapsed
30154
30155 \begin_layout Plain Layout
30156
30157
30158 \backslash
30159 begin{subequations}
30160 \end_layout
30161
30162 \end_inset
30163
30164
30165 \begin_inset VSpace -5mm
30166 \end_inset
30167
30168
30169 \begin_inset Formula 
30170 \begin{equation}
30171 B=C-A\label{eq:b}
30172 \end{equation}
30173
30174 \end_inset
30175
30176
30177 \begin_inset Formula 
30178 \begin{equation}
30179 C=A+B\label{eq:c}
30180 \end{equation}
30181
30182 \end_inset
30183
30184
30185 \end_layout
30186
30187 \begin_layout Standard
30188 \begin_inset ERT
30189 status collapsed
30190
30191 \begin_layout Plain Layout
30192
30193
30194 \backslash
30195 end{subequations}
30196 \end_layout
30197
30198 \end_inset
30199
30200
30201 \end_layout
30202
30203 \begin_layout Standard
30204 To create the example, the following is done:
30205 \end_layout
30206
30207 \begin_layout Enumerate
30208 first formula is inserted
30209 \end_layout
30210
30211 \begin_layout Enumerate
30212
30213 \series bold
30214
30215 \backslash
30216 addtocounter{equation}{-1} 
30217 \backslash
30218 begin{subequations}
30219 \begin_inset Index idx
30220 status collapsed
30221
30222 \begin_layout Plain Layout
30223 Commands ! A ! 
30224 \backslash
30225 addtocounter
30226 \end_layout
30227
30228 \end_inset
30229
30230
30231 \begin_inset Newline newline
30232 \end_inset
30233
30234
30235 \series default
30236 is inserted after the first formula
30237 \end_layout
30238
30239 \begin_layout Enumerate
30240 second formula is inserted
30241 \end_layout
30242
30243 \begin_layout Enumerate
30244 third formula is inserted
30245 \end_layout
30246
30247 \begin_layout Enumerate
30248
30249 \series bold
30250
30251 \backslash
30252 end{subequations}
30253 \series default
30254  is inserted after the third formula
30255 \end_layout
30256
30257 \begin_layout Standard
30258 Every formula between the commands 
30259 \series bold
30260
30261 \backslash
30262 begin
30263 \series default
30264  and 
30265 \series bold
30266
30267 \backslash
30268 end
30269 \series default
30270  is subnumbered as a, b, 
30271 \begin_inset Newline linebreak
30272 \end_inset
30273
30274 c, \SpecialChar ldots
30275  For multiline formulas every line will be subnumbered.
30276  All subnumbered formulas are treated as 
30277 \emph on
30278 one
30279 \emph default
30280  numbered formula.
30281  But as every numbered formula increases the counter 
30282 \series bold
30283 equation
30284 \series default
30285  by one, the command 
30286 \series bold
30287
30288 \backslash
30289 addtocounter
30290 \series default
30291  is needed to decrease it.
30292  Otherwise the formulas 
30293 \begin_inset CommandInset ref
30294 LatexCommand eqref
30295 reference "eq:a"
30296
30297 \end_inset
30298
30299
30300 \begin_inset CommandInset ref
30301 LatexCommand eqref
30302 reference "eq:b"
30303
30304 \end_inset
30305
30306
30307 \begin_inset CommandInset ref
30308 LatexCommand eqref
30309 reference "eq:c"
30310
30311 \end_inset
30312
30313  would be numbered as 
30314 \begin_inset CommandInset ref
30315 LatexCommand eqref
30316 reference "eq:a"
30317
30318 \end_inset
30319
30320
30321 \begin_inset CommandInset ref
30322 LatexCommand eqref
30323 reference "eq:d"
30324
30325 \end_inset
30326
30327
30328 \begin_inset CommandInset ref
30329 LatexCommand eqref
30330 reference "eq:f"
30331
30332 \end_inset
30333
30334 .
30335 \end_layout
30336
30337 \begin_layout Standard
30338 By inserting the commands in \SpecialChar TeX
30339  mode, a space is created between the first
30340  two formulas.
30341  To revert this -5
30342 \begin_inset space \thinspace{}
30343 \end_inset
30344
30345 mm vertical space is inserted after the command 
30346 \series bold
30347
30348 \backslash
30349 begin{subequations}
30350 \series default
30351 .
30352  When the formula style 
30353 \series bold
30354 Indented
30355 \begin_inset Foot
30356 status collapsed
30357
30358 \begin_layout Plain Layout
30359 formula styles see 
30360 \begin_inset CommandInset ref
30361 LatexCommand ref
30362 reference "sec:Formula-Styles"
30363
30364 \end_inset
30365
30366
30367 \end_layout
30368
30369 \end_inset
30370
30371
30372 \series default
30373  is used, -7
30374 \begin_inset space \thinspace{}
30375 \end_inset
30376
30377 mm space is inserted instead.
30378 \end_layout
30379
30380 \begin_layout Standard
30381 Here is an example for a multiline formula where the numbering was turned
30382  off for the second line:
30383 \begin_inset ERT
30384 status collapsed
30385
30386 \begin_layout Plain Layout
30387
30388
30389 \backslash
30390 begin{subequations}
30391 \end_layout
30392
30393 \end_inset
30394
30395
30396 \begin_inset Formula 
30397 \begin{eqnarray}
30398 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30399  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30400  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30401 \end{eqnarray}
30402
30403 \end_inset
30404
30405
30406 \begin_inset ERT
30407 status collapsed
30408
30409 \begin_layout Plain Layout
30410
30411
30412 \backslash
30413 end{subequations}
30414 \end_layout
30415
30416 \end_inset
30417
30418
30419 \end_layout
30420
30421 \begin_layout Subsection
30422 User-defined Numbering
30423 \begin_inset CommandInset label
30424 LatexCommand label
30425 name "subsec:User-defined-Numbering"
30426
30427 \end_inset
30428
30429
30430 \begin_inset Index idx
30431 status collapsed
30432
30433 \begin_layout Plain Layout
30434 Formula numbering ! user-defined
30435 \end_layout
30436
30437 \end_inset
30438
30439
30440 \end_layout
30441
30442 \begin_layout Standard
30443 \begin_inset Index idx
30444 status collapsed
30445
30446 \begin_layout Plain Layout
30447 Formula numbering ! self-defined delimiters
30448 \end_layout
30449
30450 \end_inset
30451
30452 With the standard numbering parentheses are set around the formula number.
30453  To replace the parentheses for example by vertical bars, the following
30454  line is added to the \SpecialChar LaTeX
30455 -preamble:
30456 \end_layout
30457
30458 \begin_layout Standard
30459
30460 \series bold
30461
30462 \backslash
30463 def
30464 \backslash
30465 tagform@#1{
30466 \backslash
30467 maketag@@@{|#1|}}
30468 \series default
30469
30470 \begin_inset Note Note
30471 status collapsed
30472
30473 \begin_layout Plain Layout
30474 This macro is already declared in the \SpecialChar LaTeX
30475 -preamble for testing.
30476  To activate it, remove the percent sign at the beginning.
30477 \end_layout
30478
30479 \end_inset
30480
30481
30482 \end_layout
30483
30484 \begin_layout Standard
30485 To use other characters, the vertical bars besides the 
30486 \series bold
30487 #1
30488 \series default
30489  are replaced by one ore more characters.
30490  To get only the formula number the vertical bars are omitted.
30491 \end_layout
30492
30493 \begin_layout Standard
30494 \begin_inset VSpace bigskip
30495 \end_inset
30496
30497 When there should be an expression of your choice instead of the consecutive
30498  formula number in parentheses behind the formula, the command 
30499 \series bold
30500
30501 \backslash
30502 tag
30503 \series default
30504
30505 \begin_inset Index idx
30506 status collapsed
30507
30508 \begin_layout Plain Layout
30509 Commands ! T ! 
30510 \backslash
30511 tag
30512 \end_layout
30513
30514 \end_inset
30515
30516  is used:
30517 \begin_inset Formula 
30518 \begin{equation}
30519 A+B=C\tag{something}\label{eq:tag}
30520 \end{equation}
30521
30522 \end_inset
30523
30524 In this example the command 
30525 \series bold
30526
30527 \backslash
30528 tag
30529 \begin_inset space \textvisiblespace{}
30530 \end_inset
30531
30532 something
30533 \series default
30534  was inserted in the formula.
30535 \end_layout
30536
30537 \begin_layout Standard
30538 When the command 
30539 \series bold
30540
30541 \backslash
30542 tag*
30543 \begin_inset space \textvisiblespace{}
30544 \end_inset
30545
30546 something
30547 \series default
30548  is inserted instead, the star prevents the parentheses around the expression:
30549 \begin_inset Formula 
30550 \[
30551 A+B=C\tag*{something}
30552 \]
30553
30554 \end_inset
30555
30556
30557 \end_layout
30558
30559 \begin_layout Standard
30560 \begin_inset VSpace bigskip
30561 \end_inset
30562
30563 To restart the formula numbering with new document parts or sections, the
30564  following command is used:
30565 \end_layout
30566
30567 \begin_layout Standard
30568
30569 \series bold
30570
30571 \backslash
30572 @addtoreset{equation}{part}
30573 \series default
30574
30575 \begin_inset Index idx
30576 status collapsed
30577
30578 \begin_layout Plain Layout
30579 Commands ! 
30580 \begin_inset ERT
30581 status collapsed
30582
30583 \begin_layout Plain Layout
30584
30585 "
30586 \end_layout
30587
30588 \end_inset
30589
30590 @
30591 \begin_inset ERT
30592 status collapsed
30593
30594 \begin_layout Plain Layout
30595
30596 "
30597 \end_layout
30598
30599 \end_inset
30600
30601  ! 
30602 \backslash
30603
30604 \begin_inset ERT
30605 status collapsed
30606
30607 \begin_layout Plain Layout
30608
30609 "
30610 \end_layout
30611
30612 \end_inset
30613
30614 @
30615 \begin_inset ERT
30616 status collapsed
30617
30618 \begin_layout Plain Layout
30619
30620 "
30621 \end_layout
30622
30623 \end_inset
30624
30625 addtoreset
30626 \end_layout
30627
30628 \end_inset
30629
30630
30631 \begin_inset Newline newline
30632 \end_inset
30633
30634 resp.
30635 \begin_inset Newline newline
30636 \end_inset
30637
30638
30639 \series bold
30640
30641 \backslash
30642 @addtoreset{equation}{section}
30643 \end_layout
30644
30645 \begin_layout Standard
30646 To be able to use these commands in \SpecialChar TeX
30647  mode, the 
30648 \begin_inset Quotes eld
30649 \end_inset
30650
30651 @
30652 \begin_inset Quotes erd
30653 \end_inset
30654
30655  character has to be made 
30656 \begin_inset Quotes eld
30657 \end_inset
30658
30659 active
30660 \begin_inset Quotes erd
30661 \end_inset
30662
30663  for \SpecialChar LaTeX
30664  using the command 
30665 \series bold
30666
30667 \backslash
30668 makeatletter.
30669
30670 \series default
30671  The command 
30672 \series bold
30673
30674 \backslash
30675 makeatother
30676 \series default
30677  reverts this.
30678  So the command sequence in \SpecialChar TeX
30679  mode is:
30680 \end_layout
30681
30682 \begin_layout Standard
30683
30684 \series bold
30685
30686 \backslash
30687 makeatletter
30688 \begin_inset Newline newline
30689 \end_inset
30690
30691
30692 \backslash
30693 @addtoreset{equation}{section}
30694 \begin_inset Newline newline
30695 \end_inset
30696
30697
30698 \backslash
30699 makeatother
30700 \end_layout
30701
30702 \begin_layout Standard
30703 In the \SpecialChar LaTeX
30704 -preamble 
30705 \series bold
30706
30707 \backslash
30708 makeatletter
30709 \series default
30710  and 
30711 \series bold
30712
30713 \backslash
30714 makeatother
30715 \series default
30716  can be omitted as they are automatically internally inserted by \SpecialChar LyX
30717 .
30718 \end_layout
30719
30720 \begin_layout Standard
30721 To revert 
30722 \series bold
30723
30724 \backslash
30725 @addtoreset
30726 \series default
30727 , the file 
30728 \series bold
30729 remreset.sty
30730 \series default
30731
30732 \begin_inset Foot
30733 status collapsed
30734
30735 \begin_layout Plain Layout
30736
30737 \series bold
30738 remreset
30739 \series default
30740  is part of the \SpecialChar LaTeX
30741 -package 
30742 \series bold
30743 carlisle
30744 \series default
30745
30746 \begin_inset Index idx
30747 status collapsed
30748
30749 \begin_layout Plain Layout
30750 Packages ! carlisle
30751 \end_layout
30752
30753 \end_inset
30754
30755  that is part of every \SpecialChar LaTeX
30756  standard installation.
30757 \end_layout
30758
30759 \end_inset
30760
30761
30762 \begin_inset Index idx
30763 status collapsed
30764
30765 \begin_layout Plain Layout
30766 Packages ! remreset
30767 \end_layout
30768
30769 \end_inset
30770
30771  has to be loaded in the \SpecialChar LaTeX
30772 -preamble with the line
30773 \end_layout
30774
30775 \begin_layout Standard
30776
30777 \series bold
30778
30779 \backslash
30780 usepackage{remreset}
30781 \end_layout
30782
30783 \begin_layout Standard
30784 Then the command 
30785 \series bold
30786
30787 \backslash
30788 @removefromreset
30789 \series default
30790
30791 \begin_inset Index idx
30792 status collapsed
30793
30794 \begin_layout Plain Layout
30795 Commands ! 
30796 \begin_inset ERT
30797 status collapsed
30798
30799 \begin_layout Plain Layout
30800
30801 "
30802 \end_layout
30803
30804 \end_inset
30805
30806 @
30807 \begin_inset ERT
30808 status collapsed
30809
30810 \begin_layout Plain Layout
30811
30812 "
30813 \end_layout
30814
30815 \end_inset
30816
30817  ! 
30818 \backslash
30819
30820 \begin_inset ERT
30821 status collapsed
30822
30823 \begin_layout Plain Layout
30824
30825 "
30826 \end_layout
30827
30828 \end_inset
30829
30830 @
30831 \begin_inset ERT
30832 status collapsed
30833
30834 \begin_layout Plain Layout
30835
30836 "
30837 \end_layout
30838
30839 \end_inset
30840
30841 removefromreset
30842 \end_layout
30843
30844 \end_inset
30845
30846  can be used with the same scheme as 
30847 \series bold
30848
30849 \backslash
30850 @addtoreset
30851 \series default
30852 .
30853 \end_layout
30854
30855 \begin_layout Standard
30856 \begin_inset VSpace bigskip
30857 \end_inset
30858
30859 Sometimes formulas should be numbered in the following form:
30860 \end_layout
30861
30862 \begin_layout Standard
30863
30864 \family typewriter
30865 (section number.formula number)
30866 \end_layout
30867
30868 \begin_layout Standard
30869 The formula number should start with every section with 
30870 \begin_inset Quotes eld
30871 \end_inset
30872
30873 1
30874 \begin_inset Quotes erd
30875 \end_inset
30876
30877 .
30878 \end_layout
30879
30880 \begin_layout Standard
30881 For this case there is the command 
30882 \series bold
30883
30884 \backslash
30885 numberwithin
30886 \series default
30887
30888 \begin_inset Index idx
30889 status collapsed
30890
30891 \begin_layout Plain Layout
30892 Commands ! N ! 
30893 \backslash
30894 numberwithin
30895 \end_layout
30896
30897 \end_inset
30898
30899 , which is used with the following scheme:
30900 \end_layout
30901
30902 \begin_layout Standard
30903
30904 \series bold
30905
30906 \backslash
30907 numberwithin{counter}{sectioning}
30908 \end_layout
30909
30910 \begin_layout Standard
30911 Counter denotes what kind of numbering is affected, sectioning denotes what
30912  number is before the dot.
30913 \end_layout
30914
30915 \begin_layout Standard
30916 Thus in our case the following \SpecialChar LaTeX
30917  preamble or \SpecialChar TeX
30918  code line is used:
30919 \end_layout
30920
30921 \begin_layout Standard
30922
30923 \series bold
30924
30925 \backslash
30926 numberwithin{equation}{section}
30927 \end_layout
30928
30929 \begin_layout Standard
30930 This is the result:
30931 \begin_inset ERT
30932 status collapsed
30933
30934 \begin_layout Plain Layout
30935
30936
30937 \backslash
30938 numberwithin{equation}{section}
30939 \end_layout
30940
30941 \end_inset
30942
30943
30944 \begin_inset Formula 
30945 \begin{equation}
30946 A+B=C
30947 \end{equation}
30948
30949 \end_inset
30950
30951
30952 \end_layout
30953
30954 \begin_layout Standard
30955 To number e.
30956 \begin_inset space \thinspace{}
30957 \end_inset
30958
30959 g.
30960 \begin_inset space \space{}
30961 \end_inset
30962
30963 tables so that the number of the part is the sectioning,
30964 \begin_inset Newline newline
30965 \end_inset
30966
30967
30968 \series bold
30969
30970 \backslash
30971 numberwithin{table}{part}
30972 \series default
30973  is used.
30974 \end_layout
30975
30976 \begin_layout Standard
30977 To go back to the standard numbering or to prevent this kind of numbering
30978  when it is defined by the document class, the following command is inserted
30979  as \SpecialChar TeX
30980  code or to the \SpecialChar LaTeX
30981  preamble:
30982 \end_layout
30983
30984 \begin_layout Standard
30985
30986 \series bold
30987
30988 \backslash
30989 renewcommand{
30990 \backslash
30991 theequation}{
30992 \backslash
30993 arabic{equation}}
30994 \begin_inset Index idx
30995 status collapsed
30996
30997 \begin_layout Plain Layout
30998 Commands ! A ! 
30999 \backslash
31000 arabic
31001 \end_layout
31002
31003 \end_inset
31004
31005
31006 \series default
31007
31008 \begin_inset ERT
31009 status collapsed
31010
31011 \begin_layout Plain Layout
31012
31013
31014 \backslash
31015 renewcommand{
31016 \backslash
31017 theequation}{
31018 \backslash
31019 arabic{equation}}
31020 \end_layout
31021
31022 \end_inset
31023
31024
31025 \series bold
31026
31027 \begin_inset Newline newline
31028 \end_inset
31029
31030
31031 \series default
31032 or
31033 \series bold
31034
31035 \begin_inset Newline newline
31036 \end_inset
31037
31038
31039 \backslash
31040 renewcommand{
31041 \backslash
31042 thetable}{
31043 \backslash
31044 arabic{table}}
31045 \end_layout
31046
31047 \begin_layout Standard
31048
31049 \series bold
31050
31051 \backslash
31052 numberwithin
31053 \series default
31054  uses internally the command 
31055 \series bold
31056
31057 \backslash
31058 @addtoreset
31059 \series default
31060 , described above, that also needs to be reverted.
31061 \begin_inset ERT
31062 status collapsed
31063
31064 \begin_layout Plain Layout
31065
31066
31067 \backslash
31068 makeatletter
31069 \end_layout
31070
31071 \begin_layout Plain Layout
31072
31073
31074 \backslash
31075 @removefromreset{equation}{section}
31076 \end_layout
31077
31078 \begin_layout Plain Layout
31079
31080
31081 \backslash
31082 makeatother
31083 \end_layout
31084
31085 \end_inset
31086
31087
31088 \end_layout
31089
31090 \begin_layout Subsection
31091 Numbering with Roman Numbers and Letters
31092 \begin_inset Index idx
31093 status collapsed
31094
31095 \begin_layout Plain Layout
31096 Formula numbering ! with letters
31097 \end_layout
31098
31099 \end_inset
31100
31101
31102 \begin_inset Index idx
31103 status collapsed
31104
31105 \begin_layout Plain Layout
31106 Formula numbering ! with Roman numbers
31107 \end_layout
31108
31109 \end_inset
31110
31111
31112 \end_layout
31113
31114 \begin_layout Standard
31115 Formulas can also be numbered with Roman numbers and Latin letters.
31116  To number for example with small Roman numbers, the command
31117 \end_layout
31118
31119 \begin_layout Standard
31120
31121 \series bold
31122
31123 \backslash
31124 renewcommand{
31125 \backslash
31126 theequation}{
31127 \backslash
31128 roman{equation}}
31129 \end_layout
31130
31131 \begin_layout Standard
31132 is inserted before the formula in \SpecialChar TeX
31133  mode.
31134  
31135 \series bold
31136
31137 \backslash
31138 renewcommand
31139 \series default
31140
31141 \begin_inset Index idx
31142 status collapsed
31143
31144 \begin_layout Plain Layout
31145 Commands ! R ! 
31146 \backslash
31147 renewcommand
31148 \end_layout
31149
31150 \end_inset
31151
31152  redefines the predefined command 
31153 \series bold
31154
31155 \backslash
31156 theequation
31157 \series default
31158  to the command 
31159 \series bold
31160
31161 \backslash
31162 roman{equation}
31163 \series default
31164 .
31165 \begin_inset Foot
31166 status collapsed
31167
31168 \begin_layout Plain Layout
31169 The command 
31170 \series bold
31171
31172 \backslash
31173 renewcommand
31174 \series default
31175  has the same scheme like the command 
31176 \series bold
31177
31178 \backslash
31179 newcommand
31180 \series default
31181  that is described in 
31182 \begin_inset CommandInset ref
31183 LatexCommand ref
31184 reference "subsec:The-Command-newcommand"
31185
31186 \end_inset
31187
31188 .
31189 \end_layout
31190
31191 \end_inset
31192
31193  
31194 \series bold
31195 equation
31196 \series default
31197  is the formula counter.
31198  When the command 
31199 \series bold
31200
31201 \backslash
31202 the
31203 \series default
31204  is used as prefix for a counter, the value of the counter is output as
31205  Arabic number.
31206  When a formula is numbered, \SpecialChar LaTeX
31207  sets internally the command 
31208 \series bold
31209
31210 \backslash
31211 theequation
31212 \series default
31213  behind the formula.
31214  
31215 \series bold
31216
31217 \backslash
31218 roman{equation}
31219 \begin_inset Index idx
31220 status collapsed
31221
31222 \begin_layout Plain Layout
31223 Commands ! R ! 
31224 \backslash
31225 roman
31226 \end_layout
31227
31228 \end_inset
31229
31230
31231 \series default
31232  outputs the counter as small Roman number.
31233 \end_layout
31234
31235 \begin_layout Standard
31236 All formulas behind the command 
31237 \series bold
31238
31239 \backslash
31240 renew
31241 \series default
31242 c
31243 \series bold
31244 ommand
31245 \series default
31246  are now numbered Roman.
31247  To switch to numbering with big Roman numbers, the command is inserted
31248  again, but 
31249 \series bold
31250
31251 \backslash
31252 roman
31253 \series default
31254  is replaced by 
31255 \series bold
31256
31257 \backslash
31258 Roman
31259 \series default
31260
31261 \begin_inset Index idx
31262 status collapsed
31263
31264 \begin_layout Plain Layout
31265 Commands ! R ! 
31266 \backslash
31267 roman@
31268 \backslash
31269 Roman
31270 \end_layout
31271
31272 \end_inset
31273
31274 .
31275  To 
31276 \begin_inset Quotes eld
31277 \end_inset
31278
31279 number
31280 \begin_inset Quotes erd
31281 \end_inset
31282
31283  with small Latin letters there is the command 
31284 \series bold
31285
31286 \backslash
31287 alph
31288 \series default
31289
31290 \begin_inset Index idx
31291 status collapsed
31292
31293 \begin_layout Plain Layout
31294 Commands ! A ! 
31295 \backslash
31296 alph
31297 \end_layout
31298
31299 \end_inset
31300
31301 , for big ones there is the command 
31302 \series bold
31303
31304 \backslash
31305 Alph
31306 \series default
31307
31308 \begin_inset Index idx
31309 status collapsed
31310
31311 \begin_layout Plain Layout
31312 Commands ! A ! 
31313 \backslash
31314 alph@
31315 \backslash
31316 Alph
31317 \end_layout
31318
31319 \end_inset
31320
31321 .
31322 \end_layout
31323
31324 \begin_layout Standard
31325 \begin_inset Note Greyedout
31326 status open
31327
31328 \begin_layout Plain Layout
31329
31330 \series bold
31331 \color none
31332 Note:
31333 \series default
31334  Only maximal 26
31335 \begin_inset space ~
31336 \end_inset
31337
31338 formulas can be numbered with Latin letters in one document.
31339 \end_layout
31340
31341 \end_inset
31342
31343
31344 \end_layout
31345
31346 \begin_layout Standard
31347 \begin_inset ERT
31348 status collapsed
31349
31350 \begin_layout Plain Layout
31351
31352
31353 \backslash
31354 renewcommand{
31355 \backslash
31356 theequation}{
31357 \backslash
31358 roman{equation}}
31359 \end_layout
31360
31361 \end_inset
31362
31363
31364 \end_layout
31365
31366 \begin_layout Standard
31367 \begin_inset Formula 
31368 \begin{equation}
31369 A=\textrm{small roman}
31370 \end{equation}
31371
31372 \end_inset
31373
31374
31375 \begin_inset ERT
31376 status collapsed
31377
31378 \begin_layout Plain Layout
31379
31380
31381 \backslash
31382 renewcommand{
31383 \backslash
31384 theequation}{
31385 \backslash
31386 Roman{equation}}
31387 \end_layout
31388
31389 \end_inset
31390
31391
31392 \begin_inset Formula 
31393 \begin{equation}
31394 B=\textrm{big Roman}\label{eq:Rom}
31395 \end{equation}
31396
31397 \end_inset
31398
31399
31400 \begin_inset ERT
31401 status collapsed
31402
31403 \begin_layout Plain Layout
31404
31405
31406 \backslash
31407 renewcommand{
31408 \backslash
31409 theequation}{
31410 \backslash
31411 alph{equation}}
31412 \end_layout
31413
31414 \end_inset
31415
31416
31417 \begin_inset Formula 
31418 \begin{equation}
31419 C=\textrm{small Latin}
31420 \end{equation}
31421
31422 \end_inset
31423
31424
31425 \begin_inset ERT
31426 status collapsed
31427
31428 \begin_layout Plain Layout
31429
31430
31431 \backslash
31432 renewcommand{
31433 \backslash
31434 theequation}{
31435 \backslash
31436 Alph{equation}}
31437 \end_layout
31438
31439 \end_inset
31440
31441
31442 \begin_inset Formula 
31443 \begin{equation}
31444 D=\textrm{big Latin}\label{eq:Lat}
31445 \end{equation}
31446
31447 \end_inset
31448
31449
31450 \end_layout
31451
31452 \begin_layout Standard
31453 To switch back to the default numbering, insert the command:
31454 \end_layout
31455
31456 \begin_layout Standard
31457
31458 \series bold
31459
31460 \backslash
31461 renewcommand{
31462 \backslash
31463 theequation}{
31464 \backslash
31465 arabic{equation}}
31466 \begin_inset Index idx
31467 status collapsed
31468
31469 \begin_layout Plain Layout
31470 Commands ! A ! 
31471 \backslash
31472 arabic
31473 \end_layout
31474
31475 \end_inset
31476
31477
31478 \end_layout
31479
31480 \begin_layout Standard
31481 \begin_inset ERT
31482 status collapsed
31483
31484 \begin_layout Plain Layout
31485
31486
31487 \backslash
31488 renewcommand{
31489 \backslash
31490 theequation}{
31491 \backslash
31492 arabic{equation}}
31493 \end_layout
31494
31495 \end_inset
31496
31497
31498 \begin_inset Formula 
31499 \begin{equation}
31500 E=\textrm{Arabic}
31501 \end{equation}
31502
31503 \end_inset
31504
31505
31506 \end_layout
31507
31508 \begin_layout Standard
31509 \begin_inset VSpace medskip
31510 \end_inset
31511
31512 As you see, formulas are numbered serially independent from the numbering
31513  style.
31514  When then numbering should start with 
31515 \begin_inset Quotes eld
31516 \end_inset
31517
31518 1
31519 \begin_inset Quotes erd
31520 \end_inset
31521
31522  when the style is changed, new equation counters have to be defined.
31523  A description about this can be found in the file 
31524 \begin_inset CommandInset href
31525 LatexCommand href
31526 name "Formula-numbering.lyx"
31527 target "run:Formula-numbering.lyx"
31528
31529 \end_inset
31530
31531 .
31532 \end_layout
31533
31534 \begin_layout Section
31535 Chemical Symbols and Equations
31536 \begin_inset CommandInset label
31537 LatexCommand label
31538 name "subsec:Chemical-Symbols-and"
31539
31540 \end_inset
31541
31542
31543 \begin_inset Index idx
31544 status collapsed
31545
31546 \begin_layout Plain Layout
31547 Chemical characters ! Symbols
31548 \end_layout
31549
31550 \end_inset
31551
31552
31553 \begin_inset Index idx
31554 status collapsed
31555
31556 \begin_layout Plain Layout
31557 Chemical equations
31558 \end_layout
31559
31560 \end_inset
31561
31562
31563 \begin_inset Index idx
31564 status collapsed
31565
31566 \begin_layout Plain Layout
31567 Symbols ! chemical
31568 \end_layout
31569
31570 \end_inset
31571
31572
31573 \end_layout
31574
31575 \begin_layout Standard
31576 An example text from chemistry:
31577 \end_layout
31578
31579 \begin_layout Quote
31580 The 
31581 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31582 \end_inset
31583
31584 -ion reacts with two 
31585 \begin_inset Formula $\mathrm{Na^{+}}$
31586 \end_inset
31587
31588 -ions to sodium sulfate 
31589 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31590 \end_inset
31591
31592 .
31593  The chemical equation for this is:
31594 \begin_inset Formula 
31595 \begin{equation}
31596 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31597 \end{equation}
31598
31599 \end_inset
31600
31601
31602 \end_layout
31603
31604 \begin_layout Standard
31605 This chemical equation can directly be created as formula.
31606  To avoid that the symbols appear italic, everything is highlighted and
31607  changed by the shortcut 
31608 \begin_inset Info
31609 type  "shortcut"
31610 arg   "font-roman"
31611 \end_inset
31612
31613  to the upright font style.
31614 \begin_inset Foot
31615 status collapsed
31616
31617 \begin_layout Plain Layout
31618 font styles
31619 \series bold
31620  
31621 \series default
31622 see 
31623 \begin_inset CommandInset ref
31624 LatexCommand ref
31625 reference "subsec:Font-Styles"
31626
31627 \end_inset
31628
31629
31630 \end_layout
31631
31632 \end_inset
31633
31634
31635 \end_layout
31636
31637 \begin_layout Standard
31638 A more convenient way to typeset chemical formulas is to use the command
31639  
31640 \series bold
31641
31642 \backslash
31643 ce
31644 \series default
31645
31646 \begin_inset Index idx
31647 status collapsed
31648
31649 \begin_layout Plain Layout
31650 Commands ! C ! 
31651 \backslash
31652 ce
31653 \end_layout
31654
31655 \end_inset
31656
31657  that is available when the \SpecialChar LaTeX
31658 -package 
31659 \series bold
31660 mhchem
31661 \series default
31662
31663 \begin_inset Index idx
31664 status collapsed
31665
31666 \begin_layout Plain Layout
31667 Packages ! mhchem
31668 \end_layout
31669
31670 \end_inset
31671
31672  is installed.
31673  After inserting 
31674 \series bold
31675
31676 \backslash
31677 ce
31678 \series default
31679  to a formula a new blue box appears where chemical formulas can be inserted
31680  in an intuitive way.
31681 \begin_inset Separator parbreak
31682 \end_inset
31683
31684
31685 \end_layout
31686
31687 \begin_layout Standard
31688 \align center
31689 \begin_inset Tabular
31690 <lyxtabular version="3" rows="10" columns="2">
31691 <features booktabs="true" tabularvalignment="middle">
31692 <column alignment="center" valignment="top" width="0pt">
31693 <column alignment="center" valignment="top">
31694 <row>
31695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31696 \begin_inset Text
31697
31698 \begin_layout Plain Layout
31699 Command
31700 \end_layout
31701
31702 \end_inset
31703 </cell>
31704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31705 \begin_inset Text
31706
31707 \begin_layout Plain Layout
31708 Result
31709 \end_layout
31710
31711 \end_inset
31712 </cell>
31713 </row>
31714 <row>
31715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31716 \begin_inset Text
31717
31718 \begin_layout Plain Layout
31719
31720 \backslash
31721 ce
31722 \begin_inset space \textvisiblespace{}
31723 \end_inset
31724
31725 H2CO3
31726 \end_layout
31727
31728 \end_inset
31729 </cell>
31730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31731 \begin_inset Text
31732
31733 \begin_layout Plain Layout
31734 \begin_inset Formula $\ce{H2CO3}$
31735 \end_inset
31736
31737
31738 \end_layout
31739
31740 \end_inset
31741 </cell>
31742 </row>
31743 <row topspace="1.5mm">
31744 <cell alignment="center" valignment="top" usebox="none">
31745 \begin_inset Text
31746
31747 \begin_layout Plain Layout
31748
31749 \backslash
31750 ce
31751 \begin_inset space \textvisiblespace{}
31752 \end_inset
31753
31754 SO4^2-
31755 \end_layout
31756
31757 \end_inset
31758 </cell>
31759 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31760 \begin_inset Text
31761
31762 \begin_layout Plain Layout
31763 \begin_inset Formula $\ce{SO4^{2-}}$
31764 \end_inset
31765
31766
31767 \end_layout
31768
31769 \end_inset
31770 </cell>
31771 </row>
31772 <row topspace="1.5mm">
31773 <cell alignment="center" valignment="top" usebox="none">
31774 \begin_inset Text
31775
31776 \begin_layout Plain Layout
31777
31778 \backslash
31779 ce
31780 \begin_inset space \textvisiblespace{}
31781 \end_inset
31782
31783 (NH4)2S
31784 \end_layout
31785
31786 \end_inset
31787 </cell>
31788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31789 \begin_inset Text
31790
31791 \begin_layout Plain Layout
31792 \begin_inset Formula $\ce{(NH4)2S}$
31793 \end_inset
31794
31795
31796 \end_layout
31797
31798 \end_inset
31799 </cell>
31800 </row>
31801 <row topspace="1.5mm">
31802 <cell alignment="center" valignment="top" usebox="none">
31803 \begin_inset Text
31804
31805 \begin_layout Plain Layout
31806
31807 \backslash
31808 ce
31809 \begin_inset space \textvisiblespace{}
31810 \end_inset
31811
31812 KCr(SO4)2.12H2O
31813 \end_layout
31814
31815 \end_inset
31816 </cell>
31817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31818 \begin_inset Text
31819
31820 \begin_layout Plain Layout
31821 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
31822 \end_inset
31823
31824
31825 \end_layout
31826
31827 \end_inset
31828 </cell>
31829 </row>
31830 <row topspace="1.5mm">
31831 <cell alignment="center" valignment="top" usebox="none">
31832 \begin_inset Text
31833
31834 \begin_layout Plain Layout
31835
31836 \backslash
31837 ce
31838 \begin_inset space \textvisiblespace{}
31839 \end_inset
31840
31841 A-B
31842 \backslash
31843 dbond
31844 \begin_inset space \textvisiblespace{}
31845 \end_inset
31846
31847 C
31848 \backslash
31849 tbond
31850 \begin_inset space \textvisiblespace{}
31851 \end_inset
31852
31853 D
31854 \end_layout
31855
31856 \end_inset
31857 </cell>
31858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31859 \begin_inset Text
31860
31861 \begin_layout Plain Layout
31862 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
31863 \end_inset
31864
31865
31866 \end_layout
31867
31868 \end_inset
31869 </cell>
31870 </row>
31871 <row topspace="1.5mm">
31872 <cell alignment="center" valignment="top" usebox="none">
31873 \begin_inset Text
31874
31875 \begin_layout Plain Layout
31876
31877 \backslash
31878 ce
31879 \begin_inset space \textvisiblespace{}
31880 \end_inset
31881
31882 ^227
31883 \begin_inset Formula $\downarrow$
31884 \end_inset
31885
31886 _90
31887 \begin_inset Formula $\to$
31888 \end_inset
31889
31890 Th+
31891 \end_layout
31892
31893 \end_inset
31894 </cell>
31895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31896 \begin_inset Text
31897
31898 \begin_layout Plain Layout
31899 \begin_inset Formula $\ce{_{90}^{227}Th+}$
31900 \end_inset
31901
31902
31903 \end_layout
31904
31905 \end_inset
31906 </cell>
31907 </row>
31908 <row>
31909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31910 \begin_inset Text
31911
31912 \begin_layout Plain Layout
31913
31914 \backslash
31915 ce
31916 \begin_inset space \textvisiblespace{}
31917 \end_inset
31918
31919
31920 \backslash
31921 mu
31922 \begin_inset space \textvisiblespace{}
31923 \end_inset
31924
31925
31926 \backslash
31927 hyphen
31928 \begin_inset space \textvisiblespace{}
31929 \end_inset
31930
31931 Cl
31932 \end_layout
31933
31934 \end_inset
31935 </cell>
31936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31937 \begin_inset Text
31938
31939 \begin_layout Plain Layout
31940 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
31941 \end_inset
31942
31943
31944 \end_layout
31945
31946 \end_inset
31947 </cell>
31948 </row>
31949 <row>
31950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31951 \begin_inset Text
31952
31953 \begin_layout Plain Layout
31954
31955 \backslash
31956 ce
31957 \begin_inset space \textvisiblespace{}
31958 \end_inset
31959
31960 CO2
31961 \begin_inset space \textvisiblespace{}
31962 \end_inset
31963
31964 +
31965 \begin_inset space \textvisiblespace{}
31966 \end_inset
31967
31968 C
31969 \begin_inset space \textvisiblespace{}
31970 \end_inset
31971
31972 <=>
31973 \begin_inset space \textvisiblespace{}
31974 \end_inset
31975
31976 2CO
31977 \end_layout
31978
31979 \end_inset
31980 </cell>
31981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31982 \begin_inset Text
31983
31984 \begin_layout Plain Layout
31985 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
31986 \end_inset
31987
31988
31989 \end_layout
31990
31991 \end_inset
31992 </cell>
31993 </row>
31994 <row topspace="1.5mm">
31995 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31996 \begin_inset Text
31997
31998 \begin_layout Plain Layout
31999
32000 \backslash
32001 ce
32002 \begin_inset space \textvisiblespace{}
32003 \end_inset
32004
32005 CO2
32006 \begin_inset space \textvisiblespace{}
32007 \end_inset
32008
32009 +
32010 \begin_inset space \textvisiblespace{}
32011 \end_inset
32012
32013 C
32014 \begin_inset space \textvisiblespace{}
32015 \end_inset
32016
32017 ->[
32018 \backslash
32019 alpha][
32020 \backslash
32021 beta]
32022 \begin_inset space \textvisiblespace{}
32023 \end_inset
32024
32025 2CO}
32026 \end_layout
32027
32028 \end_inset
32029 </cell>
32030 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
32031 \begin_inset Text
32032
32033 \begin_layout Plain Layout
32034 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
32035 \end_inset
32036
32037
32038 \end_layout
32039
32040 \end_inset
32041 </cell>
32042 </row>
32043 </lyxtabular>
32044
32045 \end_inset
32046
32047
32048 \end_layout
32049
32050 \begin_layout Standard
32051 \begin_inset Note Greyedout
32052 status open
32053
32054 \begin_layout Plain Layout
32055
32056 \series bold
32057 \color none
32058 Note:
32059 \series default
32060  It is not possible in \SpecialChar LyX
32061  to use the character ^ to get an up-arrow as described
32062  in the 
32063 \series bold
32064 mhchem
32065 \series default
32066  manual.
32067  One instead uses a negative thin space followed by the command 
32068 \series bold
32069
32070 \backslash
32071 uparrow
32072 \series default
32073
32074 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32075 \end_inset
32076
32077
32078 \end_layout
32079
32080 \end_inset
32081
32082
32083 \end_layout
32084
32085 \begin_layout Standard
32086 Using 
32087 \series bold
32088
32089 \backslash
32090 ce
32091 \series default
32092  the command for equation
32093 \begin_inset space ~
32094 \end_inset
32095
32096
32097 \begin_inset CommandInset ref
32098 LatexCommand eqref
32099 reference "eq:chem-reaction"
32100
32101 \end_inset
32102
32103  is:
32104 \begin_inset Newline newline
32105 \end_inset
32106
32107
32108 \series bold
32109  
32110 \backslash
32111 ce
32112 \begin_inset space \textvisiblespace{}
32113 \end_inset
32114
32115 2Na+
32116 \begin_inset space \textvisiblespace{}
32117 \end_inset
32118
32119 +
32120 \begin_inset space \textvisiblespace{}
32121 \end_inset
32122
32123 SO4^2-
32124 \begin_inset space \textvisiblespace{}
32125 \end_inset
32126
32127
32128 \begin_inset space \textvisiblespace{}
32129 \end_inset
32130
32131 ->
32132 \begin_inset space \textvisiblespace{}
32133 \end_inset
32134
32135 Na2SO4
32136 \end_layout
32137
32138 \begin_layout Standard
32139 To create multiline chemical equations first a multiline formula is created
32140  as described in 
32141 \begin_inset CommandInset ref
32142 LatexCommand ref
32143 reference "sec:Multiline-Formulas"
32144
32145 \end_inset
32146
32147 .
32148  Afterwards the command 
32149 \series bold
32150
32151 \backslash
32152 ce
32153 \series default
32154  is used in every small blue box of the formula.
32155  
32156 \begin_inset CommandInset ref
32157 LatexCommand eqref
32158 reference "eq:TEOS-reaction-1"
32159
32160 \end_inset
32161
32162  and 
32163 \begin_inset CommandInset ref
32164 LatexCommand eqref
32165 reference "eq:TEOS-reaction-2"
32166
32167 \end_inset
32168
32169  are an example of a multi-stage chemical reaction where every equation
32170  has its own number.
32171 \begin_inset Formula 
32172 \begin{eqnarray}
32173 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32174 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32175 \end{eqnarray}
32176
32177 \end_inset
32178
32179
32180 \end_layout
32181
32182 \begin_layout Standard
32183 Besides 
32184 \series bold
32185
32186 \backslash
32187 ce
32188 \series default
32189  the 
32190 \series bold
32191 mhchem
32192 \series default
32193  package provides the command 
32194 \series bold
32195
32196 \backslash
32197 cf
32198 \series default
32199
32200 \begin_inset Index idx
32201 status collapsed
32202
32203 \begin_layout Plain Layout
32204 Commands ! C ! 
32205 \backslash
32206 cf
32207 \end_layout
32208
32209 \end_inset
32210
32211  that has to be used for special cases.
32212  For more information about 
32213 \series bold
32214
32215 \backslash
32216 cf
32217 \series default
32218  and more examples have a look at the documentation of 
32219 \series bold
32220 mhchem
32221 \series default
32222
32223 \begin_inset CommandInset citation
32224 LatexCommand cite
32225 key "mhchem"
32226
32227 \end_inset
32228
32229 .
32230 \end_layout
32231
32232 \begin_layout Section
32233 Diagrams
32234 \end_layout
32235
32236 \begin_layout Standard
32237 \SpecialChar LyX
32238  supports two types of commutative diagrams: 
32239 \series bold
32240 amscd
32241 \series default
32242  and 
32243 \series bold
32244 xymatrix
32245 \series default
32246  that are explained in the following.
32247 \end_layout
32248
32249 \begin_layout Subsection
32250 Amscd Diagrams
32251 \begin_inset Index idx
32252 status collapsed
32253
32254 \begin_layout Plain Layout
32255 Diagrams ! amscd
32256 \end_layout
32257
32258 \end_inset
32259
32260
32261 \end_layout
32262
32263 \begin_layout Standard
32264 Diagrams of this type visualize relations by vertical and horizontal lines
32265  or arrows:
32266 \begin_inset Formula 
32267 \[
32268 \begin{CD}A@>>>B@>>>C\\
32269 @AAA@.@VVV\\
32270 F@<<<E@<<<D
32271 \end{CD}
32272 \]
32273
32274 \end_inset
32275
32276
32277 \end_layout
32278
32279 \begin_layout Standard
32280 To get them, the command 
32281 \series bold
32282
32283 \backslash
32284 CD
32285 \begin_inset Index idx
32286 status collapsed
32287
32288 \begin_layout Plain Layout
32289 Commands ! C ! 
32290 \backslash
32291 CD
32292 \end_layout
32293
32294 \end_inset
32295
32296
32297 \series default
32298  is inserted to a formula.
32299  A blue box appears with two dashed lines where further commands can be
32300  inserted.
32301  With 
32302 \begin_inset Info
32303 type  "shortcut"
32304 arg   "newline-insert newline"
32305 \end_inset
32306
32307  a new line is created.
32308  Horizontal relations are inserted in odd, vertical in even formula lines.
32309 \end_layout
32310
32311 \begin_layout Standard
32312 To create the relations there are the following commands:
32313 \end_layout
32314
32315 \begin_layout Itemize
32316
32317 \series bold
32318 @<<<
32319 \series default
32320  creates a left arrow, 
32321 \series bold
32322 @>>>
32323 \series default
32324  a right arrow and 
32325 \series bold
32326 @=
32327 \series default
32328  a long equal sign
32329 \end_layout
32330
32331 \begin_layout Itemize
32332
32333 \series bold
32334 @AAA
32335 \series default
32336  creates an up arrow, 
32337 \series bold
32338 @VVV
32339 \series default
32340  a down arrow and 
32341 \series bold
32342 @|
32343 \series default
32344  a vertical equal sign
32345 \end_layout
32346
32347 \begin_layout Itemize
32348
32349 \series bold
32350 @.
32351
32352 \series default
32353  is a placeholder for non-existent relations
32354 \end_layout
32355
32356 \begin_layout Standard
32357 All arrows can be labeled as follows:
32358 \end_layout
32359
32360 \begin_layout Itemize
32361 If text inserted between the first and second < or >, resp., it is placed
32362  above the arrow.
32363  When it is inserted between the second and third one, it appears under
32364  the arrow.
32365 \end_layout
32366
32367 \begin_layout Itemize
32368 When text for vertical arrows is inserted between the first and second A
32369  or V, resp., it is placed left beside the arrow.
32370  When it is inserted between the second and third one, it appears right
32371  beside the arrow.
32372  If the text contains an A or V, these letters must be set into a \SpecialChar TeX
32373  brace.
32374 \end_layout
32375
32376 \begin_layout Standard
32377 As example a diagram with all possible relations:
32378 \end_layout
32379
32380 \begin_layout Standard
32381 \begin_inset Formula 
32382 \[
32383 \begin{CD}A@>j>>B@>>k>C@=F\\
32384 @AmAA@.@VV{V}V@|\\
32385 D@<<j<E@>k>>F@=C
32386 \end{CD}
32387 \]
32388
32389 \end_inset
32390
32391
32392 \end_layout
32393
32394 \begin_layout Standard
32395 The command for this is:
32396 \begin_inset Newline newline
32397 \end_inset
32398
32399
32400 \series bold
32401
32402 \backslash
32403 CD
32404 \begin_inset space \textvisiblespace{}
32405 \end_inset
32406
32407 A@>j>>B@>>k>C@=F Ctrl+Return
32408 \begin_inset Newline newline
32409 \end_inset
32410
32411
32412 \begin_inset Phantom HPhantom
32413 status open
32414
32415 \begin_layout Plain Layout
32416
32417 \series bold
32418
32419 \backslash
32420 CD
32421 \begin_inset space \textvisiblespace{}
32422 \end_inset
32423
32424
32425 \end_layout
32426
32427 \end_inset
32428
32429 @AmAA@.@VV
32430 \backslash
32431 {V
32432 \series default
32433
32434 \begin_inset Formula $\to$
32435 \end_inset
32436
32437
32438 \series bold
32439 V@| Ctrl+Return
32440 \begin_inset Newline newline
32441 \end_inset
32442
32443
32444 \begin_inset Phantom HPhantom
32445 status open
32446
32447 \begin_layout Plain Layout
32448
32449 \series bold
32450
32451 \backslash
32452 CD
32453 \begin_inset space \textvisiblespace{}
32454 \end_inset
32455
32456
32457 \end_layout
32458
32459 \end_inset
32460
32461 D@<<j<E@>k>>F@=C
32462 \end_layout
32463
32464 \begin_layout Subsection
32465 Xymatrix Diagrams
32466 \begin_inset Index idx
32467 status collapsed
32468
32469 \begin_layout Plain Layout
32470 Diagrams ! xymatrix
32471 \end_layout
32472
32473 \end_inset
32474
32475
32476 \end_layout
32477
32478 \begin_layout Standard
32479 To be able to use xymatrices, the \SpecialChar LaTeX
32480 -package 
32481 \series bold
32482 xypic
32483 \series default
32484  must be installed.
32485  A xymatrix is created by inserting the command 
32486 \series bold
32487
32488 \backslash
32489 xymatrix
32490 \series default
32491  in a formula.
32492  Then you are able to add new matrix columns and rows like for normal matrices,
32493  see 
32494 \begin_inset CommandInset ref
32495 LatexCommand ref
32496 reference "sec:Matrices"
32497
32498 \end_inset
32499
32500 .
32501 \end_layout
32502
32503 \begin_layout Standard
32504 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32505  and much more.
32506  All possibilities to create commutative diagrams and decorations are explained
32507  in detail in the 
32508 \emph on
32509 XY-pic manual
32510 \emph default
32511  that you find in the menu 
32512 \family sans
32513 Help\SpecialChar menuseparator
32514 Specific
32515 \begin_inset space ~
32516 \end_inset
32517
32518 Manuals
32519 \family default
32520 .
32521 \end_layout
32522
32523 \begin_layout Subsection
32524
32525 \noun on
32526 Feynman
32527 \noun default
32528  Diagrams
32529 \begin_inset Index idx
32530 status collapsed
32531
32532 \begin_layout Plain Layout
32533 Diagrams ! Feynman
32534 \end_layout
32535
32536 \end_inset
32537
32538
32539 \end_layout
32540
32541 \begin_layout Standard
32542 To be able to use 
32543 \noun on
32544 Feynman
32545 \noun default
32546 -diagrams, the \SpecialChar LaTeX
32547 -package 
32548 \series bold
32549 feyn
32550 \series default
32551  must be installed.
32552  A 
32553 \noun on
32554 Feynman
32555 \noun default
32556 -diagram is created by inserting the command 
32557 \series bold
32558
32559 \backslash
32560 Diagram
32561 \series default
32562  in a formula.
32563  Then you are able to add new matrix columns and rows like for normal matrices,
32564  see 
32565 \begin_inset CommandInset ref
32566 LatexCommand ref
32567 reference "sec:Matrices"
32568
32569 \end_inset
32570
32571 .
32572 \end_layout
32573
32574 \begin_layout Standard
32575 Examples how to create 
32576 \noun on
32577 Feynman-
32578 \noun default
32579 diagrams in \SpecialChar LyX
32580  is given in the 
32581 \emph on
32582 Feynman-diagram manual
32583 \emph default
32584  that you find in the menu 
32585 \family sans
32586 Help\SpecialChar menuseparator
32587 Specific
32588 \begin_inset space ~
32589 \end_inset
32590
32591 Manuals
32592 \family default
32593 .
32594 \end_layout
32595
32596 \begin_layout Standard
32597 \begin_inset Newpage newpage
32598 \end_inset
32599
32600
32601 \end_layout
32602
32603 \begin_layout Section
32604 User-defined Commands
32605 \begin_inset Index idx
32606 status collapsed
32607
32608 \begin_layout Plain Layout
32609 User-defined commands
32610 \end_layout
32611
32612 \end_inset
32613
32614
32615 \end_layout
32616
32617 \begin_layout Standard
32618 \begin_inset Note Greyedout
32619 status open
32620
32621 \begin_layout Plain Layout
32622
32623 \series bold
32624 Note:
32625 \series default
32626  The names of user-defined commands and macros may only consist of Latin
32627  letters.
32628 \end_layout
32629
32630 \end_inset
32631
32632
32633 \end_layout
32634
32635 \begin_layout Subsection
32636 The Command 
32637 \backslash
32638 newcommand
32639 \begin_inset CommandInset label
32640 LatexCommand label
32641 name "subsec:The-Command-newcommand"
32642
32643 \end_inset
32644
32645
32646 \begin_inset Index idx
32647 status collapsed
32648
32649 \begin_layout Plain Layout
32650 User-defined commands ! 
32651 \backslash
32652 newcommand
32653 \end_layout
32654
32655 \end_inset
32656
32657
32658 \begin_inset Index idx
32659 status collapsed
32660
32661 \begin_layout Plain Layout
32662 Commands ! N ! 
32663 \backslash
32664 newcommand
32665 \end_layout
32666
32667 \end_inset
32668
32669
32670 \end_layout
32671
32672 \begin_layout Standard
32673 Many \SpecialChar LaTeX
32674 -commands are too long to be used frequently.
32675  But it is possible to define with the command 
32676 \series bold
32677
32678 \backslash
32679 newcommand
32680 \series default
32681  new shorter commands.
32682 \end_layout
32683
32684 \begin_layout Standard
32685 The command scheme of 
32686 \series bold
32687
32688 \backslash
32689 newcommand
32690 \series default
32691  is:
32692 \end_layout
32693
32694 \begin_layout Standard
32695
32696 \series bold
32697
32698 \backslash
32699 newcommand{new command name}[number of arguments][optional
32700 \series default
32701  
32702 \series bold
32703 value]
32704 \begin_inset Newline newline
32705 \end_inset
32706
32707
32708 \begin_inset Phantom HPhantom
32709 status open
32710
32711 \begin_layout Plain Layout
32712
32713 \series bold
32714
32715 \backslash
32716 newcommand
32717 \end_layout
32718
32719 \end_inset
32720
32721 {command definition}
32722 \end_layout
32723
32724 \begin_layout Standard
32725 \begin_inset Note Greyedout
32726 status open
32727
32728 \begin_layout Plain Layout
32729
32730 \series bold
32731 Note:
32732 \series default
32733  Assure that the name of the new command is not already used in your document
32734  or by \SpecialChar LaTeX
32735 -packages that you use.
32736  When you for example define the command 
32737 \series bold
32738
32739 \backslash
32740 le
32741 \series default
32742  for 
32743 \series bold
32744
32745 \backslash
32746 Leftarrow
32747 \series default
32748 , you get an error message because 
32749 \series bold
32750
32751 \backslash
32752 le
32753 \series default
32754  is already defined as command for 
32755 \begin_inset Quotes eld
32756 \end_inset
32757
32758
32759 \begin_inset Formula $\le$
32760 \end_inset
32761
32762
32763 \begin_inset Quotes erd
32764 \end_inset
32765
32766 .
32767 \end_layout
32768
32769 \end_inset
32770
32771
32772 \end_layout
32773
32774 \begin_layout Standard
32775 The number of arguments is an integer in the range 0
32776 \begin_inset space \thinspace{}
32777 \end_inset
32778
32779 -
32780 \begin_inset space \thinspace{}
32781 \end_inset
32782
32783 9 and specifies how many arguments the new command should have.
32784  With the optional value a value for an optional argument can be predefined.
32785  When this is done, the 
32786 \emph on
32787 first
32788 \emph default
32789  
32790 \emph on
32791 a
32792 \emph default
32793 rgument of the new command is automatically an optional one.
32794 \end_layout
32795
32796 \begin_layout Standard
32797 Here are some examples:
32798 \end_layout
32799
32800 \begin_layout Itemize
32801 To define the command 
32802 \series bold
32803
32804 \backslash
32805 gr
32806 \series default
32807  for 
32808 \series bold
32809
32810 \backslash
32811 Longrightarrow
32812 \series default
32813 , the \SpecialChar LaTeX
32814 -preamble line is:
32815 \begin_inset VSpace medskip
32816 \end_inset
32817
32818
32819 \begin_inset Newline newline
32820 \end_inset
32821
32822
32823 \series bold
32824
32825 \backslash
32826 newcommand{
32827 \backslash
32828 gr}{
32829 \backslash
32830 Longrightarrow}
32831 \end_layout
32832
32833 \begin_layout Itemize
32834 To define the command 
32835 \series bold
32836
32837 \backslash
32838 us
32839 \series default
32840  for 
32841 \series bold
32842
32843 \backslash
32844 underline
32845 \series default
32846 , the argument (that should be underlined) must be taken into account.
32847  For this the preamble line is:
32848 \begin_inset VSpace medskip
32849 \end_inset
32850
32851
32852 \begin_inset Newline newline
32853 \end_inset
32854
32855
32856 \series bold
32857
32858 \backslash
32859 newcommand{
32860 \backslash
32861 us}[1]{
32862 \backslash
32863 underline{#1}}
32864 \series default
32865
32866 \begin_inset VSpace medskip
32867 \end_inset
32868
32869
32870 \begin_inset Newline newline
32871 \end_inset
32872
32873 The character 
32874 \series bold
32875 #
32876 \series default
32877  acts as argument placeholder, the 
32878 \series bold
32879 1
32880 \series default
32881  behind it denotes that it is the placeholder for the first argument.
32882 \end_layout
32883
32884 \begin_layout Itemize
32885 For 
32886 \series bold
32887
32888 \backslash
32889 framebox
32890 \series default
32891  one can e.
32892 \begin_inset space \thinspace{}
32893 \end_inset
32894
32895 g.
32896 \begin_inset space \space{}
32897 \end_inset
32898
32899 define the command 
32900 \series bold
32901
32902 \backslash
32903 fb
32904 \series default
32905 :
32906 \begin_inset VSpace medskip
32907 \end_inset
32908
32909
32910 \begin_inset Newline newline
32911 \end_inset
32912
32913
32914 \series bold
32915
32916 \backslash
32917 newcommand{
32918 \backslash
32919 fb}[3]{
32920 \backslash
32921 framebox#1#2{$#3$}}
32922 \series default
32923
32924 \begin_inset VSpace medskip
32925 \end_inset
32926
32927
32928 \begin_inset Newline newline
32929 \end_inset
32930
32931 The two Dollar signs creates the extra formula needed for 
32932 \series bold
32933
32934 \backslash
32935 framebox
32936 \series default
32937 , see 
32938 \begin_inset CommandInset ref
32939 LatexCommand ref
32940 reference "subsec:Boxes-with-Frame"
32941
32942 \end_inset
32943
32944 .
32945 \end_layout
32946
32947 \begin_layout Itemize
32948 To create a new command for 
32949 \series bold
32950
32951 \backslash
32952 fcolorbox
32953 \series default
32954  where the color for the box need not be specified, the argument for the
32955  color is defined optional:
32956 \begin_inset VSpace medskip
32957 \end_inset
32958
32959
32960 \begin_inset Newline newline
32961 \end_inset
32962
32963
32964 \series bold
32965
32966 \backslash
32967 newcommand{
32968 \backslash
32969 cb}[3][white]{
32970 \backslash
32971 fcolorbox{#2}{#1}{$#3$}}
32972 \series default
32973
32974 \begin_inset VSpace medskip
32975 \end_inset
32976
32977
32978 \begin_inset Newline newline
32979 \end_inset
32980
32981 When the color is not specified when using 
32982 \series bold
32983
32984 \backslash
32985 cb
32986 \series default
32987 , the predefined color 
32988 \series bold
32989 white
32990 \series default
32991  will be used.
32992 \end_layout
32993
32994 \begin_layout Standard
32995 A test of the new defined commands:
32996 \begin_inset Separator parbreak
32997 \end_inset
32998
32999
33000 \end_layout
33001
33002 \begin_layout Standard
33003 \align center
33004 \begin_inset Tabular
33005 <lyxtabular version="3" rows="6" columns="2">
33006 <features booktabs="true" tabularvalignment="middle">
33007 <column alignment="center" valignment="top" width="0pt">
33008 <column alignment="center" valignment="top">
33009 <row>
33010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33011 \begin_inset Text
33012
33013 \begin_layout Plain Layout
33014 Command
33015 \end_layout
33016
33017 \end_inset
33018 </cell>
33019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33020 \begin_inset Text
33021
33022 \begin_layout Plain Layout
33023 Result
33024 \end_layout
33025
33026 \end_inset
33027 </cell>
33028 </row>
33029 <row>
33030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33031 \begin_inset Text
33032
33033 \begin_layout Plain Layout
33034 A
33035 \backslash
33036 gr
33037 \begin_inset space \textvisiblespace{}
33038 \end_inset
33039
33040 B
33041 \end_layout
33042
33043 \end_inset
33044 </cell>
33045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33046 \begin_inset Text
33047
33048 \begin_layout Plain Layout
33049 \begin_inset Formula $A\gr B$
33050 \end_inset
33051
33052
33053 \end_layout
33054
33055 \end_inset
33056 </cell>
33057 </row>
33058 <row>
33059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33060 \begin_inset Text
33061
33062 \begin_layout Plain Layout
33063
33064 \backslash
33065 us{ABcd
33066 \end_layout
33067
33068 \end_inset
33069 </cell>
33070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33071 \begin_inset Text
33072
33073 \begin_layout Plain Layout
33074 \begin_inset Formula $\us{ABcd}$
33075 \end_inset
33076
33077
33078 \end_layout
33079
33080 \end_inset
33081 </cell>
33082 </row>
33083 <row topspace="1mm">
33084 <cell alignment="center" valignment="top" usebox="none">
33085 \begin_inset Text
33086
33087 \begin_layout Plain Layout
33088
33089 \backslash
33090 fb{[2cm]
33091 \begin_inset Formula $\to$
33092 \end_inset
33093
33094
33095 \backslash
33096 {
33097 \begin_inset Formula $\to$
33098 \end_inset
33099
33100
33101 \backslash
33102 {
33103 \backslash
33104 int
33105 \begin_inset space \textvisiblespace{}
33106 \end_inset
33107
33108 A=B
33109 \end_layout
33110
33111 \end_inset
33112 </cell>
33113 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33114 \begin_inset Text
33115
33116 \begin_layout Plain Layout
33117 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
33118 \end_inset
33119
33120
33121 \end_layout
33122
33123 \end_inset
33124 </cell>
33125 </row>
33126 <row topspace="1.5mm">
33127 <cell alignment="center" valignment="top" usebox="none">
33128 \begin_inset Text
33129
33130 \begin_layout Plain Layout
33131
33132 \backslash
33133 cb{red
33134 \begin_inset Formula $\to$
33135 \end_inset
33136
33137
33138 \backslash
33139 {
33140 \backslash
33141 int
33142 \begin_inset space \textvisiblespace{}
33143 \end_inset
33144
33145 A=B
33146 \end_layout
33147
33148 \end_inset
33149 </cell>
33150 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33151 \begin_inset Text
33152
33153 \begin_layout Plain Layout
33154 \begin_inset Formula $\cb{red}{\int A=B}$
33155 \end_inset
33156
33157
33158 \end_layout
33159
33160 \end_inset
33161 </cell>
33162 </row>
33163 <row topspace="1.5mm" bottomspace="1mm">
33164 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33165 \begin_inset Text
33166
33167 \begin_layout Plain Layout
33168
33169 \backslash
33170 cb[green]
33171 \backslash
33172 {red
33173 \begin_inset Formula $\to$
33174 \end_inset
33175
33176
33177 \backslash
33178 {
33179 \backslash
33180 int
33181 \begin_inset space \textvisiblespace{}
33182 \end_inset
33183
33184 A=B
33185 \end_layout
33186
33187 \end_inset
33188 </cell>
33189 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
33190 \begin_inset Text
33191
33192 \begin_layout Plain Layout
33193 \begin_inset Formula $\cb[green]{red}{\int A=B}$
33194 \end_inset
33195
33196
33197 \end_layout
33198
33199 \end_inset
33200 </cell>
33201 </row>
33202 </lyxtabular>
33203
33204 \end_inset
33205
33206
33207 \end_layout
33208
33209 \begin_layout Subsection
33210 Math Macros
33211 \begin_inset Index idx
33212 status collapsed
33213
33214 \begin_layout Plain Layout
33215 User-defined commands! Math macros
33216 \end_layout
33217
33218 \end_inset
33219
33220
33221 \begin_inset Index idx
33222 status collapsed
33223
33224 \begin_layout Plain Layout
33225 Macros
33226 \end_layout
33227
33228 \end_inset
33229
33230
33231 \end_layout
33232
33233 \begin_layout Standard
33234 User-defined commands are especially convenient for complex expressions.
33235  When you are for example dealing with a document that has quadratic equations,
33236  the same solution type occurs several times.
33237  The general form of a quadratic equation is
33238 \begin_inset Formula 
33239 \[
33240 0=\lambda^{2}+p\lambda+q
33241 \]
33242
33243 \end_inset
33244
33245 The general form of the solution is
33246 \begin_inset Formula 
33247 \[
33248 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33249 \]
33250
33251 \end_inset
33252
33253
33254 \end_layout
33255
33256 \begin_layout Standard
33257 To define a command for the solution formula where only the three parameters
33258  
33259 \begin_inset Formula $\lambda$
33260 \end_inset
33261
33262
33263 \begin_inset Formula $p$
33264 \end_inset
33265
33266  and 
33267 \begin_inset Formula $q$
33268 \end_inset
33269
33270  need to be specified and the index of 
33271 \begin_inset Formula $\lambda$
33272 \end_inset
33273
33274  can be given optionally, the \SpecialChar LaTeX
33275 -preamble line is
33276 \begin_inset Newline newline
33277 \end_inset
33278
33279
33280 \series bold
33281
33282 \backslash
33283 newcommand{
33284 \backslash
33285 qG}[4][1,
33286 \backslash
33287 ,2]{#2_{#1}=-
33288 \backslash
33289 frac{#3}{2}
33290 \backslash
33291 pm
33292 \begin_inset Newline newline
33293 \end_inset
33294
33295
33296 \begin_inset Phantom HPhantom
33297 status open
33298
33299 \begin_layout Plain Layout
33300
33301 \series bold
33302
33303 \backslash
33304 newcommand
33305 \end_layout
33306
33307 \end_inset
33308
33309
33310 \backslash
33311 sqrt{
33312 \backslash
33313 frac{#3^{2}}{4}-#4}}
33314 \end_layout
33315
33316 \begin_layout Standard
33317 To create with this the solution formula, the command
33318 \begin_inset Newline newline
33319 \end_inset
33320
33321
33322 \series bold
33323
33324 \backslash
33325 qG{
33326 \backslash
33327 lambda
33328 \begin_inset Formula $\to$
33329 \end_inset
33330
33331
33332 \backslash
33333 {p
33334 \begin_inset Formula $\to$
33335 \end_inset
33336
33337
33338 \backslash
33339 {q
33340 \series default
33341  is inserted to a formula
33342 \series bold
33343 .
33344 \end_layout
33345
33346 \begin_layout Standard
33347 The definition of the new command is unintuitive because one has to know
33348  the schemes of all used \SpecialChar LaTeX
33349  commands, e.
33350 \begin_inset space \thinspace{}
33351 \end_inset
33352
33353 g.
33354 \begin_inset space \space{}
33355 \end_inset
33356
33357 that a fraction is inserted in \SpecialChar LaTeX
33358  as 
33359 \series bold
33360
33361 \backslash
33362 frac{numerator}{denominator}
33363 \series default
33364 .
33365  Furthermore one can easily forget a brace in the definition and cannot
33366  see in \SpecialChar LyX
33367  what the new command is doing.
33368  To avoid these problems \SpecialChar LyX
33369  offers the possibility to use math macros instead
33370  of the command 
33371 \series bold
33372
33373 \backslash
33374 newcommand
33375 \series default
33376 .
33377 \end_layout
33378
33379 \begin_layout Standard
33380 A math macro is created by using the menu 
33381 \family sans
33382 Insert\SpecialChar menuseparator
33383 Math\SpecialChar menuseparator
33384 Macro
33385 \family default
33386  or the toolbar button 
33387 \begin_inset Info
33388 type  "icon"
33389 arg   "math-macro newmacroname_newcommand"
33390 \end_inset
33391
33392 .
33393  The math macro toolbar appears together with the following box where the
33394  macro is defined:
33395 \begin_inset Newline newline
33396 \end_inset
33397
33398
33399 \begin_inset space \hspace*{\fill}
33400 \end_inset
33401
33402
33403 \begin_inset Graphics
33404         filename clipart/macrobox.png
33405         scale 75
33406
33407 \end_inset
33408
33409
33410 \begin_inset space \hspace*{\fill}
33411 \end_inset
33412
33413
33414 \begin_inset Newline newline
33415 \end_inset
33416
33417
33418 \begin_inset FormulaMacro
33419 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33420 \end_inset
33421
33422
33423 \backslash
33424 newmacroname is the default name of the macro that should be changed to
33425  something sensible.
33426  The wanted formula is inserted in the first blue box.
33427  An argument placeholder is inserted with the command 
33428 \series bold
33429
33430 \backslash
33431 #argumentnumber
33432 \series default
33433 , e.
33434 \begin_inset space \thinspace{}
33435 \end_inset
33436
33437 g
33438 \begin_inset space \space{}
33439 \end_inset
33440
33441
33442 \series bold
33443
33444 \backslash
33445 #1
33446 \series default
33447  or by using the macro toolbar button 
33448 \begin_inset Info
33449 type  "icon"
33450 arg   "math-macro-add-param"
33451 \end_inset
33452
33453 .
33454  Argument placeholders are displayed red.
33455  A maximum of 9
33456 \begin_inset space ~
33457 \end_inset
33458
33459 arguments are possible.
33460  Optional arguments are created with the toolbar button 
33461 \begin_inset Info
33462 type  "icon"
33463 arg   "math-macro-add-optional-param"
33464 \end_inset
33465
33466 .
33467  The first non-optional argument can be transformed to an optional one with
33468  the toolbar button 
33469 \begin_inset Info
33470 type  "icon"
33471 arg   "math-macro-make-optional"
33472 \end_inset
33473
33474 .
33475  In the second blue box the appearance of the macro in \SpecialChar LyX
33476  can be defined.
33477  Normally you want to see it as it is defined, so the box is kept empty.
33478  But when you have created a macro that needs lot of space on the screen,
33479  you can insert in the box for example
33480 \begin_inset Newline newline
33481 \end_inset
33482
33483
33484 \series bold
33485 qG: 
33486 \backslash
33487 #1
33488 \series default
33489  
33490 \series bold
33491 ,
33492 \series default
33493  
33494 \series bold
33495
33496 \backslash
33497 #2
33498 \series default
33499  
33500 \series bold
33501 ,
33502 \series default
33503  
33504 \series bold
33505
33506 \backslash
33507 #3, 
33508 \backslash
33509 #4
33510 \begin_inset Newline newline
33511 \end_inset
33512
33513
33514 \series default
33515 For the macro only the arguments with the macro name in front of them will
33516  then be displayed in \SpecialChar LyX
33517 , leading to a better overview.
33518  The formula appears in the output as defined in the first box.
33519 \begin_inset Newline newline
33520 \end_inset
33521
33522 The appearance of macros in formulas can furthermore be changed for single
33523  macros by setting the cursor in the macro and using the menu 
33524 \family sans
33525 View\SpecialChar menuseparator
33526 (Un)fold
33527 \begin_inset space ~
33528 \end_inset
33529
33530 Math
33531 \begin_inset space ~
33532 \end_inset
33533
33534 Macro
33535 \family default
33536 .
33537 \end_layout
33538
33539 \begin_layout Standard
33540 To use a macro, the macro name is inserted as command to a formula, in our
33541  case 
33542 \series bold
33543
33544 \backslash
33545 qG
33546 \series default
33547 .
33548  Our macro looks in \SpecialChar LyX
33549  like this:
33550 \begin_inset Newline newline
33551 \end_inset
33552
33553
33554 \begin_inset space \hspace*{\fill}
33555 \end_inset
33556
33557
33558 \begin_inset Graphics
33559         filename clipart/macrouse.png
33560         scale 75
33561
33562 \end_inset
33563
33564
33565 \begin_inset space \hspace*{\fill}
33566 \end_inset
33567
33568
33569 \begin_inset Newline newline
33570 \end_inset
33571
33572 Here is our macro example with the arguments 
33573 \begin_inset Formula $x$
33574 \end_inset
33575
33576
33577 \begin_inset Formula $\ln(x)$
33578 \end_inset
33579
33580  and 
33581 \begin_inset Formula $B$
33582 \end_inset
33583
33584 :
33585 \end_layout
33586
33587 \begin_layout Standard
33588 \begin_inset Formula 
33589 \[
33590 \qG x{\ln(x)}B
33591 \]
33592
33593 \end_inset
33594
33595
33596 \end_layout
33597
33598 \begin_layout Standard
33599 \SpecialChar LyX
33600  offers in the menu 
33601 \family sans
33602 Tools\SpecialChar menuseparator
33603 Preferences\SpecialChar menuseparator
33604 Editing\SpecialChar menuseparator
33605 Control
33606 \family default
33607  different styles to edit macros.
33608  To find the style that suits you the most, choose a style and set the cursor
33609  in a macro formula to see the difference.
33610 \end_layout
33611
33612 \begin_layout Standard
33613 A math macro is transformed internally to a 
33614 \series bold
33615
33616 \backslash
33617 newcommand
33618 \series default
33619  command when exporting the document.
33620  The created 
33621 \series bold
33622
33623 \backslash
33624 newcommand
33625 \series default
33626  command is not placed in the \SpecialChar LaTeX
33627 -preamble, therefore macros can only be used
33628  in formulas that are in the document below the macro definition box.
33629 \end_layout
33630
33631 \begin_layout Standard
33632 Math macros can also be directly created from a 
33633 \series bold
33634
33635 \backslash
33636 newcommand
33637 \series default
33638  command.
33639  When writing for example the command
33640 \series bold
33641
33642 \begin_inset Newline newline
33643 \end_inset
33644
33645
33646 \backslash
33647 newcommand{
33648 \backslash
33649 larrow}[2]{
33650 \backslash
33651 xleftarrow[#2]{#1}}
33652 \begin_inset Newline newline
33653 \end_inset
33654
33655
33656 \series default
33657 in \SpecialChar LyX
33658  as normal text, highlighting it completely and using then the shortcut
33659  
33660 \family sans
33661 Ctrl+M
33662 \family default
33663 , the command will be transformed to a math macro.
33664  Using this method you need to be careful that the 
33665 \series bold
33666
33667 \backslash
33668 newcommand
33669 \series default
33670  command is typed correctly, otherwise you get a faulty macro leading to
33671  \SpecialChar LaTeX
33672  errors.
33673 \end_layout
33674
33675 \begin_layout Standard
33676 Math macros currently have the problem that further formulas in macro definition
33677 s are handled wrongly.
33678  Therefore the example 
33679 \series bold
33680
33681 \backslash
33682 fb
33683 \series default
33684  from 
33685 \begin_inset CommandInset ref
33686 LatexCommand ref
33687 reference "subsec:The-Command-newcommand"
33688
33689 \end_inset
33690
33691  cannot be created as macro.
33692 \end_layout
33693
33694 \begin_layout Standard
33695 When the cursor is in a macro definition box, you will see the macro toolbar
33696  in \SpecialChar LyX
33697 :
33698 \end_layout
33699
33700 \begin_layout Standard
33701 \begin_inset VSpace defskip
33702 \end_inset
33703
33704
33705 \end_layout
33706
33707 \begin_layout Standard
33708 \begin_inset Graphics
33709         filename clipart/MacroToolbar.png
33710
33711 \end_inset
33712
33713
33714 \begin_inset Index idx
33715 status collapsed
33716
33717 \begin_layout Plain Layout
33718 Macros ! Toolbar
33719 \end_layout
33720
33721 \end_inset
33722
33723
33724 \end_layout
33725
33726 \begin_layout Standard
33727 \begin_inset VSpace defskip
33728 \end_inset
33729
33730
33731 \end_layout
33732
33733 \begin_layout Standard
33734 The macro toolbar contains from left to right the following buttons:
33735 \end_layout
33736
33737 \begin_layout Standard
33738 \begin_inset VSpace defskip
33739 \end_inset
33740
33741
33742 \end_layout
33743
33744 \begin_layout Standard
33745 \begin_inset Tabular
33746 <lyxtabular version="3" rows="9" columns="2">
33747 <features islongtable="true" longtabularalignment="center">
33748 <column alignment="left" valignment="top">
33749 <column alignment="left" valignment="top" width="85col%">
33750 <row interlinespace="2.5mm">
33751 <cell alignment="center" valignment="top" usebox="none">
33752 \begin_inset Text
33753
33754 \begin_layout Plain Layout
33755 \begin_inset Info
33756 type  "icon"
33757 arg   "math-macro-remove-param"
33758 \end_inset
33759
33760
33761 \end_layout
33762
33763 \end_inset
33764 </cell>
33765 <cell alignment="center" valignment="top" usebox="none">
33766 \begin_inset Text
33767
33768 \begin_layout Plain Layout
33769
33770 \family sans
33771 Edit\SpecialChar menuseparator
33772 Math\SpecialChar menuseparator
33773 Macro
33774 \begin_inset space ~
33775 \end_inset
33776
33777 Definition\SpecialChar menuseparator
33778 Remove Last Argument
33779 \end_layout
33780
33781 \end_inset
33782 </cell>
33783 </row>
33784 <row interlinespace="2.5mm">
33785 <cell alignment="center" valignment="top" usebox="none">
33786 \begin_inset Text
33787
33788 \begin_layout Plain Layout
33789 \begin_inset Info
33790 type  "icon"
33791 arg   "math-macro-add-param"
33792 \end_inset
33793
33794
33795 \end_layout
33796
33797 \end_inset
33798 </cell>
33799 <cell alignment="center" valignment="top" usebox="none">
33800 \begin_inset Text
33801
33802 \begin_layout Plain Layout
33803
33804 \family sans
33805 Edit\SpecialChar menuseparator
33806 Math\SpecialChar menuseparator
33807 Macro
33808 \begin_inset space ~
33809 \end_inset
33810
33811 Definition\SpecialChar menuseparator
33812 Append Argument
33813 \end_layout
33814
33815 \end_inset
33816 </cell>
33817 </row>
33818 <row interlinespace="2.5mm">
33819 <cell alignment="center" valignment="top" usebox="none">
33820 \begin_inset Text
33821
33822 \begin_layout Plain Layout
33823 \begin_inset Info
33824 type  "icon"
33825 arg   "math-macro-make-optional"
33826 \end_inset
33827
33828
33829 \end_layout
33830
33831 \end_inset
33832 </cell>
33833 <cell alignment="center" valignment="top" usebox="none">
33834 \begin_inset Text
33835
33836 \begin_layout Plain Layout
33837
33838 \family sans
33839 Edit\SpecialChar menuseparator
33840 Math\SpecialChar menuseparator
33841 Macro
33842 \begin_inset space ~
33843 \end_inset
33844
33845 Definition\SpecialChar menuseparator
33846 Transform First Non-Optional to
33847 \begin_inset Newline newline
33848 \end_inset
33849
33850
33851 \begin_inset Phantom HPhantom
33852 status open
33853
33854 \begin_layout Plain Layout
33855
33856 \family sans
33857 Edit\SpecialChar menuseparator
33858 Math\SpecialChar menuseparator
33859 Macro
33860 \begin_inset space ~
33861 \end_inset
33862
33863 Definition\SpecialChar menuseparator
33864
33865 \end_layout
33866
33867 \end_inset
33868
33869 Optional Argument
33870 \end_layout
33871
33872 \end_inset
33873 </cell>
33874 </row>
33875 <row interlinespace="2.5mm">
33876 <cell alignment="center" valignment="top" usebox="none">
33877 \begin_inset Text
33878
33879 \begin_layout Plain Layout
33880 \begin_inset Info
33881 type  "icon"
33882 arg   "math-macro-make-nonoptional"
33883 \end_inset
33884
33885
33886 \end_layout
33887
33888 \end_inset
33889 </cell>
33890 <cell alignment="center" valignment="top" usebox="none">
33891 \begin_inset Text
33892
33893 \begin_layout Plain Layout
33894
33895 \family sans
33896 Edit\SpecialChar menuseparator
33897 Math\SpecialChar menuseparator
33898 Macro
33899 \begin_inset space ~
33900 \end_inset
33901
33902 Definition\SpecialChar menuseparator
33903 Transform Last Optional to
33904 \begin_inset Newline newline
33905 \end_inset
33906
33907
33908 \begin_inset Phantom HPhantom
33909 status open
33910
33911 \begin_layout Plain Layout
33912
33913 \family sans
33914 Edit\SpecialChar menuseparator
33915 Math\SpecialChar menuseparator
33916 Macro
33917 \begin_inset space ~
33918 \end_inset
33919
33920 Definition\SpecialChar menuseparator
33921
33922 \end_layout
33923
33924 \end_inset
33925
33926 Non-Optional Argument
33927 \end_layout
33928
33929 \end_inset
33930 </cell>
33931 </row>
33932 <row interlinespace="2.5mm">
33933 <cell alignment="center" valignment="top" usebox="none">
33934 \begin_inset Text
33935
33936 \begin_layout Plain Layout
33937 \begin_inset Info
33938 type  "icon"
33939 arg   "math-macro-remove-optional-param"
33940 \end_inset
33941
33942
33943 \end_layout
33944
33945 \end_inset
33946 </cell>
33947 <cell alignment="center" valignment="top" usebox="none">
33948 \begin_inset Text
33949
33950 \begin_layout Plain Layout
33951
33952 \family sans
33953 Edit\SpecialChar menuseparator
33954 Math\SpecialChar menuseparator
33955 Macro
33956 \begin_inset space ~
33957 \end_inset
33958
33959 Definition\SpecialChar menuseparator
33960 Remove Optional Argument
33961 \end_layout
33962
33963 \end_inset
33964 </cell>
33965 </row>
33966 <row interlinespace="2.5mm">
33967 <cell alignment="center" valignment="top" usebox="none">
33968 \begin_inset Text
33969
33970 \begin_layout Plain Layout
33971 \begin_inset Info
33972 type  "icon"
33973 arg   "math-macro-add-optional-param"
33974 \end_inset
33975
33976
33977 \end_layout
33978
33979 \end_inset
33980 </cell>
33981 <cell alignment="center" valignment="top" usebox="none">
33982 \begin_inset Text
33983
33984 \begin_layout Plain Layout
33985
33986 \family sans
33987 Edit\SpecialChar menuseparator
33988 Math\SpecialChar menuseparator
33989 Macro
33990 \begin_inset space ~
33991 \end_inset
33992
33993 Definition\SpecialChar menuseparator
33994 Insert Optional Argument
33995 \end_layout
33996
33997 \end_inset
33998 </cell>
33999 </row>
34000 <row interlinespace="2.5mm">
34001 <cell alignment="center" valignment="top" usebox="none">
34002 \begin_inset Text
34003
34004 \begin_layout Plain Layout
34005 \begin_inset Info
34006 type  "icon"
34007 arg   "math-macro-remove-greedy-param"
34008 \end_inset
34009
34010
34011 \end_layout
34012
34013 \end_inset
34014 </cell>
34015 <cell alignment="center" valignment="top" usebox="none">
34016 \begin_inset Text
34017
34018 \begin_layout Plain Layout
34019
34020 \family sans
34021 Edit\SpecialChar menuseparator
34022 Math\SpecialChar menuseparator
34023 Macro
34024 \begin_inset space ~
34025 \end_inset
34026
34027 Definition\SpecialChar menuseparator
34028 Remove Last Argument
34029 \begin_inset Newline newline
34030 \end_inset
34031
34032
34033 \begin_inset Phantom HPhantom
34034 status open
34035
34036 \begin_layout Plain Layout
34037
34038 \family sans
34039 Edit\SpecialChar menuseparator
34040 Math\SpecialChar menuseparator
34041 Macro
34042 \begin_inset space ~
34043 \end_inset
34044
34045 Definition\SpecialChar menuseparator
34046
34047 \end_layout
34048
34049 \end_inset
34050
34051 Spitting Out To The Right
34052 \end_layout
34053
34054 \end_inset
34055 </cell>
34056 </row>
34057 <row interlinespace="2.5mm">
34058 <cell alignment="center" valignment="top" usebox="none">
34059 \begin_inset Text
34060
34061 \begin_layout Plain Layout
34062 \begin_inset Info
34063 type  "icon"
34064 arg   "math-macro-append-greedy-param"
34065 \end_inset
34066
34067
34068 \end_layout
34069
34070 \end_inset
34071 </cell>
34072 <cell alignment="center" valignment="top" usebox="none">
34073 \begin_inset Text
34074
34075 \begin_layout Plain Layout
34076
34077 \family sans
34078 Edit\SpecialChar menuseparator
34079 Math\SpecialChar menuseparator
34080 Macro
34081 \begin_inset space ~
34082 \end_inset
34083
34084 Definition\SpecialChar menuseparator
34085 Append Argument
34086 \begin_inset Newline newline
34087 \end_inset
34088
34089
34090 \begin_inset Phantom HPhantom
34091 status open
34092
34093 \begin_layout Plain Layout
34094
34095 \family sans
34096 Edit\SpecialChar menuseparator
34097 Math\SpecialChar menuseparator
34098 Macro
34099 \begin_inset space ~
34100 \end_inset
34101
34102 Definition\SpecialChar menuseparator
34103
34104 \end_layout
34105
34106 \end_inset
34107
34108 Eating From The Right
34109 \end_layout
34110
34111 \end_inset
34112 </cell>
34113 </row>
34114 <row interlinespace="2.5mm">
34115 <cell alignment="center" valignment="top" usebox="none">
34116 \begin_inset Text
34117
34118 \begin_layout Plain Layout
34119 \begin_inset Info
34120 type  "icon"
34121 arg   "math-macro-add-greedy-optional-param"
34122 \end_inset
34123
34124
34125 \end_layout
34126
34127 \end_inset
34128 </cell>
34129 <cell alignment="center" valignment="top" usebox="none">
34130 \begin_inset Text
34131
34132 \begin_layout Plain Layout
34133
34134 \family sans
34135 Edit\SpecialChar menuseparator
34136 Math\SpecialChar menuseparator
34137 Macro
34138 \begin_inset space ~
34139 \end_inset
34140
34141 Definition\SpecialChar menuseparator
34142 Append Optional Argument
34143 \begin_inset Newline newline
34144 \end_inset
34145
34146
34147 \begin_inset Phantom HPhantom
34148 status open
34149
34150 \begin_layout Plain Layout
34151
34152 \family sans
34153 Edit\SpecialChar menuseparator
34154 Math\SpecialChar menuseparator
34155 Macro
34156 \begin_inset space ~
34157 \end_inset
34158
34159 Definition\SpecialChar menuseparator
34160
34161 \end_layout
34162
34163 \end_inset
34164
34165 Eating From The Right
34166 \end_layout
34167
34168 \end_inset
34169 </cell>
34170 </row>
34171 </lyxtabular>
34172
34173 \end_inset
34174
34175
34176 \end_layout
34177
34178 \begin_layout Section
34179 Computer Algebra Systems
34180 \end_layout
34181
34182 \begin_layout Standard
34183 \SpecialChar LyX
34184  offers the exchange between mathematical expressions written in \SpecialChar LyX
34185 's math
34186  editor and external applications or user defined scripts.
34187  Currently supported applications are 
34188 \family sans
34189 Maple
34190 \family default
34191
34192 \family sans
34193 Mathematica
34194 \family default
34195
34196 \family sans
34197 Maxima
34198 \family default
34199  and 
34200 \family sans
34201 Octave
34202 \family default
34203 .
34204  Note that the set of supported mathematical constructs is limited only
34205  to very simple cases.
34206 \end_layout
34207
34208 \begin_layout Subsection
34209 Usage
34210 \end_layout
34211
34212 \begin_layout Standard
34213 Write some expression in a formula, go to the 
34214 \family sans
34215 Edit\SpecialChar menuseparator
34216 Math\SpecialChar menuseparator
34217 Use Computer Algebra System
34218 \family default
34219  menu and choose the application you have installed on the computer.
34220  After that the result of computation should show on the right side of the
34221  expression together with the 
34222 \begin_inset Quotes eld
34223 \end_inset
34224
34225 =
34226 \begin_inset Quotes erd
34227 \end_inset
34228
34229  operator.
34230 \end_layout
34231
34232 \begin_layout Standard
34233 Here are few simple examples (with results from 
34234 \family typewriter
34235 Maxima
34236 \family default
34237 ) to show what kind of computations can be performed:
34238 \end_layout
34239
34240 \begin_layout Itemize
34241 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34242 \end_inset
34243
34244
34245 \end_layout
34246
34247 \begin_layout Itemize
34248 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34249 \end_inset
34250
34251
34252 \end_layout
34253
34254 \begin_layout Itemize
34255 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34256 \end_inset
34257
34258
34259 \end_layout
34260
34261 \begin_layout Itemize
34262 \begin_inset Formula $\det\left[\begin{array}{ccc}
34263 1 & 6 & 7\\
34264 2 & 5 & 8\\
34265 3 & 4 & 17
34266 \end{array}\right]=-56$
34267 \end_inset
34268
34269
34270 \end_layout
34271
34272 \begin_layout Itemize
34273 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34274 \end_inset
34275
34276
34277 \end_layout
34278
34279 \begin_layout Subsection
34280 Keyboard shortcut
34281 \end_layout
34282
34283 \begin_layout Standard
34284 Currently there is no keyboard shortcut for calling the algebra applications.
34285  One can easily bind a shortcut to the 
34286 \family sans
34287 math-extern
34288 \family default
34289  \SpecialChar LyX
34290  function (see the 
34291 \family sans
34292 \emph on
34293 \SpecialChar LyX
34294  Functions
34295 \family default
34296 \emph default
34297  manual).
34298  One could e.
34299 \begin_inset space \thinspace{}
34300 \end_inset
34301
34302 g.
34303 \begin_inset space \space{}
34304 \end_inset
34305
34306 bind the 
34307 \family sans
34308 Return
34309 \family default
34310  key inside the math editor.
34311  To bind it to 
34312 \family typewriter
34313 Maxima
34314 \family default
34315  one would use this shortcut definition command:
34316 \end_layout
34317
34318 \begin_layout Standard
34319
34320 \series bold
34321 command-alternatives paragraph-break;math-extern maxima
34322 \end_layout
34323
34324 \begin_layout Section
34325 Miscellaneous
34326 \begin_inset Index idx
34327 status collapsed
34328
34329 \begin_layout Plain Layout
34330 Miscellaneous
34331 \end_layout
34332
34333 \end_inset
34334
34335
34336 \end_layout
34337
34338 \begin_layout Subsection
34339 Negative Numbers
34340 \begin_inset Index idx
34341 status collapsed
34342
34343 \begin_layout Plain Layout
34344 Numbers ! negative
34345 \end_layout
34346
34347 \end_inset
34348
34349
34350 \end_layout
34351
34352 \begin_layout Standard
34353 Negative numbers often look ugly in formulas because the minus sign before
34354  the number is set with the same length as the minus operator sign.
34355  When writing the negative number in normal text, the minus sign appears
34356  correctly.
34357 \end_layout
34358
34359 \begin_layout Standard
34360 Thus, the problem disappears when converting the minus sign to mathematical
34361  text.
34362 \end_layout
34363
34364 \begin_layout Standard
34365 An example to visualize the problem:
34366 \begin_inset Separator parbreak
34367 \end_inset
34368
34369
34370 \end_layout
34371
34372 \begin_layout Standard
34373 \align center
34374 \begin_inset Tabular
34375 <lyxtabular version="3" rows="3" columns="2">
34376 <features booktabs="true" tabularvalignment="middle">
34377 <column alignment="right" valignment="top" width="0pt">
34378 <column alignment="left" valignment="top">
34379 <row>
34380 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
34381 \begin_inset Text
34382
34383 \begin_layout Plain Layout
34384 normal text:
34385 \end_layout
34386
34387 \end_inset
34388 </cell>
34389 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34390 \begin_inset Text
34391
34392 \begin_layout Plain Layout
34393 x = -2
34394 \end_layout
34395
34396 \end_inset
34397 </cell>
34398 </row>
34399 <row>
34400 <cell alignment="right" valignment="top" leftline="true" usebox="none">
34401 \begin_inset Text
34402
34403 \begin_layout Plain Layout
34404 formula:
34405 \end_layout
34406
34407 \end_inset
34408 </cell>
34409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34410 \begin_inset Text
34411
34412 \begin_layout Plain Layout
34413 \begin_inset Formula $x=-2$
34414 \end_inset
34415
34416
34417 \end_layout
34418
34419 \end_inset
34420 </cell>
34421 </row>
34422 <row>
34423 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34424 \begin_inset Text
34425
34426 \begin_layout Plain Layout
34427 solution:
34428 \end_layout
34429
34430 \end_inset
34431 </cell>
34432 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34433 \begin_inset Text
34434
34435 \begin_layout Plain Layout
34436 \begin_inset Formula $x=\textrm{-}2$
34437 \end_inset
34438
34439
34440 \end_layout
34441
34442 \end_inset
34443 </cell>
34444 </row>
34445 </lyxtabular>
34446
34447 \end_inset
34448
34449
34450 \end_layout
34451
34452 \begin_layout Subsection
34453 Comma as decimal Separator
34454 \begin_inset Index idx
34455 status collapsed
34456
34457 \begin_layout Plain Layout
34458 Comma
34459 \end_layout
34460
34461 \end_inset
34462
34463
34464 \end_layout
34465
34466 \begin_layout Standard
34467 In \SpecialChar LaTeX
34468  a comma inside a formula is used, according to the English convention,
34469  as number group separator.
34470  So there will be space added behind all commas in formulas.
34471 \end_layout
34472
34473 \begin_layout Standard
34474 To avoid this, the comma is highlighted and changed to mathematical text
34475  (shortcut 
34476 \begin_inset Info
34477 type  "shortcut"
34478 arg   "math-mode"
34479 \end_inset
34480
34481 ).
34482 \end_layout
34483
34484 \begin_layout Standard
34485 To use all formula commas in the document as decimal separator, the file
34486  
34487 \series bold
34488 icomma.sty
34489 \series default
34490
34491 \begin_inset Foot
34492 status collapsed
34493
34494 \begin_layout Plain Layout
34495
34496 \series bold
34497 icomma
34498 \series default
34499  is part of the \SpecialChar LaTeX
34500 -package 
34501 \series bold
34502 was
34503 \series default
34504
34505 \begin_inset Index idx
34506 status collapsed
34507
34508 \begin_layout Plain Layout
34509 Packages ! was
34510 \begin_inset ERT
34511 status collapsed
34512
34513 \begin_layout Plain Layout
34514
34515
34516 \backslash
34517 vspace{4mm}
34518 \end_layout
34519
34520 \end_inset
34521
34522
34523 \end_layout
34524
34525 \end_inset
34526
34527 .
34528 \end_layout
34529
34530 \end_inset
34531
34532
34533 \begin_inset Index idx
34534 status collapsed
34535
34536 \begin_layout Plain Layout
34537 Packages ! icomma
34538 \end_layout
34539
34540 \end_inset
34541
34542  is loaded with the \SpecialChar LaTeX
34543 -preamble line
34544 \end_layout
34545
34546 \begin_layout Standard
34547
34548 \series bold
34549
34550 \backslash
34551 usepackage{icomma}
34552 \end_layout
34553
34554 \begin_layout Subsection
34555 Physical Vectors
34556 \begin_inset CommandInset label
34557 LatexCommand label
34558 name "subsec:Physical-Vectors"
34559
34560 \end_inset
34561
34562
34563 \begin_inset Index idx
34564 status collapsed
34565
34566 \begin_layout Plain Layout
34567 Vectors ! physical
34568 \end_layout
34569
34570 \end_inset
34571
34572
34573 \end_layout
34574
34575 \begin_layout Standard
34576 Predefined vectors are offered by the \SpecialChar LaTeX
34577 -package 
34578 \series bold
34579 braket
34580 \series default
34581
34582 \begin_inset Index idx
34583 status collapsed
34584
34585 \begin_layout Plain Layout
34586 Packages ! braket
34587 \end_layout
34588
34589 \end_inset
34590
34591  that is loaded with the \SpecialChar LaTeX
34592 -preamble line
34593 \end_layout
34594
34595 \begin_layout Standard
34596
34597 \series bold
34598
34599 \backslash
34600 usepackage{braket}
34601 \end_layout
34602
34603 \begin_layout Standard
34604 \begin_inset ERT
34605 status collapsed
34606
34607 \begin_layout Plain Layout
34608
34609
34610 \backslash
34611 ifbraket 
34612 \end_layout
34613
34614 \end_inset
34615
34616
34617 \begin_inset Note Note
34618 status open
34619
34620 \begin_layout Plain Layout
34621 The following table will only be displayed when the \SpecialChar LaTeX
34622 -package 
34623 \series bold
34624 braket
34625 \series default
34626  is installed.
34627 \end_layout
34628
34629 \end_inset
34630
34631
34632 \end_layout
34633
34634 \begin_layout Standard
34635 The following commands are defined:
34636 \begin_inset Separator parbreak
34637 \end_inset
34638
34639
34640 \end_layout
34641
34642 \begin_layout Standard
34643 \align center
34644 \begin_inset Tabular
34645 <lyxtabular version="3" rows="4" columns="2">
34646 <features booktabs="true" tabularvalignment="middle">
34647 <column alignment="center" valignment="top" width="0pt">
34648 <column alignment="center" valignment="top">
34649 <row>
34650 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34651 \begin_inset Text
34652
34653 \begin_layout Plain Layout
34654 Command
34655 \end_layout
34656
34657 \end_inset
34658 </cell>
34659 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34660 \begin_inset Text
34661
34662 \begin_layout Plain Layout
34663 Result
34664 \end_layout
34665
34666 \end_inset
34667 </cell>
34668 </row>
34669 <row>
34670 <cell alignment="center" valignment="top" usebox="none">
34671 \begin_inset Text
34672
34673 \begin_layout Plain Layout
34674
34675 \backslash
34676 Bra{
34677 \backslash
34678 psi
34679 \end_layout
34680
34681 \end_inset
34682 </cell>
34683 <cell alignment="center" valignment="top" usebox="none">
34684 \begin_inset Text
34685
34686 \begin_layout Plain Layout
34687 \begin_inset Formula $\Bra{\psi}$
34688 \end_inset
34689
34690
34691 \end_layout
34692
34693 \end_inset
34694 </cell>
34695 </row>
34696 <row>
34697 <cell alignment="center" valignment="top" usebox="none">
34698 \begin_inset Text
34699
34700 \begin_layout Plain Layout
34701
34702 \backslash
34703 Ket{
34704 \backslash
34705 psi
34706 \end_layout
34707
34708 \end_inset
34709 </cell>
34710 <cell alignment="center" valignment="top" usebox="none">
34711 \begin_inset Text
34712
34713 \begin_layout Plain Layout
34714 \begin_inset Formula $\Ket{\psi}$
34715 \end_inset
34716
34717
34718 \end_layout
34719
34720 \end_inset
34721 </cell>
34722 </row>
34723 <row>
34724 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34725 \begin_inset Text
34726
34727 \begin_layout Plain Layout
34728
34729 \backslash
34730 Braket{
34731 \backslash
34732 psi|
34733 \backslash
34734 phi
34735 \end_layout
34736
34737 \end_inset
34738 </cell>
34739 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34740 \begin_inset Text
34741
34742 \begin_layout Plain Layout
34743 \begin_inset Formula $\Braket{\psi|\phi}$
34744 \end_inset
34745
34746
34747 \end_layout
34748
34749 \end_inset
34750 </cell>
34751 </row>
34752 </lyxtabular>
34753
34754 \end_inset
34755
34756
34757 \end_layout
34758
34759 \begin_layout Standard
34760 The command 
34761 \series bold
34762
34763 \backslash
34764 Braket
34765 \series default
34766  assures that all vertical bars are set in the size of the surrounding brackets:
34767 \begin_inset Formula 
34768 \[
34769 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
34770 \]
34771
34772 \end_inset
34773
34774
34775 \begin_inset ERT
34776 status collapsed
34777
34778 \begin_layout Plain Layout
34779
34780
34781 \backslash
34782 else 
34783 \end_layout
34784
34785 \end_inset
34786
34787
34788 \begin_inset Note Note
34789 status open
34790
34791 \begin_layout Plain Layout
34792 The following will be displayed when the \SpecialChar LaTeX
34793 -package 
34794 \series bold
34795 braket
34796 \series default
34797  is not installed:
34798 \end_layout
34799
34800 \end_inset
34801
34802
34803 \end_layout
34804
34805 \begin_layout Standard
34806 You need to install the \SpecialChar LaTeX
34807 -package 
34808 \series bold
34809 braket
34810 \series default
34811  to see the rest of this subsection in the output.
34812 \end_layout
34813
34814 \begin_layout Standard
34815 \begin_inset ERT
34816 status collapsed
34817
34818 \begin_layout Plain Layout
34819
34820
34821 \backslash
34822 fi 
34823 \end_layout
34824
34825 \end_inset
34826
34827
34828 \end_layout
34829
34830 \begin_layout Standard
34831 The effect of 
34832 \series bold
34833
34834 \backslash
34835 Braket
34836 \series default
34837  can also be achieved using the command 
34838 \series bold
34839
34840 \backslash
34841 middle
34842 \series default
34843 , that is described in 
34844 \begin_inset CommandInset ref
34845 LatexCommand ref
34846 reference "subsec:Automatic-Bracket-Size"
34847
34848 \end_inset
34849
34850 .
34851 \end_layout
34852
34853 \begin_layout Subsection
34854 Self-defined Fractions
34855 \begin_inset CommandInset label
34856 LatexCommand label
34857 name "subsec:Self-defined-Fractions"
34858
34859 \end_inset
34860
34861
34862 \begin_inset Index idx
34863 status collapsed
34864
34865 \begin_layout Plain Layout
34866 Fractions ! self-defined
34867 \end_layout
34868
34869 \end_inset
34870
34871
34872 \end_layout
34873
34874 \begin_layout Standard
34875 To define custom commands for fractions, the command 
34876 \series bold
34877
34878 \backslash
34879 genfrac
34880 \series default
34881
34882 \begin_inset Index idx
34883 status collapsed
34884
34885 \begin_layout Plain Layout
34886 Commands ! G ! 
34887 \backslash
34888 genfrac
34889 \begin_inset ERT
34890 status collapsed
34891
34892 \begin_layout Plain Layout
34893
34894
34895 \backslash
34896 vspace{4mm}
34897 \end_layout
34898
34899 \end_inset
34900
34901
34902 \end_layout
34903
34904 \end_inset
34905
34906  is used in the following scheme:
34907 \end_layout
34908
34909 \begin_layout Standard
34910
34911 \series bold
34912
34913 \backslash
34914 genfrac{left
34915 \series default
34916  
34917 \series bold
34918 bracket}{right
34919 \series default
34920  
34921 \series bold
34922 bracket}{fraction bar thickness}{style}
34923 \begin_inset Newline newline
34924 \end_inset
34925
34926
34927 \begin_inset Phantom HPhantom
34928 status open
34929
34930 \begin_layout Plain Layout
34931
34932 \series bold
34933
34934 \backslash
34935 genfrac
34936 \end_layout
34937
34938 \end_inset
34939
34940 {numerator}{denominator}
34941 \end_layout
34942
34943 \begin_layout Standard
34944 The style is a number in the range of 0
34945 \begin_inset space \thinspace{}
34946 \end_inset
34947
34948 -
34949 \begin_inset space \thinspace{}
34950 \end_inset
34951
34952 3.
34953 \begin_inset Separator parbreak
34954 \end_inset
34955
34956
34957 \end_layout
34958
34959 \begin_layout Standard
34960 \align center
34961 \begin_inset Tabular
34962 <lyxtabular version="3" rows="5" columns="2">
34963 <features booktabs="true" tabularvalignment="middle">
34964 <column alignment="center" valignment="top" width="0pt">
34965 <column alignment="center" valignment="top">
34966 <row>
34967 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34968 \begin_inset Text
34969
34970 \begin_layout Plain Layout
34971 Number
34972 \end_layout
34973
34974 \end_inset
34975 </cell>
34976 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34977 \begin_inset Text
34978
34979 \begin_layout Plain Layout
34980 Style (Size)
34981 \end_layout
34982
34983 \end_inset
34984 </cell>
34985 </row>
34986 <row>
34987 <cell alignment="center" valignment="top" usebox="none">
34988 \begin_inset Text
34989
34990 \begin_layout Plain Layout
34991 0
34992 \end_layout
34993
34994 \end_inset
34995 </cell>
34996 <cell alignment="center" valignment="top" usebox="none">
34997 \begin_inset Text
34998
34999 \begin_layout Plain Layout
35000 display style formula
35001 \end_layout
35002
35003 \end_inset
35004 </cell>
35005 </row>
35006 <row>
35007 <cell alignment="center" valignment="top" usebox="none">
35008 \begin_inset Text
35009
35010 \begin_layout Plain Layout
35011 1
35012 \end_layout
35013
35014 \end_inset
35015 </cell>
35016 <cell alignment="center" valignment="top" usebox="none">
35017 \begin_inset Text
35018
35019 \begin_layout Plain Layout
35020 inline formula
35021 \end_layout
35022
35023 \end_inset
35024 </cell>
35025 </row>
35026 <row>
35027 <cell alignment="center" valignment="top" usebox="none">
35028 \begin_inset Text
35029
35030 \begin_layout Plain Layout
35031 2
35032 \end_layout
35033
35034 \end_inset
35035 </cell>
35036 <cell alignment="center" valignment="top" usebox="none">
35037 \begin_inset Text
35038
35039 \begin_layout Plain Layout
35040 small
35041 \end_layout
35042
35043 \end_inset
35044 </cell>
35045 </row>
35046 <row>
35047 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35048 \begin_inset Text
35049
35050 \begin_layout Plain Layout
35051 3
35052 \end_layout
35053
35054 \end_inset
35055 </cell>
35056 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35057 \begin_inset Text
35058
35059 \begin_layout Plain Layout
35060 tiny
35061 \end_layout
35062
35063 \end_inset
35064 </cell>
35065 </row>
35066 </lyxtabular>
35067
35068 \end_inset
35069
35070
35071 \end_layout
35072
35073 \begin_layout Standard
35074 When no style is given, the size is adjusted to the surrounding environment
35075  like for the command 
35076 \series bold
35077
35078 \backslash
35079 frac
35080 \series default
35081 .
35082 \end_layout
35083
35084 \begin_layout Standard
35085 When no fraction bar thickness is given, the predefined value of 0.4
35086 \begin_inset space \thinspace{}
35087 \end_inset
35088
35089 pt will be used.
35090 \end_layout
35091
35092 \begin_layout Standard
35093 \begin_inset VSpace medskip
35094 \end_inset
35095
35096 For example, the commands 
35097 \series bold
35098
35099 \backslash
35100 dfrac
35101 \series default
35102  and 
35103 \series bold
35104
35105 \backslash
35106 tbinom
35107 \series default
35108  from 
35109 \begin_inset CommandInset ref
35110 LatexCommand ref
35111 reference "subsec:Fractions"
35112
35113 \end_inset
35114
35115  are defined with the commands
35116 \end_layout
35117
35118 \begin_layout Standard
35119
35120 \series bold
35121
35122 \backslash
35123 newcommand{
35124 \backslash
35125 dfrac}[2]{
35126 \backslash
35127 genfrac{}{}{}{0}{#1}{#2}}
35128 \end_layout
35129
35130 \begin_layout Standard
35131 and
35132 \end_layout
35133
35134 \begin_layout Standard
35135
35136 \series bold
35137
35138 \backslash
35139 newcommand{
35140 \backslash
35141 tbinom}[2]{
35142 \backslash
35143 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35144 \end_layout
35145
35146 \begin_layout Standard
35147 \begin_inset VSpace medskip
35148 \end_inset
35149
35150 To define a fraction where the fraction bar thickness can be given as optional
35151  argument, the following line is inserted to the \SpecialChar LaTeX
35152 -preamble:
35153 \end_layout
35154
35155 \begin_layout Standard
35156
35157 \series bold
35158
35159 \backslash
35160 newcommand{
35161 \backslash
35162 fracS}[3][]{
35163 \backslash
35164 genfrac{}{}{#1}{}{#2}{#3}}
35165 \end_layout
35166
35167 \begin_layout Standard
35168 A test:
35169 \begin_inset Formula 
35170 \begin{align*}
35171 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35172 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35173 \end{align*}
35174
35175 \end_inset
35176
35177 As one can see, the distance of the numerator and the denominator to the
35178  fraction bar is round about three times the bar thickness.
35179 \end_layout
35180
35181 \begin_layout Subsection
35182 Canceled Formulas
35183 \begin_inset Index idx
35184 status collapsed
35185
35186 \begin_layout Plain Layout
35187 Formula ! canceled
35188 \end_layout
35189
35190 \end_inset
35191
35192
35193 \end_layout
35194
35195 \begin_layout Standard
35196 There are four ways to cancel formulas or parts of formulas:
35197 \end_layout
35198
35199 \begin_layout Standard
35200 \begin_inset ERT
35201 status collapsed
35202
35203 \begin_layout Plain Layout
35204
35205
35206 \backslash
35207 ifcancel 
35208 \end_layout
35209
35210 \end_inset
35211
35212
35213 \begin_inset Note Note
35214 status open
35215
35216 \begin_layout Plain Layout
35217 The following table will only be displayed when the \SpecialChar LaTeX
35218 -package 
35219 \series bold
35220 cancel
35221 \series default
35222  is installed.
35223 \end_layout
35224
35225 \end_inset
35226
35227
35228 \begin_inset Separator parbreak
35229 \end_inset
35230
35231
35232 \end_layout
35233
35234 \begin_layout Standard
35235 \align center
35236 \begin_inset Tabular
35237 <lyxtabular version="3" rows="5" columns="2">
35238 <features booktabs="true" tabularvalignment="middle">
35239 <column alignment="center" valignment="top" width="0pt">
35240 <column alignment="center" valignment="top">
35241 <row>
35242 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35243 \begin_inset Text
35244
35245 \begin_layout Plain Layout
35246 Command
35247 \end_layout
35248
35249 \end_inset
35250 </cell>
35251 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35252 \begin_inset Text
35253
35254 \begin_layout Plain Layout
35255 Result
35256 \end_layout
35257
35258 \end_inset
35259 </cell>
35260 </row>
35261 <row>
35262 <cell alignment="center" valignment="top" usebox="none">
35263 \begin_inset Text
35264
35265 \begin_layout Plain Layout
35266
35267 \backslash
35268 cancel
35269 \begin_inset space \textvisiblespace{}
35270 \end_inset
35271
35272
35273 \backslash
35274 int
35275 \begin_inset space \textvisiblespace{}
35276 \end_inset
35277
35278 A=B
35279 \end_layout
35280
35281 \end_inset
35282 </cell>
35283 <cell alignment="center" valignment="top" usebox="none">
35284 \begin_inset Text
35285
35286 \begin_layout Plain Layout
35287 \begin_inset Formula $\cancel{\int A=B}$
35288 \end_inset
35289
35290
35291 \end_layout
35292
35293 \end_inset
35294 </cell>
35295 </row>
35296 <row topspace="1.5mm">
35297 <cell alignment="center" valignment="top" usebox="none">
35298 \begin_inset Text
35299
35300 \begin_layout Plain Layout
35301
35302 \backslash
35303 bcancel
35304 \begin_inset space \textvisiblespace{}
35305 \end_inset
35306
35307
35308 \backslash
35309 int
35310 \begin_inset space \textvisiblespace{}
35311 \end_inset
35312
35313 A=B
35314 \end_layout
35315
35316 \end_inset
35317 </cell>
35318 <cell alignment="center" valignment="top" usebox="none">
35319 \begin_inset Text
35320
35321 \begin_layout Plain Layout
35322 \begin_inset Formula $\bcancel{\int A=B}$
35323 \end_inset
35324
35325
35326 \end_layout
35327
35328 \end_inset
35329 </cell>
35330 </row>
35331 <row topspace="1.5mm">
35332 <cell alignment="center" valignment="top" usebox="none">
35333 \begin_inset Text
35334
35335 \begin_layout Plain Layout
35336
35337 \backslash
35338 xcancel
35339 \begin_inset space \textvisiblespace{}
35340 \end_inset
35341
35342
35343 \backslash
35344 int
35345 \begin_inset space \textvisiblespace{}
35346 \end_inset
35347
35348 A=B
35349 \end_layout
35350
35351 \end_inset
35352 </cell>
35353 <cell alignment="center" valignment="top" usebox="none">
35354 \begin_inset Text
35355
35356 \begin_layout Plain Layout
35357 \begin_inset Formula $\xcancel{\int A=B}$
35358 \end_inset
35359
35360
35361 \end_layout
35362
35363 \end_inset
35364 </cell>
35365 </row>
35366 <row>
35367 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35368 \begin_inset Text
35369
35370 \begin_layout Plain Layout
35371
35372 \backslash
35373 cancelto
35374 \begin_inset space \textvisiblespace{}
35375 \end_inset
35376
35377
35378 \backslash
35379 int
35380 \begin_inset space \textvisiblespace{}
35381 \end_inset
35382
35383 A=B
35384 \begin_inset Formula $\to$
35385 \end_inset
35386
35387 1
35388 \end_layout
35389
35390 \end_inset
35391 </cell>
35392 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35393 \begin_inset Text
35394
35395 \begin_layout Plain Layout
35396 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
35397 \end_inset
35398
35399
35400 \end_layout
35401
35402 \end_inset
35403 </cell>
35404 </row>
35405 </lyxtabular>
35406
35407 \end_inset
35408
35409
35410 \end_layout
35411
35412 \begin_layout Standard
35413
35414 \series bold
35415
35416 \backslash
35417 cancelto
35418 \series default
35419  is especially suitable to visualize the reduction of fractions within formulas:
35420 \begin_inset Formula 
35421 \[
35422 \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}}}
35423 \]
35424
35425 \end_inset
35426
35427
35428 \end_layout
35429
35430 \begin_layout Standard
35431 To change the size of 
35432 \series bold
35433
35434 \backslash
35435 cancelto
35436 \series default
35437 's 
35438 \begin_inset Quotes eld
35439 \end_inset
35440
35441 subscript
35442 \begin_inset Quotes erd
35443 \end_inset
35444
35445  value one can add the \SpecialChar LaTeX
35446 -preamble line
35447 \end_layout
35448
35449 \begin_layout Standard
35450
35451 \series bold
35452
35453 \backslash
35454 PassOptionsToPackage{option}{cancel}
35455 \end_layout
35456
35457 \begin_layout Standard
35458 where 
35459 \series bold
35460 option
35461 \series default
35462  is either 
35463 \series bold
35464 samesize
35465 \series default
35466  which leads to the same size as for the canceled value, or 
35467 \series bold
35468 Smaller
35469 \series default
35470  which makes is it a bit smaller than normal.
35471 \end_layout
35472
35473 \begin_layout Standard
35474 To color the cancellation bar one adds this command as \SpecialChar TeX
35475  code:
35476 \end_layout
35477
35478 \begin_layout Standard
35479
35480 \series bold
35481
35482 \backslash
35483 renewcommand{
35484 \backslash
35485 CancelColor}{
35486 \backslash
35487 color{red}}
35488 \end_layout
35489
35490 \begin_layout Standard
35491
35492 \series bold
35493 red
35494 \series default
35495  can be replaced by a color of your choice.
35496 \end_layout
35497
35498 \begin_layout Standard
35499 \begin_inset ERT
35500 status collapsed
35501
35502 \begin_layout Plain Layout
35503
35504
35505 \backslash
35506 renewcommand{
35507 \backslash
35508 CancelColor}{
35509 \backslash
35510 color{red}}
35511 \end_layout
35512
35513 \end_inset
35514
35515
35516 \end_layout
35517
35518 \begin_layout Standard
35519 \begin_inset Formula 
35520 \[
35521 \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}}}
35522 \]
35523
35524 \end_inset
35525
35526
35527 \end_layout
35528
35529 \begin_layout Standard
35530 \begin_inset ERT
35531 status collapsed
35532
35533 \begin_layout Plain Layout
35534
35535
35536 \backslash
35537 renewcommand{
35538 \backslash
35539 CancelColor}{
35540 \backslash
35541 color{black}}
35542 \end_layout
35543
35544 \end_inset
35545
35546
35547 \begin_inset Note Note
35548 status open
35549
35550 \begin_layout Plain Layout
35551 reset the color
35552 \end_layout
35553
35554 \end_inset
35555
35556
35557 \end_layout
35558
35559 \begin_layout Standard
35560 For further customizations, see the documentation of the package 
35561 \series bold
35562 cancel
35563 \series default
35564
35565 \begin_inset CommandInset citation
35566 LatexCommand cite
35567 key "cancel"
35568
35569 \end_inset
35570
35571 .
35572 \begin_inset Index idx
35573 status collapsed
35574
35575 \begin_layout Plain Layout
35576 Packages ! cancel
35577 \end_layout
35578
35579 \end_inset
35580
35581
35582 \end_layout
35583
35584 \begin_layout Standard
35585 \begin_inset ERT
35586 status collapsed
35587
35588 \begin_layout Plain Layout
35589
35590
35591 \backslash
35592 else 
35593 \end_layout
35594
35595 \end_inset
35596
35597
35598 \begin_inset Note Note
35599 status open
35600
35601 \begin_layout Plain Layout
35602 The following will be displayed when the \SpecialChar LaTeX
35603 -package 
35604 \series bold
35605 cancel
35606 \series default
35607  is not installed:
35608 \end_layout
35609
35610 \end_inset
35611
35612
35613 \end_layout
35614
35615 \begin_layout Standard
35616 You need to install the \SpecialChar LaTeX
35617 -package 
35618 \series bold
35619 cancel
35620 \series default
35621  to see the rest of this subsection in the output.
35622 \end_layout
35623
35624 \begin_layout Standard
35625 \begin_inset ERT
35626 status collapsed
35627
35628 \begin_layout Plain Layout
35629
35630
35631 \backslash
35632 fi 
35633 \end_layout
35634
35635 \end_inset
35636
35637
35638 \end_layout
35639
35640 \begin_layout Subsection
35641 Formulas in Section Headings
35642 \begin_inset CommandInset label
35643 LatexCommand label
35644 name "subsec:Formulas-in-Section"
35645
35646 \end_inset
35647
35648
35649 \begin_inset Index idx
35650 status collapsed
35651
35652 \begin_layout Plain Layout
35653 Formula ! in section headings
35654 \end_layout
35655
35656 \end_inset
35657
35658
35659 \end_layout
35660
35661 \begin_layout Standard
35662 When formulas are used in section headings, the following has to be taken
35663  into account:
35664 \end_layout
35665
35666 \begin_layout Standard
35667 \begin_inset Note Greyedout
35668 status open
35669
35670 \begin_layout Plain Layout
35671 When 
35672 \series bold
35673 hyperref
35674 \series default
35675
35676 \begin_inset Index idx
35677 status collapsed
35678
35679 \begin_layout Plain Layout
35680 Packages ! hyperref
35681 \end_layout
35682
35683 \end_inset
35684
35685  support is enabled in the document settings dialog under 
35686 \family sans
35687 PDF
35688 \begin_inset space ~
35689 \end_inset
35690
35691 Properties
35692 \family default
35693 , PDF-bookmarks are created for every section heading in the table of contents.
35694  If a section heading contains formulas, they are incorrectly displayed
35695  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35696 s.
35697 \end_layout
35698
35699 \end_inset
35700
35701
35702 \end_layout
35703
35704 \begin_layout Standard
35705 Both problems can be solved by inserting at the end of the section heading
35706  a short title with the menu 
35707 \family sans
35708 Insert\SpecialChar menuseparator
35709 Short
35710 \begin_inset space ~
35711 \end_inset
35712
35713 Title
35714 \family default
35715 .
35716  Short titles are used as alternative for multiline section headings to
35717  keep the table of contents clearly arranged.
35718  Only the short title appears in the table of contents and therefore also
35719  in the PDF-bookmark.
35720 \end_layout
35721
35722 \begin_layout Standard
35723 When formulas should be used in the table of contents but 
35724 \series bold
35725 hyperref
35726 \series default
35727  is used, one can use the following command in \SpecialChar TeX
35728  mode:
35729 \end_layout
35730
35731 \begin_layout Standard
35732
35733 \series bold
35734
35735 \backslash
35736 texorpdfstring{part}{alternative}
35737 \begin_inset Index idx
35738 status collapsed
35739
35740 \begin_layout Plain Layout
35741 Commands ! T ! 
35742 \backslash
35743 texorpdfstring
35744 \end_layout
35745
35746 \end_inset
35747
35748
35749 \end_layout
35750
35751 \begin_layout Standard
35752 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35753  This can be characters, formulas, footnotes, but also cross-references.
35754  The alternative is used instead of the part for the bookmark.
35755 \end_layout
35756
35757 \begin_layout Standard
35758 Here are two example headings:
35759 \begin_inset VSpace -3mm
35760 \end_inset
35761
35762
35763 \begin_inset ERT
35764 status collapsed
35765
35766 \begin_layout Plain Layout
35767
35768
35769 \backslash
35770 boldmath 
35771 \end_layout
35772
35773 \end_inset
35774
35775
35776 \end_layout
35777
35778 \begin_layout Subsubsection
35779 Heading without formula in table of contents 
35780 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35781 \end_inset
35782
35783
35784 \begin_inset Argument 1
35785 status collapsed
35786
35787 \begin_layout Plain Layout
35788 Heading without formula in table of contents
35789 \end_layout
35790
35791 \end_inset
35792
35793
35794 \end_layout
35795
35796 \begin_layout Subsubsection
35797 Heading with formula in table of contents
35798 \begin_inset ERT
35799 status collapsed
35800
35801 \begin_layout Plain Layout
35802
35803
35804 \backslash
35805 texorpdfstring{
35806 \end_layout
35807
35808 \end_inset
35809
35810  
35811 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35812 \end_inset
35813
35814
35815 \begin_inset ERT
35816 status collapsed
35817
35818 \begin_layout Plain Layout
35819
35820 }{}
35821 \end_layout
35822
35823 \end_inset
35824
35825
35826 \end_layout
35827
35828 \begin_layout Standard
35829 \begin_inset ERT
35830 status collapsed
35831
35832 \begin_layout Plain Layout
35833
35834
35835 \backslash
35836 unboldmath 
35837 \end_layout
35838
35839 \end_inset
35840
35841 In the first heading a short title was used, in the second one 
35842 \series bold
35843
35844 \backslash
35845 texorpdfstring
35846 \series default
35847 .
35848 \end_layout
35849
35850 \begin_layout Standard
35851 To get the same formatting as for the other headings, the complete heading
35852  was set into a 
35853 \series bold
35854 boldmath
35855 \series default
35856  environment
35857 \begin_inset Foot
35858 status collapsed
35859
35860 \begin_layout Plain Layout
35861 see 
35862 \begin_inset CommandInset ref
35863 LatexCommand ref
35864 reference "subsec:Bold-Formulas"
35865
35866 \end_inset
35867
35868
35869 \end_layout
35870
35871 \end_inset
35872
35873 .
35874 \end_layout
35875
35876 \begin_layout Subsection
35877 Formulas in multi-column Text
35878 \begin_inset Index idx
35879 status collapsed
35880
35881 \begin_layout Plain Layout
35882 Formula ! in multi-column text
35883 \end_layout
35884
35885 \end_inset
35886
35887
35888 \end_layout
35889
35890 \begin_layout Standard
35891 Formulas in multi-column text are often too wide to fit into a column and
35892  thus need to be set over the whole page width.
35893  This is done by using the \SpecialChar LaTeX
35894 -package 
35895 \series bold
35896 multicol
35897 \series default
35898
35899 \begin_inset Foot
35900 status collapsed
35901
35902 \begin_layout Plain Layout
35903
35904 \series bold
35905 multicol
35906 \series default
35907  is part of every \SpecialChar LaTeX
35908  standard installation.
35909 \end_layout
35910
35911 \end_inset
35912
35913
35914 \begin_inset Index idx
35915 status collapsed
35916
35917 \begin_layout Plain Layout
35918 Packages ! multicol
35919 \end_layout
35920
35921 \end_inset
35922
35923 , that is loaded with the \SpecialChar LaTeX
35924 -preamble line
35925 \end_layout
35926
35927 \begin_layout Standard
35928
35929 \series bold
35930
35931 \backslash
35932 usepackage{multicol}
35933 \end_layout
35934
35935 \begin_layout Standard
35936 \begin_inset Note Greyedout
35937 status open
35938
35939 \begin_layout Plain Layout
35940 Note that in this case the setting 
35941 \family sans
35942 Two-column
35943 \begin_inset space ~
35944 \end_inset
35945
35946 document
35947 \family default
35948  in the menu 
35949 \family sans
35950 Document\SpecialChar menuseparator
35951 Settings
35952 \family default
35953  under 
35954 \family sans
35955 Text
35956 \begin_inset space ~
35957 \end_inset
35958
35959 Layout
35960 \family default
35961 \emph on
35962  
35963 \emph default
35964 must 
35965 \emph on
35966 not
35967 \emph default
35968  be selected.
35969 \end_layout
35970
35971 \end_inset
35972
35973
35974 \end_layout
35975
35976 \begin_layout Standard
35977 Before the multi-column text the command
35978 \end_layout
35979
35980 \begin_layout Standard
35981
35982 \series bold
35983
35984 \backslash
35985 begin{multicols}{column number}
35986 \end_layout
35987
35988 \begin_layout Standard
35989 is written in \SpecialChar TeX
35990  mode.
35991  The column number is a number in the range of 2
35992 \begin_inset space \thinspace{}
35993 \end_inset
35994
35995 -
35996 \begin_inset space \thinspace{}
35997 \end_inset
35998
35999 10.
36000  Before the formula the multi-column text is ended by inserting the command
36001 \end_layout
36002
36003 \begin_layout Standard
36004
36005 \series bold
36006
36007 \backslash
36008 end{multicols}
36009 \end_layout
36010
36011 \begin_layout Standard
36012 in \SpecialChar TeX
36013  mode.
36014 \end_layout
36015
36016 \begin_layout Standard
36017 Due to the command some space is automatically added before the formula.
36018  To revert this, -6
36019 \begin_inset space \thinspace{}
36020 \end_inset
36021
36022 mm vertical space is inserted before the formula.
36023  When the formula style 
36024 \series bold
36025 Indented
36026 \begin_inset Foot
36027 status collapsed
36028
36029 \begin_layout Plain Layout
36030 formula styles see 
36031 \begin_inset CommandInset ref
36032 LatexCommand ref
36033 reference "sec:Formula-Styles"
36034
36035 \end_inset
36036
36037
36038 \end_layout
36039
36040 \end_inset
36041
36042
36043 \series default
36044  is used, -9
36045 \begin_inset space \thinspace{}
36046 \end_inset
36047
36048 mm space is inserted instead.
36049 \end_layout
36050
36051 \begin_layout Standard
36052 As example a multi-column text with a displayed formula:
36053 \end_layout
36054
36055 \begin_layout Standard
36056
36057 \lang ngerman
36058 \begin_inset ERT
36059 status collapsed
36060
36061 \begin_layout Plain Layout
36062
36063
36064 \backslash
36065 begin{multicols}{2}
36066 \end_layout
36067
36068 \end_inset
36069
36070 Das Spektrum wird fouriertransformiert.
36071  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36072 , Lösungsmittel) zu trennen.
36073  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36074  nun das Aussehen des Ausgangssignals.
36075  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36076  über alle Phasen integrieren muss.
36077  Sei nun 
36078 \begin_inset Formula $S$
36079 \end_inset
36080
36081  unser normiertes Ausgangssignal und 
36082 \begin_inset Formula $P$
36083 \end_inset
36084
36085  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36086 \begin_inset ERT
36087 status collapsed
36088
36089 \begin_layout Plain Layout
36090
36091
36092 \backslash
36093 end{multicols}
36094 \end_layout
36095
36096 \end_inset
36097
36098
36099 \begin_inset VSpace -6mm
36100 \end_inset
36101
36102
36103 \begin_inset Formula 
36104 \begin{equation}
36105 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36106 \end{equation}
36107
36108 \end_inset
36109
36110
36111 \begin_inset ERT
36112 status collapsed
36113
36114 \begin_layout Plain Layout
36115
36116
36117 \backslash
36118 begin{multicols}{2}
36119 \end_layout
36120
36121 \end_inset
36122
36123 wobei 
36124 \begin_inset Formula $S_{0}$
36125 \end_inset
36126
36127  das Signal ohne Gradient ist und die Normierungsbedingung 
36128 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36129 \end_inset
36130
36131  gilt.
36132  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36133  Direkt nach dem 
36134 \begin_inset Formula $\nicefrac{\pi}{2}$
36135 \end_inset
36136
36137
36138 \begin_inset space \thinspace{}
36139 \end_inset
36140
36141 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36142  das Signal zusätzlich abschwächt.
36143  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36144  
36145 \begin_inset Formula $T_{2}$
36146 \end_inset
36147
36148 -Zeit.
36149 \end_layout
36150
36151 \begin_layout Standard
36152
36153 \lang ngerman
36154 \begin_inset ERT
36155 status collapsed
36156
36157 \begin_layout Plain Layout
36158
36159
36160 \backslash
36161 end{multicols}
36162 \end_layout
36163
36164 \end_inset
36165
36166
36167 \end_layout
36168
36169 \begin_layout Subsection
36170 Formulas with Description of Variables
36171 \begin_inset Index idx
36172 status collapsed
36173
36174 \begin_layout Plain Layout
36175 Formula ! with description of variables
36176 \end_layout
36177
36178 \end_inset
36179
36180
36181 \end_layout
36182
36183 \begin_layout Standard
36184 To describe variables within a formula, like in formula 
36185 \begin_inset CommandInset ref
36186 LatexCommand eqref
36187 reference "eq:within"
36188
36189 \end_inset
36190
36191 , a 2
36192 \series bold
36193 ×
36194 \series default
36195
36196 \begin_inset Formula $n$
36197 \end_inset
36198
36199
36200 \begin_inset space ~
36201 \end_inset
36202
36203 matrix is used with left aligned columns for the 
36204 \begin_inset Formula $n$
36205 \end_inset
36206
36207  used variables.
36208 \begin_inset Foot
36209 status collapsed
36210
36211 \begin_layout Plain Layout
36212 matrices see 
36213 \begin_inset CommandInset ref
36214 LatexCommand ref
36215 reference "sec:Matrices"
36216
36217 \end_inset
36218
36219
36220 \end_layout
36221
36222 \end_inset
36223
36224  To set the description in a smaller size, before the matrix e.
36225 \begin_inset space \thinspace{}
36226 \end_inset
36227
36228 g.
36229 \begin_inset space \space{}
36230 \end_inset
36231
36232 the command 
36233 \series bold
36234
36235 \backslash
36236 footnotesize
36237 \series default
36238  is inserted.
36239 \begin_inset Foot
36240 status collapsed
36241
36242 \begin_layout Plain Layout
36243 font sizes see 
36244 \begin_inset CommandInset ref
36245 LatexCommand ref
36246 reference "subsec:Font-Sizes"
36247
36248 \end_inset
36249
36250
36251 \end_layout
36252
36253 \end_inset
36254
36255
36256 \end_layout
36257
36258 \begin_layout Standard
36259 When the formula style 
36260 \series bold
36261 Indented
36262 \begin_inset Foot
36263 status collapsed
36264
36265 \begin_layout Plain Layout
36266 formula styles see 
36267 \begin_inset CommandInset ref
36268 LatexCommand ref
36269 reference "sec:Formula-Styles"
36270
36271 \end_inset
36272
36273
36274 \end_layout
36275
36276 \end_inset
36277
36278
36279 \series default
36280  is used, a 
36281 \series bold
36282
36283 \backslash
36284 hfill
36285 \series default
36286
36287 \begin_inset Foot
36288 status collapsed
36289
36290 \begin_layout Plain Layout
36291
36292 \series bold
36293
36294 \backslash
36295 hfill
36296 \series default
36297  only works in formulas with the style 
36298 \series bold
36299 Indented
36300 \series default
36301 , see 
36302 \begin_inset CommandInset ref
36303 LatexCommand ref
36304 reference "subsec:Variable-Space"
36305
36306 \end_inset
36307
36308 .
36309 \end_layout
36310
36311 \end_inset
36312
36313  is inserted before and after the matrix to have the same separation of
36314  the matrix from the equation and the side margin.
36315 \end_layout
36316
36317 \begin_layout Standard
36318 When the formula style 
36319 \series bold
36320 Centered
36321 \series default
36322  is used, the method described in 
36323 \begin_inset CommandInset ref
36324 LatexCommand ref
36325 reference "subsec:Flalign-Environment"
36326
36327 \end_inset
36328
36329  is used to indent formulas.
36330  Formula 
36331 \begin_inset CommandInset ref
36332 LatexCommand eqref
36333 reference "eq:within"
36334
36335 \end_inset
36336
36337  consists of five columns where in the first two columns contain the equation,
36338  the third the matrix and the last one an empty \SpecialChar TeX
36339  brace.
36340 \begin_inset Formula 
36341 \begin{flalign}
36342 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36343 \rho & \textrm{density}\\
36344 V & \textrm{volume}\\
36345 g & \textrm{gravitational acceleration}
36346 \end{array} &  & {}\label{eq:within}
36347 \end{flalign}
36348
36349 \end_inset
36350
36351
36352 \end_layout
36353
36354 \begin_layout Subsection
36355 Upright small Greek Letters
36356 \begin_inset CommandInset label
36357 LatexCommand label
36358 name "subsec:Upright-small-Greek"
36359
36360 \end_inset
36361
36362
36363 \begin_inset Index idx
36364 status collapsed
36365
36366 \begin_layout Plain Layout
36367 Greek letters ! upright
36368 \end_layout
36369
36370 \end_inset
36371
36372
36373 \end_layout
36374
36375 \begin_layout Standard
36376 Most of the math fonts only provide italic small Greek letters.
36377  But for symbols of elementary particles like pions and neutrinos, upright
36378  Greek letters are needed.
36379  The file 
36380 \series bold
36381 upgreek.sty
36382 \series default
36383
36384 \begin_inset Foot
36385 status collapsed
36386
36387 \begin_layout Plain Layout
36388
36389 \series bold
36390 upgreek
36391 \series default
36392  is part of the \SpecialChar LaTeX
36393 -package 
36394 \series bold
36395 was
36396 \series default
36397
36398 \begin_inset Index idx
36399 status collapsed
36400
36401 \begin_layout Plain Layout
36402 Packages ! was
36403 \begin_inset ERT
36404 status collapsed
36405
36406 \begin_layout Plain Layout
36407
36408
36409 \backslash
36410 vspace{4mm}
36411 \end_layout
36412
36413 \end_inset
36414
36415
36416 \end_layout
36417
36418 \end_inset
36419
36420 .
36421 \end_layout
36422
36423 \end_inset
36424
36425
36426 \begin_inset Index idx
36427 status collapsed
36428
36429 \begin_layout Plain Layout
36430 Packages ! upgreek
36431 \end_layout
36432
36433 \end_inset
36434
36435  that is loaded with the \SpecialChar LaTeX
36436 -preamble line
36437 \end_layout
36438
36439 \begin_layout Standard
36440
36441 \series bold
36442
36443 \backslash
36444 usepackage{upgreek}
36445 \end_layout
36446
36447 \begin_layout Standard
36448 provides them.
36449  
36450 \begin_inset ERT
36451 status collapsed
36452
36453 \begin_layout Plain Layout
36454
36455
36456 \backslash
36457 ifupgreek 
36458 \end_layout
36459
36460 \end_inset
36461
36462
36463 \begin_inset Note Note
36464 status open
36465
36466 \begin_layout Plain Layout
36467 The following table will only be displayed when the \SpecialChar LaTeX
36468 -package 
36469 \series bold
36470 upgreek
36471 \series default
36472  is installed:
36473 \end_layout
36474
36475 \end_inset
36476
36477  They are created when the command for a small Greek letter is started with
36478  
36479 \series bold
36480 up
36481 \series default
36482 .
36483  For example the command 
36484 \series bold
36485
36486 \backslash
36487 uptau
36488 \series default
36489  creates this: 
36490 \begin_inset Formula $\uptau$
36491 \end_inset
36492
36493
36494 \end_layout
36495
36496 \begin_layout Standard
36497 With these commands reactions of elementary particles can be typeset:
36498 \begin_inset Formula 
36499 \[
36500 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36501 \]
36502
36503 \end_inset
36504
36505
36506 \end_layout
36507
36508 \begin_layout Standard
36509 The upright letters are more bold and wider than the italic ones.
36510  They should therefore not be used for units like 
36511 \begin_inset Quotes eld
36512 \end_inset
36513
36514 µm
36515 \begin_inset Quotes erd
36516 \end_inset
36517
36518 .
36519 \end_layout
36520
36521 \begin_layout Standard
36522 \begin_inset ERT
36523 status collapsed
36524
36525 \begin_layout Plain Layout
36526
36527
36528 \backslash
36529 else 
36530 \end_layout
36531
36532 \end_inset
36533
36534
36535 \begin_inset Note Note
36536 status open
36537
36538 \begin_layout Plain Layout
36539 The following will be displayed when the \SpecialChar LaTeX
36540 -package 
36541 \series bold
36542 upgreek
36543 \series default
36544  is not installed:
36545 \end_layout
36546
36547 \end_inset
36548
36549
36550 \end_layout
36551
36552 \begin_layout Standard
36553 You need to install the \SpecialChar LaTeX
36554 -package 
36555 \series bold
36556 upgreek
36557 \series default
36558  to see the rest of this subsection in the output.
36559 \end_layout
36560
36561 \begin_layout Standard
36562 \begin_inset ERT
36563 status collapsed
36564
36565 \begin_layout Plain Layout
36566
36567
36568 \backslash
36569 fi 
36570 \end_layout
36571
36572 \end_inset
36573
36574
36575 \end_layout
36576
36577 \begin_layout Subsection
36578 Text Characters in Formulas
36579 \begin_inset Index idx
36580 status collapsed
36581
36582 \begin_layout Plain Layout
36583 Text ! in formulas
36584 \end_layout
36585
36586 \end_inset
36587
36588
36589 \end_layout
36590
36591 \begin_layout Standard
36592 In some cases you might want to insert text characters directly into formulas.
36593  When for example the centered dot · is often used in formulas like 
36594 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36595 \end_inset
36596
36597 , one would have to insert the command 
36598 \series bold
36599
36600 \backslash
36601 cdot
36602 \series default
36603
36604 \begin_inset Foot
36605 status collapsed
36606
36607 \begin_layout Plain Layout
36608 see 
36609 \begin_inset CommandInset ref
36610 LatexCommand ref
36611 reference "subsec:Binary-Operators"
36612
36613 \end_inset
36614
36615
36616 \end_layout
36617
36618 \end_inset
36619
36620  all the time, because this character is defined in all encodings as text
36621  character.
36622  But the encoding can be changed by this \SpecialChar LaTeX
36623 -preamble line:
36624 \end_layout
36625
36626 \begin_layout Standard
36627
36628 \series bold
36629
36630 \backslash
36631 Declare Inputtext{183}{
36632 \backslash
36633 ifmmode
36634 \backslash
36635 cdot
36636 \backslash
36637 else
36638 \backslash
36639 textperiodcentered
36640 \backslash
36641 f\SpecialChar ligaturebreak
36642 i}
36643 \end_layout
36644
36645 \begin_layout Standard
36646 The character encoding (menu 
36647 \family sans
36648 Document\SpecialChar menuseparator
36649 Settings\SpecialChar menuseparator
36650 Language
36651 \family default
36652 ) specifies what character appears when a keyboard key is pressed.
36653  When the key for the character '·' is pressed, internally the command 
36654 \series bold
36655
36656 \backslash
36657 textperiodcentered
36658 \series default
36659  is used.
36660  But this command is not available in a formula so that you would get \SpecialChar LaTeX
36661 -errors.
36662  With the changed encoding the right command is chosen automatically, depending
36663  on if the character was inserted into a formula or not.
36664 \end_layout
36665
36666 \begin_layout Standard
36667 The encoding of several characters is saved in definition files.
36668  For example the encoding 
36669 \series bold
36670 latin9
36671 \series default
36672  is defined in the file 
36673 \series bold
36674 latin9.def
36675 \series default
36676  which is in the installation folder of \SpecialChar LaTeX
36677 .
36678  Encodings should only be changed via the \SpecialChar LaTeX
36679 -preamble and not in the definition
36680  files.
36681  Otherwise documents could not be edited by other \SpecialChar LyX
36682  users working on other
36683  computers.
36684 \end_layout
36685
36686 \begin_layout Standard
36687 \begin_inset VSpace medskip
36688 \end_inset
36689
36690 Besides the centered dot, in this document the degree sign ° is defined
36691  with the following \SpecialChar LaTeX
36692 -preamble line so that it can be directly inserted into
36693  a formula:
36694 \end_layout
36695
36696 \begin_layout Standard
36697
36698 \series bold
36699
36700 \backslash
36701 DeclareInputtext{176}{
36702 \backslash
36703 ifmmode^
36704 \backslash
36705 circ
36706 \backslash
36707 else
36708 \backslash
36709 textdegree
36710 \backslash
36711 f\SpecialChar ligaturebreak
36712 i}
36713 \end_layout
36714
36715 \begin_layout Subsection
36716 \SpecialChar LaTeX
36717 -comments in formulas
36718 \begin_inset Index idx
36719 status collapsed
36720
36721 \begin_layout Plain Layout
36722 \SpecialChar LaTeX
36723 -comments
36724 \end_layout
36725
36726 \end_inset
36727
36728
36729 \end_layout
36730
36731 \begin_layout Standard
36732 In text you can insert a comment that will only be visible in the \SpecialChar LaTeX
36733  source
36734  code of your file with the menu 
36735 \family sans
36736 Insert\SpecialChar menuseparator
36737 Note\SpecialChar menuseparator
36738 Comment
36739 \family default
36740 .
36741  This is not possible in a formula but you can insert \SpecialChar LaTeX
36742 -comments with the
36743  command
36744 \end_layout
36745
36746 \begin_layout Standard
36747
36748 \series bold
36749
36750 \backslash
36751 %
36752 \end_layout
36753
36754 \begin_layout Standard
36755 This creates a box in which you can write your comment.
36756  Due to a bug in \SpecialChar LyX
36757
36758 \begin_inset Foot
36759 status collapsed
36760
36761 \begin_layout Plain Layout
36762 \begin_inset CommandInset href
36763 LatexCommand href
36764 name "LyX-bug #9002"
36765 target "http://www.lyx.org/trac/ticket/9002"
36766
36767 \end_inset
36768
36769
36770 \end_layout
36771
36772 \end_inset
36773
36774  you cannot write normal text inside the comment, even when you use mathematical
36775  text, you will see its \SpecialChar LaTeX
36776 -commands in the \SpecialChar LaTeX
36777 -output.
36778 \begin_inset Newline newline
36779 \end_inset
36780
36781 This a formula with a \SpecialChar LaTeX
36782 -comment:
36783 \begin_inset Formula 
36784 \[
36785 A=B%\text{This is the comment}
36786 \]
36787
36788 \end_inset
36789
36790
36791 \end_layout
36792
36793 \begin_layout Standard
36794 \begin_inset Newpage newpage
36795 \end_inset
36796
36797
36798 \end_layout
36799
36800 \begin_layout Section
36801 \start_of_appendix
36802 Typographic Advice
36803 \begin_inset Index idx
36804 status collapsed
36805
36806 \begin_layout Plain Layout
36807 Typographic advice
36808 \end_layout
36809
36810 \end_inset
36811
36812
36813 \end_layout
36814
36815 \begin_layout Standard
36816 This section is a summary of the most important typographic rules, listed
36817  in ISO norms.
36818 \begin_inset Foot
36819 status collapsed
36820
36821 \begin_layout Plain Layout
36822 This collection was partly taken from the German semi-official dictionary
36823  called 
36824 \begin_inset Quotes eld
36825 \end_inset
36826
36827 Duden
36828 \begin_inset Quotes erd
36829 \end_inset
36830
36831  
36832 \begin_inset CommandInset citation
36833 LatexCommand cite
36834 key "Duden"
36835
36836 \end_inset
36837
36838  that lists some of the ISO rules.
36839  More rules are listed in 
36840 \begin_inset CommandInset citation
36841 LatexCommand cite
36842 key "Checklist"
36843
36844 \end_inset
36845
36846 .
36847 \end_layout
36848
36849 \end_inset
36850
36851
36852 \end_layout
36853
36854 \begin_layout Itemize
36855 Physical units are 
36856 \emph on
36857 always
36858 \emph default
36859  set upright
36860 \begin_inset Foot
36861 status collapsed
36862
36863 \begin_layout Plain Layout
36864 done with font styles, see 
36865 \begin_inset CommandInset ref
36866 LatexCommand ref
36867 reference "subsec:Font-Styles"
36868
36869 \end_inset
36870
36871
36872 \end_layout
36873
36874 \end_inset
36875
36876 , no matter if they appear in italic text: 30
36877 \begin_inset space \thinspace{}
36878 \end_inset
36879
36880 km/h
36881 \begin_inset Newline newline
36882 \end_inset
36883
36884 Between the value and the unit is the smallest space, see 
36885 \begin_inset CommandInset ref
36886 LatexCommand ref
36887 reference "subsec:Predefined-Space"
36888
36889 \end_inset
36890
36891 .
36892 \begin_inset Newline newline
36893 \end_inset
36894
36895 This convention is automatically fulfilled when the command 
36896 \series bold
36897
36898 \backslash
36899 unittwo
36900 \series default
36901  is used.
36902  When it is entered to a formula, two boxes appear.
36903  In the first one the value is inserted, in the second one the unit, and
36904  one gets as above: 
36905 \begin_inset Formula $\unit[30]{km/h}$
36906 \end_inset
36907
36908
36909 \begin_inset space \thinspace{}
36910 \end_inset
36911
36912 .
36913  Note that 
36914 \series bold
36915
36916 \backslash
36917 unittwo
36918 \series default
36919  is not a real \SpecialChar LaTeX
36920  command but the command 
36921 \series bold
36922
36923 \backslash
36924 unit[value]{unit}
36925 \series default
36926 , therefore you cannot use it in \SpecialChar TeX
36927  code.
36928 \end_layout
36929
36930 \begin_layout Itemize
36931 Percent and perthousand signs are set like physical units:
36932 \begin_inset Newline newline
36933 \end_inset
36934
36935 1.2
36936 \begin_inset space \thinspace{}
36937 \end_inset
36938
36939 ‰ alcohol in blood
36940 \end_layout
36941
36942 \begin_layout Itemize
36943 The degree sign follows directly on the value: 15°, but not when it is used
36944  in units: 15
36945 \begin_inset space \thinspace{}
36946 \end_inset
36947
36948 °C
36949 \end_layout
36950
36951 \begin_layout Itemize
36952 In numbers with more than four digits the smallest space is inserted before
36953  every third digit to group them: 
36954 \family roman
36955 \series medium
36956 \shape up
36957 \size normal
36958 \emph off
36959 \bar no
36960 \noun off
36961 \color none
36962 18
36963 \begin_inset space \thinspace{}
36964 \end_inset
36965
36966 473
36967 \begin_inset space \thinspace{}
36968 \end_inset
36969
36970 588
36971 \end_layout
36972
36973 \begin_layout Itemize
36974 For dimensions like 120×90×40
36975 \begin_inset space \thinspace{}
36976 \end_inset
36977
36978 cm the multiplication sign 
36979 \begin_inset Quotes eld
36980 \end_inset
36981
36982 ×
36983 \begin_inset Quotes erd
36984 \end_inset
36985
36986  is used.
36987  It is available either via the command 
36988 \series bold
36989
36990 \backslash
36991 times
36992 \series default
36993  or via the menu 
36994 \family sans
36995 Insert\SpecialChar menuseparator
36996 Special Character\SpecialChar menuseparator
36997 Symbols
36998 \family default
36999 .
37000 \end_layout
37001
37002 \begin_layout Itemize
37003 Functions with names consisting of several letters are set upright to avoid
37004  confusions, see 
37005 \begin_inset CommandInset ref
37006 LatexCommand ref
37007 reference "subsec:Predefined-Functions"
37008
37009 \end_inset
37010
37011 .
37012 \end_layout
37013
37014 \begin_layout Itemize
37015 Indices consisting of several letters, are set upright: 
37016 \begin_inset Formula $E_{\mathrm{kin}}$
37017 \end_inset
37018
37019
37020 \begin_inset Newline newline
37021 \end_inset
37022
37023 Components of matrices are set italic: 
37024 \begin_inset Formula $\hat{H}_{kl}$
37025 \end_inset
37026
37027
37028 \end_layout
37029
37030 \begin_layout Itemize
37031 The differentiation/integration operator 'd', the Euler's number 'e' and
37032  the imaginary unit 'i' should be set upright, to avoid mixing them up with
37033  other variables.
37034 \end_layout
37035
37036 \begin_layout Itemize
37037 The character that denotes a 
37038 \noun on
37039 Fourier
37040 \noun default
37041  transformation is inserted either by the command 
37042 \series bold
37043
37044 \backslash
37045 mathscr
37046 \begin_inset space \textvisiblespace{}
37047 \end_inset
37048
37049 F
37050 \series default
37051  or via the menu 
37052 \family sans
37053 Insert\SpecialChar menuseparator
37054 Special Character\SpecialChar menuseparator
37055 Symbols\SpecialChar menuseparator
37056 Letterlike
37057 \begin_inset space ~
37058 \end_inset
37059
37060 Symbols
37061 \family default
37062
37063 \begin_inset Formula $\mathscr{F}$
37064 \end_inset
37065
37066
37067 \end_layout
37068
37069 \begin_layout Standard
37070 \begin_inset Newpage newpage
37071 \end_inset
37072
37073
37074 \end_layout
37075
37076 \begin_layout Section
37077 Synonyms
37078 \begin_inset Index idx
37079 status collapsed
37080
37081 \begin_layout Plain Layout
37082 Synonyms
37083 \end_layout
37084
37085 \end_inset
37086
37087
37088 \end_layout
37089
37090 \begin_layout Standard
37091 Some characters and symbols can be created with several commands.
37092  Here is a list of the synonym commands:
37093 \end_layout
37094
37095 \begin_layout Standard
37096 \begin_inset VSpace bigskip
37097 \end_inset
37098
37099
37100 \begin_inset space \hfill{}
37101 \end_inset
37102
37103
37104 \begin_inset Tabular
37105 <lyxtabular version="3" rows="12" columns="2">
37106 <features booktabs="true" tabularvalignment="middle">
37107 <column alignment="center" valignment="top" width="0pt">
37108 <column alignment="center" valignment="top" width="0pt">
37109 <row>
37110 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37111 \begin_inset Text
37112
37113 \begin_layout Plain Layout
37114 Command
37115 \end_layout
37116
37117 \end_inset
37118 </cell>
37119 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37120 \begin_inset Text
37121
37122 \begin_layout Plain Layout
37123 equivalent to
37124 \end_layout
37125
37126 \end_inset
37127 </cell>
37128 </row>
37129 <row>
37130 <cell alignment="center" valignment="top" usebox="none">
37131 \begin_inset Text
37132
37133 \begin_layout Plain Layout
37134
37135 \backslash
37136 ast
37137 \end_layout
37138
37139 \end_inset
37140 </cell>
37141 <cell alignment="center" valignment="top" usebox="none">
37142 \begin_inset Text
37143
37144 \begin_layout Plain Layout
37145 *
37146 \end_layout
37147
37148 \end_inset
37149 </cell>
37150 </row>
37151 <row>
37152 <cell alignment="center" valignment="top" usebox="none">
37153 \begin_inset Text
37154
37155 \begin_layout Plain Layout
37156
37157 \backslash
37158 choose
37159 \end_layout
37160
37161 \end_inset
37162 </cell>
37163 <cell alignment="center" valignment="top" usebox="none">
37164 \begin_inset Text
37165
37166 \begin_layout Plain Layout
37167
37168 \backslash
37169 binom
37170 \end_layout
37171
37172 \end_inset
37173 </cell>
37174 </row>
37175 <row>
37176 <cell alignment="center" valignment="top" usebox="none">
37177 \begin_inset Text
37178
37179 \begin_layout Plain Layout
37180
37181 \backslash
37182 geq
37183 \end_layout
37184
37185 \end_inset
37186 </cell>
37187 <cell alignment="center" valignment="top" usebox="none">
37188 \begin_inset Text
37189
37190 \begin_layout Plain Layout
37191
37192 \backslash
37193 ge
37194 \end_layout
37195
37196 \end_inset
37197 </cell>
37198 </row>
37199 <row>
37200 <cell alignment="center" valignment="top" usebox="none">
37201 \begin_inset Text
37202
37203 \begin_layout Plain Layout
37204
37205 \backslash
37206 lbrace
37207 \end_layout
37208
37209 \end_inset
37210 </cell>
37211 <cell alignment="center" valignment="top" usebox="none">
37212 \begin_inset Text
37213
37214 \begin_layout Plain Layout
37215 {
37216 \end_layout
37217
37218 \end_inset
37219 </cell>
37220 </row>
37221 <row>
37222 <cell alignment="center" valignment="top" usebox="none">
37223 \begin_inset Text
37224
37225 \begin_layout Plain Layout
37226
37227 \backslash
37228 lbracket
37229 \end_layout
37230
37231 \end_inset
37232 </cell>
37233 <cell alignment="center" valignment="top" usebox="none">
37234 \begin_inset Text
37235
37236 \begin_layout Plain Layout
37237 [
37238 \end_layout
37239
37240 \end_inset
37241 </cell>
37242 </row>
37243 <row>
37244 <cell alignment="center" valignment="top" usebox="none">
37245 \begin_inset Text
37246
37247 \begin_layout Plain Layout
37248
37249 \backslash
37250 leftarrow
37251 \end_layout
37252
37253 \end_inset
37254 </cell>
37255 <cell alignment="center" valignment="top" usebox="none">
37256 \begin_inset Text
37257
37258 \begin_layout Plain Layout
37259
37260 \backslash
37261 gets
37262 \end_layout
37263
37264 \end_inset
37265 </cell>
37266 </row>
37267 <row>
37268 <cell alignment="center" valignment="top" usebox="none">
37269 \begin_inset Text
37270
37271 \begin_layout Plain Layout
37272
37273 \backslash
37274 leq
37275 \end_layout
37276
37277 \end_inset
37278 </cell>
37279 <cell alignment="center" valignment="top" usebox="none">
37280 \begin_inset Text
37281
37282 \begin_layout Plain Layout
37283
37284 \backslash
37285 le
37286 \end_layout
37287
37288 \end_inset
37289 </cell>
37290 </row>
37291 <row>
37292 <cell alignment="center" valignment="top" usebox="none">
37293 \begin_inset Text
37294
37295 \begin_layout Plain Layout
37296
37297 \backslash
37298 lor
37299 \end_layout
37300
37301 \end_inset
37302 </cell>
37303 <cell alignment="center" valignment="top" usebox="none">
37304 \begin_inset Text
37305
37306 \begin_layout Plain Layout
37307
37308 \backslash
37309 vee
37310 \end_layout
37311
37312 \end_inset
37313 </cell>
37314 </row>
37315 <row>
37316 <cell alignment="center" valignment="top" usebox="none">
37317 \begin_inset Text
37318
37319 \begin_layout Plain Layout
37320
37321 \backslash
37322 neq
37323 \end_layout
37324
37325 \end_inset
37326 </cell>
37327 <cell alignment="center" valignment="top" usebox="none">
37328 \begin_inset Text
37329
37330 \begin_layout Plain Layout
37331
37332 \backslash
37333 not=
37334 \end_layout
37335
37336 \end_inset
37337 </cell>
37338 </row>
37339 <row>
37340 <cell alignment="center" valignment="top" usebox="none">
37341 \begin_inset Text
37342
37343 \begin_layout Plain Layout
37344
37345 \backslash
37346 slash
37347 \end_layout
37348
37349 \end_inset
37350 </cell>
37351 <cell alignment="center" valignment="top" usebox="none">
37352 \begin_inset Text
37353
37354 \begin_layout Plain Layout
37355 /
37356 \end_layout
37357
37358 \end_inset
37359 </cell>
37360 </row>
37361 <row>
37362 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37363 \begin_inset Text
37364
37365 \begin_layout Plain Layout
37366
37367 \backslash
37368 vert
37369 \end_layout
37370
37371 \end_inset
37372 </cell>
37373 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37374 \begin_inset Text
37375
37376 \begin_layout Plain Layout
37377 |
37378 \end_layout
37379
37380 \end_inset
37381 </cell>
37382 </row>
37383 </lyxtabular>
37384
37385 \end_inset
37386
37387
37388 \begin_inset space \hfill{}
37389 \end_inset
37390
37391
37392 \begin_inset Tabular
37393 <lyxtabular version="3" rows="12" columns="2">
37394 <features booktabs="true" tabularvalignment="middle">
37395 <column alignment="center" valignment="top" width="0pt">
37396 <column alignment="center" valignment="top" width="0pt">
37397 <row>
37398 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37399 \begin_inset Text
37400
37401 \begin_layout Plain Layout
37402 Command
37403 \end_layout
37404
37405 \end_inset
37406 </cell>
37407 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37408 \begin_inset Text
37409
37410 \begin_layout Plain Layout
37411 equivalent to
37412 \end_layout
37413
37414 \end_inset
37415 </cell>
37416 </row>
37417 <row>
37418 <cell alignment="center" valignment="top" usebox="none">
37419 \begin_inset Text
37420
37421 \begin_layout Plain Layout
37422
37423 \backslash
37424 backslash
37425 \end_layout
37426
37427 \end_inset
37428 </cell>
37429 <cell alignment="center" valignment="top" usebox="none">
37430 \begin_inset Text
37431
37432 \begin_layout Plain Layout
37433
37434 \backslash
37435
37436 \backslash
37437
37438 \end_layout
37439
37440 \end_inset
37441 </cell>
37442 </row>
37443 <row>
37444 <cell alignment="center" valignment="top" usebox="none">
37445 \begin_inset Text
37446
37447 \begin_layout Plain Layout
37448
37449 \backslash
37450 dasharrow
37451 \end_layout
37452
37453 \end_inset
37454 </cell>
37455 <cell alignment="center" valignment="top" usebox="none">
37456 \begin_inset Text
37457
37458 \begin_layout Plain Layout
37459
37460 \backslash
37461 dashrightarrow
37462 \end_layout
37463
37464 \end_inset
37465 </cell>
37466 </row>
37467 <row>
37468 <cell alignment="center" valignment="top" usebox="none">
37469 \begin_inset Text
37470
37471 \begin_layout Plain Layout
37472
37473 \backslash
37474 land
37475 \end_layout
37476
37477 \end_inset
37478 </cell>
37479 <cell alignment="center" valignment="top" usebox="none">
37480 \begin_inset Text
37481
37482 \begin_layout Plain Layout
37483
37484 \backslash
37485 wedge
37486 \end_layout
37487
37488 \end_inset
37489 </cell>
37490 </row>
37491 <row>
37492 <cell alignment="center" valignment="top" usebox="none">
37493 \begin_inset Text
37494
37495 \begin_layout Plain Layout
37496
37497 \backslash
37498 rbrace
37499 \end_layout
37500
37501 \end_inset
37502 </cell>
37503 <cell alignment="center" valignment="top" usebox="none">
37504 \begin_inset Text
37505
37506 \begin_layout Plain Layout
37507 }
37508 \end_layout
37509
37510 \end_inset
37511 </cell>
37512 </row>
37513 <row>
37514 <cell alignment="center" valignment="top" usebox="none">
37515 \begin_inset Text
37516
37517 \begin_layout Plain Layout
37518
37519 \backslash
37520 rbracket
37521 \end_layout
37522
37523 \end_inset
37524 </cell>
37525 <cell alignment="center" valignment="top" usebox="none">
37526 \begin_inset Text
37527
37528 \begin_layout Plain Layout
37529 ]
37530 \end_layout
37531
37532 \end_inset
37533 </cell>
37534 </row>
37535 <row>
37536 <cell alignment="center" valignment="top" usebox="none">
37537 \begin_inset Text
37538
37539 \begin_layout Plain Layout
37540
37541 \backslash
37542 rightarrow
37543 \end_layout
37544
37545 \end_inset
37546 </cell>
37547 <cell alignment="center" valignment="top" usebox="none">
37548 \begin_inset Text
37549
37550 \begin_layout Plain Layout
37551
37552 \backslash
37553 to
37554 \end_layout
37555
37556 \end_inset
37557 </cell>
37558 </row>
37559 <row>
37560 <cell alignment="center" valignment="top" usebox="none">
37561 \begin_inset Text
37562
37563 \begin_layout Plain Layout
37564
37565 \backslash
37566 lnot
37567 \end_layout
37568
37569 \end_inset
37570 </cell>
37571 <cell alignment="center" valignment="top" usebox="none">
37572 \begin_inset Text
37573
37574 \begin_layout Plain Layout
37575
37576 \backslash
37577 neg
37578 \end_layout
37579
37580 \end_inset
37581 </cell>
37582 </row>
37583 <row>
37584 <cell alignment="center" valignment="top" usebox="none">
37585 \begin_inset Text
37586
37587 \begin_layout Plain Layout
37588
37589 \backslash
37590 ne
37591 \end_layout
37592
37593 \end_inset
37594 </cell>
37595 <cell alignment="center" valignment="top" usebox="none">
37596 \begin_inset Text
37597
37598 \begin_layout Plain Layout
37599
37600 \backslash
37601 not=
37602 \end_layout
37603
37604 \end_inset
37605 </cell>
37606 </row>
37607 <row>
37608 <cell alignment="center" valignment="top" usebox="none">
37609 \begin_inset Text
37610
37611 \begin_layout Plain Layout
37612
37613 \backslash
37614 owns
37615 \end_layout
37616
37617 \end_inset
37618 </cell>
37619 <cell alignment="center" valignment="top" usebox="none">
37620 \begin_inset Text
37621
37622 \begin_layout Plain Layout
37623
37624 \backslash
37625 ni
37626 \end_layout
37627
37628 \end_inset
37629 </cell>
37630 </row>
37631 <row>
37632 <cell alignment="center" valignment="top" usebox="none">
37633 \begin_inset Text
37634
37635 \begin_layout Plain Layout
37636
37637 \backslash
37638 square
37639 \end_layout
37640
37641 \end_inset
37642 </cell>
37643 <cell alignment="center" valignment="top" usebox="none">
37644 \begin_inset Text
37645
37646 \begin_layout Plain Layout
37647
37648 \backslash
37649 Box
37650 \end_layout
37651
37652 \end_inset
37653 </cell>
37654 </row>
37655 <row>
37656 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37657 \begin_inset Text
37658
37659 \begin_layout Plain Layout
37660
37661 \backslash
37662 Vert
37663 \end_layout
37664
37665 \end_inset
37666 </cell>
37667 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37668 \begin_inset Text
37669
37670 \begin_layout Plain Layout
37671
37672 \backslash
37673 |
37674 \end_layout
37675
37676 \end_inset
37677 </cell>
37678 </row>
37679 </lyxtabular>
37680
37681 \end_inset
37682
37683
37684 \begin_inset space \hfill{}
37685 \end_inset
37686
37687
37688 \end_layout
37689
37690 \begin_layout Standard
37691 \begin_inset Newpage newpage
37692 \end_inset
37693
37694
37695 \end_layout
37696
37697 \begin_layout Bibliography
37698 \begin_inset CommandInset bibitem
37699 LatexCommand bibitem
37700 key "TLC2"
37701
37702 \end_inset
37703
37704
37705 \shape smallcaps
37706 Mittelbach, F.
37707  ; Goossens, M.
37708 \shape default
37709
37710 \shape italic
37711 The \SpecialChar LaTeX
37712  Companion
37713 \shape default
37714 .
37715  Addison Wesley, 2004
37716 \end_layout
37717
37718 \begin_layout Bibliography
37719 \begin_inset CommandInset bibitem
37720 LatexCommand bibitem
37721 key "Mathmode"
37722
37723 \end_inset
37724
37725
37726 \begin_inset CommandInset href
37727 LatexCommand href
37728 name "Description"
37729 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37730
37731 \end_inset
37732
37733  of \SpecialChar LaTeX
37734 's math abilities
37735 \end_layout
37736
37737 \begin_layout Bibliography
37738 \begin_inset CommandInset bibitem
37739 LatexCommand bibitem
37740 key "AMS"
37741
37742 \end_inset
37743
37744
37745 \begin_inset CommandInset href
37746 LatexCommand href
37747 name "Description"
37748 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37749
37750 \end_inset
37751
37752  of 
37753 \begin_inset ERT
37754 status collapsed
37755
37756 \begin_layout Plain Layout
37757
37758
37759 \backslash
37760 AmS
37761 \end_layout
37762
37763 \end_inset
37764
37765 -\SpecialChar LaTeX
37766
37767 \end_layout
37768
37769 \begin_layout Bibliography
37770 \begin_inset CommandInset bibitem
37771 LatexCommand bibitem
37772 key "Symbols"
37773
37774 \end_inset
37775
37776
37777 \begin_inset CommandInset href
37778 LatexCommand href
37779 name "List"
37780 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37781
37782 \end_inset
37783
37784  of all symbols available with \SpecialChar LaTeX
37785 -packages
37786 \end_layout
37787
37788 \begin_layout Bibliography
37789 \begin_inset CommandInset bibitem
37790 LatexCommand bibitem
37791 key "cancel"
37792
37793 \end_inset
37794
37795
37796 \begin_inset CommandInset href
37797 LatexCommand href
37798 name "Documentation"
37799 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37800
37801 \end_inset
37802
37803  of the \SpecialChar LaTeX
37804 -package 
37805 \series bold
37806 cancel
37807 \series default
37808
37809 \begin_inset Index idx
37810 status collapsed
37811
37812 \begin_layout Plain Layout
37813 Packages ! cancel
37814 \end_layout
37815
37816 \end_inset
37817
37818
37819 \end_layout
37820
37821 \begin_layout Bibliography
37822 \begin_inset CommandInset bibitem
37823 LatexCommand bibitem
37824 key "hyperref"
37825
37826 \end_inset
37827
37828
37829 \begin_inset CommandInset href
37830 LatexCommand href
37831 name "Documentation"
37832 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37833
37834 \end_inset
37835
37836  of the \SpecialChar LaTeX
37837 -package 
37838 \series bold
37839 hyperref
37840 \series default
37841
37842 \begin_inset Index idx
37843 status collapsed
37844
37845 \begin_layout Plain Layout
37846 Packages ! hyperref
37847 \end_layout
37848
37849 \end_inset
37850
37851
37852 \end_layout
37853
37854 \begin_layout Bibliography
37855 \begin_inset CommandInset bibitem
37856 LatexCommand bibitem
37857 key "mhchem"
37858
37859 \end_inset
37860
37861
37862 \begin_inset CommandInset href
37863 LatexCommand href
37864 name "Documentation"
37865 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37866
37867 \end_inset
37868
37869  of the \SpecialChar LaTeX
37870 -package 
37871 \series bold
37872 mhchem
37873 \series default
37874
37875 \begin_inset Index idx
37876 status collapsed
37877
37878 \begin_layout Plain Layout
37879 Packages ! mhchem
37880 \end_layout
37881
37882 \end_inset
37883
37884
37885 \end_layout
37886
37887 \begin_layout Bibliography
37888 \begin_inset CommandInset bibitem
37889 LatexCommand bibitem
37890 key "Duden"
37891
37892 \end_inset
37893
37894
37895 \emph on
37896 Duden Band 1
37897 \emph default
37898 .
37899  22.
37900  Auflage, Duden 2001
37901 \end_layout
37902
37903 \begin_layout Bibliography
37904 \begin_inset CommandInset bibitem
37905 LatexCommand bibitem
37906 key "Checklist"
37907
37908 \end_inset
37909
37910
37911 \begin_inset CommandInset href
37912 LatexCommand href
37913 name "Check list"
37914 target "http://physics.nist.gov/Document/checklist.pdf"
37915
37916 \end_inset
37917
37918  for reviewing manuscripts
37919 \end_layout
37920
37921 \begin_layout Standard
37922 \begin_inset CommandInset index_print
37923 LatexCommand printindex
37924 type "idx"
37925
37926 \end_inset
37927
37928
37929 \end_layout
37930
37931 \end_body
37932 \end_document