]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
dabb4351006b5c5e4b5ef8de1ee51c4786962d96
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 503
3 \begin_document
4 \begin_header
5 \origin /systemlyxdir/doc/
6 \textclass scrartcl
7 \begin_preamble
8 % DO NOT ALTER THIS PREAMBLE!!!
9 %
10 % This preamble is designed to ensure that the file prints
11 % out as advertised. If you mess with this preamble,
12 % parts of this document may not print out as expected.  If you
13 % have problems LaTeXing this file, please contact 
14 % the documentation team
15 % email: lyx-docs@lists.lyx.org
16
17 % solves the following problem:
18 % If the dection number consits of too many numerals the section heading
19 % will be printed in the TOC without a space between it and the section number.
20 % As solution more space between the number and the heading is inserted:
21 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
22 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
23
24 % increase link area for cross-references and autoname them,
25 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
26 \@ifundefined{extrasenglish}{\usepackage[english]{babel}}{}
27 \@ifpackageloaded{babel}{
28  \addto\extrasenglish{%
29   \renewcommand*{\equationautorefname}[1]{}%
30   \renewcommand{\sectionautorefname}{sec.\negthinspace}%
31   \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
32   \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
33  }
34 }{}
35
36 % don't load packages twice
37 % see first footnote in sec. 9.3
38 \@ifundefined{textcolor}{\usepackage{color}}{}
39
40 % the pages of the TOC are numbered roman
41 % and a PDF-bookmark for the TOC is added
42 \pagenumbering{roman}
43 \let\myTOC\tableofcontents
44 \renewcommand{\tableofcontents}{%
45  \vspace{1cm}
46  \pdfbookmark[1]{\contentsname}{}
47  \myTOC
48  \cleardoublepage
49  \pagenumbering{arabic}}
50
51 % add 0.5 mm vertical space for table rows
52 \@ifundefined{extrarowheight} {\usepackage{array}}{}
53 \setlength{\extrarowheight}{0.5mm}
54
55 % insert additional vertical space of 1.5 mm between footnotes,
56 \let\myFoot\footnote
57 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
58
59 % makes caption labels bold
60 \setkomafont{captionlabel}{\bfseries}
61
62 % enables calculation of values
63 \usepackage{calc}
64
65 % for multiple columns used in sec. 24.7
66 \usepackage{multicol}
67
68 % needed in sec. 19.4
69 \usepackage{remreset}
70
71 % for the Fourier transformation symbol
72 \usepackage{mathrsfs}
73
74 % define a color, used in sec.9.3
75 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
76
77 % declare operators (see sec. 10.4 and sec. 15.2)
78 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
79 \DeclareMathOperator{\sgn}{sgn}
80
81 % example definitions for sec. 20.1 
82 \newcommand{\gr}{\Longrightarrow}
83 \newcommand{\us}[1]{\underline{#1}}
84 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
85 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
86 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
87
88 % example macro from sec. 19.4
89 %\def\tagform@#1{\maketag@@@{|#1|}}
90
91
92 % ------------------------------------
93 % used to check for needed LaTeX packages
94 \usepackage{ifthen}
95
96 % check for package undertilde
97 % used for the command \utilde
98 \newboolean{undertilde}
99 \IfFileExists{undertilde.sty}
100  {\usepackage{undertilde}
101   \setboolean{undertilde}{true}}
102  {\setboolean{undertilde}{false}}
103
104 % check for package eurosym
105 % used for the Euro symbol
106 \newboolean{eurosym}
107 \IfFileExists{eurosym.sty}
108  {\usepackage[gennarrow]{eurosym}
109   \setboolean{eurosym}{true}}
110  {\setboolean{eurosym}{false}}
111
112 % check for package braket
113 % used for physical vectors
114 \newboolean{braket}
115 \IfFileExists{braket.sty}
116  {\usepackage{braket}
117   \setboolean{braket}{true}}
118  {\setboolean{braket}{false}}
119
120 % check for package cancel
121 \newboolean{cancel}
122 \IfFileExists{cancel.sty}
123  {\usepackage{cancel}
124   \setboolean{cancel}{true}}
125  {\setboolean{cancel}{false}}
126
127 % check for package upgreek
128 \newboolean{upgreek}
129 \IfFileExists{upgreek.sty}
130  {\usepackage{upgreek}
131   \setboolean{upgreek}{true}}
132  {\setboolean{upgreek}{false}}
133 \end_preamble
134 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
135 \use_default_options false
136 \maintain_unincluded_children false
137 \language english
138 \language_package default
139 \inputencoding auto
140 \fontencoding global
141 \font_roman "lmodern" "default"
142 \font_sans "lmss" "default"
143 \font_typewriter "lmtt" "default"
144 \font_math "auto" "auto"
145 \font_default_family default
146 \use_non_tex_fonts false
147 \font_sc false
148 \font_osf false
149 \font_sf_scale 100 100
150 \font_tt_scale 100 100
151 \graphics default
152 \default_output_format pdf2
153 \output_sync 0
154 \bibtex_command default
155 \index_command default
156 \paperfontsize 12
157 \spacing single
158 \use_hyperref true
159 \pdf_title "LyX's Math Manual"
160 \pdf_author "LyX Team, Uwe Stöhr"
161 \pdf_subject "LyX-documentation about math"
162 \pdf_keywords "LyX, Mathed"
163 \pdf_bookmarks true
164 \pdf_bookmarksnumbered true
165 \pdf_bookmarksopen true
166 \pdf_bookmarksopenlevel 1
167 \pdf_breaklinks false
168 \pdf_pdfborder false
169 \pdf_colorlinks true
170 \pdf_backref false
171 \pdf_pdfusetitle false
172 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
173 \papersize a4paper
174 \use_geometry false
175 \use_package amsmath 2
176 \use_package amssymb 2
177 \use_package cancel 0
178 \use_package esint 1
179 \use_package mathdots 1
180 \use_package mathtools 2
181 \use_package mhchem 1
182 \use_package stackrel 0
183 \use_package stmaryrd 0
184 \use_package undertilde 0
185 \cite_engine basic
186 \cite_engine_type default
187 \biblio_style plain
188 \use_bibtopic false
189 \use_indices false
190 \paperorientation portrait
191 \suppress_date false
192 \justification true
193 \use_refstyle 0
194 \notefontcolor #0000ff
195 \index Index
196 \shortcut idx
197 \color #008000
198 \end_index
199 \secnumdepth 4
200 \tocdepth 3
201 \paragraph_separation skip
202 \defskip medskip
203 \quotes_language english
204 \papercolumns 1
205 \papersides 2
206 \paperpagestyle plain
207 \bullet 1 0 6 -1
208 \bullet 2 2 35 -1
209 \bullet 3 2 7 -1
210 \tracking_changes false
211 \output_changes false
212 \html_math_output 0
213 \html_css_as_file 0
214 \html_be_strict false
215 \end_header
216
217 \begin_body
218
219 \begin_layout Title
220 \SpecialChar LyX
221 's detailed Math manual
222 \end_layout
223
224 \begin_layout Author
225 by the \SpecialChar LyX
226  Team
227 \begin_inset Foot
228 status collapsed
229
230 \begin_layout Plain Layout
231 \noindent
232 If you have comments or error corrections, please send them to the \SpecialChar LyX
233  Documentatio
234 n mailing list: 
235 \family typewriter
236
237 \begin_inset CommandInset href
238 LatexCommand href
239 name "lyx-docs@lists.lyx.org"
240 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
241 type "mailto:"
242
243 \end_inset
244
245
246 \end_layout
247
248 \end_inset
249
250
251 \begin_inset Note Note
252 status collapsed
253
254 \begin_layout Plain Layout
255 author: Uwe Stöhr
256 \end_layout
257
258 \end_inset
259
260
261 \begin_inset Newline newline
262 \end_inset
263
264
265 \begin_inset Newline newline
266 \end_inset
267
268
269 \family sans
270 Version 2.2.x
271 \end_layout
272
273 \begin_layout Standard
274 \begin_inset CommandInset toc
275 LatexCommand tableofcontents
276
277 \end_inset
278
279
280 \end_layout
281
282 \begin_layout Standard
283 \begin_inset Note Note
284 status open
285
286 \begin_layout Plain Layout
287 To export this document to PDF, PS or DVI the \SpecialChar LaTeX
288 -packages 
289 \series bold
290 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
291 \series default
292  and 
293 \series bold
294 was
295 \series default
296  should be installed.
297  If they are not installed the document can be exported anyway but the sections
298  where the packages are required will not appear in the output.
299  An exception is 
300 \series bold
301 mhchem
302 \series default
303 ; if it is not installed, this file cannot be exported.
304 \end_layout
305
306 \begin_layout Plain Layout
307 The latest PDF-version of this document can be found here:
308 \begin_inset Newline newline
309 \end_inset
310
311
312 \series bold
313 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
314 \end_layout
315
316 \end_inset
317
318
319 \end_layout
320
321 \begin_layout Standard
322 \begin_inset Newpage newpage
323 \end_inset
324
325
326 \end_layout
327
328 \begin_layout Section
329 Introduction
330 \end_layout
331
332 \begin_layout Standard
333 This document explains \SpecialChar LyX
334 's math features and is furthermore a collection
335  of \SpecialChar LaTeX
336 -commands used for mathematical characters and constructs.
337  The explanations are designed for the usage of commands.
338  It is therefore required that you have read the section 
339 \family typewriter
340 Mathematical
341 \begin_inset space ~
342 \end_inset
343
344 Formulas
345 \family default
346  of the User's Guide.
347 \end_layout
348
349 \begin_layout Standard
350 Most of the characters and many constructs explained in this manual are
351  also accessible via the menu 
352 \family sans
353 Insert
354 \series bold
355 \SpecialChar menuseparator
356
357 \series default
358 Math
359 \family default
360  or the 
361 \family sans
362 math
363 \family default
364 \series bold
365  
366 \family sans
367 \series default
368 toolbar
369 \family default
370 .
371  But everybody who has to write lots of formulas will notice that it is
372  much faster to use commands instead of the math toolbar.
373  Therefore this manual is focused on commands but also mentions the correspondin
374 g toolbar buttons when available.
375 \end_layout
376
377 \begin_layout Standard
378 If not specially mentioned the commands are only available within formulas.
379  To be able to use all commands explained in this document, the option 
380 \family sans
381 Use AMS math package
382 \family default
383  must be checked in the document settings (menu 
384 \family sans
385 Document\SpecialChar menuseparator
386 Settings\SpecialChar menuseparator
387 Math
388 \begin_inset space ~
389 \end_inset
390
391 Options
392 \family default
393 ).
394 \begin_inset Foot
395 status collapsed
396
397 \begin_layout Plain Layout
398 The option 
399 \family sans
400 Use AMS math package automatically
401 \family default
402  only uses 
403 \begin_inset ERT
404 status collapsed
405
406 \begin_layout Plain Layout
407
408
409 \backslash
410 AmS 
411 \end_layout
412
413 \end_inset
414
415 -math when math constructs are found that are supported by \SpecialChar LyX
416 .
417 \end_layout
418
419 \end_inset
420
421
422 \end_layout
423
424 \begin_layout Standard
425 This document doesn't list all 
426 \begin_inset ERT
427 status collapsed
428
429 \begin_layout Plain Layout
430
431
432 \backslash
433 AmS 
434 \end_layout
435
436 \end_inset
437
438 -math commands
439 \begin_inset Foot
440 status collapsed
441
442 \begin_layout Plain Layout
443 A list with all 
444 \begin_inset ERT
445 status collapsed
446
447 \begin_layout Plain Layout
448
449
450 \backslash
451 AmS
452 \end_layout
453
454 \end_inset
455
456 -math commands is in the file 
457 \family sans
458
459 \begin_inset CommandInset href
460 LatexCommand href
461 name "amsguide.ps"
462 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
463
464 \end_inset
465
466
467 \family default
468 , which is part of every \SpecialChar LaTeX
469  standard installation.
470 \end_layout
471
472 \end_inset
473
474  for lucidity reasons.
475 \end_layout
476
477 \begin_layout Section
478 General Instructions
479 \end_layout
480
481 \begin_layout Standard
482 To create an inline formula
483 \begin_inset Index idx
484 status collapsed
485
486 \begin_layout Plain Layout
487 Formula ! inline
488 \end_layout
489
490 \end_inset
491
492  that is embedded into a text line, use one of the shortcuts 
493 \begin_inset Info
494 type  "shortcuts"
495 arg   "math-mode"
496 \end_inset
497
498  or the toolbar button 
499 \begin_inset Info
500 type  "icon"
501 arg   "math-mode"
502 \end_inset
503
504 .
505 \begin_inset Newline newline
506 \end_inset
507
508 To create a display style formula
509 \begin_inset Index idx
510 status collapsed
511
512 \begin_layout Plain Layout
513 Formula ! display style
514 \end_layout
515
516 \end_inset
517
518  which will appear bigger, has a different format, and will be in a separate
519  paragraph, use one of these shortcuts: 
520 \begin_inset Info
521 type  "shortcuts"
522 arg   "math-display"
523 \end_inset
524
525 .
526 \end_layout
527
528 \begin_layout Standard
529 To change a display style formula to an inline formula, set the cursor into
530  the formula and use one of the shortcuts 
531 \begin_inset Info
532 type  "shortcuts"
533 arg   "math-mode"
534 \end_inset
535
536  or the menu 
537 \family sans
538 Edit\SpecialChar menuseparator
539 Math\SpecialChar menuseparator
540 Change formula type
541 \family default
542 .
543  The same way is used to change an inline formula to a display style formula.
544 \end_layout
545
546 \begin_layout Standard
547 To display parts of an inline formula in the size of a display style formula,
548  enter the command 
549 \series bold
550
551 \backslash
552 displaystyle
553 \series default
554
555 \begin_inset Index idx
556 status collapsed
557
558 \begin_layout Plain Layout
559 Commands ! D ! 
560 \backslash
561 displaystyle
562 \end_layout
563
564 \end_inset
565
566  to a formula.
567  Then a new blue box appears in which the desired formula part is inserted.
568 \end_layout
569
570 \begin_layout Standard
571 Only inline formulas are allowed inside tables.
572 \end_layout
573
574 \begin_layout Standard
575 The 
576 \family sans
577 math toolbar
578 \family default
579  can be turned on in the menu 
580 \family sans
581 View\SpecialChar menuseparator
582 Toolbars
583 \family default
584 .
585  When you click there on 
586 \begin_inset Quotes eld
587 \end_inset
588
589 Math
590 \begin_inset Quotes erd
591 \end_inset
592
593  the toolbar will be shown permanently at the bottom; this state is visualized
594  in the 
595 \family sans
596 Toolbars
597 \family default
598  menu with a checkmark.
599  When you click in this state again on 
600 \begin_inset Quotes eld
601 \end_inset
602
603 Math
604 \begin_inset Quotes erd
605 \end_inset
606
607  in the 
608 \family sans
609 Toolbars
610 \family default
611  menu, the 
612 \family sans
613 math toolbar
614 \family default
615  is only shown when the cursor is within a formula; this state is visualized
616  by the renaming of the menu entry from 
617 \begin_inset Quotes eld
618 \end_inset
619
620 Math
621 \begin_inset Quotes erd
622 \end_inset
623
624  to 
625 \begin_inset Quotes eld
626 \end_inset
627
628 Math
629 \begin_inset space ~
630 \end_inset
631
632 (auto)
633 \begin_inset Quotes erd
634 \end_inset
635
636 .
637 \end_layout
638
639 \begin_layout Standard
640 The \SpecialChar TeX
641  mode
642 \begin_inset Index idx
643 status collapsed
644
645 \begin_layout Plain Layout
646 T@\SpecialChar TeX
647 -mode
648 \end_layout
649
650 \end_inset
651
652  is invoked by pressing the toolbar button 
653 \begin_inset Info
654 type  "icon"
655 arg   "ert-insert"
656 \end_inset
657
658  or by using the menu 
659 \family sans
660 Insert\SpecialChar menuseparator
661 TeX Code
662 \family default
663  (shortcut 
664 \begin_inset Info
665 type  "shortcut"
666 arg   "ert-insert"
667 \end_inset
668
669 ).
670 \end_layout
671
672 \begin_layout Standard
673 To change the \SpecialChar LaTeX
674 -preamble
675 \begin_inset Index idx
676 status collapsed
677
678 \begin_layout Plain Layout
679 L@\SpecialChar LaTeX
680 -preamble
681 \end_layout
682
683 \end_inset
684
685 , use the menu 
686 \family sans
687 Document\SpecialChar menuseparator
688 Settings\SpecialChar menuseparator
689 LaTeX
690 \family default
691  
692 \family sans
693 Preamble
694 \family default
695 .
696 \end_layout
697
698 \begin_layout Standard
699 To edit matrices, case differentiations and multiline formulas subsequently,
700  use the menus 
701 \family sans
702 Edit\SpecialChar menuseparator
703 Math
704 \family default
705  and 
706 \family sans
707 Edit\SpecialChar menuseparator
708 Rows
709 \begin_inset space \thinspace{}
710 \end_inset
711
712 &
713 \begin_inset space \thinspace{}
714 \end_inset
715
716 Columns,
717 \family default
718  or the 
719 \family sans
720 table toolbar
721 \family default
722 .
723  When lines and columns are swapped via the menu, the column or line where
724  the cursor is in is exchanged with the column to the right or the line
725  below, respectively.
726  Is the cursor in the last column or row, the exchange is done with the
727  column to the left or the line above.
728 \end_layout
729
730 \begin_layout Standard
731 To write text in formulas
732 \begin_inset Foot
733 status collapsed
734
735 \begin_layout Plain Layout
736 For multiline formulas the command 
737 \series bold
738
739 \backslash
740 intertext
741 \series default
742  is used, see 
743 \begin_inset CommandInset ref
744 LatexCommand ref
745 reference "subsec:Text-in-multiline"
746
747 \end_inset
748
749 .
750 \end_layout
751
752 \end_inset
753
754  
755 \emph on
756 mathematical text
757 \emph default
758
759 \begin_inset Index idx
760 status collapsed
761
762 \begin_layout Plain Layout
763 Text ! in formulas
764 \end_layout
765
766 \end_inset
767
768
769 \begin_inset Index idx
770 status collapsed
771
772 \begin_layout Plain Layout
773 Mathematical text
774 \end_layout
775
776 \end_inset
777
778  is used.
779  This mode is invoked with the shortcut 
780 \begin_inset Info
781 type  "shortcut"
782 arg   "font-default"
783 \end_inset
784
785  or by the insertion of the command 
786 \series bold
787
788 \backslash
789 text
790 \series default
791
792 \begin_inset Index idx
793 status collapsed
794
795 \begin_layout Plain Layout
796 Commands ! T ! 
797 \backslash
798 text
799 \end_layout
800
801 \end_inset
802
803 .
804  The text appears black in \SpecialChar LyX
805  and can therefore be distinguished from the
806  other formula parts which appear blue.
807  In the output mathematical text is set upright, in contrary to other formula
808  parts.
809 \end_layout
810
811 \begin_layout Subsection*
812 Command Scheme
813 \end_layout
814
815 \begin_layout Standard
816 Most of the \SpecialChar LaTeX
817 -commands for math constructs have the following scheme:
818 \end_layout
819
820 \begin_layout Standard
821
822 \series bold
823
824 \backslash
825 commandname[optional
826 \series default
827  
828 \series bold
829 argument]{required
830 \series default
831  
832 \series bold
833 argument}
834 \end_layout
835
836 \begin_layout Standard
837 A command always starts with a backslash 
838 \begin_inset Quotes gld
839 \end_inset
840
841
842 \series bold
843
844 \backslash
845
846 \series default
847
848 \begin_inset Quotes grd
849 \end_inset
850
851 .
852  To omit optional arguments, also omit the associated brackets.
853  The braces around the required arguments are named in this document as
854  \SpecialChar TeX
855  braces
856 \begin_inset Index idx
857 status collapsed
858
859 \begin_layout Plain Layout
860 T@\SpecialChar TeX
861 -braces
862 \end_layout
863
864 \end_inset
865
866 .
867  If you add in a formula a left brace to a command name, \SpecialChar LyX
868  automatically
869  creates a \SpecialChar TeX
870  brace.
871  In all other cases \SpecialChar TeX
872  braces are created in formulas with the command 
873 \series bold
874
875 \backslash
876 {
877 \series default
878 .
879  \SpecialChar TeX
880  braces appear red in \SpecialChar LyX
881 , in contrary to normal braces which appear blue.
882  In \SpecialChar TeX
883  mode no command is needed to get \SpecialChar TeX
884  braces.
885  \SpecialChar TeX
886  braces don't appear in the output.
887 \end_layout
888
889 \begin_layout Standard
890 When commands without arguments, like commands for symbols are entered in
891  \SpecialChar TeX
892  mode, a space character must 
893 \emph on
894 always
895 \emph default
896  be behind the command to end it.
897  This space doesn't appear in the output.
898  When the space should appear in the output, the space must be followed
899  by a protected space in normal text.
900 \end_layout
901
902 \begin_layout Standard
903 A protected space is inserted with 
904 \begin_inset Info
905 type  "shortcuts"
906 arg   "command-alternatives space-insert protected ; math-space"
907 \end_inset
908
909 .
910 \end_layout
911
912 \begin_layout Subsection*
913 \begin_inset Newpage newpage
914 \end_inset
915
916 Syntax Explanation
917 \end_layout
918
919 \begin_layout Itemize
920 The symbol 
921 \begin_inset space \textvisiblespace{}
922 \end_inset
923
924  denotes a space character to be input.
925 \end_layout
926
927 \begin_layout Itemize
928 An arrow like 
929 \begin_inset Formula $\to$
930 \end_inset
931
932  denotes the usage of the corresponding arrow key on the keyboard.
933  The 
934 \family sans
935 Tab
936 \family default
937  key can often be used instead of 
938 \begin_inset Formula $\to$
939 \end_inset
940
941  and 
942 \begin_inset Formula $\downarrow$
943 \end_inset
944
945 , and 
946 \family sans
947 Shift+Tab
948 \family default
949  instead of 
950 \begin_inset Formula $\leftarrow$
951 \end_inset
952
953  and 
954 \begin_inset Formula $\uparrow$
955 \end_inset
956
957 .
958 \end_layout
959
960 \begin_layout Subsection*
961 Available units
962 \end_layout
963
964 \begin_layout Standard
965 \align center
966 \begin_inset Float table
967 placement H
968 wide false
969 sideways false
970 status open
971
972 \begin_layout Plain Layout
973 \align center
974 \begin_inset Caption Standard
975
976 \begin_layout Plain Layout
977 \begin_inset CommandInset label
978 LatexCommand label
979 name "tab:Available-units"
980
981 \end_inset
982
983 Available units
984 \end_layout
985
986 \end_inset
987
988
989 \end_layout
990
991 \begin_layout Plain Layout
992 \align center
993 \begin_inset Tabular
994 <lyxtabular version="3" rows="13" columns="2">
995 <features booktabs="true" tabularvalignment="middle">
996 <column alignment="center" valignment="top">
997 <column alignment="center" valignment="top" width="0pt">
998 <row>
999 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1000 \begin_inset Text
1001
1002 \begin_layout Plain Layout
1003 Unit
1004 \end_layout
1005
1006 \end_inset
1007 </cell>
1008 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1009 \begin_inset Text
1010
1011 \begin_layout Plain Layout
1012 Name / Description
1013 \end_layout
1014
1015 \end_inset
1016 </cell>
1017 </row>
1018 <row>
1019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1020 \begin_inset Text
1021
1022 \begin_layout Plain Layout
1023 mm
1024 \end_layout
1025
1026 \end_inset
1027 </cell>
1028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1029 \begin_inset Text
1030
1031 \begin_layout Plain Layout
1032 Millimeter
1033 \end_layout
1034
1035 \end_inset
1036 </cell>
1037 </row>
1038 <row>
1039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1040 \begin_inset Text
1041
1042 \begin_layout Plain Layout
1043 cm
1044 \end_layout
1045
1046 \end_inset
1047 </cell>
1048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1049 \begin_inset Text
1050
1051 \begin_layout Plain Layout
1052 Centimeter
1053 \end_layout
1054
1055 \end_inset
1056 </cell>
1057 </row>
1058 <row>
1059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1060 \begin_inset Text
1061
1062 \begin_layout Plain Layout
1063 in
1064 \end_layout
1065
1066 \end_inset
1067 </cell>
1068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1069 \begin_inset Text
1070
1071 \begin_layout Plain Layout
1072 Inch (1
1073 \begin_inset space \thinspace{}
1074 \end_inset
1075
1076 in = 2,54
1077 \begin_inset space \thinspace{}
1078 \end_inset
1079
1080 cm)
1081 \end_layout
1082
1083 \end_inset
1084 </cell>
1085 </row>
1086 <row>
1087 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1088 \begin_inset Text
1089
1090 \begin_layout Plain Layout
1091 pt
1092 \end_layout
1093
1094 \end_inset
1095 </cell>
1096 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1097 \begin_inset Text
1098
1099 \begin_layout Plain Layout
1100 Point (72.27
1101 \begin_inset space \thinspace{}
1102 \end_inset
1103
1104 pt = 1
1105 \begin_inset space \thinspace{}
1106 \end_inset
1107
1108 in)
1109 \end_layout
1110
1111 \end_inset
1112 </cell>
1113 </row>
1114 <row>
1115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1116 \begin_inset Text
1117
1118 \begin_layout Plain Layout
1119 pc
1120 \end_layout
1121
1122 \end_inset
1123 </cell>
1124 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1125 \begin_inset Text
1126
1127 \begin_layout Plain Layout
1128 Pica (1
1129 \begin_inset space \thinspace{}
1130 \end_inset
1131
1132 pc = 12
1133 \begin_inset space \thinspace{}
1134 \end_inset
1135
1136 pt)
1137 \end_layout
1138
1139 \end_inset
1140 </cell>
1141 </row>
1142 <row>
1143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1144 \begin_inset Text
1145
1146 \begin_layout Plain Layout
1147 sp
1148 \end_layout
1149
1150 \end_inset
1151 </cell>
1152 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1153 \begin_inset Text
1154
1155 \begin_layout Plain Layout
1156 scaled point (65536
1157 \begin_inset space \thinspace{}
1158 \end_inset
1159
1160 sp = 1
1161 \begin_inset space \thinspace{}
1162 \end_inset
1163
1164 pt)
1165 \end_layout
1166
1167 \end_inset
1168 </cell>
1169 </row>
1170 <row>
1171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1172 \begin_inset Text
1173
1174 \begin_layout Plain Layout
1175 böp
1176 \end_layout
1177
1178 \end_inset
1179 </cell>
1180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1181 \begin_inset Text
1182
1183 \begin_layout Plain Layout
1184 big point (72
1185 \begin_inset space \thinspace{}
1186 \end_inset
1187
1188 bp = 1
1189 \begin_inset space \thinspace{}
1190 \end_inset
1191
1192 in)
1193 \end_layout
1194
1195 \end_inset
1196 </cell>
1197 </row>
1198 <row>
1199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1200 \begin_inset Text
1201
1202 \begin_layout Plain Layout
1203 dd
1204 \end_layout
1205
1206 \end_inset
1207 </cell>
1208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1209 \begin_inset Text
1210
1211 \begin_layout Plain Layout
1212 Didot (1
1213 \begin_inset space \thinspace{}
1214 \end_inset
1215
1216 dd 
1217 \begin_inset Formula $\approx$
1218 \end_inset
1219
1220  0.376
1221 \begin_inset space \thinspace{}
1222 \end_inset
1223
1224 mm)
1225 \end_layout
1226
1227 \end_inset
1228 </cell>
1229 </row>
1230 <row>
1231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1232 \begin_inset Text
1233
1234 \begin_layout Plain Layout
1235 cc
1236 \end_layout
1237
1238 \end_inset
1239 </cell>
1240 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1241 \begin_inset Text
1242
1243 \begin_layout Plain Layout
1244 Cicero (1
1245 \begin_inset space \thinspace{}
1246 \end_inset
1247
1248 cc = 12
1249 \begin_inset space \thinspace{}
1250 \end_inset
1251
1252 dd)
1253 \end_layout
1254
1255 \end_inset
1256 </cell>
1257 </row>
1258 <row>
1259 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1260 \begin_inset Text
1261
1262 \begin_layout Plain Layout
1263 ex
1264 \end_layout
1265
1266 \end_inset
1267 </cell>
1268 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1269 \begin_inset Text
1270
1271 \begin_layout Plain Layout
1272 Height of letter 
1273 \emph on
1274
1275 \begin_inset Quotes eld
1276 \end_inset
1277
1278 x
1279 \emph default
1280
1281 \begin_inset Quotes erd
1282 \end_inset
1283
1284  in the current font
1285 \end_layout
1286
1287 \end_inset
1288 </cell>
1289 </row>
1290 <row>
1291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1292 \begin_inset Text
1293
1294 \begin_layout Plain Layout
1295 em
1296 \end_layout
1297
1298 \end_inset
1299 </cell>
1300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1301 \begin_inset Text
1302
1303 \begin_layout Plain Layout
1304 width of letter 
1305 \begin_inset Quotes eld
1306 \end_inset
1307
1308
1309 \emph on
1310 M
1311 \emph default
1312
1313 \begin_inset Quotes erd
1314 \end_inset
1315
1316  in the current font
1317 \end_layout
1318
1319 \end_inset
1320 </cell>
1321 </row>
1322 <row>
1323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
1324 \begin_inset Text
1325
1326 \begin_layout Plain Layout
1327 mu
1328 \end_layout
1329
1330 \end_inset
1331 </cell>
1332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
1333 \begin_inset Text
1334
1335 \begin_layout Plain Layout
1336 math unit (1
1337 \begin_inset space \thinspace{}
1338 \end_inset
1339
1340 mu = 
1341 \begin_inset Formula $\nicefrac{1}{18}$
1342 \end_inset
1343
1344
1345 \begin_inset space \thinspace{}
1346 \end_inset
1347
1348 em)
1349 \end_layout
1350
1351 \end_inset
1352 </cell>
1353 </row>
1354 </lyxtabular>
1355
1356 \end_inset
1357
1358
1359 \end_layout
1360
1361 \end_inset
1362
1363
1364 \end_layout
1365
1366 \begin_layout Standard
1367 \begin_inset Newpage newpage
1368 \end_inset
1369
1370
1371 \end_layout
1372
1373 \begin_layout Section
1374 Basic Functions
1375 \end_layout
1376
1377 \begin_layout Subsection
1378 Exponents
1379 \begin_inset Index idx
1380 status collapsed
1381
1382 \begin_layout Plain Layout
1383 Exponents
1384 \end_layout
1385
1386 \end_inset
1387
1388  and Indices
1389 \begin_inset Index idx
1390 status collapsed
1391
1392 \begin_layout Plain Layout
1393 Indices
1394 \end_layout
1395
1396 \end_inset
1397
1398
1399 \begin_inset Index idx
1400 status collapsed
1401
1402 \begin_layout Plain Layout
1403 Superscripts|see
1404 \begin_inset ERT
1405 status collapsed
1406
1407 \begin_layout Plain Layout
1408
1409 {
1410 \end_layout
1411
1412 \end_inset
1413
1414 Exponents
1415 \begin_inset ERT
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419
1420 }
1421 \end_layout
1422
1423 \end_inset
1424
1425
1426 \end_layout
1427
1428 \end_inset
1429
1430
1431 \begin_inset Index idx
1432 status collapsed
1433
1434 \begin_layout Plain Layout
1435 Subscripts|see
1436 \begin_inset ERT
1437 status collapsed
1438
1439 \begin_layout Plain Layout
1440
1441 {
1442 \end_layout
1443
1444 \end_inset
1445
1446 Indices
1447 \begin_inset ERT
1448 status collapsed
1449
1450 \begin_layout Plain Layout
1451
1452 }
1453 \end_layout
1454
1455 \end_inset
1456
1457
1458 \end_layout
1459
1460 \end_inset
1461
1462
1463 \end_layout
1464
1465 \begin_layout Standard
1466 Indices are created with an underscore 
1467 \begin_inset Quotes eld
1468 \end_inset
1469
1470 _
1471 \begin_inset Quotes erd
1472 \end_inset
1473
1474  or via the math toolbar button 
1475 \begin_inset Info
1476 type  "icon"
1477 arg   "math-subscript"
1478 \end_inset
1479
1480 , exponents with a caret 
1481 \begin_inset Quotes eld
1482 \end_inset
1483
1484 ^
1485 \begin_inset Quotes erd
1486 \end_inset
1487
1488  or via the math toolbar button 
1489 \begin_inset Info
1490 type  "icon"
1491 arg   "math-superscript"
1492 \end_inset
1493
1494 .
1495 \begin_inset Separator parbreak
1496 \end_inset
1497
1498
1499 \end_layout
1500
1501 \begin_layout Standard
1502 \align center
1503 \begin_inset Tabular
1504 <lyxtabular version="3" rows="4" columns="2">
1505 <features booktabs="true" tabularvalignment="middle">
1506 <column alignment="center" valignment="top" width="0pt">
1507 <column alignment="center" valignment="top" width="0pt">
1508 <row>
1509 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1510 \begin_inset Text
1511
1512 \begin_layout Plain Layout
1513 Command
1514 \end_layout
1515
1516 \end_inset
1517 </cell>
1518 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1519 \begin_inset Text
1520
1521 \begin_layout Plain Layout
1522 Result
1523 \end_layout
1524
1525 \end_inset
1526 </cell>
1527 </row>
1528 <row>
1529 <cell alignment="center" valignment="top" usebox="none">
1530 \begin_inset Text
1531
1532 \begin_layout Plain Layout
1533 B_V
1534 \end_layout
1535
1536 \end_inset
1537 </cell>
1538 <cell alignment="center" valignment="top" usebox="none">
1539 \begin_inset Text
1540
1541 \begin_layout Plain Layout
1542 \begin_inset Formula $B_{V}$
1543 \end_inset
1544
1545
1546 \end_layout
1547
1548 \end_inset
1549 </cell>
1550 </row>
1551 <row topspace="1.5mm">
1552 <cell alignment="center" valignment="top" usebox="none">
1553 \begin_inset Text
1554
1555 \begin_layout Plain Layout
1556 B^V
1557 \end_layout
1558
1559 \end_inset
1560 </cell>
1561 <cell alignment="center" valignment="top" usebox="none">
1562 \begin_inset Text
1563
1564 \begin_layout Plain Layout
1565 \begin_inset Formula $B^{V}$
1566 \end_inset
1567
1568
1569 \end_layout
1570
1571 \end_inset
1572 </cell>
1573 </row>
1574 <row topspace="1.5mm">
1575 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1576 \begin_inset Text
1577
1578 \begin_layout Plain Layout
1579 B^
1580 \begin_inset space \textvisiblespace{}
1581 \end_inset
1582
1583 A
1584 \end_layout
1585
1586 \end_inset
1587 </cell>
1588 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1589 \begin_inset Text
1590
1591 \begin_layout Plain Layout
1592 \begin_inset Formula $B^{A}$
1593 \end_inset
1594
1595
1596 \end_layout
1597
1598 \end_inset
1599 </cell>
1600 </row>
1601 </lyxtabular>
1602
1603 \end_inset
1604
1605
1606 \end_layout
1607
1608 \begin_layout Standard
1609 As the caret is in some languages an accent, vowels will be accentuated
1610  in this case and not set as exponents
1611 \begin_inset Foot
1612 status collapsed
1613
1614 \begin_layout Plain Layout
1615 Depending on the used keyboard settings this can also happen for characters
1616  other than vowels.
1617 \end_layout
1618
1619 \end_inset
1620
1621 .
1622  To get exponents in this case, press 
1623 \family sans
1624 Space
1625 \family default
1626  after the caret as in the last example.
1627 \end_layout
1628
1629 \begin_layout Subsection
1630 Fractions
1631 \begin_inset CommandInset label
1632 LatexCommand label
1633 name "subsec:Fractions"
1634
1635 \end_inset
1636
1637
1638 \begin_inset Index idx
1639 status collapsed
1640
1641 \begin_layout Plain Layout
1642 Fractions
1643 \end_layout
1644
1645 \end_inset
1646
1647
1648 \end_layout
1649
1650 \begin_layout Standard
1651 Fractions are generated with the command 
1652 \series bold
1653
1654 \backslash
1655 frac
1656 \series default
1657
1658 \begin_inset Index idx
1659 status collapsed
1660
1661 \begin_layout Plain Layout
1662 Commands ! F ! 
1663 \backslash
1664 frac
1665 \end_layout
1666
1667 \end_inset
1668
1669  or via the math toolbar button 
1670 \begin_inset Info
1671 type  "icon"
1672 arg   "math-insert \\frac"
1673 \end_inset
1674
1675 .
1676  The font size is adjusted automatically, depending on whether the fraction
1677  is in an inline or display style formula.
1678  With the math toolbar button 
1679 \begin_inset Info
1680 type  "icon"
1681 arg   "math-insert \\frac-square"
1682 \end_inset
1683
1684  you can select different fraction types.
1685 \end_layout
1686
1687 \begin_layout Standard
1688 With the command 
1689 \series bold
1690
1691 \backslash
1692 dfrac
1693 \series default
1694
1695 \begin_inset Index idx
1696 status collapsed
1697
1698 \begin_layout Plain Layout
1699 Commands ! D ! 
1700 \backslash
1701 dfrac
1702 \end_layout
1703
1704 \end_inset
1705
1706  a fraction can be created that always has the size of a display style formula.
1707  With 
1708 \series bold
1709
1710 \backslash
1711 tfrac
1712 \series default
1713
1714 \begin_inset Index idx
1715 status collapsed
1716
1717 \begin_layout Plain Layout
1718 Commands ! T ! 
1719 \backslash
1720 tfrac
1721 \end_layout
1722
1723 \end_inset
1724
1725  the fraction appears always with the size of an inline formula.
1726  An example:
1727 \end_layout
1728
1729 \begin_layout Standard
1730 A line with the fraction 
1731 \begin_inset Formula $\frac{1}{2}$
1732 \end_inset
1733
1734  that was created with the command 
1735 \series bold
1736
1737 \backslash
1738 frac
1739 \series default
1740 .
1741 \end_layout
1742
1743 \begin_layout Standard
1744 A line with the fraction 
1745 \begin_inset Formula $\dfrac{1}{2}$
1746 \end_inset
1747
1748  that was created with the command 
1749 \series bold
1750
1751 \backslash
1752 dfrac
1753 \series default
1754 .
1755 \begin_inset Separator parbreak
1756 \end_inset
1757
1758
1759 \end_layout
1760
1761 \begin_layout Standard
1762 \align center
1763 \begin_inset Tabular
1764 <lyxtabular version="3" rows="4" columns="2">
1765 <features booktabs="true" tabularvalignment="middle">
1766 <column alignment="center" valignment="top" width="0pt">
1767 <column alignment="center" valignment="top" width="0pt">
1768 <row>
1769 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1770 \begin_inset Text
1771
1772 \begin_layout Plain Layout
1773 Command
1774 \end_layout
1775
1776 \end_inset
1777 </cell>
1778 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1779 \begin_inset Text
1780
1781 \begin_layout Plain Layout
1782 Result
1783 \end_layout
1784
1785 \end_inset
1786 </cell>
1787 </row>
1788 <row topspace="1.5mm">
1789 <cell alignment="center" valignment="top" usebox="none">
1790 \begin_inset Text
1791
1792 \begin_layout Plain Layout
1793
1794 \backslash
1795 frac
1796 \begin_inset space \textvisiblespace{}
1797 \end_inset
1798
1799 A
1800 \begin_inset Formula $\downarrow$
1801 \end_inset
1802
1803 B
1804 \end_layout
1805
1806 \end_inset
1807 </cell>
1808 <cell alignment="center" valignment="top" usebox="none">
1809 \begin_inset Text
1810
1811 \begin_layout Plain Layout
1812 \begin_inset Formula $\frac{A}{B}$
1813 \end_inset
1814
1815
1816 \end_layout
1817
1818 \end_inset
1819 </cell>
1820 </row>
1821 <row topspace="2mm">
1822 <cell alignment="center" valignment="top" usebox="none">
1823 \begin_inset Text
1824
1825 \begin_layout Plain Layout
1826
1827 \backslash
1828 dfrac
1829 \begin_inset space \textvisiblespace{}
1830 \end_inset
1831
1832 A
1833 \begin_inset Formula $\downarrow$
1834 \end_inset
1835
1836 B
1837 \end_layout
1838
1839 \end_inset
1840 </cell>
1841 <cell alignment="center" valignment="top" usebox="none">
1842 \begin_inset Text
1843
1844 \begin_layout Plain Layout
1845 \begin_inset Formula $\dfrac{A}{B}$
1846 \end_inset
1847
1848
1849 \end_layout
1850
1851 \end_inset
1852 </cell>
1853 </row>
1854 <row topspace="2mm" bottomspace="1mm">
1855 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1856 \begin_inset Text
1857
1858 \begin_layout Plain Layout
1859
1860 \backslash
1861 dfrac
1862 \begin_inset space \textvisiblespace{}
1863 \end_inset
1864
1865 e^
1866 \backslash
1867 frac
1868 \begin_inset space \textvisiblespace{}
1869 \end_inset
1870
1871 1
1872 \begin_inset Formula $\downarrow$
1873 \end_inset
1874
1875 2
1876 \begin_inset Formula $\downarrow\downarrow$
1877 \end_inset
1878
1879 3
1880 \end_layout
1881
1882 \end_inset
1883 </cell>
1884 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1885 \begin_inset Text
1886
1887 \begin_layout Plain Layout
1888 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
1889 \end_inset
1890
1891
1892 \end_layout
1893
1894 \end_inset
1895 </cell>
1896 </row>
1897 </lyxtabular>
1898
1899 \end_inset
1900
1901
1902 \end_layout
1903
1904 \begin_layout Standard
1905 \begin_inset VSpace bigskip
1906 \end_inset
1907
1908
1909 \begin_inset Newpage newpage
1910 \end_inset
1911
1912 For nested fractions the command 
1913 \series bold
1914
1915 \backslash
1916 cfrac
1917 \series default
1918
1919 \begin_inset Index idx
1920 status collapsed
1921
1922 \begin_layout Plain Layout
1923 Commands ! C ! 
1924 \backslash
1925 cfrac
1926 \end_layout
1927
1928 \end_inset
1929
1930  can be used.
1931  Here is an example:
1932 \begin_inset VSpace -3mm
1933 \end_inset
1934
1935
1936 \end_layout
1937
1938 \begin_layout Standard
1939 \begin_inset Formula 
1940 \begin{align*}
1941 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
1942 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1943 \end{align*}
1944
1945 \end_inset
1946
1947
1948 \end_layout
1949
1950 \begin_layout Standard
1951 The command for the example above is:
1952 \end_layout
1953
1954 \begin_layout Standard
1955
1956 \series bold
1957
1958 \backslash
1959 cfrac
1960 \begin_inset space \textvisiblespace{}
1961 \end_inset
1962
1963 A
1964 \begin_inset Formula $\downarrow$
1965 \end_inset
1966
1967 B+
1968 \backslash
1969 cfrac
1970 \begin_inset space \textvisiblespace{}
1971 \end_inset
1972
1973 C+
1974 \backslash
1975 cfrac
1976 \begin_inset space \textvisiblespace{}
1977 \end_inset
1978
1979 E
1980 \begin_inset Formula $\downarrow$
1981 \end_inset
1982
1983 F
1984 \begin_inset Formula $\downarrow$
1985 \end_inset
1986
1987 D
1988 \end_layout
1989
1990 \begin_layout Standard
1991 \begin_inset VSpace medskip
1992 \end_inset
1993
1994
1995 \end_layout
1996
1997 \begin_layout Standard
1998
1999 \series bold
2000
2001 \backslash
2002 cfrac
2003 \series default
2004  sets the fraction always in the size of a displayed formula, also when
2005  it is part of another fraction.
2006 \end_layout
2007
2008 \begin_layout Standard
2009 It is possible to specify the alignment of the numerator.
2010  The command 
2011 \series bold
2012
2013 \backslash
2014 cfracleft
2015 \series default
2016  is used to left align it, the command 
2017 \series bold
2018
2019 \backslash
2020 cfracright
2021 \series default
2022  to right-align it.
2023  
2024 \series bold
2025
2026 \backslash
2027 cfrac
2028 \series default
2029  centers the numerator.
2030  These fractions demonstrate the different alignments:
2031 \end_layout
2032
2033 \begin_layout Standard
2034
2035 \series bold
2036 \begin_inset Formula 
2037 \[
2038 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2039 \]
2040
2041 \end_inset
2042
2043
2044 \end_layout
2045
2046 \begin_layout Standard
2047 \begin_inset Note Greyedout
2048 status open
2049
2050 \begin_layout Plain Layout
2051
2052 \series bold
2053 Note:
2054 \series default
2055  
2056 \series bold
2057
2058 \backslash
2059 cfracleft
2060 \series default
2061  and 
2062 \series bold
2063
2064 \backslash
2065 cfracright
2066 \series default
2067  are no real \SpecialChar LaTeX
2068  commands but represent the command 
2069 \series bold
2070
2071 \backslash
2072 cfrac[alignment]{numerator}{denominator}
2073 \series default
2074  .
2075  Therefore you cannot use them in \SpecialChar TeX
2076  code.
2077 \end_layout
2078
2079 \end_inset
2080
2081
2082 \end_layout
2083
2084 \begin_layout Standard
2085 \begin_inset VSpace medskip
2086 \end_inset
2087
2088 It is often advantageous to combine 
2089 \series bold
2090
2091 \backslash
2092 cfrac
2093 \series default
2094  and 
2095 \series bold
2096
2097 \backslash
2098 frac
2099 \series default
2100 :
2101 \begin_inset Formula 
2102 \[
2103 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2104 \]
2105
2106 \end_inset
2107
2108
2109 \end_layout
2110
2111 \begin_layout Standard
2112 For inline fractions with a sloped fraction stroke you can use the command
2113  
2114 \series bold
2115
2116 \backslash
2117 nicefrac
2118 \series default
2119
2120 \begin_inset Index idx
2121 status collapsed
2122
2123 \begin_layout Plain Layout
2124 Commands ! N ! 
2125 \backslash
2126 nicefrac
2127 \end_layout
2128
2129 \end_inset
2130
2131
2132 \begin_inset Formula $\nicefrac{5}{31}$
2133 \end_inset
2134
2135  or 
2136 \series bold
2137
2138 \backslash
2139 unitfrac
2140 \series default
2141
2142 \begin_inset Index idx
2143 status collapsed
2144
2145 \begin_layout Plain Layout
2146 Commands ! U ! 
2147 \backslash
2148 unitfrac
2149 \end_layout
2150
2151 \end_inset
2152
2153
2154 \begin_inset Formula $\unitfrac{5}{31}$
2155 \end_inset
2156
2157  There is furthermore the command 
2158 \series bold
2159
2160 \backslash
2161 unitfracthree
2162 \series default
2163  that offers to write a fraction in combination with a number: 
2164 \begin_inset Formula $\unitfrac[2]{1}{3}$
2165 \end_inset
2166
2167
2168 \end_layout
2169
2170 \begin_layout Standard
2171 \begin_inset Note Greyedout
2172 status open
2173
2174 \begin_layout Plain Layout
2175
2176 \series bold
2177 Note:
2178 \series default
2179  
2180 \series bold
2181
2182 \backslash
2183 unitfracthree
2184 \series default
2185  is not a real \SpecialChar LaTeX
2186  command but the command
2187 \begin_inset Newline newline
2188 \end_inset
2189
2190
2191 \series bold
2192
2193 \backslash
2194 unitfrac[number]{numerator}{denominator}
2195 \series default
2196  .
2197  Therefore you cannot use it in \SpecialChar TeX
2198  code.
2199 \end_layout
2200
2201 \end_inset
2202
2203
2204 \end_layout
2205
2206 \begin_layout Standard
2207 How to define own fractions where the fraction stroke can be changed, is
2208  explained in 
2209 \begin_inset CommandInset ref
2210 LatexCommand ref
2211 reference "subsec:Self-defined-Fractions"
2212
2213 \end_inset
2214
2215 .
2216 \end_layout
2217
2218 \begin_layout Standard
2219 Multiline fractions are explained in 
2220 \begin_inset CommandInset ref
2221 LatexCommand ref
2222 reference "subsec:Multiline-Fractions"
2223
2224 \end_inset
2225
2226 .
2227 \end_layout
2228
2229 \begin_layout Subsection
2230 Roots
2231 \begin_inset Index idx
2232 status collapsed
2233
2234 \begin_layout Plain Layout
2235 Roots
2236 \end_layout
2237
2238 \end_inset
2239
2240
2241 \end_layout
2242
2243 \begin_layout Standard
2244 Square roots are created with 
2245 \series bold
2246
2247 \backslash
2248 sqrt
2249 \series default
2250
2251 \begin_inset Index idx
2252 status collapsed
2253
2254 \begin_layout Plain Layout
2255 Commands ! S ! 
2256 \backslash
2257 sqrt
2258 \end_layout
2259
2260 \end_inset
2261
2262  or the math toolbar button 
2263 \begin_inset Info
2264 type  "icon"
2265 arg   "math-insert \\sqrt"
2266 \end_inset
2267
2268 , all other roots with the command 
2269 \series bold
2270
2271 \backslash
2272 root
2273 \series default
2274
2275 \begin_inset Index idx
2276 status collapsed
2277
2278 \begin_layout Plain Layout
2279 Commands ! R ! 
2280 \backslash
2281 root
2282 \end_layout
2283
2284 \end_inset
2285
2286  or with the math toolbar button 
2287 \begin_inset Info
2288 type  "icon"
2289 arg   "math-insert \\root"
2290 \end_inset
2291
2292 .
2293 \begin_inset Separator parbreak
2294 \end_inset
2295
2296
2297 \end_layout
2298
2299 \begin_layout Standard
2300 \align center
2301 \begin_inset Tabular
2302 <lyxtabular version="3" rows="3" columns="2">
2303 <features booktabs="true" tabularvalignment="middle">
2304 <column alignment="center" valignment="top" width="0pt">
2305 <column alignment="center" valignment="top" width="0pt">
2306 <row>
2307 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2308 \begin_inset Text
2309
2310 \begin_layout Plain Layout
2311 Command
2312 \end_layout
2313
2314 \end_inset
2315 </cell>
2316 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2317 \begin_inset Text
2318
2319 \begin_layout Plain Layout
2320 Result
2321 \end_layout
2322
2323 \end_inset
2324 </cell>
2325 </row>
2326 <row topspace="1mm">
2327 <cell alignment="center" valignment="top" usebox="none">
2328 \begin_inset Text
2329
2330 \begin_layout Plain Layout
2331
2332 \backslash
2333 sqrt
2334 \begin_inset space \textvisiblespace{}
2335 \end_inset
2336
2337 A-B
2338 \end_layout
2339
2340 \end_inset
2341 </cell>
2342 <cell alignment="center" valignment="top" usebox="none">
2343 \begin_inset Text
2344
2345 \begin_layout Plain Layout
2346 \begin_inset Formula $\sqrt{A-B}$
2347 \end_inset
2348
2349
2350 \end_layout
2351
2352 \end_inset
2353 </cell>
2354 </row>
2355 <row topspace="1mm">
2356 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2357 \begin_inset Text
2358
2359 \begin_layout Plain Layout
2360
2361 \backslash
2362 root
2363 \begin_inset space \textvisiblespace{}
2364 \end_inset
2365
2366 3
2367 \begin_inset Formula $\downarrow$
2368 \end_inset
2369
2370 A-B
2371 \end_layout
2372
2373 \end_inset
2374 </cell>
2375 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2376 \begin_inset Text
2377
2378 \begin_layout Plain Layout
2379 \begin_inset Formula $\sqrt[3]{A-B}$
2380 \end_inset
2381
2382
2383 \end_layout
2384
2385 \end_inset
2386 </cell>
2387 </row>
2388 </lyxtabular>
2389
2390 \end_inset
2391
2392
2393 \end_layout
2394
2395 \begin_layout Standard
2396 A square root can also be created with 
2397 \series bold
2398
2399 \backslash
2400 root
2401 \series default
2402  when the root index field is left empty.
2403 \end_layout
2404
2405 \begin_layout Standard
2406 With certain indices the distance to the root is too small, like in this
2407  formula: 
2408 \begin_inset Formula $\sqrt[\beta]{B}$
2409 \end_inset
2410
2411
2412 \begin_inset Newline newline
2413 \end_inset
2414
2415 The 
2416 \begin_inset Formula $\beta$
2417 \end_inset
2418
2419  touches the root.
2420  To avoid this, the commands 
2421 \series bold
2422
2423 \backslash
2424 leftroot
2425 \series default
2426
2427 \begin_inset Index idx
2428 status collapsed
2429
2430 \begin_layout Plain Layout
2431 Commands ! L ! 
2432 \backslash
2433 leftroot
2434 \end_layout
2435
2436 \end_inset
2437
2438  and 
2439 \series bold
2440
2441 \backslash
2442 uproot
2443 \series default
2444
2445 \begin_inset Index idx
2446 status collapsed
2447
2448 \begin_layout Plain Layout
2449 Commands ! U ! 
2450 \backslash
2451 uproot
2452 \end_layout
2453
2454 \end_inset
2455
2456  are used with the following scheme:
2457 \end_layout
2458
2459 \begin_layout Standard
2460
2461 \series bold
2462
2463 \backslash
2464 leftroot{distance}
2465 \series default
2466  and 
2467 \series bold
2468
2469 \backslash
2470 uproot{distance}
2471 \end_layout
2472
2473 \begin_layout Standard
2474 Distance is the number of Big Points (unit bp; 
2475 \begin_inset Formula $\mathrm{72\,bp=1\,inch}$
2476 \end_inset
2477
2478 ), that the index should be moved to the left or top, resp..
2479  The commands are written to the index.
2480  This way the command
2481 \begin_inset Newline newline
2482 \end_inset
2483
2484
2485 \series bold
2486
2487 \backslash
2488 root
2489 \backslash
2490 leftroot{-1
2491 \begin_inset Formula $\to$
2492 \end_inset
2493
2494
2495 \backslash
2496 uproot{2
2497 \begin_inset Formula $\to$
2498 \end_inset
2499
2500
2501 \backslash
2502 beta
2503 \begin_inset space \textvisiblespace{}
2504 \end_inset
2505
2506
2507 \begin_inset Formula $\to$
2508 \end_inset
2509
2510 B
2511 \begin_inset Newline newline
2512 \end_inset
2513
2514
2515 \series default
2516 produces a correct typeset formula: 
2517 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2518 \end_inset
2519
2520
2521 \end_layout
2522
2523 \begin_layout Subsection
2524 Binomial Coefficients
2525 \begin_inset Index idx
2526 status collapsed
2527
2528 \begin_layout Plain Layout
2529 Binomial coefficients
2530 \end_layout
2531
2532 \end_inset
2533
2534
2535 \end_layout
2536
2537 \begin_layout Standard
2538 Binomial coefficients are inserted with the command 
2539 \series bold
2540
2541 \backslash
2542 binom
2543 \series default
2544
2545 \begin_inset Index idx
2546 status collapsed
2547
2548 \begin_layout Plain Layout
2549 Commands ! B ! 
2550 \backslash
2551 binom
2552 \end_layout
2553
2554 \end_inset
2555
2556  or with the submenu of the math toolbar button 
2557 \begin_inset Info
2558 type  "icon"
2559 arg   "math-insert \\frac-square"
2560 \end_inset
2561
2562 .
2563  As with fractions (
2564 \series bold
2565
2566 \backslash
2567 frac
2568 \series default
2569 ) in addition to 
2570 \series bold
2571
2572 \backslash
2573 binom
2574 \series default
2575  there are the commands 
2576 \series bold
2577
2578 \backslash
2579 dbinom
2580 \series default
2581
2582 \begin_inset Index idx
2583 status collapsed
2584
2585 \begin_layout Plain Layout
2586 Commands ! D ! 
2587 \backslash
2588 dbinom
2589 \end_layout
2590
2591 \end_inset
2592
2593  and 
2594 \series bold
2595
2596 \backslash
2597 tbinom
2598 \series default
2599
2600 \begin_inset Index idx
2601 status collapsed
2602
2603 \begin_layout Plain Layout
2604 Commands ! T ! 
2605 \backslash
2606 tbinom
2607 \end_layout
2608
2609 \end_inset
2610
2611 .
2612  For other brackets around binomial coeficients there are the commands 
2613 \series bold
2614
2615 \backslash
2616 brace
2617 \series default
2618
2619 \begin_inset Index idx
2620 status collapsed
2621
2622 \begin_layout Plain Layout
2623 Commands ! B ! 
2624 \backslash
2625 brace
2626 \end_layout
2627
2628 \end_inset
2629
2630  and 
2631 \series bold
2632
2633 \backslash
2634 brack
2635 \series default
2636
2637 \begin_inset Index idx
2638 status collapsed
2639
2640 \begin_layout Plain Layout
2641 Commands ! B ! 
2642 \backslash
2643 brack
2644 \end_layout
2645
2646 \end_inset
2647
2648 .
2649 \begin_inset Separator parbreak
2650 \end_inset
2651
2652
2653 \end_layout
2654
2655 \begin_layout Standard
2656 \align center
2657 \begin_inset Tabular
2658 <lyxtabular version="3" rows="6" columns="2">
2659 <features booktabs="true" tabularvalignment="middle">
2660 <column alignment="center" valignment="top" width="0pt">
2661 <column alignment="center" valignment="top" width="0pt">
2662 <row>
2663 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2664 \begin_inset Text
2665
2666 \begin_layout Plain Layout
2667 Command
2668 \end_layout
2669
2670 \end_inset
2671 </cell>
2672 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2673 \begin_inset Text
2674
2675 \begin_layout Plain Layout
2676 Result
2677 \end_layout
2678
2679 \end_inset
2680 </cell>
2681 </row>
2682 <row topspace="1mm">
2683 <cell alignment="center" valignment="top" usebox="none">
2684 \begin_inset Text
2685
2686 \begin_layout Plain Layout
2687
2688 \backslash
2689 binom
2690 \begin_inset space \textvisiblespace{}
2691 \end_inset
2692
2693 A
2694 \begin_inset Formula $\downarrow$
2695 \end_inset
2696
2697 B
2698 \end_layout
2699
2700 \end_inset
2701 </cell>
2702 <cell alignment="center" valignment="top" usebox="none">
2703 \begin_inset Text
2704
2705 \begin_layout Plain Layout
2706 \begin_inset Formula $\binom{A}{B}$
2707 \end_inset
2708
2709
2710 \end_layout
2711
2712 \end_inset
2713 </cell>
2714 </row>
2715 <row topspace="2mm">
2716 <cell alignment="center" valignment="top" usebox="none">
2717 \begin_inset Text
2718
2719 \begin_layout Plain Layout
2720
2721 \backslash
2722 dbinom
2723 \begin_inset space \textvisiblespace{}
2724 \end_inset
2725
2726 A
2727 \begin_inset Formula $\downarrow$
2728 \end_inset
2729
2730 B
2731 \end_layout
2732
2733 \end_inset
2734 </cell>
2735 <cell alignment="center" valignment="top" usebox="none">
2736 \begin_inset Text
2737
2738 \begin_layout Plain Layout
2739 \begin_inset Formula $\dbinom{A}{B}$
2740 \end_inset
2741
2742
2743 \end_layout
2744
2745 \end_inset
2746 </cell>
2747 </row>
2748 <row topspace="2mm" bottomspace="0.5mm">
2749 <cell alignment="center" valignment="top" usebox="none">
2750 \begin_inset Text
2751
2752 \begin_layout Plain Layout
2753
2754 \backslash
2755 tbinom
2756 \begin_inset space \textvisiblespace{}
2757 \end_inset
2758
2759 A
2760 \begin_inset Formula $\downarrow$
2761 \end_inset
2762
2763 B
2764 \end_layout
2765
2766 \end_inset
2767 </cell>
2768 <cell alignment="center" valignment="top" usebox="none">
2769 \begin_inset Text
2770
2771 \begin_layout Plain Layout
2772 \begin_inset Formula $\tbinom{A}{B}$
2773 \end_inset
2774
2775
2776 \end_layout
2777
2778 \end_inset
2779 </cell>
2780 </row>
2781 <row topspace="1mm">
2782 <cell alignment="center" valignment="top" topline="true" usebox="none">
2783 \begin_inset Text
2784
2785 \begin_layout Plain Layout
2786
2787 \backslash
2788 brack
2789 \begin_inset space \textvisiblespace{}
2790 \end_inset
2791
2792 A
2793 \begin_inset Formula $\downarrow$
2794 \end_inset
2795
2796 B
2797 \end_layout
2798
2799 \end_inset
2800 </cell>
2801 <cell alignment="center" valignment="top" topline="true" usebox="none">
2802 \begin_inset Text
2803
2804 \begin_layout Plain Layout
2805 \begin_inset Formula ${A \brack B}$
2806 \end_inset
2807
2808
2809 \end_layout
2810
2811 \end_inset
2812 </cell>
2813 </row>
2814 <row topspace="2mm" bottomspace="0.5mm">
2815 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2816 \begin_inset Text
2817
2818 \begin_layout Plain Layout
2819
2820 \backslash
2821 brace
2822 \begin_inset space \textvisiblespace{}
2823 \end_inset
2824
2825 A
2826 \begin_inset Formula $\downarrow$
2827 \end_inset
2828
2829 B
2830 \end_layout
2831
2832 \end_inset
2833 </cell>
2834 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2835 \begin_inset Text
2836
2837 \begin_layout Plain Layout
2838 \begin_inset Formula ${A \brace B}$
2839 \end_inset
2840
2841
2842 \end_layout
2843
2844 \end_inset
2845 </cell>
2846 </row>
2847 </lyxtabular>
2848
2849 \end_inset
2850
2851
2852 \end_layout
2853
2854 \begin_layout Subsection
2855 Case Differentiations
2856 \begin_inset Index idx
2857 status collapsed
2858
2859 \begin_layout Plain Layout
2860 Case differentiations 
2861 \end_layout
2862
2863 \end_inset
2864
2865
2866 \end_layout
2867
2868 \begin_layout Standard
2869 \align center
2870 \begin_inset Tabular
2871 <lyxtabular version="3" rows="3" columns="2">
2872 <features booktabs="true" tabularvalignment="middle">
2873 <column alignment="center" valignment="top" width="0pt">
2874 <column alignment="center" valignment="top" width="0pt">
2875 <row>
2876 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2877 \begin_inset Text
2878
2879 \begin_layout Plain Layout
2880 Command
2881 \end_layout
2882
2883 \end_inset
2884 </cell>
2885 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2886 \begin_inset Text
2887
2888 \begin_layout Plain Layout
2889 Result
2890 \end_layout
2891
2892 \end_inset
2893 </cell>
2894 </row>
2895 <row>
2896 <cell alignment="center" valignment="top" usebox="none">
2897 \begin_inset Text
2898
2899 \begin_layout Plain Layout
2900
2901 \backslash
2902 cases
2903 \begin_inset space \textvisiblespace{}
2904 \end_inset
2905
2906 A
2907 \begin_inset Formula $\to$
2908 \end_inset
2909
2910 B>0
2911 \begin_inset Index idx
2912 status collapsed
2913
2914 \begin_layout Plain Layout
2915 Commands ! C ! 
2916 \backslash
2917 cases
2918 \end_layout
2919
2920 \end_inset
2921
2922
2923 \end_layout
2924
2925 \end_inset
2926 </cell>
2927 <cell alignment="center" valignment="top" usebox="none">
2928 \begin_inset Text
2929
2930 \begin_layout Plain Layout
2931 \begin_inset Formula $\begin{cases}
2932 A & B>0\end{cases}$
2933 \end_inset
2934
2935
2936 \end_layout
2937
2938 \end_inset
2939 </cell>
2940 </row>
2941 <row topspace="1.5mm">
2942 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2943 \begin_inset Text
2944
2945 \begin_layout Plain Layout
2946
2947 \backslash
2948 cases
2949 \begin_inset space \textvisiblespace{}
2950 \end_inset
2951
2952
2953 \begin_inset Info
2954 type  "shortcut"
2955 arg   "newline-insert newline"
2956 \end_inset
2957
2958
2959 \end_layout
2960
2961 \end_inset
2962 </cell>
2963 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2964 \begin_inset Text
2965
2966 \begin_layout Plain Layout
2967 \begin_inset Formula $\begin{cases}
2968 A & \textrm{for }x>0\\
2969 B & \textrm{for }x=0
2970 \end{cases}$
2971 \end_inset
2972
2973
2974 \end_layout
2975
2976 \end_inset
2977 </cell>
2978 </row>
2979 </lyxtabular>
2980
2981 \end_inset
2982
2983
2984 \end_layout
2985
2986 \begin_layout Standard
2987 After inserting 
2988 \series bold
2989
2990 \backslash
2991 cases
2992 \series default
2993  or pressing the math toolbar button 
2994 \begin_inset Info
2995 type  "icon"
2996 arg   "math-insert \\cases"
2997 \end_inset
2998
2999  you can create new lines with the shortcut 
3000 \begin_inset Info
3001 type  "shortcut"
3002 arg   "newline-insert newline"
3003 \end_inset
3004
3005  or the table toolbar button 
3006 \begin_inset Info
3007 type  "icon"
3008 arg   "inset-modify tabular append-row"
3009 \end_inset
3010
3011 .
3012 \end_layout
3013
3014 \begin_layout Standard
3015 The command 
3016 \series bold
3017
3018 \backslash
3019 cases
3020 \series default
3021  is also available via the menu 
3022 \family sans
3023 Insert\SpecialChar menuseparator
3024 Math\SpecialChar menuseparator
3025 Cases-Environment
3026 \family default
3027 .
3028 \end_layout
3029
3030 \begin_layout Subsection
3031 Negations
3032 \begin_inset Index idx
3033 status collapsed
3034
3035 \begin_layout Plain Layout
3036 Negations
3037 \end_layout
3038
3039 \end_inset
3040
3041
3042 \end_layout
3043
3044 \begin_layout Standard
3045 By inserting 
3046 \series bold
3047
3048 \backslash
3049 not
3050 \series default
3051
3052 \begin_inset Index idx
3053 status collapsed
3054
3055 \begin_layout Plain Layout
3056 Commands ! N ! 
3057 \backslash
3058 not
3059 \end_layout
3060
3061 \end_inset
3062
3063  every character can be displayed canceled.
3064  The characters are quasi accentuated by a slash.
3065 \begin_inset Separator parbreak
3066 \end_inset
3067
3068
3069 \end_layout
3070
3071 \begin_layout Standard
3072 \align center
3073 \begin_inset Tabular
3074 <lyxtabular version="3" rows="4" columns="2">
3075 <features booktabs="true" tabularvalignment="middle">
3076 <column alignment="center" valignment="top" width="0pt">
3077 <column alignment="center" valignment="top" width="0pt">
3078 <row>
3079 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3080 \begin_inset Text
3081
3082 \begin_layout Plain Layout
3083 Command
3084 \end_layout
3085
3086 \end_inset
3087 </cell>
3088 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3089 \begin_inset Text
3090
3091 \begin_layout Plain Layout
3092 Result
3093 \end_layout
3094
3095 \end_inset
3096 </cell>
3097 </row>
3098 <row>
3099 <cell alignment="center" valignment="top" usebox="none">
3100 \begin_inset Text
3101
3102 \begin_layout Plain Layout
3103
3104 \backslash
3105 not=
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 <cell alignment="center" valignment="top" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Plain Layout
3114 \begin_inset Formula $\not=$
3115 \end_inset
3116
3117
3118 \end_layout
3119
3120 \end_inset
3121 </cell>
3122 </row>
3123 <row>
3124 <cell alignment="center" valignment="top" usebox="none">
3125 \begin_inset Text
3126
3127 \begin_layout Plain Layout
3128
3129 \backslash
3130 not 
3131 \backslash
3132 le
3133 \end_layout
3134
3135 \end_inset
3136 </cell>
3137 <cell alignment="center" valignment="top" usebox="none">
3138 \begin_inset Text
3139
3140 \begin_layout Plain Layout
3141 \begin_inset Formula $\not\le$
3142 \end_inset
3143
3144
3145 \end_layout
3146
3147 \end_inset
3148 </cell>
3149 </row>
3150 <row>
3151 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3152 \begin_inset Text
3153
3154 \begin_layout Plain Layout
3155
3156 \backslash
3157 not 
3158 \backslash
3159 parallel
3160 \end_layout
3161
3162 \end_inset
3163 </cell>
3164 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3165 \begin_inset Text
3166
3167 \begin_layout Plain Layout
3168 \begin_inset Formula $\not\parallel$
3169 \end_inset
3170
3171
3172 \end_layout
3173
3174 \end_inset
3175 </cell>
3176 </row>
3177 </lyxtabular>
3178
3179 \end_inset
3180
3181
3182 \end_layout
3183
3184 \begin_layout Standard
3185 The last example shows that not all negations look good.
3186  Therefore there are special commands for some negations (see 
3187 \begin_inset CommandInset ref
3188 LatexCommand ref
3189 reference "subsec:Mathematical-Symbols"
3190
3191 \end_inset
3192
3193  and 
3194 \begin_inset CommandInset ref
3195 LatexCommand ref
3196 reference "sec:Relations"
3197
3198 \end_inset
3199
3200 ).
3201 \end_layout
3202
3203 \begin_layout Subsection
3204 Placeholders
3205 \begin_inset CommandInset label
3206 LatexCommand label
3207 name "subsec:Placeholders"
3208
3209 \end_inset
3210
3211
3212 \begin_inset Index idx
3213 status collapsed
3214
3215 \begin_layout Plain Layout
3216 Placeholders
3217 \end_layout
3218
3219 \end_inset
3220
3221
3222 \begin_inset Index idx
3223 status collapsed
3224
3225 \begin_layout Plain Layout
3226 Chemical characters ! Isotopes
3227 \end_layout
3228
3229 \end_inset
3230
3231
3232 \begin_inset Index idx
3233 status collapsed
3234
3235 \begin_layout Plain Layout
3236 Isotopes|see
3237 \begin_inset ERT
3238 status collapsed
3239
3240 \begin_layout Plain Layout
3241
3242 {
3243 \end_layout
3244
3245 \end_inset
3246
3247 Chemical characters
3248 \begin_inset ERT
3249 status collapsed
3250
3251 \begin_layout Plain Layout
3252
3253 }
3254 \end_layout
3255
3256 \end_inset
3257
3258
3259 \end_layout
3260
3261 \end_inset
3262
3263
3264 \end_layout
3265
3266 \begin_layout Standard
3267 When displaying e.
3268 \begin_inset space \thinspace{}
3269 \end_inset
3270
3271 g.
3272 \begin_inset space \space{}
3273 \end_inset
3274
3275 isotopes
3276 \begin_inset Foot
3277 status collapsed
3278
3279 \begin_layout Plain Layout
3280 Typesetting isotopes and chemical symbols is described in 
3281 \begin_inset CommandInset ref
3282 LatexCommand ref
3283 reference "subsec:Chemical-Symbols-and"
3284
3285 \end_inset
3286
3287 .
3288 \end_layout
3289
3290 \end_inset
3291
3292  the following problem occurs:
3293 \begin_inset Separator parbreak
3294 \end_inset
3295
3296
3297 \end_layout
3298
3299 \begin_layout Standard
3300 \align center
3301 \begin_inset Tabular
3302 <lyxtabular version="3" rows="2" columns="2">
3303 <features booktabs="true" tabularvalignment="middle">
3304 <column alignment="center" valignment="top" width="0pt">
3305 <column alignment="center" valignment="top" width="0pt">
3306 <row>
3307 <cell alignment="center" valignment="top" usebox="none">
3308 \begin_inset Text
3309
3310 \begin_layout Plain Layout
3311 Indices created with sub- and superscripts:
3312 \end_layout
3313
3314 \end_inset
3315 </cell>
3316 <cell alignment="center" valignment="top" usebox="none">
3317 \begin_inset Text
3318
3319 \begin_layout Plain Layout
3320 \begin_inset Formula $_{9}^{19}\mathrm{F}$
3321 \end_inset
3322
3323
3324 \end_layout
3325
3326 \end_inset
3327 </cell>
3328 </row>
3329 <row topspace="1.5mm">
3330 <cell alignment="center" valignment="top" usebox="none">
3331 \begin_inset Text
3332
3333 \begin_layout Plain Layout
3334 correct indices:
3335 \end_layout
3336
3337 \end_inset
3338 </cell>
3339 <cell alignment="center" valignment="top" usebox="none">
3340 \begin_inset Text
3341
3342 \begin_layout Plain Layout
3343 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3344 \end_inset
3345
3346
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 </row>
3352 </lyxtabular>
3353
3354 \end_inset
3355
3356
3357 \end_layout
3358
3359 \begin_layout Standard
3360 The shorter index is by default placed below or above the first character
3361  of the longer index.
3362  To avoid this there is the command 
3363 \series bold
3364
3365 \backslash
3366 phantom
3367 \series default
3368
3369 \begin_inset Index idx
3370 status collapsed
3371
3372 \begin_layout Plain Layout
3373 Commands ! P ! 
3374 \backslash
3375 phantom
3376 \end_layout
3377
3378 \end_inset
3379
3380  or the math toolbar button
3381 \begin_inset space \thinspace{}
3382 \end_inset
3383
3384
3385 \begin_inset Foot
3386 status collapsed
3387
3388 \begin_layout Plain Layout
3389 can be found in the submenu of the toolbar button 
3390 \begin_inset Info
3391 type  "icon"
3392 arg   "math-insert \\space"
3393 \end_inset
3394
3395
3396 \end_layout
3397
3398 \end_inset
3399
3400  
3401 \begin_inset Graphics
3402         filename ../images/math/phantom.svgz
3403         lyxscale 14
3404         scale 9
3405
3406 \end_inset
3407
3408  that creates one or more phantom characters.
3409  When inserting 
3410 \series bold
3411
3412 \backslash
3413 phantom
3414 \series default
3415  a small blue box appears that is superposed with two red arrows.
3416  The arrows indicate that the complete width and height of the box content
3417  will be created as placeholder.
3418  Phantom characters are accordingly placeholders with the size of the characters.
3419 \begin_inset Separator parbreak
3420 \end_inset
3421
3422
3423 \end_layout
3424
3425 \begin_layout Standard
3426 \align center
3427 \begin_inset Tabular
3428 <lyxtabular version="3" rows="4" columns="2">
3429 <features booktabs="true" tabularvalignment="middle">
3430 <column alignment="center" valignment="top" width="0pt">
3431 <column alignment="center" valignment="top" width="0pt">
3432 <row>
3433 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3434 \begin_inset Text
3435
3436 \begin_layout Plain Layout
3437 Command
3438 \end_layout
3439
3440 \end_inset
3441 </cell>
3442 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446 Result
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 </row>
3452 <row topspace="1.5mm">
3453 <cell alignment="center" valignment="top" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Plain Layout
3457 ^19
3458 \begin_inset space \textvisiblespace{}
3459 \end_inset
3460
3461 _
3462 \backslash
3463 phantom
3464 \begin_inset space \textvisiblespace{}
3465 \end_inset
3466
3467 1
3468 \begin_inset Formula $\to$
3469 \end_inset
3470
3471 9
3472 \begin_inset space \textvisiblespace{}
3473 \end_inset
3474
3475 F
3476 \end_layout
3477
3478 \end_inset
3479 </cell>
3480 <cell alignment="center" valignment="top" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3485 \end_inset
3486
3487
3488 \end_layout
3489
3490 \end_inset
3491 </cell>
3492 </row>
3493 <row topspace="1.5mm" bottomspace="0.5mm">
3494 <cell alignment="center" valignment="top" usebox="none">
3495 \begin_inset Text
3496
3497 \begin_layout Plain Layout
3498 ^235
3499 \begin_inset space \textvisiblespace{}
3500 \end_inset
3501
3502 _
3503 \backslash
3504 phantom
3505 \begin_inset space \textvisiblespace{}
3506 \end_inset
3507
3508 23
3509 \begin_inset Formula $\to$
3510 \end_inset
3511
3512 9
3513 \begin_inset space \textvisiblespace{}
3514 \end_inset
3515
3516 F
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 <cell alignment="center" valignment="top" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
3526 \end_inset
3527
3528
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 </row>
3534 <row topspace="1.5mm" bottomspace="0.5mm">
3535 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Plain Layout
3539
3540 \backslash
3541 Lambda^
3542 \begin_inset space \textvisiblespace{}
3543 \end_inset
3544
3545
3546 \backslash
3547 phantom
3548 \begin_inset space \textvisiblespace{}
3549 \end_inset
3550
3551 ii
3552 \begin_inset Formula $\to$
3553 \end_inset
3554
3555 t
3556 \begin_inset space \textvisiblespace{}
3557 \end_inset
3558
3559 _MMt
3560 \end_layout
3561
3562 \end_inset
3563 </cell>
3564 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
3569 \end_inset
3570
3571
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 </row>
3577 </lyxtabular>
3578
3579 \end_inset
3580
3581
3582 \end_layout
3583
3584 \begin_layout Standard
3585 Furthermore there are the commands 
3586 \series bold
3587
3588 \backslash
3589 vphantom
3590 \series default
3591
3592 \begin_inset Index idx
3593 status collapsed
3594
3595 \begin_layout Plain Layout
3596 Commands ! V ! 
3597 \backslash
3598 vphantom
3599 \end_layout
3600
3601 \end_inset
3602
3603  (toolbar button 
3604 \begin_inset space ~
3605 \end_inset
3606
3607
3608 \begin_inset Graphics
3609         filename ../images/math/vphantom.svgz
3610         lyxscale 14
3611         scale 9
3612
3613 \end_inset
3614
3615 ) and 
3616 \series bold
3617
3618 \backslash
3619 hphantom
3620 \series default
3621
3622 \begin_inset Index idx
3623 status collapsed
3624
3625 \begin_layout Plain Layout
3626 Commands ! H ! 
3627 \backslash
3628 hphantom
3629 \end_layout
3630
3631 \end_inset
3632
3633  (toolbar button 
3634 \begin_inset space ~
3635 \end_inset
3636
3637
3638 \begin_inset Graphics
3639         filename ../images/math/hphantom.svgz
3640         lyxscale 14
3641         scale 9
3642
3643 \end_inset
3644
3645 ).
3646  
3647 \series bold
3648
3649 \backslash
3650 hphantom
3651 \series default
3652  creates only space for the maximal height of the characters in the box
3653  but not for its width.
3654  
3655 \series bold
3656
3657 \backslash
3658 vphantom
3659 \series default
3660  creates only space for the width of the box content.
3661  Therefore  the boxes of both commands have only one red arrow.
3662 \end_layout
3663
3664 \begin_layout Standard
3665 For example the command 
3666 \series bold
3667
3668 \backslash
3669 vphantom
3670 \begin_inset space \textvisiblespace{}
3671 \end_inset
3672
3673 a
3674 \backslash
3675 int
3676 \series default
3677  creates space for the height of the integral sign,
3678 \begin_inset Foot
3679 status collapsed
3680
3681 \begin_layout Plain Layout
3682 The command 
3683 \series bold
3684
3685 \backslash
3686 int
3687 \series default
3688  creates an integral sign, see 
3689 \begin_inset CommandInset ref
3690 LatexCommand ref
3691 reference "subsec:Big-Operators"
3692
3693 \end_inset
3694
3695 .
3696 \end_layout
3697
3698 \end_inset
3699
3700  because this is the larger character.
3701  An example application is in 
3702 \begin_inset CommandInset ref
3703 LatexCommand ref
3704 reference "subsec:Multiline-Brackets"
3705
3706 \end_inset
3707
3708 .
3709 \end_layout
3710
3711 \begin_layout Standard
3712 Placeholders can also be used for text when they are inserted via the menu
3713  
3714 \family sans
3715 Insert\SpecialChar menuseparator
3716 Formatting\SpecialChar menuseparator
3717 Phantom
3718 \family default
3719 :
3720 \end_layout
3721
3722 \begin_layout Standard
3723 This is a sentence.
3724 \begin_inset Newline newline
3725 \end_inset
3726
3727
3728 \begin_inset Phantom Phantom
3729 status open
3730
3731 \begin_layout Plain Layout
3732 This
3733 \end_layout
3734
3735 \end_inset
3736
3737  is a sentence.
3738 \end_layout
3739
3740 \begin_layout Subsection
3741 Lines
3742 \begin_inset Index idx
3743 status collapsed
3744
3745 \begin_layout Plain Layout
3746 Lines
3747 \end_layout
3748
3749 \end_inset
3750
3751
3752 \begin_inset Index idx
3753 status collapsed
3754
3755 \begin_layout Plain Layout
3756 Formula ! underlined
3757 \end_layout
3758
3759 \end_inset
3760
3761
3762 \end_layout
3763
3764 \begin_layout Standard
3765 \align center
3766 \begin_inset Tabular
3767 <lyxtabular version="3" rows="4" columns="2">
3768 <features booktabs="true" tabularvalignment="middle">
3769 <column alignment="center" valignment="top" width="0pt">
3770 <column alignment="center" valignment="top" width="0pt">
3771 <row>
3772 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776 Command
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785 Result
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 </row>
3791 <row topspace="2mm">
3792 <cell alignment="center" valignment="top" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796
3797 \backslash
3798 overline
3799 \begin_inset space \textvisiblespace{}
3800 \end_inset
3801
3802 A+B
3803 \begin_inset Index idx
3804 status collapsed
3805
3806 \begin_layout Plain Layout
3807 Commands ! O ! 
3808 \backslash
3809 overline
3810 \end_layout
3811
3812 \end_inset
3813
3814
3815 \end_layout
3816
3817 \end_inset
3818 </cell>
3819 <cell alignment="center" valignment="top" usebox="none">
3820 \begin_inset Text
3821
3822 \begin_layout Plain Layout
3823 \begin_inset Formula $\overline{A+B}$
3824 \end_inset
3825
3826
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 </row>
3832 <row bottomspace="1mm">
3833 <cell alignment="center" valignment="top" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Plain Layout
3837
3838 \backslash
3839 underline
3840 \begin_inset space \textvisiblespace{}
3841 \end_inset
3842
3843 A+B
3844 \begin_inset Index idx
3845 status collapsed
3846
3847 \begin_layout Plain Layout
3848 Commands ! U ! 
3849 \backslash
3850 underline
3851 \end_layout
3852
3853 \end_inset
3854
3855
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 <cell alignment="center" valignment="top" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864 \begin_inset Formula $\underline{A+B}$
3865 \end_inset
3866
3867
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 </row>
3873 <row topspace="2mm" bottomspace="1mm">
3874 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878
3879 \backslash
3880 overline
3881 \begin_inset space \textvisiblespace{}
3882 \end_inset
3883
3884
3885 \backslash
3886 underline
3887 \begin_inset space \textvisiblespace{}
3888 \end_inset
3889
3890 A+B
3891 \end_layout
3892
3893 \end_inset
3894 </cell>
3895 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Plain Layout
3899 \begin_inset Formula $\overline{\underline{A+B}}$
3900 \end_inset
3901
3902
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 </row>
3908 </lyxtabular>
3909
3910 \end_inset
3911
3912
3913 \end_layout
3914
3915 \begin_layout Standard
3916 In the last example it doesn't matter if first 
3917 \series bold
3918
3919 \backslash
3920 overline
3921 \series default
3922  or 
3923 \series bold
3924
3925 \backslash
3926 underline
3927 \series default
3928  is inserted.
3929 \end_layout
3930
3931 \begin_layout Standard
3932 To double underline use 
3933 \series bold
3934
3935 \backslash
3936 underline
3937 \series default
3938  twice.
3939 \end_layout
3940
3941 \begin_layout Standard
3942 It is possible to place up to 6 lines above or below characters.
3943 \end_layout
3944
3945 \begin_layout Standard
3946 \begin_inset VSpace bigskip
3947 \end_inset
3948
3949 Custom lines can be created using the command 
3950 \series bold
3951
3952 \backslash
3953 rule
3954 \series default
3955
3956 \begin_inset Index idx
3957 status collapsed
3958
3959 \begin_layout Plain Layout
3960 Commands ! R ! 
3961 \backslash
3962 rule
3963 \end_layout
3964
3965 \end_inset
3966
3967  which has the following scheme:
3968 \end_layout
3969
3970 \begin_layout Standard
3971
3972 \series bold
3973
3974 \backslash
3975 rule[vertical offset]{length}{thickness}
3976 \end_layout
3977
3978 \begin_layout Standard
3979 The optional vertical offset shifts the line upwards (or downwards, when
3980  the value is negative).
3981  The units listed in 
3982 \begin_inset CommandInset ref
3983 LatexCommand ref
3984 reference "tab:Available-units"
3985
3986 \end_inset
3987
3988  can be used for the values.
3989  Here are two example lines created with the commands
3990 \begin_inset Newline newline
3991 \end_inset
3992
3993
3994 \series bold
3995
3996 \backslash
3997 rule[-2ex]{3cm}{2pt}
3998 \series default
3999  and 
4000 \series bold
4001
4002 \backslash
4003 rule{2cm}{1pt}
4004 \series default
4005 :
4006 \end_layout
4007
4008 \begin_layout Standard
4009 This is a sentence 
4010 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4011 \end_inset
4012
4013  with two lines.
4014 \end_layout
4015
4016 \begin_layout Standard
4017
4018 \series bold
4019
4020 \backslash
4021 rule
4022 \series default
4023  can also be used for text when a line is inserted via the menu 
4024 \family sans
4025 Insert\SpecialChar menuseparator
4026 Formatting\SpecialChar menuseparator
4027 Horizontal
4028 \begin_inset space ~
4029 \end_inset
4030
4031 Line
4032 \family default
4033 :
4034 \end_layout
4035
4036 \begin_layout Standard
4037 This is a sentence 
4038 \begin_inset CommandInset line
4039 LatexCommand rule
4040 offset "0.5ex"
4041 width "3cm"
4042 height "1pt"
4043
4044 \end_inset
4045
4046  with one line.
4047 \end_layout
4048
4049 \begin_layout Subsection
4050 Ellipses
4051 \begin_inset CommandInset label
4052 LatexCommand label
4053 name "subsec:Ellipses"
4054
4055 \end_inset
4056
4057
4058 \begin_inset Index idx
4059 status collapsed
4060
4061 \begin_layout Plain Layout
4062 Ellipses
4063 \end_layout
4064
4065 \end_inset
4066
4067
4068 \end_layout
4069
4070 \begin_layout Standard
4071 There are different types of ellipses available.
4072 \begin_inset Foot
4073 status collapsed
4074
4075 \begin_layout Plain Layout
4076 In the math toolbar in the submenu of the button 
4077 \begin_inset Info
4078 type  "icon"
4079 arg   "math-insert \\ldots"
4080 \end_inset
4081
4082
4083 \end_layout
4084
4085 \end_inset
4086
4087  For listings dots at the baseline are used (
4088 \series bold
4089
4090 \backslash
4091 ldots
4092 \series default
4093
4094 \begin_inset Index idx
4095 status collapsed
4096
4097 \begin_layout Plain Layout
4098 Commands ! L ! 
4099 \backslash
4100 ldots
4101 \end_layout
4102
4103 \end_inset
4104
4105 ), while for operations dots are needed that are on the same height as the
4106  operators (
4107 \series bold
4108
4109 \backslash
4110 cdots
4111 \series default
4112
4113 \begin_inset Index idx
4114 status collapsed
4115
4116 \begin_layout Plain Layout
4117 Commands ! C ! 
4118 \backslash
4119 cdots
4120 \end_layout
4121
4122 \end_inset
4123
4124 ).
4125  When using the command 
4126 \series bold
4127
4128 \backslash
4129 dots
4130 \series default
4131
4132 \begin_inset Index idx
4133 status collapsed
4134
4135 \begin_layout Plain Layout
4136 Commands ! D ! 
4137 \backslash
4138 dots
4139 \end_layout
4140
4141 \end_inset
4142
4143 , \SpecialChar LaTeX
4144  decides on the basis of the next character what type is used.
4145 \begin_inset Separator parbreak
4146 \end_inset
4147
4148
4149 \end_layout
4150
4151 \begin_layout Standard
4152 \align center
4153 \begin_inset Tabular
4154 <lyxtabular version="3" rows="9" columns="2">
4155 <features booktabs="true" tabularvalignment="middle">
4156 <column alignment="center" valignment="top" width="0pt">
4157 <column alignment="center" valignment="top" width="0pt">
4158 <row>
4159 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163 Command
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172 Result
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 </row>
4178 <row>
4179 <cell alignment="center" valignment="top" usebox="none">
4180 \begin_inset Text
4181
4182 \begin_layout Plain Layout
4183 A_1
4184 \begin_inset space \textvisiblespace{}
4185 \end_inset
4186
4187 ,
4188 \backslash
4189 dots
4190 \begin_inset space \textvisiblespace{}
4191 \end_inset
4192
4193 ,A_n
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 <cell alignment="center" valignment="top" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Plain Layout
4202 \begin_inset Formula $A_{1},\dots,A_{n}$
4203 \end_inset
4204
4205
4206 \end_layout
4207
4208 \end_inset
4209 </cell>
4210 </row>
4211 <row>
4212 <cell alignment="center" valignment="top" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216 A_1
4217 \begin_inset space \textvisiblespace{}
4218 \end_inset
4219
4220 +
4221 \backslash
4222 dots
4223 \begin_inset space \textvisiblespace{}
4224 \end_inset
4225
4226 +A_n
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 <cell alignment="center" valignment="top" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235 \begin_inset Formula $A_{1}+\dots+A_{n}$
4236 \end_inset
4237
4238
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 </row>
4244 <row>
4245 <cell alignment="center" valignment="top" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249 A_1
4250 \begin_inset space \textvisiblespace{}
4251 \end_inset
4252
4253 ,
4254 \backslash
4255 ldots
4256 \begin_inset space \textvisiblespace{}
4257 \end_inset
4258
4259 ,A_n
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 <cell alignment="center" valignment="top" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268 \begin_inset Formula $A_{1},\ldots,A_{n}$
4269 \end_inset
4270
4271
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 </row>
4277 <row>
4278 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282 A_1
4283 \begin_inset space \textvisiblespace{}
4284 \end_inset
4285
4286 +
4287 \backslash
4288 cdots
4289 \begin_inset space \textvisiblespace{}
4290 \end_inset
4291
4292 +A_n
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4302 \end_inset
4303
4304
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 </row>
4310 <row>
4311 <cell alignment="center" valignment="top" usebox="none">
4312 \begin_inset Text
4313
4314 \begin_layout Plain Layout
4315
4316 \backslash
4317 vdots
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 <cell alignment="center" valignment="top" usebox="none">
4323 \begin_inset Text
4324
4325 \begin_layout Plain Layout
4326 \begin_inset Formula $\vdots$
4327 \end_inset
4328
4329
4330 \end_layout
4331
4332 \end_inset
4333 </cell>
4334 </row>
4335 <row>
4336 <cell alignment="center" valignment="top" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340
4341 \backslash
4342 ddots
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 <cell alignment="center" valignment="top" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351 \begin_inset Formula $\ddots$
4352 \end_inset
4353
4354
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 </row>
4360 <row>
4361 <cell alignment="center" valignment="top" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365
4366 \backslash
4367 iddots
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 <cell alignment="center" valignment="top" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376 \begin_inset Formula $\iddots$
4377 \end_inset
4378
4379
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 </row>
4385 <row>
4386 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Plain Layout
4390 3×3
4391 \begin_inset space \thinspace{}
4392 \end_inset
4393
4394 matrix with the different dots
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403 \begin_inset Formula $\begin{array}{ccc}
4404 A_{11} & \cdots & A_{1m}\\
4405 \vdots & \ddots & \vdots\\
4406 A_{n1} & \cdots & A_{nm}
4407 \end{array}$
4408 \end_inset
4409
4410
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 </row>
4416 </lyxtabular>
4417
4418 \end_inset
4419
4420
4421 \end_layout
4422
4423 \begin_layout Standard
4424 The ellipses available in menu 
4425 \family sans
4426 Insert\SpecialChar menuseparator
4427 Special
4428 \begin_inset space ~
4429 \end_inset
4430
4431 Character
4432 \family default
4433  are 
4434 \series bold
4435
4436 \backslash
4437 ldots
4438 \series default
4439 .
4440 \end_layout
4441
4442 \begin_layout Standard
4443 \begin_inset VSpace medskip
4444 \end_inset
4445
4446 To use 
4447 \series bold
4448
4449 \backslash
4450 iddots
4451 \series default
4452 , one of the options 
4453 \family sans
4454 Use mathdots package (automatically)
4455 \family default
4456  must be set in the document settings under 
4457 \family sans
4458 Math
4459 \begin_inset space ~
4460 \end_inset
4461
4462 Options
4463 \family default
4464 .
4465 \begin_inset Newline newline
4466 \end_inset
4467
4468 Using the option 
4469 \family sans
4470 Use mathdots package
4471 \family default
4472  will improve the appearance of all dots in the documents if their font
4473  style or size is not the default.
4474 \end_layout
4475
4476 \begin_layout Standard
4477 \begin_inset VSpace medskip
4478 \end_inset
4479
4480 Specially for matrices there are ellipses that span over several columns.
4481  They are created with the command 
4482 \series bold
4483
4484 \backslash
4485 hdotsfor
4486 \series default
4487
4488 \begin_inset Index idx
4489 status collapsed
4490
4491 \begin_layout Plain Layout
4492 Commands ! H ! 
4493 \backslash
4494 hdotsfor
4495 \end_layout
4496
4497 \end_inset
4498
4499 , that has the following scheme:
4500 \end_layout
4501
4502 \begin_layout Standard
4503
4504 \series bold
4505
4506 \backslash
4507 hdotsfor[distance]{number of columns}
4508 \end_layout
4509
4510 \begin_layout Standard
4511 The number of columns specifies how many columns should be spanned.
4512  Distance is a factor for the distance between the dots.
4513 \end_layout
4514
4515 \begin_layout Standard
4516 In the following matrix the command 
4517 \series bold
4518
4519 \backslash
4520 hdotsfor[2]{4}
4521 \series default
4522  was inserted in the first box of the second line, to get an ellipsis with
4523  a dot distance twice as long as with the command 
4524 \series bold
4525
4526 \backslash
4527 dots
4528 \series default
4529 :
4530 \begin_inset Formula 
4531 \[
4532 \left(\begin{array}{cccc}
4533 A & B & C & D\\
4534 \hdotsfor[2]{4}\\
4535 q & w & e & r
4536 \end{array}\right)
4537 \]
4538
4539 \end_inset
4540
4541 Note that the matrix fields that should be spanned must be empty, otherwise
4542  you get \SpecialChar LaTeX
4543 -errors.
4544 \end_layout
4545
4546 \begin_layout Standard
4547 \begin_inset VSpace bigskip
4548 \end_inset
4549
4550 Furthermore you can fill with the command 
4551 \series bold
4552
4553 \backslash
4554 dotfill
4555 \series default
4556
4557 \begin_inset Index idx
4558 status collapsed
4559
4560 \begin_layout Plain Layout
4561 Commands ! D ! 
4562 \backslash
4563 dotfill
4564 \end_layout
4565
4566 \end_inset
4567
4568  the rest of a line with dots.
4569  The effect of these commands is the same as with 
4570 \series bold
4571
4572 \backslash
4573 hfill
4574 \series default
4575 , see 
4576 \begin_inset CommandInset ref
4577 LatexCommand ref
4578 reference "subsec:Variable-Space"
4579
4580 \end_inset
4581
4582 .
4583 \end_layout
4584
4585 \begin_layout Standard
4586 For example the command 
4587 \series bold
4588 A
4589 \backslash
4590 dotfill
4591 \begin_inset space \textvisiblespace{}
4592 \end_inset
4593
4594 B
4595 \series default
4596  produces
4597 \end_layout
4598
4599 \begin_layout Standard
4600 \begin_inset Formula $A\dotfill B$
4601 \end_inset
4602
4603
4604 \end_layout
4605
4606 \begin_layout Standard
4607 Similar to
4608 \series bold
4609  
4610 \backslash
4611 dotfill
4612 \series default
4613  there is for a line the command 
4614 \series bold
4615
4616 \backslash
4617 hrulefill
4618 \series default
4619
4620 \begin_inset Index idx
4621 status collapsed
4622
4623 \begin_layout Plain Layout
4624 Commands ! H ! 
4625 \backslash
4626 hrulefill
4627 \end_layout
4628
4629 \end_inset
4630
4631 :
4632 \end_layout
4633
4634 \begin_layout Standard
4635 \begin_inset Formula $A\hrulefill B$
4636 \end_inset
4637
4638
4639 \end_layout
4640
4641 \begin_layout Standard
4642 To use the commands for text, they have to be inserted in \SpecialChar TeX
4643  mode.
4644 \end_layout
4645
4646 \begin_layout Section
4647 Matrices
4648 \begin_inset CommandInset label
4649 LatexCommand label
4650 name "sec:Matrices"
4651
4652 \end_inset
4653
4654
4655 \begin_inset Index idx
4656 status collapsed
4657
4658 \begin_layout Plain Layout
4659 Matrices
4660 \end_layout
4661
4662 \end_inset
4663
4664
4665 \end_layout
4666
4667 \begin_layout Standard
4668 Matrices can be inserted via the math toolbar button 
4669 \begin_inset Info
4670 type  "icon"
4671 arg   "dialog-show mathmatrix"
4672 \end_inset
4673
4674  or the menu 
4675 \family sans
4676 Insert\SpecialChar menuseparator
4677 Math\SpecialChar menuseparator
4678 Matrix
4679 \family default
4680 .
4681  In the matrix dialog you can specify the number of columns and rows, the
4682  alignment and the decoration.
4683  The vertical alignment is only of importance for matrices in inline formulas:
4684 \end_layout
4685
4686 \begin_layout Standard
4687 The first matrix is top 
4688 \begin_inset Formula $\begin{array}[t]{cccc}
4689 A & D & G & J\\
4690 B & E & H & K\\
4691 C & F & I & L
4692 \end{array}$
4693 \end_inset
4694
4695 , the second middle 
4696 \begin_inset Formula $\begin{array}{cccc}
4697 A & D & G & J\\
4698 B & E & H & K\\
4699 C & F & I & L
4700 \end{array}$
4701 \end_inset
4702
4703  and the third bottom 
4704 \begin_inset Formula $\begin{array}[b]{cccc}
4705 A & D & G & J\\
4706 B & E & H & K\\
4707 C & F & I & L
4708 \end{array}$
4709 \end_inset
4710
4711  aligned.
4712 \end_layout
4713
4714 \begin_layout Standard
4715 The horizontal alignment specifies how the column entries should be aligned.
4716  It is set by entering a letter for every column.
4717  
4718 \emph on
4719 l
4720 \emph default
4721  denotes left aligned, 
4722 \emph on
4723 c
4724 \emph default
4725  centered and 
4726 \emph on
4727 r
4728 \emph default
4729  right aligned.
4730  To create for example a 4
4731 \series bold
4732 ×
4733 \series default
4734 4
4735 \begin_inset space ~
4736 \end_inset
4737
4738 matrix where the first column is left aligned, the second and third are
4739  centered and the last one is right aligned, one enters for the horizontal
4740  alignment 
4741 \series bold
4742 lccr
4743 \series default
4744 .
4745  Normally in a matrix all columns are centered, therefore the default for
4746  every column is a 
4747 \series bold
4748 c
4749 \series default
4750 .
4751 \end_layout
4752
4753 \begin_layout Standard
4754 Horizontal alignment:
4755 \end_layout
4756
4757 \begin_layout Standard
4758
4759 \series bold
4760 lll
4761 \series default
4762  : 
4763 \begin_inset Formula $\begin{array}{lll}
4764 10000 & D & G\\
4765 B & 10000 & H\\
4766 C & F & 10000
4767 \end{array}$
4768 \end_inset
4769
4770  , 
4771 \series bold
4772 ccc
4773 \series default
4774  : 
4775 \begin_inset Formula $\begin{array}{ccc}
4776 10000 & D & G\\
4777 B & 10000 & H\\
4778 C & F & 10000
4779 \end{array}$
4780 \end_inset
4781
4782  , 
4783 \series bold
4784 rrr
4785 \series default
4786  : 
4787 \begin_inset Formula $\begin{array}{rrr}
4788 10000 & D & G\\
4789 B & 10000 & H\\
4790 C & F & 10000
4791 \end{array}$
4792 \end_inset
4793
4794
4795 \end_layout
4796
4797 \begin_layout Standard
4798 To add or delete rows and columns subsequently, the math toolbar buttons
4799  
4800 \begin_inset Info
4801 type  "icon"
4802 arg   "inset-modify tabular append-row"
4803 \end_inset
4804
4805
4806 \begin_inset Info
4807 type  "icon"
4808 arg   "inset-modify tabular delete-row"
4809 \end_inset
4810
4811 , etc.
4812 \begin_inset space \thinspace{}
4813 \end_inset
4814
4815 , or the menu 
4816 \family sans
4817 Edit\SpecialChar menuseparator
4818 Rows & Columns
4819 \family default
4820  can be used.
4821  New rows can also be created with 
4822 \begin_inset Info
4823 type  "shortcut"
4824 arg   "newline-insert newline"
4825 \end_inset
4826
4827 .
4828 \end_layout
4829
4830 \begin_layout Standard
4831 \begin_inset VSpace bigskip
4832 \end_inset
4833
4834 The 
4835 \family sans
4836 Decoration
4837 \family default
4838  adds parentheses in the selected style around the matrix.
4839  Alternatively, parentheses can can either be created with the commands
4840  
4841 \series bold
4842
4843 \backslash
4844 left
4845 \series default
4846
4847 \begin_inset Index idx
4848 status collapsed
4849
4850 \begin_layout Plain Layout
4851 Commands ! L ! 
4852 \backslash
4853 left
4854 \end_layout
4855
4856 \end_inset
4857
4858  and 
4859 \series bold
4860
4861 \backslash
4862 right
4863 \series default
4864
4865 \begin_inset Index idx
4866 status collapsed
4867
4868 \begin_layout Plain Layout
4869 Commands ! R ! 
4870 \backslash
4871 right
4872 \end_layout
4873
4874 \end_inset
4875
4876  (shortcut 
4877 \family sans
4878 Alt+M
4879 \begin_inset space ~
4880 \end_inset
4881
4882 Parenthesis
4883 \family default
4884 ), see 
4885 \begin_inset CommandInset ref
4886 LatexCommand ref
4887 reference "subsec:Automatic-Bracket-Size"
4888
4889 \end_inset
4890
4891 , or by using the following commands:
4892 \begin_inset VSpace medskip
4893 \end_inset
4894
4895
4896 \end_layout
4897
4898 \begin_layout Standard
4899 \begin_inset space \hfill{}
4900 \end_inset
4901
4902
4903 \begin_inset Tabular
4904 <lyxtabular version="3" rows="4" columns="2">
4905 <features booktabs="true" tabularvalignment="middle">
4906 <column alignment="center" valignment="top" width="0pt">
4907 <column alignment="center" valignment="top">
4908 <row>
4909 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4910 \begin_inset Text
4911
4912 \begin_layout Plain Layout
4913 Command
4914 \end_layout
4915
4916 \end_inset
4917 </cell>
4918 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4919 \begin_inset Text
4920
4921 \begin_layout Plain Layout
4922 Result
4923 \end_layout
4924
4925 \end_inset
4926 </cell>
4927 </row>
4928 <row topspace="1.5mm">
4929 <cell alignment="center" valignment="top" usebox="none">
4930 \begin_inset Text
4931
4932 \begin_layout Plain Layout
4933
4934 \backslash
4935 bmatrix
4936 \begin_inset space \textvisiblespace{}
4937 \end_inset
4938
4939 2
4940 \series bold
4941 ×
4942 \series default
4943 2
4944 \begin_inset space \thinspace{}
4945 \end_inset
4946
4947 matrix
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 <cell alignment="center" valignment="top" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
4957 0 & \textrm{-}\mathrm{i}\\
4958 \mathrm{i} & 0
4959 \end{array}\end{bmatrix}$
4960 \end_inset
4961
4962
4963 \end_layout
4964
4965 \end_inset
4966 </cell>
4967 </row>
4968 <row topspace="1.5mm" bottomspace="0.5mm">
4969 <cell alignment="center" valignment="top" usebox="none">
4970 \begin_inset Text
4971
4972 \begin_layout Plain Layout
4973
4974 \backslash
4975 Bmatrix
4976 \begin_inset space \textvisiblespace{}
4977 \end_inset
4978
4979 2
4980 \series bold
4981 ×
4982 \series default
4983 2
4984 \begin_inset space \thinspace{}
4985 \end_inset
4986
4987 matrix
4988 \end_layout
4989
4990 \end_inset
4991 </cell>
4992 <cell alignment="center" valignment="top" usebox="none">
4993 \begin_inset Text
4994
4995 \begin_layout Plain Layout
4996 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
4997 0 & \textrm{-}\mathrm{i}\\
4998 \mathrm{i} & 0
4999 \end{array}\end{Bmatrix}$
5000 \end_inset
5001
5002
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 </row>
5008 <row>
5009 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5010 \begin_inset Text
5011
5012 \begin_layout Plain Layout
5013
5014 \backslash
5015 pmatrix
5016 \begin_inset space \textvisiblespace{}
5017 \end_inset
5018
5019 2
5020 \series bold
5021 ×
5022 \series default
5023 2
5024 \begin_inset space \thinspace{}
5025 \end_inset
5026
5027 matrix
5028 \end_layout
5029
5030 \end_inset
5031 </cell>
5032 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5033 \begin_inset Text
5034
5035 \begin_layout Plain Layout
5036 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
5037 0 & \textrm{-}\mathrm{i}\\
5038 \mathrm{i} & 0
5039 \end{array}\end{pmatrix}$
5040 \end_inset
5041
5042
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 </row>
5048 </lyxtabular>
5049
5050 \end_inset
5051
5052
5053 \begin_inset space \hfill{}
5054 \end_inset
5055
5056
5057 \begin_inset Tabular
5058 <lyxtabular version="3" rows="4" columns="2">
5059 <features booktabs="true" tabularvalignment="middle">
5060 <column alignment="center" valignment="top" width="0pt">
5061 <column alignment="center" valignment="top">
5062 <row>
5063 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5064 \begin_inset Text
5065
5066 \begin_layout Plain Layout
5067 Command
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Plain Layout
5076 Result
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 </row>
5082 <row topspace="1.5mm">
5083 <cell alignment="center" valignment="top" usebox="none">
5084 \begin_inset Text
5085
5086 \begin_layout Plain Layout
5087
5088 \backslash
5089 vmatrix
5090 \begin_inset space \textvisiblespace{}
5091 \end_inset
5092
5093 2
5094 \series bold
5095 ×
5096 \series default
5097 2
5098 \begin_inset space \thinspace{}
5099 \end_inset
5100
5101 matrix
5102 \end_layout
5103
5104 \end_inset
5105 </cell>
5106 <cell alignment="center" valignment="top" usebox="none">
5107 \begin_inset Text
5108
5109 \begin_layout Plain Layout
5110 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
5111 0 & \textrm{-}\mathrm{i}\\
5112 \mathrm{i} & 0
5113 \end{array}\end{vmatrix}$
5114 \end_inset
5115
5116
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 </row>
5122 <row topspace="1.5mm" bottomspace="0.5mm">
5123 <cell alignment="center" valignment="top" usebox="none">
5124 \begin_inset Text
5125
5126 \begin_layout Plain Layout
5127
5128 \backslash
5129 Vmatrix
5130 \begin_inset space \textvisiblespace{}
5131 \end_inset
5132
5133 2
5134 \series bold
5135 ×
5136 \series default
5137 2
5138 \begin_inset space \thinspace{}
5139 \end_inset
5140
5141 matrix
5142 \end_layout
5143
5144 \end_inset
5145 </cell>
5146 <cell alignment="center" valignment="top" usebox="none">
5147 \begin_inset Text
5148
5149 \begin_layout Plain Layout
5150 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
5151 0 & \textrm{-}\mathrm{i}\\
5152 \mathrm{i} & 0
5153 \end{array}\end{Vmatrix}$
5154 \end_inset
5155
5156
5157 \end_layout
5158
5159 \end_inset
5160 </cell>
5161 </row>
5162 <row>
5163 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5164 \begin_inset Text
5165
5166 \begin_layout Plain Layout
5167
5168 \backslash
5169 matrix
5170 \begin_inset space \textvisiblespace{}
5171 \end_inset
5172
5173 2
5174 \series bold
5175 ×
5176 \series default
5177 2
5178 \begin_inset space \thinspace{}
5179 \end_inset
5180
5181 matrix
5182 \end_layout
5183
5184 \end_inset
5185 </cell>
5186 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5187 \begin_inset Text
5188
5189 \begin_layout Plain Layout
5190 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
5191 0 & \textrm{-}\mathrm{i}\\
5192 \mathrm{i} & 0
5193 \end{array}\end{matrix}$
5194 \end_inset
5195
5196
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 </row>
5202 </lyxtabular>
5203
5204 \end_inset
5205
5206
5207 \begin_inset space \hfill{}
5208 \end_inset
5209
5210
5211 \end_layout
5212
5213 \begin_layout Standard
5214 \begin_inset VSpace medskip
5215 \end_inset
5216
5217 When e.
5218 \begin_inset space \thinspace{}
5219 \end_inset
5220
5221 g.
5222 \begin_inset space \space{}
5223 \end_inset
5224
5225
5226 \series bold
5227
5228 \backslash
5229 vmatrix
5230 \series default
5231  is inserted, a blue box appears between two vertical lines where the matrix
5232  is inserted.
5233 \begin_inset Newline newline
5234 \end_inset
5235
5236 Note that decorated matrices ignore the vertical alignment.
5237 \end_layout
5238
5239 \begin_layout Standard
5240 \begin_inset VSpace bigskip
5241 \end_inset
5242
5243 As all multiline formulas are matrices, the length 
5244 \series bold
5245
5246 \backslash
5247 arraycolsep
5248 \series default
5249
5250 \begin_inset Index idx
5251 status collapsed
5252
5253 \begin_layout Plain Layout
5254 Commands ! A ! 
5255 \backslash
5256 arraycolsep
5257 \end_layout
5258
5259 \end_inset
5260
5261  that is described in 
5262 \begin_inset CommandInset ref
5263 LatexCommand ref
5264 reference "subsec:Column-Separation"
5265
5266 \end_inset
5267
5268  can also be used to change the column separation of matrices.
5269 \end_layout
5270
5271 \begin_layout Standard
5272 To change the row separation, the command 
5273 \series bold
5274
5275 \backslash
5276 arraystretch
5277 \series default
5278
5279 \begin_inset Index idx
5280 status collapsed
5281
5282 \begin_layout Plain Layout
5283 Commands ! A ! 
5284 \backslash
5285 arraystretch
5286 \end_layout
5287
5288 \end_inset
5289
5290  is used.
5291  It is used as follows:
5292 \end_layout
5293
5294 \begin_layout Standard
5295
5296 \series bold
5297
5298 \backslash
5299 renewcommand{
5300 \backslash
5301 arraystretch}{stretch factor}
5302 \begin_inset Index idx
5303 status collapsed
5304
5305 \begin_layout Plain Layout
5306 Commands ! R ! 
5307 \backslash
5308 renewcommand
5309 \end_layout
5310
5311 \end_inset
5312
5313
5314 \end_layout
5315
5316 \begin_layout Standard
5317 The command 
5318 \series bold
5319
5320 \backslash
5321 renewcommand
5322 \series default
5323  assigns the stretch factor to the predefined command 
5324 \series bold
5325
5326 \backslash
5327 arraystretch
5328 \series default
5329 .
5330  To double e.
5331 \begin_inset space \thinspace{}
5332 \end_inset
5333
5334 g.
5335 \begin_inset space \space{}
5336 \end_inset
5337
5338 the row separation, use the factor 2.
5339  This is then used for all following matrices.
5340  To go back to the original separation, assign the factor 1 to 
5341 \series bold
5342
5343 \backslash
5344 arraystretch
5345 \series default
5346 .
5347 \end_layout
5348
5349 \begin_layout Standard
5350 To set matrices into a text line, the command 
5351 \series bold
5352
5353 \backslash
5354 smallmatrix
5355 \series default
5356
5357 \begin_inset Index idx
5358 status collapsed
5359
5360 \begin_layout Plain Layout
5361 Commands ! S ! 
5362 \backslash
5363 smallmatrix
5364 \end_layout
5365
5366 \end_inset
5367
5368  is used.
5369  When it is inserted a blue box with two dashed lines appears.
5370  In this box the matrix is inserted.
5371 \end_layout
5372
5373 \begin_layout Standard
5374 This is a matrix 
5375 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5376 C & D
5377 \end{smallmatrix}\right)$
5378 \end_inset
5379
5380  in a text line.
5381 \end_layout
5382
5383 \begin_layout Section
5384 Brackets and Delimiters
5385 \begin_inset Index idx
5386 status collapsed
5387
5388 \begin_layout Plain Layout
5389 Brackets
5390 \end_layout
5391
5392 \end_inset
5393
5394
5395 \begin_inset Index idx
5396 status collapsed
5397
5398 \begin_layout Plain Layout
5399 Delimiters
5400 \end_layout
5401
5402 \end_inset
5403
5404
5405 \end_layout
5406
5407 \begin_layout Subsection
5408 Vertical Brackets and Delimiters
5409 \begin_inset Index idx
5410 status collapsed
5411
5412 \begin_layout Plain Layout
5413 Brackets ! vertical
5414 \end_layout
5415
5416 \end_inset
5417
5418
5419 \end_layout
5420
5421 \begin_layout Standard
5422 \begin_inset space \hfill{}
5423 \end_inset
5424
5425
5426 \begin_inset Tabular
5427 <lyxtabular version="3" rows="9" columns="2">
5428 <features booktabs="true" tabularvalignment="middle">
5429 <column alignment="center" valignment="top" width="0pt">
5430 <column alignment="center" valignment="top" width="0pt">
5431 <row>
5432 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5433 \begin_inset Text
5434
5435 \begin_layout Plain Layout
5436 Command
5437 \end_layout
5438
5439 \end_inset
5440 </cell>
5441 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5442 \begin_inset Text
5443
5444 \begin_layout Plain Layout
5445 Result
5446 \end_layout
5447
5448 \end_inset
5449 </cell>
5450 </row>
5451 <row>
5452 <cell alignment="center" valignment="top" usebox="none">
5453 \begin_inset Text
5454
5455 \begin_layout Plain Layout
5456 (
5457 \end_layout
5458
5459 \end_inset
5460 </cell>
5461 <cell alignment="center" valignment="top" usebox="none">
5462 \begin_inset Text
5463
5464 \begin_layout Plain Layout
5465 \begin_inset Formula $($
5466 \end_inset
5467
5468
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 </row>
5474 <row>
5475 <cell alignment="center" valignment="top" usebox="none">
5476 \begin_inset Text
5477
5478 \begin_layout Plain Layout
5479 {
5480 \end_layout
5481
5482 \end_inset
5483 </cell>
5484 <cell alignment="center" valignment="top" usebox="none">
5485 \begin_inset Text
5486
5487 \begin_layout Plain Layout
5488 \begin_inset Formula $\{$
5489 \end_inset
5490
5491
5492 \end_layout
5493
5494 \end_inset
5495 </cell>
5496 </row>
5497 <row>
5498 <cell alignment="center" valignment="top" usebox="none">
5499 \begin_inset Text
5500
5501 \begin_layout Plain Layout
5502 [
5503 \end_layout
5504
5505 \end_inset
5506 </cell>
5507 <cell alignment="center" valignment="top" usebox="none">
5508 \begin_inset Text
5509
5510 \begin_layout Plain Layout
5511 \begin_inset Formula $[$
5512 \end_inset
5513
5514
5515 \end_layout
5516
5517 \end_inset
5518 </cell>
5519 </row>
5520 <row>
5521 <cell alignment="center" valignment="top" usebox="none">
5522 \begin_inset Text
5523
5524 \begin_layout Plain Layout
5525
5526 \backslash
5527 langle
5528 \end_layout
5529
5530 \end_inset
5531 </cell>
5532 <cell alignment="center" valignment="top" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536 \begin_inset Formula $\langle$
5537 \end_inset
5538
5539
5540 \end_layout
5541
5542 \end_inset
5543 </cell>
5544 </row>
5545 <row>
5546 <cell alignment="center" valignment="top" usebox="none">
5547 \begin_inset Text
5548
5549 \begin_layout Plain Layout
5550
5551 \backslash
5552 lceil
5553 \end_layout
5554
5555 \end_inset
5556 </cell>
5557 <cell alignment="center" valignment="top" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Plain Layout
5561 \begin_inset Formula $\lceil$
5562 \end_inset
5563
5564
5565 \end_layout
5566
5567 \end_inset
5568 </cell>
5569 </row>
5570 <row>
5571 <cell alignment="center" valignment="top" usebox="none">
5572 \begin_inset Text
5573
5574 \begin_layout Plain Layout
5575
5576 \backslash
5577 lfloor
5578 \end_layout
5579
5580 \end_inset
5581 </cell>
5582 <cell alignment="center" valignment="top" usebox="none">
5583 \begin_inset Text
5584
5585 \begin_layout Plain Layout
5586 \begin_inset Formula $\lfloor$
5587 \end_inset
5588
5589
5590 \end_layout
5591
5592 \end_inset
5593 </cell>
5594 </row>
5595 <row>
5596 <cell alignment="center" valignment="top" usebox="none">
5597 \begin_inset Text
5598
5599 \begin_layout Plain Layout
5600 /
5601 \end_layout
5602
5603 \end_inset
5604 </cell>
5605 <cell alignment="center" valignment="top" usebox="none">
5606 \begin_inset Text
5607
5608 \begin_layout Plain Layout
5609 \begin_inset Formula $/$
5610 \end_inset
5611
5612
5613 \end_layout
5614
5615 \end_inset
5616 </cell>
5617 </row>
5618 <row>
5619 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623 |
5624 \end_layout
5625
5626 \end_inset
5627 </cell>
5628 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Plain Layout
5632 \begin_inset Formula $|$
5633 \end_inset
5634
5635
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 </row>
5641 </lyxtabular>
5642
5643 \end_inset
5644
5645
5646 \begin_inset space \hfill{}
5647 \end_inset
5648
5649
5650 \begin_inset Tabular
5651 <lyxtabular version="3" rows="9" columns="2">
5652 <features booktabs="true" tabularvalignment="middle">
5653 <column alignment="center" valignment="top" width="0pt">
5654 <column alignment="center" valignment="top" width="0pt">
5655 <row>
5656 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5657 \begin_inset Text
5658
5659 \begin_layout Plain Layout
5660 Command
5661 \end_layout
5662
5663 \end_inset
5664 </cell>
5665 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5666 \begin_inset Text
5667
5668 \begin_layout Plain Layout
5669 Result
5670 \end_layout
5671
5672 \end_inset
5673 </cell>
5674 </row>
5675 <row>
5676 <cell alignment="center" valignment="top" usebox="none">
5677 \begin_inset Text
5678
5679 \begin_layout Plain Layout
5680 )
5681 \end_layout
5682
5683 \end_inset
5684 </cell>
5685 <cell alignment="center" valignment="top" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Plain Layout
5689 \begin_inset Formula $)$
5690 \end_inset
5691
5692
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 </row>
5698 <row>
5699 <cell alignment="center" valignment="top" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Plain Layout
5703 }
5704 \end_layout
5705
5706 \end_inset
5707 </cell>
5708 <cell alignment="center" valignment="top" usebox="none">
5709 \begin_inset Text
5710
5711 \begin_layout Plain Layout
5712 \begin_inset Formula $\}$
5713 \end_inset
5714
5715
5716 \end_layout
5717
5718 \end_inset
5719 </cell>
5720 </row>
5721 <row>
5722 <cell alignment="center" valignment="top" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 ]
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 <cell alignment="center" valignment="top" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 \begin_inset Formula $]$
5736 \end_inset
5737
5738
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 </row>
5744 <row>
5745 <cell alignment="center" valignment="top" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749
5750 \backslash
5751 rangle
5752 \end_layout
5753
5754 \end_inset
5755 </cell>
5756 <cell alignment="center" valignment="top" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Plain Layout
5760 \begin_inset Formula $\rangle$
5761 \end_inset
5762
5763
5764 \end_layout
5765
5766 \end_inset
5767 </cell>
5768 </row>
5769 <row>
5770 <cell alignment="center" valignment="top" usebox="none">
5771 \begin_inset Text
5772
5773 \begin_layout Plain Layout
5774
5775 \backslash
5776 rceil
5777 \end_layout
5778
5779 \end_inset
5780 </cell>
5781 <cell alignment="center" valignment="top" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Plain Layout
5785 \begin_inset Formula $\rceil$
5786 \end_inset
5787
5788
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 </row>
5794 <row>
5795 <cell alignment="center" valignment="top" usebox="none">
5796 \begin_inset Text
5797
5798 \begin_layout Plain Layout
5799
5800 \backslash
5801 rfloor
5802 \end_layout
5803
5804 \end_inset
5805 </cell>
5806 <cell alignment="center" valignment="top" usebox="none">
5807 \begin_inset Text
5808
5809 \begin_layout Plain Layout
5810 \begin_inset Formula $\rfloor$
5811 \end_inset
5812
5813
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 </row>
5819 <row>
5820 <cell alignment="center" valignment="top" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Plain Layout
5824
5825 \backslash
5826
5827 \backslash
5828
5829 \end_layout
5830
5831 \end_inset
5832 </cell>
5833 <cell alignment="center" valignment="top" usebox="none">
5834 \begin_inset Text
5835
5836 \begin_layout Plain Layout
5837 \begin_inset Formula $\backslash$
5838 \end_inset
5839
5840
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 </row>
5846 <row>
5847 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851
5852 \backslash
5853 |
5854 \end_layout
5855
5856 \end_inset
5857 </cell>
5858 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5859 \begin_inset Text
5860
5861 \begin_layout Plain Layout
5862 \begin_inset Formula $\|$
5863 \end_inset
5864
5865
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 </row>
5871 </lyxtabular>
5872
5873 \end_inset
5874
5875
5876 \begin_inset space \hfill{}
5877 \end_inset
5878
5879
5880 \end_layout
5881
5882 \begin_layout Standard
5883
5884 \series medium
5885 \begin_inset Note Greyedout
5886 status open
5887
5888 \begin_layout Plain Layout
5889
5890 \series bold
5891 Note:
5892 \series default
5893  In \SpecialChar TeX
5894  mode the command 
5895 \series bold
5896
5897 \backslash
5898 textbackslash
5899 \series default
5900
5901 \begin_inset Index idx
5902 status collapsed
5903
5904 \begin_layout Plain Layout
5905 Commands ! T ! 
5906 \backslash
5907 textbackslash
5908 \end_layout
5909
5910 \end_inset
5911
5912  must be used for the backslash, because the command 
5913 \series bold
5914
5915 \backslash
5916
5917 \backslash
5918
5919 \series default
5920  produces a line break there.
5921 \end_layout
5922
5923 \end_inset
5924
5925
5926 \end_layout
5927
5928 \begin_layout Standard
5929 For all characters listed above the size can be adjusted with the commands
5930  described in the following two subsections.
5931  When using these commands, the characters < and > can directly be used
5932  instead of the commands 
5933 \series bold
5934
5935 \backslash
5936 langle
5937 \series default
5938  and 
5939 \series bold
5940
5941 \backslash
5942 rangle
5943 \series default
5944 .
5945 \end_layout
5946
5947 \begin_layout Subsubsection
5948 Manual Bracket Size
5949 \begin_inset CommandInset label
5950 LatexCommand label
5951 name "subsec:Manual-Bracket-Size"
5952
5953 \end_inset
5954
5955
5956 \begin_inset Index idx
5957 status collapsed
5958
5959 \begin_layout Plain Layout
5960 Bracket size ! manual
5961 \end_layout
5962
5963 \end_inset
5964
5965
5966 \end_layout
5967
5968 \begin_layout Standard
5969 The bracket size can be specified manually by the \SpecialChar LaTeX
5970 -commands 
5971 \series bold
5972
5973 \backslash
5974 big
5975 \series default
5976
5977 \begin_inset Index idx
5978 status collapsed
5979
5980 \begin_layout Plain Layout
5981 Commands ! B ! 
5982 \backslash
5983 big
5984 \end_layout
5985
5986 \end_inset
5987
5988
5989 \series bold
5990
5991 \backslash
5992 Big
5993 \series default
5994
5995 \series bold
5996
5997 \backslash
5998 bigg
5999 \series default
6000  and 
6001 \series bold
6002
6003 \backslash
6004 Bigg
6005 \series default
6006 .
6007  
6008 \series bold
6009
6010 \backslash
6011 big
6012 \series default
6013  denotes the smallest and 
6014 \series bold
6015
6016 \backslash
6017 Bigg
6018 \series default
6019  the largest bracket size.
6020 \end_layout
6021
6022 \begin_layout Standard
6023 These commands are used to emphasize levels of brackets:
6024 \begin_inset Separator parbreak
6025 \end_inset
6026
6027
6028 \end_layout
6029
6030 \begin_layout Standard
6031 \align center
6032 \begin_inset Tabular
6033 <lyxtabular version="3" rows="2" columns="2">
6034 <features booktabs="true" tabularvalignment="middle">
6035 <column alignment="center" valignment="top" width="0pt">
6036 <column alignment="center" valignment="top" width="0pt">
6037 <row>
6038 <cell alignment="center" valignment="top" usebox="none">
6039 \begin_inset Text
6040
6041 \begin_layout Plain Layout
6042 all brackets in the same size:
6043 \end_layout
6044
6045 \end_inset
6046 </cell>
6047 <cell alignment="center" valignment="top" usebox="none">
6048 \begin_inset Text
6049
6050 \begin_layout Plain Layout
6051 \begin_inset Formula $((A+B)(A-B))^{C}$
6052 \end_inset
6053
6054
6055 \end_layout
6056
6057 \end_inset
6058 </cell>
6059 </row>
6060 <row topspace="2mm">
6061 <cell alignment="center" valignment="top" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Plain Layout
6065 this looks better:
6066 \end_layout
6067
6068 \end_inset
6069 </cell>
6070 <cell alignment="center" valignment="top" usebox="none">
6071 \begin_inset Text
6072
6073 \begin_layout Plain Layout
6074 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6075 \end_inset
6076
6077
6078 \end_layout
6079
6080 \end_inset
6081 </cell>
6082 </row>
6083 </lyxtabular>
6084
6085 \end_inset
6086
6087
6088 \end_layout
6089
6090 \begin_layout Standard
6091 For the second formula the command 
6092 \series bold
6093
6094 \backslash
6095 Big((A+B)(A-B)
6096 \backslash
6097 Big)^
6098 \begin_inset space \textvisiblespace{}
6099 \end_inset
6100
6101 C
6102 \series default
6103  has been used.
6104 \end_layout
6105
6106 \begin_layout Standard
6107 Here is an overview about all bracket sizes:
6108 \begin_inset Separator parbreak
6109 \end_inset
6110
6111
6112 \end_layout
6113
6114 \begin_layout Standard
6115 \align center
6116
6117 \backslash
6118 Bigg(
6119 \backslash
6120 exp
6121 \backslash
6122 bigg<
6123 \backslash
6124 Big[
6125 \backslash
6126 big{
6127 \backslash
6128 ln(3x)
6129 \backslash
6130 big}^2
6131 \begin_inset space \textvisiblespace{}
6132 \end_inset
6133
6134
6135 \backslash
6136 sin(x)
6137 \backslash
6138 Big]^
6139 \begin_inset space \textvisiblespace{}
6140 \end_inset
6141
6142 A
6143 \begin_inset space \textvisiblespace{}
6144 \end_inset
6145
6146
6147 \backslash
6148 bigg>
6149 \backslash
6150 Bigg)^0,5
6151 \end_layout
6152
6153 \begin_layout Standard
6154 \align center
6155 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6156 \end_inset
6157
6158
6159 \end_layout
6160
6161 \begin_layout Standard
6162 Besides the 
6163 \series bold
6164
6165 \backslash
6166 big
6167 \series default
6168 -commands there is the variant 
6169 \series bold
6170
6171 \backslash
6172 bigm
6173 \series default
6174
6175 \begin_inset Index idx
6176 status collapsed
6177
6178 \begin_layout Plain Layout
6179 Commands ! B ! 
6180 \backslash
6181 bigm
6182 \end_layout
6183
6184 \end_inset
6185
6186  that adds a bit more space between the bracket and its content, and the
6187  variant 
6188 \series bold
6189
6190 \backslash
6191 bigl
6192 \series default
6193 -
6194 \series bold
6195
6196 \backslash
6197 bigr
6198 \series default
6199
6200 \begin_inset Index idx
6201 status collapsed
6202
6203 \begin_layout Plain Layout
6204 Commands ! B ! 
6205 \backslash
6206 bigl - 
6207 \backslash
6208 bigr
6209 \end_layout
6210
6211 \end_inset
6212
6213 , that don't add additional space.
6214  The 
6215 \emph on
6216 l
6217 \emph default
6218  at the end of the command 
6219 \series bold
6220
6221 \backslash
6222 bigl
6223 \series default
6224  is for a left bracket; for a right bracket this will be replaced by an
6225  
6226 \emph on
6227 r
6228 \emph default
6229 .
6230  A left or right bracket can each be an opening or closing bracket.
6231 \end_layout
6232
6233 \begin_layout Standard
6234 In the following table is a comparison of the variants:
6235 \begin_inset Separator parbreak
6236 \end_inset
6237
6238
6239 \end_layout
6240
6241 \begin_layout Standard
6242 \align center
6243 \begin_inset Tabular
6244 <lyxtabular version="3" rows="5" columns="2">
6245 <features booktabs="true" tabularvalignment="middle">
6246 <column alignment="center" valignment="top" width="0pt">
6247 <column alignment="center" valignment="middle">
6248 <row>
6249 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Plain Layout
6253 Command
6254 \end_layout
6255
6256 \end_inset
6257 </cell>
6258 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Plain Layout
6262 Result
6263 \end_layout
6264
6265 \end_inset
6266 </cell>
6267 </row>
6268 <row topspace="2mm">
6269 <cell alignment="center" valignment="top" usebox="none">
6270 \begin_inset Text
6271
6272 \begin_layout Plain Layout
6273
6274 \backslash
6275 Bigm(
6276 \backslash
6277 bigm(
6278 \backslash
6279 ln(3x)
6280 \backslash
6281 bigm)^2
6282 \begin_inset space \textvisiblespace{}
6283 \end_inset
6284
6285
6286 \backslash
6287 Bigm)
6288 \end_layout
6289
6290 \end_inset
6291 </cell>
6292 <cell alignment="center" valignment="top" usebox="none">
6293 \begin_inset Text
6294
6295 \begin_layout Plain Layout
6296 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
6297 \end_inset
6298
6299
6300 \end_layout
6301
6302 \end_inset
6303 </cell>
6304 </row>
6305 <row topspace="2mm">
6306 <cell alignment="center" valignment="top" usebox="none">
6307 \begin_inset Text
6308
6309 \begin_layout Plain Layout
6310
6311 \backslash
6312 Big(
6313 \backslash
6314 big(
6315 \backslash
6316 ln(3x)
6317 \backslash
6318 big)^2
6319 \begin_inset space \textvisiblespace{}
6320 \end_inset
6321
6322
6323 \backslash
6324 Big)
6325 \end_layout
6326
6327 \end_inset
6328 </cell>
6329 <cell alignment="center" valignment="top" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
6334 \end_inset
6335
6336
6337 \end_layout
6338
6339 \end_inset
6340 </cell>
6341 </row>
6342 <row topspace="2mm" bottomspace="0.5mm">
6343 <cell alignment="center" valignment="top" usebox="none">
6344 \begin_inset Text
6345
6346 \begin_layout Plain Layout
6347
6348 \backslash
6349 Bigl(
6350 \backslash
6351 bigl(
6352 \backslash
6353 ln(3x)
6354 \backslash
6355 bigr)^2
6356 \begin_inset space \textvisiblespace{}
6357 \end_inset
6358
6359
6360 \backslash
6361 Bigr)
6362 \end_layout
6363
6364 \end_inset
6365 </cell>
6366 <cell alignment="center" valignment="top" usebox="none">
6367 \begin_inset Text
6368
6369 \begin_layout Plain Layout
6370 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
6371 \end_inset
6372
6373
6374 \end_layout
6375
6376 \end_inset
6377 </cell>
6378 </row>
6379 <row topspace="1.5mm" bottomspace="0.5mm">
6380 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6381 \begin_inset Text
6382
6383 \begin_layout Plain Layout
6384
6385 \backslash
6386 bigl)
6387 \backslash
6388 ln(3x)
6389 \backslash
6390 bigr(
6391 \end_layout
6392
6393 \end_inset
6394 </cell>
6395 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6396 \begin_inset Text
6397
6398 \begin_layout Plain Layout
6399 \begin_inset Formula $\bigl)\ln(3x)\bigr($
6400 \end_inset
6401
6402
6403 \end_layout
6404
6405 \end_inset
6406 </cell>
6407 </row>
6408 </lyxtabular>
6409
6410 \end_inset
6411
6412
6413 \end_layout
6414
6415 \begin_layout Subsubsection
6416 Automatic Bracket Size
6417 \begin_inset CommandInset label
6418 LatexCommand label
6419 name "subsec:Automatic-Bracket-Size"
6420
6421 \end_inset
6422
6423
6424 \begin_inset Index idx
6425 status collapsed
6426
6427 \begin_layout Plain Layout
6428 Bracket size ! automatic
6429 \end_layout
6430
6431 \end_inset
6432
6433
6434 \end_layout
6435
6436 \begin_layout Standard
6437 Brackets with variable size can be inserted with the commands 
6438 \series bold
6439
6440 \backslash
6441 left
6442 \series default
6443
6444 \begin_inset Index idx
6445 status collapsed
6446
6447 \begin_layout Plain Layout
6448 Commands ! L ! 
6449 \backslash
6450 left
6451 \end_layout
6452
6453 \end_inset
6454
6455  and 
6456 \series bold
6457
6458 \backslash
6459 right
6460 \series default
6461
6462 \begin_inset Index idx
6463 status collapsed
6464
6465 \begin_layout Plain Layout
6466 Commands ! R ! 
6467 \backslash
6468 right
6469 \end_layout
6470
6471 \end_inset
6472
6473  or via the math toolbar button 
6474 \begin_inset Info
6475 type  "icon"
6476 arg   "dialog-show mathdelimiter"
6477 \end_inset
6478
6479 .
6480  Directly behind 
6481 \series bold
6482
6483 \backslash
6484 left
6485 \series default
6486  and 
6487 \series bold
6488
6489 \backslash
6490 right
6491 \series default
6492  the wanted bracket must be inserted.
6493  The bracket size will then automatically be calculated for the output.
6494 \begin_inset Separator parbreak
6495 \end_inset
6496
6497
6498 \end_layout
6499
6500 \begin_layout Standard
6501 \align center
6502 normal bracket: The command 
6503 \series bold
6504
6505 \backslash
6506 ln(
6507 \backslash
6508 frac
6509 \begin_inset space \textvisiblespace{}
6510 \end_inset
6511
6512 A
6513 \begin_inset Formula $\downarrow$
6514 \end_inset
6515
6516 C
6517 \begin_inset space \textvisiblespace{}
6518 \end_inset
6519
6520 )
6521 \series default
6522  creates
6523 \begin_inset Formula 
6524 \[
6525 \ln(\frac{A}{C})
6526 \]
6527
6528 \end_inset
6529
6530
6531 \end_layout
6532
6533 \begin_layout Standard
6534 \align center
6535 multiline bracket: The command 
6536 \series bold
6537
6538 \backslash
6539 ln
6540 \backslash
6541 left(
6542 \backslash
6543 frac
6544 \begin_inset space \textvisiblespace{}
6545 \end_inset
6546
6547 A
6548 \begin_inset Formula $\downarrow$
6549 \end_inset
6550
6551 C
6552 \begin_inset space \textvisiblespace{}
6553 \end_inset
6554
6555
6556 \backslash
6557 right)
6558 \series default
6559  creates
6560 \begin_inset Formula 
6561 \[
6562 \ln\left(\frac{A}{C}\right)
6563 \]
6564
6565 \end_inset
6566
6567
6568 \end_layout
6569
6570 \begin_layout Standard
6571 Instead of 
6572 \series bold
6573
6574 \backslash
6575 left
6576 \series default
6577  and 
6578 \series bold
6579
6580 \backslash
6581 right
6582 \series default
6583  the shortcut 
6584 \family sans
6585 Alt+M
6586 \begin_inset space ~
6587 \end_inset
6588
6589 Bracket
6590 \family default
6591  can be used.
6592  This has the advantage that you can see in \SpecialChar LyX
6593  immediately the real bracket
6594  size and that the matching right bracket will be created too.
6595 \begin_inset Newline newline
6596 \end_inset
6597
6598 The command for the last example would then be: 
6599 \series bold
6600
6601 \backslash
6602 ln Alt+M
6603 \series default
6604  
6605 \series bold
6606 (
6607 \backslash
6608 frac
6609 \begin_inset space \textvisiblespace{}
6610 \end_inset
6611
6612 A
6613 \begin_inset Formula $\downarrow$
6614 \end_inset
6615
6616 C
6617 \end_layout
6618
6619 \begin_layout Standard
6620 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6621  For example the command 
6622 \series bold
6623
6624 \backslash
6625 left.
6626 \backslash
6627 frac
6628 \begin_inset space \textvisiblespace{}
6629 \end_inset
6630
6631 A
6632 \begin_inset Formula $\downarrow$
6633 \end_inset
6634
6635 B
6636 \begin_inset space \textvisiblespace{}
6637 \end_inset
6638
6639
6640 \backslash
6641 right}
6642 \series default
6643  creates:
6644 \series bold
6645
6646 \begin_inset Formula 
6647 \[
6648 \left.\frac{A}{B}\right\} 
6649 \]
6650
6651 \end_inset
6652
6653
6654 \series default
6655 The commands 
6656 \series bold
6657
6658 \backslash
6659 left
6660 \series default
6661  and 
6662 \series bold
6663
6664 \backslash
6665 right
6666 \series default
6667  will be converted by \SpecialChar LyX
6668  to brackets in the right size when the document is
6669  reloaded and an omitted bracket will appear as dashed line.
6670 \end_layout
6671
6672 \begin_layout Standard
6673 \begin_inset VSpace bigskip
6674 \end_inset
6675
6676 Because all popular \SpecialChar LaTeX
6677  distributions use e\SpecialChar TeX
6678 , an extension to \SpecialChar LaTeX
6679 , the command
6680  
6681 \series bold
6682
6683 \backslash
6684 middle
6685 \series default
6686
6687 \begin_inset Index idx
6688 status collapsed
6689
6690 \begin_layout Plain Layout
6691 Commands ! M ! 
6692 \backslash
6693 middle
6694 \end_layout
6695
6696 \end_inset
6697
6698  is additionally available for all brackets and limits.
6699  With this command the height of the following character is adapted to the
6700  one of the surrounding brackets, what is e.
6701 \begin_inset space \thinspace{}
6702 \end_inset
6703
6704 g.
6705 \begin_inset space \space{}
6706 \end_inset
6707
6708 needed for physical vectors:
6709 \begin_inset Formula 
6710 \[
6711 \left\langle \phi\:\middle|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6712 \]
6713
6714 \end_inset
6715
6716 For physical vectors there is a special \SpecialChar LaTeX
6717 -package, described in 
6718 \begin_inset CommandInset ref
6719 LatexCommand ref
6720 reference "subsec:Physical-Vectors"
6721
6722 \end_inset
6723
6724 .
6725 \end_layout
6726
6727 \begin_layout Subsection
6728 Horizontal Brackets
6729 \begin_inset Index idx
6730 status collapsed
6731
6732 \begin_layout Plain Layout
6733 Brackets ! horizontal
6734 \end_layout
6735
6736 \end_inset
6737
6738
6739 \end_layout
6740
6741 \begin_layout Standard
6742 \align center
6743 \begin_inset Tabular
6744 <lyxtabular version="3" rows="4" columns="2">
6745 <features booktabs="true" tabularvalignment="middle">
6746 <column alignment="center" valignment="top" width="0pt">
6747 <column alignment="center" valignment="top" width="0pt">
6748 <row>
6749 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6750 \begin_inset Text
6751
6752 \begin_layout Plain Layout
6753 Command
6754 \end_layout
6755
6756 \end_inset
6757 </cell>
6758 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6759 \begin_inset Text
6760
6761 \begin_layout Plain Layout
6762 Result
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 </row>
6768 <row>
6769 <cell alignment="center" valignment="top" usebox="none">
6770 \begin_inset Text
6771
6772 \begin_layout Plain Layout
6773
6774 \backslash
6775 overbrace
6776 \begin_inset space \textvisiblespace{}
6777 \end_inset
6778
6779 A+B
6780 \begin_inset space \textvisiblespace{}
6781 \end_inset
6782
6783 ^3
6784 \begin_inset Index idx
6785 status collapsed
6786
6787 \begin_layout Plain Layout
6788 Commands ! O ! 
6789 \backslash
6790 overbrace
6791 \end_layout
6792
6793 \end_inset
6794
6795
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 <cell alignment="center" valignment="top" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Plain Layout
6804 \begin_inset Formula $\overbrace{A+B}^{3}$
6805 \end_inset
6806
6807
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 </row>
6813 <row topspace="2mm">
6814 <cell alignment="center" valignment="top" usebox="none">
6815 \begin_inset Text
6816
6817 \begin_layout Plain Layout
6818
6819 \backslash
6820 underbrace
6821 \begin_inset space \textvisiblespace{}
6822 \end_inset
6823
6824 A+B
6825 \begin_inset space \textvisiblespace{}
6826 \end_inset
6827
6828 _5
6829 \begin_inset Index idx
6830 status collapsed
6831
6832 \begin_layout Plain Layout
6833 Commands ! U ! 
6834 \backslash
6835 underbrace
6836 \end_layout
6837
6838 \end_inset
6839
6840
6841 \end_layout
6842
6843 \end_inset
6844 </cell>
6845 <cell alignment="center" valignment="top" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Plain Layout
6849 \begin_inset Formula $\underbrace{A+B}_{5}$
6850 \end_inset
6851
6852
6853 \end_layout
6854
6855 \end_inset
6856 </cell>
6857 </row>
6858 <row>
6859 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6860 \begin_inset Text
6861
6862 \begin_layout Plain Layout
6863
6864 \backslash
6865 overbrace
6866 \begin_inset space \textvisiblespace{}
6867 \end_inset
6868
6869
6870 \backslash
6871 underbrace
6872 \begin_inset space \textvisiblespace{}
6873 \end_inset
6874
6875 A+B_w
6876 \begin_inset space \textvisiblespace{}
6877 \end_inset
6878
6879
6880 \begin_inset space \textvisiblespace{}
6881 \end_inset
6882
6883 _7
6884 \begin_inset space \textvisiblespace{}
6885 \end_inset
6886
6887
6888 \begin_inset space \textvisiblespace{}
6889 \end_inset
6890
6891 ^
6892 \begin_inset space \textvisiblespace{}
6893 \end_inset
6894
6895 C
6896 \end_layout
6897
6898 \end_inset
6899 </cell>
6900 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6901 \begin_inset Text
6902
6903 \begin_layout Plain Layout
6904 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
6905 \end_inset
6906
6907
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 </row>
6913 </lyxtabular>
6914
6915 \end_inset
6916
6917
6918 \end_layout
6919
6920 \begin_layout Standard
6921 In the last example it doesn't matter if 
6922 \series bold
6923
6924 \backslash
6925 overbrace
6926 \series default
6927  or 
6928 \series bold
6929
6930 \backslash
6931 underbrace
6932 \series default
6933  is inserted at first.
6934 \end_layout
6935
6936 \begin_layout Standard
6937 \begin_inset VSpace medskip
6938 \end_inset
6939
6940
6941 \end_layout
6942
6943 \begin_layout Standard
6944 If you set in the document settings under 
6945 \family sans
6946 Math
6947 \begin_inset space ~
6948 \end_inset
6949
6950 Options
6951 \family default
6952  for the package 
6953 \series bold
6954 mathtools
6955 \series default
6956
6957 \begin_inset Index idx
6958 status collapsed
6959
6960 \begin_layout Plain Layout
6961 Packages ! mathtools
6962 \end_layout
6963
6964 \end_inset
6965
6966  the option 
6967 \family sans
6968 Load
6969 \begin_inset space ~
6970 \end_inset
6971
6972 always
6973 \family default
6974 , you have access to square backets:
6975 \begin_inset Separator parbreak
6976 \end_inset
6977
6978
6979 \end_layout
6980
6981 \begin_layout Standard
6982 \align center
6983 \begin_inset Tabular
6984 <lyxtabular version="3" rows="4" columns="2">
6985 <features booktabs="true" tabularvalignment="middle">
6986 <column alignment="center" valignment="top" width="0pt">
6987 <column alignment="center" valignment="top" width="0pt">
6988 <row>
6989 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6990 \begin_inset Text
6991
6992 \begin_layout Plain Layout
6993 Command
6994 \end_layout
6995
6996 \end_inset
6997 </cell>
6998 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002 Result
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 </row>
7008 <row>
7009 <cell alignment="center" valignment="top" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013
7014 \backslash
7015
7016 \family roman
7017 \series medium
7018 \shape up
7019 \size normal
7020 \emph off
7021 \bar no
7022 \strikeout off
7023 \uuline off
7024 \uwave off
7025 \noun off
7026 \color none
7027 overbracket
7028 \family default
7029 \series default
7030 \shape default
7031 \size default
7032 \emph default
7033 \bar default
7034 \strikeout default
7035 \uuline default
7036 \uwave default
7037 \noun default
7038 \color inherit
7039 {A+B
7040 \begin_inset space \textvisiblespace{}
7041 \end_inset
7042
7043 ^3
7044 \begin_inset Index idx
7045 status collapsed
7046
7047 \begin_layout Plain Layout
7048 Commands ! O ! 
7049 \backslash
7050 overbracket
7051 \end_layout
7052
7053 \end_inset
7054
7055
7056 \end_layout
7057
7058 \end_inset
7059 </cell>
7060 <cell alignment="center" valignment="top" usebox="none">
7061 \begin_inset Text
7062
7063 \begin_layout Plain Layout
7064 \begin_inset Formula $\overbracket{A+B}^{3}$
7065 \end_inset
7066
7067
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 </row>
7073 <row topspace="2mm">
7074 <cell alignment="center" valignment="top" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Plain Layout
7078
7079 \backslash
7080 under
7081 \family roman
7082 \series medium
7083 \shape up
7084 \size normal
7085 \emph off
7086 \bar no
7087 \strikeout off
7088 \uuline off
7089 \uwave off
7090 \noun off
7091 \color none
7092 bracket
7093 \family default
7094 \series default
7095 \shape default
7096 \size default
7097 \emph default
7098 \bar default
7099 \strikeout default
7100 \uuline default
7101 \uwave default
7102 \noun default
7103 \color inherit
7104 {A+B
7105 \begin_inset space \textvisiblespace{}
7106 \end_inset
7107
7108 _5
7109 \begin_inset Index idx
7110 status collapsed
7111
7112 \begin_layout Plain Layout
7113 Commands ! U ! 
7114 \backslash
7115 under
7116 \family roman
7117 \series medium
7118 \shape up
7119 \size normal
7120 \emph off
7121 \bar no
7122 \strikeout off
7123 \uuline off
7124 \uwave off
7125 \noun off
7126 \color none
7127 bracket
7128 \end_layout
7129
7130 \end_inset
7131
7132
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 <cell alignment="center" valignment="top" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Plain Layout
7141 \begin_inset Formula $\underbracket{A+B}_{5}$
7142 \end_inset
7143
7144
7145 \end_layout
7146
7147 \end_inset
7148 </cell>
7149 </row>
7150 <row>
7151 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7152 \begin_inset Text
7153
7154 \begin_layout Plain Layout
7155
7156 \backslash
7157 overbracket{
7158 \backslash
7159 underbracket{A+B_w
7160 \begin_inset space \textvisiblespace{}
7161 \end_inset
7162
7163
7164 \begin_inset space \textvisiblespace{}
7165 \end_inset
7166
7167 _7
7168 \begin_inset space \textvisiblespace{}
7169 \end_inset
7170
7171
7172 \begin_inset space \textvisiblespace{}
7173 \end_inset
7174
7175 ^
7176 \begin_inset space \textvisiblespace{}
7177 \end_inset
7178
7179 C
7180 \end_layout
7181
7182 \end_inset
7183 </cell>
7184 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7189 \end_inset
7190
7191
7192 \end_layout
7193
7194 \end_inset
7195 </cell>
7196 </row>
7197 </lyxtabular>
7198
7199 \end_inset
7200
7201
7202 \end_layout
7203
7204 \begin_layout Standard
7205 For 
7206 \series bold
7207
7208 \backslash
7209 overbracket
7210 \series default
7211  and 
7212 \series bold
7213
7214 \backslash
7215 underbracket
7216 \series default
7217  you can change the thickness of the bracket's stroke by specifying the
7218  desired thickness in square brackets behind the command:
7219 \begin_inset Separator parbreak
7220 \end_inset
7221
7222
7223 \end_layout
7224
7225 \begin_layout Standard
7226 \align center
7227 \begin_inset Tabular
7228 <lyxtabular version="3" rows="3" columns="2">
7229 <features booktabs="true" tabularvalignment="middle">
7230 <column alignment="center" valignment="top" width="0pt">
7231 <column alignment="center" valignment="top" width="0pt">
7232 <row>
7233 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7234 \begin_inset Text
7235
7236 \begin_layout Plain Layout
7237 Command
7238 \end_layout
7239
7240 \end_inset
7241 </cell>
7242 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7243 \begin_inset Text
7244
7245 \begin_layout Plain Layout
7246 Result
7247 \end_layout
7248
7249 \end_inset
7250 </cell>
7251 </row>
7252 <row>
7253 <cell alignment="center" valignment="top" usebox="none">
7254 \begin_inset Text
7255
7256 \begin_layout Plain Layout
7257
7258 \backslash
7259
7260 \family roman
7261 \series medium
7262 \shape up
7263 \size normal
7264 \emph off
7265 \bar no
7266 \strikeout off
7267 \uuline off
7268 \uwave off
7269 \noun off
7270 \color none
7271 overbracket
7272 \family default
7273 \series default
7274 \shape default
7275 \size default
7276 \emph default
7277 \bar default
7278 \strikeout default
7279 \uuline default
7280 \uwave default
7281 \noun default
7282 \color inherit
7283 [3pt]
7284 \backslash
7285 {A+B
7286 \begin_inset space \textvisiblespace{}
7287 \end_inset
7288
7289 ^3
7290 \end_layout
7291
7292 \end_inset
7293 </cell>
7294 <cell alignment="center" valignment="top" usebox="none">
7295 \begin_inset Text
7296
7297 \begin_layout Plain Layout
7298 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7299 \end_inset
7300
7301
7302 \end_layout
7303
7304 \end_inset
7305 </cell>
7306 </row>
7307 <row topspace="2mm">
7308 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7309 \begin_inset Text
7310
7311 \begin_layout Plain Layout
7312
7313 \backslash
7314 under
7315 \family roman
7316 \series medium
7317 \shape up
7318 \size normal
7319 \emph off
7320 \bar no
7321 \strikeout off
7322 \uuline off
7323 \uwave off
7324 \noun off
7325 \color none
7326 bracket
7327 \family default
7328 \series default
7329 \shape default
7330 \size default
7331 \emph default
7332 \bar default
7333 \strikeout default
7334 \uuline default
7335 \uwave default
7336 \noun default
7337 \color inherit
7338 [1pt]
7339 \backslash
7340 {A+B
7341 \begin_inset space \textvisiblespace{}
7342 \end_inset
7343
7344 _5
7345 \end_layout
7346
7347 \end_inset
7348 </cell>
7349 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7350 \begin_inset Text
7351
7352 \begin_layout Plain Layout
7353 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7354 \end_inset
7355
7356
7357 \end_layout
7358
7359 \end_inset
7360 </cell>
7361 </row>
7362 </lyxtabular>
7363
7364 \end_inset
7365
7366
7367 \end_layout
7368
7369 \begin_layout Standard
7370 \begin_inset VSpace bigskip
7371 \end_inset
7372
7373 When brackets should overlap each other, multiline formulas, as described
7374  in 
7375 \begin_inset CommandInset ref
7376 LatexCommand ref
7377 reference "sec:Multiline-Formulas"
7378
7379 \end_inset
7380
7381 , must be used:
7382 \begin_inset Formula 
7383 \begin{eqnarray*}
7384 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7385  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7386 \end{eqnarray*}
7387
7388 \end_inset
7389
7390 In the first row the formula is inserted together with the first brace.
7391  It is hereby important that the space command
7392 \begin_inset Foot
7393 status collapsed
7394
7395 \begin_layout Plain Layout
7396 Space commands are explained in 
7397 \begin_inset CommandInset ref
7398 LatexCommand ref
7399 reference "subsec:Predefined-Space"
7400
7401 \end_inset
7402
7403 .
7404 \end_layout
7405
7406 \end_inset
7407
7408  
7409 \series bold
7410
7411 \backslash
7412 :
7413 \series default
7414  is inserted before the first 
7415 \begin_inset Formula $d$
7416 \end_inset
7417
7418 , because the brace that ends behind the 
7419 \begin_inset Formula $q$
7420 \end_inset
7421
7422  prevents that the following 
7423 \begin_inset Quotes eld
7424 \end_inset
7425
7426 +
7427 \begin_inset Quotes erd
7428 \end_inset
7429
7430  is surrounded by space.
7431 \begin_inset Foot
7432 status collapsed
7433
7434 \begin_layout Plain Layout
7435 because a bracket is not handled as a character, see 
7436 \begin_inset CommandInset ref
7437 LatexCommand ref
7438 reference "subsec:Binary-Operators"
7439
7440 \end_inset
7441
7442
7443 \end_layout
7444
7445 \end_inset
7446
7447  In the second row the second brace is inserted.
7448  As it should begin before the 
7449 \begin_inset Formula $b$
7450 \end_inset
7451
7452 , first the command 
7453 \series bold
7454
7455 \backslash
7456 hphantom{gggg+
7457 \backslash
7458 :}
7459 \series default
7460  is inserted.
7461 \begin_inset Foot
7462 status collapsed
7463
7464 \begin_layout Plain Layout
7465 more about 
7466 \series bold
7467
7468 \backslash
7469 hphantom
7470 \series default
7471  see 
7472 \begin_inset CommandInset ref
7473 LatexCommand ref
7474 reference "subsec:Placeholders"
7475
7476 \end_inset
7477
7478
7479 \end_layout
7480
7481 \end_inset
7482
7483  This space is needed because the 
7484 \begin_inset Quotes eld
7485 \end_inset
7486
7487 +
7488 \begin_inset Quotes erd
7489 \end_inset
7490
7491  is also surrounded by space in the formula.
7492  The brace is placed under the command 
7493 \series bold
7494
7495 \backslash
7496 hphantom{bbqq+dddd}
7497 \series default
7498 .
7499 \end_layout
7500
7501 \begin_layout Standard
7502 It gets more complicated when brackets overlap each other above and under
7503  the formula, like in the following example:
7504 \begin_inset ERT
7505 status collapsed
7506
7507 \begin_layout Plain Layout
7508
7509
7510 \backslash
7511 setlength{
7512 \backslash
7513 jot}{-6pt}
7514 \end_layout
7515
7516 \end_inset
7517
7518
7519 \begin_inset Formula 
7520 \begin{eqnarray*}
7521  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7522 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7523 \end{eqnarray*}
7524
7525 \end_inset
7526
7527
7528 \begin_inset ERT
7529 status collapsed
7530
7531 \begin_layout Plain Layout
7532
7533
7534 \backslash
7535 setlength{
7536 \backslash
7537 jot}{3pt}
7538 \end_layout
7539
7540 \end_inset
7541
7542 The first formula row is the same as the second row of the previous example,
7543  with the difference that the brace is above.
7544  The second row contains the formula together with the second brace.
7545  To avoid that there is space between the upper brace in the first row and
7546  the formula, the row spacing needs to be reduced.
7547  This is not easily possible due to a bug in \SpecialChar LyX
7548 .
7549 \begin_inset Foot
7550 status collapsed
7551
7552 \begin_layout Plain Layout
7553 \begin_inset CommandInset href
7554 LatexCommand href
7555 name "LyX-bug #1505"
7556 target "http://www.lyx.org/trac/ticket/1505"
7557
7558 \end_inset
7559
7560
7561 \end_layout
7562
7563 \end_inset
7564
7565  As a solution for the problem, the global formula row separation 
7566 \series bold
7567
7568 \backslash
7569 jot
7570 \series default
7571
7572 \begin_inset Index idx
7573 status collapsed
7574
7575 \begin_layout Plain Layout
7576 Commands ! J ! 
7577 \backslash
7578 jot
7579 \end_layout
7580
7581 \end_inset
7582
7583  must be changed to -6
7584 \begin_inset space \thinspace{}
7585 \end_inset
7586
7587 pt before the formula with the command 
7588 \series bold
7589
7590 \backslash
7591 setlength{
7592 \backslash
7593 jot}{-6pt}
7594 \series default
7595  in \SpecialChar TeX
7596  mode.
7597  
7598 \series bold
7599
7600 \backslash
7601 jot
7602 \series default
7603  is set back after the formula to the standard value of 3
7604 \begin_inset space \thinspace{}
7605 \end_inset
7606
7607 pt using the same command.
7608  More about the row separation in formulas is explained in 
7609 \begin_inset CommandInset ref
7610 LatexCommand ref
7611 reference "subsec:Line-Separation"
7612
7613 \end_inset
7614
7615 .
7616 \end_layout
7617
7618 \begin_layout Section
7619 Arrows
7620 \begin_inset Index idx
7621 status collapsed
7622
7623 \begin_layout Plain Layout
7624 Arrows
7625 \end_layout
7626
7627 \end_inset
7628
7629
7630 \end_layout
7631
7632 \begin_layout Standard
7633 Arrows can be inserted via the math toolbar button 
7634 \begin_inset Info
7635 type  "icon"
7636 arg   "math-insert \\leftarrow"
7637 \end_inset
7638
7639  or the commands listed in the following subsections.
7640 \end_layout
7641
7642 \begin_layout Subsection
7643 Horizontal Arrows
7644 \begin_inset Index idx
7645 status collapsed
7646
7647 \begin_layout Plain Layout
7648 Arrows ! horizontal
7649 \end_layout
7650
7651 \end_inset
7652
7653
7654 \end_layout
7655
7656 \begin_layout Standard
7657 \begin_inset space \hfill{}
7658 \end_inset
7659
7660
7661 \begin_inset Tabular
7662 <lyxtabular version="3" rows="8" columns="2">
7663 <features booktabs="true" tabularvalignment="middle">
7664 <column alignment="center" valignment="top" width="0pt">
7665 <column alignment="center" valignment="top" width="0pt">
7666 <row>
7667 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7668 \begin_inset Text
7669
7670 \begin_layout Plain Layout
7671 Command
7672 \end_layout
7673
7674 \end_inset
7675 </cell>
7676 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7677 \begin_inset Text
7678
7679 \begin_layout Plain Layout
7680 Result
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 </row>
7686 <row>
7687 <cell alignment="center" valignment="top" usebox="none">
7688 \begin_inset Text
7689
7690 \begin_layout Plain Layout
7691
7692 \backslash
7693 gets
7694 \end_layout
7695
7696 \end_inset
7697 </cell>
7698 <cell alignment="center" valignment="top" usebox="none">
7699 \begin_inset Text
7700
7701 \begin_layout Plain Layout
7702 \begin_inset Formula $\gets$
7703 \end_inset
7704
7705
7706 \end_layout
7707
7708 \end_inset
7709 </cell>
7710 </row>
7711 <row>
7712 <cell alignment="center" valignment="top" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Plain Layout
7716
7717 \backslash
7718 Leftarrow
7719 \end_layout
7720
7721 \end_inset
7722 </cell>
7723 <cell alignment="center" valignment="top" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Plain Layout
7727 \begin_inset Formula $\Leftarrow$
7728 \end_inset
7729
7730
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 </row>
7736 <row>
7737 <cell alignment="center" valignment="top" usebox="none">
7738 \begin_inset Text
7739
7740 \begin_layout Plain Layout
7741
7742 \backslash
7743 longleftarrow
7744 \end_layout
7745
7746 \end_inset
7747 </cell>
7748 <cell alignment="center" valignment="top" usebox="none">
7749 \begin_inset Text
7750
7751 \begin_layout Plain Layout
7752 \begin_inset Formula $\longleftarrow$
7753 \end_inset
7754
7755
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 </row>
7761 <row>
7762 <cell alignment="center" valignment="top" usebox="none">
7763 \begin_inset Text
7764
7765 \begin_layout Plain Layout
7766
7767 \backslash
7768 Longleftarrow
7769 \end_layout
7770
7771 \end_inset
7772 </cell>
7773 <cell alignment="center" valignment="top" usebox="none">
7774 \begin_inset Text
7775
7776 \begin_layout Plain Layout
7777 \begin_inset Formula $\Longleftarrow$
7778 \end_inset
7779
7780
7781 \end_layout
7782
7783 \end_inset
7784 </cell>
7785 </row>
7786 <row>
7787 <cell alignment="center" valignment="top" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Plain Layout
7791
7792 \backslash
7793 leftharpoonup
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 <cell alignment="center" valignment="top" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802 \begin_inset Formula $\leftharpoonup$
7803 \end_inset
7804
7805
7806 \end_layout
7807
7808 \end_inset
7809 </cell>
7810 </row>
7811 <row>
7812 <cell alignment="center" valignment="top" usebox="none">
7813 \begin_inset Text
7814
7815 \begin_layout Plain Layout
7816
7817 \backslash
7818 leftharpoondown
7819 \end_layout
7820
7821 \end_inset
7822 </cell>
7823 <cell alignment="center" valignment="top" usebox="none">
7824 \begin_inset Text
7825
7826 \begin_layout Plain Layout
7827 \begin_inset Formula $\leftharpoondown$
7828 \end_inset
7829
7830
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 </row>
7836 <row>
7837 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Plain Layout
7841
7842 \backslash
7843 hookleftarrow
7844 \end_layout
7845
7846 \end_inset
7847 </cell>
7848 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7849 \begin_inset Text
7850
7851 \begin_layout Plain Layout
7852 \begin_inset Formula $\hookleftarrow$
7853 \end_inset
7854
7855
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 </row>
7861 </lyxtabular>
7862
7863 \end_inset
7864
7865
7866 \begin_inset space \hfill{}
7867 \end_inset
7868
7869
7870 \begin_inset Tabular
7871 <lyxtabular version="3" rows="8" columns="2">
7872 <features booktabs="true" tabularvalignment="middle">
7873 <column alignment="center" valignment="top" width="0pt">
7874 <column alignment="center" valignment="top" width="0pt">
7875 <row>
7876 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7877 \begin_inset Text
7878
7879 \begin_layout Plain Layout
7880 Command
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Plain Layout
7889 Result
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 </row>
7895 <row>
7896 <cell alignment="center" valignment="top" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Plain Layout
7900
7901 \backslash
7902 to
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell alignment="center" valignment="top" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911 \begin_inset Formula $\to$
7912 \end_inset
7913
7914
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 </row>
7920 <row>
7921 <cell alignment="center" valignment="top" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925
7926 \backslash
7927 Rightarrow
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 <cell alignment="center" valignment="top" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936 \begin_inset Formula $\Rightarrow$
7937 \end_inset
7938
7939
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 </row>
7945 <row>
7946 <cell alignment="center" valignment="top" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950
7951 \backslash
7952 longrightarrow
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 <cell alignment="center" valignment="top" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Plain Layout
7961 \begin_inset Formula $\longrightarrow$
7962 \end_inset
7963
7964
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 </row>
7970 <row>
7971 <cell alignment="center" valignment="top" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975
7976 \backslash
7977 Longrightarrow
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell alignment="center" valignment="top" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986 \begin_inset Formula $\Longrightarrow$
7987 \end_inset
7988
7989
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 </row>
7995 <row>
7996 <cell alignment="center" valignment="top" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000
8001 \backslash
8002 rightharpoonup
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 <cell alignment="center" valignment="top" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011 \begin_inset Formula $\rightharpoonup$
8012 \end_inset
8013
8014
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 </row>
8020 <row>
8021 <cell alignment="center" valignment="top" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025
8026 \backslash
8027 rightharpoondown
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 <cell alignment="center" valignment="top" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036 \begin_inset Formula $\rightharpoondown$
8037 \end_inset
8038
8039
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 </row>
8045 <row>
8046 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050
8051 \backslash
8052 hookrightarrow
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061 \begin_inset Formula $\hookrightarrow$
8062 \end_inset
8063
8064
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 </row>
8070 </lyxtabular>
8071
8072 \end_inset
8073
8074
8075 \begin_inset space \hfill{}
8076 \end_inset
8077
8078
8079 \end_layout
8080
8081 \begin_layout Standard
8082 \begin_inset space \hfill{}
8083 \end_inset
8084
8085
8086 \begin_inset Tabular
8087 <lyxtabular version="3" rows="6" columns="2">
8088 <features booktabs="true" tabularvalignment="middle">
8089 <column alignment="center" valignment="top" width="0pt">
8090 <column alignment="center" valignment="top" width="0pt">
8091 <row>
8092 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096 Command
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105 Result
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 </row>
8111 <row>
8112 <cell alignment="center" valignment="top" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116
8117 \backslash
8118 leftrightarrow
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 <cell alignment="center" valignment="top" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127 \begin_inset Formula $\leftrightarrow$
8128 \end_inset
8129
8130
8131 \end_layout
8132
8133 \end_inset
8134 </cell>
8135 </row>
8136 <row>
8137 <cell alignment="center" valignment="top" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141
8142 \backslash
8143 Leftrightarrow
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 <cell alignment="center" valignment="top" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152 \begin_inset Formula $\Leftrightarrow$
8153 \end_inset
8154
8155
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 </row>
8161 <row>
8162 <cell alignment="center" valignment="top" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Plain Layout
8166
8167 \backslash
8168 longleftrightarrow
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 <cell alignment="center" valignment="top" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177 \begin_inset Formula $\longleftrightarrow$
8178 \end_inset
8179
8180
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 </row>
8186 <row>
8187 <cell alignment="center" valignment="top" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191
8192 \backslash
8193 Longleftrightarrow
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 <cell alignment="center" valignment="top" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202 \begin_inset Formula $\Longleftrightarrow$
8203 \end_inset
8204
8205
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 </row>
8211 <row>
8212 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8213 \begin_inset Text
8214
8215 \begin_layout Plain Layout
8216
8217 \backslash
8218 rightleftharpoons
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8224 \begin_inset Text
8225
8226 \begin_layout Plain Layout
8227 \begin_inset Formula $\rightleftharpoons$
8228 \end_inset
8229
8230
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 </row>
8236 </lyxtabular>
8237
8238 \end_inset
8239
8240
8241 \begin_inset space \hspace{}
8242 \length 25pt
8243 \end_inset
8244
8245
8246 \begin_inset space \hfill{}
8247 \end_inset
8248
8249
8250 \begin_inset Tabular
8251 <lyxtabular version="3" rows="5" columns="2">
8252 <features booktabs="true" tabularvalignment="middle">
8253 <column alignment="center" valignment="top" width="0pt">
8254 <column alignment="center" valignment="top" width="0pt">
8255 <row>
8256 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260 Command
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269 Result
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 </row>
8275 <row>
8276 <cell alignment="center" valignment="top" usebox="none">
8277 \begin_inset Text
8278
8279 \begin_layout Plain Layout
8280
8281 \backslash
8282 mapsto
8283 \end_layout
8284
8285 \end_inset
8286 </cell>
8287 <cell alignment="center" valignment="top" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291 \begin_inset Formula $\mapsto$
8292 \end_inset
8293
8294
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 </row>
8300 <row>
8301 <cell alignment="center" valignment="top" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305
8306 \backslash
8307 longmapsto
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 <cell alignment="center" valignment="top" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316 \begin_inset Formula $\longmapsto$
8317 \end_inset
8318
8319
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 </row>
8325 <row>
8326 <cell alignment="center" valignment="top" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330
8331 \backslash
8332 leadsto
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 <cell alignment="center" valignment="top" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341 \begin_inset Formula $\leadsto$
8342 \end_inset
8343
8344
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 </row>
8350 <row>
8351 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355
8356 \backslash
8357 dasharrow
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366 \begin_inset Formula $\dasharrow$
8367 \end_inset
8368
8369
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 </row>
8375 </lyxtabular>
8376
8377 \end_inset
8378
8379
8380 \begin_inset space \hfill{}
8381 \end_inset
8382
8383
8384 \end_layout
8385
8386 \begin_layout Standard
8387 \begin_inset VSpace medskip
8388 \end_inset
8389
8390 Arrows used as accents like e.
8391 \begin_inset space \thinspace{}
8392 \end_inset
8393
8394 g.
8395 \begin_inset space \space{}
8396 \end_inset
8397
8398 vector arrows are listed in 
8399 \begin_inset CommandInset ref
8400 LatexCommand ref
8401 reference "sec:Accents"
8402
8403 \end_inset
8404
8405 .
8406 \end_layout
8407
8408 \begin_layout Standard
8409 \begin_inset VSpace bigskip
8410 \end_inset
8411
8412 Furthermore there are the labeled arrows
8413 \begin_inset Index idx
8414 status collapsed
8415
8416 \begin_layout Plain Layout
8417 Arrows ! labeled
8418 \end_layout
8419
8420 \end_inset
8421
8422  
8423 \series bold
8424
8425 \backslash
8426 xleftarrow
8427 \series default
8428
8429 \begin_inset Index idx
8430 status collapsed
8431
8432 \begin_layout Plain Layout
8433 Commands ! X ! 
8434 \backslash
8435 xleftarrow
8436 \end_layout
8437
8438 \end_inset
8439
8440  and 
8441 \series bold
8442
8443 \backslash
8444 xrightarrow
8445 \series default
8446
8447 \begin_inset Index idx
8448 status collapsed
8449
8450 \begin_layout Plain Layout
8451 Commands ! X ! 
8452 \backslash
8453 xrightarrow
8454 \begin_inset ERT
8455 status collapsed
8456
8457 \begin_layout Plain Layout
8458
8459
8460 \backslash
8461 vspace{4mm}
8462 \end_layout
8463
8464 \end_inset
8465
8466
8467 \end_layout
8468
8469 \end_inset
8470
8471 .
8472  When inserting one of these commands in a formula, an arrow with two blue
8473  boxes appear where the label can be inserted.
8474  The length of the arrow adapts to the label width.
8475 \end_layout
8476
8477 \begin_layout Standard
8478 \align center
8479 \begin_inset Tabular
8480 <lyxtabular version="3" rows="3" columns="2">
8481 <features booktabs="true" tabularvalignment="middle">
8482 <column alignment="center" valignment="top" width="0pt">
8483 <column alignment="center" valignment="top" width="0pt">
8484 <row>
8485 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489 Command
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498 Result
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 </row>
8504 <row>
8505 <cell alignment="center" valignment="top" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509 F(a)
8510 \backslash
8511 xleftarrow
8512 \begin_inset space \textvisiblespace{}
8513 \end_inset
8514
8515 x=a
8516 \begin_inset Formula $\downarrow$
8517 \end_inset
8518
8519 x>0
8520 \begin_inset Formula $\to$
8521 \end_inset
8522
8523 F(x)
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 <cell alignment="center" valignment="top" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
8533 \end_inset
8534
8535
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 </row>
8541 <row topspace="2mm">
8542 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546 F(x)
8547 \backslash
8548 xrightarrow
8549 \begin_inset space \textvisiblespace{}
8550 \end_inset
8551
8552 x=a
8553 \begin_inset Formula $\downarrow$
8554 \end_inset
8555
8556 x>0
8557 \begin_inset Formula $\to$
8558 \end_inset
8559
8560 F(a)
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8566 \begin_inset Text
8567
8568 \begin_layout Plain Layout
8569 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
8570 \end_inset
8571
8572
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 </row>
8578 </lyxtabular>
8579
8580 \end_inset
8581
8582
8583 \end_layout
8584
8585 \begin_layout Standard
8586 \begin_inset VSpace medskip
8587 \end_inset
8588
8589
8590 \end_layout
8591
8592 \begin_layout Standard
8593 If you set in the document settings under 
8594 \family sans
8595 Math
8596 \begin_inset space ~
8597 \end_inset
8598
8599 Options
8600 \family default
8601  for the package 
8602 \series bold
8603 mathtools
8604 \series default
8605
8606 \begin_inset Index idx
8607 status collapsed
8608
8609 \begin_layout Plain Layout
8610 Packages ! mathtools
8611 \end_layout
8612
8613 \end_inset
8614
8615  the option 
8616 \family sans
8617 Load
8618 \begin_inset space ~
8619 \end_inset
8620
8621 always
8622 \family default
8623 , you have access to the following labeled arrows:
8624 \end_layout
8625
8626 \begin_layout Standard
8627 \begin_inset Newpage newpage
8628 \end_inset
8629
8630
8631 \begin_inset Separator parbreak
8632 \end_inset
8633
8634
8635 \end_layout
8636
8637 \begin_layout Standard
8638 \align center
8639 \begin_inset space \hspace*{\fill}
8640 \end_inset
8641
8642
8643 \begin_inset Tabular
8644 <lyxtabular version="3" rows="7" columns="2">
8645 <features booktabs="true" tabularvalignment="middle">
8646 <column alignment="center" valignment="top" width="0pt">
8647 <column alignment="center" valignment="top" width="0pt">
8648 <row>
8649 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653 Command
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662 Example
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 </row>
8668 <row>
8669 <cell alignment="center" valignment="top" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673
8674 \family roman
8675 \series medium
8676 \shape up
8677 \size normal
8678 \emph off
8679 \bar no
8680 \strikeout off
8681 \uuline off
8682 \uwave off
8683 \noun off
8684 \color none
8685
8686 \backslash
8687 xleftrightarrow
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 <cell alignment="center" valignment="top" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
8697 \end_inset
8698
8699
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 </row>
8705 <row topspace="2mm">
8706 <cell alignment="center" valignment="top" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710
8711 \family roman
8712 \series medium
8713 \shape up
8714 \size normal
8715 \emph off
8716 \bar no
8717 \strikeout off
8718 \uuline off
8719 \uwave off
8720 \noun off
8721 \color none
8722
8723 \backslash
8724 xLeftarrow
8725 \end_layout
8726
8727 \end_inset
8728 </cell>
8729 <cell alignment="center" valignment="top" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
8734 \end_inset
8735
8736
8737 \end_layout
8738
8739 \end_inset
8740 </cell>
8741 </row>
8742 <row topspace="2mm">
8743 <cell alignment="center" valignment="top" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Plain Layout
8747
8748 \backslash
8749
8750 \family roman
8751 \series medium
8752 \shape up
8753 \size normal
8754 \emph off
8755 \bar no
8756 \strikeout off
8757 \uuline off
8758 \uwave off
8759 \noun off
8760 \color none
8761 xRightarrow
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 <cell alignment="center" valignment="top" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
8771 \end_inset
8772
8773
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 </row>
8779 <row topspace="2mm">
8780 <cell alignment="center" valignment="top" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784
8785 \backslash
8786
8787 \family roman
8788 \series medium
8789 \shape up
8790 \size normal
8791 \emph off
8792 \bar no
8793 \strikeout off
8794 \uuline off
8795 \uwave off
8796 \noun off
8797 \color none
8798 xLeftrightarrow
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 <cell alignment="center" valignment="top" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
8808 \end_inset
8809
8810
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 </row>
8816 <row topspace="2mm">
8817 <cell alignment="center" valignment="top" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821
8822 \family roman
8823 \series medium
8824 \shape up
8825 \size normal
8826 \emph off
8827 \bar no
8828 \strikeout off
8829 \uuline off
8830 \uwave off
8831 \noun off
8832 \color none
8833
8834 \backslash
8835 xhookleftarrow
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
8845 \end_inset
8846
8847
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 </row>
8853 <row topspace="2mm">
8854 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858
8859 \family roman
8860 \series medium
8861 \shape up
8862 \size normal
8863 \emph off
8864 \bar no
8865 \strikeout off
8866 \uuline off
8867 \uwave off
8868 \noun off
8869 \color none
8870
8871 \backslash
8872 xhookrightarrow
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
8882 \end_inset
8883
8884
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 </row>
8890 </lyxtabular>
8891
8892 \end_inset
8893
8894
8895 \begin_inset space \hspace*{\fill}
8896 \end_inset
8897
8898
8899 \begin_inset Tabular
8900 <lyxtabular version="3" rows="7" columns="2">
8901 <features booktabs="true" tabularvalignment="middle">
8902 <column alignment="center" valignment="top" width="0pt">
8903 <column alignment="center" valignment="top" width="0pt">
8904 <row>
8905 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8906 \begin_inset Text
8907
8908 \begin_layout Plain Layout
8909 Command
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918 Example
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 </row>
8924 <row>
8925 <cell alignment="center" valignment="top" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Plain Layout
8929
8930 \backslash
8931
8932 \family roman
8933 \series medium
8934 \shape up
8935 \size normal
8936 \emph off
8937 \bar no
8938 \strikeout off
8939 \uuline off
8940 \uwave off
8941 \noun off
8942 \color none
8943 xleftharpoondown
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 <cell alignment="center" valignment="top" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
8953 \end_inset
8954
8955
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 </row>
8961 <row topspace="2mm">
8962 <cell alignment="center" valignment="top" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966
8967 \backslash
8968
8969 \family roman
8970 \series medium
8971 \shape up
8972 \size normal
8973 \emph off
8974 \bar no
8975 \strikeout off
8976 \uuline off
8977 \uwave off
8978 \noun off
8979 \color none
8980 xleftharpoonup
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell alignment="center" valignment="top" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
8990 \end_inset
8991
8992
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 </row>
8998 <row topspace="2mm">
8999 <cell alignment="center" valignment="top" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003
9004 \backslash
9005
9006 \family roman
9007 \series medium
9008 \shape up
9009 \size normal
9010 \emph off
9011 \bar no
9012 \strikeout off
9013 \uuline off
9014 \uwave off
9015 \noun off
9016 \color none
9017 xrightharpoondown
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 <cell alignment="center" valignment="top" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
9027 \end_inset
9028
9029
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 </row>
9035 <row topspace="2mm">
9036 <cell alignment="center" valignment="top" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040
9041 \backslash
9042
9043 \family roman
9044 \series medium
9045 \shape up
9046 \size normal
9047 \emph off
9048 \bar no
9049 \strikeout off
9050 \uuline off
9051 \uwave off
9052 \noun off
9053 \color none
9054 xrightharpoonup
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 <cell alignment="center" valignment="top" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
9064 \end_inset
9065
9066
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 </row>
9072 <row topspace="2mm">
9073 <cell alignment="center" valignment="top" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077
9078 \backslash
9079
9080 \family roman
9081 \series medium
9082 \shape up
9083 \size normal
9084 \emph off
9085 \bar no
9086 \strikeout off
9087 \uuline off
9088 \uwave off
9089 \noun off
9090 \color none
9091 xleftrightharpoons
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 <cell alignment="center" valignment="top" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
9101 \end_inset
9102
9103
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 </row>
9109 <row topspace="2mm">
9110 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9111 \begin_inset Text
9112
9113 \begin_layout Plain Layout
9114
9115 \backslash
9116
9117 \family roman
9118 \series medium
9119 \shape up
9120 \size normal
9121 \emph off
9122 \bar no
9123 \strikeout off
9124 \uuline off
9125 \uwave off
9126 \noun off
9127 \color none
9128 xrightleftharpoons
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
9138 \end_inset
9139
9140
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 </row>
9146 </lyxtabular>
9147
9148 \end_inset
9149
9150
9151 \begin_inset space \hspace*{\fill}
9152 \end_inset
9153
9154
9155 \end_layout
9156
9157 \begin_layout Standard
9158 The command scheme is for all these arrows:
9159 \begin_inset Separator parbreak
9160 \end_inset
9161
9162
9163 \end_layout
9164
9165 \begin_layout Standard
9166 \align center
9167 \begin_inset Tabular
9168 <lyxtabular version="3" rows="2" columns="2">
9169 <features booktabs="true" tabularvalignment="middle">
9170 <column alignment="center" valignment="top" width="0pt">
9171 <column alignment="center" valignment="top" width="0pt">
9172 <row>
9173 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177 Command
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186 Result
9187 \end_layout
9188
9189 \end_inset
9190 </cell>
9191 </row>
9192 <row bottomspace="0.5mm">
9193 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197 F(a)
9198 \backslash
9199 xleftrightarrow[x=a]
9200 \backslash
9201 {x>0
9202 \begin_inset Formula $\to$
9203 \end_inset
9204
9205 F(x)
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
9215 \end_inset
9216
9217
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 </row>
9223 </lyxtabular>
9224
9225 \end_inset
9226
9227
9228 \end_layout
9229
9230 \begin_layout Subsection
9231 Vertical and diagonal Arrows
9232 \begin_inset Index idx
9233 status collapsed
9234
9235 \begin_layout Plain Layout
9236 Arrows ! diagonal
9237 \end_layout
9238
9239 \end_inset
9240
9241
9242 \begin_inset Index idx
9243 status collapsed
9244
9245 \begin_layout Plain Layout
9246 Arrows ! vertical
9247 \end_layout
9248
9249 \end_inset
9250
9251
9252 \end_layout
9253
9254 \begin_layout Standard
9255 \begin_inset space \hfill{}
9256 \end_inset
9257
9258
9259 \begin_inset Tabular
9260 <lyxtabular version="3" rows="7" columns="2">
9261 <features booktabs="true" tabularvalignment="middle">
9262 <column alignment="center" valignment="top" width="0pt">
9263 <column alignment="center" valignment="top" width="0pt">
9264 <row>
9265 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9266 \begin_inset Text
9267
9268 \begin_layout Plain Layout
9269 Command
9270 \end_layout
9271
9272 \end_inset
9273 </cell>
9274 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9275 \begin_inset Text
9276
9277 \begin_layout Plain Layout
9278 Result
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 </row>
9284 <row>
9285 <cell alignment="center" valignment="top" usebox="none">
9286 \begin_inset Text
9287
9288 \begin_layout Plain Layout
9289
9290 \backslash
9291 uparrow
9292 \end_layout
9293
9294 \end_inset
9295 </cell>
9296 <cell alignment="center" valignment="top" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Plain Layout
9300 \begin_inset Formula $\uparrow$
9301 \end_inset
9302
9303
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 </row>
9309 <row>
9310 <cell alignment="center" valignment="top" usebox="none">
9311 \begin_inset Text
9312
9313 \begin_layout Plain Layout
9314
9315 \backslash
9316 Uparrow
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 <cell alignment="center" valignment="top" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325 \begin_inset Formula $\Uparrow$
9326 \end_inset
9327
9328
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 </row>
9334 <row>
9335 <cell alignment="center" valignment="top" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Plain Layout
9339
9340 \backslash
9341 updownarrow
9342 \end_layout
9343
9344 \end_inset
9345 </cell>
9346 <cell alignment="center" valignment="top" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350 \begin_inset Formula $\updownarrow$
9351 \end_inset
9352
9353
9354 \end_layout
9355
9356 \end_inset
9357 </cell>
9358 </row>
9359 <row>
9360 <cell alignment="center" valignment="top" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Plain Layout
9364
9365 \backslash
9366 Updownarrow
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 <cell alignment="center" valignment="top" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375 \begin_inset Formula $\Updownarrow$
9376 \end_inset
9377
9378
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 </row>
9384 <row>
9385 <cell alignment="center" valignment="top" usebox="none">
9386 \begin_inset Text
9387
9388 \begin_layout Plain Layout
9389
9390 \backslash
9391 Downarrow
9392 \end_layout
9393
9394 \end_inset
9395 </cell>
9396 <cell alignment="center" valignment="top" usebox="none">
9397 \begin_inset Text
9398
9399 \begin_layout Plain Layout
9400 \begin_inset Formula $\Downarrow$
9401 \end_inset
9402
9403
9404 \end_layout
9405
9406 \end_inset
9407 </cell>
9408 </row>
9409 <row>
9410 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9411 \begin_inset Text
9412
9413 \begin_layout Plain Layout
9414
9415 \backslash
9416 downarrow
9417 \end_layout
9418
9419 \end_inset
9420 </cell>
9421 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Plain Layout
9425 \begin_inset Formula $\downarrow$
9426 \end_inset
9427
9428
9429 \end_layout
9430
9431 \end_inset
9432 </cell>
9433 </row>
9434 </lyxtabular>
9435
9436 \end_inset
9437
9438
9439 \begin_inset space \hfill{}
9440 \end_inset
9441
9442
9443 \begin_inset Tabular
9444 <lyxtabular version="3" rows="5" columns="2">
9445 <features booktabs="true" tabularvalignment="middle">
9446 <column alignment="center" valignment="top" width="0pt">
9447 <column alignment="center" valignment="top" width="0pt">
9448 <row>
9449 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453 Command
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9459 \begin_inset Text
9460
9461 \begin_layout Plain Layout
9462 Result
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 </row>
9468 <row>
9469 <cell alignment="center" valignment="top" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473
9474 \backslash
9475 nearrow
9476 \end_layout
9477
9478 \end_inset
9479 </cell>
9480 <cell alignment="center" valignment="top" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484 \begin_inset Formula $\nearrow$
9485 \end_inset
9486
9487
9488 \end_layout
9489
9490 \end_inset
9491 </cell>
9492 </row>
9493 <row>
9494 <cell alignment="center" valignment="top" usebox="none">
9495 \begin_inset Text
9496
9497 \begin_layout Plain Layout
9498
9499 \backslash
9500 searrow
9501 \end_layout
9502
9503 \end_inset
9504 </cell>
9505 <cell alignment="center" valignment="top" usebox="none">
9506 \begin_inset Text
9507
9508 \begin_layout Plain Layout
9509 \begin_inset Formula $\searrow$
9510 \end_inset
9511
9512
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 </row>
9518 <row>
9519 <cell alignment="center" valignment="top" usebox="none">
9520 \begin_inset Text
9521
9522 \begin_layout Plain Layout
9523
9524 \backslash
9525 swarrow
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 <cell alignment="center" valignment="top" usebox="none">
9531 \begin_inset Text
9532
9533 \begin_layout Plain Layout
9534 \begin_inset Formula $\swarrow$
9535 \end_inset
9536
9537
9538 \end_layout
9539
9540 \end_inset
9541 </cell>
9542 </row>
9543 <row>
9544 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9545 \begin_inset Text
9546
9547 \begin_layout Plain Layout
9548
9549 \backslash
9550 nwarrow
9551 \end_layout
9552
9553 \end_inset
9554 </cell>
9555 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9556 \begin_inset Text
9557
9558 \begin_layout Plain Layout
9559 \begin_inset Formula $\nwarrow$
9560 \end_inset
9561
9562
9563 \end_layout
9564
9565 \end_inset
9566 </cell>
9567 </row>
9568 </lyxtabular>
9569
9570 \end_inset
9571
9572
9573 \begin_inset space \hfill{}
9574 \end_inset
9575
9576
9577 \end_layout
9578
9579 \begin_layout Standard
9580 \begin_inset VSpace medskip
9581 \end_inset
9582
9583 Vertical arrows can be used also as delimiters together with the commands
9584  described in 
9585 \begin_inset CommandInset ref
9586 LatexCommand ref
9587 reference "subsec:Manual-Bracket-Size"
9588
9589 \end_inset
9590
9591  and 
9592 \begin_inset CommandInset ref
9593 LatexCommand ref
9594 reference "subsec:Automatic-Bracket-Size"
9595
9596 \end_inset
9597
9598 .
9599 \end_layout
9600
9601 \begin_layout Section
9602 Accents
9603 \begin_inset CommandInset label
9604 LatexCommand label
9605 name "sec:Accents"
9606
9607 \end_inset
9608
9609
9610 \begin_inset Index idx
9611 status collapsed
9612
9613 \begin_layout Plain Layout
9614 Accents
9615 \end_layout
9616
9617 \end_inset
9618
9619
9620 \end_layout
9621
9622 \begin_layout Standard
9623 Accents can be inserted via the math toolbar button 
9624 \begin_inset Info
9625 type  "icon"
9626 arg   "math-insert \\hat"
9627 \end_inset
9628
9629  or the commands listed in the following subsections.
9630 \end_layout
9631
9632 \begin_layout Subsection
9633 Accents for one Character
9634 \begin_inset ERT
9635 status collapsed
9636
9637 \begin_layout Plain Layout
9638
9639
9640 \backslash
9641 texorpdfstring{
9642 \end_layout
9643
9644 \end_inset
9645
9646
9647 \begin_inset Foot
9648 status collapsed
9649
9650 \begin_layout Plain Layout
9651 accents in text see 
9652 \begin_inset CommandInset ref
9653 LatexCommand ref
9654 reference "subsec:Accents-in-Text"
9655
9656 \end_inset
9657
9658
9659 \end_layout
9660
9661 \end_inset
9662
9663
9664 \begin_inset ERT
9665 status collapsed
9666
9667 \begin_layout Plain Layout
9668
9669 }{}
9670 \end_layout
9671
9672 \end_inset
9673
9674
9675 \begin_inset Note Note
9676 status collapsed
9677
9678 \begin_layout Plain Layout
9679
9680 \series bold
9681
9682 \backslash
9683 texorpdfstring
9684 \series default
9685  is used to avoid that the footnote appears in the PDF-bookmark.
9686 \end_layout
9687
9688 \begin_layout Plain Layout
9689 More about 
9690 \series bold
9691
9692 \backslash
9693 texorpdfstring
9694 \series default
9695  is in section 
9696 \begin_inset CommandInset ref
9697 LatexCommand ref
9698 reference "subsec:Formulas-in-Section"
9699
9700 \end_inset
9701
9702 .
9703 \end_layout
9704
9705 \end_inset
9706
9707
9708 \begin_inset CommandInset label
9709 LatexCommand label
9710 name "subsec:Accents-for-one"
9711
9712 \end_inset
9713
9714
9715 \begin_inset Index idx
9716 status collapsed
9717
9718 \begin_layout Plain Layout
9719 Accents ! for one character
9720 \end_layout
9721
9722 \end_inset
9723
9724
9725 \end_layout
9726
9727 \begin_layout Standard
9728 \begin_inset space \hfill{}
9729 \end_inset
9730
9731
9732 \begin_inset Tabular
9733 <lyxtabular version="3" rows="8" columns="2">
9734 <features booktabs="true" tabularvalignment="middle">
9735 <column alignment="center" valignment="top" width="0pt">
9736 <column alignment="center" valignment="top" width="0pt">
9737 <row>
9738 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9739 \begin_inset Text
9740
9741 \begin_layout Plain Layout
9742 Command
9743 \end_layout
9744
9745 \end_inset
9746 </cell>
9747 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9748 \begin_inset Text
9749
9750 \begin_layout Plain Layout
9751 Result
9752 \end_layout
9753
9754 \end_inset
9755 </cell>
9756 </row>
9757 <row topspace="1.5mm">
9758 <cell alignment="center" valignment="top" usebox="none">
9759 \begin_inset Text
9760
9761 \begin_layout Plain Layout
9762
9763 \backslash
9764 dot
9765 \begin_inset space \textvisiblespace{}
9766 \end_inset
9767
9768 A
9769 \end_layout
9770
9771 \end_inset
9772 </cell>
9773 <cell alignment="center" valignment="top" usebox="none">
9774 \begin_inset Text
9775
9776 \begin_layout Plain Layout
9777 \begin_inset Formula $\dot{A}$
9778 \end_inset
9779
9780
9781 \end_layout
9782
9783 \end_inset
9784 </cell>
9785 </row>
9786 <row topspace="1.5mm">
9787 <cell alignment="center" valignment="top" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Plain Layout
9791
9792 \backslash
9793 ddot
9794 \begin_inset space \textvisiblespace{}
9795 \end_inset
9796
9797 A
9798 \end_layout
9799
9800 \end_inset
9801 </cell>
9802 <cell alignment="center" valignment="top" usebox="none">
9803 \begin_inset Text
9804
9805 \begin_layout Plain Layout
9806 \begin_inset Formula $\ddot{A}$
9807 \end_inset
9808
9809
9810 \end_layout
9811
9812 \end_inset
9813 </cell>
9814 </row>
9815 <row topspace="1.5mm">
9816 <cell alignment="center" valignment="top" usebox="none">
9817 \begin_inset Text
9818
9819 \begin_layout Plain Layout
9820
9821 \backslash
9822 dddot
9823 \begin_inset space \textvisiblespace{}
9824 \end_inset
9825
9826 A
9827 \end_layout
9828
9829 \end_inset
9830 </cell>
9831 <cell alignment="center" valignment="top" usebox="none">
9832 \begin_inset Text
9833
9834 \begin_layout Plain Layout
9835 \begin_inset Formula $\dddot{A}$
9836 \end_inset
9837
9838
9839 \end_layout
9840
9841 \end_inset
9842 </cell>
9843 </row>
9844 <row topspace="1.5mm">
9845 <cell alignment="center" valignment="top" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849
9850 \backslash
9851 ddddot
9852 \begin_inset space \textvisiblespace{}
9853 \end_inset
9854
9855 A
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 <cell alignment="center" valignment="top" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864 \begin_inset Formula $\ddddot{A}$
9865 \end_inset
9866
9867
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 </row>
9873 <row topspace="1.5mm">
9874 <cell alignment="center" valignment="top" usebox="none">
9875 \begin_inset Text
9876
9877 \begin_layout Plain Layout
9878
9879 \backslash
9880 vec
9881 \begin_inset space \textvisiblespace{}
9882 \end_inset
9883
9884 A
9885 \begin_inset Index idx
9886 status collapsed
9887
9888 \begin_layout Plain Layout
9889 Vectors
9890 \end_layout
9891
9892 \end_inset
9893
9894
9895 \end_layout
9896
9897 \end_inset
9898 </cell>
9899 <cell alignment="center" valignment="top" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Plain Layout
9903 \begin_inset Formula $\vec{A}$
9904 \end_inset
9905
9906
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 </row>
9912 <row topspace="1.5mm">
9913 <cell alignment="center" valignment="top" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917
9918 \backslash
9919 bar
9920 \begin_inset space \textvisiblespace{}
9921 \end_inset
9922
9923 A
9924 \end_layout
9925
9926 \end_inset
9927 </cell>
9928 <cell alignment="center" valignment="top" usebox="none">
9929 \begin_inset Text
9930
9931 \begin_layout Plain Layout
9932 \begin_inset Formula $\bar{A}$
9933 \end_inset
9934
9935
9936 \end_layout
9937
9938 \end_inset
9939 </cell>
9940 </row>
9941 <row topspace="1.5mm">
9942 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946
9947 \backslash
9948 mathring
9949 \begin_inset space \textvisiblespace{}
9950 \end_inset
9951
9952 A
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9958 \begin_inset Text
9959
9960 \begin_layout Plain Layout
9961 \begin_inset Formula $\mathring{A}$
9962 \end_inset
9963
9964
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 </row>
9970 </lyxtabular>
9971
9972 \end_inset
9973
9974
9975 \begin_inset space \hfill{}
9976 \end_inset
9977
9978
9979 \begin_inset Tabular
9980 <lyxtabular version="3" rows="7" columns="2">
9981 <features booktabs="true" tabularvalignment="middle">
9982 <column alignment="center" valignment="top" width="0pt">
9983 <column alignment="center" valignment="top" width="0pt">
9984 <row>
9985 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989 Command
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998 Result
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 </row>
10004 <row topspace="1.5mm">
10005 <cell alignment="center" valignment="top" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009
10010 \backslash
10011 tilde
10012 \begin_inset space \textvisiblespace{}
10013 \end_inset
10014
10015 A
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 <cell alignment="center" valignment="top" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024 \begin_inset Formula $\tilde{A}$
10025 \end_inset
10026
10027
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 </row>
10033 <row topspace="1.5mm">
10034 <cell alignment="center" valignment="top" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038
10039 \backslash
10040 hat
10041 \begin_inset space \textvisiblespace{}
10042 \end_inset
10043
10044 A
10045 \end_layout
10046
10047 \end_inset
10048 </cell>
10049 <cell alignment="center" valignment="top" usebox="none">
10050 \begin_inset Text
10051
10052 \begin_layout Plain Layout
10053 \begin_inset Formula $\hat{A}$
10054 \end_inset
10055
10056
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 </row>
10062 <row topspace="1.5mm">
10063 <cell alignment="center" valignment="top" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067
10068 \backslash
10069 check
10070 \begin_inset space \textvisiblespace{}
10071 \end_inset
10072
10073 A
10074 \end_layout
10075
10076 \end_inset
10077 </cell>
10078 <cell alignment="center" valignment="top" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082 \begin_inset Formula $\check{A}$
10083 \end_inset
10084
10085
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 </row>
10091 <row topspace="1.5mm">
10092 <cell alignment="center" valignment="top" usebox="none">
10093 \begin_inset Text
10094
10095 \begin_layout Plain Layout
10096
10097 \backslash
10098 acute
10099 \begin_inset space \textvisiblespace{}
10100 \end_inset
10101
10102 A
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 <cell alignment="center" valignment="top" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111 \begin_inset Formula $\acute{A}$
10112 \end_inset
10113
10114
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 </row>
10120 <row topspace="1.5mm">
10121 <cell alignment="center" valignment="top" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125
10126 \backslash
10127 grave
10128 \begin_inset space \textvisiblespace{}
10129 \end_inset
10130
10131 A
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell alignment="center" valignment="top" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140 \begin_inset Formula $\grave{A}$
10141 \end_inset
10142
10143
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 </row>
10149 <row topspace="1.5mm">
10150 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154
10155 \backslash
10156 breve
10157 \begin_inset space \textvisiblespace{}
10158 \end_inset
10159
10160 A
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Plain Layout
10169 \begin_inset Formula $\breve{A}$
10170 \end_inset
10171
10172
10173 \end_layout
10174
10175 \end_inset
10176 </cell>
10177 </row>
10178 </lyxtabular>
10179
10180 \end_inset
10181
10182
10183 \begin_inset space \hfill{}
10184 \end_inset
10185
10186
10187 \end_layout
10188
10189 \begin_layout Standard
10190 \begin_inset VSpace bigskip
10191 \end_inset
10192
10193
10194 \end_layout
10195
10196 \begin_layout Standard
10197 You can directly insert accents like é to formulas.
10198  \SpecialChar LyX
10199  will transform them to the corresponding accent command.
10200  For umlauts
10201 \begin_inset Index idx
10202 status collapsed
10203
10204 \begin_layout Plain Layout
10205 Umlauts
10206 \end_layout
10207
10208 \end_inset
10209
10210  it is better to insert a quotation mark before the vowel.
10211  These two characters are then treated by \SpecialChar LaTeX
10212  as 
10213 \emph on
10214 one
10215 \emph default
10216  character when the formula part with the umlaut is marked as German.
10217  In contrary to 
10218 \series bold
10219
10220 \backslash
10221 ddot
10222 \series default
10223 , with this method 
10224 \begin_inset Quotes eld
10225 \end_inset
10226
10227 real
10228 \begin_inset Quotes erd
10229 \end_inset
10230
10231  umlauts are created as demonstrated in the following example:
10232 \end_layout
10233
10234 \begin_layout Standard
10235 \begin_inset VSpace -2mm
10236 \end_inset
10237
10238
10239 \end_layout
10240
10241 \begin_layout Standard
10242 \align center
10243 \begin_inset Tabular
10244 <lyxtabular version="3" rows="3" columns="2">
10245 <features booktabs="true" tabularvalignment="middle">
10246 <column alignment="center" valignment="top" width="0pt">
10247 <column alignment="center" valignment="top">
10248 <row>
10249 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253 Command
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262 Result
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 </row>
10268 <row>
10269 <cell alignment="center" valignment="top" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273 \begin_inset Quotes grd
10274 \end_inset
10275
10276 i
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 <cell alignment="center" valignment="top" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285 \begin_inset space \hspace{}
10286 \length 0pt
10287 \end_inset
10288
10289
10290 \lang ngerman
10291
10292 \begin_inset Formula $"i$
10293 \end_inset
10294
10295
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 </row>
10301 <row topspace="1.5mm">
10302 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306
10307 \backslash
10308 ddot
10309 \begin_inset space \textvisiblespace{}
10310 \end_inset
10311
10312 i
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321 \begin_inset Formula $\ddot{i}$
10322 \end_inset
10323
10324
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 </row>
10330 </lyxtabular>
10331
10332 \end_inset
10333
10334
10335 \end_layout
10336
10337 \begin_layout Standard
10338 Another advantage to 
10339 \series bold
10340
10341 \backslash
10342 ddot
10343 \series default
10344  is that umlauts can directly be converted to mathematical text because
10345  the accent commands above are 
10346 \emph on
10347 not allowed
10348 \emph default
10349  
10350 \emph on
10351 in mathematical text
10352 \emph default
10353 .
10354  To convert an accented character to mathematical text, only the character
10355  under the accent may be converted.
10356  This applies also for all other conversions, e.
10357 \begin_inset space \thinspace{}
10358 \end_inset
10359
10360 g.
10361 \begin_inset space \space{}
10362 \end_inset
10363
10364 to italic or bold.
10365 \end_layout
10366
10367 \begin_layout Standard
10368 In mathematical text, umlauts and other accented characters can directly
10369  be inserted.
10370 \end_layout
10371
10372 \begin_layout Standard
10373 \begin_inset VSpace bigskip
10374 \end_inset
10375
10376
10377 \end_layout
10378
10379 \begin_layout Standard
10380 \SpecialChar LyX
10381  also supports a tilde under the character if the \SpecialChar LaTeX
10382 -package 
10383 \series bold
10384 undertilde
10385 \series default
10386
10387 \begin_inset Index idx
10388 status collapsed
10389
10390 \begin_layout Plain Layout
10391 Packages ! undertilde
10392 \end_layout
10393
10394 \end_inset
10395
10396  is installed on your system:
10397 \end_layout
10398
10399 \begin_layout Standard
10400 \begin_inset ERT
10401 status collapsed
10402
10403 \begin_layout Plain Layout
10404
10405
10406 \backslash
10407 ifundertilde 
10408 \end_layout
10409
10410 \end_inset
10411
10412
10413 \begin_inset Note Note
10414 status open
10415
10416 \begin_layout Plain Layout
10417 The following table will only be displayed when the \SpecialChar LaTeX
10418 -package 
10419 \series bold
10420 undertilde
10421 \series default
10422  is installed.
10423 \end_layout
10424
10425 \end_inset
10426
10427
10428 \begin_inset Separator parbreak
10429 \end_inset
10430
10431
10432 \end_layout
10433
10434 \begin_layout Standard
10435 \noindent
10436 \align center
10437 \begin_inset Tabular
10438 <lyxtabular version="3" rows="2" columns="2">
10439 <features booktabs="true" tabularvalignment="middle">
10440 <column alignment="center" valignment="top" width="0pt">
10441 <column alignment="center" valignment="top" width="0pt">
10442 <row>
10443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447 Command
10448 \end_layout
10449
10450 \end_inset
10451 </cell>
10452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456 Result
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 </row>
10462 <row>
10463 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467
10468 \backslash
10469 utilde
10470 \begin_inset space \textvisiblespace{}
10471 \end_inset
10472
10473 A
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482 \begin_inset Formula $\utilde{A}$
10483 \end_inset
10484
10485
10486 \end_layout
10487
10488 \end_inset
10489 </cell>
10490 </row>
10491 </lyxtabular>
10492
10493 \end_inset
10494
10495
10496 \end_layout
10497
10498 \begin_layout Standard
10499 \begin_inset ERT
10500 status collapsed
10501
10502 \begin_layout Plain Layout
10503
10504
10505 \backslash
10506 else 
10507 \end_layout
10508
10509 \end_inset
10510
10511
10512 \begin_inset Note Note
10513 status open
10514
10515 \begin_layout Plain Layout
10516 The following will be displayed when the \SpecialChar LaTeX
10517 -package 
10518 \series bold
10519 undertilde
10520 \series default
10521  is not installed:
10522 \end_layout
10523
10524 \end_inset
10525
10526
10527 \end_layout
10528
10529 \begin_layout Standard
10530 You need to install the \SpecialChar LaTeX
10531 -package 
10532 \series bold
10533 undertilde
10534 \series default
10535  to see the rest of this subsection in the output.
10536 \end_layout
10537
10538 \begin_layout Standard
10539 \begin_inset ERT
10540 status collapsed
10541
10542 \begin_layout Plain Layout
10543
10544
10545 \backslash
10546 fi 
10547 \end_layout
10548
10549 \end_inset
10550
10551
10552 \end_layout
10553
10554 \begin_layout Standard
10555 \begin_inset Newpage newpage
10556 \end_inset
10557
10558
10559 \end_layout
10560
10561 \begin_layout Subsection
10562 Accents for several Characters
10563 \begin_inset Index idx
10564 status collapsed
10565
10566 \begin_layout Plain Layout
10567 Accents ! for several characters
10568 \end_layout
10569
10570 \end_inset
10571
10572
10573 \end_layout
10574
10575 \begin_layout Standard
10576 \begin_inset space \hfill{}
10577 \end_inset
10578
10579
10580 \begin_inset Tabular
10581 <lyxtabular version="3" rows="5" columns="2">
10582 <features booktabs="true" tabularvalignment="middle">
10583 <column alignment="center" valignment="top" width="0pt">
10584 <column alignment="center" valignment="top" width="0pt">
10585 <row>
10586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590 Command
10591 \end_layout
10592
10593 \end_inset
10594 </cell>
10595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10596 \begin_inset Text
10597
10598 \begin_layout Plain Layout
10599 Result
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 </row>
10605 <row topspace="1.5mm">
10606 <cell alignment="center" valignment="top" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610
10611 \backslash
10612 overleftarrow
10613 \begin_inset space \textvisiblespace{}
10614 \end_inset
10615
10616 A=B
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625 \begin_inset Formula $\overleftarrow{A=B}$
10626 \end_inset
10627
10628
10629 \end_layout
10630
10631 \end_inset
10632 </cell>
10633 </row>
10634 <row topspace="1.5mm">
10635 <cell alignment="center" valignment="top" usebox="none">
10636 \begin_inset Text
10637
10638 \begin_layout Plain Layout
10639
10640 \backslash
10641 underleftarrow
10642 \begin_inset space \textvisiblespace{}
10643 \end_inset
10644
10645 A=B
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Plain Layout
10654 \begin_inset Formula $\underleftarrow{A=B}$
10655 \end_inset
10656
10657
10658 \end_layout
10659
10660 \end_inset
10661 </cell>
10662 </row>
10663 <row topspace="1.5mm">
10664 <cell alignment="center" valignment="top" usebox="none">
10665 \begin_inset Text
10666
10667 \begin_layout Plain Layout
10668
10669 \backslash
10670 overleftrightarrow
10671 \begin_inset space \textvisiblespace{}
10672 \end_inset
10673
10674 A=B
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683 \begin_inset Formula $\overleftrightarrow{A=B}$
10684 \end_inset
10685
10686
10687 \end_layout
10688
10689 \end_inset
10690 </cell>
10691 </row>
10692 <row topspace="1.5mm" bottomspace="1mm">
10693 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10694 \begin_inset Text
10695
10696 \begin_layout Plain Layout
10697
10698 \backslash
10699 underleftrightarrow
10700 \begin_inset space \textvisiblespace{}
10701 \end_inset
10702
10703 A=B
10704 \end_layout
10705
10706 \end_inset
10707 </cell>
10708 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10709 \begin_inset Text
10710
10711 \begin_layout Plain Layout
10712 \begin_inset Formula $\underleftrightarrow{A=B}$
10713 \end_inset
10714
10715
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 </row>
10721 </lyxtabular>
10722
10723 \end_inset
10724
10725
10726 \begin_inset space \hfill{}
10727 \end_inset
10728
10729
10730 \begin_inset Tabular
10731 <lyxtabular version="3" rows="5" columns="2">
10732 <features booktabs="true" tabularvalignment="middle">
10733 <column alignment="center" valignment="top" width="0pt">
10734 <column alignment="center" valignment="top" width="0pt">
10735 <row>
10736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740 Command
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749 Result
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 </row>
10755 <row topspace="1.5mm">
10756 <cell alignment="center" valignment="top" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760
10761 \backslash
10762 overrightarrow
10763 \begin_inset space \textvisiblespace{}
10764 \end_inset
10765
10766 A=B
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775 \begin_inset Formula $\overrightarrow{A=B}$
10776 \end_inset
10777
10778
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 </row>
10784 <row topspace="1.5mm">
10785 <cell alignment="center" valignment="top" usebox="none">
10786 \begin_inset Text
10787
10788 \begin_layout Plain Layout
10789
10790 \backslash
10791 underrightarrow
10792 \begin_inset space \textvisiblespace{}
10793 \end_inset
10794
10795 A=B
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10801 \begin_inset Text
10802
10803 \begin_layout Plain Layout
10804 \begin_inset Formula $\underrightarrow{A=B}$
10805 \end_inset
10806
10807
10808 \end_layout
10809
10810 \end_inset
10811 </cell>
10812 </row>
10813 <row topspace="1.5mm">
10814 <cell alignment="center" valignment="top" usebox="none">
10815 \begin_inset Text
10816
10817 \begin_layout Plain Layout
10818
10819 \backslash
10820 widetilde
10821 \begin_inset space \textvisiblespace{}
10822 \end_inset
10823
10824 A=B
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833 \begin_inset Formula $\widetilde{A=B}$
10834 \end_inset
10835
10836
10837 \end_layout
10838
10839 \end_inset
10840 </cell>
10841 </row>
10842 <row topspace="1.5mm" bottomspace="1mm">
10843 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10844 \begin_inset Text
10845
10846 \begin_layout Plain Layout
10847
10848 \backslash
10849 widehat
10850 \begin_inset space \textvisiblespace{}
10851 \end_inset
10852
10853 A=B
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10859 \begin_inset Text
10860
10861 \begin_layout Plain Layout
10862 \begin_inset Formula $\widehat{A=B}$
10863 \end_inset
10864
10865
10866 \end_layout
10867
10868 \end_inset
10869 </cell>
10870 </row>
10871 </lyxtabular>
10872
10873 \end_inset
10874
10875
10876 \begin_inset space \hfill{}
10877 \end_inset
10878
10879
10880 \end_layout
10881
10882 \begin_layout Standard
10883 \begin_inset VSpace medskip
10884 \end_inset
10885
10886 With these commands as many characters as you like can be accented.
10887  But the accents 
10888 \series bold
10889
10890 \backslash
10891 widetilde
10892 \series default
10893  and 
10894 \series bold
10895
10896 \backslash
10897 widehat
10898 \series default
10899  will only be set in the output with a length of three characters, as shown
10900  in the following example:
10901 \begin_inset Formula 
10902 \[
10903 \widetilde{A+B=C-D}
10904 \]
10905
10906 \end_inset
10907
10908
10909 \end_layout
10910
10911 \begin_layout Standard
10912 With the commands 
10913 \series bold
10914
10915 \backslash
10916 overset
10917 \series default
10918
10919 \begin_inset Index idx
10920 status collapsed
10921
10922 \begin_layout Plain Layout
10923 Commands ! O ! 
10924 \backslash
10925 overset
10926 \end_layout
10927
10928 \end_inset
10929
10930  and 
10931 \series bold
10932
10933 \backslash
10934 underset
10935 \series default
10936
10937 \begin_inset Index idx
10938 status collapsed
10939
10940 \begin_layout Plain Layout
10941 Commands ! U ! 
10942 \backslash
10943 underset
10944 \end_layout
10945
10946 \end_inset
10947
10948  described in the previous subsection it is also possible to accent several
10949  characters.
10950  The command 
10951 \series bold
10952
10953 \backslash
10954 underset
10955 \begin_inset space \textvisiblespace{}
10956 \end_inset
10957
10958 A=B
10959 \begin_inset Formula $\downarrow$
10960 \end_inset
10961
10962 ***
10963 \series default
10964  creates:
10965 \begin_inset Formula 
10966 \[
10967 \underset{***}{A=B}
10968 \]
10969
10970 \end_inset
10971
10972
10973 \end_layout
10974
10975 \begin_layout Section
10976 Space
10977 \begin_inset CommandInset label
10978 LatexCommand label
10979 name "subsec:Space"
10980
10981 \end_inset
10982
10983
10984 \begin_inset Index idx
10985 status collapsed
10986
10987 \begin_layout Plain Layout
10988 Space ! horizontal
10989 \end_layout
10990
10991 \end_inset
10992
10993
10994 \end_layout
10995
10996 \begin_layout Subsection
10997 Predefined Space
10998 \begin_inset CommandInset label
10999 LatexCommand label
11000 name "subsec:Predefined-Space"
11001
11002 \end_inset
11003
11004
11005 \begin_inset Index idx
11006 status collapsed
11007
11008 \begin_layout Plain Layout
11009 Space ! horizontal ! predefined
11010 \end_layout
11011
11012 \end_inset
11013
11014
11015 \end_layout
11016
11017 \begin_layout Standard
11018 Sometimes it is necessary to insert horizontal space into a formula.
11019  This is done by inserting a protected space (shortcut 
11020 \begin_inset Info
11021 type  "shortcut"
11022 arg   "command-alternatives space-insert protected ; math-space"
11023 \end_inset
11024
11025 ).
11026  A 
11027 \begin_inset Quotes eld
11028 \end_inset
11029
11030
11031 \color blue
11032
11033 \begin_inset space \textvisiblespace{}
11034 \end_inset
11035
11036
11037 \color inherit
11038
11039 \begin_inset Quotes erd
11040 \end_inset
11041
11042  appears and by pressing 
11043 \family sans
11044 Space
11045 \family default
11046  several times one can select one of eight different space sizes.
11047  The spaces can also be inserted using the math toolbar button 
11048 \begin_inset Info
11049 type  "icon"
11050 arg   "math-insert \\space"
11051 \end_inset
11052
11053  or special commands.
11054  Independent from the inserted command, one can select the size again by
11055  pressing 
11056 \family sans
11057 Space
11058 \family default
11059  afterwards.
11060 \begin_inset Separator parbreak
11061 \end_inset
11062
11063
11064 \end_layout
11065
11066 \begin_layout Standard
11067 \noindent
11068 \align center
11069 \begin_inset Tabular
11070 <lyxtabular version="3" rows="6" columns="3">
11071 <features booktabs="true" tabularvalignment="middle">
11072 <column alignment="center" valignment="top">
11073 <column alignment="center" valignment="top" width="15col%">
11074 <column alignment="center" valignment="top">
11075 <row>
11076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11077 \begin_inset Text
11078
11079 \begin_layout Plain Layout
11080 Command
11081 \end_layout
11082
11083 \end_inset
11084 </cell>
11085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11086 \begin_inset Text
11087
11088 \begin_layout Plain Layout
11089 Number of 
11090 \family sans
11091 Space
11092 \family default
11093  keystrokes
11094 \end_layout
11095
11096 \end_inset
11097 </cell>
11098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11099 \begin_inset Text
11100
11101 \begin_layout Plain Layout
11102 Result
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 </row>
11108 <row>
11109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11110 \begin_inset Text
11111
11112 \begin_layout Plain Layout
11113
11114 \backslash
11115 ,
11116 \end_layout
11117
11118 \end_inset
11119 </cell>
11120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11121 \begin_inset Text
11122
11123 \begin_layout Plain Layout
11124 0
11125 \end_layout
11126
11127 \end_inset
11128 </cell>
11129 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11130 \begin_inset Text
11131
11132 \begin_layout Plain Layout
11133 \begin_inset Formula $A\,B$
11134 \end_inset
11135
11136
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 </row>
11142 <row>
11143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Plain Layout
11147
11148 \backslash
11149 :
11150 \end_layout
11151
11152 \end_inset
11153 </cell>
11154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11155 \begin_inset Text
11156
11157 \begin_layout Plain Layout
11158 1
11159 \end_layout
11160
11161 \end_inset
11162 </cell>
11163 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11164 \begin_inset Text
11165
11166 \begin_layout Plain Layout
11167 \begin_inset Formula $A\:B$
11168 \end_inset
11169
11170
11171 \end_layout
11172
11173 \end_inset
11174 </cell>
11175 </row>
11176 <row>
11177 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11178 \begin_inset Text
11179
11180 \begin_layout Plain Layout
11181
11182 \backslash
11183 ;
11184 \end_layout
11185
11186 \end_inset
11187 </cell>
11188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11189 \begin_inset Text
11190
11191 \begin_layout Plain Layout
11192 2
11193 \end_layout
11194
11195 \end_inset
11196 </cell>
11197 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11198 \begin_inset Text
11199
11200 \begin_layout Plain Layout
11201 \begin_inset Formula $A\;B$
11202 \end_inset
11203
11204
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 </row>
11210 <row>
11211 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Plain Layout
11215
11216 \backslash
11217 quad
11218 \end_layout
11219
11220 \end_inset
11221 </cell>
11222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11223 \begin_inset Text
11224
11225 \begin_layout Plain Layout
11226 3
11227 \end_layout
11228
11229 \end_inset
11230 </cell>
11231 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11232 \begin_inset Text
11233
11234 \begin_layout Plain Layout
11235 \begin_inset Formula $A\quad B$
11236 \end_inset
11237
11238
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 </row>
11244 <row>
11245 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249
11250 \backslash
11251 qquad
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11257 \begin_inset Text
11258
11259 \begin_layout Plain Layout
11260 4
11261 \end_layout
11262
11263 \end_inset
11264 </cell>
11265 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269 \begin_inset Formula $A\qquad B$
11270 \end_inset
11271
11272
11273 \end_layout
11274
11275 \end_inset
11276 </cell>
11277 </row>
11278 </lyxtabular>
11279
11280 \end_inset
11281
11282
11283 \begin_inset space \hfill{}
11284 \end_inset
11285
11286
11287 \begin_inset Tabular
11288 <lyxtabular version="3" rows="6" columns="3">
11289 <features booktabs="true" tabularvalignment="middle">
11290 <column alignment="center" valignment="top">
11291 <column alignment="center" valignment="top" width="15col%">
11292 <column alignment="center" valignment="top">
11293 <row>
11294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11295 \begin_inset Text
11296
11297 \begin_layout Plain Layout
11298 Command
11299 \end_layout
11300
11301 \end_inset
11302 </cell>
11303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11304 \begin_inset Text
11305
11306 \begin_layout Plain Layout
11307 Number of 
11308 \family sans
11309 Space
11310 \family default
11311  keystrokes
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11317 \begin_inset Text
11318
11319 \begin_layout Plain Layout
11320 Result
11321 \end_layout
11322
11323 \end_inset
11324 </cell>
11325 </row>
11326 <row>
11327 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11328 \begin_inset Text
11329
11330 \begin_layout Plain Layout
11331
11332 \backslash
11333 hfill
11334 \end_layout
11335
11336 \end_inset
11337 </cell>
11338 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11339 \begin_inset Text
11340
11341 \begin_layout Plain Layout
11342 5
11343 \end_layout
11344
11345 \end_inset
11346 </cell>
11347 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11348 \begin_inset Text
11349
11350 \begin_layout Plain Layout
11351 \begin_inset Formula $A\hfill B$
11352 \end_inset
11353
11354
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 </row>
11360 <row>
11361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365
11366 \backslash
11367 hspace*{1em}
11368 \end_layout
11369
11370 \end_inset
11371 </cell>
11372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11373 \begin_inset Text
11374
11375 \begin_layout Plain Layout
11376 6
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385 \begin_inset Formula $A\hspace*{1em}B$
11386 \end_inset
11387
11388
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 </row>
11394 <row>
11395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11396 \begin_inset Text
11397
11398 \begin_layout Plain Layout
11399
11400 \backslash
11401 hspace{1em}
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410 7
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11416 \begin_inset Text
11417
11418 \begin_layout Plain Layout
11419 \begin_inset Formula $A\hspace{1em}B$
11420 \end_inset
11421
11422
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 </row>
11428 <row>
11429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Plain Layout
11433
11434 \backslash
11435
11436 \begin_inset space \textvisiblespace{}
11437 \end_inset
11438
11439
11440 \end_layout
11441
11442 \end_inset
11443 </cell>
11444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11445 \begin_inset Text
11446
11447 \begin_layout Plain Layout
11448 8
11449 \end_layout
11450
11451 \end_inset
11452 </cell>
11453 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Plain Layout
11457 \begin_inset Formula $A\ B$
11458 \end_inset
11459
11460
11461 \end_layout
11462
11463 \end_inset
11464 </cell>
11465 </row>
11466 <row>
11467 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Plain Layout
11471
11472 \backslash
11473 !
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482 9
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491 \begin_inset Formula $A\!B$
11492 \end_inset
11493
11494
11495 \end_layout
11496
11497 \end_inset
11498 </cell>
11499 </row>
11500 </lyxtabular>
11501
11502 \end_inset
11503
11504
11505 \end_layout
11506
11507 \begin_layout Standard
11508 Space
11509 \begin_inset space ~
11510 \end_inset
11511
11512 5
11513 \begin_inset space \thinspace{}
11514 \end_inset
11515
11516
11517 \begin_inset space \thinspace{}
11518 \end_inset
11519
11520 7 are variable spaces which are explained in 
11521 \begin_inset CommandInset ref
11522 LatexCommand ref
11523 reference "subsec:Variable-Space"
11524
11525 \end_inset
11526
11527 .
11528  Space
11529 \begin_inset space ~
11530 \end_inset
11531
11532 9 seems to produce no space.
11533  It is displayed red in \SpecialChar LyX
11534  contrary to the other sizes, because it is a negative
11535  space.
11536  There are two more negative spaces:
11537 \begin_inset Separator parbreak
11538 \end_inset
11539
11540
11541 \end_layout
11542
11543 \begin_layout Standard
11544 \align center
11545 \begin_inset Tabular
11546 <lyxtabular version="3" rows="3" columns="3">
11547 <features booktabs="true" tabularvalignment="middle">
11548 <column alignment="center" valignment="middle" width="6.8cm">
11549 <column alignment="center" valignment="top" width="0pt">
11550 <column alignment="center" valignment="top" width="0pt">
11551 <row>
11552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11553 \begin_inset Text
11554
11555 \begin_layout Plain Layout
11556 Command
11557 \end_layout
11558
11559 \end_inset
11560 </cell>
11561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11562 \begin_inset Text
11563
11564 \begin_layout Plain Layout
11565
11566 \backslash
11567 negmedspace
11568 \end_layout
11569
11570 \end_inset
11571 </cell>
11572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11573 \begin_inset Text
11574
11575 \begin_layout Plain Layout
11576
11577 \backslash
11578 negthickspace
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 </row>
11584 <row>
11585 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11586 \begin_inset Text
11587
11588 \begin_layout Plain Layout
11589 Number of 
11590 \family sans
11591 Space
11592 \family default
11593  keystrokes after inserting the protected space
11594 \end_layout
11595
11596 \end_inset
11597 </cell>
11598 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11599 \begin_inset Text
11600
11601 \begin_layout Plain Layout
11602 10
11603 \end_layout
11604
11605 \end_inset
11606 </cell>
11607 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11608 \begin_inset Text
11609
11610 \begin_layout Plain Layout
11611 11
11612 \end_layout
11613
11614 \end_inset
11615 </cell>
11616 </row>
11617 <row>
11618 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11619 \begin_inset Text
11620
11621 \begin_layout Plain Layout
11622 Result
11623 \end_layout
11624
11625 \end_inset
11626 </cell>
11627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11628 \begin_inset Text
11629
11630 \begin_layout Plain Layout
11631 \begin_inset Formula $A\negmedspace B$
11632 \end_inset
11633
11634
11635 \end_layout
11636
11637 \end_inset
11638 </cell>
11639 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11640 \begin_inset Text
11641
11642 \begin_layout Plain Layout
11643 \begin_inset Formula $A\negthickspace B$
11644 \end_inset
11645
11646
11647 \end_layout
11648
11649 \end_inset
11650 </cell>
11651 </row>
11652 </lyxtabular>
11653
11654 \end_inset
11655
11656
11657 \end_layout
11658
11659 \begin_layout Standard
11660 Negative spaces can lead to characters overlapping each other.
11661  Thus they can be used to enforce ligatures, which are e.
11662 \begin_inset space \thinspace{}
11663 \end_inset
11664
11665 g.
11666 \begin_inset space \space{}
11667 \end_inset
11668
11669 useful for summation operators:
11670 \begin_inset Separator parbreak
11671 \end_inset
11672
11673
11674 \end_layout
11675
11676 \begin_layout Standard
11677 \align center
11678 \begin_inset Tabular
11679 <lyxtabular version="3" rows="3" columns="2">
11680 <features booktabs="true" tabularvalignment="middle">
11681 <column alignment="center" valignment="top" width="0pt">
11682 <column alignment="center" valignment="top">
11683 <row>
11684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11685 \begin_inset Text
11686
11687 \begin_layout Plain Layout
11688 Command
11689 \end_layout
11690
11691 \end_inset
11692 </cell>
11693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11694 \begin_inset Text
11695
11696 \begin_layout Plain Layout
11697 Result
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 </row>
11703 <row>
11704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11705 \begin_inset Text
11706
11707 \begin_layout Plain Layout
11708
11709 \backslash
11710 sum
11711 \backslash
11712 sum
11713 \begin_inset space \textvisiblespace{}
11714 \end_inset
11715
11716 f_kl
11717 \end_layout
11718
11719 \end_inset
11720 </cell>
11721 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11722 \begin_inset Text
11723
11724 \begin_layout Plain Layout
11725 \begin_inset Formula $\sum\sum f_{kl}$
11726 \end_inset
11727
11728
11729 \end_layout
11730
11731 \end_inset
11732 </cell>
11733 </row>
11734 <row>
11735 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11736 \begin_inset Text
11737
11738 \begin_layout Plain Layout
11739
11740 \backslash
11741 sum
11742 \backslash
11743 negmedspace
11744 \backslash
11745 sum
11746 \begin_inset space \textvisiblespace{}
11747 \end_inset
11748
11749 f_kl
11750 \end_layout
11751
11752 \end_inset
11753 </cell>
11754 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11755 \begin_inset Text
11756
11757 \begin_layout Plain Layout
11758 \begin_inset Formula $\sum\negmedspace\sum f_{kl}$
11759 \end_inset
11760
11761
11762 \end_layout
11763
11764 \end_inset
11765 </cell>
11766 </row>
11767 </lyxtabular>
11768
11769 \end_inset
11770
11771
11772 \end_layout
11773
11774 \begin_layout Standard
11775 \noindent
11776 \begin_inset VSpace medskip
11777 \end_inset
11778
11779
11780 \end_layout
11781
11782 \begin_layout Standard
11783 \noindent
11784 Relations like for example equal signs, are always surrounded by space.
11785  To suppress this, the equal sign is placed into a \SpecialChar TeX
11786  brace.
11787  The following example demonstrates this:
11788 \begin_inset Separator parbreak
11789 \end_inset
11790
11791
11792 \end_layout
11793
11794 \begin_layout Standard
11795 \align center
11796 \begin_inset Tabular
11797 <lyxtabular version="3" rows="2" columns="2">
11798 <features tabularvalignment="middle">
11799 <column alignment="center" valignment="top" width="0pt">
11800 <column alignment="center" valignment="top" width="0pt">
11801 <row>
11802 <cell alignment="center" valignment="top" usebox="none">
11803 \begin_inset Text
11804
11805 \begin_layout Plain Layout
11806 normal equation
11807 \end_layout
11808
11809 \end_inset
11810 </cell>
11811 <cell alignment="center" valignment="top" usebox="none">
11812 \begin_inset Text
11813
11814 \begin_layout Plain Layout
11815 \begin_inset Formula $A=B$
11816 \end_inset
11817
11818
11819 \end_layout
11820
11821 \end_inset
11822 </cell>
11823 </row>
11824 <row>
11825 <cell alignment="center" valignment="top" usebox="none">
11826 \begin_inset Text
11827
11828 \begin_layout Plain Layout
11829 equation without space
11830 \end_layout
11831
11832 \end_inset
11833 </cell>
11834 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11835 \begin_inset Text
11836
11837 \begin_layout Plain Layout
11838 \begin_inset Formula $A{=}B$
11839 \end_inset
11840
11841
11842 \end_layout
11843
11844 \end_inset
11845 </cell>
11846 </row>
11847 </lyxtabular>
11848
11849 \end_inset
11850
11851
11852 \end_layout
11853
11854 \begin_layout Standard
11855 \noindent
11856 The command for the last formula is: 
11857 \series bold
11858 A
11859 \backslash
11860 {=
11861 \begin_inset Formula $\to$
11862 \end_inset
11863
11864 B
11865 \end_layout
11866
11867 \begin_layout Standard
11868 \begin_inset VSpace bigskip
11869 \end_inset
11870
11871
11872 \end_layout
11873
11874 \begin_layout Standard
11875 Spaces are needed for physical units, because the space between the value
11876  and the unit is the smallest one and not a normal space.
11877  For units in text, the smallest space is inserted via the menu 
11878 \family sans
11879 Insert\SpecialChar menuseparator
11880 Formatting\SpecialChar menuseparator
11881 Thin
11882 \begin_inset space ~
11883 \end_inset
11884
11885 Space
11886 \family default
11887  (shortcut 
11888 \begin_inset Info
11889 type  "shortcut"
11890 arg   "space-insert thin"
11891 \end_inset
11892
11893 ).
11894 \end_layout
11895
11896 \begin_layout Standard
11897 An example to visualize the difference:
11898 \end_layout
11899
11900 \begin_layout Standard
11901 \begin_inset Tabular
11902 <lyxtabular version="3" rows="2" columns="2">
11903 <features tabularvalignment="middle">
11904 <column alignment="left" valignment="top">
11905 <column alignment="left" valignment="top">
11906 <row>
11907 <cell alignment="center" valignment="top" usebox="none">
11908 \begin_inset Text
11909
11910 \begin_layout Plain Layout
11911 24 kW
11912 \begin_inset Formula $\cdot$
11913 \end_inset
11914
11915 h
11916 \end_layout
11917
11918 \end_inset
11919 </cell>
11920 <cell alignment="center" valignment="top" usebox="none">
11921 \begin_inset Text
11922
11923 \begin_layout Plain Layout
11924 space between value and unit
11925 \end_layout
11926
11927 \end_inset
11928 </cell>
11929 </row>
11930 <row>
11931 <cell alignment="center" valignment="top" usebox="none">
11932 \begin_inset Text
11933
11934 \begin_layout Plain Layout
11935 24
11936 \begin_inset space \thinspace{}
11937 \end_inset
11938
11939 kW
11940 \begin_inset Formula $\cdot$
11941 \end_inset
11942
11943 h
11944 \end_layout
11945
11946 \end_inset
11947 </cell>
11948 <cell alignment="center" valignment="top" usebox="none">
11949 \begin_inset Text
11950
11951 \begin_layout Plain Layout
11952 smallest space between value and unit
11953 \end_layout
11954
11955 \end_inset
11956 </cell>
11957 </row>
11958 </lyxtabular>
11959
11960 \end_inset
11961
11962
11963 \end_layout
11964
11965 \begin_layout Subsection
11966 Variable Space
11967 \begin_inset ERT
11968 status collapsed
11969
11970 \begin_layout Plain Layout
11971
11972
11973 \backslash
11974 texorpdfstring{
11975 \end_layout
11976
11977 \end_inset
11978
11979
11980 \begin_inset Foot
11981 status collapsed
11982
11983 \begin_layout Plain Layout
11984 for vertical space in formulas see 
11985 \begin_inset CommandInset ref
11986 LatexCommand ref
11987 reference "subsec:Line-Separation"
11988
11989 \end_inset
11990
11991
11992 \end_layout
11993
11994 \end_inset
11995
11996
11997 \begin_inset ERT
11998 status collapsed
11999
12000 \begin_layout Plain Layout
12001
12002 }{}
12003 \end_layout
12004
12005 \end_inset
12006
12007
12008 \begin_inset Note Note
12009 status collapsed
12010
12011 \begin_layout Plain Layout
12012
12013 \backslash
12014 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
12015 \end_layout
12016
12017 \begin_layout Plain Layout
12018 More about 
12019 \backslash
12020 texorpdfstring is in section 
12021 \begin_inset CommandInset ref
12022 LatexCommand ref
12023 reference "subsec:Formulas-in-Section"
12024
12025 \end_inset
12026
12027 .
12028 \end_layout
12029
12030 \end_inset
12031
12032
12033 \begin_inset CommandInset label
12034 LatexCommand label
12035 name "subsec:Variable-Space"
12036
12037 \end_inset
12038
12039
12040 \begin_inset Index idx
12041 status collapsed
12042
12043 \begin_layout Plain Layout
12044 Space ! horizontal ! variable
12045 \end_layout
12046
12047 \end_inset
12048
12049
12050 \end_layout
12051
12052 \begin_layout Standard
12053 Space with a defined length can be inserted with the command 
12054 \series bold
12055
12056 \backslash
12057 hspace
12058 \series default
12059
12060 \begin_inset Index idx
12061 status collapsed
12062
12063 \begin_layout Plain Layout
12064 Commands ! H ! 
12065 \backslash
12066 hspace
12067 \end_layout
12068
12069 \end_inset
12070
12071 .
12072  Then a long 
12073 \begin_inset Quotes eld
12074 \end_inset
12075
12076
12077 \color blue
12078
12079 \begin_inset space \textvisiblespace{}
12080 \end_inset
12081
12082
12083 \color inherit
12084
12085 \begin_inset Quotes erd
12086 \end_inset
12087
12088  appears.
12089  The length can be specified by left-clicking on the 
12090 \begin_inset Quotes eld
12091 \end_inset
12092
12093
12094 \color blue
12095
12096 \begin_inset space \textvisiblespace{}
12097 \end_inset
12098
12099
12100 \color inherit
12101
12102 \begin_inset Quotes erd
12103 \end_inset
12104
12105 .
12106  The length may also be negative.
12107  When a space would be the first character in a line it would be omitted.
12108  To force its output use the command 
12109 \series bold
12110
12111 \backslash
12112 hspace*
12113 \series default
12114  instead of 
12115 \series bold
12116
12117 \backslash
12118 hspace
12119 \series default
12120  or left-click on the 
12121 \begin_inset Quotes eld
12122 \end_inset
12123
12124
12125 \color blue
12126
12127 \begin_inset space \textvisiblespace{}
12128 \end_inset
12129
12130
12131 \color inherit
12132
12133 \begin_inset Quotes erd
12134 \end_inset
12135
12136  and check the option 
12137 \family sans
12138 Protect
12139 \family default
12140 .
12141 \begin_inset Newline newline
12142 \end_inset
12143
12144 To insert as much space as is available, the command 
12145 \series bold
12146
12147 \backslash
12148 hfill
12149 \series default
12150
12151 \begin_inset Index idx
12152 status collapsed
12153
12154 \begin_layout Plain Layout
12155 Commands ! H ! 
12156 \backslash
12157 hfill
12158 \end_layout
12159
12160 \end_inset
12161
12162  is used.
12163 \end_layout
12164
12165 \begin_layout Standard
12166 \align center
12167 \begin_inset Tabular
12168 <lyxtabular version="3" rows="4" columns="2">
12169 <features booktabs="true" tabularvalignment="middle">
12170 <column alignment="center" valignment="top" width="0pt">
12171 <column alignment="center" valignment="top">
12172 <row>
12173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12174 \begin_inset Text
12175
12176 \begin_layout Plain Layout
12177 Command (
12178 \backslash
12179 hspace length)
12180 \end_layout
12181
12182 \end_inset
12183 </cell>
12184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12185 \begin_inset Text
12186
12187 \begin_layout Plain Layout
12188 Result
12189 \end_layout
12190
12191 \end_inset
12192 </cell>
12193 </row>
12194 <row>
12195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12196 \begin_inset Text
12197
12198 \begin_layout Plain Layout
12199 A=B
12200 \backslash
12201 hspace
12202 \begin_inset space \textvisiblespace{}
12203 \end_inset
12204
12205 A
12206 \backslash
12207 not=C (3
12208 \begin_inset space \thinspace{}
12209 \end_inset
12210
12211 cm)
12212 \end_layout
12213
12214 \end_inset
12215 </cell>
12216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12217 \begin_inset Text
12218
12219 \begin_layout Plain Layout
12220 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12221 \end_inset
12222
12223
12224 \end_layout
12225
12226 \end_inset
12227 </cell>
12228 </row>
12229 <row>
12230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12231 \begin_inset Text
12232
12233 \begin_layout Plain Layout
12234 A
12235 \backslash
12236 hspace
12237 \begin_inset space \textvisiblespace{}
12238 \end_inset
12239
12240 A
12241 \backslash
12242 not=A (-1
12243 \begin_inset space \thinspace{}
12244 \end_inset
12245
12246 mm)
12247 \end_layout
12248
12249 \end_inset
12250 </cell>
12251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12252 \begin_inset Text
12253
12254 \begin_layout Plain Layout
12255 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12256 \end_inset
12257
12258
12259 \end_layout
12260
12261 \end_inset
12262 </cell>
12263 </row>
12264 <row>
12265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12266 \begin_inset Text
12267
12268 \begin_layout Plain Layout
12269 A=A
12270 \backslash
12271 hfill
12272 \begin_inset space \textvisiblespace{}
12273 \end_inset
12274
12275 B=B
12276 \end_layout
12277
12278 \end_inset
12279 </cell>
12280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12281 \begin_inset Text
12282
12283 \begin_layout Plain Layout
12284 \begin_inset Formula $A=A\hfill B=B$
12285 \end_inset
12286
12287
12288 \end_layout
12289
12290 \end_inset
12291 </cell>
12292 </row>
12293 </lyxtabular>
12294
12295 \end_inset
12296
12297
12298 \end_layout
12299
12300 \begin_layout Standard
12301 In the last example the available space is given by the longest column entry
12302  of the table.
12303  In an inline formula the space depends on the length of the line in which
12304  
12305 \series bold
12306
12307 \backslash
12308 hfill
12309 \series default
12310  is inserted.
12311  Thus, when the line uses the full width, no space will be created.
12312  
12313 \series bold
12314
12315 \backslash
12316 hfill
12317 \series default
12318  only has an effect on displayed formulas when the formula style 
12319 \series bold
12320 Indented
12321 \series default
12322  is used.
12323  (Formula styles are explained in 
12324 \begin_inset CommandInset ref
12325 LatexCommand ref
12326 reference "sec:Formula-Styles"
12327
12328 \end_inset
12329
12330 .)
12331 \end_layout
12332
12333 \begin_layout Standard
12334 Besides 
12335 \series bold
12336
12337 \backslash
12338 hfill
12339 \series default
12340 , there are the commands 
12341 \series bold
12342
12343 \backslash
12344 dotfill
12345 \series default
12346  and 
12347 \series bold
12348
12349 \backslash
12350 hrulefill
12351 \series default
12352  that fill the space with a pattern, see 
12353 \begin_inset CommandInset ref
12354 LatexCommand ref
12355 reference "subsec:Ellipses"
12356
12357 \end_inset
12358
12359  for an example.
12360 \end_layout
12361
12362 \begin_layout Standard
12363 For text, variable space can be inserted via the menu 
12364 \family sans
12365 Insert\SpecialChar menuseparator
12366 Formatting\SpecialChar menuseparator
12367 Horizontal
12368 \begin_inset space ~
12369 \end_inset
12370
12371 Space
12372 \family default
12373 :
12374 \end_layout
12375
12376 \begin_layout Standard
12377 This is a line with
12378 \begin_inset space \hspace{}
12379 \length 2cm
12380 \end_inset
12381
12382 2
12383 \begin_inset space \thinspace{}
12384 \end_inset
12385
12386 cm space.
12387 \end_layout
12388
12389 \begin_layout Standard
12390 This is a line with
12391 \begin_inset space \hfill{}
12392 \end_inset
12393
12394 maximum space.
12395 \end_layout
12396
12397 \begin_layout Subsection
12398 Space besides inline Formulas
12399 \begin_inset Index idx
12400 status collapsed
12401
12402 \begin_layout Plain Layout
12403 Space ! besides inline formulas
12404 \end_layout
12405
12406 \end_inset
12407
12408
12409 \end_layout
12410
12411 \begin_layout Standard
12412 The space that surrounds inline formulas can be adjusted with the length
12413  
12414 \series bold
12415
12416 \backslash
12417 mathsurround
12418 \series default
12419
12420 \begin_inset Index idx
12421 status collapsed
12422
12423 \begin_layout Plain Layout
12424 Commands ! M ! 
12425 \backslash
12426 mathsurround
12427 \end_layout
12428
12429 \end_inset
12430
12431 .
12432  The value of a length is set with the command 
12433 \series bold
12434
12435 \backslash
12436 setlength
12437 \series default
12438
12439 \begin_inset Index idx
12440 status collapsed
12441
12442 \begin_layout Plain Layout
12443 Commands ! S ! 
12444 \backslash
12445 setlength
12446 \end_layout
12447
12448 \end_inset
12449
12450  which has the following scheme:
12451 \end_layout
12452
12453 \begin_layout Standard
12454
12455 \series bold
12456
12457 \backslash
12458 setlength{length name}{value}
12459 \end_layout
12460
12461 \begin_layout Standard
12462 To set 
12463 \series bold
12464
12465 \backslash
12466 mathsurround
12467 \series default
12468  to the value 5
12469 \begin_inset space \thinspace{}
12470 \end_inset
12471
12472 mm, the command
12473 \end_layout
12474
12475 \begin_layout Standard
12476
12477 \series bold
12478
12479 \backslash
12480 setlength{
12481 \backslash
12482 mathsurround}{5mm}
12483 \end_layout
12484
12485 \begin_layout Standard
12486 is inserted in \SpecialChar TeX
12487  mode.
12488  5
12489 \begin_inset space \thinspace{}
12490 \end_inset
12491
12492 mm space will now be set around all inline formulas:
12493 \begin_inset ERT
12494 status collapsed
12495
12496 \begin_layout Plain Layout
12497
12498
12499 \backslash
12500 setlength{
12501 \backslash
12502 mathsurround}{5mm}
12503 \end_layout
12504
12505 \end_inset
12506
12507
12508 \end_layout
12509
12510 \begin_layout Standard
12511 This is a line with an inline formula 
12512 \begin_inset Formula $A=B$
12513 \end_inset
12514
12515  with 5
12516 \begin_inset space \thinspace{}
12517 \end_inset
12518
12519 mm surrounding space.
12520 \begin_inset ERT
12521 status collapsed
12522
12523 \begin_layout Plain Layout
12524
12525
12526 \backslash
12527 setlength{
12528 \backslash
12529 mathsurround}{0pt}
12530 \end_layout
12531
12532 \end_inset
12533
12534
12535 \end_layout
12536
12537 \begin_layout Standard
12538 To return to the predefined value, 
12539 \series bold
12540
12541 \backslash
12542 mathsurround
12543 \series default
12544  is set to the value 0
12545 \begin_inset space \thinspace{}
12546 \end_inset
12547
12548 pt.
12549 \end_layout
12550
12551 \begin_layout Standard
12552 \begin_inset Newpage newpage
12553 \end_inset
12554
12555
12556 \end_layout
12557
12558 \begin_layout Section
12559 Boxes and Frames
12560 \begin_inset Index idx
12561 status collapsed
12562
12563 \begin_layout Plain Layout
12564 Boxes
12565 \end_layout
12566
12567 \end_inset
12568
12569
12570 \begin_inset Index idx
12571 status collapsed
12572
12573 \begin_layout Plain Layout
12574 Frames | see
12575 \begin_inset ERT
12576 status collapsed
12577
12578 \begin_layout Plain Layout
12579
12580 {
12581 \end_layout
12582
12583 \end_inset
12584
12585 Boxes
12586 \begin_inset ERT
12587 status collapsed
12588
12589 \begin_layout Plain Layout
12590
12591 }
12592 \end_layout
12593
12594 \end_inset
12595
12596
12597 \end_layout
12598
12599 \end_inset
12600
12601
12602 \end_layout
12603
12604 \begin_layout Standard
12605 Boxes for text are described in chapter 
12606 \family typewriter
12607 Boxes
12608 \family default
12609  in the 
12610 \family typewriter
12611 Embedded
12612 \begin_inset space ~
12613 \end_inset
12614
12615 Objects
12616 \family default
12617  manual.
12618 \end_layout
12619
12620 \begin_layout Subsection
12621 Boxes with Frame
12622 \begin_inset CommandInset label
12623 LatexCommand label
12624 name "subsec:Boxes-with-Frame"
12625
12626 \end_inset
12627
12628
12629 \begin_inset Index idx
12630 status collapsed
12631
12632 \begin_layout Plain Layout
12633 Boxes ! with frame
12634 \end_layout
12635
12636 \end_inset
12637
12638
12639 \end_layout
12640
12641 \begin_layout Standard
12642 It is possible to frame a formula or part of one with the commands 
12643 \series bold
12644
12645 \backslash
12646 fbox
12647 \series default
12648
12649 \begin_inset Index idx
12650 status collapsed
12651
12652 \begin_layout Plain Layout
12653 Commands ! F ! 
12654 \backslash
12655 fbox
12656 \end_layout
12657
12658 \end_inset
12659
12660  and 
12661 \series bold
12662
12663 \backslash
12664 boxed
12665 \series default
12666
12667 \begin_inset Index idx
12668 status collapsed
12669
12670 \begin_layout Plain Layout
12671 Commands ! B ! 
12672 \backslash
12673 boxed
12674 \end_layout
12675
12676 \end_inset
12677
12678 .
12679 \end_layout
12680
12681 \begin_layout Standard
12682 When one of these commands is inserted in a formula, a blue box appears
12683  within a frame to enter formula parts.
12684  For 
12685 \series bold
12686
12687 \backslash
12688 fbox
12689 \series default
12690  an additional formula has to be created by 
12691 \family sans
12692 Ctrl+M
12693 \family default
12694  within this box, because the box content will otherwise be treated as mathemati
12695 cal text.
12696  When 
12697 \series bold
12698
12699 \backslash
12700 boxed
12701 \series default
12702  is used, a new formula is automatically created inside the frame.
12703 \end_layout
12704
12705 \begin_layout Standard
12706 The command 
12707 \series bold
12708
12709 \backslash
12710 fbox
12711 \series default
12712  is not suitable to frame displayed formulas because the formula will always
12713  be set in the size of the text.
12714  
12715 \series bold
12716
12717 \backslash
12718 boxed
12719 \series default
12720  is in contrary not suitable to frame inline formulas, because the formula
12721  will always be set in the size of a displayed formula.
12722 \end_layout
12723
12724 \begin_layout Standard
12725 An extension to 
12726 \series bold
12727
12728 \backslash
12729 fbox
12730 \series default
12731  is the command 
12732 \series bold
12733
12734 \backslash
12735 framebox
12736 \series default
12737
12738 \begin_inset Index idx
12739 status collapsed
12740
12741 \begin_layout Plain Layout
12742 Commands ! F ! 
12743 \backslash
12744 framebox
12745 \end_layout
12746
12747 \end_inset
12748
12749  where additionally the frame width and the alignment can be specified.
12750  
12751 \series bold
12752
12753 \backslash
12754 framebox
12755 \series default
12756  is used in the following scheme:
12757 \end_layout
12758
12759 \begin_layout Standard
12760
12761 \series bold
12762
12763 \backslash
12764 framebox[frame width][position]{box content}
12765 \end_layout
12766
12767 \begin_layout Standard
12768 The position can either be 
12769 \emph on
12770 l
12771 \emph default
12772  or 
12773 \emph on
12774 r
12775 \emph default
12776 .
12777  
12778 \emph on
12779 l
12780 \emph default
12781  left aligns, 
12782 \emph on
12783 r
12784 \emph default
12785  right aligns the formula in the box.
12786  When no position is given, the formula will be centered.
12787 \begin_inset Newline newline
12788 \end_inset
12789
12790 If no width is given, also no position can be given.
12791  In this case the frame width is adjusted to the box content like for 
12792 \series bold
12793
12794 \backslash
12795 fbox
12796 \series default
12797 .
12798 \end_layout
12799
12800 \begin_layout Standard
12801 When the command 
12802 \series bold
12803
12804 \backslash
12805 framebox
12806 \series default
12807  is inserted, a box appears containing three blue boxes.
12808  The first two boxes are surrounded by brackets and denote the two optional
12809  arguments.
12810  The third box is for formula parts like for 
12811 \series bold
12812
12813 \backslash
12814 fbox
12815 \series default
12816 .
12817 \begin_inset Separator parbreak
12818 \end_inset
12819
12820
12821 \end_layout
12822
12823 \begin_layout Standard
12824 \align center
12825 \begin_inset Tabular
12826 <lyxtabular version="3" rows="5" columns="2">
12827 <features booktabs="true" tabularvalignment="middle">
12828 <column alignment="center" valignment="top" width="0pt">
12829 <column alignment="center" valignment="top">
12830 <row>
12831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12832 \begin_inset Text
12833
12834 \begin_layout Plain Layout
12835 Command
12836 \end_layout
12837
12838 \end_inset
12839 </cell>
12840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12841 \begin_inset Text
12842
12843 \begin_layout Plain Layout
12844 Result
12845 \end_layout
12846
12847 \end_inset
12848 </cell>
12849 </row>
12850 <row topspace="1.5mm">
12851 <cell alignment="center" valignment="top" usebox="none">
12852 \begin_inset Text
12853
12854 \begin_layout Plain Layout
12855
12856 \backslash
12857 fbox
12858 \begin_inset space \textvisiblespace{}
12859 \end_inset
12860
12861
12862 \family sans
12863 Ctrl+M
12864 \family default
12865  
12866 \backslash
12867 int
12868 \begin_inset space \textvisiblespace{}
12869 \end_inset
12870
12871 A=B
12872 \end_layout
12873
12874 \end_inset
12875 </cell>
12876 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12877 \begin_inset Text
12878
12879 \begin_layout Plain Layout
12880 \begin_inset Formula $\fbox{\ensuremath{\int A=B}}$
12881 \end_inset
12882
12883
12884 \end_layout
12885
12886 \end_inset
12887 </cell>
12888 </row>
12889 <row topspace="1.5mm">
12890 <cell alignment="center" valignment="top" usebox="none">
12891 \begin_inset Text
12892
12893 \begin_layout Plain Layout
12894
12895 \backslash
12896 boxed
12897 \begin_inset space \textvisiblespace{}
12898 \end_inset
12899
12900
12901 \backslash
12902 int
12903 \begin_inset space \textvisiblespace{}
12904 \end_inset
12905
12906 A=B
12907 \end_layout
12908
12909 \end_inset
12910 </cell>
12911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12912 \begin_inset Text
12913
12914 \begin_layout Plain Layout
12915 \begin_inset Formula $\boxed{\int A=B}$
12916 \end_inset
12917
12918
12919 \end_layout
12920
12921 \end_inset
12922 </cell>
12923 </row>
12924 <row topspace="1.5mm">
12925 <cell alignment="center" valignment="top" usebox="none">
12926 \begin_inset Text
12927
12928 \begin_layout Plain Layout
12929 A+
12930 \backslash
12931 fbox
12932 \begin_inset space \textvisiblespace{}
12933 \end_inset
12934
12935 B
12936 \end_layout
12937
12938 \end_inset
12939 </cell>
12940 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12941 \begin_inset Text
12942
12943 \begin_layout Plain Layout
12944 \begin_inset Formula $A+\fbox{B}$
12945 \end_inset
12946
12947
12948 \end_layout
12949
12950 \end_inset
12951 </cell>
12952 </row>
12953 <row topspace="1.5mm" bottomspace="1mm">
12954 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12955 \begin_inset Text
12956
12957 \begin_layout Plain Layout
12958
12959 \backslash
12960 framebox
12961 \begin_inset space \textvisiblespace{}
12962 \end_inset
12963
12964 20mm
12965 \begin_inset Formula $\to$
12966 \end_inset
12967
12968
12969 \begin_inset Formula $\to$
12970 \end_inset
12971
12972
12973 \family sans
12974 Ctrl+M
12975 \family default
12976  
12977 \backslash
12978 frac
12979 \begin_inset space \textvisiblespace{}
12980 \end_inset
12981
12982 A
12983 \begin_inset Formula $\downarrow$
12984 \end_inset
12985
12986 B
12987 \end_layout
12988
12989 \end_inset
12990 </cell>
12991 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12992 \begin_inset Text
12993
12994 \begin_layout Plain Layout
12995 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12996 \end_inset
12997
12998
12999 \end_layout
13000
13001 \end_inset
13002 </cell>
13003 </row>
13004 </lyxtabular>
13005
13006 \end_inset
13007
13008
13009 \end_layout
13010
13011 \begin_layout Standard
13012 The frame thickness can also be adjusted.
13013  To do this the following commands have to be inserted in \SpecialChar TeX
13014  mode before the
13015  formula
13016 \end_layout
13017
13018 \begin_layout Standard
13019
13020 \series bold
13021
13022 \backslash
13023 fboxrule
13024 \series default
13025  
13026 \series bold
13027
13028 \begin_inset Quotes eld
13029 \end_inset
13030
13031 thickness
13032 \begin_inset Quotes erd
13033 \end_inset
13034
13035
13036 \series default
13037  
13038 \series bold
13039
13040 \backslash
13041 fboxsep
13042 \series default
13043  
13044 \series bold
13045
13046 \begin_inset Quotes eld
13047 \end_inset
13048
13049 distance
13050 \begin_inset Quotes erd
13051 \end_inset
13052
13053
13054 \end_layout
13055
13056 \begin_layout Standard
13057 \begin_inset Quotes eld
13058 \end_inset
13059
13060 distance
13061 \begin_inset Quotes erd
13062 \end_inset
13063
13064  specifies the minimal distance between the frame and the first character
13065  in the box.
13066  An example for this is the following framed formula:
13067 \begin_inset ERT
13068 status collapsed
13069
13070 \begin_layout Plain Layout
13071
13072
13073 \backslash
13074 fboxrule 2mm 
13075 \backslash
13076 fboxsep 3mm
13077 \end_layout
13078
13079 \end_inset
13080
13081
13082 \begin_inset Formula 
13083 \[
13084 \boxed{A+B=C}
13085 \]
13086
13087 \end_inset
13088
13089 Before this formula the commands
13090 \end_layout
13091
13092 \begin_layout Standard
13093
13094 \series bold
13095
13096 \backslash
13097 fboxrule
13098 \series default
13099  
13100 \series bold
13101 2mm
13102 \series default
13103  
13104 \series bold
13105
13106 \backslash
13107 fboxsep
13108 \series default
13109  
13110 \series bold
13111 3mm
13112 \end_layout
13113
13114 \begin_layout Standard
13115 were inserted in \SpecialChar TeX
13116  mode.
13117  The given values are used for all following boxes.
13118 \end_layout
13119
13120 \begin_layout Standard
13121 To return to the standard frame size, the command
13122 \end_layout
13123
13124 \begin_layout Standard
13125
13126 \series bold
13127
13128 \backslash
13129 fboxrule
13130 \series default
13131  
13132 \series bold
13133 0.4pt
13134 \series default
13135  
13136 \series bold
13137
13138 \backslash
13139 fboxsep
13140 \series default
13141  
13142 \series bold
13143 3pt
13144 \series default
13145
13146 \begin_inset ERT
13147 status collapsed
13148
13149 \begin_layout Plain Layout
13150
13151
13152 \backslash
13153 fboxrule 0.4pt 
13154 \backslash
13155 fboxsep 3pt
13156 \end_layout
13157
13158 \end_inset
13159
13160
13161 \end_layout
13162
13163 \begin_layout Standard
13164 is inserted in \SpecialChar TeX
13165  mode before the next formula.
13166 \end_layout
13167
13168 \begin_layout Subsection
13169 Boxes without Frame
13170 \begin_inset CommandInset label
13171 LatexCommand label
13172 name "subsec:Boxes-without-Frame"
13173
13174 \end_inset
13175
13176
13177 \begin_inset Index idx
13178 status collapsed
13179
13180 \begin_layout Plain Layout
13181 Boxes ! without frame
13182 \end_layout
13183
13184 \end_inset
13185
13186
13187 \end_layout
13188
13189 \begin_layout Standard
13190 For boxes without a frame there are the following box commands: 
13191 \series bold
13192
13193 \backslash
13194 mbox
13195 \series default
13196
13197 \begin_inset Index idx
13198 status collapsed
13199
13200 \begin_layout Plain Layout
13201 Commands ! M ! 
13202 \backslash
13203 mbox
13204 \end_layout
13205
13206 \end_inset
13207
13208
13209 \series bold
13210
13211 \backslash
13212 makebox
13213 \series default
13214
13215 \begin_inset Index idx
13216 status collapsed
13217
13218 \begin_layout Plain Layout
13219 Commands ! M ! 
13220 \backslash
13221 makebox
13222 \end_layout
13223
13224 \end_inset
13225
13226  and 
13227 \series bold
13228
13229 \backslash
13230 raisebox
13231 \series default
13232
13233 \begin_inset Index idx
13234 status collapsed
13235
13236 \begin_layout Plain Layout
13237 Commands ! R ! 
13238 \backslash
13239 raisebox
13240 \end_layout
13241
13242 \end_inset
13243
13244
13245 \end_layout
13246
13247 \begin_layout Standard
13248 With 
13249 \series bold
13250
13251 \backslash
13252 raisebox
13253 \series default
13254  a box can be super- or subscripted.
13255  But in contrary to normal super- and subscripting, the characters in the
13256  box keep their font size.
13257  
13258 \series bold
13259
13260 \backslash
13261 raisebox
13262 \series default
13263  is used in the following scheme:
13264 \end_layout
13265
13266 \begin_layout Standard
13267
13268 \series bold
13269
13270 \backslash
13271 raisebox{height}{box content}
13272 \end_layout
13273
13274 \begin_layout Standard
13275 When the box should contain a formula, an extra formula is needed like for
13276  
13277 \series bold
13278
13279 \backslash
13280 fbox
13281 \series default
13282 .
13283  
13284 \series medium
13285
13286 \begin_inset Note Greyedout
13287 status open
13288
13289 \begin_layout Plain Layout
13290
13291 \series bold
13292 Note:
13293 \series default
13294  For 
13295 \series bold
13296
13297 \backslash
13298 raisebox
13299 \series default
13300  this extra formula is created by pressing 
13301 \family sans
13302 Ctrl+M
13303 \family default
13304  twice instead of once because \SpecialChar LyX
13305  doesn't yet support 
13306 \series bold
13307
13308 \backslash
13309 raisebox
13310 \series default
13311  directly.
13312 \end_layout
13313
13314 \end_inset
13315
13316
13317 \series default
13318
13319 \begin_inset Separator parbreak
13320 \end_inset
13321
13322
13323 \end_layout
13324
13325 \begin_layout Standard
13326 \align center
13327 \begin_inset Tabular
13328 <lyxtabular version="3" rows="4" columns="2">
13329 <features booktabs="true" tabularvalignment="middle">
13330 <column alignment="center" valignment="top" width="0pt">
13331 <column alignment="center" valignment="top">
13332 <row>
13333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13334 \begin_inset Text
13335
13336 \begin_layout Plain Layout
13337 Command
13338 \end_layout
13339
13340 \end_inset
13341 </cell>
13342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13343 \begin_inset Text
13344
13345 \begin_layout Plain Layout
13346 Result
13347 \end_layout
13348
13349 \end_inset
13350 </cell>
13351 </row>
13352 <row>
13353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13354 \begin_inset Text
13355
13356 \begin_layout Plain Layout
13357 H
13358 \backslash
13359 raisebox{2mm
13360 \begin_inset Formula $\to$
13361 \end_inset
13362
13363
13364 \backslash
13365 {al
13366 \begin_inset Formula $\to$
13367 \end_inset
13368
13369  lo
13370 \end_layout
13371
13372 \end_inset
13373 </cell>
13374 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13375 \begin_inset Text
13376
13377 \begin_layout Plain Layout
13378 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13379 \end_inset
13380
13381
13382 \end_layout
13383
13384 \end_inset
13385 </cell>
13386 </row>
13387 <row>
13388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13389 \begin_inset Text
13390
13391 \begin_layout Plain Layout
13392 H
13393 \backslash
13394 raisebox{-2mm
13395 \begin_inset Formula $\to$
13396 \end_inset
13397
13398
13399 \backslash
13400 {al
13401 \begin_inset Formula $\to$
13402 \end_inset
13403
13404 lo
13405 \end_layout
13406
13407 \end_inset
13408 </cell>
13409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13410 \begin_inset Text
13411
13412 \begin_layout Plain Layout
13413 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13414 \end_inset
13415
13416
13417 \end_layout
13418
13419 \end_inset
13420 </cell>
13421 </row>
13422 <row>
13423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13424 \begin_inset Text
13425
13426 \begin_layout Plain Layout
13427 A=
13428 \backslash
13429 raisebox{-2mm
13430 \begin_inset Formula $\to$
13431 \end_inset
13432
13433
13434 \backslash
13435 {
13436 \family sans
13437 Ctrl+M
13438 \family default
13439  
13440 \family sans
13441 Ctrl+M
13442 \family default
13443  
13444 \backslash
13445 sqrt
13446 \begin_inset space \textvisiblespace{}
13447 \end_inset
13448
13449
13450 \end_layout
13451
13452 \end_inset
13453 </cell>
13454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13455 \begin_inset Text
13456
13457 \begin_layout Plain Layout
13458 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13459 \end_inset
13460
13461
13462 \end_layout
13463
13464 \end_inset
13465 </cell>
13466 </row>
13467 </lyxtabular>
13468
13469 \end_inset
13470
13471
13472 \end_layout
13473
13474 \begin_layout Standard
13475 The command 
13476 \series bold
13477
13478 \backslash
13479 mbox
13480 \series default
13481  is equivalent to 
13482 \series bold
13483
13484 \backslash
13485 fbox
13486 \series default
13487  and 
13488 \series bold
13489
13490 \backslash
13491 makebox
13492 \series default
13493  is equivalent to 
13494 \series bold
13495
13496 \backslash
13497 framebox
13498 \series default
13499 , with the difference that there is no frame.
13500 \end_layout
13501
13502 \begin_layout Subsection
13503 Colored Boxes
13504 \begin_inset CommandInset label
13505 LatexCommand label
13506 name "subsec:Colored-Boxes"
13507
13508 \end_inset
13509
13510
13511 \begin_inset Index idx
13512 status collapsed
13513
13514 \begin_layout Plain Layout
13515 Boxes ! colored
13516 \end_layout
13517
13518 \end_inset
13519
13520
13521 \end_layout
13522
13523 \begin_layout Standard
13524 To be able to use all commands explained in this section, the \SpecialChar LaTeX
13525 -package 
13526 \series bold
13527 color
13528 \series default
13529
13530 \begin_inset Foot
13531 status collapsed
13532
13533 \begin_layout Plain Layout
13534 The \SpecialChar LaTeX
13535 -package 
13536 \series bold
13537 color
13538 \series default
13539  is part of every \SpecialChar LaTeX
13540  standard installation.
13541 \end_layout
13542
13543 \end_inset
13544
13545
13546 \begin_inset Index idx
13547 status collapsed
13548
13549 \begin_layout Plain Layout
13550 Packages ! color
13551 \end_layout
13552
13553 \end_inset
13554
13555  has to be loaded in the \SpecialChar LaTeX
13556 -preamble with the line
13557 \begin_inset Foot
13558 status collapsed
13559
13560 \begin_layout Plain Layout
13561 When text is colored somewhere in the document with a predefined color,
13562  \SpecialChar LyX
13563  loads the \SpecialChar LaTeX
13564  package 
13565 \series bold
13566 color
13567 \series default
13568  automatically.
13569  Thus it is possible that the package is loaded twice, but this does not
13570  cause problems.
13571 \end_layout
13572
13573 \end_inset
13574
13575
13576 \begin_inset Note Note
13577 status collapsed
13578
13579 \begin_layout Plain Layout
13580 To avoid that the package is loaded twice, a macro was inserted to the \SpecialChar LaTeX
13581 -preamble.
13582 \end_layout
13583
13584 \end_inset
13585
13586
13587 \end_layout
13588
13589 \begin_layout Standard
13590
13591 \series bold
13592
13593 \backslash
13594 usepackage{color}
13595 \end_layout
13596
13597 \begin_layout Standard
13598 \begin_inset VSpace medskip
13599 \end_inset
13600
13601 To color boxes, the command 
13602 \series bold
13603
13604 \backslash
13605 colorbox
13606 \series default
13607
13608 \begin_inset Index idx
13609 status collapsed
13610
13611 \begin_layout Plain Layout
13612 Commands ! C ! 
13613 \backslash
13614 colorbox
13615 \end_layout
13616
13617 \end_inset
13618
13619  is used in the following scheme:
13620 \end_layout
13621
13622 \begin_layout Standard
13623
13624 \series bold
13625
13626 \backslash
13627 colorbox{color}{box content}
13628 \end_layout
13629
13630 \begin_layout Standard
13631 The box content can also be a box and a 
13632 \series bold
13633
13634 \backslash
13635 colorbox
13636 \series default
13637  can also be part of another box (see the 2nd and 3rd example).
13638  When the box should contain a formula, an extra formula has to be created,
13639  the same way as for 
13640 \series bold
13641
13642 \backslash
13643 raisebox
13644 \series default
13645 .
13646 \begin_inset Foot
13647 status collapsed
13648
13649 \begin_layout Plain Layout
13650 This also applies for the command 
13651 \series bold
13652
13653 \backslash
13654 fcolorbox
13655 \series default
13656 .
13657 \end_layout
13658
13659 \end_inset
13660
13661
13662 \end_layout
13663
13664 \begin_layout Standard
13665 One of the following predefined colors can be chosen:
13666 \end_layout
13667
13668 \begin_layout Standard
13669
13670 \series bold
13671 black
13672 \series default
13673
13674 \series bold
13675 blue
13676 \series default
13677
13678 \series bold
13679 cyan
13680 \series default
13681
13682 \series bold
13683 green
13684 \series default
13685
13686 \series bold
13687 magenta
13688 \series default
13689
13690 \series bold
13691 red
13692 \series default
13693
13694 \series bold
13695 white
13696 \series default
13697  and 
13698 \series bold
13699 yellow
13700 \series default
13701
13702 \begin_inset Separator parbreak
13703 \end_inset
13704
13705
13706 \end_layout
13707
13708 \begin_layout Standard
13709 \align center
13710 \begin_inset Tabular
13711 <lyxtabular version="3" rows="4" columns="2">
13712 <features booktabs="true" tabularvalignment="middle">
13713 <column alignment="center" valignment="top" width="0pt">
13714 <column alignment="center" valignment="top">
13715 <row>
13716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13717 \begin_inset Text
13718
13719 \begin_layout Plain Layout
13720 Command
13721 \end_layout
13722
13723 \end_inset
13724 </cell>
13725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13726 \begin_inset Text
13727
13728 \begin_layout Plain Layout
13729 Result
13730 \end_layout
13731
13732 \end_inset
13733 </cell>
13734 </row>
13735 <row>
13736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13737 \begin_inset Text
13738
13739 \begin_layout Plain Layout
13740
13741 \backslash
13742 colorbox{yellow
13743 \begin_inset Formula $\to$
13744 \end_inset
13745
13746
13747 \backslash
13748 {A=B
13749 \end_layout
13750
13751 \end_inset
13752 </cell>
13753 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Plain Layout
13757 \begin_inset Formula $\colorbox{yellow}{A=B}$
13758 \end_inset
13759
13760
13761 \end_layout
13762
13763 \end_inset
13764 </cell>
13765 </row>
13766 <row topspace="1.5mm">
13767 <cell alignment="center" valignment="top" usebox="none">
13768 \begin_inset Text
13769
13770 \begin_layout Plain Layout
13771
13772 \backslash
13773 colorbox{green
13774 \begin_inset Formula $\to$
13775 \end_inset
13776
13777
13778 \backslash
13779 {
13780 \backslash
13781 fbox
13782 \begin_inset space \textvisiblespace{}
13783 \end_inset
13784
13785 A=B
13786 \end_layout
13787
13788 \end_inset
13789 </cell>
13790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13791 \begin_inset Text
13792
13793 \begin_layout Plain Layout
13794 \begin_inset Formula $\colorbox{green}{\fbox{A=B}}$
13795 \end_inset
13796
13797
13798 \end_layout
13799
13800 \end_inset
13801 </cell>
13802 </row>
13803 <row topspace="1.5mm" bottomspace="1mm">
13804 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13805 \begin_inset Text
13806
13807 \begin_layout Plain Layout
13808
13809 \backslash
13810 fbox
13811 \begin_inset space \textvisiblespace{}
13812 \end_inset
13813
13814
13815 \backslash
13816 colorbox{green
13817 \begin_inset Formula $\to$
13818 \end_inset
13819
13820
13821 \backslash
13822 {
13823 \family sans
13824 Ctrl+M
13825 \family default
13826  
13827 \family sans
13828 Ctrl+M
13829 \family default
13830  
13831 \backslash
13832 int
13833 \begin_inset space \textvisiblespace{}
13834 \end_inset
13835
13836 C=D
13837 \end_layout
13838
13839 \end_inset
13840 </cell>
13841 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845 \begin_inset Formula $\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}$
13846 \end_inset
13847
13848
13849 \end_layout
13850
13851 \end_inset
13852 </cell>
13853 </row>
13854 </lyxtabular>
13855
13856 \end_inset
13857
13858
13859 \end_layout
13860
13861 \begin_layout Standard
13862
13863 \series bold
13864
13865 \backslash
13866 colorbox
13867 \series default
13868  only colors the box but not the characters in the box.
13869  To color all characters, the whole formula is highlighted and the desired
13870  color is chosen in the 
13871 \family sans
13872 Text
13873 \begin_inset space ~
13874 \end_inset
13875
13876 Style
13877 \family default
13878  dialog.
13879  The dialog can be called with the toolbar button 
13880 \begin_inset Info
13881 type  "icon"
13882 arg   "dialog-show character"
13883 \end_inset
13884
13885  or the menu 
13886 \family sans
13887 Edit\SpecialChar menuseparator
13888 Text
13889 \begin_inset space ~
13890 \end_inset
13891
13892 Style\SpecialChar menuseparator
13893 Customized
13894 \family default
13895 .
13896  The formula number then has the same color as the formula.
13897  When the formula number should get another color than the formula characters,
13898  the color must be changed within the formula.
13899 \end_layout
13900
13901 \begin_layout Standard
13902 An example:
13903 \end_layout
13904
13905 \begin_layout Standard
13906
13907 \color red
13908 \begin_inset Formula 
13909 \begin{equation}
13910 \int A=B\label{eq:red}
13911 \end{equation}
13912
13913 \end_inset
13914
13915
13916 \color green
13917
13918 \begin_inset Formula 
13919 \begin{equation}
13920 \textcolor{red}{\int A=B}\label{eq:redgreen}
13921 \end{equation}
13922
13923 \end_inset
13924
13925
13926 \end_layout
13927
13928 \begin_layout Standard
13929 Formula 
13930 \begin_inset CommandInset ref
13931 LatexCommand eqref
13932 reference "eq:red"
13933
13934 \end_inset
13935
13936  is completely colored red.
13937 \begin_inset Newline newline
13938 \end_inset
13939
13940 Formula 
13941 \begin_inset CommandInset ref
13942 LatexCommand eqref
13943 reference "eq:redgreen"
13944
13945 \end_inset
13946
13947  was first completely colored green to set the color for the formula number.
13948  Subsequently the formula characters were colored red.
13949 \end_layout
13950
13951 \begin_layout Standard
13952 \begin_inset VSpace bigskip
13953 \end_inset
13954
13955 To color the frame different than the rest of the box, the command 
13956 \series bold
13957
13958 \backslash
13959 fcolorbox
13960 \series default
13961
13962 \begin_inset Index idx
13963 status collapsed
13964
13965 \begin_layout Plain Layout
13966 Commands ! F ! 
13967 \backslash
13968 fcolorbox
13969 \end_layout
13970
13971 \end_inset
13972
13973  is used in the following scheme:
13974 \end_layout
13975
13976 \begin_layout Standard
13977
13978 \series bold
13979
13980 \backslash
13981 fcolorbox{frame color}{color}{box content}
13982 \end_layout
13983
13984 \begin_layout Standard
13985 So 
13986 \series bold
13987
13988 \backslash
13989 fcolorbox
13990 \series default
13991  is an extension of the command 
13992 \series bold
13993
13994 \backslash
13995 colorbox
13996 \series default
13997 .
13998  The frame width is set, like for 
13999 \series bold
14000
14001 \backslash
14002 framebox
14003 \series default
14004 , with 
14005 \series bold
14006
14007 \backslash
14008 fboxrule
14009 \series default
14010  and 
14011 \series bold
14012
14013 \backslash
14014 fboxsep
14015 \series default
14016 .
14017  An example:
14018 \begin_inset ERT
14019 status collapsed
14020
14021 \begin_layout Plain Layout
14022
14023
14024 \backslash
14025 fboxrule 1mm 
14026 \backslash
14027 fboxsep 1mm
14028 \end_layout
14029
14030 \end_inset
14031
14032
14033 \begin_inset Formula 
14034 \[
14035 \fcolorbox{cyan}{magenta}{A=B}
14036 \]
14037
14038 \end_inset
14039
14040
14041 \begin_inset ERT
14042 status collapsed
14043
14044 \begin_layout Plain Layout
14045
14046
14047 \backslash
14048 fboxrule 0.4pt 
14049 \backslash
14050 fboxsep 3pt
14051 \end_layout
14052
14053 \end_inset
14054
14055
14056 \end_layout
14057
14058 \begin_layout Standard
14059 This formula was created with the command
14060 \begin_inset Newline newline
14061 \end_inset
14062
14063
14064 \series bold
14065
14066 \backslash
14067 fcolorbox{cyan
14068 \begin_inset Formula $\to$
14069 \end_inset
14070
14071
14072 \backslash
14073 {magenta
14074 \begin_inset Formula $\to$
14075 \end_inset
14076
14077
14078 \backslash
14079 {A=B
14080 \series default
14081 .
14082 \end_layout
14083
14084 \begin_layout Standard
14085 \begin_inset VSpace bigskip
14086 \end_inset
14087
14088 To use other colors than the predefined ones, they have to be defined first.
14089 \end_layout
14090
14091 \begin_layout Standard
14092 One can for example define the color 
14093 \begin_inset Quotes eld
14094 \end_inset
14095
14096
14097 \series bold
14098 darkgreen
14099 \series default
14100
14101 \begin_inset Quotes erd
14102 \end_inset
14103
14104  with the \SpecialChar LaTeX
14105 -preamble line:
14106 \end_layout
14107
14108 \begin_layout Standard
14109
14110 \series bold
14111
14112 \backslash
14113 definecolor{darkgreen}{cmyk}{0.5,
14114 \series default
14115  
14116 \series bold
14117 0,
14118 \series default
14119  
14120 \series bold
14121 1,
14122 \series default
14123  
14124 \series bold
14125 0.5}
14126 \series default
14127
14128 \begin_inset Index idx
14129 status collapsed
14130
14131 \begin_layout Plain Layout
14132 Commands ! D ! 
14133 \backslash
14134 definecolor
14135 \end_layout
14136
14137 \end_inset
14138
14139
14140 \end_layout
14141
14142 \begin_layout Standard
14143
14144 \series bold
14145 cmyk
14146 \series default
14147  is the color space that denotes the colors 
14148 \series bold
14149 cyan
14150 \series default
14151
14152 \series bold
14153 magenta
14154 \series default
14155
14156 \series bold
14157 yellow
14158 \series default
14159  and 
14160 \series bold
14161 black
14162 \series default
14163 .
14164  The four comma separated numbers are the portion factor for the corresponding
14165  colors of the color space.
14166  The factors can be in the range of 0
14167 \begin_inset space \thinspace{}
14168 \end_inset
14169
14170 -
14171 \begin_inset space \thinspace{}
14172 \end_inset
14173
14174 1.
14175  Instead of 
14176 \series bold
14177 cmyk
14178 \series default
14179  also the color space 
14180 \series bold
14181 rgb
14182 \series default
14183  can be used for definitions.
14184  
14185 \series bold
14186 rgb
14187 \series default
14188  denotes 
14189 \series bold
14190 red
14191 \series default
14192
14193 \series bold
14194 green
14195 \series default
14196  and 
14197 \series bold
14198 blue
14199 \series default
14200 , so that there are in this case three portion factors for the corresponding
14201  colors.
14202  Furthermore there is the color space 
14203 \series bold
14204 gray
14205 \series default
14206  with one portion factor for the gray value.
14207 \end_layout
14208
14209 \begin_layout Standard
14210 As example a framed box with the new defined color 
14211 \series bold
14212 darkgreen
14213 \series default
14214  where the characters have been colored 
14215 \series bold
14216 yellow
14217 \series default
14218 :
14219 \begin_inset Formula 
14220 \begin{equation}
14221 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14222 \end{equation}
14223
14224 \end_inset
14225
14226
14227 \end_layout
14228
14229 \begin_layout Standard
14230 Self-defined colors can also be used for text with the help of the command
14231  
14232 \series bold
14233
14234 \backslash
14235 textcolor
14236 \series default
14237 :
14238 \begin_inset Index idx
14239 status collapsed
14240
14241 \begin_layout Plain Layout
14242 Text ! colored
14243 \end_layout
14244
14245 \end_inset
14246
14247
14248 \end_layout
14249
14250 \begin_layout Standard
14251 \begin_inset ERT
14252 status collapsed
14253
14254 \begin_layout Plain Layout
14255
14256
14257 \backslash
14258 textcolor{darkgreen}{
14259 \end_layout
14260
14261 \end_inset
14262
14263 This sentence is 
14264 \begin_inset Quotes eld
14265 \end_inset
14266
14267 darkgreen
14268 \begin_inset Quotes erd
14269 \end_inset
14270
14271 .
14272 \begin_inset ERT
14273 status collapsed
14274
14275 \begin_layout Plain Layout
14276
14277 }
14278 \end_layout
14279
14280 \end_inset
14281
14282
14283 \end_layout
14284
14285 \begin_layout Standard
14286
14287 \series bold
14288
14289 \backslash
14290 textcolor
14291 \series default
14292
14293 \begin_inset Index idx
14294 status collapsed
14295
14296 \begin_layout Plain Layout
14297 Commands ! T ! 
14298 \backslash
14299 textcolor
14300 \end_layout
14301
14302 \end_inset
14303
14304  is used in the scheme 
14305 \series bold
14306
14307 \backslash
14308 textcolor{color}{characters to color}
14309 \series default
14310 .
14311 \end_layout
14312
14313 \begin_layout Subsection
14314 Paragraph Boxes
14315 \begin_inset CommandInset label
14316 LatexCommand label
14317 name "subsec:Paragraph-Boxes"
14318
14319 \end_inset
14320
14321
14322 \begin_inset Index idx
14323 status collapsed
14324
14325 \begin_layout Plain Layout
14326 Boxes ! as paragraph
14327 \end_layout
14328
14329 \end_inset
14330
14331
14332 \end_layout
14333
14334 \begin_layout Standard
14335 A box that can contain several lines and paragraphs, a so-called paragraph
14336  box (parbox), can be created with the menu 
14337 \family sans
14338 Insert\SpecialChar menuseparator
14339 Box
14340 \family default
14341  or the toolbar button 
14342 \begin_inset Info
14343 type  "icon"
14344 arg   "box-insert"
14345 \end_inset
14346
14347 .
14348 \end_layout
14349
14350 \begin_layout Standard
14351 The following example shows a framed parbox in a line:
14352 \end_layout
14353
14354 \begin_layout Standard
14355 \begin_inset VSpace medskip
14356 \end_inset
14357
14358 This is a line 
14359 \begin_inset Box Boxed
14360 position "c"
14361 hor_pos "c"
14362 has_inner_box 1
14363 inner_pos "t"
14364 use_parbox 1
14365 use_makebox 0
14366 width "5cm"
14367 special "none"
14368 height "1in"
14369 height_special "totalheight"
14370 thickness "0.4pt"
14371 separation "3pt"
14372 shadowsize "4pt"
14373 framecolor "black"
14374 backgroundcolor "none"
14375 status open
14376
14377 \begin_layout Plain Layout
14378 This is a paragraph box.
14379  It is exactly 5
14380 \begin_inset space \thinspace{}
14381 \end_inset
14382
14383 cm long and can also contain formulas: 
14384 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14385 \end_inset
14386
14387
14388 \end_layout
14389
14390 \end_inset
14391
14392  with a parbox.
14393 \end_layout
14394
14395 \begin_layout Standard
14396 \begin_inset VSpace medskip
14397 \end_inset
14398
14399
14400 \end_layout
14401
14402 \begin_layout Standard
14403 Such a box is created by right-clicking on the gray box inset.
14404  A dialog pops up showing the box properties.
14405  In our case set: 
14406 \emph on
14407 Decoration
14408 \emph default
14409 : Rectangular box, 
14410 \emph on
14411 Inner Box
14412 \emph default
14413 : Parbox, 
14414 \emph on
14415 Width
14416 \emph default
14417 : 5
14418 \begin_inset space \thinspace{}
14419 \end_inset
14420
14421 cm, 
14422 \emph on
14423 Vertical Box Alignment
14424 \emph default
14425 : Middle
14426 \end_layout
14427
14428 \begin_layout Standard
14429 \begin_inset VSpace medskip
14430 \end_inset
14431
14432 In \SpecialChar LaTeX
14433  a parbox is created with the command 
14434 \series bold
14435
14436 \backslash
14437 parbox
14438 \series default
14439
14440 \begin_inset Index idx
14441 status collapsed
14442
14443 \begin_layout Plain Layout
14444 Commands ! P ! 
14445 \backslash
14446 parbox
14447 \end_layout
14448
14449 \end_inset
14450
14451  which has the following scheme:
14452 \end_layout
14453
14454 \begin_layout Standard
14455
14456 \series bold
14457
14458 \backslash
14459 parbox[position]{width}{box content}
14460 \end_layout
14461
14462 \begin_layout Standard
14463 The positions 
14464 \emph on
14465 b
14466 \emph default
14467  and 
14468 \emph on
14469 t
14470 \emph default
14471  are possible.
14472  
14473 \emph on
14474 b
14475 \emph default
14476  for 
14477 \begin_inset Quotes eld
14478 \end_inset
14479
14480 bottom
14481 \begin_inset Quotes erd
14482 \end_inset
14483
14484  means that the box is aligned within the surrounding text with its last
14485  line.
14486  With 
14487 \emph on
14488 t
14489 \emph default
14490  for 
14491 \begin_inset Quotes eld
14492 \end_inset
14493
14494 top
14495 \begin_inset Quotes erd
14496 \end_inset
14497
14498  this is done with the first line.
14499  When no position is given, the box will be vertically centered, see section
14500  
14501 \emph on
14502 Boxes
14503 \emph default
14504  of the 
14505 \emph on
14506 Embedded
14507 \begin_inset space ~
14508 \end_inset
14509
14510 Objects
14511 \emph default
14512  manual for examples.
14513 \end_layout
14514
14515 \begin_layout Standard
14516 \begin_inset VSpace bigskip
14517 \end_inset
14518
14519 To frame formulas completely, including the formula number, the formula
14520  must be set into a parbox.
14521  To do this, the command 
14522 \series bold
14523
14524 \backslash
14525 fbox{
14526 \backslash
14527 parbox{
14528 \backslash
14529 linewidth-2
14530 \backslash
14531 fboxsep-2
14532 \backslash
14533 fboxrule}{
14534 \series default
14535  is inserted in \SpecialChar TeX
14536  mode before the formula.
14537  
14538 \series bold
14539
14540 \backslash
14541 linewidth
14542 \series default
14543
14544 \begin_inset Index idx
14545 status collapsed
14546
14547 \begin_layout Plain Layout
14548 Commands ! L ! 
14549 \backslash
14550 linewidth
14551 \end_layout
14552
14553 \end_inset
14554
14555  is hereby the line width set for the document.
14556  Because the frame is outside the parbox, 2
14557 \begin_inset space \thinspace{}
14558 \end_inset
14559
14560 times the frame separation and the frame thickness must be subtracted from
14561  the line width.
14562  As this is not automatically done by \SpecialChar LyX
14563  due to a bug
14564 \begin_inset Foot
14565 status collapsed
14566
14567 \begin_layout Plain Layout
14568 \begin_inset CommandInset href
14569 LatexCommand href
14570 name "LyX-bug #4483"
14571 target "http://www.lyx.org/trac/ticket/4483"
14572
14573 \end_inset
14574
14575
14576 \end_layout
14577
14578 \end_inset
14579
14580 , \SpecialChar TeX
14581  mode has to be used.
14582  To be able to multiply and subtract in arguments, the \SpecialChar LaTeX
14583 -package 
14584 \series bold
14585 calc
14586 \series default
14587
14588 \begin_inset Foot
14589 status collapsed
14590
14591 \begin_layout Plain Layout
14592
14593 \series bold
14594 calc
14595 \series default
14596  is part of every \SpecialChar LaTeX
14597  standard installation.
14598 \end_layout
14599
14600 \end_inset
14601
14602
14603 \begin_inset Index idx
14604 status collapsed
14605
14606 \begin_layout Plain Layout
14607 Packages ! calc
14608 \end_layout
14609
14610 \end_inset
14611
14612  must be loaded in the \SpecialChar LaTeX
14613 -preamble with the line
14614 \end_layout
14615
14616 \begin_layout Standard
14617
14618 \series bold
14619
14620 \backslash
14621 usepackage{calc}
14622 \end_layout
14623
14624 \begin_layout Standard
14625 Behind the formula both boxes are closed by entering 
14626 \series bold
14627 }}
14628 \series default
14629  in \SpecialChar TeX
14630  mode.
14631  Here is an example:
14632 \begin_inset ERT
14633 status collapsed
14634
14635 \begin_layout Plain Layout
14636
14637
14638 \backslash
14639 fboxsep 5mm 
14640 \backslash
14641 fboxrule 5mm
14642 \end_layout
14643
14644 \end_inset
14645
14646
14647 \end_layout
14648
14649 \begin_layout Standard
14650 \begin_inset ERT
14651 status collapsed
14652
14653 \begin_layout Plain Layout
14654
14655
14656 \backslash
14657 fbox{
14658 \backslash
14659 parbox{
14660 \backslash
14661 linewidth-2
14662 \backslash
14663 fboxsep-2
14664 \backslash
14665 fboxrule}{
14666 \end_layout
14667
14668 \end_inset
14669
14670
14671 \begin_inset Formula 
14672 \begin{equation}
14673 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14674 \end{equation}
14675
14676 \end_inset
14677
14678
14679 \begin_inset ERT
14680 status collapsed
14681
14682 \begin_layout Plain Layout
14683
14684 }}
14685 \end_layout
14686
14687 \end_inset
14688
14689
14690 \begin_inset ERT
14691 status collapsed
14692
14693 \begin_layout Plain Layout
14694
14695
14696 \backslash
14697 fboxrule 0.4pt 
14698 \backslash
14699 fboxsep 3pt
14700 \end_layout
14701
14702 \end_inset
14703
14704
14705 \end_layout
14706
14707 \begin_layout Standard
14708 \begin_inset VSpace medskip
14709 \end_inset
14710
14711 As a parbox is used as the argument of 
14712 \series bold
14713
14714 \backslash
14715 fbox
14716 \series default
14717 , there is in this case no difference between 
14718 \series bold
14719
14720 \backslash
14721 fbox
14722 \series default
14723  and 
14724 \series bold
14725
14726 \backslash
14727 boxed
14728 \series default
14729 .
14730 \end_layout
14731
14732 \begin_layout Standard
14733 \begin_inset VSpace bigskip
14734 \end_inset
14735
14736 Paragraph boxes are very useful to comment formulas directly.
14737  To do this, 
14738 \series bold
14739
14740 \backslash
14741 parbox
14742 \series default
14743  is used in combination with the command 
14744 \series bold
14745
14746 \backslash
14747 tag
14748 \series default
14749 .
14750  (more about 
14751 \series bold
14752
14753 \backslash
14754 tag
14755 \series default
14756  see 
14757 \begin_inset CommandInset ref
14758 LatexCommand ref
14759 reference "subsec:User-defined-Numbering"
14760
14761 \end_inset
14762
14763 )
14764 \end_layout
14765
14766 \begin_layout Standard
14767 An example of a formula commented with 
14768 \series bold
14769
14770 \backslash
14771 parbox
14772 \series default
14773 :
14774 \end_layout
14775
14776 \begin_layout Standard
14777 \begin_inset ERT
14778 status collapsed
14779
14780 \begin_layout Plain Layout
14781
14782
14783 \backslash
14784 [5x-7b=3b
14785 \backslash
14786 tag*{
14787 \backslash
14788 parbox{5cm}{
14789 \end_layout
14790
14791 \end_inset
14792
14793 This is a description.
14794  It is distinctly separated from the formula and multiline.
14795 \begin_inset ERT
14796 status collapsed
14797
14798 \begin_layout Plain Layout
14799
14800 }}
14801 \backslash
14802 ]
14803 \end_layout
14804
14805 \end_inset
14806
14807
14808 \end_layout
14809
14810 \begin_layout Standard
14811 Such a formula must be inserted completely in \SpecialChar TeX
14812  mode because \SpecialChar LyX
14813  does not yet
14814  support the command 
14815 \series bold
14816
14817 \backslash
14818 parbox
14819 \series default
14820  in formulas.
14821  The formula is created with the following command sequence:
14822 \end_layout
14823
14824 \begin_layout Standard
14825 The command 
14826 \series bold
14827
14828 \backslash
14829 [5x-7b=3b
14830 \backslash
14831 tag*
14832 \backslash
14833 {
14834 \backslash
14835 parbox{5cm}{
14836 \series default
14837  is inserted in \SpecialChar TeX
14838  mode.
14839 \begin_inset Foot
14840 status collapsed
14841
14842 \begin_layout Plain Layout
14843 When the formula style 
14844 \series bold
14845 Indented
14846 \series default
14847  is used, 
14848 \series bold
14849
14850 \backslash
14851 tag*
14852 \backslash
14853 {
14854 \series default
14855  can also be replaced by 
14856 \series bold
14857
14858 \backslash
14859 hfill
14860 \series default
14861 .
14862  (formula styles see 
14863 \begin_inset CommandInset ref
14864 LatexCommand ref
14865 reference "sec:Formula-Styles"
14866
14867 \end_inset
14868
14869 )
14870 \end_layout
14871
14872 \end_inset
14873
14874  Then the description follows as normal text and finally 
14875 \series bold
14876 }}
14877 \backslash
14878 ]
14879 \series default
14880  is inserted in \SpecialChar TeX
14881  mode.
14882  The commands 
14883 \series bold
14884
14885 \backslash
14886 [
14887 \series default
14888  and 
14889 \series bold
14890
14891 \backslash
14892 ]
14893 \series default
14894  hereby create a displayed formula.
14895 \end_layout
14896
14897 \begin_layout Standard
14898 The advantages of 
14899 \series bold
14900
14901 \backslash
14902 parbox
14903 \series default
14904  can be seen in this example that was 
14905 \begin_inset Quotes eld
14906 \end_inset
14907
14908 commented
14909 \begin_inset Quotes erd
14910 \end_inset
14911
14912  using the mathematical textmode:
14913 \begin_inset Formula 
14914 \[
14915 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
14916 \]
14917
14918 \end_inset
14919
14920
14921 \end_layout
14922
14923 \begin_layout Section
14924 Operators
14925 \begin_inset Index idx
14926 status collapsed
14927
14928 \begin_layout Plain Layout
14929 Operators
14930 \end_layout
14931
14932 \end_inset
14933
14934
14935 \end_layout
14936
14937 \begin_layout Subsection
14938 Big Operators
14939 \begin_inset CommandInset label
14940 LatexCommand label
14941 name "subsec:Big-Operators"
14942
14943 \end_inset
14944
14945
14946 \begin_inset Index idx
14947 status collapsed
14948
14949 \begin_layout Plain Layout
14950 Operators ! big
14951 \end_layout
14952
14953 \end_inset
14954
14955
14956 \begin_inset Index idx
14957 status collapsed
14958
14959 \begin_layout Plain Layout
14960 Sums
14961 \end_layout
14962
14963 \end_inset
14964
14965
14966 \begin_inset Index idx
14967 status collapsed
14968
14969 \begin_layout Plain Layout
14970 Integrals
14971 \end_layout
14972
14973 \end_inset
14974
14975
14976 \end_layout
14977
14978 \begin_layout Standard
14979 To be able to use all integral operators listed here, the option 
14980 \family sans
14981 Use esint package automatically
14982 \family default
14983  must be set in the document settings under 
14984 \family sans
14985 Math
14986 \begin_inset space ~
14987 \end_inset
14988
14989 Options
14990 \family default
14991 .
14992 \end_layout
14993
14994 \begin_layout Standard
14995 \begin_inset space \hfill{}
14996 \end_inset
14997
14998
14999 \begin_inset Tabular
15000 <lyxtabular version="3" rows="11" columns="2">
15001 <features booktabs="true" tabularvalignment="middle">
15002 <column alignment="center" valignment="top" width="0pt">
15003 <column alignment="center" valignment="top" width="0pt">
15004 <row>
15005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15006 \begin_inset Text
15007
15008 \begin_layout Plain Layout
15009 Command
15010 \end_layout
15011
15012 \end_inset
15013 </cell>
15014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15015 \begin_inset Text
15016
15017 \begin_layout Plain Layout
15018 Result
15019 \end_layout
15020
15021 \end_inset
15022 </cell>
15023 </row>
15024 <row>
15025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15026 \begin_inset Text
15027
15028 \begin_layout Plain Layout
15029
15030 \backslash
15031 int
15032 \begin_inset Index idx
15033 status collapsed
15034
15035 \begin_layout Plain Layout
15036 Commands ! I ! 
15037 \backslash
15038 int
15039 \end_layout
15040
15041 \end_inset
15042
15043
15044 \end_layout
15045
15046 \end_inset
15047 </cell>
15048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15049 \begin_inset Text
15050
15051 \begin_layout Plain Layout
15052 \begin_inset Formula $\int$
15053 \end_inset
15054
15055
15056 \end_layout
15057
15058 \end_inset
15059 </cell>
15060 </row>
15061 <row>
15062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15063 \begin_inset Text
15064
15065 \begin_layout Plain Layout
15066
15067 \backslash
15068 oint
15069 \end_layout
15070
15071 \end_inset
15072 </cell>
15073 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15074 \begin_inset Text
15075
15076 \begin_layout Plain Layout
15077 \begin_inset Formula $\oint$
15078 \end_inset
15079
15080
15081 \end_layout
15082
15083 \end_inset
15084 </cell>
15085 </row>
15086 <row>
15087 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15088 \begin_inset Text
15089
15090 \begin_layout Plain Layout
15091
15092 \backslash
15093 ointctrclockwise
15094 \end_layout
15095
15096 \end_inset
15097 </cell>
15098 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15099 \begin_inset Text
15100
15101 \begin_layout Plain Layout
15102 \begin_inset Formula $\ointctrclockwise$
15103 \end_inset
15104
15105
15106 \end_layout
15107
15108 \end_inset
15109 </cell>
15110 </row>
15111 <row>
15112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15113 \begin_inset Text
15114
15115 \begin_layout Plain Layout
15116
15117 \backslash
15118 ointclockwise
15119 \end_layout
15120
15121 \end_inset
15122 </cell>
15123 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15124 \begin_inset Text
15125
15126 \begin_layout Plain Layout
15127 \begin_inset Formula $\ointclockwise$
15128 \end_inset
15129
15130
15131 \end_layout
15132
15133 \end_inset
15134 </cell>
15135 </row>
15136 <row>
15137 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15138 \begin_inset Text
15139
15140 \begin_layout Plain Layout
15141
15142 \backslash
15143 sqint
15144 \end_layout
15145
15146 \end_inset
15147 </cell>
15148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Plain Layout
15152 \begin_inset Formula $\sqint$
15153 \end_inset
15154
15155
15156 \end_layout
15157
15158 \end_inset
15159 </cell>
15160 </row>
15161 <row>
15162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15163 \begin_inset Text
15164
15165 \begin_layout Plain Layout
15166
15167 \backslash
15168 fint
15169 \end_layout
15170
15171 \end_inset
15172 </cell>
15173 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15174 \begin_inset Text
15175
15176 \begin_layout Plain Layout
15177  
15178 \begin_inset Formula $\fint$
15179 \end_inset
15180
15181
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 </row>
15187 <row>
15188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192
15193 \backslash
15194 landupint
15195 \end_layout
15196
15197 \end_inset
15198 </cell>
15199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15200 \begin_inset Text
15201
15202 \begin_layout Plain Layout
15203  
15204 \begin_inset Formula $\landupint$
15205 \end_inset
15206
15207
15208 \end_layout
15209
15210 \end_inset
15211 </cell>
15212 </row>
15213 <row>
15214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15215 \begin_inset Text
15216
15217 \begin_layout Plain Layout
15218
15219 \backslash
15220 landdownint
15221 \end_layout
15222
15223 \end_inset
15224 </cell>
15225 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15226 \begin_inset Text
15227
15228 \begin_layout Plain Layout
15229  
15230 \begin_inset Formula $\landdownint$
15231 \end_inset
15232
15233
15234 \end_layout
15235
15236 \end_inset
15237 </cell>
15238 </row>
15239 <row>
15240 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15241 \begin_inset Text
15242
15243 \begin_layout Plain Layout
15244
15245 \backslash
15246 bigcap
15247 \end_layout
15248
15249 \end_inset
15250 </cell>
15251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15252 \begin_inset Text
15253
15254 \begin_layout Plain Layout
15255 \begin_inset Formula $\bigcap$
15256 \end_inset
15257
15258
15259 \end_layout
15260
15261 \end_inset
15262 </cell>
15263 </row>
15264 <row>
15265 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15266 \begin_inset Text
15267
15268 \begin_layout Plain Layout
15269
15270 \backslash
15271 bigcup
15272 \end_layout
15273
15274 \end_inset
15275 </cell>
15276 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15277 \begin_inset Text
15278
15279 \begin_layout Plain Layout
15280 \begin_inset Formula $\bigcup$
15281 \end_inset
15282
15283
15284 \end_layout
15285
15286 \end_inset
15287 </cell>
15288 </row>
15289 </lyxtabular>
15290
15291 \end_inset
15292
15293
15294 \begin_inset space \hfill{}
15295 \end_inset
15296
15297
15298 \begin_inset Tabular
15299 <lyxtabular version="3" rows="11" columns="2">
15300 <features booktabs="true" tabularvalignment="middle">
15301 <column alignment="center" valignment="top" width="0pt">
15302 <column alignment="center" valignment="top" width="0pt">
15303 <row>
15304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15305 \begin_inset Text
15306
15307 \begin_layout Plain Layout
15308 Command
15309 \end_layout
15310
15311 \end_inset
15312 </cell>
15313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15314 \begin_inset Text
15315
15316 \begin_layout Plain Layout
15317 Result
15318 \end_layout
15319
15320 \end_inset
15321 </cell>
15322 </row>
15323 <row>
15324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15325 \begin_inset Text
15326
15327 \begin_layout Plain Layout
15328
15329 \backslash
15330 sum
15331 \begin_inset Index idx
15332 status collapsed
15333
15334 \begin_layout Plain Layout
15335 Commands ! S ! 
15336 \backslash
15337 sum
15338 \end_layout
15339
15340 \end_inset
15341
15342
15343 \end_layout
15344
15345 \end_inset
15346 </cell>
15347 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15348 \begin_inset Text
15349
15350 \begin_layout Plain Layout
15351 \begin_inset Formula $\sum$
15352 \end_inset
15353
15354
15355 \end_layout
15356
15357 \end_inset
15358 </cell>
15359 </row>
15360 <row>
15361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15362 \begin_inset Text
15363
15364 \begin_layout Plain Layout
15365
15366 \backslash
15367 prod
15368 \begin_inset Index idx
15369 status collapsed
15370
15371 \begin_layout Plain Layout
15372 Commands ! P ! 
15373 \backslash
15374 prod
15375 \begin_inset ERT
15376 status collapsed
15377
15378 \begin_layout Plain Layout
15379
15380
15381 \backslash
15382 vspace{4mm}
15383 \end_layout
15384
15385 \end_inset
15386
15387
15388 \end_layout
15389
15390 \end_inset
15391
15392
15393 \end_layout
15394
15395 \end_inset
15396 </cell>
15397 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15398 \begin_inset Text
15399
15400 \begin_layout Plain Layout
15401 \begin_inset Formula $\prod$
15402 \end_inset
15403
15404
15405 \end_layout
15406
15407 \end_inset
15408 </cell>
15409 </row>
15410 <row>
15411 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15412 \begin_inset Text
15413
15414 \begin_layout Plain Layout
15415
15416 \backslash
15417 coprod
15418 \end_layout
15419
15420 \end_inset
15421 </cell>
15422 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15423 \begin_inset Text
15424
15425 \begin_layout Plain Layout
15426 \begin_inset Formula $\coprod$
15427 \end_inset
15428
15429
15430 \end_layout
15431
15432 \end_inset
15433 </cell>
15434 </row>
15435 <row>
15436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15437 \begin_inset Text
15438
15439 \begin_layout Plain Layout
15440
15441 \backslash
15442 bigodot
15443 \end_layout
15444
15445 \end_inset
15446 </cell>
15447 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15448 \begin_inset Text
15449
15450 \begin_layout Plain Layout
15451 \begin_inset Formula $\bigodot$
15452 \end_inset
15453
15454
15455 \end_layout
15456
15457 \end_inset
15458 </cell>
15459 </row>
15460 <row>
15461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15462 \begin_inset Text
15463
15464 \begin_layout Plain Layout
15465
15466 \backslash
15467 bigotimes
15468 \end_layout
15469
15470 \end_inset
15471 </cell>
15472 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15473 \begin_inset Text
15474
15475 \begin_layout Plain Layout
15476 \begin_inset Formula $\bigotimes$
15477 \end_inset
15478
15479
15480 \end_layout
15481
15482 \end_inset
15483 </cell>
15484 </row>
15485 <row>
15486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15487 \begin_inset Text
15488
15489 \begin_layout Plain Layout
15490
15491 \backslash
15492 bigoplus
15493 \end_layout
15494
15495 \end_inset
15496 </cell>
15497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15498 \begin_inset Text
15499
15500 \begin_layout Plain Layout
15501 \begin_inset Formula $\bigoplus$
15502 \end_inset
15503
15504
15505 \end_layout
15506
15507 \end_inset
15508 </cell>
15509 </row>
15510 <row>
15511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15512 \begin_inset Text
15513
15514 \begin_layout Plain Layout
15515
15516 \backslash
15517 bigwedge
15518 \end_layout
15519
15520 \end_inset
15521 </cell>
15522 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15523 \begin_inset Text
15524
15525 \begin_layout Plain Layout
15526 \begin_inset Formula $\bigwedge$
15527 \end_inset
15528
15529
15530 \end_layout
15531
15532 \end_inset
15533 </cell>
15534 </row>
15535 <row>
15536 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15537 \begin_inset Text
15538
15539 \begin_layout Plain Layout
15540
15541 \backslash
15542 bigvee
15543 \end_layout
15544
15545 \end_inset
15546 </cell>
15547 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15548 \begin_inset Text
15549
15550 \begin_layout Plain Layout
15551 \begin_inset Formula $\bigvee$
15552 \end_inset
15553
15554
15555 \end_layout
15556
15557 \end_inset
15558 </cell>
15559 </row>
15560 <row>
15561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15562 \begin_inset Text
15563
15564 \begin_layout Plain Layout
15565
15566 \backslash
15567 bigsqcup
15568 \end_layout
15569
15570 \end_inset
15571 </cell>
15572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15573 \begin_inset Text
15574
15575 \begin_layout Plain Layout
15576 \begin_inset Formula $\bigsqcup$
15577 \end_inset
15578
15579
15580 \end_layout
15581
15582 \end_inset
15583 </cell>
15584 </row>
15585 <row>
15586 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15587 \begin_inset Text
15588
15589 \begin_layout Plain Layout
15590
15591 \backslash
15592 biguplus
15593 \end_layout
15594
15595 \end_inset
15596 </cell>
15597 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15598 \begin_inset Text
15599
15600 \begin_layout Plain Layout
15601 \begin_inset Formula $\biguplus$
15602 \end_inset
15603
15604
15605 \end_layout
15606
15607 \end_inset
15608 </cell>
15609 </row>
15610 </lyxtabular>
15611
15612 \end_inset
15613
15614
15615 \begin_inset space \hfill{}
15616 \end_inset
15617
15618
15619 \end_layout
15620
15621 \begin_layout Standard
15622 All big operators can also be inserted via the math toolbar button 
15623 \begin_inset Info
15624 type  "icon"
15625 arg   "math-insert \\intop"
15626 \end_inset
15627
15628 .
15629 \end_layout
15630
15631 \begin_layout Standard
15632 The operators are called big because they are bigger than the sometimes
15633  equal looking binary operators.
15634  All big operators can have limits as described in the next subsection.
15635 \end_layout
15636
15637 \begin_layout Standard
15638 For all integral operators there is a second version available, ending in
15639  
15640 \series bold
15641 op
15642 \series default
15643
15644 \series bold
15645
15646 \backslash
15647 intop
15648 \series default
15649
15650 \series bold
15651
15652 \backslash
15653 ointop
15654 \series default
15655  etc..
15656  These operators are different from 
15657 \series bold
15658
15659 \backslash
15660 int
15661 \series default
15662  etc.
15663 \begin_inset space \space{}
15664 \end_inset
15665
15666 in the style the operator limits are displayed, see 
15667 \begin_inset CommandInset ref
15668 LatexCommand ref
15669 reference "subsec:Operator-Limits"
15670
15671 \end_inset
15672
15673 .
15674  
15675 \end_layout
15676
15677 \begin_layout Subsubsection*
15678 Advice for Integrals
15679 \end_layout
15680
15681 \begin_layout Standard
15682 The letter 
15683 \emph on
15684 d
15685 \emph default
15686  in an integral is an operator, that therefore has to be set upright.
15687  This is done by highlighting the 
15688 \emph on
15689 d
15690 \emph default
15691  and using the keyboard shortcut 
15692 \begin_inset Info
15693 type  "shortcut"
15694 arg   "font-roman"
15695 \end_inset
15696
15697
15698 \begin_inset Foot
15699 status collapsed
15700
15701 \begin_layout Plain Layout
15702 Font styles
15703 \series bold
15704  
15705 \series default
15706 see 
15707 \begin_inset CommandInset ref
15708 LatexCommand ref
15709 reference "subsec:Font-Styles"
15710
15711 \end_inset
15712
15713
15714 \end_layout
15715
15716 \end_inset
15717
15718 .
15719  Finally the smallest space is inserted before the 
15720 \emph on
15721 d
15722 \emph default
15723 , as this is usual for operators.
15724  An example:
15725 \end_layout
15726
15727 \begin_layout Standard
15728 incorrect: 
15729 \begin_inset Formula $\int A(x)dx$
15730 \end_inset
15731
15732
15733 \begin_inset Newline newline
15734 \end_inset
15735
15736
15737 \begin_inset Phantom HPhantom
15738 status open
15739
15740 \begin_layout Plain Layout
15741 in
15742 \end_layout
15743
15744 \end_inset
15745
15746 correct: 
15747 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15748 \end_inset
15749
15750
15751 \end_layout
15752
15753 \begin_layout Standard
15754 For multiple integrals there are the following commands:
15755 \begin_inset VSpace medskip
15756 \end_inset
15757
15758
15759 \end_layout
15760
15761 \begin_layout Standard
15762 \begin_inset space \hfill{}
15763 \end_inset
15764
15765
15766 \begin_inset Tabular
15767 <lyxtabular version="3" rows="4" columns="2">
15768 <features booktabs="true" tabularvalignment="middle">
15769 <column alignment="center" valignment="top" width="0pt">
15770 <column alignment="center" valignment="top" width="0pt">
15771 <row>
15772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15773 \begin_inset Text
15774
15775 \begin_layout Plain Layout
15776 Command
15777 \end_layout
15778
15779 \end_inset
15780 </cell>
15781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15782 \begin_inset Text
15783
15784 \begin_layout Plain Layout
15785 Result
15786 \end_layout
15787
15788 \end_inset
15789 </cell>
15790 </row>
15791 <row bottomspace="1mm">
15792 <cell alignment="center" valignment="top" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Plain Layout
15796
15797 \backslash
15798 iint
15799 \end_layout
15800
15801 \end_inset
15802 </cell>
15803 <cell alignment="center" valignment="top" usebox="none">
15804 \begin_inset Text
15805
15806 \begin_layout Plain Layout
15807 \begin_inset Formula $\iint$
15808 \end_inset
15809
15810
15811 \end_layout
15812
15813 \end_inset
15814 </cell>
15815 </row>
15816 <row bottomspace="1mm">
15817 <cell alignment="center" valignment="top" usebox="none">
15818 \begin_inset Text
15819
15820 \begin_layout Plain Layout
15821
15822 \backslash
15823 oiint
15824 \end_layout
15825
15826 \end_inset
15827 </cell>
15828 <cell alignment="center" valignment="top" usebox="none">
15829 \begin_inset Text
15830
15831 \begin_layout Plain Layout
15832 \begin_inset Formula $\oiint$
15833 \end_inset
15834
15835
15836 \end_layout
15837
15838 \end_inset
15839 </cell>
15840 </row>
15841 <row bottomspace="1mm">
15842 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15843 \begin_inset Text
15844
15845 \begin_layout Plain Layout
15846
15847 \backslash
15848 sqiint
15849 \end_layout
15850
15851 \end_inset
15852 </cell>
15853 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Plain Layout
15857 \begin_inset Formula $\sqiint$
15858 \end_inset
15859
15860
15861 \end_layout
15862
15863 \end_inset
15864 </cell>
15865 </row>
15866 </lyxtabular>
15867
15868 \end_inset
15869
15870
15871 \begin_inset space \hfill{}
15872 \end_inset
15873
15874
15875 \begin_inset Tabular
15876 <lyxtabular version="3" rows="4" columns="2">
15877 <features booktabs="true" tabularvalignment="middle">
15878 <column alignment="center" valignment="top" width="0pt">
15879 <column alignment="center" valignment="top" width="0pt">
15880 <row>
15881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15882 \begin_inset Text
15883
15884 \begin_layout Plain Layout
15885 Command
15886 \end_layout
15887
15888 \end_inset
15889 </cell>
15890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15891 \begin_inset Text
15892
15893 \begin_layout Plain Layout
15894 Result
15895 \end_layout
15896
15897 \end_inset
15898 </cell>
15899 </row>
15900 <row bottomspace="1mm">
15901 <cell alignment="center" valignment="top" usebox="none">
15902 \begin_inset Text
15903
15904 \begin_layout Plain Layout
15905
15906 \backslash
15907 iiint
15908 \end_layout
15909
15910 \end_inset
15911 </cell>
15912 <cell alignment="center" valignment="top" usebox="none">
15913 \begin_inset Text
15914
15915 \begin_layout Plain Layout
15916 \begin_inset Formula $\iiint$
15917 \end_inset
15918
15919
15920 \end_layout
15921
15922 \end_inset
15923 </cell>
15924 </row>
15925 <row bottomspace="1mm">
15926 <cell alignment="center" valignment="top" usebox="none">
15927 \begin_inset Text
15928
15929 \begin_layout Plain Layout
15930
15931 \backslash
15932 iiiint
15933 \end_layout
15934
15935 \end_inset
15936 </cell>
15937 <cell alignment="center" valignment="top" usebox="none">
15938 \begin_inset Text
15939
15940 \begin_layout Plain Layout
15941 \begin_inset Formula $\iiiint$
15942 \end_inset
15943
15944
15945 \end_layout
15946
15947 \end_inset
15948 </cell>
15949 </row>
15950 <row bottomspace="1mm">
15951 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15952 \begin_inset Text
15953
15954 \begin_layout Plain Layout
15955
15956 \backslash
15957 dotsint
15958 \end_layout
15959
15960 \end_inset
15961 </cell>
15962 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15963 \begin_inset Text
15964
15965 \begin_layout Plain Layout
15966 \begin_inset Formula $\dotsint$
15967 \end_inset
15968
15969
15970 \end_layout
15971
15972 \end_inset
15973 </cell>
15974 </row>
15975 </lyxtabular>
15976
15977 \end_inset
15978
15979
15980 \begin_inset space \hfill{}
15981 \end_inset
15982
15983
15984 \end_layout
15985
15986 \begin_layout Subsection
15987 Operator Limits
15988 \begin_inset CommandInset label
15989 LatexCommand label
15990 name "subsec:Operator-Limits"
15991
15992 \end_inset
15993
15994
15995 \begin_inset Index idx
15996 status collapsed
15997
15998 \begin_layout Plain Layout
15999 Operators ! Limits
16000 \end_layout
16001
16002 \end_inset
16003
16004
16005 \end_layout
16006
16007 \begin_layout Standard
16008 Limits are created by super- and subscripts:
16009 \begin_inset Separator parbreak
16010 \end_inset
16011
16012
16013 \end_layout
16014
16015 \begin_layout Standard
16016 \align center
16017 \begin_inset Tabular
16018 <lyxtabular version="3" rows="2" columns="2">
16019 <features booktabs="true" tabularvalignment="middle">
16020 <column alignment="center" valignment="top" width="0pt">
16021 <column alignment="center" valignment="top" width="0pt">
16022 <row>
16023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16024 \begin_inset Text
16025
16026 \begin_layout Plain Layout
16027 Command
16028 \end_layout
16029
16030 \end_inset
16031 </cell>
16032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16033 \begin_inset Text
16034
16035 \begin_layout Plain Layout
16036 Result
16037 \end_layout
16038
16039 \end_inset
16040 </cell>
16041 </row>
16042 <row>
16043 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16044 \begin_inset Text
16045
16046 \begin_layout Plain Layout
16047
16048 \backslash
16049 prod^
16050 \backslash
16051 infty
16052 \begin_inset space \textvisiblespace{}
16053 \end_inset
16054
16055
16056 \begin_inset Formula $\to$
16057 \end_inset
16058
16059 _0
16060 \begin_inset Formula $\to$
16061 \end_inset
16062
16063 A(x)
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072 \begin_inset Formula $\prod_{0}^{\infty}A(x)$
16073 \end_inset
16074
16075
16076 \end_layout
16077
16078 \end_inset
16079 </cell>
16080 </row>
16081 </lyxtabular>
16082
16083 \end_inset
16084
16085
16086 \end_layout
16087
16088 \begin_layout Standard
16089 Limits of inline formulas are set right beside the operator.
16090  Limits in displayed formulas are set above or below the operator, except
16091  for integral limits.
16092 \end_layout
16093
16094 \begin_layout Standard
16095 To force that the limits are set beside the operator, the cursor is set
16096  directly behind the operator and the limits type is changed with the menu
16097  
16098 \family sans
16099 Edit\SpecialChar menuseparator
16100 Math\SpecialChar menuseparator
16101 Change Limits Type
16102 \family default
16103  to 
16104 \family sans
16105 \series bold
16106 Inline
16107 \family default
16108 \series default
16109  (shortcut 
16110 \begin_inset Info
16111 type  "shortcut"
16112 arg   "math-limits"
16113 \end_inset
16114
16115 ).
16116  An example:
16117 \end_layout
16118
16119 \begin_layout Standard
16120 The default limits type is this:
16121 \begin_inset Formula 
16122 \[
16123 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16124 \]
16125
16126 \end_inset
16127
16128 This is how it looks when the limits type was changed to 
16129 \family sans
16130 \series bold
16131 Inline
16132 \family default
16133 \series default
16134 :
16135 \begin_inset Formula 
16136 \[
16137 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16138 \]
16139
16140 \end_inset
16141
16142 For integrals, except those ending with 
16143 \series bold
16144 op
16145 \series default
16146  like 
16147 \series bold
16148
16149 \backslash
16150 intop
16151 \series default
16152
16153 \series bold
16154
16155 \backslash
16156 ointop
16157 \series default
16158  etc., the limits are by default set beside the operator.
16159  But for multiple integrals the limits are often set below the operator.
16160  In the following example the limits type was therefore set to 
16161 \series bold
16162 Display
16163 \series default
16164  and so set below the integrals:
16165 \begin_inset Formula 
16166 \begin{equation}
16167 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16168 \end{equation}
16169
16170 \end_inset
16171
16172
16173 \end_layout
16174
16175 \begin_layout Standard
16176 \begin_inset VSpace medskip
16177 \end_inset
16178
16179 To specify conditions for limits, the commands 
16180 \series bold
16181
16182 \backslash
16183 subarray
16184 \series default
16185
16186 \begin_inset Index idx
16187 status collapsed
16188
16189 \begin_layout Plain Layout
16190 Commands ! S ! 
16191 \backslash
16192 subarray
16193 \end_layout
16194
16195 \end_inset
16196
16197  and 
16198 \series bold
16199
16200 \backslash
16201 substack
16202 \series default
16203
16204 \begin_inset Index idx
16205 status collapsed
16206
16207 \begin_layout Plain Layout
16208 Commands ! S ! 
16209 \backslash
16210 substack
16211 \end_layout
16212
16213 \end_inset
16214
16215  are used.
16216  To create for example this expression 
16217 \begin_inset Formula 
16218 \begin{equation}
16219 \sum_{\begin{subarray}{c}
16220 0<k<1000\\
16221 \\
16222 k\,\in\,\mathbb{N}
16223 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16224 \end{equation}
16225
16226 \end_inset
16227
16228
16229 \end_layout
16230
16231 \begin_layout Standard
16232 the following has to be done:
16233 \begin_inset Newline newline
16234 \end_inset
16235
16236 First the command 
16237 \series bold
16238
16239 \backslash
16240 sum
16241 \series default
16242 ^
16243 \series bold
16244 n
16245 \begin_inset space \textvisiblespace{}
16246 \end_inset
16247
16248 _
16249 \series default
16250  is typed in.
16251  One is now in a blue box under the summation operator and insert there
16252  the command 
16253 \series bold
16254
16255 \backslash
16256 subarray
16257 \begin_inset space \textvisiblespace{}
16258 \end_inset
16259
16260
16261 \series default
16262 .
16263  The blue box is now within a purple box and now several lines can be written
16264  among each other.
16265  A new line is created by inserting a line break (
16266 \begin_inset Info
16267 type  "shortcut"
16268 arg   "newline-insert newline"
16269 \end_inset
16270
16271 ).
16272  When now
16273 \begin_inset Newline newline
16274 \end_inset
16275
16276
16277 \series bold
16278 0<k<1000 Ctrl+Return
16279 \begin_inset Newline newline
16280 \end_inset
16281
16282
16283 \series default
16284 is typed in, a new box appears below for the new line.
16285 \end_layout
16286
16287 \begin_layout Standard
16288 The alignment of the lines can be changed to left aligned with the 
16289 \family sans
16290 table
16291 \family default
16292  
16293 \family sans
16294 toolbar
16295 \family default
16296  or the menu 
16297 \family sans
16298 Edit\SpecialChar menuseparator
16299 Rows &Columns
16300 \family default
16301 .
16302  To get right alignment, 
16303 \series bold
16304
16305 \backslash
16306 hfill
16307 \begin_inset space \textvisiblespace{}
16308 \end_inset
16309
16310
16311 \series default
16312  is inserted at the beginning of the line.
16313 \end_layout
16314
16315 \begin_layout Standard
16316 The command 
16317 \series bold
16318
16319 \backslash
16320 substack
16321 \series default
16322  is equivalent to 
16323 \series bold
16324
16325 \backslash
16326 subarray
16327 \series default
16328  with the difference that the lines are always centered.
16329 \end_layout
16330
16331 \begin_layout Standard
16332 \begin_inset VSpace bigskip
16333 \end_inset
16334
16335 Like in formula 
16336 \begin_inset CommandInset ref
16337 LatexCommand eqref
16338 reference "eq:substack"
16339
16340 \end_inset
16341
16342  there can be too much space beside an operator, because the characters
16343  following the operator are set beside the limits.
16344  To avoid this the command 
16345 \series bold
16346
16347 \backslash
16348 smashoperator
16349 \series default
16350
16351 \begin_inset Index idx
16352 status collapsed
16353
16354 \begin_layout Plain Layout
16355 Commands ! S ! 
16356 \backslash
16357 smashoperator
16358 \end_layout
16359
16360 \end_inset
16361
16362  can be used.
16363  To activate it, set in the document settings under 
16364 \family sans
16365 Math
16366 \begin_inset space ~
16367 \end_inset
16368
16369 Options
16370 \family default
16371  for the package 
16372 \series bold
16373 mathtools
16374 \series default
16375
16376 \begin_inset Index idx
16377 status collapsed
16378
16379 \begin_layout Plain Layout
16380 Packages ! mathtools
16381 \end_layout
16382
16383 \end_inset
16384
16385  the option 
16386 \family sans
16387 Load
16388 \begin_inset space ~
16389 \end_inset
16390
16391 always
16392 \family default
16393 .
16394  
16395 \series bold
16396
16397 \backslash
16398 smashoperator
16399 \series default
16400  sets the space besides the operator to 0
16401 \begin_inset space \thinspace{}
16402 \end_inset
16403
16404 pt.
16405 \begin_inset Newline newline
16406 \end_inset
16407
16408 Applied on formula 
16409 \begin_inset CommandInset ref
16410 LatexCommand eqref
16411 reference "eq:substack"
16412
16413 \end_inset
16414
16415 , one uses the command
16416 \end_layout
16417
16418 \begin_layout Standard
16419
16420 \series bold
16421
16422 \backslash
16423 smashoperator{
16424 \end_layout
16425
16426 \begin_layout Standard
16427 and inserts the operator with its limits into the braces.
16428  Behind the brace one continues the formula:
16429 \begin_inset Formula 
16430 \[
16431 \smashoperator{\sum_{\begin{subarray}{c}
16432 0<k<1000\\
16433 \\
16434 k\,\in\,\mathbb{N}
16435 \end{subarray}}^{n}}k^{-2}
16436 \]
16437
16438 \end_inset
16439
16440
16441 \end_layout
16442
16443 \begin_layout Standard
16444 It is possible to set the space of only one side of the operator to 0
16445 \begin_inset space \thinspace{}
16446 \end_inset
16447
16448 pt.
16449  To do this write either 
16450 \series bold
16451 [l]
16452 \series default
16453  or 
16454 \series bold
16455 [r]
16456 \series default
16457  between 
16458 \series bold
16459
16460 \backslash
16461 smashoperator
16462 \series default
16463  and its brace.
16464  
16465 \series bold
16466 l
16467 \series default
16468  stands for the left and 
16469 \series bold
16470 r
16471 \series default
16472  for the right side of the operator.
16473  Here is an example of the possible 
16474 \series bold
16475
16476 \backslash
16477 smashoperator
16478 \series default
16479  forms:
16480 \end_layout
16481
16482 \begin_layout Standard
16483 \begin_inset Formula 
16484 \[
16485 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}
16486 \]
16487
16488 \end_inset
16489
16490
16491 \end_layout
16492
16493 \begin_layout Standard
16494 \begin_inset VSpace bigskip
16495 \end_inset
16496
16497
16498 \end_layout
16499
16500 \begin_layout Standard
16501 When several consecutive operators have limits the typesetting of the limits
16502  looks often imperfect in the output, see this example:
16503 \begin_inset Formula 
16504 \[
16505 \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}
16506 \]
16507
16508 \end_inset
16509
16510 To improve the typesetting set in the document settings under 
16511 \family sans
16512 Math
16513 \begin_inset space ~
16514 \end_inset
16515
16516 Options
16517 \family default
16518  for the package 
16519 \series bold
16520 mathtools
16521 \series default
16522
16523 \begin_inset Index idx
16524 status collapsed
16525
16526 \begin_layout Plain Layout
16527 Packages ! mathtools
16528 \end_layout
16529
16530 \end_inset
16531
16532  the option 
16533 \family sans
16534 Load
16535 \begin_inset space ~
16536 \end_inset
16537
16538 always
16539 \family default
16540 .
16541  Then insert into your formula the command 
16542 \series bold
16543
16544 \backslash
16545 adjustlimits
16546 \series default
16547
16548 \begin_inset Index idx
16549 status collapsed
16550
16551 \begin_layout Plain Layout
16552 Commands ! A ! 
16553 \backslash
16554 adjustlimits
16555 \end_layout
16556
16557 \end_inset
16558
16559  directly before the first operator.
16560  The example will then look like this:
16561 \begin_inset Formula 
16562 \[
16563 \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}
16564 \]
16565
16566 \end_inset
16567
16568
16569 \end_layout
16570
16571 \begin_layout Standard
16572 \begin_inset VSpace bigskip
16573 \end_inset
16574
16575 How to use one limit for several operators is described in 
16576 \begin_inset CommandInset ref
16577 LatexCommand ref
16578 reference "subsec:Self-defined-Operators"
16579
16580 \end_inset
16581
16582 .
16583 \end_layout
16584
16585 \begin_layout Subsection
16586 Decoration for Operators
16587 \begin_inset Index idx
16588 status collapsed
16589
16590 \begin_layout Plain Layout
16591 Operators ! Decoration
16592 \end_layout
16593
16594 \end_inset
16595
16596
16597 \end_layout
16598
16599 \begin_layout Standard
16600 With the commands 
16601 \series bold
16602
16603 \backslash
16604 overset
16605 \series default
16606
16607 \begin_inset Index idx
16608 status collapsed
16609
16610 \begin_layout Plain Layout
16611 Commands ! O ! 
16612 \backslash
16613 overset
16614 \end_layout
16615
16616 \end_inset
16617
16618  and 
16619 \series bold
16620
16621 \backslash
16622 underset
16623 \series default
16624
16625 \begin_inset Index idx
16626 status collapsed
16627
16628 \begin_layout Plain Layout
16629 Commands ! U ! 
16630 \backslash
16631 underset
16632 \end_layout
16633
16634 \end_inset
16635
16636  characters can be placed above or below an operator, respectively.
16637  With the command 
16638 \series bold
16639
16640 \backslash
16641 sideset
16642 \series default
16643
16644 \begin_inset Index idx
16645 status collapsed
16646
16647 \begin_layout Plain Layout
16648 Commands ! S ! 
16649 \backslash
16650 sideset
16651 \end_layout
16652
16653 \end_inset
16654
16655  characters can be set before and behind a big operator.
16656 \end_layout
16657
16658 \begin_layout Standard
16659 There are 4
16660 \begin_inset space ~
16661 \end_inset
16662
16663 variants of 
16664 \series bold
16665
16666 \backslash
16667 sideset
16668 \series default
16669 :
16670 \end_layout
16671
16672 \begin_layout Itemize
16673
16674 \series bold
16675
16676 \backslash
16677 sideset
16678 \series default
16679  is used to set characters at the corners of the operator
16680 \end_layout
16681
16682 \begin_layout Itemize
16683
16684 \series bold
16685
16686 \backslash
16687 sidesetn
16688 \series default
16689  is used to set characters before and/or behind the operator (this variant
16690  represents \SpecialChar LaTeX
16691 's original 
16692 \series bold
16693
16694 \backslash
16695 sideset
16696 \series default
16697  command)
16698 \end_layout
16699
16700 \begin_layout Itemize
16701
16702 \series bold
16703
16704 \backslash
16705 sidesetl
16706 \series default
16707  is used to set characters at the left corners and/or behind the operator
16708 \end_layout
16709
16710 \begin_layout Itemize
16711
16712 \series bold
16713
16714 \backslash
16715 sidesetr
16716 \series default
16717  is used to set characters at the right corners and/or before the operator
16718 \end_layout
16719
16720 \begin_layout Standard
16721 For example the command 
16722 \series bold
16723
16724 \backslash
16725 sidesetn
16726 \begin_inset space \textvisiblespace{}
16727 \end_inset
16728
16729
16730 \backslash
16731 sum
16732 \begin_inset space \textvisiblespace{}
16733 \end_inset
16734
16735
16736 \begin_inset Formula $\to$
16737 \end_inset
16738
16739 '
16740 \begin_inset Formula $\to$
16741 \end_inset
16742
16743 _k=1
16744 \begin_inset space \textvisiblespace{}
16745 \end_inset
16746
16747
16748 \series default
16749 ^
16750 \series bold
16751 n
16752 \series default
16753  produces:
16754 \begin_inset Formula 
16755 \[
16756 \sideset{}{'}\sum_{k=1}^{n}
16757 \]
16758
16759 \end_inset
16760
16761
16762 \end_layout
16763
16764 \begin_layout Standard
16765 \begin_inset Note Greyedout
16766 status open
16767
16768 \begin_layout Plain Layout
16769
16770 \series bold
16771 Note: 
16772 \backslash
16773 sideset
16774 \series default
16775  can only be used to decorate big operators, binary operators are not allowed.
16776 \end_layout
16777
16778 \end_inset
16779
16780
16781 \end_layout
16782
16783 \begin_layout Standard
16784
16785 \series bold
16786
16787 \backslash
16788 overset
16789 \series default
16790  and 
16791 \series bold
16792
16793 \backslash
16794 underset
16795 \series default
16796  can also be used to decorate symbols and characters.
16797  For example, the command 
16798 \series bold
16799
16800 \backslash
16801 overset
16802 \begin_inset space \textvisiblespace{}
16803 \end_inset
16804
16805
16806 \backslash
16807 maltese
16808 \begin_inset space \textvisiblespace{}
16809 \end_inset
16810
16811
16812 \series default
16813
16814 \begin_inset Formula $\uparrow$
16815 \end_inset
16816
16817
16818 \series bold
16819 a
16820 \series default
16821  produces:
16822 \begin_inset Formula 
16823 \[
16824 \overset{a}{\maltese}
16825 \]
16826
16827 \end_inset
16828
16829
16830 \end_layout
16831
16832 \begin_layout Subsection
16833 Binary Operators
16834 \begin_inset CommandInset label
16835 LatexCommand label
16836 name "subsec:Binary-Operators"
16837
16838 \end_inset
16839
16840
16841 \begin_inset Index idx
16842 status collapsed
16843
16844 \begin_layout Plain Layout
16845 Operators ! binary
16846 \end_layout
16847
16848 \end_inset
16849
16850
16851 \end_layout
16852
16853 \begin_layout Standard
16854 Binary operators are surrounded by space when there is a character before
16855  and after them.
16856 \begin_inset VSpace medskip
16857 \end_inset
16858
16859
16860 \end_layout
16861
16862 \begin_layout Standard
16863 \begin_inset Tabular
16864 <lyxtabular version="3" rows="13" columns="2">
16865 <features booktabs="true" tabularvalignment="middle">
16866 <column alignment="center" valignment="top" width="0pt">
16867 <column alignment="center" valignment="top" width="0pt">
16868 <row>
16869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16870 \begin_inset Text
16871
16872 \begin_layout Plain Layout
16873 Command
16874 \begin_inset Note Note
16875 status collapsed
16876
16877 \begin_layout Plain Layout
16878
16879 \series bold
16880
16881 \backslash
16882 raisebox
16883 \series default
16884  is only used as spacer.
16885 \end_layout
16886
16887 \end_inset
16888
16889
16890 \end_layout
16891
16892 \end_inset
16893 </cell>
16894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16895 \begin_inset Text
16896
16897 \begin_layout Plain Layout
16898 Result
16899 \end_layout
16900
16901 \end_inset
16902 </cell>
16903 </row>
16904 <row>
16905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16906 \begin_inset Text
16907
16908 \begin_layout Plain Layout
16909 +
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918 \begin_inset Formula $+$
16919 \end_inset
16920
16921
16922 \end_layout
16923
16924 \end_inset
16925 </cell>
16926 </row>
16927 <row>
16928 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16929 \begin_inset Text
16930
16931 \begin_layout Plain Layout
16932 -
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941 \begin_inset Formula $-$
16942 \end_inset
16943
16944
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 </row>
16950 <row>
16951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16952 \begin_inset Text
16953
16954 \begin_layout Plain Layout
16955
16956 \backslash
16957 pm
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966 \begin_inset Formula $\pm$
16967 \end_inset
16968
16969
16970 \end_layout
16971
16972 \end_inset
16973 </cell>
16974 </row>
16975 <row>
16976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16977 \begin_inset Text
16978
16979 \begin_layout Plain Layout
16980
16981 \backslash
16982 mp
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16988 \begin_inset Text
16989
16990 \begin_layout Plain Layout
16991 \begin_inset Formula $\mp$
16992 \end_inset
16993
16994
16995 \end_layout
16996
16997 \end_inset
16998 </cell>
16999 </row>
17000 <row>
17001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17002 \begin_inset Text
17003
17004 \begin_layout Plain Layout
17005
17006 \backslash
17007 cdot
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17013 \begin_inset Text
17014
17015 \begin_layout Plain Layout
17016 \begin_inset Formula $\cdot$
17017 \end_inset
17018
17019
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 </row>
17025 <row>
17026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17027 \begin_inset Text
17028
17029 \begin_layout Plain Layout
17030
17031 \backslash
17032 times
17033 \end_layout
17034
17035 \end_inset
17036 </cell>
17037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17038 \begin_inset Text
17039
17040 \begin_layout Plain Layout
17041 \begin_inset Formula $\times$
17042 \end_inset
17043
17044
17045 \end_layout
17046
17047 \end_inset
17048 </cell>
17049 </row>
17050 <row>
17051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17052 \begin_inset Text
17053
17054 \begin_layout Plain Layout
17055
17056 \backslash
17057 div
17058 \end_layout
17059
17060 \end_inset
17061 </cell>
17062 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17063 \begin_inset Text
17064
17065 \begin_layout Plain Layout
17066 \begin_inset Formula $\div$
17067 \end_inset
17068
17069
17070 \end_layout
17071
17072 \end_inset
17073 </cell>
17074 </row>
17075 <row>
17076 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17077 \begin_inset Text
17078
17079 \begin_layout Plain Layout
17080 \begin_inset ERT
17081 status collapsed
17082
17083 \begin_layout Plain Layout
17084
17085
17086 \backslash
17087 raisebox{-1.2mm}{
17088 \end_layout
17089
17090 \end_inset
17091
17092 *
17093 \begin_inset ERT
17094 status collapsed
17095
17096 \begin_layout Plain Layout
17097
17098 }
17099 \end_layout
17100
17101 \end_inset
17102
17103
17104 \end_layout
17105
17106 \end_inset
17107 </cell>
17108 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17109 \begin_inset Text
17110
17111 \begin_layout Plain Layout
17112 \begin_inset Formula $*$
17113 \end_inset
17114
17115
17116 \end_layout
17117
17118 \end_inset
17119 </cell>
17120 </row>
17121 <row>
17122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17123 \begin_inset Text
17124
17125 \begin_layout Plain Layout
17126
17127 \backslash
17128 star
17129 \end_layout
17130
17131 \end_inset
17132 </cell>
17133 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17134 \begin_inset Text
17135
17136 \begin_layout Plain Layout
17137 \begin_inset Formula $\star$
17138 \end_inset
17139
17140
17141 \end_layout
17142
17143 \end_inset
17144 </cell>
17145 </row>
17146 <row>
17147 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17148 \begin_inset Text
17149
17150 \begin_layout Plain Layout
17151
17152 \backslash
17153 circ
17154 \end_layout
17155
17156 \end_inset
17157 </cell>
17158 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17159 \begin_inset Text
17160
17161 \begin_layout Plain Layout
17162 \begin_inset Formula $\circ$
17163 \end_inset
17164
17165
17166 \end_layout
17167
17168 \end_inset
17169 </cell>
17170 </row>
17171 <row>
17172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17173 \begin_inset Text
17174
17175 \begin_layout Plain Layout
17176
17177 \backslash
17178 diamond
17179 \end_layout
17180
17181 \end_inset
17182 </cell>
17183 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17184 \begin_inset Text
17185
17186 \begin_layout Plain Layout
17187 \begin_inset Formula $\diamond$
17188 \end_inset
17189
17190
17191 \end_layout
17192
17193 \end_inset
17194 </cell>
17195 </row>
17196 <row>
17197 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17198 \begin_inset Text
17199
17200 \begin_layout Plain Layout
17201
17202 \backslash
17203 bullet
17204 \end_layout
17205
17206 \end_inset
17207 </cell>
17208 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17209 \begin_inset Text
17210
17211 \begin_layout Plain Layout
17212 \begin_inset Formula $\bullet$
17213 \end_inset
17214
17215
17216 \end_layout
17217
17218 \end_inset
17219 </cell>
17220 </row>
17221 </lyxtabular>
17222
17223 \end_inset
17224
17225
17226 \begin_inset space \hfill{}
17227 \end_inset
17228
17229
17230 \begin_inset Tabular
17231 <lyxtabular version="3" rows="13" columns="2">
17232 <features booktabs="true" tabularvalignment="middle">
17233 <column alignment="center" valignment="top" width="0pt">
17234 <column alignment="center" valignment="top" width="0pt">
17235 <row>
17236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17237 \begin_inset Text
17238
17239 \begin_layout Plain Layout
17240 Command
17241 \end_layout
17242
17243 \end_inset
17244 </cell>
17245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17246 \begin_inset Text
17247
17248 \begin_layout Plain Layout
17249 Result
17250 \end_layout
17251
17252 \end_inset
17253 </cell>
17254 </row>
17255 <row>
17256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17257 \begin_inset Text
17258
17259 \begin_layout Plain Layout
17260
17261 \backslash
17262 nabla
17263 \end_layout
17264
17265 \end_inset
17266 </cell>
17267 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17268 \begin_inset Text
17269
17270 \begin_layout Plain Layout
17271 \begin_inset Formula $\nabla$
17272 \end_inset
17273
17274
17275 \end_layout
17276
17277 \end_inset
17278 </cell>
17279 </row>
17280 <row>
17281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17282 \begin_inset Text
17283
17284 \begin_layout Plain Layout
17285
17286 \backslash
17287 bigtriangledown
17288 \end_layout
17289
17290 \end_inset
17291 </cell>
17292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17293 \begin_inset Text
17294
17295 \begin_layout Plain Layout
17296 \begin_inset Formula $\bigtriangledown$
17297 \end_inset
17298
17299
17300 \end_layout
17301
17302 \end_inset
17303 </cell>
17304 </row>
17305 <row>
17306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17307 \begin_inset Text
17308
17309 \begin_layout Plain Layout
17310
17311 \backslash
17312 bigtriangleup
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17318 \begin_inset Text
17319
17320 \begin_layout Plain Layout
17321 \begin_inset Formula $\bigtriangleup$
17322 \end_inset
17323
17324
17325 \end_layout
17326
17327 \end_inset
17328 </cell>
17329 </row>
17330 <row>
17331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17332 \begin_inset Text
17333
17334 \begin_layout Plain Layout
17335
17336 \backslash
17337 Box
17338 \end_layout
17339
17340 \end_inset
17341 </cell>
17342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17343 \begin_inset Text
17344
17345 \begin_layout Plain Layout
17346 \begin_inset Formula $\Box$
17347 \end_inset
17348
17349
17350 \end_layout
17351
17352 \end_inset
17353 </cell>
17354 </row>
17355 <row>
17356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17357 \begin_inset Text
17358
17359 \begin_layout Plain Layout
17360
17361 \backslash
17362 cap 
17363 \end_layout
17364
17365 \end_inset
17366 </cell>
17367 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17368 \begin_inset Text
17369
17370 \begin_layout Plain Layout
17371 \begin_inset Formula $\cap$
17372 \end_inset
17373
17374
17375 \end_layout
17376
17377 \end_inset
17378 </cell>
17379 </row>
17380 <row>
17381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17382 \begin_inset Text
17383
17384 \begin_layout Plain Layout
17385
17386 \backslash
17387 cup
17388 \end_layout
17389
17390 \end_inset
17391 </cell>
17392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17393 \begin_inset Text
17394
17395 \begin_layout Plain Layout
17396 \begin_inset Formula $\cup$
17397 \end_inset
17398
17399
17400 \end_layout
17401
17402 \end_inset
17403 </cell>
17404 </row>
17405 <row>
17406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17407 \begin_inset Text
17408
17409 \begin_layout Plain Layout
17410
17411 \backslash
17412 dagger
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Plain Layout
17421 \begin_inset Formula $\dagger$
17422 \end_inset
17423
17424
17425 \end_layout
17426
17427 \end_inset
17428 </cell>
17429 </row>
17430 <row>
17431 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17432 \begin_inset Text
17433
17434 \begin_layout Plain Layout
17435
17436 \backslash
17437 ddagger
17438 \end_layout
17439
17440 \end_inset
17441 </cell>
17442 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17443 \begin_inset Text
17444
17445 \begin_layout Plain Layout
17446 \begin_inset Formula $\ddagger$
17447 \end_inset
17448
17449
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 </row>
17455 <row>
17456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17457 \begin_inset Text
17458
17459 \begin_layout Plain Layout
17460
17461 \backslash
17462 wr
17463 \end_layout
17464
17465 \end_inset
17466 </cell>
17467 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17468 \begin_inset Text
17469
17470 \begin_layout Plain Layout
17471 \begin_inset Formula $\wr$
17472 \end_inset
17473
17474
17475 \end_layout
17476
17477 \end_inset
17478 </cell>
17479 </row>
17480 <row>
17481 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17482 \begin_inset Text
17483
17484 \begin_layout Plain Layout
17485
17486 \backslash
17487 bigcirc
17488 \end_layout
17489
17490 \end_inset
17491 </cell>
17492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17493 \begin_inset Text
17494
17495 \begin_layout Plain Layout
17496 \begin_inset Formula $\bigcirc$
17497 \end_inset
17498
17499
17500 \end_layout
17501
17502 \end_inset
17503 </cell>
17504 </row>
17505 <row>
17506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17507 \begin_inset Text
17508
17509 \begin_layout Plain Layout
17510
17511 \backslash
17512 wedge
17513 \end_layout
17514
17515 \end_inset
17516 </cell>
17517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17518 \begin_inset Text
17519
17520 \begin_layout Plain Layout
17521 \begin_inset Formula $\wedge$
17522 \end_inset
17523
17524
17525 \end_layout
17526
17527 \end_inset
17528 </cell>
17529 </row>
17530 <row>
17531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17532 \begin_inset Text
17533
17534 \begin_layout Plain Layout
17535
17536 \backslash
17537 vee
17538 \end_layout
17539
17540 \end_inset
17541 </cell>
17542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17543 \begin_inset Text
17544
17545 \begin_layout Plain Layout
17546 \begin_inset Formula $\vee$
17547 \end_inset
17548
17549
17550 \end_layout
17551
17552 \end_inset
17553 </cell>
17554 </row>
17555 </lyxtabular>
17556
17557 \end_inset
17558
17559
17560 \begin_inset space \hfill{}
17561 \end_inset
17562
17563
17564 \begin_inset Tabular
17565 <lyxtabular version="3" rows="13" columns="2">
17566 <features booktabs="true" tabularvalignment="middle">
17567 <column alignment="center" valignment="top" width="0pt">
17568 <column alignment="center" valignment="top" width="0pt">
17569 <row>
17570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17571 \begin_inset Text
17572
17573 \begin_layout Plain Layout
17574 Command
17575 \end_layout
17576
17577 \end_inset
17578 </cell>
17579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17580 \begin_inset Text
17581
17582 \begin_layout Plain Layout
17583 Result
17584 \end_layout
17585
17586 \end_inset
17587 </cell>
17588 </row>
17589 <row>
17590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17591 \begin_inset Text
17592
17593 \begin_layout Plain Layout
17594
17595 \backslash
17596 oplus
17597 \end_layout
17598
17599 \end_inset
17600 </cell>
17601 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17602 \begin_inset Text
17603
17604 \begin_layout Plain Layout
17605 \begin_inset Formula $\oplus$
17606 \end_inset
17607
17608
17609 \end_layout
17610
17611 \end_inset
17612 </cell>
17613 </row>
17614 <row>
17615 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17616 \begin_inset Text
17617
17618 \begin_layout Plain Layout
17619
17620 \backslash
17621 ominus
17622 \end_layout
17623
17624 \end_inset
17625 </cell>
17626 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17627 \begin_inset Text
17628
17629 \begin_layout Plain Layout
17630 \begin_inset Formula $\ominus$
17631 \end_inset
17632
17633
17634 \end_layout
17635
17636 \end_inset
17637 </cell>
17638 </row>
17639 <row>
17640 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17641 \begin_inset Text
17642
17643 \begin_layout Plain Layout
17644
17645 \backslash
17646 otimes
17647 \end_layout
17648
17649 \end_inset
17650 </cell>
17651 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17652 \begin_inset Text
17653
17654 \begin_layout Plain Layout
17655 \begin_inset Formula $\otimes$
17656 \end_inset
17657
17658
17659 \end_layout
17660
17661 \end_inset
17662 </cell>
17663 </row>
17664 <row>
17665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17666 \begin_inset Text
17667
17668 \begin_layout Plain Layout
17669
17670 \backslash
17671 oslash
17672 \end_layout
17673
17674 \end_inset
17675 </cell>
17676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17677 \begin_inset Text
17678
17679 \begin_layout Plain Layout
17680 \begin_inset Formula $\oslash$
17681 \end_inset
17682
17683
17684 \end_layout
17685
17686 \end_inset
17687 </cell>
17688 </row>
17689 <row>
17690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17691 \begin_inset Text
17692
17693 \begin_layout Plain Layout
17694
17695 \backslash
17696 odot
17697 \end_layout
17698
17699 \end_inset
17700 </cell>
17701 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17702 \begin_inset Text
17703
17704 \begin_layout Plain Layout
17705 \begin_inset Formula $\odot$
17706 \end_inset
17707
17708
17709 \end_layout
17710
17711 \end_inset
17712 </cell>
17713 </row>
17714 <row>
17715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17716 \begin_inset Text
17717
17718 \begin_layout Plain Layout
17719
17720 \backslash
17721 amalg
17722 \end_layout
17723
17724 \end_inset
17725 </cell>
17726 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17727 \begin_inset Text
17728
17729 \begin_layout Plain Layout
17730 \begin_inset Formula $\amalg$
17731 \end_inset
17732
17733
17734 \end_layout
17735
17736 \end_inset
17737 </cell>
17738 </row>
17739 <row>
17740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17741 \begin_inset Text
17742
17743 \begin_layout Plain Layout
17744
17745 \backslash
17746 uplus
17747 \end_layout
17748
17749 \end_inset
17750 </cell>
17751 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17752 \begin_inset Text
17753
17754 \begin_layout Plain Layout
17755 \begin_inset Formula $\uplus$
17756 \end_inset
17757
17758
17759 \end_layout
17760
17761 \end_inset
17762 </cell>
17763 </row>
17764 <row>
17765 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17766 \begin_inset Text
17767
17768 \begin_layout Plain Layout
17769
17770 \backslash
17771 setminus
17772 \end_layout
17773
17774 \end_inset
17775 </cell>
17776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17777 \begin_inset Text
17778
17779 \begin_layout Plain Layout
17780 \begin_inset Formula $\setminus$
17781 \end_inset
17782
17783
17784 \end_layout
17785
17786 \end_inset
17787 </cell>
17788 </row>
17789 <row>
17790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17791 \begin_inset Text
17792
17793 \begin_layout Plain Layout
17794
17795 \backslash
17796 sqcap
17797 \end_layout
17798
17799 \end_inset
17800 </cell>
17801 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17802 \begin_inset Text
17803
17804 \begin_layout Plain Layout
17805 \begin_inset Formula $\sqcap$
17806 \end_inset
17807
17808
17809 \end_layout
17810
17811 \end_inset
17812 </cell>
17813 </row>
17814 <row>
17815 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17816 \begin_inset Text
17817
17818 \begin_layout Plain Layout
17819
17820 \backslash
17821 sqcup
17822 \end_layout
17823
17824 \end_inset
17825 </cell>
17826 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17827 \begin_inset Text
17828
17829 \begin_layout Plain Layout
17830 \begin_inset Formula $\sqcup$
17831 \end_inset
17832
17833
17834 \end_layout
17835
17836 \end_inset
17837 </cell>
17838 </row>
17839 <row>
17840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17841 \begin_inset Text
17842
17843 \begin_layout Plain Layout
17844
17845 \backslash
17846 triangleleft
17847 \end_layout
17848
17849 \end_inset
17850 </cell>
17851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17852 \begin_inset Text
17853
17854 \begin_layout Plain Layout
17855 \begin_inset Formula $\triangleleft$
17856 \end_inset
17857
17858
17859 \end_layout
17860
17861 \end_inset
17862 </cell>
17863 </row>
17864 <row>
17865 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17866 \begin_inset Text
17867
17868 \begin_layout Plain Layout
17869
17870 \backslash
17871 triangleright
17872 \end_layout
17873
17874 \end_inset
17875 </cell>
17876 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17877 \begin_inset Text
17878
17879 \begin_layout Plain Layout
17880 \begin_inset Formula $\triangleright$
17881 \end_inset
17882
17883
17884 \end_layout
17885
17886 \end_inset
17887 </cell>
17888 </row>
17889 </lyxtabular>
17890
17891 \end_inset
17892
17893
17894 \end_layout
17895
17896 \begin_layout Standard
17897 All binary operators can also be inserted via the math toolbar button 
17898 \begin_inset Info
17899 type  "icon"
17900 arg   "math-insert \\pm"
17901 \end_inset
17902
17903 .
17904 \end_layout
17905
17906 \begin_layout Standard
17907 To typeset the Laplace operator also 
17908 \series bold
17909
17910 \backslash
17911 Delta
17912 \series default
17913  or 
17914 \series bold
17915
17916 \backslash
17917 nabla
17918 \series default
17919 ^
17920 \series bold
17921 2
17922 \series default
17923  (
17924 \begin_inset Formula $\nabla^{2}$
17925 \end_inset
17926
17927 ) can be used instead of 
17928 \series bold
17929
17930 \backslash
17931 bigtriangleup
17932 \series default
17933  .
17934 \end_layout
17935
17936 \begin_layout Standard
17937 The character 
17938 \family sans
17939 Menu Separator
17940 \family default
17941  from the menu 
17942 \family sans
17943 Insert\SpecialChar menuseparator
17944 Special Character
17945 \family default
17946  is the operator 
17947 \series bold
17948
17949 \backslash
17950 triangleright
17951 \series default
17952 .
17953 \end_layout
17954
17955 \begin_layout Subsection
17956 Self-defined Operators
17957 \begin_inset CommandInset label
17958 LatexCommand label
17959 name "subsec:Self-defined-Operators"
17960
17961 \end_inset
17962
17963
17964 \begin_inset Index idx
17965 status collapsed
17966
17967 \begin_layout Plain Layout
17968 Operators ! self-defined
17969 \end_layout
17970
17971 \end_inset
17972
17973
17974 \end_layout
17975
17976 \begin_layout Standard
17977 With the help of the command 
17978 \series bold
17979
17980 \backslash
17981 DeclareMathOperator
17982 \series default
17983
17984 \begin_inset Index idx
17985 status collapsed
17986
17987 \begin_layout Plain Layout
17988 Commands ! D ! 
17989 \backslash
17990 dbinom@
17991 \backslash
17992 DeclareMathOperator
17993 \end_layout
17994
17995 \end_inset
17996
17997  custom operators can be defined in the \SpecialChar LaTeX
17998 -preamble.
17999  Its command scheme is:
18000 \end_layout
18001
18002 \begin_layout Standard
18003
18004 \series bold
18005
18006 \backslash
18007 DeclareMathOperator{new command}{display}
18008 \end_layout
18009
18010 \begin_layout Standard
18011 Display can be characters or symbols that define how the operator looks
18012  in the output.
18013  To define a big operator a * is set behind the command.
18014  All self-defined big operators can have limits as described in 
18015 \begin_inset CommandInset ref
18016 LatexCommand ref
18017 reference "subsec:Operator-Limits"
18018
18019 \end_inset
18020
18021 .
18022 \end_layout
18023
18024 \begin_layout Standard
18025 For example the \SpecialChar LaTeX
18026 -preamble line
18027 \end_layout
18028
18029 \begin_layout Standard
18030
18031 \series bold
18032
18033 \backslash
18034 DeclareMathOperator*{
18035 \backslash
18036 Lozenge}{
18037 \backslash
18038 blacklozenge}
18039 \end_layout
18040
18041 \begin_layout Standard
18042 defines the command 
18043 \series bold
18044
18045 \backslash
18046 Lozenge
18047 \series default
18048 , that inserts a big operator consisting of the lozenge symbol from 
18049 \begin_inset CommandInset ref
18050 LatexCommand ref
18051 reference "subsec:Miscellaneous-Symbols"
18052
18053 \end_inset
18054
18055 :
18056 \begin_inset Formula 
18057 \[
18058 \Lozenge_{n=1}^{\infty}
18059 \]
18060
18061 \end_inset
18062
18063 The command for this formula is: 
18064 \series bold
18065
18066 \backslash
18067 Lozenge
18068 \series default
18069 ^
18070 \series bold
18071
18072 \backslash
18073 infty
18074 \begin_inset Formula $\to$
18075 \end_inset
18076
18077 _n=1
18078 \end_layout
18079
18080 \begin_layout Standard
18081 \begin_inset VSpace bigskip
18082 \end_inset
18083
18084 When self-defined operators are not used several times in the document,
18085  they can also be defined with the commands 
18086 \series bold
18087
18088 \backslash
18089 mathop
18090 \series default
18091
18092 \begin_inset Index idx
18093 status collapsed
18094
18095 \begin_layout Plain Layout
18096 Commands ! M ! 
18097 \backslash
18098 mathop
18099 \end_layout
18100
18101 \end_inset
18102
18103  and 
18104 \series bold
18105
18106 \backslash
18107 mathbin
18108 \series default
18109
18110 \begin_inset Index idx
18111 status collapsed
18112
18113 \begin_layout Plain Layout
18114 Commands ! M ! 
18115 \backslash
18116 mathbin
18117 \end_layout
18118
18119 \end_inset
18120
18121 , which have the following scheme:
18122 \end_layout
18123
18124 \begin_layout Standard
18125
18126 \series bold
18127
18128 \backslash
18129 mathop{display}
18130 \series default
18131  and 
18132 \series bold
18133
18134 \backslash
18135 mathbin{display}
18136 \end_layout
18137
18138 \begin_layout Standard
18139
18140 \series bold
18141
18142 \backslash
18143 mathop
18144 \series default
18145  defines big operators, 
18146 \series bold
18147
18148 \backslash
18149 mathbin
18150 \series default
18151  binary operators.
18152 \end_layout
18153
18154 \begin_layout Standard
18155
18156 \series bold
18157
18158 \backslash
18159 mathop
18160 \series default
18161  can e.
18162 \begin_inset space \thinspace{}
18163 \end_inset
18164
18165 g.
18166 \begin_inset space \space{}
18167 \end_inset
18168
18169 be used to use one limit for several operators:
18170 \end_layout
18171
18172 \begin_layout Standard
18173 \begin_inset Formula 
18174 \[
18175 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18176 \]
18177
18178 \end_inset
18179
18180
18181 \end_layout
18182
18183 \begin_layout Standard
18184 The command for the formula above is:
18185 \begin_inset Newline newline
18186 \end_inset
18187
18188
18189 \series bold
18190
18191 \backslash
18192 mathop{
18193 \backslash
18194 sum
18195 \backslash
18196 negmedspace
18197 \backslash
18198 sum
18199 \series default
18200
18201 \begin_inset space \textvisiblespace{}
18202 \end_inset
18203
18204
18205 \series bold
18206
18207 \begin_inset Formula $\to$
18208 \end_inset
18209
18210 ^N
18211 \series default
18212
18213 \begin_inset space \textvisiblespace{}
18214 \end_inset
18215
18216
18217 \series bold
18218 _i,j=1
18219 \end_layout
18220
18221 \begin_layout Section
18222 Fonts
18223 \begin_inset Index idx
18224 status collapsed
18225
18226 \begin_layout Plain Layout
18227 Fonts
18228 \end_layout
18229
18230 \end_inset
18231
18232
18233 \end_layout
18234
18235 \begin_layout Subsection
18236 Font Styles
18237 \begin_inset CommandInset label
18238 LatexCommand label
18239 name "subsec:Font-Styles"
18240
18241 \end_inset
18242
18243
18244 \begin_inset Index idx
18245 status collapsed
18246
18247 \begin_layout Plain Layout
18248 Font ! style
18249 \end_layout
18250
18251 \end_inset
18252
18253
18254 \end_layout
18255
18256 \begin_layout Standard
18257 Latin letters in formulas can be set in one of the following font styles:
18258 \end_layout
18259
18260 \begin_layout Standard
18261 \align center
18262 \begin_inset space \hfill{}
18263 \end_inset
18264
18265
18266 \begin_inset Tabular
18267 <lyxtabular version="3" rows="6" columns="2">
18268 <features booktabs="true" tabularvalignment="middle">
18269 <column alignment="center" valignment="top" width="0pt">
18270 <column alignment="center" valignment="top">
18271 <row>
18272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18273 \begin_inset Text
18274
18275 \begin_layout Plain Layout
18276 Command
18277 \end_layout
18278
18279 \end_inset
18280 </cell>
18281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18282 \begin_inset Text
18283
18284 \begin_layout Plain Layout
18285 Result
18286 \end_layout
18287
18288 \end_inset
18289 </cell>
18290 </row>
18291 <row>
18292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18293 \begin_inset Text
18294
18295 \begin_layout Plain Layout
18296
18297 \backslash
18298 mathbb
18299 \series bold
18300
18301 \begin_inset space \textvisiblespace{}
18302 \end_inset
18303
18304
18305 \series default
18306 ABC
18307 \end_layout
18308
18309 \end_inset
18310 </cell>
18311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18312 \begin_inset Text
18313
18314 \begin_layout Plain Layout
18315 \begin_inset Formula $\mathbb{ABC}$
18316 \end_inset
18317
18318
18319 \end_layout
18320
18321 \end_inset
18322 </cell>
18323 </row>
18324 <row>
18325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18326 \begin_inset Text
18327
18328 \begin_layout Plain Layout
18329
18330 \backslash
18331 mathbf
18332 \series bold
18333
18334 \begin_inset space \textvisiblespace{}
18335 \end_inset
18336
18337
18338 \series default
18339 AbC
18340 \end_layout
18341
18342 \end_inset
18343 </cell>
18344 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18345 \begin_inset Text
18346
18347 \begin_layout Plain Layout
18348 \begin_inset Formula $\mathbf{AbC}$
18349 \end_inset
18350
18351
18352 \end_layout
18353
18354 \end_inset
18355 </cell>
18356 </row>
18357 <row>
18358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18359 \begin_inset Text
18360
18361 \begin_layout Plain Layout
18362
18363 \backslash
18364 boldsymbol
18365 \series bold
18366
18367 \begin_inset space \textvisiblespace{}
18368 \end_inset
18369
18370
18371 \series default
18372 AbC
18373 \end_layout
18374
18375 \end_inset
18376 </cell>
18377 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18378 \begin_inset Text
18379
18380 \begin_layout Plain Layout
18381 \begin_inset Formula $\boldsymbol{AbC}$
18382 \end_inset
18383
18384
18385 \end_layout
18386
18387 \end_inset
18388 </cell>
18389 </row>
18390 <row>
18391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18392 \begin_inset Text
18393
18394 \begin_layout Plain Layout
18395
18396 \backslash
18397 mathcal
18398 \series bold
18399
18400 \begin_inset space \textvisiblespace{}
18401 \end_inset
18402
18403
18404 \series default
18405 ABC
18406 \end_layout
18407
18408 \end_inset
18409 </cell>
18410 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18411 \begin_inset Text
18412
18413 \begin_layout Plain Layout
18414 \begin_inset Formula $\mathcal{ABC}$
18415 \end_inset
18416
18417
18418 \end_layout
18419
18420 \end_inset
18421 </cell>
18422 </row>
18423 <row>
18424 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18425 \begin_inset Text
18426
18427 \begin_layout Plain Layout
18428
18429 \backslash
18430 mathfrak
18431 \series bold
18432
18433 \begin_inset space \textvisiblespace{}
18434 \end_inset
18435
18436
18437 \series default
18438 AbC
18439 \end_layout
18440
18441 \end_inset
18442 </cell>
18443 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18444 \begin_inset Text
18445
18446 \begin_layout Plain Layout
18447 \begin_inset Formula $\mathfrak{AbC}$
18448 \end_inset
18449
18450
18451 \end_layout
18452
18453 \end_inset
18454 </cell>
18455 </row>
18456 </lyxtabular>
18457
18458 \end_inset
18459
18460
18461 \begin_inset space \hfill{}
18462 \end_inset
18463
18464
18465 \begin_inset Tabular
18466 <lyxtabular version="3" rows="6" columns="2">
18467 <features booktabs="true" tabularvalignment="middle">
18468 <column alignment="center" valignment="top" width="0pt">
18469 <column alignment="center" valignment="top">
18470 <row>
18471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18472 \begin_inset Text
18473
18474 \begin_layout Plain Layout
18475 Command
18476 \end_layout
18477
18478 \end_inset
18479 </cell>
18480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18481 \begin_inset Text
18482
18483 \begin_layout Plain Layout
18484 Result
18485 \end_layout
18486
18487 \end_inset
18488 </cell>
18489 </row>
18490 <row>
18491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18492 \begin_inset Text
18493
18494 \begin_layout Plain Layout
18495
18496 \backslash
18497 mathit
18498 \series bold
18499
18500 \begin_inset space \textvisiblespace{}
18501 \end_inset
18502
18503
18504 \series default
18505 AbC
18506 \end_layout
18507
18508 \end_inset
18509 </cell>
18510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18511 \begin_inset Text
18512
18513 \begin_layout Plain Layout
18514 \begin_inset Formula $\mathit{AbC}$
18515 \end_inset
18516
18517
18518 \end_layout
18519
18520 \end_inset
18521 </cell>
18522 </row>
18523 <row>
18524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18525 \begin_inset Text
18526
18527 \begin_layout Plain Layout
18528
18529 \backslash
18530 mathrm
18531 \series bold
18532
18533 \begin_inset space \textvisiblespace{}
18534 \end_inset
18535
18536
18537 \series default
18538 AbC
18539 \end_layout
18540
18541 \end_inset
18542 </cell>
18543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18544 \begin_inset Text
18545
18546 \begin_layout Plain Layout
18547 \begin_inset Formula $\mathrm{AbC}$
18548 \end_inset
18549
18550
18551 \end_layout
18552
18553 \end_inset
18554 </cell>
18555 </row>
18556 <row>
18557 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18558 \begin_inset Text
18559
18560 \begin_layout Plain Layout
18561
18562 \backslash
18563 mathsf
18564 \series bold
18565
18566 \begin_inset space \textvisiblespace{}
18567 \end_inset
18568
18569
18570 \series default
18571 AbC
18572 \end_layout
18573
18574 \end_inset
18575 </cell>
18576 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18577 \begin_inset Text
18578
18579 \begin_layout Plain Layout
18580 \begin_inset Formula $\mathsf{AbC}$
18581 \end_inset
18582
18583
18584 \end_layout
18585
18586 \end_inset
18587 </cell>
18588 </row>
18589 <row>
18590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18591 \begin_inset Text
18592
18593 \begin_layout Plain Layout
18594
18595 \backslash
18596 mathtt
18597 \series bold
18598
18599 \begin_inset space \textvisiblespace{}
18600 \end_inset
18601
18602
18603 \series default
18604 AbC
18605 \end_layout
18606
18607 \end_inset
18608 </cell>
18609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18610 \begin_inset Text
18611
18612 \begin_layout Plain Layout
18613 \begin_inset Formula $\mathtt{AbC}$
18614 \end_inset
18615
18616
18617 \end_layout
18618
18619 \end_inset
18620 </cell>
18621 </row>
18622 <row>
18623 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18624 \begin_inset Text
18625
18626 \begin_layout Plain Layout
18627
18628 \backslash
18629 mathscr
18630 \series bold
18631
18632 \begin_inset space \textvisiblespace{}
18633 \end_inset
18634
18635
18636 \series default
18637 ABC
18638 \end_layout
18639
18640 \end_inset
18641 </cell>
18642 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18643 \begin_inset Text
18644
18645 \begin_layout Plain Layout
18646 \begin_inset Formula $\mathscr{ABC}$
18647 \end_inset
18648
18649
18650 \end_layout
18651
18652 \end_inset
18653 </cell>
18654 </row>
18655 </lyxtabular>
18656
18657 \end_inset
18658
18659
18660 \begin_inset space \hfill{}
18661 \end_inset
18662
18663
18664 \end_layout
18665
18666 \begin_layout Standard
18667 \begin_inset Note Greyedout
18668 status open
18669
18670 \begin_layout Plain Layout
18671
18672 \series bold
18673 Note:
18674 \series default
18675  The styles 
18676 \series bold
18677
18678 \backslash
18679 mathbb
18680 \series default
18681
18682 \series bold
18683
18684 \backslash
18685 mathcal
18686 \series default
18687  and 
18688 \series bold
18689
18690 \backslash
18691 mathscr
18692 \series default
18693  can only be used for big letters.
18694 \end_layout
18695
18696 \end_inset
18697
18698
18699 \end_layout
18700
18701 \begin_layout Standard
18702 Predefined is the style 
18703 \series bold
18704
18705 \backslash
18706 mathnormal
18707 \series default
18708 .
18709 \end_layout
18710
18711 \begin_layout Standard
18712 The style commands work also for letters in mathematical constructs:
18713 \begin_inset Formula 
18714 \[
18715 \mathfrak{A=\frac{b}{C}}
18716 \]
18717
18718 \end_inset
18719
18720
18721 \end_layout
18722
18723 \begin_layout Standard
18724 Characters in mathematical text don't appear in a math font style but in
18725  the text font style 
18726 \series bold
18727
18728 \backslash
18729 textrm
18730 \series default
18731 .
18732  That their style can't be set correctly via the text style dialog is a
18733  bug in \SpecialChar LyX
18734 .
18735 \begin_inset Foot
18736 status collapsed
18737
18738 \begin_layout Plain Layout
18739 \begin_inset CommandInset href
18740 LatexCommand href
18741 name "LyX-bug #4629"
18742 target "http://www.lyx.org/trac/ticket/4629"
18743
18744 \end_inset
18745
18746
18747 \end_layout
18748
18749 \end_inset
18750
18751
18752 \end_layout
18753
18754 \begin_layout Standard
18755 Instead of the style commands the dialog 
18756 \family sans
18757 Edit\SpecialChar menuseparator
18758 Math\SpecialChar menuseparator
18759 Text Style
18760 \family default
18761  or the toolbar button 
18762 \begin_inset Info
18763 type  "icon"
18764 arg   "math-insert \\font"
18765 \end_inset
18766
18767  can be used.
18768 \end_layout
18769
18770 \begin_layout Subsection
18771 Bold Formulas
18772 \begin_inset CommandInset label
18773 LatexCommand label
18774 name "subsec:Bold-Formulas"
18775
18776 \end_inset
18777
18778
18779 \begin_inset Index idx
18780 status collapsed
18781
18782 \begin_layout Plain Layout
18783 Formula ! bold
18784 \end_layout
18785
18786 \end_inset
18787
18788
18789 \end_layout
18790
18791 \begin_layout Standard
18792 To make a complete formula bold, the command 
18793 \series bold
18794
18795 \backslash
18796 mathbf
18797 \series default
18798  from the previous subsection cannot be used, because it doesn't work for
18799  small Greek letters.
18800  Furthermore it prints Latin letters always upright, like in the following
18801  equation:
18802 \end_layout
18803
18804 \begin_layout Standard
18805 \begin_inset Formula 
18806 \[
18807 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18808 \]
18809
18810 \end_inset
18811
18812
18813 \end_layout
18814
18815 \begin_layout Standard
18816 To display the formula correctly, the command 
18817 \series bold
18818
18819 \backslash
18820 boldsymbol
18821 \series default
18822  is used:
18823 \begin_inset Formula 
18824 \[
18825 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18826 \]
18827
18828 \end_inset
18829
18830 It is also possible to set the formula in a 
18831 \series bold
18832 boldmath environment
18833 \series default
18834 .
18835  This environment is created by inserting the command 
18836 \series bold
18837
18838 \backslash
18839 boldmath
18840 \series default
18841
18842 \begin_inset Index idx
18843 status collapsed
18844
18845 \begin_layout Plain Layout
18846 Commands ! B ! 
18847 \backslash
18848 boldmath
18849 \end_layout
18850
18851 \end_inset
18852
18853  in \SpecialChar TeX
18854  mode.
18855  To end the environment, the command 
18856 \series bold
18857
18858 \backslash
18859 unboldmath
18860 \series default
18861
18862 \begin_inset Index idx
18863 status collapsed
18864
18865 \begin_layout Plain Layout
18866 Commands ! U ! 
18867 \backslash
18868 unboldmath
18869 \end_layout
18870
18871 \end_inset
18872
18873  is inserted in \SpecialChar TeX
18874  mode.
18875 \begin_inset ERT
18876 status collapsed
18877
18878 \begin_layout Plain Layout
18879
18880
18881 \backslash
18882 boldmath 
18883 \end_layout
18884
18885 \end_inset
18886
18887
18888 \begin_inset Formula 
18889 \[
18890 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
18891 \]
18892
18893 \end_inset
18894
18895
18896 \begin_inset ERT
18897 status collapsed
18898
18899 \begin_layout Plain Layout
18900
18901
18902 \backslash
18903 unboldmath 
18904 \end_layout
18905
18906 \end_inset
18907
18908
18909 \end_layout
18910
18911 \begin_layout Subsection
18912 Colored Formulas
18913 \begin_inset Index idx
18914 status collapsed
18915
18916 \begin_layout Plain Layout
18917 Formula ! colored
18918 \end_layout
18919
18920 \end_inset
18921
18922
18923 \end_layout
18924
18925 \begin_layout Standard
18926 Formulas can be colored like normal text: Highlight a formula or a formula
18927  part and use the 
18928 \family sans
18929 Text Style
18930 \family default
18931  dialog.
18932  Here is a formula in magenta:
18933 \begin_inset Formula 
18934 \[
18935 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18936 \]
18937
18938 \end_inset
18939
18940
18941 \end_layout
18942
18943 \begin_layout Standard
18944 You can also define your own colors as described in 
18945 \begin_inset CommandInset ref
18946 LatexCommand ref
18947 reference "subsec:Colored-Boxes"
18948
18949 \end_inset
18950
18951 .
18952  They can be used with the \SpecialChar TeX
18953  code command 
18954 \series bold
18955
18956 \backslash
18957 textcolor
18958 \series default
18959
18960 \begin_inset Index idx
18961 status collapsed
18962
18963 \begin_layout Plain Layout
18964 Commands ! T ! 
18965 \backslash
18966 textcolor
18967 \end_layout
18968
18969 \end_inset
18970
18971  in the scheme
18972 \end_layout
18973
18974 \begin_layout Standard
18975
18976 \series bold
18977
18978 \backslash
18979 textcolor{color}{characters or formula}
18980 \end_layout
18981
18982 \begin_layout Standard
18983 The following example was colored completely dark green and partly red:
18984 \end_layout
18985
18986 \begin_layout Standard
18987 \begin_inset ERT
18988 status collapsed
18989
18990 \begin_layout Plain Layout
18991
18992
18993 \backslash
18994 textcolor{darkgreen}{
18995 \end_layout
18996
18997 \end_inset
18998
18999
19000 \begin_inset Formula 
19001 \[
19002 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19003 \]
19004
19005 \end_inset
19006
19007
19008 \begin_inset ERT
19009 status collapsed
19010
19011 \begin_layout Plain Layout
19012
19013 }
19014 \end_layout
19015
19016 \end_inset
19017
19018
19019 \end_layout
19020
19021 \begin_layout Standard
19022 Due to a bug in \SpecialChar LyX
19023  only complete formulas can be colored with self-defined
19024  colors.
19025 \begin_inset Foot
19026 status collapsed
19027
19028 \begin_layout Plain Layout
19029 \begin_inset CommandInset href
19030 LatexCommand href
19031 name "LyX-bug #5269"
19032 target "http://www.lyx.org/trac/ticket/5269"
19033
19034 \end_inset
19035
19036
19037 \end_layout
19038
19039 \end_inset
19040
19041
19042 \end_layout
19043
19044 \begin_layout Subsection
19045 Font Sizes
19046 \begin_inset CommandInset label
19047 LatexCommand label
19048 name "subsec:Font-Sizes"
19049
19050 \end_inset
19051
19052
19053 \begin_inset Index idx
19054 status collapsed
19055
19056 \begin_layout Plain Layout
19057 Font ! size
19058 \end_layout
19059
19060 \end_inset
19061
19062
19063 \end_layout
19064
19065 \begin_layout Standard
19066 For characters in formulas there are, analog to characters in text, the
19067  following size commands:
19068 \end_layout
19069
19070 \begin_layout Standard
19071
19072 \series bold
19073
19074 \backslash
19075 Huge
19076 \series default
19077
19078 \series bold
19079
19080 \backslash
19081 huge
19082 \series default
19083
19084 \series bold
19085
19086 \backslash
19087 LARGE
19088 \series default
19089
19090 \series bold
19091
19092 \backslash
19093 Large
19094 \series default
19095
19096 \series bold
19097
19098 \backslash
19099 large
19100 \series default
19101
19102 \series bold
19103
19104 \backslash
19105 normalsize
19106 \series default
19107
19108 \series bold
19109
19110 \backslash
19111 small
19112 \series default
19113 ,
19114 \begin_inset Newline newline
19115 \end_inset
19116
19117
19118 \series bold
19119
19120 \backslash
19121 footnotesize
19122 \series default
19123
19124 \series bold
19125
19126 \backslash
19127 scriptsize
19128 \series default
19129  and 
19130 \series bold
19131
19132 \backslash
19133 tiny
19134 \end_layout
19135
19136 \begin_layout Standard
19137 The size produced by the commands depends on the document font size, which
19138  corresponds to the command 
19139 \series bold
19140
19141 \backslash
19142 normalsize
19143 \series default
19144 .
19145  The other commands produce smaller or larger sizes than 
19146 \series bold
19147
19148 \backslash
19149 normalsize
19150 \series default
19151 .
19152  The font size can however not exceed a certain value.
19153  Is for example the document font size 12
19154 \begin_inset space \thinspace{}
19155 \end_inset
19156
19157 pt, the command 
19158 \series bold
19159
19160 \backslash
19161 Huge
19162 \series default
19163  switches to the same size as 
19164 \series bold
19165
19166 \backslash
19167 huge
19168 \series default
19169 .
19170  
19171 \end_layout
19172
19173 \begin_layout Standard
19174 A size command is inserted in \SpecialChar TeX
19175  mode before the formula and sets the size
19176  for all following formula and text characters.
19177  To switch back to the initial size, the command 
19178 \series bold
19179
19180 \backslash
19181 normalsize
19182 \series default
19183  is inserted behind the formula in \SpecialChar TeX
19184  mode.
19185 \end_layout
19186
19187 \begin_layout Standard
19188 Within a formula the size can be changed using the following size commands
19189  or the toolbar button 
19190 \begin_inset Info
19191 type  "icon"
19192 arg   "math-insert \\style"
19193 \end_inset
19194
19195 :
19196 \begin_inset Separator parbreak
19197 \end_inset
19198
19199
19200 \end_layout
19201
19202 \begin_layout Standard
19203 \noindent
19204 \align center
19205 \begin_inset Tabular
19206 <lyxtabular version="3" rows="5" columns="2">
19207 <features booktabs="true" tabularvalignment="middle">
19208 <column alignment="center" valignment="top" width="0pt">
19209 <column alignment="center" valignment="top">
19210 <row>
19211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19212 \begin_inset Text
19213
19214 \begin_layout Plain Layout
19215 Command
19216 \end_layout
19217
19218 \end_inset
19219 </cell>
19220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19221 \begin_inset Text
19222
19223 \begin_layout Plain Layout
19224 Result
19225 \end_layout
19226
19227 \end_inset
19228 </cell>
19229 </row>
19230 <row>
19231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19232 \begin_inset Text
19233
19234 \begin_layout Plain Layout
19235
19236 \backslash
19237 displaystyle
19238 \begin_inset Index idx
19239 status collapsed
19240
19241 \begin_layout Plain Layout
19242 Commands ! D ! 
19243 \backslash
19244 displaystyle
19245 \end_layout
19246
19247 \end_inset
19248
19249
19250 \end_layout
19251
19252 \end_inset
19253 </cell>
19254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19255 \begin_inset Text
19256
19257 \begin_layout Plain Layout
19258 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19259 \end_inset
19260
19261
19262 \end_layout
19263
19264 \end_inset
19265 </cell>
19266 </row>
19267 <row topspace="1mm">
19268 <cell alignment="center" valignment="top" usebox="none">
19269 \begin_inset Text
19270
19271 \begin_layout Plain Layout
19272
19273 \backslash
19274 textstyle
19275 \end_layout
19276
19277 \end_inset
19278 </cell>
19279 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Plain Layout
19283 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19284 \end_inset
19285
19286
19287 \end_layout
19288
19289 \end_inset
19290 </cell>
19291 </row>
19292 <row>
19293 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297
19298 \backslash
19299 scriptstyle
19300 \end_layout
19301
19302 \end_inset
19303 </cell>
19304 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19305 \begin_inset Text
19306
19307 \begin_layout Plain Layout
19308 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19309 \end_inset
19310
19311
19312 \end_layout
19313
19314 \end_inset
19315 </cell>
19316 </row>
19317 <row>
19318 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19319 \begin_inset Text
19320
19321 \begin_layout Plain Layout
19322
19323 \backslash
19324 scriptscriptstyle
19325 \end_layout
19326
19327 \end_inset
19328 </cell>
19329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19330 \begin_inset Text
19331
19332 \begin_layout Plain Layout
19333 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19334 \end_inset
19335
19336
19337 \end_layout
19338
19339 \end_inset
19340 </cell>
19341 </row>
19342 </lyxtabular>
19343
19344 \end_inset
19345
19346
19347 \end_layout
19348
19349 \begin_layout Standard
19350 After entering these commands, a blue box appears in which the formula parts
19351  are inserted.
19352 \end_layout
19353
19354 \begin_layout Standard
19355 There is a further method to change the font size, that though only works
19356  for symbols or letters in mathematical text.
19357  To use it, one of the above text size commands is inserted in mathematical
19358  text.
19359  All following characters until the end of the mathematical text or until
19360  another size command will have the selected size.
19361  Two examples:
19362 \begin_inset VSpace -2mm
19363 \end_inset
19364
19365
19366 \end_layout
19367
19368 \begin_layout Standard
19369 \begin_inset ERT
19370 status collapsed
19371
19372 \begin_layout Plain Layout
19373
19374
19375 \backslash
19376 huge 
19377 \end_layout
19378
19379 \end_inset
19380
19381
19382 \begin_inset Formula 
19383 \[
19384 A=\frac{B}{c}\cdot\maltese
19385 \]
19386
19387 \end_inset
19388
19389
19390 \begin_inset Formula 
19391 \[
19392 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19393 \]
19394
19395 \end_inset
19396
19397
19398 \begin_inset ERT
19399 status collapsed
19400
19401 \begin_layout Plain Layout
19402
19403
19404 \backslash
19405 normalsize 
19406 \end_layout
19407
19408 \end_inset
19409
19410
19411 \end_layout
19412
19413 \begin_layout Standard
19414 \begin_inset VSpace medskip
19415 \end_inset
19416
19417 Before both formulas the command 
19418 \series bold
19419
19420 \backslash
19421 huge
19422 \series default
19423  was inserted.
19424  The command for the second formula is:
19425 \begin_inset Newline newline
19426 \end_inset
19427
19428
19429 \series bold
19430
19431 \backslash
19432 maltese
19433 \begin_inset space \textvisiblespace{}
19434 \end_inset
19435
19436 A Alt+M M 
19437 \backslash
19438 Large
19439 \begin_inset space \textvisiblespace{}
19440 \end_inset
19441
19442
19443 \backslash
19444 maltese
19445 \begin_inset space \textvisiblespace{}
19446 \end_inset
19447
19448
19449 \backslash
19450 textit
19451 \begin_inset space \textvisiblespace{}
19452 \end_inset
19453
19454 A
19455 \begin_inset Formula $\to$
19456 \end_inset
19457
19458
19459 \begin_inset Formula $\to$
19460 \end_inset
19461
19462
19463 \begin_inset Newline newline
19464 \end_inset
19465
19466
19467 \begin_inset space \hspace*{}
19468 \length 1cm
19469 \end_inset
19470
19471 Alt+M
19472 \series default
19473  
19474 \series bold
19475
19476 \backslash
19477 tiny
19478 \begin_inset space \textvisiblespace{}
19479 \end_inset
19480
19481
19482 \backslash
19483 maltese
19484 \begin_inset space \textvisiblespace{}
19485 \end_inset
19486
19487
19488 \backslash
19489 textit
19490 \begin_inset space \textvisiblespace{}
19491 \end_inset
19492
19493 A
19494 \end_layout
19495
19496 \begin_layout Standard
19497 If a symbol cannot be displayed in different sizes, it will always be displayed
19498  in the default size.
19499 \end_layout
19500
19501 \begin_layout Section
19502 Greek Letters
19503 \begin_inset Index idx
19504 status collapsed
19505
19506 \begin_layout Plain Layout
19507 Greek letters
19508 \end_layout
19509
19510 \end_inset
19511
19512
19513 \end_layout
19514
19515 \begin_layout Standard
19516 Greek letters can also be inserted via the toolbar button 
19517 \begin_inset Info
19518 type  "icon"
19519 arg   "math-insert \\alpha"
19520 \end_inset
19521
19522 .
19523  All international typesetting norms purport that Greek letters in math
19524  have to be typeset italic/slanted.
19525  In some languages, like French or Russian, they are nevertheless sometimes
19526  typeset upright.
19527 \end_layout
19528
19529 \begin_layout Subsection
19530 Small Letters
19531 \begin_inset Index idx
19532 status collapsed
19533
19534 \begin_layout Plain Layout
19535 Greek letters ! small
19536 \end_layout
19537
19538 \end_inset
19539
19540
19541 \end_layout
19542
19543 \begin_layout Standard
19544 \begin_inset space \hfill{}
19545 \end_inset
19546
19547
19548 \begin_inset Tabular
19549 <lyxtabular version="3" rows="11" columns="2">
19550 <features booktabs="true" tabularvalignment="middle">
19551 <column alignment="center" valignment="top" width="0pt">
19552 <column alignment="center" valignment="top" width="0pt">
19553 <row>
19554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19555 \begin_inset Text
19556
19557 \begin_layout Plain Layout
19558 Command
19559 \end_layout
19560
19561 \end_inset
19562 </cell>
19563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19564 \begin_inset Text
19565
19566 \begin_layout Plain Layout
19567 Result
19568 \end_layout
19569
19570 \end_inset
19571 </cell>
19572 </row>
19573 <row>
19574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Plain Layout
19578
19579 \backslash
19580 alpha
19581 \end_layout
19582
19583 \end_inset
19584 </cell>
19585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19586 \begin_inset Text
19587
19588 \begin_layout Plain Layout
19589 \begin_inset Formula $\alpha$
19590 \end_inset
19591
19592
19593 \end_layout
19594
19595 \end_inset
19596 </cell>
19597 </row>
19598 <row>
19599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19600 \begin_inset Text
19601
19602 \begin_layout Plain Layout
19603
19604 \backslash
19605 beta
19606 \end_layout
19607
19608 \end_inset
19609 </cell>
19610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614 \begin_inset Formula $\beta$
19615 \end_inset
19616
19617
19618 \end_layout
19619
19620 \end_inset
19621 </cell>
19622 </row>
19623 <row>
19624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19625 \begin_inset Text
19626
19627 \begin_layout Plain Layout
19628
19629 \backslash
19630 gamma
19631 \end_layout
19632
19633 \end_inset
19634 </cell>
19635 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19636 \begin_inset Text
19637
19638 \begin_layout Plain Layout
19639 \begin_inset Formula $\gamma$
19640 \end_inset
19641
19642
19643 \end_layout
19644
19645 \end_inset
19646 </cell>
19647 </row>
19648 <row>
19649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19650 \begin_inset Text
19651
19652 \begin_layout Plain Layout
19653
19654 \backslash
19655 delta
19656 \end_layout
19657
19658 \end_inset
19659 </cell>
19660 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19661 \begin_inset Text
19662
19663 \begin_layout Plain Layout
19664 \begin_inset Formula $\delta$
19665 \end_inset
19666
19667
19668 \end_layout
19669
19670 \end_inset
19671 </cell>
19672 </row>
19673 <row>
19674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19675 \begin_inset Text
19676
19677 \begin_layout Plain Layout
19678
19679 \backslash
19680 epsilon
19681 \end_layout
19682
19683 \end_inset
19684 </cell>
19685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19686 \begin_inset Text
19687
19688 \begin_layout Plain Layout
19689 \begin_inset Formula $\epsilon$
19690 \end_inset
19691
19692
19693 \end_layout
19694
19695 \end_inset
19696 </cell>
19697 </row>
19698 <row>
19699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19700 \begin_inset Text
19701
19702 \begin_layout Plain Layout
19703
19704 \backslash
19705 varepsilon
19706 \end_layout
19707
19708 \end_inset
19709 </cell>
19710 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19711 \begin_inset Text
19712
19713 \begin_layout Plain Layout
19714 \begin_inset Formula $\varepsilon$
19715 \end_inset
19716
19717
19718 \end_layout
19719
19720 \end_inset
19721 </cell>
19722 </row>
19723 <row>
19724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19725 \begin_inset Text
19726
19727 \begin_layout Plain Layout
19728
19729 \backslash
19730 zeta
19731 \end_layout
19732
19733 \end_inset
19734 </cell>
19735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19736 \begin_inset Text
19737
19738 \begin_layout Plain Layout
19739 \begin_inset Formula $\zeta$
19740 \end_inset
19741
19742
19743 \end_layout
19744
19745 \end_inset
19746 </cell>
19747 </row>
19748 <row>
19749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19750 \begin_inset Text
19751
19752 \begin_layout Plain Layout
19753
19754 \backslash
19755 eta
19756 \end_layout
19757
19758 \end_inset
19759 </cell>
19760 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19761 \begin_inset Text
19762
19763 \begin_layout Plain Layout
19764 \begin_inset Formula $\eta$
19765 \end_inset
19766
19767
19768 \end_layout
19769
19770 \end_inset
19771 </cell>
19772 </row>
19773 <row>
19774 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19775 \begin_inset Text
19776
19777 \begin_layout Plain Layout
19778
19779 \backslash
19780 theta
19781 \end_layout
19782
19783 \end_inset
19784 </cell>
19785 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19786 \begin_inset Text
19787
19788 \begin_layout Plain Layout
19789 \begin_inset Formula $\theta$
19790 \end_inset
19791
19792
19793 \end_layout
19794
19795 \end_inset
19796 </cell>
19797 </row>
19798 <row>
19799 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19800 \begin_inset Text
19801
19802 \begin_layout Plain Layout
19803
19804 \backslash
19805 vartheta
19806 \end_layout
19807
19808 \end_inset
19809 </cell>
19810 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19811 \begin_inset Text
19812
19813 \begin_layout Plain Layout
19814 \begin_inset Formula $\vartheta$
19815 \end_inset
19816
19817
19818 \end_layout
19819
19820 \end_inset
19821 </cell>
19822 </row>
19823 </lyxtabular>
19824
19825 \end_inset
19826
19827
19828 \begin_inset space \hfill{}
19829 \end_inset
19830
19831
19832 \begin_inset Tabular
19833 <lyxtabular version="3" rows="12" columns="2">
19834 <features booktabs="true" tabularvalignment="middle">
19835 <column alignment="center" valignment="top" width="0pt">
19836 <column alignment="center" valignment="top" width="0pt">
19837 <row>
19838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19839 \begin_inset Text
19840
19841 \begin_layout Plain Layout
19842 Command
19843 \end_layout
19844
19845 \end_inset
19846 </cell>
19847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19848 \begin_inset Text
19849
19850 \begin_layout Plain Layout
19851 Result
19852 \end_layout
19853
19854 \end_inset
19855 </cell>
19856 </row>
19857 <row>
19858 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19859 \begin_inset Text
19860
19861 \begin_layout Plain Layout
19862
19863 \backslash
19864 iota
19865 \end_layout
19866
19867 \end_inset
19868 </cell>
19869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19870 \begin_inset Text
19871
19872 \begin_layout Plain Layout
19873 \begin_inset Formula $\iota$
19874 \end_inset
19875
19876
19877 \end_layout
19878
19879 \end_inset
19880 </cell>
19881 </row>
19882 <row>
19883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19884 \begin_inset Text
19885
19886 \begin_layout Plain Layout
19887
19888 \backslash
19889 kappa
19890 \end_layout
19891
19892 \end_inset
19893 </cell>
19894 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Plain Layout
19898 \begin_inset Formula $\kappa$
19899 \end_inset
19900
19901
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 </row>
19907 <row>
19908 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19909 \begin_inset Text
19910
19911 \begin_layout Plain Layout
19912
19913 \backslash
19914 varkappa
19915 \end_layout
19916
19917 \end_inset
19918 </cell>
19919 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Plain Layout
19923 \begin_inset Formula $\varkappa$
19924 \end_inset
19925
19926
19927 \end_layout
19928
19929 \end_inset
19930 </cell>
19931 </row>
19932 <row>
19933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19934 \begin_inset Text
19935
19936 \begin_layout Plain Layout
19937
19938 \backslash
19939 lambda
19940 \end_layout
19941
19942 \end_inset
19943 </cell>
19944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19945 \begin_inset Text
19946
19947 \begin_layout Plain Layout
19948 \begin_inset Formula $\lambda$
19949 \end_inset
19950
19951
19952 \end_layout
19953
19954 \end_inset
19955 </cell>
19956 </row>
19957 <row>
19958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19959 \begin_inset Text
19960
19961 \begin_layout Plain Layout
19962
19963 \backslash
19964 mu
19965 \end_layout
19966
19967 \end_inset
19968 </cell>
19969 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19970 \begin_inset Text
19971
19972 \begin_layout Plain Layout
19973 \begin_inset Formula $\mu$
19974 \end_inset
19975
19976
19977 \end_layout
19978
19979 \end_inset
19980 </cell>
19981 </row>
19982 <row>
19983 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19984 \begin_inset Text
19985
19986 \begin_layout Plain Layout
19987
19988 \backslash
19989 nu
19990 \end_layout
19991
19992 \end_inset
19993 </cell>
19994 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19995 \begin_inset Text
19996
19997 \begin_layout Plain Layout
19998 \begin_inset Formula $\nu$
19999 \end_inset
20000
20001
20002 \end_layout
20003
20004 \end_inset
20005 </cell>
20006 </row>
20007 <row>
20008 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20009 \begin_inset Text
20010
20011 \begin_layout Plain Layout
20012
20013 \backslash
20014 xi
20015 \end_layout
20016
20017 \end_inset
20018 </cell>
20019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20020 \begin_inset Text
20021
20022 \begin_layout Plain Layout
20023 \begin_inset Formula $\xi$
20024 \end_inset
20025
20026
20027 \end_layout
20028
20029 \end_inset
20030 </cell>
20031 </row>
20032 <row>
20033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20034 \begin_inset Text
20035
20036 \begin_layout Plain Layout
20037 o
20038 \end_layout
20039
20040 \end_inset
20041 </cell>
20042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20043 \begin_inset Text
20044
20045 \begin_layout Plain Layout
20046 \begin_inset Formula $o$
20047 \end_inset
20048
20049
20050 \end_layout
20051
20052 \end_inset
20053 </cell>
20054 </row>
20055 <row>
20056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20057 \begin_inset Text
20058
20059 \begin_layout Plain Layout
20060
20061 \backslash
20062 pi
20063 \end_layout
20064
20065 \end_inset
20066 </cell>
20067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20068 \begin_inset Text
20069
20070 \begin_layout Plain Layout
20071 \begin_inset Formula $\pi$
20072 \end_inset
20073
20074
20075 \end_layout
20076
20077 \end_inset
20078 </cell>
20079 </row>
20080 <row>
20081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20082 \begin_inset Text
20083
20084 \begin_layout Plain Layout
20085
20086 \backslash
20087 varpi
20088 \end_layout
20089
20090 \end_inset
20091 </cell>
20092 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20093 \begin_inset Text
20094
20095 \begin_layout Plain Layout
20096 \begin_inset Formula $\varpi$
20097 \end_inset
20098
20099
20100 \end_layout
20101
20102 \end_inset
20103 </cell>
20104 </row>
20105 <row>
20106 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20107 \begin_inset Text
20108
20109 \begin_layout Plain Layout
20110
20111 \backslash
20112 rho
20113 \end_layout
20114
20115 \end_inset
20116 </cell>
20117 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20118 \begin_inset Text
20119
20120 \begin_layout Plain Layout
20121 \begin_inset Formula $\rho$
20122 \end_inset
20123
20124
20125 \end_layout
20126
20127 \end_inset
20128 </cell>
20129 </row>
20130 </lyxtabular>
20131
20132 \end_inset
20133
20134
20135 \begin_inset space \hfill{}
20136 \end_inset
20137
20138
20139 \begin_inset Tabular
20140 <lyxtabular version="3" rows="11" columns="2">
20141 <features booktabs="true" tabularvalignment="middle">
20142 <column alignment="center" valignment="top" width="0pt">
20143 <column alignment="center" valignment="top" width="0pt">
20144 <row>
20145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20146 \begin_inset Text
20147
20148 \begin_layout Plain Layout
20149 Command
20150 \end_layout
20151
20152 \end_inset
20153 </cell>
20154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20155 \begin_inset Text
20156
20157 \begin_layout Plain Layout
20158 Result
20159 \end_layout
20160
20161 \end_inset
20162 </cell>
20163 </row>
20164 <row>
20165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20166 \begin_inset Text
20167
20168 \begin_layout Plain Layout
20169
20170 \backslash
20171 varrho
20172 \end_layout
20173
20174 \end_inset
20175 </cell>
20176 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20177 \begin_inset Text
20178
20179 \begin_layout Plain Layout
20180 \begin_inset Formula $\varrho$
20181 \end_inset
20182
20183
20184 \end_layout
20185
20186 \end_inset
20187 </cell>
20188 </row>
20189 <row>
20190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20191 \begin_inset Text
20192
20193 \begin_layout Plain Layout
20194
20195 \backslash
20196 sigma
20197 \end_layout
20198
20199 \end_inset
20200 </cell>
20201 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20202 \begin_inset Text
20203
20204 \begin_layout Plain Layout
20205 \begin_inset Formula $\sigma$
20206 \end_inset
20207
20208
20209 \end_layout
20210
20211 \end_inset
20212 </cell>
20213 </row>
20214 <row>
20215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20216 \begin_inset Text
20217
20218 \begin_layout Plain Layout
20219
20220 \backslash
20221 varsigma
20222 \end_layout
20223
20224 \end_inset
20225 </cell>
20226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20227 \begin_inset Text
20228
20229 \begin_layout Plain Layout
20230 \begin_inset Formula $\varsigma$
20231 \end_inset
20232
20233
20234 \end_layout
20235
20236 \end_inset
20237 </cell>
20238 </row>
20239 <row>
20240 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20241 \begin_inset Text
20242
20243 \begin_layout Plain Layout
20244
20245 \backslash
20246 tau
20247 \end_layout
20248
20249 \end_inset
20250 </cell>
20251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20252 \begin_inset Text
20253
20254 \begin_layout Plain Layout
20255 \begin_inset Formula $\tau$
20256 \end_inset
20257
20258
20259 \end_layout
20260
20261 \end_inset
20262 </cell>
20263 </row>
20264 <row>
20265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20266 \begin_inset Text
20267
20268 \begin_layout Plain Layout
20269
20270 \backslash
20271 upsilon
20272 \end_layout
20273
20274 \end_inset
20275 </cell>
20276 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20277 \begin_inset Text
20278
20279 \begin_layout Plain Layout
20280 \begin_inset Formula $\upsilon$
20281 \end_inset
20282
20283
20284 \end_layout
20285
20286 \end_inset
20287 </cell>
20288 </row>
20289 <row>
20290 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20291 \begin_inset Text
20292
20293 \begin_layout Plain Layout
20294
20295 \backslash
20296 phi
20297 \end_layout
20298
20299 \end_inset
20300 </cell>
20301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20302 \begin_inset Text
20303
20304 \begin_layout Plain Layout
20305 \begin_inset Formula $\phi$
20306 \end_inset
20307
20308
20309 \end_layout
20310
20311 \end_inset
20312 </cell>
20313 </row>
20314 <row>
20315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20316 \begin_inset Text
20317
20318 \begin_layout Plain Layout
20319
20320 \backslash
20321 varphi
20322 \end_layout
20323
20324 \end_inset
20325 </cell>
20326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20327 \begin_inset Text
20328
20329 \begin_layout Plain Layout
20330 \begin_inset Formula $\varphi$
20331 \end_inset
20332
20333
20334 \end_layout
20335
20336 \end_inset
20337 </cell>
20338 </row>
20339 <row>
20340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20341 \begin_inset Text
20342
20343 \begin_layout Plain Layout
20344
20345 \backslash
20346 chi
20347 \end_layout
20348
20349 \end_inset
20350 </cell>
20351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20352 \begin_inset Text
20353
20354 \begin_layout Plain Layout
20355 \begin_inset Formula $\chi$
20356 \end_inset
20357
20358
20359 \end_layout
20360
20361 \end_inset
20362 </cell>
20363 </row>
20364 <row>
20365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20366 \begin_inset Text
20367
20368 \begin_layout Plain Layout
20369
20370 \backslash
20371 psi
20372 \end_layout
20373
20374 \end_inset
20375 </cell>
20376 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20377 \begin_inset Text
20378
20379 \begin_layout Plain Layout
20380 \begin_inset Formula $\psi$
20381 \end_inset
20382
20383
20384 \end_layout
20385
20386 \end_inset
20387 </cell>
20388 </row>
20389 <row>
20390 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20391 \begin_inset Text
20392
20393 \begin_layout Plain Layout
20394
20395 \backslash
20396 omega
20397 \end_layout
20398
20399 \end_inset
20400 </cell>
20401 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20402 \begin_inset Text
20403
20404 \begin_layout Plain Layout
20405 \begin_inset Formula $\omega$
20406 \end_inset
20407
20408
20409 \end_layout
20410
20411 \end_inset
20412 </cell>
20413 </row>
20414 </lyxtabular>
20415
20416 \end_inset
20417
20418
20419 \begin_inset space \hfill{}
20420 \end_inset
20421
20422
20423 \end_layout
20424
20425 \begin_layout Standard
20426 \begin_inset VSpace medskip
20427 \end_inset
20428
20429
20430 \end_layout
20431
20432 \begin_layout Standard
20433 How to create special upright Greek letters is explained in 
20434 \begin_inset CommandInset ref
20435 LatexCommand ref
20436 reference "subsec:Upright-small-Greek"
20437
20438 \end_inset
20439
20440 .
20441 \end_layout
20442
20443 \begin_layout Subsection
20444 Big Letters
20445 \begin_inset Index idx
20446 status collapsed
20447
20448 \begin_layout Plain Layout
20449 Greek letters ! big
20450 \end_layout
20451
20452 \end_inset
20453
20454
20455 \end_layout
20456
20457 \begin_layout Standard
20458 \begin_inset space \hfill{}
20459 \end_inset
20460
20461
20462 \begin_inset Tabular
20463 <lyxtabular version="3" rows="7" columns="2">
20464 <features booktabs="true" tabularvalignment="middle">
20465 <column alignment="center" valignment="top" width="0pt">
20466 <column alignment="center" valignment="top" width="0pt">
20467 <row>
20468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20469 \begin_inset Text
20470
20471 \begin_layout Plain Layout
20472 Command
20473 \end_layout
20474
20475 \end_inset
20476 </cell>
20477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20478 \begin_inset Text
20479
20480 \begin_layout Plain Layout
20481 Result
20482 \end_layout
20483
20484 \end_inset
20485 </cell>
20486 </row>
20487 <row>
20488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20489 \begin_inset Text
20490
20491 \begin_layout Plain Layout
20492
20493 \backslash
20494 Gamma
20495 \end_layout
20496
20497 \end_inset
20498 </cell>
20499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20500 \begin_inset Text
20501
20502 \begin_layout Plain Layout
20503 \begin_inset Formula $\Gamma$
20504 \end_inset
20505
20506
20507 \end_layout
20508
20509 \end_inset
20510 </cell>
20511 </row>
20512 <row>
20513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20514 \begin_inset Text
20515
20516 \begin_layout Plain Layout
20517
20518 \backslash
20519 Delta
20520 \end_layout
20521
20522 \end_inset
20523 </cell>
20524 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20525 \begin_inset Text
20526
20527 \begin_layout Plain Layout
20528 \begin_inset Formula $\Delta$
20529 \end_inset
20530
20531
20532 \end_layout
20533
20534 \end_inset
20535 </cell>
20536 </row>
20537 <row>
20538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20539 \begin_inset Text
20540
20541 \begin_layout Plain Layout
20542
20543 \backslash
20544 Theta
20545 \end_layout
20546
20547 \end_inset
20548 </cell>
20549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20550 \begin_inset Text
20551
20552 \begin_layout Plain Layout
20553 \begin_inset Formula $\Theta$
20554 \end_inset
20555
20556
20557 \end_layout
20558
20559 \end_inset
20560 </cell>
20561 </row>
20562 <row>
20563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20564 \begin_inset Text
20565
20566 \begin_layout Plain Layout
20567
20568 \backslash
20569 Lambda
20570 \end_layout
20571
20572 \end_inset
20573 </cell>
20574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20575 \begin_inset Text
20576
20577 \begin_layout Plain Layout
20578 \begin_inset Formula $\Lambda$
20579 \end_inset
20580
20581
20582 \end_layout
20583
20584 \end_inset
20585 </cell>
20586 </row>
20587 <row>
20588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20589 \begin_inset Text
20590
20591 \begin_layout Plain Layout
20592
20593 \backslash
20594 Xi
20595 \end_layout
20596
20597 \end_inset
20598 </cell>
20599 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20600 \begin_inset Text
20601
20602 \begin_layout Plain Layout
20603 \begin_inset Formula $\Xi$
20604 \end_inset
20605
20606
20607 \end_layout
20608
20609 \end_inset
20610 </cell>
20611 </row>
20612 <row>
20613 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20614 \begin_inset Text
20615
20616 \begin_layout Plain Layout
20617
20618 \backslash
20619 Pi
20620 \end_layout
20621
20622 \end_inset
20623 </cell>
20624 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20625 \begin_inset Text
20626
20627 \begin_layout Plain Layout
20628 \begin_inset Formula $\Pi$
20629 \end_inset
20630
20631
20632 \end_layout
20633
20634 \end_inset
20635 </cell>
20636 </row>
20637 </lyxtabular>
20638
20639 \end_inset
20640
20641
20642 \begin_inset space \hfill{}
20643 \end_inset
20644
20645
20646 \begin_inset Tabular
20647 <lyxtabular version="3" rows="6" columns="2">
20648 <features booktabs="true" tabularvalignment="middle">
20649 <column alignment="center" valignment="top" width="0pt">
20650 <column alignment="center" valignment="top" width="0pt">
20651 <row>
20652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20653 \begin_inset Text
20654
20655 \begin_layout Plain Layout
20656 Command
20657 \end_layout
20658
20659 \end_inset
20660 </cell>
20661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20662 \begin_inset Text
20663
20664 \begin_layout Plain Layout
20665 Result
20666 \end_layout
20667
20668 \end_inset
20669 </cell>
20670 </row>
20671 <row>
20672 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20673 \begin_inset Text
20674
20675 \begin_layout Plain Layout
20676
20677 \backslash
20678 Sigma
20679 \end_layout
20680
20681 \end_inset
20682 </cell>
20683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20684 \begin_inset Text
20685
20686 \begin_layout Plain Layout
20687 \begin_inset Formula $\Sigma$
20688 \end_inset
20689
20690
20691 \end_layout
20692
20693 \end_inset
20694 </cell>
20695 </row>
20696 <row>
20697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20698 \begin_inset Text
20699
20700 \begin_layout Plain Layout
20701
20702 \backslash
20703 Upsilon
20704 \end_layout
20705
20706 \end_inset
20707 </cell>
20708 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20709 \begin_inset Text
20710
20711 \begin_layout Plain Layout
20712 \begin_inset Formula $\Upsilon$
20713 \end_inset
20714
20715
20716 \end_layout
20717
20718 \end_inset
20719 </cell>
20720 </row>
20721 <row>
20722 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20723 \begin_inset Text
20724
20725 \begin_layout Plain Layout
20726
20727 \backslash
20728 Phi
20729 \end_layout
20730
20731 \end_inset
20732 </cell>
20733 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20734 \begin_inset Text
20735
20736 \begin_layout Plain Layout
20737 \begin_inset Formula $\Phi$
20738 \end_inset
20739
20740
20741 \end_layout
20742
20743 \end_inset
20744 </cell>
20745 </row>
20746 <row>
20747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Plain Layout
20751
20752 \backslash
20753 Psi
20754 \end_layout
20755
20756 \end_inset
20757 </cell>
20758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Plain Layout
20762 \begin_inset Formula $\Psi$
20763 \end_inset
20764
20765
20766 \end_layout
20767
20768 \end_inset
20769 </cell>
20770 </row>
20771 <row>
20772 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20773 \begin_inset Text
20774
20775 \begin_layout Plain Layout
20776
20777 \backslash
20778 Omega
20779 \end_layout
20780
20781 \end_inset
20782 </cell>
20783 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20784 \begin_inset Text
20785
20786 \begin_layout Plain Layout
20787 \begin_inset Formula $\Omega$
20788 \end_inset
20789
20790
20791 \end_layout
20792
20793 \end_inset
20794 </cell>
20795 </row>
20796 </lyxtabular>
20797
20798 \end_inset
20799
20800
20801 \begin_inset space \hfill{}
20802 \end_inset
20803
20804
20805 \end_layout
20806
20807 \begin_layout Standard
20808 \begin_inset VSpace medskip
20809 \end_inset
20810
20811 That the big Greek letters appear upright is caused by a design bug when
20812  \SpecialChar TeX
20813  was developed.
20814  To get correct italic big letters, begin every command with 
20815 \series bold
20816 var
20817 \series default
20818 .
20819  For example the command 
20820 \series bold
20821
20822 \backslash
20823 varGamma
20824 \series default
20825  produces 
20826 \begin_inset Formula $\varGamma$
20827 \end_inset
20828
20829 .
20830  Another way is to load the package 
20831 \series bold
20832 fixmath
20833 \series default
20834
20835 \begin_inset Foot
20836 status collapsed
20837
20838 \begin_layout Plain Layout
20839
20840 \series bold
20841 fixmath
20842 \series default
20843  is part of the \SpecialChar LaTeX
20844 -package 
20845 \series bold
20846 was
20847 \series default
20848
20849 \begin_inset Index idx
20850 status collapsed
20851
20852 \begin_layout Plain Layout
20853 Packages ! was
20854 \begin_inset ERT
20855 status collapsed
20856
20857 \begin_layout Plain Layout
20858
20859
20860 \backslash
20861 vspace{4mm}
20862 \end_layout
20863
20864 \end_inset
20865
20866
20867 \end_layout
20868
20869 \end_inset
20870
20871 .
20872 \end_layout
20873
20874 \end_inset
20875
20876
20877 \begin_inset Index idx
20878 status collapsed
20879
20880 \begin_layout Plain Layout
20881 Packages ! fixmath
20882 \end_layout
20883
20884 \end_inset
20885
20886  with the \SpecialChar LaTeX
20887 -preamble line
20888 \end_layout
20889
20890 \begin_layout Standard
20891
20892 \series bold
20893
20894 \backslash
20895 usepackage{fixmath}
20896 \end_layout
20897
20898 \begin_layout Standard
20899 Then all big Greek letters in a document will automatically be typeset italic.
20900 \end_layout
20901
20902 \begin_layout Subsection
20903 Bold Letters
20904 \begin_inset Index idx
20905 status collapsed
20906
20907 \begin_layout Plain Layout
20908 Greek letters ! bold
20909 \end_layout
20910
20911 \end_inset
20912
20913
20914 \end_layout
20915
20916 \begin_layout Standard
20917 Greek letters cannot be set with different font styles like Latin letters.
20918  They can only be made bold with the command 
20919 \series bold
20920
20921 \backslash
20922 boldsymbol
20923 \series default
20924
20925 \begin_inset Index idx
20926 status collapsed
20927
20928 \begin_layout Plain Layout
20929 Commands ! B ! 
20930 \backslash
20931 boldsymbol
20932 \end_layout
20933
20934 \end_inset
20935
20936 .
20937 \begin_inset Separator parbreak
20938 \end_inset
20939
20940
20941 \end_layout
20942
20943 \begin_layout Standard
20944 \align center
20945 \begin_inset Tabular
20946 <lyxtabular version="3" rows="3" columns="2">
20947 <features booktabs="true" tabularvalignment="middle">
20948 <column alignment="center" valignment="top" width="0pt">
20949 <column alignment="center" valignment="top">
20950 <row>
20951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20952 \begin_inset Text
20953
20954 \begin_layout Plain Layout
20955 Command
20956 \end_layout
20957
20958 \end_inset
20959 </cell>
20960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20961 \begin_inset Text
20962
20963 \begin_layout Plain Layout
20964 Result
20965 \end_layout
20966
20967 \end_inset
20968 </cell>
20969 </row>
20970 <row>
20971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20972 \begin_inset Text
20973
20974 \begin_layout Plain Layout
20975
20976 \backslash
20977 Upsilon
20978 \backslash
20979 boldsymbol
20980 \backslash
20981 Upsilon
20982 \end_layout
20983
20984 \end_inset
20985 </cell>
20986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20987 \begin_inset Text
20988
20989 \begin_layout Plain Layout
20990 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20991 \end_inset
20992
20993
20994 \end_layout
20995
20996 \end_inset
20997 </cell>
20998 </row>
20999 <row>
21000 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21001 \begin_inset Text
21002
21003 \begin_layout Plain Layout
21004
21005 \backslash
21006 theta
21007 \backslash
21008 boldsymbol
21009 \backslash
21010 theta
21011 \end_layout
21012
21013 \end_inset
21014 </cell>
21015 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21016 \begin_inset Text
21017
21018 \begin_layout Plain Layout
21019 \begin_inset Formula $\theta\boldsymbol{\theta}$
21020 \end_inset
21021
21022
21023 \end_layout
21024
21025 \end_inset
21026 </cell>
21027 </row>
21028 </lyxtabular>
21029
21030 \end_inset
21031
21032
21033 \end_layout
21034
21035 \begin_layout Section
21036 Symbols
21037 \begin_inset ERT
21038 status collapsed
21039
21040 \begin_layout Plain Layout
21041
21042
21043 \backslash
21044 texorpdfstring{
21045 \end_layout
21046
21047 \end_inset
21048
21049
21050 \begin_inset Foot
21051 status collapsed
21052
21053 \begin_layout Plain Layout
21054 A list with all symbols of most of the \SpecialChar LaTeX
21055 -packages can be found in 
21056 \begin_inset CommandInset citation
21057 LatexCommand cite
21058 key "Symbols"
21059
21060 \end_inset
21061
21062 .
21063 \end_layout
21064
21065 \end_inset
21066
21067
21068 \begin_inset ERT
21069 status collapsed
21070
21071 \begin_layout Plain Layout
21072
21073 }{}
21074 \end_layout
21075
21076 \end_inset
21077
21078
21079 \begin_inset Note Note
21080 status collapsed
21081
21082 \begin_layout Plain Layout
21083
21084 \backslash
21085 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21086 \end_layout
21087
21088 \begin_layout Plain Layout
21089 More about 
21090 \backslash
21091 texorpdfstring is in section 
21092 \begin_inset CommandInset ref
21093 LatexCommand ref
21094 reference "subsec:Formulas-in-Section"
21095
21096 \end_inset
21097
21098 .
21099 \end_layout
21100
21101 \end_inset
21102
21103
21104 \begin_inset Index idx
21105 status collapsed
21106
21107 \begin_layout Plain Layout
21108 Symbols
21109 \end_layout
21110
21111 \end_inset
21112
21113
21114 \end_layout
21115
21116 \begin_layout Standard
21117 Many of the symbols listed in this section can also be inserted via the
21118  toolbar buttons 
21119 \begin_inset Info
21120 type  "icon"
21121 arg   "math-insert \\nabla"
21122 \end_inset
21123
21124  and 
21125 \begin_inset Info
21126 type  "icon"
21127 arg   "math-insert \\digamma"
21128 \end_inset
21129
21130 .
21131 \end_layout
21132
21133 \begin_layout Subsection
21134 Mathematical Symbols
21135 \begin_inset CommandInset label
21136 LatexCommand label
21137 name "subsec:Mathematical-Symbols"
21138
21139 \end_inset
21140
21141
21142 \begin_inset Index idx
21143 status collapsed
21144
21145 \begin_layout Plain Layout
21146 Symbols ! mathematical
21147 \end_layout
21148
21149 \end_inset
21150
21151
21152 \end_layout
21153
21154 \begin_layout Standard
21155 \begin_inset Tabular
21156 <lyxtabular version="3" rows="10" columns="2">
21157 <features booktabs="true" tabularvalignment="middle">
21158 <column alignment="center" valignment="top" width="0pt">
21159 <column alignment="center" valignment="top" width="0pt">
21160 <row>
21161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21162 \begin_inset Text
21163
21164 \begin_layout Plain Layout
21165 Command
21166 \end_layout
21167
21168 \end_inset
21169 </cell>
21170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21171 \begin_inset Text
21172
21173 \begin_layout Plain Layout
21174 Symbol
21175 \end_layout
21176
21177 \end_inset
21178 </cell>
21179 </row>
21180 <row>
21181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21182 \begin_inset Text
21183
21184 \begin_layout Plain Layout
21185
21186 \backslash
21187 neg
21188 \end_layout
21189
21190 \end_inset
21191 </cell>
21192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21193 \begin_inset Text
21194
21195 \begin_layout Plain Layout
21196 \begin_inset Formula $\neg$
21197 \end_inset
21198
21199
21200 \end_layout
21201
21202 \end_inset
21203 </cell>
21204 </row>
21205 <row>
21206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21207 \begin_inset Text
21208
21209 \begin_layout Plain Layout
21210
21211 \backslash
21212 Im
21213 \end_layout
21214
21215 \end_inset
21216 </cell>
21217 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21218 \begin_inset Text
21219
21220 \begin_layout Plain Layout
21221 \begin_inset Formula $\Im$
21222 \end_inset
21223
21224
21225 \end_layout
21226
21227 \end_inset
21228 </cell>
21229 </row>
21230 <row>
21231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21232 \begin_inset Text
21233
21234 \begin_layout Plain Layout
21235
21236 \backslash
21237 Re
21238 \end_layout
21239
21240 \end_inset
21241 </cell>
21242 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21243 \begin_inset Text
21244
21245 \begin_layout Plain Layout
21246 \begin_inset Formula $\Re$
21247 \end_inset
21248
21249
21250 \end_layout
21251
21252 \end_inset
21253 </cell>
21254 </row>
21255 <row>
21256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21257 \begin_inset Text
21258
21259 \begin_layout Plain Layout
21260
21261 \backslash
21262 aleph
21263 \end_layout
21264
21265 \end_inset
21266 </cell>
21267 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21268 \begin_inset Text
21269
21270 \begin_layout Plain Layout
21271 \begin_inset Formula $\aleph$
21272 \end_inset
21273
21274
21275 \end_layout
21276
21277 \end_inset
21278 </cell>
21279 </row>
21280 <row>
21281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21282 \begin_inset Text
21283
21284 \begin_layout Plain Layout
21285
21286 \backslash
21287 partial
21288 \end_layout
21289
21290 \end_inset
21291 </cell>
21292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21293 \begin_inset Text
21294
21295 \begin_layout Plain Layout
21296 \begin_inset Formula $\partial$
21297 \end_inset
21298
21299
21300 \end_layout
21301
21302 \end_inset
21303 </cell>
21304 </row>
21305 <row>
21306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21307 \begin_inset Text
21308
21309 \begin_layout Plain Layout
21310
21311 \backslash
21312 infty
21313 \end_layout
21314
21315 \end_inset
21316 </cell>
21317 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21318 \begin_inset Text
21319
21320 \begin_layout Plain Layout
21321 \begin_inset Formula $\infty$
21322 \end_inset
21323
21324
21325 \end_layout
21326
21327 \end_inset
21328 </cell>
21329 </row>
21330 <row>
21331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21332 \begin_inset Text
21333
21334 \begin_layout Plain Layout
21335
21336 \backslash
21337 wp
21338 \end_layout
21339
21340 \end_inset
21341 </cell>
21342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21343 \begin_inset Text
21344
21345 \begin_layout Plain Layout
21346 \begin_inset Formula $\wp$
21347 \end_inset
21348
21349
21350 \end_layout
21351
21352 \end_inset
21353 </cell>
21354 </row>
21355 <row>
21356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21357 \begin_inset Text
21358
21359 \begin_layout Plain Layout
21360
21361 \backslash
21362 imath
21363 \end_layout
21364
21365 \end_inset
21366 </cell>
21367 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21368 \begin_inset Text
21369
21370 \begin_layout Plain Layout
21371 \begin_inset Formula $\imath$
21372 \end_inset
21373
21374
21375 \end_layout
21376
21377 \end_inset
21378 </cell>
21379 </row>
21380 <row>
21381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21382 \begin_inset Text
21383
21384 \begin_layout Plain Layout
21385
21386 \backslash
21387 jmath
21388 \end_layout
21389
21390 \end_inset
21391 </cell>
21392 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21393 \begin_inset Text
21394
21395 \begin_layout Plain Layout
21396 \begin_inset Formula $\jmath$
21397 \end_inset
21398
21399
21400 \end_layout
21401
21402 \end_inset
21403 </cell>
21404 </row>
21405 </lyxtabular>
21406
21407 \end_inset
21408
21409
21410 \begin_inset space \hfill{}
21411 \end_inset
21412
21413
21414 \begin_inset Tabular
21415 <lyxtabular version="3" rows="10" columns="2">
21416 <features booktabs="true" tabularvalignment="middle">
21417 <column alignment="center" valignment="top" width="0pt">
21418 <column alignment="center" valignment="top" width="0pt">
21419 <row>
21420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21421 \begin_inset Text
21422
21423 \begin_layout Plain Layout
21424 Command
21425 \end_layout
21426
21427 \end_inset
21428 </cell>
21429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21430 \begin_inset Text
21431
21432 \begin_layout Plain Layout
21433 Symbol
21434 \begin_inset Note Note
21435 status collapsed
21436
21437 \begin_layout Plain Layout
21438
21439 \series bold
21440
21441 \backslash
21442 raisebox
21443 \series default
21444  is only used as spacer.
21445 \end_layout
21446
21447 \end_inset
21448
21449
21450 \end_layout
21451
21452 \end_inset
21453 </cell>
21454 </row>
21455 <row>
21456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21457 \begin_inset Text
21458
21459 \begin_layout Plain Layout
21460
21461 \backslash
21462 forall
21463 \end_layout
21464
21465 \end_inset
21466 </cell>
21467 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21468 \begin_inset Text
21469
21470 \begin_layout Plain Layout
21471 \begin_inset Formula $\forall$
21472 \end_inset
21473
21474
21475 \end_layout
21476
21477 \end_inset
21478 </cell>
21479 </row>
21480 <row>
21481 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21482 \begin_inset Text
21483
21484 \begin_layout Plain Layout
21485
21486 \backslash
21487 exists
21488 \end_layout
21489
21490 \end_inset
21491 </cell>
21492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21493 \begin_inset Text
21494
21495 \begin_layout Plain Layout
21496 \begin_inset Formula $\exists$
21497 \end_inset
21498
21499
21500 \end_layout
21501
21502 \end_inset
21503 </cell>
21504 </row>
21505 <row>
21506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21507 \begin_inset Text
21508
21509 \begin_layout Plain Layout
21510
21511 \backslash
21512 nexists
21513 \end_layout
21514
21515 \end_inset
21516 </cell>
21517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21518 \begin_inset Text
21519
21520 \begin_layout Plain Layout
21521 \begin_inset Formula $\nexists$
21522 \end_inset
21523
21524
21525 \end_layout
21526
21527 \end_inset
21528 </cell>
21529 </row>
21530 <row>
21531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21532 \begin_inset Text
21533
21534 \begin_layout Plain Layout
21535
21536 \backslash
21537 emptyset
21538 \end_layout
21539
21540 \end_inset
21541 </cell>
21542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21543 \begin_inset Text
21544
21545 \begin_layout Plain Layout
21546 \begin_inset Formula $\emptyset$
21547 \end_inset
21548
21549
21550 \end_layout
21551
21552 \end_inset
21553 </cell>
21554 </row>
21555 <row>
21556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21557 \begin_inset Text
21558
21559 \begin_layout Plain Layout
21560
21561 \backslash
21562 varnothing
21563 \end_layout
21564
21565 \end_inset
21566 </cell>
21567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21568 \begin_inset Text
21569
21570 \begin_layout Plain Layout
21571 \begin_inset Formula $\varnothing$
21572 \end_inset
21573
21574
21575 \end_layout
21576
21577 \end_inset
21578 </cell>
21579 </row>
21580 <row>
21581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21582 \begin_inset Text
21583
21584 \begin_layout Plain Layout
21585
21586 \backslash
21587 dag
21588 \end_layout
21589
21590 \end_inset
21591 </cell>
21592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21593 \begin_inset Text
21594
21595 \begin_layout Plain Layout
21596 \begin_inset Formula $\dag$
21597 \end_inset
21598
21599
21600 \end_layout
21601
21602 \end_inset
21603 </cell>
21604 </row>
21605 <row>
21606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21607 \begin_inset Text
21608
21609 \begin_layout Plain Layout
21610
21611 \backslash
21612 ddag
21613 \end_layout
21614
21615 \end_inset
21616 </cell>
21617 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21618 \begin_inset Text
21619
21620 \begin_layout Plain Layout
21621 \begin_inset Formula $\ddag$
21622 \end_inset
21623
21624
21625 \end_layout
21626
21627 \end_inset
21628 </cell>
21629 </row>
21630 <row>
21631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21632 \begin_inset Text
21633
21634 \begin_layout Plain Layout
21635
21636 \backslash
21637 complement
21638 \end_layout
21639
21640 \end_inset
21641 </cell>
21642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21643 \begin_inset Text
21644
21645 \begin_layout Plain Layout
21646 \begin_inset ERT
21647 status collapsed
21648
21649 \begin_layout Plain Layout
21650
21651
21652 \backslash
21653 raisebox{-0.8mm}{
21654 \end_layout
21655
21656 \end_inset
21657
21658
21659 \begin_inset Formula $\complement$
21660 \end_inset
21661
21662
21663 \begin_inset ERT
21664 status collapsed
21665
21666 \begin_layout Plain Layout
21667
21668 }
21669 \end_layout
21670
21671 \end_inset
21672
21673
21674 \end_layout
21675
21676 \end_inset
21677 </cell>
21678 </row>
21679 <row>
21680 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21681 \begin_inset Text
21682
21683 \begin_layout Plain Layout
21684
21685 \backslash
21686 Bbbk
21687 \end_layout
21688
21689 \end_inset
21690 </cell>
21691 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21692 \begin_inset Text
21693
21694 \begin_layout Plain Layout
21695 \begin_inset Formula $\Bbbk$
21696 \end_inset
21697
21698
21699 \end_layout
21700
21701 \end_inset
21702 </cell>
21703 </row>
21704 </lyxtabular>
21705
21706 \end_inset
21707
21708
21709 \begin_inset space \hfill{}
21710 \end_inset
21711
21712
21713 \begin_inset Tabular
21714 <lyxtabular version="3" rows="10" columns="2">
21715 <features booktabs="true" tabularvalignment="middle">
21716 <column alignment="center" valignment="top" width="0pt">
21717 <column alignment="center" valignment="top" width="0pt">
21718 <row>
21719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21720 \begin_inset Text
21721
21722 \begin_layout Plain Layout
21723 Command
21724 \end_layout
21725
21726 \end_inset
21727 </cell>
21728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21729 \begin_inset Text
21730
21731 \begin_layout Plain Layout
21732 Symbol
21733 \end_layout
21734
21735 \end_inset
21736 </cell>
21737 </row>
21738 <row>
21739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21740 \begin_inset Text
21741
21742 \begin_layout Plain Layout
21743
21744 \backslash
21745 prime
21746 \end_layout
21747
21748 \end_inset
21749 </cell>
21750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21751 \begin_inset Text
21752
21753 \begin_layout Plain Layout
21754 \begin_inset Formula $\prime$
21755 \end_inset
21756
21757
21758 \end_layout
21759
21760 \end_inset
21761 </cell>
21762 </row>
21763 <row>
21764 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21765 \begin_inset Text
21766
21767 \begin_layout Plain Layout
21768
21769 \backslash
21770 backprime
21771 \end_layout
21772
21773 \end_inset
21774 </cell>
21775 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21776 \begin_inset Text
21777
21778 \begin_layout Plain Layout
21779 \begin_inset Formula $\backprime$
21780 \end_inset
21781
21782
21783 \end_layout
21784
21785 \end_inset
21786 </cell>
21787 </row>
21788 <row>
21789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21790 \begin_inset Text
21791
21792 \begin_layout Plain Layout
21793
21794 \backslash
21795 mho
21796 \end_layout
21797
21798 \end_inset
21799 </cell>
21800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21801 \begin_inset Text
21802
21803 \begin_layout Plain Layout
21804 \begin_inset Formula $\mho$
21805 \end_inset
21806
21807
21808 \end_layout
21809
21810 \end_inset
21811 </cell>
21812 </row>
21813 <row>
21814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21815 \begin_inset Text
21816
21817 \begin_layout Plain Layout
21818
21819 \backslash
21820 triangle
21821 \end_layout
21822
21823 \end_inset
21824 </cell>
21825 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21826 \begin_inset Text
21827
21828 \begin_layout Plain Layout
21829 \begin_inset Formula $\triangle$
21830 \end_inset
21831
21832
21833 \end_layout
21834
21835 \end_inset
21836 </cell>
21837 </row>
21838 <row>
21839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21840 \begin_inset Text
21841
21842 \begin_layout Plain Layout
21843
21844 \backslash
21845 angle
21846 \end_layout
21847
21848 \end_inset
21849 </cell>
21850 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21851 \begin_inset Text
21852
21853 \begin_layout Plain Layout
21854 \begin_inset Formula $\angle$
21855 \end_inset
21856
21857
21858 \end_layout
21859
21860 \end_inset
21861 </cell>
21862 </row>
21863 <row>
21864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21865 \begin_inset Text
21866
21867 \begin_layout Plain Layout
21868
21869 \backslash
21870 measuredangle
21871 \end_layout
21872
21873 \end_inset
21874 </cell>
21875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21876 \begin_inset Text
21877
21878 \begin_layout Plain Layout
21879 \begin_inset Formula $\measuredangle$
21880 \end_inset
21881
21882
21883 \end_layout
21884
21885 \end_inset
21886 </cell>
21887 </row>
21888 <row>
21889 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21890 \begin_inset Text
21891
21892 \begin_layout Plain Layout
21893
21894 \backslash
21895 sphericalangle
21896 \end_layout
21897
21898 \end_inset
21899 </cell>
21900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21901 \begin_inset Text
21902
21903 \begin_layout Plain Layout
21904 \begin_inset Formula $\sphericalangle$
21905 \end_inset
21906
21907
21908 \end_layout
21909
21910 \end_inset
21911 </cell>
21912 </row>
21913 <row>
21914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21915 \begin_inset Text
21916
21917 \begin_layout Plain Layout
21918
21919 \backslash
21920 top
21921 \end_layout
21922
21923 \end_inset
21924 </cell>
21925 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21926 \begin_inset Text
21927
21928 \begin_layout Plain Layout
21929 \begin_inset Formula $\top$
21930 \end_inset
21931
21932
21933 \end_layout
21934
21935 \end_inset
21936 </cell>
21937 </row>
21938 <row>
21939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21940 \begin_inset Text
21941
21942 \begin_layout Plain Layout
21943
21944 \backslash
21945 bot
21946 \end_layout
21947
21948 \end_inset
21949 </cell>
21950 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21951 \begin_inset Text
21952
21953 \begin_layout Plain Layout
21954 \begin_inset Formula $\bot$
21955 \end_inset
21956
21957
21958 \end_layout
21959
21960 \end_inset
21961 </cell>
21962 </row>
21963 </lyxtabular>
21964
21965 \end_inset
21966
21967
21968 \end_layout
21969
21970 \begin_layout Standard
21971 \begin_inset Newpage newpage
21972 \end_inset
21973
21974
21975 \end_layout
21976
21977 \begin_layout Subsection
21978 Miscellaneous Symbols
21979 \begin_inset CommandInset label
21980 LatexCommand label
21981 name "subsec:Miscellaneous-Symbols"
21982
21983 \end_inset
21984
21985
21986 \begin_inset Index idx
21987 status collapsed
21988
21989 \begin_layout Plain Layout
21990 Symbols ! miscellaneous
21991 \end_layout
21992
21993 \end_inset
21994
21995
21996 \end_layout
21997
21998 \begin_layout Standard
21999 \noindent
22000 \align center
22001 \begin_inset Tabular
22002 <lyxtabular version="3" rows="10" columns="2">
22003 <features booktabs="true" tabularvalignment="middle">
22004 <column alignment="center" valignment="top" width="0pt">
22005 <column alignment="center" valignment="top" width="0pt">
22006 <row>
22007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22008 \begin_inset Text
22009
22010 \begin_layout Plain Layout
22011 Command
22012 \end_layout
22013
22014 \end_inset
22015 </cell>
22016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22017 \begin_inset Text
22018
22019 \begin_layout Plain Layout
22020 Symbol
22021 \end_layout
22022
22023 \end_inset
22024 </cell>
22025 </row>
22026 <row>
22027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22028 \begin_inset Text
22029
22030 \begin_layout Plain Layout
22031
22032 \backslash
22033 flat
22034 \end_layout
22035
22036 \end_inset
22037 </cell>
22038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22039 \begin_inset Text
22040
22041 \begin_layout Plain Layout
22042 \begin_inset Formula $\flat$
22043 \end_inset
22044
22045
22046 \end_layout
22047
22048 \end_inset
22049 </cell>
22050 </row>
22051 <row>
22052 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22053 \begin_inset Text
22054
22055 \begin_layout Plain Layout
22056
22057 \backslash
22058 natural
22059 \end_layout
22060
22061 \end_inset
22062 </cell>
22063 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22064 \begin_inset Text
22065
22066 \begin_layout Plain Layout
22067 \begin_inset Formula $\natural$
22068 \end_inset
22069
22070
22071 \end_layout
22072
22073 \end_inset
22074 </cell>
22075 </row>
22076 <row>
22077 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22078 \begin_inset Text
22079
22080 \begin_layout Plain Layout
22081
22082 \backslash
22083 sharp
22084 \end_layout
22085
22086 \end_inset
22087 </cell>
22088 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22089 \begin_inset Text
22090
22091 \begin_layout Plain Layout
22092 \begin_inset Formula $\sharp$
22093 \end_inset
22094
22095
22096 \end_layout
22097
22098 \end_inset
22099 </cell>
22100 </row>
22101 <row>
22102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22103 \begin_inset Text
22104
22105 \begin_layout Plain Layout
22106
22107 \backslash
22108 surd
22109 \end_layout
22110
22111 \end_inset
22112 </cell>
22113 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22114 \begin_inset Text
22115
22116 \begin_layout Plain Layout
22117 \begin_inset Formula $\surd$
22118 \end_inset
22119
22120
22121 \end_layout
22122
22123 \end_inset
22124 </cell>
22125 </row>
22126 <row>
22127 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22128 \begin_inset Text
22129
22130 \begin_layout Plain Layout
22131
22132 \backslash
22133 checkmark
22134 \end_layout
22135
22136 \end_inset
22137 </cell>
22138 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22139 \begin_inset Text
22140
22141 \begin_layout Plain Layout
22142 \begin_inset Formula $\checkmark$
22143 \end_inset
22144
22145
22146 \end_layout
22147
22148 \end_inset
22149 </cell>
22150 </row>
22151 <row>
22152 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22153 \begin_inset Text
22154
22155 \begin_layout Plain Layout
22156
22157 \backslash
22158 yen
22159 \end_layout
22160
22161 \end_inset
22162 </cell>
22163 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22164 \begin_inset Text
22165
22166 \begin_layout Plain Layout
22167 \begin_inset Formula $\yen$
22168 \end_inset
22169
22170
22171 \end_layout
22172
22173 \end_inset
22174 </cell>
22175 </row>
22176 <row>
22177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22178 \begin_inset Text
22179
22180 \begin_layout Plain Layout
22181
22182 \backslash
22183 pounds
22184 \end_layout
22185
22186 \end_inset
22187 </cell>
22188 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22189 \begin_inset Text
22190
22191 \begin_layout Plain Layout
22192 \begin_inset Formula $\pounds$
22193 \end_inset
22194
22195
22196 \end_layout
22197
22198 \end_inset
22199 </cell>
22200 </row>
22201 <row>
22202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22203 \begin_inset Text
22204
22205 \begin_layout Plain Layout
22206 $
22207 \end_layout
22208
22209 \end_inset
22210 </cell>
22211 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22212 \begin_inset Text
22213
22214 \begin_layout Plain Layout
22215 \begin_inset Formula $\$$
22216 \end_inset
22217
22218
22219 \end_layout
22220
22221 \end_inset
22222 </cell>
22223 </row>
22224 <row>
22225 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22226 \begin_inset Text
22227
22228 \begin_layout Plain Layout
22229 §
22230 \end_layout
22231
22232 \end_inset
22233 </cell>
22234 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22235 \begin_inset Text
22236
22237 \begin_layout Plain Layout
22238 \begin_inset Formula $§$
22239 \end_inset
22240
22241
22242 \end_layout
22243
22244 \end_inset
22245 </cell>
22246 </row>
22247 </lyxtabular>
22248
22249 \end_inset
22250
22251
22252 \begin_inset space \hfill{}
22253 \end_inset
22254
22255
22256 \begin_inset Tabular
22257 <lyxtabular version="3" rows="10" columns="2">
22258 <features booktabs="true" tabularvalignment="middle">
22259 <column alignment="center" valignment="top" width="0pt">
22260 <column alignment="center" valignment="top">
22261 <row>
22262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22263 \begin_inset Text
22264
22265 \begin_layout Plain Layout
22266 Command
22267 \end_layout
22268
22269 \end_inset
22270 </cell>
22271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22272 \begin_inset Text
22273
22274 \begin_layout Plain Layout
22275 Symbol
22276 \end_layout
22277
22278 \end_inset
22279 </cell>
22280 </row>
22281 <row>
22282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22283 \begin_inset Text
22284
22285 \begin_layout Plain Layout
22286
22287 \backslash
22288 hbar
22289 \end_layout
22290
22291 \end_inset
22292 </cell>
22293 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22294 \begin_inset Text
22295
22296 \begin_layout Plain Layout
22297 \begin_inset Formula $\hbar$
22298 \end_inset
22299
22300
22301 \end_layout
22302
22303 \end_inset
22304 </cell>
22305 </row>
22306 <row>
22307 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22308 \begin_inset Text
22309
22310 \begin_layout Plain Layout
22311
22312 \backslash
22313 hslash
22314 \end_layout
22315
22316 \end_inset
22317 </cell>
22318 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22319 \begin_inset Text
22320
22321 \begin_layout Plain Layout
22322 \begin_inset Formula $\hslash$
22323 \end_inset
22324
22325
22326 \end_layout
22327
22328 \end_inset
22329 </cell>
22330 </row>
22331 <row>
22332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22333 \begin_inset Text
22334
22335 \begin_layout Plain Layout
22336
22337 \backslash
22338 clubsuit
22339 \end_layout
22340
22341 \end_inset
22342 </cell>
22343 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22344 \begin_inset Text
22345
22346 \begin_layout Plain Layout
22347 \begin_inset Formula $\clubsuit$
22348 \end_inset
22349
22350
22351 \end_layout
22352
22353 \end_inset
22354 </cell>
22355 </row>
22356 <row>
22357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22358 \begin_inset Text
22359
22360 \begin_layout Plain Layout
22361
22362 \backslash
22363 spadesuit
22364 \end_layout
22365
22366 \end_inset
22367 </cell>
22368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22369 \begin_inset Text
22370
22371 \begin_layout Plain Layout
22372 \begin_inset Formula $\spadesuit$
22373 \end_inset
22374
22375
22376 \end_layout
22377
22378 \end_inset
22379 </cell>
22380 </row>
22381 <row>
22382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22383 \begin_inset Text
22384
22385 \begin_layout Plain Layout
22386
22387 \backslash
22388 bigstar
22389 \end_layout
22390
22391 \end_inset
22392 </cell>
22393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22394 \begin_inset Text
22395
22396 \begin_layout Plain Layout
22397 \begin_inset Formula $\bigstar$
22398 \end_inset
22399
22400
22401 \end_layout
22402
22403 \end_inset
22404 </cell>
22405 </row>
22406 <row>
22407 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22408 \begin_inset Text
22409
22410 \begin_layout Plain Layout
22411
22412 \backslash
22413 blacklozenge
22414 \end_layout
22415
22416 \end_inset
22417 </cell>
22418 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22419 \begin_inset Text
22420
22421 \begin_layout Plain Layout
22422 \begin_inset Formula $\blacklozenge$
22423 \end_inset
22424
22425
22426 \end_layout
22427
22428 \end_inset
22429 </cell>
22430 </row>
22431 <row>
22432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436
22437 \backslash
22438 blacktriangle
22439 \end_layout
22440
22441 \end_inset
22442 </cell>
22443 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22444 \begin_inset Text
22445
22446 \begin_layout Plain Layout
22447 \begin_inset Formula $\blacktriangle$
22448 \end_inset
22449
22450
22451 \end_layout
22452
22453 \end_inset
22454 </cell>
22455 </row>
22456 <row>
22457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22458 \begin_inset Text
22459
22460 \begin_layout Plain Layout
22461
22462 \backslash
22463 blacktiangledown
22464 \end_layout
22465
22466 \end_inset
22467 </cell>
22468 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22469 \begin_inset Text
22470
22471 \begin_layout Plain Layout
22472 \begin_inset Formula $\blacktriangledown$
22473 \end_inset
22474
22475
22476 \end_layout
22477
22478 \end_inset
22479 </cell>
22480 </row>
22481 <row>
22482 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22483 \begin_inset Text
22484
22485 \begin_layout Plain Layout
22486
22487 \backslash
22488 bullet
22489 \end_layout
22490
22491 \end_inset
22492 </cell>
22493 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22494 \begin_inset Text
22495
22496 \begin_layout Plain Layout
22497 \begin_inset Formula $\bullet$
22498 \end_inset
22499
22500
22501 \end_layout
22502
22503 \end_inset
22504 </cell>
22505 </row>
22506 </lyxtabular>
22507
22508 \end_inset
22509
22510
22511 \begin_inset space \hfill{}
22512 \end_inset
22513
22514
22515 \begin_inset Tabular
22516 <lyxtabular version="3" rows="10" columns="2">
22517 <features booktabs="true" tabularvalignment="middle">
22518 <column alignment="center" valignment="top" width="0pt">
22519 <column alignment="center" valignment="top" width="0pt">
22520 <row>
22521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22522 \begin_inset Text
22523
22524 \begin_layout Plain Layout
22525 Command
22526 \end_layout
22527
22528 \end_inset
22529 </cell>
22530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22531 \begin_inset Text
22532
22533 \begin_layout Plain Layout
22534 Symbol
22535 \end_layout
22536
22537 \end_inset
22538 </cell>
22539 </row>
22540 <row>
22541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22542 \begin_inset Text
22543
22544 \begin_layout Plain Layout
22545
22546 \backslash
22547 diamondsuit
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556 \begin_inset Formula $\diamondsuit$
22557 \end_inset
22558
22559
22560 \end_layout
22561
22562 \end_inset
22563 </cell>
22564 </row>
22565 <row>
22566 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22567 \begin_inset Text
22568
22569 \begin_layout Plain Layout
22570
22571 \backslash
22572 Diamond
22573 \end_layout
22574
22575 \end_inset
22576 </cell>
22577 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22578 \begin_inset Text
22579
22580 \begin_layout Plain Layout
22581 \begin_inset Formula $\Diamond$
22582 \end_inset
22583
22584
22585 \end_layout
22586
22587 \end_inset
22588 </cell>
22589 </row>
22590 <row>
22591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22592 \begin_inset Text
22593
22594 \begin_layout Plain Layout
22595
22596 \backslash
22597 heartsuit
22598 \end_layout
22599
22600 \end_inset
22601 </cell>
22602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22603 \begin_inset Text
22604
22605 \begin_layout Plain Layout
22606 \begin_inset Formula $\heartsuit$
22607 \end_inset
22608
22609
22610 \end_layout
22611
22612 \end_inset
22613 </cell>
22614 </row>
22615 <row>
22616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22617 \begin_inset Text
22618
22619 \begin_layout Plain Layout
22620
22621 \backslash
22622 P
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22628 \begin_inset Text
22629
22630 \begin_layout Plain Layout
22631 \begin_inset Formula $\P$
22632 \end_inset
22633
22634
22635 \end_layout
22636
22637 \end_inset
22638 </cell>
22639 </row>
22640 <row>
22641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22642 \begin_inset Text
22643
22644 \begin_layout Plain Layout
22645
22646 \backslash
22647 copyright
22648 \end_layout
22649
22650 \end_inset
22651 </cell>
22652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22653 \begin_inset Text
22654
22655 \begin_layout Plain Layout
22656 \begin_inset Formula $\copyright$
22657 \end_inset
22658
22659
22660 \end_layout
22661
22662 \end_inset
22663 </cell>
22664 </row>
22665 <row>
22666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22667 \begin_inset Text
22668
22669 \begin_layout Plain Layout
22670
22671 \backslash
22672 circledR
22673 \end_layout
22674
22675 \end_inset
22676 </cell>
22677 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22678 \begin_inset Text
22679
22680 \begin_layout Plain Layout
22681 \begin_inset Formula $\circledR$
22682 \end_inset
22683
22684
22685 \end_layout
22686
22687 \end_inset
22688 </cell>
22689 </row>
22690 <row>
22691 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22692 \begin_inset Text
22693
22694 \begin_layout Plain Layout
22695
22696 \backslash
22697 maltese
22698 \end_layout
22699
22700 \end_inset
22701 </cell>
22702 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22703 \begin_inset Text
22704
22705 \begin_layout Plain Layout
22706 \begin_inset Formula $\maltese$
22707 \end_inset
22708
22709
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 </row>
22715 <row>
22716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22717 \begin_inset Text
22718
22719 \begin_layout Plain Layout
22720
22721 \backslash
22722 diagup
22723 \end_layout
22724
22725 \end_inset
22726 </cell>
22727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22728 \begin_inset Text
22729
22730 \begin_layout Plain Layout
22731 \begin_inset Formula $\diagup$
22732 \end_inset
22733
22734
22735 \end_layout
22736
22737 \end_inset
22738 </cell>
22739 </row>
22740 <row>
22741 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22742 \begin_inset Text
22743
22744 \begin_layout Plain Layout
22745
22746 \backslash
22747 diagdown
22748 \end_layout
22749
22750 \end_inset
22751 </cell>
22752 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22753 \begin_inset Text
22754
22755 \begin_layout Plain Layout
22756 \begin_inset Formula $\diagdown$
22757 \end_inset
22758
22759
22760 \end_layout
22761
22762 \end_inset
22763 </cell>
22764 </row>
22765 </lyxtabular>
22766
22767 \end_inset
22768
22769
22770 \end_layout
22771
22772 \begin_layout Standard
22773 \begin_inset VSpace medskip
22774 \end_inset
22775
22776
22777 \end_layout
22778
22779 \begin_layout Standard
22780 Some symbols can be displayed in different sizes, see 
22781 \begin_inset CommandInset ref
22782 LatexCommand ref
22783 reference "subsec:Font-Sizes"
22784
22785 \end_inset
22786
22787 .
22788 \end_layout
22789
22790 \begin_layout Subsection
22791 The Euro-Symbol €
22792 \begin_inset Index idx
22793 status collapsed
22794
22795 \begin_layout Plain Layout
22796 Symbols ! Euro-symbol
22797 \end_layout
22798
22799 \end_inset
22800
22801
22802 \begin_inset Index idx
22803 status collapsed
22804
22805 \begin_layout Plain Layout
22806
22807 \backslash
22808 @
22809 \begin_inset ERT
22810 status collapsed
22811
22812 \begin_layout Plain Layout
22813
22814
22815 \backslash
22816 officialeuro
22817 \end_layout
22818
22819 \end_inset
22820
22821
22822 \end_layout
22823
22824 \end_inset
22825
22826
22827 \end_layout
22828
22829 \begin_layout Standard
22830 To use the Euro symbol in formulas, the \SpecialChar LaTeX
22831 -package 
22832 \series bold
22833 eurosym
22834 \series default
22835
22836 \begin_inset Index idx
22837 status collapsed
22838
22839 \begin_layout Plain Layout
22840 Packages ! eurosym
22841 \end_layout
22842
22843 \end_inset
22844
22845  must be installed and loaded with the \SpecialChar LaTeX
22846 -preamble line
22847 \end_layout
22848
22849 \begin_layout Standard
22850
22851 \series bold
22852
22853 \backslash
22854 usepackage[gennarrow]{eurosym}
22855 \end_layout
22856
22857 \begin_layout Standard
22858 The Euro symbol can now be inserted with the command 
22859 \series bold
22860
22861 \backslash
22862 euro
22863 \series default
22864
22865 \begin_inset Index idx
22866 status collapsed
22867
22868 \begin_layout Plain Layout
22869 Commands ! E ! 
22870 \backslash
22871 euro
22872 \end_layout
22873
22874 \end_inset
22875
22876 .
22877 \end_layout
22878
22879 \begin_layout Standard
22880 The Euro symbol can directly be inserted with the € key in mathematical
22881  text, without having 
22882 \series bold
22883 eurosym
22884 \series default
22885  installed.
22886  When 
22887 \series bold
22888 eurosym
22889 \series default
22890  is installed, 
22891 \series bold
22892
22893 \backslash
22894 euro
22895 \series default
22896  can also be inserted in \SpecialChar TeX
22897  mode.
22898  The official currency symbol can then be inserted with the command 
22899 \series bold
22900
22901 \backslash
22902 officialeuro
22903 \series default
22904
22905 \begin_inset Index idx
22906 status collapsed
22907
22908 \begin_layout Plain Layout
22909 Commands ! O ! 
22910 \backslash
22911 officialeuro
22912 \end_layout
22913
22914 \end_inset
22915
22916 , that is only available in \SpecialChar TeX
22917  mode.
22918 \end_layout
22919
22920 \begin_layout Standard
22921 \begin_inset ERT
22922 status collapsed
22923
22924 \begin_layout Plain Layout
22925
22926
22927 \backslash
22928 ifeurosym 
22929 \end_layout
22930
22931 \end_inset
22932
22933
22934 \begin_inset Note Note
22935 status open
22936
22937 \begin_layout Plain Layout
22938 The following table will only be displayed when the \SpecialChar LaTeX
22939 -package 
22940 \series bold
22941 eurosym
22942 \series default
22943  is installed.
22944 \end_layout
22945
22946 \end_inset
22947
22948
22949 \end_layout
22950
22951 \begin_layout Standard
22952 An overview about the different Euro symbols:
22953 \begin_inset Separator parbreak
22954 \end_inset
22955
22956
22957 \end_layout
22958
22959 \begin_layout Standard
22960 \align center
22961 \begin_inset Tabular
22962 <lyxtabular version="3" rows="4" columns="3">
22963 <features booktabs="true" tabularvalignment="middle">
22964 <column alignment="center" valignment="top" width="0pt">
22965 <column alignment="center" valignment="top" width="0pt">
22966 <column alignment="center" valignment="top" width="0pt">
22967 <row>
22968 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
22969 \begin_inset Text
22970
22971 \begin_layout Plain Layout
22972 \begin_inset ERT
22973 status collapsed
22974
22975 \begin_layout Plain Layout
22976
22977
22978 \backslash
22979 cmidrule[0.08em]{2-3}
22980 \end_layout
22981
22982 \end_inset
22983
22984
22985 \end_layout
22986
22987 \end_inset
22988 </cell>
22989 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22990 \begin_inset Text
22991
22992 \begin_layout Plain Layout
22993 Command 
22994 \end_layout
22995
22996 \end_inset
22997 </cell>
22998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22999 \begin_inset Text
23000
23001 \begin_layout Plain Layout
23002 Symbol
23003 \end_layout
23004
23005 \end_inset
23006 </cell>
23007 </row>
23008 <row>
23009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23010 \begin_inset Text
23011
23012 \begin_layout Plain Layout
23013 formula
23014 \end_layout
23015
23016 \end_inset
23017 </cell>
23018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23019 \begin_inset Text
23020
23021 \begin_layout Plain Layout
23022
23023 \backslash
23024 euro
23025 \end_layout
23026
23027 \end_inset
23028 </cell>
23029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23030 \begin_inset Text
23031
23032 \begin_layout Plain Layout
23033 \begin_inset Formula $\euro$
23034 \end_inset
23035
23036
23037 \end_layout
23038
23039 \end_inset
23040 </cell>
23041 </row>
23042 <row>
23043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23044 \begin_inset Text
23045
23046 \begin_layout Plain Layout
23047 mathematical text
23048 \end_layout
23049
23050 \end_inset
23051 </cell>
23052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23053 \begin_inset Text
23054
23055 \begin_layout Plain Layout
23056
23057 \end_layout
23058
23059 \end_inset
23060 </cell>
23061 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23062 \begin_inset Text
23063
23064 \begin_layout Plain Layout
23065 \begin_inset Formula $\mbox{€}$
23066 \end_inset
23067
23068
23069 \end_layout
23070
23071 \end_inset
23072 </cell>
23073 </row>
23074 <row>
23075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23076 \begin_inset Text
23077
23078 \begin_layout Plain Layout
23079 \SpecialChar TeX
23080  mode
23081 \end_layout
23082
23083 \end_inset
23084 </cell>
23085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23086 \begin_inset Text
23087
23088 \begin_layout Plain Layout
23089
23090 \backslash
23091 officialeuro
23092 \end_layout
23093
23094 \end_inset
23095 </cell>
23096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23097 \begin_inset Text
23098
23099 \begin_layout Plain Layout
23100 \begin_inset ERT
23101 status collapsed
23102
23103 \begin_layout Plain Layout
23104
23105
23106 \backslash
23107 officialeuro
23108 \end_layout
23109
23110 \end_inset
23111
23112
23113 \end_layout
23114
23115 \end_inset
23116 </cell>
23117 </row>
23118 </lyxtabular>
23119
23120 \end_inset
23121
23122
23123 \begin_inset Note Note
23124 status collapsed
23125
23126 \begin_layout Plain Layout
23127
23128 \series bold
23129
23130 \backslash
23131 cmidrule
23132 \series default
23133  is used here only for table borders.
23134  See sec.
23135  
23136 \family sans
23137 Formal Tables
23138 \family default
23139  of the 
23140 \emph on
23141 EmbeddedObjects
23142 \emph default
23143  manual for details.
23144 \end_layout
23145
23146 \end_inset
23147
23148
23149 \end_layout
23150
23151 \begin_layout Standard
23152 \begin_inset ERT
23153 status collapsed
23154
23155 \begin_layout Plain Layout
23156
23157
23158 \backslash
23159 else 
23160 \end_layout
23161
23162 \end_inset
23163
23164
23165 \begin_inset Note Note
23166 status open
23167
23168 \begin_layout Plain Layout
23169 The following will be displayed when the \SpecialChar LaTeX
23170 -package 
23171 \series bold
23172 eurosym
23173 \series default
23174  is not installed:
23175 \end_layout
23176
23177 \end_inset
23178
23179
23180 \end_layout
23181
23182 \begin_layout Standard
23183 You need to install the \SpecialChar LaTeX
23184 -package 
23185 \series bold
23186 eurosym
23187 \series default
23188  to see the rest of this subsection in the output.
23189 \end_layout
23190
23191 \begin_layout Standard
23192 \begin_inset ERT
23193 status collapsed
23194
23195 \begin_layout Plain Layout
23196
23197
23198 \backslash
23199 fi 
23200 \end_layout
23201
23202 \end_inset
23203
23204
23205 \end_layout
23206
23207 \begin_layout Standard
23208 \begin_inset Newpage newpage
23209 \end_inset
23210
23211
23212 \end_layout
23213
23214 \begin_layout Section
23215 Relations
23216 \begin_inset CommandInset label
23217 LatexCommand label
23218 name "sec:Relations"
23219
23220 \end_inset
23221
23222
23223 \begin_inset Index idx
23224 status collapsed
23225
23226 \begin_layout Plain Layout
23227 Relations
23228 \end_layout
23229
23230 \end_inset
23231
23232
23233 \begin_inset Index idx
23234 status collapsed
23235
23236 \begin_layout Plain Layout
23237 Comparisons|see
23238 \begin_inset ERT
23239 status collapsed
23240
23241 \begin_layout Plain Layout
23242
23243 {
23244 \end_layout
23245
23246 \end_inset
23247
23248 Relations
23249 \begin_inset ERT
23250 status collapsed
23251
23252 \begin_layout Plain Layout
23253
23254 }
23255 \end_layout
23256
23257 \end_inset
23258
23259
23260 \end_layout
23261
23262 \end_inset
23263
23264
23265 \end_layout
23266
23267 \begin_layout Standard
23268 All following relations can also be inserted via the toolbar button 
23269 \begin_inset Info
23270 type  "icon"
23271 arg   "math-insert \\leq"
23272 \end_inset
23273
23274 .
23275 \end_layout
23276
23277 \begin_layout Standard
23278 \begin_inset Tabular
23279 <lyxtabular version="3" rows="17" columns="2">
23280 <features booktabs="true" tabularvalignment="middle">
23281 <column alignment="center" valignment="top" width="0pt">
23282 <column alignment="center" valignment="top" width="0pt">
23283 <row>
23284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23285 \begin_inset Text
23286
23287 \begin_layout Plain Layout
23288 Command
23289 \end_layout
23290
23291 \end_inset
23292 </cell>
23293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23294 \begin_inset Text
23295
23296 \begin_layout Plain Layout
23297 Relation
23298 \end_layout
23299
23300 \end_inset
23301 </cell>
23302 </row>
23303 <row>
23304 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23305 \begin_inset Text
23306
23307 \begin_layout Plain Layout
23308 <
23309 \end_layout
23310
23311 \end_inset
23312 </cell>
23313 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23314 \begin_inset Text
23315
23316 \begin_layout Plain Layout
23317 \begin_inset Formula $<$
23318 \end_inset
23319
23320
23321 \end_layout
23322
23323 \end_inset
23324 </cell>
23325 </row>
23326 <row>
23327 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23328 \begin_inset Text
23329
23330 \begin_layout Plain Layout
23331
23332 \backslash
23333 le
23334 \end_layout
23335
23336 \end_inset
23337 </cell>
23338 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23339 \begin_inset Text
23340
23341 \begin_layout Plain Layout
23342 \begin_inset Formula $\le$
23343 \end_inset
23344
23345
23346 \end_layout
23347
23348 \end_inset
23349 </cell>
23350 </row>
23351 <row>
23352 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23353 \begin_inset Text
23354
23355 \begin_layout Plain Layout
23356
23357 \backslash
23358 ll
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23364 \begin_inset Text
23365
23366 \begin_layout Plain Layout
23367 \begin_inset Formula $\ll$
23368 \end_inset
23369
23370
23371 \end_layout
23372
23373 \end_inset
23374 </cell>
23375 </row>
23376 <row>
23377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23378 \begin_inset Text
23379
23380 \begin_layout Plain Layout
23381
23382 \backslash
23383 prec
23384 \end_layout
23385
23386 \end_inset
23387 </cell>
23388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23389 \begin_inset Text
23390
23391 \begin_layout Plain Layout
23392 \begin_inset Formula $\prec$
23393 \end_inset
23394
23395
23396 \end_layout
23397
23398 \end_inset
23399 </cell>
23400 </row>
23401 <row>
23402 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23403 \begin_inset Text
23404
23405 \begin_layout Plain Layout
23406
23407 \backslash
23408 preceq
23409 \end_layout
23410
23411 \end_inset
23412 </cell>
23413 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417 \begin_inset Formula $\preceq$
23418 \end_inset
23419
23420
23421 \end_layout
23422
23423 \end_inset
23424 </cell>
23425 </row>
23426 <row>
23427 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23428 \begin_inset Text
23429
23430 \begin_layout Plain Layout
23431
23432 \backslash
23433 subset
23434 \end_layout
23435
23436 \end_inset
23437 </cell>
23438 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23439 \begin_inset Text
23440
23441 \begin_layout Plain Layout
23442 \begin_inset Formula $\subset$
23443 \end_inset
23444
23445
23446 \end_layout
23447
23448 \end_inset
23449 </cell>
23450 </row>
23451 <row>
23452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23453 \begin_inset Text
23454
23455 \begin_layout Plain Layout
23456
23457 \backslash
23458 subseteq
23459 \end_layout
23460
23461 \end_inset
23462 </cell>
23463 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23464 \begin_inset Text
23465
23466 \begin_layout Plain Layout
23467 \begin_inset Formula $\subseteq$
23468 \end_inset
23469
23470
23471 \end_layout
23472
23473 \end_inset
23474 </cell>
23475 </row>
23476 <row>
23477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23478 \begin_inset Text
23479
23480 \begin_layout Plain Layout
23481
23482 \backslash
23483 sqsubseteq
23484 \end_layout
23485
23486 \end_inset
23487 </cell>
23488 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23489 \begin_inset Text
23490
23491 \begin_layout Plain Layout
23492 \begin_inset Formula $\sqsubseteq$
23493 \end_inset
23494
23495
23496 \end_layout
23497
23498 \end_inset
23499 </cell>
23500 </row>
23501 <row>
23502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23503 \begin_inset Text
23504
23505 \begin_layout Plain Layout
23506
23507 \backslash
23508 in
23509 \end_layout
23510
23511 \end_inset
23512 </cell>
23513 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23514 \begin_inset Text
23515
23516 \begin_layout Plain Layout
23517 \begin_inset Formula $\in$
23518 \end_inset
23519
23520
23521 \end_layout
23522
23523 \end_inset
23524 </cell>
23525 </row>
23526 <row>
23527 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23528 \begin_inset Text
23529
23530 \begin_layout Plain Layout
23531
23532 \backslash
23533 vdash
23534 \end_layout
23535
23536 \end_inset
23537 </cell>
23538 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23539 \begin_inset Text
23540
23541 \begin_layout Plain Layout
23542 \begin_inset Formula $\vdash$
23543 \end_inset
23544
23545
23546 \end_layout
23547
23548 \end_inset
23549 </cell>
23550 </row>
23551 <row>
23552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23553 \begin_inset Text
23554
23555 \begin_layout Plain Layout
23556
23557 \backslash
23558 smile
23559 \end_layout
23560
23561 \end_inset
23562 </cell>
23563 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23564 \begin_inset Text
23565
23566 \begin_layout Plain Layout
23567 \begin_inset Formula $\smile$
23568 \end_inset
23569
23570
23571 \end_layout
23572
23573 \end_inset
23574 </cell>
23575 </row>
23576 <row>
23577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23578 \begin_inset Text
23579
23580 \begin_layout Plain Layout
23581
23582 \backslash
23583 lhd
23584 \end_layout
23585
23586 \end_inset
23587 </cell>
23588 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23589 \begin_inset Text
23590
23591 \begin_layout Plain Layout
23592 \begin_inset Formula $\lhd$
23593 \end_inset
23594
23595
23596 \end_layout
23597
23598 \end_inset
23599 </cell>
23600 </row>
23601 <row>
23602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23603 \begin_inset Text
23604
23605 \begin_layout Plain Layout
23606
23607 \backslash
23608 unlhd
23609 \end_layout
23610
23611 \end_inset
23612 </cell>
23613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23614 \begin_inset Text
23615
23616 \begin_layout Plain Layout
23617 \begin_inset Formula $\unlhd$
23618 \end_inset
23619
23620
23621 \end_layout
23622
23623 \end_inset
23624 </cell>
23625 </row>
23626 <row>
23627 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23628 \begin_inset Text
23629
23630 \begin_layout Plain Layout
23631
23632 \backslash
23633 gtrless
23634 \end_layout
23635
23636 \end_inset
23637 </cell>
23638 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23639 \begin_inset Text
23640
23641 \begin_layout Plain Layout
23642 \begin_inset Formula $\gtrless$
23643 \end_inset
23644
23645
23646 \end_layout
23647
23648 \end_inset
23649 </cell>
23650 </row>
23651 <row>
23652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23653 \begin_inset Text
23654
23655 \begin_layout Plain Layout
23656
23657 \backslash
23658 mid
23659 \end_layout
23660
23661 \end_inset
23662 </cell>
23663 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23664 \begin_inset Text
23665
23666 \begin_layout Plain Layout
23667 \begin_inset Formula $\mid$
23668 \end_inset
23669
23670
23671 \end_layout
23672
23673 \end_inset
23674 </cell>
23675 </row>
23676 <row>
23677 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23678 \begin_inset Text
23679
23680 \begin_layout Plain Layout
23681
23682 \backslash
23683 nmid
23684 \end_layout
23685
23686 \end_inset
23687 </cell>
23688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23689 \begin_inset Text
23690
23691 \begin_layout Plain Layout
23692 \begin_inset Formula $\nmid$
23693 \end_inset
23694
23695
23696 \end_layout
23697
23698 \end_inset
23699 </cell>
23700 </row>
23701 </lyxtabular>
23702
23703 \end_inset
23704
23705
23706 \begin_inset space \hfill{}
23707 \end_inset
23708
23709
23710 \begin_inset Tabular
23711 <lyxtabular version="3" rows="17" columns="2">
23712 <features booktabs="true" tabularvalignment="middle">
23713 <column alignment="center" valignment="top" width="0pt">
23714 <column alignment="center" valignment="top" width="0pt">
23715 <row>
23716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23717 \begin_inset Text
23718
23719 \begin_layout Plain Layout
23720 Command
23721 \end_layout
23722
23723 \end_inset
23724 </cell>
23725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23726 \begin_inset Text
23727
23728 \begin_layout Plain Layout
23729 Relation
23730 \end_layout
23731
23732 \end_inset
23733 </cell>
23734 </row>
23735 <row>
23736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23737 \begin_inset Text
23738
23739 \begin_layout Plain Layout
23740 =
23741 \end_layout
23742
23743 \end_inset
23744 </cell>
23745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23746 \begin_inset Text
23747
23748 \begin_layout Plain Layout
23749 \begin_inset Formula $=$
23750 \end_inset
23751
23752
23753 \end_layout
23754
23755 \end_inset
23756 </cell>
23757 </row>
23758 <row>
23759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23760 \begin_inset Text
23761
23762 \begin_layout Plain Layout
23763
23764 \backslash
23765 not=
23766 \end_layout
23767
23768 \end_inset
23769 </cell>
23770 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23771 \begin_inset Text
23772
23773 \begin_layout Plain Layout
23774 \begin_inset Formula $\not=$
23775 \end_inset
23776
23777
23778 \end_layout
23779
23780 \end_inset
23781 </cell>
23782 </row>
23783 <row>
23784 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23785 \begin_inset Text
23786
23787 \begin_layout Plain Layout
23788
23789 \backslash
23790 equiv
23791 \end_layout
23792
23793 \end_inset
23794 </cell>
23795 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23796 \begin_inset Text
23797
23798 \begin_layout Plain Layout
23799 \begin_inset Formula $\equiv$
23800 \end_inset
23801
23802
23803 \end_layout
23804
23805 \end_inset
23806 </cell>
23807 </row>
23808 <row>
23809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23810 \begin_inset Text
23811
23812 \begin_layout Plain Layout
23813
23814 \backslash
23815 sim
23816 \end_layout
23817
23818 \end_inset
23819 </cell>
23820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23821 \begin_inset Text
23822
23823 \begin_layout Plain Layout
23824 \begin_inset Formula $\sim$
23825 \end_inset
23826
23827
23828 \end_layout
23829
23830 \end_inset
23831 </cell>
23832 </row>
23833 <row>
23834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23835 \begin_inset Text
23836
23837 \begin_layout Plain Layout
23838
23839 \backslash
23840 simeq
23841 \end_layout
23842
23843 \end_inset
23844 </cell>
23845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23846 \begin_inset Text
23847
23848 \begin_layout Plain Layout
23849 \begin_inset Formula $\simeq$
23850 \end_inset
23851
23852
23853 \end_layout
23854
23855 \end_inset
23856 </cell>
23857 </row>
23858 <row>
23859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23860 \begin_inset Text
23861
23862 \begin_layout Plain Layout
23863
23864 \backslash
23865 approx
23866 \end_layout
23867
23868 \end_inset
23869 </cell>
23870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23871 \begin_inset Text
23872
23873 \begin_layout Plain Layout
23874 \begin_inset Formula $\approx$
23875 \end_inset
23876
23877
23878 \end_layout
23879
23880 \end_inset
23881 </cell>
23882 </row>
23883 <row>
23884 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23885 \begin_inset Text
23886
23887 \begin_layout Plain Layout
23888
23889 \backslash
23890 cong
23891 \end_layout
23892
23893 \end_inset
23894 </cell>
23895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23896 \begin_inset Text
23897
23898 \begin_layout Plain Layout
23899 \begin_inset Formula $\cong$
23900 \end_inset
23901
23902
23903 \end_layout
23904
23905 \end_inset
23906 </cell>
23907 </row>
23908 <row>
23909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23910 \begin_inset Text
23911
23912 \begin_layout Plain Layout
23913
23914 \backslash
23915 bowtie
23916 \end_layout
23917
23918 \end_inset
23919 </cell>
23920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23921 \begin_inset Text
23922
23923 \begin_layout Plain Layout
23924 \begin_inset Formula $\bowtie$
23925 \end_inset
23926
23927
23928 \end_layout
23929
23930 \end_inset
23931 </cell>
23932 </row>
23933 <row>
23934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23935 \begin_inset Text
23936
23937 \begin_layout Plain Layout
23938
23939 \backslash
23940 notin
23941 \end_layout
23942
23943 \end_inset
23944 </cell>
23945 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23946 \begin_inset Text
23947
23948 \begin_layout Plain Layout
23949 \begin_inset Formula $\notin$
23950 \end_inset
23951
23952
23953 \end_layout
23954
23955 \end_inset
23956 </cell>
23957 </row>
23958 <row>
23959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23960 \begin_inset Text
23961
23962 \begin_layout Plain Layout
23963
23964 \backslash
23965 perp
23966 \end_layout
23967
23968 \end_inset
23969 </cell>
23970 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23971 \begin_inset Text
23972
23973 \begin_layout Plain Layout
23974 \begin_inset Formula $\perp$
23975 \end_inset
23976
23977
23978 \end_layout
23979
23980 \end_inset
23981 </cell>
23982 </row>
23983 <row>
23984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23985 \begin_inset Text
23986
23987 \begin_layout Plain Layout
23988
23989 \backslash
23990 propto
23991 \end_layout
23992
23993 \end_inset
23994 </cell>
23995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23996 \begin_inset Text
23997
23998 \begin_layout Plain Layout
23999 \begin_inset Formula $\propto$
24000 \end_inset
24001
24002
24003 \end_layout
24004
24005 \end_inset
24006 </cell>
24007 </row>
24008 <row>
24009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24010 \begin_inset Text
24011
24012 \begin_layout Plain Layout
24013
24014 \backslash
24015 asymp
24016 \end_layout
24017
24018 \end_inset
24019 </cell>
24020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24021 \begin_inset Text
24022
24023 \begin_layout Plain Layout
24024 \begin_inset Formula $\asymp$
24025 \end_inset
24026
24027
24028 \end_layout
24029
24030 \end_inset
24031 </cell>
24032 </row>
24033 <row>
24034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24035 \begin_inset Text
24036
24037 \begin_layout Plain Layout
24038
24039 \backslash
24040 doteq
24041 \end_layout
24042
24043 \end_inset
24044 </cell>
24045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24046 \begin_inset Text
24047
24048 \begin_layout Plain Layout
24049 \begin_inset Formula $\doteq$
24050 \end_inset
24051
24052
24053 \end_layout
24054
24055 \end_inset
24056 </cell>
24057 </row>
24058 <row>
24059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24060 \begin_inset Text
24061
24062 \begin_layout Plain Layout
24063
24064 \backslash
24065 circeq
24066 \end_layout
24067
24068 \end_inset
24069 </cell>
24070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24071 \begin_inset Text
24072
24073 \begin_layout Plain Layout
24074 \begin_inset Formula $\circeq$
24075 \end_inset
24076
24077
24078 \end_layout
24079
24080 \end_inset
24081 </cell>
24082 </row>
24083 <row>
24084 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24085 \begin_inset Text
24086
24087 \begin_layout Plain Layout
24088
24089 \backslash
24090 models
24091 \end_layout
24092
24093 \end_inset
24094 </cell>
24095 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24096 \begin_inset Text
24097
24098 \begin_layout Plain Layout
24099 \begin_inset Formula $\models$
24100 \end_inset
24101
24102
24103 \end_layout
24104
24105 \end_inset
24106 </cell>
24107 </row>
24108 <row>
24109 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24110 \begin_inset Text
24111
24112 \begin_layout Plain Layout
24113
24114 \backslash
24115 widehat=
24116 \end_layout
24117
24118 \end_inset
24119 </cell>
24120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24121 \begin_inset Text
24122
24123 \begin_layout Plain Layout
24124 \begin_inset Formula $\widehat{=}$
24125 \end_inset
24126
24127
24128 \end_layout
24129
24130 \end_inset
24131 </cell>
24132 </row>
24133 </lyxtabular>
24134
24135 \end_inset
24136
24137
24138 \begin_inset space \hfill{}
24139 \end_inset
24140
24141
24142 \begin_inset Tabular
24143 <lyxtabular version="3" rows="17" columns="2">
24144 <features booktabs="true" tabularvalignment="middle">
24145 <column alignment="center" valignment="top" width="0pt">
24146 <column alignment="center" valignment="top" width="0pt">
24147 <row>
24148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24149 \begin_inset Text
24150
24151 \begin_layout Plain Layout
24152 Command
24153 \end_layout
24154
24155 \end_inset
24156 </cell>
24157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24158 \begin_inset Text
24159
24160 \begin_layout Plain Layout
24161 Relation
24162 \end_layout
24163
24164 \end_inset
24165 </cell>
24166 </row>
24167 <row>
24168 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24169 \begin_inset Text
24170
24171 \begin_layout Plain Layout
24172 >
24173 \end_layout
24174
24175 \end_inset
24176 </cell>
24177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24178 \begin_inset Text
24179
24180 \begin_layout Plain Layout
24181 \begin_inset Formula $>$
24182 \end_inset
24183
24184
24185 \end_layout
24186
24187 \end_inset
24188 </cell>
24189 </row>
24190 <row>
24191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24192 \begin_inset Text
24193
24194 \begin_layout Plain Layout
24195
24196 \backslash
24197 ge
24198 \end_layout
24199
24200 \end_inset
24201 </cell>
24202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24203 \begin_inset Text
24204
24205 \begin_layout Plain Layout
24206 \begin_inset Formula $\ge$
24207 \end_inset
24208
24209
24210 \end_layout
24211
24212 \end_inset
24213 </cell>
24214 </row>
24215 <row>
24216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24217 \begin_inset Text
24218
24219 \begin_layout Plain Layout
24220
24221 \backslash
24222 gg
24223 \end_layout
24224
24225 \end_inset
24226 </cell>
24227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24228 \begin_inset Text
24229
24230 \begin_layout Plain Layout
24231 \begin_inset Formula $\gg$
24232 \end_inset
24233
24234
24235 \end_layout
24236
24237 \end_inset
24238 </cell>
24239 </row>
24240 <row>
24241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24242 \begin_inset Text
24243
24244 \begin_layout Plain Layout
24245
24246 \backslash
24247 succ
24248 \end_layout
24249
24250 \end_inset
24251 </cell>
24252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24253 \begin_inset Text
24254
24255 \begin_layout Plain Layout
24256 \begin_inset Formula $\succ$
24257 \end_inset
24258
24259
24260 \end_layout
24261
24262 \end_inset
24263 </cell>
24264 </row>
24265 <row>
24266 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24267 \begin_inset Text
24268
24269 \begin_layout Plain Layout
24270
24271 \backslash
24272 succeq
24273 \end_layout
24274
24275 \end_inset
24276 </cell>
24277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24278 \begin_inset Text
24279
24280 \begin_layout Plain Layout
24281 \begin_inset Formula $\succeq$
24282 \end_inset
24283
24284
24285 \end_layout
24286
24287 \end_inset
24288 </cell>
24289 </row>
24290 <row>
24291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24292 \begin_inset Text
24293
24294 \begin_layout Plain Layout
24295
24296 \backslash
24297 supset
24298 \end_layout
24299
24300 \end_inset
24301 </cell>
24302 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24303 \begin_inset Text
24304
24305 \begin_layout Plain Layout
24306 \begin_inset Formula $\supset$
24307 \end_inset
24308
24309
24310 \end_layout
24311
24312 \end_inset
24313 </cell>
24314 </row>
24315 <row>
24316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24317 \begin_inset Text
24318
24319 \begin_layout Plain Layout
24320
24321 \backslash
24322 supseteq
24323 \end_layout
24324
24325 \end_inset
24326 </cell>
24327 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24328 \begin_inset Text
24329
24330 \begin_layout Plain Layout
24331 \begin_inset Formula $\supseteq$
24332 \end_inset
24333
24334
24335 \end_layout
24336
24337 \end_inset
24338 </cell>
24339 </row>
24340 <row>
24341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24342 \begin_inset Text
24343
24344 \begin_layout Plain Layout
24345
24346 \backslash
24347 sqsupseteq
24348 \end_layout
24349
24350 \end_inset
24351 </cell>
24352 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24353 \begin_inset Text
24354
24355 \begin_layout Plain Layout
24356 \begin_inset Formula $\sqsupseteq$
24357 \end_inset
24358
24359
24360 \end_layout
24361
24362 \end_inset
24363 </cell>
24364 </row>
24365 <row>
24366 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24367 \begin_inset Text
24368
24369 \begin_layout Plain Layout
24370
24371 \backslash
24372 ni
24373 \end_layout
24374
24375 \end_inset
24376 </cell>
24377 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24378 \begin_inset Text
24379
24380 \begin_layout Plain Layout
24381 \begin_inset Formula $\ni$
24382 \end_inset
24383
24384
24385 \end_layout
24386
24387 \end_inset
24388 </cell>
24389 </row>
24390 <row>
24391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24392 \begin_inset Text
24393
24394 \begin_layout Plain Layout
24395
24396 \backslash
24397 dashv
24398 \end_layout
24399
24400 \end_inset
24401 </cell>
24402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24403 \begin_inset Text
24404
24405 \begin_layout Plain Layout
24406 \begin_inset Formula $\dashv$
24407 \end_inset
24408
24409
24410 \end_layout
24411
24412 \end_inset
24413 </cell>
24414 </row>
24415 <row>
24416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24417 \begin_inset Text
24418
24419 \begin_layout Plain Layout
24420
24421 \backslash
24422 frown
24423 \end_layout
24424
24425 \end_inset
24426 </cell>
24427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24428 \begin_inset Text
24429
24430 \begin_layout Plain Layout
24431 \begin_inset Formula $\frown$
24432 \end_inset
24433
24434
24435 \end_layout
24436
24437 \end_inset
24438 </cell>
24439 </row>
24440 <row>
24441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24442 \begin_inset Text
24443
24444 \begin_layout Plain Layout
24445
24446 \backslash
24447 rhd
24448 \end_layout
24449
24450 \end_inset
24451 </cell>
24452 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24453 \begin_inset Text
24454
24455 \begin_layout Plain Layout
24456 \begin_inset Formula $\rhd$
24457 \end_inset
24458
24459
24460 \end_layout
24461
24462 \end_inset
24463 </cell>
24464 </row>
24465 <row>
24466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24467 \begin_inset Text
24468
24469 \begin_layout Plain Layout
24470
24471 \backslash
24472 unrhd
24473 \end_layout
24474
24475 \end_inset
24476 </cell>
24477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24478 \begin_inset Text
24479
24480 \begin_layout Plain Layout
24481 \begin_inset Formula $\unrhd$
24482 \end_inset
24483
24484
24485 \end_layout
24486
24487 \end_inset
24488 </cell>
24489 </row>
24490 <row>
24491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24492 \begin_inset Text
24493
24494 \begin_layout Plain Layout
24495
24496 \backslash
24497 lessgtr
24498 \end_layout
24499
24500 \end_inset
24501 </cell>
24502 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24503 \begin_inset Text
24504
24505 \begin_layout Plain Layout
24506 \begin_inset Formula $\lessgtr$
24507 \end_inset
24508
24509
24510 \end_layout
24511
24512 \end_inset
24513 </cell>
24514 </row>
24515 <row>
24516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24517 \begin_inset Text
24518
24519 \begin_layout Plain Layout
24520
24521 \backslash
24522 parallel
24523 \end_layout
24524
24525 \end_inset
24526 </cell>
24527 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24528 \begin_inset Text
24529
24530 \begin_layout Plain Layout
24531 \begin_inset Formula $\parallel$
24532 \end_inset
24533
24534
24535 \end_layout
24536
24537 \end_inset
24538 </cell>
24539 </row>
24540 <row>
24541 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24542 \begin_inset Text
24543
24544 \begin_layout Plain Layout
24545
24546 \backslash
24547 nparallel
24548 \end_layout
24549
24550 \end_inset
24551 </cell>
24552 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24553 \begin_inset Text
24554
24555 \begin_layout Plain Layout
24556 \begin_inset Formula $\nparallel$
24557 \end_inset
24558
24559
24560 \end_layout
24561
24562 \end_inset
24563 </cell>
24564 </row>
24565 </lyxtabular>
24566
24567 \end_inset
24568
24569
24570 \end_layout
24571
24572 \begin_layout Standard
24573 \begin_inset VSpace medskip
24574 \end_inset
24575
24576 The characters 
24577 \series bold
24578
24579 \backslash
24580 lhd
24581 \series default
24582  and 
24583 \series bold
24584
24585 \backslash
24586 rhd
24587 \series default
24588  are bigger than the equal looking operators 
24589 \series bold
24590
24591 \backslash
24592 triangleleft
24593 \series default
24594  and 
24595 \series bold
24596
24597 \backslash
24598 triangleright
24599 \series default
24600 , respectively.
24601 \end_layout
24602
24603 \begin_layout Standard
24604 \SpecialChar LyX
24605  supports also many special relations.
24606  Use the toolbar button 
24607 \begin_inset Info
24608 type  "icon"
24609 arg   "math-insert \\leqq"
24610 \end_inset
24611
24612  to see a list of these relations.
24613 \end_layout
24614
24615 \begin_layout Standard
24616 Relations are, in contrary to symbols, always surrounded by space.
24617 \end_layout
24618
24619 \begin_layout Standard
24620 Relations with labels can be created with the command 
24621 \series bold
24622
24623 \backslash
24624 stackrel
24625 \series default
24626
24627 \begin_inset Index idx
24628 status collapsed
24629
24630 \begin_layout Plain Layout
24631 Commands ! S ! 
24632 \backslash
24633 stackrel
24634 \end_layout
24635
24636 \end_inset
24637
24638 :
24639 \begin_inset Separator parbreak
24640 \end_inset
24641
24642
24643 \end_layout
24644
24645 \begin_layout Standard
24646 \align center
24647 \begin_inset Tabular
24648 <lyxtabular version="3" rows="2" columns="2">
24649 <features booktabs="true" tabularvalignment="middle">
24650 <column alignment="center" valignment="top" width="0pt">
24651 <column alignment="center" valignment="top">
24652 <row>
24653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24654 \begin_inset Text
24655
24656 \begin_layout Plain Layout
24657 Command
24658 \end_layout
24659
24660 \end_inset
24661 </cell>
24662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24663 \begin_inset Text
24664
24665 \begin_layout Plain Layout
24666 Result
24667 \end_layout
24668
24669 \end_inset
24670 </cell>
24671 </row>
24672 <row topspace="1.5mm">
24673 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24674 \begin_inset Text
24675
24676 \begin_layout Plain Layout
24677 A(r)
24678 \backslash
24679 stackrel
24680 \begin_inset space \textvisiblespace{}
24681 \end_inset
24682
24683 r
24684 \backslash
24685 to
24686 \backslash
24687 infty
24688 \begin_inset space \textvisiblespace{}
24689 \end_inset
24690
24691
24692 \begin_inset Formula $\downarrow$
24693 \end_inset
24694
24695
24696 \backslash
24697 approx
24698 \begin_inset space \textvisiblespace{}
24699 \end_inset
24700
24701
24702 \begin_inset space \textvisiblespace{}
24703 \end_inset
24704
24705 B
24706 \end_layout
24707
24708 \end_inset
24709 </cell>
24710 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24711 \begin_inset Text
24712
24713 \begin_layout Plain Layout
24714 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
24715 \end_inset
24716
24717
24718 \end_layout
24719
24720 \end_inset
24721 </cell>
24722 </row>
24723 </lyxtabular>
24724
24725 \end_inset
24726
24727
24728 \end_layout
24729
24730 \begin_layout Section
24731 Functions
24732 \end_layout
24733
24734 \begin_layout Subsection
24735 Predefined Functions
24736 \begin_inset CommandInset label
24737 LatexCommand label
24738 name "subsec:Predefined-Functions"
24739
24740 \end_inset
24741
24742
24743 \begin_inset Index idx
24744 status collapsed
24745
24746 \begin_layout Plain Layout
24747 Functions ! predefined
24748 \end_layout
24749
24750 \end_inset
24751
24752
24753 \end_layout
24754
24755 \begin_layout Standard
24756 In general, variables are set 
24757 \emph on
24758 italic
24759 \emph default
24760  in mathematical expressions, but not function names, because 
24761 \begin_inset Formula $sin$
24762 \end_inset
24763
24764  could be misunderstood as 
24765 \begin_inset Formula $s\cdot i\cdot n$
24766 \end_inset
24767
24768 .
24769  Therefore there are predefined functionswhich are additionally a bit separated
24770  from prefactors.
24771  They are inserted as commands starting with a backslash before their name.
24772 \begin_inset Separator parbreak
24773 \end_inset
24774
24775
24776 \end_layout
24777
24778 \begin_layout Standard
24779 \align center
24780 \begin_inset Tabular
24781 <lyxtabular version="3" rows="2" columns="2">
24782 <features booktabs="true" tabularvalignment="middle">
24783 <column alignment="center" valignment="top" width="0pt">
24784 <column alignment="center" valignment="top" width="0pt">
24785 <row>
24786 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24787 \begin_inset Text
24788
24789 \begin_layout Plain Layout
24790 Command
24791 \end_layout
24792
24793 \end_inset
24794 </cell>
24795 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
24796 \begin_inset Text
24797
24798 \begin_layout Plain Layout
24799 Result
24800 \end_layout
24801
24802 \end_inset
24803 </cell>
24804 </row>
24805 <row>
24806 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24807 \begin_inset Text
24808
24809 \begin_layout Plain Layout
24810 Asin(x)+B
24811 \end_layout
24812
24813 \end_inset
24814 </cell>
24815 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
24816 \begin_inset Text
24817
24818 \begin_layout Plain Layout
24819 \begin_inset Formula $Asin(x)+B$
24820 \end_inset
24821
24822
24823 \end_layout
24824
24825 \end_inset
24826 </cell>
24827 </row>
24828 </lyxtabular>
24829
24830 \end_inset
24831
24832
24833 \begin_inset space \quad{}
24834 \end_inset
24835
24836
24837 \begin_inset Tabular
24838 <lyxtabular version="3" rows="2" columns="2">
24839 <features booktabs="true" tabularvalignment="middle">
24840 <column alignment="center" valignment="top" width="0pt">
24841 <column alignment="center" valignment="top" width="0pt">
24842 <row>
24843 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24844 \begin_inset Text
24845
24846 \begin_layout Plain Layout
24847 Command
24848 \end_layout
24849
24850 \end_inset
24851 </cell>
24852 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24853 \begin_inset Text
24854
24855 \begin_layout Plain Layout
24856 Result
24857 \end_layout
24858
24859 \end_inset
24860 </cell>
24861 </row>
24862 <row>
24863 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24864 \begin_inset Text
24865
24866 \begin_layout Plain Layout
24867 A
24868 \backslash
24869 sin(x)+B
24870 \end_layout
24871
24872 \end_inset
24873 </cell>
24874 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24875 \begin_inset Text
24876
24877 \begin_layout Plain Layout
24878 \begin_inset Formula $A\sin(x)+B$
24879 \end_inset
24880
24881
24882 \end_layout
24883
24884 \end_inset
24885 </cell>
24886 </row>
24887 </lyxtabular>
24888
24889 \end_inset
24890
24891
24892 \end_layout
24893
24894 \begin_layout Standard
24895 The following functions are predefined:
24896 \end_layout
24897
24898 \begin_layout Standard
24899 \begin_inset VSpace -2mm
24900 \end_inset
24901
24902
24903 \end_layout
24904
24905 \begin_layout Standard
24906 \align center
24907 \begin_inset Tabular
24908 <lyxtabular version="3" rows="9" columns="4">
24909 <features booktabs="true" tabularvalignment="middle">
24910 <column alignment="center" valignment="top" width="0pt">
24911 <column alignment="center" valignment="top" width="0pt">
24912 <column alignment="center" valignment="top" width="0pt">
24913 <column alignment="center" valignment="top" width="0pt">
24914 <row>
24915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24916 \begin_inset Text
24917
24918 \begin_layout Plain Layout
24919 Command
24920 \end_layout
24921
24922 \end_inset
24923 </cell>
24924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24925 \begin_inset Text
24926
24927 \begin_layout Plain Layout
24928 Command
24929 \end_layout
24930
24931 \end_inset
24932 </cell>
24933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24934 \begin_inset Text
24935
24936 \begin_layout Plain Layout
24937 Command
24938 \end_layout
24939
24940 \end_inset
24941 </cell>
24942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24943 \begin_inset Text
24944
24945 \begin_layout Plain Layout
24946 Command
24947 \end_layout
24948
24949 \end_inset
24950 </cell>
24951 </row>
24952 <row>
24953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24954 \begin_inset Text
24955
24956 \begin_layout Plain Layout
24957
24958 \backslash
24959 sin
24960 \end_layout
24961
24962 \end_inset
24963 </cell>
24964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24965 \begin_inset Text
24966
24967 \begin_layout Plain Layout
24968
24969 \backslash
24970 sinh
24971 \end_layout
24972
24973 \end_inset
24974 </cell>
24975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24976 \begin_inset Text
24977
24978 \begin_layout Plain Layout
24979
24980 \backslash
24981 arcsin
24982 \end_layout
24983
24984 \end_inset
24985 </cell>
24986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24987 \begin_inset Text
24988
24989 \begin_layout Plain Layout
24990
24991 \backslash
24992 sup
24993 \end_layout
24994
24995 \end_inset
24996 </cell>
24997 </row>
24998 <row>
24999 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25000 \begin_inset Text
25001
25002 \begin_layout Plain Layout
25003
25004 \backslash
25005 cos
25006 \end_layout
25007
25008 \end_inset
25009 </cell>
25010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25011 \begin_inset Text
25012
25013 \begin_layout Plain Layout
25014
25015 \backslash
25016 cosh
25017 \end_layout
25018
25019 \end_inset
25020 </cell>
25021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25022 \begin_inset Text
25023
25024 \begin_layout Plain Layout
25025
25026 \backslash
25027 arccos
25028 \end_layout
25029
25030 \end_inset
25031 </cell>
25032 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25033 \begin_inset Text
25034
25035 \begin_layout Plain Layout
25036
25037 \backslash
25038 inf
25039 \end_layout
25040
25041 \end_inset
25042 </cell>
25043 </row>
25044 <row>
25045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25046 \begin_inset Text
25047
25048 \begin_layout Plain Layout
25049
25050 \backslash
25051 tan
25052 \end_layout
25053
25054 \end_inset
25055 </cell>
25056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25057 \begin_inset Text
25058
25059 \begin_layout Plain Layout
25060
25061 \backslash
25062 tanh
25063 \end_layout
25064
25065 \end_inset
25066 </cell>
25067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25068 \begin_inset Text
25069
25070 \begin_layout Plain Layout
25071
25072 \backslash
25073 arctan
25074 \end_layout
25075
25076 \end_inset
25077 </cell>
25078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25079 \begin_inset Text
25080
25081 \begin_layout Plain Layout
25082
25083 \backslash
25084 lim
25085 \end_layout
25086
25087 \end_inset
25088 </cell>
25089 </row>
25090 <row>
25091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25092 \begin_inset Text
25093
25094 \begin_layout Plain Layout
25095
25096 \backslash
25097 cot
25098 \end_layout
25099
25100 \end_inset
25101 </cell>
25102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25103 \begin_inset Text
25104
25105 \begin_layout Plain Layout
25106
25107 \backslash
25108 coth
25109 \end_layout
25110
25111 \end_inset
25112 </cell>
25113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25114 \begin_inset Text
25115
25116 \begin_layout Plain Layout
25117
25118 \backslash
25119 arg
25120 \end_layout
25121
25122 \end_inset
25123 </cell>
25124 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25125 \begin_inset Text
25126
25127 \begin_layout Plain Layout
25128
25129 \backslash
25130 liminf
25131 \end_layout
25132
25133 \end_inset
25134 </cell>
25135 </row>
25136 <row>
25137 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25138 \begin_inset Text
25139
25140 \begin_layout Plain Layout
25141
25142 \backslash
25143 sec
25144 \end_layout
25145
25146 \end_inset
25147 </cell>
25148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25149 \begin_inset Text
25150
25151 \begin_layout Plain Layout
25152
25153 \backslash
25154 min
25155 \end_layout
25156
25157 \end_inset
25158 </cell>
25159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25160 \begin_inset Text
25161
25162 \begin_layout Plain Layout
25163
25164 \backslash
25165 deg
25166 \end_layout
25167
25168 \end_inset
25169 </cell>
25170 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25171 \begin_inset Text
25172
25173 \begin_layout Plain Layout
25174
25175 \backslash
25176 limsup
25177 \end_layout
25178
25179 \end_inset
25180 </cell>
25181 </row>
25182 <row>
25183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25184 \begin_inset Text
25185
25186 \begin_layout Plain Layout
25187
25188 \backslash
25189 csc
25190 \end_layout
25191
25192 \end_inset
25193 </cell>
25194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25195 \begin_inset Text
25196
25197 \begin_layout Plain Layout
25198
25199 \backslash
25200 max
25201 \end_layout
25202
25203 \end_inset
25204 </cell>
25205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25206 \begin_inset Text
25207
25208 \begin_layout Plain Layout
25209
25210 \backslash
25211 det
25212 \end_layout
25213
25214 \end_inset
25215 </cell>
25216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25217 \begin_inset Text
25218
25219 \begin_layout Plain Layout
25220
25221 \backslash
25222 Pr
25223 \end_layout
25224
25225 \end_inset
25226 </cell>
25227 </row>
25228 <row>
25229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25230 \begin_inset Text
25231
25232 \begin_layout Plain Layout
25233
25234 \backslash
25235 ln
25236 \end_layout
25237
25238 \end_inset
25239 </cell>
25240 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25241 \begin_inset Text
25242
25243 \begin_layout Plain Layout
25244
25245 \backslash
25246 exp
25247 \end_layout
25248
25249 \end_inset
25250 </cell>
25251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25252 \begin_inset Text
25253
25254 \begin_layout Plain Layout
25255
25256 \backslash
25257 dim
25258 \end_layout
25259
25260 \end_inset
25261 </cell>
25262 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25263 \begin_inset Text
25264
25265 \begin_layout Plain Layout
25266
25267 \backslash
25268 hom
25269 \end_layout
25270
25271 \end_inset
25272 </cell>
25273 </row>
25274 <row>
25275 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25276 \begin_inset Text
25277
25278 \begin_layout Plain Layout
25279
25280 \backslash
25281 lg
25282 \end_layout
25283
25284 \end_inset
25285 </cell>
25286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25287 \begin_inset Text
25288
25289 \begin_layout Plain Layout
25290
25291 \backslash
25292 log
25293 \end_layout
25294
25295 \end_inset
25296 </cell>
25297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25298 \begin_inset Text
25299
25300 \begin_layout Plain Layout
25301
25302 \backslash
25303 ker
25304 \end_layout
25305
25306 \end_inset
25307 </cell>
25308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25309 \begin_inset Text
25310
25311 \begin_layout Plain Layout
25312
25313 \backslash
25314 gcd
25315 \end_layout
25316
25317 \end_inset
25318 </cell>
25319 </row>
25320 </lyxtabular>
25321
25322 \end_inset
25323
25324
25325 \end_layout
25326
25327 \begin_layout Standard
25328 They can also be inserted with the math toolbar button 
25329 \begin_inset Info
25330 type  "icon"
25331 arg   "math-insert \\functions"
25332 \end_inset
25333
25334 .
25335 \end_layout
25336
25337 \begin_layout Subsection
25338 Self-defined Functions
25339 \begin_inset Index idx
25340 status collapsed
25341
25342 \begin_layout Plain Layout
25343 Functions ! self-defined
25344 \end_layout
25345
25346 \end_inset
25347
25348
25349 \end_layout
25350
25351 \begin_layout Standard
25352 To use a function that is not predefined, like for example the sign function
25353  sgn(x), there are two possibilities:
25354 \end_layout
25355
25356 \begin_layout Itemize
25357 Define the function by inserting the following line to the \SpecialChar LaTeX
25358 -preamble
25359 \begin_inset Foot
25360 status collapsed
25361
25362 \begin_layout Plain Layout
25363 For more about 
25364 \series bold
25365
25366 \backslash
25367 DeclareMathOperator
25368 \series default
25369  see 
25370 \begin_inset CommandInset ref
25371 LatexCommand ref
25372 reference "subsec:Self-defined-Operators"
25373
25374 \end_inset
25375
25376 .
25377 \end_layout
25378
25379 \end_inset
25380
25381
25382 \begin_inset Newline newline
25383 \end_inset
25384
25385
25386 \begin_inset VSpace -3mm
25387 \end_inset
25388
25389
25390 \begin_inset Newline newline
25391 \end_inset
25392
25393
25394 \series bold
25395
25396 \backslash
25397 DeclareMathOperator{
25398 \backslash
25399 sgn}{sgn}
25400 \series default
25401
25402 \begin_inset Index idx
25403 status collapsed
25404
25405 \begin_layout Plain Layout
25406 Commands ! D ! 
25407 \backslash
25408 dbinom@
25409 \backslash
25410 DeclareMathOperator
25411 \end_layout
25412
25413 \end_inset
25414
25415
25416 \begin_inset Newline newline
25417 \end_inset
25418
25419
25420 \begin_inset VSpace -2mm
25421 \end_inset
25422
25423
25424 \begin_inset Newline newline
25425 \end_inset
25426
25427 Now the new defined function can be called with the command 
25428 \series bold
25429
25430 \backslash
25431 sgn
25432 \series default
25433 .
25434 \end_layout
25435
25436 \begin_layout Itemize
25437 Write the formula as usual, mark the formula name, in our example the letters
25438  
25439 \emph on
25440 sgn
25441 \emph default
25442 , and change it to mathematical text.
25443  Finally, a space is inserted between prefactor and function.
25444 \end_layout
25445
25446 \begin_layout Standard
25447 The result is the same with both methods as with a predefined function
25448 \begin_inset Foot
25449 status collapsed
25450
25451 \begin_layout Plain Layout
25452 In \SpecialChar LyX
25453  self-defined functions are displayed red, predefined ones black.
25454 \end_layout
25455
25456 \end_inset
25457
25458 :
25459 \begin_inset Separator parbreak
25460 \end_inset
25461
25462
25463 \end_layout
25464
25465 \begin_layout Standard
25466 \align center
25467 \begin_inset Tabular
25468 <lyxtabular version="3" rows="3" columns="2">
25469 <features booktabs="true" tabularvalignment="middle">
25470 <column alignment="center" valignment="top" width="0pt">
25471 <column alignment="center" valignment="top" width="0pt">
25472 <row>
25473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25474 \begin_inset Text
25475
25476 \begin_layout Plain Layout
25477 Command
25478 \end_layout
25479
25480 \end_inset
25481 </cell>
25482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25483 \begin_inset Text
25484
25485 \begin_layout Plain Layout
25486 Result
25487 \end_layout
25488
25489 \end_inset
25490 </cell>
25491 </row>
25492 <row>
25493 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25494 \begin_inset Text
25495
25496 \begin_layout Plain Layout
25497 A
25498 \backslash
25499 sgn(x)+B
25500 \end_layout
25501
25502 \end_inset
25503 </cell>
25504 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25505 \begin_inset Text
25506
25507 \begin_layout Plain Layout
25508 \begin_inset Formula $A\sgn(x)+B$
25509 \end_inset
25510
25511
25512 \end_layout
25513
25514 \end_inset
25515 </cell>
25516 </row>
25517 <row>
25518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25519 \begin_inset Text
25520
25521 \begin_layout Plain Layout
25522 A
25523 \backslash
25524 ,
25525 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25526 \end_inset
25527
25528 (x)+B
25529 \end_layout
25530
25531 \end_inset
25532 </cell>
25533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25534 \begin_inset Text
25535
25536 \begin_layout Plain Layout
25537 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25538 \end_inset
25539
25540
25541 \end_layout
25542
25543 \end_inset
25544 </cell>
25545 </row>
25546 </lyxtabular>
25547
25548 \end_inset
25549
25550
25551 \end_layout
25552
25553 \begin_layout Standard
25554 The first method is more suitable when the self-defined function should
25555  be used several times.
25556 \end_layout
25557
25558 \begin_layout Subsection
25559 Limits
25560 \begin_inset Index idx
25561 status collapsed
25562
25563 \begin_layout Plain Layout
25564 Limits
25565 \end_layout
25566
25567 \end_inset
25568
25569
25570 \end_layout
25571
25572 \begin_layout Standard
25573 For limits, in addition to the commands 
25574 \series bold
25575
25576 \backslash
25577 lim
25578 \series default
25579
25580 \begin_inset Index idx
25581 status collapsed
25582
25583 \begin_layout Plain Layout
25584 Commands ! L ! 
25585 \backslash
25586 lim
25587 \end_layout
25588
25589 \end_inset
25590
25591
25592 \series bold
25593
25594 \backslash
25595 liminf
25596 \series default
25597  and 
25598 \series bold
25599
25600 \backslash
25601 limsup
25602 \series default
25603  the following functions are defined:
25604 \begin_inset Separator parbreak
25605 \end_inset
25606
25607
25608 \end_layout
25609
25610 \begin_layout Standard
25611 \align center
25612 \begin_inset Tabular
25613 <lyxtabular version="3" rows="5" columns="2">
25614 <features booktabs="true" tabularvalignment="middle">
25615 <column alignment="center" valignment="top" width="0pt">
25616 <column alignment="center" valignment="top" width="0pt">
25617 <row>
25618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25619 \begin_inset Text
25620
25621 \begin_layout Plain Layout
25622 Command
25623 \end_layout
25624
25625 \end_inset
25626 </cell>
25627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25628 \begin_inset Text
25629
25630 \begin_layout Plain Layout
25631 Result
25632 \end_layout
25633
25634 \end_inset
25635 </cell>
25636 </row>
25637 <row>
25638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25639 \begin_inset Text
25640
25641 \begin_layout Plain Layout
25642
25643 \backslash
25644 varliminf
25645 \end_layout
25646
25647 \end_inset
25648 </cell>
25649 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25650 \begin_inset Text
25651
25652 \begin_layout Plain Layout
25653 \begin_inset Formula $\varliminf$
25654 \end_inset
25655
25656
25657 \end_layout
25658
25659 \end_inset
25660 </cell>
25661 </row>
25662 <row topspace="1.5mm">
25663 <cell alignment="center" valignment="top" usebox="none">
25664 \begin_inset Text
25665
25666 \begin_layout Plain Layout
25667
25668 \backslash
25669 varlimsup
25670 \end_layout
25671
25672 \end_inset
25673 </cell>
25674 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25675 \begin_inset Text
25676
25677 \begin_layout Plain Layout
25678 \begin_inset Formula $\varlimsup$
25679 \end_inset
25680
25681
25682 \end_layout
25683
25684 \end_inset
25685 </cell>
25686 </row>
25687 <row topspace="1.5mm">
25688 <cell alignment="center" valignment="top" usebox="none">
25689 \begin_inset Text
25690
25691 \begin_layout Plain Layout
25692
25693 \backslash
25694 varprojlim
25695 \end_layout
25696
25697 \end_inset
25698 </cell>
25699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25700 \begin_inset Text
25701
25702 \begin_layout Plain Layout
25703 \begin_inset Formula $\varprojlim$
25704 \end_inset
25705
25706
25707 \end_layout
25708
25709 \end_inset
25710 </cell>
25711 </row>
25712 <row topspace="1.5mm" bottomspace="1mm">
25713 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25714 \begin_inset Text
25715
25716 \begin_layout Plain Layout
25717
25718 \backslash
25719 varinjlim
25720 \end_layout
25721
25722 \end_inset
25723 </cell>
25724 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25725 \begin_inset Text
25726
25727 \begin_layout Plain Layout
25728 \begin_inset Formula $\varinjlim$
25729 \end_inset
25730
25731
25732 \end_layout
25733
25734 \end_inset
25735 </cell>
25736 </row>
25737 </lyxtabular>
25738
25739 \end_inset
25740
25741
25742 \end_layout
25743
25744 \begin_layout Standard
25745 \begin_inset VSpace medskip
25746 \end_inset
25747
25748 The limit is created by inserting a subscript.
25749  It is set right beside the function in an inline formula:
25750 \end_layout
25751
25752 \begin_layout Standard
25753 \align center
25754 \begin_inset Tabular
25755 <lyxtabular version="3" rows="2" columns="2">
25756 <features booktabs="true" tabularvalignment="middle">
25757 <column alignment="center" valignment="top" width="0pt">
25758 <column alignment="center" valignment="top" width="0pt">
25759 <row>
25760 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25761 \begin_inset Text
25762
25763 \begin_layout Plain Layout
25764 Command
25765 \end_layout
25766
25767 \end_inset
25768 </cell>
25769 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25770 \begin_inset Text
25771
25772 \begin_layout Plain Layout
25773 Result
25774 \end_layout
25775
25776 \end_inset
25777 </cell>
25778 </row>
25779 <row>
25780 <cell alignment="center" valignment="top" usebox="none">
25781 \begin_inset Text
25782
25783 \begin_layout Plain Layout
25784
25785 \backslash
25786 lim_x
25787 \backslash
25788 to
25789 \begin_inset space \textvisiblespace{}
25790 \end_inset
25791
25792 A
25793 \begin_inset space \textvisiblespace{}
25794 \end_inset
25795
25796 x=B
25797 \end_layout
25798
25799 \end_inset
25800 </cell>
25801 <cell alignment="center" valignment="top" usebox="none">
25802 \begin_inset Text
25803
25804 \begin_layout Plain Layout
25805 \begin_inset Formula $\lim_{x\to A}x=B$
25806 \end_inset
25807
25808
25809 \end_layout
25810
25811 \end_inset
25812 </cell>
25813 </row>
25814 </lyxtabular>
25815
25816 \end_inset
25817
25818
25819 \end_layout
25820
25821 \begin_layout Standard
25822 In a displayed formula the limit is set below the formula, as usual:
25823 \begin_inset Formula 
25824 \[
25825 \lim_{x\to A}x=B
25826 \]
25827
25828 \end_inset
25829
25830
25831 \end_layout
25832
25833 \begin_layout Standard
25834 \begin_inset VSpace medskip
25835 \end_inset
25836
25837
25838 \end_layout
25839
25840 \begin_layout Standard
25841 How to adjust the typesetting of the limits see 
25842 \begin_inset CommandInset ref
25843 LatexCommand ref
25844 reference "subsec:Operator-Limits"
25845
25846 \end_inset
25847
25848 .
25849 \end_layout
25850
25851 \begin_layout Subsection
25852 Modulo-Functions
25853 \begin_inset Index idx
25854 status collapsed
25855
25856 \begin_layout Plain Layout
25857 Functions ! modulo-
25858 \end_layout
25859
25860 \end_inset
25861
25862
25863 \end_layout
25864
25865 \begin_layout Standard
25866 The modulo-function is special, because it exists in four variants.
25867  The variants in a displayed formula are:
25868 \begin_inset Formula 
25869 \begin{align*}
25870 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25871 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25872 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25873 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25874 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25875 \end{align*}
25876
25877 \end_inset
25878
25879
25880 \end_layout
25881
25882 \begin_layout Standard
25883 In an inline formula less space is set before the function names for all
25884  variants.
25885  By default the modulo-functions take only the first following character
25886  into account.
25887  To use more than one character, one has to put them into \SpecialChar TeX
25888  braces:
25889 \begin_inset Formula 
25890 \begin{align*}
25891 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25892 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25893 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25894 \end{align*}
25895
25896 \end_inset
25897
25898
25899 \end_layout
25900
25901 \begin_layout Section
25902 Special Characters
25903 \begin_inset Index idx
25904 status collapsed
25905
25906 \begin_layout Plain Layout
25907 Special characters
25908 \end_layout
25909
25910 \end_inset
25911
25912
25913 \end_layout
25914
25915 \begin_layout Standard
25916 The characters ^ and _ would normally create a superscript and subscript,
25917  respectively.
25918  To get these characters you have to insert them with a leading 
25919 \backslash
25920 :
25921 \begin_inset Separator parbreak
25922 \end_inset
25923
25924
25925 \end_layout
25926
25927 \begin_layout Standard
25928 \noindent
25929 \align center
25930 \begin_inset Tabular
25931 <lyxtabular version="3" rows="3" columns="2">
25932 <features booktabs="true" tabularvalignment="middle">
25933 <column alignment="left" valignment="top" width="0pt">
25934 <column alignment="block" valignment="top">
25935 <row>
25936 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25937 \begin_inset Text
25938
25939 \begin_layout Plain Layout
25940 Command
25941 \end_layout
25942
25943 \end_inset
25944 </cell>
25945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25946 \begin_inset Text
25947
25948 \begin_layout Plain Layout
25949 Result
25950 \end_layout
25951
25952 \end_inset
25953 </cell>
25954 </row>
25955 <row>
25956 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25957 \begin_inset Text
25958
25959 \begin_layout Plain Layout
25960
25961 \backslash
25962 ^
25963 \begin_inset space \textvisiblespace{}
25964 \end_inset
25965
25966
25967 \end_layout
25968
25969 \end_inset
25970 </cell>
25971 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25972 \begin_inset Text
25973
25974 \begin_layout Plain Layout
25975 \begin_inset Formula $\mathcircumflex$
25976 \end_inset
25977
25978
25979 \end_layout
25980
25981 \end_inset
25982 </cell>
25983 </row>
25984 <row>
25985 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
25986 \begin_inset Text
25987
25988 \begin_layout Plain Layout
25989
25990 \backslash
25991 _
25992 \end_layout
25993
25994 \end_inset
25995 </cell>
25996 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25997 \begin_inset Text
25998
25999 \begin_layout Plain Layout
26000 \begin_inset Formula $\_$
26001 \end_inset
26002
26003
26004 \end_layout
26005
26006 \end_inset
26007 </cell>
26008 </row>
26009 </lyxtabular>
26010
26011 \end_inset
26012
26013
26014 \end_layout
26015
26016 \begin_layout Subsection
26017 Special Characters in Mathematical Text
26018 \end_layout
26019
26020 \begin_layout Standard
26021 The following commands can only be used in mathematical text or in \SpecialChar TeX
26022  mode:
26023 \end_layout
26024
26025 \begin_layout Standard
26026 \begin_inset space \hfill{}
26027 \end_inset
26028
26029
26030 \begin_inset Tabular
26031 <lyxtabular version="3" rows="8" columns="2">
26032 <features booktabs="true" tabularvalignment="middle">
26033 <column alignment="left" valignment="top" width="0pt">
26034 <column alignment="block" valignment="top">
26035 <row>
26036 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26037 \begin_inset Text
26038
26039 \begin_layout Plain Layout
26040 Command
26041 \end_layout
26042
26043 \end_inset
26044 </cell>
26045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26046 \begin_inset Text
26047
26048 \begin_layout Plain Layout
26049 Result
26050 \end_layout
26051
26052 \end_inset
26053 </cell>
26054 </row>
26055 <row>
26056 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26057 \begin_inset Text
26058
26059 \begin_layout Plain Layout
26060
26061 \backslash
26062 oe
26063 \end_layout
26064
26065 \end_inset
26066 </cell>
26067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26068 \begin_inset Text
26069
26070 \begin_layout Plain Layout
26071 \begin_inset Formula $\textrm{œ}$
26072 \end_inset
26073
26074
26075 \end_layout
26076
26077 \end_inset
26078 </cell>
26079 </row>
26080 <row>
26081 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26082 \begin_inset Text
26083
26084 \begin_layout Plain Layout
26085
26086 \backslash
26087 OE
26088 \end_layout
26089
26090 \end_inset
26091 </cell>
26092 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26093 \begin_inset Text
26094
26095 \begin_layout Plain Layout
26096 \begin_inset Formula $\textrm{Œ}$
26097 \end_inset
26098
26099
26100 \end_layout
26101
26102 \end_inset
26103 </cell>
26104 </row>
26105 <row>
26106 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26107 \begin_inset Text
26108
26109 \begin_layout Plain Layout
26110
26111 \backslash
26112 ae
26113 \end_layout
26114
26115 \end_inset
26116 </cell>
26117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26118 \begin_inset Text
26119
26120 \begin_layout Plain Layout
26121 \begin_inset Formula $\textrm{æ}$
26122 \end_inset
26123
26124
26125 \end_layout
26126
26127 \end_inset
26128 </cell>
26129 </row>
26130 <row>
26131 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26132 \begin_inset Text
26133
26134 \begin_layout Plain Layout
26135
26136 \backslash
26137 AE
26138 \end_layout
26139
26140 \end_inset
26141 </cell>
26142 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26143 \begin_inset Text
26144
26145 \begin_layout Plain Layout
26146 \begin_inset Formula $\textrm{Æ}$
26147 \end_inset
26148
26149
26150 \end_layout
26151
26152 \end_inset
26153 </cell>
26154 </row>
26155 <row>
26156 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26157 \begin_inset Text
26158
26159 \begin_layout Plain Layout
26160
26161 \backslash
26162 aa
26163 \end_layout
26164
26165 \end_inset
26166 </cell>
26167 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26168 \begin_inset Text
26169
26170 \begin_layout Plain Layout
26171 \begin_inset Formula $\textrm{\aa}$
26172 \end_inset
26173
26174
26175 \end_layout
26176
26177 \end_inset
26178 </cell>
26179 </row>
26180 <row>
26181 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26182 \begin_inset Text
26183
26184 \begin_layout Plain Layout
26185
26186 \backslash
26187 AA
26188 \begin_inset Index idx
26189 status collapsed
26190
26191 \begin_layout Plain Layout
26192
26193 \backslash
26194 @
26195 \begin_inset ERT
26196 status collapsed
26197
26198 \begin_layout Plain Layout
26199
26200
26201 \backslash
26202 textrm{
26203 \backslash
26204 AA}
26205 \end_layout
26206
26207 \end_inset
26208
26209
26210 \end_layout
26211
26212 \end_inset
26213
26214
26215 \end_layout
26216
26217 \end_inset
26218 </cell>
26219 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26220 \begin_inset Text
26221
26222 \begin_layout Plain Layout
26223 \begin_inset Formula $\textrm{Å}$
26224 \end_inset
26225
26226
26227 \end_layout
26228
26229 \end_inset
26230 </cell>
26231 </row>
26232 <row>
26233 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26234 \begin_inset Text
26235
26236 \begin_layout Plain Layout
26237
26238 \backslash
26239 i
26240 \end_layout
26241
26242 \end_inset
26243 </cell>
26244 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26245 \begin_inset Text
26246
26247 \begin_layout Plain Layout
26248 \begin_inset Formula $\textrm{ı}$
26249 \end_inset
26250
26251
26252 \end_layout
26253
26254 \end_inset
26255 </cell>
26256 </row>
26257 </lyxtabular>
26258
26259 \end_inset
26260
26261
26262 \begin_inset space \hfill{}
26263 \end_inset
26264
26265
26266 \begin_inset Tabular
26267 <lyxtabular version="3" rows="8" columns="2">
26268 <features booktabs="true" tabularvalignment="middle">
26269 <column alignment="left" valignment="top" width="0pt">
26270 <column alignment="center" valignment="top">
26271 <row>
26272 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26273 \begin_inset Text
26274
26275 \begin_layout Plain Layout
26276 Command
26277 \begin_inset Note Note
26278 status collapsed
26279
26280 \begin_layout Plain Layout
26281 The space of 0
26282 \begin_inset space \thinspace{}
26283 \end_inset
26284
26285 mm is used for separation, because otherwise the output will be ¡ and ¿
26286  respectively.
26287 \end_layout
26288
26289 \end_inset
26290
26291
26292 \end_layout
26293
26294 \end_inset
26295 </cell>
26296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26297 \begin_inset Text
26298
26299 \begin_layout Plain Layout
26300 Result
26301 \end_layout
26302
26303 \end_inset
26304 </cell>
26305 </row>
26306 <row>
26307 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26308 \begin_inset Text
26309
26310 \begin_layout Plain Layout
26311
26312 \backslash
26313 o
26314 \end_layout
26315
26316 \end_inset
26317 </cell>
26318 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26319 \begin_inset Text
26320
26321 \begin_layout Plain Layout
26322 \begin_inset Formula $\textrm{ø}$
26323 \end_inset
26324
26325
26326 \end_layout
26327
26328 \end_inset
26329 </cell>
26330 </row>
26331 <row>
26332 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26333 \begin_inset Text
26334
26335 \begin_layout Plain Layout
26336
26337 \backslash
26338 O
26339 \end_layout
26340
26341 \end_inset
26342 </cell>
26343 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26344 \begin_inset Text
26345
26346 \begin_layout Plain Layout
26347 \begin_inset Formula $\textrm{Ø}$
26348 \end_inset
26349
26350
26351 \end_layout
26352
26353 \end_inset
26354 </cell>
26355 </row>
26356 <row>
26357 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26358 \begin_inset Text
26359
26360 \begin_layout Plain Layout
26361
26362 \backslash
26363 l
26364 \end_layout
26365
26366 \end_inset
26367 </cell>
26368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26369 \begin_inset Text
26370
26371 \begin_layout Plain Layout
26372 \begin_inset Formula $\textrm{ł}$
26373 \end_inset
26374
26375
26376 \end_layout
26377
26378 \end_inset
26379 </cell>
26380 </row>
26381 <row>
26382 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26383 \begin_inset Text
26384
26385 \begin_layout Plain Layout
26386
26387 \backslash
26388 L
26389 \end_layout
26390
26391 \end_inset
26392 </cell>
26393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26394 \begin_inset Text
26395
26396 \begin_layout Plain Layout
26397 \begin_inset Formula $\textrm{Ł}$
26398 \end_inset
26399
26400
26401 \end_layout
26402
26403 \end_inset
26404 </cell>
26405 </row>
26406 <row>
26407 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26408 \begin_inset Text
26409
26410 \begin_layout Plain Layout
26411 !
26412 \begin_inset space \hspace{}
26413 \length 0mm
26414 \end_inset
26415
26416 `
26417 \begin_inset space \textvisiblespace{}
26418 \end_inset
26419
26420
26421 \end_layout
26422
26423 \end_inset
26424 </cell>
26425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26426 \begin_inset Text
26427
26428 \begin_layout Plain Layout
26429 \begin_inset Formula $\textrm{!`}$
26430 \end_inset
26431
26432
26433 \end_layout
26434
26435 \end_inset
26436 </cell>
26437 </row>
26438 <row>
26439 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26440 \begin_inset Text
26441
26442 \begin_layout Plain Layout
26443 ?
26444 \begin_inset space \hspace{}
26445 \length 0mm
26446 \end_inset
26447
26448 `
26449 \begin_inset space \textvisiblespace{}
26450 \end_inset
26451
26452
26453 \end_layout
26454
26455 \end_inset
26456 </cell>
26457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26458 \begin_inset Text
26459
26460 \begin_layout Plain Layout
26461 \begin_inset Formula $\textrm{?`}$
26462 \end_inset
26463
26464
26465 \end_layout
26466
26467 \end_inset
26468 </cell>
26469 </row>
26470 <row>
26471 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26472 \begin_inset Text
26473
26474 \begin_layout Plain Layout
26475
26476 \backslash
26477 j
26478 \end_layout
26479
26480 \end_inset
26481 </cell>
26482 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26483 \begin_inset Text
26484
26485 \begin_layout Plain Layout
26486 \begin_inset Formula $\textrm{ȷ}$
26487 \end_inset
26488
26489
26490 \end_layout
26491
26492 \end_inset
26493 </cell>
26494 </row>
26495 </lyxtabular>
26496
26497 \end_inset
26498
26499
26500 \begin_inset space \hfill{}
26501 \end_inset
26502
26503
26504 \end_layout
26505
26506 \begin_layout Standard
26507 The characters 
26508 \begin_inset Formula $\textrm{\textrm{Å}}$
26509 \end_inset
26510
26511  and 
26512 \begin_inset Formula $\textrm{\textrm{Ø}}$
26513 \end_inset
26514
26515  can also be inserted via the math toolbar button 
26516 \begin_inset Info
26517 type  "icon"
26518 arg   "math-insert \\digamma"
26519 \end_inset
26520
26521 .
26522 \end_layout
26523
26524 \begin_layout Standard
26525 An exception are the commands 
26526 \series bold
26527 !
26528 \begin_inset space \hspace{}
26529 \length 0mm
26530 \end_inset
26531
26532 `
26533 \series default
26534  and 
26535 \series bold
26536 ?
26537 \begin_inset space \hspace{}
26538 \length 0mm
26539 \end_inset
26540
26541 `
26542 \series default
26543 , because they can be inserted in \SpecialChar LyX
26544  directly to text.
26545 \end_layout
26546
26547 \begin_layout Subsection
26548 Accents in Text
26549 \begin_inset CommandInset label
26550 LatexCommand label
26551 name "subsec:Accents-in-Text"
26552
26553 \end_inset
26554
26555
26556 \begin_inset Index idx
26557 status collapsed
26558
26559 \begin_layout Plain Layout
26560 Accents ! in text
26561 \end_layout
26562
26563 \end_inset
26564
26565
26566 \end_layout
26567
26568 \begin_layout Standard
26569 With the following commands all letters can be accented.
26570  The commands must be inserted in \SpecialChar TeX
26571  mode.
26572 \end_layout
26573
26574 \begin_layout Standard
26575 \begin_inset space \hfill{}
26576 \end_inset
26577
26578
26579 \begin_inset Tabular
26580 <lyxtabular version="3" rows="8" columns="2">
26581 <features booktabs="true" tabularvalignment="middle">
26582 <column alignment="left" valignment="top" width="0pt">
26583 <column alignment="block" valignment="top">
26584 <row>
26585 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26586 \begin_inset Text
26587
26588 \begin_layout Plain Layout
26589 Command
26590 \end_layout
26591
26592 \end_inset
26593 </cell>
26594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26595 \begin_inset Text
26596
26597 \begin_layout Plain Layout
26598 Result
26599 \end_layout
26600
26601 \end_inset
26602 </cell>
26603 </row>
26604 <row>
26605 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26606 \begin_inset Text
26607
26608 \begin_layout Plain Layout
26609
26610 \backslash
26611
26612 \begin_inset Quotes grd
26613 \end_inset
26614
26615 e
26616 \end_layout
26617
26618 \end_inset
26619 </cell>
26620 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26621 \begin_inset Text
26622
26623 \begin_layout Plain Layout
26624 \begin_inset ERT
26625 status collapsed
26626
26627 \begin_layout Plain Layout
26628
26629
26630 \backslash
26631 "e
26632 \end_layout
26633
26634 \end_inset
26635
26636
26637 \end_layout
26638
26639 \end_inset
26640 </cell>
26641 </row>
26642 <row>
26643 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26644 \begin_inset Text
26645
26646 \begin_layout Plain Layout
26647
26648 \backslash
26649 `e
26650 \end_layout
26651
26652 \end_inset
26653 </cell>
26654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26655 \begin_inset Text
26656
26657 \begin_layout Plain Layout
26658 \begin_inset ERT
26659 status collapsed
26660
26661 \begin_layout Plain Layout
26662
26663
26664 \backslash
26665 `e
26666 \end_layout
26667
26668 \end_inset
26669
26670
26671 \end_layout
26672
26673 \end_inset
26674 </cell>
26675 </row>
26676 <row>
26677 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26678 \begin_inset Text
26679
26680 \begin_layout Plain Layout
26681
26682 \backslash
26683 ^
26684 \begin_inset space \textvisiblespace{}
26685 \end_inset
26686
26687 e
26688 \end_layout
26689
26690 \end_inset
26691 </cell>
26692 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26693 \begin_inset Text
26694
26695 \begin_layout Plain Layout
26696 \begin_inset ERT
26697 status collapsed
26698
26699 \begin_layout Plain Layout
26700
26701
26702 \backslash
26703 ^e
26704 \end_layout
26705
26706 \end_inset
26707
26708
26709 \end_layout
26710
26711 \end_inset
26712 </cell>
26713 </row>
26714 <row>
26715 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26716 \begin_inset Text
26717
26718 \begin_layout Plain Layout
26719
26720 \backslash
26721 =e
26722 \end_layout
26723
26724 \end_inset
26725 </cell>
26726 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26727 \begin_inset Text
26728
26729 \begin_layout Plain Layout
26730 \begin_inset ERT
26731 status collapsed
26732
26733 \begin_layout Plain Layout
26734
26735
26736 \backslash
26737 =e
26738 \end_layout
26739
26740 \end_inset
26741
26742
26743 \end_layout
26744
26745 \end_inset
26746 </cell>
26747 </row>
26748 <row>
26749 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26750 \begin_inset Text
26751
26752 \begin_layout Plain Layout
26753
26754 \backslash
26755 u
26756 \begin_inset space \textvisiblespace{}
26757 \end_inset
26758
26759 e
26760 \end_layout
26761
26762 \end_inset
26763 </cell>
26764 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26765 \begin_inset Text
26766
26767 \begin_layout Plain Layout
26768 \begin_inset ERT
26769 status collapsed
26770
26771 \begin_layout Plain Layout
26772
26773
26774 \backslash
26775 u e
26776 \end_layout
26777
26778 \end_inset
26779
26780
26781 \end_layout
26782
26783 \end_inset
26784 </cell>
26785 </row>
26786 <row>
26787 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26788 \begin_inset Text
26789
26790 \begin_layout Plain Layout
26791
26792 \backslash
26793 b
26794 \begin_inset space \textvisiblespace{}
26795 \end_inset
26796
26797 e
26798 \end_layout
26799
26800 \end_inset
26801 </cell>
26802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26803 \begin_inset Text
26804
26805 \begin_layout Plain Layout
26806 \begin_inset ERT
26807 status collapsed
26808
26809 \begin_layout Plain Layout
26810
26811
26812 \backslash
26813 b e
26814 \end_layout
26815
26816 \end_inset
26817
26818
26819 \end_layout
26820
26821 \end_inset
26822 </cell>
26823 </row>
26824 <row>
26825 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26826 \begin_inset Text
26827
26828 \begin_layout Plain Layout
26829
26830 \backslash
26831 t
26832 \begin_inset space \textvisiblespace{}
26833 \end_inset
26834
26835 ee
26836 \end_layout
26837
26838 \end_inset
26839 </cell>
26840 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26841 \begin_inset Text
26842
26843 \begin_layout Plain Layout
26844 \begin_inset ERT
26845 status collapsed
26846
26847 \begin_layout Plain Layout
26848
26849
26850 \backslash
26851 t ee
26852 \end_layout
26853
26854 \end_inset
26855
26856
26857 \end_layout
26858
26859 \end_inset
26860 </cell>
26861 </row>
26862 </lyxtabular>
26863
26864 \end_inset
26865
26866
26867 \begin_inset space \hfill{}
26868 \end_inset
26869
26870
26871 \begin_inset Tabular
26872 <lyxtabular version="3" rows="8" columns="2">
26873 <features booktabs="true" tabularvalignment="middle">
26874 <column alignment="left" valignment="top" width="0pt">
26875 <column alignment="center" valignment="top">
26876 <row>
26877 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26878 \begin_inset Text
26879
26880 \begin_layout Plain Layout
26881 Command
26882 \end_layout
26883
26884 \end_inset
26885 </cell>
26886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26887 \begin_inset Text
26888
26889 \begin_layout Plain Layout
26890 Result
26891 \end_layout
26892
26893 \end_inset
26894 </cell>
26895 </row>
26896 <row>
26897 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26898 \begin_inset Text
26899
26900 \begin_layout Plain Layout
26901
26902 \backslash
26903 H
26904 \begin_inset space \textvisiblespace{}
26905 \end_inset
26906
26907 e
26908 \end_layout
26909
26910 \end_inset
26911 </cell>
26912 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26913 \begin_inset Text
26914
26915 \begin_layout Plain Layout
26916 \begin_inset ERT
26917 status collapsed
26918
26919 \begin_layout Plain Layout
26920
26921
26922 \backslash
26923 H e
26924 \end_layout
26925
26926 \end_inset
26927
26928
26929 \end_layout
26930
26931 \end_inset
26932 </cell>
26933 </row>
26934 <row>
26935 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26936 \begin_inset Text
26937
26938 \begin_layout Plain Layout
26939
26940 \backslash
26941 'e
26942 \end_layout
26943
26944 \end_inset
26945 </cell>
26946 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26947 \begin_inset Text
26948
26949 \begin_layout Plain Layout
26950 \begin_inset ERT
26951 status collapsed
26952
26953 \begin_layout Plain Layout
26954
26955
26956 \backslash
26957 'e
26958 \end_layout
26959
26960 \end_inset
26961
26962
26963 \end_layout
26964
26965 \end_inset
26966 </cell>
26967 </row>
26968 <row>
26969 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26970 \begin_inset Text
26971
26972 \begin_layout Plain Layout
26973
26974 \backslash
26975 ~e
26976 \begin_inset Index idx
26977 status collapsed
26978
26979 \begin_layout Plain Layout
26980 Tilde
26981 \end_layout
26982
26983 \end_inset
26984
26985
26986 \end_layout
26987
26988 \end_inset
26989 </cell>
26990 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26991 \begin_inset Text
26992
26993 \begin_layout Plain Layout
26994 \begin_inset ERT
26995 status collapsed
26996
26997 \begin_layout Plain Layout
26998
26999
27000 \backslash
27001 ~e
27002 \end_layout
27003
27004 \end_inset
27005
27006
27007 \end_layout
27008
27009 \end_inset
27010 </cell>
27011 </row>
27012 <row>
27013 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27014 \begin_inset Text
27015
27016 \begin_layout Plain Layout
27017
27018 \backslash
27019 .e
27020 \end_layout
27021
27022 \end_inset
27023 </cell>
27024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27025 \begin_inset Text
27026
27027 \begin_layout Plain Layout
27028 \begin_inset ERT
27029 status collapsed
27030
27031 \begin_layout Plain Layout
27032
27033
27034 \backslash
27035 .e
27036 \end_layout
27037
27038 \end_inset
27039
27040
27041 \end_layout
27042
27043 \end_inset
27044 </cell>
27045 </row>
27046 <row>
27047 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27048 \begin_inset Text
27049
27050 \begin_layout Plain Layout
27051
27052 \backslash
27053 v
27054 \begin_inset space \textvisiblespace{}
27055 \end_inset
27056
27057 e
27058 \end_layout
27059
27060 \end_inset
27061 </cell>
27062 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27063 \begin_inset Text
27064
27065 \begin_layout Plain Layout
27066 \begin_inset ERT
27067 status collapsed
27068
27069 \begin_layout Plain Layout
27070
27071
27072 \backslash
27073 v e
27074 \end_layout
27075
27076 \end_inset
27077
27078
27079 \end_layout
27080
27081 \end_inset
27082 </cell>
27083 </row>
27084 <row>
27085 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27086 \begin_inset Text
27087
27088 \begin_layout Plain Layout
27089
27090 \backslash
27091 d
27092 \begin_inset space \textvisiblespace{}
27093 \end_inset
27094
27095 e
27096 \end_layout
27097
27098 \end_inset
27099 </cell>
27100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27101 \begin_inset Text
27102
27103 \begin_layout Plain Layout
27104 \begin_inset ERT
27105 status collapsed
27106
27107 \begin_layout Plain Layout
27108
27109
27110 \backslash
27111 d e
27112 \end_layout
27113
27114 \end_inset
27115
27116
27117 \end_layout
27118
27119 \end_inset
27120 </cell>
27121 </row>
27122 <row>
27123 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27124 \begin_inset Text
27125
27126 \begin_layout Plain Layout
27127
27128 \backslash
27129 c
27130 \begin_inset space \textvisiblespace{}
27131 \end_inset
27132
27133 e
27134 \end_layout
27135
27136 \end_inset
27137 </cell>
27138 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27139 \begin_inset Text
27140
27141 \begin_layout Plain Layout
27142 \begin_inset ERT
27143 status collapsed
27144
27145 \begin_layout Plain Layout
27146
27147
27148 \backslash
27149 c e
27150 \end_layout
27151
27152 \end_inset
27153
27154
27155 \end_layout
27156
27157 \end_inset
27158 </cell>
27159 </row>
27160 </lyxtabular>
27161
27162 \end_inset
27163
27164
27165 \begin_inset space \hfill{}
27166 \end_inset
27167
27168
27169 \end_layout
27170
27171 \begin_layout Standard
27172 \begin_inset VSpace medskip
27173 \end_inset
27174
27175 With the command 
27176 \series bold
27177
27178 \backslash
27179 t
27180 \series default
27181  also two different characters can be accented.
27182  The command 
27183 \series bold
27184
27185 \backslash
27186 t
27187 \begin_inset space \textvisiblespace{}
27188 \end_inset
27189
27190 sz
27191 \series default
27192  creates: 
27193 \begin_inset ERT
27194 status collapsed
27195
27196 \begin_layout Plain Layout
27197
27198
27199 \backslash
27200 t sz
27201 \end_layout
27202
27203 \end_inset
27204
27205
27206 \end_layout
27207
27208 \begin_layout Standard
27209 The accents 
27210 \series bold
27211 `
27212 \series default
27213  , 
27214 \series bold
27215 '
27216 \series default
27217  and 
27218 \series bold
27219 ^
27220 \series default
27221  can in combination with vowels directly be inserted with the keyboard without
27222  using \SpecialChar TeX
27223  mode.
27224  The same applies for the tilde
27225 \begin_inset Foot
27226 status collapsed
27227
27228 \begin_layout Plain Layout
27229 This only applies for keyboards where the tilde is defined as accent.
27230 \end_layout
27231
27232 \end_inset
27233
27234  
27235 \series bold
27236 ~
27237 \series default
27238  in combination with 
27239 \emph on
27240 a
27241 \emph default
27242  , 
27243 \emph on
27244 n
27245 \emph default
27246  , or 
27247 \emph on
27248 o
27249 \emph default
27250 .
27251 \end_layout
27252
27253 \begin_layout Standard
27254 The commands 
27255 \series bold
27256
27257 \backslash
27258 b
27259 \series default
27260  , 
27261 \series bold
27262
27263 \backslash
27264 c
27265 \series default
27266  , 
27267 \series bold
27268
27269 \backslash
27270 d
27271 \series default
27272  , 
27273 \series bold
27274
27275 \backslash
27276 H
27277 \series default
27278  , 
27279 \series bold
27280
27281 \backslash
27282 t
27283 \series default
27284  , 
27285 \series bold
27286
27287 \backslash
27288 u
27289 \series default
27290  , 
27291 \series bold
27292
27293 \backslash
27294 v
27295 \series default
27296  and accents that are inserted directly with the keyboard are also available
27297  in mathematical text.
27298  For the other accents there are special math commands to be used in formulas,
27299  see 
27300 \begin_inset CommandInset ref
27301 LatexCommand ref
27302 reference "subsec:Accents-for-one"
27303
27304 \end_inset
27305
27306 .
27307 \end_layout
27308
27309 \begin_layout Standard
27310 \begin_inset VSpace bigskip
27311 \end_inset
27312
27313 Furthermore, with the command 
27314 \series bold
27315
27316 \backslash
27317 textcircled
27318 \series default
27319
27320 \begin_inset Index idx
27321 status collapsed
27322
27323 \begin_layout Plain Layout
27324 Commands ! T ! 
27325 \backslash
27326 textcircled
27327 \end_layout
27328
27329 \end_inset
27330
27331  all numbers and letters can be set into a circle, quasi accented with a
27332  circle, similar to the copyright symbol.
27333 \end_layout
27334
27335 \begin_layout Standard
27336 \align center
27337 \begin_inset Tabular
27338 <lyxtabular version="3" rows="3" columns="2">
27339 <features booktabs="true" tabularvalignment="middle">
27340 <column alignment="center" valignment="top" width="0pt">
27341 <column alignment="center" valignment="top">
27342 <row>
27343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27344 \begin_inset Text
27345
27346 \begin_layout Plain Layout
27347 Command
27348 \end_layout
27349
27350 \end_inset
27351 </cell>
27352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27353 \begin_inset Text
27354
27355 \begin_layout Plain Layout
27356 Result
27357 \end_layout
27358
27359 \end_inset
27360 </cell>
27361 </row>
27362 <row>
27363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27364 \begin_inset Text
27365
27366 \begin_layout Plain Layout
27367
27368 \backslash
27369 textcircled{w}
27370 \end_layout
27371
27372 \end_inset
27373 </cell>
27374 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27375 \begin_inset Text
27376
27377 \begin_layout Plain Layout
27378 \begin_inset ERT
27379 status collapsed
27380
27381 \begin_layout Plain Layout
27382
27383
27384 \backslash
27385 textcircled{w}
27386 \end_layout
27387
27388 \end_inset
27389
27390
27391 \end_layout
27392
27393 \end_inset
27394 </cell>
27395 </row>
27396 <row topspace="1mm">
27397 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27398 \begin_inset Text
27399
27400 \begin_layout Plain Layout
27401
27402 \backslash
27403 Large 
27404 \backslash
27405 textcircled{
27406 \backslash
27407 normalsize
27408 \backslash
27409 protect
27410 \backslash
27411 raisebox{-1.5pt}{W}}
27412 \end_layout
27413
27414 \end_inset
27415 </cell>
27416 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27417 \begin_inset Text
27418
27419 \begin_layout Plain Layout
27420 \begin_inset ERT
27421 status collapsed
27422
27423 \begin_layout Plain Layout
27424
27425
27426 \backslash
27427 Large 
27428 \backslash
27429 textcircled{
27430 \backslash
27431 normalsize
27432 \backslash
27433 protect
27434 \backslash
27435 raisebox{-1.5pt}W}
27436 \end_layout
27437
27438 \end_inset
27439
27440
27441 \end_layout
27442
27443 \end_inset
27444 </cell>
27445 </row>
27446 </lyxtabular>
27447
27448 \end_inset
27449
27450
27451 \end_layout
27452
27453 \begin_layout Standard
27454 One has to take care that the character fits in the circle.
27455  
27456 \series bold
27457
27458 \backslash
27459 Large
27460 \series default
27461
27462 \begin_inset Foot
27463 status collapsed
27464
27465 \begin_layout Plain Layout
27466 see 
27467 \begin_inset CommandInset ref
27468 LatexCommand ref
27469 reference "subsec:Font-Sizes"
27470
27471 \end_inset
27472
27473
27474 \end_layout
27475
27476 \end_inset
27477
27478  specifies thereby the size of the circle.
27479  With the help of 
27480 \series bold
27481
27482 \backslash
27483 raisebox
27484 \series default
27485
27486 \begin_inset Foot
27487 status collapsed
27488
27489 \begin_layout Plain Layout
27490 see 
27491 \begin_inset CommandInset ref
27492 LatexCommand ref
27493 reference "subsec:Boxes-without-Frame"
27494
27495 \end_inset
27496
27497
27498 \end_layout
27499
27500 \end_inset
27501
27502  the character can be centered.
27503 \end_layout
27504
27505 \begin_layout Subsection
27506 Old-style Figures
27507 \begin_inset Index idx
27508 status collapsed
27509
27510 \begin_layout Plain Layout
27511 Old-style Figures
27512 \end_layout
27513
27514 \end_inset
27515
27516
27517 \end_layout
27518
27519 \begin_layout Standard
27520 Old-style figures (also known as old-style numerals) are created with the
27521  command 
27522 \series bold
27523
27524 \backslash
27525 oldstylenums
27526 \series default
27527
27528 \begin_inset Index idx
27529 status collapsed
27530
27531 \begin_layout Plain Layout
27532 Commands ! O ! 
27533 \backslash
27534 oldstylenums
27535 \end_layout
27536
27537 \end_inset
27538
27539 .
27540  The command can be used in formulas and in \SpecialChar TeX
27541  mode.
27542  The command scheme is:
27543 \end_layout
27544
27545 \begin_layout Standard
27546
27547 \series bold
27548
27549 \backslash
27550 oldstylenums{number}
27551 \end_layout
27552
27553 \begin_layout Standard
27554 The command 
27555 \series bold
27556
27557 \backslash
27558 oldstylenums{0123456789
27559 \series default
27560  produces: 
27561 \begin_inset Formula $\oldstylenums{0123456789}$
27562 \end_inset
27563
27564
27565 \end_layout
27566
27567 \begin_layout Section
27568 Formula Styles
27569 \begin_inset CommandInset label
27570 LatexCommand label
27571 name "sec:Formula-Styles"
27572
27573 \end_inset
27574
27575
27576 \begin_inset Index idx
27577 status collapsed
27578
27579 \begin_layout Plain Layout
27580 Formula ! styles
27581 \end_layout
27582
27583 \end_inset
27584
27585
27586 \end_layout
27587
27588 \begin_layout Itemize
27589 There are two different alignment styles:
27590 \begin_inset Separator parbreak
27591 \end_inset
27592
27593
27594 \end_layout
27595
27596 \begin_deeper
27597 \begin_layout Description
27598 Centered is the predefined standard
27599 \end_layout
27600
27601 \begin_layout Description
27602 Indented for this the option 
27603 \series bold
27604 fleqn
27605 \series default
27606  must be inserted in the menu 
27607 \family sans
27608 Document\SpecialChar menuseparator
27609 Settings
27610 \family default
27611  under 
27612 \family sans
27613 Document
27614 \begin_inset space ~
27615 \end_inset
27616
27617 Class
27618 \end_layout
27619
27620 \begin_layout Standard
27621 When 
27622 \series bold
27623 Indented
27624 \series default
27625  is used, the indentation can be adjusted with the length 
27626 \series bold
27627
27628 \backslash
27629 mathindent
27630 \series default
27631
27632 \begin_inset Index idx
27633 status collapsed
27634
27635 \begin_layout Plain Layout
27636 Commands ! M ! 
27637 \backslash
27638 mathindent
27639 \end_layout
27640
27641 \end_inset
27642
27643 .
27644  Should the distance be 15
27645 \begin_inset space \thinspace{}
27646 \end_inset
27647
27648 mm, the following command line is inserted in the \SpecialChar LaTeX
27649 -preamble
27650 \end_layout
27651
27652 \begin_layout Standard
27653
27654 \series bold
27655
27656 \backslash
27657 setlength{
27658 \backslash
27659 mathindent}{15mm}
27660 \end_layout
27661
27662 \begin_layout Standard
27663 When no length is specified, the predefined value of 30
27664 \begin_inset space \thinspace{}
27665 \end_inset
27666
27667 pt will be used.
27668 \end_layout
27669
27670 \end_deeper
27671 \begin_layout Itemize
27672 And two different numbering styles:
27673 \begin_inset Separator parbreak
27674 \end_inset
27675
27676
27677 \end_layout
27678
27679 \begin_deeper
27680 \begin_layout Description
27681 Right is the predefined standard
27682 \end_layout
27683
27684 \begin_layout Description
27685 Left for this the option 
27686 \series bold
27687 leqno
27688 \series default
27689  must be inserted in the menu 
27690 \family sans
27691 Document\SpecialChar menuseparator
27692 Settings
27693 \family default
27694  under 
27695 \family sans
27696 Document
27697 \begin_inset space ~
27698 \end_inset
27699
27700 Class
27701 \end_layout
27702
27703 \end_deeper
27704 \begin_layout Standard
27705
27706 \series bold
27707 fleqn
27708 \series default
27709  and 
27710 \series bold
27711 leqno
27712 \series default
27713  can also be used together.
27714  In this case both options are inserted, separated by a comma.
27715 \end_layout
27716
27717 \begin_layout Standard
27718 The chosen styles are used for all displayed formulas of the document.
27719  When both, centered and indented formulas should be created in a document,
27720  the style 
27721 \series bold
27722 Centered
27723 \series default
27724  is used.
27725  The indented formulas are then set in a flalign environment, see 
27726 \begin_inset CommandInset ref
27727 LatexCommand ref
27728 reference "subsec:Flalign-Environment"
27729
27730 \end_inset
27731
27732 .
27733 \end_layout
27734
27735 \begin_layout Section
27736 Multiline Formulas
27737 \begin_inset CommandInset label
27738 LatexCommand label
27739 name "sec:Multiline-Formulas"
27740
27741 \end_inset
27742
27743
27744 \begin_inset Index idx
27745 status collapsed
27746
27747 \begin_layout Plain Layout
27748 Formula ! multiline
27749 \end_layout
27750
27751 \end_inset
27752
27753
27754 \end_layout
27755
27756 \begin_layout Subsection
27757 General
27758 \end_layout
27759
27760 \begin_layout Standard
27761 In \SpecialChar LyX
27762  multiline formulas are created by pressing 
27763 \begin_inset Info
27764 type  "shortcut"
27765 arg   "newline-insert newline"
27766 \end_inset
27767
27768  inside a formula.
27769  This creates either an 
27770 \series bold
27771 eqnarray environment
27772 \series default
27773  that is described in 
27774 \begin_inset CommandInset ref
27775 LatexCommand ref
27776 reference "subsec:Eqnarray-Environment"
27777
27778 \end_inset
27779
27780  or, when the option 
27781 \family sans
27782 Use AMS math package
27783 \family default
27784  in the document settings is selected, an 
27785 \series bold
27786 align environment
27787 \series default
27788  that is described in 
27789 \begin_inset CommandInset ref
27790 LatexCommand ref
27791 reference "subsec:Standard-align-Environment"
27792
27793 \end_inset
27794
27795 .
27796  The align environment is recommended because it provides in any case a
27797  typographically correct output.
27798 \end_layout
27799
27800 \begin_layout Standard
27801 There are other multiline formula environments that can be created via the
27802  menu 
27803 \family sans
27804 Insert\SpecialChar menuseparator
27805 Math
27806 \family default
27807 .
27808  These environments are described in the following sections.
27809 \end_layout
27810
27811 \begin_layout Standard
27812 In all multiline formula environments a new line is created by pressing
27813  
27814 \begin_inset Info
27815 type  "shortcut"
27816 arg   "newline-insert newline"
27817 \end_inset
27818
27819 .
27820  To add or delete lines, the math toolbar buttons 
27821 \begin_inset Info
27822 type  "icon"
27823 arg   "inset-modify tabular append-row"
27824 \end_inset
27825
27826  or 
27827 \begin_inset Info
27828 type  "icon"
27829 arg   "inset-modify tabular delete-row"
27830 \end_inset
27831
27832 , respectively, or the menu 
27833 \family sans
27834 Edit\SpecialChar menuseparator
27835 Rows & Columns
27836 \family default
27837  can be used.
27838 \end_layout
27839
27840 \begin_layout Subsubsection
27841 Line Separation
27842 \begin_inset CommandInset label
27843 LatexCommand label
27844 name "subsec:Line-Separation"
27845
27846 \end_inset
27847
27848
27849 \begin_inset Index idx
27850 status collapsed
27851
27852 \begin_layout Plain Layout
27853 Formula ! multiline ! Line separation
27854 \end_layout
27855
27856 \end_inset
27857
27858
27859 \end_layout
27860
27861 \begin_layout Standard
27862 There is sometimes not enough space in multiline formulas between the lines:
27863 \begin_inset Formula 
27864 \begin{eqnarray*}
27865 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}\\
27866 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
27867 \end{eqnarray*}
27868
27869 \end_inset
27870
27871
27872 \end_layout
27873
27874 \begin_layout Standard
27875 In \SpecialChar LaTeX
27876  additional line space is specified as optional argument of the new line
27877  command.
27878  This is not yet possible in \SpecialChar LyX
27879
27880 \begin_inset Foot
27881 status collapsed
27882
27883 \begin_layout Plain Layout
27884 see 
27885 \begin_inset CommandInset href
27886 LatexCommand href
27887 name "LyX-bug #1505"
27888 target "http://www.lyx.org/trac/ticket/1505"
27889
27890 \end_inset
27891
27892
27893 \end_layout
27894
27895 \end_inset
27896
27897 , therefore the whole formula must be inserted in \SpecialChar TeX
27898  mode.
27899  To add in our example space, the command 
27900 \series bold
27901
27902 \backslash
27903
27904 \backslash
27905 [3mm]
27906 \series default
27907  is inserted at the end of the first line.
27908  One gets: 
27909 \begin_inset ERT
27910 status collapsed
27911
27912 \begin_layout Plain Layout
27913
27914
27915 \backslash
27916 begin{eqnarray*}
27917 \end_layout
27918
27919 \begin_layout Plain Layout
27920
27921 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27922  = & 
27923 \backslash
27924 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27925 \backslash
27926
27927 \backslash
27928 [3mm]
27929 \end_layout
27930
27931 \begin_layout Plain Layout
27932
27933 4x^{2}
27934 \backslash
27935 left(B^{2}+x_{0}^{2}
27936 \backslash
27937 right)+4x_{0}x
27938 \backslash
27939 left(D-B^{2}
27940 \backslash
27941 right)+B^{2}
27942 \backslash
27943 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27944 \backslash
27945 right) & = & 0
27946 \end_layout
27947
27948 \begin_layout Plain Layout
27949
27950
27951 \backslash
27952 end{eqnarray*}
27953 \end_layout
27954
27955 \end_inset
27956
27957
27958 \end_layout
27959
27960 \begin_layout Standard
27961 \begin_inset VSpace bigskip
27962 \end_inset
27963
27964 To set the line separation for all lines in a formula, the length 
27965 \series bold
27966
27967 \backslash
27968 jot
27969 \series default
27970
27971 \begin_inset Index idx
27972 status collapsed
27973
27974 \begin_layout Plain Layout
27975 Commands ! J ! 
27976 \backslash
27977 jot
27978 \end_layout
27979
27980 \end_inset
27981
27982  is changed.
27983  The definition is: 
27984 \begin_inset Formula $\mbox{line separation}=\mathrm{6\,pt+\backslash jot}$
27985 \end_inset
27986
27987 .
27988  Predefined for 
27989 \series bold
27990
27991 \backslash
27992 jot
27993 \series default
27994  is the value 3
27995 \begin_inset space \thinspace{}
27996 \end_inset
27997
27998 pt.
27999  To create 3
28000 \begin_inset space \thinspace{}
28001 \end_inset
28002
28003 mm additional line separation as in the previous example, the command
28004 \end_layout
28005
28006 \begin_layout Standard
28007
28008 \series bold
28009
28010 \backslash
28011 setlength{
28012 \backslash
28013 jot}{3mm+3pt}
28014 \end_layout
28015
28016 \begin_layout Standard
28017 is inserted in \SpecialChar TeX
28018  mode before the formula.
28019  This requires that the \SpecialChar LaTeX
28020 -package 
28021 \series bold
28022 calc
28023 \series default
28024
28025 \begin_inset Foot
28026 status collapsed
28027
28028 \begin_layout Plain Layout
28029
28030 \series bold
28031 calc
28032 \series default
28033  is part of every \SpecialChar LaTeX
28034  standard installation.
28035 \end_layout
28036
28037 \end_inset
28038
28039
28040 \begin_inset Index idx
28041 status collapsed
28042
28043 \begin_layout Plain Layout
28044 Packages ! calc
28045 \end_layout
28046
28047 \end_inset
28048
28049  was loaded in \SpecialChar LaTeX
28050 -preamble with the line
28051 \end_layout
28052
28053 \begin_layout Standard
28054
28055 \series bold
28056
28057 \backslash
28058 usepackage{calc}
28059 \end_layout
28060
28061 \begin_layout Standard
28062 One gets: 
28063 \begin_inset ERT
28064 status collapsed
28065
28066 \begin_layout Plain Layout
28067
28068
28069 \backslash
28070 setlength{
28071 \backslash
28072 jot}{3mm+3pt}
28073 \end_layout
28074
28075 \end_inset
28076
28077
28078 \begin_inset Formula 
28079 \begin{eqnarray*}
28080 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}\\
28081 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
28082 \end{eqnarray*}
28083
28084 \end_inset
28085
28086
28087 \end_layout
28088
28089 \begin_layout Standard
28090 \begin_inset ERT
28091 status collapsed
28092
28093 \begin_layout Plain Layout
28094
28095
28096 \backslash
28097 setlength{
28098 \backslash
28099 jot}{3pt}
28100 \end_layout
28101
28102 \end_inset
28103
28104  To get back to the predefined distance, 
28105 \series bold
28106
28107 \backslash
28108 jot
28109 \series default
28110  is set to the value 3
28111 \begin_inset space \thinspace{}
28112 \end_inset
28113
28114 pt.
28115 \end_layout
28116
28117 \begin_layout Subsubsection
28118 Column Separation
28119 \begin_inset CommandInset label
28120 LatexCommand label
28121 name "subsec:Column-Separation"
28122
28123 \end_inset
28124
28125
28126 \begin_inset Index idx
28127 status collapsed
28128
28129 \begin_layout Plain Layout
28130 Formula ! multiline ! Column separation
28131 \end_layout
28132
28133 \end_inset
28134
28135
28136 \end_layout
28137
28138 \begin_layout Standard
28139 Multiline formulas form a matrix.
28140  A formula in the eqnarray environment is for example a matrix with three
28141  columns.
28142  By changing the column separation in this environment, the space beside
28143  the relation sign can be changed.
28144 \end_layout
28145
28146 \begin_layout Standard
28147 The column separation is specified with the length 
28148 \series bold
28149
28150 \backslash
28151 arraycolsep
28152 \series default
28153
28154 \begin_inset Index idx
28155 status collapsed
28156
28157 \begin_layout Plain Layout
28158 Commands ! A ! 
28159 \backslash
28160 arraycolsep
28161 \end_layout
28162
28163 \end_inset
28164
28165  according to:
28166 \begin_inset Newline newline
28167 \end_inset
28168
28169 column separation = 2
28170 \begin_inset space \thinspace{}
28171 \end_inset
28172
28173
28174 \series bold
28175
28176 \backslash
28177 arraycolsep
28178 \series default
28179
28180 \begin_inset Newline newline
28181 \end_inset
28182
28183 Thus, the command
28184 \end_layout
28185
28186 \begin_layout Standard
28187
28188 \series bold
28189
28190 \backslash
28191 setlength{
28192 \backslash
28193 arraycolsep}{1cm}
28194 \end_layout
28195
28196 \begin_layout Standard
28197 inserted in \SpecialChar TeX
28198  mode, sets for all following formulas a column separation of
28199  2
28200 \begin_inset space \thinspace{}
28201 \end_inset
28202
28203 cm.
28204  To get back to the predefined distance, 
28205 \series bold
28206
28207 \backslash
28208 arraycolsep
28209 \series default
28210  is set to 5
28211 \begin_inset space \thinspace{}
28212 \end_inset
28213
28214 pt.
28215 \end_layout
28216
28217 \begin_layout Standard
28218 A formula with 2
28219 \begin_inset space \thinspace{}
28220 \end_inset
28221
28222 cm column separation:
28223 \begin_inset ERT
28224 status collapsed
28225
28226 \begin_layout Plain Layout
28227
28228
28229 \backslash
28230 setlength{
28231 \backslash
28232 arraycolsep}{1cm}
28233 \end_layout
28234
28235 \end_inset
28236
28237
28238 \begin_inset Formula 
28239 \begin{eqnarray*}
28240 A & = & B\\
28241 C & \ne & A
28242 \end{eqnarray*}
28243
28244 \end_inset
28245
28246 A formula with the predefined column separation for matrices of 10
28247 \begin_inset space \thinspace{}
28248 \end_inset
28249
28250 pt:
28251 \begin_inset ERT
28252 status collapsed
28253
28254 \begin_layout Plain Layout
28255
28256
28257 \backslash
28258 setlength{
28259 \backslash
28260 arraycolsep}{5pt}
28261 \end_layout
28262
28263 \end_inset
28264
28265
28266 \begin_inset Formula 
28267 \begin{eqnarray*}
28268 A & = & B\\
28269 C & \ne & A
28270 \end{eqnarray*}
28271
28272 \end_inset
28273
28274
28275 \end_layout
28276
28277 \begin_layout Subsubsection
28278 Long Formulas
28279 \begin_inset Index idx
28280 status collapsed
28281
28282 \begin_layout Plain Layout
28283 Formula ! long
28284 \end_layout
28285
28286 \end_inset
28287
28288
28289 \end_layout
28290
28291 \begin_layout Standard
28292 Long formulas can be typeset using these methods:
28293 \end_layout
28294
28295 \begin_layout Itemize
28296 When one side of the equation is much shorter than the line width, this
28297  one is chosen for the left side and the right side is typeset over two
28298  lines:
28299 \begin_inset Formula 
28300 \begin{eqnarray}
28301 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 \\
28302  &  & -\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}
28303 \end{eqnarray}
28304
28305 \end_inset
28306
28307 The minus sign at the beginning of the second line does normally not appear
28308  as an operator because it is the first character of the line.
28309  Thus it would not be surrounded by space and could not be distinguished
28310  from the fraction bar.
28311  To avoid this, 3
28312 \begin_inset space \thinspace{}
28313 \end_inset
28314
28315 pt space was inserted behind the minus sign with the command 
28316 \series bold
28317
28318 \backslash
28319 hspace
28320 \series default
28321 .
28322 \begin_inset Foot
28323 status collapsed
28324
28325 \begin_layout Plain Layout
28326 for more about 
28327 \series bold
28328
28329 \backslash
28330 hspace
28331 \series default
28332  see 
28333 \begin_inset CommandInset ref
28334 LatexCommand ref
28335 reference "subsec:Variable-Space"
28336
28337 \end_inset
28338
28339
28340 \end_layout
28341
28342 \end_inset
28343
28344
28345 \begin_inset Index idx
28346 status collapsed
28347
28348 \begin_layout Plain Layout
28349 Commands ! H ! 
28350 \backslash
28351 hspace
28352 \end_layout
28353
28354 \end_inset
28355
28356
28357 \end_layout
28358
28359 \begin_layout Itemize
28360 When both sides of the equation are too long, the command 
28361 \series bold
28362
28363 \backslash
28364 lefteqn
28365 \series default
28366
28367 \begin_inset Index idx
28368 status collapsed
28369
28370 \begin_layout Plain Layout
28371 Commands ! L ! 
28372 \backslash
28373 lefteqn
28374 \end_layout
28375
28376 \end_inset
28377
28378  is used.
28379  It is inserted in the first column of the first line and causes all further
28380  insertions to overwrite the following columns:
28381 \begin_inset Formula 
28382 \begin{eqnarray}
28383 \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 \\
28384  &  & -\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 \\
28385  &  & =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}
28386 \end{eqnarray}
28387
28388 \end_inset
28389
28390 After the insertion of 
28391 \series bold
28392
28393 \backslash
28394 lefteqn
28395 \series default
28396 , the cursor is in a purple box that is a bit shifted to the left from the
28397  blue one.
28398  In this the formula is inserted.
28399 \begin_inset Newline newline
28400 \end_inset
28401
28402 The content of the further lines is inserted to the second or another formula
28403  column.
28404  The greater the column number where it was inserted, the larger the indentation.
28405 \begin_inset VSpace medskip
28406 \end_inset
28407
28408
28409 \begin_inset Newline newline
28410 \end_inset
28411
28412
28413 \begin_inset Note Greyedout
28414 status open
28415
28416 \begin_layout Plain Layout
28417 Note the following when using 
28418 \series bold
28419
28420 \backslash
28421 lefteqn
28422 \series default
28423 :
28424 \end_layout
28425
28426 \begin_layout Itemize
28427 The formula doesn't use the full page width.
28428  When e.
28429 \begin_inset space \thinspace{}
28430 \end_inset
28431
28432 g.
28433 \begin_inset space \space{}
28434 \end_inset
28435
28436 the term 
28437 \begin_inset Formula $-B^{2}$
28438 \end_inset
28439
28440  is added to the first line in the above example, it would have been outside
28441  the page margin.
28442  To better use the width, negative space can be inserted at the beginning
28443  of the first line.
28444 \end_layout
28445
28446 \begin_layout Itemize
28447 Due to a bug in \SpecialChar LyX
28448  the cursor cannot be set with the mouse into the first
28449  line.
28450 \begin_inset Foot
28451 status collapsed
28452
28453 \begin_layout Plain Layout
28454 \begin_inset CommandInset href
28455 LatexCommand href
28456 name "LyX-bug #1429"
28457 target "http://www.lyx.org/trac/ticket/1429"
28458
28459 \end_inset
28460
28461
28462 \end_layout
28463
28464 \end_inset
28465
28466  One can only set the cursor at the beginning of the line and move it with
28467  the arrow keys.
28468 \end_layout
28469
28470 \end_inset
28471
28472
28473 \end_layout
28474
28475 \begin_layout Itemize
28476 Other methods to set long formulas are offered by the environments described
28477  in 
28478 \begin_inset CommandInset ref
28479 LatexCommand ref
28480 reference "subsec:Multline-Environment"
28481
28482 \end_inset
28483
28484  and 
28485 \begin_inset CommandInset ref
28486 LatexCommand ref
28487 reference "subsec:Multiline-Formula-Parts"
28488
28489 \end_inset
28490
28491 .
28492 \end_layout
28493
28494 \begin_layout Subsubsection
28495 Multiline Fractions
28496 \begin_inset CommandInset label
28497 LatexCommand label
28498 name "subsec:Multiline-Fractions"
28499
28500 \end_inset
28501
28502
28503 \begin_inset Index idx
28504 status collapsed
28505
28506 \begin_layout Plain Layout
28507 Fractions ! multiline
28508 \end_layout
28509
28510 \end_inset
28511
28512
28513 \end_layout
28514
28515 \begin_layout Standard
28516 There are cases where the denominator and/or the numerator of a fraction
28517  is so long that the fraction does not fit into one line.
28518  It is then necessary to add a line break within the fraction.
28519  This can be done using the command 
28520 \series bold
28521
28522 \backslash
28523 splitfrac
28524 \series default
28525
28526 \begin_inset Index idx
28527 status collapsed
28528
28529 \begin_layout Plain Layout
28530 Commands ! S ! 
28531 \backslash
28532 splitfrac
28533 \end_layout
28534
28535 \end_inset
28536
28537 .
28538  To activate it, set in the document settings under 
28539 \family sans
28540 Math
28541 \begin_inset space ~
28542 \end_inset
28543
28544 Options
28545 \family default
28546  for the package 
28547 \series bold
28548 mathtools
28549 \series default
28550
28551 \begin_inset Index idx
28552 status collapsed
28553
28554 \begin_layout Plain Layout
28555 Packages ! mathtools
28556 \end_layout
28557
28558 \end_inset
28559
28560  the option 
28561 \family sans
28562 Load
28563 \begin_inset space ~
28564 \end_inset
28565
28566 always
28567 \family default
28568 .
28569  
28570 \series bold
28571
28572 \backslash
28573 splitfrac
28574 \series default
28575  has the scheme
28576 \end_layout
28577
28578 \begin_layout Standard
28579
28580 \series bold
28581
28582 \backslash
28583 splitfrac{first line}{second line}
28584 \end_layout
28585
28586 \begin_layout Standard
28587 and is used as denominator and/or numerator:
28588 \end_layout
28589
28590 \begin_layout Standard
28591 \begin_inset Formula 
28592 \[
28593 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}
28594 \]
28595
28596 \end_inset
28597
28598 The command for the first numerator above is:
28599 \end_layout
28600
28601 \begin_layout Standard
28602
28603 \series bold
28604
28605 \backslash
28606 splitfrac{xy+xy+xy+xy+xy
28607 \begin_inset space \textvisiblespace{}
28608 \end_inset
28609
28610
28611 \backslash
28612 {+wy+wy+wy+wy
28613 \end_layout
28614
28615 \begin_layout Subsubsection
28616 Multiline Brackets
28617 \begin_inset CommandInset label
28618 LatexCommand label
28619 name "subsec:Multiline-Brackets"
28620
28621 \end_inset
28622
28623
28624 \begin_inset Index idx
28625 status collapsed
28626
28627 \begin_layout Plain Layout
28628 Brackets ! for multiline expressions
28629 \end_layout
28630
28631 \end_inset
28632
28633
28634 \end_layout
28635
28636 \begin_layout Standard
28637 For brackets spanning multiple lines the following problem occurs:
28638 \begin_inset Formula 
28639 \begin{eqnarray*}
28640 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28641  &  & \left.\cdots+B-D\right]
28642 \end{eqnarray*}
28643
28644 \end_inset
28645
28646
28647 \end_layout
28648
28649 \begin_layout Standard
28650 The closing bracket is smaller than the opening bracket because brackets
28651  with variable size may not span multiple lines.
28652 \end_layout
28653
28654 \begin_layout Standard
28655 To set the bracket size for the second line correctly, the first line is
28656  ended with 
28657 \series bold
28658
28659 \backslash
28660 right.
28661 \series default
28662
28663 \begin_inset Index idx
28664 status collapsed
28665
28666 \begin_layout Plain Layout
28667 Commands ! R ! 
28668 \backslash
28669 right
28670 \end_layout
28671
28672 \end_inset
28673
28674  and the second line with 
28675 \series bold
28676
28677 \backslash
28678 left.
28679 \begin_inset Foot
28680 status collapsed
28681
28682 \begin_layout Plain Layout
28683 for more about 
28684 \series bold
28685
28686 \backslash
28687 left
28688 \series default
28689  and 
28690 \series bold
28691
28692 \backslash
28693 right
28694 \series default
28695  see 
28696 \begin_inset CommandInset ref
28697 LatexCommand ref
28698 reference "subsec:Automatic-Bracket-Size"
28699
28700 \end_inset
28701
28702
28703 \end_layout
28704
28705 \end_inset
28706
28707
28708 \series default
28709
28710 \begin_inset Index idx
28711 status collapsed
28712
28713 \begin_layout Plain Layout
28714 Commands ! L ! 
28715 \backslash
28716 left
28717 \end_layout
28718
28719 \end_inset
28720
28721 .
28722  After 
28723 \series bold
28724
28725 \backslash
28726 left.
28727
28728 \series default
28729  the command 
28730 \series bold
28731
28732 \backslash
28733 vphantom
28734 \series default
28735
28736 \begin_inset space \textvisiblespace{}
28737 \end_inset
28738
28739
28740 \series bold
28741
28742 \backslash
28743 prod
28744 \series default
28745 ^
28746 \begin_inset space \textvisiblespace{}
28747 \end_inset
28748
28749
28750 \series bold
28751
28752 \backslash
28753 infty
28754 \series default
28755
28756 \begin_inset space \textvisiblespace{}
28757 \end_inset
28758
28759
28760 \series bold
28761
28762 \begin_inset Formula $\downarrow$
28763 \end_inset
28764
28765 _R=1}
28766 \series default
28767
28768 \begin_inset Index idx
28769 status collapsed
28770
28771 \begin_layout Plain Layout
28772 Commands ! V ! 
28773 \backslash
28774 vphantom
28775 \end_layout
28776
28777 \end_inset
28778
28779  is inserted, because the multiplication operator with its limits is the
28780  largest symbol in the first line and this should be the size for the bracket
28781  in the second line.
28782 \end_layout
28783
28784 \begin_layout Standard
28785 The result is this:
28786 \begin_inset Formula 
28787 \begin{eqnarray*}
28788 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28789  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28790 \end{eqnarray*}
28791
28792 \end_inset
28793
28794
28795 \end_layout
28796
28797 \begin_layout Subsection
28798 Align Environments
28799 \end_layout
28800
28801 \begin_layout Standard
28802 Align environments can be used for every kind of multiline formulas.
28803  They are especially useful to set several formulas side by side.
28804 \end_layout
28805
28806 \begin_layout Standard
28807 Align environments consist of columns.
28808  The odd columns are right aligned, the even ones left aligned.
28809  Every line in an Align environment can be numbered.
28810 \end_layout
28811
28812 \begin_layout Standard
28813 Align environments are created via the menu 
28814 \family sans
28815 Insert\SpecialChar menuseparator
28816 Math
28817 \family default
28818 .
28819  With the menu 
28820 \family sans
28821 Edit\SpecialChar menuseparator
28822 Math\SpecialChar menuseparator
28823 Change Formula Type
28824 \family default
28825  already existing formulas can be converted to Align environments.
28826 \end_layout
28827
28828 \begin_layout Standard
28829 To add or delete columns, the math toolbar buttons 
28830 \begin_inset Info
28831 type  "icon"
28832 arg   "inset-modify tabular append-column"
28833 \end_inset
28834
28835  or 
28836 \begin_inset Info
28837 type  "icon"
28838 arg   "inset-modify tabular delete-column"
28839 \end_inset
28840
28841 , respectively, or the menu 
28842 \family sans
28843 Edit\SpecialChar menuseparator
28844 Rows & Columns
28845 \family default
28846  can be used.
28847 \end_layout
28848
28849 \begin_layout Subsubsection
28850 Standard align Environment
28851 \begin_inset CommandInset label
28852 LatexCommand label
28853 name "subsec:Standard-align-Environment"
28854
28855 \end_inset
28856
28857
28858 \begin_inset Index idx
28859 status collapsed
28860
28861 \begin_layout Plain Layout
28862 Formula ! multiline ! align environment
28863 \end_layout
28864
28865 \end_inset
28866
28867
28868 \end_layout
28869
28870 \begin_layout Standard
28871 This Align environment is created by pressing 
28872 \begin_inset Info
28873 type  "shortcut"
28874 arg   "newline-insert newline"
28875 \end_inset
28876
28877  in a formula or by the menu 
28878 \family sans
28879 Insert\SpecialChar menuseparator
28880 Math\SpecialChar menuseparator
28881 AMS align Environment
28882 \family default
28883 .
28884 \end_layout
28885
28886 \begin_layout Standard
28887 An example for two formulas set side by side, that are created with a four
28888  column align environment:
28889 \begin_inset Formula 
28890 \begin{align*}
28891 A & =\sin(B) & C & =D\\
28892 C & \ne A & B & \ne D
28893 \end{align*}
28894
28895 \end_inset
28896
28897 As it can be seen, the formulas in this environment are placed so as if
28898  there would be a 
28899 \series bold
28900
28901 \backslash
28902 hfill
28903 \begin_inset Foot
28904 status collapsed
28905
28906 \begin_layout Plain Layout
28907 more about 
28908 \series bold
28909
28910 \backslash
28911 hfill
28912 \series default
28913  see 
28914 \begin_inset CommandInset ref
28915 LatexCommand ref
28916 reference "subsec:Variable-Space"
28917
28918 \end_inset
28919
28920
28921 \end_layout
28922
28923 \end_inset
28924
28925
28926 \series default
28927  before the first and after every even column.
28928  When the formula style 
28929 \series bold
28930 Indented
28931 \begin_inset Foot
28932 status collapsed
28933
28934 \begin_layout Plain Layout
28935 formula styles see 
28936 \begin_inset CommandInset ref
28937 LatexCommand ref
28938 reference "sec:Formula-Styles"
28939
28940 \end_inset
28941
28942
28943 \end_layout
28944
28945 \end_inset
28946
28947
28948 \series default
28949  is used, the formula is set without the 
28950 \series bold
28951
28952 \backslash
28953 hfill
28954 \series default
28955  before the first column.
28956 \end_layout
28957
28958 \begin_layout Subsubsection
28959 Alignat Environment
28960 \begin_inset Index idx
28961 status collapsed
28962
28963 \begin_layout Plain Layout
28964 Formula ! multiline ! alignat environment
28965 \end_layout
28966
28967 \end_inset
28968
28969
28970 \end_layout
28971
28972 \begin_layout Standard
28973 The alignat environment has no predefined column separation.
28974  It can be inserted manually with the spaces that are described 
28975 \begin_inset CommandInset ref
28976 LatexCommand ref
28977 reference "subsec:Space"
28978
28979 \end_inset
28980
28981 .
28982 \end_layout
28983
28984 \begin_layout Standard
28985 The above example in the alignat environment where 1
28986 \begin_inset space \thinspace{}
28987 \end_inset
28988
28989 cm space was inserted at the beginning of the second formula:
28990 \begin_inset Formula 
28991 \begin{alignat*}{2}
28992 A & =\sin(B) & \hspace{1cm}C & =D\\
28993 C & \ne A & B & \ne D
28994 \end{alignat*}
28995
28996 \end_inset
28997
28998 Because the column separation can be set separately for every column, this
28999  environment is especially suitable to set three and more formulas side
29000  by side.
29001 \end_layout
29002
29003 \begin_layout Subsubsection
29004 Flalign Environment
29005 \begin_inset CommandInset label
29006 LatexCommand label
29007 name "subsec:Flalign-Environment"
29008
29009 \end_inset
29010
29011
29012 \begin_inset Index idx
29013 status collapsed
29014
29015 \begin_layout Plain Layout
29016 Formula ! multiline ! flalign environment
29017 \end_layout
29018
29019 \end_inset
29020
29021
29022 \end_layout
29023
29024 \begin_layout Standard
29025 In this environment the first two columns are always set as much as possible
29026  to the left and the last two ones to the right.
29027  An example:
29028 \begin_inset Formula 
29029 \begin{flalign*}
29030 A & =1 & B & =2 & C & =3\\
29031 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29032 \end{flalign*}
29033
29034 \end_inset
29035
29036
29037 \end_layout
29038
29039 \begin_layout Standard
29040 By creating a flalign environment with an odd number of columns where an
29041  empty \SpecialChar TeX
29042  brace is inserted to the last column, several formulas in a document
29043  can be set to the left, although the formula style 
29044 \series bold
29045 Centered
29046 \series default
29047  is used.
29048  As example the indented formula 
29049 \begin_inset CommandInset ref
29050 LatexCommand eqref
29051 reference "eq:VolInt"
29052
29053 \end_inset
29054
29055 :
29056 \begin_inset Formula 
29057 \begin{flalign}
29058 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29059 \end{flalign}
29060
29061 \end_inset
29062
29063 The first two columns contain the formula.
29064  To indent it as with the formula style 
29065 \series bold
29066 Indented
29067 \series default
29068 , 30
29069 \begin_inset space \thinspace{}
29070 \end_inset
29071
29072 pt space was inserted at the beginning of the first column.
29073 \end_layout
29074
29075 \begin_layout Subsection
29076 Eqnarray Environment
29077 \begin_inset CommandInset label
29078 LatexCommand label
29079 name "subsec:Eqnarray-Environment"
29080
29081 \end_inset
29082
29083
29084 \begin_inset Index idx
29085 status collapsed
29086
29087 \begin_layout Plain Layout
29088 Formula ! multiline ! eqnarray environment
29089 \end_layout
29090
29091 \end_inset
29092
29093
29094 \end_layout
29095
29096 \begin_layout Standard
29097 When this environment has been created, three blue boxes appear.
29098  The content of the first box is right aligned, the content of the last
29099  one left aligned.
29100  The content of the middle box appears centered and a bit smaller, because
29101  it is designed to insert there only relation characters.
29102 \begin_inset Formula 
29103 \begin{eqnarray*}
29104 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29105 AB & AB & AB\\
29106 A & = & A
29107 \end{eqnarray*}
29108
29109 \end_inset
29110
29111
29112 \end_layout
29113
29114 \begin_layout Subsection
29115 Gather Environment
29116 \begin_inset Index idx
29117 status collapsed
29118
29119 \begin_layout Plain Layout
29120 Formula ! multiline ! gather environment
29121 \end_layout
29122
29123 \end_inset
29124
29125
29126 \end_layout
29127
29128 \begin_layout Standard
29129 This environment consists of only one centered column.
29130  Every line can be numbered.
29131 \begin_inset Formula 
29132 \begin{gather}
29133 A=1\\
29134 X=\textrm{-}1
29135 \end{gather}
29136
29137 \end_inset
29138
29139
29140 \end_layout
29141
29142 \begin_layout Subsection
29143 Multline Environment
29144 \begin_inset CommandInset label
29145 LatexCommand label
29146 name "subsec:Multline-Environment"
29147
29148 \end_inset
29149
29150
29151 \begin_inset Index idx
29152 status collapsed
29153
29154 \begin_layout Plain Layout
29155 Formula ! multiline ! multline environment
29156 \end_layout
29157
29158 \end_inset
29159
29160
29161 \end_layout
29162
29163 \begin_layout Standard
29164 The multline environment consists, like the gather environment, of only
29165  one column.
29166  But the first line is left aligned, the last one right aligned.
29167  All other lines are centered.
29168  Therefore this environment is suitable for long formulas.
29169  As example formula 
29170 \begin_inset CommandInset ref
29171 LatexCommand eqref
29172 reference "eq:lefteqn"
29173
29174 \end_inset
29175
29176  in the multline environment:
29177 \begin_inset Formula 
29178 \begin{multline}
29179 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}\\
29180 -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}\\
29181 =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}}
29182 \end{multline}
29183
29184 \end_inset
29185
29186
29187 \end_layout
29188
29189 \begin_layout Standard
29190 In the output only the last (first) line of a multline environment appears
29191  numbered when the document numbering is right (left).
29192 \begin_inset Foot
29193 status collapsed
29194
29195 \begin_layout Plain Layout
29196 numbering styles see 
29197 \begin_inset CommandInset ref
29198 LatexCommand ref
29199 reference "sec:Formula-Styles"
29200
29201 \end_inset
29202
29203
29204 \end_layout
29205
29206 \end_inset
29207
29208
29209 \end_layout
29210
29211 \begin_layout Standard
29212 With the commands 
29213 \series bold
29214
29215 \backslash
29216 shoveright
29217 \series default
29218
29219 \begin_inset Index idx
29220 status collapsed
29221
29222 \begin_layout Plain Layout
29223 Commands ! S ! 
29224 \backslash
29225 shoveright
29226 \end_layout
29227
29228 \end_inset
29229
29230  and 
29231 \series bold
29232
29233 \backslash
29234 shoveleft
29235 \series default
29236
29237 \begin_inset Index idx
29238 status collapsed
29239
29240 \begin_layout Plain Layout
29241 Commands ! S ! 
29242 \backslash
29243 shoveleft
29244 \end_layout
29245
29246 \end_inset
29247
29248  a centered line can be right or left aligned, respectively.
29249  The commands are used as follows:
29250 \end_layout
29251
29252 \begin_layout Standard
29253
29254 \series bold
29255
29256 \backslash
29257 shoveright{line content}
29258 \series default
29259  and 
29260 \series bold
29261
29262 \backslash
29263 shoveleft{line content}
29264 \end_layout
29265
29266 \begin_layout Standard
29267 \begin_inset VSpace medskip
29268 \end_inset
29269
29270 The length 
29271 \series bold
29272
29273 \backslash
29274 multlinegap
29275 \series default
29276
29277 \begin_inset Index idx
29278 status collapsed
29279
29280 \begin_layout Plain Layout
29281 Commands ! M ! 
29282 \backslash
29283 multlinegap
29284 \end_layout
29285
29286 \end_inset
29287
29288  specifies the distance of the first line from the left page margin.
29289  Predefined is the length 0
29290 \begin_inset space \thinspace{}
29291 \end_inset
29292
29293 pt.
29294 \end_layout
29295
29296 \begin_layout Standard
29297 As example the above formula where the command
29298 \end_layout
29299
29300 \begin_layout Standard
29301
29302 \series bold
29303
29304 \backslash
29305 setlength{
29306 \backslash
29307 multlinegap}{2cm}
29308 \end_layout
29309
29310 \begin_layout Standard
29311 was inserted in \SpecialChar TeX
29312  mode before:
29313 \begin_inset ERT
29314 status collapsed
29315
29316 \begin_layout Plain Layout
29317
29318
29319 \backslash
29320 setlength{
29321 \backslash
29322 multlinegap}{2cm}
29323 \end_layout
29324
29325 \end_inset
29326
29327
29328 \begin_inset Formula 
29329 \begin{multline}
29330 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}\\
29331 \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}}\\
29332 =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}}
29333 \end{multline}
29334
29335 \end_inset
29336
29337
29338 \begin_inset ERT
29339 status collapsed
29340
29341 \begin_layout Plain Layout
29342
29343
29344 \backslash
29345 setlength{
29346 \backslash
29347 multlinegap}{0pt}
29348 \end_layout
29349
29350 \end_inset
29351
29352 The second line was left aligned using 
29353 \series bold
29354
29355 \backslash
29356 shoveleft
29357 \series default
29358 .
29359 \end_layout
29360
29361 \begin_layout Subsection
29362 Multiline Formula Parts
29363 \begin_inset CommandInset label
29364 LatexCommand label
29365 name "subsec:Multiline-Formula-Parts"
29366
29367 \end_inset
29368
29369
29370 \begin_inset Index idx
29371 status collapsed
29372
29373 \begin_layout Plain Layout
29374 Formula ! multiline ! formula parts
29375 \end_layout
29376
29377 \end_inset
29378
29379
29380 \end_layout
29381
29382 \begin_layout Standard
29383 To display only parts of a formula with multiple lines, one of the following
29384  environments is used: 
29385 \series bold
29386 aligned
29387 \series default
29388
29389 \series bold
29390 alignedat
29391 \series default
29392
29393 \series bold
29394 gathered
29395 \series default
29396  or 
29397 \series bold
29398 split
29399 \series default
29400 .
29401  They can be inserted via the menu 
29402 \family sans
29403 Insert\SpecialChar menuseparator
29404 Math
29405 \family default
29406  or by using the commands described in this section.
29407 \end_layout
29408
29409 \begin_layout Standard
29410 The first three have the same properties as the corresponding multiline
29411  formula environments, but it is possible to set further formula parts beside
29412  them.
29413  An example:
29414 \begin_inset Formula 
29415 \[
29416 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29417 \Delta E\Delta t & \ge\frac{\hbar}{2}
29418 \end{aligned}
29419 \right\} \textrm{Uncertainty relations}
29420 \]
29421
29422 \end_inset
29423
29424
29425 \end_layout
29426
29427 \begin_layout Standard
29428 To get this formula, a displayed formula is created where the command 
29429 \series bold
29430
29431 \backslash
29432 aligned
29433 \series default
29434
29435 \begin_inset Index idx
29436 status collapsed
29437
29438 \begin_layout Plain Layout
29439 Commands ! A ! 
29440 \backslash
29441 aligned
29442 \end_layout
29443
29444 \end_inset
29445
29446  is inserted.
29447  A purple box appears around the blue formula box where now columns and
29448  lines can be added.
29449  Outside the multiline environment other formula parts can be set, like
29450  the brace.
29451 \end_layout
29452
29453 \begin_layout Standard
29454 The aligned environment is also suitable for long formulas whose lines are
29455  horizontally aligned.
29456  Using aligned in a displayed formula has the advantage that the formula
29457  number is vertically centered behind the lines.
29458  As example formula 
29459 \begin_inset CommandInset ref
29460 LatexCommand eqref
29461 reference "eq:shortlong"
29462
29463 \end_inset
29464
29465  in the aligned environment:
29466 \begin_inset Formula 
29467 \begin{equation}
29468 \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}|}\\
29469  & -\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}|}
29470 \end{aligned}
29471 \end{equation}
29472
29473 \end_inset
29474
29475
29476 \end_layout
29477
29478 \begin_layout Standard
29479 To use the environments 
29480 \series bold
29481 alignedat
29482 \series default
29483
29484 \series bold
29485 gathered
29486 \series default
29487 , or 
29488 \series bold
29489 split
29490 \series default
29491 , the command 
29492 \series bold
29493
29494 \backslash
29495 alignedat
29496 \series default
29497 ,
29498 \begin_inset Index idx
29499 status collapsed
29500
29501 \begin_layout Plain Layout
29502 Commands ! A ! 
29503 \backslash
29504 alignedat
29505 \end_layout
29506
29507 \end_inset
29508
29509  
29510 \series bold
29511
29512 \backslash
29513 gathered
29514 \series default
29515
29516 \begin_inset Index idx
29517 status collapsed
29518
29519 \begin_layout Plain Layout
29520 Commands ! G ! 
29521 \backslash
29522 gathered
29523 \end_layout
29524
29525 \end_inset
29526
29527 , or 
29528 \series bold
29529
29530 \backslash
29531 split
29532 \series default
29533
29534 \begin_inset Index idx
29535 status collapsed
29536
29537 \begin_layout Plain Layout
29538 Commands ! S ! 
29539 \backslash
29540 split
29541 \end_layout
29542
29543 \end_inset
29544
29545  are inserted, respectively.
29546  The split environment has the same properties as the aligned environment
29547  but it can only have two columns.
29548 \end_layout
29549
29550 \begin_layout Subsection
29551 Text in multiline Formulas
29552 \begin_inset CommandInset label
29553 LatexCommand label
29554 name "subsec:Text-in-multiline"
29555
29556 \end_inset
29557
29558
29559 \begin_inset Index idx
29560 status collapsed
29561
29562 \begin_layout Plain Layout
29563 Text ! in formulas
29564 \end_layout
29565
29566 \end_inset
29567
29568
29569 \begin_inset Index idx
29570 status collapsed
29571
29572 \begin_layout Plain Layout
29573 Formula ! multiline ! text
29574 \end_layout
29575
29576 \end_inset
29577
29578
29579 \end_layout
29580
29581 \begin_layout Standard
29582 In the Align environments, and the multline and gather environment, text
29583  can be inserted that will appear in a separate line and doesn't affect
29584  the column alignment.
29585  To do this, the command 
29586 \series bold
29587
29588 \backslash
29589 intertext
29590 \series default
29591
29592 \begin_inset Index idx
29593 status collapsed
29594
29595 \begin_layout Plain Layout
29596 Commands ! I ! 
29597 \backslash
29598 intertext
29599 \end_layout
29600
29601 \end_inset
29602
29603  is used in the following scheme:
29604 \end_layout
29605
29606 \begin_layout Standard
29607
29608 \series bold
29609
29610 \backslash
29611 intertext{text}
29612 \end_layout
29613
29614 \begin_layout Standard
29615 The text should not be longer than a line because it cannot be hyphenated.
29616  As \SpecialChar LyX
29617  doesn't yet support 
29618 \series bold
29619
29620 \backslash
29621 intertext
29622 \series default
29623  directly, the text is written as mathematical text.
29624  
29625 \series bold
29626
29627 \backslash
29628 intertext
29629 \series default
29630  must hereby be at the beginning of a line and appears in the output above
29631  this line.
29632  An example where the text was inserted at the beginning of the second line:
29633 \begin_inset Formula 
29634 \begin{align}
29635 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29636 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29637 \end{align}
29638
29639 \end_inset
29640
29641
29642 \end_layout
29643
29644 \begin_layout Standard
29645
29646 \series bold
29647
29648 \backslash
29649 intertext
29650 \series default
29651  always creates some vertical space between the text and the formula lines.
29652  To avoid this space, set in the document settings under 
29653 \family sans
29654 Math
29655 \begin_inset space ~
29656 \end_inset
29657
29658 Options
29659 \family default
29660  for the package 
29661 \series bold
29662 mathtools
29663 \series default
29664
29665 \begin_inset Index idx
29666 status collapsed
29667
29668 \begin_layout Plain Layout
29669 Packages ! mathtools
29670 \end_layout
29671
29672 \end_inset
29673
29674  the option 
29675 \family sans
29676 Load
29677 \begin_inset space ~
29678 \end_inset
29679
29680 always
29681 \family default
29682 .
29683  Then you can use the command 
29684 \series bold
29685
29686 \backslash
29687 shortintertext
29688 \series default
29689
29690 \begin_inset Index idx
29691 status collapsed
29692
29693 \begin_layout Plain Layout
29694 Commands ! S ! 
29695 \backslash
29696 shortintertext
29697 \end_layout
29698
29699 \end_inset
29700
29701  instead of 
29702 \series bold
29703
29704 \backslash
29705 intertext
29706 \series default
29707 :
29708 \end_layout
29709
29710 \begin_layout Standard
29711 \begin_inset Formula 
29712 \begin{align}
29713 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29714 \shortintertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29715 \end{align}
29716
29717 \end_inset
29718
29719
29720 \end_layout
29721
29722 \begin_layout Section
29723 Formula Numbering
29724 \begin_inset Index idx
29725 status collapsed
29726
29727 \begin_layout Plain Layout
29728 Formula numbering
29729 \end_layout
29730
29731 \end_inset
29732
29733
29734 \begin_inset Index idx
29735 status collapsed
29736
29737 \begin_layout Plain Layout
29738 Formula ! numbering|see
29739 \begin_inset ERT
29740 status collapsed
29741
29742 \begin_layout Plain Layout
29743
29744 {
29745 \end_layout
29746
29747 \end_inset
29748
29749 Formula numbering
29750 \begin_inset ERT
29751 status collapsed
29752
29753 \begin_layout Plain Layout
29754
29755 }
29756 \end_layout
29757
29758 \end_inset
29759
29760
29761 \end_layout
29762
29763 \end_inset
29764
29765
29766 \end_layout
29767
29768 \begin_layout Subsection
29769 General
29770 \end_layout
29771
29772 \begin_layout Standard
29773 Numbered formulas can be created with the menu 
29774 \family sans
29775 Insert\SpecialChar menuseparator
29776 Math\SpecialChar menuseparator
29777 Numbered
29778 \begin_inset space ~
29779 \end_inset
29780
29781 Formula
29782 \family default
29783  (shortcut 
29784 \family sans
29785 Ctrl+Alt
29786 \begin_inset space ~
29787 \end_inset
29788
29789 N
29790 \family default
29791 ).
29792  Existing formulas can be numbered with the menu 
29793 \family sans
29794 Edit\SpecialChar menuseparator
29795 Math\SpecialChar menuseparator
29796 Toggle
29797 \begin_inset space ~
29798 \end_inset
29799
29800 Numbering
29801 \family default
29802  (shortcut 
29803 \begin_inset Info
29804 type  "shortcut"
29805 arg   "math-number-toggle"
29806 \end_inset
29807
29808 ).
29809  The formula number is displayed in \SpecialChar LyX
29810  behind the formula as a number sign
29811  in parentheses.
29812  The number sign is replaced in the output by the formula number.
29813 \end_layout
29814
29815 \begin_layout Standard
29816 When numbering is turned on in multiline formulas, all lines will be numbered.
29817  But the numbering can be controlled with the menu 
29818 \family sans
29819 Edit\SpecialChar menuseparator
29820 Math\SpecialChar menuseparator
29821 Toggle
29822 \begin_inset space ~
29823 \end_inset
29824
29825 Numbering
29826 \begin_inset space ~
29827 \end_inset
29828
29829 of
29830 \begin_inset space ~
29831 \end_inset
29832
29833 Line
29834 \family default
29835  (shortcut 
29836 \begin_inset Info
29837 type  "shortcut"
29838 arg   "math-number-line-toggle"
29839 \end_inset
29840
29841 ) for every line.
29842 \end_layout
29843
29844 \begin_layout Standard
29845 Except for inline formulas, all formulas can be numbered with two different
29846  styles, see 
29847 \begin_inset CommandInset ref
29848 LatexCommand ref
29849 reference "sec:Formula-Styles"
29850
29851 \end_inset
29852
29853 .
29854 \end_layout
29855
29856 \begin_layout Subsection
29857 Cross-References
29858 \begin_inset Index idx
29859 status collapsed
29860
29861 \begin_layout Plain Layout
29862 Cross-references ! to formulas
29863 \end_layout
29864
29865 \end_inset
29866
29867
29868 \end_layout
29869
29870 \begin_layout Standard
29871 All labeled formulas can be cross-referenced.
29872  A label is added by the menu 
29873 \family sans
29874 Insert\SpecialChar menuseparator
29875 Label
29876 \family default
29877  or the toolbar button 
29878 \begin_inset Info
29879 type  "icon"
29880 arg   "label-insert"
29881 \end_inset
29882
29883 .
29884  The cursor must hereby be inside a displayed formula.
29885  Alternatively you can right-click on the formula and choose 
29886 \family sans
29887 Equation Label
29888 \family default
29889 .
29890  A dialog pops up displaying the prefix 
29891 \series bold
29892 eq:
29893 \series default
29894  in a text field.
29895  The label is inserted there behind the prefix.
29896  The predefined prefix means 
29897 \begin_inset Quotes eld
29898 \end_inset
29899
29900 equation
29901 \begin_inset Quotes erd
29902 \end_inset
29903
29904  and makes it easier to find labels in large documents because it marks
29905  it as formula label to divide it from e.
29906 \begin_inset space \thinspace{}
29907 \end_inset
29908
29909 g.
29910 \begin_inset space \space{}
29911 \end_inset
29912
29913 section labels.
29914  To change a label, the menu 
29915 \family sans
29916 Insert\SpecialChar menuseparator
29917 Label
29918 \family default
29919  is used again or you right-click on a formula and then on 
29920 \family sans
29921 Equation Label
29922 \family default
29923 .
29924 \end_layout
29925
29926 \begin_layout Standard
29927 The name of the label is displayed in \SpecialChar LyX
29928  within two parentheses behind formula.
29929  A formula with a label is always numbered.
29930 \end_layout
29931
29932 \begin_layout Standard
29933 Cross-references are inserted via the menu 
29934 \family sans
29935 Insert\SpecialChar menuseparator
29936 Cross-Reference
29937 \family default
29938  or with the toolbar button 
29939 \begin_inset Info
29940 type  "icon"
29941 arg   "dialog-show-new-inset ref"
29942 \end_inset
29943
29944 .
29945  A formula cross-reference appears in the output as formula number.
29946  When in the cross-reference dialog window the format 
29947 \series bold
29948 (<reference>)
29949 \series default
29950  is chosen, the cross-reference appears in the output as formula number
29951  in parentheses.
29952 \begin_inset Newline newline
29953 \end_inset
29954
29955 By right-clicking on a cross-reference in \SpecialChar LyX
29956 , one jumps to the formula that
29957  is referenced.
29958 \end_layout
29959
29960 \begin_layout Standard
29961 Here are as examples cross-references to formulas of the following subsections:
29962 \begin_inset Note Note
29963 status open
29964
29965 \begin_layout Plain Layout
29966 Note the different cross-reference types.
29967 \end_layout
29968
29969 \end_inset
29970
29971
29972 \end_layout
29973
29974 \begin_layout Standard
29975 The equations 
29976 \begin_inset CommandInset ref
29977 LatexCommand eqref
29978 reference "eq:tag"
29979
29980 \end_inset
29981
29982  and 
29983 \begin_inset CommandInset ref
29984 LatexCommand eqref
29985 reference "eq:c"
29986
29987 \end_inset
29988
29989  are equivalent.
29990  In (
29991 \begin_inset CommandInset ref
29992 LatexCommand ref
29993 reference "eq:Lat"
29994
29995 \end_inset
29996
29997 ) big Latin letters are used for the numbering in contrary to (
29998 \begin_inset CommandInset ref
29999 LatexCommand ref
30000 reference "eq:Rom"
30001
30002 \end_inset
30003
30004 ).
30005 \end_layout
30006
30007 \begin_layout Standard
30008 \begin_inset VSpace medskip
30009 \end_inset
30010
30011 When the argument of 
30012 \series bold
30013
30014 \backslash
30015 tag
30016 \begin_inset Foot
30017 status collapsed
30018
30019 \begin_layout Plain Layout
30020
30021 \series bold
30022
30023 \backslash
30024 tag
30025 \series default
30026  is described in 
30027 \begin_inset CommandInset ref
30028 LatexCommand ref
30029 reference "subsec:User-defined-Numbering"
30030
30031 \end_inset
30032
30033 .
30034 \end_layout
30035
30036 \end_inset
30037
30038
30039 \series default
30040  contains a box like in 
30041 \begin_inset CommandInset ref
30042 LatexCommand ref
30043 reference "subsec:Paragraph-Boxes"
30044
30045 \end_inset
30046
30047 , the formula cannot be referenced.
30048 \end_layout
30049
30050 \begin_layout Subsection
30051 Subnumbering
30052 \begin_inset Index idx
30053 status collapsed
30054
30055 \begin_layout Plain Layout
30056 Formula numbering ! subnumbering
30057 \end_layout
30058
30059 \end_inset
30060
30061
30062 \end_layout
30063
30064 \begin_layout Standard
30065 With the help of the commands 
30066 \series bold
30067
30068 \backslash
30069 begin{subequations}
30070 \series default
30071  and 
30072 \series bold
30073
30074 \backslash
30075 end{subequations}
30076 \series default
30077  formulas can be subnumbered.
30078  Both commands are inserted in \SpecialChar TeX
30079  mode.
30080 \end_layout
30081
30082 \begin_layout Standard
30083 An example:
30084 \begin_inset Formula 
30085 \begin{equation}
30086 A=C-B\label{eq:a}
30087 \end{equation}
30088
30089 \end_inset
30090
30091
30092 \begin_inset ERT
30093 status collapsed
30094
30095 \begin_layout Plain Layout
30096
30097
30098 \backslash
30099 addtocounter{equation}{-1}
30100 \end_layout
30101
30102 \end_inset
30103
30104
30105 \begin_inset ERT
30106 status collapsed
30107
30108 \begin_layout Plain Layout
30109
30110
30111 \backslash
30112 begin{subequations}
30113 \end_layout
30114
30115 \end_inset
30116
30117
30118 \begin_inset VSpace -5mm
30119 \end_inset
30120
30121
30122 \begin_inset Formula 
30123 \begin{equation}
30124 B=C-A\label{eq:b}
30125 \end{equation}
30126
30127 \end_inset
30128
30129
30130 \begin_inset Formula 
30131 \begin{equation}
30132 C=A+B\label{eq:c}
30133 \end{equation}
30134
30135 \end_inset
30136
30137
30138 \end_layout
30139
30140 \begin_layout Standard
30141 \begin_inset ERT
30142 status collapsed
30143
30144 \begin_layout Plain Layout
30145
30146
30147 \backslash
30148 end{subequations}
30149 \end_layout
30150
30151 \end_inset
30152
30153
30154 \end_layout
30155
30156 \begin_layout Standard
30157 To create the example, the following is done:
30158 \end_layout
30159
30160 \begin_layout Enumerate
30161 first formula is inserted
30162 \end_layout
30163
30164 \begin_layout Enumerate
30165
30166 \series bold
30167
30168 \backslash
30169 addtocounter{equation}{-1} 
30170 \backslash
30171 begin{subequations}
30172 \begin_inset Index idx
30173 status collapsed
30174
30175 \begin_layout Plain Layout
30176 Commands ! A ! 
30177 \backslash
30178 addtocounter
30179 \end_layout
30180
30181 \end_inset
30182
30183
30184 \begin_inset Newline newline
30185 \end_inset
30186
30187
30188 \series default
30189 is inserted after the first formula
30190 \end_layout
30191
30192 \begin_layout Enumerate
30193 second formula is inserted
30194 \end_layout
30195
30196 \begin_layout Enumerate
30197 third formula is inserted
30198 \end_layout
30199
30200 \begin_layout Enumerate
30201
30202 \series bold
30203
30204 \backslash
30205 end{subequations}
30206 \series default
30207  is inserted after the third formula
30208 \end_layout
30209
30210 \begin_layout Standard
30211 Every formula between the commands 
30212 \series bold
30213
30214 \backslash
30215 begin
30216 \series default
30217  and 
30218 \series bold
30219
30220 \backslash
30221 end
30222 \series default
30223  is subnumbered as a, b, 
30224 \begin_inset Newline linebreak
30225 \end_inset
30226
30227 c, \SpecialChar ldots
30228  For multiline formulas every line will be subnumbered.
30229  All subnumbered formulas are treated as 
30230 \emph on
30231 one
30232 \emph default
30233  numbered formula.
30234  But as every numbered formula increases the counter 
30235 \series bold
30236 equation
30237 \series default
30238  by one, the command 
30239 \series bold
30240
30241 \backslash
30242 addtocounter
30243 \series default
30244  is needed to decrease it.
30245  Otherwise the formulas 
30246 \begin_inset CommandInset ref
30247 LatexCommand eqref
30248 reference "eq:a"
30249
30250 \end_inset
30251
30252
30253 \begin_inset CommandInset ref
30254 LatexCommand eqref
30255 reference "eq:b"
30256
30257 \end_inset
30258
30259
30260 \begin_inset CommandInset ref
30261 LatexCommand eqref
30262 reference "eq:c"
30263
30264 \end_inset
30265
30266  would be numbered as 
30267 \begin_inset CommandInset ref
30268 LatexCommand eqref
30269 reference "eq:a"
30270
30271 \end_inset
30272
30273
30274 \begin_inset CommandInset ref
30275 LatexCommand eqref
30276 reference "eq:d"
30277
30278 \end_inset
30279
30280
30281 \begin_inset CommandInset ref
30282 LatexCommand eqref
30283 reference "eq:f"
30284
30285 \end_inset
30286
30287 .
30288 \end_layout
30289
30290 \begin_layout Standard
30291 By inserting the commands in \SpecialChar TeX
30292  mode, a space is created between the first
30293  two formulas.
30294  To revert this -5
30295 \begin_inset space \thinspace{}
30296 \end_inset
30297
30298 mm vertical space is inserted after the command 
30299 \series bold
30300
30301 \backslash
30302 begin{subequations}
30303 \series default
30304 .
30305  When the formula style 
30306 \series bold
30307 Indented
30308 \begin_inset Foot
30309 status collapsed
30310
30311 \begin_layout Plain Layout
30312 formula styles see 
30313 \begin_inset CommandInset ref
30314 LatexCommand ref
30315 reference "sec:Formula-Styles"
30316
30317 \end_inset
30318
30319
30320 \end_layout
30321
30322 \end_inset
30323
30324
30325 \series default
30326  is used, -7
30327 \begin_inset space \thinspace{}
30328 \end_inset
30329
30330 mm space is inserted instead.
30331 \end_layout
30332
30333 \begin_layout Standard
30334 Here is an example for a multiline formula where the numbering was turned
30335  off for the second line:
30336 \begin_inset ERT
30337 status collapsed
30338
30339 \begin_layout Plain Layout
30340
30341
30342 \backslash
30343 begin{subequations}
30344 \end_layout
30345
30346 \end_inset
30347
30348
30349 \begin_inset Formula 
30350 \begin{eqnarray}
30351 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30352  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30353  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30354 \end{eqnarray}
30355
30356 \end_inset
30357
30358
30359 \begin_inset ERT
30360 status collapsed
30361
30362 \begin_layout Plain Layout
30363
30364
30365 \backslash
30366 end{subequations}
30367 \end_layout
30368
30369 \end_inset
30370
30371
30372 \end_layout
30373
30374 \begin_layout Subsection
30375 User-defined Numbering
30376 \begin_inset CommandInset label
30377 LatexCommand label
30378 name "subsec:User-defined-Numbering"
30379
30380 \end_inset
30381
30382
30383 \begin_inset Index idx
30384 status collapsed
30385
30386 \begin_layout Plain Layout
30387 Formula numbering ! user-defined
30388 \end_layout
30389
30390 \end_inset
30391
30392
30393 \end_layout
30394
30395 \begin_layout Standard
30396 \begin_inset Index idx
30397 status collapsed
30398
30399 \begin_layout Plain Layout
30400 Formula numbering ! self-defined delimiters
30401 \end_layout
30402
30403 \end_inset
30404
30405 With the standard numbering parentheses are set around the formula number.
30406  To replace the parentheses for example by vertical bars, the following
30407  line is added to the \SpecialChar LaTeX
30408 -preamble:
30409 \end_layout
30410
30411 \begin_layout Standard
30412
30413 \series bold
30414
30415 \backslash
30416 def
30417 \backslash
30418 tagform@#1{
30419 \backslash
30420 maketag@@@{|#1|}}
30421 \series default
30422
30423 \begin_inset Note Note
30424 status collapsed
30425
30426 \begin_layout Plain Layout
30427 This macro is already declared in the \SpecialChar LaTeX
30428 -preamble for testing.
30429  To activate it, remove the percent sign at the beginning.
30430 \end_layout
30431
30432 \end_inset
30433
30434
30435 \end_layout
30436
30437 \begin_layout Standard
30438 To use other characters, the vertical bars besides the 
30439 \series bold
30440 #1
30441 \series default
30442  are replaced by one ore more characters.
30443  To get only the formula number the vertical bars are omitted.
30444 \end_layout
30445
30446 \begin_layout Standard
30447 \begin_inset VSpace bigskip
30448 \end_inset
30449
30450 When there should be an expression of your choice instead of the consecutive
30451  formula number in parentheses behind the formula, the command 
30452 \series bold
30453
30454 \backslash
30455 tag
30456 \series default
30457
30458 \begin_inset Index idx
30459 status collapsed
30460
30461 \begin_layout Plain Layout
30462 Commands ! T ! 
30463 \backslash
30464 tag
30465 \end_layout
30466
30467 \end_inset
30468
30469  is used:
30470 \begin_inset Formula 
30471 \begin{equation}
30472 A+B=C\tag{something}\label{eq:tag}
30473 \end{equation}
30474
30475 \end_inset
30476
30477 In this example the command 
30478 \series bold
30479
30480 \backslash
30481 tag
30482 \begin_inset space \textvisiblespace{}
30483 \end_inset
30484
30485 something
30486 \series default
30487  was inserted in the formula.
30488 \end_layout
30489
30490 \begin_layout Standard
30491 When the command 
30492 \series bold
30493
30494 \backslash
30495 tag*
30496 \begin_inset space \textvisiblespace{}
30497 \end_inset
30498
30499 something
30500 \series default
30501  is inserted instead, the star prevents the parentheses around the expression:
30502 \begin_inset Formula 
30503 \[
30504 A+B=C\tag*{something}
30505 \]
30506
30507 \end_inset
30508
30509
30510 \end_layout
30511
30512 \begin_layout Standard
30513 \begin_inset VSpace bigskip
30514 \end_inset
30515
30516 To restart the formula numbering with new document parts or sections, the
30517  following command is used:
30518 \end_layout
30519
30520 \begin_layout Standard
30521
30522 \series bold
30523
30524 \backslash
30525 @addtoreset{equation}{part}
30526 \series default
30527
30528 \begin_inset Index idx
30529 status collapsed
30530
30531 \begin_layout Plain Layout
30532 Commands ! 
30533 \begin_inset ERT
30534 status collapsed
30535
30536 \begin_layout Plain Layout
30537
30538 "
30539 \end_layout
30540
30541 \end_inset
30542
30543 @
30544 \begin_inset ERT
30545 status collapsed
30546
30547 \begin_layout Plain Layout
30548
30549 "
30550 \end_layout
30551
30552 \end_inset
30553
30554  ! 
30555 \backslash
30556
30557 \begin_inset ERT
30558 status collapsed
30559
30560 \begin_layout Plain Layout
30561
30562 "
30563 \end_layout
30564
30565 \end_inset
30566
30567 @
30568 \begin_inset ERT
30569 status collapsed
30570
30571 \begin_layout Plain Layout
30572
30573 "
30574 \end_layout
30575
30576 \end_inset
30577
30578 addtoreset
30579 \end_layout
30580
30581 \end_inset
30582
30583
30584 \begin_inset Newline newline
30585 \end_inset
30586
30587 resp.
30588 \begin_inset Newline newline
30589 \end_inset
30590
30591
30592 \series bold
30593
30594 \backslash
30595 @addtoreset{equation}{section}
30596 \end_layout
30597
30598 \begin_layout Standard
30599 To be able to use these commands in \SpecialChar TeX
30600  mode, the 
30601 \begin_inset Quotes eld
30602 \end_inset
30603
30604 @
30605 \begin_inset Quotes erd
30606 \end_inset
30607
30608  character has to be made 
30609 \begin_inset Quotes eld
30610 \end_inset
30611
30612 active
30613 \begin_inset Quotes erd
30614 \end_inset
30615
30616  for \SpecialChar LaTeX
30617  using the command 
30618 \series bold
30619
30620 \backslash
30621 makeatletter.
30622
30623 \series default
30624  The command 
30625 \series bold
30626
30627 \backslash
30628 makeatother
30629 \series default
30630  reverts this.
30631  So the command sequence in \SpecialChar TeX
30632  mode is:
30633 \end_layout
30634
30635 \begin_layout Standard
30636
30637 \series bold
30638
30639 \backslash
30640 makeatletter
30641 \begin_inset Newline newline
30642 \end_inset
30643
30644
30645 \backslash
30646 @addtoreset{equation}{section}
30647 \begin_inset Newline newline
30648 \end_inset
30649
30650
30651 \backslash
30652 makeatother
30653 \end_layout
30654
30655 \begin_layout Standard
30656 In the \SpecialChar LaTeX
30657 -preamble 
30658 \series bold
30659
30660 \backslash
30661 makeatletter
30662 \series default
30663  and 
30664 \series bold
30665
30666 \backslash
30667 makeatother
30668 \series default
30669  can be omitted as they are automatically internally inserted by \SpecialChar LyX
30670 .
30671 \end_layout
30672
30673 \begin_layout Standard
30674 To revert 
30675 \series bold
30676
30677 \backslash
30678 @addtoreset
30679 \series default
30680 , the file 
30681 \series bold
30682 remreset.sty
30683 \series default
30684
30685 \begin_inset Foot
30686 status collapsed
30687
30688 \begin_layout Plain Layout
30689
30690 \series bold
30691 remreset
30692 \series default
30693  is part of the \SpecialChar LaTeX
30694 -package 
30695 \series bold
30696 carlisle
30697 \series default
30698
30699 \begin_inset Index idx
30700 status collapsed
30701
30702 \begin_layout Plain Layout
30703 Packages ! carlisle
30704 \end_layout
30705
30706 \end_inset
30707
30708  that is part of every \SpecialChar LaTeX
30709  standard installation.
30710 \end_layout
30711
30712 \end_inset
30713
30714
30715 \begin_inset Index idx
30716 status collapsed
30717
30718 \begin_layout Plain Layout
30719 Packages ! remreset
30720 \end_layout
30721
30722 \end_inset
30723
30724  has to be loaded in the \SpecialChar LaTeX
30725 -preamble with the line
30726 \end_layout
30727
30728 \begin_layout Standard
30729
30730 \series bold
30731
30732 \backslash
30733 usepackage{remreset}
30734 \end_layout
30735
30736 \begin_layout Standard
30737 Then the command 
30738 \series bold
30739
30740 \backslash
30741 @removefromreset
30742 \series default
30743
30744 \begin_inset Index idx
30745 status collapsed
30746
30747 \begin_layout Plain Layout
30748 Commands ! 
30749 \begin_inset ERT
30750 status collapsed
30751
30752 \begin_layout Plain Layout
30753
30754 "
30755 \end_layout
30756
30757 \end_inset
30758
30759 @
30760 \begin_inset ERT
30761 status collapsed
30762
30763 \begin_layout Plain Layout
30764
30765 "
30766 \end_layout
30767
30768 \end_inset
30769
30770  ! 
30771 \backslash
30772
30773 \begin_inset ERT
30774 status collapsed
30775
30776 \begin_layout Plain Layout
30777
30778 "
30779 \end_layout
30780
30781 \end_inset
30782
30783 @
30784 \begin_inset ERT
30785 status collapsed
30786
30787 \begin_layout Plain Layout
30788
30789 "
30790 \end_layout
30791
30792 \end_inset
30793
30794 removefromreset
30795 \end_layout
30796
30797 \end_inset
30798
30799  can be used with the same scheme as 
30800 \series bold
30801
30802 \backslash
30803 @addtoreset
30804 \series default
30805 .
30806 \end_layout
30807
30808 \begin_layout Standard
30809 \begin_inset VSpace bigskip
30810 \end_inset
30811
30812 Sometimes formulas should be numbered in the following form:
30813 \end_layout
30814
30815 \begin_layout Standard
30816
30817 \family typewriter
30818 (section number.formula number)
30819 \end_layout
30820
30821 \begin_layout Standard
30822 The formula number should start with every section with 
30823 \begin_inset Quotes eld
30824 \end_inset
30825
30826 1
30827 \begin_inset Quotes erd
30828 \end_inset
30829
30830 .
30831 \end_layout
30832
30833 \begin_layout Standard
30834 For this case there is the command 
30835 \series bold
30836
30837 \backslash
30838 numberwithin
30839 \series default
30840
30841 \begin_inset Index idx
30842 status collapsed
30843
30844 \begin_layout Plain Layout
30845 Commands ! N ! 
30846 \backslash
30847 numberwithin
30848 \end_layout
30849
30850 \end_inset
30851
30852 , which is used with the following scheme:
30853 \end_layout
30854
30855 \begin_layout Standard
30856
30857 \series bold
30858
30859 \backslash
30860 numberwithin{counter}{sectioning}
30861 \end_layout
30862
30863 \begin_layout Standard
30864 Counter denotes what kind of numbering is affected, sectioning denotes what
30865  number is before the dot.
30866 \end_layout
30867
30868 \begin_layout Standard
30869 Thus in our case the following \SpecialChar LaTeX
30870  preamble or \SpecialChar TeX
30871  code line is used:
30872 \end_layout
30873
30874 \begin_layout Standard
30875
30876 \series bold
30877
30878 \backslash
30879 numberwithin{equation}{section}
30880 \end_layout
30881
30882 \begin_layout Standard
30883 This is the result:
30884 \begin_inset ERT
30885 status collapsed
30886
30887 \begin_layout Plain Layout
30888
30889
30890 \backslash
30891 numberwithin{equation}{section}
30892 \end_layout
30893
30894 \end_inset
30895
30896
30897 \begin_inset Formula 
30898 \begin{equation}
30899 A+B=C
30900 \end{equation}
30901
30902 \end_inset
30903
30904
30905 \end_layout
30906
30907 \begin_layout Standard
30908 To number e.
30909 \begin_inset space \thinspace{}
30910 \end_inset
30911
30912 g.
30913 \begin_inset space \space{}
30914 \end_inset
30915
30916 tables so that the number of the part is the sectioning,
30917 \begin_inset Newline newline
30918 \end_inset
30919
30920
30921 \series bold
30922
30923 \backslash
30924 numberwithin{table}{part}
30925 \series default
30926  is used.
30927 \end_layout
30928
30929 \begin_layout Standard
30930 To go back to the standard numbering or to prevent this kind of numbering
30931  when it is defined by the document class, the following command is inserted
30932  as \SpecialChar TeX
30933  code or to the \SpecialChar LaTeX
30934  preamble:
30935 \end_layout
30936
30937 \begin_layout Standard
30938
30939 \series bold
30940
30941 \backslash
30942 renewcommand{
30943 \backslash
30944 theequation}{
30945 \backslash
30946 arabic{equation}}
30947 \begin_inset Index idx
30948 status collapsed
30949
30950 \begin_layout Plain Layout
30951 Commands ! A ! 
30952 \backslash
30953 arabic
30954 \end_layout
30955
30956 \end_inset
30957
30958
30959 \series default
30960
30961 \begin_inset ERT
30962 status collapsed
30963
30964 \begin_layout Plain Layout
30965
30966
30967 \backslash
30968 renewcommand{
30969 \backslash
30970 theequation}{
30971 \backslash
30972 arabic{equation}}
30973 \end_layout
30974
30975 \end_inset
30976
30977
30978 \series bold
30979
30980 \begin_inset Newline newline
30981 \end_inset
30982
30983
30984 \series default
30985 or
30986 \series bold
30987
30988 \begin_inset Newline newline
30989 \end_inset
30990
30991
30992 \backslash
30993 renewcommand{
30994 \backslash
30995 thetable}{
30996 \backslash
30997 arabic{table}}
30998 \end_layout
30999
31000 \begin_layout Standard
31001
31002 \series bold
31003
31004 \backslash
31005 numberwithin
31006 \series default
31007  uses internally the command 
31008 \series bold
31009
31010 \backslash
31011 @addtoreset
31012 \series default
31013 , described above, that also needs to be reverted.
31014 \begin_inset ERT
31015 status collapsed
31016
31017 \begin_layout Plain Layout
31018
31019
31020 \backslash
31021 makeatletter
31022 \end_layout
31023
31024 \begin_layout Plain Layout
31025
31026
31027 \backslash
31028 @removefromreset{equation}{section}
31029 \end_layout
31030
31031 \begin_layout Plain Layout
31032
31033
31034 \backslash
31035 makeatother
31036 \end_layout
31037
31038 \end_inset
31039
31040
31041 \end_layout
31042
31043 \begin_layout Subsection
31044 Numbering with Roman Numbers and Letters
31045 \begin_inset Index idx
31046 status collapsed
31047
31048 \begin_layout Plain Layout
31049 Formula numbering ! with letters
31050 \end_layout
31051
31052 \end_inset
31053
31054
31055 \begin_inset Index idx
31056 status collapsed
31057
31058 \begin_layout Plain Layout
31059 Formula numbering ! with Roman numbers
31060 \end_layout
31061
31062 \end_inset
31063
31064
31065 \end_layout
31066
31067 \begin_layout Standard
31068 Formulas can also be numbered with Roman numbers and Latin letters.
31069  To number for example with small Roman numbers, the command
31070 \end_layout
31071
31072 \begin_layout Standard
31073
31074 \series bold
31075
31076 \backslash
31077 renewcommand{
31078 \backslash
31079 theequation}{
31080 \backslash
31081 roman{equation}}
31082 \end_layout
31083
31084 \begin_layout Standard
31085 is inserted before the formula in \SpecialChar TeX
31086  mode.
31087  
31088 \series bold
31089
31090 \backslash
31091 renewcommand
31092 \series default
31093
31094 \begin_inset Index idx
31095 status collapsed
31096
31097 \begin_layout Plain Layout
31098 Commands ! R ! 
31099 \backslash
31100 renewcommand
31101 \end_layout
31102
31103 \end_inset
31104
31105  redefines the predefined command 
31106 \series bold
31107
31108 \backslash
31109 theequation
31110 \series default
31111  to the command 
31112 \series bold
31113
31114 \backslash
31115 roman{equation}
31116 \series default
31117 .
31118 \begin_inset Foot
31119 status collapsed
31120
31121 \begin_layout Plain Layout
31122 The command 
31123 \series bold
31124
31125 \backslash
31126 renewcommand
31127 \series default
31128  has the same scheme like the command 
31129 \series bold
31130
31131 \backslash
31132 newcommand
31133 \series default
31134  that is described in 
31135 \begin_inset CommandInset ref
31136 LatexCommand ref
31137 reference "subsec:The-Command-newcommand"
31138
31139 \end_inset
31140
31141 .
31142 \end_layout
31143
31144 \end_inset
31145
31146  
31147 \series bold
31148 equation
31149 \series default
31150  is the formula counter.
31151  When the command 
31152 \series bold
31153
31154 \backslash
31155 the
31156 \series default
31157  is used as prefix for a counter, the value of the counter is output as
31158  Arabic number.
31159  When a formula is numbered, \SpecialChar LaTeX
31160  sets internally the command 
31161 \series bold
31162
31163 \backslash
31164 theequation
31165 \series default
31166  behind the formula.
31167  
31168 \series bold
31169
31170 \backslash
31171 roman{equation}
31172 \begin_inset Index idx
31173 status collapsed
31174
31175 \begin_layout Plain Layout
31176 Commands ! R ! 
31177 \backslash
31178 roman
31179 \end_layout
31180
31181 \end_inset
31182
31183
31184 \series default
31185  outputs the counter as small Roman number.
31186 \end_layout
31187
31188 \begin_layout Standard
31189 All formulas behind the command 
31190 \series bold
31191
31192 \backslash
31193 renew
31194 \series default
31195 c
31196 \series bold
31197 ommand
31198 \series default
31199  are now numbered Roman.
31200  To switch to numbering with big Roman numbers, the command is inserted
31201  again, but 
31202 \series bold
31203
31204 \backslash
31205 roman
31206 \series default
31207  is replaced by 
31208 \series bold
31209
31210 \backslash
31211 Roman
31212 \series default
31213
31214 \begin_inset Index idx
31215 status collapsed
31216
31217 \begin_layout Plain Layout
31218 Commands ! R ! 
31219 \backslash
31220 roman@
31221 \backslash
31222 Roman
31223 \end_layout
31224
31225 \end_inset
31226
31227 .
31228  To 
31229 \begin_inset Quotes eld
31230 \end_inset
31231
31232 number
31233 \begin_inset Quotes erd
31234 \end_inset
31235
31236  with small Latin letters there is the command 
31237 \series bold
31238
31239 \backslash
31240 alph
31241 \series default
31242
31243 \begin_inset Index idx
31244 status collapsed
31245
31246 \begin_layout Plain Layout
31247 Commands ! A ! 
31248 \backslash
31249 alph
31250 \end_layout
31251
31252 \end_inset
31253
31254 , for big ones there is the command 
31255 \series bold
31256
31257 \backslash
31258 Alph
31259 \series default
31260
31261 \begin_inset Index idx
31262 status collapsed
31263
31264 \begin_layout Plain Layout
31265 Commands ! A ! 
31266 \backslash
31267 alph@
31268 \backslash
31269 Alph
31270 \end_layout
31271
31272 \end_inset
31273
31274 .
31275 \end_layout
31276
31277 \begin_layout Standard
31278 \begin_inset Note Greyedout
31279 status open
31280
31281 \begin_layout Plain Layout
31282
31283 \series bold
31284 \color none
31285 Note:
31286 \series default
31287  Only maximal 26
31288 \begin_inset space ~
31289 \end_inset
31290
31291 formulas can be numbered with Latin letters in one document.
31292 \end_layout
31293
31294 \end_inset
31295
31296
31297 \end_layout
31298
31299 \begin_layout Standard
31300 \begin_inset ERT
31301 status collapsed
31302
31303 \begin_layout Plain Layout
31304
31305
31306 \backslash
31307 renewcommand{
31308 \backslash
31309 theequation}{
31310 \backslash
31311 roman{equation}}
31312 \end_layout
31313
31314 \end_inset
31315
31316
31317 \end_layout
31318
31319 \begin_layout Standard
31320 \begin_inset Formula 
31321 \begin{equation}
31322 A=\textrm{small roman}
31323 \end{equation}
31324
31325 \end_inset
31326
31327
31328 \begin_inset ERT
31329 status collapsed
31330
31331 \begin_layout Plain Layout
31332
31333
31334 \backslash
31335 renewcommand{
31336 \backslash
31337 theequation}{
31338 \backslash
31339 Roman{equation}}
31340 \end_layout
31341
31342 \end_inset
31343
31344
31345 \begin_inset Formula 
31346 \begin{equation}
31347 B=\textrm{big Roman}\label{eq:Rom}
31348 \end{equation}
31349
31350 \end_inset
31351
31352
31353 \begin_inset ERT
31354 status collapsed
31355
31356 \begin_layout Plain Layout
31357
31358
31359 \backslash
31360 renewcommand{
31361 \backslash
31362 theequation}{
31363 \backslash
31364 alph{equation}}
31365 \end_layout
31366
31367 \end_inset
31368
31369
31370 \begin_inset Formula 
31371 \begin{equation}
31372 C=\textrm{small Latin}
31373 \end{equation}
31374
31375 \end_inset
31376
31377
31378 \begin_inset ERT
31379 status collapsed
31380
31381 \begin_layout Plain Layout
31382
31383
31384 \backslash
31385 renewcommand{
31386 \backslash
31387 theequation}{
31388 \backslash
31389 Alph{equation}}
31390 \end_layout
31391
31392 \end_inset
31393
31394
31395 \begin_inset Formula 
31396 \begin{equation}
31397 D=\textrm{big Latin}\label{eq:Lat}
31398 \end{equation}
31399
31400 \end_inset
31401
31402
31403 \end_layout
31404
31405 \begin_layout Standard
31406 To switch back to the default numbering, insert the command:
31407 \end_layout
31408
31409 \begin_layout Standard
31410
31411 \series bold
31412
31413 \backslash
31414 renewcommand{
31415 \backslash
31416 theequation}{
31417 \backslash
31418 arabic{equation}}
31419 \begin_inset Index idx
31420 status collapsed
31421
31422 \begin_layout Plain Layout
31423 Commands ! A ! 
31424 \backslash
31425 arabic
31426 \end_layout
31427
31428 \end_inset
31429
31430
31431 \end_layout
31432
31433 \begin_layout Standard
31434 \begin_inset ERT
31435 status collapsed
31436
31437 \begin_layout Plain Layout
31438
31439
31440 \backslash
31441 renewcommand{
31442 \backslash
31443 theequation}{
31444 \backslash
31445 arabic{equation}}
31446 \end_layout
31447
31448 \end_inset
31449
31450
31451 \begin_inset Formula 
31452 \begin{equation}
31453 E=\textrm{Arabic}
31454 \end{equation}
31455
31456 \end_inset
31457
31458
31459 \end_layout
31460
31461 \begin_layout Standard
31462 \begin_inset VSpace medskip
31463 \end_inset
31464
31465 As you see, formulas are numbered serially independent from the numbering
31466  style.
31467  When then numbering should start with 
31468 \begin_inset Quotes eld
31469 \end_inset
31470
31471 1
31472 \begin_inset Quotes erd
31473 \end_inset
31474
31475  when the style is changed, new equation counters have to be defined.
31476  A description about this can be found in the file 
31477 \begin_inset CommandInset href
31478 LatexCommand href
31479 name "Formula-numbering.lyx"
31480 target "run:Formula-numbering.lyx"
31481
31482 \end_inset
31483
31484 .
31485 \end_layout
31486
31487 \begin_layout Section
31488 Chemical Symbols and Equations
31489 \begin_inset CommandInset label
31490 LatexCommand label
31491 name "subsec:Chemical-Symbols-and"
31492
31493 \end_inset
31494
31495
31496 \begin_inset Index idx
31497 status collapsed
31498
31499 \begin_layout Plain Layout
31500 Chemical characters ! Symbols
31501 \end_layout
31502
31503 \end_inset
31504
31505
31506 \begin_inset Index idx
31507 status collapsed
31508
31509 \begin_layout Plain Layout
31510 Chemical equations
31511 \end_layout
31512
31513 \end_inset
31514
31515
31516 \begin_inset Index idx
31517 status collapsed
31518
31519 \begin_layout Plain Layout
31520 Symbols ! chemical
31521 \end_layout
31522
31523 \end_inset
31524
31525
31526 \end_layout
31527
31528 \begin_layout Standard
31529 An example text from chemistry:
31530 \end_layout
31531
31532 \begin_layout Quote
31533 The 
31534 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31535 \end_inset
31536
31537 -ion reacts with two 
31538 \begin_inset Formula $\mathrm{Na^{+}}$
31539 \end_inset
31540
31541 -ions to sodium sulfate 
31542 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31543 \end_inset
31544
31545 .
31546  The chemical equation for this is:
31547 \begin_inset Formula 
31548 \begin{equation}
31549 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31550 \end{equation}
31551
31552 \end_inset
31553
31554
31555 \end_layout
31556
31557 \begin_layout Standard
31558 This chemical equation can directly be created as formula.
31559  To avoid that the symbols appear italic, everything is highlighted and
31560  changed by the shortcut 
31561 \begin_inset Info
31562 type  "shortcut"
31563 arg   "font-roman"
31564 \end_inset
31565
31566  to the upright font style.
31567 \begin_inset Foot
31568 status collapsed
31569
31570 \begin_layout Plain Layout
31571 font styles
31572 \series bold
31573  
31574 \series default
31575 see 
31576 \begin_inset CommandInset ref
31577 LatexCommand ref
31578 reference "subsec:Font-Styles"
31579
31580 \end_inset
31581
31582
31583 \end_layout
31584
31585 \end_inset
31586
31587
31588 \end_layout
31589
31590 \begin_layout Standard
31591 A more convenient way to typeset chemical formulas is to use the command
31592  
31593 \series bold
31594
31595 \backslash
31596 ce
31597 \series default
31598
31599 \begin_inset Index idx
31600 status collapsed
31601
31602 \begin_layout Plain Layout
31603 Commands ! C ! 
31604 \backslash
31605 ce
31606 \end_layout
31607
31608 \end_inset
31609
31610  that is available when the \SpecialChar LaTeX
31611 -package 
31612 \series bold
31613 mhchem
31614 \series default
31615
31616 \begin_inset Index idx
31617 status collapsed
31618
31619 \begin_layout Plain Layout
31620 Packages ! mhchem
31621 \end_layout
31622
31623 \end_inset
31624
31625  is installed.
31626  After inserting 
31627 \series bold
31628
31629 \backslash
31630 ce
31631 \series default
31632  to a formula a new blue box appears where chemical formulas can be inserted
31633  in an intuitive way.
31634 \begin_inset Separator parbreak
31635 \end_inset
31636
31637
31638 \end_layout
31639
31640 \begin_layout Standard
31641 \align center
31642 \begin_inset Tabular
31643 <lyxtabular version="3" rows="10" columns="2">
31644 <features booktabs="true" tabularvalignment="middle">
31645 <column alignment="center" valignment="top" width="0pt">
31646 <column alignment="center" valignment="top">
31647 <row>
31648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31649 \begin_inset Text
31650
31651 \begin_layout Plain Layout
31652 Command
31653 \end_layout
31654
31655 \end_inset
31656 </cell>
31657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31658 \begin_inset Text
31659
31660 \begin_layout Plain Layout
31661 Result
31662 \end_layout
31663
31664 \end_inset
31665 </cell>
31666 </row>
31667 <row>
31668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31669 \begin_inset Text
31670
31671 \begin_layout Plain Layout
31672
31673 \backslash
31674 ce
31675 \begin_inset space \textvisiblespace{}
31676 \end_inset
31677
31678 H2CO3
31679 \end_layout
31680
31681 \end_inset
31682 </cell>
31683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31684 \begin_inset Text
31685
31686 \begin_layout Plain Layout
31687 \begin_inset Formula $\ce{H2CO3}$
31688 \end_inset
31689
31690
31691 \end_layout
31692
31693 \end_inset
31694 </cell>
31695 </row>
31696 <row topspace="1.5mm">
31697 <cell alignment="center" valignment="top" usebox="none">
31698 \begin_inset Text
31699
31700 \begin_layout Plain Layout
31701
31702 \backslash
31703 ce
31704 \begin_inset space \textvisiblespace{}
31705 \end_inset
31706
31707 SO4^2-
31708 \end_layout
31709
31710 \end_inset
31711 </cell>
31712 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31713 \begin_inset Text
31714
31715 \begin_layout Plain Layout
31716 \begin_inset Formula $\ce{SO4^{2-}}$
31717 \end_inset
31718
31719
31720 \end_layout
31721
31722 \end_inset
31723 </cell>
31724 </row>
31725 <row topspace="1.5mm">
31726 <cell alignment="center" valignment="top" usebox="none">
31727 \begin_inset Text
31728
31729 \begin_layout Plain Layout
31730
31731 \backslash
31732 ce
31733 \begin_inset space \textvisiblespace{}
31734 \end_inset
31735
31736 (NH4)2S
31737 \end_layout
31738
31739 \end_inset
31740 </cell>
31741 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31742 \begin_inset Text
31743
31744 \begin_layout Plain Layout
31745 \begin_inset Formula $\ce{(NH4)2S}$
31746 \end_inset
31747
31748
31749 \end_layout
31750
31751 \end_inset
31752 </cell>
31753 </row>
31754 <row topspace="1.5mm">
31755 <cell alignment="center" valignment="top" usebox="none">
31756 \begin_inset Text
31757
31758 \begin_layout Plain Layout
31759
31760 \backslash
31761 ce
31762 \begin_inset space \textvisiblespace{}
31763 \end_inset
31764
31765 KCr(SO4)2.12H2O
31766 \end_layout
31767
31768 \end_inset
31769 </cell>
31770 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31771 \begin_inset Text
31772
31773 \begin_layout Plain Layout
31774 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
31775 \end_inset
31776
31777
31778 \end_layout
31779
31780 \end_inset
31781 </cell>
31782 </row>
31783 <row topspace="1.5mm">
31784 <cell alignment="center" valignment="top" usebox="none">
31785 \begin_inset Text
31786
31787 \begin_layout Plain Layout
31788
31789 \backslash
31790 ce
31791 \begin_inset space \textvisiblespace{}
31792 \end_inset
31793
31794 A-B
31795 \backslash
31796 dbond
31797 \begin_inset space \textvisiblespace{}
31798 \end_inset
31799
31800 C
31801 \backslash
31802 tbond
31803 \begin_inset space \textvisiblespace{}
31804 \end_inset
31805
31806 D
31807 \end_layout
31808
31809 \end_inset
31810 </cell>
31811 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31812 \begin_inset Text
31813
31814 \begin_layout Plain Layout
31815 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
31816 \end_inset
31817
31818
31819 \end_layout
31820
31821 \end_inset
31822 </cell>
31823 </row>
31824 <row topspace="1.5mm">
31825 <cell alignment="center" valignment="top" usebox="none">
31826 \begin_inset Text
31827
31828 \begin_layout Plain Layout
31829
31830 \backslash
31831 ce
31832 \begin_inset space \textvisiblespace{}
31833 \end_inset
31834
31835 ^227
31836 \begin_inset Formula $\downarrow$
31837 \end_inset
31838
31839 _90
31840 \begin_inset Formula $\to$
31841 \end_inset
31842
31843 Th+
31844 \end_layout
31845
31846 \end_inset
31847 </cell>
31848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31849 \begin_inset Text
31850
31851 \begin_layout Plain Layout
31852 \begin_inset Formula $\ce{_{90}^{227}Th+}$
31853 \end_inset
31854
31855
31856 \end_layout
31857
31858 \end_inset
31859 </cell>
31860 </row>
31861 <row>
31862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31863 \begin_inset Text
31864
31865 \begin_layout Plain Layout
31866
31867 \backslash
31868 ce
31869 \begin_inset space \textvisiblespace{}
31870 \end_inset
31871
31872
31873 \backslash
31874 mu
31875 \begin_inset space \textvisiblespace{}
31876 \end_inset
31877
31878
31879 \backslash
31880 hyphen
31881 \begin_inset space \textvisiblespace{}
31882 \end_inset
31883
31884 Cl
31885 \end_layout
31886
31887 \end_inset
31888 </cell>
31889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31890 \begin_inset Text
31891
31892 \begin_layout Plain Layout
31893 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
31894 \end_inset
31895
31896
31897 \end_layout
31898
31899 \end_inset
31900 </cell>
31901 </row>
31902 <row>
31903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31904 \begin_inset Text
31905
31906 \begin_layout Plain Layout
31907
31908 \backslash
31909 ce
31910 \begin_inset space \textvisiblespace{}
31911 \end_inset
31912
31913 CO2
31914 \begin_inset space \textvisiblespace{}
31915 \end_inset
31916
31917 +
31918 \begin_inset space \textvisiblespace{}
31919 \end_inset
31920
31921 C
31922 \begin_inset space \textvisiblespace{}
31923 \end_inset
31924
31925 <=>
31926 \begin_inset space \textvisiblespace{}
31927 \end_inset
31928
31929 2CO
31930 \end_layout
31931
31932 \end_inset
31933 </cell>
31934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31935 \begin_inset Text
31936
31937 \begin_layout Plain Layout
31938 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
31939 \end_inset
31940
31941
31942 \end_layout
31943
31944 \end_inset
31945 </cell>
31946 </row>
31947 <row topspace="1.5mm">
31948 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31949 \begin_inset Text
31950
31951 \begin_layout Plain Layout
31952
31953 \backslash
31954 ce
31955 \begin_inset space \textvisiblespace{}
31956 \end_inset
31957
31958 CO2
31959 \begin_inset space \textvisiblespace{}
31960 \end_inset
31961
31962 +
31963 \begin_inset space \textvisiblespace{}
31964 \end_inset
31965
31966 C
31967 \begin_inset space \textvisiblespace{}
31968 \end_inset
31969
31970 ->[
31971 \backslash
31972 alpha][
31973 \backslash
31974 beta]
31975 \begin_inset space \textvisiblespace{}
31976 \end_inset
31977
31978 2CO}
31979 \end_layout
31980
31981 \end_inset
31982 </cell>
31983 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
31984 \begin_inset Text
31985
31986 \begin_layout Plain Layout
31987 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
31988 \end_inset
31989
31990
31991 \end_layout
31992
31993 \end_inset
31994 </cell>
31995 </row>
31996 </lyxtabular>
31997
31998 \end_inset
31999
32000
32001 \end_layout
32002
32003 \begin_layout Standard
32004 \begin_inset Note Greyedout
32005 status open
32006
32007 \begin_layout Plain Layout
32008
32009 \series bold
32010 \color none
32011 Note:
32012 \series default
32013  It is not possible in \SpecialChar LyX
32014  to use the character ^ to get an up-arrow as described
32015  in the 
32016 \series bold
32017 mhchem
32018 \series default
32019  manual.
32020  One instead uses a negative thin space followed by the command 
32021 \series bold
32022
32023 \backslash
32024 uparrow
32025 \series default
32026
32027 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32028 \end_inset
32029
32030
32031 \end_layout
32032
32033 \end_inset
32034
32035
32036 \end_layout
32037
32038 \begin_layout Standard
32039 Using 
32040 \series bold
32041
32042 \backslash
32043 ce
32044 \series default
32045  the command for equation
32046 \begin_inset space ~
32047 \end_inset
32048
32049
32050 \begin_inset CommandInset ref
32051 LatexCommand eqref
32052 reference "eq:chem-reaction"
32053
32054 \end_inset
32055
32056  is:
32057 \begin_inset Newline newline
32058 \end_inset
32059
32060
32061 \series bold
32062  
32063 \backslash
32064 ce
32065 \begin_inset space \textvisiblespace{}
32066 \end_inset
32067
32068 2Na+
32069 \begin_inset space \textvisiblespace{}
32070 \end_inset
32071
32072 +
32073 \begin_inset space \textvisiblespace{}
32074 \end_inset
32075
32076 SO4^2-
32077 \begin_inset space \textvisiblespace{}
32078 \end_inset
32079
32080
32081 \begin_inset space \textvisiblespace{}
32082 \end_inset
32083
32084 ->
32085 \begin_inset space \textvisiblespace{}
32086 \end_inset
32087
32088 Na2SO4
32089 \end_layout
32090
32091 \begin_layout Standard
32092 To create multiline chemical equations first a multiline formula is created
32093  as described in 
32094 \begin_inset CommandInset ref
32095 LatexCommand ref
32096 reference "sec:Multiline-Formulas"
32097
32098 \end_inset
32099
32100 .
32101  Afterwards the command 
32102 \series bold
32103
32104 \backslash
32105 ce
32106 \series default
32107  is used in every small blue box of the formula.
32108  
32109 \begin_inset CommandInset ref
32110 LatexCommand eqref
32111 reference "eq:TEOS-reaction-1"
32112
32113 \end_inset
32114
32115  and 
32116 \begin_inset CommandInset ref
32117 LatexCommand eqref
32118 reference "eq:TEOS-reaction-2"
32119
32120 \end_inset
32121
32122  are an example of a multi-stage chemical reaction where every equation
32123  has its own number.
32124 \begin_inset Formula 
32125 \begin{eqnarray}
32126 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32127 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32128 \end{eqnarray}
32129
32130 \end_inset
32131
32132
32133 \end_layout
32134
32135 \begin_layout Standard
32136 Besides 
32137 \series bold
32138
32139 \backslash
32140 ce
32141 \series default
32142  the 
32143 \series bold
32144 mhchem
32145 \series default
32146  package provides the command 
32147 \series bold
32148
32149 \backslash
32150 cf
32151 \series default
32152
32153 \begin_inset Index idx
32154 status collapsed
32155
32156 \begin_layout Plain Layout
32157 Commands ! C ! 
32158 \backslash
32159 cf
32160 \end_layout
32161
32162 \end_inset
32163
32164  that has to be used for special cases.
32165  For more information about 
32166 \series bold
32167
32168 \backslash
32169 cf
32170 \series default
32171  and more examples have a look at the documentation of 
32172 \series bold
32173 mhchem
32174 \series default
32175
32176 \begin_inset CommandInset citation
32177 LatexCommand cite
32178 key "mhchem"
32179
32180 \end_inset
32181
32182 .
32183 \end_layout
32184
32185 \begin_layout Section
32186 Diagrams
32187 \end_layout
32188
32189 \begin_layout Standard
32190 \SpecialChar LyX
32191  supports two types of commutative diagrams: 
32192 \series bold
32193 amscd
32194 \series default
32195  and 
32196 \series bold
32197 xymatrix
32198 \series default
32199  that are explained in the following.
32200 \end_layout
32201
32202 \begin_layout Subsection
32203 Amscd Diagrams
32204 \begin_inset Index idx
32205 status collapsed
32206
32207 \begin_layout Plain Layout
32208 Diagrams ! amscd
32209 \end_layout
32210
32211 \end_inset
32212
32213
32214 \end_layout
32215
32216 \begin_layout Standard
32217 Diagrams of this type visualize relations by vertical and horizontal lines
32218  or arrows:
32219 \begin_inset Formula 
32220 \[
32221 \begin{CD}A@>>>B@>>>C\\
32222 @AAA@.@VVV\\
32223 F@<<<E@<<<D
32224 \end{CD}
32225 \]
32226
32227 \end_inset
32228
32229
32230 \end_layout
32231
32232 \begin_layout Standard
32233 To get them, the command 
32234 \series bold
32235
32236 \backslash
32237 CD
32238 \begin_inset Index idx
32239 status collapsed
32240
32241 \begin_layout Plain Layout
32242 Commands ! C ! 
32243 \backslash
32244 CD
32245 \end_layout
32246
32247 \end_inset
32248
32249
32250 \series default
32251  is inserted to a formula.
32252  A blue box appears with two dashed lines where further commands can be
32253  inserted.
32254  With 
32255 \begin_inset Info
32256 type  "shortcut"
32257 arg   "newline-insert newline"
32258 \end_inset
32259
32260  a new line is created.
32261  Horizontal relations are inserted in odd, vertical in even formula lines.
32262 \end_layout
32263
32264 \begin_layout Standard
32265 To create the relations there are the following commands:
32266 \end_layout
32267
32268 \begin_layout Itemize
32269
32270 \series bold
32271 @<<<
32272 \series default
32273  creates a left arrow, 
32274 \series bold
32275 @>>>
32276 \series default
32277  a right arrow and 
32278 \series bold
32279 @=
32280 \series default
32281  a long equal sign
32282 \end_layout
32283
32284 \begin_layout Itemize
32285
32286 \series bold
32287 @AAA
32288 \series default
32289  creates an up arrow, 
32290 \series bold
32291 @VVV
32292 \series default
32293  a down arrow and 
32294 \series bold
32295 @|
32296 \series default
32297  a vertical equal sign
32298 \end_layout
32299
32300 \begin_layout Itemize
32301
32302 \series bold
32303 @.
32304
32305 \series default
32306  is a placeholder for non-existent relations
32307 \end_layout
32308
32309 \begin_layout Standard
32310 All arrows can be labeled as follows:
32311 \end_layout
32312
32313 \begin_layout Itemize
32314 If text inserted between the first and second < or >, resp., it is placed
32315  above the arrow.
32316  When it is inserted between the second and third one, it appears under
32317  the arrow.
32318 \end_layout
32319
32320 \begin_layout Itemize
32321 When text for vertical arrows is inserted between the first and second A
32322  or V, resp., it is placed left beside the arrow.
32323  When it is inserted between the second and third one, it appears right
32324  beside the arrow.
32325  If the text contains an A or V, these letters must be set into a \SpecialChar TeX
32326  brace.
32327 \end_layout
32328
32329 \begin_layout Standard
32330 As example a diagram with all possible relations:
32331 \end_layout
32332
32333 \begin_layout Standard
32334 \begin_inset Formula 
32335 \[
32336 \begin{CD}A@>j>>B@>>k>C@=F\\
32337 @AmAA@.@VV{V}V@|\\
32338 D@<<j<E@>k>>F@=C
32339 \end{CD}
32340 \]
32341
32342 \end_inset
32343
32344
32345 \end_layout
32346
32347 \begin_layout Standard
32348 The command for this is:
32349 \begin_inset Newline newline
32350 \end_inset
32351
32352
32353 \series bold
32354
32355 \backslash
32356 CD
32357 \begin_inset space \textvisiblespace{}
32358 \end_inset
32359
32360 A@>j>>B@>>k>C@=F Ctrl+Return
32361 \begin_inset Newline newline
32362 \end_inset
32363
32364
32365 \begin_inset Phantom HPhantom
32366 status open
32367
32368 \begin_layout Plain Layout
32369
32370 \series bold
32371
32372 \backslash
32373 CD
32374 \begin_inset space \textvisiblespace{}
32375 \end_inset
32376
32377
32378 \end_layout
32379
32380 \end_inset
32381
32382 @AmAA@.@VV
32383 \backslash
32384 {V
32385 \series default
32386
32387 \begin_inset Formula $\to$
32388 \end_inset
32389
32390
32391 \series bold
32392 V@| Ctrl+Return
32393 \begin_inset Newline newline
32394 \end_inset
32395
32396
32397 \begin_inset Phantom HPhantom
32398 status open
32399
32400 \begin_layout Plain Layout
32401
32402 \series bold
32403
32404 \backslash
32405 CD
32406 \begin_inset space \textvisiblespace{}
32407 \end_inset
32408
32409
32410 \end_layout
32411
32412 \end_inset
32413
32414 D@<<j<E@>k>>F@=C
32415 \end_layout
32416
32417 \begin_layout Subsection
32418 Xymatrix Diagrams
32419 \begin_inset Index idx
32420 status collapsed
32421
32422 \begin_layout Plain Layout
32423 Diagrams ! xymatrix
32424 \end_layout
32425
32426 \end_inset
32427
32428
32429 \end_layout
32430
32431 \begin_layout Standard
32432 To be able to use xymatrices, the \SpecialChar LaTeX
32433 -package 
32434 \series bold
32435 xypic
32436 \series default
32437  must be installed.
32438  A xymatrix is created by inserting the command 
32439 \series bold
32440
32441 \backslash
32442 xymatrix
32443 \series default
32444  in a formula.
32445  Then you are able to add new matrix columns and rows like for normal matrices,
32446  see 
32447 \begin_inset CommandInset ref
32448 LatexCommand ref
32449 reference "sec:Matrices"
32450
32451 \end_inset
32452
32453 .
32454 \end_layout
32455
32456 \begin_layout Standard
32457 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32458  and much more.
32459  All possibilities to create commutative diagrams and decorations are explained
32460  in detail in the 
32461 \emph on
32462 XY-pic manual
32463 \emph default
32464  that you find in the menu 
32465 \family sans
32466 Help\SpecialChar menuseparator
32467 Specific
32468 \begin_inset space ~
32469 \end_inset
32470
32471 Manuals
32472 \family default
32473 .
32474 \end_layout
32475
32476 \begin_layout Subsection
32477
32478 \noun on
32479 Feynman
32480 \noun default
32481  Diagrams
32482 \begin_inset Index idx
32483 status collapsed
32484
32485 \begin_layout Plain Layout
32486 Diagrams ! Feynman
32487 \end_layout
32488
32489 \end_inset
32490
32491
32492 \end_layout
32493
32494 \begin_layout Standard
32495 To be able to use 
32496 \noun on
32497 Feynman
32498 \noun default
32499 -diagrams, the \SpecialChar LaTeX
32500 -package 
32501 \series bold
32502 feyn
32503 \series default
32504  must be installed.
32505  A 
32506 \noun on
32507 Feynman
32508 \noun default
32509 -diagram is created by inserting the command 
32510 \series bold
32511
32512 \backslash
32513 Diagram
32514 \series default
32515  in a formula.
32516  Then you are able to add new matrix columns and rows like for normal matrices,
32517  see 
32518 \begin_inset CommandInset ref
32519 LatexCommand ref
32520 reference "sec:Matrices"
32521
32522 \end_inset
32523
32524 .
32525 \end_layout
32526
32527 \begin_layout Standard
32528 Examples how to create 
32529 \noun on
32530 Feynman-
32531 \noun default
32532 diagrams in \SpecialChar LyX
32533  is given in the 
32534 \emph on
32535 Feynman-diagram manual
32536 \emph default
32537  that you find in the menu 
32538 \family sans
32539 Help\SpecialChar menuseparator
32540 Specific
32541 \begin_inset space ~
32542 \end_inset
32543
32544 Manuals
32545 \family default
32546 .
32547 \end_layout
32548
32549 \begin_layout Standard
32550 \begin_inset Newpage newpage
32551 \end_inset
32552
32553
32554 \end_layout
32555
32556 \begin_layout Section
32557 User-defined Commands
32558 \begin_inset Index idx
32559 status collapsed
32560
32561 \begin_layout Plain Layout
32562 User-defined commands
32563 \end_layout
32564
32565 \end_inset
32566
32567
32568 \end_layout
32569
32570 \begin_layout Standard
32571 \begin_inset Note Greyedout
32572 status open
32573
32574 \begin_layout Plain Layout
32575
32576 \series bold
32577 Note:
32578 \series default
32579  The names of user-defined commands and macros may only consist of Latin
32580  letters.
32581 \end_layout
32582
32583 \end_inset
32584
32585
32586 \end_layout
32587
32588 \begin_layout Subsection
32589 The Command 
32590 \backslash
32591 newcommand
32592 \begin_inset CommandInset label
32593 LatexCommand label
32594 name "subsec:The-Command-newcommand"
32595
32596 \end_inset
32597
32598
32599 \begin_inset Index idx
32600 status collapsed
32601
32602 \begin_layout Plain Layout
32603 User-defined commands ! 
32604 \backslash
32605 newcommand
32606 \end_layout
32607
32608 \end_inset
32609
32610
32611 \begin_inset Index idx
32612 status collapsed
32613
32614 \begin_layout Plain Layout
32615 Commands ! N ! 
32616 \backslash
32617 newcommand
32618 \end_layout
32619
32620 \end_inset
32621
32622
32623 \end_layout
32624
32625 \begin_layout Standard
32626 Many \SpecialChar LaTeX
32627 -commands are too long to be used frequently.
32628  But it is possible to define with the command 
32629 \series bold
32630
32631 \backslash
32632 newcommand
32633 \series default
32634  new shorter commands.
32635 \end_layout
32636
32637 \begin_layout Standard
32638 The command scheme of 
32639 \series bold
32640
32641 \backslash
32642 newcommand
32643 \series default
32644  is:
32645 \end_layout
32646
32647 \begin_layout Standard
32648
32649 \series bold
32650
32651 \backslash
32652 newcommand{new command name}[number of arguments][optional
32653 \series default
32654  
32655 \series bold
32656 value]
32657 \begin_inset Newline newline
32658 \end_inset
32659
32660
32661 \begin_inset Phantom HPhantom
32662 status open
32663
32664 \begin_layout Plain Layout
32665
32666 \series bold
32667
32668 \backslash
32669 newcommand
32670 \end_layout
32671
32672 \end_inset
32673
32674 {command definition}
32675 \end_layout
32676
32677 \begin_layout Standard
32678 \begin_inset Note Greyedout
32679 status open
32680
32681 \begin_layout Plain Layout
32682
32683 \series bold
32684 Note:
32685 \series default
32686  Assure that the name of the new command is not already used in your document
32687  or by \SpecialChar LaTeX
32688 -packages that you use.
32689  When you for example define the command 
32690 \series bold
32691
32692 \backslash
32693 le
32694 \series default
32695  for 
32696 \series bold
32697
32698 \backslash
32699 Leftarrow
32700 \series default
32701 , you get an error message because 
32702 \series bold
32703
32704 \backslash
32705 le
32706 \series default
32707  is already defined as command for 
32708 \begin_inset Quotes eld
32709 \end_inset
32710
32711
32712 \begin_inset Formula $\le$
32713 \end_inset
32714
32715
32716 \begin_inset Quotes erd
32717 \end_inset
32718
32719 .
32720 \end_layout
32721
32722 \end_inset
32723
32724
32725 \end_layout
32726
32727 \begin_layout Standard
32728 The number of arguments is an integer in the range 0
32729 \begin_inset space \thinspace{}
32730 \end_inset
32731
32732 -
32733 \begin_inset space \thinspace{}
32734 \end_inset
32735
32736 9 and specifies how many arguments the new command should have.
32737  With the optional value a value for an optional argument can be predefined.
32738  When this is done, the 
32739 \emph on
32740 first
32741 \emph default
32742  
32743 \emph on
32744 a
32745 \emph default
32746 rgument of the new command is automatically an optional one.
32747 \end_layout
32748
32749 \begin_layout Standard
32750 Here are some examples:
32751 \end_layout
32752
32753 \begin_layout Itemize
32754 To define the command 
32755 \series bold
32756
32757 \backslash
32758 gr
32759 \series default
32760  for 
32761 \series bold
32762
32763 \backslash
32764 Longrightarrow
32765 \series default
32766 , the \SpecialChar LaTeX
32767 -preamble line is:
32768 \begin_inset VSpace medskip
32769 \end_inset
32770
32771
32772 \begin_inset Newline newline
32773 \end_inset
32774
32775
32776 \series bold
32777
32778 \backslash
32779 newcommand{
32780 \backslash
32781 gr}{
32782 \backslash
32783 Longrightarrow}
32784 \end_layout
32785
32786 \begin_layout Itemize
32787 To define the command 
32788 \series bold
32789
32790 \backslash
32791 us
32792 \series default
32793  for 
32794 \series bold
32795
32796 \backslash
32797 underline
32798 \series default
32799 , the argument (that should be underlined) must be taken into account.
32800  For this the preamble line is:
32801 \begin_inset VSpace medskip
32802 \end_inset
32803
32804
32805 \begin_inset Newline newline
32806 \end_inset
32807
32808
32809 \series bold
32810
32811 \backslash
32812 newcommand{
32813 \backslash
32814 us}[1]{
32815 \backslash
32816 underline{#1}}
32817 \series default
32818
32819 \begin_inset VSpace medskip
32820 \end_inset
32821
32822
32823 \begin_inset Newline newline
32824 \end_inset
32825
32826 The character 
32827 \series bold
32828 #
32829 \series default
32830  acts as argument placeholder, the 
32831 \series bold
32832 1
32833 \series default
32834  behind it denotes that it is the placeholder for the first argument.
32835 \end_layout
32836
32837 \begin_layout Itemize
32838 For 
32839 \series bold
32840
32841 \backslash
32842 framebox
32843 \series default
32844  one can e.
32845 \begin_inset space \thinspace{}
32846 \end_inset
32847
32848 g.
32849 \begin_inset space \space{}
32850 \end_inset
32851
32852 define the command 
32853 \series bold
32854
32855 \backslash
32856 fb
32857 \series default
32858 :
32859 \begin_inset VSpace medskip
32860 \end_inset
32861
32862
32863 \begin_inset Newline newline
32864 \end_inset
32865
32866
32867 \series bold
32868
32869 \backslash
32870 newcommand{
32871 \backslash
32872 fb}[3]{
32873 \backslash
32874 framebox#1#2{$#3$}}
32875 \series default
32876
32877 \begin_inset VSpace medskip
32878 \end_inset
32879
32880
32881 \begin_inset Newline newline
32882 \end_inset
32883
32884 The two Dollar signs creates the extra formula needed for 
32885 \series bold
32886
32887 \backslash
32888 framebox
32889 \series default
32890 , see 
32891 \begin_inset CommandInset ref
32892 LatexCommand ref
32893 reference "subsec:Boxes-with-Frame"
32894
32895 \end_inset
32896
32897 .
32898 \end_layout
32899
32900 \begin_layout Itemize
32901 To create a new command for 
32902 \series bold
32903
32904 \backslash
32905 fcolorbox
32906 \series default
32907  where the color for the box need not be specified, the argument for the
32908  color is defined optional:
32909 \begin_inset VSpace medskip
32910 \end_inset
32911
32912
32913 \begin_inset Newline newline
32914 \end_inset
32915
32916
32917 \series bold
32918
32919 \backslash
32920 newcommand{
32921 \backslash
32922 cb}[3][white]{
32923 \backslash
32924 fcolorbox{#2}{#1}{$#3$}}
32925 \series default
32926
32927 \begin_inset VSpace medskip
32928 \end_inset
32929
32930
32931 \begin_inset Newline newline
32932 \end_inset
32933
32934 When the color is not specified when using 
32935 \series bold
32936
32937 \backslash
32938 cb
32939 \series default
32940 , the predefined color 
32941 \series bold
32942 white
32943 \series default
32944  will be used.
32945 \end_layout
32946
32947 \begin_layout Standard
32948 A test of the new defined commands:
32949 \begin_inset Separator parbreak
32950 \end_inset
32951
32952
32953 \end_layout
32954
32955 \begin_layout Standard
32956 \align center
32957 \begin_inset Tabular
32958 <lyxtabular version="3" rows="6" columns="2">
32959 <features booktabs="true" tabularvalignment="middle">
32960 <column alignment="center" valignment="top" width="0pt">
32961 <column alignment="center" valignment="top">
32962 <row>
32963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32964 \begin_inset Text
32965
32966 \begin_layout Plain Layout
32967 Command
32968 \end_layout
32969
32970 \end_inset
32971 </cell>
32972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32973 \begin_inset Text
32974
32975 \begin_layout Plain Layout
32976 Result
32977 \end_layout
32978
32979 \end_inset
32980 </cell>
32981 </row>
32982 <row>
32983 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32984 \begin_inset Text
32985
32986 \begin_layout Plain Layout
32987 A
32988 \backslash
32989 gr
32990 \begin_inset space \textvisiblespace{}
32991 \end_inset
32992
32993 B
32994 \end_layout
32995
32996 \end_inset
32997 </cell>
32998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32999 \begin_inset Text
33000
33001 \begin_layout Plain Layout
33002 \begin_inset Formula $A\gr B$
33003 \end_inset
33004
33005
33006 \end_layout
33007
33008 \end_inset
33009 </cell>
33010 </row>
33011 <row>
33012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33013 \begin_inset Text
33014
33015 \begin_layout Plain Layout
33016
33017 \backslash
33018 us{ABcd
33019 \end_layout
33020
33021 \end_inset
33022 </cell>
33023 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33024 \begin_inset Text
33025
33026 \begin_layout Plain Layout
33027 \begin_inset Formula $\us{ABcd}$
33028 \end_inset
33029
33030
33031 \end_layout
33032
33033 \end_inset
33034 </cell>
33035 </row>
33036 <row topspace="1mm">
33037 <cell alignment="center" valignment="top" usebox="none">
33038 \begin_inset Text
33039
33040 \begin_layout Plain Layout
33041
33042 \backslash
33043 fb{[2cm]
33044 \begin_inset Formula $\to$
33045 \end_inset
33046
33047
33048 \backslash
33049 {
33050 \begin_inset Formula $\to$
33051 \end_inset
33052
33053
33054 \backslash
33055 {
33056 \backslash
33057 int
33058 \begin_inset space \textvisiblespace{}
33059 \end_inset
33060
33061 A=B
33062 \end_layout
33063
33064 \end_inset
33065 </cell>
33066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33067 \begin_inset Text
33068
33069 \begin_layout Plain Layout
33070 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
33071 \end_inset
33072
33073
33074 \end_layout
33075
33076 \end_inset
33077 </cell>
33078 </row>
33079 <row topspace="1.5mm">
33080 <cell alignment="center" valignment="top" usebox="none">
33081 \begin_inset Text
33082
33083 \begin_layout Plain Layout
33084
33085 \backslash
33086 cb{red
33087 \begin_inset Formula $\to$
33088 \end_inset
33089
33090
33091 \backslash
33092 {
33093 \backslash
33094 int
33095 \begin_inset space \textvisiblespace{}
33096 \end_inset
33097
33098 A=B
33099 \end_layout
33100
33101 \end_inset
33102 </cell>
33103 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33104 \begin_inset Text
33105
33106 \begin_layout Plain Layout
33107 \begin_inset Formula $\cb{red}{\int A=B}$
33108 \end_inset
33109
33110
33111 \end_layout
33112
33113 \end_inset
33114 </cell>
33115 </row>
33116 <row topspace="1.5mm" bottomspace="1mm">
33117 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33118 \begin_inset Text
33119
33120 \begin_layout Plain Layout
33121
33122 \backslash
33123 cb[green]
33124 \backslash
33125 {red
33126 \begin_inset Formula $\to$
33127 \end_inset
33128
33129
33130 \backslash
33131 {
33132 \backslash
33133 int
33134 \begin_inset space \textvisiblespace{}
33135 \end_inset
33136
33137 A=B
33138 \end_layout
33139
33140 \end_inset
33141 </cell>
33142 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
33143 \begin_inset Text
33144
33145 \begin_layout Plain Layout
33146 \begin_inset Formula $\cb[green]{red}{\int A=B}$
33147 \end_inset
33148
33149
33150 \end_layout
33151
33152 \end_inset
33153 </cell>
33154 </row>
33155 </lyxtabular>
33156
33157 \end_inset
33158
33159
33160 \end_layout
33161
33162 \begin_layout Subsection
33163 Math Macros
33164 \begin_inset Index idx
33165 status collapsed
33166
33167 \begin_layout Plain Layout
33168 User-defined commands! Math macros
33169 \end_layout
33170
33171 \end_inset
33172
33173
33174 \begin_inset Index idx
33175 status collapsed
33176
33177 \begin_layout Plain Layout
33178 Macros
33179 \end_layout
33180
33181 \end_inset
33182
33183
33184 \end_layout
33185
33186 \begin_layout Standard
33187 User-defined commands are especially convenient for complex expressions.
33188  When you are for example dealing with a document that has quadratic equations,
33189  the same solution type occurs several times.
33190  The general form of a quadratic equation is
33191 \begin_inset Formula 
33192 \[
33193 0=\lambda^{2}+p\lambda+q
33194 \]
33195
33196 \end_inset
33197
33198 The general form of the solution is
33199 \begin_inset Formula 
33200 \[
33201 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33202 \]
33203
33204 \end_inset
33205
33206
33207 \end_layout
33208
33209 \begin_layout Standard
33210 To define a command for the solution formula where only the three parameters
33211  
33212 \begin_inset Formula $\lambda$
33213 \end_inset
33214
33215
33216 \begin_inset Formula $p$
33217 \end_inset
33218
33219  and 
33220 \begin_inset Formula $q$
33221 \end_inset
33222
33223  need to be specified and the index of 
33224 \begin_inset Formula $\lambda$
33225 \end_inset
33226
33227  can be given optionally, the \SpecialChar LaTeX
33228 -preamble line is
33229 \begin_inset Newline newline
33230 \end_inset
33231
33232
33233 \series bold
33234
33235 \backslash
33236 newcommand{
33237 \backslash
33238 qG}[4][1,
33239 \backslash
33240 ,2]{#2_{#1}=-
33241 \backslash
33242 frac{#3}{2}
33243 \backslash
33244 pm
33245 \begin_inset Newline newline
33246 \end_inset
33247
33248
33249 \begin_inset Phantom HPhantom
33250 status open
33251
33252 \begin_layout Plain Layout
33253
33254 \series bold
33255
33256 \backslash
33257 newcommand
33258 \end_layout
33259
33260 \end_inset
33261
33262
33263 \backslash
33264 sqrt{
33265 \backslash
33266 frac{#3^{2}}{4}-#4}}
33267 \end_layout
33268
33269 \begin_layout Standard
33270 To create with this the solution formula, the command
33271 \begin_inset Newline newline
33272 \end_inset
33273
33274
33275 \series bold
33276
33277 \backslash
33278 qG{
33279 \backslash
33280 lambda
33281 \begin_inset Formula $\to$
33282 \end_inset
33283
33284
33285 \backslash
33286 {p
33287 \begin_inset Formula $\to$
33288 \end_inset
33289
33290
33291 \backslash
33292 {q
33293 \series default
33294  is inserted to a formula
33295 \series bold
33296 .
33297 \end_layout
33298
33299 \begin_layout Standard
33300 The definition of the new command is unintuitive because one has to know
33301  the schemes of all used \SpecialChar LaTeX
33302  commands, e.
33303 \begin_inset space \thinspace{}
33304 \end_inset
33305
33306 g.
33307 \begin_inset space \space{}
33308 \end_inset
33309
33310 that a fraction is inserted in \SpecialChar LaTeX
33311  as 
33312 \series bold
33313
33314 \backslash
33315 frac{numerator}{denominator}
33316 \series default
33317 .
33318  Furthermore one can easily forget a brace in the definition and cannot
33319  see in \SpecialChar LyX
33320  what the new command is doing.
33321  To avoid these problems \SpecialChar LyX
33322  offers the possibility to use math macros instead
33323  of the command 
33324 \series bold
33325
33326 \backslash
33327 newcommand
33328 \series default
33329 .
33330 \end_layout
33331
33332 \begin_layout Standard
33333 A math macro is created by using the menu 
33334 \family sans
33335 Insert\SpecialChar menuseparator
33336 Math\SpecialChar menuseparator
33337 Macro
33338 \family default
33339  or the toolbar button 
33340 \begin_inset Info
33341 type  "icon"
33342 arg   "math-macro newmacroname_newcommand"
33343 \end_inset
33344
33345 .
33346  The math macro toolbar appears together with the following box where the
33347  macro is defined:
33348 \begin_inset Newline newline
33349 \end_inset
33350
33351
33352 \begin_inset space \hspace*{\fill}
33353 \end_inset
33354
33355
33356 \begin_inset Graphics
33357         filename clipart/macrobox.png
33358         scale 75
33359
33360 \end_inset
33361
33362
33363 \begin_inset space \hspace*{\fill}
33364 \end_inset
33365
33366
33367 \begin_inset Newline newline
33368 \end_inset
33369
33370
33371 \begin_inset FormulaMacro
33372 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33373 \end_inset
33374
33375
33376 \backslash
33377 newmacroname is the default name of the macro that should be changed to
33378  something sensible.
33379  The wanted formula is inserted in the first blue box.
33380  An argument placeholder is inserted with the command 
33381 \series bold
33382
33383 \backslash
33384 #argumentnumber
33385 \series default
33386 , e.
33387 \begin_inset space \thinspace{}
33388 \end_inset
33389
33390 g
33391 \begin_inset space \space{}
33392 \end_inset
33393
33394
33395 \series bold
33396
33397 \backslash
33398 #1
33399 \series default
33400  or by using the macro toolbar button 
33401 \begin_inset Info
33402 type  "icon"
33403 arg   "math-macro-add-param"
33404 \end_inset
33405
33406 .
33407  Argument placeholders are displayed red.
33408  A maximum of 9
33409 \begin_inset space ~
33410 \end_inset
33411
33412 arguments are possible.
33413  Optional arguments are created with the toolbar button 
33414 \begin_inset Info
33415 type  "icon"
33416 arg   "math-macro-add-optional-param"
33417 \end_inset
33418
33419 .
33420  The first non-optional argument can be transformed to an optional one with
33421  the toolbar button 
33422 \begin_inset Info
33423 type  "icon"
33424 arg   "math-macro-make-optional"
33425 \end_inset
33426
33427 .
33428  In the second blue box the appearance of the macro in \SpecialChar LyX
33429  can be defined.
33430  Normally you want to see it as it is defined, so the box is kept empty.
33431  But when you have created a macro that needs lot of space on the screen,
33432  you can insert in the box for example
33433 \begin_inset Newline newline
33434 \end_inset
33435
33436
33437 \series bold
33438 qG: 
33439 \backslash
33440 #1
33441 \series default
33442  
33443 \series bold
33444 ,
33445 \series default
33446  
33447 \series bold
33448
33449 \backslash
33450 #2
33451 \series default
33452  
33453 \series bold
33454 ,
33455 \series default
33456  
33457 \series bold
33458
33459 \backslash
33460 #3, 
33461 \backslash
33462 #4
33463 \begin_inset Newline newline
33464 \end_inset
33465
33466
33467 \series default
33468 For the macro only the arguments with the macro name in front of them will
33469  then be displayed in \SpecialChar LyX
33470 , leading to a better overview.
33471  The formula appears in the output as defined in the first box.
33472 \begin_inset Newline newline
33473 \end_inset
33474
33475 The appearance of macros in formulas can furthermore be changed for single
33476  macros by setting the cursor in the macro and using the menu 
33477 \family sans
33478 View\SpecialChar menuseparator
33479 (Un)fold
33480 \begin_inset space ~
33481 \end_inset
33482
33483 Math
33484 \begin_inset space ~
33485 \end_inset
33486
33487 Macro
33488 \family default
33489 .
33490 \end_layout
33491
33492 \begin_layout Standard
33493 To use a macro, the macro name is inserted as command to a formula, in our
33494  case 
33495 \series bold
33496
33497 \backslash
33498 qG
33499 \series default
33500 .
33501  Our macro looks in \SpecialChar LyX
33502  like this:
33503 \begin_inset Newline newline
33504 \end_inset
33505
33506
33507 \begin_inset space \hspace*{\fill}
33508 \end_inset
33509
33510
33511 \begin_inset Graphics
33512         filename clipart/macrouse.png
33513         scale 75
33514
33515 \end_inset
33516
33517
33518 \begin_inset space \hspace*{\fill}
33519 \end_inset
33520
33521
33522 \begin_inset Newline newline
33523 \end_inset
33524
33525 Here is our macro example with the arguments 
33526 \begin_inset Formula $x$
33527 \end_inset
33528
33529
33530 \begin_inset Formula $\ln(x)$
33531 \end_inset
33532
33533  and 
33534 \begin_inset Formula $B$
33535 \end_inset
33536
33537 :
33538 \end_layout
33539
33540 \begin_layout Standard
33541 \begin_inset Formula 
33542 \[
33543 \qG x{\ln(x)}B
33544 \]
33545
33546 \end_inset
33547
33548
33549 \end_layout
33550
33551 \begin_layout Standard
33552 \SpecialChar LyX
33553  offers in the menu 
33554 \family sans
33555 Tools\SpecialChar menuseparator
33556 Preferences\SpecialChar menuseparator
33557 Editing\SpecialChar menuseparator
33558 Control
33559 \family default
33560  different styles to edit macros.
33561  To find the style that suits you the most, choose a style and set the cursor
33562  in a macro formula to see the difference.
33563 \end_layout
33564
33565 \begin_layout Standard
33566 A math macro is transformed internally to a 
33567 \series bold
33568
33569 \backslash
33570 newcommand
33571 \series default
33572  command when exporting the document.
33573  The created 
33574 \series bold
33575
33576 \backslash
33577 newcommand
33578 \series default
33579  command is not placed in the \SpecialChar LaTeX
33580 -preamble, therefore macros can only be used
33581  in formulas that are in the document below the macro definition box.
33582 \end_layout
33583
33584 \begin_layout Standard
33585 Math macros can also be directly created from a 
33586 \series bold
33587
33588 \backslash
33589 newcommand
33590 \series default
33591  command.
33592  When writing for example the command
33593 \series bold
33594
33595 \begin_inset Newline newline
33596 \end_inset
33597
33598
33599 \backslash
33600 newcommand{
33601 \backslash
33602 larrow}[2]{
33603 \backslash
33604 xleftarrow[#2]{#1}}
33605 \begin_inset Newline newline
33606 \end_inset
33607
33608
33609 \series default
33610 in \SpecialChar LyX
33611  as normal text, highlighting it completely and using then the shortcut
33612  
33613 \family sans
33614 Ctrl+M
33615 \family default
33616 , the command will be transformed to a math macro.
33617  Using this method you need to be careful that the 
33618 \series bold
33619
33620 \backslash
33621 newcommand
33622 \series default
33623  command is typed correctly, otherwise you get a faulty macro leading to
33624  \SpecialChar LaTeX
33625  errors.
33626 \end_layout
33627
33628 \begin_layout Standard
33629 Math macros currently have the problem that further formulas in macro definition
33630 s are handled wrongly.
33631  Therefore the example 
33632 \series bold
33633
33634 \backslash
33635 fb
33636 \series default
33637  from 
33638 \begin_inset CommandInset ref
33639 LatexCommand ref
33640 reference "subsec:The-Command-newcommand"
33641
33642 \end_inset
33643
33644  cannot be created as macro.
33645 \end_layout
33646
33647 \begin_layout Standard
33648 When the cursor is in a macro definition box, you will see the macro toolbar
33649  in \SpecialChar LyX
33650 :
33651 \end_layout
33652
33653 \begin_layout Standard
33654 \begin_inset VSpace defskip
33655 \end_inset
33656
33657
33658 \end_layout
33659
33660 \begin_layout Standard
33661 \begin_inset Graphics
33662         filename clipart/MacroToolbar.png
33663
33664 \end_inset
33665
33666
33667 \begin_inset Index idx
33668 status collapsed
33669
33670 \begin_layout Plain Layout
33671 Macros ! Toolbar
33672 \end_layout
33673
33674 \end_inset
33675
33676
33677 \end_layout
33678
33679 \begin_layout Standard
33680 \begin_inset VSpace defskip
33681 \end_inset
33682
33683
33684 \end_layout
33685
33686 \begin_layout Standard
33687 The macro toolbar contains from left to right the following buttons:
33688 \end_layout
33689
33690 \begin_layout Standard
33691 \begin_inset VSpace defskip
33692 \end_inset
33693
33694
33695 \end_layout
33696
33697 \begin_layout Standard
33698 \begin_inset Tabular
33699 <lyxtabular version="3" rows="9" columns="2">
33700 <features islongtable="true" longtabularalignment="center">
33701 <column alignment="left" valignment="top">
33702 <column alignment="left" valignment="top" width="85col%">
33703 <row interlinespace="2.5mm">
33704 <cell alignment="center" valignment="top" usebox="none">
33705 \begin_inset Text
33706
33707 \begin_layout Plain Layout
33708 \begin_inset Info
33709 type  "icon"
33710 arg   "math-macro-remove-param"
33711 \end_inset
33712
33713
33714 \end_layout
33715
33716 \end_inset
33717 </cell>
33718 <cell alignment="center" valignment="top" usebox="none">
33719 \begin_inset Text
33720
33721 \begin_layout Plain Layout
33722
33723 \family sans
33724 Edit\SpecialChar menuseparator
33725 Math\SpecialChar menuseparator
33726 Macro
33727 \begin_inset space ~
33728 \end_inset
33729
33730 Definition\SpecialChar menuseparator
33731 Remove Last Argument
33732 \end_layout
33733
33734 \end_inset
33735 </cell>
33736 </row>
33737 <row interlinespace="2.5mm">
33738 <cell alignment="center" valignment="top" usebox="none">
33739 \begin_inset Text
33740
33741 \begin_layout Plain Layout
33742 \begin_inset Info
33743 type  "icon"
33744 arg   "math-macro-add-param"
33745 \end_inset
33746
33747
33748 \end_layout
33749
33750 \end_inset
33751 </cell>
33752 <cell alignment="center" valignment="top" usebox="none">
33753 \begin_inset Text
33754
33755 \begin_layout Plain Layout
33756
33757 \family sans
33758 Edit\SpecialChar menuseparator
33759 Math\SpecialChar menuseparator
33760 Macro
33761 \begin_inset space ~
33762 \end_inset
33763
33764 Definition\SpecialChar menuseparator
33765 Append Argument
33766 \end_layout
33767
33768 \end_inset
33769 </cell>
33770 </row>
33771 <row interlinespace="2.5mm">
33772 <cell alignment="center" valignment="top" usebox="none">
33773 \begin_inset Text
33774
33775 \begin_layout Plain Layout
33776 \begin_inset Info
33777 type  "icon"
33778 arg   "math-macro-make-optional"
33779 \end_inset
33780
33781
33782 \end_layout
33783
33784 \end_inset
33785 </cell>
33786 <cell alignment="center" valignment="top" usebox="none">
33787 \begin_inset Text
33788
33789 \begin_layout Plain Layout
33790
33791 \family sans
33792 Edit\SpecialChar menuseparator
33793 Math\SpecialChar menuseparator
33794 Macro
33795 \begin_inset space ~
33796 \end_inset
33797
33798 Definition\SpecialChar menuseparator
33799 Transform First Non-Optional to
33800 \begin_inset Newline newline
33801 \end_inset
33802
33803
33804 \begin_inset Phantom HPhantom
33805 status open
33806
33807 \begin_layout Plain Layout
33808
33809 \family sans
33810 Edit\SpecialChar menuseparator
33811 Math\SpecialChar menuseparator
33812 Macro
33813 \begin_inset space ~
33814 \end_inset
33815
33816 Definition\SpecialChar menuseparator
33817
33818 \end_layout
33819
33820 \end_inset
33821
33822 Optional Argument
33823 \end_layout
33824
33825 \end_inset
33826 </cell>
33827 </row>
33828 <row interlinespace="2.5mm">
33829 <cell alignment="center" valignment="top" usebox="none">
33830 \begin_inset Text
33831
33832 \begin_layout Plain Layout
33833 \begin_inset Info
33834 type  "icon"
33835 arg   "math-macro-make-nonoptional"
33836 \end_inset
33837
33838
33839 \end_layout
33840
33841 \end_inset
33842 </cell>
33843 <cell alignment="center" valignment="top" usebox="none">
33844 \begin_inset Text
33845
33846 \begin_layout Plain Layout
33847
33848 \family sans
33849 Edit\SpecialChar menuseparator
33850 Math\SpecialChar menuseparator
33851 Macro
33852 \begin_inset space ~
33853 \end_inset
33854
33855 Definition\SpecialChar menuseparator
33856 Transform Last Optional to
33857 \begin_inset Newline newline
33858 \end_inset
33859
33860
33861 \begin_inset Phantom HPhantom
33862 status open
33863
33864 \begin_layout Plain Layout
33865
33866 \family sans
33867 Edit\SpecialChar menuseparator
33868 Math\SpecialChar menuseparator
33869 Macro
33870 \begin_inset space ~
33871 \end_inset
33872
33873 Definition\SpecialChar menuseparator
33874
33875 \end_layout
33876
33877 \end_inset
33878
33879 Non-Optional Argument
33880 \end_layout
33881
33882 \end_inset
33883 </cell>
33884 </row>
33885 <row interlinespace="2.5mm">
33886 <cell alignment="center" valignment="top" usebox="none">
33887 \begin_inset Text
33888
33889 \begin_layout Plain Layout
33890 \begin_inset Info
33891 type  "icon"
33892 arg   "math-macro-remove-optional-param"
33893 \end_inset
33894
33895
33896 \end_layout
33897
33898 \end_inset
33899 </cell>
33900 <cell alignment="center" valignment="top" usebox="none">
33901 \begin_inset Text
33902
33903 \begin_layout Plain Layout
33904
33905 \family sans
33906 Edit\SpecialChar menuseparator
33907 Math\SpecialChar menuseparator
33908 Macro
33909 \begin_inset space ~
33910 \end_inset
33911
33912 Definition\SpecialChar menuseparator
33913 Remove Optional Argument
33914 \end_layout
33915
33916 \end_inset
33917 </cell>
33918 </row>
33919 <row interlinespace="2.5mm">
33920 <cell alignment="center" valignment="top" usebox="none">
33921 \begin_inset Text
33922
33923 \begin_layout Plain Layout
33924 \begin_inset Info
33925 type  "icon"
33926 arg   "math-macro-add-optional-param"
33927 \end_inset
33928
33929
33930 \end_layout
33931
33932 \end_inset
33933 </cell>
33934 <cell alignment="center" valignment="top" usebox="none">
33935 \begin_inset Text
33936
33937 \begin_layout Plain Layout
33938
33939 \family sans
33940 Edit\SpecialChar menuseparator
33941 Math\SpecialChar menuseparator
33942 Macro
33943 \begin_inset space ~
33944 \end_inset
33945
33946 Definition\SpecialChar menuseparator
33947 Insert Optional Argument
33948 \end_layout
33949
33950 \end_inset
33951 </cell>
33952 </row>
33953 <row interlinespace="2.5mm">
33954 <cell alignment="center" valignment="top" usebox="none">
33955 \begin_inset Text
33956
33957 \begin_layout Plain Layout
33958 \begin_inset Info
33959 type  "icon"
33960 arg   "math-macro-remove-greedy-param"
33961 \end_inset
33962
33963
33964 \end_layout
33965
33966 \end_inset
33967 </cell>
33968 <cell alignment="center" valignment="top" usebox="none">
33969 \begin_inset Text
33970
33971 \begin_layout Plain Layout
33972
33973 \family sans
33974 Edit\SpecialChar menuseparator
33975 Math\SpecialChar menuseparator
33976 Macro
33977 \begin_inset space ~
33978 \end_inset
33979
33980 Definition\SpecialChar menuseparator
33981 Remove Last Argument
33982 \begin_inset Newline newline
33983 \end_inset
33984
33985
33986 \begin_inset Phantom HPhantom
33987 status open
33988
33989 \begin_layout Plain Layout
33990
33991 \family sans
33992 Edit\SpecialChar menuseparator
33993 Math\SpecialChar menuseparator
33994 Macro
33995 \begin_inset space ~
33996 \end_inset
33997
33998 Definition\SpecialChar menuseparator
33999
34000 \end_layout
34001
34002 \end_inset
34003
34004 Spitting Out To The Right
34005 \end_layout
34006
34007 \end_inset
34008 </cell>
34009 </row>
34010 <row interlinespace="2.5mm">
34011 <cell alignment="center" valignment="top" usebox="none">
34012 \begin_inset Text
34013
34014 \begin_layout Plain Layout
34015 \begin_inset Info
34016 type  "icon"
34017 arg   "math-macro-append-greedy-param"
34018 \end_inset
34019
34020
34021 \end_layout
34022
34023 \end_inset
34024 </cell>
34025 <cell alignment="center" valignment="top" usebox="none">
34026 \begin_inset Text
34027
34028 \begin_layout Plain Layout
34029
34030 \family sans
34031 Edit\SpecialChar menuseparator
34032 Math\SpecialChar menuseparator
34033 Macro
34034 \begin_inset space ~
34035 \end_inset
34036
34037 Definition\SpecialChar menuseparator
34038 Append Argument
34039 \begin_inset Newline newline
34040 \end_inset
34041
34042
34043 \begin_inset Phantom HPhantom
34044 status open
34045
34046 \begin_layout Plain Layout
34047
34048 \family sans
34049 Edit\SpecialChar menuseparator
34050 Math\SpecialChar menuseparator
34051 Macro
34052 \begin_inset space ~
34053 \end_inset
34054
34055 Definition\SpecialChar menuseparator
34056
34057 \end_layout
34058
34059 \end_inset
34060
34061 Eating From The Right
34062 \end_layout
34063
34064 \end_inset
34065 </cell>
34066 </row>
34067 <row interlinespace="2.5mm">
34068 <cell alignment="center" valignment="top" usebox="none">
34069 \begin_inset Text
34070
34071 \begin_layout Plain Layout
34072 \begin_inset Info
34073 type  "icon"
34074 arg   "math-macro-add-greedy-optional-param"
34075 \end_inset
34076
34077
34078 \end_layout
34079
34080 \end_inset
34081 </cell>
34082 <cell alignment="center" valignment="top" usebox="none">
34083 \begin_inset Text
34084
34085 \begin_layout Plain Layout
34086
34087 \family sans
34088 Edit\SpecialChar menuseparator
34089 Math\SpecialChar menuseparator
34090 Macro
34091 \begin_inset space ~
34092 \end_inset
34093
34094 Definition\SpecialChar menuseparator
34095 Append Optional Argument
34096 \begin_inset Newline newline
34097 \end_inset
34098
34099
34100 \begin_inset Phantom HPhantom
34101 status open
34102
34103 \begin_layout Plain Layout
34104
34105 \family sans
34106 Edit\SpecialChar menuseparator
34107 Math\SpecialChar menuseparator
34108 Macro
34109 \begin_inset space ~
34110 \end_inset
34111
34112 Definition\SpecialChar menuseparator
34113
34114 \end_layout
34115
34116 \end_inset
34117
34118 Eating From The Right
34119 \end_layout
34120
34121 \end_inset
34122 </cell>
34123 </row>
34124 </lyxtabular>
34125
34126 \end_inset
34127
34128
34129 \end_layout
34130
34131 \begin_layout Section
34132 Computer Algebra Systems
34133 \end_layout
34134
34135 \begin_layout Standard
34136 \SpecialChar LyX
34137  offers the exchange between mathematical expressions written in \SpecialChar LyX
34138 's math
34139  editor and external applications or user defined scripts.
34140  Currently supported applications are 
34141 \family sans
34142 Maple
34143 \family default
34144
34145 \family sans
34146 Mathematica
34147 \family default
34148
34149 \family sans
34150 Maxima
34151 \family default
34152  and 
34153 \family sans
34154 Octave
34155 \family default
34156 .
34157  Note that the set of supported mathematical constructs is limited only
34158  to very simple cases.
34159 \end_layout
34160
34161 \begin_layout Subsection
34162 Usage
34163 \end_layout
34164
34165 \begin_layout Standard
34166 Write some expression in a formula, go to the 
34167 \family sans
34168 Edit\SpecialChar menuseparator
34169 Math\SpecialChar menuseparator
34170 Use Computer Algebra System
34171 \family default
34172  menu and choose the application you have installed on the computer.
34173  After that the result of computation should show on the right side of the
34174  expression together with the 
34175 \begin_inset Quotes eld
34176 \end_inset
34177
34178 =
34179 \begin_inset Quotes erd
34180 \end_inset
34181
34182  operator.
34183 \end_layout
34184
34185 \begin_layout Standard
34186 Here are few simple examples (with results from 
34187 \family typewriter
34188 Maxima
34189 \family default
34190 ) to show what kind of computations can be performed:
34191 \end_layout
34192
34193 \begin_layout Itemize
34194 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34195 \end_inset
34196
34197
34198 \end_layout
34199
34200 \begin_layout Itemize
34201 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34202 \end_inset
34203
34204
34205 \end_layout
34206
34207 \begin_layout Itemize
34208 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34209 \end_inset
34210
34211
34212 \end_layout
34213
34214 \begin_layout Itemize
34215 \begin_inset Formula $\det\left[\begin{array}{ccc}
34216 1 & 6 & 7\\
34217 2 & 5 & 8\\
34218 3 & 4 & 17
34219 \end{array}\right]=-56$
34220 \end_inset
34221
34222
34223 \end_layout
34224
34225 \begin_layout Itemize
34226 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34227 \end_inset
34228
34229
34230 \end_layout
34231
34232 \begin_layout Subsection
34233 Keyboard shortcut
34234 \end_layout
34235
34236 \begin_layout Standard
34237 Currently there is no keyboard shortcut for calling the algebra applications.
34238  One can easily bind a shortcut to the 
34239 \family sans
34240 math-extern
34241 \family default
34242  \SpecialChar LyX
34243  function (see the 
34244 \family sans
34245 \emph on
34246 \SpecialChar LyX
34247  Functions
34248 \family default
34249 \emph default
34250  manual).
34251  One could e.
34252 \begin_inset space \thinspace{}
34253 \end_inset
34254
34255 g.
34256 \begin_inset space \space{}
34257 \end_inset
34258
34259 bind the 
34260 \family sans
34261 Return
34262 \family default
34263  key inside the math editor.
34264  To bind it to 
34265 \family typewriter
34266 Maxima
34267 \family default
34268  one would use this shortcut definition command:
34269 \end_layout
34270
34271 \begin_layout Standard
34272
34273 \series bold
34274 command-alternatives paragraph-break;math-extern maxima
34275 \end_layout
34276
34277 \begin_layout Section
34278 Miscellaneous
34279 \begin_inset Index idx
34280 status collapsed
34281
34282 \begin_layout Plain Layout
34283 Miscellaneous
34284 \end_layout
34285
34286 \end_inset
34287
34288
34289 \end_layout
34290
34291 \begin_layout Subsection
34292 Negative Numbers
34293 \begin_inset Index idx
34294 status collapsed
34295
34296 \begin_layout Plain Layout
34297 Numbers ! negative
34298 \end_layout
34299
34300 \end_inset
34301
34302
34303 \end_layout
34304
34305 \begin_layout Standard
34306 Negative numbers often look ugly in formulas because the minus sign before
34307  the number is set with the same length as the minus operator sign.
34308  When writing the negative number in normal text, the minus sign appears
34309  correctly.
34310 \end_layout
34311
34312 \begin_layout Standard
34313 Thus, the problem disappears when converting the minus sign to mathematical
34314  text.
34315 \end_layout
34316
34317 \begin_layout Standard
34318 An example to visualize the problem:
34319 \begin_inset Separator parbreak
34320 \end_inset
34321
34322
34323 \end_layout
34324
34325 \begin_layout Standard
34326 \align center
34327 \begin_inset Tabular
34328 <lyxtabular version="3" rows="3" columns="2">
34329 <features booktabs="true" tabularvalignment="middle">
34330 <column alignment="right" valignment="top" width="0pt">
34331 <column alignment="left" valignment="top">
34332 <row>
34333 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
34334 \begin_inset Text
34335
34336 \begin_layout Plain Layout
34337 normal text:
34338 \end_layout
34339
34340 \end_inset
34341 </cell>
34342 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34343 \begin_inset Text
34344
34345 \begin_layout Plain Layout
34346 x = -2
34347 \end_layout
34348
34349 \end_inset
34350 </cell>
34351 </row>
34352 <row>
34353 <cell alignment="right" valignment="top" leftline="true" usebox="none">
34354 \begin_inset Text
34355
34356 \begin_layout Plain Layout
34357 formula:
34358 \end_layout
34359
34360 \end_inset
34361 </cell>
34362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34363 \begin_inset Text
34364
34365 \begin_layout Plain Layout
34366 \begin_inset Formula $x=-2$
34367 \end_inset
34368
34369
34370 \end_layout
34371
34372 \end_inset
34373 </cell>
34374 </row>
34375 <row>
34376 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34377 \begin_inset Text
34378
34379 \begin_layout Plain Layout
34380 solution:
34381 \end_layout
34382
34383 \end_inset
34384 </cell>
34385 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34386 \begin_inset Text
34387
34388 \begin_layout Plain Layout
34389 \begin_inset Formula $x=\textrm{-}2$
34390 \end_inset
34391
34392
34393 \end_layout
34394
34395 \end_inset
34396 </cell>
34397 </row>
34398 </lyxtabular>
34399
34400 \end_inset
34401
34402
34403 \end_layout
34404
34405 \begin_layout Subsection
34406 Comma as decimal Separator
34407 \begin_inset Index idx
34408 status collapsed
34409
34410 \begin_layout Plain Layout
34411 Comma
34412 \end_layout
34413
34414 \end_inset
34415
34416
34417 \end_layout
34418
34419 \begin_layout Standard
34420 In \SpecialChar LaTeX
34421  a comma inside a formula is used, according to the English convention,
34422  as number group separator.
34423  So there will be space added behind all commas in formulas.
34424 \end_layout
34425
34426 \begin_layout Standard
34427 To avoid this, the comma is highlighted and changed to mathematical text
34428  (shortcut 
34429 \begin_inset Info
34430 type  "shortcut"
34431 arg   "math-mode"
34432 \end_inset
34433
34434 ).
34435 \end_layout
34436
34437 \begin_layout Standard
34438 To use all formula commas in the document as decimal separator, the file
34439  
34440 \series bold
34441 icomma.sty
34442 \series default
34443
34444 \begin_inset Foot
34445 status collapsed
34446
34447 \begin_layout Plain Layout
34448
34449 \series bold
34450 icomma
34451 \series default
34452  is part of the \SpecialChar LaTeX
34453 -package 
34454 \series bold
34455 was
34456 \series default
34457
34458 \begin_inset Index idx
34459 status collapsed
34460
34461 \begin_layout Plain Layout
34462 Packages ! was
34463 \begin_inset ERT
34464 status collapsed
34465
34466 \begin_layout Plain Layout
34467
34468
34469 \backslash
34470 vspace{4mm}
34471 \end_layout
34472
34473 \end_inset
34474
34475
34476 \end_layout
34477
34478 \end_inset
34479
34480 .
34481 \end_layout
34482
34483 \end_inset
34484
34485
34486 \begin_inset Index idx
34487 status collapsed
34488
34489 \begin_layout Plain Layout
34490 Packages ! icomma
34491 \end_layout
34492
34493 \end_inset
34494
34495  is loaded with the \SpecialChar LaTeX
34496 -preamble line
34497 \end_layout
34498
34499 \begin_layout Standard
34500
34501 \series bold
34502
34503 \backslash
34504 usepackage{icomma}
34505 \end_layout
34506
34507 \begin_layout Subsection
34508 Physical Vectors
34509 \begin_inset CommandInset label
34510 LatexCommand label
34511 name "subsec:Physical-Vectors"
34512
34513 \end_inset
34514
34515
34516 \begin_inset Index idx
34517 status collapsed
34518
34519 \begin_layout Plain Layout
34520 Vectors ! physical
34521 \end_layout
34522
34523 \end_inset
34524
34525
34526 \end_layout
34527
34528 \begin_layout Standard
34529 Predefined vectors are offered by the \SpecialChar LaTeX
34530 -package 
34531 \series bold
34532 braket
34533 \series default
34534
34535 \begin_inset Index idx
34536 status collapsed
34537
34538 \begin_layout Plain Layout
34539 Packages ! braket
34540 \end_layout
34541
34542 \end_inset
34543
34544  that is loaded with the \SpecialChar LaTeX
34545 -preamble line
34546 \end_layout
34547
34548 \begin_layout Standard
34549
34550 \series bold
34551
34552 \backslash
34553 usepackage{braket}
34554 \end_layout
34555
34556 \begin_layout Standard
34557 \begin_inset ERT
34558 status collapsed
34559
34560 \begin_layout Plain Layout
34561
34562
34563 \backslash
34564 ifbraket 
34565 \end_layout
34566
34567 \end_inset
34568
34569
34570 \begin_inset Note Note
34571 status open
34572
34573 \begin_layout Plain Layout
34574 The following table will only be displayed when the \SpecialChar LaTeX
34575 -package 
34576 \series bold
34577 braket
34578 \series default
34579  is installed.
34580 \end_layout
34581
34582 \end_inset
34583
34584
34585 \end_layout
34586
34587 \begin_layout Standard
34588 The following commands are defined:
34589 \begin_inset Separator parbreak
34590 \end_inset
34591
34592
34593 \end_layout
34594
34595 \begin_layout Standard
34596 \align center
34597 \begin_inset Tabular
34598 <lyxtabular version="3" rows="4" columns="2">
34599 <features booktabs="true" tabularvalignment="middle">
34600 <column alignment="center" valignment="top" width="0pt">
34601 <column alignment="center" valignment="top">
34602 <row>
34603 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34604 \begin_inset Text
34605
34606 \begin_layout Plain Layout
34607 Command
34608 \end_layout
34609
34610 \end_inset
34611 </cell>
34612 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34613 \begin_inset Text
34614
34615 \begin_layout Plain Layout
34616 Result
34617 \end_layout
34618
34619 \end_inset
34620 </cell>
34621 </row>
34622 <row>
34623 <cell alignment="center" valignment="top" usebox="none">
34624 \begin_inset Text
34625
34626 \begin_layout Plain Layout
34627
34628 \backslash
34629 Bra{
34630 \backslash
34631 psi
34632 \end_layout
34633
34634 \end_inset
34635 </cell>
34636 <cell alignment="center" valignment="top" usebox="none">
34637 \begin_inset Text
34638
34639 \begin_layout Plain Layout
34640 \begin_inset Formula $\Bra{\psi}$
34641 \end_inset
34642
34643
34644 \end_layout
34645
34646 \end_inset
34647 </cell>
34648 </row>
34649 <row>
34650 <cell alignment="center" valignment="top" usebox="none">
34651 \begin_inset Text
34652
34653 \begin_layout Plain Layout
34654
34655 \backslash
34656 Ket{
34657 \backslash
34658 psi
34659 \end_layout
34660
34661 \end_inset
34662 </cell>
34663 <cell alignment="center" valignment="top" usebox="none">
34664 \begin_inset Text
34665
34666 \begin_layout Plain Layout
34667 \begin_inset Formula $\Ket{\psi}$
34668 \end_inset
34669
34670
34671 \end_layout
34672
34673 \end_inset
34674 </cell>
34675 </row>
34676 <row>
34677 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34678 \begin_inset Text
34679
34680 \begin_layout Plain Layout
34681
34682 \backslash
34683 Braket{
34684 \backslash
34685 psi|
34686 \backslash
34687 phi
34688 \end_layout
34689
34690 \end_inset
34691 </cell>
34692 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34693 \begin_inset Text
34694
34695 \begin_layout Plain Layout
34696 \begin_inset Formula $\Braket{\psi|\phi}$
34697 \end_inset
34698
34699
34700 \end_layout
34701
34702 \end_inset
34703 </cell>
34704 </row>
34705 </lyxtabular>
34706
34707 \end_inset
34708
34709
34710 \end_layout
34711
34712 \begin_layout Standard
34713 The command 
34714 \series bold
34715
34716 \backslash
34717 Braket
34718 \series default
34719  assures that all vertical bars are set in the size of the surrounding brackets:
34720 \begin_inset Formula 
34721 \[
34722 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
34723 \]
34724
34725 \end_inset
34726
34727
34728 \begin_inset ERT
34729 status collapsed
34730
34731 \begin_layout Plain Layout
34732
34733
34734 \backslash
34735 else 
34736 \end_layout
34737
34738 \end_inset
34739
34740
34741 \begin_inset Note Note
34742 status open
34743
34744 \begin_layout Plain Layout
34745 The following will be displayed when the \SpecialChar LaTeX
34746 -package 
34747 \series bold
34748 braket
34749 \series default
34750  is not installed:
34751 \end_layout
34752
34753 \end_inset
34754
34755
34756 \end_layout
34757
34758 \begin_layout Standard
34759 You need to install the \SpecialChar LaTeX
34760 -package 
34761 \series bold
34762 braket
34763 \series default
34764  to see the rest of this subsection in the output.
34765 \end_layout
34766
34767 \begin_layout Standard
34768 \begin_inset ERT
34769 status collapsed
34770
34771 \begin_layout Plain Layout
34772
34773
34774 \backslash
34775 fi 
34776 \end_layout
34777
34778 \end_inset
34779
34780
34781 \end_layout
34782
34783 \begin_layout Standard
34784 The effect of 
34785 \series bold
34786
34787 \backslash
34788 Braket
34789 \series default
34790  can also be achieved using the command 
34791 \series bold
34792
34793 \backslash
34794 middle
34795 \series default
34796 , that is described in 
34797 \begin_inset CommandInset ref
34798 LatexCommand ref
34799 reference "subsec:Automatic-Bracket-Size"
34800
34801 \end_inset
34802
34803 .
34804 \end_layout
34805
34806 \begin_layout Subsection
34807 Self-defined Fractions
34808 \begin_inset CommandInset label
34809 LatexCommand label
34810 name "subsec:Self-defined-Fractions"
34811
34812 \end_inset
34813
34814
34815 \begin_inset Index idx
34816 status collapsed
34817
34818 \begin_layout Plain Layout
34819 Fractions ! self-defined
34820 \end_layout
34821
34822 \end_inset
34823
34824
34825 \end_layout
34826
34827 \begin_layout Standard
34828 To define custom commands for fractions, the command 
34829 \series bold
34830
34831 \backslash
34832 genfrac
34833 \series default
34834
34835 \begin_inset Index idx
34836 status collapsed
34837
34838 \begin_layout Plain Layout
34839 Commands ! G ! 
34840 \backslash
34841 genfrac
34842 \begin_inset ERT
34843 status collapsed
34844
34845 \begin_layout Plain Layout
34846
34847
34848 \backslash
34849 vspace{4mm}
34850 \end_layout
34851
34852 \end_inset
34853
34854
34855 \end_layout
34856
34857 \end_inset
34858
34859  is used in the following scheme:
34860 \end_layout
34861
34862 \begin_layout Standard
34863
34864 \series bold
34865
34866 \backslash
34867 genfrac{left
34868 \series default
34869  
34870 \series bold
34871 bracket}{right
34872 \series default
34873  
34874 \series bold
34875 bracket}{fraction bar thickness}{style}
34876 \begin_inset Newline newline
34877 \end_inset
34878
34879
34880 \begin_inset Phantom HPhantom
34881 status open
34882
34883 \begin_layout Plain Layout
34884
34885 \series bold
34886
34887 \backslash
34888 genfrac
34889 \end_layout
34890
34891 \end_inset
34892
34893 {numerator}{denominator}
34894 \end_layout
34895
34896 \begin_layout Standard
34897 The style is a number in the range of 0
34898 \begin_inset space \thinspace{}
34899 \end_inset
34900
34901 -
34902 \begin_inset space \thinspace{}
34903 \end_inset
34904
34905 3.
34906 \begin_inset Separator parbreak
34907 \end_inset
34908
34909
34910 \end_layout
34911
34912 \begin_layout Standard
34913 \align center
34914 \begin_inset Tabular
34915 <lyxtabular version="3" rows="5" columns="2">
34916 <features booktabs="true" tabularvalignment="middle">
34917 <column alignment="center" valignment="top" width="0pt">
34918 <column alignment="center" valignment="top">
34919 <row>
34920 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34921 \begin_inset Text
34922
34923 \begin_layout Plain Layout
34924 Number
34925 \end_layout
34926
34927 \end_inset
34928 </cell>
34929 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34930 \begin_inset Text
34931
34932 \begin_layout Plain Layout
34933 Style (Size)
34934 \end_layout
34935
34936 \end_inset
34937 </cell>
34938 </row>
34939 <row>
34940 <cell alignment="center" valignment="top" usebox="none">
34941 \begin_inset Text
34942
34943 \begin_layout Plain Layout
34944 0
34945 \end_layout
34946
34947 \end_inset
34948 </cell>
34949 <cell alignment="center" valignment="top" usebox="none">
34950 \begin_inset Text
34951
34952 \begin_layout Plain Layout
34953 display style formula
34954 \end_layout
34955
34956 \end_inset
34957 </cell>
34958 </row>
34959 <row>
34960 <cell alignment="center" valignment="top" usebox="none">
34961 \begin_inset Text
34962
34963 \begin_layout Plain Layout
34964 1
34965 \end_layout
34966
34967 \end_inset
34968 </cell>
34969 <cell alignment="center" valignment="top" usebox="none">
34970 \begin_inset Text
34971
34972 \begin_layout Plain Layout
34973 inline formula
34974 \end_layout
34975
34976 \end_inset
34977 </cell>
34978 </row>
34979 <row>
34980 <cell alignment="center" valignment="top" usebox="none">
34981 \begin_inset Text
34982
34983 \begin_layout Plain Layout
34984 2
34985 \end_layout
34986
34987 \end_inset
34988 </cell>
34989 <cell alignment="center" valignment="top" usebox="none">
34990 \begin_inset Text
34991
34992 \begin_layout Plain Layout
34993 small
34994 \end_layout
34995
34996 \end_inset
34997 </cell>
34998 </row>
34999 <row>
35000 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35001 \begin_inset Text
35002
35003 \begin_layout Plain Layout
35004 3
35005 \end_layout
35006
35007 \end_inset
35008 </cell>
35009 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35010 \begin_inset Text
35011
35012 \begin_layout Plain Layout
35013 tiny
35014 \end_layout
35015
35016 \end_inset
35017 </cell>
35018 </row>
35019 </lyxtabular>
35020
35021 \end_inset
35022
35023
35024 \end_layout
35025
35026 \begin_layout Standard
35027 When no style is given, the size is adjusted to the surrounding environment
35028  like for the command 
35029 \series bold
35030
35031 \backslash
35032 frac
35033 \series default
35034 .
35035 \end_layout
35036
35037 \begin_layout Standard
35038 When no fraction bar thickness is given, the predefined value of 0.4
35039 \begin_inset space \thinspace{}
35040 \end_inset
35041
35042 pt will be used.
35043 \end_layout
35044
35045 \begin_layout Standard
35046 \begin_inset VSpace medskip
35047 \end_inset
35048
35049 For example, the commands 
35050 \series bold
35051
35052 \backslash
35053 dfrac
35054 \series default
35055  and 
35056 \series bold
35057
35058 \backslash
35059 tbinom
35060 \series default
35061  from 
35062 \begin_inset CommandInset ref
35063 LatexCommand ref
35064 reference "subsec:Fractions"
35065
35066 \end_inset
35067
35068  are defined with the commands
35069 \end_layout
35070
35071 \begin_layout Standard
35072
35073 \series bold
35074
35075 \backslash
35076 newcommand{
35077 \backslash
35078 dfrac}[2]{
35079 \backslash
35080 genfrac{}{}{}{0}{#1}{#2}}
35081 \end_layout
35082
35083 \begin_layout Standard
35084 and
35085 \end_layout
35086
35087 \begin_layout Standard
35088
35089 \series bold
35090
35091 \backslash
35092 newcommand{
35093 \backslash
35094 tbinom}[2]{
35095 \backslash
35096 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35097 \end_layout
35098
35099 \begin_layout Standard
35100 \begin_inset VSpace medskip
35101 \end_inset
35102
35103 To define a fraction where the fraction bar thickness can be given as optional
35104  argument, the following line is inserted to the \SpecialChar LaTeX
35105 -preamble:
35106 \end_layout
35107
35108 \begin_layout Standard
35109
35110 \series bold
35111
35112 \backslash
35113 newcommand{
35114 \backslash
35115 fracS}[3][]{
35116 \backslash
35117 genfrac{}{}{#1}{}{#2}{#3}}
35118 \end_layout
35119
35120 \begin_layout Standard
35121 A test:
35122 \begin_inset Formula 
35123 \begin{align*}
35124 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35125 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35126 \end{align*}
35127
35128 \end_inset
35129
35130 As one can see, the distance of the numerator and the denominator to the
35131  fraction bar is round about three times the bar thickness.
35132 \end_layout
35133
35134 \begin_layout Subsection
35135 Canceled Formulas
35136 \begin_inset Index idx
35137 status collapsed
35138
35139 \begin_layout Plain Layout
35140 Formula ! canceled
35141 \end_layout
35142
35143 \end_inset
35144
35145
35146 \end_layout
35147
35148 \begin_layout Standard
35149 There are four ways to cancel formulas or parts of formulas:
35150 \end_layout
35151
35152 \begin_layout Standard
35153 \begin_inset ERT
35154 status collapsed
35155
35156 \begin_layout Plain Layout
35157
35158
35159 \backslash
35160 ifcancel 
35161 \end_layout
35162
35163 \end_inset
35164
35165
35166 \begin_inset Note Note
35167 status open
35168
35169 \begin_layout Plain Layout
35170 The following table will only be displayed when the \SpecialChar LaTeX
35171 -package 
35172 \series bold
35173 cancel
35174 \series default
35175  is installed.
35176 \end_layout
35177
35178 \end_inset
35179
35180
35181 \begin_inset Separator parbreak
35182 \end_inset
35183
35184
35185 \end_layout
35186
35187 \begin_layout Standard
35188 \align center
35189 \begin_inset Tabular
35190 <lyxtabular version="3" rows="5" columns="2">
35191 <features booktabs="true" tabularvalignment="middle">
35192 <column alignment="center" valignment="top" width="0pt">
35193 <column alignment="center" valignment="top">
35194 <row>
35195 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35196 \begin_inset Text
35197
35198 \begin_layout Plain Layout
35199 Command
35200 \end_layout
35201
35202 \end_inset
35203 </cell>
35204 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35205 \begin_inset Text
35206
35207 \begin_layout Plain Layout
35208 Result
35209 \end_layout
35210
35211 \end_inset
35212 </cell>
35213 </row>
35214 <row>
35215 <cell alignment="center" valignment="top" usebox="none">
35216 \begin_inset Text
35217
35218 \begin_layout Plain Layout
35219
35220 \backslash
35221 cancel
35222 \begin_inset space \textvisiblespace{}
35223 \end_inset
35224
35225
35226 \backslash
35227 int
35228 \begin_inset space \textvisiblespace{}
35229 \end_inset
35230
35231 A=B
35232 \end_layout
35233
35234 \end_inset
35235 </cell>
35236 <cell alignment="center" valignment="top" usebox="none">
35237 \begin_inset Text
35238
35239 \begin_layout Plain Layout
35240 \begin_inset Formula $\cancel{\int A=B}$
35241 \end_inset
35242
35243
35244 \end_layout
35245
35246 \end_inset
35247 </cell>
35248 </row>
35249 <row topspace="1.5mm">
35250 <cell alignment="center" valignment="top" usebox="none">
35251 \begin_inset Text
35252
35253 \begin_layout Plain Layout
35254
35255 \backslash
35256 bcancel
35257 \begin_inset space \textvisiblespace{}
35258 \end_inset
35259
35260
35261 \backslash
35262 int
35263 \begin_inset space \textvisiblespace{}
35264 \end_inset
35265
35266 A=B
35267 \end_layout
35268
35269 \end_inset
35270 </cell>
35271 <cell alignment="center" valignment="top" usebox="none">
35272 \begin_inset Text
35273
35274 \begin_layout Plain Layout
35275 \begin_inset Formula $\bcancel{\int A=B}$
35276 \end_inset
35277
35278
35279 \end_layout
35280
35281 \end_inset
35282 </cell>
35283 </row>
35284 <row topspace="1.5mm">
35285 <cell alignment="center" valignment="top" usebox="none">
35286 \begin_inset Text
35287
35288 \begin_layout Plain Layout
35289
35290 \backslash
35291 xcancel
35292 \begin_inset space \textvisiblespace{}
35293 \end_inset
35294
35295
35296 \backslash
35297 int
35298 \begin_inset space \textvisiblespace{}
35299 \end_inset
35300
35301 A=B
35302 \end_layout
35303
35304 \end_inset
35305 </cell>
35306 <cell alignment="center" valignment="top" usebox="none">
35307 \begin_inset Text
35308
35309 \begin_layout Plain Layout
35310 \begin_inset Formula $\xcancel{\int A=B}$
35311 \end_inset
35312
35313
35314 \end_layout
35315
35316 \end_inset
35317 </cell>
35318 </row>
35319 <row>
35320 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35321 \begin_inset Text
35322
35323 \begin_layout Plain Layout
35324
35325 \backslash
35326 cancelto
35327 \begin_inset space \textvisiblespace{}
35328 \end_inset
35329
35330
35331 \backslash
35332 int
35333 \begin_inset space \textvisiblespace{}
35334 \end_inset
35335
35336 A=B
35337 \begin_inset Formula $\to$
35338 \end_inset
35339
35340 1
35341 \end_layout
35342
35343 \end_inset
35344 </cell>
35345 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35346 \begin_inset Text
35347
35348 \begin_layout Plain Layout
35349 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
35350 \end_inset
35351
35352
35353 \end_layout
35354
35355 \end_inset
35356 </cell>
35357 </row>
35358 </lyxtabular>
35359
35360 \end_inset
35361
35362
35363 \end_layout
35364
35365 \begin_layout Standard
35366
35367 \series bold
35368
35369 \backslash
35370 cancelto
35371 \series default
35372  is especially suitable to visualize the reduction of fractions within formulas:
35373 \begin_inset Formula 
35374 \[
35375 \frac{\left(x_{0}+bB\right)^{2}}{\left(1+b^{2}\right)^{\cancelto{2}{3}}}=\frac{x_{0}^{2}+B^{2}-r_{g}^{2}}{\cancel{1+b^{2}}}
35376 \]
35377
35378 \end_inset
35379
35380
35381 \end_layout
35382
35383 \begin_layout Standard
35384 To change the size of 
35385 \series bold
35386
35387 \backslash
35388 cancelto
35389 \series default
35390 's 
35391 \begin_inset Quotes eld
35392 \end_inset
35393
35394 subscript
35395 \begin_inset Quotes erd
35396 \end_inset
35397
35398  value one can add the \SpecialChar LaTeX
35399 -preamble line
35400 \end_layout
35401
35402 \begin_layout Standard
35403
35404 \series bold
35405
35406 \backslash
35407 PassOptionsToPackage{option}{cancel}
35408 \end_layout
35409
35410 \begin_layout Standard
35411 where 
35412 \series bold
35413 option
35414 \series default
35415  is either 
35416 \series bold
35417 samesize
35418 \series default
35419  which leads to the same size as for the canceled value, or 
35420 \series bold
35421 Smaller
35422 \series default
35423  which makes is it a bit smaller than normal.
35424 \end_layout
35425
35426 \begin_layout Standard
35427 To color the cancellation bar one adds this command as \SpecialChar TeX
35428  code:
35429 \end_layout
35430
35431 \begin_layout Standard
35432
35433 \series bold
35434
35435 \backslash
35436 renewcommand{
35437 \backslash
35438 CancelColor}{
35439 \backslash
35440 color{red}}
35441 \end_layout
35442
35443 \begin_layout Standard
35444
35445 \series bold
35446 red
35447 \series default
35448  can be replaced by a color of your choice.
35449 \end_layout
35450
35451 \begin_layout Standard
35452 \begin_inset ERT
35453 status collapsed
35454
35455 \begin_layout Plain Layout
35456
35457
35458 \backslash
35459 renewcommand{
35460 \backslash
35461 CancelColor}{
35462 \backslash
35463 color{red}}
35464 \end_layout
35465
35466 \end_inset
35467
35468
35469 \end_layout
35470
35471 \begin_layout Standard
35472 \begin_inset Formula 
35473 \[
35474 \frac{\left(x_{0}+bB\right)^{2}}{\left(1+b^{2}\right)^{\cancelto{2}{3}}}=\frac{x_{0}^{2}+B^{2}-r_{g}^{2}}{\cancel{1+b^{2}}}
35475 \]
35476
35477 \end_inset
35478
35479
35480 \end_layout
35481
35482 \begin_layout Standard
35483 \begin_inset ERT
35484 status collapsed
35485
35486 \begin_layout Plain Layout
35487
35488
35489 \backslash
35490 renewcommand{
35491 \backslash
35492 CancelColor}{
35493 \backslash
35494 color{black}}
35495 \end_layout
35496
35497 \end_inset
35498
35499
35500 \begin_inset Note Note
35501 status open
35502
35503 \begin_layout Plain Layout
35504 reset the color
35505 \end_layout
35506
35507 \end_inset
35508
35509
35510 \end_layout
35511
35512 \begin_layout Standard
35513 For further customizations, see the documentation of the package 
35514 \series bold
35515 cancel
35516 \series default
35517
35518 \begin_inset CommandInset citation
35519 LatexCommand cite
35520 key "cancel"
35521
35522 \end_inset
35523
35524 .
35525 \begin_inset Index idx
35526 status collapsed
35527
35528 \begin_layout Plain Layout
35529 Packages ! cancel
35530 \end_layout
35531
35532 \end_inset
35533
35534
35535 \end_layout
35536
35537 \begin_layout Standard
35538 \begin_inset ERT
35539 status collapsed
35540
35541 \begin_layout Plain Layout
35542
35543
35544 \backslash
35545 else 
35546 \end_layout
35547
35548 \end_inset
35549
35550
35551 \begin_inset Note Note
35552 status open
35553
35554 \begin_layout Plain Layout
35555 The following will be displayed when the \SpecialChar LaTeX
35556 -package 
35557 \series bold
35558 cancel
35559 \series default
35560  is not installed:
35561 \end_layout
35562
35563 \end_inset
35564
35565
35566 \end_layout
35567
35568 \begin_layout Standard
35569 You need to install the \SpecialChar LaTeX
35570 -package 
35571 \series bold
35572 cancel
35573 \series default
35574  to see the rest of this subsection in the output.
35575 \end_layout
35576
35577 \begin_layout Standard
35578 \begin_inset ERT
35579 status collapsed
35580
35581 \begin_layout Plain Layout
35582
35583
35584 \backslash
35585 fi 
35586 \end_layout
35587
35588 \end_inset
35589
35590
35591 \end_layout
35592
35593 \begin_layout Subsection
35594 Formulas in Section Headings
35595 \begin_inset CommandInset label
35596 LatexCommand label
35597 name "subsec:Formulas-in-Section"
35598
35599 \end_inset
35600
35601
35602 \begin_inset Index idx
35603 status collapsed
35604
35605 \begin_layout Plain Layout
35606 Formula ! in section headings
35607 \end_layout
35608
35609 \end_inset
35610
35611
35612 \end_layout
35613
35614 \begin_layout Standard
35615 When formulas are used in section headings, the following has to be taken
35616  into account:
35617 \end_layout
35618
35619 \begin_layout Standard
35620 \begin_inset Note Greyedout
35621 status open
35622
35623 \begin_layout Plain Layout
35624 When 
35625 \series bold
35626 hyperref
35627 \series default
35628
35629 \begin_inset Index idx
35630 status collapsed
35631
35632 \begin_layout Plain Layout
35633 Packages ! hyperref
35634 \end_layout
35635
35636 \end_inset
35637
35638  support is enabled in the document settings dialog under 
35639 \family sans
35640 PDF
35641 \begin_inset space ~
35642 \end_inset
35643
35644 Properties
35645 \family default
35646 , PDF-bookmarks are created for every section heading in the table of contents.
35647  If a section heading contains formulas, they are incorrectly displayed
35648  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35649 s.
35650 \end_layout
35651
35652 \end_inset
35653
35654
35655 \end_layout
35656
35657 \begin_layout Standard
35658 Both problems can be solved by inserting at the end of the section heading
35659  a short title with the menu 
35660 \family sans
35661 Insert\SpecialChar menuseparator
35662 Short
35663 \begin_inset space ~
35664 \end_inset
35665
35666 Title
35667 \family default
35668 .
35669  Short titles are used as alternative for multiline section headings to
35670  keep the table of contents clearly arranged.
35671  Only the short title appears in the table of contents and therefore also
35672  in the PDF-bookmark.
35673 \end_layout
35674
35675 \begin_layout Standard
35676 When formulas should be used in the table of contents but 
35677 \series bold
35678 hyperref
35679 \series default
35680  is used, one can use the following command in \SpecialChar TeX
35681  mode:
35682 \end_layout
35683
35684 \begin_layout Standard
35685
35686 \series bold
35687
35688 \backslash
35689 texorpdfstring{part}{alternative}
35690 \begin_inset Index idx
35691 status collapsed
35692
35693 \begin_layout Plain Layout
35694 Commands ! T ! 
35695 \backslash
35696 texorpdfstring
35697 \end_layout
35698
35699 \end_inset
35700
35701
35702 \end_layout
35703
35704 \begin_layout Standard
35705 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35706  This can be characters, formulas, footnotes, but also cross-references.
35707  The alternative is used instead of the part for the bookmark.
35708 \end_layout
35709
35710 \begin_layout Standard
35711 Here are two example headings:
35712 \begin_inset VSpace -3mm
35713 \end_inset
35714
35715
35716 \begin_inset ERT
35717 status collapsed
35718
35719 \begin_layout Plain Layout
35720
35721
35722 \backslash
35723 boldmath 
35724 \end_layout
35725
35726 \end_inset
35727
35728
35729 \end_layout
35730
35731 \begin_layout Subsubsection
35732 Heading without formula in table of contents 
35733 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35734 \end_inset
35735
35736
35737 \begin_inset Argument 1
35738 status collapsed
35739
35740 \begin_layout Plain Layout
35741 Heading without formula in table of contents
35742 \end_layout
35743
35744 \end_inset
35745
35746
35747 \end_layout
35748
35749 \begin_layout Subsubsection
35750 Heading with formula in table of contents
35751 \begin_inset ERT
35752 status collapsed
35753
35754 \begin_layout Plain Layout
35755
35756
35757 \backslash
35758 texorpdfstring{
35759 \end_layout
35760
35761 \end_inset
35762
35763  
35764 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35765 \end_inset
35766
35767
35768 \begin_inset ERT
35769 status collapsed
35770
35771 \begin_layout Plain Layout
35772
35773 }{}
35774 \end_layout
35775
35776 \end_inset
35777
35778
35779 \end_layout
35780
35781 \begin_layout Standard
35782 \begin_inset ERT
35783 status collapsed
35784
35785 \begin_layout Plain Layout
35786
35787
35788 \backslash
35789 unboldmath 
35790 \end_layout
35791
35792 \end_inset
35793
35794 In the first heading a short title was used, in the second one 
35795 \series bold
35796
35797 \backslash
35798 texorpdfstring
35799 \series default
35800 .
35801 \end_layout
35802
35803 \begin_layout Standard
35804 To get the same formatting as for the other headings, the complete heading
35805  was set into a 
35806 \series bold
35807 boldmath
35808 \series default
35809  environment
35810 \begin_inset Foot
35811 status collapsed
35812
35813 \begin_layout Plain Layout
35814 see 
35815 \begin_inset CommandInset ref
35816 LatexCommand ref
35817 reference "subsec:Bold-Formulas"
35818
35819 \end_inset
35820
35821
35822 \end_layout
35823
35824 \end_inset
35825
35826 .
35827 \end_layout
35828
35829 \begin_layout Subsection
35830 Formulas in multi-column Text
35831 \begin_inset Index idx
35832 status collapsed
35833
35834 \begin_layout Plain Layout
35835 Formula ! in multi-column text
35836 \end_layout
35837
35838 \end_inset
35839
35840
35841 \end_layout
35842
35843 \begin_layout Standard
35844 Formulas in multi-column text are often too wide to fit into a column and
35845  thus need to be set over the whole page width.
35846  This is done by using the \SpecialChar LaTeX
35847 -package 
35848 \series bold
35849 multicol
35850 \series default
35851
35852 \begin_inset Foot
35853 status collapsed
35854
35855 \begin_layout Plain Layout
35856
35857 \series bold
35858 multicol
35859 \series default
35860  is part of every \SpecialChar LaTeX
35861  standard installation.
35862 \end_layout
35863
35864 \end_inset
35865
35866
35867 \begin_inset Index idx
35868 status collapsed
35869
35870 \begin_layout Plain Layout
35871 Packages ! multicol
35872 \end_layout
35873
35874 \end_inset
35875
35876 , that is loaded with the \SpecialChar LaTeX
35877 -preamble line
35878 \end_layout
35879
35880 \begin_layout Standard
35881
35882 \series bold
35883
35884 \backslash
35885 usepackage{multicol}
35886 \end_layout
35887
35888 \begin_layout Standard
35889 \begin_inset Note Greyedout
35890 status open
35891
35892 \begin_layout Plain Layout
35893 Note that in this case the setting 
35894 \family sans
35895 Two-column
35896 \begin_inset space ~
35897 \end_inset
35898
35899 document
35900 \family default
35901  in the menu 
35902 \family sans
35903 Document\SpecialChar menuseparator
35904 Settings
35905 \family default
35906  under 
35907 \family sans
35908 Text
35909 \begin_inset space ~
35910 \end_inset
35911
35912 Layout
35913 \family default
35914 \emph on
35915  
35916 \emph default
35917 must 
35918 \emph on
35919 not
35920 \emph default
35921  be selected.
35922 \end_layout
35923
35924 \end_inset
35925
35926
35927 \end_layout
35928
35929 \begin_layout Standard
35930 Before the multi-column text the command
35931 \end_layout
35932
35933 \begin_layout Standard
35934
35935 \series bold
35936
35937 \backslash
35938 begin{multicols}{column number}
35939 \end_layout
35940
35941 \begin_layout Standard
35942 is written in \SpecialChar TeX
35943  mode.
35944  The column number is a number in the range of 2
35945 \begin_inset space \thinspace{}
35946 \end_inset
35947
35948 -
35949 \begin_inset space \thinspace{}
35950 \end_inset
35951
35952 10.
35953  Before the formula the multi-column text is ended by inserting the command
35954 \end_layout
35955
35956 \begin_layout Standard
35957
35958 \series bold
35959
35960 \backslash
35961 end{multicols}
35962 \end_layout
35963
35964 \begin_layout Standard
35965 in \SpecialChar TeX
35966  mode.
35967 \end_layout
35968
35969 \begin_layout Standard
35970 Due to the command some space is automatically added before the formula.
35971  To revert this, -6
35972 \begin_inset space \thinspace{}
35973 \end_inset
35974
35975 mm vertical space is inserted before the formula.
35976  When the formula style 
35977 \series bold
35978 Indented
35979 \begin_inset Foot
35980 status collapsed
35981
35982 \begin_layout Plain Layout
35983 formula styles see 
35984 \begin_inset CommandInset ref
35985 LatexCommand ref
35986 reference "sec:Formula-Styles"
35987
35988 \end_inset
35989
35990
35991 \end_layout
35992
35993 \end_inset
35994
35995
35996 \series default
35997  is used, -9
35998 \begin_inset space \thinspace{}
35999 \end_inset
36000
36001 mm space is inserted instead.
36002 \end_layout
36003
36004 \begin_layout Standard
36005 As example a multi-column text with a displayed formula:
36006 \end_layout
36007
36008 \begin_layout Standard
36009
36010 \lang ngerman
36011 \begin_inset ERT
36012 status collapsed
36013
36014 \begin_layout Plain Layout
36015
36016
36017 \backslash
36018 begin{multicols}{2}
36019 \end_layout
36020
36021 \end_inset
36022
36023 Das Spektrum wird fouriertransformiert.
36024  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36025 , Lösungsmittel) zu trennen.
36026  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36027  nun das Aussehen des Ausgangssignals.
36028  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36029  über alle Phasen integrieren muss.
36030  Sei nun 
36031 \begin_inset Formula $S$
36032 \end_inset
36033
36034  unser normiertes Ausgangssignal und 
36035 \begin_inset Formula $P$
36036 \end_inset
36037
36038  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36039 \begin_inset ERT
36040 status collapsed
36041
36042 \begin_layout Plain Layout
36043
36044
36045 \backslash
36046 end{multicols}
36047 \end_layout
36048
36049 \end_inset
36050
36051
36052 \begin_inset VSpace -6mm
36053 \end_inset
36054
36055
36056 \begin_inset Formula 
36057 \begin{equation}
36058 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36059 \end{equation}
36060
36061 \end_inset
36062
36063
36064 \begin_inset ERT
36065 status collapsed
36066
36067 \begin_layout Plain Layout
36068
36069
36070 \backslash
36071 begin{multicols}{2}
36072 \end_layout
36073
36074 \end_inset
36075
36076 wobei 
36077 \begin_inset Formula $S_{0}$
36078 \end_inset
36079
36080  das Signal ohne Gradient ist und die Normierungsbedingung 
36081 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36082 \end_inset
36083
36084  gilt.
36085  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36086  Direkt nach dem 
36087 \begin_inset Formula $\nicefrac{\pi}{2}$
36088 \end_inset
36089
36090
36091 \begin_inset space \thinspace{}
36092 \end_inset
36093
36094 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36095  das Signal zusätzlich abschwächt.
36096  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36097  
36098 \begin_inset Formula $T_{2}$
36099 \end_inset
36100
36101 -Zeit.
36102 \end_layout
36103
36104 \begin_layout Standard
36105
36106 \lang ngerman
36107 \begin_inset ERT
36108 status collapsed
36109
36110 \begin_layout Plain Layout
36111
36112
36113 \backslash
36114 end{multicols}
36115 \end_layout
36116
36117 \end_inset
36118
36119
36120 \end_layout
36121
36122 \begin_layout Subsection
36123 Formulas with Description of Variables
36124 \begin_inset Index idx
36125 status collapsed
36126
36127 \begin_layout Plain Layout
36128 Formula ! with description of variables
36129 \end_layout
36130
36131 \end_inset
36132
36133
36134 \end_layout
36135
36136 \begin_layout Standard
36137 To describe variables within a formula, like in formula 
36138 \begin_inset CommandInset ref
36139 LatexCommand eqref
36140 reference "eq:within"
36141
36142 \end_inset
36143
36144 , a 2
36145 \series bold
36146 ×
36147 \series default
36148
36149 \begin_inset Formula $n$
36150 \end_inset
36151
36152
36153 \begin_inset space ~
36154 \end_inset
36155
36156 matrix is used with left aligned columns for the 
36157 \begin_inset Formula $n$
36158 \end_inset
36159
36160  used variables.
36161 \begin_inset Foot
36162 status collapsed
36163
36164 \begin_layout Plain Layout
36165 matrices see 
36166 \begin_inset CommandInset ref
36167 LatexCommand ref
36168 reference "sec:Matrices"
36169
36170 \end_inset
36171
36172
36173 \end_layout
36174
36175 \end_inset
36176
36177  To set the description in a smaller size, before the matrix e.
36178 \begin_inset space \thinspace{}
36179 \end_inset
36180
36181 g.
36182 \begin_inset space \space{}
36183 \end_inset
36184
36185 the command 
36186 \series bold
36187
36188 \backslash
36189 footnotesize
36190 \series default
36191  is inserted.
36192 \begin_inset Foot
36193 status collapsed
36194
36195 \begin_layout Plain Layout
36196 font sizes see 
36197 \begin_inset CommandInset ref
36198 LatexCommand ref
36199 reference "subsec:Font-Sizes"
36200
36201 \end_inset
36202
36203
36204 \end_layout
36205
36206 \end_inset
36207
36208
36209 \end_layout
36210
36211 \begin_layout Standard
36212 When the formula style 
36213 \series bold
36214 Indented
36215 \begin_inset Foot
36216 status collapsed
36217
36218 \begin_layout Plain Layout
36219 formula styles see 
36220 \begin_inset CommandInset ref
36221 LatexCommand ref
36222 reference "sec:Formula-Styles"
36223
36224 \end_inset
36225
36226
36227 \end_layout
36228
36229 \end_inset
36230
36231
36232 \series default
36233  is used, a 
36234 \series bold
36235
36236 \backslash
36237 hfill
36238 \series default
36239
36240 \begin_inset Foot
36241 status collapsed
36242
36243 \begin_layout Plain Layout
36244
36245 \series bold
36246
36247 \backslash
36248 hfill
36249 \series default
36250  only works in formulas with the style 
36251 \series bold
36252 Indented
36253 \series default
36254 , see 
36255 \begin_inset CommandInset ref
36256 LatexCommand ref
36257 reference "subsec:Variable-Space"
36258
36259 \end_inset
36260
36261 .
36262 \end_layout
36263
36264 \end_inset
36265
36266  is inserted before and after the matrix to have the same separation of
36267  the matrix from the equation and the side margin.
36268 \end_layout
36269
36270 \begin_layout Standard
36271 When the formula style 
36272 \series bold
36273 Centered
36274 \series default
36275  is used, the method described in 
36276 \begin_inset CommandInset ref
36277 LatexCommand ref
36278 reference "subsec:Flalign-Environment"
36279
36280 \end_inset
36281
36282  is used to indent formulas.
36283  Formula 
36284 \begin_inset CommandInset ref
36285 LatexCommand eqref
36286 reference "eq:within"
36287
36288 \end_inset
36289
36290  consists of five columns where in the first two columns contain the equation,
36291  the third the matrix and the last one an empty \SpecialChar TeX
36292  brace.
36293 \begin_inset Formula 
36294 \begin{flalign}
36295 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36296 \rho & \textrm{density}\\
36297 V & \textrm{volume}\\
36298 g & \textrm{gravitational acceleration}
36299 \end{array} &  & {}\label{eq:within}
36300 \end{flalign}
36301
36302 \end_inset
36303
36304
36305 \end_layout
36306
36307 \begin_layout Subsection
36308 Upright small Greek Letters
36309 \begin_inset CommandInset label
36310 LatexCommand label
36311 name "subsec:Upright-small-Greek"
36312
36313 \end_inset
36314
36315
36316 \begin_inset Index idx
36317 status collapsed
36318
36319 \begin_layout Plain Layout
36320 Greek letters ! upright
36321 \end_layout
36322
36323 \end_inset
36324
36325
36326 \end_layout
36327
36328 \begin_layout Standard
36329 Most of the math fonts only provide italic small Greek letters.
36330  But for symbols of elementary particles like pions and neutrinos, upright
36331  Greek letters are needed.
36332  The file 
36333 \series bold
36334 upgreek.sty
36335 \series default
36336
36337 \begin_inset Foot
36338 status collapsed
36339
36340 \begin_layout Plain Layout
36341
36342 \series bold
36343 upgreek
36344 \series default
36345  is part of the \SpecialChar LaTeX
36346 -package 
36347 \series bold
36348 was
36349 \series default
36350
36351 \begin_inset Index idx
36352 status collapsed
36353
36354 \begin_layout Plain Layout
36355 Packages ! was
36356 \begin_inset ERT
36357 status collapsed
36358
36359 \begin_layout Plain Layout
36360
36361
36362 \backslash
36363 vspace{4mm}
36364 \end_layout
36365
36366 \end_inset
36367
36368
36369 \end_layout
36370
36371 \end_inset
36372
36373 .
36374 \end_layout
36375
36376 \end_inset
36377
36378
36379 \begin_inset Index idx
36380 status collapsed
36381
36382 \begin_layout Plain Layout
36383 Packages ! upgreek
36384 \end_layout
36385
36386 \end_inset
36387
36388  that is loaded with the \SpecialChar LaTeX
36389 -preamble line
36390 \end_layout
36391
36392 \begin_layout Standard
36393
36394 \series bold
36395
36396 \backslash
36397 usepackage{upgreek}
36398 \end_layout
36399
36400 \begin_layout Standard
36401 provides them.
36402  
36403 \begin_inset ERT
36404 status collapsed
36405
36406 \begin_layout Plain Layout
36407
36408
36409 \backslash
36410 ifupgreek 
36411 \end_layout
36412
36413 \end_inset
36414
36415
36416 \begin_inset Note Note
36417 status open
36418
36419 \begin_layout Plain Layout
36420 The following table will only be displayed when the \SpecialChar LaTeX
36421 -package 
36422 \series bold
36423 upgreek
36424 \series default
36425  is installed:
36426 \end_layout
36427
36428 \end_inset
36429
36430  They are created when the command for a small Greek letter is started with
36431  
36432 \series bold
36433 up
36434 \series default
36435 .
36436  For example the command 
36437 \series bold
36438
36439 \backslash
36440 uptau
36441 \series default
36442  creates this: 
36443 \begin_inset Formula $\uptau$
36444 \end_inset
36445
36446
36447 \end_layout
36448
36449 \begin_layout Standard
36450 With these commands reactions of elementary particles can be typeset:
36451 \begin_inset Formula 
36452 \[
36453 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36454 \]
36455
36456 \end_inset
36457
36458
36459 \end_layout
36460
36461 \begin_layout Standard
36462 The upright letters are more bold and wider than the italic ones.
36463  They should therefore not be used for units like 
36464 \begin_inset Quotes eld
36465 \end_inset
36466
36467 µm
36468 \begin_inset Quotes erd
36469 \end_inset
36470
36471 .
36472 \end_layout
36473
36474 \begin_layout Standard
36475 \begin_inset ERT
36476 status collapsed
36477
36478 \begin_layout Plain Layout
36479
36480
36481 \backslash
36482 else 
36483 \end_layout
36484
36485 \end_inset
36486
36487
36488 \begin_inset Note Note
36489 status open
36490
36491 \begin_layout Plain Layout
36492 The following will be displayed when the \SpecialChar LaTeX
36493 -package 
36494 \series bold
36495 upgreek
36496 \series default
36497  is not installed:
36498 \end_layout
36499
36500 \end_inset
36501
36502
36503 \end_layout
36504
36505 \begin_layout Standard
36506 You need to install the \SpecialChar LaTeX
36507 -package 
36508 \series bold
36509 upgreek
36510 \series default
36511  to see the rest of this subsection in the output.
36512 \end_layout
36513
36514 \begin_layout Standard
36515 \begin_inset ERT
36516 status collapsed
36517
36518 \begin_layout Plain Layout
36519
36520
36521 \backslash
36522 fi 
36523 \end_layout
36524
36525 \end_inset
36526
36527
36528 \end_layout
36529
36530 \begin_layout Subsection
36531 Text Characters in Formulas
36532 \begin_inset Index idx
36533 status collapsed
36534
36535 \begin_layout Plain Layout
36536 Text ! in formulas
36537 \end_layout
36538
36539 \end_inset
36540
36541
36542 \end_layout
36543
36544 \begin_layout Standard
36545 In some cases you might want to insert text characters directly into formulas.
36546  When for example the centered dot · is often used in formulas like 
36547 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36548 \end_inset
36549
36550 , one would have to insert the command 
36551 \series bold
36552
36553 \backslash
36554 cdot
36555 \series default
36556
36557 \begin_inset Foot
36558 status collapsed
36559
36560 \begin_layout Plain Layout
36561 see 
36562 \begin_inset CommandInset ref
36563 LatexCommand ref
36564 reference "subsec:Binary-Operators"
36565
36566 \end_inset
36567
36568
36569 \end_layout
36570
36571 \end_inset
36572
36573  all the time, because this character is defined in all encodings as text
36574  character.
36575  But the encoding can be changed by this \SpecialChar LaTeX
36576 -preamble line:
36577 \end_layout
36578
36579 \begin_layout Standard
36580
36581 \series bold
36582
36583 \backslash
36584 Declare Inputtext{183}{
36585 \backslash
36586 ifmmode
36587 \backslash
36588 cdot
36589 \backslash
36590 else
36591 \backslash
36592 textperiodcentered
36593 \backslash
36594 f\SpecialChar ligaturebreak
36595 i}
36596 \end_layout
36597
36598 \begin_layout Standard
36599 The character encoding (menu 
36600 \family sans
36601 Document\SpecialChar menuseparator
36602 Settings\SpecialChar menuseparator
36603 Language
36604 \family default
36605 ) specifies what character appears when a keyboard key is pressed.
36606  When the key for the character '·' is pressed, internally the command 
36607 \series bold
36608
36609 \backslash
36610 textperiodcentered
36611 \series default
36612  is used.
36613  But this command is not available in a formula so that you would get \SpecialChar LaTeX
36614 -errors.
36615  With the changed encoding the right command is chosen automatically, depending
36616  on if the character was inserted into a formula or not.
36617 \end_layout
36618
36619 \begin_layout Standard
36620 The encoding of several characters is saved in definition files.
36621  For example the encoding 
36622 \series bold
36623 latin9
36624 \series default
36625  is defined in the file 
36626 \series bold
36627 latin9.def
36628 \series default
36629  which is in the installation folder of \SpecialChar LaTeX
36630 .
36631  Encodings should only be changed via the \SpecialChar LaTeX
36632 -preamble and not in the definition
36633  files.
36634  Otherwise documents could not be edited by other \SpecialChar LyX
36635  users working on other
36636  computers.
36637 \end_layout
36638
36639 \begin_layout Standard
36640 \begin_inset VSpace medskip
36641 \end_inset
36642
36643 Besides the centered dot, in this document the degree sign ° is defined
36644  with the following \SpecialChar LaTeX
36645 -preamble line so that it can be directly inserted into
36646  a formula:
36647 \end_layout
36648
36649 \begin_layout Standard
36650
36651 \series bold
36652
36653 \backslash
36654 DeclareInputtext{176}{
36655 \backslash
36656 ifmmode^
36657 \backslash
36658 circ
36659 \backslash
36660 else
36661 \backslash
36662 textdegree
36663 \backslash
36664 f\SpecialChar ligaturebreak
36665 i}
36666 \end_layout
36667
36668 \begin_layout Subsection
36669 \SpecialChar LaTeX
36670 -comments in formulas
36671 \begin_inset Index idx
36672 status collapsed
36673
36674 \begin_layout Plain Layout
36675 \SpecialChar LaTeX
36676 -comments
36677 \end_layout
36678
36679 \end_inset
36680
36681
36682 \end_layout
36683
36684 \begin_layout Standard
36685 In text you can insert a comment that will only be visible in the \SpecialChar LaTeX
36686  source
36687  code of your file with the menu 
36688 \family sans
36689 Insert\SpecialChar menuseparator
36690 Note\SpecialChar menuseparator
36691 Comment
36692 \family default
36693 .
36694  This is not possible in a formula but you can insert \SpecialChar LaTeX
36695 -comments with the
36696  command
36697 \end_layout
36698
36699 \begin_layout Standard
36700
36701 \series bold
36702
36703 \backslash
36704 %
36705 \end_layout
36706
36707 \begin_layout Standard
36708 This creates a box in which you can write your comment.
36709  Due to a bug in \SpecialChar LyX
36710
36711 \begin_inset Foot
36712 status collapsed
36713
36714 \begin_layout Plain Layout
36715 \begin_inset CommandInset href
36716 LatexCommand href
36717 name "LyX-bug #9002"
36718 target "http://www.lyx.org/trac/ticket/9002"
36719
36720 \end_inset
36721
36722
36723 \end_layout
36724
36725 \end_inset
36726
36727  you cannot write normal text inside the comment, even when you use mathematical
36728  text, you will see its \SpecialChar LaTeX
36729 -commands in the \SpecialChar LaTeX
36730 -output.
36731 \begin_inset Newline newline
36732 \end_inset
36733
36734 This a formula with a \SpecialChar LaTeX
36735 -comment:
36736 \begin_inset Formula 
36737 \[
36738 A=B%\text{This is the comment}
36739 \]
36740
36741 \end_inset
36742
36743
36744 \end_layout
36745
36746 \begin_layout Standard
36747 \begin_inset Newpage newpage
36748 \end_inset
36749
36750
36751 \end_layout
36752
36753 \begin_layout Section
36754 \start_of_appendix
36755 Typographic Advice
36756 \begin_inset Index idx
36757 status collapsed
36758
36759 \begin_layout Plain Layout
36760 Typographic advice
36761 \end_layout
36762
36763 \end_inset
36764
36765
36766 \end_layout
36767
36768 \begin_layout Standard
36769 This section is a summary of the most important typographic rules, listed
36770  in ISO norms.
36771 \begin_inset Foot
36772 status collapsed
36773
36774 \begin_layout Plain Layout
36775 This collection was partly taken from the German semi-official dictionary
36776  called 
36777 \begin_inset Quotes eld
36778 \end_inset
36779
36780 Duden
36781 \begin_inset Quotes erd
36782 \end_inset
36783
36784  
36785 \begin_inset CommandInset citation
36786 LatexCommand cite
36787 key "Duden"
36788
36789 \end_inset
36790
36791  that lists some of the ISO rules.
36792  More rules are listed in 
36793 \begin_inset CommandInset citation
36794 LatexCommand cite
36795 key "Checklist"
36796
36797 \end_inset
36798
36799 .
36800 \end_layout
36801
36802 \end_inset
36803
36804
36805 \end_layout
36806
36807 \begin_layout Itemize
36808 Physical units are 
36809 \emph on
36810 always
36811 \emph default
36812  set upright
36813 \begin_inset Foot
36814 status collapsed
36815
36816 \begin_layout Plain Layout
36817 done with font styles, see 
36818 \begin_inset CommandInset ref
36819 LatexCommand ref
36820 reference "subsec:Font-Styles"
36821
36822 \end_inset
36823
36824
36825 \end_layout
36826
36827 \end_inset
36828
36829 , no matter if they appear in italic text: 30
36830 \begin_inset space \thinspace{}
36831 \end_inset
36832
36833 km/h
36834 \begin_inset Newline newline
36835 \end_inset
36836
36837 Between the value and the unit is the smallest space, see 
36838 \begin_inset CommandInset ref
36839 LatexCommand ref
36840 reference "subsec:Predefined-Space"
36841
36842 \end_inset
36843
36844 .
36845 \begin_inset Newline newline
36846 \end_inset
36847
36848 This convention is automatically fulfilled when the command 
36849 \series bold
36850
36851 \backslash
36852 unittwo
36853 \series default
36854  is used.
36855  When it is entered to a formula, two boxes appear.
36856  In the first one the value is inserted, in the second one the unit, and
36857  one gets as above: 
36858 \begin_inset Formula $\unit[30]{km/h}$
36859 \end_inset
36860
36861
36862 \begin_inset space \thinspace{}
36863 \end_inset
36864
36865 .
36866  Note that 
36867 \series bold
36868
36869 \backslash
36870 unittwo
36871 \series default
36872  is not a real \SpecialChar LaTeX
36873  command but the command 
36874 \series bold
36875
36876 \backslash
36877 unit[value]{unit}
36878 \series default
36879 , therefore you cannot use it in \SpecialChar TeX
36880  code.
36881 \end_layout
36882
36883 \begin_layout Itemize
36884 Percent and perthousand signs are set like physical units:
36885 \begin_inset Newline newline
36886 \end_inset
36887
36888 1.2
36889 \begin_inset space \thinspace{}
36890 \end_inset
36891
36892 ‰ alcohol in blood
36893 \end_layout
36894
36895 \begin_layout Itemize
36896 The degree sign follows directly on the value: 15°, but not when it is used
36897  in units: 15
36898 \begin_inset space \thinspace{}
36899 \end_inset
36900
36901 °C
36902 \end_layout
36903
36904 \begin_layout Itemize
36905 In numbers with more than four digits the smallest space is inserted before
36906  every third digit to group them: 
36907 \family roman
36908 \series medium
36909 \shape up
36910 \size normal
36911 \emph off
36912 \bar no
36913 \noun off
36914 \color none
36915 18
36916 \begin_inset space \thinspace{}
36917 \end_inset
36918
36919 473
36920 \begin_inset space \thinspace{}
36921 \end_inset
36922
36923 588
36924 \end_layout
36925
36926 \begin_layout Itemize
36927 For dimensions like 120×90×40
36928 \begin_inset space \thinspace{}
36929 \end_inset
36930
36931 cm the multiplication sign 
36932 \begin_inset Quotes eld
36933 \end_inset
36934
36935 ×
36936 \begin_inset Quotes erd
36937 \end_inset
36938
36939  is used.
36940  It is available either via the command 
36941 \series bold
36942
36943 \backslash
36944 times
36945 \series default
36946  or via the menu 
36947 \family sans
36948 Insert\SpecialChar menuseparator
36949 Special Character\SpecialChar menuseparator
36950 Symbols
36951 \family default
36952 .
36953 \end_layout
36954
36955 \begin_layout Itemize
36956 Functions with names consisting of several letters are set upright to avoid
36957  confusions, see 
36958 \begin_inset CommandInset ref
36959 LatexCommand ref
36960 reference "subsec:Predefined-Functions"
36961
36962 \end_inset
36963
36964 .
36965 \end_layout
36966
36967 \begin_layout Itemize
36968 Indices consisting of several letters, are set upright: 
36969 \begin_inset Formula $E_{\mathrm{kin}}$
36970 \end_inset
36971
36972
36973 \begin_inset Newline newline
36974 \end_inset
36975
36976 Components of matrices are set italic: 
36977 \begin_inset Formula $\hat{H}_{kl}$
36978 \end_inset
36979
36980
36981 \end_layout
36982
36983 \begin_layout Itemize
36984 The differentiation/integration operator 'd', the Euler's number 'e' and
36985  the imaginary unit 'i' should be set upright, to avoid mixing them up with
36986  other variables.
36987 \end_layout
36988
36989 \begin_layout Itemize
36990 The character that denotes a 
36991 \noun on
36992 Fourier
36993 \noun default
36994  transformation is inserted either by the command 
36995 \series bold
36996
36997 \backslash
36998 mathscr
36999 \begin_inset space \textvisiblespace{}
37000 \end_inset
37001
37002 F
37003 \series default
37004  or via the menu 
37005 \family sans
37006 Insert\SpecialChar menuseparator
37007 Special Character\SpecialChar menuseparator
37008 Symbols\SpecialChar menuseparator
37009 Letterlike
37010 \begin_inset space ~
37011 \end_inset
37012
37013 Symbols
37014 \family default
37015
37016 \begin_inset Formula $\mathscr{F}$
37017 \end_inset
37018
37019
37020 \end_layout
37021
37022 \begin_layout Standard
37023 \begin_inset Newpage newpage
37024 \end_inset
37025
37026
37027 \end_layout
37028
37029 \begin_layout Section
37030 Synonyms
37031 \begin_inset Index idx
37032 status collapsed
37033
37034 \begin_layout Plain Layout
37035 Synonyms
37036 \end_layout
37037
37038 \end_inset
37039
37040
37041 \end_layout
37042
37043 \begin_layout Standard
37044 Some characters and symbols can be created with several commands.
37045  Here is a list of the synonym commands:
37046 \end_layout
37047
37048 \begin_layout Standard
37049 \begin_inset VSpace bigskip
37050 \end_inset
37051
37052
37053 \begin_inset space \hfill{}
37054 \end_inset
37055
37056
37057 \begin_inset Tabular
37058 <lyxtabular version="3" rows="12" columns="2">
37059 <features booktabs="true" tabularvalignment="middle">
37060 <column alignment="center" valignment="top" width="0pt">
37061 <column alignment="center" valignment="top" width="0pt">
37062 <row>
37063 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37064 \begin_inset Text
37065
37066 \begin_layout Plain Layout
37067 Command
37068 \end_layout
37069
37070 \end_inset
37071 </cell>
37072 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37073 \begin_inset Text
37074
37075 \begin_layout Plain Layout
37076 equivalent to
37077 \end_layout
37078
37079 \end_inset
37080 </cell>
37081 </row>
37082 <row>
37083 <cell alignment="center" valignment="top" usebox="none">
37084 \begin_inset Text
37085
37086 \begin_layout Plain Layout
37087
37088 \backslash
37089 ast
37090 \end_layout
37091
37092 \end_inset
37093 </cell>
37094 <cell alignment="center" valignment="top" usebox="none">
37095 \begin_inset Text
37096
37097 \begin_layout Plain Layout
37098 *
37099 \end_layout
37100
37101 \end_inset
37102 </cell>
37103 </row>
37104 <row>
37105 <cell alignment="center" valignment="top" usebox="none">
37106 \begin_inset Text
37107
37108 \begin_layout Plain Layout
37109
37110 \backslash
37111 choose
37112 \end_layout
37113
37114 \end_inset
37115 </cell>
37116 <cell alignment="center" valignment="top" usebox="none">
37117 \begin_inset Text
37118
37119 \begin_layout Plain Layout
37120
37121 \backslash
37122 binom
37123 \end_layout
37124
37125 \end_inset
37126 </cell>
37127 </row>
37128 <row>
37129 <cell alignment="center" valignment="top" usebox="none">
37130 \begin_inset Text
37131
37132 \begin_layout Plain Layout
37133
37134 \backslash
37135 geq
37136 \end_layout
37137
37138 \end_inset
37139 </cell>
37140 <cell alignment="center" valignment="top" usebox="none">
37141 \begin_inset Text
37142
37143 \begin_layout Plain Layout
37144
37145 \backslash
37146 ge
37147 \end_layout
37148
37149 \end_inset
37150 </cell>
37151 </row>
37152 <row>
37153 <cell alignment="center" valignment="top" usebox="none">
37154 \begin_inset Text
37155
37156 \begin_layout Plain Layout
37157
37158 \backslash
37159 lbrace
37160 \end_layout
37161
37162 \end_inset
37163 </cell>
37164 <cell alignment="center" valignment="top" usebox="none">
37165 \begin_inset Text
37166
37167 \begin_layout Plain Layout
37168 {
37169 \end_layout
37170
37171 \end_inset
37172 </cell>
37173 </row>
37174 <row>
37175 <cell alignment="center" valignment="top" usebox="none">
37176 \begin_inset Text
37177
37178 \begin_layout Plain Layout
37179
37180 \backslash
37181 lbracket
37182 \end_layout
37183
37184 \end_inset
37185 </cell>
37186 <cell alignment="center" valignment="top" usebox="none">
37187 \begin_inset Text
37188
37189 \begin_layout Plain Layout
37190 [
37191 \end_layout
37192
37193 \end_inset
37194 </cell>
37195 </row>
37196 <row>
37197 <cell alignment="center" valignment="top" usebox="none">
37198 \begin_inset Text
37199
37200 \begin_layout Plain Layout
37201
37202 \backslash
37203 leftarrow
37204 \end_layout
37205
37206 \end_inset
37207 </cell>
37208 <cell alignment="center" valignment="top" usebox="none">
37209 \begin_inset Text
37210
37211 \begin_layout Plain Layout
37212
37213 \backslash
37214 gets
37215 \end_layout
37216
37217 \end_inset
37218 </cell>
37219 </row>
37220 <row>
37221 <cell alignment="center" valignment="top" usebox="none">
37222 \begin_inset Text
37223
37224 \begin_layout Plain Layout
37225
37226 \backslash
37227 leq
37228 \end_layout
37229
37230 \end_inset
37231 </cell>
37232 <cell alignment="center" valignment="top" usebox="none">
37233 \begin_inset Text
37234
37235 \begin_layout Plain Layout
37236
37237 \backslash
37238 le
37239 \end_layout
37240
37241 \end_inset
37242 </cell>
37243 </row>
37244 <row>
37245 <cell alignment="center" valignment="top" usebox="none">
37246 \begin_inset Text
37247
37248 \begin_layout Plain Layout
37249
37250 \backslash
37251 lor
37252 \end_layout
37253
37254 \end_inset
37255 </cell>
37256 <cell alignment="center" valignment="top" usebox="none">
37257 \begin_inset Text
37258
37259 \begin_layout Plain Layout
37260
37261 \backslash
37262 vee
37263 \end_layout
37264
37265 \end_inset
37266 </cell>
37267 </row>
37268 <row>
37269 <cell alignment="center" valignment="top" usebox="none">
37270 \begin_inset Text
37271
37272 \begin_layout Plain Layout
37273
37274 \backslash
37275 neq
37276 \end_layout
37277
37278 \end_inset
37279 </cell>
37280 <cell alignment="center" valignment="top" usebox="none">
37281 \begin_inset Text
37282
37283 \begin_layout Plain Layout
37284
37285 \backslash
37286 not=
37287 \end_layout
37288
37289 \end_inset
37290 </cell>
37291 </row>
37292 <row>
37293 <cell alignment="center" valignment="top" usebox="none">
37294 \begin_inset Text
37295
37296 \begin_layout Plain Layout
37297
37298 \backslash
37299 slash
37300 \end_layout
37301
37302 \end_inset
37303 </cell>
37304 <cell alignment="center" valignment="top" usebox="none">
37305 \begin_inset Text
37306
37307 \begin_layout Plain Layout
37308 /
37309 \end_layout
37310
37311 \end_inset
37312 </cell>
37313 </row>
37314 <row>
37315 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37316 \begin_inset Text
37317
37318 \begin_layout Plain Layout
37319
37320 \backslash
37321 vert
37322 \end_layout
37323
37324 \end_inset
37325 </cell>
37326 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37327 \begin_inset Text
37328
37329 \begin_layout Plain Layout
37330 |
37331 \end_layout
37332
37333 \end_inset
37334 </cell>
37335 </row>
37336 </lyxtabular>
37337
37338 \end_inset
37339
37340
37341 \begin_inset space \hfill{}
37342 \end_inset
37343
37344
37345 \begin_inset Tabular
37346 <lyxtabular version="3" rows="12" columns="2">
37347 <features booktabs="true" tabularvalignment="middle">
37348 <column alignment="center" valignment="top" width="0pt">
37349 <column alignment="center" valignment="top" width="0pt">
37350 <row>
37351 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37352 \begin_inset Text
37353
37354 \begin_layout Plain Layout
37355 Command
37356 \end_layout
37357
37358 \end_inset
37359 </cell>
37360 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37361 \begin_inset Text
37362
37363 \begin_layout Plain Layout
37364 equivalent to
37365 \end_layout
37366
37367 \end_inset
37368 </cell>
37369 </row>
37370 <row>
37371 <cell alignment="center" valignment="top" usebox="none">
37372 \begin_inset Text
37373
37374 \begin_layout Plain Layout
37375
37376 \backslash
37377 backslash
37378 \end_layout
37379
37380 \end_inset
37381 </cell>
37382 <cell alignment="center" valignment="top" usebox="none">
37383 \begin_inset Text
37384
37385 \begin_layout Plain Layout
37386
37387 \backslash
37388
37389 \backslash
37390
37391 \end_layout
37392
37393 \end_inset
37394 </cell>
37395 </row>
37396 <row>
37397 <cell alignment="center" valignment="top" usebox="none">
37398 \begin_inset Text
37399
37400 \begin_layout Plain Layout
37401
37402 \backslash
37403 dasharrow
37404 \end_layout
37405
37406 \end_inset
37407 </cell>
37408 <cell alignment="center" valignment="top" usebox="none">
37409 \begin_inset Text
37410
37411 \begin_layout Plain Layout
37412
37413 \backslash
37414 dashrightarrow
37415 \end_layout
37416
37417 \end_inset
37418 </cell>
37419 </row>
37420 <row>
37421 <cell alignment="center" valignment="top" usebox="none">
37422 \begin_inset Text
37423
37424 \begin_layout Plain Layout
37425
37426 \backslash
37427 land
37428 \end_layout
37429
37430 \end_inset
37431 </cell>
37432 <cell alignment="center" valignment="top" usebox="none">
37433 \begin_inset Text
37434
37435 \begin_layout Plain Layout
37436
37437 \backslash
37438 wedge
37439 \end_layout
37440
37441 \end_inset
37442 </cell>
37443 </row>
37444 <row>
37445 <cell alignment="center" valignment="top" usebox="none">
37446 \begin_inset Text
37447
37448 \begin_layout Plain Layout
37449
37450 \backslash
37451 rbrace
37452 \end_layout
37453
37454 \end_inset
37455 </cell>
37456 <cell alignment="center" valignment="top" usebox="none">
37457 \begin_inset Text
37458
37459 \begin_layout Plain Layout
37460 }
37461 \end_layout
37462
37463 \end_inset
37464 </cell>
37465 </row>
37466 <row>
37467 <cell alignment="center" valignment="top" usebox="none">
37468 \begin_inset Text
37469
37470 \begin_layout Plain Layout
37471
37472 \backslash
37473 rbracket
37474 \end_layout
37475
37476 \end_inset
37477 </cell>
37478 <cell alignment="center" valignment="top" usebox="none">
37479 \begin_inset Text
37480
37481 \begin_layout Plain Layout
37482 ]
37483 \end_layout
37484
37485 \end_inset
37486 </cell>
37487 </row>
37488 <row>
37489 <cell alignment="center" valignment="top" usebox="none">
37490 \begin_inset Text
37491
37492 \begin_layout Plain Layout
37493
37494 \backslash
37495 rightarrow
37496 \end_layout
37497
37498 \end_inset
37499 </cell>
37500 <cell alignment="center" valignment="top" usebox="none">
37501 \begin_inset Text
37502
37503 \begin_layout Plain Layout
37504
37505 \backslash
37506 to
37507 \end_layout
37508
37509 \end_inset
37510 </cell>
37511 </row>
37512 <row>
37513 <cell alignment="center" valignment="top" usebox="none">
37514 \begin_inset Text
37515
37516 \begin_layout Plain Layout
37517
37518 \backslash
37519 lnot
37520 \end_layout
37521
37522 \end_inset
37523 </cell>
37524 <cell alignment="center" valignment="top" usebox="none">
37525 \begin_inset Text
37526
37527 \begin_layout Plain Layout
37528
37529 \backslash
37530 neg
37531 \end_layout
37532
37533 \end_inset
37534 </cell>
37535 </row>
37536 <row>
37537 <cell alignment="center" valignment="top" usebox="none">
37538 \begin_inset Text
37539
37540 \begin_layout Plain Layout
37541
37542 \backslash
37543 ne
37544 \end_layout
37545
37546 \end_inset
37547 </cell>
37548 <cell alignment="center" valignment="top" usebox="none">
37549 \begin_inset Text
37550
37551 \begin_layout Plain Layout
37552
37553 \backslash
37554 not=
37555 \end_layout
37556
37557 \end_inset
37558 </cell>
37559 </row>
37560 <row>
37561 <cell alignment="center" valignment="top" usebox="none">
37562 \begin_inset Text
37563
37564 \begin_layout Plain Layout
37565
37566 \backslash
37567 owns
37568 \end_layout
37569
37570 \end_inset
37571 </cell>
37572 <cell alignment="center" valignment="top" usebox="none">
37573 \begin_inset Text
37574
37575 \begin_layout Plain Layout
37576
37577 \backslash
37578 ni
37579 \end_layout
37580
37581 \end_inset
37582 </cell>
37583 </row>
37584 <row>
37585 <cell alignment="center" valignment="top" usebox="none">
37586 \begin_inset Text
37587
37588 \begin_layout Plain Layout
37589
37590 \backslash
37591 square
37592 \end_layout
37593
37594 \end_inset
37595 </cell>
37596 <cell alignment="center" valignment="top" usebox="none">
37597 \begin_inset Text
37598
37599 \begin_layout Plain Layout
37600
37601 \backslash
37602 Box
37603 \end_layout
37604
37605 \end_inset
37606 </cell>
37607 </row>
37608 <row>
37609 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37610 \begin_inset Text
37611
37612 \begin_layout Plain Layout
37613
37614 \backslash
37615 Vert
37616 \end_layout
37617
37618 \end_inset
37619 </cell>
37620 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37621 \begin_inset Text
37622
37623 \begin_layout Plain Layout
37624
37625 \backslash
37626 |
37627 \end_layout
37628
37629 \end_inset
37630 </cell>
37631 </row>
37632 </lyxtabular>
37633
37634 \end_inset
37635
37636
37637 \begin_inset space \hfill{}
37638 \end_inset
37639
37640
37641 \end_layout
37642
37643 \begin_layout Standard
37644 \begin_inset Newpage newpage
37645 \end_inset
37646
37647
37648 \end_layout
37649
37650 \begin_layout Bibliography
37651 \begin_inset CommandInset bibitem
37652 LatexCommand bibitem
37653 key "TLC2"
37654
37655 \end_inset
37656
37657
37658 \shape smallcaps
37659 Mittelbach, F.
37660  ; Goossens, M.
37661 \shape default
37662
37663 \shape italic
37664 The \SpecialChar LaTeX
37665  Companion
37666 \shape default
37667 .
37668  Addison Wesley, 2004
37669 \end_layout
37670
37671 \begin_layout Bibliography
37672 \begin_inset CommandInset bibitem
37673 LatexCommand bibitem
37674 key "Mathmode"
37675
37676 \end_inset
37677
37678
37679 \begin_inset CommandInset href
37680 LatexCommand href
37681 name "Description"
37682 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37683
37684 \end_inset
37685
37686  of \SpecialChar LaTeX
37687 's math abilities
37688 \end_layout
37689
37690 \begin_layout Bibliography
37691 \begin_inset CommandInset bibitem
37692 LatexCommand bibitem
37693 key "AMS"
37694
37695 \end_inset
37696
37697
37698 \begin_inset CommandInset href
37699 LatexCommand href
37700 name "Description"
37701 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37702
37703 \end_inset
37704
37705  of 
37706 \begin_inset ERT
37707 status collapsed
37708
37709 \begin_layout Plain Layout
37710
37711
37712 \backslash
37713 AmS
37714 \end_layout
37715
37716 \end_inset
37717
37718 -\SpecialChar LaTeX
37719
37720 \end_layout
37721
37722 \begin_layout Bibliography
37723 \begin_inset CommandInset bibitem
37724 LatexCommand bibitem
37725 key "Symbols"
37726
37727 \end_inset
37728
37729
37730 \begin_inset CommandInset href
37731 LatexCommand href
37732 name "List"
37733 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37734
37735 \end_inset
37736
37737  of all symbols available with \SpecialChar LaTeX
37738 -packages
37739 \end_layout
37740
37741 \begin_layout Bibliography
37742 \begin_inset CommandInset bibitem
37743 LatexCommand bibitem
37744 key "cancel"
37745
37746 \end_inset
37747
37748
37749 \begin_inset CommandInset href
37750 LatexCommand href
37751 name "Documentation"
37752 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37753
37754 \end_inset
37755
37756  of the \SpecialChar LaTeX
37757 -package 
37758 \series bold
37759 cancel
37760 \series default
37761
37762 \begin_inset Index idx
37763 status collapsed
37764
37765 \begin_layout Plain Layout
37766 Packages ! cancel
37767 \end_layout
37768
37769 \end_inset
37770
37771
37772 \end_layout
37773
37774 \begin_layout Bibliography
37775 \begin_inset CommandInset bibitem
37776 LatexCommand bibitem
37777 key "hyperref"
37778
37779 \end_inset
37780
37781
37782 \begin_inset CommandInset href
37783 LatexCommand href
37784 name "Documentation"
37785 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37786
37787 \end_inset
37788
37789  of the \SpecialChar LaTeX
37790 -package 
37791 \series bold
37792 hyperref
37793 \series default
37794
37795 \begin_inset Index idx
37796 status collapsed
37797
37798 \begin_layout Plain Layout
37799 Packages ! hyperref
37800 \end_layout
37801
37802 \end_inset
37803
37804
37805 \end_layout
37806
37807 \begin_layout Bibliography
37808 \begin_inset CommandInset bibitem
37809 LatexCommand bibitem
37810 key "mhchem"
37811
37812 \end_inset
37813
37814
37815 \begin_inset CommandInset href
37816 LatexCommand href
37817 name "Documentation"
37818 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37819
37820 \end_inset
37821
37822  of the \SpecialChar LaTeX
37823 -package 
37824 \series bold
37825 mhchem
37826 \series default
37827
37828 \begin_inset Index idx
37829 status collapsed
37830
37831 \begin_layout Plain Layout
37832 Packages ! mhchem
37833 \end_layout
37834
37835 \end_inset
37836
37837
37838 \end_layout
37839
37840 \begin_layout Bibliography
37841 \begin_inset CommandInset bibitem
37842 LatexCommand bibitem
37843 key "Duden"
37844
37845 \end_inset
37846
37847
37848 \emph on
37849 Duden Band 1
37850 \emph default
37851 .
37852  22.
37853  Auflage, Duden 2001
37854 \end_layout
37855
37856 \begin_layout Bibliography
37857 \begin_inset CommandInset bibitem
37858 LatexCommand bibitem
37859 key "Checklist"
37860
37861 \end_inset
37862
37863
37864 \begin_inset CommandInset href
37865 LatexCommand href
37866 name "Check list"
37867 target "http://physics.nist.gov/Document/checklist.pdf"
37868
37869 \end_inset
37870
37871  for reviewing manuscripts
37872 \end_layout
37873
37874 \begin_layout Standard
37875 \begin_inset CommandInset index_print
37876 LatexCommand printindex
37877 type "idx"
37878
37879 \end_inset
37880
37881
37882 \end_layout
37883
37884 \end_body
37885 \end_document