]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
2098c80d73ea35034ac08233cab5ee09e73ff16f
[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 unavailable
6 \textclass scrartcl
7 \begin_preamble
8 % DO NOT ALTER THIS PREAMBLE!!!
9 %
10 % This preamble is designed to ensure that the file prints
11 % out as advertised. If you mess with this preamble,
12 % parts of this document may not print out as expected.  If you
13 % have problems LaTeXing this file, please contact 
14 % the documentation team
15 % email: lyx-docs@lists.lyx.org
16
17 % solves the following problem:
18 % If the dection number consits of too many numerals the section heading
19 % will be printed in the TOC without a space between it and the section number.
20 % As solution more space between the number and the heading is inserted:
21 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
22 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
23
24 % increase link area for cross-references and autoname them,
25 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
26 \@ifundefined{extrasenglish}{\usepackage[english]{babel}}{}
27 \@ifpackageloaded{babel}{
28  \addto\extrasenglish{%
29   \renewcommand*{\equationautorefname}[1]{}%
30   \renewcommand{\sectionautorefname}{sec.\negthinspace}%
31   \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
32   \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
33  }
34 }{}
35
36 % don't load packages twice
37 % see first footnote in sec. 9.3
38 \@ifundefined{textcolor}{\usepackage{color}}{}
39
40 % the pages of the TOC are numbered roman
41 % and a PDF-bookmark for the TOC is added
42 \pagenumbering{roman}
43 \let\myTOC\tableofcontents
44 \renewcommand{\tableofcontents}{%
45  \vspace{1cm}
46  \pdfbookmark[1]{\contentsname}{}
47  \myTOC
48  \cleardoublepage
49  \pagenumbering{arabic}}
50
51 % add 0.5 mm vertical space for table rows
52 \@ifundefined{extrarowheight} {\usepackage{array}}{}
53 \setlength{\extrarowheight}{0.5mm}
54
55 % insert additional vertical space of 1.5 mm between footnotes,
56 \let\myFoot\footnote
57 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
58
59 % makes caption labels bold
60 \setkomafont{captionlabel}{\bfseries}
61
62 % enables calculation of values
63 \usepackage{calc}
64
65 % for multiple columns used in sec. 24.7
66 \usepackage{multicol}
67
68 % needed in sec. 19.4
69 \usepackage{remreset}
70
71 % for the Fourier transformation symbol
72 \usepackage{mathrsfs}
73
74 % define a color, used in sec.9.3
75 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
76
77 % declare operators (see sec. 10.4 and sec. 15.2)
78 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
79 \DeclareMathOperator{\sgn}{sgn}
80
81 % example definitions for sec. 20.1 
82 \newcommand{\gr}{\Longrightarrow}
83 \newcommand{\us}[1]{\underline{#1}}
84 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
85 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
86 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
87
88 % example macro from sec. 19.4
89 %\def\tagform@#1{\maketag@@@{|#1|}}
90
91
92 % ------------------------------------
93 % used to check for needed LaTeX packages
94 \usepackage{ifthen}
95
96 % check for package undertilde
97 % used for the command \utilde
98 \newboolean{undertilde}
99 \IfFileExists{undertilde.sty}
100  {\usepackage{undertilde}
101   \setboolean{undertilde}{true}}
102  {\setboolean{undertilde}{false}}
103
104 % check for package eurosym
105 % used for the Euro symbol
106 \newboolean{eurosym}
107 \IfFileExists{eurosym.sty}
108  {\usepackage[gennarrow]{eurosym}
109   \setboolean{eurosym}{true}}
110  {\setboolean{eurosym}{false}}
111
112 % check for package braket
113 % used for physical vectors
114 \newboolean{braket}
115 \IfFileExists{braket.sty}
116  {\usepackage{braket}
117   \setboolean{braket}{true}}
118  {\setboolean{braket}{false}}
119
120 % check for package cancel
121 \newboolean{cancel}
122 \IfFileExists{cancel.sty}
123  {\usepackage{cancel}
124   \setboolean{cancel}{true}}
125  {\setboolean{cancel}{false}}
126
127 % check for package upgreek
128 \newboolean{upgreek}
129 \IfFileExists{upgreek.sty}
130  {\usepackage{upgreek}
131   \setboolean{upgreek}{true}}
132  {\setboolean{upgreek}{false}}
133 \end_preamble
134 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
135 \use_default_options false
136 \maintain_unincluded_children false
137 \language english
138 \language_package default
139 \inputencoding auto
140 \fontencoding global
141 \font_roman "lmodern" "default"
142 \font_sans "lmss" "default"
143 \font_typewriter "lmtt" "default"
144 \font_math "auto" "auto"
145 \font_default_family default
146 \use_non_tex_fonts false
147 \font_sc false
148 \font_osf false
149 \font_sf_scale 100 100
150 \font_tt_scale 100 100
151 \graphics default
152 \default_output_format pdf2
153 \output_sync 0
154 \bibtex_command default
155 \index_command default
156 \paperfontsize 12
157 \spacing single
158 \use_hyperref true
159 \pdf_title "LyX's Math Manual"
160 \pdf_author "LyX Team, Uwe Stöhr"
161 \pdf_subject "LyX-documentation about math"
162 \pdf_keywords "LyX, Mathed"
163 \pdf_bookmarks true
164 \pdf_bookmarksnumbered true
165 \pdf_bookmarksopen true
166 \pdf_bookmarksopenlevel 1
167 \pdf_breaklinks false
168 \pdf_pdfborder false
169 \pdf_colorlinks true
170 \pdf_backref false
171 \pdf_pdfusetitle false
172 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
173 \papersize a4paper
174 \use_geometry false
175 \use_package amsmath 2
176 \use_package amssymb 2
177 \use_package cancel 0
178 \use_package esint 1
179 \use_package mathdots 1
180 \use_package mathtools 2
181 \use_package mhchem 1
182 \use_package stackrel 0
183 \use_package stmaryrd 0
184 \use_package undertilde 0
185 \cite_engine basic
186 \cite_engine_type default
187 \biblio_style plain
188 \use_bibtopic false
189 \use_indices false
190 \paperorientation portrait
191 \suppress_date false
192 \justification true
193 \use_refstyle 0
194 \notefontcolor #0000ff
195 \index Index
196 \shortcut idx
197 \color #008000
198 \end_index
199 \secnumdepth 4
200 \tocdepth 3
201 \paragraph_separation skip
202 \defskip medskip
203 \quotes_language english
204 \papercolumns 1
205 \papersides 2
206 \paperpagestyle plain
207 \bullet 1 0 6 -1
208 \bullet 2 2 35 -1
209 \bullet 3 2 7 -1
210 \tracking_changes false
211 \output_changes false
212 \html_math_output 0
213 \html_css_as_file 0
214 \html_be_strict false
215 \end_header
216
217 \begin_body
218
219 \begin_layout Title
220 \SpecialChar LyX
221 's detailed Math manual
222 \end_layout
223
224 \begin_layout Author
225 by the \SpecialChar LyX
226  Team
227 \begin_inset Foot
228 status collapsed
229
230 \begin_layout Plain Layout
231 \noindent
232 If you have comments or error corrections, please send them to the \SpecialChar LyX
233  Documentatio
234 n mailing list: 
235 \family typewriter
236
237 \begin_inset CommandInset href
238 LatexCommand href
239 name "lyx-docs@lists.lyx.org"
240 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
241 type "mailto:"
242
243 \end_inset
244
245
246 \end_layout
247
248 \end_inset
249
250
251 \begin_inset Note Note
252 status collapsed
253
254 \begin_layout Plain Layout
255 author: Uwe Stöhr
256 \end_layout
257
258 \end_inset
259
260
261 \begin_inset Newline newline
262 \end_inset
263
264
265 \begin_inset Newline newline
266 \end_inset
267
268
269 \family sans
270 Version 2.2.x
271 \end_layout
272
273 \begin_layout Standard
274 \begin_inset CommandInset toc
275 LatexCommand tableofcontents
276
277 \end_inset
278
279
280 \end_layout
281
282 \begin_layout Standard
283 \begin_inset Note Note
284 status open
285
286 \begin_layout Plain Layout
287 To export this document to PDF, PS or DVI the \SpecialChar LaTeX
288 -packages 
289 \series bold
290 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
291 \series default
292  and 
293 \series bold
294 was
295 \series default
296  should be installed.
297  If they are not installed the document can be exported anyway but the sections
298  where the packages are required will not appear in the output.
299  An exception is 
300 \series bold
301 mhchem
302 \series default
303 ; if it is not installed, this file cannot be exported.
304 \end_layout
305
306 \begin_layout Plain Layout
307 The latest PDF-version of this document can be found here:
308 \begin_inset Newline newline
309 \end_inset
310
311
312 \series bold
313 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
314 \end_layout
315
316 \end_inset
317
318
319 \end_layout
320
321 \begin_layout Standard
322 \begin_inset Newpage newpage
323 \end_inset
324
325
326 \end_layout
327
328 \begin_layout Section
329 Introduction
330 \end_layout
331
332 \begin_layout Standard
333 This document explains \SpecialChar LyX
334 's math features and is furthermore a collection
335  of \SpecialChar LaTeX
336 -commands used for mathematical characters and constructs.
337  The explanations are designed for the usage of commands.
338  It is therefore required that you have read the section 
339 \family typewriter
340 Mathematical
341 \begin_inset space ~
342 \end_inset
343
344 Formulas
345 \family default
346  of the User's Guide.
347 \end_layout
348
349 \begin_layout Standard
350 Most of the characters and many constructs explained in this manual are
351  also accessible via the menu 
352 \family sans
353 Insert
354 \series bold
355 \SpecialChar menuseparator
356
357 \series default
358 Math
359 \family default
360  or the 
361 \family sans
362 math
363 \family default
364 \series bold
365  
366 \family sans
367 \series default
368 toolbar
369 \family default
370 .
371  But everybody who has to write lots of formulas will notice that it is
372  much faster to use commands instead of the math toolbar.
373  Therefore this manual is focused on commands but also mentions the correspondin
374 g toolbar buttons when available.
375 \end_layout
376
377 \begin_layout Standard
378 If not specially mentioned the commands are only available within formulas.
379  To be able to use all commands explained in this document, the option 
380 \family sans
381 Use AMS math package
382 \family default
383  must be checked in the document settings (menu 
384 \family sans
385 Document\SpecialChar menuseparator
386 Settings\SpecialChar menuseparator
387 Math
388 \begin_inset space ~
389 \end_inset
390
391 Options
392 \family default
393 ).
394 \begin_inset Foot
395 status collapsed
396
397 \begin_layout Plain Layout
398 The option 
399 \family sans
400 Use AMS math package automatically
401 \family default
402  only uses 
403 \begin_inset ERT
404 status collapsed
405
406 \begin_layout Plain Layout
407
408
409 \backslash
410 AmS 
411 \end_layout
412
413 \end_inset
414
415 -math when math constructs are found that are supported by \SpecialChar LyX
416 .
417 \end_layout
418
419 \end_inset
420
421
422 \end_layout
423
424 \begin_layout Standard
425 This document doesn't list all 
426 \begin_inset ERT
427 status collapsed
428
429 \begin_layout Plain Layout
430
431
432 \backslash
433 AmS 
434 \end_layout
435
436 \end_inset
437
438 -math commands
439 \begin_inset Foot
440 status collapsed
441
442 \begin_layout Plain Layout
443 A list with all 
444 \begin_inset ERT
445 status collapsed
446
447 \begin_layout Plain Layout
448
449
450 \backslash
451 AmS
452 \end_layout
453
454 \end_inset
455
456 -math commands is in the file 
457 \family sans
458
459 \begin_inset CommandInset href
460 LatexCommand href
461 name "amsguide.ps"
462 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
463
464 \end_inset
465
466
467 \family default
468 , which is part of every \SpecialChar LaTeX
469  standard installation.
470 \end_layout
471
472 \end_inset
473
474  for lucidity reasons.
475 \end_layout
476
477 \begin_layout Section
478 General Instructions
479 \end_layout
480
481 \begin_layout Standard
482 To create an inline formula
483 \begin_inset Index idx
484 status collapsed
485
486 \begin_layout Plain Layout
487 Formula ! inline
488 \end_layout
489
490 \end_inset
491
492  that is embedded into a text line, use one of the shortcuts 
493 \begin_inset Info
494 type  "shortcuts"
495 arg   "math-mode"
496 \end_inset
497
498  or the toolbar button 
499 \begin_inset Info
500 type  "icon"
501 arg   "math-mode"
502 \end_inset
503
504 .
505 \begin_inset Newline newline
506 \end_inset
507
508 To create a display style formula
509 \begin_inset Index idx
510 status collapsed
511
512 \begin_layout Plain Layout
513 Formula ! display style
514 \end_layout
515
516 \end_inset
517
518  which will appear bigger, has a different format, and will be in a separate
519  paragraph, use one of these shortcuts: 
520 \begin_inset Info
521 type  "shortcuts"
522 arg   "math-display"
523 \end_inset
524
525 .
526 \end_layout
527
528 \begin_layout Standard
529 To change a display style formula to an inline formula, set the cursor into
530  the formula and use one of the shortcuts 
531 \begin_inset Info
532 type  "shortcuts"
533 arg   "math-mode"
534 \end_inset
535
536  or the menu 
537 \family sans
538 Edit\SpecialChar menuseparator
539 Math\SpecialChar menuseparator
540 Change formula type
541 \family default
542 .
543  The same way is used to change an inline formula to a display style formula.
544 \end_layout
545
546 \begin_layout Standard
547 To display parts of an inline formula in the size of a display style formula,
548  enter the command 
549 \series bold
550
551 \backslash
552 displaystyle
553 \series default
554
555 \begin_inset Index idx
556 status collapsed
557
558 \begin_layout Plain Layout
559 Commands ! D ! 
560 \backslash
561 displaystyle
562 \end_layout
563
564 \end_inset
565
566  to a formula.
567  Then a new blue box appears in which the desired formula part is inserted.
568 \end_layout
569
570 \begin_layout Standard
571 Only inline formulas are allowed inside tables.
572 \end_layout
573
574 \begin_layout Standard
575 The 
576 \family sans
577 math toolbar
578 \family default
579  can be turned on in the menu 
580 \family sans
581 View\SpecialChar menuseparator
582 Toolbars
583 \family default
584 .
585  When you click there on 
586 \begin_inset Quotes eld
587 \end_inset
588
589 Math
590 \begin_inset Quotes erd
591 \end_inset
592
593  the toolbar will be shown permanently at the bottom; this state is visualized
594  in the 
595 \family sans
596 Toolbars
597 \family default
598  menu with a checkmark.
599  When you click in this state again on 
600 \begin_inset Quotes eld
601 \end_inset
602
603 Math
604 \begin_inset Quotes erd
605 \end_inset
606
607  in the 
608 \family sans
609 Toolbars
610 \family default
611  menu, the 
612 \family sans
613 math toolbar
614 \family default
615  is only shown when the cursor is within a formula; this state is visualized
616  by the renaming of the menu entry from 
617 \begin_inset Quotes eld
618 \end_inset
619
620 Math
621 \begin_inset Quotes erd
622 \end_inset
623
624  to 
625 \begin_inset Quotes eld
626 \end_inset
627
628 Math
629 \begin_inset space ~
630 \end_inset
631
632 (auto)
633 \begin_inset Quotes erd
634 \end_inset
635
636 .
637 \end_layout
638
639 \begin_layout Standard
640 The \SpecialChar TeX
641  mode
642 \begin_inset Index idx
643 status collapsed
644
645 \begin_layout Plain Layout
646 T@\SpecialChar TeX
647 -mode
648 \end_layout
649
650 \end_inset
651
652  is invoked by pressing the toolbar button 
653 \begin_inset Info
654 type  "icon"
655 arg   "ert-insert"
656 \end_inset
657
658  or by using the menu 
659 \family sans
660 Insert\SpecialChar menuseparator
661 TeX Code
662 \family default
663  (shortcut 
664 \begin_inset Info
665 type  "shortcut"
666 arg   "ert-insert"
667 \end_inset
668
669 ).
670 \end_layout
671
672 \begin_layout Standard
673 To change the \SpecialChar LaTeX
674 -preamble
675 \begin_inset Index idx
676 status collapsed
677
678 \begin_layout Plain Layout
679 L@\SpecialChar LaTeX
680 -preamble
681 \end_layout
682
683 \end_inset
684
685 , use the menu 
686 \family sans
687 Document\SpecialChar menuseparator
688 Settings\SpecialChar menuseparator
689 LaTeX
690 \family default
691  
692 \family sans
693 Preamble
694 \family default
695 .
696 \end_layout
697
698 \begin_layout Standard
699 To edit matrices, case differentiations and multiline formulas subsequently,
700  use the menus 
701 \family sans
702 Edit\SpecialChar menuseparator
703 Math
704 \family default
705  and 
706 \family sans
707 Edit\SpecialChar menuseparator
708 Rows
709 \begin_inset space \thinspace{}
710 \end_inset
711
712 &
713 \begin_inset space \thinspace{}
714 \end_inset
715
716 Columns,
717 \family default
718  or the 
719 \family sans
720 table toolbar
721 \family default
722 .
723  When lines and columns are swapped via the menu, the column or line where
724  the cursor is in is exchanged with the column to the right or the line
725  below, respectively.
726  Is the cursor in the last column or row, the exchange is done with the
727  column to the left or the line above.
728 \end_layout
729
730 \begin_layout Standard
731 To write text in formulas
732 \begin_inset Foot
733 status collapsed
734
735 \begin_layout Plain Layout
736 For multiline formulas the command 
737 \series bold
738
739 \backslash
740 intertext
741 \series default
742  is used, see 
743 \begin_inset CommandInset ref
744 LatexCommand ref
745 reference "subsec:Text-in-multiline"
746
747 \end_inset
748
749 .
750 \end_layout
751
752 \end_inset
753
754  
755 \emph on
756 mathematical text
757 \emph default
758
759 \begin_inset Index idx
760 status collapsed
761
762 \begin_layout Plain Layout
763 Text ! in formulas
764 \end_layout
765
766 \end_inset
767
768
769 \begin_inset Index idx
770 status collapsed
771
772 \begin_layout Plain Layout
773 Mathematical text
774 \end_layout
775
776 \end_inset
777
778  is used.
779  This mode is invoked with the shortcut 
780 \begin_inset Info
781 type  "shortcut"
782 arg   "font-default"
783 \end_inset
784
785  or by the insertion of the command 
786 \series bold
787
788 \backslash
789 text
790 \series default
791
792 \begin_inset Index idx
793 status collapsed
794
795 \begin_layout Plain Layout
796 Commands ! T ! 
797 \backslash
798 text
799 \end_layout
800
801 \end_inset
802
803 .
804  The text appears black in \SpecialChar LyX
805  and can therefore be distinguished from the
806  other formula parts which appear blue.
807  In the output mathematical text is set upright, in contrary to other formula
808  parts.
809 \end_layout
810
811 \begin_layout Subsection*
812 Command Scheme
813 \end_layout
814
815 \begin_layout Standard
816 Most of the \SpecialChar LaTeX
817 -commands for math constructs have the following scheme:
818 \end_layout
819
820 \begin_layout Standard
821
822 \series bold
823
824 \backslash
825 commandname[optional
826 \series default
827  
828 \series bold
829 argument]{required
830 \series default
831  
832 \series bold
833 argument}
834 \end_layout
835
836 \begin_layout Standard
837 A command always starts with a backslash 
838 \begin_inset Quotes gld
839 \end_inset
840
841
842 \series bold
843
844 \backslash
845
846 \series default
847
848 \begin_inset Quotes grd
849 \end_inset
850
851 .
852  To omit optional arguments, also omit the associated brackets.
853  The braces around the required arguments are named in this document as
854  \SpecialChar TeX
855  braces
856 \begin_inset Index idx
857 status collapsed
858
859 \begin_layout Plain Layout
860 T@\SpecialChar TeX
861 -braces
862 \end_layout
863
864 \end_inset
865
866 .
867  If you add in a formula a left brace to a command name, \SpecialChar LyX
868  automatically
869  creates a \SpecialChar TeX
870  brace.
871  In all other cases \SpecialChar TeX
872  braces are created in formulas with the command 
873 \series bold
874
875 \backslash
876 {
877 \series default
878 .
879  \SpecialChar TeX
880  braces appear red in \SpecialChar LyX
881 , in contrary to normal braces which appear blue.
882  In \SpecialChar TeX
883  mode no command is needed to get \SpecialChar TeX
884  braces.
885  \SpecialChar TeX
886  braces don't appear in the output.
887 \end_layout
888
889 \begin_layout Standard
890 When commands without arguments, like commands for symbols are entered in
891  \SpecialChar TeX
892  mode, a space character must 
893 \emph on
894 always
895 \emph default
896  be behind the command to end it.
897  This space doesn't appear in the output.
898  When the space should appear in the output, the space must be followed
899  by a protected space in normal text.
900 \end_layout
901
902 \begin_layout Standard
903 A protected space is inserted with 
904 \begin_inset Info
905 type  "shortcuts"
906 arg   "command-alternatives space-insert protected ; math-space"
907 \end_inset
908
909 .
910 \end_layout
911
912 \begin_layout Subsection*
913 \begin_inset Newpage newpage
914 \end_inset
915
916 Syntax Explanation
917 \end_layout
918
919 \begin_layout Itemize
920 The symbol 
921 \begin_inset space \textvisiblespace{}
922 \end_inset
923
924  denotes a space character to be input.
925 \end_layout
926
927 \begin_layout Itemize
928 An arrow like 
929 \begin_inset Formula $\to$
930 \end_inset
931
932  denotes the usage of the corresponding arrow key on the keyboard.
933  The 
934 \family sans
935 Tab
936 \family default
937  key can often be used instead of 
938 \begin_inset Formula $\to$
939 \end_inset
940
941  and 
942 \begin_inset Formula $\downarrow$
943 \end_inset
944
945 , and 
946 \family sans
947 Shift+Tab
948 \family default
949  instead of 
950 \begin_inset Formula $\leftarrow$
951 \end_inset
952
953  and 
954 \begin_inset Formula $\uparrow$
955 \end_inset
956
957 .
958 \end_layout
959
960 \begin_layout Subsection*
961 Available units
962 \end_layout
963
964 \begin_layout Standard
965 \align center
966 \begin_inset Float table
967 placement H
968 wide false
969 sideways false
970 status open
971
972 \begin_layout Plain Layout
973 \align center
974 \begin_inset Caption Standard
975
976 \begin_layout Plain Layout
977 \begin_inset CommandInset label
978 LatexCommand label
979 name "tab:Available-units"
980
981 \end_inset
982
983 Available units
984 \end_layout
985
986 \end_inset
987
988
989 \end_layout
990
991 \begin_layout Plain Layout
992 \align center
993 \begin_inset Tabular
994 <lyxtabular version="3" rows="13" columns="2">
995 <features booktabs="true" tabularvalignment="middle">
996 <column alignment="center" valignment="top">
997 <column alignment="center" valignment="top" width="0pt">
998 <row>
999 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1000 \begin_inset Text
1001
1002 \begin_layout Plain Layout
1003 Unit
1004 \end_layout
1005
1006 \end_inset
1007 </cell>
1008 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1009 \begin_inset Text
1010
1011 \begin_layout Plain Layout
1012 Name / Description
1013 \end_layout
1014
1015 \end_inset
1016 </cell>
1017 </row>
1018 <row>
1019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1020 \begin_inset Text
1021
1022 \begin_layout Plain Layout
1023 mm
1024 \end_layout
1025
1026 \end_inset
1027 </cell>
1028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1029 \begin_inset Text
1030
1031 \begin_layout Plain Layout
1032 Millimeter
1033 \end_layout
1034
1035 \end_inset
1036 </cell>
1037 </row>
1038 <row>
1039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1040 \begin_inset Text
1041
1042 \begin_layout Plain Layout
1043 cm
1044 \end_layout
1045
1046 \end_inset
1047 </cell>
1048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1049 \begin_inset Text
1050
1051 \begin_layout Plain Layout
1052 Centimeter
1053 \end_layout
1054
1055 \end_inset
1056 </cell>
1057 </row>
1058 <row>
1059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1060 \begin_inset Text
1061
1062 \begin_layout Plain Layout
1063 in
1064 \end_layout
1065
1066 \end_inset
1067 </cell>
1068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1069 \begin_inset Text
1070
1071 \begin_layout Plain Layout
1072 Inch (1
1073 \begin_inset space \thinspace{}
1074 \end_inset
1075
1076 in = 2,54
1077 \begin_inset space \thinspace{}
1078 \end_inset
1079
1080 cm)
1081 \end_layout
1082
1083 \end_inset
1084 </cell>
1085 </row>
1086 <row>
1087 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1088 \begin_inset Text
1089
1090 \begin_layout Plain Layout
1091 pt
1092 \end_layout
1093
1094 \end_inset
1095 </cell>
1096 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1097 \begin_inset Text
1098
1099 \begin_layout Plain Layout
1100 Point (72.27
1101 \begin_inset space \thinspace{}
1102 \end_inset
1103
1104 pt = 1
1105 \begin_inset space \thinspace{}
1106 \end_inset
1107
1108 in)
1109 \end_layout
1110
1111 \end_inset
1112 </cell>
1113 </row>
1114 <row>
1115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1116 \begin_inset Text
1117
1118 \begin_layout Plain Layout
1119 pc
1120 \end_layout
1121
1122 \end_inset
1123 </cell>
1124 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1125 \begin_inset Text
1126
1127 \begin_layout Plain Layout
1128 Pica (1
1129 \begin_inset space \thinspace{}
1130 \end_inset
1131
1132 pc = 12
1133 \begin_inset space \thinspace{}
1134 \end_inset
1135
1136 pt)
1137 \end_layout
1138
1139 \end_inset
1140 </cell>
1141 </row>
1142 <row>
1143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1144 \begin_inset Text
1145
1146 \begin_layout Plain Layout
1147 sp
1148 \end_layout
1149
1150 \end_inset
1151 </cell>
1152 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1153 \begin_inset Text
1154
1155 \begin_layout Plain Layout
1156 scaled point (65536
1157 \begin_inset space \thinspace{}
1158 \end_inset
1159
1160 sp = 1
1161 \begin_inset space \thinspace{}
1162 \end_inset
1163
1164 pt)
1165 \end_layout
1166
1167 \end_inset
1168 </cell>
1169 </row>
1170 <row>
1171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1172 \begin_inset Text
1173
1174 \begin_layout Plain Layout
1175 böp
1176 \end_layout
1177
1178 \end_inset
1179 </cell>
1180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1181 \begin_inset Text
1182
1183 \begin_layout Plain Layout
1184 big point (72
1185 \begin_inset space \thinspace{}
1186 \end_inset
1187
1188 bp = 1
1189 \begin_inset space \thinspace{}
1190 \end_inset
1191
1192 in)
1193 \end_layout
1194
1195 \end_inset
1196 </cell>
1197 </row>
1198 <row>
1199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1200 \begin_inset Text
1201
1202 \begin_layout Plain Layout
1203 dd
1204 \end_layout
1205
1206 \end_inset
1207 </cell>
1208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1209 \begin_inset Text
1210
1211 \begin_layout Plain Layout
1212 Didot (1
1213 \begin_inset space \thinspace{}
1214 \end_inset
1215
1216 dd 
1217 \begin_inset Formula $\approx$
1218 \end_inset
1219
1220  0.376
1221 \begin_inset space \thinspace{}
1222 \end_inset
1223
1224 mm)
1225 \end_layout
1226
1227 \end_inset
1228 </cell>
1229 </row>
1230 <row>
1231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1232 \begin_inset Text
1233
1234 \begin_layout Plain Layout
1235 cc
1236 \end_layout
1237
1238 \end_inset
1239 </cell>
1240 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1241 \begin_inset Text
1242
1243 \begin_layout Plain Layout
1244 Cicero (1
1245 \begin_inset space \thinspace{}
1246 \end_inset
1247
1248 cc = 12
1249 \begin_inset space \thinspace{}
1250 \end_inset
1251
1252 dd)
1253 \end_layout
1254
1255 \end_inset
1256 </cell>
1257 </row>
1258 <row>
1259 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1260 \begin_inset Text
1261
1262 \begin_layout Plain Layout
1263 ex
1264 \end_layout
1265
1266 \end_inset
1267 </cell>
1268 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1269 \begin_inset Text
1270
1271 \begin_layout Plain Layout
1272 Height of letter 
1273 \emph on
1274
1275 \begin_inset Quotes eld
1276 \end_inset
1277
1278 x
1279 \emph default
1280
1281 \begin_inset Quotes erd
1282 \end_inset
1283
1284  in the current font
1285 \end_layout
1286
1287 \end_inset
1288 </cell>
1289 </row>
1290 <row>
1291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1292 \begin_inset Text
1293
1294 \begin_layout Plain Layout
1295 em
1296 \end_layout
1297
1298 \end_inset
1299 </cell>
1300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1301 \begin_inset Text
1302
1303 \begin_layout Plain Layout
1304 width of letter 
1305 \begin_inset Quotes eld
1306 \end_inset
1307
1308
1309 \emph on
1310 M
1311 \emph default
1312
1313 \begin_inset Quotes erd
1314 \end_inset
1315
1316  in the current font
1317 \end_layout
1318
1319 \end_inset
1320 </cell>
1321 </row>
1322 <row>
1323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
1324 \begin_inset Text
1325
1326 \begin_layout Plain Layout
1327 mu
1328 \end_layout
1329
1330 \end_inset
1331 </cell>
1332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
1333 \begin_inset Text
1334
1335 \begin_layout Plain Layout
1336 math unit (1
1337 \begin_inset space \thinspace{}
1338 \end_inset
1339
1340 mu = 
1341 \begin_inset Formula $\nicefrac{1}{18}$
1342 \end_inset
1343
1344
1345 \begin_inset space \thinspace{}
1346 \end_inset
1347
1348 em)
1349 \end_layout
1350
1351 \end_inset
1352 </cell>
1353 </row>
1354 </lyxtabular>
1355
1356 \end_inset
1357
1358
1359 \end_layout
1360
1361 \end_inset
1362
1363
1364 \end_layout
1365
1366 \begin_layout Standard
1367 \begin_inset Newpage newpage
1368 \end_inset
1369
1370
1371 \end_layout
1372
1373 \begin_layout Section
1374 Basic Functions
1375 \end_layout
1376
1377 \begin_layout Subsection
1378 Exponents
1379 \begin_inset Index idx
1380 status collapsed
1381
1382 \begin_layout Plain Layout
1383 Exponents
1384 \end_layout
1385
1386 \end_inset
1387
1388  and Indices
1389 \begin_inset Index idx
1390 status collapsed
1391
1392 \begin_layout Plain Layout
1393 Indices
1394 \end_layout
1395
1396 \end_inset
1397
1398
1399 \begin_inset Index idx
1400 status collapsed
1401
1402 \begin_layout Plain Layout
1403 Superscripts|see
1404 \begin_inset ERT
1405 status collapsed
1406
1407 \begin_layout Plain Layout
1408
1409 {
1410 \end_layout
1411
1412 \end_inset
1413
1414 Exponents
1415 \begin_inset ERT
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419
1420 }
1421 \end_layout
1422
1423 \end_inset
1424
1425
1426 \end_layout
1427
1428 \end_inset
1429
1430
1431 \begin_inset Index idx
1432 status collapsed
1433
1434 \begin_layout Plain Layout
1435 Subscripts|see
1436 \begin_inset ERT
1437 status collapsed
1438
1439 \begin_layout Plain Layout
1440
1441 {
1442 \end_layout
1443
1444 \end_inset
1445
1446 Indices
1447 \begin_inset ERT
1448 status collapsed
1449
1450 \begin_layout Plain Layout
1451
1452 }
1453 \end_layout
1454
1455 \end_inset
1456
1457
1458 \end_layout
1459
1460 \end_inset
1461
1462
1463 \end_layout
1464
1465 \begin_layout Standard
1466 Indices are created with an underscore 
1467 \begin_inset Quotes eld
1468 \end_inset
1469
1470 _
1471 \begin_inset Quotes erd
1472 \end_inset
1473
1474  or via the math toolbar button 
1475 \begin_inset Info
1476 type  "icon"
1477 arg   "math-subscript"
1478 \end_inset
1479
1480 , exponents with a caret 
1481 \begin_inset Quotes eld
1482 \end_inset
1483
1484 ^
1485 \begin_inset Quotes erd
1486 \end_inset
1487
1488  or via the math toolbar button 
1489 \begin_inset Info
1490 type  "icon"
1491 arg   "math-superscript"
1492 \end_inset
1493
1494 .
1495 \begin_inset Separator parbreak
1496 \end_inset
1497
1498
1499 \end_layout
1500
1501 \begin_layout Standard
1502 \align center
1503 \begin_inset Tabular
1504 <lyxtabular version="3" rows="4" columns="2">
1505 <features booktabs="true" tabularvalignment="middle">
1506 <column alignment="center" valignment="top" width="0pt">
1507 <column alignment="center" valignment="top" width="0pt">
1508 <row>
1509 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1510 \begin_inset Text
1511
1512 \begin_layout Plain Layout
1513 Command
1514 \end_layout
1515
1516 \end_inset
1517 </cell>
1518 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1519 \begin_inset Text
1520
1521 \begin_layout Plain Layout
1522 Result
1523 \end_layout
1524
1525 \end_inset
1526 </cell>
1527 </row>
1528 <row>
1529 <cell alignment="center" valignment="top" usebox="none">
1530 \begin_inset Text
1531
1532 \begin_layout Plain Layout
1533 B_V
1534 \end_layout
1535
1536 \end_inset
1537 </cell>
1538 <cell alignment="center" valignment="top" usebox="none">
1539 \begin_inset Text
1540
1541 \begin_layout Plain Layout
1542 \begin_inset Formula $B_{V}$
1543 \end_inset
1544
1545
1546 \end_layout
1547
1548 \end_inset
1549 </cell>
1550 </row>
1551 <row topspace="1.5mm">
1552 <cell alignment="center" valignment="top" usebox="none">
1553 \begin_inset Text
1554
1555 \begin_layout Plain Layout
1556 B^V
1557 \end_layout
1558
1559 \end_inset
1560 </cell>
1561 <cell alignment="center" valignment="top" usebox="none">
1562 \begin_inset Text
1563
1564 \begin_layout Plain Layout
1565 \begin_inset Formula $B^{V}$
1566 \end_inset
1567
1568
1569 \end_layout
1570
1571 \end_inset
1572 </cell>
1573 </row>
1574 <row topspace="1.5mm">
1575 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1576 \begin_inset Text
1577
1578 \begin_layout Plain Layout
1579 B^
1580 \begin_inset space \textvisiblespace{}
1581 \end_inset
1582
1583 A
1584 \end_layout
1585
1586 \end_inset
1587 </cell>
1588 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1589 \begin_inset Text
1590
1591 \begin_layout Plain Layout
1592 \begin_inset Formula $B^{A}$
1593 \end_inset
1594
1595
1596 \end_layout
1597
1598 \end_inset
1599 </cell>
1600 </row>
1601 </lyxtabular>
1602
1603 \end_inset
1604
1605
1606 \end_layout
1607
1608 \begin_layout Standard
1609 As the caret is in some languages an accent, vowels will be accentuated
1610  in this case and not set as exponents
1611 \begin_inset Foot
1612 status collapsed
1613
1614 \begin_layout Plain Layout
1615 Depending on the used keyboard settings this can also happen for characters
1616  other than vowels.
1617 \end_layout
1618
1619 \end_inset
1620
1621 .
1622  To get exponents in this case, press 
1623 \family sans
1624 Space
1625 \family default
1626  after the caret as in the last example.
1627 \end_layout
1628
1629 \begin_layout Subsection
1630 Fractions
1631 \begin_inset CommandInset label
1632 LatexCommand label
1633 name "subsec:Fractions"
1634
1635 \end_inset
1636
1637
1638 \begin_inset Index idx
1639 status collapsed
1640
1641 \begin_layout Plain Layout
1642 Fractions
1643 \end_layout
1644
1645 \end_inset
1646
1647
1648 \end_layout
1649
1650 \begin_layout Standard
1651 Fractions are generated with the command 
1652 \series bold
1653
1654 \backslash
1655 frac
1656 \series default
1657
1658 \begin_inset Index idx
1659 status collapsed
1660
1661 \begin_layout Plain Layout
1662 Commands ! F ! 
1663 \backslash
1664 frac
1665 \end_layout
1666
1667 \end_inset
1668
1669  or via the math toolbar button 
1670 \begin_inset Info
1671 type  "icon"
1672 arg   "math-insert \\frac"
1673 \end_inset
1674
1675 .
1676  The font size is adjusted automatically, depending on whether the fraction
1677  is in an inline or display style formula.
1678  With the math toolbar button 
1679 \begin_inset Info
1680 type  "icon"
1681 arg   "math-insert \\frac-square"
1682 \end_inset
1683
1684  you can select different fraction types.
1685 \end_layout
1686
1687 \begin_layout Standard
1688 With the command 
1689 \series bold
1690
1691 \backslash
1692 dfrac
1693 \series default
1694
1695 \begin_inset Index idx
1696 status collapsed
1697
1698 \begin_layout Plain Layout
1699 Commands ! D ! 
1700 \backslash
1701 dfrac
1702 \end_layout
1703
1704 \end_inset
1705
1706  a fraction can be created that always has the size of a display style formula.
1707  With 
1708 \series bold
1709
1710 \backslash
1711 tfrac
1712 \series default
1713
1714 \begin_inset Index idx
1715 status collapsed
1716
1717 \begin_layout Plain Layout
1718 Commands ! T ! 
1719 \backslash
1720 tfrac
1721 \end_layout
1722
1723 \end_inset
1724
1725  the fraction appears always with the size of an inline formula.
1726  An example:
1727 \end_layout
1728
1729 \begin_layout Standard
1730 A line with the fraction 
1731 \begin_inset Formula $\frac{1}{2}$
1732 \end_inset
1733
1734  that was created with the command 
1735 \series bold
1736
1737 \backslash
1738 frac
1739 \series default
1740 .
1741 \end_layout
1742
1743 \begin_layout Standard
1744 A line with the fraction 
1745 \begin_inset Formula $\dfrac{1}{2}$
1746 \end_inset
1747
1748  that was created with the command 
1749 \series bold
1750
1751 \backslash
1752 dfrac
1753 \series default
1754 .
1755 \begin_inset Separator parbreak
1756 \end_inset
1757
1758
1759 \end_layout
1760
1761 \begin_layout Standard
1762 \align center
1763 \begin_inset Tabular
1764 <lyxtabular version="3" rows="4" columns="2">
1765 <features booktabs="true" tabularvalignment="middle">
1766 <column alignment="center" valignment="top" width="0pt">
1767 <column alignment="center" valignment="top" width="0pt">
1768 <row>
1769 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1770 \begin_inset Text
1771
1772 \begin_layout Plain Layout
1773 Command
1774 \end_layout
1775
1776 \end_inset
1777 </cell>
1778 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1779 \begin_inset Text
1780
1781 \begin_layout Plain Layout
1782 Result
1783 \end_layout
1784
1785 \end_inset
1786 </cell>
1787 </row>
1788 <row topspace="1.5mm">
1789 <cell alignment="center" valignment="top" usebox="none">
1790 \begin_inset Text
1791
1792 \begin_layout Plain Layout
1793
1794 \backslash
1795 frac
1796 \begin_inset space \textvisiblespace{}
1797 \end_inset
1798
1799 A
1800 \begin_inset Formula $\downarrow$
1801 \end_inset
1802
1803 B
1804 \end_layout
1805
1806 \end_inset
1807 </cell>
1808 <cell alignment="center" valignment="top" usebox="none">
1809 \begin_inset Text
1810
1811 \begin_layout Plain Layout
1812 \begin_inset Formula $\frac{A}{B}$
1813 \end_inset
1814
1815
1816 \end_layout
1817
1818 \end_inset
1819 </cell>
1820 </row>
1821 <row topspace="2mm">
1822 <cell alignment="center" valignment="top" usebox="none">
1823 \begin_inset Text
1824
1825 \begin_layout Plain Layout
1826
1827 \backslash
1828 dfrac
1829 \begin_inset space \textvisiblespace{}
1830 \end_inset
1831
1832 A
1833 \begin_inset Formula $\downarrow$
1834 \end_inset
1835
1836 B
1837 \end_layout
1838
1839 \end_inset
1840 </cell>
1841 <cell alignment="center" valignment="top" usebox="none">
1842 \begin_inset Text
1843
1844 \begin_layout Plain Layout
1845 \begin_inset Formula $\dfrac{A}{B}$
1846 \end_inset
1847
1848
1849 \end_layout
1850
1851 \end_inset
1852 </cell>
1853 </row>
1854 <row topspace="2mm" bottomspace="1mm">
1855 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1856 \begin_inset Text
1857
1858 \begin_layout Plain Layout
1859
1860 \backslash
1861 dfrac
1862 \begin_inset space \textvisiblespace{}
1863 \end_inset
1864
1865 e^
1866 \backslash
1867 frac
1868 \begin_inset space \textvisiblespace{}
1869 \end_inset
1870
1871 1
1872 \begin_inset Formula $\downarrow$
1873 \end_inset
1874
1875 2
1876 \begin_inset Formula $\downarrow\downarrow$
1877 \end_inset
1878
1879 3
1880 \end_layout
1881
1882 \end_inset
1883 </cell>
1884 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1885 \begin_inset Text
1886
1887 \begin_layout Plain Layout
1888 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
1889 \end_inset
1890
1891
1892 \end_layout
1893
1894 \end_inset
1895 </cell>
1896 </row>
1897 </lyxtabular>
1898
1899 \end_inset
1900
1901
1902 \end_layout
1903
1904 \begin_layout Standard
1905 \begin_inset VSpace bigskip
1906 \end_inset
1907
1908
1909 \begin_inset Newpage newpage
1910 \end_inset
1911
1912 For nested fractions the command 
1913 \series bold
1914
1915 \backslash
1916 cfrac
1917 \series default
1918
1919 \begin_inset Index idx
1920 status collapsed
1921
1922 \begin_layout Plain Layout
1923 Commands ! C ! 
1924 \backslash
1925 cfrac
1926 \end_layout
1927
1928 \end_inset
1929
1930  can be used.
1931  Here is an example:
1932 \begin_inset VSpace -3mm
1933 \end_inset
1934
1935
1936 \end_layout
1937
1938 \begin_layout Standard
1939 \begin_inset Formula 
1940 \begin{align*}
1941 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
1942 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1943 \end{align*}
1944
1945 \end_inset
1946
1947
1948 \end_layout
1949
1950 \begin_layout Standard
1951 The command for the example above is:
1952 \end_layout
1953
1954 \begin_layout Standard
1955
1956 \series bold
1957
1958 \backslash
1959 cfrac
1960 \begin_inset space \textvisiblespace{}
1961 \end_inset
1962
1963 A
1964 \begin_inset Formula $\downarrow$
1965 \end_inset
1966
1967 B+
1968 \backslash
1969 cfrac
1970 \begin_inset space \textvisiblespace{}
1971 \end_inset
1972
1973 C+
1974 \backslash
1975 cfrac
1976 \begin_inset space \textvisiblespace{}
1977 \end_inset
1978
1979 E
1980 \begin_inset Formula $\downarrow$
1981 \end_inset
1982
1983 F
1984 \begin_inset Formula $\downarrow$
1985 \end_inset
1986
1987 D
1988 \end_layout
1989
1990 \begin_layout Standard
1991 \begin_inset VSpace medskip
1992 \end_inset
1993
1994
1995 \end_layout
1996
1997 \begin_layout Standard
1998
1999 \series bold
2000
2001 \backslash
2002 cfrac
2003 \series default
2004  sets the fraction always in the size of a displayed formula, also when
2005  it is part of another fraction.
2006 \end_layout
2007
2008 \begin_layout Standard
2009 It is possible to specify the alignment of the numerator.
2010  The command 
2011 \series bold
2012
2013 \backslash
2014 cfracleft
2015 \series default
2016  is used to left align it, the command 
2017 \series bold
2018
2019 \backslash
2020 cfracright
2021 \series default
2022  to right-align it.
2023  
2024 \series bold
2025
2026 \backslash
2027 cfrac
2028 \series default
2029  centers the numerator.
2030  These fractions demonstrate the different alignments:
2031 \end_layout
2032
2033 \begin_layout Standard
2034
2035 \series bold
2036 \begin_inset Formula 
2037 \[
2038 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2039 \]
2040
2041 \end_inset
2042
2043
2044 \end_layout
2045
2046 \begin_layout Standard
2047 \begin_inset Note Greyedout
2048 status open
2049
2050 \begin_layout Plain Layout
2051
2052 \series bold
2053 Note:
2054 \series default
2055  
2056 \series bold
2057
2058 \backslash
2059 cfracleft
2060 \series default
2061  and 
2062 \series bold
2063
2064 \backslash
2065 cfracright
2066 \series default
2067  are no real \SpecialChar LaTeX
2068  commands but represent the command 
2069 \series bold
2070
2071 \backslash
2072 cfrac[alignment]{numerator}{denominator}
2073 \series default
2074  .
2075  Therefore you cannot use them in \SpecialChar TeX
2076  code.
2077 \end_layout
2078
2079 \end_inset
2080
2081
2082 \end_layout
2083
2084 \begin_layout Standard
2085 \begin_inset VSpace medskip
2086 \end_inset
2087
2088 It is often advantageous to combine 
2089 \series bold
2090
2091 \backslash
2092 cfrac
2093 \series default
2094  and 
2095 \series bold
2096
2097 \backslash
2098 frac
2099 \series default
2100 :
2101 \begin_inset Formula 
2102 \[
2103 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2104 \]
2105
2106 \end_inset
2107
2108
2109 \end_layout
2110
2111 \begin_layout Standard
2112 For inline fractions with a sloped fraction stroke you can use the command
2113  
2114 \series bold
2115
2116 \backslash
2117 nicefrac
2118 \series default
2119
2120 \begin_inset Index idx
2121 status collapsed
2122
2123 \begin_layout Plain Layout
2124 Commands ! N ! 
2125 \backslash
2126 nicefrac
2127 \end_layout
2128
2129 \end_inset
2130
2131
2132 \begin_inset Formula $\nicefrac{5}{31}$
2133 \end_inset
2134
2135  or 
2136 \series bold
2137
2138 \backslash
2139 unitfrac
2140 \series default
2141
2142 \begin_inset Index idx
2143 status collapsed
2144
2145 \begin_layout Plain Layout
2146 Commands ! U ! 
2147 \backslash
2148 unitfrac
2149 \end_layout
2150
2151 \end_inset
2152
2153
2154 \begin_inset Formula $\unitfrac{5}{31}$
2155 \end_inset
2156
2157  There is furthermore the command 
2158 \series bold
2159
2160 \backslash
2161 unitfracthree
2162 \series default
2163  that offers to write a fraction in combination with a number: 
2164 \begin_inset Formula $\unitfrac[2]{1}{3}$
2165 \end_inset
2166
2167
2168 \end_layout
2169
2170 \begin_layout Standard
2171 \begin_inset Note Greyedout
2172 status open
2173
2174 \begin_layout Plain Layout
2175
2176 \series bold
2177 Note:
2178 \series default
2179  
2180 \series bold
2181
2182 \backslash
2183 unitfracthree
2184 \series default
2185  is not a real \SpecialChar LaTeX
2186  command but the command
2187 \begin_inset Newline newline
2188 \end_inset
2189
2190
2191 \series bold
2192
2193 \backslash
2194 unitfrac[number]{numerator}{denominator}
2195 \series default
2196  .
2197  Therefore you cannot use it in \SpecialChar TeX
2198  code.
2199 \end_layout
2200
2201 \end_inset
2202
2203
2204 \end_layout
2205
2206 \begin_layout Standard
2207 How to define own fractions where the fraction stroke can be changed, is
2208  explained in 
2209 \begin_inset CommandInset ref
2210 LatexCommand ref
2211 reference "subsec:Self-defined-Fractions"
2212
2213 \end_inset
2214
2215 .
2216 \end_layout
2217
2218 \begin_layout Standard
2219 Multiline fractions are explained in 
2220 \begin_inset CommandInset ref
2221 LatexCommand ref
2222 reference "subsec:Multiline-Fractions"
2223
2224 \end_inset
2225
2226 .
2227 \end_layout
2228
2229 \begin_layout Subsection
2230 Roots
2231 \begin_inset Index idx
2232 status collapsed
2233
2234 \begin_layout Plain Layout
2235 Roots
2236 \end_layout
2237
2238 \end_inset
2239
2240
2241 \end_layout
2242
2243 \begin_layout Standard
2244 Square roots are created with 
2245 \series bold
2246
2247 \backslash
2248 sqrt
2249 \series default
2250
2251 \begin_inset Index idx
2252 status collapsed
2253
2254 \begin_layout Plain Layout
2255 Commands ! S ! 
2256 \backslash
2257 sqrt
2258 \end_layout
2259
2260 \end_inset
2261
2262  or the math toolbar button 
2263 \begin_inset Info
2264 type  "icon"
2265 arg   "math-insert \\sqrt"
2266 \end_inset
2267
2268 , all other roots with the command 
2269 \series bold
2270
2271 \backslash
2272 root
2273 \series default
2274
2275 \begin_inset Index idx
2276 status collapsed
2277
2278 \begin_layout Plain Layout
2279 Commands ! R ! 
2280 \backslash
2281 root
2282 \end_layout
2283
2284 \end_inset
2285
2286  or with the math toolbar button 
2287 \begin_inset Info
2288 type  "icon"
2289 arg   "math-insert \\root"
2290 \end_inset
2291
2292 .
2293 \begin_inset Separator parbreak
2294 \end_inset
2295
2296
2297 \end_layout
2298
2299 \begin_layout Standard
2300 \align center
2301 \begin_inset Tabular
2302 <lyxtabular version="3" rows="3" columns="2">
2303 <features booktabs="true" tabularvalignment="middle">
2304 <column alignment="center" valignment="top" width="0pt">
2305 <column alignment="center" valignment="top" width="0pt">
2306 <row>
2307 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2308 \begin_inset Text
2309
2310 \begin_layout Plain Layout
2311 Command
2312 \end_layout
2313
2314 \end_inset
2315 </cell>
2316 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2317 \begin_inset Text
2318
2319 \begin_layout Plain Layout
2320 Result
2321 \end_layout
2322
2323 \end_inset
2324 </cell>
2325 </row>
2326 <row topspace="1mm">
2327 <cell alignment="center" valignment="top" usebox="none">
2328 \begin_inset Text
2329
2330 \begin_layout Plain Layout
2331
2332 \backslash
2333 sqrt
2334 \begin_inset space \textvisiblespace{}
2335 \end_inset
2336
2337 A-B
2338 \end_layout
2339
2340 \end_inset
2341 </cell>
2342 <cell alignment="center" valignment="top" usebox="none">
2343 \begin_inset Text
2344
2345 \begin_layout Plain Layout
2346 \begin_inset Formula $\sqrt{A-B}$
2347 \end_inset
2348
2349
2350 \end_layout
2351
2352 \end_inset
2353 </cell>
2354 </row>
2355 <row topspace="1mm">
2356 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2357 \begin_inset Text
2358
2359 \begin_layout Plain Layout
2360
2361 \backslash
2362 root
2363 \begin_inset space \textvisiblespace{}
2364 \end_inset
2365
2366 3
2367 \begin_inset Formula $\downarrow$
2368 \end_inset
2369
2370 A-B
2371 \end_layout
2372
2373 \end_inset
2374 </cell>
2375 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2376 \begin_inset Text
2377
2378 \begin_layout Plain Layout
2379 \begin_inset Formula $\sqrt[3]{A-B}$
2380 \end_inset
2381
2382
2383 \end_layout
2384
2385 \end_inset
2386 </cell>
2387 </row>
2388 </lyxtabular>
2389
2390 \end_inset
2391
2392
2393 \end_layout
2394
2395 \begin_layout Standard
2396 A square root can also be created with 
2397 \series bold
2398
2399 \backslash
2400 root
2401 \series default
2402  when the root index field is left empty.
2403 \end_layout
2404
2405 \begin_layout Standard
2406 With certain indices the distance to the root is too small, like in this
2407  formula: 
2408 \begin_inset Formula $\sqrt[\beta]{B}$
2409 \end_inset
2410
2411
2412 \begin_inset Newline newline
2413 \end_inset
2414
2415 The 
2416 \begin_inset Formula $\beta$
2417 \end_inset
2418
2419  touches the root.
2420  To avoid this, the commands 
2421 \series bold
2422
2423 \backslash
2424 leftroot
2425 \series default
2426
2427 \begin_inset Index idx
2428 status collapsed
2429
2430 \begin_layout Plain Layout
2431 Commands ! L ! 
2432 \backslash
2433 leftroot
2434 \end_layout
2435
2436 \end_inset
2437
2438  and 
2439 \series bold
2440
2441 \backslash
2442 uproot
2443 \series default
2444
2445 \begin_inset Index idx
2446 status collapsed
2447
2448 \begin_layout Plain Layout
2449 Commands ! U ! 
2450 \backslash
2451 uproot
2452 \end_layout
2453
2454 \end_inset
2455
2456  are used with the following scheme:
2457 \end_layout
2458
2459 \begin_layout Standard
2460
2461 \series bold
2462
2463 \backslash
2464 leftroot{distance}
2465 \series default
2466  and 
2467 \series bold
2468
2469 \backslash
2470 uproot{distance}
2471 \end_layout
2472
2473 \begin_layout Standard
2474 Distance is the number of Big Points (unit bp; 
2475 \begin_inset Formula $\mathrm{72\,bp=1\,inch}$
2476 \end_inset
2477
2478 ), that the index should be moved to the left or top, resp..
2479  The commands are written to the index.
2480  This way the command
2481 \begin_inset Newline newline
2482 \end_inset
2483
2484
2485 \series bold
2486
2487 \backslash
2488 root
2489 \backslash
2490 leftroot{-1
2491 \begin_inset Formula $\to$
2492 \end_inset
2493
2494
2495 \backslash
2496 uproot{2
2497 \begin_inset Formula $\to$
2498 \end_inset
2499
2500
2501 \backslash
2502 beta
2503 \begin_inset space \textvisiblespace{}
2504 \end_inset
2505
2506
2507 \begin_inset Formula $\to$
2508 \end_inset
2509
2510 B
2511 \begin_inset Newline newline
2512 \end_inset
2513
2514
2515 \series default
2516 produces a correct typeset formula: 
2517 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2518 \end_inset
2519
2520
2521 \end_layout
2522
2523 \begin_layout Subsection
2524 Binomial Coefficients
2525 \begin_inset Index idx
2526 status collapsed
2527
2528 \begin_layout Plain Layout
2529 Binomial coefficients
2530 \end_layout
2531
2532 \end_inset
2533
2534
2535 \end_layout
2536
2537 \begin_layout Standard
2538 Binomial coefficients are inserted with the command 
2539 \series bold
2540
2541 \backslash
2542 binom
2543 \series default
2544
2545 \begin_inset Index idx
2546 status collapsed
2547
2548 \begin_layout Plain Layout
2549 Commands ! B ! 
2550 \backslash
2551 binom
2552 \end_layout
2553
2554 \end_inset
2555
2556  or with the submenu of the math toolbar button 
2557 \begin_inset Info
2558 type  "icon"
2559 arg   "math-insert \\frac-square"
2560 \end_inset
2561
2562 .
2563  As with fractions (
2564 \series bold
2565
2566 \backslash
2567 frac
2568 \series default
2569 ) in addition to 
2570 \series bold
2571
2572 \backslash
2573 binom
2574 \series default
2575  there are the commands 
2576 \series bold
2577
2578 \backslash
2579 dbinom
2580 \series default
2581
2582 \begin_inset Index idx
2583 status collapsed
2584
2585 \begin_layout Plain Layout
2586 Commands ! D ! 
2587 \backslash
2588 dbinom
2589 \end_layout
2590
2591 \end_inset
2592
2593  and 
2594 \series bold
2595
2596 \backslash
2597 tbinom
2598 \series default
2599
2600 \begin_inset Index idx
2601 status collapsed
2602
2603 \begin_layout Plain Layout
2604 Commands ! T ! 
2605 \backslash
2606 tbinom
2607 \end_layout
2608
2609 \end_inset
2610
2611 .
2612  For other brackets around binomial coeficients there are the commands 
2613 \series bold
2614
2615 \backslash
2616 brace
2617 \series default
2618
2619 \begin_inset Index idx
2620 status collapsed
2621
2622 \begin_layout Plain Layout
2623 Commands ! B ! 
2624 \backslash
2625 brace
2626 \end_layout
2627
2628 \end_inset
2629
2630  and 
2631 \series bold
2632
2633 \backslash
2634 brack
2635 \series default
2636
2637 \begin_inset Index idx
2638 status collapsed
2639
2640 \begin_layout Plain Layout
2641 Commands ! B ! 
2642 \backslash
2643 brack
2644 \end_layout
2645
2646 \end_inset
2647
2648 .
2649 \begin_inset Separator parbreak
2650 \end_inset
2651
2652
2653 \end_layout
2654
2655 \begin_layout Standard
2656 \align center
2657 \begin_inset Tabular
2658 <lyxtabular version="3" rows="6" columns="2">
2659 <features booktabs="true" tabularvalignment="middle">
2660 <column alignment="center" valignment="top" width="0pt">
2661 <column alignment="center" valignment="top" width="0pt">
2662 <row>
2663 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2664 \begin_inset Text
2665
2666 \begin_layout Plain Layout
2667 Command
2668 \end_layout
2669
2670 \end_inset
2671 </cell>
2672 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2673 \begin_inset Text
2674
2675 \begin_layout Plain Layout
2676 Result
2677 \end_layout
2678
2679 \end_inset
2680 </cell>
2681 </row>
2682 <row topspace="1mm">
2683 <cell alignment="center" valignment="top" usebox="none">
2684 \begin_inset Text
2685
2686 \begin_layout Plain Layout
2687
2688 \backslash
2689 binom
2690 \begin_inset space \textvisiblespace{}
2691 \end_inset
2692
2693 A
2694 \begin_inset Formula $\downarrow$
2695 \end_inset
2696
2697 B
2698 \end_layout
2699
2700 \end_inset
2701 </cell>
2702 <cell alignment="center" valignment="top" usebox="none">
2703 \begin_inset Text
2704
2705 \begin_layout Plain Layout
2706 \begin_inset Formula $\binom{A}{B}$
2707 \end_inset
2708
2709
2710 \end_layout
2711
2712 \end_inset
2713 </cell>
2714 </row>
2715 <row topspace="2mm">
2716 <cell alignment="center" valignment="top" usebox="none">
2717 \begin_inset Text
2718
2719 \begin_layout Plain Layout
2720
2721 \backslash
2722 dbinom
2723 \begin_inset space \textvisiblespace{}
2724 \end_inset
2725
2726 A
2727 \begin_inset Formula $\downarrow$
2728 \end_inset
2729
2730 B
2731 \end_layout
2732
2733 \end_inset
2734 </cell>
2735 <cell alignment="center" valignment="top" usebox="none">
2736 \begin_inset Text
2737
2738 \begin_layout Plain Layout
2739 \begin_inset Formula $\dbinom{A}{B}$
2740 \end_inset
2741
2742
2743 \end_layout
2744
2745 \end_inset
2746 </cell>
2747 </row>
2748 <row topspace="2mm" bottomspace="0.5mm">
2749 <cell alignment="center" valignment="top" usebox="none">
2750 \begin_inset Text
2751
2752 \begin_layout Plain Layout
2753
2754 \backslash
2755 tbinom
2756 \begin_inset space \textvisiblespace{}
2757 \end_inset
2758
2759 A
2760 \begin_inset Formula $\downarrow$
2761 \end_inset
2762
2763 B
2764 \end_layout
2765
2766 \end_inset
2767 </cell>
2768 <cell alignment="center" valignment="top" usebox="none">
2769 \begin_inset Text
2770
2771 \begin_layout Plain Layout
2772 \begin_inset Formula $\tbinom{A}{B}$
2773 \end_inset
2774
2775
2776 \end_layout
2777
2778 \end_inset
2779 </cell>
2780 </row>
2781 <row topspace="1mm">
2782 <cell alignment="center" valignment="top" topline="true" usebox="none">
2783 \begin_inset Text
2784
2785 \begin_layout Plain Layout
2786
2787 \backslash
2788 brack
2789 \begin_inset space \textvisiblespace{}
2790 \end_inset
2791
2792 A
2793 \begin_inset Formula $\downarrow$
2794 \end_inset
2795
2796 B
2797 \end_layout
2798
2799 \end_inset
2800 </cell>
2801 <cell alignment="center" valignment="top" topline="true" usebox="none">
2802 \begin_inset Text
2803
2804 \begin_layout Plain Layout
2805 \begin_inset Formula ${A \brack B}$
2806 \end_inset
2807
2808
2809 \end_layout
2810
2811 \end_inset
2812 </cell>
2813 </row>
2814 <row topspace="2mm" bottomspace="0.5mm">
2815 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2816 \begin_inset Text
2817
2818 \begin_layout Plain Layout
2819
2820 \backslash
2821 brace
2822 \begin_inset space \textvisiblespace{}
2823 \end_inset
2824
2825 A
2826 \begin_inset Formula $\downarrow$
2827 \end_inset
2828
2829 B
2830 \end_layout
2831
2832 \end_inset
2833 </cell>
2834 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2835 \begin_inset Text
2836
2837 \begin_layout Plain Layout
2838 \begin_inset Formula ${A \brace B}$
2839 \end_inset
2840
2841
2842 \end_layout
2843
2844 \end_inset
2845 </cell>
2846 </row>
2847 </lyxtabular>
2848
2849 \end_inset
2850
2851
2852 \end_layout
2853
2854 \begin_layout Subsection
2855 Case Differentiations
2856 \begin_inset Index idx
2857 status collapsed
2858
2859 \begin_layout Plain Layout
2860 Case differentiations 
2861 \end_layout
2862
2863 \end_inset
2864
2865
2866 \end_layout
2867
2868 \begin_layout Standard
2869 \align center
2870 \begin_inset Tabular
2871 <lyxtabular version="3" rows="3" columns="2">
2872 <features booktabs="true" tabularvalignment="middle">
2873 <column alignment="center" valignment="top" width="0pt">
2874 <column alignment="center" valignment="top" width="0pt">
2875 <row>
2876 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2877 \begin_inset Text
2878
2879 \begin_layout Plain Layout
2880 Command
2881 \end_layout
2882
2883 \end_inset
2884 </cell>
2885 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2886 \begin_inset Text
2887
2888 \begin_layout Plain Layout
2889 Result
2890 \end_layout
2891
2892 \end_inset
2893 </cell>
2894 </row>
2895 <row>
2896 <cell alignment="center" valignment="top" usebox="none">
2897 \begin_inset Text
2898
2899 \begin_layout Plain Layout
2900
2901 \backslash
2902 cases
2903 \begin_inset space \textvisiblespace{}
2904 \end_inset
2905
2906 A
2907 \begin_inset Formula $\to$
2908 \end_inset
2909
2910 B>0
2911 \begin_inset Index idx
2912 status collapsed
2913
2914 \begin_layout Plain Layout
2915 Commands ! C ! 
2916 \backslash
2917 cases
2918 \end_layout
2919
2920 \end_inset
2921
2922
2923 \end_layout
2924
2925 \end_inset
2926 </cell>
2927 <cell alignment="center" valignment="top" usebox="none">
2928 \begin_inset Text
2929
2930 \begin_layout Plain Layout
2931 \begin_inset Formula $\begin{cases}
2932 A & B>0\end{cases}$
2933 \end_inset
2934
2935
2936 \end_layout
2937
2938 \end_inset
2939 </cell>
2940 </row>
2941 <row topspace="1.5mm">
2942 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2943 \begin_inset Text
2944
2945 \begin_layout Plain Layout
2946
2947 \backslash
2948 cases
2949 \begin_inset space \textvisiblespace{}
2950 \end_inset
2951
2952
2953 \begin_inset Info
2954 type  "shortcut"
2955 arg   "newline-insert newline"
2956 \end_inset
2957
2958
2959 \end_layout
2960
2961 \end_inset
2962 </cell>
2963 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2964 \begin_inset Text
2965
2966 \begin_layout Plain Layout
2967 \begin_inset Formula $\begin{cases}
2968 A & \textrm{for }x>0\\
2969 B & \textrm{for }x=0
2970 \end{cases}$
2971 \end_inset
2972
2973
2974 \end_layout
2975
2976 \end_inset
2977 </cell>
2978 </row>
2979 </lyxtabular>
2980
2981 \end_inset
2982
2983
2984 \end_layout
2985
2986 \begin_layout Standard
2987 After inserting 
2988 \series bold
2989
2990 \backslash
2991 cases
2992 \series default
2993  or pressing the math toolbar button 
2994 \begin_inset Info
2995 type  "icon"
2996 arg   "math-insert \\cases"
2997 \end_inset
2998
2999  you can create new lines with the shortcut 
3000 \begin_inset Info
3001 type  "shortcut"
3002 arg   "newline-insert newline"
3003 \end_inset
3004
3005  or the table toolbar button 
3006 \begin_inset Info
3007 type  "icon"
3008 arg   "inset-modify tabular append-row"
3009 \end_inset
3010
3011 .
3012 \end_layout
3013
3014 \begin_layout Standard
3015 The command 
3016 \series bold
3017
3018 \backslash
3019 cases
3020 \series default
3021  is also available via the menu 
3022 \family sans
3023 Insert\SpecialChar menuseparator
3024 Math\SpecialChar menuseparator
3025 Cases-Environment
3026 \family default
3027 .
3028 \end_layout
3029
3030 \begin_layout Subsection
3031 Negations
3032 \begin_inset Index idx
3033 status collapsed
3034
3035 \begin_layout Plain Layout
3036 Negations
3037 \end_layout
3038
3039 \end_inset
3040
3041
3042 \end_layout
3043
3044 \begin_layout Standard
3045 By inserting 
3046 \series bold
3047
3048 \backslash
3049 not
3050 \series default
3051
3052 \begin_inset Index idx
3053 status collapsed
3054
3055 \begin_layout Plain Layout
3056 Commands ! N ! 
3057 \backslash
3058 not
3059 \end_layout
3060
3061 \end_inset
3062
3063  every character can be displayed canceled.
3064  The characters are quasi accentuated by a slash.
3065 \begin_inset Separator parbreak
3066 \end_inset
3067
3068
3069 \end_layout
3070
3071 \begin_layout Standard
3072 \align center
3073 \begin_inset Tabular
3074 <lyxtabular version="3" rows="4" columns="2">
3075 <features booktabs="true" tabularvalignment="middle">
3076 <column alignment="center" valignment="top" width="0pt">
3077 <column alignment="center" valignment="top" width="0pt">
3078 <row>
3079 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3080 \begin_inset Text
3081
3082 \begin_layout Plain Layout
3083 Command
3084 \end_layout
3085
3086 \end_inset
3087 </cell>
3088 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3089 \begin_inset Text
3090
3091 \begin_layout Plain Layout
3092 Result
3093 \end_layout
3094
3095 \end_inset
3096 </cell>
3097 </row>
3098 <row>
3099 <cell alignment="center" valignment="top" usebox="none">
3100 \begin_inset Text
3101
3102 \begin_layout Plain Layout
3103
3104 \backslash
3105 not=
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 <cell alignment="center" valignment="top" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Plain Layout
3114 \begin_inset Formula $\not=$
3115 \end_inset
3116
3117
3118 \end_layout
3119
3120 \end_inset
3121 </cell>
3122 </row>
3123 <row>
3124 <cell alignment="center" valignment="top" usebox="none">
3125 \begin_inset Text
3126
3127 \begin_layout Plain Layout
3128
3129 \backslash
3130 not 
3131 \backslash
3132 le
3133 \end_layout
3134
3135 \end_inset
3136 </cell>
3137 <cell alignment="center" valignment="top" usebox="none">
3138 \begin_inset Text
3139
3140 \begin_layout Plain Layout
3141 \begin_inset Formula $\not\le$
3142 \end_inset
3143
3144
3145 \end_layout
3146
3147 \end_inset
3148 </cell>
3149 </row>
3150 <row>
3151 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3152 \begin_inset Text
3153
3154 \begin_layout Plain Layout
3155
3156 \backslash
3157 not 
3158 \backslash
3159 parallel
3160 \end_layout
3161
3162 \end_inset
3163 </cell>
3164 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3165 \begin_inset Text
3166
3167 \begin_layout Plain Layout
3168 \begin_inset Formula $\not\parallel$
3169 \end_inset
3170
3171
3172 \end_layout
3173
3174 \end_inset
3175 </cell>
3176 </row>
3177 </lyxtabular>
3178
3179 \end_inset
3180
3181
3182 \end_layout
3183
3184 \begin_layout Standard
3185 The last example shows that not all negations look good.
3186  Therefore there are special commands for some negations (see 
3187 \begin_inset CommandInset ref
3188 LatexCommand ref
3189 reference "subsec:Mathematical-Symbols"
3190
3191 \end_inset
3192
3193  and 
3194 \begin_inset CommandInset ref
3195 LatexCommand ref
3196 reference "sec:Relations"
3197
3198 \end_inset
3199
3200 ).
3201 \end_layout
3202
3203 \begin_layout Subsection
3204 Placeholders
3205 \begin_inset CommandInset label
3206 LatexCommand label
3207 name "subsec:Placeholders"
3208
3209 \end_inset
3210
3211
3212 \begin_inset Index idx
3213 status collapsed
3214
3215 \begin_layout Plain Layout
3216 Placeholders
3217 \end_layout
3218
3219 \end_inset
3220
3221
3222 \begin_inset Index idx
3223 status collapsed
3224
3225 \begin_layout Plain Layout
3226 Chemical characters ! Isotopes
3227 \end_layout
3228
3229 \end_inset
3230
3231
3232 \begin_inset Index idx
3233 status collapsed
3234
3235 \begin_layout Plain Layout
3236 Isotopes|see
3237 \begin_inset ERT
3238 status collapsed
3239
3240 \begin_layout Plain Layout
3241
3242 {
3243 \end_layout
3244
3245 \end_inset
3246
3247 Chemical characters
3248 \begin_inset ERT
3249 status collapsed
3250
3251 \begin_layout Plain Layout
3252
3253 }
3254 \end_layout
3255
3256 \end_inset
3257
3258
3259 \end_layout
3260
3261 \end_inset
3262
3263
3264 \end_layout
3265
3266 \begin_layout Standard
3267 When displaying e.
3268 \begin_inset space \thinspace{}
3269 \end_inset
3270
3271 g.
3272 \begin_inset space \space{}
3273 \end_inset
3274
3275 isotopes
3276 \begin_inset Foot
3277 status collapsed
3278
3279 \begin_layout Plain Layout
3280 Typesetting isotopes and chemical symbols is described in 
3281 \begin_inset CommandInset ref
3282 LatexCommand ref
3283 reference "subsec:Chemical-Symbols-and"
3284
3285 \end_inset
3286
3287 .
3288 \end_layout
3289
3290 \end_inset
3291
3292  the following problem occurs:
3293 \begin_inset Separator parbreak
3294 \end_inset
3295
3296
3297 \end_layout
3298
3299 \begin_layout Standard
3300 \align center
3301 \begin_inset Tabular
3302 <lyxtabular version="3" rows="2" columns="2">
3303 <features booktabs="true" tabularvalignment="middle">
3304 <column alignment="center" valignment="top" width="0pt">
3305 <column alignment="center" valignment="top" width="0pt">
3306 <row>
3307 <cell alignment="center" valignment="top" usebox="none">
3308 \begin_inset Text
3309
3310 \begin_layout Plain Layout
3311 Indices created with sub- and superscripts:
3312 \end_layout
3313
3314 \end_inset
3315 </cell>
3316 <cell alignment="center" valignment="top" usebox="none">
3317 \begin_inset Text
3318
3319 \begin_layout Plain Layout
3320 \begin_inset Formula $_{9}^{19}\mathrm{F}$
3321 \end_inset
3322
3323
3324 \end_layout
3325
3326 \end_inset
3327 </cell>
3328 </row>
3329 <row topspace="1.5mm">
3330 <cell alignment="center" valignment="top" usebox="none">
3331 \begin_inset Text
3332
3333 \begin_layout Plain Layout
3334 correct indices:
3335 \end_layout
3336
3337 \end_inset
3338 </cell>
3339 <cell alignment="center" valignment="top" usebox="none">
3340 \begin_inset Text
3341
3342 \begin_layout Plain Layout
3343 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3344 \end_inset
3345
3346
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 </row>
3352 </lyxtabular>
3353
3354 \end_inset
3355
3356
3357 \end_layout
3358
3359 \begin_layout Standard
3360 The shorter index is by default placed below or above the first character
3361  of the longer index.
3362  To avoid this there is the command 
3363 \series bold
3364
3365 \backslash
3366 phantom
3367 \series default
3368
3369 \begin_inset Index idx
3370 status collapsed
3371
3372 \begin_layout Plain Layout
3373 Commands ! P ! 
3374 \backslash
3375 phantom
3376 \end_layout
3377
3378 \end_inset
3379
3380  or the math toolbar button
3381 \begin_inset space \thinspace{}
3382 \end_inset
3383
3384
3385 \begin_inset Foot
3386 status collapsed
3387
3388 \begin_layout Plain Layout
3389 can be found in the submenu of the toolbar button 
3390 \begin_inset Info
3391 type  "icon"
3392 arg   "math-insert \\space"
3393 \end_inset
3394
3395
3396 \end_layout
3397
3398 \end_inset
3399
3400  
3401 \begin_inset Graphics
3402         filename ../images/math/phantom.svgz
3403         lyxscale 14
3404         height 12pt
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 Graphics
3605         filename ../images/math/vphantom.svgz
3606         lyxscale 14
3607         height 12pt
3608
3609 \end_inset
3610
3611 ) and 
3612 \series bold
3613
3614 \backslash
3615 hphantom
3616 \series default
3617
3618 \begin_inset Index idx
3619 status collapsed
3620
3621 \begin_layout Plain Layout
3622 Commands ! H ! 
3623 \backslash
3624 hphantom
3625 \end_layout
3626
3627 \end_inset
3628
3629  (toolbar button 
3630 \begin_inset Graphics
3631         filename ../images/math/hphantom.svgz
3632         lyxscale 14
3633         height 12pt
3634
3635 \end_inset
3636
3637 ).
3638  
3639 \series bold
3640
3641 \backslash
3642 hphantom
3643 \series default
3644  creates only space for the maximal height of the characters in the box
3645  but not for its width.
3646  
3647 \series bold
3648
3649 \backslash
3650 vphantom
3651 \series default
3652  creates only space for the width of the box content.
3653  Therefore  the boxes of both commands have only one red arrow.
3654 \end_layout
3655
3656 \begin_layout Standard
3657 For example the command 
3658 \series bold
3659
3660 \backslash
3661 vphantom
3662 \begin_inset space \textvisiblespace{}
3663 \end_inset
3664
3665 a
3666 \backslash
3667 int
3668 \series default
3669  creates space for the height of the integral sign,
3670 \begin_inset Foot
3671 status collapsed
3672
3673 \begin_layout Plain Layout
3674 The command 
3675 \series bold
3676
3677 \backslash
3678 int
3679 \series default
3680  creates an integral sign, see 
3681 \begin_inset CommandInset ref
3682 LatexCommand ref
3683 reference "subsec:Big-Operators"
3684
3685 \end_inset
3686
3687 .
3688 \end_layout
3689
3690 \end_inset
3691
3692  because this is the larger character.
3693  An example application is in 
3694 \begin_inset CommandInset ref
3695 LatexCommand ref
3696 reference "subsec:Multiline-Brackets"
3697
3698 \end_inset
3699
3700 .
3701 \end_layout
3702
3703 \begin_layout Standard
3704 Placeholders can also be used for text when they are inserted via the menu
3705  
3706 \family sans
3707 Insert\SpecialChar menuseparator
3708 Formatting\SpecialChar menuseparator
3709 Phantom
3710 \family default
3711 :
3712 \end_layout
3713
3714 \begin_layout Standard
3715 This is a sentence.
3716 \begin_inset Newline newline
3717 \end_inset
3718
3719
3720 \begin_inset Phantom Phantom
3721 status open
3722
3723 \begin_layout Plain Layout
3724 This
3725 \end_layout
3726
3727 \end_inset
3728
3729  is a sentence.
3730 \end_layout
3731
3732 \begin_layout Subsection
3733 Lines
3734 \begin_inset Index idx
3735 status collapsed
3736
3737 \begin_layout Plain Layout
3738 Lines
3739 \end_layout
3740
3741 \end_inset
3742
3743
3744 \begin_inset Index idx
3745 status collapsed
3746
3747 \begin_layout Plain Layout
3748 Formula ! underlined
3749 \end_layout
3750
3751 \end_inset
3752
3753
3754 \end_layout
3755
3756 \begin_layout Standard
3757 \align center
3758 \begin_inset Tabular
3759 <lyxtabular version="3" rows="4" columns="2">
3760 <features booktabs="true" tabularvalignment="middle">
3761 <column alignment="center" valignment="top" width="0pt">
3762 <column alignment="center" valignment="top" width="0pt">
3763 <row>
3764 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3765 \begin_inset Text
3766
3767 \begin_layout Plain Layout
3768 Command
3769 \end_layout
3770
3771 \end_inset
3772 </cell>
3773 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3774 \begin_inset Text
3775
3776 \begin_layout Plain Layout
3777 Result
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 </row>
3783 <row topspace="2mm">
3784 <cell alignment="center" valignment="top" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Plain Layout
3788
3789 \backslash
3790 overline
3791 \begin_inset space \textvisiblespace{}
3792 \end_inset
3793
3794 A+B
3795 \begin_inset Index idx
3796 status collapsed
3797
3798 \begin_layout Plain Layout
3799 Commands ! O ! 
3800 \backslash
3801 overline
3802 \end_layout
3803
3804 \end_inset
3805
3806
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 <cell alignment="center" valignment="top" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Plain Layout
3815 \begin_inset Formula $\overline{A+B}$
3816 \end_inset
3817
3818
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 </row>
3824 <row bottomspace="1mm">
3825 <cell alignment="center" valignment="top" usebox="none">
3826 \begin_inset Text
3827
3828 \begin_layout Plain Layout
3829
3830 \backslash
3831 underline
3832 \begin_inset space \textvisiblespace{}
3833 \end_inset
3834
3835 A+B
3836 \begin_inset Index idx
3837 status collapsed
3838
3839 \begin_layout Plain Layout
3840 Commands ! U ! 
3841 \backslash
3842 underline
3843 \end_layout
3844
3845 \end_inset
3846
3847
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 <cell alignment="center" valignment="top" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856 \begin_inset Formula $\underline{A+B}$
3857 \end_inset
3858
3859
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 </row>
3865 <row topspace="2mm" bottomspace="1mm">
3866 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Plain Layout
3870
3871 \backslash
3872 overline
3873 \begin_inset space \textvisiblespace{}
3874 \end_inset
3875
3876
3877 \backslash
3878 underline
3879 \begin_inset space \textvisiblespace{}
3880 \end_inset
3881
3882 A+B
3883 \end_layout
3884
3885 \end_inset
3886 </cell>
3887 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3888 \begin_inset Text
3889
3890 \begin_layout Plain Layout
3891 \begin_inset Formula $\overline{\underline{A+B}}$
3892 \end_inset
3893
3894
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 </row>
3900 </lyxtabular>
3901
3902 \end_inset
3903
3904
3905 \end_layout
3906
3907 \begin_layout Standard
3908 In the last example it doesn't matter if first 
3909 \series bold
3910
3911 \backslash
3912 overline
3913 \series default
3914  or 
3915 \series bold
3916
3917 \backslash
3918 underline
3919 \series default
3920  is inserted.
3921 \end_layout
3922
3923 \begin_layout Standard
3924 To double underline use 
3925 \series bold
3926
3927 \backslash
3928 underline
3929 \series default
3930  twice.
3931 \end_layout
3932
3933 \begin_layout Standard
3934 It is possible to place up to 6 lines above or below characters.
3935 \end_layout
3936
3937 \begin_layout Standard
3938 \begin_inset VSpace bigskip
3939 \end_inset
3940
3941 Custom lines can be created using the command 
3942 \series bold
3943
3944 \backslash
3945 rule
3946 \series default
3947
3948 \begin_inset Index idx
3949 status collapsed
3950
3951 \begin_layout Plain Layout
3952 Commands ! R ! 
3953 \backslash
3954 rule
3955 \end_layout
3956
3957 \end_inset
3958
3959  which has the following scheme:
3960 \end_layout
3961
3962 \begin_layout Standard
3963
3964 \series bold
3965
3966 \backslash
3967 rule[vertical offset]{length}{thickness}
3968 \end_layout
3969
3970 \begin_layout Standard
3971 The optional vertical offset shifts the line upwards (or downwards, when
3972  the value is negative).
3973  The units listed in 
3974 \begin_inset CommandInset ref
3975 LatexCommand ref
3976 reference "tab:Available-units"
3977
3978 \end_inset
3979
3980  can be used for the values.
3981  Here are two example lines created with the commands
3982 \begin_inset Newline newline
3983 \end_inset
3984
3985
3986 \series bold
3987
3988 \backslash
3989 rule[-2ex]{3cm}{2pt}
3990 \series default
3991  and 
3992 \series bold
3993
3994 \backslash
3995 rule{2cm}{1pt}
3996 \series default
3997 :
3998 \end_layout
3999
4000 \begin_layout Standard
4001 This is a sentence 
4002 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4003 \end_inset
4004
4005  with two lines.
4006 \end_layout
4007
4008 \begin_layout Standard
4009
4010 \series bold
4011
4012 \backslash
4013 rule
4014 \series default
4015  can also be used for text when a line is inserted via the menu 
4016 \family sans
4017 Insert\SpecialChar menuseparator
4018 Formatting\SpecialChar menuseparator
4019 Horizontal
4020 \begin_inset space ~
4021 \end_inset
4022
4023 Line
4024 \family default
4025 :
4026 \end_layout
4027
4028 \begin_layout Standard
4029 This is a sentence 
4030 \begin_inset CommandInset line
4031 LatexCommand rule
4032 offset "0.5ex"
4033 width "3cm"
4034 height "1pt"
4035
4036 \end_inset
4037
4038  with one line.
4039 \end_layout
4040
4041 \begin_layout Subsection
4042 Ellipses
4043 \begin_inset CommandInset label
4044 LatexCommand label
4045 name "subsec:Ellipses"
4046
4047 \end_inset
4048
4049
4050 \begin_inset Index idx
4051 status collapsed
4052
4053 \begin_layout Plain Layout
4054 Ellipses
4055 \end_layout
4056
4057 \end_inset
4058
4059
4060 \end_layout
4061
4062 \begin_layout Standard
4063 There are different types of ellipses available.
4064 \begin_inset Foot
4065 status collapsed
4066
4067 \begin_layout Plain Layout
4068 In the math toolbar in the submenu of the button 
4069 \begin_inset Info
4070 type  "icon"
4071 arg   "math-insert \\ldots"
4072 \end_inset
4073
4074
4075 \end_layout
4076
4077 \end_inset
4078
4079  For listings dots at the baseline are used (
4080 \series bold
4081
4082 \backslash
4083 ldots
4084 \series default
4085
4086 \begin_inset Index idx
4087 status collapsed
4088
4089 \begin_layout Plain Layout
4090 Commands ! L ! 
4091 \backslash
4092 ldots
4093 \end_layout
4094
4095 \end_inset
4096
4097 ), while for operations dots are needed that are on the same height as the
4098  operators (
4099 \series bold
4100
4101 \backslash
4102 cdots
4103 \series default
4104
4105 \begin_inset Index idx
4106 status collapsed
4107
4108 \begin_layout Plain Layout
4109 Commands ! C ! 
4110 \backslash
4111 cdots
4112 \end_layout
4113
4114 \end_inset
4115
4116 ).
4117  When using the command 
4118 \series bold
4119
4120 \backslash
4121 dots
4122 \series default
4123
4124 \begin_inset Index idx
4125 status collapsed
4126
4127 \begin_layout Plain Layout
4128 Commands ! D ! 
4129 \backslash
4130 dots
4131 \end_layout
4132
4133 \end_inset
4134
4135 , \SpecialChar LaTeX
4136  decides on the basis of the next character what type is used.
4137 \begin_inset Separator parbreak
4138 \end_inset
4139
4140
4141 \end_layout
4142
4143 \begin_layout Standard
4144 \align center
4145 \begin_inset Tabular
4146 <lyxtabular version="3" rows="9" columns="2">
4147 <features booktabs="true" tabularvalignment="middle">
4148 <column alignment="center" valignment="top" width="0pt">
4149 <column alignment="center" valignment="top" width="0pt">
4150 <row>
4151 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155 Command
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164 Result
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 </row>
4170 <row>
4171 <cell alignment="center" valignment="top" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175 A_1
4176 \begin_inset space \textvisiblespace{}
4177 \end_inset
4178
4179 ,
4180 \backslash
4181 dots
4182 \begin_inset space \textvisiblespace{}
4183 \end_inset
4184
4185 ,A_n
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 <cell alignment="center" valignment="top" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194 \begin_inset Formula $A_{1},\dots,A_{n}$
4195 \end_inset
4196
4197
4198 \end_layout
4199
4200 \end_inset
4201 </cell>
4202 </row>
4203 <row>
4204 <cell alignment="center" valignment="top" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208 A_1
4209 \begin_inset space \textvisiblespace{}
4210 \end_inset
4211
4212 +
4213 \backslash
4214 dots
4215 \begin_inset space \textvisiblespace{}
4216 \end_inset
4217
4218 +A_n
4219 \end_layout
4220
4221 \end_inset
4222 </cell>
4223 <cell alignment="center" valignment="top" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227 \begin_inset Formula $A_{1}+\dots+A_{n}$
4228 \end_inset
4229
4230
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 </row>
4236 <row>
4237 <cell alignment="center" valignment="top" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241 A_1
4242 \begin_inset space \textvisiblespace{}
4243 \end_inset
4244
4245 ,
4246 \backslash
4247 ldots
4248 \begin_inset space \textvisiblespace{}
4249 \end_inset
4250
4251 ,A_n
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 <cell alignment="center" valignment="top" usebox="none">
4257 \begin_inset Text
4258
4259 \begin_layout Plain Layout
4260 \begin_inset Formula $A_{1},\ldots,A_{n}$
4261 \end_inset
4262
4263
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 </row>
4269 <row>
4270 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 A_1
4275 \begin_inset space \textvisiblespace{}
4276 \end_inset
4277
4278 +
4279 \backslash
4280 cdots
4281 \begin_inset space \textvisiblespace{}
4282 \end_inset
4283
4284 +A_n
4285 \end_layout
4286
4287 \end_inset
4288 </cell>
4289 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Plain Layout
4293 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4294 \end_inset
4295
4296
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 </row>
4302 <row>
4303 <cell alignment="center" valignment="top" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307
4308 \backslash
4309 vdots
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell alignment="center" valignment="top" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 \begin_inset Formula $\vdots$
4319 \end_inset
4320
4321
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 </row>
4327 <row>
4328 <cell alignment="center" valignment="top" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332
4333 \backslash
4334 ddots
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 <cell alignment="center" valignment="top" usebox="none">
4340 \begin_inset Text
4341
4342 \begin_layout Plain Layout
4343 \begin_inset Formula $\ddots$
4344 \end_inset
4345
4346
4347 \end_layout
4348
4349 \end_inset
4350 </cell>
4351 </row>
4352 <row>
4353 <cell alignment="center" valignment="top" usebox="none">
4354 \begin_inset Text
4355
4356 \begin_layout Plain Layout
4357
4358 \backslash
4359 iddots
4360 \end_layout
4361
4362 \end_inset
4363 </cell>
4364 <cell alignment="center" valignment="top" usebox="none">
4365 \begin_inset Text
4366
4367 \begin_layout Plain Layout
4368 \begin_inset Formula $\iddots$
4369 \end_inset
4370
4371
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 </row>
4377 <row>
4378 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382 3×3
4383 \begin_inset space \thinspace{}
4384 \end_inset
4385
4386 matrix with the different dots
4387 \end_layout
4388
4389 \end_inset
4390 </cell>
4391 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4392 \begin_inset Text
4393
4394 \begin_layout Plain Layout
4395 \begin_inset Formula $\begin{array}{ccc}
4396 A_{11} & \cdots & A_{1m}\\
4397 \vdots & \ddots & \vdots\\
4398 A_{n1} & \cdots & A_{nm}
4399 \end{array}$
4400 \end_inset
4401
4402
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 </row>
4408 </lyxtabular>
4409
4410 \end_inset
4411
4412
4413 \end_layout
4414
4415 \begin_layout Standard
4416 The ellipses available in menu 
4417 \family sans
4418 Insert\SpecialChar menuseparator
4419 Special
4420 \begin_inset space ~
4421 \end_inset
4422
4423 Character
4424 \family default
4425  are 
4426 \series bold
4427
4428 \backslash
4429 ldots
4430 \series default
4431 .
4432 \end_layout
4433
4434 \begin_layout Standard
4435 \begin_inset VSpace medskip
4436 \end_inset
4437
4438 To use 
4439 \series bold
4440
4441 \backslash
4442 iddots
4443 \series default
4444 , one of the options 
4445 \family sans
4446 Use mathdots package (automatically)
4447 \family default
4448  must be set in the document settings under 
4449 \family sans
4450 Math
4451 \begin_inset space ~
4452 \end_inset
4453
4454 Options
4455 \family default
4456 .
4457 \begin_inset Newline newline
4458 \end_inset
4459
4460 Using the option 
4461 \family sans
4462 Use mathdots package
4463 \family default
4464  will improve the appearance of all dots in the documents if their font
4465  style or size is not the default.
4466 \end_layout
4467
4468 \begin_layout Standard
4469 \begin_inset VSpace medskip
4470 \end_inset
4471
4472 Specially for matrices there are ellipses that span over several columns.
4473  They are created with the command 
4474 \series bold
4475
4476 \backslash
4477 hdotsfor
4478 \series default
4479
4480 \begin_inset Index idx
4481 status collapsed
4482
4483 \begin_layout Plain Layout
4484 Commands ! H ! 
4485 \backslash
4486 hdotsfor
4487 \end_layout
4488
4489 \end_inset
4490
4491 , that has the following scheme:
4492 \end_layout
4493
4494 \begin_layout Standard
4495
4496 \series bold
4497
4498 \backslash
4499 hdotsfor[distance]{number of columns}
4500 \end_layout
4501
4502 \begin_layout Standard
4503 The number of columns specifies how many columns should be spanned.
4504  Distance is a factor for the distance between the dots.
4505 \end_layout
4506
4507 \begin_layout Standard
4508 In the following matrix the command 
4509 \series bold
4510
4511 \backslash
4512 hdotsfor[2]{4}
4513 \series default
4514  was inserted in the first box of the second line, to get an ellipsis with
4515  a dot distance twice as long as with the command 
4516 \series bold
4517
4518 \backslash
4519 dots
4520 \series default
4521 :
4522 \begin_inset Formula 
4523 \[
4524 \left(\begin{array}{cccc}
4525 A & B & C & D\\
4526 \hdotsfor[2]{4}\\
4527 q & w & e & r
4528 \end{array}\right)
4529 \]
4530
4531 \end_inset
4532
4533 Note that the matrix fields that should be spanned must be empty, otherwise
4534  you get \SpecialChar LaTeX
4535 -errors.
4536 \end_layout
4537
4538 \begin_layout Standard
4539 \begin_inset VSpace bigskip
4540 \end_inset
4541
4542 Furthermore you can fill with the command 
4543 \series bold
4544
4545 \backslash
4546 dotfill
4547 \series default
4548
4549 \begin_inset Index idx
4550 status collapsed
4551
4552 \begin_layout Plain Layout
4553 Commands ! D ! 
4554 \backslash
4555 dotfill
4556 \end_layout
4557
4558 \end_inset
4559
4560  the rest of a line with dots.
4561  The effect of these commands is the same as with 
4562 \series bold
4563
4564 \backslash
4565 hfill
4566 \series default
4567 , see 
4568 \begin_inset CommandInset ref
4569 LatexCommand ref
4570 reference "subsec:Variable-Space"
4571
4572 \end_inset
4573
4574 .
4575 \end_layout
4576
4577 \begin_layout Standard
4578 For example the command 
4579 \series bold
4580 A
4581 \backslash
4582 dotfill
4583 \begin_inset space \textvisiblespace{}
4584 \end_inset
4585
4586 B
4587 \series default
4588  produces
4589 \end_layout
4590
4591 \begin_layout Standard
4592 \begin_inset Formula $A\dotfill B$
4593 \end_inset
4594
4595
4596 \end_layout
4597
4598 \begin_layout Standard
4599 Similar to
4600 \series bold
4601  
4602 \backslash
4603 dotfill
4604 \series default
4605  there is for a line the command 
4606 \series bold
4607
4608 \backslash
4609 hrulefill
4610 \series default
4611
4612 \begin_inset Index idx
4613 status collapsed
4614
4615 \begin_layout Plain Layout
4616 Commands ! H ! 
4617 \backslash
4618 hrulefill
4619 \end_layout
4620
4621 \end_inset
4622
4623 :
4624 \end_layout
4625
4626 \begin_layout Standard
4627 \begin_inset Formula $A\hrulefill B$
4628 \end_inset
4629
4630
4631 \end_layout
4632
4633 \begin_layout Standard
4634 To use the commands for text, they have to be inserted in \SpecialChar TeX
4635  mode.
4636 \end_layout
4637
4638 \begin_layout Section
4639 Matrices
4640 \begin_inset CommandInset label
4641 LatexCommand label
4642 name "sec:Matrices"
4643
4644 \end_inset
4645
4646
4647 \begin_inset Index idx
4648 status collapsed
4649
4650 \begin_layout Plain Layout
4651 Matrices
4652 \end_layout
4653
4654 \end_inset
4655
4656
4657 \end_layout
4658
4659 \begin_layout Standard
4660 Matrices can be inserted via the math toolbar button 
4661 \begin_inset Info
4662 type  "icon"
4663 arg   "dialog-show mathmatrix"
4664 \end_inset
4665
4666  or the menu 
4667 \family sans
4668 Insert\SpecialChar menuseparator
4669 Math\SpecialChar menuseparator
4670 Matrix
4671 \family default
4672 .
4673  In the matrix dialog you can specify the number of columns and rows, the
4674  alignment and the decoration.
4675  The vertical alignment is only of importance for matrices in inline formulas:
4676 \end_layout
4677
4678 \begin_layout Standard
4679 The first matrix is top 
4680 \begin_inset Formula $\begin{array}[t]{cccc}
4681 A & D & G & J\\
4682 B & E & H & K\\
4683 C & F & I & L
4684 \end{array}$
4685 \end_inset
4686
4687 , the second middle 
4688 \begin_inset Formula $\begin{array}{cccc}
4689 A & D & G & J\\
4690 B & E & H & K\\
4691 C & F & I & L
4692 \end{array}$
4693 \end_inset
4694
4695  and the third bottom 
4696 \begin_inset Formula $\begin{array}[b]{cccc}
4697 A & D & G & J\\
4698 B & E & H & K\\
4699 C & F & I & L
4700 \end{array}$
4701 \end_inset
4702
4703  aligned.
4704 \end_layout
4705
4706 \begin_layout Standard
4707 The horizontal alignment specifies how the column entries should be aligned.
4708  It is set by entering a letter for every column.
4709  
4710 \emph on
4711 l
4712 \emph default
4713  denotes left aligned, 
4714 \emph on
4715 c
4716 \emph default
4717  centered and 
4718 \emph on
4719 r
4720 \emph default
4721  right aligned.
4722  To create for example a 4
4723 \series bold
4724 ×
4725 \series default
4726 4
4727 \begin_inset space ~
4728 \end_inset
4729
4730 matrix where the first column is left aligned, the second and third are
4731  centered and the last one is right aligned, one enters for the horizontal
4732  alignment 
4733 \series bold
4734 lccr
4735 \series default
4736 .
4737  Normally in a matrix all columns are centered, therefore the default for
4738  every column is a 
4739 \series bold
4740 c
4741 \series default
4742 .
4743 \end_layout
4744
4745 \begin_layout Standard
4746 Horizontal alignment:
4747 \end_layout
4748
4749 \begin_layout Standard
4750
4751 \series bold
4752 lll
4753 \series default
4754  : 
4755 \begin_inset Formula $\begin{array}{lll}
4756 10000 & D & G\\
4757 B & 10000 & H\\
4758 C & F & 10000
4759 \end{array}$
4760 \end_inset
4761
4762  , 
4763 \series bold
4764 ccc
4765 \series default
4766  : 
4767 \begin_inset Formula $\begin{array}{ccc}
4768 10000 & D & G\\
4769 B & 10000 & H\\
4770 C & F & 10000
4771 \end{array}$
4772 \end_inset
4773
4774  , 
4775 \series bold
4776 rrr
4777 \series default
4778  : 
4779 \begin_inset Formula $\begin{array}{rrr}
4780 10000 & D & G\\
4781 B & 10000 & H\\
4782 C & F & 10000
4783 \end{array}$
4784 \end_inset
4785
4786
4787 \end_layout
4788
4789 \begin_layout Standard
4790 To add or delete rows and columns subsequently, the math toolbar buttons
4791  
4792 \begin_inset Info
4793 type  "icon"
4794 arg   "inset-modify tabular append-row"
4795 \end_inset
4796
4797
4798 \begin_inset Info
4799 type  "icon"
4800 arg   "inset-modify tabular delete-row"
4801 \end_inset
4802
4803 , etc.
4804 \begin_inset space \thinspace{}
4805 \end_inset
4806
4807 , or the menu 
4808 \family sans
4809 Edit\SpecialChar menuseparator
4810 Rows & Columns
4811 \family default
4812  can be used.
4813  New rows can also be created with 
4814 \begin_inset Info
4815 type  "shortcut"
4816 arg   "newline-insert newline"
4817 \end_inset
4818
4819 .
4820 \end_layout
4821
4822 \begin_layout Standard
4823 \begin_inset VSpace bigskip
4824 \end_inset
4825
4826 The 
4827 \family sans
4828 Decoration
4829 \family default
4830  adds parentheses in the selected style around the matrix.
4831  Alternatively, parentheses can can either be created with the commands
4832  
4833 \series bold
4834
4835 \backslash
4836 left
4837 \series default
4838
4839 \begin_inset Index idx
4840 status collapsed
4841
4842 \begin_layout Plain Layout
4843 Commands ! L ! 
4844 \backslash
4845 left
4846 \end_layout
4847
4848 \end_inset
4849
4850  and 
4851 \series bold
4852
4853 \backslash
4854 right
4855 \series default
4856
4857 \begin_inset Index idx
4858 status collapsed
4859
4860 \begin_layout Plain Layout
4861 Commands ! R ! 
4862 \backslash
4863 right
4864 \end_layout
4865
4866 \end_inset
4867
4868  (shortcut 
4869 \family sans
4870 Alt+M
4871 \begin_inset space ~
4872 \end_inset
4873
4874 Parenthesis
4875 \family default
4876 ), see 
4877 \begin_inset CommandInset ref
4878 LatexCommand ref
4879 reference "subsec:Automatic-Bracket-Size"
4880
4881 \end_inset
4882
4883 , or by using the following commands:
4884 \begin_inset VSpace medskip
4885 \end_inset
4886
4887
4888 \end_layout
4889
4890 \begin_layout Standard
4891 \begin_inset space \hfill{}
4892 \end_inset
4893
4894
4895 \begin_inset Tabular
4896 <lyxtabular version="3" rows="4" columns="2">
4897 <features booktabs="true" tabularvalignment="middle">
4898 <column alignment="center" valignment="top" width="0pt">
4899 <column alignment="center" valignment="top">
4900 <row>
4901 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905 Command
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4911 \begin_inset Text
4912
4913 \begin_layout Plain Layout
4914 Result
4915 \end_layout
4916
4917 \end_inset
4918 </cell>
4919 </row>
4920 <row topspace="1.5mm">
4921 <cell alignment="center" valignment="top" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925
4926 \backslash
4927 bmatrix
4928 \begin_inset space \textvisiblespace{}
4929 \end_inset
4930
4931 2
4932 \series bold
4933 ×
4934 \series default
4935 2
4936 \begin_inset space \thinspace{}
4937 \end_inset
4938
4939 matrix
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 <cell alignment="center" valignment="top" usebox="none">
4945 \begin_inset Text
4946
4947 \begin_layout Plain Layout
4948 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
4949 0 & \textrm{-}\mathrm{i}\\
4950 \mathrm{i} & 0
4951 \end{array}\end{bmatrix}$
4952 \end_inset
4953
4954
4955 \end_layout
4956
4957 \end_inset
4958 </cell>
4959 </row>
4960 <row topspace="1.5mm" bottomspace="0.5mm">
4961 <cell alignment="center" valignment="top" usebox="none">
4962 \begin_inset Text
4963
4964 \begin_layout Plain Layout
4965
4966 \backslash
4967 Bmatrix
4968 \begin_inset space \textvisiblespace{}
4969 \end_inset
4970
4971 2
4972 \series bold
4973 ×
4974 \series default
4975 2
4976 \begin_inset space \thinspace{}
4977 \end_inset
4978
4979 matrix
4980 \end_layout
4981
4982 \end_inset
4983 </cell>
4984 <cell alignment="center" valignment="top" usebox="none">
4985 \begin_inset Text
4986
4987 \begin_layout Plain Layout
4988 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
4989 0 & \textrm{-}\mathrm{i}\\
4990 \mathrm{i} & 0
4991 \end{array}\end{Bmatrix}$
4992 \end_inset
4993
4994
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 </row>
5000 <row>
5001 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5002 \begin_inset Text
5003
5004 \begin_layout Plain Layout
5005
5006 \backslash
5007 pmatrix
5008 \begin_inset space \textvisiblespace{}
5009 \end_inset
5010
5011 2
5012 \series bold
5013 ×
5014 \series default
5015 2
5016 \begin_inset space \thinspace{}
5017 \end_inset
5018
5019 matrix
5020 \end_layout
5021
5022 \end_inset
5023 </cell>
5024 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5025 \begin_inset Text
5026
5027 \begin_layout Plain Layout
5028 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
5029 0 & \textrm{-}\mathrm{i}\\
5030 \mathrm{i} & 0
5031 \end{array}\end{pmatrix}$
5032 \end_inset
5033
5034
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 </row>
5040 </lyxtabular>
5041
5042 \end_inset
5043
5044
5045 \begin_inset space \hfill{}
5046 \end_inset
5047
5048
5049 \begin_inset Tabular
5050 <lyxtabular version="3" rows="4" columns="2">
5051 <features booktabs="true" tabularvalignment="middle">
5052 <column alignment="center" valignment="top" width="0pt">
5053 <column alignment="center" valignment="top">
5054 <row>
5055 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5056 \begin_inset Text
5057
5058 \begin_layout Plain Layout
5059 Command
5060 \end_layout
5061
5062 \end_inset
5063 </cell>
5064 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5065 \begin_inset Text
5066
5067 \begin_layout Plain Layout
5068 Result
5069 \end_layout
5070
5071 \end_inset
5072 </cell>
5073 </row>
5074 <row topspace="1.5mm">
5075 <cell alignment="center" valignment="top" usebox="none">
5076 \begin_inset Text
5077
5078 \begin_layout Plain Layout
5079
5080 \backslash
5081 vmatrix
5082 \begin_inset space \textvisiblespace{}
5083 \end_inset
5084
5085 2
5086 \series bold
5087 ×
5088 \series default
5089 2
5090 \begin_inset space \thinspace{}
5091 \end_inset
5092
5093 matrix
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 <cell alignment="center" valignment="top" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
5103 0 & \textrm{-}\mathrm{i}\\
5104 \mathrm{i} & 0
5105 \end{array}\end{vmatrix}$
5106 \end_inset
5107
5108
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 </row>
5114 <row topspace="1.5mm" bottomspace="0.5mm">
5115 <cell alignment="center" valignment="top" usebox="none">
5116 \begin_inset Text
5117
5118 \begin_layout Plain Layout
5119
5120 \backslash
5121 Vmatrix
5122 \begin_inset space \textvisiblespace{}
5123 \end_inset
5124
5125 2
5126 \series bold
5127 ×
5128 \series default
5129 2
5130 \begin_inset space \thinspace{}
5131 \end_inset
5132
5133 matrix
5134 \end_layout
5135
5136 \end_inset
5137 </cell>
5138 <cell alignment="center" valignment="top" usebox="none">
5139 \begin_inset Text
5140
5141 \begin_layout Plain Layout
5142 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
5143 0 & \textrm{-}\mathrm{i}\\
5144 \mathrm{i} & 0
5145 \end{array}\end{Vmatrix}$
5146 \end_inset
5147
5148
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 </row>
5154 <row>
5155 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Plain Layout
5159
5160 \backslash
5161 matrix
5162 \begin_inset space \textvisiblespace{}
5163 \end_inset
5164
5165 2
5166 \series bold
5167 ×
5168 \series default
5169 2
5170 \begin_inset space \thinspace{}
5171 \end_inset
5172
5173 matrix
5174 \end_layout
5175
5176 \end_inset
5177 </cell>
5178 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5179 \begin_inset Text
5180
5181 \begin_layout Plain Layout
5182 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
5183 0 & \textrm{-}\mathrm{i}\\
5184 \mathrm{i} & 0
5185 \end{array}\end{matrix}$
5186 \end_inset
5187
5188
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 </row>
5194 </lyxtabular>
5195
5196 \end_inset
5197
5198
5199 \begin_inset space \hfill{}
5200 \end_inset
5201
5202
5203 \end_layout
5204
5205 \begin_layout Standard
5206 \begin_inset VSpace medskip
5207 \end_inset
5208
5209 When e.
5210 \begin_inset space \thinspace{}
5211 \end_inset
5212
5213 g.
5214 \begin_inset space \space{}
5215 \end_inset
5216
5217
5218 \series bold
5219
5220 \backslash
5221 vmatrix
5222 \series default
5223  is inserted, a blue box appears between two vertical lines where the matrix
5224  is inserted.
5225 \begin_inset Newline newline
5226 \end_inset
5227
5228 Note that decorated matrices ignore the vertical alignment.
5229 \end_layout
5230
5231 \begin_layout Standard
5232 \begin_inset VSpace bigskip
5233 \end_inset
5234
5235 As all multiline formulas are matrices, the length 
5236 \series bold
5237
5238 \backslash
5239 arraycolsep
5240 \series default
5241
5242 \begin_inset Index idx
5243 status collapsed
5244
5245 \begin_layout Plain Layout
5246 Commands ! A ! 
5247 \backslash
5248 arraycolsep
5249 \end_layout
5250
5251 \end_inset
5252
5253  that is described in 
5254 \begin_inset CommandInset ref
5255 LatexCommand ref
5256 reference "subsec:Column-Separation"
5257
5258 \end_inset
5259
5260  can also be used to change the column separation of matrices.
5261 \end_layout
5262
5263 \begin_layout Standard
5264 To change the row separation, the command 
5265 \series bold
5266
5267 \backslash
5268 arraystretch
5269 \series default
5270
5271 \begin_inset Index idx
5272 status collapsed
5273
5274 \begin_layout Plain Layout
5275 Commands ! A ! 
5276 \backslash
5277 arraystretch
5278 \end_layout
5279
5280 \end_inset
5281
5282  is used.
5283  It is used as follows:
5284 \end_layout
5285
5286 \begin_layout Standard
5287
5288 \series bold
5289
5290 \backslash
5291 renewcommand{
5292 \backslash
5293 arraystretch}{stretch factor}
5294 \begin_inset Index idx
5295 status collapsed
5296
5297 \begin_layout Plain Layout
5298 Commands ! R ! 
5299 \backslash
5300 renewcommand
5301 \end_layout
5302
5303 \end_inset
5304
5305
5306 \end_layout
5307
5308 \begin_layout Standard
5309 The command 
5310 \series bold
5311
5312 \backslash
5313 renewcommand
5314 \series default
5315  assigns the stretch factor to the predefined command 
5316 \series bold
5317
5318 \backslash
5319 arraystretch
5320 \series default
5321 .
5322  To double e.
5323 \begin_inset space \thinspace{}
5324 \end_inset
5325
5326 g.
5327 \begin_inset space \space{}
5328 \end_inset
5329
5330 the row separation, use the factor 2.
5331  This is then used for all following matrices.
5332  To go back to the original separation, assign the factor 1 to 
5333 \series bold
5334
5335 \backslash
5336 arraystretch
5337 \series default
5338 .
5339 \end_layout
5340
5341 \begin_layout Standard
5342 To set matrices into a text line, the command 
5343 \series bold
5344
5345 \backslash
5346 smallmatrix
5347 \series default
5348
5349 \begin_inset Index idx
5350 status collapsed
5351
5352 \begin_layout Plain Layout
5353 Commands ! S ! 
5354 \backslash
5355 smallmatrix
5356 \end_layout
5357
5358 \end_inset
5359
5360  is used.
5361  When it is inserted a blue box with two dashed lines appears.
5362  In this box the matrix is inserted.
5363 \end_layout
5364
5365 \begin_layout Standard
5366 This is a matrix 
5367 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5368 C & D
5369 \end{smallmatrix}\right)$
5370 \end_inset
5371
5372  in a text line.
5373 \end_layout
5374
5375 \begin_layout Section
5376 Brackets and Delimiters
5377 \begin_inset Index idx
5378 status collapsed
5379
5380 \begin_layout Plain Layout
5381 Brackets
5382 \end_layout
5383
5384 \end_inset
5385
5386
5387 \begin_inset Index idx
5388 status collapsed
5389
5390 \begin_layout Plain Layout
5391 Delimiters
5392 \end_layout
5393
5394 \end_inset
5395
5396
5397 \end_layout
5398
5399 \begin_layout Subsection
5400 Vertical Brackets and Delimiters
5401 \begin_inset Index idx
5402 status collapsed
5403
5404 \begin_layout Plain Layout
5405 Brackets ! vertical
5406 \end_layout
5407
5408 \end_inset
5409
5410
5411 \end_layout
5412
5413 \begin_layout Standard
5414 \begin_inset space \hfill{}
5415 \end_inset
5416
5417
5418 \begin_inset Tabular
5419 <lyxtabular version="3" rows="9" columns="2">
5420 <features booktabs="true" tabularvalignment="middle">
5421 <column alignment="center" valignment="top" width="0pt">
5422 <column alignment="center" valignment="top" width="0pt">
5423 <row>
5424 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5425 \begin_inset Text
5426
5427 \begin_layout Plain Layout
5428 Command
5429 \end_layout
5430
5431 \end_inset
5432 </cell>
5433 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5434 \begin_inset Text
5435
5436 \begin_layout Plain Layout
5437 Result
5438 \end_layout
5439
5440 \end_inset
5441 </cell>
5442 </row>
5443 <row>
5444 <cell alignment="center" valignment="top" usebox="none">
5445 \begin_inset Text
5446
5447 \begin_layout Plain Layout
5448 (
5449 \end_layout
5450
5451 \end_inset
5452 </cell>
5453 <cell alignment="center" valignment="top" usebox="none">
5454 \begin_inset Text
5455
5456 \begin_layout Plain Layout
5457 \begin_inset Formula $($
5458 \end_inset
5459
5460
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 </row>
5466 <row>
5467 <cell alignment="center" valignment="top" usebox="none">
5468 \begin_inset Text
5469
5470 \begin_layout Plain Layout
5471 {
5472 \end_layout
5473
5474 \end_inset
5475 </cell>
5476 <cell alignment="center" valignment="top" usebox="none">
5477 \begin_inset Text
5478
5479 \begin_layout Plain Layout
5480 \begin_inset Formula $\{$
5481 \end_inset
5482
5483
5484 \end_layout
5485
5486 \end_inset
5487 </cell>
5488 </row>
5489 <row>
5490 <cell alignment="center" valignment="top" usebox="none">
5491 \begin_inset Text
5492
5493 \begin_layout Plain Layout
5494 [
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 <cell alignment="center" valignment="top" usebox="none">
5500 \begin_inset Text
5501
5502 \begin_layout Plain Layout
5503 \begin_inset Formula $[$
5504 \end_inset
5505
5506
5507 \end_layout
5508
5509 \end_inset
5510 </cell>
5511 </row>
5512 <row>
5513 <cell alignment="center" valignment="top" usebox="none">
5514 \begin_inset Text
5515
5516 \begin_layout Plain Layout
5517
5518 \backslash
5519 langle
5520 \end_layout
5521
5522 \end_inset
5523 </cell>
5524 <cell alignment="center" valignment="top" usebox="none">
5525 \begin_inset Text
5526
5527 \begin_layout Plain Layout
5528 \begin_inset Formula $\langle$
5529 \end_inset
5530
5531
5532 \end_layout
5533
5534 \end_inset
5535 </cell>
5536 </row>
5537 <row>
5538 <cell alignment="center" valignment="top" usebox="none">
5539 \begin_inset Text
5540
5541 \begin_layout Plain Layout
5542
5543 \backslash
5544 lceil
5545 \end_layout
5546
5547 \end_inset
5548 </cell>
5549 <cell alignment="center" valignment="top" usebox="none">
5550 \begin_inset Text
5551
5552 \begin_layout Plain Layout
5553 \begin_inset Formula $\lceil$
5554 \end_inset
5555
5556
5557 \end_layout
5558
5559 \end_inset
5560 </cell>
5561 </row>
5562 <row>
5563 <cell alignment="center" valignment="top" usebox="none">
5564 \begin_inset Text
5565
5566 \begin_layout Plain Layout
5567
5568 \backslash
5569 lfloor
5570 \end_layout
5571
5572 \end_inset
5573 </cell>
5574 <cell alignment="center" valignment="top" usebox="none">
5575 \begin_inset Text
5576
5577 \begin_layout Plain Layout
5578 \begin_inset Formula $\lfloor$
5579 \end_inset
5580
5581
5582 \end_layout
5583
5584 \end_inset
5585 </cell>
5586 </row>
5587 <row>
5588 <cell alignment="center" valignment="top" usebox="none">
5589 \begin_inset Text
5590
5591 \begin_layout Plain Layout
5592 /
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 <cell alignment="center" valignment="top" usebox="none">
5598 \begin_inset Text
5599
5600 \begin_layout Plain Layout
5601 \begin_inset Formula $/$
5602 \end_inset
5603
5604
5605 \end_layout
5606
5607 \end_inset
5608 </cell>
5609 </row>
5610 <row>
5611 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5612 \begin_inset Text
5613
5614 \begin_layout Plain Layout
5615 |
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5621 \begin_inset Text
5622
5623 \begin_layout Plain Layout
5624 \begin_inset Formula $|$
5625 \end_inset
5626
5627
5628 \end_layout
5629
5630 \end_inset
5631 </cell>
5632 </row>
5633 </lyxtabular>
5634
5635 \end_inset
5636
5637
5638 \begin_inset space \hfill{}
5639 \end_inset
5640
5641
5642 \begin_inset Tabular
5643 <lyxtabular version="3" rows="9" columns="2">
5644 <features booktabs="true" tabularvalignment="middle">
5645 <column alignment="center" valignment="top" width="0pt">
5646 <column alignment="center" valignment="top" width="0pt">
5647 <row>
5648 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5649 \begin_inset Text
5650
5651 \begin_layout Plain Layout
5652 Command
5653 \end_layout
5654
5655 \end_inset
5656 </cell>
5657 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5658 \begin_inset Text
5659
5660 \begin_layout Plain Layout
5661 Result
5662 \end_layout
5663
5664 \end_inset
5665 </cell>
5666 </row>
5667 <row>
5668 <cell alignment="center" valignment="top" usebox="none">
5669 \begin_inset Text
5670
5671 \begin_layout Plain Layout
5672 )
5673 \end_layout
5674
5675 \end_inset
5676 </cell>
5677 <cell alignment="center" valignment="top" usebox="none">
5678 \begin_inset Text
5679
5680 \begin_layout Plain Layout
5681 \begin_inset Formula $)$
5682 \end_inset
5683
5684
5685 \end_layout
5686
5687 \end_inset
5688 </cell>
5689 </row>
5690 <row>
5691 <cell alignment="center" valignment="top" usebox="none">
5692 \begin_inset Text
5693
5694 \begin_layout Plain Layout
5695 }
5696 \end_layout
5697
5698 \end_inset
5699 </cell>
5700 <cell alignment="center" valignment="top" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Plain Layout
5704 \begin_inset Formula $\}$
5705 \end_inset
5706
5707
5708 \end_layout
5709
5710 \end_inset
5711 </cell>
5712 </row>
5713 <row>
5714 <cell alignment="center" valignment="top" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718 ]
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell alignment="center" valignment="top" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727 \begin_inset Formula $]$
5728 \end_inset
5729
5730
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 </row>
5736 <row>
5737 <cell alignment="center" valignment="top" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Plain Layout
5741
5742 \backslash
5743 rangle
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 <cell alignment="center" valignment="top" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752 \begin_inset Formula $\rangle$
5753 \end_inset
5754
5755
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 </row>
5761 <row>
5762 <cell alignment="center" valignment="top" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766
5767 \backslash
5768 rceil
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 <cell alignment="center" valignment="top" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Plain Layout
5777 \begin_inset Formula $\rceil$
5778 \end_inset
5779
5780
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 </row>
5786 <row>
5787 <cell alignment="center" valignment="top" usebox="none">
5788 \begin_inset Text
5789
5790 \begin_layout Plain Layout
5791
5792 \backslash
5793 rfloor
5794 \end_layout
5795
5796 \end_inset
5797 </cell>
5798 <cell alignment="center" valignment="top" usebox="none">
5799 \begin_inset Text
5800
5801 \begin_layout Plain Layout
5802 \begin_inset Formula $\rfloor$
5803 \end_inset
5804
5805
5806 \end_layout
5807
5808 \end_inset
5809 </cell>
5810 </row>
5811 <row>
5812 <cell alignment="center" valignment="top" usebox="none">
5813 \begin_inset Text
5814
5815 \begin_layout Plain Layout
5816
5817 \backslash
5818
5819 \backslash
5820
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 <cell alignment="center" valignment="top" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 \begin_inset Formula $\backslash$
5830 \end_inset
5831
5832
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 </row>
5838 <row>
5839 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Plain Layout
5843
5844 \backslash
5845 |
5846 \end_layout
5847
5848 \end_inset
5849 </cell>
5850 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5851 \begin_inset Text
5852
5853 \begin_layout Plain Layout
5854 \begin_inset Formula $\|$
5855 \end_inset
5856
5857
5858 \end_layout
5859
5860 \end_inset
5861 </cell>
5862 </row>
5863 </lyxtabular>
5864
5865 \end_inset
5866
5867
5868 \begin_inset space \hfill{}
5869 \end_inset
5870
5871
5872 \end_layout
5873
5874 \begin_layout Standard
5875
5876 \series medium
5877 \begin_inset Note Greyedout
5878 status open
5879
5880 \begin_layout Plain Layout
5881
5882 \series bold
5883 Note:
5884 \series default
5885  In \SpecialChar TeX
5886  mode the command 
5887 \series bold
5888
5889 \backslash
5890 textbackslash
5891 \series default
5892
5893 \begin_inset Index idx
5894 status collapsed
5895
5896 \begin_layout Plain Layout
5897 Commands ! T ! 
5898 \backslash
5899 textbackslash
5900 \end_layout
5901
5902 \end_inset
5903
5904  must be used for the backslash, because the command 
5905 \series bold
5906
5907 \backslash
5908
5909 \backslash
5910
5911 \series default
5912  produces a line break there.
5913 \end_layout
5914
5915 \end_inset
5916
5917
5918 \end_layout
5919
5920 \begin_layout Standard
5921 For all characters listed above the size can be adjusted with the commands
5922  described in the following two subsections.
5923  When using these commands, the characters < and > can directly be used
5924  instead of the commands 
5925 \series bold
5926
5927 \backslash
5928 langle
5929 \series default
5930  and 
5931 \series bold
5932
5933 \backslash
5934 rangle
5935 \series default
5936 .
5937 \end_layout
5938
5939 \begin_layout Subsubsection
5940 Manual Bracket Size
5941 \begin_inset CommandInset label
5942 LatexCommand label
5943 name "subsec:Manual-Bracket-Size"
5944
5945 \end_inset
5946
5947
5948 \begin_inset Index idx
5949 status collapsed
5950
5951 \begin_layout Plain Layout
5952 Bracket size ! manual
5953 \end_layout
5954
5955 \end_inset
5956
5957
5958 \end_layout
5959
5960 \begin_layout Standard
5961 The bracket size can be specified manually by the \SpecialChar LaTeX
5962 -commands 
5963 \series bold
5964
5965 \backslash
5966 big
5967 \series default
5968
5969 \begin_inset Index idx
5970 status collapsed
5971
5972 \begin_layout Plain Layout
5973 Commands ! B ! 
5974 \backslash
5975 big
5976 \end_layout
5977
5978 \end_inset
5979
5980
5981 \series bold
5982
5983 \backslash
5984 Big
5985 \series default
5986
5987 \series bold
5988
5989 \backslash
5990 bigg
5991 \series default
5992  and 
5993 \series bold
5994
5995 \backslash
5996 Bigg
5997 \series default
5998 .
5999  
6000 \series bold
6001
6002 \backslash
6003 big
6004 \series default
6005  denotes the smallest and 
6006 \series bold
6007
6008 \backslash
6009 Bigg
6010 \series default
6011  the largest bracket size.
6012 \end_layout
6013
6014 \begin_layout Standard
6015 These commands are used to emphasize levels of brackets:
6016 \begin_inset Separator parbreak
6017 \end_inset
6018
6019
6020 \end_layout
6021
6022 \begin_layout Standard
6023 \align center
6024 \begin_inset Tabular
6025 <lyxtabular version="3" rows="2" columns="2">
6026 <features booktabs="true" tabularvalignment="middle">
6027 <column alignment="center" valignment="top" width="0pt">
6028 <column alignment="center" valignment="top" width="0pt">
6029 <row>
6030 <cell alignment="center" valignment="top" usebox="none">
6031 \begin_inset Text
6032
6033 \begin_layout Plain Layout
6034 all brackets in the same size:
6035 \end_layout
6036
6037 \end_inset
6038 </cell>
6039 <cell alignment="center" valignment="top" usebox="none">
6040 \begin_inset Text
6041
6042 \begin_layout Plain Layout
6043 \begin_inset Formula $((A+B)(A-B))^{C}$
6044 \end_inset
6045
6046
6047 \end_layout
6048
6049 \end_inset
6050 </cell>
6051 </row>
6052 <row topspace="2mm">
6053 <cell alignment="center" valignment="top" usebox="none">
6054 \begin_inset Text
6055
6056 \begin_layout Plain Layout
6057 this looks better:
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 <cell alignment="center" valignment="top" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6067 \end_inset
6068
6069
6070 \end_layout
6071
6072 \end_inset
6073 </cell>
6074 </row>
6075 </lyxtabular>
6076
6077 \end_inset
6078
6079
6080 \end_layout
6081
6082 \begin_layout Standard
6083 For the second formula the command 
6084 \series bold
6085
6086 \backslash
6087 Big((A+B)(A-B)
6088 \backslash
6089 Big)^
6090 \begin_inset space \textvisiblespace{}
6091 \end_inset
6092
6093 C
6094 \series default
6095  has been used.
6096 \end_layout
6097
6098 \begin_layout Standard
6099 Here is an overview about all bracket sizes:
6100 \begin_inset Separator parbreak
6101 \end_inset
6102
6103
6104 \end_layout
6105
6106 \begin_layout Standard
6107 \align center
6108
6109 \backslash
6110 Bigg(
6111 \backslash
6112 exp
6113 \backslash
6114 bigg<
6115 \backslash
6116 Big[
6117 \backslash
6118 big{
6119 \backslash
6120 ln(3x)
6121 \backslash
6122 big}^2
6123 \begin_inset space \textvisiblespace{}
6124 \end_inset
6125
6126
6127 \backslash
6128 sin(x)
6129 \backslash
6130 Big]^
6131 \begin_inset space \textvisiblespace{}
6132 \end_inset
6133
6134 A
6135 \begin_inset space \textvisiblespace{}
6136 \end_inset
6137
6138
6139 \backslash
6140 bigg>
6141 \backslash
6142 Bigg)^0,5
6143 \end_layout
6144
6145 \begin_layout Standard
6146 \align center
6147 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6148 \end_inset
6149
6150
6151 \end_layout
6152
6153 \begin_layout Standard
6154 Besides the 
6155 \series bold
6156
6157 \backslash
6158 big
6159 \series default
6160 -commands there is the variant 
6161 \series bold
6162
6163 \backslash
6164 bigm
6165 \series default
6166
6167 \begin_inset Index idx
6168 status collapsed
6169
6170 \begin_layout Plain Layout
6171 Commands ! B ! 
6172 \backslash
6173 bigm
6174 \end_layout
6175
6176 \end_inset
6177
6178  that adds a bit more space between the bracket and its content, and the
6179  variant 
6180 \series bold
6181
6182 \backslash
6183 bigl
6184 \series default
6185 -
6186 \series bold
6187
6188 \backslash
6189 bigr
6190 \series default
6191
6192 \begin_inset Index idx
6193 status collapsed
6194
6195 \begin_layout Plain Layout
6196 Commands ! B ! 
6197 \backslash
6198 bigl - 
6199 \backslash
6200 bigr
6201 \end_layout
6202
6203 \end_inset
6204
6205 , that don't add additional space.
6206  The 
6207 \emph on
6208 l
6209 \emph default
6210  at the end of the command 
6211 \series bold
6212
6213 \backslash
6214 bigl
6215 \series default
6216  is for a left bracket; for a right bracket this will be replaced by an
6217  
6218 \emph on
6219 r
6220 \emph default
6221 .
6222  A left or right bracket can each be an opening or closing bracket.
6223 \end_layout
6224
6225 \begin_layout Standard
6226 In the following table is a comparison of the variants:
6227 \begin_inset Separator parbreak
6228 \end_inset
6229
6230
6231 \end_layout
6232
6233 \begin_layout Standard
6234 \align center
6235 \begin_inset Tabular
6236 <lyxtabular version="3" rows="5" columns="2">
6237 <features booktabs="true" tabularvalignment="middle">
6238 <column alignment="center" valignment="top" width="0pt">
6239 <column alignment="center" valignment="middle">
6240 <row>
6241 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6242 \begin_inset Text
6243
6244 \begin_layout Plain Layout
6245 Command
6246 \end_layout
6247
6248 \end_inset
6249 </cell>
6250 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254 Result
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 </row>
6260 <row topspace="2mm">
6261 <cell alignment="center" valignment="top" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265
6266 \backslash
6267 Bigm(
6268 \backslash
6269 bigm(
6270 \backslash
6271 ln(3x)
6272 \backslash
6273 bigm)^2
6274 \begin_inset space \textvisiblespace{}
6275 \end_inset
6276
6277
6278 \backslash
6279 Bigm)
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 <cell alignment="center" valignment="top" usebox="none">
6285 \begin_inset Text
6286
6287 \begin_layout Plain Layout
6288 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
6289 \end_inset
6290
6291
6292 \end_layout
6293
6294 \end_inset
6295 </cell>
6296 </row>
6297 <row topspace="2mm">
6298 <cell alignment="center" valignment="top" usebox="none">
6299 \begin_inset Text
6300
6301 \begin_layout Plain Layout
6302
6303 \backslash
6304 Big(
6305 \backslash
6306 big(
6307 \backslash
6308 ln(3x)
6309 \backslash
6310 big)^2
6311 \begin_inset space \textvisiblespace{}
6312 \end_inset
6313
6314
6315 \backslash
6316 Big)
6317 \end_layout
6318
6319 \end_inset
6320 </cell>
6321 <cell alignment="center" valignment="top" usebox="none">
6322 \begin_inset Text
6323
6324 \begin_layout Plain Layout
6325 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
6326 \end_inset
6327
6328
6329 \end_layout
6330
6331 \end_inset
6332 </cell>
6333 </row>
6334 <row topspace="2mm" bottomspace="0.5mm">
6335 <cell alignment="center" valignment="top" usebox="none">
6336 \begin_inset Text
6337
6338 \begin_layout Plain Layout
6339
6340 \backslash
6341 Bigl(
6342 \backslash
6343 bigl(
6344 \backslash
6345 ln(3x)
6346 \backslash
6347 bigr)^2
6348 \begin_inset space \textvisiblespace{}
6349 \end_inset
6350
6351
6352 \backslash
6353 Bigr)
6354 \end_layout
6355
6356 \end_inset
6357 </cell>
6358 <cell alignment="center" valignment="top" usebox="none">
6359 \begin_inset Text
6360
6361 \begin_layout Plain Layout
6362 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
6363 \end_inset
6364
6365
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 </row>
6371 <row topspace="1.5mm" bottomspace="0.5mm">
6372 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6373 \begin_inset Text
6374
6375 \begin_layout Plain Layout
6376
6377 \backslash
6378 bigl)
6379 \backslash
6380 ln(3x)
6381 \backslash
6382 bigr(
6383 \end_layout
6384
6385 \end_inset
6386 </cell>
6387 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6388 \begin_inset Text
6389
6390 \begin_layout Plain Layout
6391 \begin_inset Formula $\bigl)\ln(3x)\bigr($
6392 \end_inset
6393
6394
6395 \end_layout
6396
6397 \end_inset
6398 </cell>
6399 </row>
6400 </lyxtabular>
6401
6402 \end_inset
6403
6404
6405 \end_layout
6406
6407 \begin_layout Subsubsection
6408 Automatic Bracket Size
6409 \begin_inset CommandInset label
6410 LatexCommand label
6411 name "subsec:Automatic-Bracket-Size"
6412
6413 \end_inset
6414
6415
6416 \begin_inset Index idx
6417 status collapsed
6418
6419 \begin_layout Plain Layout
6420 Bracket size ! automatic
6421 \end_layout
6422
6423 \end_inset
6424
6425
6426 \end_layout
6427
6428 \begin_layout Standard
6429 Brackets with variable size can be inserted with the commands 
6430 \series bold
6431
6432 \backslash
6433 left
6434 \series default
6435
6436 \begin_inset Index idx
6437 status collapsed
6438
6439 \begin_layout Plain Layout
6440 Commands ! L ! 
6441 \backslash
6442 left
6443 \end_layout
6444
6445 \end_inset
6446
6447  and 
6448 \series bold
6449
6450 \backslash
6451 right
6452 \series default
6453
6454 \begin_inset Index idx
6455 status collapsed
6456
6457 \begin_layout Plain Layout
6458 Commands ! R ! 
6459 \backslash
6460 right
6461 \end_layout
6462
6463 \end_inset
6464
6465  or via the math toolbar button 
6466 \begin_inset Info
6467 type  "icon"
6468 arg   "dialog-show mathdelimiter"
6469 \end_inset
6470
6471 .
6472  Directly behind 
6473 \series bold
6474
6475 \backslash
6476 left
6477 \series default
6478  and 
6479 \series bold
6480
6481 \backslash
6482 right
6483 \series default
6484  the wanted bracket must be inserted.
6485  The bracket size will then automatically be calculated for the output.
6486 \begin_inset Separator parbreak
6487 \end_inset
6488
6489
6490 \end_layout
6491
6492 \begin_layout Standard
6493 \align center
6494 normal bracket: The command 
6495 \series bold
6496
6497 \backslash
6498 ln(
6499 \backslash
6500 frac
6501 \begin_inset space \textvisiblespace{}
6502 \end_inset
6503
6504 A
6505 \begin_inset Formula $\downarrow$
6506 \end_inset
6507
6508 C
6509 \begin_inset space \textvisiblespace{}
6510 \end_inset
6511
6512 )
6513 \series default
6514  creates
6515 \begin_inset Formula 
6516 \[
6517 \ln(\frac{A}{C})
6518 \]
6519
6520 \end_inset
6521
6522
6523 \end_layout
6524
6525 \begin_layout Standard
6526 \align center
6527 multiline bracket: The command 
6528 \series bold
6529
6530 \backslash
6531 ln
6532 \backslash
6533 left(
6534 \backslash
6535 frac
6536 \begin_inset space \textvisiblespace{}
6537 \end_inset
6538
6539 A
6540 \begin_inset Formula $\downarrow$
6541 \end_inset
6542
6543 C
6544 \begin_inset space \textvisiblespace{}
6545 \end_inset
6546
6547
6548 \backslash
6549 right)
6550 \series default
6551  creates
6552 \begin_inset Formula 
6553 \[
6554 \ln\left(\frac{A}{C}\right)
6555 \]
6556
6557 \end_inset
6558
6559
6560 \end_layout
6561
6562 \begin_layout Standard
6563 Instead of 
6564 \series bold
6565
6566 \backslash
6567 left
6568 \series default
6569  and 
6570 \series bold
6571
6572 \backslash
6573 right
6574 \series default
6575  the shortcut 
6576 \family sans
6577 Alt+M
6578 \begin_inset space ~
6579 \end_inset
6580
6581 Bracket
6582 \family default
6583  can be used.
6584  This has the advantage that you can see in \SpecialChar LyX
6585  immediately the real bracket
6586  size and that the matching right bracket will be created too.
6587 \begin_inset Newline newline
6588 \end_inset
6589
6590 The command for the last example would then be: 
6591 \series bold
6592
6593 \backslash
6594 ln Alt+M
6595 \series default
6596  
6597 \series bold
6598 (
6599 \backslash
6600 frac
6601 \begin_inset space \textvisiblespace{}
6602 \end_inset
6603
6604 A
6605 \begin_inset Formula $\downarrow$
6606 \end_inset
6607
6608 C
6609 \end_layout
6610
6611 \begin_layout Standard
6612 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6613  For example the command 
6614 \series bold
6615
6616 \backslash
6617 left.
6618 \backslash
6619 frac
6620 \begin_inset space \textvisiblespace{}
6621 \end_inset
6622
6623 A
6624 \begin_inset Formula $\downarrow$
6625 \end_inset
6626
6627 B
6628 \begin_inset space \textvisiblespace{}
6629 \end_inset
6630
6631
6632 \backslash
6633 right}
6634 \series default
6635  creates:
6636 \series bold
6637
6638 \begin_inset Formula 
6639 \[
6640 \left.\frac{A}{B}\right\} 
6641 \]
6642
6643 \end_inset
6644
6645
6646 \series default
6647 The commands 
6648 \series bold
6649
6650 \backslash
6651 left
6652 \series default
6653  and 
6654 \series bold
6655
6656 \backslash
6657 right
6658 \series default
6659  will be converted by \SpecialChar LyX
6660  to brackets in the right size when the document is
6661  reloaded and an omitted bracket will appear as dashed line.
6662 \end_layout
6663
6664 \begin_layout Standard
6665 \begin_inset VSpace bigskip
6666 \end_inset
6667
6668 Because all popular \SpecialChar LaTeX
6669  distributions use e\SpecialChar TeX
6670 , an extension to \SpecialChar LaTeX
6671 , the command
6672  
6673 \series bold
6674
6675 \backslash
6676 middle
6677 \series default
6678
6679 \begin_inset Index idx
6680 status collapsed
6681
6682 \begin_layout Plain Layout
6683 Commands ! M ! 
6684 \backslash
6685 middle
6686 \end_layout
6687
6688 \end_inset
6689
6690  is additionally available for all brackets and limits.
6691  With this command the height of the following character is adapted to the
6692  one of the surrounding brackets, what is e.
6693 \begin_inset space \thinspace{}
6694 \end_inset
6695
6696 g.
6697 \begin_inset space \space{}
6698 \end_inset
6699
6700 needed for physical vectors:
6701 \begin_inset Formula 
6702 \[
6703 \left\langle \phi\:\middle|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6704 \]
6705
6706 \end_inset
6707
6708 For physical vectors there is a special \SpecialChar LaTeX
6709 -package, described in 
6710 \begin_inset CommandInset ref
6711 LatexCommand ref
6712 reference "subsec:Physical-Vectors"
6713
6714 \end_inset
6715
6716 .
6717 \end_layout
6718
6719 \begin_layout Subsection
6720 Horizontal Brackets
6721 \begin_inset Index idx
6722 status collapsed
6723
6724 \begin_layout Plain Layout
6725 Brackets ! horizontal
6726 \end_layout
6727
6728 \end_inset
6729
6730
6731 \end_layout
6732
6733 \begin_layout Standard
6734 \align center
6735 \begin_inset Tabular
6736 <lyxtabular version="3" rows="4" columns="2">
6737 <features booktabs="true" tabularvalignment="middle">
6738 <column alignment="center" valignment="top" width="0pt">
6739 <column alignment="center" valignment="top" width="0pt">
6740 <row>
6741 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6742 \begin_inset Text
6743
6744 \begin_layout Plain Layout
6745 Command
6746 \end_layout
6747
6748 \end_inset
6749 </cell>
6750 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6751 \begin_inset Text
6752
6753 \begin_layout Plain Layout
6754 Result
6755 \end_layout
6756
6757 \end_inset
6758 </cell>
6759 </row>
6760 <row>
6761 <cell alignment="center" valignment="top" usebox="none">
6762 \begin_inset Text
6763
6764 \begin_layout Plain Layout
6765
6766 \backslash
6767 overbrace
6768 \begin_inset space \textvisiblespace{}
6769 \end_inset
6770
6771 A+B
6772 \begin_inset space \textvisiblespace{}
6773 \end_inset
6774
6775 ^3
6776 \begin_inset Index idx
6777 status collapsed
6778
6779 \begin_layout Plain Layout
6780 Commands ! O ! 
6781 \backslash
6782 overbrace
6783 \end_layout
6784
6785 \end_inset
6786
6787
6788 \end_layout
6789
6790 \end_inset
6791 </cell>
6792 <cell alignment="center" valignment="top" usebox="none">
6793 \begin_inset Text
6794
6795 \begin_layout Plain Layout
6796 \begin_inset Formula $\overbrace{A+B}^{3}$
6797 \end_inset
6798
6799
6800 \end_layout
6801
6802 \end_inset
6803 </cell>
6804 </row>
6805 <row topspace="2mm">
6806 <cell alignment="center" valignment="top" usebox="none">
6807 \begin_inset Text
6808
6809 \begin_layout Plain Layout
6810
6811 \backslash
6812 underbrace
6813 \begin_inset space \textvisiblespace{}
6814 \end_inset
6815
6816 A+B
6817 \begin_inset space \textvisiblespace{}
6818 \end_inset
6819
6820 _5
6821 \begin_inset Index idx
6822 status collapsed
6823
6824 \begin_layout Plain Layout
6825 Commands ! U ! 
6826 \backslash
6827 underbrace
6828 \end_layout
6829
6830 \end_inset
6831
6832
6833 \end_layout
6834
6835 \end_inset
6836 </cell>
6837 <cell alignment="center" valignment="top" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841 \begin_inset Formula $\underbrace{A+B}_{5}$
6842 \end_inset
6843
6844
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 </row>
6850 <row>
6851 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6852 \begin_inset Text
6853
6854 \begin_layout Plain Layout
6855
6856 \backslash
6857 overbrace
6858 \begin_inset space \textvisiblespace{}
6859 \end_inset
6860
6861
6862 \backslash
6863 underbrace
6864 \begin_inset space \textvisiblespace{}
6865 \end_inset
6866
6867 A+B_w
6868 \begin_inset space \textvisiblespace{}
6869 \end_inset
6870
6871
6872 \begin_inset space \textvisiblespace{}
6873 \end_inset
6874
6875 _7
6876 \begin_inset space \textvisiblespace{}
6877 \end_inset
6878
6879
6880 \begin_inset space \textvisiblespace{}
6881 \end_inset
6882
6883 ^
6884 \begin_inset space \textvisiblespace{}
6885 \end_inset
6886
6887 C
6888 \end_layout
6889
6890 \end_inset
6891 </cell>
6892 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6893 \begin_inset Text
6894
6895 \begin_layout Plain Layout
6896 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
6897 \end_inset
6898
6899
6900 \end_layout
6901
6902 \end_inset
6903 </cell>
6904 </row>
6905 </lyxtabular>
6906
6907 \end_inset
6908
6909
6910 \end_layout
6911
6912 \begin_layout Standard
6913 In the last example it doesn't matter if 
6914 \series bold
6915
6916 \backslash
6917 overbrace
6918 \series default
6919  or 
6920 \series bold
6921
6922 \backslash
6923 underbrace
6924 \series default
6925  is inserted at first.
6926 \end_layout
6927
6928 \begin_layout Standard
6929 \begin_inset VSpace medskip
6930 \end_inset
6931
6932
6933 \end_layout
6934
6935 \begin_layout Standard
6936 If you set in the document settings under 
6937 \family sans
6938 Math
6939 \begin_inset space ~
6940 \end_inset
6941
6942 Options
6943 \family default
6944  for the package 
6945 \series bold
6946 mathtools
6947 \series default
6948
6949 \begin_inset Index idx
6950 status collapsed
6951
6952 \begin_layout Plain Layout
6953 Packages ! mathtools
6954 \end_layout
6955
6956 \end_inset
6957
6958  the option 
6959 \family sans
6960 Load
6961 \begin_inset space ~
6962 \end_inset
6963
6964 always
6965 \family default
6966 , you have access to square backets:
6967 \begin_inset Separator parbreak
6968 \end_inset
6969
6970
6971 \end_layout
6972
6973 \begin_layout Standard
6974 \align center
6975 \begin_inset Tabular
6976 <lyxtabular version="3" rows="4" columns="2">
6977 <features booktabs="true" tabularvalignment="middle">
6978 <column alignment="center" valignment="top" width="0pt">
6979 <column alignment="center" valignment="top" width="0pt">
6980 <row>
6981 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6982 \begin_inset Text
6983
6984 \begin_layout Plain Layout
6985 Command
6986 \end_layout
6987
6988 \end_inset
6989 </cell>
6990 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6991 \begin_inset Text
6992
6993 \begin_layout Plain Layout
6994 Result
6995 \end_layout
6996
6997 \end_inset
6998 </cell>
6999 </row>
7000 <row>
7001 <cell alignment="center" valignment="top" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Plain Layout
7005
7006 \backslash
7007
7008 \family roman
7009 \series medium
7010 \shape up
7011 \size normal
7012 \emph off
7013 \bar no
7014 \strikeout off
7015 \uuline off
7016 \uwave off
7017 \noun off
7018 \color none
7019 overbracket
7020 \family default
7021 \series default
7022 \shape default
7023 \size default
7024 \emph default
7025 \bar default
7026 \strikeout default
7027 \uuline default
7028 \uwave default
7029 \noun default
7030 \color inherit
7031 {A+B
7032 \begin_inset space \textvisiblespace{}
7033 \end_inset
7034
7035 ^3
7036 \begin_inset Index idx
7037 status collapsed
7038
7039 \begin_layout Plain Layout
7040 Commands ! O ! 
7041 \backslash
7042 overbracket
7043 \end_layout
7044
7045 \end_inset
7046
7047
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 <cell alignment="center" valignment="top" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Plain Layout
7056 \begin_inset Formula $\overbracket{A+B}^{3}$
7057 \end_inset
7058
7059
7060 \end_layout
7061
7062 \end_inset
7063 </cell>
7064 </row>
7065 <row topspace="2mm">
7066 <cell alignment="center" valignment="top" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Plain Layout
7070
7071 \backslash
7072 under
7073 \family roman
7074 \series medium
7075 \shape up
7076 \size normal
7077 \emph off
7078 \bar no
7079 \strikeout off
7080 \uuline off
7081 \uwave off
7082 \noun off
7083 \color none
7084 bracket
7085 \family default
7086 \series default
7087 \shape default
7088 \size default
7089 \emph default
7090 \bar default
7091 \strikeout default
7092 \uuline default
7093 \uwave default
7094 \noun default
7095 \color inherit
7096 {A+B
7097 \begin_inset space \textvisiblespace{}
7098 \end_inset
7099
7100 _5
7101 \begin_inset Index idx
7102 status collapsed
7103
7104 \begin_layout Plain Layout
7105 Commands ! U ! 
7106 \backslash
7107 under
7108 \family roman
7109 \series medium
7110 \shape up
7111 \size normal
7112 \emph off
7113 \bar no
7114 \strikeout off
7115 \uuline off
7116 \uwave off
7117 \noun off
7118 \color none
7119 bracket
7120 \end_layout
7121
7122 \end_inset
7123
7124
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 <cell alignment="center" valignment="top" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Plain Layout
7133 \begin_inset Formula $\underbracket{A+B}_{5}$
7134 \end_inset
7135
7136
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 </row>
7142 <row>
7143 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147
7148 \backslash
7149 overbracket{
7150 \backslash
7151 underbracket{A+B_w
7152 \begin_inset space \textvisiblespace{}
7153 \end_inset
7154
7155
7156 \begin_inset space \textvisiblespace{}
7157 \end_inset
7158
7159 _7
7160 \begin_inset space \textvisiblespace{}
7161 \end_inset
7162
7163
7164 \begin_inset space \textvisiblespace{}
7165 \end_inset
7166
7167 ^
7168 \begin_inset space \textvisiblespace{}
7169 \end_inset
7170
7171 C
7172 \end_layout
7173
7174 \end_inset
7175 </cell>
7176 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7177 \begin_inset Text
7178
7179 \begin_layout Plain Layout
7180 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7181 \end_inset
7182
7183
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 </row>
7189 </lyxtabular>
7190
7191 \end_inset
7192
7193
7194 \end_layout
7195
7196 \begin_layout Standard
7197 For 
7198 \series bold
7199
7200 \backslash
7201 overbracket
7202 \series default
7203  and 
7204 \series bold
7205
7206 \backslash
7207 underbracket
7208 \series default
7209  you can change the thickness of the bracket's stroke by specifying the
7210  desired thickness in square brackets behind the command:
7211 \begin_inset Separator parbreak
7212 \end_inset
7213
7214
7215 \end_layout
7216
7217 \begin_layout Standard
7218 \align center
7219 \begin_inset Tabular
7220 <lyxtabular version="3" rows="3" columns="2">
7221 <features booktabs="true" tabularvalignment="middle">
7222 <column alignment="center" valignment="top" width="0pt">
7223 <column alignment="center" valignment="top" width="0pt">
7224 <row>
7225 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7226 \begin_inset Text
7227
7228 \begin_layout Plain Layout
7229 Command
7230 \end_layout
7231
7232 \end_inset
7233 </cell>
7234 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7235 \begin_inset Text
7236
7237 \begin_layout Plain Layout
7238 Result
7239 \end_layout
7240
7241 \end_inset
7242 </cell>
7243 </row>
7244 <row>
7245 <cell alignment="center" valignment="top" usebox="none">
7246 \begin_inset Text
7247
7248 \begin_layout Plain Layout
7249
7250 \backslash
7251
7252 \family roman
7253 \series medium
7254 \shape up
7255 \size normal
7256 \emph off
7257 \bar no
7258 \strikeout off
7259 \uuline off
7260 \uwave off
7261 \noun off
7262 \color none
7263 overbracket
7264 \family default
7265 \series default
7266 \shape default
7267 \size default
7268 \emph default
7269 \bar default
7270 \strikeout default
7271 \uuline default
7272 \uwave default
7273 \noun default
7274 \color inherit
7275 [3pt]
7276 \backslash
7277 {A+B
7278 \begin_inset space \textvisiblespace{}
7279 \end_inset
7280
7281 ^3
7282 \end_layout
7283
7284 \end_inset
7285 </cell>
7286 <cell alignment="center" valignment="top" usebox="none">
7287 \begin_inset Text
7288
7289 \begin_layout Plain Layout
7290 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7291 \end_inset
7292
7293
7294 \end_layout
7295
7296 \end_inset
7297 </cell>
7298 </row>
7299 <row topspace="2mm">
7300 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7301 \begin_inset Text
7302
7303 \begin_layout Plain Layout
7304
7305 \backslash
7306 under
7307 \family roman
7308 \series medium
7309 \shape up
7310 \size normal
7311 \emph off
7312 \bar no
7313 \strikeout off
7314 \uuline off
7315 \uwave off
7316 \noun off
7317 \color none
7318 bracket
7319 \family default
7320 \series default
7321 \shape default
7322 \size default
7323 \emph default
7324 \bar default
7325 \strikeout default
7326 \uuline default
7327 \uwave default
7328 \noun default
7329 \color inherit
7330 [1pt]
7331 \backslash
7332 {A+B
7333 \begin_inset space \textvisiblespace{}
7334 \end_inset
7335
7336 _5
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7346 \end_inset
7347
7348
7349 \end_layout
7350
7351 \end_inset
7352 </cell>
7353 </row>
7354 </lyxtabular>
7355
7356 \end_inset
7357
7358
7359 \end_layout
7360
7361 \begin_layout Standard
7362 \begin_inset VSpace bigskip
7363 \end_inset
7364
7365 When brackets should overlap each other, multiline formulas, as described
7366  in 
7367 \begin_inset CommandInset ref
7368 LatexCommand ref
7369 reference "sec:Multiline-Formulas"
7370
7371 \end_inset
7372
7373 , must be used:
7374 \begin_inset Formula 
7375 \begin{eqnarray*}
7376 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7377  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7378 \end{eqnarray*}
7379
7380 \end_inset
7381
7382 In the first row the formula is inserted together with the first brace.
7383  It is hereby important that the space command
7384 \begin_inset Foot
7385 status collapsed
7386
7387 \begin_layout Plain Layout
7388 Space commands are explained in 
7389 \begin_inset CommandInset ref
7390 LatexCommand ref
7391 reference "subsec:Predefined-Space"
7392
7393 \end_inset
7394
7395 .
7396 \end_layout
7397
7398 \end_inset
7399
7400  
7401 \series bold
7402
7403 \backslash
7404 :
7405 \series default
7406  is inserted before the first 
7407 \begin_inset Formula $d$
7408 \end_inset
7409
7410 , because the brace that ends behind the 
7411 \begin_inset Formula $q$
7412 \end_inset
7413
7414  prevents that the following 
7415 \begin_inset Quotes eld
7416 \end_inset
7417
7418 +
7419 \begin_inset Quotes erd
7420 \end_inset
7421
7422  is surrounded by space.
7423 \begin_inset Foot
7424 status collapsed
7425
7426 \begin_layout Plain Layout
7427 because a bracket is not handled as a character, see 
7428 \begin_inset CommandInset ref
7429 LatexCommand ref
7430 reference "subsec:Binary-Operators"
7431
7432 \end_inset
7433
7434
7435 \end_layout
7436
7437 \end_inset
7438
7439  In the second row the second brace is inserted.
7440  As it should begin before the 
7441 \begin_inset Formula $b$
7442 \end_inset
7443
7444 , first the command 
7445 \series bold
7446
7447 \backslash
7448 hphantom{gggg+
7449 \backslash
7450 :}
7451 \series default
7452  is inserted.
7453 \begin_inset Foot
7454 status collapsed
7455
7456 \begin_layout Plain Layout
7457 more about 
7458 \series bold
7459
7460 \backslash
7461 hphantom
7462 \series default
7463  see 
7464 \begin_inset CommandInset ref
7465 LatexCommand ref
7466 reference "subsec:Placeholders"
7467
7468 \end_inset
7469
7470
7471 \end_layout
7472
7473 \end_inset
7474
7475  This space is needed because the 
7476 \begin_inset Quotes eld
7477 \end_inset
7478
7479 +
7480 \begin_inset Quotes erd
7481 \end_inset
7482
7483  is also surrounded by space in the formula.
7484  The brace is placed under the command 
7485 \series bold
7486
7487 \backslash
7488 hphantom{bbqq+dddd}
7489 \series default
7490 .
7491 \end_layout
7492
7493 \begin_layout Standard
7494 It gets more complicated when brackets overlap each other above and under
7495  the formula, like in the following example:
7496 \begin_inset ERT
7497 status collapsed
7498
7499 \begin_layout Plain Layout
7500
7501
7502 \backslash
7503 setlength{
7504 \backslash
7505 jot}{-6pt}
7506 \end_layout
7507
7508 \end_inset
7509
7510
7511 \begin_inset Formula 
7512 \begin{eqnarray*}
7513  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7514 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7515 \end{eqnarray*}
7516
7517 \end_inset
7518
7519
7520 \begin_inset ERT
7521 status collapsed
7522
7523 \begin_layout Plain Layout
7524
7525
7526 \backslash
7527 setlength{
7528 \backslash
7529 jot}{3pt}
7530 \end_layout
7531
7532 \end_inset
7533
7534 The first formula row is the same as the second row of the previous example,
7535  with the difference that the brace is above.
7536  The second row contains the formula together with the second brace.
7537  To avoid that there is space between the upper brace in the first row and
7538  the formula, the row spacing needs to be reduced.
7539  This is not easily possible due to a bug in \SpecialChar LyX
7540 .
7541 \begin_inset Foot
7542 status collapsed
7543
7544 \begin_layout Plain Layout
7545 \begin_inset CommandInset href
7546 LatexCommand href
7547 name "LyX-bug #1505"
7548 target "http://www.lyx.org/trac/ticket/1505"
7549
7550 \end_inset
7551
7552
7553 \end_layout
7554
7555 \end_inset
7556
7557  As a solution for the problem, the global formula row separation 
7558 \series bold
7559
7560 \backslash
7561 jot
7562 \series default
7563
7564 \begin_inset Index idx
7565 status collapsed
7566
7567 \begin_layout Plain Layout
7568 Commands ! J ! 
7569 \backslash
7570 jot
7571 \end_layout
7572
7573 \end_inset
7574
7575  must be changed to -6
7576 \begin_inset space \thinspace{}
7577 \end_inset
7578
7579 pt before the formula with the command 
7580 \series bold
7581
7582 \backslash
7583 setlength{
7584 \backslash
7585 jot}{-6pt}
7586 \series default
7587  in \SpecialChar TeX
7588  mode.
7589  
7590 \series bold
7591
7592 \backslash
7593 jot
7594 \series default
7595  is set back after the formula to the standard value of 3
7596 \begin_inset space \thinspace{}
7597 \end_inset
7598
7599 pt using the same command.
7600  More about the row separation in formulas is explained in 
7601 \begin_inset CommandInset ref
7602 LatexCommand ref
7603 reference "subsec:Line-Separation"
7604
7605 \end_inset
7606
7607 .
7608 \end_layout
7609
7610 \begin_layout Section
7611 Arrows
7612 \begin_inset Index idx
7613 status collapsed
7614
7615 \begin_layout Plain Layout
7616 Arrows
7617 \end_layout
7618
7619 \end_inset
7620
7621
7622 \end_layout
7623
7624 \begin_layout Standard
7625 Arrows can be inserted via the math toolbar button 
7626 \begin_inset Info
7627 type  "icon"
7628 arg   "math-insert \\leftarrow"
7629 \end_inset
7630
7631  or the commands listed in the following subsections.
7632 \end_layout
7633
7634 \begin_layout Subsection
7635 Horizontal Arrows
7636 \begin_inset Index idx
7637 status collapsed
7638
7639 \begin_layout Plain Layout
7640 Arrows ! horizontal
7641 \end_layout
7642
7643 \end_inset
7644
7645
7646 \end_layout
7647
7648 \begin_layout Standard
7649 \begin_inset space \hfill{}
7650 \end_inset
7651
7652
7653 \begin_inset Tabular
7654 <lyxtabular version="3" rows="8" columns="2">
7655 <features booktabs="true" tabularvalignment="middle">
7656 <column alignment="center" valignment="top" width="0pt">
7657 <column alignment="center" valignment="top" width="0pt">
7658 <row>
7659 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7660 \begin_inset Text
7661
7662 \begin_layout Plain Layout
7663 Command
7664 \end_layout
7665
7666 \end_inset
7667 </cell>
7668 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7669 \begin_inset Text
7670
7671 \begin_layout Plain Layout
7672 Result
7673 \end_layout
7674
7675 \end_inset
7676 </cell>
7677 </row>
7678 <row>
7679 <cell alignment="center" valignment="top" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Plain Layout
7683
7684 \backslash
7685 gets
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 <cell alignment="center" valignment="top" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Plain Layout
7694 \begin_inset Formula $\gets$
7695 \end_inset
7696
7697
7698 \end_layout
7699
7700 \end_inset
7701 </cell>
7702 </row>
7703 <row>
7704 <cell alignment="center" valignment="top" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Plain Layout
7708
7709 \backslash
7710 Leftarrow
7711 \end_layout
7712
7713 \end_inset
7714 </cell>
7715 <cell alignment="center" valignment="top" usebox="none">
7716 \begin_inset Text
7717
7718 \begin_layout Plain Layout
7719 \begin_inset Formula $\Leftarrow$
7720 \end_inset
7721
7722
7723 \end_layout
7724
7725 \end_inset
7726 </cell>
7727 </row>
7728 <row>
7729 <cell alignment="center" valignment="top" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Plain Layout
7733
7734 \backslash
7735 longleftarrow
7736 \end_layout
7737
7738 \end_inset
7739 </cell>
7740 <cell alignment="center" valignment="top" usebox="none">
7741 \begin_inset Text
7742
7743 \begin_layout Plain Layout
7744 \begin_inset Formula $\longleftarrow$
7745 \end_inset
7746
7747
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 </row>
7753 <row>
7754 <cell alignment="center" valignment="top" usebox="none">
7755 \begin_inset Text
7756
7757 \begin_layout Plain Layout
7758
7759 \backslash
7760 Longleftarrow
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 <cell alignment="center" valignment="top" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Plain Layout
7769 \begin_inset Formula $\Longleftarrow$
7770 \end_inset
7771
7772
7773 \end_layout
7774
7775 \end_inset
7776 </cell>
7777 </row>
7778 <row>
7779 <cell alignment="center" valignment="top" usebox="none">
7780 \begin_inset Text
7781
7782 \begin_layout Plain Layout
7783
7784 \backslash
7785 leftharpoonup
7786 \end_layout
7787
7788 \end_inset
7789 </cell>
7790 <cell alignment="center" valignment="top" usebox="none">
7791 \begin_inset Text
7792
7793 \begin_layout Plain Layout
7794 \begin_inset Formula $\leftharpoonup$
7795 \end_inset
7796
7797
7798 \end_layout
7799
7800 \end_inset
7801 </cell>
7802 </row>
7803 <row>
7804 <cell alignment="center" valignment="top" usebox="none">
7805 \begin_inset Text
7806
7807 \begin_layout Plain Layout
7808
7809 \backslash
7810 leftharpoondown
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 <cell alignment="center" valignment="top" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819 \begin_inset Formula $\leftharpoondown$
7820 \end_inset
7821
7822
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 </row>
7828 <row>
7829 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833
7834 \backslash
7835 hookleftarrow
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7841 \begin_inset Text
7842
7843 \begin_layout Plain Layout
7844 \begin_inset Formula $\hookleftarrow$
7845 \end_inset
7846
7847
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 </row>
7853 </lyxtabular>
7854
7855 \end_inset
7856
7857
7858 \begin_inset space \hfill{}
7859 \end_inset
7860
7861
7862 \begin_inset Tabular
7863 <lyxtabular version="3" rows="8" columns="2">
7864 <features booktabs="true" tabularvalignment="middle">
7865 <column alignment="center" valignment="top" width="0pt">
7866 <column alignment="center" valignment="top" width="0pt">
7867 <row>
7868 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872 Command
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881 Result
7882 \end_layout
7883
7884 \end_inset
7885 </cell>
7886 </row>
7887 <row>
7888 <cell alignment="center" valignment="top" usebox="none">
7889 \begin_inset Text
7890
7891 \begin_layout Plain Layout
7892
7893 \backslash
7894 to
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 <cell alignment="center" valignment="top" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903 \begin_inset Formula $\to$
7904 \end_inset
7905
7906
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 </row>
7912 <row>
7913 <cell alignment="center" valignment="top" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Plain Layout
7917
7918 \backslash
7919 Rightarrow
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 <cell alignment="center" valignment="top" usebox="none">
7925 \begin_inset Text
7926
7927 \begin_layout Plain Layout
7928 \begin_inset Formula $\Rightarrow$
7929 \end_inset
7930
7931
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 </row>
7937 <row>
7938 <cell alignment="center" valignment="top" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942
7943 \backslash
7944 longrightarrow
7945 \end_layout
7946
7947 \end_inset
7948 </cell>
7949 <cell alignment="center" valignment="top" usebox="none">
7950 \begin_inset Text
7951
7952 \begin_layout Plain Layout
7953 \begin_inset Formula $\longrightarrow$
7954 \end_inset
7955
7956
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 </row>
7962 <row>
7963 <cell alignment="center" valignment="top" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967
7968 \backslash
7969 Longrightarrow
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 <cell alignment="center" valignment="top" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978 \begin_inset Formula $\Longrightarrow$
7979 \end_inset
7980
7981
7982 \end_layout
7983
7984 \end_inset
7985 </cell>
7986 </row>
7987 <row>
7988 <cell alignment="center" valignment="top" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Plain Layout
7992
7993 \backslash
7994 rightharpoonup
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 <cell alignment="center" valignment="top" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Plain Layout
8003 \begin_inset Formula $\rightharpoonup$
8004 \end_inset
8005
8006
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 </row>
8012 <row>
8013 <cell alignment="center" valignment="top" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017
8018 \backslash
8019 rightharpoondown
8020 \end_layout
8021
8022 \end_inset
8023 </cell>
8024 <cell alignment="center" valignment="top" usebox="none">
8025 \begin_inset Text
8026
8027 \begin_layout Plain Layout
8028 \begin_inset Formula $\rightharpoondown$
8029 \end_inset
8030
8031
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 </row>
8037 <row>
8038 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042
8043 \backslash
8044 hookrightarrow
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053 \begin_inset Formula $\hookrightarrow$
8054 \end_inset
8055
8056
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 </row>
8062 </lyxtabular>
8063
8064 \end_inset
8065
8066
8067 \begin_inset space \hfill{}
8068 \end_inset
8069
8070
8071 \end_layout
8072
8073 \begin_layout Standard
8074 \begin_inset space \hfill{}
8075 \end_inset
8076
8077
8078 \begin_inset Tabular
8079 <lyxtabular version="3" rows="6" columns="2">
8080 <features booktabs="true" tabularvalignment="middle">
8081 <column alignment="center" valignment="top" width="0pt">
8082 <column alignment="center" valignment="top" width="0pt">
8083 <row>
8084 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088 Command
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097 Result
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 </row>
8103 <row>
8104 <cell alignment="center" valignment="top" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108
8109 \backslash
8110 leftrightarrow
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 <cell alignment="center" valignment="top" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119 \begin_inset Formula $\leftrightarrow$
8120 \end_inset
8121
8122
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 </row>
8128 <row>
8129 <cell alignment="center" valignment="top" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133
8134 \backslash
8135 Leftrightarrow
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 <cell alignment="center" valignment="top" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144 \begin_inset Formula $\Leftrightarrow$
8145 \end_inset
8146
8147
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 </row>
8153 <row>
8154 <cell alignment="center" valignment="top" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158
8159 \backslash
8160 longleftrightarrow
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 <cell alignment="center" valignment="top" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169 \begin_inset Formula $\longleftrightarrow$
8170 \end_inset
8171
8172
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 </row>
8178 <row>
8179 <cell alignment="center" valignment="top" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183
8184 \backslash
8185 Longleftrightarrow
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell alignment="center" valignment="top" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194 \begin_inset Formula $\Longleftrightarrow$
8195 \end_inset
8196
8197
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 </row>
8203 <row>
8204 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208
8209 \backslash
8210 rightleftharpoons
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219 \begin_inset Formula $\rightleftharpoons$
8220 \end_inset
8221
8222
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 </row>
8228 </lyxtabular>
8229
8230 \end_inset
8231
8232
8233 \begin_inset space \hspace{}
8234 \length 25pt
8235 \end_inset
8236
8237
8238 \begin_inset space \hfill{}
8239 \end_inset
8240
8241
8242 \begin_inset Tabular
8243 <lyxtabular version="3" rows="5" columns="2">
8244 <features booktabs="true" tabularvalignment="middle">
8245 <column alignment="center" valignment="top" width="0pt">
8246 <column alignment="center" valignment="top" width="0pt">
8247 <row>
8248 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252 Command
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 Result
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 </row>
8267 <row>
8268 <cell alignment="center" valignment="top" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272
8273 \backslash
8274 mapsto
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 <cell alignment="center" valignment="top" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 \begin_inset Formula $\mapsto$
8284 \end_inset
8285
8286
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 </row>
8292 <row>
8293 <cell alignment="center" valignment="top" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297
8298 \backslash
8299 longmapsto
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 <cell alignment="center" valignment="top" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308 \begin_inset Formula $\longmapsto$
8309 \end_inset
8310
8311
8312 \end_layout
8313
8314 \end_inset
8315 </cell>
8316 </row>
8317 <row>
8318 <cell alignment="center" valignment="top" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322
8323 \backslash
8324 leadsto
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 <cell alignment="center" valignment="top" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333 \begin_inset Formula $\leadsto$
8334 \end_inset
8335
8336
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 </row>
8342 <row>
8343 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347
8348 \backslash
8349 dasharrow
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358 \begin_inset Formula $\dasharrow$
8359 \end_inset
8360
8361
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 </row>
8367 </lyxtabular>
8368
8369 \end_inset
8370
8371
8372 \begin_inset space \hfill{}
8373 \end_inset
8374
8375
8376 \end_layout
8377
8378 \begin_layout Standard
8379 \begin_inset VSpace medskip
8380 \end_inset
8381
8382 Arrows used as accents like e.
8383 \begin_inset space \thinspace{}
8384 \end_inset
8385
8386 g.
8387 \begin_inset space \space{}
8388 \end_inset
8389
8390 vector arrows are listed in 
8391 \begin_inset CommandInset ref
8392 LatexCommand ref
8393 reference "sec:Accents"
8394
8395 \end_inset
8396
8397 .
8398 \end_layout
8399
8400 \begin_layout Standard
8401 \begin_inset VSpace bigskip
8402 \end_inset
8403
8404 Furthermore there are the labeled arrows
8405 \begin_inset Index idx
8406 status collapsed
8407
8408 \begin_layout Plain Layout
8409 Arrows ! labeled
8410 \end_layout
8411
8412 \end_inset
8413
8414  
8415 \series bold
8416
8417 \backslash
8418 xleftarrow
8419 \series default
8420
8421 \begin_inset Index idx
8422 status collapsed
8423
8424 \begin_layout Plain Layout
8425 Commands ! X ! 
8426 \backslash
8427 xleftarrow
8428 \end_layout
8429
8430 \end_inset
8431
8432  and 
8433 \series bold
8434
8435 \backslash
8436 xrightarrow
8437 \series default
8438
8439 \begin_inset Index idx
8440 status collapsed
8441
8442 \begin_layout Plain Layout
8443 Commands ! X ! 
8444 \backslash
8445 xrightarrow
8446 \begin_inset ERT
8447 status collapsed
8448
8449 \begin_layout Plain Layout
8450
8451
8452 \backslash
8453 vspace{4mm}
8454 \end_layout
8455
8456 \end_inset
8457
8458
8459 \end_layout
8460
8461 \end_inset
8462
8463 .
8464  When inserting one of these commands in a formula, an arrow with two blue
8465  boxes appear where the label can be inserted.
8466  The length of the arrow adapts to the label width.
8467 \end_layout
8468
8469 \begin_layout Standard
8470 \align center
8471 \begin_inset Tabular
8472 <lyxtabular version="3" rows="3" columns="2">
8473 <features booktabs="true" tabularvalignment="middle">
8474 <column alignment="center" valignment="top" width="0pt">
8475 <column alignment="center" valignment="top" width="0pt">
8476 <row>
8477 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481 Command
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490 Result
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 </row>
8496 <row>
8497 <cell alignment="center" valignment="top" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501 F(a)
8502 \backslash
8503 xleftarrow
8504 \begin_inset space \textvisiblespace{}
8505 \end_inset
8506
8507 x=a
8508 \begin_inset Formula $\downarrow$
8509 \end_inset
8510
8511 x>0
8512 \begin_inset Formula $\to$
8513 \end_inset
8514
8515 F(x)
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 <cell alignment="center" valignment="top" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
8525 \end_inset
8526
8527
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 </row>
8533 <row topspace="2mm">
8534 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538 F(x)
8539 \backslash
8540 xrightarrow
8541 \begin_inset space \textvisiblespace{}
8542 \end_inset
8543
8544 x=a
8545 \begin_inset Formula $\downarrow$
8546 \end_inset
8547
8548 x>0
8549 \begin_inset Formula $\to$
8550 \end_inset
8551
8552 F(a)
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
8562 \end_inset
8563
8564
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 </row>
8570 </lyxtabular>
8571
8572 \end_inset
8573
8574
8575 \end_layout
8576
8577 \begin_layout Standard
8578 \begin_inset VSpace medskip
8579 \end_inset
8580
8581
8582 \end_layout
8583
8584 \begin_layout Standard
8585 If you set in the document settings under 
8586 \family sans
8587 Math
8588 \begin_inset space ~
8589 \end_inset
8590
8591 Options
8592 \family default
8593  for the package 
8594 \series bold
8595 mathtools
8596 \series default
8597
8598 \begin_inset Index idx
8599 status collapsed
8600
8601 \begin_layout Plain Layout
8602 Packages ! mathtools
8603 \end_layout
8604
8605 \end_inset
8606
8607  the option 
8608 \family sans
8609 Load
8610 \begin_inset space ~
8611 \end_inset
8612
8613 always
8614 \family default
8615 , you have access to the following labeled arrows:
8616 \end_layout
8617
8618 \begin_layout Standard
8619 \begin_inset Newpage newpage
8620 \end_inset
8621
8622
8623 \begin_inset Separator parbreak
8624 \end_inset
8625
8626
8627 \end_layout
8628
8629 \begin_layout Standard
8630 \align center
8631 \begin_inset space \hspace*{\fill}
8632 \end_inset
8633
8634
8635 \begin_inset Tabular
8636 <lyxtabular version="3" rows="7" columns="2">
8637 <features booktabs="true" tabularvalignment="middle">
8638 <column alignment="center" valignment="top" width="0pt">
8639 <column alignment="center" valignment="top" width="0pt">
8640 <row>
8641 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645 Command
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654 Example
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 </row>
8660 <row>
8661 <cell alignment="center" valignment="top" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665
8666 \family roman
8667 \series medium
8668 \shape up
8669 \size normal
8670 \emph off
8671 \bar no
8672 \strikeout off
8673 \uuline off
8674 \uwave off
8675 \noun off
8676 \color none
8677
8678 \backslash
8679 xleftrightarrow
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
8689 \end_inset
8690
8691
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 </row>
8697 <row topspace="2mm">
8698 <cell alignment="center" valignment="top" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702
8703 \family roman
8704 \series medium
8705 \shape up
8706 \size normal
8707 \emph off
8708 \bar no
8709 \strikeout off
8710 \uuline off
8711 \uwave off
8712 \noun off
8713 \color none
8714
8715 \backslash
8716 xLeftarrow
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 <cell alignment="center" valignment="top" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
8726 \end_inset
8727
8728
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 </row>
8734 <row topspace="2mm">
8735 <cell alignment="center" valignment="top" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739
8740 \backslash
8741
8742 \family roman
8743 \series medium
8744 \shape up
8745 \size normal
8746 \emph off
8747 \bar no
8748 \strikeout off
8749 \uuline off
8750 \uwave off
8751 \noun off
8752 \color none
8753 xRightarrow
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 <cell alignment="center" valignment="top" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
8763 \end_inset
8764
8765
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 </row>
8771 <row topspace="2mm">
8772 <cell alignment="center" valignment="top" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776
8777 \backslash
8778
8779 \family roman
8780 \series medium
8781 \shape up
8782 \size normal
8783 \emph off
8784 \bar no
8785 \strikeout off
8786 \uuline off
8787 \uwave off
8788 \noun off
8789 \color none
8790 xLeftrightarrow
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 <cell alignment="center" valignment="top" usebox="none">
8796 \begin_inset Text
8797
8798 \begin_layout Plain Layout
8799 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
8800 \end_inset
8801
8802
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 </row>
8808 <row topspace="2mm">
8809 <cell alignment="center" valignment="top" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813
8814 \family roman
8815 \series medium
8816 \shape up
8817 \size normal
8818 \emph off
8819 \bar no
8820 \strikeout off
8821 \uuline off
8822 \uwave off
8823 \noun off
8824 \color none
8825
8826 \backslash
8827 xhookleftarrow
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 <cell alignment="center" valignment="top" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
8837 \end_inset
8838
8839
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 </row>
8845 <row topspace="2mm">
8846 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8847 \begin_inset Text
8848
8849 \begin_layout Plain Layout
8850
8851 \family roman
8852 \series medium
8853 \shape up
8854 \size normal
8855 \emph off
8856 \bar no
8857 \strikeout off
8858 \uuline off
8859 \uwave off
8860 \noun off
8861 \color none
8862
8863 \backslash
8864 xhookrightarrow
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
8874 \end_inset
8875
8876
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 </row>
8882 </lyxtabular>
8883
8884 \end_inset
8885
8886
8887 \begin_inset space \hspace*{\fill}
8888 \end_inset
8889
8890
8891 \begin_inset Tabular
8892 <lyxtabular version="3" rows="7" columns="2">
8893 <features booktabs="true" tabularvalignment="middle">
8894 <column alignment="center" valignment="top" width="0pt">
8895 <column alignment="center" valignment="top" width="0pt">
8896 <row>
8897 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Plain Layout
8901 Command
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910 Example
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 </row>
8916 <row>
8917 <cell alignment="center" valignment="top" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Plain Layout
8921
8922 \backslash
8923
8924 \family roman
8925 \series medium
8926 \shape up
8927 \size normal
8928 \emph off
8929 \bar no
8930 \strikeout off
8931 \uuline off
8932 \uwave off
8933 \noun off
8934 \color none
8935 xleftharpoondown
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 <cell alignment="center" valignment="top" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
8945 \end_inset
8946
8947
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 </row>
8953 <row topspace="2mm">
8954 <cell alignment="center" valignment="top" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958
8959 \backslash
8960
8961 \family roman
8962 \series medium
8963 \shape up
8964 \size normal
8965 \emph off
8966 \bar no
8967 \strikeout off
8968 \uuline off
8969 \uwave off
8970 \noun off
8971 \color none
8972 xleftharpoonup
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 <cell alignment="center" valignment="top" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
8982 \end_inset
8983
8984
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 </row>
8990 <row topspace="2mm">
8991 <cell alignment="center" valignment="top" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995
8996 \backslash
8997
8998 \family roman
8999 \series medium
9000 \shape up
9001 \size normal
9002 \emph off
9003 \bar no
9004 \strikeout off
9005 \uuline off
9006 \uwave off
9007 \noun off
9008 \color none
9009 xrightharpoondown
9010 \end_layout
9011
9012 \end_inset
9013 </cell>
9014 <cell alignment="center" valignment="top" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
9019 \end_inset
9020
9021
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 </row>
9027 <row topspace="2mm">
9028 <cell alignment="center" valignment="top" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032
9033 \backslash
9034
9035 \family roman
9036 \series medium
9037 \shape up
9038 \size normal
9039 \emph off
9040 \bar no
9041 \strikeout off
9042 \uuline off
9043 \uwave off
9044 \noun off
9045 \color none
9046 xrightharpoonup
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 <cell alignment="center" valignment="top" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
9056 \end_inset
9057
9058
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 </row>
9064 <row topspace="2mm">
9065 <cell alignment="center" valignment="top" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069
9070 \backslash
9071
9072 \family roman
9073 \series medium
9074 \shape up
9075 \size normal
9076 \emph off
9077 \bar no
9078 \strikeout off
9079 \uuline off
9080 \uwave off
9081 \noun off
9082 \color none
9083 xleftrightharpoons
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 <cell alignment="center" valignment="top" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
9093 \end_inset
9094
9095
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 </row>
9101 <row topspace="2mm">
9102 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106
9107 \backslash
9108
9109 \family roman
9110 \series medium
9111 \shape up
9112 \size normal
9113 \emph off
9114 \bar no
9115 \strikeout off
9116 \uuline off
9117 \uwave off
9118 \noun off
9119 \color none
9120 xrightleftharpoons
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
9130 \end_inset
9131
9132
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 </row>
9138 </lyxtabular>
9139
9140 \end_inset
9141
9142
9143 \begin_inset space \hspace*{\fill}
9144 \end_inset
9145
9146
9147 \end_layout
9148
9149 \begin_layout Standard
9150 The command scheme is for all these arrows:
9151 \begin_inset Separator parbreak
9152 \end_inset
9153
9154
9155 \end_layout
9156
9157 \begin_layout Standard
9158 \align center
9159 \begin_inset Tabular
9160 <lyxtabular version="3" rows="2" columns="2">
9161 <features booktabs="true" tabularvalignment="middle">
9162 <column alignment="center" valignment="top" width="0pt">
9163 <column alignment="center" valignment="top" width="0pt">
9164 <row>
9165 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169 Command
9170 \end_layout
9171
9172 \end_inset
9173 </cell>
9174 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9175 \begin_inset Text
9176
9177 \begin_layout Plain Layout
9178 Result
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 </row>
9184 <row bottomspace="0.5mm">
9185 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189 F(a)
9190 \backslash
9191 xleftrightarrow[x=a]
9192 \backslash
9193 {x>0
9194 \begin_inset Formula $\to$
9195 \end_inset
9196
9197 F(x)
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
9207 \end_inset
9208
9209
9210 \end_layout
9211
9212 \end_inset
9213 </cell>
9214 </row>
9215 </lyxtabular>
9216
9217 \end_inset
9218
9219
9220 \end_layout
9221
9222 \begin_layout Subsection
9223 Vertical and diagonal Arrows
9224 \begin_inset Index idx
9225 status collapsed
9226
9227 \begin_layout Plain Layout
9228 Arrows ! diagonal
9229 \end_layout
9230
9231 \end_inset
9232
9233
9234 \begin_inset Index idx
9235 status collapsed
9236
9237 \begin_layout Plain Layout
9238 Arrows ! vertical
9239 \end_layout
9240
9241 \end_inset
9242
9243
9244 \end_layout
9245
9246 \begin_layout Standard
9247 \begin_inset space \hfill{}
9248 \end_inset
9249
9250
9251 \begin_inset Tabular
9252 <lyxtabular version="3" rows="7" columns="2">
9253 <features booktabs="true" tabularvalignment="middle">
9254 <column alignment="center" valignment="top" width="0pt">
9255 <column alignment="center" valignment="top" width="0pt">
9256 <row>
9257 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261 Command
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270 Result
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 </row>
9276 <row>
9277 <cell alignment="center" valignment="top" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281
9282 \backslash
9283 uparrow
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 <cell alignment="center" valignment="top" usebox="none">
9289 \begin_inset Text
9290
9291 \begin_layout Plain Layout
9292 \begin_inset Formula $\uparrow$
9293 \end_inset
9294
9295
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 </row>
9301 <row>
9302 <cell alignment="center" valignment="top" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306
9307 \backslash
9308 Uparrow
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 <cell alignment="center" valignment="top" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Plain Layout
9317 \begin_inset Formula $\Uparrow$
9318 \end_inset
9319
9320
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 </row>
9326 <row>
9327 <cell alignment="center" valignment="top" usebox="none">
9328 \begin_inset Text
9329
9330 \begin_layout Plain Layout
9331
9332 \backslash
9333 updownarrow
9334 \end_layout
9335
9336 \end_inset
9337 </cell>
9338 <cell alignment="center" valignment="top" usebox="none">
9339 \begin_inset Text
9340
9341 \begin_layout Plain Layout
9342 \begin_inset Formula $\updownarrow$
9343 \end_inset
9344
9345
9346 \end_layout
9347
9348 \end_inset
9349 </cell>
9350 </row>
9351 <row>
9352 <cell alignment="center" valignment="top" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Plain Layout
9356
9357 \backslash
9358 Updownarrow
9359 \end_layout
9360
9361 \end_inset
9362 </cell>
9363 <cell alignment="center" valignment="top" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Plain Layout
9367 \begin_inset Formula $\Updownarrow$
9368 \end_inset
9369
9370
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 </row>
9376 <row>
9377 <cell alignment="center" valignment="top" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Plain Layout
9381
9382 \backslash
9383 Downarrow
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 <cell alignment="center" valignment="top" usebox="none">
9389 \begin_inset Text
9390
9391 \begin_layout Plain Layout
9392 \begin_inset Formula $\Downarrow$
9393 \end_inset
9394
9395
9396 \end_layout
9397
9398 \end_inset
9399 </cell>
9400 </row>
9401 <row>
9402 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406
9407 \backslash
9408 downarrow
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417 \begin_inset Formula $\downarrow$
9418 \end_inset
9419
9420
9421 \end_layout
9422
9423 \end_inset
9424 </cell>
9425 </row>
9426 </lyxtabular>
9427
9428 \end_inset
9429
9430
9431 \begin_inset space \hfill{}
9432 \end_inset
9433
9434
9435 \begin_inset Tabular
9436 <lyxtabular version="3" rows="5" columns="2">
9437 <features booktabs="true" tabularvalignment="middle">
9438 <column alignment="center" valignment="top" width="0pt">
9439 <column alignment="center" valignment="top" width="0pt">
9440 <row>
9441 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445 Command
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454 Result
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 </row>
9460 <row>
9461 <cell alignment="center" valignment="top" usebox="none">
9462 \begin_inset Text
9463
9464 \begin_layout Plain Layout
9465
9466 \backslash
9467 nearrow
9468 \end_layout
9469
9470 \end_inset
9471 </cell>
9472 <cell alignment="center" valignment="top" usebox="none">
9473 \begin_inset Text
9474
9475 \begin_layout Plain Layout
9476 \begin_inset Formula $\nearrow$
9477 \end_inset
9478
9479
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 </row>
9485 <row>
9486 <cell alignment="center" valignment="top" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Plain Layout
9490
9491 \backslash
9492 searrow
9493 \end_layout
9494
9495 \end_inset
9496 </cell>
9497 <cell alignment="center" valignment="top" usebox="none">
9498 \begin_inset Text
9499
9500 \begin_layout Plain Layout
9501 \begin_inset Formula $\searrow$
9502 \end_inset
9503
9504
9505 \end_layout
9506
9507 \end_inset
9508 </cell>
9509 </row>
9510 <row>
9511 <cell alignment="center" valignment="top" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515
9516 \backslash
9517 swarrow
9518 \end_layout
9519
9520 \end_inset
9521 </cell>
9522 <cell alignment="center" valignment="top" usebox="none">
9523 \begin_inset Text
9524
9525 \begin_layout Plain Layout
9526 \begin_inset Formula $\swarrow$
9527 \end_inset
9528
9529
9530 \end_layout
9531
9532 \end_inset
9533 </cell>
9534 </row>
9535 <row>
9536 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9537 \begin_inset Text
9538
9539 \begin_layout Plain Layout
9540
9541 \backslash
9542 nwarrow
9543 \end_layout
9544
9545 \end_inset
9546 </cell>
9547 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9548 \begin_inset Text
9549
9550 \begin_layout Plain Layout
9551 \begin_inset Formula $\nwarrow$
9552 \end_inset
9553
9554
9555 \end_layout
9556
9557 \end_inset
9558 </cell>
9559 </row>
9560 </lyxtabular>
9561
9562 \end_inset
9563
9564
9565 \begin_inset space \hfill{}
9566 \end_inset
9567
9568
9569 \end_layout
9570
9571 \begin_layout Standard
9572 \begin_inset VSpace medskip
9573 \end_inset
9574
9575 Vertical arrows can be used also as delimiters together with the commands
9576  described in 
9577 \begin_inset CommandInset ref
9578 LatexCommand ref
9579 reference "subsec:Manual-Bracket-Size"
9580
9581 \end_inset
9582
9583  and 
9584 \begin_inset CommandInset ref
9585 LatexCommand ref
9586 reference "subsec:Automatic-Bracket-Size"
9587
9588 \end_inset
9589
9590 .
9591 \end_layout
9592
9593 \begin_layout Section
9594 Accents
9595 \begin_inset CommandInset label
9596 LatexCommand label
9597 name "sec:Accents"
9598
9599 \end_inset
9600
9601
9602 \begin_inset Index idx
9603 status collapsed
9604
9605 \begin_layout Plain Layout
9606 Accents
9607 \end_layout
9608
9609 \end_inset
9610
9611
9612 \end_layout
9613
9614 \begin_layout Standard
9615 Accents can be inserted via the math toolbar button 
9616 \begin_inset Info
9617 type  "icon"
9618 arg   "math-insert \\hat"
9619 \end_inset
9620
9621  or the commands listed in the following subsections.
9622 \end_layout
9623
9624 \begin_layout Subsection
9625 Accents for one Character
9626 \begin_inset ERT
9627 status collapsed
9628
9629 \begin_layout Plain Layout
9630
9631
9632 \backslash
9633 texorpdfstring{
9634 \end_layout
9635
9636 \end_inset
9637
9638
9639 \begin_inset Foot
9640 status collapsed
9641
9642 \begin_layout Plain Layout
9643 accents in text see 
9644 \begin_inset CommandInset ref
9645 LatexCommand ref
9646 reference "subsec:Accents-in-Text"
9647
9648 \end_inset
9649
9650
9651 \end_layout
9652
9653 \end_inset
9654
9655
9656 \begin_inset ERT
9657 status collapsed
9658
9659 \begin_layout Plain Layout
9660
9661 }{}
9662 \end_layout
9663
9664 \end_inset
9665
9666
9667 \begin_inset Note Note
9668 status collapsed
9669
9670 \begin_layout Plain Layout
9671
9672 \series bold
9673
9674 \backslash
9675 texorpdfstring
9676 \series default
9677  is used to avoid that the footnote appears in the PDF-bookmark.
9678 \end_layout
9679
9680 \begin_layout Plain Layout
9681 More about 
9682 \series bold
9683
9684 \backslash
9685 texorpdfstring
9686 \series default
9687  is in section 
9688 \begin_inset CommandInset ref
9689 LatexCommand ref
9690 reference "subsec:Formulas-in-Section"
9691
9692 \end_inset
9693
9694 .
9695 \end_layout
9696
9697 \end_inset
9698
9699
9700 \begin_inset CommandInset label
9701 LatexCommand label
9702 name "subsec:Accents-for-one"
9703
9704 \end_inset
9705
9706
9707 \begin_inset Index idx
9708 status collapsed
9709
9710 \begin_layout Plain Layout
9711 Accents ! for one character
9712 \end_layout
9713
9714 \end_inset
9715
9716
9717 \end_layout
9718
9719 \begin_layout Standard
9720 \begin_inset space \hfill{}
9721 \end_inset
9722
9723
9724 \begin_inset Tabular
9725 <lyxtabular version="3" rows="8" columns="2">
9726 <features booktabs="true" tabularvalignment="middle">
9727 <column alignment="center" valignment="top" width="0pt">
9728 <column alignment="center" valignment="top" width="0pt">
9729 <row>
9730 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9731 \begin_inset Text
9732
9733 \begin_layout Plain Layout
9734 Command
9735 \end_layout
9736
9737 \end_inset
9738 </cell>
9739 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9740 \begin_inset Text
9741
9742 \begin_layout Plain Layout
9743 Result
9744 \end_layout
9745
9746 \end_inset
9747 </cell>
9748 </row>
9749 <row topspace="1.5mm">
9750 <cell alignment="center" valignment="top" usebox="none">
9751 \begin_inset Text
9752
9753 \begin_layout Plain Layout
9754
9755 \backslash
9756 dot
9757 \begin_inset space \textvisiblespace{}
9758 \end_inset
9759
9760 A
9761 \end_layout
9762
9763 \end_inset
9764 </cell>
9765 <cell alignment="center" valignment="top" usebox="none">
9766 \begin_inset Text
9767
9768 \begin_layout Plain Layout
9769 \begin_inset Formula $\dot{A}$
9770 \end_inset
9771
9772
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 </row>
9778 <row topspace="1.5mm">
9779 <cell alignment="center" valignment="top" usebox="none">
9780 \begin_inset Text
9781
9782 \begin_layout Plain Layout
9783
9784 \backslash
9785 ddot
9786 \begin_inset space \textvisiblespace{}
9787 \end_inset
9788
9789 A
9790 \end_layout
9791
9792 \end_inset
9793 </cell>
9794 <cell alignment="center" valignment="top" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Plain Layout
9798 \begin_inset Formula $\ddot{A}$
9799 \end_inset
9800
9801
9802 \end_layout
9803
9804 \end_inset
9805 </cell>
9806 </row>
9807 <row topspace="1.5mm">
9808 <cell alignment="center" valignment="top" usebox="none">
9809 \begin_inset Text
9810
9811 \begin_layout Plain Layout
9812
9813 \backslash
9814 dddot
9815 \begin_inset space \textvisiblespace{}
9816 \end_inset
9817
9818 A
9819 \end_layout
9820
9821 \end_inset
9822 </cell>
9823 <cell alignment="center" valignment="top" usebox="none">
9824 \begin_inset Text
9825
9826 \begin_layout Plain Layout
9827 \begin_inset Formula $\dddot{A}$
9828 \end_inset
9829
9830
9831 \end_layout
9832
9833 \end_inset
9834 </cell>
9835 </row>
9836 <row topspace="1.5mm">
9837 <cell alignment="center" valignment="top" usebox="none">
9838 \begin_inset Text
9839
9840 \begin_layout Plain Layout
9841
9842 \backslash
9843 ddddot
9844 \begin_inset space \textvisiblespace{}
9845 \end_inset
9846
9847 A
9848 \end_layout
9849
9850 \end_inset
9851 </cell>
9852 <cell alignment="center" valignment="top" usebox="none">
9853 \begin_inset Text
9854
9855 \begin_layout Plain Layout
9856 \begin_inset Formula $\ddddot{A}$
9857 \end_inset
9858
9859
9860 \end_layout
9861
9862 \end_inset
9863 </cell>
9864 </row>
9865 <row topspace="1.5mm">
9866 <cell alignment="center" valignment="top" usebox="none">
9867 \begin_inset Text
9868
9869 \begin_layout Plain Layout
9870
9871 \backslash
9872 vec
9873 \begin_inset space \textvisiblespace{}
9874 \end_inset
9875
9876 A
9877 \begin_inset Index idx
9878 status collapsed
9879
9880 \begin_layout Plain Layout
9881 Vectors
9882 \end_layout
9883
9884 \end_inset
9885
9886
9887 \end_layout
9888
9889 \end_inset
9890 </cell>
9891 <cell alignment="center" valignment="top" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895 \begin_inset Formula $\vec{A}$
9896 \end_inset
9897
9898
9899 \end_layout
9900
9901 \end_inset
9902 </cell>
9903 </row>
9904 <row topspace="1.5mm">
9905 <cell alignment="center" valignment="top" usebox="none">
9906 \begin_inset Text
9907
9908 \begin_layout Plain Layout
9909
9910 \backslash
9911 bar
9912 \begin_inset space \textvisiblespace{}
9913 \end_inset
9914
9915 A
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 <cell alignment="center" valignment="top" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924 \begin_inset Formula $\bar{A}$
9925 \end_inset
9926
9927
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 </row>
9933 <row topspace="1.5mm">
9934 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938
9939 \backslash
9940 mathring
9941 \begin_inset space \textvisiblespace{}
9942 \end_inset
9943
9944 A
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9950 \begin_inset Text
9951
9952 \begin_layout Plain Layout
9953 \begin_inset Formula $\mathring{A}$
9954 \end_inset
9955
9956
9957 \end_layout
9958
9959 \end_inset
9960 </cell>
9961 </row>
9962 </lyxtabular>
9963
9964 \end_inset
9965
9966
9967 \begin_inset space \hfill{}
9968 \end_inset
9969
9970
9971 \begin_inset Tabular
9972 <lyxtabular version="3" rows="7" columns="2">
9973 <features booktabs="true" tabularvalignment="middle">
9974 <column alignment="center" valignment="top" width="0pt">
9975 <column alignment="center" valignment="top" width="0pt">
9976 <row>
9977 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981 Command
9982 \end_layout
9983
9984 \end_inset
9985 </cell>
9986 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990 Result
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 </row>
9996 <row topspace="1.5mm">
9997 <cell alignment="center" valignment="top" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001
10002 \backslash
10003 tilde
10004 \begin_inset space \textvisiblespace{}
10005 \end_inset
10006
10007 A
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 <cell alignment="center" valignment="top" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Plain Layout
10016 \begin_inset Formula $\tilde{A}$
10017 \end_inset
10018
10019
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 </row>
10025 <row topspace="1.5mm">
10026 <cell alignment="center" valignment="top" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030
10031 \backslash
10032 hat
10033 \begin_inset space \textvisiblespace{}
10034 \end_inset
10035
10036 A
10037 \end_layout
10038
10039 \end_inset
10040 </cell>
10041 <cell alignment="center" valignment="top" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045 \begin_inset Formula $\hat{A}$
10046 \end_inset
10047
10048
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 </row>
10054 <row topspace="1.5mm">
10055 <cell alignment="center" valignment="top" usebox="none">
10056 \begin_inset Text
10057
10058 \begin_layout Plain Layout
10059
10060 \backslash
10061 check
10062 \begin_inset space \textvisiblespace{}
10063 \end_inset
10064
10065 A
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 <cell alignment="center" valignment="top" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074 \begin_inset Formula $\check{A}$
10075 \end_inset
10076
10077
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 </row>
10083 <row topspace="1.5mm">
10084 <cell alignment="center" valignment="top" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088
10089 \backslash
10090 acute
10091 \begin_inset space \textvisiblespace{}
10092 \end_inset
10093
10094 A
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 <cell alignment="center" valignment="top" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103 \begin_inset Formula $\acute{A}$
10104 \end_inset
10105
10106
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 </row>
10112 <row topspace="1.5mm">
10113 <cell alignment="center" valignment="top" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117
10118 \backslash
10119 grave
10120 \begin_inset space \textvisiblespace{}
10121 \end_inset
10122
10123 A
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 <cell alignment="center" valignment="top" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132 \begin_inset Formula $\grave{A}$
10133 \end_inset
10134
10135
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 </row>
10141 <row topspace="1.5mm">
10142 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146
10147 \backslash
10148 breve
10149 \begin_inset space \textvisiblespace{}
10150 \end_inset
10151
10152 A
10153 \end_layout
10154
10155 \end_inset
10156 </cell>
10157 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161 \begin_inset Formula $\breve{A}$
10162 \end_inset
10163
10164
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 </row>
10170 </lyxtabular>
10171
10172 \end_inset
10173
10174
10175 \begin_inset space \hfill{}
10176 \end_inset
10177
10178
10179 \end_layout
10180
10181 \begin_layout Standard
10182 \begin_inset VSpace bigskip
10183 \end_inset
10184
10185
10186 \end_layout
10187
10188 \begin_layout Standard
10189 You can directly insert accents like é to formulas.
10190  \SpecialChar LyX
10191  will transform them to the corresponding accent command.
10192  For umlauts
10193 \begin_inset Index idx
10194 status collapsed
10195
10196 \begin_layout Plain Layout
10197 Umlauts
10198 \end_layout
10199
10200 \end_inset
10201
10202  it is better to insert a quotation mark before the vowel.
10203  These two characters are then treated by \SpecialChar LaTeX
10204  as 
10205 \emph on
10206 one
10207 \emph default
10208  character when the formula part with the umlaut is marked as German.
10209  In contrary to 
10210 \series bold
10211
10212 \backslash
10213 ddot
10214 \series default
10215 , with this method 
10216 \begin_inset Quotes eld
10217 \end_inset
10218
10219 real
10220 \begin_inset Quotes erd
10221 \end_inset
10222
10223  umlauts are created as demonstrated in the following example:
10224 \end_layout
10225
10226 \begin_layout Standard
10227 \begin_inset VSpace -2mm
10228 \end_inset
10229
10230
10231 \end_layout
10232
10233 \begin_layout Standard
10234 \align center
10235 \begin_inset Tabular
10236 <lyxtabular version="3" rows="3" columns="2">
10237 <features booktabs="true" tabularvalignment="middle">
10238 <column alignment="center" valignment="top" width="0pt">
10239 <column alignment="center" valignment="top">
10240 <row>
10241 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10242 \begin_inset Text
10243
10244 \begin_layout Plain Layout
10245 Command
10246 \end_layout
10247
10248 \end_inset
10249 </cell>
10250 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254 Result
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 </row>
10260 <row>
10261 <cell alignment="center" valignment="top" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265 \begin_inset Quotes grd
10266 \end_inset
10267
10268 i
10269 \end_layout
10270
10271 \end_inset
10272 </cell>
10273 <cell alignment="center" valignment="top" usebox="none">
10274 \begin_inset Text
10275
10276 \begin_layout Plain Layout
10277 \begin_inset space \hspace{}
10278 \length 0pt
10279 \end_inset
10280
10281
10282 \lang ngerman
10283
10284 \begin_inset Formula $"i$
10285 \end_inset
10286
10287
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 </row>
10293 <row topspace="1.5mm">
10294 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298
10299 \backslash
10300 ddot
10301 \begin_inset space \textvisiblespace{}
10302 \end_inset
10303
10304 i
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10310 \begin_inset Text
10311
10312 \begin_layout Plain Layout
10313 \begin_inset Formula $\ddot{i}$
10314 \end_inset
10315
10316
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 </row>
10322 </lyxtabular>
10323
10324 \end_inset
10325
10326
10327 \end_layout
10328
10329 \begin_layout Standard
10330 Another advantage to 
10331 \series bold
10332
10333 \backslash
10334 ddot
10335 \series default
10336  is that umlauts can directly be converted to mathematical text because
10337  the accent commands above are 
10338 \emph on
10339 not allowed
10340 \emph default
10341  
10342 \emph on
10343 in mathematical text
10344 \emph default
10345 .
10346  To convert an accented character to mathematical text, only the character
10347  under the accent may be converted.
10348  This applies also for all other conversions, e.
10349 \begin_inset space \thinspace{}
10350 \end_inset
10351
10352 g.
10353 \begin_inset space \space{}
10354 \end_inset
10355
10356 to italic or bold.
10357 \end_layout
10358
10359 \begin_layout Standard
10360 In mathematical text, umlauts and other accented characters can directly
10361  be inserted.
10362 \end_layout
10363
10364 \begin_layout Standard
10365 \begin_inset VSpace bigskip
10366 \end_inset
10367
10368
10369 \end_layout
10370
10371 \begin_layout Standard
10372 \SpecialChar LyX
10373  also supports a tilde under the character if the \SpecialChar LaTeX
10374 -package 
10375 \series bold
10376 undertilde
10377 \series default
10378
10379 \begin_inset Index idx
10380 status collapsed
10381
10382 \begin_layout Plain Layout
10383 Packages ! undertilde
10384 \end_layout
10385
10386 \end_inset
10387
10388  is installed on your system:
10389 \end_layout
10390
10391 \begin_layout Standard
10392 \begin_inset ERT
10393 status collapsed
10394
10395 \begin_layout Plain Layout
10396
10397
10398 \backslash
10399 ifundertilde 
10400 \end_layout
10401
10402 \end_inset
10403
10404
10405 \begin_inset Note Note
10406 status open
10407
10408 \begin_layout Plain Layout
10409 The following table will only be displayed when the \SpecialChar LaTeX
10410 -package 
10411 \series bold
10412 undertilde
10413 \series default
10414  is installed.
10415 \end_layout
10416
10417 \end_inset
10418
10419
10420 \begin_inset Separator parbreak
10421 \end_inset
10422
10423
10424 \end_layout
10425
10426 \begin_layout Standard
10427 \noindent
10428 \align center
10429 \begin_inset Tabular
10430 <lyxtabular version="3" rows="2" columns="2">
10431 <features booktabs="true" tabularvalignment="middle">
10432 <column alignment="center" valignment="top" width="0pt">
10433 <column alignment="center" valignment="top" width="0pt">
10434 <row>
10435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439 Command
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10445 \begin_inset Text
10446
10447 \begin_layout Plain Layout
10448 Result
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 </row>
10454 <row>
10455 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459
10460 \backslash
10461 utilde
10462 \begin_inset space \textvisiblespace{}
10463 \end_inset
10464
10465 A
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474 \begin_inset Formula $\utilde{A}$
10475 \end_inset
10476
10477
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 </row>
10483 </lyxtabular>
10484
10485 \end_inset
10486
10487
10488 \end_layout
10489
10490 \begin_layout Standard
10491 \begin_inset ERT
10492 status collapsed
10493
10494 \begin_layout Plain Layout
10495
10496
10497 \backslash
10498 else 
10499 \end_layout
10500
10501 \end_inset
10502
10503
10504 \begin_inset Note Note
10505 status open
10506
10507 \begin_layout Plain Layout
10508 The following will be displayed when the \SpecialChar LaTeX
10509 -package 
10510 \series bold
10511 undertilde
10512 \series default
10513  is not installed:
10514 \end_layout
10515
10516 \end_inset
10517
10518
10519 \end_layout
10520
10521 \begin_layout Standard
10522 You need to install the \SpecialChar LaTeX
10523 -package 
10524 \series bold
10525 undertilde
10526 \series default
10527  to see the rest of this subsection in the output.
10528 \end_layout
10529
10530 \begin_layout Standard
10531 \begin_inset ERT
10532 status collapsed
10533
10534 \begin_layout Plain Layout
10535
10536
10537 \backslash
10538 fi 
10539 \end_layout
10540
10541 \end_inset
10542
10543
10544 \end_layout
10545
10546 \begin_layout Standard
10547 \begin_inset Newpage newpage
10548 \end_inset
10549
10550
10551 \end_layout
10552
10553 \begin_layout Subsection
10554 Accents for several Characters
10555 \begin_inset Index idx
10556 status collapsed
10557
10558 \begin_layout Plain Layout
10559 Accents ! for several characters
10560 \end_layout
10561
10562 \end_inset
10563
10564
10565 \end_layout
10566
10567 \begin_layout Standard
10568 \begin_inset space \hfill{}
10569 \end_inset
10570
10571
10572 \begin_inset Tabular
10573 <lyxtabular version="3" rows="5" columns="2">
10574 <features booktabs="true" tabularvalignment="middle">
10575 <column alignment="center" valignment="top" width="0pt">
10576 <column alignment="center" valignment="top" width="0pt">
10577 <row>
10578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582 Command
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591 Result
10592 \end_layout
10593
10594 \end_inset
10595 </cell>
10596 </row>
10597 <row topspace="1.5mm">
10598 <cell alignment="center" valignment="top" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Plain Layout
10602
10603 \backslash
10604 overleftarrow
10605 \begin_inset space \textvisiblespace{}
10606 \end_inset
10607
10608 A=B
10609 \end_layout
10610
10611 \end_inset
10612 </cell>
10613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10614 \begin_inset Text
10615
10616 \begin_layout Plain Layout
10617 \begin_inset Formula $\overleftarrow{A=B}$
10618 \end_inset
10619
10620
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 </row>
10626 <row topspace="1.5mm">
10627 <cell alignment="center" valignment="top" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631
10632 \backslash
10633 underleftarrow
10634 \begin_inset space \textvisiblespace{}
10635 \end_inset
10636
10637 A=B
10638 \end_layout
10639
10640 \end_inset
10641 </cell>
10642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646 \begin_inset Formula $\underleftarrow{A=B}$
10647 \end_inset
10648
10649
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 </row>
10655 <row topspace="1.5mm">
10656 <cell alignment="center" valignment="top" usebox="none">
10657 \begin_inset Text
10658
10659 \begin_layout Plain Layout
10660
10661 \backslash
10662 overleftrightarrow
10663 \begin_inset space \textvisiblespace{}
10664 \end_inset
10665
10666 A=B
10667 \end_layout
10668
10669 \end_inset
10670 </cell>
10671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10672 \begin_inset Text
10673
10674 \begin_layout Plain Layout
10675 \begin_inset Formula $\overleftrightarrow{A=B}$
10676 \end_inset
10677
10678
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 </row>
10684 <row topspace="1.5mm" bottomspace="1mm">
10685 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689
10690 \backslash
10691 underleftrightarrow
10692 \begin_inset space \textvisiblespace{}
10693 \end_inset
10694
10695 A=B
10696 \end_layout
10697
10698 \end_inset
10699 </cell>
10700 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704 \begin_inset Formula $\underleftrightarrow{A=B}$
10705 \end_inset
10706
10707
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 </row>
10713 </lyxtabular>
10714
10715 \end_inset
10716
10717
10718 \begin_inset space \hfill{}
10719 \end_inset
10720
10721
10722 \begin_inset Tabular
10723 <lyxtabular version="3" rows="5" columns="2">
10724 <features booktabs="true" tabularvalignment="middle">
10725 <column alignment="center" valignment="top" width="0pt">
10726 <column alignment="center" valignment="top" width="0pt">
10727 <row>
10728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732 Command
10733 \end_layout
10734
10735 \end_inset
10736 </cell>
10737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10738 \begin_inset Text
10739
10740 \begin_layout Plain Layout
10741 Result
10742 \end_layout
10743
10744 \end_inset
10745 </cell>
10746 </row>
10747 <row topspace="1.5mm">
10748 <cell alignment="center" valignment="top" usebox="none">
10749 \begin_inset Text
10750
10751 \begin_layout Plain Layout
10752
10753 \backslash
10754 overrightarrow
10755 \begin_inset space \textvisiblespace{}
10756 \end_inset
10757
10758 A=B
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767 \begin_inset Formula $\overrightarrow{A=B}$
10768 \end_inset
10769
10770
10771 \end_layout
10772
10773 \end_inset
10774 </cell>
10775 </row>
10776 <row topspace="1.5mm">
10777 <cell alignment="center" valignment="top" usebox="none">
10778 \begin_inset Text
10779
10780 \begin_layout Plain Layout
10781
10782 \backslash
10783 underrightarrow
10784 \begin_inset space \textvisiblespace{}
10785 \end_inset
10786
10787 A=B
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10793 \begin_inset Text
10794
10795 \begin_layout Plain Layout
10796 \begin_inset Formula $\underrightarrow{A=B}$
10797 \end_inset
10798
10799
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 </row>
10805 <row topspace="1.5mm">
10806 <cell alignment="center" valignment="top" usebox="none">
10807 \begin_inset Text
10808
10809 \begin_layout Plain Layout
10810
10811 \backslash
10812 widetilde
10813 \begin_inset space \textvisiblespace{}
10814 \end_inset
10815
10816 A=B
10817 \end_layout
10818
10819 \end_inset
10820 </cell>
10821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10822 \begin_inset Text
10823
10824 \begin_layout Plain Layout
10825 \begin_inset Formula $\widetilde{A=B}$
10826 \end_inset
10827
10828
10829 \end_layout
10830
10831 \end_inset
10832 </cell>
10833 </row>
10834 <row topspace="1.5mm" bottomspace="1mm">
10835 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10836 \begin_inset Text
10837
10838 \begin_layout Plain Layout
10839
10840 \backslash
10841 widehat
10842 \begin_inset space \textvisiblespace{}
10843 \end_inset
10844
10845 A=B
10846 \end_layout
10847
10848 \end_inset
10849 </cell>
10850 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10851 \begin_inset Text
10852
10853 \begin_layout Plain Layout
10854 \begin_inset Formula $\widehat{A=B}$
10855 \end_inset
10856
10857
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 </row>
10863 </lyxtabular>
10864
10865 \end_inset
10866
10867
10868 \begin_inset space \hfill{}
10869 \end_inset
10870
10871
10872 \end_layout
10873
10874 \begin_layout Standard
10875 \begin_inset VSpace medskip
10876 \end_inset
10877
10878 With these commands as many characters as you like can be accented.
10879  But the accents 
10880 \series bold
10881
10882 \backslash
10883 widetilde
10884 \series default
10885  and 
10886 \series bold
10887
10888 \backslash
10889 widehat
10890 \series default
10891  will only be set in the output with a length of three characters, as shown
10892  in the following example:
10893 \begin_inset Formula 
10894 \[
10895 \widetilde{A+B=C-D}
10896 \]
10897
10898 \end_inset
10899
10900
10901 \end_layout
10902
10903 \begin_layout Standard
10904 With the commands 
10905 \series bold
10906
10907 \backslash
10908 overset
10909 \series default
10910
10911 \begin_inset Index idx
10912 status collapsed
10913
10914 \begin_layout Plain Layout
10915 Commands ! O ! 
10916 \backslash
10917 overset
10918 \end_layout
10919
10920 \end_inset
10921
10922  and 
10923 \series bold
10924
10925 \backslash
10926 underset
10927 \series default
10928
10929 \begin_inset Index idx
10930 status collapsed
10931
10932 \begin_layout Plain Layout
10933 Commands ! U ! 
10934 \backslash
10935 underset
10936 \end_layout
10937
10938 \end_inset
10939
10940  described in the previous subsection it is also possible to accent several
10941  characters.
10942  The command 
10943 \series bold
10944
10945 \backslash
10946 underset
10947 \begin_inset space \textvisiblespace{}
10948 \end_inset
10949
10950 A=B
10951 \begin_inset Formula $\downarrow$
10952 \end_inset
10953
10954 ***
10955 \series default
10956  creates:
10957 \begin_inset Formula 
10958 \[
10959 \underset{***}{A=B}
10960 \]
10961
10962 \end_inset
10963
10964
10965 \end_layout
10966
10967 \begin_layout Section
10968 Space
10969 \begin_inset CommandInset label
10970 LatexCommand label
10971 name "subsec:Space"
10972
10973 \end_inset
10974
10975
10976 \begin_inset Index idx
10977 status collapsed
10978
10979 \begin_layout Plain Layout
10980 Space ! horizontal
10981 \end_layout
10982
10983 \end_inset
10984
10985
10986 \end_layout
10987
10988 \begin_layout Subsection
10989 Predefined Space
10990 \begin_inset CommandInset label
10991 LatexCommand label
10992 name "subsec:Predefined-Space"
10993
10994 \end_inset
10995
10996
10997 \begin_inset Index idx
10998 status collapsed
10999
11000 \begin_layout Plain Layout
11001 Space ! horizontal ! predefined
11002 \end_layout
11003
11004 \end_inset
11005
11006
11007 \end_layout
11008
11009 \begin_layout Standard
11010 Sometimes it is necessary to insert horizontal space into a formula.
11011  This is done by inserting a protected space (shortcut 
11012 \begin_inset Info
11013 type  "shortcut"
11014 arg   "command-alternatives space-insert protected ; math-space"
11015 \end_inset
11016
11017 ).
11018  A 
11019 \begin_inset Quotes eld
11020 \end_inset
11021
11022
11023 \color blue
11024
11025 \begin_inset space \textvisiblespace{}
11026 \end_inset
11027
11028
11029 \color inherit
11030
11031 \begin_inset Quotes erd
11032 \end_inset
11033
11034  appears and by pressing 
11035 \family sans
11036 Space
11037 \family default
11038  several times one can select one of eight different space sizes.
11039  The spaces can also be inserted using the math toolbar button 
11040 \begin_inset Info
11041 type  "icon"
11042 arg   "math-insert \\space"
11043 \end_inset
11044
11045  or special commands.
11046  Independent from the inserted command, one can select the size again by
11047  pressing 
11048 \family sans
11049 Space
11050 \family default
11051  afterwards.
11052 \begin_inset Separator parbreak
11053 \end_inset
11054
11055
11056 \end_layout
11057
11058 \begin_layout Standard
11059 \noindent
11060 \align center
11061 \begin_inset Tabular
11062 <lyxtabular version="3" rows="6" columns="3">
11063 <features booktabs="true" tabularvalignment="middle">
11064 <column alignment="center" valignment="top">
11065 <column alignment="center" valignment="top" width="15col%">
11066 <column alignment="center" valignment="top">
11067 <row>
11068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072 Command
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081 Number of 
11082 \family sans
11083 Space
11084 \family default
11085  keystrokes
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094 Result
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 </row>
11100 <row>
11101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Plain Layout
11105
11106 \backslash
11107 ,
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Plain Layout
11116 0
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125 \begin_inset Formula $A\,B$
11126 \end_inset
11127
11128
11129 \end_layout
11130
11131 \end_inset
11132 </cell>
11133 </row>
11134 <row>
11135 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11136 \begin_inset Text
11137
11138 \begin_layout Plain Layout
11139
11140 \backslash
11141 :
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11147 \begin_inset Text
11148
11149 \begin_layout Plain Layout
11150 1
11151 \end_layout
11152
11153 \end_inset
11154 </cell>
11155 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11156 \begin_inset Text
11157
11158 \begin_layout Plain Layout
11159 \begin_inset Formula $A\:B$
11160 \end_inset
11161
11162
11163 \end_layout
11164
11165 \end_inset
11166 </cell>
11167 </row>
11168 <row>
11169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11170 \begin_inset Text
11171
11172 \begin_layout Plain Layout
11173
11174 \backslash
11175 ;
11176 \end_layout
11177
11178 \end_inset
11179 </cell>
11180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11181 \begin_inset Text
11182
11183 \begin_layout Plain Layout
11184 2
11185 \end_layout
11186
11187 \end_inset
11188 </cell>
11189 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11190 \begin_inset Text
11191
11192 \begin_layout Plain Layout
11193 \begin_inset Formula $A\;B$
11194 \end_inset
11195
11196
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 </row>
11202 <row>
11203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207
11208 \backslash
11209 quad
11210 \end_layout
11211
11212 \end_inset
11213 </cell>
11214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11215 \begin_inset Text
11216
11217 \begin_layout Plain Layout
11218 3
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227 \begin_inset Formula $A\quad B$
11228 \end_inset
11229
11230
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 </row>
11236 <row>
11237 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11238 \begin_inset Text
11239
11240 \begin_layout Plain Layout
11241
11242 \backslash
11243 qquad
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11249 \begin_inset Text
11250
11251 \begin_layout Plain Layout
11252 4
11253 \end_layout
11254
11255 \end_inset
11256 </cell>
11257 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Plain Layout
11261 \begin_inset Formula $A\qquad B$
11262 \end_inset
11263
11264
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 </row>
11270 </lyxtabular>
11271
11272 \end_inset
11273
11274
11275 \begin_inset space \hfill{}
11276 \end_inset
11277
11278
11279 \begin_inset Tabular
11280 <lyxtabular version="3" rows="6" columns="3">
11281 <features booktabs="true" tabularvalignment="middle">
11282 <column alignment="center" valignment="top">
11283 <column alignment="center" valignment="top" width="15col%">
11284 <column alignment="center" valignment="top">
11285 <row>
11286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Plain Layout
11290 Command
11291 \end_layout
11292
11293 \end_inset
11294 </cell>
11295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11296 \begin_inset Text
11297
11298 \begin_layout Plain Layout
11299 Number of 
11300 \family sans
11301 Space
11302 \family default
11303  keystrokes
11304 \end_layout
11305
11306 \end_inset
11307 </cell>
11308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11309 \begin_inset Text
11310
11311 \begin_layout Plain Layout
11312 Result
11313 \end_layout
11314
11315 \end_inset
11316 </cell>
11317 </row>
11318 <row>
11319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11320 \begin_inset Text
11321
11322 \begin_layout Plain Layout
11323
11324 \backslash
11325 hfill
11326 \end_layout
11327
11328 \end_inset
11329 </cell>
11330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11331 \begin_inset Text
11332
11333 \begin_layout Plain Layout
11334 5
11335 \end_layout
11336
11337 \end_inset
11338 </cell>
11339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11340 \begin_inset Text
11341
11342 \begin_layout Plain Layout
11343 \begin_inset Formula $A\hfill B$
11344 \end_inset
11345
11346
11347 \end_layout
11348
11349 \end_inset
11350 </cell>
11351 </row>
11352 <row>
11353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11354 \begin_inset Text
11355
11356 \begin_layout Plain Layout
11357
11358 \backslash
11359 hspace*{1em}
11360 \end_layout
11361
11362 \end_inset
11363 </cell>
11364 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11365 \begin_inset Text
11366
11367 \begin_layout Plain Layout
11368 6
11369 \end_layout
11370
11371 \end_inset
11372 </cell>
11373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11374 \begin_inset Text
11375
11376 \begin_layout Plain Layout
11377 \begin_inset Formula $A\hspace*{1em}B$
11378 \end_inset
11379
11380
11381 \end_layout
11382
11383 \end_inset
11384 </cell>
11385 </row>
11386 <row>
11387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11388 \begin_inset Text
11389
11390 \begin_layout Plain Layout
11391
11392 \backslash
11393 hspace{1em}
11394 \end_layout
11395
11396 \end_inset
11397 </cell>
11398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11399 \begin_inset Text
11400
11401 \begin_layout Plain Layout
11402 7
11403 \end_layout
11404
11405 \end_inset
11406 </cell>
11407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411 \begin_inset Formula $A\hspace{1em}B$
11412 \end_inset
11413
11414
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 </row>
11420 <row>
11421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425
11426 \backslash
11427
11428 \begin_inset space \textvisiblespace{}
11429 \end_inset
11430
11431
11432 \end_layout
11433
11434 \end_inset
11435 </cell>
11436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440 8
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449 \begin_inset Formula $A\ B$
11450 \end_inset
11451
11452
11453 \end_layout
11454
11455 \end_inset
11456 </cell>
11457 </row>
11458 <row>
11459 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463
11464 \backslash
11465 !
11466 \end_layout
11467
11468 \end_inset
11469 </cell>
11470 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11471 \begin_inset Text
11472
11473 \begin_layout Plain Layout
11474 9
11475 \end_layout
11476
11477 \end_inset
11478 </cell>
11479 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11480 \begin_inset Text
11481
11482 \begin_layout Plain Layout
11483 \begin_inset Formula $A\!B$
11484 \end_inset
11485
11486
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 </row>
11492 </lyxtabular>
11493
11494 \end_inset
11495
11496
11497 \end_layout
11498
11499 \begin_layout Standard
11500 Space
11501 \begin_inset space ~
11502 \end_inset
11503
11504 5
11505 \begin_inset space \thinspace{}
11506 \end_inset
11507
11508
11509 \begin_inset space \thinspace{}
11510 \end_inset
11511
11512 7 are variable spaces which are explained in 
11513 \begin_inset CommandInset ref
11514 LatexCommand ref
11515 reference "subsec:Variable-Space"
11516
11517 \end_inset
11518
11519 .
11520  Space
11521 \begin_inset space ~
11522 \end_inset
11523
11524 9 seems to produce no space.
11525  It is displayed red in \SpecialChar LyX
11526  contrary to the other sizes, because it is a negative
11527  space.
11528  There are two more negative spaces:
11529 \begin_inset Separator parbreak
11530 \end_inset
11531
11532
11533 \end_layout
11534
11535 \begin_layout Standard
11536 \align center
11537 \begin_inset Tabular
11538 <lyxtabular version="3" rows="3" columns="3">
11539 <features booktabs="true" tabularvalignment="middle">
11540 <column alignment="center" valignment="middle" width="6.8cm">
11541 <column alignment="center" valignment="top" width="0pt">
11542 <column alignment="center" valignment="top" width="0pt">
11543 <row>
11544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11545 \begin_inset Text
11546
11547 \begin_layout Plain Layout
11548 Command
11549 \end_layout
11550
11551 \end_inset
11552 </cell>
11553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11554 \begin_inset Text
11555
11556 \begin_layout Plain Layout
11557
11558 \backslash
11559 negmedspace
11560 \end_layout
11561
11562 \end_inset
11563 </cell>
11564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11565 \begin_inset Text
11566
11567 \begin_layout Plain Layout
11568
11569 \backslash
11570 negthickspace
11571 \end_layout
11572
11573 \end_inset
11574 </cell>
11575 </row>
11576 <row>
11577 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11578 \begin_inset Text
11579
11580 \begin_layout Plain Layout
11581 Number of 
11582 \family sans
11583 Space
11584 \family default
11585  keystrokes after inserting the protected space
11586 \end_layout
11587
11588 \end_inset
11589 </cell>
11590 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11591 \begin_inset Text
11592
11593 \begin_layout Plain Layout
11594 10
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11600 \begin_inset Text
11601
11602 \begin_layout Plain Layout
11603 11
11604 \end_layout
11605
11606 \end_inset
11607 </cell>
11608 </row>
11609 <row>
11610 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11611 \begin_inset Text
11612
11613 \begin_layout Plain Layout
11614 Result
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 \begin_inset Formula $A\negmedspace B$
11624 \end_inset
11625
11626
11627 \end_layout
11628
11629 \end_inset
11630 </cell>
11631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11632 \begin_inset Text
11633
11634 \begin_layout Plain Layout
11635 \begin_inset Formula $A\negthickspace B$
11636 \end_inset
11637
11638
11639 \end_layout
11640
11641 \end_inset
11642 </cell>
11643 </row>
11644 </lyxtabular>
11645
11646 \end_inset
11647
11648
11649 \end_layout
11650
11651 \begin_layout Standard
11652 Negative spaces can lead to characters overlapping each other.
11653  Thus they can be used to enforce ligatures, which are e.
11654 \begin_inset space \thinspace{}
11655 \end_inset
11656
11657 g.
11658 \begin_inset space \space{}
11659 \end_inset
11660
11661 useful for summation operators:
11662 \begin_inset Separator parbreak
11663 \end_inset
11664
11665
11666 \end_layout
11667
11668 \begin_layout Standard
11669 \align center
11670 \begin_inset Tabular
11671 <lyxtabular version="3" rows="3" columns="2">
11672 <features booktabs="true" tabularvalignment="middle">
11673 <column alignment="center" valignment="top" width="0pt">
11674 <column alignment="center" valignment="top">
11675 <row>
11676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680 Command
11681 \end_layout
11682
11683 \end_inset
11684 </cell>
11685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11686 \begin_inset Text
11687
11688 \begin_layout Plain Layout
11689 Result
11690 \end_layout
11691
11692 \end_inset
11693 </cell>
11694 </row>
11695 <row>
11696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700
11701 \backslash
11702 sum
11703 \backslash
11704 sum
11705 \begin_inset space \textvisiblespace{}
11706 \end_inset
11707
11708 f_kl
11709 \end_layout
11710
11711 \end_inset
11712 </cell>
11713 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11714 \begin_inset Text
11715
11716 \begin_layout Plain Layout
11717 \begin_inset Formula $\sum\sum f_{kl}$
11718 \end_inset
11719
11720
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 </row>
11726 <row>
11727 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11728 \begin_inset Text
11729
11730 \begin_layout Plain Layout
11731
11732 \backslash
11733 sum
11734 \backslash
11735 negmedspace
11736 \backslash
11737 sum
11738 \begin_inset space \textvisiblespace{}
11739 \end_inset
11740
11741 f_kl
11742 \end_layout
11743
11744 \end_inset
11745 </cell>
11746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11747 \begin_inset Text
11748
11749 \begin_layout Plain Layout
11750 \begin_inset Formula $\sum\negmedspace\sum f_{kl}$
11751 \end_inset
11752
11753
11754 \end_layout
11755
11756 \end_inset
11757 </cell>
11758 </row>
11759 </lyxtabular>
11760
11761 \end_inset
11762
11763
11764 \end_layout
11765
11766 \begin_layout Standard
11767 \noindent
11768 \begin_inset VSpace medskip
11769 \end_inset
11770
11771
11772 \end_layout
11773
11774 \begin_layout Standard
11775 \noindent
11776 Relations like for example equal signs, are always surrounded by space.
11777  To suppress this, the equal sign is placed into a \SpecialChar TeX
11778  brace.
11779  The following example demonstrates this:
11780 \begin_inset Separator parbreak
11781 \end_inset
11782
11783
11784 \end_layout
11785
11786 \begin_layout Standard
11787 \align center
11788 \begin_inset Tabular
11789 <lyxtabular version="3" rows="2" columns="2">
11790 <features tabularvalignment="middle">
11791 <column alignment="center" valignment="top" width="0pt">
11792 <column alignment="center" valignment="top" width="0pt">
11793 <row>
11794 <cell alignment="center" valignment="top" usebox="none">
11795 \begin_inset Text
11796
11797 \begin_layout Plain Layout
11798 normal equation
11799 \end_layout
11800
11801 \end_inset
11802 </cell>
11803 <cell alignment="center" valignment="top" usebox="none">
11804 \begin_inset Text
11805
11806 \begin_layout Plain Layout
11807 \begin_inset Formula $A=B$
11808 \end_inset
11809
11810
11811 \end_layout
11812
11813 \end_inset
11814 </cell>
11815 </row>
11816 <row>
11817 <cell alignment="center" valignment="top" usebox="none">
11818 \begin_inset Text
11819
11820 \begin_layout Plain Layout
11821 equation without space
11822 \end_layout
11823
11824 \end_inset
11825 </cell>
11826 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11827 \begin_inset Text
11828
11829 \begin_layout Plain Layout
11830 \begin_inset Formula $A{=}B$
11831 \end_inset
11832
11833
11834 \end_layout
11835
11836 \end_inset
11837 </cell>
11838 </row>
11839 </lyxtabular>
11840
11841 \end_inset
11842
11843
11844 \end_layout
11845
11846 \begin_layout Standard
11847 \noindent
11848 The command for the last formula is: 
11849 \series bold
11850 A
11851 \backslash
11852 {=
11853 \begin_inset Formula $\to$
11854 \end_inset
11855
11856 B
11857 \end_layout
11858
11859 \begin_layout Standard
11860 \begin_inset VSpace bigskip
11861 \end_inset
11862
11863
11864 \end_layout
11865
11866 \begin_layout Standard
11867 Spaces are needed for physical units, because the space between the value
11868  and the unit is the smallest one and not a normal space.
11869  For units in text, the smallest space is inserted via the menu 
11870 \family sans
11871 Insert\SpecialChar menuseparator
11872 Formatting\SpecialChar menuseparator
11873 Thin
11874 \begin_inset space ~
11875 \end_inset
11876
11877 Space
11878 \family default
11879  (shortcut 
11880 \begin_inset Info
11881 type  "shortcut"
11882 arg   "space-insert thin"
11883 \end_inset
11884
11885 ).
11886 \end_layout
11887
11888 \begin_layout Standard
11889 An example to visualize the difference:
11890 \end_layout
11891
11892 \begin_layout Standard
11893 \begin_inset Tabular
11894 <lyxtabular version="3" rows="2" columns="2">
11895 <features tabularvalignment="middle">
11896 <column alignment="left" valignment="top">
11897 <column alignment="left" valignment="top">
11898 <row>
11899 <cell alignment="center" valignment="top" usebox="none">
11900 \begin_inset Text
11901
11902 \begin_layout Plain Layout
11903 24 kW
11904 \begin_inset Formula $\cdot$
11905 \end_inset
11906
11907 h
11908 \end_layout
11909
11910 \end_inset
11911 </cell>
11912 <cell alignment="center" valignment="top" usebox="none">
11913 \begin_inset Text
11914
11915 \begin_layout Plain Layout
11916 space between value and unit
11917 \end_layout
11918
11919 \end_inset
11920 </cell>
11921 </row>
11922 <row>
11923 <cell alignment="center" valignment="top" usebox="none">
11924 \begin_inset Text
11925
11926 \begin_layout Plain Layout
11927 24
11928 \begin_inset space \thinspace{}
11929 \end_inset
11930
11931 kW
11932 \begin_inset Formula $\cdot$
11933 \end_inset
11934
11935 h
11936 \end_layout
11937
11938 \end_inset
11939 </cell>
11940 <cell alignment="center" valignment="top" usebox="none">
11941 \begin_inset Text
11942
11943 \begin_layout Plain Layout
11944 smallest space between value and unit
11945 \end_layout
11946
11947 \end_inset
11948 </cell>
11949 </row>
11950 </lyxtabular>
11951
11952 \end_inset
11953
11954
11955 \end_layout
11956
11957 \begin_layout Subsection
11958 Variable Space
11959 \begin_inset ERT
11960 status collapsed
11961
11962 \begin_layout Plain Layout
11963
11964
11965 \backslash
11966 texorpdfstring{
11967 \end_layout
11968
11969 \end_inset
11970
11971
11972 \begin_inset Foot
11973 status collapsed
11974
11975 \begin_layout Plain Layout
11976 for vertical space in formulas see 
11977 \begin_inset CommandInset ref
11978 LatexCommand ref
11979 reference "subsec:Line-Separation"
11980
11981 \end_inset
11982
11983
11984 \end_layout
11985
11986 \end_inset
11987
11988
11989 \begin_inset ERT
11990 status collapsed
11991
11992 \begin_layout Plain Layout
11993
11994 }{}
11995 \end_layout
11996
11997 \end_inset
11998
11999
12000 \begin_inset Note Note
12001 status collapsed
12002
12003 \begin_layout Plain Layout
12004
12005 \backslash
12006 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
12007 \end_layout
12008
12009 \begin_layout Plain Layout
12010 More about 
12011 \backslash
12012 texorpdfstring is in section 
12013 \begin_inset CommandInset ref
12014 LatexCommand ref
12015 reference "subsec:Formulas-in-Section"
12016
12017 \end_inset
12018
12019 .
12020 \end_layout
12021
12022 \end_inset
12023
12024
12025 \begin_inset CommandInset label
12026 LatexCommand label
12027 name "subsec:Variable-Space"
12028
12029 \end_inset
12030
12031
12032 \begin_inset Index idx
12033 status collapsed
12034
12035 \begin_layout Plain Layout
12036 Space ! horizontal ! variable
12037 \end_layout
12038
12039 \end_inset
12040
12041
12042 \end_layout
12043
12044 \begin_layout Standard
12045 Space with a defined length can be inserted with the command 
12046 \series bold
12047
12048 \backslash
12049 hspace
12050 \series default
12051
12052 \begin_inset Index idx
12053 status collapsed
12054
12055 \begin_layout Plain Layout
12056 Commands ! H ! 
12057 \backslash
12058 hspace
12059 \end_layout
12060
12061 \end_inset
12062
12063 .
12064  Then a long 
12065 \begin_inset Quotes eld
12066 \end_inset
12067
12068
12069 \color blue
12070
12071 \begin_inset space \textvisiblespace{}
12072 \end_inset
12073
12074
12075 \color inherit
12076
12077 \begin_inset Quotes erd
12078 \end_inset
12079
12080  appears.
12081  The length can be specified by left-clicking on the 
12082 \begin_inset Quotes eld
12083 \end_inset
12084
12085
12086 \color blue
12087
12088 \begin_inset space \textvisiblespace{}
12089 \end_inset
12090
12091
12092 \color inherit
12093
12094 \begin_inset Quotes erd
12095 \end_inset
12096
12097 .
12098  The length may also be negative.
12099  When a space would be the first character in a line it would be omitted.
12100  To force its output use the command 
12101 \series bold
12102
12103 \backslash
12104 hspace*
12105 \series default
12106  instead of 
12107 \series bold
12108
12109 \backslash
12110 hspace
12111 \series default
12112  or left-click on the 
12113 \begin_inset Quotes eld
12114 \end_inset
12115
12116
12117 \color blue
12118
12119 \begin_inset space \textvisiblespace{}
12120 \end_inset
12121
12122
12123 \color inherit
12124
12125 \begin_inset Quotes erd
12126 \end_inset
12127
12128  and check the option 
12129 \family sans
12130 Protect
12131 \family default
12132 .
12133 \begin_inset Newline newline
12134 \end_inset
12135
12136 To insert as much space as is available, the command 
12137 \series bold
12138
12139 \backslash
12140 hfill
12141 \series default
12142
12143 \begin_inset Index idx
12144 status collapsed
12145
12146 \begin_layout Plain Layout
12147 Commands ! H ! 
12148 \backslash
12149 hfill
12150 \end_layout
12151
12152 \end_inset
12153
12154  is used.
12155 \end_layout
12156
12157 \begin_layout Standard
12158 \align center
12159 \begin_inset Tabular
12160 <lyxtabular version="3" rows="4" columns="2">
12161 <features booktabs="true" tabularvalignment="middle">
12162 <column alignment="center" valignment="top" width="0pt">
12163 <column alignment="center" valignment="top">
12164 <row>
12165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12166 \begin_inset Text
12167
12168 \begin_layout Plain Layout
12169 Command (
12170 \backslash
12171 hspace length)
12172 \end_layout
12173
12174 \end_inset
12175 </cell>
12176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12177 \begin_inset Text
12178
12179 \begin_layout Plain Layout
12180 Result
12181 \end_layout
12182
12183 \end_inset
12184 </cell>
12185 </row>
12186 <row>
12187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12188 \begin_inset Text
12189
12190 \begin_layout Plain Layout
12191 A=B
12192 \backslash
12193 hspace
12194 \begin_inset space \textvisiblespace{}
12195 \end_inset
12196
12197 A
12198 \backslash
12199 not=C (3
12200 \begin_inset space \thinspace{}
12201 \end_inset
12202
12203 cm)
12204 \end_layout
12205
12206 \end_inset
12207 </cell>
12208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12209 \begin_inset Text
12210
12211 \begin_layout Plain Layout
12212 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12213 \end_inset
12214
12215
12216 \end_layout
12217
12218 \end_inset
12219 </cell>
12220 </row>
12221 <row>
12222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12223 \begin_inset Text
12224
12225 \begin_layout Plain Layout
12226 A
12227 \backslash
12228 hspace
12229 \begin_inset space \textvisiblespace{}
12230 \end_inset
12231
12232 A
12233 \backslash
12234 not=A (-1
12235 \begin_inset space \thinspace{}
12236 \end_inset
12237
12238 mm)
12239 \end_layout
12240
12241 \end_inset
12242 </cell>
12243 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12244 \begin_inset Text
12245
12246 \begin_layout Plain Layout
12247 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12248 \end_inset
12249
12250
12251 \end_layout
12252
12253 \end_inset
12254 </cell>
12255 </row>
12256 <row>
12257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12258 \begin_inset Text
12259
12260 \begin_layout Plain Layout
12261 A=A
12262 \backslash
12263 hfill
12264 \begin_inset space \textvisiblespace{}
12265 \end_inset
12266
12267 B=B
12268 \end_layout
12269
12270 \end_inset
12271 </cell>
12272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12273 \begin_inset Text
12274
12275 \begin_layout Plain Layout
12276 \begin_inset Formula $A=A\hfill B=B$
12277 \end_inset
12278
12279
12280 \end_layout
12281
12282 \end_inset
12283 </cell>
12284 </row>
12285 </lyxtabular>
12286
12287 \end_inset
12288
12289
12290 \end_layout
12291
12292 \begin_layout Standard
12293 In the last example the available space is given by the longest column entry
12294  of the table.
12295  In an inline formula the space depends on the length of the line in which
12296  
12297 \series bold
12298
12299 \backslash
12300 hfill
12301 \series default
12302  is inserted.
12303  Thus, when the line uses the full width, no space will be created.
12304  
12305 \series bold
12306
12307 \backslash
12308 hfill
12309 \series default
12310  only has an effect on displayed formulas when the formula style 
12311 \series bold
12312 Indented
12313 \series default
12314  is used.
12315  (Formula styles are explained in 
12316 \begin_inset CommandInset ref
12317 LatexCommand ref
12318 reference "sec:Formula-Styles"
12319
12320 \end_inset
12321
12322 .)
12323 \end_layout
12324
12325 \begin_layout Standard
12326 Besides 
12327 \series bold
12328
12329 \backslash
12330 hfill
12331 \series default
12332 , there are the commands 
12333 \series bold
12334
12335 \backslash
12336 dotfill
12337 \series default
12338  and 
12339 \series bold
12340
12341 \backslash
12342 hrulefill
12343 \series default
12344  that fill the space with a pattern, see 
12345 \begin_inset CommandInset ref
12346 LatexCommand ref
12347 reference "subsec:Ellipses"
12348
12349 \end_inset
12350
12351  for an example.
12352 \end_layout
12353
12354 \begin_layout Standard
12355 For text, variable space can be inserted via the menu 
12356 \family sans
12357 Insert\SpecialChar menuseparator
12358 Formatting\SpecialChar menuseparator
12359 Horizontal
12360 \begin_inset space ~
12361 \end_inset
12362
12363 Space
12364 \family default
12365 :
12366 \end_layout
12367
12368 \begin_layout Standard
12369 This is a line with
12370 \begin_inset space \hspace{}
12371 \length 2cm
12372 \end_inset
12373
12374 2
12375 \begin_inset space \thinspace{}
12376 \end_inset
12377
12378 cm space.
12379 \end_layout
12380
12381 \begin_layout Standard
12382 This is a line with
12383 \begin_inset space \hfill{}
12384 \end_inset
12385
12386 maximum space.
12387 \end_layout
12388
12389 \begin_layout Subsection
12390 Space besides inline Formulas
12391 \begin_inset Index idx
12392 status collapsed
12393
12394 \begin_layout Plain Layout
12395 Space ! besides inline formulas
12396 \end_layout
12397
12398 \end_inset
12399
12400
12401 \end_layout
12402
12403 \begin_layout Standard
12404 The space that surrounds inline formulas can be adjusted with the length
12405  
12406 \series bold
12407
12408 \backslash
12409 mathsurround
12410 \series default
12411
12412 \begin_inset Index idx
12413 status collapsed
12414
12415 \begin_layout Plain Layout
12416 Commands ! M ! 
12417 \backslash
12418 mathsurround
12419 \end_layout
12420
12421 \end_inset
12422
12423 .
12424  The value of a length is set with the command 
12425 \series bold
12426
12427 \backslash
12428 setlength
12429 \series default
12430
12431 \begin_inset Index idx
12432 status collapsed
12433
12434 \begin_layout Plain Layout
12435 Commands ! S ! 
12436 \backslash
12437 setlength
12438 \end_layout
12439
12440 \end_inset
12441
12442  which has the following scheme:
12443 \end_layout
12444
12445 \begin_layout Standard
12446
12447 \series bold
12448
12449 \backslash
12450 setlength{length name}{value}
12451 \end_layout
12452
12453 \begin_layout Standard
12454 To set 
12455 \series bold
12456
12457 \backslash
12458 mathsurround
12459 \series default
12460  to the value 5
12461 \begin_inset space \thinspace{}
12462 \end_inset
12463
12464 mm, the command
12465 \end_layout
12466
12467 \begin_layout Standard
12468
12469 \series bold
12470
12471 \backslash
12472 setlength{
12473 \backslash
12474 mathsurround}{5mm}
12475 \end_layout
12476
12477 \begin_layout Standard
12478 is inserted in \SpecialChar TeX
12479  mode.
12480  5
12481 \begin_inset space \thinspace{}
12482 \end_inset
12483
12484 mm space will now be set around all inline formulas:
12485 \begin_inset ERT
12486 status collapsed
12487
12488 \begin_layout Plain Layout
12489
12490
12491 \backslash
12492 setlength{
12493 \backslash
12494 mathsurround}{5mm}
12495 \end_layout
12496
12497 \end_inset
12498
12499
12500 \end_layout
12501
12502 \begin_layout Standard
12503 This is a line with an inline formula 
12504 \begin_inset Formula $A=B$
12505 \end_inset
12506
12507  with 5
12508 \begin_inset space \thinspace{}
12509 \end_inset
12510
12511 mm surrounding space.
12512 \begin_inset ERT
12513 status collapsed
12514
12515 \begin_layout Plain Layout
12516
12517
12518 \backslash
12519 setlength{
12520 \backslash
12521 mathsurround}{0pt}
12522 \end_layout
12523
12524 \end_inset
12525
12526
12527 \end_layout
12528
12529 \begin_layout Standard
12530 To return to the predefined value, 
12531 \series bold
12532
12533 \backslash
12534 mathsurround
12535 \series default
12536  is set to the value 0
12537 \begin_inset space \thinspace{}
12538 \end_inset
12539
12540 pt.
12541 \end_layout
12542
12543 \begin_layout Standard
12544 \begin_inset Newpage newpage
12545 \end_inset
12546
12547
12548 \end_layout
12549
12550 \begin_layout Section
12551 Boxes and Frames
12552 \begin_inset Index idx
12553 status collapsed
12554
12555 \begin_layout Plain Layout
12556 Boxes
12557 \end_layout
12558
12559 \end_inset
12560
12561
12562 \begin_inset Index idx
12563 status collapsed
12564
12565 \begin_layout Plain Layout
12566 Frames | see
12567 \begin_inset ERT
12568 status collapsed
12569
12570 \begin_layout Plain Layout
12571
12572 {
12573 \end_layout
12574
12575 \end_inset
12576
12577 Boxes
12578 \begin_inset ERT
12579 status collapsed
12580
12581 \begin_layout Plain Layout
12582
12583 }
12584 \end_layout
12585
12586 \end_inset
12587
12588
12589 \end_layout
12590
12591 \end_inset
12592
12593
12594 \end_layout
12595
12596 \begin_layout Standard
12597 Boxes for text are described in chapter 
12598 \family typewriter
12599 Boxes
12600 \family default
12601  in the 
12602 \family typewriter
12603 Embedded
12604 \begin_inset space ~
12605 \end_inset
12606
12607 Objects
12608 \family default
12609  manual.
12610 \end_layout
12611
12612 \begin_layout Subsection
12613 Boxes with Frame
12614 \begin_inset CommandInset label
12615 LatexCommand label
12616 name "subsec:Boxes-with-Frame"
12617
12618 \end_inset
12619
12620
12621 \begin_inset Index idx
12622 status collapsed
12623
12624 \begin_layout Plain Layout
12625 Boxes ! with frame
12626 \end_layout
12627
12628 \end_inset
12629
12630
12631 \end_layout
12632
12633 \begin_layout Standard
12634 It is possible to frame a formula or part of one with the commands 
12635 \series bold
12636
12637 \backslash
12638 fbox
12639 \series default
12640
12641 \begin_inset Index idx
12642 status collapsed
12643
12644 \begin_layout Plain Layout
12645 Commands ! F ! 
12646 \backslash
12647 fbox
12648 \end_layout
12649
12650 \end_inset
12651
12652  and 
12653 \series bold
12654
12655 \backslash
12656 boxed
12657 \series default
12658
12659 \begin_inset Index idx
12660 status collapsed
12661
12662 \begin_layout Plain Layout
12663 Commands ! B ! 
12664 \backslash
12665 boxed
12666 \end_layout
12667
12668 \end_inset
12669
12670 .
12671 \end_layout
12672
12673 \begin_layout Standard
12674 When one of these commands is inserted in a formula, a blue box appears
12675  within a frame to enter formula parts.
12676  For 
12677 \series bold
12678
12679 \backslash
12680 fbox
12681 \series default
12682  an additional formula has to be created by 
12683 \family sans
12684 Ctrl+M
12685 \family default
12686  within this box, because the box content will otherwise be treated as mathemati
12687 cal text.
12688  When 
12689 \series bold
12690
12691 \backslash
12692 boxed
12693 \series default
12694  is used, a new formula is automatically created inside the frame.
12695 \end_layout
12696
12697 \begin_layout Standard
12698 The command 
12699 \series bold
12700
12701 \backslash
12702 fbox
12703 \series default
12704  is not suitable to frame displayed formulas because the formula will always
12705  be set in the size of the text.
12706  
12707 \series bold
12708
12709 \backslash
12710 boxed
12711 \series default
12712  is in contrary not suitable to frame inline formulas, because the formula
12713  will always be set in the size of a displayed formula.
12714 \end_layout
12715
12716 \begin_layout Standard
12717 An extension to 
12718 \series bold
12719
12720 \backslash
12721 fbox
12722 \series default
12723  is the command 
12724 \series bold
12725
12726 \backslash
12727 framebox
12728 \series default
12729
12730 \begin_inset Index idx
12731 status collapsed
12732
12733 \begin_layout Plain Layout
12734 Commands ! F ! 
12735 \backslash
12736 framebox
12737 \end_layout
12738
12739 \end_inset
12740
12741  where additionally the frame width and the alignment can be specified.
12742  
12743 \series bold
12744
12745 \backslash
12746 framebox
12747 \series default
12748  is used in the following scheme:
12749 \end_layout
12750
12751 \begin_layout Standard
12752
12753 \series bold
12754
12755 \backslash
12756 framebox[frame width][position]{box content}
12757 \end_layout
12758
12759 \begin_layout Standard
12760 The position can either be 
12761 \emph on
12762 l
12763 \emph default
12764  or 
12765 \emph on
12766 r
12767 \emph default
12768 .
12769  
12770 \emph on
12771 l
12772 \emph default
12773  left aligns, 
12774 \emph on
12775 r
12776 \emph default
12777  right aligns the formula in the box.
12778  When no position is given, the formula will be centered.
12779 \begin_inset Newline newline
12780 \end_inset
12781
12782 If no width is given, also no position can be given.
12783  In this case the frame width is adjusted to the box content like for 
12784 \series bold
12785
12786 \backslash
12787 fbox
12788 \series default
12789 .
12790 \end_layout
12791
12792 \begin_layout Standard
12793 When the command 
12794 \series bold
12795
12796 \backslash
12797 framebox
12798 \series default
12799  is inserted, a box appears containing three blue boxes.
12800  The first two boxes are surrounded by brackets and denote the two optional
12801  arguments.
12802  The third box is for formula parts like for 
12803 \series bold
12804
12805 \backslash
12806 fbox
12807 \series default
12808 .
12809 \begin_inset Separator parbreak
12810 \end_inset
12811
12812
12813 \end_layout
12814
12815 \begin_layout Standard
12816 \align center
12817 \begin_inset Tabular
12818 <lyxtabular version="3" rows="5" columns="2">
12819 <features booktabs="true" tabularvalignment="middle">
12820 <column alignment="center" valignment="top" width="0pt">
12821 <column alignment="center" valignment="top">
12822 <row>
12823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12824 \begin_inset Text
12825
12826 \begin_layout Plain Layout
12827 Command
12828 \end_layout
12829
12830 \end_inset
12831 </cell>
12832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12833 \begin_inset Text
12834
12835 \begin_layout Plain Layout
12836 Result
12837 \end_layout
12838
12839 \end_inset
12840 </cell>
12841 </row>
12842 <row topspace="1.5mm">
12843 <cell alignment="center" valignment="top" usebox="none">
12844 \begin_inset Text
12845
12846 \begin_layout Plain Layout
12847
12848 \backslash
12849 fbox
12850 \begin_inset space \textvisiblespace{}
12851 \end_inset
12852
12853
12854 \family sans
12855 Ctrl+M
12856 \family default
12857  
12858 \backslash
12859 int
12860 \begin_inset space \textvisiblespace{}
12861 \end_inset
12862
12863 A=B
12864 \end_layout
12865
12866 \end_inset
12867 </cell>
12868 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12869 \begin_inset Text
12870
12871 \begin_layout Plain Layout
12872 \begin_inset Formula $\fbox{\ensuremath{\int A=B}}$
12873 \end_inset
12874
12875
12876 \end_layout
12877
12878 \end_inset
12879 </cell>
12880 </row>
12881 <row topspace="1.5mm">
12882 <cell alignment="center" valignment="top" usebox="none">
12883 \begin_inset Text
12884
12885 \begin_layout Plain Layout
12886
12887 \backslash
12888 boxed
12889 \begin_inset space \textvisiblespace{}
12890 \end_inset
12891
12892
12893 \backslash
12894 int
12895 \begin_inset space \textvisiblespace{}
12896 \end_inset
12897
12898 A=B
12899 \end_layout
12900
12901 \end_inset
12902 </cell>
12903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12904 \begin_inset Text
12905
12906 \begin_layout Plain Layout
12907 \begin_inset Formula $\boxed{\int A=B}$
12908 \end_inset
12909
12910
12911 \end_layout
12912
12913 \end_inset
12914 </cell>
12915 </row>
12916 <row topspace="1.5mm">
12917 <cell alignment="center" valignment="top" usebox="none">
12918 \begin_inset Text
12919
12920 \begin_layout Plain Layout
12921 A+
12922 \backslash
12923 fbox
12924 \begin_inset space \textvisiblespace{}
12925 \end_inset
12926
12927 B
12928 \end_layout
12929
12930 \end_inset
12931 </cell>
12932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12933 \begin_inset Text
12934
12935 \begin_layout Plain Layout
12936 \begin_inset Formula $A+\fbox{B}$
12937 \end_inset
12938
12939
12940 \end_layout
12941
12942 \end_inset
12943 </cell>
12944 </row>
12945 <row topspace="1.5mm" bottomspace="1mm">
12946 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12947 \begin_inset Text
12948
12949 \begin_layout Plain Layout
12950
12951 \backslash
12952 framebox
12953 \begin_inset space \textvisiblespace{}
12954 \end_inset
12955
12956 20mm
12957 \begin_inset Formula $\to$
12958 \end_inset
12959
12960
12961 \begin_inset Formula $\to$
12962 \end_inset
12963
12964
12965 \family sans
12966 Ctrl+M
12967 \family default
12968  
12969 \backslash
12970 frac
12971 \begin_inset space \textvisiblespace{}
12972 \end_inset
12973
12974 A
12975 \begin_inset Formula $\downarrow$
12976 \end_inset
12977
12978 B
12979 \end_layout
12980
12981 \end_inset
12982 </cell>
12983 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12984 \begin_inset Text
12985
12986 \begin_layout Plain Layout
12987 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12988 \end_inset
12989
12990
12991 \end_layout
12992
12993 \end_inset
12994 </cell>
12995 </row>
12996 </lyxtabular>
12997
12998 \end_inset
12999
13000
13001 \end_layout
13002
13003 \begin_layout Standard
13004 The frame thickness can also be adjusted.
13005  To do this the following commands have to be inserted in \SpecialChar TeX
13006  mode before the
13007  formula
13008 \end_layout
13009
13010 \begin_layout Standard
13011
13012 \series bold
13013
13014 \backslash
13015 fboxrule
13016 \series default
13017  
13018 \series bold
13019
13020 \begin_inset Quotes eld
13021 \end_inset
13022
13023 thickness
13024 \begin_inset Quotes erd
13025 \end_inset
13026
13027
13028 \series default
13029  
13030 \series bold
13031
13032 \backslash
13033 fboxsep
13034 \series default
13035  
13036 \series bold
13037
13038 \begin_inset Quotes eld
13039 \end_inset
13040
13041 distance
13042 \begin_inset Quotes erd
13043 \end_inset
13044
13045
13046 \end_layout
13047
13048 \begin_layout Standard
13049 \begin_inset Quotes eld
13050 \end_inset
13051
13052 distance
13053 \begin_inset Quotes erd
13054 \end_inset
13055
13056  specifies the minimal distance between the frame and the first character
13057  in the box.
13058  An example for this is the following framed formula:
13059 \begin_inset ERT
13060 status collapsed
13061
13062 \begin_layout Plain Layout
13063
13064
13065 \backslash
13066 fboxrule 2mm 
13067 \backslash
13068 fboxsep 3mm
13069 \end_layout
13070
13071 \end_inset
13072
13073
13074 \begin_inset Formula 
13075 \[
13076 \boxed{A+B=C}
13077 \]
13078
13079 \end_inset
13080
13081 Before this formula the commands
13082 \end_layout
13083
13084 \begin_layout Standard
13085
13086 \series bold
13087
13088 \backslash
13089 fboxrule
13090 \series default
13091  
13092 \series bold
13093 2mm
13094 \series default
13095  
13096 \series bold
13097
13098 \backslash
13099 fboxsep
13100 \series default
13101  
13102 \series bold
13103 3mm
13104 \end_layout
13105
13106 \begin_layout Standard
13107 were inserted in \SpecialChar TeX
13108  mode.
13109  The given values are used for all following boxes.
13110 \end_layout
13111
13112 \begin_layout Standard
13113 To return to the standard frame size, the command
13114 \end_layout
13115
13116 \begin_layout Standard
13117
13118 \series bold
13119
13120 \backslash
13121 fboxrule
13122 \series default
13123  
13124 \series bold
13125 0.4pt
13126 \series default
13127  
13128 \series bold
13129
13130 \backslash
13131 fboxsep
13132 \series default
13133  
13134 \series bold
13135 3pt
13136 \series default
13137
13138 \begin_inset ERT
13139 status collapsed
13140
13141 \begin_layout Plain Layout
13142
13143
13144 \backslash
13145 fboxrule 0.4pt 
13146 \backslash
13147 fboxsep 3pt
13148 \end_layout
13149
13150 \end_inset
13151
13152
13153 \end_layout
13154
13155 \begin_layout Standard
13156 is inserted in \SpecialChar TeX
13157  mode before the next formula.
13158 \end_layout
13159
13160 \begin_layout Subsection
13161 Boxes without Frame
13162 \begin_inset CommandInset label
13163 LatexCommand label
13164 name "subsec:Boxes-without-Frame"
13165
13166 \end_inset
13167
13168
13169 \begin_inset Index idx
13170 status collapsed
13171
13172 \begin_layout Plain Layout
13173 Boxes ! without frame
13174 \end_layout
13175
13176 \end_inset
13177
13178
13179 \end_layout
13180
13181 \begin_layout Standard
13182 For boxes without a frame there are the following box commands: 
13183 \series bold
13184
13185 \backslash
13186 mbox
13187 \series default
13188
13189 \begin_inset Index idx
13190 status collapsed
13191
13192 \begin_layout Plain Layout
13193 Commands ! M ! 
13194 \backslash
13195 mbox
13196 \end_layout
13197
13198 \end_inset
13199
13200
13201 \series bold
13202
13203 \backslash
13204 makebox
13205 \series default
13206
13207 \begin_inset Index idx
13208 status collapsed
13209
13210 \begin_layout Plain Layout
13211 Commands ! M ! 
13212 \backslash
13213 makebox
13214 \end_layout
13215
13216 \end_inset
13217
13218  and 
13219 \series bold
13220
13221 \backslash
13222 raisebox
13223 \series default
13224
13225 \begin_inset Index idx
13226 status collapsed
13227
13228 \begin_layout Plain Layout
13229 Commands ! R ! 
13230 \backslash
13231 raisebox
13232 \end_layout
13233
13234 \end_inset
13235
13236
13237 \end_layout
13238
13239 \begin_layout Standard
13240 With 
13241 \series bold
13242
13243 \backslash
13244 raisebox
13245 \series default
13246  a box can be super- or subscripted.
13247  But in contrary to normal super- and subscripting, the characters in the
13248  box keep their font size.
13249  
13250 \series bold
13251
13252 \backslash
13253 raisebox
13254 \series default
13255  is used in the following scheme:
13256 \end_layout
13257
13258 \begin_layout Standard
13259
13260 \series bold
13261
13262 \backslash
13263 raisebox{height}{box content}
13264 \end_layout
13265
13266 \begin_layout Standard
13267 When the box should contain a formula, an extra formula is needed like for
13268  
13269 \series bold
13270
13271 \backslash
13272 fbox
13273 \series default
13274 .
13275  
13276 \series medium
13277
13278 \begin_inset Note Greyedout
13279 status open
13280
13281 \begin_layout Plain Layout
13282
13283 \series bold
13284 Note:
13285 \series default
13286  For 
13287 \series bold
13288
13289 \backslash
13290 raisebox
13291 \series default
13292  this extra formula is created by pressing 
13293 \family sans
13294 Ctrl+M
13295 \family default
13296  twice instead of once because \SpecialChar LyX
13297  doesn't yet support 
13298 \series bold
13299
13300 \backslash
13301 raisebox
13302 \series default
13303  directly.
13304 \end_layout
13305
13306 \end_inset
13307
13308
13309 \series default
13310
13311 \begin_inset Separator parbreak
13312 \end_inset
13313
13314
13315 \end_layout
13316
13317 \begin_layout Standard
13318 \align center
13319 \begin_inset Tabular
13320 <lyxtabular version="3" rows="4" columns="2">
13321 <features booktabs="true" tabularvalignment="middle">
13322 <column alignment="center" valignment="top" width="0pt">
13323 <column alignment="center" valignment="top">
13324 <row>
13325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13326 \begin_inset Text
13327
13328 \begin_layout Plain Layout
13329 Command
13330 \end_layout
13331
13332 \end_inset
13333 </cell>
13334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13335 \begin_inset Text
13336
13337 \begin_layout Plain Layout
13338 Result
13339 \end_layout
13340
13341 \end_inset
13342 </cell>
13343 </row>
13344 <row>
13345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13346 \begin_inset Text
13347
13348 \begin_layout Plain Layout
13349 H
13350 \backslash
13351 raisebox{2mm
13352 \begin_inset Formula $\to$
13353 \end_inset
13354
13355
13356 \backslash
13357 {al
13358 \begin_inset Formula $\to$
13359 \end_inset
13360
13361  lo
13362 \end_layout
13363
13364 \end_inset
13365 </cell>
13366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13367 \begin_inset Text
13368
13369 \begin_layout Plain Layout
13370 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13371 \end_inset
13372
13373
13374 \end_layout
13375
13376 \end_inset
13377 </cell>
13378 </row>
13379 <row>
13380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13381 \begin_inset Text
13382
13383 \begin_layout Plain Layout
13384 H
13385 \backslash
13386 raisebox{-2mm
13387 \begin_inset Formula $\to$
13388 \end_inset
13389
13390
13391 \backslash
13392 {al
13393 \begin_inset Formula $\to$
13394 \end_inset
13395
13396 lo
13397 \end_layout
13398
13399 \end_inset
13400 </cell>
13401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13402 \begin_inset Text
13403
13404 \begin_layout Plain Layout
13405 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13406 \end_inset
13407
13408
13409 \end_layout
13410
13411 \end_inset
13412 </cell>
13413 </row>
13414 <row>
13415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13416 \begin_inset Text
13417
13418 \begin_layout Plain Layout
13419 A=
13420 \backslash
13421 raisebox{-2mm
13422 \begin_inset Formula $\to$
13423 \end_inset
13424
13425
13426 \backslash
13427 {
13428 \family sans
13429 Ctrl+M
13430 \family default
13431  
13432 \family sans
13433 Ctrl+M
13434 \family default
13435  
13436 \backslash
13437 sqrt
13438 \begin_inset space \textvisiblespace{}
13439 \end_inset
13440
13441
13442 \end_layout
13443
13444 \end_inset
13445 </cell>
13446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13447 \begin_inset Text
13448
13449 \begin_layout Plain Layout
13450 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13451 \end_inset
13452
13453
13454 \end_layout
13455
13456 \end_inset
13457 </cell>
13458 </row>
13459 </lyxtabular>
13460
13461 \end_inset
13462
13463
13464 \end_layout
13465
13466 \begin_layout Standard
13467 The command 
13468 \series bold
13469
13470 \backslash
13471 mbox
13472 \series default
13473  is equivalent to 
13474 \series bold
13475
13476 \backslash
13477 fbox
13478 \series default
13479  and 
13480 \series bold
13481
13482 \backslash
13483 makebox
13484 \series default
13485  is equivalent to 
13486 \series bold
13487
13488 \backslash
13489 framebox
13490 \series default
13491 , with the difference that there is no frame.
13492 \end_layout
13493
13494 \begin_layout Subsection
13495 Colored Boxes
13496 \begin_inset CommandInset label
13497 LatexCommand label
13498 name "subsec:Colored-Boxes"
13499
13500 \end_inset
13501
13502
13503 \begin_inset Index idx
13504 status collapsed
13505
13506 \begin_layout Plain Layout
13507 Boxes ! colored
13508 \end_layout
13509
13510 \end_inset
13511
13512
13513 \end_layout
13514
13515 \begin_layout Standard
13516 To be able to use all commands explained in this section, the \SpecialChar LaTeX
13517 -package 
13518 \series bold
13519 color
13520 \series default
13521
13522 \begin_inset Foot
13523 status collapsed
13524
13525 \begin_layout Plain Layout
13526 The \SpecialChar LaTeX
13527 -package 
13528 \series bold
13529 color
13530 \series default
13531  is part of every \SpecialChar LaTeX
13532  standard installation.
13533 \end_layout
13534
13535 \end_inset
13536
13537
13538 \begin_inset Index idx
13539 status collapsed
13540
13541 \begin_layout Plain Layout
13542 Packages ! color
13543 \end_layout
13544
13545 \end_inset
13546
13547  has to be loaded in the \SpecialChar LaTeX
13548 -preamble with the line
13549 \begin_inset Foot
13550 status collapsed
13551
13552 \begin_layout Plain Layout
13553 When text is colored somewhere in the document with a predefined color,
13554  \SpecialChar LyX
13555  loads the \SpecialChar LaTeX
13556  package 
13557 \series bold
13558 color
13559 \series default
13560  automatically.
13561  Thus it is possible that the package is loaded twice, but this does not
13562  cause problems.
13563 \end_layout
13564
13565 \end_inset
13566
13567
13568 \begin_inset Note Note
13569 status collapsed
13570
13571 \begin_layout Plain Layout
13572 To avoid that the package is loaded twice, a macro was inserted to the \SpecialChar LaTeX
13573 -preamble.
13574 \end_layout
13575
13576 \end_inset
13577
13578
13579 \end_layout
13580
13581 \begin_layout Standard
13582
13583 \series bold
13584
13585 \backslash
13586 usepackage{color}
13587 \end_layout
13588
13589 \begin_layout Standard
13590 \begin_inset VSpace medskip
13591 \end_inset
13592
13593 To color boxes, the command 
13594 \series bold
13595
13596 \backslash
13597 colorbox
13598 \series default
13599
13600 \begin_inset Index idx
13601 status collapsed
13602
13603 \begin_layout Plain Layout
13604 Commands ! C ! 
13605 \backslash
13606 colorbox
13607 \end_layout
13608
13609 \end_inset
13610
13611  is used in the following scheme:
13612 \end_layout
13613
13614 \begin_layout Standard
13615
13616 \series bold
13617
13618 \backslash
13619 colorbox{color}{box content}
13620 \end_layout
13621
13622 \begin_layout Standard
13623 The box content can also be a box and a 
13624 \series bold
13625
13626 \backslash
13627 colorbox
13628 \series default
13629  can also be part of another box (see the 2nd and 3rd example).
13630  When the box should contain a formula, an extra formula has to be created,
13631  the same way as for 
13632 \series bold
13633
13634 \backslash
13635 raisebox
13636 \series default
13637 .
13638 \begin_inset Foot
13639 status collapsed
13640
13641 \begin_layout Plain Layout
13642 This also applies for the command 
13643 \series bold
13644
13645 \backslash
13646 fcolorbox
13647 \series default
13648 .
13649 \end_layout
13650
13651 \end_inset
13652
13653
13654 \end_layout
13655
13656 \begin_layout Standard
13657 One of the following predefined colors can be chosen:
13658 \end_layout
13659
13660 \begin_layout Standard
13661
13662 \series bold
13663 black
13664 \series default
13665
13666 \series bold
13667 blue
13668 \series default
13669
13670 \series bold
13671 cyan
13672 \series default
13673
13674 \series bold
13675 green
13676 \series default
13677
13678 \series bold
13679 magenta
13680 \series default
13681
13682 \series bold
13683 red
13684 \series default
13685
13686 \series bold
13687 white
13688 \series default
13689  and 
13690 \series bold
13691 yellow
13692 \series default
13693
13694 \begin_inset Separator parbreak
13695 \end_inset
13696
13697
13698 \end_layout
13699
13700 \begin_layout Standard
13701 \align center
13702 \begin_inset Tabular
13703 <lyxtabular version="3" rows="4" columns="2">
13704 <features booktabs="true" tabularvalignment="middle">
13705 <column alignment="center" valignment="top" width="0pt">
13706 <column alignment="center" valignment="top">
13707 <row>
13708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13709 \begin_inset Text
13710
13711 \begin_layout Plain Layout
13712 Command
13713 \end_layout
13714
13715 \end_inset
13716 </cell>
13717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13718 \begin_inset Text
13719
13720 \begin_layout Plain Layout
13721 Result
13722 \end_layout
13723
13724 \end_inset
13725 </cell>
13726 </row>
13727 <row>
13728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13729 \begin_inset Text
13730
13731 \begin_layout Plain Layout
13732
13733 \backslash
13734 colorbox{yellow
13735 \begin_inset Formula $\to$
13736 \end_inset
13737
13738
13739 \backslash
13740 {A=B
13741 \end_layout
13742
13743 \end_inset
13744 </cell>
13745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13746 \begin_inset Text
13747
13748 \begin_layout Plain Layout
13749 \begin_inset Formula $\colorbox{yellow}{A=B}$
13750 \end_inset
13751
13752
13753 \end_layout
13754
13755 \end_inset
13756 </cell>
13757 </row>
13758 <row topspace="1.5mm">
13759 <cell alignment="center" valignment="top" usebox="none">
13760 \begin_inset Text
13761
13762 \begin_layout Plain Layout
13763
13764 \backslash
13765 colorbox{green
13766 \begin_inset Formula $\to$
13767 \end_inset
13768
13769
13770 \backslash
13771 {
13772 \backslash
13773 fbox
13774 \begin_inset space \textvisiblespace{}
13775 \end_inset
13776
13777 A=B
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13783 \begin_inset Text
13784
13785 \begin_layout Plain Layout
13786 \begin_inset Formula $\colorbox{green}{\fbox{A=B}}$
13787 \end_inset
13788
13789
13790 \end_layout
13791
13792 \end_inset
13793 </cell>
13794 </row>
13795 <row topspace="1.5mm" bottomspace="1mm">
13796 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13797 \begin_inset Text
13798
13799 \begin_layout Plain Layout
13800
13801 \backslash
13802 fbox
13803 \begin_inset space \textvisiblespace{}
13804 \end_inset
13805
13806
13807 \backslash
13808 colorbox{green
13809 \begin_inset Formula $\to$
13810 \end_inset
13811
13812
13813 \backslash
13814 {
13815 \family sans
13816 Ctrl+M
13817 \family default
13818  
13819 \family sans
13820 Ctrl+M
13821 \family default
13822  
13823 \backslash
13824 int
13825 \begin_inset space \textvisiblespace{}
13826 \end_inset
13827
13828 C=D
13829 \end_layout
13830
13831 \end_inset
13832 </cell>
13833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13834 \begin_inset Text
13835
13836 \begin_layout Plain Layout
13837 \begin_inset Formula $\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}$
13838 \end_inset
13839
13840
13841 \end_layout
13842
13843 \end_inset
13844 </cell>
13845 </row>
13846 </lyxtabular>
13847
13848 \end_inset
13849
13850
13851 \end_layout
13852
13853 \begin_layout Standard
13854
13855 \series bold
13856
13857 \backslash
13858 colorbox
13859 \series default
13860  only colors the box but not the characters in the box.
13861  To color all characters, the whole formula is highlighted and the desired
13862  color is chosen in the 
13863 \family sans
13864 Text
13865 \begin_inset space ~
13866 \end_inset
13867
13868 Style
13869 \family default
13870  dialog.
13871  The dialog can be called with the toolbar button 
13872 \begin_inset Info
13873 type  "icon"
13874 arg   "dialog-show character"
13875 \end_inset
13876
13877  or the menu 
13878 \family sans
13879 Edit\SpecialChar menuseparator
13880 Text
13881 \begin_inset space ~
13882 \end_inset
13883
13884 Style\SpecialChar menuseparator
13885 Customized
13886 \family default
13887 .
13888  The formula number then has the same color as the formula.
13889  When the formula number should get another color than the formula characters,
13890  the color must be changed within the formula.
13891 \end_layout
13892
13893 \begin_layout Standard
13894 An example:
13895 \end_layout
13896
13897 \begin_layout Standard
13898
13899 \color red
13900 \begin_inset Formula 
13901 \begin{equation}
13902 \int A=B\label{eq:red}
13903 \end{equation}
13904
13905 \end_inset
13906
13907
13908 \color green
13909
13910 \begin_inset Formula 
13911 \begin{equation}
13912 \textcolor{red}{\int A=B}\label{eq:redgreen}
13913 \end{equation}
13914
13915 \end_inset
13916
13917
13918 \end_layout
13919
13920 \begin_layout Standard
13921 Formula 
13922 \begin_inset CommandInset ref
13923 LatexCommand eqref
13924 reference "eq:red"
13925
13926 \end_inset
13927
13928  is completely colored red.
13929 \begin_inset Newline newline
13930 \end_inset
13931
13932 Formula 
13933 \begin_inset CommandInset ref
13934 LatexCommand eqref
13935 reference "eq:redgreen"
13936
13937 \end_inset
13938
13939  was first completely colored green to set the color for the formula number.
13940  Subsequently the formula characters were colored red.
13941 \end_layout
13942
13943 \begin_layout Standard
13944 \begin_inset VSpace bigskip
13945 \end_inset
13946
13947 To color the frame different than the rest of the box, the command 
13948 \series bold
13949
13950 \backslash
13951 fcolorbox
13952 \series default
13953
13954 \begin_inset Index idx
13955 status collapsed
13956
13957 \begin_layout Plain Layout
13958 Commands ! F ! 
13959 \backslash
13960 fcolorbox
13961 \end_layout
13962
13963 \end_inset
13964
13965  is used in the following scheme:
13966 \end_layout
13967
13968 \begin_layout Standard
13969
13970 \series bold
13971
13972 \backslash
13973 fcolorbox{frame color}{color}{box content}
13974 \end_layout
13975
13976 \begin_layout Standard
13977 So 
13978 \series bold
13979
13980 \backslash
13981 fcolorbox
13982 \series default
13983  is an extension of the command 
13984 \series bold
13985
13986 \backslash
13987 colorbox
13988 \series default
13989 .
13990  The frame width is set, like for 
13991 \series bold
13992
13993 \backslash
13994 framebox
13995 \series default
13996 , with 
13997 \series bold
13998
13999 \backslash
14000 fboxrule
14001 \series default
14002  and 
14003 \series bold
14004
14005 \backslash
14006 fboxsep
14007 \series default
14008 .
14009  An example:
14010 \begin_inset ERT
14011 status collapsed
14012
14013 \begin_layout Plain Layout
14014
14015
14016 \backslash
14017 fboxrule 1mm 
14018 \backslash
14019 fboxsep 1mm
14020 \end_layout
14021
14022 \end_inset
14023
14024
14025 \begin_inset Formula 
14026 \[
14027 \fcolorbox{cyan}{magenta}{A=B}
14028 \]
14029
14030 \end_inset
14031
14032
14033 \begin_inset ERT
14034 status collapsed
14035
14036 \begin_layout Plain Layout
14037
14038
14039 \backslash
14040 fboxrule 0.4pt 
14041 \backslash
14042 fboxsep 3pt
14043 \end_layout
14044
14045 \end_inset
14046
14047
14048 \end_layout
14049
14050 \begin_layout Standard
14051 This formula was created with the command
14052 \begin_inset Newline newline
14053 \end_inset
14054
14055
14056 \series bold
14057
14058 \backslash
14059 fcolorbox{cyan
14060 \begin_inset Formula $\to$
14061 \end_inset
14062
14063
14064 \backslash
14065 {magenta
14066 \begin_inset Formula $\to$
14067 \end_inset
14068
14069
14070 \backslash
14071 {A=B
14072 \series default
14073 .
14074 \end_layout
14075
14076 \begin_layout Standard
14077 \begin_inset VSpace bigskip
14078 \end_inset
14079
14080 To use other colors than the predefined ones, they have to be defined first.
14081 \end_layout
14082
14083 \begin_layout Standard
14084 One can for example define the color 
14085 \begin_inset Quotes eld
14086 \end_inset
14087
14088
14089 \series bold
14090 darkgreen
14091 \series default
14092
14093 \begin_inset Quotes erd
14094 \end_inset
14095
14096  with the \SpecialChar LaTeX
14097 -preamble line:
14098 \end_layout
14099
14100 \begin_layout Standard
14101
14102 \series bold
14103
14104 \backslash
14105 definecolor{darkgreen}{cmyk}{0.5,
14106 \series default
14107  
14108 \series bold
14109 0,
14110 \series default
14111  
14112 \series bold
14113 1,
14114 \series default
14115  
14116 \series bold
14117 0.5}
14118 \series default
14119
14120 \begin_inset Index idx
14121 status collapsed
14122
14123 \begin_layout Plain Layout
14124 Commands ! D ! 
14125 \backslash
14126 definecolor
14127 \end_layout
14128
14129 \end_inset
14130
14131
14132 \end_layout
14133
14134 \begin_layout Standard
14135
14136 \series bold
14137 cmyk
14138 \series default
14139  is the color space that denotes the colors 
14140 \series bold
14141 cyan
14142 \series default
14143
14144 \series bold
14145 magenta
14146 \series default
14147
14148 \series bold
14149 yellow
14150 \series default
14151  and 
14152 \series bold
14153 black
14154 \series default
14155 .
14156  The four comma separated numbers are the portion factor for the corresponding
14157  colors of the color space.
14158  The factors can be in the range of 0
14159 \begin_inset space \thinspace{}
14160 \end_inset
14161
14162 -
14163 \begin_inset space \thinspace{}
14164 \end_inset
14165
14166 1.
14167  Instead of 
14168 \series bold
14169 cmyk
14170 \series default
14171  also the color space 
14172 \series bold
14173 rgb
14174 \series default
14175  can be used for definitions.
14176  
14177 \series bold
14178 rgb
14179 \series default
14180  denotes 
14181 \series bold
14182 red
14183 \series default
14184
14185 \series bold
14186 green
14187 \series default
14188  and 
14189 \series bold
14190 blue
14191 \series default
14192 , so that there are in this case three portion factors for the corresponding
14193  colors.
14194  Furthermore there is the color space 
14195 \series bold
14196 gray
14197 \series default
14198  with one portion factor for the gray value.
14199 \end_layout
14200
14201 \begin_layout Standard
14202 As example a framed box with the new defined color 
14203 \series bold
14204 darkgreen
14205 \series default
14206  where the characters have been colored 
14207 \series bold
14208 yellow
14209 \series default
14210 :
14211 \begin_inset Formula 
14212 \begin{equation}
14213 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14214 \end{equation}
14215
14216 \end_inset
14217
14218
14219 \end_layout
14220
14221 \begin_layout Standard
14222 Self-defined colors can also be used for text with the help of the command
14223  
14224 \series bold
14225
14226 \backslash
14227 textcolor
14228 \series default
14229 :
14230 \begin_inset Index idx
14231 status collapsed
14232
14233 \begin_layout Plain Layout
14234 Text ! colored
14235 \end_layout
14236
14237 \end_inset
14238
14239
14240 \end_layout
14241
14242 \begin_layout Standard
14243 \begin_inset ERT
14244 status collapsed
14245
14246 \begin_layout Plain Layout
14247
14248
14249 \backslash
14250 textcolor{darkgreen}{
14251 \end_layout
14252
14253 \end_inset
14254
14255 This sentence is 
14256 \begin_inset Quotes eld
14257 \end_inset
14258
14259 darkgreen
14260 \begin_inset Quotes erd
14261 \end_inset
14262
14263 .
14264 \begin_inset ERT
14265 status collapsed
14266
14267 \begin_layout Plain Layout
14268
14269 }
14270 \end_layout
14271
14272 \end_inset
14273
14274
14275 \end_layout
14276
14277 \begin_layout Standard
14278
14279 \series bold
14280
14281 \backslash
14282 textcolor
14283 \series default
14284
14285 \begin_inset Index idx
14286 status collapsed
14287
14288 \begin_layout Plain Layout
14289 Commands ! T ! 
14290 \backslash
14291 textcolor
14292 \end_layout
14293
14294 \end_inset
14295
14296  is used in the scheme 
14297 \series bold
14298
14299 \backslash
14300 textcolor{color}{characters to color}
14301 \series default
14302 .
14303 \end_layout
14304
14305 \begin_layout Subsection
14306 Paragraph Boxes
14307 \begin_inset CommandInset label
14308 LatexCommand label
14309 name "subsec:Paragraph-Boxes"
14310
14311 \end_inset
14312
14313
14314 \begin_inset Index idx
14315 status collapsed
14316
14317 \begin_layout Plain Layout
14318 Boxes ! as paragraph
14319 \end_layout
14320
14321 \end_inset
14322
14323
14324 \end_layout
14325
14326 \begin_layout Standard
14327 A box that can contain several lines and paragraphs, a so-called paragraph
14328  box (parbox), can be created with the menu 
14329 \family sans
14330 Insert\SpecialChar menuseparator
14331 Box
14332 \family default
14333  or the toolbar button 
14334 \begin_inset Info
14335 type  "icon"
14336 arg   "box-insert"
14337 \end_inset
14338
14339 .
14340 \end_layout
14341
14342 \begin_layout Standard
14343 The following example shows a framed parbox in a line:
14344 \end_layout
14345
14346 \begin_layout Standard
14347 \begin_inset VSpace medskip
14348 \end_inset
14349
14350 This is a line 
14351 \begin_inset Box Boxed
14352 position "c"
14353 hor_pos "c"
14354 has_inner_box 1
14355 inner_pos "t"
14356 use_parbox 1
14357 use_makebox 0
14358 width "5cm"
14359 special "none"
14360 height "1in"
14361 height_special "totalheight"
14362 thickness "0.4pt"
14363 separation "3pt"
14364 shadowsize "4pt"
14365 framecolor "black"
14366 backgroundcolor "none"
14367 status open
14368
14369 \begin_layout Plain Layout
14370 This is a paragraph box.
14371  It is exactly 5
14372 \begin_inset space \thinspace{}
14373 \end_inset
14374
14375 cm long and can also contain formulas: 
14376 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14377 \end_inset
14378
14379
14380 \end_layout
14381
14382 \end_inset
14383
14384  with a parbox.
14385 \end_layout
14386
14387 \begin_layout Standard
14388 \begin_inset VSpace medskip
14389 \end_inset
14390
14391
14392 \end_layout
14393
14394 \begin_layout Standard
14395 Such a box is created by right-clicking on the gray box inset.
14396  A dialog pops up showing the box properties.
14397  In our case set: 
14398 \emph on
14399 Decoration
14400 \emph default
14401 : Rectangular box, 
14402 \emph on
14403 Inner Box
14404 \emph default
14405 : Parbox, 
14406 \emph on
14407 Width
14408 \emph default
14409 : 5
14410 \begin_inset space \thinspace{}
14411 \end_inset
14412
14413 cm, 
14414 \emph on
14415 Vertical Box Alignment
14416 \emph default
14417 : Middle
14418 \end_layout
14419
14420 \begin_layout Standard
14421 \begin_inset VSpace medskip
14422 \end_inset
14423
14424 In \SpecialChar LaTeX
14425  a parbox is created with the command 
14426 \series bold
14427
14428 \backslash
14429 parbox
14430 \series default
14431
14432 \begin_inset Index idx
14433 status collapsed
14434
14435 \begin_layout Plain Layout
14436 Commands ! P ! 
14437 \backslash
14438 parbox
14439 \end_layout
14440
14441 \end_inset
14442
14443  which has the following scheme:
14444 \end_layout
14445
14446 \begin_layout Standard
14447
14448 \series bold
14449
14450 \backslash
14451 parbox[position]{width}{box content}
14452 \end_layout
14453
14454 \begin_layout Standard
14455 The positions 
14456 \emph on
14457 b
14458 \emph default
14459  and 
14460 \emph on
14461 t
14462 \emph default
14463  are possible.
14464  
14465 \emph on
14466 b
14467 \emph default
14468  for 
14469 \begin_inset Quotes eld
14470 \end_inset
14471
14472 bottom
14473 \begin_inset Quotes erd
14474 \end_inset
14475
14476  means that the box is aligned within the surrounding text with its last
14477  line.
14478  With 
14479 \emph on
14480 t
14481 \emph default
14482  for 
14483 \begin_inset Quotes eld
14484 \end_inset
14485
14486 top
14487 \begin_inset Quotes erd
14488 \end_inset
14489
14490  this is done with the first line.
14491  When no position is given, the box will be vertically centered, see section
14492  
14493 \emph on
14494 Boxes
14495 \emph default
14496  of the 
14497 \emph on
14498 Embedded
14499 \begin_inset space ~
14500 \end_inset
14501
14502 Objects
14503 \emph default
14504  manual for examples.
14505 \end_layout
14506
14507 \begin_layout Standard
14508 \begin_inset VSpace bigskip
14509 \end_inset
14510
14511 To frame formulas completely, including the formula number, the formula
14512  must be set into a parbox.
14513  To do this, the command 
14514 \series bold
14515
14516 \backslash
14517 fbox{
14518 \backslash
14519 parbox{
14520 \backslash
14521 linewidth-2
14522 \backslash
14523 fboxsep-2
14524 \backslash
14525 fboxrule}{
14526 \series default
14527  is inserted in \SpecialChar TeX
14528  mode before the formula.
14529  
14530 \series bold
14531
14532 \backslash
14533 linewidth
14534 \series default
14535
14536 \begin_inset Index idx
14537 status collapsed
14538
14539 \begin_layout Plain Layout
14540 Commands ! L ! 
14541 \backslash
14542 linewidth
14543 \end_layout
14544
14545 \end_inset
14546
14547  is hereby the line width set for the document.
14548  Because the frame is outside the parbox, 2
14549 \begin_inset space \thinspace{}
14550 \end_inset
14551
14552 times the frame separation and the frame thickness must be subtracted from
14553  the line width.
14554  As this is not automatically done by \SpecialChar LyX
14555  due to a bug
14556 \begin_inset Foot
14557 status collapsed
14558
14559 \begin_layout Plain Layout
14560 \begin_inset CommandInset href
14561 LatexCommand href
14562 name "LyX-bug #4483"
14563 target "http://www.lyx.org/trac/ticket/4483"
14564
14565 \end_inset
14566
14567
14568 \end_layout
14569
14570 \end_inset
14571
14572 , \SpecialChar TeX
14573  mode has to be used.
14574  To be able to multiply and subtract in arguments, the \SpecialChar LaTeX
14575 -package 
14576 \series bold
14577 calc
14578 \series default
14579
14580 \begin_inset Foot
14581 status collapsed
14582
14583 \begin_layout Plain Layout
14584
14585 \series bold
14586 calc
14587 \series default
14588  is part of every \SpecialChar LaTeX
14589  standard installation.
14590 \end_layout
14591
14592 \end_inset
14593
14594
14595 \begin_inset Index idx
14596 status collapsed
14597
14598 \begin_layout Plain Layout
14599 Packages ! calc
14600 \end_layout
14601
14602 \end_inset
14603
14604  must be loaded in the \SpecialChar LaTeX
14605 -preamble with the line
14606 \end_layout
14607
14608 \begin_layout Standard
14609
14610 \series bold
14611
14612 \backslash
14613 usepackage{calc}
14614 \end_layout
14615
14616 \begin_layout Standard
14617 Behind the formula both boxes are closed by entering 
14618 \series bold
14619 }}
14620 \series default
14621  in \SpecialChar TeX
14622  mode.
14623  Here is an example:
14624 \begin_inset ERT
14625 status collapsed
14626
14627 \begin_layout Plain Layout
14628
14629
14630 \backslash
14631 fboxsep 5mm 
14632 \backslash
14633 fboxrule 5mm
14634 \end_layout
14635
14636 \end_inset
14637
14638
14639 \end_layout
14640
14641 \begin_layout Standard
14642 \begin_inset ERT
14643 status collapsed
14644
14645 \begin_layout Plain Layout
14646
14647
14648 \backslash
14649 fbox{
14650 \backslash
14651 parbox{
14652 \backslash
14653 linewidth-2
14654 \backslash
14655 fboxsep-2
14656 \backslash
14657 fboxrule}{
14658 \end_layout
14659
14660 \end_inset
14661
14662
14663 \begin_inset Formula 
14664 \begin{equation}
14665 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14666 \end{equation}
14667
14668 \end_inset
14669
14670
14671 \begin_inset ERT
14672 status collapsed
14673
14674 \begin_layout Plain Layout
14675
14676 }}
14677 \end_layout
14678
14679 \end_inset
14680
14681
14682 \begin_inset ERT
14683 status collapsed
14684
14685 \begin_layout Plain Layout
14686
14687
14688 \backslash
14689 fboxrule 0.4pt 
14690 \backslash
14691 fboxsep 3pt
14692 \end_layout
14693
14694 \end_inset
14695
14696
14697 \end_layout
14698
14699 \begin_layout Standard
14700 \begin_inset VSpace medskip
14701 \end_inset
14702
14703 As a parbox is used as the argument of 
14704 \series bold
14705
14706 \backslash
14707 fbox
14708 \series default
14709 , there is in this case no difference between 
14710 \series bold
14711
14712 \backslash
14713 fbox
14714 \series default
14715  and 
14716 \series bold
14717
14718 \backslash
14719 boxed
14720 \series default
14721 .
14722 \end_layout
14723
14724 \begin_layout Standard
14725 \begin_inset VSpace bigskip
14726 \end_inset
14727
14728 Paragraph boxes are very useful to comment formulas directly.
14729  To do this, 
14730 \series bold
14731
14732 \backslash
14733 parbox
14734 \series default
14735  is used in combination with the command 
14736 \series bold
14737
14738 \backslash
14739 tag
14740 \series default
14741 .
14742  (more about 
14743 \series bold
14744
14745 \backslash
14746 tag
14747 \series default
14748  see 
14749 \begin_inset CommandInset ref
14750 LatexCommand ref
14751 reference "subsec:User-defined-Numbering"
14752
14753 \end_inset
14754
14755 )
14756 \end_layout
14757
14758 \begin_layout Standard
14759 An example of a formula commented with 
14760 \series bold
14761
14762 \backslash
14763 parbox
14764 \series default
14765 :
14766 \end_layout
14767
14768 \begin_layout Standard
14769 \begin_inset ERT
14770 status collapsed
14771
14772 \begin_layout Plain Layout
14773
14774
14775 \backslash
14776 [5x-7b=3b
14777 \backslash
14778 tag*{
14779 \backslash
14780 parbox{5cm}{
14781 \end_layout
14782
14783 \end_inset
14784
14785 This is a description.
14786  It is distinctly separated from the formula and multiline.
14787 \begin_inset ERT
14788 status collapsed
14789
14790 \begin_layout Plain Layout
14791
14792 }}
14793 \backslash
14794 ]
14795 \end_layout
14796
14797 \end_inset
14798
14799
14800 \end_layout
14801
14802 \begin_layout Standard
14803 Such a formula must be inserted completely in \SpecialChar TeX
14804  mode because \SpecialChar LyX
14805  does not yet
14806  support the command 
14807 \series bold
14808
14809 \backslash
14810 parbox
14811 \series default
14812  in formulas.
14813  The formula is created with the following command sequence:
14814 \end_layout
14815
14816 \begin_layout Standard
14817 The command 
14818 \series bold
14819
14820 \backslash
14821 [5x-7b=3b
14822 \backslash
14823 tag*
14824 \backslash
14825 {
14826 \backslash
14827 parbox{5cm}{
14828 \series default
14829  is inserted in \SpecialChar TeX
14830  mode.
14831 \begin_inset Foot
14832 status collapsed
14833
14834 \begin_layout Plain Layout
14835 When the formula style 
14836 \series bold
14837 Indented
14838 \series default
14839  is used, 
14840 \series bold
14841
14842 \backslash
14843 tag*
14844 \backslash
14845 {
14846 \series default
14847  can also be replaced by 
14848 \series bold
14849
14850 \backslash
14851 hfill
14852 \series default
14853 .
14854  (formula styles see 
14855 \begin_inset CommandInset ref
14856 LatexCommand ref
14857 reference "sec:Formula-Styles"
14858
14859 \end_inset
14860
14861 )
14862 \end_layout
14863
14864 \end_inset
14865
14866  Then the description follows as normal text and finally 
14867 \series bold
14868 }}
14869 \backslash
14870 ]
14871 \series default
14872  is inserted in \SpecialChar TeX
14873  mode.
14874  The commands 
14875 \series bold
14876
14877 \backslash
14878 [
14879 \series default
14880  and 
14881 \series bold
14882
14883 \backslash
14884 ]
14885 \series default
14886  hereby create a displayed formula.
14887 \end_layout
14888
14889 \begin_layout Standard
14890 The advantages of 
14891 \series bold
14892
14893 \backslash
14894 parbox
14895 \series default
14896  can be seen in this example that was 
14897 \begin_inset Quotes eld
14898 \end_inset
14899
14900 commented
14901 \begin_inset Quotes erd
14902 \end_inset
14903
14904  using the mathematical textmode:
14905 \begin_inset Formula 
14906 \[
14907 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
14908 \]
14909
14910 \end_inset
14911
14912
14913 \end_layout
14914
14915 \begin_layout Section
14916 Operators
14917 \begin_inset Index idx
14918 status collapsed
14919
14920 \begin_layout Plain Layout
14921 Operators
14922 \end_layout
14923
14924 \end_inset
14925
14926
14927 \end_layout
14928
14929 \begin_layout Subsection
14930 Big Operators
14931 \begin_inset CommandInset label
14932 LatexCommand label
14933 name "subsec:Big-Operators"
14934
14935 \end_inset
14936
14937
14938 \begin_inset Index idx
14939 status collapsed
14940
14941 \begin_layout Plain Layout
14942 Operators ! big
14943 \end_layout
14944
14945 \end_inset
14946
14947
14948 \begin_inset Index idx
14949 status collapsed
14950
14951 \begin_layout Plain Layout
14952 Sums
14953 \end_layout
14954
14955 \end_inset
14956
14957
14958 \begin_inset Index idx
14959 status collapsed
14960
14961 \begin_layout Plain Layout
14962 Integrals
14963 \end_layout
14964
14965 \end_inset
14966
14967
14968 \end_layout
14969
14970 \begin_layout Standard
14971 To be able to use all integral operators listed here, the option 
14972 \family sans
14973 Use esint package automatically
14974 \family default
14975  must be set in the document settings under 
14976 \family sans
14977 Math
14978 \begin_inset space ~
14979 \end_inset
14980
14981 Options
14982 \family default
14983 .
14984 \end_layout
14985
14986 \begin_layout Standard
14987 \begin_inset space \hfill{}
14988 \end_inset
14989
14990
14991 \begin_inset Tabular
14992 <lyxtabular version="3" rows="11" columns="2">
14993 <features booktabs="true" tabularvalignment="middle">
14994 <column alignment="center" valignment="top" width="0pt">
14995 <column alignment="center" valignment="top" width="0pt">
14996 <row>
14997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14998 \begin_inset Text
14999
15000 \begin_layout Plain Layout
15001 Command
15002 \end_layout
15003
15004 \end_inset
15005 </cell>
15006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15007 \begin_inset Text
15008
15009 \begin_layout Plain Layout
15010 Result
15011 \end_layout
15012
15013 \end_inset
15014 </cell>
15015 </row>
15016 <row>
15017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15018 \begin_inset Text
15019
15020 \begin_layout Plain Layout
15021
15022 \backslash
15023 int
15024 \begin_inset Index idx
15025 status collapsed
15026
15027 \begin_layout Plain Layout
15028 Commands ! I ! 
15029 \backslash
15030 int
15031 \end_layout
15032
15033 \end_inset
15034
15035
15036 \end_layout
15037
15038 \end_inset
15039 </cell>
15040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15041 \begin_inset Text
15042
15043 \begin_layout Plain Layout
15044 \begin_inset Formula $\int$
15045 \end_inset
15046
15047
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 </row>
15053 <row>
15054 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15055 \begin_inset Text
15056
15057 \begin_layout Plain Layout
15058
15059 \backslash
15060 oint
15061 \end_layout
15062
15063 \end_inset
15064 </cell>
15065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15066 \begin_inset Text
15067
15068 \begin_layout Plain Layout
15069 \begin_inset Formula $\oint$
15070 \end_inset
15071
15072
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 </row>
15078 <row>
15079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083
15084 \backslash
15085 ointctrclockwise
15086 \end_layout
15087
15088 \end_inset
15089 </cell>
15090 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Plain Layout
15094 \begin_inset Formula $\ointctrclockwise$
15095 \end_inset
15096
15097
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 </row>
15103 <row>
15104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108
15109 \backslash
15110 ointclockwise
15111 \end_layout
15112
15113 \end_inset
15114 </cell>
15115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119 \begin_inset Formula $\ointclockwise$
15120 \end_inset
15121
15122
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 </row>
15128 <row>
15129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133
15134 \backslash
15135 sqint
15136 \end_layout
15137
15138 \end_inset
15139 </cell>
15140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144 \begin_inset Formula $\sqint$
15145 \end_inset
15146
15147
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 </row>
15153 <row>
15154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158
15159 \backslash
15160 fint
15161 \end_layout
15162
15163 \end_inset
15164 </cell>
15165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Plain Layout
15169  
15170 \begin_inset Formula $\fint$
15171 \end_inset
15172
15173
15174 \end_layout
15175
15176 \end_inset
15177 </cell>
15178 </row>
15179 <row>
15180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15181 \begin_inset Text
15182
15183 \begin_layout Plain Layout
15184
15185 \backslash
15186 landupint
15187 \end_layout
15188
15189 \end_inset
15190 </cell>
15191 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15192 \begin_inset Text
15193
15194 \begin_layout Plain Layout
15195  
15196 \begin_inset Formula $\landupint$
15197 \end_inset
15198
15199
15200 \end_layout
15201
15202 \end_inset
15203 </cell>
15204 </row>
15205 <row>
15206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210
15211 \backslash
15212 landdownint
15213 \end_layout
15214
15215 \end_inset
15216 </cell>
15217 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15218 \begin_inset Text
15219
15220 \begin_layout Plain Layout
15221  
15222 \begin_inset Formula $\landdownint$
15223 \end_inset
15224
15225
15226 \end_layout
15227
15228 \end_inset
15229 </cell>
15230 </row>
15231 <row>
15232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15233 \begin_inset Text
15234
15235 \begin_layout Plain Layout
15236
15237 \backslash
15238 bigcap
15239 \end_layout
15240
15241 \end_inset
15242 </cell>
15243 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15244 \begin_inset Text
15245
15246 \begin_layout Plain Layout
15247 \begin_inset Formula $\bigcap$
15248 \end_inset
15249
15250
15251 \end_layout
15252
15253 \end_inset
15254 </cell>
15255 </row>
15256 <row>
15257 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15258 \begin_inset Text
15259
15260 \begin_layout Plain Layout
15261
15262 \backslash
15263 bigcup
15264 \end_layout
15265
15266 \end_inset
15267 </cell>
15268 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15269 \begin_inset Text
15270
15271 \begin_layout Plain Layout
15272 \begin_inset Formula $\bigcup$
15273 \end_inset
15274
15275
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 </row>
15281 </lyxtabular>
15282
15283 \end_inset
15284
15285
15286 \begin_inset space \hfill{}
15287 \end_inset
15288
15289
15290 \begin_inset Tabular
15291 <lyxtabular version="3" rows="11" columns="2">
15292 <features booktabs="true" tabularvalignment="middle">
15293 <column alignment="center" valignment="top" width="0pt">
15294 <column alignment="center" valignment="top" width="0pt">
15295 <row>
15296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15297 \begin_inset Text
15298
15299 \begin_layout Plain Layout
15300 Command
15301 \end_layout
15302
15303 \end_inset
15304 </cell>
15305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15306 \begin_inset Text
15307
15308 \begin_layout Plain Layout
15309 Result
15310 \end_layout
15311
15312 \end_inset
15313 </cell>
15314 </row>
15315 <row>
15316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15317 \begin_inset Text
15318
15319 \begin_layout Plain Layout
15320
15321 \backslash
15322 sum
15323 \begin_inset Index idx
15324 status collapsed
15325
15326 \begin_layout Plain Layout
15327 Commands ! S ! 
15328 \backslash
15329 sum
15330 \end_layout
15331
15332 \end_inset
15333
15334
15335 \end_layout
15336
15337 \end_inset
15338 </cell>
15339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15340 \begin_inset Text
15341
15342 \begin_layout Plain Layout
15343 \begin_inset Formula $\sum$
15344 \end_inset
15345
15346
15347 \end_layout
15348
15349 \end_inset
15350 </cell>
15351 </row>
15352 <row>
15353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15354 \begin_inset Text
15355
15356 \begin_layout Plain Layout
15357
15358 \backslash
15359 prod
15360 \begin_inset Index idx
15361 status collapsed
15362
15363 \begin_layout Plain Layout
15364 Commands ! P ! 
15365 \backslash
15366 prod
15367 \begin_inset ERT
15368 status collapsed
15369
15370 \begin_layout Plain Layout
15371
15372
15373 \backslash
15374 vspace{4mm}
15375 \end_layout
15376
15377 \end_inset
15378
15379
15380 \end_layout
15381
15382 \end_inset
15383
15384
15385 \end_layout
15386
15387 \end_inset
15388 </cell>
15389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15390 \begin_inset Text
15391
15392 \begin_layout Plain Layout
15393 \begin_inset Formula $\prod$
15394 \end_inset
15395
15396
15397 \end_layout
15398
15399 \end_inset
15400 </cell>
15401 </row>
15402 <row>
15403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15404 \begin_inset Text
15405
15406 \begin_layout Plain Layout
15407
15408 \backslash
15409 coprod
15410 \end_layout
15411
15412 \end_inset
15413 </cell>
15414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15415 \begin_inset Text
15416
15417 \begin_layout Plain Layout
15418 \begin_inset Formula $\coprod$
15419 \end_inset
15420
15421
15422 \end_layout
15423
15424 \end_inset
15425 </cell>
15426 </row>
15427 <row>
15428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15429 \begin_inset Text
15430
15431 \begin_layout Plain Layout
15432
15433 \backslash
15434 bigodot
15435 \end_layout
15436
15437 \end_inset
15438 </cell>
15439 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15440 \begin_inset Text
15441
15442 \begin_layout Plain Layout
15443 \begin_inset Formula $\bigodot$
15444 \end_inset
15445
15446
15447 \end_layout
15448
15449 \end_inset
15450 </cell>
15451 </row>
15452 <row>
15453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15454 \begin_inset Text
15455
15456 \begin_layout Plain Layout
15457
15458 \backslash
15459 bigotimes
15460 \end_layout
15461
15462 \end_inset
15463 </cell>
15464 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15465 \begin_inset Text
15466
15467 \begin_layout Plain Layout
15468 \begin_inset Formula $\bigotimes$
15469 \end_inset
15470
15471
15472 \end_layout
15473
15474 \end_inset
15475 </cell>
15476 </row>
15477 <row>
15478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15479 \begin_inset Text
15480
15481 \begin_layout Plain Layout
15482
15483 \backslash
15484 bigoplus
15485 \end_layout
15486
15487 \end_inset
15488 </cell>
15489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15490 \begin_inset Text
15491
15492 \begin_layout Plain Layout
15493 \begin_inset Formula $\bigoplus$
15494 \end_inset
15495
15496
15497 \end_layout
15498
15499 \end_inset
15500 </cell>
15501 </row>
15502 <row>
15503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15504 \begin_inset Text
15505
15506 \begin_layout Plain Layout
15507
15508 \backslash
15509 bigwedge
15510 \end_layout
15511
15512 \end_inset
15513 </cell>
15514 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15515 \begin_inset Text
15516
15517 \begin_layout Plain Layout
15518 \begin_inset Formula $\bigwedge$
15519 \end_inset
15520
15521
15522 \end_layout
15523
15524 \end_inset
15525 </cell>
15526 </row>
15527 <row>
15528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15529 \begin_inset Text
15530
15531 \begin_layout Plain Layout
15532
15533 \backslash
15534 bigvee
15535 \end_layout
15536
15537 \end_inset
15538 </cell>
15539 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15540 \begin_inset Text
15541
15542 \begin_layout Plain Layout
15543 \begin_inset Formula $\bigvee$
15544 \end_inset
15545
15546
15547 \end_layout
15548
15549 \end_inset
15550 </cell>
15551 </row>
15552 <row>
15553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15554 \begin_inset Text
15555
15556 \begin_layout Plain Layout
15557
15558 \backslash
15559 bigsqcup
15560 \end_layout
15561
15562 \end_inset
15563 </cell>
15564 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15565 \begin_inset Text
15566
15567 \begin_layout Plain Layout
15568 \begin_inset Formula $\bigsqcup$
15569 \end_inset
15570
15571
15572 \end_layout
15573
15574 \end_inset
15575 </cell>
15576 </row>
15577 <row>
15578 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15579 \begin_inset Text
15580
15581 \begin_layout Plain Layout
15582
15583 \backslash
15584 biguplus
15585 \end_layout
15586
15587 \end_inset
15588 </cell>
15589 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15590 \begin_inset Text
15591
15592 \begin_layout Plain Layout
15593 \begin_inset Formula $\biguplus$
15594 \end_inset
15595
15596
15597 \end_layout
15598
15599 \end_inset
15600 </cell>
15601 </row>
15602 </lyxtabular>
15603
15604 \end_inset
15605
15606
15607 \begin_inset space \hfill{}
15608 \end_inset
15609
15610
15611 \end_layout
15612
15613 \begin_layout Standard
15614 All big operators can also be inserted via the math toolbar button 
15615 \begin_inset Info
15616 type  "icon"
15617 arg   "math-insert \\intop"
15618 \end_inset
15619
15620 .
15621 \end_layout
15622
15623 \begin_layout Standard
15624 The operators are called big because they are bigger than the sometimes
15625  equal looking binary operators.
15626  All big operators can have limits as described in the next subsection.
15627 \end_layout
15628
15629 \begin_layout Standard
15630 For all integral operators there is a second version available, ending in
15631  
15632 \series bold
15633 op
15634 \series default
15635
15636 \series bold
15637
15638 \backslash
15639 intop
15640 \series default
15641
15642 \series bold
15643
15644 \backslash
15645 ointop
15646 \series default
15647  etc..
15648  These operators are different from 
15649 \series bold
15650
15651 \backslash
15652 int
15653 \series default
15654  etc.
15655 \begin_inset space \space{}
15656 \end_inset
15657
15658 in the style the operator limits are displayed, see 
15659 \begin_inset CommandInset ref
15660 LatexCommand ref
15661 reference "subsec:Operator-Limits"
15662
15663 \end_inset
15664
15665 .
15666  
15667 \end_layout
15668
15669 \begin_layout Subsubsection*
15670 Advice for Integrals
15671 \end_layout
15672
15673 \begin_layout Standard
15674 The letter 
15675 \emph on
15676 d
15677 \emph default
15678  in an integral is an operator, that therefore has to be set upright.
15679  This is done by highlighting the 
15680 \emph on
15681 d
15682 \emph default
15683  and using the keyboard shortcut 
15684 \begin_inset Info
15685 type  "shortcut"
15686 arg   "font-roman"
15687 \end_inset
15688
15689
15690 \begin_inset Foot
15691 status collapsed
15692
15693 \begin_layout Plain Layout
15694 Font styles
15695 \series bold
15696  
15697 \series default
15698 see 
15699 \begin_inset CommandInset ref
15700 LatexCommand ref
15701 reference "subsec:Font-Styles"
15702
15703 \end_inset
15704
15705
15706 \end_layout
15707
15708 \end_inset
15709
15710 .
15711  Finally the smallest space is inserted before the 
15712 \emph on
15713 d
15714 \emph default
15715 , as this is usual for operators.
15716  An example:
15717 \end_layout
15718
15719 \begin_layout Standard
15720 incorrect: 
15721 \begin_inset Formula $\int A(x)dx$
15722 \end_inset
15723
15724
15725 \begin_inset Newline newline
15726 \end_inset
15727
15728
15729 \begin_inset Phantom HPhantom
15730 status open
15731
15732 \begin_layout Plain Layout
15733 in
15734 \end_layout
15735
15736 \end_inset
15737
15738 correct: 
15739 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15740 \end_inset
15741
15742
15743 \end_layout
15744
15745 \begin_layout Standard
15746 For multiple integrals there are the following commands:
15747 \begin_inset VSpace medskip
15748 \end_inset
15749
15750
15751 \end_layout
15752
15753 \begin_layout Standard
15754 \begin_inset space \hfill{}
15755 \end_inset
15756
15757
15758 \begin_inset Tabular
15759 <lyxtabular version="3" rows="4" columns="2">
15760 <features booktabs="true" tabularvalignment="middle">
15761 <column alignment="center" valignment="top" width="0pt">
15762 <column alignment="center" valignment="top" width="0pt">
15763 <row>
15764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15765 \begin_inset Text
15766
15767 \begin_layout Plain Layout
15768 Command
15769 \end_layout
15770
15771 \end_inset
15772 </cell>
15773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15774 \begin_inset Text
15775
15776 \begin_layout Plain Layout
15777 Result
15778 \end_layout
15779
15780 \end_inset
15781 </cell>
15782 </row>
15783 <row bottomspace="1mm">
15784 <cell alignment="center" valignment="top" usebox="none">
15785 \begin_inset Text
15786
15787 \begin_layout Plain Layout
15788
15789 \backslash
15790 iint
15791 \end_layout
15792
15793 \end_inset
15794 </cell>
15795 <cell alignment="center" valignment="top" usebox="none">
15796 \begin_inset Text
15797
15798 \begin_layout Plain Layout
15799 \begin_inset Formula $\iint$
15800 \end_inset
15801
15802
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 </row>
15808 <row bottomspace="1mm">
15809 <cell alignment="center" valignment="top" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Plain Layout
15813
15814 \backslash
15815 oiint
15816 \end_layout
15817
15818 \end_inset
15819 </cell>
15820 <cell alignment="center" valignment="top" usebox="none">
15821 \begin_inset Text
15822
15823 \begin_layout Plain Layout
15824 \begin_inset Formula $\oiint$
15825 \end_inset
15826
15827
15828 \end_layout
15829
15830 \end_inset
15831 </cell>
15832 </row>
15833 <row bottomspace="1mm">
15834 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15835 \begin_inset Text
15836
15837 \begin_layout Plain Layout
15838
15839 \backslash
15840 sqiint
15841 \end_layout
15842
15843 \end_inset
15844 </cell>
15845 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15846 \begin_inset Text
15847
15848 \begin_layout Plain Layout
15849 \begin_inset Formula $\sqiint$
15850 \end_inset
15851
15852
15853 \end_layout
15854
15855 \end_inset
15856 </cell>
15857 </row>
15858 </lyxtabular>
15859
15860 \end_inset
15861
15862
15863 \begin_inset space \hfill{}
15864 \end_inset
15865
15866
15867 \begin_inset Tabular
15868 <lyxtabular version="3" rows="4" columns="2">
15869 <features booktabs="true" tabularvalignment="middle">
15870 <column alignment="center" valignment="top" width="0pt">
15871 <column alignment="center" valignment="top" width="0pt">
15872 <row>
15873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15874 \begin_inset Text
15875
15876 \begin_layout Plain Layout
15877 Command
15878 \end_layout
15879
15880 \end_inset
15881 </cell>
15882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15883 \begin_inset Text
15884
15885 \begin_layout Plain Layout
15886 Result
15887 \end_layout
15888
15889 \end_inset
15890 </cell>
15891 </row>
15892 <row bottomspace="1mm">
15893 <cell alignment="center" valignment="top" usebox="none">
15894 \begin_inset Text
15895
15896 \begin_layout Plain Layout
15897
15898 \backslash
15899 iiint
15900 \end_layout
15901
15902 \end_inset
15903 </cell>
15904 <cell alignment="center" valignment="top" usebox="none">
15905 \begin_inset Text
15906
15907 \begin_layout Plain Layout
15908 \begin_inset Formula $\iiint$
15909 \end_inset
15910
15911
15912 \end_layout
15913
15914 \end_inset
15915 </cell>
15916 </row>
15917 <row bottomspace="1mm">
15918 <cell alignment="center" valignment="top" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Plain Layout
15922
15923 \backslash
15924 iiiint
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 <cell alignment="center" valignment="top" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933 \begin_inset Formula $\iiiint$
15934 \end_inset
15935
15936
15937 \end_layout
15938
15939 \end_inset
15940 </cell>
15941 </row>
15942 <row bottomspace="1mm">
15943 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15944 \begin_inset Text
15945
15946 \begin_layout Plain Layout
15947
15948 \backslash
15949 dotsint
15950 \end_layout
15951
15952 \end_inset
15953 </cell>
15954 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15955 \begin_inset Text
15956
15957 \begin_layout Plain Layout
15958 \begin_inset Formula $\dotsint$
15959 \end_inset
15960
15961
15962 \end_layout
15963
15964 \end_inset
15965 </cell>
15966 </row>
15967 </lyxtabular>
15968
15969 \end_inset
15970
15971
15972 \begin_inset space \hfill{}
15973 \end_inset
15974
15975
15976 \end_layout
15977
15978 \begin_layout Subsection
15979 Operator Limits
15980 \begin_inset CommandInset label
15981 LatexCommand label
15982 name "subsec:Operator-Limits"
15983
15984 \end_inset
15985
15986
15987 \begin_inset Index idx
15988 status collapsed
15989
15990 \begin_layout Plain Layout
15991 Operators ! Limits
15992 \end_layout
15993
15994 \end_inset
15995
15996
15997 \end_layout
15998
15999 \begin_layout Standard
16000 Limits are created by super- and subscripts:
16001 \begin_inset Separator parbreak
16002 \end_inset
16003
16004
16005 \end_layout
16006
16007 \begin_layout Standard
16008 \align center
16009 \begin_inset Tabular
16010 <lyxtabular version="3" rows="2" columns="2">
16011 <features booktabs="true" tabularvalignment="middle">
16012 <column alignment="center" valignment="top" width="0pt">
16013 <column alignment="center" valignment="top" width="0pt">
16014 <row>
16015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Plain Layout
16019 Command
16020 \end_layout
16021
16022 \end_inset
16023 </cell>
16024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16025 \begin_inset Text
16026
16027 \begin_layout Plain Layout
16028 Result
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 </row>
16034 <row>
16035 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16036 \begin_inset Text
16037
16038 \begin_layout Plain Layout
16039
16040 \backslash
16041 prod^
16042 \backslash
16043 infty
16044 \begin_inset space \textvisiblespace{}
16045 \end_inset
16046
16047
16048 \begin_inset Formula $\to$
16049 \end_inset
16050
16051 _0
16052 \begin_inset Formula $\to$
16053 \end_inset
16054
16055 A(x)
16056 \end_layout
16057
16058 \end_inset
16059 </cell>
16060 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Plain Layout
16064 \begin_inset Formula $\prod_{0}^{\infty}A(x)$
16065 \end_inset
16066
16067
16068 \end_layout
16069
16070 \end_inset
16071 </cell>
16072 </row>
16073 </lyxtabular>
16074
16075 \end_inset
16076
16077
16078 \end_layout
16079
16080 \begin_layout Standard
16081 Limits of inline formulas are set right beside the operator.
16082  Limits in displayed formulas are set above or below the operator, except
16083  for integral limits.
16084 \end_layout
16085
16086 \begin_layout Standard
16087 To force that the limits are set beside the operator, the cursor is set
16088  directly behind the operator and the limits type is changed with the menu
16089  
16090 \family sans
16091 Edit\SpecialChar menuseparator
16092 Math\SpecialChar menuseparator
16093 Change Limits Type
16094 \family default
16095  to 
16096 \family sans
16097 \series bold
16098 Inline
16099 \family default
16100 \series default
16101  (shortcut 
16102 \begin_inset Info
16103 type  "shortcut"
16104 arg   "math-limits"
16105 \end_inset
16106
16107 ).
16108  An example:
16109 \end_layout
16110
16111 \begin_layout Standard
16112 The default limits type is this:
16113 \begin_inset Formula 
16114 \[
16115 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16116 \]
16117
16118 \end_inset
16119
16120 This is how it looks when the limits type was changed to 
16121 \family sans
16122 \series bold
16123 Inline
16124 \family default
16125 \series default
16126 :
16127 \begin_inset Formula 
16128 \[
16129 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16130 \]
16131
16132 \end_inset
16133
16134 For integrals, except those ending with 
16135 \series bold
16136 op
16137 \series default
16138  like 
16139 \series bold
16140
16141 \backslash
16142 intop
16143 \series default
16144
16145 \series bold
16146
16147 \backslash
16148 ointop
16149 \series default
16150  etc., the limits are by default set beside the operator.
16151  But for multiple integrals the limits are often set below the operator.
16152  In the following example the limits type was therefore set to 
16153 \series bold
16154 Display
16155 \series default
16156  and so set below the integrals:
16157 \begin_inset Formula 
16158 \begin{equation}
16159 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16160 \end{equation}
16161
16162 \end_inset
16163
16164
16165 \end_layout
16166
16167 \begin_layout Standard
16168 \begin_inset VSpace medskip
16169 \end_inset
16170
16171 To specify conditions for limits, the commands 
16172 \series bold
16173
16174 \backslash
16175 subarray
16176 \series default
16177
16178 \begin_inset Index idx
16179 status collapsed
16180
16181 \begin_layout Plain Layout
16182 Commands ! S ! 
16183 \backslash
16184 subarray
16185 \end_layout
16186
16187 \end_inset
16188
16189  and 
16190 \series bold
16191
16192 \backslash
16193 substack
16194 \series default
16195
16196 \begin_inset Index idx
16197 status collapsed
16198
16199 \begin_layout Plain Layout
16200 Commands ! S ! 
16201 \backslash
16202 substack
16203 \end_layout
16204
16205 \end_inset
16206
16207  are used.
16208  To create for example this expression 
16209 \begin_inset Formula 
16210 \begin{equation}
16211 \sum_{\begin{subarray}{c}
16212 0<k<1000\\
16213 \\
16214 k\,\in\,\mathbb{N}
16215 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16216 \end{equation}
16217
16218 \end_inset
16219
16220
16221 \end_layout
16222
16223 \begin_layout Standard
16224 the following has to be done:
16225 \begin_inset Newline newline
16226 \end_inset
16227
16228 First the command 
16229 \series bold
16230
16231 \backslash
16232 sum
16233 \series default
16234 ^
16235 \series bold
16236 n
16237 \begin_inset space \textvisiblespace{}
16238 \end_inset
16239
16240 _
16241 \series default
16242  is typed in.
16243  One is now in a blue box under the summation operator and insert there
16244  the command 
16245 \series bold
16246
16247 \backslash
16248 subarray
16249 \begin_inset space \textvisiblespace{}
16250 \end_inset
16251
16252
16253 \series default
16254 .
16255  The blue box is now within a purple box and now several lines can be written
16256  among each other.
16257  A new line is created by inserting a line break (
16258 \begin_inset Info
16259 type  "shortcut"
16260 arg   "newline-insert newline"
16261 \end_inset
16262
16263 ).
16264  When now
16265 \begin_inset Newline newline
16266 \end_inset
16267
16268
16269 \series bold
16270 0<k<1000 Ctrl+Return
16271 \begin_inset Newline newline
16272 \end_inset
16273
16274
16275 \series default
16276 is typed in, a new box appears below for the new line.
16277 \end_layout
16278
16279 \begin_layout Standard
16280 The alignment of the lines can be changed to left aligned with the 
16281 \family sans
16282 table
16283 \family default
16284  
16285 \family sans
16286 toolbar
16287 \family default
16288  or the menu 
16289 \family sans
16290 Edit\SpecialChar menuseparator
16291 Rows &Columns
16292 \family default
16293 .
16294  To get right alignment, 
16295 \series bold
16296
16297 \backslash
16298 hfill
16299 \begin_inset space \textvisiblespace{}
16300 \end_inset
16301
16302
16303 \series default
16304  is inserted at the beginning of the line.
16305 \end_layout
16306
16307 \begin_layout Standard
16308 The command 
16309 \series bold
16310
16311 \backslash
16312 substack
16313 \series default
16314  is equivalent to 
16315 \series bold
16316
16317 \backslash
16318 subarray
16319 \series default
16320  with the difference that the lines are always centered.
16321 \end_layout
16322
16323 \begin_layout Standard
16324 \begin_inset VSpace bigskip
16325 \end_inset
16326
16327 Like in formula 
16328 \begin_inset CommandInset ref
16329 LatexCommand eqref
16330 reference "eq:substack"
16331
16332 \end_inset
16333
16334  there can be too much space beside an operator, because the characters
16335  following the operator are set beside the limits.
16336  To avoid this the command 
16337 \series bold
16338
16339 \backslash
16340 smashoperator
16341 \series default
16342
16343 \begin_inset Index idx
16344 status collapsed
16345
16346 \begin_layout Plain Layout
16347 Commands ! S ! 
16348 \backslash
16349 smashoperator
16350 \end_layout
16351
16352 \end_inset
16353
16354  can be used.
16355  To activate it, set in the document settings under 
16356 \family sans
16357 Math
16358 \begin_inset space ~
16359 \end_inset
16360
16361 Options
16362 \family default
16363  for the package 
16364 \series bold
16365 mathtools
16366 \series default
16367
16368 \begin_inset Index idx
16369 status collapsed
16370
16371 \begin_layout Plain Layout
16372 Packages ! mathtools
16373 \end_layout
16374
16375 \end_inset
16376
16377  the option 
16378 \family sans
16379 Load
16380 \begin_inset space ~
16381 \end_inset
16382
16383 always
16384 \family default
16385 .
16386  
16387 \series bold
16388
16389 \backslash
16390 smashoperator
16391 \series default
16392  sets the space besides the operator to 0
16393 \begin_inset space \thinspace{}
16394 \end_inset
16395
16396 pt.
16397 \begin_inset Newline newline
16398 \end_inset
16399
16400 Applied on formula 
16401 \begin_inset CommandInset ref
16402 LatexCommand eqref
16403 reference "eq:substack"
16404
16405 \end_inset
16406
16407 , one uses the command
16408 \end_layout
16409
16410 \begin_layout Standard
16411
16412 \series bold
16413
16414 \backslash
16415 smashoperator{
16416 \end_layout
16417
16418 \begin_layout Standard
16419 and inserts the operator with its limits into the braces.
16420  Behind the brace one continues the formula:
16421 \begin_inset Formula 
16422 \[
16423 \smashoperator{\sum_{\begin{subarray}{c}
16424 0<k<1000\\
16425 \\
16426 k\,\in\,\mathbb{N}
16427 \end{subarray}}^{n}}k^{-2}
16428 \]
16429
16430 \end_inset
16431
16432
16433 \end_layout
16434
16435 \begin_layout Standard
16436 It is possible to set the space of only one side of the operator to 0
16437 \begin_inset space \thinspace{}
16438 \end_inset
16439
16440 pt.
16441  To do this write either 
16442 \series bold
16443 [l]
16444 \series default
16445  or 
16446 \series bold
16447 [r]
16448 \series default
16449  between 
16450 \series bold
16451
16452 \backslash
16453 smashoperator
16454 \series default
16455  and its brace.
16456  
16457 \series bold
16458 l
16459 \series default
16460  stands for the left and 
16461 \series bold
16462 r
16463 \series default
16464  for the right side of the operator.
16465  Here is an example of the possible 
16466 \series bold
16467
16468 \backslash
16469 smashoperator
16470 \series default
16471  forms:
16472 \end_layout
16473
16474 \begin_layout Standard
16475 \begin_inset Formula 
16476 \[
16477 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}
16478 \]
16479
16480 \end_inset
16481
16482
16483 \end_layout
16484
16485 \begin_layout Standard
16486 \begin_inset VSpace bigskip
16487 \end_inset
16488
16489
16490 \end_layout
16491
16492 \begin_layout Standard
16493 When several consecutive operators have limits the typesetting of the limits
16494  looks often imperfect in the output, see this example:
16495 \begin_inset Formula 
16496 \[
16497 \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}
16498 \]
16499
16500 \end_inset
16501
16502 To improve the typesetting set in the document settings under 
16503 \family sans
16504 Math
16505 \begin_inset space ~
16506 \end_inset
16507
16508 Options
16509 \family default
16510  for the package 
16511 \series bold
16512 mathtools
16513 \series default
16514
16515 \begin_inset Index idx
16516 status collapsed
16517
16518 \begin_layout Plain Layout
16519 Packages ! mathtools
16520 \end_layout
16521
16522 \end_inset
16523
16524  the option 
16525 \family sans
16526 Load
16527 \begin_inset space ~
16528 \end_inset
16529
16530 always
16531 \family default
16532 .
16533  Then insert into your formula the command 
16534 \series bold
16535
16536 \backslash
16537 adjustlimits
16538 \series default
16539
16540 \begin_inset Index idx
16541 status collapsed
16542
16543 \begin_layout Plain Layout
16544 Commands ! A ! 
16545 \backslash
16546 adjustlimits
16547 \end_layout
16548
16549 \end_inset
16550
16551  directly before the first operator.
16552  The example will then look like this:
16553 \begin_inset Formula 
16554 \[
16555 \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}
16556 \]
16557
16558 \end_inset
16559
16560
16561 \end_layout
16562
16563 \begin_layout Standard
16564 \begin_inset VSpace bigskip
16565 \end_inset
16566
16567 How to use one limit for several operators is described in 
16568 \begin_inset CommandInset ref
16569 LatexCommand ref
16570 reference "subsec:Self-defined-Operators"
16571
16572 \end_inset
16573
16574 .
16575 \end_layout
16576
16577 \begin_layout Subsection
16578 Decoration for Operators
16579 \begin_inset Index idx
16580 status collapsed
16581
16582 \begin_layout Plain Layout
16583 Operators ! Decoration
16584 \end_layout
16585
16586 \end_inset
16587
16588
16589 \end_layout
16590
16591 \begin_layout Standard
16592 With the commands 
16593 \series bold
16594
16595 \backslash
16596 overset
16597 \series default
16598
16599 \begin_inset Index idx
16600 status collapsed
16601
16602 \begin_layout Plain Layout
16603 Commands ! O ! 
16604 \backslash
16605 overset
16606 \end_layout
16607
16608 \end_inset
16609
16610  and 
16611 \series bold
16612
16613 \backslash
16614 underset
16615 \series default
16616
16617 \begin_inset Index idx
16618 status collapsed
16619
16620 \begin_layout Plain Layout
16621 Commands ! U ! 
16622 \backslash
16623 underset
16624 \end_layout
16625
16626 \end_inset
16627
16628  characters can be placed above or below an operator, respectively.
16629  With the command 
16630 \series bold
16631
16632 \backslash
16633 sideset
16634 \series default
16635
16636 \begin_inset Index idx
16637 status collapsed
16638
16639 \begin_layout Plain Layout
16640 Commands ! S ! 
16641 \backslash
16642 sideset
16643 \end_layout
16644
16645 \end_inset
16646
16647  characters can be set before and behind a big operator.
16648 \end_layout
16649
16650 \begin_layout Standard
16651 There are 4
16652 \begin_inset space ~
16653 \end_inset
16654
16655 variants of 
16656 \series bold
16657
16658 \backslash
16659 sideset
16660 \series default
16661 :
16662 \end_layout
16663
16664 \begin_layout Itemize
16665
16666 \series bold
16667
16668 \backslash
16669 sideset
16670 \series default
16671  is used to set characters at the corners of the operator
16672 \end_layout
16673
16674 \begin_layout Itemize
16675
16676 \series bold
16677
16678 \backslash
16679 sidesetn
16680 \series default
16681  is used to set characters before and/or behind the operator (this variant
16682  represents \SpecialChar LaTeX
16683 's original 
16684 \series bold
16685
16686 \backslash
16687 sideset
16688 \series default
16689  command)
16690 \end_layout
16691
16692 \begin_layout Itemize
16693
16694 \series bold
16695
16696 \backslash
16697 sidesetl
16698 \series default
16699  is used to set characters at the left corners and/or behind the operator
16700 \end_layout
16701
16702 \begin_layout Itemize
16703
16704 \series bold
16705
16706 \backslash
16707 sidesetr
16708 \series default
16709  is used to set characters at the right corners and/or before the operator
16710 \end_layout
16711
16712 \begin_layout Standard
16713 For example the command 
16714 \series bold
16715
16716 \backslash
16717 sidesetn
16718 \begin_inset space \textvisiblespace{}
16719 \end_inset
16720
16721
16722 \backslash
16723 sum
16724 \begin_inset space \textvisiblespace{}
16725 \end_inset
16726
16727
16728 \begin_inset Formula $\to$
16729 \end_inset
16730
16731 '
16732 \begin_inset Formula $\to$
16733 \end_inset
16734
16735 _k=1
16736 \begin_inset space \textvisiblespace{}
16737 \end_inset
16738
16739
16740 \series default
16741 ^
16742 \series bold
16743 n
16744 \series default
16745  produces:
16746 \begin_inset Formula 
16747 \[
16748 \sideset{}{'}\sum_{k=1}^{n}
16749 \]
16750
16751 \end_inset
16752
16753
16754 \end_layout
16755
16756 \begin_layout Standard
16757 \begin_inset Note Greyedout
16758 status open
16759
16760 \begin_layout Plain Layout
16761
16762 \series bold
16763 Note: 
16764 \backslash
16765 sideset
16766 \series default
16767  can only be used to decorate big operators, binary operators are not allowed.
16768 \end_layout
16769
16770 \end_inset
16771
16772
16773 \end_layout
16774
16775 \begin_layout Standard
16776
16777 \series bold
16778
16779 \backslash
16780 overset
16781 \series default
16782  and 
16783 \series bold
16784
16785 \backslash
16786 underset
16787 \series default
16788  can also be used to decorate symbols and characters.
16789  For example, the command 
16790 \series bold
16791
16792 \backslash
16793 overset
16794 \begin_inset space \textvisiblespace{}
16795 \end_inset
16796
16797
16798 \backslash
16799 maltese
16800 \begin_inset space \textvisiblespace{}
16801 \end_inset
16802
16803
16804 \series default
16805
16806 \begin_inset Formula $\uparrow$
16807 \end_inset
16808
16809
16810 \series bold
16811 a
16812 \series default
16813  produces:
16814 \begin_inset Formula 
16815 \[
16816 \overset{a}{\maltese}
16817 \]
16818
16819 \end_inset
16820
16821
16822 \end_layout
16823
16824 \begin_layout Subsection
16825 Binary Operators
16826 \begin_inset CommandInset label
16827 LatexCommand label
16828 name "subsec:Binary-Operators"
16829
16830 \end_inset
16831
16832
16833 \begin_inset Index idx
16834 status collapsed
16835
16836 \begin_layout Plain Layout
16837 Operators ! binary
16838 \end_layout
16839
16840 \end_inset
16841
16842
16843 \end_layout
16844
16845 \begin_layout Standard
16846 Binary operators are surrounded by space when there is a character before
16847  and after them.
16848 \begin_inset VSpace medskip
16849 \end_inset
16850
16851
16852 \end_layout
16853
16854 \begin_layout Standard
16855 \begin_inset Tabular
16856 <lyxtabular version="3" rows="13" columns="2">
16857 <features booktabs="true" tabularvalignment="middle">
16858 <column alignment="center" valignment="top" width="0pt">
16859 <column alignment="center" valignment="top" width="0pt">
16860 <row>
16861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16862 \begin_inset Text
16863
16864 \begin_layout Plain Layout
16865 Command
16866 \begin_inset Note Note
16867 status collapsed
16868
16869 \begin_layout Plain Layout
16870
16871 \series bold
16872
16873 \backslash
16874 raisebox
16875 \series default
16876  is only used as spacer.
16877 \end_layout
16878
16879 \end_inset
16880
16881
16882 \end_layout
16883
16884 \end_inset
16885 </cell>
16886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16887 \begin_inset Text
16888
16889 \begin_layout Plain Layout
16890 Result
16891 \end_layout
16892
16893 \end_inset
16894 </cell>
16895 </row>
16896 <row>
16897 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16898 \begin_inset Text
16899
16900 \begin_layout Plain Layout
16901 +
16902 \end_layout
16903
16904 \end_inset
16905 </cell>
16906 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16907 \begin_inset Text
16908
16909 \begin_layout Plain Layout
16910 \begin_inset Formula $+$
16911 \end_inset
16912
16913
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 </row>
16919 <row>
16920 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924 -
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16930 \begin_inset Text
16931
16932 \begin_layout Plain Layout
16933 \begin_inset Formula $-$
16934 \end_inset
16935
16936
16937 \end_layout
16938
16939 \end_inset
16940 </cell>
16941 </row>
16942 <row>
16943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947
16948 \backslash
16949 pm
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16955 \begin_inset Text
16956
16957 \begin_layout Plain Layout
16958 \begin_inset Formula $\pm$
16959 \end_inset
16960
16961
16962 \end_layout
16963
16964 \end_inset
16965 </cell>
16966 </row>
16967 <row>
16968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972
16973 \backslash
16974 mp
16975 \end_layout
16976
16977 \end_inset
16978 </cell>
16979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16980 \begin_inset Text
16981
16982 \begin_layout Plain Layout
16983 \begin_inset Formula $\mp$
16984 \end_inset
16985
16986
16987 \end_layout
16988
16989 \end_inset
16990 </cell>
16991 </row>
16992 <row>
16993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout Plain Layout
16997
16998 \backslash
16999 cdot
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17005 \begin_inset Text
17006
17007 \begin_layout Plain Layout
17008 \begin_inset Formula $\cdot$
17009 \end_inset
17010
17011
17012 \end_layout
17013
17014 \end_inset
17015 </cell>
17016 </row>
17017 <row>
17018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17019 \begin_inset Text
17020
17021 \begin_layout Plain Layout
17022
17023 \backslash
17024 times
17025 \end_layout
17026
17027 \end_inset
17028 </cell>
17029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17030 \begin_inset Text
17031
17032 \begin_layout Plain Layout
17033 \begin_inset Formula $\times$
17034 \end_inset
17035
17036
17037 \end_layout
17038
17039 \end_inset
17040 </cell>
17041 </row>
17042 <row>
17043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17044 \begin_inset Text
17045
17046 \begin_layout Plain Layout
17047
17048 \backslash
17049 div
17050 \end_layout
17051
17052 \end_inset
17053 </cell>
17054 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17055 \begin_inset Text
17056
17057 \begin_layout Plain Layout
17058 \begin_inset Formula $\div$
17059 \end_inset
17060
17061
17062 \end_layout
17063
17064 \end_inset
17065 </cell>
17066 </row>
17067 <row>
17068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17069 \begin_inset Text
17070
17071 \begin_layout Plain Layout
17072 \begin_inset ERT
17073 status collapsed
17074
17075 \begin_layout Plain Layout
17076
17077
17078 \backslash
17079 raisebox{-1.2mm}{
17080 \end_layout
17081
17082 \end_inset
17083
17084 *
17085 \begin_inset ERT
17086 status collapsed
17087
17088 \begin_layout Plain Layout
17089
17090 }
17091 \end_layout
17092
17093 \end_inset
17094
17095
17096 \end_layout
17097
17098 \end_inset
17099 </cell>
17100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17101 \begin_inset Text
17102
17103 \begin_layout Plain Layout
17104 \begin_inset Formula $*$
17105 \end_inset
17106
17107
17108 \end_layout
17109
17110 \end_inset
17111 </cell>
17112 </row>
17113 <row>
17114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17115 \begin_inset Text
17116
17117 \begin_layout Plain Layout
17118
17119 \backslash
17120 star
17121 \end_layout
17122
17123 \end_inset
17124 </cell>
17125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17126 \begin_inset Text
17127
17128 \begin_layout Plain Layout
17129 \begin_inset Formula $\star$
17130 \end_inset
17131
17132
17133 \end_layout
17134
17135 \end_inset
17136 </cell>
17137 </row>
17138 <row>
17139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17140 \begin_inset Text
17141
17142 \begin_layout Plain Layout
17143
17144 \backslash
17145 circ
17146 \end_layout
17147
17148 \end_inset
17149 </cell>
17150 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17151 \begin_inset Text
17152
17153 \begin_layout Plain Layout
17154 \begin_inset Formula $\circ$
17155 \end_inset
17156
17157
17158 \end_layout
17159
17160 \end_inset
17161 </cell>
17162 </row>
17163 <row>
17164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17165 \begin_inset Text
17166
17167 \begin_layout Plain Layout
17168
17169 \backslash
17170 diamond
17171 \end_layout
17172
17173 \end_inset
17174 </cell>
17175 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179 \begin_inset Formula $\diamond$
17180 \end_inset
17181
17182
17183 \end_layout
17184
17185 \end_inset
17186 </cell>
17187 </row>
17188 <row>
17189 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17190 \begin_inset Text
17191
17192 \begin_layout Plain Layout
17193
17194 \backslash
17195 bullet
17196 \end_layout
17197
17198 \end_inset
17199 </cell>
17200 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17201 \begin_inset Text
17202
17203 \begin_layout Plain Layout
17204 \begin_inset Formula $\bullet$
17205 \end_inset
17206
17207
17208 \end_layout
17209
17210 \end_inset
17211 </cell>
17212 </row>
17213 </lyxtabular>
17214
17215 \end_inset
17216
17217
17218 \begin_inset space \hfill{}
17219 \end_inset
17220
17221
17222 \begin_inset Tabular
17223 <lyxtabular version="3" rows="13" columns="2">
17224 <features booktabs="true" tabularvalignment="middle">
17225 <column alignment="center" valignment="top" width="0pt">
17226 <column alignment="center" valignment="top" width="0pt">
17227 <row>
17228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17229 \begin_inset Text
17230
17231 \begin_layout Plain Layout
17232 Command
17233 \end_layout
17234
17235 \end_inset
17236 </cell>
17237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17238 \begin_inset Text
17239
17240 \begin_layout Plain Layout
17241 Result
17242 \end_layout
17243
17244 \end_inset
17245 </cell>
17246 </row>
17247 <row>
17248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17249 \begin_inset Text
17250
17251 \begin_layout Plain Layout
17252
17253 \backslash
17254 nabla
17255 \end_layout
17256
17257 \end_inset
17258 </cell>
17259 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17260 \begin_inset Text
17261
17262 \begin_layout Plain Layout
17263 \begin_inset Formula $\nabla$
17264 \end_inset
17265
17266
17267 \end_layout
17268
17269 \end_inset
17270 </cell>
17271 </row>
17272 <row>
17273 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17274 \begin_inset Text
17275
17276 \begin_layout Plain Layout
17277
17278 \backslash
17279 bigtriangledown
17280 \end_layout
17281
17282 \end_inset
17283 </cell>
17284 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17285 \begin_inset Text
17286
17287 \begin_layout Plain Layout
17288 \begin_inset Formula $\bigtriangledown$
17289 \end_inset
17290
17291
17292 \end_layout
17293
17294 \end_inset
17295 </cell>
17296 </row>
17297 <row>
17298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17299 \begin_inset Text
17300
17301 \begin_layout Plain Layout
17302
17303 \backslash
17304 bigtriangleup
17305 \end_layout
17306
17307 \end_inset
17308 </cell>
17309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17310 \begin_inset Text
17311
17312 \begin_layout Plain Layout
17313 \begin_inset Formula $\bigtriangleup$
17314 \end_inset
17315
17316
17317 \end_layout
17318
17319 \end_inset
17320 </cell>
17321 </row>
17322 <row>
17323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17324 \begin_inset Text
17325
17326 \begin_layout Plain Layout
17327
17328 \backslash
17329 Box
17330 \end_layout
17331
17332 \end_inset
17333 </cell>
17334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17335 \begin_inset Text
17336
17337 \begin_layout Plain Layout
17338 \begin_inset Formula $\Box$
17339 \end_inset
17340
17341
17342 \end_layout
17343
17344 \end_inset
17345 </cell>
17346 </row>
17347 <row>
17348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352
17353 \backslash
17354 cap 
17355 \end_layout
17356
17357 \end_inset
17358 </cell>
17359 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17360 \begin_inset Text
17361
17362 \begin_layout Plain Layout
17363 \begin_inset Formula $\cap$
17364 \end_inset
17365
17366
17367 \end_layout
17368
17369 \end_inset
17370 </cell>
17371 </row>
17372 <row>
17373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17374 \begin_inset Text
17375
17376 \begin_layout Plain Layout
17377
17378 \backslash
17379 cup
17380 \end_layout
17381
17382 \end_inset
17383 </cell>
17384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17385 \begin_inset Text
17386
17387 \begin_layout Plain Layout
17388 \begin_inset Formula $\cup$
17389 \end_inset
17390
17391
17392 \end_layout
17393
17394 \end_inset
17395 </cell>
17396 </row>
17397 <row>
17398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17399 \begin_inset Text
17400
17401 \begin_layout Plain Layout
17402
17403 \backslash
17404 dagger
17405 \end_layout
17406
17407 \end_inset
17408 </cell>
17409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17410 \begin_inset Text
17411
17412 \begin_layout Plain Layout
17413 \begin_inset Formula $\dagger$
17414 \end_inset
17415
17416
17417 \end_layout
17418
17419 \end_inset
17420 </cell>
17421 </row>
17422 <row>
17423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17424 \begin_inset Text
17425
17426 \begin_layout Plain Layout
17427
17428 \backslash
17429 ddagger
17430 \end_layout
17431
17432 \end_inset
17433 </cell>
17434 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17435 \begin_inset Text
17436
17437 \begin_layout Plain Layout
17438 \begin_inset Formula $\ddagger$
17439 \end_inset
17440
17441
17442 \end_layout
17443
17444 \end_inset
17445 </cell>
17446 </row>
17447 <row>
17448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17449 \begin_inset Text
17450
17451 \begin_layout Plain Layout
17452
17453 \backslash
17454 wr
17455 \end_layout
17456
17457 \end_inset
17458 </cell>
17459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17460 \begin_inset Text
17461
17462 \begin_layout Plain Layout
17463 \begin_inset Formula $\wr$
17464 \end_inset
17465
17466
17467 \end_layout
17468
17469 \end_inset
17470 </cell>
17471 </row>
17472 <row>
17473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17474 \begin_inset Text
17475
17476 \begin_layout Plain Layout
17477
17478 \backslash
17479 bigcirc
17480 \end_layout
17481
17482 \end_inset
17483 </cell>
17484 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17485 \begin_inset Text
17486
17487 \begin_layout Plain Layout
17488 \begin_inset Formula $\bigcirc$
17489 \end_inset
17490
17491
17492 \end_layout
17493
17494 \end_inset
17495 </cell>
17496 </row>
17497 <row>
17498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17499 \begin_inset Text
17500
17501 \begin_layout Plain Layout
17502
17503 \backslash
17504 wedge
17505 \end_layout
17506
17507 \end_inset
17508 </cell>
17509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17510 \begin_inset Text
17511
17512 \begin_layout Plain Layout
17513 \begin_inset Formula $\wedge$
17514 \end_inset
17515
17516
17517 \end_layout
17518
17519 \end_inset
17520 </cell>
17521 </row>
17522 <row>
17523 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17524 \begin_inset Text
17525
17526 \begin_layout Plain Layout
17527
17528 \backslash
17529 vee
17530 \end_layout
17531
17532 \end_inset
17533 </cell>
17534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17535 \begin_inset Text
17536
17537 \begin_layout Plain Layout
17538 \begin_inset Formula $\vee$
17539 \end_inset
17540
17541
17542 \end_layout
17543
17544 \end_inset
17545 </cell>
17546 </row>
17547 </lyxtabular>
17548
17549 \end_inset
17550
17551
17552 \begin_inset space \hfill{}
17553 \end_inset
17554
17555
17556 \begin_inset Tabular
17557 <lyxtabular version="3" rows="13" columns="2">
17558 <features booktabs="true" tabularvalignment="middle">
17559 <column alignment="center" valignment="top" width="0pt">
17560 <column alignment="center" valignment="top" width="0pt">
17561 <row>
17562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17563 \begin_inset Text
17564
17565 \begin_layout Plain Layout
17566 Command
17567 \end_layout
17568
17569 \end_inset
17570 </cell>
17571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17572 \begin_inset Text
17573
17574 \begin_layout Plain Layout
17575 Result
17576 \end_layout
17577
17578 \end_inset
17579 </cell>
17580 </row>
17581 <row>
17582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17583 \begin_inset Text
17584
17585 \begin_layout Plain Layout
17586
17587 \backslash
17588 oplus
17589 \end_layout
17590
17591 \end_inset
17592 </cell>
17593 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17594 \begin_inset Text
17595
17596 \begin_layout Plain Layout
17597 \begin_inset Formula $\oplus$
17598 \end_inset
17599
17600
17601 \end_layout
17602
17603 \end_inset
17604 </cell>
17605 </row>
17606 <row>
17607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17608 \begin_inset Text
17609
17610 \begin_layout Plain Layout
17611
17612 \backslash
17613 ominus
17614 \end_layout
17615
17616 \end_inset
17617 </cell>
17618 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17619 \begin_inset Text
17620
17621 \begin_layout Plain Layout
17622 \begin_inset Formula $\ominus$
17623 \end_inset
17624
17625
17626 \end_layout
17627
17628 \end_inset
17629 </cell>
17630 </row>
17631 <row>
17632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17633 \begin_inset Text
17634
17635 \begin_layout Plain Layout
17636
17637 \backslash
17638 otimes
17639 \end_layout
17640
17641 \end_inset
17642 </cell>
17643 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17644 \begin_inset Text
17645
17646 \begin_layout Plain Layout
17647 \begin_inset Formula $\otimes$
17648 \end_inset
17649
17650
17651 \end_layout
17652
17653 \end_inset
17654 </cell>
17655 </row>
17656 <row>
17657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17658 \begin_inset Text
17659
17660 \begin_layout Plain Layout
17661
17662 \backslash
17663 oslash
17664 \end_layout
17665
17666 \end_inset
17667 </cell>
17668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17669 \begin_inset Text
17670
17671 \begin_layout Plain Layout
17672 \begin_inset Formula $\oslash$
17673 \end_inset
17674
17675
17676 \end_layout
17677
17678 \end_inset
17679 </cell>
17680 </row>
17681 <row>
17682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17683 \begin_inset Text
17684
17685 \begin_layout Plain Layout
17686
17687 \backslash
17688 odot
17689 \end_layout
17690
17691 \end_inset
17692 </cell>
17693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17694 \begin_inset Text
17695
17696 \begin_layout Plain Layout
17697 \begin_inset Formula $\odot$
17698 \end_inset
17699
17700
17701 \end_layout
17702
17703 \end_inset
17704 </cell>
17705 </row>
17706 <row>
17707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17708 \begin_inset Text
17709
17710 \begin_layout Plain Layout
17711
17712 \backslash
17713 amalg
17714 \end_layout
17715
17716 \end_inset
17717 </cell>
17718 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17719 \begin_inset Text
17720
17721 \begin_layout Plain Layout
17722 \begin_inset Formula $\amalg$
17723 \end_inset
17724
17725
17726 \end_layout
17727
17728 \end_inset
17729 </cell>
17730 </row>
17731 <row>
17732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17733 \begin_inset Text
17734
17735 \begin_layout Plain Layout
17736
17737 \backslash
17738 uplus
17739 \end_layout
17740
17741 \end_inset
17742 </cell>
17743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17744 \begin_inset Text
17745
17746 \begin_layout Plain Layout
17747 \begin_inset Formula $\uplus$
17748 \end_inset
17749
17750
17751 \end_layout
17752
17753 \end_inset
17754 </cell>
17755 </row>
17756 <row>
17757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17758 \begin_inset Text
17759
17760 \begin_layout Plain Layout
17761
17762 \backslash
17763 setminus
17764 \end_layout
17765
17766 \end_inset
17767 </cell>
17768 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17769 \begin_inset Text
17770
17771 \begin_layout Plain Layout
17772 \begin_inset Formula $\setminus$
17773 \end_inset
17774
17775
17776 \end_layout
17777
17778 \end_inset
17779 </cell>
17780 </row>
17781 <row>
17782 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17783 \begin_inset Text
17784
17785 \begin_layout Plain Layout
17786
17787 \backslash
17788 sqcap
17789 \end_layout
17790
17791 \end_inset
17792 </cell>
17793 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17794 \begin_inset Text
17795
17796 \begin_layout Plain Layout
17797 \begin_inset Formula $\sqcap$
17798 \end_inset
17799
17800
17801 \end_layout
17802
17803 \end_inset
17804 </cell>
17805 </row>
17806 <row>
17807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17808 \begin_inset Text
17809
17810 \begin_layout Plain Layout
17811
17812 \backslash
17813 sqcup
17814 \end_layout
17815
17816 \end_inset
17817 </cell>
17818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17819 \begin_inset Text
17820
17821 \begin_layout Plain Layout
17822 \begin_inset Formula $\sqcup$
17823 \end_inset
17824
17825
17826 \end_layout
17827
17828 \end_inset
17829 </cell>
17830 </row>
17831 <row>
17832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17833 \begin_inset Text
17834
17835 \begin_layout Plain Layout
17836
17837 \backslash
17838 triangleleft
17839 \end_layout
17840
17841 \end_inset
17842 </cell>
17843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17844 \begin_inset Text
17845
17846 \begin_layout Plain Layout
17847 \begin_inset Formula $\triangleleft$
17848 \end_inset
17849
17850
17851 \end_layout
17852
17853 \end_inset
17854 </cell>
17855 </row>
17856 <row>
17857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17858 \begin_inset Text
17859
17860 \begin_layout Plain Layout
17861
17862 \backslash
17863 triangleright
17864 \end_layout
17865
17866 \end_inset
17867 </cell>
17868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17869 \begin_inset Text
17870
17871 \begin_layout Plain Layout
17872 \begin_inset Formula $\triangleright$
17873 \end_inset
17874
17875
17876 \end_layout
17877
17878 \end_inset
17879 </cell>
17880 </row>
17881 </lyxtabular>
17882
17883 \end_inset
17884
17885
17886 \end_layout
17887
17888 \begin_layout Standard
17889 All binary operators can also be inserted via the math toolbar button 
17890 \begin_inset Info
17891 type  "icon"
17892 arg   "math-insert \\pm"
17893 \end_inset
17894
17895 .
17896 \end_layout
17897
17898 \begin_layout Standard
17899 To typeset the Laplace operator also 
17900 \series bold
17901
17902 \backslash
17903 Delta
17904 \series default
17905  or 
17906 \series bold
17907
17908 \backslash
17909 nabla
17910 \series default
17911 ^
17912 \series bold
17913 2
17914 \series default
17915  (
17916 \begin_inset Formula $\nabla^{2}$
17917 \end_inset
17918
17919 ) can be used instead of 
17920 \series bold
17921
17922 \backslash
17923 bigtriangleup
17924 \series default
17925  .
17926 \end_layout
17927
17928 \begin_layout Standard
17929 The character 
17930 \family sans
17931 Menu Separator
17932 \family default
17933  from the menu 
17934 \family sans
17935 Insert\SpecialChar menuseparator
17936 Special Character
17937 \family default
17938  is the operator 
17939 \series bold
17940
17941 \backslash
17942 triangleright
17943 \series default
17944 .
17945 \end_layout
17946
17947 \begin_layout Subsection
17948 Self-defined Operators
17949 \begin_inset CommandInset label
17950 LatexCommand label
17951 name "subsec:Self-defined-Operators"
17952
17953 \end_inset
17954
17955
17956 \begin_inset Index idx
17957 status collapsed
17958
17959 \begin_layout Plain Layout
17960 Operators ! self-defined
17961 \end_layout
17962
17963 \end_inset
17964
17965
17966 \end_layout
17967
17968 \begin_layout Standard
17969 With the help of the command 
17970 \series bold
17971
17972 \backslash
17973 DeclareMathOperator
17974 \series default
17975
17976 \begin_inset Index idx
17977 status collapsed
17978
17979 \begin_layout Plain Layout
17980 Commands ! D ! 
17981 \backslash
17982 dbinom@
17983 \backslash
17984 DeclareMathOperator
17985 \end_layout
17986
17987 \end_inset
17988
17989  custom operators can be defined in the \SpecialChar LaTeX
17990 -preamble.
17991  Its command scheme is:
17992 \end_layout
17993
17994 \begin_layout Standard
17995
17996 \series bold
17997
17998 \backslash
17999 DeclareMathOperator{new command}{display}
18000 \end_layout
18001
18002 \begin_layout Standard
18003 Display can be characters or symbols that define how the operator looks
18004  in the output.
18005  To define a big operator a * is set behind the command.
18006  All self-defined big operators can have limits as described in 
18007 \begin_inset CommandInset ref
18008 LatexCommand ref
18009 reference "subsec:Operator-Limits"
18010
18011 \end_inset
18012
18013 .
18014 \end_layout
18015
18016 \begin_layout Standard
18017 For example the \SpecialChar LaTeX
18018 -preamble line
18019 \end_layout
18020
18021 \begin_layout Standard
18022
18023 \series bold
18024
18025 \backslash
18026 DeclareMathOperator*{
18027 \backslash
18028 Lozenge}{
18029 \backslash
18030 blacklozenge}
18031 \end_layout
18032
18033 \begin_layout Standard
18034 defines the command 
18035 \series bold
18036
18037 \backslash
18038 Lozenge
18039 \series default
18040 , that inserts a big operator consisting of the lozenge symbol from 
18041 \begin_inset CommandInset ref
18042 LatexCommand ref
18043 reference "subsec:Miscellaneous-Symbols"
18044
18045 \end_inset
18046
18047 :
18048 \begin_inset Formula 
18049 \[
18050 \Lozenge_{n=1}^{\infty}
18051 \]
18052
18053 \end_inset
18054
18055 The command for this formula is: 
18056 \series bold
18057
18058 \backslash
18059 Lozenge
18060 \series default
18061 ^
18062 \series bold
18063
18064 \backslash
18065 infty
18066 \begin_inset Formula $\to$
18067 \end_inset
18068
18069 _n=1
18070 \end_layout
18071
18072 \begin_layout Standard
18073 \begin_inset VSpace bigskip
18074 \end_inset
18075
18076 When self-defined operators are not used several times in the document,
18077  they can also be defined with the commands 
18078 \series bold
18079
18080 \backslash
18081 mathop
18082 \series default
18083
18084 \begin_inset Index idx
18085 status collapsed
18086
18087 \begin_layout Plain Layout
18088 Commands ! M ! 
18089 \backslash
18090 mathop
18091 \end_layout
18092
18093 \end_inset
18094
18095  and 
18096 \series bold
18097
18098 \backslash
18099 mathbin
18100 \series default
18101
18102 \begin_inset Index idx
18103 status collapsed
18104
18105 \begin_layout Plain Layout
18106 Commands ! M ! 
18107 \backslash
18108 mathbin
18109 \end_layout
18110
18111 \end_inset
18112
18113 , which have the following scheme:
18114 \end_layout
18115
18116 \begin_layout Standard
18117
18118 \series bold
18119
18120 \backslash
18121 mathop{display}
18122 \series default
18123  and 
18124 \series bold
18125
18126 \backslash
18127 mathbin{display}
18128 \end_layout
18129
18130 \begin_layout Standard
18131
18132 \series bold
18133
18134 \backslash
18135 mathop
18136 \series default
18137  defines big operators, 
18138 \series bold
18139
18140 \backslash
18141 mathbin
18142 \series default
18143  binary operators.
18144 \end_layout
18145
18146 \begin_layout Standard
18147
18148 \series bold
18149
18150 \backslash
18151 mathop
18152 \series default
18153  can e.
18154 \begin_inset space \thinspace{}
18155 \end_inset
18156
18157 g.
18158 \begin_inset space \space{}
18159 \end_inset
18160
18161 be used to use one limit for several operators:
18162 \end_layout
18163
18164 \begin_layout Standard
18165 \begin_inset Formula 
18166 \[
18167 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18168 \]
18169
18170 \end_inset
18171
18172
18173 \end_layout
18174
18175 \begin_layout Standard
18176 The command for the formula above is:
18177 \begin_inset Newline newline
18178 \end_inset
18179
18180
18181 \series bold
18182
18183 \backslash
18184 mathop{
18185 \backslash
18186 sum
18187 \backslash
18188 negmedspace
18189 \backslash
18190 sum
18191 \series default
18192
18193 \begin_inset space \textvisiblespace{}
18194 \end_inset
18195
18196
18197 \series bold
18198
18199 \begin_inset Formula $\to$
18200 \end_inset
18201
18202 ^N
18203 \series default
18204
18205 \begin_inset space \textvisiblespace{}
18206 \end_inset
18207
18208
18209 \series bold
18210 _i,j=1
18211 \end_layout
18212
18213 \begin_layout Section
18214 Fonts
18215 \begin_inset Index idx
18216 status collapsed
18217
18218 \begin_layout Plain Layout
18219 Fonts
18220 \end_layout
18221
18222 \end_inset
18223
18224
18225 \end_layout
18226
18227 \begin_layout Subsection
18228 Font Styles
18229 \begin_inset CommandInset label
18230 LatexCommand label
18231 name "subsec:Font-Styles"
18232
18233 \end_inset
18234
18235
18236 \begin_inset Index idx
18237 status collapsed
18238
18239 \begin_layout Plain Layout
18240 Font ! style
18241 \end_layout
18242
18243 \end_inset
18244
18245
18246 \end_layout
18247
18248 \begin_layout Standard
18249 Latin letters in formulas can be set in one of the following font styles:
18250 \end_layout
18251
18252 \begin_layout Standard
18253 \align center
18254 \begin_inset space \hfill{}
18255 \end_inset
18256
18257
18258 \begin_inset Tabular
18259 <lyxtabular version="3" rows="6" columns="2">
18260 <features booktabs="true" tabularvalignment="middle">
18261 <column alignment="center" valignment="top" width="0pt">
18262 <column alignment="center" valignment="top">
18263 <row>
18264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18265 \begin_inset Text
18266
18267 \begin_layout Plain Layout
18268 Command
18269 \end_layout
18270
18271 \end_inset
18272 </cell>
18273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18274 \begin_inset Text
18275
18276 \begin_layout Plain Layout
18277 Result
18278 \end_layout
18279
18280 \end_inset
18281 </cell>
18282 </row>
18283 <row>
18284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18285 \begin_inset Text
18286
18287 \begin_layout Plain Layout
18288
18289 \backslash
18290 mathbb
18291 \series bold
18292
18293 \begin_inset space \textvisiblespace{}
18294 \end_inset
18295
18296
18297 \series default
18298 ABC
18299 \end_layout
18300
18301 \end_inset
18302 </cell>
18303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18304 \begin_inset Text
18305
18306 \begin_layout Plain Layout
18307 \begin_inset Formula $\mathbb{ABC}$
18308 \end_inset
18309
18310
18311 \end_layout
18312
18313 \end_inset
18314 </cell>
18315 </row>
18316 <row>
18317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18318 \begin_inset Text
18319
18320 \begin_layout Plain Layout
18321
18322 \backslash
18323 mathbf
18324 \series bold
18325
18326 \begin_inset space \textvisiblespace{}
18327 \end_inset
18328
18329
18330 \series default
18331 AbC
18332 \end_layout
18333
18334 \end_inset
18335 </cell>
18336 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18337 \begin_inset Text
18338
18339 \begin_layout Plain Layout
18340 \begin_inset Formula $\mathbf{AbC}$
18341 \end_inset
18342
18343
18344 \end_layout
18345
18346 \end_inset
18347 </cell>
18348 </row>
18349 <row>
18350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18351 \begin_inset Text
18352
18353 \begin_layout Plain Layout
18354
18355 \backslash
18356 boldsymbol
18357 \series bold
18358
18359 \begin_inset space \textvisiblespace{}
18360 \end_inset
18361
18362
18363 \series default
18364 AbC
18365 \end_layout
18366
18367 \end_inset
18368 </cell>
18369 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18370 \begin_inset Text
18371
18372 \begin_layout Plain Layout
18373 \begin_inset Formula $\boldsymbol{AbC}$
18374 \end_inset
18375
18376
18377 \end_layout
18378
18379 \end_inset
18380 </cell>
18381 </row>
18382 <row>
18383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18384 \begin_inset Text
18385
18386 \begin_layout Plain Layout
18387
18388 \backslash
18389 mathcal
18390 \series bold
18391
18392 \begin_inset space \textvisiblespace{}
18393 \end_inset
18394
18395
18396 \series default
18397 ABC
18398 \end_layout
18399
18400 \end_inset
18401 </cell>
18402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18403 \begin_inset Text
18404
18405 \begin_layout Plain Layout
18406 \begin_inset Formula $\mathcal{ABC}$
18407 \end_inset
18408
18409
18410 \end_layout
18411
18412 \end_inset
18413 </cell>
18414 </row>
18415 <row>
18416 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18417 \begin_inset Text
18418
18419 \begin_layout Plain Layout
18420
18421 \backslash
18422 mathfrak
18423 \series bold
18424
18425 \begin_inset space \textvisiblespace{}
18426 \end_inset
18427
18428
18429 \series default
18430 AbC
18431 \end_layout
18432
18433 \end_inset
18434 </cell>
18435 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18436 \begin_inset Text
18437
18438 \begin_layout Plain Layout
18439 \begin_inset Formula $\mathfrak{AbC}$
18440 \end_inset
18441
18442
18443 \end_layout
18444
18445 \end_inset
18446 </cell>
18447 </row>
18448 </lyxtabular>
18449
18450 \end_inset
18451
18452
18453 \begin_inset space \hfill{}
18454 \end_inset
18455
18456
18457 \begin_inset Tabular
18458 <lyxtabular version="3" rows="6" columns="2">
18459 <features booktabs="true" tabularvalignment="middle">
18460 <column alignment="center" valignment="top" width="0pt">
18461 <column alignment="center" valignment="top">
18462 <row>
18463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18464 \begin_inset Text
18465
18466 \begin_layout Plain Layout
18467 Command
18468 \end_layout
18469
18470 \end_inset
18471 </cell>
18472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18473 \begin_inset Text
18474
18475 \begin_layout Plain Layout
18476 Result
18477 \end_layout
18478
18479 \end_inset
18480 </cell>
18481 </row>
18482 <row>
18483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18484 \begin_inset Text
18485
18486 \begin_layout Plain Layout
18487
18488 \backslash
18489 mathit
18490 \series bold
18491
18492 \begin_inset space \textvisiblespace{}
18493 \end_inset
18494
18495
18496 \series default
18497 AbC
18498 \end_layout
18499
18500 \end_inset
18501 </cell>
18502 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18503 \begin_inset Text
18504
18505 \begin_layout Plain Layout
18506 \begin_inset Formula $\mathit{AbC}$
18507 \end_inset
18508
18509
18510 \end_layout
18511
18512 \end_inset
18513 </cell>
18514 </row>
18515 <row>
18516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18517 \begin_inset Text
18518
18519 \begin_layout Plain Layout
18520
18521 \backslash
18522 mathrm
18523 \series bold
18524
18525 \begin_inset space \textvisiblespace{}
18526 \end_inset
18527
18528
18529 \series default
18530 AbC
18531 \end_layout
18532
18533 \end_inset
18534 </cell>
18535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18536 \begin_inset Text
18537
18538 \begin_layout Plain Layout
18539 \begin_inset Formula $\mathrm{AbC}$
18540 \end_inset
18541
18542
18543 \end_layout
18544
18545 \end_inset
18546 </cell>
18547 </row>
18548 <row>
18549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18550 \begin_inset Text
18551
18552 \begin_layout Plain Layout
18553
18554 \backslash
18555 mathsf
18556 \series bold
18557
18558 \begin_inset space \textvisiblespace{}
18559 \end_inset
18560
18561
18562 \series default
18563 AbC
18564 \end_layout
18565
18566 \end_inset
18567 </cell>
18568 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18569 \begin_inset Text
18570
18571 \begin_layout Plain Layout
18572 \begin_inset Formula $\mathsf{AbC}$
18573 \end_inset
18574
18575
18576 \end_layout
18577
18578 \end_inset
18579 </cell>
18580 </row>
18581 <row>
18582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18583 \begin_inset Text
18584
18585 \begin_layout Plain Layout
18586
18587 \backslash
18588 mathtt
18589 \series bold
18590
18591 \begin_inset space \textvisiblespace{}
18592 \end_inset
18593
18594
18595 \series default
18596 AbC
18597 \end_layout
18598
18599 \end_inset
18600 </cell>
18601 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18602 \begin_inset Text
18603
18604 \begin_layout Plain Layout
18605 \begin_inset Formula $\mathtt{AbC}$
18606 \end_inset
18607
18608
18609 \end_layout
18610
18611 \end_inset
18612 </cell>
18613 </row>
18614 <row>
18615 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18616 \begin_inset Text
18617
18618 \begin_layout Plain Layout
18619
18620 \backslash
18621 mathscr
18622 \series bold
18623
18624 \begin_inset space \textvisiblespace{}
18625 \end_inset
18626
18627
18628 \series default
18629 ABC
18630 \end_layout
18631
18632 \end_inset
18633 </cell>
18634 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18635 \begin_inset Text
18636
18637 \begin_layout Plain Layout
18638 \begin_inset Formula $\mathscr{ABC}$
18639 \end_inset
18640
18641
18642 \end_layout
18643
18644 \end_inset
18645 </cell>
18646 </row>
18647 </lyxtabular>
18648
18649 \end_inset
18650
18651
18652 \begin_inset space \hfill{}
18653 \end_inset
18654
18655
18656 \end_layout
18657
18658 \begin_layout Standard
18659 \begin_inset Note Greyedout
18660 status open
18661
18662 \begin_layout Plain Layout
18663
18664 \series bold
18665 Note:
18666 \series default
18667  The styles 
18668 \series bold
18669
18670 \backslash
18671 mathbb
18672 \series default
18673
18674 \series bold
18675
18676 \backslash
18677 mathcal
18678 \series default
18679  and 
18680 \series bold
18681
18682 \backslash
18683 mathscr
18684 \series default
18685  can only be used for big letters.
18686 \end_layout
18687
18688 \end_inset
18689
18690
18691 \end_layout
18692
18693 \begin_layout Standard
18694 Predefined is the style 
18695 \series bold
18696
18697 \backslash
18698 mathnormal
18699 \series default
18700 .
18701 \end_layout
18702
18703 \begin_layout Standard
18704 The style commands work also for letters in mathematical constructs:
18705 \begin_inset Formula 
18706 \[
18707 \mathfrak{A=\frac{b}{C}}
18708 \]
18709
18710 \end_inset
18711
18712
18713 \end_layout
18714
18715 \begin_layout Standard
18716 Characters in mathematical text don't appear in a math font style but in
18717  the text font style 
18718 \series bold
18719
18720 \backslash
18721 textrm
18722 \series default
18723 .
18724  That their style can't be set correctly via the text style dialog is a
18725  bug in \SpecialChar LyX
18726 .
18727 \begin_inset Foot
18728 status collapsed
18729
18730 \begin_layout Plain Layout
18731 \begin_inset CommandInset href
18732 LatexCommand href
18733 name "LyX-bug #4629"
18734 target "http://www.lyx.org/trac/ticket/4629"
18735
18736 \end_inset
18737
18738
18739 \end_layout
18740
18741 \end_inset
18742
18743
18744 \end_layout
18745
18746 \begin_layout Standard
18747 Instead of the style commands the dialog 
18748 \family sans
18749 Edit\SpecialChar menuseparator
18750 Math\SpecialChar menuseparator
18751 Text Style
18752 \family default
18753  or the toolbar button 
18754 \begin_inset Info
18755 type  "icon"
18756 arg   "math-insert \\font"
18757 \end_inset
18758
18759  can be used.
18760 \end_layout
18761
18762 \begin_layout Subsection
18763 Bold Formulas
18764 \begin_inset CommandInset label
18765 LatexCommand label
18766 name "subsec:Bold-Formulas"
18767
18768 \end_inset
18769
18770
18771 \begin_inset Index idx
18772 status collapsed
18773
18774 \begin_layout Plain Layout
18775 Formula ! bold
18776 \end_layout
18777
18778 \end_inset
18779
18780
18781 \end_layout
18782
18783 \begin_layout Standard
18784 To make a complete formula bold, the command 
18785 \series bold
18786
18787 \backslash
18788 mathbf
18789 \series default
18790  from the previous subsection cannot be used, because it doesn't work for
18791  small Greek letters.
18792  Furthermore it prints Latin letters always upright, like in the following
18793  equation:
18794 \end_layout
18795
18796 \begin_layout Standard
18797 \begin_inset Formula 
18798 \[
18799 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18800 \]
18801
18802 \end_inset
18803
18804
18805 \end_layout
18806
18807 \begin_layout Standard
18808 To display the formula correctly, the command 
18809 \series bold
18810
18811 \backslash
18812 boldsymbol
18813 \series default
18814  is used:
18815 \begin_inset Formula 
18816 \[
18817 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18818 \]
18819
18820 \end_inset
18821
18822 It is also possible to set the formula in a 
18823 \series bold
18824 boldmath environment
18825 \series default
18826 .
18827  This environment is created by inserting the command 
18828 \series bold
18829
18830 \backslash
18831 boldmath
18832 \series default
18833
18834 \begin_inset Index idx
18835 status collapsed
18836
18837 \begin_layout Plain Layout
18838 Commands ! B ! 
18839 \backslash
18840 boldmath
18841 \end_layout
18842
18843 \end_inset
18844
18845  in \SpecialChar TeX
18846  mode.
18847  To end the environment, the command 
18848 \series bold
18849
18850 \backslash
18851 unboldmath
18852 \series default
18853
18854 \begin_inset Index idx
18855 status collapsed
18856
18857 \begin_layout Plain Layout
18858 Commands ! U ! 
18859 \backslash
18860 unboldmath
18861 \end_layout
18862
18863 \end_inset
18864
18865  is inserted in \SpecialChar TeX
18866  mode.
18867 \begin_inset ERT
18868 status collapsed
18869
18870 \begin_layout Plain Layout
18871
18872
18873 \backslash
18874 boldmath 
18875 \end_layout
18876
18877 \end_inset
18878
18879
18880 \begin_inset Formula 
18881 \[
18882 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
18883 \]
18884
18885 \end_inset
18886
18887
18888 \begin_inset ERT
18889 status collapsed
18890
18891 \begin_layout Plain Layout
18892
18893
18894 \backslash
18895 unboldmath 
18896 \end_layout
18897
18898 \end_inset
18899
18900
18901 \end_layout
18902
18903 \begin_layout Subsection
18904 Colored Formulas
18905 \begin_inset Index idx
18906 status collapsed
18907
18908 \begin_layout Plain Layout
18909 Formula ! colored
18910 \end_layout
18911
18912 \end_inset
18913
18914
18915 \end_layout
18916
18917 \begin_layout Standard
18918 Formulas can be colored like normal text: Highlight a formula or a formula
18919  part and use the 
18920 \family sans
18921 Text Style
18922 \family default
18923  dialog.
18924  Here is a formula in magenta:
18925 \begin_inset Formula 
18926 \[
18927 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18928 \]
18929
18930 \end_inset
18931
18932
18933 \end_layout
18934
18935 \begin_layout Standard
18936 You can also define your own colors as described in 
18937 \begin_inset CommandInset ref
18938 LatexCommand ref
18939 reference "subsec:Colored-Boxes"
18940
18941 \end_inset
18942
18943 .
18944  They can be used with the \SpecialChar TeX
18945  code command 
18946 \series bold
18947
18948 \backslash
18949 textcolor
18950 \series default
18951
18952 \begin_inset Index idx
18953 status collapsed
18954
18955 \begin_layout Plain Layout
18956 Commands ! T ! 
18957 \backslash
18958 textcolor
18959 \end_layout
18960
18961 \end_inset
18962
18963  in the scheme
18964 \end_layout
18965
18966 \begin_layout Standard
18967
18968 \series bold
18969
18970 \backslash
18971 textcolor{color}{characters or formula}
18972 \end_layout
18973
18974 \begin_layout Standard
18975 The following example was colored completely dark green and partly red:
18976 \end_layout
18977
18978 \begin_layout Standard
18979 \begin_inset ERT
18980 status collapsed
18981
18982 \begin_layout Plain Layout
18983
18984
18985 \backslash
18986 textcolor{darkgreen}{
18987 \end_layout
18988
18989 \end_inset
18990
18991
18992 \begin_inset Formula 
18993 \[
18994 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18995 \]
18996
18997 \end_inset
18998
18999
19000 \begin_inset ERT
19001 status collapsed
19002
19003 \begin_layout Plain Layout
19004
19005 }
19006 \end_layout
19007
19008 \end_inset
19009
19010
19011 \end_layout
19012
19013 \begin_layout Standard
19014 Due to a bug in \SpecialChar LyX
19015  only complete formulas can be colored with self-defined
19016  colors.
19017 \begin_inset Foot
19018 status collapsed
19019
19020 \begin_layout Plain Layout
19021 \begin_inset CommandInset href
19022 LatexCommand href
19023 name "LyX-bug #5269"
19024 target "http://www.lyx.org/trac/ticket/5269"
19025
19026 \end_inset
19027
19028
19029 \end_layout
19030
19031 \end_inset
19032
19033
19034 \end_layout
19035
19036 \begin_layout Subsection
19037 Font Sizes
19038 \begin_inset CommandInset label
19039 LatexCommand label
19040 name "subsec:Font-Sizes"
19041
19042 \end_inset
19043
19044
19045 \begin_inset Index idx
19046 status collapsed
19047
19048 \begin_layout Plain Layout
19049 Font ! size
19050 \end_layout
19051
19052 \end_inset
19053
19054
19055 \end_layout
19056
19057 \begin_layout Standard
19058 For characters in formulas there are, analog to characters in text, the
19059  following size commands:
19060 \end_layout
19061
19062 \begin_layout Standard
19063
19064 \series bold
19065
19066 \backslash
19067 Huge
19068 \series default
19069
19070 \series bold
19071
19072 \backslash
19073 huge
19074 \series default
19075
19076 \series bold
19077
19078 \backslash
19079 LARGE
19080 \series default
19081
19082 \series bold
19083
19084 \backslash
19085 Large
19086 \series default
19087
19088 \series bold
19089
19090 \backslash
19091 large
19092 \series default
19093
19094 \series bold
19095
19096 \backslash
19097 normalsize
19098 \series default
19099
19100 \series bold
19101
19102 \backslash
19103 small
19104 \series default
19105 ,
19106 \begin_inset Newline newline
19107 \end_inset
19108
19109
19110 \series bold
19111
19112 \backslash
19113 footnotesize
19114 \series default
19115
19116 \series bold
19117
19118 \backslash
19119 scriptsize
19120 \series default
19121  and 
19122 \series bold
19123
19124 \backslash
19125 tiny
19126 \end_layout
19127
19128 \begin_layout Standard
19129 The size produced by the commands depends on the document font size, which
19130  corresponds to the command 
19131 \series bold
19132
19133 \backslash
19134 normalsize
19135 \series default
19136 .
19137  The other commands produce smaller or larger sizes than 
19138 \series bold
19139
19140 \backslash
19141 normalsize
19142 \series default
19143 .
19144  The font size can however not exceed a certain value.
19145  Is for example the document font size 12
19146 \begin_inset space \thinspace{}
19147 \end_inset
19148
19149 pt, the command 
19150 \series bold
19151
19152 \backslash
19153 Huge
19154 \series default
19155  switches to the same size as 
19156 \series bold
19157
19158 \backslash
19159 huge
19160 \series default
19161 .
19162  
19163 \end_layout
19164
19165 \begin_layout Standard
19166 A size command is inserted in \SpecialChar TeX
19167  mode before the formula and sets the size
19168  for all following formula and text characters.
19169  To switch back to the initial size, the command 
19170 \series bold
19171
19172 \backslash
19173 normalsize
19174 \series default
19175  is inserted behind the formula in \SpecialChar TeX
19176  mode.
19177 \end_layout
19178
19179 \begin_layout Standard
19180 Within a formula the size can be changed using the following size commands
19181  or the toolbar button 
19182 \begin_inset Info
19183 type  "icon"
19184 arg   "math-insert \\style"
19185 \end_inset
19186
19187 :
19188 \begin_inset Separator parbreak
19189 \end_inset
19190
19191
19192 \end_layout
19193
19194 \begin_layout Standard
19195 \noindent
19196 \align center
19197 \begin_inset Tabular
19198 <lyxtabular version="3" rows="5" columns="2">
19199 <features booktabs="true" tabularvalignment="middle">
19200 <column alignment="center" valignment="top" width="0pt">
19201 <column alignment="center" valignment="top">
19202 <row>
19203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19204 \begin_inset Text
19205
19206 \begin_layout Plain Layout
19207 Command
19208 \end_layout
19209
19210 \end_inset
19211 </cell>
19212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19213 \begin_inset Text
19214
19215 \begin_layout Plain Layout
19216 Result
19217 \end_layout
19218
19219 \end_inset
19220 </cell>
19221 </row>
19222 <row>
19223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19224 \begin_inset Text
19225
19226 \begin_layout Plain Layout
19227
19228 \backslash
19229 displaystyle
19230 \begin_inset Index idx
19231 status collapsed
19232
19233 \begin_layout Plain Layout
19234 Commands ! D ! 
19235 \backslash
19236 displaystyle
19237 \end_layout
19238
19239 \end_inset
19240
19241
19242 \end_layout
19243
19244 \end_inset
19245 </cell>
19246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19247 \begin_inset Text
19248
19249 \begin_layout Plain Layout
19250 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19251 \end_inset
19252
19253
19254 \end_layout
19255
19256 \end_inset
19257 </cell>
19258 </row>
19259 <row topspace="1mm">
19260 <cell alignment="center" valignment="top" usebox="none">
19261 \begin_inset Text
19262
19263 \begin_layout Plain Layout
19264
19265 \backslash
19266 textstyle
19267 \end_layout
19268
19269 \end_inset
19270 </cell>
19271 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19272 \begin_inset Text
19273
19274 \begin_layout Plain Layout
19275 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19276 \end_inset
19277
19278
19279 \end_layout
19280
19281 \end_inset
19282 </cell>
19283 </row>
19284 <row>
19285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19286 \begin_inset Text
19287
19288 \begin_layout Plain Layout
19289
19290 \backslash
19291 scriptstyle
19292 \end_layout
19293
19294 \end_inset
19295 </cell>
19296 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19297 \begin_inset Text
19298
19299 \begin_layout Plain Layout
19300 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19301 \end_inset
19302
19303
19304 \end_layout
19305
19306 \end_inset
19307 </cell>
19308 </row>
19309 <row>
19310 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314
19315 \backslash
19316 scriptscriptstyle
19317 \end_layout
19318
19319 \end_inset
19320 </cell>
19321 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19322 \begin_inset Text
19323
19324 \begin_layout Plain Layout
19325 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19326 \end_inset
19327
19328
19329 \end_layout
19330
19331 \end_inset
19332 </cell>
19333 </row>
19334 </lyxtabular>
19335
19336 \end_inset
19337
19338
19339 \end_layout
19340
19341 \begin_layout Standard
19342 After entering these commands, a blue box appears in which the formula parts
19343  are inserted.
19344 \end_layout
19345
19346 \begin_layout Standard
19347 There is a further method to change the font size, that though only works
19348  for symbols or letters in mathematical text.
19349  To use it, one of the above text size commands is inserted in mathematical
19350  text.
19351  All following characters until the end of the mathematical text or until
19352  another size command will have the selected size.
19353  Two examples:
19354 \begin_inset VSpace -2mm
19355 \end_inset
19356
19357
19358 \end_layout
19359
19360 \begin_layout Standard
19361 \begin_inset ERT
19362 status collapsed
19363
19364 \begin_layout Plain Layout
19365
19366
19367 \backslash
19368 huge 
19369 \end_layout
19370
19371 \end_inset
19372
19373
19374 \begin_inset Formula 
19375 \[
19376 A=\frac{B}{c}\cdot\maltese
19377 \]
19378
19379 \end_inset
19380
19381
19382 \begin_inset Formula 
19383 \[
19384 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19385 \]
19386
19387 \end_inset
19388
19389
19390 \begin_inset ERT
19391 status collapsed
19392
19393 \begin_layout Plain Layout
19394
19395
19396 \backslash
19397 normalsize 
19398 \end_layout
19399
19400 \end_inset
19401
19402
19403 \end_layout
19404
19405 \begin_layout Standard
19406 \begin_inset VSpace medskip
19407 \end_inset
19408
19409 Before both formulas the command 
19410 \series bold
19411
19412 \backslash
19413 huge
19414 \series default
19415  was inserted.
19416  The command for the second formula is:
19417 \begin_inset Newline newline
19418 \end_inset
19419
19420
19421 \series bold
19422
19423 \backslash
19424 maltese
19425 \begin_inset space \textvisiblespace{}
19426 \end_inset
19427
19428 A Alt+M M 
19429 \backslash
19430 Large
19431 \begin_inset space \textvisiblespace{}
19432 \end_inset
19433
19434
19435 \backslash
19436 maltese
19437 \begin_inset space \textvisiblespace{}
19438 \end_inset
19439
19440
19441 \backslash
19442 textit
19443 \begin_inset space \textvisiblespace{}
19444 \end_inset
19445
19446 A
19447 \begin_inset Formula $\to$
19448 \end_inset
19449
19450
19451 \begin_inset Formula $\to$
19452 \end_inset
19453
19454
19455 \begin_inset Newline newline
19456 \end_inset
19457
19458
19459 \begin_inset space \hspace*{}
19460 \length 1cm
19461 \end_inset
19462
19463 Alt+M
19464 \series default
19465  
19466 \series bold
19467
19468 \backslash
19469 tiny
19470 \begin_inset space \textvisiblespace{}
19471 \end_inset
19472
19473
19474 \backslash
19475 maltese
19476 \begin_inset space \textvisiblespace{}
19477 \end_inset
19478
19479
19480 \backslash
19481 textit
19482 \begin_inset space \textvisiblespace{}
19483 \end_inset
19484
19485 A
19486 \end_layout
19487
19488 \begin_layout Standard
19489 If a symbol cannot be displayed in different sizes, it will always be displayed
19490  in the default size.
19491 \end_layout
19492
19493 \begin_layout Section
19494 Greek Letters
19495 \begin_inset Index idx
19496 status collapsed
19497
19498 \begin_layout Plain Layout
19499 Greek letters
19500 \end_layout
19501
19502 \end_inset
19503
19504
19505 \end_layout
19506
19507 \begin_layout Standard
19508 Greek letters can also be inserted via the toolbar button 
19509 \begin_inset Info
19510 type  "icon"
19511 arg   "math-insert \\alpha"
19512 \end_inset
19513
19514 .
19515  All international typesetting norms purport that Greek letters in math
19516  have to be typeset italic/slanted.
19517  In some languages, like French or Russian, they are nevertheless sometimes
19518  typeset upright.
19519 \end_layout
19520
19521 \begin_layout Subsection
19522 Small Letters
19523 \begin_inset Index idx
19524 status collapsed
19525
19526 \begin_layout Plain Layout
19527 Greek letters ! small
19528 \end_layout
19529
19530 \end_inset
19531
19532
19533 \end_layout
19534
19535 \begin_layout Standard
19536 \begin_inset space \hfill{}
19537 \end_inset
19538
19539
19540 \begin_inset Tabular
19541 <lyxtabular version="3" rows="11" columns="2">
19542 <features booktabs="true" tabularvalignment="middle">
19543 <column alignment="center" valignment="top" width="0pt">
19544 <column alignment="center" valignment="top" width="0pt">
19545 <row>
19546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19547 \begin_inset Text
19548
19549 \begin_layout Plain Layout
19550 Command
19551 \end_layout
19552
19553 \end_inset
19554 </cell>
19555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19556 \begin_inset Text
19557
19558 \begin_layout Plain Layout
19559 Result
19560 \end_layout
19561
19562 \end_inset
19563 </cell>
19564 </row>
19565 <row>
19566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19567 \begin_inset Text
19568
19569 \begin_layout Plain Layout
19570
19571 \backslash
19572 alpha
19573 \end_layout
19574
19575 \end_inset
19576 </cell>
19577 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19578 \begin_inset Text
19579
19580 \begin_layout Plain Layout
19581 \begin_inset Formula $\alpha$
19582 \end_inset
19583
19584
19585 \end_layout
19586
19587 \end_inset
19588 </cell>
19589 </row>
19590 <row>
19591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19592 \begin_inset Text
19593
19594 \begin_layout Plain Layout
19595
19596 \backslash
19597 beta
19598 \end_layout
19599
19600 \end_inset
19601 </cell>
19602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19603 \begin_inset Text
19604
19605 \begin_layout Plain Layout
19606 \begin_inset Formula $\beta$
19607 \end_inset
19608
19609
19610 \end_layout
19611
19612 \end_inset
19613 </cell>
19614 </row>
19615 <row>
19616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19617 \begin_inset Text
19618
19619 \begin_layout Plain Layout
19620
19621 \backslash
19622 gamma
19623 \end_layout
19624
19625 \end_inset
19626 </cell>
19627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19628 \begin_inset Text
19629
19630 \begin_layout Plain Layout
19631 \begin_inset Formula $\gamma$
19632 \end_inset
19633
19634
19635 \end_layout
19636
19637 \end_inset
19638 </cell>
19639 </row>
19640 <row>
19641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19642 \begin_inset Text
19643
19644 \begin_layout Plain Layout
19645
19646 \backslash
19647 delta
19648 \end_layout
19649
19650 \end_inset
19651 </cell>
19652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19653 \begin_inset Text
19654
19655 \begin_layout Plain Layout
19656 \begin_inset Formula $\delta$
19657 \end_inset
19658
19659
19660 \end_layout
19661
19662 \end_inset
19663 </cell>
19664 </row>
19665 <row>
19666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19667 \begin_inset Text
19668
19669 \begin_layout Plain Layout
19670
19671 \backslash
19672 epsilon
19673 \end_layout
19674
19675 \end_inset
19676 </cell>
19677 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19678 \begin_inset Text
19679
19680 \begin_layout Plain Layout
19681 \begin_inset Formula $\epsilon$
19682 \end_inset
19683
19684
19685 \end_layout
19686
19687 \end_inset
19688 </cell>
19689 </row>
19690 <row>
19691 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19692 \begin_inset Text
19693
19694 \begin_layout Plain Layout
19695
19696 \backslash
19697 varepsilon
19698 \end_layout
19699
19700 \end_inset
19701 </cell>
19702 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19703 \begin_inset Text
19704
19705 \begin_layout Plain Layout
19706 \begin_inset Formula $\varepsilon$
19707 \end_inset
19708
19709
19710 \end_layout
19711
19712 \end_inset
19713 </cell>
19714 </row>
19715 <row>
19716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19717 \begin_inset Text
19718
19719 \begin_layout Plain Layout
19720
19721 \backslash
19722 zeta
19723 \end_layout
19724
19725 \end_inset
19726 </cell>
19727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19728 \begin_inset Text
19729
19730 \begin_layout Plain Layout
19731 \begin_inset Formula $\zeta$
19732 \end_inset
19733
19734
19735 \end_layout
19736
19737 \end_inset
19738 </cell>
19739 </row>
19740 <row>
19741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19742 \begin_inset Text
19743
19744 \begin_layout Plain Layout
19745
19746 \backslash
19747 eta
19748 \end_layout
19749
19750 \end_inset
19751 </cell>
19752 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19753 \begin_inset Text
19754
19755 \begin_layout Plain Layout
19756 \begin_inset Formula $\eta$
19757 \end_inset
19758
19759
19760 \end_layout
19761
19762 \end_inset
19763 </cell>
19764 </row>
19765 <row>
19766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19767 \begin_inset Text
19768
19769 \begin_layout Plain Layout
19770
19771 \backslash
19772 theta
19773 \end_layout
19774
19775 \end_inset
19776 </cell>
19777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19778 \begin_inset Text
19779
19780 \begin_layout Plain Layout
19781 \begin_inset Formula $\theta$
19782 \end_inset
19783
19784
19785 \end_layout
19786
19787 \end_inset
19788 </cell>
19789 </row>
19790 <row>
19791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19792 \begin_inset Text
19793
19794 \begin_layout Plain Layout
19795
19796 \backslash
19797 vartheta
19798 \end_layout
19799
19800 \end_inset
19801 </cell>
19802 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19803 \begin_inset Text
19804
19805 \begin_layout Plain Layout
19806 \begin_inset Formula $\vartheta$
19807 \end_inset
19808
19809
19810 \end_layout
19811
19812 \end_inset
19813 </cell>
19814 </row>
19815 </lyxtabular>
19816
19817 \end_inset
19818
19819
19820 \begin_inset space \hfill{}
19821 \end_inset
19822
19823
19824 \begin_inset Tabular
19825 <lyxtabular version="3" rows="12" columns="2">
19826 <features booktabs="true" tabularvalignment="middle">
19827 <column alignment="center" valignment="top" width="0pt">
19828 <column alignment="center" valignment="top" width="0pt">
19829 <row>
19830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19831 \begin_inset Text
19832
19833 \begin_layout Plain Layout
19834 Command
19835 \end_layout
19836
19837 \end_inset
19838 </cell>
19839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19840 \begin_inset Text
19841
19842 \begin_layout Plain Layout
19843 Result
19844 \end_layout
19845
19846 \end_inset
19847 </cell>
19848 </row>
19849 <row>
19850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19851 \begin_inset Text
19852
19853 \begin_layout Plain Layout
19854
19855 \backslash
19856 iota
19857 \end_layout
19858
19859 \end_inset
19860 </cell>
19861 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19862 \begin_inset Text
19863
19864 \begin_layout Plain Layout
19865 \begin_inset Formula $\iota$
19866 \end_inset
19867
19868
19869 \end_layout
19870
19871 \end_inset
19872 </cell>
19873 </row>
19874 <row>
19875 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19876 \begin_inset Text
19877
19878 \begin_layout Plain Layout
19879
19880 \backslash
19881 kappa
19882 \end_layout
19883
19884 \end_inset
19885 </cell>
19886 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19887 \begin_inset Text
19888
19889 \begin_layout Plain Layout
19890 \begin_inset Formula $\kappa$
19891 \end_inset
19892
19893
19894 \end_layout
19895
19896 \end_inset
19897 </cell>
19898 </row>
19899 <row>
19900 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19901 \begin_inset Text
19902
19903 \begin_layout Plain Layout
19904
19905 \backslash
19906 varkappa
19907 \end_layout
19908
19909 \end_inset
19910 </cell>
19911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19912 \begin_inset Text
19913
19914 \begin_layout Plain Layout
19915 \begin_inset Formula $\varkappa$
19916 \end_inset
19917
19918
19919 \end_layout
19920
19921 \end_inset
19922 </cell>
19923 </row>
19924 <row>
19925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19926 \begin_inset Text
19927
19928 \begin_layout Plain Layout
19929
19930 \backslash
19931 lambda
19932 \end_layout
19933
19934 \end_inset
19935 </cell>
19936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19937 \begin_inset Text
19938
19939 \begin_layout Plain Layout
19940 \begin_inset Formula $\lambda$
19941 \end_inset
19942
19943
19944 \end_layout
19945
19946 \end_inset
19947 </cell>
19948 </row>
19949 <row>
19950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19951 \begin_inset Text
19952
19953 \begin_layout Plain Layout
19954
19955 \backslash
19956 mu
19957 \end_layout
19958
19959 \end_inset
19960 </cell>
19961 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19962 \begin_inset Text
19963
19964 \begin_layout Plain Layout
19965 \begin_inset Formula $\mu$
19966 \end_inset
19967
19968
19969 \end_layout
19970
19971 \end_inset
19972 </cell>
19973 </row>
19974 <row>
19975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19976 \begin_inset Text
19977
19978 \begin_layout Plain Layout
19979
19980 \backslash
19981 nu
19982 \end_layout
19983
19984 \end_inset
19985 </cell>
19986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19987 \begin_inset Text
19988
19989 \begin_layout Plain Layout
19990 \begin_inset Formula $\nu$
19991 \end_inset
19992
19993
19994 \end_layout
19995
19996 \end_inset
19997 </cell>
19998 </row>
19999 <row>
20000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20001 \begin_inset Text
20002
20003 \begin_layout Plain Layout
20004
20005 \backslash
20006 xi
20007 \end_layout
20008
20009 \end_inset
20010 </cell>
20011 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20012 \begin_inset Text
20013
20014 \begin_layout Plain Layout
20015 \begin_inset Formula $\xi$
20016 \end_inset
20017
20018
20019 \end_layout
20020
20021 \end_inset
20022 </cell>
20023 </row>
20024 <row>
20025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20026 \begin_inset Text
20027
20028 \begin_layout Plain Layout
20029 o
20030 \end_layout
20031
20032 \end_inset
20033 </cell>
20034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20035 \begin_inset Text
20036
20037 \begin_layout Plain Layout
20038 \begin_inset Formula $o$
20039 \end_inset
20040
20041
20042 \end_layout
20043
20044 \end_inset
20045 </cell>
20046 </row>
20047 <row>
20048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20049 \begin_inset Text
20050
20051 \begin_layout Plain Layout
20052
20053 \backslash
20054 pi
20055 \end_layout
20056
20057 \end_inset
20058 </cell>
20059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20060 \begin_inset Text
20061
20062 \begin_layout Plain Layout
20063 \begin_inset Formula $\pi$
20064 \end_inset
20065
20066
20067 \end_layout
20068
20069 \end_inset
20070 </cell>
20071 </row>
20072 <row>
20073 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20074 \begin_inset Text
20075
20076 \begin_layout Plain Layout
20077
20078 \backslash
20079 varpi
20080 \end_layout
20081
20082 \end_inset
20083 </cell>
20084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20085 \begin_inset Text
20086
20087 \begin_layout Plain Layout
20088 \begin_inset Formula $\varpi$
20089 \end_inset
20090
20091
20092 \end_layout
20093
20094 \end_inset
20095 </cell>
20096 </row>
20097 <row>
20098 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20099 \begin_inset Text
20100
20101 \begin_layout Plain Layout
20102
20103 \backslash
20104 rho
20105 \end_layout
20106
20107 \end_inset
20108 </cell>
20109 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20110 \begin_inset Text
20111
20112 \begin_layout Plain Layout
20113 \begin_inset Formula $\rho$
20114 \end_inset
20115
20116
20117 \end_layout
20118
20119 \end_inset
20120 </cell>
20121 </row>
20122 </lyxtabular>
20123
20124 \end_inset
20125
20126
20127 \begin_inset space \hfill{}
20128 \end_inset
20129
20130
20131 \begin_inset Tabular
20132 <lyxtabular version="3" rows="11" columns="2">
20133 <features booktabs="true" tabularvalignment="middle">
20134 <column alignment="center" valignment="top" width="0pt">
20135 <column alignment="center" valignment="top" width="0pt">
20136 <row>
20137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20138 \begin_inset Text
20139
20140 \begin_layout Plain Layout
20141 Command
20142 \end_layout
20143
20144 \end_inset
20145 </cell>
20146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20147 \begin_inset Text
20148
20149 \begin_layout Plain Layout
20150 Result
20151 \end_layout
20152
20153 \end_inset
20154 </cell>
20155 </row>
20156 <row>
20157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20158 \begin_inset Text
20159
20160 \begin_layout Plain Layout
20161
20162 \backslash
20163 varrho
20164 \end_layout
20165
20166 \end_inset
20167 </cell>
20168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20169 \begin_inset Text
20170
20171 \begin_layout Plain Layout
20172 \begin_inset Formula $\varrho$
20173 \end_inset
20174
20175
20176 \end_layout
20177
20178 \end_inset
20179 </cell>
20180 </row>
20181 <row>
20182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20183 \begin_inset Text
20184
20185 \begin_layout Plain Layout
20186
20187 \backslash
20188 sigma
20189 \end_layout
20190
20191 \end_inset
20192 </cell>
20193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20194 \begin_inset Text
20195
20196 \begin_layout Plain Layout
20197 \begin_inset Formula $\sigma$
20198 \end_inset
20199
20200
20201 \end_layout
20202
20203 \end_inset
20204 </cell>
20205 </row>
20206 <row>
20207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20208 \begin_inset Text
20209
20210 \begin_layout Plain Layout
20211
20212 \backslash
20213 varsigma
20214 \end_layout
20215
20216 \end_inset
20217 </cell>
20218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20219 \begin_inset Text
20220
20221 \begin_layout Plain Layout
20222 \begin_inset Formula $\varsigma$
20223 \end_inset
20224
20225
20226 \end_layout
20227
20228 \end_inset
20229 </cell>
20230 </row>
20231 <row>
20232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20233 \begin_inset Text
20234
20235 \begin_layout Plain Layout
20236
20237 \backslash
20238 tau
20239 \end_layout
20240
20241 \end_inset
20242 </cell>
20243 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20244 \begin_inset Text
20245
20246 \begin_layout Plain Layout
20247 \begin_inset Formula $\tau$
20248 \end_inset
20249
20250
20251 \end_layout
20252
20253 \end_inset
20254 </cell>
20255 </row>
20256 <row>
20257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20258 \begin_inset Text
20259
20260 \begin_layout Plain Layout
20261
20262 \backslash
20263 upsilon
20264 \end_layout
20265
20266 \end_inset
20267 </cell>
20268 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20269 \begin_inset Text
20270
20271 \begin_layout Plain Layout
20272 \begin_inset Formula $\upsilon$
20273 \end_inset
20274
20275
20276 \end_layout
20277
20278 \end_inset
20279 </cell>
20280 </row>
20281 <row>
20282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20283 \begin_inset Text
20284
20285 \begin_layout Plain Layout
20286
20287 \backslash
20288 phi
20289 \end_layout
20290
20291 \end_inset
20292 </cell>
20293 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20294 \begin_inset Text
20295
20296 \begin_layout Plain Layout
20297 \begin_inset Formula $\phi$
20298 \end_inset
20299
20300
20301 \end_layout
20302
20303 \end_inset
20304 </cell>
20305 </row>
20306 <row>
20307 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20308 \begin_inset Text
20309
20310 \begin_layout Plain Layout
20311
20312 \backslash
20313 varphi
20314 \end_layout
20315
20316 \end_inset
20317 </cell>
20318 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20319 \begin_inset Text
20320
20321 \begin_layout Plain Layout
20322 \begin_inset Formula $\varphi$
20323 \end_inset
20324
20325
20326 \end_layout
20327
20328 \end_inset
20329 </cell>
20330 </row>
20331 <row>
20332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20333 \begin_inset Text
20334
20335 \begin_layout Plain Layout
20336
20337 \backslash
20338 chi
20339 \end_layout
20340
20341 \end_inset
20342 </cell>
20343 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20344 \begin_inset Text
20345
20346 \begin_layout Plain Layout
20347 \begin_inset Formula $\chi$
20348 \end_inset
20349
20350
20351 \end_layout
20352
20353 \end_inset
20354 </cell>
20355 </row>
20356 <row>
20357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20358 \begin_inset Text
20359
20360 \begin_layout Plain Layout
20361
20362 \backslash
20363 psi
20364 \end_layout
20365
20366 \end_inset
20367 </cell>
20368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20369 \begin_inset Text
20370
20371 \begin_layout Plain Layout
20372 \begin_inset Formula $\psi$
20373 \end_inset
20374
20375
20376 \end_layout
20377
20378 \end_inset
20379 </cell>
20380 </row>
20381 <row>
20382 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20383 \begin_inset Text
20384
20385 \begin_layout Plain Layout
20386
20387 \backslash
20388 omega
20389 \end_layout
20390
20391 \end_inset
20392 </cell>
20393 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20394 \begin_inset Text
20395
20396 \begin_layout Plain Layout
20397 \begin_inset Formula $\omega$
20398 \end_inset
20399
20400
20401 \end_layout
20402
20403 \end_inset
20404 </cell>
20405 </row>
20406 </lyxtabular>
20407
20408 \end_inset
20409
20410
20411 \begin_inset space \hfill{}
20412 \end_inset
20413
20414
20415 \end_layout
20416
20417 \begin_layout Standard
20418 \begin_inset VSpace medskip
20419 \end_inset
20420
20421
20422 \end_layout
20423
20424 \begin_layout Standard
20425 How to create special upright Greek letters is explained in 
20426 \begin_inset CommandInset ref
20427 LatexCommand ref
20428 reference "subsec:Upright-small-Greek"
20429
20430 \end_inset
20431
20432 .
20433 \end_layout
20434
20435 \begin_layout Subsection
20436 Big Letters
20437 \begin_inset Index idx
20438 status collapsed
20439
20440 \begin_layout Plain Layout
20441 Greek letters ! big
20442 \end_layout
20443
20444 \end_inset
20445
20446
20447 \end_layout
20448
20449 \begin_layout Standard
20450 \begin_inset space \hfill{}
20451 \end_inset
20452
20453
20454 \begin_inset Tabular
20455 <lyxtabular version="3" rows="7" columns="2">
20456 <features booktabs="true" tabularvalignment="middle">
20457 <column alignment="center" valignment="top" width="0pt">
20458 <column alignment="center" valignment="top" width="0pt">
20459 <row>
20460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20461 \begin_inset Text
20462
20463 \begin_layout Plain Layout
20464 Command
20465 \end_layout
20466
20467 \end_inset
20468 </cell>
20469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20470 \begin_inset Text
20471
20472 \begin_layout Plain Layout
20473 Result
20474 \end_layout
20475
20476 \end_inset
20477 </cell>
20478 </row>
20479 <row>
20480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20481 \begin_inset Text
20482
20483 \begin_layout Plain Layout
20484
20485 \backslash
20486 Gamma
20487 \end_layout
20488
20489 \end_inset
20490 </cell>
20491 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20492 \begin_inset Text
20493
20494 \begin_layout Plain Layout
20495 \begin_inset Formula $\Gamma$
20496 \end_inset
20497
20498
20499 \end_layout
20500
20501 \end_inset
20502 </cell>
20503 </row>
20504 <row>
20505 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20506 \begin_inset Text
20507
20508 \begin_layout Plain Layout
20509
20510 \backslash
20511 Delta
20512 \end_layout
20513
20514 \end_inset
20515 </cell>
20516 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20517 \begin_inset Text
20518
20519 \begin_layout Plain Layout
20520 \begin_inset Formula $\Delta$
20521 \end_inset
20522
20523
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 </row>
20529 <row>
20530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20531 \begin_inset Text
20532
20533 \begin_layout Plain Layout
20534
20535 \backslash
20536 Theta
20537 \end_layout
20538
20539 \end_inset
20540 </cell>
20541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20542 \begin_inset Text
20543
20544 \begin_layout Plain Layout
20545 \begin_inset Formula $\Theta$
20546 \end_inset
20547
20548
20549 \end_layout
20550
20551 \end_inset
20552 </cell>
20553 </row>
20554 <row>
20555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20556 \begin_inset Text
20557
20558 \begin_layout Plain Layout
20559
20560 \backslash
20561 Lambda
20562 \end_layout
20563
20564 \end_inset
20565 </cell>
20566 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20567 \begin_inset Text
20568
20569 \begin_layout Plain Layout
20570 \begin_inset Formula $\Lambda$
20571 \end_inset
20572
20573
20574 \end_layout
20575
20576 \end_inset
20577 </cell>
20578 </row>
20579 <row>
20580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20581 \begin_inset Text
20582
20583 \begin_layout Plain Layout
20584
20585 \backslash
20586 Xi
20587 \end_layout
20588
20589 \end_inset
20590 </cell>
20591 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20592 \begin_inset Text
20593
20594 \begin_layout Plain Layout
20595 \begin_inset Formula $\Xi$
20596 \end_inset
20597
20598
20599 \end_layout
20600
20601 \end_inset
20602 </cell>
20603 </row>
20604 <row>
20605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20606 \begin_inset Text
20607
20608 \begin_layout Plain Layout
20609
20610 \backslash
20611 Pi
20612 \end_layout
20613
20614 \end_inset
20615 </cell>
20616 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20617 \begin_inset Text
20618
20619 \begin_layout Plain Layout
20620 \begin_inset Formula $\Pi$
20621 \end_inset
20622
20623
20624 \end_layout
20625
20626 \end_inset
20627 </cell>
20628 </row>
20629 </lyxtabular>
20630
20631 \end_inset
20632
20633
20634 \begin_inset space \hfill{}
20635 \end_inset
20636
20637
20638 \begin_inset Tabular
20639 <lyxtabular version="3" rows="6" columns="2">
20640 <features booktabs="true" tabularvalignment="middle">
20641 <column alignment="center" valignment="top" width="0pt">
20642 <column alignment="center" valignment="top" width="0pt">
20643 <row>
20644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20645 \begin_inset Text
20646
20647 \begin_layout Plain Layout
20648 Command
20649 \end_layout
20650
20651 \end_inset
20652 </cell>
20653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20654 \begin_inset Text
20655
20656 \begin_layout Plain Layout
20657 Result
20658 \end_layout
20659
20660 \end_inset
20661 </cell>
20662 </row>
20663 <row>
20664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20665 \begin_inset Text
20666
20667 \begin_layout Plain Layout
20668
20669 \backslash
20670 Sigma
20671 \end_layout
20672
20673 \end_inset
20674 </cell>
20675 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20676 \begin_inset Text
20677
20678 \begin_layout Plain Layout
20679 \begin_inset Formula $\Sigma$
20680 \end_inset
20681
20682
20683 \end_layout
20684
20685 \end_inset
20686 </cell>
20687 </row>
20688 <row>
20689 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20690 \begin_inset Text
20691
20692 \begin_layout Plain Layout
20693
20694 \backslash
20695 Upsilon
20696 \end_layout
20697
20698 \end_inset
20699 </cell>
20700 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20701 \begin_inset Text
20702
20703 \begin_layout Plain Layout
20704 \begin_inset Formula $\Upsilon$
20705 \end_inset
20706
20707
20708 \end_layout
20709
20710 \end_inset
20711 </cell>
20712 </row>
20713 <row>
20714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20715 \begin_inset Text
20716
20717 \begin_layout Plain Layout
20718
20719 \backslash
20720 Phi
20721 \end_layout
20722
20723 \end_inset
20724 </cell>
20725 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20726 \begin_inset Text
20727
20728 \begin_layout Plain Layout
20729 \begin_inset Formula $\Phi$
20730 \end_inset
20731
20732
20733 \end_layout
20734
20735 \end_inset
20736 </cell>
20737 </row>
20738 <row>
20739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20740 \begin_inset Text
20741
20742 \begin_layout Plain Layout
20743
20744 \backslash
20745 Psi
20746 \end_layout
20747
20748 \end_inset
20749 </cell>
20750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20751 \begin_inset Text
20752
20753 \begin_layout Plain Layout
20754 \begin_inset Formula $\Psi$
20755 \end_inset
20756
20757
20758 \end_layout
20759
20760 \end_inset
20761 </cell>
20762 </row>
20763 <row>
20764 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20765 \begin_inset Text
20766
20767 \begin_layout Plain Layout
20768
20769 \backslash
20770 Omega
20771 \end_layout
20772
20773 \end_inset
20774 </cell>
20775 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20776 \begin_inset Text
20777
20778 \begin_layout Plain Layout
20779 \begin_inset Formula $\Omega$
20780 \end_inset
20781
20782
20783 \end_layout
20784
20785 \end_inset
20786 </cell>
20787 </row>
20788 </lyxtabular>
20789
20790 \end_inset
20791
20792
20793 \begin_inset space \hfill{}
20794 \end_inset
20795
20796
20797 \end_layout
20798
20799 \begin_layout Standard
20800 \begin_inset VSpace medskip
20801 \end_inset
20802
20803 That the big Greek letters appear upright is caused by a design bug when
20804  \SpecialChar TeX
20805  was developed.
20806  To get correct italic big letters, begin every command with 
20807 \series bold
20808 var
20809 \series default
20810 .
20811  For example the command 
20812 \series bold
20813
20814 \backslash
20815 varGamma
20816 \series default
20817  produces 
20818 \begin_inset Formula $\varGamma$
20819 \end_inset
20820
20821 .
20822  Another way is to load the package 
20823 \series bold
20824 fixmath
20825 \series default
20826
20827 \begin_inset Foot
20828 status collapsed
20829
20830 \begin_layout Plain Layout
20831
20832 \series bold
20833 fixmath
20834 \series default
20835  is part of the \SpecialChar LaTeX
20836 -package 
20837 \series bold
20838 was
20839 \series default
20840
20841 \begin_inset Index idx
20842 status collapsed
20843
20844 \begin_layout Plain Layout
20845 Packages ! was
20846 \begin_inset ERT
20847 status collapsed
20848
20849 \begin_layout Plain Layout
20850
20851
20852 \backslash
20853 vspace{4mm}
20854 \end_layout
20855
20856 \end_inset
20857
20858
20859 \end_layout
20860
20861 \end_inset
20862
20863 .
20864 \end_layout
20865
20866 \end_inset
20867
20868
20869 \begin_inset Index idx
20870 status collapsed
20871
20872 \begin_layout Plain Layout
20873 Packages ! fixmath
20874 \end_layout
20875
20876 \end_inset
20877
20878  with the \SpecialChar LaTeX
20879 -preamble line
20880 \end_layout
20881
20882 \begin_layout Standard
20883
20884 \series bold
20885
20886 \backslash
20887 usepackage{fixmath}
20888 \end_layout
20889
20890 \begin_layout Standard
20891 Then all big Greek letters in a document will automatically be typeset italic.
20892 \end_layout
20893
20894 \begin_layout Subsection
20895 Bold Letters
20896 \begin_inset Index idx
20897 status collapsed
20898
20899 \begin_layout Plain Layout
20900 Greek letters ! bold
20901 \end_layout
20902
20903 \end_inset
20904
20905
20906 \end_layout
20907
20908 \begin_layout Standard
20909 Greek letters cannot be set with different font styles like Latin letters.
20910  They can only be made bold with the command 
20911 \series bold
20912
20913 \backslash
20914 boldsymbol
20915 \series default
20916
20917 \begin_inset Index idx
20918 status collapsed
20919
20920 \begin_layout Plain Layout
20921 Commands ! B ! 
20922 \backslash
20923 boldsymbol
20924 \end_layout
20925
20926 \end_inset
20927
20928 .
20929 \begin_inset Separator parbreak
20930 \end_inset
20931
20932
20933 \end_layout
20934
20935 \begin_layout Standard
20936 \align center
20937 \begin_inset Tabular
20938 <lyxtabular version="3" rows="3" columns="2">
20939 <features booktabs="true" tabularvalignment="middle">
20940 <column alignment="center" valignment="top" width="0pt">
20941 <column alignment="center" valignment="top">
20942 <row>
20943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20944 \begin_inset Text
20945
20946 \begin_layout Plain Layout
20947 Command
20948 \end_layout
20949
20950 \end_inset
20951 </cell>
20952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20953 \begin_inset Text
20954
20955 \begin_layout Plain Layout
20956 Result
20957 \end_layout
20958
20959 \end_inset
20960 </cell>
20961 </row>
20962 <row>
20963 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20964 \begin_inset Text
20965
20966 \begin_layout Plain Layout
20967
20968 \backslash
20969 Upsilon
20970 \backslash
20971 boldsymbol
20972 \backslash
20973 Upsilon
20974 \end_layout
20975
20976 \end_inset
20977 </cell>
20978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20979 \begin_inset Text
20980
20981 \begin_layout Plain Layout
20982 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20983 \end_inset
20984
20985
20986 \end_layout
20987
20988 \end_inset
20989 </cell>
20990 </row>
20991 <row>
20992 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20993 \begin_inset Text
20994
20995 \begin_layout Plain Layout
20996
20997 \backslash
20998 theta
20999 \backslash
21000 boldsymbol
21001 \backslash
21002 theta
21003 \end_layout
21004
21005 \end_inset
21006 </cell>
21007 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21008 \begin_inset Text
21009
21010 \begin_layout Plain Layout
21011 \begin_inset Formula $\theta\boldsymbol{\theta}$
21012 \end_inset
21013
21014
21015 \end_layout
21016
21017 \end_inset
21018 </cell>
21019 </row>
21020 </lyxtabular>
21021
21022 \end_inset
21023
21024
21025 \end_layout
21026
21027 \begin_layout Section
21028 Symbols
21029 \begin_inset ERT
21030 status collapsed
21031
21032 \begin_layout Plain Layout
21033
21034
21035 \backslash
21036 texorpdfstring{
21037 \end_layout
21038
21039 \end_inset
21040
21041
21042 \begin_inset Foot
21043 status collapsed
21044
21045 \begin_layout Plain Layout
21046 A list with all symbols of most of the \SpecialChar LaTeX
21047 -packages can be found in 
21048 \begin_inset CommandInset citation
21049 LatexCommand cite
21050 key "Symbols"
21051
21052 \end_inset
21053
21054 .
21055 \end_layout
21056
21057 \end_inset
21058
21059
21060 \begin_inset ERT
21061 status collapsed
21062
21063 \begin_layout Plain Layout
21064
21065 }{}
21066 \end_layout
21067
21068 \end_inset
21069
21070
21071 \begin_inset Note Note
21072 status collapsed
21073
21074 \begin_layout Plain Layout
21075
21076 \backslash
21077 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21078 \end_layout
21079
21080 \begin_layout Plain Layout
21081 More about 
21082 \backslash
21083 texorpdfstring is in section 
21084 \begin_inset CommandInset ref
21085 LatexCommand ref
21086 reference "subsec:Formulas-in-Section"
21087
21088 \end_inset
21089
21090 .
21091 \end_layout
21092
21093 \end_inset
21094
21095
21096 \begin_inset Index idx
21097 status collapsed
21098
21099 \begin_layout Plain Layout
21100 Symbols
21101 \end_layout
21102
21103 \end_inset
21104
21105
21106 \end_layout
21107
21108 \begin_layout Standard
21109 Many of the symbols listed in this section can also be inserted via the
21110  toolbar buttons 
21111 \begin_inset Info
21112 type  "icon"
21113 arg   "math-insert \\nabla"
21114 \end_inset
21115
21116  and 
21117 \begin_inset Info
21118 type  "icon"
21119 arg   "math-insert \\digamma"
21120 \end_inset
21121
21122 .
21123 \end_layout
21124
21125 \begin_layout Subsection
21126 Mathematical Symbols
21127 \begin_inset CommandInset label
21128 LatexCommand label
21129 name "subsec:Mathematical-Symbols"
21130
21131 \end_inset
21132
21133
21134 \begin_inset Index idx
21135 status collapsed
21136
21137 \begin_layout Plain Layout
21138 Symbols ! mathematical
21139 \end_layout
21140
21141 \end_inset
21142
21143
21144 \end_layout
21145
21146 \begin_layout Standard
21147 \begin_inset Tabular
21148 <lyxtabular version="3" rows="10" columns="2">
21149 <features booktabs="true" tabularvalignment="middle">
21150 <column alignment="center" valignment="top" width="0pt">
21151 <column alignment="center" valignment="top" width="0pt">
21152 <row>
21153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21154 \begin_inset Text
21155
21156 \begin_layout Plain Layout
21157 Command
21158 \end_layout
21159
21160 \end_inset
21161 </cell>
21162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21163 \begin_inset Text
21164
21165 \begin_layout Plain Layout
21166 Symbol
21167 \end_layout
21168
21169 \end_inset
21170 </cell>
21171 </row>
21172 <row>
21173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21174 \begin_inset Text
21175
21176 \begin_layout Plain Layout
21177
21178 \backslash
21179 neg
21180 \end_layout
21181
21182 \end_inset
21183 </cell>
21184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21185 \begin_inset Text
21186
21187 \begin_layout Plain Layout
21188 \begin_inset Formula $\neg$
21189 \end_inset
21190
21191
21192 \end_layout
21193
21194 \end_inset
21195 </cell>
21196 </row>
21197 <row>
21198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21199 \begin_inset Text
21200
21201 \begin_layout Plain Layout
21202
21203 \backslash
21204 Im
21205 \end_layout
21206
21207 \end_inset
21208 </cell>
21209 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21210 \begin_inset Text
21211
21212 \begin_layout Plain Layout
21213 \begin_inset Formula $\Im$
21214 \end_inset
21215
21216
21217 \end_layout
21218
21219 \end_inset
21220 </cell>
21221 </row>
21222 <row>
21223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21224 \begin_inset Text
21225
21226 \begin_layout Plain Layout
21227
21228 \backslash
21229 Re
21230 \end_layout
21231
21232 \end_inset
21233 </cell>
21234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21235 \begin_inset Text
21236
21237 \begin_layout Plain Layout
21238 \begin_inset Formula $\Re$
21239 \end_inset
21240
21241
21242 \end_layout
21243
21244 \end_inset
21245 </cell>
21246 </row>
21247 <row>
21248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21249 \begin_inset Text
21250
21251 \begin_layout Plain Layout
21252
21253 \backslash
21254 aleph
21255 \end_layout
21256
21257 \end_inset
21258 </cell>
21259 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21260 \begin_inset Text
21261
21262 \begin_layout Plain Layout
21263 \begin_inset Formula $\aleph$
21264 \end_inset
21265
21266
21267 \end_layout
21268
21269 \end_inset
21270 </cell>
21271 </row>
21272 <row>
21273 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21274 \begin_inset Text
21275
21276 \begin_layout Plain Layout
21277
21278 \backslash
21279 partial
21280 \end_layout
21281
21282 \end_inset
21283 </cell>
21284 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21285 \begin_inset Text
21286
21287 \begin_layout Plain Layout
21288 \begin_inset Formula $\partial$
21289 \end_inset
21290
21291
21292 \end_layout
21293
21294 \end_inset
21295 </cell>
21296 </row>
21297 <row>
21298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21299 \begin_inset Text
21300
21301 \begin_layout Plain Layout
21302
21303 \backslash
21304 infty
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21310 \begin_inset Text
21311
21312 \begin_layout Plain Layout
21313 \begin_inset Formula $\infty$
21314 \end_inset
21315
21316
21317 \end_layout
21318
21319 \end_inset
21320 </cell>
21321 </row>
21322 <row>
21323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21324 \begin_inset Text
21325
21326 \begin_layout Plain Layout
21327
21328 \backslash
21329 wp
21330 \end_layout
21331
21332 \end_inset
21333 </cell>
21334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21335 \begin_inset Text
21336
21337 \begin_layout Plain Layout
21338 \begin_inset Formula $\wp$
21339 \end_inset
21340
21341
21342 \end_layout
21343
21344 \end_inset
21345 </cell>
21346 </row>
21347 <row>
21348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21349 \begin_inset Text
21350
21351 \begin_layout Plain Layout
21352
21353 \backslash
21354 imath
21355 \end_layout
21356
21357 \end_inset
21358 </cell>
21359 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21360 \begin_inset Text
21361
21362 \begin_layout Plain Layout
21363 \begin_inset Formula $\imath$
21364 \end_inset
21365
21366
21367 \end_layout
21368
21369 \end_inset
21370 </cell>
21371 </row>
21372 <row>
21373 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21374 \begin_inset Text
21375
21376 \begin_layout Plain Layout
21377
21378 \backslash
21379 jmath
21380 \end_layout
21381
21382 \end_inset
21383 </cell>
21384 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21385 \begin_inset Text
21386
21387 \begin_layout Plain Layout
21388 \begin_inset Formula $\jmath$
21389 \end_inset
21390
21391
21392 \end_layout
21393
21394 \end_inset
21395 </cell>
21396 </row>
21397 </lyxtabular>
21398
21399 \end_inset
21400
21401
21402 \begin_inset space \hfill{}
21403 \end_inset
21404
21405
21406 \begin_inset Tabular
21407 <lyxtabular version="3" rows="10" columns="2">
21408 <features booktabs="true" tabularvalignment="middle">
21409 <column alignment="center" valignment="top" width="0pt">
21410 <column alignment="center" valignment="top" width="0pt">
21411 <row>
21412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21413 \begin_inset Text
21414
21415 \begin_layout Plain Layout
21416 Command
21417 \end_layout
21418
21419 \end_inset
21420 </cell>
21421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21422 \begin_inset Text
21423
21424 \begin_layout Plain Layout
21425 Symbol
21426 \begin_inset Note Note
21427 status collapsed
21428
21429 \begin_layout Plain Layout
21430
21431 \series bold
21432
21433 \backslash
21434 raisebox
21435 \series default
21436  is only used as spacer.
21437 \end_layout
21438
21439 \end_inset
21440
21441
21442 \end_layout
21443
21444 \end_inset
21445 </cell>
21446 </row>
21447 <row>
21448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21449 \begin_inset Text
21450
21451 \begin_layout Plain Layout
21452
21453 \backslash
21454 forall
21455 \end_layout
21456
21457 \end_inset
21458 </cell>
21459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21460 \begin_inset Text
21461
21462 \begin_layout Plain Layout
21463 \begin_inset Formula $\forall$
21464 \end_inset
21465
21466
21467 \end_layout
21468
21469 \end_inset
21470 </cell>
21471 </row>
21472 <row>
21473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21474 \begin_inset Text
21475
21476 \begin_layout Plain Layout
21477
21478 \backslash
21479 exists
21480 \end_layout
21481
21482 \end_inset
21483 </cell>
21484 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21485 \begin_inset Text
21486
21487 \begin_layout Plain Layout
21488 \begin_inset Formula $\exists$
21489 \end_inset
21490
21491
21492 \end_layout
21493
21494 \end_inset
21495 </cell>
21496 </row>
21497 <row>
21498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21499 \begin_inset Text
21500
21501 \begin_layout Plain Layout
21502
21503 \backslash
21504 nexists
21505 \end_layout
21506
21507 \end_inset
21508 </cell>
21509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21510 \begin_inset Text
21511
21512 \begin_layout Plain Layout
21513 \begin_inset Formula $\nexists$
21514 \end_inset
21515
21516
21517 \end_layout
21518
21519 \end_inset
21520 </cell>
21521 </row>
21522 <row>
21523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21524 \begin_inset Text
21525
21526 \begin_layout Plain Layout
21527
21528 \backslash
21529 emptyset
21530 \end_layout
21531
21532 \end_inset
21533 </cell>
21534 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21535 \begin_inset Text
21536
21537 \begin_layout Plain Layout
21538 \begin_inset Formula $\emptyset$
21539 \end_inset
21540
21541
21542 \end_layout
21543
21544 \end_inset
21545 </cell>
21546 </row>
21547 <row>
21548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21549 \begin_inset Text
21550
21551 \begin_layout Plain Layout
21552
21553 \backslash
21554 varnothing
21555 \end_layout
21556
21557 \end_inset
21558 </cell>
21559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21560 \begin_inset Text
21561
21562 \begin_layout Plain Layout
21563 \begin_inset Formula $\varnothing$
21564 \end_inset
21565
21566
21567 \end_layout
21568
21569 \end_inset
21570 </cell>
21571 </row>
21572 <row>
21573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21574 \begin_inset Text
21575
21576 \begin_layout Plain Layout
21577
21578 \backslash
21579 dag
21580 \end_layout
21581
21582 \end_inset
21583 </cell>
21584 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21585 \begin_inset Text
21586
21587 \begin_layout Plain Layout
21588 \begin_inset Formula $\dag$
21589 \end_inset
21590
21591
21592 \end_layout
21593
21594 \end_inset
21595 </cell>
21596 </row>
21597 <row>
21598 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21599 \begin_inset Text
21600
21601 \begin_layout Plain Layout
21602
21603 \backslash
21604 ddag
21605 \end_layout
21606
21607 \end_inset
21608 </cell>
21609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21610 \begin_inset Text
21611
21612 \begin_layout Plain Layout
21613 \begin_inset Formula $\ddag$
21614 \end_inset
21615
21616
21617 \end_layout
21618
21619 \end_inset
21620 </cell>
21621 </row>
21622 <row>
21623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21624 \begin_inset Text
21625
21626 \begin_layout Plain Layout
21627
21628 \backslash
21629 complement
21630 \end_layout
21631
21632 \end_inset
21633 </cell>
21634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21635 \begin_inset Text
21636
21637 \begin_layout Plain Layout
21638 \begin_inset ERT
21639 status collapsed
21640
21641 \begin_layout Plain Layout
21642
21643
21644 \backslash
21645 raisebox{-0.8mm}{
21646 \end_layout
21647
21648 \end_inset
21649
21650
21651 \begin_inset Formula $\complement$
21652 \end_inset
21653
21654
21655 \begin_inset ERT
21656 status collapsed
21657
21658 \begin_layout Plain Layout
21659
21660 }
21661 \end_layout
21662
21663 \end_inset
21664
21665
21666 \end_layout
21667
21668 \end_inset
21669 </cell>
21670 </row>
21671 <row>
21672 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21673 \begin_inset Text
21674
21675 \begin_layout Plain Layout
21676
21677 \backslash
21678 Bbbk
21679 \end_layout
21680
21681 \end_inset
21682 </cell>
21683 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687 \begin_inset Formula $\Bbbk$
21688 \end_inset
21689
21690
21691 \end_layout
21692
21693 \end_inset
21694 </cell>
21695 </row>
21696 </lyxtabular>
21697
21698 \end_inset
21699
21700
21701 \begin_inset space \hfill{}
21702 \end_inset
21703
21704
21705 \begin_inset Tabular
21706 <lyxtabular version="3" rows="10" columns="2">
21707 <features booktabs="true" tabularvalignment="middle">
21708 <column alignment="center" valignment="top" width="0pt">
21709 <column alignment="center" valignment="top" width="0pt">
21710 <row>
21711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21712 \begin_inset Text
21713
21714 \begin_layout Plain Layout
21715 Command
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21721 \begin_inset Text
21722
21723 \begin_layout Plain Layout
21724 Symbol
21725 \end_layout
21726
21727 \end_inset
21728 </cell>
21729 </row>
21730 <row>
21731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21732 \begin_inset Text
21733
21734 \begin_layout Plain Layout
21735
21736 \backslash
21737 prime
21738 \end_layout
21739
21740 \end_inset
21741 </cell>
21742 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21743 \begin_inset Text
21744
21745 \begin_layout Plain Layout
21746 \begin_inset Formula $\prime$
21747 \end_inset
21748
21749
21750 \end_layout
21751
21752 \end_inset
21753 </cell>
21754 </row>
21755 <row>
21756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21757 \begin_inset Text
21758
21759 \begin_layout Plain Layout
21760
21761 \backslash
21762 backprime
21763 \end_layout
21764
21765 \end_inset
21766 </cell>
21767 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21768 \begin_inset Text
21769
21770 \begin_layout Plain Layout
21771 \begin_inset Formula $\backprime$
21772 \end_inset
21773
21774
21775 \end_layout
21776
21777 \end_inset
21778 </cell>
21779 </row>
21780 <row>
21781 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21782 \begin_inset Text
21783
21784 \begin_layout Plain Layout
21785
21786 \backslash
21787 mho
21788 \end_layout
21789
21790 \end_inset
21791 </cell>
21792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21793 \begin_inset Text
21794
21795 \begin_layout Plain Layout
21796 \begin_inset Formula $\mho$
21797 \end_inset
21798
21799
21800 \end_layout
21801
21802 \end_inset
21803 </cell>
21804 </row>
21805 <row>
21806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21807 \begin_inset Text
21808
21809 \begin_layout Plain Layout
21810
21811 \backslash
21812 triangle
21813 \end_layout
21814
21815 \end_inset
21816 </cell>
21817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21818 \begin_inset Text
21819
21820 \begin_layout Plain Layout
21821 \begin_inset Formula $\triangle$
21822 \end_inset
21823
21824
21825 \end_layout
21826
21827 \end_inset
21828 </cell>
21829 </row>
21830 <row>
21831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21832 \begin_inset Text
21833
21834 \begin_layout Plain Layout
21835
21836 \backslash
21837 angle
21838 \end_layout
21839
21840 \end_inset
21841 </cell>
21842 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21843 \begin_inset Text
21844
21845 \begin_layout Plain Layout
21846 \begin_inset Formula $\angle$
21847 \end_inset
21848
21849
21850 \end_layout
21851
21852 \end_inset
21853 </cell>
21854 </row>
21855 <row>
21856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21857 \begin_inset Text
21858
21859 \begin_layout Plain Layout
21860
21861 \backslash
21862 measuredangle
21863 \end_layout
21864
21865 \end_inset
21866 </cell>
21867 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21868 \begin_inset Text
21869
21870 \begin_layout Plain Layout
21871 \begin_inset Formula $\measuredangle$
21872 \end_inset
21873
21874
21875 \end_layout
21876
21877 \end_inset
21878 </cell>
21879 </row>
21880 <row>
21881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21882 \begin_inset Text
21883
21884 \begin_layout Plain Layout
21885
21886 \backslash
21887 sphericalangle
21888 \end_layout
21889
21890 \end_inset
21891 </cell>
21892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21893 \begin_inset Text
21894
21895 \begin_layout Plain Layout
21896 \begin_inset Formula $\sphericalangle$
21897 \end_inset
21898
21899
21900 \end_layout
21901
21902 \end_inset
21903 </cell>
21904 </row>
21905 <row>
21906 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21907 \begin_inset Text
21908
21909 \begin_layout Plain Layout
21910
21911 \backslash
21912 top
21913 \end_layout
21914
21915 \end_inset
21916 </cell>
21917 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21918 \begin_inset Text
21919
21920 \begin_layout Plain Layout
21921 \begin_inset Formula $\top$
21922 \end_inset
21923
21924
21925 \end_layout
21926
21927 \end_inset
21928 </cell>
21929 </row>
21930 <row>
21931 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21932 \begin_inset Text
21933
21934 \begin_layout Plain Layout
21935
21936 \backslash
21937 bot
21938 \end_layout
21939
21940 \end_inset
21941 </cell>
21942 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21943 \begin_inset Text
21944
21945 \begin_layout Plain Layout
21946 \begin_inset Formula $\bot$
21947 \end_inset
21948
21949
21950 \end_layout
21951
21952 \end_inset
21953 </cell>
21954 </row>
21955 </lyxtabular>
21956
21957 \end_inset
21958
21959
21960 \end_layout
21961
21962 \begin_layout Standard
21963 \begin_inset Newpage newpage
21964 \end_inset
21965
21966
21967 \end_layout
21968
21969 \begin_layout Subsection
21970 Miscellaneous Symbols
21971 \begin_inset CommandInset label
21972 LatexCommand label
21973 name "subsec:Miscellaneous-Symbols"
21974
21975 \end_inset
21976
21977
21978 \begin_inset Index idx
21979 status collapsed
21980
21981 \begin_layout Plain Layout
21982 Symbols ! miscellaneous
21983 \end_layout
21984
21985 \end_inset
21986
21987
21988 \end_layout
21989
21990 \begin_layout Standard
21991 \noindent
21992 \align center
21993 \begin_inset Tabular
21994 <lyxtabular version="3" rows="10" columns="2">
21995 <features booktabs="true" tabularvalignment="middle">
21996 <column alignment="center" valignment="top" width="0pt">
21997 <column alignment="center" valignment="top" width="0pt">
21998 <row>
21999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22000 \begin_inset Text
22001
22002 \begin_layout Plain Layout
22003 Command
22004 \end_layout
22005
22006 \end_inset
22007 </cell>
22008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22009 \begin_inset Text
22010
22011 \begin_layout Plain Layout
22012 Symbol
22013 \end_layout
22014
22015 \end_inset
22016 </cell>
22017 </row>
22018 <row>
22019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22020 \begin_inset Text
22021
22022 \begin_layout Plain Layout
22023
22024 \backslash
22025 flat
22026 \end_layout
22027
22028 \end_inset
22029 </cell>
22030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22031 \begin_inset Text
22032
22033 \begin_layout Plain Layout
22034 \begin_inset Formula $\flat$
22035 \end_inset
22036
22037
22038 \end_layout
22039
22040 \end_inset
22041 </cell>
22042 </row>
22043 <row>
22044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22045 \begin_inset Text
22046
22047 \begin_layout Plain Layout
22048
22049 \backslash
22050 natural
22051 \end_layout
22052
22053 \end_inset
22054 </cell>
22055 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22056 \begin_inset Text
22057
22058 \begin_layout Plain Layout
22059 \begin_inset Formula $\natural$
22060 \end_inset
22061
22062
22063 \end_layout
22064
22065 \end_inset
22066 </cell>
22067 </row>
22068 <row>
22069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22070 \begin_inset Text
22071
22072 \begin_layout Plain Layout
22073
22074 \backslash
22075 sharp
22076 \end_layout
22077
22078 \end_inset
22079 </cell>
22080 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22081 \begin_inset Text
22082
22083 \begin_layout Plain Layout
22084 \begin_inset Formula $\sharp$
22085 \end_inset
22086
22087
22088 \end_layout
22089
22090 \end_inset
22091 </cell>
22092 </row>
22093 <row>
22094 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22095 \begin_inset Text
22096
22097 \begin_layout Plain Layout
22098
22099 \backslash
22100 surd
22101 \end_layout
22102
22103 \end_inset
22104 </cell>
22105 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22106 \begin_inset Text
22107
22108 \begin_layout Plain Layout
22109 \begin_inset Formula $\surd$
22110 \end_inset
22111
22112
22113 \end_layout
22114
22115 \end_inset
22116 </cell>
22117 </row>
22118 <row>
22119 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22120 \begin_inset Text
22121
22122 \begin_layout Plain Layout
22123
22124 \backslash
22125 checkmark
22126 \end_layout
22127
22128 \end_inset
22129 </cell>
22130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22131 \begin_inset Text
22132
22133 \begin_layout Plain Layout
22134 \begin_inset Formula $\checkmark$
22135 \end_inset
22136
22137
22138 \end_layout
22139
22140 \end_inset
22141 </cell>
22142 </row>
22143 <row>
22144 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22145 \begin_inset Text
22146
22147 \begin_layout Plain Layout
22148
22149 \backslash
22150 yen
22151 \end_layout
22152
22153 \end_inset
22154 </cell>
22155 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22156 \begin_inset Text
22157
22158 \begin_layout Plain Layout
22159 \begin_inset Formula $\yen$
22160 \end_inset
22161
22162
22163 \end_layout
22164
22165 \end_inset
22166 </cell>
22167 </row>
22168 <row>
22169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173
22174 \backslash
22175 pounds
22176 \end_layout
22177
22178 \end_inset
22179 </cell>
22180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22181 \begin_inset Text
22182
22183 \begin_layout Plain Layout
22184 \begin_inset Formula $\pounds$
22185 \end_inset
22186
22187
22188 \end_layout
22189
22190 \end_inset
22191 </cell>
22192 </row>
22193 <row>
22194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22195 \begin_inset Text
22196
22197 \begin_layout Plain Layout
22198 $
22199 \end_layout
22200
22201 \end_inset
22202 </cell>
22203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22204 \begin_inset Text
22205
22206 \begin_layout Plain Layout
22207 \begin_inset Formula $\$$
22208 \end_inset
22209
22210
22211 \end_layout
22212
22213 \end_inset
22214 </cell>
22215 </row>
22216 <row>
22217 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22218 \begin_inset Text
22219
22220 \begin_layout Plain Layout
22221 §
22222 \end_layout
22223
22224 \end_inset
22225 </cell>
22226 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22227 \begin_inset Text
22228
22229 \begin_layout Plain Layout
22230 \begin_inset Formula $§$
22231 \end_inset
22232
22233
22234 \end_layout
22235
22236 \end_inset
22237 </cell>
22238 </row>
22239 </lyxtabular>
22240
22241 \end_inset
22242
22243
22244 \begin_inset space \hfill{}
22245 \end_inset
22246
22247
22248 \begin_inset Tabular
22249 <lyxtabular version="3" rows="10" columns="2">
22250 <features booktabs="true" tabularvalignment="middle">
22251 <column alignment="center" valignment="top" width="0pt">
22252 <column alignment="center" valignment="top">
22253 <row>
22254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22255 \begin_inset Text
22256
22257 \begin_layout Plain Layout
22258 Command
22259 \end_layout
22260
22261 \end_inset
22262 </cell>
22263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22264 \begin_inset Text
22265
22266 \begin_layout Plain Layout
22267 Symbol
22268 \end_layout
22269
22270 \end_inset
22271 </cell>
22272 </row>
22273 <row>
22274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22275 \begin_inset Text
22276
22277 \begin_layout Plain Layout
22278
22279 \backslash
22280 hbar
22281 \end_layout
22282
22283 \end_inset
22284 </cell>
22285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22286 \begin_inset Text
22287
22288 \begin_layout Plain Layout
22289 \begin_inset Formula $\hbar$
22290 \end_inset
22291
22292
22293 \end_layout
22294
22295 \end_inset
22296 </cell>
22297 </row>
22298 <row>
22299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22300 \begin_inset Text
22301
22302 \begin_layout Plain Layout
22303
22304 \backslash
22305 hslash
22306 \end_layout
22307
22308 \end_inset
22309 </cell>
22310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22311 \begin_inset Text
22312
22313 \begin_layout Plain Layout
22314 \begin_inset Formula $\hslash$
22315 \end_inset
22316
22317
22318 \end_layout
22319
22320 \end_inset
22321 </cell>
22322 </row>
22323 <row>
22324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22325 \begin_inset Text
22326
22327 \begin_layout Plain Layout
22328
22329 \backslash
22330 clubsuit
22331 \end_layout
22332
22333 \end_inset
22334 </cell>
22335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22336 \begin_inset Text
22337
22338 \begin_layout Plain Layout
22339 \begin_inset Formula $\clubsuit$
22340 \end_inset
22341
22342
22343 \end_layout
22344
22345 \end_inset
22346 </cell>
22347 </row>
22348 <row>
22349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22350 \begin_inset Text
22351
22352 \begin_layout Plain Layout
22353
22354 \backslash
22355 spadesuit
22356 \end_layout
22357
22358 \end_inset
22359 </cell>
22360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22361 \begin_inset Text
22362
22363 \begin_layout Plain Layout
22364 \begin_inset Formula $\spadesuit$
22365 \end_inset
22366
22367
22368 \end_layout
22369
22370 \end_inset
22371 </cell>
22372 </row>
22373 <row>
22374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22375 \begin_inset Text
22376
22377 \begin_layout Plain Layout
22378
22379 \backslash
22380 bigstar
22381 \end_layout
22382
22383 \end_inset
22384 </cell>
22385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22386 \begin_inset Text
22387
22388 \begin_layout Plain Layout
22389 \begin_inset Formula $\bigstar$
22390 \end_inset
22391
22392
22393 \end_layout
22394
22395 \end_inset
22396 </cell>
22397 </row>
22398 <row>
22399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22400 \begin_inset Text
22401
22402 \begin_layout Plain Layout
22403
22404 \backslash
22405 blacklozenge
22406 \end_layout
22407
22408 \end_inset
22409 </cell>
22410 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22411 \begin_inset Text
22412
22413 \begin_layout Plain Layout
22414 \begin_inset Formula $\blacklozenge$
22415 \end_inset
22416
22417
22418 \end_layout
22419
22420 \end_inset
22421 </cell>
22422 </row>
22423 <row>
22424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22425 \begin_inset Text
22426
22427 \begin_layout Plain Layout
22428
22429 \backslash
22430 blacktriangle
22431 \end_layout
22432
22433 \end_inset
22434 </cell>
22435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22436 \begin_inset Text
22437
22438 \begin_layout Plain Layout
22439 \begin_inset Formula $\blacktriangle$
22440 \end_inset
22441
22442
22443 \end_layout
22444
22445 \end_inset
22446 </cell>
22447 </row>
22448 <row>
22449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22450 \begin_inset Text
22451
22452 \begin_layout Plain Layout
22453
22454 \backslash
22455 blacktiangledown
22456 \end_layout
22457
22458 \end_inset
22459 </cell>
22460 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22461 \begin_inset Text
22462
22463 \begin_layout Plain Layout
22464 \begin_inset Formula $\blacktriangledown$
22465 \end_inset
22466
22467
22468 \end_layout
22469
22470 \end_inset
22471 </cell>
22472 </row>
22473 <row>
22474 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22475 \begin_inset Text
22476
22477 \begin_layout Plain Layout
22478
22479 \backslash
22480 bullet
22481 \end_layout
22482
22483 \end_inset
22484 </cell>
22485 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22486 \begin_inset Text
22487
22488 \begin_layout Plain Layout
22489 \begin_inset Formula $\bullet$
22490 \end_inset
22491
22492
22493 \end_layout
22494
22495 \end_inset
22496 </cell>
22497 </row>
22498 </lyxtabular>
22499
22500 \end_inset
22501
22502
22503 \begin_inset space \hfill{}
22504 \end_inset
22505
22506
22507 \begin_inset Tabular
22508 <lyxtabular version="3" rows="10" columns="2">
22509 <features booktabs="true" tabularvalignment="middle">
22510 <column alignment="center" valignment="top" width="0pt">
22511 <column alignment="center" valignment="top" width="0pt">
22512 <row>
22513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22514 \begin_inset Text
22515
22516 \begin_layout Plain Layout
22517 Command
22518 \end_layout
22519
22520 \end_inset
22521 </cell>
22522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22523 \begin_inset Text
22524
22525 \begin_layout Plain Layout
22526 Symbol
22527 \end_layout
22528
22529 \end_inset
22530 </cell>
22531 </row>
22532 <row>
22533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22534 \begin_inset Text
22535
22536 \begin_layout Plain Layout
22537
22538 \backslash
22539 diamondsuit
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22545 \begin_inset Text
22546
22547 \begin_layout Plain Layout
22548 \begin_inset Formula $\diamondsuit$
22549 \end_inset
22550
22551
22552 \end_layout
22553
22554 \end_inset
22555 </cell>
22556 </row>
22557 <row>
22558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22559 \begin_inset Text
22560
22561 \begin_layout Plain Layout
22562
22563 \backslash
22564 Diamond
22565 \end_layout
22566
22567 \end_inset
22568 </cell>
22569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22570 \begin_inset Text
22571
22572 \begin_layout Plain Layout
22573 \begin_inset Formula $\Diamond$
22574 \end_inset
22575
22576
22577 \end_layout
22578
22579 \end_inset
22580 </cell>
22581 </row>
22582 <row>
22583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22584 \begin_inset Text
22585
22586 \begin_layout Plain Layout
22587
22588 \backslash
22589 heartsuit
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22595 \begin_inset Text
22596
22597 \begin_layout Plain Layout
22598 \begin_inset Formula $\heartsuit$
22599 \end_inset
22600
22601
22602 \end_layout
22603
22604 \end_inset
22605 </cell>
22606 </row>
22607 <row>
22608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22609 \begin_inset Text
22610
22611 \begin_layout Plain Layout
22612
22613 \backslash
22614 P
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22620 \begin_inset Text
22621
22622 \begin_layout Plain Layout
22623 \begin_inset Formula $\P$
22624 \end_inset
22625
22626
22627 \end_layout
22628
22629 \end_inset
22630 </cell>
22631 </row>
22632 <row>
22633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637
22638 \backslash
22639 copyright
22640 \end_layout
22641
22642 \end_inset
22643 </cell>
22644 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22645 \begin_inset Text
22646
22647 \begin_layout Plain Layout
22648 \begin_inset Formula $\copyright$
22649 \end_inset
22650
22651
22652 \end_layout
22653
22654 \end_inset
22655 </cell>
22656 </row>
22657 <row>
22658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662
22663 \backslash
22664 circledR
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22670 \begin_inset Text
22671
22672 \begin_layout Plain Layout
22673 \begin_inset Formula $\circledR$
22674 \end_inset
22675
22676
22677 \end_layout
22678
22679 \end_inset
22680 </cell>
22681 </row>
22682 <row>
22683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687
22688 \backslash
22689 maltese
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22695 \begin_inset Text
22696
22697 \begin_layout Plain Layout
22698 \begin_inset Formula $\maltese$
22699 \end_inset
22700
22701
22702 \end_layout
22703
22704 \end_inset
22705 </cell>
22706 </row>
22707 <row>
22708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22709 \begin_inset Text
22710
22711 \begin_layout Plain Layout
22712
22713 \backslash
22714 diagup
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22720 \begin_inset Text
22721
22722 \begin_layout Plain Layout
22723 \begin_inset Formula $\diagup$
22724 \end_inset
22725
22726
22727 \end_layout
22728
22729 \end_inset
22730 </cell>
22731 </row>
22732 <row>
22733 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22734 \begin_inset Text
22735
22736 \begin_layout Plain Layout
22737
22738 \backslash
22739 diagdown
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22745 \begin_inset Text
22746
22747 \begin_layout Plain Layout
22748 \begin_inset Formula $\diagdown$
22749 \end_inset
22750
22751
22752 \end_layout
22753
22754 \end_inset
22755 </cell>
22756 </row>
22757 </lyxtabular>
22758
22759 \end_inset
22760
22761
22762 \end_layout
22763
22764 \begin_layout Standard
22765 \begin_inset VSpace medskip
22766 \end_inset
22767
22768
22769 \end_layout
22770
22771 \begin_layout Standard
22772 Some symbols can be displayed in different sizes, see 
22773 \begin_inset CommandInset ref
22774 LatexCommand ref
22775 reference "subsec:Font-Sizes"
22776
22777 \end_inset
22778
22779 .
22780 \end_layout
22781
22782 \begin_layout Subsection
22783 The Euro-Symbol €
22784 \begin_inset Index idx
22785 status collapsed
22786
22787 \begin_layout Plain Layout
22788 Symbols ! Euro-symbol
22789 \end_layout
22790
22791 \end_inset
22792
22793
22794 \begin_inset Index idx
22795 status collapsed
22796
22797 \begin_layout Plain Layout
22798
22799 \backslash
22800 @
22801 \begin_inset ERT
22802 status collapsed
22803
22804 \begin_layout Plain Layout
22805
22806
22807 \backslash
22808 officialeuro
22809 \end_layout
22810
22811 \end_inset
22812
22813
22814 \end_layout
22815
22816 \end_inset
22817
22818
22819 \end_layout
22820
22821 \begin_layout Standard
22822 To use the Euro symbol in formulas, the \SpecialChar LaTeX
22823 -package 
22824 \series bold
22825 eurosym
22826 \series default
22827
22828 \begin_inset Index idx
22829 status collapsed
22830
22831 \begin_layout Plain Layout
22832 Packages ! eurosym
22833 \end_layout
22834
22835 \end_inset
22836
22837  must be installed and loaded with the \SpecialChar LaTeX
22838 -preamble line
22839 \end_layout
22840
22841 \begin_layout Standard
22842
22843 \series bold
22844
22845 \backslash
22846 usepackage[gennarrow]{eurosym}
22847 \end_layout
22848
22849 \begin_layout Standard
22850 The Euro symbol can now be inserted with the command 
22851 \series bold
22852
22853 \backslash
22854 euro
22855 \series default
22856
22857 \begin_inset Index idx
22858 status collapsed
22859
22860 \begin_layout Plain Layout
22861 Commands ! E ! 
22862 \backslash
22863 euro
22864 \end_layout
22865
22866 \end_inset
22867
22868 .
22869 \end_layout
22870
22871 \begin_layout Standard
22872 The Euro symbol can directly be inserted with the € key in mathematical
22873  text, without having 
22874 \series bold
22875 eurosym
22876 \series default
22877  installed.
22878  When 
22879 \series bold
22880 eurosym
22881 \series default
22882  is installed, 
22883 \series bold
22884
22885 \backslash
22886 euro
22887 \series default
22888  can also be inserted in \SpecialChar TeX
22889  mode.
22890  The official currency symbol can then be inserted with the command 
22891 \series bold
22892
22893 \backslash
22894 officialeuro
22895 \series default
22896
22897 \begin_inset Index idx
22898 status collapsed
22899
22900 \begin_layout Plain Layout
22901 Commands ! O ! 
22902 \backslash
22903 officialeuro
22904 \end_layout
22905
22906 \end_inset
22907
22908 , that is only available in \SpecialChar TeX
22909  mode.
22910 \end_layout
22911
22912 \begin_layout Standard
22913 \begin_inset ERT
22914 status collapsed
22915
22916 \begin_layout Plain Layout
22917
22918
22919 \backslash
22920 ifeurosym 
22921 \end_layout
22922
22923 \end_inset
22924
22925
22926 \begin_inset Note Note
22927 status open
22928
22929 \begin_layout Plain Layout
22930 The following table will only be displayed when the \SpecialChar LaTeX
22931 -package 
22932 \series bold
22933 eurosym
22934 \series default
22935  is installed.
22936 \end_layout
22937
22938 \end_inset
22939
22940
22941 \end_layout
22942
22943 \begin_layout Standard
22944 An overview about the different Euro symbols:
22945 \begin_inset Separator parbreak
22946 \end_inset
22947
22948
22949 \end_layout
22950
22951 \begin_layout Standard
22952 \align center
22953 \begin_inset Tabular
22954 <lyxtabular version="3" rows="4" columns="3">
22955 <features booktabs="true" tabularvalignment="middle">
22956 <column alignment="center" valignment="top" width="0pt">
22957 <column alignment="center" valignment="top" width="0pt">
22958 <column alignment="center" valignment="top" width="0pt">
22959 <row>
22960 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
22961 \begin_inset Text
22962
22963 \begin_layout Plain Layout
22964 \begin_inset ERT
22965 status collapsed
22966
22967 \begin_layout Plain Layout
22968
22969
22970 \backslash
22971 cmidrule[0.08em]{2-3}
22972 \end_layout
22973
22974 \end_inset
22975
22976
22977 \end_layout
22978
22979 \end_inset
22980 </cell>
22981 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22982 \begin_inset Text
22983
22984 \begin_layout Plain Layout
22985 Command 
22986 \end_layout
22987
22988 \end_inset
22989 </cell>
22990 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22991 \begin_inset Text
22992
22993 \begin_layout Plain Layout
22994 Symbol
22995 \end_layout
22996
22997 \end_inset
22998 </cell>
22999 </row>
23000 <row>
23001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23002 \begin_inset Text
23003
23004 \begin_layout Plain Layout
23005 formula
23006 \end_layout
23007
23008 \end_inset
23009 </cell>
23010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23011 \begin_inset Text
23012
23013 \begin_layout Plain Layout
23014
23015 \backslash
23016 euro
23017 \end_layout
23018
23019 \end_inset
23020 </cell>
23021 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23022 \begin_inset Text
23023
23024 \begin_layout Plain Layout
23025 \begin_inset Formula $\euro$
23026 \end_inset
23027
23028
23029 \end_layout
23030
23031 \end_inset
23032 </cell>
23033 </row>
23034 <row>
23035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23036 \begin_inset Text
23037
23038 \begin_layout Plain Layout
23039 mathematical text
23040 \end_layout
23041
23042 \end_inset
23043 </cell>
23044 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23045 \begin_inset Text
23046
23047 \begin_layout Plain Layout
23048
23049 \end_layout
23050
23051 \end_inset
23052 </cell>
23053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23054 \begin_inset Text
23055
23056 \begin_layout Plain Layout
23057 \begin_inset Formula $\mbox{€}$
23058 \end_inset
23059
23060
23061 \end_layout
23062
23063 \end_inset
23064 </cell>
23065 </row>
23066 <row>
23067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23068 \begin_inset Text
23069
23070 \begin_layout Plain Layout
23071 \SpecialChar TeX
23072  mode
23073 \end_layout
23074
23075 \end_inset
23076 </cell>
23077 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23078 \begin_inset Text
23079
23080 \begin_layout Plain Layout
23081
23082 \backslash
23083 officialeuro
23084 \end_layout
23085
23086 \end_inset
23087 </cell>
23088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23089 \begin_inset Text
23090
23091 \begin_layout Plain Layout
23092 \begin_inset ERT
23093 status collapsed
23094
23095 \begin_layout Plain Layout
23096
23097
23098 \backslash
23099 officialeuro
23100 \end_layout
23101
23102 \end_inset
23103
23104
23105 \end_layout
23106
23107 \end_inset
23108 </cell>
23109 </row>
23110 </lyxtabular>
23111
23112 \end_inset
23113
23114
23115 \begin_inset Note Note
23116 status collapsed
23117
23118 \begin_layout Plain Layout
23119
23120 \series bold
23121
23122 \backslash
23123 cmidrule
23124 \series default
23125  is used here only for table borders.
23126  See sec.
23127  
23128 \family sans
23129 Formal Tables
23130 \family default
23131  of the 
23132 \emph on
23133 EmbeddedObjects
23134 \emph default
23135  manual for details.
23136 \end_layout
23137
23138 \end_inset
23139
23140
23141 \end_layout
23142
23143 \begin_layout Standard
23144 \begin_inset ERT
23145 status collapsed
23146
23147 \begin_layout Plain Layout
23148
23149
23150 \backslash
23151 else 
23152 \end_layout
23153
23154 \end_inset
23155
23156
23157 \begin_inset Note Note
23158 status open
23159
23160 \begin_layout Plain Layout
23161 The following will be displayed when the \SpecialChar LaTeX
23162 -package 
23163 \series bold
23164 eurosym
23165 \series default
23166  is not installed:
23167 \end_layout
23168
23169 \end_inset
23170
23171
23172 \end_layout
23173
23174 \begin_layout Standard
23175 You need to install the \SpecialChar LaTeX
23176 -package 
23177 \series bold
23178 eurosym
23179 \series default
23180  to see the rest of this subsection in the output.
23181 \end_layout
23182
23183 \begin_layout Standard
23184 \begin_inset ERT
23185 status collapsed
23186
23187 \begin_layout Plain Layout
23188
23189
23190 \backslash
23191 fi 
23192 \end_layout
23193
23194 \end_inset
23195
23196
23197 \end_layout
23198
23199 \begin_layout Standard
23200 \begin_inset Newpage newpage
23201 \end_inset
23202
23203
23204 \end_layout
23205
23206 \begin_layout Section
23207 Relations
23208 \begin_inset CommandInset label
23209 LatexCommand label
23210 name "sec:Relations"
23211
23212 \end_inset
23213
23214
23215 \begin_inset Index idx
23216 status collapsed
23217
23218 \begin_layout Plain Layout
23219 Relations
23220 \end_layout
23221
23222 \end_inset
23223
23224
23225 \begin_inset Index idx
23226 status collapsed
23227
23228 \begin_layout Plain Layout
23229 Comparisons|see
23230 \begin_inset ERT
23231 status collapsed
23232
23233 \begin_layout Plain Layout
23234
23235 {
23236 \end_layout
23237
23238 \end_inset
23239
23240 Relations
23241 \begin_inset ERT
23242 status collapsed
23243
23244 \begin_layout Plain Layout
23245
23246 }
23247 \end_layout
23248
23249 \end_inset
23250
23251
23252 \end_layout
23253
23254 \end_inset
23255
23256
23257 \end_layout
23258
23259 \begin_layout Standard
23260 All following relations can also be inserted via the toolbar button 
23261 \begin_inset Info
23262 type  "icon"
23263 arg   "math-insert \\leq"
23264 \end_inset
23265
23266 .
23267 \end_layout
23268
23269 \begin_layout Standard
23270 \begin_inset Tabular
23271 <lyxtabular version="3" rows="17" columns="2">
23272 <features booktabs="true" tabularvalignment="middle">
23273 <column alignment="center" valignment="top" width="0pt">
23274 <column alignment="center" valignment="top" width="0pt">
23275 <row>
23276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23277 \begin_inset Text
23278
23279 \begin_layout Plain Layout
23280 Command
23281 \end_layout
23282
23283 \end_inset
23284 </cell>
23285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23286 \begin_inset Text
23287
23288 \begin_layout Plain Layout
23289 Relation
23290 \end_layout
23291
23292 \end_inset
23293 </cell>
23294 </row>
23295 <row>
23296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23297 \begin_inset Text
23298
23299 \begin_layout Plain Layout
23300 <
23301 \end_layout
23302
23303 \end_inset
23304 </cell>
23305 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23306 \begin_inset Text
23307
23308 \begin_layout Plain Layout
23309 \begin_inset Formula $<$
23310 \end_inset
23311
23312
23313 \end_layout
23314
23315 \end_inset
23316 </cell>
23317 </row>
23318 <row>
23319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23320 \begin_inset Text
23321
23322 \begin_layout Plain Layout
23323
23324 \backslash
23325 le
23326 \end_layout
23327
23328 \end_inset
23329 </cell>
23330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23331 \begin_inset Text
23332
23333 \begin_layout Plain Layout
23334 \begin_inset Formula $\le$
23335 \end_inset
23336
23337
23338 \end_layout
23339
23340 \end_inset
23341 </cell>
23342 </row>
23343 <row>
23344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23345 \begin_inset Text
23346
23347 \begin_layout Plain Layout
23348
23349 \backslash
23350 ll
23351 \end_layout
23352
23353 \end_inset
23354 </cell>
23355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23356 \begin_inset Text
23357
23358 \begin_layout Plain Layout
23359 \begin_inset Formula $\ll$
23360 \end_inset
23361
23362
23363 \end_layout
23364
23365 \end_inset
23366 </cell>
23367 </row>
23368 <row>
23369 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23370 \begin_inset Text
23371
23372 \begin_layout Plain Layout
23373
23374 \backslash
23375 prec
23376 \end_layout
23377
23378 \end_inset
23379 </cell>
23380 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23381 \begin_inset Text
23382
23383 \begin_layout Plain Layout
23384 \begin_inset Formula $\prec$
23385 \end_inset
23386
23387
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 </row>
23393 <row>
23394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23395 \begin_inset Text
23396
23397 \begin_layout Plain Layout
23398
23399 \backslash
23400 preceq
23401 \end_layout
23402
23403 \end_inset
23404 </cell>
23405 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23406 \begin_inset Text
23407
23408 \begin_layout Plain Layout
23409 \begin_inset Formula $\preceq$
23410 \end_inset
23411
23412
23413 \end_layout
23414
23415 \end_inset
23416 </cell>
23417 </row>
23418 <row>
23419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23420 \begin_inset Text
23421
23422 \begin_layout Plain Layout
23423
23424 \backslash
23425 subset
23426 \end_layout
23427
23428 \end_inset
23429 </cell>
23430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23431 \begin_inset Text
23432
23433 \begin_layout Plain Layout
23434 \begin_inset Formula $\subset$
23435 \end_inset
23436
23437
23438 \end_layout
23439
23440 \end_inset
23441 </cell>
23442 </row>
23443 <row>
23444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23445 \begin_inset Text
23446
23447 \begin_layout Plain Layout
23448
23449 \backslash
23450 subseteq
23451 \end_layout
23452
23453 \end_inset
23454 </cell>
23455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23456 \begin_inset Text
23457
23458 \begin_layout Plain Layout
23459 \begin_inset Formula $\subseteq$
23460 \end_inset
23461
23462
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 </row>
23468 <row>
23469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23470 \begin_inset Text
23471
23472 \begin_layout Plain Layout
23473
23474 \backslash
23475 sqsubseteq
23476 \end_layout
23477
23478 \end_inset
23479 </cell>
23480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23481 \begin_inset Text
23482
23483 \begin_layout Plain Layout
23484 \begin_inset Formula $\sqsubseteq$
23485 \end_inset
23486
23487
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 </row>
23493 <row>
23494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23495 \begin_inset Text
23496
23497 \begin_layout Plain Layout
23498
23499 \backslash
23500 in
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509 \begin_inset Formula $\in$
23510 \end_inset
23511
23512
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 </row>
23518 <row>
23519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23520 \begin_inset Text
23521
23522 \begin_layout Plain Layout
23523
23524 \backslash
23525 vdash
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23531 \begin_inset Text
23532
23533 \begin_layout Plain Layout
23534 \begin_inset Formula $\vdash$
23535 \end_inset
23536
23537
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 </row>
23543 <row>
23544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23545 \begin_inset Text
23546
23547 \begin_layout Plain Layout
23548
23549 \backslash
23550 smile
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23556 \begin_inset Text
23557
23558 \begin_layout Plain Layout
23559 \begin_inset Formula $\smile$
23560 \end_inset
23561
23562
23563 \end_layout
23564
23565 \end_inset
23566 </cell>
23567 </row>
23568 <row>
23569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573
23574 \backslash
23575 lhd
23576 \end_layout
23577
23578 \end_inset
23579 </cell>
23580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23581 \begin_inset Text
23582
23583 \begin_layout Plain Layout
23584 \begin_inset Formula $\lhd$
23585 \end_inset
23586
23587
23588 \end_layout
23589
23590 \end_inset
23591 </cell>
23592 </row>
23593 <row>
23594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23595 \begin_inset Text
23596
23597 \begin_layout Plain Layout
23598
23599 \backslash
23600 unlhd
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23606 \begin_inset Text
23607
23608 \begin_layout Plain Layout
23609 \begin_inset Formula $\unlhd$
23610 \end_inset
23611
23612
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 </row>
23618 <row>
23619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23620 \begin_inset Text
23621
23622 \begin_layout Plain Layout
23623
23624 \backslash
23625 gtrless
23626 \end_layout
23627
23628 \end_inset
23629 </cell>
23630 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23631 \begin_inset Text
23632
23633 \begin_layout Plain Layout
23634 \begin_inset Formula $\gtrless$
23635 \end_inset
23636
23637
23638 \end_layout
23639
23640 \end_inset
23641 </cell>
23642 </row>
23643 <row>
23644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23645 \begin_inset Text
23646
23647 \begin_layout Plain Layout
23648
23649 \backslash
23650 mid
23651 \end_layout
23652
23653 \end_inset
23654 </cell>
23655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23656 \begin_inset Text
23657
23658 \begin_layout Plain Layout
23659 \begin_inset Formula $\mid$
23660 \end_inset
23661
23662
23663 \end_layout
23664
23665 \end_inset
23666 </cell>
23667 </row>
23668 <row>
23669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23670 \begin_inset Text
23671
23672 \begin_layout Plain Layout
23673
23674 \backslash
23675 nmid
23676 \end_layout
23677
23678 \end_inset
23679 </cell>
23680 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23681 \begin_inset Text
23682
23683 \begin_layout Plain Layout
23684 \begin_inset Formula $\nmid$
23685 \end_inset
23686
23687
23688 \end_layout
23689
23690 \end_inset
23691 </cell>
23692 </row>
23693 </lyxtabular>
23694
23695 \end_inset
23696
23697
23698 \begin_inset space \hfill{}
23699 \end_inset
23700
23701
23702 \begin_inset Tabular
23703 <lyxtabular version="3" rows="17" columns="2">
23704 <features booktabs="true" tabularvalignment="middle">
23705 <column alignment="center" valignment="top" width="0pt">
23706 <column alignment="center" valignment="top" width="0pt">
23707 <row>
23708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23709 \begin_inset Text
23710
23711 \begin_layout Plain Layout
23712 Command
23713 \end_layout
23714
23715 \end_inset
23716 </cell>
23717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23718 \begin_inset Text
23719
23720 \begin_layout Plain Layout
23721 Relation
23722 \end_layout
23723
23724 \end_inset
23725 </cell>
23726 </row>
23727 <row>
23728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23729 \begin_inset Text
23730
23731 \begin_layout Plain Layout
23732 =
23733 \end_layout
23734
23735 \end_inset
23736 </cell>
23737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23738 \begin_inset Text
23739
23740 \begin_layout Plain Layout
23741 \begin_inset Formula $=$
23742 \end_inset
23743
23744
23745 \end_layout
23746
23747 \end_inset
23748 </cell>
23749 </row>
23750 <row>
23751 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23752 \begin_inset Text
23753
23754 \begin_layout Plain Layout
23755
23756 \backslash
23757 not=
23758 \end_layout
23759
23760 \end_inset
23761 </cell>
23762 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23763 \begin_inset Text
23764
23765 \begin_layout Plain Layout
23766 \begin_inset Formula $\not=$
23767 \end_inset
23768
23769
23770 \end_layout
23771
23772 \end_inset
23773 </cell>
23774 </row>
23775 <row>
23776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23777 \begin_inset Text
23778
23779 \begin_layout Plain Layout
23780
23781 \backslash
23782 equiv
23783 \end_layout
23784
23785 \end_inset
23786 </cell>
23787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23788 \begin_inset Text
23789
23790 \begin_layout Plain Layout
23791 \begin_inset Formula $\equiv$
23792 \end_inset
23793
23794
23795 \end_layout
23796
23797 \end_inset
23798 </cell>
23799 </row>
23800 <row>
23801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23802 \begin_inset Text
23803
23804 \begin_layout Plain Layout
23805
23806 \backslash
23807 sim
23808 \end_layout
23809
23810 \end_inset
23811 </cell>
23812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23813 \begin_inset Text
23814
23815 \begin_layout Plain Layout
23816 \begin_inset Formula $\sim$
23817 \end_inset
23818
23819
23820 \end_layout
23821
23822 \end_inset
23823 </cell>
23824 </row>
23825 <row>
23826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23827 \begin_inset Text
23828
23829 \begin_layout Plain Layout
23830
23831 \backslash
23832 simeq
23833 \end_layout
23834
23835 \end_inset
23836 </cell>
23837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23838 \begin_inset Text
23839
23840 \begin_layout Plain Layout
23841 \begin_inset Formula $\simeq$
23842 \end_inset
23843
23844
23845 \end_layout
23846
23847 \end_inset
23848 </cell>
23849 </row>
23850 <row>
23851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23852 \begin_inset Text
23853
23854 \begin_layout Plain Layout
23855
23856 \backslash
23857 approx
23858 \end_layout
23859
23860 \end_inset
23861 </cell>
23862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23863 \begin_inset Text
23864
23865 \begin_layout Plain Layout
23866 \begin_inset Formula $\approx$
23867 \end_inset
23868
23869
23870 \end_layout
23871
23872 \end_inset
23873 </cell>
23874 </row>
23875 <row>
23876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23877 \begin_inset Text
23878
23879 \begin_layout Plain Layout
23880
23881 \backslash
23882 cong
23883 \end_layout
23884
23885 \end_inset
23886 </cell>
23887 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23888 \begin_inset Text
23889
23890 \begin_layout Plain Layout
23891 \begin_inset Formula $\cong$
23892 \end_inset
23893
23894
23895 \end_layout
23896
23897 \end_inset
23898 </cell>
23899 </row>
23900 <row>
23901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23902 \begin_inset Text
23903
23904 \begin_layout Plain Layout
23905
23906 \backslash
23907 bowtie
23908 \end_layout
23909
23910 \end_inset
23911 </cell>
23912 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23913 \begin_inset Text
23914
23915 \begin_layout Plain Layout
23916 \begin_inset Formula $\bowtie$
23917 \end_inset
23918
23919
23920 \end_layout
23921
23922 \end_inset
23923 </cell>
23924 </row>
23925 <row>
23926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23927 \begin_inset Text
23928
23929 \begin_layout Plain Layout
23930
23931 \backslash
23932 notin
23933 \end_layout
23934
23935 \end_inset
23936 </cell>
23937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23938 \begin_inset Text
23939
23940 \begin_layout Plain Layout
23941 \begin_inset Formula $\notin$
23942 \end_inset
23943
23944
23945 \end_layout
23946
23947 \end_inset
23948 </cell>
23949 </row>
23950 <row>
23951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23952 \begin_inset Text
23953
23954 \begin_layout Plain Layout
23955
23956 \backslash
23957 perp
23958 \end_layout
23959
23960 \end_inset
23961 </cell>
23962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23963 \begin_inset Text
23964
23965 \begin_layout Plain Layout
23966 \begin_inset Formula $\perp$
23967 \end_inset
23968
23969
23970 \end_layout
23971
23972 \end_inset
23973 </cell>
23974 </row>
23975 <row>
23976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23977 \begin_inset Text
23978
23979 \begin_layout Plain Layout
23980
23981 \backslash
23982 propto
23983 \end_layout
23984
23985 \end_inset
23986 </cell>
23987 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23988 \begin_inset Text
23989
23990 \begin_layout Plain Layout
23991 \begin_inset Formula $\propto$
23992 \end_inset
23993
23994
23995 \end_layout
23996
23997 \end_inset
23998 </cell>
23999 </row>
24000 <row>
24001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24002 \begin_inset Text
24003
24004 \begin_layout Plain Layout
24005
24006 \backslash
24007 asymp
24008 \end_layout
24009
24010 \end_inset
24011 </cell>
24012 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24013 \begin_inset Text
24014
24015 \begin_layout Plain Layout
24016 \begin_inset Formula $\asymp$
24017 \end_inset
24018
24019
24020 \end_layout
24021
24022 \end_inset
24023 </cell>
24024 </row>
24025 <row>
24026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24027 \begin_inset Text
24028
24029 \begin_layout Plain Layout
24030
24031 \backslash
24032 doteq
24033 \end_layout
24034
24035 \end_inset
24036 </cell>
24037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24038 \begin_inset Text
24039
24040 \begin_layout Plain Layout
24041 \begin_inset Formula $\doteq$
24042 \end_inset
24043
24044
24045 \end_layout
24046
24047 \end_inset
24048 </cell>
24049 </row>
24050 <row>
24051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24052 \begin_inset Text
24053
24054 \begin_layout Plain Layout
24055
24056 \backslash
24057 circeq
24058 \end_layout
24059
24060 \end_inset
24061 </cell>
24062 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24063 \begin_inset Text
24064
24065 \begin_layout Plain Layout
24066 \begin_inset Formula $\circeq$
24067 \end_inset
24068
24069
24070 \end_layout
24071
24072 \end_inset
24073 </cell>
24074 </row>
24075 <row>
24076 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24077 \begin_inset Text
24078
24079 \begin_layout Plain Layout
24080
24081 \backslash
24082 models
24083 \end_layout
24084
24085 \end_inset
24086 </cell>
24087 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24088 \begin_inset Text
24089
24090 \begin_layout Plain Layout
24091 \begin_inset Formula $\models$
24092 \end_inset
24093
24094
24095 \end_layout
24096
24097 \end_inset
24098 </cell>
24099 </row>
24100 <row>
24101 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24102 \begin_inset Text
24103
24104 \begin_layout Plain Layout
24105
24106 \backslash
24107 widehat=
24108 \end_layout
24109
24110 \end_inset
24111 </cell>
24112 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24113 \begin_inset Text
24114
24115 \begin_layout Plain Layout
24116 \begin_inset Formula $\widehat{=}$
24117 \end_inset
24118
24119
24120 \end_layout
24121
24122 \end_inset
24123 </cell>
24124 </row>
24125 </lyxtabular>
24126
24127 \end_inset
24128
24129
24130 \begin_inset space \hfill{}
24131 \end_inset
24132
24133
24134 \begin_inset Tabular
24135 <lyxtabular version="3" rows="17" columns="2">
24136 <features booktabs="true" tabularvalignment="middle">
24137 <column alignment="center" valignment="top" width="0pt">
24138 <column alignment="center" valignment="top" width="0pt">
24139 <row>
24140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24141 \begin_inset Text
24142
24143 \begin_layout Plain Layout
24144 Command
24145 \end_layout
24146
24147 \end_inset
24148 </cell>
24149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24150 \begin_inset Text
24151
24152 \begin_layout Plain Layout
24153 Relation
24154 \end_layout
24155
24156 \end_inset
24157 </cell>
24158 </row>
24159 <row>
24160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24161 \begin_inset Text
24162
24163 \begin_layout Plain Layout
24164 >
24165 \end_layout
24166
24167 \end_inset
24168 </cell>
24169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24170 \begin_inset Text
24171
24172 \begin_layout Plain Layout
24173 \begin_inset Formula $>$
24174 \end_inset
24175
24176
24177 \end_layout
24178
24179 \end_inset
24180 </cell>
24181 </row>
24182 <row>
24183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24184 \begin_inset Text
24185
24186 \begin_layout Plain Layout
24187
24188 \backslash
24189 ge
24190 \end_layout
24191
24192 \end_inset
24193 </cell>
24194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24195 \begin_inset Text
24196
24197 \begin_layout Plain Layout
24198 \begin_inset Formula $\ge$
24199 \end_inset
24200
24201
24202 \end_layout
24203
24204 \end_inset
24205 </cell>
24206 </row>
24207 <row>
24208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24209 \begin_inset Text
24210
24211 \begin_layout Plain Layout
24212
24213 \backslash
24214 gg
24215 \end_layout
24216
24217 \end_inset
24218 </cell>
24219 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24220 \begin_inset Text
24221
24222 \begin_layout Plain Layout
24223 \begin_inset Formula $\gg$
24224 \end_inset
24225
24226
24227 \end_layout
24228
24229 \end_inset
24230 </cell>
24231 </row>
24232 <row>
24233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24234 \begin_inset Text
24235
24236 \begin_layout Plain Layout
24237
24238 \backslash
24239 succ
24240 \end_layout
24241
24242 \end_inset
24243 </cell>
24244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24245 \begin_inset Text
24246
24247 \begin_layout Plain Layout
24248 \begin_inset Formula $\succ$
24249 \end_inset
24250
24251
24252 \end_layout
24253
24254 \end_inset
24255 </cell>
24256 </row>
24257 <row>
24258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24259 \begin_inset Text
24260
24261 \begin_layout Plain Layout
24262
24263 \backslash
24264 succeq
24265 \end_layout
24266
24267 \end_inset
24268 </cell>
24269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24270 \begin_inset Text
24271
24272 \begin_layout Plain Layout
24273 \begin_inset Formula $\succeq$
24274 \end_inset
24275
24276
24277 \end_layout
24278
24279 \end_inset
24280 </cell>
24281 </row>
24282 <row>
24283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24284 \begin_inset Text
24285
24286 \begin_layout Plain Layout
24287
24288 \backslash
24289 supset
24290 \end_layout
24291
24292 \end_inset
24293 </cell>
24294 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24295 \begin_inset Text
24296
24297 \begin_layout Plain Layout
24298 \begin_inset Formula $\supset$
24299 \end_inset
24300
24301
24302 \end_layout
24303
24304 \end_inset
24305 </cell>
24306 </row>
24307 <row>
24308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24309 \begin_inset Text
24310
24311 \begin_layout Plain Layout
24312
24313 \backslash
24314 supseteq
24315 \end_layout
24316
24317 \end_inset
24318 </cell>
24319 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24320 \begin_inset Text
24321
24322 \begin_layout Plain Layout
24323 \begin_inset Formula $\supseteq$
24324 \end_inset
24325
24326
24327 \end_layout
24328
24329 \end_inset
24330 </cell>
24331 </row>
24332 <row>
24333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24334 \begin_inset Text
24335
24336 \begin_layout Plain Layout
24337
24338 \backslash
24339 sqsupseteq
24340 \end_layout
24341
24342 \end_inset
24343 </cell>
24344 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24345 \begin_inset Text
24346
24347 \begin_layout Plain Layout
24348 \begin_inset Formula $\sqsupseteq$
24349 \end_inset
24350
24351
24352 \end_layout
24353
24354 \end_inset
24355 </cell>
24356 </row>
24357 <row>
24358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24359 \begin_inset Text
24360
24361 \begin_layout Plain Layout
24362
24363 \backslash
24364 ni
24365 \end_layout
24366
24367 \end_inset
24368 </cell>
24369 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24370 \begin_inset Text
24371
24372 \begin_layout Plain Layout
24373 \begin_inset Formula $\ni$
24374 \end_inset
24375
24376
24377 \end_layout
24378
24379 \end_inset
24380 </cell>
24381 </row>
24382 <row>
24383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24384 \begin_inset Text
24385
24386 \begin_layout Plain Layout
24387
24388 \backslash
24389 dashv
24390 \end_layout
24391
24392 \end_inset
24393 </cell>
24394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24395 \begin_inset Text
24396
24397 \begin_layout Plain Layout
24398 \begin_inset Formula $\dashv$
24399 \end_inset
24400
24401
24402 \end_layout
24403
24404 \end_inset
24405 </cell>
24406 </row>
24407 <row>
24408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24409 \begin_inset Text
24410
24411 \begin_layout Plain Layout
24412
24413 \backslash
24414 frown
24415 \end_layout
24416
24417 \end_inset
24418 </cell>
24419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24420 \begin_inset Text
24421
24422 \begin_layout Plain Layout
24423 \begin_inset Formula $\frown$
24424 \end_inset
24425
24426
24427 \end_layout
24428
24429 \end_inset
24430 </cell>
24431 </row>
24432 <row>
24433 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24434 \begin_inset Text
24435
24436 \begin_layout Plain Layout
24437
24438 \backslash
24439 rhd
24440 \end_layout
24441
24442 \end_inset
24443 </cell>
24444 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24445 \begin_inset Text
24446
24447 \begin_layout Plain Layout
24448 \begin_inset Formula $\rhd$
24449 \end_inset
24450
24451
24452 \end_layout
24453
24454 \end_inset
24455 </cell>
24456 </row>
24457 <row>
24458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24459 \begin_inset Text
24460
24461 \begin_layout Plain Layout
24462
24463 \backslash
24464 unrhd
24465 \end_layout
24466
24467 \end_inset
24468 </cell>
24469 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24470 \begin_inset Text
24471
24472 \begin_layout Plain Layout
24473 \begin_inset Formula $\unrhd$
24474 \end_inset
24475
24476
24477 \end_layout
24478
24479 \end_inset
24480 </cell>
24481 </row>
24482 <row>
24483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24484 \begin_inset Text
24485
24486 \begin_layout Plain Layout
24487
24488 \backslash
24489 lessgtr
24490 \end_layout
24491
24492 \end_inset
24493 </cell>
24494 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24495 \begin_inset Text
24496
24497 \begin_layout Plain Layout
24498 \begin_inset Formula $\lessgtr$
24499 \end_inset
24500
24501
24502 \end_layout
24503
24504 \end_inset
24505 </cell>
24506 </row>
24507 <row>
24508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24509 \begin_inset Text
24510
24511 \begin_layout Plain Layout
24512
24513 \backslash
24514 parallel
24515 \end_layout
24516
24517 \end_inset
24518 </cell>
24519 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24520 \begin_inset Text
24521
24522 \begin_layout Plain Layout
24523 \begin_inset Formula $\parallel$
24524 \end_inset
24525
24526
24527 \end_layout
24528
24529 \end_inset
24530 </cell>
24531 </row>
24532 <row>
24533 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24534 \begin_inset Text
24535
24536 \begin_layout Plain Layout
24537
24538 \backslash
24539 nparallel
24540 \end_layout
24541
24542 \end_inset
24543 </cell>
24544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24545 \begin_inset Text
24546
24547 \begin_layout Plain Layout
24548 \begin_inset Formula $\nparallel$
24549 \end_inset
24550
24551
24552 \end_layout
24553
24554 \end_inset
24555 </cell>
24556 </row>
24557 </lyxtabular>
24558
24559 \end_inset
24560
24561
24562 \end_layout
24563
24564 \begin_layout Standard
24565 \begin_inset VSpace medskip
24566 \end_inset
24567
24568 The characters 
24569 \series bold
24570
24571 \backslash
24572 lhd
24573 \series default
24574  and 
24575 \series bold
24576
24577 \backslash
24578 rhd
24579 \series default
24580  are bigger than the equal looking operators 
24581 \series bold
24582
24583 \backslash
24584 triangleleft
24585 \series default
24586  and 
24587 \series bold
24588
24589 \backslash
24590 triangleright
24591 \series default
24592 , respectively.
24593 \end_layout
24594
24595 \begin_layout Standard
24596 \SpecialChar LyX
24597  supports also many special relations.
24598  Use the toolbar button 
24599 \begin_inset Info
24600 type  "icon"
24601 arg   "math-insert \\leqq"
24602 \end_inset
24603
24604  to see a list of these relations.
24605 \end_layout
24606
24607 \begin_layout Standard
24608 Relations are, in contrary to symbols, always surrounded by space.
24609 \end_layout
24610
24611 \begin_layout Standard
24612 Relations with labels can be created with the command 
24613 \series bold
24614
24615 \backslash
24616 stackrel
24617 \series default
24618
24619 \begin_inset Index idx
24620 status collapsed
24621
24622 \begin_layout Plain Layout
24623 Commands ! S ! 
24624 \backslash
24625 stackrel
24626 \end_layout
24627
24628 \end_inset
24629
24630 :
24631 \begin_inset Separator parbreak
24632 \end_inset
24633
24634
24635 \end_layout
24636
24637 \begin_layout Standard
24638 \align center
24639 \begin_inset Tabular
24640 <lyxtabular version="3" rows="2" columns="2">
24641 <features booktabs="true" tabularvalignment="middle">
24642 <column alignment="center" valignment="top" width="0pt">
24643 <column alignment="center" valignment="top">
24644 <row>
24645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24646 \begin_inset Text
24647
24648 \begin_layout Plain Layout
24649 Command
24650 \end_layout
24651
24652 \end_inset
24653 </cell>
24654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24655 \begin_inset Text
24656
24657 \begin_layout Plain Layout
24658 Result
24659 \end_layout
24660
24661 \end_inset
24662 </cell>
24663 </row>
24664 <row topspace="1.5mm">
24665 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24666 \begin_inset Text
24667
24668 \begin_layout Plain Layout
24669 A(r)
24670 \backslash
24671 stackrel
24672 \begin_inset space \textvisiblespace{}
24673 \end_inset
24674
24675 r
24676 \backslash
24677 to
24678 \backslash
24679 infty
24680 \begin_inset space \textvisiblespace{}
24681 \end_inset
24682
24683
24684 \begin_inset Formula $\downarrow$
24685 \end_inset
24686
24687
24688 \backslash
24689 approx
24690 \begin_inset space \textvisiblespace{}
24691 \end_inset
24692
24693
24694 \begin_inset space \textvisiblespace{}
24695 \end_inset
24696
24697 B
24698 \end_layout
24699
24700 \end_inset
24701 </cell>
24702 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24703 \begin_inset Text
24704
24705 \begin_layout Plain Layout
24706 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
24707 \end_inset
24708
24709
24710 \end_layout
24711
24712 \end_inset
24713 </cell>
24714 </row>
24715 </lyxtabular>
24716
24717 \end_inset
24718
24719
24720 \end_layout
24721
24722 \begin_layout Section
24723 Functions
24724 \end_layout
24725
24726 \begin_layout Subsection
24727 Predefined Functions
24728 \begin_inset CommandInset label
24729 LatexCommand label
24730 name "subsec:Predefined-Functions"
24731
24732 \end_inset
24733
24734
24735 \begin_inset Index idx
24736 status collapsed
24737
24738 \begin_layout Plain Layout
24739 Functions ! predefined
24740 \end_layout
24741
24742 \end_inset
24743
24744
24745 \end_layout
24746
24747 \begin_layout Standard
24748 In general, variables are set 
24749 \emph on
24750 italic
24751 \emph default
24752  in mathematical expressions, but not function names, because 
24753 \begin_inset Formula $sin$
24754 \end_inset
24755
24756  could be misunderstood as 
24757 \begin_inset Formula $s\cdot i\cdot n$
24758 \end_inset
24759
24760 .
24761  Therefore there are predefined functionswhich are additionally a bit separated
24762  from prefactors.
24763  They are inserted as commands starting with a backslash before their name.
24764 \begin_inset Separator parbreak
24765 \end_inset
24766
24767
24768 \end_layout
24769
24770 \begin_layout Standard
24771 \align center
24772 \begin_inset Tabular
24773 <lyxtabular version="3" rows="2" columns="2">
24774 <features booktabs="true" tabularvalignment="middle">
24775 <column alignment="center" valignment="top" width="0pt">
24776 <column alignment="center" valignment="top" width="0pt">
24777 <row>
24778 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24779 \begin_inset Text
24780
24781 \begin_layout Plain Layout
24782 Command
24783 \end_layout
24784
24785 \end_inset
24786 </cell>
24787 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
24788 \begin_inset Text
24789
24790 \begin_layout Plain Layout
24791 Result
24792 \end_layout
24793
24794 \end_inset
24795 </cell>
24796 </row>
24797 <row>
24798 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24799 \begin_inset Text
24800
24801 \begin_layout Plain Layout
24802 Asin(x)+B
24803 \end_layout
24804
24805 \end_inset
24806 </cell>
24807 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
24808 \begin_inset Text
24809
24810 \begin_layout Plain Layout
24811 \begin_inset Formula $Asin(x)+B$
24812 \end_inset
24813
24814
24815 \end_layout
24816
24817 \end_inset
24818 </cell>
24819 </row>
24820 </lyxtabular>
24821
24822 \end_inset
24823
24824
24825 \begin_inset space \quad{}
24826 \end_inset
24827
24828
24829 \begin_inset Tabular
24830 <lyxtabular version="3" rows="2" columns="2">
24831 <features booktabs="true" tabularvalignment="middle">
24832 <column alignment="center" valignment="top" width="0pt">
24833 <column alignment="center" valignment="top" width="0pt">
24834 <row>
24835 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24836 \begin_inset Text
24837
24838 \begin_layout Plain Layout
24839 Command
24840 \end_layout
24841
24842 \end_inset
24843 </cell>
24844 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24845 \begin_inset Text
24846
24847 \begin_layout Plain Layout
24848 Result
24849 \end_layout
24850
24851 \end_inset
24852 </cell>
24853 </row>
24854 <row>
24855 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24856 \begin_inset Text
24857
24858 \begin_layout Plain Layout
24859 A
24860 \backslash
24861 sin(x)+B
24862 \end_layout
24863
24864 \end_inset
24865 </cell>
24866 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24867 \begin_inset Text
24868
24869 \begin_layout Plain Layout
24870 \begin_inset Formula $A\sin(x)+B$
24871 \end_inset
24872
24873
24874 \end_layout
24875
24876 \end_inset
24877 </cell>
24878 </row>
24879 </lyxtabular>
24880
24881 \end_inset
24882
24883
24884 \end_layout
24885
24886 \begin_layout Standard
24887 The following functions are predefined:
24888 \end_layout
24889
24890 \begin_layout Standard
24891 \begin_inset VSpace -2mm
24892 \end_inset
24893
24894
24895 \end_layout
24896
24897 \begin_layout Standard
24898 \align center
24899 \begin_inset Tabular
24900 <lyxtabular version="3" rows="9" columns="4">
24901 <features booktabs="true" tabularvalignment="middle">
24902 <column alignment="center" valignment="top" width="0pt">
24903 <column alignment="center" valignment="top" width="0pt">
24904 <column alignment="center" valignment="top" width="0pt">
24905 <column alignment="center" valignment="top" width="0pt">
24906 <row>
24907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24908 \begin_inset Text
24909
24910 \begin_layout Plain Layout
24911 Command
24912 \end_layout
24913
24914 \end_inset
24915 </cell>
24916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24917 \begin_inset Text
24918
24919 \begin_layout Plain Layout
24920 Command
24921 \end_layout
24922
24923 \end_inset
24924 </cell>
24925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24926 \begin_inset Text
24927
24928 \begin_layout Plain Layout
24929 Command
24930 \end_layout
24931
24932 \end_inset
24933 </cell>
24934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24935 \begin_inset Text
24936
24937 \begin_layout Plain Layout
24938 Command
24939 \end_layout
24940
24941 \end_inset
24942 </cell>
24943 </row>
24944 <row>
24945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24946 \begin_inset Text
24947
24948 \begin_layout Plain Layout
24949
24950 \backslash
24951 sin
24952 \end_layout
24953
24954 \end_inset
24955 </cell>
24956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24957 \begin_inset Text
24958
24959 \begin_layout Plain Layout
24960
24961 \backslash
24962 sinh
24963 \end_layout
24964
24965 \end_inset
24966 </cell>
24967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24968 \begin_inset Text
24969
24970 \begin_layout Plain Layout
24971
24972 \backslash
24973 arcsin
24974 \end_layout
24975
24976 \end_inset
24977 </cell>
24978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24979 \begin_inset Text
24980
24981 \begin_layout Plain Layout
24982
24983 \backslash
24984 sup
24985 \end_layout
24986
24987 \end_inset
24988 </cell>
24989 </row>
24990 <row>
24991 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24992 \begin_inset Text
24993
24994 \begin_layout Plain Layout
24995
24996 \backslash
24997 cos
24998 \end_layout
24999
25000 \end_inset
25001 </cell>
25002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25003 \begin_inset Text
25004
25005 \begin_layout Plain Layout
25006
25007 \backslash
25008 cosh
25009 \end_layout
25010
25011 \end_inset
25012 </cell>
25013 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25014 \begin_inset Text
25015
25016 \begin_layout Plain Layout
25017
25018 \backslash
25019 arccos
25020 \end_layout
25021
25022 \end_inset
25023 </cell>
25024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25025 \begin_inset Text
25026
25027 \begin_layout Plain Layout
25028
25029 \backslash
25030 inf
25031 \end_layout
25032
25033 \end_inset
25034 </cell>
25035 </row>
25036 <row>
25037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25038 \begin_inset Text
25039
25040 \begin_layout Plain Layout
25041
25042 \backslash
25043 tan
25044 \end_layout
25045
25046 \end_inset
25047 </cell>
25048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25049 \begin_inset Text
25050
25051 \begin_layout Plain Layout
25052
25053 \backslash
25054 tanh
25055 \end_layout
25056
25057 \end_inset
25058 </cell>
25059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25060 \begin_inset Text
25061
25062 \begin_layout Plain Layout
25063
25064 \backslash
25065 arctan
25066 \end_layout
25067
25068 \end_inset
25069 </cell>
25070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25071 \begin_inset Text
25072
25073 \begin_layout Plain Layout
25074
25075 \backslash
25076 lim
25077 \end_layout
25078
25079 \end_inset
25080 </cell>
25081 </row>
25082 <row>
25083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25084 \begin_inset Text
25085
25086 \begin_layout Plain Layout
25087
25088 \backslash
25089 cot
25090 \end_layout
25091
25092 \end_inset
25093 </cell>
25094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25095 \begin_inset Text
25096
25097 \begin_layout Plain Layout
25098
25099 \backslash
25100 coth
25101 \end_layout
25102
25103 \end_inset
25104 </cell>
25105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25106 \begin_inset Text
25107
25108 \begin_layout Plain Layout
25109
25110 \backslash
25111 arg
25112 \end_layout
25113
25114 \end_inset
25115 </cell>
25116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25117 \begin_inset Text
25118
25119 \begin_layout Plain Layout
25120
25121 \backslash
25122 liminf
25123 \end_layout
25124
25125 \end_inset
25126 </cell>
25127 </row>
25128 <row>
25129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25130 \begin_inset Text
25131
25132 \begin_layout Plain Layout
25133
25134 \backslash
25135 sec
25136 \end_layout
25137
25138 \end_inset
25139 </cell>
25140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25141 \begin_inset Text
25142
25143 \begin_layout Plain Layout
25144
25145 \backslash
25146 min
25147 \end_layout
25148
25149 \end_inset
25150 </cell>
25151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25152 \begin_inset Text
25153
25154 \begin_layout Plain Layout
25155
25156 \backslash
25157 deg
25158 \end_layout
25159
25160 \end_inset
25161 </cell>
25162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25163 \begin_inset Text
25164
25165 \begin_layout Plain Layout
25166
25167 \backslash
25168 limsup
25169 \end_layout
25170
25171 \end_inset
25172 </cell>
25173 </row>
25174 <row>
25175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25176 \begin_inset Text
25177
25178 \begin_layout Plain Layout
25179
25180 \backslash
25181 csc
25182 \end_layout
25183
25184 \end_inset
25185 </cell>
25186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25187 \begin_inset Text
25188
25189 \begin_layout Plain Layout
25190
25191 \backslash
25192 max
25193 \end_layout
25194
25195 \end_inset
25196 </cell>
25197 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25198 \begin_inset Text
25199
25200 \begin_layout Plain Layout
25201
25202 \backslash
25203 det
25204 \end_layout
25205
25206 \end_inset
25207 </cell>
25208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25209 \begin_inset Text
25210
25211 \begin_layout Plain Layout
25212
25213 \backslash
25214 Pr
25215 \end_layout
25216
25217 \end_inset
25218 </cell>
25219 </row>
25220 <row>
25221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25222 \begin_inset Text
25223
25224 \begin_layout Plain Layout
25225
25226 \backslash
25227 ln
25228 \end_layout
25229
25230 \end_inset
25231 </cell>
25232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25233 \begin_inset Text
25234
25235 \begin_layout Plain Layout
25236
25237 \backslash
25238 exp
25239 \end_layout
25240
25241 \end_inset
25242 </cell>
25243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25244 \begin_inset Text
25245
25246 \begin_layout Plain Layout
25247
25248 \backslash
25249 dim
25250 \end_layout
25251
25252 \end_inset
25253 </cell>
25254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25255 \begin_inset Text
25256
25257 \begin_layout Plain Layout
25258
25259 \backslash
25260 hom
25261 \end_layout
25262
25263 \end_inset
25264 </cell>
25265 </row>
25266 <row>
25267 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25268 \begin_inset Text
25269
25270 \begin_layout Plain Layout
25271
25272 \backslash
25273 lg
25274 \end_layout
25275
25276 \end_inset
25277 </cell>
25278 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25279 \begin_inset Text
25280
25281 \begin_layout Plain Layout
25282
25283 \backslash
25284 log
25285 \end_layout
25286
25287 \end_inset
25288 </cell>
25289 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25290 \begin_inset Text
25291
25292 \begin_layout Plain Layout
25293
25294 \backslash
25295 ker
25296 \end_layout
25297
25298 \end_inset
25299 </cell>
25300 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25301 \begin_inset Text
25302
25303 \begin_layout Plain Layout
25304
25305 \backslash
25306 gcd
25307 \end_layout
25308
25309 \end_inset
25310 </cell>
25311 </row>
25312 </lyxtabular>
25313
25314 \end_inset
25315
25316
25317 \end_layout
25318
25319 \begin_layout Standard
25320 They can also be inserted with the math toolbar button 
25321 \begin_inset Info
25322 type  "icon"
25323 arg   "math-insert \\functions"
25324 \end_inset
25325
25326 .
25327 \end_layout
25328
25329 \begin_layout Subsection
25330 Self-defined Functions
25331 \begin_inset Index idx
25332 status collapsed
25333
25334 \begin_layout Plain Layout
25335 Functions ! self-defined
25336 \end_layout
25337
25338 \end_inset
25339
25340
25341 \end_layout
25342
25343 \begin_layout Standard
25344 To use a function that is not predefined, like for example the sign function
25345  sgn(x), there are two possibilities:
25346 \end_layout
25347
25348 \begin_layout Itemize
25349 Define the function by inserting the following line to the \SpecialChar LaTeX
25350 -preamble
25351 \begin_inset Foot
25352 status collapsed
25353
25354 \begin_layout Plain Layout
25355 For more about 
25356 \series bold
25357
25358 \backslash
25359 DeclareMathOperator
25360 \series default
25361  see 
25362 \begin_inset CommandInset ref
25363 LatexCommand ref
25364 reference "subsec:Self-defined-Operators"
25365
25366 \end_inset
25367
25368 .
25369 \end_layout
25370
25371 \end_inset
25372
25373
25374 \begin_inset Newline newline
25375 \end_inset
25376
25377
25378 \begin_inset VSpace -3mm
25379 \end_inset
25380
25381
25382 \begin_inset Newline newline
25383 \end_inset
25384
25385
25386 \series bold
25387
25388 \backslash
25389 DeclareMathOperator{
25390 \backslash
25391 sgn}{sgn}
25392 \series default
25393
25394 \begin_inset Index idx
25395 status collapsed
25396
25397 \begin_layout Plain Layout
25398 Commands ! D ! 
25399 \backslash
25400 dbinom@
25401 \backslash
25402 DeclareMathOperator
25403 \end_layout
25404
25405 \end_inset
25406
25407
25408 \begin_inset Newline newline
25409 \end_inset
25410
25411
25412 \begin_inset VSpace -2mm
25413 \end_inset
25414
25415
25416 \begin_inset Newline newline
25417 \end_inset
25418
25419 Now the new defined function can be called with the command 
25420 \series bold
25421
25422 \backslash
25423 sgn
25424 \series default
25425 .
25426 \end_layout
25427
25428 \begin_layout Itemize
25429 Write the formula as usual, mark the formula name, in our example the letters
25430  
25431 \emph on
25432 sgn
25433 \emph default
25434 , and change it to mathematical text.
25435  Finally, a space is inserted between prefactor and function.
25436 \end_layout
25437
25438 \begin_layout Standard
25439 The result is the same with both methods as with a predefined function
25440 \begin_inset Foot
25441 status collapsed
25442
25443 \begin_layout Plain Layout
25444 In \SpecialChar LyX
25445  self-defined functions are displayed red, predefined ones black.
25446 \end_layout
25447
25448 \end_inset
25449
25450 :
25451 \begin_inset Separator parbreak
25452 \end_inset
25453
25454
25455 \end_layout
25456
25457 \begin_layout Standard
25458 \align center
25459 \begin_inset Tabular
25460 <lyxtabular version="3" rows="3" columns="2">
25461 <features booktabs="true" tabularvalignment="middle">
25462 <column alignment="center" valignment="top" width="0pt">
25463 <column alignment="center" valignment="top" width="0pt">
25464 <row>
25465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25466 \begin_inset Text
25467
25468 \begin_layout Plain Layout
25469 Command
25470 \end_layout
25471
25472 \end_inset
25473 </cell>
25474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25475 \begin_inset Text
25476
25477 \begin_layout Plain Layout
25478 Result
25479 \end_layout
25480
25481 \end_inset
25482 </cell>
25483 </row>
25484 <row>
25485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25486 \begin_inset Text
25487
25488 \begin_layout Plain Layout
25489 A
25490 \backslash
25491 sgn(x)+B
25492 \end_layout
25493
25494 \end_inset
25495 </cell>
25496 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25497 \begin_inset Text
25498
25499 \begin_layout Plain Layout
25500 \begin_inset Formula $A\sgn(x)+B$
25501 \end_inset
25502
25503
25504 \end_layout
25505
25506 \end_inset
25507 </cell>
25508 </row>
25509 <row>
25510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25511 \begin_inset Text
25512
25513 \begin_layout Plain Layout
25514 A
25515 \backslash
25516 ,
25517 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25518 \end_inset
25519
25520 (x)+B
25521 \end_layout
25522
25523 \end_inset
25524 </cell>
25525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25526 \begin_inset Text
25527
25528 \begin_layout Plain Layout
25529 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25530 \end_inset
25531
25532
25533 \end_layout
25534
25535 \end_inset
25536 </cell>
25537 </row>
25538 </lyxtabular>
25539
25540 \end_inset
25541
25542
25543 \end_layout
25544
25545 \begin_layout Standard
25546 The first method is more suitable when the self-defined function should
25547  be used several times.
25548 \end_layout
25549
25550 \begin_layout Subsection
25551 Limits
25552 \begin_inset Index idx
25553 status collapsed
25554
25555 \begin_layout Plain Layout
25556 Limits
25557 \end_layout
25558
25559 \end_inset
25560
25561
25562 \end_layout
25563
25564 \begin_layout Standard
25565 For limits, in addition to the commands 
25566 \series bold
25567
25568 \backslash
25569 lim
25570 \series default
25571
25572 \begin_inset Index idx
25573 status collapsed
25574
25575 \begin_layout Plain Layout
25576 Commands ! L ! 
25577 \backslash
25578 lim
25579 \end_layout
25580
25581 \end_inset
25582
25583
25584 \series bold
25585
25586 \backslash
25587 liminf
25588 \series default
25589  and 
25590 \series bold
25591
25592 \backslash
25593 limsup
25594 \series default
25595  the following functions are defined:
25596 \begin_inset Separator parbreak
25597 \end_inset
25598
25599
25600 \end_layout
25601
25602 \begin_layout Standard
25603 \align center
25604 \begin_inset Tabular
25605 <lyxtabular version="3" rows="5" columns="2">
25606 <features booktabs="true" tabularvalignment="middle">
25607 <column alignment="center" valignment="top" width="0pt">
25608 <column alignment="center" valignment="top" width="0pt">
25609 <row>
25610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25611 \begin_inset Text
25612
25613 \begin_layout Plain Layout
25614 Command
25615 \end_layout
25616
25617 \end_inset
25618 </cell>
25619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25620 \begin_inset Text
25621
25622 \begin_layout Plain Layout
25623 Result
25624 \end_layout
25625
25626 \end_inset
25627 </cell>
25628 </row>
25629 <row>
25630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25631 \begin_inset Text
25632
25633 \begin_layout Plain Layout
25634
25635 \backslash
25636 varliminf
25637 \end_layout
25638
25639 \end_inset
25640 </cell>
25641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25642 \begin_inset Text
25643
25644 \begin_layout Plain Layout
25645 \begin_inset Formula $\varliminf$
25646 \end_inset
25647
25648
25649 \end_layout
25650
25651 \end_inset
25652 </cell>
25653 </row>
25654 <row topspace="1.5mm">
25655 <cell alignment="center" valignment="top" usebox="none">
25656 \begin_inset Text
25657
25658 \begin_layout Plain Layout
25659
25660 \backslash
25661 varlimsup
25662 \end_layout
25663
25664 \end_inset
25665 </cell>
25666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25667 \begin_inset Text
25668
25669 \begin_layout Plain Layout
25670 \begin_inset Formula $\varlimsup$
25671 \end_inset
25672
25673
25674 \end_layout
25675
25676 \end_inset
25677 </cell>
25678 </row>
25679 <row topspace="1.5mm">
25680 <cell alignment="center" valignment="top" usebox="none">
25681 \begin_inset Text
25682
25683 \begin_layout Plain Layout
25684
25685 \backslash
25686 varprojlim
25687 \end_layout
25688
25689 \end_inset
25690 </cell>
25691 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25692 \begin_inset Text
25693
25694 \begin_layout Plain Layout
25695 \begin_inset Formula $\varprojlim$
25696 \end_inset
25697
25698
25699 \end_layout
25700
25701 \end_inset
25702 </cell>
25703 </row>
25704 <row topspace="1.5mm" bottomspace="1mm">
25705 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25706 \begin_inset Text
25707
25708 \begin_layout Plain Layout
25709
25710 \backslash
25711 varinjlim
25712 \end_layout
25713
25714 \end_inset
25715 </cell>
25716 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25717 \begin_inset Text
25718
25719 \begin_layout Plain Layout
25720 \begin_inset Formula $\varinjlim$
25721 \end_inset
25722
25723
25724 \end_layout
25725
25726 \end_inset
25727 </cell>
25728 </row>
25729 </lyxtabular>
25730
25731 \end_inset
25732
25733
25734 \end_layout
25735
25736 \begin_layout Standard
25737 \begin_inset VSpace medskip
25738 \end_inset
25739
25740 The limit is created by inserting a subscript.
25741  It is set right beside the function in an inline formula:
25742 \end_layout
25743
25744 \begin_layout Standard
25745 \align center
25746 \begin_inset Tabular
25747 <lyxtabular version="3" rows="2" columns="2">
25748 <features booktabs="true" tabularvalignment="middle">
25749 <column alignment="center" valignment="top" width="0pt">
25750 <column alignment="center" valignment="top" width="0pt">
25751 <row>
25752 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25753 \begin_inset Text
25754
25755 \begin_layout Plain Layout
25756 Command
25757 \end_layout
25758
25759 \end_inset
25760 </cell>
25761 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25762 \begin_inset Text
25763
25764 \begin_layout Plain Layout
25765 Result
25766 \end_layout
25767
25768 \end_inset
25769 </cell>
25770 </row>
25771 <row>
25772 <cell alignment="center" valignment="top" usebox="none">
25773 \begin_inset Text
25774
25775 \begin_layout Plain Layout
25776
25777 \backslash
25778 lim_x
25779 \backslash
25780 to
25781 \begin_inset space \textvisiblespace{}
25782 \end_inset
25783
25784 A
25785 \begin_inset space \textvisiblespace{}
25786 \end_inset
25787
25788 x=B
25789 \end_layout
25790
25791 \end_inset
25792 </cell>
25793 <cell alignment="center" valignment="top" usebox="none">
25794 \begin_inset Text
25795
25796 \begin_layout Plain Layout
25797 \begin_inset Formula $\lim_{x\to A}x=B$
25798 \end_inset
25799
25800
25801 \end_layout
25802
25803 \end_inset
25804 </cell>
25805 </row>
25806 </lyxtabular>
25807
25808 \end_inset
25809
25810
25811 \end_layout
25812
25813 \begin_layout Standard
25814 In a displayed formula the limit is set below the formula, as usual:
25815 \begin_inset Formula 
25816 \[
25817 \lim_{x\to A}x=B
25818 \]
25819
25820 \end_inset
25821
25822
25823 \end_layout
25824
25825 \begin_layout Standard
25826 \begin_inset VSpace medskip
25827 \end_inset
25828
25829
25830 \end_layout
25831
25832 \begin_layout Standard
25833 How to adjust the typesetting of the limits see 
25834 \begin_inset CommandInset ref
25835 LatexCommand ref
25836 reference "subsec:Operator-Limits"
25837
25838 \end_inset
25839
25840 .
25841 \end_layout
25842
25843 \begin_layout Subsection
25844 Modulo-Functions
25845 \begin_inset Index idx
25846 status collapsed
25847
25848 \begin_layout Plain Layout
25849 Functions ! modulo-
25850 \end_layout
25851
25852 \end_inset
25853
25854
25855 \end_layout
25856
25857 \begin_layout Standard
25858 The modulo-function is special, because it exists in four variants.
25859  The variants in a displayed formula are:
25860 \begin_inset Formula 
25861 \begin{align*}
25862 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25863 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25864 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25865 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25866 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25867 \end{align*}
25868
25869 \end_inset
25870
25871
25872 \end_layout
25873
25874 \begin_layout Standard
25875 In an inline formula less space is set before the function names for all
25876  variants.
25877  By default the modulo-functions take only the first following character
25878  into account.
25879  To use more than one character, one has to put them into \SpecialChar TeX
25880  braces:
25881 \begin_inset Formula 
25882 \begin{align*}
25883 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25884 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25885 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25886 \end{align*}
25887
25888 \end_inset
25889
25890
25891 \end_layout
25892
25893 \begin_layout Section
25894 Special Characters
25895 \begin_inset Index idx
25896 status collapsed
25897
25898 \begin_layout Plain Layout
25899 Special characters
25900 \end_layout
25901
25902 \end_inset
25903
25904
25905 \end_layout
25906
25907 \begin_layout Standard
25908 The characters ^ and _ would normally create a superscript and subscript,
25909  respectively.
25910  To get these characters you have to insert them with a leading 
25911 \backslash
25912 :
25913 \begin_inset Separator parbreak
25914 \end_inset
25915
25916
25917 \end_layout
25918
25919 \begin_layout Standard
25920 \noindent
25921 \align center
25922 \begin_inset Tabular
25923 <lyxtabular version="3" rows="3" columns="2">
25924 <features booktabs="true" tabularvalignment="middle">
25925 <column alignment="left" valignment="top" width="0pt">
25926 <column alignment="block" valignment="top">
25927 <row>
25928 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25929 \begin_inset Text
25930
25931 \begin_layout Plain Layout
25932 Command
25933 \end_layout
25934
25935 \end_inset
25936 </cell>
25937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25938 \begin_inset Text
25939
25940 \begin_layout Plain Layout
25941 Result
25942 \end_layout
25943
25944 \end_inset
25945 </cell>
25946 </row>
25947 <row>
25948 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25949 \begin_inset Text
25950
25951 \begin_layout Plain Layout
25952
25953 \backslash
25954 ^
25955 \begin_inset space \textvisiblespace{}
25956 \end_inset
25957
25958
25959 \end_layout
25960
25961 \end_inset
25962 </cell>
25963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25964 \begin_inset Text
25965
25966 \begin_layout Plain Layout
25967 \begin_inset Formula $\mathcircumflex$
25968 \end_inset
25969
25970
25971 \end_layout
25972
25973 \end_inset
25974 </cell>
25975 </row>
25976 <row>
25977 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
25978 \begin_inset Text
25979
25980 \begin_layout Plain Layout
25981
25982 \backslash
25983 _
25984 \end_layout
25985
25986 \end_inset
25987 </cell>
25988 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25989 \begin_inset Text
25990
25991 \begin_layout Plain Layout
25992 \begin_inset Formula $\_$
25993 \end_inset
25994
25995
25996 \end_layout
25997
25998 \end_inset
25999 </cell>
26000 </row>
26001 </lyxtabular>
26002
26003 \end_inset
26004
26005
26006 \end_layout
26007
26008 \begin_layout Subsection
26009 Special Characters in Mathematical Text
26010 \end_layout
26011
26012 \begin_layout Standard
26013 The following commands can only be used in mathematical text or in \SpecialChar TeX
26014  mode:
26015 \end_layout
26016
26017 \begin_layout Standard
26018 \begin_inset space \hfill{}
26019 \end_inset
26020
26021
26022 \begin_inset Tabular
26023 <lyxtabular version="3" rows="8" columns="2">
26024 <features booktabs="true" tabularvalignment="middle">
26025 <column alignment="left" valignment="top" width="0pt">
26026 <column alignment="block" valignment="top">
26027 <row>
26028 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26029 \begin_inset Text
26030
26031 \begin_layout Plain Layout
26032 Command
26033 \end_layout
26034
26035 \end_inset
26036 </cell>
26037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26038 \begin_inset Text
26039
26040 \begin_layout Plain Layout
26041 Result
26042 \end_layout
26043
26044 \end_inset
26045 </cell>
26046 </row>
26047 <row>
26048 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26049 \begin_inset Text
26050
26051 \begin_layout Plain Layout
26052
26053 \backslash
26054 oe
26055 \end_layout
26056
26057 \end_inset
26058 </cell>
26059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26060 \begin_inset Text
26061
26062 \begin_layout Plain Layout
26063 \begin_inset Formula $\textrm{œ}$
26064 \end_inset
26065
26066
26067 \end_layout
26068
26069 \end_inset
26070 </cell>
26071 </row>
26072 <row>
26073 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26074 \begin_inset Text
26075
26076 \begin_layout Plain Layout
26077
26078 \backslash
26079 OE
26080 \end_layout
26081
26082 \end_inset
26083 </cell>
26084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26085 \begin_inset Text
26086
26087 \begin_layout Plain Layout
26088 \begin_inset Formula $\textrm{Œ}$
26089 \end_inset
26090
26091
26092 \end_layout
26093
26094 \end_inset
26095 </cell>
26096 </row>
26097 <row>
26098 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26099 \begin_inset Text
26100
26101 \begin_layout Plain Layout
26102
26103 \backslash
26104 ae
26105 \end_layout
26106
26107 \end_inset
26108 </cell>
26109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26110 \begin_inset Text
26111
26112 \begin_layout Plain Layout
26113 \begin_inset Formula $\textrm{æ}$
26114 \end_inset
26115
26116
26117 \end_layout
26118
26119 \end_inset
26120 </cell>
26121 </row>
26122 <row>
26123 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26124 \begin_inset Text
26125
26126 \begin_layout Plain Layout
26127
26128 \backslash
26129 AE
26130 \end_layout
26131
26132 \end_inset
26133 </cell>
26134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26135 \begin_inset Text
26136
26137 \begin_layout Plain Layout
26138 \begin_inset Formula $\textrm{Æ}$
26139 \end_inset
26140
26141
26142 \end_layout
26143
26144 \end_inset
26145 </cell>
26146 </row>
26147 <row>
26148 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26149 \begin_inset Text
26150
26151 \begin_layout Plain Layout
26152
26153 \backslash
26154 aa
26155 \end_layout
26156
26157 \end_inset
26158 </cell>
26159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26160 \begin_inset Text
26161
26162 \begin_layout Plain Layout
26163 \begin_inset Formula $\textrm{\aa}$
26164 \end_inset
26165
26166
26167 \end_layout
26168
26169 \end_inset
26170 </cell>
26171 </row>
26172 <row>
26173 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26174 \begin_inset Text
26175
26176 \begin_layout Plain Layout
26177
26178 \backslash
26179 AA
26180 \begin_inset Index idx
26181 status collapsed
26182
26183 \begin_layout Plain Layout
26184
26185 \backslash
26186 @
26187 \begin_inset ERT
26188 status collapsed
26189
26190 \begin_layout Plain Layout
26191
26192
26193 \backslash
26194 textrm{
26195 \backslash
26196 AA}
26197 \end_layout
26198
26199 \end_inset
26200
26201
26202 \end_layout
26203
26204 \end_inset
26205
26206
26207 \end_layout
26208
26209 \end_inset
26210 </cell>
26211 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26212 \begin_inset Text
26213
26214 \begin_layout Plain Layout
26215 \begin_inset Formula $\textrm{Å}$
26216 \end_inset
26217
26218
26219 \end_layout
26220
26221 \end_inset
26222 </cell>
26223 </row>
26224 <row>
26225 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26226 \begin_inset Text
26227
26228 \begin_layout Plain Layout
26229
26230 \backslash
26231 i
26232 \end_layout
26233
26234 \end_inset
26235 </cell>
26236 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26237 \begin_inset Text
26238
26239 \begin_layout Plain Layout
26240 \begin_inset Formula $\textrm{ı}$
26241 \end_inset
26242
26243
26244 \end_layout
26245
26246 \end_inset
26247 </cell>
26248 </row>
26249 </lyxtabular>
26250
26251 \end_inset
26252
26253
26254 \begin_inset space \hfill{}
26255 \end_inset
26256
26257
26258 \begin_inset Tabular
26259 <lyxtabular version="3" rows="8" columns="2">
26260 <features booktabs="true" tabularvalignment="middle">
26261 <column alignment="left" valignment="top" width="0pt">
26262 <column alignment="center" valignment="top">
26263 <row>
26264 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26265 \begin_inset Text
26266
26267 \begin_layout Plain Layout
26268 Command
26269 \begin_inset Note Note
26270 status collapsed
26271
26272 \begin_layout Plain Layout
26273 The space of 0
26274 \begin_inset space \thinspace{}
26275 \end_inset
26276
26277 mm is used for separation, because otherwise the output will be ¡ and ¿
26278  respectively.
26279 \end_layout
26280
26281 \end_inset
26282
26283
26284 \end_layout
26285
26286 \end_inset
26287 </cell>
26288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26289 \begin_inset Text
26290
26291 \begin_layout Plain Layout
26292 Result
26293 \end_layout
26294
26295 \end_inset
26296 </cell>
26297 </row>
26298 <row>
26299 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26300 \begin_inset Text
26301
26302 \begin_layout Plain Layout
26303
26304 \backslash
26305 o
26306 \end_layout
26307
26308 \end_inset
26309 </cell>
26310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26311 \begin_inset Text
26312
26313 \begin_layout Plain Layout
26314 \begin_inset Formula $\textrm{ø}$
26315 \end_inset
26316
26317
26318 \end_layout
26319
26320 \end_inset
26321 </cell>
26322 </row>
26323 <row>
26324 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26325 \begin_inset Text
26326
26327 \begin_layout Plain Layout
26328
26329 \backslash
26330 O
26331 \end_layout
26332
26333 \end_inset
26334 </cell>
26335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26336 \begin_inset Text
26337
26338 \begin_layout Plain Layout
26339 \begin_inset Formula $\textrm{Ø}$
26340 \end_inset
26341
26342
26343 \end_layout
26344
26345 \end_inset
26346 </cell>
26347 </row>
26348 <row>
26349 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26350 \begin_inset Text
26351
26352 \begin_layout Plain Layout
26353
26354 \backslash
26355 l
26356 \end_layout
26357
26358 \end_inset
26359 </cell>
26360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26361 \begin_inset Text
26362
26363 \begin_layout Plain Layout
26364 \begin_inset Formula $\textrm{ł}$
26365 \end_inset
26366
26367
26368 \end_layout
26369
26370 \end_inset
26371 </cell>
26372 </row>
26373 <row>
26374 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26375 \begin_inset Text
26376
26377 \begin_layout Plain Layout
26378
26379 \backslash
26380 L
26381 \end_layout
26382
26383 \end_inset
26384 </cell>
26385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26386 \begin_inset Text
26387
26388 \begin_layout Plain Layout
26389 \begin_inset Formula $\textrm{Ł}$
26390 \end_inset
26391
26392
26393 \end_layout
26394
26395 \end_inset
26396 </cell>
26397 </row>
26398 <row>
26399 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26400 \begin_inset Text
26401
26402 \begin_layout Plain Layout
26403 !
26404 \begin_inset space \hspace{}
26405 \length 0mm
26406 \end_inset
26407
26408 `
26409 \begin_inset space \textvisiblespace{}
26410 \end_inset
26411
26412
26413 \end_layout
26414
26415 \end_inset
26416 </cell>
26417 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26418 \begin_inset Text
26419
26420 \begin_layout Plain Layout
26421 \begin_inset Formula $\textrm{!`}$
26422 \end_inset
26423
26424
26425 \end_layout
26426
26427 \end_inset
26428 </cell>
26429 </row>
26430 <row>
26431 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26432 \begin_inset Text
26433
26434 \begin_layout Plain Layout
26435 ?
26436 \begin_inset space \hspace{}
26437 \length 0mm
26438 \end_inset
26439
26440 `
26441 \begin_inset space \textvisiblespace{}
26442 \end_inset
26443
26444
26445 \end_layout
26446
26447 \end_inset
26448 </cell>
26449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26450 \begin_inset Text
26451
26452 \begin_layout Plain Layout
26453 \begin_inset Formula $\textrm{?`}$
26454 \end_inset
26455
26456
26457 \end_layout
26458
26459 \end_inset
26460 </cell>
26461 </row>
26462 <row>
26463 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26464 \begin_inset Text
26465
26466 \begin_layout Plain Layout
26467
26468 \backslash
26469 j
26470 \end_layout
26471
26472 \end_inset
26473 </cell>
26474 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26475 \begin_inset Text
26476
26477 \begin_layout Plain Layout
26478 \begin_inset Formula $\textrm{ȷ}$
26479 \end_inset
26480
26481
26482 \end_layout
26483
26484 \end_inset
26485 </cell>
26486 </row>
26487 </lyxtabular>
26488
26489 \end_inset
26490
26491
26492 \begin_inset space \hfill{}
26493 \end_inset
26494
26495
26496 \end_layout
26497
26498 \begin_layout Standard
26499 The characters 
26500 \begin_inset Formula $\textrm{\textrm{Å}}$
26501 \end_inset
26502
26503  and 
26504 \begin_inset Formula $\textrm{\textrm{Ø}}$
26505 \end_inset
26506
26507  can also be inserted via the math toolbar button 
26508 \begin_inset Info
26509 type  "icon"
26510 arg   "math-insert \\digamma"
26511 \end_inset
26512
26513 .
26514 \end_layout
26515
26516 \begin_layout Standard
26517 An exception are the commands 
26518 \series bold
26519 !
26520 \begin_inset space \hspace{}
26521 \length 0mm
26522 \end_inset
26523
26524 `
26525 \series default
26526  and 
26527 \series bold
26528 ?
26529 \begin_inset space \hspace{}
26530 \length 0mm
26531 \end_inset
26532
26533 `
26534 \series default
26535 , because they can be inserted in \SpecialChar LyX
26536  directly to text.
26537 \end_layout
26538
26539 \begin_layout Subsection
26540 Accents in Text
26541 \begin_inset CommandInset label
26542 LatexCommand label
26543 name "subsec:Accents-in-Text"
26544
26545 \end_inset
26546
26547
26548 \begin_inset Index idx
26549 status collapsed
26550
26551 \begin_layout Plain Layout
26552 Accents ! in text
26553 \end_layout
26554
26555 \end_inset
26556
26557
26558 \end_layout
26559
26560 \begin_layout Standard
26561 With the following commands all letters can be accented.
26562  The commands must be inserted in \SpecialChar TeX
26563  mode.
26564 \end_layout
26565
26566 \begin_layout Standard
26567 \begin_inset space \hfill{}
26568 \end_inset
26569
26570
26571 \begin_inset Tabular
26572 <lyxtabular version="3" rows="8" columns="2">
26573 <features booktabs="true" tabularvalignment="middle">
26574 <column alignment="left" valignment="top" width="0pt">
26575 <column alignment="block" valignment="top">
26576 <row>
26577 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26578 \begin_inset Text
26579
26580 \begin_layout Plain Layout
26581 Command
26582 \end_layout
26583
26584 \end_inset
26585 </cell>
26586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26587 \begin_inset Text
26588
26589 \begin_layout Plain Layout
26590 Result
26591 \end_layout
26592
26593 \end_inset
26594 </cell>
26595 </row>
26596 <row>
26597 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26598 \begin_inset Text
26599
26600 \begin_layout Plain Layout
26601
26602 \backslash
26603
26604 \begin_inset Quotes grd
26605 \end_inset
26606
26607 e
26608 \end_layout
26609
26610 \end_inset
26611 </cell>
26612 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26613 \begin_inset Text
26614
26615 \begin_layout Plain Layout
26616 \begin_inset ERT
26617 status collapsed
26618
26619 \begin_layout Plain Layout
26620
26621
26622 \backslash
26623 "e
26624 \end_layout
26625
26626 \end_inset
26627
26628
26629 \end_layout
26630
26631 \end_inset
26632 </cell>
26633 </row>
26634 <row>
26635 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26636 \begin_inset Text
26637
26638 \begin_layout Plain Layout
26639
26640 \backslash
26641 `e
26642 \end_layout
26643
26644 \end_inset
26645 </cell>
26646 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26647 \begin_inset Text
26648
26649 \begin_layout Plain Layout
26650 \begin_inset ERT
26651 status collapsed
26652
26653 \begin_layout Plain Layout
26654
26655
26656 \backslash
26657 `e
26658 \end_layout
26659
26660 \end_inset
26661
26662
26663 \end_layout
26664
26665 \end_inset
26666 </cell>
26667 </row>
26668 <row>
26669 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26670 \begin_inset Text
26671
26672 \begin_layout Plain Layout
26673
26674 \backslash
26675 ^
26676 \begin_inset space \textvisiblespace{}
26677 \end_inset
26678
26679 e
26680 \end_layout
26681
26682 \end_inset
26683 </cell>
26684 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26685 \begin_inset Text
26686
26687 \begin_layout Plain Layout
26688 \begin_inset ERT
26689 status collapsed
26690
26691 \begin_layout Plain Layout
26692
26693
26694 \backslash
26695 ^e
26696 \end_layout
26697
26698 \end_inset
26699
26700
26701 \end_layout
26702
26703 \end_inset
26704 </cell>
26705 </row>
26706 <row>
26707 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26708 \begin_inset Text
26709
26710 \begin_layout Plain Layout
26711
26712 \backslash
26713 =e
26714 \end_layout
26715
26716 \end_inset
26717 </cell>
26718 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26719 \begin_inset Text
26720
26721 \begin_layout Plain Layout
26722 \begin_inset ERT
26723 status collapsed
26724
26725 \begin_layout Plain Layout
26726
26727
26728 \backslash
26729 =e
26730 \end_layout
26731
26732 \end_inset
26733
26734
26735 \end_layout
26736
26737 \end_inset
26738 </cell>
26739 </row>
26740 <row>
26741 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26742 \begin_inset Text
26743
26744 \begin_layout Plain Layout
26745
26746 \backslash
26747 u
26748 \begin_inset space \textvisiblespace{}
26749 \end_inset
26750
26751 e
26752 \end_layout
26753
26754 \end_inset
26755 </cell>
26756 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26757 \begin_inset Text
26758
26759 \begin_layout Plain Layout
26760 \begin_inset ERT
26761 status collapsed
26762
26763 \begin_layout Plain Layout
26764
26765
26766 \backslash
26767 u e
26768 \end_layout
26769
26770 \end_inset
26771
26772
26773 \end_layout
26774
26775 \end_inset
26776 </cell>
26777 </row>
26778 <row>
26779 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26780 \begin_inset Text
26781
26782 \begin_layout Plain Layout
26783
26784 \backslash
26785 b
26786 \begin_inset space \textvisiblespace{}
26787 \end_inset
26788
26789 e
26790 \end_layout
26791
26792 \end_inset
26793 </cell>
26794 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26795 \begin_inset Text
26796
26797 \begin_layout Plain Layout
26798 \begin_inset ERT
26799 status collapsed
26800
26801 \begin_layout Plain Layout
26802
26803
26804 \backslash
26805 b e
26806 \end_layout
26807
26808 \end_inset
26809
26810
26811 \end_layout
26812
26813 \end_inset
26814 </cell>
26815 </row>
26816 <row>
26817 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26818 \begin_inset Text
26819
26820 \begin_layout Plain Layout
26821
26822 \backslash
26823 t
26824 \begin_inset space \textvisiblespace{}
26825 \end_inset
26826
26827 ee
26828 \end_layout
26829
26830 \end_inset
26831 </cell>
26832 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26833 \begin_inset Text
26834
26835 \begin_layout Plain Layout
26836 \begin_inset ERT
26837 status collapsed
26838
26839 \begin_layout Plain Layout
26840
26841
26842 \backslash
26843 t ee
26844 \end_layout
26845
26846 \end_inset
26847
26848
26849 \end_layout
26850
26851 \end_inset
26852 </cell>
26853 </row>
26854 </lyxtabular>
26855
26856 \end_inset
26857
26858
26859 \begin_inset space \hfill{}
26860 \end_inset
26861
26862
26863 \begin_inset Tabular
26864 <lyxtabular version="3" rows="8" columns="2">
26865 <features booktabs="true" tabularvalignment="middle">
26866 <column alignment="left" valignment="top" width="0pt">
26867 <column alignment="center" valignment="top">
26868 <row>
26869 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26870 \begin_inset Text
26871
26872 \begin_layout Plain Layout
26873 Command
26874 \end_layout
26875
26876 \end_inset
26877 </cell>
26878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26879 \begin_inset Text
26880
26881 \begin_layout Plain Layout
26882 Result
26883 \end_layout
26884
26885 \end_inset
26886 </cell>
26887 </row>
26888 <row>
26889 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26890 \begin_inset Text
26891
26892 \begin_layout Plain Layout
26893
26894 \backslash
26895 H
26896 \begin_inset space \textvisiblespace{}
26897 \end_inset
26898
26899 e
26900 \end_layout
26901
26902 \end_inset
26903 </cell>
26904 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26905 \begin_inset Text
26906
26907 \begin_layout Plain Layout
26908 \begin_inset ERT
26909 status collapsed
26910
26911 \begin_layout Plain Layout
26912
26913
26914 \backslash
26915 H e
26916 \end_layout
26917
26918 \end_inset
26919
26920
26921 \end_layout
26922
26923 \end_inset
26924 </cell>
26925 </row>
26926 <row>
26927 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26928 \begin_inset Text
26929
26930 \begin_layout Plain Layout
26931
26932 \backslash
26933 'e
26934 \end_layout
26935
26936 \end_inset
26937 </cell>
26938 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26939 \begin_inset Text
26940
26941 \begin_layout Plain Layout
26942 \begin_inset ERT
26943 status collapsed
26944
26945 \begin_layout Plain Layout
26946
26947
26948 \backslash
26949 'e
26950 \end_layout
26951
26952 \end_inset
26953
26954
26955 \end_layout
26956
26957 \end_inset
26958 </cell>
26959 </row>
26960 <row>
26961 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26962 \begin_inset Text
26963
26964 \begin_layout Plain Layout
26965
26966 \backslash
26967 ~e
26968 \begin_inset Index idx
26969 status collapsed
26970
26971 \begin_layout Plain Layout
26972 Tilde
26973 \end_layout
26974
26975 \end_inset
26976
26977
26978 \end_layout
26979
26980 \end_inset
26981 </cell>
26982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26983 \begin_inset Text
26984
26985 \begin_layout Plain Layout
26986 \begin_inset ERT
26987 status collapsed
26988
26989 \begin_layout Plain Layout
26990
26991
26992 \backslash
26993 ~e
26994 \end_layout
26995
26996 \end_inset
26997
26998
26999 \end_layout
27000
27001 \end_inset
27002 </cell>
27003 </row>
27004 <row>
27005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27006 \begin_inset Text
27007
27008 \begin_layout Plain Layout
27009
27010 \backslash
27011 .e
27012 \end_layout
27013
27014 \end_inset
27015 </cell>
27016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27017 \begin_inset Text
27018
27019 \begin_layout Plain Layout
27020 \begin_inset ERT
27021 status collapsed
27022
27023 \begin_layout Plain Layout
27024
27025
27026 \backslash
27027 .e
27028 \end_layout
27029
27030 \end_inset
27031
27032
27033 \end_layout
27034
27035 \end_inset
27036 </cell>
27037 </row>
27038 <row>
27039 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27040 \begin_inset Text
27041
27042 \begin_layout Plain Layout
27043
27044 \backslash
27045 v
27046 \begin_inset space \textvisiblespace{}
27047 \end_inset
27048
27049 e
27050 \end_layout
27051
27052 \end_inset
27053 </cell>
27054 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27055 \begin_inset Text
27056
27057 \begin_layout Plain Layout
27058 \begin_inset ERT
27059 status collapsed
27060
27061 \begin_layout Plain Layout
27062
27063
27064 \backslash
27065 v e
27066 \end_layout
27067
27068 \end_inset
27069
27070
27071 \end_layout
27072
27073 \end_inset
27074 </cell>
27075 </row>
27076 <row>
27077 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27078 \begin_inset Text
27079
27080 \begin_layout Plain Layout
27081
27082 \backslash
27083 d
27084 \begin_inset space \textvisiblespace{}
27085 \end_inset
27086
27087 e
27088 \end_layout
27089
27090 \end_inset
27091 </cell>
27092 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27093 \begin_inset Text
27094
27095 \begin_layout Plain Layout
27096 \begin_inset ERT
27097 status collapsed
27098
27099 \begin_layout Plain Layout
27100
27101
27102 \backslash
27103 d e
27104 \end_layout
27105
27106 \end_inset
27107
27108
27109 \end_layout
27110
27111 \end_inset
27112 </cell>
27113 </row>
27114 <row>
27115 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27116 \begin_inset Text
27117
27118 \begin_layout Plain Layout
27119
27120 \backslash
27121 c
27122 \begin_inset space \textvisiblespace{}
27123 \end_inset
27124
27125 e
27126 \end_layout
27127
27128 \end_inset
27129 </cell>
27130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27131 \begin_inset Text
27132
27133 \begin_layout Plain Layout
27134 \begin_inset ERT
27135 status collapsed
27136
27137 \begin_layout Plain Layout
27138
27139
27140 \backslash
27141 c e
27142 \end_layout
27143
27144 \end_inset
27145
27146
27147 \end_layout
27148
27149 \end_inset
27150 </cell>
27151 </row>
27152 </lyxtabular>
27153
27154 \end_inset
27155
27156
27157 \begin_inset space \hfill{}
27158 \end_inset
27159
27160
27161 \end_layout
27162
27163 \begin_layout Standard
27164 \begin_inset VSpace medskip
27165 \end_inset
27166
27167 With the command 
27168 \series bold
27169
27170 \backslash
27171 t
27172 \series default
27173  also two different characters can be accented.
27174  The command 
27175 \series bold
27176
27177 \backslash
27178 t
27179 \begin_inset space \textvisiblespace{}
27180 \end_inset
27181
27182 sz
27183 \series default
27184  creates: 
27185 \begin_inset ERT
27186 status collapsed
27187
27188 \begin_layout Plain Layout
27189
27190
27191 \backslash
27192 t sz
27193 \end_layout
27194
27195 \end_inset
27196
27197
27198 \end_layout
27199
27200 \begin_layout Standard
27201 The accents 
27202 \series bold
27203 `
27204 \series default
27205  , 
27206 \series bold
27207 '
27208 \series default
27209  and 
27210 \series bold
27211 ^
27212 \series default
27213  can in combination with vowels directly be inserted with the keyboard without
27214  using \SpecialChar TeX
27215  mode.
27216  The same applies for the tilde
27217 \begin_inset Foot
27218 status collapsed
27219
27220 \begin_layout Plain Layout
27221 This only applies for keyboards where the tilde is defined as accent.
27222 \end_layout
27223
27224 \end_inset
27225
27226  
27227 \series bold
27228 ~
27229 \series default
27230  in combination with 
27231 \emph on
27232 a
27233 \emph default
27234  , 
27235 \emph on
27236 n
27237 \emph default
27238  , or 
27239 \emph on
27240 o
27241 \emph default
27242 .
27243 \end_layout
27244
27245 \begin_layout Standard
27246 The commands 
27247 \series bold
27248
27249 \backslash
27250 b
27251 \series default
27252  , 
27253 \series bold
27254
27255 \backslash
27256 c
27257 \series default
27258  , 
27259 \series bold
27260
27261 \backslash
27262 d
27263 \series default
27264  , 
27265 \series bold
27266
27267 \backslash
27268 H
27269 \series default
27270  , 
27271 \series bold
27272
27273 \backslash
27274 t
27275 \series default
27276  , 
27277 \series bold
27278
27279 \backslash
27280 u
27281 \series default
27282  , 
27283 \series bold
27284
27285 \backslash
27286 v
27287 \series default
27288  and accents that are inserted directly with the keyboard are also available
27289  in mathematical text.
27290  For the other accents there are special math commands to be used in formulas,
27291  see 
27292 \begin_inset CommandInset ref
27293 LatexCommand ref
27294 reference "subsec:Accents-for-one"
27295
27296 \end_inset
27297
27298 .
27299 \end_layout
27300
27301 \begin_layout Standard
27302 \begin_inset VSpace bigskip
27303 \end_inset
27304
27305 Furthermore, with the command 
27306 \series bold
27307
27308 \backslash
27309 textcircled
27310 \series default
27311
27312 \begin_inset Index idx
27313 status collapsed
27314
27315 \begin_layout Plain Layout
27316 Commands ! T ! 
27317 \backslash
27318 textcircled
27319 \end_layout
27320
27321 \end_inset
27322
27323  all numbers and letters can be set into a circle, quasi accented with a
27324  circle, similar to the copyright symbol.
27325 \end_layout
27326
27327 \begin_layout Standard
27328 \align center
27329 \begin_inset Tabular
27330 <lyxtabular version="3" rows="3" columns="2">
27331 <features booktabs="true" tabularvalignment="middle">
27332 <column alignment="center" valignment="top" width="0pt">
27333 <column alignment="center" valignment="top">
27334 <row>
27335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27336 \begin_inset Text
27337
27338 \begin_layout Plain Layout
27339 Command
27340 \end_layout
27341
27342 \end_inset
27343 </cell>
27344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27345 \begin_inset Text
27346
27347 \begin_layout Plain Layout
27348 Result
27349 \end_layout
27350
27351 \end_inset
27352 </cell>
27353 </row>
27354 <row>
27355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27356 \begin_inset Text
27357
27358 \begin_layout Plain Layout
27359
27360 \backslash
27361 textcircled{w}
27362 \end_layout
27363
27364 \end_inset
27365 </cell>
27366 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27367 \begin_inset Text
27368
27369 \begin_layout Plain Layout
27370 \begin_inset ERT
27371 status collapsed
27372
27373 \begin_layout Plain Layout
27374
27375
27376 \backslash
27377 textcircled{w}
27378 \end_layout
27379
27380 \end_inset
27381
27382
27383 \end_layout
27384
27385 \end_inset
27386 </cell>
27387 </row>
27388 <row topspace="1mm">
27389 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27390 \begin_inset Text
27391
27392 \begin_layout Plain Layout
27393
27394 \backslash
27395 Large 
27396 \backslash
27397 textcircled{
27398 \backslash
27399 normalsize
27400 \backslash
27401 protect
27402 \backslash
27403 raisebox{-1.5pt}{W}}
27404 \end_layout
27405
27406 \end_inset
27407 </cell>
27408 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27409 \begin_inset Text
27410
27411 \begin_layout Plain Layout
27412 \begin_inset ERT
27413 status collapsed
27414
27415 \begin_layout Plain Layout
27416
27417
27418 \backslash
27419 Large 
27420 \backslash
27421 textcircled{
27422 \backslash
27423 normalsize
27424 \backslash
27425 protect
27426 \backslash
27427 raisebox{-1.5pt}W}
27428 \end_layout
27429
27430 \end_inset
27431
27432
27433 \end_layout
27434
27435 \end_inset
27436 </cell>
27437 </row>
27438 </lyxtabular>
27439
27440 \end_inset
27441
27442
27443 \end_layout
27444
27445 \begin_layout Standard
27446 One has to take care that the character fits in the circle.
27447  
27448 \series bold
27449
27450 \backslash
27451 Large
27452 \series default
27453
27454 \begin_inset Foot
27455 status collapsed
27456
27457 \begin_layout Plain Layout
27458 see 
27459 \begin_inset CommandInset ref
27460 LatexCommand ref
27461 reference "subsec:Font-Sizes"
27462
27463 \end_inset
27464
27465
27466 \end_layout
27467
27468 \end_inset
27469
27470  specifies thereby the size of the circle.
27471  With the help of 
27472 \series bold
27473
27474 \backslash
27475 raisebox
27476 \series default
27477
27478 \begin_inset Foot
27479 status collapsed
27480
27481 \begin_layout Plain Layout
27482 see 
27483 \begin_inset CommandInset ref
27484 LatexCommand ref
27485 reference "subsec:Boxes-without-Frame"
27486
27487 \end_inset
27488
27489
27490 \end_layout
27491
27492 \end_inset
27493
27494  the character can be centered.
27495 \end_layout
27496
27497 \begin_layout Subsection
27498 Old-style Figures
27499 \begin_inset Index idx
27500 status collapsed
27501
27502 \begin_layout Plain Layout
27503 Old-style Figures
27504 \end_layout
27505
27506 \end_inset
27507
27508
27509 \end_layout
27510
27511 \begin_layout Standard
27512 Old-style figures (also known as old-style numerals) are created with the
27513  command 
27514 \series bold
27515
27516 \backslash
27517 oldstylenums
27518 \series default
27519
27520 \begin_inset Index idx
27521 status collapsed
27522
27523 \begin_layout Plain Layout
27524 Commands ! O ! 
27525 \backslash
27526 oldstylenums
27527 \end_layout
27528
27529 \end_inset
27530
27531 .
27532  The command can be used in formulas and in \SpecialChar TeX
27533  mode.
27534  The command scheme is:
27535 \end_layout
27536
27537 \begin_layout Standard
27538
27539 \series bold
27540
27541 \backslash
27542 oldstylenums{number}
27543 \end_layout
27544
27545 \begin_layout Standard
27546 The command 
27547 \series bold
27548
27549 \backslash
27550 oldstylenums{0123456789
27551 \series default
27552  produces: 
27553 \begin_inset Formula $\oldstylenums{0123456789}$
27554 \end_inset
27555
27556
27557 \end_layout
27558
27559 \begin_layout Section
27560 Formula Styles
27561 \begin_inset CommandInset label
27562 LatexCommand label
27563 name "sec:Formula-Styles"
27564
27565 \end_inset
27566
27567
27568 \begin_inset Index idx
27569 status collapsed
27570
27571 \begin_layout Plain Layout
27572 Formula ! styles
27573 \end_layout
27574
27575 \end_inset
27576
27577
27578 \end_layout
27579
27580 \begin_layout Itemize
27581 There are two different alignment styles:
27582 \begin_inset Separator parbreak
27583 \end_inset
27584
27585
27586 \end_layout
27587
27588 \begin_deeper
27589 \begin_layout Description
27590 Centered is the predefined standard
27591 \end_layout
27592
27593 \begin_layout Description
27594 Indented for this the option 
27595 \series bold
27596 fleqn
27597 \series default
27598  must be inserted in the menu 
27599 \family sans
27600 Document\SpecialChar menuseparator
27601 Settings
27602 \family default
27603  under 
27604 \family sans
27605 Document
27606 \begin_inset space ~
27607 \end_inset
27608
27609 Class
27610 \end_layout
27611
27612 \begin_layout Standard
27613 When 
27614 \series bold
27615 Indented
27616 \series default
27617  is used, the indentation can be adjusted with the length 
27618 \series bold
27619
27620 \backslash
27621 mathindent
27622 \series default
27623
27624 \begin_inset Index idx
27625 status collapsed
27626
27627 \begin_layout Plain Layout
27628 Commands ! M ! 
27629 \backslash
27630 mathindent
27631 \end_layout
27632
27633 \end_inset
27634
27635 .
27636  Should the distance be 15
27637 \begin_inset space \thinspace{}
27638 \end_inset
27639
27640 mm, the following command line is inserted in the \SpecialChar LaTeX
27641 -preamble
27642 \end_layout
27643
27644 \begin_layout Standard
27645
27646 \series bold
27647
27648 \backslash
27649 setlength{
27650 \backslash
27651 mathindent}{15mm}
27652 \end_layout
27653
27654 \begin_layout Standard
27655 When no length is specified, the predefined value of 30
27656 \begin_inset space \thinspace{}
27657 \end_inset
27658
27659 pt will be used.
27660 \end_layout
27661
27662 \end_deeper
27663 \begin_layout Itemize
27664 And two different numbering styles:
27665 \begin_inset Separator parbreak
27666 \end_inset
27667
27668
27669 \end_layout
27670
27671 \begin_deeper
27672 \begin_layout Description
27673 Right is the predefined standard
27674 \end_layout
27675
27676 \begin_layout Description
27677 Left for this the option 
27678 \series bold
27679 leqno
27680 \series default
27681  must be inserted in the menu 
27682 \family sans
27683 Document\SpecialChar menuseparator
27684 Settings
27685 \family default
27686  under 
27687 \family sans
27688 Document
27689 \begin_inset space ~
27690 \end_inset
27691
27692 Class
27693 \end_layout
27694
27695 \end_deeper
27696 \begin_layout Standard
27697
27698 \series bold
27699 fleqn
27700 \series default
27701  and 
27702 \series bold
27703 leqno
27704 \series default
27705  can also be used together.
27706  In this case both options are inserted, separated by a comma.
27707 \end_layout
27708
27709 \begin_layout Standard
27710 The chosen styles are used for all displayed formulas of the document.
27711  When both, centered and indented formulas should be created in a document,
27712  the style 
27713 \series bold
27714 Centered
27715 \series default
27716  is used.
27717  The indented formulas are then set in a flalign environment, see 
27718 \begin_inset CommandInset ref
27719 LatexCommand ref
27720 reference "subsec:Flalign-Environment"
27721
27722 \end_inset
27723
27724 .
27725 \end_layout
27726
27727 \begin_layout Section
27728 Multiline Formulas
27729 \begin_inset CommandInset label
27730 LatexCommand label
27731 name "sec:Multiline-Formulas"
27732
27733 \end_inset
27734
27735
27736 \begin_inset Index idx
27737 status collapsed
27738
27739 \begin_layout Plain Layout
27740 Formula ! multiline
27741 \end_layout
27742
27743 \end_inset
27744
27745
27746 \end_layout
27747
27748 \begin_layout Subsection
27749 General
27750 \end_layout
27751
27752 \begin_layout Standard
27753 In \SpecialChar LyX
27754  multiline formulas are created by pressing 
27755 \begin_inset Info
27756 type  "shortcut"
27757 arg   "newline-insert newline"
27758 \end_inset
27759
27760  inside a formula.
27761  This creates either an 
27762 \series bold
27763 eqnarray environment
27764 \series default
27765  that is described in 
27766 \begin_inset CommandInset ref
27767 LatexCommand ref
27768 reference "subsec:Eqnarray-Environment"
27769
27770 \end_inset
27771
27772  or, when the option 
27773 \family sans
27774 Use AMS math package
27775 \family default
27776  in the document settings is selected, an 
27777 \series bold
27778 align environment
27779 \series default
27780  that is described in 
27781 \begin_inset CommandInset ref
27782 LatexCommand ref
27783 reference "subsec:Standard-align-Environment"
27784
27785 \end_inset
27786
27787 .
27788  The align environment is recommended because it provides in any case a
27789  typographically correct output.
27790 \end_layout
27791
27792 \begin_layout Standard
27793 There are other multiline formula environments that can be created via the
27794  menu 
27795 \family sans
27796 Insert\SpecialChar menuseparator
27797 Math
27798 \family default
27799 .
27800  These environments are described in the following sections.
27801 \end_layout
27802
27803 \begin_layout Standard
27804 In all multiline formula environments a new line is created by pressing
27805  
27806 \begin_inset Info
27807 type  "shortcut"
27808 arg   "newline-insert newline"
27809 \end_inset
27810
27811 .
27812  To add or delete lines, the math toolbar buttons 
27813 \begin_inset Info
27814 type  "icon"
27815 arg   "inset-modify tabular append-row"
27816 \end_inset
27817
27818  or 
27819 \begin_inset Info
27820 type  "icon"
27821 arg   "inset-modify tabular delete-row"
27822 \end_inset
27823
27824 , respectively, or the menu 
27825 \family sans
27826 Edit\SpecialChar menuseparator
27827 Rows & Columns
27828 \family default
27829  can be used.
27830 \end_layout
27831
27832 \begin_layout Subsubsection
27833 Line Separation
27834 \begin_inset CommandInset label
27835 LatexCommand label
27836 name "subsec:Line-Separation"
27837
27838 \end_inset
27839
27840
27841 \begin_inset Index idx
27842 status collapsed
27843
27844 \begin_layout Plain Layout
27845 Formula ! multiline ! Line separation
27846 \end_layout
27847
27848 \end_inset
27849
27850
27851 \end_layout
27852
27853 \begin_layout Standard
27854 There is sometimes not enough space in multiline formulas between the lines:
27855 \begin_inset Formula 
27856 \begin{eqnarray*}
27857 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}\\
27858 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
27859 \end{eqnarray*}
27860
27861 \end_inset
27862
27863
27864 \end_layout
27865
27866 \begin_layout Standard
27867 In \SpecialChar LaTeX
27868  additional line space is specified as optional argument of the new line
27869  command.
27870  This is not yet possible in \SpecialChar LyX
27871
27872 \begin_inset Foot
27873 status collapsed
27874
27875 \begin_layout Plain Layout
27876 see 
27877 \begin_inset CommandInset href
27878 LatexCommand href
27879 name "LyX-bug #1505"
27880 target "http://www.lyx.org/trac/ticket/1505"
27881
27882 \end_inset
27883
27884
27885 \end_layout
27886
27887 \end_inset
27888
27889 , therefore the whole formula must be inserted in \SpecialChar TeX
27890  mode.
27891  To add in our example space, the command 
27892 \series bold
27893
27894 \backslash
27895
27896 \backslash
27897 [3mm]
27898 \series default
27899  is inserted at the end of the first line.
27900  One gets: 
27901 \begin_inset ERT
27902 status collapsed
27903
27904 \begin_layout Plain Layout
27905
27906
27907 \backslash
27908 begin{eqnarray*}
27909 \end_layout
27910
27911 \begin_layout Plain Layout
27912
27913 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27914  = & 
27915 \backslash
27916 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27917 \backslash
27918
27919 \backslash
27920 [3mm]
27921 \end_layout
27922
27923 \begin_layout Plain Layout
27924
27925 4x^{2}
27926 \backslash
27927 left(B^{2}+x_{0}^{2}
27928 \backslash
27929 right)+4x_{0}x
27930 \backslash
27931 left(D-B^{2}
27932 \backslash
27933 right)+B^{2}
27934 \backslash
27935 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27936 \backslash
27937 right) & = & 0
27938 \end_layout
27939
27940 \begin_layout Plain Layout
27941
27942
27943 \backslash
27944 end{eqnarray*}
27945 \end_layout
27946
27947 \end_inset
27948
27949
27950 \end_layout
27951
27952 \begin_layout Standard
27953 \begin_inset VSpace bigskip
27954 \end_inset
27955
27956 To set the line separation for all lines in a formula, the length 
27957 \series bold
27958
27959 \backslash
27960 jot
27961 \series default
27962
27963 \begin_inset Index idx
27964 status collapsed
27965
27966 \begin_layout Plain Layout
27967 Commands ! J ! 
27968 \backslash
27969 jot
27970 \end_layout
27971
27972 \end_inset
27973
27974  is changed.
27975  The definition is: 
27976 \begin_inset Formula $\mbox{line separation}=\mathrm{6\,pt+\backslash jot}$
27977 \end_inset
27978
27979 .
27980  Predefined for 
27981 \series bold
27982
27983 \backslash
27984 jot
27985 \series default
27986  is the value 3
27987 \begin_inset space \thinspace{}
27988 \end_inset
27989
27990 pt.
27991  To create 3
27992 \begin_inset space \thinspace{}
27993 \end_inset
27994
27995 mm additional line separation as in the previous example, the command
27996 \end_layout
27997
27998 \begin_layout Standard
27999
28000 \series bold
28001
28002 \backslash
28003 setlength{
28004 \backslash
28005 jot}{3mm+3pt}
28006 \end_layout
28007
28008 \begin_layout Standard
28009 is inserted in \SpecialChar TeX
28010  mode before the formula.
28011  This requires that the \SpecialChar LaTeX
28012 -package 
28013 \series bold
28014 calc
28015 \series default
28016
28017 \begin_inset Foot
28018 status collapsed
28019
28020 \begin_layout Plain Layout
28021
28022 \series bold
28023 calc
28024 \series default
28025  is part of every \SpecialChar LaTeX
28026  standard installation.
28027 \end_layout
28028
28029 \end_inset
28030
28031
28032 \begin_inset Index idx
28033 status collapsed
28034
28035 \begin_layout Plain Layout
28036 Packages ! calc
28037 \end_layout
28038
28039 \end_inset
28040
28041  was loaded in \SpecialChar LaTeX
28042 -preamble with the line
28043 \end_layout
28044
28045 \begin_layout Standard
28046
28047 \series bold
28048
28049 \backslash
28050 usepackage{calc}
28051 \end_layout
28052
28053 \begin_layout Standard
28054 One gets: 
28055 \begin_inset ERT
28056 status collapsed
28057
28058 \begin_layout Plain Layout
28059
28060
28061 \backslash
28062 setlength{
28063 \backslash
28064 jot}{3mm+3pt}
28065 \end_layout
28066
28067 \end_inset
28068
28069
28070 \begin_inset Formula 
28071 \begin{eqnarray*}
28072 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}\\
28073 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
28074 \end{eqnarray*}
28075
28076 \end_inset
28077
28078
28079 \end_layout
28080
28081 \begin_layout Standard
28082 \begin_inset ERT
28083 status collapsed
28084
28085 \begin_layout Plain Layout
28086
28087
28088 \backslash
28089 setlength{
28090 \backslash
28091 jot}{3pt}
28092 \end_layout
28093
28094 \end_inset
28095
28096  To get back to the predefined distance, 
28097 \series bold
28098
28099 \backslash
28100 jot
28101 \series default
28102  is set to the value 3
28103 \begin_inset space \thinspace{}
28104 \end_inset
28105
28106 pt.
28107 \end_layout
28108
28109 \begin_layout Subsubsection
28110 Column Separation
28111 \begin_inset CommandInset label
28112 LatexCommand label
28113 name "subsec:Column-Separation"
28114
28115 \end_inset
28116
28117
28118 \begin_inset Index idx
28119 status collapsed
28120
28121 \begin_layout Plain Layout
28122 Formula ! multiline ! Column separation
28123 \end_layout
28124
28125 \end_inset
28126
28127
28128 \end_layout
28129
28130 \begin_layout Standard
28131 Multiline formulas form a matrix.
28132  A formula in the eqnarray environment is for example a matrix with three
28133  columns.
28134  By changing the column separation in this environment, the space beside
28135  the relation sign can be changed.
28136 \end_layout
28137
28138 \begin_layout Standard
28139 The column separation is specified with the length 
28140 \series bold
28141
28142 \backslash
28143 arraycolsep
28144 \series default
28145
28146 \begin_inset Index idx
28147 status collapsed
28148
28149 \begin_layout Plain Layout
28150 Commands ! A ! 
28151 \backslash
28152 arraycolsep
28153 \end_layout
28154
28155 \end_inset
28156
28157  according to:
28158 \begin_inset Newline newline
28159 \end_inset
28160
28161 column separation = 2
28162 \begin_inset space \thinspace{}
28163 \end_inset
28164
28165
28166 \series bold
28167
28168 \backslash
28169 arraycolsep
28170 \series default
28171
28172 \begin_inset Newline newline
28173 \end_inset
28174
28175 Thus, the command
28176 \end_layout
28177
28178 \begin_layout Standard
28179
28180 \series bold
28181
28182 \backslash
28183 setlength{
28184 \backslash
28185 arraycolsep}{1cm}
28186 \end_layout
28187
28188 \begin_layout Standard
28189 inserted in \SpecialChar TeX
28190  mode, sets for all following formulas a column separation of
28191  2
28192 \begin_inset space \thinspace{}
28193 \end_inset
28194
28195 cm.
28196  To get back to the predefined distance, 
28197 \series bold
28198
28199 \backslash
28200 arraycolsep
28201 \series default
28202  is set to 5
28203 \begin_inset space \thinspace{}
28204 \end_inset
28205
28206 pt.
28207 \end_layout
28208
28209 \begin_layout Standard
28210 A formula with 2
28211 \begin_inset space \thinspace{}
28212 \end_inset
28213
28214 cm column separation:
28215 \begin_inset ERT
28216 status collapsed
28217
28218 \begin_layout Plain Layout
28219
28220
28221 \backslash
28222 setlength{
28223 \backslash
28224 arraycolsep}{1cm}
28225 \end_layout
28226
28227 \end_inset
28228
28229
28230 \begin_inset Formula 
28231 \begin{eqnarray*}
28232 A & = & B\\
28233 C & \ne & A
28234 \end{eqnarray*}
28235
28236 \end_inset
28237
28238 A formula with the predefined column separation for matrices of 10
28239 \begin_inset space \thinspace{}
28240 \end_inset
28241
28242 pt:
28243 \begin_inset ERT
28244 status collapsed
28245
28246 \begin_layout Plain Layout
28247
28248
28249 \backslash
28250 setlength{
28251 \backslash
28252 arraycolsep}{5pt}
28253 \end_layout
28254
28255 \end_inset
28256
28257
28258 \begin_inset Formula 
28259 \begin{eqnarray*}
28260 A & = & B\\
28261 C & \ne & A
28262 \end{eqnarray*}
28263
28264 \end_inset
28265
28266
28267 \end_layout
28268
28269 \begin_layout Subsubsection
28270 Long Formulas
28271 \begin_inset Index idx
28272 status collapsed
28273
28274 \begin_layout Plain Layout
28275 Formula ! long
28276 \end_layout
28277
28278 \end_inset
28279
28280
28281 \end_layout
28282
28283 \begin_layout Standard
28284 Long formulas can be typeset using these methods:
28285 \end_layout
28286
28287 \begin_layout Itemize
28288 When one side of the equation is much shorter than the line width, this
28289  one is chosen for the left side and the right side is typeset over two
28290  lines:
28291 \begin_inset Formula 
28292 \begin{eqnarray}
28293 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 \\
28294  &  & -\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}
28295 \end{eqnarray}
28296
28297 \end_inset
28298
28299 The minus sign at the beginning of the second line does normally not appear
28300  as an operator because it is the first character of the line.
28301  Thus it would not be surrounded by space and could not be distinguished
28302  from the fraction bar.
28303  To avoid this, 3
28304 \begin_inset space \thinspace{}
28305 \end_inset
28306
28307 pt space was inserted behind the minus sign with the command 
28308 \series bold
28309
28310 \backslash
28311 hspace
28312 \series default
28313 .
28314 \begin_inset Foot
28315 status collapsed
28316
28317 \begin_layout Plain Layout
28318 for more about 
28319 \series bold
28320
28321 \backslash
28322 hspace
28323 \series default
28324  see 
28325 \begin_inset CommandInset ref
28326 LatexCommand ref
28327 reference "subsec:Variable-Space"
28328
28329 \end_inset
28330
28331
28332 \end_layout
28333
28334 \end_inset
28335
28336
28337 \begin_inset Index idx
28338 status collapsed
28339
28340 \begin_layout Plain Layout
28341 Commands ! H ! 
28342 \backslash
28343 hspace
28344 \end_layout
28345
28346 \end_inset
28347
28348
28349 \end_layout
28350
28351 \begin_layout Itemize
28352 When both sides of the equation are too long, the command 
28353 \series bold
28354
28355 \backslash
28356 lefteqn
28357 \series default
28358
28359 \begin_inset Index idx
28360 status collapsed
28361
28362 \begin_layout Plain Layout
28363 Commands ! L ! 
28364 \backslash
28365 lefteqn
28366 \end_layout
28367
28368 \end_inset
28369
28370  is used.
28371  It is inserted in the first column of the first line and causes all further
28372  insertions to overwrite the following columns:
28373 \begin_inset Formula 
28374 \begin{eqnarray}
28375 \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 \\
28376  &  & -\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 \\
28377  &  & =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}
28378 \end{eqnarray}
28379
28380 \end_inset
28381
28382 After the insertion of 
28383 \series bold
28384
28385 \backslash
28386 lefteqn
28387 \series default
28388 , the cursor is in a purple box that is a bit shifted to the left from the
28389  blue one.
28390  In this the formula is inserted.
28391 \begin_inset Newline newline
28392 \end_inset
28393
28394 The content of the further lines is inserted to the second or another formula
28395  column.
28396  The greater the column number where it was inserted, the larger the indentation.
28397 \begin_inset VSpace medskip
28398 \end_inset
28399
28400
28401 \begin_inset Newline newline
28402 \end_inset
28403
28404
28405 \begin_inset Note Greyedout
28406 status open
28407
28408 \begin_layout Plain Layout
28409 Note the following when using 
28410 \series bold
28411
28412 \backslash
28413 lefteqn
28414 \series default
28415 :
28416 \end_layout
28417
28418 \begin_layout Itemize
28419 The formula doesn't use the full page width.
28420  When e.
28421 \begin_inset space \thinspace{}
28422 \end_inset
28423
28424 g.
28425 \begin_inset space \space{}
28426 \end_inset
28427
28428 the term 
28429 \begin_inset Formula $-B^{2}$
28430 \end_inset
28431
28432  is added to the first line in the above example, it would have been outside
28433  the page margin.
28434  To better use the width, negative space can be inserted at the beginning
28435  of the first line.
28436 \end_layout
28437
28438 \begin_layout Itemize
28439 Due to a bug in \SpecialChar LyX
28440  the cursor cannot be set with the mouse into the first
28441  line.
28442 \begin_inset Foot
28443 status collapsed
28444
28445 \begin_layout Plain Layout
28446 \begin_inset CommandInset href
28447 LatexCommand href
28448 name "LyX-bug #1429"
28449 target "http://www.lyx.org/trac/ticket/1429"
28450
28451 \end_inset
28452
28453
28454 \end_layout
28455
28456 \end_inset
28457
28458  One can only set the cursor at the beginning of the line and move it with
28459  the arrow keys.
28460 \end_layout
28461
28462 \end_inset
28463
28464
28465 \end_layout
28466
28467 \begin_layout Itemize
28468 Other methods to set long formulas are offered by the environments described
28469  in 
28470 \begin_inset CommandInset ref
28471 LatexCommand ref
28472 reference "subsec:Multline-Environment"
28473
28474 \end_inset
28475
28476  and 
28477 \begin_inset CommandInset ref
28478 LatexCommand ref
28479 reference "subsec:Multiline-Formula-Parts"
28480
28481 \end_inset
28482
28483 .
28484 \end_layout
28485
28486 \begin_layout Subsubsection
28487 Multiline Fractions
28488 \begin_inset CommandInset label
28489 LatexCommand label
28490 name "subsec:Multiline-Fractions"
28491
28492 \end_inset
28493
28494
28495 \begin_inset Index idx
28496 status collapsed
28497
28498 \begin_layout Plain Layout
28499 Fractions ! multiline
28500 \end_layout
28501
28502 \end_inset
28503
28504
28505 \end_layout
28506
28507 \begin_layout Standard
28508 There are cases where the denominator and/or the numerator of a fraction
28509  is so long that the fraction does not fit into one line.
28510  It is then necessary to add a line break within the fraction.
28511  This can be done using the command 
28512 \series bold
28513
28514 \backslash
28515 splitfrac
28516 \series default
28517
28518 \begin_inset Index idx
28519 status collapsed
28520
28521 \begin_layout Plain Layout
28522 Commands ! S ! 
28523 \backslash
28524 splitfrac
28525 \end_layout
28526
28527 \end_inset
28528
28529 .
28530  To activate it, set in the document settings under 
28531 \family sans
28532 Math
28533 \begin_inset space ~
28534 \end_inset
28535
28536 Options
28537 \family default
28538  for the package 
28539 \series bold
28540 mathtools
28541 \series default
28542
28543 \begin_inset Index idx
28544 status collapsed
28545
28546 \begin_layout Plain Layout
28547 Packages ! mathtools
28548 \end_layout
28549
28550 \end_inset
28551
28552  the option 
28553 \family sans
28554 Load
28555 \begin_inset space ~
28556 \end_inset
28557
28558 always
28559 \family default
28560 .
28561  
28562 \series bold
28563
28564 \backslash
28565 splitfrac
28566 \series default
28567  has the scheme
28568 \end_layout
28569
28570 \begin_layout Standard
28571
28572 \series bold
28573
28574 \backslash
28575 splitfrac{first line}{second line}
28576 \end_layout
28577
28578 \begin_layout Standard
28579 and is used as denominator and/or numerator:
28580 \end_layout
28581
28582 \begin_layout Standard
28583 \begin_inset Formula 
28584 \[
28585 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}
28586 \]
28587
28588 \end_inset
28589
28590 The command for the first numerator above is:
28591 \end_layout
28592
28593 \begin_layout Standard
28594
28595 \series bold
28596
28597 \backslash
28598 splitfrac{xy+xy+xy+xy+xy
28599 \begin_inset space \textvisiblespace{}
28600 \end_inset
28601
28602
28603 \backslash
28604 {+wy+wy+wy+wy
28605 \end_layout
28606
28607 \begin_layout Subsubsection
28608 Multiline Brackets
28609 \begin_inset CommandInset label
28610 LatexCommand label
28611 name "subsec:Multiline-Brackets"
28612
28613 \end_inset
28614
28615
28616 \begin_inset Index idx
28617 status collapsed
28618
28619 \begin_layout Plain Layout
28620 Brackets ! for multiline expressions
28621 \end_layout
28622
28623 \end_inset
28624
28625
28626 \end_layout
28627
28628 \begin_layout Standard
28629 For brackets spanning multiple lines the following problem occurs:
28630 \begin_inset Formula 
28631 \begin{eqnarray*}
28632 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28633  &  & \left.\cdots+B-D\right]
28634 \end{eqnarray*}
28635
28636 \end_inset
28637
28638
28639 \end_layout
28640
28641 \begin_layout Standard
28642 The closing bracket is smaller than the opening bracket because brackets
28643  with variable size may not span multiple lines.
28644 \end_layout
28645
28646 \begin_layout Standard
28647 To set the bracket size for the second line correctly, the first line is
28648  ended with 
28649 \series bold
28650
28651 \backslash
28652 right.
28653 \series default
28654
28655 \begin_inset Index idx
28656 status collapsed
28657
28658 \begin_layout Plain Layout
28659 Commands ! R ! 
28660 \backslash
28661 right
28662 \end_layout
28663
28664 \end_inset
28665
28666  and the second line with 
28667 \series bold
28668
28669 \backslash
28670 left.
28671 \begin_inset Foot
28672 status collapsed
28673
28674 \begin_layout Plain Layout
28675 for more about 
28676 \series bold
28677
28678 \backslash
28679 left
28680 \series default
28681  and 
28682 \series bold
28683
28684 \backslash
28685 right
28686 \series default
28687  see 
28688 \begin_inset CommandInset ref
28689 LatexCommand ref
28690 reference "subsec:Automatic-Bracket-Size"
28691
28692 \end_inset
28693
28694
28695 \end_layout
28696
28697 \end_inset
28698
28699
28700 \series default
28701
28702 \begin_inset Index idx
28703 status collapsed
28704
28705 \begin_layout Plain Layout
28706 Commands ! L ! 
28707 \backslash
28708 left
28709 \end_layout
28710
28711 \end_inset
28712
28713 .
28714  After 
28715 \series bold
28716
28717 \backslash
28718 left.
28719
28720 \series default
28721  the command 
28722 \series bold
28723
28724 \backslash
28725 vphantom
28726 \series default
28727
28728 \begin_inset space \textvisiblespace{}
28729 \end_inset
28730
28731
28732 \series bold
28733
28734 \backslash
28735 prod
28736 \series default
28737 ^
28738 \begin_inset space \textvisiblespace{}
28739 \end_inset
28740
28741
28742 \series bold
28743
28744 \backslash
28745 infty
28746 \series default
28747
28748 \begin_inset space \textvisiblespace{}
28749 \end_inset
28750
28751
28752 \series bold
28753
28754 \begin_inset Formula $\downarrow$
28755 \end_inset
28756
28757 _R=1}
28758 \series default
28759
28760 \begin_inset Index idx
28761 status collapsed
28762
28763 \begin_layout Plain Layout
28764 Commands ! V ! 
28765 \backslash
28766 vphantom
28767 \end_layout
28768
28769 \end_inset
28770
28771  is inserted, because the multiplication operator with its limits is the
28772  largest symbol in the first line and this should be the size for the bracket
28773  in the second line.
28774 \end_layout
28775
28776 \begin_layout Standard
28777 The result is this:
28778 \begin_inset Formula 
28779 \begin{eqnarray*}
28780 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28781  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28782 \end{eqnarray*}
28783
28784 \end_inset
28785
28786
28787 \end_layout
28788
28789 \begin_layout Subsection
28790 Align Environments
28791 \end_layout
28792
28793 \begin_layout Standard
28794 Align environments can be used for every kind of multiline formulas.
28795  They are especially useful to set several formulas side by side.
28796 \end_layout
28797
28798 \begin_layout Standard
28799 Align environments consist of columns.
28800  The odd columns are right aligned, the even ones left aligned.
28801  Every line in an Align environment can be numbered.
28802 \end_layout
28803
28804 \begin_layout Standard
28805 Align environments are created via the menu 
28806 \family sans
28807 Insert\SpecialChar menuseparator
28808 Math
28809 \family default
28810 .
28811  With the menu 
28812 \family sans
28813 Edit\SpecialChar menuseparator
28814 Math\SpecialChar menuseparator
28815 Change Formula Type
28816 \family default
28817  already existing formulas can be converted to Align environments.
28818 \end_layout
28819
28820 \begin_layout Standard
28821 To add or delete columns, the math toolbar buttons 
28822 \begin_inset Info
28823 type  "icon"
28824 arg   "inset-modify tabular append-column"
28825 \end_inset
28826
28827  or 
28828 \begin_inset Info
28829 type  "icon"
28830 arg   "inset-modify tabular delete-column"
28831 \end_inset
28832
28833 , respectively, or the menu 
28834 \family sans
28835 Edit\SpecialChar menuseparator
28836 Rows & Columns
28837 \family default
28838  can be used.
28839 \end_layout
28840
28841 \begin_layout Subsubsection
28842 Standard align Environment
28843 \begin_inset CommandInset label
28844 LatexCommand label
28845 name "subsec:Standard-align-Environment"
28846
28847 \end_inset
28848
28849
28850 \begin_inset Index idx
28851 status collapsed
28852
28853 \begin_layout Plain Layout
28854 Formula ! multiline ! align environment
28855 \end_layout
28856
28857 \end_inset
28858
28859
28860 \end_layout
28861
28862 \begin_layout Standard
28863 This Align environment is created by pressing 
28864 \begin_inset Info
28865 type  "shortcut"
28866 arg   "newline-insert newline"
28867 \end_inset
28868
28869  in a formula or by the menu 
28870 \family sans
28871 Insert\SpecialChar menuseparator
28872 Math\SpecialChar menuseparator
28873 AMS align Environment
28874 \family default
28875 .
28876 \end_layout
28877
28878 \begin_layout Standard
28879 An example for two formulas set side by side, that are created with a four
28880  column align environment:
28881 \begin_inset Formula 
28882 \begin{align*}
28883 A & =\sin(B) & C & =D\\
28884 C & \ne A & B & \ne D
28885 \end{align*}
28886
28887 \end_inset
28888
28889 As it can be seen, the formulas in this environment are placed so as if
28890  there would be a 
28891 \series bold
28892
28893 \backslash
28894 hfill
28895 \begin_inset Foot
28896 status collapsed
28897
28898 \begin_layout Plain Layout
28899 more about 
28900 \series bold
28901
28902 \backslash
28903 hfill
28904 \series default
28905  see 
28906 \begin_inset CommandInset ref
28907 LatexCommand ref
28908 reference "subsec:Variable-Space"
28909
28910 \end_inset
28911
28912
28913 \end_layout
28914
28915 \end_inset
28916
28917
28918 \series default
28919  before the first and after every even column.
28920  When the formula style 
28921 \series bold
28922 Indented
28923 \begin_inset Foot
28924 status collapsed
28925
28926 \begin_layout Plain Layout
28927 formula styles see 
28928 \begin_inset CommandInset ref
28929 LatexCommand ref
28930 reference "sec:Formula-Styles"
28931
28932 \end_inset
28933
28934
28935 \end_layout
28936
28937 \end_inset
28938
28939
28940 \series default
28941  is used, the formula is set without the 
28942 \series bold
28943
28944 \backslash
28945 hfill
28946 \series default
28947  before the first column.
28948 \end_layout
28949
28950 \begin_layout Subsubsection
28951 Alignat Environment
28952 \begin_inset Index idx
28953 status collapsed
28954
28955 \begin_layout Plain Layout
28956 Formula ! multiline ! alignat environment
28957 \end_layout
28958
28959 \end_inset
28960
28961
28962 \end_layout
28963
28964 \begin_layout Standard
28965 The alignat environment has no predefined column separation.
28966  It can be inserted manually with the spaces that are described 
28967 \begin_inset CommandInset ref
28968 LatexCommand ref
28969 reference "subsec:Space"
28970
28971 \end_inset
28972
28973 .
28974 \end_layout
28975
28976 \begin_layout Standard
28977 The above example in the alignat environment where 1
28978 \begin_inset space \thinspace{}
28979 \end_inset
28980
28981 cm space was inserted at the beginning of the second formula:
28982 \begin_inset Formula 
28983 \begin{alignat*}{2}
28984 A & =\sin(B) & \hspace{1cm}C & =D\\
28985 C & \ne A & B & \ne D
28986 \end{alignat*}
28987
28988 \end_inset
28989
28990 Because the column separation can be set separately for every column, this
28991  environment is especially suitable to set three and more formulas side
28992  by side.
28993 \end_layout
28994
28995 \begin_layout Subsubsection
28996 Flalign Environment
28997 \begin_inset CommandInset label
28998 LatexCommand label
28999 name "subsec:Flalign-Environment"
29000
29001 \end_inset
29002
29003
29004 \begin_inset Index idx
29005 status collapsed
29006
29007 \begin_layout Plain Layout
29008 Formula ! multiline ! flalign environment
29009 \end_layout
29010
29011 \end_inset
29012
29013
29014 \end_layout
29015
29016 \begin_layout Standard
29017 In this environment the first two columns are always set as much as possible
29018  to the left and the last two ones to the right.
29019  An example:
29020 \begin_inset Formula 
29021 \begin{flalign*}
29022 A & =1 & B & =2 & C & =3\\
29023 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29024 \end{flalign*}
29025
29026 \end_inset
29027
29028
29029 \end_layout
29030
29031 \begin_layout Standard
29032 By creating a flalign environment with an odd number of columns where an
29033  empty \SpecialChar TeX
29034  brace is inserted to the last column, several formulas in a document
29035  can be set to the left, although the formula style 
29036 \series bold
29037 Centered
29038 \series default
29039  is used.
29040  As example the indented formula 
29041 \begin_inset CommandInset ref
29042 LatexCommand eqref
29043 reference "eq:VolInt"
29044
29045 \end_inset
29046
29047 :
29048 \begin_inset Formula 
29049 \begin{flalign}
29050 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29051 \end{flalign}
29052
29053 \end_inset
29054
29055 The first two columns contain the formula.
29056  To indent it as with the formula style 
29057 \series bold
29058 Indented
29059 \series default
29060 , 30
29061 \begin_inset space \thinspace{}
29062 \end_inset
29063
29064 pt space was inserted at the beginning of the first column.
29065 \end_layout
29066
29067 \begin_layout Subsection
29068 Eqnarray Environment
29069 \begin_inset CommandInset label
29070 LatexCommand label
29071 name "subsec:Eqnarray-Environment"
29072
29073 \end_inset
29074
29075
29076 \begin_inset Index idx
29077 status collapsed
29078
29079 \begin_layout Plain Layout
29080 Formula ! multiline ! eqnarray environment
29081 \end_layout
29082
29083 \end_inset
29084
29085
29086 \end_layout
29087
29088 \begin_layout Standard
29089 When this environment has been created, three blue boxes appear.
29090  The content of the first box is right aligned, the content of the last
29091  one left aligned.
29092  The content of the middle box appears centered and a bit smaller, because
29093  it is designed to insert there only relation characters.
29094 \begin_inset Formula 
29095 \begin{eqnarray*}
29096 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29097 AB & AB & AB\\
29098 A & = & A
29099 \end{eqnarray*}
29100
29101 \end_inset
29102
29103
29104 \end_layout
29105
29106 \begin_layout Subsection
29107 Gather Environment
29108 \begin_inset Index idx
29109 status collapsed
29110
29111 \begin_layout Plain Layout
29112 Formula ! multiline ! gather environment
29113 \end_layout
29114
29115 \end_inset
29116
29117
29118 \end_layout
29119
29120 \begin_layout Standard
29121 This environment consists of only one centered column.
29122  Every line can be numbered.
29123 \begin_inset Formula 
29124 \begin{gather}
29125 A=1\\
29126 X=\textrm{-}1
29127 \end{gather}
29128
29129 \end_inset
29130
29131
29132 \end_layout
29133
29134 \begin_layout Subsection
29135 Multline Environment
29136 \begin_inset CommandInset label
29137 LatexCommand label
29138 name "subsec:Multline-Environment"
29139
29140 \end_inset
29141
29142
29143 \begin_inset Index idx
29144 status collapsed
29145
29146 \begin_layout Plain Layout
29147 Formula ! multiline ! multline environment
29148 \end_layout
29149
29150 \end_inset
29151
29152
29153 \end_layout
29154
29155 \begin_layout Standard
29156 The multline environment consists, like the gather environment, of only
29157  one column.
29158  But the first line is left aligned, the last one right aligned.
29159  All other lines are centered.
29160  Therefore this environment is suitable for long formulas.
29161  As example formula 
29162 \begin_inset CommandInset ref
29163 LatexCommand eqref
29164 reference "eq:lefteqn"
29165
29166 \end_inset
29167
29168  in the multline environment:
29169 \begin_inset Formula 
29170 \begin{multline}
29171 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}\\
29172 -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}\\
29173 =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}}
29174 \end{multline}
29175
29176 \end_inset
29177
29178
29179 \end_layout
29180
29181 \begin_layout Standard
29182 In the output only the last (first) line of a multline environment appears
29183  numbered when the document numbering is right (left).
29184 \begin_inset Foot
29185 status collapsed
29186
29187 \begin_layout Plain Layout
29188 numbering styles see 
29189 \begin_inset CommandInset ref
29190 LatexCommand ref
29191 reference "sec:Formula-Styles"
29192
29193 \end_inset
29194
29195
29196 \end_layout
29197
29198 \end_inset
29199
29200
29201 \end_layout
29202
29203 \begin_layout Standard
29204 With the commands 
29205 \series bold
29206
29207 \backslash
29208 shoveright
29209 \series default
29210
29211 \begin_inset Index idx
29212 status collapsed
29213
29214 \begin_layout Plain Layout
29215 Commands ! S ! 
29216 \backslash
29217 shoveright
29218 \end_layout
29219
29220 \end_inset
29221
29222  and 
29223 \series bold
29224
29225 \backslash
29226 shoveleft
29227 \series default
29228
29229 \begin_inset Index idx
29230 status collapsed
29231
29232 \begin_layout Plain Layout
29233 Commands ! S ! 
29234 \backslash
29235 shoveleft
29236 \end_layout
29237
29238 \end_inset
29239
29240  a centered line can be right or left aligned, respectively.
29241  The commands are used as follows:
29242 \end_layout
29243
29244 \begin_layout Standard
29245
29246 \series bold
29247
29248 \backslash
29249 shoveright{line content}
29250 \series default
29251  and 
29252 \series bold
29253
29254 \backslash
29255 shoveleft{line content}
29256 \end_layout
29257
29258 \begin_layout Standard
29259 \begin_inset VSpace medskip
29260 \end_inset
29261
29262 The length 
29263 \series bold
29264
29265 \backslash
29266 multlinegap
29267 \series default
29268
29269 \begin_inset Index idx
29270 status collapsed
29271
29272 \begin_layout Plain Layout
29273 Commands ! M ! 
29274 \backslash
29275 multlinegap
29276 \end_layout
29277
29278 \end_inset
29279
29280  specifies the distance of the first line from the left page margin.
29281  Predefined is the length 0
29282 \begin_inset space \thinspace{}
29283 \end_inset
29284
29285 pt.
29286 \end_layout
29287
29288 \begin_layout Standard
29289 As example the above formula where the command
29290 \end_layout
29291
29292 \begin_layout Standard
29293
29294 \series bold
29295
29296 \backslash
29297 setlength{
29298 \backslash
29299 multlinegap}{2cm}
29300 \end_layout
29301
29302 \begin_layout Standard
29303 was inserted in \SpecialChar TeX
29304  mode before:
29305 \begin_inset ERT
29306 status collapsed
29307
29308 \begin_layout Plain Layout
29309
29310
29311 \backslash
29312 setlength{
29313 \backslash
29314 multlinegap}{2cm}
29315 \end_layout
29316
29317 \end_inset
29318
29319
29320 \begin_inset Formula 
29321 \begin{multline}
29322 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}\\
29323 \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}}\\
29324 =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}}
29325 \end{multline}
29326
29327 \end_inset
29328
29329
29330 \begin_inset ERT
29331 status collapsed
29332
29333 \begin_layout Plain Layout
29334
29335
29336 \backslash
29337 setlength{
29338 \backslash
29339 multlinegap}{0pt}
29340 \end_layout
29341
29342 \end_inset
29343
29344 The second line was left aligned using 
29345 \series bold
29346
29347 \backslash
29348 shoveleft
29349 \series default
29350 .
29351 \end_layout
29352
29353 \begin_layout Subsection
29354 Multiline Formula Parts
29355 \begin_inset CommandInset label
29356 LatexCommand label
29357 name "subsec:Multiline-Formula-Parts"
29358
29359 \end_inset
29360
29361
29362 \begin_inset Index idx
29363 status collapsed
29364
29365 \begin_layout Plain Layout
29366 Formula ! multiline ! formula parts
29367 \end_layout
29368
29369 \end_inset
29370
29371
29372 \end_layout
29373
29374 \begin_layout Standard
29375 To display only parts of a formula with multiple lines, one of the following
29376  environments is used: 
29377 \series bold
29378 aligned
29379 \series default
29380
29381 \series bold
29382 alignedat
29383 \series default
29384
29385 \series bold
29386 gathered
29387 \series default
29388  or 
29389 \series bold
29390 split
29391 \series default
29392 .
29393  They can be inserted via the menu 
29394 \family sans
29395 Insert\SpecialChar menuseparator
29396 Math
29397 \family default
29398  or by using the commands described in this section.
29399 \end_layout
29400
29401 \begin_layout Standard
29402 The first three have the same properties as the corresponding multiline
29403  formula environments, but it is possible to set further formula parts beside
29404  them.
29405  An example:
29406 \begin_inset Formula 
29407 \[
29408 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29409 \Delta E\Delta t & \ge\frac{\hbar}{2}
29410 \end{aligned}
29411 \right\} \textrm{Uncertainty relations}
29412 \]
29413
29414 \end_inset
29415
29416
29417 \end_layout
29418
29419 \begin_layout Standard
29420 To get this formula, a displayed formula is created where the command 
29421 \series bold
29422
29423 \backslash
29424 aligned
29425 \series default
29426
29427 \begin_inset Index idx
29428 status collapsed
29429
29430 \begin_layout Plain Layout
29431 Commands ! A ! 
29432 \backslash
29433 aligned
29434 \end_layout
29435
29436 \end_inset
29437
29438  is inserted.
29439  A purple box appears around the blue formula box where now columns and
29440  lines can be added.
29441  Outside the multiline environment other formula parts can be set, like
29442  the brace.
29443 \end_layout
29444
29445 \begin_layout Standard
29446 The aligned environment is also suitable for long formulas whose lines are
29447  horizontally aligned.
29448  Using aligned in a displayed formula has the advantage that the formula
29449  number is vertically centered behind the lines.
29450  As example formula 
29451 \begin_inset CommandInset ref
29452 LatexCommand eqref
29453 reference "eq:shortlong"
29454
29455 \end_inset
29456
29457  in the aligned environment:
29458 \begin_inset Formula 
29459 \begin{equation}
29460 \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}|}\\
29461  & -\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}|}
29462 \end{aligned}
29463 \end{equation}
29464
29465 \end_inset
29466
29467
29468 \end_layout
29469
29470 \begin_layout Standard
29471 To use the environments 
29472 \series bold
29473 alignedat
29474 \series default
29475
29476 \series bold
29477 gathered
29478 \series default
29479 , or 
29480 \series bold
29481 split
29482 \series default
29483 , the command 
29484 \series bold
29485
29486 \backslash
29487 alignedat
29488 \series default
29489 ,
29490 \begin_inset Index idx
29491 status collapsed
29492
29493 \begin_layout Plain Layout
29494 Commands ! A ! 
29495 \backslash
29496 alignedat
29497 \end_layout
29498
29499 \end_inset
29500
29501  
29502 \series bold
29503
29504 \backslash
29505 gathered
29506 \series default
29507
29508 \begin_inset Index idx
29509 status collapsed
29510
29511 \begin_layout Plain Layout
29512 Commands ! G ! 
29513 \backslash
29514 gathered
29515 \end_layout
29516
29517 \end_inset
29518
29519 , or 
29520 \series bold
29521
29522 \backslash
29523 split
29524 \series default
29525
29526 \begin_inset Index idx
29527 status collapsed
29528
29529 \begin_layout Plain Layout
29530 Commands ! S ! 
29531 \backslash
29532 split
29533 \end_layout
29534
29535 \end_inset
29536
29537  are inserted, respectively.
29538  The split environment has the same properties as the aligned environment
29539  but it can only have two columns.
29540 \end_layout
29541
29542 \begin_layout Subsection
29543 Text in multiline Formulas
29544 \begin_inset CommandInset label
29545 LatexCommand label
29546 name "subsec:Text-in-multiline"
29547
29548 \end_inset
29549
29550
29551 \begin_inset Index idx
29552 status collapsed
29553
29554 \begin_layout Plain Layout
29555 Text ! in formulas
29556 \end_layout
29557
29558 \end_inset
29559
29560
29561 \begin_inset Index idx
29562 status collapsed
29563
29564 \begin_layout Plain Layout
29565 Formula ! multiline ! text
29566 \end_layout
29567
29568 \end_inset
29569
29570
29571 \end_layout
29572
29573 \begin_layout Standard
29574 In the Align environments, and the multline and gather environment, text
29575  can be inserted that will appear in a separate line and doesn't affect
29576  the column alignment.
29577  To do this, the command 
29578 \series bold
29579
29580 \backslash
29581 intertext
29582 \series default
29583
29584 \begin_inset Index idx
29585 status collapsed
29586
29587 \begin_layout Plain Layout
29588 Commands ! I ! 
29589 \backslash
29590 intertext
29591 \end_layout
29592
29593 \end_inset
29594
29595  is used in the following scheme:
29596 \end_layout
29597
29598 \begin_layout Standard
29599
29600 \series bold
29601
29602 \backslash
29603 intertext{text}
29604 \end_layout
29605
29606 \begin_layout Standard
29607 The text should not be longer than a line because it cannot be hyphenated.
29608  As \SpecialChar LyX
29609  doesn't yet support 
29610 \series bold
29611
29612 \backslash
29613 intertext
29614 \series default
29615  directly, the text is written as mathematical text.
29616  
29617 \series bold
29618
29619 \backslash
29620 intertext
29621 \series default
29622  must hereby be at the beginning of a line and appears in the output above
29623  this line.
29624  An example where the text was inserted at the beginning of the second line:
29625 \begin_inset Formula 
29626 \begin{align}
29627 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29628 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29629 \end{align}
29630
29631 \end_inset
29632
29633
29634 \end_layout
29635
29636 \begin_layout Standard
29637
29638 \series bold
29639
29640 \backslash
29641 intertext
29642 \series default
29643  always creates some vertical space between the text and the formula lines.
29644  To avoid this space, set in the document settings under 
29645 \family sans
29646 Math
29647 \begin_inset space ~
29648 \end_inset
29649
29650 Options
29651 \family default
29652  for the package 
29653 \series bold
29654 mathtools
29655 \series default
29656
29657 \begin_inset Index idx
29658 status collapsed
29659
29660 \begin_layout Plain Layout
29661 Packages ! mathtools
29662 \end_layout
29663
29664 \end_inset
29665
29666  the option 
29667 \family sans
29668 Load
29669 \begin_inset space ~
29670 \end_inset
29671
29672 always
29673 \family default
29674 .
29675  Then you can use the command 
29676 \series bold
29677
29678 \backslash
29679 shortintertext
29680 \series default
29681
29682 \begin_inset Index idx
29683 status collapsed
29684
29685 \begin_layout Plain Layout
29686 Commands ! S ! 
29687 \backslash
29688 shortintertext
29689 \end_layout
29690
29691 \end_inset
29692
29693  instead of 
29694 \series bold
29695
29696 \backslash
29697 intertext
29698 \series default
29699 :
29700 \end_layout
29701
29702 \begin_layout Standard
29703 \begin_inset Formula 
29704 \begin{align}
29705 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29706 \shortintertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29707 \end{align}
29708
29709 \end_inset
29710
29711
29712 \end_layout
29713
29714 \begin_layout Section
29715 Formula Numbering
29716 \begin_inset Index idx
29717 status collapsed
29718
29719 \begin_layout Plain Layout
29720 Formula numbering
29721 \end_layout
29722
29723 \end_inset
29724
29725
29726 \begin_inset Index idx
29727 status collapsed
29728
29729 \begin_layout Plain Layout
29730 Formula ! numbering|see
29731 \begin_inset ERT
29732 status collapsed
29733
29734 \begin_layout Plain Layout
29735
29736 {
29737 \end_layout
29738
29739 \end_inset
29740
29741 Formula numbering
29742 \begin_inset ERT
29743 status collapsed
29744
29745 \begin_layout Plain Layout
29746
29747 }
29748 \end_layout
29749
29750 \end_inset
29751
29752
29753 \end_layout
29754
29755 \end_inset
29756
29757
29758 \end_layout
29759
29760 \begin_layout Subsection
29761 General
29762 \end_layout
29763
29764 \begin_layout Standard
29765 Numbered formulas can be created with the menu 
29766 \family sans
29767 Insert\SpecialChar menuseparator
29768 Math\SpecialChar menuseparator
29769 Numbered
29770 \begin_inset space ~
29771 \end_inset
29772
29773 Formula
29774 \family default
29775  (shortcut 
29776 \family sans
29777 Ctrl+Alt
29778 \begin_inset space ~
29779 \end_inset
29780
29781 N
29782 \family default
29783 ).
29784  Existing formulas can be numbered with the menu 
29785 \family sans
29786 Edit\SpecialChar menuseparator
29787 Math\SpecialChar menuseparator
29788 Toggle
29789 \begin_inset space ~
29790 \end_inset
29791
29792 Numbering
29793 \family default
29794  (shortcut 
29795 \begin_inset Info
29796 type  "shortcut"
29797 arg   "math-number-toggle"
29798 \end_inset
29799
29800 ).
29801  The formula number is displayed in \SpecialChar LyX
29802  behind the formula as a number sign
29803  in parentheses.
29804  The number sign is replaced in the output by the formula number.
29805 \end_layout
29806
29807 \begin_layout Standard
29808 When numbering is turned on in multiline formulas, all lines will be numbered.
29809  But the numbering can be controlled with the menu 
29810 \family sans
29811 Edit\SpecialChar menuseparator
29812 Math\SpecialChar menuseparator
29813 Toggle
29814 \begin_inset space ~
29815 \end_inset
29816
29817 Numbering
29818 \begin_inset space ~
29819 \end_inset
29820
29821 of
29822 \begin_inset space ~
29823 \end_inset
29824
29825 Line
29826 \family default
29827  (shortcut 
29828 \begin_inset Info
29829 type  "shortcut"
29830 arg   "math-number-line-toggle"
29831 \end_inset
29832
29833 ) for every line.
29834 \end_layout
29835
29836 \begin_layout Standard
29837 Except for inline formulas, all formulas can be numbered with two different
29838  styles, see 
29839 \begin_inset CommandInset ref
29840 LatexCommand ref
29841 reference "sec:Formula-Styles"
29842
29843 \end_inset
29844
29845 .
29846 \end_layout
29847
29848 \begin_layout Subsection
29849 Cross-References
29850 \begin_inset Index idx
29851 status collapsed
29852
29853 \begin_layout Plain Layout
29854 Cross-references ! to formulas
29855 \end_layout
29856
29857 \end_inset
29858
29859
29860 \end_layout
29861
29862 \begin_layout Standard
29863 All labeled formulas can be cross-referenced.
29864  A label is added by the menu 
29865 \family sans
29866 Insert\SpecialChar menuseparator
29867 Label
29868 \family default
29869  or the toolbar button 
29870 \begin_inset Info
29871 type  "icon"
29872 arg   "label-insert"
29873 \end_inset
29874
29875 .
29876  The cursor must hereby be inside a displayed formula.
29877  Alternatively you can right-click on the formula and choose 
29878 \family sans
29879 Equation Label
29880 \family default
29881 .
29882  A dialog pops up displaying the prefix 
29883 \series bold
29884 eq:
29885 \series default
29886  in a text field.
29887  The label is inserted there behind the prefix.
29888  The predefined prefix means 
29889 \begin_inset Quotes eld
29890 \end_inset
29891
29892 equation
29893 \begin_inset Quotes erd
29894 \end_inset
29895
29896  and makes it easier to find labels in large documents because it marks
29897  it as formula label to divide it from e.
29898 \begin_inset space \thinspace{}
29899 \end_inset
29900
29901 g.
29902 \begin_inset space \space{}
29903 \end_inset
29904
29905 section labels.
29906  To change a label, the menu 
29907 \family sans
29908 Insert\SpecialChar menuseparator
29909 Label
29910 \family default
29911  is used again or you right-click on a formula and then on 
29912 \family sans
29913 Equation Label
29914 \family default
29915 .
29916 \end_layout
29917
29918 \begin_layout Standard
29919 The name of the label is displayed in \SpecialChar LyX
29920  within two parentheses behind formula.
29921  A formula with a label is always numbered.
29922 \end_layout
29923
29924 \begin_layout Standard
29925 Cross-references are inserted via the menu 
29926 \family sans
29927 Insert\SpecialChar menuseparator
29928 Cross-Reference
29929 \family default
29930  or with the toolbar button 
29931 \begin_inset Info
29932 type  "icon"
29933 arg   "dialog-show-new-inset ref"
29934 \end_inset
29935
29936 .
29937  A formula cross-reference appears in the output as formula number.
29938  When in the cross-reference dialog window the format 
29939 \series bold
29940 (<reference>)
29941 \series default
29942  is chosen, the cross-reference appears in the output as formula number
29943  in parentheses.
29944 \begin_inset Newline newline
29945 \end_inset
29946
29947 By right-clicking on a cross-reference in \SpecialChar LyX
29948 , one jumps to the formula that
29949  is referenced.
29950 \end_layout
29951
29952 \begin_layout Standard
29953 Here are as examples cross-references to formulas of the following subsections:
29954 \begin_inset Note Note
29955 status open
29956
29957 \begin_layout Plain Layout
29958 Note the different cross-reference types.
29959 \end_layout
29960
29961 \end_inset
29962
29963
29964 \end_layout
29965
29966 \begin_layout Standard
29967 The equations 
29968 \begin_inset CommandInset ref
29969 LatexCommand eqref
29970 reference "eq:tag"
29971
29972 \end_inset
29973
29974  and 
29975 \begin_inset CommandInset ref
29976 LatexCommand eqref
29977 reference "eq:c"
29978
29979 \end_inset
29980
29981  are equivalent.
29982  In (
29983 \begin_inset CommandInset ref
29984 LatexCommand ref
29985 reference "eq:Lat"
29986
29987 \end_inset
29988
29989 ) big Latin letters are used for the numbering in contrary to (
29990 \begin_inset CommandInset ref
29991 LatexCommand ref
29992 reference "eq:Rom"
29993
29994 \end_inset
29995
29996 ).
29997 \end_layout
29998
29999 \begin_layout Standard
30000 \begin_inset VSpace medskip
30001 \end_inset
30002
30003 When the argument of 
30004 \series bold
30005
30006 \backslash
30007 tag
30008 \begin_inset Foot
30009 status collapsed
30010
30011 \begin_layout Plain Layout
30012
30013 \series bold
30014
30015 \backslash
30016 tag
30017 \series default
30018  is described in 
30019 \begin_inset CommandInset ref
30020 LatexCommand ref
30021 reference "subsec:User-defined-Numbering"
30022
30023 \end_inset
30024
30025 .
30026 \end_layout
30027
30028 \end_inset
30029
30030
30031 \series default
30032  contains a box like in 
30033 \begin_inset CommandInset ref
30034 LatexCommand ref
30035 reference "subsec:Paragraph-Boxes"
30036
30037 \end_inset
30038
30039 , the formula cannot be referenced.
30040 \end_layout
30041
30042 \begin_layout Subsection
30043 Subnumbering
30044 \begin_inset Index idx
30045 status collapsed
30046
30047 \begin_layout Plain Layout
30048 Formula numbering ! subnumbering
30049 \end_layout
30050
30051 \end_inset
30052
30053
30054 \end_layout
30055
30056 \begin_layout Standard
30057 With the help of the commands 
30058 \series bold
30059
30060 \backslash
30061 begin{subequations}
30062 \series default
30063  and 
30064 \series bold
30065
30066 \backslash
30067 end{subequations}
30068 \series default
30069  formulas can be subnumbered.
30070  Both commands are inserted in \SpecialChar TeX
30071  mode.
30072 \end_layout
30073
30074 \begin_layout Standard
30075 An example:
30076 \begin_inset Formula 
30077 \begin{equation}
30078 A=C-B\label{eq:a}
30079 \end{equation}
30080
30081 \end_inset
30082
30083
30084 \begin_inset ERT
30085 status collapsed
30086
30087 \begin_layout Plain Layout
30088
30089
30090 \backslash
30091 addtocounter{equation}{-1}
30092 \end_layout
30093
30094 \end_inset
30095
30096
30097 \begin_inset ERT
30098 status collapsed
30099
30100 \begin_layout Plain Layout
30101
30102
30103 \backslash
30104 begin{subequations}
30105 \end_layout
30106
30107 \end_inset
30108
30109
30110 \begin_inset VSpace -5mm
30111 \end_inset
30112
30113
30114 \begin_inset Formula 
30115 \begin{equation}
30116 B=C-A\label{eq:b}
30117 \end{equation}
30118
30119 \end_inset
30120
30121
30122 \begin_inset Formula 
30123 \begin{equation}
30124 C=A+B\label{eq:c}
30125 \end{equation}
30126
30127 \end_inset
30128
30129
30130 \end_layout
30131
30132 \begin_layout Standard
30133 \begin_inset ERT
30134 status collapsed
30135
30136 \begin_layout Plain Layout
30137
30138
30139 \backslash
30140 end{subequations}
30141 \end_layout
30142
30143 \end_inset
30144
30145
30146 \end_layout
30147
30148 \begin_layout Standard
30149 To create the example, the following is done:
30150 \end_layout
30151
30152 \begin_layout Enumerate
30153 first formula is inserted
30154 \end_layout
30155
30156 \begin_layout Enumerate
30157
30158 \series bold
30159
30160 \backslash
30161 addtocounter{equation}{-1} 
30162 \backslash
30163 begin{subequations}
30164 \begin_inset Index idx
30165 status collapsed
30166
30167 \begin_layout Plain Layout
30168 Commands ! A ! 
30169 \backslash
30170 addtocounter
30171 \end_layout
30172
30173 \end_inset
30174
30175
30176 \begin_inset Newline newline
30177 \end_inset
30178
30179
30180 \series default
30181 is inserted after the first formula
30182 \end_layout
30183
30184 \begin_layout Enumerate
30185 second formula is inserted
30186 \end_layout
30187
30188 \begin_layout Enumerate
30189 third formula is inserted
30190 \end_layout
30191
30192 \begin_layout Enumerate
30193
30194 \series bold
30195
30196 \backslash
30197 end{subequations}
30198 \series default
30199  is inserted after the third formula
30200 \end_layout
30201
30202 \begin_layout Standard
30203 Every formula between the commands 
30204 \series bold
30205
30206 \backslash
30207 begin
30208 \series default
30209  and 
30210 \series bold
30211
30212 \backslash
30213 end
30214 \series default
30215  is subnumbered as a, b, 
30216 \begin_inset Newline linebreak
30217 \end_inset
30218
30219 c, \SpecialChar ldots
30220  For multiline formulas every line will be subnumbered.
30221  All subnumbered formulas are treated as 
30222 \emph on
30223 one
30224 \emph default
30225  numbered formula.
30226  But as every numbered formula increases the counter 
30227 \series bold
30228 equation
30229 \series default
30230  by one, the command 
30231 \series bold
30232
30233 \backslash
30234 addtocounter
30235 \series default
30236  is needed to decrease it.
30237  Otherwise the formulas 
30238 \begin_inset CommandInset ref
30239 LatexCommand eqref
30240 reference "eq:a"
30241
30242 \end_inset
30243
30244
30245 \begin_inset CommandInset ref
30246 LatexCommand eqref
30247 reference "eq:b"
30248
30249 \end_inset
30250
30251
30252 \begin_inset CommandInset ref
30253 LatexCommand eqref
30254 reference "eq:c"
30255
30256 \end_inset
30257
30258  would be numbered as 
30259 \begin_inset CommandInset ref
30260 LatexCommand eqref
30261 reference "eq:a"
30262
30263 \end_inset
30264
30265
30266 \begin_inset CommandInset ref
30267 LatexCommand eqref
30268 reference "eq:d"
30269
30270 \end_inset
30271
30272
30273 \begin_inset CommandInset ref
30274 LatexCommand eqref
30275 reference "eq:f"
30276
30277 \end_inset
30278
30279 .
30280 \end_layout
30281
30282 \begin_layout Standard
30283 By inserting the commands in \SpecialChar TeX
30284  mode, a space is created between the first
30285  two formulas.
30286  To revert this -5
30287 \begin_inset space \thinspace{}
30288 \end_inset
30289
30290 mm vertical space is inserted after the command 
30291 \series bold
30292
30293 \backslash
30294 begin{subequations}
30295 \series default
30296 .
30297  When the formula style 
30298 \series bold
30299 Indented
30300 \begin_inset Foot
30301 status collapsed
30302
30303 \begin_layout Plain Layout
30304 formula styles see 
30305 \begin_inset CommandInset ref
30306 LatexCommand ref
30307 reference "sec:Formula-Styles"
30308
30309 \end_inset
30310
30311
30312 \end_layout
30313
30314 \end_inset
30315
30316
30317 \series default
30318  is used, -7
30319 \begin_inset space \thinspace{}
30320 \end_inset
30321
30322 mm space is inserted instead.
30323 \end_layout
30324
30325 \begin_layout Standard
30326 Here is an example for a multiline formula where the numbering was turned
30327  off for the second line:
30328 \begin_inset ERT
30329 status collapsed
30330
30331 \begin_layout Plain Layout
30332
30333
30334 \backslash
30335 begin{subequations}
30336 \end_layout
30337
30338 \end_inset
30339
30340
30341 \begin_inset Formula 
30342 \begin{eqnarray}
30343 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30344  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30345  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30346 \end{eqnarray}
30347
30348 \end_inset
30349
30350
30351 \begin_inset ERT
30352 status collapsed
30353
30354 \begin_layout Plain Layout
30355
30356
30357 \backslash
30358 end{subequations}
30359 \end_layout
30360
30361 \end_inset
30362
30363
30364 \end_layout
30365
30366 \begin_layout Subsection
30367 User-defined Numbering
30368 \begin_inset CommandInset label
30369 LatexCommand label
30370 name "subsec:User-defined-Numbering"
30371
30372 \end_inset
30373
30374
30375 \begin_inset Index idx
30376 status collapsed
30377
30378 \begin_layout Plain Layout
30379 Formula numbering ! user-defined
30380 \end_layout
30381
30382 \end_inset
30383
30384
30385 \end_layout
30386
30387 \begin_layout Standard
30388 \begin_inset Index idx
30389 status collapsed
30390
30391 \begin_layout Plain Layout
30392 Formula numbering ! self-defined delimiters
30393 \end_layout
30394
30395 \end_inset
30396
30397 With the standard numbering parentheses are set around the formula number.
30398  To replace the parentheses for example by vertical bars, the following
30399  line is added to the \SpecialChar LaTeX
30400 -preamble:
30401 \end_layout
30402
30403 \begin_layout Standard
30404
30405 \series bold
30406
30407 \backslash
30408 def
30409 \backslash
30410 tagform@#1{
30411 \backslash
30412 maketag@@@{|#1|}}
30413 \series default
30414
30415 \begin_inset Note Note
30416 status collapsed
30417
30418 \begin_layout Plain Layout
30419 This macro is already declared in the \SpecialChar LaTeX
30420 -preamble for testing.
30421  To activate it, remove the percent sign at the beginning.
30422 \end_layout
30423
30424 \end_inset
30425
30426
30427 \end_layout
30428
30429 \begin_layout Standard
30430 To use other characters, the vertical bars besides the 
30431 \series bold
30432 #1
30433 \series default
30434  are replaced by one ore more characters.
30435  To get only the formula number the vertical bars are omitted.
30436 \end_layout
30437
30438 \begin_layout Standard
30439 \begin_inset VSpace bigskip
30440 \end_inset
30441
30442 When there should be an expression of your choice instead of the consecutive
30443  formula number in parentheses behind the formula, the command 
30444 \series bold
30445
30446 \backslash
30447 tag
30448 \series default
30449
30450 \begin_inset Index idx
30451 status collapsed
30452
30453 \begin_layout Plain Layout
30454 Commands ! T ! 
30455 \backslash
30456 tag
30457 \end_layout
30458
30459 \end_inset
30460
30461  is used:
30462 \begin_inset Formula 
30463 \begin{equation}
30464 A+B=C\tag{something}\label{eq:tag}
30465 \end{equation}
30466
30467 \end_inset
30468
30469 In this example the command 
30470 \series bold
30471
30472 \backslash
30473 tag
30474 \begin_inset space \textvisiblespace{}
30475 \end_inset
30476
30477 something
30478 \series default
30479  was inserted in the formula.
30480 \end_layout
30481
30482 \begin_layout Standard
30483 When the command 
30484 \series bold
30485
30486 \backslash
30487 tag*
30488 \begin_inset space \textvisiblespace{}
30489 \end_inset
30490
30491 something
30492 \series default
30493  is inserted instead, the star prevents the parentheses around the expression:
30494 \begin_inset Formula 
30495 \[
30496 A+B=C\tag*{something}
30497 \]
30498
30499 \end_inset
30500
30501
30502 \end_layout
30503
30504 \begin_layout Standard
30505 \begin_inset VSpace bigskip
30506 \end_inset
30507
30508 To restart the formula numbering with new document parts or sections, the
30509  following command is used:
30510 \end_layout
30511
30512 \begin_layout Standard
30513
30514 \series bold
30515
30516 \backslash
30517 @addtoreset{equation}{part}
30518 \series default
30519
30520 \begin_inset Index idx
30521 status collapsed
30522
30523 \begin_layout Plain Layout
30524 Commands ! 
30525 \begin_inset ERT
30526 status collapsed
30527
30528 \begin_layout Plain Layout
30529
30530 "
30531 \end_layout
30532
30533 \end_inset
30534
30535 @
30536 \begin_inset ERT
30537 status collapsed
30538
30539 \begin_layout Plain Layout
30540
30541 "
30542 \end_layout
30543
30544 \end_inset
30545
30546  ! 
30547 \backslash
30548
30549 \begin_inset ERT
30550 status collapsed
30551
30552 \begin_layout Plain Layout
30553
30554 "
30555 \end_layout
30556
30557 \end_inset
30558
30559 @
30560 \begin_inset ERT
30561 status collapsed
30562
30563 \begin_layout Plain Layout
30564
30565 "
30566 \end_layout
30567
30568 \end_inset
30569
30570 addtoreset
30571 \end_layout
30572
30573 \end_inset
30574
30575
30576 \begin_inset Newline newline
30577 \end_inset
30578
30579 resp.
30580 \begin_inset Newline newline
30581 \end_inset
30582
30583
30584 \series bold
30585
30586 \backslash
30587 @addtoreset{equation}{section}
30588 \end_layout
30589
30590 \begin_layout Standard
30591 To be able to use these commands in \SpecialChar TeX
30592  mode, the 
30593 \begin_inset Quotes eld
30594 \end_inset
30595
30596 @
30597 \begin_inset Quotes erd
30598 \end_inset
30599
30600  character has to be made 
30601 \begin_inset Quotes eld
30602 \end_inset
30603
30604 active
30605 \begin_inset Quotes erd
30606 \end_inset
30607
30608  for \SpecialChar LaTeX
30609  using the command 
30610 \series bold
30611
30612 \backslash
30613 makeatletter.
30614
30615 \series default
30616  The command 
30617 \series bold
30618
30619 \backslash
30620 makeatother
30621 \series default
30622  reverts this.
30623  So the command sequence in \SpecialChar TeX
30624  mode is:
30625 \end_layout
30626
30627 \begin_layout Standard
30628
30629 \series bold
30630
30631 \backslash
30632 makeatletter
30633 \begin_inset Newline newline
30634 \end_inset
30635
30636
30637 \backslash
30638 @addtoreset{equation}{section}
30639 \begin_inset Newline newline
30640 \end_inset
30641
30642
30643 \backslash
30644 makeatother
30645 \end_layout
30646
30647 \begin_layout Standard
30648 In the \SpecialChar LaTeX
30649 -preamble 
30650 \series bold
30651
30652 \backslash
30653 makeatletter
30654 \series default
30655  and 
30656 \series bold
30657
30658 \backslash
30659 makeatother
30660 \series default
30661  can be omitted as they are automatically internally inserted by \SpecialChar LyX
30662 .
30663 \end_layout
30664
30665 \begin_layout Standard
30666 To revert 
30667 \series bold
30668
30669 \backslash
30670 @addtoreset
30671 \series default
30672 , the file 
30673 \series bold
30674 remreset.sty
30675 \series default
30676
30677 \begin_inset Foot
30678 status collapsed
30679
30680 \begin_layout Plain Layout
30681
30682 \series bold
30683 remreset
30684 \series default
30685  is part of the \SpecialChar LaTeX
30686 -package 
30687 \series bold
30688 carlisle
30689 \series default
30690
30691 \begin_inset Index idx
30692 status collapsed
30693
30694 \begin_layout Plain Layout
30695 Packages ! carlisle
30696 \end_layout
30697
30698 \end_inset
30699
30700  that is part of every \SpecialChar LaTeX
30701  standard installation.
30702 \end_layout
30703
30704 \end_inset
30705
30706
30707 \begin_inset Index idx
30708 status collapsed
30709
30710 \begin_layout Plain Layout
30711 Packages ! remreset
30712 \end_layout
30713
30714 \end_inset
30715
30716  has to be loaded in the \SpecialChar LaTeX
30717 -preamble with the line
30718 \end_layout
30719
30720 \begin_layout Standard
30721
30722 \series bold
30723
30724 \backslash
30725 usepackage{remreset}
30726 \end_layout
30727
30728 \begin_layout Standard
30729 Then the command 
30730 \series bold
30731
30732 \backslash
30733 @removefromreset
30734 \series default
30735
30736 \begin_inset Index idx
30737 status collapsed
30738
30739 \begin_layout Plain Layout
30740 Commands ! 
30741 \begin_inset ERT
30742 status collapsed
30743
30744 \begin_layout Plain Layout
30745
30746 "
30747 \end_layout
30748
30749 \end_inset
30750
30751 @
30752 \begin_inset ERT
30753 status collapsed
30754
30755 \begin_layout Plain Layout
30756
30757 "
30758 \end_layout
30759
30760 \end_inset
30761
30762  ! 
30763 \backslash
30764
30765 \begin_inset ERT
30766 status collapsed
30767
30768 \begin_layout Plain Layout
30769
30770 "
30771 \end_layout
30772
30773 \end_inset
30774
30775 @
30776 \begin_inset ERT
30777 status collapsed
30778
30779 \begin_layout Plain Layout
30780
30781 "
30782 \end_layout
30783
30784 \end_inset
30785
30786 removefromreset
30787 \end_layout
30788
30789 \end_inset
30790
30791  can be used with the same scheme as 
30792 \series bold
30793
30794 \backslash
30795 @addtoreset
30796 \series default
30797 .
30798 \end_layout
30799
30800 \begin_layout Standard
30801 \begin_inset VSpace bigskip
30802 \end_inset
30803
30804 Sometimes formulas should be numbered in the following form:
30805 \end_layout
30806
30807 \begin_layout Standard
30808
30809 \family typewriter
30810 (section number.formula number)
30811 \end_layout
30812
30813 \begin_layout Standard
30814 The formula number should start with every section with 
30815 \begin_inset Quotes eld
30816 \end_inset
30817
30818 1
30819 \begin_inset Quotes erd
30820 \end_inset
30821
30822 .
30823 \end_layout
30824
30825 \begin_layout Standard
30826 For this case there is the command 
30827 \series bold
30828
30829 \backslash
30830 numberwithin
30831 \series default
30832
30833 \begin_inset Index idx
30834 status collapsed
30835
30836 \begin_layout Plain Layout
30837 Commands ! N ! 
30838 \backslash
30839 numberwithin
30840 \end_layout
30841
30842 \end_inset
30843
30844 , which is used with the following scheme:
30845 \end_layout
30846
30847 \begin_layout Standard
30848
30849 \series bold
30850
30851 \backslash
30852 numberwithin{counter}{sectioning}
30853 \end_layout
30854
30855 \begin_layout Standard
30856 Counter denotes what kind of numbering is affected, sectioning denotes what
30857  number is before the dot.
30858 \end_layout
30859
30860 \begin_layout Standard
30861 Thus in our case the following \SpecialChar LaTeX
30862  preamble or \SpecialChar TeX
30863  code line is used:
30864 \end_layout
30865
30866 \begin_layout Standard
30867
30868 \series bold
30869
30870 \backslash
30871 numberwithin{equation}{section}
30872 \end_layout
30873
30874 \begin_layout Standard
30875 This is the result:
30876 \begin_inset ERT
30877 status collapsed
30878
30879 \begin_layout Plain Layout
30880
30881
30882 \backslash
30883 numberwithin{equation}{section}
30884 \end_layout
30885
30886 \end_inset
30887
30888
30889 \begin_inset Formula 
30890 \begin{equation}
30891 A+B=C
30892 \end{equation}
30893
30894 \end_inset
30895
30896
30897 \end_layout
30898
30899 \begin_layout Standard
30900 To number e.
30901 \begin_inset space \thinspace{}
30902 \end_inset
30903
30904 g.
30905 \begin_inset space \space{}
30906 \end_inset
30907
30908 tables so that the number of the part is the sectioning,
30909 \begin_inset Newline newline
30910 \end_inset
30911
30912
30913 \series bold
30914
30915 \backslash
30916 numberwithin{table}{part}
30917 \series default
30918  is used.
30919 \end_layout
30920
30921 \begin_layout Standard
30922 To go back to the standard numbering or to prevent this kind of numbering
30923  when it is defined by the document class, the following command is inserted
30924  as \SpecialChar TeX
30925  code or to the \SpecialChar LaTeX
30926  preamble:
30927 \end_layout
30928
30929 \begin_layout Standard
30930
30931 \series bold
30932
30933 \backslash
30934 renewcommand{
30935 \backslash
30936 theequation}{
30937 \backslash
30938 arabic{equation}}
30939 \begin_inset Index idx
30940 status collapsed
30941
30942 \begin_layout Plain Layout
30943 Commands ! A ! 
30944 \backslash
30945 arabic
30946 \end_layout
30947
30948 \end_inset
30949
30950
30951 \series default
30952
30953 \begin_inset ERT
30954 status collapsed
30955
30956 \begin_layout Plain Layout
30957
30958
30959 \backslash
30960 renewcommand{
30961 \backslash
30962 theequation}{
30963 \backslash
30964 arabic{equation}}
30965 \end_layout
30966
30967 \end_inset
30968
30969
30970 \series bold
30971
30972 \begin_inset Newline newline
30973 \end_inset
30974
30975
30976 \series default
30977 or
30978 \series bold
30979
30980 \begin_inset Newline newline
30981 \end_inset
30982
30983
30984 \backslash
30985 renewcommand{
30986 \backslash
30987 thetable}{
30988 \backslash
30989 arabic{table}}
30990 \end_layout
30991
30992 \begin_layout Standard
30993
30994 \series bold
30995
30996 \backslash
30997 numberwithin
30998 \series default
30999  uses internally the command 
31000 \series bold
31001
31002 \backslash
31003 @addtoreset
31004 \series default
31005 , described above, that also needs to be reverted.
31006 \begin_inset ERT
31007 status collapsed
31008
31009 \begin_layout Plain Layout
31010
31011
31012 \backslash
31013 makeatletter
31014 \end_layout
31015
31016 \begin_layout Plain Layout
31017
31018
31019 \backslash
31020 @removefromreset{equation}{section}
31021 \end_layout
31022
31023 \begin_layout Plain Layout
31024
31025
31026 \backslash
31027 makeatother
31028 \end_layout
31029
31030 \end_inset
31031
31032
31033 \end_layout
31034
31035 \begin_layout Subsection
31036 Numbering with Roman Numbers and Letters
31037 \begin_inset Index idx
31038 status collapsed
31039
31040 \begin_layout Plain Layout
31041 Formula numbering ! with letters
31042 \end_layout
31043
31044 \end_inset
31045
31046
31047 \begin_inset Index idx
31048 status collapsed
31049
31050 \begin_layout Plain Layout
31051 Formula numbering ! with Roman numbers
31052 \end_layout
31053
31054 \end_inset
31055
31056
31057 \end_layout
31058
31059 \begin_layout Standard
31060 Formulas can also be numbered with Roman numbers and Latin letters.
31061  To number for example with small Roman numbers, the command
31062 \end_layout
31063
31064 \begin_layout Standard
31065
31066 \series bold
31067
31068 \backslash
31069 renewcommand{
31070 \backslash
31071 theequation}{
31072 \backslash
31073 roman{equation}}
31074 \end_layout
31075
31076 \begin_layout Standard
31077 is inserted before the formula in \SpecialChar TeX
31078  mode.
31079  
31080 \series bold
31081
31082 \backslash
31083 renewcommand
31084 \series default
31085
31086 \begin_inset Index idx
31087 status collapsed
31088
31089 \begin_layout Plain Layout
31090 Commands ! R ! 
31091 \backslash
31092 renewcommand
31093 \end_layout
31094
31095 \end_inset
31096
31097  redefines the predefined command 
31098 \series bold
31099
31100 \backslash
31101 theequation
31102 \series default
31103  to the command 
31104 \series bold
31105
31106 \backslash
31107 roman{equation}
31108 \series default
31109 .
31110 \begin_inset Foot
31111 status collapsed
31112
31113 \begin_layout Plain Layout
31114 The command 
31115 \series bold
31116
31117 \backslash
31118 renewcommand
31119 \series default
31120  has the same scheme like the command 
31121 \series bold
31122
31123 \backslash
31124 newcommand
31125 \series default
31126  that is described in 
31127 \begin_inset CommandInset ref
31128 LatexCommand ref
31129 reference "subsec:The-Command-newcommand"
31130
31131 \end_inset
31132
31133 .
31134 \end_layout
31135
31136 \end_inset
31137
31138  
31139 \series bold
31140 equation
31141 \series default
31142  is the formula counter.
31143  When the command 
31144 \series bold
31145
31146 \backslash
31147 the
31148 \series default
31149  is used as prefix for a counter, the value of the counter is output as
31150  Arabic number.
31151  When a formula is numbered, \SpecialChar LaTeX
31152  sets internally the command 
31153 \series bold
31154
31155 \backslash
31156 theequation
31157 \series default
31158  behind the formula.
31159  
31160 \series bold
31161
31162 \backslash
31163 roman{equation}
31164 \begin_inset Index idx
31165 status collapsed
31166
31167 \begin_layout Plain Layout
31168 Commands ! R ! 
31169 \backslash
31170 roman
31171 \end_layout
31172
31173 \end_inset
31174
31175
31176 \series default
31177  outputs the counter as small Roman number.
31178 \end_layout
31179
31180 \begin_layout Standard
31181 All formulas behind the command 
31182 \series bold
31183
31184 \backslash
31185 renew
31186 \series default
31187 c
31188 \series bold
31189 ommand
31190 \series default
31191  are now numbered Roman.
31192  To switch to numbering with big Roman numbers, the command is inserted
31193  again, but 
31194 \series bold
31195
31196 \backslash
31197 roman
31198 \series default
31199  is replaced by 
31200 \series bold
31201
31202 \backslash
31203 Roman
31204 \series default
31205
31206 \begin_inset Index idx
31207 status collapsed
31208
31209 \begin_layout Plain Layout
31210 Commands ! R ! 
31211 \backslash
31212 roman@
31213 \backslash
31214 Roman
31215 \end_layout
31216
31217 \end_inset
31218
31219 .
31220  To 
31221 \begin_inset Quotes eld
31222 \end_inset
31223
31224 number
31225 \begin_inset Quotes erd
31226 \end_inset
31227
31228  with small Latin letters there is the command 
31229 \series bold
31230
31231 \backslash
31232 alph
31233 \series default
31234
31235 \begin_inset Index idx
31236 status collapsed
31237
31238 \begin_layout Plain Layout
31239 Commands ! A ! 
31240 \backslash
31241 alph
31242 \end_layout
31243
31244 \end_inset
31245
31246 , for big ones there is the command 
31247 \series bold
31248
31249 \backslash
31250 Alph
31251 \series default
31252
31253 \begin_inset Index idx
31254 status collapsed
31255
31256 \begin_layout Plain Layout
31257 Commands ! A ! 
31258 \backslash
31259 alph@
31260 \backslash
31261 Alph
31262 \end_layout
31263
31264 \end_inset
31265
31266 .
31267 \end_layout
31268
31269 \begin_layout Standard
31270 \begin_inset Note Greyedout
31271 status open
31272
31273 \begin_layout Plain Layout
31274
31275 \series bold
31276 \color none
31277 Note:
31278 \series default
31279  Only maximal 26
31280 \begin_inset space ~
31281 \end_inset
31282
31283 formulas can be numbered with Latin letters in one document.
31284 \end_layout
31285
31286 \end_inset
31287
31288
31289 \end_layout
31290
31291 \begin_layout Standard
31292 \begin_inset ERT
31293 status collapsed
31294
31295 \begin_layout Plain Layout
31296
31297
31298 \backslash
31299 renewcommand{
31300 \backslash
31301 theequation}{
31302 \backslash
31303 roman{equation}}
31304 \end_layout
31305
31306 \end_inset
31307
31308
31309 \end_layout
31310
31311 \begin_layout Standard
31312 \begin_inset Formula 
31313 \begin{equation}
31314 A=\textrm{small roman}
31315 \end{equation}
31316
31317 \end_inset
31318
31319
31320 \begin_inset ERT
31321 status collapsed
31322
31323 \begin_layout Plain Layout
31324
31325
31326 \backslash
31327 renewcommand{
31328 \backslash
31329 theequation}{
31330 \backslash
31331 Roman{equation}}
31332 \end_layout
31333
31334 \end_inset
31335
31336
31337 \begin_inset Formula 
31338 \begin{equation}
31339 B=\textrm{big Roman}\label{eq:Rom}
31340 \end{equation}
31341
31342 \end_inset
31343
31344
31345 \begin_inset ERT
31346 status collapsed
31347
31348 \begin_layout Plain Layout
31349
31350
31351 \backslash
31352 renewcommand{
31353 \backslash
31354 theequation}{
31355 \backslash
31356 alph{equation}}
31357 \end_layout
31358
31359 \end_inset
31360
31361
31362 \begin_inset Formula 
31363 \begin{equation}
31364 C=\textrm{small Latin}
31365 \end{equation}
31366
31367 \end_inset
31368
31369
31370 \begin_inset ERT
31371 status collapsed
31372
31373 \begin_layout Plain Layout
31374
31375
31376 \backslash
31377 renewcommand{
31378 \backslash
31379 theequation}{
31380 \backslash
31381 Alph{equation}}
31382 \end_layout
31383
31384 \end_inset
31385
31386
31387 \begin_inset Formula 
31388 \begin{equation}
31389 D=\textrm{big Latin}\label{eq:Lat}
31390 \end{equation}
31391
31392 \end_inset
31393
31394
31395 \end_layout
31396
31397 \begin_layout Standard
31398 To switch back to the default numbering, insert the command:
31399 \end_layout
31400
31401 \begin_layout Standard
31402
31403 \series bold
31404
31405 \backslash
31406 renewcommand{
31407 \backslash
31408 theequation}{
31409 \backslash
31410 arabic{equation}}
31411 \begin_inset Index idx
31412 status collapsed
31413
31414 \begin_layout Plain Layout
31415 Commands ! A ! 
31416 \backslash
31417 arabic
31418 \end_layout
31419
31420 \end_inset
31421
31422
31423 \end_layout
31424
31425 \begin_layout Standard
31426 \begin_inset ERT
31427 status collapsed
31428
31429 \begin_layout Plain Layout
31430
31431
31432 \backslash
31433 renewcommand{
31434 \backslash
31435 theequation}{
31436 \backslash
31437 arabic{equation}}
31438 \end_layout
31439
31440 \end_inset
31441
31442
31443 \begin_inset Formula 
31444 \begin{equation}
31445 E=\textrm{Arabic}
31446 \end{equation}
31447
31448 \end_inset
31449
31450
31451 \end_layout
31452
31453 \begin_layout Standard
31454 \begin_inset VSpace medskip
31455 \end_inset
31456
31457 As you see, formulas are numbered serially independent from the numbering
31458  style.
31459  When then numbering should start with 
31460 \begin_inset Quotes eld
31461 \end_inset
31462
31463 1
31464 \begin_inset Quotes erd
31465 \end_inset
31466
31467  when the style is changed, new equation counters have to be defined.
31468  A description about this can be found in the file 
31469 \begin_inset CommandInset href
31470 LatexCommand href
31471 name "Formula-numbering.lyx"
31472 target "run:Formula-numbering.lyx"
31473
31474 \end_inset
31475
31476 .
31477 \end_layout
31478
31479 \begin_layout Section
31480 Chemical Symbols and Equations
31481 \begin_inset CommandInset label
31482 LatexCommand label
31483 name "subsec:Chemical-Symbols-and"
31484
31485 \end_inset
31486
31487
31488 \begin_inset Index idx
31489 status collapsed
31490
31491 \begin_layout Plain Layout
31492 Chemical characters ! Symbols
31493 \end_layout
31494
31495 \end_inset
31496
31497
31498 \begin_inset Index idx
31499 status collapsed
31500
31501 \begin_layout Plain Layout
31502 Chemical equations
31503 \end_layout
31504
31505 \end_inset
31506
31507
31508 \begin_inset Index idx
31509 status collapsed
31510
31511 \begin_layout Plain Layout
31512 Symbols ! chemical
31513 \end_layout
31514
31515 \end_inset
31516
31517
31518 \end_layout
31519
31520 \begin_layout Standard
31521 An example text from chemistry:
31522 \end_layout
31523
31524 \begin_layout Quote
31525 The 
31526 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31527 \end_inset
31528
31529 -ion reacts with two 
31530 \begin_inset Formula $\mathrm{Na^{+}}$
31531 \end_inset
31532
31533 -ions to sodium sulfate 
31534 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31535 \end_inset
31536
31537 .
31538  The chemical equation for this is:
31539 \begin_inset Formula 
31540 \begin{equation}
31541 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31542 \end{equation}
31543
31544 \end_inset
31545
31546
31547 \end_layout
31548
31549 \begin_layout Standard
31550 This chemical equation can directly be created as formula.
31551  To avoid that the symbols appear italic, everything is highlighted and
31552  changed by the shortcut 
31553 \begin_inset Info
31554 type  "shortcut"
31555 arg   "font-roman"
31556 \end_inset
31557
31558  to the upright font style.
31559 \begin_inset Foot
31560 status collapsed
31561
31562 \begin_layout Plain Layout
31563 font styles
31564 \series bold
31565  
31566 \series default
31567 see 
31568 \begin_inset CommandInset ref
31569 LatexCommand ref
31570 reference "subsec:Font-Styles"
31571
31572 \end_inset
31573
31574
31575 \end_layout
31576
31577 \end_inset
31578
31579
31580 \end_layout
31581
31582 \begin_layout Standard
31583 A more convenient way to typeset chemical formulas is to use the command
31584  
31585 \series bold
31586
31587 \backslash
31588 ce
31589 \series default
31590
31591 \begin_inset Index idx
31592 status collapsed
31593
31594 \begin_layout Plain Layout
31595 Commands ! C ! 
31596 \backslash
31597 ce
31598 \end_layout
31599
31600 \end_inset
31601
31602  that is available when the \SpecialChar LaTeX
31603 -package 
31604 \series bold
31605 mhchem
31606 \series default
31607
31608 \begin_inset Index idx
31609 status collapsed
31610
31611 \begin_layout Plain Layout
31612 Packages ! mhchem
31613 \end_layout
31614
31615 \end_inset
31616
31617  is installed.
31618  After inserting 
31619 \series bold
31620
31621 \backslash
31622 ce
31623 \series default
31624  to a formula a new blue box appears where chemical formulas can be inserted
31625  in an intuitive way.
31626 \begin_inset Separator parbreak
31627 \end_inset
31628
31629
31630 \end_layout
31631
31632 \begin_layout Standard
31633 \align center
31634 \begin_inset Tabular
31635 <lyxtabular version="3" rows="10" columns="2">
31636 <features booktabs="true" tabularvalignment="middle">
31637 <column alignment="center" valignment="top" width="0pt">
31638 <column alignment="center" valignment="top">
31639 <row>
31640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31641 \begin_inset Text
31642
31643 \begin_layout Plain Layout
31644 Command
31645 \end_layout
31646
31647 \end_inset
31648 </cell>
31649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31650 \begin_inset Text
31651
31652 \begin_layout Plain Layout
31653 Result
31654 \end_layout
31655
31656 \end_inset
31657 </cell>
31658 </row>
31659 <row>
31660 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31661 \begin_inset Text
31662
31663 \begin_layout Plain Layout
31664
31665 \backslash
31666 ce
31667 \begin_inset space \textvisiblespace{}
31668 \end_inset
31669
31670 H2CO3
31671 \end_layout
31672
31673 \end_inset
31674 </cell>
31675 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31676 \begin_inset Text
31677
31678 \begin_layout Plain Layout
31679 \begin_inset Formula $\ce{H2CO3}$
31680 \end_inset
31681
31682
31683 \end_layout
31684
31685 \end_inset
31686 </cell>
31687 </row>
31688 <row topspace="1.5mm">
31689 <cell alignment="center" valignment="top" usebox="none">
31690 \begin_inset Text
31691
31692 \begin_layout Plain Layout
31693
31694 \backslash
31695 ce
31696 \begin_inset space \textvisiblespace{}
31697 \end_inset
31698
31699 SO4^2-
31700 \end_layout
31701
31702 \end_inset
31703 </cell>
31704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31705 \begin_inset Text
31706
31707 \begin_layout Plain Layout
31708 \begin_inset Formula $\ce{SO4^{2-}}$
31709 \end_inset
31710
31711
31712 \end_layout
31713
31714 \end_inset
31715 </cell>
31716 </row>
31717 <row topspace="1.5mm">
31718 <cell alignment="center" valignment="top" usebox="none">
31719 \begin_inset Text
31720
31721 \begin_layout Plain Layout
31722
31723 \backslash
31724 ce
31725 \begin_inset space \textvisiblespace{}
31726 \end_inset
31727
31728 (NH4)2S
31729 \end_layout
31730
31731 \end_inset
31732 </cell>
31733 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31734 \begin_inset Text
31735
31736 \begin_layout Plain Layout
31737 \begin_inset Formula $\ce{(NH4)2S}$
31738 \end_inset
31739
31740
31741 \end_layout
31742
31743 \end_inset
31744 </cell>
31745 </row>
31746 <row topspace="1.5mm">
31747 <cell alignment="center" valignment="top" usebox="none">
31748 \begin_inset Text
31749
31750 \begin_layout Plain Layout
31751
31752 \backslash
31753 ce
31754 \begin_inset space \textvisiblespace{}
31755 \end_inset
31756
31757 KCr(SO4)2.12H2O
31758 \end_layout
31759
31760 \end_inset
31761 </cell>
31762 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31763 \begin_inset Text
31764
31765 \begin_layout Plain Layout
31766 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
31767 \end_inset
31768
31769
31770 \end_layout
31771
31772 \end_inset
31773 </cell>
31774 </row>
31775 <row topspace="1.5mm">
31776 <cell alignment="center" valignment="top" usebox="none">
31777 \begin_inset Text
31778
31779 \begin_layout Plain Layout
31780
31781 \backslash
31782 ce
31783 \begin_inset space \textvisiblespace{}
31784 \end_inset
31785
31786 A-B
31787 \backslash
31788 dbond
31789 \begin_inset space \textvisiblespace{}
31790 \end_inset
31791
31792 C
31793 \backslash
31794 tbond
31795 \begin_inset space \textvisiblespace{}
31796 \end_inset
31797
31798 D
31799 \end_layout
31800
31801 \end_inset
31802 </cell>
31803 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31804 \begin_inset Text
31805
31806 \begin_layout Plain Layout
31807 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
31808 \end_inset
31809
31810
31811 \end_layout
31812
31813 \end_inset
31814 </cell>
31815 </row>
31816 <row topspace="1.5mm">
31817 <cell alignment="center" valignment="top" usebox="none">
31818 \begin_inset Text
31819
31820 \begin_layout Plain Layout
31821
31822 \backslash
31823 ce
31824 \begin_inset space \textvisiblespace{}
31825 \end_inset
31826
31827 ^227
31828 \begin_inset Formula $\downarrow$
31829 \end_inset
31830
31831 _90
31832 \begin_inset Formula $\to$
31833 \end_inset
31834
31835 Th+
31836 \end_layout
31837
31838 \end_inset
31839 </cell>
31840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31841 \begin_inset Text
31842
31843 \begin_layout Plain Layout
31844 \begin_inset Formula $\ce{_{90}^{227}Th+}$
31845 \end_inset
31846
31847
31848 \end_layout
31849
31850 \end_inset
31851 </cell>
31852 </row>
31853 <row>
31854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31855 \begin_inset Text
31856
31857 \begin_layout Plain Layout
31858
31859 \backslash
31860 ce
31861 \begin_inset space \textvisiblespace{}
31862 \end_inset
31863
31864
31865 \backslash
31866 mu
31867 \begin_inset space \textvisiblespace{}
31868 \end_inset
31869
31870
31871 \backslash
31872 hyphen
31873 \begin_inset space \textvisiblespace{}
31874 \end_inset
31875
31876 Cl
31877 \end_layout
31878
31879 \end_inset
31880 </cell>
31881 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31882 \begin_inset Text
31883
31884 \begin_layout Plain Layout
31885 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
31886 \end_inset
31887
31888
31889 \end_layout
31890
31891 \end_inset
31892 </cell>
31893 </row>
31894 <row>
31895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31896 \begin_inset Text
31897
31898 \begin_layout Plain Layout
31899
31900 \backslash
31901 ce
31902 \begin_inset space \textvisiblespace{}
31903 \end_inset
31904
31905 CO2
31906 \begin_inset space \textvisiblespace{}
31907 \end_inset
31908
31909 +
31910 \begin_inset space \textvisiblespace{}
31911 \end_inset
31912
31913 C
31914 \begin_inset space \textvisiblespace{}
31915 \end_inset
31916
31917 <=>
31918 \begin_inset space \textvisiblespace{}
31919 \end_inset
31920
31921 2CO
31922 \end_layout
31923
31924 \end_inset
31925 </cell>
31926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31927 \begin_inset Text
31928
31929 \begin_layout Plain Layout
31930 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
31931 \end_inset
31932
31933
31934 \end_layout
31935
31936 \end_inset
31937 </cell>
31938 </row>
31939 <row topspace="1.5mm">
31940 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31941 \begin_inset Text
31942
31943 \begin_layout Plain Layout
31944
31945 \backslash
31946 ce
31947 \begin_inset space \textvisiblespace{}
31948 \end_inset
31949
31950 CO2
31951 \begin_inset space \textvisiblespace{}
31952 \end_inset
31953
31954 +
31955 \begin_inset space \textvisiblespace{}
31956 \end_inset
31957
31958 C
31959 \begin_inset space \textvisiblespace{}
31960 \end_inset
31961
31962 ->[
31963 \backslash
31964 alpha][
31965 \backslash
31966 beta]
31967 \begin_inset space \textvisiblespace{}
31968 \end_inset
31969
31970 2CO}
31971 \end_layout
31972
31973 \end_inset
31974 </cell>
31975 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
31976 \begin_inset Text
31977
31978 \begin_layout Plain Layout
31979 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
31980 \end_inset
31981
31982
31983 \end_layout
31984
31985 \end_inset
31986 </cell>
31987 </row>
31988 </lyxtabular>
31989
31990 \end_inset
31991
31992
31993 \end_layout
31994
31995 \begin_layout Standard
31996 \begin_inset Note Greyedout
31997 status open
31998
31999 \begin_layout Plain Layout
32000
32001 \series bold
32002 \color none
32003 Note:
32004 \series default
32005  It is not possible in \SpecialChar LyX
32006  to use the character ^ to get an up-arrow as described
32007  in the 
32008 \series bold
32009 mhchem
32010 \series default
32011  manual.
32012  One instead uses a negative thin space followed by the command 
32013 \series bold
32014
32015 \backslash
32016 uparrow
32017 \series default
32018
32019 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32020 \end_inset
32021
32022
32023 \end_layout
32024
32025 \end_inset
32026
32027
32028 \end_layout
32029
32030 \begin_layout Standard
32031 Using 
32032 \series bold
32033
32034 \backslash
32035 ce
32036 \series default
32037  the command for equation
32038 \begin_inset space ~
32039 \end_inset
32040
32041
32042 \begin_inset CommandInset ref
32043 LatexCommand eqref
32044 reference "eq:chem-reaction"
32045
32046 \end_inset
32047
32048  is:
32049 \begin_inset Newline newline
32050 \end_inset
32051
32052
32053 \series bold
32054  
32055 \backslash
32056 ce
32057 \begin_inset space \textvisiblespace{}
32058 \end_inset
32059
32060 2Na+
32061 \begin_inset space \textvisiblespace{}
32062 \end_inset
32063
32064 +
32065 \begin_inset space \textvisiblespace{}
32066 \end_inset
32067
32068 SO4^2-
32069 \begin_inset space \textvisiblespace{}
32070 \end_inset
32071
32072
32073 \begin_inset space \textvisiblespace{}
32074 \end_inset
32075
32076 ->
32077 \begin_inset space \textvisiblespace{}
32078 \end_inset
32079
32080 Na2SO4
32081 \end_layout
32082
32083 \begin_layout Standard
32084 To create multiline chemical equations first a multiline formula is created
32085  as described in 
32086 \begin_inset CommandInset ref
32087 LatexCommand ref
32088 reference "sec:Multiline-Formulas"
32089
32090 \end_inset
32091
32092 .
32093  Afterwards the command 
32094 \series bold
32095
32096 \backslash
32097 ce
32098 \series default
32099  is used in every small blue box of the formula.
32100  
32101 \begin_inset CommandInset ref
32102 LatexCommand eqref
32103 reference "eq:TEOS-reaction-1"
32104
32105 \end_inset
32106
32107  and 
32108 \begin_inset CommandInset ref
32109 LatexCommand eqref
32110 reference "eq:TEOS-reaction-2"
32111
32112 \end_inset
32113
32114  are an example of a multi-stage chemical reaction where every equation
32115  has its own number.
32116 \begin_inset Formula 
32117 \begin{eqnarray}
32118 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32119 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32120 \end{eqnarray}
32121
32122 \end_inset
32123
32124
32125 \end_layout
32126
32127 \begin_layout Standard
32128 Besides 
32129 \series bold
32130
32131 \backslash
32132 ce
32133 \series default
32134  the 
32135 \series bold
32136 mhchem
32137 \series default
32138  package provides the command 
32139 \series bold
32140
32141 \backslash
32142 cf
32143 \series default
32144
32145 \begin_inset Index idx
32146 status collapsed
32147
32148 \begin_layout Plain Layout
32149 Commands ! C ! 
32150 \backslash
32151 cf
32152 \end_layout
32153
32154 \end_inset
32155
32156  that has to be used for special cases.
32157  For more information about 
32158 \series bold
32159
32160 \backslash
32161 cf
32162 \series default
32163  and more examples have a look at the documentation of 
32164 \series bold
32165 mhchem
32166 \series default
32167
32168 \begin_inset CommandInset citation
32169 LatexCommand cite
32170 key "mhchem"
32171
32172 \end_inset
32173
32174 .
32175 \end_layout
32176
32177 \begin_layout Section
32178 Diagrams
32179 \end_layout
32180
32181 \begin_layout Standard
32182 \SpecialChar LyX
32183  supports two types of commutative diagrams: 
32184 \series bold
32185 amscd
32186 \series default
32187  and 
32188 \series bold
32189 xymatrix
32190 \series default
32191  that are explained in the following.
32192 \end_layout
32193
32194 \begin_layout Subsection
32195 Amscd Diagrams
32196 \begin_inset Index idx
32197 status collapsed
32198
32199 \begin_layout Plain Layout
32200 Diagrams ! amscd
32201 \end_layout
32202
32203 \end_inset
32204
32205
32206 \end_layout
32207
32208 \begin_layout Standard
32209 Diagrams of this type visualize relations by vertical and horizontal lines
32210  or arrows:
32211 \begin_inset Formula 
32212 \[
32213 \begin{CD}A@>>>B@>>>C\\
32214 @AAA@.@VVV\\
32215 F@<<<E@<<<D
32216 \end{CD}
32217 \]
32218
32219 \end_inset
32220
32221
32222 \end_layout
32223
32224 \begin_layout Standard
32225 To get them, the command 
32226 \series bold
32227
32228 \backslash
32229 CD
32230 \begin_inset Index idx
32231 status collapsed
32232
32233 \begin_layout Plain Layout
32234 Commands ! C ! 
32235 \backslash
32236 CD
32237 \end_layout
32238
32239 \end_inset
32240
32241
32242 \series default
32243  is inserted to a formula.
32244  A blue box appears with two dashed lines where further commands can be
32245  inserted.
32246  With 
32247 \begin_inset Info
32248 type  "shortcut"
32249 arg   "newline-insert newline"
32250 \end_inset
32251
32252  a new line is created.
32253  Horizontal relations are inserted in odd, vertical in even formula lines.
32254 \end_layout
32255
32256 \begin_layout Standard
32257 To create the relations there are the following commands:
32258 \end_layout
32259
32260 \begin_layout Itemize
32261
32262 \series bold
32263 @<<<
32264 \series default
32265  creates a left arrow, 
32266 \series bold
32267 @>>>
32268 \series default
32269  a right arrow and 
32270 \series bold
32271 @=
32272 \series default
32273  a long equal sign
32274 \end_layout
32275
32276 \begin_layout Itemize
32277
32278 \series bold
32279 @AAA
32280 \series default
32281  creates an up arrow, 
32282 \series bold
32283 @VVV
32284 \series default
32285  a down arrow and 
32286 \series bold
32287 @|
32288 \series default
32289  a vertical equal sign
32290 \end_layout
32291
32292 \begin_layout Itemize
32293
32294 \series bold
32295 @.
32296
32297 \series default
32298  is a placeholder for non-existent relations
32299 \end_layout
32300
32301 \begin_layout Standard
32302 All arrows can be labeled as follows:
32303 \end_layout
32304
32305 \begin_layout Itemize
32306 If text inserted between the first and second < or >, resp., it is placed
32307  above the arrow.
32308  When it is inserted between the second and third one, it appears under
32309  the arrow.
32310 \end_layout
32311
32312 \begin_layout Itemize
32313 When text for vertical arrows is inserted between the first and second A
32314  or V, resp., it is placed left beside the arrow.
32315  When it is inserted between the second and third one, it appears right
32316  beside the arrow.
32317  If the text contains an A or V, these letters must be set into a \SpecialChar TeX
32318  brace.
32319 \end_layout
32320
32321 \begin_layout Standard
32322 As example a diagram with all possible relations:
32323 \end_layout
32324
32325 \begin_layout Standard
32326 \begin_inset Formula 
32327 \[
32328 \begin{CD}A@>j>>B@>>k>C@=F\\
32329 @AmAA@.@VV{V}V@|\\
32330 D@<<j<E@>k>>F@=C
32331 \end{CD}
32332 \]
32333
32334 \end_inset
32335
32336
32337 \end_layout
32338
32339 \begin_layout Standard
32340 The command for this is:
32341 \begin_inset Newline newline
32342 \end_inset
32343
32344
32345 \series bold
32346
32347 \backslash
32348 CD
32349 \begin_inset space \textvisiblespace{}
32350 \end_inset
32351
32352 A@>j>>B@>>k>C@=F Ctrl+Return
32353 \begin_inset Newline newline
32354 \end_inset
32355
32356
32357 \begin_inset Phantom HPhantom
32358 status open
32359
32360 \begin_layout Plain Layout
32361
32362 \series bold
32363
32364 \backslash
32365 CD
32366 \begin_inset space \textvisiblespace{}
32367 \end_inset
32368
32369
32370 \end_layout
32371
32372 \end_inset
32373
32374 @AmAA@.@VV
32375 \backslash
32376 {V
32377 \series default
32378
32379 \begin_inset Formula $\to$
32380 \end_inset
32381
32382
32383 \series bold
32384 V@| Ctrl+Return
32385 \begin_inset Newline newline
32386 \end_inset
32387
32388
32389 \begin_inset Phantom HPhantom
32390 status open
32391
32392 \begin_layout Plain Layout
32393
32394 \series bold
32395
32396 \backslash
32397 CD
32398 \begin_inset space \textvisiblespace{}
32399 \end_inset
32400
32401
32402 \end_layout
32403
32404 \end_inset
32405
32406 D@<<j<E@>k>>F@=C
32407 \end_layout
32408
32409 \begin_layout Subsection
32410 Xymatrix Diagrams
32411 \begin_inset Index idx
32412 status collapsed
32413
32414 \begin_layout Plain Layout
32415 Diagrams ! xymatrix
32416 \end_layout
32417
32418 \end_inset
32419
32420
32421 \end_layout
32422
32423 \begin_layout Standard
32424 To be able to use xymatrices, the \SpecialChar LaTeX
32425 -package 
32426 \series bold
32427 xypic
32428 \series default
32429  must be installed.
32430  A xymatrix is created by inserting the command 
32431 \series bold
32432
32433 \backslash
32434 xymatrix
32435 \series default
32436  in a formula.
32437  Then you are able to add new matrix columns and rows like for normal matrices,
32438  see 
32439 \begin_inset CommandInset ref
32440 LatexCommand ref
32441 reference "sec:Matrices"
32442
32443 \end_inset
32444
32445 .
32446 \end_layout
32447
32448 \begin_layout Standard
32449 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32450  and much more.
32451  All possibilities to create commutative diagrams and decorations are explained
32452  in detail in the 
32453 \emph on
32454 XY-pic manual
32455 \emph default
32456  that you find in the menu 
32457 \family sans
32458 Help\SpecialChar menuseparator
32459 Specific
32460 \begin_inset space ~
32461 \end_inset
32462
32463 Manuals
32464 \family default
32465 .
32466 \end_layout
32467
32468 \begin_layout Subsection
32469
32470 \noun on
32471 Feynman
32472 \noun default
32473  Diagrams
32474 \begin_inset Index idx
32475 status collapsed
32476
32477 \begin_layout Plain Layout
32478 Diagrams ! Feynman
32479 \end_layout
32480
32481 \end_inset
32482
32483
32484 \end_layout
32485
32486 \begin_layout Standard
32487 To be able to use 
32488 \noun on
32489 Feynman
32490 \noun default
32491 -diagrams, the \SpecialChar LaTeX
32492 -package 
32493 \series bold
32494 feyn
32495 \series default
32496  must be installed.
32497  A 
32498 \noun on
32499 Feynman
32500 \noun default
32501 -diagram is created by inserting the command 
32502 \series bold
32503
32504 \backslash
32505 Diagram
32506 \series default
32507  in a formula.
32508  Then you are able to add new matrix columns and rows like for normal matrices,
32509  see 
32510 \begin_inset CommandInset ref
32511 LatexCommand ref
32512 reference "sec:Matrices"
32513
32514 \end_inset
32515
32516 .
32517 \end_layout
32518
32519 \begin_layout Standard
32520 Examples how to create 
32521 \noun on
32522 Feynman-
32523 \noun default
32524 diagrams in \SpecialChar LyX
32525  is given in the 
32526 \emph on
32527 Feynman-diagram manual
32528 \emph default
32529  that you find in the menu 
32530 \family sans
32531 Help\SpecialChar menuseparator
32532 Specific
32533 \begin_inset space ~
32534 \end_inset
32535
32536 Manuals
32537 \family default
32538 .
32539 \end_layout
32540
32541 \begin_layout Standard
32542 \begin_inset Newpage newpage
32543 \end_inset
32544
32545
32546 \end_layout
32547
32548 \begin_layout Section
32549 User-defined Commands
32550 \begin_inset Index idx
32551 status collapsed
32552
32553 \begin_layout Plain Layout
32554 User-defined commands
32555 \end_layout
32556
32557 \end_inset
32558
32559
32560 \end_layout
32561
32562 \begin_layout Standard
32563 \begin_inset Note Greyedout
32564 status open
32565
32566 \begin_layout Plain Layout
32567
32568 \series bold
32569 Note:
32570 \series default
32571  The names of user-defined commands and macros may only consist of Latin
32572  letters.
32573 \end_layout
32574
32575 \end_inset
32576
32577
32578 \end_layout
32579
32580 \begin_layout Subsection
32581 The Command 
32582 \backslash
32583 newcommand
32584 \begin_inset CommandInset label
32585 LatexCommand label
32586 name "subsec:The-Command-newcommand"
32587
32588 \end_inset
32589
32590
32591 \begin_inset Index idx
32592 status collapsed
32593
32594 \begin_layout Plain Layout
32595 User-defined commands ! 
32596 \backslash
32597 newcommand
32598 \end_layout
32599
32600 \end_inset
32601
32602
32603 \begin_inset Index idx
32604 status collapsed
32605
32606 \begin_layout Plain Layout
32607 Commands ! N ! 
32608 \backslash
32609 newcommand
32610 \end_layout
32611
32612 \end_inset
32613
32614
32615 \end_layout
32616
32617 \begin_layout Standard
32618 Many \SpecialChar LaTeX
32619 -commands are too long to be used frequently.
32620  But it is possible to define with the command 
32621 \series bold
32622
32623 \backslash
32624 newcommand
32625 \series default
32626  new shorter commands.
32627 \end_layout
32628
32629 \begin_layout Standard
32630 The command scheme of 
32631 \series bold
32632
32633 \backslash
32634 newcommand
32635 \series default
32636  is:
32637 \end_layout
32638
32639 \begin_layout Standard
32640
32641 \series bold
32642
32643 \backslash
32644 newcommand{new command name}[number of arguments][optional
32645 \series default
32646  
32647 \series bold
32648 value]
32649 \begin_inset Newline newline
32650 \end_inset
32651
32652
32653 \begin_inset Phantom HPhantom
32654 status open
32655
32656 \begin_layout Plain Layout
32657
32658 \series bold
32659
32660 \backslash
32661 newcommand
32662 \end_layout
32663
32664 \end_inset
32665
32666 {command definition}
32667 \end_layout
32668
32669 \begin_layout Standard
32670 \begin_inset Note Greyedout
32671 status open
32672
32673 \begin_layout Plain Layout
32674
32675 \series bold
32676 Note:
32677 \series default
32678  Assure that the name of the new command is not already used in your document
32679  or by \SpecialChar LaTeX
32680 -packages that you use.
32681  When you for example define the command 
32682 \series bold
32683
32684 \backslash
32685 le
32686 \series default
32687  for 
32688 \series bold
32689
32690 \backslash
32691 Leftarrow
32692 \series default
32693 , you get an error message because 
32694 \series bold
32695
32696 \backslash
32697 le
32698 \series default
32699  is already defined as command for 
32700 \begin_inset Quotes eld
32701 \end_inset
32702
32703
32704 \begin_inset Formula $\le$
32705 \end_inset
32706
32707
32708 \begin_inset Quotes erd
32709 \end_inset
32710
32711 .
32712 \end_layout
32713
32714 \end_inset
32715
32716
32717 \end_layout
32718
32719 \begin_layout Standard
32720 The number of arguments is an integer in the range 0
32721 \begin_inset space \thinspace{}
32722 \end_inset
32723
32724 -
32725 \begin_inset space \thinspace{}
32726 \end_inset
32727
32728 9 and specifies how many arguments the new command should have.
32729  With the optional value a value for an optional argument can be predefined.
32730  When this is done, the 
32731 \emph on
32732 first
32733 \emph default
32734  
32735 \emph on
32736 a
32737 \emph default
32738 rgument of the new command is automatically an optional one.
32739 \end_layout
32740
32741 \begin_layout Standard
32742 Here are some examples:
32743 \end_layout
32744
32745 \begin_layout Itemize
32746 To define the command 
32747 \series bold
32748
32749 \backslash
32750 gr
32751 \series default
32752  for 
32753 \series bold
32754
32755 \backslash
32756 Longrightarrow
32757 \series default
32758 , the \SpecialChar LaTeX
32759 -preamble line is:
32760 \begin_inset VSpace medskip
32761 \end_inset
32762
32763
32764 \begin_inset Newline newline
32765 \end_inset
32766
32767
32768 \series bold
32769
32770 \backslash
32771 newcommand{
32772 \backslash
32773 gr}{
32774 \backslash
32775 Longrightarrow}
32776 \end_layout
32777
32778 \begin_layout Itemize
32779 To define the command 
32780 \series bold
32781
32782 \backslash
32783 us
32784 \series default
32785  for 
32786 \series bold
32787
32788 \backslash
32789 underline
32790 \series default
32791 , the argument (that should be underlined) must be taken into account.
32792  For this the preamble line is:
32793 \begin_inset VSpace medskip
32794 \end_inset
32795
32796
32797 \begin_inset Newline newline
32798 \end_inset
32799
32800
32801 \series bold
32802
32803 \backslash
32804 newcommand{
32805 \backslash
32806 us}[1]{
32807 \backslash
32808 underline{#1}}
32809 \series default
32810
32811 \begin_inset VSpace medskip
32812 \end_inset
32813
32814
32815 \begin_inset Newline newline
32816 \end_inset
32817
32818 The character 
32819 \series bold
32820 #
32821 \series default
32822  acts as argument placeholder, the 
32823 \series bold
32824 1
32825 \series default
32826  behind it denotes that it is the placeholder for the first argument.
32827 \end_layout
32828
32829 \begin_layout Itemize
32830 For 
32831 \series bold
32832
32833 \backslash
32834 framebox
32835 \series default
32836  one can e.
32837 \begin_inset space \thinspace{}
32838 \end_inset
32839
32840 g.
32841 \begin_inset space \space{}
32842 \end_inset
32843
32844 define the command 
32845 \series bold
32846
32847 \backslash
32848 fb
32849 \series default
32850 :
32851 \begin_inset VSpace medskip
32852 \end_inset
32853
32854
32855 \begin_inset Newline newline
32856 \end_inset
32857
32858
32859 \series bold
32860
32861 \backslash
32862 newcommand{
32863 \backslash
32864 fb}[3]{
32865 \backslash
32866 framebox#1#2{$#3$}}
32867 \series default
32868
32869 \begin_inset VSpace medskip
32870 \end_inset
32871
32872
32873 \begin_inset Newline newline
32874 \end_inset
32875
32876 The two Dollar signs creates the extra formula needed for 
32877 \series bold
32878
32879 \backslash
32880 framebox
32881 \series default
32882 , see 
32883 \begin_inset CommandInset ref
32884 LatexCommand ref
32885 reference "subsec:Boxes-with-Frame"
32886
32887 \end_inset
32888
32889 .
32890 \end_layout
32891
32892 \begin_layout Itemize
32893 To create a new command for 
32894 \series bold
32895
32896 \backslash
32897 fcolorbox
32898 \series default
32899  where the color for the box need not be specified, the argument for the
32900  color is defined optional:
32901 \begin_inset VSpace medskip
32902 \end_inset
32903
32904
32905 \begin_inset Newline newline
32906 \end_inset
32907
32908
32909 \series bold
32910
32911 \backslash
32912 newcommand{
32913 \backslash
32914 cb}[3][white]{
32915 \backslash
32916 fcolorbox{#2}{#1}{$#3$}}
32917 \series default
32918
32919 \begin_inset VSpace medskip
32920 \end_inset
32921
32922
32923 \begin_inset Newline newline
32924 \end_inset
32925
32926 When the color is not specified when using 
32927 \series bold
32928
32929 \backslash
32930 cb
32931 \series default
32932 , the predefined color 
32933 \series bold
32934 white
32935 \series default
32936  will be used.
32937 \end_layout
32938
32939 \begin_layout Standard
32940 A test of the new defined commands:
32941 \begin_inset Separator parbreak
32942 \end_inset
32943
32944
32945 \end_layout
32946
32947 \begin_layout Standard
32948 \align center
32949 \begin_inset Tabular
32950 <lyxtabular version="3" rows="6" columns="2">
32951 <features booktabs="true" tabularvalignment="middle">
32952 <column alignment="center" valignment="top" width="0pt">
32953 <column alignment="center" valignment="top">
32954 <row>
32955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32956 \begin_inset Text
32957
32958 \begin_layout Plain Layout
32959 Command
32960 \end_layout
32961
32962 \end_inset
32963 </cell>
32964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32965 \begin_inset Text
32966
32967 \begin_layout Plain Layout
32968 Result
32969 \end_layout
32970
32971 \end_inset
32972 </cell>
32973 </row>
32974 <row>
32975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32976 \begin_inset Text
32977
32978 \begin_layout Plain Layout
32979 A
32980 \backslash
32981 gr
32982 \begin_inset space \textvisiblespace{}
32983 \end_inset
32984
32985 B
32986 \end_layout
32987
32988 \end_inset
32989 </cell>
32990 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32991 \begin_inset Text
32992
32993 \begin_layout Plain Layout
32994 \begin_inset Formula $A\gr B$
32995 \end_inset
32996
32997
32998 \end_layout
32999
33000 \end_inset
33001 </cell>
33002 </row>
33003 <row>
33004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33005 \begin_inset Text
33006
33007 \begin_layout Plain Layout
33008
33009 \backslash
33010 us{ABcd
33011 \end_layout
33012
33013 \end_inset
33014 </cell>
33015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33016 \begin_inset Text
33017
33018 \begin_layout Plain Layout
33019 \begin_inset Formula $\us{ABcd}$
33020 \end_inset
33021
33022
33023 \end_layout
33024
33025 \end_inset
33026 </cell>
33027 </row>
33028 <row topspace="1mm">
33029 <cell alignment="center" valignment="top" usebox="none">
33030 \begin_inset Text
33031
33032 \begin_layout Plain Layout
33033
33034 \backslash
33035 fb{[2cm]
33036 \begin_inset Formula $\to$
33037 \end_inset
33038
33039
33040 \backslash
33041 {
33042 \begin_inset Formula $\to$
33043 \end_inset
33044
33045
33046 \backslash
33047 {
33048 \backslash
33049 int
33050 \begin_inset space \textvisiblespace{}
33051 \end_inset
33052
33053 A=B
33054 \end_layout
33055
33056 \end_inset
33057 </cell>
33058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33059 \begin_inset Text
33060
33061 \begin_layout Plain Layout
33062 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
33063 \end_inset
33064
33065
33066 \end_layout
33067
33068 \end_inset
33069 </cell>
33070 </row>
33071 <row topspace="1.5mm">
33072 <cell alignment="center" valignment="top" usebox="none">
33073 \begin_inset Text
33074
33075 \begin_layout Plain Layout
33076
33077 \backslash
33078 cb{red
33079 \begin_inset Formula $\to$
33080 \end_inset
33081
33082
33083 \backslash
33084 {
33085 \backslash
33086 int
33087 \begin_inset space \textvisiblespace{}
33088 \end_inset
33089
33090 A=B
33091 \end_layout
33092
33093 \end_inset
33094 </cell>
33095 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33096 \begin_inset Text
33097
33098 \begin_layout Plain Layout
33099 \begin_inset Formula $\cb{red}{\int A=B}$
33100 \end_inset
33101
33102
33103 \end_layout
33104
33105 \end_inset
33106 </cell>
33107 </row>
33108 <row topspace="1.5mm" bottomspace="1mm">
33109 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33110 \begin_inset Text
33111
33112 \begin_layout Plain Layout
33113
33114 \backslash
33115 cb[green]
33116 \backslash
33117 {red
33118 \begin_inset Formula $\to$
33119 \end_inset
33120
33121
33122 \backslash
33123 {
33124 \backslash
33125 int
33126 \begin_inset space \textvisiblespace{}
33127 \end_inset
33128
33129 A=B
33130 \end_layout
33131
33132 \end_inset
33133 </cell>
33134 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
33135 \begin_inset Text
33136
33137 \begin_layout Plain Layout
33138 \begin_inset Formula $\cb[green]{red}{\int A=B}$
33139 \end_inset
33140
33141
33142 \end_layout
33143
33144 \end_inset
33145 </cell>
33146 </row>
33147 </lyxtabular>
33148
33149 \end_inset
33150
33151
33152 \end_layout
33153
33154 \begin_layout Subsection
33155 Math Macros
33156 \begin_inset Index idx
33157 status collapsed
33158
33159 \begin_layout Plain Layout
33160 User-defined commands! Math macros
33161 \end_layout
33162
33163 \end_inset
33164
33165
33166 \begin_inset Index idx
33167 status collapsed
33168
33169 \begin_layout Plain Layout
33170 Macros
33171 \end_layout
33172
33173 \end_inset
33174
33175
33176 \end_layout
33177
33178 \begin_layout Standard
33179 User-defined commands are especially convenient for complex expressions.
33180  When you are for example dealing with a document that has quadratic equations,
33181  the same solution type occurs several times.
33182  The general form of a quadratic equation is
33183 \begin_inset Formula 
33184 \[
33185 0=\lambda^{2}+p\lambda+q
33186 \]
33187
33188 \end_inset
33189
33190 The general form of the solution is
33191 \begin_inset Formula 
33192 \[
33193 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33194 \]
33195
33196 \end_inset
33197
33198
33199 \end_layout
33200
33201 \begin_layout Standard
33202 To define a command for the solution formula where only the three parameters
33203  
33204 \begin_inset Formula $\lambda$
33205 \end_inset
33206
33207
33208 \begin_inset Formula $p$
33209 \end_inset
33210
33211  and 
33212 \begin_inset Formula $q$
33213 \end_inset
33214
33215  need to be specified and the index of 
33216 \begin_inset Formula $\lambda$
33217 \end_inset
33218
33219  can be given optionally, the \SpecialChar LaTeX
33220 -preamble line is
33221 \begin_inset Newline newline
33222 \end_inset
33223
33224
33225 \series bold
33226
33227 \backslash
33228 newcommand{
33229 \backslash
33230 qG}[4][1,
33231 \backslash
33232 ,2]{#2_{#1}=-
33233 \backslash
33234 frac{#3}{2}
33235 \backslash
33236 pm
33237 \begin_inset Newline newline
33238 \end_inset
33239
33240
33241 \begin_inset Phantom HPhantom
33242 status open
33243
33244 \begin_layout Plain Layout
33245
33246 \series bold
33247
33248 \backslash
33249 newcommand
33250 \end_layout
33251
33252 \end_inset
33253
33254
33255 \backslash
33256 sqrt{
33257 \backslash
33258 frac{#3^{2}}{4}-#4}}
33259 \end_layout
33260
33261 \begin_layout Standard
33262 To create with this the solution formula, the command
33263 \begin_inset Newline newline
33264 \end_inset
33265
33266
33267 \series bold
33268
33269 \backslash
33270 qG{
33271 \backslash
33272 lambda
33273 \begin_inset Formula $\to$
33274 \end_inset
33275
33276
33277 \backslash
33278 {p
33279 \begin_inset Formula $\to$
33280 \end_inset
33281
33282
33283 \backslash
33284 {q
33285 \series default
33286  is inserted to a formula
33287 \series bold
33288 .
33289 \end_layout
33290
33291 \begin_layout Standard
33292 The definition of the new command is unintuitive because one has to know
33293  the schemes of all used \SpecialChar LaTeX
33294  commands, e.
33295 \begin_inset space \thinspace{}
33296 \end_inset
33297
33298 g.
33299 \begin_inset space \space{}
33300 \end_inset
33301
33302 that a fraction is inserted in \SpecialChar LaTeX
33303  as 
33304 \series bold
33305
33306 \backslash
33307 frac{numerator}{denominator}
33308 \series default
33309 .
33310  Furthermore one can easily forget a brace in the definition and cannot
33311  see in \SpecialChar LyX
33312  what the new command is doing.
33313  To avoid these problems \SpecialChar LyX
33314  offers the possibility to use math macros instead
33315  of the command 
33316 \series bold
33317
33318 \backslash
33319 newcommand
33320 \series default
33321 .
33322 \end_layout
33323
33324 \begin_layout Standard
33325 A math macro is created by using the menu 
33326 \family sans
33327 Insert\SpecialChar menuseparator
33328 Math\SpecialChar menuseparator
33329 Macro
33330 \family default
33331  or the toolbar button 
33332 \begin_inset Info
33333 type  "icon"
33334 arg   "math-macro newmacroname_newcommand"
33335 \end_inset
33336
33337 .
33338  The math macro toolbar appears together with the following box where the
33339  macro is defined:
33340 \begin_inset Newline newline
33341 \end_inset
33342
33343
33344 \begin_inset space \hspace*{\fill}
33345 \end_inset
33346
33347
33348 \begin_inset Graphics
33349         filename clipart/macrobox.png
33350         scale 75
33351
33352 \end_inset
33353
33354
33355 \begin_inset space \hspace*{\fill}
33356 \end_inset
33357
33358
33359 \begin_inset Newline newline
33360 \end_inset
33361
33362
33363 \begin_inset FormulaMacro
33364 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33365 \end_inset
33366
33367
33368 \backslash
33369 newmacroname is the default name of the macro that should be changed to
33370  something sensible.
33371  The wanted formula is inserted in the first blue box.
33372  An argument placeholder is inserted with the command 
33373 \series bold
33374
33375 \backslash
33376 #argumentnumber
33377 \series default
33378 , e.
33379 \begin_inset space \thinspace{}
33380 \end_inset
33381
33382 g
33383 \begin_inset space \space{}
33384 \end_inset
33385
33386
33387 \series bold
33388
33389 \backslash
33390 #1
33391 \series default
33392  or by using the macro toolbar button 
33393 \begin_inset Info
33394 type  "icon"
33395 arg   "math-macro-add-param"
33396 \end_inset
33397
33398 .
33399  Argument placeholders are displayed red.
33400  A maximum of 9
33401 \begin_inset space ~
33402 \end_inset
33403
33404 arguments are possible.
33405  Optional arguments are created with the toolbar button 
33406 \begin_inset Info
33407 type  "icon"
33408 arg   "math-macro-add-optional-param"
33409 \end_inset
33410
33411 .
33412  The first non-optional argument can be transformed to an optional one with
33413  the toolbar button 
33414 \begin_inset Info
33415 type  "icon"
33416 arg   "math-macro-make-optional"
33417 \end_inset
33418
33419 .
33420  In the second blue box the appearance of the macro in \SpecialChar LyX
33421  can be defined.
33422  Normally you want to see it as it is defined, so the box is kept empty.
33423  But when you have created a macro that needs lot of space on the screen,
33424  you can insert in the box for example
33425 \begin_inset Newline newline
33426 \end_inset
33427
33428
33429 \series bold
33430 qG: 
33431 \backslash
33432 #1
33433 \series default
33434  
33435 \series bold
33436 ,
33437 \series default
33438  
33439 \series bold
33440
33441 \backslash
33442 #2
33443 \series default
33444  
33445 \series bold
33446 ,
33447 \series default
33448  
33449 \series bold
33450
33451 \backslash
33452 #3, 
33453 \backslash
33454 #4
33455 \begin_inset Newline newline
33456 \end_inset
33457
33458
33459 \series default
33460 For the macro only the arguments with the macro name in front of them will
33461  then be displayed in \SpecialChar LyX
33462 , leading to a better overview.
33463  The formula appears in the output as defined in the first box.
33464 \begin_inset Newline newline
33465 \end_inset
33466
33467 The appearance of macros in formulas can furthermore be changed for single
33468  macros by setting the cursor in the macro and using the menu 
33469 \family sans
33470 View\SpecialChar menuseparator
33471 (Un)fold
33472 \begin_inset space ~
33473 \end_inset
33474
33475 Math
33476 \begin_inset space ~
33477 \end_inset
33478
33479 Macro
33480 \family default
33481 .
33482 \end_layout
33483
33484 \begin_layout Standard
33485 To use a macro, the macro name is inserted as command to a formula, in our
33486  case 
33487 \series bold
33488
33489 \backslash
33490 qG
33491 \series default
33492 .
33493  Our macro looks in \SpecialChar LyX
33494  like this:
33495 \begin_inset Newline newline
33496 \end_inset
33497
33498
33499 \begin_inset space \hspace*{\fill}
33500 \end_inset
33501
33502
33503 \begin_inset Graphics
33504         filename clipart/macrouse.png
33505         scale 75
33506
33507 \end_inset
33508
33509
33510 \begin_inset space \hspace*{\fill}
33511 \end_inset
33512
33513
33514 \begin_inset Newline newline
33515 \end_inset
33516
33517 Here is our macro example with the arguments 
33518 \begin_inset Formula $x$
33519 \end_inset
33520
33521
33522 \begin_inset Formula $\ln(x)$
33523 \end_inset
33524
33525  and 
33526 \begin_inset Formula $B$
33527 \end_inset
33528
33529 :
33530 \end_layout
33531
33532 \begin_layout Standard
33533 \begin_inset Formula 
33534 \[
33535 \qG x{\ln(x)}B
33536 \]
33537
33538 \end_inset
33539
33540
33541 \end_layout
33542
33543 \begin_layout Standard
33544 \SpecialChar LyX
33545  offers in the menu 
33546 \family sans
33547 Tools\SpecialChar menuseparator
33548 Preferences\SpecialChar menuseparator
33549 Editing\SpecialChar menuseparator
33550 Control
33551 \family default
33552  different styles to edit macros.
33553  To find the style that suits you the most, choose a style and set the cursor
33554  in a macro formula to see the difference.
33555 \end_layout
33556
33557 \begin_layout Standard
33558 A math macro is transformed internally to a 
33559 \series bold
33560
33561 \backslash
33562 newcommand
33563 \series default
33564  command when exporting the document.
33565  The created 
33566 \series bold
33567
33568 \backslash
33569 newcommand
33570 \series default
33571  command is not placed in the \SpecialChar LaTeX
33572 -preamble, therefore macros can only be used
33573  in formulas that are in the document below the macro definition box.
33574 \end_layout
33575
33576 \begin_layout Standard
33577 Math macros can also be directly created from a 
33578 \series bold
33579
33580 \backslash
33581 newcommand
33582 \series default
33583  command.
33584  When writing for example the command
33585 \series bold
33586
33587 \begin_inset Newline newline
33588 \end_inset
33589
33590
33591 \backslash
33592 newcommand{
33593 \backslash
33594 larrow}[2]{
33595 \backslash
33596 xleftarrow[#2]{#1}}
33597 \begin_inset Newline newline
33598 \end_inset
33599
33600
33601 \series default
33602 in \SpecialChar LyX
33603  as normal text, highlighting it completely and using then the shortcut
33604  
33605 \family sans
33606 Ctrl+M
33607 \family default
33608 , the command will be transformed to a math macro.
33609  Using this method you need to be careful that the 
33610 \series bold
33611
33612 \backslash
33613 newcommand
33614 \series default
33615  command is typed correctly, otherwise you get a faulty macro leading to
33616  \SpecialChar LaTeX
33617  errors.
33618 \end_layout
33619
33620 \begin_layout Standard
33621 Math macros currently have the problem that further formulas in macro definition
33622 s are handled wrongly.
33623  Therefore the example 
33624 \series bold
33625
33626 \backslash
33627 fb
33628 \series default
33629  from 
33630 \begin_inset CommandInset ref
33631 LatexCommand ref
33632 reference "subsec:The-Command-newcommand"
33633
33634 \end_inset
33635
33636  cannot be created as macro.
33637 \end_layout
33638
33639 \begin_layout Standard
33640 When the cursor is in a macro definition box, you will see the macro toolbar
33641  in \SpecialChar LyX
33642 :
33643 \end_layout
33644
33645 \begin_layout Standard
33646 \begin_inset VSpace defskip
33647 \end_inset
33648
33649
33650 \end_layout
33651
33652 \begin_layout Standard
33653 \begin_inset Graphics
33654         filename clipart/MacroToolbar.png
33655
33656 \end_inset
33657
33658
33659 \begin_inset Index idx
33660 status collapsed
33661
33662 \begin_layout Plain Layout
33663 Macros ! Toolbar
33664 \end_layout
33665
33666 \end_inset
33667
33668
33669 \end_layout
33670
33671 \begin_layout Standard
33672 \begin_inset VSpace defskip
33673 \end_inset
33674
33675
33676 \end_layout
33677
33678 \begin_layout Standard
33679 The macro toolbar contains from left to right the following buttons:
33680 \end_layout
33681
33682 \begin_layout Standard
33683 \begin_inset VSpace defskip
33684 \end_inset
33685
33686
33687 \end_layout
33688
33689 \begin_layout Standard
33690 \begin_inset Tabular
33691 <lyxtabular version="3" rows="9" columns="2">
33692 <features islongtable="true" longtabularalignment="center">
33693 <column alignment="left" valignment="top">
33694 <column alignment="left" valignment="top" width="85col%">
33695 <row interlinespace="2.5mm">
33696 <cell alignment="center" valignment="top" usebox="none">
33697 \begin_inset Text
33698
33699 \begin_layout Plain Layout
33700 \begin_inset Info
33701 type  "icon"
33702 arg   "math-macro-remove-param"
33703 \end_inset
33704
33705
33706 \end_layout
33707
33708 \end_inset
33709 </cell>
33710 <cell alignment="center" valignment="top" usebox="none">
33711 \begin_inset Text
33712
33713 \begin_layout Plain Layout
33714
33715 \family sans
33716 Edit\SpecialChar menuseparator
33717 Math\SpecialChar menuseparator
33718 Macro
33719 \begin_inset space ~
33720 \end_inset
33721
33722 Definition\SpecialChar menuseparator
33723 Remove Last Argument
33724 \end_layout
33725
33726 \end_inset
33727 </cell>
33728 </row>
33729 <row interlinespace="2.5mm">
33730 <cell alignment="center" valignment="top" usebox="none">
33731 \begin_inset Text
33732
33733 \begin_layout Plain Layout
33734 \begin_inset Info
33735 type  "icon"
33736 arg   "math-macro-add-param"
33737 \end_inset
33738
33739
33740 \end_layout
33741
33742 \end_inset
33743 </cell>
33744 <cell alignment="center" valignment="top" usebox="none">
33745 \begin_inset Text
33746
33747 \begin_layout Plain Layout
33748
33749 \family sans
33750 Edit\SpecialChar menuseparator
33751 Math\SpecialChar menuseparator
33752 Macro
33753 \begin_inset space ~
33754 \end_inset
33755
33756 Definition\SpecialChar menuseparator
33757 Append Argument
33758 \end_layout
33759
33760 \end_inset
33761 </cell>
33762 </row>
33763 <row interlinespace="2.5mm">
33764 <cell alignment="center" valignment="top" usebox="none">
33765 \begin_inset Text
33766
33767 \begin_layout Plain Layout
33768 \begin_inset Info
33769 type  "icon"
33770 arg   "math-macro-make-optional"
33771 \end_inset
33772
33773
33774 \end_layout
33775
33776 \end_inset
33777 </cell>
33778 <cell alignment="center" valignment="top" usebox="none">
33779 \begin_inset Text
33780
33781 \begin_layout Plain Layout
33782
33783 \family sans
33784 Edit\SpecialChar menuseparator
33785 Math\SpecialChar menuseparator
33786 Macro
33787 \begin_inset space ~
33788 \end_inset
33789
33790 Definition\SpecialChar menuseparator
33791 Transform First Non-Optional to
33792 \begin_inset Newline newline
33793 \end_inset
33794
33795
33796 \begin_inset Phantom HPhantom
33797 status open
33798
33799 \begin_layout Plain Layout
33800
33801 \family sans
33802 Edit\SpecialChar menuseparator
33803 Math\SpecialChar menuseparator
33804 Macro
33805 \begin_inset space ~
33806 \end_inset
33807
33808 Definition\SpecialChar menuseparator
33809
33810 \end_layout
33811
33812 \end_inset
33813
33814 Optional Argument
33815 \end_layout
33816
33817 \end_inset
33818 </cell>
33819 </row>
33820 <row interlinespace="2.5mm">
33821 <cell alignment="center" valignment="top" usebox="none">
33822 \begin_inset Text
33823
33824 \begin_layout Plain Layout
33825 \begin_inset Info
33826 type  "icon"
33827 arg   "math-macro-make-nonoptional"
33828 \end_inset
33829
33830
33831 \end_layout
33832
33833 \end_inset
33834 </cell>
33835 <cell alignment="center" valignment="top" usebox="none">
33836 \begin_inset Text
33837
33838 \begin_layout Plain Layout
33839
33840 \family sans
33841 Edit\SpecialChar menuseparator
33842 Math\SpecialChar menuseparator
33843 Macro
33844 \begin_inset space ~
33845 \end_inset
33846
33847 Definition\SpecialChar menuseparator
33848 Transform Last Optional to
33849 \begin_inset Newline newline
33850 \end_inset
33851
33852
33853 \begin_inset Phantom HPhantom
33854 status open
33855
33856 \begin_layout Plain Layout
33857
33858 \family sans
33859 Edit\SpecialChar menuseparator
33860 Math\SpecialChar menuseparator
33861 Macro
33862 \begin_inset space ~
33863 \end_inset
33864
33865 Definition\SpecialChar menuseparator
33866
33867 \end_layout
33868
33869 \end_inset
33870
33871 Non-Optional Argument
33872 \end_layout
33873
33874 \end_inset
33875 </cell>
33876 </row>
33877 <row interlinespace="2.5mm">
33878 <cell alignment="center" valignment="top" usebox="none">
33879 \begin_inset Text
33880
33881 \begin_layout Plain Layout
33882 \begin_inset Info
33883 type  "icon"
33884 arg   "math-macro-remove-optional-param"
33885 \end_inset
33886
33887
33888 \end_layout
33889
33890 \end_inset
33891 </cell>
33892 <cell alignment="center" valignment="top" usebox="none">
33893 \begin_inset Text
33894
33895 \begin_layout Plain Layout
33896
33897 \family sans
33898 Edit\SpecialChar menuseparator
33899 Math\SpecialChar menuseparator
33900 Macro
33901 \begin_inset space ~
33902 \end_inset
33903
33904 Definition\SpecialChar menuseparator
33905 Remove Optional Argument
33906 \end_layout
33907
33908 \end_inset
33909 </cell>
33910 </row>
33911 <row interlinespace="2.5mm">
33912 <cell alignment="center" valignment="top" usebox="none">
33913 \begin_inset Text
33914
33915 \begin_layout Plain Layout
33916 \begin_inset Info
33917 type  "icon"
33918 arg   "math-macro-add-optional-param"
33919 \end_inset
33920
33921
33922 \end_layout
33923
33924 \end_inset
33925 </cell>
33926 <cell alignment="center" valignment="top" usebox="none">
33927 \begin_inset Text
33928
33929 \begin_layout Plain Layout
33930
33931 \family sans
33932 Edit\SpecialChar menuseparator
33933 Math\SpecialChar menuseparator
33934 Macro
33935 \begin_inset space ~
33936 \end_inset
33937
33938 Definition\SpecialChar menuseparator
33939 Insert Optional Argument
33940 \end_layout
33941
33942 \end_inset
33943 </cell>
33944 </row>
33945 <row interlinespace="2.5mm">
33946 <cell alignment="center" valignment="top" usebox="none">
33947 \begin_inset Text
33948
33949 \begin_layout Plain Layout
33950 \begin_inset Info
33951 type  "icon"
33952 arg   "math-macro-remove-greedy-param"
33953 \end_inset
33954
33955
33956 \end_layout
33957
33958 \end_inset
33959 </cell>
33960 <cell alignment="center" valignment="top" usebox="none">
33961 \begin_inset Text
33962
33963 \begin_layout Plain Layout
33964
33965 \family sans
33966 Edit\SpecialChar menuseparator
33967 Math\SpecialChar menuseparator
33968 Macro
33969 \begin_inset space ~
33970 \end_inset
33971
33972 Definition\SpecialChar menuseparator
33973 Remove Last Argument
33974 \begin_inset Newline newline
33975 \end_inset
33976
33977
33978 \begin_inset Phantom HPhantom
33979 status open
33980
33981 \begin_layout Plain Layout
33982
33983 \family sans
33984 Edit\SpecialChar menuseparator
33985 Math\SpecialChar menuseparator
33986 Macro
33987 \begin_inset space ~
33988 \end_inset
33989
33990 Definition\SpecialChar menuseparator
33991
33992 \end_layout
33993
33994 \end_inset
33995
33996 Spitting Out To The Right
33997 \end_layout
33998
33999 \end_inset
34000 </cell>
34001 </row>
34002 <row interlinespace="2.5mm">
34003 <cell alignment="center" valignment="top" usebox="none">
34004 \begin_inset Text
34005
34006 \begin_layout Plain Layout
34007 \begin_inset Info
34008 type  "icon"
34009 arg   "math-macro-append-greedy-param"
34010 \end_inset
34011
34012
34013 \end_layout
34014
34015 \end_inset
34016 </cell>
34017 <cell alignment="center" valignment="top" usebox="none">
34018 \begin_inset Text
34019
34020 \begin_layout Plain Layout
34021
34022 \family sans
34023 Edit\SpecialChar menuseparator
34024 Math\SpecialChar menuseparator
34025 Macro
34026 \begin_inset space ~
34027 \end_inset
34028
34029 Definition\SpecialChar menuseparator
34030 Append Argument
34031 \begin_inset Newline newline
34032 \end_inset
34033
34034
34035 \begin_inset Phantom HPhantom
34036 status open
34037
34038 \begin_layout Plain Layout
34039
34040 \family sans
34041 Edit\SpecialChar menuseparator
34042 Math\SpecialChar menuseparator
34043 Macro
34044 \begin_inset space ~
34045 \end_inset
34046
34047 Definition\SpecialChar menuseparator
34048
34049 \end_layout
34050
34051 \end_inset
34052
34053 Eating From The Right
34054 \end_layout
34055
34056 \end_inset
34057 </cell>
34058 </row>
34059 <row interlinespace="2.5mm">
34060 <cell alignment="center" valignment="top" usebox="none">
34061 \begin_inset Text
34062
34063 \begin_layout Plain Layout
34064 \begin_inset Info
34065 type  "icon"
34066 arg   "math-macro-add-greedy-optional-param"
34067 \end_inset
34068
34069
34070 \end_layout
34071
34072 \end_inset
34073 </cell>
34074 <cell alignment="center" valignment="top" usebox="none">
34075 \begin_inset Text
34076
34077 \begin_layout Plain Layout
34078
34079 \family sans
34080 Edit\SpecialChar menuseparator
34081 Math\SpecialChar menuseparator
34082 Macro
34083 \begin_inset space ~
34084 \end_inset
34085
34086 Definition\SpecialChar menuseparator
34087 Append Optional Argument
34088 \begin_inset Newline newline
34089 \end_inset
34090
34091
34092 \begin_inset Phantom HPhantom
34093 status open
34094
34095 \begin_layout Plain Layout
34096
34097 \family sans
34098 Edit\SpecialChar menuseparator
34099 Math\SpecialChar menuseparator
34100 Macro
34101 \begin_inset space ~
34102 \end_inset
34103
34104 Definition\SpecialChar menuseparator
34105
34106 \end_layout
34107
34108 \end_inset
34109
34110 Eating From The Right
34111 \end_layout
34112
34113 \end_inset
34114 </cell>
34115 </row>
34116 </lyxtabular>
34117
34118 \end_inset
34119
34120
34121 \end_layout
34122
34123 \begin_layout Section
34124 Computer Algebra Systems
34125 \end_layout
34126
34127 \begin_layout Standard
34128 \SpecialChar LyX
34129  offers the exchange between mathematical expressions written in \SpecialChar LyX
34130 's math
34131  editor and external applications or user defined scripts.
34132  Currently supported applications are 
34133 \family sans
34134 Maple
34135 \family default
34136
34137 \family sans
34138 Mathematica
34139 \family default
34140
34141 \family sans
34142 Maxima
34143 \family default
34144  and 
34145 \family sans
34146 Octave
34147 \family default
34148 .
34149  Note that the set of supported mathematical constructs is limited only
34150  to very simple cases.
34151 \end_layout
34152
34153 \begin_layout Subsection
34154 Usage
34155 \end_layout
34156
34157 \begin_layout Standard
34158 Write some expression in a formula, go to the 
34159 \family sans
34160 Edit\SpecialChar menuseparator
34161 Math\SpecialChar menuseparator
34162 Use Computer Algebra System
34163 \family default
34164  menu and choose the application you have installed on the computer.
34165  After that the result of computation should show on the right side of the
34166  expression together with the 
34167 \begin_inset Quotes eld
34168 \end_inset
34169
34170 =
34171 \begin_inset Quotes erd
34172 \end_inset
34173
34174  operator.
34175 \end_layout
34176
34177 \begin_layout Standard
34178 Here are few simple examples (with results from 
34179 \family typewriter
34180 Maxima
34181 \family default
34182 ) to show what kind of computations can be performed:
34183 \end_layout
34184
34185 \begin_layout Itemize
34186 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34187 \end_inset
34188
34189
34190 \end_layout
34191
34192 \begin_layout Itemize
34193 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34194 \end_inset
34195
34196
34197 \end_layout
34198
34199 \begin_layout Itemize
34200 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34201 \end_inset
34202
34203
34204 \end_layout
34205
34206 \begin_layout Itemize
34207 \begin_inset Formula $\det\left[\begin{array}{ccc}
34208 1 & 6 & 7\\
34209 2 & 5 & 8\\
34210 3 & 4 & 17
34211 \end{array}\right]=-56$
34212 \end_inset
34213
34214
34215 \end_layout
34216
34217 \begin_layout Itemize
34218 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34219 \end_inset
34220
34221
34222 \end_layout
34223
34224 \begin_layout Subsection
34225 Keyboard shortcut
34226 \end_layout
34227
34228 \begin_layout Standard
34229 Currently there is no keyboard shortcut for calling the algebra applications.
34230  One can easily bind a shortcut to the 
34231 \family sans
34232 math-extern
34233 \family default
34234  \SpecialChar LyX
34235  function (see the 
34236 \family sans
34237 \emph on
34238 \SpecialChar LyX
34239  Functions
34240 \family default
34241 \emph default
34242  manual).
34243  One could e.
34244 \begin_inset space \thinspace{}
34245 \end_inset
34246
34247 g.
34248 \begin_inset space \space{}
34249 \end_inset
34250
34251 bind the 
34252 \family sans
34253 Return
34254 \family default
34255  key inside the math editor.
34256  To bind it to 
34257 \family typewriter
34258 Maxima
34259 \family default
34260  one would use this shortcut definition command:
34261 \end_layout
34262
34263 \begin_layout Standard
34264
34265 \series bold
34266 command-alternatives paragraph-break;math-extern maxima
34267 \end_layout
34268
34269 \begin_layout Section
34270 Miscellaneous
34271 \begin_inset Index idx
34272 status collapsed
34273
34274 \begin_layout Plain Layout
34275 Miscellaneous
34276 \end_layout
34277
34278 \end_inset
34279
34280
34281 \end_layout
34282
34283 \begin_layout Subsection
34284 Negative Numbers
34285 \begin_inset Index idx
34286 status collapsed
34287
34288 \begin_layout Plain Layout
34289 Numbers ! negative
34290 \end_layout
34291
34292 \end_inset
34293
34294
34295 \end_layout
34296
34297 \begin_layout Standard
34298 Negative numbers often look ugly in formulas because the minus sign before
34299  the number is set with the same length as the minus operator sign.
34300  When writing the negative number in normal text, the minus sign appears
34301  correctly.
34302 \end_layout
34303
34304 \begin_layout Standard
34305 Thus, the problem disappears when converting the minus sign to mathematical
34306  text.
34307 \end_layout
34308
34309 \begin_layout Standard
34310 An example to visualize the problem:
34311 \begin_inset Separator parbreak
34312 \end_inset
34313
34314
34315 \end_layout
34316
34317 \begin_layout Standard
34318 \align center
34319 \begin_inset Tabular
34320 <lyxtabular version="3" rows="3" columns="2">
34321 <features booktabs="true" tabularvalignment="middle">
34322 <column alignment="right" valignment="top" width="0pt">
34323 <column alignment="left" valignment="top">
34324 <row>
34325 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
34326 \begin_inset Text
34327
34328 \begin_layout Plain Layout
34329 normal text:
34330 \end_layout
34331
34332 \end_inset
34333 </cell>
34334 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34335 \begin_inset Text
34336
34337 \begin_layout Plain Layout
34338 x = -2
34339 \end_layout
34340
34341 \end_inset
34342 </cell>
34343 </row>
34344 <row>
34345 <cell alignment="right" valignment="top" leftline="true" usebox="none">
34346 \begin_inset Text
34347
34348 \begin_layout Plain Layout
34349 formula:
34350 \end_layout
34351
34352 \end_inset
34353 </cell>
34354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34355 \begin_inset Text
34356
34357 \begin_layout Plain Layout
34358 \begin_inset Formula $x=-2$
34359 \end_inset
34360
34361
34362 \end_layout
34363
34364 \end_inset
34365 </cell>
34366 </row>
34367 <row>
34368 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34369 \begin_inset Text
34370
34371 \begin_layout Plain Layout
34372 solution:
34373 \end_layout
34374
34375 \end_inset
34376 </cell>
34377 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34378 \begin_inset Text
34379
34380 \begin_layout Plain Layout
34381 \begin_inset Formula $x=\textrm{-}2$
34382 \end_inset
34383
34384
34385 \end_layout
34386
34387 \end_inset
34388 </cell>
34389 </row>
34390 </lyxtabular>
34391
34392 \end_inset
34393
34394
34395 \end_layout
34396
34397 \begin_layout Subsection
34398 Comma as decimal Separator
34399 \begin_inset Index idx
34400 status collapsed
34401
34402 \begin_layout Plain Layout
34403 Comma
34404 \end_layout
34405
34406 \end_inset
34407
34408
34409 \end_layout
34410
34411 \begin_layout Standard
34412 In \SpecialChar LaTeX
34413  a comma inside a formula is used, according to the English convention,
34414  as number group separator.
34415  So there will be space added behind all commas in formulas.
34416 \end_layout
34417
34418 \begin_layout Standard
34419 To avoid this, the comma is highlighted and changed to mathematical text
34420  (shortcut 
34421 \begin_inset Info
34422 type  "shortcut"
34423 arg   "math-mode"
34424 \end_inset
34425
34426 ).
34427 \end_layout
34428
34429 \begin_layout Standard
34430 To use all formula commas in the document as decimal separator, the file
34431  
34432 \series bold
34433 icomma.sty
34434 \series default
34435
34436 \begin_inset Foot
34437 status collapsed
34438
34439 \begin_layout Plain Layout
34440
34441 \series bold
34442 icomma
34443 \series default
34444  is part of the \SpecialChar LaTeX
34445 -package 
34446 \series bold
34447 was
34448 \series default
34449
34450 \begin_inset Index idx
34451 status collapsed
34452
34453 \begin_layout Plain Layout
34454 Packages ! was
34455 \begin_inset ERT
34456 status collapsed
34457
34458 \begin_layout Plain Layout
34459
34460
34461 \backslash
34462 vspace{4mm}
34463 \end_layout
34464
34465 \end_inset
34466
34467
34468 \end_layout
34469
34470 \end_inset
34471
34472 .
34473 \end_layout
34474
34475 \end_inset
34476
34477
34478 \begin_inset Index idx
34479 status collapsed
34480
34481 \begin_layout Plain Layout
34482 Packages ! icomma
34483 \end_layout
34484
34485 \end_inset
34486
34487  is loaded with the \SpecialChar LaTeX
34488 -preamble line
34489 \end_layout
34490
34491 \begin_layout Standard
34492
34493 \series bold
34494
34495 \backslash
34496 usepackage{icomma}
34497 \end_layout
34498
34499 \begin_layout Subsection
34500 Physical Vectors
34501 \begin_inset CommandInset label
34502 LatexCommand label
34503 name "subsec:Physical-Vectors"
34504
34505 \end_inset
34506
34507
34508 \begin_inset Index idx
34509 status collapsed
34510
34511 \begin_layout Plain Layout
34512 Vectors ! physical
34513 \end_layout
34514
34515 \end_inset
34516
34517
34518 \end_layout
34519
34520 \begin_layout Standard
34521 Predefined vectors are offered by the \SpecialChar LaTeX
34522 -package 
34523 \series bold
34524 braket
34525 \series default
34526
34527 \begin_inset Index idx
34528 status collapsed
34529
34530 \begin_layout Plain Layout
34531 Packages ! braket
34532 \end_layout
34533
34534 \end_inset
34535
34536  that is loaded with the \SpecialChar LaTeX
34537 -preamble line
34538 \end_layout
34539
34540 \begin_layout Standard
34541
34542 \series bold
34543
34544 \backslash
34545 usepackage{braket}
34546 \end_layout
34547
34548 \begin_layout Standard
34549 \begin_inset ERT
34550 status collapsed
34551
34552 \begin_layout Plain Layout
34553
34554
34555 \backslash
34556 ifbraket 
34557 \end_layout
34558
34559 \end_inset
34560
34561
34562 \begin_inset Note Note
34563 status open
34564
34565 \begin_layout Plain Layout
34566 The following table will only be displayed when the \SpecialChar LaTeX
34567 -package 
34568 \series bold
34569 braket
34570 \series default
34571  is installed.
34572 \end_layout
34573
34574 \end_inset
34575
34576
34577 \end_layout
34578
34579 \begin_layout Standard
34580 The following commands are defined:
34581 \begin_inset Separator parbreak
34582 \end_inset
34583
34584
34585 \end_layout
34586
34587 \begin_layout Standard
34588 \align center
34589 \begin_inset Tabular
34590 <lyxtabular version="3" rows="4" columns="2">
34591 <features booktabs="true" tabularvalignment="middle">
34592 <column alignment="center" valignment="top" width="0pt">
34593 <column alignment="center" valignment="top">
34594 <row>
34595 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34596 \begin_inset Text
34597
34598 \begin_layout Plain Layout
34599 Command
34600 \end_layout
34601
34602 \end_inset
34603 </cell>
34604 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34605 \begin_inset Text
34606
34607 \begin_layout Plain Layout
34608 Result
34609 \end_layout
34610
34611 \end_inset
34612 </cell>
34613 </row>
34614 <row>
34615 <cell alignment="center" valignment="top" usebox="none">
34616 \begin_inset Text
34617
34618 \begin_layout Plain Layout
34619
34620 \backslash
34621 Bra{
34622 \backslash
34623 psi
34624 \end_layout
34625
34626 \end_inset
34627 </cell>
34628 <cell alignment="center" valignment="top" usebox="none">
34629 \begin_inset Text
34630
34631 \begin_layout Plain Layout
34632 \begin_inset Formula $\Bra{\psi}$
34633 \end_inset
34634
34635
34636 \end_layout
34637
34638 \end_inset
34639 </cell>
34640 </row>
34641 <row>
34642 <cell alignment="center" valignment="top" usebox="none">
34643 \begin_inset Text
34644
34645 \begin_layout Plain Layout
34646
34647 \backslash
34648 Ket{
34649 \backslash
34650 psi
34651 \end_layout
34652
34653 \end_inset
34654 </cell>
34655 <cell alignment="center" valignment="top" usebox="none">
34656 \begin_inset Text
34657
34658 \begin_layout Plain Layout
34659 \begin_inset Formula $\Ket{\psi}$
34660 \end_inset
34661
34662
34663 \end_layout
34664
34665 \end_inset
34666 </cell>
34667 </row>
34668 <row>
34669 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34670 \begin_inset Text
34671
34672 \begin_layout Plain Layout
34673
34674 \backslash
34675 Braket{
34676 \backslash
34677 psi|
34678 \backslash
34679 phi
34680 \end_layout
34681
34682 \end_inset
34683 </cell>
34684 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34685 \begin_inset Text
34686
34687 \begin_layout Plain Layout
34688 \begin_inset Formula $\Braket{\psi|\phi}$
34689 \end_inset
34690
34691
34692 \end_layout
34693
34694 \end_inset
34695 </cell>
34696 </row>
34697 </lyxtabular>
34698
34699 \end_inset
34700
34701
34702 \end_layout
34703
34704 \begin_layout Standard
34705 The command 
34706 \series bold
34707
34708 \backslash
34709 Braket
34710 \series default
34711  assures that all vertical bars are set in the size of the surrounding brackets:
34712 \begin_inset Formula 
34713 \[
34714 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
34715 \]
34716
34717 \end_inset
34718
34719
34720 \begin_inset ERT
34721 status collapsed
34722
34723 \begin_layout Plain Layout
34724
34725
34726 \backslash
34727 else 
34728 \end_layout
34729
34730 \end_inset
34731
34732
34733 \begin_inset Note Note
34734 status open
34735
34736 \begin_layout Plain Layout
34737 The following will be displayed when the \SpecialChar LaTeX
34738 -package 
34739 \series bold
34740 braket
34741 \series default
34742  is not installed:
34743 \end_layout
34744
34745 \end_inset
34746
34747
34748 \end_layout
34749
34750 \begin_layout Standard
34751 You need to install the \SpecialChar LaTeX
34752 -package 
34753 \series bold
34754 braket
34755 \series default
34756  to see the rest of this subsection in the output.
34757 \end_layout
34758
34759 \begin_layout Standard
34760 \begin_inset ERT
34761 status collapsed
34762
34763 \begin_layout Plain Layout
34764
34765
34766 \backslash
34767 fi 
34768 \end_layout
34769
34770 \end_inset
34771
34772
34773 \end_layout
34774
34775 \begin_layout Standard
34776 The effect of 
34777 \series bold
34778
34779 \backslash
34780 Braket
34781 \series default
34782  can also be achieved using the command 
34783 \series bold
34784
34785 \backslash
34786 middle
34787 \series default
34788 , that is described in 
34789 \begin_inset CommandInset ref
34790 LatexCommand ref
34791 reference "subsec:Automatic-Bracket-Size"
34792
34793 \end_inset
34794
34795 .
34796 \end_layout
34797
34798 \begin_layout Subsection
34799 Self-defined Fractions
34800 \begin_inset CommandInset label
34801 LatexCommand label
34802 name "subsec:Self-defined-Fractions"
34803
34804 \end_inset
34805
34806
34807 \begin_inset Index idx
34808 status collapsed
34809
34810 \begin_layout Plain Layout
34811 Fractions ! self-defined
34812 \end_layout
34813
34814 \end_inset
34815
34816
34817 \end_layout
34818
34819 \begin_layout Standard
34820 To define custom commands for fractions, the command 
34821 \series bold
34822
34823 \backslash
34824 genfrac
34825 \series default
34826
34827 \begin_inset Index idx
34828 status collapsed
34829
34830 \begin_layout Plain Layout
34831 Commands ! G ! 
34832 \backslash
34833 genfrac
34834 \begin_inset ERT
34835 status collapsed
34836
34837 \begin_layout Plain Layout
34838
34839
34840 \backslash
34841 vspace{4mm}
34842 \end_layout
34843
34844 \end_inset
34845
34846
34847 \end_layout
34848
34849 \end_inset
34850
34851  is used in the following scheme:
34852 \end_layout
34853
34854 \begin_layout Standard
34855
34856 \series bold
34857
34858 \backslash
34859 genfrac{left
34860 \series default
34861  
34862 \series bold
34863 bracket}{right
34864 \series default
34865  
34866 \series bold
34867 bracket}{fraction bar thickness}{style}
34868 \begin_inset Newline newline
34869 \end_inset
34870
34871
34872 \begin_inset Phantom HPhantom
34873 status open
34874
34875 \begin_layout Plain Layout
34876
34877 \series bold
34878
34879 \backslash
34880 genfrac
34881 \end_layout
34882
34883 \end_inset
34884
34885 {numerator}{denominator}
34886 \end_layout
34887
34888 \begin_layout Standard
34889 The style is a number in the range of 0
34890 \begin_inset space \thinspace{}
34891 \end_inset
34892
34893 -
34894 \begin_inset space \thinspace{}
34895 \end_inset
34896
34897 3.
34898 \begin_inset Separator parbreak
34899 \end_inset
34900
34901
34902 \end_layout
34903
34904 \begin_layout Standard
34905 \align center
34906 \begin_inset Tabular
34907 <lyxtabular version="3" rows="5" columns="2">
34908 <features booktabs="true" tabularvalignment="middle">
34909 <column alignment="center" valignment="top" width="0pt">
34910 <column alignment="center" valignment="top">
34911 <row>
34912 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34913 \begin_inset Text
34914
34915 \begin_layout Plain Layout
34916 Number
34917 \end_layout
34918
34919 \end_inset
34920 </cell>
34921 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34922 \begin_inset Text
34923
34924 \begin_layout Plain Layout
34925 Style (Size)
34926 \end_layout
34927
34928 \end_inset
34929 </cell>
34930 </row>
34931 <row>
34932 <cell alignment="center" valignment="top" usebox="none">
34933 \begin_inset Text
34934
34935 \begin_layout Plain Layout
34936 0
34937 \end_layout
34938
34939 \end_inset
34940 </cell>
34941 <cell alignment="center" valignment="top" usebox="none">
34942 \begin_inset Text
34943
34944 \begin_layout Plain Layout
34945 display style formula
34946 \end_layout
34947
34948 \end_inset
34949 </cell>
34950 </row>
34951 <row>
34952 <cell alignment="center" valignment="top" usebox="none">
34953 \begin_inset Text
34954
34955 \begin_layout Plain Layout
34956 1
34957 \end_layout
34958
34959 \end_inset
34960 </cell>
34961 <cell alignment="center" valignment="top" usebox="none">
34962 \begin_inset Text
34963
34964 \begin_layout Plain Layout
34965 inline formula
34966 \end_layout
34967
34968 \end_inset
34969 </cell>
34970 </row>
34971 <row>
34972 <cell alignment="center" valignment="top" usebox="none">
34973 \begin_inset Text
34974
34975 \begin_layout Plain Layout
34976 2
34977 \end_layout
34978
34979 \end_inset
34980 </cell>
34981 <cell alignment="center" valignment="top" usebox="none">
34982 \begin_inset Text
34983
34984 \begin_layout Plain Layout
34985 small
34986 \end_layout
34987
34988 \end_inset
34989 </cell>
34990 </row>
34991 <row>
34992 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34993 \begin_inset Text
34994
34995 \begin_layout Plain Layout
34996 3
34997 \end_layout
34998
34999 \end_inset
35000 </cell>
35001 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35002 \begin_inset Text
35003
35004 \begin_layout Plain Layout
35005 tiny
35006 \end_layout
35007
35008 \end_inset
35009 </cell>
35010 </row>
35011 </lyxtabular>
35012
35013 \end_inset
35014
35015
35016 \end_layout
35017
35018 \begin_layout Standard
35019 When no style is given, the size is adjusted to the surrounding environment
35020  like for the command 
35021 \series bold
35022
35023 \backslash
35024 frac
35025 \series default
35026 .
35027 \end_layout
35028
35029 \begin_layout Standard
35030 When no fraction bar thickness is given, the predefined value of 0.4
35031 \begin_inset space \thinspace{}
35032 \end_inset
35033
35034 pt will be used.
35035 \end_layout
35036
35037 \begin_layout Standard
35038 \begin_inset VSpace medskip
35039 \end_inset
35040
35041 For example, the commands 
35042 \series bold
35043
35044 \backslash
35045 dfrac
35046 \series default
35047  and 
35048 \series bold
35049
35050 \backslash
35051 tbinom
35052 \series default
35053  from 
35054 \begin_inset CommandInset ref
35055 LatexCommand ref
35056 reference "subsec:Fractions"
35057
35058 \end_inset
35059
35060  are defined with the commands
35061 \end_layout
35062
35063 \begin_layout Standard
35064
35065 \series bold
35066
35067 \backslash
35068 newcommand{
35069 \backslash
35070 dfrac}[2]{
35071 \backslash
35072 genfrac{}{}{}{0}{#1}{#2}}
35073 \end_layout
35074
35075 \begin_layout Standard
35076 and
35077 \end_layout
35078
35079 \begin_layout Standard
35080
35081 \series bold
35082
35083 \backslash
35084 newcommand{
35085 \backslash
35086 tbinom}[2]{
35087 \backslash
35088 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35089 \end_layout
35090
35091 \begin_layout Standard
35092 \begin_inset VSpace medskip
35093 \end_inset
35094
35095 To define a fraction where the fraction bar thickness can be given as optional
35096  argument, the following line is inserted to the \SpecialChar LaTeX
35097 -preamble:
35098 \end_layout
35099
35100 \begin_layout Standard
35101
35102 \series bold
35103
35104 \backslash
35105 newcommand{
35106 \backslash
35107 fracS}[3][]{
35108 \backslash
35109 genfrac{}{}{#1}{}{#2}{#3}}
35110 \end_layout
35111
35112 \begin_layout Standard
35113 A test:
35114 \begin_inset Formula 
35115 \begin{align*}
35116 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35117 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35118 \end{align*}
35119
35120 \end_inset
35121
35122 As one can see, the distance of the numerator and the denominator to the
35123  fraction bar is round about three times the bar thickness.
35124 \end_layout
35125
35126 \begin_layout Subsection
35127 Canceled Formulas
35128 \begin_inset Index idx
35129 status collapsed
35130
35131 \begin_layout Plain Layout
35132 Formula ! canceled
35133 \end_layout
35134
35135 \end_inset
35136
35137
35138 \end_layout
35139
35140 \begin_layout Standard
35141 There are four ways to cancel formulas or parts of formulas:
35142 \end_layout
35143
35144 \begin_layout Standard
35145 \begin_inset ERT
35146 status collapsed
35147
35148 \begin_layout Plain Layout
35149
35150
35151 \backslash
35152 ifcancel 
35153 \end_layout
35154
35155 \end_inset
35156
35157
35158 \begin_inset Note Note
35159 status open
35160
35161 \begin_layout Plain Layout
35162 The following table will only be displayed when the \SpecialChar LaTeX
35163 -package 
35164 \series bold
35165 cancel
35166 \series default
35167  is installed.
35168 \end_layout
35169
35170 \end_inset
35171
35172
35173 \begin_inset Separator parbreak
35174 \end_inset
35175
35176
35177 \end_layout
35178
35179 \begin_layout Standard
35180 \align center
35181 \begin_inset Tabular
35182 <lyxtabular version="3" rows="5" columns="2">
35183 <features booktabs="true" tabularvalignment="middle">
35184 <column alignment="center" valignment="top" width="0pt">
35185 <column alignment="center" valignment="top">
35186 <row>
35187 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35188 \begin_inset Text
35189
35190 \begin_layout Plain Layout
35191 Command
35192 \end_layout
35193
35194 \end_inset
35195 </cell>
35196 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35197 \begin_inset Text
35198
35199 \begin_layout Plain Layout
35200 Result
35201 \end_layout
35202
35203 \end_inset
35204 </cell>
35205 </row>
35206 <row>
35207 <cell alignment="center" valignment="top" usebox="none">
35208 \begin_inset Text
35209
35210 \begin_layout Plain Layout
35211
35212 \backslash
35213 cancel
35214 \begin_inset space \textvisiblespace{}
35215 \end_inset
35216
35217
35218 \backslash
35219 int
35220 \begin_inset space \textvisiblespace{}
35221 \end_inset
35222
35223 A=B
35224 \end_layout
35225
35226 \end_inset
35227 </cell>
35228 <cell alignment="center" valignment="top" usebox="none">
35229 \begin_inset Text
35230
35231 \begin_layout Plain Layout
35232 \begin_inset Formula $\cancel{\int A=B}$
35233 \end_inset
35234
35235
35236 \end_layout
35237
35238 \end_inset
35239 </cell>
35240 </row>
35241 <row topspace="1.5mm">
35242 <cell alignment="center" valignment="top" usebox="none">
35243 \begin_inset Text
35244
35245 \begin_layout Plain Layout
35246
35247 \backslash
35248 bcancel
35249 \begin_inset space \textvisiblespace{}
35250 \end_inset
35251
35252
35253 \backslash
35254 int
35255 \begin_inset space \textvisiblespace{}
35256 \end_inset
35257
35258 A=B
35259 \end_layout
35260
35261 \end_inset
35262 </cell>
35263 <cell alignment="center" valignment="top" usebox="none">
35264 \begin_inset Text
35265
35266 \begin_layout Plain Layout
35267 \begin_inset Formula $\bcancel{\int A=B}$
35268 \end_inset
35269
35270
35271 \end_layout
35272
35273 \end_inset
35274 </cell>
35275 </row>
35276 <row topspace="1.5mm">
35277 <cell alignment="center" valignment="top" usebox="none">
35278 \begin_inset Text
35279
35280 \begin_layout Plain Layout
35281
35282 \backslash
35283 xcancel
35284 \begin_inset space \textvisiblespace{}
35285 \end_inset
35286
35287
35288 \backslash
35289 int
35290 \begin_inset space \textvisiblespace{}
35291 \end_inset
35292
35293 A=B
35294 \end_layout
35295
35296 \end_inset
35297 </cell>
35298 <cell alignment="center" valignment="top" usebox="none">
35299 \begin_inset Text
35300
35301 \begin_layout Plain Layout
35302 \begin_inset Formula $\xcancel{\int A=B}$
35303 \end_inset
35304
35305
35306 \end_layout
35307
35308 \end_inset
35309 </cell>
35310 </row>
35311 <row>
35312 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35313 \begin_inset Text
35314
35315 \begin_layout Plain Layout
35316
35317 \backslash
35318 cancelto
35319 \begin_inset space \textvisiblespace{}
35320 \end_inset
35321
35322
35323 \backslash
35324 int
35325 \begin_inset space \textvisiblespace{}
35326 \end_inset
35327
35328 A=B
35329 \begin_inset Formula $\to$
35330 \end_inset
35331
35332 1
35333 \end_layout
35334
35335 \end_inset
35336 </cell>
35337 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35338 \begin_inset Text
35339
35340 \begin_layout Plain Layout
35341 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
35342 \end_inset
35343
35344
35345 \end_layout
35346
35347 \end_inset
35348 </cell>
35349 </row>
35350 </lyxtabular>
35351
35352 \end_inset
35353
35354
35355 \end_layout
35356
35357 \begin_layout Standard
35358
35359 \series bold
35360
35361 \backslash
35362 cancelto
35363 \series default
35364  is especially suitable to visualize the reduction of fractions within formulas:
35365 \begin_inset Formula 
35366 \[
35367 \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}}}
35368 \]
35369
35370 \end_inset
35371
35372
35373 \end_layout
35374
35375 \begin_layout Standard
35376 To change the size of 
35377 \series bold
35378
35379 \backslash
35380 cancelto
35381 \series default
35382 's 
35383 \begin_inset Quotes eld
35384 \end_inset
35385
35386 subscript
35387 \begin_inset Quotes erd
35388 \end_inset
35389
35390  value one can add the \SpecialChar LaTeX
35391 -preamble line
35392 \end_layout
35393
35394 \begin_layout Standard
35395
35396 \series bold
35397
35398 \backslash
35399 PassOptionsToPackage{option}{cancel}
35400 \end_layout
35401
35402 \begin_layout Standard
35403 where 
35404 \series bold
35405 option
35406 \series default
35407  is either 
35408 \series bold
35409 samesize
35410 \series default
35411  which leads to the same size as for the canceled value, or 
35412 \series bold
35413 Smaller
35414 \series default
35415  which makes is it a bit smaller than normal.
35416 \end_layout
35417
35418 \begin_layout Standard
35419 To color the cancellation bar one adds this command as \SpecialChar TeX
35420  code:
35421 \end_layout
35422
35423 \begin_layout Standard
35424
35425 \series bold
35426
35427 \backslash
35428 renewcommand{
35429 \backslash
35430 CancelColor}{
35431 \backslash
35432 color{red}}
35433 \end_layout
35434
35435 \begin_layout Standard
35436
35437 \series bold
35438 red
35439 \series default
35440  can be replaced by a color of your choice.
35441 \end_layout
35442
35443 \begin_layout Standard
35444 \begin_inset ERT
35445 status collapsed
35446
35447 \begin_layout Plain Layout
35448
35449
35450 \backslash
35451 renewcommand{
35452 \backslash
35453 CancelColor}{
35454 \backslash
35455 color{red}}
35456 \end_layout
35457
35458 \end_inset
35459
35460
35461 \end_layout
35462
35463 \begin_layout Standard
35464 \begin_inset Formula 
35465 \[
35466 \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}}}
35467 \]
35468
35469 \end_inset
35470
35471
35472 \end_layout
35473
35474 \begin_layout Standard
35475 \begin_inset ERT
35476 status collapsed
35477
35478 \begin_layout Plain Layout
35479
35480
35481 \backslash
35482 renewcommand{
35483 \backslash
35484 CancelColor}{
35485 \backslash
35486 color{black}}
35487 \end_layout
35488
35489 \end_inset
35490
35491
35492 \begin_inset Note Note
35493 status open
35494
35495 \begin_layout Plain Layout
35496 reset the color
35497 \end_layout
35498
35499 \end_inset
35500
35501
35502 \end_layout
35503
35504 \begin_layout Standard
35505 For further customizations, see the documentation of the package 
35506 \series bold
35507 cancel
35508 \series default
35509
35510 \begin_inset CommandInset citation
35511 LatexCommand cite
35512 key "cancel"
35513
35514 \end_inset
35515
35516 .
35517 \begin_inset Index idx
35518 status collapsed
35519
35520 \begin_layout Plain Layout
35521 Packages ! cancel
35522 \end_layout
35523
35524 \end_inset
35525
35526
35527 \end_layout
35528
35529 \begin_layout Standard
35530 \begin_inset ERT
35531 status collapsed
35532
35533 \begin_layout Plain Layout
35534
35535
35536 \backslash
35537 else 
35538 \end_layout
35539
35540 \end_inset
35541
35542
35543 \begin_inset Note Note
35544 status open
35545
35546 \begin_layout Plain Layout
35547 The following will be displayed when the \SpecialChar LaTeX
35548 -package 
35549 \series bold
35550 cancel
35551 \series default
35552  is not installed:
35553 \end_layout
35554
35555 \end_inset
35556
35557
35558 \end_layout
35559
35560 \begin_layout Standard
35561 You need to install the \SpecialChar LaTeX
35562 -package 
35563 \series bold
35564 cancel
35565 \series default
35566  to see the rest of this subsection in the output.
35567 \end_layout
35568
35569 \begin_layout Standard
35570 \begin_inset ERT
35571 status collapsed
35572
35573 \begin_layout Plain Layout
35574
35575
35576 \backslash
35577 fi 
35578 \end_layout
35579
35580 \end_inset
35581
35582
35583 \end_layout
35584
35585 \begin_layout Subsection
35586 Formulas in Section Headings
35587 \begin_inset CommandInset label
35588 LatexCommand label
35589 name "subsec:Formulas-in-Section"
35590
35591 \end_inset
35592
35593
35594 \begin_inset Index idx
35595 status collapsed
35596
35597 \begin_layout Plain Layout
35598 Formula ! in section headings
35599 \end_layout
35600
35601 \end_inset
35602
35603
35604 \end_layout
35605
35606 \begin_layout Standard
35607 When formulas are used in section headings, the following has to be taken
35608  into account:
35609 \end_layout
35610
35611 \begin_layout Standard
35612 \begin_inset Note Greyedout
35613 status open
35614
35615 \begin_layout Plain Layout
35616 When 
35617 \series bold
35618 hyperref
35619 \series default
35620
35621 \begin_inset Index idx
35622 status collapsed
35623
35624 \begin_layout Plain Layout
35625 Packages ! hyperref
35626 \end_layout
35627
35628 \end_inset
35629
35630  support is enabled in the document settings dialog under 
35631 \family sans
35632 PDF
35633 \begin_inset space ~
35634 \end_inset
35635
35636 Properties
35637 \family default
35638 , PDF-bookmarks are created for every section heading in the table of contents.
35639  If a section heading contains formulas, they are incorrectly displayed
35640  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35641 s.
35642 \end_layout
35643
35644 \end_inset
35645
35646
35647 \end_layout
35648
35649 \begin_layout Standard
35650 Both problems can be solved by inserting at the end of the section heading
35651  a short title with the menu 
35652 \family sans
35653 Insert\SpecialChar menuseparator
35654 Short
35655 \begin_inset space ~
35656 \end_inset
35657
35658 Title
35659 \family default
35660 .
35661  Short titles are used as alternative for multiline section headings to
35662  keep the table of contents clearly arranged.
35663  Only the short title appears in the table of contents and therefore also
35664  in the PDF-bookmark.
35665 \end_layout
35666
35667 \begin_layout Standard
35668 When formulas should be used in the table of contents but 
35669 \series bold
35670 hyperref
35671 \series default
35672  is used, one can use the following command in \SpecialChar TeX
35673  mode:
35674 \end_layout
35675
35676 \begin_layout Standard
35677
35678 \series bold
35679
35680 \backslash
35681 texorpdfstring{part}{alternative}
35682 \begin_inset Index idx
35683 status collapsed
35684
35685 \begin_layout Plain Layout
35686 Commands ! T ! 
35687 \backslash
35688 texorpdfstring
35689 \end_layout
35690
35691 \end_inset
35692
35693
35694 \end_layout
35695
35696 \begin_layout Standard
35697 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35698  This can be characters, formulas, footnotes, but also cross-references.
35699  The alternative is used instead of the part for the bookmark.
35700 \end_layout
35701
35702 \begin_layout Standard
35703 Here are two example headings:
35704 \begin_inset VSpace -3mm
35705 \end_inset
35706
35707
35708 \begin_inset ERT
35709 status collapsed
35710
35711 \begin_layout Plain Layout
35712
35713
35714 \backslash
35715 boldmath 
35716 \end_layout
35717
35718 \end_inset
35719
35720
35721 \end_layout
35722
35723 \begin_layout Subsubsection
35724 Heading without formula in table of contents 
35725 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35726 \end_inset
35727
35728
35729 \begin_inset Argument 1
35730 status collapsed
35731
35732 \begin_layout Plain Layout
35733 Heading without formula in table of contents
35734 \end_layout
35735
35736 \end_inset
35737
35738
35739 \end_layout
35740
35741 \begin_layout Subsubsection
35742 Heading with formula in table of contents
35743 \begin_inset ERT
35744 status collapsed
35745
35746 \begin_layout Plain Layout
35747
35748
35749 \backslash
35750 texorpdfstring{
35751 \end_layout
35752
35753 \end_inset
35754
35755  
35756 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35757 \end_inset
35758
35759
35760 \begin_inset ERT
35761 status collapsed
35762
35763 \begin_layout Plain Layout
35764
35765 }{}
35766 \end_layout
35767
35768 \end_inset
35769
35770
35771 \end_layout
35772
35773 \begin_layout Standard
35774 \begin_inset ERT
35775 status collapsed
35776
35777 \begin_layout Plain Layout
35778
35779
35780 \backslash
35781 unboldmath 
35782 \end_layout
35783
35784 \end_inset
35785
35786 In the first heading a short title was used, in the second one 
35787 \series bold
35788
35789 \backslash
35790 texorpdfstring
35791 \series default
35792 .
35793 \end_layout
35794
35795 \begin_layout Standard
35796 To get the same formatting as for the other headings, the complete heading
35797  was set into a 
35798 \series bold
35799 boldmath
35800 \series default
35801  environment
35802 \begin_inset Foot
35803 status collapsed
35804
35805 \begin_layout Plain Layout
35806 see 
35807 \begin_inset CommandInset ref
35808 LatexCommand ref
35809 reference "subsec:Bold-Formulas"
35810
35811 \end_inset
35812
35813
35814 \end_layout
35815
35816 \end_inset
35817
35818 .
35819 \end_layout
35820
35821 \begin_layout Subsection
35822 Formulas in multi-column Text
35823 \begin_inset Index idx
35824 status collapsed
35825
35826 \begin_layout Plain Layout
35827 Formula ! in multi-column text
35828 \end_layout
35829
35830 \end_inset
35831
35832
35833 \end_layout
35834
35835 \begin_layout Standard
35836 Formulas in multi-column text are often too wide to fit into a column and
35837  thus need to be set over the whole page width.
35838  This is done by using the \SpecialChar LaTeX
35839 -package 
35840 \series bold
35841 multicol
35842 \series default
35843
35844 \begin_inset Foot
35845 status collapsed
35846
35847 \begin_layout Plain Layout
35848
35849 \series bold
35850 multicol
35851 \series default
35852  is part of every \SpecialChar LaTeX
35853  standard installation.
35854 \end_layout
35855
35856 \end_inset
35857
35858
35859 \begin_inset Index idx
35860 status collapsed
35861
35862 \begin_layout Plain Layout
35863 Packages ! multicol
35864 \end_layout
35865
35866 \end_inset
35867
35868 , that is loaded with the \SpecialChar LaTeX
35869 -preamble line
35870 \end_layout
35871
35872 \begin_layout Standard
35873
35874 \series bold
35875
35876 \backslash
35877 usepackage{multicol}
35878 \end_layout
35879
35880 \begin_layout Standard
35881 \begin_inset Note Greyedout
35882 status open
35883
35884 \begin_layout Plain Layout
35885 Note that in this case the setting 
35886 \family sans
35887 Two-column
35888 \begin_inset space ~
35889 \end_inset
35890
35891 document
35892 \family default
35893  in the menu 
35894 \family sans
35895 Document\SpecialChar menuseparator
35896 Settings
35897 \family default
35898  under 
35899 \family sans
35900 Text
35901 \begin_inset space ~
35902 \end_inset
35903
35904 Layout
35905 \family default
35906 \emph on
35907  
35908 \emph default
35909 must 
35910 \emph on
35911 not
35912 \emph default
35913  be selected.
35914 \end_layout
35915
35916 \end_inset
35917
35918
35919 \end_layout
35920
35921 \begin_layout Standard
35922 Before the multi-column text the command
35923 \end_layout
35924
35925 \begin_layout Standard
35926
35927 \series bold
35928
35929 \backslash
35930 begin{multicols}{column number}
35931 \end_layout
35932
35933 \begin_layout Standard
35934 is written in \SpecialChar TeX
35935  mode.
35936  The column number is a number in the range of 2
35937 \begin_inset space \thinspace{}
35938 \end_inset
35939
35940 -
35941 \begin_inset space \thinspace{}
35942 \end_inset
35943
35944 10.
35945  Before the formula the multi-column text is ended by inserting the command
35946 \end_layout
35947
35948 \begin_layout Standard
35949
35950 \series bold
35951
35952 \backslash
35953 end{multicols}
35954 \end_layout
35955
35956 \begin_layout Standard
35957 in \SpecialChar TeX
35958  mode.
35959 \end_layout
35960
35961 \begin_layout Standard
35962 Due to the command some space is automatically added before the formula.
35963  To revert this, -6
35964 \begin_inset space \thinspace{}
35965 \end_inset
35966
35967 mm vertical space is inserted before the formula.
35968  When the formula style 
35969 \series bold
35970 Indented
35971 \begin_inset Foot
35972 status collapsed
35973
35974 \begin_layout Plain Layout
35975 formula styles see 
35976 \begin_inset CommandInset ref
35977 LatexCommand ref
35978 reference "sec:Formula-Styles"
35979
35980 \end_inset
35981
35982
35983 \end_layout
35984
35985 \end_inset
35986
35987
35988 \series default
35989  is used, -9
35990 \begin_inset space \thinspace{}
35991 \end_inset
35992
35993 mm space is inserted instead.
35994 \end_layout
35995
35996 \begin_layout Standard
35997 As example a multi-column text with a displayed formula:
35998 \end_layout
35999
36000 \begin_layout Standard
36001
36002 \lang ngerman
36003 \begin_inset ERT
36004 status collapsed
36005
36006 \begin_layout Plain Layout
36007
36008
36009 \backslash
36010 begin{multicols}{2}
36011 \end_layout
36012
36013 \end_inset
36014
36015 Das Spektrum wird fouriertransformiert.
36016  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36017 , Lösungsmittel) zu trennen.
36018  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36019  nun das Aussehen des Ausgangssignals.
36020  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36021  über alle Phasen integrieren muss.
36022  Sei nun 
36023 \begin_inset Formula $S$
36024 \end_inset
36025
36026  unser normiertes Ausgangssignal und 
36027 \begin_inset Formula $P$
36028 \end_inset
36029
36030  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36031 \begin_inset ERT
36032 status collapsed
36033
36034 \begin_layout Plain Layout
36035
36036
36037 \backslash
36038 end{multicols}
36039 \end_layout
36040
36041 \end_inset
36042
36043
36044 \begin_inset VSpace -6mm
36045 \end_inset
36046
36047
36048 \begin_inset Formula 
36049 \begin{equation}
36050 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36051 \end{equation}
36052
36053 \end_inset
36054
36055
36056 \begin_inset ERT
36057 status collapsed
36058
36059 \begin_layout Plain Layout
36060
36061
36062 \backslash
36063 begin{multicols}{2}
36064 \end_layout
36065
36066 \end_inset
36067
36068 wobei 
36069 \begin_inset Formula $S_{0}$
36070 \end_inset
36071
36072  das Signal ohne Gradient ist und die Normierungsbedingung 
36073 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36074 \end_inset
36075
36076  gilt.
36077  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36078  Direkt nach dem 
36079 \begin_inset Formula $\nicefrac{\pi}{2}$
36080 \end_inset
36081
36082
36083 \begin_inset space \thinspace{}
36084 \end_inset
36085
36086 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36087  das Signal zusätzlich abschwächt.
36088  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36089  
36090 \begin_inset Formula $T_{2}$
36091 \end_inset
36092
36093 -Zeit.
36094 \end_layout
36095
36096 \begin_layout Standard
36097
36098 \lang ngerman
36099 \begin_inset ERT
36100 status collapsed
36101
36102 \begin_layout Plain Layout
36103
36104
36105 \backslash
36106 end{multicols}
36107 \end_layout
36108
36109 \end_inset
36110
36111
36112 \end_layout
36113
36114 \begin_layout Subsection
36115 Formulas with Description of Variables
36116 \begin_inset Index idx
36117 status collapsed
36118
36119 \begin_layout Plain Layout
36120 Formula ! with description of variables
36121 \end_layout
36122
36123 \end_inset
36124
36125
36126 \end_layout
36127
36128 \begin_layout Standard
36129 To describe variables within a formula, like in formula 
36130 \begin_inset CommandInset ref
36131 LatexCommand eqref
36132 reference "eq:within"
36133
36134 \end_inset
36135
36136 , a 2
36137 \series bold
36138 ×
36139 \series default
36140
36141 \begin_inset Formula $n$
36142 \end_inset
36143
36144
36145 \begin_inset space ~
36146 \end_inset
36147
36148 matrix is used with left aligned columns for the 
36149 \begin_inset Formula $n$
36150 \end_inset
36151
36152  used variables.
36153 \begin_inset Foot
36154 status collapsed
36155
36156 \begin_layout Plain Layout
36157 matrices see 
36158 \begin_inset CommandInset ref
36159 LatexCommand ref
36160 reference "sec:Matrices"
36161
36162 \end_inset
36163
36164
36165 \end_layout
36166
36167 \end_inset
36168
36169  To set the description in a smaller size, before the matrix e.
36170 \begin_inset space \thinspace{}
36171 \end_inset
36172
36173 g.
36174 \begin_inset space \space{}
36175 \end_inset
36176
36177 the command 
36178 \series bold
36179
36180 \backslash
36181 footnotesize
36182 \series default
36183  is inserted.
36184 \begin_inset Foot
36185 status collapsed
36186
36187 \begin_layout Plain Layout
36188 font sizes see 
36189 \begin_inset CommandInset ref
36190 LatexCommand ref
36191 reference "subsec:Font-Sizes"
36192
36193 \end_inset
36194
36195
36196 \end_layout
36197
36198 \end_inset
36199
36200
36201 \end_layout
36202
36203 \begin_layout Standard
36204 When the formula style 
36205 \series bold
36206 Indented
36207 \begin_inset Foot
36208 status collapsed
36209
36210 \begin_layout Plain Layout
36211 formula styles see 
36212 \begin_inset CommandInset ref
36213 LatexCommand ref
36214 reference "sec:Formula-Styles"
36215
36216 \end_inset
36217
36218
36219 \end_layout
36220
36221 \end_inset
36222
36223
36224 \series default
36225  is used, a 
36226 \series bold
36227
36228 \backslash
36229 hfill
36230 \series default
36231
36232 \begin_inset Foot
36233 status collapsed
36234
36235 \begin_layout Plain Layout
36236
36237 \series bold
36238
36239 \backslash
36240 hfill
36241 \series default
36242  only works in formulas with the style 
36243 \series bold
36244 Indented
36245 \series default
36246 , see 
36247 \begin_inset CommandInset ref
36248 LatexCommand ref
36249 reference "subsec:Variable-Space"
36250
36251 \end_inset
36252
36253 .
36254 \end_layout
36255
36256 \end_inset
36257
36258  is inserted before and after the matrix to have the same separation of
36259  the matrix from the equation and the side margin.
36260 \end_layout
36261
36262 \begin_layout Standard
36263 When the formula style 
36264 \series bold
36265 Centered
36266 \series default
36267  is used, the method described in 
36268 \begin_inset CommandInset ref
36269 LatexCommand ref
36270 reference "subsec:Flalign-Environment"
36271
36272 \end_inset
36273
36274  is used to indent formulas.
36275  Formula 
36276 \begin_inset CommandInset ref
36277 LatexCommand eqref
36278 reference "eq:within"
36279
36280 \end_inset
36281
36282  consists of five columns where in the first two columns contain the equation,
36283  the third the matrix and the last one an empty \SpecialChar TeX
36284  brace.
36285 \begin_inset Formula 
36286 \begin{flalign}
36287 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36288 \rho & \textrm{density}\\
36289 V & \textrm{volume}\\
36290 g & \textrm{gravitational acceleration}
36291 \end{array} &  & {}\label{eq:within}
36292 \end{flalign}
36293
36294 \end_inset
36295
36296
36297 \end_layout
36298
36299 \begin_layout Subsection
36300 Upright small Greek Letters
36301 \begin_inset CommandInset label
36302 LatexCommand label
36303 name "subsec:Upright-small-Greek"
36304
36305 \end_inset
36306
36307
36308 \begin_inset Index idx
36309 status collapsed
36310
36311 \begin_layout Plain Layout
36312 Greek letters ! upright
36313 \end_layout
36314
36315 \end_inset
36316
36317
36318 \end_layout
36319
36320 \begin_layout Standard
36321 Most of the math fonts only provide italic small Greek letters.
36322  But for symbols of elementary particles like pions and neutrinos, upright
36323  Greek letters are needed.
36324  The file 
36325 \series bold
36326 upgreek.sty
36327 \series default
36328
36329 \begin_inset Foot
36330 status collapsed
36331
36332 \begin_layout Plain Layout
36333
36334 \series bold
36335 upgreek
36336 \series default
36337  is part of the \SpecialChar LaTeX
36338 -package 
36339 \series bold
36340 was
36341 \series default
36342
36343 \begin_inset Index idx
36344 status collapsed
36345
36346 \begin_layout Plain Layout
36347 Packages ! was
36348 \begin_inset ERT
36349 status collapsed
36350
36351 \begin_layout Plain Layout
36352
36353
36354 \backslash
36355 vspace{4mm}
36356 \end_layout
36357
36358 \end_inset
36359
36360
36361 \end_layout
36362
36363 \end_inset
36364
36365 .
36366 \end_layout
36367
36368 \end_inset
36369
36370
36371 \begin_inset Index idx
36372 status collapsed
36373
36374 \begin_layout Plain Layout
36375 Packages ! upgreek
36376 \end_layout
36377
36378 \end_inset
36379
36380  that is loaded with the \SpecialChar LaTeX
36381 -preamble line
36382 \end_layout
36383
36384 \begin_layout Standard
36385
36386 \series bold
36387
36388 \backslash
36389 usepackage{upgreek}
36390 \end_layout
36391
36392 \begin_layout Standard
36393 provides them.
36394  
36395 \begin_inset ERT
36396 status collapsed
36397
36398 \begin_layout Plain Layout
36399
36400
36401 \backslash
36402 ifupgreek 
36403 \end_layout
36404
36405 \end_inset
36406
36407
36408 \begin_inset Note Note
36409 status open
36410
36411 \begin_layout Plain Layout
36412 The following table will only be displayed when the \SpecialChar LaTeX
36413 -package 
36414 \series bold
36415 upgreek
36416 \series default
36417  is installed:
36418 \end_layout
36419
36420 \end_inset
36421
36422  They are created when the command for a small Greek letter is started with
36423  
36424 \series bold
36425 up
36426 \series default
36427 .
36428  For example the command 
36429 \series bold
36430
36431 \backslash
36432 uptau
36433 \series default
36434  creates this: 
36435 \begin_inset Formula $\uptau$
36436 \end_inset
36437
36438
36439 \end_layout
36440
36441 \begin_layout Standard
36442 With these commands reactions of elementary particles can be typeset:
36443 \begin_inset Formula 
36444 \[
36445 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36446 \]
36447
36448 \end_inset
36449
36450
36451 \end_layout
36452
36453 \begin_layout Standard
36454 The upright letters are more bold and wider than the italic ones.
36455  They should therefore not be used for units like 
36456 \begin_inset Quotes eld
36457 \end_inset
36458
36459 µm
36460 \begin_inset Quotes erd
36461 \end_inset
36462
36463 .
36464 \end_layout
36465
36466 \begin_layout Standard
36467 \begin_inset ERT
36468 status collapsed
36469
36470 \begin_layout Plain Layout
36471
36472
36473 \backslash
36474 else 
36475 \end_layout
36476
36477 \end_inset
36478
36479
36480 \begin_inset Note Note
36481 status open
36482
36483 \begin_layout Plain Layout
36484 The following will be displayed when the \SpecialChar LaTeX
36485 -package 
36486 \series bold
36487 upgreek
36488 \series default
36489  is not installed:
36490 \end_layout
36491
36492 \end_inset
36493
36494
36495 \end_layout
36496
36497 \begin_layout Standard
36498 You need to install the \SpecialChar LaTeX
36499 -package 
36500 \series bold
36501 upgreek
36502 \series default
36503  to see the rest of this subsection in the output.
36504 \end_layout
36505
36506 \begin_layout Standard
36507 \begin_inset ERT
36508 status collapsed
36509
36510 \begin_layout Plain Layout
36511
36512
36513 \backslash
36514 fi 
36515 \end_layout
36516
36517 \end_inset
36518
36519
36520 \end_layout
36521
36522 \begin_layout Subsection
36523 Text Characters in Formulas
36524 \begin_inset Index idx
36525 status collapsed
36526
36527 \begin_layout Plain Layout
36528 Text ! in formulas
36529 \end_layout
36530
36531 \end_inset
36532
36533
36534 \end_layout
36535
36536 \begin_layout Standard
36537 In some cases you might want to insert text characters directly into formulas.
36538  When for example the centered dot · is often used in formulas like 
36539 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36540 \end_inset
36541
36542 , one would have to insert the command 
36543 \series bold
36544
36545 \backslash
36546 cdot
36547 \series default
36548
36549 \begin_inset Foot
36550 status collapsed
36551
36552 \begin_layout Plain Layout
36553 see 
36554 \begin_inset CommandInset ref
36555 LatexCommand ref
36556 reference "subsec:Binary-Operators"
36557
36558 \end_inset
36559
36560
36561 \end_layout
36562
36563 \end_inset
36564
36565  all the time, because this character is defined in all encodings as text
36566  character.
36567  But the encoding can be changed by this \SpecialChar LaTeX
36568 -preamble line:
36569 \end_layout
36570
36571 \begin_layout Standard
36572
36573 \series bold
36574
36575 \backslash
36576 Declare Inputtext{183}{
36577 \backslash
36578 ifmmode
36579 \backslash
36580 cdot
36581 \backslash
36582 else
36583 \backslash
36584 textperiodcentered
36585 \backslash
36586 f\SpecialChar ligaturebreak
36587 i}
36588 \end_layout
36589
36590 \begin_layout Standard
36591 The character encoding (menu 
36592 \family sans
36593 Document\SpecialChar menuseparator
36594 Settings\SpecialChar menuseparator
36595 Language
36596 \family default
36597 ) specifies what character appears when a keyboard key is pressed.
36598  When the key for the character '·' is pressed, internally the command 
36599 \series bold
36600
36601 \backslash
36602 textperiodcentered
36603 \series default
36604  is used.
36605  But this command is not available in a formula so that you would get \SpecialChar LaTeX
36606 -errors.
36607  With the changed encoding the right command is chosen automatically, depending
36608  on if the character was inserted into a formula or not.
36609 \end_layout
36610
36611 \begin_layout Standard
36612 The encoding of several characters is saved in definition files.
36613  For example the encoding 
36614 \series bold
36615 latin9
36616 \series default
36617  is defined in the file 
36618 \series bold
36619 latin9.def
36620 \series default
36621  which is in the installation folder of \SpecialChar LaTeX
36622 .
36623  Encodings should only be changed via the \SpecialChar LaTeX
36624 -preamble and not in the definition
36625  files.
36626  Otherwise documents could not be edited by other \SpecialChar LyX
36627  users working on other
36628  computers.
36629 \end_layout
36630
36631 \begin_layout Standard
36632 \begin_inset VSpace medskip
36633 \end_inset
36634
36635 Besides the centered dot, in this document the degree sign ° is defined
36636  with the following \SpecialChar LaTeX
36637 -preamble line so that it can be directly inserted into
36638  a formula:
36639 \end_layout
36640
36641 \begin_layout Standard
36642
36643 \series bold
36644
36645 \backslash
36646 DeclareInputtext{176}{
36647 \backslash
36648 ifmmode^
36649 \backslash
36650 circ
36651 \backslash
36652 else
36653 \backslash
36654 textdegree
36655 \backslash
36656 f\SpecialChar ligaturebreak
36657 i}
36658 \end_layout
36659
36660 \begin_layout Subsection
36661 \SpecialChar LaTeX
36662 -comments in formulas
36663 \begin_inset Index idx
36664 status collapsed
36665
36666 \begin_layout Plain Layout
36667 \SpecialChar LaTeX
36668 -comments
36669 \end_layout
36670
36671 \end_inset
36672
36673
36674 \end_layout
36675
36676 \begin_layout Standard
36677 In text you can insert a comment that will only be visible in the \SpecialChar LaTeX
36678  source
36679  code of your file with the menu 
36680 \family sans
36681 Insert\SpecialChar menuseparator
36682 Note\SpecialChar menuseparator
36683 Comment
36684 \family default
36685 .
36686  This is not possible in a formula but you can insert \SpecialChar LaTeX
36687 -comments with the
36688  command
36689 \end_layout
36690
36691 \begin_layout Standard
36692
36693 \series bold
36694
36695 \backslash
36696 %
36697 \end_layout
36698
36699 \begin_layout Standard
36700 This creates a box in which you can write your comment.
36701  Due to a bug in \SpecialChar LyX
36702
36703 \begin_inset Foot
36704 status collapsed
36705
36706 \begin_layout Plain Layout
36707 \begin_inset CommandInset href
36708 LatexCommand href
36709 name "LyX-bug #9002"
36710 target "http://www.lyx.org/trac/ticket/9002"
36711
36712 \end_inset
36713
36714
36715 \end_layout
36716
36717 \end_inset
36718
36719  you cannot write normal text inside the comment, even when you use mathematical
36720  text, you will see its \SpecialChar LaTeX
36721 -commands in the \SpecialChar LaTeX
36722 -output.
36723 \begin_inset Newline newline
36724 \end_inset
36725
36726 This a formula with a \SpecialChar LaTeX
36727 -comment:
36728 \begin_inset Formula 
36729 \[
36730 A=B%\text{This is the comment}
36731 \]
36732
36733 \end_inset
36734
36735
36736 \end_layout
36737
36738 \begin_layout Standard
36739 \begin_inset Newpage newpage
36740 \end_inset
36741
36742
36743 \end_layout
36744
36745 \begin_layout Section
36746 \start_of_appendix
36747 Typographic Advice
36748 \begin_inset Index idx
36749 status collapsed
36750
36751 \begin_layout Plain Layout
36752 Typographic advice
36753 \end_layout
36754
36755 \end_inset
36756
36757
36758 \end_layout
36759
36760 \begin_layout Standard
36761 This section is a summary of the most important typographic rules, listed
36762  in ISO norms.
36763 \begin_inset Foot
36764 status collapsed
36765
36766 \begin_layout Plain Layout
36767 This collection was partly taken from the German semi-official dictionary
36768  called 
36769 \begin_inset Quotes eld
36770 \end_inset
36771
36772 Duden
36773 \begin_inset Quotes erd
36774 \end_inset
36775
36776  
36777 \begin_inset CommandInset citation
36778 LatexCommand cite
36779 key "Duden"
36780
36781 \end_inset
36782
36783  that lists some of the ISO rules.
36784  More rules are listed in 
36785 \begin_inset CommandInset citation
36786 LatexCommand cite
36787 key "Checklist"
36788
36789 \end_inset
36790
36791 .
36792 \end_layout
36793
36794 \end_inset
36795
36796
36797 \end_layout
36798
36799 \begin_layout Itemize
36800 Physical units are 
36801 \emph on
36802 always
36803 \emph default
36804  set upright
36805 \begin_inset Foot
36806 status collapsed
36807
36808 \begin_layout Plain Layout
36809 done with font styles, see 
36810 \begin_inset CommandInset ref
36811 LatexCommand ref
36812 reference "subsec:Font-Styles"
36813
36814 \end_inset
36815
36816
36817 \end_layout
36818
36819 \end_inset
36820
36821 , no matter if they appear in italic text: 30
36822 \begin_inset space \thinspace{}
36823 \end_inset
36824
36825 km/h
36826 \begin_inset Newline newline
36827 \end_inset
36828
36829 Between the value and the unit is the smallest space, see 
36830 \begin_inset CommandInset ref
36831 LatexCommand ref
36832 reference "subsec:Predefined-Space"
36833
36834 \end_inset
36835
36836 .
36837 \begin_inset Newline newline
36838 \end_inset
36839
36840 This convention is automatically fulfilled when the command 
36841 \series bold
36842
36843 \backslash
36844 unittwo
36845 \series default
36846  is used.
36847  When it is entered to a formula, two boxes appear.
36848  In the first one the value is inserted, in the second one the unit, and
36849  one gets as above: 
36850 \begin_inset Formula $\unit[30]{km/h}$
36851 \end_inset
36852
36853
36854 \begin_inset space \thinspace{}
36855 \end_inset
36856
36857 .
36858  Note that 
36859 \series bold
36860
36861 \backslash
36862 unittwo
36863 \series default
36864  is not a real \SpecialChar LaTeX
36865  command but the command 
36866 \series bold
36867
36868 \backslash
36869 unit[value]{unit}
36870 \series default
36871 , therefore you cannot use it in \SpecialChar TeX
36872  code.
36873 \end_layout
36874
36875 \begin_layout Itemize
36876 Percent and perthousand signs are set like physical units:
36877 \begin_inset Newline newline
36878 \end_inset
36879
36880 1.2
36881 \begin_inset space \thinspace{}
36882 \end_inset
36883
36884 ‰ alcohol in blood
36885 \end_layout
36886
36887 \begin_layout Itemize
36888 The degree sign follows directly on the value: 15°, but not when it is used
36889  in units: 15
36890 \begin_inset space \thinspace{}
36891 \end_inset
36892
36893 °C
36894 \end_layout
36895
36896 \begin_layout Itemize
36897 In numbers with more than four digits the smallest space is inserted before
36898  every third digit to group them: 
36899 \family roman
36900 \series medium
36901 \shape up
36902 \size normal
36903 \emph off
36904 \bar no
36905 \noun off
36906 \color none
36907 18
36908 \begin_inset space \thinspace{}
36909 \end_inset
36910
36911 473
36912 \begin_inset space \thinspace{}
36913 \end_inset
36914
36915 588
36916 \end_layout
36917
36918 \begin_layout Itemize
36919 For dimensions like 120×90×40
36920 \begin_inset space \thinspace{}
36921 \end_inset
36922
36923 cm the multiplication sign 
36924 \begin_inset Quotes eld
36925 \end_inset
36926
36927 ×
36928 \begin_inset Quotes erd
36929 \end_inset
36930
36931  is used.
36932  It is available either via the command 
36933 \series bold
36934
36935 \backslash
36936 times
36937 \series default
36938  or via the menu 
36939 \family sans
36940 Insert\SpecialChar menuseparator
36941 Special Character\SpecialChar menuseparator
36942 Symbols
36943 \family default
36944 .
36945 \end_layout
36946
36947 \begin_layout Itemize
36948 Functions with names consisting of several letters are set upright to avoid
36949  confusions, see 
36950 \begin_inset CommandInset ref
36951 LatexCommand ref
36952 reference "subsec:Predefined-Functions"
36953
36954 \end_inset
36955
36956 .
36957 \end_layout
36958
36959 \begin_layout Itemize
36960 Indices consisting of several letters, are set upright: 
36961 \begin_inset Formula $E_{\mathrm{kin}}$
36962 \end_inset
36963
36964
36965 \begin_inset Newline newline
36966 \end_inset
36967
36968 Components of matrices are set italic: 
36969 \begin_inset Formula $\hat{H}_{kl}$
36970 \end_inset
36971
36972
36973 \end_layout
36974
36975 \begin_layout Itemize
36976 The differentiation/integration operator 'd', the Euler's number 'e' and
36977  the imaginary unit 'i' should be set upright, to avoid mixing them up with
36978  other variables.
36979 \end_layout
36980
36981 \begin_layout Itemize
36982 The character that denotes a 
36983 \noun on
36984 Fourier
36985 \noun default
36986  transformation is inserted either by the command 
36987 \series bold
36988
36989 \backslash
36990 mathscr
36991 \begin_inset space \textvisiblespace{}
36992 \end_inset
36993
36994 F
36995 \series default
36996  or via the menu 
36997 \family sans
36998 Insert\SpecialChar menuseparator
36999 Special Character\SpecialChar menuseparator
37000 Symbols\SpecialChar menuseparator
37001 Letterlike
37002 \begin_inset space ~
37003 \end_inset
37004
37005 Symbols
37006 \family default
37007
37008 \begin_inset Formula $\mathscr{F}$
37009 \end_inset
37010
37011
37012 \end_layout
37013
37014 \begin_layout Standard
37015 \begin_inset Newpage newpage
37016 \end_inset
37017
37018
37019 \end_layout
37020
37021 \begin_layout Section
37022 Synonyms
37023 \begin_inset Index idx
37024 status collapsed
37025
37026 \begin_layout Plain Layout
37027 Synonyms
37028 \end_layout
37029
37030 \end_inset
37031
37032
37033 \end_layout
37034
37035 \begin_layout Standard
37036 Some characters and symbols can be created with several commands.
37037  Here is a list of the synonym commands:
37038 \end_layout
37039
37040 \begin_layout Standard
37041 \begin_inset VSpace bigskip
37042 \end_inset
37043
37044
37045 \begin_inset space \hfill{}
37046 \end_inset
37047
37048
37049 \begin_inset Tabular
37050 <lyxtabular version="3" rows="12" columns="2">
37051 <features booktabs="true" tabularvalignment="middle">
37052 <column alignment="center" valignment="top" width="0pt">
37053 <column alignment="center" valignment="top" width="0pt">
37054 <row>
37055 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37056 \begin_inset Text
37057
37058 \begin_layout Plain Layout
37059 Command
37060 \end_layout
37061
37062 \end_inset
37063 </cell>
37064 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37065 \begin_inset Text
37066
37067 \begin_layout Plain Layout
37068 equivalent to
37069 \end_layout
37070
37071 \end_inset
37072 </cell>
37073 </row>
37074 <row>
37075 <cell alignment="center" valignment="top" usebox="none">
37076 \begin_inset Text
37077
37078 \begin_layout Plain Layout
37079
37080 \backslash
37081 ast
37082 \end_layout
37083
37084 \end_inset
37085 </cell>
37086 <cell alignment="center" valignment="top" usebox="none">
37087 \begin_inset Text
37088
37089 \begin_layout Plain Layout
37090 *
37091 \end_layout
37092
37093 \end_inset
37094 </cell>
37095 </row>
37096 <row>
37097 <cell alignment="center" valignment="top" usebox="none">
37098 \begin_inset Text
37099
37100 \begin_layout Plain Layout
37101
37102 \backslash
37103 choose
37104 \end_layout
37105
37106 \end_inset
37107 </cell>
37108 <cell alignment="center" valignment="top" usebox="none">
37109 \begin_inset Text
37110
37111 \begin_layout Plain Layout
37112
37113 \backslash
37114 binom
37115 \end_layout
37116
37117 \end_inset
37118 </cell>
37119 </row>
37120 <row>
37121 <cell alignment="center" valignment="top" usebox="none">
37122 \begin_inset Text
37123
37124 \begin_layout Plain Layout
37125
37126 \backslash
37127 geq
37128 \end_layout
37129
37130 \end_inset
37131 </cell>
37132 <cell alignment="center" valignment="top" usebox="none">
37133 \begin_inset Text
37134
37135 \begin_layout Plain Layout
37136
37137 \backslash
37138 ge
37139 \end_layout
37140
37141 \end_inset
37142 </cell>
37143 </row>
37144 <row>
37145 <cell alignment="center" valignment="top" usebox="none">
37146 \begin_inset Text
37147
37148 \begin_layout Plain Layout
37149
37150 \backslash
37151 lbrace
37152 \end_layout
37153
37154 \end_inset
37155 </cell>
37156 <cell alignment="center" valignment="top" usebox="none">
37157 \begin_inset Text
37158
37159 \begin_layout Plain Layout
37160 {
37161 \end_layout
37162
37163 \end_inset
37164 </cell>
37165 </row>
37166 <row>
37167 <cell alignment="center" valignment="top" usebox="none">
37168 \begin_inset Text
37169
37170 \begin_layout Plain Layout
37171
37172 \backslash
37173 lbracket
37174 \end_layout
37175
37176 \end_inset
37177 </cell>
37178 <cell alignment="center" valignment="top" usebox="none">
37179 \begin_inset Text
37180
37181 \begin_layout Plain Layout
37182 [
37183 \end_layout
37184
37185 \end_inset
37186 </cell>
37187 </row>
37188 <row>
37189 <cell alignment="center" valignment="top" usebox="none">
37190 \begin_inset Text
37191
37192 \begin_layout Plain Layout
37193
37194 \backslash
37195 leftarrow
37196 \end_layout
37197
37198 \end_inset
37199 </cell>
37200 <cell alignment="center" valignment="top" usebox="none">
37201 \begin_inset Text
37202
37203 \begin_layout Plain Layout
37204
37205 \backslash
37206 gets
37207 \end_layout
37208
37209 \end_inset
37210 </cell>
37211 </row>
37212 <row>
37213 <cell alignment="center" valignment="top" usebox="none">
37214 \begin_inset Text
37215
37216 \begin_layout Plain Layout
37217
37218 \backslash
37219 leq
37220 \end_layout
37221
37222 \end_inset
37223 </cell>
37224 <cell alignment="center" valignment="top" usebox="none">
37225 \begin_inset Text
37226
37227 \begin_layout Plain Layout
37228
37229 \backslash
37230 le
37231 \end_layout
37232
37233 \end_inset
37234 </cell>
37235 </row>
37236 <row>
37237 <cell alignment="center" valignment="top" usebox="none">
37238 \begin_inset Text
37239
37240 \begin_layout Plain Layout
37241
37242 \backslash
37243 lor
37244 \end_layout
37245
37246 \end_inset
37247 </cell>
37248 <cell alignment="center" valignment="top" usebox="none">
37249 \begin_inset Text
37250
37251 \begin_layout Plain Layout
37252
37253 \backslash
37254 vee
37255 \end_layout
37256
37257 \end_inset
37258 </cell>
37259 </row>
37260 <row>
37261 <cell alignment="center" valignment="top" usebox="none">
37262 \begin_inset Text
37263
37264 \begin_layout Plain Layout
37265
37266 \backslash
37267 neq
37268 \end_layout
37269
37270 \end_inset
37271 </cell>
37272 <cell alignment="center" valignment="top" usebox="none">
37273 \begin_inset Text
37274
37275 \begin_layout Plain Layout
37276
37277 \backslash
37278 not=
37279 \end_layout
37280
37281 \end_inset
37282 </cell>
37283 </row>
37284 <row>
37285 <cell alignment="center" valignment="top" usebox="none">
37286 \begin_inset Text
37287
37288 \begin_layout Plain Layout
37289
37290 \backslash
37291 slash
37292 \end_layout
37293
37294 \end_inset
37295 </cell>
37296 <cell alignment="center" valignment="top" usebox="none">
37297 \begin_inset Text
37298
37299 \begin_layout Plain Layout
37300 /
37301 \end_layout
37302
37303 \end_inset
37304 </cell>
37305 </row>
37306 <row>
37307 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37308 \begin_inset Text
37309
37310 \begin_layout Plain Layout
37311
37312 \backslash
37313 vert
37314 \end_layout
37315
37316 \end_inset
37317 </cell>
37318 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37319 \begin_inset Text
37320
37321 \begin_layout Plain Layout
37322 |
37323 \end_layout
37324
37325 \end_inset
37326 </cell>
37327 </row>
37328 </lyxtabular>
37329
37330 \end_inset
37331
37332
37333 \begin_inset space \hfill{}
37334 \end_inset
37335
37336
37337 \begin_inset Tabular
37338 <lyxtabular version="3" rows="12" columns="2">
37339 <features booktabs="true" tabularvalignment="middle">
37340 <column alignment="center" valignment="top" width="0pt">
37341 <column alignment="center" valignment="top" width="0pt">
37342 <row>
37343 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37344 \begin_inset Text
37345
37346 \begin_layout Plain Layout
37347 Command
37348 \end_layout
37349
37350 \end_inset
37351 </cell>
37352 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37353 \begin_inset Text
37354
37355 \begin_layout Plain Layout
37356 equivalent to
37357 \end_layout
37358
37359 \end_inset
37360 </cell>
37361 </row>
37362 <row>
37363 <cell alignment="center" valignment="top" usebox="none">
37364 \begin_inset Text
37365
37366 \begin_layout Plain Layout
37367
37368 \backslash
37369 backslash
37370 \end_layout
37371
37372 \end_inset
37373 </cell>
37374 <cell alignment="center" valignment="top" usebox="none">
37375 \begin_inset Text
37376
37377 \begin_layout Plain Layout
37378
37379 \backslash
37380
37381 \backslash
37382
37383 \end_layout
37384
37385 \end_inset
37386 </cell>
37387 </row>
37388 <row>
37389 <cell alignment="center" valignment="top" usebox="none">
37390 \begin_inset Text
37391
37392 \begin_layout Plain Layout
37393
37394 \backslash
37395 dasharrow
37396 \end_layout
37397
37398 \end_inset
37399 </cell>
37400 <cell alignment="center" valignment="top" usebox="none">
37401 \begin_inset Text
37402
37403 \begin_layout Plain Layout
37404
37405 \backslash
37406 dashrightarrow
37407 \end_layout
37408
37409 \end_inset
37410 </cell>
37411 </row>
37412 <row>
37413 <cell alignment="center" valignment="top" usebox="none">
37414 \begin_inset Text
37415
37416 \begin_layout Plain Layout
37417
37418 \backslash
37419 land
37420 \end_layout
37421
37422 \end_inset
37423 </cell>
37424 <cell alignment="center" valignment="top" usebox="none">
37425 \begin_inset Text
37426
37427 \begin_layout Plain Layout
37428
37429 \backslash
37430 wedge
37431 \end_layout
37432
37433 \end_inset
37434 </cell>
37435 </row>
37436 <row>
37437 <cell alignment="center" valignment="top" usebox="none">
37438 \begin_inset Text
37439
37440 \begin_layout Plain Layout
37441
37442 \backslash
37443 rbrace
37444 \end_layout
37445
37446 \end_inset
37447 </cell>
37448 <cell alignment="center" valignment="top" usebox="none">
37449 \begin_inset Text
37450
37451 \begin_layout Plain Layout
37452 }
37453 \end_layout
37454
37455 \end_inset
37456 </cell>
37457 </row>
37458 <row>
37459 <cell alignment="center" valignment="top" usebox="none">
37460 \begin_inset Text
37461
37462 \begin_layout Plain Layout
37463
37464 \backslash
37465 rbracket
37466 \end_layout
37467
37468 \end_inset
37469 </cell>
37470 <cell alignment="center" valignment="top" usebox="none">
37471 \begin_inset Text
37472
37473 \begin_layout Plain Layout
37474 ]
37475 \end_layout
37476
37477 \end_inset
37478 </cell>
37479 </row>
37480 <row>
37481 <cell alignment="center" valignment="top" usebox="none">
37482 \begin_inset Text
37483
37484 \begin_layout Plain Layout
37485
37486 \backslash
37487 rightarrow
37488 \end_layout
37489
37490 \end_inset
37491 </cell>
37492 <cell alignment="center" valignment="top" usebox="none">
37493 \begin_inset Text
37494
37495 \begin_layout Plain Layout
37496
37497 \backslash
37498 to
37499 \end_layout
37500
37501 \end_inset
37502 </cell>
37503 </row>
37504 <row>
37505 <cell alignment="center" valignment="top" usebox="none">
37506 \begin_inset Text
37507
37508 \begin_layout Plain Layout
37509
37510 \backslash
37511 lnot
37512 \end_layout
37513
37514 \end_inset
37515 </cell>
37516 <cell alignment="center" valignment="top" usebox="none">
37517 \begin_inset Text
37518
37519 \begin_layout Plain Layout
37520
37521 \backslash
37522 neg
37523 \end_layout
37524
37525 \end_inset
37526 </cell>
37527 </row>
37528 <row>
37529 <cell alignment="center" valignment="top" usebox="none">
37530 \begin_inset Text
37531
37532 \begin_layout Plain Layout
37533
37534 \backslash
37535 ne
37536 \end_layout
37537
37538 \end_inset
37539 </cell>
37540 <cell alignment="center" valignment="top" usebox="none">
37541 \begin_inset Text
37542
37543 \begin_layout Plain Layout
37544
37545 \backslash
37546 not=
37547 \end_layout
37548
37549 \end_inset
37550 </cell>
37551 </row>
37552 <row>
37553 <cell alignment="center" valignment="top" usebox="none">
37554 \begin_inset Text
37555
37556 \begin_layout Plain Layout
37557
37558 \backslash
37559 owns
37560 \end_layout
37561
37562 \end_inset
37563 </cell>
37564 <cell alignment="center" valignment="top" usebox="none">
37565 \begin_inset Text
37566
37567 \begin_layout Plain Layout
37568
37569 \backslash
37570 ni
37571 \end_layout
37572
37573 \end_inset
37574 </cell>
37575 </row>
37576 <row>
37577 <cell alignment="center" valignment="top" usebox="none">
37578 \begin_inset Text
37579
37580 \begin_layout Plain Layout
37581
37582 \backslash
37583 square
37584 \end_layout
37585
37586 \end_inset
37587 </cell>
37588 <cell alignment="center" valignment="top" usebox="none">
37589 \begin_inset Text
37590
37591 \begin_layout Plain Layout
37592
37593 \backslash
37594 Box
37595 \end_layout
37596
37597 \end_inset
37598 </cell>
37599 </row>
37600 <row>
37601 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37602 \begin_inset Text
37603
37604 \begin_layout Plain Layout
37605
37606 \backslash
37607 Vert
37608 \end_layout
37609
37610 \end_inset
37611 </cell>
37612 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37613 \begin_inset Text
37614
37615 \begin_layout Plain Layout
37616
37617 \backslash
37618 |
37619 \end_layout
37620
37621 \end_inset
37622 </cell>
37623 </row>
37624 </lyxtabular>
37625
37626 \end_inset
37627
37628
37629 \begin_inset space \hfill{}
37630 \end_inset
37631
37632
37633 \end_layout
37634
37635 \begin_layout Standard
37636 \begin_inset Newpage newpage
37637 \end_inset
37638
37639
37640 \end_layout
37641
37642 \begin_layout Bibliography
37643 \begin_inset CommandInset bibitem
37644 LatexCommand bibitem
37645 key "TLC2"
37646
37647 \end_inset
37648
37649
37650 \shape smallcaps
37651 Mittelbach, F.
37652  ; Goossens, M.
37653 \shape default
37654
37655 \shape italic
37656 The \SpecialChar LaTeX
37657  Companion
37658 \shape default
37659 .
37660  Addison Wesley, 2004
37661 \end_layout
37662
37663 \begin_layout Bibliography
37664 \begin_inset CommandInset bibitem
37665 LatexCommand bibitem
37666 key "Mathmode"
37667
37668 \end_inset
37669
37670
37671 \begin_inset CommandInset href
37672 LatexCommand href
37673 name "Description"
37674 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37675
37676 \end_inset
37677
37678  of \SpecialChar LaTeX
37679 's math abilities
37680 \end_layout
37681
37682 \begin_layout Bibliography
37683 \begin_inset CommandInset bibitem
37684 LatexCommand bibitem
37685 key "AMS"
37686
37687 \end_inset
37688
37689
37690 \begin_inset CommandInset href
37691 LatexCommand href
37692 name "Description"
37693 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37694
37695 \end_inset
37696
37697  of 
37698 \begin_inset ERT
37699 status collapsed
37700
37701 \begin_layout Plain Layout
37702
37703
37704 \backslash
37705 AmS
37706 \end_layout
37707
37708 \end_inset
37709
37710 -\SpecialChar LaTeX
37711
37712 \end_layout
37713
37714 \begin_layout Bibliography
37715 \begin_inset CommandInset bibitem
37716 LatexCommand bibitem
37717 key "Symbols"
37718
37719 \end_inset
37720
37721
37722 \begin_inset CommandInset href
37723 LatexCommand href
37724 name "List"
37725 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37726
37727 \end_inset
37728
37729  of all symbols available with \SpecialChar LaTeX
37730 -packages
37731 \end_layout
37732
37733 \begin_layout Bibliography
37734 \begin_inset CommandInset bibitem
37735 LatexCommand bibitem
37736 key "cancel"
37737
37738 \end_inset
37739
37740
37741 \begin_inset CommandInset href
37742 LatexCommand href
37743 name "Documentation"
37744 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37745
37746 \end_inset
37747
37748  of the \SpecialChar LaTeX
37749 -package 
37750 \series bold
37751 cancel
37752 \series default
37753
37754 \begin_inset Index idx
37755 status collapsed
37756
37757 \begin_layout Plain Layout
37758 Packages ! cancel
37759 \end_layout
37760
37761 \end_inset
37762
37763
37764 \end_layout
37765
37766 \begin_layout Bibliography
37767 \begin_inset CommandInset bibitem
37768 LatexCommand bibitem
37769 key "hyperref"
37770
37771 \end_inset
37772
37773
37774 \begin_inset CommandInset href
37775 LatexCommand href
37776 name "Documentation"
37777 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37778
37779 \end_inset
37780
37781  of the \SpecialChar LaTeX
37782 -package 
37783 \series bold
37784 hyperref
37785 \series default
37786
37787 \begin_inset Index idx
37788 status collapsed
37789
37790 \begin_layout Plain Layout
37791 Packages ! hyperref
37792 \end_layout
37793
37794 \end_inset
37795
37796
37797 \end_layout
37798
37799 \begin_layout Bibliography
37800 \begin_inset CommandInset bibitem
37801 LatexCommand bibitem
37802 key "mhchem"
37803
37804 \end_inset
37805
37806
37807 \begin_inset CommandInset href
37808 LatexCommand href
37809 name "Documentation"
37810 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37811
37812 \end_inset
37813
37814  of the \SpecialChar LaTeX
37815 -package 
37816 \series bold
37817 mhchem
37818 \series default
37819
37820 \begin_inset Index idx
37821 status collapsed
37822
37823 \begin_layout Plain Layout
37824 Packages ! mhchem
37825 \end_layout
37826
37827 \end_inset
37828
37829
37830 \end_layout
37831
37832 \begin_layout Bibliography
37833 \begin_inset CommandInset bibitem
37834 LatexCommand bibitem
37835 key "Duden"
37836
37837 \end_inset
37838
37839
37840 \emph on
37841 Duden Band 1
37842 \emph default
37843 .
37844  22.
37845  Auflage, Duden 2001
37846 \end_layout
37847
37848 \begin_layout Bibliography
37849 \begin_inset CommandInset bibitem
37850 LatexCommand bibitem
37851 key "Checklist"
37852
37853 \end_inset
37854
37855
37856 \begin_inset CommandInset href
37857 LatexCommand href
37858 name "Check list"
37859 target "http://physics.nist.gov/Document/checklist.pdf"
37860
37861 \end_inset
37862
37863  for reviewing manuscripts
37864 \end_layout
37865
37866 \begin_layout Standard
37867 \begin_inset CommandInset index_print
37868 LatexCommand printindex
37869 type "idx"
37870
37871 \end_inset
37872
37873
37874 \end_layout
37875
37876 \end_body
37877 \end_document