]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
f3d9a96bdd0e224cfdbb4b5f2c8229d1a9ceba91
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 501
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" "default"
152 \font_sans "default" "default"
153 \font_typewriter "default" "default"
154 \font_math "auto" "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 100
160 \font_tt_scale 100 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 booktabs="true" tabularvalignment="middle">
12835 <column alignment="center" valignment="top" width="0pt">
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 \end_layout
12853
12854 \end_inset
12855 </cell>
12856 </row>
12857 <row topspace="1.5mm">
12858 <cell alignment="center" valignment="top" usebox="none">
12859 \begin_inset Text
12860
12861 \begin_layout Plain Layout
12862
12863 \backslash
12864 fbox
12865 \begin_inset space \textvisiblespace{}
12866 \end_inset
12867
12868
12869 \family sans
12870 Ctrl+M
12871 \family default
12872  
12873 \backslash
12874 int
12875 \begin_inset space \textvisiblespace{}
12876 \end_inset
12877
12878 A=B
12879 \end_layout
12880
12881 \end_inset
12882 </cell>
12883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12884 \begin_inset Text
12885
12886 \begin_layout Plain Layout
12887 \begin_inset Formula $\fbox{\ensuremath{\int A=B}}$
12888 \end_inset
12889
12890
12891 \end_layout
12892
12893 \end_inset
12894 </cell>
12895 </row>
12896 <row topspace="1.5mm">
12897 <cell alignment="center" valignment="top" usebox="none">
12898 \begin_inset Text
12899
12900 \begin_layout Plain Layout
12901
12902 \backslash
12903 boxed
12904 \begin_inset space \textvisiblespace{}
12905 \end_inset
12906
12907
12908 \backslash
12909 int
12910 \begin_inset space \textvisiblespace{}
12911 \end_inset
12912
12913 A=B
12914 \end_layout
12915
12916 \end_inset
12917 </cell>
12918 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12919 \begin_inset Text
12920
12921 \begin_layout Plain Layout
12922 \begin_inset Formula $\boxed{\int A=B}$
12923 \end_inset
12924
12925
12926 \end_layout
12927
12928 \end_inset
12929 </cell>
12930 </row>
12931 <row topspace="1.5mm">
12932 <cell alignment="center" valignment="top" usebox="none">
12933 \begin_inset Text
12934
12935 \begin_layout Plain Layout
12936 A+
12937 \backslash
12938 fbox
12939 \begin_inset space \textvisiblespace{}
12940 \end_inset
12941
12942 B
12943 \end_layout
12944
12945 \end_inset
12946 </cell>
12947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12948 \begin_inset Text
12949
12950 \begin_layout Plain Layout
12951 \begin_inset Formula $A+\fbox{B}$
12952 \end_inset
12953
12954
12955 \end_layout
12956
12957 \end_inset
12958 </cell>
12959 </row>
12960 <row topspace="1.5mm" bottomspace="1mm">
12961 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12962 \begin_inset Text
12963
12964 \begin_layout Plain Layout
12965
12966 \backslash
12967 framebox
12968 \begin_inset space \textvisiblespace{}
12969 \end_inset
12970
12971 20mm
12972 \begin_inset Formula $\to$
12973 \end_inset
12974
12975
12976 \begin_inset Formula $\to$
12977 \end_inset
12978
12979
12980 \family sans
12981 Ctrl+M
12982 \family default
12983  
12984 \backslash
12985 frac
12986 \begin_inset space \textvisiblespace{}
12987 \end_inset
12988
12989 A
12990 \begin_inset Formula $\downarrow$
12991 \end_inset
12992
12993 B
12994 \end_layout
12995
12996 \end_inset
12997 </cell>
12998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12999 \begin_inset Text
13000
13001 \begin_layout Plain Layout
13002 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13003 \end_inset
13004
13005
13006 \end_layout
13007
13008 \end_inset
13009 </cell>
13010 </row>
13011 </lyxtabular>
13012
13013 \end_inset
13014
13015
13016 \end_layout
13017
13018 \begin_layout Standard
13019 The frame thickness can also be adjusted.
13020  To do this the following commands have to be inserted in \SpecialChar TeX
13021  mode before the
13022  formula
13023 \end_layout
13024
13025 \begin_layout Standard
13026
13027 \series bold
13028
13029 \backslash
13030 fboxrule
13031 \series default
13032  
13033 \series bold
13034
13035 \begin_inset Quotes eld
13036 \end_inset
13037
13038 thickness
13039 \begin_inset Quotes erd
13040 \end_inset
13041
13042
13043 \series default
13044  
13045 \series bold
13046
13047 \backslash
13048 fboxsep
13049 \series default
13050  
13051 \series bold
13052
13053 \begin_inset Quotes eld
13054 \end_inset
13055
13056 distance
13057 \begin_inset Quotes erd
13058 \end_inset
13059
13060
13061 \end_layout
13062
13063 \begin_layout Standard
13064 \begin_inset Quotes eld
13065 \end_inset
13066
13067 distance
13068 \begin_inset Quotes erd
13069 \end_inset
13070
13071  specifies the minimal distance between the frame and the first character
13072  in the box.
13073  An example for this is the following framed formula:
13074 \begin_inset ERT
13075 status collapsed
13076
13077 \begin_layout Plain Layout
13078
13079
13080 \backslash
13081 fboxrule 2mm 
13082 \backslash
13083 fboxsep 3mm
13084 \end_layout
13085
13086 \end_inset
13087
13088
13089 \begin_inset Formula 
13090 \[
13091 \boxed{A+B=C}
13092 \]
13093
13094 \end_inset
13095
13096 Before this formula the commands
13097 \end_layout
13098
13099 \begin_layout Standard
13100
13101 \series bold
13102
13103 \backslash
13104 fboxrule
13105 \series default
13106  
13107 \series bold
13108 2mm
13109 \series default
13110  
13111 \series bold
13112
13113 \backslash
13114 fboxsep
13115 \series default
13116  
13117 \series bold
13118 3mm
13119 \end_layout
13120
13121 \begin_layout Standard
13122 were inserted in \SpecialChar TeX
13123  mode.
13124  The given values are used for all following boxes.
13125 \end_layout
13126
13127 \begin_layout Standard
13128 To return to the standard frame size, the command
13129 \end_layout
13130
13131 \begin_layout Standard
13132
13133 \series bold
13134
13135 \backslash
13136 fboxrule
13137 \series default
13138  
13139 \series bold
13140 0.4pt
13141 \series default
13142  
13143 \series bold
13144
13145 \backslash
13146 fboxsep
13147 \series default
13148  
13149 \series bold
13150 3pt
13151 \series default
13152
13153 \begin_inset ERT
13154 status collapsed
13155
13156 \begin_layout Plain Layout
13157
13158
13159 \backslash
13160 fboxrule 0.4pt 
13161 \backslash
13162 fboxsep 3pt
13163 \end_layout
13164
13165 \end_inset
13166
13167
13168 \end_layout
13169
13170 \begin_layout Standard
13171 is inserted in \SpecialChar TeX
13172  mode before the next formula.
13173 \end_layout
13174
13175 \begin_layout Subsection
13176 Boxes without Frame
13177 \begin_inset CommandInset label
13178 LatexCommand label
13179 name "subsec:Boxes-without-Frame"
13180
13181 \end_inset
13182
13183
13184 \begin_inset Index idx
13185 status collapsed
13186
13187 \begin_layout Plain Layout
13188 Boxes ! without frame
13189 \end_layout
13190
13191 \end_inset
13192
13193
13194 \end_layout
13195
13196 \begin_layout Standard
13197 For boxes without a frame there are the following box commands: 
13198 \series bold
13199
13200 \backslash
13201 mbox
13202 \series default
13203
13204 \begin_inset Index idx
13205 status collapsed
13206
13207 \begin_layout Plain Layout
13208 Commands ! M ! 
13209 \backslash
13210 mbox
13211 \end_layout
13212
13213 \end_inset
13214
13215
13216 \series bold
13217
13218 \backslash
13219 makebox
13220 \series default
13221
13222 \begin_inset Index idx
13223 status collapsed
13224
13225 \begin_layout Plain Layout
13226 Commands ! M ! 
13227 \backslash
13228 makebox
13229 \end_layout
13230
13231 \end_inset
13232
13233  and 
13234 \series bold
13235
13236 \backslash
13237 raisebox
13238 \series default
13239
13240 \begin_inset Index idx
13241 status collapsed
13242
13243 \begin_layout Plain Layout
13244 Commands ! R ! 
13245 \backslash
13246 raisebox
13247 \end_layout
13248
13249 \end_inset
13250
13251
13252 \end_layout
13253
13254 \begin_layout Standard
13255 With 
13256 \series bold
13257
13258 \backslash
13259 raisebox
13260 \series default
13261  a box can be super- or subscripted.
13262  But in contrary to normal super- and subscripting, the characters in the
13263  box keep their font size.
13264  
13265 \series bold
13266
13267 \backslash
13268 raisebox
13269 \series default
13270  is used in the following scheme:
13271 \end_layout
13272
13273 \begin_layout Standard
13274
13275 \series bold
13276
13277 \backslash
13278 raisebox{height}{box content}
13279 \end_layout
13280
13281 \begin_layout Standard
13282 When the box should contain a formula, an extra formula is needed like for
13283  
13284 \series bold
13285
13286 \backslash
13287 fbox
13288 \series default
13289 .
13290  
13291 \series medium
13292
13293 \begin_inset Note Greyedout
13294 status open
13295
13296 \begin_layout Plain Layout
13297
13298 \series bold
13299 Note:
13300 \series default
13301  For 
13302 \series bold
13303
13304 \backslash
13305 raisebox
13306 \series default
13307  this extra formula is created by pressing 
13308 \family sans
13309 Ctrl+M
13310 \family default
13311  twice instead of once because \SpecialChar LyX
13312  doesn't yet support 
13313 \series bold
13314
13315 \backslash
13316 raisebox
13317 \series default
13318  directly.
13319 \end_layout
13320
13321 \end_inset
13322
13323
13324 \series default
13325
13326 \begin_inset Separator parbreak
13327 \end_inset
13328
13329
13330 \end_layout
13331
13332 \begin_layout Standard
13333 \align center
13334 \begin_inset Tabular
13335 <lyxtabular version="3" rows="4" columns="2">
13336 <features booktabs="true" tabularvalignment="middle">
13337 <column alignment="center" valignment="top" width="0pt">
13338 <column alignment="center" valignment="top">
13339 <row>
13340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13341 \begin_inset Text
13342
13343 \begin_layout Plain Layout
13344 Command
13345 \end_layout
13346
13347 \end_inset
13348 </cell>
13349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13350 \begin_inset Text
13351
13352 \begin_layout Plain Layout
13353 Result
13354 \end_layout
13355
13356 \end_inset
13357 </cell>
13358 </row>
13359 <row>
13360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13361 \begin_inset Text
13362
13363 \begin_layout Plain Layout
13364 H
13365 \backslash
13366 raisebox{2mm
13367 \begin_inset Formula $\to$
13368 \end_inset
13369
13370
13371 \backslash
13372 {al
13373 \begin_inset Formula $\to$
13374 \end_inset
13375
13376  lo
13377 \end_layout
13378
13379 \end_inset
13380 </cell>
13381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13382 \begin_inset Text
13383
13384 \begin_layout Plain Layout
13385 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13386 \end_inset
13387
13388
13389 \end_layout
13390
13391 \end_inset
13392 </cell>
13393 </row>
13394 <row>
13395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13396 \begin_inset Text
13397
13398 \begin_layout Plain Layout
13399 H
13400 \backslash
13401 raisebox{-2mm
13402 \begin_inset Formula $\to$
13403 \end_inset
13404
13405
13406 \backslash
13407 {al
13408 \begin_inset Formula $\to$
13409 \end_inset
13410
13411 lo
13412 \end_layout
13413
13414 \end_inset
13415 </cell>
13416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13417 \begin_inset Text
13418
13419 \begin_layout Plain Layout
13420 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13421 \end_inset
13422
13423
13424 \end_layout
13425
13426 \end_inset
13427 </cell>
13428 </row>
13429 <row>
13430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13431 \begin_inset Text
13432
13433 \begin_layout Plain Layout
13434 A=
13435 \backslash
13436 raisebox{-2mm
13437 \begin_inset Formula $\to$
13438 \end_inset
13439
13440
13441 \backslash
13442 {
13443 \family sans
13444 Ctrl+M
13445 \family default
13446  
13447 \family sans
13448 Ctrl+M
13449 \family default
13450  
13451 \backslash
13452 sqrt
13453 \begin_inset space \textvisiblespace{}
13454 \end_inset
13455
13456
13457 \end_layout
13458
13459 \end_inset
13460 </cell>
13461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13462 \begin_inset Text
13463
13464 \begin_layout Plain Layout
13465 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13466 \end_inset
13467
13468
13469 \end_layout
13470
13471 \end_inset
13472 </cell>
13473 </row>
13474 </lyxtabular>
13475
13476 \end_inset
13477
13478
13479 \end_layout
13480
13481 \begin_layout Standard
13482 The command 
13483 \series bold
13484
13485 \backslash
13486 mbox
13487 \series default
13488  is equivalent to 
13489 \series bold
13490
13491 \backslash
13492 fbox
13493 \series default
13494  and 
13495 \series bold
13496
13497 \backslash
13498 makebox
13499 \series default
13500  is equivalent to 
13501 \series bold
13502
13503 \backslash
13504 framebox
13505 \series default
13506 , with the difference that there is no frame.
13507 \end_layout
13508
13509 \begin_layout Subsection
13510 Colored Boxes
13511 \begin_inset CommandInset label
13512 LatexCommand label
13513 name "subsec:Colored-Boxes"
13514
13515 \end_inset
13516
13517
13518 \begin_inset Index idx
13519 status collapsed
13520
13521 \begin_layout Plain Layout
13522 Boxes ! colored
13523 \end_layout
13524
13525 \end_inset
13526
13527
13528 \end_layout
13529
13530 \begin_layout Standard
13531 To be able to use all commands explained in this section, the \SpecialChar LaTeX
13532 -package 
13533 \series bold
13534 color
13535 \series default
13536
13537 \begin_inset Foot
13538 status collapsed
13539
13540 \begin_layout Plain Layout
13541 The \SpecialChar LaTeX
13542 -package 
13543 \series bold
13544 color
13545 \series default
13546  is part of every \SpecialChar LaTeX
13547  standard installation.
13548 \end_layout
13549
13550 \end_inset
13551
13552
13553 \begin_inset Index idx
13554 status collapsed
13555
13556 \begin_layout Plain Layout
13557 Packages ! color
13558 \end_layout
13559
13560 \end_inset
13561
13562  has to be loaded in the \SpecialChar LaTeX
13563 -preamble with the line
13564 \begin_inset Foot
13565 status collapsed
13566
13567 \begin_layout Plain Layout
13568 When text is colored somewhere in the document with a predefined color,
13569  \SpecialChar LyX
13570  loads the \SpecialChar LaTeX
13571  package 
13572 \series bold
13573 color
13574 \series default
13575  automatically.
13576  Thus it is possible that the package is loaded twice, but this does not
13577  cause problems.
13578 \end_layout
13579
13580 \end_inset
13581
13582
13583 \begin_inset Note Note
13584 status collapsed
13585
13586 \begin_layout Plain Layout
13587 To avoid that the package is loaded twice, a macro was inserted to the \SpecialChar LaTeX
13588 -preamble.
13589 \end_layout
13590
13591 \end_inset
13592
13593
13594 \end_layout
13595
13596 \begin_layout Standard
13597
13598 \series bold
13599
13600 \backslash
13601 usepackage{color}
13602 \end_layout
13603
13604 \begin_layout Standard
13605 \begin_inset VSpace medskip
13606 \end_inset
13607
13608 To color boxes, the command 
13609 \series bold
13610
13611 \backslash
13612 colorbox
13613 \series default
13614
13615 \begin_inset Index idx
13616 status collapsed
13617
13618 \begin_layout Plain Layout
13619 Commands ! C ! 
13620 \backslash
13621 colorbox
13622 \end_layout
13623
13624 \end_inset
13625
13626  is used in the following scheme:
13627 \end_layout
13628
13629 \begin_layout Standard
13630
13631 \series bold
13632
13633 \backslash
13634 colorbox{color}{box content}
13635 \end_layout
13636
13637 \begin_layout Standard
13638 The box content can also be a box and a 
13639 \series bold
13640
13641 \backslash
13642 colorbox
13643 \series default
13644  can also be part of another box (see the 2nd and 3rd example).
13645  When the box should contain a formula, an extra formula has to be created,
13646  the same way as for 
13647 \series bold
13648
13649 \backslash
13650 raisebox
13651 \series default
13652 .
13653 \begin_inset Foot
13654 status collapsed
13655
13656 \begin_layout Plain Layout
13657 This also applies for the command 
13658 \series bold
13659
13660 \backslash
13661 fcolorbox
13662 \series default
13663 .
13664 \end_layout
13665
13666 \end_inset
13667
13668
13669 \end_layout
13670
13671 \begin_layout Standard
13672 One of the following predefined colors can be chosen:
13673 \end_layout
13674
13675 \begin_layout Standard
13676
13677 \series bold
13678 black
13679 \series default
13680
13681 \series bold
13682 blue
13683 \series default
13684
13685 \series bold
13686 cyan
13687 \series default
13688
13689 \series bold
13690 green
13691 \series default
13692
13693 \series bold
13694 magenta
13695 \series default
13696
13697 \series bold
13698 red
13699 \series default
13700
13701 \series bold
13702 white
13703 \series default
13704  and 
13705 \series bold
13706 yellow
13707 \series default
13708
13709 \begin_inset Separator parbreak
13710 \end_inset
13711
13712
13713 \end_layout
13714
13715 \begin_layout Standard
13716 \align center
13717 \begin_inset Tabular
13718 <lyxtabular version="3" rows="4" columns="2">
13719 <features booktabs="true" tabularvalignment="middle">
13720 <column alignment="center" valignment="top" width="0pt">
13721 <column alignment="center" valignment="top">
13722 <row>
13723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13724 \begin_inset Text
13725
13726 \begin_layout Plain Layout
13727 Command
13728 \end_layout
13729
13730 \end_inset
13731 </cell>
13732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13733 \begin_inset Text
13734
13735 \begin_layout Plain Layout
13736 Result
13737 \end_layout
13738
13739 \end_inset
13740 </cell>
13741 </row>
13742 <row>
13743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13744 \begin_inset Text
13745
13746 \begin_layout Plain Layout
13747
13748 \backslash
13749 colorbox{yellow
13750 \begin_inset Formula $\to$
13751 \end_inset
13752
13753
13754 \backslash
13755 {A=B
13756 \end_layout
13757
13758 \end_inset
13759 </cell>
13760 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13761 \begin_inset Text
13762
13763 \begin_layout Plain Layout
13764 \begin_inset Formula $\colorbox{yellow}{A=B}$
13765 \end_inset
13766
13767
13768 \end_layout
13769
13770 \end_inset
13771 </cell>
13772 </row>
13773 <row topspace="1.5mm">
13774 <cell alignment="center" valignment="top" usebox="none">
13775 \begin_inset Text
13776
13777 \begin_layout Plain Layout
13778
13779 \backslash
13780 colorbox{green
13781 \begin_inset Formula $\to$
13782 \end_inset
13783
13784
13785 \backslash
13786 {
13787 \backslash
13788 fbox
13789 \begin_inset space \textvisiblespace{}
13790 \end_inset
13791
13792 A=B
13793 \end_layout
13794
13795 \end_inset
13796 </cell>
13797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13798 \begin_inset Text
13799
13800 \begin_layout Plain Layout
13801 \begin_inset Formula $\colorbox{green}{\fbox{A=B}}$
13802 \end_inset
13803
13804
13805 \end_layout
13806
13807 \end_inset
13808 </cell>
13809 </row>
13810 <row topspace="1.5mm" bottomspace="1mm">
13811 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13812 \begin_inset Text
13813
13814 \begin_layout Plain Layout
13815
13816 \backslash
13817 fbox
13818 \begin_inset space \textvisiblespace{}
13819 \end_inset
13820
13821
13822 \backslash
13823 colorbox{green
13824 \begin_inset Formula $\to$
13825 \end_inset
13826
13827
13828 \backslash
13829 {
13830 \family sans
13831 Ctrl+M
13832 \family default
13833  
13834 \family sans
13835 Ctrl+M
13836 \family default
13837  
13838 \backslash
13839 int
13840 \begin_inset space \textvisiblespace{}
13841 \end_inset
13842
13843 C=D
13844 \end_layout
13845
13846 \end_inset
13847 </cell>
13848 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13849 \begin_inset Text
13850
13851 \begin_layout Plain Layout
13852 \begin_inset Formula $\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}$
13853 \end_inset
13854
13855
13856 \end_layout
13857
13858 \end_inset
13859 </cell>
13860 </row>
13861 </lyxtabular>
13862
13863 \end_inset
13864
13865
13866 \end_layout
13867
13868 \begin_layout Standard
13869
13870 \series bold
13871
13872 \backslash
13873 colorbox
13874 \series default
13875  only colors the box but not the characters in the box.
13876  To color all characters, the whole formula is highlighted and the desired
13877  color is chosen in the 
13878 \family sans
13879 Text
13880 \begin_inset space ~
13881 \end_inset
13882
13883 Style
13884 \family default
13885  dialog.
13886  The dialog can be called with the toolbar button 
13887 \begin_inset Info
13888 type  "icon"
13889 arg   "dialog-show character"
13890 \end_inset
13891
13892  or the menu 
13893 \family sans
13894 Edit\SpecialChar menuseparator
13895 Text
13896 \begin_inset space ~
13897 \end_inset
13898
13899 Style\SpecialChar menuseparator
13900 Customized
13901 \family default
13902 .
13903  The formula number then has the same color as the formula.
13904  When the formula number should get another color than the formula characters,
13905  the color must be changed within the formula.
13906 \end_layout
13907
13908 \begin_layout Standard
13909 An example:
13910 \end_layout
13911
13912 \begin_layout Standard
13913
13914 \color red
13915 \begin_inset Formula 
13916 \begin{equation}
13917 \int A=B\label{eq:red}
13918 \end{equation}
13919
13920 \end_inset
13921
13922
13923 \color green
13924
13925 \begin_inset Formula 
13926 \begin{equation}
13927 \textcolor{red}{\int A=B}\label{eq:redgreen}
13928 \end{equation}
13929
13930 \end_inset
13931
13932
13933 \end_layout
13934
13935 \begin_layout Standard
13936 Formula 
13937 \begin_inset CommandInset ref
13938 LatexCommand eqref
13939 reference "eq:red"
13940
13941 \end_inset
13942
13943  is completely colored red.
13944 \begin_inset Newline newline
13945 \end_inset
13946
13947 Formula 
13948 \begin_inset CommandInset ref
13949 LatexCommand eqref
13950 reference "eq:redgreen"
13951
13952 \end_inset
13953
13954  was first completely colored green to set the color for the formula number.
13955  Subsequently the formula characters were colored red.
13956 \end_layout
13957
13958 \begin_layout Standard
13959 \begin_inset VSpace bigskip
13960 \end_inset
13961
13962 To color the frame different than the rest of the box, the command 
13963 \series bold
13964
13965 \backslash
13966 fcolorbox
13967 \series default
13968
13969 \begin_inset Index idx
13970 status collapsed
13971
13972 \begin_layout Plain Layout
13973 Commands ! F ! 
13974 \backslash
13975 fcolorbox
13976 \end_layout
13977
13978 \end_inset
13979
13980  is used in the following scheme:
13981 \end_layout
13982
13983 \begin_layout Standard
13984
13985 \series bold
13986
13987 \backslash
13988 fcolorbox{frame color}{color}{box content}
13989 \end_layout
13990
13991 \begin_layout Standard
13992 So 
13993 \series bold
13994
13995 \backslash
13996 fcolorbox
13997 \series default
13998  is an extension of the command 
13999 \series bold
14000
14001 \backslash
14002 colorbox
14003 \series default
14004 .
14005  The frame width is set, like for 
14006 \series bold
14007
14008 \backslash
14009 framebox
14010 \series default
14011 , with 
14012 \series bold
14013
14014 \backslash
14015 fboxrule
14016 \series default
14017  and 
14018 \series bold
14019
14020 \backslash
14021 fboxsep
14022 \series default
14023 .
14024  An example:
14025 \begin_inset ERT
14026 status collapsed
14027
14028 \begin_layout Plain Layout
14029
14030
14031 \backslash
14032 fboxrule 1mm 
14033 \backslash
14034 fboxsep 1mm
14035 \end_layout
14036
14037 \end_inset
14038
14039
14040 \begin_inset Formula 
14041 \[
14042 \fcolorbox{cyan}{magenta}{A=B}
14043 \]
14044
14045 \end_inset
14046
14047
14048 \begin_inset ERT
14049 status collapsed
14050
14051 \begin_layout Plain Layout
14052
14053
14054 \backslash
14055 fboxrule 0.4pt 
14056 \backslash
14057 fboxsep 3pt
14058 \end_layout
14059
14060 \end_inset
14061
14062
14063 \end_layout
14064
14065 \begin_layout Standard
14066 This formula was created with the command
14067 \begin_inset Newline newline
14068 \end_inset
14069
14070
14071 \series bold
14072
14073 \backslash
14074 fcolorbox{cyan
14075 \begin_inset Formula $\to$
14076 \end_inset
14077
14078
14079 \backslash
14080 {magenta
14081 \begin_inset Formula $\to$
14082 \end_inset
14083
14084
14085 \backslash
14086 {A=B
14087 \series default
14088 .
14089 \end_layout
14090
14091 \begin_layout Standard
14092 \begin_inset VSpace bigskip
14093 \end_inset
14094
14095 To use other colors than the predefined ones, they have to be defined first.
14096 \end_layout
14097
14098 \begin_layout Standard
14099 One can for example define the color 
14100 \begin_inset Quotes eld
14101 \end_inset
14102
14103
14104 \series bold
14105 darkgreen
14106 \series default
14107
14108 \begin_inset Quotes erd
14109 \end_inset
14110
14111  with the \SpecialChar LaTeX
14112 -preamble line:
14113 \end_layout
14114
14115 \begin_layout Standard
14116
14117 \series bold
14118
14119 \backslash
14120 definecolor{darkgreen}{cmyk}{0.5,
14121 \series default
14122  
14123 \series bold
14124 0,
14125 \series default
14126  
14127 \series bold
14128 1,
14129 \series default
14130  
14131 \series bold
14132 0.5}
14133 \series default
14134
14135 \begin_inset Index idx
14136 status collapsed
14137
14138 \begin_layout Plain Layout
14139 Commands ! D ! 
14140 \backslash
14141 definecolor
14142 \end_layout
14143
14144 \end_inset
14145
14146
14147 \end_layout
14148
14149 \begin_layout Standard
14150
14151 \series bold
14152 cmyk
14153 \series default
14154  is the color space that denotes the colors 
14155 \series bold
14156 cyan
14157 \series default
14158
14159 \series bold
14160 magenta
14161 \series default
14162
14163 \series bold
14164 yellow
14165 \series default
14166  and 
14167 \series bold
14168 black
14169 \series default
14170 .
14171  The four comma separated numbers are the portion factor for the corresponding
14172  colors of the color space.
14173  The factors can be in the range of 0
14174 \begin_inset space \thinspace{}
14175 \end_inset
14176
14177 -
14178 \begin_inset space \thinspace{}
14179 \end_inset
14180
14181 1.
14182  Instead of 
14183 \series bold
14184 cmyk
14185 \series default
14186  also the color space 
14187 \series bold
14188 rgb
14189 \series default
14190  can be used for definitions.
14191  
14192 \series bold
14193 rgb
14194 \series default
14195  denotes 
14196 \series bold
14197 red
14198 \series default
14199
14200 \series bold
14201 green
14202 \series default
14203  and 
14204 \series bold
14205 blue
14206 \series default
14207 , so that there are in this case three portion factors for the corresponding
14208  colors.
14209  Furthermore there is the color space 
14210 \series bold
14211 gray
14212 \series default
14213  with one portion factor for the gray value.
14214 \end_layout
14215
14216 \begin_layout Standard
14217 As example a framed box with the new defined color 
14218 \series bold
14219 darkgreen
14220 \series default
14221  where the characters have been colored 
14222 \series bold
14223 yellow
14224 \series default
14225 :
14226 \begin_inset Formula 
14227 \begin{equation}
14228 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14229 \end{equation}
14230
14231 \end_inset
14232
14233
14234 \end_layout
14235
14236 \begin_layout Standard
14237 Self-defined colors can also be used for text with the help of the command
14238  
14239 \series bold
14240
14241 \backslash
14242 textcolor
14243 \series default
14244 :
14245 \begin_inset Index idx
14246 status collapsed
14247
14248 \begin_layout Plain Layout
14249 Text ! colored
14250 \end_layout
14251
14252 \end_inset
14253
14254
14255 \end_layout
14256
14257 \begin_layout Standard
14258 \begin_inset ERT
14259 status collapsed
14260
14261 \begin_layout Plain Layout
14262
14263
14264 \backslash
14265 textcolor{darkgreen}{
14266 \end_layout
14267
14268 \end_inset
14269
14270 This sentence is 
14271 \begin_inset Quotes eld
14272 \end_inset
14273
14274 darkgreen
14275 \begin_inset Quotes erd
14276 \end_inset
14277
14278 .
14279 \begin_inset ERT
14280 status collapsed
14281
14282 \begin_layout Plain Layout
14283
14284 }
14285 \end_layout
14286
14287 \end_inset
14288
14289
14290 \end_layout
14291
14292 \begin_layout Standard
14293
14294 \series bold
14295
14296 \backslash
14297 textcolor
14298 \series default
14299
14300 \begin_inset Index idx
14301 status collapsed
14302
14303 \begin_layout Plain Layout
14304 Commands ! T ! 
14305 \backslash
14306 textcolor
14307 \end_layout
14308
14309 \end_inset
14310
14311  is used in the scheme 
14312 \series bold
14313
14314 \backslash
14315 textcolor{color}{characters to color}
14316 \series default
14317 .
14318 \end_layout
14319
14320 \begin_layout Subsection
14321 Paragraph Boxes
14322 \begin_inset CommandInset label
14323 LatexCommand label
14324 name "subsec:Paragraph-Boxes"
14325
14326 \end_inset
14327
14328
14329 \begin_inset Index idx
14330 status collapsed
14331
14332 \begin_layout Plain Layout
14333 Boxes ! as paragraph
14334 \end_layout
14335
14336 \end_inset
14337
14338
14339 \end_layout
14340
14341 \begin_layout Standard
14342 A box that can contain several lines and paragraphs, a so-called paragraph
14343  box (parbox), can be created with the menu 
14344 \family sans
14345 Insert\SpecialChar menuseparator
14346 Box
14347 \family default
14348  or the toolbar button 
14349 \begin_inset Info
14350 type  "icon"
14351 arg   "box-insert"
14352 \end_inset
14353
14354 .
14355 \end_layout
14356
14357 \begin_layout Standard
14358 The following example shows a framed parbox in a line:
14359 \end_layout
14360
14361 \begin_layout Standard
14362 \begin_inset VSpace medskip
14363 \end_inset
14364
14365 This is a line 
14366 \begin_inset Box Boxed
14367 position "c"
14368 hor_pos "c"
14369 has_inner_box 1
14370 inner_pos "t"
14371 use_parbox 1
14372 use_makebox 0
14373 width "5cm"
14374 special "none"
14375 height "1in"
14376 height_special "totalheight"
14377 thickness "0.4pt"
14378 separation "3pt"
14379 shadowsize "4pt"
14380 framecolor "black"
14381 backgroundcolor "none"
14382 status open
14383
14384 \begin_layout Plain Layout
14385 This is a paragraph box.
14386  It is exactly 5
14387 \begin_inset space \thinspace{}
14388 \end_inset
14389
14390 cm long and can also contain formulas: 
14391 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14392 \end_inset
14393
14394
14395 \end_layout
14396
14397 \end_inset
14398
14399  with a parbox.
14400 \end_layout
14401
14402 \begin_layout Standard
14403 \begin_inset VSpace medskip
14404 \end_inset
14405
14406
14407 \end_layout
14408
14409 \begin_layout Standard
14410 Such a box is created by right-clicking on the gray box inset.
14411  A dialog pops up showing the box properties.
14412  In our case set: 
14413 \emph on
14414 Decoration
14415 \emph default
14416 : Rectangular box, 
14417 \emph on
14418 Inner Box
14419 \emph default
14420 : Parbox, 
14421 \emph on
14422 Width
14423 \emph default
14424 : 5
14425 \begin_inset space \thinspace{}
14426 \end_inset
14427
14428 cm, 
14429 \emph on
14430 Vertical Box Alignment
14431 \emph default
14432 : Middle
14433 \end_layout
14434
14435 \begin_layout Standard
14436 \begin_inset VSpace medskip
14437 \end_inset
14438
14439 In \SpecialChar LaTeX
14440  a parbox is created with the command 
14441 \series bold
14442
14443 \backslash
14444 parbox
14445 \series default
14446
14447 \begin_inset Index idx
14448 status collapsed
14449
14450 \begin_layout Plain Layout
14451 Commands ! P ! 
14452 \backslash
14453 parbox
14454 \end_layout
14455
14456 \end_inset
14457
14458  which has the following scheme:
14459 \end_layout
14460
14461 \begin_layout Standard
14462
14463 \series bold
14464
14465 \backslash
14466 parbox[position]{width}{box content}
14467 \end_layout
14468
14469 \begin_layout Standard
14470 The positions 
14471 \emph on
14472 b
14473 \emph default
14474  and 
14475 \emph on
14476 t
14477 \emph default
14478  are possible.
14479  
14480 \emph on
14481 b
14482 \emph default
14483  for 
14484 \begin_inset Quotes eld
14485 \end_inset
14486
14487 bottom
14488 \begin_inset Quotes erd
14489 \end_inset
14490
14491  means that the box is aligned within the surrounding text with its last
14492  line.
14493  With 
14494 \emph on
14495 t
14496 \emph default
14497  for 
14498 \begin_inset Quotes eld
14499 \end_inset
14500
14501 top
14502 \begin_inset Quotes erd
14503 \end_inset
14504
14505  this is done with the first line.
14506  When no position is given, the box will be vertically centered, see section
14507  
14508 \emph on
14509 Boxes
14510 \emph default
14511  of the 
14512 \emph on
14513 Embedded
14514 \begin_inset space ~
14515 \end_inset
14516
14517 Objects
14518 \emph default
14519  manual for examples.
14520 \end_layout
14521
14522 \begin_layout Standard
14523 \begin_inset VSpace bigskip
14524 \end_inset
14525
14526 To frame formulas completely, including the formula number, the formula
14527  must be set into a parbox.
14528  To do this, the command 
14529 \series bold
14530
14531 \backslash
14532 fbox{
14533 \backslash
14534 parbox{
14535 \backslash
14536 linewidth-2
14537 \backslash
14538 fboxsep-2
14539 \backslash
14540 fboxrule}{
14541 \series default
14542  is inserted in \SpecialChar TeX
14543  mode before the formula.
14544  
14545 \series bold
14546
14547 \backslash
14548 linewidth
14549 \series default
14550
14551 \begin_inset Index idx
14552 status collapsed
14553
14554 \begin_layout Plain Layout
14555 Commands ! L ! 
14556 \backslash
14557 linewidth
14558 \end_layout
14559
14560 \end_inset
14561
14562  is hereby the line width set for the document.
14563  Because the frame is outside the parbox, 2
14564 \begin_inset space \thinspace{}
14565 \end_inset
14566
14567 times the frame separation and the frame thickness must be subtracted from
14568  the line width.
14569  As this is not automatically done by \SpecialChar LyX
14570  due to a bug
14571 \begin_inset Foot
14572 status collapsed
14573
14574 \begin_layout Plain Layout
14575 \begin_inset CommandInset href
14576 LatexCommand href
14577 name "LyX-bug #4483"
14578 target "http://www.lyx.org/trac/ticket/4483"
14579
14580 \end_inset
14581
14582
14583 \end_layout
14584
14585 \end_inset
14586
14587 , \SpecialChar TeX
14588  mode has to be used.
14589  To be able to multiply and subtract in arguments, the \SpecialChar LaTeX
14590 -package 
14591 \series bold
14592 calc
14593 \series default
14594
14595 \begin_inset Foot
14596 status collapsed
14597
14598 \begin_layout Plain Layout
14599
14600 \series bold
14601 calc
14602 \series default
14603  is part of every \SpecialChar LaTeX
14604  standard installation.
14605 \end_layout
14606
14607 \end_inset
14608
14609
14610 \begin_inset Index idx
14611 status collapsed
14612
14613 \begin_layout Plain Layout
14614 Packages ! calc
14615 \end_layout
14616
14617 \end_inset
14618
14619  must be loaded in the \SpecialChar LaTeX
14620 -preamble with the line
14621 \end_layout
14622
14623 \begin_layout Standard
14624
14625 \series bold
14626
14627 \backslash
14628 usepackage{calc}
14629 \end_layout
14630
14631 \begin_layout Standard
14632 Behind the formula both boxes are closed by entering 
14633 \series bold
14634 }}
14635 \series default
14636  in \SpecialChar TeX
14637  mode.
14638  Here is an example:
14639 \begin_inset ERT
14640 status collapsed
14641
14642 \begin_layout Plain Layout
14643
14644
14645 \backslash
14646 fboxsep 5mm 
14647 \backslash
14648 fboxrule 5mm
14649 \end_layout
14650
14651 \end_inset
14652
14653
14654 \end_layout
14655
14656 \begin_layout Standard
14657 \begin_inset ERT
14658 status collapsed
14659
14660 \begin_layout Plain Layout
14661
14662
14663 \backslash
14664 fbox{
14665 \backslash
14666 parbox{
14667 \backslash
14668 linewidth-2
14669 \backslash
14670 fboxsep-2
14671 \backslash
14672 fboxrule}{
14673 \end_layout
14674
14675 \end_inset
14676
14677
14678 \begin_inset Formula 
14679 \begin{equation}
14680 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14681 \end{equation}
14682
14683 \end_inset
14684
14685
14686 \begin_inset ERT
14687 status collapsed
14688
14689 \begin_layout Plain Layout
14690
14691 }}
14692 \end_layout
14693
14694 \end_inset
14695
14696
14697 \begin_inset ERT
14698 status collapsed
14699
14700 \begin_layout Plain Layout
14701
14702
14703 \backslash
14704 fboxrule 0.4pt 
14705 \backslash
14706 fboxsep 3pt
14707 \end_layout
14708
14709 \end_inset
14710
14711
14712 \end_layout
14713
14714 \begin_layout Standard
14715 \begin_inset VSpace medskip
14716 \end_inset
14717
14718 As a parbox is used as the argument of 
14719 \series bold
14720
14721 \backslash
14722 fbox
14723 \series default
14724 , there is in this case no difference between 
14725 \series bold
14726
14727 \backslash
14728 fbox
14729 \series default
14730  and 
14731 \series bold
14732
14733 \backslash
14734 boxed
14735 \series default
14736 .
14737 \end_layout
14738
14739 \begin_layout Standard
14740 \begin_inset VSpace bigskip
14741 \end_inset
14742
14743 Paragraph boxes are very useful to comment formulas directly.
14744  To do this, 
14745 \series bold
14746
14747 \backslash
14748 parbox
14749 \series default
14750  is used in combination with the command 
14751 \series bold
14752
14753 \backslash
14754 tag
14755 \series default
14756 .
14757  (more about 
14758 \series bold
14759
14760 \backslash
14761 tag
14762 \series default
14763  see 
14764 \begin_inset CommandInset ref
14765 LatexCommand ref
14766 reference "subsec:User-defined-Numbering"
14767
14768 \end_inset
14769
14770 )
14771 \end_layout
14772
14773 \begin_layout Standard
14774 An example of a formula commented with 
14775 \series bold
14776
14777 \backslash
14778 parbox
14779 \series default
14780 :
14781 \end_layout
14782
14783 \begin_layout Standard
14784 \begin_inset ERT
14785 status collapsed
14786
14787 \begin_layout Plain Layout
14788
14789
14790 \backslash
14791 [5x-7b=3b
14792 \backslash
14793 tag*{
14794 \backslash
14795 parbox{5cm}{
14796 \end_layout
14797
14798 \end_inset
14799
14800 This is a description.
14801  It is distinctly separated from the formula and multiline.
14802 \begin_inset ERT
14803 status collapsed
14804
14805 \begin_layout Plain Layout
14806
14807 }}
14808 \backslash
14809 ]
14810 \end_layout
14811
14812 \end_inset
14813
14814
14815 \end_layout
14816
14817 \begin_layout Standard
14818 Such a formula must be inserted completely in \SpecialChar TeX
14819  mode because \SpecialChar LyX
14820  does not yet
14821  support the command 
14822 \series bold
14823
14824 \backslash
14825 parbox
14826 \series default
14827  in formulas.
14828  The formula is created with the following command sequence:
14829 \end_layout
14830
14831 \begin_layout Standard
14832 The command 
14833 \series bold
14834
14835 \backslash
14836 [5x-7b=3b
14837 \backslash
14838 tag*
14839 \backslash
14840 {
14841 \backslash
14842 parbox{5cm}{
14843 \series default
14844  is inserted in \SpecialChar TeX
14845  mode.
14846 \begin_inset Foot
14847 status collapsed
14848
14849 \begin_layout Plain Layout
14850 When the formula style 
14851 \series bold
14852 Indented
14853 \series default
14854  is used, 
14855 \series bold
14856
14857 \backslash
14858 tag*
14859 \backslash
14860 {
14861 \series default
14862  can also be replaced by 
14863 \series bold
14864
14865 \backslash
14866 hfill
14867 \series default
14868 .
14869  (formula styles see 
14870 \begin_inset CommandInset ref
14871 LatexCommand ref
14872 reference "sec:Formula-Styles"
14873
14874 \end_inset
14875
14876 )
14877 \end_layout
14878
14879 \end_inset
14880
14881  Then the description follows as normal text and finally 
14882 \series bold
14883 }}
14884 \backslash
14885 ]
14886 \series default
14887  is inserted in \SpecialChar TeX
14888  mode.
14889  The commands 
14890 \series bold
14891
14892 \backslash
14893 [
14894 \series default
14895  and 
14896 \series bold
14897
14898 \backslash
14899 ]
14900 \series default
14901  hereby create a displayed formula.
14902 \end_layout
14903
14904 \begin_layout Standard
14905 The advantages of 
14906 \series bold
14907
14908 \backslash
14909 parbox
14910 \series default
14911  can be seen in this example that was 
14912 \begin_inset Quotes eld
14913 \end_inset
14914
14915 commented
14916 \begin_inset Quotes erd
14917 \end_inset
14918
14919  using the mathematical textmode:
14920 \begin_inset Formula 
14921 \[
14922 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
14923 \]
14924
14925 \end_inset
14926
14927
14928 \end_layout
14929
14930 \begin_layout Section
14931 Operators
14932 \begin_inset Index idx
14933 status collapsed
14934
14935 \begin_layout Plain Layout
14936 Operators
14937 \end_layout
14938
14939 \end_inset
14940
14941
14942 \end_layout
14943
14944 \begin_layout Subsection
14945 Big Operators
14946 \begin_inset CommandInset label
14947 LatexCommand label
14948 name "subsec:Big-Operators"
14949
14950 \end_inset
14951
14952
14953 \begin_inset Index idx
14954 status collapsed
14955
14956 \begin_layout Plain Layout
14957 Operators ! big
14958 \end_layout
14959
14960 \end_inset
14961
14962
14963 \begin_inset Index idx
14964 status collapsed
14965
14966 \begin_layout Plain Layout
14967 Sums
14968 \end_layout
14969
14970 \end_inset
14971
14972
14973 \begin_inset Index idx
14974 status collapsed
14975
14976 \begin_layout Plain Layout
14977 Integrals
14978 \end_layout
14979
14980 \end_inset
14981
14982
14983 \end_layout
14984
14985 \begin_layout Standard
14986 To be able to use all integral operators listed here, the option 
14987 \family sans
14988 Use esint package automatically
14989 \family default
14990  must be set in the document settings under 
14991 \family sans
14992 Math
14993 \begin_inset space ~
14994 \end_inset
14995
14996 Options
14997 \family default
14998 .
14999 \end_layout
15000
15001 \begin_layout Standard
15002 \begin_inset space \hfill{}
15003 \end_inset
15004
15005
15006 \begin_inset Tabular
15007 <lyxtabular version="3" rows="11" columns="2">
15008 <features booktabs="true" tabularvalignment="middle">
15009 <column alignment="center" valignment="top" width="0pt">
15010 <column alignment="center" valignment="top" width="0pt">
15011 <row>
15012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016 Command
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Plain Layout
15025 Result
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 </row>
15031 <row>
15032 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15033 \begin_inset Text
15034
15035 \begin_layout Plain Layout
15036
15037 \backslash
15038 int
15039 \begin_inset Index idx
15040 status collapsed
15041
15042 \begin_layout Plain Layout
15043 Commands ! I ! 
15044 \backslash
15045 int
15046 \end_layout
15047
15048 \end_inset
15049
15050
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Plain Layout
15059 \begin_inset Formula $\int$
15060 \end_inset
15061
15062
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 </row>
15068 <row>
15069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15070 \begin_inset Text
15071
15072 \begin_layout Plain Layout
15073
15074 \backslash
15075 oint
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Plain Layout
15084 \begin_inset Formula $\oint$
15085 \end_inset
15086
15087
15088 \end_layout
15089
15090 \end_inset
15091 </cell>
15092 </row>
15093 <row>
15094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Plain Layout
15098
15099 \backslash
15100 ointctrclockwise
15101 \end_layout
15102
15103 \end_inset
15104 </cell>
15105 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15106 \begin_inset Text
15107
15108 \begin_layout Plain Layout
15109 \begin_inset Formula $\ointctrclockwise$
15110 \end_inset
15111
15112
15113 \end_layout
15114
15115 \end_inset
15116 </cell>
15117 </row>
15118 <row>
15119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15120 \begin_inset Text
15121
15122 \begin_layout Plain Layout
15123
15124 \backslash
15125 ointclockwise
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134 \begin_inset Formula $\ointclockwise$
15135 \end_inset
15136
15137
15138 \end_layout
15139
15140 \end_inset
15141 </cell>
15142 </row>
15143 <row>
15144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15145 \begin_inset Text
15146
15147 \begin_layout Plain Layout
15148
15149 \backslash
15150 sqint
15151 \end_layout
15152
15153 \end_inset
15154 </cell>
15155 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15156 \begin_inset Text
15157
15158 \begin_layout Plain Layout
15159 \begin_inset Formula $\sqint$
15160 \end_inset
15161
15162
15163 \end_layout
15164
15165 \end_inset
15166 </cell>
15167 </row>
15168 <row>
15169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15170 \begin_inset Text
15171
15172 \begin_layout Plain Layout
15173
15174 \backslash
15175 fint
15176 \end_layout
15177
15178 \end_inset
15179 </cell>
15180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15181 \begin_inset Text
15182
15183 \begin_layout Plain Layout
15184  
15185 \begin_inset Formula $\fint$
15186 \end_inset
15187
15188
15189 \end_layout
15190
15191 \end_inset
15192 </cell>
15193 </row>
15194 <row>
15195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Plain Layout
15199
15200 \backslash
15201 landupint
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210  
15211 \begin_inset Formula $\landupint$
15212 \end_inset
15213
15214
15215 \end_layout
15216
15217 \end_inset
15218 </cell>
15219 </row>
15220 <row>
15221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15222 \begin_inset Text
15223
15224 \begin_layout Plain Layout
15225
15226 \backslash
15227 landdownint
15228 \end_layout
15229
15230 \end_inset
15231 </cell>
15232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15233 \begin_inset Text
15234
15235 \begin_layout Plain Layout
15236  
15237 \begin_inset Formula $\landdownint$
15238 \end_inset
15239
15240
15241 \end_layout
15242
15243 \end_inset
15244 </cell>
15245 </row>
15246 <row>
15247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15248 \begin_inset Text
15249
15250 \begin_layout Plain Layout
15251
15252 \backslash
15253 bigcap
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15259 \begin_inset Text
15260
15261 \begin_layout Plain Layout
15262 \begin_inset Formula $\bigcap$
15263 \end_inset
15264
15265
15266 \end_layout
15267
15268 \end_inset
15269 </cell>
15270 </row>
15271 <row>
15272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15273 \begin_inset Text
15274
15275 \begin_layout Plain Layout
15276
15277 \backslash
15278 bigcup
15279 \end_layout
15280
15281 \end_inset
15282 </cell>
15283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15284 \begin_inset Text
15285
15286 \begin_layout Plain Layout
15287 \begin_inset Formula $\bigcup$
15288 \end_inset
15289
15290
15291 \end_layout
15292
15293 \end_inset
15294 </cell>
15295 </row>
15296 </lyxtabular>
15297
15298 \end_inset
15299
15300
15301 \begin_inset space \hfill{}
15302 \end_inset
15303
15304
15305 \begin_inset Tabular
15306 <lyxtabular version="3" rows="11" columns="2">
15307 <features booktabs="true" tabularvalignment="middle">
15308 <column alignment="center" valignment="top" width="0pt">
15309 <column alignment="center" valignment="top" width="0pt">
15310 <row>
15311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15312 \begin_inset Text
15313
15314 \begin_layout Plain Layout
15315 Command
15316 \end_layout
15317
15318 \end_inset
15319 </cell>
15320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15321 \begin_inset Text
15322
15323 \begin_layout Plain Layout
15324 Result
15325 \end_layout
15326
15327 \end_inset
15328 </cell>
15329 </row>
15330 <row>
15331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15332 \begin_inset Text
15333
15334 \begin_layout Plain Layout
15335
15336 \backslash
15337 sum
15338 \begin_inset Index idx
15339 status collapsed
15340
15341 \begin_layout Plain Layout
15342 Commands ! S ! 
15343 \backslash
15344 sum
15345 \end_layout
15346
15347 \end_inset
15348
15349
15350 \end_layout
15351
15352 \end_inset
15353 </cell>
15354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15355 \begin_inset Text
15356
15357 \begin_layout Plain Layout
15358 \begin_inset Formula $\sum$
15359 \end_inset
15360
15361
15362 \end_layout
15363
15364 \end_inset
15365 </cell>
15366 </row>
15367 <row>
15368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15369 \begin_inset Text
15370
15371 \begin_layout Plain Layout
15372
15373 \backslash
15374 prod
15375 \begin_inset Index idx
15376 status collapsed
15377
15378 \begin_layout Plain Layout
15379 Commands ! P ! 
15380 \backslash
15381 prod
15382 \begin_inset ERT
15383 status collapsed
15384
15385 \begin_layout Plain Layout
15386
15387
15388 \backslash
15389 vspace{4mm}
15390 \end_layout
15391
15392 \end_inset
15393
15394
15395 \end_layout
15396
15397 \end_inset
15398
15399
15400 \end_layout
15401
15402 \end_inset
15403 </cell>
15404 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15405 \begin_inset Text
15406
15407 \begin_layout Plain Layout
15408 \begin_inset Formula $\prod$
15409 \end_inset
15410
15411
15412 \end_layout
15413
15414 \end_inset
15415 </cell>
15416 </row>
15417 <row>
15418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15419 \begin_inset Text
15420
15421 \begin_layout Plain Layout
15422
15423 \backslash
15424 coprod
15425 \end_layout
15426
15427 \end_inset
15428 </cell>
15429 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15430 \begin_inset Text
15431
15432 \begin_layout Plain Layout
15433 \begin_inset Formula $\coprod$
15434 \end_inset
15435
15436
15437 \end_layout
15438
15439 \end_inset
15440 </cell>
15441 </row>
15442 <row>
15443 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15444 \begin_inset Text
15445
15446 \begin_layout Plain Layout
15447
15448 \backslash
15449 bigodot
15450 \end_layout
15451
15452 \end_inset
15453 </cell>
15454 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15455 \begin_inset Text
15456
15457 \begin_layout Plain Layout
15458 \begin_inset Formula $\bigodot$
15459 \end_inset
15460
15461
15462 \end_layout
15463
15464 \end_inset
15465 </cell>
15466 </row>
15467 <row>
15468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15469 \begin_inset Text
15470
15471 \begin_layout Plain Layout
15472
15473 \backslash
15474 bigotimes
15475 \end_layout
15476
15477 \end_inset
15478 </cell>
15479 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15480 \begin_inset Text
15481
15482 \begin_layout Plain Layout
15483 \begin_inset Formula $\bigotimes$
15484 \end_inset
15485
15486
15487 \end_layout
15488
15489 \end_inset
15490 </cell>
15491 </row>
15492 <row>
15493 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Plain Layout
15497
15498 \backslash
15499 bigoplus
15500 \end_layout
15501
15502 \end_inset
15503 </cell>
15504 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15505 \begin_inset Text
15506
15507 \begin_layout Plain Layout
15508 \begin_inset Formula $\bigoplus$
15509 \end_inset
15510
15511
15512 \end_layout
15513
15514 \end_inset
15515 </cell>
15516 </row>
15517 <row>
15518 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15519 \begin_inset Text
15520
15521 \begin_layout Plain Layout
15522
15523 \backslash
15524 bigwedge
15525 \end_layout
15526
15527 \end_inset
15528 </cell>
15529 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15530 \begin_inset Text
15531
15532 \begin_layout Plain Layout
15533 \begin_inset Formula $\bigwedge$
15534 \end_inset
15535
15536
15537 \end_layout
15538
15539 \end_inset
15540 </cell>
15541 </row>
15542 <row>
15543 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15544 \begin_inset Text
15545
15546 \begin_layout Plain Layout
15547
15548 \backslash
15549 bigvee
15550 \end_layout
15551
15552 \end_inset
15553 </cell>
15554 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15555 \begin_inset Text
15556
15557 \begin_layout Plain Layout
15558 \begin_inset Formula $\bigvee$
15559 \end_inset
15560
15561
15562 \end_layout
15563
15564 \end_inset
15565 </cell>
15566 </row>
15567 <row>
15568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15569 \begin_inset Text
15570
15571 \begin_layout Plain Layout
15572
15573 \backslash
15574 bigsqcup
15575 \end_layout
15576
15577 \end_inset
15578 </cell>
15579 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15580 \begin_inset Text
15581
15582 \begin_layout Plain Layout
15583 \begin_inset Formula $\bigsqcup$
15584 \end_inset
15585
15586
15587 \end_layout
15588
15589 \end_inset
15590 </cell>
15591 </row>
15592 <row>
15593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15594 \begin_inset Text
15595
15596 \begin_layout Plain Layout
15597
15598 \backslash
15599 biguplus
15600 \end_layout
15601
15602 \end_inset
15603 </cell>
15604 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15605 \begin_inset Text
15606
15607 \begin_layout Plain Layout
15608 \begin_inset Formula $\biguplus$
15609 \end_inset
15610
15611
15612 \end_layout
15613
15614 \end_inset
15615 </cell>
15616 </row>
15617 </lyxtabular>
15618
15619 \end_inset
15620
15621
15622 \begin_inset space \hfill{}
15623 \end_inset
15624
15625
15626 \end_layout
15627
15628 \begin_layout Standard
15629 All big operators can also be inserted via the math toolbar button 
15630 \begin_inset Info
15631 type  "icon"
15632 arg   "math-insert \\intop"
15633 \end_inset
15634
15635 .
15636 \end_layout
15637
15638 \begin_layout Standard
15639 The operators are called big because they are bigger than the sometimes
15640  equal looking binary operators.
15641  All big operators can have limits as described in the next subsection.
15642 \end_layout
15643
15644 \begin_layout Standard
15645 For all integral operators there is a second version available, ending in
15646  
15647 \series bold
15648 op
15649 \series default
15650
15651 \series bold
15652
15653 \backslash
15654 intop
15655 \series default
15656
15657 \series bold
15658
15659 \backslash
15660 ointop
15661 \series default
15662  etc..
15663  These operators are different from 
15664 \series bold
15665
15666 \backslash
15667 int
15668 \series default
15669  etc.
15670 \begin_inset space \space{}
15671 \end_inset
15672
15673 in the style the operator limits are displayed, see 
15674 \begin_inset CommandInset ref
15675 LatexCommand ref
15676 reference "subsec:Operator-Limits"
15677
15678 \end_inset
15679
15680 .
15681  
15682 \end_layout
15683
15684 \begin_layout Subsubsection*
15685 Advice for Integrals
15686 \end_layout
15687
15688 \begin_layout Standard
15689 The letter 
15690 \emph on
15691 d
15692 \emph default
15693  in an integral is an operator, that therefore has to be set upright.
15694  This is done by highlighting the 
15695 \emph on
15696 d
15697 \emph default
15698  and using the keyboard shortcut 
15699 \begin_inset Info
15700 type  "shortcut"
15701 arg   "font-roman"
15702 \end_inset
15703
15704
15705 \begin_inset Foot
15706 status collapsed
15707
15708 \begin_layout Plain Layout
15709 Font styles
15710 \series bold
15711  
15712 \series default
15713 see 
15714 \begin_inset CommandInset ref
15715 LatexCommand ref
15716 reference "subsec:Font-Styles"
15717
15718 \end_inset
15719
15720
15721 \end_layout
15722
15723 \end_inset
15724
15725 .
15726  Finally the smallest space is inserted before the 
15727 \emph on
15728 d
15729 \emph default
15730 , as this is usual for operators.
15731  An example:
15732 \end_layout
15733
15734 \begin_layout Standard
15735 incorrect: 
15736 \begin_inset Formula $\int A(x)dx$
15737 \end_inset
15738
15739
15740 \begin_inset Newline newline
15741 \end_inset
15742
15743
15744 \begin_inset Phantom HPhantom
15745 status open
15746
15747 \begin_layout Plain Layout
15748 in
15749 \end_layout
15750
15751 \end_inset
15752
15753 correct: 
15754 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15755 \end_inset
15756
15757
15758 \end_layout
15759
15760 \begin_layout Standard
15761 For multiple integrals there are the following commands:
15762 \begin_inset VSpace medskip
15763 \end_inset
15764
15765
15766 \end_layout
15767
15768 \begin_layout Standard
15769 \begin_inset space \hfill{}
15770 \end_inset
15771
15772
15773 \begin_inset Tabular
15774 <lyxtabular version="3" rows="4" columns="2">
15775 <features booktabs="true" tabularvalignment="middle">
15776 <column alignment="center" valignment="top" width="0pt">
15777 <column alignment="center" valignment="top" width="0pt">
15778 <row>
15779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15780 \begin_inset Text
15781
15782 \begin_layout Plain Layout
15783 Command
15784 \end_layout
15785
15786 \end_inset
15787 </cell>
15788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15789 \begin_inset Text
15790
15791 \begin_layout Plain Layout
15792 Result
15793 \end_layout
15794
15795 \end_inset
15796 </cell>
15797 </row>
15798 <row bottomspace="1mm">
15799 <cell alignment="center" valignment="top" usebox="none">
15800 \begin_inset Text
15801
15802 \begin_layout Plain Layout
15803
15804 \backslash
15805 iint
15806 \end_layout
15807
15808 \end_inset
15809 </cell>
15810 <cell alignment="center" valignment="top" usebox="none">
15811 \begin_inset Text
15812
15813 \begin_layout Plain Layout
15814 \begin_inset Formula $\iint$
15815 \end_inset
15816
15817
15818 \end_layout
15819
15820 \end_inset
15821 </cell>
15822 </row>
15823 <row bottomspace="1mm">
15824 <cell alignment="center" valignment="top" usebox="none">
15825 \begin_inset Text
15826
15827 \begin_layout Plain Layout
15828
15829 \backslash
15830 oiint
15831 \end_layout
15832
15833 \end_inset
15834 </cell>
15835 <cell alignment="center" valignment="top" usebox="none">
15836 \begin_inset Text
15837
15838 \begin_layout Plain Layout
15839 \begin_inset Formula $\oiint$
15840 \end_inset
15841
15842
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 </row>
15848 <row bottomspace="1mm">
15849 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15850 \begin_inset Text
15851
15852 \begin_layout Plain Layout
15853
15854 \backslash
15855 sqiint
15856 \end_layout
15857
15858 \end_inset
15859 </cell>
15860 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15861 \begin_inset Text
15862
15863 \begin_layout Plain Layout
15864 \begin_inset Formula $\sqiint$
15865 \end_inset
15866
15867
15868 \end_layout
15869
15870 \end_inset
15871 </cell>
15872 </row>
15873 </lyxtabular>
15874
15875 \end_inset
15876
15877
15878 \begin_inset space \hfill{}
15879 \end_inset
15880
15881
15882 \begin_inset Tabular
15883 <lyxtabular version="3" rows="4" columns="2">
15884 <features booktabs="true" tabularvalignment="middle">
15885 <column alignment="center" valignment="top" width="0pt">
15886 <column alignment="center" valignment="top" width="0pt">
15887 <row>
15888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15889 \begin_inset Text
15890
15891 \begin_layout Plain Layout
15892 Command
15893 \end_layout
15894
15895 \end_inset
15896 </cell>
15897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15898 \begin_inset Text
15899
15900 \begin_layout Plain Layout
15901 Result
15902 \end_layout
15903
15904 \end_inset
15905 </cell>
15906 </row>
15907 <row bottomspace="1mm">
15908 <cell alignment="center" valignment="top" usebox="none">
15909 \begin_inset Text
15910
15911 \begin_layout Plain Layout
15912
15913 \backslash
15914 iiint
15915 \end_layout
15916
15917 \end_inset
15918 </cell>
15919 <cell alignment="center" valignment="top" usebox="none">
15920 \begin_inset Text
15921
15922 \begin_layout Plain Layout
15923 \begin_inset Formula $\iiint$
15924 \end_inset
15925
15926
15927 \end_layout
15928
15929 \end_inset
15930 </cell>
15931 </row>
15932 <row bottomspace="1mm">
15933 <cell alignment="center" valignment="top" usebox="none">
15934 \begin_inset Text
15935
15936 \begin_layout Plain Layout
15937
15938 \backslash
15939 iiiint
15940 \end_layout
15941
15942 \end_inset
15943 </cell>
15944 <cell alignment="center" valignment="top" usebox="none">
15945 \begin_inset Text
15946
15947 \begin_layout Plain Layout
15948 \begin_inset Formula $\iiiint$
15949 \end_inset
15950
15951
15952 \end_layout
15953
15954 \end_inset
15955 </cell>
15956 </row>
15957 <row bottomspace="1mm">
15958 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15959 \begin_inset Text
15960
15961 \begin_layout Plain Layout
15962
15963 \backslash
15964 dotsint
15965 \end_layout
15966
15967 \end_inset
15968 </cell>
15969 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15970 \begin_inset Text
15971
15972 \begin_layout Plain Layout
15973 \begin_inset Formula $\dotsint$
15974 \end_inset
15975
15976
15977 \end_layout
15978
15979 \end_inset
15980 </cell>
15981 </row>
15982 </lyxtabular>
15983
15984 \end_inset
15985
15986
15987 \begin_inset space \hfill{}
15988 \end_inset
15989
15990
15991 \end_layout
15992
15993 \begin_layout Subsection
15994 Operator Limits
15995 \begin_inset CommandInset label
15996 LatexCommand label
15997 name "subsec:Operator-Limits"
15998
15999 \end_inset
16000
16001
16002 \begin_inset Index idx
16003 status collapsed
16004
16005 \begin_layout Plain Layout
16006 Operators ! Limits
16007 \end_layout
16008
16009 \end_inset
16010
16011
16012 \end_layout
16013
16014 \begin_layout Standard
16015 Limits are created by super- and subscripts:
16016 \begin_inset Separator parbreak
16017 \end_inset
16018
16019
16020 \end_layout
16021
16022 \begin_layout Standard
16023 \align center
16024 \begin_inset Tabular
16025 <lyxtabular version="3" rows="2" columns="2">
16026 <features booktabs="true" tabularvalignment="middle">
16027 <column alignment="center" valignment="top" width="0pt">
16028 <column alignment="center" valignment="top" width="0pt">
16029 <row>
16030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16031 \begin_inset Text
16032
16033 \begin_layout Plain Layout
16034 Command
16035 \end_layout
16036
16037 \end_inset
16038 </cell>
16039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16040 \begin_inset Text
16041
16042 \begin_layout Plain Layout
16043 Result
16044 \end_layout
16045
16046 \end_inset
16047 </cell>
16048 </row>
16049 <row>
16050 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16051 \begin_inset Text
16052
16053 \begin_layout Plain Layout
16054
16055 \backslash
16056 prod^
16057 \backslash
16058 infty
16059 \begin_inset space \textvisiblespace{}
16060 \end_inset
16061
16062
16063 \begin_inset Formula $\to$
16064 \end_inset
16065
16066 _0
16067 \begin_inset Formula $\to$
16068 \end_inset
16069
16070 A(x)
16071 \end_layout
16072
16073 \end_inset
16074 </cell>
16075 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16076 \begin_inset Text
16077
16078 \begin_layout Plain Layout
16079 \begin_inset Formula $\prod_{0}^{\infty}A(x)$
16080 \end_inset
16081
16082
16083 \end_layout
16084
16085 \end_inset
16086 </cell>
16087 </row>
16088 </lyxtabular>
16089
16090 \end_inset
16091
16092
16093 \end_layout
16094
16095 \begin_layout Standard
16096 Limits of inline formulas are set right beside the operator.
16097  Limits in displayed formulas are set above or below the operator, except
16098  for integral limits.
16099 \end_layout
16100
16101 \begin_layout Standard
16102 To force that the limits are set beside the operator, the cursor is set
16103  directly behind the operator and the limits type is changed with the menu
16104  
16105 \family sans
16106 Edit\SpecialChar menuseparator
16107 Math\SpecialChar menuseparator
16108 Change Limits Type
16109 \family default
16110  to 
16111 \family sans
16112 \series bold
16113 Inline
16114 \family default
16115 \series default
16116  (shortcut 
16117 \begin_inset Info
16118 type  "shortcut"
16119 arg   "math-limits"
16120 \end_inset
16121
16122 ).
16123  An example:
16124 \end_layout
16125
16126 \begin_layout Standard
16127 The default limits type is this:
16128 \begin_inset Formula 
16129 \[
16130 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16131 \]
16132
16133 \end_inset
16134
16135 This is how it looks when the limits type was changed to 
16136 \family sans
16137 \series bold
16138 Inline
16139 \family default
16140 \series default
16141 :
16142 \begin_inset Formula 
16143 \[
16144 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16145 \]
16146
16147 \end_inset
16148
16149 For integrals, except those ending with 
16150 \series bold
16151 op
16152 \series default
16153  like 
16154 \series bold
16155
16156 \backslash
16157 intop
16158 \series default
16159
16160 \series bold
16161
16162 \backslash
16163 ointop
16164 \series default
16165  etc., the limits are by default set beside the operator.
16166  But for multiple integrals the limits are often set below the operator.
16167  In the following example the limits type was therefore set to 
16168 \series bold
16169 Display
16170 \series default
16171  and so set below the integrals:
16172 \begin_inset Formula 
16173 \begin{equation}
16174 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16175 \end{equation}
16176
16177 \end_inset
16178
16179
16180 \end_layout
16181
16182 \begin_layout Standard
16183 \begin_inset VSpace medskip
16184 \end_inset
16185
16186 To specify conditions for limits, the commands 
16187 \series bold
16188
16189 \backslash
16190 subarray
16191 \series default
16192
16193 \begin_inset Index idx
16194 status collapsed
16195
16196 \begin_layout Plain Layout
16197 Commands ! S ! 
16198 \backslash
16199 subarray
16200 \end_layout
16201
16202 \end_inset
16203
16204  and 
16205 \series bold
16206
16207 \backslash
16208 substack
16209 \series default
16210
16211 \begin_inset Index idx
16212 status collapsed
16213
16214 \begin_layout Plain Layout
16215 Commands ! S ! 
16216 \backslash
16217 substack
16218 \end_layout
16219
16220 \end_inset
16221
16222  are used.
16223  To create for example this expression 
16224 \begin_inset Formula 
16225 \begin{equation}
16226 \sum_{\begin{subarray}{c}
16227 0<k<1000\\
16228 \\
16229 k\,\in\,\mathbb{N}
16230 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16231 \end{equation}
16232
16233 \end_inset
16234
16235
16236 \end_layout
16237
16238 \begin_layout Standard
16239 the following has to be done:
16240 \begin_inset Newline newline
16241 \end_inset
16242
16243 First the command 
16244 \series bold
16245
16246 \backslash
16247 sum
16248 \series default
16249 ^
16250 \series bold
16251 n
16252 \begin_inset space \textvisiblespace{}
16253 \end_inset
16254
16255 _
16256 \series default
16257  is typed in.
16258  One is now in a blue box under the summation operator and insert there
16259  the command 
16260 \series bold
16261
16262 \backslash
16263 subarray
16264 \begin_inset space \textvisiblespace{}
16265 \end_inset
16266
16267
16268 \series default
16269 .
16270  The blue box is now within a purple box and now several lines can be written
16271  among each other.
16272  A new line is created by inserting a line break (
16273 \begin_inset Info
16274 type  "shortcut"
16275 arg   "newline-insert newline"
16276 \end_inset
16277
16278 ).
16279  When now
16280 \begin_inset Newline newline
16281 \end_inset
16282
16283
16284 \series bold
16285 0<k<1000 Ctrl+Return
16286 \begin_inset Newline newline
16287 \end_inset
16288
16289
16290 \series default
16291 is typed in, a new box appears below for the new line.
16292 \end_layout
16293
16294 \begin_layout Standard
16295 The alignment of the lines can be changed to left aligned with the 
16296 \family sans
16297 table
16298 \family default
16299  
16300 \family sans
16301 toolbar
16302 \family default
16303  or the menu 
16304 \family sans
16305 Edit\SpecialChar menuseparator
16306 Rows &Columns
16307 \family default
16308 .
16309  To get right alignment, 
16310 \series bold
16311
16312 \backslash
16313 hfill
16314 \begin_inset space \textvisiblespace{}
16315 \end_inset
16316
16317
16318 \series default
16319  is inserted at the beginning of the line.
16320 \end_layout
16321
16322 \begin_layout Standard
16323 The command 
16324 \series bold
16325
16326 \backslash
16327 substack
16328 \series default
16329  is equivalent to 
16330 \series bold
16331
16332 \backslash
16333 subarray
16334 \series default
16335  with the difference that the lines are always centered.
16336 \end_layout
16337
16338 \begin_layout Standard
16339 \begin_inset VSpace bigskip
16340 \end_inset
16341
16342 Like in formula 
16343 \begin_inset CommandInset ref
16344 LatexCommand eqref
16345 reference "eq:substack"
16346
16347 \end_inset
16348
16349  there can be too much space beside an operator, because the characters
16350  following the operator are set beside the limits.
16351  To avoid this the command 
16352 \series bold
16353
16354 \backslash
16355 smashoperator
16356 \series default
16357
16358 \begin_inset Index idx
16359 status collapsed
16360
16361 \begin_layout Plain Layout
16362 Commands ! S ! 
16363 \backslash
16364 smashoperator
16365 \end_layout
16366
16367 \end_inset
16368
16369  can be used.
16370  To activate it, set in the document settings under 
16371 \family sans
16372 Math
16373 \begin_inset space ~
16374 \end_inset
16375
16376 Options
16377 \family default
16378  for the package 
16379 \series bold
16380 mathtools
16381 \series default
16382
16383 \begin_inset Index idx
16384 status collapsed
16385
16386 \begin_layout Plain Layout
16387 Packages ! mathtools
16388 \end_layout
16389
16390 \end_inset
16391
16392  the option 
16393 \family sans
16394 Load
16395 \begin_inset space ~
16396 \end_inset
16397
16398 always
16399 \family default
16400 .
16401  
16402 \series bold
16403
16404 \backslash
16405 smashoperator
16406 \series default
16407  sets the space besides the operator to 0
16408 \begin_inset space \thinspace{}
16409 \end_inset
16410
16411 pt.
16412 \begin_inset Newline newline
16413 \end_inset
16414
16415 Applied on formula 
16416 \begin_inset CommandInset ref
16417 LatexCommand eqref
16418 reference "eq:substack"
16419
16420 \end_inset
16421
16422 , one uses the command
16423 \end_layout
16424
16425 \begin_layout Standard
16426
16427 \series bold
16428
16429 \backslash
16430 smashoperator{
16431 \end_layout
16432
16433 \begin_layout Standard
16434 and inserts the operator with its limits into the braces.
16435  Behind the brace one continues the formula:
16436 \begin_inset Formula 
16437 \[
16438 \smashoperator{\sum_{\begin{subarray}{c}
16439 0<k<1000\\
16440 \\
16441 k\,\in\,\mathbb{N}
16442 \end{subarray}}^{n}}k^{-2}
16443 \]
16444
16445 \end_inset
16446
16447
16448 \end_layout
16449
16450 \begin_layout Standard
16451 It is possible to set the space of only one side of the operator to 0
16452 \begin_inset space \thinspace{}
16453 \end_inset
16454
16455 pt.
16456  To do this write either 
16457 \series bold
16458 [l]
16459 \series default
16460  or 
16461 \series bold
16462 [r]
16463 \series default
16464  between 
16465 \series bold
16466
16467 \backslash
16468 smashoperator
16469 \series default
16470  and its brace.
16471  
16472 \series bold
16473 l
16474 \series default
16475  stands for the left and 
16476 \series bold
16477 r
16478 \series default
16479  for the right side of the operator.
16480  Here is an example of the possible 
16481 \series bold
16482
16483 \backslash
16484 smashoperator
16485 \series default
16486  forms:
16487 \end_layout
16488
16489 \begin_layout Standard
16490 \begin_inset Formula 
16491 \[
16492 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}
16493 \]
16494
16495 \end_inset
16496
16497
16498 \end_layout
16499
16500 \begin_layout Standard
16501 \begin_inset VSpace bigskip
16502 \end_inset
16503
16504
16505 \end_layout
16506
16507 \begin_layout Standard
16508 When several consecutive operators have limits the typesetting of the limits
16509  looks often imperfect in the output, see this example:
16510 \begin_inset Formula 
16511 \[
16512 \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}
16513 \]
16514
16515 \end_inset
16516
16517 To improve the typesetting set in the document settings under 
16518 \family sans
16519 Math
16520 \begin_inset space ~
16521 \end_inset
16522
16523 Options
16524 \family default
16525  for the package 
16526 \series bold
16527 mathtools
16528 \series default
16529
16530 \begin_inset Index idx
16531 status collapsed
16532
16533 \begin_layout Plain Layout
16534 Packages ! mathtools
16535 \end_layout
16536
16537 \end_inset
16538
16539  the option 
16540 \family sans
16541 Load
16542 \begin_inset space ~
16543 \end_inset
16544
16545 always
16546 \family default
16547 .
16548  Then insert into your formula the command 
16549 \series bold
16550
16551 \backslash
16552 adjustlimits
16553 \series default
16554
16555 \begin_inset Index idx
16556 status collapsed
16557
16558 \begin_layout Plain Layout
16559 Commands ! A ! 
16560 \backslash
16561 adjustlimits
16562 \end_layout
16563
16564 \end_inset
16565
16566  directly before the first operator.
16567  The example will then look like this:
16568 \begin_inset Formula 
16569 \[
16570 \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}
16571 \]
16572
16573 \end_inset
16574
16575
16576 \end_layout
16577
16578 \begin_layout Standard
16579 \begin_inset VSpace bigskip
16580 \end_inset
16581
16582 How to use one limit for several operators is described in 
16583 \begin_inset CommandInset ref
16584 LatexCommand ref
16585 reference "subsec:Self-defined-Operators"
16586
16587 \end_inset
16588
16589 .
16590 \end_layout
16591
16592 \begin_layout Subsection
16593 Decoration for Operators
16594 \begin_inset Index idx
16595 status collapsed
16596
16597 \begin_layout Plain Layout
16598 Operators ! Decoration
16599 \end_layout
16600
16601 \end_inset
16602
16603
16604 \end_layout
16605
16606 \begin_layout Standard
16607 With the commands 
16608 \series bold
16609
16610 \backslash
16611 overset
16612 \series default
16613
16614 \begin_inset Index idx
16615 status collapsed
16616
16617 \begin_layout Plain Layout
16618 Commands ! O ! 
16619 \backslash
16620 overset
16621 \end_layout
16622
16623 \end_inset
16624
16625  and 
16626 \series bold
16627
16628 \backslash
16629 underset
16630 \series default
16631
16632 \begin_inset Index idx
16633 status collapsed
16634
16635 \begin_layout Plain Layout
16636 Commands ! U ! 
16637 \backslash
16638 underset
16639 \end_layout
16640
16641 \end_inset
16642
16643  characters can be placed above or below an operator, respectively.
16644  With the command 
16645 \series bold
16646
16647 \backslash
16648 sideset
16649 \series default
16650
16651 \begin_inset Index idx
16652 status collapsed
16653
16654 \begin_layout Plain Layout
16655 Commands ! S ! 
16656 \backslash
16657 sideset
16658 \end_layout
16659
16660 \end_inset
16661
16662  characters can be set before and behind a big operator.
16663 \end_layout
16664
16665 \begin_layout Standard
16666 There are 4
16667 \begin_inset space ~
16668 \end_inset
16669
16670 variants of 
16671 \series bold
16672
16673 \backslash
16674 sideset
16675 \series default
16676 :
16677 \end_layout
16678
16679 \begin_layout Itemize
16680
16681 \series bold
16682
16683 \backslash
16684 sideset
16685 \series default
16686  is used to set characters at the corners of the operator
16687 \end_layout
16688
16689 \begin_layout Itemize
16690
16691 \series bold
16692
16693 \backslash
16694 sidesetn
16695 \series default
16696  is used to set characters before and/or behind the operator (this variant
16697  represents \SpecialChar LaTeX
16698 's original 
16699 \series bold
16700
16701 \backslash
16702 sideset
16703 \series default
16704  command)
16705 \end_layout
16706
16707 \begin_layout Itemize
16708
16709 \series bold
16710
16711 \backslash
16712 sidesetl
16713 \series default
16714  is used to set characters at the left corners and/or behind the operator
16715 \end_layout
16716
16717 \begin_layout Itemize
16718
16719 \series bold
16720
16721 \backslash
16722 sidesetr
16723 \series default
16724  is used to set characters at the right corners and/or before the operator
16725 \end_layout
16726
16727 \begin_layout Standard
16728 For example the command 
16729 \series bold
16730
16731 \backslash
16732 sidesetn
16733 \begin_inset space \textvisiblespace{}
16734 \end_inset
16735
16736
16737 \backslash
16738 sum
16739 \begin_inset space \textvisiblespace{}
16740 \end_inset
16741
16742
16743 \begin_inset Formula $\to$
16744 \end_inset
16745
16746 '
16747 \begin_inset Formula $\to$
16748 \end_inset
16749
16750 _k=1
16751 \begin_inset space \textvisiblespace{}
16752 \end_inset
16753
16754
16755 \series default
16756 ^
16757 \series bold
16758 n
16759 \series default
16760  produces:
16761 \begin_inset Formula 
16762 \[
16763 \sideset{}{'}\sum_{k=1}^{n}
16764 \]
16765
16766 \end_inset
16767
16768
16769 \end_layout
16770
16771 \begin_layout Standard
16772 \begin_inset Note Greyedout
16773 status open
16774
16775 \begin_layout Plain Layout
16776
16777 \series bold
16778 Note: 
16779 \backslash
16780 sideset
16781 \series default
16782  can only be used to decorate big operators, binary operators are not allowed.
16783 \end_layout
16784
16785 \end_inset
16786
16787
16788 \end_layout
16789
16790 \begin_layout Standard
16791
16792 \series bold
16793
16794 \backslash
16795 overset
16796 \series default
16797  and 
16798 \series bold
16799
16800 \backslash
16801 underset
16802 \series default
16803  can also be used to decorate symbols and characters.
16804  For example, the command 
16805 \series bold
16806
16807 \backslash
16808 overset
16809 \begin_inset space \textvisiblespace{}
16810 \end_inset
16811
16812
16813 \backslash
16814 maltese
16815 \begin_inset space \textvisiblespace{}
16816 \end_inset
16817
16818
16819 \series default
16820
16821 \begin_inset Formula $\uparrow$
16822 \end_inset
16823
16824
16825 \series bold
16826 a
16827 \series default
16828  produces:
16829 \begin_inset Formula 
16830 \[
16831 \overset{a}{\maltese}
16832 \]
16833
16834 \end_inset
16835
16836
16837 \end_layout
16838
16839 \begin_layout Subsection
16840 Binary Operators
16841 \begin_inset CommandInset label
16842 LatexCommand label
16843 name "subsec:Binary-Operators"
16844
16845 \end_inset
16846
16847
16848 \begin_inset Index idx
16849 status collapsed
16850
16851 \begin_layout Plain Layout
16852 Operators ! binary
16853 \end_layout
16854
16855 \end_inset
16856
16857
16858 \end_layout
16859
16860 \begin_layout Standard
16861 Binary operators are surrounded by space when there is a character before
16862  and after them.
16863 \begin_inset VSpace medskip
16864 \end_inset
16865
16866
16867 \end_layout
16868
16869 \begin_layout Standard
16870 \begin_inset Tabular
16871 <lyxtabular version="3" rows="13" columns="2">
16872 <features booktabs="true" tabularvalignment="middle">
16873 <column alignment="center" valignment="top" width="0pt">
16874 <column alignment="center" valignment="top" width="0pt">
16875 <row>
16876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16877 \begin_inset Text
16878
16879 \begin_layout Plain Layout
16880 Command
16881 \begin_inset Note Note
16882 status collapsed
16883
16884 \begin_layout Plain Layout
16885
16886 \series bold
16887
16888 \backslash
16889 raisebox
16890 \series default
16891  is only used as spacer.
16892 \end_layout
16893
16894 \end_inset
16895
16896
16897 \end_layout
16898
16899 \end_inset
16900 </cell>
16901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16902 \begin_inset Text
16903
16904 \begin_layout Plain Layout
16905 Result
16906 \end_layout
16907
16908 \end_inset
16909 </cell>
16910 </row>
16911 <row>
16912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16913 \begin_inset Text
16914
16915 \begin_layout Plain Layout
16916 +
16917 \end_layout
16918
16919 \end_inset
16920 </cell>
16921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Plain Layout
16925 \begin_inset Formula $+$
16926 \end_inset
16927
16928
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 </row>
16934 <row>
16935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939 -
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948 \begin_inset Formula $-$
16949 \end_inset
16950
16951
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 </row>
16957 <row>
16958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962
16963 \backslash
16964 pm
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16970 \begin_inset Text
16971
16972 \begin_layout Plain Layout
16973 \begin_inset Formula $\pm$
16974 \end_inset
16975
16976
16977 \end_layout
16978
16979 \end_inset
16980 </cell>
16981 </row>
16982 <row>
16983 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987
16988 \backslash
16989 mp
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16995 \begin_inset Text
16996
16997 \begin_layout Plain Layout
16998 \begin_inset Formula $\mp$
16999 \end_inset
17000
17001
17002 \end_layout
17003
17004 \end_inset
17005 </cell>
17006 </row>
17007 <row>
17008 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Plain Layout
17012
17013 \backslash
17014 cdot
17015 \end_layout
17016
17017 \end_inset
17018 </cell>
17019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17020 \begin_inset Text
17021
17022 \begin_layout Plain Layout
17023 \begin_inset Formula $\cdot$
17024 \end_inset
17025
17026
17027 \end_layout
17028
17029 \end_inset
17030 </cell>
17031 </row>
17032 <row>
17033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout Plain Layout
17037
17038 \backslash
17039 times
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17045 \begin_inset Text
17046
17047 \begin_layout Plain Layout
17048 \begin_inset Formula $\times$
17049 \end_inset
17050
17051
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 </row>
17057 <row>
17058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17059 \begin_inset Text
17060
17061 \begin_layout Plain Layout
17062
17063 \backslash
17064 div
17065 \end_layout
17066
17067 \end_inset
17068 </cell>
17069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17070 \begin_inset Text
17071
17072 \begin_layout Plain Layout
17073 \begin_inset Formula $\div$
17074 \end_inset
17075
17076
17077 \end_layout
17078
17079 \end_inset
17080 </cell>
17081 </row>
17082 <row>
17083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17084 \begin_inset Text
17085
17086 \begin_layout Plain Layout
17087 \begin_inset ERT
17088 status collapsed
17089
17090 \begin_layout Plain Layout
17091
17092
17093 \backslash
17094 raisebox{-1.2mm}{
17095 \end_layout
17096
17097 \end_inset
17098
17099 *
17100 \begin_inset ERT
17101 status collapsed
17102
17103 \begin_layout Plain Layout
17104
17105 }
17106 \end_layout
17107
17108 \end_inset
17109
17110
17111 \end_layout
17112
17113 \end_inset
17114 </cell>
17115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17116 \begin_inset Text
17117
17118 \begin_layout Plain Layout
17119 \begin_inset Formula $*$
17120 \end_inset
17121
17122
17123 \end_layout
17124
17125 \end_inset
17126 </cell>
17127 </row>
17128 <row>
17129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17130 \begin_inset Text
17131
17132 \begin_layout Plain Layout
17133
17134 \backslash
17135 star
17136 \end_layout
17137
17138 \end_inset
17139 </cell>
17140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17141 \begin_inset Text
17142
17143 \begin_layout Plain Layout
17144 \begin_inset Formula $\star$
17145 \end_inset
17146
17147
17148 \end_layout
17149
17150 \end_inset
17151 </cell>
17152 </row>
17153 <row>
17154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17155 \begin_inset Text
17156
17157 \begin_layout Plain Layout
17158
17159 \backslash
17160 circ
17161 \end_layout
17162
17163 \end_inset
17164 </cell>
17165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17166 \begin_inset Text
17167
17168 \begin_layout Plain Layout
17169 \begin_inset Formula $\circ$
17170 \end_inset
17171
17172
17173 \end_layout
17174
17175 \end_inset
17176 </cell>
17177 </row>
17178 <row>
17179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17180 \begin_inset Text
17181
17182 \begin_layout Plain Layout
17183
17184 \backslash
17185 diamond
17186 \end_layout
17187
17188 \end_inset
17189 </cell>
17190 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17191 \begin_inset Text
17192
17193 \begin_layout Plain Layout
17194 \begin_inset Formula $\diamond$
17195 \end_inset
17196
17197
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 </row>
17203 <row>
17204 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17205 \begin_inset Text
17206
17207 \begin_layout Plain Layout
17208
17209 \backslash
17210 bullet
17211 \end_layout
17212
17213 \end_inset
17214 </cell>
17215 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17216 \begin_inset Text
17217
17218 \begin_layout Plain Layout
17219 \begin_inset Formula $\bullet$
17220 \end_inset
17221
17222
17223 \end_layout
17224
17225 \end_inset
17226 </cell>
17227 </row>
17228 </lyxtabular>
17229
17230 \end_inset
17231
17232
17233 \begin_inset space \hfill{}
17234 \end_inset
17235
17236
17237 \begin_inset Tabular
17238 <lyxtabular version="3" rows="13" columns="2">
17239 <features booktabs="true" tabularvalignment="middle">
17240 <column alignment="center" valignment="top" width="0pt">
17241 <column alignment="center" valignment="top" width="0pt">
17242 <row>
17243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17244 \begin_inset Text
17245
17246 \begin_layout Plain Layout
17247 Command
17248 \end_layout
17249
17250 \end_inset
17251 </cell>
17252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17253 \begin_inset Text
17254
17255 \begin_layout Plain Layout
17256 Result
17257 \end_layout
17258
17259 \end_inset
17260 </cell>
17261 </row>
17262 <row>
17263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17264 \begin_inset Text
17265
17266 \begin_layout Plain Layout
17267
17268 \backslash
17269 nabla
17270 \end_layout
17271
17272 \end_inset
17273 </cell>
17274 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17275 \begin_inset Text
17276
17277 \begin_layout Plain Layout
17278 \begin_inset Formula $\nabla$
17279 \end_inset
17280
17281
17282 \end_layout
17283
17284 \end_inset
17285 </cell>
17286 </row>
17287 <row>
17288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17289 \begin_inset Text
17290
17291 \begin_layout Plain Layout
17292
17293 \backslash
17294 bigtriangledown
17295 \end_layout
17296
17297 \end_inset
17298 </cell>
17299 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17300 \begin_inset Text
17301
17302 \begin_layout Plain Layout
17303 \begin_inset Formula $\bigtriangledown$
17304 \end_inset
17305
17306
17307 \end_layout
17308
17309 \end_inset
17310 </cell>
17311 </row>
17312 <row>
17313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17314 \begin_inset Text
17315
17316 \begin_layout Plain Layout
17317
17318 \backslash
17319 bigtriangleup
17320 \end_layout
17321
17322 \end_inset
17323 </cell>
17324 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17325 \begin_inset Text
17326
17327 \begin_layout Plain Layout
17328 \begin_inset Formula $\bigtriangleup$
17329 \end_inset
17330
17331
17332 \end_layout
17333
17334 \end_inset
17335 </cell>
17336 </row>
17337 <row>
17338 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17339 \begin_inset Text
17340
17341 \begin_layout Plain Layout
17342
17343 \backslash
17344 Box
17345 \end_layout
17346
17347 \end_inset
17348 </cell>
17349 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17350 \begin_inset Text
17351
17352 \begin_layout Plain Layout
17353 \begin_inset Formula $\Box$
17354 \end_inset
17355
17356
17357 \end_layout
17358
17359 \end_inset
17360 </cell>
17361 </row>
17362 <row>
17363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17364 \begin_inset Text
17365
17366 \begin_layout Plain Layout
17367
17368 \backslash
17369 cap 
17370 \end_layout
17371
17372 \end_inset
17373 </cell>
17374 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17375 \begin_inset Text
17376
17377 \begin_layout Plain Layout
17378 \begin_inset Formula $\cap$
17379 \end_inset
17380
17381
17382 \end_layout
17383
17384 \end_inset
17385 </cell>
17386 </row>
17387 <row>
17388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17389 \begin_inset Text
17390
17391 \begin_layout Plain Layout
17392
17393 \backslash
17394 cup
17395 \end_layout
17396
17397 \end_inset
17398 </cell>
17399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17400 \begin_inset Text
17401
17402 \begin_layout Plain Layout
17403 \begin_inset Formula $\cup$
17404 \end_inset
17405
17406
17407 \end_layout
17408
17409 \end_inset
17410 </cell>
17411 </row>
17412 <row>
17413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17414 \begin_inset Text
17415
17416 \begin_layout Plain Layout
17417
17418 \backslash
17419 dagger
17420 \end_layout
17421
17422 \end_inset
17423 </cell>
17424 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17425 \begin_inset Text
17426
17427 \begin_layout Plain Layout
17428 \begin_inset Formula $\dagger$
17429 \end_inset
17430
17431
17432 \end_layout
17433
17434 \end_inset
17435 </cell>
17436 </row>
17437 <row>
17438 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17439 \begin_inset Text
17440
17441 \begin_layout Plain Layout
17442
17443 \backslash
17444 ddagger
17445 \end_layout
17446
17447 \end_inset
17448 </cell>
17449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17450 \begin_inset Text
17451
17452 \begin_layout Plain Layout
17453 \begin_inset Formula $\ddagger$
17454 \end_inset
17455
17456
17457 \end_layout
17458
17459 \end_inset
17460 </cell>
17461 </row>
17462 <row>
17463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17464 \begin_inset Text
17465
17466 \begin_layout Plain Layout
17467
17468 \backslash
17469 wr
17470 \end_layout
17471
17472 \end_inset
17473 </cell>
17474 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17475 \begin_inset Text
17476
17477 \begin_layout Plain Layout
17478 \begin_inset Formula $\wr$
17479 \end_inset
17480
17481
17482 \end_layout
17483
17484 \end_inset
17485 </cell>
17486 </row>
17487 <row>
17488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17489 \begin_inset Text
17490
17491 \begin_layout Plain Layout
17492
17493 \backslash
17494 bigcirc
17495 \end_layout
17496
17497 \end_inset
17498 </cell>
17499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17500 \begin_inset Text
17501
17502 \begin_layout Plain Layout
17503 \begin_inset Formula $\bigcirc$
17504 \end_inset
17505
17506
17507 \end_layout
17508
17509 \end_inset
17510 </cell>
17511 </row>
17512 <row>
17513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17514 \begin_inset Text
17515
17516 \begin_layout Plain Layout
17517
17518 \backslash
17519 wedge
17520 \end_layout
17521
17522 \end_inset
17523 </cell>
17524 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17525 \begin_inset Text
17526
17527 \begin_layout Plain Layout
17528 \begin_inset Formula $\wedge$
17529 \end_inset
17530
17531
17532 \end_layout
17533
17534 \end_inset
17535 </cell>
17536 </row>
17537 <row>
17538 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17539 \begin_inset Text
17540
17541 \begin_layout Plain Layout
17542
17543 \backslash
17544 vee
17545 \end_layout
17546
17547 \end_inset
17548 </cell>
17549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17550 \begin_inset Text
17551
17552 \begin_layout Plain Layout
17553 \begin_inset Formula $\vee$
17554 \end_inset
17555
17556
17557 \end_layout
17558
17559 \end_inset
17560 </cell>
17561 </row>
17562 </lyxtabular>
17563
17564 \end_inset
17565
17566
17567 \begin_inset space \hfill{}
17568 \end_inset
17569
17570
17571 \begin_inset Tabular
17572 <lyxtabular version="3" rows="13" columns="2">
17573 <features booktabs="true" tabularvalignment="middle">
17574 <column alignment="center" valignment="top" width="0pt">
17575 <column alignment="center" valignment="top" width="0pt">
17576 <row>
17577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17578 \begin_inset Text
17579
17580 \begin_layout Plain Layout
17581 Command
17582 \end_layout
17583
17584 \end_inset
17585 </cell>
17586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17587 \begin_inset Text
17588
17589 \begin_layout Plain Layout
17590 Result
17591 \end_layout
17592
17593 \end_inset
17594 </cell>
17595 </row>
17596 <row>
17597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17598 \begin_inset Text
17599
17600 \begin_layout Plain Layout
17601
17602 \backslash
17603 oplus
17604 \end_layout
17605
17606 \end_inset
17607 </cell>
17608 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17609 \begin_inset Text
17610
17611 \begin_layout Plain Layout
17612 \begin_inset Formula $\oplus$
17613 \end_inset
17614
17615
17616 \end_layout
17617
17618 \end_inset
17619 </cell>
17620 </row>
17621 <row>
17622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17623 \begin_inset Text
17624
17625 \begin_layout Plain Layout
17626
17627 \backslash
17628 ominus
17629 \end_layout
17630
17631 \end_inset
17632 </cell>
17633 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17634 \begin_inset Text
17635
17636 \begin_layout Plain Layout
17637 \begin_inset Formula $\ominus$
17638 \end_inset
17639
17640
17641 \end_layout
17642
17643 \end_inset
17644 </cell>
17645 </row>
17646 <row>
17647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17648 \begin_inset Text
17649
17650 \begin_layout Plain Layout
17651
17652 \backslash
17653 otimes
17654 \end_layout
17655
17656 \end_inset
17657 </cell>
17658 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17659 \begin_inset Text
17660
17661 \begin_layout Plain Layout
17662 \begin_inset Formula $\otimes$
17663 \end_inset
17664
17665
17666 \end_layout
17667
17668 \end_inset
17669 </cell>
17670 </row>
17671 <row>
17672 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17673 \begin_inset Text
17674
17675 \begin_layout Plain Layout
17676
17677 \backslash
17678 oslash
17679 \end_layout
17680
17681 \end_inset
17682 </cell>
17683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17684 \begin_inset Text
17685
17686 \begin_layout Plain Layout
17687 \begin_inset Formula $\oslash$
17688 \end_inset
17689
17690
17691 \end_layout
17692
17693 \end_inset
17694 </cell>
17695 </row>
17696 <row>
17697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17698 \begin_inset Text
17699
17700 \begin_layout Plain Layout
17701
17702 \backslash
17703 odot
17704 \end_layout
17705
17706 \end_inset
17707 </cell>
17708 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17709 \begin_inset Text
17710
17711 \begin_layout Plain Layout
17712 \begin_inset Formula $\odot$
17713 \end_inset
17714
17715
17716 \end_layout
17717
17718 \end_inset
17719 </cell>
17720 </row>
17721 <row>
17722 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17723 \begin_inset Text
17724
17725 \begin_layout Plain Layout
17726
17727 \backslash
17728 amalg
17729 \end_layout
17730
17731 \end_inset
17732 </cell>
17733 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17734 \begin_inset Text
17735
17736 \begin_layout Plain Layout
17737 \begin_inset Formula $\amalg$
17738 \end_inset
17739
17740
17741 \end_layout
17742
17743 \end_inset
17744 </cell>
17745 </row>
17746 <row>
17747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17748 \begin_inset Text
17749
17750 \begin_layout Plain Layout
17751
17752 \backslash
17753 uplus
17754 \end_layout
17755
17756 \end_inset
17757 </cell>
17758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17759 \begin_inset Text
17760
17761 \begin_layout Plain Layout
17762 \begin_inset Formula $\uplus$
17763 \end_inset
17764
17765
17766 \end_layout
17767
17768 \end_inset
17769 </cell>
17770 </row>
17771 <row>
17772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17773 \begin_inset Text
17774
17775 \begin_layout Plain Layout
17776
17777 \backslash
17778 setminus
17779 \end_layout
17780
17781 \end_inset
17782 </cell>
17783 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17784 \begin_inset Text
17785
17786 \begin_layout Plain Layout
17787 \begin_inset Formula $\setminus$
17788 \end_inset
17789
17790
17791 \end_layout
17792
17793 \end_inset
17794 </cell>
17795 </row>
17796 <row>
17797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17798 \begin_inset Text
17799
17800 \begin_layout Plain Layout
17801
17802 \backslash
17803 sqcap
17804 \end_layout
17805
17806 \end_inset
17807 </cell>
17808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17809 \begin_inset Text
17810
17811 \begin_layout Plain Layout
17812 \begin_inset Formula $\sqcap$
17813 \end_inset
17814
17815
17816 \end_layout
17817
17818 \end_inset
17819 </cell>
17820 </row>
17821 <row>
17822 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17823 \begin_inset Text
17824
17825 \begin_layout Plain Layout
17826
17827 \backslash
17828 sqcup
17829 \end_layout
17830
17831 \end_inset
17832 </cell>
17833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17834 \begin_inset Text
17835
17836 \begin_layout Plain Layout
17837 \begin_inset Formula $\sqcup$
17838 \end_inset
17839
17840
17841 \end_layout
17842
17843 \end_inset
17844 </cell>
17845 </row>
17846 <row>
17847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17848 \begin_inset Text
17849
17850 \begin_layout Plain Layout
17851
17852 \backslash
17853 triangleleft
17854 \end_layout
17855
17856 \end_inset
17857 </cell>
17858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17859 \begin_inset Text
17860
17861 \begin_layout Plain Layout
17862 \begin_inset Formula $\triangleleft$
17863 \end_inset
17864
17865
17866 \end_layout
17867
17868 \end_inset
17869 </cell>
17870 </row>
17871 <row>
17872 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17873 \begin_inset Text
17874
17875 \begin_layout Plain Layout
17876
17877 \backslash
17878 triangleright
17879 \end_layout
17880
17881 \end_inset
17882 </cell>
17883 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17884 \begin_inset Text
17885
17886 \begin_layout Plain Layout
17887 \begin_inset Formula $\triangleright$
17888 \end_inset
17889
17890
17891 \end_layout
17892
17893 \end_inset
17894 </cell>
17895 </row>
17896 </lyxtabular>
17897
17898 \end_inset
17899
17900
17901 \end_layout
17902
17903 \begin_layout Standard
17904 All binary operators can also be inserted via the math toolbar button 
17905 \begin_inset Info
17906 type  "icon"
17907 arg   "math-insert \\pm"
17908 \end_inset
17909
17910 .
17911 \end_layout
17912
17913 \begin_layout Standard
17914 To typeset the Laplace operator also 
17915 \series bold
17916
17917 \backslash
17918 Delta
17919 \series default
17920  or 
17921 \series bold
17922
17923 \backslash
17924 nabla
17925 \series default
17926 ^
17927 \series bold
17928 2
17929 \series default
17930  (
17931 \begin_inset Formula $\nabla^{2}$
17932 \end_inset
17933
17934 ) can be used instead of 
17935 \series bold
17936
17937 \backslash
17938 bigtriangleup
17939 \series default
17940  .
17941 \end_layout
17942
17943 \begin_layout Standard
17944 The character 
17945 \family sans
17946 Menu Separator
17947 \family default
17948  from the menu 
17949 \family sans
17950 Insert\SpecialChar menuseparator
17951 Special Character
17952 \family default
17953  is the operator 
17954 \series bold
17955
17956 \backslash
17957 triangleright
17958 \series default
17959 .
17960 \end_layout
17961
17962 \begin_layout Subsection
17963 Self-defined Operators
17964 \begin_inset CommandInset label
17965 LatexCommand label
17966 name "subsec:Self-defined-Operators"
17967
17968 \end_inset
17969
17970
17971 \begin_inset Index idx
17972 status collapsed
17973
17974 \begin_layout Plain Layout
17975 Operators ! self-defined
17976 \end_layout
17977
17978 \end_inset
17979
17980
17981 \end_layout
17982
17983 \begin_layout Standard
17984 With the help of the command 
17985 \series bold
17986
17987 \backslash
17988 DeclareMathOperator
17989 \series default
17990
17991 \begin_inset Index idx
17992 status collapsed
17993
17994 \begin_layout Plain Layout
17995 Commands ! D ! 
17996 \backslash
17997 dbinom@
17998 \backslash
17999 DeclareMathOperator
18000 \end_layout
18001
18002 \end_inset
18003
18004  custom operators can be defined in the \SpecialChar LaTeX
18005 -preamble.
18006  Its command scheme is:
18007 \end_layout
18008
18009 \begin_layout Standard
18010
18011 \series bold
18012
18013 \backslash
18014 DeclareMathOperator{new command}{display}
18015 \end_layout
18016
18017 \begin_layout Standard
18018 Display can be characters or symbols that define how the operator looks
18019  in the output.
18020  To define a big operator a * is set behind the command.
18021  All self-defined big operators can have limits as described in 
18022 \begin_inset CommandInset ref
18023 LatexCommand ref
18024 reference "subsec:Operator-Limits"
18025
18026 \end_inset
18027
18028 .
18029 \end_layout
18030
18031 \begin_layout Standard
18032 For example the \SpecialChar LaTeX
18033 -preamble line
18034 \end_layout
18035
18036 \begin_layout Standard
18037
18038 \series bold
18039
18040 \backslash
18041 DeclareMathOperator*{
18042 \backslash
18043 Lozenge}{
18044 \backslash
18045 blacklozenge}
18046 \end_layout
18047
18048 \begin_layout Standard
18049 defines the command 
18050 \series bold
18051
18052 \backslash
18053 Lozenge
18054 \series default
18055 , that inserts a big operator consisting of the lozenge symbol from 
18056 \begin_inset CommandInset ref
18057 LatexCommand ref
18058 reference "subsec:Miscellaneous-Symbols"
18059
18060 \end_inset
18061
18062 :
18063 \begin_inset Formula 
18064 \[
18065 \Lozenge_{n=1}^{\infty}
18066 \]
18067
18068 \end_inset
18069
18070 The command for this formula is: 
18071 \series bold
18072
18073 \backslash
18074 Lozenge
18075 \series default
18076 ^
18077 \series bold
18078
18079 \backslash
18080 infty
18081 \begin_inset Formula $\to$
18082 \end_inset
18083
18084 _n=1
18085 \end_layout
18086
18087 \begin_layout Standard
18088 \begin_inset VSpace bigskip
18089 \end_inset
18090
18091 When self-defined operators are not used several times in the document,
18092  they can also be defined with the commands 
18093 \series bold
18094
18095 \backslash
18096 mathop
18097 \series default
18098
18099 \begin_inset Index idx
18100 status collapsed
18101
18102 \begin_layout Plain Layout
18103 Commands ! M ! 
18104 \backslash
18105 mathop
18106 \end_layout
18107
18108 \end_inset
18109
18110  and 
18111 \series bold
18112
18113 \backslash
18114 mathbin
18115 \series default
18116
18117 \begin_inset Index idx
18118 status collapsed
18119
18120 \begin_layout Plain Layout
18121 Commands ! M ! 
18122 \backslash
18123 mathbin
18124 \end_layout
18125
18126 \end_inset
18127
18128 , which have the following scheme:
18129 \end_layout
18130
18131 \begin_layout Standard
18132
18133 \series bold
18134
18135 \backslash
18136 mathop{display}
18137 \series default
18138  and 
18139 \series bold
18140
18141 \backslash
18142 mathbin{display}
18143 \end_layout
18144
18145 \begin_layout Standard
18146
18147 \series bold
18148
18149 \backslash
18150 mathop
18151 \series default
18152  defines big operators, 
18153 \series bold
18154
18155 \backslash
18156 mathbin
18157 \series default
18158  binary operators.
18159 \end_layout
18160
18161 \begin_layout Standard
18162
18163 \series bold
18164
18165 \backslash
18166 mathop
18167 \series default
18168  can e.
18169 \begin_inset space \thinspace{}
18170 \end_inset
18171
18172 g.
18173 \begin_inset space \space{}
18174 \end_inset
18175
18176 be used to use one limit for several operators:
18177 \end_layout
18178
18179 \begin_layout Standard
18180 \begin_inset Formula 
18181 \[
18182 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18183 \]
18184
18185 \end_inset
18186
18187
18188 \end_layout
18189
18190 \begin_layout Standard
18191 The command for the formula above is:
18192 \begin_inset Newline newline
18193 \end_inset
18194
18195
18196 \series bold
18197
18198 \backslash
18199 mathop{
18200 \backslash
18201 sum
18202 \backslash
18203 negmedspace
18204 \backslash
18205 sum
18206 \series default
18207
18208 \begin_inset space \textvisiblespace{}
18209 \end_inset
18210
18211
18212 \series bold
18213
18214 \begin_inset Formula $\to$
18215 \end_inset
18216
18217 ^N
18218 \series default
18219
18220 \begin_inset space \textvisiblespace{}
18221 \end_inset
18222
18223
18224 \series bold
18225 _i,j=1
18226 \end_layout
18227
18228 \begin_layout Section
18229 Fonts
18230 \begin_inset Index idx
18231 status collapsed
18232
18233 \begin_layout Plain Layout
18234 Fonts
18235 \end_layout
18236
18237 \end_inset
18238
18239
18240 \end_layout
18241
18242 \begin_layout Subsection
18243 Font Styles
18244 \begin_inset CommandInset label
18245 LatexCommand label
18246 name "subsec:Font-Styles"
18247
18248 \end_inset
18249
18250
18251 \begin_inset Index idx
18252 status collapsed
18253
18254 \begin_layout Plain Layout
18255 Font ! style
18256 \end_layout
18257
18258 \end_inset
18259
18260
18261 \end_layout
18262
18263 \begin_layout Standard
18264 Latin letters in formulas can be set in one of the following font styles:
18265 \end_layout
18266
18267 \begin_layout Standard
18268 \align center
18269 \begin_inset space \hfill{}
18270 \end_inset
18271
18272
18273 \begin_inset Tabular
18274 <lyxtabular version="3" rows="6" columns="2">
18275 <features booktabs="true" tabularvalignment="middle">
18276 <column alignment="center" valignment="top" width="0pt">
18277 <column alignment="center" valignment="top">
18278 <row>
18279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18280 \begin_inset Text
18281
18282 \begin_layout Plain Layout
18283 Command
18284 \end_layout
18285
18286 \end_inset
18287 </cell>
18288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18289 \begin_inset Text
18290
18291 \begin_layout Plain Layout
18292 Result
18293 \end_layout
18294
18295 \end_inset
18296 </cell>
18297 </row>
18298 <row>
18299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18300 \begin_inset Text
18301
18302 \begin_layout Plain Layout
18303
18304 \backslash
18305 mathbb
18306 \series bold
18307
18308 \begin_inset space \textvisiblespace{}
18309 \end_inset
18310
18311
18312 \series default
18313 ABC
18314 \end_layout
18315
18316 \end_inset
18317 </cell>
18318 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18319 \begin_inset Text
18320
18321 \begin_layout Plain Layout
18322 \begin_inset Formula $\mathbb{ABC}$
18323 \end_inset
18324
18325
18326 \end_layout
18327
18328 \end_inset
18329 </cell>
18330 </row>
18331 <row>
18332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18333 \begin_inset Text
18334
18335 \begin_layout Plain Layout
18336
18337 \backslash
18338 mathbf
18339 \series bold
18340
18341 \begin_inset space \textvisiblespace{}
18342 \end_inset
18343
18344
18345 \series default
18346 AbC
18347 \end_layout
18348
18349 \end_inset
18350 </cell>
18351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18352 \begin_inset Text
18353
18354 \begin_layout Plain Layout
18355 \begin_inset Formula $\mathbf{AbC}$
18356 \end_inset
18357
18358
18359 \end_layout
18360
18361 \end_inset
18362 </cell>
18363 </row>
18364 <row>
18365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18366 \begin_inset Text
18367
18368 \begin_layout Plain Layout
18369
18370 \backslash
18371 boldsymbol
18372 \series bold
18373
18374 \begin_inset space \textvisiblespace{}
18375 \end_inset
18376
18377
18378 \series default
18379 AbC
18380 \end_layout
18381
18382 \end_inset
18383 </cell>
18384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18385 \begin_inset Text
18386
18387 \begin_layout Plain Layout
18388 \begin_inset Formula $\boldsymbol{AbC}$
18389 \end_inset
18390
18391
18392 \end_layout
18393
18394 \end_inset
18395 </cell>
18396 </row>
18397 <row>
18398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18399 \begin_inset Text
18400
18401 \begin_layout Plain Layout
18402
18403 \backslash
18404 mathcal
18405 \series bold
18406
18407 \begin_inset space \textvisiblespace{}
18408 \end_inset
18409
18410
18411 \series default
18412 ABC
18413 \end_layout
18414
18415 \end_inset
18416 </cell>
18417 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18418 \begin_inset Text
18419
18420 \begin_layout Plain Layout
18421 \begin_inset Formula $\mathcal{ABC}$
18422 \end_inset
18423
18424
18425 \end_layout
18426
18427 \end_inset
18428 </cell>
18429 </row>
18430 <row>
18431 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18432 \begin_inset Text
18433
18434 \begin_layout Plain Layout
18435
18436 \backslash
18437 mathfrak
18438 \series bold
18439
18440 \begin_inset space \textvisiblespace{}
18441 \end_inset
18442
18443
18444 \series default
18445 AbC
18446 \end_layout
18447
18448 \end_inset
18449 </cell>
18450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18451 \begin_inset Text
18452
18453 \begin_layout Plain Layout
18454 \begin_inset Formula $\mathfrak{AbC}$
18455 \end_inset
18456
18457
18458 \end_layout
18459
18460 \end_inset
18461 </cell>
18462 </row>
18463 </lyxtabular>
18464
18465 \end_inset
18466
18467
18468 \begin_inset space \hfill{}
18469 \end_inset
18470
18471
18472 \begin_inset Tabular
18473 <lyxtabular version="3" rows="6" columns="2">
18474 <features booktabs="true" tabularvalignment="middle">
18475 <column alignment="center" valignment="top" width="0pt">
18476 <column alignment="center" valignment="top">
18477 <row>
18478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18479 \begin_inset Text
18480
18481 \begin_layout Plain Layout
18482 Command
18483 \end_layout
18484
18485 \end_inset
18486 </cell>
18487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18488 \begin_inset Text
18489
18490 \begin_layout Plain Layout
18491 Result
18492 \end_layout
18493
18494 \end_inset
18495 </cell>
18496 </row>
18497 <row>
18498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18499 \begin_inset Text
18500
18501 \begin_layout Plain Layout
18502
18503 \backslash
18504 mathit
18505 \series bold
18506
18507 \begin_inset space \textvisiblespace{}
18508 \end_inset
18509
18510
18511 \series default
18512 AbC
18513 \end_layout
18514
18515 \end_inset
18516 </cell>
18517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18518 \begin_inset Text
18519
18520 \begin_layout Plain Layout
18521 \begin_inset Formula $\mathit{AbC}$
18522 \end_inset
18523
18524
18525 \end_layout
18526
18527 \end_inset
18528 </cell>
18529 </row>
18530 <row>
18531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18532 \begin_inset Text
18533
18534 \begin_layout Plain Layout
18535
18536 \backslash
18537 mathrm
18538 \series bold
18539
18540 \begin_inset space \textvisiblespace{}
18541 \end_inset
18542
18543
18544 \series default
18545 AbC
18546 \end_layout
18547
18548 \end_inset
18549 </cell>
18550 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18551 \begin_inset Text
18552
18553 \begin_layout Plain Layout
18554 \begin_inset Formula $\mathrm{AbC}$
18555 \end_inset
18556
18557
18558 \end_layout
18559
18560 \end_inset
18561 </cell>
18562 </row>
18563 <row>
18564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18565 \begin_inset Text
18566
18567 \begin_layout Plain Layout
18568
18569 \backslash
18570 mathsf
18571 \series bold
18572
18573 \begin_inset space \textvisiblespace{}
18574 \end_inset
18575
18576
18577 \series default
18578 AbC
18579 \end_layout
18580
18581 \end_inset
18582 </cell>
18583 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18584 \begin_inset Text
18585
18586 \begin_layout Plain Layout
18587 \begin_inset Formula $\mathsf{AbC}$
18588 \end_inset
18589
18590
18591 \end_layout
18592
18593 \end_inset
18594 </cell>
18595 </row>
18596 <row>
18597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18598 \begin_inset Text
18599
18600 \begin_layout Plain Layout
18601
18602 \backslash
18603 mathtt
18604 \series bold
18605
18606 \begin_inset space \textvisiblespace{}
18607 \end_inset
18608
18609
18610 \series default
18611 AbC
18612 \end_layout
18613
18614 \end_inset
18615 </cell>
18616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18617 \begin_inset Text
18618
18619 \begin_layout Plain Layout
18620 \begin_inset Formula $\mathtt{AbC}$
18621 \end_inset
18622
18623
18624 \end_layout
18625
18626 \end_inset
18627 </cell>
18628 </row>
18629 <row>
18630 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18631 \begin_inset Text
18632
18633 \begin_layout Plain Layout
18634
18635 \backslash
18636 mathscr
18637 \series bold
18638
18639 \begin_inset space \textvisiblespace{}
18640 \end_inset
18641
18642
18643 \series default
18644 ABC
18645 \end_layout
18646
18647 \end_inset
18648 </cell>
18649 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18650 \begin_inset Text
18651
18652 \begin_layout Plain Layout
18653 \begin_inset Formula $\mathscr{ABC}$
18654 \end_inset
18655
18656
18657 \end_layout
18658
18659 \end_inset
18660 </cell>
18661 </row>
18662 </lyxtabular>
18663
18664 \end_inset
18665
18666
18667 \begin_inset space \hfill{}
18668 \end_inset
18669
18670
18671 \end_layout
18672
18673 \begin_layout Standard
18674 \begin_inset Note Greyedout
18675 status open
18676
18677 \begin_layout Plain Layout
18678
18679 \series bold
18680 Note:
18681 \series default
18682  The styles 
18683 \series bold
18684
18685 \backslash
18686 mathbb
18687 \series default
18688
18689 \series bold
18690
18691 \backslash
18692 mathcal
18693 \series default
18694  and 
18695 \series bold
18696
18697 \backslash
18698 mathscr
18699 \series default
18700  can only be used for big letters.
18701 \end_layout
18702
18703 \end_inset
18704
18705
18706 \end_layout
18707
18708 \begin_layout Standard
18709 Predefined is the style 
18710 \series bold
18711
18712 \backslash
18713 mathnormal
18714 \series default
18715 .
18716 \end_layout
18717
18718 \begin_layout Standard
18719 The style commands work also for letters in mathematical constructs:
18720 \begin_inset Formula 
18721 \[
18722 \mathfrak{A=\frac{b}{C}}
18723 \]
18724
18725 \end_inset
18726
18727
18728 \end_layout
18729
18730 \begin_layout Standard
18731 Characters in mathematical text don't appear in a math font style but in
18732  the text font style 
18733 \series bold
18734
18735 \backslash
18736 textrm
18737 \series default
18738 .
18739  That their style can't be set correctly via the text style dialog is a
18740  bug in \SpecialChar LyX
18741 .
18742 \begin_inset Foot
18743 status collapsed
18744
18745 \begin_layout Plain Layout
18746 \begin_inset CommandInset href
18747 LatexCommand href
18748 name "LyX-bug #4629"
18749 target "http://www.lyx.org/trac/ticket/4629"
18750
18751 \end_inset
18752
18753
18754 \end_layout
18755
18756 \end_inset
18757
18758
18759 \end_layout
18760
18761 \begin_layout Standard
18762 Instead of the style commands the dialog 
18763 \family sans
18764 Edit\SpecialChar menuseparator
18765 Math\SpecialChar menuseparator
18766 Text Style
18767 \family default
18768  or the toolbar button 
18769 \begin_inset Info
18770 type  "icon"
18771 arg   "math-insert \\font"
18772 \end_inset
18773
18774  can be used.
18775 \end_layout
18776
18777 \begin_layout Subsection
18778 Bold Formulas
18779 \begin_inset CommandInset label
18780 LatexCommand label
18781 name "subsec:Bold-Formulas"
18782
18783 \end_inset
18784
18785
18786 \begin_inset Index idx
18787 status collapsed
18788
18789 \begin_layout Plain Layout
18790 Formula ! bold
18791 \end_layout
18792
18793 \end_inset
18794
18795
18796 \end_layout
18797
18798 \begin_layout Standard
18799 To make a complete formula bold, the command 
18800 \series bold
18801
18802 \backslash
18803 mathbf
18804 \series default
18805  from the previous subsection cannot be used, because it doesn't work for
18806  small Greek letters.
18807  Furthermore it prints Latin letters always upright, like in the following
18808  equation:
18809 \end_layout
18810
18811 \begin_layout Standard
18812 \begin_inset Formula 
18813 \[
18814 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18815 \]
18816
18817 \end_inset
18818
18819
18820 \end_layout
18821
18822 \begin_layout Standard
18823 To display the formula correctly, the command 
18824 \series bold
18825
18826 \backslash
18827 boldsymbol
18828 \series default
18829  is used:
18830 \begin_inset Formula 
18831 \[
18832 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18833 \]
18834
18835 \end_inset
18836
18837 It is also possible to set the formula in a 
18838 \series bold
18839 boldmath environment
18840 \series default
18841 .
18842  This environment is created by inserting the command 
18843 \series bold
18844
18845 \backslash
18846 boldmath
18847 \series default
18848
18849 \begin_inset Index idx
18850 status collapsed
18851
18852 \begin_layout Plain Layout
18853 Commands ! B ! 
18854 \backslash
18855 boldmath
18856 \end_layout
18857
18858 \end_inset
18859
18860  in \SpecialChar TeX
18861  mode.
18862  To end the environment, the command 
18863 \series bold
18864
18865 \backslash
18866 unboldmath
18867 \series default
18868
18869 \begin_inset Index idx
18870 status collapsed
18871
18872 \begin_layout Plain Layout
18873 Commands ! U ! 
18874 \backslash
18875 unboldmath
18876 \end_layout
18877
18878 \end_inset
18879
18880  is inserted in \SpecialChar TeX
18881  mode.
18882 \begin_inset ERT
18883 status collapsed
18884
18885 \begin_layout Plain Layout
18886
18887
18888 \backslash
18889 boldmath 
18890 \end_layout
18891
18892 \end_inset
18893
18894
18895 \begin_inset Formula 
18896 \[
18897 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
18898 \]
18899
18900 \end_inset
18901
18902
18903 \begin_inset ERT
18904 status collapsed
18905
18906 \begin_layout Plain Layout
18907
18908
18909 \backslash
18910 unboldmath 
18911 \end_layout
18912
18913 \end_inset
18914
18915
18916 \end_layout
18917
18918 \begin_layout Subsection
18919 Colored Formulas
18920 \begin_inset Index idx
18921 status collapsed
18922
18923 \begin_layout Plain Layout
18924 Formula ! colored
18925 \end_layout
18926
18927 \end_inset
18928
18929
18930 \end_layout
18931
18932 \begin_layout Standard
18933 Formulas can be colored like normal text: Highlight a formula or a formula
18934  part and use the 
18935 \family sans
18936 Text Style
18937 \family default
18938  dialog.
18939  Here is a formula in magenta:
18940 \begin_inset Formula 
18941 \[
18942 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18943 \]
18944
18945 \end_inset
18946
18947
18948 \end_layout
18949
18950 \begin_layout Standard
18951 You can also define your own colors as described in 
18952 \begin_inset CommandInset ref
18953 LatexCommand ref
18954 reference "subsec:Colored-Boxes"
18955
18956 \end_inset
18957
18958 .
18959  They can be used with the \SpecialChar TeX
18960  code command 
18961 \series bold
18962
18963 \backslash
18964 textcolor
18965 \series default
18966
18967 \begin_inset Index idx
18968 status collapsed
18969
18970 \begin_layout Plain Layout
18971 Commands ! T ! 
18972 \backslash
18973 textcolor
18974 \end_layout
18975
18976 \end_inset
18977
18978  in the scheme
18979 \end_layout
18980
18981 \begin_layout Standard
18982
18983 \series bold
18984
18985 \backslash
18986 textcolor{color}{characters or formula}
18987 \end_layout
18988
18989 \begin_layout Standard
18990 The following example was colored completely dark green and partly red:
18991 \end_layout
18992
18993 \begin_layout Standard
18994 \begin_inset ERT
18995 status collapsed
18996
18997 \begin_layout Plain Layout
18998
18999
19000 \backslash
19001 textcolor{darkgreen}{
19002 \end_layout
19003
19004 \end_inset
19005
19006
19007 \begin_inset Formula 
19008 \[
19009 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19010 \]
19011
19012 \end_inset
19013
19014
19015 \begin_inset ERT
19016 status collapsed
19017
19018 \begin_layout Plain Layout
19019
19020 }
19021 \end_layout
19022
19023 \end_inset
19024
19025
19026 \end_layout
19027
19028 \begin_layout Standard
19029 Due to a bug in \SpecialChar LyX
19030  only complete formulas can be colored with self-defined
19031  colors.
19032 \begin_inset Foot
19033 status collapsed
19034
19035 \begin_layout Plain Layout
19036 \begin_inset CommandInset href
19037 LatexCommand href
19038 name "LyX-bug #5269"
19039 target "http://www.lyx.org/trac/ticket/5269"
19040
19041 \end_inset
19042
19043
19044 \end_layout
19045
19046 \end_inset
19047
19048
19049 \end_layout
19050
19051 \begin_layout Subsection
19052 Font Sizes
19053 \begin_inset CommandInset label
19054 LatexCommand label
19055 name "subsec:Font-Sizes"
19056
19057 \end_inset
19058
19059
19060 \begin_inset Index idx
19061 status collapsed
19062
19063 \begin_layout Plain Layout
19064 Font ! size
19065 \end_layout
19066
19067 \end_inset
19068
19069
19070 \end_layout
19071
19072 \begin_layout Standard
19073 For characters in formulas there are, analog to characters in text, the
19074  following size commands:
19075 \end_layout
19076
19077 \begin_layout Standard
19078
19079 \series bold
19080
19081 \backslash
19082 Huge
19083 \series default
19084
19085 \series bold
19086
19087 \backslash
19088 huge
19089 \series default
19090
19091 \series bold
19092
19093 \backslash
19094 LARGE
19095 \series default
19096
19097 \series bold
19098
19099 \backslash
19100 Large
19101 \series default
19102
19103 \series bold
19104
19105 \backslash
19106 large
19107 \series default
19108
19109 \series bold
19110
19111 \backslash
19112 normalsize
19113 \series default
19114
19115 \series bold
19116
19117 \backslash
19118 small
19119 \series default
19120 ,
19121 \begin_inset Newline newline
19122 \end_inset
19123
19124
19125 \series bold
19126
19127 \backslash
19128 footnotesize
19129 \series default
19130
19131 \series bold
19132
19133 \backslash
19134 scriptsize
19135 \series default
19136  and 
19137 \series bold
19138
19139 \backslash
19140 tiny
19141 \end_layout
19142
19143 \begin_layout Standard
19144 The size produced by the commands depends on the document font size, which
19145  corresponds to the command 
19146 \series bold
19147
19148 \backslash
19149 normalsize
19150 \series default
19151 .
19152  The other commands produce smaller or larger sizes than 
19153 \series bold
19154
19155 \backslash
19156 normalsize
19157 \series default
19158 .
19159  The font size can however not exceed a certain value.
19160  Is for example the document font size 12
19161 \begin_inset space \thinspace{}
19162 \end_inset
19163
19164 pt, the command 
19165 \series bold
19166
19167 \backslash
19168 Huge
19169 \series default
19170  switches to the same size as 
19171 \series bold
19172
19173 \backslash
19174 huge
19175 \series default
19176 .
19177  
19178 \end_layout
19179
19180 \begin_layout Standard
19181 A size command is inserted in \SpecialChar TeX
19182  mode before the formula and sets the size
19183  for all following formula and text characters.
19184  To switch back to the initial size, the command 
19185 \series bold
19186
19187 \backslash
19188 normalsize
19189 \series default
19190  is inserted behind the formula in \SpecialChar TeX
19191  mode.
19192 \end_layout
19193
19194 \begin_layout Standard
19195 Within a formula the size can be changed using the following size commands
19196  or the toolbar button 
19197 \begin_inset Info
19198 type  "icon"
19199 arg   "math-insert \\style"
19200 \end_inset
19201
19202 :
19203 \begin_inset Separator parbreak
19204 \end_inset
19205
19206
19207 \end_layout
19208
19209 \begin_layout Standard
19210 \noindent
19211 \align center
19212 \begin_inset Tabular
19213 <lyxtabular version="3" rows="5" columns="2">
19214 <features booktabs="true" tabularvalignment="middle">
19215 <column alignment="center" valignment="top" width="0pt">
19216 <column alignment="center" valignment="top">
19217 <row>
19218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19219 \begin_inset Text
19220
19221 \begin_layout Plain Layout
19222 Command
19223 \end_layout
19224
19225 \end_inset
19226 </cell>
19227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19228 \begin_inset Text
19229
19230 \begin_layout Plain Layout
19231 Result
19232 \end_layout
19233
19234 \end_inset
19235 </cell>
19236 </row>
19237 <row>
19238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19239 \begin_inset Text
19240
19241 \begin_layout Plain Layout
19242
19243 \backslash
19244 displaystyle
19245 \begin_inset Index idx
19246 status collapsed
19247
19248 \begin_layout Plain Layout
19249 Commands ! D ! 
19250 \backslash
19251 displaystyle
19252 \end_layout
19253
19254 \end_inset
19255
19256
19257 \end_layout
19258
19259 \end_inset
19260 </cell>
19261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19262 \begin_inset Text
19263
19264 \begin_layout Plain Layout
19265 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19266 \end_inset
19267
19268
19269 \end_layout
19270
19271 \end_inset
19272 </cell>
19273 </row>
19274 <row topspace="1mm">
19275 <cell alignment="center" valignment="top" usebox="none">
19276 \begin_inset Text
19277
19278 \begin_layout Plain Layout
19279
19280 \backslash
19281 textstyle
19282 \end_layout
19283
19284 \end_inset
19285 </cell>
19286 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19287 \begin_inset Text
19288
19289 \begin_layout Plain Layout
19290 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19291 \end_inset
19292
19293
19294 \end_layout
19295
19296 \end_inset
19297 </cell>
19298 </row>
19299 <row>
19300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19301 \begin_inset Text
19302
19303 \begin_layout Plain Layout
19304
19305 \backslash
19306 scriptstyle
19307 \end_layout
19308
19309 \end_inset
19310 </cell>
19311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19312 \begin_inset Text
19313
19314 \begin_layout Plain Layout
19315 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19316 \end_inset
19317
19318
19319 \end_layout
19320
19321 \end_inset
19322 </cell>
19323 </row>
19324 <row>
19325 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19326 \begin_inset Text
19327
19328 \begin_layout Plain Layout
19329
19330 \backslash
19331 scriptscriptstyle
19332 \end_layout
19333
19334 \end_inset
19335 </cell>
19336 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19337 \begin_inset Text
19338
19339 \begin_layout Plain Layout
19340 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19341 \end_inset
19342
19343
19344 \end_layout
19345
19346 \end_inset
19347 </cell>
19348 </row>
19349 </lyxtabular>
19350
19351 \end_inset
19352
19353
19354 \end_layout
19355
19356 \begin_layout Standard
19357 After entering these commands, a blue box appears in which the formula parts
19358  are inserted.
19359 \end_layout
19360
19361 \begin_layout Standard
19362 There is a further method to change the font size, that though only works
19363  for symbols or letters in mathematical text.
19364  To use it, one of the above text size commands is inserted in mathematical
19365  text.
19366  All following characters until the end of the mathematical text or until
19367  another size command will have the selected size.
19368  Two examples:
19369 \begin_inset VSpace -2mm
19370 \end_inset
19371
19372
19373 \end_layout
19374
19375 \begin_layout Standard
19376 \begin_inset ERT
19377 status collapsed
19378
19379 \begin_layout Plain Layout
19380
19381
19382 \backslash
19383 huge 
19384 \end_layout
19385
19386 \end_inset
19387
19388
19389 \begin_inset Formula 
19390 \[
19391 A=\frac{B}{c}\cdot\maltese
19392 \]
19393
19394 \end_inset
19395
19396
19397 \begin_inset Formula 
19398 \[
19399 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19400 \]
19401
19402 \end_inset
19403
19404
19405 \begin_inset ERT
19406 status collapsed
19407
19408 \begin_layout Plain Layout
19409
19410
19411 \backslash
19412 normalsize 
19413 \end_layout
19414
19415 \end_inset
19416
19417
19418 \end_layout
19419
19420 \begin_layout Standard
19421 \begin_inset VSpace medskip
19422 \end_inset
19423
19424 Before both formulas the command 
19425 \series bold
19426
19427 \backslash
19428 huge
19429 \series default
19430  was inserted.
19431  The command for the second formula is:
19432 \begin_inset Newline newline
19433 \end_inset
19434
19435
19436 \series bold
19437
19438 \backslash
19439 maltese
19440 \begin_inset space \textvisiblespace{}
19441 \end_inset
19442
19443 A Alt+M M 
19444 \backslash
19445 Large
19446 \begin_inset space \textvisiblespace{}
19447 \end_inset
19448
19449
19450 \backslash
19451 maltese
19452 \begin_inset space \textvisiblespace{}
19453 \end_inset
19454
19455
19456 \backslash
19457 textit
19458 \begin_inset space \textvisiblespace{}
19459 \end_inset
19460
19461 A
19462 \begin_inset Formula $\to$
19463 \end_inset
19464
19465
19466 \begin_inset Formula $\to$
19467 \end_inset
19468
19469
19470 \begin_inset Newline newline
19471 \end_inset
19472
19473
19474 \begin_inset space \hspace*{}
19475 \length 1cm
19476 \end_inset
19477
19478 Alt+M
19479 \series default
19480  
19481 \series bold
19482
19483 \backslash
19484 tiny
19485 \begin_inset space \textvisiblespace{}
19486 \end_inset
19487
19488
19489 \backslash
19490 maltese
19491 \begin_inset space \textvisiblespace{}
19492 \end_inset
19493
19494
19495 \backslash
19496 textit
19497 \begin_inset space \textvisiblespace{}
19498 \end_inset
19499
19500 A
19501 \end_layout
19502
19503 \begin_layout Standard
19504 If a symbol cannot be displayed in different sizes, it will always be displayed
19505  in the default size.
19506 \end_layout
19507
19508 \begin_layout Section
19509 Greek Letters
19510 \begin_inset Index idx
19511 status collapsed
19512
19513 \begin_layout Plain Layout
19514 Greek letters
19515 \end_layout
19516
19517 \end_inset
19518
19519
19520 \end_layout
19521
19522 \begin_layout Standard
19523 Greek letters can also be inserted via the toolbar button 
19524 \begin_inset Info
19525 type  "icon"
19526 arg   "math-insert \\alpha"
19527 \end_inset
19528
19529 .
19530  All international typesetting norms purport that Greek letters in math
19531  have to be typeset italic/slanted.
19532  In some languages, like French or Russian, they are nevertheless sometimes
19533  typeset upright.
19534 \end_layout
19535
19536 \begin_layout Subsection
19537 Small Letters
19538 \begin_inset Index idx
19539 status collapsed
19540
19541 \begin_layout Plain Layout
19542 Greek letters ! small
19543 \end_layout
19544
19545 \end_inset
19546
19547
19548 \end_layout
19549
19550 \begin_layout Standard
19551 \begin_inset space \hfill{}
19552 \end_inset
19553
19554
19555 \begin_inset Tabular
19556 <lyxtabular version="3" rows="11" columns="2">
19557 <features booktabs="true" tabularvalignment="middle">
19558 <column alignment="center" valignment="top" width="0pt">
19559 <column alignment="center" valignment="top" width="0pt">
19560 <row>
19561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19562 \begin_inset Text
19563
19564 \begin_layout Plain Layout
19565 Command
19566 \end_layout
19567
19568 \end_inset
19569 </cell>
19570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19571 \begin_inset Text
19572
19573 \begin_layout Plain Layout
19574 Result
19575 \end_layout
19576
19577 \end_inset
19578 </cell>
19579 </row>
19580 <row>
19581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19582 \begin_inset Text
19583
19584 \begin_layout Plain Layout
19585
19586 \backslash
19587 alpha
19588 \end_layout
19589
19590 \end_inset
19591 </cell>
19592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19593 \begin_inset Text
19594
19595 \begin_layout Plain Layout
19596 \begin_inset Formula $\alpha$
19597 \end_inset
19598
19599
19600 \end_layout
19601
19602 \end_inset
19603 </cell>
19604 </row>
19605 <row>
19606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19607 \begin_inset Text
19608
19609 \begin_layout Plain Layout
19610
19611 \backslash
19612 beta
19613 \end_layout
19614
19615 \end_inset
19616 </cell>
19617 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19618 \begin_inset Text
19619
19620 \begin_layout Plain Layout
19621 \begin_inset Formula $\beta$
19622 \end_inset
19623
19624
19625 \end_layout
19626
19627 \end_inset
19628 </cell>
19629 </row>
19630 <row>
19631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19632 \begin_inset Text
19633
19634 \begin_layout Plain Layout
19635
19636 \backslash
19637 gamma
19638 \end_layout
19639
19640 \end_inset
19641 </cell>
19642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19643 \begin_inset Text
19644
19645 \begin_layout Plain Layout
19646 \begin_inset Formula $\gamma$
19647 \end_inset
19648
19649
19650 \end_layout
19651
19652 \end_inset
19653 </cell>
19654 </row>
19655 <row>
19656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19657 \begin_inset Text
19658
19659 \begin_layout Plain Layout
19660
19661 \backslash
19662 delta
19663 \end_layout
19664
19665 \end_inset
19666 </cell>
19667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19668 \begin_inset Text
19669
19670 \begin_layout Plain Layout
19671 \begin_inset Formula $\delta$
19672 \end_inset
19673
19674
19675 \end_layout
19676
19677 \end_inset
19678 </cell>
19679 </row>
19680 <row>
19681 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19682 \begin_inset Text
19683
19684 \begin_layout Plain Layout
19685
19686 \backslash
19687 epsilon
19688 \end_layout
19689
19690 \end_inset
19691 </cell>
19692 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19693 \begin_inset Text
19694
19695 \begin_layout Plain Layout
19696 \begin_inset Formula $\epsilon$
19697 \end_inset
19698
19699
19700 \end_layout
19701
19702 \end_inset
19703 </cell>
19704 </row>
19705 <row>
19706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19707 \begin_inset Text
19708
19709 \begin_layout Plain Layout
19710
19711 \backslash
19712 varepsilon
19713 \end_layout
19714
19715 \end_inset
19716 </cell>
19717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19718 \begin_inset Text
19719
19720 \begin_layout Plain Layout
19721 \begin_inset Formula $\varepsilon$
19722 \end_inset
19723
19724
19725 \end_layout
19726
19727 \end_inset
19728 </cell>
19729 </row>
19730 <row>
19731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19732 \begin_inset Text
19733
19734 \begin_layout Plain Layout
19735
19736 \backslash
19737 zeta
19738 \end_layout
19739
19740 \end_inset
19741 </cell>
19742 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19743 \begin_inset Text
19744
19745 \begin_layout Plain Layout
19746 \begin_inset Formula $\zeta$
19747 \end_inset
19748
19749
19750 \end_layout
19751
19752 \end_inset
19753 </cell>
19754 </row>
19755 <row>
19756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19757 \begin_inset Text
19758
19759 \begin_layout Plain Layout
19760
19761 \backslash
19762 eta
19763 \end_layout
19764
19765 \end_inset
19766 </cell>
19767 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19768 \begin_inset Text
19769
19770 \begin_layout Plain Layout
19771 \begin_inset Formula $\eta$
19772 \end_inset
19773
19774
19775 \end_layout
19776
19777 \end_inset
19778 </cell>
19779 </row>
19780 <row>
19781 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19782 \begin_inset Text
19783
19784 \begin_layout Plain Layout
19785
19786 \backslash
19787 theta
19788 \end_layout
19789
19790 \end_inset
19791 </cell>
19792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19793 \begin_inset Text
19794
19795 \begin_layout Plain Layout
19796 \begin_inset Formula $\theta$
19797 \end_inset
19798
19799
19800 \end_layout
19801
19802 \end_inset
19803 </cell>
19804 </row>
19805 <row>
19806 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19807 \begin_inset Text
19808
19809 \begin_layout Plain Layout
19810
19811 \backslash
19812 vartheta
19813 \end_layout
19814
19815 \end_inset
19816 </cell>
19817 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19818 \begin_inset Text
19819
19820 \begin_layout Plain Layout
19821 \begin_inset Formula $\vartheta$
19822 \end_inset
19823
19824
19825 \end_layout
19826
19827 \end_inset
19828 </cell>
19829 </row>
19830 </lyxtabular>
19831
19832 \end_inset
19833
19834
19835 \begin_inset space \hfill{}
19836 \end_inset
19837
19838
19839 \begin_inset Tabular
19840 <lyxtabular version="3" rows="12" columns="2">
19841 <features booktabs="true" tabularvalignment="middle">
19842 <column alignment="center" valignment="top" width="0pt">
19843 <column alignment="center" valignment="top" width="0pt">
19844 <row>
19845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19846 \begin_inset Text
19847
19848 \begin_layout Plain Layout
19849 Command
19850 \end_layout
19851
19852 \end_inset
19853 </cell>
19854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19855 \begin_inset Text
19856
19857 \begin_layout Plain Layout
19858 Result
19859 \end_layout
19860
19861 \end_inset
19862 </cell>
19863 </row>
19864 <row>
19865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19866 \begin_inset Text
19867
19868 \begin_layout Plain Layout
19869
19870 \backslash
19871 iota
19872 \end_layout
19873
19874 \end_inset
19875 </cell>
19876 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19877 \begin_inset Text
19878
19879 \begin_layout Plain Layout
19880 \begin_inset Formula $\iota$
19881 \end_inset
19882
19883
19884 \end_layout
19885
19886 \end_inset
19887 </cell>
19888 </row>
19889 <row>
19890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19891 \begin_inset Text
19892
19893 \begin_layout Plain Layout
19894
19895 \backslash
19896 kappa
19897 \end_layout
19898
19899 \end_inset
19900 </cell>
19901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19902 \begin_inset Text
19903
19904 \begin_layout Plain Layout
19905 \begin_inset Formula $\kappa$
19906 \end_inset
19907
19908
19909 \end_layout
19910
19911 \end_inset
19912 </cell>
19913 </row>
19914 <row>
19915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19916 \begin_inset Text
19917
19918 \begin_layout Plain Layout
19919
19920 \backslash
19921 varkappa
19922 \end_layout
19923
19924 \end_inset
19925 </cell>
19926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19927 \begin_inset Text
19928
19929 \begin_layout Plain Layout
19930 \begin_inset Formula $\varkappa$
19931 \end_inset
19932
19933
19934 \end_layout
19935
19936 \end_inset
19937 </cell>
19938 </row>
19939 <row>
19940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19941 \begin_inset Text
19942
19943 \begin_layout Plain Layout
19944
19945 \backslash
19946 lambda
19947 \end_layout
19948
19949 \end_inset
19950 </cell>
19951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19952 \begin_inset Text
19953
19954 \begin_layout Plain Layout
19955 \begin_inset Formula $\lambda$
19956 \end_inset
19957
19958
19959 \end_layout
19960
19961 \end_inset
19962 </cell>
19963 </row>
19964 <row>
19965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19966 \begin_inset Text
19967
19968 \begin_layout Plain Layout
19969
19970 \backslash
19971 mu
19972 \end_layout
19973
19974 \end_inset
19975 </cell>
19976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19977 \begin_inset Text
19978
19979 \begin_layout Plain Layout
19980 \begin_inset Formula $\mu$
19981 \end_inset
19982
19983
19984 \end_layout
19985
19986 \end_inset
19987 </cell>
19988 </row>
19989 <row>
19990 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19991 \begin_inset Text
19992
19993 \begin_layout Plain Layout
19994
19995 \backslash
19996 nu
19997 \end_layout
19998
19999 \end_inset
20000 </cell>
20001 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20002 \begin_inset Text
20003
20004 \begin_layout Plain Layout
20005 \begin_inset Formula $\nu$
20006 \end_inset
20007
20008
20009 \end_layout
20010
20011 \end_inset
20012 </cell>
20013 </row>
20014 <row>
20015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20016 \begin_inset Text
20017
20018 \begin_layout Plain Layout
20019
20020 \backslash
20021 xi
20022 \end_layout
20023
20024 \end_inset
20025 </cell>
20026 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20027 \begin_inset Text
20028
20029 \begin_layout Plain Layout
20030 \begin_inset Formula $\xi$
20031 \end_inset
20032
20033
20034 \end_layout
20035
20036 \end_inset
20037 </cell>
20038 </row>
20039 <row>
20040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20041 \begin_inset Text
20042
20043 \begin_layout Plain Layout
20044 o
20045 \end_layout
20046
20047 \end_inset
20048 </cell>
20049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20050 \begin_inset Text
20051
20052 \begin_layout Plain Layout
20053 \begin_inset Formula $o$
20054 \end_inset
20055
20056
20057 \end_layout
20058
20059 \end_inset
20060 </cell>
20061 </row>
20062 <row>
20063 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20064 \begin_inset Text
20065
20066 \begin_layout Plain Layout
20067
20068 \backslash
20069 pi
20070 \end_layout
20071
20072 \end_inset
20073 </cell>
20074 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20075 \begin_inset Text
20076
20077 \begin_layout Plain Layout
20078 \begin_inset Formula $\pi$
20079 \end_inset
20080
20081
20082 \end_layout
20083
20084 \end_inset
20085 </cell>
20086 </row>
20087 <row>
20088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20089 \begin_inset Text
20090
20091 \begin_layout Plain Layout
20092
20093 \backslash
20094 varpi
20095 \end_layout
20096
20097 \end_inset
20098 </cell>
20099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20100 \begin_inset Text
20101
20102 \begin_layout Plain Layout
20103 \begin_inset Formula $\varpi$
20104 \end_inset
20105
20106
20107 \end_layout
20108
20109 \end_inset
20110 </cell>
20111 </row>
20112 <row>
20113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20114 \begin_inset Text
20115
20116 \begin_layout Plain Layout
20117
20118 \backslash
20119 rho
20120 \end_layout
20121
20122 \end_inset
20123 </cell>
20124 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20125 \begin_inset Text
20126
20127 \begin_layout Plain Layout
20128 \begin_inset Formula $\rho$
20129 \end_inset
20130
20131
20132 \end_layout
20133
20134 \end_inset
20135 </cell>
20136 </row>
20137 </lyxtabular>
20138
20139 \end_inset
20140
20141
20142 \begin_inset space \hfill{}
20143 \end_inset
20144
20145
20146 \begin_inset Tabular
20147 <lyxtabular version="3" rows="11" columns="2">
20148 <features booktabs="true" tabularvalignment="middle">
20149 <column alignment="center" valignment="top" width="0pt">
20150 <column alignment="center" valignment="top" width="0pt">
20151 <row>
20152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20153 \begin_inset Text
20154
20155 \begin_layout Plain Layout
20156 Command
20157 \end_layout
20158
20159 \end_inset
20160 </cell>
20161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20162 \begin_inset Text
20163
20164 \begin_layout Plain Layout
20165 Result
20166 \end_layout
20167
20168 \end_inset
20169 </cell>
20170 </row>
20171 <row>
20172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20173 \begin_inset Text
20174
20175 \begin_layout Plain Layout
20176
20177 \backslash
20178 varrho
20179 \end_layout
20180
20181 \end_inset
20182 </cell>
20183 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20184 \begin_inset Text
20185
20186 \begin_layout Plain Layout
20187 \begin_inset Formula $\varrho$
20188 \end_inset
20189
20190
20191 \end_layout
20192
20193 \end_inset
20194 </cell>
20195 </row>
20196 <row>
20197 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20198 \begin_inset Text
20199
20200 \begin_layout Plain Layout
20201
20202 \backslash
20203 sigma
20204 \end_layout
20205
20206 \end_inset
20207 </cell>
20208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20209 \begin_inset Text
20210
20211 \begin_layout Plain Layout
20212 \begin_inset Formula $\sigma$
20213 \end_inset
20214
20215
20216 \end_layout
20217
20218 \end_inset
20219 </cell>
20220 </row>
20221 <row>
20222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20223 \begin_inset Text
20224
20225 \begin_layout Plain Layout
20226
20227 \backslash
20228 varsigma
20229 \end_layout
20230
20231 \end_inset
20232 </cell>
20233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20234 \begin_inset Text
20235
20236 \begin_layout Plain Layout
20237 \begin_inset Formula $\varsigma$
20238 \end_inset
20239
20240
20241 \end_layout
20242
20243 \end_inset
20244 </cell>
20245 </row>
20246 <row>
20247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20248 \begin_inset Text
20249
20250 \begin_layout Plain Layout
20251
20252 \backslash
20253 tau
20254 \end_layout
20255
20256 \end_inset
20257 </cell>
20258 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20259 \begin_inset Text
20260
20261 \begin_layout Plain Layout
20262 \begin_inset Formula $\tau$
20263 \end_inset
20264
20265
20266 \end_layout
20267
20268 \end_inset
20269 </cell>
20270 </row>
20271 <row>
20272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20273 \begin_inset Text
20274
20275 \begin_layout Plain Layout
20276
20277 \backslash
20278 upsilon
20279 \end_layout
20280
20281 \end_inset
20282 </cell>
20283 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20284 \begin_inset Text
20285
20286 \begin_layout Plain Layout
20287 \begin_inset Formula $\upsilon$
20288 \end_inset
20289
20290
20291 \end_layout
20292
20293 \end_inset
20294 </cell>
20295 </row>
20296 <row>
20297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20298 \begin_inset Text
20299
20300 \begin_layout Plain Layout
20301
20302 \backslash
20303 phi
20304 \end_layout
20305
20306 \end_inset
20307 </cell>
20308 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20309 \begin_inset Text
20310
20311 \begin_layout Plain Layout
20312 \begin_inset Formula $\phi$
20313 \end_inset
20314
20315
20316 \end_layout
20317
20318 \end_inset
20319 </cell>
20320 </row>
20321 <row>
20322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20323 \begin_inset Text
20324
20325 \begin_layout Plain Layout
20326
20327 \backslash
20328 varphi
20329 \end_layout
20330
20331 \end_inset
20332 </cell>
20333 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20334 \begin_inset Text
20335
20336 \begin_layout Plain Layout
20337 \begin_inset Formula $\varphi$
20338 \end_inset
20339
20340
20341 \end_layout
20342
20343 \end_inset
20344 </cell>
20345 </row>
20346 <row>
20347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20348 \begin_inset Text
20349
20350 \begin_layout Plain Layout
20351
20352 \backslash
20353 chi
20354 \end_layout
20355
20356 \end_inset
20357 </cell>
20358 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20359 \begin_inset Text
20360
20361 \begin_layout Plain Layout
20362 \begin_inset Formula $\chi$
20363 \end_inset
20364
20365
20366 \end_layout
20367
20368 \end_inset
20369 </cell>
20370 </row>
20371 <row>
20372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20373 \begin_inset Text
20374
20375 \begin_layout Plain Layout
20376
20377 \backslash
20378 psi
20379 \end_layout
20380
20381 \end_inset
20382 </cell>
20383 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20384 \begin_inset Text
20385
20386 \begin_layout Plain Layout
20387 \begin_inset Formula $\psi$
20388 \end_inset
20389
20390
20391 \end_layout
20392
20393 \end_inset
20394 </cell>
20395 </row>
20396 <row>
20397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20398 \begin_inset Text
20399
20400 \begin_layout Plain Layout
20401
20402 \backslash
20403 omega
20404 \end_layout
20405
20406 \end_inset
20407 </cell>
20408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20409 \begin_inset Text
20410
20411 \begin_layout Plain Layout
20412 \begin_inset Formula $\omega$
20413 \end_inset
20414
20415
20416 \end_layout
20417
20418 \end_inset
20419 </cell>
20420 </row>
20421 </lyxtabular>
20422
20423 \end_inset
20424
20425
20426 \begin_inset space \hfill{}
20427 \end_inset
20428
20429
20430 \end_layout
20431
20432 \begin_layout Standard
20433 \begin_inset VSpace medskip
20434 \end_inset
20435
20436
20437 \end_layout
20438
20439 \begin_layout Standard
20440 How to create special upright Greek letters is explained in 
20441 \begin_inset CommandInset ref
20442 LatexCommand ref
20443 reference "subsec:Upright-small-Greek"
20444
20445 \end_inset
20446
20447 .
20448 \end_layout
20449
20450 \begin_layout Subsection
20451 Big Letters
20452 \begin_inset Index idx
20453 status collapsed
20454
20455 \begin_layout Plain Layout
20456 Greek letters ! big
20457 \end_layout
20458
20459 \end_inset
20460
20461
20462 \end_layout
20463
20464 \begin_layout Standard
20465 \begin_inset space \hfill{}
20466 \end_inset
20467
20468
20469 \begin_inset Tabular
20470 <lyxtabular version="3" rows="7" columns="2">
20471 <features booktabs="true" tabularvalignment="middle">
20472 <column alignment="center" valignment="top" width="0pt">
20473 <column alignment="center" valignment="top" width="0pt">
20474 <row>
20475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20476 \begin_inset Text
20477
20478 \begin_layout Plain Layout
20479 Command
20480 \end_layout
20481
20482 \end_inset
20483 </cell>
20484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20485 \begin_inset Text
20486
20487 \begin_layout Plain Layout
20488 Result
20489 \end_layout
20490
20491 \end_inset
20492 </cell>
20493 </row>
20494 <row>
20495 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20496 \begin_inset Text
20497
20498 \begin_layout Plain Layout
20499
20500 \backslash
20501 Gamma
20502 \end_layout
20503
20504 \end_inset
20505 </cell>
20506 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20507 \begin_inset Text
20508
20509 \begin_layout Plain Layout
20510 \begin_inset Formula $\Gamma$
20511 \end_inset
20512
20513
20514 \end_layout
20515
20516 \end_inset
20517 </cell>
20518 </row>
20519 <row>
20520 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20521 \begin_inset Text
20522
20523 \begin_layout Plain Layout
20524
20525 \backslash
20526 Delta
20527 \end_layout
20528
20529 \end_inset
20530 </cell>
20531 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20532 \begin_inset Text
20533
20534 \begin_layout Plain Layout
20535 \begin_inset Formula $\Delta$
20536 \end_inset
20537
20538
20539 \end_layout
20540
20541 \end_inset
20542 </cell>
20543 </row>
20544 <row>
20545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20546 \begin_inset Text
20547
20548 \begin_layout Plain Layout
20549
20550 \backslash
20551 Theta
20552 \end_layout
20553
20554 \end_inset
20555 </cell>
20556 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20557 \begin_inset Text
20558
20559 \begin_layout Plain Layout
20560 \begin_inset Formula $\Theta$
20561 \end_inset
20562
20563
20564 \end_layout
20565
20566 \end_inset
20567 </cell>
20568 </row>
20569 <row>
20570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20571 \begin_inset Text
20572
20573 \begin_layout Plain Layout
20574
20575 \backslash
20576 Lambda
20577 \end_layout
20578
20579 \end_inset
20580 </cell>
20581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20582 \begin_inset Text
20583
20584 \begin_layout Plain Layout
20585 \begin_inset Formula $\Lambda$
20586 \end_inset
20587
20588
20589 \end_layout
20590
20591 \end_inset
20592 </cell>
20593 </row>
20594 <row>
20595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20596 \begin_inset Text
20597
20598 \begin_layout Plain Layout
20599
20600 \backslash
20601 Xi
20602 \end_layout
20603
20604 \end_inset
20605 </cell>
20606 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20607 \begin_inset Text
20608
20609 \begin_layout Plain Layout
20610 \begin_inset Formula $\Xi$
20611 \end_inset
20612
20613
20614 \end_layout
20615
20616 \end_inset
20617 </cell>
20618 </row>
20619 <row>
20620 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20621 \begin_inset Text
20622
20623 \begin_layout Plain Layout
20624
20625 \backslash
20626 Pi
20627 \end_layout
20628
20629 \end_inset
20630 </cell>
20631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20632 \begin_inset Text
20633
20634 \begin_layout Plain Layout
20635 \begin_inset Formula $\Pi$
20636 \end_inset
20637
20638
20639 \end_layout
20640
20641 \end_inset
20642 </cell>
20643 </row>
20644 </lyxtabular>
20645
20646 \end_inset
20647
20648
20649 \begin_inset space \hfill{}
20650 \end_inset
20651
20652
20653 \begin_inset Tabular
20654 <lyxtabular version="3" rows="6" columns="2">
20655 <features booktabs="true" tabularvalignment="middle">
20656 <column alignment="center" valignment="top" width="0pt">
20657 <column alignment="center" valignment="top" width="0pt">
20658 <row>
20659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20660 \begin_inset Text
20661
20662 \begin_layout Plain Layout
20663 Command
20664 \end_layout
20665
20666 \end_inset
20667 </cell>
20668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20669 \begin_inset Text
20670
20671 \begin_layout Plain Layout
20672 Result
20673 \end_layout
20674
20675 \end_inset
20676 </cell>
20677 </row>
20678 <row>
20679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20680 \begin_inset Text
20681
20682 \begin_layout Plain Layout
20683
20684 \backslash
20685 Sigma
20686 \end_layout
20687
20688 \end_inset
20689 </cell>
20690 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20691 \begin_inset Text
20692
20693 \begin_layout Plain Layout
20694 \begin_inset Formula $\Sigma$
20695 \end_inset
20696
20697
20698 \end_layout
20699
20700 \end_inset
20701 </cell>
20702 </row>
20703 <row>
20704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20705 \begin_inset Text
20706
20707 \begin_layout Plain Layout
20708
20709 \backslash
20710 Upsilon
20711 \end_layout
20712
20713 \end_inset
20714 </cell>
20715 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20716 \begin_inset Text
20717
20718 \begin_layout Plain Layout
20719 \begin_inset Formula $\Upsilon$
20720 \end_inset
20721
20722
20723 \end_layout
20724
20725 \end_inset
20726 </cell>
20727 </row>
20728 <row>
20729 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20730 \begin_inset Text
20731
20732 \begin_layout Plain Layout
20733
20734 \backslash
20735 Phi
20736 \end_layout
20737
20738 \end_inset
20739 </cell>
20740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20741 \begin_inset Text
20742
20743 \begin_layout Plain Layout
20744 \begin_inset Formula $\Phi$
20745 \end_inset
20746
20747
20748 \end_layout
20749
20750 \end_inset
20751 </cell>
20752 </row>
20753 <row>
20754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20755 \begin_inset Text
20756
20757 \begin_layout Plain Layout
20758
20759 \backslash
20760 Psi
20761 \end_layout
20762
20763 \end_inset
20764 </cell>
20765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20766 \begin_inset Text
20767
20768 \begin_layout Plain Layout
20769 \begin_inset Formula $\Psi$
20770 \end_inset
20771
20772
20773 \end_layout
20774
20775 \end_inset
20776 </cell>
20777 </row>
20778 <row>
20779 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20780 \begin_inset Text
20781
20782 \begin_layout Plain Layout
20783
20784 \backslash
20785 Omega
20786 \end_layout
20787
20788 \end_inset
20789 </cell>
20790 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20791 \begin_inset Text
20792
20793 \begin_layout Plain Layout
20794 \begin_inset Formula $\Omega$
20795 \end_inset
20796
20797
20798 \end_layout
20799
20800 \end_inset
20801 </cell>
20802 </row>
20803 </lyxtabular>
20804
20805 \end_inset
20806
20807
20808 \begin_inset space \hfill{}
20809 \end_inset
20810
20811
20812 \end_layout
20813
20814 \begin_layout Standard
20815 \begin_inset VSpace medskip
20816 \end_inset
20817
20818 That the big Greek letters appear upright is caused by a design bug when
20819  \SpecialChar TeX
20820  was developed.
20821  To get correct italic big letters, begin every command with 
20822 \series bold
20823 var
20824 \series default
20825 .
20826  For example the command 
20827 \series bold
20828
20829 \backslash
20830 varGamma
20831 \series default
20832  produces 
20833 \begin_inset Formula $\varGamma$
20834 \end_inset
20835
20836 .
20837  Another way is to load the package 
20838 \series bold
20839 fixmath
20840 \series default
20841
20842 \begin_inset Foot
20843 status collapsed
20844
20845 \begin_layout Plain Layout
20846
20847 \series bold
20848 fixmath
20849 \series default
20850  is part of the \SpecialChar LaTeX
20851 -package 
20852 \series bold
20853 was
20854 \series default
20855
20856 \begin_inset Index idx
20857 status collapsed
20858
20859 \begin_layout Plain Layout
20860 Packages ! was
20861 \begin_inset ERT
20862 status collapsed
20863
20864 \begin_layout Plain Layout
20865
20866
20867 \backslash
20868 vspace{4mm}
20869 \end_layout
20870
20871 \end_inset
20872
20873
20874 \end_layout
20875
20876 \end_inset
20877
20878 .
20879 \end_layout
20880
20881 \end_inset
20882
20883
20884 \begin_inset Index idx
20885 status collapsed
20886
20887 \begin_layout Plain Layout
20888 Packages ! fixmath
20889 \end_layout
20890
20891 \end_inset
20892
20893  with the \SpecialChar LaTeX
20894 -preamble line
20895 \end_layout
20896
20897 \begin_layout Standard
20898
20899 \series bold
20900
20901 \backslash
20902 usepackage{fixmath}
20903 \end_layout
20904
20905 \begin_layout Standard
20906 Then all big Greek letters in a document will automatically be typeset italic.
20907 \end_layout
20908
20909 \begin_layout Subsection
20910 Bold Letters
20911 \begin_inset Index idx
20912 status collapsed
20913
20914 \begin_layout Plain Layout
20915 Greek letters ! bold
20916 \end_layout
20917
20918 \end_inset
20919
20920
20921 \end_layout
20922
20923 \begin_layout Standard
20924 Greek letters cannot be set with different font styles like Latin letters.
20925  They can only be made bold with the command 
20926 \series bold
20927
20928 \backslash
20929 boldsymbol
20930 \series default
20931
20932 \begin_inset Index idx
20933 status collapsed
20934
20935 \begin_layout Plain Layout
20936 Commands ! B ! 
20937 \backslash
20938 boldsymbol
20939 \end_layout
20940
20941 \end_inset
20942
20943 .
20944 \begin_inset Separator parbreak
20945 \end_inset
20946
20947
20948 \end_layout
20949
20950 \begin_layout Standard
20951 \align center
20952 \begin_inset Tabular
20953 <lyxtabular version="3" rows="3" columns="2">
20954 <features booktabs="true" tabularvalignment="middle">
20955 <column alignment="center" valignment="top" width="0pt">
20956 <column alignment="center" valignment="top">
20957 <row>
20958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20959 \begin_inset Text
20960
20961 \begin_layout Plain Layout
20962 Command
20963 \end_layout
20964
20965 \end_inset
20966 </cell>
20967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20968 \begin_inset Text
20969
20970 \begin_layout Plain Layout
20971 Result
20972 \end_layout
20973
20974 \end_inset
20975 </cell>
20976 </row>
20977 <row>
20978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20979 \begin_inset Text
20980
20981 \begin_layout Plain Layout
20982
20983 \backslash
20984 Upsilon
20985 \backslash
20986 boldsymbol
20987 \backslash
20988 Upsilon
20989 \end_layout
20990
20991 \end_inset
20992 </cell>
20993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20994 \begin_inset Text
20995
20996 \begin_layout Plain Layout
20997 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20998 \end_inset
20999
21000
21001 \end_layout
21002
21003 \end_inset
21004 </cell>
21005 </row>
21006 <row>
21007 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21008 \begin_inset Text
21009
21010 \begin_layout Plain Layout
21011
21012 \backslash
21013 theta
21014 \backslash
21015 boldsymbol
21016 \backslash
21017 theta
21018 \end_layout
21019
21020 \end_inset
21021 </cell>
21022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21023 \begin_inset Text
21024
21025 \begin_layout Plain Layout
21026 \begin_inset Formula $\theta\boldsymbol{\theta}$
21027 \end_inset
21028
21029
21030 \end_layout
21031
21032 \end_inset
21033 </cell>
21034 </row>
21035 </lyxtabular>
21036
21037 \end_inset
21038
21039
21040 \end_layout
21041
21042 \begin_layout Section
21043 Symbols
21044 \begin_inset ERT
21045 status collapsed
21046
21047 \begin_layout Plain Layout
21048
21049
21050 \backslash
21051 texorpdfstring{
21052 \end_layout
21053
21054 \end_inset
21055
21056
21057 \begin_inset Foot
21058 status collapsed
21059
21060 \begin_layout Plain Layout
21061 A list with all symbols of most of the \SpecialChar LaTeX
21062 -packages can be found in 
21063 \begin_inset CommandInset citation
21064 LatexCommand cite
21065 key "Symbols"
21066
21067 \end_inset
21068
21069 .
21070 \end_layout
21071
21072 \end_inset
21073
21074
21075 \begin_inset ERT
21076 status collapsed
21077
21078 \begin_layout Plain Layout
21079
21080 }{}
21081 \end_layout
21082
21083 \end_inset
21084
21085
21086 \begin_inset Note Note
21087 status collapsed
21088
21089 \begin_layout Plain Layout
21090
21091 \backslash
21092 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21093 \end_layout
21094
21095 \begin_layout Plain Layout
21096 More about 
21097 \backslash
21098 texorpdfstring is in section 
21099 \begin_inset CommandInset ref
21100 LatexCommand ref
21101 reference "subsec:Formulas-in-Section"
21102
21103 \end_inset
21104
21105 .
21106 \end_layout
21107
21108 \end_inset
21109
21110
21111 \begin_inset Index idx
21112 status collapsed
21113
21114 \begin_layout Plain Layout
21115 Symbols
21116 \end_layout
21117
21118 \end_inset
21119
21120
21121 \end_layout
21122
21123 \begin_layout Standard
21124 Many of the symbols listed in this section can also be inserted via the
21125  toolbar buttons 
21126 \begin_inset Info
21127 type  "icon"
21128 arg   "math-insert \\nabla"
21129 \end_inset
21130
21131  and 
21132 \begin_inset Info
21133 type  "icon"
21134 arg   "math-insert \\digamma"
21135 \end_inset
21136
21137 .
21138 \end_layout
21139
21140 \begin_layout Subsection
21141 Mathematical Symbols
21142 \begin_inset CommandInset label
21143 LatexCommand label
21144 name "subsec:Mathematical-Symbols"
21145
21146 \end_inset
21147
21148
21149 \begin_inset Index idx
21150 status collapsed
21151
21152 \begin_layout Plain Layout
21153 Symbols ! mathematical
21154 \end_layout
21155
21156 \end_inset
21157
21158
21159 \end_layout
21160
21161 \begin_layout Standard
21162 \begin_inset Tabular
21163 <lyxtabular version="3" rows="10" columns="2">
21164 <features booktabs="true" tabularvalignment="middle">
21165 <column alignment="center" valignment="top" width="0pt">
21166 <column alignment="center" valignment="top" width="0pt">
21167 <row>
21168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21169 \begin_inset Text
21170
21171 \begin_layout Plain Layout
21172 Command
21173 \end_layout
21174
21175 \end_inset
21176 </cell>
21177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21178 \begin_inset Text
21179
21180 \begin_layout Plain Layout
21181 Symbol
21182 \end_layout
21183
21184 \end_inset
21185 </cell>
21186 </row>
21187 <row>
21188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21189 \begin_inset Text
21190
21191 \begin_layout Plain Layout
21192
21193 \backslash
21194 neg
21195 \end_layout
21196
21197 \end_inset
21198 </cell>
21199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21200 \begin_inset Text
21201
21202 \begin_layout Plain Layout
21203 \begin_inset Formula $\neg$
21204 \end_inset
21205
21206
21207 \end_layout
21208
21209 \end_inset
21210 </cell>
21211 </row>
21212 <row>
21213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21214 \begin_inset Text
21215
21216 \begin_layout Plain Layout
21217
21218 \backslash
21219 Im
21220 \end_layout
21221
21222 \end_inset
21223 </cell>
21224 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21225 \begin_inset Text
21226
21227 \begin_layout Plain Layout
21228 \begin_inset Formula $\Im$
21229 \end_inset
21230
21231
21232 \end_layout
21233
21234 \end_inset
21235 </cell>
21236 </row>
21237 <row>
21238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21239 \begin_inset Text
21240
21241 \begin_layout Plain Layout
21242
21243 \backslash
21244 Re
21245 \end_layout
21246
21247 \end_inset
21248 </cell>
21249 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21250 \begin_inset Text
21251
21252 \begin_layout Plain Layout
21253 \begin_inset Formula $\Re$
21254 \end_inset
21255
21256
21257 \end_layout
21258
21259 \end_inset
21260 </cell>
21261 </row>
21262 <row>
21263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21264 \begin_inset Text
21265
21266 \begin_layout Plain Layout
21267
21268 \backslash
21269 aleph
21270 \end_layout
21271
21272 \end_inset
21273 </cell>
21274 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278 \begin_inset Formula $\aleph$
21279 \end_inset
21280
21281
21282 \end_layout
21283
21284 \end_inset
21285 </cell>
21286 </row>
21287 <row>
21288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21289 \begin_inset Text
21290
21291 \begin_layout Plain Layout
21292
21293 \backslash
21294 partial
21295 \end_layout
21296
21297 \end_inset
21298 </cell>
21299 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21300 \begin_inset Text
21301
21302 \begin_layout Plain Layout
21303 \begin_inset Formula $\partial$
21304 \end_inset
21305
21306
21307 \end_layout
21308
21309 \end_inset
21310 </cell>
21311 </row>
21312 <row>
21313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21314 \begin_inset Text
21315
21316 \begin_layout Plain Layout
21317
21318 \backslash
21319 infty
21320 \end_layout
21321
21322 \end_inset
21323 </cell>
21324 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21325 \begin_inset Text
21326
21327 \begin_layout Plain Layout
21328 \begin_inset Formula $\infty$
21329 \end_inset
21330
21331
21332 \end_layout
21333
21334 \end_inset
21335 </cell>
21336 </row>
21337 <row>
21338 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21339 \begin_inset Text
21340
21341 \begin_layout Plain Layout
21342
21343 \backslash
21344 wp
21345 \end_layout
21346
21347 \end_inset
21348 </cell>
21349 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21350 \begin_inset Text
21351
21352 \begin_layout Plain Layout
21353 \begin_inset Formula $\wp$
21354 \end_inset
21355
21356
21357 \end_layout
21358
21359 \end_inset
21360 </cell>
21361 </row>
21362 <row>
21363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Plain Layout
21367
21368 \backslash
21369 imath
21370 \end_layout
21371
21372 \end_inset
21373 </cell>
21374 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21375 \begin_inset Text
21376
21377 \begin_layout Plain Layout
21378 \begin_inset Formula $\imath$
21379 \end_inset
21380
21381
21382 \end_layout
21383
21384 \end_inset
21385 </cell>
21386 </row>
21387 <row>
21388 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21389 \begin_inset Text
21390
21391 \begin_layout Plain Layout
21392
21393 \backslash
21394 jmath
21395 \end_layout
21396
21397 \end_inset
21398 </cell>
21399 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21400 \begin_inset Text
21401
21402 \begin_layout Plain Layout
21403 \begin_inset Formula $\jmath$
21404 \end_inset
21405
21406
21407 \end_layout
21408
21409 \end_inset
21410 </cell>
21411 </row>
21412 </lyxtabular>
21413
21414 \end_inset
21415
21416
21417 \begin_inset space \hfill{}
21418 \end_inset
21419
21420
21421 \begin_inset Tabular
21422 <lyxtabular version="3" rows="10" columns="2">
21423 <features booktabs="true" tabularvalignment="middle">
21424 <column alignment="center" valignment="top" width="0pt">
21425 <column alignment="center" valignment="top" width="0pt">
21426 <row>
21427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21428 \begin_inset Text
21429
21430 \begin_layout Plain Layout
21431 Command
21432 \end_layout
21433
21434 \end_inset
21435 </cell>
21436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21437 \begin_inset Text
21438
21439 \begin_layout Plain Layout
21440 Symbol
21441 \begin_inset Note Note
21442 status collapsed
21443
21444 \begin_layout Plain Layout
21445
21446 \series bold
21447
21448 \backslash
21449 raisebox
21450 \series default
21451  is only used as spacer.
21452 \end_layout
21453
21454 \end_inset
21455
21456
21457 \end_layout
21458
21459 \end_inset
21460 </cell>
21461 </row>
21462 <row>
21463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21464 \begin_inset Text
21465
21466 \begin_layout Plain Layout
21467
21468 \backslash
21469 forall
21470 \end_layout
21471
21472 \end_inset
21473 </cell>
21474 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21475 \begin_inset Text
21476
21477 \begin_layout Plain Layout
21478 \begin_inset Formula $\forall$
21479 \end_inset
21480
21481
21482 \end_layout
21483
21484 \end_inset
21485 </cell>
21486 </row>
21487 <row>
21488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21489 \begin_inset Text
21490
21491 \begin_layout Plain Layout
21492
21493 \backslash
21494 exists
21495 \end_layout
21496
21497 \end_inset
21498 </cell>
21499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21500 \begin_inset Text
21501
21502 \begin_layout Plain Layout
21503 \begin_inset Formula $\exists$
21504 \end_inset
21505
21506
21507 \end_layout
21508
21509 \end_inset
21510 </cell>
21511 </row>
21512 <row>
21513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21514 \begin_inset Text
21515
21516 \begin_layout Plain Layout
21517
21518 \backslash
21519 nexists
21520 \end_layout
21521
21522 \end_inset
21523 </cell>
21524 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21525 \begin_inset Text
21526
21527 \begin_layout Plain Layout
21528 \begin_inset Formula $\nexists$
21529 \end_inset
21530
21531
21532 \end_layout
21533
21534 \end_inset
21535 </cell>
21536 </row>
21537 <row>
21538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21539 \begin_inset Text
21540
21541 \begin_layout Plain Layout
21542
21543 \backslash
21544 emptyset
21545 \end_layout
21546
21547 \end_inset
21548 </cell>
21549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21550 \begin_inset Text
21551
21552 \begin_layout Plain Layout
21553 \begin_inset Formula $\emptyset$
21554 \end_inset
21555
21556
21557 \end_layout
21558
21559 \end_inset
21560 </cell>
21561 </row>
21562 <row>
21563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21564 \begin_inset Text
21565
21566 \begin_layout Plain Layout
21567
21568 \backslash
21569 varnothing
21570 \end_layout
21571
21572 \end_inset
21573 </cell>
21574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21575 \begin_inset Text
21576
21577 \begin_layout Plain Layout
21578 \begin_inset Formula $\varnothing$
21579 \end_inset
21580
21581
21582 \end_layout
21583
21584 \end_inset
21585 </cell>
21586 </row>
21587 <row>
21588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21589 \begin_inset Text
21590
21591 \begin_layout Plain Layout
21592
21593 \backslash
21594 dag
21595 \end_layout
21596
21597 \end_inset
21598 </cell>
21599 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21600 \begin_inset Text
21601
21602 \begin_layout Plain Layout
21603 \begin_inset Formula $\dag$
21604 \end_inset
21605
21606
21607 \end_layout
21608
21609 \end_inset
21610 </cell>
21611 </row>
21612 <row>
21613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21614 \begin_inset Text
21615
21616 \begin_layout Plain Layout
21617
21618 \backslash
21619 ddag
21620 \end_layout
21621
21622 \end_inset
21623 </cell>
21624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21625 \begin_inset Text
21626
21627 \begin_layout Plain Layout
21628 \begin_inset Formula $\ddag$
21629 \end_inset
21630
21631
21632 \end_layout
21633
21634 \end_inset
21635 </cell>
21636 </row>
21637 <row>
21638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21639 \begin_inset Text
21640
21641 \begin_layout Plain Layout
21642
21643 \backslash
21644 complement
21645 \end_layout
21646
21647 \end_inset
21648 </cell>
21649 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21650 \begin_inset Text
21651
21652 \begin_layout Plain Layout
21653 \begin_inset ERT
21654 status collapsed
21655
21656 \begin_layout Plain Layout
21657
21658
21659 \backslash
21660 raisebox{-0.8mm}{
21661 \end_layout
21662
21663 \end_inset
21664
21665
21666 \begin_inset Formula $\complement$
21667 \end_inset
21668
21669
21670 \begin_inset ERT
21671 status collapsed
21672
21673 \begin_layout Plain Layout
21674
21675 }
21676 \end_layout
21677
21678 \end_inset
21679
21680
21681 \end_layout
21682
21683 \end_inset
21684 </cell>
21685 </row>
21686 <row>
21687 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21688 \begin_inset Text
21689
21690 \begin_layout Plain Layout
21691
21692 \backslash
21693 Bbbk
21694 \end_layout
21695
21696 \end_inset
21697 </cell>
21698 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21699 \begin_inset Text
21700
21701 \begin_layout Plain Layout
21702 \begin_inset Formula $\Bbbk$
21703 \end_inset
21704
21705
21706 \end_layout
21707
21708 \end_inset
21709 </cell>
21710 </row>
21711 </lyxtabular>
21712
21713 \end_inset
21714
21715
21716 \begin_inset space \hfill{}
21717 \end_inset
21718
21719
21720 \begin_inset Tabular
21721 <lyxtabular version="3" rows="10" columns="2">
21722 <features booktabs="true" tabularvalignment="middle">
21723 <column alignment="center" valignment="top" width="0pt">
21724 <column alignment="center" valignment="top" width="0pt">
21725 <row>
21726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21727 \begin_inset Text
21728
21729 \begin_layout Plain Layout
21730 Command
21731 \end_layout
21732
21733 \end_inset
21734 </cell>
21735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21736 \begin_inset Text
21737
21738 \begin_layout Plain Layout
21739 Symbol
21740 \end_layout
21741
21742 \end_inset
21743 </cell>
21744 </row>
21745 <row>
21746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21747 \begin_inset Text
21748
21749 \begin_layout Plain Layout
21750
21751 \backslash
21752 prime
21753 \end_layout
21754
21755 \end_inset
21756 </cell>
21757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21758 \begin_inset Text
21759
21760 \begin_layout Plain Layout
21761 \begin_inset Formula $\prime$
21762 \end_inset
21763
21764
21765 \end_layout
21766
21767 \end_inset
21768 </cell>
21769 </row>
21770 <row>
21771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21772 \begin_inset Text
21773
21774 \begin_layout Plain Layout
21775
21776 \backslash
21777 backprime
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21783 \begin_inset Text
21784
21785 \begin_layout Plain Layout
21786 \begin_inset Formula $\backprime$
21787 \end_inset
21788
21789
21790 \end_layout
21791
21792 \end_inset
21793 </cell>
21794 </row>
21795 <row>
21796 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21797 \begin_inset Text
21798
21799 \begin_layout Plain Layout
21800
21801 \backslash
21802 mho
21803 \end_layout
21804
21805 \end_inset
21806 </cell>
21807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21808 \begin_inset Text
21809
21810 \begin_layout Plain Layout
21811 \begin_inset Formula $\mho$
21812 \end_inset
21813
21814
21815 \end_layout
21816
21817 \end_inset
21818 </cell>
21819 </row>
21820 <row>
21821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21822 \begin_inset Text
21823
21824 \begin_layout Plain Layout
21825
21826 \backslash
21827 triangle
21828 \end_layout
21829
21830 \end_inset
21831 </cell>
21832 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21833 \begin_inset Text
21834
21835 \begin_layout Plain Layout
21836 \begin_inset Formula $\triangle$
21837 \end_inset
21838
21839
21840 \end_layout
21841
21842 \end_inset
21843 </cell>
21844 </row>
21845 <row>
21846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21847 \begin_inset Text
21848
21849 \begin_layout Plain Layout
21850
21851 \backslash
21852 angle
21853 \end_layout
21854
21855 \end_inset
21856 </cell>
21857 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21858 \begin_inset Text
21859
21860 \begin_layout Plain Layout
21861 \begin_inset Formula $\angle$
21862 \end_inset
21863
21864
21865 \end_layout
21866
21867 \end_inset
21868 </cell>
21869 </row>
21870 <row>
21871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21872 \begin_inset Text
21873
21874 \begin_layout Plain Layout
21875
21876 \backslash
21877 measuredangle
21878 \end_layout
21879
21880 \end_inset
21881 </cell>
21882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21883 \begin_inset Text
21884
21885 \begin_layout Plain Layout
21886 \begin_inset Formula $\measuredangle$
21887 \end_inset
21888
21889
21890 \end_layout
21891
21892 \end_inset
21893 </cell>
21894 </row>
21895 <row>
21896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900
21901 \backslash
21902 sphericalangle
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21908 \begin_inset Text
21909
21910 \begin_layout Plain Layout
21911 \begin_inset Formula $\sphericalangle$
21912 \end_inset
21913
21914
21915 \end_layout
21916
21917 \end_inset
21918 </cell>
21919 </row>
21920 <row>
21921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21922 \begin_inset Text
21923
21924 \begin_layout Plain Layout
21925
21926 \backslash
21927 top
21928 \end_layout
21929
21930 \end_inset
21931 </cell>
21932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21933 \begin_inset Text
21934
21935 \begin_layout Plain Layout
21936 \begin_inset Formula $\top$
21937 \end_inset
21938
21939
21940 \end_layout
21941
21942 \end_inset
21943 </cell>
21944 </row>
21945 <row>
21946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21947 \begin_inset Text
21948
21949 \begin_layout Plain Layout
21950
21951 \backslash
21952 bot
21953 \end_layout
21954
21955 \end_inset
21956 </cell>
21957 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21958 \begin_inset Text
21959
21960 \begin_layout Plain Layout
21961 \begin_inset Formula $\bot$
21962 \end_inset
21963
21964
21965 \end_layout
21966
21967 \end_inset
21968 </cell>
21969 </row>
21970 </lyxtabular>
21971
21972 \end_inset
21973
21974
21975 \end_layout
21976
21977 \begin_layout Standard
21978 \begin_inset Newpage newpage
21979 \end_inset
21980
21981
21982 \end_layout
21983
21984 \begin_layout Subsection
21985 Miscellaneous Symbols
21986 \begin_inset CommandInset label
21987 LatexCommand label
21988 name "subsec:Miscellaneous-Symbols"
21989
21990 \end_inset
21991
21992
21993 \begin_inset Index idx
21994 status collapsed
21995
21996 \begin_layout Plain Layout
21997 Symbols ! miscellaneous
21998 \end_layout
21999
22000 \end_inset
22001
22002
22003 \end_layout
22004
22005 \begin_layout Standard
22006 \noindent
22007 \align center
22008 \begin_inset Tabular
22009 <lyxtabular version="3" rows="10" columns="2">
22010 <features booktabs="true" tabularvalignment="middle">
22011 <column alignment="center" valignment="top" width="0pt">
22012 <column alignment="center" valignment="top" width="0pt">
22013 <row>
22014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22015 \begin_inset Text
22016
22017 \begin_layout Plain Layout
22018 Command
22019 \end_layout
22020
22021 \end_inset
22022 </cell>
22023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22024 \begin_inset Text
22025
22026 \begin_layout Plain Layout
22027 Symbol
22028 \end_layout
22029
22030 \end_inset
22031 </cell>
22032 </row>
22033 <row>
22034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22035 \begin_inset Text
22036
22037 \begin_layout Plain Layout
22038
22039 \backslash
22040 flat
22041 \end_layout
22042
22043 \end_inset
22044 </cell>
22045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22046 \begin_inset Text
22047
22048 \begin_layout Plain Layout
22049 \begin_inset Formula $\flat$
22050 \end_inset
22051
22052
22053 \end_layout
22054
22055 \end_inset
22056 </cell>
22057 </row>
22058 <row>
22059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22060 \begin_inset Text
22061
22062 \begin_layout Plain Layout
22063
22064 \backslash
22065 natural
22066 \end_layout
22067
22068 \end_inset
22069 </cell>
22070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22071 \begin_inset Text
22072
22073 \begin_layout Plain Layout
22074 \begin_inset Formula $\natural$
22075 \end_inset
22076
22077
22078 \end_layout
22079
22080 \end_inset
22081 </cell>
22082 </row>
22083 <row>
22084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22085 \begin_inset Text
22086
22087 \begin_layout Plain Layout
22088
22089 \backslash
22090 sharp
22091 \end_layout
22092
22093 \end_inset
22094 </cell>
22095 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22096 \begin_inset Text
22097
22098 \begin_layout Plain Layout
22099 \begin_inset Formula $\sharp$
22100 \end_inset
22101
22102
22103 \end_layout
22104
22105 \end_inset
22106 </cell>
22107 </row>
22108 <row>
22109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22110 \begin_inset Text
22111
22112 \begin_layout Plain Layout
22113
22114 \backslash
22115 surd
22116 \end_layout
22117
22118 \end_inset
22119 </cell>
22120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22121 \begin_inset Text
22122
22123 \begin_layout Plain Layout
22124 \begin_inset Formula $\surd$
22125 \end_inset
22126
22127
22128 \end_layout
22129
22130 \end_inset
22131 </cell>
22132 </row>
22133 <row>
22134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22135 \begin_inset Text
22136
22137 \begin_layout Plain Layout
22138
22139 \backslash
22140 checkmark
22141 \end_layout
22142
22143 \end_inset
22144 </cell>
22145 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22146 \begin_inset Text
22147
22148 \begin_layout Plain Layout
22149 \begin_inset Formula $\checkmark$
22150 \end_inset
22151
22152
22153 \end_layout
22154
22155 \end_inset
22156 </cell>
22157 </row>
22158 <row>
22159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22160 \begin_inset Text
22161
22162 \begin_layout Plain Layout
22163
22164 \backslash
22165 yen
22166 \end_layout
22167
22168 \end_inset
22169 </cell>
22170 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22171 \begin_inset Text
22172
22173 \begin_layout Plain Layout
22174 \begin_inset Formula $\yen$
22175 \end_inset
22176
22177
22178 \end_layout
22179
22180 \end_inset
22181 </cell>
22182 </row>
22183 <row>
22184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22185 \begin_inset Text
22186
22187 \begin_layout Plain Layout
22188
22189 \backslash
22190 pounds
22191 \end_layout
22192
22193 \end_inset
22194 </cell>
22195 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22196 \begin_inset Text
22197
22198 \begin_layout Plain Layout
22199 \begin_inset Formula $\pounds$
22200 \end_inset
22201
22202
22203 \end_layout
22204
22205 \end_inset
22206 </cell>
22207 </row>
22208 <row>
22209 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22210 \begin_inset Text
22211
22212 \begin_layout Plain Layout
22213 $
22214 \end_layout
22215
22216 \end_inset
22217 </cell>
22218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22219 \begin_inset Text
22220
22221 \begin_layout Plain Layout
22222 \begin_inset Formula $\$$
22223 \end_inset
22224
22225
22226 \end_layout
22227
22228 \end_inset
22229 </cell>
22230 </row>
22231 <row>
22232 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22233 \begin_inset Text
22234
22235 \begin_layout Plain Layout
22236 §
22237 \end_layout
22238
22239 \end_inset
22240 </cell>
22241 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22242 \begin_inset Text
22243
22244 \begin_layout Plain Layout
22245 \begin_inset Formula $§$
22246 \end_inset
22247
22248
22249 \end_layout
22250
22251 \end_inset
22252 </cell>
22253 </row>
22254 </lyxtabular>
22255
22256 \end_inset
22257
22258
22259 \begin_inset space \hfill{}
22260 \end_inset
22261
22262
22263 \begin_inset Tabular
22264 <lyxtabular version="3" rows="10" columns="2">
22265 <features booktabs="true" tabularvalignment="middle">
22266 <column alignment="center" valignment="top" width="0pt">
22267 <column alignment="center" valignment="top">
22268 <row>
22269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22270 \begin_inset Text
22271
22272 \begin_layout Plain Layout
22273 Command
22274 \end_layout
22275
22276 \end_inset
22277 </cell>
22278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22279 \begin_inset Text
22280
22281 \begin_layout Plain Layout
22282 Symbol
22283 \end_layout
22284
22285 \end_inset
22286 </cell>
22287 </row>
22288 <row>
22289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22290 \begin_inset Text
22291
22292 \begin_layout Plain Layout
22293
22294 \backslash
22295 hbar
22296 \end_layout
22297
22298 \end_inset
22299 </cell>
22300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22301 \begin_inset Text
22302
22303 \begin_layout Plain Layout
22304 \begin_inset Formula $\hbar$
22305 \end_inset
22306
22307
22308 \end_layout
22309
22310 \end_inset
22311 </cell>
22312 </row>
22313 <row>
22314 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22315 \begin_inset Text
22316
22317 \begin_layout Plain Layout
22318
22319 \backslash
22320 hslash
22321 \end_layout
22322
22323 \end_inset
22324 </cell>
22325 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22326 \begin_inset Text
22327
22328 \begin_layout Plain Layout
22329 \begin_inset Formula $\hslash$
22330 \end_inset
22331
22332
22333 \end_layout
22334
22335 \end_inset
22336 </cell>
22337 </row>
22338 <row>
22339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22340 \begin_inset Text
22341
22342 \begin_layout Plain Layout
22343
22344 \backslash
22345 clubsuit
22346 \end_layout
22347
22348 \end_inset
22349 </cell>
22350 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22351 \begin_inset Text
22352
22353 \begin_layout Plain Layout
22354 \begin_inset Formula $\clubsuit$
22355 \end_inset
22356
22357
22358 \end_layout
22359
22360 \end_inset
22361 </cell>
22362 </row>
22363 <row>
22364 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22365 \begin_inset Text
22366
22367 \begin_layout Plain Layout
22368
22369 \backslash
22370 spadesuit
22371 \end_layout
22372
22373 \end_inset
22374 </cell>
22375 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22376 \begin_inset Text
22377
22378 \begin_layout Plain Layout
22379 \begin_inset Formula $\spadesuit$
22380 \end_inset
22381
22382
22383 \end_layout
22384
22385 \end_inset
22386 </cell>
22387 </row>
22388 <row>
22389 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22390 \begin_inset Text
22391
22392 \begin_layout Plain Layout
22393
22394 \backslash
22395 bigstar
22396 \end_layout
22397
22398 \end_inset
22399 </cell>
22400 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22401 \begin_inset Text
22402
22403 \begin_layout Plain Layout
22404 \begin_inset Formula $\bigstar$
22405 \end_inset
22406
22407
22408 \end_layout
22409
22410 \end_inset
22411 </cell>
22412 </row>
22413 <row>
22414 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22415 \begin_inset Text
22416
22417 \begin_layout Plain Layout
22418
22419 \backslash
22420 blacklozenge
22421 \end_layout
22422
22423 \end_inset
22424 </cell>
22425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22426 \begin_inset Text
22427
22428 \begin_layout Plain Layout
22429 \begin_inset Formula $\blacklozenge$
22430 \end_inset
22431
22432
22433 \end_layout
22434
22435 \end_inset
22436 </cell>
22437 </row>
22438 <row>
22439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22440 \begin_inset Text
22441
22442 \begin_layout Plain Layout
22443
22444 \backslash
22445 blacktriangle
22446 \end_layout
22447
22448 \end_inset
22449 </cell>
22450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22451 \begin_inset Text
22452
22453 \begin_layout Plain Layout
22454 \begin_inset Formula $\blacktriangle$
22455 \end_inset
22456
22457
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 </row>
22463 <row>
22464 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22465 \begin_inset Text
22466
22467 \begin_layout Plain Layout
22468
22469 \backslash
22470 blacktiangledown
22471 \end_layout
22472
22473 \end_inset
22474 </cell>
22475 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22476 \begin_inset Text
22477
22478 \begin_layout Plain Layout
22479 \begin_inset Formula $\blacktriangledown$
22480 \end_inset
22481
22482
22483 \end_layout
22484
22485 \end_inset
22486 </cell>
22487 </row>
22488 <row>
22489 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22490 \begin_inset Text
22491
22492 \begin_layout Plain Layout
22493
22494 \backslash
22495 bullet
22496 \end_layout
22497
22498 \end_inset
22499 </cell>
22500 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22501 \begin_inset Text
22502
22503 \begin_layout Plain Layout
22504 \begin_inset Formula $\bullet$
22505 \end_inset
22506
22507
22508 \end_layout
22509
22510 \end_inset
22511 </cell>
22512 </row>
22513 </lyxtabular>
22514
22515 \end_inset
22516
22517
22518 \begin_inset space \hfill{}
22519 \end_inset
22520
22521
22522 \begin_inset Tabular
22523 <lyxtabular version="3" rows="10" columns="2">
22524 <features booktabs="true" tabularvalignment="middle">
22525 <column alignment="center" valignment="top" width="0pt">
22526 <column alignment="center" valignment="top" width="0pt">
22527 <row>
22528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22529 \begin_inset Text
22530
22531 \begin_layout Plain Layout
22532 Command
22533 \end_layout
22534
22535 \end_inset
22536 </cell>
22537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22538 \begin_inset Text
22539
22540 \begin_layout Plain Layout
22541 Symbol
22542 \end_layout
22543
22544 \end_inset
22545 </cell>
22546 </row>
22547 <row>
22548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22549 \begin_inset Text
22550
22551 \begin_layout Plain Layout
22552
22553 \backslash
22554 diamondsuit
22555 \end_layout
22556
22557 \end_inset
22558 </cell>
22559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22560 \begin_inset Text
22561
22562 \begin_layout Plain Layout
22563 \begin_inset Formula $\diamondsuit$
22564 \end_inset
22565
22566
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 </row>
22572 <row>
22573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22574 \begin_inset Text
22575
22576 \begin_layout Plain Layout
22577
22578 \backslash
22579 Diamond
22580 \end_layout
22581
22582 \end_inset
22583 </cell>
22584 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22585 \begin_inset Text
22586
22587 \begin_layout Plain Layout
22588 \begin_inset Formula $\Diamond$
22589 \end_inset
22590
22591
22592 \end_layout
22593
22594 \end_inset
22595 </cell>
22596 </row>
22597 <row>
22598 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22599 \begin_inset Text
22600
22601 \begin_layout Plain Layout
22602
22603 \backslash
22604 heartsuit
22605 \end_layout
22606
22607 \end_inset
22608 </cell>
22609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22610 \begin_inset Text
22611
22612 \begin_layout Plain Layout
22613 \begin_inset Formula $\heartsuit$
22614 \end_inset
22615
22616
22617 \end_layout
22618
22619 \end_inset
22620 </cell>
22621 </row>
22622 <row>
22623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22624 \begin_inset Text
22625
22626 \begin_layout Plain Layout
22627
22628 \backslash
22629 P
22630 \end_layout
22631
22632 \end_inset
22633 </cell>
22634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22635 \begin_inset Text
22636
22637 \begin_layout Plain Layout
22638 \begin_inset Formula $\P$
22639 \end_inset
22640
22641
22642 \end_layout
22643
22644 \end_inset
22645 </cell>
22646 </row>
22647 <row>
22648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22649 \begin_inset Text
22650
22651 \begin_layout Plain Layout
22652
22653 \backslash
22654 copyright
22655 \end_layout
22656
22657 \end_inset
22658 </cell>
22659 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22660 \begin_inset Text
22661
22662 \begin_layout Plain Layout
22663 \begin_inset Formula $\copyright$
22664 \end_inset
22665
22666
22667 \end_layout
22668
22669 \end_inset
22670 </cell>
22671 </row>
22672 <row>
22673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22674 \begin_inset Text
22675
22676 \begin_layout Plain Layout
22677
22678 \backslash
22679 circledR
22680 \end_layout
22681
22682 \end_inset
22683 </cell>
22684 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22685 \begin_inset Text
22686
22687 \begin_layout Plain Layout
22688 \begin_inset Formula $\circledR$
22689 \end_inset
22690
22691
22692 \end_layout
22693
22694 \end_inset
22695 </cell>
22696 </row>
22697 <row>
22698 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22699 \begin_inset Text
22700
22701 \begin_layout Plain Layout
22702
22703 \backslash
22704 maltese
22705 \end_layout
22706
22707 \end_inset
22708 </cell>
22709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22710 \begin_inset Text
22711
22712 \begin_layout Plain Layout
22713 \begin_inset Formula $\maltese$
22714 \end_inset
22715
22716
22717 \end_layout
22718
22719 \end_inset
22720 </cell>
22721 </row>
22722 <row>
22723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22724 \begin_inset Text
22725
22726 \begin_layout Plain Layout
22727
22728 \backslash
22729 diagup
22730 \end_layout
22731
22732 \end_inset
22733 </cell>
22734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22735 \begin_inset Text
22736
22737 \begin_layout Plain Layout
22738 \begin_inset Formula $\diagup$
22739 \end_inset
22740
22741
22742 \end_layout
22743
22744 \end_inset
22745 </cell>
22746 </row>
22747 <row>
22748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22749 \begin_inset Text
22750
22751 \begin_layout Plain Layout
22752
22753 \backslash
22754 diagdown
22755 \end_layout
22756
22757 \end_inset
22758 </cell>
22759 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22760 \begin_inset Text
22761
22762 \begin_layout Plain Layout
22763 \begin_inset Formula $\diagdown$
22764 \end_inset
22765
22766
22767 \end_layout
22768
22769 \end_inset
22770 </cell>
22771 </row>
22772 </lyxtabular>
22773
22774 \end_inset
22775
22776
22777 \end_layout
22778
22779 \begin_layout Standard
22780 \begin_inset VSpace medskip
22781 \end_inset
22782
22783
22784 \end_layout
22785
22786 \begin_layout Standard
22787 Some symbols can be displayed in different sizes, see 
22788 \begin_inset CommandInset ref
22789 LatexCommand ref
22790 reference "subsec:Font-Sizes"
22791
22792 \end_inset
22793
22794 .
22795 \end_layout
22796
22797 \begin_layout Subsection
22798 The Euro-Symbol €
22799 \begin_inset Index idx
22800 status collapsed
22801
22802 \begin_layout Plain Layout
22803 Symbols ! Euro-symbol
22804 \end_layout
22805
22806 \end_inset
22807
22808
22809 \begin_inset Index idx
22810 status collapsed
22811
22812 \begin_layout Plain Layout
22813
22814 \backslash
22815 @
22816 \begin_inset ERT
22817 status collapsed
22818
22819 \begin_layout Plain Layout
22820
22821
22822 \backslash
22823 officialeuro
22824 \end_layout
22825
22826 \end_inset
22827
22828
22829 \end_layout
22830
22831 \end_inset
22832
22833
22834 \end_layout
22835
22836 \begin_layout Standard
22837 To use the Euro symbol in formulas, the \SpecialChar LaTeX
22838 -package 
22839 \series bold
22840 eurosym
22841 \series default
22842
22843 \begin_inset Index idx
22844 status collapsed
22845
22846 \begin_layout Plain Layout
22847 Packages ! eurosym
22848 \end_layout
22849
22850 \end_inset
22851
22852  must be installed and loaded with the \SpecialChar LaTeX
22853 -preamble line
22854 \end_layout
22855
22856 \begin_layout Standard
22857
22858 \series bold
22859
22860 \backslash
22861 usepackage[gennarrow]{eurosym}
22862 \end_layout
22863
22864 \begin_layout Standard
22865 The Euro symbol can now be inserted with the command 
22866 \series bold
22867
22868 \backslash
22869 euro
22870 \series default
22871
22872 \begin_inset Index idx
22873 status collapsed
22874
22875 \begin_layout Plain Layout
22876 Commands ! E ! 
22877 \backslash
22878 euro
22879 \end_layout
22880
22881 \end_inset
22882
22883 .
22884 \end_layout
22885
22886 \begin_layout Standard
22887 The Euro symbol can directly be inserted with the € key in mathematical
22888  text, without having 
22889 \series bold
22890 eurosym
22891 \series default
22892  installed.
22893  When 
22894 \series bold
22895 eurosym
22896 \series default
22897  is installed, 
22898 \series bold
22899
22900 \backslash
22901 euro
22902 \series default
22903  can also be inserted in \SpecialChar TeX
22904  mode.
22905  The official currency symbol can then be inserted with the command 
22906 \series bold
22907
22908 \backslash
22909 officialeuro
22910 \series default
22911
22912 \begin_inset Index idx
22913 status collapsed
22914
22915 \begin_layout Plain Layout
22916 Commands ! O ! 
22917 \backslash
22918 officialeuro
22919 \end_layout
22920
22921 \end_inset
22922
22923 , that is only available in \SpecialChar TeX
22924  mode.
22925 \end_layout
22926
22927 \begin_layout Standard
22928 \begin_inset ERT
22929 status collapsed
22930
22931 \begin_layout Plain Layout
22932
22933
22934 \backslash
22935 ifeurosym 
22936 \end_layout
22937
22938 \end_inset
22939
22940
22941 \begin_inset Note Note
22942 status open
22943
22944 \begin_layout Plain Layout
22945 The following table will only be displayed when the \SpecialChar LaTeX
22946 -package 
22947 \series bold
22948 eurosym
22949 \series default
22950  is installed.
22951 \end_layout
22952
22953 \end_inset
22954
22955
22956 \end_layout
22957
22958 \begin_layout Standard
22959 An overview about the different Euro symbols:
22960 \begin_inset Separator parbreak
22961 \end_inset
22962
22963
22964 \end_layout
22965
22966 \begin_layout Standard
22967 \align center
22968 \begin_inset Tabular
22969 <lyxtabular version="3" rows="4" columns="3">
22970 <features booktabs="true" tabularvalignment="middle">
22971 <column alignment="center" valignment="top" width="0pt">
22972 <column alignment="center" valignment="top" width="0pt">
22973 <column alignment="center" valignment="top" width="0pt">
22974 <row>
22975 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
22976 \begin_inset Text
22977
22978 \begin_layout Plain Layout
22979 \begin_inset ERT
22980 status collapsed
22981
22982 \begin_layout Plain Layout
22983
22984
22985 \backslash
22986 cmidrule[0.08em]{2-3}
22987 \end_layout
22988
22989 \end_inset
22990
22991
22992 \end_layout
22993
22994 \end_inset
22995 </cell>
22996 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22997 \begin_inset Text
22998
22999 \begin_layout Plain Layout
23000 Command 
23001 \end_layout
23002
23003 \end_inset
23004 </cell>
23005 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23006 \begin_inset Text
23007
23008 \begin_layout Plain Layout
23009 Symbol
23010 \end_layout
23011
23012 \end_inset
23013 </cell>
23014 </row>
23015 <row>
23016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23017 \begin_inset Text
23018
23019 \begin_layout Plain Layout
23020 formula
23021 \end_layout
23022
23023 \end_inset
23024 </cell>
23025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23026 \begin_inset Text
23027
23028 \begin_layout Plain Layout
23029
23030 \backslash
23031 euro
23032 \end_layout
23033
23034 \end_inset
23035 </cell>
23036 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23037 \begin_inset Text
23038
23039 \begin_layout Plain Layout
23040 \begin_inset Formula $\euro$
23041 \end_inset
23042
23043
23044 \end_layout
23045
23046 \end_inset
23047 </cell>
23048 </row>
23049 <row>
23050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23051 \begin_inset Text
23052
23053 \begin_layout Plain Layout
23054 mathematical text
23055 \end_layout
23056
23057 \end_inset
23058 </cell>
23059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23060 \begin_inset Text
23061
23062 \begin_layout Plain Layout
23063
23064 \end_layout
23065
23066 \end_inset
23067 </cell>
23068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23069 \begin_inset Text
23070
23071 \begin_layout Plain Layout
23072 \begin_inset Formula $\mbox{€}$
23073 \end_inset
23074
23075
23076 \end_layout
23077
23078 \end_inset
23079 </cell>
23080 </row>
23081 <row>
23082 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23083 \begin_inset Text
23084
23085 \begin_layout Plain Layout
23086 \SpecialChar TeX
23087  mode
23088 \end_layout
23089
23090 \end_inset
23091 </cell>
23092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23093 \begin_inset Text
23094
23095 \begin_layout Plain Layout
23096
23097 \backslash
23098 officialeuro
23099 \end_layout
23100
23101 \end_inset
23102 </cell>
23103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23104 \begin_inset Text
23105
23106 \begin_layout Plain Layout
23107 \begin_inset ERT
23108 status collapsed
23109
23110 \begin_layout Plain Layout
23111
23112
23113 \backslash
23114 officialeuro
23115 \end_layout
23116
23117 \end_inset
23118
23119
23120 \end_layout
23121
23122 \end_inset
23123 </cell>
23124 </row>
23125 </lyxtabular>
23126
23127 \end_inset
23128
23129
23130 \begin_inset Note Note
23131 status collapsed
23132
23133 \begin_layout Plain Layout
23134
23135 \series bold
23136
23137 \backslash
23138 cmidrule
23139 \series default
23140  is used here only for table borders.
23141  See sec.
23142  
23143 \family sans
23144 Formal Tables
23145 \family default
23146  of the 
23147 \emph on
23148 EmbeddedObjects
23149 \emph default
23150  manual for details.
23151 \end_layout
23152
23153 \end_inset
23154
23155
23156 \end_layout
23157
23158 \begin_layout Standard
23159 \begin_inset ERT
23160 status collapsed
23161
23162 \begin_layout Plain Layout
23163
23164
23165 \backslash
23166 else 
23167 \end_layout
23168
23169 \end_inset
23170
23171
23172 \begin_inset Note Note
23173 status open
23174
23175 \begin_layout Plain Layout
23176 The following will be displayed when the \SpecialChar LaTeX
23177 -package 
23178 \series bold
23179 eurosym
23180 \series default
23181  is not installed:
23182 \end_layout
23183
23184 \end_inset
23185
23186
23187 \end_layout
23188
23189 \begin_layout Standard
23190 You need to install the \SpecialChar LaTeX
23191 -package 
23192 \series bold
23193 eurosym
23194 \series default
23195  to see the rest of this subsection in the output.
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 fi 
23207 \end_layout
23208
23209 \end_inset
23210
23211
23212 \end_layout
23213
23214 \begin_layout Standard
23215 \begin_inset Newpage newpage
23216 \end_inset
23217
23218
23219 \end_layout
23220
23221 \begin_layout Section
23222 Relations
23223 \begin_inset CommandInset label
23224 LatexCommand label
23225 name "sec:Relations"
23226
23227 \end_inset
23228
23229
23230 \begin_inset Index idx
23231 status collapsed
23232
23233 \begin_layout Plain Layout
23234 Relations
23235 \end_layout
23236
23237 \end_inset
23238
23239
23240 \begin_inset Index idx
23241 status collapsed
23242
23243 \begin_layout Plain Layout
23244 Comparisons|see
23245 \begin_inset ERT
23246 status collapsed
23247
23248 \begin_layout Plain Layout
23249
23250 {
23251 \end_layout
23252
23253 \end_inset
23254
23255 Relations
23256 \begin_inset ERT
23257 status collapsed
23258
23259 \begin_layout Plain Layout
23260
23261 }
23262 \end_layout
23263
23264 \end_inset
23265
23266
23267 \end_layout
23268
23269 \end_inset
23270
23271
23272 \end_layout
23273
23274 \begin_layout Standard
23275 All following relations can also be inserted via the toolbar button 
23276 \begin_inset Info
23277 type  "icon"
23278 arg   "math-insert \\leq"
23279 \end_inset
23280
23281 .
23282 \end_layout
23283
23284 \begin_layout Standard
23285 \begin_inset Tabular
23286 <lyxtabular version="3" rows="17" columns="2">
23287 <features booktabs="true" tabularvalignment="middle">
23288 <column alignment="center" valignment="top" width="0pt">
23289 <column alignment="center" valignment="top" width="0pt">
23290 <row>
23291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23292 \begin_inset Text
23293
23294 \begin_layout Plain Layout
23295 Command
23296 \end_layout
23297
23298 \end_inset
23299 </cell>
23300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23301 \begin_inset Text
23302
23303 \begin_layout Plain Layout
23304 Relation
23305 \end_layout
23306
23307 \end_inset
23308 </cell>
23309 </row>
23310 <row>
23311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23312 \begin_inset Text
23313
23314 \begin_layout Plain Layout
23315 <
23316 \end_layout
23317
23318 \end_inset
23319 </cell>
23320 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23321 \begin_inset Text
23322
23323 \begin_layout Plain Layout
23324 \begin_inset Formula $<$
23325 \end_inset
23326
23327
23328 \end_layout
23329
23330 \end_inset
23331 </cell>
23332 </row>
23333 <row>
23334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23335 \begin_inset Text
23336
23337 \begin_layout Plain Layout
23338
23339 \backslash
23340 le
23341 \end_layout
23342
23343 \end_inset
23344 </cell>
23345 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23346 \begin_inset Text
23347
23348 \begin_layout Plain Layout
23349 \begin_inset Formula $\le$
23350 \end_inset
23351
23352
23353 \end_layout
23354
23355 \end_inset
23356 </cell>
23357 </row>
23358 <row>
23359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23360 \begin_inset Text
23361
23362 \begin_layout Plain Layout
23363
23364 \backslash
23365 ll
23366 \end_layout
23367
23368 \end_inset
23369 </cell>
23370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23371 \begin_inset Text
23372
23373 \begin_layout Plain Layout
23374 \begin_inset Formula $\ll$
23375 \end_inset
23376
23377
23378 \end_layout
23379
23380 \end_inset
23381 </cell>
23382 </row>
23383 <row>
23384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23385 \begin_inset Text
23386
23387 \begin_layout Plain Layout
23388
23389 \backslash
23390 prec
23391 \end_layout
23392
23393 \end_inset
23394 </cell>
23395 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23396 \begin_inset Text
23397
23398 \begin_layout Plain Layout
23399 \begin_inset Formula $\prec$
23400 \end_inset
23401
23402
23403 \end_layout
23404
23405 \end_inset
23406 </cell>
23407 </row>
23408 <row>
23409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23410 \begin_inset Text
23411
23412 \begin_layout Plain Layout
23413
23414 \backslash
23415 preceq
23416 \end_layout
23417
23418 \end_inset
23419 </cell>
23420 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23421 \begin_inset Text
23422
23423 \begin_layout Plain Layout
23424 \begin_inset Formula $\preceq$
23425 \end_inset
23426
23427
23428 \end_layout
23429
23430 \end_inset
23431 </cell>
23432 </row>
23433 <row>
23434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23435 \begin_inset Text
23436
23437 \begin_layout Plain Layout
23438
23439 \backslash
23440 subset
23441 \end_layout
23442
23443 \end_inset
23444 </cell>
23445 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23446 \begin_inset Text
23447
23448 \begin_layout Plain Layout
23449 \begin_inset Formula $\subset$
23450 \end_inset
23451
23452
23453 \end_layout
23454
23455 \end_inset
23456 </cell>
23457 </row>
23458 <row>
23459 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23460 \begin_inset Text
23461
23462 \begin_layout Plain Layout
23463
23464 \backslash
23465 subseteq
23466 \end_layout
23467
23468 \end_inset
23469 </cell>
23470 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23471 \begin_inset Text
23472
23473 \begin_layout Plain Layout
23474 \begin_inset Formula $\subseteq$
23475 \end_inset
23476
23477
23478 \end_layout
23479
23480 \end_inset
23481 </cell>
23482 </row>
23483 <row>
23484 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23485 \begin_inset Text
23486
23487 \begin_layout Plain Layout
23488
23489 \backslash
23490 sqsubseteq
23491 \end_layout
23492
23493 \end_inset
23494 </cell>
23495 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23496 \begin_inset Text
23497
23498 \begin_layout Plain Layout
23499 \begin_inset Formula $\sqsubseteq$
23500 \end_inset
23501
23502
23503 \end_layout
23504
23505 \end_inset
23506 </cell>
23507 </row>
23508 <row>
23509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23510 \begin_inset Text
23511
23512 \begin_layout Plain Layout
23513
23514 \backslash
23515 in
23516 \end_layout
23517
23518 \end_inset
23519 </cell>
23520 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23521 \begin_inset Text
23522
23523 \begin_layout Plain Layout
23524 \begin_inset Formula $\in$
23525 \end_inset
23526
23527
23528 \end_layout
23529
23530 \end_inset
23531 </cell>
23532 </row>
23533 <row>
23534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23535 \begin_inset Text
23536
23537 \begin_layout Plain Layout
23538
23539 \backslash
23540 vdash
23541 \end_layout
23542
23543 \end_inset
23544 </cell>
23545 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23546 \begin_inset Text
23547
23548 \begin_layout Plain Layout
23549 \begin_inset Formula $\vdash$
23550 \end_inset
23551
23552
23553 \end_layout
23554
23555 \end_inset
23556 </cell>
23557 </row>
23558 <row>
23559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23560 \begin_inset Text
23561
23562 \begin_layout Plain Layout
23563
23564 \backslash
23565 smile
23566 \end_layout
23567
23568 \end_inset
23569 </cell>
23570 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23571 \begin_inset Text
23572
23573 \begin_layout Plain Layout
23574 \begin_inset Formula $\smile$
23575 \end_inset
23576
23577
23578 \end_layout
23579
23580 \end_inset
23581 </cell>
23582 </row>
23583 <row>
23584 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23585 \begin_inset Text
23586
23587 \begin_layout Plain Layout
23588
23589 \backslash
23590 lhd
23591 \end_layout
23592
23593 \end_inset
23594 </cell>
23595 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23596 \begin_inset Text
23597
23598 \begin_layout Plain Layout
23599 \begin_inset Formula $\lhd$
23600 \end_inset
23601
23602
23603 \end_layout
23604
23605 \end_inset
23606 </cell>
23607 </row>
23608 <row>
23609 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23610 \begin_inset Text
23611
23612 \begin_layout Plain Layout
23613
23614 \backslash
23615 unlhd
23616 \end_layout
23617
23618 \end_inset
23619 </cell>
23620 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23621 \begin_inset Text
23622
23623 \begin_layout Plain Layout
23624 \begin_inset Formula $\unlhd$
23625 \end_inset
23626
23627
23628 \end_layout
23629
23630 \end_inset
23631 </cell>
23632 </row>
23633 <row>
23634 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23635 \begin_inset Text
23636
23637 \begin_layout Plain Layout
23638
23639 \backslash
23640 gtrless
23641 \end_layout
23642
23643 \end_inset
23644 </cell>
23645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23646 \begin_inset Text
23647
23648 \begin_layout Plain Layout
23649 \begin_inset Formula $\gtrless$
23650 \end_inset
23651
23652
23653 \end_layout
23654
23655 \end_inset
23656 </cell>
23657 </row>
23658 <row>
23659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23660 \begin_inset Text
23661
23662 \begin_layout Plain Layout
23663
23664 \backslash
23665 mid
23666 \end_layout
23667
23668 \end_inset
23669 </cell>
23670 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23671 \begin_inset Text
23672
23673 \begin_layout Plain Layout
23674 \begin_inset Formula $\mid$
23675 \end_inset
23676
23677
23678 \end_layout
23679
23680 \end_inset
23681 </cell>
23682 </row>
23683 <row>
23684 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23685 \begin_inset Text
23686
23687 \begin_layout Plain Layout
23688
23689 \backslash
23690 nmid
23691 \end_layout
23692
23693 \end_inset
23694 </cell>
23695 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23696 \begin_inset Text
23697
23698 \begin_layout Plain Layout
23699 \begin_inset Formula $\nmid$
23700 \end_inset
23701
23702
23703 \end_layout
23704
23705 \end_inset
23706 </cell>
23707 </row>
23708 </lyxtabular>
23709
23710 \end_inset
23711
23712
23713 \begin_inset space \hfill{}
23714 \end_inset
23715
23716
23717 \begin_inset Tabular
23718 <lyxtabular version="3" rows="17" columns="2">
23719 <features booktabs="true" tabularvalignment="middle">
23720 <column alignment="center" valignment="top" width="0pt">
23721 <column alignment="center" valignment="top" width="0pt">
23722 <row>
23723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23724 \begin_inset Text
23725
23726 \begin_layout Plain Layout
23727 Command
23728 \end_layout
23729
23730 \end_inset
23731 </cell>
23732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23733 \begin_inset Text
23734
23735 \begin_layout Plain Layout
23736 Relation
23737 \end_layout
23738
23739 \end_inset
23740 </cell>
23741 </row>
23742 <row>
23743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23744 \begin_inset Text
23745
23746 \begin_layout Plain Layout
23747 =
23748 \end_layout
23749
23750 \end_inset
23751 </cell>
23752 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23753 \begin_inset Text
23754
23755 \begin_layout Plain Layout
23756 \begin_inset Formula $=$
23757 \end_inset
23758
23759
23760 \end_layout
23761
23762 \end_inset
23763 </cell>
23764 </row>
23765 <row>
23766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23767 \begin_inset Text
23768
23769 \begin_layout Plain Layout
23770
23771 \backslash
23772 not=
23773 \end_layout
23774
23775 \end_inset
23776 </cell>
23777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23778 \begin_inset Text
23779
23780 \begin_layout Plain Layout
23781 \begin_inset Formula $\not=$
23782 \end_inset
23783
23784
23785 \end_layout
23786
23787 \end_inset
23788 </cell>
23789 </row>
23790 <row>
23791 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23792 \begin_inset Text
23793
23794 \begin_layout Plain Layout
23795
23796 \backslash
23797 equiv
23798 \end_layout
23799
23800 \end_inset
23801 </cell>
23802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23803 \begin_inset Text
23804
23805 \begin_layout Plain Layout
23806 \begin_inset Formula $\equiv$
23807 \end_inset
23808
23809
23810 \end_layout
23811
23812 \end_inset
23813 </cell>
23814 </row>
23815 <row>
23816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23817 \begin_inset Text
23818
23819 \begin_layout Plain Layout
23820
23821 \backslash
23822 sim
23823 \end_layout
23824
23825 \end_inset
23826 </cell>
23827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23828 \begin_inset Text
23829
23830 \begin_layout Plain Layout
23831 \begin_inset Formula $\sim$
23832 \end_inset
23833
23834
23835 \end_layout
23836
23837 \end_inset
23838 </cell>
23839 </row>
23840 <row>
23841 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23842 \begin_inset Text
23843
23844 \begin_layout Plain Layout
23845
23846 \backslash
23847 simeq
23848 \end_layout
23849
23850 \end_inset
23851 </cell>
23852 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23853 \begin_inset Text
23854
23855 \begin_layout Plain Layout
23856 \begin_inset Formula $\simeq$
23857 \end_inset
23858
23859
23860 \end_layout
23861
23862 \end_inset
23863 </cell>
23864 </row>
23865 <row>
23866 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23867 \begin_inset Text
23868
23869 \begin_layout Plain Layout
23870
23871 \backslash
23872 approx
23873 \end_layout
23874
23875 \end_inset
23876 </cell>
23877 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23878 \begin_inset Text
23879
23880 \begin_layout Plain Layout
23881 \begin_inset Formula $\approx$
23882 \end_inset
23883
23884
23885 \end_layout
23886
23887 \end_inset
23888 </cell>
23889 </row>
23890 <row>
23891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23892 \begin_inset Text
23893
23894 \begin_layout Plain Layout
23895
23896 \backslash
23897 cong
23898 \end_layout
23899
23900 \end_inset
23901 </cell>
23902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23903 \begin_inset Text
23904
23905 \begin_layout Plain Layout
23906 \begin_inset Formula $\cong$
23907 \end_inset
23908
23909
23910 \end_layout
23911
23912 \end_inset
23913 </cell>
23914 </row>
23915 <row>
23916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23917 \begin_inset Text
23918
23919 \begin_layout Plain Layout
23920
23921 \backslash
23922 bowtie
23923 \end_layout
23924
23925 \end_inset
23926 </cell>
23927 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23928 \begin_inset Text
23929
23930 \begin_layout Plain Layout
23931 \begin_inset Formula $\bowtie$
23932 \end_inset
23933
23934
23935 \end_layout
23936
23937 \end_inset
23938 </cell>
23939 </row>
23940 <row>
23941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23942 \begin_inset Text
23943
23944 \begin_layout Plain Layout
23945
23946 \backslash
23947 notin
23948 \end_layout
23949
23950 \end_inset
23951 </cell>
23952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23953 \begin_inset Text
23954
23955 \begin_layout Plain Layout
23956 \begin_inset Formula $\notin$
23957 \end_inset
23958
23959
23960 \end_layout
23961
23962 \end_inset
23963 </cell>
23964 </row>
23965 <row>
23966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23967 \begin_inset Text
23968
23969 \begin_layout Plain Layout
23970
23971 \backslash
23972 perp
23973 \end_layout
23974
23975 \end_inset
23976 </cell>
23977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23978 \begin_inset Text
23979
23980 \begin_layout Plain Layout
23981 \begin_inset Formula $\perp$
23982 \end_inset
23983
23984
23985 \end_layout
23986
23987 \end_inset
23988 </cell>
23989 </row>
23990 <row>
23991 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23992 \begin_inset Text
23993
23994 \begin_layout Plain Layout
23995
23996 \backslash
23997 propto
23998 \end_layout
23999
24000 \end_inset
24001 </cell>
24002 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24003 \begin_inset Text
24004
24005 \begin_layout Plain Layout
24006 \begin_inset Formula $\propto$
24007 \end_inset
24008
24009
24010 \end_layout
24011
24012 \end_inset
24013 </cell>
24014 </row>
24015 <row>
24016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24017 \begin_inset Text
24018
24019 \begin_layout Plain Layout
24020
24021 \backslash
24022 asymp
24023 \end_layout
24024
24025 \end_inset
24026 </cell>
24027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24028 \begin_inset Text
24029
24030 \begin_layout Plain Layout
24031 \begin_inset Formula $\asymp$
24032 \end_inset
24033
24034
24035 \end_layout
24036
24037 \end_inset
24038 </cell>
24039 </row>
24040 <row>
24041 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24042 \begin_inset Text
24043
24044 \begin_layout Plain Layout
24045
24046 \backslash
24047 doteq
24048 \end_layout
24049
24050 \end_inset
24051 </cell>
24052 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24053 \begin_inset Text
24054
24055 \begin_layout Plain Layout
24056 \begin_inset Formula $\doteq$
24057 \end_inset
24058
24059
24060 \end_layout
24061
24062 \end_inset
24063 </cell>
24064 </row>
24065 <row>
24066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24067 \begin_inset Text
24068
24069 \begin_layout Plain Layout
24070
24071 \backslash
24072 circeq
24073 \end_layout
24074
24075 \end_inset
24076 </cell>
24077 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24078 \begin_inset Text
24079
24080 \begin_layout Plain Layout
24081 \begin_inset Formula $\circeq$
24082 \end_inset
24083
24084
24085 \end_layout
24086
24087 \end_inset
24088 </cell>
24089 </row>
24090 <row>
24091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24092 \begin_inset Text
24093
24094 \begin_layout Plain Layout
24095
24096 \backslash
24097 models
24098 \end_layout
24099
24100 \end_inset
24101 </cell>
24102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24103 \begin_inset Text
24104
24105 \begin_layout Plain Layout
24106 \begin_inset Formula $\models$
24107 \end_inset
24108
24109
24110 \end_layout
24111
24112 \end_inset
24113 </cell>
24114 </row>
24115 <row>
24116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24117 \begin_inset Text
24118
24119 \begin_layout Plain Layout
24120
24121 \backslash
24122 widehat=
24123 \end_layout
24124
24125 \end_inset
24126 </cell>
24127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24128 \begin_inset Text
24129
24130 \begin_layout Plain Layout
24131 \begin_inset Formula $\widehat{=}$
24132 \end_inset
24133
24134
24135 \end_layout
24136
24137 \end_inset
24138 </cell>
24139 </row>
24140 </lyxtabular>
24141
24142 \end_inset
24143
24144
24145 \begin_inset space \hfill{}
24146 \end_inset
24147
24148
24149 \begin_inset Tabular
24150 <lyxtabular version="3" rows="17" columns="2">
24151 <features booktabs="true" tabularvalignment="middle">
24152 <column alignment="center" valignment="top" width="0pt">
24153 <column alignment="center" valignment="top" width="0pt">
24154 <row>
24155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24156 \begin_inset Text
24157
24158 \begin_layout Plain Layout
24159 Command
24160 \end_layout
24161
24162 \end_inset
24163 </cell>
24164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24165 \begin_inset Text
24166
24167 \begin_layout Plain Layout
24168 Relation
24169 \end_layout
24170
24171 \end_inset
24172 </cell>
24173 </row>
24174 <row>
24175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24176 \begin_inset Text
24177
24178 \begin_layout Plain Layout
24179 >
24180 \end_layout
24181
24182 \end_inset
24183 </cell>
24184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24185 \begin_inset Text
24186
24187 \begin_layout Plain Layout
24188 \begin_inset Formula $>$
24189 \end_inset
24190
24191
24192 \end_layout
24193
24194 \end_inset
24195 </cell>
24196 </row>
24197 <row>
24198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24199 \begin_inset Text
24200
24201 \begin_layout Plain Layout
24202
24203 \backslash
24204 ge
24205 \end_layout
24206
24207 \end_inset
24208 </cell>
24209 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24210 \begin_inset Text
24211
24212 \begin_layout Plain Layout
24213 \begin_inset Formula $\ge$
24214 \end_inset
24215
24216
24217 \end_layout
24218
24219 \end_inset
24220 </cell>
24221 </row>
24222 <row>
24223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24224 \begin_inset Text
24225
24226 \begin_layout Plain Layout
24227
24228 \backslash
24229 gg
24230 \end_layout
24231
24232 \end_inset
24233 </cell>
24234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24235 \begin_inset Text
24236
24237 \begin_layout Plain Layout
24238 \begin_inset Formula $\gg$
24239 \end_inset
24240
24241
24242 \end_layout
24243
24244 \end_inset
24245 </cell>
24246 </row>
24247 <row>
24248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24249 \begin_inset Text
24250
24251 \begin_layout Plain Layout
24252
24253 \backslash
24254 succ
24255 \end_layout
24256
24257 \end_inset
24258 </cell>
24259 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24260 \begin_inset Text
24261
24262 \begin_layout Plain Layout
24263 \begin_inset Formula $\succ$
24264 \end_inset
24265
24266
24267 \end_layout
24268
24269 \end_inset
24270 </cell>
24271 </row>
24272 <row>
24273 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24274 \begin_inset Text
24275
24276 \begin_layout Plain Layout
24277
24278 \backslash
24279 succeq
24280 \end_layout
24281
24282 \end_inset
24283 </cell>
24284 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24285 \begin_inset Text
24286
24287 \begin_layout Plain Layout
24288 \begin_inset Formula $\succeq$
24289 \end_inset
24290
24291
24292 \end_layout
24293
24294 \end_inset
24295 </cell>
24296 </row>
24297 <row>
24298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24299 \begin_inset Text
24300
24301 \begin_layout Plain Layout
24302
24303 \backslash
24304 supset
24305 \end_layout
24306
24307 \end_inset
24308 </cell>
24309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24310 \begin_inset Text
24311
24312 \begin_layout Plain Layout
24313 \begin_inset Formula $\supset$
24314 \end_inset
24315
24316
24317 \end_layout
24318
24319 \end_inset
24320 </cell>
24321 </row>
24322 <row>
24323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24324 \begin_inset Text
24325
24326 \begin_layout Plain Layout
24327
24328 \backslash
24329 supseteq
24330 \end_layout
24331
24332 \end_inset
24333 </cell>
24334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24335 \begin_inset Text
24336
24337 \begin_layout Plain Layout
24338 \begin_inset Formula $\supseteq$
24339 \end_inset
24340
24341
24342 \end_layout
24343
24344 \end_inset
24345 </cell>
24346 </row>
24347 <row>
24348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24349 \begin_inset Text
24350
24351 \begin_layout Plain Layout
24352
24353 \backslash
24354 sqsupseteq
24355 \end_layout
24356
24357 \end_inset
24358 </cell>
24359 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24360 \begin_inset Text
24361
24362 \begin_layout Plain Layout
24363 \begin_inset Formula $\sqsupseteq$
24364 \end_inset
24365
24366
24367 \end_layout
24368
24369 \end_inset
24370 </cell>
24371 </row>
24372 <row>
24373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24374 \begin_inset Text
24375
24376 \begin_layout Plain Layout
24377
24378 \backslash
24379 ni
24380 \end_layout
24381
24382 \end_inset
24383 </cell>
24384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24385 \begin_inset Text
24386
24387 \begin_layout Plain Layout
24388 \begin_inset Formula $\ni$
24389 \end_inset
24390
24391
24392 \end_layout
24393
24394 \end_inset
24395 </cell>
24396 </row>
24397 <row>
24398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24399 \begin_inset Text
24400
24401 \begin_layout Plain Layout
24402
24403 \backslash
24404 dashv
24405 \end_layout
24406
24407 \end_inset
24408 </cell>
24409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24410 \begin_inset Text
24411
24412 \begin_layout Plain Layout
24413 \begin_inset Formula $\dashv$
24414 \end_inset
24415
24416
24417 \end_layout
24418
24419 \end_inset
24420 </cell>
24421 </row>
24422 <row>
24423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24424 \begin_inset Text
24425
24426 \begin_layout Plain Layout
24427
24428 \backslash
24429 frown
24430 \end_layout
24431
24432 \end_inset
24433 </cell>
24434 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24435 \begin_inset Text
24436
24437 \begin_layout Plain Layout
24438 \begin_inset Formula $\frown$
24439 \end_inset
24440
24441
24442 \end_layout
24443
24444 \end_inset
24445 </cell>
24446 </row>
24447 <row>
24448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24449 \begin_inset Text
24450
24451 \begin_layout Plain Layout
24452
24453 \backslash
24454 rhd
24455 \end_layout
24456
24457 \end_inset
24458 </cell>
24459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24460 \begin_inset Text
24461
24462 \begin_layout Plain Layout
24463 \begin_inset Formula $\rhd$
24464 \end_inset
24465
24466
24467 \end_layout
24468
24469 \end_inset
24470 </cell>
24471 </row>
24472 <row>
24473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24474 \begin_inset Text
24475
24476 \begin_layout Plain Layout
24477
24478 \backslash
24479 unrhd
24480 \end_layout
24481
24482 \end_inset
24483 </cell>
24484 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24485 \begin_inset Text
24486
24487 \begin_layout Plain Layout
24488 \begin_inset Formula $\unrhd$
24489 \end_inset
24490
24491
24492 \end_layout
24493
24494 \end_inset
24495 </cell>
24496 </row>
24497 <row>
24498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24499 \begin_inset Text
24500
24501 \begin_layout Plain Layout
24502
24503 \backslash
24504 lessgtr
24505 \end_layout
24506
24507 \end_inset
24508 </cell>
24509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24510 \begin_inset Text
24511
24512 \begin_layout Plain Layout
24513 \begin_inset Formula $\lessgtr$
24514 \end_inset
24515
24516
24517 \end_layout
24518
24519 \end_inset
24520 </cell>
24521 </row>
24522 <row>
24523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24524 \begin_inset Text
24525
24526 \begin_layout Plain Layout
24527
24528 \backslash
24529 parallel
24530 \end_layout
24531
24532 \end_inset
24533 </cell>
24534 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24535 \begin_inset Text
24536
24537 \begin_layout Plain Layout
24538 \begin_inset Formula $\parallel$
24539 \end_inset
24540
24541
24542 \end_layout
24543
24544 \end_inset
24545 </cell>
24546 </row>
24547 <row>
24548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24549 \begin_inset Text
24550
24551 \begin_layout Plain Layout
24552
24553 \backslash
24554 nparallel
24555 \end_layout
24556
24557 \end_inset
24558 </cell>
24559 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24560 \begin_inset Text
24561
24562 \begin_layout Plain Layout
24563 \begin_inset Formula $\nparallel$
24564 \end_inset
24565
24566
24567 \end_layout
24568
24569 \end_inset
24570 </cell>
24571 </row>
24572 </lyxtabular>
24573
24574 \end_inset
24575
24576
24577 \end_layout
24578
24579 \begin_layout Standard
24580 \begin_inset VSpace medskip
24581 \end_inset
24582
24583 The characters 
24584 \series bold
24585
24586 \backslash
24587 lhd
24588 \series default
24589  and 
24590 \series bold
24591
24592 \backslash
24593 rhd
24594 \series default
24595  are bigger than the equal looking operators 
24596 \series bold
24597
24598 \backslash
24599 triangleleft
24600 \series default
24601  and 
24602 \series bold
24603
24604 \backslash
24605 triangleright
24606 \series default
24607 , respectively.
24608 \end_layout
24609
24610 \begin_layout Standard
24611 \SpecialChar LyX
24612  supports also many special relations.
24613  Use the toolbar button 
24614 \begin_inset Info
24615 type  "icon"
24616 arg   "math-insert \\leqq"
24617 \end_inset
24618
24619  to see a list of these relations.
24620 \end_layout
24621
24622 \begin_layout Standard
24623 Relations are, in contrary to symbols, always surrounded by space.
24624 \end_layout
24625
24626 \begin_layout Standard
24627 Relations with labels can be created with the command 
24628 \series bold
24629
24630 \backslash
24631 stackrel
24632 \series default
24633
24634 \begin_inset Index idx
24635 status collapsed
24636
24637 \begin_layout Plain Layout
24638 Commands ! S ! 
24639 \backslash
24640 stackrel
24641 \end_layout
24642
24643 \end_inset
24644
24645 :
24646 \begin_inset Separator parbreak
24647 \end_inset
24648
24649
24650 \end_layout
24651
24652 \begin_layout Standard
24653 \align center
24654 \begin_inset Tabular
24655 <lyxtabular version="3" rows="2" columns="2">
24656 <features booktabs="true" tabularvalignment="middle">
24657 <column alignment="center" valignment="top" width="0pt">
24658 <column alignment="center" valignment="top">
24659 <row>
24660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24661 \begin_inset Text
24662
24663 \begin_layout Plain Layout
24664 Command
24665 \end_layout
24666
24667 \end_inset
24668 </cell>
24669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24670 \begin_inset Text
24671
24672 \begin_layout Plain Layout
24673 Result
24674 \end_layout
24675
24676 \end_inset
24677 </cell>
24678 </row>
24679 <row topspace="1.5mm">
24680 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24681 \begin_inset Text
24682
24683 \begin_layout Plain Layout
24684 A(r)
24685 \backslash
24686 stackrel
24687 \begin_inset space \textvisiblespace{}
24688 \end_inset
24689
24690 r
24691 \backslash
24692 to
24693 \backslash
24694 infty
24695 \begin_inset space \textvisiblespace{}
24696 \end_inset
24697
24698
24699 \begin_inset Formula $\downarrow$
24700 \end_inset
24701
24702
24703 \backslash
24704 approx
24705 \begin_inset space \textvisiblespace{}
24706 \end_inset
24707
24708
24709 \begin_inset space \textvisiblespace{}
24710 \end_inset
24711
24712 B
24713 \end_layout
24714
24715 \end_inset
24716 </cell>
24717 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24718 \begin_inset Text
24719
24720 \begin_layout Plain Layout
24721 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
24722 \end_inset
24723
24724
24725 \end_layout
24726
24727 \end_inset
24728 </cell>
24729 </row>
24730 </lyxtabular>
24731
24732 \end_inset
24733
24734
24735 \end_layout
24736
24737 \begin_layout Section
24738 Functions
24739 \end_layout
24740
24741 \begin_layout Subsection
24742 Predefined Functions
24743 \begin_inset CommandInset label
24744 LatexCommand label
24745 name "subsec:Predefined-Functions"
24746
24747 \end_inset
24748
24749
24750 \begin_inset Index idx
24751 status collapsed
24752
24753 \begin_layout Plain Layout
24754 Functions ! predefined
24755 \end_layout
24756
24757 \end_inset
24758
24759
24760 \end_layout
24761
24762 \begin_layout Standard
24763 In general, variables are set 
24764 \emph on
24765 italic
24766 \emph default
24767  in mathematical expressions, but not function names, because 
24768 \begin_inset Formula $sin$
24769 \end_inset
24770
24771  could be misunderstood as 
24772 \begin_inset Formula $s\cdot i\cdot n$
24773 \end_inset
24774
24775 .
24776  Therefore there are predefined functionswhich are additionally a bit separated
24777  from prefactors.
24778  They are inserted as commands starting with a backslash before their name.
24779 \begin_inset Separator parbreak
24780 \end_inset
24781
24782
24783 \end_layout
24784
24785 \begin_layout Standard
24786 \align center
24787 \begin_inset Tabular
24788 <lyxtabular version="3" rows="2" columns="2">
24789 <features booktabs="true" tabularvalignment="middle">
24790 <column alignment="center" valignment="top" width="0pt">
24791 <column alignment="center" valignment="top" width="0pt">
24792 <row>
24793 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24794 \begin_inset Text
24795
24796 \begin_layout Plain Layout
24797 Command
24798 \end_layout
24799
24800 \end_inset
24801 </cell>
24802 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
24803 \begin_inset Text
24804
24805 \begin_layout Plain Layout
24806 Result
24807 \end_layout
24808
24809 \end_inset
24810 </cell>
24811 </row>
24812 <row>
24813 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24814 \begin_inset Text
24815
24816 \begin_layout Plain Layout
24817 Asin(x)+B
24818 \end_layout
24819
24820 \end_inset
24821 </cell>
24822 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
24823 \begin_inset Text
24824
24825 \begin_layout Plain Layout
24826 \begin_inset Formula $Asin(x)+B$
24827 \end_inset
24828
24829
24830 \end_layout
24831
24832 \end_inset
24833 </cell>
24834 </row>
24835 </lyxtabular>
24836
24837 \end_inset
24838
24839
24840 \begin_inset space \quad{}
24841 \end_inset
24842
24843
24844 \begin_inset Tabular
24845 <lyxtabular version="3" rows="2" columns="2">
24846 <features booktabs="true" tabularvalignment="middle">
24847 <column alignment="center" valignment="top" width="0pt">
24848 <column alignment="center" valignment="top" width="0pt">
24849 <row>
24850 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24851 \begin_inset Text
24852
24853 \begin_layout Plain Layout
24854 Command
24855 \end_layout
24856
24857 \end_inset
24858 </cell>
24859 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24860 \begin_inset Text
24861
24862 \begin_layout Plain Layout
24863 Result
24864 \end_layout
24865
24866 \end_inset
24867 </cell>
24868 </row>
24869 <row>
24870 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24871 \begin_inset Text
24872
24873 \begin_layout Plain Layout
24874 A
24875 \backslash
24876 sin(x)+B
24877 \end_layout
24878
24879 \end_inset
24880 </cell>
24881 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24882 \begin_inset Text
24883
24884 \begin_layout Plain Layout
24885 \begin_inset Formula $A\sin(x)+B$
24886 \end_inset
24887
24888
24889 \end_layout
24890
24891 \end_inset
24892 </cell>
24893 </row>
24894 </lyxtabular>
24895
24896 \end_inset
24897
24898
24899 \end_layout
24900
24901 \begin_layout Standard
24902 The following functions are predefined:
24903 \end_layout
24904
24905 \begin_layout Standard
24906 \begin_inset VSpace -2mm
24907 \end_inset
24908
24909
24910 \end_layout
24911
24912 \begin_layout Standard
24913 \align center
24914 \begin_inset Tabular
24915 <lyxtabular version="3" rows="9" columns="4">
24916 <features booktabs="true" tabularvalignment="middle">
24917 <column alignment="center" valignment="top" width="0pt">
24918 <column alignment="center" valignment="top" width="0pt">
24919 <column alignment="center" valignment="top" width="0pt">
24920 <column alignment="center" valignment="top" width="0pt">
24921 <row>
24922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24923 \begin_inset Text
24924
24925 \begin_layout Plain Layout
24926 Command
24927 \end_layout
24928
24929 \end_inset
24930 </cell>
24931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24932 \begin_inset Text
24933
24934 \begin_layout Plain Layout
24935 Command
24936 \end_layout
24937
24938 \end_inset
24939 </cell>
24940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24941 \begin_inset Text
24942
24943 \begin_layout Plain Layout
24944 Command
24945 \end_layout
24946
24947 \end_inset
24948 </cell>
24949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24950 \begin_inset Text
24951
24952 \begin_layout Plain Layout
24953 Command
24954 \end_layout
24955
24956 \end_inset
24957 </cell>
24958 </row>
24959 <row>
24960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24961 \begin_inset Text
24962
24963 \begin_layout Plain Layout
24964
24965 \backslash
24966 sin
24967 \end_layout
24968
24969 \end_inset
24970 </cell>
24971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24972 \begin_inset Text
24973
24974 \begin_layout Plain Layout
24975
24976 \backslash
24977 sinh
24978 \end_layout
24979
24980 \end_inset
24981 </cell>
24982 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24983 \begin_inset Text
24984
24985 \begin_layout Plain Layout
24986
24987 \backslash
24988 arcsin
24989 \end_layout
24990
24991 \end_inset
24992 </cell>
24993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24994 \begin_inset Text
24995
24996 \begin_layout Plain Layout
24997
24998 \backslash
24999 sup
25000 \end_layout
25001
25002 \end_inset
25003 </cell>
25004 </row>
25005 <row>
25006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25007 \begin_inset Text
25008
25009 \begin_layout Plain Layout
25010
25011 \backslash
25012 cos
25013 \end_layout
25014
25015 \end_inset
25016 </cell>
25017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25018 \begin_inset Text
25019
25020 \begin_layout Plain Layout
25021
25022 \backslash
25023 cosh
25024 \end_layout
25025
25026 \end_inset
25027 </cell>
25028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25029 \begin_inset Text
25030
25031 \begin_layout Plain Layout
25032
25033 \backslash
25034 arccos
25035 \end_layout
25036
25037 \end_inset
25038 </cell>
25039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25040 \begin_inset Text
25041
25042 \begin_layout Plain Layout
25043
25044 \backslash
25045 inf
25046 \end_layout
25047
25048 \end_inset
25049 </cell>
25050 </row>
25051 <row>
25052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25053 \begin_inset Text
25054
25055 \begin_layout Plain Layout
25056
25057 \backslash
25058 tan
25059 \end_layout
25060
25061 \end_inset
25062 </cell>
25063 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25064 \begin_inset Text
25065
25066 \begin_layout Plain Layout
25067
25068 \backslash
25069 tanh
25070 \end_layout
25071
25072 \end_inset
25073 </cell>
25074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25075 \begin_inset Text
25076
25077 \begin_layout Plain Layout
25078
25079 \backslash
25080 arctan
25081 \end_layout
25082
25083 \end_inset
25084 </cell>
25085 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25086 \begin_inset Text
25087
25088 \begin_layout Plain Layout
25089
25090 \backslash
25091 lim
25092 \end_layout
25093
25094 \end_inset
25095 </cell>
25096 </row>
25097 <row>
25098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25099 \begin_inset Text
25100
25101 \begin_layout Plain Layout
25102
25103 \backslash
25104 cot
25105 \end_layout
25106
25107 \end_inset
25108 </cell>
25109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25110 \begin_inset Text
25111
25112 \begin_layout Plain Layout
25113
25114 \backslash
25115 coth
25116 \end_layout
25117
25118 \end_inset
25119 </cell>
25120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25121 \begin_inset Text
25122
25123 \begin_layout Plain Layout
25124
25125 \backslash
25126 arg
25127 \end_layout
25128
25129 \end_inset
25130 </cell>
25131 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25132 \begin_inset Text
25133
25134 \begin_layout Plain Layout
25135
25136 \backslash
25137 liminf
25138 \end_layout
25139
25140 \end_inset
25141 </cell>
25142 </row>
25143 <row>
25144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25145 \begin_inset Text
25146
25147 \begin_layout Plain Layout
25148
25149 \backslash
25150 sec
25151 \end_layout
25152
25153 \end_inset
25154 </cell>
25155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25156 \begin_inset Text
25157
25158 \begin_layout Plain Layout
25159
25160 \backslash
25161 min
25162 \end_layout
25163
25164 \end_inset
25165 </cell>
25166 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25167 \begin_inset Text
25168
25169 \begin_layout Plain Layout
25170
25171 \backslash
25172 deg
25173 \end_layout
25174
25175 \end_inset
25176 </cell>
25177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25178 \begin_inset Text
25179
25180 \begin_layout Plain Layout
25181
25182 \backslash
25183 limsup
25184 \end_layout
25185
25186 \end_inset
25187 </cell>
25188 </row>
25189 <row>
25190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25191 \begin_inset Text
25192
25193 \begin_layout Plain Layout
25194
25195 \backslash
25196 csc
25197 \end_layout
25198
25199 \end_inset
25200 </cell>
25201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25202 \begin_inset Text
25203
25204 \begin_layout Plain Layout
25205
25206 \backslash
25207 max
25208 \end_layout
25209
25210 \end_inset
25211 </cell>
25212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25213 \begin_inset Text
25214
25215 \begin_layout Plain Layout
25216
25217 \backslash
25218 det
25219 \end_layout
25220
25221 \end_inset
25222 </cell>
25223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25224 \begin_inset Text
25225
25226 \begin_layout Plain Layout
25227
25228 \backslash
25229 Pr
25230 \end_layout
25231
25232 \end_inset
25233 </cell>
25234 </row>
25235 <row>
25236 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25237 \begin_inset Text
25238
25239 \begin_layout Plain Layout
25240
25241 \backslash
25242 ln
25243 \end_layout
25244
25245 \end_inset
25246 </cell>
25247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25248 \begin_inset Text
25249
25250 \begin_layout Plain Layout
25251
25252 \backslash
25253 exp
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25259 \begin_inset Text
25260
25261 \begin_layout Plain Layout
25262
25263 \backslash
25264 dim
25265 \end_layout
25266
25267 \end_inset
25268 </cell>
25269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25270 \begin_inset Text
25271
25272 \begin_layout Plain Layout
25273
25274 \backslash
25275 hom
25276 \end_layout
25277
25278 \end_inset
25279 </cell>
25280 </row>
25281 <row>
25282 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25283 \begin_inset Text
25284
25285 \begin_layout Plain Layout
25286
25287 \backslash
25288 lg
25289 \end_layout
25290
25291 \end_inset
25292 </cell>
25293 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25294 \begin_inset Text
25295
25296 \begin_layout Plain Layout
25297
25298 \backslash
25299 log
25300 \end_layout
25301
25302 \end_inset
25303 </cell>
25304 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25305 \begin_inset Text
25306
25307 \begin_layout Plain Layout
25308
25309 \backslash
25310 ker
25311 \end_layout
25312
25313 \end_inset
25314 </cell>
25315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25316 \begin_inset Text
25317
25318 \begin_layout Plain Layout
25319
25320 \backslash
25321 gcd
25322 \end_layout
25323
25324 \end_inset
25325 </cell>
25326 </row>
25327 </lyxtabular>
25328
25329 \end_inset
25330
25331
25332 \end_layout
25333
25334 \begin_layout Standard
25335 They can also be inserted with the math toolbar button 
25336 \begin_inset Info
25337 type  "icon"
25338 arg   "math-insert \\functions"
25339 \end_inset
25340
25341 .
25342 \end_layout
25343
25344 \begin_layout Subsection
25345 Self-defined Functions
25346 \begin_inset Index idx
25347 status collapsed
25348
25349 \begin_layout Plain Layout
25350 Functions ! self-defined
25351 \end_layout
25352
25353 \end_inset
25354
25355
25356 \end_layout
25357
25358 \begin_layout Standard
25359 To use a function that is not predefined, like for example the sign function
25360  sgn(x), there are two possibilities:
25361 \end_layout
25362
25363 \begin_layout Itemize
25364 Define the function by inserting the following line to the \SpecialChar LaTeX
25365 -preamble
25366 \begin_inset Foot
25367 status collapsed
25368
25369 \begin_layout Plain Layout
25370 For more about 
25371 \series bold
25372
25373 \backslash
25374 DeclareMathOperator
25375 \series default
25376  see 
25377 \begin_inset CommandInset ref
25378 LatexCommand ref
25379 reference "subsec:Self-defined-Operators"
25380
25381 \end_inset
25382
25383 .
25384 \end_layout
25385
25386 \end_inset
25387
25388
25389 \begin_inset Newline newline
25390 \end_inset
25391
25392
25393 \begin_inset VSpace -3mm
25394 \end_inset
25395
25396
25397 \begin_inset Newline newline
25398 \end_inset
25399
25400
25401 \series bold
25402
25403 \backslash
25404 DeclareMathOperator{
25405 \backslash
25406 sgn}{sgn}
25407 \series default
25408
25409 \begin_inset Index idx
25410 status collapsed
25411
25412 \begin_layout Plain Layout
25413 Commands ! D ! 
25414 \backslash
25415 dbinom@
25416 \backslash
25417 DeclareMathOperator
25418 \end_layout
25419
25420 \end_inset
25421
25422
25423 \begin_inset Newline newline
25424 \end_inset
25425
25426
25427 \begin_inset VSpace -2mm
25428 \end_inset
25429
25430
25431 \begin_inset Newline newline
25432 \end_inset
25433
25434 Now the new defined function can be called with the command 
25435 \series bold
25436
25437 \backslash
25438 sgn
25439 \series default
25440 .
25441 \end_layout
25442
25443 \begin_layout Itemize
25444 Write the formula as usual, mark the formula name, in our example the letters
25445  
25446 \emph on
25447 sgn
25448 \emph default
25449 , and change it to mathematical text.
25450  Finally, a space is inserted between prefactor and function.
25451 \end_layout
25452
25453 \begin_layout Standard
25454 The result is the same with both methods as with a predefined function
25455 \begin_inset Foot
25456 status collapsed
25457
25458 \begin_layout Plain Layout
25459 In \SpecialChar LyX
25460  self-defined functions are displayed red, predefined ones black.
25461 \end_layout
25462
25463 \end_inset
25464
25465 :
25466 \begin_inset Separator parbreak
25467 \end_inset
25468
25469
25470 \end_layout
25471
25472 \begin_layout Standard
25473 \align center
25474 \begin_inset Tabular
25475 <lyxtabular version="3" rows="3" columns="2">
25476 <features booktabs="true" tabularvalignment="middle">
25477 <column alignment="center" valignment="top" width="0pt">
25478 <column alignment="center" valignment="top" width="0pt">
25479 <row>
25480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25481 \begin_inset Text
25482
25483 \begin_layout Plain Layout
25484 Command
25485 \end_layout
25486
25487 \end_inset
25488 </cell>
25489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25490 \begin_inset Text
25491
25492 \begin_layout Plain Layout
25493 Result
25494 \end_layout
25495
25496 \end_inset
25497 </cell>
25498 </row>
25499 <row>
25500 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25501 \begin_inset Text
25502
25503 \begin_layout Plain Layout
25504 A
25505 \backslash
25506 sgn(x)+B
25507 \end_layout
25508
25509 \end_inset
25510 </cell>
25511 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25512 \begin_inset Text
25513
25514 \begin_layout Plain Layout
25515 \begin_inset Formula $A\sgn(x)+B$
25516 \end_inset
25517
25518
25519 \end_layout
25520
25521 \end_inset
25522 </cell>
25523 </row>
25524 <row>
25525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25526 \begin_inset Text
25527
25528 \begin_layout Plain Layout
25529 A
25530 \backslash
25531 ,
25532 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25533 \end_inset
25534
25535 (x)+B
25536 \end_layout
25537
25538 \end_inset
25539 </cell>
25540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25541 \begin_inset Text
25542
25543 \begin_layout Plain Layout
25544 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25545 \end_inset
25546
25547
25548 \end_layout
25549
25550 \end_inset
25551 </cell>
25552 </row>
25553 </lyxtabular>
25554
25555 \end_inset
25556
25557
25558 \end_layout
25559
25560 \begin_layout Standard
25561 The first method is more suitable when the self-defined function should
25562  be used several times.
25563 \end_layout
25564
25565 \begin_layout Subsection
25566 Limits
25567 \begin_inset Index idx
25568 status collapsed
25569
25570 \begin_layout Plain Layout
25571 Limits
25572 \end_layout
25573
25574 \end_inset
25575
25576
25577 \end_layout
25578
25579 \begin_layout Standard
25580 For limits, in addition to the commands 
25581 \series bold
25582
25583 \backslash
25584 lim
25585 \series default
25586
25587 \begin_inset Index idx
25588 status collapsed
25589
25590 \begin_layout Plain Layout
25591 Commands ! L ! 
25592 \backslash
25593 lim
25594 \end_layout
25595
25596 \end_inset
25597
25598
25599 \series bold
25600
25601 \backslash
25602 liminf
25603 \series default
25604  and 
25605 \series bold
25606
25607 \backslash
25608 limsup
25609 \series default
25610  the following functions are defined:
25611 \begin_inset Separator parbreak
25612 \end_inset
25613
25614
25615 \end_layout
25616
25617 \begin_layout Standard
25618 \align center
25619 \begin_inset Tabular
25620 <lyxtabular version="3" rows="5" columns="2">
25621 <features booktabs="true" tabularvalignment="middle">
25622 <column alignment="center" valignment="top" width="0pt">
25623 <column alignment="center" valignment="top" width="0pt">
25624 <row>
25625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25626 \begin_inset Text
25627
25628 \begin_layout Plain Layout
25629 Command
25630 \end_layout
25631
25632 \end_inset
25633 </cell>
25634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25635 \begin_inset Text
25636
25637 \begin_layout Plain Layout
25638 Result
25639 \end_layout
25640
25641 \end_inset
25642 </cell>
25643 </row>
25644 <row>
25645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25646 \begin_inset Text
25647
25648 \begin_layout Plain Layout
25649
25650 \backslash
25651 varliminf
25652 \end_layout
25653
25654 \end_inset
25655 </cell>
25656 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25657 \begin_inset Text
25658
25659 \begin_layout Plain Layout
25660 \begin_inset Formula $\varliminf$
25661 \end_inset
25662
25663
25664 \end_layout
25665
25666 \end_inset
25667 </cell>
25668 </row>
25669 <row topspace="1.5mm">
25670 <cell alignment="center" valignment="top" usebox="none">
25671 \begin_inset Text
25672
25673 \begin_layout Plain Layout
25674
25675 \backslash
25676 varlimsup
25677 \end_layout
25678
25679 \end_inset
25680 </cell>
25681 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25682 \begin_inset Text
25683
25684 \begin_layout Plain Layout
25685 \begin_inset Formula $\varlimsup$
25686 \end_inset
25687
25688
25689 \end_layout
25690
25691 \end_inset
25692 </cell>
25693 </row>
25694 <row topspace="1.5mm">
25695 <cell alignment="center" valignment="top" usebox="none">
25696 \begin_inset Text
25697
25698 \begin_layout Plain Layout
25699
25700 \backslash
25701 varprojlim
25702 \end_layout
25703
25704 \end_inset
25705 </cell>
25706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25707 \begin_inset Text
25708
25709 \begin_layout Plain Layout
25710 \begin_inset Formula $\varprojlim$
25711 \end_inset
25712
25713
25714 \end_layout
25715
25716 \end_inset
25717 </cell>
25718 </row>
25719 <row topspace="1.5mm" bottomspace="1mm">
25720 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25721 \begin_inset Text
25722
25723 \begin_layout Plain Layout
25724
25725 \backslash
25726 varinjlim
25727 \end_layout
25728
25729 \end_inset
25730 </cell>
25731 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25732 \begin_inset Text
25733
25734 \begin_layout Plain Layout
25735 \begin_inset Formula $\varinjlim$
25736 \end_inset
25737
25738
25739 \end_layout
25740
25741 \end_inset
25742 </cell>
25743 </row>
25744 </lyxtabular>
25745
25746 \end_inset
25747
25748
25749 \end_layout
25750
25751 \begin_layout Standard
25752 \begin_inset VSpace medskip
25753 \end_inset
25754
25755 The limit is created by inserting a subscript.
25756  It is set right beside the function in an inline formula:
25757 \end_layout
25758
25759 \begin_layout Standard
25760 \align center
25761 \begin_inset Tabular
25762 <lyxtabular version="3" rows="2" columns="2">
25763 <features booktabs="true" tabularvalignment="middle">
25764 <column alignment="center" valignment="top" width="0pt">
25765 <column alignment="center" valignment="top" width="0pt">
25766 <row>
25767 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25768 \begin_inset Text
25769
25770 \begin_layout Plain Layout
25771 Command
25772 \end_layout
25773
25774 \end_inset
25775 </cell>
25776 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25777 \begin_inset Text
25778
25779 \begin_layout Plain Layout
25780 Result
25781 \end_layout
25782
25783 \end_inset
25784 </cell>
25785 </row>
25786 <row>
25787 <cell alignment="center" valignment="top" usebox="none">
25788 \begin_inset Text
25789
25790 \begin_layout Plain Layout
25791
25792 \backslash
25793 lim_x
25794 \backslash
25795 to
25796 \begin_inset space \textvisiblespace{}
25797 \end_inset
25798
25799 A
25800 \begin_inset space \textvisiblespace{}
25801 \end_inset
25802
25803 x=B
25804 \end_layout
25805
25806 \end_inset
25807 </cell>
25808 <cell alignment="center" valignment="top" usebox="none">
25809 \begin_inset Text
25810
25811 \begin_layout Plain Layout
25812 \begin_inset Formula $\lim_{x\to A}x=B$
25813 \end_inset
25814
25815
25816 \end_layout
25817
25818 \end_inset
25819 </cell>
25820 </row>
25821 </lyxtabular>
25822
25823 \end_inset
25824
25825
25826 \end_layout
25827
25828 \begin_layout Standard
25829 In a displayed formula the limit is set below the formula, as usual:
25830 \begin_inset Formula 
25831 \[
25832 \lim_{x\to A}x=B
25833 \]
25834
25835 \end_inset
25836
25837
25838 \end_layout
25839
25840 \begin_layout Standard
25841 \begin_inset VSpace medskip
25842 \end_inset
25843
25844
25845 \end_layout
25846
25847 \begin_layout Standard
25848 How to adjust the typesetting of the limits see 
25849 \begin_inset CommandInset ref
25850 LatexCommand ref
25851 reference "subsec:Operator-Limits"
25852
25853 \end_inset
25854
25855 .
25856 \end_layout
25857
25858 \begin_layout Subsection
25859 Modulo-Functions
25860 \begin_inset Index idx
25861 status collapsed
25862
25863 \begin_layout Plain Layout
25864 Functions ! modulo-
25865 \end_layout
25866
25867 \end_inset
25868
25869
25870 \end_layout
25871
25872 \begin_layout Standard
25873 The modulo-function is special, because it exists in four variants.
25874  The variants in a displayed formula are:
25875 \begin_inset Formula 
25876 \begin{align*}
25877 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25878 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25879 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25880 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25881 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25882 \end{align*}
25883
25884 \end_inset
25885
25886
25887 \end_layout
25888
25889 \begin_layout Standard
25890 In an inline formula less space is set before the function names for all
25891  variants.
25892  By default the modulo-functions take only the first following character
25893  into account.
25894  To use more than one character, one has to put them into \SpecialChar TeX
25895  braces:
25896 \begin_inset Formula 
25897 \begin{align*}
25898 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25899 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25900 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25901 \end{align*}
25902
25903 \end_inset
25904
25905
25906 \end_layout
25907
25908 \begin_layout Section
25909 Special Characters
25910 \begin_inset Index idx
25911 status collapsed
25912
25913 \begin_layout Plain Layout
25914 Special characters
25915 \end_layout
25916
25917 \end_inset
25918
25919
25920 \end_layout
25921
25922 \begin_layout Standard
25923 The characters ^ and _ would normally create a superscript and subscript,
25924  respectively.
25925  To get these characters you have to insert them with a leading 
25926 \backslash
25927 :
25928 \begin_inset Separator parbreak
25929 \end_inset
25930
25931
25932 \end_layout
25933
25934 \begin_layout Standard
25935 \noindent
25936 \align center
25937 \begin_inset Tabular
25938 <lyxtabular version="3" rows="3" columns="2">
25939 <features booktabs="true" tabularvalignment="middle">
25940 <column alignment="left" valignment="top" width="0pt">
25941 <column alignment="block" valignment="top">
25942 <row>
25943 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25944 \begin_inset Text
25945
25946 \begin_layout Plain Layout
25947 Command
25948 \end_layout
25949
25950 \end_inset
25951 </cell>
25952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25953 \begin_inset Text
25954
25955 \begin_layout Plain Layout
25956 Result
25957 \end_layout
25958
25959 \end_inset
25960 </cell>
25961 </row>
25962 <row>
25963 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25964 \begin_inset Text
25965
25966 \begin_layout Plain Layout
25967
25968 \backslash
25969 ^
25970 \begin_inset space \textvisiblespace{}
25971 \end_inset
25972
25973
25974 \end_layout
25975
25976 \end_inset
25977 </cell>
25978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25979 \begin_inset Text
25980
25981 \begin_layout Plain Layout
25982 \begin_inset Formula $\mathcircumflex$
25983 \end_inset
25984
25985
25986 \end_layout
25987
25988 \end_inset
25989 </cell>
25990 </row>
25991 <row>
25992 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
25993 \begin_inset Text
25994
25995 \begin_layout Plain Layout
25996
25997 \backslash
25998 _
25999 \end_layout
26000
26001 \end_inset
26002 </cell>
26003 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26004 \begin_inset Text
26005
26006 \begin_layout Plain Layout
26007 \begin_inset Formula $\_$
26008 \end_inset
26009
26010
26011 \end_layout
26012
26013 \end_inset
26014 </cell>
26015 </row>
26016 </lyxtabular>
26017
26018 \end_inset
26019
26020
26021 \end_layout
26022
26023 \begin_layout Subsection
26024 Special Characters in Mathematical Text
26025 \end_layout
26026
26027 \begin_layout Standard
26028 The following commands can only be used in mathematical text or in \SpecialChar TeX
26029  mode:
26030 \end_layout
26031
26032 \begin_layout Standard
26033 \begin_inset space \hfill{}
26034 \end_inset
26035
26036
26037 \begin_inset Tabular
26038 <lyxtabular version="3" rows="8" columns="2">
26039 <features booktabs="true" tabularvalignment="middle">
26040 <column alignment="left" valignment="top" width="0pt">
26041 <column alignment="block" valignment="top">
26042 <row>
26043 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26044 \begin_inset Text
26045
26046 \begin_layout Plain Layout
26047 Command
26048 \end_layout
26049
26050 \end_inset
26051 </cell>
26052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26053 \begin_inset Text
26054
26055 \begin_layout Plain Layout
26056 Result
26057 \end_layout
26058
26059 \end_inset
26060 </cell>
26061 </row>
26062 <row>
26063 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26064 \begin_inset Text
26065
26066 \begin_layout Plain Layout
26067
26068 \backslash
26069 oe
26070 \end_layout
26071
26072 \end_inset
26073 </cell>
26074 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26075 \begin_inset Text
26076
26077 \begin_layout Plain Layout
26078 \begin_inset Formula $\textrm{œ}$
26079 \end_inset
26080
26081
26082 \end_layout
26083
26084 \end_inset
26085 </cell>
26086 </row>
26087 <row>
26088 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26089 \begin_inset Text
26090
26091 \begin_layout Plain Layout
26092
26093 \backslash
26094 OE
26095 \end_layout
26096
26097 \end_inset
26098 </cell>
26099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26100 \begin_inset Text
26101
26102 \begin_layout Plain Layout
26103 \begin_inset Formula $\textrm{Œ}$
26104 \end_inset
26105
26106
26107 \end_layout
26108
26109 \end_inset
26110 </cell>
26111 </row>
26112 <row>
26113 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26114 \begin_inset Text
26115
26116 \begin_layout Plain Layout
26117
26118 \backslash
26119 ae
26120 \end_layout
26121
26122 \end_inset
26123 </cell>
26124 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26125 \begin_inset Text
26126
26127 \begin_layout Plain Layout
26128 \begin_inset Formula $\textrm{æ}$
26129 \end_inset
26130
26131
26132 \end_layout
26133
26134 \end_inset
26135 </cell>
26136 </row>
26137 <row>
26138 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26139 \begin_inset Text
26140
26141 \begin_layout Plain Layout
26142
26143 \backslash
26144 AE
26145 \end_layout
26146
26147 \end_inset
26148 </cell>
26149 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26150 \begin_inset Text
26151
26152 \begin_layout Plain Layout
26153 \begin_inset Formula $\textrm{Æ}$
26154 \end_inset
26155
26156
26157 \end_layout
26158
26159 \end_inset
26160 </cell>
26161 </row>
26162 <row>
26163 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26164 \begin_inset Text
26165
26166 \begin_layout Plain Layout
26167
26168 \backslash
26169 aa
26170 \end_layout
26171
26172 \end_inset
26173 </cell>
26174 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26175 \begin_inset Text
26176
26177 \begin_layout Plain Layout
26178 \begin_inset Formula $\textrm{\aa}$
26179 \end_inset
26180
26181
26182 \end_layout
26183
26184 \end_inset
26185 </cell>
26186 </row>
26187 <row>
26188 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26189 \begin_inset Text
26190
26191 \begin_layout Plain Layout
26192
26193 \backslash
26194 AA
26195 \begin_inset Index idx
26196 status collapsed
26197
26198 \begin_layout Plain Layout
26199
26200 \backslash
26201 @
26202 \begin_inset ERT
26203 status collapsed
26204
26205 \begin_layout Plain Layout
26206
26207
26208 \backslash
26209 textrm{
26210 \backslash
26211 AA}
26212 \end_layout
26213
26214 \end_inset
26215
26216
26217 \end_layout
26218
26219 \end_inset
26220
26221
26222 \end_layout
26223
26224 \end_inset
26225 </cell>
26226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26227 \begin_inset Text
26228
26229 \begin_layout Plain Layout
26230 \begin_inset Formula $\textrm{Å}$
26231 \end_inset
26232
26233
26234 \end_layout
26235
26236 \end_inset
26237 </cell>
26238 </row>
26239 <row>
26240 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26241 \begin_inset Text
26242
26243 \begin_layout Plain Layout
26244
26245 \backslash
26246 i
26247 \end_layout
26248
26249 \end_inset
26250 </cell>
26251 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26252 \begin_inset Text
26253
26254 \begin_layout Plain Layout
26255 \begin_inset Formula $\textrm{ı}$
26256 \end_inset
26257
26258
26259 \end_layout
26260
26261 \end_inset
26262 </cell>
26263 </row>
26264 </lyxtabular>
26265
26266 \end_inset
26267
26268
26269 \begin_inset space \hfill{}
26270 \end_inset
26271
26272
26273 \begin_inset Tabular
26274 <lyxtabular version="3" rows="8" columns="2">
26275 <features booktabs="true" tabularvalignment="middle">
26276 <column alignment="left" valignment="top" width="0pt">
26277 <column alignment="center" valignment="top">
26278 <row>
26279 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26280 \begin_inset Text
26281
26282 \begin_layout Plain Layout
26283 Command
26284 \begin_inset Note Note
26285 status collapsed
26286
26287 \begin_layout Plain Layout
26288 The space of 0
26289 \begin_inset space \thinspace{}
26290 \end_inset
26291
26292 mm is used for separation, because otherwise the output will be ¡ and ¿
26293  respectively.
26294 \end_layout
26295
26296 \end_inset
26297
26298
26299 \end_layout
26300
26301 \end_inset
26302 </cell>
26303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26304 \begin_inset Text
26305
26306 \begin_layout Plain Layout
26307 Result
26308 \end_layout
26309
26310 \end_inset
26311 </cell>
26312 </row>
26313 <row>
26314 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26315 \begin_inset Text
26316
26317 \begin_layout Plain Layout
26318
26319 \backslash
26320 o
26321 \end_layout
26322
26323 \end_inset
26324 </cell>
26325 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26326 \begin_inset Text
26327
26328 \begin_layout Plain Layout
26329 \begin_inset Formula $\textrm{ø}$
26330 \end_inset
26331
26332
26333 \end_layout
26334
26335 \end_inset
26336 </cell>
26337 </row>
26338 <row>
26339 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26340 \begin_inset Text
26341
26342 \begin_layout Plain Layout
26343
26344 \backslash
26345 O
26346 \end_layout
26347
26348 \end_inset
26349 </cell>
26350 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26351 \begin_inset Text
26352
26353 \begin_layout Plain Layout
26354 \begin_inset Formula $\textrm{Ø}$
26355 \end_inset
26356
26357
26358 \end_layout
26359
26360 \end_inset
26361 </cell>
26362 </row>
26363 <row>
26364 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26365 \begin_inset Text
26366
26367 \begin_layout Plain Layout
26368
26369 \backslash
26370 l
26371 \end_layout
26372
26373 \end_inset
26374 </cell>
26375 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26376 \begin_inset Text
26377
26378 \begin_layout Plain Layout
26379 \begin_inset Formula $\textrm{ł}$
26380 \end_inset
26381
26382
26383 \end_layout
26384
26385 \end_inset
26386 </cell>
26387 </row>
26388 <row>
26389 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26390 \begin_inset Text
26391
26392 \begin_layout Plain Layout
26393
26394 \backslash
26395 L
26396 \end_layout
26397
26398 \end_inset
26399 </cell>
26400 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26401 \begin_inset Text
26402
26403 \begin_layout Plain Layout
26404 \begin_inset Formula $\textrm{Ł}$
26405 \end_inset
26406
26407
26408 \end_layout
26409
26410 \end_inset
26411 </cell>
26412 </row>
26413 <row>
26414 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26415 \begin_inset Text
26416
26417 \begin_layout Plain Layout
26418 !
26419 \begin_inset space \hspace{}
26420 \length 0mm
26421 \end_inset
26422
26423 `
26424 \begin_inset space \textvisiblespace{}
26425 \end_inset
26426
26427
26428 \end_layout
26429
26430 \end_inset
26431 </cell>
26432 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26433 \begin_inset Text
26434
26435 \begin_layout Plain Layout
26436 \begin_inset Formula $\textrm{!`}$
26437 \end_inset
26438
26439
26440 \end_layout
26441
26442 \end_inset
26443 </cell>
26444 </row>
26445 <row>
26446 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26447 \begin_inset Text
26448
26449 \begin_layout Plain Layout
26450 ?
26451 \begin_inset space \hspace{}
26452 \length 0mm
26453 \end_inset
26454
26455 `
26456 \begin_inset space \textvisiblespace{}
26457 \end_inset
26458
26459
26460 \end_layout
26461
26462 \end_inset
26463 </cell>
26464 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26465 \begin_inset Text
26466
26467 \begin_layout Plain Layout
26468 \begin_inset Formula $\textrm{?`}$
26469 \end_inset
26470
26471
26472 \end_layout
26473
26474 \end_inset
26475 </cell>
26476 </row>
26477 <row>
26478 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26479 \begin_inset Text
26480
26481 \begin_layout Plain Layout
26482
26483 \backslash
26484 j
26485 \end_layout
26486
26487 \end_inset
26488 </cell>
26489 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26490 \begin_inset Text
26491
26492 \begin_layout Plain Layout
26493 \begin_inset Formula $\textrm{ȷ}$
26494 \end_inset
26495
26496
26497 \end_layout
26498
26499 \end_inset
26500 </cell>
26501 </row>
26502 </lyxtabular>
26503
26504 \end_inset
26505
26506
26507 \begin_inset space \hfill{}
26508 \end_inset
26509
26510
26511 \end_layout
26512
26513 \begin_layout Standard
26514 The characters 
26515 \begin_inset Formula $\textrm{\textrm{Å}}$
26516 \end_inset
26517
26518  and 
26519 \begin_inset Formula $\textrm{\textrm{Ø}}$
26520 \end_inset
26521
26522  can also be inserted via the math toolbar button 
26523 \begin_inset Info
26524 type  "icon"
26525 arg   "math-insert \\digamma"
26526 \end_inset
26527
26528 .
26529 \end_layout
26530
26531 \begin_layout Standard
26532 An exception are the commands 
26533 \series bold
26534 !
26535 \begin_inset space \hspace{}
26536 \length 0mm
26537 \end_inset
26538
26539 `
26540 \series default
26541  and 
26542 \series bold
26543 ?
26544 \begin_inset space \hspace{}
26545 \length 0mm
26546 \end_inset
26547
26548 `
26549 \series default
26550 , because they can be inserted in \SpecialChar LyX
26551  directly to text.
26552 \end_layout
26553
26554 \begin_layout Subsection
26555 Accents in Text
26556 \begin_inset CommandInset label
26557 LatexCommand label
26558 name "subsec:Accents-in-Text"
26559
26560 \end_inset
26561
26562
26563 \begin_inset Index idx
26564 status collapsed
26565
26566 \begin_layout Plain Layout
26567 Accents ! in text
26568 \end_layout
26569
26570 \end_inset
26571
26572
26573 \end_layout
26574
26575 \begin_layout Standard
26576 With the following commands all letters can be accented.
26577  The commands must be inserted in \SpecialChar TeX
26578  mode.
26579 \end_layout
26580
26581 \begin_layout Standard
26582 \begin_inset space \hfill{}
26583 \end_inset
26584
26585
26586 \begin_inset Tabular
26587 <lyxtabular version="3" rows="8" columns="2">
26588 <features booktabs="true" tabularvalignment="middle">
26589 <column alignment="left" valignment="top" width="0pt">
26590 <column alignment="block" valignment="top">
26591 <row>
26592 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26593 \begin_inset Text
26594
26595 \begin_layout Plain Layout
26596 Command
26597 \end_layout
26598
26599 \end_inset
26600 </cell>
26601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26602 \begin_inset Text
26603
26604 \begin_layout Plain Layout
26605 Result
26606 \end_layout
26607
26608 \end_inset
26609 </cell>
26610 </row>
26611 <row>
26612 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26613 \begin_inset Text
26614
26615 \begin_layout Plain Layout
26616
26617 \backslash
26618
26619 \begin_inset Quotes grd
26620 \end_inset
26621
26622 e
26623 \end_layout
26624
26625 \end_inset
26626 </cell>
26627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26628 \begin_inset Text
26629
26630 \begin_layout Plain Layout
26631 \begin_inset ERT
26632 status collapsed
26633
26634 \begin_layout Plain Layout
26635
26636
26637 \backslash
26638 "e
26639 \end_layout
26640
26641 \end_inset
26642
26643
26644 \end_layout
26645
26646 \end_inset
26647 </cell>
26648 </row>
26649 <row>
26650 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26651 \begin_inset Text
26652
26653 \begin_layout Plain Layout
26654
26655 \backslash
26656 `e
26657 \end_layout
26658
26659 \end_inset
26660 </cell>
26661 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26662 \begin_inset Text
26663
26664 \begin_layout Plain Layout
26665 \begin_inset ERT
26666 status collapsed
26667
26668 \begin_layout Plain Layout
26669
26670
26671 \backslash
26672 `e
26673 \end_layout
26674
26675 \end_inset
26676
26677
26678 \end_layout
26679
26680 \end_inset
26681 </cell>
26682 </row>
26683 <row>
26684 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26685 \begin_inset Text
26686
26687 \begin_layout Plain Layout
26688
26689 \backslash
26690 ^
26691 \begin_inset space \textvisiblespace{}
26692 \end_inset
26693
26694 e
26695 \end_layout
26696
26697 \end_inset
26698 </cell>
26699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26700 \begin_inset Text
26701
26702 \begin_layout Plain Layout
26703 \begin_inset ERT
26704 status collapsed
26705
26706 \begin_layout Plain Layout
26707
26708
26709 \backslash
26710 ^e
26711 \end_layout
26712
26713 \end_inset
26714
26715
26716 \end_layout
26717
26718 \end_inset
26719 </cell>
26720 </row>
26721 <row>
26722 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26723 \begin_inset Text
26724
26725 \begin_layout Plain Layout
26726
26727 \backslash
26728 =e
26729 \end_layout
26730
26731 \end_inset
26732 </cell>
26733 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26734 \begin_inset Text
26735
26736 \begin_layout Plain Layout
26737 \begin_inset ERT
26738 status collapsed
26739
26740 \begin_layout Plain Layout
26741
26742
26743 \backslash
26744 =e
26745 \end_layout
26746
26747 \end_inset
26748
26749
26750 \end_layout
26751
26752 \end_inset
26753 </cell>
26754 </row>
26755 <row>
26756 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26757 \begin_inset Text
26758
26759 \begin_layout Plain Layout
26760
26761 \backslash
26762 u
26763 \begin_inset space \textvisiblespace{}
26764 \end_inset
26765
26766 e
26767 \end_layout
26768
26769 \end_inset
26770 </cell>
26771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26772 \begin_inset Text
26773
26774 \begin_layout Plain Layout
26775 \begin_inset ERT
26776 status collapsed
26777
26778 \begin_layout Plain Layout
26779
26780
26781 \backslash
26782 u e
26783 \end_layout
26784
26785 \end_inset
26786
26787
26788 \end_layout
26789
26790 \end_inset
26791 </cell>
26792 </row>
26793 <row>
26794 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26795 \begin_inset Text
26796
26797 \begin_layout Plain Layout
26798
26799 \backslash
26800 b
26801 \begin_inset space \textvisiblespace{}
26802 \end_inset
26803
26804 e
26805 \end_layout
26806
26807 \end_inset
26808 </cell>
26809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26810 \begin_inset Text
26811
26812 \begin_layout Plain Layout
26813 \begin_inset ERT
26814 status collapsed
26815
26816 \begin_layout Plain Layout
26817
26818
26819 \backslash
26820 b e
26821 \end_layout
26822
26823 \end_inset
26824
26825
26826 \end_layout
26827
26828 \end_inset
26829 </cell>
26830 </row>
26831 <row>
26832 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26833 \begin_inset Text
26834
26835 \begin_layout Plain Layout
26836
26837 \backslash
26838 t
26839 \begin_inset space \textvisiblespace{}
26840 \end_inset
26841
26842 ee
26843 \end_layout
26844
26845 \end_inset
26846 </cell>
26847 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26848 \begin_inset Text
26849
26850 \begin_layout Plain Layout
26851 \begin_inset ERT
26852 status collapsed
26853
26854 \begin_layout Plain Layout
26855
26856
26857 \backslash
26858 t ee
26859 \end_layout
26860
26861 \end_inset
26862
26863
26864 \end_layout
26865
26866 \end_inset
26867 </cell>
26868 </row>
26869 </lyxtabular>
26870
26871 \end_inset
26872
26873
26874 \begin_inset space \hfill{}
26875 \end_inset
26876
26877
26878 \begin_inset Tabular
26879 <lyxtabular version="3" rows="8" columns="2">
26880 <features booktabs="true" tabularvalignment="middle">
26881 <column alignment="left" valignment="top" width="0pt">
26882 <column alignment="center" valignment="top">
26883 <row>
26884 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26885 \begin_inset Text
26886
26887 \begin_layout Plain Layout
26888 Command
26889 \end_layout
26890
26891 \end_inset
26892 </cell>
26893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26894 \begin_inset Text
26895
26896 \begin_layout Plain Layout
26897 Result
26898 \end_layout
26899
26900 \end_inset
26901 </cell>
26902 </row>
26903 <row>
26904 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26905 \begin_inset Text
26906
26907 \begin_layout Plain Layout
26908
26909 \backslash
26910 H
26911 \begin_inset space \textvisiblespace{}
26912 \end_inset
26913
26914 e
26915 \end_layout
26916
26917 \end_inset
26918 </cell>
26919 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26920 \begin_inset Text
26921
26922 \begin_layout Plain Layout
26923 \begin_inset ERT
26924 status collapsed
26925
26926 \begin_layout Plain Layout
26927
26928
26929 \backslash
26930 H e
26931 \end_layout
26932
26933 \end_inset
26934
26935
26936 \end_layout
26937
26938 \end_inset
26939 </cell>
26940 </row>
26941 <row>
26942 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26943 \begin_inset Text
26944
26945 \begin_layout Plain Layout
26946
26947 \backslash
26948 'e
26949 \end_layout
26950
26951 \end_inset
26952 </cell>
26953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26954 \begin_inset Text
26955
26956 \begin_layout Plain Layout
26957 \begin_inset ERT
26958 status collapsed
26959
26960 \begin_layout Plain Layout
26961
26962
26963 \backslash
26964 'e
26965 \end_layout
26966
26967 \end_inset
26968
26969
26970 \end_layout
26971
26972 \end_inset
26973 </cell>
26974 </row>
26975 <row>
26976 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26977 \begin_inset Text
26978
26979 \begin_layout Plain Layout
26980
26981 \backslash
26982 ~e
26983 \begin_inset Index idx
26984 status collapsed
26985
26986 \begin_layout Plain Layout
26987 Tilde
26988 \end_layout
26989
26990 \end_inset
26991
26992
26993 \end_layout
26994
26995 \end_inset
26996 </cell>
26997 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26998 \begin_inset Text
26999
27000 \begin_layout Plain Layout
27001 \begin_inset ERT
27002 status collapsed
27003
27004 \begin_layout Plain Layout
27005
27006
27007 \backslash
27008 ~e
27009 \end_layout
27010
27011 \end_inset
27012
27013
27014 \end_layout
27015
27016 \end_inset
27017 </cell>
27018 </row>
27019 <row>
27020 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27021 \begin_inset Text
27022
27023 \begin_layout Plain Layout
27024
27025 \backslash
27026 .e
27027 \end_layout
27028
27029 \end_inset
27030 </cell>
27031 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27032 \begin_inset Text
27033
27034 \begin_layout Plain Layout
27035 \begin_inset ERT
27036 status collapsed
27037
27038 \begin_layout Plain Layout
27039
27040
27041 \backslash
27042 .e
27043 \end_layout
27044
27045 \end_inset
27046
27047
27048 \end_layout
27049
27050 \end_inset
27051 </cell>
27052 </row>
27053 <row>
27054 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27055 \begin_inset Text
27056
27057 \begin_layout Plain Layout
27058
27059 \backslash
27060 v
27061 \begin_inset space \textvisiblespace{}
27062 \end_inset
27063
27064 e
27065 \end_layout
27066
27067 \end_inset
27068 </cell>
27069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27070 \begin_inset Text
27071
27072 \begin_layout Plain Layout
27073 \begin_inset ERT
27074 status collapsed
27075
27076 \begin_layout Plain Layout
27077
27078
27079 \backslash
27080 v e
27081 \end_layout
27082
27083 \end_inset
27084
27085
27086 \end_layout
27087
27088 \end_inset
27089 </cell>
27090 </row>
27091 <row>
27092 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27093 \begin_inset Text
27094
27095 \begin_layout Plain Layout
27096
27097 \backslash
27098 d
27099 \begin_inset space \textvisiblespace{}
27100 \end_inset
27101
27102 e
27103 \end_layout
27104
27105 \end_inset
27106 </cell>
27107 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27108 \begin_inset Text
27109
27110 \begin_layout Plain Layout
27111 \begin_inset ERT
27112 status collapsed
27113
27114 \begin_layout Plain Layout
27115
27116
27117 \backslash
27118 d e
27119 \end_layout
27120
27121 \end_inset
27122
27123
27124 \end_layout
27125
27126 \end_inset
27127 </cell>
27128 </row>
27129 <row>
27130 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27131 \begin_inset Text
27132
27133 \begin_layout Plain Layout
27134
27135 \backslash
27136 c
27137 \begin_inset space \textvisiblespace{}
27138 \end_inset
27139
27140 e
27141 \end_layout
27142
27143 \end_inset
27144 </cell>
27145 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27146 \begin_inset Text
27147
27148 \begin_layout Plain Layout
27149 \begin_inset ERT
27150 status collapsed
27151
27152 \begin_layout Plain Layout
27153
27154
27155 \backslash
27156 c e
27157 \end_layout
27158
27159 \end_inset
27160
27161
27162 \end_layout
27163
27164 \end_inset
27165 </cell>
27166 </row>
27167 </lyxtabular>
27168
27169 \end_inset
27170
27171
27172 \begin_inset space \hfill{}
27173 \end_inset
27174
27175
27176 \end_layout
27177
27178 \begin_layout Standard
27179 \begin_inset VSpace medskip
27180 \end_inset
27181
27182 With the command 
27183 \series bold
27184
27185 \backslash
27186 t
27187 \series default
27188  also two different characters can be accented.
27189  The command 
27190 \series bold
27191
27192 \backslash
27193 t
27194 \begin_inset space \textvisiblespace{}
27195 \end_inset
27196
27197 sz
27198 \series default
27199  creates: 
27200 \begin_inset ERT
27201 status collapsed
27202
27203 \begin_layout Plain Layout
27204
27205
27206 \backslash
27207 t sz
27208 \end_layout
27209
27210 \end_inset
27211
27212
27213 \end_layout
27214
27215 \begin_layout Standard
27216 The accents 
27217 \series bold
27218 `
27219 \series default
27220  , 
27221 \series bold
27222 '
27223 \series default
27224  and 
27225 \series bold
27226 ^
27227 \series default
27228  can in combination with vowels directly be inserted with the keyboard without
27229  using \SpecialChar TeX
27230  mode.
27231  The same applies for the tilde
27232 \begin_inset Foot
27233 status collapsed
27234
27235 \begin_layout Plain Layout
27236 This only applies for keyboards where the tilde is defined as accent.
27237 \end_layout
27238
27239 \end_inset
27240
27241  
27242 \series bold
27243 ~
27244 \series default
27245  in combination with 
27246 \emph on
27247 a
27248 \emph default
27249  , 
27250 \emph on
27251 n
27252 \emph default
27253  , or 
27254 \emph on
27255 o
27256 \emph default
27257 .
27258 \end_layout
27259
27260 \begin_layout Standard
27261 The commands 
27262 \series bold
27263
27264 \backslash
27265 b
27266 \series default
27267  , 
27268 \series bold
27269
27270 \backslash
27271 c
27272 \series default
27273  , 
27274 \series bold
27275
27276 \backslash
27277 d
27278 \series default
27279  , 
27280 \series bold
27281
27282 \backslash
27283 H
27284 \series default
27285  , 
27286 \series bold
27287
27288 \backslash
27289 t
27290 \series default
27291  , 
27292 \series bold
27293
27294 \backslash
27295 u
27296 \series default
27297  , 
27298 \series bold
27299
27300 \backslash
27301 v
27302 \series default
27303  and accents that are inserted directly with the keyboard are also available
27304  in mathematical text.
27305  For the other accents there are special math commands to be used in formulas,
27306  see 
27307 \begin_inset CommandInset ref
27308 LatexCommand ref
27309 reference "subsec:Accents-for-one"
27310
27311 \end_inset
27312
27313 .
27314 \end_layout
27315
27316 \begin_layout Standard
27317 \begin_inset VSpace bigskip
27318 \end_inset
27319
27320 Furthermore, with the command 
27321 \series bold
27322
27323 \backslash
27324 textcircled
27325 \series default
27326
27327 \begin_inset Index idx
27328 status collapsed
27329
27330 \begin_layout Plain Layout
27331 Commands ! T ! 
27332 \backslash
27333 textcircled
27334 \end_layout
27335
27336 \end_inset
27337
27338  all numbers and letters can be set into a circle, quasi accented with a
27339  circle, similar to the copyright symbol.
27340 \end_layout
27341
27342 \begin_layout Standard
27343 \align center
27344 \begin_inset Tabular
27345 <lyxtabular version="3" rows="3" columns="2">
27346 <features booktabs="true" tabularvalignment="middle">
27347 <column alignment="center" valignment="top" width="0pt">
27348 <column alignment="center" valignment="top">
27349 <row>
27350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27351 \begin_inset Text
27352
27353 \begin_layout Plain Layout
27354 Command
27355 \end_layout
27356
27357 \end_inset
27358 </cell>
27359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27360 \begin_inset Text
27361
27362 \begin_layout Plain Layout
27363 Result
27364 \end_layout
27365
27366 \end_inset
27367 </cell>
27368 </row>
27369 <row>
27370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27371 \begin_inset Text
27372
27373 \begin_layout Plain Layout
27374
27375 \backslash
27376 textcircled{w}
27377 \end_layout
27378
27379 \end_inset
27380 </cell>
27381 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27382 \begin_inset Text
27383
27384 \begin_layout Plain Layout
27385 \begin_inset ERT
27386 status collapsed
27387
27388 \begin_layout Plain Layout
27389
27390
27391 \backslash
27392 textcircled{w}
27393 \end_layout
27394
27395 \end_inset
27396
27397
27398 \end_layout
27399
27400 \end_inset
27401 </cell>
27402 </row>
27403 <row topspace="1mm">
27404 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27405 \begin_inset Text
27406
27407 \begin_layout Plain Layout
27408
27409 \backslash
27410 Large 
27411 \backslash
27412 textcircled{
27413 \backslash
27414 normalsize
27415 \backslash
27416 protect
27417 \backslash
27418 raisebox{-1.5pt}{W}}
27419 \end_layout
27420
27421 \end_inset
27422 </cell>
27423 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27424 \begin_inset Text
27425
27426 \begin_layout Plain Layout
27427 \begin_inset ERT
27428 status collapsed
27429
27430 \begin_layout Plain Layout
27431
27432
27433 \backslash
27434 Large 
27435 \backslash
27436 textcircled{
27437 \backslash
27438 normalsize
27439 \backslash
27440 protect
27441 \backslash
27442 raisebox{-1.5pt}W}
27443 \end_layout
27444
27445 \end_inset
27446
27447
27448 \end_layout
27449
27450 \end_inset
27451 </cell>
27452 </row>
27453 </lyxtabular>
27454
27455 \end_inset
27456
27457
27458 \end_layout
27459
27460 \begin_layout Standard
27461 One has to take care that the character fits in the circle.
27462  
27463 \series bold
27464
27465 \backslash
27466 Large
27467 \series default
27468
27469 \begin_inset Foot
27470 status collapsed
27471
27472 \begin_layout Plain Layout
27473 see 
27474 \begin_inset CommandInset ref
27475 LatexCommand ref
27476 reference "subsec:Font-Sizes"
27477
27478 \end_inset
27479
27480
27481 \end_layout
27482
27483 \end_inset
27484
27485  specifies thereby the size of the circle.
27486  With the help of 
27487 \series bold
27488
27489 \backslash
27490 raisebox
27491 \series default
27492
27493 \begin_inset Foot
27494 status collapsed
27495
27496 \begin_layout Plain Layout
27497 see 
27498 \begin_inset CommandInset ref
27499 LatexCommand ref
27500 reference "subsec:Boxes-without-Frame"
27501
27502 \end_inset
27503
27504
27505 \end_layout
27506
27507 \end_inset
27508
27509  the character can be centered.
27510 \end_layout
27511
27512 \begin_layout Subsection
27513 Old-style Figures
27514 \begin_inset Index idx
27515 status collapsed
27516
27517 \begin_layout Plain Layout
27518 Old-style Figures
27519 \end_layout
27520
27521 \end_inset
27522
27523
27524 \end_layout
27525
27526 \begin_layout Standard
27527 Old-style figures (also known as old-style numerals) are created with the
27528  command 
27529 \series bold
27530
27531 \backslash
27532 oldstylenums
27533 \series default
27534
27535 \begin_inset Index idx
27536 status collapsed
27537
27538 \begin_layout Plain Layout
27539 Commands ! O ! 
27540 \backslash
27541 oldstylenums
27542 \end_layout
27543
27544 \end_inset
27545
27546 .
27547  The command can be used in formulas and in \SpecialChar TeX
27548  mode.
27549  The command scheme is:
27550 \end_layout
27551
27552 \begin_layout Standard
27553
27554 \series bold
27555
27556 \backslash
27557 oldstylenums{number}
27558 \end_layout
27559
27560 \begin_layout Standard
27561 The command 
27562 \series bold
27563
27564 \backslash
27565 oldstylenums{0123456789
27566 \series default
27567  produces: 
27568 \begin_inset Formula $\oldstylenums{0123456789}$
27569 \end_inset
27570
27571
27572 \end_layout
27573
27574 \begin_layout Section
27575 Formula Styles
27576 \begin_inset CommandInset label
27577 LatexCommand label
27578 name "sec:Formula-Styles"
27579
27580 \end_inset
27581
27582
27583 \begin_inset Index idx
27584 status collapsed
27585
27586 \begin_layout Plain Layout
27587 Formula ! styles
27588 \end_layout
27589
27590 \end_inset
27591
27592
27593 \end_layout
27594
27595 \begin_layout Itemize
27596 There are two different alignment styles:
27597 \begin_inset Separator parbreak
27598 \end_inset
27599
27600
27601 \end_layout
27602
27603 \begin_deeper
27604 \begin_layout Description
27605 Centered is the predefined standard
27606 \end_layout
27607
27608 \begin_layout Description
27609 Indented for this the option 
27610 \series bold
27611 fleqn
27612 \series default
27613  must be inserted in the menu 
27614 \family sans
27615 Document\SpecialChar menuseparator
27616 Settings
27617 \family default
27618  under 
27619 \family sans
27620 Document
27621 \begin_inset space ~
27622 \end_inset
27623
27624 Class
27625 \end_layout
27626
27627 \begin_layout Standard
27628 When 
27629 \series bold
27630 Indented
27631 \series default
27632  is used, the indentation can be adjusted with the length 
27633 \series bold
27634
27635 \backslash
27636 mathindent
27637 \series default
27638
27639 \begin_inset Index idx
27640 status collapsed
27641
27642 \begin_layout Plain Layout
27643 Commands ! M ! 
27644 \backslash
27645 mathindent
27646 \end_layout
27647
27648 \end_inset
27649
27650 .
27651  Should the distance be 15
27652 \begin_inset space \thinspace{}
27653 \end_inset
27654
27655 mm, the following command line is inserted in the \SpecialChar LaTeX
27656 -preamble
27657 \end_layout
27658
27659 \begin_layout Standard
27660
27661 \series bold
27662
27663 \backslash
27664 setlength{
27665 \backslash
27666 mathindent}{15mm}
27667 \end_layout
27668
27669 \begin_layout Standard
27670 When no length is specified, the predefined value of 30
27671 \begin_inset space \thinspace{}
27672 \end_inset
27673
27674 pt will be used.
27675 \end_layout
27676
27677 \end_deeper
27678 \begin_layout Itemize
27679 And two different numbering styles:
27680 \begin_inset Separator parbreak
27681 \end_inset
27682
27683
27684 \end_layout
27685
27686 \begin_deeper
27687 \begin_layout Description
27688 Right is the predefined standard
27689 \end_layout
27690
27691 \begin_layout Description
27692 Left for this the option 
27693 \series bold
27694 leqno
27695 \series default
27696  must be inserted in the menu 
27697 \family sans
27698 Document\SpecialChar menuseparator
27699 Settings
27700 \family default
27701  under 
27702 \family sans
27703 Document
27704 \begin_inset space ~
27705 \end_inset
27706
27707 Class
27708 \end_layout
27709
27710 \end_deeper
27711 \begin_layout Standard
27712
27713 \series bold
27714 fleqn
27715 \series default
27716  and 
27717 \series bold
27718 leqno
27719 \series default
27720  can also be used together.
27721  In this case both options are inserted, separated by a comma.
27722 \end_layout
27723
27724 \begin_layout Standard
27725 The chosen styles are used for all displayed formulas of the document.
27726  When both, centered and indented formulas should be created in a document,
27727  the style 
27728 \series bold
27729 Centered
27730 \series default
27731  is used.
27732  The indented formulas are then set in a flalign environment, see 
27733 \begin_inset CommandInset ref
27734 LatexCommand ref
27735 reference "subsec:Flalign-Environment"
27736
27737 \end_inset
27738
27739 .
27740 \end_layout
27741
27742 \begin_layout Section
27743 Multiline Formulas
27744 \begin_inset CommandInset label
27745 LatexCommand label
27746 name "sec:Multiline-Formulas"
27747
27748 \end_inset
27749
27750
27751 \begin_inset Index idx
27752 status collapsed
27753
27754 \begin_layout Plain Layout
27755 Formula ! multiline
27756 \end_layout
27757
27758 \end_inset
27759
27760
27761 \end_layout
27762
27763 \begin_layout Subsection
27764 General
27765 \end_layout
27766
27767 \begin_layout Standard
27768 In \SpecialChar LyX
27769  multiline formulas are created by pressing 
27770 \begin_inset Info
27771 type  "shortcut"
27772 arg   "newline-insert newline"
27773 \end_inset
27774
27775  inside a formula.
27776  This creates either an 
27777 \series bold
27778 eqnarray environment
27779 \series default
27780  that is described in 
27781 \begin_inset CommandInset ref
27782 LatexCommand ref
27783 reference "subsec:Eqnarray-Environment"
27784
27785 \end_inset
27786
27787  or, when the option 
27788 \family sans
27789 Use AMS math package
27790 \family default
27791  in the document settings is selected, an 
27792 \series bold
27793 align environment
27794 \series default
27795  that is described in 
27796 \begin_inset CommandInset ref
27797 LatexCommand ref
27798 reference "subsec:Standard-align-Environment"
27799
27800 \end_inset
27801
27802 .
27803  The align environment is recommended because it provides in any case a
27804  typographically correct output.
27805 \end_layout
27806
27807 \begin_layout Standard
27808 There are other multiline formula environments that can be created via the
27809  menu 
27810 \family sans
27811 Insert\SpecialChar menuseparator
27812 Math
27813 \family default
27814 .
27815  These environments are described in the following sections.
27816 \end_layout
27817
27818 \begin_layout Standard
27819 In all multiline formula environments a new line is created by pressing
27820  
27821 \begin_inset Info
27822 type  "shortcut"
27823 arg   "newline-insert newline"
27824 \end_inset
27825
27826 .
27827  To add or delete lines, the math toolbar buttons 
27828 \begin_inset Info
27829 type  "icon"
27830 arg   "inset-modify tabular append-row"
27831 \end_inset
27832
27833  or 
27834 \begin_inset Info
27835 type  "icon"
27836 arg   "inset-modify tabular delete-row"
27837 \end_inset
27838
27839 , respectively, or the menu 
27840 \family sans
27841 Edit\SpecialChar menuseparator
27842 Rows & Columns
27843 \family default
27844  can be used.
27845 \end_layout
27846
27847 \begin_layout Subsubsection
27848 Line Separation
27849 \begin_inset CommandInset label
27850 LatexCommand label
27851 name "subsec:Line-Separation"
27852
27853 \end_inset
27854
27855
27856 \begin_inset Index idx
27857 status collapsed
27858
27859 \begin_layout Plain Layout
27860 Formula ! multiline ! Line separation
27861 \end_layout
27862
27863 \end_inset
27864
27865
27866 \end_layout
27867
27868 \begin_layout Standard
27869 There is sometimes not enough space in multiline formulas between the lines:
27870 \begin_inset Formula 
27871 \begin{eqnarray*}
27872 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}\\
27873 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
27874 \end{eqnarray*}
27875
27876 \end_inset
27877
27878
27879 \end_layout
27880
27881 \begin_layout Standard
27882 In \SpecialChar LaTeX
27883  additional line space is specified as optional argument of the new line
27884  command.
27885  This is not yet possible in \SpecialChar LyX
27886
27887 \begin_inset Foot
27888 status collapsed
27889
27890 \begin_layout Plain Layout
27891 see 
27892 \begin_inset CommandInset href
27893 LatexCommand href
27894 name "LyX-bug #1505"
27895 target "http://www.lyx.org/trac/ticket/1505"
27896
27897 \end_inset
27898
27899
27900 \end_layout
27901
27902 \end_inset
27903
27904 , therefore the whole formula must be inserted in \SpecialChar TeX
27905  mode.
27906  To add in our example space, the command 
27907 \series bold
27908
27909 \backslash
27910
27911 \backslash
27912 [3mm]
27913 \series default
27914  is inserted at the end of the first line.
27915  One gets: 
27916 \begin_inset ERT
27917 status collapsed
27918
27919 \begin_layout Plain Layout
27920
27921
27922 \backslash
27923 begin{eqnarray*}
27924 \end_layout
27925
27926 \begin_layout Plain Layout
27927
27928 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27929  = & 
27930 \backslash
27931 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27932 \backslash
27933
27934 \backslash
27935 [3mm]
27936 \end_layout
27937
27938 \begin_layout Plain Layout
27939
27940 4x^{2}
27941 \backslash
27942 left(B^{2}+x_{0}^{2}
27943 \backslash
27944 right)+4x_{0}x
27945 \backslash
27946 left(D-B^{2}
27947 \backslash
27948 right)+B^{2}
27949 \backslash
27950 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27951 \backslash
27952 right) & = & 0
27953 \end_layout
27954
27955 \begin_layout Plain Layout
27956
27957
27958 \backslash
27959 end{eqnarray*}
27960 \end_layout
27961
27962 \end_inset
27963
27964
27965 \end_layout
27966
27967 \begin_layout Standard
27968 \begin_inset VSpace bigskip
27969 \end_inset
27970
27971 To set the line separation for all lines in a formula, the length 
27972 \series bold
27973
27974 \backslash
27975 jot
27976 \series default
27977
27978 \begin_inset Index idx
27979 status collapsed
27980
27981 \begin_layout Plain Layout
27982 Commands ! J ! 
27983 \backslash
27984 jot
27985 \end_layout
27986
27987 \end_inset
27988
27989  is changed.
27990  The definition is: 
27991 \begin_inset Formula $\mbox{line separation}=\mathrm{6\,pt+\backslash jot}$
27992 \end_inset
27993
27994 .
27995  Predefined for 
27996 \series bold
27997
27998 \backslash
27999 jot
28000 \series default
28001  is the value 3
28002 \begin_inset space \thinspace{}
28003 \end_inset
28004
28005 pt.
28006  To create 3
28007 \begin_inset space \thinspace{}
28008 \end_inset
28009
28010 mm additional line separation as in the previous example, the command
28011 \end_layout
28012
28013 \begin_layout Standard
28014
28015 \series bold
28016
28017 \backslash
28018 setlength{
28019 \backslash
28020 jot}{3mm+3pt}
28021 \end_layout
28022
28023 \begin_layout Standard
28024 is inserted in \SpecialChar TeX
28025  mode before the formula.
28026  This requires that the \SpecialChar LaTeX
28027 -package 
28028 \series bold
28029 calc
28030 \series default
28031
28032 \begin_inset Foot
28033 status collapsed
28034
28035 \begin_layout Plain Layout
28036
28037 \series bold
28038 calc
28039 \series default
28040  is part of every \SpecialChar LaTeX
28041  standard installation.
28042 \end_layout
28043
28044 \end_inset
28045
28046
28047 \begin_inset Index idx
28048 status collapsed
28049
28050 \begin_layout Plain Layout
28051 Packages ! calc
28052 \end_layout
28053
28054 \end_inset
28055
28056  was loaded in \SpecialChar LaTeX
28057 -preamble with the line
28058 \end_layout
28059
28060 \begin_layout Standard
28061
28062 \series bold
28063
28064 \backslash
28065 usepackage{calc}
28066 \end_layout
28067
28068 \begin_layout Standard
28069 One gets: 
28070 \begin_inset ERT
28071 status collapsed
28072
28073 \begin_layout Plain Layout
28074
28075
28076 \backslash
28077 setlength{
28078 \backslash
28079 jot}{3mm+3pt}
28080 \end_layout
28081
28082 \end_inset
28083
28084
28085 \begin_inset Formula 
28086 \begin{eqnarray*}
28087 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}\\
28088 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
28089 \end{eqnarray*}
28090
28091 \end_inset
28092
28093
28094 \end_layout
28095
28096 \begin_layout Standard
28097 \begin_inset ERT
28098 status collapsed
28099
28100 \begin_layout Plain Layout
28101
28102
28103 \backslash
28104 setlength{
28105 \backslash
28106 jot}{3pt}
28107 \end_layout
28108
28109 \end_inset
28110
28111  To get back to the predefined distance, 
28112 \series bold
28113
28114 \backslash
28115 jot
28116 \series default
28117  is set to the value 3
28118 \begin_inset space \thinspace{}
28119 \end_inset
28120
28121 pt.
28122 \end_layout
28123
28124 \begin_layout Subsubsection
28125 Column Separation
28126 \begin_inset CommandInset label
28127 LatexCommand label
28128 name "subsec:Column-Separation"
28129
28130 \end_inset
28131
28132
28133 \begin_inset Index idx
28134 status collapsed
28135
28136 \begin_layout Plain Layout
28137 Formula ! multiline ! Column separation
28138 \end_layout
28139
28140 \end_inset
28141
28142
28143 \end_layout
28144
28145 \begin_layout Standard
28146 Multiline formulas form a matrix.
28147  A formula in the eqnarray environment is for example a matrix with three
28148  columns.
28149  By changing the column separation in this environment, the space beside
28150  the relation sign can be changed.
28151 \end_layout
28152
28153 \begin_layout Standard
28154 The column separation is specified with the length 
28155 \series bold
28156
28157 \backslash
28158 arraycolsep
28159 \series default
28160
28161 \begin_inset Index idx
28162 status collapsed
28163
28164 \begin_layout Plain Layout
28165 Commands ! A ! 
28166 \backslash
28167 arraycolsep
28168 \end_layout
28169
28170 \end_inset
28171
28172  according to:
28173 \begin_inset Newline newline
28174 \end_inset
28175
28176 column separation = 2
28177 \begin_inset space \thinspace{}
28178 \end_inset
28179
28180
28181 \series bold
28182
28183 \backslash
28184 arraycolsep
28185 \series default
28186
28187 \begin_inset Newline newline
28188 \end_inset
28189
28190 Thus, the command
28191 \end_layout
28192
28193 \begin_layout Standard
28194
28195 \series bold
28196
28197 \backslash
28198 setlength{
28199 \backslash
28200 arraycolsep}{1cm}
28201 \end_layout
28202
28203 \begin_layout Standard
28204 inserted in \SpecialChar TeX
28205  mode, sets for all following formulas a column separation of
28206  2
28207 \begin_inset space \thinspace{}
28208 \end_inset
28209
28210 cm.
28211  To get back to the predefined distance, 
28212 \series bold
28213
28214 \backslash
28215 arraycolsep
28216 \series default
28217  is set to 5
28218 \begin_inset space \thinspace{}
28219 \end_inset
28220
28221 pt.
28222 \end_layout
28223
28224 \begin_layout Standard
28225 A formula with 2
28226 \begin_inset space \thinspace{}
28227 \end_inset
28228
28229 cm column separation:
28230 \begin_inset ERT
28231 status collapsed
28232
28233 \begin_layout Plain Layout
28234
28235
28236 \backslash
28237 setlength{
28238 \backslash
28239 arraycolsep}{1cm}
28240 \end_layout
28241
28242 \end_inset
28243
28244
28245 \begin_inset Formula 
28246 \begin{eqnarray*}
28247 A & = & B\\
28248 C & \ne & A
28249 \end{eqnarray*}
28250
28251 \end_inset
28252
28253 A formula with the predefined column separation for matrices of 10
28254 \begin_inset space \thinspace{}
28255 \end_inset
28256
28257 pt:
28258 \begin_inset ERT
28259 status collapsed
28260
28261 \begin_layout Plain Layout
28262
28263
28264 \backslash
28265 setlength{
28266 \backslash
28267 arraycolsep}{5pt}
28268 \end_layout
28269
28270 \end_inset
28271
28272
28273 \begin_inset Formula 
28274 \begin{eqnarray*}
28275 A & = & B\\
28276 C & \ne & A
28277 \end{eqnarray*}
28278
28279 \end_inset
28280
28281
28282 \end_layout
28283
28284 \begin_layout Subsubsection
28285 Long Formulas
28286 \begin_inset Index idx
28287 status collapsed
28288
28289 \begin_layout Plain Layout
28290 Formula ! long
28291 \end_layout
28292
28293 \end_inset
28294
28295
28296 \end_layout
28297
28298 \begin_layout Standard
28299 Long formulas can be typeset using these methods:
28300 \end_layout
28301
28302 \begin_layout Itemize
28303 When one side of the equation is much shorter than the line width, this
28304  one is chosen for the left side and the right side is typeset over two
28305  lines:
28306 \begin_inset Formula 
28307 \begin{eqnarray}
28308 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 \\
28309  &  & -\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}
28310 \end{eqnarray}
28311
28312 \end_inset
28313
28314 The minus sign at the beginning of the second line does normally not appear
28315  as an operator because it is the first character of the line.
28316  Thus it would not be surrounded by space and could not be distinguished
28317  from the fraction bar.
28318  To avoid this, 3
28319 \begin_inset space \thinspace{}
28320 \end_inset
28321
28322 pt space was inserted behind the minus sign with the command 
28323 \series bold
28324
28325 \backslash
28326 hspace
28327 \series default
28328 .
28329 \begin_inset Foot
28330 status collapsed
28331
28332 \begin_layout Plain Layout
28333 for more about 
28334 \series bold
28335
28336 \backslash
28337 hspace
28338 \series default
28339  see 
28340 \begin_inset CommandInset ref
28341 LatexCommand ref
28342 reference "subsec:Variable-Space"
28343
28344 \end_inset
28345
28346
28347 \end_layout
28348
28349 \end_inset
28350
28351
28352 \begin_inset Index idx
28353 status collapsed
28354
28355 \begin_layout Plain Layout
28356 Commands ! H ! 
28357 \backslash
28358 hspace
28359 \end_layout
28360
28361 \end_inset
28362
28363
28364 \end_layout
28365
28366 \begin_layout Itemize
28367 When both sides of the equation are too long, the command 
28368 \series bold
28369
28370 \backslash
28371 lefteqn
28372 \series default
28373
28374 \begin_inset Index idx
28375 status collapsed
28376
28377 \begin_layout Plain Layout
28378 Commands ! L ! 
28379 \backslash
28380 lefteqn
28381 \end_layout
28382
28383 \end_inset
28384
28385  is used.
28386  It is inserted in the first column of the first line and causes all further
28387  insertions to overwrite the following columns:
28388 \begin_inset Formula 
28389 \begin{eqnarray}
28390 \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 \\
28391  &  & -\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 \\
28392  &  & =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}
28393 \end{eqnarray}
28394
28395 \end_inset
28396
28397 After the insertion of 
28398 \series bold
28399
28400 \backslash
28401 lefteqn
28402 \series default
28403 , the cursor is in a purple box that is a bit shifted to the left from the
28404  blue one.
28405  In this the formula is inserted.
28406 \begin_inset Newline newline
28407 \end_inset
28408
28409 The content of the further lines is inserted to the second or another formula
28410  column.
28411  The greater the column number where it was inserted, the larger the indentation.
28412 \begin_inset VSpace medskip
28413 \end_inset
28414
28415
28416 \begin_inset Newline newline
28417 \end_inset
28418
28419
28420 \begin_inset Note Greyedout
28421 status open
28422
28423 \begin_layout Plain Layout
28424 Note the following when using 
28425 \series bold
28426
28427 \backslash
28428 lefteqn
28429 \series default
28430 :
28431 \end_layout
28432
28433 \begin_layout Itemize
28434 The formula doesn't use the full page width.
28435  When e.
28436 \begin_inset space \thinspace{}
28437 \end_inset
28438
28439 g.
28440 \begin_inset space \space{}
28441 \end_inset
28442
28443 the term 
28444 \begin_inset Formula $-B^{2}$
28445 \end_inset
28446
28447  is added to the first line in the above example, it would have been outside
28448  the page margin.
28449  To better use the width, negative space can be inserted at the beginning
28450  of the first line.
28451 \end_layout
28452
28453 \begin_layout Itemize
28454 Due to a bug in \SpecialChar LyX
28455  the cursor cannot be set with the mouse into the first
28456  line.
28457 \begin_inset Foot
28458 status collapsed
28459
28460 \begin_layout Plain Layout
28461 \begin_inset CommandInset href
28462 LatexCommand href
28463 name "LyX-bug #1429"
28464 target "http://www.lyx.org/trac/ticket/1429"
28465
28466 \end_inset
28467
28468
28469 \end_layout
28470
28471 \end_inset
28472
28473  One can only set the cursor at the beginning of the line and move it with
28474  the arrow keys.
28475 \end_layout
28476
28477 \end_inset
28478
28479
28480 \end_layout
28481
28482 \begin_layout Itemize
28483 Other methods to set long formulas are offered by the environments described
28484  in 
28485 \begin_inset CommandInset ref
28486 LatexCommand ref
28487 reference "subsec:Multline-Environment"
28488
28489 \end_inset
28490
28491  and 
28492 \begin_inset CommandInset ref
28493 LatexCommand ref
28494 reference "subsec:Multiline-Formula-Parts"
28495
28496 \end_inset
28497
28498 .
28499 \end_layout
28500
28501 \begin_layout Subsubsection
28502 Multiline Fractions
28503 \begin_inset CommandInset label
28504 LatexCommand label
28505 name "subsec:Multiline-Fractions"
28506
28507 \end_inset
28508
28509
28510 \begin_inset Index idx
28511 status collapsed
28512
28513 \begin_layout Plain Layout
28514 Fractions ! multiline
28515 \end_layout
28516
28517 \end_inset
28518
28519
28520 \end_layout
28521
28522 \begin_layout Standard
28523 There are cases where the denominator and/or the numerator of a fraction
28524  is so long that the fraction does not fit into one line.
28525  It is then necessary to add a line break within the fraction.
28526  This can be done using the command 
28527 \series bold
28528
28529 \backslash
28530 splitfrac
28531 \series default
28532
28533 \begin_inset Index idx
28534 status collapsed
28535
28536 \begin_layout Plain Layout
28537 Commands ! S ! 
28538 \backslash
28539 splitfrac
28540 \end_layout
28541
28542 \end_inset
28543
28544 .
28545  To activate it, set in the document settings under 
28546 \family sans
28547 Math
28548 \begin_inset space ~
28549 \end_inset
28550
28551 Options
28552 \family default
28553  for the package 
28554 \series bold
28555 mathtools
28556 \series default
28557
28558 \begin_inset Index idx
28559 status collapsed
28560
28561 \begin_layout Plain Layout
28562 Packages ! mathtools
28563 \end_layout
28564
28565 \end_inset
28566
28567  the option 
28568 \family sans
28569 Load
28570 \begin_inset space ~
28571 \end_inset
28572
28573 always
28574 \family default
28575 .
28576  
28577 \series bold
28578
28579 \backslash
28580 splitfrac
28581 \series default
28582  has the scheme
28583 \end_layout
28584
28585 \begin_layout Standard
28586
28587 \series bold
28588
28589 \backslash
28590 splitfrac{first line}{second line}
28591 \end_layout
28592
28593 \begin_layout Standard
28594 and is used as denominator and/or numerator:
28595 \end_layout
28596
28597 \begin_layout Standard
28598 \begin_inset Formula 
28599 \[
28600 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}
28601 \]
28602
28603 \end_inset
28604
28605 The command for the first numerator above is:
28606 \end_layout
28607
28608 \begin_layout Standard
28609
28610 \series bold
28611
28612 \backslash
28613 splitfrac{xy+xy+xy+xy+xy
28614 \begin_inset space \textvisiblespace{}
28615 \end_inset
28616
28617
28618 \backslash
28619 {+wy+wy+wy+wy
28620 \end_layout
28621
28622 \begin_layout Subsubsection
28623 Multiline Brackets
28624 \begin_inset CommandInset label
28625 LatexCommand label
28626 name "subsec:Multiline-Brackets"
28627
28628 \end_inset
28629
28630
28631 \begin_inset Index idx
28632 status collapsed
28633
28634 \begin_layout Plain Layout
28635 Brackets ! for multiline expressions
28636 \end_layout
28637
28638 \end_inset
28639
28640
28641 \end_layout
28642
28643 \begin_layout Standard
28644 For brackets spanning multiple lines the following problem occurs:
28645 \begin_inset Formula 
28646 \begin{eqnarray*}
28647 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28648  &  & \left.\cdots+B-D\right]
28649 \end{eqnarray*}
28650
28651 \end_inset
28652
28653
28654 \end_layout
28655
28656 \begin_layout Standard
28657 The closing bracket is smaller than the opening bracket because brackets
28658  with variable size may not span multiple lines.
28659 \end_layout
28660
28661 \begin_layout Standard
28662 To set the bracket size for the second line correctly, the first line is
28663  ended with 
28664 \series bold
28665
28666 \backslash
28667 right.
28668 \series default
28669
28670 \begin_inset Index idx
28671 status collapsed
28672
28673 \begin_layout Plain Layout
28674 Commands ! R ! 
28675 \backslash
28676 right
28677 \end_layout
28678
28679 \end_inset
28680
28681  and the second line with 
28682 \series bold
28683
28684 \backslash
28685 left.
28686 \begin_inset Foot
28687 status collapsed
28688
28689 \begin_layout Plain Layout
28690 for more about 
28691 \series bold
28692
28693 \backslash
28694 left
28695 \series default
28696  and 
28697 \series bold
28698
28699 \backslash
28700 right
28701 \series default
28702  see 
28703 \begin_inset CommandInset ref
28704 LatexCommand ref
28705 reference "subsec:Automatic-Bracket-Size"
28706
28707 \end_inset
28708
28709
28710 \end_layout
28711
28712 \end_inset
28713
28714
28715 \series default
28716
28717 \begin_inset Index idx
28718 status collapsed
28719
28720 \begin_layout Plain Layout
28721 Commands ! L ! 
28722 \backslash
28723 left
28724 \end_layout
28725
28726 \end_inset
28727
28728 .
28729  After 
28730 \series bold
28731
28732 \backslash
28733 left.
28734
28735 \series default
28736  the command 
28737 \series bold
28738
28739 \backslash
28740 vphantom
28741 \series default
28742
28743 \begin_inset space \textvisiblespace{}
28744 \end_inset
28745
28746
28747 \series bold
28748
28749 \backslash
28750 prod
28751 \series default
28752 ^
28753 \begin_inset space \textvisiblespace{}
28754 \end_inset
28755
28756
28757 \series bold
28758
28759 \backslash
28760 infty
28761 \series default
28762
28763 \begin_inset space \textvisiblespace{}
28764 \end_inset
28765
28766
28767 \series bold
28768
28769 \begin_inset Formula $\downarrow$
28770 \end_inset
28771
28772 _R=1}
28773 \series default
28774
28775 \begin_inset Index idx
28776 status collapsed
28777
28778 \begin_layout Plain Layout
28779 Commands ! V ! 
28780 \backslash
28781 vphantom
28782 \end_layout
28783
28784 \end_inset
28785
28786  is inserted, because the multiplication operator with its limits is the
28787  largest symbol in the first line and this should be the size for the bracket
28788  in the second line.
28789 \end_layout
28790
28791 \begin_layout Standard
28792 The result is this:
28793 \begin_inset Formula 
28794 \begin{eqnarray*}
28795 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28796  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28797 \end{eqnarray*}
28798
28799 \end_inset
28800
28801
28802 \end_layout
28803
28804 \begin_layout Subsection
28805 Align Environments
28806 \end_layout
28807
28808 \begin_layout Standard
28809 Align environments can be used for every kind of multiline formulas.
28810  They are especially useful to set several formulas side by side.
28811 \end_layout
28812
28813 \begin_layout Standard
28814 Align environments consist of columns.
28815  The odd columns are right aligned, the even ones left aligned.
28816  Every line in an Align environment can be numbered.
28817 \end_layout
28818
28819 \begin_layout Standard
28820 Align environments are created via the menu 
28821 \family sans
28822 Insert\SpecialChar menuseparator
28823 Math
28824 \family default
28825 .
28826  With the menu 
28827 \family sans
28828 Edit\SpecialChar menuseparator
28829 Math\SpecialChar menuseparator
28830 Change Formula Type
28831 \family default
28832  already existing formulas can be converted to Align environments.
28833 \end_layout
28834
28835 \begin_layout Standard
28836 To add or delete columns, the math toolbar buttons 
28837 \begin_inset Info
28838 type  "icon"
28839 arg   "inset-modify tabular append-column"
28840 \end_inset
28841
28842  or 
28843 \begin_inset Info
28844 type  "icon"
28845 arg   "inset-modify tabular delete-column"
28846 \end_inset
28847
28848 , respectively, or the menu 
28849 \family sans
28850 Edit\SpecialChar menuseparator
28851 Rows & Columns
28852 \family default
28853  can be used.
28854 \end_layout
28855
28856 \begin_layout Subsubsection
28857 Standard align Environment
28858 \begin_inset CommandInset label
28859 LatexCommand label
28860 name "subsec:Standard-align-Environment"
28861
28862 \end_inset
28863
28864
28865 \begin_inset Index idx
28866 status collapsed
28867
28868 \begin_layout Plain Layout
28869 Formula ! multiline ! align environment
28870 \end_layout
28871
28872 \end_inset
28873
28874
28875 \end_layout
28876
28877 \begin_layout Standard
28878 This Align environment is created by pressing 
28879 \begin_inset Info
28880 type  "shortcut"
28881 arg   "newline-insert newline"
28882 \end_inset
28883
28884  in a formula or by the menu 
28885 \family sans
28886 Insert\SpecialChar menuseparator
28887 Math\SpecialChar menuseparator
28888 AMS align Environment
28889 \family default
28890 .
28891 \end_layout
28892
28893 \begin_layout Standard
28894 An example for two formulas set side by side, that are created with a four
28895  column align environment:
28896 \begin_inset Formula 
28897 \begin{align*}
28898 A & =\sin(B) & C & =D\\
28899 C & \ne A & B & \ne D
28900 \end{align*}
28901
28902 \end_inset
28903
28904 As it can be seen, the formulas in this environment are placed so as if
28905  there would be a 
28906 \series bold
28907
28908 \backslash
28909 hfill
28910 \begin_inset Foot
28911 status collapsed
28912
28913 \begin_layout Plain Layout
28914 more about 
28915 \series bold
28916
28917 \backslash
28918 hfill
28919 \series default
28920  see 
28921 \begin_inset CommandInset ref
28922 LatexCommand ref
28923 reference "subsec:Variable-Space"
28924
28925 \end_inset
28926
28927
28928 \end_layout
28929
28930 \end_inset
28931
28932
28933 \series default
28934  before the first and after every even column.
28935  When the formula style 
28936 \series bold
28937 Indented
28938 \begin_inset Foot
28939 status collapsed
28940
28941 \begin_layout Plain Layout
28942 formula styles see 
28943 \begin_inset CommandInset ref
28944 LatexCommand ref
28945 reference "sec:Formula-Styles"
28946
28947 \end_inset
28948
28949
28950 \end_layout
28951
28952 \end_inset
28953
28954
28955 \series default
28956  is used, the formula is set without the 
28957 \series bold
28958
28959 \backslash
28960 hfill
28961 \series default
28962  before the first column.
28963 \end_layout
28964
28965 \begin_layout Subsubsection
28966 Alignat Environment
28967 \begin_inset Index idx
28968 status collapsed
28969
28970 \begin_layout Plain Layout
28971 Formula ! multiline ! alignat environment
28972 \end_layout
28973
28974 \end_inset
28975
28976
28977 \end_layout
28978
28979 \begin_layout Standard
28980 The alignat environment has no predefined column separation.
28981  It can be inserted manually with the spaces that are described 
28982 \begin_inset CommandInset ref
28983 LatexCommand ref
28984 reference "subsec:Space"
28985
28986 \end_inset
28987
28988 .
28989 \end_layout
28990
28991 \begin_layout Standard
28992 The above example in the alignat environment where 1
28993 \begin_inset space \thinspace{}
28994 \end_inset
28995
28996 cm space was inserted at the beginning of the second formula:
28997 \begin_inset Formula 
28998 \begin{alignat*}{2}
28999 A & =\sin(B) & \hspace{1cm}C & =D\\
29000 C & \ne A & B & \ne D
29001 \end{alignat*}
29002
29003 \end_inset
29004
29005 Because the column separation can be set separately for every column, this
29006  environment is especially suitable to set three and more formulas side
29007  by side.
29008 \end_layout
29009
29010 \begin_layout Subsubsection
29011 Flalign Environment
29012 \begin_inset CommandInset label
29013 LatexCommand label
29014 name "subsec:Flalign-Environment"
29015
29016 \end_inset
29017
29018
29019 \begin_inset Index idx
29020 status collapsed
29021
29022 \begin_layout Plain Layout
29023 Formula ! multiline ! flalign environment
29024 \end_layout
29025
29026 \end_inset
29027
29028
29029 \end_layout
29030
29031 \begin_layout Standard
29032 In this environment the first two columns are always set as much as possible
29033  to the left and the last two ones to the right.
29034  An example:
29035 \begin_inset Formula 
29036 \begin{flalign*}
29037 A & =1 & B & =2 & C & =3\\
29038 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29039 \end{flalign*}
29040
29041 \end_inset
29042
29043
29044 \end_layout
29045
29046 \begin_layout Standard
29047 By creating a flalign environment with an odd number of columns where an
29048  empty \SpecialChar TeX
29049  brace is inserted to the last column, several formulas in a document
29050  can be set to the left, although the formula style 
29051 \series bold
29052 Centered
29053 \series default
29054  is used.
29055  As example the indented formula 
29056 \begin_inset CommandInset ref
29057 LatexCommand eqref
29058 reference "eq:VolInt"
29059
29060 \end_inset
29061
29062 :
29063 \begin_inset Formula 
29064 \begin{flalign}
29065 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29066 \end{flalign}
29067
29068 \end_inset
29069
29070 The first two columns contain the formula.
29071  To indent it as with the formula style 
29072 \series bold
29073 Indented
29074 \series default
29075 , 30
29076 \begin_inset space \thinspace{}
29077 \end_inset
29078
29079 pt space was inserted at the beginning of the first column.
29080 \end_layout
29081
29082 \begin_layout Subsection
29083 Eqnarray Environment
29084 \begin_inset CommandInset label
29085 LatexCommand label
29086 name "subsec:Eqnarray-Environment"
29087
29088 \end_inset
29089
29090
29091 \begin_inset Index idx
29092 status collapsed
29093
29094 \begin_layout Plain Layout
29095 Formula ! multiline ! eqnarray environment
29096 \end_layout
29097
29098 \end_inset
29099
29100
29101 \end_layout
29102
29103 \begin_layout Standard
29104 When this environment has been created, three blue boxes appear.
29105  The content of the first box is right aligned, the content of the last
29106  one left aligned.
29107  The content of the middle box appears centered and a bit smaller, because
29108  it is designed to insert there only relation characters.
29109 \begin_inset Formula 
29110 \begin{eqnarray*}
29111 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29112 AB & AB & AB\\
29113 A & = & A
29114 \end{eqnarray*}
29115
29116 \end_inset
29117
29118
29119 \end_layout
29120
29121 \begin_layout Subsection
29122 Gather Environment
29123 \begin_inset Index idx
29124 status collapsed
29125
29126 \begin_layout Plain Layout
29127 Formula ! multiline ! gather environment
29128 \end_layout
29129
29130 \end_inset
29131
29132
29133 \end_layout
29134
29135 \begin_layout Standard
29136 This environment consists of only one centered column.
29137  Every line can be numbered.
29138 \begin_inset Formula 
29139 \begin{gather}
29140 A=1\\
29141 X=\textrm{-}1
29142 \end{gather}
29143
29144 \end_inset
29145
29146
29147 \end_layout
29148
29149 \begin_layout Subsection
29150 Multline Environment
29151 \begin_inset CommandInset label
29152 LatexCommand label
29153 name "subsec:Multline-Environment"
29154
29155 \end_inset
29156
29157
29158 \begin_inset Index idx
29159 status collapsed
29160
29161 \begin_layout Plain Layout
29162 Formula ! multiline ! multline environment
29163 \end_layout
29164
29165 \end_inset
29166
29167
29168 \end_layout
29169
29170 \begin_layout Standard
29171 The multline environment consists, like the gather environment, of only
29172  one column.
29173  But the first line is left aligned, the last one right aligned.
29174  All other lines are centered.
29175  Therefore this environment is suitable for long formulas.
29176  As example formula 
29177 \begin_inset CommandInset ref
29178 LatexCommand eqref
29179 reference "eq:lefteqn"
29180
29181 \end_inset
29182
29183  in the multline environment:
29184 \begin_inset Formula 
29185 \begin{multline}
29186 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}\\
29187 -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}\\
29188 =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}}
29189 \end{multline}
29190
29191 \end_inset
29192
29193
29194 \end_layout
29195
29196 \begin_layout Standard
29197 In the output only the last (first) line of a multline environment appears
29198  numbered when the document numbering is right (left).
29199 \begin_inset Foot
29200 status collapsed
29201
29202 \begin_layout Plain Layout
29203 numbering styles see 
29204 \begin_inset CommandInset ref
29205 LatexCommand ref
29206 reference "sec:Formula-Styles"
29207
29208 \end_inset
29209
29210
29211 \end_layout
29212
29213 \end_inset
29214
29215
29216 \end_layout
29217
29218 \begin_layout Standard
29219 With the commands 
29220 \series bold
29221
29222 \backslash
29223 shoveright
29224 \series default
29225
29226 \begin_inset Index idx
29227 status collapsed
29228
29229 \begin_layout Plain Layout
29230 Commands ! S ! 
29231 \backslash
29232 shoveright
29233 \end_layout
29234
29235 \end_inset
29236
29237  and 
29238 \series bold
29239
29240 \backslash
29241 shoveleft
29242 \series default
29243
29244 \begin_inset Index idx
29245 status collapsed
29246
29247 \begin_layout Plain Layout
29248 Commands ! S ! 
29249 \backslash
29250 shoveleft
29251 \end_layout
29252
29253 \end_inset
29254
29255  a centered line can be right or left aligned, respectively.
29256  The commands are used as follows:
29257 \end_layout
29258
29259 \begin_layout Standard
29260
29261 \series bold
29262
29263 \backslash
29264 shoveright{line content}
29265 \series default
29266  and 
29267 \series bold
29268
29269 \backslash
29270 shoveleft{line content}
29271 \end_layout
29272
29273 \begin_layout Standard
29274 \begin_inset VSpace medskip
29275 \end_inset
29276
29277 The length 
29278 \series bold
29279
29280 \backslash
29281 multlinegap
29282 \series default
29283
29284 \begin_inset Index idx
29285 status collapsed
29286
29287 \begin_layout Plain Layout
29288 Commands ! M ! 
29289 \backslash
29290 multlinegap
29291 \end_layout
29292
29293 \end_inset
29294
29295  specifies the distance of the first line from the left page margin.
29296  Predefined is the length 0
29297 \begin_inset space \thinspace{}
29298 \end_inset
29299
29300 pt.
29301 \end_layout
29302
29303 \begin_layout Standard
29304 As example the above formula where the command
29305 \end_layout
29306
29307 \begin_layout Standard
29308
29309 \series bold
29310
29311 \backslash
29312 setlength{
29313 \backslash
29314 multlinegap}{2cm}
29315 \end_layout
29316
29317 \begin_layout Standard
29318 was inserted in \SpecialChar TeX
29319  mode before:
29320 \begin_inset ERT
29321 status collapsed
29322
29323 \begin_layout Plain Layout
29324
29325
29326 \backslash
29327 setlength{
29328 \backslash
29329 multlinegap}{2cm}
29330 \end_layout
29331
29332 \end_inset
29333
29334
29335 \begin_inset Formula 
29336 \begin{multline}
29337 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}\\
29338 \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}}\\
29339 =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}}
29340 \end{multline}
29341
29342 \end_inset
29343
29344
29345 \begin_inset ERT
29346 status collapsed
29347
29348 \begin_layout Plain Layout
29349
29350
29351 \backslash
29352 setlength{
29353 \backslash
29354 multlinegap}{0pt}
29355 \end_layout
29356
29357 \end_inset
29358
29359 The second line was left aligned using 
29360 \series bold
29361
29362 \backslash
29363 shoveleft
29364 \series default
29365 .
29366 \end_layout
29367
29368 \begin_layout Subsection
29369 Multiline Formula Parts
29370 \begin_inset CommandInset label
29371 LatexCommand label
29372 name "subsec:Multiline-Formula-Parts"
29373
29374 \end_inset
29375
29376
29377 \begin_inset Index idx
29378 status collapsed
29379
29380 \begin_layout Plain Layout
29381 Formula ! multiline ! formula parts
29382 \end_layout
29383
29384 \end_inset
29385
29386
29387 \end_layout
29388
29389 \begin_layout Standard
29390 To display only parts of a formula with multiple lines, one of the following
29391  environments is used: 
29392 \series bold
29393 aligned
29394 \series default
29395
29396 \series bold
29397 alignedat
29398 \series default
29399
29400 \series bold
29401 gathered
29402 \series default
29403  or 
29404 \series bold
29405 split
29406 \series default
29407 .
29408  They can be inserted via the menu 
29409 \family sans
29410 Insert\SpecialChar menuseparator
29411 Math
29412 \family default
29413  or by using the commands described in this section.
29414 \end_layout
29415
29416 \begin_layout Standard
29417 The first three have the same properties as the corresponding multiline
29418  formula environments, but it is possible to set further formula parts beside
29419  them.
29420  An example:
29421 \begin_inset Formula 
29422 \[
29423 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29424 \Delta E\Delta t & \ge\frac{\hbar}{2}
29425 \end{aligned}
29426 \right\} \textrm{Uncertainty relations}
29427 \]
29428
29429 \end_inset
29430
29431
29432 \end_layout
29433
29434 \begin_layout Standard
29435 To get this formula, a displayed formula is created where the command 
29436 \series bold
29437
29438 \backslash
29439 aligned
29440 \series default
29441
29442 \begin_inset Index idx
29443 status collapsed
29444
29445 \begin_layout Plain Layout
29446 Commands ! A ! 
29447 \backslash
29448 aligned
29449 \end_layout
29450
29451 \end_inset
29452
29453  is inserted.
29454  A purple box appears around the blue formula box where now columns and
29455  lines can be added.
29456  Outside the multiline environment other formula parts can be set, like
29457  the brace.
29458 \end_layout
29459
29460 \begin_layout Standard
29461 The aligned environment is also suitable for long formulas whose lines are
29462  horizontally aligned.
29463  Using aligned in a displayed formula has the advantage that the formula
29464  number is vertically centered behind the lines.
29465  As example formula 
29466 \begin_inset CommandInset ref
29467 LatexCommand eqref
29468 reference "eq:shortlong"
29469
29470 \end_inset
29471
29472  in the aligned environment:
29473 \begin_inset Formula 
29474 \begin{equation}
29475 \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}|}\\
29476  & -\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}|}
29477 \end{aligned}
29478 \end{equation}
29479
29480 \end_inset
29481
29482
29483 \end_layout
29484
29485 \begin_layout Standard
29486 To use the environments 
29487 \series bold
29488 alignedat
29489 \series default
29490
29491 \series bold
29492 gathered
29493 \series default
29494 , or 
29495 \series bold
29496 split
29497 \series default
29498 , the command 
29499 \series bold
29500
29501 \backslash
29502 alignedat
29503 \series default
29504 ,
29505 \begin_inset Index idx
29506 status collapsed
29507
29508 \begin_layout Plain Layout
29509 Commands ! A ! 
29510 \backslash
29511 alignedat
29512 \end_layout
29513
29514 \end_inset
29515
29516  
29517 \series bold
29518
29519 \backslash
29520 gathered
29521 \series default
29522
29523 \begin_inset Index idx
29524 status collapsed
29525
29526 \begin_layout Plain Layout
29527 Commands ! G ! 
29528 \backslash
29529 gathered
29530 \end_layout
29531
29532 \end_inset
29533
29534 , or 
29535 \series bold
29536
29537 \backslash
29538 split
29539 \series default
29540
29541 \begin_inset Index idx
29542 status collapsed
29543
29544 \begin_layout Plain Layout
29545 Commands ! S ! 
29546 \backslash
29547 split
29548 \end_layout
29549
29550 \end_inset
29551
29552  are inserted, respectively.
29553  The split environment has the same properties as the aligned environment
29554  but it can only have two columns.
29555 \end_layout
29556
29557 \begin_layout Subsection
29558 Text in multiline Formulas
29559 \begin_inset CommandInset label
29560 LatexCommand label
29561 name "subsec:Text-in-multiline"
29562
29563 \end_inset
29564
29565
29566 \begin_inset Index idx
29567 status collapsed
29568
29569 \begin_layout Plain Layout
29570 Text ! in formulas
29571 \end_layout
29572
29573 \end_inset
29574
29575
29576 \begin_inset Index idx
29577 status collapsed
29578
29579 \begin_layout Plain Layout
29580 Formula ! multiline ! text
29581 \end_layout
29582
29583 \end_inset
29584
29585
29586 \end_layout
29587
29588 \begin_layout Standard
29589 In the Align environments, and the multline and gather environment, text
29590  can be inserted that will appear in a separate line and doesn't affect
29591  the column alignment.
29592  To do this, the command 
29593 \series bold
29594
29595 \backslash
29596 intertext
29597 \series default
29598
29599 \begin_inset Index idx
29600 status collapsed
29601
29602 \begin_layout Plain Layout
29603 Commands ! I ! 
29604 \backslash
29605 intertext
29606 \end_layout
29607
29608 \end_inset
29609
29610  is used in the following scheme:
29611 \end_layout
29612
29613 \begin_layout Standard
29614
29615 \series bold
29616
29617 \backslash
29618 intertext{text}
29619 \end_layout
29620
29621 \begin_layout Standard
29622 The text should not be longer than a line because it cannot be hyphenated.
29623  As \SpecialChar LyX
29624  doesn't yet support 
29625 \series bold
29626
29627 \backslash
29628 intertext
29629 \series default
29630  directly, the text is written as mathematical text.
29631  
29632 \series bold
29633
29634 \backslash
29635 intertext
29636 \series default
29637  must hereby be at the beginning of a line and appears in the output above
29638  this line.
29639  An example where the text was inserted at the beginning of the second line:
29640 \begin_inset Formula 
29641 \begin{align}
29642 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29643 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29644 \end{align}
29645
29646 \end_inset
29647
29648
29649 \end_layout
29650
29651 \begin_layout Standard
29652
29653 \series bold
29654
29655 \backslash
29656 intertext
29657 \series default
29658  always creates some vertical space between the text and the formula lines.
29659  To avoid this space, set in the document settings under 
29660 \family sans
29661 Math
29662 \begin_inset space ~
29663 \end_inset
29664
29665 Options
29666 \family default
29667  for the package 
29668 \series bold
29669 mathtools
29670 \series default
29671
29672 \begin_inset Index idx
29673 status collapsed
29674
29675 \begin_layout Plain Layout
29676 Packages ! mathtools
29677 \end_layout
29678
29679 \end_inset
29680
29681  the option 
29682 \family sans
29683 Load
29684 \begin_inset space ~
29685 \end_inset
29686
29687 always
29688 \family default
29689 .
29690  Then you can use the command 
29691 \series bold
29692
29693 \backslash
29694 shortintertext
29695 \series default
29696
29697 \begin_inset Index idx
29698 status collapsed
29699
29700 \begin_layout Plain Layout
29701 Commands ! S ! 
29702 \backslash
29703 shortintertext
29704 \end_layout
29705
29706 \end_inset
29707
29708  instead of 
29709 \series bold
29710
29711 \backslash
29712 intertext
29713 \series default
29714 :
29715 \end_layout
29716
29717 \begin_layout Standard
29718 \begin_inset Formula 
29719 \begin{align}
29720 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29721 \shortintertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29722 \end{align}
29723
29724 \end_inset
29725
29726
29727 \end_layout
29728
29729 \begin_layout Section
29730 Formula Numbering
29731 \begin_inset Index idx
29732 status collapsed
29733
29734 \begin_layout Plain Layout
29735 Formula numbering
29736 \end_layout
29737
29738 \end_inset
29739
29740
29741 \begin_inset Index idx
29742 status collapsed
29743
29744 \begin_layout Plain Layout
29745 Formula ! numbering|see
29746 \begin_inset ERT
29747 status collapsed
29748
29749 \begin_layout Plain Layout
29750
29751 {
29752 \end_layout
29753
29754 \end_inset
29755
29756 Formula numbering
29757 \begin_inset ERT
29758 status collapsed
29759
29760 \begin_layout Plain Layout
29761
29762 }
29763 \end_layout
29764
29765 \end_inset
29766
29767
29768 \end_layout
29769
29770 \end_inset
29771
29772
29773 \end_layout
29774
29775 \begin_layout Subsection
29776 General
29777 \end_layout
29778
29779 \begin_layout Standard
29780 Numbered formulas can be created with the menu 
29781 \family sans
29782 Insert\SpecialChar menuseparator
29783 Math\SpecialChar menuseparator
29784 Numbered
29785 \begin_inset space ~
29786 \end_inset
29787
29788 Formula
29789 \family default
29790  (shortcut 
29791 \family sans
29792 Ctrl+Alt
29793 \begin_inset space ~
29794 \end_inset
29795
29796 N
29797 \family default
29798 ).
29799  Existing formulas can be numbered with the menu 
29800 \family sans
29801 Edit\SpecialChar menuseparator
29802 Math\SpecialChar menuseparator
29803 Toggle
29804 \begin_inset space ~
29805 \end_inset
29806
29807 Numbering
29808 \family default
29809  (shortcut 
29810 \begin_inset Info
29811 type  "shortcut"
29812 arg   "math-number-toggle"
29813 \end_inset
29814
29815 ).
29816  The formula number is displayed in \SpecialChar LyX
29817  behind the formula as a number sign
29818  in parentheses.
29819  The number sign is replaced in the output by the formula number.
29820 \end_layout
29821
29822 \begin_layout Standard
29823 When numbering is turned on in multiline formulas, all lines will be numbered.
29824  But the numbering can be controlled with the menu 
29825 \family sans
29826 Edit\SpecialChar menuseparator
29827 Math\SpecialChar menuseparator
29828 Toggle
29829 \begin_inset space ~
29830 \end_inset
29831
29832 Numbering
29833 \begin_inset space ~
29834 \end_inset
29835
29836 of
29837 \begin_inset space ~
29838 \end_inset
29839
29840 Line
29841 \family default
29842  (shortcut 
29843 \begin_inset Info
29844 type  "shortcut"
29845 arg   "math-number-line-toggle"
29846 \end_inset
29847
29848 ) for every line.
29849 \end_layout
29850
29851 \begin_layout Standard
29852 Except for inline formulas, all formulas can be numbered with two different
29853  styles, see 
29854 \begin_inset CommandInset ref
29855 LatexCommand ref
29856 reference "sec:Formula-Styles"
29857
29858 \end_inset
29859
29860 .
29861 \end_layout
29862
29863 \begin_layout Subsection
29864 Cross-References
29865 \begin_inset Index idx
29866 status collapsed
29867
29868 \begin_layout Plain Layout
29869 Cross-references ! to formulas
29870 \end_layout
29871
29872 \end_inset
29873
29874
29875 \end_layout
29876
29877 \begin_layout Standard
29878 All labeled formulas can be cross-referenced.
29879  A label is added by the menu 
29880 \family sans
29881 Insert\SpecialChar menuseparator
29882 Label
29883 \family default
29884  or the toolbar button 
29885 \begin_inset Info
29886 type  "icon"
29887 arg   "label-insert"
29888 \end_inset
29889
29890 .
29891  The cursor must hereby be inside a displayed formula.
29892  Alternatively you can right-click on the formula and choose 
29893 \family sans
29894 Equation Label
29895 \family default
29896 .
29897  A dialog pops up displaying the prefix 
29898 \series bold
29899 eq:
29900 \series default
29901  in a text field.
29902  The label is inserted there behind the prefix.
29903  The predefined prefix means 
29904 \begin_inset Quotes eld
29905 \end_inset
29906
29907 equation
29908 \begin_inset Quotes erd
29909 \end_inset
29910
29911  and makes it easier to find labels in large documents because it marks
29912  it as formula label to divide it from e.
29913 \begin_inset space \thinspace{}
29914 \end_inset
29915
29916 g.
29917 \begin_inset space \space{}
29918 \end_inset
29919
29920 section labels.
29921  To change a label, the menu 
29922 \family sans
29923 Insert\SpecialChar menuseparator
29924 Label
29925 \family default
29926  is used again or you right-click on a formula and then on 
29927 \family sans
29928 Equation Label
29929 \family default
29930 .
29931 \end_layout
29932
29933 \begin_layout Standard
29934 The name of the label is displayed in \SpecialChar LyX
29935  within two parentheses behind formula.
29936  A formula with a label is always numbered.
29937 \end_layout
29938
29939 \begin_layout Standard
29940 Cross-references are inserted via the menu 
29941 \family sans
29942 Insert\SpecialChar menuseparator
29943 Cross-Reference
29944 \family default
29945  or with the toolbar button 
29946 \begin_inset Info
29947 type  "icon"
29948 arg   "dialog-show-new-inset ref"
29949 \end_inset
29950
29951 .
29952  A formula cross-reference appears in the output as formula number.
29953  When in the cross-reference dialog window the format 
29954 \series bold
29955 (<reference>)
29956 \series default
29957  is chosen, the cross-reference appears in the output as formula number
29958  in parentheses.
29959 \begin_inset Newline newline
29960 \end_inset
29961
29962 By right-clicking on a cross-reference in \SpecialChar LyX
29963 , one jumps to the formula that
29964  is referenced.
29965 \end_layout
29966
29967 \begin_layout Standard
29968 Here are as examples cross-references to formulas of the following subsections:
29969 \begin_inset Note Note
29970 status open
29971
29972 \begin_layout Plain Layout
29973 Note the different cross-reference types.
29974 \end_layout
29975
29976 \end_inset
29977
29978
29979 \end_layout
29980
29981 \begin_layout Standard
29982 The equations 
29983 \begin_inset CommandInset ref
29984 LatexCommand eqref
29985 reference "eq:tag"
29986
29987 \end_inset
29988
29989  and 
29990 \begin_inset CommandInset ref
29991 LatexCommand eqref
29992 reference "eq:c"
29993
29994 \end_inset
29995
29996  are equivalent.
29997  In (
29998 \begin_inset CommandInset ref
29999 LatexCommand ref
30000 reference "eq:Lat"
30001
30002 \end_inset
30003
30004 ) big Latin letters are used for the numbering in contrary to (
30005 \begin_inset CommandInset ref
30006 LatexCommand ref
30007 reference "eq:Rom"
30008
30009 \end_inset
30010
30011 ).
30012 \end_layout
30013
30014 \begin_layout Standard
30015 \begin_inset VSpace medskip
30016 \end_inset
30017
30018 When the argument of 
30019 \series bold
30020
30021 \backslash
30022 tag
30023 \begin_inset Foot
30024 status collapsed
30025
30026 \begin_layout Plain Layout
30027
30028 \series bold
30029
30030 \backslash
30031 tag
30032 \series default
30033  is described in 
30034 \begin_inset CommandInset ref
30035 LatexCommand ref
30036 reference "subsec:User-defined-Numbering"
30037
30038 \end_inset
30039
30040 .
30041 \end_layout
30042
30043 \end_inset
30044
30045
30046 \series default
30047  contains a box like in 
30048 \begin_inset CommandInset ref
30049 LatexCommand ref
30050 reference "subsec:Paragraph-Boxes"
30051
30052 \end_inset
30053
30054 , the formula cannot be referenced.
30055 \end_layout
30056
30057 \begin_layout Subsection
30058 Subnumbering
30059 \begin_inset Index idx
30060 status collapsed
30061
30062 \begin_layout Plain Layout
30063 Formula numbering ! subnumbering
30064 \end_layout
30065
30066 \end_inset
30067
30068
30069 \end_layout
30070
30071 \begin_layout Standard
30072 With the help of the commands 
30073 \series bold
30074
30075 \backslash
30076 begin{subequations}
30077 \series default
30078  and 
30079 \series bold
30080
30081 \backslash
30082 end{subequations}
30083 \series default
30084  formulas can be subnumbered.
30085  Both commands are inserted in \SpecialChar TeX
30086  mode.
30087 \end_layout
30088
30089 \begin_layout Standard
30090 An example:
30091 \begin_inset Formula 
30092 \begin{equation}
30093 A=C-B\label{eq:a}
30094 \end{equation}
30095
30096 \end_inset
30097
30098
30099 \begin_inset ERT
30100 status collapsed
30101
30102 \begin_layout Plain Layout
30103
30104
30105 \backslash
30106 addtocounter{equation}{-1}
30107 \end_layout
30108
30109 \end_inset
30110
30111
30112 \begin_inset ERT
30113 status collapsed
30114
30115 \begin_layout Plain Layout
30116
30117
30118 \backslash
30119 begin{subequations}
30120 \end_layout
30121
30122 \end_inset
30123
30124
30125 \begin_inset VSpace -5mm
30126 \end_inset
30127
30128
30129 \begin_inset Formula 
30130 \begin{equation}
30131 B=C-A\label{eq:b}
30132 \end{equation}
30133
30134 \end_inset
30135
30136
30137 \begin_inset Formula 
30138 \begin{equation}
30139 C=A+B\label{eq:c}
30140 \end{equation}
30141
30142 \end_inset
30143
30144
30145 \end_layout
30146
30147 \begin_layout Standard
30148 \begin_inset ERT
30149 status collapsed
30150
30151 \begin_layout Plain Layout
30152
30153
30154 \backslash
30155 end{subequations}
30156 \end_layout
30157
30158 \end_inset
30159
30160
30161 \end_layout
30162
30163 \begin_layout Standard
30164 To create the example, the following is done:
30165 \end_layout
30166
30167 \begin_layout Enumerate
30168 first formula is inserted
30169 \end_layout
30170
30171 \begin_layout Enumerate
30172
30173 \series bold
30174
30175 \backslash
30176 addtocounter{equation}{-1} 
30177 \backslash
30178 begin{subequations}
30179 \begin_inset Index idx
30180 status collapsed
30181
30182 \begin_layout Plain Layout
30183 Commands ! A ! 
30184 \backslash
30185 addtocounter
30186 \end_layout
30187
30188 \end_inset
30189
30190
30191 \begin_inset Newline newline
30192 \end_inset
30193
30194
30195 \series default
30196 is inserted after the first formula
30197 \end_layout
30198
30199 \begin_layout Enumerate
30200 second formula is inserted
30201 \end_layout
30202
30203 \begin_layout Enumerate
30204 third formula is inserted
30205 \end_layout
30206
30207 \begin_layout Enumerate
30208
30209 \series bold
30210
30211 \backslash
30212 end{subequations}
30213 \series default
30214  is inserted after the third formula
30215 \end_layout
30216
30217 \begin_layout Standard
30218 Every formula between the commands 
30219 \series bold
30220
30221 \backslash
30222 begin
30223 \series default
30224  and 
30225 \series bold
30226
30227 \backslash
30228 end
30229 \series default
30230  is subnumbered as a, b, 
30231 \begin_inset Newline linebreak
30232 \end_inset
30233
30234 c, \SpecialChar ldots
30235  For multiline formulas every line will be subnumbered.
30236  All subnumbered formulas are treated as 
30237 \emph on
30238 one
30239 \emph default
30240  numbered formula.
30241  But as every numbered formula increases the counter 
30242 \series bold
30243 equation
30244 \series default
30245  by one, the command 
30246 \series bold
30247
30248 \backslash
30249 addtocounter
30250 \series default
30251  is needed to decrease it.
30252  Otherwise the formulas 
30253 \begin_inset CommandInset ref
30254 LatexCommand eqref
30255 reference "eq:a"
30256
30257 \end_inset
30258
30259
30260 \begin_inset CommandInset ref
30261 LatexCommand eqref
30262 reference "eq:b"
30263
30264 \end_inset
30265
30266
30267 \begin_inset CommandInset ref
30268 LatexCommand eqref
30269 reference "eq:c"
30270
30271 \end_inset
30272
30273  would be numbered as 
30274 \begin_inset CommandInset ref
30275 LatexCommand eqref
30276 reference "eq:a"
30277
30278 \end_inset
30279
30280
30281 \begin_inset CommandInset ref
30282 LatexCommand eqref
30283 reference "eq:d"
30284
30285 \end_inset
30286
30287
30288 \begin_inset CommandInset ref
30289 LatexCommand eqref
30290 reference "eq:f"
30291
30292 \end_inset
30293
30294 .
30295 \end_layout
30296
30297 \begin_layout Standard
30298 By inserting the commands in \SpecialChar TeX
30299  mode, a space is created between the first
30300  two formulas.
30301  To revert this -5
30302 \begin_inset space \thinspace{}
30303 \end_inset
30304
30305 mm vertical space is inserted after the command 
30306 \series bold
30307
30308 \backslash
30309 begin{subequations}
30310 \series default
30311 .
30312  When the formula style 
30313 \series bold
30314 Indented
30315 \begin_inset Foot
30316 status collapsed
30317
30318 \begin_layout Plain Layout
30319 formula styles see 
30320 \begin_inset CommandInset ref
30321 LatexCommand ref
30322 reference "sec:Formula-Styles"
30323
30324 \end_inset
30325
30326
30327 \end_layout
30328
30329 \end_inset
30330
30331
30332 \series default
30333  is used, -7
30334 \begin_inset space \thinspace{}
30335 \end_inset
30336
30337 mm space is inserted instead.
30338 \end_layout
30339
30340 \begin_layout Standard
30341 Here is an example for a multiline formula where the numbering was turned
30342  off for the second line:
30343 \begin_inset ERT
30344 status collapsed
30345
30346 \begin_layout Plain Layout
30347
30348
30349 \backslash
30350 begin{subequations}
30351 \end_layout
30352
30353 \end_inset
30354
30355
30356 \begin_inset Formula 
30357 \begin{eqnarray}
30358 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30359  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30360  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30361 \end{eqnarray}
30362
30363 \end_inset
30364
30365
30366 \begin_inset ERT
30367 status collapsed
30368
30369 \begin_layout Plain Layout
30370
30371
30372 \backslash
30373 end{subequations}
30374 \end_layout
30375
30376 \end_inset
30377
30378
30379 \end_layout
30380
30381 \begin_layout Subsection
30382 User-defined Numbering
30383 \begin_inset CommandInset label
30384 LatexCommand label
30385 name "subsec:User-defined-Numbering"
30386
30387 \end_inset
30388
30389
30390 \begin_inset Index idx
30391 status collapsed
30392
30393 \begin_layout Plain Layout
30394 Formula numbering ! user-defined
30395 \end_layout
30396
30397 \end_inset
30398
30399
30400 \end_layout
30401
30402 \begin_layout Standard
30403 \begin_inset Index idx
30404 status collapsed
30405
30406 \begin_layout Plain Layout
30407 Formula numbering ! self-defined delimiters
30408 \end_layout
30409
30410 \end_inset
30411
30412 With the standard numbering parentheses are set around the formula number.
30413  To replace the parentheses for example by vertical bars, the following
30414  line is added to the \SpecialChar LaTeX
30415 -preamble:
30416 \end_layout
30417
30418 \begin_layout Standard
30419
30420 \series bold
30421
30422 \backslash
30423 def
30424 \backslash
30425 tagform@#1{
30426 \backslash
30427 maketag@@@{|#1|}}
30428 \series default
30429
30430 \begin_inset Note Note
30431 status collapsed
30432
30433 \begin_layout Plain Layout
30434 This macro is already declared in the \SpecialChar LaTeX
30435 -preamble for testing.
30436  To activate it, remove the percent sign at the beginning.
30437 \end_layout
30438
30439 \end_inset
30440
30441
30442 \end_layout
30443
30444 \begin_layout Standard
30445 To use other characters, the vertical bars besides the 
30446 \series bold
30447 #1
30448 \series default
30449  are replaced by one ore more characters.
30450  To get only the formula number the vertical bars are omitted.
30451 \end_layout
30452
30453 \begin_layout Standard
30454 \begin_inset VSpace bigskip
30455 \end_inset
30456
30457 When there should be an expression of your choice instead of the consecutive
30458  formula number in parentheses behind the formula, the command 
30459 \series bold
30460
30461 \backslash
30462 tag
30463 \series default
30464
30465 \begin_inset Index idx
30466 status collapsed
30467
30468 \begin_layout Plain Layout
30469 Commands ! T ! 
30470 \backslash
30471 tag
30472 \end_layout
30473
30474 \end_inset
30475
30476  is used:
30477 \begin_inset Formula 
30478 \begin{equation}
30479 A+B=C\tag{something}\label{eq:tag}
30480 \end{equation}
30481
30482 \end_inset
30483
30484 In this example the command 
30485 \series bold
30486
30487 \backslash
30488 tag
30489 \begin_inset space \textvisiblespace{}
30490 \end_inset
30491
30492 something
30493 \series default
30494  was inserted in the formula.
30495 \end_layout
30496
30497 \begin_layout Standard
30498 When the command 
30499 \series bold
30500
30501 \backslash
30502 tag*
30503 \begin_inset space \textvisiblespace{}
30504 \end_inset
30505
30506 something
30507 \series default
30508  is inserted instead, the star prevents the parentheses around the expression:
30509 \begin_inset Formula 
30510 \[
30511 A+B=C\tag*{something}
30512 \]
30513
30514 \end_inset
30515
30516
30517 \end_layout
30518
30519 \begin_layout Standard
30520 \begin_inset VSpace bigskip
30521 \end_inset
30522
30523 To restart the formula numbering with new document parts or sections, the
30524  following command is used:
30525 \end_layout
30526
30527 \begin_layout Standard
30528
30529 \series bold
30530
30531 \backslash
30532 @addtoreset{equation}{part}
30533 \series default
30534
30535 \begin_inset Index idx
30536 status collapsed
30537
30538 \begin_layout Plain Layout
30539 Commands ! 
30540 \begin_inset ERT
30541 status collapsed
30542
30543 \begin_layout Plain Layout
30544
30545 "
30546 \end_layout
30547
30548 \end_inset
30549
30550 @
30551 \begin_inset ERT
30552 status collapsed
30553
30554 \begin_layout Plain Layout
30555
30556 "
30557 \end_layout
30558
30559 \end_inset
30560
30561  ! 
30562 \backslash
30563
30564 \begin_inset ERT
30565 status collapsed
30566
30567 \begin_layout Plain Layout
30568
30569 "
30570 \end_layout
30571
30572 \end_inset
30573
30574 @
30575 \begin_inset ERT
30576 status collapsed
30577
30578 \begin_layout Plain Layout
30579
30580 "
30581 \end_layout
30582
30583 \end_inset
30584
30585 addtoreset
30586 \end_layout
30587
30588 \end_inset
30589
30590
30591 \begin_inset Newline newline
30592 \end_inset
30593
30594 resp.
30595 \begin_inset Newline newline
30596 \end_inset
30597
30598
30599 \series bold
30600
30601 \backslash
30602 @addtoreset{equation}{section}
30603 \end_layout
30604
30605 \begin_layout Standard
30606 To be able to use these commands in \SpecialChar TeX
30607  mode, the 
30608 \begin_inset Quotes eld
30609 \end_inset
30610
30611 @
30612 \begin_inset Quotes erd
30613 \end_inset
30614
30615  character has to be made 
30616 \begin_inset Quotes eld
30617 \end_inset
30618
30619 active
30620 \begin_inset Quotes erd
30621 \end_inset
30622
30623  for \SpecialChar LaTeX
30624  using the command 
30625 \series bold
30626
30627 \backslash
30628 makeatletter.
30629
30630 \series default
30631  The command 
30632 \series bold
30633
30634 \backslash
30635 makeatother
30636 \series default
30637  reverts this.
30638  So the command sequence in \SpecialChar TeX
30639  mode is:
30640 \end_layout
30641
30642 \begin_layout Standard
30643
30644 \series bold
30645
30646 \backslash
30647 makeatletter
30648 \begin_inset Newline newline
30649 \end_inset
30650
30651
30652 \backslash
30653 @addtoreset{equation}{section}
30654 \begin_inset Newline newline
30655 \end_inset
30656
30657
30658 \backslash
30659 makeatother
30660 \end_layout
30661
30662 \begin_layout Standard
30663 In the \SpecialChar LaTeX
30664 -preamble 
30665 \series bold
30666
30667 \backslash
30668 makeatletter
30669 \series default
30670  and 
30671 \series bold
30672
30673 \backslash
30674 makeatother
30675 \series default
30676  can be omitted as they are automatically internally inserted by \SpecialChar LyX
30677 .
30678 \end_layout
30679
30680 \begin_layout Standard
30681 To revert 
30682 \series bold
30683
30684 \backslash
30685 @addtoreset
30686 \series default
30687 , the file 
30688 \series bold
30689 remreset.sty
30690 \series default
30691
30692 \begin_inset Foot
30693 status collapsed
30694
30695 \begin_layout Plain Layout
30696
30697 \series bold
30698 remreset
30699 \series default
30700  is part of the \SpecialChar LaTeX
30701 -package 
30702 \series bold
30703 carlisle
30704 \series default
30705
30706 \begin_inset Index idx
30707 status collapsed
30708
30709 \begin_layout Plain Layout
30710 Packages ! carlisle
30711 \end_layout
30712
30713 \end_inset
30714
30715  that is part of every \SpecialChar LaTeX
30716  standard installation.
30717 \end_layout
30718
30719 \end_inset
30720
30721
30722 \begin_inset Index idx
30723 status collapsed
30724
30725 \begin_layout Plain Layout
30726 Packages ! remreset
30727 \end_layout
30728
30729 \end_inset
30730
30731  has to be loaded in the \SpecialChar LaTeX
30732 -preamble with the line
30733 \end_layout
30734
30735 \begin_layout Standard
30736
30737 \series bold
30738
30739 \backslash
30740 usepackage{remreset}
30741 \end_layout
30742
30743 \begin_layout Standard
30744 Then the command 
30745 \series bold
30746
30747 \backslash
30748 @removefromreset
30749 \series default
30750
30751 \begin_inset Index idx
30752 status collapsed
30753
30754 \begin_layout Plain Layout
30755 Commands ! 
30756 \begin_inset ERT
30757 status collapsed
30758
30759 \begin_layout Plain Layout
30760
30761 "
30762 \end_layout
30763
30764 \end_inset
30765
30766 @
30767 \begin_inset ERT
30768 status collapsed
30769
30770 \begin_layout Plain Layout
30771
30772 "
30773 \end_layout
30774
30775 \end_inset
30776
30777  ! 
30778 \backslash
30779
30780 \begin_inset ERT
30781 status collapsed
30782
30783 \begin_layout Plain Layout
30784
30785 "
30786 \end_layout
30787
30788 \end_inset
30789
30790 @
30791 \begin_inset ERT
30792 status collapsed
30793
30794 \begin_layout Plain Layout
30795
30796 "
30797 \end_layout
30798
30799 \end_inset
30800
30801 removefromreset
30802 \end_layout
30803
30804 \end_inset
30805
30806  can be used with the same scheme as 
30807 \series bold
30808
30809 \backslash
30810 @addtoreset
30811 \series default
30812 .
30813 \end_layout
30814
30815 \begin_layout Standard
30816 \begin_inset VSpace bigskip
30817 \end_inset
30818
30819 Sometimes formulas should be numbered in the following form:
30820 \end_layout
30821
30822 \begin_layout Standard
30823
30824 \family typewriter
30825 (section number.formula number)
30826 \end_layout
30827
30828 \begin_layout Standard
30829 The formula number should start with every section with 
30830 \begin_inset Quotes eld
30831 \end_inset
30832
30833 1
30834 \begin_inset Quotes erd
30835 \end_inset
30836
30837 .
30838 \end_layout
30839
30840 \begin_layout Standard
30841 For this case there is the command 
30842 \series bold
30843
30844 \backslash
30845 numberwithin
30846 \series default
30847
30848 \begin_inset Index idx
30849 status collapsed
30850
30851 \begin_layout Plain Layout
30852 Commands ! N ! 
30853 \backslash
30854 numberwithin
30855 \end_layout
30856
30857 \end_inset
30858
30859 , which is used with the following scheme:
30860 \end_layout
30861
30862 \begin_layout Standard
30863
30864 \series bold
30865
30866 \backslash
30867 numberwithin{counter}{sectioning}
30868 \end_layout
30869
30870 \begin_layout Standard
30871 Counter denotes what kind of numbering is affected, sectioning denotes what
30872  number is before the dot.
30873 \end_layout
30874
30875 \begin_layout Standard
30876 Thus in our case the following \SpecialChar LaTeX
30877  preamble or \SpecialChar TeX
30878  code line is used:
30879 \end_layout
30880
30881 \begin_layout Standard
30882
30883 \series bold
30884
30885 \backslash
30886 numberwithin{equation}{section}
30887 \end_layout
30888
30889 \begin_layout Standard
30890 This is the result:
30891 \begin_inset ERT
30892 status collapsed
30893
30894 \begin_layout Plain Layout
30895
30896
30897 \backslash
30898 numberwithin{equation}{section}
30899 \end_layout
30900
30901 \end_inset
30902
30903
30904 \begin_inset Formula 
30905 \begin{equation}
30906 A+B=C
30907 \end{equation}
30908
30909 \end_inset
30910
30911
30912 \end_layout
30913
30914 \begin_layout Standard
30915 To number e.
30916 \begin_inset space \thinspace{}
30917 \end_inset
30918
30919 g.
30920 \begin_inset space \space{}
30921 \end_inset
30922
30923 tables so that the number of the part is the sectioning,
30924 \begin_inset Newline newline
30925 \end_inset
30926
30927
30928 \series bold
30929
30930 \backslash
30931 numberwithin{table}{part}
30932 \series default
30933  is used.
30934 \end_layout
30935
30936 \begin_layout Standard
30937 To go back to the standard numbering or to prevent this kind of numbering
30938  when it is defined by the document class, the following command is inserted
30939  as \SpecialChar TeX
30940  code or to the \SpecialChar LaTeX
30941  preamble:
30942 \end_layout
30943
30944 \begin_layout Standard
30945
30946 \series bold
30947
30948 \backslash
30949 renewcommand{
30950 \backslash
30951 theequation}{
30952 \backslash
30953 arabic{equation}}
30954 \begin_inset Index idx
30955 status collapsed
30956
30957 \begin_layout Plain Layout
30958 Commands ! A ! 
30959 \backslash
30960 arabic
30961 \end_layout
30962
30963 \end_inset
30964
30965
30966 \series default
30967
30968 \begin_inset ERT
30969 status collapsed
30970
30971 \begin_layout Plain Layout
30972
30973
30974 \backslash
30975 renewcommand{
30976 \backslash
30977 theequation}{
30978 \backslash
30979 arabic{equation}}
30980 \end_layout
30981
30982 \end_inset
30983
30984
30985 \series bold
30986
30987 \begin_inset Newline newline
30988 \end_inset
30989
30990
30991 \series default
30992 or
30993 \series bold
30994
30995 \begin_inset Newline newline
30996 \end_inset
30997
30998
30999 \backslash
31000 renewcommand{
31001 \backslash
31002 thetable}{
31003 \backslash
31004 arabic{table}}
31005 \end_layout
31006
31007 \begin_layout Standard
31008
31009 \series bold
31010
31011 \backslash
31012 numberwithin
31013 \series default
31014  uses internally the command 
31015 \series bold
31016
31017 \backslash
31018 @addtoreset
31019 \series default
31020 , described above, that also needs to be reverted.
31021 \begin_inset ERT
31022 status collapsed
31023
31024 \begin_layout Plain Layout
31025
31026
31027 \backslash
31028 makeatletter
31029 \end_layout
31030
31031 \begin_layout Plain Layout
31032
31033
31034 \backslash
31035 @removefromreset{equation}{section}
31036 \end_layout
31037
31038 \begin_layout Plain Layout
31039
31040
31041 \backslash
31042 makeatother
31043 \end_layout
31044
31045 \end_inset
31046
31047
31048 \end_layout
31049
31050 \begin_layout Subsection
31051 Numbering with Roman Numbers and Letters
31052 \begin_inset Index idx
31053 status collapsed
31054
31055 \begin_layout Plain Layout
31056 Formula numbering ! with letters
31057 \end_layout
31058
31059 \end_inset
31060
31061
31062 \begin_inset Index idx
31063 status collapsed
31064
31065 \begin_layout Plain Layout
31066 Formula numbering ! with Roman numbers
31067 \end_layout
31068
31069 \end_inset
31070
31071
31072 \end_layout
31073
31074 \begin_layout Standard
31075 Formulas can also be numbered with Roman numbers and Latin letters.
31076  To number for example with small Roman numbers, the command
31077 \end_layout
31078
31079 \begin_layout Standard
31080
31081 \series bold
31082
31083 \backslash
31084 renewcommand{
31085 \backslash
31086 theequation}{
31087 \backslash
31088 roman{equation}}
31089 \end_layout
31090
31091 \begin_layout Standard
31092 is inserted before the formula in \SpecialChar TeX
31093  mode.
31094  
31095 \series bold
31096
31097 \backslash
31098 renewcommand
31099 \series default
31100
31101 \begin_inset Index idx
31102 status collapsed
31103
31104 \begin_layout Plain Layout
31105 Commands ! R ! 
31106 \backslash
31107 renewcommand
31108 \end_layout
31109
31110 \end_inset
31111
31112  redefines the predefined command 
31113 \series bold
31114
31115 \backslash
31116 theequation
31117 \series default
31118  to the command 
31119 \series bold
31120
31121 \backslash
31122 roman{equation}
31123 \series default
31124 .
31125 \begin_inset Foot
31126 status collapsed
31127
31128 \begin_layout Plain Layout
31129 The command 
31130 \series bold
31131
31132 \backslash
31133 renewcommand
31134 \series default
31135  has the same scheme like the command 
31136 \series bold
31137
31138 \backslash
31139 newcommand
31140 \series default
31141  that is described in 
31142 \begin_inset CommandInset ref
31143 LatexCommand ref
31144 reference "subsec:The-Command-newcommand"
31145
31146 \end_inset
31147
31148 .
31149 \end_layout
31150
31151 \end_inset
31152
31153  
31154 \series bold
31155 equation
31156 \series default
31157  is the formula counter.
31158  When the command 
31159 \series bold
31160
31161 \backslash
31162 the
31163 \series default
31164  is used as prefix for a counter, the value of the counter is output as
31165  Arabic number.
31166  When a formula is numbered, \SpecialChar LaTeX
31167  sets internally the command 
31168 \series bold
31169
31170 \backslash
31171 theequation
31172 \series default
31173  behind the formula.
31174  
31175 \series bold
31176
31177 \backslash
31178 roman{equation}
31179 \begin_inset Index idx
31180 status collapsed
31181
31182 \begin_layout Plain Layout
31183 Commands ! R ! 
31184 \backslash
31185 roman
31186 \end_layout
31187
31188 \end_inset
31189
31190
31191 \series default
31192  outputs the counter as small Roman number.
31193 \end_layout
31194
31195 \begin_layout Standard
31196 All formulas behind the command 
31197 \series bold
31198
31199 \backslash
31200 renew
31201 \series default
31202 c
31203 \series bold
31204 ommand
31205 \series default
31206  are now numbered Roman.
31207  To switch to numbering with big Roman numbers, the command is inserted
31208  again, but 
31209 \series bold
31210
31211 \backslash
31212 roman
31213 \series default
31214  is replaced by 
31215 \series bold
31216
31217 \backslash
31218 Roman
31219 \series default
31220
31221 \begin_inset Index idx
31222 status collapsed
31223
31224 \begin_layout Plain Layout
31225 Commands ! R ! 
31226 \backslash
31227 roman@
31228 \backslash
31229 Roman
31230 \end_layout
31231
31232 \end_inset
31233
31234 .
31235  To 
31236 \begin_inset Quotes eld
31237 \end_inset
31238
31239 number
31240 \begin_inset Quotes erd
31241 \end_inset
31242
31243  with small Latin letters there is the command 
31244 \series bold
31245
31246 \backslash
31247 alph
31248 \series default
31249
31250 \begin_inset Index idx
31251 status collapsed
31252
31253 \begin_layout Plain Layout
31254 Commands ! A ! 
31255 \backslash
31256 alph
31257 \end_layout
31258
31259 \end_inset
31260
31261 , for big ones there is the command 
31262 \series bold
31263
31264 \backslash
31265 Alph
31266 \series default
31267
31268 \begin_inset Index idx
31269 status collapsed
31270
31271 \begin_layout Plain Layout
31272 Commands ! A ! 
31273 \backslash
31274 alph@
31275 \backslash
31276 Alph
31277 \end_layout
31278
31279 \end_inset
31280
31281 .
31282 \end_layout
31283
31284 \begin_layout Standard
31285 \begin_inset Note Greyedout
31286 status open
31287
31288 \begin_layout Plain Layout
31289
31290 \series bold
31291 \color none
31292 Note:
31293 \series default
31294  Only maximal 26
31295 \begin_inset space ~
31296 \end_inset
31297
31298 formulas can be numbered with Latin letters in one document.
31299 \end_layout
31300
31301 \end_inset
31302
31303
31304 \end_layout
31305
31306 \begin_layout Standard
31307 \begin_inset ERT
31308 status collapsed
31309
31310 \begin_layout Plain Layout
31311
31312
31313 \backslash
31314 renewcommand{
31315 \backslash
31316 theequation}{
31317 \backslash
31318 roman{equation}}
31319 \end_layout
31320
31321 \end_inset
31322
31323
31324 \end_layout
31325
31326 \begin_layout Standard
31327 \begin_inset Formula 
31328 \begin{equation}
31329 A=\textrm{small roman}
31330 \end{equation}
31331
31332 \end_inset
31333
31334
31335 \begin_inset ERT
31336 status collapsed
31337
31338 \begin_layout Plain Layout
31339
31340
31341 \backslash
31342 renewcommand{
31343 \backslash
31344 theequation}{
31345 \backslash
31346 Roman{equation}}
31347 \end_layout
31348
31349 \end_inset
31350
31351
31352 \begin_inset Formula 
31353 \begin{equation}
31354 B=\textrm{big Roman}\label{eq:Rom}
31355 \end{equation}
31356
31357 \end_inset
31358
31359
31360 \begin_inset ERT
31361 status collapsed
31362
31363 \begin_layout Plain Layout
31364
31365
31366 \backslash
31367 renewcommand{
31368 \backslash
31369 theequation}{
31370 \backslash
31371 alph{equation}}
31372 \end_layout
31373
31374 \end_inset
31375
31376
31377 \begin_inset Formula 
31378 \begin{equation}
31379 C=\textrm{small Latin}
31380 \end{equation}
31381
31382 \end_inset
31383
31384
31385 \begin_inset ERT
31386 status collapsed
31387
31388 \begin_layout Plain Layout
31389
31390
31391 \backslash
31392 renewcommand{
31393 \backslash
31394 theequation}{
31395 \backslash
31396 Alph{equation}}
31397 \end_layout
31398
31399 \end_inset
31400
31401
31402 \begin_inset Formula 
31403 \begin{equation}
31404 D=\textrm{big Latin}\label{eq:Lat}
31405 \end{equation}
31406
31407 \end_inset
31408
31409
31410 \end_layout
31411
31412 \begin_layout Standard
31413 To switch back to the default numbering, insert the command:
31414 \end_layout
31415
31416 \begin_layout Standard
31417
31418 \series bold
31419
31420 \backslash
31421 renewcommand{
31422 \backslash
31423 theequation}{
31424 \backslash
31425 arabic{equation}}
31426 \begin_inset Index idx
31427 status collapsed
31428
31429 \begin_layout Plain Layout
31430 Commands ! A ! 
31431 \backslash
31432 arabic
31433 \end_layout
31434
31435 \end_inset
31436
31437
31438 \end_layout
31439
31440 \begin_layout Standard
31441 \begin_inset ERT
31442 status collapsed
31443
31444 \begin_layout Plain Layout
31445
31446
31447 \backslash
31448 renewcommand{
31449 \backslash
31450 theequation}{
31451 \backslash
31452 arabic{equation}}
31453 \end_layout
31454
31455 \end_inset
31456
31457
31458 \begin_inset Formula 
31459 \begin{equation}
31460 E=\textrm{Arabic}
31461 \end{equation}
31462
31463 \end_inset
31464
31465
31466 \end_layout
31467
31468 \begin_layout Standard
31469 \begin_inset VSpace medskip
31470 \end_inset
31471
31472 As you see, formulas are numbered serially independent from the numbering
31473  style.
31474  When then numbering should start with 
31475 \begin_inset Quotes eld
31476 \end_inset
31477
31478 1
31479 \begin_inset Quotes erd
31480 \end_inset
31481
31482  when the style is changed, new equation counters have to be defined.
31483  A description about this can be found in the file 
31484 \begin_inset CommandInset href
31485 LatexCommand href
31486 name "Formula-numbering.lyx"
31487 target "run:Formula-numbering.lyx"
31488
31489 \end_inset
31490
31491 .
31492 \end_layout
31493
31494 \begin_layout Section
31495 Chemical Symbols and Equations
31496 \begin_inset CommandInset label
31497 LatexCommand label
31498 name "subsec:Chemical-Symbols-and"
31499
31500 \end_inset
31501
31502
31503 \begin_inset Index idx
31504 status collapsed
31505
31506 \begin_layout Plain Layout
31507 Chemical characters ! Symbols
31508 \end_layout
31509
31510 \end_inset
31511
31512
31513 \begin_inset Index idx
31514 status collapsed
31515
31516 \begin_layout Plain Layout
31517 Chemical equations
31518 \end_layout
31519
31520 \end_inset
31521
31522
31523 \begin_inset Index idx
31524 status collapsed
31525
31526 \begin_layout Plain Layout
31527 Symbols ! chemical
31528 \end_layout
31529
31530 \end_inset
31531
31532
31533 \end_layout
31534
31535 \begin_layout Standard
31536 An example text from chemistry:
31537 \end_layout
31538
31539 \begin_layout Quote
31540 The 
31541 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31542 \end_inset
31543
31544 -ion reacts with two 
31545 \begin_inset Formula $\mathrm{Na^{+}}$
31546 \end_inset
31547
31548 -ions to sodium sulfate 
31549 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31550 \end_inset
31551
31552 .
31553  The chemical equation for this is:
31554 \begin_inset Formula 
31555 \begin{equation}
31556 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31557 \end{equation}
31558
31559 \end_inset
31560
31561
31562 \end_layout
31563
31564 \begin_layout Standard
31565 This chemical equation can directly be created as formula.
31566  To avoid that the symbols appear italic, everything is highlighted and
31567  changed by the shortcut 
31568 \begin_inset Info
31569 type  "shortcut"
31570 arg   "font-roman"
31571 \end_inset
31572
31573  to the upright font style.
31574 \begin_inset Foot
31575 status collapsed
31576
31577 \begin_layout Plain Layout
31578 font styles
31579 \series bold
31580  
31581 \series default
31582 see 
31583 \begin_inset CommandInset ref
31584 LatexCommand ref
31585 reference "subsec:Font-Styles"
31586
31587 \end_inset
31588
31589
31590 \end_layout
31591
31592 \end_inset
31593
31594
31595 \end_layout
31596
31597 \begin_layout Standard
31598 A more convenient way to typeset chemical formulas is to use the command
31599  
31600 \series bold
31601
31602 \backslash
31603 ce
31604 \series default
31605
31606 \begin_inset Index idx
31607 status collapsed
31608
31609 \begin_layout Plain Layout
31610 Commands ! C ! 
31611 \backslash
31612 ce
31613 \end_layout
31614
31615 \end_inset
31616
31617  that is available when the \SpecialChar LaTeX
31618 -package 
31619 \series bold
31620 mhchem
31621 \series default
31622
31623 \begin_inset Index idx
31624 status collapsed
31625
31626 \begin_layout Plain Layout
31627 Packages ! mhchem
31628 \end_layout
31629
31630 \end_inset
31631
31632  is installed.
31633  After inserting 
31634 \series bold
31635
31636 \backslash
31637 ce
31638 \series default
31639  to a formula a new blue box appears where chemical formulas can be inserted
31640  in an intuitive way.
31641 \begin_inset Separator parbreak
31642 \end_inset
31643
31644
31645 \end_layout
31646
31647 \begin_layout Standard
31648 \align center
31649 \begin_inset Tabular
31650 <lyxtabular version="3" rows="10" columns="2">
31651 <features booktabs="true" tabularvalignment="middle">
31652 <column alignment="center" valignment="top" width="0pt">
31653 <column alignment="center" valignment="top">
31654 <row>
31655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31656 \begin_inset Text
31657
31658 \begin_layout Plain Layout
31659 Command
31660 \end_layout
31661
31662 \end_inset
31663 </cell>
31664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31665 \begin_inset Text
31666
31667 \begin_layout Plain Layout
31668 Result
31669 \end_layout
31670
31671 \end_inset
31672 </cell>
31673 </row>
31674 <row>
31675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31676 \begin_inset Text
31677
31678 \begin_layout Plain Layout
31679
31680 \backslash
31681 ce
31682 \begin_inset space \textvisiblespace{}
31683 \end_inset
31684
31685 H2CO3
31686 \end_layout
31687
31688 \end_inset
31689 </cell>
31690 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31691 \begin_inset Text
31692
31693 \begin_layout Plain Layout
31694 \begin_inset Formula $\ce{H2CO3}$
31695 \end_inset
31696
31697
31698 \end_layout
31699
31700 \end_inset
31701 </cell>
31702 </row>
31703 <row topspace="1.5mm">
31704 <cell alignment="center" valignment="top" usebox="none">
31705 \begin_inset Text
31706
31707 \begin_layout Plain Layout
31708
31709 \backslash
31710 ce
31711 \begin_inset space \textvisiblespace{}
31712 \end_inset
31713
31714 SO4^2-
31715 \end_layout
31716
31717 \end_inset
31718 </cell>
31719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31720 \begin_inset Text
31721
31722 \begin_layout Plain Layout
31723 \begin_inset Formula $\ce{SO4^{2-}}$
31724 \end_inset
31725
31726
31727 \end_layout
31728
31729 \end_inset
31730 </cell>
31731 </row>
31732 <row topspace="1.5mm">
31733 <cell alignment="center" valignment="top" usebox="none">
31734 \begin_inset Text
31735
31736 \begin_layout Plain Layout
31737
31738 \backslash
31739 ce
31740 \begin_inset space \textvisiblespace{}
31741 \end_inset
31742
31743 (NH4)2S
31744 \end_layout
31745
31746 \end_inset
31747 </cell>
31748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31749 \begin_inset Text
31750
31751 \begin_layout Plain Layout
31752 \begin_inset Formula $\ce{(NH4)2S}$
31753 \end_inset
31754
31755
31756 \end_layout
31757
31758 \end_inset
31759 </cell>
31760 </row>
31761 <row topspace="1.5mm">
31762 <cell alignment="center" valignment="top" usebox="none">
31763 \begin_inset Text
31764
31765 \begin_layout Plain Layout
31766
31767 \backslash
31768 ce
31769 \begin_inset space \textvisiblespace{}
31770 \end_inset
31771
31772 KCr(SO4)2.12H2O
31773 \end_layout
31774
31775 \end_inset
31776 </cell>
31777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31778 \begin_inset Text
31779
31780 \begin_layout Plain Layout
31781 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
31782 \end_inset
31783
31784
31785 \end_layout
31786
31787 \end_inset
31788 </cell>
31789 </row>
31790 <row topspace="1.5mm">
31791 <cell alignment="center" valignment="top" usebox="none">
31792 \begin_inset Text
31793
31794 \begin_layout Plain Layout
31795
31796 \backslash
31797 ce
31798 \begin_inset space \textvisiblespace{}
31799 \end_inset
31800
31801 A-B
31802 \backslash
31803 dbond
31804 \begin_inset space \textvisiblespace{}
31805 \end_inset
31806
31807 C
31808 \backslash
31809 tbond
31810 \begin_inset space \textvisiblespace{}
31811 \end_inset
31812
31813 D
31814 \end_layout
31815
31816 \end_inset
31817 </cell>
31818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31819 \begin_inset Text
31820
31821 \begin_layout Plain Layout
31822 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
31823 \end_inset
31824
31825
31826 \end_layout
31827
31828 \end_inset
31829 </cell>
31830 </row>
31831 <row topspace="1.5mm">
31832 <cell alignment="center" valignment="top" usebox="none">
31833 \begin_inset Text
31834
31835 \begin_layout Plain Layout
31836
31837 \backslash
31838 ce
31839 \begin_inset space \textvisiblespace{}
31840 \end_inset
31841
31842 ^227
31843 \begin_inset Formula $\downarrow$
31844 \end_inset
31845
31846 _90
31847 \begin_inset Formula $\to$
31848 \end_inset
31849
31850 Th+
31851 \end_layout
31852
31853 \end_inset
31854 </cell>
31855 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31856 \begin_inset Text
31857
31858 \begin_layout Plain Layout
31859 \begin_inset Formula $\ce{_{90}^{227}Th+}$
31860 \end_inset
31861
31862
31863 \end_layout
31864
31865 \end_inset
31866 </cell>
31867 </row>
31868 <row>
31869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31870 \begin_inset Text
31871
31872 \begin_layout Plain Layout
31873
31874 \backslash
31875 ce
31876 \begin_inset space \textvisiblespace{}
31877 \end_inset
31878
31879
31880 \backslash
31881 mu
31882 \begin_inset space \textvisiblespace{}
31883 \end_inset
31884
31885
31886 \backslash
31887 hyphen
31888 \begin_inset space \textvisiblespace{}
31889 \end_inset
31890
31891 Cl
31892 \end_layout
31893
31894 \end_inset
31895 </cell>
31896 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31897 \begin_inset Text
31898
31899 \begin_layout Plain Layout
31900 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
31901 \end_inset
31902
31903
31904 \end_layout
31905
31906 \end_inset
31907 </cell>
31908 </row>
31909 <row>
31910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31911 \begin_inset Text
31912
31913 \begin_layout Plain Layout
31914
31915 \backslash
31916 ce
31917 \begin_inset space \textvisiblespace{}
31918 \end_inset
31919
31920 CO2
31921 \begin_inset space \textvisiblespace{}
31922 \end_inset
31923
31924 +
31925 \begin_inset space \textvisiblespace{}
31926 \end_inset
31927
31928 C
31929 \begin_inset space \textvisiblespace{}
31930 \end_inset
31931
31932 <=>
31933 \begin_inset space \textvisiblespace{}
31934 \end_inset
31935
31936 2CO
31937 \end_layout
31938
31939 \end_inset
31940 </cell>
31941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31942 \begin_inset Text
31943
31944 \begin_layout Plain Layout
31945 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
31946 \end_inset
31947
31948
31949 \end_layout
31950
31951 \end_inset
31952 </cell>
31953 </row>
31954 <row topspace="1.5mm">
31955 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31956 \begin_inset Text
31957
31958 \begin_layout Plain Layout
31959
31960 \backslash
31961 ce
31962 \begin_inset space \textvisiblespace{}
31963 \end_inset
31964
31965 CO2
31966 \begin_inset space \textvisiblespace{}
31967 \end_inset
31968
31969 +
31970 \begin_inset space \textvisiblespace{}
31971 \end_inset
31972
31973 C
31974 \begin_inset space \textvisiblespace{}
31975 \end_inset
31976
31977 ->[
31978 \backslash
31979 alpha][
31980 \backslash
31981 beta]
31982 \begin_inset space \textvisiblespace{}
31983 \end_inset
31984
31985 2CO}
31986 \end_layout
31987
31988 \end_inset
31989 </cell>
31990 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
31991 \begin_inset Text
31992
31993 \begin_layout Plain Layout
31994 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
31995 \end_inset
31996
31997
31998 \end_layout
31999
32000 \end_inset
32001 </cell>
32002 </row>
32003 </lyxtabular>
32004
32005 \end_inset
32006
32007
32008 \end_layout
32009
32010 \begin_layout Standard
32011 \begin_inset Note Greyedout
32012 status open
32013
32014 \begin_layout Plain Layout
32015
32016 \series bold
32017 \color none
32018 Note:
32019 \series default
32020  It is not possible in \SpecialChar LyX
32021  to use the character ^ to get an up-arrow as described
32022  in the 
32023 \series bold
32024 mhchem
32025 \series default
32026  manual.
32027  One instead uses a negative thin space followed by the command 
32028 \series bold
32029
32030 \backslash
32031 uparrow
32032 \series default
32033
32034 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32035 \end_inset
32036
32037
32038 \end_layout
32039
32040 \end_inset
32041
32042
32043 \end_layout
32044
32045 \begin_layout Standard
32046 Using 
32047 \series bold
32048
32049 \backslash
32050 ce
32051 \series default
32052  the command for equation
32053 \begin_inset space ~
32054 \end_inset
32055
32056
32057 \begin_inset CommandInset ref
32058 LatexCommand eqref
32059 reference "eq:chem-reaction"
32060
32061 \end_inset
32062
32063  is:
32064 \begin_inset Newline newline
32065 \end_inset
32066
32067
32068 \series bold
32069  
32070 \backslash
32071 ce
32072 \begin_inset space \textvisiblespace{}
32073 \end_inset
32074
32075 2Na+
32076 \begin_inset space \textvisiblespace{}
32077 \end_inset
32078
32079 +
32080 \begin_inset space \textvisiblespace{}
32081 \end_inset
32082
32083 SO4^2-
32084 \begin_inset space \textvisiblespace{}
32085 \end_inset
32086
32087
32088 \begin_inset space \textvisiblespace{}
32089 \end_inset
32090
32091 ->
32092 \begin_inset space \textvisiblespace{}
32093 \end_inset
32094
32095 Na2SO4
32096 \end_layout
32097
32098 \begin_layout Standard
32099 To create multiline chemical equations first a multiline formula is created
32100  as described in 
32101 \begin_inset CommandInset ref
32102 LatexCommand ref
32103 reference "sec:Multiline-Formulas"
32104
32105 \end_inset
32106
32107 .
32108  Afterwards the command 
32109 \series bold
32110
32111 \backslash
32112 ce
32113 \series default
32114  is used in every small blue box of the formula.
32115  
32116 \begin_inset CommandInset ref
32117 LatexCommand eqref
32118 reference "eq:TEOS-reaction-1"
32119
32120 \end_inset
32121
32122  and 
32123 \begin_inset CommandInset ref
32124 LatexCommand eqref
32125 reference "eq:TEOS-reaction-2"
32126
32127 \end_inset
32128
32129  are an example of a multi-stage chemical reaction where every equation
32130  has its own number.
32131 \begin_inset Formula 
32132 \begin{eqnarray}
32133 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32134 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32135 \end{eqnarray}
32136
32137 \end_inset
32138
32139
32140 \end_layout
32141
32142 \begin_layout Standard
32143 Besides 
32144 \series bold
32145
32146 \backslash
32147 ce
32148 \series default
32149  the 
32150 \series bold
32151 mhchem
32152 \series default
32153  package provides the command 
32154 \series bold
32155
32156 \backslash
32157 cf
32158 \series default
32159
32160 \begin_inset Index idx
32161 status collapsed
32162
32163 \begin_layout Plain Layout
32164 Commands ! C ! 
32165 \backslash
32166 cf
32167 \end_layout
32168
32169 \end_inset
32170
32171  that has to be used for special cases.
32172  For more information about 
32173 \series bold
32174
32175 \backslash
32176 cf
32177 \series default
32178  and more examples have a look at the documentation of 
32179 \series bold
32180 mhchem
32181 \series default
32182
32183 \begin_inset CommandInset citation
32184 LatexCommand cite
32185 key "mhchem"
32186
32187 \end_inset
32188
32189 .
32190 \end_layout
32191
32192 \begin_layout Section
32193 Diagrams
32194 \end_layout
32195
32196 \begin_layout Standard
32197 \SpecialChar LyX
32198  supports two types of commutative diagrams: 
32199 \series bold
32200 amscd
32201 \series default
32202  and 
32203 \series bold
32204 xymatrix
32205 \series default
32206  that are explained in the following.
32207 \end_layout
32208
32209 \begin_layout Subsection
32210 Amscd Diagrams
32211 \begin_inset Index idx
32212 status collapsed
32213
32214 \begin_layout Plain Layout
32215 Diagrams ! amscd
32216 \end_layout
32217
32218 \end_inset
32219
32220
32221 \end_layout
32222
32223 \begin_layout Standard
32224 Diagrams of this type visualize relations by vertical and horizontal lines
32225  or arrows:
32226 \begin_inset Formula 
32227 \[
32228 \begin{CD}A@>>>B@>>>C\\
32229 @AAA@.@VVV\\
32230 F@<<<E@<<<D
32231 \end{CD}
32232 \]
32233
32234 \end_inset
32235
32236
32237 \end_layout
32238
32239 \begin_layout Standard
32240 To get them, the command 
32241 \series bold
32242
32243 \backslash
32244 CD
32245 \begin_inset Index idx
32246 status collapsed
32247
32248 \begin_layout Plain Layout
32249 Commands ! C ! 
32250 \backslash
32251 CD
32252 \end_layout
32253
32254 \end_inset
32255
32256
32257 \series default
32258  is inserted to a formula.
32259  A blue box appears with two dashed lines where further commands can be
32260  inserted.
32261  With 
32262 \begin_inset Info
32263 type  "shortcut"
32264 arg   "newline-insert newline"
32265 \end_inset
32266
32267  a new line is created.
32268  Horizontal relations are inserted in odd, vertical in even formula lines.
32269 \end_layout
32270
32271 \begin_layout Standard
32272 To create the relations there are the following commands:
32273 \end_layout
32274
32275 \begin_layout Itemize
32276
32277 \series bold
32278 @<<<
32279 \series default
32280  creates a left arrow, 
32281 \series bold
32282 @>>>
32283 \series default
32284  a right arrow and 
32285 \series bold
32286 @=
32287 \series default
32288  a long equal sign
32289 \end_layout
32290
32291 \begin_layout Itemize
32292
32293 \series bold
32294 @AAA
32295 \series default
32296  creates an up arrow, 
32297 \series bold
32298 @VVV
32299 \series default
32300  a down arrow and 
32301 \series bold
32302 @|
32303 \series default
32304  a vertical equal sign
32305 \end_layout
32306
32307 \begin_layout Itemize
32308
32309 \series bold
32310 @.
32311
32312 \series default
32313  is a placeholder for non-existent relations
32314 \end_layout
32315
32316 \begin_layout Standard
32317 All arrows can be labeled as follows:
32318 \end_layout
32319
32320 \begin_layout Itemize
32321 If text inserted between the first and second < or >, resp., it is placed
32322  above the arrow.
32323  When it is inserted between the second and third one, it appears under
32324  the arrow.
32325 \end_layout
32326
32327 \begin_layout Itemize
32328 When text for vertical arrows is inserted between the first and second A
32329  or V, resp., it is placed left beside the arrow.
32330  When it is inserted between the second and third one, it appears right
32331  beside the arrow.
32332  If the text contains an A or V, these letters must be set into a \SpecialChar TeX
32333  brace.
32334 \end_layout
32335
32336 \begin_layout Standard
32337 As example a diagram with all possible relations:
32338 \end_layout
32339
32340 \begin_layout Standard
32341 \begin_inset Formula 
32342 \[
32343 \begin{CD}A@>j>>B@>>k>C@=F\\
32344 @AmAA@.@VV{V}V@|\\
32345 D@<<j<E@>k>>F@=C
32346 \end{CD}
32347 \]
32348
32349 \end_inset
32350
32351
32352 \end_layout
32353
32354 \begin_layout Standard
32355 The command for this is:
32356 \begin_inset Newline newline
32357 \end_inset
32358
32359
32360 \series bold
32361
32362 \backslash
32363 CD
32364 \begin_inset space \textvisiblespace{}
32365 \end_inset
32366
32367 A@>j>>B@>>k>C@=F Ctrl+Return
32368 \begin_inset Newline newline
32369 \end_inset
32370
32371
32372 \begin_inset Phantom HPhantom
32373 status open
32374
32375 \begin_layout Plain Layout
32376
32377 \series bold
32378
32379 \backslash
32380 CD
32381 \begin_inset space \textvisiblespace{}
32382 \end_inset
32383
32384
32385 \end_layout
32386
32387 \end_inset
32388
32389 @AmAA@.@VV
32390 \backslash
32391 {V
32392 \series default
32393
32394 \begin_inset Formula $\to$
32395 \end_inset
32396
32397
32398 \series bold
32399 V@| Ctrl+Return
32400 \begin_inset Newline newline
32401 \end_inset
32402
32403
32404 \begin_inset Phantom HPhantom
32405 status open
32406
32407 \begin_layout Plain Layout
32408
32409 \series bold
32410
32411 \backslash
32412 CD
32413 \begin_inset space \textvisiblespace{}
32414 \end_inset
32415
32416
32417 \end_layout
32418
32419 \end_inset
32420
32421 D@<<j<E@>k>>F@=C
32422 \end_layout
32423
32424 \begin_layout Subsection
32425 Xymatrix Diagrams
32426 \begin_inset Index idx
32427 status collapsed
32428
32429 \begin_layout Plain Layout
32430 Diagrams ! xymatrix
32431 \end_layout
32432
32433 \end_inset
32434
32435
32436 \end_layout
32437
32438 \begin_layout Standard
32439 To be able to use xymatrices, the \SpecialChar LaTeX
32440 -package 
32441 \series bold
32442 xypic
32443 \series default
32444  must be installed.
32445  A xymatrix is created by inserting the command 
32446 \series bold
32447
32448 \backslash
32449 xymatrix
32450 \series default
32451  in a formula.
32452  Then you are able to add new matrix columns and rows like for normal matrices,
32453  see 
32454 \begin_inset CommandInset ref
32455 LatexCommand ref
32456 reference "sec:Matrices"
32457
32458 \end_inset
32459
32460 .
32461 \end_layout
32462
32463 \begin_layout Standard
32464 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32465  and much more.
32466  All possibilities to create commutative diagrams and decorations are explained
32467  in detail in the 
32468 \emph on
32469 XY-pic manual
32470 \emph default
32471  that you find in the menu 
32472 \family sans
32473 Help\SpecialChar menuseparator
32474 Specific
32475 \begin_inset space ~
32476 \end_inset
32477
32478 Manuals
32479 \family default
32480 .
32481 \end_layout
32482
32483 \begin_layout Subsection
32484
32485 \noun on
32486 Feynman
32487 \noun default
32488  Diagrams
32489 \begin_inset Index idx
32490 status collapsed
32491
32492 \begin_layout Plain Layout
32493 Diagrams ! Feynman
32494 \end_layout
32495
32496 \end_inset
32497
32498
32499 \end_layout
32500
32501 \begin_layout Standard
32502 To be able to use 
32503 \noun on
32504 Feynman
32505 \noun default
32506 -diagrams, the \SpecialChar LaTeX
32507 -package 
32508 \series bold
32509 feyn
32510 \series default
32511  must be installed.
32512  A 
32513 \noun on
32514 Feynman
32515 \noun default
32516 -diagram is created by inserting the command 
32517 \series bold
32518
32519 \backslash
32520 Diagram
32521 \series default
32522  in a formula.
32523  Then you are able to add new matrix columns and rows like for normal matrices,
32524  see 
32525 \begin_inset CommandInset ref
32526 LatexCommand ref
32527 reference "sec:Matrices"
32528
32529 \end_inset
32530
32531 .
32532 \end_layout
32533
32534 \begin_layout Standard
32535 Examples how to create 
32536 \noun on
32537 Feynman-
32538 \noun default
32539 diagrams in \SpecialChar LyX
32540  is given in the 
32541 \emph on
32542 Feynman-diagram manual
32543 \emph default
32544  that you find in the menu 
32545 \family sans
32546 Help\SpecialChar menuseparator
32547 Specific
32548 \begin_inset space ~
32549 \end_inset
32550
32551 Manuals
32552 \family default
32553 .
32554 \end_layout
32555
32556 \begin_layout Standard
32557 \begin_inset Newpage newpage
32558 \end_inset
32559
32560
32561 \end_layout
32562
32563 \begin_layout Section
32564 User-defined Commands
32565 \begin_inset Index idx
32566 status collapsed
32567
32568 \begin_layout Plain Layout
32569 User-defined commands
32570 \end_layout
32571
32572 \end_inset
32573
32574
32575 \end_layout
32576
32577 \begin_layout Standard
32578 \begin_inset Note Greyedout
32579 status open
32580
32581 \begin_layout Plain Layout
32582
32583 \series bold
32584 Note:
32585 \series default
32586  The names of user-defined commands and macros may only consist of Latin
32587  letters.
32588 \end_layout
32589
32590 \end_inset
32591
32592
32593 \end_layout
32594
32595 \begin_layout Subsection
32596 The Command 
32597 \backslash
32598 newcommand
32599 \begin_inset CommandInset label
32600 LatexCommand label
32601 name "subsec:The-Command-newcommand"
32602
32603 \end_inset
32604
32605
32606 \begin_inset Index idx
32607 status collapsed
32608
32609 \begin_layout Plain Layout
32610 User-defined commands ! 
32611 \backslash
32612 newcommand
32613 \end_layout
32614
32615 \end_inset
32616
32617
32618 \begin_inset Index idx
32619 status collapsed
32620
32621 \begin_layout Plain Layout
32622 Commands ! N ! 
32623 \backslash
32624 newcommand
32625 \end_layout
32626
32627 \end_inset
32628
32629
32630 \end_layout
32631
32632 \begin_layout Standard
32633 Many \SpecialChar LaTeX
32634 -commands are too long to be used frequently.
32635  But it is possible to define with the command 
32636 \series bold
32637
32638 \backslash
32639 newcommand
32640 \series default
32641  new shorter commands.
32642 \end_layout
32643
32644 \begin_layout Standard
32645 The command scheme of 
32646 \series bold
32647
32648 \backslash
32649 newcommand
32650 \series default
32651  is:
32652 \end_layout
32653
32654 \begin_layout Standard
32655
32656 \series bold
32657
32658 \backslash
32659 newcommand{new command name}[number of arguments][optional
32660 \series default
32661  
32662 \series bold
32663 value]
32664 \begin_inset Newline newline
32665 \end_inset
32666
32667
32668 \begin_inset Phantom HPhantom
32669 status open
32670
32671 \begin_layout Plain Layout
32672
32673 \series bold
32674
32675 \backslash
32676 newcommand
32677 \end_layout
32678
32679 \end_inset
32680
32681 {command definition}
32682 \end_layout
32683
32684 \begin_layout Standard
32685 \begin_inset Note Greyedout
32686 status open
32687
32688 \begin_layout Plain Layout
32689
32690 \series bold
32691 Note:
32692 \series default
32693  Assure that the name of the new command is not already used in your document
32694  or by \SpecialChar LaTeX
32695 -packages that you use.
32696  When you for example define the command 
32697 \series bold
32698
32699 \backslash
32700 le
32701 \series default
32702  for 
32703 \series bold
32704
32705 \backslash
32706 Leftarrow
32707 \series default
32708 , you get an error message because 
32709 \series bold
32710
32711 \backslash
32712 le
32713 \series default
32714  is already defined as command for 
32715 \begin_inset Quotes eld
32716 \end_inset
32717
32718
32719 \begin_inset Formula $\le$
32720 \end_inset
32721
32722
32723 \begin_inset Quotes erd
32724 \end_inset
32725
32726 .
32727 \end_layout
32728
32729 \end_inset
32730
32731
32732 \end_layout
32733
32734 \begin_layout Standard
32735 The number of arguments is an integer in the range 0
32736 \begin_inset space \thinspace{}
32737 \end_inset
32738
32739 -
32740 \begin_inset space \thinspace{}
32741 \end_inset
32742
32743 9 and specifies how many arguments the new command should have.
32744  With the optional value a value for an optional argument can be predefined.
32745  When this is done, the 
32746 \emph on
32747 first
32748 \emph default
32749  
32750 \emph on
32751 a
32752 \emph default
32753 rgument of the new command is automatically an optional one.
32754 \end_layout
32755
32756 \begin_layout Standard
32757 Here are some examples:
32758 \end_layout
32759
32760 \begin_layout Itemize
32761 To define the command 
32762 \series bold
32763
32764 \backslash
32765 gr
32766 \series default
32767  for 
32768 \series bold
32769
32770 \backslash
32771 Longrightarrow
32772 \series default
32773 , the \SpecialChar LaTeX
32774 -preamble line is:
32775 \begin_inset VSpace medskip
32776 \end_inset
32777
32778
32779 \begin_inset Newline newline
32780 \end_inset
32781
32782
32783 \series bold
32784
32785 \backslash
32786 newcommand{
32787 \backslash
32788 gr}{
32789 \backslash
32790 Longrightarrow}
32791 \end_layout
32792
32793 \begin_layout Itemize
32794 To define the command 
32795 \series bold
32796
32797 \backslash
32798 us
32799 \series default
32800  for 
32801 \series bold
32802
32803 \backslash
32804 underline
32805 \series default
32806 , the argument (that should be underlined) must be taken into account.
32807  For this the preamble line is:
32808 \begin_inset VSpace medskip
32809 \end_inset
32810
32811
32812 \begin_inset Newline newline
32813 \end_inset
32814
32815
32816 \series bold
32817
32818 \backslash
32819 newcommand{
32820 \backslash
32821 us}[1]{
32822 \backslash
32823 underline{#1}}
32824 \series default
32825
32826 \begin_inset VSpace medskip
32827 \end_inset
32828
32829
32830 \begin_inset Newline newline
32831 \end_inset
32832
32833 The character 
32834 \series bold
32835 #
32836 \series default
32837  acts as argument placeholder, the 
32838 \series bold
32839 1
32840 \series default
32841  behind it denotes that it is the placeholder for the first argument.
32842 \end_layout
32843
32844 \begin_layout Itemize
32845 For 
32846 \series bold
32847
32848 \backslash
32849 framebox
32850 \series default
32851  one can e.
32852 \begin_inset space \thinspace{}
32853 \end_inset
32854
32855 g.
32856 \begin_inset space \space{}
32857 \end_inset
32858
32859 define the command 
32860 \series bold
32861
32862 \backslash
32863 fb
32864 \series default
32865 :
32866 \begin_inset VSpace medskip
32867 \end_inset
32868
32869
32870 \begin_inset Newline newline
32871 \end_inset
32872
32873
32874 \series bold
32875
32876 \backslash
32877 newcommand{
32878 \backslash
32879 fb}[3]{
32880 \backslash
32881 framebox#1#2{$#3$}}
32882 \series default
32883
32884 \begin_inset VSpace medskip
32885 \end_inset
32886
32887
32888 \begin_inset Newline newline
32889 \end_inset
32890
32891 The two Dollar signs creates the extra formula needed for 
32892 \series bold
32893
32894 \backslash
32895 framebox
32896 \series default
32897 , see 
32898 \begin_inset CommandInset ref
32899 LatexCommand ref
32900 reference "subsec:Boxes-with-Frame"
32901
32902 \end_inset
32903
32904 .
32905 \end_layout
32906
32907 \begin_layout Itemize
32908 To create a new command for 
32909 \series bold
32910
32911 \backslash
32912 fcolorbox
32913 \series default
32914  where the color for the box need not be specified, the argument for the
32915  color is defined optional:
32916 \begin_inset VSpace medskip
32917 \end_inset
32918
32919
32920 \begin_inset Newline newline
32921 \end_inset
32922
32923
32924 \series bold
32925
32926 \backslash
32927 newcommand{
32928 \backslash
32929 cb}[3][white]{
32930 \backslash
32931 fcolorbox{#2}{#1}{$#3$}}
32932 \series default
32933
32934 \begin_inset VSpace medskip
32935 \end_inset
32936
32937
32938 \begin_inset Newline newline
32939 \end_inset
32940
32941 When the color is not specified when using 
32942 \series bold
32943
32944 \backslash
32945 cb
32946 \series default
32947 , the predefined color 
32948 \series bold
32949 white
32950 \series default
32951  will be used.
32952 \end_layout
32953
32954 \begin_layout Standard
32955 A test of the new defined commands:
32956 \begin_inset Separator parbreak
32957 \end_inset
32958
32959
32960 \end_layout
32961
32962 \begin_layout Standard
32963 \align center
32964 \begin_inset Tabular
32965 <lyxtabular version="3" rows="6" columns="2">
32966 <features booktabs="true" tabularvalignment="middle">
32967 <column alignment="center" valignment="top" width="0pt">
32968 <column alignment="center" valignment="top">
32969 <row>
32970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32971 \begin_inset Text
32972
32973 \begin_layout Plain Layout
32974 Command
32975 \end_layout
32976
32977 \end_inset
32978 </cell>
32979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32980 \begin_inset Text
32981
32982 \begin_layout Plain Layout
32983 Result
32984 \end_layout
32985
32986 \end_inset
32987 </cell>
32988 </row>
32989 <row>
32990 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32991 \begin_inset Text
32992
32993 \begin_layout Plain Layout
32994 A
32995 \backslash
32996 gr
32997 \begin_inset space \textvisiblespace{}
32998 \end_inset
32999
33000 B
33001 \end_layout
33002
33003 \end_inset
33004 </cell>
33005 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33006 \begin_inset Text
33007
33008 \begin_layout Plain Layout
33009 \begin_inset Formula $A\gr B$
33010 \end_inset
33011
33012
33013 \end_layout
33014
33015 \end_inset
33016 </cell>
33017 </row>
33018 <row>
33019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33020 \begin_inset Text
33021
33022 \begin_layout Plain Layout
33023
33024 \backslash
33025 us{ABcd
33026 \end_layout
33027
33028 \end_inset
33029 </cell>
33030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33031 \begin_inset Text
33032
33033 \begin_layout Plain Layout
33034 \begin_inset Formula $\us{ABcd}$
33035 \end_inset
33036
33037
33038 \end_layout
33039
33040 \end_inset
33041 </cell>
33042 </row>
33043 <row topspace="1mm">
33044 <cell alignment="center" valignment="top" usebox="none">
33045 \begin_inset Text
33046
33047 \begin_layout Plain Layout
33048
33049 \backslash
33050 fb{[2cm]
33051 \begin_inset Formula $\to$
33052 \end_inset
33053
33054
33055 \backslash
33056 {
33057 \begin_inset Formula $\to$
33058 \end_inset
33059
33060
33061 \backslash
33062 {
33063 \backslash
33064 int
33065 \begin_inset space \textvisiblespace{}
33066 \end_inset
33067
33068 A=B
33069 \end_layout
33070
33071 \end_inset
33072 </cell>
33073 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33074 \begin_inset Text
33075
33076 \begin_layout Plain Layout
33077 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
33078 \end_inset
33079
33080
33081 \end_layout
33082
33083 \end_inset
33084 </cell>
33085 </row>
33086 <row topspace="1.5mm">
33087 <cell alignment="center" valignment="top" usebox="none">
33088 \begin_inset Text
33089
33090 \begin_layout Plain Layout
33091
33092 \backslash
33093 cb{red
33094 \begin_inset Formula $\to$
33095 \end_inset
33096
33097
33098 \backslash
33099 {
33100 \backslash
33101 int
33102 \begin_inset space \textvisiblespace{}
33103 \end_inset
33104
33105 A=B
33106 \end_layout
33107
33108 \end_inset
33109 </cell>
33110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33111 \begin_inset Text
33112
33113 \begin_layout Plain Layout
33114 \begin_inset Formula $\cb{red}{\int A=B}$
33115 \end_inset
33116
33117
33118 \end_layout
33119
33120 \end_inset
33121 </cell>
33122 </row>
33123 <row topspace="1.5mm" bottomspace="1mm">
33124 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33125 \begin_inset Text
33126
33127 \begin_layout Plain Layout
33128
33129 \backslash
33130 cb[green]
33131 \backslash
33132 {red
33133 \begin_inset Formula $\to$
33134 \end_inset
33135
33136
33137 \backslash
33138 {
33139 \backslash
33140 int
33141 \begin_inset space \textvisiblespace{}
33142 \end_inset
33143
33144 A=B
33145 \end_layout
33146
33147 \end_inset
33148 </cell>
33149 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
33150 \begin_inset Text
33151
33152 \begin_layout Plain Layout
33153 \begin_inset Formula $\cb[green]{red}{\int A=B}$
33154 \end_inset
33155
33156
33157 \end_layout
33158
33159 \end_inset
33160 </cell>
33161 </row>
33162 </lyxtabular>
33163
33164 \end_inset
33165
33166
33167 \end_layout
33168
33169 \begin_layout Subsection
33170 Math Macros
33171 \begin_inset Index idx
33172 status collapsed
33173
33174 \begin_layout Plain Layout
33175 User-defined commands! Math macros
33176 \end_layout
33177
33178 \end_inset
33179
33180
33181 \begin_inset Index idx
33182 status collapsed
33183
33184 \begin_layout Plain Layout
33185 Macros
33186 \end_layout
33187
33188 \end_inset
33189
33190
33191 \end_layout
33192
33193 \begin_layout Standard
33194 User-defined commands are especially convenient for complex expressions.
33195  When you are for example dealing with a document that has quadratic equations,
33196  the same solution type occurs several times.
33197  The general form of a quadratic equation is
33198 \begin_inset Formula 
33199 \[
33200 0=\lambda^{2}+p\lambda+q
33201 \]
33202
33203 \end_inset
33204
33205 The general form of the solution is
33206 \begin_inset Formula 
33207 \[
33208 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33209 \]
33210
33211 \end_inset
33212
33213
33214 \end_layout
33215
33216 \begin_layout Standard
33217 To define a command for the solution formula where only the three parameters
33218  
33219 \begin_inset Formula $\lambda$
33220 \end_inset
33221
33222
33223 \begin_inset Formula $p$
33224 \end_inset
33225
33226  and 
33227 \begin_inset Formula $q$
33228 \end_inset
33229
33230  need to be specified and the index of 
33231 \begin_inset Formula $\lambda$
33232 \end_inset
33233
33234  can be given optionally, the \SpecialChar LaTeX
33235 -preamble line is
33236 \begin_inset Newline newline
33237 \end_inset
33238
33239
33240 \series bold
33241
33242 \backslash
33243 newcommand{
33244 \backslash
33245 qG}[4][1,
33246 \backslash
33247 ,2]{#2_{#1}=-
33248 \backslash
33249 frac{#3}{2}
33250 \backslash
33251 pm
33252 \begin_inset Newline newline
33253 \end_inset
33254
33255
33256 \begin_inset Phantom HPhantom
33257 status open
33258
33259 \begin_layout Plain Layout
33260
33261 \series bold
33262
33263 \backslash
33264 newcommand
33265 \end_layout
33266
33267 \end_inset
33268
33269
33270 \backslash
33271 sqrt{
33272 \backslash
33273 frac{#3^{2}}{4}-#4}}
33274 \end_layout
33275
33276 \begin_layout Standard
33277 To create with this the solution formula, the command
33278 \begin_inset Newline newline
33279 \end_inset
33280
33281
33282 \series bold
33283
33284 \backslash
33285 qG{
33286 \backslash
33287 lambda
33288 \begin_inset Formula $\to$
33289 \end_inset
33290
33291
33292 \backslash
33293 {p
33294 \begin_inset Formula $\to$
33295 \end_inset
33296
33297
33298 \backslash
33299 {q
33300 \series default
33301  is inserted to a formula
33302 \series bold
33303 .
33304 \end_layout
33305
33306 \begin_layout Standard
33307 The definition of the new command is unintuitive because one has to know
33308  the schemes of all used \SpecialChar LaTeX
33309  commands, e.
33310 \begin_inset space \thinspace{}
33311 \end_inset
33312
33313 g.
33314 \begin_inset space \space{}
33315 \end_inset
33316
33317 that a fraction is inserted in \SpecialChar LaTeX
33318  as 
33319 \series bold
33320
33321 \backslash
33322 frac{numerator}{denominator}
33323 \series default
33324 .
33325  Furthermore one can easily forget a brace in the definition and cannot
33326  see in \SpecialChar LyX
33327  what the new command is doing.
33328  To avoid these problems \SpecialChar LyX
33329  offers the possibility to use math macros instead
33330  of the command 
33331 \series bold
33332
33333 \backslash
33334 newcommand
33335 \series default
33336 .
33337 \end_layout
33338
33339 \begin_layout Standard
33340 A math macro is created by using the menu 
33341 \family sans
33342 Insert\SpecialChar menuseparator
33343 Math\SpecialChar menuseparator
33344 Macro
33345 \family default
33346  or the toolbar button 
33347 \begin_inset Info
33348 type  "icon"
33349 arg   "math-macro newmacroname_newcommand"
33350 \end_inset
33351
33352 .
33353  The math macro toolbar appears together with the following box where the
33354  macro is defined:
33355 \begin_inset Newline newline
33356 \end_inset
33357
33358
33359 \begin_inset space \hspace*{\fill}
33360 \end_inset
33361
33362
33363 \begin_inset Graphics
33364         filename clipart/macrobox.png
33365         scale 75
33366
33367 \end_inset
33368
33369
33370 \begin_inset space \hspace*{\fill}
33371 \end_inset
33372
33373
33374 \begin_inset Newline newline
33375 \end_inset
33376
33377
33378 \begin_inset FormulaMacro
33379 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33380 \end_inset
33381
33382
33383 \backslash
33384 newmacroname is the default name of the macro that should be changed to
33385  something sensible.
33386  The wanted formula is inserted in the first blue box.
33387  An argument placeholder is inserted with the command 
33388 \series bold
33389
33390 \backslash
33391 #argumentnumber
33392 \series default
33393 , e.
33394 \begin_inset space \thinspace{}
33395 \end_inset
33396
33397 g
33398 \begin_inset space \space{}
33399 \end_inset
33400
33401
33402 \series bold
33403
33404 \backslash
33405 #1
33406 \series default
33407  or by using the macro toolbar button 
33408 \begin_inset Info
33409 type  "icon"
33410 arg   "math-macro-add-param"
33411 \end_inset
33412
33413 .
33414  Argument placeholders are displayed red.
33415  A maximum of 9
33416 \begin_inset space ~
33417 \end_inset
33418
33419 arguments are possible.
33420  Optional arguments are created with the toolbar button 
33421 \begin_inset Info
33422 type  "icon"
33423 arg   "math-macro-add-optional-param"
33424 \end_inset
33425
33426 .
33427  The first non-optional argument can be transformed to an optional one with
33428  the toolbar button 
33429 \begin_inset Info
33430 type  "icon"
33431 arg   "math-macro-make-optional"
33432 \end_inset
33433
33434 .
33435  In the second blue box the appearance of the macro in \SpecialChar LyX
33436  can be defined.
33437  Normally you want to see it as it is defined, so the box is kept empty.
33438  But when you have created a macro that needs lot of space on the screen,
33439  you can insert in the box for example
33440 \begin_inset Newline newline
33441 \end_inset
33442
33443
33444 \series bold
33445 qG: 
33446 \backslash
33447 #1
33448 \series default
33449  
33450 \series bold
33451 ,
33452 \series default
33453  
33454 \series bold
33455
33456 \backslash
33457 #2
33458 \series default
33459  
33460 \series bold
33461 ,
33462 \series default
33463  
33464 \series bold
33465
33466 \backslash
33467 #3, 
33468 \backslash
33469 #4
33470 \begin_inset Newline newline
33471 \end_inset
33472
33473
33474 \series default
33475 For the macro only the arguments with the macro name in front of them will
33476  then be displayed in \SpecialChar LyX
33477 , leading to a better overview.
33478  The formula appears in the output as defined in the first box.
33479 \begin_inset Newline newline
33480 \end_inset
33481
33482 The appearance of macros in formulas can furthermore be changed for single
33483  macros by setting the cursor in the macro and using the menu 
33484 \family sans
33485 View\SpecialChar menuseparator
33486 (Un)fold
33487 \begin_inset space ~
33488 \end_inset
33489
33490 Math
33491 \begin_inset space ~
33492 \end_inset
33493
33494 Macro
33495 \family default
33496 .
33497 \end_layout
33498
33499 \begin_layout Standard
33500 To use a macro, the macro name is inserted as command to a formula, in our
33501  case 
33502 \series bold
33503
33504 \backslash
33505 qG
33506 \series default
33507 .
33508  Our macro looks in \SpecialChar LyX
33509  like this:
33510 \begin_inset Newline newline
33511 \end_inset
33512
33513
33514 \begin_inset space \hspace*{\fill}
33515 \end_inset
33516
33517
33518 \begin_inset Graphics
33519         filename clipart/macrouse.png
33520         scale 75
33521
33522 \end_inset
33523
33524
33525 \begin_inset space \hspace*{\fill}
33526 \end_inset
33527
33528
33529 \begin_inset Newline newline
33530 \end_inset
33531
33532 Here is our macro example with the arguments 
33533 \begin_inset Formula $x$
33534 \end_inset
33535
33536
33537 \begin_inset Formula $\ln(x)$
33538 \end_inset
33539
33540  and 
33541 \begin_inset Formula $B$
33542 \end_inset
33543
33544 :
33545 \end_layout
33546
33547 \begin_layout Standard
33548 \begin_inset Formula 
33549 \[
33550 \qG x{\ln(x)}B
33551 \]
33552
33553 \end_inset
33554
33555
33556 \end_layout
33557
33558 \begin_layout Standard
33559 \SpecialChar LyX
33560  offers in the menu 
33561 \family sans
33562 Tools\SpecialChar menuseparator
33563 Preferences\SpecialChar menuseparator
33564 Editing\SpecialChar menuseparator
33565 Control
33566 \family default
33567  different styles to edit macros.
33568  To find the style that suits you the most, choose a style and set the cursor
33569  in a macro formula to see the difference.
33570 \end_layout
33571
33572 \begin_layout Standard
33573 A math macro is transformed internally to a 
33574 \series bold
33575
33576 \backslash
33577 newcommand
33578 \series default
33579  command when exporting the document.
33580  The created 
33581 \series bold
33582
33583 \backslash
33584 newcommand
33585 \series default
33586  command is not placed in the \SpecialChar LaTeX
33587 -preamble, therefore macros can only be used
33588  in formulas that are in the document below the macro definition box.
33589 \end_layout
33590
33591 \begin_layout Standard
33592 Math macros can also be directly created from a 
33593 \series bold
33594
33595 \backslash
33596 newcommand
33597 \series default
33598  command.
33599  When writing for example the command
33600 \series bold
33601
33602 \begin_inset Newline newline
33603 \end_inset
33604
33605
33606 \backslash
33607 newcommand{
33608 \backslash
33609 larrow}[2]{
33610 \backslash
33611 xleftarrow[#2]{#1}}
33612 \begin_inset Newline newline
33613 \end_inset
33614
33615
33616 \series default
33617 in \SpecialChar LyX
33618  as normal text, highlighting it completely and using then the shortcut
33619  
33620 \family sans
33621 Ctrl+M
33622 \family default
33623 , the command will be transformed to a math macro.
33624  Using this method you need to be careful that the 
33625 \series bold
33626
33627 \backslash
33628 newcommand
33629 \series default
33630  command is typed correctly, otherwise you get a faulty macro leading to
33631  \SpecialChar LaTeX
33632  errors.
33633 \end_layout
33634
33635 \begin_layout Standard
33636 Math macros currently have the problem that further formulas in macro definition
33637 s are handled wrongly.
33638  Therefore the example 
33639 \series bold
33640
33641 \backslash
33642 fb
33643 \series default
33644  from 
33645 \begin_inset CommandInset ref
33646 LatexCommand ref
33647 reference "subsec:The-Command-newcommand"
33648
33649 \end_inset
33650
33651  cannot be created as macro.
33652 \end_layout
33653
33654 \begin_layout Standard
33655 When the cursor is in a macro definition box, you will see the macro toolbar
33656  in \SpecialChar LyX
33657 :
33658 \end_layout
33659
33660 \begin_layout Standard
33661 \begin_inset VSpace defskip
33662 \end_inset
33663
33664
33665 \end_layout
33666
33667 \begin_layout Standard
33668 \begin_inset Graphics
33669         filename clipart/MacroToolbar.png
33670
33671 \end_inset
33672
33673
33674 \begin_inset Index idx
33675 status collapsed
33676
33677 \begin_layout Plain Layout
33678 Macros ! Toolbar
33679 \end_layout
33680
33681 \end_inset
33682
33683
33684 \end_layout
33685
33686 \begin_layout Standard
33687 \begin_inset VSpace defskip
33688 \end_inset
33689
33690
33691 \end_layout
33692
33693 \begin_layout Standard
33694 The macro toolbar contains from left to right the following buttons:
33695 \end_layout
33696
33697 \begin_layout Standard
33698 \begin_inset VSpace defskip
33699 \end_inset
33700
33701
33702 \end_layout
33703
33704 \begin_layout Standard
33705 \begin_inset Tabular
33706 <lyxtabular version="3" rows="9" columns="2">
33707 <features islongtable="true" longtabularalignment="center">
33708 <column alignment="left" valignment="top">
33709 <column alignment="left" valignment="top" width="85col%">
33710 <row interlinespace="2.5mm">
33711 <cell alignment="center" valignment="top" usebox="none">
33712 \begin_inset Text
33713
33714 \begin_layout Plain Layout
33715 \begin_inset Info
33716 type  "icon"
33717 arg   "math-macro-remove-param"
33718 \end_inset
33719
33720
33721 \end_layout
33722
33723 \end_inset
33724 </cell>
33725 <cell alignment="center" valignment="top" usebox="none">
33726 \begin_inset Text
33727
33728 \begin_layout Plain Layout
33729
33730 \family sans
33731 Edit\SpecialChar menuseparator
33732 Math\SpecialChar menuseparator
33733 Macro
33734 \begin_inset space ~
33735 \end_inset
33736
33737 Definition\SpecialChar menuseparator
33738 Remove Last Argument
33739 \end_layout
33740
33741 \end_inset
33742 </cell>
33743 </row>
33744 <row interlinespace="2.5mm">
33745 <cell alignment="center" valignment="top" usebox="none">
33746 \begin_inset Text
33747
33748 \begin_layout Plain Layout
33749 \begin_inset Info
33750 type  "icon"
33751 arg   "math-macro-add-param"
33752 \end_inset
33753
33754
33755 \end_layout
33756
33757 \end_inset
33758 </cell>
33759 <cell alignment="center" valignment="top" usebox="none">
33760 \begin_inset Text
33761
33762 \begin_layout Plain Layout
33763
33764 \family sans
33765 Edit\SpecialChar menuseparator
33766 Math\SpecialChar menuseparator
33767 Macro
33768 \begin_inset space ~
33769 \end_inset
33770
33771 Definition\SpecialChar menuseparator
33772 Append Argument
33773 \end_layout
33774
33775 \end_inset
33776 </cell>
33777 </row>
33778 <row interlinespace="2.5mm">
33779 <cell alignment="center" valignment="top" usebox="none">
33780 \begin_inset Text
33781
33782 \begin_layout Plain Layout
33783 \begin_inset Info
33784 type  "icon"
33785 arg   "math-macro-make-optional"
33786 \end_inset
33787
33788
33789 \end_layout
33790
33791 \end_inset
33792 </cell>
33793 <cell alignment="center" valignment="top" usebox="none">
33794 \begin_inset Text
33795
33796 \begin_layout Plain Layout
33797
33798 \family sans
33799 Edit\SpecialChar menuseparator
33800 Math\SpecialChar menuseparator
33801 Macro
33802 \begin_inset space ~
33803 \end_inset
33804
33805 Definition\SpecialChar menuseparator
33806 Transform First Non-Optional to
33807 \begin_inset Newline newline
33808 \end_inset
33809
33810
33811 \begin_inset Phantom HPhantom
33812 status open
33813
33814 \begin_layout Plain Layout
33815
33816 \family sans
33817 Edit\SpecialChar menuseparator
33818 Math\SpecialChar menuseparator
33819 Macro
33820 \begin_inset space ~
33821 \end_inset
33822
33823 Definition\SpecialChar menuseparator
33824
33825 \end_layout
33826
33827 \end_inset
33828
33829 Optional Argument
33830 \end_layout
33831
33832 \end_inset
33833 </cell>
33834 </row>
33835 <row interlinespace="2.5mm">
33836 <cell alignment="center" valignment="top" usebox="none">
33837 \begin_inset Text
33838
33839 \begin_layout Plain Layout
33840 \begin_inset Info
33841 type  "icon"
33842 arg   "math-macro-make-nonoptional"
33843 \end_inset
33844
33845
33846 \end_layout
33847
33848 \end_inset
33849 </cell>
33850 <cell alignment="center" valignment="top" usebox="none">
33851 \begin_inset Text
33852
33853 \begin_layout Plain Layout
33854
33855 \family sans
33856 Edit\SpecialChar menuseparator
33857 Math\SpecialChar menuseparator
33858 Macro
33859 \begin_inset space ~
33860 \end_inset
33861
33862 Definition\SpecialChar menuseparator
33863 Transform Last Optional to
33864 \begin_inset Newline newline
33865 \end_inset
33866
33867
33868 \begin_inset Phantom HPhantom
33869 status open
33870
33871 \begin_layout Plain Layout
33872
33873 \family sans
33874 Edit\SpecialChar menuseparator
33875 Math\SpecialChar menuseparator
33876 Macro
33877 \begin_inset space ~
33878 \end_inset
33879
33880 Definition\SpecialChar menuseparator
33881
33882 \end_layout
33883
33884 \end_inset
33885
33886 Non-Optional Argument
33887 \end_layout
33888
33889 \end_inset
33890 </cell>
33891 </row>
33892 <row interlinespace="2.5mm">
33893 <cell alignment="center" valignment="top" usebox="none">
33894 \begin_inset Text
33895
33896 \begin_layout Plain Layout
33897 \begin_inset Info
33898 type  "icon"
33899 arg   "math-macro-remove-optional-param"
33900 \end_inset
33901
33902
33903 \end_layout
33904
33905 \end_inset
33906 </cell>
33907 <cell alignment="center" valignment="top" usebox="none">
33908 \begin_inset Text
33909
33910 \begin_layout Plain Layout
33911
33912 \family sans
33913 Edit\SpecialChar menuseparator
33914 Math\SpecialChar menuseparator
33915 Macro
33916 \begin_inset space ~
33917 \end_inset
33918
33919 Definition\SpecialChar menuseparator
33920 Remove Optional Argument
33921 \end_layout
33922
33923 \end_inset
33924 </cell>
33925 </row>
33926 <row interlinespace="2.5mm">
33927 <cell alignment="center" valignment="top" usebox="none">
33928 \begin_inset Text
33929
33930 \begin_layout Plain Layout
33931 \begin_inset Info
33932 type  "icon"
33933 arg   "math-macro-add-optional-param"
33934 \end_inset
33935
33936
33937 \end_layout
33938
33939 \end_inset
33940 </cell>
33941 <cell alignment="center" valignment="top" usebox="none">
33942 \begin_inset Text
33943
33944 \begin_layout Plain Layout
33945
33946 \family sans
33947 Edit\SpecialChar menuseparator
33948 Math\SpecialChar menuseparator
33949 Macro
33950 \begin_inset space ~
33951 \end_inset
33952
33953 Definition\SpecialChar menuseparator
33954 Insert Optional Argument
33955 \end_layout
33956
33957 \end_inset
33958 </cell>
33959 </row>
33960 <row interlinespace="2.5mm">
33961 <cell alignment="center" valignment="top" usebox="none">
33962 \begin_inset Text
33963
33964 \begin_layout Plain Layout
33965 \begin_inset Info
33966 type  "icon"
33967 arg   "math-macro-remove-greedy-param"
33968 \end_inset
33969
33970
33971 \end_layout
33972
33973 \end_inset
33974 </cell>
33975 <cell alignment="center" valignment="top" usebox="none">
33976 \begin_inset Text
33977
33978 \begin_layout Plain Layout
33979
33980 \family sans
33981 Edit\SpecialChar menuseparator
33982 Math\SpecialChar menuseparator
33983 Macro
33984 \begin_inset space ~
33985 \end_inset
33986
33987 Definition\SpecialChar menuseparator
33988 Remove Last Argument
33989 \begin_inset Newline newline
33990 \end_inset
33991
33992
33993 \begin_inset Phantom HPhantom
33994 status open
33995
33996 \begin_layout Plain Layout
33997
33998 \family sans
33999 Edit\SpecialChar menuseparator
34000 Math\SpecialChar menuseparator
34001 Macro
34002 \begin_inset space ~
34003 \end_inset
34004
34005 Definition\SpecialChar menuseparator
34006
34007 \end_layout
34008
34009 \end_inset
34010
34011 Spitting Out To The Right
34012 \end_layout
34013
34014 \end_inset
34015 </cell>
34016 </row>
34017 <row interlinespace="2.5mm">
34018 <cell alignment="center" valignment="top" usebox="none">
34019 \begin_inset Text
34020
34021 \begin_layout Plain Layout
34022 \begin_inset Info
34023 type  "icon"
34024 arg   "math-macro-append-greedy-param"
34025 \end_inset
34026
34027
34028 \end_layout
34029
34030 \end_inset
34031 </cell>
34032 <cell alignment="center" valignment="top" usebox="none">
34033 \begin_inset Text
34034
34035 \begin_layout Plain Layout
34036
34037 \family sans
34038 Edit\SpecialChar menuseparator
34039 Math\SpecialChar menuseparator
34040 Macro
34041 \begin_inset space ~
34042 \end_inset
34043
34044 Definition\SpecialChar menuseparator
34045 Append Argument
34046 \begin_inset Newline newline
34047 \end_inset
34048
34049
34050 \begin_inset Phantom HPhantom
34051 status open
34052
34053 \begin_layout Plain Layout
34054
34055 \family sans
34056 Edit\SpecialChar menuseparator
34057 Math\SpecialChar menuseparator
34058 Macro
34059 \begin_inset space ~
34060 \end_inset
34061
34062 Definition\SpecialChar menuseparator
34063
34064 \end_layout
34065
34066 \end_inset
34067
34068 Eating From The Right
34069 \end_layout
34070
34071 \end_inset
34072 </cell>
34073 </row>
34074 <row interlinespace="2.5mm">
34075 <cell alignment="center" valignment="top" usebox="none">
34076 \begin_inset Text
34077
34078 \begin_layout Plain Layout
34079 \begin_inset Info
34080 type  "icon"
34081 arg   "math-macro-add-greedy-optional-param"
34082 \end_inset
34083
34084
34085 \end_layout
34086
34087 \end_inset
34088 </cell>
34089 <cell alignment="center" valignment="top" usebox="none">
34090 \begin_inset Text
34091
34092 \begin_layout Plain Layout
34093
34094 \family sans
34095 Edit\SpecialChar menuseparator
34096 Math\SpecialChar menuseparator
34097 Macro
34098 \begin_inset space ~
34099 \end_inset
34100
34101 Definition\SpecialChar menuseparator
34102 Append Optional Argument
34103 \begin_inset Newline newline
34104 \end_inset
34105
34106
34107 \begin_inset Phantom HPhantom
34108 status open
34109
34110 \begin_layout Plain Layout
34111
34112 \family sans
34113 Edit\SpecialChar menuseparator
34114 Math\SpecialChar menuseparator
34115 Macro
34116 \begin_inset space ~
34117 \end_inset
34118
34119 Definition\SpecialChar menuseparator
34120
34121 \end_layout
34122
34123 \end_inset
34124
34125 Eating From The Right
34126 \end_layout
34127
34128 \end_inset
34129 </cell>
34130 </row>
34131 </lyxtabular>
34132
34133 \end_inset
34134
34135
34136 \end_layout
34137
34138 \begin_layout Section
34139 Computer Algebra Systems
34140 \end_layout
34141
34142 \begin_layout Standard
34143 \SpecialChar LyX
34144  offers the exchange between mathematical expressions written in \SpecialChar LyX
34145 's math
34146  editor and external applications or user defined scripts.
34147  Currently supported applications are 
34148 \family sans
34149 Maple
34150 \family default
34151
34152 \family sans
34153 Mathematica
34154 \family default
34155
34156 \family sans
34157 Maxima
34158 \family default
34159  and 
34160 \family sans
34161 Octave
34162 \family default
34163 .
34164  Note that the set of supported mathematical constructs is limited only
34165  to very simple cases.
34166 \end_layout
34167
34168 \begin_layout Subsection
34169 Usage
34170 \end_layout
34171
34172 \begin_layout Standard
34173 Write some expression in a formula, go to the 
34174 \family sans
34175 Edit\SpecialChar menuseparator
34176 Math\SpecialChar menuseparator
34177 Use Computer Algebra System
34178 \family default
34179  menu and choose the application you have installed on the computer.
34180  After that the result of computation should show on the right side of the
34181  expression together with the 
34182 \begin_inset Quotes eld
34183 \end_inset
34184
34185 =
34186 \begin_inset Quotes erd
34187 \end_inset
34188
34189  operator.
34190 \end_layout
34191
34192 \begin_layout Standard
34193 Here are few simple examples (with results from 
34194 \family typewriter
34195 Maxima
34196 \family default
34197 ) to show what kind of computations can be performed:
34198 \end_layout
34199
34200 \begin_layout Itemize
34201 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34202 \end_inset
34203
34204
34205 \end_layout
34206
34207 \begin_layout Itemize
34208 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34209 \end_inset
34210
34211
34212 \end_layout
34213
34214 \begin_layout Itemize
34215 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34216 \end_inset
34217
34218
34219 \end_layout
34220
34221 \begin_layout Itemize
34222 \begin_inset Formula $\det\left[\begin{array}{ccc}
34223 1 & 6 & 7\\
34224 2 & 5 & 8\\
34225 3 & 4 & 17
34226 \end{array}\right]=-56$
34227 \end_inset
34228
34229
34230 \end_layout
34231
34232 \begin_layout Itemize
34233 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34234 \end_inset
34235
34236
34237 \end_layout
34238
34239 \begin_layout Subsection
34240 Keyboard shortcut
34241 \end_layout
34242
34243 \begin_layout Standard
34244 Currently there is no keyboard shortcut for calling the algebra applications.
34245  One can easily bind a shortcut to the 
34246 \family sans
34247 math-extern
34248 \family default
34249  \SpecialChar LyX
34250  function (see the 
34251 \family sans
34252 \emph on
34253 \SpecialChar LyX
34254  Functions
34255 \family default
34256 \emph default
34257  manual).
34258  One could e.
34259 \begin_inset space \thinspace{}
34260 \end_inset
34261
34262 g.
34263 \begin_inset space \space{}
34264 \end_inset
34265
34266 bind the 
34267 \family sans
34268 Return
34269 \family default
34270  key inside the math editor.
34271  To bind it to 
34272 \family typewriter
34273 Maxima
34274 \family default
34275  one would use this shortcut definition command:
34276 \end_layout
34277
34278 \begin_layout Standard
34279
34280 \series bold
34281 command-alternatives paragraph-break;math-extern maxima
34282 \end_layout
34283
34284 \begin_layout Section
34285 Miscellaneous
34286 \begin_inset Index idx
34287 status collapsed
34288
34289 \begin_layout Plain Layout
34290 Miscellaneous
34291 \end_layout
34292
34293 \end_inset
34294
34295
34296 \end_layout
34297
34298 \begin_layout Subsection
34299 Negative Numbers
34300 \begin_inset Index idx
34301 status collapsed
34302
34303 \begin_layout Plain Layout
34304 Numbers ! negative
34305 \end_layout
34306
34307 \end_inset
34308
34309
34310 \end_layout
34311
34312 \begin_layout Standard
34313 Negative numbers often look ugly in formulas because the minus sign before
34314  the number is set with the same length as the minus operator sign.
34315  When writing the negative number in normal text, the minus sign appears
34316  correctly.
34317 \end_layout
34318
34319 \begin_layout Standard
34320 Thus, the problem disappears when converting the minus sign to mathematical
34321  text.
34322 \end_layout
34323
34324 \begin_layout Standard
34325 An example to visualize the problem:
34326 \begin_inset Separator parbreak
34327 \end_inset
34328
34329
34330 \end_layout
34331
34332 \begin_layout Standard
34333 \align center
34334 \begin_inset Tabular
34335 <lyxtabular version="3" rows="3" columns="2">
34336 <features booktabs="true" tabularvalignment="middle">
34337 <column alignment="right" valignment="top" width="0pt">
34338 <column alignment="left" valignment="top">
34339 <row>
34340 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
34341 \begin_inset Text
34342
34343 \begin_layout Plain Layout
34344 normal text:
34345 \end_layout
34346
34347 \end_inset
34348 </cell>
34349 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34350 \begin_inset Text
34351
34352 \begin_layout Plain Layout
34353 x = -2
34354 \end_layout
34355
34356 \end_inset
34357 </cell>
34358 </row>
34359 <row>
34360 <cell alignment="right" valignment="top" leftline="true" usebox="none">
34361 \begin_inset Text
34362
34363 \begin_layout Plain Layout
34364 formula:
34365 \end_layout
34366
34367 \end_inset
34368 </cell>
34369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34370 \begin_inset Text
34371
34372 \begin_layout Plain Layout
34373 \begin_inset Formula $x=-2$
34374 \end_inset
34375
34376
34377 \end_layout
34378
34379 \end_inset
34380 </cell>
34381 </row>
34382 <row>
34383 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34384 \begin_inset Text
34385
34386 \begin_layout Plain Layout
34387 solution:
34388 \end_layout
34389
34390 \end_inset
34391 </cell>
34392 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34393 \begin_inset Text
34394
34395 \begin_layout Plain Layout
34396 \begin_inset Formula $x=\textrm{-}2$
34397 \end_inset
34398
34399
34400 \end_layout
34401
34402 \end_inset
34403 </cell>
34404 </row>
34405 </lyxtabular>
34406
34407 \end_inset
34408
34409
34410 \end_layout
34411
34412 \begin_layout Subsection
34413 Comma as decimal Separator
34414 \begin_inset Index idx
34415 status collapsed
34416
34417 \begin_layout Plain Layout
34418 Comma
34419 \end_layout
34420
34421 \end_inset
34422
34423
34424 \end_layout
34425
34426 \begin_layout Standard
34427 In \SpecialChar LaTeX
34428  a comma inside a formula is used, according to the English convention,
34429  as number group separator.
34430  So there will be space added behind all commas in formulas.
34431 \end_layout
34432
34433 \begin_layout Standard
34434 To avoid this, the comma is highlighted and changed to mathematical text
34435  (shortcut 
34436 \begin_inset Info
34437 type  "shortcut"
34438 arg   "math-mode"
34439 \end_inset
34440
34441 ).
34442 \end_layout
34443
34444 \begin_layout Standard
34445 To use all formula commas in the document as decimal separator, the file
34446  
34447 \series bold
34448 icomma.sty
34449 \series default
34450
34451 \begin_inset Foot
34452 status collapsed
34453
34454 \begin_layout Plain Layout
34455
34456 \series bold
34457 icomma
34458 \series default
34459  is part of the \SpecialChar LaTeX
34460 -package 
34461 \series bold
34462 was
34463 \series default
34464
34465 \begin_inset Index idx
34466 status collapsed
34467
34468 \begin_layout Plain Layout
34469 Packages ! was
34470 \begin_inset ERT
34471 status collapsed
34472
34473 \begin_layout Plain Layout
34474
34475
34476 \backslash
34477 vspace{4mm}
34478 \end_layout
34479
34480 \end_inset
34481
34482
34483 \end_layout
34484
34485 \end_inset
34486
34487 .
34488 \end_layout
34489
34490 \end_inset
34491
34492
34493 \begin_inset Index idx
34494 status collapsed
34495
34496 \begin_layout Plain Layout
34497 Packages ! icomma
34498 \end_layout
34499
34500 \end_inset
34501
34502  is loaded with the \SpecialChar LaTeX
34503 -preamble line
34504 \end_layout
34505
34506 \begin_layout Standard
34507
34508 \series bold
34509
34510 \backslash
34511 usepackage{icomma}
34512 \end_layout
34513
34514 \begin_layout Subsection
34515 Physical Vectors
34516 \begin_inset CommandInset label
34517 LatexCommand label
34518 name "subsec:Physical-Vectors"
34519
34520 \end_inset
34521
34522
34523 \begin_inset Index idx
34524 status collapsed
34525
34526 \begin_layout Plain Layout
34527 Vectors ! physical
34528 \end_layout
34529
34530 \end_inset
34531
34532
34533 \end_layout
34534
34535 \begin_layout Standard
34536 Predefined vectors are offered by the \SpecialChar LaTeX
34537 -package 
34538 \series bold
34539 braket
34540 \series default
34541
34542 \begin_inset Index idx
34543 status collapsed
34544
34545 \begin_layout Plain Layout
34546 Packages ! braket
34547 \end_layout
34548
34549 \end_inset
34550
34551  that is loaded with the \SpecialChar LaTeX
34552 -preamble line
34553 \end_layout
34554
34555 \begin_layout Standard
34556
34557 \series bold
34558
34559 \backslash
34560 usepackage{braket}
34561 \end_layout
34562
34563 \begin_layout Standard
34564 \begin_inset ERT
34565 status collapsed
34566
34567 \begin_layout Plain Layout
34568
34569
34570 \backslash
34571 ifbraket 
34572 \end_layout
34573
34574 \end_inset
34575
34576
34577 \begin_inset Note Note
34578 status open
34579
34580 \begin_layout Plain Layout
34581 The following table will only be displayed when the \SpecialChar LaTeX
34582 -package 
34583 \series bold
34584 braket
34585 \series default
34586  is installed.
34587 \end_layout
34588
34589 \end_inset
34590
34591
34592 \end_layout
34593
34594 \begin_layout Standard
34595 The following commands are defined:
34596 \begin_inset Separator parbreak
34597 \end_inset
34598
34599
34600 \end_layout
34601
34602 \begin_layout Standard
34603 \align center
34604 \begin_inset Tabular
34605 <lyxtabular version="3" rows="4" columns="2">
34606 <features booktabs="true" tabularvalignment="middle">
34607 <column alignment="center" valignment="top" width="0pt">
34608 <column alignment="center" valignment="top">
34609 <row>
34610 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34611 \begin_inset Text
34612
34613 \begin_layout Plain Layout
34614 Command
34615 \end_layout
34616
34617 \end_inset
34618 </cell>
34619 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34620 \begin_inset Text
34621
34622 \begin_layout Plain Layout
34623 Result
34624 \end_layout
34625
34626 \end_inset
34627 </cell>
34628 </row>
34629 <row>
34630 <cell alignment="center" valignment="top" usebox="none">
34631 \begin_inset Text
34632
34633 \begin_layout Plain Layout
34634
34635 \backslash
34636 Bra{
34637 \backslash
34638 psi
34639 \end_layout
34640
34641 \end_inset
34642 </cell>
34643 <cell alignment="center" valignment="top" usebox="none">
34644 \begin_inset Text
34645
34646 \begin_layout Plain Layout
34647 \begin_inset Formula $\Bra{\psi}$
34648 \end_inset
34649
34650
34651 \end_layout
34652
34653 \end_inset
34654 </cell>
34655 </row>
34656 <row>
34657 <cell alignment="center" valignment="top" usebox="none">
34658 \begin_inset Text
34659
34660 \begin_layout Plain Layout
34661
34662 \backslash
34663 Ket{
34664 \backslash
34665 psi
34666 \end_layout
34667
34668 \end_inset
34669 </cell>
34670 <cell alignment="center" valignment="top" usebox="none">
34671 \begin_inset Text
34672
34673 \begin_layout Plain Layout
34674 \begin_inset Formula $\Ket{\psi}$
34675 \end_inset
34676
34677
34678 \end_layout
34679
34680 \end_inset
34681 </cell>
34682 </row>
34683 <row>
34684 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34685 \begin_inset Text
34686
34687 \begin_layout Plain Layout
34688
34689 \backslash
34690 Braket{
34691 \backslash
34692 psi|
34693 \backslash
34694 phi
34695 \end_layout
34696
34697 \end_inset
34698 </cell>
34699 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34700 \begin_inset Text
34701
34702 \begin_layout Plain Layout
34703 \begin_inset Formula $\Braket{\psi|\phi}$
34704 \end_inset
34705
34706
34707 \end_layout
34708
34709 \end_inset
34710 </cell>
34711 </row>
34712 </lyxtabular>
34713
34714 \end_inset
34715
34716
34717 \end_layout
34718
34719 \begin_layout Standard
34720 The command 
34721 \series bold
34722
34723 \backslash
34724 Braket
34725 \series default
34726  assures that all vertical bars are set in the size of the surrounding brackets:
34727 \begin_inset Formula 
34728 \[
34729 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
34730 \]
34731
34732 \end_inset
34733
34734
34735 \begin_inset ERT
34736 status collapsed
34737
34738 \begin_layout Plain Layout
34739
34740
34741 \backslash
34742 else 
34743 \end_layout
34744
34745 \end_inset
34746
34747
34748 \begin_inset Note Note
34749 status open
34750
34751 \begin_layout Plain Layout
34752 The following will be displayed when the \SpecialChar LaTeX
34753 -package 
34754 \series bold
34755 braket
34756 \series default
34757  is not installed:
34758 \end_layout
34759
34760 \end_inset
34761
34762
34763 \end_layout
34764
34765 \begin_layout Standard
34766 You need to install the \SpecialChar LaTeX
34767 -package 
34768 \series bold
34769 braket
34770 \series default
34771  to see the rest of this subsection in the output.
34772 \end_layout
34773
34774 \begin_layout Standard
34775 \begin_inset ERT
34776 status collapsed
34777
34778 \begin_layout Plain Layout
34779
34780
34781 \backslash
34782 fi 
34783 \end_layout
34784
34785 \end_inset
34786
34787
34788 \end_layout
34789
34790 \begin_layout Standard
34791 The effect of 
34792 \series bold
34793
34794 \backslash
34795 Braket
34796 \series default
34797  can also be achieved using the command 
34798 \series bold
34799
34800 \backslash
34801 middle
34802 \series default
34803 , that is described in 
34804 \begin_inset CommandInset ref
34805 LatexCommand ref
34806 reference "subsec:Automatic-Bracket-Size"
34807
34808 \end_inset
34809
34810 .
34811 \end_layout
34812
34813 \begin_layout Subsection
34814 Self-defined Fractions
34815 \begin_inset CommandInset label
34816 LatexCommand label
34817 name "subsec:Self-defined-Fractions"
34818
34819 \end_inset
34820
34821
34822 \begin_inset Index idx
34823 status collapsed
34824
34825 \begin_layout Plain Layout
34826 Fractions ! self-defined
34827 \end_layout
34828
34829 \end_inset
34830
34831
34832 \end_layout
34833
34834 \begin_layout Standard
34835 To define custom commands for fractions, the command 
34836 \series bold
34837
34838 \backslash
34839 genfrac
34840 \series default
34841
34842 \begin_inset Index idx
34843 status collapsed
34844
34845 \begin_layout Plain Layout
34846 Commands ! G ! 
34847 \backslash
34848 genfrac
34849 \begin_inset ERT
34850 status collapsed
34851
34852 \begin_layout Plain Layout
34853
34854
34855 \backslash
34856 vspace{4mm}
34857 \end_layout
34858
34859 \end_inset
34860
34861
34862 \end_layout
34863
34864 \end_inset
34865
34866  is used in the following scheme:
34867 \end_layout
34868
34869 \begin_layout Standard
34870
34871 \series bold
34872
34873 \backslash
34874 genfrac{left
34875 \series default
34876  
34877 \series bold
34878 bracket}{right
34879 \series default
34880  
34881 \series bold
34882 bracket}{fraction bar thickness}{style}
34883 \begin_inset Newline newline
34884 \end_inset
34885
34886
34887 \begin_inset Phantom HPhantom
34888 status open
34889
34890 \begin_layout Plain Layout
34891
34892 \series bold
34893
34894 \backslash
34895 genfrac
34896 \end_layout
34897
34898 \end_inset
34899
34900 {numerator}{denominator}
34901 \end_layout
34902
34903 \begin_layout Standard
34904 The style is a number in the range of 0
34905 \begin_inset space \thinspace{}
34906 \end_inset
34907
34908 -
34909 \begin_inset space \thinspace{}
34910 \end_inset
34911
34912 3.
34913 \begin_inset Separator parbreak
34914 \end_inset
34915
34916
34917 \end_layout
34918
34919 \begin_layout Standard
34920 \align center
34921 \begin_inset Tabular
34922 <lyxtabular version="3" rows="5" columns="2">
34923 <features booktabs="true" tabularvalignment="middle">
34924 <column alignment="center" valignment="top" width="0pt">
34925 <column alignment="center" valignment="top">
34926 <row>
34927 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34928 \begin_inset Text
34929
34930 \begin_layout Plain Layout
34931 Number
34932 \end_layout
34933
34934 \end_inset
34935 </cell>
34936 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34937 \begin_inset Text
34938
34939 \begin_layout Plain Layout
34940 Style (Size)
34941 \end_layout
34942
34943 \end_inset
34944 </cell>
34945 </row>
34946 <row>
34947 <cell alignment="center" valignment="top" usebox="none">
34948 \begin_inset Text
34949
34950 \begin_layout Plain Layout
34951 0
34952 \end_layout
34953
34954 \end_inset
34955 </cell>
34956 <cell alignment="center" valignment="top" usebox="none">
34957 \begin_inset Text
34958
34959 \begin_layout Plain Layout
34960 display style formula
34961 \end_layout
34962
34963 \end_inset
34964 </cell>
34965 </row>
34966 <row>
34967 <cell alignment="center" valignment="top" usebox="none">
34968 \begin_inset Text
34969
34970 \begin_layout Plain Layout
34971 1
34972 \end_layout
34973
34974 \end_inset
34975 </cell>
34976 <cell alignment="center" valignment="top" usebox="none">
34977 \begin_inset Text
34978
34979 \begin_layout Plain Layout
34980 inline formula
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 2
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 small
35001 \end_layout
35002
35003 \end_inset
35004 </cell>
35005 </row>
35006 <row>
35007 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35008 \begin_inset Text
35009
35010 \begin_layout Plain Layout
35011 3
35012 \end_layout
35013
35014 \end_inset
35015 </cell>
35016 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35017 \begin_inset Text
35018
35019 \begin_layout Plain Layout
35020 tiny
35021 \end_layout
35022
35023 \end_inset
35024 </cell>
35025 </row>
35026 </lyxtabular>
35027
35028 \end_inset
35029
35030
35031 \end_layout
35032
35033 \begin_layout Standard
35034 When no style is given, the size is adjusted to the surrounding environment
35035  like for the command 
35036 \series bold
35037
35038 \backslash
35039 frac
35040 \series default
35041 .
35042 \end_layout
35043
35044 \begin_layout Standard
35045 When no fraction bar thickness is given, the predefined value of 0.4
35046 \begin_inset space \thinspace{}
35047 \end_inset
35048
35049 pt will be used.
35050 \end_layout
35051
35052 \begin_layout Standard
35053 \begin_inset VSpace medskip
35054 \end_inset
35055
35056 For example, the commands 
35057 \series bold
35058
35059 \backslash
35060 dfrac
35061 \series default
35062  and 
35063 \series bold
35064
35065 \backslash
35066 tbinom
35067 \series default
35068  from 
35069 \begin_inset CommandInset ref
35070 LatexCommand ref
35071 reference "subsec:Fractions"
35072
35073 \end_inset
35074
35075  are defined with the commands
35076 \end_layout
35077
35078 \begin_layout Standard
35079
35080 \series bold
35081
35082 \backslash
35083 newcommand{
35084 \backslash
35085 dfrac}[2]{
35086 \backslash
35087 genfrac{}{}{}{0}{#1}{#2}}
35088 \end_layout
35089
35090 \begin_layout Standard
35091 and
35092 \end_layout
35093
35094 \begin_layout Standard
35095
35096 \series bold
35097
35098 \backslash
35099 newcommand{
35100 \backslash
35101 tbinom}[2]{
35102 \backslash
35103 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35104 \end_layout
35105
35106 \begin_layout Standard
35107 \begin_inset VSpace medskip
35108 \end_inset
35109
35110 To define a fraction where the fraction bar thickness can be given as optional
35111  argument, the following line is inserted to the \SpecialChar LaTeX
35112 -preamble:
35113 \end_layout
35114
35115 \begin_layout Standard
35116
35117 \series bold
35118
35119 \backslash
35120 newcommand{
35121 \backslash
35122 fracS}[3][]{
35123 \backslash
35124 genfrac{}{}{#1}{}{#2}{#3}}
35125 \end_layout
35126
35127 \begin_layout Standard
35128 A test:
35129 \begin_inset Formula 
35130 \begin{align*}
35131 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35132 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35133 \end{align*}
35134
35135 \end_inset
35136
35137 As one can see, the distance of the numerator and the denominator to the
35138  fraction bar is round about three times the bar thickness.
35139 \end_layout
35140
35141 \begin_layout Subsection
35142 Canceled Formulas
35143 \begin_inset Index idx
35144 status collapsed
35145
35146 \begin_layout Plain Layout
35147 Formula ! canceled
35148 \end_layout
35149
35150 \end_inset
35151
35152
35153 \end_layout
35154
35155 \begin_layout Standard
35156 There are four ways to cancel formulas or parts of formulas:
35157 \end_layout
35158
35159 \begin_layout Standard
35160 \begin_inset ERT
35161 status collapsed
35162
35163 \begin_layout Plain Layout
35164
35165
35166 \backslash
35167 ifcancel 
35168 \end_layout
35169
35170 \end_inset
35171
35172
35173 \begin_inset Note Note
35174 status open
35175
35176 \begin_layout Plain Layout
35177 The following table will only be displayed when the \SpecialChar LaTeX
35178 -package 
35179 \series bold
35180 cancel
35181 \series default
35182  is installed.
35183 \end_layout
35184
35185 \end_inset
35186
35187
35188 \begin_inset Separator parbreak
35189 \end_inset
35190
35191
35192 \end_layout
35193
35194 \begin_layout Standard
35195 \align center
35196 \begin_inset Tabular
35197 <lyxtabular version="3" rows="5" columns="2">
35198 <features booktabs="true" tabularvalignment="middle">
35199 <column alignment="center" valignment="top" width="0pt">
35200 <column alignment="center" valignment="top">
35201 <row>
35202 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35203 \begin_inset Text
35204
35205 \begin_layout Plain Layout
35206 Command
35207 \end_layout
35208
35209 \end_inset
35210 </cell>
35211 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35212 \begin_inset Text
35213
35214 \begin_layout Plain Layout
35215 Result
35216 \end_layout
35217
35218 \end_inset
35219 </cell>
35220 </row>
35221 <row>
35222 <cell alignment="center" valignment="top" usebox="none">
35223 \begin_inset Text
35224
35225 \begin_layout Plain Layout
35226
35227 \backslash
35228 cancel
35229 \begin_inset space \textvisiblespace{}
35230 \end_inset
35231
35232
35233 \backslash
35234 int
35235 \begin_inset space \textvisiblespace{}
35236 \end_inset
35237
35238 A=B
35239 \end_layout
35240
35241 \end_inset
35242 </cell>
35243 <cell alignment="center" valignment="top" usebox="none">
35244 \begin_inset Text
35245
35246 \begin_layout Plain Layout
35247 \begin_inset Formula $\cancel{\int A=B}$
35248 \end_inset
35249
35250
35251 \end_layout
35252
35253 \end_inset
35254 </cell>
35255 </row>
35256 <row topspace="1.5mm">
35257 <cell alignment="center" valignment="top" usebox="none">
35258 \begin_inset Text
35259
35260 \begin_layout Plain Layout
35261
35262 \backslash
35263 bcancel
35264 \begin_inset space \textvisiblespace{}
35265 \end_inset
35266
35267
35268 \backslash
35269 int
35270 \begin_inset space \textvisiblespace{}
35271 \end_inset
35272
35273 A=B
35274 \end_layout
35275
35276 \end_inset
35277 </cell>
35278 <cell alignment="center" valignment="top" usebox="none">
35279 \begin_inset Text
35280
35281 \begin_layout Plain Layout
35282 \begin_inset Formula $\bcancel{\int A=B}$
35283 \end_inset
35284
35285
35286 \end_layout
35287
35288 \end_inset
35289 </cell>
35290 </row>
35291 <row topspace="1.5mm">
35292 <cell alignment="center" valignment="top" usebox="none">
35293 \begin_inset Text
35294
35295 \begin_layout Plain Layout
35296
35297 \backslash
35298 xcancel
35299 \begin_inset space \textvisiblespace{}
35300 \end_inset
35301
35302
35303 \backslash
35304 int
35305 \begin_inset space \textvisiblespace{}
35306 \end_inset
35307
35308 A=B
35309 \end_layout
35310
35311 \end_inset
35312 </cell>
35313 <cell alignment="center" valignment="top" usebox="none">
35314 \begin_inset Text
35315
35316 \begin_layout Plain Layout
35317 \begin_inset Formula $\xcancel{\int A=B}$
35318 \end_inset
35319
35320
35321 \end_layout
35322
35323 \end_inset
35324 </cell>
35325 </row>
35326 <row>
35327 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35328 \begin_inset Text
35329
35330 \begin_layout Plain Layout
35331
35332 \backslash
35333 cancelto
35334 \begin_inset space \textvisiblespace{}
35335 \end_inset
35336
35337
35338 \backslash
35339 int
35340 \begin_inset space \textvisiblespace{}
35341 \end_inset
35342
35343 A=B
35344 \begin_inset Formula $\to$
35345 \end_inset
35346
35347 1
35348 \end_layout
35349
35350 \end_inset
35351 </cell>
35352 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35353 \begin_inset Text
35354
35355 \begin_layout Plain Layout
35356 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
35357 \end_inset
35358
35359
35360 \end_layout
35361
35362 \end_inset
35363 </cell>
35364 </row>
35365 </lyxtabular>
35366
35367 \end_inset
35368
35369
35370 \end_layout
35371
35372 \begin_layout Standard
35373
35374 \series bold
35375
35376 \backslash
35377 cancelto
35378 \series default
35379  is especially suitable to visualize the reduction of fractions within formulas:
35380 \begin_inset Formula 
35381 \[
35382 \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}}}
35383 \]
35384
35385 \end_inset
35386
35387
35388 \end_layout
35389
35390 \begin_layout Standard
35391 To change the size of 
35392 \series bold
35393
35394 \backslash
35395 cancelto
35396 \series default
35397 's 
35398 \begin_inset Quotes eld
35399 \end_inset
35400
35401 subscript
35402 \begin_inset Quotes erd
35403 \end_inset
35404
35405  value one can add the \SpecialChar LaTeX
35406 -preamble line
35407 \end_layout
35408
35409 \begin_layout Standard
35410
35411 \series bold
35412
35413 \backslash
35414 PassOptionsToPackage{option}{cancel}
35415 \end_layout
35416
35417 \begin_layout Standard
35418 where 
35419 \series bold
35420 option
35421 \series default
35422  is either 
35423 \series bold
35424 samesize
35425 \series default
35426  which leads to the same size as for the canceled value, or 
35427 \series bold
35428 Smaller
35429 \series default
35430  which makes is it a bit smaller than normal.
35431 \end_layout
35432
35433 \begin_layout Standard
35434 To color the cancellation bar one adds this command as \SpecialChar TeX
35435  code:
35436 \end_layout
35437
35438 \begin_layout Standard
35439
35440 \series bold
35441
35442 \backslash
35443 renewcommand{
35444 \backslash
35445 CancelColor}{
35446 \backslash
35447 color{red}}
35448 \end_layout
35449
35450 \begin_layout Standard
35451
35452 \series bold
35453 red
35454 \series default
35455  can be replaced by a color of your choice.
35456 \end_layout
35457
35458 \begin_layout Standard
35459 \begin_inset ERT
35460 status collapsed
35461
35462 \begin_layout Plain Layout
35463
35464
35465 \backslash
35466 renewcommand{
35467 \backslash
35468 CancelColor}{
35469 \backslash
35470 color{red}}
35471 \end_layout
35472
35473 \end_inset
35474
35475
35476 \end_layout
35477
35478 \begin_layout Standard
35479 \begin_inset Formula 
35480 \[
35481 \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}}}
35482 \]
35483
35484 \end_inset
35485
35486
35487 \end_layout
35488
35489 \begin_layout Standard
35490 \begin_inset ERT
35491 status collapsed
35492
35493 \begin_layout Plain Layout
35494
35495
35496 \backslash
35497 renewcommand{
35498 \backslash
35499 CancelColor}{
35500 \backslash
35501 color{black}}
35502 \end_layout
35503
35504 \end_inset
35505
35506
35507 \begin_inset Note Note
35508 status open
35509
35510 \begin_layout Plain Layout
35511 reset the color
35512 \end_layout
35513
35514 \end_inset
35515
35516
35517 \end_layout
35518
35519 \begin_layout Standard
35520 For further customizations, see the documentation of the package 
35521 \series bold
35522 cancel
35523 \series default
35524
35525 \begin_inset CommandInset citation
35526 LatexCommand cite
35527 key "cancel"
35528
35529 \end_inset
35530
35531 .
35532 \begin_inset Index idx
35533 status collapsed
35534
35535 \begin_layout Plain Layout
35536 Packages ! cancel
35537 \end_layout
35538
35539 \end_inset
35540
35541
35542 \end_layout
35543
35544 \begin_layout Standard
35545 \begin_inset ERT
35546 status collapsed
35547
35548 \begin_layout Plain Layout
35549
35550
35551 \backslash
35552 else 
35553 \end_layout
35554
35555 \end_inset
35556
35557
35558 \begin_inset Note Note
35559 status open
35560
35561 \begin_layout Plain Layout
35562 The following will be displayed when the \SpecialChar LaTeX
35563 -package 
35564 \series bold
35565 cancel
35566 \series default
35567  is not installed:
35568 \end_layout
35569
35570 \end_inset
35571
35572
35573 \end_layout
35574
35575 \begin_layout Standard
35576 You need to install the \SpecialChar LaTeX
35577 -package 
35578 \series bold
35579 cancel
35580 \series default
35581  to see the rest of this subsection in the output.
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 fi 
35593 \end_layout
35594
35595 \end_inset
35596
35597
35598 \end_layout
35599
35600 \begin_layout Subsection
35601 Formulas in Section Headings
35602 \begin_inset CommandInset label
35603 LatexCommand label
35604 name "subsec:Formulas-in-Section"
35605
35606 \end_inset
35607
35608
35609 \begin_inset Index idx
35610 status collapsed
35611
35612 \begin_layout Plain Layout
35613 Formula ! in section headings
35614 \end_layout
35615
35616 \end_inset
35617
35618
35619 \end_layout
35620
35621 \begin_layout Standard
35622 When formulas are used in section headings, the following has to be taken
35623  into account:
35624 \end_layout
35625
35626 \begin_layout Standard
35627 \begin_inset Note Greyedout
35628 status open
35629
35630 \begin_layout Plain Layout
35631 When 
35632 \series bold
35633 hyperref
35634 \series default
35635
35636 \begin_inset Index idx
35637 status collapsed
35638
35639 \begin_layout Plain Layout
35640 Packages ! hyperref
35641 \end_layout
35642
35643 \end_inset
35644
35645  support is enabled in the document settings dialog under 
35646 \family sans
35647 PDF
35648 \begin_inset space ~
35649 \end_inset
35650
35651 Properties
35652 \family default
35653 , PDF-bookmarks are created for every section heading in the table of contents.
35654  If a section heading contains formulas, they are incorrectly displayed
35655  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35656 s.
35657 \end_layout
35658
35659 \end_inset
35660
35661
35662 \end_layout
35663
35664 \begin_layout Standard
35665 Both problems can be solved by inserting at the end of the section heading
35666  a short title with the menu 
35667 \family sans
35668 Insert\SpecialChar menuseparator
35669 Short
35670 \begin_inset space ~
35671 \end_inset
35672
35673 Title
35674 \family default
35675 .
35676  Short titles are used as alternative for multiline section headings to
35677  keep the table of contents clearly arranged.
35678  Only the short title appears in the table of contents and therefore also
35679  in the PDF-bookmark.
35680 \end_layout
35681
35682 \begin_layout Standard
35683 When formulas should be used in the table of contents but 
35684 \series bold
35685 hyperref
35686 \series default
35687  is used, one can use the following command in \SpecialChar TeX
35688  mode:
35689 \end_layout
35690
35691 \begin_layout Standard
35692
35693 \series bold
35694
35695 \backslash
35696 texorpdfstring{part}{alternative}
35697 \begin_inset Index idx
35698 status collapsed
35699
35700 \begin_layout Plain Layout
35701 Commands ! T ! 
35702 \backslash
35703 texorpdfstring
35704 \end_layout
35705
35706 \end_inset
35707
35708
35709 \end_layout
35710
35711 \begin_layout Standard
35712 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35713  This can be characters, formulas, footnotes, but also cross-references.
35714  The alternative is used instead of the part for the bookmark.
35715 \end_layout
35716
35717 \begin_layout Standard
35718 Here are two example headings:
35719 \begin_inset VSpace -3mm
35720 \end_inset
35721
35722
35723 \begin_inset ERT
35724 status collapsed
35725
35726 \begin_layout Plain Layout
35727
35728
35729 \backslash
35730 boldmath 
35731 \end_layout
35732
35733 \end_inset
35734
35735
35736 \end_layout
35737
35738 \begin_layout Subsubsection
35739 Heading without formula in table of contents 
35740 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35741 \end_inset
35742
35743
35744 \begin_inset Argument 1
35745 status collapsed
35746
35747 \begin_layout Plain Layout
35748 Heading without formula in table of contents
35749 \end_layout
35750
35751 \end_inset
35752
35753
35754 \end_layout
35755
35756 \begin_layout Subsubsection
35757 Heading with formula in table of contents
35758 \begin_inset ERT
35759 status collapsed
35760
35761 \begin_layout Plain Layout
35762
35763
35764 \backslash
35765 texorpdfstring{
35766 \end_layout
35767
35768 \end_inset
35769
35770  
35771 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35772 \end_inset
35773
35774
35775 \begin_inset ERT
35776 status collapsed
35777
35778 \begin_layout Plain Layout
35779
35780 }{}
35781 \end_layout
35782
35783 \end_inset
35784
35785
35786 \end_layout
35787
35788 \begin_layout Standard
35789 \begin_inset ERT
35790 status collapsed
35791
35792 \begin_layout Plain Layout
35793
35794
35795 \backslash
35796 unboldmath 
35797 \end_layout
35798
35799 \end_inset
35800
35801 In the first heading a short title was used, in the second one 
35802 \series bold
35803
35804 \backslash
35805 texorpdfstring
35806 \series default
35807 .
35808 \end_layout
35809
35810 \begin_layout Standard
35811 To get the same formatting as for the other headings, the complete heading
35812  was set into a 
35813 \series bold
35814 boldmath
35815 \series default
35816  environment
35817 \begin_inset Foot
35818 status collapsed
35819
35820 \begin_layout Plain Layout
35821 see 
35822 \begin_inset CommandInset ref
35823 LatexCommand ref
35824 reference "subsec:Bold-Formulas"
35825
35826 \end_inset
35827
35828
35829 \end_layout
35830
35831 \end_inset
35832
35833 .
35834 \end_layout
35835
35836 \begin_layout Subsection
35837 Formulas in multi-column Text
35838 \begin_inset Index idx
35839 status collapsed
35840
35841 \begin_layout Plain Layout
35842 Formula ! in multi-column text
35843 \end_layout
35844
35845 \end_inset
35846
35847
35848 \end_layout
35849
35850 \begin_layout Standard
35851 Formulas in multi-column text are often too wide to fit into a column and
35852  thus need to be set over the whole page width.
35853  This is done by using the \SpecialChar LaTeX
35854 -package 
35855 \series bold
35856 multicol
35857 \series default
35858
35859 \begin_inset Foot
35860 status collapsed
35861
35862 \begin_layout Plain Layout
35863
35864 \series bold
35865 multicol
35866 \series default
35867  is part of every \SpecialChar LaTeX
35868  standard installation.
35869 \end_layout
35870
35871 \end_inset
35872
35873
35874 \begin_inset Index idx
35875 status collapsed
35876
35877 \begin_layout Plain Layout
35878 Packages ! multicol
35879 \end_layout
35880
35881 \end_inset
35882
35883 , that is loaded with the \SpecialChar LaTeX
35884 -preamble line
35885 \end_layout
35886
35887 \begin_layout Standard
35888
35889 \series bold
35890
35891 \backslash
35892 usepackage{multicol}
35893 \end_layout
35894
35895 \begin_layout Standard
35896 \begin_inset Note Greyedout
35897 status open
35898
35899 \begin_layout Plain Layout
35900 Note that in this case the setting 
35901 \family sans
35902 Two-column
35903 \begin_inset space ~
35904 \end_inset
35905
35906 document
35907 \family default
35908  in the menu 
35909 \family sans
35910 Document\SpecialChar menuseparator
35911 Settings
35912 \family default
35913  under 
35914 \family sans
35915 Text
35916 \begin_inset space ~
35917 \end_inset
35918
35919 Layout
35920 \family default
35921 \emph on
35922  
35923 \emph default
35924 must 
35925 \emph on
35926 not
35927 \emph default
35928  be selected.
35929 \end_layout
35930
35931 \end_inset
35932
35933
35934 \end_layout
35935
35936 \begin_layout Standard
35937 Before the multi-column text the command
35938 \end_layout
35939
35940 \begin_layout Standard
35941
35942 \series bold
35943
35944 \backslash
35945 begin{multicols}{column number}
35946 \end_layout
35947
35948 \begin_layout Standard
35949 is written in \SpecialChar TeX
35950  mode.
35951  The column number is a number in the range of 2
35952 \begin_inset space \thinspace{}
35953 \end_inset
35954
35955 -
35956 \begin_inset space \thinspace{}
35957 \end_inset
35958
35959 10.
35960  Before the formula the multi-column text is ended by inserting the command
35961 \end_layout
35962
35963 \begin_layout Standard
35964
35965 \series bold
35966
35967 \backslash
35968 end{multicols}
35969 \end_layout
35970
35971 \begin_layout Standard
35972 in \SpecialChar TeX
35973  mode.
35974 \end_layout
35975
35976 \begin_layout Standard
35977 Due to the command some space is automatically added before the formula.
35978  To revert this, -6
35979 \begin_inset space \thinspace{}
35980 \end_inset
35981
35982 mm vertical space is inserted before the formula.
35983  When the formula style 
35984 \series bold
35985 Indented
35986 \begin_inset Foot
35987 status collapsed
35988
35989 \begin_layout Plain Layout
35990 formula styles see 
35991 \begin_inset CommandInset ref
35992 LatexCommand ref
35993 reference "sec:Formula-Styles"
35994
35995 \end_inset
35996
35997
35998 \end_layout
35999
36000 \end_inset
36001
36002
36003 \series default
36004  is used, -9
36005 \begin_inset space \thinspace{}
36006 \end_inset
36007
36008 mm space is inserted instead.
36009 \end_layout
36010
36011 \begin_layout Standard
36012 As example a multi-column text with a displayed formula:
36013 \end_layout
36014
36015 \begin_layout Standard
36016
36017 \lang ngerman
36018 \begin_inset ERT
36019 status collapsed
36020
36021 \begin_layout Plain Layout
36022
36023
36024 \backslash
36025 begin{multicols}{2}
36026 \end_layout
36027
36028 \end_inset
36029
36030 Das Spektrum wird fouriertransformiert.
36031  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36032 , Lösungsmittel) zu trennen.
36033  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36034  nun das Aussehen des Ausgangssignals.
36035  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36036  über alle Phasen integrieren muss.
36037  Sei nun 
36038 \begin_inset Formula $S$
36039 \end_inset
36040
36041  unser normiertes Ausgangssignal und 
36042 \begin_inset Formula $P$
36043 \end_inset
36044
36045  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36046 \begin_inset ERT
36047 status collapsed
36048
36049 \begin_layout Plain Layout
36050
36051
36052 \backslash
36053 end{multicols}
36054 \end_layout
36055
36056 \end_inset
36057
36058
36059 \begin_inset VSpace -6mm
36060 \end_inset
36061
36062
36063 \begin_inset Formula 
36064 \begin{equation}
36065 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36066 \end{equation}
36067
36068 \end_inset
36069
36070
36071 \begin_inset ERT
36072 status collapsed
36073
36074 \begin_layout Plain Layout
36075
36076
36077 \backslash
36078 begin{multicols}{2}
36079 \end_layout
36080
36081 \end_inset
36082
36083 wobei 
36084 \begin_inset Formula $S_{0}$
36085 \end_inset
36086
36087  das Signal ohne Gradient ist und die Normierungsbedingung 
36088 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36089 \end_inset
36090
36091  gilt.
36092  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36093  Direkt nach dem 
36094 \begin_inset Formula $\nicefrac{\pi}{2}$
36095 \end_inset
36096
36097
36098 \begin_inset space \thinspace{}
36099 \end_inset
36100
36101 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36102  das Signal zusätzlich abschwächt.
36103  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36104  
36105 \begin_inset Formula $T_{2}$
36106 \end_inset
36107
36108 -Zeit.
36109 \end_layout
36110
36111 \begin_layout Standard
36112
36113 \lang ngerman
36114 \begin_inset ERT
36115 status collapsed
36116
36117 \begin_layout Plain Layout
36118
36119
36120 \backslash
36121 end{multicols}
36122 \end_layout
36123
36124 \end_inset
36125
36126
36127 \end_layout
36128
36129 \begin_layout Subsection
36130 Formulas with Description of Variables
36131 \begin_inset Index idx
36132 status collapsed
36133
36134 \begin_layout Plain Layout
36135 Formula ! with description of variables
36136 \end_layout
36137
36138 \end_inset
36139
36140
36141 \end_layout
36142
36143 \begin_layout Standard
36144 To describe variables within a formula, like in formula 
36145 \begin_inset CommandInset ref
36146 LatexCommand eqref
36147 reference "eq:within"
36148
36149 \end_inset
36150
36151 , a 2
36152 \series bold
36153 ×
36154 \series default
36155
36156 \begin_inset Formula $n$
36157 \end_inset
36158
36159
36160 \begin_inset space ~
36161 \end_inset
36162
36163 matrix is used with left aligned columns for the 
36164 \begin_inset Formula $n$
36165 \end_inset
36166
36167  used variables.
36168 \begin_inset Foot
36169 status collapsed
36170
36171 \begin_layout Plain Layout
36172 matrices see 
36173 \begin_inset CommandInset ref
36174 LatexCommand ref
36175 reference "sec:Matrices"
36176
36177 \end_inset
36178
36179
36180 \end_layout
36181
36182 \end_inset
36183
36184  To set the description in a smaller size, before the matrix e.
36185 \begin_inset space \thinspace{}
36186 \end_inset
36187
36188 g.
36189 \begin_inset space \space{}
36190 \end_inset
36191
36192 the command 
36193 \series bold
36194
36195 \backslash
36196 footnotesize
36197 \series default
36198  is inserted.
36199 \begin_inset Foot
36200 status collapsed
36201
36202 \begin_layout Plain Layout
36203 font sizes see 
36204 \begin_inset CommandInset ref
36205 LatexCommand ref
36206 reference "subsec:Font-Sizes"
36207
36208 \end_inset
36209
36210
36211 \end_layout
36212
36213 \end_inset
36214
36215
36216 \end_layout
36217
36218 \begin_layout Standard
36219 When the formula style 
36220 \series bold
36221 Indented
36222 \begin_inset Foot
36223 status collapsed
36224
36225 \begin_layout Plain Layout
36226 formula styles see 
36227 \begin_inset CommandInset ref
36228 LatexCommand ref
36229 reference "sec:Formula-Styles"
36230
36231 \end_inset
36232
36233
36234 \end_layout
36235
36236 \end_inset
36237
36238
36239 \series default
36240  is used, a 
36241 \series bold
36242
36243 \backslash
36244 hfill
36245 \series default
36246
36247 \begin_inset Foot
36248 status collapsed
36249
36250 \begin_layout Plain Layout
36251
36252 \series bold
36253
36254 \backslash
36255 hfill
36256 \series default
36257  only works in formulas with the style 
36258 \series bold
36259 Indented
36260 \series default
36261 , see 
36262 \begin_inset CommandInset ref
36263 LatexCommand ref
36264 reference "subsec:Variable-Space"
36265
36266 \end_inset
36267
36268 .
36269 \end_layout
36270
36271 \end_inset
36272
36273  is inserted before and after the matrix to have the same separation of
36274  the matrix from the equation and the side margin.
36275 \end_layout
36276
36277 \begin_layout Standard
36278 When the formula style 
36279 \series bold
36280 Centered
36281 \series default
36282  is used, the method described in 
36283 \begin_inset CommandInset ref
36284 LatexCommand ref
36285 reference "subsec:Flalign-Environment"
36286
36287 \end_inset
36288
36289  is used to indent formulas.
36290  Formula 
36291 \begin_inset CommandInset ref
36292 LatexCommand eqref
36293 reference "eq:within"
36294
36295 \end_inset
36296
36297  consists of five columns where in the first two columns contain the equation,
36298  the third the matrix and the last one an empty \SpecialChar TeX
36299  brace.
36300 \begin_inset Formula 
36301 \begin{flalign}
36302 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36303 \rho & \textrm{density}\\
36304 V & \textrm{volume}\\
36305 g & \textrm{gravitational acceleration}
36306 \end{array} &  & {}\label{eq:within}
36307 \end{flalign}
36308
36309 \end_inset
36310
36311
36312 \end_layout
36313
36314 \begin_layout Subsection
36315 Upright small Greek Letters
36316 \begin_inset CommandInset label
36317 LatexCommand label
36318 name "subsec:Upright-small-Greek"
36319
36320 \end_inset
36321
36322
36323 \begin_inset Index idx
36324 status collapsed
36325
36326 \begin_layout Plain Layout
36327 Greek letters ! upright
36328 \end_layout
36329
36330 \end_inset
36331
36332
36333 \end_layout
36334
36335 \begin_layout Standard
36336 Most of the math fonts only provide italic small Greek letters.
36337  But for symbols of elementary particles like pions and neutrinos, upright
36338  Greek letters are needed.
36339  The file 
36340 \series bold
36341 upgreek.sty
36342 \series default
36343
36344 \begin_inset Foot
36345 status collapsed
36346
36347 \begin_layout Plain Layout
36348
36349 \series bold
36350 upgreek
36351 \series default
36352  is part of the \SpecialChar LaTeX
36353 -package 
36354 \series bold
36355 was
36356 \series default
36357
36358 \begin_inset Index idx
36359 status collapsed
36360
36361 \begin_layout Plain Layout
36362 Packages ! was
36363 \begin_inset ERT
36364 status collapsed
36365
36366 \begin_layout Plain Layout
36367
36368
36369 \backslash
36370 vspace{4mm}
36371 \end_layout
36372
36373 \end_inset
36374
36375
36376 \end_layout
36377
36378 \end_inset
36379
36380 .
36381 \end_layout
36382
36383 \end_inset
36384
36385
36386 \begin_inset Index idx
36387 status collapsed
36388
36389 \begin_layout Plain Layout
36390 Packages ! upgreek
36391 \end_layout
36392
36393 \end_inset
36394
36395  that is loaded with the \SpecialChar LaTeX
36396 -preamble line
36397 \end_layout
36398
36399 \begin_layout Standard
36400
36401 \series bold
36402
36403 \backslash
36404 usepackage{upgreek}
36405 \end_layout
36406
36407 \begin_layout Standard
36408 provides them.
36409  
36410 \begin_inset ERT
36411 status collapsed
36412
36413 \begin_layout Plain Layout
36414
36415
36416 \backslash
36417 ifupgreek 
36418 \end_layout
36419
36420 \end_inset
36421
36422
36423 \begin_inset Note Note
36424 status open
36425
36426 \begin_layout Plain Layout
36427 The following table will only be displayed when the \SpecialChar LaTeX
36428 -package 
36429 \series bold
36430 upgreek
36431 \series default
36432  is installed:
36433 \end_layout
36434
36435 \end_inset
36436
36437  They are created when the command for a small Greek letter is started with
36438  
36439 \series bold
36440 up
36441 \series default
36442 .
36443  For example the command 
36444 \series bold
36445
36446 \backslash
36447 uptau
36448 \series default
36449  creates this: 
36450 \begin_inset Formula $\uptau$
36451 \end_inset
36452
36453
36454 \end_layout
36455
36456 \begin_layout Standard
36457 With these commands reactions of elementary particles can be typeset:
36458 \begin_inset Formula 
36459 \[
36460 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36461 \]
36462
36463 \end_inset
36464
36465
36466 \end_layout
36467
36468 \begin_layout Standard
36469 The upright letters are more bold and wider than the italic ones.
36470  They should therefore not be used for units like 
36471 \begin_inset Quotes eld
36472 \end_inset
36473
36474 µm
36475 \begin_inset Quotes erd
36476 \end_inset
36477
36478 .
36479 \end_layout
36480
36481 \begin_layout Standard
36482 \begin_inset ERT
36483 status collapsed
36484
36485 \begin_layout Plain Layout
36486
36487
36488 \backslash
36489 else 
36490 \end_layout
36491
36492 \end_inset
36493
36494
36495 \begin_inset Note Note
36496 status open
36497
36498 \begin_layout Plain Layout
36499 The following will be displayed when the \SpecialChar LaTeX
36500 -package 
36501 \series bold
36502 upgreek
36503 \series default
36504  is not installed:
36505 \end_layout
36506
36507 \end_inset
36508
36509
36510 \end_layout
36511
36512 \begin_layout Standard
36513 You need to install the \SpecialChar LaTeX
36514 -package 
36515 \series bold
36516 upgreek
36517 \series default
36518  to see the rest of this subsection in the output.
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 fi 
36530 \end_layout
36531
36532 \end_inset
36533
36534
36535 \end_layout
36536
36537 \begin_layout Subsection
36538 Text Characters in Formulas
36539 \begin_inset Index idx
36540 status collapsed
36541
36542 \begin_layout Plain Layout
36543 Text ! in formulas
36544 \end_layout
36545
36546 \end_inset
36547
36548
36549 \end_layout
36550
36551 \begin_layout Standard
36552 In some cases you might want to insert text characters directly into formulas.
36553  When for example the centered dot · is often used in formulas like 
36554 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36555 \end_inset
36556
36557 , one would have to insert the command 
36558 \series bold
36559
36560 \backslash
36561 cdot
36562 \series default
36563
36564 \begin_inset Foot
36565 status collapsed
36566
36567 \begin_layout Plain Layout
36568 see 
36569 \begin_inset CommandInset ref
36570 LatexCommand ref
36571 reference "subsec:Binary-Operators"
36572
36573 \end_inset
36574
36575
36576 \end_layout
36577
36578 \end_inset
36579
36580  all the time, because this character is defined in all encodings as text
36581  character.
36582  But the encoding can be changed by this \SpecialChar LaTeX
36583 -preamble line:
36584 \end_layout
36585
36586 \begin_layout Standard
36587
36588 \series bold
36589
36590 \backslash
36591 Declare Inputtext{183}{
36592 \backslash
36593 ifmmode
36594 \backslash
36595 cdot
36596 \backslash
36597 else
36598 \backslash
36599 textperiodcentered
36600 \backslash
36601 f\SpecialChar ligaturebreak
36602 i}
36603 \end_layout
36604
36605 \begin_layout Standard
36606 The character encoding (menu 
36607 \family sans
36608 Document\SpecialChar menuseparator
36609 Settings\SpecialChar menuseparator
36610 Language
36611 \family default
36612 ) specifies what character appears when a keyboard key is pressed.
36613  When the key for the character '·' is pressed, internally the command 
36614 \series bold
36615
36616 \backslash
36617 textperiodcentered
36618 \series default
36619  is used.
36620  But this command is not available in a formula so that you would get \SpecialChar LaTeX
36621 -errors.
36622  With the changed encoding the right command is chosen automatically, depending
36623  on if the character was inserted into a formula or not.
36624 \end_layout
36625
36626 \begin_layout Standard
36627 The encoding of several characters is saved in definition files.
36628  For example the encoding 
36629 \series bold
36630 latin9
36631 \series default
36632  is defined in the file 
36633 \series bold
36634 latin9.def
36635 \series default
36636  which is in the installation folder of \SpecialChar LaTeX
36637 .
36638  Encodings should only be changed via the \SpecialChar LaTeX
36639 -preamble and not in the definition
36640  files.
36641  Otherwise documents could not be edited by other \SpecialChar LyX
36642  users working on other
36643  computers.
36644 \end_layout
36645
36646 \begin_layout Standard
36647 \begin_inset VSpace medskip
36648 \end_inset
36649
36650 Besides the centered dot, in this document the degree sign ° is defined
36651  with the following \SpecialChar LaTeX
36652 -preamble line so that it can be directly inserted into
36653  a formula:
36654 \end_layout
36655
36656 \begin_layout Standard
36657
36658 \series bold
36659
36660 \backslash
36661 DeclareInputtext{176}{
36662 \backslash
36663 ifmmode^
36664 \backslash
36665 circ
36666 \backslash
36667 else
36668 \backslash
36669 textdegree
36670 \backslash
36671 f\SpecialChar ligaturebreak
36672 i}
36673 \end_layout
36674
36675 \begin_layout Subsection
36676 \SpecialChar LaTeX
36677 -comments in formulas
36678 \begin_inset Index idx
36679 status collapsed
36680
36681 \begin_layout Plain Layout
36682 \SpecialChar LaTeX
36683 -comments
36684 \end_layout
36685
36686 \end_inset
36687
36688
36689 \end_layout
36690
36691 \begin_layout Standard
36692 In text you can insert a comment that will only be visible in the \SpecialChar LaTeX
36693  source
36694  code of your file with the menu 
36695 \family sans
36696 Insert\SpecialChar menuseparator
36697 Note\SpecialChar menuseparator
36698 Comment
36699 \family default
36700 .
36701  This is not possible in a formula but you can insert \SpecialChar LaTeX
36702 -comments with the
36703  command
36704 \end_layout
36705
36706 \begin_layout Standard
36707
36708 \series bold
36709
36710 \backslash
36711 %
36712 \end_layout
36713
36714 \begin_layout Standard
36715 This creates a box in which you can write your comment.
36716  Due to a bug in \SpecialChar LyX
36717
36718 \begin_inset Foot
36719 status collapsed
36720
36721 \begin_layout Plain Layout
36722 \begin_inset CommandInset href
36723 LatexCommand href
36724 name "LyX-bug #9002"
36725 target "http://www.lyx.org/trac/ticket/9002"
36726
36727 \end_inset
36728
36729
36730 \end_layout
36731
36732 \end_inset
36733
36734  you cannot write normal text inside the comment, even when you use mathematical
36735  text, you will see its \SpecialChar LaTeX
36736 -commands in the \SpecialChar LaTeX
36737 -output.
36738 \begin_inset Newline newline
36739 \end_inset
36740
36741 This a formula with a \SpecialChar LaTeX
36742 -comment:
36743 \begin_inset Formula 
36744 \[
36745 A=B%\text{This is the comment}
36746 \]
36747
36748 \end_inset
36749
36750
36751 \end_layout
36752
36753 \begin_layout Standard
36754 \begin_inset Newpage newpage
36755 \end_inset
36756
36757
36758 \end_layout
36759
36760 \begin_layout Section
36761 \start_of_appendix
36762 Typographic Advice
36763 \begin_inset Index idx
36764 status collapsed
36765
36766 \begin_layout Plain Layout
36767 Typographic advice
36768 \end_layout
36769
36770 \end_inset
36771
36772
36773 \end_layout
36774
36775 \begin_layout Standard
36776 This section is a summary of the most important typographic rules, listed
36777  in ISO norms.
36778 \begin_inset Foot
36779 status collapsed
36780
36781 \begin_layout Plain Layout
36782 This collection was partly taken from the German semi-official dictionary
36783  called 
36784 \begin_inset Quotes eld
36785 \end_inset
36786
36787 Duden
36788 \begin_inset Quotes erd
36789 \end_inset
36790
36791  
36792 \begin_inset CommandInset citation
36793 LatexCommand cite
36794 key "Duden"
36795
36796 \end_inset
36797
36798  that lists some of the ISO rules.
36799  More rules are listed in 
36800 \begin_inset CommandInset citation
36801 LatexCommand cite
36802 key "Checklist"
36803
36804 \end_inset
36805
36806 .
36807 \end_layout
36808
36809 \end_inset
36810
36811
36812 \end_layout
36813
36814 \begin_layout Itemize
36815 Physical units are 
36816 \emph on
36817 always
36818 \emph default
36819  set upright
36820 \begin_inset Foot
36821 status collapsed
36822
36823 \begin_layout Plain Layout
36824 done with font styles, see 
36825 \begin_inset CommandInset ref
36826 LatexCommand ref
36827 reference "subsec:Font-Styles"
36828
36829 \end_inset
36830
36831
36832 \end_layout
36833
36834 \end_inset
36835
36836 , no matter if they appear in italic text: 30
36837 \begin_inset space \thinspace{}
36838 \end_inset
36839
36840 km/h
36841 \begin_inset Newline newline
36842 \end_inset
36843
36844 Between the value and the unit is the smallest space, see 
36845 \begin_inset CommandInset ref
36846 LatexCommand ref
36847 reference "subsec:Predefined-Space"
36848
36849 \end_inset
36850
36851 .
36852 \begin_inset Newline newline
36853 \end_inset
36854
36855 This convention is automatically fulfilled when the command 
36856 \series bold
36857
36858 \backslash
36859 unittwo
36860 \series default
36861  is used.
36862  When it is entered to a formula, two boxes appear.
36863  In the first one the value is inserted, in the second one the unit, and
36864  one gets as above: 
36865 \begin_inset Formula $\unit[30]{km/h}$
36866 \end_inset
36867
36868
36869 \begin_inset space \thinspace{}
36870 \end_inset
36871
36872 .
36873  Note that 
36874 \series bold
36875
36876 \backslash
36877 unittwo
36878 \series default
36879  is not a real \SpecialChar LaTeX
36880  command but the command 
36881 \series bold
36882
36883 \backslash
36884 unit[value]{unit}
36885 \series default
36886 , therefore you cannot use it in \SpecialChar TeX
36887  code.
36888 \end_layout
36889
36890 \begin_layout Itemize
36891 Percent and perthousand signs are set like physical units:
36892 \begin_inset Newline newline
36893 \end_inset
36894
36895 1.2
36896 \begin_inset space \thinspace{}
36897 \end_inset
36898
36899 ‰ alcohol in blood
36900 \end_layout
36901
36902 \begin_layout Itemize
36903 The degree sign follows directly on the value: 15°, but not when it is used
36904  in units: 15
36905 \begin_inset space \thinspace{}
36906 \end_inset
36907
36908 °C
36909 \end_layout
36910
36911 \begin_layout Itemize
36912 In numbers with more than four digits the smallest space is inserted before
36913  every third digit to group them: 
36914 \family roman
36915 \series medium
36916 \shape up
36917 \size normal
36918 \emph off
36919 \bar no
36920 \noun off
36921 \color none
36922 18
36923 \begin_inset space \thinspace{}
36924 \end_inset
36925
36926 473
36927 \begin_inset space \thinspace{}
36928 \end_inset
36929
36930 588
36931 \end_layout
36932
36933 \begin_layout Itemize
36934 For dimensions like 120×90×40
36935 \begin_inset space \thinspace{}
36936 \end_inset
36937
36938 cm the multiplication sign 
36939 \begin_inset Quotes eld
36940 \end_inset
36941
36942 ×
36943 \begin_inset Quotes erd
36944 \end_inset
36945
36946  is used.
36947  It is available either via the command 
36948 \series bold
36949
36950 \backslash
36951 times
36952 \series default
36953  or via the menu 
36954 \family sans
36955 Insert\SpecialChar menuseparator
36956 Special Character\SpecialChar menuseparator
36957 Symbols
36958 \family default
36959 .
36960 \end_layout
36961
36962 \begin_layout Itemize
36963 Functions with names consisting of several letters are set upright to avoid
36964  confusions, see 
36965 \begin_inset CommandInset ref
36966 LatexCommand ref
36967 reference "subsec:Predefined-Functions"
36968
36969 \end_inset
36970
36971 .
36972 \end_layout
36973
36974 \begin_layout Itemize
36975 Indices consisting of several letters, are set upright: 
36976 \begin_inset Formula $E_{\mathrm{kin}}$
36977 \end_inset
36978
36979
36980 \begin_inset Newline newline
36981 \end_inset
36982
36983 Components of matrices are set italic: 
36984 \begin_inset Formula $\hat{H}_{kl}$
36985 \end_inset
36986
36987
36988 \end_layout
36989
36990 \begin_layout Itemize
36991 The differentiation/integration operator 'd', the Euler's number 'e' and
36992  the imaginary unit 'i' should be set upright, to avoid mixing them up with
36993  other variables.
36994 \end_layout
36995
36996 \begin_layout Itemize
36997 The character that denotes a 
36998 \noun on
36999 Fourier
37000 \noun default
37001  transformation is inserted either by the command 
37002 \series bold
37003
37004 \backslash
37005 mathscr
37006 \begin_inset space \textvisiblespace{}
37007 \end_inset
37008
37009 F
37010 \series default
37011  or via the menu 
37012 \family sans
37013 Insert\SpecialChar menuseparator
37014 Special Character\SpecialChar menuseparator
37015 Symbols\SpecialChar menuseparator
37016 Letterlike
37017 \begin_inset space ~
37018 \end_inset
37019
37020 Symbols
37021 \family default
37022
37023 \begin_inset Formula $\mathscr{F}$
37024 \end_inset
37025
37026
37027 \end_layout
37028
37029 \begin_layout Standard
37030 \begin_inset Newpage newpage
37031 \end_inset
37032
37033
37034 \end_layout
37035
37036 \begin_layout Section
37037 Synonyms
37038 \begin_inset Index idx
37039 status collapsed
37040
37041 \begin_layout Plain Layout
37042 Synonyms
37043 \end_layout
37044
37045 \end_inset
37046
37047
37048 \end_layout
37049
37050 \begin_layout Standard
37051 Some characters and symbols can be created with several commands.
37052  Here is a list of the synonym commands:
37053 \end_layout
37054
37055 \begin_layout Standard
37056 \begin_inset VSpace bigskip
37057 \end_inset
37058
37059
37060 \begin_inset space \hfill{}
37061 \end_inset
37062
37063
37064 \begin_inset Tabular
37065 <lyxtabular version="3" rows="12" columns="2">
37066 <features booktabs="true" tabularvalignment="middle">
37067 <column alignment="center" valignment="top" width="0pt">
37068 <column alignment="center" valignment="top" width="0pt">
37069 <row>
37070 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37071 \begin_inset Text
37072
37073 \begin_layout Plain Layout
37074 Command
37075 \end_layout
37076
37077 \end_inset
37078 </cell>
37079 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37080 \begin_inset Text
37081
37082 \begin_layout Plain Layout
37083 equivalent to
37084 \end_layout
37085
37086 \end_inset
37087 </cell>
37088 </row>
37089 <row>
37090 <cell alignment="center" valignment="top" usebox="none">
37091 \begin_inset Text
37092
37093 \begin_layout Plain Layout
37094
37095 \backslash
37096 ast
37097 \end_layout
37098
37099 \end_inset
37100 </cell>
37101 <cell alignment="center" valignment="top" usebox="none">
37102 \begin_inset Text
37103
37104 \begin_layout Plain Layout
37105 *
37106 \end_layout
37107
37108 \end_inset
37109 </cell>
37110 </row>
37111 <row>
37112 <cell alignment="center" valignment="top" usebox="none">
37113 \begin_inset Text
37114
37115 \begin_layout Plain Layout
37116
37117 \backslash
37118 choose
37119 \end_layout
37120
37121 \end_inset
37122 </cell>
37123 <cell alignment="center" valignment="top" usebox="none">
37124 \begin_inset Text
37125
37126 \begin_layout Plain Layout
37127
37128 \backslash
37129 binom
37130 \end_layout
37131
37132 \end_inset
37133 </cell>
37134 </row>
37135 <row>
37136 <cell alignment="center" valignment="top" usebox="none">
37137 \begin_inset Text
37138
37139 \begin_layout Plain Layout
37140
37141 \backslash
37142 geq
37143 \end_layout
37144
37145 \end_inset
37146 </cell>
37147 <cell alignment="center" valignment="top" usebox="none">
37148 \begin_inset Text
37149
37150 \begin_layout Plain Layout
37151
37152 \backslash
37153 ge
37154 \end_layout
37155
37156 \end_inset
37157 </cell>
37158 </row>
37159 <row>
37160 <cell alignment="center" valignment="top" usebox="none">
37161 \begin_inset Text
37162
37163 \begin_layout Plain Layout
37164
37165 \backslash
37166 lbrace
37167 \end_layout
37168
37169 \end_inset
37170 </cell>
37171 <cell alignment="center" valignment="top" usebox="none">
37172 \begin_inset Text
37173
37174 \begin_layout Plain Layout
37175 {
37176 \end_layout
37177
37178 \end_inset
37179 </cell>
37180 </row>
37181 <row>
37182 <cell alignment="center" valignment="top" usebox="none">
37183 \begin_inset Text
37184
37185 \begin_layout Plain Layout
37186
37187 \backslash
37188 lbracket
37189 \end_layout
37190
37191 \end_inset
37192 </cell>
37193 <cell alignment="center" valignment="top" usebox="none">
37194 \begin_inset Text
37195
37196 \begin_layout Plain Layout
37197 [
37198 \end_layout
37199
37200 \end_inset
37201 </cell>
37202 </row>
37203 <row>
37204 <cell alignment="center" valignment="top" usebox="none">
37205 \begin_inset Text
37206
37207 \begin_layout Plain Layout
37208
37209 \backslash
37210 leftarrow
37211 \end_layout
37212
37213 \end_inset
37214 </cell>
37215 <cell alignment="center" valignment="top" usebox="none">
37216 \begin_inset Text
37217
37218 \begin_layout Plain Layout
37219
37220 \backslash
37221 gets
37222 \end_layout
37223
37224 \end_inset
37225 </cell>
37226 </row>
37227 <row>
37228 <cell alignment="center" valignment="top" usebox="none">
37229 \begin_inset Text
37230
37231 \begin_layout Plain Layout
37232
37233 \backslash
37234 leq
37235 \end_layout
37236
37237 \end_inset
37238 </cell>
37239 <cell alignment="center" valignment="top" usebox="none">
37240 \begin_inset Text
37241
37242 \begin_layout Plain Layout
37243
37244 \backslash
37245 le
37246 \end_layout
37247
37248 \end_inset
37249 </cell>
37250 </row>
37251 <row>
37252 <cell alignment="center" valignment="top" usebox="none">
37253 \begin_inset Text
37254
37255 \begin_layout Plain Layout
37256
37257 \backslash
37258 lor
37259 \end_layout
37260
37261 \end_inset
37262 </cell>
37263 <cell alignment="center" valignment="top" usebox="none">
37264 \begin_inset Text
37265
37266 \begin_layout Plain Layout
37267
37268 \backslash
37269 vee
37270 \end_layout
37271
37272 \end_inset
37273 </cell>
37274 </row>
37275 <row>
37276 <cell alignment="center" valignment="top" usebox="none">
37277 \begin_inset Text
37278
37279 \begin_layout Plain Layout
37280
37281 \backslash
37282 neq
37283 \end_layout
37284
37285 \end_inset
37286 </cell>
37287 <cell alignment="center" valignment="top" usebox="none">
37288 \begin_inset Text
37289
37290 \begin_layout Plain Layout
37291
37292 \backslash
37293 not=
37294 \end_layout
37295
37296 \end_inset
37297 </cell>
37298 </row>
37299 <row>
37300 <cell alignment="center" valignment="top" usebox="none">
37301 \begin_inset Text
37302
37303 \begin_layout Plain Layout
37304
37305 \backslash
37306 slash
37307 \end_layout
37308
37309 \end_inset
37310 </cell>
37311 <cell alignment="center" valignment="top" usebox="none">
37312 \begin_inset Text
37313
37314 \begin_layout Plain Layout
37315 /
37316 \end_layout
37317
37318 \end_inset
37319 </cell>
37320 </row>
37321 <row>
37322 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37323 \begin_inset Text
37324
37325 \begin_layout Plain Layout
37326
37327 \backslash
37328 vert
37329 \end_layout
37330
37331 \end_inset
37332 </cell>
37333 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37334 \begin_inset Text
37335
37336 \begin_layout Plain Layout
37337 |
37338 \end_layout
37339
37340 \end_inset
37341 </cell>
37342 </row>
37343 </lyxtabular>
37344
37345 \end_inset
37346
37347
37348 \begin_inset space \hfill{}
37349 \end_inset
37350
37351
37352 \begin_inset Tabular
37353 <lyxtabular version="3" rows="12" columns="2">
37354 <features booktabs="true" tabularvalignment="middle">
37355 <column alignment="center" valignment="top" width="0pt">
37356 <column alignment="center" valignment="top" width="0pt">
37357 <row>
37358 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37359 \begin_inset Text
37360
37361 \begin_layout Plain Layout
37362 Command
37363 \end_layout
37364
37365 \end_inset
37366 </cell>
37367 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37368 \begin_inset Text
37369
37370 \begin_layout Plain Layout
37371 equivalent to
37372 \end_layout
37373
37374 \end_inset
37375 </cell>
37376 </row>
37377 <row>
37378 <cell alignment="center" valignment="top" usebox="none">
37379 \begin_inset Text
37380
37381 \begin_layout Plain Layout
37382
37383 \backslash
37384 backslash
37385 \end_layout
37386
37387 \end_inset
37388 </cell>
37389 <cell alignment="center" valignment="top" usebox="none">
37390 \begin_inset Text
37391
37392 \begin_layout Plain Layout
37393
37394 \backslash
37395
37396 \backslash
37397
37398 \end_layout
37399
37400 \end_inset
37401 </cell>
37402 </row>
37403 <row>
37404 <cell alignment="center" valignment="top" usebox="none">
37405 \begin_inset Text
37406
37407 \begin_layout Plain Layout
37408
37409 \backslash
37410 dasharrow
37411 \end_layout
37412
37413 \end_inset
37414 </cell>
37415 <cell alignment="center" valignment="top" usebox="none">
37416 \begin_inset Text
37417
37418 \begin_layout Plain Layout
37419
37420 \backslash
37421 dashrightarrow
37422 \end_layout
37423
37424 \end_inset
37425 </cell>
37426 </row>
37427 <row>
37428 <cell alignment="center" valignment="top" usebox="none">
37429 \begin_inset Text
37430
37431 \begin_layout Plain Layout
37432
37433 \backslash
37434 land
37435 \end_layout
37436
37437 \end_inset
37438 </cell>
37439 <cell alignment="center" valignment="top" usebox="none">
37440 \begin_inset Text
37441
37442 \begin_layout Plain Layout
37443
37444 \backslash
37445 wedge
37446 \end_layout
37447
37448 \end_inset
37449 </cell>
37450 </row>
37451 <row>
37452 <cell alignment="center" valignment="top" usebox="none">
37453 \begin_inset Text
37454
37455 \begin_layout Plain Layout
37456
37457 \backslash
37458 rbrace
37459 \end_layout
37460
37461 \end_inset
37462 </cell>
37463 <cell alignment="center" valignment="top" usebox="none">
37464 \begin_inset Text
37465
37466 \begin_layout Plain Layout
37467 }
37468 \end_layout
37469
37470 \end_inset
37471 </cell>
37472 </row>
37473 <row>
37474 <cell alignment="center" valignment="top" usebox="none">
37475 \begin_inset Text
37476
37477 \begin_layout Plain Layout
37478
37479 \backslash
37480 rbracket
37481 \end_layout
37482
37483 \end_inset
37484 </cell>
37485 <cell alignment="center" valignment="top" usebox="none">
37486 \begin_inset Text
37487
37488 \begin_layout Plain Layout
37489 ]
37490 \end_layout
37491
37492 \end_inset
37493 </cell>
37494 </row>
37495 <row>
37496 <cell alignment="center" valignment="top" usebox="none">
37497 \begin_inset Text
37498
37499 \begin_layout Plain Layout
37500
37501 \backslash
37502 rightarrow
37503 \end_layout
37504
37505 \end_inset
37506 </cell>
37507 <cell alignment="center" valignment="top" usebox="none">
37508 \begin_inset Text
37509
37510 \begin_layout Plain Layout
37511
37512 \backslash
37513 to
37514 \end_layout
37515
37516 \end_inset
37517 </cell>
37518 </row>
37519 <row>
37520 <cell alignment="center" valignment="top" usebox="none">
37521 \begin_inset Text
37522
37523 \begin_layout Plain Layout
37524
37525 \backslash
37526 lnot
37527 \end_layout
37528
37529 \end_inset
37530 </cell>
37531 <cell alignment="center" valignment="top" usebox="none">
37532 \begin_inset Text
37533
37534 \begin_layout Plain Layout
37535
37536 \backslash
37537 neg
37538 \end_layout
37539
37540 \end_inset
37541 </cell>
37542 </row>
37543 <row>
37544 <cell alignment="center" valignment="top" usebox="none">
37545 \begin_inset Text
37546
37547 \begin_layout Plain Layout
37548
37549 \backslash
37550 ne
37551 \end_layout
37552
37553 \end_inset
37554 </cell>
37555 <cell alignment="center" valignment="top" usebox="none">
37556 \begin_inset Text
37557
37558 \begin_layout Plain Layout
37559
37560 \backslash
37561 not=
37562 \end_layout
37563
37564 \end_inset
37565 </cell>
37566 </row>
37567 <row>
37568 <cell alignment="center" valignment="top" usebox="none">
37569 \begin_inset Text
37570
37571 \begin_layout Plain Layout
37572
37573 \backslash
37574 owns
37575 \end_layout
37576
37577 \end_inset
37578 </cell>
37579 <cell alignment="center" valignment="top" usebox="none">
37580 \begin_inset Text
37581
37582 \begin_layout Plain Layout
37583
37584 \backslash
37585 ni
37586 \end_layout
37587
37588 \end_inset
37589 </cell>
37590 </row>
37591 <row>
37592 <cell alignment="center" valignment="top" usebox="none">
37593 \begin_inset Text
37594
37595 \begin_layout Plain Layout
37596
37597 \backslash
37598 square
37599 \end_layout
37600
37601 \end_inset
37602 </cell>
37603 <cell alignment="center" valignment="top" usebox="none">
37604 \begin_inset Text
37605
37606 \begin_layout Plain Layout
37607
37608 \backslash
37609 Box
37610 \end_layout
37611
37612 \end_inset
37613 </cell>
37614 </row>
37615 <row>
37616 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37617 \begin_inset Text
37618
37619 \begin_layout Plain Layout
37620
37621 \backslash
37622 Vert
37623 \end_layout
37624
37625 \end_inset
37626 </cell>
37627 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37628 \begin_inset Text
37629
37630 \begin_layout Plain Layout
37631
37632 \backslash
37633 |
37634 \end_layout
37635
37636 \end_inset
37637 </cell>
37638 </row>
37639 </lyxtabular>
37640
37641 \end_inset
37642
37643
37644 \begin_inset space \hfill{}
37645 \end_inset
37646
37647
37648 \end_layout
37649
37650 \begin_layout Standard
37651 \begin_inset Newpage newpage
37652 \end_inset
37653
37654
37655 \end_layout
37656
37657 \begin_layout Bibliography
37658 \begin_inset CommandInset bibitem
37659 LatexCommand bibitem
37660 key "TLC2"
37661
37662 \end_inset
37663
37664
37665 \shape smallcaps
37666 Mittelbach, F.
37667  ; Goossens, M.
37668 \shape default
37669
37670 \shape italic
37671 The \SpecialChar LaTeX
37672  Companion
37673 \shape default
37674 .
37675  Addison Wesley, 2004
37676 \end_layout
37677
37678 \begin_layout Bibliography
37679 \begin_inset CommandInset bibitem
37680 LatexCommand bibitem
37681 key "Mathmode"
37682
37683 \end_inset
37684
37685
37686 \begin_inset CommandInset href
37687 LatexCommand href
37688 name "Description"
37689 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37690
37691 \end_inset
37692
37693  of \SpecialChar LaTeX
37694 's math abilities
37695 \end_layout
37696
37697 \begin_layout Bibliography
37698 \begin_inset CommandInset bibitem
37699 LatexCommand bibitem
37700 key "AMS"
37701
37702 \end_inset
37703
37704
37705 \begin_inset CommandInset href
37706 LatexCommand href
37707 name "Description"
37708 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37709
37710 \end_inset
37711
37712  of 
37713 \begin_inset ERT
37714 status collapsed
37715
37716 \begin_layout Plain Layout
37717
37718
37719 \backslash
37720 AmS
37721 \end_layout
37722
37723 \end_inset
37724
37725 -\SpecialChar LaTeX
37726
37727 \end_layout
37728
37729 \begin_layout Bibliography
37730 \begin_inset CommandInset bibitem
37731 LatexCommand bibitem
37732 key "Symbols"
37733
37734 \end_inset
37735
37736
37737 \begin_inset CommandInset href
37738 LatexCommand href
37739 name "List"
37740 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37741
37742 \end_inset
37743
37744  of all symbols available with \SpecialChar LaTeX
37745 -packages
37746 \end_layout
37747
37748 \begin_layout Bibliography
37749 \begin_inset CommandInset bibitem
37750 LatexCommand bibitem
37751 key "cancel"
37752
37753 \end_inset
37754
37755
37756 \begin_inset CommandInset href
37757 LatexCommand href
37758 name "Documentation"
37759 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37760
37761 \end_inset
37762
37763  of the \SpecialChar LaTeX
37764 -package 
37765 \series bold
37766 cancel
37767 \series default
37768
37769 \begin_inset Index idx
37770 status collapsed
37771
37772 \begin_layout Plain Layout
37773 Packages ! cancel
37774 \end_layout
37775
37776 \end_inset
37777
37778
37779 \end_layout
37780
37781 \begin_layout Bibliography
37782 \begin_inset CommandInset bibitem
37783 LatexCommand bibitem
37784 key "hyperref"
37785
37786 \end_inset
37787
37788
37789 \begin_inset CommandInset href
37790 LatexCommand href
37791 name "Documentation"
37792 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37793
37794 \end_inset
37795
37796  of the \SpecialChar LaTeX
37797 -package 
37798 \series bold
37799 hyperref
37800 \series default
37801
37802 \begin_inset Index idx
37803 status collapsed
37804
37805 \begin_layout Plain Layout
37806 Packages ! hyperref
37807 \end_layout
37808
37809 \end_inset
37810
37811
37812 \end_layout
37813
37814 \begin_layout Bibliography
37815 \begin_inset CommandInset bibitem
37816 LatexCommand bibitem
37817 key "mhchem"
37818
37819 \end_inset
37820
37821
37822 \begin_inset CommandInset href
37823 LatexCommand href
37824 name "Documentation"
37825 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37826
37827 \end_inset
37828
37829  of the \SpecialChar LaTeX
37830 -package 
37831 \series bold
37832 mhchem
37833 \series default
37834
37835 \begin_inset Index idx
37836 status collapsed
37837
37838 \begin_layout Plain Layout
37839 Packages ! mhchem
37840 \end_layout
37841
37842 \end_inset
37843
37844
37845 \end_layout
37846
37847 \begin_layout Bibliography
37848 \begin_inset CommandInset bibitem
37849 LatexCommand bibitem
37850 key "Duden"
37851
37852 \end_inset
37853
37854
37855 \emph on
37856 Duden Band 1
37857 \emph default
37858 .
37859  22.
37860  Auflage, Duden 2001
37861 \end_layout
37862
37863 \begin_layout Bibliography
37864 \begin_inset CommandInset bibitem
37865 LatexCommand bibitem
37866 key "Checklist"
37867
37868 \end_inset
37869
37870
37871 \begin_inset CommandInset href
37872 LatexCommand href
37873 name "Check list"
37874 target "http://physics.nist.gov/Document/checklist.pdf"
37875
37876 \end_inset
37877
37878  for reviewing manuscripts
37879 \end_layout
37880
37881 \begin_layout Standard
37882 \begin_inset CommandInset index_print
37883 LatexCommand printindex
37884 type "idx"
37885
37886 \end_inset
37887
37888
37889 \end_layout
37890
37891 \end_body
37892 \end_document