]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
Update Russian localization
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 600
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/
7 \textclass scrartcl
8 \begin_preamble
9 % DO NOT ALTER THIS PREAMBLE!!!
10 %
11 % This preamble is designed to ensure that the file prints
12 % out as advertised. If you mess with this preamble,
13 % parts of this document may not print out as expected.  If you
14 % have problems LaTeXing this file, please contact 
15 % the documentation team
16 % email: lyx-docs@lists.lyx.org
17
18 % solves the following problem:
19 % If the dection number consits of too many numerals the section heading
20 % will be printed in the TOC without a space between it and the section number.
21 % As solution more space between the number and the heading is inserted:
22 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
23 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
24
25 % increase link area for cross-references and autoname them,
26 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
27 \@ifundefined{extrasenglish}{\usepackage[english]{babel}}{}
28 \@ifpackageloaded{babel}{
29  \addto\extrasenglish{%
30   \renewcommand*{\equationautorefname}[1]{}%
31   \renewcommand{\sectionautorefname}{sec.\negthinspace}%
32   \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
33   \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
34  }
35 }{}
36
37 % don't load packages twice
38 % see first footnote in sec. 9.3
39 \@ifundefined{textcolor}{\usepackage{color}}{}
40
41 % the pages of the TOC are numbered roman
42 % and a PDF-bookmark for the TOC is added
43 \pagenumbering{roman}
44 \let\myTOC\tableofcontents
45 \renewcommand{\tableofcontents}{%
46  \vspace{1cm}
47  \pdfbookmark[1]{\contentsname}{}
48  \myTOC
49  \cleardoublepage
50  \pagenumbering{arabic}}
51
52 % add 0.5 mm vertical space for table rows
53 \@ifundefined{extrarowheight} {\usepackage{array}}{}
54 \setlength{\extrarowheight}{0.5mm}
55
56 % insert additional vertical space of 1.5 mm between footnotes,
57 \let\myFoot\footnote
58 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
59
60 % makes caption labels bold
61 \setkomafont{captionlabel}{\bfseries}
62
63 % enables calculation of values
64 \usepackage{calc}
65
66 % for multiple columns used in sec. 24.7
67 \usepackage{multicol}
68
69 % needed in sec. 19.4
70 \usepackage{remreset}
71
72 % for the Fourier transformation symbol
73 \usepackage{mathrsfs}
74
75 % define a color, used in sec.9.3
76 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
77
78 % declare operators (see sec. 10.4 and sec. 15.2)
79 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
80 \DeclareMathOperator{\sgn}{sgn}
81
82 % example definitions for sec. 20.1 
83 \newcommand{\gr}{\Longrightarrow}
84 \newcommand{\us}[1]{\underline{#1}}
85 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
86 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
87 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
88
89 % example macro from sec. 19.4
90 %\AtBeginDocument{
91 %\def\tagform@#1{\maketag@@@{|#1|}}
92 %}
93
94 % ------------------------------------
95 % used to check for needed LaTeX packages
96 \usepackage{ifthen}
97
98 % check for package undertilde
99 % used for the command \utilde
100 \newboolean{undertilde}
101 \IfFileExists{undertilde.sty}
102  {\usepackage{undertilde}
103   \setboolean{undertilde}{true}}
104  {\setboolean{undertilde}{false}}
105
106 % check for package eurosym
107 % used for the Euro symbol
108 \newboolean{eurosym}
109 \IfFileExists{eurosym.sty}
110  {\usepackage[gennarrow]{eurosym}
111   \setboolean{eurosym}{true}}
112  {\setboolean{eurosym}{false}}
113
114 % check for package braket
115 % used for physical vectors
116 \newboolean{braket}
117 \IfFileExists{braket.sty}
118  {\usepackage{braket}
119   \setboolean{braket}{true}}
120  {\setboolean{braket}{false}}
121
122 % check for package cancel
123 \newboolean{cancel}
124 \IfFileExists{cancel.sty}
125  {\usepackage{cancel}
126   \setboolean{cancel}{true}}
127  {\setboolean{cancel}{false}}
128
129 % check for package upgreek
130 \newboolean{upgreek}
131 \IfFileExists{upgreek.sty}
132  {\usepackage{upgreek}
133   \setboolean{upgreek}{true}}
134  {\setboolean{upgreek}{false}}
135 \end_preamble
136 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
137 \use_default_options false
138 \begin_modules
139 subequations
140 \end_modules
141 \maintain_unincluded_children no
142 \language english
143 \language_package default
144 \inputencoding utf8
145 \fontencoding auto
146 \font_roman "lmodern" "default"
147 \font_sans "lmss" "default"
148 \font_typewriter "lmtt" "default"
149 \font_math "auto" "auto"
150 \font_default_family default
151 \use_non_tex_fonts false
152 \font_sc false
153 \font_roman_osf false
154 \font_sans_osf false
155 \font_typewriter_osf false
156 \font_sf_scale 100 100
157 \font_tt_scale 100 100
158 \use_microtype false
159 \use_dash_ligatures false
160 \graphics default
161 \default_output_format pdf2
162 \output_sync 0
163 \bibtex_command default
164 \index_command makeindex
165 \float_placement class
166 \float_alignment class
167 \paperfontsize 12
168 \spacing single
169 \use_hyperref true
170 \pdf_title "LyX's Math Manual"
171 \pdf_author "LyX Team, Uwe Stöhr"
172 \pdf_subject "LyX-documentation about math"
173 \pdf_keywords "LyX, Mathed"
174 \pdf_bookmarks true
175 \pdf_bookmarksnumbered true
176 \pdf_bookmarksopen true
177 \pdf_bookmarksopenlevel 1
178 \pdf_breaklinks false
179 \pdf_pdfborder false
180 \pdf_colorlinks true
181 \pdf_backref false
182 \pdf_pdfusetitle false
183 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
184 \papersize a4
185 \use_geometry false
186 \use_package amsmath 2
187 \use_package amssymb 2
188 \use_package cancel 1
189 \use_package esint 1
190 \use_package mathdots 1
191 \use_package mathtools 2
192 \use_package mhchem 1
193 \use_package stackrel 1
194 \use_package stmaryrd 1
195 \use_package undertilde 0
196 \cite_engine basic
197 \cite_engine_type default
198 \biblio_style plain
199 \use_bibtopic false
200 \use_indices false
201 \paperorientation portrait
202 \suppress_date false
203 \justification true
204 \use_refstyle 0
205 \use_minted 0
206 \use_lineno 0
207 \notefontcolor #0000ff
208 \index Index
209 \shortcut idx
210 \color #008000
211 \end_index
212 \secnumdepth 4
213 \tocdepth 3
214 \paragraph_separation skip
215 \defskip halfline
216 \is_math_indent 0
217 \math_numbering_side default
218 \quotes_style english
219 \dynamic_quotes 0
220 \papercolumns 1
221 \papersides 2
222 \paperpagestyle plain
223 \tablestyle default
224 \bullet 1 0 6 -1
225 \bullet 2 2 35 -1
226 \bullet 3 2 7 -1
227 \tracking_changes true
228 \output_changes false
229 \change_bars false
230 \postpone_fragile_content false
231 \html_math_output 0
232 \html_css_as_file 0
233 \html_be_strict false
234 \docbook_table_output 0
235 \author -563046850 "Jean-Marc LASGOUTTES"
236 \author 47243155 "Jean-Marc"
237 \end_header
238
239 \begin_body
240
241 \begin_layout Title
242 \SpecialChar LyX
243 's detailed Math manual
244 \end_layout
245
246 \begin_layout Author
247 by the \SpecialChar LyX
248  Team
249 \begin_inset Foot
250 status collapsed
251
252 \begin_layout Plain Layout
253 \noindent
254 If you have comments or error corrections, please send them to the \SpecialChar LyX
255  Documentatio
256 n mailing list: 
257 \family typewriter
258
259 \begin_inset CommandInset href
260 LatexCommand href
261 name "lyx-docs@lists.lyx.org"
262 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
263 type "mailto:"
264 literal "false"
265
266 \end_inset
267
268
269 \end_layout
270
271 \end_inset
272
273
274 \begin_inset Note Note
275 status collapsed
276
277 \begin_layout Plain Layout
278 author: Uwe Stöhr
279 \end_layout
280
281 \end_inset
282
283
284 \begin_inset Newline newline
285 \end_inset
286
287
288 \begin_inset Newline newline
289 \end_inset
290
291
292 \family sans
293 Version 2.
294 \change_inserted 47243155 1563226038
295 4
296 \change_deleted 47243155 1563226038
297 3
298 \change_unchanged
299 .x
300 \end_layout
301
302 \begin_layout Standard
303 \begin_inset CommandInset toc
304 LatexCommand tableofcontents
305
306 \end_inset
307
308
309 \end_layout
310
311 \begin_layout Standard
312 \begin_inset Note Note
313 status open
314
315 \begin_layout Plain Layout
316 To export this document to PDF, PS or DVI the \SpecialChar LaTeX
317 -packages 
318 \series bold
319 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
320 \series default
321  and 
322 \series bold
323 was
324 \series default
325  should be installed.
326  If they are not installed the document can be exported anyway but the sections
327  where the packages are required will not appear in the output.
328  An exception is 
329 \series bold
330 mhchem
331 \series default
332 ; if it is not installed, this file cannot be exported.
333 \end_layout
334
335 \begin_layout Plain Layout
336 The latest PDF-version of this document can be found here:
337 \begin_inset Newline newline
338 \end_inset
339
340
341 \series bold
342 https://wiki.lyx.org/LyX/Manuals#Math
343 \end_layout
344
345 \end_inset
346
347
348 \end_layout
349
350 \begin_layout Standard
351 \begin_inset Newpage newpage
352 \end_inset
353
354
355 \end_layout
356
357 \begin_layout Section
358 Introduction
359 \end_layout
360
361 \begin_layout Standard
362 This document explains \SpecialChar LyX
363 's math features and is furthermore a collection
364  of \SpecialChar LaTeX
365 -commands used for mathematical characters and constructs.
366  The explanations are designed for the usage of commands.
367  It is therefore required that you have read the section 
368 \family typewriter
369 Mathematical
370 \begin_inset space ~
371 \end_inset
372
373 Formulas
374 \family default
375  of the User's Guide.
376 \end_layout
377
378 \begin_layout Standard
379 Most of the characters and many constructs explained in this manual are
380  also accessible via the menu 
381 \family sans
382 Insert
383 \series bold
384 \SpecialChar menuseparator
385
386 \series default
387 Math
388 \family default
389  or the 
390 \family sans
391 math
392 \family default
393 \series bold
394  
395 \family sans
396 \series default
397 toolbar
398 \family default
399 .
400  But everybody who has to write lots of formulas will notice that it is
401  much faster to use commands instead of the math toolbar.
402  Therefore this manual is focused on commands but also mentions the correspondin
403 g toolbar buttons when available.
404 \end_layout
405
406 \begin_layout Standard
407 If not specially mentioned the commands are only available within formulas.
408  To be able to use all commands explained in this document, the option 
409 \family sans
410 Use AMS math package
411 \family default
412  must be checked in the document settings (menu 
413 \family sans
414 Document\SpecialChar menuseparator
415 Settings\SpecialChar menuseparator
416 Math
417 \begin_inset space ~
418 \end_inset
419
420 Options
421 \family default
422 ).
423 \begin_inset Foot
424 status collapsed
425
426 \begin_layout Plain Layout
427 The option 
428 \family sans
429 Use AMS math package automatically
430 \family default
431  only uses 
432 \begin_inset ERT
433 status collapsed
434
435 \begin_layout Plain Layout
436
437
438 \backslash
439 AmS 
440 \end_layout
441
442 \end_inset
443
444 -math when math constructs are found that are supported by \SpecialChar LyX
445 .
446 \end_layout
447
448 \end_inset
449
450
451 \end_layout
452
453 \begin_layout Standard
454 This document doesn't list all 
455 \begin_inset ERT
456 status collapsed
457
458 \begin_layout Plain Layout
459
460
461 \backslash
462 AmS 
463 \end_layout
464
465 \end_inset
466
467 -math commands
468 \begin_inset Foot
469 status collapsed
470
471 \begin_layout Plain Layout
472 A list with all 
473 \begin_inset ERT
474 status collapsed
475
476 \begin_layout Plain Layout
477
478
479 \backslash
480 AmS
481 \end_layout
482
483 \end_inset
484
485 -math commands is in the file 
486 \family sans
487
488 \begin_inset CommandInset href
489 LatexCommand href
490 name "amsguide.pdf"
491 target "https://www.ctan.org/tex-archive/macros/amstex/doc/amsguide.pdf"
492 literal "false"
493
494 \end_inset
495
496
497 \family default
498 , which is part of every \SpecialChar LaTeX
499  standard installation.
500 \end_layout
501
502 \end_inset
503
504  for lucidity reasons.
505 \end_layout
506
507 \begin_layout Section
508 General Instructions
509 \end_layout
510
511 \begin_layout Standard
512 To create an inline formula
513 \begin_inset Index idx
514 status collapsed
515
516 \begin_layout Plain Layout
517 Formula ! inline
518 \end_layout
519
520 \end_inset
521
522  that is embedded into a text line, use one of the shortcuts 
523 \begin_inset Info
524 type  "shortcuts"
525 arg   "math-mode"
526 \end_inset
527
528  or the toolbar button 
529 \begin_inset Info
530 type  "icon"
531 arg   "math-mode"
532 \end_inset
533
534 .
535 \begin_inset Newline newline
536 \end_inset
537
538 To create a display style formula
539 \begin_inset Index idx
540 status collapsed
541
542 \begin_layout Plain Layout
543 Formula ! display style
544 \end_layout
545
546 \end_inset
547
548  which will appear bigger, has a different format, and will be in a separate
549  paragraph, use one of these shortcuts: 
550 \begin_inset Info
551 type  "shortcuts"
552 arg   "math-display"
553 \end_inset
554
555 .
556 \end_layout
557
558 \begin_layout Standard
559 To change a display style formula to an inline formula, set the cursor into
560  the formula and use one of the shortcuts 
561 \begin_inset Info
562 type  "shortcuts"
563 arg   "math-mode"
564 \end_inset
565
566  or the menu 
567 \family sans
568 Edit\SpecialChar menuseparator
569 Math\SpecialChar menuseparator
570 Change formula type
571 \family default
572 .
573  The same way is used to change an inline formula to a display style formula.
574 \end_layout
575
576 \begin_layout Standard
577 To display parts of an inline formula in the size of a display style formula,
578  enter the command 
579 \series bold
580
581 \backslash
582 displaystyle
583 \series default
584
585 \begin_inset Index idx
586 status collapsed
587
588 \begin_layout Plain Layout
589 Commands ! D ! 
590 \backslash
591 displaystyle
592 \end_layout
593
594 \end_inset
595
596  to a formula.
597  Then a new blue box appears in which the desired formula part is inserted.
598 \end_layout
599
600 \begin_layout Standard
601 Only inline formulas are allowed inside tables.
602 \end_layout
603
604 \begin_layout Standard
605 The 
606 \family sans
607 math toolbar
608 \family default
609  can be turned on in the menu 
610 \family sans
611 View\SpecialChar menuseparator
612 Toolbars
613 \family default
614 .
615  When you click there on 
616 \begin_inset Quotes eld
617 \end_inset
618
619 Math
620 \begin_inset Quotes erd
621 \end_inset
622
623  the toolbar will be shown permanently at the bottom; this state is visualized
624  in the 
625 \family sans
626 Toolbars
627 \family default
628  menu with a checkmark.
629  When you click in this state again on 
630 \begin_inset Quotes eld
631 \end_inset
632
633 Math
634 \begin_inset Quotes erd
635 \end_inset
636
637  in the 
638 \family sans
639 Toolbars
640 \family default
641  menu, the 
642 \family sans
643 math toolbar
644 \family default
645  is only shown when the cursor is within a formula; this state is visualized
646  by the renaming of the menu entry from 
647 \begin_inset Quotes eld
648 \end_inset
649
650 Math
651 \begin_inset Quotes erd
652 \end_inset
653
654  to 
655 \begin_inset Quotes eld
656 \end_inset
657
658 Math
659 \begin_inset space ~
660 \end_inset
661
662 (auto)
663 \begin_inset Quotes erd
664 \end_inset
665
666 .
667 \end_layout
668
669 \begin_layout Standard
670 The \SpecialChar TeX
671  mode
672 \begin_inset Index idx
673 status collapsed
674
675 \begin_layout Plain Layout
676 T@\SpecialChar TeX
677 -mode
678 \end_layout
679
680 \end_inset
681
682  is invoked by pressing the toolbar button 
683 \begin_inset Info
684 type  "icon"
685 arg   "ert-insert"
686 \end_inset
687
688  or by using the menu 
689 \family sans
690 Insert\SpecialChar menuseparator
691 TeX Code
692 \family default
693  (shortcut 
694 \begin_inset Info
695 type  "shortcut"
696 arg   "ert-insert"
697 \end_inset
698
699 ).
700 \end_layout
701
702 \begin_layout Standard
703 To change the \SpecialChar LaTeX
704 -preamble
705 \begin_inset Index idx
706 status collapsed
707
708 \begin_layout Plain Layout
709 L@\SpecialChar LaTeX
710 -preamble
711 \end_layout
712
713 \end_inset
714
715 , use the menu 
716 \family sans
717 Document\SpecialChar menuseparator
718 Settings\SpecialChar menuseparator
719 LaTeX
720 \family default
721  
722 \family sans
723 Preamble
724 \family default
725 .
726 \end_layout
727
728 \begin_layout Standard
729 To edit matrices, case differentiations and multiline formulas subsequently,
730  use the menus 
731 \family sans
732 Edit\SpecialChar menuseparator
733 Math
734 \family default
735  and 
736 \family sans
737 Edit\SpecialChar menuseparator
738 Rows
739 \begin_inset space \thinspace{}
740 \end_inset
741
742 &
743 \begin_inset space \thinspace{}
744 \end_inset
745
746 Columns,
747 \family default
748  or the 
749 \family sans
750 table toolbar
751 \family default
752 .
753  When lines and columns are swapped via the menu, the column or line where
754  the cursor is in is exchanged with the column to the right or the line
755  below, respectively.
756  Is the cursor in the last column or row, the exchange is done with the
757  column to the left or the line above.
758 \end_layout
759
760 \begin_layout Standard
761 To write text in formulas
762 \begin_inset Foot
763 status collapsed
764
765 \begin_layout Plain Layout
766 For multiline formulas the command 
767 \series bold
768
769 \backslash
770 intertext
771 \series default
772  is used, see 
773 \begin_inset CommandInset ref
774 LatexCommand ref
775 reference "subsec:Text-in-multiline"
776
777 \end_inset
778
779 .
780 \end_layout
781
782 \end_inset
783
784  
785 \emph on
786 mathematical text
787 \emph default
788
789 \begin_inset Index idx
790 status collapsed
791
792 \begin_layout Plain Layout
793 Text ! in formulas
794 \end_layout
795
796 \end_inset
797
798
799 \begin_inset Index idx
800 status collapsed
801
802 \begin_layout Plain Layout
803 Mathematical text
804 \end_layout
805
806 \end_inset
807
808  is used.
809  This mode is invoked with the shortcut 
810 \begin_inset Info
811 type  "shortcut"
812 arg   "font-default"
813 \end_inset
814
815  or by the insertion of the command 
816 \series bold
817
818 \backslash
819 text
820 \series default
821
822 \begin_inset Index idx
823 status collapsed
824
825 \begin_layout Plain Layout
826 Commands ! T ! 
827 \backslash
828 text
829 \end_layout
830
831 \end_inset
832
833 .
834  The text appears black in \SpecialChar LyX
835  and can therefore be distinguished from the
836  other formula parts which appear blue.
837  In the output mathematical text is set upright, in contrary to other formula
838  parts.
839 \end_layout
840
841 \begin_layout Subsection*
842 Command Scheme
843 \end_layout
844
845 \begin_layout Standard
846 Most of the \SpecialChar LaTeX
847 -commands for math constructs have the following scheme:
848 \end_layout
849
850 \begin_layout Standard
851
852 \series bold
853
854 \backslash
855 commandname[optional
856 \series default
857  
858 \series bold
859 argument]{required
860 \series default
861  
862 \series bold
863 argument}
864 \end_layout
865
866 \begin_layout Standard
867 A command always starts with a backslash 
868 \begin_inset Quotes gld
869 \end_inset
870
871
872 \series bold
873
874 \backslash
875
876 \series default
877
878 \begin_inset Quotes grd
879 \end_inset
880
881 .
882  To omit optional arguments, also omit the associated brackets.
883  The braces around the required arguments are named in this document as
884  \SpecialChar TeX
885  braces
886 \begin_inset Index idx
887 status collapsed
888
889 \begin_layout Plain Layout
890 T@\SpecialChar TeX
891 -braces
892 \end_layout
893
894 \end_inset
895
896 .
897  If you add in a formula a left brace to a command name, \SpecialChar LyX
898  automatically
899  creates a \SpecialChar TeX
900  brace.
901  In all other cases \SpecialChar TeX
902  braces are created in formulas with the command 
903 \series bold
904
905 \backslash
906 {
907 \series default
908 .
909  \SpecialChar TeX
910  braces appear red in \SpecialChar LyX
911 , in contrary to normal braces which appear blue.
912  In \SpecialChar TeX
913  mode no command is needed to get \SpecialChar TeX
914  braces.
915  \SpecialChar TeX
916  braces don't appear in the output.
917 \end_layout
918
919 \begin_layout Standard
920 When commands without arguments, like commands for symbols are entered in
921  \SpecialChar TeX
922  mode, a space character must 
923 \emph on
924 always
925 \emph default
926  be behind the command to end it.
927  This space doesn't appear in the output.
928  When the space should appear in the output, the space must be followed
929  by a protected space in normal text.
930 \end_layout
931
932 \begin_layout Standard
933 A protected space is inserted with 
934 \begin_inset Info
935 type  "shortcuts"
936 arg   "command-alternatives space-insert protected ; math-space"
937 \end_inset
938
939 .
940 \end_layout
941
942 \begin_layout Subsection*
943 \begin_inset Newpage newpage
944 \end_inset
945
946 Syntax Explanation
947 \end_layout
948
949 \begin_layout Itemize
950 The symbol 
951 \begin_inset space \textvisiblespace{}
952 \end_inset
953
954  denotes a space character to be input.
955 \end_layout
956
957 \begin_layout Itemize
958 An arrow like 
959 \begin_inset Formula $\to$
960 \end_inset
961
962  denotes the usage of the corresponding arrow key on the keyboard.
963  The 
964 \family sans
965 Tab
966 \family default
967  key can often be used instead of 
968 \begin_inset Formula $\to$
969 \end_inset
970
971  and 
972 \begin_inset Formula $\downarrow$
973 \end_inset
974
975 , and 
976 \family sans
977 Shift+Tab
978 \family default
979  instead of 
980 \begin_inset Formula $\leftarrow$
981 \end_inset
982
983  and 
984 \begin_inset Formula $\uparrow$
985 \end_inset
986
987 .
988 \end_layout
989
990 \begin_layout Subsection*
991 Available units
992 \end_layout
993
994 \begin_layout Standard
995 \align center
996 \begin_inset Float table
997 placement H
998 alignment document
999 wide false
1000 sideways false
1001 status open
1002
1003 \begin_layout Plain Layout
1004 \align center
1005 \begin_inset Caption Standard
1006
1007 \begin_layout Plain Layout
1008 \begin_inset CommandInset label
1009 LatexCommand label
1010 name "tab:Available-units"
1011
1012 \end_inset
1013
1014 Available units
1015 \end_layout
1016
1017 \end_inset
1018
1019
1020 \end_layout
1021
1022 \begin_layout Plain Layout
1023 \align center
1024 \begin_inset Tabular
1025 <lyxtabular version="3" rows="13" columns="2">
1026 <features booktabs="true" tabularvalignment="middle">
1027 <column alignment="center" valignment="top">
1028 <column alignment="center" valignment="top" width="0pt">
1029 <row>
1030 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1031 \begin_inset Text
1032
1033 \begin_layout Plain Layout
1034 Unit
1035 \end_layout
1036
1037 \end_inset
1038 </cell>
1039 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1040 \begin_inset Text
1041
1042 \begin_layout Plain Layout
1043 Name / Description
1044 \end_layout
1045
1046 \end_inset
1047 </cell>
1048 </row>
1049 <row>
1050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1051 \begin_inset Text
1052
1053 \begin_layout Plain Layout
1054 mm
1055 \end_layout
1056
1057 \end_inset
1058 </cell>
1059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1060 \begin_inset Text
1061
1062 \begin_layout Plain Layout
1063 Millimeter
1064 \end_layout
1065
1066 \end_inset
1067 </cell>
1068 </row>
1069 <row>
1070 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1071 \begin_inset Text
1072
1073 \begin_layout Plain Layout
1074 cm
1075 \end_layout
1076
1077 \end_inset
1078 </cell>
1079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1080 \begin_inset Text
1081
1082 \begin_layout Plain Layout
1083 Centimeter
1084 \end_layout
1085
1086 \end_inset
1087 </cell>
1088 </row>
1089 <row>
1090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1091 \begin_inset Text
1092
1093 \begin_layout Plain Layout
1094 in
1095 \end_layout
1096
1097 \end_inset
1098 </cell>
1099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1100 \begin_inset Text
1101
1102 \begin_layout Plain Layout
1103 Inch (1
1104 \begin_inset space \thinspace{}
1105 \end_inset
1106
1107 in = 2,54
1108 \begin_inset space \thinspace{}
1109 \end_inset
1110
1111 cm)
1112 \end_layout
1113
1114 \end_inset
1115 </cell>
1116 </row>
1117 <row>
1118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1119 \begin_inset Text
1120
1121 \begin_layout Plain Layout
1122 pt
1123 \end_layout
1124
1125 \end_inset
1126 </cell>
1127 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1128 \begin_inset Text
1129
1130 \begin_layout Plain Layout
1131 Point (72.27
1132 \begin_inset space \thinspace{}
1133 \end_inset
1134
1135 pt = 1
1136 \begin_inset space \thinspace{}
1137 \end_inset
1138
1139 in)
1140 \end_layout
1141
1142 \end_inset
1143 </cell>
1144 </row>
1145 <row>
1146 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1147 \begin_inset Text
1148
1149 \begin_layout Plain Layout
1150 pc
1151 \end_layout
1152
1153 \end_inset
1154 </cell>
1155 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1156 \begin_inset Text
1157
1158 \begin_layout Plain Layout
1159 Pica (1
1160 \begin_inset space \thinspace{}
1161 \end_inset
1162
1163 pc = 12
1164 \begin_inset space \thinspace{}
1165 \end_inset
1166
1167 pt)
1168 \end_layout
1169
1170 \end_inset
1171 </cell>
1172 </row>
1173 <row>
1174 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1175 \begin_inset Text
1176
1177 \begin_layout Plain Layout
1178 sp
1179 \end_layout
1180
1181 \end_inset
1182 </cell>
1183 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1184 \begin_inset Text
1185
1186 \begin_layout Plain Layout
1187 scaled point (65536
1188 \begin_inset space \thinspace{}
1189 \end_inset
1190
1191 sp = 1
1192 \begin_inset space \thinspace{}
1193 \end_inset
1194
1195 pt)
1196 \end_layout
1197
1198 \end_inset
1199 </cell>
1200 </row>
1201 <row>
1202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1203 \begin_inset Text
1204
1205 \begin_layout Plain Layout
1206 bp
1207 \end_layout
1208
1209 \end_inset
1210 </cell>
1211 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1212 \begin_inset Text
1213
1214 \begin_layout Plain Layout
1215 big point (72
1216 \begin_inset space \thinspace{}
1217 \end_inset
1218
1219 bp = 1
1220 \begin_inset space \thinspace{}
1221 \end_inset
1222
1223 in)
1224 \end_layout
1225
1226 \end_inset
1227 </cell>
1228 </row>
1229 <row>
1230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1231 \begin_inset Text
1232
1233 \begin_layout Plain Layout
1234 dd
1235 \end_layout
1236
1237 \end_inset
1238 </cell>
1239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1240 \begin_inset Text
1241
1242 \begin_layout Plain Layout
1243 Didot (1
1244 \begin_inset space \thinspace{}
1245 \end_inset
1246
1247 dd 
1248 \begin_inset Formula $\approx$
1249 \end_inset
1250
1251  0.376
1252 \begin_inset space \thinspace{}
1253 \end_inset
1254
1255 mm)
1256 \end_layout
1257
1258 \end_inset
1259 </cell>
1260 </row>
1261 <row>
1262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1263 \begin_inset Text
1264
1265 \begin_layout Plain Layout
1266 cc
1267 \end_layout
1268
1269 \end_inset
1270 </cell>
1271 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1272 \begin_inset Text
1273
1274 \begin_layout Plain Layout
1275 Cicero (1
1276 \begin_inset space \thinspace{}
1277 \end_inset
1278
1279 cc = 12
1280 \begin_inset space \thinspace{}
1281 \end_inset
1282
1283 dd)
1284 \end_layout
1285
1286 \end_inset
1287 </cell>
1288 </row>
1289 <row>
1290 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1291 \begin_inset Text
1292
1293 \begin_layout Plain Layout
1294 ex
1295 \end_layout
1296
1297 \end_inset
1298 </cell>
1299 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1300 \begin_inset Text
1301
1302 \begin_layout Plain Layout
1303 Height of letter 
1304 \emph on
1305
1306 \begin_inset Quotes eld
1307 \end_inset
1308
1309 x
1310 \emph default
1311
1312 \begin_inset Quotes erd
1313 \end_inset
1314
1315  in the current font
1316 \end_layout
1317
1318 \end_inset
1319 </cell>
1320 </row>
1321 <row>
1322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1323 \begin_inset Text
1324
1325 \begin_layout Plain Layout
1326 em
1327 \end_layout
1328
1329 \end_inset
1330 </cell>
1331 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1332 \begin_inset Text
1333
1334 \begin_layout Plain Layout
1335 width of letter 
1336 \begin_inset Quotes eld
1337 \end_inset
1338
1339
1340 \emph on
1341 M
1342 \emph default
1343
1344 \begin_inset Quotes erd
1345 \end_inset
1346
1347  in the current font
1348 \end_layout
1349
1350 \end_inset
1351 </cell>
1352 </row>
1353 <row>
1354 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
1355 \begin_inset Text
1356
1357 \begin_layout Plain Layout
1358 mu
1359 \end_layout
1360
1361 \end_inset
1362 </cell>
1363 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
1364 \begin_inset Text
1365
1366 \begin_layout Plain Layout
1367 math unit (1
1368 \begin_inset space \thinspace{}
1369 \end_inset
1370
1371 mu = 
1372 \begin_inset Formula $\nicefrac{1}{18}$
1373 \end_inset
1374
1375
1376 \begin_inset space \thinspace{}
1377 \end_inset
1378
1379 em)
1380 \end_layout
1381
1382 \end_inset
1383 </cell>
1384 </row>
1385 </lyxtabular>
1386
1387 \end_inset
1388
1389
1390 \end_layout
1391
1392 \end_inset
1393
1394
1395 \end_layout
1396
1397 \begin_layout Standard
1398 \begin_inset Newpage newpage
1399 \end_inset
1400
1401
1402 \end_layout
1403
1404 \begin_layout Section
1405 Basic Functions
1406 \end_layout
1407
1408 \begin_layout Subsection
1409 Exponents
1410 \begin_inset Index idx
1411 status collapsed
1412
1413 \begin_layout Plain Layout
1414 Exponents
1415 \end_layout
1416
1417 \end_inset
1418
1419  and Indices
1420 \begin_inset Index idx
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424 Indices
1425 \end_layout
1426
1427 \end_inset
1428
1429
1430 \begin_inset Index idx
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434 Superscripts|see
1435 \begin_inset ERT
1436 status collapsed
1437
1438 \begin_layout Plain Layout
1439
1440 {
1441 \end_layout
1442
1443 \end_inset
1444
1445 Exponents
1446 \begin_inset ERT
1447 status collapsed
1448
1449 \begin_layout Plain Layout
1450
1451 }
1452 \end_layout
1453
1454 \end_inset
1455
1456
1457 \end_layout
1458
1459 \end_inset
1460
1461
1462 \begin_inset Index idx
1463 status collapsed
1464
1465 \begin_layout Plain Layout
1466 Subscripts|see
1467 \begin_inset ERT
1468 status collapsed
1469
1470 \begin_layout Plain Layout
1471
1472 {
1473 \end_layout
1474
1475 \end_inset
1476
1477 Indices
1478 \begin_inset ERT
1479 status collapsed
1480
1481 \begin_layout Plain Layout
1482
1483 }
1484 \end_layout
1485
1486 \end_inset
1487
1488
1489 \end_layout
1490
1491 \end_inset
1492
1493
1494 \end_layout
1495
1496 \begin_layout Standard
1497 Indices are created with an underscore 
1498 \begin_inset Quotes eld
1499 \end_inset
1500
1501 _
1502 \begin_inset Quotes erd
1503 \end_inset
1504
1505  or via the math toolbar button 
1506 \begin_inset Info
1507 type  "icon"
1508 arg   "math-subscript"
1509 \end_inset
1510
1511 , exponents with a caret 
1512 \begin_inset Quotes eld
1513 \end_inset
1514
1515 ^
1516 \begin_inset Quotes erd
1517 \end_inset
1518
1519  or via the math toolbar button 
1520 \begin_inset Info
1521 type  "icon"
1522 arg   "math-superscript"
1523 \end_inset
1524
1525 .
1526 \end_layout
1527
1528 \begin_layout Standard
1529 \align center
1530 \begin_inset Tabular
1531 <lyxtabular version="3" rows="4" columns="2">
1532 <features booktabs="true" tabularvalignment="middle">
1533 <column alignment="center" valignment="top" width="0pt">
1534 <column alignment="center" valignment="top" width="0pt">
1535 <row>
1536 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1537 \begin_inset Text
1538
1539 \begin_layout Plain Layout
1540 Command
1541 \end_layout
1542
1543 \end_inset
1544 </cell>
1545 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1546 \begin_inset Text
1547
1548 \begin_layout Plain Layout
1549 Result
1550 \end_layout
1551
1552 \end_inset
1553 </cell>
1554 </row>
1555 <row>
1556 <cell alignment="center" valignment="top" usebox="none">
1557 \begin_inset Text
1558
1559 \begin_layout Plain Layout
1560 B_V
1561 \end_layout
1562
1563 \end_inset
1564 </cell>
1565 <cell alignment="center" valignment="top" usebox="none">
1566 \begin_inset Text
1567
1568 \begin_layout Plain Layout
1569 \begin_inset Formula $B_{V}$
1570 \end_inset
1571
1572
1573 \end_layout
1574
1575 \end_inset
1576 </cell>
1577 </row>
1578 <row topspace="1.5mm">
1579 <cell alignment="center" valignment="top" usebox="none">
1580 \begin_inset Text
1581
1582 \begin_layout Plain Layout
1583 B^V
1584 \end_layout
1585
1586 \end_inset
1587 </cell>
1588 <cell alignment="center" valignment="top" usebox="none">
1589 \begin_inset Text
1590
1591 \begin_layout Plain Layout
1592 \begin_inset Formula $B^{V}$
1593 \end_inset
1594
1595
1596 \end_layout
1597
1598 \end_inset
1599 </cell>
1600 </row>
1601 <row topspace="1.5mm">
1602 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1603 \begin_inset Text
1604
1605 \begin_layout Plain Layout
1606 B^
1607 \begin_inset space \textvisiblespace{}
1608 \end_inset
1609
1610 A
1611 \end_layout
1612
1613 \end_inset
1614 </cell>
1615 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1616 \begin_inset Text
1617
1618 \begin_layout Plain Layout
1619 \begin_inset Formula $B^{A}$
1620 \end_inset
1621
1622
1623 \end_layout
1624
1625 \end_inset
1626 </cell>
1627 </row>
1628 </lyxtabular>
1629
1630 \end_inset
1631
1632
1633 \end_layout
1634
1635 \begin_layout Standard
1636 As the caret is in some languages an accent, vowels will be accentuated
1637  in this case and not set as exponents
1638 \begin_inset Foot
1639 status collapsed
1640
1641 \begin_layout Plain Layout
1642 Depending on the used keyboard settings this can also happen for characters
1643  other than vowels.
1644 \end_layout
1645
1646 \end_inset
1647
1648 .
1649  To get exponents in this case, press 
1650 \family sans
1651 Space
1652 \family default
1653  after the caret as in the last example.
1654 \end_layout
1655
1656 \begin_layout Subsection
1657 Fractions
1658 \begin_inset CommandInset label
1659 LatexCommand label
1660 name "subsec:Fractions"
1661
1662 \end_inset
1663
1664
1665 \begin_inset Index idx
1666 status collapsed
1667
1668 \begin_layout Plain Layout
1669 Fractions
1670 \end_layout
1671
1672 \end_inset
1673
1674
1675 \end_layout
1676
1677 \begin_layout Standard
1678 Fractions are generated with the command 
1679 \series bold
1680
1681 \backslash
1682 frac
1683 \series default
1684
1685 \begin_inset Index idx
1686 status collapsed
1687
1688 \begin_layout Plain Layout
1689 Commands ! F ! 
1690 \backslash
1691 frac
1692 \end_layout
1693
1694 \end_inset
1695
1696  or via the math toolbar button 
1697 \begin_inset Info
1698 type  "icon"
1699 arg   "math-insert \\frac"
1700 \end_inset
1701
1702 .
1703  The font size is adjusted automatically, depending on whether the fraction
1704  is in an inline or display style formula.
1705  With the math toolbar button 
1706 \begin_inset Info
1707 type  "icon"
1708 arg   "math-insert \\frac-square"
1709 \end_inset
1710
1711  you can select different fraction types.
1712 \end_layout
1713
1714 \begin_layout Standard
1715 With the command 
1716 \series bold
1717
1718 \backslash
1719 dfrac
1720 \series default
1721
1722 \begin_inset Index idx
1723 status collapsed
1724
1725 \begin_layout Plain Layout
1726 Commands ! D ! 
1727 \backslash
1728 dfrac
1729 \end_layout
1730
1731 \end_inset
1732
1733  a fraction can be created that always has the size of a display style formula.
1734  With 
1735 \series bold
1736
1737 \backslash
1738 tfrac
1739 \series default
1740
1741 \begin_inset Index idx
1742 status collapsed
1743
1744 \begin_layout Plain Layout
1745 Commands ! T ! 
1746 \backslash
1747 tfrac
1748 \end_layout
1749
1750 \end_inset
1751
1752  the fraction appears always with the size of an inline formula.
1753  An example:
1754 \end_layout
1755
1756 \begin_layout Standard
1757 A line with the fraction 
1758 \begin_inset Formula $\frac{1}{2}$
1759 \end_inset
1760
1761  that was created with the command 
1762 \series bold
1763
1764 \backslash
1765 frac
1766 \series default
1767 .
1768 \end_layout
1769
1770 \begin_layout Standard
1771 A line with the fraction 
1772 \begin_inset Formula $\dfrac{1}{2}$
1773 \end_inset
1774
1775  that was created with the command 
1776 \series bold
1777
1778 \backslash
1779 dfrac
1780 \series default
1781 .
1782 \end_layout
1783
1784 \begin_layout Standard
1785 \align center
1786 \begin_inset Tabular
1787 <lyxtabular version="3" rows="4" columns="2">
1788 <features booktabs="true" tabularvalignment="middle">
1789 <column alignment="center" valignment="top" width="0pt">
1790 <column alignment="center" valignment="top" width="0pt">
1791 <row>
1792 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1793 \begin_inset Text
1794
1795 \begin_layout Plain Layout
1796 Command
1797 \end_layout
1798
1799 \end_inset
1800 </cell>
1801 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1802 \begin_inset Text
1803
1804 \begin_layout Plain Layout
1805 Result
1806 \end_layout
1807
1808 \end_inset
1809 </cell>
1810 </row>
1811 <row topspace="1.5mm">
1812 <cell alignment="center" valignment="top" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816
1817 \backslash
1818 frac
1819 \begin_inset space \textvisiblespace{}
1820 \end_inset
1821
1822 A
1823 \begin_inset Formula $\downarrow$
1824 \end_inset
1825
1826 B
1827 \end_layout
1828
1829 \end_inset
1830 </cell>
1831 <cell alignment="center" valignment="top" usebox="none">
1832 \begin_inset Text
1833
1834 \begin_layout Plain Layout
1835 \begin_inset Formula $\frac{A}{B}$
1836 \end_inset
1837
1838
1839 \end_layout
1840
1841 \end_inset
1842 </cell>
1843 </row>
1844 <row topspace="2mm">
1845 <cell alignment="center" valignment="top" usebox="none">
1846 \begin_inset Text
1847
1848 \begin_layout Plain Layout
1849
1850 \backslash
1851 dfrac
1852 \begin_inset space \textvisiblespace{}
1853 \end_inset
1854
1855 A
1856 \begin_inset Formula $\downarrow$
1857 \end_inset
1858
1859 B
1860 \end_layout
1861
1862 \end_inset
1863 </cell>
1864 <cell alignment="center" valignment="top" usebox="none">
1865 \begin_inset Text
1866
1867 \begin_layout Plain Layout
1868 \begin_inset Formula $\dfrac{A}{B}$
1869 \end_inset
1870
1871
1872 \end_layout
1873
1874 \end_inset
1875 </cell>
1876 </row>
1877 <row topspace="2mm" bottomspace="1mm">
1878 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1879 \begin_inset Text
1880
1881 \begin_layout Plain Layout
1882
1883 \backslash
1884 dfrac
1885 \begin_inset space \textvisiblespace{}
1886 \end_inset
1887
1888 e^
1889 \backslash
1890 frac
1891 \begin_inset space \textvisiblespace{}
1892 \end_inset
1893
1894 1
1895 \begin_inset Formula $\downarrow$
1896 \end_inset
1897
1898 2
1899 \begin_inset Formula $\downarrow\downarrow$
1900 \end_inset
1901
1902 3
1903 \end_layout
1904
1905 \end_inset
1906 </cell>
1907 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1908 \begin_inset Text
1909
1910 \begin_layout Plain Layout
1911 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
1912 \end_inset
1913
1914
1915 \end_layout
1916
1917 \end_inset
1918 </cell>
1919 </row>
1920 </lyxtabular>
1921
1922 \end_inset
1923
1924
1925 \end_layout
1926
1927 \begin_layout Standard
1928 \begin_inset VSpace bigskip
1929 \end_inset
1930
1931
1932 \begin_inset Newpage newpage
1933 \end_inset
1934
1935 For nested fractions the command 
1936 \series bold
1937
1938 \backslash
1939 cfrac
1940 \series default
1941
1942 \begin_inset Index idx
1943 status collapsed
1944
1945 \begin_layout Plain Layout
1946 Commands ! C ! 
1947 \backslash
1948 cfrac
1949 \end_layout
1950
1951 \end_inset
1952
1953  can be used.
1954  Here is an example:
1955 \begin_inset VSpace -3mm
1956 \end_inset
1957
1958
1959 \end_layout
1960
1961 \begin_layout Standard
1962 \begin_inset Formula 
1963 \begin{align*}
1964 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
1965 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1966 \end{align*}
1967
1968 \end_inset
1969
1970
1971 \end_layout
1972
1973 \begin_layout Standard
1974 The command for the example above is:
1975 \end_layout
1976
1977 \begin_layout Standard
1978
1979 \series bold
1980
1981 \backslash
1982 cfrac
1983 \begin_inset space \textvisiblespace{}
1984 \end_inset
1985
1986 A
1987 \begin_inset Formula $\downarrow$
1988 \end_inset
1989
1990 B+
1991 \backslash
1992 cfrac
1993 \begin_inset space \textvisiblespace{}
1994 \end_inset
1995
1996 C+
1997 \backslash
1998 cfrac
1999 \begin_inset space \textvisiblespace{}
2000 \end_inset
2001
2002 E
2003 \begin_inset Formula $\downarrow$
2004 \end_inset
2005
2006 F
2007 \begin_inset Formula $\downarrow$
2008 \end_inset
2009
2010 D
2011 \end_layout
2012
2013 \begin_layout Standard
2014 \begin_inset VSpace medskip
2015 \end_inset
2016
2017
2018 \end_layout
2019
2020 \begin_layout Standard
2021
2022 \series bold
2023
2024 \backslash
2025 cfrac
2026 \series default
2027  sets the fraction always in the size of a displayed formula, also when
2028  it is part of another fraction.
2029 \end_layout
2030
2031 \begin_layout Standard
2032 It is possible to specify the alignment of the numerator.
2033  The command 
2034 \series bold
2035
2036 \backslash
2037 cfracleft
2038 \series default
2039  is used to left align it, the command 
2040 \series bold
2041
2042 \backslash
2043 cfracright
2044 \series default
2045  to right-align it.
2046  
2047 \series bold
2048
2049 \backslash
2050 cfrac
2051 \series default
2052  centers the numerator.
2053  These fractions demonstrate the different alignments:
2054 \end_layout
2055
2056 \begin_layout Standard
2057
2058 \series bold
2059 \begin_inset Formula 
2060 \[
2061 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2062 \]
2063
2064 \end_inset
2065
2066
2067 \end_layout
2068
2069 \begin_layout Standard
2070 \begin_inset Note Greyedout
2071 status open
2072
2073 \begin_layout Plain Layout
2074
2075 \series bold
2076 Note:
2077 \series default
2078  
2079 \series bold
2080
2081 \backslash
2082 cfracleft
2083 \series default
2084  and 
2085 \series bold
2086
2087 \backslash
2088 cfracright
2089 \series default
2090  are no real \SpecialChar LaTeX
2091  commands but represent the command 
2092 \series bold
2093
2094 \backslash
2095 cfrac[alignment]{numerator}{denominator}
2096 \series default
2097  .
2098  Therefore you cannot use them in \SpecialChar TeX
2099  code.
2100 \end_layout
2101
2102 \end_inset
2103
2104
2105 \end_layout
2106
2107 \begin_layout Standard
2108 \begin_inset VSpace medskip
2109 \end_inset
2110
2111 It is often advantageous to combine 
2112 \series bold
2113
2114 \backslash
2115 cfrac
2116 \series default
2117  and 
2118 \series bold
2119
2120 \backslash
2121 frac
2122 \series default
2123 :
2124 \begin_inset Formula 
2125 \[
2126 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2127 \]
2128
2129 \end_inset
2130
2131
2132 \end_layout
2133
2134 \begin_layout Standard
2135 For inline fractions with a sloped fraction stroke you can use the command
2136  
2137 \series bold
2138
2139 \backslash
2140 nicefrac
2141 \series default
2142
2143 \begin_inset Index idx
2144 status collapsed
2145
2146 \begin_layout Plain Layout
2147 Commands ! N ! 
2148 \backslash
2149 nicefrac
2150 \end_layout
2151
2152 \end_inset
2153
2154
2155 \begin_inset Formula $\nicefrac{5}{31}$
2156 \end_inset
2157
2158  or 
2159 \series bold
2160
2161 \backslash
2162 unitfrac
2163 \series default
2164
2165 \begin_inset Index idx
2166 status collapsed
2167
2168 \begin_layout Plain Layout
2169 Commands ! U ! 
2170 \backslash
2171 unitfrac
2172 \end_layout
2173
2174 \end_inset
2175
2176
2177 \begin_inset Formula $\unitfrac{5}{31}$
2178 \end_inset
2179
2180  There is furthermore the command 
2181 \series bold
2182
2183 \backslash
2184 unitfracthree
2185 \series default
2186  that offers to write a fraction in combination with a number: 
2187 \begin_inset Formula $\unitfrac[2]{1}{3}$
2188 \end_inset
2189
2190
2191 \end_layout
2192
2193 \begin_layout Standard
2194 \begin_inset Note Greyedout
2195 status open
2196
2197 \begin_layout Plain Layout
2198
2199 \series bold
2200 Note:
2201 \series default
2202  
2203 \series bold
2204
2205 \backslash
2206 unitfracthree
2207 \series default
2208  is not a real \SpecialChar LaTeX
2209  command but the command
2210 \begin_inset Newline newline
2211 \end_inset
2212
2213
2214 \series bold
2215
2216 \backslash
2217 unitfrac[number]{numerator}{denominator}
2218 \series default
2219  .
2220  Therefore you cannot use it in \SpecialChar TeX
2221  code.
2222 \end_layout
2223
2224 \end_inset
2225
2226
2227 \end_layout
2228
2229 \begin_layout Standard
2230 How to define own fractions where the fraction stroke can be changed, is
2231  explained in 
2232 \begin_inset CommandInset ref
2233 LatexCommand ref
2234 reference "subsec:Self-defined-Fractions"
2235
2236 \end_inset
2237
2238 .
2239 \end_layout
2240
2241 \begin_layout Standard
2242 Multiline fractions are explained in 
2243 \begin_inset CommandInset ref
2244 LatexCommand ref
2245 reference "subsec:Multiline-Fractions"
2246
2247 \end_inset
2248
2249 .
2250 \end_layout
2251
2252 \begin_layout Subsection
2253 Roots
2254 \begin_inset Index idx
2255 status collapsed
2256
2257 \begin_layout Plain Layout
2258 Roots
2259 \end_layout
2260
2261 \end_inset
2262
2263
2264 \end_layout
2265
2266 \begin_layout Standard
2267 Square roots are created with 
2268 \series bold
2269
2270 \backslash
2271 sqrt
2272 \series default
2273
2274 \begin_inset Index idx
2275 status collapsed
2276
2277 \begin_layout Plain Layout
2278 Commands ! S ! 
2279 \backslash
2280 sqrt
2281 \end_layout
2282
2283 \end_inset
2284
2285  or the math toolbar button 
2286 \begin_inset Info
2287 type  "icon"
2288 arg   "math-insert \\sqrt"
2289 \end_inset
2290
2291 , all other roots with the command 
2292 \series bold
2293
2294 \backslash
2295 root
2296 \series default
2297
2298 \begin_inset Index idx
2299 status collapsed
2300
2301 \begin_layout Plain Layout
2302 Commands ! R ! 
2303 \backslash
2304 root
2305 \end_layout
2306
2307 \end_inset
2308
2309  or with the math toolbar button 
2310 \begin_inset Info
2311 type  "icon"
2312 arg   "math-insert \\root"
2313 \end_inset
2314
2315 .
2316 \end_layout
2317
2318 \begin_layout Standard
2319 \align center
2320 \begin_inset Tabular
2321 <lyxtabular version="3" rows="3" columns="2">
2322 <features booktabs="true" tabularvalignment="middle">
2323 <column alignment="center" valignment="top" width="0pt">
2324 <column alignment="center" valignment="top" width="0pt">
2325 <row>
2326 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2327 \begin_inset Text
2328
2329 \begin_layout Plain Layout
2330 Command
2331 \end_layout
2332
2333 \end_inset
2334 </cell>
2335 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2336 \begin_inset Text
2337
2338 \begin_layout Plain Layout
2339 Result
2340 \end_layout
2341
2342 \end_inset
2343 </cell>
2344 </row>
2345 <row topspace="1mm">
2346 <cell alignment="center" valignment="top" usebox="none">
2347 \begin_inset Text
2348
2349 \begin_layout Plain Layout
2350
2351 \backslash
2352 sqrt
2353 \begin_inset space \textvisiblespace{}
2354 \end_inset
2355
2356 A-B
2357 \end_layout
2358
2359 \end_inset
2360 </cell>
2361 <cell alignment="center" valignment="top" usebox="none">
2362 \begin_inset Text
2363
2364 \begin_layout Plain Layout
2365 \begin_inset Formula $\sqrt{A-B}$
2366 \end_inset
2367
2368
2369 \end_layout
2370
2371 \end_inset
2372 </cell>
2373 </row>
2374 <row topspace="1mm">
2375 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2376 \begin_inset Text
2377
2378 \begin_layout Plain Layout
2379
2380 \backslash
2381 root
2382 \begin_inset space \textvisiblespace{}
2383 \end_inset
2384
2385 3
2386 \begin_inset Formula $\downarrow$
2387 \end_inset
2388
2389 A-B
2390 \end_layout
2391
2392 \end_inset
2393 </cell>
2394 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2395 \begin_inset Text
2396
2397 \begin_layout Plain Layout
2398 \begin_inset Formula $\sqrt[3]{A-B}$
2399 \end_inset
2400
2401
2402 \end_layout
2403
2404 \end_inset
2405 </cell>
2406 </row>
2407 </lyxtabular>
2408
2409 \end_inset
2410
2411
2412 \end_layout
2413
2414 \begin_layout Standard
2415 A square root can also be created with 
2416 \series bold
2417
2418 \backslash
2419 root
2420 \series default
2421  when the root index field is left empty.
2422 \end_layout
2423
2424 \begin_layout Standard
2425 With certain indices the distance to the root is too small, like in this
2426  formula: 
2427 \begin_inset Formula $\sqrt[\beta]{B}$
2428 \end_inset
2429
2430
2431 \begin_inset Newline newline
2432 \end_inset
2433
2434 The 
2435 \begin_inset Formula $\beta$
2436 \end_inset
2437
2438  touches the root.
2439  To avoid this, the commands 
2440 \series bold
2441
2442 \backslash
2443 leftroot
2444 \series default
2445
2446 \begin_inset Index idx
2447 status collapsed
2448
2449 \begin_layout Plain Layout
2450 Commands ! L ! 
2451 \backslash
2452 leftroot
2453 \end_layout
2454
2455 \end_inset
2456
2457  and 
2458 \series bold
2459
2460 \backslash
2461 uproot
2462 \series default
2463
2464 \begin_inset Index idx
2465 status collapsed
2466
2467 \begin_layout Plain Layout
2468 Commands ! U ! 
2469 \backslash
2470 uproot
2471 \end_layout
2472
2473 \end_inset
2474
2475  are used with the following scheme:
2476 \end_layout
2477
2478 \begin_layout Standard
2479
2480 \series bold
2481
2482 \backslash
2483 leftroot{distance}
2484 \series default
2485  and 
2486 \series bold
2487
2488 \backslash
2489 uproot{distance}
2490 \end_layout
2491
2492 \begin_layout Standard
2493 Distance is the number of Big Points (unit bp; 
2494 \begin_inset Formula $\mathrm{72\,bp=1\,inch}$
2495 \end_inset
2496
2497 ), that the index should be moved to the left or top, resp..
2498  The commands are written to the index.
2499  This way the command
2500 \begin_inset Newline newline
2501 \end_inset
2502
2503
2504 \series bold
2505
2506 \backslash
2507 root
2508 \backslash
2509 leftroot{-1
2510 \begin_inset Formula $\to$
2511 \end_inset
2512
2513
2514 \backslash
2515 uproot{2
2516 \begin_inset Formula $\to$
2517 \end_inset
2518
2519
2520 \backslash
2521 beta
2522 \begin_inset space \textvisiblespace{}
2523 \end_inset
2524
2525
2526 \begin_inset Formula $\to$
2527 \end_inset
2528
2529 B
2530 \begin_inset Newline newline
2531 \end_inset
2532
2533
2534 \series default
2535 produces a correct typeset formula: 
2536 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2537 \end_inset
2538
2539
2540 \end_layout
2541
2542 \begin_layout Subsection
2543 Binomial Coefficients
2544 \begin_inset Index idx
2545 status collapsed
2546
2547 \begin_layout Plain Layout
2548 Binomial coefficients
2549 \end_layout
2550
2551 \end_inset
2552
2553
2554 \end_layout
2555
2556 \begin_layout Standard
2557 Binomial coefficients are inserted with the command 
2558 \series bold
2559
2560 \backslash
2561 binom
2562 \series default
2563
2564 \begin_inset Index idx
2565 status collapsed
2566
2567 \begin_layout Plain Layout
2568 Commands ! B ! 
2569 \backslash
2570 binom
2571 \end_layout
2572
2573 \end_inset
2574
2575  or with the submenu of the math toolbar button 
2576 \begin_inset Info
2577 type  "icon"
2578 arg   "math-insert \\frac-square"
2579 \end_inset
2580
2581 .
2582  As with fractions (
2583 \series bold
2584
2585 \backslash
2586 frac
2587 \series default
2588 ) in addition to 
2589 \series bold
2590
2591 \backslash
2592 binom
2593 \series default
2594  there are the commands 
2595 \series bold
2596
2597 \backslash
2598 dbinom
2599 \series default
2600
2601 \begin_inset Index idx
2602 status collapsed
2603
2604 \begin_layout Plain Layout
2605 Commands ! D ! 
2606 \backslash
2607 dbinom
2608 \end_layout
2609
2610 \end_inset
2611
2612  and 
2613 \series bold
2614
2615 \backslash
2616 tbinom
2617 \series default
2618
2619 \begin_inset Index idx
2620 status collapsed
2621
2622 \begin_layout Plain Layout
2623 Commands ! T ! 
2624 \backslash
2625 tbinom
2626 \end_layout
2627
2628 \end_inset
2629
2630 .
2631  For other brackets around binomial coefficients there are the commands
2632  
2633 \series bold
2634
2635 \backslash
2636 brace
2637 \series default
2638
2639 \begin_inset Index idx
2640 status collapsed
2641
2642 \begin_layout Plain Layout
2643 Commands ! B ! 
2644 \backslash
2645 brace
2646 \end_layout
2647
2648 \end_inset
2649
2650  and 
2651 \series bold
2652
2653 \backslash
2654 brack
2655 \series default
2656
2657 \begin_inset Index idx
2658 status collapsed
2659
2660 \begin_layout Plain Layout
2661 Commands ! B ! 
2662 \backslash
2663 brack
2664 \end_layout
2665
2666 \end_inset
2667
2668 .
2669 \end_layout
2670
2671 \begin_layout Standard
2672 \align center
2673 \begin_inset Tabular
2674 <lyxtabular version="3" rows="6" columns="2">
2675 <features booktabs="true" tabularvalignment="middle">
2676 <column alignment="center" valignment="top" width="0pt">
2677 <column alignment="center" valignment="top" width="0pt">
2678 <row>
2679 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2680 \begin_inset Text
2681
2682 \begin_layout Plain Layout
2683 Command
2684 \end_layout
2685
2686 \end_inset
2687 </cell>
2688 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2689 \begin_inset Text
2690
2691 \begin_layout Plain Layout
2692 Result
2693 \end_layout
2694
2695 \end_inset
2696 </cell>
2697 </row>
2698 <row topspace="1mm">
2699 <cell alignment="center" valignment="top" usebox="none">
2700 \begin_inset Text
2701
2702 \begin_layout Plain Layout
2703
2704 \backslash
2705 binom
2706 \begin_inset space \textvisiblespace{}
2707 \end_inset
2708
2709 A
2710 \begin_inset Formula $\downarrow$
2711 \end_inset
2712
2713 B
2714 \end_layout
2715
2716 \end_inset
2717 </cell>
2718 <cell alignment="center" valignment="top" usebox="none">
2719 \begin_inset Text
2720
2721 \begin_layout Plain Layout
2722 \begin_inset Formula $\binom{A}{B}$
2723 \end_inset
2724
2725
2726 \end_layout
2727
2728 \end_inset
2729 </cell>
2730 </row>
2731 <row topspace="2mm">
2732 <cell alignment="center" valignment="top" usebox="none">
2733 \begin_inset Text
2734
2735 \begin_layout Plain Layout
2736
2737 \backslash
2738 dbinom
2739 \begin_inset space \textvisiblespace{}
2740 \end_inset
2741
2742 A
2743 \begin_inset Formula $\downarrow$
2744 \end_inset
2745
2746 B
2747 \end_layout
2748
2749 \end_inset
2750 </cell>
2751 <cell alignment="center" valignment="top" usebox="none">
2752 \begin_inset Text
2753
2754 \begin_layout Plain Layout
2755 \begin_inset Formula $\dbinom{A}{B}$
2756 \end_inset
2757
2758
2759 \end_layout
2760
2761 \end_inset
2762 </cell>
2763 </row>
2764 <row topspace="2mm" bottomspace="0.5mm">
2765 <cell alignment="center" valignment="top" usebox="none">
2766 \begin_inset Text
2767
2768 \begin_layout Plain Layout
2769
2770 \backslash
2771 tbinom
2772 \begin_inset space \textvisiblespace{}
2773 \end_inset
2774
2775 A
2776 \begin_inset Formula $\downarrow$
2777 \end_inset
2778
2779 B
2780 \end_layout
2781
2782 \end_inset
2783 </cell>
2784 <cell alignment="center" valignment="top" usebox="none">
2785 \begin_inset Text
2786
2787 \begin_layout Plain Layout
2788 \begin_inset Formula $\tbinom{A}{B}$
2789 \end_inset
2790
2791
2792 \end_layout
2793
2794 \end_inset
2795 </cell>
2796 </row>
2797 <row topspace="1mm">
2798 <cell alignment="center" valignment="top" topline="true" usebox="none">
2799 \begin_inset Text
2800
2801 \begin_layout Plain Layout
2802
2803 \backslash
2804 brack
2805 \begin_inset space \textvisiblespace{}
2806 \end_inset
2807
2808 A
2809 \begin_inset Formula $\downarrow$
2810 \end_inset
2811
2812 B
2813 \end_layout
2814
2815 \end_inset
2816 </cell>
2817 <cell alignment="center" valignment="top" topline="true" usebox="none">
2818 \begin_inset Text
2819
2820 \begin_layout Plain Layout
2821 \begin_inset Formula ${A \brack B}$
2822 \end_inset
2823
2824
2825 \end_layout
2826
2827 \end_inset
2828 </cell>
2829 </row>
2830 <row topspace="2mm" bottomspace="0.5mm">
2831 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2832 \begin_inset Text
2833
2834 \begin_layout Plain Layout
2835
2836 \backslash
2837 brace
2838 \begin_inset space \textvisiblespace{}
2839 \end_inset
2840
2841 A
2842 \begin_inset Formula $\downarrow$
2843 \end_inset
2844
2845 B
2846 \end_layout
2847
2848 \end_inset
2849 </cell>
2850 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2851 \begin_inset Text
2852
2853 \begin_layout Plain Layout
2854 \begin_inset Formula ${A \brace B}$
2855 \end_inset
2856
2857
2858 \end_layout
2859
2860 \end_inset
2861 </cell>
2862 </row>
2863 </lyxtabular>
2864
2865 \end_inset
2866
2867
2868 \end_layout
2869
2870 \begin_layout Subsection
2871 Case Differentiations
2872 \begin_inset Index idx
2873 status collapsed
2874
2875 \begin_layout Plain Layout
2876 Case differentiations 
2877 \end_layout
2878
2879 \end_inset
2880
2881
2882 \end_layout
2883
2884 \begin_layout Standard
2885 \align center
2886 \begin_inset Tabular
2887 <lyxtabular version="3" rows="3" columns="2">
2888 <features booktabs="true" tabularvalignment="middle">
2889 <column alignment="center" valignment="top" width="0pt">
2890 <column alignment="center" valignment="top" width="0pt">
2891 <row>
2892 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2893 \begin_inset Text
2894
2895 \begin_layout Plain Layout
2896 Command
2897 \end_layout
2898
2899 \end_inset
2900 </cell>
2901 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2902 \begin_inset Text
2903
2904 \begin_layout Plain Layout
2905 Result
2906 \end_layout
2907
2908 \end_inset
2909 </cell>
2910 </row>
2911 <row>
2912 <cell alignment="center" valignment="top" usebox="none">
2913 \begin_inset Text
2914
2915 \begin_layout Plain Layout
2916
2917 \backslash
2918 cases
2919 \begin_inset space \textvisiblespace{}
2920 \end_inset
2921
2922 A
2923 \begin_inset Formula $\to$
2924 \end_inset
2925
2926 B>0
2927 \begin_inset Index idx
2928 status collapsed
2929
2930 \begin_layout Plain Layout
2931 Commands ! C ! 
2932 \backslash
2933 cases
2934 \end_layout
2935
2936 \end_inset
2937
2938
2939 \end_layout
2940
2941 \end_inset
2942 </cell>
2943 <cell alignment="center" valignment="top" usebox="none">
2944 \begin_inset Text
2945
2946 \begin_layout Plain Layout
2947 \begin_inset Formula $\begin{cases}
2948 A & B>0\end{cases}$
2949 \end_inset
2950
2951
2952 \end_layout
2953
2954 \end_inset
2955 </cell>
2956 </row>
2957 <row topspace="1.5mm">
2958 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2959 \begin_inset Text
2960
2961 \begin_layout Plain Layout
2962
2963 \backslash
2964 cases
2965 \begin_inset space \textvisiblespace{}
2966 \end_inset
2967
2968
2969 \begin_inset Info
2970 type  "shortcut"
2971 arg   "newline-insert newline"
2972 \end_inset
2973
2974
2975 \end_layout
2976
2977 \end_inset
2978 </cell>
2979 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2980 \begin_inset Text
2981
2982 \begin_layout Plain Layout
2983 \begin_inset Formula $\begin{cases}
2984 A & \textrm{for }x>0\\
2985 B & \textrm{for }x=0
2986 \end{cases}$
2987 \end_inset
2988
2989
2990 \end_layout
2991
2992 \end_inset
2993 </cell>
2994 </row>
2995 </lyxtabular>
2996
2997 \end_inset
2998
2999
3000 \end_layout
3001
3002 \begin_layout Standard
3003 After inserting 
3004 \series bold
3005
3006 \backslash
3007 cases
3008 \series default
3009  or pressing the math toolbar button 
3010 \begin_inset Info
3011 type  "icon"
3012 arg   "math-insert \\cases"
3013 \end_inset
3014
3015  you can create new lines with the shortcut 
3016 \begin_inset Info
3017 type  "shortcut"
3018 arg   "newline-insert newline"
3019 \end_inset
3020
3021  or the table toolbar button 
3022 \begin_inset Info
3023 type  "icon"
3024 arg   "tabular-feature append-row"
3025 \end_inset
3026
3027 .
3028 \end_layout
3029
3030 \begin_layout Standard
3031 The command 
3032 \series bold
3033
3034 \backslash
3035 cases
3036 \series default
3037  is also available via the menu 
3038 \family sans
3039 Insert\SpecialChar menuseparator
3040 Math\SpecialChar menuseparator
3041 Cases-Environment
3042 \family default
3043 .
3044 \end_layout
3045
3046 \begin_layout Subsection
3047 Negations
3048 \begin_inset Index idx
3049 status collapsed
3050
3051 \begin_layout Plain Layout
3052 Negations
3053 \end_layout
3054
3055 \end_inset
3056
3057
3058 \end_layout
3059
3060 \begin_layout Standard
3061 By inserting 
3062 \series bold
3063
3064 \backslash
3065 not
3066 \series default
3067
3068 \begin_inset Index idx
3069 status collapsed
3070
3071 \begin_layout Plain Layout
3072 Commands ! N ! 
3073 \backslash
3074 not
3075 \end_layout
3076
3077 \end_inset
3078
3079  every character can be displayed canceled.
3080  The characters are quasi accentuated by a slash.
3081 \end_layout
3082
3083 \begin_layout Standard
3084 \align center
3085 \begin_inset Tabular
3086 <lyxtabular version="3" rows="4" columns="2">
3087 <features booktabs="true" tabularvalignment="middle">
3088 <column alignment="center" valignment="top" width="0pt">
3089 <column alignment="center" valignment="top" width="0pt">
3090 <row>
3091 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3092 \begin_inset Text
3093
3094 \begin_layout Plain Layout
3095 Command
3096 \end_layout
3097
3098 \end_inset
3099 </cell>
3100 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3101 \begin_inset Text
3102
3103 \begin_layout Plain Layout
3104 Result
3105 \end_layout
3106
3107 \end_inset
3108 </cell>
3109 </row>
3110 <row>
3111 <cell alignment="center" valignment="top" usebox="none">
3112 \begin_inset Text
3113
3114 \begin_layout Plain Layout
3115
3116 \backslash
3117 not=
3118 \end_layout
3119
3120 \end_inset
3121 </cell>
3122 <cell alignment="center" valignment="top" usebox="none">
3123 \begin_inset Text
3124
3125 \begin_layout Plain Layout
3126 \begin_inset Formula $\not=$
3127 \end_inset
3128
3129
3130 \end_layout
3131
3132 \end_inset
3133 </cell>
3134 </row>
3135 <row>
3136 <cell alignment="center" valignment="top" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140
3141 \backslash
3142 not 
3143 \backslash
3144 le
3145 \end_layout
3146
3147 \end_inset
3148 </cell>
3149 <cell alignment="center" valignment="top" usebox="none">
3150 \begin_inset Text
3151
3152 \begin_layout Plain Layout
3153 \begin_inset Formula $\not\le$
3154 \end_inset
3155
3156
3157 \end_layout
3158
3159 \end_inset
3160 </cell>
3161 </row>
3162 <row>
3163 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3164 \begin_inset Text
3165
3166 \begin_layout Plain Layout
3167
3168 \backslash
3169 not 
3170 \backslash
3171 parallel
3172 \end_layout
3173
3174 \end_inset
3175 </cell>
3176 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3177 \begin_inset Text
3178
3179 \begin_layout Plain Layout
3180 \begin_inset Formula $\not\parallel$
3181 \end_inset
3182
3183
3184 \end_layout
3185
3186 \end_inset
3187 </cell>
3188 </row>
3189 </lyxtabular>
3190
3191 \end_inset
3192
3193
3194 \end_layout
3195
3196 \begin_layout Standard
3197 The last example shows that not all negations look good.
3198  Therefore there are special commands for some negations (see 
3199 \begin_inset CommandInset ref
3200 LatexCommand ref
3201 reference "subsec:Mathematical-Symbols"
3202
3203 \end_inset
3204
3205  and 
3206 \begin_inset CommandInset ref
3207 LatexCommand ref
3208 reference "sec:Relations"
3209
3210 \end_inset
3211
3212 ).
3213 \end_layout
3214
3215 \begin_layout Subsection
3216 Placeholders
3217 \begin_inset CommandInset label
3218 LatexCommand label
3219 name "subsec:Placeholders"
3220
3221 \end_inset
3222
3223
3224 \begin_inset Index idx
3225 status collapsed
3226
3227 \begin_layout Plain Layout
3228 Placeholders
3229 \end_layout
3230
3231 \end_inset
3232
3233
3234 \begin_inset Index idx
3235 status collapsed
3236
3237 \begin_layout Plain Layout
3238 Chemical characters ! Isotopes
3239 \end_layout
3240
3241 \end_inset
3242
3243
3244 \begin_inset Index idx
3245 status collapsed
3246
3247 \begin_layout Plain Layout
3248 Isotopes|see
3249 \begin_inset ERT
3250 status collapsed
3251
3252 \begin_layout Plain Layout
3253
3254 {
3255 \end_layout
3256
3257 \end_inset
3258
3259 Chemical characters
3260 \begin_inset ERT
3261 status collapsed
3262
3263 \begin_layout Plain Layout
3264
3265 }
3266 \end_layout
3267
3268 \end_inset
3269
3270
3271 \end_layout
3272
3273 \end_inset
3274
3275
3276 \end_layout
3277
3278 \begin_layout Standard
3279 When displaying e.
3280 \begin_inset space \thinspace{}
3281 \end_inset
3282
3283 g.
3284 \begin_inset space \space{}
3285 \end_inset
3286
3287 isotopes
3288 \begin_inset Foot
3289 status collapsed
3290
3291 \begin_layout Plain Layout
3292 Typesetting isotopes and chemical symbols is described in 
3293 \begin_inset CommandInset ref
3294 LatexCommand ref
3295 reference "subsec:Chemical-Symbols-and"
3296
3297 \end_inset
3298
3299 .
3300 \end_layout
3301
3302 \end_inset
3303
3304  the following problem occurs:
3305 \end_layout
3306
3307 \begin_layout Standard
3308 \align center
3309 \begin_inset Tabular
3310 <lyxtabular version="3" rows="2" columns="2">
3311 <features booktabs="true" tabularvalignment="middle">
3312 <column alignment="center" valignment="top" width="0pt">
3313 <column alignment="center" valignment="top" width="0pt">
3314 <row>
3315 <cell alignment="center" valignment="top" usebox="none">
3316 \begin_inset Text
3317
3318 \begin_layout Plain Layout
3319 Indices created with sub- and superscripts:
3320 \end_layout
3321
3322 \end_inset
3323 </cell>
3324 <cell alignment="center" valignment="top" usebox="none">
3325 \begin_inset Text
3326
3327 \begin_layout Plain Layout
3328 \begin_inset Formula $_{9}^{19}\mathrm{F}$
3329 \end_inset
3330
3331
3332 \end_layout
3333
3334 \end_inset
3335 </cell>
3336 </row>
3337 <row topspace="1.5mm">
3338 <cell alignment="center" valignment="top" usebox="none">
3339 \begin_inset Text
3340
3341 \begin_layout Plain Layout
3342 correct indices:
3343 \end_layout
3344
3345 \end_inset
3346 </cell>
3347 <cell alignment="center" valignment="top" usebox="none">
3348 \begin_inset Text
3349
3350 \begin_layout Plain Layout
3351 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3352 \end_inset
3353
3354
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 </row>
3360 </lyxtabular>
3361
3362 \end_inset
3363
3364
3365 \end_layout
3366
3367 \begin_layout Standard
3368 The shorter index is by default placed below or above the first character
3369  of the longer index.
3370  To avoid this there is the command 
3371 \series bold
3372
3373 \backslash
3374 phantom
3375 \series default
3376
3377 \begin_inset Index idx
3378 status collapsed
3379
3380 \begin_layout Plain Layout
3381 Commands ! P ! 
3382 \backslash
3383 phantom
3384 \end_layout
3385
3386 \end_inset
3387
3388  or the math toolbar button
3389 \begin_inset space \thinspace{}
3390 \end_inset
3391
3392
3393 \begin_inset Foot
3394 status collapsed
3395
3396 \begin_layout Plain Layout
3397 can be found in the submenu of the toolbar button 
3398 \begin_inset Info
3399 type  "icon"
3400 arg   "math-insert \\space"
3401 \end_inset
3402
3403
3404 \end_layout
3405
3406 \end_inset
3407
3408  
3409 \begin_inset Info
3410 type  "icon"
3411 arg   "math/phantom"
3412 \end_inset
3413
3414  that creates one or more phantom characters.
3415  When inserting 
3416 \series bold
3417
3418 \backslash
3419 phantom
3420 \series default
3421  a small blue box appears that is superposed with two red arrows.
3422  The arrows indicate that the complete width and height of the box content
3423  will be created as placeholder.
3424  Phantom characters are accordingly placeholders with the size of the characters.
3425 \end_layout
3426
3427 \begin_layout Standard
3428 \align center
3429 \begin_inset Tabular
3430 <lyxtabular version="3" rows="4" columns="2">
3431 <features booktabs="true" tabularvalignment="middle">
3432 <column alignment="center" valignment="top" width="0pt">
3433 <column alignment="center" valignment="top" width="0pt">
3434 <row>
3435 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439 Command
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3445 \begin_inset Text
3446
3447 \begin_layout Plain Layout
3448 Result
3449 \end_layout
3450
3451 \end_inset
3452 </cell>
3453 </row>
3454 <row topspace="1.5mm">
3455 <cell alignment="center" valignment="top" usebox="none">
3456 \begin_inset Text
3457
3458 \begin_layout Plain Layout
3459 ^19
3460 \begin_inset space \textvisiblespace{}
3461 \end_inset
3462
3463 _
3464 \backslash
3465 phantom
3466 \begin_inset space \textvisiblespace{}
3467 \end_inset
3468
3469 1
3470 \begin_inset Formula $\to$
3471 \end_inset
3472
3473 9
3474 \begin_inset space \textvisiblespace{}
3475 \end_inset
3476
3477 F
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 <cell alignment="center" valignment="top" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Plain Layout
3486 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3487 \end_inset
3488
3489
3490 \end_layout
3491
3492 \end_inset
3493 </cell>
3494 </row>
3495 <row topspace="1.5mm" bottomspace="0.5mm">
3496 <cell alignment="center" valignment="top" usebox="none">
3497 \begin_inset Text
3498
3499 \begin_layout Plain Layout
3500 ^235
3501 \begin_inset space \textvisiblespace{}
3502 \end_inset
3503
3504 _
3505 \backslash
3506 phantom
3507 \begin_inset space \textvisiblespace{}
3508 \end_inset
3509
3510 23
3511 \begin_inset Formula $\to$
3512 \end_inset
3513
3514 9
3515 \begin_inset space \textvisiblespace{}
3516 \end_inset
3517
3518 F
3519 \end_layout
3520
3521 \end_inset
3522 </cell>
3523 <cell alignment="center" valignment="top" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Plain Layout
3527 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
3528 \end_inset
3529
3530
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 </row>
3536 <row topspace="1.5mm" bottomspace="0.5mm">
3537 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Plain Layout
3541
3542 \backslash
3543 Lambda^
3544 \begin_inset space \textvisiblespace{}
3545 \end_inset
3546
3547
3548 \backslash
3549 phantom
3550 \begin_inset space \textvisiblespace{}
3551 \end_inset
3552
3553 ii
3554 \begin_inset Formula $\to$
3555 \end_inset
3556
3557 t
3558 \begin_inset space \textvisiblespace{}
3559 \end_inset
3560
3561 _MMt
3562 \end_layout
3563
3564 \end_inset
3565 </cell>
3566 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3567 \begin_inset Text
3568
3569 \begin_layout Plain Layout
3570 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
3571 \end_inset
3572
3573
3574 \end_layout
3575
3576 \end_inset
3577 </cell>
3578 </row>
3579 </lyxtabular>
3580
3581 \end_inset
3582
3583
3584 \end_layout
3585
3586 \begin_layout Standard
3587 Furthermore there are the commands 
3588 \series bold
3589
3590 \backslash
3591 vphantom
3592 \series default
3593
3594 \begin_inset Index idx
3595 status collapsed
3596
3597 \begin_layout Plain Layout
3598 Commands ! V ! 
3599 \backslash
3600 vphantom
3601 \end_layout
3602
3603 \end_inset
3604
3605  (toolbar button 
3606 \begin_inset Info
3607 type  "icon"
3608 arg   "math/vphantom"
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 Info
3631 type  "icon"
3632 arg   "math/hphantom"
3633 \end_inset
3634
3635 ).
3636  
3637 \series bold
3638
3639 \backslash
3640 hphantom
3641 \series default
3642  creates only space for the maximal height of the characters in the box
3643  but not for its width.
3644  
3645 \series bold
3646
3647 \backslash
3648 vphantom
3649 \series default
3650  creates only space for the width of the box content.
3651  Therefore  the boxes of both commands have only one red arrow.
3652 \end_layout
3653
3654 \begin_layout Standard
3655 For example the command 
3656 \series bold
3657
3658 \backslash
3659 vphantom
3660 \begin_inset space \textvisiblespace{}
3661 \end_inset
3662
3663 a
3664 \backslash
3665 int
3666 \series default
3667  creates space for the height of the integral sign,
3668 \begin_inset Foot
3669 status collapsed
3670
3671 \begin_layout Plain Layout
3672 The command 
3673 \series bold
3674
3675 \backslash
3676 int
3677 \series default
3678  creates an integral sign, see 
3679 \begin_inset CommandInset ref
3680 LatexCommand ref
3681 reference "subsec:Big-Operators"
3682
3683 \end_inset
3684
3685 .
3686 \end_layout
3687
3688 \end_inset
3689
3690  because this is the larger character.
3691  An example application is in 
3692 \begin_inset CommandInset ref
3693 LatexCommand ref
3694 reference "subsec:Multiline-Brackets"
3695
3696 \end_inset
3697
3698 .
3699 \end_layout
3700
3701 \begin_layout Standard
3702 Placeholders can also be used for text when they are inserted via the menu
3703  
3704 \family sans
3705 Insert\SpecialChar menuseparator
3706 Formatting\SpecialChar menuseparator
3707 Phantom
3708 \family default
3709 :
3710 \end_layout
3711
3712 \begin_layout Standard
3713 This is a sentence.
3714 \begin_inset Newline newline
3715 \end_inset
3716
3717
3718 \begin_inset Phantom Phantom
3719 status open
3720
3721 \begin_layout Plain Layout
3722 This
3723 \end_layout
3724
3725 \end_inset
3726
3727  is a sentence.
3728 \end_layout
3729
3730 \begin_layout Subsection
3731 Lines
3732 \begin_inset Index idx
3733 status collapsed
3734
3735 \begin_layout Plain Layout
3736 Lines
3737 \end_layout
3738
3739 \end_inset
3740
3741
3742 \begin_inset Index idx
3743 status collapsed
3744
3745 \begin_layout Plain Layout
3746 Formula ! underlined
3747 \end_layout
3748
3749 \end_inset
3750
3751
3752 \end_layout
3753
3754 \begin_layout Standard
3755 \align center
3756 \begin_inset Tabular
3757 <lyxtabular version="3" rows="4" columns="2">
3758 <features booktabs="true" tabularvalignment="middle">
3759 <column alignment="center" valignment="top" width="0pt">
3760 <column alignment="center" valignment="top" width="0pt">
3761 <row>
3762 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766 Command
3767 \end_layout
3768
3769 \end_inset
3770 </cell>
3771 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3772 \begin_inset Text
3773
3774 \begin_layout Plain Layout
3775 Result
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 </row>
3781 <row topspace="2mm">
3782 <cell alignment="center" valignment="top" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786
3787 \backslash
3788 overline
3789 \begin_inset space \textvisiblespace{}
3790 \end_inset
3791
3792 A+B
3793 \begin_inset Index idx
3794 status collapsed
3795
3796 \begin_layout Plain Layout
3797 Commands ! O ! 
3798 \backslash
3799 overline
3800 \end_layout
3801
3802 \end_inset
3803
3804
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 <cell alignment="center" valignment="top" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813 \begin_inset Formula $\overline{A+B}$
3814 \end_inset
3815
3816
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 </row>
3822 <row bottomspace="1mm">
3823 <cell alignment="center" valignment="top" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827
3828 \backslash
3829 underline
3830 \begin_inset space \textvisiblespace{}
3831 \end_inset
3832
3833 A+B
3834 \begin_inset Index idx
3835 status collapsed
3836
3837 \begin_layout Plain Layout
3838 Commands ! U ! 
3839 \backslash
3840 underline
3841 \end_layout
3842
3843 \end_inset
3844
3845
3846 \end_layout
3847
3848 \end_inset
3849 </cell>
3850 <cell alignment="center" valignment="top" usebox="none">
3851 \begin_inset Text
3852
3853 \begin_layout Plain Layout
3854 \begin_inset Formula $\underline{A+B}$
3855 \end_inset
3856
3857
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 </row>
3863 <row topspace="2mm" bottomspace="1mm">
3864 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3865 \begin_inset Text
3866
3867 \begin_layout Plain Layout
3868
3869 \backslash
3870 overline
3871 \begin_inset space \textvisiblespace{}
3872 \end_inset
3873
3874
3875 \backslash
3876 underline
3877 \begin_inset space \textvisiblespace{}
3878 \end_inset
3879
3880 A+B
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889 \begin_inset Formula $\overline{\underline{A+B}}$
3890 \end_inset
3891
3892
3893 \end_layout
3894
3895 \end_inset
3896 </cell>
3897 </row>
3898 </lyxtabular>
3899
3900 \end_inset
3901
3902
3903 \end_layout
3904
3905 \begin_layout Standard
3906 In the last example it doesn't matter if first 
3907 \series bold
3908
3909 \backslash
3910 overline
3911 \series default
3912  or 
3913 \series bold
3914
3915 \backslash
3916 underline
3917 \series default
3918  is inserted.
3919 \end_layout
3920
3921 \begin_layout Standard
3922 To double underline use 
3923 \series bold
3924
3925 \backslash
3926 underline
3927 \series default
3928  twice.
3929 \end_layout
3930
3931 \begin_layout Standard
3932 It is possible to place up to 6 lines above or below characters.
3933 \end_layout
3934
3935 \begin_layout Standard
3936 \begin_inset VSpace bigskip
3937 \end_inset
3938
3939 Custom lines can be created using the command 
3940 \series bold
3941
3942 \backslash
3943 rule
3944 \series default
3945
3946 \begin_inset Index idx
3947 status collapsed
3948
3949 \begin_layout Plain Layout
3950 Commands ! R ! 
3951 \backslash
3952 rule
3953 \end_layout
3954
3955 \end_inset
3956
3957  which has the following scheme:
3958 \end_layout
3959
3960 \begin_layout Standard
3961
3962 \series bold
3963
3964 \backslash
3965 rule[vertical offset]{length}{thickness}
3966 \end_layout
3967
3968 \begin_layout Standard
3969 The optional vertical offset shifts the line upwards (or downwards, when
3970  the value is negative).
3971  The units listed in 
3972 \begin_inset CommandInset ref
3973 LatexCommand ref
3974 reference "tab:Available-units"
3975
3976 \end_inset
3977
3978  can be used for the values.
3979  Here are two example lines created with the commands
3980 \begin_inset Newline newline
3981 \end_inset
3982
3983
3984 \series bold
3985
3986 \backslash
3987 rule[-2ex]{3cm}{2pt}
3988 \series default
3989  and 
3990 \series bold
3991
3992 \backslash
3993 rule{2cm}{1pt}
3994 \series default
3995 :
3996 \end_layout
3997
3998 \begin_layout Standard
3999 This is a sentence 
4000 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4001 \end_inset
4002
4003  with two lines.
4004 \end_layout
4005
4006 \begin_layout Standard
4007
4008 \series bold
4009
4010 \backslash
4011 rule
4012 \series default
4013  can also be used for text when a line is inserted via the menu 
4014 \family sans
4015 Insert\SpecialChar menuseparator
4016 Formatting\SpecialChar menuseparator
4017 Horizontal
4018 \begin_inset space ~
4019 \end_inset
4020
4021 Line
4022 \family default
4023 :
4024 \end_layout
4025
4026 \begin_layout Standard
4027 This is a sentence 
4028 \begin_inset CommandInset line
4029 LatexCommand rule
4030 offset "0.5ex"
4031 width "3cm"
4032 height "1pt"
4033
4034 \end_inset
4035
4036  with one line.
4037 \end_layout
4038
4039 \begin_layout Subsection
4040 Ellipses
4041 \begin_inset CommandInset label
4042 LatexCommand label
4043 name "subsec:Ellipses"
4044
4045 \end_inset
4046
4047
4048 \begin_inset Index idx
4049 status collapsed
4050
4051 \begin_layout Plain Layout
4052 Ellipses
4053 \end_layout
4054
4055 \end_inset
4056
4057
4058 \end_layout
4059
4060 \begin_layout Standard
4061 There are different types of ellipses available.
4062 \begin_inset Foot
4063 status collapsed
4064
4065 \begin_layout Plain Layout
4066 In the math toolbar in the submenu of the button 
4067 \begin_inset Info
4068 type  "icon"
4069 arg   "math-insert \\ldots"
4070 \end_inset
4071
4072
4073 \end_layout
4074
4075 \end_inset
4076
4077  For listings dots at the baseline are used (
4078 \series bold
4079
4080 \backslash
4081 ldots
4082 \series default
4083
4084 \begin_inset Index idx
4085 status collapsed
4086
4087 \begin_layout Plain Layout
4088 Commands ! L ! 
4089 \backslash
4090 ldots
4091 \end_layout
4092
4093 \end_inset
4094
4095 ), while for operations dots are needed that are on the same height as the
4096  operators (
4097 \series bold
4098
4099 \backslash
4100 cdots
4101 \series default
4102
4103 \begin_inset Index idx
4104 status collapsed
4105
4106 \begin_layout Plain Layout
4107 Commands ! C ! 
4108 \backslash
4109 cdots
4110 \end_layout
4111
4112 \end_inset
4113
4114 ).
4115  When using the command 
4116 \series bold
4117
4118 \backslash
4119 dots
4120 \series default
4121
4122 \begin_inset Index idx
4123 status collapsed
4124
4125 \begin_layout Plain Layout
4126 Commands ! D ! 
4127 \backslash
4128 dots
4129 \end_layout
4130
4131 \end_inset
4132
4133 , \SpecialChar LaTeX
4134  decides on the basis of the next character what type is used.
4135 \end_layout
4136
4137 \begin_layout Standard
4138 \align center
4139 \begin_inset Tabular
4140 <lyxtabular version="3" rows="9" columns="2">
4141 <features booktabs="true" tabularvalignment="middle">
4142 <column alignment="center" valignment="top" width="0pt">
4143 <column alignment="center" valignment="top" width="0pt">
4144 <row>
4145 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4146 \begin_inset Text
4147
4148 \begin_layout Plain Layout
4149 Command
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158 Result
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 </row>
4164 <row>
4165 <cell alignment="center" valignment="top" usebox="none">
4166 \begin_inset Text
4167
4168 \begin_layout Plain Layout
4169 A_1
4170 \begin_inset space \textvisiblespace{}
4171 \end_inset
4172
4173 ,
4174 \backslash
4175 dots
4176 \begin_inset space \textvisiblespace{}
4177 \end_inset
4178
4179 ,A_n
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 <cell alignment="center" valignment="top" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188 \begin_inset Formula $A_{1},\dots,A_{n}$
4189 \end_inset
4190
4191
4192 \end_layout
4193
4194 \end_inset
4195 </cell>
4196 </row>
4197 <row>
4198 <cell alignment="center" valignment="top" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Plain Layout
4202 A_1
4203 \begin_inset space \textvisiblespace{}
4204 \end_inset
4205
4206 +
4207 \backslash
4208 dots
4209 \begin_inset space \textvisiblespace{}
4210 \end_inset
4211
4212 +A_n
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 <cell alignment="center" valignment="top" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221 \begin_inset Formula $A_{1}+\dots+A_{n}$
4222 \end_inset
4223
4224
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 </row>
4230 <row>
4231 <cell alignment="center" valignment="top" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235 A_1
4236 \begin_inset space \textvisiblespace{}
4237 \end_inset
4238
4239 ,
4240 \backslash
4241 ldots
4242 \begin_inset space \textvisiblespace{}
4243 \end_inset
4244
4245 ,A_n
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 <cell alignment="center" valignment="top" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254 \begin_inset Formula $A_{1},\ldots,A_{n}$
4255 \end_inset
4256
4257
4258 \end_layout
4259
4260 \end_inset
4261 </cell>
4262 </row>
4263 <row>
4264 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268 A_1
4269 \begin_inset space \textvisiblespace{}
4270 \end_inset
4271
4272 +
4273 \backslash
4274 cdots
4275 \begin_inset space \textvisiblespace{}
4276 \end_inset
4277
4278 +A_n
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4288 \end_inset
4289
4290
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 </row>
4296 <row>
4297 <cell alignment="center" valignment="top" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301
4302 \backslash
4303 vdots
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 <cell alignment="center" valignment="top" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312 \begin_inset Formula $\vdots$
4313 \end_inset
4314
4315
4316 \end_layout
4317
4318 \end_inset
4319 </cell>
4320 </row>
4321 <row>
4322 <cell alignment="center" valignment="top" usebox="none">
4323 \begin_inset Text
4324
4325 \begin_layout Plain Layout
4326
4327 \backslash
4328 ddots
4329 \end_layout
4330
4331 \end_inset
4332 </cell>
4333 <cell alignment="center" valignment="top" usebox="none">
4334 \begin_inset Text
4335
4336 \begin_layout Plain Layout
4337 \begin_inset Formula $\ddots$
4338 \end_inset
4339
4340
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 </row>
4346 <row>
4347 <cell alignment="center" valignment="top" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351
4352 \backslash
4353 iddots
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 <cell alignment="center" valignment="top" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362 \begin_inset Formula $\iddots$
4363 \end_inset
4364
4365
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 </row>
4371 <row>
4372 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376 3×3
4377 \begin_inset space \thinspace{}
4378 \end_inset
4379
4380 matrix with the different dots
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 \begin_inset Formula $\begin{array}{ccc}
4390 A_{11} & \cdots & A_{1m}\\
4391 \vdots & \ddots & \vdots\\
4392 A_{n1} & \cdots & A_{nm}
4393 \end{array}$
4394 \end_inset
4395
4396
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 </row>
4402 </lyxtabular>
4403
4404 \end_inset
4405
4406
4407 \end_layout
4408
4409 \begin_layout Standard
4410 The ellipses available in menu 
4411 \family sans
4412 Insert\SpecialChar menuseparator
4413 Special
4414 \begin_inset space ~
4415 \end_inset
4416
4417 Character
4418 \family default
4419  are 
4420 \series bold
4421
4422 \backslash
4423 ldots
4424 \series default
4425 .
4426 \end_layout
4427
4428 \begin_layout Standard
4429 \begin_inset VSpace medskip
4430 \end_inset
4431
4432 To use 
4433 \series bold
4434
4435 \backslash
4436 iddots
4437 \series default
4438 , one of the options 
4439 \family sans
4440 Use mathdots package (automatically)
4441 \family default
4442  must be set in the document settings under 
4443 \family sans
4444 Math
4445 \begin_inset space ~
4446 \end_inset
4447
4448 Options
4449 \family default
4450 .
4451 \begin_inset Newline newline
4452 \end_inset
4453
4454 Using the option 
4455 \family sans
4456 Use mathdots package
4457 \family default
4458  will improve the appearance of all dots in the documents if their font
4459  style or size is not the default.
4460 \end_layout
4461
4462 \begin_layout Standard
4463 \begin_inset VSpace medskip
4464 \end_inset
4465
4466 Specially for matrices there are ellipses that span over several columns.
4467  They are created with the command 
4468 \series bold
4469
4470 \backslash
4471 hdotsfor
4472 \series default
4473
4474 \begin_inset Index idx
4475 status collapsed
4476
4477 \begin_layout Plain Layout
4478 Commands ! H ! 
4479 \backslash
4480 hdotsfor
4481 \end_layout
4482
4483 \end_inset
4484
4485 , that has the following scheme:
4486 \end_layout
4487
4488 \begin_layout Standard
4489
4490 \series bold
4491
4492 \backslash
4493 hdotsfor[distance]{number of columns}
4494 \end_layout
4495
4496 \begin_layout Standard
4497 The number of columns specifies how many columns should be spanned.
4498  Distance is a factor for the distance between the dots.
4499 \end_layout
4500
4501 \begin_layout Standard
4502 In the following matrix the command 
4503 \series bold
4504
4505 \backslash
4506 hdotsfor[2]{4}
4507 \series default
4508  was inserted in the first box of the second line, to get an ellipsis with
4509  a dot distance twice as long as with the command 
4510 \series bold
4511
4512 \backslash
4513 dots
4514 \series default
4515 :
4516 \begin_inset Formula 
4517 \[
4518 \left(\begin{array}{cccc}
4519 A & B & C & D\\
4520 \hdotsfor[2]{4}\\
4521 q & w & e & r
4522 \end{array}\right)
4523 \]
4524
4525 \end_inset
4526
4527 Note that the matrix fields that should be spanned must be empty, otherwise
4528  you get \SpecialChar LaTeX
4529 -errors.
4530 \end_layout
4531
4532 \begin_layout Standard
4533 \begin_inset VSpace bigskip
4534 \end_inset
4535
4536 Furthermore you can fill with the command 
4537 \series bold
4538
4539 \backslash
4540 dotfill
4541 \series default
4542
4543 \begin_inset Index idx
4544 status collapsed
4545
4546 \begin_layout Plain Layout
4547 Commands ! D ! 
4548 \backslash
4549 dotfill
4550 \end_layout
4551
4552 \end_inset
4553
4554  the rest of a line with dots.
4555  The effect of these commands is the same as with 
4556 \series bold
4557
4558 \backslash
4559 hfill
4560 \series default
4561 , see 
4562 \begin_inset CommandInset ref
4563 LatexCommand ref
4564 reference "subsec:Variable-Space"
4565
4566 \end_inset
4567
4568 .
4569 \end_layout
4570
4571 \begin_layout Standard
4572 For example the command 
4573 \series bold
4574 A
4575 \backslash
4576 dotfill
4577 \begin_inset space \textvisiblespace{}
4578 \end_inset
4579
4580 B
4581 \series default
4582  produces
4583 \end_layout
4584
4585 \begin_layout Standard
4586 \begin_inset Formula $A\dotfill B$
4587 \end_inset
4588
4589
4590 \end_layout
4591
4592 \begin_layout Standard
4593 Similar to
4594 \series bold
4595  
4596 \backslash
4597 dotfill
4598 \series default
4599  there is for a line the command 
4600 \series bold
4601
4602 \backslash
4603 hrulefill
4604 \series default
4605
4606 \begin_inset Index idx
4607 status collapsed
4608
4609 \begin_layout Plain Layout
4610 Commands ! H ! 
4611 \backslash
4612 hrulefill
4613 \end_layout
4614
4615 \end_inset
4616
4617 :
4618 \end_layout
4619
4620 \begin_layout Standard
4621 \begin_inset Formula $A\hrulefill B$
4622 \end_inset
4623
4624
4625 \end_layout
4626
4627 \begin_layout Standard
4628 To use the commands for text, they have to be inserted in \SpecialChar TeX
4629  mode.
4630 \end_layout
4631
4632 \begin_layout Section
4633 Matrices
4634 \begin_inset CommandInset label
4635 LatexCommand label
4636 name "sec:Matrices"
4637
4638 \end_inset
4639
4640
4641 \begin_inset Index idx
4642 status collapsed
4643
4644 \begin_layout Plain Layout
4645 Matrices
4646 \end_layout
4647
4648 \end_inset
4649
4650
4651 \end_layout
4652
4653 \begin_layout Standard
4654 Matrices can be inserted via the math toolbar button 
4655 \begin_inset Info
4656 type  "icon"
4657 arg   "dialog-show mathmatrix"
4658 \end_inset
4659
4660  or the menu 
4661 \family sans
4662 Insert\SpecialChar menuseparator
4663 Math\SpecialChar menuseparator
4664 Matrix
4665 \family default
4666 .
4667  In the matrix dialog you can specify the number of columns and rows, the
4668  alignment and the decoration.
4669  The vertical alignment is only of importance for matrices in inline formulas:
4670 \end_layout
4671
4672 \begin_layout Standard
4673 The first matrix is top 
4674 \begin_inset Formula $\begin{array}[t]{cccc}
4675 A & D & G & J\\
4676 B & E & H & K\\
4677 C & F & I & L
4678 \end{array}$
4679 \end_inset
4680
4681 , the second middle 
4682 \begin_inset Formula $\begin{array}{cccc}
4683 A & D & G & J\\
4684 B & E & H & K\\
4685 C & F & I & L
4686 \end{array}$
4687 \end_inset
4688
4689  and the third bottom 
4690 \begin_inset Formula $\begin{array}[b]{cccc}
4691 A & D & G & J\\
4692 B & E & H & K\\
4693 C & F & I & L
4694 \end{array}$
4695 \end_inset
4696
4697  aligned.
4698 \end_layout
4699
4700 \begin_layout Standard
4701 The horizontal alignment specifies how the column entries should be aligned.
4702  It is set by entering a letter for every column.
4703  
4704 \emph on
4705 l
4706 \emph default
4707  denotes left aligned, 
4708 \emph on
4709 c
4710 \emph default
4711  centered and 
4712 \emph on
4713 r
4714 \emph default
4715  right aligned.
4716  To create for example a 4
4717 \series bold
4718 ×
4719 \series default
4720 4
4721 \begin_inset space ~
4722 \end_inset
4723
4724 matrix where the first column is left aligned, the second and third are
4725  centered and the last one is right aligned, one enters for the horizontal
4726  alignment 
4727 \series bold
4728 lccr
4729 \series default
4730 .
4731  Normally in a matrix all columns are centered, therefore the default for
4732  every column is a 
4733 \series bold
4734 c
4735 \series default
4736 .
4737 \end_layout
4738
4739 \begin_layout Standard
4740 Horizontal alignment:
4741 \end_layout
4742
4743 \begin_layout Standard
4744
4745 \series bold
4746 lll
4747 \series default
4748  : 
4749 \begin_inset Formula $\begin{array}{lll}
4750 10000 & D & G\\
4751 B & 10000 & H\\
4752 C & F & 10000
4753 \end{array}$
4754 \end_inset
4755
4756  , 
4757 \series bold
4758 ccc
4759 \series default
4760  : 
4761 \begin_inset Formula $\begin{array}{ccc}
4762 10000 & D & G\\
4763 B & 10000 & H\\
4764 C & F & 10000
4765 \end{array}$
4766 \end_inset
4767
4768  , 
4769 \series bold
4770 rrr
4771 \series default
4772  : 
4773 \begin_inset Formula $\begin{array}{rrr}
4774 10000 & D & G\\
4775 B & 10000 & H\\
4776 C & F & 10000
4777 \end{array}$
4778 \end_inset
4779
4780
4781 \end_layout
4782
4783 \begin_layout Standard
4784 To add or delete rows and columns subsequently, the math toolbar buttons
4785  
4786 \begin_inset Info
4787 type  "icon"
4788 arg   "tabular-feature append-row"
4789 \end_inset
4790
4791
4792 \begin_inset Info
4793 type  "icon"
4794 arg   "tabular-feature delete-row"
4795 \end_inset
4796
4797 , etc.
4798 \begin_inset space \thinspace{}
4799 \end_inset
4800
4801 , or the menu 
4802 \family sans
4803 Edit\SpecialChar menuseparator
4804 Rows & Columns
4805 \family default
4806  can be used.
4807  New rows can also be created with 
4808 \begin_inset Info
4809 type  "shortcut"
4810 arg   "newline-insert newline"
4811 \end_inset
4812
4813 .
4814 \end_layout
4815
4816 \begin_layout Standard
4817 \begin_inset VSpace bigskip
4818 \end_inset
4819
4820
4821 \change_deleted 47243155 1563226130
4822 The 
4823 \change_deleted -563046850 1563190969
4824
4825 \family sans
4826 Decoration
4827 \change_inserted -563046850 1563190971
4828 Appearance
4829 \change_unchanged
4830
4831 \family default
4832  
4833 \change_deleted -563046850 1563192602
4834 adds
4835 \change_inserted -563046850 1563192607
4836 can be used to add
4837 \change_unchanged
4838  parentheses in the selected style around the matrix
4839 \change_inserted -563046850 1563192780
4840  or to select the 
4841 \family sans
4842 small
4843 \family default
4844  style, suitable for an inline matrix like this one 
4845 \begin_inset Formula $\bigl(\begin{smallmatrix}0 & \textrm{-}\mathrm{i}\\
4846 \mathrm{i} & 0
4847 \end{smallmatrix}\bigr)$
4848 \end_inset
4849
4850
4851 \change_unchanged
4852 .
4853
4854 \change_inserted -563046850 1563192943
4855  Here the parentheses have been added manually using commands 
4856 \series bold
4857
4858 \backslash
4859 bigl(
4860 \series default
4861  and 
4862 \series bold
4863
4864 \backslash
4865 bigr).
4866 \end_layout
4867
4868 \begin_layout Standard
4869
4870 \change_deleted -563046850 1563192735
4871  
4872 \change_unchanged
4873 Alternatively, parentheses can 
4874 \change_deleted -563046850 1563192971
4875 either 
4876 \change_unchanged
4877 be created with the commands 
4878 \series bold
4879
4880 \backslash
4881 left
4882 \series default
4883
4884 \begin_inset Index idx
4885 status collapsed
4886
4887 \begin_layout Plain Layout
4888 Commands ! L ! 
4889 \backslash
4890 left
4891 \end_layout
4892
4893 \end_inset
4894
4895  and 
4896 \series bold
4897
4898 \backslash
4899 right
4900 \series default
4901
4902 \begin_inset Index idx
4903 status collapsed
4904
4905 \begin_layout Plain Layout
4906 Commands ! R ! 
4907 \backslash
4908 right
4909 \end_layout
4910
4911 \end_inset
4912
4913  (shortcut 
4914 \family sans
4915 Alt+M
4916 \begin_inset space ~
4917 \end_inset
4918
4919 Parenthesis
4920 \family default
4921 ), see 
4922 \begin_inset CommandInset ref
4923 LatexCommand ref
4924 reference "subsec:Automatic-Bracket-Size"
4925
4926 \end_inset
4927
4928 , or by using the following commands:
4929 \begin_inset VSpace medskip
4930 \end_inset
4931
4932
4933 \end_layout
4934
4935 \begin_layout Standard
4936 \begin_inset space \hfill{}
4937 \end_inset
4938
4939
4940 \begin_inset Tabular
4941 <lyxtabular version="3" rows="4" columns="2">
4942 <features booktabs="true" tabularvalignment="middle">
4943 <column alignment="center" valignment="top" width="0pt">
4944 <column alignment="center" valignment="top">
4945 <row>
4946 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Plain Layout
4950 Command
4951 \end_layout
4952
4953 \end_inset
4954 </cell>
4955 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4956 \begin_inset Text
4957
4958 \begin_layout Plain Layout
4959 Result
4960 \end_layout
4961
4962 \end_inset
4963 </cell>
4964 </row>
4965 <row topspace="1.5mm">
4966 <cell alignment="center" valignment="top" usebox="none">
4967 \begin_inset Text
4968
4969 \begin_layout Plain Layout
4970
4971 \backslash
4972 bmatrix
4973 \begin_inset space \textvisiblespace{}
4974 \end_inset
4975
4976 2
4977 \series bold
4978 ×
4979 \series default
4980 2
4981 \begin_inset space \thinspace{}
4982 \end_inset
4983
4984 matrix
4985 \end_layout
4986
4987 \end_inset
4988 </cell>
4989 <cell alignment="center" valignment="top" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
4994 0 & \textrm{-}\mathrm{i}\\
4995 \mathrm{i} & 0
4996 \end{array}\end{bmatrix}$
4997 \end_inset
4998
4999
5000 \end_layout
5001
5002 \end_inset
5003 </cell>
5004 </row>
5005 <row topspace="1.5mm" bottomspace="0.5mm">
5006 <cell alignment="center" valignment="top" usebox="none">
5007 \begin_inset Text
5008
5009 \begin_layout Plain Layout
5010
5011 \backslash
5012 Bmatrix
5013 \begin_inset space \textvisiblespace{}
5014 \end_inset
5015
5016 2
5017 \series bold
5018 ×
5019 \series default
5020 2
5021 \begin_inset space \thinspace{}
5022 \end_inset
5023
5024 matrix
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 <cell alignment="center" valignment="top" usebox="none">
5030 \begin_inset Text
5031
5032 \begin_layout Plain Layout
5033 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
5034 0 & \textrm{-}\mathrm{i}\\
5035 \mathrm{i} & 0
5036 \end{array}\end{Bmatrix}$
5037 \end_inset
5038
5039
5040 \end_layout
5041
5042 \end_inset
5043 </cell>
5044 </row>
5045 <row>
5046 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5047 \begin_inset Text
5048
5049 \begin_layout Plain Layout
5050
5051 \backslash
5052 pmatrix
5053 \begin_inset space \textvisiblespace{}
5054 \end_inset
5055
5056 2
5057 \series bold
5058 ×
5059 \series default
5060 2
5061 \begin_inset space \thinspace{}
5062 \end_inset
5063
5064 matrix
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
5074 0 & \textrm{-}\mathrm{i}\\
5075 \mathrm{i} & 0
5076 \end{array}\end{pmatrix}$
5077 \end_inset
5078
5079
5080 \end_layout
5081
5082 \end_inset
5083 </cell>
5084 </row>
5085 </lyxtabular>
5086
5087 \end_inset
5088
5089
5090 \begin_inset space \hfill{}
5091 \end_inset
5092
5093
5094 \begin_inset Tabular
5095 <lyxtabular version="3" rows="4" columns="2">
5096 <features booktabs="true" tabularvalignment="middle">
5097 <column alignment="center" valignment="top" width="0pt">
5098 <column alignment="center" valignment="top">
5099 <row>
5100 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5101 \begin_inset Text
5102
5103 \begin_layout Plain Layout
5104 Command
5105 \end_layout
5106
5107 \end_inset
5108 </cell>
5109 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Plain Layout
5113 Result
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 </row>
5119 <row topspace="1.5mm">
5120 <cell alignment="center" valignment="top" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124
5125 \backslash
5126 vmatrix
5127 \begin_inset space \textvisiblespace{}
5128 \end_inset
5129
5130 2
5131 \series bold
5132 ×
5133 \series default
5134 2
5135 \begin_inset space \thinspace{}
5136 \end_inset
5137
5138 matrix
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 <cell alignment="center" valignment="top" usebox="none">
5144 \begin_inset Text
5145
5146 \begin_layout Plain Layout
5147 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
5148 0 & \textrm{-}\mathrm{i}\\
5149 \mathrm{i} & 0
5150 \end{array}\end{vmatrix}$
5151 \end_inset
5152
5153
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 </row>
5159 <row topspace="1.5mm" bottomspace="0.5mm">
5160 <cell alignment="center" valignment="top" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164
5165 \backslash
5166 Vmatrix
5167 \begin_inset space \textvisiblespace{}
5168 \end_inset
5169
5170 2
5171 \series bold
5172 ×
5173 \series default
5174 2
5175 \begin_inset space \thinspace{}
5176 \end_inset
5177
5178 matrix
5179 \end_layout
5180
5181 \end_inset
5182 </cell>
5183 <cell alignment="center" valignment="top" usebox="none">
5184 \begin_inset Text
5185
5186 \begin_layout Plain Layout
5187 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
5188 0 & \textrm{-}\mathrm{i}\\
5189 \mathrm{i} & 0
5190 \end{array}\end{Vmatrix}$
5191 \end_inset
5192
5193
5194 \end_layout
5195
5196 \end_inset
5197 </cell>
5198 </row>
5199 <row>
5200 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5201 \begin_inset Text
5202
5203 \begin_layout Plain Layout
5204
5205 \backslash
5206 matrix
5207 \begin_inset space \textvisiblespace{}
5208 \end_inset
5209
5210 2
5211 \series bold
5212 ×
5213 \series default
5214 2
5215 \begin_inset space \thinspace{}
5216 \end_inset
5217
5218 matrix
5219 \end_layout
5220
5221 \end_inset
5222 </cell>
5223 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5224 \begin_inset Text
5225
5226 \begin_layout Plain Layout
5227 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
5228 0 & \textrm{-}\mathrm{i}\\
5229 \mathrm{i} & 0
5230 \end{array}\end{matrix}$
5231 \end_inset
5232
5233
5234 \end_layout
5235
5236 \end_inset
5237 </cell>
5238 </row>
5239 </lyxtabular>
5240
5241 \end_inset
5242
5243
5244 \begin_inset space \hfill{}
5245 \end_inset
5246
5247
5248 \end_layout
5249
5250 \begin_layout Standard
5251 \begin_inset VSpace medskip
5252 \end_inset
5253
5254 When e.
5255 \begin_inset space \thinspace{}
5256 \end_inset
5257
5258 g.
5259 \begin_inset space \space{}
5260 \end_inset
5261
5262
5263 \series bold
5264
5265 \backslash
5266 vmatrix
5267 \series default
5268  is inserted, a blue box appears between two vertical lines where the matrix
5269  is inserted.
5270 \begin_inset Newline newline
5271 \end_inset
5272
5273 Note that decorated matrices ignore the vertical alignment.
5274 \end_layout
5275
5276 \begin_layout Standard
5277 \begin_inset VSpace bigskip
5278 \end_inset
5279
5280 As all multiline formulas are matrices, the length 
5281 \series bold
5282
5283 \backslash
5284 arraycolsep
5285 \series default
5286
5287 \begin_inset Index idx
5288 status collapsed
5289
5290 \begin_layout Plain Layout
5291 Commands ! A ! 
5292 \backslash
5293 arraycolsep
5294 \end_layout
5295
5296 \end_inset
5297
5298  that is described in 
5299 \begin_inset CommandInset ref
5300 LatexCommand ref
5301 reference "subsec:Column-Separation"
5302
5303 \end_inset
5304
5305  can also be used to change the column separation of matrices.
5306 \end_layout
5307
5308 \begin_layout Standard
5309 To change the row separation, the command 
5310 \series bold
5311
5312 \backslash
5313 arraystretch
5314 \series default
5315
5316 \begin_inset Index idx
5317 status collapsed
5318
5319 \begin_layout Plain Layout
5320 Commands ! A ! 
5321 \backslash
5322 arraystretch
5323 \end_layout
5324
5325 \end_inset
5326
5327  is used.
5328  It is used as follows:
5329 \end_layout
5330
5331 \begin_layout Standard
5332
5333 \series bold
5334
5335 \backslash
5336 renewcommand{
5337 \backslash
5338 arraystretch}{stretch factor}
5339 \begin_inset Index idx
5340 status collapsed
5341
5342 \begin_layout Plain Layout
5343 Commands ! R ! 
5344 \backslash
5345 renewcommand
5346 \end_layout
5347
5348 \end_inset
5349
5350
5351 \end_layout
5352
5353 \begin_layout Standard
5354 The command 
5355 \series bold
5356
5357 \backslash
5358 renewcommand
5359 \series default
5360  assigns the stretch factor to the predefined command 
5361 \series bold
5362
5363 \backslash
5364 arraystretch
5365 \series default
5366 .
5367  To double e.
5368 \begin_inset space \thinspace{}
5369 \end_inset
5370
5371 g.
5372 \begin_inset space \space{}
5373 \end_inset
5374
5375 the row separation, use the factor 2.
5376  This is then used for all following matrices.
5377  To go back to the original separation, assign the factor 1 to 
5378 \series bold
5379
5380 \backslash
5381 arraystretch
5382 \series default
5383 .
5384 \end_layout
5385
5386 \begin_layout Standard
5387
5388 \change_inserted 47243155 1563226178
5389 Small inline matrices can also be obtained using 
5390 \change_deleted 47243155 1563226182
5391 To set matrices into a text line,
5392 \change_unchanged
5393  the command 
5394 \series bold
5395
5396 \backslash
5397 smallmatrix
5398 \series default
5399
5400 \begin_inset Index idx
5401 status collapsed
5402
5403 \begin_layout Plain Layout
5404 Commands ! S ! 
5405 \backslash
5406 smallmatrix
5407 \end_layout
5408
5409 \end_inset
5410
5411
5412 \change_deleted 47243155 1563226186
5413  is used
5414 \change_unchanged
5415 .
5416  When it is inserted a blue box with two dashed lines appears.
5417  In this box the matrix is inserted.
5418 \end_layout
5419
5420 \begin_layout Standard
5421 This is a matrix 
5422 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5423 C & D
5424 \end{smallmatrix}\right)$
5425 \end_inset
5426
5427  in a text line
5428 \change_inserted 47243155 1563226243
5429  with automatic delimiters around it
5430 \change_unchanged
5431 .
5432 \end_layout
5433
5434 \begin_layout Section
5435 Brackets and Delimiters
5436 \begin_inset Index idx
5437 status collapsed
5438
5439 \begin_layout Plain Layout
5440 Brackets
5441 \end_layout
5442
5443 \end_inset
5444
5445
5446 \begin_inset Index idx
5447 status collapsed
5448
5449 \begin_layout Plain Layout
5450 Delimiters
5451 \end_layout
5452
5453 \end_inset
5454
5455
5456 \end_layout
5457
5458 \begin_layout Subsection
5459 Vertical Brackets and Delimiters
5460 \begin_inset Index idx
5461 status collapsed
5462
5463 \begin_layout Plain Layout
5464 Brackets ! vertical
5465 \end_layout
5466
5467 \end_inset
5468
5469
5470 \end_layout
5471
5472 \begin_layout Standard
5473 \begin_inset space \hfill{}
5474 \end_inset
5475
5476
5477 \begin_inset Tabular
5478 <lyxtabular version="3" rows="9" columns="2">
5479 <features booktabs="true" tabularvalignment="middle">
5480 <column alignment="center" valignment="top" width="0pt">
5481 <column alignment="center" valignment="top" width="0pt">
5482 <row>
5483 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5484 \begin_inset Text
5485
5486 \begin_layout Plain Layout
5487 Command
5488 \end_layout
5489
5490 \end_inset
5491 </cell>
5492 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5493 \begin_inset Text
5494
5495 \begin_layout Plain Layout
5496 Result
5497 \end_layout
5498
5499 \end_inset
5500 </cell>
5501 </row>
5502 <row>
5503 <cell alignment="center" valignment="top" usebox="none">
5504 \begin_inset Text
5505
5506 \begin_layout Plain Layout
5507 (
5508 \end_layout
5509
5510 \end_inset
5511 </cell>
5512 <cell alignment="center" valignment="top" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516 \begin_inset Formula $($
5517 \end_inset
5518
5519
5520 \end_layout
5521
5522 \end_inset
5523 </cell>
5524 </row>
5525 <row>
5526 <cell alignment="center" valignment="top" usebox="none">
5527 \begin_inset Text
5528
5529 \begin_layout Plain Layout
5530 {
5531 \end_layout
5532
5533 \end_inset
5534 </cell>
5535 <cell alignment="center" valignment="top" usebox="none">
5536 \begin_inset Text
5537
5538 \begin_layout Plain Layout
5539 \begin_inset Formula $\{$
5540 \end_inset
5541
5542
5543 \end_layout
5544
5545 \end_inset
5546 </cell>
5547 </row>
5548 <row>
5549 <cell alignment="center" valignment="top" usebox="none">
5550 \begin_inset Text
5551
5552 \begin_layout Plain Layout
5553 [
5554 \end_layout
5555
5556 \end_inset
5557 </cell>
5558 <cell alignment="center" valignment="top" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562 \begin_inset Formula $[$
5563 \end_inset
5564
5565
5566 \end_layout
5567
5568 \end_inset
5569 </cell>
5570 </row>
5571 <row>
5572 <cell alignment="center" valignment="top" usebox="none">
5573 \begin_inset Text
5574
5575 \begin_layout Plain Layout
5576
5577 \backslash
5578 langle
5579 \end_layout
5580
5581 \end_inset
5582 </cell>
5583 <cell alignment="center" valignment="top" usebox="none">
5584 \begin_inset Text
5585
5586 \begin_layout Plain Layout
5587 \begin_inset Formula $\langle$
5588 \end_inset
5589
5590
5591 \end_layout
5592
5593 \end_inset
5594 </cell>
5595 </row>
5596 <row>
5597 <cell alignment="center" valignment="top" usebox="none">
5598 \begin_inset Text
5599
5600 \begin_layout Plain Layout
5601
5602 \backslash
5603 lceil
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 <cell alignment="center" valignment="top" usebox="none">
5609 \begin_inset Text
5610
5611 \begin_layout Plain Layout
5612 \begin_inset Formula $\lceil$
5613 \end_inset
5614
5615
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 </row>
5621 <row>
5622 <cell alignment="center" valignment="top" usebox="none">
5623 \begin_inset Text
5624
5625 \begin_layout Plain Layout
5626
5627 \backslash
5628 lfloor
5629 \end_layout
5630
5631 \end_inset
5632 </cell>
5633 <cell alignment="center" valignment="top" usebox="none">
5634 \begin_inset Text
5635
5636 \begin_layout Plain Layout
5637 \begin_inset Formula $\lfloor$
5638 \end_inset
5639
5640
5641 \end_layout
5642
5643 \end_inset
5644 </cell>
5645 </row>
5646 <row>
5647 <cell alignment="center" valignment="top" usebox="none">
5648 \begin_inset Text
5649
5650 \begin_layout Plain Layout
5651 /
5652 \end_layout
5653
5654 \end_inset
5655 </cell>
5656 <cell alignment="center" valignment="top" usebox="none">
5657 \begin_inset Text
5658
5659 \begin_layout Plain Layout
5660 \begin_inset Formula $/$
5661 \end_inset
5662
5663
5664 \end_layout
5665
5666 \end_inset
5667 </cell>
5668 </row>
5669 <row>
5670 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5671 \begin_inset Text
5672
5673 \begin_layout Plain Layout
5674 |
5675 \end_layout
5676
5677 \end_inset
5678 </cell>
5679 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683 \begin_inset Formula $|$
5684 \end_inset
5685
5686
5687 \end_layout
5688
5689 \end_inset
5690 </cell>
5691 </row>
5692 </lyxtabular>
5693
5694 \end_inset
5695
5696
5697 \begin_inset space \hfill{}
5698 \end_inset
5699
5700
5701 \begin_inset Tabular
5702 <lyxtabular version="3" rows="9" columns="2">
5703 <features booktabs="true" tabularvalignment="middle">
5704 <column alignment="center" valignment="top" width="0pt">
5705 <column alignment="center" valignment="top" width="0pt">
5706 <row>
5707 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5708 \begin_inset Text
5709
5710 \begin_layout Plain Layout
5711 Command
5712 \end_layout
5713
5714 \end_inset
5715 </cell>
5716 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5717 \begin_inset Text
5718
5719 \begin_layout Plain Layout
5720 Result
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 </row>
5726 <row>
5727 <cell alignment="center" valignment="top" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Plain Layout
5731 )
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 <cell alignment="center" valignment="top" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740 \begin_inset Formula $)$
5741 \end_inset
5742
5743
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 </row>
5749 <row>
5750 <cell alignment="center" valignment="top" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Plain Layout
5754 }
5755 \end_layout
5756
5757 \end_inset
5758 </cell>
5759 <cell alignment="center" valignment="top" usebox="none">
5760 \begin_inset Text
5761
5762 \begin_layout Plain Layout
5763 \begin_inset Formula $\}$
5764 \end_inset
5765
5766
5767 \end_layout
5768
5769 \end_inset
5770 </cell>
5771 </row>
5772 <row>
5773 <cell alignment="center" valignment="top" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Plain Layout
5777 ]
5778 \end_layout
5779
5780 \end_inset
5781 </cell>
5782 <cell alignment="center" valignment="top" usebox="none">
5783 \begin_inset Text
5784
5785 \begin_layout Plain Layout
5786 \begin_inset Formula $]$
5787 \end_inset
5788
5789
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 </row>
5795 <row>
5796 <cell alignment="center" valignment="top" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Plain Layout
5800
5801 \backslash
5802 rangle
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 <cell alignment="center" valignment="top" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811 \begin_inset Formula $\rangle$
5812 \end_inset
5813
5814
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 </row>
5820 <row>
5821 <cell alignment="center" valignment="top" usebox="none">
5822 \begin_inset Text
5823
5824 \begin_layout Plain Layout
5825
5826 \backslash
5827 rceil
5828 \end_layout
5829
5830 \end_inset
5831 </cell>
5832 <cell alignment="center" valignment="top" usebox="none">
5833 \begin_inset Text
5834
5835 \begin_layout Plain Layout
5836 \begin_inset Formula $\rceil$
5837 \end_inset
5838
5839
5840 \end_layout
5841
5842 \end_inset
5843 </cell>
5844 </row>
5845 <row>
5846 <cell alignment="center" valignment="top" usebox="none">
5847 \begin_inset Text
5848
5849 \begin_layout Plain Layout
5850
5851 \backslash
5852 rfloor
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 <cell alignment="center" valignment="top" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861 \begin_inset Formula $\rfloor$
5862 \end_inset
5863
5864
5865 \end_layout
5866
5867 \end_inset
5868 </cell>
5869 </row>
5870 <row>
5871 <cell alignment="center" valignment="top" usebox="none">
5872 \begin_inset Text
5873
5874 \begin_layout Plain Layout
5875
5876 \backslash
5877
5878 \backslash
5879
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 <cell alignment="center" valignment="top" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888 \begin_inset Formula $\backslash$
5889 \end_inset
5890
5891
5892 \end_layout
5893
5894 \end_inset
5895 </cell>
5896 </row>
5897 <row>
5898 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5899 \begin_inset Text
5900
5901 \begin_layout Plain Layout
5902
5903 \backslash
5904 |
5905 \end_layout
5906
5907 \end_inset
5908 </cell>
5909 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Plain Layout
5913 \begin_inset Formula $\|$
5914 \end_inset
5915
5916
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 </row>
5922 </lyxtabular>
5923
5924 \end_inset
5925
5926
5927 \begin_inset space \hfill{}
5928 \end_inset
5929
5930
5931 \end_layout
5932
5933 \begin_layout Standard
5934
5935 \series medium
5936 \begin_inset Note Greyedout
5937 status open
5938
5939 \begin_layout Plain Layout
5940
5941 \series bold
5942 Note:
5943 \series default
5944  In \SpecialChar TeX
5945  mode the command 
5946 \series bold
5947
5948 \backslash
5949 textbackslash
5950 \series default
5951
5952 \begin_inset Index idx
5953 status collapsed
5954
5955 \begin_layout Plain Layout
5956 Commands ! T ! 
5957 \backslash
5958 textbackslash
5959 \end_layout
5960
5961 \end_inset
5962
5963  must be used for the backslash, because the command 
5964 \series bold
5965
5966 \backslash
5967
5968 \backslash
5969
5970 \series default
5971  produces a line break there.
5972 \end_layout
5973
5974 \end_inset
5975
5976
5977 \end_layout
5978
5979 \begin_layout Standard
5980 For all characters listed above the size can be adjusted with the commands
5981  described in the following two subsections.
5982  When using these commands, the characters < and > can directly be used
5983  instead of the commands 
5984 \series bold
5985
5986 \backslash
5987 langle
5988 \series default
5989  and 
5990 \series bold
5991
5992 \backslash
5993 rangle
5994 \series default
5995 .
5996 \end_layout
5997
5998 \begin_layout Subsubsection
5999 Manual Bracket Size
6000 \begin_inset CommandInset label
6001 LatexCommand label
6002 name "subsec:Manual-Bracket-Size"
6003
6004 \end_inset
6005
6006
6007 \begin_inset Index idx
6008 status collapsed
6009
6010 \begin_layout Plain Layout
6011 Bracket size ! manual
6012 \end_layout
6013
6014 \end_inset
6015
6016
6017 \end_layout
6018
6019 \begin_layout Standard
6020 The bracket size can be specified manually by the \SpecialChar LaTeX
6021 -commands 
6022 \series bold
6023
6024 \backslash
6025 big
6026 \series default
6027
6028 \begin_inset Index idx
6029 status collapsed
6030
6031 \begin_layout Plain Layout
6032 Commands ! B ! 
6033 \backslash
6034 big
6035 \end_layout
6036
6037 \end_inset
6038
6039
6040 \series bold
6041
6042 \backslash
6043 Big
6044 \series default
6045
6046 \series bold
6047
6048 \backslash
6049 bigg
6050 \series default
6051  and 
6052 \series bold
6053
6054 \backslash
6055 Bigg
6056 \series default
6057 .
6058  
6059 \series bold
6060
6061 \backslash
6062 big
6063 \series default
6064  denotes the smallest and 
6065 \series bold
6066
6067 \backslash
6068 Bigg
6069 \series default
6070  the largest bracket size.
6071 \end_layout
6072
6073 \begin_layout Standard
6074 These commands are used to emphasize levels of brackets:
6075 \end_layout
6076
6077 \begin_layout Standard
6078 \align center
6079 \begin_inset Tabular
6080 <lyxtabular version="3" rows="2" columns="2">
6081 <features booktabs="true" tabularvalignment="middle">
6082 <column alignment="center" valignment="top" width="0pt">
6083 <column alignment="center" valignment="top" width="0pt">
6084 <row>
6085 <cell alignment="center" valignment="top" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089 all brackets in the same size:
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 <cell alignment="center" valignment="top" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098 \begin_inset Formula $((A+B)(A-B))^{C}$
6099 \end_inset
6100
6101
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 </row>
6107 <row topspace="2mm">
6108 <cell alignment="center" valignment="top" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112 this looks better:
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 <cell alignment="center" valignment="top" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6122 \end_inset
6123
6124
6125 \end_layout
6126
6127 \end_inset
6128 </cell>
6129 </row>
6130 </lyxtabular>
6131
6132 \end_inset
6133
6134
6135 \end_layout
6136
6137 \begin_layout Standard
6138 For the second formula the command 
6139 \series bold
6140
6141 \backslash
6142 Big((A+B)(A-B)
6143 \backslash
6144 Big)^
6145 \begin_inset space \textvisiblespace{}
6146 \end_inset
6147
6148 C
6149 \series default
6150  has been used.
6151 \end_layout
6152
6153 \begin_layout Standard
6154 Here is an overview about all bracket sizes:
6155 \end_layout
6156
6157 \begin_layout Standard
6158 \align center
6159
6160 \backslash
6161 Bigg(
6162 \backslash
6163 exp
6164 \backslash
6165 bigg<
6166 \backslash
6167 Big[
6168 \backslash
6169 big{
6170 \backslash
6171 ln(3x)
6172 \backslash
6173 big}^2
6174 \begin_inset space \textvisiblespace{}
6175 \end_inset
6176
6177
6178 \backslash
6179 sin(x)
6180 \backslash
6181 Big]^
6182 \begin_inset space \textvisiblespace{}
6183 \end_inset
6184
6185 A
6186 \begin_inset space \textvisiblespace{}
6187 \end_inset
6188
6189
6190 \backslash
6191 bigg>
6192 \backslash
6193 Bigg)^0,5
6194 \end_layout
6195
6196 \begin_layout Standard
6197 \align center
6198 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6199 \end_inset
6200
6201
6202 \end_layout
6203
6204 \begin_layout Standard
6205 Besides the 
6206 \series bold
6207
6208 \backslash
6209 big
6210 \series default
6211 -commands there is the variant 
6212 \series bold
6213
6214 \backslash
6215 bigm
6216 \series default
6217
6218 \begin_inset Index idx
6219 status collapsed
6220
6221 \begin_layout Plain Layout
6222 Commands ! B ! 
6223 \backslash
6224 bigm
6225 \end_layout
6226
6227 \end_inset
6228
6229  that adds a bit more space between the bracket and its content, and the
6230  variant 
6231 \series bold
6232
6233 \backslash
6234 bigl
6235 \series default
6236 -
6237 \series bold
6238
6239 \backslash
6240 bigr
6241 \series default
6242
6243 \begin_inset Index idx
6244 status collapsed
6245
6246 \begin_layout Plain Layout
6247 Commands ! B ! 
6248 \backslash
6249 bigl - 
6250 \backslash
6251 bigr
6252 \end_layout
6253
6254 \end_inset
6255
6256 , that don't add additional space.
6257  The 
6258 \emph on
6259 l
6260 \emph default
6261  at the end of the command 
6262 \series bold
6263
6264 \backslash
6265 bigl
6266 \series default
6267  is for a left bracket; for a right bracket this will be replaced by an
6268  
6269 \emph on
6270 r
6271 \emph default
6272 .
6273  A left or right bracket can each be an opening or closing bracket.
6274 \end_layout
6275
6276 \begin_layout Standard
6277 In the following table is a comparison of the variants:
6278 \end_layout
6279
6280 \begin_layout Standard
6281 \align center
6282 \begin_inset Tabular
6283 <lyxtabular version="3" rows="5" columns="2">
6284 <features booktabs="true" tabularvalignment="middle">
6285 <column alignment="center" valignment="top" width="0pt">
6286 <column alignment="center" valignment="middle">
6287 <row>
6288 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6289 \begin_inset Text
6290
6291 \begin_layout Plain Layout
6292 Command
6293 \end_layout
6294
6295 \end_inset
6296 </cell>
6297 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6298 \begin_inset Text
6299
6300 \begin_layout Plain Layout
6301 Result
6302 \end_layout
6303
6304 \end_inset
6305 </cell>
6306 </row>
6307 <row topspace="2mm">
6308 <cell alignment="center" valignment="top" usebox="none">
6309 \begin_inset Text
6310
6311 \begin_layout Plain Layout
6312
6313 \backslash
6314 Bigm(
6315 \backslash
6316 bigm(
6317 \backslash
6318 ln(3x)
6319 \backslash
6320 bigm)^2
6321 \begin_inset space \textvisiblespace{}
6322 \end_inset
6323
6324
6325 \backslash
6326 Bigm)
6327 \end_layout
6328
6329 \end_inset
6330 </cell>
6331 <cell alignment="center" valignment="top" usebox="none">
6332 \begin_inset Text
6333
6334 \begin_layout Plain Layout
6335 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
6336 \end_inset
6337
6338
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 </row>
6344 <row topspace="2mm">
6345 <cell alignment="center" valignment="top" usebox="none">
6346 \begin_inset Text
6347
6348 \begin_layout Plain Layout
6349
6350 \backslash
6351 Big(
6352 \backslash
6353 big(
6354 \backslash
6355 ln(3x)
6356 \backslash
6357 big)^2
6358 \begin_inset space \textvisiblespace{}
6359 \end_inset
6360
6361
6362 \backslash
6363 Big)
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 <cell alignment="center" valignment="top" usebox="none">
6369 \begin_inset Text
6370
6371 \begin_layout Plain Layout
6372 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
6373 \end_inset
6374
6375
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 </row>
6381 <row topspace="2mm" bottomspace="0.5mm">
6382 <cell alignment="center" valignment="top" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386
6387 \backslash
6388 Bigl(
6389 \backslash
6390 bigl(
6391 \backslash
6392 ln(3x)
6393 \backslash
6394 bigr)^2
6395 \begin_inset space \textvisiblespace{}
6396 \end_inset
6397
6398
6399 \backslash
6400 Bigr)
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 <cell alignment="center" valignment="top" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
6410 \end_inset
6411
6412
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 </row>
6418 <row topspace="1.5mm" bottomspace="0.5mm">
6419 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6420 \begin_inset Text
6421
6422 \begin_layout Plain Layout
6423
6424 \backslash
6425 bigl)
6426 \backslash
6427 ln(3x)
6428 \backslash
6429 bigr(
6430 \end_layout
6431
6432 \end_inset
6433 </cell>
6434 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6435 \begin_inset Text
6436
6437 \begin_layout Plain Layout
6438 \begin_inset Formula $\bigl)\ln(3x)\bigr($
6439 \end_inset
6440
6441
6442 \end_layout
6443
6444 \end_inset
6445 </cell>
6446 </row>
6447 </lyxtabular>
6448
6449 \end_inset
6450
6451
6452 \end_layout
6453
6454 \begin_layout Subsubsection
6455 Automatic Bracket Size
6456 \begin_inset CommandInset label
6457 LatexCommand label
6458 name "subsec:Automatic-Bracket-Size"
6459
6460 \end_inset
6461
6462
6463 \begin_inset Index idx
6464 status collapsed
6465
6466 \begin_layout Plain Layout
6467 Bracket size ! automatic
6468 \end_layout
6469
6470 \end_inset
6471
6472
6473 \end_layout
6474
6475 \begin_layout Standard
6476 Brackets with variable size can be inserted with the commands 
6477 \series bold
6478
6479 \backslash
6480 left
6481 \series default
6482
6483 \begin_inset Index idx
6484 status collapsed
6485
6486 \begin_layout Plain Layout
6487 Commands ! L ! 
6488 \backslash
6489 left
6490 \end_layout
6491
6492 \end_inset
6493
6494  and 
6495 \series bold
6496
6497 \backslash
6498 right
6499 \series default
6500
6501 \begin_inset Index idx
6502 status collapsed
6503
6504 \begin_layout Plain Layout
6505 Commands ! R ! 
6506 \backslash
6507 right
6508 \end_layout
6509
6510 \end_inset
6511
6512  or via the math toolbar button 
6513 \begin_inset Info
6514 type  "icon"
6515 arg   "dialog-show mathdelimiter"
6516 \end_inset
6517
6518 .
6519  Directly behind 
6520 \series bold
6521
6522 \backslash
6523 left
6524 \series default
6525  and 
6526 \series bold
6527
6528 \backslash
6529 right
6530 \series default
6531  the wanted bracket must be inserted.
6532  The bracket size will then automatically be calculated for the output.
6533 \end_layout
6534
6535 \begin_layout Standard
6536 \align center
6537 normal bracket: The command 
6538 \series bold
6539
6540 \backslash
6541 ln(
6542 \backslash
6543 frac
6544 \begin_inset space \textvisiblespace{}
6545 \end_inset
6546
6547 A
6548 \begin_inset Formula $\downarrow$
6549 \end_inset
6550
6551 C
6552 \begin_inset space \textvisiblespace{}
6553 \end_inset
6554
6555 )
6556 \series default
6557  creates
6558 \begin_inset Formula 
6559 \[
6560 \ln(\frac{A}{C})
6561 \]
6562
6563 \end_inset
6564
6565
6566 \end_layout
6567
6568 \begin_layout Standard
6569 \align center
6570 multiline bracket: The command 
6571 \series bold
6572
6573 \backslash
6574 ln
6575 \backslash
6576 left(
6577 \backslash
6578 frac
6579 \begin_inset space \textvisiblespace{}
6580 \end_inset
6581
6582 A
6583 \begin_inset Formula $\downarrow$
6584 \end_inset
6585
6586 C
6587 \begin_inset space \textvisiblespace{}
6588 \end_inset
6589
6590
6591 \backslash
6592 right)
6593 \series default
6594  creates
6595 \begin_inset Formula 
6596 \[
6597 \ln\left(\frac{A}{C}\right)
6598 \]
6599
6600 \end_inset
6601
6602
6603 \end_layout
6604
6605 \begin_layout Standard
6606 Instead of 
6607 \series bold
6608
6609 \backslash
6610 left
6611 \series default
6612  and 
6613 \series bold
6614
6615 \backslash
6616 right
6617 \series default
6618  the shortcut 
6619 \family sans
6620 Alt+M
6621 \begin_inset space ~
6622 \end_inset
6623
6624 Bracket
6625 \family default
6626  can be used.
6627  This has the advantage that you can see in \SpecialChar LyX
6628  immediately the real bracket
6629  size and that the matching right bracket will be created too.
6630 \begin_inset Newline newline
6631 \end_inset
6632
6633 The command for the last example would then be: 
6634 \series bold
6635
6636 \backslash
6637 ln Alt+M
6638 \series default
6639  
6640 \series bold
6641 (
6642 \backslash
6643 frac
6644 \begin_inset space \textvisiblespace{}
6645 \end_inset
6646
6647 A
6648 \begin_inset Formula $\downarrow$
6649 \end_inset
6650
6651 C
6652 \end_layout
6653
6654 \begin_layout Standard
6655 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6656  For example the command 
6657 \series bold
6658
6659 \backslash
6660 left.
6661 \backslash
6662 frac
6663 \begin_inset space \textvisiblespace{}
6664 \end_inset
6665
6666 A
6667 \begin_inset Formula $\downarrow$
6668 \end_inset
6669
6670 B
6671 \begin_inset space \textvisiblespace{}
6672 \end_inset
6673
6674
6675 \backslash
6676 right}
6677 \series default
6678  creates:
6679 \series bold
6680
6681 \begin_inset Formula 
6682 \[
6683 \left.\frac{A}{B}\right\} 
6684 \]
6685
6686 \end_inset
6687
6688
6689 \series default
6690 The commands 
6691 \series bold
6692
6693 \backslash
6694 left
6695 \series default
6696  and 
6697 \series bold
6698
6699 \backslash
6700 right
6701 \series default
6702  will be converted by \SpecialChar LyX
6703  to brackets in the right size when the document is
6704  reloaded and an omitted bracket will appear as dashed line.
6705 \end_layout
6706
6707 \begin_layout Standard
6708 \begin_inset VSpace bigskip
6709 \end_inset
6710
6711 Because all popular \SpecialChar LaTeX
6712  distributions use e\SpecialChar TeX
6713 , an extension to \SpecialChar LaTeX
6714 , the command
6715  
6716 \series bold
6717
6718 \backslash
6719 middle
6720 \series default
6721
6722 \begin_inset Index idx
6723 status collapsed
6724
6725 \begin_layout Plain Layout
6726 Commands ! M ! 
6727 \backslash
6728 middle
6729 \end_layout
6730
6731 \end_inset
6732
6733  is additionally available for all brackets and limits.
6734  With this command the height of the following character is adapted to the
6735  one of the surrounding brackets, what is e.
6736 \begin_inset space \thinspace{}
6737 \end_inset
6738
6739 g.
6740 \begin_inset space \space{}
6741 \end_inset
6742
6743 needed for physical vectors:
6744 \begin_inset Formula 
6745 \[
6746 \left\langle \phi\:\middle|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6747 \]
6748
6749 \end_inset
6750
6751 For physical vectors there is a special \SpecialChar LaTeX
6752 -package, described in 
6753 \begin_inset CommandInset ref
6754 LatexCommand ref
6755 reference "subsec:Physical-Vectors"
6756
6757 \end_inset
6758
6759 .
6760 \end_layout
6761
6762 \begin_layout Subsection
6763 Horizontal Brackets
6764 \begin_inset Index idx
6765 status collapsed
6766
6767 \begin_layout Plain Layout
6768 Brackets ! horizontal
6769 \end_layout
6770
6771 \end_inset
6772
6773
6774 \end_layout
6775
6776 \begin_layout Standard
6777 \align center
6778 \begin_inset Tabular
6779 <lyxtabular version="3" rows="4" columns="2">
6780 <features booktabs="true" tabularvalignment="middle">
6781 <column alignment="center" valignment="top" width="0pt">
6782 <column alignment="center" valignment="top" width="0pt">
6783 <row>
6784 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6785 \begin_inset Text
6786
6787 \begin_layout Plain Layout
6788 Command
6789 \end_layout
6790
6791 \end_inset
6792 </cell>
6793 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6794 \begin_inset Text
6795
6796 \begin_layout Plain Layout
6797 Result
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 </row>
6803 <row>
6804 <cell alignment="center" valignment="top" usebox="none">
6805 \begin_inset Text
6806
6807 \begin_layout Plain Layout
6808
6809 \backslash
6810 overbrace
6811 \begin_inset space \textvisiblespace{}
6812 \end_inset
6813
6814 A+B
6815 \begin_inset space \textvisiblespace{}
6816 \end_inset
6817
6818 ^3
6819 \begin_inset Index idx
6820 status collapsed
6821
6822 \begin_layout Plain Layout
6823 Commands ! O ! 
6824 \backslash
6825 overbrace
6826 \end_layout
6827
6828 \end_inset
6829
6830
6831 \end_layout
6832
6833 \end_inset
6834 </cell>
6835 <cell alignment="center" valignment="top" usebox="none">
6836 \begin_inset Text
6837
6838 \begin_layout Plain Layout
6839 \begin_inset Formula $\overbrace{A+B}^{3}$
6840 \end_inset
6841
6842
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 </row>
6848 <row topspace="2mm">
6849 <cell alignment="center" valignment="top" usebox="none">
6850 \begin_inset Text
6851
6852 \begin_layout Plain Layout
6853
6854 \backslash
6855 underbrace
6856 \begin_inset space \textvisiblespace{}
6857 \end_inset
6858
6859 A+B
6860 \begin_inset space \textvisiblespace{}
6861 \end_inset
6862
6863 _5
6864 \begin_inset Index idx
6865 status collapsed
6866
6867 \begin_layout Plain Layout
6868 Commands ! U ! 
6869 \backslash
6870 underbrace
6871 \end_layout
6872
6873 \end_inset
6874
6875
6876 \end_layout
6877
6878 \end_inset
6879 </cell>
6880 <cell alignment="center" valignment="top" usebox="none">
6881 \begin_inset Text
6882
6883 \begin_layout Plain Layout
6884 \begin_inset Formula $\underbrace{A+B}_{5}$
6885 \end_inset
6886
6887
6888 \end_layout
6889
6890 \end_inset
6891 </cell>
6892 </row>
6893 <row>
6894 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6895 \begin_inset Text
6896
6897 \begin_layout Plain Layout
6898
6899 \backslash
6900 overbrace
6901 \begin_inset space \textvisiblespace{}
6902 \end_inset
6903
6904
6905 \backslash
6906 underbrace
6907 \begin_inset space \textvisiblespace{}
6908 \end_inset
6909
6910 A+B_w
6911 \begin_inset space \textvisiblespace{}
6912 \end_inset
6913
6914
6915 \begin_inset space \textvisiblespace{}
6916 \end_inset
6917
6918 _7
6919 \begin_inset space \textvisiblespace{}
6920 \end_inset
6921
6922
6923 \begin_inset space \textvisiblespace{}
6924 \end_inset
6925
6926 ^
6927 \begin_inset space \textvisiblespace{}
6928 \end_inset
6929
6930 C
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
6940 \end_inset
6941
6942
6943 \end_layout
6944
6945 \end_inset
6946 </cell>
6947 </row>
6948 </lyxtabular>
6949
6950 \end_inset
6951
6952
6953 \end_layout
6954
6955 \begin_layout Standard
6956 In the last example it doesn't matter if 
6957 \series bold
6958
6959 \backslash
6960 overbrace
6961 \series default
6962  or 
6963 \series bold
6964
6965 \backslash
6966 underbrace
6967 \series default
6968  is inserted at first.
6969 \end_layout
6970
6971 \begin_layout Standard
6972 \begin_inset VSpace medskip
6973 \end_inset
6974
6975
6976 \end_layout
6977
6978 \begin_layout Standard
6979 If you set in the document settings under 
6980 \family sans
6981 Math
6982 \begin_inset space ~
6983 \end_inset
6984
6985 Options
6986 \family default
6987  for the package 
6988 \series bold
6989 mathtools
6990 \series default
6991
6992 \begin_inset Index idx
6993 status collapsed
6994
6995 \begin_layout Plain Layout
6996 Packages ! mathtools
6997 \end_layout
6998
6999 \end_inset
7000
7001  the option 
7002 \family sans
7003 Load
7004 \begin_inset space ~
7005 \end_inset
7006
7007 always
7008 \family default
7009 , you have access to square brackets:
7010 \end_layout
7011
7012 \begin_layout Standard
7013 \align center
7014 \begin_inset Tabular
7015 <lyxtabular version="3" rows="4" columns="2">
7016 <features booktabs="true" tabularvalignment="middle">
7017 <column alignment="center" valignment="top" width="0pt">
7018 <column alignment="center" valignment="top" width="0pt">
7019 <row>
7020 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7021 \begin_inset Text
7022
7023 \begin_layout Plain Layout
7024 Command
7025 \end_layout
7026
7027 \end_inset
7028 </cell>
7029 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033 Result
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 </row>
7039 <row>
7040 <cell alignment="center" valignment="top" usebox="none">
7041 \begin_inset Text
7042
7043 \begin_layout Plain Layout
7044
7045 \backslash
7046
7047 \family roman
7048 \series medium
7049 \shape up
7050 \size normal
7051 \emph off
7052 \bar no
7053 \strikeout off
7054 \uuline off
7055 \uwave off
7056 \noun off
7057 \color none
7058 overbracket
7059 \family default
7060 \series default
7061 \shape default
7062 \size default
7063 \emph default
7064 \bar default
7065 \strikeout default
7066 \uuline default
7067 \uwave default
7068 \noun default
7069 \color inherit
7070 {A+B
7071 \begin_inset space \textvisiblespace{}
7072 \end_inset
7073
7074 ^3
7075 \begin_inset Index idx
7076 status collapsed
7077
7078 \begin_layout Plain Layout
7079 Commands ! O ! 
7080 \backslash
7081 overbracket
7082 \end_layout
7083
7084 \end_inset
7085
7086
7087 \end_layout
7088
7089 \end_inset
7090 </cell>
7091 <cell alignment="center" valignment="top" usebox="none">
7092 \begin_inset Text
7093
7094 \begin_layout Plain Layout
7095 \begin_inset Formula $\overbracket{A+B}^{3}$
7096 \end_inset
7097
7098
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 </row>
7104 <row topspace="2mm">
7105 <cell alignment="center" valignment="top" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109
7110 \backslash
7111 under
7112 \family roman
7113 \series medium
7114 \shape up
7115 \size normal
7116 \emph off
7117 \bar no
7118 \strikeout off
7119 \uuline off
7120 \uwave off
7121 \noun off
7122 \color none
7123 bracket
7124 \family default
7125 \series default
7126 \shape default
7127 \size default
7128 \emph default
7129 \bar default
7130 \strikeout default
7131 \uuline default
7132 \uwave default
7133 \noun default
7134 \color inherit
7135 {A+B
7136 \begin_inset space \textvisiblespace{}
7137 \end_inset
7138
7139 _5
7140 \begin_inset Index idx
7141 status collapsed
7142
7143 \begin_layout Plain Layout
7144 Commands ! U ! 
7145 \backslash
7146 under
7147 \family roman
7148 \series medium
7149 \shape up
7150 \size normal
7151 \emph off
7152 \bar no
7153 \strikeout off
7154 \uuline off
7155 \uwave off
7156 \noun off
7157 \color none
7158 bracket
7159 \end_layout
7160
7161 \end_inset
7162
7163
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 <cell alignment="center" valignment="top" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172 \begin_inset Formula $\underbracket{A+B}_{5}$
7173 \end_inset
7174
7175
7176 \end_layout
7177
7178 \end_inset
7179 </cell>
7180 </row>
7181 <row>
7182 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7183 \begin_inset Text
7184
7185 \begin_layout Plain Layout
7186
7187 \backslash
7188 overbracket{
7189 \backslash
7190 underbracket{A+B_w
7191 \begin_inset space \textvisiblespace{}
7192 \end_inset
7193
7194
7195 \begin_inset space \textvisiblespace{}
7196 \end_inset
7197
7198 _7
7199 \begin_inset space \textvisiblespace{}
7200 \end_inset
7201
7202
7203 \begin_inset space \textvisiblespace{}
7204 \end_inset
7205
7206 ^
7207 \begin_inset space \textvisiblespace{}
7208 \end_inset
7209
7210 C
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Plain Layout
7219 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7220 \end_inset
7221
7222
7223 \end_layout
7224
7225 \end_inset
7226 </cell>
7227 </row>
7228 </lyxtabular>
7229
7230 \end_inset
7231
7232
7233 \end_layout
7234
7235 \begin_layout Standard
7236 For 
7237 \series bold
7238
7239 \backslash
7240 overbracket
7241 \series default
7242  and 
7243 \series bold
7244
7245 \backslash
7246 underbracket
7247 \series default
7248  you can change the thickness of the bracket's stroke by specifying the
7249  desired thickness in square brackets behind the command:
7250 \end_layout
7251
7252 \begin_layout Standard
7253 \align center
7254 \begin_inset Tabular
7255 <lyxtabular version="3" rows="3" columns="2">
7256 <features booktabs="true" tabularvalignment="middle">
7257 <column alignment="center" valignment="top" width="0pt">
7258 <column alignment="center" valignment="top" width="0pt">
7259 <row>
7260 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7261 \begin_inset Text
7262
7263 \begin_layout Plain Layout
7264 Command
7265 \end_layout
7266
7267 \end_inset
7268 </cell>
7269 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7270 \begin_inset Text
7271
7272 \begin_layout Plain Layout
7273 Result
7274 \end_layout
7275
7276 \end_inset
7277 </cell>
7278 </row>
7279 <row>
7280 <cell alignment="center" valignment="top" usebox="none">
7281 \begin_inset Text
7282
7283 \begin_layout Plain Layout
7284
7285 \backslash
7286
7287 \family roman
7288 \series medium
7289 \shape up
7290 \size normal
7291 \emph off
7292 \bar no
7293 \strikeout off
7294 \uuline off
7295 \uwave off
7296 \noun off
7297 \color none
7298 overbracket
7299 \family default
7300 \series default
7301 \shape default
7302 \size default
7303 \emph default
7304 \bar default
7305 \strikeout default
7306 \uuline default
7307 \uwave default
7308 \noun default
7309 \color inherit
7310 [3pt]
7311 \backslash
7312 {A+B
7313 \begin_inset space \textvisiblespace{}
7314 \end_inset
7315
7316 ^3
7317 \end_layout
7318
7319 \end_inset
7320 </cell>
7321 <cell alignment="center" valignment="top" usebox="none">
7322 \begin_inset Text
7323
7324 \begin_layout Plain Layout
7325 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7326 \end_inset
7327
7328
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 </row>
7334 <row topspace="2mm">
7335 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7336 \begin_inset Text
7337
7338 \begin_layout Plain Layout
7339
7340 \backslash
7341 under
7342 \family roman
7343 \series medium
7344 \shape up
7345 \size normal
7346 \emph off
7347 \bar no
7348 \strikeout off
7349 \uuline off
7350 \uwave off
7351 \noun off
7352 \color none
7353 bracket
7354 \family default
7355 \series default
7356 \shape default
7357 \size default
7358 \emph default
7359 \bar default
7360 \strikeout default
7361 \uuline default
7362 \uwave default
7363 \noun default
7364 \color inherit
7365 [1pt]
7366 \backslash
7367 {A+B
7368 \begin_inset space \textvisiblespace{}
7369 \end_inset
7370
7371 _5
7372 \end_layout
7373
7374 \end_inset
7375 </cell>
7376 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7377 \begin_inset Text
7378
7379 \begin_layout Plain Layout
7380 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7381 \end_inset
7382
7383
7384 \end_layout
7385
7386 \end_inset
7387 </cell>
7388 </row>
7389 </lyxtabular>
7390
7391 \end_inset
7392
7393
7394 \end_layout
7395
7396 \begin_layout Standard
7397 \begin_inset VSpace bigskip
7398 \end_inset
7399
7400 When brackets should overlap each other, multiline formulas, as described
7401  in 
7402 \begin_inset CommandInset ref
7403 LatexCommand ref
7404 reference "sec:Multiline-Formulas"
7405
7406 \end_inset
7407
7408 , must be used:
7409 \begin_inset Formula 
7410 \begin{eqnarray*}
7411 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7412  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7413 \end{eqnarray*}
7414
7415 \end_inset
7416
7417 In the first row the formula is inserted together with the first brace.
7418  It is hereby important that the space command
7419 \begin_inset Foot
7420 status collapsed
7421
7422 \begin_layout Plain Layout
7423 Space commands are explained in 
7424 \begin_inset CommandInset ref
7425 LatexCommand ref
7426 reference "subsec:Predefined-Space"
7427
7428 \end_inset
7429
7430 .
7431 \end_layout
7432
7433 \end_inset
7434
7435  
7436 \series bold
7437
7438 \backslash
7439 :
7440 \series default
7441  is inserted before the first 
7442 \begin_inset Formula $d$
7443 \end_inset
7444
7445 , because the brace that ends behind the 
7446 \begin_inset Formula $q$
7447 \end_inset
7448
7449  prevents that the following 
7450 \begin_inset Quotes eld
7451 \end_inset
7452
7453 +
7454 \begin_inset Quotes erd
7455 \end_inset
7456
7457  is surrounded by space.
7458 \begin_inset Foot
7459 status collapsed
7460
7461 \begin_layout Plain Layout
7462 because a bracket is not handled as a character, see 
7463 \begin_inset CommandInset ref
7464 LatexCommand ref
7465 reference "subsec:Binary-Operators"
7466
7467 \end_inset
7468
7469
7470 \end_layout
7471
7472 \end_inset
7473
7474  In the second row the second brace is inserted.
7475  As it should begin before the 
7476 \begin_inset Formula $b$
7477 \end_inset
7478
7479 , first the command 
7480 \series bold
7481
7482 \backslash
7483 hphantom{gggg+
7484 \backslash
7485 :}
7486 \series default
7487  is inserted.
7488 \begin_inset Foot
7489 status collapsed
7490
7491 \begin_layout Plain Layout
7492 more about 
7493 \series bold
7494
7495 \backslash
7496 hphantom
7497 \series default
7498  see 
7499 \begin_inset CommandInset ref
7500 LatexCommand ref
7501 reference "subsec:Placeholders"
7502
7503 \end_inset
7504
7505
7506 \end_layout
7507
7508 \end_inset
7509
7510  This space is needed because the 
7511 \begin_inset Quotes eld
7512 \end_inset
7513
7514 +
7515 \begin_inset Quotes erd
7516 \end_inset
7517
7518  is also surrounded by space in the formula.
7519  The brace is placed under the command 
7520 \series bold
7521
7522 \backslash
7523 hphantom{bbqq+dddd}
7524 \series default
7525 .
7526 \end_layout
7527
7528 \begin_layout Standard
7529 It gets more complicated when brackets overlap each other above and under
7530  the formula, like in the following example:
7531 \begin_inset ERT
7532 status collapsed
7533
7534 \begin_layout Plain Layout
7535
7536
7537 \backslash
7538 setlength{
7539 \backslash
7540 jot}{-6pt}
7541 \end_layout
7542
7543 \end_inset
7544
7545
7546 \begin_inset Formula 
7547 \begin{eqnarray*}
7548  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7549 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7550 \end{eqnarray*}
7551
7552 \end_inset
7553
7554
7555 \begin_inset ERT
7556 status collapsed
7557
7558 \begin_layout Plain Layout
7559
7560
7561 \backslash
7562 setlength{
7563 \backslash
7564 jot}{3pt}
7565 \end_layout
7566
7567 \end_inset
7568
7569 The first formula row is the same as the second row of the previous example,
7570  with the difference that the brace is above.
7571  The second row contains the formula together with the second brace.
7572  To avoid that there is space between the upper brace in the first row and
7573  the formula, the row spacing needs to be reduced.
7574  This is not easily possible due to a bug in \SpecialChar LyX
7575 .
7576 \begin_inset Foot
7577 status collapsed
7578
7579 \begin_layout Plain Layout
7580 \begin_inset CommandInset href
7581 LatexCommand href
7582 name "LyX-bug #1505"
7583 target "https://www.lyx.org/trac/ticket/1505"
7584 literal "false"
7585
7586 \end_inset
7587
7588
7589 \end_layout
7590
7591 \end_inset
7592
7593  As a solution for the problem, the global formula row separation 
7594 \series bold
7595
7596 \backslash
7597 jot
7598 \series default
7599
7600 \begin_inset Index idx
7601 status collapsed
7602
7603 \begin_layout Plain Layout
7604 Commands ! J ! 
7605 \backslash
7606 jot
7607 \end_layout
7608
7609 \end_inset
7610
7611  must be changed to -6
7612 \begin_inset space \thinspace{}
7613 \end_inset
7614
7615 pt before the formula with the command 
7616 \series bold
7617
7618 \backslash
7619 setlength{
7620 \backslash
7621 jot}{-6pt}
7622 \series default
7623  in \SpecialChar TeX
7624  mode.
7625  
7626 \series bold
7627
7628 \backslash
7629 jot
7630 \series default
7631  is set back after the formula to the standard value of 3
7632 \begin_inset space \thinspace{}
7633 \end_inset
7634
7635 pt using the same command.
7636  More about the row separation in formulas is explained in 
7637 \begin_inset CommandInset ref
7638 LatexCommand ref
7639 reference "subsec:Line-Separation"
7640
7641 \end_inset
7642
7643 .
7644 \end_layout
7645
7646 \begin_layout Section
7647 Arrows
7648 \begin_inset Index idx
7649 status collapsed
7650
7651 \begin_layout Plain Layout
7652 Arrows
7653 \end_layout
7654
7655 \end_inset
7656
7657
7658 \end_layout
7659
7660 \begin_layout Standard
7661 Arrows can be inserted via the math toolbar button 
7662 \begin_inset Info
7663 type  "icon"
7664 arg   "math-insert \\leftarrow"
7665 \end_inset
7666
7667  or the commands listed in the following subsections.
7668 \end_layout
7669
7670 \begin_layout Subsection
7671 Horizontal Arrows
7672 \begin_inset Index idx
7673 status collapsed
7674
7675 \begin_layout Plain Layout
7676 Arrows ! horizontal
7677 \end_layout
7678
7679 \end_inset
7680
7681
7682 \end_layout
7683
7684 \begin_layout Standard
7685 \begin_inset space \hfill{}
7686 \end_inset
7687
7688
7689 \begin_inset Tabular
7690 <lyxtabular version="3" rows="8" columns="2">
7691 <features booktabs="true" tabularvalignment="middle">
7692 <column alignment="center" valignment="top" width="0pt">
7693 <column alignment="center" valignment="top" width="0pt">
7694 <row>
7695 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7696 \begin_inset Text
7697
7698 \begin_layout Plain Layout
7699 Command
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Plain Layout
7708 Result
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 </row>
7714 <row>
7715 <cell alignment="center" valignment="top" usebox="none">
7716 \begin_inset Text
7717
7718 \begin_layout Plain Layout
7719
7720 \backslash
7721 gets
7722 \end_layout
7723
7724 \end_inset
7725 </cell>
7726 <cell alignment="center" valignment="top" usebox="none">
7727 \begin_inset Text
7728
7729 \begin_layout Plain Layout
7730 \begin_inset Formula $\gets$
7731 \end_inset
7732
7733
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 </row>
7739 <row>
7740 <cell alignment="center" valignment="top" usebox="none">
7741 \begin_inset Text
7742
7743 \begin_layout Plain Layout
7744
7745 \backslash
7746 Leftarrow
7747 \end_layout
7748
7749 \end_inset
7750 </cell>
7751 <cell alignment="center" valignment="top" usebox="none">
7752 \begin_inset Text
7753
7754 \begin_layout Plain Layout
7755 \begin_inset Formula $\Leftarrow$
7756 \end_inset
7757
7758
7759 \end_layout
7760
7761 \end_inset
7762 </cell>
7763 </row>
7764 <row>
7765 <cell alignment="center" valignment="top" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Plain Layout
7769
7770 \backslash
7771 longleftarrow
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 <cell alignment="center" valignment="top" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Plain Layout
7780 \begin_inset Formula $\longleftarrow$
7781 \end_inset
7782
7783
7784 \end_layout
7785
7786 \end_inset
7787 </cell>
7788 </row>
7789 <row>
7790 <cell alignment="center" valignment="top" usebox="none">
7791 \begin_inset Text
7792
7793 \begin_layout Plain Layout
7794
7795 \backslash
7796 Longleftarrow
7797 \end_layout
7798
7799 \end_inset
7800 </cell>
7801 <cell alignment="center" valignment="top" usebox="none">
7802 \begin_inset Text
7803
7804 \begin_layout Plain Layout
7805 \begin_inset Formula $\Longleftarrow$
7806 \end_inset
7807
7808
7809 \end_layout
7810
7811 \end_inset
7812 </cell>
7813 </row>
7814 <row>
7815 <cell alignment="center" valignment="top" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819
7820 \backslash
7821 leftharpoonup
7822 \end_layout
7823
7824 \end_inset
7825 </cell>
7826 <cell alignment="center" valignment="top" usebox="none">
7827 \begin_inset Text
7828
7829 \begin_layout Plain Layout
7830 \begin_inset Formula $\leftharpoonup$
7831 \end_inset
7832
7833
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 </row>
7839 <row>
7840 <cell alignment="center" valignment="top" usebox="none">
7841 \begin_inset Text
7842
7843 \begin_layout Plain Layout
7844
7845 \backslash
7846 leftharpoondown
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 <cell alignment="center" valignment="top" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855 \begin_inset Formula $\leftharpoondown$
7856 \end_inset
7857
7858
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 </row>
7864 <row>
7865 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7866 \begin_inset Text
7867
7868 \begin_layout Plain Layout
7869
7870 \backslash
7871 hookleftarrow
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7877 \begin_inset Text
7878
7879 \begin_layout Plain Layout
7880 \begin_inset Formula $\hookleftarrow$
7881 \end_inset
7882
7883
7884 \end_layout
7885
7886 \end_inset
7887 </cell>
7888 </row>
7889 </lyxtabular>
7890
7891 \end_inset
7892
7893
7894 \begin_inset space \hfill{}
7895 \end_inset
7896
7897
7898 \begin_inset Tabular
7899 <lyxtabular version="3" rows="8" columns="2">
7900 <features booktabs="true" tabularvalignment="middle">
7901 <column alignment="center" valignment="top" width="0pt">
7902 <column alignment="center" valignment="top" width="0pt">
7903 <row>
7904 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Plain Layout
7908 Command
7909 \end_layout
7910
7911 \end_inset
7912 </cell>
7913 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Plain Layout
7917 Result
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 </row>
7923 <row>
7924 <cell alignment="center" valignment="top" usebox="none">
7925 \begin_inset Text
7926
7927 \begin_layout Plain Layout
7928
7929 \backslash
7930 to
7931 \end_layout
7932
7933 \end_inset
7934 </cell>
7935 <cell alignment="center" valignment="top" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Plain Layout
7939 \begin_inset Formula $\to$
7940 \end_inset
7941
7942
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 </row>
7948 <row>
7949 <cell alignment="center" valignment="top" usebox="none">
7950 \begin_inset Text
7951
7952 \begin_layout Plain Layout
7953
7954 \backslash
7955 Rightarrow
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 <cell alignment="center" valignment="top" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964 \begin_inset Formula $\Rightarrow$
7965 \end_inset
7966
7967
7968 \end_layout
7969
7970 \end_inset
7971 </cell>
7972 </row>
7973 <row>
7974 <cell alignment="center" valignment="top" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978
7979 \backslash
7980 longrightarrow
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 <cell alignment="center" valignment="top" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989 \begin_inset Formula $\longrightarrow$
7990 \end_inset
7991
7992
7993 \end_layout
7994
7995 \end_inset
7996 </cell>
7997 </row>
7998 <row>
7999 <cell alignment="center" valignment="top" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Plain Layout
8003
8004 \backslash
8005 Longrightarrow
8006 \end_layout
8007
8008 \end_inset
8009 </cell>
8010 <cell alignment="center" valignment="top" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Plain Layout
8014 \begin_inset Formula $\Longrightarrow$
8015 \end_inset
8016
8017
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 </row>
8023 <row>
8024 <cell alignment="center" valignment="top" usebox="none">
8025 \begin_inset Text
8026
8027 \begin_layout Plain Layout
8028
8029 \backslash
8030 rightharpoonup
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 <cell alignment="center" valignment="top" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039 \begin_inset Formula $\rightharpoonup$
8040 \end_inset
8041
8042
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 </row>
8048 <row>
8049 <cell alignment="center" valignment="top" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053
8054 \backslash
8055 rightharpoondown
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 <cell alignment="center" valignment="top" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064 \begin_inset Formula $\rightharpoondown$
8065 \end_inset
8066
8067
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 </row>
8073 <row>
8074 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078
8079 \backslash
8080 hookrightarrow
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089 \begin_inset Formula $\hookrightarrow$
8090 \end_inset
8091
8092
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 </row>
8098 </lyxtabular>
8099
8100 \end_inset
8101
8102
8103 \begin_inset space \hfill{}
8104 \end_inset
8105
8106
8107 \end_layout
8108
8109 \begin_layout Standard
8110 \begin_inset space \hfill{}
8111 \end_inset
8112
8113
8114 \begin_inset Tabular
8115 <lyxtabular version="3" rows="6" columns="2">
8116 <features booktabs="true" tabularvalignment="middle">
8117 <column alignment="center" valignment="top" width="0pt">
8118 <column alignment="center" valignment="top" width="0pt">
8119 <row>
8120 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124 Command
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133 Result
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 </row>
8139 <row>
8140 <cell alignment="center" valignment="top" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144
8145 \backslash
8146 leftrightarrow
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 <cell alignment="center" valignment="top" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155 \begin_inset Formula $\leftrightarrow$
8156 \end_inset
8157
8158
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 </row>
8164 <row>
8165 <cell alignment="center" valignment="top" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169
8170 \backslash
8171 Leftrightarrow
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 <cell alignment="center" valignment="top" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180 \begin_inset Formula $\Leftrightarrow$
8181 \end_inset
8182
8183
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 </row>
8189 <row>
8190 <cell alignment="center" valignment="top" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194
8195 \backslash
8196 longleftrightarrow
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 <cell alignment="center" valignment="top" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205 \begin_inset Formula $\longleftrightarrow$
8206 \end_inset
8207
8208
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 </row>
8214 <row>
8215 <cell alignment="center" valignment="top" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219
8220 \backslash
8221 Longleftrightarrow
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 <cell alignment="center" valignment="top" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 \begin_inset Formula $\Longleftrightarrow$
8231 \end_inset
8232
8233
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 </row>
8239 <row>
8240 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244
8245 \backslash
8246 rightleftharpoons
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255 \begin_inset Formula $\rightleftharpoons$
8256 \end_inset
8257
8258
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 </row>
8264 </lyxtabular>
8265
8266 \end_inset
8267
8268
8269 \begin_inset space \hspace{}
8270 \length 25pt
8271 \end_inset
8272
8273
8274 \begin_inset space \hfill{}
8275 \end_inset
8276
8277
8278 \begin_inset Tabular
8279 <lyxtabular version="3" rows="5" columns="2">
8280 <features booktabs="true" tabularvalignment="middle">
8281 <column alignment="center" valignment="top" width="0pt">
8282 <column alignment="center" valignment="top" width="0pt">
8283 <row>
8284 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288 Command
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297 Result
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 </row>
8303 <row>
8304 <cell alignment="center" valignment="top" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308
8309 \backslash
8310 mapsto
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 <cell alignment="center" valignment="top" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Plain Layout
8319 \begin_inset Formula $\mapsto$
8320 \end_inset
8321
8322
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 </row>
8328 <row>
8329 <cell alignment="center" valignment="top" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333
8334 \backslash
8335 longmapsto
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 <cell alignment="center" valignment="top" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344 \begin_inset Formula $\longmapsto$
8345 \end_inset
8346
8347
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 </row>
8353 <row>
8354 <cell alignment="center" valignment="top" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358
8359 \backslash
8360 leadsto
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 <cell alignment="center" valignment="top" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369 \begin_inset Formula $\leadsto$
8370 \end_inset
8371
8372
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 </row>
8378 <row>
8379 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383
8384 \backslash
8385 dasharrow
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8391 \begin_inset Text
8392
8393 \begin_layout Plain Layout
8394 \begin_inset Formula $\dasharrow$
8395 \end_inset
8396
8397
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 </row>
8403 </lyxtabular>
8404
8405 \end_inset
8406
8407
8408 \begin_inset space \hfill{}
8409 \end_inset
8410
8411
8412 \end_layout
8413
8414 \begin_layout Standard
8415 \begin_inset VSpace medskip
8416 \end_inset
8417
8418 Arrows used as accents like e.
8419 \begin_inset space \thinspace{}
8420 \end_inset
8421
8422 g.
8423 \begin_inset space \space{}
8424 \end_inset
8425
8426 vector arrows are listed in 
8427 \begin_inset CommandInset ref
8428 LatexCommand ref
8429 reference "sec:Accents"
8430
8431 \end_inset
8432
8433 .
8434 \end_layout
8435
8436 \begin_layout Standard
8437 \begin_inset VSpace bigskip
8438 \end_inset
8439
8440 Furthermore there are the labeled arrows
8441 \begin_inset Index idx
8442 status collapsed
8443
8444 \begin_layout Plain Layout
8445 Arrows ! labeled
8446 \end_layout
8447
8448 \end_inset
8449
8450  
8451 \series bold
8452
8453 \backslash
8454 xleftarrow
8455 \series default
8456
8457 \begin_inset Index idx
8458 status collapsed
8459
8460 \begin_layout Plain Layout
8461 Commands ! X ! 
8462 \backslash
8463 xleftarrow
8464 \end_layout
8465
8466 \end_inset
8467
8468  and 
8469 \series bold
8470
8471 \backslash
8472 xrightarrow
8473 \series default
8474
8475 \begin_inset Index idx
8476 status collapsed
8477
8478 \begin_layout Plain Layout
8479 Commands ! X ! 
8480 \backslash
8481 xrightarrow
8482 \begin_inset ERT
8483 status collapsed
8484
8485 \begin_layout Plain Layout
8486
8487
8488 \backslash
8489 vspace{4mm}
8490 \end_layout
8491
8492 \end_inset
8493
8494
8495 \end_layout
8496
8497 \end_inset
8498
8499 .
8500  When inserting one of these commands in a formula, an arrow with two blue
8501  boxes appear where the label can be inserted.
8502  The length of the arrow adapts to the label width.
8503 \end_layout
8504
8505 \begin_layout Standard
8506 \align center
8507 \begin_inset Tabular
8508 <lyxtabular version="3" rows="3" columns="2">
8509 <features booktabs="true" tabularvalignment="middle">
8510 <column alignment="center" valignment="top" width="0pt">
8511 <column alignment="center" valignment="top" width="0pt">
8512 <row>
8513 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517 Command
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526 Result
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 </row>
8532 <row>
8533 <cell alignment="center" valignment="top" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537 F(a)
8538 \backslash
8539 xleftarrow
8540 \begin_inset space \textvisiblespace{}
8541 \end_inset
8542
8543 x=a
8544 \begin_inset Formula $\downarrow$
8545 \end_inset
8546
8547 x>0
8548 \begin_inset Formula $\to$
8549 \end_inset
8550
8551 F(x)
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 <cell alignment="center" valignment="top" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
8561 \end_inset
8562
8563
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 </row>
8569 <row topspace="2mm">
8570 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574 F(x)
8575 \backslash
8576 xrightarrow
8577 \begin_inset space \textvisiblespace{}
8578 \end_inset
8579
8580 x=a
8581 \begin_inset Formula $\downarrow$
8582 \end_inset
8583
8584 x>0
8585 \begin_inset Formula $\to$
8586 \end_inset
8587
8588 F(a)
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
8598 \end_inset
8599
8600
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 </row>
8606 </lyxtabular>
8607
8608 \end_inset
8609
8610
8611 \end_layout
8612
8613 \begin_layout Standard
8614 \begin_inset VSpace medskip
8615 \end_inset
8616
8617
8618 \end_layout
8619
8620 \begin_layout Standard
8621 If you set in the document settings under 
8622 \family sans
8623 Math
8624 \begin_inset space ~
8625 \end_inset
8626
8627 Options
8628 \family default
8629  for the package 
8630 \series bold
8631 mathtools
8632 \series default
8633
8634 \begin_inset Index idx
8635 status collapsed
8636
8637 \begin_layout Plain Layout
8638 Packages ! mathtools
8639 \end_layout
8640
8641 \end_inset
8642
8643  the option 
8644 \family sans
8645 Load
8646 \begin_inset space ~
8647 \end_inset
8648
8649 always
8650 \family default
8651 , you have access to the following labeled arrows:
8652 \end_layout
8653
8654 \begin_layout Standard
8655 \begin_inset Newpage newpage
8656 \end_inset
8657
8658
8659 \end_layout
8660
8661 \begin_layout Standard
8662 \align center
8663 \begin_inset space \hspace*{\fill}
8664 \end_inset
8665
8666
8667 \begin_inset Tabular
8668 <lyxtabular version="3" rows="7" columns="2">
8669 <features booktabs="true" tabularvalignment="middle">
8670 <column alignment="center" valignment="top" width="0pt">
8671 <column alignment="center" valignment="top" width="0pt">
8672 <row>
8673 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677 Command
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686 Example
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 </row>
8692 <row>
8693 <cell alignment="center" valignment="top" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697
8698 \family roman
8699 \series medium
8700 \shape up
8701 \size normal
8702 \emph off
8703 \bar no
8704 \strikeout off
8705 \uuline off
8706 \uwave off
8707 \noun off
8708 \color none
8709
8710 \backslash
8711 xleftrightarrow
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 <cell alignment="center" valignment="top" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
8721 \end_inset
8722
8723
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 </row>
8729 <row topspace="2mm">
8730 <cell alignment="center" valignment="top" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734
8735 \family roman
8736 \series medium
8737 \shape up
8738 \size normal
8739 \emph off
8740 \bar no
8741 \strikeout off
8742 \uuline off
8743 \uwave off
8744 \noun off
8745 \color none
8746
8747 \backslash
8748 xLeftarrow
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 <cell alignment="center" valignment="top" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
8758 \end_inset
8759
8760
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 </row>
8766 <row topspace="2mm">
8767 <cell alignment="center" valignment="top" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771
8772 \backslash
8773
8774 \family roman
8775 \series medium
8776 \shape up
8777 \size normal
8778 \emph off
8779 \bar no
8780 \strikeout off
8781 \uuline off
8782 \uwave off
8783 \noun off
8784 \color none
8785 xRightarrow
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 <cell alignment="center" valignment="top" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
8795 \end_inset
8796
8797
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 </row>
8803 <row topspace="2mm">
8804 <cell alignment="center" valignment="top" usebox="none">
8805 \begin_inset Text
8806
8807 \begin_layout Plain Layout
8808
8809 \backslash
8810
8811 \family roman
8812 \series medium
8813 \shape up
8814 \size normal
8815 \emph off
8816 \bar no
8817 \strikeout off
8818 \uuline off
8819 \uwave off
8820 \noun off
8821 \color none
8822 xLeftrightarrow
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 <cell alignment="center" valignment="top" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
8832 \end_inset
8833
8834
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 </row>
8840 <row topspace="2mm">
8841 <cell alignment="center" valignment="top" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845
8846 \family roman
8847 \series medium
8848 \shape up
8849 \size normal
8850 \emph off
8851 \bar no
8852 \strikeout off
8853 \uuline off
8854 \uwave off
8855 \noun off
8856 \color none
8857
8858 \backslash
8859 xhookleftarrow
8860 \end_layout
8861
8862 \end_inset
8863 </cell>
8864 <cell alignment="center" valignment="top" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
8869 \end_inset
8870
8871
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 </row>
8877 <row topspace="2mm">
8878 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882
8883 \family roman
8884 \series medium
8885 \shape up
8886 \size normal
8887 \emph off
8888 \bar no
8889 \strikeout off
8890 \uuline off
8891 \uwave off
8892 \noun off
8893 \color none
8894
8895 \backslash
8896 xhookrightarrow
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
8906 \end_inset
8907
8908
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 </row>
8914 </lyxtabular>
8915
8916 \end_inset
8917
8918
8919 \begin_inset space \hspace*{\fill}
8920 \end_inset
8921
8922
8923 \begin_inset Tabular
8924 <lyxtabular version="3" rows="7" columns="2">
8925 <features booktabs="true" tabularvalignment="middle">
8926 <column alignment="center" valignment="top" width="0pt">
8927 <column alignment="center" valignment="top" width="0pt">
8928 <row>
8929 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Plain Layout
8933 Command
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Plain Layout
8942 Example
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 </row>
8948 <row>
8949 <cell alignment="center" valignment="top" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953
8954 \backslash
8955
8956 \family roman
8957 \series medium
8958 \shape up
8959 \size normal
8960 \emph off
8961 \bar no
8962 \strikeout off
8963 \uuline off
8964 \uwave off
8965 \noun off
8966 \color none
8967 xleftharpoondown
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 <cell alignment="center" valignment="top" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
8977 \end_inset
8978
8979
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 </row>
8985 <row topspace="2mm">
8986 <cell alignment="center" valignment="top" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990
8991 \backslash
8992
8993 \family roman
8994 \series medium
8995 \shape up
8996 \size normal
8997 \emph off
8998 \bar no
8999 \strikeout off
9000 \uuline off
9001 \uwave off
9002 \noun off
9003 \color none
9004 xleftharpoonup
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 <cell alignment="center" valignment="top" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
9014 \end_inset
9015
9016
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 </row>
9022 <row topspace="2mm">
9023 <cell alignment="center" valignment="top" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027
9028 \backslash
9029
9030 \family roman
9031 \series medium
9032 \shape up
9033 \size normal
9034 \emph off
9035 \bar no
9036 \strikeout off
9037 \uuline off
9038 \uwave off
9039 \noun off
9040 \color none
9041 xrightharpoondown
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 <cell alignment="center" valignment="top" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
9051 \end_inset
9052
9053
9054 \end_layout
9055
9056 \end_inset
9057 </cell>
9058 </row>
9059 <row topspace="2mm">
9060 <cell alignment="center" valignment="top" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064
9065 \backslash
9066
9067 \family roman
9068 \series medium
9069 \shape up
9070 \size normal
9071 \emph off
9072 \bar no
9073 \strikeout off
9074 \uuline off
9075 \uwave off
9076 \noun off
9077 \color none
9078 xrightharpoonup
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 <cell alignment="center" valignment="top" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Plain Layout
9087 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
9088 \end_inset
9089
9090
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 </row>
9096 <row topspace="2mm">
9097 <cell alignment="center" valignment="top" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101
9102 \backslash
9103
9104 \family roman
9105 \series medium
9106 \shape up
9107 \size normal
9108 \emph off
9109 \bar no
9110 \strikeout off
9111 \uuline off
9112 \uwave off
9113 \noun off
9114 \color none
9115 xleftrightharpoons
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 <cell alignment="center" valignment="top" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Plain Layout
9124 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
9125 \end_inset
9126
9127
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 </row>
9133 <row topspace="2mm">
9134 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138
9139 \backslash
9140
9141 \family roman
9142 \series medium
9143 \shape up
9144 \size normal
9145 \emph off
9146 \bar no
9147 \strikeout off
9148 \uuline off
9149 \uwave off
9150 \noun off
9151 \color none
9152 xrightleftharpoons
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Plain Layout
9161 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
9162 \end_inset
9163
9164
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 </row>
9170 </lyxtabular>
9171
9172 \end_inset
9173
9174
9175 \begin_inset space \hspace*{\fill}
9176 \end_inset
9177
9178
9179 \end_layout
9180
9181 \begin_layout Standard
9182 The command scheme is for all these arrows:
9183 \end_layout
9184
9185 \begin_layout Standard
9186 \align center
9187 \begin_inset Tabular
9188 <lyxtabular version="3" rows="2" columns="2">
9189 <features booktabs="true" tabularvalignment="middle">
9190 <column alignment="center" valignment="top" width="0pt">
9191 <column alignment="center" valignment="top" width="0pt">
9192 <row>
9193 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197 Command
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206 Result
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 </row>
9212 <row bottomspace="0.5mm">
9213 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217 F(a)
9218 \backslash
9219 xleftrightarrow[x=a]
9220 \backslash
9221 {x>0
9222 \begin_inset Formula $\to$
9223 \end_inset
9224
9225 F(x)
9226 \end_layout
9227
9228 \end_inset
9229 </cell>
9230 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Plain Layout
9234 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
9235 \end_inset
9236
9237
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 </row>
9243 </lyxtabular>
9244
9245 \end_inset
9246
9247
9248 \end_layout
9249
9250 \begin_layout Subsection
9251 Vertical and diagonal Arrows
9252 \begin_inset Index idx
9253 status collapsed
9254
9255 \begin_layout Plain Layout
9256 Arrows ! diagonal
9257 \end_layout
9258
9259 \end_inset
9260
9261
9262 \begin_inset Index idx
9263 status collapsed
9264
9265 \begin_layout Plain Layout
9266 Arrows ! vertical
9267 \end_layout
9268
9269 \end_inset
9270
9271
9272 \end_layout
9273
9274 \begin_layout Standard
9275 \begin_inset space \hfill{}
9276 \end_inset
9277
9278
9279 \begin_inset Tabular
9280 <lyxtabular version="3" rows="7" columns="2">
9281 <features booktabs="true" tabularvalignment="middle">
9282 <column alignment="center" valignment="top" width="0pt">
9283 <column alignment="center" valignment="top" width="0pt">
9284 <row>
9285 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9286 \begin_inset Text
9287
9288 \begin_layout Plain Layout
9289 Command
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Plain Layout
9298 Result
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 </row>
9304 <row>
9305 <cell alignment="center" valignment="top" usebox="none">
9306 \begin_inset Text
9307
9308 \begin_layout Plain Layout
9309
9310 \backslash
9311 uparrow
9312 \end_layout
9313
9314 \end_inset
9315 </cell>
9316 <cell alignment="center" valignment="top" usebox="none">
9317 \begin_inset Text
9318
9319 \begin_layout Plain Layout
9320 \begin_inset Formula $\uparrow$
9321 \end_inset
9322
9323
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 </row>
9329 <row>
9330 <cell alignment="center" valignment="top" usebox="none">
9331 \begin_inset Text
9332
9333 \begin_layout Plain Layout
9334
9335 \backslash
9336 Uparrow
9337 \end_layout
9338
9339 \end_inset
9340 </cell>
9341 <cell alignment="center" valignment="top" usebox="none">
9342 \begin_inset Text
9343
9344 \begin_layout Plain Layout
9345 \begin_inset Formula $\Uparrow$
9346 \end_inset
9347
9348
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 </row>
9354 <row>
9355 <cell alignment="center" valignment="top" usebox="none">
9356 \begin_inset Text
9357
9358 \begin_layout Plain Layout
9359
9360 \backslash
9361 updownarrow
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 <cell alignment="center" valignment="top" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370 \begin_inset Formula $\updownarrow$
9371 \end_inset
9372
9373
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 </row>
9379 <row>
9380 <cell alignment="center" valignment="top" usebox="none">
9381 \begin_inset Text
9382
9383 \begin_layout Plain Layout
9384
9385 \backslash
9386 Updownarrow
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 <cell alignment="center" valignment="top" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395 \begin_inset Formula $\Updownarrow$
9396 \end_inset
9397
9398
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 </row>
9404 <row>
9405 <cell alignment="center" valignment="top" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409
9410 \backslash
9411 Downarrow
9412 \end_layout
9413
9414 \end_inset
9415 </cell>
9416 <cell alignment="center" valignment="top" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420 \begin_inset Formula $\Downarrow$
9421 \end_inset
9422
9423
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 </row>
9429 <row>
9430 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434
9435 \backslash
9436 downarrow
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445 \begin_inset Formula $\downarrow$
9446 \end_inset
9447
9448
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 </row>
9454 </lyxtabular>
9455
9456 \end_inset
9457
9458
9459 \begin_inset space \hfill{}
9460 \end_inset
9461
9462
9463 \begin_inset Tabular
9464 <lyxtabular version="3" rows="5" columns="2">
9465 <features booktabs="true" tabularvalignment="middle">
9466 <column alignment="center" valignment="top" width="0pt">
9467 <column alignment="center" valignment="top" width="0pt">
9468 <row>
9469 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473 Command
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Plain Layout
9482 Result
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 </row>
9488 <row>
9489 <cell alignment="center" valignment="top" usebox="none">
9490 \begin_inset Text
9491
9492 \begin_layout Plain Layout
9493
9494 \backslash
9495 nearrow
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 <cell alignment="center" valignment="top" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504 \begin_inset Formula $\nearrow$
9505 \end_inset
9506
9507
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 </row>
9513 <row>
9514 <cell alignment="center" valignment="top" usebox="none">
9515 \begin_inset Text
9516
9517 \begin_layout Plain Layout
9518
9519 \backslash
9520 searrow
9521 \end_layout
9522
9523 \end_inset
9524 </cell>
9525 <cell alignment="center" valignment="top" usebox="none">
9526 \begin_inset Text
9527
9528 \begin_layout Plain Layout
9529 \begin_inset Formula $\searrow$
9530 \end_inset
9531
9532
9533 \end_layout
9534
9535 \end_inset
9536 </cell>
9537 </row>
9538 <row>
9539 <cell alignment="center" valignment="top" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543
9544 \backslash
9545 swarrow
9546 \end_layout
9547
9548 \end_inset
9549 </cell>
9550 <cell alignment="center" valignment="top" usebox="none">
9551 \begin_inset Text
9552
9553 \begin_layout Plain Layout
9554 \begin_inset Formula $\swarrow$
9555 \end_inset
9556
9557
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 </row>
9563 <row>
9564 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9565 \begin_inset Text
9566
9567 \begin_layout Plain Layout
9568
9569 \backslash
9570 nwarrow
9571 \end_layout
9572
9573 \end_inset
9574 </cell>
9575 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9576 \begin_inset Text
9577
9578 \begin_layout Plain Layout
9579 \begin_inset Formula $\nwarrow$
9580 \end_inset
9581
9582
9583 \end_layout
9584
9585 \end_inset
9586 </cell>
9587 </row>
9588 </lyxtabular>
9589
9590 \end_inset
9591
9592
9593 \begin_inset space \hfill{}
9594 \end_inset
9595
9596
9597 \end_layout
9598
9599 \begin_layout Standard
9600 \begin_inset VSpace medskip
9601 \end_inset
9602
9603 Vertical arrows can be used also as delimiters together with the commands
9604  described in 
9605 \begin_inset CommandInset ref
9606 LatexCommand ref
9607 reference "subsec:Manual-Bracket-Size"
9608
9609 \end_inset
9610
9611  and 
9612 \begin_inset CommandInset ref
9613 LatexCommand ref
9614 reference "subsec:Automatic-Bracket-Size"
9615
9616 \end_inset
9617
9618 .
9619 \end_layout
9620
9621 \begin_layout Section
9622 Accents
9623 \begin_inset CommandInset label
9624 LatexCommand label
9625 name "sec:Accents"
9626
9627 \end_inset
9628
9629
9630 \begin_inset Index idx
9631 status collapsed
9632
9633 \begin_layout Plain Layout
9634 Accents
9635 \end_layout
9636
9637 \end_inset
9638
9639
9640 \end_layout
9641
9642 \begin_layout Standard
9643 Accents can be inserted via the math toolbar button 
9644 \begin_inset Info
9645 type  "icon"
9646 arg   "math-insert \\hat"
9647 \end_inset
9648
9649  or the commands listed in the following subsections.
9650 \end_layout
9651
9652 \begin_layout Subsection
9653 Accents for one Character
9654 \begin_inset ERT
9655 status collapsed
9656
9657 \begin_layout Plain Layout
9658
9659
9660 \backslash
9661 texorpdfstring{
9662 \end_layout
9663
9664 \end_inset
9665
9666
9667 \begin_inset Foot
9668 status collapsed
9669
9670 \begin_layout Plain Layout
9671 accents in text see 
9672 \begin_inset CommandInset ref
9673 LatexCommand ref
9674 reference "subsec:Accents-in-Text"
9675
9676 \end_inset
9677
9678
9679 \end_layout
9680
9681 \end_inset
9682
9683
9684 \begin_inset ERT
9685 status collapsed
9686
9687 \begin_layout Plain Layout
9688
9689 }{}
9690 \end_layout
9691
9692 \end_inset
9693
9694
9695 \begin_inset Note Note
9696 status collapsed
9697
9698 \begin_layout Plain Layout
9699
9700 \series bold
9701
9702 \backslash
9703 texorpdfstring
9704 \series default
9705  is used to avoid that the footnote appears in the PDF-bookmark.
9706 \end_layout
9707
9708 \begin_layout Plain Layout
9709 More about 
9710 \series bold
9711
9712 \backslash
9713 texorpdfstring
9714 \series default
9715  is in section 
9716 \begin_inset CommandInset ref
9717 LatexCommand ref
9718 reference "subsec:Formulas-in-Section"
9719
9720 \end_inset
9721
9722 .
9723 \end_layout
9724
9725 \end_inset
9726
9727
9728 \begin_inset CommandInset label
9729 LatexCommand label
9730 name "subsec:Accents-for-one"
9731
9732 \end_inset
9733
9734
9735 \begin_inset Index idx
9736 status collapsed
9737
9738 \begin_layout Plain Layout
9739 Accents ! for one character
9740 \end_layout
9741
9742 \end_inset
9743
9744
9745 \end_layout
9746
9747 \begin_layout Standard
9748 \begin_inset space \hfill{}
9749 \end_inset
9750
9751
9752 \begin_inset Tabular
9753 <lyxtabular version="3" rows="8" columns="2">
9754 <features booktabs="true" tabularvalignment="middle">
9755 <column alignment="center" valignment="top" width="0pt">
9756 <column alignment="center" valignment="top" width="0pt">
9757 <row>
9758 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9759 \begin_inset Text
9760
9761 \begin_layout Plain Layout
9762 Command
9763 \end_layout
9764
9765 \end_inset
9766 </cell>
9767 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Plain Layout
9771 Result
9772 \end_layout
9773
9774 \end_inset
9775 </cell>
9776 </row>
9777 <row topspace="1.5mm">
9778 <cell alignment="center" valignment="top" usebox="none">
9779 \begin_inset Text
9780
9781 \begin_layout Plain Layout
9782
9783 \backslash
9784 dot
9785 \begin_inset space \textvisiblespace{}
9786 \end_inset
9787
9788 A
9789 \end_layout
9790
9791 \end_inset
9792 </cell>
9793 <cell alignment="center" valignment="top" usebox="none">
9794 \begin_inset Text
9795
9796 \begin_layout Plain Layout
9797 \begin_inset Formula $\dot{A}$
9798 \end_inset
9799
9800
9801 \end_layout
9802
9803 \end_inset
9804 </cell>
9805 </row>
9806 <row topspace="1.5mm">
9807 <cell alignment="center" valignment="top" usebox="none">
9808 \begin_inset Text
9809
9810 \begin_layout Plain Layout
9811
9812 \backslash
9813 ddot
9814 \begin_inset space \textvisiblespace{}
9815 \end_inset
9816
9817 A
9818 \end_layout
9819
9820 \end_inset
9821 </cell>
9822 <cell alignment="center" valignment="top" usebox="none">
9823 \begin_inset Text
9824
9825 \begin_layout Plain Layout
9826 \begin_inset Formula $\ddot{A}$
9827 \end_inset
9828
9829
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 </row>
9835 <row topspace="1.5mm">
9836 <cell alignment="center" valignment="top" usebox="none">
9837 \begin_inset Text
9838
9839 \begin_layout Plain Layout
9840
9841 \backslash
9842 dddot
9843 \begin_inset space \textvisiblespace{}
9844 \end_inset
9845
9846 A
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 <cell alignment="center" valignment="top" usebox="none">
9852 \begin_inset Text
9853
9854 \begin_layout Plain Layout
9855 \begin_inset Formula $\dddot{A}$
9856 \end_inset
9857
9858
9859 \end_layout
9860
9861 \end_inset
9862 </cell>
9863 </row>
9864 <row topspace="1.5mm">
9865 <cell alignment="center" valignment="top" usebox="none">
9866 \begin_inset Text
9867
9868 \begin_layout Plain Layout
9869
9870 \backslash
9871 ddddot
9872 \begin_inset space \textvisiblespace{}
9873 \end_inset
9874
9875 A
9876 \end_layout
9877
9878 \end_inset
9879 </cell>
9880 <cell alignment="center" valignment="top" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884 \begin_inset Formula $\ddddot{A}$
9885 \end_inset
9886
9887
9888 \end_layout
9889
9890 \end_inset
9891 </cell>
9892 </row>
9893 <row topspace="1.5mm">
9894 <cell alignment="center" valignment="top" usebox="none">
9895 \begin_inset Text
9896
9897 \begin_layout Plain Layout
9898
9899 \backslash
9900 vec
9901 \begin_inset space \textvisiblespace{}
9902 \end_inset
9903
9904 A
9905 \begin_inset Index idx
9906 status collapsed
9907
9908 \begin_layout Plain Layout
9909 Vectors
9910 \end_layout
9911
9912 \end_inset
9913
9914
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 <cell alignment="center" valignment="top" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Plain Layout
9923 \begin_inset Formula $\vec{A}$
9924 \end_inset
9925
9926
9927 \end_layout
9928
9929 \end_inset
9930 </cell>
9931 </row>
9932 <row topspace="1.5mm">
9933 <cell alignment="center" valignment="top" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937
9938 \backslash
9939 bar
9940 \begin_inset space \textvisiblespace{}
9941 \end_inset
9942
9943 A
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 <cell alignment="center" valignment="top" usebox="none">
9949 \begin_inset Text
9950
9951 \begin_layout Plain Layout
9952 \begin_inset Formula $\bar{A}$
9953 \end_inset
9954
9955
9956 \end_layout
9957
9958 \end_inset
9959 </cell>
9960 </row>
9961 <row topspace="1.5mm">
9962 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9963 \begin_inset Text
9964
9965 \begin_layout Plain Layout
9966
9967 \backslash
9968 mathring
9969 \begin_inset space \textvisiblespace{}
9970 \end_inset
9971
9972 A
9973 \end_layout
9974
9975 \end_inset
9976 </cell>
9977 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981 \begin_inset Formula $\mathring{A}$
9982 \end_inset
9983
9984
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 </row>
9990 </lyxtabular>
9991
9992 \end_inset
9993
9994
9995 \begin_inset space \hfill{}
9996 \end_inset
9997
9998
9999 \begin_inset Tabular
10000 <lyxtabular version="3" rows="7" columns="2">
10001 <features booktabs="true" tabularvalignment="middle">
10002 <column alignment="center" valignment="top" width="0pt">
10003 <column alignment="center" valignment="top" width="0pt">
10004 <row>
10005 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009 Command
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Plain Layout
10018 Result
10019 \end_layout
10020
10021 \end_inset
10022 </cell>
10023 </row>
10024 <row topspace="1.5mm">
10025 <cell alignment="center" valignment="top" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029
10030 \backslash
10031 tilde
10032 \begin_inset space \textvisiblespace{}
10033 \end_inset
10034
10035 A
10036 \end_layout
10037
10038 \end_inset
10039 </cell>
10040 <cell alignment="center" valignment="top" usebox="none">
10041 \begin_inset Text
10042
10043 \begin_layout Plain Layout
10044 \begin_inset Formula $\tilde{A}$
10045 \end_inset
10046
10047
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 </row>
10053 <row topspace="1.5mm">
10054 <cell alignment="center" valignment="top" usebox="none">
10055 \begin_inset Text
10056
10057 \begin_layout Plain Layout
10058
10059 \backslash
10060 hat
10061 \begin_inset space \textvisiblespace{}
10062 \end_inset
10063
10064 A
10065 \end_layout
10066
10067 \end_inset
10068 </cell>
10069 <cell alignment="center" valignment="top" usebox="none">
10070 \begin_inset Text
10071
10072 \begin_layout Plain Layout
10073 \begin_inset Formula $\hat{A}$
10074 \end_inset
10075
10076
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 </row>
10082 <row topspace="1.5mm">
10083 <cell alignment="center" valignment="top" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087
10088 \backslash
10089 check
10090 \begin_inset space \textvisiblespace{}
10091 \end_inset
10092
10093 A
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 <cell alignment="center" valignment="top" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102 \begin_inset Formula $\check{A}$
10103 \end_inset
10104
10105
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 </row>
10111 <row topspace="1.5mm">
10112 <cell alignment="center" valignment="top" usebox="none">
10113 \begin_inset Text
10114
10115 \begin_layout Plain Layout
10116
10117 \backslash
10118 acute
10119 \begin_inset space \textvisiblespace{}
10120 \end_inset
10121
10122 A
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 <cell alignment="center" valignment="top" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131 \begin_inset Formula $\acute{A}$
10132 \end_inset
10133
10134
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 </row>
10140 <row topspace="1.5mm">
10141 <cell alignment="center" valignment="top" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145
10146 \backslash
10147 grave
10148 \begin_inset space \textvisiblespace{}
10149 \end_inset
10150
10151 A
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 <cell alignment="center" valignment="top" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160 \begin_inset Formula $\grave{A}$
10161 \end_inset
10162
10163
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 </row>
10169 <row topspace="1.5mm">
10170 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174
10175 \backslash
10176 breve
10177 \begin_inset space \textvisiblespace{}
10178 \end_inset
10179
10180 A
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Plain Layout
10189 \begin_inset Formula $\breve{A}$
10190 \end_inset
10191
10192
10193 \end_layout
10194
10195 \end_inset
10196 </cell>
10197 </row>
10198 </lyxtabular>
10199
10200 \end_inset
10201
10202
10203 \begin_inset space \hfill{}
10204 \end_inset
10205
10206
10207 \end_layout
10208
10209 \begin_layout Standard
10210 \begin_inset VSpace bigskip
10211 \end_inset
10212
10213
10214 \end_layout
10215
10216 \begin_layout Standard
10217 You can directly insert accents like é to formulas.
10218  \SpecialChar LyX
10219  will transform them to the corresponding accent command.
10220  For umlauts
10221 \begin_inset Index idx
10222 status collapsed
10223
10224 \begin_layout Plain Layout
10225 Umlauts
10226 \end_layout
10227
10228 \end_inset
10229
10230  it is better to insert a quotation mark before the vowel.
10231  These two characters are then treated by \SpecialChar LaTeX
10232  as 
10233 \emph on
10234 one
10235 \emph default
10236  character when the formula part with the umlaut is marked as German.
10237  In contrary to 
10238 \series bold
10239
10240 \backslash
10241 ddot
10242 \series default
10243 , with this method 
10244 \begin_inset Quotes eld
10245 \end_inset
10246
10247 real
10248 \begin_inset Quotes erd
10249 \end_inset
10250
10251  umlauts are created as demonstrated in the following example:
10252 \end_layout
10253
10254 \begin_layout Standard
10255 \begin_inset VSpace -2mm
10256 \end_inset
10257
10258
10259 \end_layout
10260
10261 \begin_layout Standard
10262 \align center
10263 \begin_inset Tabular
10264 <lyxtabular version="3" rows="3" columns="2">
10265 <features booktabs="true" tabularvalignment="middle">
10266 <column alignment="center" valignment="top" width="0pt">
10267 <column alignment="center" valignment="top">
10268 <row>
10269 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273 Command
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10279 \begin_inset Text
10280
10281 \begin_layout Plain Layout
10282 Result
10283 \end_layout
10284
10285 \end_inset
10286 </cell>
10287 </row>
10288 <row>
10289 <cell alignment="center" valignment="top" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293 \begin_inset Quotes grd
10294 \end_inset
10295
10296 i
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 <cell alignment="center" valignment="top" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305 \begin_inset space \hspace{}
10306 \length 0pt
10307 \end_inset
10308
10309
10310 \lang ngerman
10311
10312 \begin_inset Formula $"i$
10313 \end_inset
10314
10315
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 </row>
10321 <row topspace="1.5mm">
10322 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326
10327 \backslash
10328 ddot
10329 \begin_inset space \textvisiblespace{}
10330 \end_inset
10331
10332 i
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341 \begin_inset Formula $\ddot{i}$
10342 \end_inset
10343
10344
10345 \end_layout
10346
10347 \end_inset
10348 </cell>
10349 </row>
10350 </lyxtabular>
10351
10352 \end_inset
10353
10354
10355 \end_layout
10356
10357 \begin_layout Standard
10358 Another advantage to 
10359 \series bold
10360
10361 \backslash
10362 ddot
10363 \series default
10364  is that umlauts can directly be converted to mathematical text because
10365  the accent commands above are 
10366 \emph on
10367 not allowed
10368 \emph default
10369  
10370 \emph on
10371 in mathematical text
10372 \emph default
10373 .
10374  To convert an accented character to mathematical text, only the character
10375  under the accent may be converted.
10376  This applies also for all other conversions, e.
10377 \begin_inset space \thinspace{}
10378 \end_inset
10379
10380 g.
10381 \begin_inset space \space{}
10382 \end_inset
10383
10384 to italic or bold.
10385 \end_layout
10386
10387 \begin_layout Standard
10388 In mathematical text, umlauts and other accented characters can directly
10389  be inserted.
10390 \end_layout
10391
10392 \begin_layout Standard
10393 \begin_inset VSpace bigskip
10394 \end_inset
10395
10396
10397 \end_layout
10398
10399 \begin_layout Standard
10400 \SpecialChar LyX
10401  also supports a tilde under the character if the \SpecialChar LaTeX
10402 -package 
10403 \series bold
10404 undertilde
10405 \series default
10406
10407 \begin_inset Index idx
10408 status collapsed
10409
10410 \begin_layout Plain Layout
10411 Packages ! undertilde
10412 \end_layout
10413
10414 \end_inset
10415
10416  is installed on your system:
10417 \end_layout
10418
10419 \begin_layout Standard
10420 \begin_inset ERT
10421 status collapsed
10422
10423 \begin_layout Plain Layout
10424
10425
10426 \backslash
10427 ifundertilde 
10428 \end_layout
10429
10430 \end_inset
10431
10432
10433 \begin_inset Note Note
10434 status open
10435
10436 \begin_layout Plain Layout
10437 The following table will only be displayed when the \SpecialChar LaTeX
10438 -package 
10439 \series bold
10440 undertilde
10441 \series default
10442  is installed.
10443 \end_layout
10444
10445 \end_inset
10446
10447
10448 \end_layout
10449
10450 \begin_layout Standard
10451 \noindent
10452 \align center
10453 \begin_inset Tabular
10454 <lyxtabular version="3" rows="2" columns="2">
10455 <features booktabs="true" tabularvalignment="middle">
10456 <column alignment="center" valignment="top" width="0pt">
10457 <column alignment="center" valignment="top" width="0pt">
10458 <row>
10459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Plain Layout
10463 Command
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472 Result
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 </row>
10478 <row>
10479 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483
10484 \backslash
10485 utilde
10486 \begin_inset space \textvisiblespace{}
10487 \end_inset
10488
10489 A
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498 \begin_inset Formula $\utilde{A}$
10499 \end_inset
10500
10501
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 </row>
10507 </lyxtabular>
10508
10509 \end_inset
10510
10511
10512 \end_layout
10513
10514 \begin_layout Standard
10515 \begin_inset ERT
10516 status collapsed
10517
10518 \begin_layout Plain Layout
10519
10520
10521 \backslash
10522 else 
10523 \end_layout
10524
10525 \end_inset
10526
10527
10528 \begin_inset Note Note
10529 status open
10530
10531 \begin_layout Plain Layout
10532 The following will be displayed when the \SpecialChar LaTeX
10533 -package 
10534 \series bold
10535 undertilde
10536 \series default
10537  is not installed:
10538 \end_layout
10539
10540 \end_inset
10541
10542
10543 \end_layout
10544
10545 \begin_layout Standard
10546 You need to install the \SpecialChar LaTeX
10547 -package 
10548 \series bold
10549 undertilde
10550 \series default
10551  to see the rest of this subsection in the output.
10552 \end_layout
10553
10554 \begin_layout Standard
10555 \begin_inset ERT
10556 status collapsed
10557
10558 \begin_layout Plain Layout
10559
10560
10561 \backslash
10562 fi 
10563 \end_layout
10564
10565 \end_inset
10566
10567
10568 \end_layout
10569
10570 \begin_layout Standard
10571 \begin_inset Newpage newpage
10572 \end_inset
10573
10574
10575 \end_layout
10576
10577 \begin_layout Subsection
10578 Accents for several Characters
10579 \begin_inset Index idx
10580 status collapsed
10581
10582 \begin_layout Plain Layout
10583 Accents ! for several characters
10584 \end_layout
10585
10586 \end_inset
10587
10588
10589 \end_layout
10590
10591 \begin_layout Standard
10592 \begin_inset space \hfill{}
10593 \end_inset
10594
10595
10596 \begin_inset Tabular
10597 <lyxtabular version="3" rows="5" columns="2">
10598 <features booktabs="true" tabularvalignment="middle">
10599 <column alignment="center" valignment="top" width="0pt">
10600 <column alignment="center" valignment="top" width="0pt">
10601 <row>
10602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606 Command
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615 Result
10616 \end_layout
10617
10618 \end_inset
10619 </cell>
10620 </row>
10621 <row topspace="1.5mm">
10622 <cell alignment="center" valignment="top" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626
10627 \backslash
10628 overleftarrow
10629 \begin_inset space \textvisiblespace{}
10630 \end_inset
10631
10632 A=B
10633 \end_layout
10634
10635 \end_inset
10636 </cell>
10637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10638 \begin_inset Text
10639
10640 \begin_layout Plain Layout
10641 \begin_inset Formula $\overleftarrow{A=B}$
10642 \end_inset
10643
10644
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 </row>
10650 <row topspace="1.5mm">
10651 <cell alignment="center" valignment="top" usebox="none">
10652 \begin_inset Text
10653
10654 \begin_layout Plain Layout
10655
10656 \backslash
10657 underleftarrow
10658 \begin_inset space \textvisiblespace{}
10659 \end_inset
10660
10661 A=B
10662 \end_layout
10663
10664 \end_inset
10665 </cell>
10666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10667 \begin_inset Text
10668
10669 \begin_layout Plain Layout
10670 \begin_inset Formula $\underleftarrow{A=B}$
10671 \end_inset
10672
10673
10674 \end_layout
10675
10676 \end_inset
10677 </cell>
10678 </row>
10679 <row topspace="1.5mm">
10680 <cell alignment="center" valignment="top" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684
10685 \backslash
10686 overleftrightarrow
10687 \begin_inset space \textvisiblespace{}
10688 \end_inset
10689
10690 A=B
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10696 \begin_inset Text
10697
10698 \begin_layout Plain Layout
10699 \begin_inset Formula $\overleftrightarrow{A=B}$
10700 \end_inset
10701
10702
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 </row>
10708 <row topspace="1.5mm" bottomspace="1mm">
10709 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10710 \begin_inset Text
10711
10712 \begin_layout Plain Layout
10713
10714 \backslash
10715 underleftrightarrow
10716 \begin_inset space \textvisiblespace{}
10717 \end_inset
10718
10719 A=B
10720 \end_layout
10721
10722 \end_inset
10723 </cell>
10724 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10725 \begin_inset Text
10726
10727 \begin_layout Plain Layout
10728 \begin_inset Formula $\underleftrightarrow{A=B}$
10729 \end_inset
10730
10731
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 </row>
10737 </lyxtabular>
10738
10739 \end_inset
10740
10741
10742 \begin_inset space \hfill{}
10743 \end_inset
10744
10745
10746 \begin_inset Tabular
10747 <lyxtabular version="3" rows="5" columns="2">
10748 <features booktabs="true" tabularvalignment="middle">
10749 <column alignment="center" valignment="top" width="0pt">
10750 <column alignment="center" valignment="top" width="0pt">
10751 <row>
10752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756 Command
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765 Result
10766 \end_layout
10767
10768 \end_inset
10769 </cell>
10770 </row>
10771 <row topspace="1.5mm">
10772 <cell alignment="center" valignment="top" usebox="none">
10773 \begin_inset Text
10774
10775 \begin_layout Plain Layout
10776
10777 \backslash
10778 overrightarrow
10779 \begin_inset space \textvisiblespace{}
10780 \end_inset
10781
10782 A=B
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791 \begin_inset Formula $\overrightarrow{A=B}$
10792 \end_inset
10793
10794
10795 \end_layout
10796
10797 \end_inset
10798 </cell>
10799 </row>
10800 <row topspace="1.5mm">
10801 <cell alignment="center" valignment="top" usebox="none">
10802 \begin_inset Text
10803
10804 \begin_layout Plain Layout
10805
10806 \backslash
10807 underrightarrow
10808 \begin_inset space \textvisiblespace{}
10809 \end_inset
10810
10811 A=B
10812 \end_layout
10813
10814 \end_inset
10815 </cell>
10816 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10817 \begin_inset Text
10818
10819 \begin_layout Plain Layout
10820 \begin_inset Formula $\underrightarrow{A=B}$
10821 \end_inset
10822
10823
10824 \end_layout
10825
10826 \end_inset
10827 </cell>
10828 </row>
10829 <row topspace="1.5mm">
10830 <cell alignment="center" valignment="top" usebox="none">
10831 \begin_inset Text
10832
10833 \begin_layout Plain Layout
10834
10835 \backslash
10836 widetilde
10837 \begin_inset space \textvisiblespace{}
10838 \end_inset
10839
10840 A=B
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849 \begin_inset Formula $\widetilde{A=B}$
10850 \end_inset
10851
10852
10853 \end_layout
10854
10855 \end_inset
10856 </cell>
10857 </row>
10858 <row topspace="1.5mm" bottomspace="1mm">
10859 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10860 \begin_inset Text
10861
10862 \begin_layout Plain Layout
10863
10864 \backslash
10865 widehat
10866 \begin_inset space \textvisiblespace{}
10867 \end_inset
10868
10869 A=B
10870 \end_layout
10871
10872 \end_inset
10873 </cell>
10874 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10875 \begin_inset Text
10876
10877 \begin_layout Plain Layout
10878 \begin_inset Formula $\widehat{A=B}$
10879 \end_inset
10880
10881
10882 \end_layout
10883
10884 \end_inset
10885 </cell>
10886 </row>
10887 </lyxtabular>
10888
10889 \end_inset
10890
10891
10892 \begin_inset space \hfill{}
10893 \end_inset
10894
10895
10896 \end_layout
10897
10898 \begin_layout Standard
10899 \begin_inset VSpace medskip
10900 \end_inset
10901
10902 With these commands as many characters as you like can be accented.
10903  But the accents 
10904 \series bold
10905
10906 \backslash
10907 widetilde
10908 \series default
10909  and 
10910 \series bold
10911
10912 \backslash
10913 widehat
10914 \series default
10915  will only be set in the output with a length of three characters, as shown
10916  in the following example:
10917 \begin_inset Formula 
10918 \[
10919 \widetilde{A+B=C-D}
10920 \]
10921
10922 \end_inset
10923
10924
10925 \end_layout
10926
10927 \begin_layout Standard
10928 With the commands 
10929 \series bold
10930
10931 \backslash
10932 overset
10933 \series default
10934
10935 \begin_inset Index idx
10936 status collapsed
10937
10938 \begin_layout Plain Layout
10939 Commands ! O ! 
10940 \backslash
10941 overset
10942 \end_layout
10943
10944 \end_inset
10945
10946  and 
10947 \series bold
10948
10949 \backslash
10950 underset
10951 \series default
10952
10953 \begin_inset Index idx
10954 status collapsed
10955
10956 \begin_layout Plain Layout
10957 Commands ! U ! 
10958 \backslash
10959 underset
10960 \end_layout
10961
10962 \end_inset
10963
10964  described in the previous subsection it is also possible to accent several
10965  characters.
10966  The command 
10967 \series bold
10968
10969 \backslash
10970 underset
10971 \begin_inset space \textvisiblespace{}
10972 \end_inset
10973
10974 A=B
10975 \begin_inset Formula $\downarrow$
10976 \end_inset
10977
10978 ***
10979 \series default
10980  creates:
10981 \begin_inset Formula 
10982 \[
10983 \underset{***}{A=B}
10984 \]
10985
10986 \end_inset
10987
10988
10989 \end_layout
10990
10991 \begin_layout Section
10992 Space
10993 \begin_inset CommandInset label
10994 LatexCommand label
10995 name "subsec:Space"
10996
10997 \end_inset
10998
10999
11000 \begin_inset Index idx
11001 status collapsed
11002
11003 \begin_layout Plain Layout
11004 Space ! horizontal
11005 \end_layout
11006
11007 \end_inset
11008
11009
11010 \end_layout
11011
11012 \begin_layout Subsection
11013 Predefined Space
11014 \begin_inset CommandInset label
11015 LatexCommand label
11016 name "subsec:Predefined-Space"
11017
11018 \end_inset
11019
11020
11021 \begin_inset Index idx
11022 status collapsed
11023
11024 \begin_layout Plain Layout
11025 Space ! horizontal ! predefined
11026 \end_layout
11027
11028 \end_inset
11029
11030
11031 \end_layout
11032
11033 \begin_layout Standard
11034 Sometimes it is necessary to insert horizontal space into a formula.
11035  This is done by inserting a protected space (shortcut 
11036 \begin_inset Info
11037 type  "shortcut"
11038 arg   "command-alternatives space-insert protected ; math-space"
11039 \end_inset
11040
11041 ).
11042  A 
11043 \begin_inset Quotes eld
11044 \end_inset
11045
11046
11047 \color blue
11048
11049 \begin_inset space \textvisiblespace{}
11050 \end_inset
11051
11052
11053 \color inherit
11054
11055 \begin_inset Quotes erd
11056 \end_inset
11057
11058  appears and by pressing 
11059 \family sans
11060 Space
11061 \family default
11062  several times one can select one of eight different space sizes.
11063  The spaces can also be inserted using the math toolbar button 
11064 \begin_inset Info
11065 type  "icon"
11066 arg   "math-insert \\space"
11067 \end_inset
11068
11069  or special commands.
11070  Independent from the inserted command, one can select the size again by
11071  pressing 
11072 \family sans
11073 Space
11074 \family default
11075  afterwards.
11076 \end_layout
11077
11078 \begin_layout Standard
11079 \noindent
11080 \align center
11081 \begin_inset Tabular
11082 <lyxtabular version="3" rows="6" columns="3">
11083 <features booktabs="true" tabularvalignment="middle">
11084 <column alignment="center" valignment="top">
11085 <column alignment="center" valignment="top" width="15col%">
11086 <column alignment="center" valignment="top">
11087 <row>
11088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092 Command
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11098 \begin_inset Text
11099
11100 \begin_layout Plain Layout
11101 Number of 
11102 \family sans
11103 Space
11104 \family default
11105  keystrokes
11106 \end_layout
11107
11108 \end_inset
11109 </cell>
11110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114 Result
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 </row>
11120 <row>
11121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125
11126 \backslash
11127 ,
11128 \end_layout
11129
11130 \end_inset
11131 </cell>
11132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136 0
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145 \begin_inset Formula $A\,B$
11146 \end_inset
11147
11148
11149 \end_layout
11150
11151 \end_inset
11152 </cell>
11153 </row>
11154 <row>
11155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11156 \begin_inset Text
11157
11158 \begin_layout Plain Layout
11159
11160 \backslash
11161 :
11162 \end_layout
11163
11164 \end_inset
11165 </cell>
11166 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11167 \begin_inset Text
11168
11169 \begin_layout Plain Layout
11170 1
11171 \end_layout
11172
11173 \end_inset
11174 </cell>
11175 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11176 \begin_inset Text
11177
11178 \begin_layout Plain Layout
11179 \begin_inset Formula $A\:B$
11180 \end_inset
11181
11182
11183 \end_layout
11184
11185 \end_inset
11186 </cell>
11187 </row>
11188 <row>
11189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11190 \begin_inset Text
11191
11192 \begin_layout Plain Layout
11193
11194 \backslash
11195 ;
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Plain Layout
11204 2
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Plain Layout
11213 \begin_inset Formula $A\;B$
11214 \end_inset
11215
11216
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 </row>
11222 <row>
11223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227
11228 \backslash
11229 quad
11230 \end_layout
11231
11232 \end_inset
11233 </cell>
11234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11235 \begin_inset Text
11236
11237 \begin_layout Plain Layout
11238 3
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247 \begin_inset Formula $A\quad B$
11248 \end_inset
11249
11250
11251 \end_layout
11252
11253 \end_inset
11254 </cell>
11255 </row>
11256 <row>
11257 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Plain Layout
11261
11262 \backslash
11263 qquad
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11269 \begin_inset Text
11270
11271 \begin_layout Plain Layout
11272 4
11273 \end_layout
11274
11275 \end_inset
11276 </cell>
11277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11278 \begin_inset Text
11279
11280 \begin_layout Plain Layout
11281 \begin_inset Formula $A\qquad B$
11282 \end_inset
11283
11284
11285 \end_layout
11286
11287 \end_inset
11288 </cell>
11289 </row>
11290 </lyxtabular>
11291
11292 \end_inset
11293
11294
11295 \begin_inset space \hfill{}
11296 \end_inset
11297
11298
11299 \begin_inset Tabular
11300 <lyxtabular version="3" rows="6" columns="3">
11301 <features booktabs="true" tabularvalignment="middle">
11302 <column alignment="center" valignment="top">
11303 <column alignment="center" valignment="top" width="15col%">
11304 <column alignment="center" valignment="top">
11305 <row>
11306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11307 \begin_inset Text
11308
11309 \begin_layout Plain Layout
11310 Command
11311 \end_layout
11312
11313 \end_inset
11314 </cell>
11315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11316 \begin_inset Text
11317
11318 \begin_layout Plain Layout
11319 Number of 
11320 \family sans
11321 Space
11322 \family default
11323  keystrokes
11324 \end_layout
11325
11326 \end_inset
11327 </cell>
11328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11329 \begin_inset Text
11330
11331 \begin_layout Plain Layout
11332 Result
11333 \end_layout
11334
11335 \end_inset
11336 </cell>
11337 </row>
11338 <row>
11339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11340 \begin_inset Text
11341
11342 \begin_layout Plain Layout
11343
11344 \backslash
11345 hfill
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354 5
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363 \begin_inset Formula $A\hfill B$
11364 \end_inset
11365
11366
11367 \end_layout
11368
11369 \end_inset
11370 </cell>
11371 </row>
11372 <row>
11373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11374 \begin_inset Text
11375
11376 \begin_layout Plain Layout
11377
11378 \backslash
11379 hspace*{1em}
11380 \end_layout
11381
11382 \end_inset
11383 </cell>
11384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11385 \begin_inset Text
11386
11387 \begin_layout Plain Layout
11388 6
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11394 \begin_inset Text
11395
11396 \begin_layout Plain Layout
11397 \begin_inset Formula $A\hspace*{1em}B$
11398 \end_inset
11399
11400
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 </row>
11406 <row>
11407 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411
11412 \backslash
11413 hspace{1em}
11414 \end_layout
11415
11416 \end_inset
11417 </cell>
11418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11419 \begin_inset Text
11420
11421 \begin_layout Plain Layout
11422 7
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431 \begin_inset Formula $A\hspace{1em}B$
11432 \end_inset
11433
11434
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 </row>
11440 <row>
11441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Plain Layout
11445
11446 \backslash
11447
11448 \begin_inset space \textvisiblespace{}
11449 \end_inset
11450
11451
11452 \end_layout
11453
11454 \end_inset
11455 </cell>
11456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Plain Layout
11460 8
11461 \end_layout
11462
11463 \end_inset
11464 </cell>
11465 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11466 \begin_inset Text
11467
11468 \begin_layout Plain Layout
11469 \begin_inset Formula $A\ B$
11470 \end_inset
11471
11472
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 </row>
11478 <row>
11479 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11480 \begin_inset Text
11481
11482 \begin_layout Plain Layout
11483
11484 \backslash
11485 !
11486 \end_layout
11487
11488 \end_inset
11489 </cell>
11490 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11491 \begin_inset Text
11492
11493 \begin_layout Plain Layout
11494 9
11495 \end_layout
11496
11497 \end_inset
11498 </cell>
11499 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11500 \begin_inset Text
11501
11502 \begin_layout Plain Layout
11503 \begin_inset Formula $A\!B$
11504 \end_inset
11505
11506
11507 \end_layout
11508
11509 \end_inset
11510 </cell>
11511 </row>
11512 </lyxtabular>
11513
11514 \end_inset
11515
11516
11517 \end_layout
11518
11519 \begin_layout Standard
11520 Space
11521 \begin_inset space ~
11522 \end_inset
11523
11524 5
11525 \begin_inset space \thinspace{}
11526 \end_inset
11527
11528
11529 \begin_inset space \thinspace{}
11530 \end_inset
11531
11532 7 are variable spaces which are explained in 
11533 \begin_inset CommandInset ref
11534 LatexCommand ref
11535 reference "subsec:Variable-Space"
11536
11537 \end_inset
11538
11539 .
11540  Space
11541 \begin_inset space ~
11542 \end_inset
11543
11544 9 seems to produce no space.
11545  It is displayed red in \SpecialChar LyX
11546  contrary to the other sizes, because it is a negative
11547  space.
11548  There are two more negative spaces:
11549 \end_layout
11550
11551 \begin_layout Standard
11552 \align center
11553 \begin_inset Tabular
11554 <lyxtabular version="3" rows="3" columns="3">
11555 <features booktabs="true" tabularvalignment="middle">
11556 <column alignment="center" valignment="middle" width="6.8cm">
11557 <column alignment="center" valignment="top" width="0pt">
11558 <column alignment="center" valignment="top" width="0pt">
11559 <row>
11560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11561 \begin_inset Text
11562
11563 \begin_layout Plain Layout
11564 Command
11565 \end_layout
11566
11567 \end_inset
11568 </cell>
11569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11570 \begin_inset Text
11571
11572 \begin_layout Plain Layout
11573
11574 \backslash
11575 negmedspace
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Plain Layout
11584
11585 \backslash
11586 negthickspace
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 </row>
11592 <row>
11593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11594 \begin_inset Text
11595
11596 \begin_layout Plain Layout
11597 Number of 
11598 \family sans
11599 Space
11600 \family default
11601  keystrokes after inserting the protected space
11602 \end_layout
11603
11604 \end_inset
11605 </cell>
11606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11607 \begin_inset Text
11608
11609 \begin_layout Plain Layout
11610 10
11611 \end_layout
11612
11613 \end_inset
11614 </cell>
11615 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11616 \begin_inset Text
11617
11618 \begin_layout Plain Layout
11619 11
11620 \end_layout
11621
11622 \end_inset
11623 </cell>
11624 </row>
11625 <row>
11626 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11627 \begin_inset Text
11628
11629 \begin_layout Plain Layout
11630 Result
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11636 \begin_inset Text
11637
11638 \begin_layout Plain Layout
11639 \begin_inset Formula $A\negmedspace B$
11640 \end_inset
11641
11642
11643 \end_layout
11644
11645 \end_inset
11646 </cell>
11647 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11648 \begin_inset Text
11649
11650 \begin_layout Plain Layout
11651 \begin_inset Formula $A\negthickspace B$
11652 \end_inset
11653
11654
11655 \end_layout
11656
11657 \end_inset
11658 </cell>
11659 </row>
11660 </lyxtabular>
11661
11662 \end_inset
11663
11664
11665 \end_layout
11666
11667 \begin_layout Standard
11668 Negative spaces can lead to characters overlapping each other.
11669  Thus they can be used to enforce ligatures, which are e.
11670 \begin_inset space \thinspace{}
11671 \end_inset
11672
11673 g.
11674 \begin_inset space \space{}
11675 \end_inset
11676
11677 useful for summation operators:
11678 \end_layout
11679
11680 \begin_layout Standard
11681 \align center
11682 \begin_inset Tabular
11683 <lyxtabular version="3" rows="3" columns="2">
11684 <features booktabs="true" tabularvalignment="middle">
11685 <column alignment="center" valignment="top" width="0pt">
11686 <column alignment="center" valignment="top">
11687 <row>
11688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11689 \begin_inset Text
11690
11691 \begin_layout Plain Layout
11692 Command
11693 \end_layout
11694
11695 \end_inset
11696 </cell>
11697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11698 \begin_inset Text
11699
11700 \begin_layout Plain Layout
11701 Result
11702 \end_layout
11703
11704 \end_inset
11705 </cell>
11706 </row>
11707 <row>
11708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11709 \begin_inset Text
11710
11711 \begin_layout Plain Layout
11712
11713 \backslash
11714 sum
11715 \backslash
11716 sum
11717 \begin_inset space \textvisiblespace{}
11718 \end_inset
11719
11720 f_kl
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Plain Layout
11729 \begin_inset Formula $\sum\sum f_{kl}$
11730 \end_inset
11731
11732
11733 \end_layout
11734
11735 \end_inset
11736 </cell>
11737 </row>
11738 <row>
11739 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11740 \begin_inset Text
11741
11742 \begin_layout Plain Layout
11743
11744 \backslash
11745 sum
11746 \backslash
11747 negmedspace
11748 \backslash
11749 sum
11750 \begin_inset space \textvisiblespace{}
11751 \end_inset
11752
11753 f_kl
11754 \end_layout
11755
11756 \end_inset
11757 </cell>
11758 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11759 \begin_inset Text
11760
11761 \begin_layout Plain Layout
11762 \begin_inset Formula $\sum\negmedspace\sum f_{kl}$
11763 \end_inset
11764
11765
11766 \end_layout
11767
11768 \end_inset
11769 </cell>
11770 </row>
11771 </lyxtabular>
11772
11773 \end_inset
11774
11775
11776 \end_layout
11777
11778 \begin_layout Standard
11779 \noindent
11780 \begin_inset VSpace medskip
11781 \end_inset
11782
11783
11784 \end_layout
11785
11786 \begin_layout Standard
11787 \noindent
11788 Relations like for example equal signs, are always surrounded by space.
11789  To suppress this, the equal sign is placed into a \SpecialChar TeX
11790  brace.
11791  The following example demonstrates this:
11792 \end_layout
11793
11794 \begin_layout Standard
11795 \align center
11796 \begin_inset Tabular
11797 <lyxtabular version="3" rows="2" columns="2">
11798 <features tabularvalignment="middle">
11799 <column alignment="center" valignment="top" width="0pt">
11800 <column alignment="center" valignment="top" width="0pt">
11801 <row>
11802 <cell alignment="center" valignment="top" usebox="none">
11803 \begin_inset Text
11804
11805 \begin_layout Plain Layout
11806 normal equation
11807 \end_layout
11808
11809 \end_inset
11810 </cell>
11811 <cell alignment="center" valignment="top" usebox="none">
11812 \begin_inset Text
11813
11814 \begin_layout Plain Layout
11815 \begin_inset Formula $A=B$
11816 \end_inset
11817
11818
11819 \end_layout
11820
11821 \end_inset
11822 </cell>
11823 </row>
11824 <row>
11825 <cell alignment="center" valignment="top" usebox="none">
11826 \begin_inset Text
11827
11828 \begin_layout Plain Layout
11829 equation without space
11830 \end_layout
11831
11832 \end_inset
11833 </cell>
11834 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11835 \begin_inset Text
11836
11837 \begin_layout Plain Layout
11838 \begin_inset Formula $A{=}B$
11839 \end_inset
11840
11841
11842 \end_layout
11843
11844 \end_inset
11845 </cell>
11846 </row>
11847 </lyxtabular>
11848
11849 \end_inset
11850
11851
11852 \end_layout
11853
11854 \begin_layout Standard
11855 \noindent
11856 The command for the last formula is: 
11857 \series bold
11858 A
11859 \backslash
11860 {=
11861 \begin_inset Formula $\to$
11862 \end_inset
11863
11864 B
11865 \end_layout
11866
11867 \begin_layout Standard
11868 \begin_inset VSpace bigskip
11869 \end_inset
11870
11871
11872 \end_layout
11873
11874 \begin_layout Standard
11875 Spaces are needed for physical units, because the space between the value
11876  and the unit is the smallest one and not a normal space.
11877  For units in text, the smallest space is inserted via the menu 
11878 \family sans
11879 Insert\SpecialChar menuseparator
11880 Formatting\SpecialChar menuseparator
11881 Thin
11882 \begin_inset space ~
11883 \end_inset
11884
11885 Space
11886 \family default
11887  (shortcut 
11888 \begin_inset Info
11889 type  "shortcut"
11890 arg   "space-insert thin"
11891 \end_inset
11892
11893 ).
11894 \end_layout
11895
11896 \begin_layout Standard
11897 An example to visualize the difference:
11898 \end_layout
11899
11900 \begin_layout Standard
11901 \begin_inset Tabular
11902 <lyxtabular version="3" rows="2" columns="2">
11903 <features tabularvalignment="middle">
11904 <column alignment="left" valignment="top">
11905 <column alignment="left" valignment="top">
11906 <row>
11907 <cell alignment="center" valignment="top" usebox="none">
11908 \begin_inset Text
11909
11910 \begin_layout Plain Layout
11911 24 kW
11912 \begin_inset Formula $\cdot$
11913 \end_inset
11914
11915 h
11916 \end_layout
11917
11918 \end_inset
11919 </cell>
11920 <cell alignment="center" valignment="top" usebox="none">
11921 \begin_inset Text
11922
11923 \begin_layout Plain Layout
11924 space between value and unit
11925 \end_layout
11926
11927 \end_inset
11928 </cell>
11929 </row>
11930 <row>
11931 <cell alignment="center" valignment="top" usebox="none">
11932 \begin_inset Text
11933
11934 \begin_layout Plain Layout
11935 24
11936 \begin_inset space \thinspace{}
11937 \end_inset
11938
11939 kW
11940 \begin_inset Formula $\cdot$
11941 \end_inset
11942
11943 h
11944 \end_layout
11945
11946 \end_inset
11947 </cell>
11948 <cell alignment="center" valignment="top" usebox="none">
11949 \begin_inset Text
11950
11951 \begin_layout Plain Layout
11952 smallest space between value and unit
11953 \end_layout
11954
11955 \end_inset
11956 </cell>
11957 </row>
11958 </lyxtabular>
11959
11960 \end_inset
11961
11962
11963 \end_layout
11964
11965 \begin_layout Subsection
11966 Variable Space
11967 \begin_inset ERT
11968 status collapsed
11969
11970 \begin_layout Plain Layout
11971
11972
11973 \backslash
11974 texorpdfstring{
11975 \end_layout
11976
11977 \end_inset
11978
11979
11980 \begin_inset Foot
11981 status collapsed
11982
11983 \begin_layout Plain Layout
11984 for vertical space in formulas see 
11985 \begin_inset CommandInset ref
11986 LatexCommand ref
11987 reference "subsec:Line-Separation"
11988
11989 \end_inset
11990
11991
11992 \end_layout
11993
11994 \end_inset
11995
11996
11997 \begin_inset ERT
11998 status collapsed
11999
12000 \begin_layout Plain Layout
12001
12002 }{}
12003 \end_layout
12004
12005 \end_inset
12006
12007
12008 \begin_inset Note Note
12009 status collapsed
12010
12011 \begin_layout Plain Layout
12012
12013 \backslash
12014 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
12015 \end_layout
12016
12017 \begin_layout Plain Layout
12018 More about 
12019 \backslash
12020 texorpdfstring is in section 
12021 \begin_inset CommandInset ref
12022 LatexCommand ref
12023 reference "subsec:Formulas-in-Section"
12024
12025 \end_inset
12026
12027 .
12028 \end_layout
12029
12030 \end_inset
12031
12032
12033 \begin_inset CommandInset label
12034 LatexCommand label
12035 name "subsec:Variable-Space"
12036
12037 \end_inset
12038
12039
12040 \begin_inset Index idx
12041 status collapsed
12042
12043 \begin_layout Plain Layout
12044 Space ! horizontal ! variable
12045 \end_layout
12046
12047 \end_inset
12048
12049
12050 \end_layout
12051
12052 \begin_layout Standard
12053 Space with a defined length can be inserted with the command 
12054 \series bold
12055
12056 \backslash
12057 hspace
12058 \series default
12059
12060 \begin_inset Index idx
12061 status collapsed
12062
12063 \begin_layout Plain Layout
12064 Commands ! H ! 
12065 \backslash
12066 hspace
12067 \end_layout
12068
12069 \end_inset
12070
12071 .
12072  Then a long 
12073 \begin_inset Quotes eld
12074 \end_inset
12075
12076
12077 \color blue
12078
12079 \begin_inset space \textvisiblespace{}
12080 \end_inset
12081
12082
12083 \color inherit
12084
12085 \begin_inset Quotes erd
12086 \end_inset
12087
12088  appears.
12089  The length can be specified by left-clicking on the 
12090 \begin_inset Quotes eld
12091 \end_inset
12092
12093
12094 \color blue
12095
12096 \begin_inset space \textvisiblespace{}
12097 \end_inset
12098
12099
12100 \color inherit
12101
12102 \begin_inset Quotes erd
12103 \end_inset
12104
12105 .
12106  The length may also be negative.
12107  When a space would be the first character in a line it would be omitted.
12108  To force its output use the command 
12109 \series bold
12110
12111 \backslash
12112 hspace*
12113 \series default
12114  instead of 
12115 \series bold
12116
12117 \backslash
12118 hspace
12119 \series default
12120  or left-click on the 
12121 \begin_inset Quotes eld
12122 \end_inset
12123
12124
12125 \color blue
12126
12127 \begin_inset space \textvisiblespace{}
12128 \end_inset
12129
12130
12131 \color inherit
12132
12133 \begin_inset Quotes erd
12134 \end_inset
12135
12136  and check the option 
12137 \family sans
12138 Protect
12139 \family default
12140 .
12141 \begin_inset Newline newline
12142 \end_inset
12143
12144 To insert as much space as is available, the command 
12145 \series bold
12146
12147 \backslash
12148 hfill
12149 \series default
12150
12151 \begin_inset Index idx
12152 status collapsed
12153
12154 \begin_layout Plain Layout
12155 Commands ! H ! 
12156 \backslash
12157 hfill
12158 \end_layout
12159
12160 \end_inset
12161
12162  is used.
12163 \end_layout
12164
12165 \begin_layout Standard
12166 \align center
12167 \begin_inset Tabular
12168 <lyxtabular version="3" rows="4" columns="2">
12169 <features booktabs="true" tabularvalignment="middle">
12170 <column alignment="center" valignment="top" width="0pt">
12171 <column alignment="center" valignment="top">
12172 <row>
12173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12174 \begin_inset Text
12175
12176 \begin_layout Plain Layout
12177 Command (
12178 \backslash
12179 hspace length)
12180 \end_layout
12181
12182 \end_inset
12183 </cell>
12184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12185 \begin_inset Text
12186
12187 \begin_layout Plain Layout
12188 Result
12189 \end_layout
12190
12191 \end_inset
12192 </cell>
12193 </row>
12194 <row>
12195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12196 \begin_inset Text
12197
12198 \begin_layout Plain Layout
12199 A=B
12200 \backslash
12201 hspace
12202 \begin_inset space \textvisiblespace{}
12203 \end_inset
12204
12205 A
12206 \backslash
12207 not=C (3
12208 \begin_inset space \thinspace{}
12209 \end_inset
12210
12211 cm)
12212 \end_layout
12213
12214 \end_inset
12215 </cell>
12216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12217 \begin_inset Text
12218
12219 \begin_layout Plain Layout
12220 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12221 \end_inset
12222
12223
12224 \end_layout
12225
12226 \end_inset
12227 </cell>
12228 </row>
12229 <row>
12230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12231 \begin_inset Text
12232
12233 \begin_layout Plain Layout
12234 A
12235 \backslash
12236 hspace
12237 \begin_inset space \textvisiblespace{}
12238 \end_inset
12239
12240 A
12241 \backslash
12242 not=A (-1
12243 \begin_inset space \thinspace{}
12244 \end_inset
12245
12246 mm)
12247 \end_layout
12248
12249 \end_inset
12250 </cell>
12251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12252 \begin_inset Text
12253
12254 \begin_layout Plain Layout
12255 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12256 \end_inset
12257
12258
12259 \end_layout
12260
12261 \end_inset
12262 </cell>
12263 </row>
12264 <row>
12265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12266 \begin_inset Text
12267
12268 \begin_layout Plain Layout
12269 A=A
12270 \backslash
12271 hfill
12272 \begin_inset space \textvisiblespace{}
12273 \end_inset
12274
12275 B=B
12276 \end_layout
12277
12278 \end_inset
12279 </cell>
12280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12281 \begin_inset Text
12282
12283 \begin_layout Plain Layout
12284 \begin_inset Formula $A=A\hfill B=B$
12285 \end_inset
12286
12287
12288 \end_layout
12289
12290 \end_inset
12291 </cell>
12292 </row>
12293 </lyxtabular>
12294
12295 \end_inset
12296
12297
12298 \end_layout
12299
12300 \begin_layout Standard
12301 In the last example the available space is given by the longest column entry
12302  of the table.
12303  In an inline formula the space depends on the length of the line in which
12304  
12305 \series bold
12306
12307 \backslash
12308 hfill
12309 \series default
12310  is inserted.
12311  Thus, when the line uses the full width, no space will be created.
12312  
12313 \series bold
12314
12315 \backslash
12316 hfill
12317 \series default
12318  only has an effect on displayed formulas when the formula style 
12319 \series bold
12320 Indented
12321 \series default
12322  is used.
12323  (Formula styles are explained in 
12324 \begin_inset CommandInset ref
12325 LatexCommand ref
12326 reference "sec:Formula-Styles"
12327
12328 \end_inset
12329
12330 .)
12331 \end_layout
12332
12333 \begin_layout Standard
12334 Besides 
12335 \series bold
12336
12337 \backslash
12338 hfill
12339 \series default
12340 , there are the commands 
12341 \series bold
12342
12343 \backslash
12344 dotfill
12345 \series default
12346  and 
12347 \series bold
12348
12349 \backslash
12350 hrulefill
12351 \series default
12352  that fill the space with a pattern, see 
12353 \begin_inset CommandInset ref
12354 LatexCommand ref
12355 reference "subsec:Ellipses"
12356
12357 \end_inset
12358
12359  for an example.
12360 \end_layout
12361
12362 \begin_layout Standard
12363 For text, variable space can be inserted via the menu 
12364 \family sans
12365 Insert\SpecialChar menuseparator
12366 Formatting\SpecialChar menuseparator
12367 Horizontal
12368 \begin_inset space ~
12369 \end_inset
12370
12371 Space
12372 \family default
12373 :
12374 \end_layout
12375
12376 \begin_layout Standard
12377 This is a line with
12378 \begin_inset space \hspace{}
12379 \length 2cm
12380 \end_inset
12381
12382 2
12383 \begin_inset space \thinspace{}
12384 \end_inset
12385
12386 cm space.
12387 \end_layout
12388
12389 \begin_layout Standard
12390 This is a line with
12391 \begin_inset space \hfill{}
12392 \end_inset
12393
12394 maximum space.
12395 \end_layout
12396
12397 \begin_layout Subsection
12398 Space besides inline Formulas
12399 \begin_inset Index idx
12400 status collapsed
12401
12402 \begin_layout Plain Layout
12403 Space ! besides inline formulas
12404 \end_layout
12405
12406 \end_inset
12407
12408
12409 \end_layout
12410
12411 \begin_layout Standard
12412 The space that surrounds inline formulas can be adjusted with the length
12413  
12414 \series bold
12415
12416 \backslash
12417 mathsurround
12418 \series default
12419
12420 \begin_inset Index idx
12421 status collapsed
12422
12423 \begin_layout Plain Layout
12424 Commands ! M ! 
12425 \backslash
12426 mathsurround
12427 \end_layout
12428
12429 \end_inset
12430
12431 .
12432  The value of a length is set with the command 
12433 \series bold
12434
12435 \backslash
12436 setlength
12437 \series default
12438
12439 \begin_inset Index idx
12440 status collapsed
12441
12442 \begin_layout Plain Layout
12443 Commands ! S ! 
12444 \backslash
12445 setlength
12446 \end_layout
12447
12448 \end_inset
12449
12450  which has the following scheme:
12451 \end_layout
12452
12453 \begin_layout Standard
12454
12455 \series bold
12456
12457 \backslash
12458 setlength{length name}{value}
12459 \end_layout
12460
12461 \begin_layout Standard
12462 To set 
12463 \series bold
12464
12465 \backslash
12466 mathsurround
12467 \series default
12468  to the value 5
12469 \begin_inset space \thinspace{}
12470 \end_inset
12471
12472 mm, the command
12473 \end_layout
12474
12475 \begin_layout Standard
12476
12477 \series bold
12478
12479 \backslash
12480 setlength{
12481 \backslash
12482 mathsurround}{5mm}
12483 \end_layout
12484
12485 \begin_layout Standard
12486 is inserted in \SpecialChar TeX
12487  mode.
12488  5
12489 \begin_inset space \thinspace{}
12490 \end_inset
12491
12492 mm space will now be set around all inline formulas:
12493 \begin_inset ERT
12494 status collapsed
12495
12496 \begin_layout Plain Layout
12497
12498
12499 \backslash
12500 setlength{
12501 \backslash
12502 mathsurround}{5mm}
12503 \end_layout
12504
12505 \end_inset
12506
12507
12508 \end_layout
12509
12510 \begin_layout Standard
12511 This is a line with an inline formula 
12512 \begin_inset Formula $A=B$
12513 \end_inset
12514
12515  with 5
12516 \begin_inset space \thinspace{}
12517 \end_inset
12518
12519 mm surrounding space.
12520 \begin_inset ERT
12521 status collapsed
12522
12523 \begin_layout Plain Layout
12524
12525
12526 \backslash
12527 setlength{
12528 \backslash
12529 mathsurround}{0pt}
12530 \end_layout
12531
12532 \end_inset
12533
12534
12535 \end_layout
12536
12537 \begin_layout Standard
12538 To return to the predefined value, 
12539 \series bold
12540
12541 \backslash
12542 mathsurround
12543 \series default
12544  is set to the value 0
12545 \begin_inset space \thinspace{}
12546 \end_inset
12547
12548 pt.
12549 \end_layout
12550
12551 \begin_layout Standard
12552 \begin_inset Newpage newpage
12553 \end_inset
12554
12555
12556 \end_layout
12557
12558 \begin_layout Section
12559 Boxes and Frames
12560 \begin_inset Index idx
12561 status collapsed
12562
12563 \begin_layout Plain Layout
12564 Boxes
12565 \end_layout
12566
12567 \end_inset
12568
12569
12570 \begin_inset Index idx
12571 status collapsed
12572
12573 \begin_layout Plain Layout
12574 Frames | see
12575 \begin_inset ERT
12576 status collapsed
12577
12578 \begin_layout Plain Layout
12579
12580 {
12581 \end_layout
12582
12583 \end_inset
12584
12585 Boxes
12586 \begin_inset ERT
12587 status collapsed
12588
12589 \begin_layout Plain Layout
12590
12591 }
12592 \end_layout
12593
12594 \end_inset
12595
12596
12597 \end_layout
12598
12599 \end_inset
12600
12601
12602 \end_layout
12603
12604 \begin_layout Standard
12605 Boxes for text are described in chapter 
12606 \family typewriter
12607 Boxes
12608 \family default
12609  in the 
12610 \family typewriter
12611 Embedded
12612 \begin_inset space ~
12613 \end_inset
12614
12615 Objects
12616 \family default
12617  manual.
12618 \end_layout
12619
12620 \begin_layout Subsection
12621 Boxes with Frame
12622 \begin_inset CommandInset label
12623 LatexCommand label
12624 name "subsec:Boxes-with-Frame"
12625
12626 \end_inset
12627
12628
12629 \begin_inset Index idx
12630 status collapsed
12631
12632 \begin_layout Plain Layout
12633 Boxes ! with frame
12634 \end_layout
12635
12636 \end_inset
12637
12638
12639 \end_layout
12640
12641 \begin_layout Standard
12642 It is possible to frame a formula or part of one with the commands 
12643 \series bold
12644
12645 \backslash
12646 fbox
12647 \series default
12648
12649 \begin_inset Index idx
12650 status collapsed
12651
12652 \begin_layout Plain Layout
12653 Commands ! F ! 
12654 \backslash
12655 fbox
12656 \end_layout
12657
12658 \end_inset
12659
12660  and 
12661 \series bold
12662
12663 \backslash
12664 boxed
12665 \series default
12666
12667 \begin_inset Index idx
12668 status collapsed
12669
12670 \begin_layout Plain Layout
12671 Commands ! B ! 
12672 \backslash
12673 boxed
12674 \end_layout
12675
12676 \end_inset
12677
12678 .
12679 \end_layout
12680
12681 \begin_layout Standard
12682 When one of these commands is inserted in a formula, a blue box appears
12683  within a frame to enter formula parts.
12684  For 
12685 \series bold
12686
12687 \backslash
12688 fbox
12689 \series default
12690  an additional formula has to be created by 
12691 \family sans
12692 Ctrl+M
12693 \family default
12694  within this box, because the box content will otherwise be treated as mathemati
12695 cal text.
12696  When 
12697 \series bold
12698
12699 \backslash
12700 boxed
12701 \series default
12702  is used, a new formula is automatically created inside the frame.
12703 \end_layout
12704
12705 \begin_layout Standard
12706 The command 
12707 \series bold
12708
12709 \backslash
12710 fbox
12711 \series default
12712  is not suitable to frame displayed formulas because the formula will always
12713  be set in the size of the text.
12714  
12715 \series bold
12716
12717 \backslash
12718 boxed
12719 \series default
12720  is in contrary not suitable to frame inline formulas, because the formula
12721  will always be set in the size of a displayed formula.
12722 \end_layout
12723
12724 \begin_layout Standard
12725 An extension to 
12726 \series bold
12727
12728 \backslash
12729 fbox
12730 \series default
12731  is the command 
12732 \series bold
12733
12734 \backslash
12735 framebox
12736 \series default
12737
12738 \begin_inset Index idx
12739 status collapsed
12740
12741 \begin_layout Plain Layout
12742 Commands ! F ! 
12743 \backslash
12744 framebox
12745 \end_layout
12746
12747 \end_inset
12748
12749  where additionally the frame width and the alignment can be specified.
12750  
12751 \series bold
12752
12753 \backslash
12754 framebox
12755 \series default
12756  is used in the following scheme:
12757 \end_layout
12758
12759 \begin_layout Standard
12760
12761 \series bold
12762
12763 \backslash
12764 framebox[frame width][position]{box content}
12765 \end_layout
12766
12767 \begin_layout Standard
12768 The position can either be 
12769 \emph on
12770 l
12771 \emph default
12772  or 
12773 \emph on
12774 r
12775 \emph default
12776 .
12777  
12778 \emph on
12779 l
12780 \emph default
12781  left aligns, 
12782 \emph on
12783 r
12784 \emph default
12785  right aligns the formula in the box.
12786  When no position is given, the formula will be centered.
12787 \begin_inset Newline newline
12788 \end_inset
12789
12790 If no width is given, also no position can be given.
12791  In this case the frame width is adjusted to the box content like for 
12792 \series bold
12793
12794 \backslash
12795 fbox
12796 \series default
12797 .
12798 \end_layout
12799
12800 \begin_layout Standard
12801 When the command 
12802 \series bold
12803
12804 \backslash
12805 framebox
12806 \series default
12807  is inserted, a box appears containing three blue boxes.
12808  The first two boxes are surrounded by brackets and denote the two optional
12809  arguments.
12810  The third box is for formula parts like for 
12811 \series bold
12812
12813 \backslash
12814 fbox
12815 \series default
12816 .
12817 \end_layout
12818
12819 \begin_layout Standard
12820 \align center
12821 \begin_inset Tabular
12822 <lyxtabular version="3" rows="5" columns="2">
12823 <features booktabs="true" tabularvalignment="middle">
12824 <column alignment="center" valignment="top" width="0pt">
12825 <column alignment="center" valignment="top">
12826 <row>
12827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12828 \begin_inset Text
12829
12830 \begin_layout Plain Layout
12831 Command
12832 \end_layout
12833
12834 \end_inset
12835 </cell>
12836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12837 \begin_inset Text
12838
12839 \begin_layout Plain Layout
12840 Result
12841 \end_layout
12842
12843 \end_inset
12844 </cell>
12845 </row>
12846 <row topspace="1.5mm">
12847 <cell alignment="center" valignment="top" usebox="none">
12848 \begin_inset Text
12849
12850 \begin_layout Plain Layout
12851
12852 \backslash
12853 fbox
12854 \begin_inset space \textvisiblespace{}
12855 \end_inset
12856
12857
12858 \family sans
12859 Ctrl+M
12860 \family default
12861  
12862 \backslash
12863 int
12864 \begin_inset space \textvisiblespace{}
12865 \end_inset
12866
12867 A=B
12868 \end_layout
12869
12870 \end_inset
12871 </cell>
12872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12873 \begin_inset Text
12874
12875 \begin_layout Plain Layout
12876 \begin_inset Formula $\fbox{\ensuremath{\int A=B}}$
12877 \end_inset
12878
12879
12880 \end_layout
12881
12882 \end_inset
12883 </cell>
12884 </row>
12885 <row topspace="1.5mm">
12886 <cell alignment="center" valignment="top" usebox="none">
12887 \begin_inset Text
12888
12889 \begin_layout Plain Layout
12890
12891 \backslash
12892 boxed
12893 \begin_inset space \textvisiblespace{}
12894 \end_inset
12895
12896
12897 \backslash
12898 int
12899 \begin_inset space \textvisiblespace{}
12900 \end_inset
12901
12902 A=B
12903 \end_layout
12904
12905 \end_inset
12906 </cell>
12907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12908 \begin_inset Text
12909
12910 \begin_layout Plain Layout
12911 \begin_inset Formula $\boxed{\int A=B}$
12912 \end_inset
12913
12914
12915 \end_layout
12916
12917 \end_inset
12918 </cell>
12919 </row>
12920 <row topspace="1.5mm">
12921 <cell alignment="center" valignment="top" usebox="none">
12922 \begin_inset Text
12923
12924 \begin_layout Plain Layout
12925 A+
12926 \backslash
12927 fbox
12928 \begin_inset space \textvisiblespace{}
12929 \end_inset
12930
12931 B
12932 \end_layout
12933
12934 \end_inset
12935 </cell>
12936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12937 \begin_inset Text
12938
12939 \begin_layout Plain Layout
12940 \begin_inset Formula $A+\fbox{B}$
12941 \end_inset
12942
12943
12944 \end_layout
12945
12946 \end_inset
12947 </cell>
12948 </row>
12949 <row topspace="1.5mm" bottomspace="1mm">
12950 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12951 \begin_inset Text
12952
12953 \begin_layout Plain Layout
12954
12955 \backslash
12956 framebox
12957 \begin_inset space \textvisiblespace{}
12958 \end_inset
12959
12960 20mm
12961 \begin_inset Formula $\to$
12962 \end_inset
12963
12964
12965 \begin_inset Formula $\to$
12966 \end_inset
12967
12968
12969 \family sans
12970 Ctrl+M
12971 \family default
12972  
12973 \backslash
12974 frac
12975 \begin_inset space \textvisiblespace{}
12976 \end_inset
12977
12978 A
12979 \begin_inset Formula $\downarrow$
12980 \end_inset
12981
12982 B
12983 \end_layout
12984
12985 \end_inset
12986 </cell>
12987 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12988 \begin_inset Text
12989
12990 \begin_layout Plain Layout
12991 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12992 \end_inset
12993
12994
12995 \end_layout
12996
12997 \end_inset
12998 </cell>
12999 </row>
13000 </lyxtabular>
13001
13002 \end_inset
13003
13004
13005 \end_layout
13006
13007 \begin_layout Standard
13008 The frame thickness can also be adjusted.
13009  To do this the following commands have to be inserted in \SpecialChar TeX
13010  mode before the
13011  formula
13012 \end_layout
13013
13014 \begin_layout Standard
13015
13016 \series bold
13017
13018 \backslash
13019 fboxrule
13020 \series default
13021  
13022 \series bold
13023
13024 \begin_inset Quotes eld
13025 \end_inset
13026
13027 thickness
13028 \begin_inset Quotes erd
13029 \end_inset
13030
13031
13032 \series default
13033  
13034 \series bold
13035
13036 \backslash
13037 fboxsep
13038 \series default
13039  
13040 \series bold
13041
13042 \begin_inset Quotes eld
13043 \end_inset
13044
13045 distance
13046 \begin_inset Quotes erd
13047 \end_inset
13048
13049
13050 \end_layout
13051
13052 \begin_layout Standard
13053 \begin_inset Quotes eld
13054 \end_inset
13055
13056 distance
13057 \begin_inset Quotes erd
13058 \end_inset
13059
13060  specifies the minimal distance between the frame and the first character
13061  in the box.
13062  An example for this is the following framed formula:
13063 \begin_inset ERT
13064 status collapsed
13065
13066 \begin_layout Plain Layout
13067
13068
13069 \backslash
13070 fboxrule 2mm 
13071 \backslash
13072 fboxsep 3mm
13073 \end_layout
13074
13075 \end_inset
13076
13077
13078 \begin_inset Formula 
13079 \[
13080 \boxed{A+B=C}
13081 \]
13082
13083 \end_inset
13084
13085 Before this formula the commands
13086 \end_layout
13087
13088 \begin_layout Standard
13089
13090 \series bold
13091
13092 \backslash
13093 fboxrule
13094 \series default
13095  
13096 \series bold
13097 2mm
13098 \series default
13099  
13100 \series bold
13101
13102 \backslash
13103 fboxsep
13104 \series default
13105  
13106 \series bold
13107 3mm
13108 \end_layout
13109
13110 \begin_layout Standard
13111 were inserted in \SpecialChar TeX
13112  mode.
13113  The given values are used for all following boxes.
13114 \end_layout
13115
13116 \begin_layout Standard
13117 To return to the standard frame size, the command
13118 \end_layout
13119
13120 \begin_layout Standard
13121
13122 \series bold
13123
13124 \backslash
13125 fboxrule
13126 \series default
13127  
13128 \series bold
13129 0.4pt
13130 \series default
13131  
13132 \series bold
13133
13134 \backslash
13135 fboxsep
13136 \series default
13137  
13138 \series bold
13139 3pt
13140 \series default
13141
13142 \begin_inset ERT
13143 status collapsed
13144
13145 \begin_layout Plain Layout
13146
13147
13148 \backslash
13149 fboxrule 0.4pt 
13150 \backslash
13151 fboxsep 3pt
13152 \end_layout
13153
13154 \end_inset
13155
13156
13157 \end_layout
13158
13159 \begin_layout Standard
13160 is inserted in \SpecialChar TeX
13161  mode before the next formula.
13162 \end_layout
13163
13164 \begin_layout Subsection
13165 Boxes without Frame
13166 \begin_inset CommandInset label
13167 LatexCommand label
13168 name "subsec:Boxes-without-Frame"
13169
13170 \end_inset
13171
13172
13173 \begin_inset Index idx
13174 status collapsed
13175
13176 \begin_layout Plain Layout
13177 Boxes ! without frame
13178 \end_layout
13179
13180 \end_inset
13181
13182
13183 \end_layout
13184
13185 \begin_layout Standard
13186 For boxes without a frame there are the following box commands: 
13187 \series bold
13188
13189 \backslash
13190 mbox
13191 \series default
13192
13193 \begin_inset Index idx
13194 status collapsed
13195
13196 \begin_layout Plain Layout
13197 Commands ! M ! 
13198 \backslash
13199 mbox
13200 \end_layout
13201
13202 \end_inset
13203
13204
13205 \series bold
13206
13207 \backslash
13208 makebox
13209 \series default
13210
13211 \begin_inset Index idx
13212 status collapsed
13213
13214 \begin_layout Plain Layout
13215 Commands ! M ! 
13216 \backslash
13217 makebox
13218 \end_layout
13219
13220 \end_inset
13221
13222  and 
13223 \series bold
13224
13225 \backslash
13226 raisebox
13227 \series default
13228
13229 \begin_inset Index idx
13230 status collapsed
13231
13232 \begin_layout Plain Layout
13233 Commands ! R ! 
13234 \backslash
13235 raisebox
13236 \end_layout
13237
13238 \end_inset
13239
13240
13241 \end_layout
13242
13243 \begin_layout Standard
13244 With 
13245 \series bold
13246
13247 \backslash
13248 raisebox
13249 \series default
13250  a box can be super- or subscripted.
13251  But in contrary to normal super- and subscripting, the characters in the
13252  box keep their font size.
13253  
13254 \series bold
13255
13256 \backslash
13257 raisebox
13258 \series default
13259  is used in the following scheme:
13260 \end_layout
13261
13262 \begin_layout Standard
13263
13264 \series bold
13265
13266 \backslash
13267 raisebox{height}{box content}
13268 \end_layout
13269
13270 \begin_layout Standard
13271 When the box should contain a formula, an extra formula is needed like for
13272  
13273 \series bold
13274
13275 \backslash
13276 fbox
13277 \series default
13278 .
13279  
13280 \series medium
13281
13282 \begin_inset Note Greyedout
13283 status open
13284
13285 \begin_layout Plain Layout
13286
13287 \series bold
13288 Note:
13289 \series default
13290  For 
13291 \series bold
13292
13293 \backslash
13294 raisebox
13295 \series default
13296  this extra formula is created by pressing 
13297 \family sans
13298 Ctrl+M
13299 \family default
13300  twice instead of once because \SpecialChar LyX
13301  doesn't yet support 
13302 \series bold
13303
13304 \backslash
13305 raisebox
13306 \series default
13307  directly.
13308 \end_layout
13309
13310 \end_inset
13311
13312
13313 \end_layout
13314
13315 \begin_layout Standard
13316 \align center
13317 \begin_inset Tabular
13318 <lyxtabular version="3" rows="4" columns="2">
13319 <features booktabs="true" tabularvalignment="middle">
13320 <column alignment="center" valignment="top" width="0pt">
13321 <column alignment="center" valignment="top">
13322 <row>
13323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13324 \begin_inset Text
13325
13326 \begin_layout Plain Layout
13327 Command
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336 Result
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 </row>
13342 <row>
13343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13344 \begin_inset Text
13345
13346 \begin_layout Plain Layout
13347 H
13348 \backslash
13349 raisebox{2mm
13350 \begin_inset Formula $\to$
13351 \end_inset
13352
13353
13354 \backslash
13355 {al
13356 \begin_inset Formula $\to$
13357 \end_inset
13358
13359  lo
13360 \end_layout
13361
13362 \end_inset
13363 </cell>
13364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13365 \begin_inset Text
13366
13367 \begin_layout Plain Layout
13368 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13369 \end_inset
13370
13371
13372 \end_layout
13373
13374 \end_inset
13375 </cell>
13376 </row>
13377 <row>
13378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Plain Layout
13382 H
13383 \backslash
13384 raisebox{-2mm
13385 \begin_inset Formula $\to$
13386 \end_inset
13387
13388
13389 \backslash
13390 {al
13391 \begin_inset Formula $\to$
13392 \end_inset
13393
13394 lo
13395 \end_layout
13396
13397 \end_inset
13398 </cell>
13399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13400 \begin_inset Text
13401
13402 \begin_layout Plain Layout
13403 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13404 \end_inset
13405
13406
13407 \end_layout
13408
13409 \end_inset
13410 </cell>
13411 </row>
13412 <row>
13413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13414 \begin_inset Text
13415
13416 \begin_layout Plain Layout
13417 A=
13418 \backslash
13419 raisebox{-2mm
13420 \begin_inset Formula $\to$
13421 \end_inset
13422
13423
13424 \backslash
13425 {
13426 \family sans
13427 Ctrl+M
13428 \family default
13429  
13430 \family sans
13431 Ctrl+M
13432 \family default
13433  
13434 \backslash
13435 sqrt
13436 \begin_inset space \textvisiblespace{}
13437 \end_inset
13438
13439
13440 \end_layout
13441
13442 \end_inset
13443 </cell>
13444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13445 \begin_inset Text
13446
13447 \begin_layout Plain Layout
13448 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13449 \end_inset
13450
13451
13452 \end_layout
13453
13454 \end_inset
13455 </cell>
13456 </row>
13457 </lyxtabular>
13458
13459 \end_inset
13460
13461
13462 \end_layout
13463
13464 \begin_layout Standard
13465 The command 
13466 \series bold
13467
13468 \backslash
13469 mbox
13470 \series default
13471  is equivalent to 
13472 \series bold
13473
13474 \backslash
13475 fbox
13476 \series default
13477  and 
13478 \series bold
13479
13480 \backslash
13481 makebox
13482 \series default
13483  is equivalent to 
13484 \series bold
13485
13486 \backslash
13487 framebox
13488 \series default
13489 , with the difference that there is no frame.
13490 \end_layout
13491
13492 \begin_layout Subsection
13493 Colored Boxes
13494 \begin_inset CommandInset label
13495 LatexCommand label
13496 name "subsec:Colored-Boxes"
13497
13498 \end_inset
13499
13500
13501 \begin_inset Index idx
13502 status collapsed
13503
13504 \begin_layout Plain Layout
13505 Boxes ! colored
13506 \end_layout
13507
13508 \end_inset
13509
13510
13511 \end_layout
13512
13513 \begin_layout Standard
13514 To be able to use all commands explained in this section, the \SpecialChar LaTeX
13515 -package 
13516 \series bold
13517 color
13518 \series default
13519
13520 \begin_inset Foot
13521 status collapsed
13522
13523 \begin_layout Plain Layout
13524 The \SpecialChar LaTeX
13525 -package 
13526 \series bold
13527 color
13528 \series default
13529  is part of every \SpecialChar LaTeX
13530  standard installation.
13531 \end_layout
13532
13533 \end_inset
13534
13535
13536 \begin_inset Index idx
13537 status collapsed
13538
13539 \begin_layout Plain Layout
13540 Packages ! color
13541 \end_layout
13542
13543 \end_inset
13544
13545  has to be loaded in the \SpecialChar LaTeX
13546 -preamble with the line
13547 \begin_inset Foot
13548 status collapsed
13549
13550 \begin_layout Plain Layout
13551 When text is colored somewhere in the document with a predefined color,
13552  \SpecialChar LyX
13553  loads the \SpecialChar LaTeX
13554  package 
13555 \series bold
13556 color
13557 \series default
13558  automatically.
13559  Thus it is possible that the package is loaded twice, but this does not
13560  cause problems.
13561 \end_layout
13562
13563 \end_inset
13564
13565
13566 \begin_inset Note Note
13567 status collapsed
13568
13569 \begin_layout Plain Layout
13570 To avoid that the package is loaded twice, a macro was inserted to the \SpecialChar LaTeX
13571 -preamble.
13572 \end_layout
13573
13574 \end_inset
13575
13576
13577 \end_layout
13578
13579 \begin_layout Standard
13580
13581 \series bold
13582
13583 \backslash
13584 usepackage{color}
13585 \end_layout
13586
13587 \begin_layout Standard
13588 \begin_inset VSpace medskip
13589 \end_inset
13590
13591 To color boxes, the command 
13592 \series bold
13593
13594 \backslash
13595 colorbox
13596 \series default
13597
13598 \begin_inset Index idx
13599 status collapsed
13600
13601 \begin_layout Plain Layout
13602 Commands ! C ! 
13603 \backslash
13604 colorbox
13605 \end_layout
13606
13607 \end_inset
13608
13609  is used in the following scheme:
13610 \end_layout
13611
13612 \begin_layout Standard
13613
13614 \series bold
13615
13616 \backslash
13617 colorbox{color}{box content}
13618 \end_layout
13619
13620 \begin_layout Standard
13621 The box content can also be a box and a 
13622 \series bold
13623
13624 \backslash
13625 colorbox
13626 \series default
13627  can also be part of another box (see the 2nd and 3rd example).
13628  When the box should contain a formula, an extra formula has to be created,
13629  the same way as for 
13630 \series bold
13631
13632 \backslash
13633 raisebox
13634 \series default
13635 .
13636 \begin_inset Foot
13637 status collapsed
13638
13639 \begin_layout Plain Layout
13640 This also applies for the command 
13641 \series bold
13642
13643 \backslash
13644 fcolorbox
13645 \series default
13646 .
13647 \end_layout
13648
13649 \end_inset
13650
13651
13652 \end_layout
13653
13654 \begin_layout Standard
13655 One of the following predefined colors can be chosen:
13656 \end_layout
13657
13658 \begin_layout Standard
13659
13660 \series bold
13661 black
13662 \series default
13663
13664 \series bold
13665 blue
13666 \series default
13667
13668 \series bold
13669 cyan
13670 \series default
13671
13672 \series bold
13673 green
13674 \series default
13675
13676 \series bold
13677 magenta
13678 \series default
13679
13680 \series bold
13681 red
13682 \series default
13683
13684 \series bold
13685 white
13686 \series default
13687  and 
13688 \series bold
13689 yellow
13690 \end_layout
13691
13692 \begin_layout Standard
13693 \align center
13694 \begin_inset Tabular
13695 <lyxtabular version="3" rows="4" columns="2">
13696 <features booktabs="true" tabularvalignment="middle">
13697 <column alignment="center" valignment="top" width="0pt">
13698 <column alignment="center" valignment="top">
13699 <row>
13700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13701 \begin_inset Text
13702
13703 \begin_layout Plain Layout
13704 Command
13705 \end_layout
13706
13707 \end_inset
13708 </cell>
13709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13710 \begin_inset Text
13711
13712 \begin_layout Plain Layout
13713 Result
13714 \end_layout
13715
13716 \end_inset
13717 </cell>
13718 </row>
13719 <row>
13720 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13721 \begin_inset Text
13722
13723 \begin_layout Plain Layout
13724
13725 \backslash
13726 colorbox{yellow
13727 \begin_inset Formula $\to$
13728 \end_inset
13729
13730
13731 \backslash
13732 {A=B
13733 \end_layout
13734
13735 \end_inset
13736 </cell>
13737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13738 \begin_inset Text
13739
13740 \begin_layout Plain Layout
13741 \begin_inset Formula $\colorbox{yellow}{A=B}$
13742 \end_inset
13743
13744
13745 \end_layout
13746
13747 \end_inset
13748 </cell>
13749 </row>
13750 <row topspace="1.5mm">
13751 <cell alignment="center" valignment="top" usebox="none">
13752 \begin_inset Text
13753
13754 \begin_layout Plain Layout
13755
13756 \backslash
13757 colorbox{green
13758 \begin_inset Formula $\to$
13759 \end_inset
13760
13761
13762 \backslash
13763 {
13764 \backslash
13765 fbox
13766 \begin_inset space \textvisiblespace{}
13767 \end_inset
13768
13769 A=B
13770 \end_layout
13771
13772 \end_inset
13773 </cell>
13774 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13775 \begin_inset Text
13776
13777 \begin_layout Plain Layout
13778 \begin_inset Formula $\colorbox{green}{\fbox{A=B}}$
13779 \end_inset
13780
13781
13782 \end_layout
13783
13784 \end_inset
13785 </cell>
13786 </row>
13787 <row topspace="1.5mm" bottomspace="1mm">
13788 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13789 \begin_inset Text
13790
13791 \begin_layout Plain Layout
13792
13793 \backslash
13794 fbox
13795 \begin_inset space \textvisiblespace{}
13796 \end_inset
13797
13798
13799 \backslash
13800 colorbox{green
13801 \begin_inset Formula $\to$
13802 \end_inset
13803
13804
13805 \backslash
13806 {
13807 \family sans
13808 Ctrl+M
13809 \family default
13810  
13811 \family sans
13812 Ctrl+M
13813 \family default
13814  
13815 \backslash
13816 int
13817 \begin_inset space \textvisiblespace{}
13818 \end_inset
13819
13820 C=D
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13826 \begin_inset Text
13827
13828 \begin_layout Plain Layout
13829 \begin_inset Formula $\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}$
13830 \end_inset
13831
13832
13833 \end_layout
13834
13835 \end_inset
13836 </cell>
13837 </row>
13838 </lyxtabular>
13839
13840 \end_inset
13841
13842
13843 \end_layout
13844
13845 \begin_layout Standard
13846
13847 \series bold
13848
13849 \backslash
13850 colorbox
13851 \series default
13852  only colors the box but not the characters in the box.
13853  To color all characters, the whole formula is highlighted and the desired
13854  color is chosen in the 
13855 \family sans
13856 Text
13857 \begin_inset space ~
13858 \end_inset
13859
13860 Style
13861 \family default
13862  dialog.
13863  The dialog can be called with the toolbar button 
13864 \begin_inset Info
13865 type  "icon"
13866 arg   "dialog-show character"
13867 \end_inset
13868
13869  or the menu 
13870 \family sans
13871 Edit\SpecialChar menuseparator
13872 Text
13873 \begin_inset space ~
13874 \end_inset
13875
13876 Style\SpecialChar menuseparator
13877 Customized
13878 \family default
13879 .
13880  The formula number then has the same color as the formula.
13881  When the formula number should get another color than the formula characters,
13882  the color must be changed within the formula.
13883 \end_layout
13884
13885 \begin_layout Standard
13886 An example:
13887 \end_layout
13888
13889 \begin_layout Standard
13890
13891 \color red
13892 \begin_inset Formula 
13893 \begin{equation}
13894 \int A=B\label{eq:red}
13895 \end{equation}
13896
13897 \end_inset
13898
13899
13900 \color green
13901
13902 \begin_inset Formula 
13903 \begin{equation}
13904 \textcolor{red}{\int A=B}\label{eq:redgreen}
13905 \end{equation}
13906
13907 \end_inset
13908
13909
13910 \end_layout
13911
13912 \begin_layout Standard
13913 Formula 
13914 \begin_inset CommandInset ref
13915 LatexCommand eqref
13916 reference "eq:red"
13917
13918 \end_inset
13919
13920  is completely colored red.
13921 \begin_inset Newline newline
13922 \end_inset
13923
13924 Formula 
13925 \begin_inset CommandInset ref
13926 LatexCommand eqref
13927 reference "eq:redgreen"
13928
13929 \end_inset
13930
13931  was first completely colored green to set the color for the formula number.
13932  Subsequently the formula characters were colored red.
13933 \end_layout
13934
13935 \begin_layout Standard
13936 \begin_inset VSpace bigskip
13937 \end_inset
13938
13939 To color the frame different than the rest of the box, the command 
13940 \series bold
13941
13942 \backslash
13943 fcolorbox
13944 \series default
13945
13946 \begin_inset Index idx
13947 status collapsed
13948
13949 \begin_layout Plain Layout
13950 Commands ! F ! 
13951 \backslash
13952 fcolorbox
13953 \end_layout
13954
13955 \end_inset
13956
13957  is used in the following scheme:
13958 \end_layout
13959
13960 \begin_layout Standard
13961
13962 \series bold
13963
13964 \backslash
13965 fcolorbox{frame color}{color}{box content}
13966 \end_layout
13967
13968 \begin_layout Standard
13969 So 
13970 \series bold
13971
13972 \backslash
13973 fcolorbox
13974 \series default
13975  is an extension of the command 
13976 \series bold
13977
13978 \backslash
13979 colorbox
13980 \series default
13981 .
13982  The frame width is set, like for 
13983 \series bold
13984
13985 \backslash
13986 framebox
13987 \series default
13988 , with 
13989 \series bold
13990
13991 \backslash
13992 fboxrule
13993 \series default
13994  and 
13995 \series bold
13996
13997 \backslash
13998 fboxsep
13999 \series default
14000 .
14001  An example:
14002 \begin_inset ERT
14003 status collapsed
14004
14005 \begin_layout Plain Layout
14006
14007
14008 \backslash
14009 fboxrule 1mm 
14010 \backslash
14011 fboxsep 1mm
14012 \end_layout
14013
14014 \end_inset
14015
14016
14017 \begin_inset Formula 
14018 \[
14019 \fcolorbox{cyan}{magenta}{A=B}
14020 \]
14021
14022 \end_inset
14023
14024
14025 \begin_inset ERT
14026 status collapsed
14027
14028 \begin_layout Plain Layout
14029
14030
14031 \backslash
14032 fboxrule 0.4pt 
14033 \backslash
14034 fboxsep 3pt
14035 \end_layout
14036
14037 \end_inset
14038
14039
14040 \end_layout
14041
14042 \begin_layout Standard
14043 This formula was created with the command
14044 \begin_inset Newline newline
14045 \end_inset
14046
14047
14048 \series bold
14049
14050 \backslash
14051 fcolorbox{cyan
14052 \begin_inset Formula $\to$
14053 \end_inset
14054
14055
14056 \backslash
14057 {magenta
14058 \begin_inset Formula $\to$
14059 \end_inset
14060
14061
14062 \backslash
14063 {A=B
14064 \series default
14065 .
14066 \end_layout
14067
14068 \begin_layout Standard
14069 \begin_inset VSpace bigskip
14070 \end_inset
14071
14072 To use other colors than the predefined ones, they have to be defined first.
14073 \end_layout
14074
14075 \begin_layout Standard
14076 One can for example define the color 
14077 \begin_inset Quotes eld
14078 \end_inset
14079
14080
14081 \series bold
14082 darkgreen
14083 \series default
14084
14085 \begin_inset Quotes erd
14086 \end_inset
14087
14088  with the \SpecialChar LaTeX
14089 -preamble line:
14090 \end_layout
14091
14092 \begin_layout Standard
14093
14094 \series bold
14095
14096 \backslash
14097 definecolor{darkgreen}{cmyk}{0.5,
14098 \series default
14099  
14100 \series bold
14101 0,
14102 \series default
14103  
14104 \series bold
14105 1,
14106 \series default
14107  
14108 \series bold
14109 0.5}
14110 \series default
14111
14112 \begin_inset Index idx
14113 status collapsed
14114
14115 \begin_layout Plain Layout
14116 Commands ! D ! 
14117 \backslash
14118 definecolor
14119 \end_layout
14120
14121 \end_inset
14122
14123
14124 \end_layout
14125
14126 \begin_layout Standard
14127
14128 \series bold
14129 cmyk
14130 \series default
14131  is the color space that denotes the colors 
14132 \series bold
14133 cyan
14134 \series default
14135
14136 \series bold
14137 magenta
14138 \series default
14139
14140 \series bold
14141 yellow
14142 \series default
14143  and 
14144 \series bold
14145 black
14146 \series default
14147 .
14148  The four comma separated numbers are the portion factor for the corresponding
14149  colors of the color space.
14150  The factors can be in the range of 0
14151 \begin_inset space \thinspace{}
14152 \end_inset
14153
14154 -
14155 \begin_inset space \thinspace{}
14156 \end_inset
14157
14158 1.
14159  Instead of 
14160 \series bold
14161 cmyk
14162 \series default
14163  also the color space 
14164 \series bold
14165 rgb
14166 \series default
14167  can be used for definitions.
14168  
14169 \series bold
14170 rgb
14171 \series default
14172  denotes 
14173 \series bold
14174 red
14175 \series default
14176
14177 \series bold
14178 green
14179 \series default
14180  and 
14181 \series bold
14182 blue
14183 \series default
14184 , so that there are in this case three portion factors for the corresponding
14185  colors.
14186  Furthermore there is the color space 
14187 \series bold
14188 gray
14189 \series default
14190  with one portion factor for the gray value.
14191 \end_layout
14192
14193 \begin_layout Standard
14194 As example a framed box with the new defined color 
14195 \series bold
14196 darkgreen
14197 \series default
14198  where the characters have been colored 
14199 \series bold
14200 yellow
14201 \series default
14202 :
14203 \begin_inset Formula 
14204 \begin{equation}
14205 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14206 \end{equation}
14207
14208 \end_inset
14209
14210
14211 \end_layout
14212
14213 \begin_layout Standard
14214 Self-defined colors can also be used for text with the help of the command
14215  
14216 \series bold
14217
14218 \backslash
14219 textcolor
14220 \series default
14221 :
14222 \begin_inset Index idx
14223 status collapsed
14224
14225 \begin_layout Plain Layout
14226 Text ! colored
14227 \end_layout
14228
14229 \end_inset
14230
14231
14232 \end_layout
14233
14234 \begin_layout Standard
14235 \begin_inset ERT
14236 status collapsed
14237
14238 \begin_layout Plain Layout
14239
14240
14241 \backslash
14242 textcolor{darkgreen}{
14243 \end_layout
14244
14245 \end_inset
14246
14247 This sentence is 
14248 \begin_inset Quotes eld
14249 \end_inset
14250
14251 darkgreen
14252 \begin_inset Quotes erd
14253 \end_inset
14254
14255 .
14256 \begin_inset ERT
14257 status collapsed
14258
14259 \begin_layout Plain Layout
14260
14261 }
14262 \end_layout
14263
14264 \end_inset
14265
14266
14267 \end_layout
14268
14269 \begin_layout Standard
14270
14271 \series bold
14272
14273 \backslash
14274 textcolor
14275 \series default
14276
14277 \begin_inset Index idx
14278 status collapsed
14279
14280 \begin_layout Plain Layout
14281 Commands ! T ! 
14282 \backslash
14283 textcolor
14284 \end_layout
14285
14286 \end_inset
14287
14288  is used in the scheme 
14289 \series bold
14290
14291 \backslash
14292 textcolor{color}{characters to color}
14293 \series default
14294 .
14295 \end_layout
14296
14297 \begin_layout Subsection
14298 Paragraph Boxes
14299 \begin_inset CommandInset label
14300 LatexCommand label
14301 name "subsec:Paragraph-Boxes"
14302
14303 \end_inset
14304
14305
14306 \begin_inset Index idx
14307 status collapsed
14308
14309 \begin_layout Plain Layout
14310 Boxes ! as paragraph
14311 \end_layout
14312
14313 \end_inset
14314
14315
14316 \end_layout
14317
14318 \begin_layout Standard
14319 A box that can contain several lines and paragraphs, a so-called paragraph
14320  box (parbox), can be created with the menu 
14321 \family sans
14322 Insert\SpecialChar menuseparator
14323 Box
14324 \family default
14325  or the toolbar button 
14326 \begin_inset Info
14327 type  "icon"
14328 arg   "box-insert"
14329 \end_inset
14330
14331 .
14332 \end_layout
14333
14334 \begin_layout Standard
14335 The following example shows a framed parbox in a line:
14336 \end_layout
14337
14338 \begin_layout Standard
14339 \begin_inset VSpace medskip
14340 \end_inset
14341
14342 This is a line 
14343 \begin_inset Box Boxed
14344 position "c"
14345 hor_pos "c"
14346 has_inner_box 1
14347 inner_pos "t"
14348 use_parbox 1
14349 use_makebox 0
14350 width "5cm"
14351 special "none"
14352 height "1in"
14353 height_special "totalheight"
14354 thickness "0.4pt"
14355 separation "3pt"
14356 shadowsize "4pt"
14357 framecolor "black"
14358 backgroundcolor "none"
14359 status open
14360
14361 \begin_layout Plain Layout
14362 This is a paragraph box.
14363  It is exactly 5
14364 \begin_inset space \thinspace{}
14365 \end_inset
14366
14367 cm long and can also contain formulas: 
14368 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14369 \end_inset
14370
14371
14372 \end_layout
14373
14374 \end_inset
14375
14376  with a parbox.
14377 \end_layout
14378
14379 \begin_layout Standard
14380 \begin_inset VSpace medskip
14381 \end_inset
14382
14383
14384 \end_layout
14385
14386 \begin_layout Standard
14387 Such a box is created by right-clicking on the gray box inset.
14388  A dialog pops up showing the box properties.
14389  In our case set: 
14390 \emph on
14391 Decoration
14392 \emph default
14393 : Rectangular box, 
14394 \emph on
14395 Inner Box
14396 \emph default
14397 : Parbox, 
14398 \emph on
14399 Width
14400 \emph default
14401 : 5
14402 \begin_inset space \thinspace{}
14403 \end_inset
14404
14405 cm, 
14406 \emph on
14407 Vertical Box Alignment
14408 \emph default
14409 : Middle
14410 \end_layout
14411
14412 \begin_layout Standard
14413 \begin_inset VSpace medskip
14414 \end_inset
14415
14416 In \SpecialChar LaTeX
14417  a parbox is created with the command 
14418 \series bold
14419
14420 \backslash
14421 parbox
14422 \series default
14423
14424 \begin_inset Index idx
14425 status collapsed
14426
14427 \begin_layout Plain Layout
14428 Commands ! P ! 
14429 \backslash
14430 parbox
14431 \end_layout
14432
14433 \end_inset
14434
14435  which has the following scheme:
14436 \end_layout
14437
14438 \begin_layout Standard
14439
14440 \series bold
14441
14442 \backslash
14443 parbox[position]{width}{box content}
14444 \end_layout
14445
14446 \begin_layout Standard
14447 The positions 
14448 \emph on
14449 b
14450 \emph default
14451  and 
14452 \emph on
14453 t
14454 \emph default
14455  are possible.
14456  
14457 \emph on
14458 b
14459 \emph default
14460  for 
14461 \begin_inset Quotes eld
14462 \end_inset
14463
14464 bottom
14465 \begin_inset Quotes erd
14466 \end_inset
14467
14468  means that the box is aligned within the surrounding text with its last
14469  line.
14470  With 
14471 \emph on
14472 t
14473 \emph default
14474  for 
14475 \begin_inset Quotes eld
14476 \end_inset
14477
14478 top
14479 \begin_inset Quotes erd
14480 \end_inset
14481
14482  this is done with the first line.
14483  When no position is given, the box will be vertically centered, see section
14484  
14485 \emph on
14486 Boxes
14487 \emph default
14488  of the 
14489 \emph on
14490 Embedded
14491 \begin_inset space ~
14492 \end_inset
14493
14494 Objects
14495 \emph default
14496  manual for examples.
14497 \end_layout
14498
14499 \begin_layout Standard
14500 \begin_inset VSpace bigskip
14501 \end_inset
14502
14503 To frame formulas completely, including the formula number, the formula
14504  must be set into a parbox.
14505  To do this, the command 
14506 \series bold
14507
14508 \backslash
14509 fbox{
14510 \backslash
14511 parbox{
14512 \backslash
14513 linewidth-2
14514 \backslash
14515 fboxsep-2
14516 \backslash
14517 fboxrule}{
14518 \series default
14519  is inserted in \SpecialChar TeX
14520  mode before the formula.
14521  
14522 \series bold
14523
14524 \backslash
14525 linewidth
14526 \series default
14527
14528 \begin_inset Index idx
14529 status collapsed
14530
14531 \begin_layout Plain Layout
14532 Commands ! L ! 
14533 \backslash
14534 linewidth
14535 \end_layout
14536
14537 \end_inset
14538
14539  is hereby the line width set for the document.
14540  Because the frame is outside the parbox, 2
14541 \begin_inset space \thinspace{}
14542 \end_inset
14543
14544 times the frame separation and the frame thickness must be subtracted from
14545  the line width.
14546  To be able to multiply and subtract in arguments, the \SpecialChar LaTeX
14547 -package 
14548 \series bold
14549 calc
14550 \series default
14551
14552 \begin_inset Foot
14553 status collapsed
14554
14555 \begin_layout Plain Layout
14556
14557 \series bold
14558 calc
14559 \series default
14560  is part of every \SpecialChar LaTeX
14561  standard installation.
14562 \end_layout
14563
14564 \end_inset
14565
14566
14567 \begin_inset Index idx
14568 status collapsed
14569
14570 \begin_layout Plain Layout
14571 Packages ! calc
14572 \end_layout
14573
14574 \end_inset
14575
14576  must be loaded in the \SpecialChar LaTeX
14577 -preamble with the line
14578 \end_layout
14579
14580 \begin_layout Standard
14581
14582 \series bold
14583
14584 \backslash
14585 usepackage{calc}
14586 \end_layout
14587
14588 \begin_layout Standard
14589 Behind the formula both boxes are closed by entering 
14590 \series bold
14591 }}
14592 \series default
14593  in \SpecialChar TeX
14594  mode.
14595  Here is an example:
14596 \begin_inset ERT
14597 status collapsed
14598
14599 \begin_layout Plain Layout
14600
14601
14602 \backslash
14603 fboxsep 5mm 
14604 \backslash
14605 fboxrule 5mm
14606 \end_layout
14607
14608 \end_inset
14609
14610
14611 \end_layout
14612
14613 \begin_layout Standard
14614 \begin_inset ERT
14615 status collapsed
14616
14617 \begin_layout Plain Layout
14618
14619
14620 \backslash
14621 fbox{
14622 \backslash
14623 parbox{
14624 \backslash
14625 linewidth-2
14626 \backslash
14627 fboxsep-2
14628 \backslash
14629 fboxrule}{
14630 \end_layout
14631
14632 \end_inset
14633
14634
14635 \begin_inset Formula 
14636 \begin{equation}
14637 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14638 \end{equation}
14639
14640 \end_inset
14641
14642
14643 \begin_inset ERT
14644 status collapsed
14645
14646 \begin_layout Plain Layout
14647
14648 }}
14649 \end_layout
14650
14651 \end_inset
14652
14653
14654 \begin_inset ERT
14655 status collapsed
14656
14657 \begin_layout Plain Layout
14658
14659
14660 \backslash
14661 fboxrule 0.4pt 
14662 \backslash
14663 fboxsep 3pt
14664 \end_layout
14665
14666 \end_inset
14667
14668
14669 \end_layout
14670
14671 \begin_layout Standard
14672 \begin_inset VSpace medskip
14673 \end_inset
14674
14675 As a parbox is used as the argument of 
14676 \series bold
14677
14678 \backslash
14679 fbox
14680 \series default
14681 , there is in this case no difference between 
14682 \series bold
14683
14684 \backslash
14685 fbox
14686 \series default
14687  and 
14688 \series bold
14689
14690 \backslash
14691 boxed
14692 \series default
14693 .
14694 \end_layout
14695
14696 \begin_layout Standard
14697 \begin_inset VSpace bigskip
14698 \end_inset
14699
14700 Paragraph boxes are very useful to comment formulas directly.
14701  To do this, 
14702 \series bold
14703
14704 \backslash
14705 parbox
14706 \series default
14707  is used in combination with the command 
14708 \series bold
14709
14710 \backslash
14711 tag
14712 \series default
14713 .
14714  (more about 
14715 \series bold
14716
14717 \backslash
14718 tag
14719 \series default
14720  see 
14721 \begin_inset CommandInset ref
14722 LatexCommand ref
14723 reference "subsec:User-defined-Numbering"
14724
14725 \end_inset
14726
14727 )
14728 \end_layout
14729
14730 \begin_layout Standard
14731 An example of a formula commented with 
14732 \series bold
14733
14734 \backslash
14735 parbox
14736 \series default
14737 :
14738 \end_layout
14739
14740 \begin_layout Standard
14741 \begin_inset ERT
14742 status collapsed
14743
14744 \begin_layout Plain Layout
14745
14746
14747 \backslash
14748 [5x-7b=3b
14749 \backslash
14750 tag*{
14751 \backslash
14752 parbox{5cm}{
14753 \end_layout
14754
14755 \end_inset
14756
14757 This is a description.
14758  It is distinctly separated from the formula and multiline.
14759 \begin_inset ERT
14760 status collapsed
14761
14762 \begin_layout Plain Layout
14763
14764 }}
14765 \backslash
14766 ]
14767 \end_layout
14768
14769 \end_inset
14770
14771
14772 \end_layout
14773
14774 \begin_layout Standard
14775 Such a formula must be inserted completely in \SpecialChar TeX
14776  mode because \SpecialChar LyX
14777  does not yet
14778  support the command 
14779 \series bold
14780
14781 \backslash
14782 parbox
14783 \series default
14784  in formulas.
14785  The formula is created with the following command sequence:
14786 \end_layout
14787
14788 \begin_layout Standard
14789 The command 
14790 \series bold
14791
14792 \backslash
14793 [5x-7b=3b
14794 \backslash
14795 tag*
14796 \backslash
14797 {
14798 \backslash
14799 parbox{5cm}{
14800 \series default
14801  is inserted in \SpecialChar TeX
14802  mode.
14803 \begin_inset Foot
14804 status collapsed
14805
14806 \begin_layout Plain Layout
14807 When the formula style 
14808 \series bold
14809 Indented
14810 \series default
14811  is used, 
14812 \series bold
14813
14814 \backslash
14815 tag*
14816 \backslash
14817 {
14818 \series default
14819  can also be replaced by 
14820 \series bold
14821
14822 \backslash
14823 hfill
14824 \series default
14825 .
14826  (formula styles see 
14827 \begin_inset CommandInset ref
14828 LatexCommand ref
14829 reference "sec:Formula-Styles"
14830
14831 \end_inset
14832
14833 )
14834 \end_layout
14835
14836 \end_inset
14837
14838  Then the description follows as normal text and finally 
14839 \series bold
14840 }}
14841 \backslash
14842 ]
14843 \series default
14844  is inserted in \SpecialChar TeX
14845  mode.
14846  The commands 
14847 \series bold
14848
14849 \backslash
14850 [
14851 \series default
14852  and 
14853 \series bold
14854
14855 \backslash
14856 ]
14857 \series default
14858  hereby create a displayed formula.
14859 \end_layout
14860
14861 \begin_layout Standard
14862 The advantages of 
14863 \series bold
14864
14865 \backslash
14866 parbox
14867 \series default
14868  can be seen in this example that was 
14869 \begin_inset Quotes eld
14870 \end_inset
14871
14872 commented
14873 \begin_inset Quotes erd
14874 \end_inset
14875
14876  using the mathematical textmode:
14877 \begin_inset Formula 
14878 \[
14879 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
14880 \]
14881
14882 \end_inset
14883
14884
14885 \end_layout
14886
14887 \begin_layout Section
14888 Operators
14889 \begin_inset Index idx
14890 status collapsed
14891
14892 \begin_layout Plain Layout
14893 Operators
14894 \end_layout
14895
14896 \end_inset
14897
14898
14899 \end_layout
14900
14901 \begin_layout Subsection
14902 Big Operators
14903 \begin_inset CommandInset label
14904 LatexCommand label
14905 name "subsec:Big-Operators"
14906
14907 \end_inset
14908
14909
14910 \begin_inset Index idx
14911 status collapsed
14912
14913 \begin_layout Plain Layout
14914 Operators ! big
14915 \end_layout
14916
14917 \end_inset
14918
14919
14920 \begin_inset Index idx
14921 status collapsed
14922
14923 \begin_layout Plain Layout
14924 Sums
14925 \end_layout
14926
14927 \end_inset
14928
14929
14930 \begin_inset Index idx
14931 status collapsed
14932
14933 \begin_layout Plain Layout
14934 Integrals
14935 \end_layout
14936
14937 \end_inset
14938
14939
14940 \end_layout
14941
14942 \begin_layout Standard
14943 To be able to use all integral operators listed here, the option 
14944 \family sans
14945 Use esint package automatically
14946 \family default
14947  must be set in the document settings under 
14948 \family sans
14949 Math
14950 \begin_inset space ~
14951 \end_inset
14952
14953 Options
14954 \family default
14955 .
14956 \end_layout
14957
14958 \begin_layout Standard
14959 \begin_inset space \hfill{}
14960 \end_inset
14961
14962
14963 \begin_inset Tabular
14964 <lyxtabular version="3" rows="11" columns="2">
14965 <features booktabs="true" tabularvalignment="middle">
14966 <column alignment="center" valignment="top" width="0pt">
14967 <column alignment="center" valignment="top" width="0pt">
14968 <row>
14969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14970 \begin_inset Text
14971
14972 \begin_layout Plain Layout
14973 Command
14974 \end_layout
14975
14976 \end_inset
14977 </cell>
14978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14979 \begin_inset Text
14980
14981 \begin_layout Plain Layout
14982 Result
14983 \end_layout
14984
14985 \end_inset
14986 </cell>
14987 </row>
14988 <row>
14989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14990 \begin_inset Text
14991
14992 \begin_layout Plain Layout
14993
14994 \backslash
14995 int
14996 \begin_inset Index idx
14997 status collapsed
14998
14999 \begin_layout Plain Layout
15000 Commands ! I ! 
15001 \backslash
15002 int
15003 \end_layout
15004
15005 \end_inset
15006
15007
15008 \end_layout
15009
15010 \end_inset
15011 </cell>
15012 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016 \begin_inset Formula $\int$
15017 \end_inset
15018
15019
15020 \end_layout
15021
15022 \end_inset
15023 </cell>
15024 </row>
15025 <row>
15026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030
15031 \backslash
15032 oint
15033 \end_layout
15034
15035 \end_inset
15036 </cell>
15037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15038 \begin_inset Text
15039
15040 \begin_layout Plain Layout
15041 \begin_inset Formula $\oint$
15042 \end_inset
15043
15044
15045 \end_layout
15046
15047 \end_inset
15048 </cell>
15049 </row>
15050 <row>
15051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15052 \begin_inset Text
15053
15054 \begin_layout Plain Layout
15055
15056 \backslash
15057 ointctrclockwise
15058 \end_layout
15059
15060 \end_inset
15061 </cell>
15062 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15063 \begin_inset Text
15064
15065 \begin_layout Plain Layout
15066 \begin_inset Formula $\ointctrclockwise$
15067 \end_inset
15068
15069
15070 \end_layout
15071
15072 \end_inset
15073 </cell>
15074 </row>
15075 <row>
15076 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15077 \begin_inset Text
15078
15079 \begin_layout Plain Layout
15080
15081 \backslash
15082 ointclockwise
15083 \end_layout
15084
15085 \end_inset
15086 </cell>
15087 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15088 \begin_inset Text
15089
15090 \begin_layout Plain Layout
15091 \begin_inset Formula $\ointclockwise$
15092 \end_inset
15093
15094
15095 \end_layout
15096
15097 \end_inset
15098 </cell>
15099 </row>
15100 <row>
15101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15102 \begin_inset Text
15103
15104 \begin_layout Plain Layout
15105
15106 \backslash
15107 sqint
15108 \end_layout
15109
15110 \end_inset
15111 </cell>
15112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15113 \begin_inset Text
15114
15115 \begin_layout Plain Layout
15116 \begin_inset Formula $\sqint$
15117 \end_inset
15118
15119
15120 \end_layout
15121
15122 \end_inset
15123 </cell>
15124 </row>
15125 <row>
15126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15127 \begin_inset Text
15128
15129 \begin_layout Plain Layout
15130
15131 \backslash
15132 fint
15133 \end_layout
15134
15135 \end_inset
15136 </cell>
15137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15138 \begin_inset Text
15139
15140 \begin_layout Plain Layout
15141  
15142 \begin_inset Formula $\fint$
15143 \end_inset
15144
15145
15146 \end_layout
15147
15148 \end_inset
15149 </cell>
15150 </row>
15151 <row>
15152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15153 \begin_inset Text
15154
15155 \begin_layout Plain Layout
15156
15157 \backslash
15158 landupint
15159 \end_layout
15160
15161 \end_inset
15162 </cell>
15163 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15164 \begin_inset Text
15165
15166 \begin_layout Plain Layout
15167  
15168 \begin_inset Formula $\landupint$
15169 \end_inset
15170
15171
15172 \end_layout
15173
15174 \end_inset
15175 </cell>
15176 </row>
15177 <row>
15178 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15179 \begin_inset Text
15180
15181 \begin_layout Plain Layout
15182
15183 \backslash
15184 landdownint
15185 \end_layout
15186
15187 \end_inset
15188 </cell>
15189 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15190 \begin_inset Text
15191
15192 \begin_layout Plain Layout
15193  
15194 \begin_inset Formula $\landdownint$
15195 \end_inset
15196
15197
15198 \end_layout
15199
15200 \end_inset
15201 </cell>
15202 </row>
15203 <row>
15204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15205 \begin_inset Text
15206
15207 \begin_layout Plain Layout
15208
15209 \backslash
15210 bigcap
15211 \end_layout
15212
15213 \end_inset
15214 </cell>
15215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15216 \begin_inset Text
15217
15218 \begin_layout Plain Layout
15219 \begin_inset Formula $\bigcap$
15220 \end_inset
15221
15222
15223 \end_layout
15224
15225 \end_inset
15226 </cell>
15227 </row>
15228 <row>
15229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15230 \begin_inset Text
15231
15232 \begin_layout Plain Layout
15233
15234 \backslash
15235 bigcup
15236 \end_layout
15237
15238 \end_inset
15239 </cell>
15240 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15241 \begin_inset Text
15242
15243 \begin_layout Plain Layout
15244 \begin_inset Formula $\bigcup$
15245 \end_inset
15246
15247
15248 \end_layout
15249
15250 \end_inset
15251 </cell>
15252 </row>
15253 </lyxtabular>
15254
15255 \end_inset
15256
15257
15258 \begin_inset space \hfill{}
15259 \end_inset
15260
15261
15262 \begin_inset Tabular
15263 <lyxtabular version="3" rows="11" columns="2">
15264 <features booktabs="true" tabularvalignment="middle">
15265 <column alignment="center" valignment="top" width="0pt">
15266 <column alignment="center" valignment="top" width="0pt">
15267 <row>
15268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15269 \begin_inset Text
15270
15271 \begin_layout Plain Layout
15272 Command
15273 \end_layout
15274
15275 \end_inset
15276 </cell>
15277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15278 \begin_inset Text
15279
15280 \begin_layout Plain Layout
15281 Result
15282 \end_layout
15283
15284 \end_inset
15285 </cell>
15286 </row>
15287 <row>
15288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15289 \begin_inset Text
15290
15291 \begin_layout Plain Layout
15292
15293 \backslash
15294 sum
15295 \begin_inset Index idx
15296 status collapsed
15297
15298 \begin_layout Plain Layout
15299 Commands ! S ! 
15300 \backslash
15301 sum
15302 \end_layout
15303
15304 \end_inset
15305
15306
15307 \end_layout
15308
15309 \end_inset
15310 </cell>
15311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15312 \begin_inset Text
15313
15314 \begin_layout Plain Layout
15315 \begin_inset Formula $\sum$
15316 \end_inset
15317
15318
15319 \end_layout
15320
15321 \end_inset
15322 </cell>
15323 </row>
15324 <row>
15325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15326 \begin_inset Text
15327
15328 \begin_layout Plain Layout
15329
15330 \backslash
15331 prod
15332 \begin_inset Index idx
15333 status collapsed
15334
15335 \begin_layout Plain Layout
15336 Commands ! P ! 
15337 \backslash
15338 prod
15339 \begin_inset ERT
15340 status collapsed
15341
15342 \begin_layout Plain Layout
15343
15344
15345 \backslash
15346 vspace{4mm}
15347 \end_layout
15348
15349 \end_inset
15350
15351
15352 \end_layout
15353
15354 \end_inset
15355
15356
15357 \end_layout
15358
15359 \end_inset
15360 </cell>
15361 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15362 \begin_inset Text
15363
15364 \begin_layout Plain Layout
15365 \begin_inset Formula $\prod$
15366 \end_inset
15367
15368
15369 \end_layout
15370
15371 \end_inset
15372 </cell>
15373 </row>
15374 <row>
15375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15376 \begin_inset Text
15377
15378 \begin_layout Plain Layout
15379
15380 \backslash
15381 coprod
15382 \end_layout
15383
15384 \end_inset
15385 </cell>
15386 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15387 \begin_inset Text
15388
15389 \begin_layout Plain Layout
15390 \begin_inset Formula $\coprod$
15391 \end_inset
15392
15393
15394 \end_layout
15395
15396 \end_inset
15397 </cell>
15398 </row>
15399 <row>
15400 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15401 \begin_inset Text
15402
15403 \begin_layout Plain Layout
15404
15405 \backslash
15406 bigodot
15407 \end_layout
15408
15409 \end_inset
15410 </cell>
15411 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15412 \begin_inset Text
15413
15414 \begin_layout Plain Layout
15415 \begin_inset Formula $\bigodot$
15416 \end_inset
15417
15418
15419 \end_layout
15420
15421 \end_inset
15422 </cell>
15423 </row>
15424 <row>
15425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15426 \begin_inset Text
15427
15428 \begin_layout Plain Layout
15429
15430 \backslash
15431 bigotimes
15432 \end_layout
15433
15434 \end_inset
15435 </cell>
15436 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15437 \begin_inset Text
15438
15439 \begin_layout Plain Layout
15440 \begin_inset Formula $\bigotimes$
15441 \end_inset
15442
15443
15444 \end_layout
15445
15446 \end_inset
15447 </cell>
15448 </row>
15449 <row>
15450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15451 \begin_inset Text
15452
15453 \begin_layout Plain Layout
15454
15455 \backslash
15456 bigoplus
15457 \end_layout
15458
15459 \end_inset
15460 </cell>
15461 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15462 \begin_inset Text
15463
15464 \begin_layout Plain Layout
15465 \begin_inset Formula $\bigoplus$
15466 \end_inset
15467
15468
15469 \end_layout
15470
15471 \end_inset
15472 </cell>
15473 </row>
15474 <row>
15475 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15476 \begin_inset Text
15477
15478 \begin_layout Plain Layout
15479
15480 \backslash
15481 bigwedge
15482 \end_layout
15483
15484 \end_inset
15485 </cell>
15486 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15487 \begin_inset Text
15488
15489 \begin_layout Plain Layout
15490 \begin_inset Formula $\bigwedge$
15491 \end_inset
15492
15493
15494 \end_layout
15495
15496 \end_inset
15497 </cell>
15498 </row>
15499 <row>
15500 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15501 \begin_inset Text
15502
15503 \begin_layout Plain Layout
15504
15505 \backslash
15506 bigvee
15507 \end_layout
15508
15509 \end_inset
15510 </cell>
15511 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15512 \begin_inset Text
15513
15514 \begin_layout Plain Layout
15515 \begin_inset Formula $\bigvee$
15516 \end_inset
15517
15518
15519 \end_layout
15520
15521 \end_inset
15522 </cell>
15523 </row>
15524 <row>
15525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15526 \begin_inset Text
15527
15528 \begin_layout Plain Layout
15529
15530 \backslash
15531 bigsqcup
15532 \end_layout
15533
15534 \end_inset
15535 </cell>
15536 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15537 \begin_inset Text
15538
15539 \begin_layout Plain Layout
15540 \begin_inset Formula $\bigsqcup$
15541 \end_inset
15542
15543
15544 \end_layout
15545
15546 \end_inset
15547 </cell>
15548 </row>
15549 <row>
15550 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15551 \begin_inset Text
15552
15553 \begin_layout Plain Layout
15554
15555 \backslash
15556 biguplus
15557 \end_layout
15558
15559 \end_inset
15560 </cell>
15561 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15562 \begin_inset Text
15563
15564 \begin_layout Plain Layout
15565 \begin_inset Formula $\biguplus$
15566 \end_inset
15567
15568
15569 \end_layout
15570
15571 \end_inset
15572 </cell>
15573 </row>
15574 </lyxtabular>
15575
15576 \end_inset
15577
15578
15579 \begin_inset space \hfill{}
15580 \end_inset
15581
15582
15583 \end_layout
15584
15585 \begin_layout Standard
15586 All big operators can also be inserted via the math toolbar button 
15587 \begin_inset Info
15588 type  "icon"
15589 arg   "math-insert \\intop"
15590 \end_inset
15591
15592 .
15593 \end_layout
15594
15595 \begin_layout Standard
15596 The operators are called big because they are bigger than the sometimes
15597  equal looking binary operators.
15598  All big operators can have limits as described in the next subsection.
15599 \end_layout
15600
15601 \begin_layout Standard
15602 For all integral operators there is a second version available, ending in
15603  
15604 \series bold
15605 op
15606 \series default
15607
15608 \series bold
15609
15610 \backslash
15611 intop
15612 \series default
15613
15614 \series bold
15615
15616 \backslash
15617 ointop
15618 \series default
15619  etc..
15620  These operators are different from 
15621 \series bold
15622
15623 \backslash
15624 int
15625 \series default
15626  etc.
15627 \begin_inset space \space{}
15628 \end_inset
15629
15630 in the style the operator limits are displayed, see 
15631 \begin_inset CommandInset ref
15632 LatexCommand ref
15633 reference "subsec:Operator-Limits"
15634
15635 \end_inset
15636
15637 .
15638  
15639 \end_layout
15640
15641 \begin_layout Subsubsection*
15642 Advice for Integrals
15643 \end_layout
15644
15645 \begin_layout Standard
15646 The letter 
15647 \emph on
15648 d
15649 \emph default
15650  in an integral is an operator, that therefore has to be set upright.
15651  This is done by highlighting the 
15652 \emph on
15653 d
15654 \emph default
15655  and using the keyboard shortcut 
15656 \begin_inset Info
15657 type  "shortcut"
15658 arg   "font-roman"
15659 \end_inset
15660
15661
15662 \begin_inset Foot
15663 status collapsed
15664
15665 \begin_layout Plain Layout
15666 Font styles
15667 \series bold
15668  
15669 \series default
15670 see 
15671 \begin_inset CommandInset ref
15672 LatexCommand ref
15673 reference "subsec:Font-Styles"
15674
15675 \end_inset
15676
15677
15678 \end_layout
15679
15680 \end_inset
15681
15682 .
15683  Finally the smallest space is inserted before the 
15684 \emph on
15685 d
15686 \emph default
15687 , as this is usual for operators.
15688  An example:
15689 \end_layout
15690
15691 \begin_layout Standard
15692 incorrect: 
15693 \begin_inset Formula $\int A(x)dx$
15694 \end_inset
15695
15696
15697 \begin_inset Newline newline
15698 \end_inset
15699
15700
15701 \begin_inset Phantom HPhantom
15702 status open
15703
15704 \begin_layout Plain Layout
15705 in
15706 \end_layout
15707
15708 \end_inset
15709
15710 correct: 
15711 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15712 \end_inset
15713
15714
15715 \end_layout
15716
15717 \begin_layout Standard
15718 For multiple integrals there are the following commands:
15719 \begin_inset VSpace medskip
15720 \end_inset
15721
15722
15723 \end_layout
15724
15725 \begin_layout Standard
15726 \begin_inset space \hfill{}
15727 \end_inset
15728
15729
15730 \begin_inset Tabular
15731 <lyxtabular version="3" rows="4" columns="2">
15732 <features booktabs="true" tabularvalignment="middle">
15733 <column alignment="center" valignment="top" width="0pt">
15734 <column alignment="center" valignment="top" width="0pt">
15735 <row>
15736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15737 \begin_inset Text
15738
15739 \begin_layout Plain Layout
15740 Command
15741 \end_layout
15742
15743 \end_inset
15744 </cell>
15745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15746 \begin_inset Text
15747
15748 \begin_layout Plain Layout
15749 Result
15750 \end_layout
15751
15752 \end_inset
15753 </cell>
15754 </row>
15755 <row bottomspace="1mm">
15756 <cell alignment="center" valignment="top" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760
15761 \backslash
15762 iint
15763 \end_layout
15764
15765 \end_inset
15766 </cell>
15767 <cell alignment="center" valignment="top" usebox="none">
15768 \begin_inset Text
15769
15770 \begin_layout Plain Layout
15771 \begin_inset Formula $\iint$
15772 \end_inset
15773
15774
15775 \end_layout
15776
15777 \end_inset
15778 </cell>
15779 </row>
15780 <row bottomspace="1mm">
15781 <cell alignment="center" valignment="top" usebox="none">
15782 \begin_inset Text
15783
15784 \begin_layout Plain Layout
15785
15786 \backslash
15787 oiint
15788 \end_layout
15789
15790 \end_inset
15791 </cell>
15792 <cell alignment="center" valignment="top" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Plain Layout
15796 \begin_inset Formula $\oiint$
15797 \end_inset
15798
15799
15800 \end_layout
15801
15802 \end_inset
15803 </cell>
15804 </row>
15805 <row bottomspace="1mm">
15806 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15807 \begin_inset Text
15808
15809 \begin_layout Plain Layout
15810
15811 \backslash
15812 sqiint
15813 \end_layout
15814
15815 \end_inset
15816 </cell>
15817 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15818 \begin_inset Text
15819
15820 \begin_layout Plain Layout
15821 \begin_inset Formula $\sqiint$
15822 \end_inset
15823
15824
15825 \end_layout
15826
15827 \end_inset
15828 </cell>
15829 </row>
15830 </lyxtabular>
15831
15832 \end_inset
15833
15834
15835 \begin_inset space \hfill{}
15836 \end_inset
15837
15838
15839 \begin_inset Tabular
15840 <lyxtabular version="3" rows="4" columns="2">
15841 <features booktabs="true" tabularvalignment="middle">
15842 <column alignment="center" valignment="top" width="0pt">
15843 <column alignment="center" valignment="top" width="0pt">
15844 <row>
15845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15846 \begin_inset Text
15847
15848 \begin_layout Plain Layout
15849 Command
15850 \end_layout
15851
15852 \end_inset
15853 </cell>
15854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15855 \begin_inset Text
15856
15857 \begin_layout Plain Layout
15858 Result
15859 \end_layout
15860
15861 \end_inset
15862 </cell>
15863 </row>
15864 <row bottomspace="1mm">
15865 <cell alignment="center" valignment="top" usebox="none">
15866 \begin_inset Text
15867
15868 \begin_layout Plain Layout
15869
15870 \backslash
15871 iiint
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 <cell alignment="center" valignment="top" usebox="none">
15877 \begin_inset Text
15878
15879 \begin_layout Plain Layout
15880 \begin_inset Formula $\iiint$
15881 \end_inset
15882
15883
15884 \end_layout
15885
15886 \end_inset
15887 </cell>
15888 </row>
15889 <row bottomspace="1mm">
15890 <cell alignment="center" valignment="top" usebox="none">
15891 \begin_inset Text
15892
15893 \begin_layout Plain Layout
15894
15895 \backslash
15896 iiiint
15897 \end_layout
15898
15899 \end_inset
15900 </cell>
15901 <cell alignment="center" valignment="top" usebox="none">
15902 \begin_inset Text
15903
15904 \begin_layout Plain Layout
15905 \begin_inset Formula $\iiiint$
15906 \end_inset
15907
15908
15909 \end_layout
15910
15911 \end_inset
15912 </cell>
15913 </row>
15914 <row bottomspace="1mm">
15915 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15916 \begin_inset Text
15917
15918 \begin_layout Plain Layout
15919
15920 \backslash
15921 dotsint
15922 \end_layout
15923
15924 \end_inset
15925 </cell>
15926 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15927 \begin_inset Text
15928
15929 \begin_layout Plain Layout
15930 \begin_inset Formula $\dotsint$
15931 \end_inset
15932
15933
15934 \end_layout
15935
15936 \end_inset
15937 </cell>
15938 </row>
15939 </lyxtabular>
15940
15941 \end_inset
15942
15943
15944 \begin_inset space \hfill{}
15945 \end_inset
15946
15947
15948 \end_layout
15949
15950 \begin_layout Subsection
15951 Operator Limits
15952 \begin_inset CommandInset label
15953 LatexCommand label
15954 name "subsec:Operator-Limits"
15955
15956 \end_inset
15957
15958
15959 \begin_inset Index idx
15960 status collapsed
15961
15962 \begin_layout Plain Layout
15963 Operators ! Limits
15964 \end_layout
15965
15966 \end_inset
15967
15968
15969 \end_layout
15970
15971 \begin_layout Standard
15972 Limits are created by super- and subscripts:
15973 \end_layout
15974
15975 \begin_layout Standard
15976 \align center
15977 \begin_inset Tabular
15978 <lyxtabular version="3" rows="2" columns="2">
15979 <features booktabs="true" tabularvalignment="middle">
15980 <column alignment="center" valignment="top" width="0pt">
15981 <column alignment="center" valignment="top" width="0pt">
15982 <row>
15983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15984 \begin_inset Text
15985
15986 \begin_layout Plain Layout
15987 Command
15988 \end_layout
15989
15990 \end_inset
15991 </cell>
15992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15993 \begin_inset Text
15994
15995 \begin_layout Plain Layout
15996 Result
15997 \end_layout
15998
15999 \end_inset
16000 </cell>
16001 </row>
16002 <row>
16003 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16004 \begin_inset Text
16005
16006 \begin_layout Plain Layout
16007
16008 \backslash
16009 prod^
16010 \backslash
16011 infty
16012 \begin_inset space \textvisiblespace{}
16013 \end_inset
16014
16015
16016 \begin_inset Formula $\to$
16017 \end_inset
16018
16019 _0
16020 \begin_inset Formula $\to$
16021 \end_inset
16022
16023 A(x)
16024 \end_layout
16025
16026 \end_inset
16027 </cell>
16028 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16029 \begin_inset Text
16030
16031 \begin_layout Plain Layout
16032 \begin_inset Formula $\prod_{0}^{\infty}A(x)$
16033 \end_inset
16034
16035
16036 \end_layout
16037
16038 \end_inset
16039 </cell>
16040 </row>
16041 </lyxtabular>
16042
16043 \end_inset
16044
16045
16046 \end_layout
16047
16048 \begin_layout Standard
16049 Limits of inline formulas are set right beside the operator.
16050  Limits in displayed formulas are set above or below the operator, except
16051  for integral limits.
16052 \end_layout
16053
16054 \begin_layout Standard
16055 To force that the limits are set beside the operator, the cursor is set
16056  directly behind the operator and the limits type is changed with the menu
16057  
16058 \family sans
16059 Edit\SpecialChar menuseparator
16060 Math\SpecialChar menuseparator
16061 Change Limits Type
16062 \family default
16063  to 
16064 \family sans
16065 \series bold
16066 Inline
16067 \family default
16068 \series default
16069  (shortcut 
16070 \begin_inset Info
16071 type  "shortcut"
16072 arg   "math-limits"
16073 \end_inset
16074
16075 ).
16076  An example:
16077 \end_layout
16078
16079 \begin_layout Standard
16080 The default limits type is this:
16081 \begin_inset Formula 
16082 \[
16083 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16084 \]
16085
16086 \end_inset
16087
16088 This is how it looks when the limits type was changed to 
16089 \family sans
16090 \series bold
16091 Inline
16092 \family default
16093 \series default
16094 :
16095 \begin_inset Formula 
16096 \[
16097 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16098 \]
16099
16100 \end_inset
16101
16102 For integrals, except those ending with 
16103 \series bold
16104 op
16105 \series default
16106  like 
16107 \series bold
16108
16109 \backslash
16110 intop
16111 \series default
16112
16113 \series bold
16114
16115 \backslash
16116 ointop
16117 \series default
16118  etc., the limits are by default set beside the operator.
16119  But for multiple integrals the limits are often set below the operator.
16120  In the following example the limits type was therefore set to 
16121 \series bold
16122 Display
16123 \series default
16124  and so set below the integrals:
16125 \begin_inset Formula 
16126 \begin{equation}
16127 \iiint_{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16128 \end{equation}
16129
16130 \end_inset
16131
16132
16133 \end_layout
16134
16135 \begin_layout Standard
16136 \begin_inset VSpace medskip
16137 \end_inset
16138
16139 To specify conditions for limits, the commands 
16140 \series bold
16141
16142 \backslash
16143 subarray
16144 \series default
16145
16146 \begin_inset Index idx
16147 status collapsed
16148
16149 \begin_layout Plain Layout
16150 Commands ! S ! 
16151 \backslash
16152 subarray
16153 \end_layout
16154
16155 \end_inset
16156
16157  and 
16158 \series bold
16159
16160 \backslash
16161 substack
16162 \series default
16163
16164 \begin_inset Index idx
16165 status collapsed
16166
16167 \begin_layout Plain Layout
16168 Commands ! S ! 
16169 \backslash
16170 substack
16171 \end_layout
16172
16173 \end_inset
16174
16175  are used.
16176  To create for example this expression 
16177 \begin_inset Formula 
16178 \begin{equation}
16179 \sum_{\begin{subarray}{c}
16180 0<k<1000\\
16181 \\
16182 k\,\in\,\mathbb{N}
16183 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16184 \end{equation}
16185
16186 \end_inset
16187
16188
16189 \end_layout
16190
16191 \begin_layout Standard
16192 the following has to be done:
16193 \begin_inset Newline newline
16194 \end_inset
16195
16196 First the command 
16197 \series bold
16198
16199 \backslash
16200 sum
16201 \series default
16202 ^
16203 \series bold
16204 n
16205 \begin_inset space \textvisiblespace{}
16206 \end_inset
16207
16208 _
16209 \series default
16210  is typed in.
16211  One is now in a blue box under the summation operator and insert there
16212  the command 
16213 \series bold
16214
16215 \backslash
16216 subarray
16217 \begin_inset space \textvisiblespace{}
16218 \end_inset
16219
16220
16221 \series default
16222 .
16223  The blue box is now within a purple box and now several lines can be written
16224  among each other.
16225  A new line is created by inserting a line break (
16226 \begin_inset Info
16227 type  "shortcut"
16228 arg   "newline-insert newline"
16229 \end_inset
16230
16231 ).
16232  When now
16233 \begin_inset Newline newline
16234 \end_inset
16235
16236
16237 \series bold
16238 0<k<1000 Ctrl+Return
16239 \begin_inset Newline newline
16240 \end_inset
16241
16242
16243 \series default
16244 is typed in, a new box appears below for the new line.
16245 \end_layout
16246
16247 \begin_layout Standard
16248 The alignment of the lines can be changed to left aligned with the 
16249 \family sans
16250 table
16251 \family default
16252  
16253 \family sans
16254 toolbar
16255 \family default
16256  or the menu 
16257 \family sans
16258 Edit\SpecialChar menuseparator
16259 Rows &Columns
16260 \family default
16261 .
16262  To get right alignment, 
16263 \series bold
16264
16265 \backslash
16266 hfill
16267 \begin_inset space \textvisiblespace{}
16268 \end_inset
16269
16270
16271 \series default
16272  is inserted at the beginning of the line.
16273 \end_layout
16274
16275 \begin_layout Standard
16276 The command 
16277 \series bold
16278
16279 \backslash
16280 substack
16281 \series default
16282  is equivalent to 
16283 \series bold
16284
16285 \backslash
16286 subarray
16287 \series default
16288  with the difference that the lines are always centered.
16289 \end_layout
16290
16291 \begin_layout Standard
16292 \begin_inset VSpace bigskip
16293 \end_inset
16294
16295 Like in formula 
16296 \begin_inset CommandInset ref
16297 LatexCommand eqref
16298 reference "eq:substack"
16299
16300 \end_inset
16301
16302  there can be too much space beside an operator, because the characters
16303  following the operator are set beside the limits.
16304  To avoid this the command 
16305 \series bold
16306
16307 \backslash
16308 smashoperator
16309 \series default
16310
16311 \begin_inset Index idx
16312 status collapsed
16313
16314 \begin_layout Plain Layout
16315 Commands ! S ! 
16316 \backslash
16317 smashoperator
16318 \end_layout
16319
16320 \end_inset
16321
16322  can be used.
16323  To activate it, set in the document settings under 
16324 \family sans
16325 Math
16326 \begin_inset space ~
16327 \end_inset
16328
16329 Options
16330 \family default
16331  for the package 
16332 \series bold
16333 mathtools
16334 \series default
16335
16336 \begin_inset Index idx
16337 status collapsed
16338
16339 \begin_layout Plain Layout
16340 Packages ! mathtools
16341 \end_layout
16342
16343 \end_inset
16344
16345  the option 
16346 \family sans
16347 Load
16348 \begin_inset space ~
16349 \end_inset
16350
16351 always
16352 \family default
16353 .
16354  
16355 \series bold
16356
16357 \backslash
16358 smashoperator
16359 \series default
16360  sets the space besides the operator to 0
16361 \begin_inset space \thinspace{}
16362 \end_inset
16363
16364 pt.
16365 \begin_inset Newline newline
16366 \end_inset
16367
16368 Applied on formula 
16369 \begin_inset CommandInset ref
16370 LatexCommand eqref
16371 reference "eq:substack"
16372
16373 \end_inset
16374
16375 , one uses the command
16376 \end_layout
16377
16378 \begin_layout Standard
16379
16380 \series bold
16381
16382 \backslash
16383 smashoperator{
16384 \end_layout
16385
16386 \begin_layout Standard
16387 and inserts the operator with its limits into the braces.
16388  Behind the brace one continues the formula:
16389 \begin_inset Formula 
16390 \[
16391 \smashoperator{\sum_{\begin{subarray}{c}
16392 0<k<1000\\
16393 \\
16394 k\,\in\,\mathbb{N}
16395 \end{subarray}}^{n}}k^{-2}
16396 \]
16397
16398 \end_inset
16399
16400
16401 \end_layout
16402
16403 \begin_layout Standard
16404 It is possible to set the space of only one side of the operator to 0
16405 \begin_inset space \thinspace{}
16406 \end_inset
16407
16408 pt.
16409  To do this write either 
16410 \series bold
16411 [l]
16412 \series default
16413  or 
16414 \series bold
16415 [r]
16416 \series default
16417  between 
16418 \series bold
16419
16420 \backslash
16421 smashoperator
16422 \series default
16423  and its brace.
16424  
16425 \series bold
16426 l
16427 \series default
16428  stands for the left and 
16429 \series bold
16430 r
16431 \series default
16432  for the right side of the operator.
16433  Here is an example of the possible 
16434 \series bold
16435
16436 \backslash
16437 smashoperator
16438 \series default
16439  forms:
16440 \end_layout
16441
16442 \begin_layout Standard
16443 \begin_inset Formula 
16444 \[
16445 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}
16446 \]
16447
16448 \end_inset
16449
16450
16451 \end_layout
16452
16453 \begin_layout Standard
16454 \begin_inset VSpace bigskip
16455 \end_inset
16456
16457
16458 \end_layout
16459
16460 \begin_layout Standard
16461 When several consecutive operators have limits the typesetting of the limits
16462  looks often imperfect in the output, see this example:
16463 \begin_inset Formula 
16464 \[
16465 \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}
16466 \]
16467
16468 \end_inset
16469
16470 To improve the typesetting set in the document settings under 
16471 \family sans
16472 Math
16473 \begin_inset space ~
16474 \end_inset
16475
16476 Options
16477 \family default
16478  for the package 
16479 \series bold
16480 mathtools
16481 \series default
16482
16483 \begin_inset Index idx
16484 status collapsed
16485
16486 \begin_layout Plain Layout
16487 Packages ! mathtools
16488 \end_layout
16489
16490 \end_inset
16491
16492  the option 
16493 \family sans
16494 Load
16495 \begin_inset space ~
16496 \end_inset
16497
16498 always
16499 \family default
16500 .
16501  Then insert into your formula the command 
16502 \series bold
16503
16504 \backslash
16505 adjustlimits
16506 \series default
16507
16508 \begin_inset Index idx
16509 status collapsed
16510
16511 \begin_layout Plain Layout
16512 Commands ! A ! 
16513 \backslash
16514 adjustlimits
16515 \end_layout
16516
16517 \end_inset
16518
16519  directly before the first operator.
16520  The example will then look like this:
16521 \begin_inset Formula 
16522 \[
16523 \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}
16524 \]
16525
16526 \end_inset
16527
16528
16529 \end_layout
16530
16531 \begin_layout Standard
16532 \begin_inset VSpace bigskip
16533 \end_inset
16534
16535 How to use one limit for several operators is described in 
16536 \begin_inset CommandInset ref
16537 LatexCommand ref
16538 reference "subsec:Self-defined-Operators"
16539
16540 \end_inset
16541
16542 .
16543 \end_layout
16544
16545 \begin_layout Subsection
16546 Decoration for Operators
16547 \begin_inset Index idx
16548 status collapsed
16549
16550 \begin_layout Plain Layout
16551 Operators ! Decoration
16552 \end_layout
16553
16554 \end_inset
16555
16556
16557 \end_layout
16558
16559 \begin_layout Standard
16560 With the commands 
16561 \series bold
16562
16563 \backslash
16564 overset
16565 \series default
16566
16567 \begin_inset Index idx
16568 status collapsed
16569
16570 \begin_layout Plain Layout
16571 Commands ! O ! 
16572 \backslash
16573 overset
16574 \end_layout
16575
16576 \end_inset
16577
16578  and 
16579 \series bold
16580
16581 \backslash
16582 underset
16583 \series default
16584
16585 \begin_inset Index idx
16586 status collapsed
16587
16588 \begin_layout Plain Layout
16589 Commands ! U ! 
16590 \backslash
16591 underset
16592 \end_layout
16593
16594 \end_inset
16595
16596  characters can be placed above or below an operator, respectively.
16597  With the command 
16598 \series bold
16599
16600 \backslash
16601 sideset
16602 \series default
16603
16604 \begin_inset Index idx
16605 status collapsed
16606
16607 \begin_layout Plain Layout
16608 Commands ! S ! 
16609 \backslash
16610 sideset
16611 \end_layout
16612
16613 \end_inset
16614
16615  characters can be set before and behind a big operator.
16616 \end_layout
16617
16618 \begin_layout Standard
16619 There are 4
16620 \begin_inset space ~
16621 \end_inset
16622
16623 variants of 
16624 \series bold
16625
16626 \backslash
16627 sideset
16628 \series default
16629 :
16630 \end_layout
16631
16632 \begin_layout Itemize
16633
16634 \series bold
16635
16636 \backslash
16637 sideset
16638 \series default
16639  is used to set characters at the corners of the operator
16640 \end_layout
16641
16642 \begin_layout Itemize
16643
16644 \series bold
16645
16646 \backslash
16647 sidesetn
16648 \series default
16649  is used to set characters before and/or behind the operator (this variant
16650  represents \SpecialChar LaTeX
16651 's original 
16652 \series bold
16653
16654 \backslash
16655 sideset
16656 \series default
16657  command)
16658 \end_layout
16659
16660 \begin_layout Itemize
16661
16662 \series bold
16663
16664 \backslash
16665 sidesetl
16666 \series default
16667  is used to set characters at the left corners and/or behind the operator
16668 \end_layout
16669
16670 \begin_layout Itemize
16671
16672 \series bold
16673
16674 \backslash
16675 sidesetr
16676 \series default
16677  is used to set characters at the right corners and/or before the operator
16678 \end_layout
16679
16680 \begin_layout Standard
16681 For example the command 
16682 \series bold
16683
16684 \backslash
16685 sidesetn
16686 \begin_inset space \textvisiblespace{}
16687 \end_inset
16688
16689
16690 \backslash
16691 sum
16692 \begin_inset space \textvisiblespace{}
16693 \end_inset
16694
16695
16696 \begin_inset Formula $\to$
16697 \end_inset
16698
16699 '
16700 \begin_inset Formula $\to$
16701 \end_inset
16702
16703 _k=1
16704 \begin_inset space \textvisiblespace{}
16705 \end_inset
16706
16707
16708 \series default
16709 ^
16710 \series bold
16711 n
16712 \series default
16713  produces:
16714 \begin_inset Formula 
16715 \[
16716 \sideset{}{'}\sum_{k=1}^{n}
16717 \]
16718
16719 \end_inset
16720
16721
16722 \end_layout
16723
16724 \begin_layout Standard
16725 \begin_inset Note Greyedout
16726 status open
16727
16728 \begin_layout Plain Layout
16729
16730 \series bold
16731 Note: 
16732 \backslash
16733 sideset
16734 \series default
16735  can only be used to decorate big operators, binary operators are not allowed.
16736 \end_layout
16737
16738 \end_inset
16739
16740
16741 \end_layout
16742
16743 \begin_layout Standard
16744
16745 \series bold
16746
16747 \backslash
16748 overset
16749 \series default
16750  and 
16751 \series bold
16752
16753 \backslash
16754 underset
16755 \series default
16756  can also be used to decorate symbols and characters.
16757  For example, the command 
16758 \series bold
16759
16760 \backslash
16761 overset
16762 \begin_inset space \textvisiblespace{}
16763 \end_inset
16764
16765
16766 \backslash
16767 maltese
16768 \begin_inset space \textvisiblespace{}
16769 \end_inset
16770
16771
16772 \series default
16773
16774 \begin_inset Formula $\uparrow$
16775 \end_inset
16776
16777
16778 \series bold
16779 a
16780 \series default
16781  produces:
16782 \begin_inset Formula 
16783 \[
16784 \overset{a}{\maltese}
16785 \]
16786
16787 \end_inset
16788
16789
16790 \end_layout
16791
16792 \begin_layout Subsection
16793 Binary Operators
16794 \begin_inset CommandInset label
16795 LatexCommand label
16796 name "subsec:Binary-Operators"
16797
16798 \end_inset
16799
16800
16801 \begin_inset Index idx
16802 status collapsed
16803
16804 \begin_layout Plain Layout
16805 Operators ! binary
16806 \end_layout
16807
16808 \end_inset
16809
16810
16811 \end_layout
16812
16813 \begin_layout Standard
16814 Binary operators are surrounded by space when there is a character before
16815  and after them.
16816 \begin_inset VSpace medskip
16817 \end_inset
16818
16819
16820 \end_layout
16821
16822 \begin_layout Standard
16823 \begin_inset Tabular
16824 <lyxtabular version="3" rows="13" columns="2">
16825 <features booktabs="true" tabularvalignment="middle">
16826 <column alignment="center" valignment="top" width="0pt">
16827 <column alignment="center" valignment="top" width="0pt">
16828 <row>
16829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16830 \begin_inset Text
16831
16832 \begin_layout Plain Layout
16833 Command
16834 \begin_inset Note Note
16835 status collapsed
16836
16837 \begin_layout Plain Layout
16838
16839 \series bold
16840
16841 \backslash
16842 raisebox
16843 \series default
16844  is only used as spacer.
16845 \end_layout
16846
16847 \end_inset
16848
16849
16850 \end_layout
16851
16852 \end_inset
16853 </cell>
16854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858 Result
16859 \end_layout
16860
16861 \end_inset
16862 </cell>
16863 </row>
16864 <row>
16865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16866 \begin_inset Text
16867
16868 \begin_layout Plain Layout
16869 +
16870 \end_layout
16871
16872 \end_inset
16873 </cell>
16874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16875 \begin_inset Text
16876
16877 \begin_layout Plain Layout
16878 \begin_inset Formula $+$
16879 \end_inset
16880
16881
16882 \end_layout
16883
16884 \end_inset
16885 </cell>
16886 </row>
16887 <row>
16888 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16889 \begin_inset Text
16890
16891 \begin_layout Plain Layout
16892 -
16893 \end_layout
16894
16895 \end_inset
16896 </cell>
16897 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16898 \begin_inset Text
16899
16900 \begin_layout Plain Layout
16901 \begin_inset Formula $-$
16902 \end_inset
16903
16904
16905 \end_layout
16906
16907 \end_inset
16908 </cell>
16909 </row>
16910 <row>
16911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16912 \begin_inset Text
16913
16914 \begin_layout Plain Layout
16915
16916 \backslash
16917 pm
16918 \end_layout
16919
16920 \end_inset
16921 </cell>
16922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16923 \begin_inset Text
16924
16925 \begin_layout Plain Layout
16926 \begin_inset Formula $\pm$
16927 \end_inset
16928
16929
16930 \end_layout
16931
16932 \end_inset
16933 </cell>
16934 </row>
16935 <row>
16936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16937 \begin_inset Text
16938
16939 \begin_layout Plain Layout
16940
16941 \backslash
16942 mp
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16948 \begin_inset Text
16949
16950 \begin_layout Plain Layout
16951 \begin_inset Formula $\mp$
16952 \end_inset
16953
16954
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 </row>
16960 <row>
16961 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Plain Layout
16965
16966 \backslash
16967 cdot
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16973 \begin_inset Text
16974
16975 \begin_layout Plain Layout
16976 \begin_inset Formula $\cdot$
16977 \end_inset
16978
16979
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 </row>
16985 <row>
16986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16987 \begin_inset Text
16988
16989 \begin_layout Plain Layout
16990
16991 \backslash
16992 times
16993 \end_layout
16994
16995 \end_inset
16996 </cell>
16997 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Plain Layout
17001 \begin_inset Formula $\times$
17002 \end_inset
17003
17004
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 </row>
17010 <row>
17011 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17012 \begin_inset Text
17013
17014 \begin_layout Plain Layout
17015
17016 \backslash
17017 div
17018 \end_layout
17019
17020 \end_inset
17021 </cell>
17022 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17023 \begin_inset Text
17024
17025 \begin_layout Plain Layout
17026 \begin_inset Formula $\div$
17027 \end_inset
17028
17029
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 </row>
17035 <row>
17036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17037 \begin_inset Text
17038
17039 \begin_layout Plain Layout
17040 \begin_inset ERT
17041 status collapsed
17042
17043 \begin_layout Plain Layout
17044
17045
17046 \backslash
17047 raisebox{-1.2mm}{
17048 \end_layout
17049
17050 \end_inset
17051
17052 *
17053 \begin_inset ERT
17054 status collapsed
17055
17056 \begin_layout Plain Layout
17057
17058 }
17059 \end_layout
17060
17061 \end_inset
17062
17063
17064 \end_layout
17065
17066 \end_inset
17067 </cell>
17068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17069 \begin_inset Text
17070
17071 \begin_layout Plain Layout
17072 \begin_inset Formula $*$
17073 \end_inset
17074
17075
17076 \end_layout
17077
17078 \end_inset
17079 </cell>
17080 </row>
17081 <row>
17082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17083 \begin_inset Text
17084
17085 \begin_layout Plain Layout
17086
17087 \backslash
17088 star
17089 \end_layout
17090
17091 \end_inset
17092 </cell>
17093 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17094 \begin_inset Text
17095
17096 \begin_layout Plain Layout
17097 \begin_inset Formula $\star$
17098 \end_inset
17099
17100
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 </row>
17106 <row>
17107 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17108 \begin_inset Text
17109
17110 \begin_layout Plain Layout
17111
17112 \backslash
17113 circ
17114 \end_layout
17115
17116 \end_inset
17117 </cell>
17118 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17119 \begin_inset Text
17120
17121 \begin_layout Plain Layout
17122 \begin_inset Formula $\circ$
17123 \end_inset
17124
17125
17126 \end_layout
17127
17128 \end_inset
17129 </cell>
17130 </row>
17131 <row>
17132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17133 \begin_inset Text
17134
17135 \begin_layout Plain Layout
17136
17137 \backslash
17138 diamond
17139 \end_layout
17140
17141 \end_inset
17142 </cell>
17143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17144 \begin_inset Text
17145
17146 \begin_layout Plain Layout
17147 \begin_inset Formula $\diamond$
17148 \end_inset
17149
17150
17151 \end_layout
17152
17153 \end_inset
17154 </cell>
17155 </row>
17156 <row>
17157 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17158 \begin_inset Text
17159
17160 \begin_layout Plain Layout
17161
17162 \backslash
17163 bullet
17164 \end_layout
17165
17166 \end_inset
17167 </cell>
17168 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17169 \begin_inset Text
17170
17171 \begin_layout Plain Layout
17172 \begin_inset Formula $\bullet$
17173 \end_inset
17174
17175
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 </row>
17181 </lyxtabular>
17182
17183 \end_inset
17184
17185
17186 \begin_inset space \hfill{}
17187 \end_inset
17188
17189
17190 \begin_inset Tabular
17191 <lyxtabular version="3" rows="13" columns="2">
17192 <features booktabs="true" tabularvalignment="middle">
17193 <column alignment="center" valignment="top" width="0pt">
17194 <column alignment="center" valignment="top" width="0pt">
17195 <row>
17196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17197 \begin_inset Text
17198
17199 \begin_layout Plain Layout
17200 Command
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17206 \begin_inset Text
17207
17208 \begin_layout Plain Layout
17209 Result
17210 \end_layout
17211
17212 \end_inset
17213 </cell>
17214 </row>
17215 <row>
17216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17217 \begin_inset Text
17218
17219 \begin_layout Plain Layout
17220
17221 \backslash
17222 nabla
17223 \end_layout
17224
17225 \end_inset
17226 </cell>
17227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17228 \begin_inset Text
17229
17230 \begin_layout Plain Layout
17231 \begin_inset Formula $\nabla$
17232 \end_inset
17233
17234
17235 \end_layout
17236
17237 \end_inset
17238 </cell>
17239 </row>
17240 <row>
17241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17242 \begin_inset Text
17243
17244 \begin_layout Plain Layout
17245
17246 \backslash
17247 bigtriangledown
17248 \end_layout
17249
17250 \end_inset
17251 </cell>
17252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17253 \begin_inset Text
17254
17255 \begin_layout Plain Layout
17256 \begin_inset Formula $\bigtriangledown$
17257 \end_inset
17258
17259
17260 \end_layout
17261
17262 \end_inset
17263 </cell>
17264 </row>
17265 <row>
17266 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17267 \begin_inset Text
17268
17269 \begin_layout Plain Layout
17270
17271 \backslash
17272 bigtriangleup
17273 \end_layout
17274
17275 \end_inset
17276 </cell>
17277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17278 \begin_inset Text
17279
17280 \begin_layout Plain Layout
17281 \begin_inset Formula $\bigtriangleup$
17282 \end_inset
17283
17284
17285 \end_layout
17286
17287 \end_inset
17288 </cell>
17289 </row>
17290 <row>
17291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17292 \begin_inset Text
17293
17294 \begin_layout Plain Layout
17295
17296 \backslash
17297 Box
17298 \end_layout
17299
17300 \end_inset
17301 </cell>
17302 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17303 \begin_inset Text
17304
17305 \begin_layout Plain Layout
17306 \begin_inset Formula $\Box$
17307 \end_inset
17308
17309
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 </row>
17315 <row>
17316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17317 \begin_inset Text
17318
17319 \begin_layout Plain Layout
17320
17321 \backslash
17322 cap 
17323 \end_layout
17324
17325 \end_inset
17326 </cell>
17327 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17328 \begin_inset Text
17329
17330 \begin_layout Plain Layout
17331 \begin_inset Formula $\cap$
17332 \end_inset
17333
17334
17335 \end_layout
17336
17337 \end_inset
17338 </cell>
17339 </row>
17340 <row>
17341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17342 \begin_inset Text
17343
17344 \begin_layout Plain Layout
17345
17346 \backslash
17347 cup
17348 \end_layout
17349
17350 \end_inset
17351 </cell>
17352 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17353 \begin_inset Text
17354
17355 \begin_layout Plain Layout
17356 \begin_inset Formula $\cup$
17357 \end_inset
17358
17359
17360 \end_layout
17361
17362 \end_inset
17363 </cell>
17364 </row>
17365 <row>
17366 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17367 \begin_inset Text
17368
17369 \begin_layout Plain Layout
17370
17371 \backslash
17372 dagger
17373 \end_layout
17374
17375 \end_inset
17376 </cell>
17377 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17378 \begin_inset Text
17379
17380 \begin_layout Plain Layout
17381 \begin_inset Formula $\dagger$
17382 \end_inset
17383
17384
17385 \end_layout
17386
17387 \end_inset
17388 </cell>
17389 </row>
17390 <row>
17391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17392 \begin_inset Text
17393
17394 \begin_layout Plain Layout
17395
17396 \backslash
17397 ddagger
17398 \end_layout
17399
17400 \end_inset
17401 </cell>
17402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17403 \begin_inset Text
17404
17405 \begin_layout Plain Layout
17406 \begin_inset Formula $\ddagger$
17407 \end_inset
17408
17409
17410 \end_layout
17411
17412 \end_inset
17413 </cell>
17414 </row>
17415 <row>
17416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17417 \begin_inset Text
17418
17419 \begin_layout Plain Layout
17420
17421 \backslash
17422 wr
17423 \end_layout
17424
17425 \end_inset
17426 </cell>
17427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17428 \begin_inset Text
17429
17430 \begin_layout Plain Layout
17431 \begin_inset Formula $\wr$
17432 \end_inset
17433
17434
17435 \end_layout
17436
17437 \end_inset
17438 </cell>
17439 </row>
17440 <row>
17441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17442 \begin_inset Text
17443
17444 \begin_layout Plain Layout
17445
17446 \backslash
17447 bigcirc
17448 \end_layout
17449
17450 \end_inset
17451 </cell>
17452 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17453 \begin_inset Text
17454
17455 \begin_layout Plain Layout
17456 \begin_inset Formula $\bigcirc$
17457 \end_inset
17458
17459
17460 \end_layout
17461
17462 \end_inset
17463 </cell>
17464 </row>
17465 <row>
17466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17467 \begin_inset Text
17468
17469 \begin_layout Plain Layout
17470
17471 \backslash
17472 wedge
17473 \end_layout
17474
17475 \end_inset
17476 </cell>
17477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17478 \begin_inset Text
17479
17480 \begin_layout Plain Layout
17481 \begin_inset Formula $\wedge$
17482 \end_inset
17483
17484
17485 \end_layout
17486
17487 \end_inset
17488 </cell>
17489 </row>
17490 <row>
17491 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17492 \begin_inset Text
17493
17494 \begin_layout Plain Layout
17495
17496 \backslash
17497 vee
17498 \end_layout
17499
17500 \end_inset
17501 </cell>
17502 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17503 \begin_inset Text
17504
17505 \begin_layout Plain Layout
17506 \begin_inset Formula $\vee$
17507 \end_inset
17508
17509
17510 \end_layout
17511
17512 \end_inset
17513 </cell>
17514 </row>
17515 </lyxtabular>
17516
17517 \end_inset
17518
17519
17520 \begin_inset space \hfill{}
17521 \end_inset
17522
17523
17524 \begin_inset Tabular
17525 <lyxtabular version="3" rows="13" columns="2">
17526 <features booktabs="true" tabularvalignment="middle">
17527 <column alignment="center" valignment="top" width="0pt">
17528 <column alignment="center" valignment="top" width="0pt">
17529 <row>
17530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17531 \begin_inset Text
17532
17533 \begin_layout Plain Layout
17534 Command
17535 \end_layout
17536
17537 \end_inset
17538 </cell>
17539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17540 \begin_inset Text
17541
17542 \begin_layout Plain Layout
17543 Result
17544 \end_layout
17545
17546 \end_inset
17547 </cell>
17548 </row>
17549 <row>
17550 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17551 \begin_inset Text
17552
17553 \begin_layout Plain Layout
17554
17555 \backslash
17556 oplus
17557 \end_layout
17558
17559 \end_inset
17560 </cell>
17561 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17562 \begin_inset Text
17563
17564 \begin_layout Plain Layout
17565 \begin_inset Formula $\oplus$
17566 \end_inset
17567
17568
17569 \end_layout
17570
17571 \end_inset
17572 </cell>
17573 </row>
17574 <row>
17575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17576 \begin_inset Text
17577
17578 \begin_layout Plain Layout
17579
17580 \backslash
17581 ominus
17582 \end_layout
17583
17584 \end_inset
17585 </cell>
17586 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17587 \begin_inset Text
17588
17589 \begin_layout Plain Layout
17590 \begin_inset Formula $\ominus$
17591 \end_inset
17592
17593
17594 \end_layout
17595
17596 \end_inset
17597 </cell>
17598 </row>
17599 <row>
17600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17601 \begin_inset Text
17602
17603 \begin_layout Plain Layout
17604
17605 \backslash
17606 otimes
17607 \end_layout
17608
17609 \end_inset
17610 </cell>
17611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17612 \begin_inset Text
17613
17614 \begin_layout Plain Layout
17615 \begin_inset Formula $\otimes$
17616 \end_inset
17617
17618
17619 \end_layout
17620
17621 \end_inset
17622 </cell>
17623 </row>
17624 <row>
17625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17626 \begin_inset Text
17627
17628 \begin_layout Plain Layout
17629
17630 \backslash
17631 oslash
17632 \end_layout
17633
17634 \end_inset
17635 </cell>
17636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17637 \begin_inset Text
17638
17639 \begin_layout Plain Layout
17640 \begin_inset Formula $\oslash$
17641 \end_inset
17642
17643
17644 \end_layout
17645
17646 \end_inset
17647 </cell>
17648 </row>
17649 <row>
17650 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17651 \begin_inset Text
17652
17653 \begin_layout Plain Layout
17654
17655 \backslash
17656 odot
17657 \end_layout
17658
17659 \end_inset
17660 </cell>
17661 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17662 \begin_inset Text
17663
17664 \begin_layout Plain Layout
17665 \begin_inset Formula $\odot$
17666 \end_inset
17667
17668
17669 \end_layout
17670
17671 \end_inset
17672 </cell>
17673 </row>
17674 <row>
17675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17676 \begin_inset Text
17677
17678 \begin_layout Plain Layout
17679
17680 \backslash
17681 amalg
17682 \end_layout
17683
17684 \end_inset
17685 </cell>
17686 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17687 \begin_inset Text
17688
17689 \begin_layout Plain Layout
17690 \begin_inset Formula $\amalg$
17691 \end_inset
17692
17693
17694 \end_layout
17695
17696 \end_inset
17697 </cell>
17698 </row>
17699 <row>
17700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17701 \begin_inset Text
17702
17703 \begin_layout Plain Layout
17704
17705 \backslash
17706 uplus
17707 \end_layout
17708
17709 \end_inset
17710 </cell>
17711 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17712 \begin_inset Text
17713
17714 \begin_layout Plain Layout
17715 \begin_inset Formula $\uplus$
17716 \end_inset
17717
17718
17719 \end_layout
17720
17721 \end_inset
17722 </cell>
17723 </row>
17724 <row>
17725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17726 \begin_inset Text
17727
17728 \begin_layout Plain Layout
17729
17730 \backslash
17731 setminus
17732 \end_layout
17733
17734 \end_inset
17735 </cell>
17736 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17737 \begin_inset Text
17738
17739 \begin_layout Plain Layout
17740 \begin_inset Formula $\setminus$
17741 \end_inset
17742
17743
17744 \end_layout
17745
17746 \end_inset
17747 </cell>
17748 </row>
17749 <row>
17750 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17751 \begin_inset Text
17752
17753 \begin_layout Plain Layout
17754
17755 \backslash
17756 sqcap
17757 \end_layout
17758
17759 \end_inset
17760 </cell>
17761 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17762 \begin_inset Text
17763
17764 \begin_layout Plain Layout
17765 \begin_inset Formula $\sqcap$
17766 \end_inset
17767
17768
17769 \end_layout
17770
17771 \end_inset
17772 </cell>
17773 </row>
17774 <row>
17775 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17776 \begin_inset Text
17777
17778 \begin_layout Plain Layout
17779
17780 \backslash
17781 sqcup
17782 \end_layout
17783
17784 \end_inset
17785 </cell>
17786 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17787 \begin_inset Text
17788
17789 \begin_layout Plain Layout
17790 \begin_inset Formula $\sqcup$
17791 \end_inset
17792
17793
17794 \end_layout
17795
17796 \end_inset
17797 </cell>
17798 </row>
17799 <row>
17800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17801 \begin_inset Text
17802
17803 \begin_layout Plain Layout
17804
17805 \backslash
17806 triangleleft
17807 \end_layout
17808
17809 \end_inset
17810 </cell>
17811 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17812 \begin_inset Text
17813
17814 \begin_layout Plain Layout
17815 \begin_inset Formula $\triangleleft$
17816 \end_inset
17817
17818
17819 \end_layout
17820
17821 \end_inset
17822 </cell>
17823 </row>
17824 <row>
17825 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17826 \begin_inset Text
17827
17828 \begin_layout Plain Layout
17829
17830 \backslash
17831 triangleright
17832 \end_layout
17833
17834 \end_inset
17835 </cell>
17836 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17837 \begin_inset Text
17838
17839 \begin_layout Plain Layout
17840 \begin_inset Formula $\triangleright$
17841 \end_inset
17842
17843
17844 \end_layout
17845
17846 \end_inset
17847 </cell>
17848 </row>
17849 </lyxtabular>
17850
17851 \end_inset
17852
17853
17854 \end_layout
17855
17856 \begin_layout Standard
17857 All binary operators can also be inserted via the math toolbar button 
17858 \begin_inset Info
17859 type  "icon"
17860 arg   "math-insert \\pm"
17861 \end_inset
17862
17863 .
17864 \end_layout
17865
17866 \begin_layout Standard
17867 To typeset the Laplace operator also 
17868 \series bold
17869
17870 \backslash
17871 Delta
17872 \series default
17873  or 
17874 \series bold
17875
17876 \backslash
17877 nabla
17878 \series default
17879 ^
17880 \series bold
17881 2
17882 \series default
17883  (
17884 \begin_inset Formula $\nabla^{2}$
17885 \end_inset
17886
17887 ) can be used instead of 
17888 \series bold
17889
17890 \backslash
17891 bigtriangleup
17892 \series default
17893  .
17894 \end_layout
17895
17896 \begin_layout Standard
17897 The character 
17898 \family sans
17899 Menu Separator
17900 \family default
17901  from the menu 
17902 \family sans
17903 Insert\SpecialChar menuseparator
17904 Special Character
17905 \family default
17906  is the operator 
17907 \series bold
17908
17909 \backslash
17910 triangleright
17911 \series default
17912 .
17913 \end_layout
17914
17915 \begin_layout Subsection
17916 Self-defined Operators
17917 \begin_inset CommandInset label
17918 LatexCommand label
17919 name "subsec:Self-defined-Operators"
17920
17921 \end_inset
17922
17923
17924 \begin_inset Index idx
17925 status collapsed
17926
17927 \begin_layout Plain Layout
17928 Operators ! self-defined
17929 \end_layout
17930
17931 \end_inset
17932
17933
17934 \end_layout
17935
17936 \begin_layout Standard
17937 With the help of the command 
17938 \series bold
17939
17940 \backslash
17941 DeclareMathOperator
17942 \series default
17943
17944 \begin_inset Index idx
17945 status collapsed
17946
17947 \begin_layout Plain Layout
17948 Commands ! D ! 
17949 \backslash
17950 dbinom@
17951 \backslash
17952 DeclareMathOperator
17953 \end_layout
17954
17955 \end_inset
17956
17957  custom operators can be defined in the \SpecialChar LaTeX
17958 -preamble.
17959  Its command scheme is:
17960 \end_layout
17961
17962 \begin_layout Standard
17963
17964 \series bold
17965
17966 \backslash
17967 DeclareMathOperator{new command}{display}
17968 \end_layout
17969
17970 \begin_layout Standard
17971 Display can be characters or symbols that define how the operator looks
17972  in the output.
17973  To define a big operator a * is set behind the command.
17974  All self-defined big operators can have limits as described in 
17975 \begin_inset CommandInset ref
17976 LatexCommand ref
17977 reference "subsec:Operator-Limits"
17978
17979 \end_inset
17980
17981 .
17982 \end_layout
17983
17984 \begin_layout Standard
17985 For example the \SpecialChar LaTeX
17986 -preamble line
17987 \end_layout
17988
17989 \begin_layout Standard
17990
17991 \series bold
17992
17993 \backslash
17994 DeclareMathOperator*{
17995 \backslash
17996 Lozenge}{
17997 \backslash
17998 blacklozenge}
17999 \end_layout
18000
18001 \begin_layout Standard
18002 defines the command 
18003 \series bold
18004
18005 \backslash
18006 Lozenge
18007 \series default
18008 , that inserts a big operator consisting of the lozenge symbol from 
18009 \begin_inset CommandInset ref
18010 LatexCommand ref
18011 reference "subsec:Miscellaneous-Symbols"
18012
18013 \end_inset
18014
18015 :
18016 \begin_inset Formula 
18017 \[
18018 \Lozenge_{n=1}^{\infty}
18019 \]
18020
18021 \end_inset
18022
18023 The command for this formula is: 
18024 \series bold
18025
18026 \backslash
18027 Lozenge
18028 \series default
18029 ^
18030 \series bold
18031
18032 \backslash
18033 infty
18034 \begin_inset Formula $\to$
18035 \end_inset
18036
18037 _n=1
18038 \end_layout
18039
18040 \begin_layout Standard
18041 \begin_inset VSpace bigskip
18042 \end_inset
18043
18044 When self-defined operators are not used several times in the document,
18045  they can also be defined with the commands 
18046 \series bold
18047
18048 \backslash
18049 mathop
18050 \series default
18051
18052 \begin_inset Index idx
18053 status collapsed
18054
18055 \begin_layout Plain Layout
18056 Commands ! M ! 
18057 \backslash
18058 mathop
18059 \end_layout
18060
18061 \end_inset
18062
18063  and 
18064 \series bold
18065
18066 \backslash
18067 mathbin
18068 \series default
18069
18070 \begin_inset Index idx
18071 status collapsed
18072
18073 \begin_layout Plain Layout
18074 Commands ! M ! 
18075 \backslash
18076 mathbin
18077 \end_layout
18078
18079 \end_inset
18080
18081 , which have the following scheme:
18082 \end_layout
18083
18084 \begin_layout Standard
18085
18086 \series bold
18087
18088 \backslash
18089 mathop{display}
18090 \series default
18091  and 
18092 \series bold
18093
18094 \backslash
18095 mathbin{display}
18096 \end_layout
18097
18098 \begin_layout Standard
18099
18100 \series bold
18101
18102 \backslash
18103 mathop
18104 \series default
18105  defines big operators, 
18106 \series bold
18107
18108 \backslash
18109 mathbin
18110 \series default
18111  binary operators.
18112 \end_layout
18113
18114 \begin_layout Standard
18115
18116 \series bold
18117
18118 \backslash
18119 mathop
18120 \series default
18121  can e.
18122 \begin_inset space \thinspace{}
18123 \end_inset
18124
18125 g.
18126 \begin_inset space \space{}
18127 \end_inset
18128
18129 be used to use one limit for several operators:
18130 \end_layout
18131
18132 \begin_layout Standard
18133 \begin_inset Formula 
18134 \[
18135 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18136 \]
18137
18138 \end_inset
18139
18140
18141 \end_layout
18142
18143 \begin_layout Standard
18144 The command for the formula above is:
18145 \begin_inset Newline newline
18146 \end_inset
18147
18148
18149 \series bold
18150
18151 \backslash
18152 mathop{
18153 \backslash
18154 sum
18155 \backslash
18156 negmedspace
18157 \backslash
18158 sum
18159 \series default
18160
18161 \begin_inset space \textvisiblespace{}
18162 \end_inset
18163
18164
18165 \series bold
18166
18167 \begin_inset Formula $\to$
18168 \end_inset
18169
18170 ^N
18171 \series default
18172
18173 \begin_inset space \textvisiblespace{}
18174 \end_inset
18175
18176
18177 \series bold
18178 _i,j=1
18179 \end_layout
18180
18181 \begin_layout Section
18182 Fonts
18183 \begin_inset Index idx
18184 status collapsed
18185
18186 \begin_layout Plain Layout
18187 Fonts
18188 \end_layout
18189
18190 \end_inset
18191
18192
18193 \end_layout
18194
18195 \begin_layout Subsection
18196 Font Styles
18197 \begin_inset CommandInset label
18198 LatexCommand label
18199 name "subsec:Font-Styles"
18200
18201 \end_inset
18202
18203
18204 \begin_inset Index idx
18205 status collapsed
18206
18207 \begin_layout Plain Layout
18208 Font ! style
18209 \end_layout
18210
18211 \end_inset
18212
18213
18214 \end_layout
18215
18216 \begin_layout Standard
18217 Latin letters in formulas can be set in one of the following font styles:
18218 \end_layout
18219
18220 \begin_layout Standard
18221 \align center
18222 \begin_inset Tabular
18223 <lyxtabular version="3" rows="6" columns="3">
18224 <features booktabs="true" tabularvalignment="middle">
18225 <column alignment="center" valignment="top" width="0pt">
18226 <column alignment="center" valignment="top">
18227 <column alignment="center" valignment="top">
18228 <row>
18229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233 Command
18234 \end_layout
18235
18236 \end_inset
18237 </cell>
18238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18239 \begin_inset Text
18240
18241 \begin_layout Plain Layout
18242 Result
18243 \end_layout
18244
18245 \end_inset
18246 </cell>
18247 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18248 \begin_inset Text
18249
18250 \begin_layout Plain Layout
18251 Shortcut
18252 \end_layout
18253
18254 \end_inset
18255 </cell>
18256 </row>
18257 <row>
18258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18259 \begin_inset Text
18260
18261 \begin_layout Plain Layout
18262
18263 \backslash
18264 mathbb
18265 \series bold
18266
18267 \begin_inset space \textvisiblespace{}
18268 \end_inset
18269
18270
18271 \series default
18272 ABC
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
18277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18278 \begin_inset Text
18279
18280 \begin_layout Plain Layout
18281 \begin_inset Formula $\mathbb{ABC}$
18282 \end_inset
18283
18284
18285 \end_layout
18286
18287 \end_inset
18288 </cell>
18289 <cell alignment="center" valignment="top" usebox="none">
18290 \begin_inset Text
18291
18292 \begin_layout Plain Layout
18293 -
18294 \end_layout
18295
18296 \end_inset
18297 </cell>
18298 </row>
18299 <row>
18300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18301 \begin_inset Text
18302
18303 \begin_layout Plain Layout
18304
18305 \backslash
18306 mathbf
18307 \series bold
18308
18309 \begin_inset space \textvisiblespace{}
18310 \end_inset
18311
18312
18313 \series default
18314 AbC
18315 \end_layout
18316
18317 \end_inset
18318 </cell>
18319 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18320 \begin_inset Text
18321
18322 \begin_layout Plain Layout
18323 \begin_inset Formula $\mathbf{AbC}$
18324 \end_inset
18325
18326
18327 \end_layout
18328
18329 \end_inset
18330 </cell>
18331 <cell alignment="center" valignment="top" usebox="none">
18332 \begin_inset Text
18333
18334 \begin_layout Plain Layout
18335 \begin_inset Info
18336 type  "shortcut"
18337 arg   "font-bold"
18338 \end_inset
18339
18340
18341 \end_layout
18342
18343 \end_inset
18344 </cell>
18345 </row>
18346 <row>
18347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18348 \begin_inset Text
18349
18350 \begin_layout Plain Layout
18351
18352 \backslash
18353 boldsymbol
18354 \series bold
18355
18356 \begin_inset space \textvisiblespace{}
18357 \end_inset
18358
18359
18360 \series default
18361 AbC
18362 \end_layout
18363
18364 \end_inset
18365 </cell>
18366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18367 \begin_inset Text
18368
18369 \begin_layout Plain Layout
18370 \begin_inset Formula $\boldsymbol{AbC}$
18371 \end_inset
18372
18373
18374 \end_layout
18375
18376 \end_inset
18377 </cell>
18378 <cell alignment="center" valignment="top" usebox="none">
18379 \begin_inset Text
18380
18381 \begin_layout Plain Layout
18382 \begin_inset Info
18383 type  "shortcut"
18384 arg   "font-boldsymbol"
18385 \end_inset
18386
18387
18388 \end_layout
18389
18390 \end_inset
18391 </cell>
18392 </row>
18393 <row>
18394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18395 \begin_inset Text
18396
18397 \begin_layout Plain Layout
18398
18399 \backslash
18400 mathcal
18401 \series bold
18402
18403 \begin_inset space \textvisiblespace{}
18404 \end_inset
18405
18406
18407 \series default
18408 ABC
18409 \end_layout
18410
18411 \end_inset
18412 </cell>
18413 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18414 \begin_inset Text
18415
18416 \begin_layout Plain Layout
18417 \begin_inset Formula $\mathcal{ABC}$
18418 \end_inset
18419
18420
18421 \end_layout
18422
18423 \end_inset
18424 </cell>
18425 <cell alignment="center" valignment="top" usebox="none">
18426 \begin_inset Text
18427
18428 \begin_layout Plain Layout
18429 -
18430 \end_layout
18431
18432 \end_inset
18433 </cell>
18434 </row>
18435 <row>
18436 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18437 \begin_inset Text
18438
18439 \begin_layout Plain Layout
18440
18441 \backslash
18442 mathfrak
18443 \series bold
18444
18445 \begin_inset space \textvisiblespace{}
18446 \end_inset
18447
18448
18449 \series default
18450 AbC
18451 \end_layout
18452
18453 \end_inset
18454 </cell>
18455 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18456 \begin_inset Text
18457
18458 \begin_layout Plain Layout
18459 \begin_inset Formula $\mathfrak{AbC}$
18460 \end_inset
18461
18462
18463 \end_layout
18464
18465 \end_inset
18466 </cell>
18467 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18468 \begin_inset Text
18469
18470 \begin_layout Plain Layout
18471 -
18472 \end_layout
18473
18474 \end_inset
18475 </cell>
18476 </row>
18477 </lyxtabular>
18478
18479 \end_inset
18480
18481
18482 \end_layout
18483
18484 \begin_layout Standard
18485 \align center
18486 \begin_inset Tabular
18487 <lyxtabular version="3" rows="6" columns="3">
18488 <features booktabs="true" tabularvalignment="middle">
18489 <column alignment="center" valignment="top" width="0pt">
18490 <column alignment="center" valignment="top">
18491 <column alignment="center" valignment="top">
18492 <row>
18493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18494 \begin_inset Text
18495
18496 \begin_layout Plain Layout
18497 Command
18498 \end_layout
18499
18500 \end_inset
18501 </cell>
18502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18503 \begin_inset Text
18504
18505 \begin_layout Plain Layout
18506 Result
18507 \end_layout
18508
18509 \end_inset
18510 </cell>
18511 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18512 \begin_inset Text
18513
18514 \begin_layout Plain Layout
18515 Shortcut
18516 \end_layout
18517
18518 \end_inset
18519 </cell>
18520 </row>
18521 <row>
18522 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18523 \begin_inset Text
18524
18525 \begin_layout Plain Layout
18526
18527 \backslash
18528 mathit
18529 \series bold
18530
18531 \begin_inset space \textvisiblespace{}
18532 \end_inset
18533
18534
18535 \series default
18536 AbC
18537 \end_layout
18538
18539 \end_inset
18540 </cell>
18541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18542 \begin_inset Text
18543
18544 \begin_layout Plain Layout
18545 \begin_inset Formula $\mathit{AbC}$
18546 \end_inset
18547
18548
18549 \end_layout
18550
18551 \end_inset
18552 </cell>
18553 <cell alignment="center" valignment="top" usebox="none">
18554 \begin_inset Text
18555
18556 \begin_layout Plain Layout
18557 -
18558 \end_layout
18559
18560 \end_inset
18561 </cell>
18562 </row>
18563 <row>
18564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18565 \begin_inset Text
18566
18567 \begin_layout Plain Layout
18568
18569 \backslash
18570 mathrm
18571 \series bold
18572
18573 \begin_inset space \textvisiblespace{}
18574 \end_inset
18575
18576
18577 \series default
18578 AbC
18579 \end_layout
18580
18581 \end_inset
18582 </cell>
18583 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18584 \begin_inset Text
18585
18586 \begin_layout Plain Layout
18587 \begin_inset Formula $\mathrm{AbC}$
18588 \end_inset
18589
18590
18591 \end_layout
18592
18593 \end_inset
18594 </cell>
18595 <cell alignment="center" valignment="top" usebox="none">
18596 \begin_inset Text
18597
18598 \begin_layout Plain Layout
18599 \begin_inset Info
18600 type  "shortcut"
18601 arg   "font-roman"
18602 \end_inset
18603
18604
18605 \end_layout
18606
18607 \end_inset
18608 </cell>
18609 </row>
18610 <row>
18611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18612 \begin_inset Text
18613
18614 \begin_layout Plain Layout
18615
18616 \backslash
18617 mathsf
18618 \series bold
18619
18620 \begin_inset space \textvisiblespace{}
18621 \end_inset
18622
18623
18624 \series default
18625 AbC
18626 \end_layout
18627
18628 \end_inset
18629 </cell>
18630 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18631 \begin_inset Text
18632
18633 \begin_layout Plain Layout
18634 \begin_inset Formula $\mathsf{AbC}$
18635 \end_inset
18636
18637
18638 \end_layout
18639
18640 \end_inset
18641 </cell>
18642 <cell alignment="center" valignment="top" usebox="none">
18643 \begin_inset Text
18644
18645 \begin_layout Plain Layout
18646 \begin_inset Info
18647 type  "shortcut"
18648 arg   "font-sans"
18649 \end_inset
18650
18651
18652 \end_layout
18653
18654 \end_inset
18655 </cell>
18656 </row>
18657 <row>
18658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18659 \begin_inset Text
18660
18661 \begin_layout Plain Layout
18662
18663 \backslash
18664 mathtt
18665 \series bold
18666
18667 \begin_inset space \textvisiblespace{}
18668 \end_inset
18669
18670
18671 \series default
18672 AbC
18673 \end_layout
18674
18675 \end_inset
18676 </cell>
18677 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18678 \begin_inset Text
18679
18680 \begin_layout Plain Layout
18681 \begin_inset Formula $\mathtt{AbC}$
18682 \end_inset
18683
18684
18685 \end_layout
18686
18687 \end_inset
18688 </cell>
18689 <cell alignment="center" valignment="top" usebox="none">
18690 \begin_inset Text
18691
18692 \begin_layout Plain Layout
18693 \begin_inset Info
18694 type  "shortcut"
18695 arg   "font-typewriter"
18696 \end_inset
18697
18698
18699 \end_layout
18700
18701 \end_inset
18702 </cell>
18703 </row>
18704 <row>
18705 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18706 \begin_inset Text
18707
18708 \begin_layout Plain Layout
18709
18710 \backslash
18711 mathscr
18712 \series bold
18713
18714 \begin_inset space \textvisiblespace{}
18715 \end_inset
18716
18717
18718 \series default
18719 ABC
18720 \end_layout
18721
18722 \end_inset
18723 </cell>
18724 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18725 \begin_inset Text
18726
18727 \begin_layout Plain Layout
18728 \begin_inset Formula $\mathscr{ABC}$
18729 \end_inset
18730
18731
18732 \end_layout
18733
18734 \end_inset
18735 </cell>
18736 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18737 \begin_inset Text
18738
18739 \begin_layout Plain Layout
18740 -
18741 \end_layout
18742
18743 \end_inset
18744 </cell>
18745 </row>
18746 </lyxtabular>
18747
18748 \end_inset
18749
18750
18751 \end_layout
18752
18753 \begin_layout Standard
18754 \begin_inset Note Greyedout
18755 status open
18756
18757 \begin_layout Plain Layout
18758
18759 \series bold
18760 Note:
18761 \series default
18762  The styles 
18763 \series bold
18764
18765 \backslash
18766 mathbb
18767 \series default
18768
18769 \series bold
18770
18771 \backslash
18772 mathcal
18773 \series default
18774  and 
18775 \series bold
18776
18777 \backslash
18778 mathscr
18779 \series default
18780  can only be used for big letters.
18781 \end_layout
18782
18783 \end_inset
18784
18785
18786 \end_layout
18787
18788 \begin_layout Standard
18789 Predefined is the style 
18790 \series bold
18791
18792 \backslash
18793 mathnormal
18794 \series default
18795 .
18796 \end_layout
18797
18798 \begin_layout Standard
18799 The style commands work also for letters in mathematical constructs:
18800 \begin_inset Formula 
18801 \[
18802 \mathfrak{A=\frac{b}{C}}
18803 \]
18804
18805 \end_inset
18806
18807
18808 \end_layout
18809
18810 \begin_layout Standard
18811 Characters in mathematical text don't appear in a math font style but in
18812  the text font style 
18813 \series bold
18814
18815 \backslash
18816 textrm
18817 \series default
18818 .
18819  That their style can't be set correctly via the text style dialog is a
18820  bug in \SpecialChar LyX
18821 .
18822 \begin_inset Foot
18823 status collapsed
18824
18825 \begin_layout Plain Layout
18826 \begin_inset CommandInset href
18827 LatexCommand href
18828 name "LyX-bug #4629"
18829 target "https://www.lyx.org/trac/ticket/4629"
18830 literal "false"
18831
18832 \end_inset
18833
18834
18835 \end_layout
18836
18837 \end_inset
18838
18839
18840 \end_layout
18841
18842 \begin_layout Standard
18843 Instead of the style commands the dialog 
18844 \family sans
18845 Edit\SpecialChar menuseparator
18846 Math\SpecialChar menuseparator
18847 Text Style
18848 \family default
18849  or the toolbar button 
18850 \begin_inset Info
18851 type  "icon"
18852 arg   "math-insert \\font"
18853 \end_inset
18854
18855  can be used.
18856 \end_layout
18857
18858 \begin_layout Subsection
18859 Bold Formulas
18860 \begin_inset CommandInset label
18861 LatexCommand label
18862 name "subsec:Bold-Formulas"
18863
18864 \end_inset
18865
18866
18867 \begin_inset Index idx
18868 status collapsed
18869
18870 \begin_layout Plain Layout
18871 Formula ! bold
18872 \end_layout
18873
18874 \end_inset
18875
18876
18877 \end_layout
18878
18879 \begin_layout Standard
18880 To make a complete formula bold, the command 
18881 \series bold
18882
18883 \backslash
18884 mathbf
18885 \series default
18886  from the previous subsection cannot be used, because it doesn't work for
18887  small Greek letters.
18888  Furthermore it prints Latin letters always upright, like in the following
18889  equation:
18890 \end_layout
18891
18892 \begin_layout Standard
18893 \begin_inset Formula 
18894 \[
18895 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18896 \]
18897
18898 \end_inset
18899
18900
18901 \end_layout
18902
18903 \begin_layout Standard
18904 To display the formula correctly, the command 
18905 \series bold
18906
18907 \backslash
18908 boldsymbol
18909 \series default
18910  is used:
18911 \begin_inset Formula 
18912 \[
18913 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18914 \]
18915
18916 \end_inset
18917
18918 It is also possible to set the formula in a 
18919 \series bold
18920 boldmath environment
18921 \series default
18922 .
18923  This environment is created by inserting the command 
18924 \series bold
18925
18926 \backslash
18927 boldmath
18928 \series default
18929
18930 \begin_inset Index idx
18931 status collapsed
18932
18933 \begin_layout Plain Layout
18934 Commands ! B ! 
18935 \backslash
18936 boldmath
18937 \end_layout
18938
18939 \end_inset
18940
18941  in \SpecialChar TeX
18942  mode.
18943  To end the environment, the command 
18944 \series bold
18945
18946 \backslash
18947 unboldmath
18948 \series default
18949
18950 \begin_inset Index idx
18951 status collapsed
18952
18953 \begin_layout Plain Layout
18954 Commands ! U ! 
18955 \backslash
18956 unboldmath
18957 \end_layout
18958
18959 \end_inset
18960
18961  is inserted in \SpecialChar TeX
18962  mode.
18963 \begin_inset ERT
18964 status collapsed
18965
18966 \begin_layout Plain Layout
18967
18968
18969 \backslash
18970 boldmath 
18971 \end_layout
18972
18973 \end_inset
18974
18975
18976 \begin_inset Formula 
18977 \[
18978 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
18979 \]
18980
18981 \end_inset
18982
18983
18984 \begin_inset ERT
18985 status collapsed
18986
18987 \begin_layout Plain Layout
18988
18989
18990 \backslash
18991 unboldmath 
18992 \end_layout
18993
18994 \end_inset
18995
18996
18997 \end_layout
18998
18999 \begin_layout Subsection
19000 Colored Formulas
19001 \begin_inset Index idx
19002 status collapsed
19003
19004 \begin_layout Plain Layout
19005 Formula ! colored
19006 \end_layout
19007
19008 \end_inset
19009
19010
19011 \end_layout
19012
19013 \begin_layout Standard
19014 Formulas can be colored like normal text: Highlight a formula or a formula
19015  part and use the 
19016 \family sans
19017 Text Style
19018 \family default
19019  dialog.
19020  Here is a formula in magenta:
19021 \begin_inset Formula 
19022 \[
19023 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19024 \]
19025
19026 \end_inset
19027
19028
19029 \end_layout
19030
19031 \begin_layout Standard
19032 You can also define your own colors as described in 
19033 \begin_inset CommandInset ref
19034 LatexCommand ref
19035 reference "subsec:Colored-Boxes"
19036
19037 \end_inset
19038
19039 .
19040  They can be used with the \SpecialChar TeX
19041  code command 
19042 \series bold
19043
19044 \backslash
19045 textcolor
19046 \series default
19047
19048 \begin_inset Index idx
19049 status collapsed
19050
19051 \begin_layout Plain Layout
19052 Commands ! T ! 
19053 \backslash
19054 textcolor
19055 \end_layout
19056
19057 \end_inset
19058
19059  in the scheme
19060 \end_layout
19061
19062 \begin_layout Standard
19063
19064 \series bold
19065
19066 \backslash
19067 textcolor{color}{characters or formula}
19068 \end_layout
19069
19070 \begin_layout Standard
19071 The following example was colored completely dark green and partly red:
19072 \end_layout
19073
19074 \begin_layout Standard
19075 \begin_inset ERT
19076 status collapsed
19077
19078 \begin_layout Plain Layout
19079
19080
19081 \backslash
19082 textcolor{darkgreen}{
19083 \end_layout
19084
19085 \end_inset
19086
19087
19088 \begin_inset Formula 
19089 \[
19090 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19091 \]
19092
19093 \end_inset
19094
19095
19096 \begin_inset ERT
19097 status collapsed
19098
19099 \begin_layout Plain Layout
19100
19101 }
19102 \end_layout
19103
19104 \end_inset
19105
19106
19107 \end_layout
19108
19109 \begin_layout Standard
19110 Due to a bug in \SpecialChar LyX
19111  only complete formulas can be colored with self-defined
19112  colors.
19113 \begin_inset Foot
19114 status collapsed
19115
19116 \begin_layout Plain Layout
19117 \begin_inset CommandInset href
19118 LatexCommand href
19119 name "LyX-bug #5269"
19120 target "https://www.lyx.org/trac/ticket/5269"
19121 literal "false"
19122
19123 \end_inset
19124
19125
19126 \end_layout
19127
19128 \end_inset
19129
19130
19131 \end_layout
19132
19133 \begin_layout Subsection
19134 Font Sizes
19135 \begin_inset CommandInset label
19136 LatexCommand label
19137 name "subsec:Font-Sizes"
19138
19139 \end_inset
19140
19141
19142 \begin_inset Index idx
19143 status collapsed
19144
19145 \begin_layout Plain Layout
19146 Font ! size
19147 \end_layout
19148
19149 \end_inset
19150
19151
19152 \end_layout
19153
19154 \begin_layout Standard
19155 For characters in formulas there are, analog to characters in text, the
19156  following size commands:
19157 \end_layout
19158
19159 \begin_layout Standard
19160
19161 \series bold
19162
19163 \backslash
19164 Huge
19165 \series default
19166
19167 \series bold
19168
19169 \backslash
19170 huge
19171 \series default
19172
19173 \series bold
19174
19175 \backslash
19176 LARGE
19177 \series default
19178
19179 \series bold
19180
19181 \backslash
19182 Large
19183 \series default
19184
19185 \series bold
19186
19187 \backslash
19188 large
19189 \series default
19190
19191 \series bold
19192
19193 \backslash
19194 normalsize
19195 \series default
19196
19197 \series bold
19198
19199 \backslash
19200 small
19201 \series default
19202 ,
19203 \begin_inset Newline newline
19204 \end_inset
19205
19206
19207 \series bold
19208
19209 \backslash
19210 footnotesize
19211 \series default
19212
19213 \series bold
19214
19215 \backslash
19216 scriptsize
19217 \series default
19218  and 
19219 \series bold
19220
19221 \backslash
19222 tiny
19223 \end_layout
19224
19225 \begin_layout Standard
19226 The size produced by the commands depends on the document font size, which
19227  corresponds to the command 
19228 \series bold
19229
19230 \backslash
19231 normalsize
19232 \series default
19233 .
19234  The other commands produce smaller or larger sizes than 
19235 \series bold
19236
19237 \backslash
19238 normalsize
19239 \series default
19240 .
19241  The font size can however not exceed a certain value.
19242  Is for example the document font size 12
19243 \begin_inset space \thinspace{}
19244 \end_inset
19245
19246 pt, the command 
19247 \series bold
19248
19249 \backslash
19250 Huge
19251 \series default
19252  switches to the same size as 
19253 \series bold
19254
19255 \backslash
19256 huge
19257 \series default
19258 .
19259  
19260 \end_layout
19261
19262 \begin_layout Standard
19263 A size command is inserted in \SpecialChar TeX
19264  mode before the formula and sets the size
19265  for all following formula and text characters.
19266  To switch back to the initial size, the command 
19267 \series bold
19268
19269 \backslash
19270 normalsize
19271 \series default
19272  is inserted behind the formula in \SpecialChar TeX
19273  mode.
19274 \end_layout
19275
19276 \begin_layout Standard
19277 Within a formula the size can be changed using the following size commands
19278  or the toolbar button 
19279 \begin_inset Info
19280 type  "icon"
19281 arg   "math-insert \\style"
19282 \end_inset
19283
19284 :
19285 \end_layout
19286
19287 \begin_layout Standard
19288 \noindent
19289 \align center
19290 \begin_inset Tabular
19291 <lyxtabular version="3" rows="5" columns="2">
19292 <features booktabs="true" tabularvalignment="middle">
19293 <column alignment="center" valignment="top" width="0pt">
19294 <column alignment="center" valignment="top">
19295 <row>
19296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19297 \begin_inset Text
19298
19299 \begin_layout Plain Layout
19300 Command
19301 \end_layout
19302
19303 \end_inset
19304 </cell>
19305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19306 \begin_inset Text
19307
19308 \begin_layout Plain Layout
19309 Result
19310 \end_layout
19311
19312 \end_inset
19313 </cell>
19314 </row>
19315 <row>
19316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19317 \begin_inset Text
19318
19319 \begin_layout Plain Layout
19320
19321 \backslash
19322 displaystyle
19323 \begin_inset Index idx
19324 status collapsed
19325
19326 \begin_layout Plain Layout
19327 Commands ! D ! 
19328 \backslash
19329 displaystyle
19330 \end_layout
19331
19332 \end_inset
19333
19334
19335 \end_layout
19336
19337 \end_inset
19338 </cell>
19339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19340 \begin_inset Text
19341
19342 \begin_layout Plain Layout
19343 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19344 \end_inset
19345
19346
19347 \end_layout
19348
19349 \end_inset
19350 </cell>
19351 </row>
19352 <row topspace="1mm">
19353 <cell alignment="center" valignment="top" usebox="none">
19354 \begin_inset Text
19355
19356 \begin_layout Plain Layout
19357
19358 \backslash
19359 textstyle
19360 \end_layout
19361
19362 \end_inset
19363 </cell>
19364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19365 \begin_inset Text
19366
19367 \begin_layout Plain Layout
19368 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19369 \end_inset
19370
19371
19372 \end_layout
19373
19374 \end_inset
19375 </cell>
19376 </row>
19377 <row>
19378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19379 \begin_inset Text
19380
19381 \begin_layout Plain Layout
19382
19383 \backslash
19384 scriptstyle
19385 \end_layout
19386
19387 \end_inset
19388 </cell>
19389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19390 \begin_inset Text
19391
19392 \begin_layout Plain Layout
19393 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19394 \end_inset
19395
19396
19397 \end_layout
19398
19399 \end_inset
19400 </cell>
19401 </row>
19402 <row>
19403 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19404 \begin_inset Text
19405
19406 \begin_layout Plain Layout
19407
19408 \backslash
19409 scriptscriptstyle
19410 \end_layout
19411
19412 \end_inset
19413 </cell>
19414 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19415 \begin_inset Text
19416
19417 \begin_layout Plain Layout
19418 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19419 \end_inset
19420
19421
19422 \end_layout
19423
19424 \end_inset
19425 </cell>
19426 </row>
19427 </lyxtabular>
19428
19429 \end_inset
19430
19431
19432 \end_layout
19433
19434 \begin_layout Standard
19435 After entering these commands, a blue box appears in which the formula parts
19436  are inserted.
19437 \end_layout
19438
19439 \begin_layout Standard
19440 There is a further method to change the font size, that though only works
19441  for symbols or letters in mathematical text.
19442  To use it, one of the above text size commands is inserted in mathematical
19443  text.
19444  All following characters until the end of the mathematical text or until
19445  another size command will have the selected size.
19446  Two examples:
19447 \begin_inset VSpace -2mm
19448 \end_inset
19449
19450
19451 \end_layout
19452
19453 \begin_layout Standard
19454 \begin_inset ERT
19455 status collapsed
19456
19457 \begin_layout Plain Layout
19458
19459
19460 \backslash
19461 huge 
19462 \end_layout
19463
19464 \end_inset
19465
19466
19467 \begin_inset Formula 
19468 \[
19469 A=\frac{B}{c}\cdot\maltese
19470 \]
19471
19472 \end_inset
19473
19474
19475 \begin_inset Formula 
19476 \[
19477 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19478 \]
19479
19480 \end_inset
19481
19482
19483 \begin_inset ERT
19484 status collapsed
19485
19486 \begin_layout Plain Layout
19487
19488
19489 \backslash
19490 normalsize 
19491 \end_layout
19492
19493 \end_inset
19494
19495
19496 \end_layout
19497
19498 \begin_layout Standard
19499 \begin_inset VSpace medskip
19500 \end_inset
19501
19502 Before both formulas the command 
19503 \series bold
19504
19505 \backslash
19506 huge
19507 \series default
19508  was inserted.
19509  The command for the second formula is:
19510 \begin_inset Newline newline
19511 \end_inset
19512
19513
19514 \series bold
19515
19516 \backslash
19517 maltese
19518 \begin_inset space \textvisiblespace{}
19519 \end_inset
19520
19521 A Alt+M M 
19522 \backslash
19523 Large
19524 \begin_inset space \textvisiblespace{}
19525 \end_inset
19526
19527
19528 \backslash
19529 maltese
19530 \begin_inset space \textvisiblespace{}
19531 \end_inset
19532
19533
19534 \backslash
19535 textit
19536 \begin_inset space \textvisiblespace{}
19537 \end_inset
19538
19539 A
19540 \begin_inset Formula $\to$
19541 \end_inset
19542
19543
19544 \begin_inset Formula $\to$
19545 \end_inset
19546
19547
19548 \begin_inset Newline newline
19549 \end_inset
19550
19551
19552 \begin_inset space \hspace*{}
19553 \length 1cm
19554 \end_inset
19555
19556 Alt+M
19557 \series default
19558  
19559 \series bold
19560
19561 \backslash
19562 tiny
19563 \begin_inset space \textvisiblespace{}
19564 \end_inset
19565
19566
19567 \backslash
19568 maltese
19569 \begin_inset space \textvisiblespace{}
19570 \end_inset
19571
19572
19573 \backslash
19574 textit
19575 \begin_inset space \textvisiblespace{}
19576 \end_inset
19577
19578 A
19579 \end_layout
19580
19581 \begin_layout Standard
19582 If a symbol cannot be displayed in different sizes, it will always be displayed
19583  in the default size.
19584 \end_layout
19585
19586 \begin_layout Section
19587 Greek Letters
19588 \begin_inset Index idx
19589 status collapsed
19590
19591 \begin_layout Plain Layout
19592 Greek letters
19593 \end_layout
19594
19595 \end_inset
19596
19597
19598 \end_layout
19599
19600 \begin_layout Standard
19601 Greek letters can also be inserted via the toolbar button 
19602 \begin_inset Info
19603 type  "icon"
19604 arg   "math-insert \\alpha"
19605 \end_inset
19606
19607 .
19608  All international typesetting norms purport that Greek letters in math
19609  have to be typeset italic/slanted.
19610  In some languages, like French or Russian, they are nevertheless sometimes
19611  typeset upright.
19612 \end_layout
19613
19614 \begin_layout Subsection
19615 Small Letters
19616 \begin_inset Index idx
19617 status collapsed
19618
19619 \begin_layout Plain Layout
19620 Greek letters ! small
19621 \end_layout
19622
19623 \end_inset
19624
19625
19626 \end_layout
19627
19628 \begin_layout Standard
19629 \begin_inset space \hfill{}
19630 \end_inset
19631
19632
19633 \begin_inset Tabular
19634 <lyxtabular version="3" rows="11" columns="2">
19635 <features booktabs="true" tabularvalignment="middle">
19636 <column alignment="center" valignment="top" width="0pt">
19637 <column alignment="center" valignment="top" width="0pt">
19638 <row>
19639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19640 \begin_inset Text
19641
19642 \begin_layout Plain Layout
19643 Command
19644 \end_layout
19645
19646 \end_inset
19647 </cell>
19648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19649 \begin_inset Text
19650
19651 \begin_layout Plain Layout
19652 Result
19653 \end_layout
19654
19655 \end_inset
19656 </cell>
19657 </row>
19658 <row>
19659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19660 \begin_inset Text
19661
19662 \begin_layout Plain Layout
19663
19664 \backslash
19665 alpha
19666 \end_layout
19667
19668 \end_inset
19669 </cell>
19670 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19671 \begin_inset Text
19672
19673 \begin_layout Plain Layout
19674 \begin_inset Formula $\alpha$
19675 \end_inset
19676
19677
19678 \end_layout
19679
19680 \end_inset
19681 </cell>
19682 </row>
19683 <row>
19684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19685 \begin_inset Text
19686
19687 \begin_layout Plain Layout
19688
19689 \backslash
19690 beta
19691 \end_layout
19692
19693 \end_inset
19694 </cell>
19695 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19696 \begin_inset Text
19697
19698 \begin_layout Plain Layout
19699 \begin_inset Formula $\beta$
19700 \end_inset
19701
19702
19703 \end_layout
19704
19705 \end_inset
19706 </cell>
19707 </row>
19708 <row>
19709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19710 \begin_inset Text
19711
19712 \begin_layout Plain Layout
19713
19714 \backslash
19715 gamma
19716 \end_layout
19717
19718 \end_inset
19719 </cell>
19720 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19721 \begin_inset Text
19722
19723 \begin_layout Plain Layout
19724 \begin_inset Formula $\gamma$
19725 \end_inset
19726
19727
19728 \end_layout
19729
19730 \end_inset
19731 </cell>
19732 </row>
19733 <row>
19734 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19735 \begin_inset Text
19736
19737 \begin_layout Plain Layout
19738
19739 \backslash
19740 delta
19741 \end_layout
19742
19743 \end_inset
19744 </cell>
19745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19746 \begin_inset Text
19747
19748 \begin_layout Plain Layout
19749 \begin_inset Formula $\delta$
19750 \end_inset
19751
19752
19753 \end_layout
19754
19755 \end_inset
19756 </cell>
19757 </row>
19758 <row>
19759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19760 \begin_inset Text
19761
19762 \begin_layout Plain Layout
19763
19764 \backslash
19765 epsilon
19766 \end_layout
19767
19768 \end_inset
19769 </cell>
19770 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19771 \begin_inset Text
19772
19773 \begin_layout Plain Layout
19774 \begin_inset Formula $\epsilon$
19775 \end_inset
19776
19777
19778 \end_layout
19779
19780 \end_inset
19781 </cell>
19782 </row>
19783 <row>
19784 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19785 \begin_inset Text
19786
19787 \begin_layout Plain Layout
19788
19789 \backslash
19790 varepsilon
19791 \end_layout
19792
19793 \end_inset
19794 </cell>
19795 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19796 \begin_inset Text
19797
19798 \begin_layout Plain Layout
19799 \begin_inset Formula $\varepsilon$
19800 \end_inset
19801
19802
19803 \end_layout
19804
19805 \end_inset
19806 </cell>
19807 </row>
19808 <row>
19809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19810 \begin_inset Text
19811
19812 \begin_layout Plain Layout
19813
19814 \backslash
19815 zeta
19816 \end_layout
19817
19818 \end_inset
19819 </cell>
19820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19821 \begin_inset Text
19822
19823 \begin_layout Plain Layout
19824 \begin_inset Formula $\zeta$
19825 \end_inset
19826
19827
19828 \end_layout
19829
19830 \end_inset
19831 </cell>
19832 </row>
19833 <row>
19834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19835 \begin_inset Text
19836
19837 \begin_layout Plain Layout
19838
19839 \backslash
19840 eta
19841 \end_layout
19842
19843 \end_inset
19844 </cell>
19845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19846 \begin_inset Text
19847
19848 \begin_layout Plain Layout
19849 \begin_inset Formula $\eta$
19850 \end_inset
19851
19852
19853 \end_layout
19854
19855 \end_inset
19856 </cell>
19857 </row>
19858 <row>
19859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19860 \begin_inset Text
19861
19862 \begin_layout Plain Layout
19863
19864 \backslash
19865 theta
19866 \end_layout
19867
19868 \end_inset
19869 </cell>
19870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19871 \begin_inset Text
19872
19873 \begin_layout Plain Layout
19874 \begin_inset Formula $\theta$
19875 \end_inset
19876
19877
19878 \end_layout
19879
19880 \end_inset
19881 </cell>
19882 </row>
19883 <row>
19884 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19885 \begin_inset Text
19886
19887 \begin_layout Plain Layout
19888
19889 \backslash
19890 vartheta
19891 \end_layout
19892
19893 \end_inset
19894 </cell>
19895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19896 \begin_inset Text
19897
19898 \begin_layout Plain Layout
19899 \begin_inset Formula $\vartheta$
19900 \end_inset
19901
19902
19903 \end_layout
19904
19905 \end_inset
19906 </cell>
19907 </row>
19908 </lyxtabular>
19909
19910 \end_inset
19911
19912
19913 \begin_inset space \hfill{}
19914 \end_inset
19915
19916
19917 \begin_inset Tabular
19918 <lyxtabular version="3" rows="12" columns="2">
19919 <features booktabs="true" tabularvalignment="middle">
19920 <column alignment="center" valignment="top" width="0pt">
19921 <column alignment="center" valignment="top" width="0pt">
19922 <row>
19923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19924 \begin_inset Text
19925
19926 \begin_layout Plain Layout
19927 Command
19928 \end_layout
19929
19930 \end_inset
19931 </cell>
19932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19933 \begin_inset Text
19934
19935 \begin_layout Plain Layout
19936 Result
19937 \end_layout
19938
19939 \end_inset
19940 </cell>
19941 </row>
19942 <row>
19943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19944 \begin_inset Text
19945
19946 \begin_layout Plain Layout
19947
19948 \backslash
19949 iota
19950 \end_layout
19951
19952 \end_inset
19953 </cell>
19954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19955 \begin_inset Text
19956
19957 \begin_layout Plain Layout
19958 \begin_inset Formula $\iota$
19959 \end_inset
19960
19961
19962 \end_layout
19963
19964 \end_inset
19965 </cell>
19966 </row>
19967 <row>
19968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19969 \begin_inset Text
19970
19971 \begin_layout Plain Layout
19972
19973 \backslash
19974 kappa
19975 \end_layout
19976
19977 \end_inset
19978 </cell>
19979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19980 \begin_inset Text
19981
19982 \begin_layout Plain Layout
19983 \begin_inset Formula $\kappa$
19984 \end_inset
19985
19986
19987 \end_layout
19988
19989 \end_inset
19990 </cell>
19991 </row>
19992 <row>
19993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19994 \begin_inset Text
19995
19996 \begin_layout Plain Layout
19997
19998 \backslash
19999 varkappa
20000 \end_layout
20001
20002 \end_inset
20003 </cell>
20004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20005 \begin_inset Text
20006
20007 \begin_layout Plain Layout
20008 \begin_inset Formula $\varkappa$
20009 \end_inset
20010
20011
20012 \end_layout
20013
20014 \end_inset
20015 </cell>
20016 </row>
20017 <row>
20018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20019 \begin_inset Text
20020
20021 \begin_layout Plain Layout
20022
20023 \backslash
20024 lambda
20025 \end_layout
20026
20027 \end_inset
20028 </cell>
20029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20030 \begin_inset Text
20031
20032 \begin_layout Plain Layout
20033 \begin_inset Formula $\lambda$
20034 \end_inset
20035
20036
20037 \end_layout
20038
20039 \end_inset
20040 </cell>
20041 </row>
20042 <row>
20043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20044 \begin_inset Text
20045
20046 \begin_layout Plain Layout
20047
20048 \backslash
20049 mu
20050 \end_layout
20051
20052 \end_inset
20053 </cell>
20054 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20055 \begin_inset Text
20056
20057 \begin_layout Plain Layout
20058 \begin_inset Formula $\mu$
20059 \end_inset
20060
20061
20062 \end_layout
20063
20064 \end_inset
20065 </cell>
20066 </row>
20067 <row>
20068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20069 \begin_inset Text
20070
20071 \begin_layout Plain Layout
20072
20073 \backslash
20074 nu
20075 \end_layout
20076
20077 \end_inset
20078 </cell>
20079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20080 \begin_inset Text
20081
20082 \begin_layout Plain Layout
20083 \begin_inset Formula $\nu$
20084 \end_inset
20085
20086
20087 \end_layout
20088
20089 \end_inset
20090 </cell>
20091 </row>
20092 <row>
20093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20094 \begin_inset Text
20095
20096 \begin_layout Plain Layout
20097
20098 \backslash
20099 xi
20100 \end_layout
20101
20102 \end_inset
20103 </cell>
20104 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20105 \begin_inset Text
20106
20107 \begin_layout Plain Layout
20108 \begin_inset Formula $\xi$
20109 \end_inset
20110
20111
20112 \end_layout
20113
20114 \end_inset
20115 </cell>
20116 </row>
20117 <row>
20118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20119 \begin_inset Text
20120
20121 \begin_layout Plain Layout
20122 o
20123 \end_layout
20124
20125 \end_inset
20126 </cell>
20127 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20128 \begin_inset Text
20129
20130 \begin_layout Plain Layout
20131 \begin_inset Formula $o$
20132 \end_inset
20133
20134
20135 \end_layout
20136
20137 \end_inset
20138 </cell>
20139 </row>
20140 <row>
20141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20142 \begin_inset Text
20143
20144 \begin_layout Plain Layout
20145
20146 \backslash
20147 pi
20148 \end_layout
20149
20150 \end_inset
20151 </cell>
20152 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20153 \begin_inset Text
20154
20155 \begin_layout Plain Layout
20156 \begin_inset Formula $\pi$
20157 \end_inset
20158
20159
20160 \end_layout
20161
20162 \end_inset
20163 </cell>
20164 </row>
20165 <row>
20166 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20167 \begin_inset Text
20168
20169 \begin_layout Plain Layout
20170
20171 \backslash
20172 varpi
20173 \end_layout
20174
20175 \end_inset
20176 </cell>
20177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20178 \begin_inset Text
20179
20180 \begin_layout Plain Layout
20181 \begin_inset Formula $\varpi$
20182 \end_inset
20183
20184
20185 \end_layout
20186
20187 \end_inset
20188 </cell>
20189 </row>
20190 <row>
20191 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20192 \begin_inset Text
20193
20194 \begin_layout Plain Layout
20195
20196 \backslash
20197 rho
20198 \end_layout
20199
20200 \end_inset
20201 </cell>
20202 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20203 \begin_inset Text
20204
20205 \begin_layout Plain Layout
20206 \begin_inset Formula $\rho$
20207 \end_inset
20208
20209
20210 \end_layout
20211
20212 \end_inset
20213 </cell>
20214 </row>
20215 </lyxtabular>
20216
20217 \end_inset
20218
20219
20220 \begin_inset space \hfill{}
20221 \end_inset
20222
20223
20224 \begin_inset Tabular
20225 <lyxtabular version="3" rows="11" columns="2">
20226 <features booktabs="true" tabularvalignment="middle">
20227 <column alignment="center" valignment="top" width="0pt">
20228 <column alignment="center" valignment="top" width="0pt">
20229 <row>
20230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20231 \begin_inset Text
20232
20233 \begin_layout Plain Layout
20234 Command
20235 \end_layout
20236
20237 \end_inset
20238 </cell>
20239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20240 \begin_inset Text
20241
20242 \begin_layout Plain Layout
20243 Result
20244 \end_layout
20245
20246 \end_inset
20247 </cell>
20248 </row>
20249 <row>
20250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20251 \begin_inset Text
20252
20253 \begin_layout Plain Layout
20254
20255 \backslash
20256 varrho
20257 \end_layout
20258
20259 \end_inset
20260 </cell>
20261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20262 \begin_inset Text
20263
20264 \begin_layout Plain Layout
20265 \begin_inset Formula $\varrho$
20266 \end_inset
20267
20268
20269 \end_layout
20270
20271 \end_inset
20272 </cell>
20273 </row>
20274 <row>
20275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20276 \begin_inset Text
20277
20278 \begin_layout Plain Layout
20279
20280 \backslash
20281 sigma
20282 \end_layout
20283
20284 \end_inset
20285 </cell>
20286 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20287 \begin_inset Text
20288
20289 \begin_layout Plain Layout
20290 \begin_inset Formula $\sigma$
20291 \end_inset
20292
20293
20294 \end_layout
20295
20296 \end_inset
20297 </cell>
20298 </row>
20299 <row>
20300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20301 \begin_inset Text
20302
20303 \begin_layout Plain Layout
20304
20305 \backslash
20306 varsigma
20307 \end_layout
20308
20309 \end_inset
20310 </cell>
20311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20312 \begin_inset Text
20313
20314 \begin_layout Plain Layout
20315 \begin_inset Formula $\varsigma$
20316 \end_inset
20317
20318
20319 \end_layout
20320
20321 \end_inset
20322 </cell>
20323 </row>
20324 <row>
20325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20326 \begin_inset Text
20327
20328 \begin_layout Plain Layout
20329
20330 \backslash
20331 tau
20332 \end_layout
20333
20334 \end_inset
20335 </cell>
20336 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20337 \begin_inset Text
20338
20339 \begin_layout Plain Layout
20340 \begin_inset Formula $\tau$
20341 \end_inset
20342
20343
20344 \end_layout
20345
20346 \end_inset
20347 </cell>
20348 </row>
20349 <row>
20350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20351 \begin_inset Text
20352
20353 \begin_layout Plain Layout
20354
20355 \backslash
20356 upsilon
20357 \end_layout
20358
20359 \end_inset
20360 </cell>
20361 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20362 \begin_inset Text
20363
20364 \begin_layout Plain Layout
20365 \begin_inset Formula $\upsilon$
20366 \end_inset
20367
20368
20369 \end_layout
20370
20371 \end_inset
20372 </cell>
20373 </row>
20374 <row>
20375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20376 \begin_inset Text
20377
20378 \begin_layout Plain Layout
20379
20380 \backslash
20381 phi
20382 \end_layout
20383
20384 \end_inset
20385 </cell>
20386 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20387 \begin_inset Text
20388
20389 \begin_layout Plain Layout
20390 \begin_inset Formula $\phi$
20391 \end_inset
20392
20393
20394 \end_layout
20395
20396 \end_inset
20397 </cell>
20398 </row>
20399 <row>
20400 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20401 \begin_inset Text
20402
20403 \begin_layout Plain Layout
20404
20405 \backslash
20406 varphi
20407 \end_layout
20408
20409 \end_inset
20410 </cell>
20411 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20412 \begin_inset Text
20413
20414 \begin_layout Plain Layout
20415 \begin_inset Formula $\varphi$
20416 \end_inset
20417
20418
20419 \end_layout
20420
20421 \end_inset
20422 </cell>
20423 </row>
20424 <row>
20425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20426 \begin_inset Text
20427
20428 \begin_layout Plain Layout
20429
20430 \backslash
20431 chi
20432 \end_layout
20433
20434 \end_inset
20435 </cell>
20436 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20437 \begin_inset Text
20438
20439 \begin_layout Plain Layout
20440 \begin_inset Formula $\chi$
20441 \end_inset
20442
20443
20444 \end_layout
20445
20446 \end_inset
20447 </cell>
20448 </row>
20449 <row>
20450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20451 \begin_inset Text
20452
20453 \begin_layout Plain Layout
20454
20455 \backslash
20456 psi
20457 \end_layout
20458
20459 \end_inset
20460 </cell>
20461 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20462 \begin_inset Text
20463
20464 \begin_layout Plain Layout
20465 \begin_inset Formula $\psi$
20466 \end_inset
20467
20468
20469 \end_layout
20470
20471 \end_inset
20472 </cell>
20473 </row>
20474 <row>
20475 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20476 \begin_inset Text
20477
20478 \begin_layout Plain Layout
20479
20480 \backslash
20481 omega
20482 \end_layout
20483
20484 \end_inset
20485 </cell>
20486 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20487 \begin_inset Text
20488
20489 \begin_layout Plain Layout
20490 \begin_inset Formula $\omega$
20491 \end_inset
20492
20493
20494 \end_layout
20495
20496 \end_inset
20497 </cell>
20498 </row>
20499 </lyxtabular>
20500
20501 \end_inset
20502
20503
20504 \begin_inset space \hfill{}
20505 \end_inset
20506
20507
20508 \end_layout
20509
20510 \begin_layout Standard
20511 \begin_inset VSpace medskip
20512 \end_inset
20513
20514
20515 \end_layout
20516
20517 \begin_layout Standard
20518 How to create special upright Greek letters is explained in 
20519 \begin_inset CommandInset ref
20520 LatexCommand ref
20521 reference "subsec:Upright-small-Greek"
20522
20523 \end_inset
20524
20525 .
20526 \end_layout
20527
20528 \begin_layout Subsection
20529 Big Letters
20530 \begin_inset Index idx
20531 status collapsed
20532
20533 \begin_layout Plain Layout
20534 Greek letters ! big
20535 \end_layout
20536
20537 \end_inset
20538
20539
20540 \end_layout
20541
20542 \begin_layout Standard
20543 \begin_inset space \hfill{}
20544 \end_inset
20545
20546
20547 \begin_inset Tabular
20548 <lyxtabular version="3" rows="7" columns="2">
20549 <features booktabs="true" tabularvalignment="middle">
20550 <column alignment="center" valignment="top" width="0pt">
20551 <column alignment="center" valignment="top" width="0pt">
20552 <row>
20553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20554 \begin_inset Text
20555
20556 \begin_layout Plain Layout
20557 Command
20558 \end_layout
20559
20560 \end_inset
20561 </cell>
20562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20563 \begin_inset Text
20564
20565 \begin_layout Plain Layout
20566 Result
20567 \end_layout
20568
20569 \end_inset
20570 </cell>
20571 </row>
20572 <row>
20573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20574 \begin_inset Text
20575
20576 \begin_layout Plain Layout
20577
20578 \backslash
20579 Gamma
20580 \end_layout
20581
20582 \end_inset
20583 </cell>
20584 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20585 \begin_inset Text
20586
20587 \begin_layout Plain Layout
20588 \begin_inset Formula $\Gamma$
20589 \end_inset
20590
20591
20592 \end_layout
20593
20594 \end_inset
20595 </cell>
20596 </row>
20597 <row>
20598 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20599 \begin_inset Text
20600
20601 \begin_layout Plain Layout
20602
20603 \backslash
20604 Delta
20605 \end_layout
20606
20607 \end_inset
20608 </cell>
20609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20610 \begin_inset Text
20611
20612 \begin_layout Plain Layout
20613 \begin_inset Formula $\Delta$
20614 \end_inset
20615
20616
20617 \end_layout
20618
20619 \end_inset
20620 </cell>
20621 </row>
20622 <row>
20623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20624 \begin_inset Text
20625
20626 \begin_layout Plain Layout
20627
20628 \backslash
20629 Theta
20630 \end_layout
20631
20632 \end_inset
20633 </cell>
20634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20635 \begin_inset Text
20636
20637 \begin_layout Plain Layout
20638 \begin_inset Formula $\Theta$
20639 \end_inset
20640
20641
20642 \end_layout
20643
20644 \end_inset
20645 </cell>
20646 </row>
20647 <row>
20648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20649 \begin_inset Text
20650
20651 \begin_layout Plain Layout
20652
20653 \backslash
20654 Lambda
20655 \end_layout
20656
20657 \end_inset
20658 </cell>
20659 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20660 \begin_inset Text
20661
20662 \begin_layout Plain Layout
20663 \begin_inset Formula $\Lambda$
20664 \end_inset
20665
20666
20667 \end_layout
20668
20669 \end_inset
20670 </cell>
20671 </row>
20672 <row>
20673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20674 \begin_inset Text
20675
20676 \begin_layout Plain Layout
20677
20678 \backslash
20679 Xi
20680 \end_layout
20681
20682 \end_inset
20683 </cell>
20684 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20685 \begin_inset Text
20686
20687 \begin_layout Plain Layout
20688 \begin_inset Formula $\Xi$
20689 \end_inset
20690
20691
20692 \end_layout
20693
20694 \end_inset
20695 </cell>
20696 </row>
20697 <row>
20698 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20699 \begin_inset Text
20700
20701 \begin_layout Plain Layout
20702
20703 \backslash
20704 Pi
20705 \end_layout
20706
20707 \end_inset
20708 </cell>
20709 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20710 \begin_inset Text
20711
20712 \begin_layout Plain Layout
20713 \begin_inset Formula $\Pi$
20714 \end_inset
20715
20716
20717 \end_layout
20718
20719 \end_inset
20720 </cell>
20721 </row>
20722 </lyxtabular>
20723
20724 \end_inset
20725
20726
20727 \begin_inset space \hfill{}
20728 \end_inset
20729
20730
20731 \begin_inset Tabular
20732 <lyxtabular version="3" rows="6" columns="2">
20733 <features booktabs="true" tabularvalignment="middle">
20734 <column alignment="center" valignment="top" width="0pt">
20735 <column alignment="center" valignment="top" width="0pt">
20736 <row>
20737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20738 \begin_inset Text
20739
20740 \begin_layout Plain Layout
20741 Command
20742 \end_layout
20743
20744 \end_inset
20745 </cell>
20746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20747 \begin_inset Text
20748
20749 \begin_layout Plain Layout
20750 Result
20751 \end_layout
20752
20753 \end_inset
20754 </cell>
20755 </row>
20756 <row>
20757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20758 \begin_inset Text
20759
20760 \begin_layout Plain Layout
20761
20762 \backslash
20763 Sigma
20764 \end_layout
20765
20766 \end_inset
20767 </cell>
20768 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20769 \begin_inset Text
20770
20771 \begin_layout Plain Layout
20772 \begin_inset Formula $\Sigma$
20773 \end_inset
20774
20775
20776 \end_layout
20777
20778 \end_inset
20779 </cell>
20780 </row>
20781 <row>
20782 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20783 \begin_inset Text
20784
20785 \begin_layout Plain Layout
20786
20787 \backslash
20788 Upsilon
20789 \end_layout
20790
20791 \end_inset
20792 </cell>
20793 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20794 \begin_inset Text
20795
20796 \begin_layout Plain Layout
20797 \begin_inset Formula $\Upsilon$
20798 \end_inset
20799
20800
20801 \end_layout
20802
20803 \end_inset
20804 </cell>
20805 </row>
20806 <row>
20807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20808 \begin_inset Text
20809
20810 \begin_layout Plain Layout
20811
20812 \backslash
20813 Phi
20814 \end_layout
20815
20816 \end_inset
20817 </cell>
20818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20819 \begin_inset Text
20820
20821 \begin_layout Plain Layout
20822 \begin_inset Formula $\Phi$
20823 \end_inset
20824
20825
20826 \end_layout
20827
20828 \end_inset
20829 </cell>
20830 </row>
20831 <row>
20832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20833 \begin_inset Text
20834
20835 \begin_layout Plain Layout
20836
20837 \backslash
20838 Psi
20839 \end_layout
20840
20841 \end_inset
20842 </cell>
20843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20844 \begin_inset Text
20845
20846 \begin_layout Plain Layout
20847 \begin_inset Formula $\Psi$
20848 \end_inset
20849
20850
20851 \end_layout
20852
20853 \end_inset
20854 </cell>
20855 </row>
20856 <row>
20857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20858 \begin_inset Text
20859
20860 \begin_layout Plain Layout
20861
20862 \backslash
20863 Omega
20864 \end_layout
20865
20866 \end_inset
20867 </cell>
20868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20869 \begin_inset Text
20870
20871 \begin_layout Plain Layout
20872 \begin_inset Formula $\Omega$
20873 \end_inset
20874
20875
20876 \end_layout
20877
20878 \end_inset
20879 </cell>
20880 </row>
20881 </lyxtabular>
20882
20883 \end_inset
20884
20885
20886 \begin_inset space \hfill{}
20887 \end_inset
20888
20889
20890 \end_layout
20891
20892 \begin_layout Standard
20893 \begin_inset VSpace medskip
20894 \end_inset
20895
20896 That the big Greek letters appear upright is caused by a design bug when
20897  \SpecialChar TeX
20898  was developed.
20899  To get correct italic big letters, begin every command with 
20900 \series bold
20901 var
20902 \series default
20903 .
20904  For example the command 
20905 \series bold
20906
20907 \backslash
20908 varGamma
20909 \series default
20910  produces 
20911 \begin_inset Formula $\varGamma$
20912 \end_inset
20913
20914 .
20915  Another way is to load the package 
20916 \series bold
20917 fixmath
20918 \series default
20919
20920 \begin_inset Foot
20921 status collapsed
20922
20923 \begin_layout Plain Layout
20924
20925 \series bold
20926 fixmath
20927 \series default
20928  is part of the \SpecialChar LaTeX
20929 -package 
20930 \series bold
20931 was
20932 \series default
20933
20934 \begin_inset Index idx
20935 status collapsed
20936
20937 \begin_layout Plain Layout
20938 Packages ! was
20939 \begin_inset ERT
20940 status collapsed
20941
20942 \begin_layout Plain Layout
20943
20944
20945 \backslash
20946 vspace{4mm}
20947 \end_layout
20948
20949 \end_inset
20950
20951
20952 \end_layout
20953
20954 \end_inset
20955
20956 .
20957 \end_layout
20958
20959 \end_inset
20960
20961
20962 \begin_inset Index idx
20963 status collapsed
20964
20965 \begin_layout Plain Layout
20966 Packages ! fixmath
20967 \end_layout
20968
20969 \end_inset
20970
20971  with the \SpecialChar LaTeX
20972 -preamble line
20973 \end_layout
20974
20975 \begin_layout Standard
20976
20977 \series bold
20978
20979 \backslash
20980 usepackage{fixmath}
20981 \end_layout
20982
20983 \begin_layout Standard
20984 Then all big Greek letters in a document will automatically be typeset italic.
20985 \end_layout
20986
20987 \begin_layout Subsection
20988 Bold Letters
20989 \begin_inset Index idx
20990 status collapsed
20991
20992 \begin_layout Plain Layout
20993 Greek letters ! bold
20994 \end_layout
20995
20996 \end_inset
20997
20998
20999 \end_layout
21000
21001 \begin_layout Standard
21002 Greek letters cannot be set with different font styles like Latin letters.
21003  They can only be made bold with the command 
21004 \series bold
21005
21006 \backslash
21007 boldsymbol
21008 \series default
21009
21010 \begin_inset Index idx
21011 status collapsed
21012
21013 \begin_layout Plain Layout
21014 Commands ! B ! 
21015 \backslash
21016 boldsymbol
21017 \end_layout
21018
21019 \end_inset
21020
21021 .
21022 \end_layout
21023
21024 \begin_layout Standard
21025 \align center
21026 \begin_inset Tabular
21027 <lyxtabular version="3" rows="3" columns="2">
21028 <features booktabs="true" tabularvalignment="middle">
21029 <column alignment="center" valignment="top" width="0pt">
21030 <column alignment="center" valignment="top">
21031 <row>
21032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21033 \begin_inset Text
21034
21035 \begin_layout Plain Layout
21036 Command
21037 \end_layout
21038
21039 \end_inset
21040 </cell>
21041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21042 \begin_inset Text
21043
21044 \begin_layout Plain Layout
21045 Result
21046 \end_layout
21047
21048 \end_inset
21049 </cell>
21050 </row>
21051 <row>
21052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21053 \begin_inset Text
21054
21055 \begin_layout Plain Layout
21056
21057 \backslash
21058 Upsilon
21059 \backslash
21060 boldsymbol
21061 \backslash
21062 Upsilon
21063 \end_layout
21064
21065 \end_inset
21066 </cell>
21067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21068 \begin_inset Text
21069
21070 \begin_layout Plain Layout
21071 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21072 \end_inset
21073
21074
21075 \end_layout
21076
21077 \end_inset
21078 </cell>
21079 </row>
21080 <row>
21081 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21082 \begin_inset Text
21083
21084 \begin_layout Plain Layout
21085
21086 \backslash
21087 theta
21088 \backslash
21089 boldsymbol
21090 \backslash
21091 theta
21092 \end_layout
21093
21094 \end_inset
21095 </cell>
21096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21097 \begin_inset Text
21098
21099 \begin_layout Plain Layout
21100 \begin_inset Formula $\theta\boldsymbol{\theta}$
21101 \end_inset
21102
21103
21104 \end_layout
21105
21106 \end_inset
21107 </cell>
21108 </row>
21109 </lyxtabular>
21110
21111 \end_inset
21112
21113
21114 \end_layout
21115
21116 \begin_layout Section
21117 Symbols
21118 \begin_inset ERT
21119 status collapsed
21120
21121 \begin_layout Plain Layout
21122
21123
21124 \backslash
21125 texorpdfstring{
21126 \end_layout
21127
21128 \end_inset
21129
21130
21131 \begin_inset Foot
21132 status collapsed
21133
21134 \begin_layout Plain Layout
21135 A list with all symbols of most of the \SpecialChar LaTeX
21136 -packages can be found in 
21137 \begin_inset CommandInset citation
21138 LatexCommand cite
21139 key "Symbols"
21140 literal "true"
21141
21142 \end_inset
21143
21144 .
21145 \end_layout
21146
21147 \end_inset
21148
21149
21150 \begin_inset ERT
21151 status collapsed
21152
21153 \begin_layout Plain Layout
21154
21155 }{}
21156 \end_layout
21157
21158 \end_inset
21159
21160
21161 \begin_inset Note Note
21162 status collapsed
21163
21164 \begin_layout Plain Layout
21165
21166 \backslash
21167 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21168 \end_layout
21169
21170 \begin_layout Plain Layout
21171 More about 
21172 \backslash
21173 texorpdfstring is in section 
21174 \begin_inset CommandInset ref
21175 LatexCommand ref
21176 reference "subsec:Formulas-in-Section"
21177
21178 \end_inset
21179
21180 .
21181 \end_layout
21182
21183 \end_inset
21184
21185
21186 \begin_inset Index idx
21187 status collapsed
21188
21189 \begin_layout Plain Layout
21190 Symbols
21191 \end_layout
21192
21193 \end_inset
21194
21195
21196 \end_layout
21197
21198 \begin_layout Standard
21199 Many of the symbols listed in this section can also be inserted via the
21200  toolbar buttons 
21201 \begin_inset Info
21202 type  "icon"
21203 arg   "math-insert \\nabla"
21204 \end_inset
21205
21206  and 
21207 \begin_inset Info
21208 type  "icon"
21209 arg   "math-insert \\digamma"
21210 \end_inset
21211
21212 .
21213 \end_layout
21214
21215 \begin_layout Subsection
21216 Mathematical Symbols
21217 \begin_inset CommandInset label
21218 LatexCommand label
21219 name "subsec:Mathematical-Symbols"
21220
21221 \end_inset
21222
21223
21224 \begin_inset Index idx
21225 status collapsed
21226
21227 \begin_layout Plain Layout
21228 Symbols ! mathematical
21229 \end_layout
21230
21231 \end_inset
21232
21233
21234 \end_layout
21235
21236 \begin_layout Standard
21237 \begin_inset Tabular
21238 <lyxtabular version="3" rows="10" columns="2">
21239 <features booktabs="true" tabularvalignment="middle">
21240 <column alignment="center" valignment="top" width="0pt">
21241 <column alignment="center" valignment="top" width="0pt">
21242 <row>
21243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21244 \begin_inset Text
21245
21246 \begin_layout Plain Layout
21247 Command
21248 \end_layout
21249
21250 \end_inset
21251 </cell>
21252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21253 \begin_inset Text
21254
21255 \begin_layout Plain Layout
21256 Symbol
21257 \end_layout
21258
21259 \end_inset
21260 </cell>
21261 </row>
21262 <row>
21263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21264 \begin_inset Text
21265
21266 \begin_layout Plain Layout
21267
21268 \backslash
21269 neg
21270 \end_layout
21271
21272 \end_inset
21273 </cell>
21274 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278 \begin_inset Formula $\neg$
21279 \end_inset
21280
21281
21282 \end_layout
21283
21284 \end_inset
21285 </cell>
21286 </row>
21287 <row>
21288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21289 \begin_inset Text
21290
21291 \begin_layout Plain Layout
21292
21293 \backslash
21294 Im
21295 \end_layout
21296
21297 \end_inset
21298 </cell>
21299 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21300 \begin_inset Text
21301
21302 \begin_layout Plain Layout
21303 \begin_inset Formula $\Im$
21304 \end_inset
21305
21306
21307 \end_layout
21308
21309 \end_inset
21310 </cell>
21311 </row>
21312 <row>
21313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21314 \begin_inset Text
21315
21316 \begin_layout Plain Layout
21317
21318 \backslash
21319 Re
21320 \end_layout
21321
21322 \end_inset
21323 </cell>
21324 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21325 \begin_inset Text
21326
21327 \begin_layout Plain Layout
21328 \begin_inset Formula $\Re$
21329 \end_inset
21330
21331
21332 \end_layout
21333
21334 \end_inset
21335 </cell>
21336 </row>
21337 <row>
21338 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21339 \begin_inset Text
21340
21341 \begin_layout Plain Layout
21342
21343 \backslash
21344 aleph
21345 \end_layout
21346
21347 \end_inset
21348 </cell>
21349 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21350 \begin_inset Text
21351
21352 \begin_layout Plain Layout
21353 \begin_inset Formula $\aleph$
21354 \end_inset
21355
21356
21357 \end_layout
21358
21359 \end_inset
21360 </cell>
21361 </row>
21362 <row>
21363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Plain Layout
21367
21368 \backslash
21369 partial
21370 \end_layout
21371
21372 \end_inset
21373 </cell>
21374 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21375 \begin_inset Text
21376
21377 \begin_layout Plain Layout
21378 \begin_inset Formula $\partial$
21379 \end_inset
21380
21381
21382 \end_layout
21383
21384 \end_inset
21385 </cell>
21386 </row>
21387 <row>
21388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21389 \begin_inset Text
21390
21391 \begin_layout Plain Layout
21392
21393 \backslash
21394 infty
21395 \end_layout
21396
21397 \end_inset
21398 </cell>
21399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21400 \begin_inset Text
21401
21402 \begin_layout Plain Layout
21403 \begin_inset Formula $\infty$
21404 \end_inset
21405
21406
21407 \end_layout
21408
21409 \end_inset
21410 </cell>
21411 </row>
21412 <row>
21413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21414 \begin_inset Text
21415
21416 \begin_layout Plain Layout
21417
21418 \backslash
21419 wp
21420 \end_layout
21421
21422 \end_inset
21423 </cell>
21424 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21425 \begin_inset Text
21426
21427 \begin_layout Plain Layout
21428 \begin_inset Formula $\wp$
21429 \end_inset
21430
21431
21432 \end_layout
21433
21434 \end_inset
21435 </cell>
21436 </row>
21437 <row>
21438 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21439 \begin_inset Text
21440
21441 \begin_layout Plain Layout
21442
21443 \backslash
21444 imath
21445 \end_layout
21446
21447 \end_inset
21448 </cell>
21449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21450 \begin_inset Text
21451
21452 \begin_layout Plain Layout
21453 \begin_inset Formula $\imath$
21454 \end_inset
21455
21456
21457 \end_layout
21458
21459 \end_inset
21460 </cell>
21461 </row>
21462 <row>
21463 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21464 \begin_inset Text
21465
21466 \begin_layout Plain Layout
21467
21468 \backslash
21469 jmath
21470 \end_layout
21471
21472 \end_inset
21473 </cell>
21474 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21475 \begin_inset Text
21476
21477 \begin_layout Plain Layout
21478 \begin_inset Formula $\jmath$
21479 \end_inset
21480
21481
21482 \end_layout
21483
21484 \end_inset
21485 </cell>
21486 </row>
21487 </lyxtabular>
21488
21489 \end_inset
21490
21491
21492 \begin_inset space \hfill{}
21493 \end_inset
21494
21495
21496 \begin_inset Tabular
21497 <lyxtabular version="3" rows="10" columns="2">
21498 <features booktabs="true" tabularvalignment="middle">
21499 <column alignment="center" valignment="top" width="0pt">
21500 <column alignment="center" valignment="top" width="0pt">
21501 <row>
21502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21503 \begin_inset Text
21504
21505 \begin_layout Plain Layout
21506 Command
21507 \end_layout
21508
21509 \end_inset
21510 </cell>
21511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21512 \begin_inset Text
21513
21514 \begin_layout Plain Layout
21515 Symbol
21516 \begin_inset Note Note
21517 status collapsed
21518
21519 \begin_layout Plain Layout
21520
21521 \series bold
21522
21523 \backslash
21524 raisebox
21525 \series default
21526  is only used as spacer.
21527 \end_layout
21528
21529 \end_inset
21530
21531
21532 \end_layout
21533
21534 \end_inset
21535 </cell>
21536 </row>
21537 <row>
21538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21539 \begin_inset Text
21540
21541 \begin_layout Plain Layout
21542
21543 \backslash
21544 forall
21545 \end_layout
21546
21547 \end_inset
21548 </cell>
21549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21550 \begin_inset Text
21551
21552 \begin_layout Plain Layout
21553 \begin_inset Formula $\forall$
21554 \end_inset
21555
21556
21557 \end_layout
21558
21559 \end_inset
21560 </cell>
21561 </row>
21562 <row>
21563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21564 \begin_inset Text
21565
21566 \begin_layout Plain Layout
21567
21568 \backslash
21569 exists
21570 \end_layout
21571
21572 \end_inset
21573 </cell>
21574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21575 \begin_inset Text
21576
21577 \begin_layout Plain Layout
21578 \begin_inset Formula $\exists$
21579 \end_inset
21580
21581
21582 \end_layout
21583
21584 \end_inset
21585 </cell>
21586 </row>
21587 <row>
21588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21589 \begin_inset Text
21590
21591 \begin_layout Plain Layout
21592
21593 \backslash
21594 nexists
21595 \end_layout
21596
21597 \end_inset
21598 </cell>
21599 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21600 \begin_inset Text
21601
21602 \begin_layout Plain Layout
21603 \begin_inset Formula $\nexists$
21604 \end_inset
21605
21606
21607 \end_layout
21608
21609 \end_inset
21610 </cell>
21611 </row>
21612 <row>
21613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21614 \begin_inset Text
21615
21616 \begin_layout Plain Layout
21617
21618 \backslash
21619 emptyset
21620 \end_layout
21621
21622 \end_inset
21623 </cell>
21624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21625 \begin_inset Text
21626
21627 \begin_layout Plain Layout
21628 \begin_inset Formula $\emptyset$
21629 \end_inset
21630
21631
21632 \end_layout
21633
21634 \end_inset
21635 </cell>
21636 </row>
21637 <row>
21638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21639 \begin_inset Text
21640
21641 \begin_layout Plain Layout
21642
21643 \backslash
21644 varnothing
21645 \end_layout
21646
21647 \end_inset
21648 </cell>
21649 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21650 \begin_inset Text
21651
21652 \begin_layout Plain Layout
21653 \begin_inset Formula $\varnothing$
21654 \end_inset
21655
21656
21657 \end_layout
21658
21659 \end_inset
21660 </cell>
21661 </row>
21662 <row>
21663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21664 \begin_inset Text
21665
21666 \begin_layout Plain Layout
21667
21668 \backslash
21669 dag
21670 \end_layout
21671
21672 \end_inset
21673 </cell>
21674 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21675 \begin_inset Text
21676
21677 \begin_layout Plain Layout
21678 \begin_inset Formula $\dag$
21679 \end_inset
21680
21681
21682 \end_layout
21683
21684 \end_inset
21685 </cell>
21686 </row>
21687 <row>
21688 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21689 \begin_inset Text
21690
21691 \begin_layout Plain Layout
21692
21693 \backslash
21694 ddag
21695 \end_layout
21696
21697 \end_inset
21698 </cell>
21699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21700 \begin_inset Text
21701
21702 \begin_layout Plain Layout
21703 \begin_inset Formula $\ddag$
21704 \end_inset
21705
21706
21707 \end_layout
21708
21709 \end_inset
21710 </cell>
21711 </row>
21712 <row>
21713 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21714 \begin_inset Text
21715
21716 \begin_layout Plain Layout
21717
21718 \backslash
21719 complement
21720 \end_layout
21721
21722 \end_inset
21723 </cell>
21724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21725 \begin_inset Text
21726
21727 \begin_layout Plain Layout
21728 \begin_inset ERT
21729 status collapsed
21730
21731 \begin_layout Plain Layout
21732
21733
21734 \backslash
21735 raisebox{-0.8mm}{
21736 \end_layout
21737
21738 \end_inset
21739
21740
21741 \begin_inset Formula $\complement$
21742 \end_inset
21743
21744
21745 \begin_inset ERT
21746 status collapsed
21747
21748 \begin_layout Plain Layout
21749
21750 }
21751 \end_layout
21752
21753 \end_inset
21754
21755
21756 \end_layout
21757
21758 \end_inset
21759 </cell>
21760 </row>
21761 <row>
21762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21763 \begin_inset Text
21764
21765 \begin_layout Plain Layout
21766
21767 \backslash
21768 Bbbk
21769 \end_layout
21770
21771 \end_inset
21772 </cell>
21773 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21774 \begin_inset Text
21775
21776 \begin_layout Plain Layout
21777 \begin_inset Formula $\Bbbk$
21778 \end_inset
21779
21780
21781 \end_layout
21782
21783 \end_inset
21784 </cell>
21785 </row>
21786 </lyxtabular>
21787
21788 \end_inset
21789
21790
21791 \begin_inset space \hfill{}
21792 \end_inset
21793
21794
21795 \begin_inset Tabular
21796 <lyxtabular version="3" rows="10" columns="2">
21797 <features booktabs="true" tabularvalignment="middle">
21798 <column alignment="center" valignment="top" width="0pt">
21799 <column alignment="center" valignment="top" width="0pt">
21800 <row>
21801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21802 \begin_inset Text
21803
21804 \begin_layout Plain Layout
21805 Command
21806 \end_layout
21807
21808 \end_inset
21809 </cell>
21810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21811 \begin_inset Text
21812
21813 \begin_layout Plain Layout
21814 Symbol
21815 \end_layout
21816
21817 \end_inset
21818 </cell>
21819 </row>
21820 <row>
21821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21822 \begin_inset Text
21823
21824 \begin_layout Plain Layout
21825
21826 \backslash
21827 prime
21828 \end_layout
21829
21830 \end_inset
21831 </cell>
21832 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21833 \begin_inset Text
21834
21835 \begin_layout Plain Layout
21836 \begin_inset Formula $\prime$
21837 \end_inset
21838
21839
21840 \end_layout
21841
21842 \end_inset
21843 </cell>
21844 </row>
21845 <row>
21846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21847 \begin_inset Text
21848
21849 \begin_layout Plain Layout
21850
21851 \backslash
21852 backprime
21853 \end_layout
21854
21855 \end_inset
21856 </cell>
21857 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21858 \begin_inset Text
21859
21860 \begin_layout Plain Layout
21861 \begin_inset Formula $\backprime$
21862 \end_inset
21863
21864
21865 \end_layout
21866
21867 \end_inset
21868 </cell>
21869 </row>
21870 <row>
21871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21872 \begin_inset Text
21873
21874 \begin_layout Plain Layout
21875
21876 \backslash
21877 mho
21878 \end_layout
21879
21880 \end_inset
21881 </cell>
21882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21883 \begin_inset Text
21884
21885 \begin_layout Plain Layout
21886 \begin_inset Formula $\mho$
21887 \end_inset
21888
21889
21890 \end_layout
21891
21892 \end_inset
21893 </cell>
21894 </row>
21895 <row>
21896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900
21901 \backslash
21902 triangle
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21908 \begin_inset Text
21909
21910 \begin_layout Plain Layout
21911 \begin_inset Formula $\triangle$
21912 \end_inset
21913
21914
21915 \end_layout
21916
21917 \end_inset
21918 </cell>
21919 </row>
21920 <row>
21921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21922 \begin_inset Text
21923
21924 \begin_layout Plain Layout
21925
21926 \backslash
21927 angle
21928 \end_layout
21929
21930 \end_inset
21931 </cell>
21932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21933 \begin_inset Text
21934
21935 \begin_layout Plain Layout
21936 \begin_inset Formula $\angle$
21937 \end_inset
21938
21939
21940 \end_layout
21941
21942 \end_inset
21943 </cell>
21944 </row>
21945 <row>
21946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21947 \begin_inset Text
21948
21949 \begin_layout Plain Layout
21950
21951 \backslash
21952 measuredangle
21953 \end_layout
21954
21955 \end_inset
21956 </cell>
21957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21958 \begin_inset Text
21959
21960 \begin_layout Plain Layout
21961 \begin_inset Formula $\measuredangle$
21962 \end_inset
21963
21964
21965 \end_layout
21966
21967 \end_inset
21968 </cell>
21969 </row>
21970 <row>
21971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21972 \begin_inset Text
21973
21974 \begin_layout Plain Layout
21975
21976 \backslash
21977 sphericalangle
21978 \end_layout
21979
21980 \end_inset
21981 </cell>
21982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21983 \begin_inset Text
21984
21985 \begin_layout Plain Layout
21986 \begin_inset Formula $\sphericalangle$
21987 \end_inset
21988
21989
21990 \end_layout
21991
21992 \end_inset
21993 </cell>
21994 </row>
21995 <row>
21996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21997 \begin_inset Text
21998
21999 \begin_layout Plain Layout
22000
22001 \backslash
22002 top
22003 \end_layout
22004
22005 \end_inset
22006 </cell>
22007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22008 \begin_inset Text
22009
22010 \begin_layout Plain Layout
22011 \begin_inset Formula $\top$
22012 \end_inset
22013
22014
22015 \end_layout
22016
22017 \end_inset
22018 </cell>
22019 </row>
22020 <row>
22021 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22022 \begin_inset Text
22023
22024 \begin_layout Plain Layout
22025
22026 \backslash
22027 bot
22028 \end_layout
22029
22030 \end_inset
22031 </cell>
22032 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22033 \begin_inset Text
22034
22035 \begin_layout Plain Layout
22036 \begin_inset Formula $\bot$
22037 \end_inset
22038
22039
22040 \end_layout
22041
22042 \end_inset
22043 </cell>
22044 </row>
22045 </lyxtabular>
22046
22047 \end_inset
22048
22049
22050 \end_layout
22051
22052 \begin_layout Subsection
22053 Miscellaneous Symbols
22054 \begin_inset CommandInset label
22055 LatexCommand label
22056 name "subsec:Miscellaneous-Symbols"
22057
22058 \end_inset
22059
22060
22061 \begin_inset Index idx
22062 status collapsed
22063
22064 \begin_layout Plain Layout
22065 Symbols ! miscellaneous
22066 \end_layout
22067
22068 \end_inset
22069
22070
22071 \end_layout
22072
22073 \begin_layout Standard
22074 \noindent
22075 \align center
22076 \begin_inset Tabular
22077 <lyxtabular version="3" rows="10" columns="2">
22078 <features booktabs="true" tabularvalignment="middle">
22079 <column alignment="center" valignment="top" width="0pt">
22080 <column alignment="center" valignment="top" width="0pt">
22081 <row>
22082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22083 \begin_inset Text
22084
22085 \begin_layout Plain Layout
22086 Command
22087 \end_layout
22088
22089 \end_inset
22090 </cell>
22091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22092 \begin_inset Text
22093
22094 \begin_layout Plain Layout
22095 Symbol
22096 \end_layout
22097
22098 \end_inset
22099 </cell>
22100 </row>
22101 <row>
22102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22103 \begin_inset Text
22104
22105 \begin_layout Plain Layout
22106
22107 \backslash
22108 flat
22109 \end_layout
22110
22111 \end_inset
22112 </cell>
22113 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22114 \begin_inset Text
22115
22116 \begin_layout Plain Layout
22117 \begin_inset Formula $\flat$
22118 \end_inset
22119
22120
22121 \end_layout
22122
22123 \end_inset
22124 </cell>
22125 </row>
22126 <row>
22127 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22128 \begin_inset Text
22129
22130 \begin_layout Plain Layout
22131
22132 \backslash
22133 natural
22134 \end_layout
22135
22136 \end_inset
22137 </cell>
22138 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22139 \begin_inset Text
22140
22141 \begin_layout Plain Layout
22142 \begin_inset Formula $\natural$
22143 \end_inset
22144
22145
22146 \end_layout
22147
22148 \end_inset
22149 </cell>
22150 </row>
22151 <row>
22152 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22153 \begin_inset Text
22154
22155 \begin_layout Plain Layout
22156
22157 \backslash
22158 sharp
22159 \end_layout
22160
22161 \end_inset
22162 </cell>
22163 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22164 \begin_inset Text
22165
22166 \begin_layout Plain Layout
22167 \begin_inset Formula $\sharp$
22168 \end_inset
22169
22170
22171 \end_layout
22172
22173 \end_inset
22174 </cell>
22175 </row>
22176 <row>
22177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22178 \begin_inset Text
22179
22180 \begin_layout Plain Layout
22181
22182 \backslash
22183 surd
22184 \end_layout
22185
22186 \end_inset
22187 </cell>
22188 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22189 \begin_inset Text
22190
22191 \begin_layout Plain Layout
22192 \begin_inset Formula $\surd$
22193 \end_inset
22194
22195
22196 \end_layout
22197
22198 \end_inset
22199 </cell>
22200 </row>
22201 <row>
22202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22203 \begin_inset Text
22204
22205 \begin_layout Plain Layout
22206
22207 \backslash
22208 checkmark
22209 \end_layout
22210
22211 \end_inset
22212 </cell>
22213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22214 \begin_inset Text
22215
22216 \begin_layout Plain Layout
22217 \begin_inset Formula $\checkmark$
22218 \end_inset
22219
22220
22221 \end_layout
22222
22223 \end_inset
22224 </cell>
22225 </row>
22226 <row>
22227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22228 \begin_inset Text
22229
22230 \begin_layout Plain Layout
22231
22232 \backslash
22233 yen
22234 \end_layout
22235
22236 \end_inset
22237 </cell>
22238 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22239 \begin_inset Text
22240
22241 \begin_layout Plain Layout
22242 \begin_inset Formula $\yen$
22243 \end_inset
22244
22245
22246 \end_layout
22247
22248 \end_inset
22249 </cell>
22250 </row>
22251 <row>
22252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22253 \begin_inset Text
22254
22255 \begin_layout Plain Layout
22256
22257 \backslash
22258 pounds
22259 \end_layout
22260
22261 \end_inset
22262 </cell>
22263 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22264 \begin_inset Text
22265
22266 \begin_layout Plain Layout
22267 \begin_inset Formula $\pounds$
22268 \end_inset
22269
22270
22271 \end_layout
22272
22273 \end_inset
22274 </cell>
22275 </row>
22276 <row>
22277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22278 \begin_inset Text
22279
22280 \begin_layout Plain Layout
22281 $
22282 \end_layout
22283
22284 \end_inset
22285 </cell>
22286 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22287 \begin_inset Text
22288
22289 \begin_layout Plain Layout
22290 \begin_inset Formula $\$$
22291 \end_inset
22292
22293
22294 \end_layout
22295
22296 \end_inset
22297 </cell>
22298 </row>
22299 <row>
22300 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22301 \begin_inset Text
22302
22303 \begin_layout Plain Layout
22304 §
22305 \end_layout
22306
22307 \end_inset
22308 </cell>
22309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22310 \begin_inset Text
22311
22312 \begin_layout Plain Layout
22313 \begin_inset Formula $§$
22314 \end_inset
22315
22316
22317 \end_layout
22318
22319 \end_inset
22320 </cell>
22321 </row>
22322 </lyxtabular>
22323
22324 \end_inset
22325
22326
22327 \begin_inset space \hfill{}
22328 \end_inset
22329
22330
22331 \begin_inset Tabular
22332 <lyxtabular version="3" rows="10" columns="2">
22333 <features booktabs="true" tabularvalignment="middle">
22334 <column alignment="center" valignment="top" width="0pt">
22335 <column alignment="center" valignment="top">
22336 <row>
22337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22338 \begin_inset Text
22339
22340 \begin_layout Plain Layout
22341 Command
22342 \end_layout
22343
22344 \end_inset
22345 </cell>
22346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22347 \begin_inset Text
22348
22349 \begin_layout Plain Layout
22350 Symbol
22351 \end_layout
22352
22353 \end_inset
22354 </cell>
22355 </row>
22356 <row>
22357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22358 \begin_inset Text
22359
22360 \begin_layout Plain Layout
22361
22362 \backslash
22363 hbar
22364 \end_layout
22365
22366 \end_inset
22367 </cell>
22368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22369 \begin_inset Text
22370
22371 \begin_layout Plain Layout
22372 \begin_inset Formula $\hbar$
22373 \end_inset
22374
22375
22376 \end_layout
22377
22378 \end_inset
22379 </cell>
22380 </row>
22381 <row>
22382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22383 \begin_inset Text
22384
22385 \begin_layout Plain Layout
22386
22387 \backslash
22388 hslash
22389 \end_layout
22390
22391 \end_inset
22392 </cell>
22393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22394 \begin_inset Text
22395
22396 \begin_layout Plain Layout
22397 \begin_inset Formula $\hslash$
22398 \end_inset
22399
22400
22401 \end_layout
22402
22403 \end_inset
22404 </cell>
22405 </row>
22406 <row>
22407 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22408 \begin_inset Text
22409
22410 \begin_layout Plain Layout
22411
22412 \backslash
22413 clubsuit
22414 \end_layout
22415
22416 \end_inset
22417 </cell>
22418 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22419 \begin_inset Text
22420
22421 \begin_layout Plain Layout
22422 \begin_inset Formula $\clubsuit$
22423 \end_inset
22424
22425
22426 \end_layout
22427
22428 \end_inset
22429 </cell>
22430 </row>
22431 <row>
22432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436
22437 \backslash
22438 spadesuit
22439 \end_layout
22440
22441 \end_inset
22442 </cell>
22443 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22444 \begin_inset Text
22445
22446 \begin_layout Plain Layout
22447 \begin_inset Formula $\spadesuit$
22448 \end_inset
22449
22450
22451 \end_layout
22452
22453 \end_inset
22454 </cell>
22455 </row>
22456 <row>
22457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22458 \begin_inset Text
22459
22460 \begin_layout Plain Layout
22461
22462 \backslash
22463 bigstar
22464 \end_layout
22465
22466 \end_inset
22467 </cell>
22468 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22469 \begin_inset Text
22470
22471 \begin_layout Plain Layout
22472 \begin_inset Formula $\bigstar$
22473 \end_inset
22474
22475
22476 \end_layout
22477
22478 \end_inset
22479 </cell>
22480 </row>
22481 <row>
22482 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22483 \begin_inset Text
22484
22485 \begin_layout Plain Layout
22486
22487 \backslash
22488 blacklozenge
22489 \end_layout
22490
22491 \end_inset
22492 </cell>
22493 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22494 \begin_inset Text
22495
22496 \begin_layout Plain Layout
22497 \begin_inset Formula $\blacklozenge$
22498 \end_inset
22499
22500
22501 \end_layout
22502
22503 \end_inset
22504 </cell>
22505 </row>
22506 <row>
22507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22508 \begin_inset Text
22509
22510 \begin_layout Plain Layout
22511
22512 \backslash
22513 blacktriangle
22514 \end_layout
22515
22516 \end_inset
22517 </cell>
22518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22519 \begin_inset Text
22520
22521 \begin_layout Plain Layout
22522 \begin_inset Formula $\blacktriangle$
22523 \end_inset
22524
22525
22526 \end_layout
22527
22528 \end_inset
22529 </cell>
22530 </row>
22531 <row>
22532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22533 \begin_inset Text
22534
22535 \begin_layout Plain Layout
22536
22537 \backslash
22538 blacktiangledown
22539 \end_layout
22540
22541 \end_inset
22542 </cell>
22543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22544 \begin_inset Text
22545
22546 \begin_layout Plain Layout
22547 \begin_inset Formula $\blacktriangledown$
22548 \end_inset
22549
22550
22551 \end_layout
22552
22553 \end_inset
22554 </cell>
22555 </row>
22556 <row>
22557 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22558 \begin_inset Text
22559
22560 \begin_layout Plain Layout
22561
22562 \backslash
22563 bullet
22564 \end_layout
22565
22566 \end_inset
22567 </cell>
22568 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22569 \begin_inset Text
22570
22571 \begin_layout Plain Layout
22572 \begin_inset Formula $\bullet$
22573 \end_inset
22574
22575
22576 \end_layout
22577
22578 \end_inset
22579 </cell>
22580 </row>
22581 </lyxtabular>
22582
22583 \end_inset
22584
22585
22586 \begin_inset space \hfill{}
22587 \end_inset
22588
22589
22590 \begin_inset Tabular
22591 <lyxtabular version="3" rows="10" columns="2">
22592 <features booktabs="true" tabularvalignment="middle">
22593 <column alignment="center" valignment="top" width="0pt">
22594 <column alignment="center" valignment="top" width="0pt">
22595 <row>
22596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22597 \begin_inset Text
22598
22599 \begin_layout Plain Layout
22600 Command
22601 \end_layout
22602
22603 \end_inset
22604 </cell>
22605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22606 \begin_inset Text
22607
22608 \begin_layout Plain Layout
22609 Symbol
22610 \end_layout
22611
22612 \end_inset
22613 </cell>
22614 </row>
22615 <row>
22616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22617 \begin_inset Text
22618
22619 \begin_layout Plain Layout
22620
22621 \backslash
22622 diamondsuit
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22628 \begin_inset Text
22629
22630 \begin_layout Plain Layout
22631 \begin_inset Formula $\diamondsuit$
22632 \end_inset
22633
22634
22635 \end_layout
22636
22637 \end_inset
22638 </cell>
22639 </row>
22640 <row>
22641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22642 \begin_inset Text
22643
22644 \begin_layout Plain Layout
22645
22646 \backslash
22647 Diamond
22648 \end_layout
22649
22650 \end_inset
22651 </cell>
22652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22653 \begin_inset Text
22654
22655 \begin_layout Plain Layout
22656 \begin_inset Formula $\Diamond$
22657 \end_inset
22658
22659
22660 \end_layout
22661
22662 \end_inset
22663 </cell>
22664 </row>
22665 <row>
22666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22667 \begin_inset Text
22668
22669 \begin_layout Plain Layout
22670
22671 \backslash
22672 heartsuit
22673 \end_layout
22674
22675 \end_inset
22676 </cell>
22677 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22678 \begin_inset Text
22679
22680 \begin_layout Plain Layout
22681 \begin_inset Formula $\heartsuit$
22682 \end_inset
22683
22684
22685 \end_layout
22686
22687 \end_inset
22688 </cell>
22689 </row>
22690 <row>
22691 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22692 \begin_inset Text
22693
22694 \begin_layout Plain Layout
22695
22696 \backslash
22697 P
22698 \end_layout
22699
22700 \end_inset
22701 </cell>
22702 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22703 \begin_inset Text
22704
22705 \begin_layout Plain Layout
22706 \begin_inset Formula $\P$
22707 \end_inset
22708
22709
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 </row>
22715 <row>
22716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22717 \begin_inset Text
22718
22719 \begin_layout Plain Layout
22720
22721 \backslash
22722 copyright
22723 \end_layout
22724
22725 \end_inset
22726 </cell>
22727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22728 \begin_inset Text
22729
22730 \begin_layout Plain Layout
22731 \begin_inset Formula $\copyright$
22732 \end_inset
22733
22734
22735 \end_layout
22736
22737 \end_inset
22738 </cell>
22739 </row>
22740 <row>
22741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22742 \begin_inset Text
22743
22744 \begin_layout Plain Layout
22745
22746 \backslash
22747 circledR
22748 \end_layout
22749
22750 \end_inset
22751 </cell>
22752 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22753 \begin_inset Text
22754
22755 \begin_layout Plain Layout
22756 \begin_inset Formula $\circledR$
22757 \end_inset
22758
22759
22760 \end_layout
22761
22762 \end_inset
22763 </cell>
22764 </row>
22765 <row>
22766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22767 \begin_inset Text
22768
22769 \begin_layout Plain Layout
22770
22771 \backslash
22772 maltese
22773 \end_layout
22774
22775 \end_inset
22776 </cell>
22777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22778 \begin_inset Text
22779
22780 \begin_layout Plain Layout
22781 \begin_inset Formula $\maltese$
22782 \end_inset
22783
22784
22785 \end_layout
22786
22787 \end_inset
22788 </cell>
22789 </row>
22790 <row>
22791 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22792 \begin_inset Text
22793
22794 \begin_layout Plain Layout
22795
22796 \backslash
22797 diagup
22798 \end_layout
22799
22800 \end_inset
22801 </cell>
22802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22803 \begin_inset Text
22804
22805 \begin_layout Plain Layout
22806 \begin_inset Formula $\diagup$
22807 \end_inset
22808
22809
22810 \end_layout
22811
22812 \end_inset
22813 </cell>
22814 </row>
22815 <row>
22816 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22817 \begin_inset Text
22818
22819 \begin_layout Plain Layout
22820
22821 \backslash
22822 diagdown
22823 \end_layout
22824
22825 \end_inset
22826 </cell>
22827 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22828 \begin_inset Text
22829
22830 \begin_layout Plain Layout
22831 \begin_inset Formula $\diagdown$
22832 \end_inset
22833
22834
22835 \end_layout
22836
22837 \end_inset
22838 </cell>
22839 </row>
22840 </lyxtabular>
22841
22842 \end_inset
22843
22844
22845 \end_layout
22846
22847 \begin_layout Standard
22848 \begin_inset VSpace medskip
22849 \end_inset
22850
22851
22852 \end_layout
22853
22854 \begin_layout Standard
22855 Some symbols can be displayed in different sizes, see 
22856 \begin_inset CommandInset ref
22857 LatexCommand ref
22858 reference "subsec:Font-Sizes"
22859
22860 \end_inset
22861
22862 .
22863 \end_layout
22864
22865 \begin_layout Subsection
22866 The Euro-Symbol €
22867 \begin_inset Index idx
22868 status collapsed
22869
22870 \begin_layout Plain Layout
22871 Symbols ! Euro-symbol
22872 \end_layout
22873
22874 \end_inset
22875
22876
22877 \begin_inset Index idx
22878 status collapsed
22879
22880 \begin_layout Plain Layout
22881
22882 \backslash
22883 @
22884 \begin_inset ERT
22885 status collapsed
22886
22887 \begin_layout Plain Layout
22888
22889
22890 \backslash
22891 officialeuro
22892 \end_layout
22893
22894 \end_inset
22895
22896
22897 \end_layout
22898
22899 \end_inset
22900
22901
22902 \end_layout
22903
22904 \begin_layout Standard
22905 To use the Euro symbol in formulas, the \SpecialChar LaTeX
22906 -package 
22907 \series bold
22908 eurosym
22909 \series default
22910
22911 \begin_inset Index idx
22912 status collapsed
22913
22914 \begin_layout Plain Layout
22915 Packages ! eurosym
22916 \end_layout
22917
22918 \end_inset
22919
22920  must be installed and loaded with the \SpecialChar LaTeX
22921 -preamble line
22922 \end_layout
22923
22924 \begin_layout Standard
22925
22926 \series bold
22927
22928 \backslash
22929 usepackage[gennarrow]{eurosym}
22930 \end_layout
22931
22932 \begin_layout Standard
22933 The Euro symbol can now be inserted with the command 
22934 \series bold
22935
22936 \backslash
22937 euro
22938 \series default
22939
22940 \begin_inset Index idx
22941 status collapsed
22942
22943 \begin_layout Plain Layout
22944 Commands ! E ! 
22945 \backslash
22946 euro
22947 \end_layout
22948
22949 \end_inset
22950
22951 .
22952 \end_layout
22953
22954 \begin_layout Standard
22955 The Euro symbol can directly be inserted with the € key in mathematical
22956  text, without having 
22957 \series bold
22958 eurosym
22959 \series default
22960  installed.
22961  When 
22962 \series bold
22963 eurosym
22964 \series default
22965  is installed, 
22966 \series bold
22967
22968 \backslash
22969 euro
22970 \series default
22971  can also be inserted in \SpecialChar TeX
22972  mode.
22973  The official currency symbol can then be inserted with the command 
22974 \series bold
22975
22976 \backslash
22977 officialeuro
22978 \series default
22979
22980 \begin_inset Index idx
22981 status collapsed
22982
22983 \begin_layout Plain Layout
22984 Commands ! O ! 
22985 \backslash
22986 officialeuro
22987 \end_layout
22988
22989 \end_inset
22990
22991 , that is only available in \SpecialChar TeX
22992  mode.
22993 \end_layout
22994
22995 \begin_layout Standard
22996 \begin_inset ERT
22997 status collapsed
22998
22999 \begin_layout Plain Layout
23000
23001
23002 \backslash
23003 ifeurosym 
23004 \end_layout
23005
23006 \end_inset
23007
23008
23009 \begin_inset Note Note
23010 status open
23011
23012 \begin_layout Plain Layout
23013 The following table will only be displayed when the \SpecialChar LaTeX
23014 -package 
23015 \series bold
23016 eurosym
23017 \series default
23018  is installed.
23019 \end_layout
23020
23021 \end_inset
23022
23023
23024 \end_layout
23025
23026 \begin_layout Standard
23027 An overview about the different Euro symbols:
23028 \end_layout
23029
23030 \begin_layout Standard
23031 \align center
23032 \begin_inset Tabular
23033 <lyxtabular version="3" rows="4" columns="3">
23034 <features booktabs="true" tabularvalignment="middle">
23035 <column alignment="center" valignment="top" width="0pt">
23036 <column alignment="center" valignment="top" width="0pt">
23037 <column alignment="center" valignment="top" width="0pt">
23038 <row>
23039 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
23040 \begin_inset Text
23041
23042 \begin_layout Plain Layout
23043 \begin_inset ERT
23044 status collapsed
23045
23046 \begin_layout Plain Layout
23047
23048
23049 \backslash
23050 cmidrule[0.08em]{2-3}
23051 \end_layout
23052
23053 \end_inset
23054
23055
23056 \end_layout
23057
23058 \end_inset
23059 </cell>
23060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23061 \begin_inset Text
23062
23063 \begin_layout Plain Layout
23064 Command 
23065 \end_layout
23066
23067 \end_inset
23068 </cell>
23069 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23070 \begin_inset Text
23071
23072 \begin_layout Plain Layout
23073 Symbol
23074 \end_layout
23075
23076 \end_inset
23077 </cell>
23078 </row>
23079 <row>
23080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23081 \begin_inset Text
23082
23083 \begin_layout Plain Layout
23084 formula
23085 \end_layout
23086
23087 \end_inset
23088 </cell>
23089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23090 \begin_inset Text
23091
23092 \begin_layout Plain Layout
23093
23094 \backslash
23095 euro
23096 \end_layout
23097
23098 \end_inset
23099 </cell>
23100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23101 \begin_inset Text
23102
23103 \begin_layout Plain Layout
23104 \begin_inset Formula $\euro$
23105 \end_inset
23106
23107
23108 \end_layout
23109
23110 \end_inset
23111 </cell>
23112 </row>
23113 <row>
23114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23115 \begin_inset Text
23116
23117 \begin_layout Plain Layout
23118 mathematical text
23119 \end_layout
23120
23121 \end_inset
23122 </cell>
23123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23124 \begin_inset Text
23125
23126 \begin_layout Plain Layout
23127
23128 \end_layout
23129
23130 \end_inset
23131 </cell>
23132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23133 \begin_inset Text
23134
23135 \begin_layout Plain Layout
23136 \begin_inset Formula $\mbox{€}$
23137 \end_inset
23138
23139
23140 \end_layout
23141
23142 \end_inset
23143 </cell>
23144 </row>
23145 <row>
23146 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23147 \begin_inset Text
23148
23149 \begin_layout Plain Layout
23150 \SpecialChar TeX
23151  mode
23152 \end_layout
23153
23154 \end_inset
23155 </cell>
23156 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23157 \begin_inset Text
23158
23159 \begin_layout Plain Layout
23160
23161 \backslash
23162 officialeuro
23163 \end_layout
23164
23165 \end_inset
23166 </cell>
23167 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171 \begin_inset ERT
23172 status collapsed
23173
23174 \begin_layout Plain Layout
23175
23176
23177 \backslash
23178 officialeuro
23179 \end_layout
23180
23181 \end_inset
23182
23183
23184 \end_layout
23185
23186 \end_inset
23187 </cell>
23188 </row>
23189 </lyxtabular>
23190
23191 \end_inset
23192
23193
23194 \begin_inset Note Note
23195 status collapsed
23196
23197 \begin_layout Plain Layout
23198
23199 \series bold
23200
23201 \backslash
23202 cmidrule
23203 \series default
23204  is used here only for table borders.
23205  See sec.
23206  
23207 \family sans
23208 Formal Tables
23209 \family default
23210  of the 
23211 \emph on
23212 EmbeddedObjects
23213 \emph default
23214  manual for details.
23215 \end_layout
23216
23217 \end_inset
23218
23219
23220 \end_layout
23221
23222 \begin_layout Standard
23223 \begin_inset ERT
23224 status collapsed
23225
23226 \begin_layout Plain Layout
23227
23228
23229 \backslash
23230 else 
23231 \end_layout
23232
23233 \end_inset
23234
23235
23236 \begin_inset Note Note
23237 status open
23238
23239 \begin_layout Plain Layout
23240 The following will be displayed when the \SpecialChar LaTeX
23241 -package 
23242 \series bold
23243 eurosym
23244 \series default
23245  is not installed:
23246 \end_layout
23247
23248 \end_inset
23249
23250
23251 \end_layout
23252
23253 \begin_layout Standard
23254 You need to install the \SpecialChar LaTeX
23255 -package 
23256 \series bold
23257 eurosym
23258 \series default
23259  to see the rest of this subsection in the output.
23260 \end_layout
23261
23262 \begin_layout Standard
23263 \begin_inset ERT
23264 status collapsed
23265
23266 \begin_layout Plain Layout
23267
23268
23269 \backslash
23270 fi 
23271 \end_layout
23272
23273 \end_inset
23274
23275
23276 \end_layout
23277
23278 \begin_layout Section
23279 Relations
23280 \begin_inset CommandInset label
23281 LatexCommand label
23282 name "sec:Relations"
23283
23284 \end_inset
23285
23286
23287 \begin_inset Index idx
23288 status collapsed
23289
23290 \begin_layout Plain Layout
23291 Relations
23292 \end_layout
23293
23294 \end_inset
23295
23296
23297 \begin_inset Index idx
23298 status collapsed
23299
23300 \begin_layout Plain Layout
23301 Comparisons|see
23302 \begin_inset ERT
23303 status collapsed
23304
23305 \begin_layout Plain Layout
23306
23307 {
23308 \end_layout
23309
23310 \end_inset
23311
23312 Relations
23313 \begin_inset ERT
23314 status collapsed
23315
23316 \begin_layout Plain Layout
23317
23318 }
23319 \end_layout
23320
23321 \end_inset
23322
23323
23324 \end_layout
23325
23326 \end_inset
23327
23328
23329 \end_layout
23330
23331 \begin_layout Standard
23332 All following relations can also be inserted via the toolbar button 
23333 \begin_inset Info
23334 type  "icon"
23335 arg   "math-insert \\leq"
23336 \end_inset
23337
23338 .
23339 \end_layout
23340
23341 \begin_layout Standard
23342 \begin_inset Tabular
23343 <lyxtabular version="3" rows="17" columns="2">
23344 <features booktabs="true" tabularvalignment="middle">
23345 <column alignment="center" valignment="top" width="0pt">
23346 <column alignment="center" valignment="top" width="0pt">
23347 <row>
23348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23349 \begin_inset Text
23350
23351 \begin_layout Plain Layout
23352 Command
23353 \end_layout
23354
23355 \end_inset
23356 </cell>
23357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23358 \begin_inset Text
23359
23360 \begin_layout Plain Layout
23361 Relation
23362 \end_layout
23363
23364 \end_inset
23365 </cell>
23366 </row>
23367 <row>
23368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23369 \begin_inset Text
23370
23371 \begin_layout Plain Layout
23372 <
23373 \end_layout
23374
23375 \end_inset
23376 </cell>
23377 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23378 \begin_inset Text
23379
23380 \begin_layout Plain Layout
23381 \begin_inset Formula $<$
23382 \end_inset
23383
23384
23385 \end_layout
23386
23387 \end_inset
23388 </cell>
23389 </row>
23390 <row>
23391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23392 \begin_inset Text
23393
23394 \begin_layout Plain Layout
23395
23396 \backslash
23397 le
23398 \end_layout
23399
23400 \end_inset
23401 </cell>
23402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23403 \begin_inset Text
23404
23405 \begin_layout Plain Layout
23406 \begin_inset Formula $\le$
23407 \end_inset
23408
23409
23410 \end_layout
23411
23412 \end_inset
23413 </cell>
23414 </row>
23415 <row>
23416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23417 \begin_inset Text
23418
23419 \begin_layout Plain Layout
23420
23421 \backslash
23422 ll
23423 \end_layout
23424
23425 \end_inset
23426 </cell>
23427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23428 \begin_inset Text
23429
23430 \begin_layout Plain Layout
23431 \begin_inset Formula $\ll$
23432 \end_inset
23433
23434
23435 \end_layout
23436
23437 \end_inset
23438 </cell>
23439 </row>
23440 <row>
23441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23442 \begin_inset Text
23443
23444 \begin_layout Plain Layout
23445
23446 \backslash
23447 prec
23448 \end_layout
23449
23450 \end_inset
23451 </cell>
23452 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23453 \begin_inset Text
23454
23455 \begin_layout Plain Layout
23456 \begin_inset Formula $\prec$
23457 \end_inset
23458
23459
23460 \end_layout
23461
23462 \end_inset
23463 </cell>
23464 </row>
23465 <row>
23466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23467 \begin_inset Text
23468
23469 \begin_layout Plain Layout
23470
23471 \backslash
23472 preceq
23473 \end_layout
23474
23475 \end_inset
23476 </cell>
23477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23478 \begin_inset Text
23479
23480 \begin_layout Plain Layout
23481 \begin_inset Formula $\preceq$
23482 \end_inset
23483
23484
23485 \end_layout
23486
23487 \end_inset
23488 </cell>
23489 </row>
23490 <row>
23491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23492 \begin_inset Text
23493
23494 \begin_layout Plain Layout
23495
23496 \backslash
23497 subset
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23503 \begin_inset Text
23504
23505 \begin_layout Plain Layout
23506 \begin_inset Formula $\subset$
23507 \end_inset
23508
23509
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 </row>
23515 <row>
23516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23517 \begin_inset Text
23518
23519 \begin_layout Plain Layout
23520
23521 \backslash
23522 subseteq
23523 \end_layout
23524
23525 \end_inset
23526 </cell>
23527 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23528 \begin_inset Text
23529
23530 \begin_layout Plain Layout
23531 \begin_inset Formula $\subseteq$
23532 \end_inset
23533
23534
23535 \end_layout
23536
23537 \end_inset
23538 </cell>
23539 </row>
23540 <row>
23541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23542 \begin_inset Text
23543
23544 \begin_layout Plain Layout
23545
23546 \backslash
23547 sqsubseteq
23548 \end_layout
23549
23550 \end_inset
23551 </cell>
23552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23553 \begin_inset Text
23554
23555 \begin_layout Plain Layout
23556 \begin_inset Formula $\sqsubseteq$
23557 \end_inset
23558
23559
23560 \end_layout
23561
23562 \end_inset
23563 </cell>
23564 </row>
23565 <row>
23566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23567 \begin_inset Text
23568
23569 \begin_layout Plain Layout
23570
23571 \backslash
23572 in
23573 \end_layout
23574
23575 \end_inset
23576 </cell>
23577 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23578 \begin_inset Text
23579
23580 \begin_layout Plain Layout
23581 \begin_inset Formula $\in$
23582 \end_inset
23583
23584
23585 \end_layout
23586
23587 \end_inset
23588 </cell>
23589 </row>
23590 <row>
23591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23592 \begin_inset Text
23593
23594 \begin_layout Plain Layout
23595
23596 \backslash
23597 vdash
23598 \end_layout
23599
23600 \end_inset
23601 </cell>
23602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23603 \begin_inset Text
23604
23605 \begin_layout Plain Layout
23606 \begin_inset Formula $\vdash$
23607 \end_inset
23608
23609
23610 \end_layout
23611
23612 \end_inset
23613 </cell>
23614 </row>
23615 <row>
23616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23617 \begin_inset Text
23618
23619 \begin_layout Plain Layout
23620
23621 \backslash
23622 smile
23623 \end_layout
23624
23625 \end_inset
23626 </cell>
23627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23628 \begin_inset Text
23629
23630 \begin_layout Plain Layout
23631 \begin_inset Formula $\smile$
23632 \end_inset
23633
23634
23635 \end_layout
23636
23637 \end_inset
23638 </cell>
23639 </row>
23640 <row>
23641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23642 \begin_inset Text
23643
23644 \begin_layout Plain Layout
23645
23646 \backslash
23647 lhd
23648 \end_layout
23649
23650 \end_inset
23651 </cell>
23652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23653 \begin_inset Text
23654
23655 \begin_layout Plain Layout
23656 \begin_inset Formula $\lhd$
23657 \end_inset
23658
23659
23660 \end_layout
23661
23662 \end_inset
23663 </cell>
23664 </row>
23665 <row>
23666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23667 \begin_inset Text
23668
23669 \begin_layout Plain Layout
23670
23671 \backslash
23672 unlhd
23673 \end_layout
23674
23675 \end_inset
23676 </cell>
23677 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23678 \begin_inset Text
23679
23680 \begin_layout Plain Layout
23681 \begin_inset Formula $\unlhd$
23682 \end_inset
23683
23684
23685 \end_layout
23686
23687 \end_inset
23688 </cell>
23689 </row>
23690 <row>
23691 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23692 \begin_inset Text
23693
23694 \begin_layout Plain Layout
23695
23696 \backslash
23697 gtrless
23698 \end_layout
23699
23700 \end_inset
23701 </cell>
23702 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23703 \begin_inset Text
23704
23705 \begin_layout Plain Layout
23706 \begin_inset Formula $\gtrless$
23707 \end_inset
23708
23709
23710 \end_layout
23711
23712 \end_inset
23713 </cell>
23714 </row>
23715 <row>
23716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23717 \begin_inset Text
23718
23719 \begin_layout Plain Layout
23720
23721 \backslash
23722 mid
23723 \end_layout
23724
23725 \end_inset
23726 </cell>
23727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23728 \begin_inset Text
23729
23730 \begin_layout Plain Layout
23731 \begin_inset Formula $\mid$
23732 \end_inset
23733
23734
23735 \end_layout
23736
23737 \end_inset
23738 </cell>
23739 </row>
23740 <row>
23741 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23742 \begin_inset Text
23743
23744 \begin_layout Plain Layout
23745
23746 \backslash
23747 nmid
23748 \end_layout
23749
23750 \end_inset
23751 </cell>
23752 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23753 \begin_inset Text
23754
23755 \begin_layout Plain Layout
23756 \begin_inset Formula $\nmid$
23757 \end_inset
23758
23759
23760 \end_layout
23761
23762 \end_inset
23763 </cell>
23764 </row>
23765 </lyxtabular>
23766
23767 \end_inset
23768
23769
23770 \begin_inset space \hfill{}
23771 \end_inset
23772
23773
23774 \begin_inset Tabular
23775 <lyxtabular version="3" rows="17" columns="2">
23776 <features booktabs="true" tabularvalignment="middle">
23777 <column alignment="center" valignment="top" width="0pt">
23778 <column alignment="center" valignment="top" width="0pt">
23779 <row>
23780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23781 \begin_inset Text
23782
23783 \begin_layout Plain Layout
23784 Command
23785 \end_layout
23786
23787 \end_inset
23788 </cell>
23789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23790 \begin_inset Text
23791
23792 \begin_layout Plain Layout
23793 Relation
23794 \end_layout
23795
23796 \end_inset
23797 </cell>
23798 </row>
23799 <row>
23800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23801 \begin_inset Text
23802
23803 \begin_layout Plain Layout
23804 =
23805 \end_layout
23806
23807 \end_inset
23808 </cell>
23809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23810 \begin_inset Text
23811
23812 \begin_layout Plain Layout
23813 \begin_inset Formula $=$
23814 \end_inset
23815
23816
23817 \end_layout
23818
23819 \end_inset
23820 </cell>
23821 </row>
23822 <row>
23823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23824 \begin_inset Text
23825
23826 \begin_layout Plain Layout
23827
23828 \backslash
23829 not=
23830 \end_layout
23831
23832 \end_inset
23833 </cell>
23834 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23835 \begin_inset Text
23836
23837 \begin_layout Plain Layout
23838 \begin_inset Formula $\not=$
23839 \end_inset
23840
23841
23842 \end_layout
23843
23844 \end_inset
23845 </cell>
23846 </row>
23847 <row>
23848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23849 \begin_inset Text
23850
23851 \begin_layout Plain Layout
23852
23853 \backslash
23854 equiv
23855 \end_layout
23856
23857 \end_inset
23858 </cell>
23859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23860 \begin_inset Text
23861
23862 \begin_layout Plain Layout
23863 \begin_inset Formula $\equiv$
23864 \end_inset
23865
23866
23867 \end_layout
23868
23869 \end_inset
23870 </cell>
23871 </row>
23872 <row>
23873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23874 \begin_inset Text
23875
23876 \begin_layout Plain Layout
23877
23878 \backslash
23879 sim
23880 \end_layout
23881
23882 \end_inset
23883 </cell>
23884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23885 \begin_inset Text
23886
23887 \begin_layout Plain Layout
23888 \begin_inset Formula $\sim$
23889 \end_inset
23890
23891
23892 \end_layout
23893
23894 \end_inset
23895 </cell>
23896 </row>
23897 <row>
23898 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23899 \begin_inset Text
23900
23901 \begin_layout Plain Layout
23902
23903 \backslash
23904 simeq
23905 \end_layout
23906
23907 \end_inset
23908 </cell>
23909 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23910 \begin_inset Text
23911
23912 \begin_layout Plain Layout
23913 \begin_inset Formula $\simeq$
23914 \end_inset
23915
23916
23917 \end_layout
23918
23919 \end_inset
23920 </cell>
23921 </row>
23922 <row>
23923 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23924 \begin_inset Text
23925
23926 \begin_layout Plain Layout
23927
23928 \backslash
23929 approx
23930 \end_layout
23931
23932 \end_inset
23933 </cell>
23934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23935 \begin_inset Text
23936
23937 \begin_layout Plain Layout
23938 \begin_inset Formula $\approx$
23939 \end_inset
23940
23941
23942 \end_layout
23943
23944 \end_inset
23945 </cell>
23946 </row>
23947 <row>
23948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23949 \begin_inset Text
23950
23951 \begin_layout Plain Layout
23952
23953 \backslash
23954 cong
23955 \end_layout
23956
23957 \end_inset
23958 </cell>
23959 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23960 \begin_inset Text
23961
23962 \begin_layout Plain Layout
23963 \begin_inset Formula $\cong$
23964 \end_inset
23965
23966
23967 \end_layout
23968
23969 \end_inset
23970 </cell>
23971 </row>
23972 <row>
23973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23974 \begin_inset Text
23975
23976 \begin_layout Plain Layout
23977
23978 \backslash
23979 bowtie
23980 \end_layout
23981
23982 \end_inset
23983 </cell>
23984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23985 \begin_inset Text
23986
23987 \begin_layout Plain Layout
23988 \begin_inset Formula $\bowtie$
23989 \end_inset
23990
23991
23992 \end_layout
23993
23994 \end_inset
23995 </cell>
23996 </row>
23997 <row>
23998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23999 \begin_inset Text
24000
24001 \begin_layout Plain Layout
24002
24003 \backslash
24004 notin
24005 \end_layout
24006
24007 \end_inset
24008 </cell>
24009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24010 \begin_inset Text
24011
24012 \begin_layout Plain Layout
24013 \begin_inset Formula $\notin$
24014 \end_inset
24015
24016
24017 \end_layout
24018
24019 \end_inset
24020 </cell>
24021 </row>
24022 <row>
24023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24024 \begin_inset Text
24025
24026 \begin_layout Plain Layout
24027
24028 \backslash
24029 perp
24030 \end_layout
24031
24032 \end_inset
24033 </cell>
24034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24035 \begin_inset Text
24036
24037 \begin_layout Plain Layout
24038 \begin_inset Formula $\perp$
24039 \end_inset
24040
24041
24042 \end_layout
24043
24044 \end_inset
24045 </cell>
24046 </row>
24047 <row>
24048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24049 \begin_inset Text
24050
24051 \begin_layout Plain Layout
24052
24053 \backslash
24054 propto
24055 \end_layout
24056
24057 \end_inset
24058 </cell>
24059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24060 \begin_inset Text
24061
24062 \begin_layout Plain Layout
24063 \begin_inset Formula $\propto$
24064 \end_inset
24065
24066
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 </row>
24072 <row>
24073 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24074 \begin_inset Text
24075
24076 \begin_layout Plain Layout
24077
24078 \backslash
24079 asymp
24080 \end_layout
24081
24082 \end_inset
24083 </cell>
24084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24085 \begin_inset Text
24086
24087 \begin_layout Plain Layout
24088 \begin_inset Formula $\asymp$
24089 \end_inset
24090
24091
24092 \end_layout
24093
24094 \end_inset
24095 </cell>
24096 </row>
24097 <row>
24098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24099 \begin_inset Text
24100
24101 \begin_layout Plain Layout
24102
24103 \backslash
24104 doteq
24105 \end_layout
24106
24107 \end_inset
24108 </cell>
24109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24110 \begin_inset Text
24111
24112 \begin_layout Plain Layout
24113 \begin_inset Formula $\doteq$
24114 \end_inset
24115
24116
24117 \end_layout
24118
24119 \end_inset
24120 </cell>
24121 </row>
24122 <row>
24123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24124 \begin_inset Text
24125
24126 \begin_layout Plain Layout
24127
24128 \backslash
24129 circeq
24130 \end_layout
24131
24132 \end_inset
24133 </cell>
24134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24135 \begin_inset Text
24136
24137 \begin_layout Plain Layout
24138 \begin_inset Formula $\circeq$
24139 \end_inset
24140
24141
24142 \end_layout
24143
24144 \end_inset
24145 </cell>
24146 </row>
24147 <row>
24148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24149 \begin_inset Text
24150
24151 \begin_layout Plain Layout
24152
24153 \backslash
24154 models
24155 \end_layout
24156
24157 \end_inset
24158 </cell>
24159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24160 \begin_inset Text
24161
24162 \begin_layout Plain Layout
24163 \begin_inset Formula $\models$
24164 \end_inset
24165
24166
24167 \end_layout
24168
24169 \end_inset
24170 </cell>
24171 </row>
24172 <row>
24173 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24174 \begin_inset Text
24175
24176 \begin_layout Plain Layout
24177
24178 \backslash
24179 widehat=
24180 \end_layout
24181
24182 \end_inset
24183 </cell>
24184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24185 \begin_inset Text
24186
24187 \begin_layout Plain Layout
24188 \begin_inset Formula $\widehat{=}$
24189 \end_inset
24190
24191
24192 \end_layout
24193
24194 \end_inset
24195 </cell>
24196 </row>
24197 </lyxtabular>
24198
24199 \end_inset
24200
24201
24202 \begin_inset space \hfill{}
24203 \end_inset
24204
24205
24206 \begin_inset Tabular
24207 <lyxtabular version="3" rows="17" columns="2">
24208 <features booktabs="true" tabularvalignment="middle">
24209 <column alignment="center" valignment="top" width="0pt">
24210 <column alignment="center" valignment="top" width="0pt">
24211 <row>
24212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24213 \begin_inset Text
24214
24215 \begin_layout Plain Layout
24216 Command
24217 \end_layout
24218
24219 \end_inset
24220 </cell>
24221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24222 \begin_inset Text
24223
24224 \begin_layout Plain Layout
24225 Relation
24226 \end_layout
24227
24228 \end_inset
24229 </cell>
24230 </row>
24231 <row>
24232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24233 \begin_inset Text
24234
24235 \begin_layout Plain Layout
24236 >
24237 \end_layout
24238
24239 \end_inset
24240 </cell>
24241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24242 \begin_inset Text
24243
24244 \begin_layout Plain Layout
24245 \begin_inset Formula $>$
24246 \end_inset
24247
24248
24249 \end_layout
24250
24251 \end_inset
24252 </cell>
24253 </row>
24254 <row>
24255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24256 \begin_inset Text
24257
24258 \begin_layout Plain Layout
24259
24260 \backslash
24261 ge
24262 \end_layout
24263
24264 \end_inset
24265 </cell>
24266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24267 \begin_inset Text
24268
24269 \begin_layout Plain Layout
24270 \begin_inset Formula $\ge$
24271 \end_inset
24272
24273
24274 \end_layout
24275
24276 \end_inset
24277 </cell>
24278 </row>
24279 <row>
24280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24281 \begin_inset Text
24282
24283 \begin_layout Plain Layout
24284
24285 \backslash
24286 gg
24287 \end_layout
24288
24289 \end_inset
24290 </cell>
24291 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24292 \begin_inset Text
24293
24294 \begin_layout Plain Layout
24295 \begin_inset Formula $\gg$
24296 \end_inset
24297
24298
24299 \end_layout
24300
24301 \end_inset
24302 </cell>
24303 </row>
24304 <row>
24305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24306 \begin_inset Text
24307
24308 \begin_layout Plain Layout
24309
24310 \backslash
24311 succ
24312 \end_layout
24313
24314 \end_inset
24315 </cell>
24316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24317 \begin_inset Text
24318
24319 \begin_layout Plain Layout
24320 \begin_inset Formula $\succ$
24321 \end_inset
24322
24323
24324 \end_layout
24325
24326 \end_inset
24327 </cell>
24328 </row>
24329 <row>
24330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24331 \begin_inset Text
24332
24333 \begin_layout Plain Layout
24334
24335 \backslash
24336 succeq
24337 \end_layout
24338
24339 \end_inset
24340 </cell>
24341 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24342 \begin_inset Text
24343
24344 \begin_layout Plain Layout
24345 \begin_inset Formula $\succeq$
24346 \end_inset
24347
24348
24349 \end_layout
24350
24351 \end_inset
24352 </cell>
24353 </row>
24354 <row>
24355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24356 \begin_inset Text
24357
24358 \begin_layout Plain Layout
24359
24360 \backslash
24361 supset
24362 \end_layout
24363
24364 \end_inset
24365 </cell>
24366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24367 \begin_inset Text
24368
24369 \begin_layout Plain Layout
24370 \begin_inset Formula $\supset$
24371 \end_inset
24372
24373
24374 \end_layout
24375
24376 \end_inset
24377 </cell>
24378 </row>
24379 <row>
24380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24381 \begin_inset Text
24382
24383 \begin_layout Plain Layout
24384
24385 \backslash
24386 supseteq
24387 \end_layout
24388
24389 \end_inset
24390 </cell>
24391 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24392 \begin_inset Text
24393
24394 \begin_layout Plain Layout
24395 \begin_inset Formula $\supseteq$
24396 \end_inset
24397
24398
24399 \end_layout
24400
24401 \end_inset
24402 </cell>
24403 </row>
24404 <row>
24405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24406 \begin_inset Text
24407
24408 \begin_layout Plain Layout
24409
24410 \backslash
24411 sqsupseteq
24412 \end_layout
24413
24414 \end_inset
24415 </cell>
24416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24417 \begin_inset Text
24418
24419 \begin_layout Plain Layout
24420 \begin_inset Formula $\sqsupseteq$
24421 \end_inset
24422
24423
24424 \end_layout
24425
24426 \end_inset
24427 </cell>
24428 </row>
24429 <row>
24430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24431 \begin_inset Text
24432
24433 \begin_layout Plain Layout
24434
24435 \backslash
24436 ni
24437 \end_layout
24438
24439 \end_inset
24440 </cell>
24441 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24442 \begin_inset Text
24443
24444 \begin_layout Plain Layout
24445 \begin_inset Formula $\ni$
24446 \end_inset
24447
24448
24449 \end_layout
24450
24451 \end_inset
24452 </cell>
24453 </row>
24454 <row>
24455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24456 \begin_inset Text
24457
24458 \begin_layout Plain Layout
24459
24460 \backslash
24461 dashv
24462 \end_layout
24463
24464 \end_inset
24465 </cell>
24466 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24467 \begin_inset Text
24468
24469 \begin_layout Plain Layout
24470 \begin_inset Formula $\dashv$
24471 \end_inset
24472
24473
24474 \end_layout
24475
24476 \end_inset
24477 </cell>
24478 </row>
24479 <row>
24480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24481 \begin_inset Text
24482
24483 \begin_layout Plain Layout
24484
24485 \backslash
24486 frown
24487 \end_layout
24488
24489 \end_inset
24490 </cell>
24491 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24492 \begin_inset Text
24493
24494 \begin_layout Plain Layout
24495 \begin_inset Formula $\frown$
24496 \end_inset
24497
24498
24499 \end_layout
24500
24501 \end_inset
24502 </cell>
24503 </row>
24504 <row>
24505 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24506 \begin_inset Text
24507
24508 \begin_layout Plain Layout
24509
24510 \backslash
24511 rhd
24512 \end_layout
24513
24514 \end_inset
24515 </cell>
24516 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24517 \begin_inset Text
24518
24519 \begin_layout Plain Layout
24520 \begin_inset Formula $\rhd$
24521 \end_inset
24522
24523
24524 \end_layout
24525
24526 \end_inset
24527 </cell>
24528 </row>
24529 <row>
24530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24531 \begin_inset Text
24532
24533 \begin_layout Plain Layout
24534
24535 \backslash
24536 unrhd
24537 \end_layout
24538
24539 \end_inset
24540 </cell>
24541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24542 \begin_inset Text
24543
24544 \begin_layout Plain Layout
24545 \begin_inset Formula $\unrhd$
24546 \end_inset
24547
24548
24549 \end_layout
24550
24551 \end_inset
24552 </cell>
24553 </row>
24554 <row>
24555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24556 \begin_inset Text
24557
24558 \begin_layout Plain Layout
24559
24560 \backslash
24561 lessgtr
24562 \end_layout
24563
24564 \end_inset
24565 </cell>
24566 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24567 \begin_inset Text
24568
24569 \begin_layout Plain Layout
24570 \begin_inset Formula $\lessgtr$
24571 \end_inset
24572
24573
24574 \end_layout
24575
24576 \end_inset
24577 </cell>
24578 </row>
24579 <row>
24580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24581 \begin_inset Text
24582
24583 \begin_layout Plain Layout
24584
24585 \backslash
24586 parallel
24587 \end_layout
24588
24589 \end_inset
24590 </cell>
24591 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24592 \begin_inset Text
24593
24594 \begin_layout Plain Layout
24595 \begin_inset Formula $\parallel$
24596 \end_inset
24597
24598
24599 \end_layout
24600
24601 \end_inset
24602 </cell>
24603 </row>
24604 <row>
24605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24606 \begin_inset Text
24607
24608 \begin_layout Plain Layout
24609
24610 \backslash
24611 nparallel
24612 \end_layout
24613
24614 \end_inset
24615 </cell>
24616 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24617 \begin_inset Text
24618
24619 \begin_layout Plain Layout
24620 \begin_inset Formula $\nparallel$
24621 \end_inset
24622
24623
24624 \end_layout
24625
24626 \end_inset
24627 </cell>
24628 </row>
24629 </lyxtabular>
24630
24631 \end_inset
24632
24633
24634 \end_layout
24635
24636 \begin_layout Standard
24637 \begin_inset VSpace medskip
24638 \end_inset
24639
24640 The characters 
24641 \series bold
24642
24643 \backslash
24644 lhd
24645 \series default
24646  and 
24647 \series bold
24648
24649 \backslash
24650 rhd
24651 \series default
24652  are bigger than the equal looking operators 
24653 \series bold
24654
24655 \backslash
24656 triangleleft
24657 \series default
24658  and 
24659 \series bold
24660
24661 \backslash
24662 triangleright
24663 \series default
24664 , respectively.
24665 \end_layout
24666
24667 \begin_layout Standard
24668 \SpecialChar LyX
24669  supports also many special relations.
24670  Use the toolbar button 
24671 \begin_inset Info
24672 type  "icon"
24673 arg   "math-insert \\leqq"
24674 \end_inset
24675
24676  to see a list of these relations.
24677 \end_layout
24678
24679 \begin_layout Standard
24680 Relations are, in contrary to symbols, always surrounded by space.
24681 \end_layout
24682
24683 \begin_layout Standard
24684 Relations with labels can be created with the command 
24685 \series bold
24686
24687 \backslash
24688 stackrel
24689 \series default
24690
24691 \begin_inset Index idx
24692 status collapsed
24693
24694 \begin_layout Plain Layout
24695 Commands ! S ! 
24696 \backslash
24697 stackrel
24698 \end_layout
24699
24700 \end_inset
24701
24702 :
24703 \end_layout
24704
24705 \begin_layout Standard
24706 \align center
24707 \begin_inset Tabular
24708 <lyxtabular version="3" rows="2" columns="2">
24709 <features booktabs="true" tabularvalignment="middle">
24710 <column alignment="center" valignment="top" width="0pt">
24711 <column alignment="center" valignment="top">
24712 <row>
24713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24714 \begin_inset Text
24715
24716 \begin_layout Plain Layout
24717 Command
24718 \end_layout
24719
24720 \end_inset
24721 </cell>
24722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24723 \begin_inset Text
24724
24725 \begin_layout Plain Layout
24726 Result
24727 \end_layout
24728
24729 \end_inset
24730 </cell>
24731 </row>
24732 <row topspace="1.5mm">
24733 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24734 \begin_inset Text
24735
24736 \begin_layout Plain Layout
24737 A(r)
24738 \backslash
24739 stackrel
24740 \begin_inset space \textvisiblespace{}
24741 \end_inset
24742
24743 r
24744 \backslash
24745 to
24746 \backslash
24747 infty
24748 \begin_inset space \textvisiblespace{}
24749 \end_inset
24750
24751
24752 \begin_inset Formula $\downarrow$
24753 \end_inset
24754
24755
24756 \backslash
24757 approx
24758 \begin_inset space \textvisiblespace{}
24759 \end_inset
24760
24761
24762 \begin_inset space \textvisiblespace{}
24763 \end_inset
24764
24765 B
24766 \end_layout
24767
24768 \end_inset
24769 </cell>
24770 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24771 \begin_inset Text
24772
24773 \begin_layout Plain Layout
24774 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
24775 \end_inset
24776
24777
24778 \end_layout
24779
24780 \end_inset
24781 </cell>
24782 </row>
24783 </lyxtabular>
24784
24785 \end_inset
24786
24787
24788 \end_layout
24789
24790 \begin_layout Section
24791 Functions
24792 \end_layout
24793
24794 \begin_layout Subsection
24795 Predefined Functions
24796 \begin_inset CommandInset label
24797 LatexCommand label
24798 name "subsec:Predefined-Functions"
24799
24800 \end_inset
24801
24802
24803 \begin_inset Index idx
24804 status collapsed
24805
24806 \begin_layout Plain Layout
24807 Functions ! predefined
24808 \end_layout
24809
24810 \end_inset
24811
24812
24813 \end_layout
24814
24815 \begin_layout Standard
24816 In general, variables are set 
24817 \emph on
24818 italic
24819 \emph default
24820  in mathematical expressions, but not function names, because 
24821 \begin_inset Formula $sin$
24822 \end_inset
24823
24824  could be misunderstood as 
24825 \begin_inset Formula $s\cdot i\cdot n$
24826 \end_inset
24827
24828 .
24829  Therefore there are predefined functions which are additionally a bit separated
24830  from prefactors.
24831  They are inserted as commands starting with a backslash before their name.
24832 \end_layout
24833
24834 \begin_layout Standard
24835 \align center
24836 \begin_inset Tabular
24837 <lyxtabular version="3" rows="2" columns="2">
24838 <features booktabs="true" tabularvalignment="middle">
24839 <column alignment="center" valignment="top" width="0pt">
24840 <column alignment="center" valignment="top" width="0pt">
24841 <row>
24842 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24843 \begin_inset Text
24844
24845 \begin_layout Plain Layout
24846 Command
24847 \end_layout
24848
24849 \end_inset
24850 </cell>
24851 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
24852 \begin_inset Text
24853
24854 \begin_layout Plain Layout
24855 Result
24856 \end_layout
24857
24858 \end_inset
24859 </cell>
24860 </row>
24861 <row>
24862 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24863 \begin_inset Text
24864
24865 \begin_layout Plain Layout
24866 Asin(x)+B
24867 \end_layout
24868
24869 \end_inset
24870 </cell>
24871 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
24872 \begin_inset Text
24873
24874 \begin_layout Plain Layout
24875 \begin_inset Formula $Asin(x)+B$
24876 \end_inset
24877
24878
24879 \end_layout
24880
24881 \end_inset
24882 </cell>
24883 </row>
24884 </lyxtabular>
24885
24886 \end_inset
24887
24888
24889 \begin_inset space \quad{}
24890 \end_inset
24891
24892
24893 \begin_inset Tabular
24894 <lyxtabular version="3" rows="2" columns="2">
24895 <features booktabs="true" tabularvalignment="middle">
24896 <column alignment="center" valignment="top" width="0pt">
24897 <column alignment="center" valignment="top" width="0pt">
24898 <row>
24899 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24900 \begin_inset Text
24901
24902 \begin_layout Plain Layout
24903 Command
24904 \end_layout
24905
24906 \end_inset
24907 </cell>
24908 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24909 \begin_inset Text
24910
24911 \begin_layout Plain Layout
24912 Result
24913 \end_layout
24914
24915 \end_inset
24916 </cell>
24917 </row>
24918 <row>
24919 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24920 \begin_inset Text
24921
24922 \begin_layout Plain Layout
24923 A
24924 \backslash
24925 sin(x)+B
24926 \end_layout
24927
24928 \end_inset
24929 </cell>
24930 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24931 \begin_inset Text
24932
24933 \begin_layout Plain Layout
24934 \begin_inset Formula $A\sin(x)+B$
24935 \end_inset
24936
24937
24938 \end_layout
24939
24940 \end_inset
24941 </cell>
24942 </row>
24943 </lyxtabular>
24944
24945 \end_inset
24946
24947
24948 \end_layout
24949
24950 \begin_layout Standard
24951 The following functions are predefined:
24952 \end_layout
24953
24954 \begin_layout Standard
24955 \begin_inset VSpace -2mm
24956 \end_inset
24957
24958
24959 \end_layout
24960
24961 \begin_layout Standard
24962 \align center
24963 \begin_inset Tabular
24964 <lyxtabular version="3" rows="9" columns="4">
24965 <features booktabs="true" tabularvalignment="middle">
24966 <column alignment="center" valignment="top" width="0pt">
24967 <column alignment="center" valignment="top" width="0pt">
24968 <column alignment="center" valignment="top" width="0pt">
24969 <column alignment="center" valignment="top" width="0pt">
24970 <row>
24971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24972 \begin_inset Text
24973
24974 \begin_layout Plain Layout
24975 Command
24976 \end_layout
24977
24978 \end_inset
24979 </cell>
24980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24981 \begin_inset Text
24982
24983 \begin_layout Plain Layout
24984 Command
24985 \end_layout
24986
24987 \end_inset
24988 </cell>
24989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24990 \begin_inset Text
24991
24992 \begin_layout Plain Layout
24993 Command
24994 \end_layout
24995
24996 \end_inset
24997 </cell>
24998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24999 \begin_inset Text
25000
25001 \begin_layout Plain Layout
25002 Command
25003 \end_layout
25004
25005 \end_inset
25006 </cell>
25007 </row>
25008 <row>
25009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25010 \begin_inset Text
25011
25012 \begin_layout Plain Layout
25013
25014 \backslash
25015 sin
25016 \end_layout
25017
25018 \end_inset
25019 </cell>
25020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25021 \begin_inset Text
25022
25023 \begin_layout Plain Layout
25024
25025 \backslash
25026 sinh
25027 \end_layout
25028
25029 \end_inset
25030 </cell>
25031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25032 \begin_inset Text
25033
25034 \begin_layout Plain Layout
25035
25036 \backslash
25037 arcsin
25038 \end_layout
25039
25040 \end_inset
25041 </cell>
25042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25043 \begin_inset Text
25044
25045 \begin_layout Plain Layout
25046
25047 \backslash
25048 sup
25049 \end_layout
25050
25051 \end_inset
25052 </cell>
25053 </row>
25054 <row>
25055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25056 \begin_inset Text
25057
25058 \begin_layout Plain Layout
25059
25060 \backslash
25061 cos
25062 \end_layout
25063
25064 \end_inset
25065 </cell>
25066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25067 \begin_inset Text
25068
25069 \begin_layout Plain Layout
25070
25071 \backslash
25072 cosh
25073 \end_layout
25074
25075 \end_inset
25076 </cell>
25077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25078 \begin_inset Text
25079
25080 \begin_layout Plain Layout
25081
25082 \backslash
25083 arccos
25084 \end_layout
25085
25086 \end_inset
25087 </cell>
25088 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25089 \begin_inset Text
25090
25091 \begin_layout Plain Layout
25092
25093 \backslash
25094 inf
25095 \end_layout
25096
25097 \end_inset
25098 </cell>
25099 </row>
25100 <row>
25101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25102 \begin_inset Text
25103
25104 \begin_layout Plain Layout
25105
25106 \backslash
25107 tan
25108 \end_layout
25109
25110 \end_inset
25111 </cell>
25112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25113 \begin_inset Text
25114
25115 \begin_layout Plain Layout
25116
25117 \backslash
25118 tanh
25119 \end_layout
25120
25121 \end_inset
25122 </cell>
25123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25124 \begin_inset Text
25125
25126 \begin_layout Plain Layout
25127
25128 \backslash
25129 arctan
25130 \end_layout
25131
25132 \end_inset
25133 </cell>
25134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25135 \begin_inset Text
25136
25137 \begin_layout Plain Layout
25138
25139 \backslash
25140 lim
25141 \end_layout
25142
25143 \end_inset
25144 </cell>
25145 </row>
25146 <row>
25147 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25148 \begin_inset Text
25149
25150 \begin_layout Plain Layout
25151
25152 \backslash
25153 cot
25154 \end_layout
25155
25156 \end_inset
25157 </cell>
25158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25159 \begin_inset Text
25160
25161 \begin_layout Plain Layout
25162
25163 \backslash
25164 coth
25165 \end_layout
25166
25167 \end_inset
25168 </cell>
25169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25170 \begin_inset Text
25171
25172 \begin_layout Plain Layout
25173
25174 \backslash
25175 arg
25176 \end_layout
25177
25178 \end_inset
25179 </cell>
25180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25181 \begin_inset Text
25182
25183 \begin_layout Plain Layout
25184
25185 \backslash
25186 liminf
25187 \end_layout
25188
25189 \end_inset
25190 </cell>
25191 </row>
25192 <row>
25193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25194 \begin_inset Text
25195
25196 \begin_layout Plain Layout
25197
25198 \backslash
25199 sec
25200 \end_layout
25201
25202 \end_inset
25203 </cell>
25204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25205 \begin_inset Text
25206
25207 \begin_layout Plain Layout
25208
25209 \backslash
25210 min
25211 \end_layout
25212
25213 \end_inset
25214 </cell>
25215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25216 \begin_inset Text
25217
25218 \begin_layout Plain Layout
25219
25220 \backslash
25221 deg
25222 \end_layout
25223
25224 \end_inset
25225 </cell>
25226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25227 \begin_inset Text
25228
25229 \begin_layout Plain Layout
25230
25231 \backslash
25232 limsup
25233 \end_layout
25234
25235 \end_inset
25236 </cell>
25237 </row>
25238 <row>
25239 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25240 \begin_inset Text
25241
25242 \begin_layout Plain Layout
25243
25244 \backslash
25245 csc
25246 \end_layout
25247
25248 \end_inset
25249 </cell>
25250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25251 \begin_inset Text
25252
25253 \begin_layout Plain Layout
25254
25255 \backslash
25256 max
25257 \end_layout
25258
25259 \end_inset
25260 </cell>
25261 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25262 \begin_inset Text
25263
25264 \begin_layout Plain Layout
25265
25266 \backslash
25267 det
25268 \end_layout
25269
25270 \end_inset
25271 </cell>
25272 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25273 \begin_inset Text
25274
25275 \begin_layout Plain Layout
25276
25277 \backslash
25278 Pr
25279 \end_layout
25280
25281 \end_inset
25282 </cell>
25283 </row>
25284 <row>
25285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25286 \begin_inset Text
25287
25288 \begin_layout Plain Layout
25289
25290 \backslash
25291 ln
25292 \end_layout
25293
25294 \end_inset
25295 </cell>
25296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25297 \begin_inset Text
25298
25299 \begin_layout Plain Layout
25300
25301 \backslash
25302 exp
25303 \end_layout
25304
25305 \end_inset
25306 </cell>
25307 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25308 \begin_inset Text
25309
25310 \begin_layout Plain Layout
25311
25312 \backslash
25313 dim
25314 \end_layout
25315
25316 \end_inset
25317 </cell>
25318 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25319 \begin_inset Text
25320
25321 \begin_layout Plain Layout
25322
25323 \backslash
25324 hom
25325 \end_layout
25326
25327 \end_inset
25328 </cell>
25329 </row>
25330 <row>
25331 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25332 \begin_inset Text
25333
25334 \begin_layout Plain Layout
25335
25336 \backslash
25337 lg
25338 \end_layout
25339
25340 \end_inset
25341 </cell>
25342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25343 \begin_inset Text
25344
25345 \begin_layout Plain Layout
25346
25347 \backslash
25348 log
25349 \end_layout
25350
25351 \end_inset
25352 </cell>
25353 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25354 \begin_inset Text
25355
25356 \begin_layout Plain Layout
25357
25358 \backslash
25359 ker
25360 \end_layout
25361
25362 \end_inset
25363 </cell>
25364 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25365 \begin_inset Text
25366
25367 \begin_layout Plain Layout
25368
25369 \backslash
25370 gcd
25371 \end_layout
25372
25373 \end_inset
25374 </cell>
25375 </row>
25376 </lyxtabular>
25377
25378 \end_inset
25379
25380
25381 \end_layout
25382
25383 \begin_layout Standard
25384 They can also be inserted with the math toolbar button 
25385 \begin_inset Info
25386 type  "icon"
25387 arg   "math-insert \\functions"
25388 \end_inset
25389
25390 .
25391 \end_layout
25392
25393 \begin_layout Subsection
25394 Self-defined Functions
25395 \begin_inset Index idx
25396 status collapsed
25397
25398 \begin_layout Plain Layout
25399 Functions ! self-defined
25400 \end_layout
25401
25402 \end_inset
25403
25404
25405 \end_layout
25406
25407 \begin_layout Standard
25408 To use a function that is not predefined, like for example the sign function
25409  sgn(x), there are two possibilities:
25410 \end_layout
25411
25412 \begin_layout Itemize
25413 Define the function by inserting the following line to the \SpecialChar LaTeX
25414 -preamble
25415 \begin_inset Foot
25416 status collapsed
25417
25418 \begin_layout Plain Layout
25419 For more about 
25420 \series bold
25421
25422 \backslash
25423 DeclareMathOperator
25424 \series default
25425  see 
25426 \begin_inset CommandInset ref
25427 LatexCommand ref
25428 reference "subsec:Self-defined-Operators"
25429
25430 \end_inset
25431
25432 .
25433 \end_layout
25434
25435 \end_inset
25436
25437
25438 \begin_inset Newline newline
25439 \end_inset
25440
25441
25442 \begin_inset VSpace -3mm
25443 \end_inset
25444
25445
25446 \begin_inset Newline newline
25447 \end_inset
25448
25449
25450 \series bold
25451
25452 \backslash
25453 DeclareMathOperator{
25454 \backslash
25455 sgn}{sgn}
25456 \series default
25457
25458 \begin_inset Index idx
25459 status collapsed
25460
25461 \begin_layout Plain Layout
25462 Commands ! D ! 
25463 \backslash
25464 dbinom@
25465 \backslash
25466 DeclareMathOperator
25467 \end_layout
25468
25469 \end_inset
25470
25471
25472 \begin_inset Newline newline
25473 \end_inset
25474
25475
25476 \begin_inset VSpace -2mm
25477 \end_inset
25478
25479
25480 \begin_inset Newline newline
25481 \end_inset
25482
25483 Now the new defined function can be called with the command 
25484 \series bold
25485
25486 \backslash
25487 sgn
25488 \series default
25489 .
25490 \end_layout
25491
25492 \begin_layout Itemize
25493 Write the formula as usual, mark the formula name, in our example the letters
25494  
25495 \emph on
25496 sgn
25497 \emph default
25498 , and change it to mathematical text.
25499  Finally, a space is inserted between prefactor and function.
25500 \end_layout
25501
25502 \begin_layout Standard
25503 The result is the same with both methods as with a predefined function
25504 \begin_inset Foot
25505 status collapsed
25506
25507 \begin_layout Plain Layout
25508 In \SpecialChar LyX
25509  self-defined functions are displayed red, predefined ones black.
25510 \end_layout
25511
25512 \end_inset
25513
25514 :
25515 \end_layout
25516
25517 \begin_layout Standard
25518 \align center
25519 \begin_inset Tabular
25520 <lyxtabular version="3" rows="3" columns="2">
25521 <features booktabs="true" tabularvalignment="middle">
25522 <column alignment="center" valignment="top" width="0pt">
25523 <column alignment="center" valignment="top" width="0pt">
25524 <row>
25525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25526 \begin_inset Text
25527
25528 \begin_layout Plain Layout
25529 Command
25530 \end_layout
25531
25532 \end_inset
25533 </cell>
25534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25535 \begin_inset Text
25536
25537 \begin_layout Plain Layout
25538 Result
25539 \end_layout
25540
25541 \end_inset
25542 </cell>
25543 </row>
25544 <row>
25545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25546 \begin_inset Text
25547
25548 \begin_layout Plain Layout
25549 A
25550 \backslash
25551 sgn(x)+B
25552 \end_layout
25553
25554 \end_inset
25555 </cell>
25556 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25557 \begin_inset Text
25558
25559 \begin_layout Plain Layout
25560 \begin_inset Formula $A\sgn(x)+B$
25561 \end_inset
25562
25563
25564 \end_layout
25565
25566 \end_inset
25567 </cell>
25568 </row>
25569 <row>
25570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25571 \begin_inset Text
25572
25573 \begin_layout Plain Layout
25574 A
25575 \backslash
25576 ,
25577 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25578 \end_inset
25579
25580 (x)+B
25581 \end_layout
25582
25583 \end_inset
25584 </cell>
25585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25586 \begin_inset Text
25587
25588 \begin_layout Plain Layout
25589 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25590 \end_inset
25591
25592
25593 \end_layout
25594
25595 \end_inset
25596 </cell>
25597 </row>
25598 </lyxtabular>
25599
25600 \end_inset
25601
25602
25603 \end_layout
25604
25605 \begin_layout Standard
25606 The first method is more suitable when the self-defined function should
25607  be used several times.
25608 \end_layout
25609
25610 \begin_layout Subsection
25611 Limits
25612 \begin_inset Index idx
25613 status collapsed
25614
25615 \begin_layout Plain Layout
25616 Limits
25617 \end_layout
25618
25619 \end_inset
25620
25621
25622 \end_layout
25623
25624 \begin_layout Standard
25625 For limits, in addition to the commands 
25626 \series bold
25627
25628 \backslash
25629 lim
25630 \series default
25631
25632 \begin_inset Index idx
25633 status collapsed
25634
25635 \begin_layout Plain Layout
25636 Commands ! L ! 
25637 \backslash
25638 lim
25639 \end_layout
25640
25641 \end_inset
25642
25643
25644 \series bold
25645
25646 \backslash
25647 liminf
25648 \series default
25649  and 
25650 \series bold
25651
25652 \backslash
25653 limsup
25654 \series default
25655  the following functions are defined:
25656 \end_layout
25657
25658 \begin_layout Standard
25659 \align center
25660 \begin_inset Tabular
25661 <lyxtabular version="3" rows="5" columns="2">
25662 <features booktabs="true" tabularvalignment="middle">
25663 <column alignment="center" valignment="top" width="0pt">
25664 <column alignment="center" valignment="top" width="0pt">
25665 <row>
25666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25667 \begin_inset Text
25668
25669 \begin_layout Plain Layout
25670 Command
25671 \end_layout
25672
25673 \end_inset
25674 </cell>
25675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25676 \begin_inset Text
25677
25678 \begin_layout Plain Layout
25679 Result
25680 \end_layout
25681
25682 \end_inset
25683 </cell>
25684 </row>
25685 <row>
25686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25687 \begin_inset Text
25688
25689 \begin_layout Plain Layout
25690
25691 \backslash
25692 varliminf
25693 \end_layout
25694
25695 \end_inset
25696 </cell>
25697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25698 \begin_inset Text
25699
25700 \begin_layout Plain Layout
25701 \begin_inset Formula $\varliminf$
25702 \end_inset
25703
25704
25705 \end_layout
25706
25707 \end_inset
25708 </cell>
25709 </row>
25710 <row topspace="1.5mm">
25711 <cell alignment="center" valignment="top" usebox="none">
25712 \begin_inset Text
25713
25714 \begin_layout Plain Layout
25715
25716 \backslash
25717 varlimsup
25718 \end_layout
25719
25720 \end_inset
25721 </cell>
25722 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25723 \begin_inset Text
25724
25725 \begin_layout Plain Layout
25726 \begin_inset Formula $\varlimsup$
25727 \end_inset
25728
25729
25730 \end_layout
25731
25732 \end_inset
25733 </cell>
25734 </row>
25735 <row topspace="1.5mm">
25736 <cell alignment="center" valignment="top" usebox="none">
25737 \begin_inset Text
25738
25739 \begin_layout Plain Layout
25740
25741 \backslash
25742 varprojlim
25743 \end_layout
25744
25745 \end_inset
25746 </cell>
25747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25748 \begin_inset Text
25749
25750 \begin_layout Plain Layout
25751 \begin_inset Formula $\varprojlim$
25752 \end_inset
25753
25754
25755 \end_layout
25756
25757 \end_inset
25758 </cell>
25759 </row>
25760 <row topspace="1.5mm" bottomspace="1mm">
25761 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25762 \begin_inset Text
25763
25764 \begin_layout Plain Layout
25765
25766 \backslash
25767 varinjlim
25768 \end_layout
25769
25770 \end_inset
25771 </cell>
25772 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25773 \begin_inset Text
25774
25775 \begin_layout Plain Layout
25776 \begin_inset Formula $\varinjlim$
25777 \end_inset
25778
25779
25780 \end_layout
25781
25782 \end_inset
25783 </cell>
25784 </row>
25785 </lyxtabular>
25786
25787 \end_inset
25788
25789
25790 \end_layout
25791
25792 \begin_layout Standard
25793 \begin_inset VSpace medskip
25794 \end_inset
25795
25796 The limit is created by inserting a subscript.
25797  It is set right beside the function in an inline formula:
25798 \end_layout
25799
25800 \begin_layout Standard
25801 \align center
25802 \begin_inset Tabular
25803 <lyxtabular version="3" rows="2" columns="2">
25804 <features booktabs="true" tabularvalignment="middle">
25805 <column alignment="center" valignment="top" width="0pt">
25806 <column alignment="center" valignment="top" width="0pt">
25807 <row>
25808 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25809 \begin_inset Text
25810
25811 \begin_layout Plain Layout
25812 Command
25813 \end_layout
25814
25815 \end_inset
25816 </cell>
25817 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25818 \begin_inset Text
25819
25820 \begin_layout Plain Layout
25821 Result
25822 \end_layout
25823
25824 \end_inset
25825 </cell>
25826 </row>
25827 <row>
25828 <cell alignment="center" valignment="top" usebox="none">
25829 \begin_inset Text
25830
25831 \begin_layout Plain Layout
25832
25833 \backslash
25834 lim_x
25835 \backslash
25836 to
25837 \begin_inset space \textvisiblespace{}
25838 \end_inset
25839
25840 A
25841 \begin_inset space \textvisiblespace{}
25842 \end_inset
25843
25844 x=B
25845 \end_layout
25846
25847 \end_inset
25848 </cell>
25849 <cell alignment="center" valignment="top" usebox="none">
25850 \begin_inset Text
25851
25852 \begin_layout Plain Layout
25853 \begin_inset Formula $\lim_{x\to A}x=B$
25854 \end_inset
25855
25856
25857 \end_layout
25858
25859 \end_inset
25860 </cell>
25861 </row>
25862 </lyxtabular>
25863
25864 \end_inset
25865
25866
25867 \end_layout
25868
25869 \begin_layout Standard
25870 In a displayed formula the limit is set below the formula, as usual:
25871 \begin_inset Formula 
25872 \[
25873 \lim_{x\to A}x=B
25874 \]
25875
25876 \end_inset
25877
25878
25879 \end_layout
25880
25881 \begin_layout Standard
25882 \begin_inset VSpace medskip
25883 \end_inset
25884
25885
25886 \end_layout
25887
25888 \begin_layout Standard
25889 How to adjust the typesetting of the limits see 
25890 \begin_inset CommandInset ref
25891 LatexCommand ref
25892 reference "subsec:Operator-Limits"
25893
25894 \end_inset
25895
25896 .
25897 \end_layout
25898
25899 \begin_layout Subsection
25900 Modulo-Functions
25901 \begin_inset Index idx
25902 status collapsed
25903
25904 \begin_layout Plain Layout
25905 Functions ! modulo-
25906 \end_layout
25907
25908 \end_inset
25909
25910
25911 \end_layout
25912
25913 \begin_layout Standard
25914 The modulo-function is special, because it exists in four variants.
25915  The variants in a displayed formula are:
25916 \begin_inset Formula 
25917 \begin{align*}
25918 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25919 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25920 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25921 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25922 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25923 \end{align*}
25924
25925 \end_inset
25926
25927
25928 \end_layout
25929
25930 \begin_layout Standard
25931 In an inline formula less space is set before the function names for all
25932  variants.
25933  By default the modulo-functions take only the first following character
25934  into account.
25935  To use more than one character, one has to put them into \SpecialChar TeX
25936  braces:
25937 \begin_inset Formula 
25938 \begin{align*}
25939 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25940 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25941 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25942 \end{align*}
25943
25944 \end_inset
25945
25946
25947 \end_layout
25948
25949 \begin_layout Section
25950 Special Characters
25951 \begin_inset Index idx
25952 status collapsed
25953
25954 \begin_layout Plain Layout
25955 Special characters
25956 \end_layout
25957
25958 \end_inset
25959
25960
25961 \end_layout
25962
25963 \begin_layout Standard
25964 The characters ^ and _ would normally create a superscript and subscript,
25965  respectively.
25966  To get these characters you have to insert them with a leading 
25967 \backslash
25968 :
25969 \end_layout
25970
25971 \begin_layout Standard
25972 \noindent
25973 \align center
25974 \begin_inset Tabular
25975 <lyxtabular version="3" rows="3" columns="2">
25976 <features booktabs="true" tabularvalignment="middle">
25977 <column alignment="left" valignment="top" width="0pt">
25978 <column alignment="block" valignment="top">
25979 <row>
25980 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25981 \begin_inset Text
25982
25983 \begin_layout Plain Layout
25984 Command
25985 \end_layout
25986
25987 \end_inset
25988 </cell>
25989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25990 \begin_inset Text
25991
25992 \begin_layout Plain Layout
25993 Result
25994 \end_layout
25995
25996 \end_inset
25997 </cell>
25998 </row>
25999 <row>
26000 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26001 \begin_inset Text
26002
26003 \begin_layout Plain Layout
26004
26005 \backslash
26006 ^
26007 \begin_inset space \textvisiblespace{}
26008 \end_inset
26009
26010
26011 \end_layout
26012
26013 \end_inset
26014 </cell>
26015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26016 \begin_inset Text
26017
26018 \begin_layout Plain Layout
26019 \begin_inset Formula $\mathcircumflex$
26020 \end_inset
26021
26022
26023 \end_layout
26024
26025 \end_inset
26026 </cell>
26027 </row>
26028 <row>
26029 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26030 \begin_inset Text
26031
26032 \begin_layout Plain Layout
26033
26034 \backslash
26035 _
26036 \end_layout
26037
26038 \end_inset
26039 </cell>
26040 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26041 \begin_inset Text
26042
26043 \begin_layout Plain Layout
26044 \begin_inset Formula $\_$
26045 \end_inset
26046
26047
26048 \end_layout
26049
26050 \end_inset
26051 </cell>
26052 </row>
26053 </lyxtabular>
26054
26055 \end_inset
26056
26057
26058 \end_layout
26059
26060 \begin_layout Subsection
26061 Special Characters in Mathematical Text
26062 \end_layout
26063
26064 \begin_layout Standard
26065 The following commands can only be used in mathematical text or in \SpecialChar TeX
26066  mode:
26067 \end_layout
26068
26069 \begin_layout Standard
26070 \begin_inset space \hfill{}
26071 \end_inset
26072
26073
26074 \begin_inset Tabular
26075 <lyxtabular version="3" rows="8" columns="2">
26076 <features booktabs="true" tabularvalignment="middle">
26077 <column alignment="left" valignment="top" width="0pt">
26078 <column alignment="block" valignment="top">
26079 <row>
26080 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26081 \begin_inset Text
26082
26083 \begin_layout Plain Layout
26084 Command
26085 \end_layout
26086
26087 \end_inset
26088 </cell>
26089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26090 \begin_inset Text
26091
26092 \begin_layout Plain Layout
26093 Result
26094 \end_layout
26095
26096 \end_inset
26097 </cell>
26098 </row>
26099 <row>
26100 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26101 \begin_inset Text
26102
26103 \begin_layout Plain Layout
26104
26105 \backslash
26106 oe
26107 \end_layout
26108
26109 \end_inset
26110 </cell>
26111 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26112 \begin_inset Text
26113
26114 \begin_layout Plain Layout
26115 \begin_inset Formula $\textrm{œ}$
26116 \end_inset
26117
26118
26119 \end_layout
26120
26121 \end_inset
26122 </cell>
26123 </row>
26124 <row>
26125 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26126 \begin_inset Text
26127
26128 \begin_layout Plain Layout
26129
26130 \backslash
26131 OE
26132 \end_layout
26133
26134 \end_inset
26135 </cell>
26136 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26137 \begin_inset Text
26138
26139 \begin_layout Plain Layout
26140 \begin_inset Formula $\textrm{Œ}$
26141 \end_inset
26142
26143
26144 \end_layout
26145
26146 \end_inset
26147 </cell>
26148 </row>
26149 <row>
26150 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26151 \begin_inset Text
26152
26153 \begin_layout Plain Layout
26154
26155 \backslash
26156 ae
26157 \end_layout
26158
26159 \end_inset
26160 </cell>
26161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26162 \begin_inset Text
26163
26164 \begin_layout Plain Layout
26165 \begin_inset Formula $\textrm{æ}$
26166 \end_inset
26167
26168
26169 \end_layout
26170
26171 \end_inset
26172 </cell>
26173 </row>
26174 <row>
26175 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26176 \begin_inset Text
26177
26178 \begin_layout Plain Layout
26179
26180 \backslash
26181 AE
26182 \end_layout
26183
26184 \end_inset
26185 </cell>
26186 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26187 \begin_inset Text
26188
26189 \begin_layout Plain Layout
26190 \begin_inset Formula $\textrm{Æ}$
26191 \end_inset
26192
26193
26194 \end_layout
26195
26196 \end_inset
26197 </cell>
26198 </row>
26199 <row>
26200 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26201 \begin_inset Text
26202
26203 \begin_layout Plain Layout
26204
26205 \backslash
26206 aa
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" leftline="true" usebox="none">
26226 \begin_inset Text
26227
26228 \begin_layout Plain Layout
26229
26230 \backslash
26231 AA
26232 \end_layout
26233
26234 \end_inset
26235 </cell>
26236 <cell alignment="center" valignment="top" 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 <row>
26250 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26251 \begin_inset Text
26252
26253 \begin_layout Plain Layout
26254
26255 \backslash
26256 i
26257 \end_layout
26258
26259 \end_inset
26260 </cell>
26261 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26262 \begin_inset Text
26263
26264 \begin_layout Plain Layout
26265 \begin_inset Formula $\textrm{ı}$
26266 \end_inset
26267
26268
26269 \end_layout
26270
26271 \end_inset
26272 </cell>
26273 </row>
26274 </lyxtabular>
26275
26276 \end_inset
26277
26278
26279 \begin_inset space \hfill{}
26280 \end_inset
26281
26282
26283 \begin_inset Tabular
26284 <lyxtabular version="3" rows="8" columns="2">
26285 <features booktabs="true" tabularvalignment="middle">
26286 <column alignment="left" valignment="top" width="0pt">
26287 <column alignment="center" valignment="top">
26288 <row>
26289 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26290 \begin_inset Text
26291
26292 \begin_layout Plain Layout
26293 Command
26294 \begin_inset Note Note
26295 status collapsed
26296
26297 \begin_layout Plain Layout
26298 The space of 0
26299 \begin_inset space \thinspace{}
26300 \end_inset
26301
26302 mm is used for separation, because otherwise the output will be ¡ and ¿
26303  respectively.
26304 \end_layout
26305
26306 \end_inset
26307
26308
26309 \end_layout
26310
26311 \end_inset
26312 </cell>
26313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26314 \begin_inset Text
26315
26316 \begin_layout Plain Layout
26317 Result
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 O
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 \backslash
26405 L
26406 \end_layout
26407
26408 \end_inset
26409 </cell>
26410 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26411 \begin_inset Text
26412
26413 \begin_layout Plain Layout
26414 \begin_inset Formula $\textrm{Ł}$
26415 \end_inset
26416
26417
26418 \end_layout
26419
26420 \end_inset
26421 </cell>
26422 </row>
26423 <row>
26424 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26425 \begin_inset Text
26426
26427 \begin_layout Plain Layout
26428 !
26429 \begin_inset space \hspace{}
26430 \length 0mm
26431 \end_inset
26432
26433 `
26434 \begin_inset space \textvisiblespace{}
26435 \end_inset
26436
26437
26438 \end_layout
26439
26440 \end_inset
26441 </cell>
26442 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26443 \begin_inset Text
26444
26445 \begin_layout Plain Layout
26446 \begin_inset Formula $\textrm{!`}$
26447 \end_inset
26448
26449
26450 \end_layout
26451
26452 \end_inset
26453 </cell>
26454 </row>
26455 <row>
26456 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26457 \begin_inset Text
26458
26459 \begin_layout Plain Layout
26460 ?
26461 \begin_inset space \hspace{}
26462 \length 0mm
26463 \end_inset
26464
26465 `
26466 \begin_inset space \textvisiblespace{}
26467 \end_inset
26468
26469
26470 \end_layout
26471
26472 \end_inset
26473 </cell>
26474 <cell alignment="center" valignment="top" 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 <row>
26488 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26489 \begin_inset Text
26490
26491 \begin_layout Plain Layout
26492
26493 \backslash
26494 j
26495 \end_layout
26496
26497 \end_inset
26498 </cell>
26499 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26500 \begin_inset Text
26501
26502 \begin_layout Plain Layout
26503 \begin_inset Formula $\textrm{ȷ}$
26504 \end_inset
26505
26506
26507 \end_layout
26508
26509 \end_inset
26510 </cell>
26511 </row>
26512 </lyxtabular>
26513
26514 \end_inset
26515
26516
26517 \begin_inset space \hfill{}
26518 \end_inset
26519
26520
26521 \end_layout
26522
26523 \begin_layout Standard
26524 The characters 
26525 \begin_inset Formula $\textrm{Å}$
26526 \end_inset
26527
26528  and 
26529 \begin_inset Formula $\textrm{Ø}$
26530 \end_inset
26531
26532  can also be inserted via the math toolbar button 
26533 \begin_inset Info
26534 type  "icon"
26535 arg   "math-insert \\digamma"
26536 \end_inset
26537
26538 .
26539 \end_layout
26540
26541 \begin_layout Standard
26542 An exception are the commands 
26543 \series bold
26544 !
26545 \begin_inset space \hspace{}
26546 \length 0mm
26547 \end_inset
26548
26549 `
26550 \series default
26551  and 
26552 \series bold
26553 ?
26554 \begin_inset space \hspace{}
26555 \length 0mm
26556 \end_inset
26557
26558 `
26559 \series default
26560 , because they can be inserted in \SpecialChar LyX
26561  directly to text.
26562 \end_layout
26563
26564 \begin_layout Subsection
26565 Accents in Text
26566 \begin_inset CommandInset label
26567 LatexCommand label
26568 name "subsec:Accents-in-Text"
26569
26570 \end_inset
26571
26572
26573 \begin_inset Index idx
26574 status collapsed
26575
26576 \begin_layout Plain Layout
26577 Accents ! in text
26578 \end_layout
26579
26580 \end_inset
26581
26582
26583 \end_layout
26584
26585 \begin_layout Standard
26586 With the following commands all letters can be accented.
26587  The commands must be inserted in \SpecialChar TeX
26588  mode.
26589 \end_layout
26590
26591 \begin_layout Standard
26592 \begin_inset space \hfill{}
26593 \end_inset
26594
26595
26596 \begin_inset Tabular
26597 <lyxtabular version="3" rows="8" columns="2">
26598 <features booktabs="true" tabularvalignment="middle">
26599 <column alignment="left" valignment="top" width="0pt">
26600 <column alignment="block" valignment="top">
26601 <row>
26602 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26603 \begin_inset Text
26604
26605 \begin_layout Plain Layout
26606 Command
26607 \end_layout
26608
26609 \end_inset
26610 </cell>
26611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26612 \begin_inset Text
26613
26614 \begin_layout Plain Layout
26615 Result
26616 \end_layout
26617
26618 \end_inset
26619 </cell>
26620 </row>
26621 <row>
26622 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26623 \begin_inset Text
26624
26625 \begin_layout Plain Layout
26626
26627 \backslash
26628
26629 \begin_inset Quotes grd
26630 \end_inset
26631
26632 e
26633 \end_layout
26634
26635 \end_inset
26636 </cell>
26637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26638 \begin_inset Text
26639
26640 \begin_layout Plain Layout
26641 \begin_inset ERT
26642 status collapsed
26643
26644 \begin_layout Plain Layout
26645
26646
26647 \backslash
26648 "e
26649 \end_layout
26650
26651 \end_inset
26652
26653
26654 \end_layout
26655
26656 \end_inset
26657 </cell>
26658 </row>
26659 <row>
26660 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26661 \begin_inset Text
26662
26663 \begin_layout Plain Layout
26664
26665 \backslash
26666 `e
26667 \end_layout
26668
26669 \end_inset
26670 </cell>
26671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26672 \begin_inset Text
26673
26674 \begin_layout Plain Layout
26675 \begin_inset ERT
26676 status collapsed
26677
26678 \begin_layout Plain Layout
26679
26680
26681 \backslash
26682 `e
26683 \end_layout
26684
26685 \end_inset
26686
26687
26688 \end_layout
26689
26690 \end_inset
26691 </cell>
26692 </row>
26693 <row>
26694 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26695 \begin_inset Text
26696
26697 \begin_layout Plain Layout
26698
26699 \backslash
26700 ^
26701 \begin_inset space \textvisiblespace{}
26702 \end_inset
26703
26704 e
26705 \end_layout
26706
26707 \end_inset
26708 </cell>
26709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26710 \begin_inset Text
26711
26712 \begin_layout Plain Layout
26713 \begin_inset ERT
26714 status collapsed
26715
26716 \begin_layout Plain Layout
26717
26718
26719 \backslash
26720 ^e
26721 \end_layout
26722
26723 \end_inset
26724
26725
26726 \end_layout
26727
26728 \end_inset
26729 </cell>
26730 </row>
26731 <row>
26732 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26733 \begin_inset Text
26734
26735 \begin_layout Plain Layout
26736
26737 \backslash
26738 =e
26739 \end_layout
26740
26741 \end_inset
26742 </cell>
26743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26744 \begin_inset Text
26745
26746 \begin_layout Plain Layout
26747 \begin_inset ERT
26748 status collapsed
26749
26750 \begin_layout Plain Layout
26751
26752
26753 \backslash
26754 =e
26755 \end_layout
26756
26757 \end_inset
26758
26759
26760 \end_layout
26761
26762 \end_inset
26763 </cell>
26764 </row>
26765 <row>
26766 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26767 \begin_inset Text
26768
26769 \begin_layout Plain Layout
26770
26771 \backslash
26772 u
26773 \begin_inset space \textvisiblespace{}
26774 \end_inset
26775
26776 e
26777 \end_layout
26778
26779 \end_inset
26780 </cell>
26781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26782 \begin_inset Text
26783
26784 \begin_layout Plain Layout
26785 \begin_inset ERT
26786 status collapsed
26787
26788 \begin_layout Plain Layout
26789
26790
26791 \backslash
26792 u e
26793 \end_layout
26794
26795 \end_inset
26796
26797
26798 \end_layout
26799
26800 \end_inset
26801 </cell>
26802 </row>
26803 <row>
26804 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26805 \begin_inset Text
26806
26807 \begin_layout Plain Layout
26808
26809 \backslash
26810 b
26811 \begin_inset space \textvisiblespace{}
26812 \end_inset
26813
26814 e
26815 \end_layout
26816
26817 \end_inset
26818 </cell>
26819 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26820 \begin_inset Text
26821
26822 \begin_layout Plain Layout
26823 \begin_inset ERT
26824 status collapsed
26825
26826 \begin_layout Plain Layout
26827
26828
26829 \backslash
26830 b e
26831 \end_layout
26832
26833 \end_inset
26834
26835
26836 \end_layout
26837
26838 \end_inset
26839 </cell>
26840 </row>
26841 <row>
26842 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26843 \begin_inset Text
26844
26845 \begin_layout Plain Layout
26846
26847 \backslash
26848 t
26849 \begin_inset space \textvisiblespace{}
26850 \end_inset
26851
26852 ee
26853 \end_layout
26854
26855 \end_inset
26856 </cell>
26857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26858 \begin_inset Text
26859
26860 \begin_layout Plain Layout
26861 \begin_inset ERT
26862 status collapsed
26863
26864 \begin_layout Plain Layout
26865
26866
26867 \backslash
26868 t ee
26869 \end_layout
26870
26871 \end_inset
26872
26873
26874 \end_layout
26875
26876 \end_inset
26877 </cell>
26878 </row>
26879 </lyxtabular>
26880
26881 \end_inset
26882
26883
26884 \begin_inset space \hfill{}
26885 \end_inset
26886
26887
26888 \begin_inset Tabular
26889 <lyxtabular version="3" rows="8" columns="2">
26890 <features booktabs="true" tabularvalignment="middle">
26891 <column alignment="left" valignment="top" width="0pt">
26892 <column alignment="center" valignment="top">
26893 <row>
26894 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26895 \begin_inset Text
26896
26897 \begin_layout Plain Layout
26898 Command
26899 \end_layout
26900
26901 \end_inset
26902 </cell>
26903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26904 \begin_inset Text
26905
26906 \begin_layout Plain Layout
26907 Result
26908 \end_layout
26909
26910 \end_inset
26911 </cell>
26912 </row>
26913 <row>
26914 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26915 \begin_inset Text
26916
26917 \begin_layout Plain Layout
26918
26919 \backslash
26920 H
26921 \begin_inset space \textvisiblespace{}
26922 \end_inset
26923
26924 e
26925 \end_layout
26926
26927 \end_inset
26928 </cell>
26929 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26930 \begin_inset Text
26931
26932 \begin_layout Plain Layout
26933 \begin_inset ERT
26934 status collapsed
26935
26936 \begin_layout Plain Layout
26937
26938
26939 \backslash
26940 H e
26941 \end_layout
26942
26943 \end_inset
26944
26945
26946 \end_layout
26947
26948 \end_inset
26949 </cell>
26950 </row>
26951 <row>
26952 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26953 \begin_inset Text
26954
26955 \begin_layout Plain Layout
26956
26957 \backslash
26958 'e
26959 \end_layout
26960
26961 \end_inset
26962 </cell>
26963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26964 \begin_inset Text
26965
26966 \begin_layout Plain Layout
26967 \begin_inset ERT
26968 status collapsed
26969
26970 \begin_layout Plain Layout
26971
26972
26973 \backslash
26974 'e
26975 \end_layout
26976
26977 \end_inset
26978
26979
26980 \end_layout
26981
26982 \end_inset
26983 </cell>
26984 </row>
26985 <row>
26986 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26987 \begin_inset Text
26988
26989 \begin_layout Plain Layout
26990
26991 \backslash
26992 ~e
26993 \begin_inset Index idx
26994 status collapsed
26995
26996 \begin_layout Plain Layout
26997 Tilde
26998 \end_layout
26999
27000 \end_inset
27001
27002
27003 \end_layout
27004
27005 \end_inset
27006 </cell>
27007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27008 \begin_inset Text
27009
27010 \begin_layout Plain Layout
27011 \begin_inset ERT
27012 status collapsed
27013
27014 \begin_layout Plain Layout
27015
27016
27017 \backslash
27018 ~e
27019 \end_layout
27020
27021 \end_inset
27022
27023
27024 \end_layout
27025
27026 \end_inset
27027 </cell>
27028 </row>
27029 <row>
27030 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27031 \begin_inset Text
27032
27033 \begin_layout Plain Layout
27034
27035 \backslash
27036 .e
27037 \end_layout
27038
27039 \end_inset
27040 </cell>
27041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27042 \begin_inset Text
27043
27044 \begin_layout Plain Layout
27045 \begin_inset ERT
27046 status collapsed
27047
27048 \begin_layout Plain Layout
27049
27050
27051 \backslash
27052 .e
27053 \end_layout
27054
27055 \end_inset
27056
27057
27058 \end_layout
27059
27060 \end_inset
27061 </cell>
27062 </row>
27063 <row>
27064 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27065 \begin_inset Text
27066
27067 \begin_layout Plain Layout
27068
27069 \backslash
27070 v
27071 \begin_inset space \textvisiblespace{}
27072 \end_inset
27073
27074 e
27075 \end_layout
27076
27077 \end_inset
27078 </cell>
27079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27080 \begin_inset Text
27081
27082 \begin_layout Plain Layout
27083 \begin_inset ERT
27084 status collapsed
27085
27086 \begin_layout Plain Layout
27087
27088
27089 \backslash
27090 v e
27091 \end_layout
27092
27093 \end_inset
27094
27095
27096 \end_layout
27097
27098 \end_inset
27099 </cell>
27100 </row>
27101 <row>
27102 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27103 \begin_inset Text
27104
27105 \begin_layout Plain Layout
27106
27107 \backslash
27108 d
27109 \begin_inset space \textvisiblespace{}
27110 \end_inset
27111
27112 e
27113 \end_layout
27114
27115 \end_inset
27116 </cell>
27117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27118 \begin_inset Text
27119
27120 \begin_layout Plain Layout
27121 \begin_inset ERT
27122 status collapsed
27123
27124 \begin_layout Plain Layout
27125
27126
27127 \backslash
27128 d e
27129 \end_layout
27130
27131 \end_inset
27132
27133
27134 \end_layout
27135
27136 \end_inset
27137 </cell>
27138 </row>
27139 <row>
27140 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27141 \begin_inset Text
27142
27143 \begin_layout Plain Layout
27144
27145 \backslash
27146 c
27147 \begin_inset space \textvisiblespace{}
27148 \end_inset
27149
27150 e
27151 \end_layout
27152
27153 \end_inset
27154 </cell>
27155 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27156 \begin_inset Text
27157
27158 \begin_layout Plain Layout
27159 \begin_inset ERT
27160 status collapsed
27161
27162 \begin_layout Plain Layout
27163
27164
27165 \backslash
27166 c e
27167 \end_layout
27168
27169 \end_inset
27170
27171
27172 \end_layout
27173
27174 \end_inset
27175 </cell>
27176 </row>
27177 </lyxtabular>
27178
27179 \end_inset
27180
27181
27182 \begin_inset space \hfill{}
27183 \end_inset
27184
27185
27186 \end_layout
27187
27188 \begin_layout Standard
27189 \begin_inset VSpace medskip
27190 \end_inset
27191
27192 With the command 
27193 \series bold
27194
27195 \backslash
27196 t
27197 \series default
27198  also two different characters can be accented.
27199  The command 
27200 \series bold
27201
27202 \backslash
27203 t
27204 \begin_inset space \textvisiblespace{}
27205 \end_inset
27206
27207 sz
27208 \series default
27209  creates: 
27210 \begin_inset ERT
27211 status collapsed
27212
27213 \begin_layout Plain Layout
27214
27215
27216 \backslash
27217 t sz
27218 \end_layout
27219
27220 \end_inset
27221
27222
27223 \end_layout
27224
27225 \begin_layout Standard
27226 The accents 
27227 \series bold
27228 `
27229 \series default
27230  , 
27231 \series bold
27232 '
27233 \series default
27234  and 
27235 \series bold
27236 ^
27237 \series default
27238  can in combination with vowels directly be inserted with the keyboard without
27239  using \SpecialChar TeX
27240  mode.
27241  The same applies for the tilde
27242 \begin_inset Foot
27243 status collapsed
27244
27245 \begin_layout Plain Layout
27246 This only applies for keyboards where the tilde is defined as accent.
27247 \end_layout
27248
27249 \end_inset
27250
27251  
27252 \series bold
27253 ~
27254 \series default
27255  in combination with 
27256 \emph on
27257 a
27258 \emph default
27259  , 
27260 \emph on
27261 n
27262 \emph default
27263  , or 
27264 \emph on
27265 o
27266 \emph default
27267 .
27268 \end_layout
27269
27270 \begin_layout Standard
27271 The commands 
27272 \series bold
27273
27274 \backslash
27275 b
27276 \series default
27277  , 
27278 \series bold
27279
27280 \backslash
27281 c
27282 \series default
27283  , 
27284 \series bold
27285
27286 \backslash
27287 d
27288 \series default
27289  , 
27290 \series bold
27291
27292 \backslash
27293 H
27294 \series default
27295  , 
27296 \series bold
27297
27298 \backslash
27299 t
27300 \series default
27301  , 
27302 \series bold
27303
27304 \backslash
27305 u
27306 \series default
27307  , 
27308 \series bold
27309
27310 \backslash
27311 v
27312 \series default
27313  and accents that are inserted directly with the keyboard are also available
27314  in mathematical text.
27315  For the other accents there are special math commands to be used in formulas,
27316  see 
27317 \begin_inset CommandInset ref
27318 LatexCommand ref
27319 reference "subsec:Accents-for-one"
27320
27321 \end_inset
27322
27323 .
27324 \end_layout
27325
27326 \begin_layout Standard
27327 \begin_inset VSpace bigskip
27328 \end_inset
27329
27330 Furthermore, with the command 
27331 \series bold
27332
27333 \backslash
27334 textcircled
27335 \series default
27336
27337 \begin_inset Index idx
27338 status collapsed
27339
27340 \begin_layout Plain Layout
27341 Commands ! T ! 
27342 \backslash
27343 textcircled
27344 \end_layout
27345
27346 \end_inset
27347
27348  all numbers and letters can be set into a circle, quasi accented with a
27349  circle, similar to the copyright symbol.
27350 \end_layout
27351
27352 \begin_layout Standard
27353 \align center
27354 \begin_inset Tabular
27355 <lyxtabular version="3" rows="3" columns="2">
27356 <features booktabs="true" tabularvalignment="middle">
27357 <column alignment="center" valignment="top" width="0pt">
27358 <column alignment="center" valignment="top">
27359 <row>
27360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27361 \begin_inset Text
27362
27363 \begin_layout Plain Layout
27364 Command
27365 \end_layout
27366
27367 \end_inset
27368 </cell>
27369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27370 \begin_inset Text
27371
27372 \begin_layout Plain Layout
27373 Result
27374 \end_layout
27375
27376 \end_inset
27377 </cell>
27378 </row>
27379 <row>
27380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27381 \begin_inset Text
27382
27383 \begin_layout Plain Layout
27384
27385 \backslash
27386 textcircled{w}
27387 \end_layout
27388
27389 \end_inset
27390 </cell>
27391 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27392 \begin_inset Text
27393
27394 \begin_layout Plain Layout
27395 \begin_inset ERT
27396 status collapsed
27397
27398 \begin_layout Plain Layout
27399
27400
27401 \backslash
27402 textcircled{w}
27403 \end_layout
27404
27405 \end_inset
27406
27407
27408 \end_layout
27409
27410 \end_inset
27411 </cell>
27412 </row>
27413 <row topspace="1mm">
27414 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27415 \begin_inset Text
27416
27417 \begin_layout Plain Layout
27418
27419 \backslash
27420 Large 
27421 \backslash
27422 textcircled{
27423 \backslash
27424 normalsize
27425 \backslash
27426 protect
27427 \backslash
27428 raisebox{-1.5pt}{W}}
27429 \end_layout
27430
27431 \end_inset
27432 </cell>
27433 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27434 \begin_inset Text
27435
27436 \begin_layout Plain Layout
27437 \begin_inset ERT
27438 status collapsed
27439
27440 \begin_layout Plain Layout
27441
27442
27443 \backslash
27444 Large 
27445 \backslash
27446 textcircled{
27447 \backslash
27448 normalsize
27449 \backslash
27450 protect
27451 \backslash
27452 raisebox{-1.5pt}W}
27453 \end_layout
27454
27455 \end_inset
27456
27457
27458 \end_layout
27459
27460 \end_inset
27461 </cell>
27462 </row>
27463 </lyxtabular>
27464
27465 \end_inset
27466
27467
27468 \end_layout
27469
27470 \begin_layout Standard
27471 One has to take care that the character fits in the circle.
27472  
27473 \series bold
27474
27475 \backslash
27476 Large
27477 \series default
27478
27479 \begin_inset Foot
27480 status collapsed
27481
27482 \begin_layout Plain Layout
27483 see 
27484 \begin_inset CommandInset ref
27485 LatexCommand ref
27486 reference "subsec:Font-Sizes"
27487
27488 \end_inset
27489
27490
27491 \end_layout
27492
27493 \end_inset
27494
27495  specifies thereby the size of the circle.
27496  With the help of 
27497 \series bold
27498
27499 \backslash
27500 raisebox
27501 \series default
27502
27503 \begin_inset Foot
27504 status collapsed
27505
27506 \begin_layout Plain Layout
27507 see 
27508 \begin_inset CommandInset ref
27509 LatexCommand ref
27510 reference "subsec:Boxes-without-Frame"
27511
27512 \end_inset
27513
27514
27515 \end_layout
27516
27517 \end_inset
27518
27519  the character can be centered.
27520 \end_layout
27521
27522 \begin_layout Subsection
27523 Old-style Figures
27524 \begin_inset Index idx
27525 status collapsed
27526
27527 \begin_layout Plain Layout
27528 Old-style Figures
27529 \end_layout
27530
27531 \end_inset
27532
27533
27534 \end_layout
27535
27536 \begin_layout Standard
27537 Old-style figures (also known as old-style numerals) are created with the
27538  command 
27539 \series bold
27540
27541 \backslash
27542 oldstylenums
27543 \series default
27544
27545 \begin_inset Index idx
27546 status collapsed
27547
27548 \begin_layout Plain Layout
27549 Commands ! O ! 
27550 \backslash
27551 oldstylenums
27552 \end_layout
27553
27554 \end_inset
27555
27556 .
27557  The command can be used in formulas and in \SpecialChar TeX
27558  mode.
27559  The command scheme is:
27560 \end_layout
27561
27562 \begin_layout Standard
27563
27564 \series bold
27565
27566 \backslash
27567 oldstylenums{number}
27568 \end_layout
27569
27570 \begin_layout Standard
27571 The command 
27572 \series bold
27573
27574 \backslash
27575 oldstylenums{0123456789}
27576 \series default
27577  produces: 
27578 \begin_inset Formula $\oldstylenums{0123456789}$
27579 \end_inset
27580
27581
27582 \end_layout
27583
27584 \begin_layout Section
27585 Formula Styles
27586 \begin_inset CommandInset label
27587 LatexCommand label
27588 name "sec:Formula-Styles"
27589
27590 \end_inset
27591
27592
27593 \begin_inset Index idx
27594 status collapsed
27595
27596 \begin_layout Plain Layout
27597 Formula ! styles
27598 \end_layout
27599
27600 \end_inset
27601
27602
27603 \end_layout
27604
27605 \begin_layout Itemize
27606 There are two different alignment styles:
27607 \end_layout
27608
27609 \begin_deeper
27610 \begin_layout Description
27611 Centered is the predefined standard.
27612 \end_layout
27613
27614 \begin_layout Description
27615 Indented this can be set using the menu 
27616 \family sans
27617 Document\SpecialChar menuseparator
27618 Settings
27619 \family default
27620  under 
27621 \family sans
27622 Math
27623 \begin_inset space ~
27624 \end_inset
27625
27626 Options.
27627 \end_layout
27628
27629 \begin_layout Standard
27630 When 
27631 \series bold
27632 Indented
27633 \series default
27634  is used, the indentation can be adjusted.
27635  The default value depends on the used document class.
27636 \end_layout
27637
27638 \end_deeper
27639 \begin_layout Itemize
27640 And two different numbering styles that can be set in the menu 
27641 \family sans
27642 Document\SpecialChar menuseparator
27643 Settings
27644 \family default
27645  under 
27646 \family sans
27647 Math
27648 \begin_inset space ~
27649 \end_inset
27650
27651 Options
27652 \family default
27653 :
27654 \end_layout
27655
27656 \begin_deeper
27657 \begin_layout Description
27658 Right is in most cases the default.
27659 \end_layout
27660
27661 \begin_layout Description
27662 Left
27663 \end_layout
27664
27665 \end_deeper
27666 \begin_layout Standard
27667 The chosen styles are used for all displayed formulas of the document.
27668  When both, centered and indented formulas should be created in a document,
27669  the style 
27670 \series bold
27671 Centered
27672 \series default
27673  is used.
27674  The indented formulas are then set in a flalign environment, see 
27675 \begin_inset CommandInset ref
27676 LatexCommand ref
27677 reference "subsec:Flalign-Environment"
27678
27679 \end_inset
27680
27681 .
27682 \end_layout
27683
27684 \begin_layout Section
27685 Multiline Formulas
27686 \begin_inset CommandInset label
27687 LatexCommand label
27688 name "sec:Multiline-Formulas"
27689
27690 \end_inset
27691
27692
27693 \begin_inset Index idx
27694 status collapsed
27695
27696 \begin_layout Plain Layout
27697 Formula ! multiline
27698 \end_layout
27699
27700 \end_inset
27701
27702
27703 \end_layout
27704
27705 \begin_layout Subsection
27706 General
27707 \end_layout
27708
27709 \begin_layout Standard
27710 In \SpecialChar LyX
27711  multiline formulas are created by pressing 
27712 \begin_inset Info
27713 type  "shortcut"
27714 arg   "newline-insert newline"
27715 \end_inset
27716
27717  inside a formula.
27718  This creates either an 
27719 \series bold
27720 align environment
27721 \series default
27722  that is described in 
27723 \begin_inset CommandInset ref
27724 LatexCommand ref
27725 reference "subsec:Standard-align-Environment"
27726
27727 \end_inset
27728
27729  or, when automatically loading the package
27730 \family sans
27731  AMS math
27732 \family default
27733  is disabled in the document settings, an 
27734 \series bold
27735 eqnarray environment
27736 \series default
27737  that is described in 
27738 \begin_inset CommandInset ref
27739 LatexCommand ref
27740 reference "subsec:Eqnarray-Environment"
27741
27742 \end_inset
27743
27744 .
27745  The align environment is recommended because it provides in any case a
27746  typographically correct output.
27747 \end_layout
27748
27749 \begin_layout Standard
27750 There are other multiline formula environments that can be created via the
27751  menu 
27752 \family sans
27753 Insert\SpecialChar menuseparator
27754 Math
27755 \family default
27756 .
27757  These environments are described in the following sections.
27758 \end_layout
27759
27760 \begin_layout Standard
27761 In all multiline formula environments a new line is created by pressing
27762  
27763 \begin_inset Info
27764 type  "shortcut"
27765 arg   "newline-insert newline"
27766 \end_inset
27767
27768 .
27769  To add or delete lines, the math toolbar buttons 
27770 \begin_inset Info
27771 type  "icon"
27772 arg   "tabular-feature append-row"
27773 \end_inset
27774
27775  or 
27776 \begin_inset Info
27777 type  "icon"
27778 arg   "tabular-feature delete-row"
27779 \end_inset
27780
27781 , respectively, or the menu 
27782 \family sans
27783 Edit\SpecialChar menuseparator
27784 Rows & Columns
27785 \family default
27786  can be used.
27787 \end_layout
27788
27789 \begin_layout Subsubsection
27790 Line Separation
27791 \begin_inset CommandInset label
27792 LatexCommand label
27793 name "subsec:Line-Separation"
27794
27795 \end_inset
27796
27797
27798 \begin_inset Index idx
27799 status collapsed
27800
27801 \begin_layout Plain Layout
27802 Formula ! multiline ! Line separation
27803 \end_layout
27804
27805 \end_inset
27806
27807
27808 \end_layout
27809
27810 \begin_layout Standard
27811 There is sometimes not enough space in multiline formulas between the lines:
27812 \begin_inset Formula 
27813 \begin{eqnarray*}
27814 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}\\
27815 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
27816 \end{eqnarray*}
27817
27818 \end_inset
27819
27820
27821 \end_layout
27822
27823 \begin_layout Standard
27824 In \SpecialChar LaTeX
27825  additional line space is specified as optional argument of the new line
27826  command.
27827  This is not yet possible in \SpecialChar LyX
27828
27829 \begin_inset Foot
27830 status collapsed
27831
27832 \begin_layout Plain Layout
27833 see 
27834 \begin_inset CommandInset href
27835 LatexCommand href
27836 name "LyX-bug #1505"
27837 target "https://www.lyx.org/trac/ticket/1505"
27838 literal "false"
27839
27840 \end_inset
27841
27842
27843 \end_layout
27844
27845 \end_inset
27846
27847 , therefore the whole formula must be inserted in \SpecialChar TeX
27848  mode.
27849  To add in our example space, the command 
27850 \series bold
27851
27852 \backslash
27853
27854 \backslash
27855 [3mm]
27856 \series default
27857  is inserted at the end of the first line.
27858  One gets: 
27859 \begin_inset ERT
27860 status collapsed
27861
27862 \begin_layout Plain Layout
27863
27864
27865 \backslash
27866 begin{eqnarray*}
27867 \end_layout
27868
27869 \begin_layout Plain Layout
27870
27871 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27872  = & 
27873 \backslash
27874 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27875 \backslash
27876
27877 \backslash
27878 [3mm]
27879 \end_layout
27880
27881 \begin_layout Plain Layout
27882
27883 4x^{2}
27884 \backslash
27885 left(B^{2}+x_{0}^{2}
27886 \backslash
27887 right)+4x_{0}x
27888 \backslash
27889 left(D-B^{2}
27890 \backslash
27891 right)+B^{2}
27892 \backslash
27893 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27894 \backslash
27895 right) & = & 0
27896 \end_layout
27897
27898 \begin_layout Plain Layout
27899
27900
27901 \backslash
27902 end{eqnarray*}
27903 \end_layout
27904
27905 \end_inset
27906
27907
27908 \end_layout
27909
27910 \begin_layout Standard
27911 \begin_inset VSpace bigskip
27912 \end_inset
27913
27914 To set the line separation for all lines in a formula, the length 
27915 \series bold
27916
27917 \backslash
27918 jot
27919 \series default
27920
27921 \begin_inset Index idx
27922 status collapsed
27923
27924 \begin_layout Plain Layout
27925 Commands ! J ! 
27926 \backslash
27927 jot
27928 \end_layout
27929
27930 \end_inset
27931
27932  is changed.
27933  The definition is: 
27934 \begin_inset Formula $\mbox{line separation}=\mathrm{6\,pt+\backslash jot}$
27935 \end_inset
27936
27937 .
27938  Predefined for 
27939 \series bold
27940
27941 \backslash
27942 jot
27943 \series default
27944  is the value 3
27945 \begin_inset space \thinspace{}
27946 \end_inset
27947
27948 pt.
27949  To create 3
27950 \begin_inset space \thinspace{}
27951 \end_inset
27952
27953 mm additional line separation as in the previous example, the command
27954 \end_layout
27955
27956 \begin_layout Standard
27957
27958 \series bold
27959
27960 \backslash
27961 setlength{
27962 \backslash
27963 jot}{3mm+3pt}
27964 \end_layout
27965
27966 \begin_layout Standard
27967 is inserted in \SpecialChar TeX
27968  mode before the formula.
27969  This requires that the \SpecialChar LaTeX
27970 -package 
27971 \series bold
27972 calc
27973 \series default
27974
27975 \begin_inset Foot
27976 status collapsed
27977
27978 \begin_layout Plain Layout
27979
27980 \series bold
27981 calc
27982 \series default
27983  is part of every \SpecialChar LaTeX
27984  standard installation.
27985 \end_layout
27986
27987 \end_inset
27988
27989
27990 \begin_inset Index idx
27991 status collapsed
27992
27993 \begin_layout Plain Layout
27994 Packages ! calc
27995 \end_layout
27996
27997 \end_inset
27998
27999  was loaded in \SpecialChar LaTeX
28000 -preamble with the line
28001 \end_layout
28002
28003 \begin_layout Standard
28004
28005 \series bold
28006
28007 \backslash
28008 usepackage{calc}
28009 \end_layout
28010
28011 \begin_layout Standard
28012 One gets: 
28013 \begin_inset ERT
28014 status collapsed
28015
28016 \begin_layout Plain Layout
28017
28018
28019 \backslash
28020 setlength{
28021 \backslash
28022 jot}{3mm+3pt}
28023 \end_layout
28024
28025 \end_inset
28026
28027
28028 \begin_inset Formula 
28029 \begin{eqnarray*}
28030 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}\\
28031 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
28032 \end{eqnarray*}
28033
28034 \end_inset
28035
28036
28037 \end_layout
28038
28039 \begin_layout Standard
28040 \begin_inset ERT
28041 status collapsed
28042
28043 \begin_layout Plain Layout
28044
28045
28046 \backslash
28047 setlength{
28048 \backslash
28049 jot}{3pt}
28050 \end_layout
28051
28052 \end_inset
28053
28054  To get back to the predefined distance, 
28055 \series bold
28056
28057 \backslash
28058 jot
28059 \series default
28060  is set to the value 3
28061 \begin_inset space \thinspace{}
28062 \end_inset
28063
28064 pt.
28065 \end_layout
28066
28067 \begin_layout Subsubsection
28068 Column Separation
28069 \begin_inset CommandInset label
28070 LatexCommand label
28071 name "subsec:Column-Separation"
28072
28073 \end_inset
28074
28075
28076 \begin_inset Index idx
28077 status collapsed
28078
28079 \begin_layout Plain Layout
28080 Formula ! multiline ! Column separation
28081 \end_layout
28082
28083 \end_inset
28084
28085
28086 \end_layout
28087
28088 \begin_layout Standard
28089 Multiline formulas form a matrix.
28090  A formula in the eqnarray environment is for example a matrix with three
28091  columns.
28092  By changing the column separation in this environment, the space beside
28093  the relation sign can be changed.
28094 \end_layout
28095
28096 \begin_layout Standard
28097 The column separation is specified with the length 
28098 \series bold
28099
28100 \backslash
28101 arraycolsep
28102 \series default
28103
28104 \begin_inset Index idx
28105 status collapsed
28106
28107 \begin_layout Plain Layout
28108 Commands ! A ! 
28109 \backslash
28110 arraycolsep
28111 \end_layout
28112
28113 \end_inset
28114
28115  according to:
28116 \begin_inset Newline newline
28117 \end_inset
28118
28119 column separation = 2
28120 \begin_inset space \thinspace{}
28121 \end_inset
28122
28123
28124 \series bold
28125
28126 \backslash
28127 arraycolsep
28128 \series default
28129
28130 \begin_inset Newline newline
28131 \end_inset
28132
28133 Thus, the command
28134 \end_layout
28135
28136 \begin_layout Standard
28137
28138 \series bold
28139
28140 \backslash
28141 setlength{
28142 \backslash
28143 arraycolsep}{1cm}
28144 \end_layout
28145
28146 \begin_layout Standard
28147 inserted in \SpecialChar TeX
28148  mode, sets for all following formulas a column separation of
28149  2
28150 \begin_inset space \thinspace{}
28151 \end_inset
28152
28153 cm.
28154  To get back to the predefined distance, 
28155 \series bold
28156
28157 \backslash
28158 arraycolsep
28159 \series default
28160  is set to 5
28161 \begin_inset space \thinspace{}
28162 \end_inset
28163
28164 pt.
28165 \end_layout
28166
28167 \begin_layout Standard
28168 A formula with 2
28169 \begin_inset space \thinspace{}
28170 \end_inset
28171
28172 cm column separation:
28173 \begin_inset ERT
28174 status collapsed
28175
28176 \begin_layout Plain Layout
28177
28178
28179 \backslash
28180 setlength{
28181 \backslash
28182 arraycolsep}{1cm}
28183 \end_layout
28184
28185 \end_inset
28186
28187
28188 \begin_inset Formula 
28189 \begin{eqnarray*}
28190 A & = & B\\
28191 C & \ne & A
28192 \end{eqnarray*}
28193
28194 \end_inset
28195
28196 A formula with the predefined column separation for matrices of 10
28197 \begin_inset space \thinspace{}
28198 \end_inset
28199
28200 pt:
28201 \begin_inset ERT
28202 status collapsed
28203
28204 \begin_layout Plain Layout
28205
28206
28207 \backslash
28208 setlength{
28209 \backslash
28210 arraycolsep}{5pt}
28211 \end_layout
28212
28213 \end_inset
28214
28215
28216 \begin_inset Formula 
28217 \begin{eqnarray*}
28218 A & = & B\\
28219 C & \ne & A
28220 \end{eqnarray*}
28221
28222 \end_inset
28223
28224
28225 \end_layout
28226
28227 \begin_layout Standard
28228 \begin_inset Newpage newpage
28229 \end_inset
28230
28231
28232 \end_layout
28233
28234 \begin_layout Subsubsection
28235 Long Formulas
28236 \begin_inset Index idx
28237 status collapsed
28238
28239 \begin_layout Plain Layout
28240 Formula ! long
28241 \end_layout
28242
28243 \end_inset
28244
28245
28246 \end_layout
28247
28248 \begin_layout Standard
28249 Long formulas can be typeset using these methods:
28250 \end_layout
28251
28252 \begin_layout Itemize
28253 When one side of the equation is much shorter than the line width, this
28254  one is chosen for the left side and the right side is typeset over two
28255  lines:
28256 \begin_inset Formula 
28257 \begin{eqnarray}
28258 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 \\
28259  &  & -\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}
28260 \end{eqnarray}
28261
28262 \end_inset
28263
28264 The minus sign at the beginning of the second line does normally not appear
28265  as an operator because it is the first character of the line.
28266  Thus it would not be surrounded by space and could not be distinguished
28267  from the fraction bar.
28268  To avoid this, 3
28269 \begin_inset space \thinspace{}
28270 \end_inset
28271
28272 pt space was inserted behind the minus sign with the command 
28273 \series bold
28274
28275 \backslash
28276 hspace
28277 \series default
28278 .
28279 \begin_inset Foot
28280 status collapsed
28281
28282 \begin_layout Plain Layout
28283 for more about 
28284 \series bold
28285
28286 \backslash
28287 hspace
28288 \series default
28289  see 
28290 \begin_inset CommandInset ref
28291 LatexCommand ref
28292 reference "subsec:Variable-Space"
28293
28294 \end_inset
28295
28296
28297 \end_layout
28298
28299 \end_inset
28300
28301
28302 \begin_inset Index idx
28303 status collapsed
28304
28305 \begin_layout Plain Layout
28306 Commands ! H ! 
28307 \backslash
28308 hspace
28309 \end_layout
28310
28311 \end_inset
28312
28313
28314 \end_layout
28315
28316 \begin_layout Itemize
28317 When both sides of the equation are too long, the command 
28318 \series bold
28319
28320 \backslash
28321 lefteqn
28322 \series default
28323
28324 \begin_inset Index idx
28325 status collapsed
28326
28327 \begin_layout Plain Layout
28328 Commands ! L ! 
28329 \backslash
28330 lefteqn
28331 \end_layout
28332
28333 \end_inset
28334
28335  is used.
28336  It is inserted in the first column of the first line and causes all further
28337  insertions to overwrite the following columns:
28338 \begin_inset Formula 
28339 \begin{eqnarray}
28340 \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 \\
28341  &  & -\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 \\
28342  &  & =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}
28343 \end{eqnarray}
28344
28345 \end_inset
28346
28347 After the insertion of 
28348 \series bold
28349
28350 \backslash
28351 lefteqn
28352 \series default
28353 , the cursor is in a purple box that is a bit shifted to the left from the
28354  blue one.
28355  In this the formula is inserted.
28356 \begin_inset Newline newline
28357 \end_inset
28358
28359 The content of the further lines is inserted to the second or another formula
28360  column.
28361  The greater the column number where it was inserted, the larger the indentation.
28362 \begin_inset VSpace medskip
28363 \end_inset
28364
28365
28366 \begin_inset Newline newline
28367 \end_inset
28368
28369
28370 \begin_inset Note Greyedout
28371 status open
28372
28373 \begin_layout Plain Layout
28374 Note the following when using 
28375 \series bold
28376
28377 \backslash
28378 lefteqn
28379 \series default
28380 :
28381 \end_layout
28382
28383 \begin_layout Itemize
28384 The formula doesn't use the full page width.
28385  When e.
28386 \begin_inset space \thinspace{}
28387 \end_inset
28388
28389 g.
28390 \begin_inset space \space{}
28391 \end_inset
28392
28393 the term 
28394 \begin_inset Formula $-B^{2}$
28395 \end_inset
28396
28397  is added to the first line in the above example, it would have been outside
28398  the page margin.
28399  To better use the width, negative space can be inserted at the beginning
28400  of the first line.
28401 \end_layout
28402
28403 \begin_layout Itemize
28404 Due to a bug in \SpecialChar LyX
28405  the cursor cannot be set with the mouse into the first
28406  line.
28407 \begin_inset Foot
28408 status collapsed
28409
28410 \begin_layout Plain Layout
28411 \begin_inset CommandInset href
28412 LatexCommand href
28413 name "LyX-bug #1429"
28414 target "https://www.lyx.org/trac/ticket/1429"
28415 literal "false"
28416
28417 \end_inset
28418
28419
28420 \end_layout
28421
28422 \end_inset
28423
28424  One can only set the cursor at the beginning of the line and move it with
28425  the arrow keys.
28426 \end_layout
28427
28428 \end_inset
28429
28430
28431 \end_layout
28432
28433 \begin_layout Itemize
28434 Other methods to set long formulas are offered by the environments described
28435  in 
28436 \begin_inset CommandInset ref
28437 LatexCommand ref
28438 reference "subsec:Multline-Environment"
28439
28440 \end_inset
28441
28442  and 
28443 \begin_inset CommandInset ref
28444 LatexCommand ref
28445 reference "subsec:Multiline-Formula-Parts"
28446
28447 \end_inset
28448
28449 .
28450 \end_layout
28451
28452 \begin_layout Subsubsection
28453 Multiline Fractions
28454 \begin_inset CommandInset label
28455 LatexCommand label
28456 name "subsec:Multiline-Fractions"
28457
28458 \end_inset
28459
28460
28461 \begin_inset Index idx
28462 status collapsed
28463
28464 \begin_layout Plain Layout
28465 Fractions ! multiline
28466 \end_layout
28467
28468 \end_inset
28469
28470
28471 \end_layout
28472
28473 \begin_layout Standard
28474 There are cases where the denominator and/or the numerator of a fraction
28475  is so long that the fraction does not fit into one line.
28476  It is then necessary to add a line break within the fraction.
28477  This can be done using the command 
28478 \series bold
28479
28480 \backslash
28481 splitfrac
28482 \series default
28483
28484 \begin_inset Index idx
28485 status collapsed
28486
28487 \begin_layout Plain Layout
28488 Commands ! S ! 
28489 \backslash
28490 splitfrac
28491 \end_layout
28492
28493 \end_inset
28494
28495 .
28496  To activate it, set in the document settings under 
28497 \family sans
28498 Math
28499 \begin_inset space ~
28500 \end_inset
28501
28502 Options
28503 \family default
28504  for the package 
28505 \series bold
28506 mathtools
28507 \series default
28508
28509 \begin_inset Index idx
28510 status collapsed
28511
28512 \begin_layout Plain Layout
28513 Packages ! mathtools
28514 \end_layout
28515
28516 \end_inset
28517
28518  the option 
28519 \family sans
28520 Load
28521 \begin_inset space ~
28522 \end_inset
28523
28524 always
28525 \family default
28526 .
28527  
28528 \series bold
28529
28530 \backslash
28531 splitfrac
28532 \series default
28533  has the scheme
28534 \end_layout
28535
28536 \begin_layout Standard
28537
28538 \series bold
28539
28540 \backslash
28541 splitfrac{first line}{second line}
28542 \end_layout
28543
28544 \begin_layout Standard
28545 and is used as denominator and/or numerator:
28546 \end_layout
28547
28548 \begin_layout Standard
28549 \begin_inset Formula 
28550 \[
28551 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}
28552 \]
28553
28554 \end_inset
28555
28556 The command for the first numerator above is:
28557 \end_layout
28558
28559 \begin_layout Standard
28560
28561 \series bold
28562
28563 \backslash
28564 splitfrac{xy+xy+xy+xy+xy
28565 \begin_inset space \textvisiblespace{}
28566 \end_inset
28567
28568
28569 \backslash
28570 {+wy+wy+wy+wy
28571 \end_layout
28572
28573 \begin_layout Subsubsection
28574 Multiline Brackets
28575 \begin_inset CommandInset label
28576 LatexCommand label
28577 name "subsec:Multiline-Brackets"
28578
28579 \end_inset
28580
28581
28582 \begin_inset Index idx
28583 status collapsed
28584
28585 \begin_layout Plain Layout
28586 Brackets ! for multiline expressions
28587 \end_layout
28588
28589 \end_inset
28590
28591
28592 \end_layout
28593
28594 \begin_layout Standard
28595 For brackets spanning multiple lines the following problem occurs:
28596 \begin_inset Formula 
28597 \begin{eqnarray*}
28598 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28599  &  & \left.\cdots+B-D\right]
28600 \end{eqnarray*}
28601
28602 \end_inset
28603
28604
28605 \end_layout
28606
28607 \begin_layout Standard
28608 The closing bracket is smaller than the opening bracket because brackets
28609  with variable size may not span multiple lines.
28610 \end_layout
28611
28612 \begin_layout Standard
28613 To set the bracket size for the second line correctly, the first line is
28614  ended with 
28615 \series bold
28616
28617 \backslash
28618 right.
28619 \series default
28620
28621 \begin_inset Index idx
28622 status collapsed
28623
28624 \begin_layout Plain Layout
28625 Commands ! R ! 
28626 \backslash
28627 right
28628 \end_layout
28629
28630 \end_inset
28631
28632  and the second line with 
28633 \series bold
28634
28635 \backslash
28636 left.
28637 \begin_inset Foot
28638 status collapsed
28639
28640 \begin_layout Plain Layout
28641 for more about 
28642 \series bold
28643
28644 \backslash
28645 left
28646 \series default
28647  and 
28648 \series bold
28649
28650 \backslash
28651 right
28652 \series default
28653  see 
28654 \begin_inset CommandInset ref
28655 LatexCommand ref
28656 reference "subsec:Automatic-Bracket-Size"
28657
28658 \end_inset
28659
28660
28661 \end_layout
28662
28663 \end_inset
28664
28665
28666 \series default
28667
28668 \begin_inset Index idx
28669 status collapsed
28670
28671 \begin_layout Plain Layout
28672 Commands ! L ! 
28673 \backslash
28674 left
28675 \end_layout
28676
28677 \end_inset
28678
28679 .
28680  After 
28681 \series bold
28682
28683 \backslash
28684 left.
28685
28686 \series default
28687  the command 
28688 \series bold
28689
28690 \backslash
28691 vphantom
28692 \series default
28693
28694 \begin_inset space \textvisiblespace{}
28695 \end_inset
28696
28697
28698 \series bold
28699
28700 \backslash
28701 prod
28702 \series default
28703 ^
28704 \begin_inset space \textvisiblespace{}
28705 \end_inset
28706
28707
28708 \series bold
28709
28710 \backslash
28711 infty
28712 \series default
28713
28714 \begin_inset space \textvisiblespace{}
28715 \end_inset
28716
28717
28718 \series bold
28719
28720 \begin_inset Formula $\downarrow$
28721 \end_inset
28722
28723 _R=1}
28724 \series default
28725
28726 \begin_inset Index idx
28727 status collapsed
28728
28729 \begin_layout Plain Layout
28730 Commands ! V ! 
28731 \backslash
28732 vphantom
28733 \end_layout
28734
28735 \end_inset
28736
28737  is inserted, because the multiplication operator with its limits is the
28738  largest symbol in the first line and this should be the size for the bracket
28739  in the second line.
28740 \end_layout
28741
28742 \begin_layout Standard
28743 The result is this:
28744 \begin_inset Formula 
28745 \begin{eqnarray*}
28746 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28747  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28748 \end{eqnarray*}
28749
28750 \end_inset
28751
28752
28753 \end_layout
28754
28755 \begin_layout Subsection
28756 Align Environments
28757 \end_layout
28758
28759 \begin_layout Standard
28760 Align environments can be used for every kind of multiline formulas.
28761  They are especially useful to set several formulas side by side.
28762 \end_layout
28763
28764 \begin_layout Standard
28765 Align environments consist of columns.
28766  The odd columns are right aligned, the even ones left aligned.
28767  Every line in an Align environment can be numbered.
28768 \end_layout
28769
28770 \begin_layout Standard
28771 Align environments are created via the menu 
28772 \family sans
28773 Insert\SpecialChar menuseparator
28774 Math
28775 \family default
28776 .
28777  With the menu 
28778 \family sans
28779 Edit\SpecialChar menuseparator
28780 Math\SpecialChar menuseparator
28781 Change Formula Type
28782 \family default
28783  already existing formulas can be converted to Align environments.
28784 \end_layout
28785
28786 \begin_layout Standard
28787 To add or delete columns, the math toolbar buttons 
28788 \begin_inset Info
28789 type  "icon"
28790 arg   "tabular-feature append-column"
28791 \end_inset
28792
28793  or 
28794 \begin_inset Info
28795 type  "icon"
28796 arg   "tabular-feature delete-column"
28797 \end_inset
28798
28799 , respectively, or the menu 
28800 \family sans
28801 Edit\SpecialChar menuseparator
28802 Rows & Columns
28803 \family default
28804  can be used.
28805 \end_layout
28806
28807 \begin_layout Subsubsection
28808 Standard align Environment
28809 \begin_inset CommandInset label
28810 LatexCommand label
28811 name "subsec:Standard-align-Environment"
28812
28813 \end_inset
28814
28815
28816 \begin_inset Index idx
28817 status collapsed
28818
28819 \begin_layout Plain Layout
28820 Formula ! multiline ! align environment
28821 \end_layout
28822
28823 \end_inset
28824
28825
28826 \end_layout
28827
28828 \begin_layout Standard
28829 This Align environment is created by pressing 
28830 \begin_inset Info
28831 type  "shortcut"
28832 arg   "newline-insert newline"
28833 \end_inset
28834
28835  in a formula or by the menu 
28836 \family sans
28837 Insert\SpecialChar menuseparator
28838 Math\SpecialChar menuseparator
28839 AMS align Environment
28840 \family default
28841 .
28842 \end_layout
28843
28844 \begin_layout Standard
28845 An example for two formulas set side by side, that are created with a four
28846  column align environment:
28847 \begin_inset Formula 
28848 \begin{align*}
28849 A & =\sin(B) & C & =D\\
28850 C & \ne A & B & \ne D
28851 \end{align*}
28852
28853 \end_inset
28854
28855 As it can be seen, the formulas in this environment are placed so as if
28856  there would be a 
28857 \series bold
28858
28859 \backslash
28860 hfill
28861 \begin_inset Foot
28862 status collapsed
28863
28864 \begin_layout Plain Layout
28865 more about 
28866 \series bold
28867
28868 \backslash
28869 hfill
28870 \series default
28871  see 
28872 \begin_inset CommandInset ref
28873 LatexCommand ref
28874 reference "subsec:Variable-Space"
28875
28876 \end_inset
28877
28878
28879 \end_layout
28880
28881 \end_inset
28882
28883
28884 \series default
28885  before the first and after every even column.
28886  When the formula style 
28887 \series bold
28888 Indented
28889 \begin_inset Foot
28890 status collapsed
28891
28892 \begin_layout Plain Layout
28893 formula styles see 
28894 \begin_inset CommandInset ref
28895 LatexCommand ref
28896 reference "sec:Formula-Styles"
28897
28898 \end_inset
28899
28900
28901 \end_layout
28902
28903 \end_inset
28904
28905
28906 \series default
28907  is used, the formula is set without the 
28908 \series bold
28909
28910 \backslash
28911 hfill
28912 \series default
28913  before the first column.
28914 \end_layout
28915
28916 \begin_layout Subsubsection
28917 Alignat Environment
28918 \begin_inset Index idx
28919 status collapsed
28920
28921 \begin_layout Plain Layout
28922 Formula ! multiline ! alignat environment
28923 \end_layout
28924
28925 \end_inset
28926
28927
28928 \end_layout
28929
28930 \begin_layout Standard
28931 The alignat environment has no predefined column separation.
28932  It can be inserted manually with the spaces that are described 
28933 \begin_inset CommandInset ref
28934 LatexCommand ref
28935 reference "subsec:Space"
28936
28937 \end_inset
28938
28939 .
28940 \end_layout
28941
28942 \begin_layout Standard
28943 The above example in the alignat environment where 1
28944 \begin_inset space \thinspace{}
28945 \end_inset
28946
28947 cm space was inserted at the beginning of the second formula:
28948 \begin_inset Formula 
28949 \begin{alignat*}{2}
28950 A & =\sin(B) & \hspace{1cm}C & =D\\
28951 C & \ne A & B & \ne D
28952 \end{alignat*}
28953
28954 \end_inset
28955
28956 Because the column separation can be set separately for every column, this
28957  environment is especially suitable to set three and more formulas side
28958  by side.
28959 \end_layout
28960
28961 \begin_layout Subsubsection
28962 Flalign Environment
28963 \begin_inset CommandInset label
28964 LatexCommand label
28965 name "subsec:Flalign-Environment"
28966
28967 \end_inset
28968
28969
28970 \begin_inset Index idx
28971 status collapsed
28972
28973 \begin_layout Plain Layout
28974 Formula ! multiline ! flalign environment
28975 \end_layout
28976
28977 \end_inset
28978
28979
28980 \end_layout
28981
28982 \begin_layout Standard
28983 In this environment the first two columns are always set as much as possible
28984  to the left and the last two ones to the right.
28985  An example:
28986 \begin_inset Formula 
28987 \begin{flalign*}
28988 A & =1 & B & =2 & C & =3\\
28989 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28990 \end{flalign*}
28991
28992 \end_inset
28993
28994
28995 \end_layout
28996
28997 \begin_layout Standard
28998 By creating a flalign environment with an odd number of columns where an
28999  empty \SpecialChar TeX
29000  brace is inserted to the last column, several formulas in a document
29001  can be set to the left, although the formula style 
29002 \series bold
29003 Centered
29004 \series default
29005  is used.
29006  As example the indented formula 
29007 \begin_inset CommandInset ref
29008 LatexCommand eqref
29009 reference "eq:VolInt"
29010
29011 \end_inset
29012
29013 :
29014 \begin_inset Formula 
29015 \begin{flalign}
29016 \hspace{30pt}\iiint_{V}X\,\mathrm{d}V & =U & {}
29017 \end{flalign}
29018
29019 \end_inset
29020
29021 The first two columns contain the formula.
29022  To indent it as with the formula style 
29023 \series bold
29024 Indented
29025 \series default
29026 , 30
29027 \begin_inset space \thinspace{}
29028 \end_inset
29029
29030 pt space was inserted at the beginning of the first column.
29031 \end_layout
29032
29033 \begin_layout Subsection
29034 Eqnarray Environment
29035 \begin_inset CommandInset label
29036 LatexCommand label
29037 name "subsec:Eqnarray-Environment"
29038
29039 \end_inset
29040
29041
29042 \begin_inset Index idx
29043 status collapsed
29044
29045 \begin_layout Plain Layout
29046 Formula ! multiline ! eqnarray environment
29047 \end_layout
29048
29049 \end_inset
29050
29051
29052 \end_layout
29053
29054 \begin_layout Standard
29055 When this environment has been created, three blue boxes appear.
29056  The content of the first box is right aligned, the content of the last
29057  one left aligned.
29058  The content of the middle box appears centered and a bit smaller, because
29059  it is designed to insert there only relation characters.
29060 \begin_inset Formula 
29061 \begin{eqnarray*}
29062 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29063 AB & AB & AB\\
29064 A & = & A
29065 \end{eqnarray*}
29066
29067 \end_inset
29068
29069
29070 \end_layout
29071
29072 \begin_layout Subsection
29073 Gather Environment
29074 \begin_inset Index idx
29075 status collapsed
29076
29077 \begin_layout Plain Layout
29078 Formula ! multiline ! gather environment
29079 \end_layout
29080
29081 \end_inset
29082
29083
29084 \end_layout
29085
29086 \begin_layout Standard
29087 This environment consists of only one centered column.
29088  Every line can be numbered.
29089 \begin_inset Formula 
29090 \begin{gather}
29091 A=1\\
29092 X=\textrm{-}1
29093 \end{gather}
29094
29095 \end_inset
29096
29097
29098 \end_layout
29099
29100 \begin_layout Subsection
29101 Multline Environment
29102 \begin_inset CommandInset label
29103 LatexCommand label
29104 name "subsec:Multline-Environment"
29105
29106 \end_inset
29107
29108
29109 \begin_inset Index idx
29110 status collapsed
29111
29112 \begin_layout Plain Layout
29113 Formula ! multiline ! multline environment
29114 \end_layout
29115
29116 \end_inset
29117
29118
29119 \end_layout
29120
29121 \begin_layout Standard
29122 The multline environment consists, like the gather environment, of only
29123  one column.
29124  But the first line is left aligned, the last one right aligned.
29125  All other lines are centered.
29126  Therefore this environment is suitable for long formulas.
29127  As example formula 
29128 \begin_inset CommandInset ref
29129 LatexCommand eqref
29130 reference "eq:lefteqn"
29131
29132 \end_inset
29133
29134  in the multline environment:
29135 \begin_inset Formula 
29136 \begin{multline}
29137 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}\\
29138 -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}\\
29139 =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}}
29140 \end{multline}
29141
29142 \end_inset
29143
29144
29145 \end_layout
29146
29147 \begin_layout Standard
29148 In the output only the last (first) line of a multline environment appears
29149  numbered when the document numbering is right (left).
29150 \begin_inset Foot
29151 status collapsed
29152
29153 \begin_layout Plain Layout
29154 numbering styles see 
29155 \begin_inset CommandInset ref
29156 LatexCommand ref
29157 reference "sec:Formula-Styles"
29158
29159 \end_inset
29160
29161
29162 \end_layout
29163
29164 \end_inset
29165
29166
29167 \end_layout
29168
29169 \begin_layout Standard
29170 With the commands 
29171 \series bold
29172
29173 \backslash
29174 shoveright
29175 \series default
29176
29177 \begin_inset Index idx
29178 status collapsed
29179
29180 \begin_layout Plain Layout
29181 Commands ! S ! 
29182 \backslash
29183 shoveright
29184 \end_layout
29185
29186 \end_inset
29187
29188  and 
29189 \series bold
29190
29191 \backslash
29192 shoveleft
29193 \series default
29194
29195 \begin_inset Index idx
29196 status collapsed
29197
29198 \begin_layout Plain Layout
29199 Commands ! S ! 
29200 \backslash
29201 shoveleft
29202 \end_layout
29203
29204 \end_inset
29205
29206  a centered line can be right or left aligned, respectively.
29207  The commands are used as follows:
29208 \end_layout
29209
29210 \begin_layout Standard
29211
29212 \series bold
29213
29214 \backslash
29215 shoveright{line content}
29216 \series default
29217  and 
29218 \series bold
29219
29220 \backslash
29221 shoveleft{line content}
29222 \end_layout
29223
29224 \begin_layout Standard
29225 \begin_inset VSpace medskip
29226 \end_inset
29227
29228 The length 
29229 \series bold
29230
29231 \backslash
29232 multlinegap
29233 \series default
29234
29235 \begin_inset Index idx
29236 status collapsed
29237
29238 \begin_layout Plain Layout
29239 Commands ! M ! 
29240 \backslash
29241 multlinegap
29242 \end_layout
29243
29244 \end_inset
29245
29246  specifies the distance of the first line from the left page margin.
29247  Predefined is the length 0
29248 \begin_inset space \thinspace{}
29249 \end_inset
29250
29251 pt.
29252 \end_layout
29253
29254 \begin_layout Standard
29255 As example the above formula where the command
29256 \end_layout
29257
29258 \begin_layout Standard
29259
29260 \series bold
29261
29262 \backslash
29263 setlength{
29264 \backslash
29265 multlinegap}{2cm}
29266 \end_layout
29267
29268 \begin_layout Standard
29269 was inserted in \SpecialChar TeX
29270  mode before:
29271 \begin_inset ERT
29272 status collapsed
29273
29274 \begin_layout Plain Layout
29275
29276
29277 \backslash
29278 setlength{
29279 \backslash
29280 multlinegap}{2cm}
29281 \end_layout
29282
29283 \end_inset
29284
29285
29286 \begin_inset Formula 
29287 \begin{multline}
29288 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}\\
29289 \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}}\\
29290 =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}}
29291 \end{multline}
29292
29293 \end_inset
29294
29295
29296 \begin_inset ERT
29297 status collapsed
29298
29299 \begin_layout Plain Layout
29300
29301
29302 \backslash
29303 setlength{
29304 \backslash
29305 multlinegap}{0pt}
29306 \end_layout
29307
29308 \end_inset
29309
29310 The second line was left aligned using 
29311 \series bold
29312
29313 \backslash
29314 shoveleft
29315 \series default
29316 .
29317 \end_layout
29318
29319 \begin_layout Subsection
29320 Multiline Formula Parts
29321 \begin_inset CommandInset label
29322 LatexCommand label
29323 name "subsec:Multiline-Formula-Parts"
29324
29325 \end_inset
29326
29327
29328 \begin_inset Index idx
29329 status collapsed
29330
29331 \begin_layout Plain Layout
29332 Formula ! multiline ! formula parts
29333 \end_layout
29334
29335 \end_inset
29336
29337
29338 \end_layout
29339
29340 \begin_layout Standard
29341 To display only parts of a formula with multiple lines, one of the following
29342  environments is used: 
29343 \series bold
29344 aligned
29345 \series default
29346
29347 \series bold
29348 alignedat
29349 \series default
29350
29351 \series bold
29352 gathered
29353 \series default
29354  or 
29355 \series bold
29356 split
29357 \series default
29358 .
29359  They can be inserted via the menu 
29360 \family sans
29361 Insert\SpecialChar menuseparator
29362 Math
29363 \family default
29364  or by using the commands described in this section.
29365 \end_layout
29366
29367 \begin_layout Standard
29368 The first three have the same properties as the corresponding multiline
29369  formula environments, but it is possible to set further formula parts beside
29370  them.
29371  An example:
29372 \begin_inset Formula 
29373 \[
29374 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29375 \Delta E\Delta t & \ge\frac{\hbar}{2}
29376 \end{aligned}
29377 \right\} \textrm{Uncertainty relations}
29378 \]
29379
29380 \end_inset
29381
29382
29383 \end_layout
29384
29385 \begin_layout Standard
29386 To get this formula, a displayed formula is created where the command 
29387 \series bold
29388
29389 \backslash
29390 aligned
29391 \series default
29392
29393 \begin_inset Index idx
29394 status collapsed
29395
29396 \begin_layout Plain Layout
29397 Commands ! A ! 
29398 \backslash
29399 aligned
29400 \end_layout
29401
29402 \end_inset
29403
29404  is inserted.
29405  A purple box appears around the blue formula box where now columns and
29406  lines can be added.
29407  Outside the multiline environment other formula parts can be set, like
29408  the brace.
29409 \end_layout
29410
29411 \begin_layout Standard
29412 The aligned environment is also suitable for long formulas whose lines are
29413  horizontally aligned.
29414  Using aligned in a displayed formula has the advantage that the formula
29415  number is vertically centered behind the lines.
29416  As example formula 
29417 \begin_inset CommandInset ref
29418 LatexCommand eqref
29419 reference "eq:shortlong"
29420
29421 \end_inset
29422
29423  in the aligned environment:
29424 \begin_inset Formula 
29425 \begin{equation}
29426 \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}|}\\
29427  & -\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}|}
29428 \end{aligned}
29429 \end{equation}
29430
29431 \end_inset
29432
29433
29434 \end_layout
29435
29436 \begin_layout Standard
29437 To use the environments 
29438 \series bold
29439 alignedat
29440 \series default
29441
29442 \series bold
29443 gathered
29444 \series default
29445 , or 
29446 \series bold
29447 split
29448 \series default
29449 , the command 
29450 \series bold
29451
29452 \backslash
29453 alignedat
29454 \series default
29455 ,
29456 \begin_inset Index idx
29457 status collapsed
29458
29459 \begin_layout Plain Layout
29460 Commands ! A ! 
29461 \backslash
29462 alignedat
29463 \end_layout
29464
29465 \end_inset
29466
29467  
29468 \series bold
29469
29470 \backslash
29471 gathered
29472 \series default
29473
29474 \begin_inset Index idx
29475 status collapsed
29476
29477 \begin_layout Plain Layout
29478 Commands ! G ! 
29479 \backslash
29480 gathered
29481 \end_layout
29482
29483 \end_inset
29484
29485 , or 
29486 \series bold
29487
29488 \backslash
29489 split
29490 \series default
29491
29492 \begin_inset Index idx
29493 status collapsed
29494
29495 \begin_layout Plain Layout
29496 Commands ! S ! 
29497 \backslash
29498 split
29499 \end_layout
29500
29501 \end_inset
29502
29503  are inserted, respectively.
29504  The split environment has the same properties as the aligned environment
29505  but it can only have two columns.
29506 \end_layout
29507
29508 \begin_layout Subsection
29509 Text in multiline Formulas
29510 \begin_inset CommandInset label
29511 LatexCommand label
29512 name "subsec:Text-in-multiline"
29513
29514 \end_inset
29515
29516
29517 \begin_inset Index idx
29518 status collapsed
29519
29520 \begin_layout Plain Layout
29521 Text ! in formulas
29522 \end_layout
29523
29524 \end_inset
29525
29526
29527 \begin_inset Index idx
29528 status collapsed
29529
29530 \begin_layout Plain Layout
29531 Formula ! multiline ! text
29532 \end_layout
29533
29534 \end_inset
29535
29536
29537 \end_layout
29538
29539 \begin_layout Standard
29540 In the Align environments, and the multline and gather environment, text
29541  can be inserted that will appear in a separate line and doesn't affect
29542  the column alignment.
29543  To do this, the command 
29544 \series bold
29545
29546 \backslash
29547 intertext
29548 \series default
29549
29550 \begin_inset Index idx
29551 status collapsed
29552
29553 \begin_layout Plain Layout
29554 Commands ! I ! 
29555 \backslash
29556 intertext
29557 \end_layout
29558
29559 \end_inset
29560
29561  is used in the following scheme:
29562 \end_layout
29563
29564 \begin_layout Standard
29565
29566 \series bold
29567
29568 \backslash
29569 intertext{text}
29570 \end_layout
29571
29572 \begin_layout Standard
29573 The text should not be longer than a line because it cannot be hyphenated.
29574  As \SpecialChar LyX
29575  doesn't yet support 
29576 \series bold
29577
29578 \backslash
29579 intertext
29580 \series default
29581  directly, the text is written as mathematical text.
29582  
29583 \series bold
29584
29585 \backslash
29586 intertext
29587 \series default
29588  must hereby be at the beginning of a line and appears in the output above
29589  this line.
29590  An example where the text was inserted at the beginning of the second line:
29591 \begin_inset Formula 
29592 \begin{align}
29593 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29594 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29595 \end{align}
29596
29597 \end_inset
29598
29599
29600 \end_layout
29601
29602 \begin_layout Standard
29603
29604 \series bold
29605
29606 \backslash
29607 intertext
29608 \series default
29609  always creates some vertical space between the text and the formula lines.
29610  To avoid this space, set in the document settings under 
29611 \family sans
29612 Math
29613 \begin_inset space ~
29614 \end_inset
29615
29616 Options
29617 \family default
29618  for the package 
29619 \series bold
29620 mathtools
29621 \series default
29622
29623 \begin_inset Index idx
29624 status collapsed
29625
29626 \begin_layout Plain Layout
29627 Packages ! mathtools
29628 \end_layout
29629
29630 \end_inset
29631
29632  the option 
29633 \family sans
29634 Load
29635 \begin_inset space ~
29636 \end_inset
29637
29638 always
29639 \family default
29640 .
29641  Then you can use the command 
29642 \series bold
29643
29644 \backslash
29645 shortintertext
29646 \series default
29647
29648 \begin_inset Index idx
29649 status collapsed
29650
29651 \begin_layout Plain Layout
29652 Commands ! S ! 
29653 \backslash
29654 shortintertext
29655 \end_layout
29656
29657 \end_inset
29658
29659  instead of 
29660 \series bold
29661
29662 \backslash
29663 intertext
29664 \series default
29665 :
29666 \end_layout
29667
29668 \begin_layout Standard
29669 \begin_inset Formula 
29670 \begin{align}
29671 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29672 \shortintertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29673 \end{align}
29674
29675 \end_inset
29676
29677
29678 \end_layout
29679
29680 \begin_layout Section
29681 Formula Numbering
29682 \begin_inset Index idx
29683 status collapsed
29684
29685 \begin_layout Plain Layout
29686 Formula numbering
29687 \end_layout
29688
29689 \end_inset
29690
29691
29692 \begin_inset Index idx
29693 status collapsed
29694
29695 \begin_layout Plain Layout
29696 Formula ! numbering|see
29697 \begin_inset ERT
29698 status collapsed
29699
29700 \begin_layout Plain Layout
29701
29702 {
29703 \end_layout
29704
29705 \end_inset
29706
29707 Formula numbering
29708 \begin_inset ERT
29709 status collapsed
29710
29711 \begin_layout Plain Layout
29712
29713 }
29714 \end_layout
29715
29716 \end_inset
29717
29718
29719 \end_layout
29720
29721 \end_inset
29722
29723
29724 \end_layout
29725
29726 \begin_layout Subsection
29727 General
29728 \end_layout
29729
29730 \begin_layout Standard
29731 Numbered formulas can be created with the menu 
29732 \family sans
29733 Insert\SpecialChar menuseparator
29734 Math\SpecialChar menuseparator
29735 Numbered
29736 \begin_inset space ~
29737 \end_inset
29738
29739 Formula
29740 \family default
29741  (shortcut 
29742 \begin_inset Info
29743 type  "shortcuts"
29744 arg   "command-sequence math-display; math-number-toggle;"
29745 \end_inset
29746
29747 ).
29748  Existing formulas can be numbered with the menu 
29749 \family sans
29750 Edit\SpecialChar menuseparator
29751 Math\SpecialChar menuseparator
29752 Toggle
29753 \begin_inset space ~
29754 \end_inset
29755
29756 Numbering
29757 \family default
29758  (shortcut 
29759 \begin_inset Info
29760 type  "shortcut"
29761 arg   "math-number-toggle"
29762 \end_inset
29763
29764 ).
29765  The formula number is displayed in \SpecialChar LyX
29766  behind the formula as a number sign
29767  in parentheses.
29768  The number sign is replaced in the output by the formula number.
29769 \end_layout
29770
29771 \begin_layout Standard
29772 When numbering is turned on in multiline formulas, all lines will be numbered.
29773  But the numbering can be controlled with the menu 
29774 \family sans
29775 Edit\SpecialChar menuseparator
29776 Math\SpecialChar menuseparator
29777 Toggle
29778 \begin_inset space ~
29779 \end_inset
29780
29781 Numbering
29782 \begin_inset space ~
29783 \end_inset
29784
29785 of
29786 \begin_inset space ~
29787 \end_inset
29788
29789 Line
29790 \family default
29791  (shortcut 
29792 \begin_inset Info
29793 type  "shortcut"
29794 arg   "math-number-line-toggle"
29795 \end_inset
29796
29797 ) for every line.
29798 \end_layout
29799
29800 \begin_layout Standard
29801 Except for inline formulas, all formulas can be numbered with two different
29802  styles, see 
29803 \begin_inset CommandInset ref
29804 LatexCommand ref
29805 reference "sec:Formula-Styles"
29806
29807 \end_inset
29808
29809 .
29810 \end_layout
29811
29812 \begin_layout Subsection
29813 Cross-References
29814 \begin_inset Index idx
29815 status collapsed
29816
29817 \begin_layout Plain Layout
29818 Cross-references ! to formulas
29819 \end_layout
29820
29821 \end_inset
29822
29823
29824 \end_layout
29825
29826 \begin_layout Standard
29827 All labeled formulas can be cross-referenced.
29828  A label is added by the menu 
29829 \family sans
29830 Insert\SpecialChar menuseparator
29831 Label
29832 \family default
29833  or the toolbar button 
29834 \begin_inset Info
29835 type  "icon"
29836 arg   "label-insert"
29837 \end_inset
29838
29839 .
29840  The cursor must hereby be inside a displayed formula.
29841  Alternatively you can right-click on the formula and choose 
29842 \family sans
29843 Equation Label
29844 \family default
29845 .
29846  A dialog pops up displaying the prefix 
29847 \series bold
29848 eq:
29849 \series default
29850  in a text field.
29851  The label is inserted there behind the prefix.
29852  The predefined prefix means 
29853 \begin_inset Quotes eld
29854 \end_inset
29855
29856 equation
29857 \begin_inset Quotes erd
29858 \end_inset
29859
29860  and makes it easier to find labels in large documents because it marks
29861  it as formula label to divide it from e.
29862 \begin_inset space \thinspace{}
29863 \end_inset
29864
29865 g.
29866 \begin_inset space \space{}
29867 \end_inset
29868
29869 section labels.
29870  To change a label, the menu 
29871 \family sans
29872 Insert\SpecialChar menuseparator
29873 Label
29874 \family default
29875  is used again or you right-click on a formula and then on 
29876 \family sans
29877 Equation Label
29878 \family default
29879 .
29880 \end_layout
29881
29882 \begin_layout Standard
29883 The name of the label is displayed in \SpecialChar LyX
29884  within two parentheses behind formula.
29885  A formula with a label is always numbered.
29886 \end_layout
29887
29888 \begin_layout Standard
29889 Cross-references are inserted via the menu 
29890 \family sans
29891 Insert\SpecialChar menuseparator
29892 Cross-Reference
29893 \family default
29894  or with the toolbar button 
29895 \begin_inset Info
29896 type  "icon"
29897 arg   "dialog-show-new-inset ref"
29898 \end_inset
29899
29900 .
29901  A formula cross-reference appears in the output as formula number.
29902  When in the cross-reference dialog window the format 
29903 \series bold
29904 (<reference>)
29905 \series default
29906  is chosen, the cross-reference appears in the output as formula number
29907  in parentheses.
29908 \begin_inset Newline newline
29909 \end_inset
29910
29911 By right-clicking on a cross-reference in \SpecialChar LyX
29912 , one jumps to the formula that
29913  is referenced.
29914 \end_layout
29915
29916 \begin_layout Standard
29917 Here are as examples cross-references to formulas of the following subsections:
29918 \begin_inset Note Note
29919 status open
29920
29921 \begin_layout Plain Layout
29922 Note the different cross-reference types.
29923 \end_layout
29924
29925 \end_inset
29926
29927
29928 \end_layout
29929
29930 \begin_layout Standard
29931 The equations 
29932 \begin_inset CommandInset ref
29933 LatexCommand eqref
29934 reference "eq:tag"
29935
29936 \end_inset
29937
29938  and 
29939 \begin_inset CommandInset ref
29940 LatexCommand eqref
29941 reference "eq:c"
29942
29943 \end_inset
29944
29945  are equivalent.
29946  In (
29947 \begin_inset CommandInset ref
29948 LatexCommand ref
29949 reference "eq:Lat"
29950
29951 \end_inset
29952
29953 ) big Latin letters are used for the numbering in contrary to (
29954 \begin_inset CommandInset ref
29955 LatexCommand ref
29956 reference "eq:Rom"
29957
29958 \end_inset
29959
29960 ).
29961 \end_layout
29962
29963 \begin_layout Standard
29964 \begin_inset VSpace medskip
29965 \end_inset
29966
29967 When the argument of 
29968 \series bold
29969
29970 \backslash
29971 tag
29972 \begin_inset Foot
29973 status collapsed
29974
29975 \begin_layout Plain Layout
29976
29977 \series bold
29978
29979 \backslash
29980 tag
29981 \series default
29982  is described in 
29983 \begin_inset CommandInset ref
29984 LatexCommand ref
29985 reference "subsec:User-defined-Numbering"
29986
29987 \end_inset
29988
29989 .
29990 \end_layout
29991
29992 \end_inset
29993
29994
29995 \series default
29996  contains a box like in 
29997 \begin_inset CommandInset ref
29998 LatexCommand ref
29999 reference "subsec:Paragraph-Boxes"
30000
30001 \end_inset
30002
30003 , the formula cannot be referenced.
30004 \end_layout
30005
30006 \begin_layout Subsection
30007 Subnumbering
30008 \begin_inset Index idx
30009 status collapsed
30010
30011 \begin_layout Plain Layout
30012 Formula numbering ! subnumbering
30013 \end_layout
30014
30015 \end_inset
30016
30017
30018 \end_layout
30019
30020 \begin_layout Standard
30021 Formulas can be numbered as subequations.
30022  To activate this feature, add the module 
30023 \family sans
30024 Subequations
30025 \family default
30026  to the document in the menu 
30027 \family sans
30028 Document\SpecialChar menuseparator
30029 Settings\SpecialChar menuseparator
30030 Modules
30031 \family default
30032 .
30033  To insert subequations use the menu 
30034 \family sans
30035 Insert\SpecialChar menuseparator
30036 Custom Insets\SpecialChar menuseparator
30037 Subequations
30038 \family default
30039 .
30040 \end_layout
30041
30042 \begin_layout Standard
30043 The equations to be subnumbered are put into the 
30044 \family sans
30045 Subequations
30046 \family default
30047  inset.
30048  An example:
30049 \begin_inset Formula 
30050 \begin{equation}
30051 A=C-B
30052 \end{equation}
30053
30054 \end_inset
30055
30056
30057 \begin_inset VSpace -5mm
30058 \end_inset
30059
30060
30061 \begin_inset Flex Subequations
30062 status open
30063
30064 \begin_layout Plain Layout
30065 \begin_inset Formula 
30066 \begin{equation}
30067 B=C-A\label{eq:b}
30068 \end{equation}
30069
30070 \end_inset
30071
30072
30073 \begin_inset Formula 
30074 \begin{equation}
30075 C=A+B\label{eq:c}
30076 \end{equation}
30077
30078 \end_inset
30079
30080
30081 \end_layout
30082
30083 \end_inset
30084
30085
30086 \end_layout
30087
30088 \begin_layout Standard
30089 Every formula in the 
30090 \family sans
30091 Subequations
30092 \family default
30093  inset will be subnumbered with a, b, c, \SpecialChar ldots
30094  in the output.
30095  For multiline formulas every line will be subnumbered.
30096 \end_layout
30097
30098 \begin_layout Standard
30099 Referencing subequations work like for normal equations: 
30100 \begin_inset CommandInset ref
30101 LatexCommand eqref
30102 reference "eq:b"
30103
30104 \end_inset
30105
30106
30107 \begin_inset CommandInset ref
30108 LatexCommand eqref
30109 reference "eq:c"
30110
30111 \end_inset
30112
30113 .
30114  If you want to reference the subequations collectively, insert a label
30115  as first thing in the 
30116 \family sans
30117 Subequations
30118 \family default
30119  inset.
30120  Formula 
30121 \begin_inset CommandInset ref
30122 LatexCommand eqref
30123 reference "eq:Here-is-an"
30124 plural "false"
30125 caps "false"
30126 noprefix "false"
30127
30128 \end_inset
30129
30130  is an example.
30131 \end_layout
30132
30133 \begin_layout Standard
30134 By inserting subequations vertical space is added before it.
30135  To remove this, insert -5
30136 \begin_inset space \thinspace{}
30137 \end_inset
30138
30139 mm vertical space right before the 
30140 \family sans
30141 Subequations
30142 \family default
30143  inset.
30144  If the formula style 
30145 \series bold
30146 Indented
30147 \begin_inset Foot
30148 status collapsed
30149
30150 \begin_layout Plain Layout
30151 formula styles see 
30152 \begin_inset CommandInset ref
30153 LatexCommand ref
30154 reference "sec:Formula-Styles"
30155
30156 \end_inset
30157
30158
30159 \end_layout
30160
30161 \end_inset
30162
30163
30164 \series default
30165  is used, insert -7
30166 \begin_inset space \thinspace{}
30167 \end_inset
30168
30169 mm space instead.
30170 \end_layout
30171
30172 \begin_layout Standard
30173 To get another subnumber instead of small Latin letters, insert this command
30174  as \SpecialChar TeX
30175  code before the equations in the 
30176 \family sans
30177 Subequations
30178 \family default
30179  inset:
30180 \end_layout
30181
30182 \begin_layout Standard
30183
30184 \series bold
30185
30186 \backslash
30187 renewcommand{
30188 \backslash
30189 theequation}{
30190 \backslash
30191 theparentequation -
30192 \backslash
30193 roman{equation}}
30194 \end_layout
30195
30196 \begin_layout Standard
30197
30198 \series bold
30199
30200 \backslash
30201 theparentequation
30202 \series default
30203  creates hereby the parent number and 
30204 \series bold
30205
30206 \backslash
30207 roman{equation}
30208 \series default
30209  adds a small Roman number as subnumber.
30210  For more information about the customization of the numbering, see 
30211 \begin_inset CommandInset ref
30212 LatexCommand ref
30213 reference "subsec:Numbering-with-Roman"
30214
30215 \end_inset
30216
30217 .
30218 \end_layout
30219
30220 \begin_layout Standard
30221 Here is an example for a multiline formula where the numbering is customized
30222  and turned off for the second line:
30223 \begin_inset Flex Subequations
30224 status open
30225
30226 \begin_layout Plain Layout
30227 \begin_inset CommandInset label
30228 LatexCommand label
30229 name "eq:Here-is-an"
30230
30231 \end_inset
30232
30233
30234 \begin_inset ERT
30235 status open
30236
30237 \begin_layout Plain Layout
30238
30239
30240 \backslash
30241 renewcommand{
30242 \backslash
30243 theequation}{
30244 \backslash
30245 theparentequation -
30246 \backslash
30247 roman{equation}}
30248 \end_layout
30249
30250 \end_inset
30251
30252
30253 \begin_inset Formula 
30254 \begin{eqnarray}
30255 A & = & (B-Z)^{2}=(B-Z)(B-Z)\\
30256  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30257  & = & B^{2}-2BZ+Z^{2}
30258 \end{eqnarray}
30259
30260 \end_inset
30261
30262
30263 \end_layout
30264
30265 \end_inset
30266
30267
30268 \end_layout
30269
30270 \begin_layout Subsection
30271 Numbering with Roman Numbers and Letters
30272 \begin_inset CommandInset label
30273 LatexCommand label
30274 name "subsec:Numbering-with-Roman"
30275
30276 \end_inset
30277
30278
30279 \begin_inset Index idx
30280 status collapsed
30281
30282 \begin_layout Plain Layout
30283 Formula numbering ! with letters
30284 \end_layout
30285
30286 \end_inset
30287
30288
30289 \begin_inset Index idx
30290 status collapsed
30291
30292 \begin_layout Plain Layout
30293 Formula numbering ! with Roman numbers
30294 \end_layout
30295
30296 \end_inset
30297
30298
30299 \end_layout
30300
30301 \begin_layout Standard
30302 Formulas can also be numbered with Roman numbers and Latin letters.
30303  To number for example with small Roman numbers, the command
30304 \end_layout
30305
30306 \begin_layout Standard
30307
30308 \series bold
30309
30310 \backslash
30311 renewcommand{
30312 \backslash
30313 theequation}{
30314 \backslash
30315 roman{equation}}
30316 \end_layout
30317
30318 \begin_layout Standard
30319 is inserted before the formula in \SpecialChar TeX
30320  mode.
30321  
30322 \series bold
30323
30324 \backslash
30325 renewcommand
30326 \series default
30327
30328 \begin_inset Index idx
30329 status collapsed
30330
30331 \begin_layout Plain Layout
30332 Commands ! R ! 
30333 \backslash
30334 renewcommand
30335 \end_layout
30336
30337 \end_inset
30338
30339  redefines the predefined command 
30340 \series bold
30341
30342 \backslash
30343 theequation
30344 \series default
30345  to the command 
30346 \series bold
30347
30348 \backslash
30349 roman{equation}
30350 \series default
30351 .
30352 \begin_inset Foot
30353 status collapsed
30354
30355 \begin_layout Plain Layout
30356 The command 
30357 \series bold
30358
30359 \backslash
30360 renewcommand
30361 \series default
30362  has the same scheme like the command 
30363 \series bold
30364
30365 \backslash
30366 newcommand
30367 \series default
30368  that is described in 
30369 \begin_inset CommandInset ref
30370 LatexCommand ref
30371 reference "subsec:The-Command-newcommand"
30372
30373 \end_inset
30374
30375 .
30376 \end_layout
30377
30378 \end_inset
30379
30380  
30381 \series bold
30382 equation
30383 \series default
30384  is the formula counter.
30385  When the command 
30386 \series bold
30387
30388 \backslash
30389 the
30390 \series default
30391  is used as prefix for a counter, the value of the counter is output as
30392  Arabic number.
30393  When a formula is numbered, \SpecialChar LaTeX
30394  sets internally the command 
30395 \series bold
30396
30397 \backslash
30398 theequation
30399 \series default
30400  behind the formula.
30401  
30402 \series bold
30403
30404 \backslash
30405 roman{equation}
30406 \begin_inset Index idx
30407 status collapsed
30408
30409 \begin_layout Plain Layout
30410 Commands ! R ! 
30411 \backslash
30412 roman
30413 \end_layout
30414
30415 \end_inset
30416
30417
30418 \series default
30419  outputs the counter as small Roman number.
30420 \end_layout
30421
30422 \begin_layout Standard
30423 All formulas behind the command 
30424 \series bold
30425
30426 \backslash
30427 renew
30428 \series default
30429 c
30430 \series bold
30431 ommand
30432 \series default
30433  are now numbered Roman.
30434  To switch to numbering with big Roman numbers, the command is inserted
30435  again, but 
30436 \series bold
30437
30438 \backslash
30439 roman
30440 \series default
30441  is replaced by 
30442 \series bold
30443
30444 \backslash
30445 Roman
30446 \series default
30447
30448 \begin_inset Index idx
30449 status collapsed
30450
30451 \begin_layout Plain Layout
30452 Commands ! R ! 
30453 \backslash
30454 roman@
30455 \backslash
30456 Roman
30457 \end_layout
30458
30459 \end_inset
30460
30461 .
30462  To 
30463 \begin_inset Quotes eld
30464 \end_inset
30465
30466 number
30467 \begin_inset Quotes erd
30468 \end_inset
30469
30470  with small Latin letters there is the command 
30471 \series bold
30472
30473 \backslash
30474 alph
30475 \series default
30476
30477 \begin_inset Index idx
30478 status collapsed
30479
30480 \begin_layout Plain Layout
30481 Commands ! A ! 
30482 \backslash
30483 alph
30484 \end_layout
30485
30486 \end_inset
30487
30488 , for big ones there is the command 
30489 \series bold
30490
30491 \backslash
30492 Alph
30493 \series default
30494
30495 \begin_inset Index idx
30496 status collapsed
30497
30498 \begin_layout Plain Layout
30499 Commands ! A ! 
30500 \backslash
30501 alph@
30502 \backslash
30503 Alph
30504 \end_layout
30505
30506 \end_inset
30507
30508 .
30509 \end_layout
30510
30511 \begin_layout Standard
30512 \begin_inset Note Greyedout
30513 status open
30514
30515 \begin_layout Plain Layout
30516
30517 \series bold
30518 Note:
30519 \series default
30520  Only maximal 26
30521 \begin_inset space ~
30522 \end_inset
30523
30524 formulas can be numbered with Latin letters in one document.
30525 \end_layout
30526
30527 \end_inset
30528
30529
30530 \end_layout
30531
30532 \begin_layout Standard
30533 \begin_inset ERT
30534 status collapsed
30535
30536 \begin_layout Plain Layout
30537
30538
30539 \backslash
30540 renewcommand{
30541 \backslash
30542 theequation}{
30543 \backslash
30544 roman{equation}}
30545 \end_layout
30546
30547 \end_inset
30548
30549
30550 \end_layout
30551
30552 \begin_layout Standard
30553 \begin_inset Formula 
30554 \begin{equation}
30555 A=\textrm{small roman}
30556 \end{equation}
30557
30558 \end_inset
30559
30560
30561 \begin_inset ERT
30562 status collapsed
30563
30564 \begin_layout Plain Layout
30565
30566
30567 \backslash
30568 renewcommand{
30569 \backslash
30570 theequation}{
30571 \backslash
30572 Roman{equation}}
30573 \end_layout
30574
30575 \end_inset
30576
30577
30578 \begin_inset Formula 
30579 \begin{equation}
30580 B=\textrm{big Roman}\label{eq:Rom}
30581 \end{equation}
30582
30583 \end_inset
30584
30585
30586 \begin_inset ERT
30587 status collapsed
30588
30589 \begin_layout Plain Layout
30590
30591
30592 \backslash
30593 renewcommand{
30594 \backslash
30595 theequation}{
30596 \backslash
30597 alph{equation}}
30598 \end_layout
30599
30600 \end_inset
30601
30602
30603 \begin_inset Formula 
30604 \begin{equation}
30605 C=\textrm{small Latin}
30606 \end{equation}
30607
30608 \end_inset
30609
30610
30611 \begin_inset ERT
30612 status collapsed
30613
30614 \begin_layout Plain Layout
30615
30616
30617 \backslash
30618 renewcommand{
30619 \backslash
30620 theequation}{
30621 \backslash
30622 Alph{equation}}
30623 \end_layout
30624
30625 \end_inset
30626
30627
30628 \begin_inset Formula 
30629 \begin{equation}
30630 D=\textrm{big Latin}\label{eq:Lat}
30631 \end{equation}
30632
30633 \end_inset
30634
30635
30636 \end_layout
30637
30638 \begin_layout Standard
30639 To switch back to the default numbering, insert the command:
30640 \end_layout
30641
30642 \begin_layout Standard
30643
30644 \series bold
30645
30646 \backslash
30647 renewcommand{
30648 \backslash
30649 theequation}{
30650 \backslash
30651 arabic{equation}}
30652 \begin_inset Index idx
30653 status collapsed
30654
30655 \begin_layout Plain Layout
30656 Commands ! A ! 
30657 \backslash
30658 arabic
30659 \end_layout
30660
30661 \end_inset
30662
30663
30664 \end_layout
30665
30666 \begin_layout Standard
30667 \begin_inset ERT
30668 status collapsed
30669
30670 \begin_layout Plain Layout
30671
30672
30673 \backslash
30674 renewcommand{
30675 \backslash
30676 theequation}{
30677 \backslash
30678 arabic{equation}}
30679 \end_layout
30680
30681 \end_inset
30682
30683
30684 \begin_inset Formula 
30685 \begin{equation}
30686 E=\textrm{Arabic}
30687 \end{equation}
30688
30689 \end_inset
30690
30691
30692 \end_layout
30693
30694 \begin_layout Standard
30695 \begin_inset VSpace medskip
30696 \end_inset
30697
30698 As you see, formulas are numbered serially independent from the numbering
30699  style.
30700  When then numbering should start with 
30701 \begin_inset Quotes eld
30702 \end_inset
30703
30704 1
30705 \begin_inset Quotes erd
30706 \end_inset
30707
30708  when the style is changed, new equation counters have to be defined.
30709  A description about this can be found in the file 
30710 \begin_inset CommandInset href
30711 LatexCommand href
30712 name "Formula-numbering.lyx"
30713 target "run:Formula-numbering.lyx"
30714 literal "false"
30715
30716 \end_inset
30717
30718 .
30719 \end_layout
30720
30721 \begin_layout Subsection
30722 User-defined Numbering
30723 \begin_inset CommandInset label
30724 LatexCommand label
30725 name "subsec:User-defined-Numbering"
30726
30727 \end_inset
30728
30729
30730 \begin_inset Index idx
30731 status collapsed
30732
30733 \begin_layout Plain Layout
30734 Formula numbering ! user-defined
30735 \end_layout
30736
30737 \end_inset
30738
30739
30740 \end_layout
30741
30742 \begin_layout Standard
30743 \begin_inset Note Greyedout
30744 status open
30745
30746 \begin_layout Plain Layout
30747
30748 \series bold
30749 Note:
30750 \series default
30751  If the document language is a right-to-left language such as Arabic, you
30752  must add this to the to the \SpecialChar LaTeX
30753 -preamble to be able to use the commands described
30754  in this section:
30755 \begin_inset Newline newline
30756 \end_inset
30757
30758
30759 \series bold
30760
30761 \backslash
30762 AtBeginDocument{
30763 \begin_inset Newline newline
30764 \end_inset
30765
30766
30767 \begin_inset Phantom HPhantom
30768 status open
30769
30770 \begin_layout Plain Layout
30771
30772 \series bold
30773 \begin_inset space ~
30774 \end_inset
30775
30776
30777 \end_layout
30778
30779 \end_inset
30780
30781
30782 \backslash
30783 def
30784 \backslash
30785 tagform@#1{
30786 \backslash
30787 maketag@@@{(
30788 \backslash
30789 ignorespaces#1
30790 \backslash
30791 unskip)}} }
30792 \end_layout
30793
30794 \end_inset
30795
30796
30797 \end_layout
30798
30799 \begin_layout Standard
30800 \begin_inset Index idx
30801 status collapsed
30802
30803 \begin_layout Plain Layout
30804 Formula numbering ! self-defined delimiters
30805 \end_layout
30806
30807 \end_inset
30808
30809 With the standard numbering parentheses are set around the formula number.
30810  To replace the parentheses for example by vertical bars, the following
30811  line is added to the \SpecialChar LaTeX
30812 -preamble:
30813 \end_layout
30814
30815 \begin_layout Standard
30816
30817 \series bold
30818
30819 \backslash
30820 AtBeginDocument{
30821 \begin_inset Newline newline
30822 \end_inset
30823
30824
30825 \begin_inset Phantom HPhantom
30826 status open
30827
30828 \begin_layout Plain Layout
30829
30830 \series bold
30831 \begin_inset space ~
30832 \end_inset
30833
30834
30835 \end_layout
30836
30837 \end_inset
30838
30839
30840 \backslash
30841 def
30842 \backslash
30843 tagform@#1{
30844 \backslash
30845 maketag@@@{|#1|}} }
30846 \series default
30847
30848 \begin_inset Note Note
30849 status collapsed
30850
30851 \begin_layout Plain Layout
30852 This macro is already declared in the \SpecialChar LaTeX
30853 -preamble for testing.
30854  To activate it, remove the percent signs at the beginning.
30855 \end_layout
30856
30857 \end_inset
30858
30859
30860 \end_layout
30861
30862 \begin_layout Standard
30863 To use other characters, the vertical bars besides the 
30864 \series bold
30865 #1
30866 \series default
30867  are replaced by one ore more characters.
30868  To get only the formula number the vertical bars are omitted.
30869 \end_layout
30870
30871 \begin_layout Standard
30872 \begin_inset VSpace bigskip
30873 \end_inset
30874
30875 When there should be an expression of your choice instead of the consecutive
30876  formula number in parentheses behind the formula, the command 
30877 \series bold
30878
30879 \backslash
30880 tag
30881 \series default
30882
30883 \begin_inset Index idx
30884 status collapsed
30885
30886 \begin_layout Plain Layout
30887 Commands ! T ! 
30888 \backslash
30889 tag
30890 \end_layout
30891
30892 \end_inset
30893
30894  is used:
30895 \begin_inset Formula 
30896 \begin{equation}
30897 A+B=C\tag{something}\label{eq:tag}
30898 \end{equation}
30899
30900 \end_inset
30901
30902 In this example the command 
30903 \series bold
30904
30905 \backslash
30906 tag
30907 \begin_inset space \textvisiblespace{}
30908 \end_inset
30909
30910 something
30911 \series default
30912  was inserted in the formula.
30913 \end_layout
30914
30915 \begin_layout Standard
30916 When the command 
30917 \series bold
30918
30919 \backslash
30920 tag*
30921 \begin_inset space \textvisiblespace{}
30922 \end_inset
30923
30924 something
30925 \series default
30926  is inserted instead, the star prevents the parentheses around the expression:
30927 \begin_inset Formula 
30928 \[
30929 A+B=C\tag*{something}
30930 \]
30931
30932 \end_inset
30933
30934
30935 \end_layout
30936
30937 \begin_layout Standard
30938 \begin_inset VSpace bigskip
30939 \end_inset
30940
30941 To restart the formula numbering with new document parts or sections, the
30942  following command is used:
30943 \end_layout
30944
30945 \begin_layout Standard
30946
30947 \series bold
30948
30949 \backslash
30950 @addtoreset{equation}{part}
30951 \series default
30952
30953 \begin_inset Index idx
30954 status collapsed
30955
30956 \begin_layout Plain Layout
30957 Commands ! 
30958 \begin_inset ERT
30959 status collapsed
30960
30961 \begin_layout Plain Layout
30962
30963 "
30964 \end_layout
30965
30966 \end_inset
30967
30968 @
30969 \begin_inset ERT
30970 status collapsed
30971
30972 \begin_layout Plain Layout
30973
30974 "
30975 \end_layout
30976
30977 \end_inset
30978
30979  ! 
30980 \backslash
30981
30982 \begin_inset ERT
30983 status collapsed
30984
30985 \begin_layout Plain Layout
30986
30987 "
30988 \end_layout
30989
30990 \end_inset
30991
30992 @
30993 \begin_inset ERT
30994 status collapsed
30995
30996 \begin_layout Plain Layout
30997
30998 "
30999 \end_layout
31000
31001 \end_inset
31002
31003 addtoreset
31004 \end_layout
31005
31006 \end_inset
31007
31008
31009 \begin_inset Newline newline
31010 \end_inset
31011
31012 resp.
31013 \begin_inset Newline newline
31014 \end_inset
31015
31016
31017 \series bold
31018
31019 \backslash
31020 @addtoreset{equation}{section}
31021 \end_layout
31022
31023 \begin_layout Standard
31024 To be able to use these commands in \SpecialChar TeX
31025  mode, the 
31026 \begin_inset Quotes eld
31027 \end_inset
31028
31029 @
31030 \begin_inset Quotes erd
31031 \end_inset
31032
31033  character has to be made 
31034 \begin_inset Quotes eld
31035 \end_inset
31036
31037 active
31038 \begin_inset Quotes erd
31039 \end_inset
31040
31041  for \SpecialChar LaTeX
31042  using the command 
31043 \series bold
31044
31045 \backslash
31046 makeatletter.
31047
31048 \series default
31049  The command 
31050 \series bold
31051
31052 \backslash
31053 makeatother
31054 \series default
31055  reverts this.
31056  So the command sequence in \SpecialChar TeX
31057  mode is:
31058 \end_layout
31059
31060 \begin_layout Standard
31061
31062 \series bold
31063
31064 \backslash
31065 makeatletter
31066 \begin_inset Newline newline
31067 \end_inset
31068
31069
31070 \backslash
31071 @addtoreset{equation}{section}
31072 \begin_inset Newline newline
31073 \end_inset
31074
31075
31076 \backslash
31077 makeatother
31078 \end_layout
31079
31080 \begin_layout Standard
31081 In the \SpecialChar LaTeX
31082 -preamble 
31083 \series bold
31084
31085 \backslash
31086 makeatletter
31087 \series default
31088  and 
31089 \series bold
31090
31091 \backslash
31092 makeatother
31093 \series default
31094  can be omitted as they are automatically internally inserted by \SpecialChar LyX
31095 .
31096 \end_layout
31097
31098 \begin_layout Standard
31099 To revert 
31100 \series bold
31101
31102 \backslash
31103 @addtoreset
31104 \series default
31105 , the file 
31106 \series bold
31107 remreset.sty
31108 \series default
31109
31110 \begin_inset Foot
31111 status collapsed
31112
31113 \begin_layout Plain Layout
31114
31115 \series bold
31116 remreset
31117 \series default
31118  is part of the \SpecialChar LaTeX
31119 -package 
31120 \series bold
31121 carlisle
31122 \series default
31123
31124 \begin_inset Index idx
31125 status collapsed
31126
31127 \begin_layout Plain Layout
31128 Packages ! carlisle
31129 \end_layout
31130
31131 \end_inset
31132
31133  that is part of every \SpecialChar LaTeX
31134  standard installation.
31135 \end_layout
31136
31137 \end_inset
31138
31139
31140 \begin_inset Index idx
31141 status collapsed
31142
31143 \begin_layout Plain Layout
31144 Packages ! remreset
31145 \end_layout
31146
31147 \end_inset
31148
31149  has to be loaded in the \SpecialChar LaTeX
31150 -preamble with the line
31151 \end_layout
31152
31153 \begin_layout Standard
31154
31155 \series bold
31156
31157 \backslash
31158 usepackage{remreset}
31159 \end_layout
31160
31161 \begin_layout Standard
31162 Then the command 
31163 \series bold
31164
31165 \backslash
31166 @removefromreset
31167 \series default
31168
31169 \begin_inset Index idx
31170 status collapsed
31171
31172 \begin_layout Plain Layout
31173 Commands ! 
31174 \begin_inset ERT
31175 status collapsed
31176
31177 \begin_layout Plain Layout
31178
31179 "
31180 \end_layout
31181
31182 \end_inset
31183
31184 @
31185 \begin_inset ERT
31186 status collapsed
31187
31188 \begin_layout Plain Layout
31189
31190 "
31191 \end_layout
31192
31193 \end_inset
31194
31195  ! 
31196 \backslash
31197
31198 \begin_inset ERT
31199 status collapsed
31200
31201 \begin_layout Plain Layout
31202
31203 "
31204 \end_layout
31205
31206 \end_inset
31207
31208 @
31209 \begin_inset ERT
31210 status collapsed
31211
31212 \begin_layout Plain Layout
31213
31214 "
31215 \end_layout
31216
31217 \end_inset
31218
31219 removefromreset
31220 \end_layout
31221
31222 \end_inset
31223
31224  can be used with the same scheme as 
31225 \series bold
31226
31227 \backslash
31228 @addtoreset
31229 \series default
31230 .
31231 \end_layout
31232
31233 \begin_layout Standard
31234 \begin_inset VSpace bigskip
31235 \end_inset
31236
31237 Sometimes formulas should be numbered in the following form:
31238 \end_layout
31239
31240 \begin_layout Standard
31241
31242 \family typewriter
31243 (section number.formula number)
31244 \end_layout
31245
31246 \begin_layout Standard
31247 The formula number should start with every section with 
31248 \begin_inset Quotes eld
31249 \end_inset
31250
31251 1
31252 \begin_inset Quotes erd
31253 \end_inset
31254
31255 .
31256 \end_layout
31257
31258 \begin_layout Standard
31259 For this case there is the command 
31260 \series bold
31261
31262 \backslash
31263 numberwithin
31264 \series default
31265
31266 \begin_inset Index idx
31267 status collapsed
31268
31269 \begin_layout Plain Layout
31270 Commands ! N ! 
31271 \backslash
31272 numberwithin
31273 \end_layout
31274
31275 \end_inset
31276
31277 , which is used with the following scheme:
31278 \end_layout
31279
31280 \begin_layout Standard
31281
31282 \series bold
31283
31284 \backslash
31285 numberwithin{counter}{sectioning}
31286 \end_layout
31287
31288 \begin_layout Standard
31289 Counter denotes what kind of numbering is affected, sectioning denotes what
31290  number is before the dot.
31291 \end_layout
31292
31293 \begin_layout Standard
31294 Thus in our case the following \SpecialChar LaTeX
31295  preamble or \SpecialChar TeX
31296  code line is used:
31297 \end_layout
31298
31299 \begin_layout Standard
31300
31301 \series bold
31302
31303 \backslash
31304 numberwithin{equation}{section}
31305 \end_layout
31306
31307 \begin_layout Standard
31308 This is the result:
31309 \begin_inset ERT
31310 status collapsed
31311
31312 \begin_layout Plain Layout
31313
31314
31315 \backslash
31316 numberwithin{equation}{section}
31317 \end_layout
31318
31319 \end_inset
31320
31321
31322 \begin_inset Formula 
31323 \begin{equation}
31324 A+B=C
31325 \end{equation}
31326
31327 \end_inset
31328
31329
31330 \end_layout
31331
31332 \begin_layout Standard
31333 To number e.
31334 \begin_inset space \thinspace{}
31335 \end_inset
31336
31337 g.
31338 \begin_inset space \space{}
31339 \end_inset
31340
31341 tables so that the number of the part is the sectioning,
31342 \begin_inset Newline newline
31343 \end_inset
31344
31345
31346 \series bold
31347
31348 \backslash
31349 numberwithin{table}{part}
31350 \series default
31351  is used.
31352 \end_layout
31353
31354 \begin_layout Standard
31355 To go back to the standard numbering or to prevent this kind of numbering
31356  when it is defined by the document class, the following command is inserted
31357  as \SpecialChar TeX
31358  code or to the \SpecialChar LaTeX
31359  preamble:
31360 \end_layout
31361
31362 \begin_layout Standard
31363
31364 \series bold
31365
31366 \backslash
31367 renewcommand{
31368 \backslash
31369 theequation}{
31370 \backslash
31371 arabic{equation}}
31372 \begin_inset Index idx
31373 status collapsed
31374
31375 \begin_layout Plain Layout
31376 Commands ! A ! 
31377 \backslash
31378 arabic
31379 \end_layout
31380
31381 \end_inset
31382
31383
31384 \series default
31385
31386 \begin_inset ERT
31387 status collapsed
31388
31389 \begin_layout Plain Layout
31390
31391
31392 \backslash
31393 renewcommand{
31394 \backslash
31395 theequation}{
31396 \backslash
31397 arabic{equation}}
31398 \end_layout
31399
31400 \end_inset
31401
31402
31403 \series bold
31404
31405 \begin_inset Newline newline
31406 \end_inset
31407
31408
31409 \series default
31410 or
31411 \series bold
31412
31413 \begin_inset Newline newline
31414 \end_inset
31415
31416
31417 \backslash
31418 renewcommand{
31419 \backslash
31420 thetable}{
31421 \backslash
31422 arabic{table}}
31423 \end_layout
31424
31425 \begin_layout Standard
31426
31427 \series bold
31428
31429 \backslash
31430 numberwithin
31431 \series default
31432  uses internally the command 
31433 \series bold
31434
31435 \backslash
31436 @addtoreset
31437 \series default
31438 , described above, that also needs to be reverted.
31439 \begin_inset ERT
31440 status collapsed
31441
31442 \begin_layout Plain Layout
31443
31444
31445 \backslash
31446 makeatletter
31447 \end_layout
31448
31449 \begin_layout Plain Layout
31450
31451
31452 \backslash
31453 @removefromreset{equation}{section}
31454 \end_layout
31455
31456 \begin_layout Plain Layout
31457
31458
31459 \backslash
31460 makeatother
31461 \end_layout
31462
31463 \end_inset
31464
31465
31466 \end_layout
31467
31468 \begin_layout Section
31469 Chemical Symbols and Equations
31470 \begin_inset CommandInset label
31471 LatexCommand label
31472 name "subsec:Chemical-Symbols-and"
31473
31474 \end_inset
31475
31476
31477 \begin_inset Index idx
31478 status collapsed
31479
31480 \begin_layout Plain Layout
31481 Chemical characters ! Symbols
31482 \end_layout
31483
31484 \end_inset
31485
31486
31487 \begin_inset Index idx
31488 status collapsed
31489
31490 \begin_layout Plain Layout
31491 Chemical equations
31492 \end_layout
31493
31494 \end_inset
31495
31496
31497 \begin_inset Index idx
31498 status collapsed
31499
31500 \begin_layout Plain Layout
31501 Symbols ! chemical
31502 \end_layout
31503
31504 \end_inset
31505
31506
31507 \end_layout
31508
31509 \begin_layout Standard
31510 An example text from chemistry:
31511 \end_layout
31512
31513 \begin_layout Quote
31514 The 
31515 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31516 \end_inset
31517
31518 -ion reacts with two 
31519 \begin_inset Formula $\mathrm{Na^{+}}$
31520 \end_inset
31521
31522 -ions to sodium sulfate 
31523 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31524 \end_inset
31525
31526 .
31527  The chemical equation for this is:
31528 \begin_inset Formula 
31529 \begin{equation}
31530 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31531 \end{equation}
31532
31533 \end_inset
31534
31535
31536 \end_layout
31537
31538 \begin_layout Standard
31539 This chemical equation can directly be created as formula.
31540  To avoid that the symbols appear italic, everything is highlighted and
31541  changed by the shortcut 
31542 \begin_inset Info
31543 type  "shortcut"
31544 arg   "font-roman"
31545 \end_inset
31546
31547  to the upright font style.
31548 \begin_inset Foot
31549 status collapsed
31550
31551 \begin_layout Plain Layout
31552 font styles
31553 \series bold
31554  
31555 \series default
31556 see 
31557 \begin_inset CommandInset ref
31558 LatexCommand ref
31559 reference "subsec:Font-Styles"
31560
31561 \end_inset
31562
31563
31564 \end_layout
31565
31566 \end_inset
31567
31568
31569 \end_layout
31570
31571 \begin_layout Standard
31572 A more convenient way to typeset chemical formulas is to use the command
31573  
31574 \series bold
31575
31576 \backslash
31577 ce
31578 \series default
31579
31580 \begin_inset Index idx
31581 status collapsed
31582
31583 \begin_layout Plain Layout
31584 Commands ! C ! 
31585 \backslash
31586 ce
31587 \end_layout
31588
31589 \end_inset
31590
31591  that is available when the \SpecialChar LaTeX
31592 -package 
31593 \series bold
31594 mhchem
31595 \series default
31596
31597 \begin_inset Index idx
31598 status collapsed
31599
31600 \begin_layout Plain Layout
31601 Packages ! mhchem
31602 \end_layout
31603
31604 \end_inset
31605
31606  is installed.
31607  After inserting 
31608 \series bold
31609
31610 \backslash
31611 ce
31612 \series default
31613  to a formula a new blue box appears where chemical formulas can be inserted
31614  in an intuitive way.
31615 \end_layout
31616
31617 \begin_layout Standard
31618 \align center
31619 \begin_inset Tabular
31620 <lyxtabular version="3" rows="10" columns="2">
31621 <features booktabs="true" tabularvalignment="middle">
31622 <column alignment="center" valignment="top" width="0pt">
31623 <column alignment="center" valignment="top">
31624 <row>
31625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31626 \begin_inset Text
31627
31628 \begin_layout Plain Layout
31629 Command
31630 \end_layout
31631
31632 \end_inset
31633 </cell>
31634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31635 \begin_inset Text
31636
31637 \begin_layout Plain Layout
31638 Result
31639 \end_layout
31640
31641 \end_inset
31642 </cell>
31643 </row>
31644 <row>
31645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31646 \begin_inset Text
31647
31648 \begin_layout Plain Layout
31649
31650 \backslash
31651 ce
31652 \begin_inset space \textvisiblespace{}
31653 \end_inset
31654
31655 H2CO3
31656 \end_layout
31657
31658 \end_inset
31659 </cell>
31660 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31661 \begin_inset Text
31662
31663 \begin_layout Plain Layout
31664 \begin_inset Formula $\ce{H2CO3}$
31665 \end_inset
31666
31667
31668 \end_layout
31669
31670 \end_inset
31671 </cell>
31672 </row>
31673 <row topspace="1.5mm">
31674 <cell alignment="center" valignment="top" usebox="none">
31675 \begin_inset Text
31676
31677 \begin_layout Plain Layout
31678
31679 \backslash
31680 ce
31681 \begin_inset space \textvisiblespace{}
31682 \end_inset
31683
31684 SO4^2-
31685 \end_layout
31686
31687 \end_inset
31688 </cell>
31689 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31690 \begin_inset Text
31691
31692 \begin_layout Plain Layout
31693 \begin_inset Formula $\ce{SO4^{2-}}$
31694 \end_inset
31695
31696
31697 \end_layout
31698
31699 \end_inset
31700 </cell>
31701 </row>
31702 <row topspace="1.5mm">
31703 <cell alignment="center" valignment="top" usebox="none">
31704 \begin_inset Text
31705
31706 \begin_layout Plain Layout
31707
31708 \backslash
31709 ce
31710 \begin_inset space \textvisiblespace{}
31711 \end_inset
31712
31713 (NH4)2S
31714 \end_layout
31715
31716 \end_inset
31717 </cell>
31718 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31719 \begin_inset Text
31720
31721 \begin_layout Plain Layout
31722 \begin_inset Formula $\ce{(NH4)2S}$
31723 \end_inset
31724
31725
31726 \end_layout
31727
31728 \end_inset
31729 </cell>
31730 </row>
31731 <row topspace="1.5mm">
31732 <cell alignment="center" valignment="top" usebox="none">
31733 \begin_inset Text
31734
31735 \begin_layout Plain Layout
31736
31737 \backslash
31738 ce
31739 \begin_inset space \textvisiblespace{}
31740 \end_inset
31741
31742 KCr(SO4)2.12H2O
31743 \end_layout
31744
31745 \end_inset
31746 </cell>
31747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31748 \begin_inset Text
31749
31750 \begin_layout Plain Layout
31751 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
31752 \end_inset
31753
31754
31755 \end_layout
31756
31757 \end_inset
31758 </cell>
31759 </row>
31760 <row topspace="1.5mm">
31761 <cell alignment="center" valignment="top" usebox="none">
31762 \begin_inset Text
31763
31764 \begin_layout Plain Layout
31765
31766 \backslash
31767 ce
31768 \begin_inset space \textvisiblespace{}
31769 \end_inset
31770
31771 A-B
31772 \backslash
31773 dbond
31774 \begin_inset space \textvisiblespace{}
31775 \end_inset
31776
31777 C
31778 \backslash
31779 tbond
31780 \begin_inset space \textvisiblespace{}
31781 \end_inset
31782
31783 D
31784 \end_layout
31785
31786 \end_inset
31787 </cell>
31788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31789 \begin_inset Text
31790
31791 \begin_layout Plain Layout
31792 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
31793 \end_inset
31794
31795
31796 \end_layout
31797
31798 \end_inset
31799 </cell>
31800 </row>
31801 <row topspace="1.5mm">
31802 <cell alignment="center" valignment="top" usebox="none">
31803 \begin_inset Text
31804
31805 \begin_layout Plain Layout
31806
31807 \backslash
31808 ce
31809 \begin_inset space \textvisiblespace{}
31810 \end_inset
31811
31812 ^227
31813 \begin_inset Formula $\downarrow$
31814 \end_inset
31815
31816 _90
31817 \begin_inset Formula $\to$
31818 \end_inset
31819
31820 Th+
31821 \end_layout
31822
31823 \end_inset
31824 </cell>
31825 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31826 \begin_inset Text
31827
31828 \begin_layout Plain Layout
31829 \begin_inset Formula $\ce{_{90}^{227}Th+}$
31830 \end_inset
31831
31832
31833 \end_layout
31834
31835 \end_inset
31836 </cell>
31837 </row>
31838 <row>
31839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31840 \begin_inset Text
31841
31842 \begin_layout Plain Layout
31843
31844 \backslash
31845 ce
31846 \begin_inset space \textvisiblespace{}
31847 \end_inset
31848
31849
31850 \backslash
31851 mu
31852 \begin_inset space \textvisiblespace{}
31853 \end_inset
31854
31855
31856 \backslash
31857 hyphen
31858 \begin_inset space \textvisiblespace{}
31859 \end_inset
31860
31861 Cl
31862 \end_layout
31863
31864 \end_inset
31865 </cell>
31866 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31867 \begin_inset Text
31868
31869 \begin_layout Plain Layout
31870 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
31871 \end_inset
31872
31873
31874 \end_layout
31875
31876 \end_inset
31877 </cell>
31878 </row>
31879 <row>
31880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31881 \begin_inset Text
31882
31883 \begin_layout Plain Layout
31884
31885 \backslash
31886 ce
31887 \begin_inset space \textvisiblespace{}
31888 \end_inset
31889
31890 CO2
31891 \begin_inset space \textvisiblespace{}
31892 \end_inset
31893
31894 +
31895 \begin_inset space \textvisiblespace{}
31896 \end_inset
31897
31898 C
31899 \begin_inset space \textvisiblespace{}
31900 \end_inset
31901
31902 <=>
31903 \begin_inset space \textvisiblespace{}
31904 \end_inset
31905
31906 2CO
31907 \end_layout
31908
31909 \end_inset
31910 </cell>
31911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31912 \begin_inset Text
31913
31914 \begin_layout Plain Layout
31915 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
31916 \end_inset
31917
31918
31919 \end_layout
31920
31921 \end_inset
31922 </cell>
31923 </row>
31924 <row topspace="1.5mm">
31925 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31926 \begin_inset Text
31927
31928 \begin_layout Plain Layout
31929
31930 \backslash
31931 ce
31932 \begin_inset space \textvisiblespace{}
31933 \end_inset
31934
31935 CO2
31936 \begin_inset space \textvisiblespace{}
31937 \end_inset
31938
31939 +
31940 \begin_inset space \textvisiblespace{}
31941 \end_inset
31942
31943 C
31944 \begin_inset space \textvisiblespace{}
31945 \end_inset
31946
31947 ->[
31948 \backslash
31949 alpha][
31950 \backslash
31951 beta]
31952 \begin_inset space \textvisiblespace{}
31953 \end_inset
31954
31955 2CO}
31956 \end_layout
31957
31958 \end_inset
31959 </cell>
31960 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
31961 \begin_inset Text
31962
31963 \begin_layout Plain Layout
31964 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
31965 \end_inset
31966
31967
31968 \end_layout
31969
31970 \end_inset
31971 </cell>
31972 </row>
31973 </lyxtabular>
31974
31975 \end_inset
31976
31977
31978 \end_layout
31979
31980 \begin_layout Standard
31981 \begin_inset Note Greyedout
31982 status open
31983
31984 \begin_layout Plain Layout
31985
31986 \series bold
31987 Note:
31988 \series default
31989  It is not possible in \SpecialChar LyX
31990  to use the character ^ to get an up-arrow as described
31991  in the 
31992 \series bold
31993 mhchem
31994 \series default
31995  manual.
31996  One instead uses a negative thin space followed by the command 
31997 \series bold
31998
31999 \backslash
32000 uparrow
32001 \series default
32002
32003 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32004 \end_inset
32005
32006
32007 \end_layout
32008
32009 \end_inset
32010
32011
32012 \end_layout
32013
32014 \begin_layout Standard
32015 Using 
32016 \series bold
32017
32018 \backslash
32019 ce
32020 \series default
32021  the command for equation
32022 \begin_inset space ~
32023 \end_inset
32024
32025
32026 \begin_inset CommandInset ref
32027 LatexCommand eqref
32028 reference "eq:chem-reaction"
32029
32030 \end_inset
32031
32032  is:
32033 \begin_inset Newline newline
32034 \end_inset
32035
32036
32037 \series bold
32038  
32039 \backslash
32040 ce
32041 \begin_inset space \textvisiblespace{}
32042 \end_inset
32043
32044 2Na+
32045 \begin_inset space \textvisiblespace{}
32046 \end_inset
32047
32048 +
32049 \begin_inset space \textvisiblespace{}
32050 \end_inset
32051
32052 SO4^2-
32053 \begin_inset space \textvisiblespace{}
32054 \end_inset
32055
32056
32057 \begin_inset space \textvisiblespace{}
32058 \end_inset
32059
32060 ->
32061 \begin_inset space \textvisiblespace{}
32062 \end_inset
32063
32064 Na2SO4
32065 \end_layout
32066
32067 \begin_layout Standard
32068 To create multiline chemical equations first a multiline formula is created
32069  as described in 
32070 \begin_inset CommandInset ref
32071 LatexCommand ref
32072 reference "sec:Multiline-Formulas"
32073
32074 \end_inset
32075
32076 .
32077  Afterwards the command 
32078 \series bold
32079
32080 \backslash
32081 ce
32082 \series default
32083  is used in every small blue box of the formula.
32084  
32085 \begin_inset CommandInset ref
32086 LatexCommand eqref
32087 reference "eq:TEOS-reaction-1"
32088
32089 \end_inset
32090
32091  and 
32092 \begin_inset CommandInset ref
32093 LatexCommand eqref
32094 reference "eq:TEOS-reaction-2"
32095
32096 \end_inset
32097
32098  are an example of a multi-stage chemical reaction where every equation
32099  has its own number.
32100 \begin_inset Formula 
32101 \begin{eqnarray}
32102 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32103 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32104 \end{eqnarray}
32105
32106 \end_inset
32107
32108
32109 \end_layout
32110
32111 \begin_layout Standard
32112 Besides 
32113 \series bold
32114
32115 \backslash
32116 ce
32117 \series default
32118  the 
32119 \series bold
32120 mhchem
32121 \series default
32122  package provides the command 
32123 \series bold
32124
32125 \backslash
32126 cf
32127 \series default
32128
32129 \begin_inset Index idx
32130 status collapsed
32131
32132 \begin_layout Plain Layout
32133 Commands ! C ! 
32134 \backslash
32135 cf
32136 \end_layout
32137
32138 \end_inset
32139
32140  that has to be used for special cases.
32141  For more information about 
32142 \series bold
32143
32144 \backslash
32145 cf
32146 \series default
32147  and more examples have a look at the documentation of 
32148 \series bold
32149 mhchem
32150 \series default
32151
32152 \begin_inset CommandInset citation
32153 LatexCommand cite
32154 key "mhchem"
32155 literal "true"
32156
32157 \end_inset
32158
32159 .
32160 \end_layout
32161
32162 \begin_layout Section
32163 Diagrams
32164 \end_layout
32165
32166 \begin_layout Standard
32167 \SpecialChar LyX
32168  supports two types of commutative diagrams: 
32169 \series bold
32170 amscd
32171 \series default
32172  and 
32173 \series bold
32174 xymatrix
32175 \series default
32176  that are explained in the following.
32177 \end_layout
32178
32179 \begin_layout Subsection
32180 Amscd Diagrams
32181 \begin_inset Index idx
32182 status collapsed
32183
32184 \begin_layout Plain Layout
32185 Diagrams ! amscd
32186 \end_layout
32187
32188 \end_inset
32189
32190
32191 \end_layout
32192
32193 \begin_layout Standard
32194 Diagrams of this type visualize relations by vertical and horizontal lines
32195  or arrows:
32196 \begin_inset Formula 
32197 \[
32198 \begin{CD}A@>>>B@>>>C\\
32199 @AAA@.@VVV\\
32200 F@<<<E@<<<D
32201 \end{CD}
32202 \]
32203
32204 \end_inset
32205
32206
32207 \end_layout
32208
32209 \begin_layout Standard
32210 To get them, the command 
32211 \series bold
32212
32213 \backslash
32214 CD
32215 \begin_inset Index idx
32216 status collapsed
32217
32218 \begin_layout Plain Layout
32219 Commands ! C ! 
32220 \backslash
32221 CD
32222 \end_layout
32223
32224 \end_inset
32225
32226
32227 \series default
32228  is inserted to a formula.
32229  A blue box appears with two dashed lines where further commands can be
32230  inserted.
32231  With 
32232 \begin_inset Info
32233 type  "shortcut"
32234 arg   "newline-insert newline"
32235 \end_inset
32236
32237  a new line is created.
32238  Horizontal relations are inserted in odd, vertical in even formula lines.
32239 \end_layout
32240
32241 \begin_layout Standard
32242 To create the relations there are the following commands:
32243 \end_layout
32244
32245 \begin_layout Itemize
32246
32247 \series bold
32248 @<<<
32249 \series default
32250  creates a left arrow, 
32251 \series bold
32252 @>>>
32253 \series default
32254  a right arrow and 
32255 \series bold
32256 @=
32257 \series default
32258  a long equal sign
32259 \end_layout
32260
32261 \begin_layout Itemize
32262
32263 \series bold
32264 @AAA
32265 \series default
32266  creates an up arrow, 
32267 \series bold
32268 @VVV
32269 \series default
32270  a down arrow and 
32271 \series bold
32272 @|
32273 \series default
32274  a vertical equal sign
32275 \end_layout
32276
32277 \begin_layout Itemize
32278
32279 \series bold
32280 @.
32281
32282 \series default
32283  is a placeholder for non-existent relations
32284 \end_layout
32285
32286 \begin_layout Standard
32287 All arrows can be labeled as follows:
32288 \end_layout
32289
32290 \begin_layout Itemize
32291 If text inserted between the first and second < or >, resp., it is placed
32292  above the arrow.
32293  When it is inserted between the second and third one, it appears under
32294  the arrow.
32295 \end_layout
32296
32297 \begin_layout Itemize
32298 When text for vertical arrows is inserted between the first and second A
32299  or V, resp., it is placed left beside the arrow.
32300  When it is inserted between the second and third one, it appears right
32301  beside the arrow.
32302  If the text contains an A or V, these letters must be set into a \SpecialChar TeX
32303  brace.
32304 \end_layout
32305
32306 \begin_layout Standard
32307 As example a diagram with all possible relations:
32308 \end_layout
32309
32310 \begin_layout Standard
32311 \begin_inset Formula 
32312 \[
32313 \begin{CD}A@>j>>B@>>k>C@=F\\
32314 @AmAA@.@VV{V}V@|\\
32315 D@<<j<E@>k>>F@=C
32316 \end{CD}
32317 \]
32318
32319 \end_inset
32320
32321
32322 \end_layout
32323
32324 \begin_layout Standard
32325 The command for this is:
32326 \begin_inset Newline newline
32327 \end_inset
32328
32329
32330 \series bold
32331
32332 \backslash
32333 CD
32334 \begin_inset space \textvisiblespace{}
32335 \end_inset
32336
32337 A@>j>>B@>>k>C@=F Ctrl+Return
32338 \begin_inset Newline newline
32339 \end_inset
32340
32341
32342 \begin_inset Phantom HPhantom
32343 status open
32344
32345 \begin_layout Plain Layout
32346
32347 \series bold
32348
32349 \backslash
32350 CD
32351 \begin_inset space \textvisiblespace{}
32352 \end_inset
32353
32354
32355 \end_layout
32356
32357 \end_inset
32358
32359 @AmAA@.@VV
32360 \backslash
32361 {V
32362 \series default
32363
32364 \begin_inset Formula $\to$
32365 \end_inset
32366
32367
32368 \series bold
32369 V@| Ctrl+Return
32370 \begin_inset Newline newline
32371 \end_inset
32372
32373
32374 \begin_inset Phantom HPhantom
32375 status open
32376
32377 \begin_layout Plain Layout
32378
32379 \series bold
32380
32381 \backslash
32382 CD
32383 \begin_inset space \textvisiblespace{}
32384 \end_inset
32385
32386
32387 \end_layout
32388
32389 \end_inset
32390
32391 D@<<j<E@>k>>F@=C
32392 \end_layout
32393
32394 \begin_layout Subsection
32395 Xymatrix Diagrams
32396 \begin_inset Index idx
32397 status collapsed
32398
32399 \begin_layout Plain Layout
32400 Diagrams ! xymatrix
32401 \end_layout
32402
32403 \end_inset
32404
32405
32406 \end_layout
32407
32408 \begin_layout Standard
32409 To be able to use xymatrices, the \SpecialChar LaTeX
32410 -package 
32411 \series bold
32412 xypic
32413 \series default
32414  must be installed.
32415  A xymatrix is created by inserting the command 
32416 \series bold
32417
32418 \backslash
32419 xymatrix
32420 \series default
32421  in a formula.
32422  Then you are able to add new matrix columns and rows like for normal matrices,
32423  see 
32424 \begin_inset CommandInset ref
32425 LatexCommand ref
32426 reference "sec:Matrices"
32427
32428 \end_inset
32429
32430 .
32431 \end_layout
32432
32433 \begin_layout Standard
32434 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32435  and much more.
32436  All possibilities to create commutative diagrams and decorations are explained
32437  in detail in the 
32438 \emph on
32439 XY-pic manual
32440 \emph default
32441  that you find in the menu 
32442 \family sans
32443 Help\SpecialChar menuseparator
32444 Specific
32445 \begin_inset space ~
32446 \end_inset
32447
32448 Manuals
32449 \family default
32450 .
32451 \end_layout
32452
32453 \begin_layout Subsection
32454
32455 \noun on
32456 Feynman
32457 \noun default
32458  Diagrams
32459 \begin_inset Index idx
32460 status collapsed
32461
32462 \begin_layout Plain Layout
32463 Diagrams ! Feynman
32464 \end_layout
32465
32466 \end_inset
32467
32468
32469 \end_layout
32470
32471 \begin_layout Standard
32472 To be able to use 
32473 \noun on
32474 Feynman
32475 \noun default
32476 -diagrams, the \SpecialChar LaTeX
32477 -package 
32478 \series bold
32479 feyn
32480 \series default
32481  must be installed.
32482  A 
32483 \noun on
32484 Feynman
32485 \noun default
32486 -diagram is created by inserting the command 
32487 \series bold
32488
32489 \backslash
32490 Diagram
32491 \series default
32492  in a formula.
32493  Then you are able to add new matrix columns and rows like for normal matrices,
32494  see 
32495 \begin_inset CommandInset ref
32496 LatexCommand ref
32497 reference "sec:Matrices"
32498
32499 \end_inset
32500
32501 .
32502 \end_layout
32503
32504 \begin_layout Standard
32505 Examples how to create 
32506 \noun on
32507 Feynman-
32508 \noun default
32509 diagrams in \SpecialChar LyX
32510  is given in the 
32511 \emph on
32512 Feynman-diagram manual
32513 \emph default
32514  that you find in the menu 
32515 \family sans
32516 Help\SpecialChar menuseparator
32517 Specific
32518 \begin_inset space ~
32519 \end_inset
32520
32521 Manuals
32522 \family default
32523 .
32524 \end_layout
32525
32526 \begin_layout Section
32527 User-defined Commands
32528 \begin_inset Index idx
32529 status collapsed
32530
32531 \begin_layout Plain Layout
32532 User-defined commands
32533 \end_layout
32534
32535 \end_inset
32536
32537
32538 \end_layout
32539
32540 \begin_layout Standard
32541 \begin_inset Note Greyedout
32542 status open
32543
32544 \begin_layout Plain Layout
32545
32546 \series bold
32547 Note:
32548 \series default
32549  The names of user-defined commands and macros may only consist of Latin
32550  letters.
32551 \end_layout
32552
32553 \end_inset
32554
32555
32556 \end_layout
32557
32558 \begin_layout Subsection
32559 The Command 
32560 \backslash
32561 newcommand
32562 \begin_inset CommandInset label
32563 LatexCommand label
32564 name "subsec:The-Command-newcommand"
32565
32566 \end_inset
32567
32568
32569 \begin_inset Index idx
32570 status collapsed
32571
32572 \begin_layout Plain Layout
32573 User-defined commands ! 
32574 \backslash
32575 newcommand
32576 \end_layout
32577
32578 \end_inset
32579
32580
32581 \begin_inset Index idx
32582 status collapsed
32583
32584 \begin_layout Plain Layout
32585 Commands ! N ! 
32586 \backslash
32587 newcommand
32588 \end_layout
32589
32590 \end_inset
32591
32592
32593 \end_layout
32594
32595 \begin_layout Standard
32596 Many \SpecialChar LaTeX
32597 -commands are too long to be used frequently.
32598  But it is possible to define with the command 
32599 \series bold
32600
32601 \backslash
32602 newcommand
32603 \series default
32604  new shorter commands.
32605 \end_layout
32606
32607 \begin_layout Standard
32608 The command scheme of 
32609 \series bold
32610
32611 \backslash
32612 newcommand
32613 \series default
32614  is:
32615 \end_layout
32616
32617 \begin_layout Standard
32618
32619 \series bold
32620
32621 \backslash
32622 newcommand{new command name}[number of arguments][optional
32623 \series default
32624  
32625 \series bold
32626 value]
32627 \begin_inset Newline newline
32628 \end_inset
32629
32630
32631 \begin_inset Phantom HPhantom
32632 status open
32633
32634 \begin_layout Plain Layout
32635
32636 \series bold
32637
32638 \backslash
32639 newcommand
32640 \end_layout
32641
32642 \end_inset
32643
32644 {command definition}
32645 \end_layout
32646
32647 \begin_layout Standard
32648 \begin_inset Note Greyedout
32649 status open
32650
32651 \begin_layout Plain Layout
32652
32653 \series bold
32654 Note:
32655 \series default
32656  Assure that the name of the new command is not already used in your document
32657  or by \SpecialChar LaTeX
32658 -packages that you use.
32659  When you for example define the command 
32660 \series bold
32661
32662 \backslash
32663 le
32664 \series default
32665  for 
32666 \series bold
32667
32668 \backslash
32669 Leftarrow
32670 \series default
32671 , you get an error message because 
32672 \series bold
32673
32674 \backslash
32675 le
32676 \series default
32677  is already defined as command for 
32678 \begin_inset Quotes eld
32679 \end_inset
32680
32681
32682 \begin_inset Formula $\le$
32683 \end_inset
32684
32685
32686 \begin_inset Quotes erd
32687 \end_inset
32688
32689 .
32690 \end_layout
32691
32692 \end_inset
32693
32694
32695 \end_layout
32696
32697 \begin_layout Standard
32698 The number of arguments is an integer in the range 0
32699 \begin_inset space \thinspace{}
32700 \end_inset
32701
32702 -
32703 \begin_inset space \thinspace{}
32704 \end_inset
32705
32706 9 and specifies how many arguments the new command should have.
32707  With the optional value a value for an optional argument can be predefined.
32708  When this is done, the 
32709 \emph on
32710 first
32711 \emph default
32712  
32713 \emph on
32714 a
32715 \emph default
32716 rgument of the new command is automatically an optional one.
32717 \end_layout
32718
32719 \begin_layout Standard
32720 Here are some examples:
32721 \end_layout
32722
32723 \begin_layout Itemize
32724 To define the command 
32725 \series bold
32726
32727 \backslash
32728 gr
32729 \series default
32730  for 
32731 \series bold
32732
32733 \backslash
32734 Longrightarrow
32735 \series default
32736 , the \SpecialChar LaTeX
32737 -preamble line is:
32738 \begin_inset VSpace medskip
32739 \end_inset
32740
32741
32742 \begin_inset Newline newline
32743 \end_inset
32744
32745
32746 \series bold
32747
32748 \backslash
32749 newcommand{
32750 \backslash
32751 gr}{
32752 \backslash
32753 Longrightarrow}
32754 \end_layout
32755
32756 \begin_layout Itemize
32757 To define the command 
32758 \series bold
32759
32760 \backslash
32761 us
32762 \series default
32763  for 
32764 \series bold
32765
32766 \backslash
32767 underline
32768 \series default
32769 , the argument (that should be underlined) must be taken into account.
32770  For this the preamble line is:
32771 \begin_inset VSpace medskip
32772 \end_inset
32773
32774
32775 \begin_inset Newline newline
32776 \end_inset
32777
32778
32779 \series bold
32780
32781 \backslash
32782 newcommand{
32783 \backslash
32784 us}[1]{
32785 \backslash
32786 underline{#1}}
32787 \series default
32788
32789 \begin_inset VSpace medskip
32790 \end_inset
32791
32792
32793 \begin_inset Newline newline
32794 \end_inset
32795
32796 The character 
32797 \series bold
32798 #
32799 \series default
32800  acts as argument placeholder, the 
32801 \series bold
32802 1
32803 \series default
32804  behind it denotes that it is the placeholder for the first argument.
32805 \end_layout
32806
32807 \begin_layout Itemize
32808 For 
32809 \series bold
32810
32811 \backslash
32812 framebox
32813 \series default
32814  one can e.
32815 \begin_inset space \thinspace{}
32816 \end_inset
32817
32818 g.
32819 \begin_inset space \space{}
32820 \end_inset
32821
32822 define the command 
32823 \series bold
32824
32825 \backslash
32826 fb
32827 \series default
32828 :
32829 \begin_inset VSpace medskip
32830 \end_inset
32831
32832
32833 \begin_inset Newline newline
32834 \end_inset
32835
32836
32837 \series bold
32838
32839 \backslash
32840 newcommand{
32841 \backslash
32842 fb}[3]{
32843 \backslash
32844 framebox#1#2{$#3$}}
32845 \series default
32846
32847 \begin_inset VSpace medskip
32848 \end_inset
32849
32850
32851 \begin_inset Newline newline
32852 \end_inset
32853
32854 The two Dollar signs creates the extra formula needed for 
32855 \series bold
32856
32857 \backslash
32858 framebox
32859 \series default
32860 , see 
32861 \begin_inset CommandInset ref
32862 LatexCommand ref
32863 reference "subsec:Boxes-with-Frame"
32864
32865 \end_inset
32866
32867 .
32868 \end_layout
32869
32870 \begin_layout Itemize
32871 To create a new command for 
32872 \series bold
32873
32874 \backslash
32875 fcolorbox
32876 \series default
32877  where the color for the box need not be specified, the argument for the
32878  color is defined optional:
32879 \begin_inset VSpace medskip
32880 \end_inset
32881
32882
32883 \begin_inset Newline newline
32884 \end_inset
32885
32886
32887 \series bold
32888
32889 \backslash
32890 newcommand{
32891 \backslash
32892 cb}[3][white]{
32893 \backslash
32894 fcolorbox{#2}{#1}{$#3$}}
32895 \series default
32896
32897 \begin_inset VSpace medskip
32898 \end_inset
32899
32900
32901 \begin_inset Newline newline
32902 \end_inset
32903
32904 When the color is not specified when using 
32905 \series bold
32906
32907 \backslash
32908 cb
32909 \series default
32910 , the predefined color 
32911 \series bold
32912 white
32913 \series default
32914  will be used.
32915 \end_layout
32916
32917 \begin_layout Standard
32918 A test of the new defined commands:
32919 \end_layout
32920
32921 \begin_layout Standard
32922 \align center
32923 \begin_inset Tabular
32924 <lyxtabular version="3" rows="6" columns="2">
32925 <features booktabs="true" tabularvalignment="middle">
32926 <column alignment="center" valignment="top" width="0pt">
32927 <column alignment="center" valignment="top">
32928 <row>
32929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32930 \begin_inset Text
32931
32932 \begin_layout Plain Layout
32933 Command
32934 \end_layout
32935
32936 \end_inset
32937 </cell>
32938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32939 \begin_inset Text
32940
32941 \begin_layout Plain Layout
32942 Result
32943 \end_layout
32944
32945 \end_inset
32946 </cell>
32947 </row>
32948 <row>
32949 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32950 \begin_inset Text
32951
32952 \begin_layout Plain Layout
32953 A
32954 \backslash
32955 gr
32956 \begin_inset space \textvisiblespace{}
32957 \end_inset
32958
32959 B
32960 \end_layout
32961
32962 \end_inset
32963 </cell>
32964 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32965 \begin_inset Text
32966
32967 \begin_layout Plain Layout
32968 \begin_inset Formula $A\gr B$
32969 \end_inset
32970
32971
32972 \end_layout
32973
32974 \end_inset
32975 </cell>
32976 </row>
32977 <row>
32978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32979 \begin_inset Text
32980
32981 \begin_layout Plain Layout
32982
32983 \backslash
32984 us{ABcd
32985 \end_layout
32986
32987 \end_inset
32988 </cell>
32989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32990 \begin_inset Text
32991
32992 \begin_layout Plain Layout
32993 \begin_inset Formula $\us{ABcd}$
32994 \end_inset
32995
32996
32997 \end_layout
32998
32999 \end_inset
33000 </cell>
33001 </row>
33002 <row topspace="1mm">
33003 <cell alignment="center" valignment="top" usebox="none">
33004 \begin_inset Text
33005
33006 \begin_layout Plain Layout
33007
33008 \backslash
33009 fb{[2cm]
33010 \begin_inset Formula $\to$
33011 \end_inset
33012
33013
33014 \backslash
33015 {
33016 \begin_inset Formula $\to$
33017 \end_inset
33018
33019
33020 \backslash
33021 {
33022 \backslash
33023 int
33024 \begin_inset space \textvisiblespace{}
33025 \end_inset
33026
33027 A=B
33028 \end_layout
33029
33030 \end_inset
33031 </cell>
33032 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33033 \begin_inset Text
33034
33035 \begin_layout Plain Layout
33036 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
33037 \end_inset
33038
33039
33040 \end_layout
33041
33042 \end_inset
33043 </cell>
33044 </row>
33045 <row topspace="1.5mm">
33046 <cell alignment="center" valignment="top" usebox="none">
33047 \begin_inset Text
33048
33049 \begin_layout Plain Layout
33050
33051 \backslash
33052 cb{red
33053 \begin_inset Formula $\to$
33054 \end_inset
33055
33056
33057 \backslash
33058 {
33059 \backslash
33060 int
33061 \begin_inset space \textvisiblespace{}
33062 \end_inset
33063
33064 A=B
33065 \end_layout
33066
33067 \end_inset
33068 </cell>
33069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33070 \begin_inset Text
33071
33072 \begin_layout Plain Layout
33073 \begin_inset Formula $\cb{red}{\int A=B}$
33074 \end_inset
33075
33076
33077 \end_layout
33078
33079 \end_inset
33080 </cell>
33081 </row>
33082 <row topspace="1.5mm" bottomspace="1mm">
33083 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33084 \begin_inset Text
33085
33086 \begin_layout Plain Layout
33087
33088 \backslash
33089 cb[green]
33090 \backslash
33091 {red
33092 \begin_inset Formula $\to$
33093 \end_inset
33094
33095
33096 \backslash
33097 {
33098 \backslash
33099 int
33100 \begin_inset space \textvisiblespace{}
33101 \end_inset
33102
33103 A=B
33104 \end_layout
33105
33106 \end_inset
33107 </cell>
33108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
33109 \begin_inset Text
33110
33111 \begin_layout Plain Layout
33112 \begin_inset Formula $\cb[green]{red}{\int A=B}$
33113 \end_inset
33114
33115
33116 \end_layout
33117
33118 \end_inset
33119 </cell>
33120 </row>
33121 </lyxtabular>
33122
33123 \end_inset
33124
33125
33126 \end_layout
33127
33128 \begin_layout Subsection
33129 Math Macros
33130 \begin_inset Index idx
33131 status collapsed
33132
33133 \begin_layout Plain Layout
33134 User-defined commands! Math macros
33135 \end_layout
33136
33137 \end_inset
33138
33139
33140 \begin_inset Index idx
33141 status collapsed
33142
33143 \begin_layout Plain Layout
33144 Macros
33145 \end_layout
33146
33147 \end_inset
33148
33149
33150 \end_layout
33151
33152 \begin_layout Standard
33153 User-defined commands are especially convenient for complex expressions.
33154  When you are for example dealing with a document that has quadratic equations,
33155  the same solution type occurs several times.
33156  The general form of a quadratic equation is
33157 \begin_inset Formula 
33158 \[
33159 0=\lambda^{2}+p\lambda+q
33160 \]
33161
33162 \end_inset
33163
33164 The general form of the solution is
33165 \begin_inset Formula 
33166 \[
33167 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33168 \]
33169
33170 \end_inset
33171
33172
33173 \end_layout
33174
33175 \begin_layout Standard
33176 To define a command for the solution formula where only the three parameters
33177  
33178 \begin_inset Formula $\lambda$
33179 \end_inset
33180
33181
33182 \begin_inset Formula $p$
33183 \end_inset
33184
33185  and 
33186 \begin_inset Formula $q$
33187 \end_inset
33188
33189  need to be specified and the index of 
33190 \begin_inset Formula $\lambda$
33191 \end_inset
33192
33193  can be given optionally, the \SpecialChar LaTeX
33194 -preamble line is
33195 \begin_inset Newline newline
33196 \end_inset
33197
33198
33199 \series bold
33200
33201 \backslash
33202 newcommand{
33203 \backslash
33204 qG}[4][1,
33205 \backslash
33206 ,2]{#2_{#1}=-
33207 \backslash
33208 frac{#3}{2}
33209 \backslash
33210 pm
33211 \begin_inset Newline newline
33212 \end_inset
33213
33214
33215 \begin_inset Phantom HPhantom
33216 status open
33217
33218 \begin_layout Plain Layout
33219
33220 \series bold
33221
33222 \backslash
33223 newcommand
33224 \end_layout
33225
33226 \end_inset
33227
33228
33229 \backslash
33230 sqrt{
33231 \backslash
33232 frac{#3^{2}}{4}-#4}}
33233 \end_layout
33234
33235 \begin_layout Standard
33236 To create with this the solution formula, the command
33237 \begin_inset Newline newline
33238 \end_inset
33239
33240
33241 \series bold
33242
33243 \backslash
33244 qG{
33245 \backslash
33246 lambda
33247 \begin_inset Formula $\to$
33248 \end_inset
33249
33250
33251 \backslash
33252 {p
33253 \begin_inset Formula $\to$
33254 \end_inset
33255
33256
33257 \backslash
33258 {q
33259 \series default
33260  is inserted to a formula
33261 \series bold
33262 .
33263 \end_layout
33264
33265 \begin_layout Standard
33266 The definition of the new command is unintuitive because one has to know
33267  the schemes of all used \SpecialChar LaTeX
33268  commands, e.
33269 \begin_inset space \thinspace{}
33270 \end_inset
33271
33272 g.
33273 \begin_inset space \space{}
33274 \end_inset
33275
33276 that a fraction is inserted in \SpecialChar LaTeX
33277  as 
33278 \series bold
33279
33280 \backslash
33281 frac{numerator}{denominator}
33282 \series default
33283 .
33284  Furthermore one can easily forget a brace in the definition and cannot
33285  see in \SpecialChar LyX
33286  what the new command is doing.
33287  To avoid these problems \SpecialChar LyX
33288  offers the possibility to use math macros instead
33289  of the command 
33290 \series bold
33291
33292 \backslash
33293 newcommand
33294 \series default
33295 .
33296 \end_layout
33297
33298 \begin_layout Standard
33299 A math macro is created by using the menu 
33300 \family sans
33301 Insert\SpecialChar menuseparator
33302 Math\SpecialChar menuseparator
33303 Macro
33304 \family default
33305  or the toolbar button 
33306 \begin_inset Info
33307 type  "icon"
33308 arg   "math-macro newmacroname_newcommand"
33309 \end_inset
33310
33311 .
33312  The math macro toolbar appears together with the following box where the
33313  macro is defined:
33314 \begin_inset Newline newline
33315 \end_inset
33316
33317
33318 \begin_inset space \hspace*{\fill}
33319 \end_inset
33320
33321
33322 \begin_inset Graphics
33323         filename clipart/macrobox.png
33324         scale 95
33325
33326 \end_inset
33327
33328
33329 \begin_inset space \hspace*{\fill}
33330 \end_inset
33331
33332
33333 \begin_inset Newline newline
33334 \end_inset
33335
33336
33337 \begin_inset FormulaMacro
33338 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33339 \end_inset
33340
33341
33342 \backslash
33343 newmacroname is the default name of the macro that should be changed to
33344  something sensible.
33345  The wanted formula is inserted in the first blue box.
33346  An argument placeholder is inserted with the command 
33347 \series bold
33348
33349 \backslash
33350 #argumentnumber
33351 \series default
33352 , e.
33353 \begin_inset space \thinspace{}
33354 \end_inset
33355
33356 g
33357 \begin_inset space \space{}
33358 \end_inset
33359
33360
33361 \series bold
33362
33363 \backslash
33364 #1
33365 \series default
33366  or by using the macro toolbar button 
33367 \begin_inset Info
33368 type  "icon"
33369 arg   "math-macro-add-param"
33370 \end_inset
33371
33372 .
33373  Argument placeholders are displayed red.
33374  A maximum of 9
33375 \begin_inset space ~
33376 \end_inset
33377
33378 arguments are possible.
33379  Optional arguments are created with the toolbar button 
33380 \begin_inset Info
33381 type  "icon"
33382 arg   "math-macro-add-optional-param"
33383 \end_inset
33384
33385 .
33386  The first non-optional argument can be transformed to an optional one with
33387  the toolbar button 
33388 \begin_inset Info
33389 type  "icon"
33390 arg   "math-macro-make-optional"
33391 \end_inset
33392
33393 .
33394  In the second blue box the appearance of the macro in \SpecialChar LyX
33395  can be defined.
33396  Normally you want to see it as it is defined, so the box is kept empty.
33397  But when you have created a macro that needs lot of space on the screen,
33398  you can insert in the box for example
33399 \begin_inset Newline newline
33400 \end_inset
33401
33402
33403 \series bold
33404 qG: 
33405 \backslash
33406 #1
33407 \series default
33408  
33409 \series bold
33410 ,
33411 \series default
33412  
33413 \series bold
33414
33415 \backslash
33416 #2
33417 \series default
33418  
33419 \series bold
33420 ,
33421 \series default
33422  
33423 \series bold
33424
33425 \backslash
33426 #3, 
33427 \backslash
33428 #4
33429 \begin_inset Newline newline
33430 \end_inset
33431
33432
33433 \series default
33434 For the macro only the arguments with the macro name in front of them will
33435  then be displayed in \SpecialChar LyX
33436 , leading to a better overview.
33437  The formula appears in the output as defined in the first box.
33438 \begin_inset Newline newline
33439 \end_inset
33440
33441 The appearance of macros in formulas can furthermore be changed for single
33442  macros by setting the cursor in the macro and using the menu 
33443 \family sans
33444 View\SpecialChar menuseparator
33445 (Un)fold
33446 \begin_inset space ~
33447 \end_inset
33448
33449 Math
33450 \begin_inset space ~
33451 \end_inset
33452
33453 Macro
33454 \family default
33455 .
33456 \end_layout
33457
33458 \begin_layout Standard
33459 To use a macro, the macro name is inserted as command to a formula, in our
33460  case 
33461 \series bold
33462
33463 \backslash
33464 qG
33465 \series default
33466 .
33467  Our macro looks in \SpecialChar LyX
33468  like this:
33469 \begin_inset Newline newline
33470 \end_inset
33471
33472
33473 \begin_inset space \hspace*{\fill}
33474 \end_inset
33475
33476
33477 \begin_inset Graphics
33478         filename clipart/macrouse.png
33479         scale 95
33480
33481 \end_inset
33482
33483
33484 \begin_inset space \hspace*{\fill}
33485 \end_inset
33486
33487
33488 \begin_inset Newline newline
33489 \end_inset
33490
33491 Here is our macro example with the arguments 
33492 \begin_inset Formula $x$
33493 \end_inset
33494
33495
33496 \begin_inset Formula $\ln(x)$
33497 \end_inset
33498
33499  and 
33500 \begin_inset Formula $B$
33501 \end_inset
33502
33503 :
33504 \end_layout
33505
33506 \begin_layout Standard
33507 \begin_inset Formula 
33508 \[
33509 \qG x{\ln(x)}B
33510 \]
33511
33512 \end_inset
33513
33514
33515 \end_layout
33516
33517 \begin_layout Standard
33518 \SpecialChar LyX
33519  offers in the menu 
33520 \family sans
33521 Tools\SpecialChar menuseparator
33522 Preferences\SpecialChar menuseparator
33523 Editing\SpecialChar menuseparator
33524 Control
33525 \family default
33526  different styles to edit macros.
33527  To find the style that suits you the most, choose a style and set the cursor
33528  in a macro formula to see the difference.
33529 \end_layout
33530
33531 \begin_layout Standard
33532 A math macro is transformed internally to a 
33533 \series bold
33534
33535 \backslash
33536 newcommand
33537 \series default
33538  command when exporting the document.
33539  The created 
33540 \series bold
33541
33542 \backslash
33543 newcommand
33544 \series default
33545  command is not placed in the \SpecialChar LaTeX
33546 -preamble, therefore macros can only be used
33547  in formulas that are in the document below the macro definition box.
33548 \end_layout
33549
33550 \begin_layout Standard
33551 Math macros can also be directly created from a 
33552 \series bold
33553
33554 \backslash
33555 newcommand
33556 \series default
33557  command.
33558  When writing for example the command
33559 \series bold
33560
33561 \begin_inset Newline newline
33562 \end_inset
33563
33564
33565 \backslash
33566 newcommand{
33567 \backslash
33568 larrow}[2]{
33569 \backslash
33570 xleftarrow[#2]{#1}}
33571 \begin_inset Newline newline
33572 \end_inset
33573
33574
33575 \series default
33576 in \SpecialChar LyX
33577  as normal text, highlighting it completely and using then the shortcut
33578  
33579 \family sans
33580 Ctrl+M
33581 \family default
33582 , the command will be transformed to a math macro.
33583  Using this method you need to be careful that the 
33584 \series bold
33585
33586 \backslash
33587 newcommand
33588 \series default
33589  command is typed correctly, otherwise you get a faulty macro leading to
33590  \SpecialChar LaTeX
33591  errors.
33592 \end_layout
33593
33594 \begin_layout Standard
33595 Math macros currently have the problem that further formulas in macro definition
33596 s are handled wrongly.
33597  Therefore the example 
33598 \series bold
33599
33600 \backslash
33601 fb
33602 \series default
33603  from 
33604 \begin_inset CommandInset ref
33605 LatexCommand ref
33606 reference "subsec:The-Command-newcommand"
33607
33608 \end_inset
33609
33610  cannot be created as macro.
33611 \end_layout
33612
33613 \begin_layout Standard
33614 When the cursor is in a macro definition box, you will see the macro toolbar
33615  in \SpecialChar LyX
33616 :
33617 \end_layout
33618
33619 \begin_layout Standard
33620 \begin_inset VSpace defskip
33621 \end_inset
33622
33623
33624 \end_layout
33625
33626 \begin_layout Standard
33627 \begin_inset Graphics
33628         filename clipart/MacroToolbar.png
33629
33630 \end_inset
33631
33632
33633 \begin_inset Index idx
33634 status collapsed
33635
33636 \begin_layout Plain Layout
33637 Macros ! Toolbar
33638 \end_layout
33639
33640 \end_inset
33641
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 The macro toolbar contains from left to right the following buttons:
33654 \end_layout
33655
33656 \begin_layout Standard
33657 \begin_inset VSpace defskip
33658 \end_inset
33659
33660
33661 \end_layout
33662
33663 \begin_layout Standard
33664 \begin_inset Tabular
33665 <lyxtabular version="3" rows="9" columns="2">
33666 <features islongtable="true" longtabularalignment="center">
33667 <column alignment="left" valignment="top">
33668 <column alignment="left" valignment="top" width="85col%">
33669 <row interlinespace="2.5mm">
33670 <cell alignment="center" valignment="top" usebox="none">
33671 \begin_inset Text
33672
33673 \begin_layout Plain Layout
33674 \begin_inset Info
33675 type  "icon"
33676 arg   "math-macro-remove-param"
33677 \end_inset
33678
33679
33680 \end_layout
33681
33682 \end_inset
33683 </cell>
33684 <cell alignment="center" valignment="top" usebox="none">
33685 \begin_inset Text
33686
33687 \begin_layout Plain Layout
33688
33689 \family sans
33690 Edit\SpecialChar menuseparator
33691 Math\SpecialChar menuseparator
33692 Macro
33693 \begin_inset space ~
33694 \end_inset
33695
33696 Definition\SpecialChar menuseparator
33697 Remove Last Argument
33698 \end_layout
33699
33700 \end_inset
33701 </cell>
33702 </row>
33703 <row interlinespace="2.5mm">
33704 <cell alignment="center" valignment="top" usebox="none">
33705 \begin_inset Text
33706
33707 \begin_layout Plain Layout
33708 \begin_inset Info
33709 type  "icon"
33710 arg   "math-macro-add-param"
33711 \end_inset
33712
33713
33714 \end_layout
33715
33716 \end_inset
33717 </cell>
33718 <cell alignment="center" valignment="top" usebox="none">
33719 \begin_inset Text
33720
33721 \begin_layout Plain Layout
33722
33723 \family sans
33724 Edit\SpecialChar menuseparator
33725 Math\SpecialChar menuseparator
33726 Macro
33727 \begin_inset space ~
33728 \end_inset
33729
33730 Definition\SpecialChar menuseparator
33731 Append Argument
33732 \end_layout
33733
33734 \end_inset
33735 </cell>
33736 </row>
33737 <row interlinespace="2.5mm">
33738 <cell alignment="center" valignment="top" usebox="none">
33739 \begin_inset Text
33740
33741 \begin_layout Plain Layout
33742 \begin_inset Info
33743 type  "icon"
33744 arg   "math-macro-make-optional"
33745 \end_inset
33746
33747
33748 \end_layout
33749
33750 \end_inset
33751 </cell>
33752 <cell alignment="center" valignment="top" usebox="none">
33753 \begin_inset Text
33754
33755 \begin_layout Plain Layout
33756
33757 \family sans
33758 Edit\SpecialChar menuseparator
33759 Math\SpecialChar menuseparator
33760 Macro
33761 \begin_inset space ~
33762 \end_inset
33763
33764 Definition\SpecialChar menuseparator
33765 Transform First Non-Optional to
33766 \begin_inset Newline newline
33767 \end_inset
33768
33769
33770 \begin_inset Phantom HPhantom
33771 status open
33772
33773 \begin_layout Plain Layout
33774
33775 \family sans
33776 Edit\SpecialChar menuseparator
33777 Math\SpecialChar menuseparator
33778 Macro
33779 \begin_inset space ~
33780 \end_inset
33781
33782 Definition\SpecialChar menuseparator
33783
33784 \end_layout
33785
33786 \end_inset
33787
33788 Optional Argument
33789 \end_layout
33790
33791 \end_inset
33792 </cell>
33793 </row>
33794 <row interlinespace="2.5mm">
33795 <cell alignment="center" valignment="top" usebox="none">
33796 \begin_inset Text
33797
33798 \begin_layout Plain Layout
33799 \begin_inset Info
33800 type  "icon"
33801 arg   "math-macro-make-nonoptional"
33802 \end_inset
33803
33804
33805 \end_layout
33806
33807 \end_inset
33808 </cell>
33809 <cell alignment="center" valignment="top" usebox="none">
33810 \begin_inset Text
33811
33812 \begin_layout Plain Layout
33813
33814 \family sans
33815 Edit\SpecialChar menuseparator
33816 Math\SpecialChar menuseparator
33817 Macro
33818 \begin_inset space ~
33819 \end_inset
33820
33821 Definition\SpecialChar menuseparator
33822 Transform Last Optional to
33823 \begin_inset Newline newline
33824 \end_inset
33825
33826
33827 \begin_inset Phantom HPhantom
33828 status open
33829
33830 \begin_layout Plain Layout
33831
33832 \family sans
33833 Edit\SpecialChar menuseparator
33834 Math\SpecialChar menuseparator
33835 Macro
33836 \begin_inset space ~
33837 \end_inset
33838
33839 Definition\SpecialChar menuseparator
33840
33841 \end_layout
33842
33843 \end_inset
33844
33845 Non-Optional Argument
33846 \end_layout
33847
33848 \end_inset
33849 </cell>
33850 </row>
33851 <row interlinespace="2.5mm">
33852 <cell alignment="center" valignment="top" usebox="none">
33853 \begin_inset Text
33854
33855 \begin_layout Plain Layout
33856 \begin_inset Info
33857 type  "icon"
33858 arg   "math-macro-remove-optional-param"
33859 \end_inset
33860
33861
33862 \end_layout
33863
33864 \end_inset
33865 </cell>
33866 <cell alignment="center" valignment="top" usebox="none">
33867 \begin_inset Text
33868
33869 \begin_layout Plain Layout
33870
33871 \family sans
33872 Edit\SpecialChar menuseparator
33873 Math\SpecialChar menuseparator
33874 Macro
33875 \begin_inset space ~
33876 \end_inset
33877
33878 Definition\SpecialChar menuseparator
33879 Remove Optional Argument
33880 \end_layout
33881
33882 \end_inset
33883 </cell>
33884 </row>
33885 <row interlinespace="2.5mm">
33886 <cell alignment="center" valignment="top" usebox="none">
33887 \begin_inset Text
33888
33889 \begin_layout Plain Layout
33890 \begin_inset Info
33891 type  "icon"
33892 arg   "math-macro-add-optional-param"
33893 \end_inset
33894
33895
33896 \end_layout
33897
33898 \end_inset
33899 </cell>
33900 <cell alignment="center" valignment="top" usebox="none">
33901 \begin_inset Text
33902
33903 \begin_layout Plain Layout
33904
33905 \family sans
33906 Edit\SpecialChar menuseparator
33907 Math\SpecialChar menuseparator
33908 Macro
33909 \begin_inset space ~
33910 \end_inset
33911
33912 Definition\SpecialChar menuseparator
33913 Insert Optional Argument
33914 \end_layout
33915
33916 \end_inset
33917 </cell>
33918 </row>
33919 <row interlinespace="2.5mm">
33920 <cell alignment="center" valignment="top" usebox="none">
33921 \begin_inset Text
33922
33923 \begin_layout Plain Layout
33924 \begin_inset Info
33925 type  "icon"
33926 arg   "math-macro-remove-greedy-param"
33927 \end_inset
33928
33929
33930 \end_layout
33931
33932 \end_inset
33933 </cell>
33934 <cell alignment="center" valignment="top" usebox="none">
33935 \begin_inset Text
33936
33937 \begin_layout Plain Layout
33938
33939 \family sans
33940 Edit\SpecialChar menuseparator
33941 Math\SpecialChar menuseparator
33942 Macro
33943 \begin_inset space ~
33944 \end_inset
33945
33946 Definition\SpecialChar menuseparator
33947 Remove Last Argument
33948 \begin_inset Newline newline
33949 \end_inset
33950
33951
33952 \begin_inset Phantom HPhantom
33953 status open
33954
33955 \begin_layout Plain Layout
33956
33957 \family sans
33958 Edit\SpecialChar menuseparator
33959 Math\SpecialChar menuseparator
33960 Macro
33961 \begin_inset space ~
33962 \end_inset
33963
33964 Definition\SpecialChar menuseparator
33965
33966 \end_layout
33967
33968 \end_inset
33969
33970 Spitting Out To The Right
33971 \end_layout
33972
33973 \end_inset
33974 </cell>
33975 </row>
33976 <row interlinespace="2.5mm">
33977 <cell alignment="center" valignment="top" usebox="none">
33978 \begin_inset Text
33979
33980 \begin_layout Plain Layout
33981 \begin_inset Info
33982 type  "icon"
33983 arg   "math-macro-append-greedy-param"
33984 \end_inset
33985
33986
33987 \end_layout
33988
33989 \end_inset
33990 </cell>
33991 <cell alignment="center" valignment="top" usebox="none">
33992 \begin_inset Text
33993
33994 \begin_layout Plain Layout
33995
33996 \family sans
33997 Edit\SpecialChar menuseparator
33998 Math\SpecialChar menuseparator
33999 Macro
34000 \begin_inset space ~
34001 \end_inset
34002
34003 Definition\SpecialChar menuseparator
34004 Append Argument
34005 \begin_inset Newline newline
34006 \end_inset
34007
34008
34009 \begin_inset Phantom HPhantom
34010 status open
34011
34012 \begin_layout Plain Layout
34013
34014 \family sans
34015 Edit\SpecialChar menuseparator
34016 Math\SpecialChar menuseparator
34017 Macro
34018 \begin_inset space ~
34019 \end_inset
34020
34021 Definition\SpecialChar menuseparator
34022
34023 \end_layout
34024
34025 \end_inset
34026
34027 Eating From The Right
34028 \end_layout
34029
34030 \end_inset
34031 </cell>
34032 </row>
34033 <row interlinespace="2.5mm">
34034 <cell alignment="center" valignment="top" usebox="none">
34035 \begin_inset Text
34036
34037 \begin_layout Plain Layout
34038 \begin_inset Info
34039 type  "icon"
34040 arg   "math-macro-add-greedy-optional-param"
34041 \end_inset
34042
34043
34044 \end_layout
34045
34046 \end_inset
34047 </cell>
34048 <cell alignment="center" valignment="top" usebox="none">
34049 \begin_inset Text
34050
34051 \begin_layout Plain Layout
34052
34053 \family sans
34054 Edit\SpecialChar menuseparator
34055 Math\SpecialChar menuseparator
34056 Macro
34057 \begin_inset space ~
34058 \end_inset
34059
34060 Definition\SpecialChar menuseparator
34061 Append Optional Argument
34062 \begin_inset Newline newline
34063 \end_inset
34064
34065
34066 \begin_inset Phantom HPhantom
34067 status open
34068
34069 \begin_layout Plain Layout
34070
34071 \family sans
34072 Edit\SpecialChar menuseparator
34073 Math\SpecialChar menuseparator
34074 Macro
34075 \begin_inset space ~
34076 \end_inset
34077
34078 Definition\SpecialChar menuseparator
34079
34080 \end_layout
34081
34082 \end_inset
34083
34084 Eating From The Right
34085 \end_layout
34086
34087 \end_inset
34088 </cell>
34089 </row>
34090 </lyxtabular>
34091
34092 \end_inset
34093
34094
34095 \end_layout
34096
34097 \begin_layout Section
34098 Computer Algebra Systems
34099 \end_layout
34100
34101 \begin_layout Standard
34102 \SpecialChar LyX
34103  offers the exchange between mathematical expressions written in \SpecialChar LyX
34104 's math
34105  editor and external applications or user defined scripts.
34106  Currently supported applications are 
34107 \family sans
34108 Maple
34109 \family default
34110
34111 \family sans
34112 Mathematica
34113 \family default
34114
34115 \family sans
34116 Maxima
34117 \family default
34118  and 
34119 \family sans
34120 Octave
34121 \family default
34122 .
34123  Note that the set of supported mathematical constructs is limited only
34124  to very simple cases.
34125 \end_layout
34126
34127 \begin_layout Subsection
34128 Usage
34129 \end_layout
34130
34131 \begin_layout Standard
34132 Write some expression in a formula, go to the 
34133 \family sans
34134 Edit\SpecialChar menuseparator
34135 Math\SpecialChar menuseparator
34136 Use Computer Algebra System
34137 \family default
34138  menu and choose the application you have installed on the computer.
34139  After that the result of computation should show on the right side of the
34140  expression together with the 
34141 \begin_inset Quotes eld
34142 \end_inset
34143
34144 =
34145 \begin_inset Quotes erd
34146 \end_inset
34147
34148  operator.
34149 \end_layout
34150
34151 \begin_layout Standard
34152 Here are few simple examples (with results from 
34153 \family typewriter
34154 Maxima
34155 \family default
34156 ) to show what kind of computations can be performed:
34157 \end_layout
34158
34159 \begin_layout Itemize
34160 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34161 \end_inset
34162
34163
34164 \end_layout
34165
34166 \begin_layout Itemize
34167 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34168 \end_inset
34169
34170
34171 \end_layout
34172
34173 \begin_layout Itemize
34174 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34175 \end_inset
34176
34177
34178 \end_layout
34179
34180 \begin_layout Itemize
34181 \begin_inset Formula $\int\left(\frac{1}{1+x^{3}}\right)dx=-\frac{\log\left(x^{2}-x+1\right)}{6}+\frac{\arctan\left(\frac{2\,x-1}{\sqrt{3}}\right)}{\sqrt{3}}+\frac{\log\left(x+1\right)}{3}$
34182 \end_inset
34183
34184
34185 \begin_inset Newline newline
34186 \end_inset
34187
34188
34189 \begin_inset Note Greyedout
34190 status open
34191
34192 \begin_layout Plain Layout
34193
34194 \series bold
34195 Note:
34196 \series default
34197  One needs to use proper delimiter insets 
34198 \begin_inset Formula $\left(\right)$
34199 \end_inset
34200
34201  instead of simple '(' ')' characters.
34202 \end_layout
34203
34204 \end_inset
34205
34206  
34207 \end_layout
34208
34209 \begin_layout Itemize
34210 \begin_inset Formula $\det\left[\begin{array}{ccc}
34211 1 & 6 & 7\\
34212 2 & 5 & 8\\
34213 3 & 4 & 17
34214 \end{array}\right]=-56$
34215 \end_inset
34216
34217
34218 \end_layout
34219
34220 \begin_layout Itemize
34221 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34222 \end_inset
34223
34224
34225 \end_layout
34226
34227 \begin_layout Itemize
34228 \begin_inset Formula $powerseries\left(-\log\left(5-x\right),x,1\right)=\sum_{{\mathit{i}_{2}}=0}^{\infty}{\frac{4^{-{\mathit{i}_{2}}-1}\,\left(x-1\right)^{{\mathit{i}_{2}}+1}}{{\mathit{i}_{2}}+1}}-\log4$
34229 \end_inset
34230
34231
34232 \end_layout
34233
34234 \begin_layout Itemize
34235 \begin_inset Formula $solve\left(x_{1}+y_{1}^{3}=y_{1}+x_{1}^{2},x_{1}\right)=\left[x_{1}=-\frac{\sqrt{4\,y_{1}^{3}-4\,y_{1}+1}-1}{2},x_{1}=\frac{\sqrt{4\,y_{1}^{3}-4\,y_{1}+1}+1}{2}\right]$
34236 \end_inset
34237
34238
34239 \end_layout
34240
34241 \begin_layout Subsection
34242 Keyboard shortcut
34243 \end_layout
34244
34245 \begin_layout Standard
34246 Currently there is no keyboard shortcut for calling the algebra applications.
34247  One can easily bind a shortcut to the 
34248 \family sans
34249 math-extern
34250 \family default
34251  \SpecialChar LyX
34252  function (see the 
34253 \family sans
34254 \emph on
34255 \SpecialChar LyX
34256  Functions
34257 \family default
34258 \emph default
34259  manual).
34260  One could e.
34261 \begin_inset space \thinspace{}
34262 \end_inset
34263
34264 g.
34265 \begin_inset space \space{}
34266 \end_inset
34267
34268 bind the 
34269 \family sans
34270 Return
34271 \family default
34272  key inside the math editor.
34273  To bind it to 
34274 \family typewriter
34275 Maxima
34276 \family default
34277  one would use this shortcut definition command:
34278 \end_layout
34279
34280 \begin_layout Standard
34281
34282 \series bold
34283 command-alternatives paragraph-break;math-extern maxima
34284 \end_layout
34285
34286 \begin_layout Section
34287 Miscellaneous
34288 \begin_inset Index idx
34289 status collapsed
34290
34291 \begin_layout Plain Layout
34292 Miscellaneous
34293 \end_layout
34294
34295 \end_inset
34296
34297
34298 \end_layout
34299
34300 \begin_layout Subsection
34301 Negative Numbers
34302 \begin_inset Index idx
34303 status collapsed
34304
34305 \begin_layout Plain Layout
34306 Numbers ! negative
34307 \end_layout
34308
34309 \end_inset
34310
34311
34312 \end_layout
34313
34314 \begin_layout Standard
34315 Negative numbers often look ugly in formulas because the minus sign before
34316  the number is set with the same length as the minus operator sign.
34317  When writing the negative number in normal text, the minus sign appears
34318  correctly.
34319 \end_layout
34320
34321 \begin_layout Standard
34322 Thus, the problem disappears when converting the minus sign to mathematical
34323  text.
34324 \end_layout
34325
34326 \begin_layout Standard
34327 An example to visualize the problem:
34328 \end_layout
34329
34330 \begin_layout Standard
34331 \align center
34332 \begin_inset Tabular
34333 <lyxtabular version="3" rows="3" columns="2">
34334 <features booktabs="true" tabularvalignment="middle">
34335 <column alignment="right" valignment="top" width="0pt">
34336 <column alignment="left" valignment="top">
34337 <row>
34338 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
34339 \begin_inset Text
34340
34341 \begin_layout Plain Layout
34342 normal text:
34343 \end_layout
34344
34345 \end_inset
34346 </cell>
34347 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34348 \begin_inset Text
34349
34350 \begin_layout Plain Layout
34351 x = -2
34352 \end_layout
34353
34354 \end_inset
34355 </cell>
34356 </row>
34357 <row>
34358 <cell alignment="right" valignment="top" leftline="true" usebox="none">
34359 \begin_inset Text
34360
34361 \begin_layout Plain Layout
34362 formula:
34363 \end_layout
34364
34365 \end_inset
34366 </cell>
34367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34368 \begin_inset Text
34369
34370 \begin_layout Plain Layout
34371 \begin_inset Formula $x=-2$
34372 \end_inset
34373
34374
34375 \end_layout
34376
34377 \end_inset
34378 </cell>
34379 </row>
34380 <row>
34381 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34382 \begin_inset Text
34383
34384 \begin_layout Plain Layout
34385 solution:
34386 \end_layout
34387
34388 \end_inset
34389 </cell>
34390 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34391 \begin_inset Text
34392
34393 \begin_layout Plain Layout
34394 \begin_inset Formula $x=\textrm{-}2$
34395 \end_inset
34396
34397
34398 \end_layout
34399
34400 \end_inset
34401 </cell>
34402 </row>
34403 </lyxtabular>
34404
34405 \end_inset
34406
34407
34408 \end_layout
34409
34410 \begin_layout Subsection
34411 Comma as decimal Separator
34412 \begin_inset Index idx
34413 status collapsed
34414
34415 \begin_layout Plain Layout
34416 Comma
34417 \end_layout
34418
34419 \end_inset
34420
34421
34422 \end_layout
34423
34424 \begin_layout Standard
34425 In \SpecialChar LaTeX
34426  a comma inside a formula is used, according to the English convention,
34427  as number group separator.
34428  So there will be space added behind all commas in formulas.
34429 \end_layout
34430
34431 \begin_layout Standard
34432 To avoid this, the comma is highlighted and changed to mathematical text
34433  (shortcut 
34434 \begin_inset Info
34435 type  "shortcut"
34436 arg   "math-mode"
34437 \end_inset
34438
34439 ).
34440 \end_layout
34441
34442 \begin_layout Standard
34443 To use all formula commas in the document as decimal separator, the file
34444  
34445 \series bold
34446 icomma.sty
34447 \series default
34448
34449 \begin_inset Foot
34450 status collapsed
34451
34452 \begin_layout Plain Layout
34453
34454 \series bold
34455 icomma
34456 \series default
34457  is part of the \SpecialChar LaTeX
34458 -package 
34459 \series bold
34460 was
34461 \series default
34462
34463 \begin_inset Index idx
34464 status collapsed
34465
34466 \begin_layout Plain Layout
34467 Packages ! was
34468 \begin_inset ERT
34469 status collapsed
34470
34471 \begin_layout Plain Layout
34472
34473
34474 \backslash
34475 vspace{4mm}
34476 \end_layout
34477
34478 \end_inset
34479
34480
34481 \end_layout
34482
34483 \end_inset
34484
34485 .
34486 \end_layout
34487
34488 \end_inset
34489
34490
34491 \begin_inset Index idx
34492 status collapsed
34493
34494 \begin_layout Plain Layout
34495 Packages ! icomma
34496 \end_layout
34497
34498 \end_inset
34499
34500  is loaded with the \SpecialChar LaTeX
34501 -preamble line
34502 \end_layout
34503
34504 \begin_layout Standard
34505
34506 \series bold
34507
34508 \backslash
34509 usepackage{icomma}
34510 \end_layout
34511
34512 \begin_layout Subsection
34513 Physical Vectors
34514 \begin_inset CommandInset label
34515 LatexCommand label
34516 name "subsec:Physical-Vectors"
34517
34518 \end_inset
34519
34520
34521 \begin_inset Index idx
34522 status collapsed
34523
34524 \begin_layout Plain Layout
34525 Vectors ! physical
34526 \end_layout
34527
34528 \end_inset
34529
34530
34531 \end_layout
34532
34533 \begin_layout Standard
34534 Predefined vectors are offered by the \SpecialChar LaTeX
34535 -package 
34536 \series bold
34537 braket
34538 \series default
34539
34540 \begin_inset Index idx
34541 status collapsed
34542
34543 \begin_layout Plain Layout
34544 Packages ! braket
34545 \end_layout
34546
34547 \end_inset
34548
34549  that is loaded with the \SpecialChar LaTeX
34550 -preamble line
34551 \end_layout
34552
34553 \begin_layout Standard
34554
34555 \series bold
34556
34557 \backslash
34558 usepackage{braket}
34559 \end_layout
34560
34561 \begin_layout Standard
34562 \begin_inset ERT
34563 status collapsed
34564
34565 \begin_layout Plain Layout
34566
34567
34568 \backslash
34569 ifbraket 
34570 \end_layout
34571
34572 \end_inset
34573
34574
34575 \begin_inset Note Note
34576 status open
34577
34578 \begin_layout Plain Layout
34579 The following table will only be displayed when the \SpecialChar LaTeX
34580 -package 
34581 \series bold
34582 braket
34583 \series default
34584  is installed.
34585 \end_layout
34586
34587 \end_inset
34588
34589
34590 \end_layout
34591
34592 \begin_layout Standard
34593 The following commands are defined:
34594 \end_layout
34595
34596 \begin_layout Standard
34597 \align center
34598 \begin_inset Tabular
34599 <lyxtabular version="3" rows="4" columns="2">
34600 <features booktabs="true" tabularvalignment="middle">
34601 <column alignment="center" valignment="top" width="0pt">
34602 <column alignment="center" valignment="top">
34603 <row>
34604 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34605 \begin_inset Text
34606
34607 \begin_layout Plain Layout
34608 Command
34609 \end_layout
34610
34611 \end_inset
34612 </cell>
34613 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34614 \begin_inset Text
34615
34616 \begin_layout Plain Layout
34617 Result
34618 \end_layout
34619
34620 \end_inset
34621 </cell>
34622 </row>
34623 <row>
34624 <cell alignment="center" valignment="top" usebox="none">
34625 \begin_inset Text
34626
34627 \begin_layout Plain Layout
34628
34629 \backslash
34630 Bra{
34631 \backslash
34632 psi
34633 \end_layout
34634
34635 \end_inset
34636 </cell>
34637 <cell alignment="center" valignment="top" usebox="none">
34638 \begin_inset Text
34639
34640 \begin_layout Plain Layout
34641 \begin_inset Formula $\Bra{\psi}$
34642 \end_inset
34643
34644
34645 \end_layout
34646
34647 \end_inset
34648 </cell>
34649 </row>
34650 <row>
34651 <cell alignment="center" valignment="top" usebox="none">
34652 \begin_inset Text
34653
34654 \begin_layout Plain Layout
34655
34656 \backslash
34657 Ket{
34658 \backslash
34659 psi
34660 \end_layout
34661
34662 \end_inset
34663 </cell>
34664 <cell alignment="center" valignment="top" usebox="none">
34665 \begin_inset Text
34666
34667 \begin_layout Plain Layout
34668 \begin_inset Formula $\Ket{\psi}$
34669 \end_inset
34670
34671
34672 \end_layout
34673
34674 \end_inset
34675 </cell>
34676 </row>
34677 <row>
34678 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34679 \begin_inset Text
34680
34681 \begin_layout Plain Layout
34682
34683 \backslash
34684 Braket{
34685 \backslash
34686 psi|
34687 \backslash
34688 phi
34689 \end_layout
34690
34691 \end_inset
34692 </cell>
34693 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34694 \begin_inset Text
34695
34696 \begin_layout Plain Layout
34697 \begin_inset Formula $\Braket{\psi|\phi}$
34698 \end_inset
34699
34700
34701 \end_layout
34702
34703 \end_inset
34704 </cell>
34705 </row>
34706 </lyxtabular>
34707
34708 \end_inset
34709
34710
34711 \end_layout
34712
34713 \begin_layout Standard
34714 The command 
34715 \series bold
34716
34717 \backslash
34718 Braket
34719 \series default
34720  assures that all vertical bars are set in the size of the surrounding brackets:
34721 \begin_inset Formula 
34722 \[
34723 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
34724 \]
34725
34726 \end_inset
34727
34728
34729 \begin_inset ERT
34730 status collapsed
34731
34732 \begin_layout Plain Layout
34733
34734
34735 \backslash
34736 else 
34737 \end_layout
34738
34739 \end_inset
34740
34741
34742 \begin_inset Note Note
34743 status open
34744
34745 \begin_layout Plain Layout
34746 The following will be displayed when the \SpecialChar LaTeX
34747 -package 
34748 \series bold
34749 braket
34750 \series default
34751  is not installed:
34752 \end_layout
34753
34754 \end_inset
34755
34756
34757 \end_layout
34758
34759 \begin_layout Standard
34760 You need to install the \SpecialChar LaTeX
34761 -package 
34762 \series bold
34763 braket
34764 \series default
34765  to see the rest of this subsection in the output.
34766 \end_layout
34767
34768 \begin_layout Standard
34769 \begin_inset ERT
34770 status collapsed
34771
34772 \begin_layout Plain Layout
34773
34774
34775 \backslash
34776 fi 
34777 \end_layout
34778
34779 \end_inset
34780
34781
34782 \end_layout
34783
34784 \begin_layout Standard
34785 The effect of 
34786 \series bold
34787
34788 \backslash
34789 Braket
34790 \series default
34791  can also be achieved using the command 
34792 \series bold
34793
34794 \backslash
34795 middle
34796 \series default
34797 , that is described in 
34798 \begin_inset CommandInset ref
34799 LatexCommand ref
34800 reference "subsec:Automatic-Bracket-Size"
34801
34802 \end_inset
34803
34804 .
34805 \end_layout
34806
34807 \begin_layout Subsection
34808 Self-defined Fractions
34809 \begin_inset CommandInset label
34810 LatexCommand label
34811 name "subsec:Self-defined-Fractions"
34812
34813 \end_inset
34814
34815
34816 \begin_inset Index idx
34817 status collapsed
34818
34819 \begin_layout Plain Layout
34820 Fractions ! self-defined
34821 \end_layout
34822
34823 \end_inset
34824
34825
34826 \end_layout
34827
34828 \begin_layout Standard
34829 To define custom commands for fractions, the command 
34830 \series bold
34831
34832 \backslash
34833 genfrac
34834 \series default
34835
34836 \begin_inset Index idx
34837 status collapsed
34838
34839 \begin_layout Plain Layout
34840 Commands ! G ! 
34841 \backslash
34842 genfrac
34843 \begin_inset ERT
34844 status collapsed
34845
34846 \begin_layout Plain Layout
34847
34848
34849 \backslash
34850 vspace{4mm}
34851 \end_layout
34852
34853 \end_inset
34854
34855
34856 \end_layout
34857
34858 \end_inset
34859
34860  is used in the following scheme:
34861 \end_layout
34862
34863 \begin_layout Standard
34864
34865 \series bold
34866
34867 \backslash
34868 genfrac{left
34869 \series default
34870  
34871 \series bold
34872 bracket}{right
34873 \series default
34874  
34875 \series bold
34876 bracket}{fraction bar thickness}{style}
34877 \begin_inset Newline newline
34878 \end_inset
34879
34880
34881 \begin_inset Phantom HPhantom
34882 status open
34883
34884 \begin_layout Plain Layout
34885
34886 \series bold
34887
34888 \backslash
34889 genfrac
34890 \end_layout
34891
34892 \end_inset
34893
34894 {numerator}{denominator}
34895 \end_layout
34896
34897 \begin_layout Standard
34898 The style is a number in the range of 0
34899 \begin_inset space \thinspace{}
34900 \end_inset
34901
34902 -
34903 \begin_inset space \thinspace{}
34904 \end_inset
34905
34906 3.
34907 \end_layout
34908
34909 \begin_layout Standard
34910 \align center
34911 \begin_inset Tabular
34912 <lyxtabular version="3" rows="5" columns="2">
34913 <features booktabs="true" tabularvalignment="middle">
34914 <column alignment="center" valignment="top" width="0pt">
34915 <column alignment="center" valignment="top">
34916 <row>
34917 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34918 \begin_inset Text
34919
34920 \begin_layout Plain Layout
34921 Number
34922 \end_layout
34923
34924 \end_inset
34925 </cell>
34926 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34927 \begin_inset Text
34928
34929 \begin_layout Plain Layout
34930 Style (Size)
34931 \end_layout
34932
34933 \end_inset
34934 </cell>
34935 </row>
34936 <row>
34937 <cell alignment="center" valignment="top" usebox="none">
34938 \begin_inset Text
34939
34940 \begin_layout Plain Layout
34941 0
34942 \end_layout
34943
34944 \end_inset
34945 </cell>
34946 <cell alignment="center" valignment="top" usebox="none">
34947 \begin_inset Text
34948
34949 \begin_layout Plain Layout
34950 display style formula
34951 \end_layout
34952
34953 \end_inset
34954 </cell>
34955 </row>
34956 <row>
34957 <cell alignment="center" valignment="top" usebox="none">
34958 \begin_inset Text
34959
34960 \begin_layout Plain Layout
34961 1
34962 \end_layout
34963
34964 \end_inset
34965 </cell>
34966 <cell alignment="center" valignment="top" usebox="none">
34967 \begin_inset Text
34968
34969 \begin_layout Plain Layout
34970 inline formula
34971 \end_layout
34972
34973 \end_inset
34974 </cell>
34975 </row>
34976 <row>
34977 <cell alignment="center" valignment="top" usebox="none">
34978 \begin_inset Text
34979
34980 \begin_layout Plain Layout
34981 2
34982 \end_layout
34983
34984 \end_inset
34985 </cell>
34986 <cell alignment="center" valignment="top" usebox="none">
34987 \begin_inset Text
34988
34989 \begin_layout Plain Layout
34990 small
34991 \end_layout
34992
34993 \end_inset
34994 </cell>
34995 </row>
34996 <row>
34997 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34998 \begin_inset Text
34999
35000 \begin_layout Plain Layout
35001 3
35002 \end_layout
35003
35004 \end_inset
35005 </cell>
35006 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35007 \begin_inset Text
35008
35009 \begin_layout Plain Layout
35010 tiny
35011 \end_layout
35012
35013 \end_inset
35014 </cell>
35015 </row>
35016 </lyxtabular>
35017
35018 \end_inset
35019
35020
35021 \end_layout
35022
35023 \begin_layout Standard
35024 When no style is given, the size is adjusted to the surrounding environment
35025  like for the command 
35026 \series bold
35027
35028 \backslash
35029 frac
35030 \series default
35031 .
35032 \end_layout
35033
35034 \begin_layout Standard
35035 When no fraction bar thickness is given, the predefined value of 0.4
35036 \begin_inset space \thinspace{}
35037 \end_inset
35038
35039 pt will be used.
35040 \end_layout
35041
35042 \begin_layout Standard
35043 \begin_inset VSpace medskip
35044 \end_inset
35045
35046 For example, the commands 
35047 \series bold
35048
35049 \backslash
35050 dfrac
35051 \series default
35052  and 
35053 \series bold
35054
35055 \backslash
35056 tbinom
35057 \series default
35058  from 
35059 \begin_inset CommandInset ref
35060 LatexCommand ref
35061 reference "subsec:Fractions"
35062
35063 \end_inset
35064
35065  are defined with the commands
35066 \end_layout
35067
35068 \begin_layout Standard
35069
35070 \series bold
35071
35072 \backslash
35073 newcommand{
35074 \backslash
35075 dfrac}[2]{
35076 \backslash
35077 genfrac{}{}{}{0}{#1}{#2}}
35078 \end_layout
35079
35080 \begin_layout Standard
35081 and
35082 \end_layout
35083
35084 \begin_layout Standard
35085
35086 \series bold
35087
35088 \backslash
35089 newcommand{
35090 \backslash
35091 tbinom}[2]{
35092 \backslash
35093 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35094 \end_layout
35095
35096 \begin_layout Standard
35097 \begin_inset VSpace medskip
35098 \end_inset
35099
35100 To define a fraction where the fraction bar thickness can be given as optional
35101  argument, the following line is inserted to the \SpecialChar LaTeX
35102 -preamble:
35103 \end_layout
35104
35105 \begin_layout Standard
35106
35107 \series bold
35108
35109 \backslash
35110 newcommand{
35111 \backslash
35112 fracS}[3][]{
35113 \backslash
35114 genfrac{}{}{#1}{}{#2}{#3}}
35115 \end_layout
35116
35117 \begin_layout Standard
35118 A test:
35119 \begin_inset Formula 
35120 \begin{align*}
35121 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35122 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35123 \end{align*}
35124
35125 \end_inset
35126
35127 As one can see, the distance of the numerator and the denominator to the
35128  fraction bar is round about three times the bar thickness.
35129 \end_layout
35130
35131 \begin_layout Subsection
35132 Canceled Formulas
35133 \begin_inset Index idx
35134 status collapsed
35135
35136 \begin_layout Plain Layout
35137 Formula ! canceled
35138 \end_layout
35139
35140 \end_inset
35141
35142
35143 \end_layout
35144
35145 \begin_layout Standard
35146 There are four ways to cancel formulas or parts of formulas:
35147 \end_layout
35148
35149 \begin_layout Standard
35150 \begin_inset ERT
35151 status collapsed
35152
35153 \begin_layout Plain Layout
35154
35155
35156 \backslash
35157 ifcancel 
35158 \end_layout
35159
35160 \end_inset
35161
35162
35163 \begin_inset Note Note
35164 status open
35165
35166 \begin_layout Plain Layout
35167 The following table will only be displayed when the \SpecialChar LaTeX
35168 -package 
35169 \series bold
35170 cancel
35171 \series default
35172  is installed.
35173 \end_layout
35174
35175 \end_inset
35176
35177
35178 \end_layout
35179
35180 \begin_layout Standard
35181 \align center
35182 \begin_inset Tabular
35183 <lyxtabular version="3" rows="5" columns="2">
35184 <features booktabs="true" tabularvalignment="middle">
35185 <column alignment="center" valignment="top" width="0pt">
35186 <column alignment="center" valignment="top">
35187 <row>
35188 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35189 \begin_inset Text
35190
35191 \begin_layout Plain Layout
35192 Command
35193 \end_layout
35194
35195 \end_inset
35196 </cell>
35197 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35198 \begin_inset Text
35199
35200 \begin_layout Plain Layout
35201 Result
35202 \end_layout
35203
35204 \end_inset
35205 </cell>
35206 </row>
35207 <row>
35208 <cell alignment="center" valignment="top" usebox="none">
35209 \begin_inset Text
35210
35211 \begin_layout Plain Layout
35212
35213 \backslash
35214 cancel
35215 \begin_inset space \textvisiblespace{}
35216 \end_inset
35217
35218
35219 \backslash
35220 int
35221 \begin_inset space \textvisiblespace{}
35222 \end_inset
35223
35224 A=B
35225 \end_layout
35226
35227 \end_inset
35228 </cell>
35229 <cell alignment="center" valignment="top" usebox="none">
35230 \begin_inset Text
35231
35232 \begin_layout Plain Layout
35233 \begin_inset Formula $\cancel{\int A=B}$
35234 \end_inset
35235
35236
35237 \end_layout
35238
35239 \end_inset
35240 </cell>
35241 </row>
35242 <row topspace="1.5mm">
35243 <cell alignment="center" valignment="top" usebox="none">
35244 \begin_inset Text
35245
35246 \begin_layout Plain Layout
35247
35248 \backslash
35249 bcancel
35250 \begin_inset space \textvisiblespace{}
35251 \end_inset
35252
35253
35254 \backslash
35255 int
35256 \begin_inset space \textvisiblespace{}
35257 \end_inset
35258
35259 A=B
35260 \end_layout
35261
35262 \end_inset
35263 </cell>
35264 <cell alignment="center" valignment="top" usebox="none">
35265 \begin_inset Text
35266
35267 \begin_layout Plain Layout
35268 \begin_inset Formula $\bcancel{\int A=B}$
35269 \end_inset
35270
35271
35272 \end_layout
35273
35274 \end_inset
35275 </cell>
35276 </row>
35277 <row topspace="1.5mm">
35278 <cell alignment="center" valignment="top" usebox="none">
35279 \begin_inset Text
35280
35281 \begin_layout Plain Layout
35282
35283 \backslash
35284 xcancel
35285 \begin_inset space \textvisiblespace{}
35286 \end_inset
35287
35288
35289 \backslash
35290 int
35291 \begin_inset space \textvisiblespace{}
35292 \end_inset
35293
35294 A=B
35295 \end_layout
35296
35297 \end_inset
35298 </cell>
35299 <cell alignment="center" valignment="top" usebox="none">
35300 \begin_inset Text
35301
35302 \begin_layout Plain Layout
35303 \begin_inset Formula $\xcancel{\int A=B}$
35304 \end_inset
35305
35306
35307 \end_layout
35308
35309 \end_inset
35310 </cell>
35311 </row>
35312 <row>
35313 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35314 \begin_inset Text
35315
35316 \begin_layout Plain Layout
35317
35318 \backslash
35319 cancelto
35320 \begin_inset space \textvisiblespace{}
35321 \end_inset
35322
35323
35324 \backslash
35325 int
35326 \begin_inset space \textvisiblespace{}
35327 \end_inset
35328
35329 A=B
35330 \begin_inset Formula $\to$
35331 \end_inset
35332
35333 1
35334 \end_layout
35335
35336 \end_inset
35337 </cell>
35338 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35339 \begin_inset Text
35340
35341 \begin_layout Plain Layout
35342 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
35343 \end_inset
35344
35345
35346 \end_layout
35347
35348 \end_inset
35349 </cell>
35350 </row>
35351 </lyxtabular>
35352
35353 \end_inset
35354
35355
35356 \end_layout
35357
35358 \begin_layout Standard
35359
35360 \series bold
35361
35362 \backslash
35363 cancelto
35364 \series default
35365  is especially suitable to visualize the reduction of fractions within formulas:
35366 \begin_inset Formula 
35367 \[
35368 \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}}}
35369 \]
35370
35371 \end_inset
35372
35373
35374 \end_layout
35375
35376 \begin_layout Standard
35377 To change the size of 
35378 \series bold
35379
35380 \backslash
35381 cancelto
35382 \series default
35383 's 
35384 \begin_inset Quotes eld
35385 \end_inset
35386
35387 subscript
35388 \begin_inset Quotes erd
35389 \end_inset
35390
35391  value one can add the \SpecialChar LaTeX
35392 -preamble line
35393 \end_layout
35394
35395 \begin_layout Standard
35396
35397 \series bold
35398
35399 \backslash
35400 PassOptionsToPackage{option}{cancel}
35401 \end_layout
35402
35403 \begin_layout Standard
35404 where 
35405 \series bold
35406 option
35407 \series default
35408  is either 
35409 \series bold
35410 samesize
35411 \series default
35412  which leads to the same size as for the canceled value, or 
35413 \series bold
35414 Smaller
35415 \series default
35416  which makes is it a bit smaller than normal.
35417 \end_layout
35418
35419 \begin_layout Standard
35420 To color the cancellation bar one adds this command as \SpecialChar TeX
35421  code:
35422 \end_layout
35423
35424 \begin_layout Standard
35425
35426 \series bold
35427
35428 \backslash
35429 renewcommand{
35430 \backslash
35431 CancelColor}{
35432 \backslash
35433 color{red}}
35434 \end_layout
35435
35436 \begin_layout Standard
35437
35438 \series bold
35439 red
35440 \series default
35441  can be replaced by a color of your choice.
35442 \end_layout
35443
35444 \begin_layout Standard
35445 \begin_inset ERT
35446 status collapsed
35447
35448 \begin_layout Plain Layout
35449
35450
35451 \backslash
35452 renewcommand{
35453 \backslash
35454 CancelColor}{
35455 \backslash
35456 color{red}}
35457 \end_layout
35458
35459 \end_inset
35460
35461
35462 \end_layout
35463
35464 \begin_layout Standard
35465 \begin_inset Formula 
35466 \[
35467 \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}}}
35468 \]
35469
35470 \end_inset
35471
35472
35473 \end_layout
35474
35475 \begin_layout Standard
35476 \begin_inset ERT
35477 status collapsed
35478
35479 \begin_layout Plain Layout
35480
35481
35482 \backslash
35483 renewcommand{
35484 \backslash
35485 CancelColor}{
35486 \backslash
35487 color{black}}
35488 \end_layout
35489
35490 \end_inset
35491
35492
35493 \begin_inset Note Note
35494 status open
35495
35496 \begin_layout Plain Layout
35497 reset the color
35498 \end_layout
35499
35500 \end_inset
35501
35502
35503 \end_layout
35504
35505 \begin_layout Standard
35506 For further customizations, see the documentation of the package 
35507 \series bold
35508 cancel
35509 \series default
35510
35511 \begin_inset CommandInset citation
35512 LatexCommand cite
35513 key "cancel"
35514 literal "true"
35515
35516 \end_inset
35517
35518 .
35519 \begin_inset Index idx
35520 status collapsed
35521
35522 \begin_layout Plain Layout
35523 Packages ! cancel
35524 \end_layout
35525
35526 \end_inset
35527
35528
35529 \end_layout
35530
35531 \begin_layout Standard
35532 \begin_inset ERT
35533 status collapsed
35534
35535 \begin_layout Plain Layout
35536
35537
35538 \backslash
35539 else 
35540 \end_layout
35541
35542 \end_inset
35543
35544
35545 \begin_inset Note Note
35546 status open
35547
35548 \begin_layout Plain Layout
35549 The following will be displayed when the \SpecialChar LaTeX
35550 -package 
35551 \series bold
35552 cancel
35553 \series default
35554  is not installed:
35555 \end_layout
35556
35557 \end_inset
35558
35559
35560 \end_layout
35561
35562 \begin_layout Standard
35563 You need to install the \SpecialChar LaTeX
35564 -package 
35565 \series bold
35566 cancel
35567 \series default
35568  to see the rest of this subsection in the output.
35569 \end_layout
35570
35571 \begin_layout Standard
35572 \begin_inset ERT
35573 status collapsed
35574
35575 \begin_layout Plain Layout
35576
35577
35578 \backslash
35579 fi 
35580 \end_layout
35581
35582 \end_inset
35583
35584
35585 \end_layout
35586
35587 \begin_layout Subsection
35588 Formulas in Section Headings
35589 \begin_inset CommandInset label
35590 LatexCommand label
35591 name "subsec:Formulas-in-Section"
35592
35593 \end_inset
35594
35595
35596 \begin_inset Index idx
35597 status collapsed
35598
35599 \begin_layout Plain Layout
35600 Formula ! in section headings
35601 \end_layout
35602
35603 \end_inset
35604
35605
35606 \end_layout
35607
35608 \begin_layout Standard
35609 When formulas are used in section headings, the following has to be taken
35610  into account:
35611 \end_layout
35612
35613 \begin_layout Standard
35614 \begin_inset Note Greyedout
35615 status open
35616
35617 \begin_layout Plain Layout
35618 When 
35619 \series bold
35620 hyperref
35621 \series default
35622
35623 \begin_inset Index idx
35624 status collapsed
35625
35626 \begin_layout Plain Layout
35627 Packages ! hyperref
35628 \end_layout
35629
35630 \end_inset
35631
35632  support is enabled in the document settings dialog under 
35633 \family sans
35634 PDF
35635 \begin_inset space ~
35636 \end_inset
35637
35638 Properties
35639 \family default
35640 , PDF-bookmarks are created for every section heading in the table of contents.
35641  If a section heading contains formulas, they are incorrectly displayed
35642  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35643 s.
35644 \end_layout
35645
35646 \end_inset
35647
35648
35649 \end_layout
35650
35651 \begin_layout Standard
35652 Both problems can be solved by inserting at the end of the section heading
35653  a short title with the menu 
35654 \family sans
35655 Insert\SpecialChar menuseparator
35656 Short
35657 \begin_inset space ~
35658 \end_inset
35659
35660 Title
35661 \family default
35662 .
35663  Short titles are used as alternative for multiline section headings to
35664  keep the table of contents clearly arranged.
35665  Only the short title appears in the table of contents and therefore also
35666  in the PDF-bookmark.
35667 \end_layout
35668
35669 \begin_layout Standard
35670 When formulas should be used in the table of contents but 
35671 \series bold
35672 hyperref
35673 \series default
35674  is used, one can use the following command in \SpecialChar TeX
35675  mode:
35676 \end_layout
35677
35678 \begin_layout Standard
35679
35680 \series bold
35681
35682 \backslash
35683 texorpdfstring{part}{alternative}
35684 \begin_inset Index idx
35685 status collapsed
35686
35687 \begin_layout Plain Layout
35688 Commands ! T ! 
35689 \backslash
35690 texorpdfstring
35691 \end_layout
35692
35693 \end_inset
35694
35695
35696 \end_layout
35697
35698 \begin_layout Standard
35699 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35700  This can be characters, formulas, footnotes, but also cross-references.
35701  The alternative is used instead of the part for the bookmark.
35702 \end_layout
35703
35704 \begin_layout Standard
35705 Here are two example headings:
35706 \begin_inset VSpace -3mm
35707 \end_inset
35708
35709
35710 \begin_inset ERT
35711 status collapsed
35712
35713 \begin_layout Plain Layout
35714
35715
35716 \backslash
35717 boldmath 
35718 \end_layout
35719
35720 \end_inset
35721
35722
35723 \end_layout
35724
35725 \begin_layout Subsubsection
35726 Heading without formula in table of contents 
35727 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35728 \end_inset
35729
35730
35731 \begin_inset Argument 1
35732 status collapsed
35733
35734 \begin_layout Plain Layout
35735 Heading without formula in table of contents
35736 \end_layout
35737
35738 \end_inset
35739
35740
35741 \end_layout
35742
35743 \begin_layout Subsubsection
35744 Heading with formula in table of contents
35745 \begin_inset ERT
35746 status collapsed
35747
35748 \begin_layout Plain Layout
35749
35750
35751 \backslash
35752 texorpdfstring{
35753 \end_layout
35754
35755 \end_inset
35756
35757  
35758 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35759 \end_inset
35760
35761
35762 \begin_inset ERT
35763 status collapsed
35764
35765 \begin_layout Plain Layout
35766
35767 }{}
35768 \end_layout
35769
35770 \end_inset
35771
35772
35773 \end_layout
35774
35775 \begin_layout Standard
35776 \begin_inset ERT
35777 status collapsed
35778
35779 \begin_layout Plain Layout
35780
35781
35782 \backslash
35783 unboldmath 
35784 \end_layout
35785
35786 \end_inset
35787
35788 In the first heading a short title was used, in the second one 
35789 \series bold
35790
35791 \backslash
35792 texorpdfstring
35793 \series default
35794 .
35795 \end_layout
35796
35797 \begin_layout Standard
35798 To get the same formatting as for the other headings, the complete heading
35799  was set into a 
35800 \series bold
35801 boldmath
35802 \series default
35803  environment
35804 \begin_inset Foot
35805 status collapsed
35806
35807 \begin_layout Plain Layout
35808 see 
35809 \begin_inset CommandInset ref
35810 LatexCommand ref
35811 reference "subsec:Bold-Formulas"
35812
35813 \end_inset
35814
35815
35816 \end_layout
35817
35818 \end_inset
35819
35820 .
35821 \end_layout
35822
35823 \begin_layout Subsection
35824 Formulas in multi-column Text
35825 \begin_inset Index idx
35826 status collapsed
35827
35828 \begin_layout Plain Layout
35829 Formula ! in multi-column text
35830 \end_layout
35831
35832 \end_inset
35833
35834
35835 \end_layout
35836
35837 \begin_layout Standard
35838 Formulas in multi-column text are often too wide to fit into a column and
35839  thus need to be set over the whole page width.
35840  This is done by using the \SpecialChar LaTeX
35841 -package 
35842 \series bold
35843 multicol
35844 \series default
35845
35846 \begin_inset Foot
35847 status collapsed
35848
35849 \begin_layout Plain Layout
35850
35851 \series bold
35852 multicol
35853 \series default
35854  is part of every \SpecialChar LaTeX
35855  standard installation.
35856 \end_layout
35857
35858 \end_inset
35859
35860
35861 \begin_inset Index idx
35862 status collapsed
35863
35864 \begin_layout Plain Layout
35865 Packages ! multicol
35866 \end_layout
35867
35868 \end_inset
35869
35870 , that is loaded with the \SpecialChar LaTeX
35871 -preamble line
35872 \end_layout
35873
35874 \begin_layout Standard
35875
35876 \series bold
35877
35878 \backslash
35879 usepackage{multicol}
35880 \end_layout
35881
35882 \begin_layout Standard
35883 \begin_inset Note Greyedout
35884 status open
35885
35886 \begin_layout Plain Layout
35887 Note that in this case the setting 
35888 \family sans
35889 Two-column
35890 \begin_inset space ~
35891 \end_inset
35892
35893 document
35894 \family default
35895  in the menu 
35896 \family sans
35897 Document\SpecialChar menuseparator
35898 Settings
35899 \family default
35900  under 
35901 \family sans
35902 Text
35903 \begin_inset space ~
35904 \end_inset
35905
35906 Layout
35907 \family default
35908 \emph on
35909  
35910 \emph default
35911 must 
35912 \emph on
35913 not
35914 \emph default
35915  be selected.
35916 \end_layout
35917
35918 \end_inset
35919
35920
35921 \end_layout
35922
35923 \begin_layout Standard
35924 Before the multi-column text the command
35925 \end_layout
35926
35927 \begin_layout Standard
35928
35929 \series bold
35930
35931 \backslash
35932 begin{multicols}{column number}
35933 \end_layout
35934
35935 \begin_layout Standard
35936 is written in \SpecialChar TeX
35937  mode.
35938  The column number is a number in the range of 2
35939 \begin_inset space \thinspace{}
35940 \end_inset
35941
35942 -
35943 \begin_inset space \thinspace{}
35944 \end_inset
35945
35946 10.
35947  Before the formula the multi-column text is ended by inserting the command
35948 \end_layout
35949
35950 \begin_layout Standard
35951
35952 \series bold
35953
35954 \backslash
35955 end{multicols}
35956 \end_layout
35957
35958 \begin_layout Standard
35959 in \SpecialChar TeX
35960  mode.
35961 \end_layout
35962
35963 \begin_layout Standard
35964 Due to the command some space is automatically added before the formula.
35965  To revert this, -6
35966 \begin_inset space \thinspace{}
35967 \end_inset
35968
35969 mm vertical space is inserted before the formula.
35970  When the formula style 
35971 \series bold
35972 Indented
35973 \begin_inset Foot
35974 status collapsed
35975
35976 \begin_layout Plain Layout
35977 formula styles see 
35978 \begin_inset CommandInset ref
35979 LatexCommand ref
35980 reference "sec:Formula-Styles"
35981
35982 \end_inset
35983
35984
35985 \end_layout
35986
35987 \end_inset
35988
35989
35990 \series default
35991  is used, -9
35992 \begin_inset space \thinspace{}
35993 \end_inset
35994
35995 mm space is inserted instead.
35996 \end_layout
35997
35998 \begin_layout Standard
35999 As example a multi-column text with a displayed formula:
36000 \end_layout
36001
36002 \begin_layout Standard
36003
36004 \lang ngerman
36005 \begin_inset ERT
36006 status collapsed
36007
36008 \begin_layout Plain Layout
36009
36010
36011 \backslash
36012 begin{multicols}{2}
36013 \end_layout
36014
36015 \end_inset
36016
36017 Das Spektrum wird fouriertransformiert.
36018  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36019 , Lösungsmittel) zu trennen.
36020  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36021  nun das Aussehen des Ausgangssignals.
36022  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36023  über alle Phasen integrieren muss.
36024  Sei nun 
36025 \begin_inset Formula $S$
36026 \end_inset
36027
36028  unser normiertes Ausgangssignal und 
36029 \begin_inset Formula $P$
36030 \end_inset
36031
36032  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36033 \begin_inset ERT
36034 status collapsed
36035
36036 \begin_layout Plain Layout
36037
36038
36039 \backslash
36040 end{multicols}
36041 \end_layout
36042
36043 \end_inset
36044
36045
36046 \begin_inset VSpace -6mm
36047 \end_inset
36048
36049
36050 \begin_inset Formula 
36051 \begin{equation}
36052 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36053 \end{equation}
36054
36055 \end_inset
36056
36057
36058 \begin_inset ERT
36059 status collapsed
36060
36061 \begin_layout Plain Layout
36062
36063
36064 \backslash
36065 begin{multicols}{2}
36066 \end_layout
36067
36068 \end_inset
36069
36070 wobei 
36071 \begin_inset Formula $S_{0}$
36072 \end_inset
36073
36074  das Signal ohne Gradient ist und die Normierungsbedingung 
36075 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36076 \end_inset
36077
36078  gilt.
36079  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36080  Direkt nach dem 
36081 \begin_inset Formula $\nicefrac{\pi}{2}$
36082 \end_inset
36083
36084
36085 \begin_inset space \thinspace{}
36086 \end_inset
36087
36088 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36089  das Signal zusätzlich abschwächt.
36090  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36091  
36092 \begin_inset Formula $T_{2}$
36093 \end_inset
36094
36095 -Zeit.
36096 \end_layout
36097
36098 \begin_layout Standard
36099
36100 \lang ngerman
36101 \begin_inset ERT
36102 status collapsed
36103
36104 \begin_layout Plain Layout
36105
36106
36107 \backslash
36108 end{multicols}
36109 \end_layout
36110
36111 \end_inset
36112
36113
36114 \end_layout
36115
36116 \begin_layout Subsection
36117 Formulas with Description of Variables
36118 \begin_inset Index idx
36119 status collapsed
36120
36121 \begin_layout Plain Layout
36122 Formula ! with description of variables
36123 \end_layout
36124
36125 \end_inset
36126
36127
36128 \end_layout
36129
36130 \begin_layout Standard
36131 To describe variables within a formula, like in formula 
36132 \begin_inset CommandInset ref
36133 LatexCommand eqref
36134 reference "eq:within"
36135
36136 \end_inset
36137
36138 , a 2
36139 \series bold
36140 ×
36141 \series default
36142
36143 \begin_inset Formula $n$
36144 \end_inset
36145
36146
36147 \begin_inset space ~
36148 \end_inset
36149
36150 matrix is used with left aligned columns for the 
36151 \begin_inset Formula $n$
36152 \end_inset
36153
36154  used variables.
36155 \begin_inset Foot
36156 status collapsed
36157
36158 \begin_layout Plain Layout
36159 matrices see 
36160 \begin_inset CommandInset ref
36161 LatexCommand ref
36162 reference "sec:Matrices"
36163
36164 \end_inset
36165
36166
36167 \end_layout
36168
36169 \end_inset
36170
36171  To set the description in a smaller size, before the matrix e.
36172 \begin_inset space \thinspace{}
36173 \end_inset
36174
36175 g.
36176 \begin_inset space \space{}
36177 \end_inset
36178
36179 the command 
36180 \series bold
36181
36182 \backslash
36183 footnotesize
36184 \series default
36185  is inserted.
36186 \begin_inset Foot
36187 status collapsed
36188
36189 \begin_layout Plain Layout
36190 font sizes see 
36191 \begin_inset CommandInset ref
36192 LatexCommand ref
36193 reference "subsec:Font-Sizes"
36194
36195 \end_inset
36196
36197
36198 \end_layout
36199
36200 \end_inset
36201
36202
36203 \end_layout
36204
36205 \begin_layout Standard
36206 When the formula style 
36207 \series bold
36208 Indented
36209 \begin_inset Foot
36210 status collapsed
36211
36212 \begin_layout Plain Layout
36213 formula styles see 
36214 \begin_inset CommandInset ref
36215 LatexCommand ref
36216 reference "sec:Formula-Styles"
36217
36218 \end_inset
36219
36220
36221 \end_layout
36222
36223 \end_inset
36224
36225
36226 \series default
36227  is used, a 
36228 \series bold
36229
36230 \backslash
36231 hfill
36232 \series default
36233
36234 \begin_inset Foot
36235 status collapsed
36236
36237 \begin_layout Plain Layout
36238
36239 \series bold
36240
36241 \backslash
36242 hfill
36243 \series default
36244  only works in formulas with the style 
36245 \series bold
36246 Indented
36247 \series default
36248 , see 
36249 \begin_inset CommandInset ref
36250 LatexCommand ref
36251 reference "subsec:Variable-Space"
36252
36253 \end_inset
36254
36255 .
36256 \end_layout
36257
36258 \end_inset
36259
36260  is inserted before and after the matrix to have the same separation of
36261  the matrix from the equation and the side margin.
36262 \end_layout
36263
36264 \begin_layout Standard
36265 When the formula style 
36266 \series bold
36267 Centered
36268 \series default
36269  is used, the method described in 
36270 \begin_inset CommandInset ref
36271 LatexCommand ref
36272 reference "subsec:Flalign-Environment"
36273
36274 \end_inset
36275
36276  is used to indent formulas.
36277  Formula 
36278 \begin_inset CommandInset ref
36279 LatexCommand eqref
36280 reference "eq:within"
36281
36282 \end_inset
36283
36284  consists of five columns where in the first two columns contain the equation,
36285  the third the matrix and the last one an empty \SpecialChar TeX
36286  brace.
36287 \begin_inset Formula 
36288 \begin{flalign}
36289 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36290 \rho & \textrm{density}\\
36291 V & \textrm{volume}\\
36292 g & \textrm{gravitational acceleration}
36293 \end{array} &  & {}\label{eq:within}
36294 \end{flalign}
36295
36296 \end_inset
36297
36298
36299 \end_layout
36300
36301 \begin_layout Subsection
36302 Upright small Greek Letters
36303 \begin_inset CommandInset label
36304 LatexCommand label
36305 name "subsec:Upright-small-Greek"
36306
36307 \end_inset
36308
36309
36310 \begin_inset Index idx
36311 status collapsed
36312
36313 \begin_layout Plain Layout
36314 Greek letters ! upright
36315 \end_layout
36316
36317 \end_inset
36318
36319
36320 \end_layout
36321
36322 \begin_layout Standard
36323 Most of the math fonts only provide italic small Greek letters.
36324  But for symbols of elementary particles like pions and neutrinos, upright
36325  Greek letters are needed.
36326  The file 
36327 \series bold
36328 upgreek.sty
36329 \series default
36330
36331 \begin_inset Foot
36332 status collapsed
36333
36334 \begin_layout Plain Layout
36335
36336 \series bold
36337 upgreek
36338 \series default
36339  is part of the \SpecialChar LaTeX
36340 -package 
36341 \series bold
36342 was
36343 \series default
36344
36345 \begin_inset Index idx
36346 status collapsed
36347
36348 \begin_layout Plain Layout
36349 Packages ! was
36350 \begin_inset ERT
36351 status collapsed
36352
36353 \begin_layout Plain Layout
36354
36355
36356 \backslash
36357 vspace{4mm}
36358 \end_layout
36359
36360 \end_inset
36361
36362
36363 \end_layout
36364
36365 \end_inset
36366
36367 .
36368 \end_layout
36369
36370 \end_inset
36371
36372
36373 \begin_inset Index idx
36374 status collapsed
36375
36376 \begin_layout Plain Layout
36377 Packages ! upgreek
36378 \end_layout
36379
36380 \end_inset
36381
36382  that is loaded with the \SpecialChar LaTeX
36383 -preamble line
36384 \end_layout
36385
36386 \begin_layout Standard
36387
36388 \series bold
36389
36390 \backslash
36391 usepackage{upgreek}
36392 \end_layout
36393
36394 \begin_layout Standard
36395 provides them.
36396  
36397 \begin_inset ERT
36398 status collapsed
36399
36400 \begin_layout Plain Layout
36401
36402
36403 \backslash
36404 ifupgreek 
36405 \end_layout
36406
36407 \end_inset
36408
36409
36410 \begin_inset Note Note
36411 status open
36412
36413 \begin_layout Plain Layout
36414 The following table will only be displayed when the \SpecialChar LaTeX
36415 -package 
36416 \series bold
36417 upgreek
36418 \series default
36419  is installed:
36420 \end_layout
36421
36422 \end_inset
36423
36424  They are created when the command for a small Greek letter is started with
36425  
36426 \series bold
36427 up
36428 \series default
36429 .
36430  For example the command 
36431 \series bold
36432
36433 \backslash
36434 uptau
36435 \series default
36436  creates this: 
36437 \begin_inset Formula $\uptau$
36438 \end_inset
36439
36440
36441 \end_layout
36442
36443 \begin_layout Standard
36444 With these commands reactions of elementary particles can be typeset:
36445 \begin_inset Formula 
36446 \[
36447 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36448 \]
36449
36450 \end_inset
36451
36452
36453 \end_layout
36454
36455 \begin_layout Standard
36456 The upright letters are more bold and wider than the italic ones.
36457  They should therefore not be used for units like 
36458 \begin_inset Quotes eld
36459 \end_inset
36460
36461 µm
36462 \begin_inset Quotes erd
36463 \end_inset
36464
36465 .
36466 \end_layout
36467
36468 \begin_layout Standard
36469 \begin_inset ERT
36470 status collapsed
36471
36472 \begin_layout Plain Layout
36473
36474
36475 \backslash
36476 else 
36477 \end_layout
36478
36479 \end_inset
36480
36481
36482 \begin_inset Note Note
36483 status open
36484
36485 \begin_layout Plain Layout
36486 The following will be displayed when the \SpecialChar LaTeX
36487 -package 
36488 \series bold
36489 upgreek
36490 \series default
36491  is not installed:
36492 \end_layout
36493
36494 \end_inset
36495
36496
36497 \end_layout
36498
36499 \begin_layout Standard
36500 You need to install the \SpecialChar LaTeX
36501 -package 
36502 \series bold
36503 upgreek
36504 \series default
36505  to see the rest of this subsection in the output.
36506 \end_layout
36507
36508 \begin_layout Standard
36509 \begin_inset ERT
36510 status collapsed
36511
36512 \begin_layout Plain Layout
36513
36514
36515 \backslash
36516 fi 
36517 \end_layout
36518
36519 \end_inset
36520
36521
36522 \end_layout
36523
36524 \begin_layout Subsection
36525 Text Characters in Formulas
36526 \begin_inset Index idx
36527 status collapsed
36528
36529 \begin_layout Plain Layout
36530 Text ! in formulas
36531 \end_layout
36532
36533 \end_inset
36534
36535
36536 \end_layout
36537
36538 \begin_layout Standard
36539 In some cases you might want to insert text characters directly into formulas.
36540  When for example the centered dot · is often used in formulas like 
36541 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36542 \end_inset
36543
36544 , one would have to insert the command 
36545 \series bold
36546
36547 \backslash
36548 cdot
36549 \series default
36550
36551 \begin_inset Foot
36552 status collapsed
36553
36554 \begin_layout Plain Layout
36555 see 
36556 \begin_inset CommandInset ref
36557 LatexCommand ref
36558 reference "subsec:Binary-Operators"
36559
36560 \end_inset
36561
36562
36563 \end_layout
36564
36565 \end_inset
36566
36567  all the time, because this character is defined in all encodings as text
36568  character.
36569  But the encoding can be changed by this \SpecialChar LaTeX
36570 -preamble line:
36571 \end_layout
36572
36573 \begin_layout Standard
36574
36575 \series bold
36576
36577 \backslash
36578 Declare Inputtext{183}{
36579 \backslash
36580 ifmmode
36581 \backslash
36582 cdot
36583 \backslash
36584 else
36585 \backslash
36586 textperiodcentered
36587 \backslash
36588 f\SpecialChar ligaturebreak
36589 i}
36590 \end_layout
36591
36592 \begin_layout Standard
36593 The character encoding (menu 
36594 \family sans
36595 Document\SpecialChar menuseparator
36596 Settings\SpecialChar menuseparator
36597 Language
36598 \family default
36599 ) specifies what character appears when a keyboard key is pressed.
36600  When the key for the character '·' is pressed, internally the command 
36601 \series bold
36602
36603 \backslash
36604 textperiodcentered
36605 \series default
36606  is used.
36607  But this command is not available in a formula so that you would get \SpecialChar LaTeX
36608 -errors.
36609  With the changed encoding the right command is chosen automatically, depending
36610  on if the character was inserted into a formula or not.
36611 \end_layout
36612
36613 \begin_layout Standard
36614 The encoding of several characters is saved in definition files.
36615  For example the encoding 
36616 \series bold
36617 latin9
36618 \series default
36619  is defined in the file 
36620 \series bold
36621 latin9.def
36622 \series default
36623  which is in the installation folder of \SpecialChar LaTeX
36624 .
36625  Encodings should only be changed via the \SpecialChar LaTeX
36626 -preamble and not in the definition
36627  files.
36628  Otherwise documents could not be edited by other \SpecialChar LyX
36629  users working on other
36630  computers.
36631 \end_layout
36632
36633 \begin_layout Standard
36634 \begin_inset VSpace medskip
36635 \end_inset
36636
36637 Besides the centered dot, in this document the degree sign ° is defined
36638  with the following \SpecialChar LaTeX
36639 -preamble line so that it can be directly inserted into
36640  a formula:
36641 \end_layout
36642
36643 \begin_layout Standard
36644
36645 \series bold
36646
36647 \backslash
36648 DeclareInputtext{176}{
36649 \backslash
36650 ifmmode^
36651 \backslash
36652 circ
36653 \backslash
36654 else
36655 \backslash
36656 textdegree
36657 \backslash
36658 f\SpecialChar ligaturebreak
36659 i}
36660 \end_layout
36661
36662 \begin_layout Subsection
36663 \SpecialChar LaTeX
36664 -comments in formulas
36665 \begin_inset Index idx
36666 status collapsed
36667
36668 \begin_layout Plain Layout
36669 \SpecialChar LaTeX
36670 -comments
36671 \end_layout
36672
36673 \end_inset
36674
36675
36676 \end_layout
36677
36678 \begin_layout Standard
36679 In text you can insert a comment that will only be visible in the \SpecialChar LaTeX
36680  source
36681  code of your file with the menu 
36682 \family sans
36683 Insert\SpecialChar menuseparator
36684 Note\SpecialChar menuseparator
36685 Comment
36686 \family default
36687 .
36688  This is not possible in a formula but you can insert \SpecialChar LaTeX
36689 -comments with the
36690  command
36691 \end_layout
36692
36693 \begin_layout Standard
36694
36695 \series bold
36696
36697 \backslash
36698 %
36699 \end_layout
36700
36701 \begin_layout Standard
36702 This creates a box in which you can write your comment.
36703  Due to a bug in \SpecialChar LyX
36704
36705 \begin_inset Foot
36706 status collapsed
36707
36708 \begin_layout Plain Layout
36709 \begin_inset CommandInset href
36710 LatexCommand href
36711 name "LyX-bug #9002"
36712 target "https://www.lyx.org/trac/ticket/9002"
36713 literal "false"
36714
36715 \end_inset
36716
36717
36718 \end_layout
36719
36720 \end_inset
36721
36722  you cannot write normal text inside the comment, even when you use mathematical
36723  text, you will see its \SpecialChar LaTeX
36724 -commands in the \SpecialChar LaTeX
36725 -output.
36726 \begin_inset Newline newline
36727 \end_inset
36728
36729 This a formula with a \SpecialChar LaTeX
36730 -comment:
36731 \begin_inset Formula 
36732 \[
36733 A=B%\text{This is the comment}
36734 \]
36735
36736 \end_inset
36737
36738
36739 \end_layout
36740
36741 \begin_layout Standard
36742 \begin_inset Newpage newpage
36743 \end_inset
36744
36745
36746 \end_layout
36747
36748 \begin_layout Section
36749 \start_of_appendix
36750 Typographic Advice
36751 \begin_inset Index idx
36752 status collapsed
36753
36754 \begin_layout Plain Layout
36755 Typographic advice
36756 \end_layout
36757
36758 \end_inset
36759
36760
36761 \end_layout
36762
36763 \begin_layout Standard
36764 This section is a summary of the most important typographic rules, listed
36765  in ISO norms.
36766 \begin_inset Foot
36767 status collapsed
36768
36769 \begin_layout Plain Layout
36770 This collection was partly taken from the German semi-official dictionary
36771  called 
36772 \begin_inset Quotes eld
36773 \end_inset
36774
36775 Duden
36776 \begin_inset Quotes erd
36777 \end_inset
36778
36779  
36780 \begin_inset CommandInset citation
36781 LatexCommand cite
36782 key "Duden"
36783 literal "true"
36784
36785 \end_inset
36786
36787  that lists some of the ISO rules.
36788  More rules are listed in 
36789 \begin_inset CommandInset citation
36790 LatexCommand cite
36791 key "Checklist"
36792 literal "true"
36793
36794 \end_inset
36795
36796 .
36797 \end_layout
36798
36799 \end_inset
36800
36801
36802 \end_layout
36803
36804 \begin_layout Itemize
36805 Physical units are 
36806 \emph on
36807 always
36808 \emph default
36809  set upright
36810 \begin_inset Foot
36811 status collapsed
36812
36813 \begin_layout Plain Layout
36814 done with font styles, see 
36815 \begin_inset CommandInset ref
36816 LatexCommand ref
36817 reference "subsec:Font-Styles"
36818
36819 \end_inset
36820
36821
36822 \end_layout
36823
36824 \end_inset
36825
36826 , no matter if they appear in italic text: 30
36827 \begin_inset space \thinspace{}
36828 \end_inset
36829
36830 km/h
36831 \begin_inset Newline newline
36832 \end_inset
36833
36834 Between the value and the unit is the smallest space, see 
36835 \begin_inset CommandInset ref
36836 LatexCommand ref
36837 reference "subsec:Predefined-Space"
36838
36839 \end_inset
36840
36841 .
36842 \begin_inset Newline newline
36843 \end_inset
36844
36845 This convention is automatically fulfilled when the command 
36846 \series bold
36847
36848 \backslash
36849 unittwo
36850 \series default
36851  is used.
36852  When it is entered to a formula, two boxes appear.
36853  In the first one the value is inserted, in the second one the unit, and
36854  one gets as above: 
36855 \begin_inset Formula $\unit[30]{km/h}$
36856 \end_inset
36857
36858
36859 \begin_inset space \thinspace{}
36860 \end_inset
36861
36862 .
36863  Note that 
36864 \series bold
36865
36866 \backslash
36867 unittwo
36868 \series default
36869  is not a real \SpecialChar LaTeX
36870  command but the command 
36871 \series bold
36872
36873 \backslash
36874 unit[value]{unit}
36875 \series default
36876 , therefore you cannot use it in \SpecialChar TeX
36877  code.
36878 \end_layout
36879
36880 \begin_layout Itemize
36881 Percent and perthousand signs are set like physical units:
36882 \begin_inset Newline newline
36883 \end_inset
36884
36885 1.2
36886 \begin_inset space \thinspace{}
36887 \end_inset
36888
36889 ‰ alcohol in blood
36890 \end_layout
36891
36892 \begin_layout Itemize
36893 The degree sign follows directly on the value: 15°, but not when it is used
36894  in units: 15
36895 \begin_inset space \thinspace{}
36896 \end_inset
36897
36898 °C
36899 \end_layout
36900
36901 \begin_layout Itemize
36902 In numbers with more than four digits the smallest space is inserted before
36903  every third digit to group them: 
36904 \family roman
36905 \series medium
36906 \shape up
36907 \size normal
36908 \emph off
36909 \bar no
36910 \noun off
36911 \color none
36912 18
36913 \begin_inset space \thinspace{}
36914 \end_inset
36915
36916 473
36917 \begin_inset space \thinspace{}
36918 \end_inset
36919
36920 588
36921 \end_layout
36922
36923 \begin_layout Itemize
36924 For dimensions like 120×90×40
36925 \begin_inset space \thinspace{}
36926 \end_inset
36927
36928 cm the multiplication sign 
36929 \begin_inset Quotes eld
36930 \end_inset
36931
36932 ×
36933 \begin_inset Quotes erd
36934 \end_inset
36935
36936  is used.
36937  It is available either via the command 
36938 \series bold
36939
36940 \backslash
36941 times
36942 \series default
36943  or via the menu 
36944 \family sans
36945 Insert\SpecialChar menuseparator
36946 Special Character\SpecialChar menuseparator
36947 Symbols
36948 \family default
36949 .
36950 \end_layout
36951
36952 \begin_layout Itemize
36953 Functions with names consisting of several letters are set upright to avoid
36954  confusions, see 
36955 \begin_inset CommandInset ref
36956 LatexCommand ref
36957 reference "subsec:Predefined-Functions"
36958
36959 \end_inset
36960
36961 .
36962 \end_layout
36963
36964 \begin_layout Itemize
36965 Indices consisting of several letters, are set upright: 
36966 \begin_inset Formula $E_{\mathrm{kin}}$
36967 \end_inset
36968
36969
36970 \begin_inset Newline newline
36971 \end_inset
36972
36973 Components of matrices are set italic: 
36974 \begin_inset Formula $\hat{H}_{kl}$
36975 \end_inset
36976
36977
36978 \end_layout
36979
36980 \begin_layout Itemize
36981 The differentiation/integration operator 'd', the Euler's number 'e' and
36982  the imaginary unit 'i' should be set upright, to avoid mixing them up with
36983  other variables.
36984 \end_layout
36985
36986 \begin_layout Itemize
36987 The character that denotes a 
36988 \noun on
36989 Fourier
36990 \noun default
36991  transformation is inserted either by the command 
36992 \series bold
36993
36994 \backslash
36995 mathscr
36996 \begin_inset space \textvisiblespace{}
36997 \end_inset
36998
36999 F
37000 \series default
37001  or via the menu 
37002 \family sans
37003 Insert\SpecialChar menuseparator
37004 Special Character\SpecialChar menuseparator
37005 Symbols\SpecialChar menuseparator
37006 Letterlike
37007 \begin_inset space ~
37008 \end_inset
37009
37010 Symbols
37011 \family default
37012
37013 \begin_inset Formula $\mathscr{F}$
37014 \end_inset
37015
37016
37017 \end_layout
37018
37019 \begin_layout Standard
37020 \begin_inset Newpage newpage
37021 \end_inset
37022
37023
37024 \end_layout
37025
37026 \begin_layout Section
37027 Synonyms
37028 \begin_inset Index idx
37029 status collapsed
37030
37031 \begin_layout Plain Layout
37032 Synonyms
37033 \end_layout
37034
37035 \end_inset
37036
37037
37038 \end_layout
37039
37040 \begin_layout Standard
37041 Some characters and symbols can be created with several commands.
37042  Here is a list of the synonym commands:
37043 \end_layout
37044
37045 \begin_layout Standard
37046 \begin_inset VSpace bigskip
37047 \end_inset
37048
37049
37050 \begin_inset space \hfill{}
37051 \end_inset
37052
37053
37054 \begin_inset Tabular
37055 <lyxtabular version="3" rows="12" columns="2">
37056 <features booktabs="true" tabularvalignment="middle">
37057 <column alignment="center" valignment="top" width="0pt">
37058 <column alignment="center" valignment="top" width="0pt">
37059 <row>
37060 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37061 \begin_inset Text
37062
37063 \begin_layout Plain Layout
37064 Command
37065 \end_layout
37066
37067 \end_inset
37068 </cell>
37069 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37070 \begin_inset Text
37071
37072 \begin_layout Plain Layout
37073 equivalent to
37074 \end_layout
37075
37076 \end_inset
37077 </cell>
37078 </row>
37079 <row>
37080 <cell alignment="center" valignment="top" usebox="none">
37081 \begin_inset Text
37082
37083 \begin_layout Plain Layout
37084
37085 \backslash
37086 ast
37087 \end_layout
37088
37089 \end_inset
37090 </cell>
37091 <cell alignment="center" valignment="top" usebox="none">
37092 \begin_inset Text
37093
37094 \begin_layout Plain Layout
37095 *
37096 \end_layout
37097
37098 \end_inset
37099 </cell>
37100 </row>
37101 <row>
37102 <cell alignment="center" valignment="top" usebox="none">
37103 \begin_inset Text
37104
37105 \begin_layout Plain Layout
37106
37107 \backslash
37108 choose
37109 \end_layout
37110
37111 \end_inset
37112 </cell>
37113 <cell alignment="center" valignment="top" usebox="none">
37114 \begin_inset Text
37115
37116 \begin_layout Plain Layout
37117
37118 \backslash
37119 binom
37120 \end_layout
37121
37122 \end_inset
37123 </cell>
37124 </row>
37125 <row>
37126 <cell alignment="center" valignment="top" usebox="none">
37127 \begin_inset Text
37128
37129 \begin_layout Plain Layout
37130
37131 \backslash
37132 geq
37133 \end_layout
37134
37135 \end_inset
37136 </cell>
37137 <cell alignment="center" valignment="top" usebox="none">
37138 \begin_inset Text
37139
37140 \begin_layout Plain Layout
37141
37142 \backslash
37143 ge
37144 \end_layout
37145
37146 \end_inset
37147 </cell>
37148 </row>
37149 <row>
37150 <cell alignment="center" valignment="top" usebox="none">
37151 \begin_inset Text
37152
37153 \begin_layout Plain Layout
37154
37155 \backslash
37156 lbrace
37157 \end_layout
37158
37159 \end_inset
37160 </cell>
37161 <cell alignment="center" valignment="top" usebox="none">
37162 \begin_inset Text
37163
37164 \begin_layout Plain Layout
37165 {
37166 \end_layout
37167
37168 \end_inset
37169 </cell>
37170 </row>
37171 <row>
37172 <cell alignment="center" valignment="top" usebox="none">
37173 \begin_inset Text
37174
37175 \begin_layout Plain Layout
37176
37177 \backslash
37178 lbracket
37179 \end_layout
37180
37181 \end_inset
37182 </cell>
37183 <cell alignment="center" valignment="top" usebox="none">
37184 \begin_inset Text
37185
37186 \begin_layout Plain Layout
37187 [
37188 \end_layout
37189
37190 \end_inset
37191 </cell>
37192 </row>
37193 <row>
37194 <cell alignment="center" valignment="top" usebox="none">
37195 \begin_inset Text
37196
37197 \begin_layout Plain Layout
37198
37199 \backslash
37200 leftarrow
37201 \end_layout
37202
37203 \end_inset
37204 </cell>
37205 <cell alignment="center" valignment="top" usebox="none">
37206 \begin_inset Text
37207
37208 \begin_layout Plain Layout
37209
37210 \backslash
37211 gets
37212 \end_layout
37213
37214 \end_inset
37215 </cell>
37216 </row>
37217 <row>
37218 <cell alignment="center" valignment="top" usebox="none">
37219 \begin_inset Text
37220
37221 \begin_layout Plain Layout
37222
37223 \backslash
37224 leq
37225 \end_layout
37226
37227 \end_inset
37228 </cell>
37229 <cell alignment="center" valignment="top" usebox="none">
37230 \begin_inset Text
37231
37232 \begin_layout Plain Layout
37233
37234 \backslash
37235 le
37236 \end_layout
37237
37238 \end_inset
37239 </cell>
37240 </row>
37241 <row>
37242 <cell alignment="center" valignment="top" usebox="none">
37243 \begin_inset Text
37244
37245 \begin_layout Plain Layout
37246
37247 \backslash
37248 lor
37249 \end_layout
37250
37251 \end_inset
37252 </cell>
37253 <cell alignment="center" valignment="top" usebox="none">
37254 \begin_inset Text
37255
37256 \begin_layout Plain Layout
37257
37258 \backslash
37259 vee
37260 \end_layout
37261
37262 \end_inset
37263 </cell>
37264 </row>
37265 <row>
37266 <cell alignment="center" valignment="top" usebox="none">
37267 \begin_inset Text
37268
37269 \begin_layout Plain Layout
37270
37271 \backslash
37272 neq
37273 \end_layout
37274
37275 \end_inset
37276 </cell>
37277 <cell alignment="center" valignment="top" usebox="none">
37278 \begin_inset Text
37279
37280 \begin_layout Plain Layout
37281
37282 \backslash
37283 not=
37284 \end_layout
37285
37286 \end_inset
37287 </cell>
37288 </row>
37289 <row>
37290 <cell alignment="center" valignment="top" usebox="none">
37291 \begin_inset Text
37292
37293 \begin_layout Plain Layout
37294
37295 \backslash
37296 slash
37297 \end_layout
37298
37299 \end_inset
37300 </cell>
37301 <cell alignment="center" valignment="top" usebox="none">
37302 \begin_inset Text
37303
37304 \begin_layout Plain Layout
37305 /
37306 \end_layout
37307
37308 \end_inset
37309 </cell>
37310 </row>
37311 <row>
37312 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37313 \begin_inset Text
37314
37315 \begin_layout Plain Layout
37316
37317 \backslash
37318 vert
37319 \end_layout
37320
37321 \end_inset
37322 </cell>
37323 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37324 \begin_inset Text
37325
37326 \begin_layout Plain Layout
37327 |
37328 \end_layout
37329
37330 \end_inset
37331 </cell>
37332 </row>
37333 </lyxtabular>
37334
37335 \end_inset
37336
37337
37338 \begin_inset space \hfill{}
37339 \end_inset
37340
37341
37342 \begin_inset Tabular
37343 <lyxtabular version="3" rows="12" columns="2">
37344 <features booktabs="true" tabularvalignment="middle">
37345 <column alignment="center" valignment="top" width="0pt">
37346 <column alignment="center" valignment="top" width="0pt">
37347 <row>
37348 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37349 \begin_inset Text
37350
37351 \begin_layout Plain Layout
37352 Command
37353 \end_layout
37354
37355 \end_inset
37356 </cell>
37357 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37358 \begin_inset Text
37359
37360 \begin_layout Plain Layout
37361 equivalent to
37362 \end_layout
37363
37364 \end_inset
37365 </cell>
37366 </row>
37367 <row>
37368 <cell alignment="center" valignment="top" usebox="none">
37369 \begin_inset Text
37370
37371 \begin_layout Plain Layout
37372
37373 \backslash
37374 backslash
37375 \end_layout
37376
37377 \end_inset
37378 </cell>
37379 <cell alignment="center" valignment="top" usebox="none">
37380 \begin_inset Text
37381
37382 \begin_layout Plain Layout
37383
37384 \backslash
37385
37386 \backslash
37387
37388 \end_layout
37389
37390 \end_inset
37391 </cell>
37392 </row>
37393 <row>
37394 <cell alignment="center" valignment="top" usebox="none">
37395 \begin_inset Text
37396
37397 \begin_layout Plain Layout
37398
37399 \backslash
37400 dasharrow
37401 \end_layout
37402
37403 \end_inset
37404 </cell>
37405 <cell alignment="center" valignment="top" usebox="none">
37406 \begin_inset Text
37407
37408 \begin_layout Plain Layout
37409
37410 \backslash
37411 dashrightarrow
37412 \end_layout
37413
37414 \end_inset
37415 </cell>
37416 </row>
37417 <row>
37418 <cell alignment="center" valignment="top" usebox="none">
37419 \begin_inset Text
37420
37421 \begin_layout Plain Layout
37422
37423 \backslash
37424 land
37425 \end_layout
37426
37427 \end_inset
37428 </cell>
37429 <cell alignment="center" valignment="top" usebox="none">
37430 \begin_inset Text
37431
37432 \begin_layout Plain Layout
37433
37434 \backslash
37435 wedge
37436 \end_layout
37437
37438 \end_inset
37439 </cell>
37440 </row>
37441 <row>
37442 <cell alignment="center" valignment="top" usebox="none">
37443 \begin_inset Text
37444
37445 \begin_layout Plain Layout
37446
37447 \backslash
37448 rbrace
37449 \end_layout
37450
37451 \end_inset
37452 </cell>
37453 <cell alignment="center" valignment="top" usebox="none">
37454 \begin_inset Text
37455
37456 \begin_layout Plain Layout
37457 }
37458 \end_layout
37459
37460 \end_inset
37461 </cell>
37462 </row>
37463 <row>
37464 <cell alignment="center" valignment="top" usebox="none">
37465 \begin_inset Text
37466
37467 \begin_layout Plain Layout
37468
37469 \backslash
37470 rbracket
37471 \end_layout
37472
37473 \end_inset
37474 </cell>
37475 <cell alignment="center" valignment="top" usebox="none">
37476 \begin_inset Text
37477
37478 \begin_layout Plain Layout
37479 ]
37480 \end_layout
37481
37482 \end_inset
37483 </cell>
37484 </row>
37485 <row>
37486 <cell alignment="center" valignment="top" usebox="none">
37487 \begin_inset Text
37488
37489 \begin_layout Plain Layout
37490
37491 \backslash
37492 rightarrow
37493 \end_layout
37494
37495 \end_inset
37496 </cell>
37497 <cell alignment="center" valignment="top" usebox="none">
37498 \begin_inset Text
37499
37500 \begin_layout Plain Layout
37501
37502 \backslash
37503 to
37504 \end_layout
37505
37506 \end_inset
37507 </cell>
37508 </row>
37509 <row>
37510 <cell alignment="center" valignment="top" usebox="none">
37511 \begin_inset Text
37512
37513 \begin_layout Plain Layout
37514
37515 \backslash
37516 lnot
37517 \end_layout
37518
37519 \end_inset
37520 </cell>
37521 <cell alignment="center" valignment="top" usebox="none">
37522 \begin_inset Text
37523
37524 \begin_layout Plain Layout
37525
37526 \backslash
37527 neg
37528 \end_layout
37529
37530 \end_inset
37531 </cell>
37532 </row>
37533 <row>
37534 <cell alignment="center" valignment="top" usebox="none">
37535 \begin_inset Text
37536
37537 \begin_layout Plain Layout
37538
37539 \backslash
37540 ne
37541 \end_layout
37542
37543 \end_inset
37544 </cell>
37545 <cell alignment="center" valignment="top" usebox="none">
37546 \begin_inset Text
37547
37548 \begin_layout Plain Layout
37549
37550 \backslash
37551 not=
37552 \end_layout
37553
37554 \end_inset
37555 </cell>
37556 </row>
37557 <row>
37558 <cell alignment="center" valignment="top" usebox="none">
37559 \begin_inset Text
37560
37561 \begin_layout Plain Layout
37562
37563 \backslash
37564 owns
37565 \end_layout
37566
37567 \end_inset
37568 </cell>
37569 <cell alignment="center" valignment="top" usebox="none">
37570 \begin_inset Text
37571
37572 \begin_layout Plain Layout
37573
37574 \backslash
37575 ni
37576 \end_layout
37577
37578 \end_inset
37579 </cell>
37580 </row>
37581 <row>
37582 <cell alignment="center" valignment="top" usebox="none">
37583 \begin_inset Text
37584
37585 \begin_layout Plain Layout
37586
37587 \backslash
37588 square
37589 \end_layout
37590
37591 \end_inset
37592 </cell>
37593 <cell alignment="center" valignment="top" usebox="none">
37594 \begin_inset Text
37595
37596 \begin_layout Plain Layout
37597
37598 \backslash
37599 Box
37600 \end_layout
37601
37602 \end_inset
37603 </cell>
37604 </row>
37605 <row>
37606 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37607 \begin_inset Text
37608
37609 \begin_layout Plain Layout
37610
37611 \backslash
37612 Vert
37613 \end_layout
37614
37615 \end_inset
37616 </cell>
37617 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37618 \begin_inset Text
37619
37620 \begin_layout Plain Layout
37621
37622 \backslash
37623 |
37624 \end_layout
37625
37626 \end_inset
37627 </cell>
37628 </row>
37629 </lyxtabular>
37630
37631 \end_inset
37632
37633
37634 \begin_inset space \hfill{}
37635 \end_inset
37636
37637
37638 \begin_inset CommandInset href
37639 LatexCommand href
37640 name "List"
37641 target "https://ctan.org/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37642 literal "false"
37643
37644 \end_inset
37645
37646
37647 \end_layout
37648
37649 \begin_layout Standard
37650 \begin_inset Newpage newpage
37651 \end_inset
37652
37653
37654 \end_layout
37655
37656 \begin_layout Bibliography
37657 \begin_inset CommandInset bibitem
37658 LatexCommand bibitem
37659 key "TLC2"
37660 literal "true"
37661
37662 \end_inset
37663
37664
37665 \shape smallcaps
37666 F.
37667  Mittelbach; M.
37668  Goossens
37669 \shape default
37670
37671 \shape italic
37672 The \SpecialChar LaTeX
37673  Companion
37674 \shape default
37675 .
37676  Addison Wesley, 2004
37677 \end_layout
37678
37679 \begin_layout Bibliography
37680 \begin_inset CommandInset bibitem
37681 LatexCommand bibitem
37682 key "Mathmode"
37683 literal "true"
37684
37685 \end_inset
37686
37687
37688 \begin_inset CommandInset href
37689 LatexCommand href
37690 name "Description"
37691 target "https://www.tug.org/~hvoss/PDF/mathmode.pdf"
37692 literal "false"
37693
37694 \end_inset
37695
37696  of \SpecialChar LaTeX
37697 's math abilities
37698 \end_layout
37699
37700 \begin_layout Bibliography
37701 \begin_inset CommandInset bibitem
37702 LatexCommand bibitem
37703 key "AMS"
37704 literal "true"
37705
37706 \end_inset
37707
37708
37709 \begin_inset CommandInset href
37710 LatexCommand href
37711 name "Description"
37712 target "https://www.ctan.org/tex-archive/macros/latex/required/amslatex/math/amsldoc.pdf"
37713 literal "false"
37714
37715 \end_inset
37716
37717  of 
37718 \begin_inset ERT
37719 status collapsed
37720
37721 \begin_layout Plain Layout
37722
37723
37724 \backslash
37725 AmS
37726 \end_layout
37727
37728 \end_inset
37729
37730 -\SpecialChar LaTeX
37731
37732 \end_layout
37733
37734 \begin_layout Bibliography
37735 \begin_inset CommandInset bibitem
37736 LatexCommand bibitem
37737 key "Symbols"
37738 literal "true"
37739
37740 \end_inset
37741
37742
37743 \begin_inset CommandInset href
37744 LatexCommand href
37745 name "List"
37746 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37747 literal "false"
37748
37749 \end_inset
37750
37751  of all symbols available with \SpecialChar LaTeX
37752 -packages
37753 \end_layout
37754
37755 \begin_layout Bibliography
37756 \begin_inset CommandInset bibitem
37757 LatexCommand bibitem
37758 key "cancel"
37759 literal "true"
37760
37761 \end_inset
37762
37763
37764 \begin_inset CommandInset href
37765 LatexCommand href
37766 name "Documentation"
37767 target "https://www.ctan.org/tex-archive/macros/latex/contrib/cancel/cancel.pdf"
37768 literal "false"
37769
37770 \end_inset
37771
37772  of the \SpecialChar LaTeX
37773 -package 
37774 \series bold
37775 cancel
37776 \series default
37777
37778 \begin_inset Index idx
37779 status collapsed
37780
37781 \begin_layout Plain Layout
37782 Packages ! cancel
37783 \end_layout
37784
37785 \end_inset
37786
37787
37788 \end_layout
37789
37790 \begin_layout Bibliography
37791 \begin_inset CommandInset bibitem
37792 LatexCommand bibitem
37793 key "hyperref"
37794 literal "true"
37795
37796 \end_inset
37797
37798
37799 \begin_inset CommandInset href
37800 LatexCommand href
37801 name "Documentation"
37802 target "https://www.ctan.org/tex-archive/macros/latex/contrib/hyperref/doc/manual.pdf"
37803 literal "false"
37804
37805 \end_inset
37806
37807  of the \SpecialChar LaTeX
37808 -package 
37809 \series bold
37810 hyperref
37811 \series default
37812
37813 \begin_inset Index idx
37814 status collapsed
37815
37816 \begin_layout Plain Layout
37817 Packages ! hyperref
37818 \end_layout
37819
37820 \end_inset
37821
37822
37823 \end_layout
37824
37825 \begin_layout Bibliography
37826 \begin_inset CommandInset bibitem
37827 LatexCommand bibitem
37828 key "mhchem"
37829 literal "true"
37830
37831 \end_inset
37832
37833
37834 \begin_inset CommandInset href
37835 LatexCommand href
37836 name "Documentation"
37837 target "https://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37838 literal "false"
37839
37840 \end_inset
37841
37842  of the \SpecialChar LaTeX
37843 -package 
37844 \series bold
37845 mhchem
37846 \series default
37847
37848 \begin_inset Index idx
37849 status collapsed
37850
37851 \begin_layout Plain Layout
37852 Packages ! mhchem
37853 \end_layout
37854
37855 \end_inset
37856
37857
37858 \end_layout
37859
37860 \begin_layout Bibliography
37861 \begin_inset CommandInset bibitem
37862 LatexCommand bibitem
37863 key "Duden"
37864 literal "true"
37865
37866 \end_inset
37867
37868
37869 \emph on
37870 Duden Band
37871 \begin_inset space ~
37872 \end_inset
37873
37874 1
37875 \emph default
37876 .
37877  22.
37878 \begin_inset space ~
37879 \end_inset
37880
37881 Auflage, Dudenverlag, 2000
37882 \end_layout
37883
37884 \begin_layout Bibliography
37885 \begin_inset CommandInset bibitem
37886 LatexCommand bibitem
37887 key "Checklist"
37888 literal "true"
37889
37890 \end_inset
37891
37892
37893 \begin_inset CommandInset href
37894 LatexCommand href
37895 name "Check list"
37896 target "https://www.nist.gov/physical-measurement-laboratory/special-publication-811"
37897 literal "false"
37898
37899 \end_inset
37900
37901  for reviewing manuscripts
37902 \end_layout
37903
37904 \begin_layout Standard
37905 \begin_inset CommandInset index_print
37906 LatexCommand printindex
37907 type "idx"
37908 name "Index"
37909 literal "false"
37910
37911 \end_inset
37912
37913
37914 \end_layout
37915
37916 \end_body
37917 \end_document