]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
Some corrections to the Russian User Guide, by Yuriy
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 582
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 false
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 \paperfontsize 12
166 \spacing single
167 \use_hyperref true
168 \pdf_title "LyX's Math Manual"
169 \pdf_author "LyX Team, Uwe Stöhr"
170 \pdf_subject "LyX-documentation about math"
171 \pdf_keywords "LyX, Mathed"
172 \pdf_bookmarks true
173 \pdf_bookmarksnumbered true
174 \pdf_bookmarksopen true
175 \pdf_bookmarksopenlevel 1
176 \pdf_breaklinks false
177 \pdf_pdfborder false
178 \pdf_colorlinks true
179 \pdf_backref false
180 \pdf_pdfusetitle false
181 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
182 \papersize a4paper
183 \use_geometry false
184 \use_package amsmath 2
185 \use_package amssymb 2
186 \use_package cancel 1
187 \use_package esint 1
188 \use_package mathdots 1
189 \use_package mathtools 2
190 \use_package mhchem 1
191 \use_package stackrel 1
192 \use_package stmaryrd 1
193 \use_package undertilde 0
194 \cite_engine basic
195 \cite_engine_type default
196 \biblio_style plain
197 \use_bibtopic false
198 \use_indices false
199 \paperorientation portrait
200 \suppress_date false
201 \justification true
202 \use_refstyle 0
203 \use_minted 0
204 \use_lineno 0
205 \notefontcolor #0000ff
206 \index Index
207 \shortcut idx
208 \color #008000
209 \end_index
210 \secnumdepth 4
211 \tocdepth 3
212 \paragraph_separation skip
213 \defskip medskip
214 \is_math_indent 0
215 \math_numbering_side default
216 \quotes_style english
217 \dynamic_quotes 0
218 \papercolumns 1
219 \papersides 2
220 \paperpagestyle plain
221 \tablestyle default
222 \bullet 1 0 6 -1
223 \bullet 2 2 35 -1
224 \bullet 3 2 7 -1
225 \tracking_changes true
226 \output_changes false
227 \html_math_output 0
228 \html_css_as_file 0
229 \html_be_strict false
230 \author -563046850 "Jean-Marc LASGOUTTES"
231 \author 47243155 "Jean-Marc"
232 \end_header
233
234 \begin_body
235
236 \begin_layout Title
237 \SpecialChar LyX
238 's detailed Math manual
239 \end_layout
240
241 \begin_layout Author
242 by the \SpecialChar LyX
243  Team
244 \begin_inset Foot
245 status collapsed
246
247 \begin_layout Plain Layout
248 \noindent
249 If you have comments or error corrections, please send them to the \SpecialChar LyX
250  Documentatio
251 n mailing list: 
252 \family typewriter
253
254 \begin_inset CommandInset href
255 LatexCommand href
256 name "lyx-docs@lists.lyx.org"
257 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
258 type "mailto:"
259 literal "false"
260
261 \end_inset
262
263
264 \end_layout
265
266 \end_inset
267
268
269 \begin_inset Note Note
270 status collapsed
271
272 \begin_layout Plain Layout
273 author: Uwe Stöhr
274 \end_layout
275
276 \end_inset
277
278
279 \begin_inset Newline newline
280 \end_inset
281
282
283 \begin_inset Newline newline
284 \end_inset
285
286
287 \family sans
288 Version 2.
289 \change_inserted 47243155 1563226038
290 4
291 \change_deleted 47243155 1563226038
292 3
293 \change_unchanged
294 .x
295 \end_layout
296
297 \begin_layout Standard
298 \begin_inset CommandInset toc
299 LatexCommand tableofcontents
300
301 \end_inset
302
303
304 \end_layout
305
306 \begin_layout Standard
307 \begin_inset Note Note
308 status open
309
310 \begin_layout Plain Layout
311 To export this document to PDF, PS or DVI the \SpecialChar LaTeX
312 -packages 
313 \series bold
314 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
315 \series default
316  and 
317 \series bold
318 was
319 \series default
320  should be installed.
321  If they are not installed the document can be exported anyway but the sections
322  where the packages are required will not appear in the output.
323  An exception is 
324 \series bold
325 mhchem
326 \series default
327 ; if it is not installed, this file cannot be exported.
328 \end_layout
329
330 \begin_layout Plain Layout
331 The latest PDF-version of this document can be found here:
332 \begin_inset Newline newline
333 \end_inset
334
335
336 \series bold
337 https://wiki.lyx.org/LyX/Manuals#Math
338 \end_layout
339
340 \end_inset
341
342
343 \end_layout
344
345 \begin_layout Standard
346 \begin_inset Newpage newpage
347 \end_inset
348
349
350 \end_layout
351
352 \begin_layout Section
353 Introduction
354 \end_layout
355
356 \begin_layout Standard
357 This document explains \SpecialChar LyX
358 's math features and is furthermore a collection
359  of \SpecialChar LaTeX
360 -commands used for mathematical characters and constructs.
361  The explanations are designed for the usage of commands.
362  It is therefore required that you have read the section 
363 \family typewriter
364 Mathematical
365 \begin_inset space ~
366 \end_inset
367
368 Formulas
369 \family default
370  of the User's Guide.
371 \end_layout
372
373 \begin_layout Standard
374 Most of the characters and many constructs explained in this manual are
375  also accessible via the menu 
376 \family sans
377 Insert
378 \series bold
379 \SpecialChar menuseparator
380
381 \series default
382 Math
383 \family default
384  or the 
385 \family sans
386 math
387 \family default
388 \series bold
389  
390 \family sans
391 \series default
392 toolbar
393 \family default
394 .
395  But everybody who has to write lots of formulas will notice that it is
396  much faster to use commands instead of the math toolbar.
397  Therefore this manual is focused on commands but also mentions the correspondin
398 g toolbar buttons when available.
399 \end_layout
400
401 \begin_layout Standard
402 If not specially mentioned the commands are only available within formulas.
403  To be able to use all commands explained in this document, the option 
404 \family sans
405 Use AMS math package
406 \family default
407  must be checked in the document settings (menu 
408 \family sans
409 Document\SpecialChar menuseparator
410 Settings\SpecialChar menuseparator
411 Math
412 \begin_inset space ~
413 \end_inset
414
415 Options
416 \family default
417 ).
418 \begin_inset Foot
419 status collapsed
420
421 \begin_layout Plain Layout
422 The option 
423 \family sans
424 Use AMS math package automatically
425 \family default
426  only uses 
427 \begin_inset ERT
428 status collapsed
429
430 \begin_layout Plain Layout
431
432
433 \backslash
434 AmS 
435 \end_layout
436
437 \end_inset
438
439 -math when math constructs are found that are supported by \SpecialChar LyX
440 .
441 \end_layout
442
443 \end_inset
444
445
446 \end_layout
447
448 \begin_layout Standard
449 This document doesn't list all 
450 \begin_inset ERT
451 status collapsed
452
453 \begin_layout Plain Layout
454
455
456 \backslash
457 AmS 
458 \end_layout
459
460 \end_inset
461
462 -math commands
463 \begin_inset Foot
464 status collapsed
465
466 \begin_layout Plain Layout
467 A list with all 
468 \begin_inset ERT
469 status collapsed
470
471 \begin_layout Plain Layout
472
473
474 \backslash
475 AmS
476 \end_layout
477
478 \end_inset
479
480 -math commands is in the file 
481 \family sans
482
483 \begin_inset CommandInset href
484 LatexCommand href
485 name "amsguide.pdf"
486 target "https://www.ctan.org/tex-archive/macros/amstex/doc/amsguide.pdf"
487 literal "false"
488
489 \end_inset
490
491
492 \family default
493 , which is part of every \SpecialChar LaTeX
494  standard installation.
495 \end_layout
496
497 \end_inset
498
499  for lucidity reasons.
500 \end_layout
501
502 \begin_layout Section
503 General Instructions
504 \end_layout
505
506 \begin_layout Standard
507 To create an inline formula
508 \begin_inset Index idx
509 status collapsed
510
511 \begin_layout Plain Layout
512 Formula ! inline
513 \end_layout
514
515 \end_inset
516
517  that is embedded into a text line, use one of the shortcuts 
518 \begin_inset Info
519 type  "shortcuts"
520 arg   "math-mode"
521 \end_inset
522
523  or the toolbar button 
524 \begin_inset Info
525 type  "icon"
526 arg   "math-mode"
527 \end_inset
528
529 .
530 \begin_inset Newline newline
531 \end_inset
532
533 To create a display style formula
534 \begin_inset Index idx
535 status collapsed
536
537 \begin_layout Plain Layout
538 Formula ! display style
539 \end_layout
540
541 \end_inset
542
543  which will appear bigger, has a different format, and will be in a separate
544  paragraph, use one of these shortcuts: 
545 \begin_inset Info
546 type  "shortcuts"
547 arg   "math-display"
548 \end_inset
549
550 .
551 \end_layout
552
553 \begin_layout Standard
554 To change a display style formula to an inline formula, set the cursor into
555  the formula and use one of the shortcuts 
556 \begin_inset Info
557 type  "shortcuts"
558 arg   "math-mode"
559 \end_inset
560
561  or the menu 
562 \family sans
563 Edit\SpecialChar menuseparator
564 Math\SpecialChar menuseparator
565 Change formula type
566 \family default
567 .
568  The same way is used to change an inline formula to a display style formula.
569 \end_layout
570
571 \begin_layout Standard
572 To display parts of an inline formula in the size of a display style formula,
573  enter the command 
574 \series bold
575
576 \backslash
577 displaystyle
578 \series default
579
580 \begin_inset Index idx
581 status collapsed
582
583 \begin_layout Plain Layout
584 Commands ! D ! 
585 \backslash
586 displaystyle
587 \end_layout
588
589 \end_inset
590
591  to a formula.
592  Then a new blue box appears in which the desired formula part is inserted.
593 \end_layout
594
595 \begin_layout Standard
596 Only inline formulas are allowed inside tables.
597 \end_layout
598
599 \begin_layout Standard
600 The 
601 \family sans
602 math toolbar
603 \family default
604  can be turned on in the menu 
605 \family sans
606 View\SpecialChar menuseparator
607 Toolbars
608 \family default
609 .
610  When you click there on 
611 \begin_inset Quotes eld
612 \end_inset
613
614 Math
615 \begin_inset Quotes erd
616 \end_inset
617
618  the toolbar will be shown permanently at the bottom; this state is visualized
619  in the 
620 \family sans
621 Toolbars
622 \family default
623  menu with a checkmark.
624  When you click in this state again on 
625 \begin_inset Quotes eld
626 \end_inset
627
628 Math
629 \begin_inset Quotes erd
630 \end_inset
631
632  in the 
633 \family sans
634 Toolbars
635 \family default
636  menu, the 
637 \family sans
638 math toolbar
639 \family default
640  is only shown when the cursor is within a formula; this state is visualized
641  by the renaming of the menu entry from 
642 \begin_inset Quotes eld
643 \end_inset
644
645 Math
646 \begin_inset Quotes erd
647 \end_inset
648
649  to 
650 \begin_inset Quotes eld
651 \end_inset
652
653 Math
654 \begin_inset space ~
655 \end_inset
656
657 (auto)
658 \begin_inset Quotes erd
659 \end_inset
660
661 .
662 \end_layout
663
664 \begin_layout Standard
665 The \SpecialChar TeX
666  mode
667 \begin_inset Index idx
668 status collapsed
669
670 \begin_layout Plain Layout
671 T@\SpecialChar TeX
672 -mode
673 \end_layout
674
675 \end_inset
676
677  is invoked by pressing the toolbar button 
678 \begin_inset Info
679 type  "icon"
680 arg   "ert-insert"
681 \end_inset
682
683  or by using the menu 
684 \family sans
685 Insert\SpecialChar menuseparator
686 TeX Code
687 \family default
688  (shortcut 
689 \begin_inset Info
690 type  "shortcut"
691 arg   "ert-insert"
692 \end_inset
693
694 ).
695 \end_layout
696
697 \begin_layout Standard
698 To change the \SpecialChar LaTeX
699 -preamble
700 \begin_inset Index idx
701 status collapsed
702
703 \begin_layout Plain Layout
704 L@\SpecialChar LaTeX
705 -preamble
706 \end_layout
707
708 \end_inset
709
710 , use the menu 
711 \family sans
712 Document\SpecialChar menuseparator
713 Settings\SpecialChar menuseparator
714 LaTeX
715 \family default
716  
717 \family sans
718 Preamble
719 \family default
720 .
721 \end_layout
722
723 \begin_layout Standard
724 To edit matrices, case differentiations and multiline formulas subsequently,
725  use the menus 
726 \family sans
727 Edit\SpecialChar menuseparator
728 Math
729 \family default
730  and 
731 \family sans
732 Edit\SpecialChar menuseparator
733 Rows
734 \begin_inset space \thinspace{}
735 \end_inset
736
737 &
738 \begin_inset space \thinspace{}
739 \end_inset
740
741 Columns,
742 \family default
743  or the 
744 \family sans
745 table toolbar
746 \family default
747 .
748  When lines and columns are swapped via the menu, the column or line where
749  the cursor is in is exchanged with the column to the right or the line
750  below, respectively.
751  Is the cursor in the last column or row, the exchange is done with the
752  column to the left or the line above.
753 \end_layout
754
755 \begin_layout Standard
756 To write text in formulas
757 \begin_inset Foot
758 status collapsed
759
760 \begin_layout Plain Layout
761 For multiline formulas the command 
762 \series bold
763
764 \backslash
765 intertext
766 \series default
767  is used, see 
768 \begin_inset CommandInset ref
769 LatexCommand ref
770 reference "subsec:Text-in-multiline"
771
772 \end_inset
773
774 .
775 \end_layout
776
777 \end_inset
778
779  
780 \emph on
781 mathematical text
782 \emph default
783
784 \begin_inset Index idx
785 status collapsed
786
787 \begin_layout Plain Layout
788 Text ! in formulas
789 \end_layout
790
791 \end_inset
792
793
794 \begin_inset Index idx
795 status collapsed
796
797 \begin_layout Plain Layout
798 Mathematical text
799 \end_layout
800
801 \end_inset
802
803  is used.
804  This mode is invoked with the shortcut 
805 \begin_inset Info
806 type  "shortcut"
807 arg   "font-default"
808 \end_inset
809
810  or by the insertion of the command 
811 \series bold
812
813 \backslash
814 text
815 \series default
816
817 \begin_inset Index idx
818 status collapsed
819
820 \begin_layout Plain Layout
821 Commands ! T ! 
822 \backslash
823 text
824 \end_layout
825
826 \end_inset
827
828 .
829  The text appears black in \SpecialChar LyX
830  and can therefore be distinguished from the
831  other formula parts which appear blue.
832  In the output mathematical text is set upright, in contrary to other formula
833  parts.
834 \end_layout
835
836 \begin_layout Subsection*
837 Command Scheme
838 \end_layout
839
840 \begin_layout Standard
841 Most of the \SpecialChar LaTeX
842 -commands for math constructs have the following scheme:
843 \end_layout
844
845 \begin_layout Standard
846
847 \series bold
848
849 \backslash
850 commandname[optional
851 \series default
852  
853 \series bold
854 argument]{required
855 \series default
856  
857 \series bold
858 argument}
859 \end_layout
860
861 \begin_layout Standard
862 A command always starts with a backslash 
863 \begin_inset Quotes gld
864 \end_inset
865
866
867 \series bold
868
869 \backslash
870
871 \series default
872
873 \begin_inset Quotes grd
874 \end_inset
875
876 .
877  To omit optional arguments, also omit the associated brackets.
878  The braces around the required arguments are named in this document as
879  \SpecialChar TeX
880  braces
881 \begin_inset Index idx
882 status collapsed
883
884 \begin_layout Plain Layout
885 T@\SpecialChar TeX
886 -braces
887 \end_layout
888
889 \end_inset
890
891 .
892  If you add in a formula a left brace to a command name, \SpecialChar LyX
893  automatically
894  creates a \SpecialChar TeX
895  brace.
896  In all other cases \SpecialChar TeX
897  braces are created in formulas with the command 
898 \series bold
899
900 \backslash
901 {
902 \series default
903 .
904  \SpecialChar TeX
905  braces appear red in \SpecialChar LyX
906 , in contrary to normal braces which appear blue.
907  In \SpecialChar TeX
908  mode no command is needed to get \SpecialChar TeX
909  braces.
910  \SpecialChar TeX
911  braces don't appear in the output.
912 \end_layout
913
914 \begin_layout Standard
915 When commands without arguments, like commands for symbols are entered in
916  \SpecialChar TeX
917  mode, a space character must 
918 \emph on
919 always
920 \emph default
921  be behind the command to end it.
922  This space doesn't appear in the output.
923  When the space should appear in the output, the space must be followed
924  by a protected space in normal text.
925 \end_layout
926
927 \begin_layout Standard
928 A protected space is inserted with 
929 \begin_inset Info
930 type  "shortcuts"
931 arg   "command-alternatives space-insert protected ; math-space"
932 \end_inset
933
934 .
935 \end_layout
936
937 \begin_layout Subsection*
938 \begin_inset Newpage newpage
939 \end_inset
940
941 Syntax Explanation
942 \end_layout
943
944 \begin_layout Itemize
945 The symbol 
946 \begin_inset space \textvisiblespace{}
947 \end_inset
948
949  denotes a space character to be input.
950 \end_layout
951
952 \begin_layout Itemize
953 An arrow like 
954 \begin_inset Formula $\to$
955 \end_inset
956
957  denotes the usage of the corresponding arrow key on the keyboard.
958  The 
959 \family sans
960 Tab
961 \family default
962  key can often be used instead of 
963 \begin_inset Formula $\to$
964 \end_inset
965
966  and 
967 \begin_inset Formula $\downarrow$
968 \end_inset
969
970 , and 
971 \family sans
972 Shift+Tab
973 \family default
974  instead of 
975 \begin_inset Formula $\leftarrow$
976 \end_inset
977
978  and 
979 \begin_inset Formula $\uparrow$
980 \end_inset
981
982 .
983 \end_layout
984
985 \begin_layout Subsection*
986 Available units
987 \end_layout
988
989 \begin_layout Standard
990 \align center
991 \begin_inset Float table
992 placement H
993 alignment document
994 wide false
995 sideways false
996 status open
997
998 \begin_layout Plain Layout
999 \align center
1000 \begin_inset Caption Standard
1001
1002 \begin_layout Plain Layout
1003 \begin_inset CommandInset label
1004 LatexCommand label
1005 name "tab:Available-units"
1006
1007 \end_inset
1008
1009 Available units
1010 \end_layout
1011
1012 \end_inset
1013
1014
1015 \end_layout
1016
1017 \begin_layout Plain Layout
1018 \align center
1019 \begin_inset Tabular
1020 <lyxtabular version="3" rows="13" columns="2">
1021 <features booktabs="true" tabularvalignment="middle">
1022 <column alignment="center" valignment="top">
1023 <column alignment="center" valignment="top" width="0pt">
1024 <row>
1025 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1026 \begin_inset Text
1027
1028 \begin_layout Plain Layout
1029 Unit
1030 \end_layout
1031
1032 \end_inset
1033 </cell>
1034 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1035 \begin_inset Text
1036
1037 \begin_layout Plain Layout
1038 Name / Description
1039 \end_layout
1040
1041 \end_inset
1042 </cell>
1043 </row>
1044 <row>
1045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1046 \begin_inset Text
1047
1048 \begin_layout Plain Layout
1049 mm
1050 \end_layout
1051
1052 \end_inset
1053 </cell>
1054 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1055 \begin_inset Text
1056
1057 \begin_layout Plain Layout
1058 Millimeter
1059 \end_layout
1060
1061 \end_inset
1062 </cell>
1063 </row>
1064 <row>
1065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1066 \begin_inset Text
1067
1068 \begin_layout Plain Layout
1069 cm
1070 \end_layout
1071
1072 \end_inset
1073 </cell>
1074 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1075 \begin_inset Text
1076
1077 \begin_layout Plain Layout
1078 Centimeter
1079 \end_layout
1080
1081 \end_inset
1082 </cell>
1083 </row>
1084 <row>
1085 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1086 \begin_inset Text
1087
1088 \begin_layout Plain Layout
1089 in
1090 \end_layout
1091
1092 \end_inset
1093 </cell>
1094 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1095 \begin_inset Text
1096
1097 \begin_layout Plain Layout
1098 Inch (1
1099 \begin_inset space \thinspace{}
1100 \end_inset
1101
1102 in = 2,54
1103 \begin_inset space \thinspace{}
1104 \end_inset
1105
1106 cm)
1107 \end_layout
1108
1109 \end_inset
1110 </cell>
1111 </row>
1112 <row>
1113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1114 \begin_inset Text
1115
1116 \begin_layout Plain Layout
1117 pt
1118 \end_layout
1119
1120 \end_inset
1121 </cell>
1122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1123 \begin_inset Text
1124
1125 \begin_layout Plain Layout
1126 Point (72.27
1127 \begin_inset space \thinspace{}
1128 \end_inset
1129
1130 pt = 1
1131 \begin_inset space \thinspace{}
1132 \end_inset
1133
1134 in)
1135 \end_layout
1136
1137 \end_inset
1138 </cell>
1139 </row>
1140 <row>
1141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1142 \begin_inset Text
1143
1144 \begin_layout Plain Layout
1145 pc
1146 \end_layout
1147
1148 \end_inset
1149 </cell>
1150 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1151 \begin_inset Text
1152
1153 \begin_layout Plain Layout
1154 Pica (1
1155 \begin_inset space \thinspace{}
1156 \end_inset
1157
1158 pc = 12
1159 \begin_inset space \thinspace{}
1160 \end_inset
1161
1162 pt)
1163 \end_layout
1164
1165 \end_inset
1166 </cell>
1167 </row>
1168 <row>
1169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1170 \begin_inset Text
1171
1172 \begin_layout Plain Layout
1173 sp
1174 \end_layout
1175
1176 \end_inset
1177 </cell>
1178 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1179 \begin_inset Text
1180
1181 \begin_layout Plain Layout
1182 scaled point (65536
1183 \begin_inset space \thinspace{}
1184 \end_inset
1185
1186 sp = 1
1187 \begin_inset space \thinspace{}
1188 \end_inset
1189
1190 pt)
1191 \end_layout
1192
1193 \end_inset
1194 </cell>
1195 </row>
1196 <row>
1197 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1198 \begin_inset Text
1199
1200 \begin_layout Plain Layout
1201 bp
1202 \end_layout
1203
1204 \end_inset
1205 </cell>
1206 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1207 \begin_inset Text
1208
1209 \begin_layout Plain Layout
1210 big point (72
1211 \begin_inset space \thinspace{}
1212 \end_inset
1213
1214 bp = 1
1215 \begin_inset space \thinspace{}
1216 \end_inset
1217
1218 in)
1219 \end_layout
1220
1221 \end_inset
1222 </cell>
1223 </row>
1224 <row>
1225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1226 \begin_inset Text
1227
1228 \begin_layout Plain Layout
1229 dd
1230 \end_layout
1231
1232 \end_inset
1233 </cell>
1234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1235 \begin_inset Text
1236
1237 \begin_layout Plain Layout
1238 Didot (1
1239 \begin_inset space \thinspace{}
1240 \end_inset
1241
1242 dd 
1243 \begin_inset Formula $\approx$
1244 \end_inset
1245
1246  0.376
1247 \begin_inset space \thinspace{}
1248 \end_inset
1249
1250 mm)
1251 \end_layout
1252
1253 \end_inset
1254 </cell>
1255 </row>
1256 <row>
1257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1258 \begin_inset Text
1259
1260 \begin_layout Plain Layout
1261 cc
1262 \end_layout
1263
1264 \end_inset
1265 </cell>
1266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1267 \begin_inset Text
1268
1269 \begin_layout Plain Layout
1270 Cicero (1
1271 \begin_inset space \thinspace{}
1272 \end_inset
1273
1274 cc = 12
1275 \begin_inset space \thinspace{}
1276 \end_inset
1277
1278 dd)
1279 \end_layout
1280
1281 \end_inset
1282 </cell>
1283 </row>
1284 <row>
1285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1286 \begin_inset Text
1287
1288 \begin_layout Plain Layout
1289 ex
1290 \end_layout
1291
1292 \end_inset
1293 </cell>
1294 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1295 \begin_inset Text
1296
1297 \begin_layout Plain Layout
1298 Height of letter 
1299 \emph on
1300
1301 \begin_inset Quotes eld
1302 \end_inset
1303
1304 x
1305 \emph default
1306
1307 \begin_inset Quotes erd
1308 \end_inset
1309
1310  in the current font
1311 \end_layout
1312
1313 \end_inset
1314 </cell>
1315 </row>
1316 <row>
1317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1318 \begin_inset Text
1319
1320 \begin_layout Plain Layout
1321 em
1322 \end_layout
1323
1324 \end_inset
1325 </cell>
1326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1327 \begin_inset Text
1328
1329 \begin_layout Plain Layout
1330 width of letter 
1331 \begin_inset Quotes eld
1332 \end_inset
1333
1334
1335 \emph on
1336 M
1337 \emph default
1338
1339 \begin_inset Quotes erd
1340 \end_inset
1341
1342  in the current font
1343 \end_layout
1344
1345 \end_inset
1346 </cell>
1347 </row>
1348 <row>
1349 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
1350 \begin_inset Text
1351
1352 \begin_layout Plain Layout
1353 mu
1354 \end_layout
1355
1356 \end_inset
1357 </cell>
1358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
1359 \begin_inset Text
1360
1361 \begin_layout Plain Layout
1362 math unit (1
1363 \begin_inset space \thinspace{}
1364 \end_inset
1365
1366 mu = 
1367 \begin_inset Formula $\nicefrac{1}{18}$
1368 \end_inset
1369
1370
1371 \begin_inset space \thinspace{}
1372 \end_inset
1373
1374 em)
1375 \end_layout
1376
1377 \end_inset
1378 </cell>
1379 </row>
1380 </lyxtabular>
1381
1382 \end_inset
1383
1384
1385 \end_layout
1386
1387 \end_inset
1388
1389
1390 \end_layout
1391
1392 \begin_layout Standard
1393 \begin_inset Newpage newpage
1394 \end_inset
1395
1396
1397 \end_layout
1398
1399 \begin_layout Section
1400 Basic Functions
1401 \end_layout
1402
1403 \begin_layout Subsection
1404 Exponents
1405 \begin_inset Index idx
1406 status collapsed
1407
1408 \begin_layout Plain Layout
1409 Exponents
1410 \end_layout
1411
1412 \end_inset
1413
1414  and Indices
1415 \begin_inset Index idx
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419 Indices
1420 \end_layout
1421
1422 \end_inset
1423
1424
1425 \begin_inset Index idx
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429 Superscripts|see
1430 \begin_inset ERT
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434
1435 {
1436 \end_layout
1437
1438 \end_inset
1439
1440 Exponents
1441 \begin_inset ERT
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445
1446 }
1447 \end_layout
1448
1449 \end_inset
1450
1451
1452 \end_layout
1453
1454 \end_inset
1455
1456
1457 \begin_inset Index idx
1458 status collapsed
1459
1460 \begin_layout Plain Layout
1461 Subscripts|see
1462 \begin_inset ERT
1463 status collapsed
1464
1465 \begin_layout Plain Layout
1466
1467 {
1468 \end_layout
1469
1470 \end_inset
1471
1472 Indices
1473 \begin_inset ERT
1474 status collapsed
1475
1476 \begin_layout Plain Layout
1477
1478 }
1479 \end_layout
1480
1481 \end_inset
1482
1483
1484 \end_layout
1485
1486 \end_inset
1487
1488
1489 \end_layout
1490
1491 \begin_layout Standard
1492 Indices are created with an underscore 
1493 \begin_inset Quotes eld
1494 \end_inset
1495
1496 _
1497 \begin_inset Quotes erd
1498 \end_inset
1499
1500  or via the math toolbar button 
1501 \begin_inset Info
1502 type  "icon"
1503 arg   "math-subscript"
1504 \end_inset
1505
1506 , exponents with a caret 
1507 \begin_inset Quotes eld
1508 \end_inset
1509
1510 ^
1511 \begin_inset Quotes erd
1512 \end_inset
1513
1514  or via the math toolbar button 
1515 \begin_inset Info
1516 type  "icon"
1517 arg   "math-superscript"
1518 \end_inset
1519
1520 .
1521 \end_layout
1522
1523 \begin_layout Standard
1524 \align center
1525 \begin_inset Tabular
1526 <lyxtabular version="3" rows="4" columns="2">
1527 <features booktabs="true" tabularvalignment="middle">
1528 <column alignment="center" valignment="top" width="0pt">
1529 <column alignment="center" valignment="top" width="0pt">
1530 <row>
1531 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1532 \begin_inset Text
1533
1534 \begin_layout Plain Layout
1535 Command
1536 \end_layout
1537
1538 \end_inset
1539 </cell>
1540 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1541 \begin_inset Text
1542
1543 \begin_layout Plain Layout
1544 Result
1545 \end_layout
1546
1547 \end_inset
1548 </cell>
1549 </row>
1550 <row>
1551 <cell alignment="center" valignment="top" usebox="none">
1552 \begin_inset Text
1553
1554 \begin_layout Plain Layout
1555 B_V
1556 \end_layout
1557
1558 \end_inset
1559 </cell>
1560 <cell alignment="center" valignment="top" usebox="none">
1561 \begin_inset Text
1562
1563 \begin_layout Plain Layout
1564 \begin_inset Formula $B_{V}$
1565 \end_inset
1566
1567
1568 \end_layout
1569
1570 \end_inset
1571 </cell>
1572 </row>
1573 <row topspace="1.5mm">
1574 <cell alignment="center" valignment="top" usebox="none">
1575 \begin_inset Text
1576
1577 \begin_layout Plain Layout
1578 B^V
1579 \end_layout
1580
1581 \end_inset
1582 </cell>
1583 <cell alignment="center" valignment="top" usebox="none">
1584 \begin_inset Text
1585
1586 \begin_layout Plain Layout
1587 \begin_inset Formula $B^{V}$
1588 \end_inset
1589
1590
1591 \end_layout
1592
1593 \end_inset
1594 </cell>
1595 </row>
1596 <row topspace="1.5mm">
1597 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1598 \begin_inset Text
1599
1600 \begin_layout Plain Layout
1601 B^
1602 \begin_inset space \textvisiblespace{}
1603 \end_inset
1604
1605 A
1606 \end_layout
1607
1608 \end_inset
1609 </cell>
1610 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1611 \begin_inset Text
1612
1613 \begin_layout Plain Layout
1614 \begin_inset Formula $B^{A}$
1615 \end_inset
1616
1617
1618 \end_layout
1619
1620 \end_inset
1621 </cell>
1622 </row>
1623 </lyxtabular>
1624
1625 \end_inset
1626
1627
1628 \end_layout
1629
1630 \begin_layout Standard
1631 As the caret is in some languages an accent, vowels will be accentuated
1632  in this case and not set as exponents
1633 \begin_inset Foot
1634 status collapsed
1635
1636 \begin_layout Plain Layout
1637 Depending on the used keyboard settings this can also happen for characters
1638  other than vowels.
1639 \end_layout
1640
1641 \end_inset
1642
1643 .
1644  To get exponents in this case, press 
1645 \family sans
1646 Space
1647 \family default
1648  after the caret as in the last example.
1649 \end_layout
1650
1651 \begin_layout Subsection
1652 Fractions
1653 \begin_inset CommandInset label
1654 LatexCommand label
1655 name "subsec:Fractions"
1656
1657 \end_inset
1658
1659
1660 \begin_inset Index idx
1661 status collapsed
1662
1663 \begin_layout Plain Layout
1664 Fractions
1665 \end_layout
1666
1667 \end_inset
1668
1669
1670 \end_layout
1671
1672 \begin_layout Standard
1673 Fractions are generated with the command 
1674 \series bold
1675
1676 \backslash
1677 frac
1678 \series default
1679
1680 \begin_inset Index idx
1681 status collapsed
1682
1683 \begin_layout Plain Layout
1684 Commands ! F ! 
1685 \backslash
1686 frac
1687 \end_layout
1688
1689 \end_inset
1690
1691  or via the math toolbar button 
1692 \begin_inset Info
1693 type  "icon"
1694 arg   "math-insert \\frac"
1695 \end_inset
1696
1697 .
1698  The font size is adjusted automatically, depending on whether the fraction
1699  is in an inline or display style formula.
1700  With the math toolbar button 
1701 \begin_inset Info
1702 type  "icon"
1703 arg   "math-insert \\frac-square"
1704 \end_inset
1705
1706  you can select different fraction types.
1707 \end_layout
1708
1709 \begin_layout Standard
1710 With the command 
1711 \series bold
1712
1713 \backslash
1714 dfrac
1715 \series default
1716
1717 \begin_inset Index idx
1718 status collapsed
1719
1720 \begin_layout Plain Layout
1721 Commands ! D ! 
1722 \backslash
1723 dfrac
1724 \end_layout
1725
1726 \end_inset
1727
1728  a fraction can be created that always has the size of a display style formula.
1729  With 
1730 \series bold
1731
1732 \backslash
1733 tfrac
1734 \series default
1735
1736 \begin_inset Index idx
1737 status collapsed
1738
1739 \begin_layout Plain Layout
1740 Commands ! T ! 
1741 \backslash
1742 tfrac
1743 \end_layout
1744
1745 \end_inset
1746
1747  the fraction appears always with the size of an inline formula.
1748  An example:
1749 \end_layout
1750
1751 \begin_layout Standard
1752 A line with the fraction 
1753 \begin_inset Formula $\frac{1}{2}$
1754 \end_inset
1755
1756  that was created with the command 
1757 \series bold
1758
1759 \backslash
1760 frac
1761 \series default
1762 .
1763 \end_layout
1764
1765 \begin_layout Standard
1766 A line with the fraction 
1767 \begin_inset Formula $\dfrac{1}{2}$
1768 \end_inset
1769
1770  that was created with the command 
1771 \series bold
1772
1773 \backslash
1774 dfrac
1775 \series default
1776 .
1777 \end_layout
1778
1779 \begin_layout Standard
1780 \align center
1781 \begin_inset Tabular
1782 <lyxtabular version="3" rows="4" columns="2">
1783 <features booktabs="true" tabularvalignment="middle">
1784 <column alignment="center" valignment="top" width="0pt">
1785 <column alignment="center" valignment="top" width="0pt">
1786 <row>
1787 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1788 \begin_inset Text
1789
1790 \begin_layout Plain Layout
1791 Command
1792 \end_layout
1793
1794 \end_inset
1795 </cell>
1796 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1797 \begin_inset Text
1798
1799 \begin_layout Plain Layout
1800 Result
1801 \end_layout
1802
1803 \end_inset
1804 </cell>
1805 </row>
1806 <row topspace="1.5mm">
1807 <cell alignment="center" valignment="top" usebox="none">
1808 \begin_inset Text
1809
1810 \begin_layout Plain Layout
1811
1812 \backslash
1813 frac
1814 \begin_inset space \textvisiblespace{}
1815 \end_inset
1816
1817 A
1818 \begin_inset Formula $\downarrow$
1819 \end_inset
1820
1821 B
1822 \end_layout
1823
1824 \end_inset
1825 </cell>
1826 <cell alignment="center" valignment="top" usebox="none">
1827 \begin_inset Text
1828
1829 \begin_layout Plain Layout
1830 \begin_inset Formula $\frac{A}{B}$
1831 \end_inset
1832
1833
1834 \end_layout
1835
1836 \end_inset
1837 </cell>
1838 </row>
1839 <row topspace="2mm">
1840 <cell alignment="center" valignment="top" usebox="none">
1841 \begin_inset Text
1842
1843 \begin_layout Plain Layout
1844
1845 \backslash
1846 dfrac
1847 \begin_inset space \textvisiblespace{}
1848 \end_inset
1849
1850 A
1851 \begin_inset Formula $\downarrow$
1852 \end_inset
1853
1854 B
1855 \end_layout
1856
1857 \end_inset
1858 </cell>
1859 <cell alignment="center" valignment="top" usebox="none">
1860 \begin_inset Text
1861
1862 \begin_layout Plain Layout
1863 \begin_inset Formula $\dfrac{A}{B}$
1864 \end_inset
1865
1866
1867 \end_layout
1868
1869 \end_inset
1870 </cell>
1871 </row>
1872 <row topspace="2mm" bottomspace="1mm">
1873 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1874 \begin_inset Text
1875
1876 \begin_layout Plain Layout
1877
1878 \backslash
1879 dfrac
1880 \begin_inset space \textvisiblespace{}
1881 \end_inset
1882
1883 e^
1884 \backslash
1885 frac
1886 \begin_inset space \textvisiblespace{}
1887 \end_inset
1888
1889 1
1890 \begin_inset Formula $\downarrow$
1891 \end_inset
1892
1893 2
1894 \begin_inset Formula $\downarrow\downarrow$
1895 \end_inset
1896
1897 3
1898 \end_layout
1899
1900 \end_inset
1901 </cell>
1902 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1903 \begin_inset Text
1904
1905 \begin_layout Plain Layout
1906 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
1907 \end_inset
1908
1909
1910 \end_layout
1911
1912 \end_inset
1913 </cell>
1914 </row>
1915 </lyxtabular>
1916
1917 \end_inset
1918
1919
1920 \end_layout
1921
1922 \begin_layout Standard
1923 \begin_inset VSpace bigskip
1924 \end_inset
1925
1926
1927 \begin_inset Newpage newpage
1928 \end_inset
1929
1930 For nested fractions the command 
1931 \series bold
1932
1933 \backslash
1934 cfrac
1935 \series default
1936
1937 \begin_inset Index idx
1938 status collapsed
1939
1940 \begin_layout Plain Layout
1941 Commands ! C ! 
1942 \backslash
1943 cfrac
1944 \end_layout
1945
1946 \end_inset
1947
1948  can be used.
1949  Here is an example:
1950 \begin_inset VSpace -3mm
1951 \end_inset
1952
1953
1954 \end_layout
1955
1956 \begin_layout Standard
1957 \begin_inset Formula 
1958 \begin{align*}
1959 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
1960 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1961 \end{align*}
1962
1963 \end_inset
1964
1965
1966 \end_layout
1967
1968 \begin_layout Standard
1969 The command for the example above is:
1970 \end_layout
1971
1972 \begin_layout Standard
1973
1974 \series bold
1975
1976 \backslash
1977 cfrac
1978 \begin_inset space \textvisiblespace{}
1979 \end_inset
1980
1981 A
1982 \begin_inset Formula $\downarrow$
1983 \end_inset
1984
1985 B+
1986 \backslash
1987 cfrac
1988 \begin_inset space \textvisiblespace{}
1989 \end_inset
1990
1991 C+
1992 \backslash
1993 cfrac
1994 \begin_inset space \textvisiblespace{}
1995 \end_inset
1996
1997 E
1998 \begin_inset Formula $\downarrow$
1999 \end_inset
2000
2001 F
2002 \begin_inset Formula $\downarrow$
2003 \end_inset
2004
2005 D
2006 \end_layout
2007
2008 \begin_layout Standard
2009 \begin_inset VSpace medskip
2010 \end_inset
2011
2012
2013 \end_layout
2014
2015 \begin_layout Standard
2016
2017 \series bold
2018
2019 \backslash
2020 cfrac
2021 \series default
2022  sets the fraction always in the size of a displayed formula, also when
2023  it is part of another fraction.
2024 \end_layout
2025
2026 \begin_layout Standard
2027 It is possible to specify the alignment of the numerator.
2028  The command 
2029 \series bold
2030
2031 \backslash
2032 cfracleft
2033 \series default
2034  is used to left align it, the command 
2035 \series bold
2036
2037 \backslash
2038 cfracright
2039 \series default
2040  to right-align it.
2041  
2042 \series bold
2043
2044 \backslash
2045 cfrac
2046 \series default
2047  centers the numerator.
2048  These fractions demonstrate the different alignments:
2049 \end_layout
2050
2051 \begin_layout Standard
2052
2053 \series bold
2054 \begin_inset Formula 
2055 \[
2056 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2057 \]
2058
2059 \end_inset
2060
2061
2062 \end_layout
2063
2064 \begin_layout Standard
2065 \begin_inset Note Greyedout
2066 status open
2067
2068 \begin_layout Plain Layout
2069
2070 \series bold
2071 Note:
2072 \series default
2073  
2074 \series bold
2075
2076 \backslash
2077 cfracleft
2078 \series default
2079  and 
2080 \series bold
2081
2082 \backslash
2083 cfracright
2084 \series default
2085  are no real \SpecialChar LaTeX
2086  commands but represent the command 
2087 \series bold
2088
2089 \backslash
2090 cfrac[alignment]{numerator}{denominator}
2091 \series default
2092  .
2093  Therefore you cannot use them in \SpecialChar TeX
2094  code.
2095 \end_layout
2096
2097 \end_inset
2098
2099
2100 \end_layout
2101
2102 \begin_layout Standard
2103 \begin_inset VSpace medskip
2104 \end_inset
2105
2106 It is often advantageous to combine 
2107 \series bold
2108
2109 \backslash
2110 cfrac
2111 \series default
2112  and 
2113 \series bold
2114
2115 \backslash
2116 frac
2117 \series default
2118 :
2119 \begin_inset Formula 
2120 \[
2121 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2122 \]
2123
2124 \end_inset
2125
2126
2127 \end_layout
2128
2129 \begin_layout Standard
2130 For inline fractions with a sloped fraction stroke you can use the command
2131  
2132 \series bold
2133
2134 \backslash
2135 nicefrac
2136 \series default
2137
2138 \begin_inset Index idx
2139 status collapsed
2140
2141 \begin_layout Plain Layout
2142 Commands ! N ! 
2143 \backslash
2144 nicefrac
2145 \end_layout
2146
2147 \end_inset
2148
2149
2150 \begin_inset Formula $\nicefrac{5}{31}$
2151 \end_inset
2152
2153  or 
2154 \series bold
2155
2156 \backslash
2157 unitfrac
2158 \series default
2159
2160 \begin_inset Index idx
2161 status collapsed
2162
2163 \begin_layout Plain Layout
2164 Commands ! U ! 
2165 \backslash
2166 unitfrac
2167 \end_layout
2168
2169 \end_inset
2170
2171
2172 \begin_inset Formula $\unitfrac{5}{31}$
2173 \end_inset
2174
2175  There is furthermore the command 
2176 \series bold
2177
2178 \backslash
2179 unitfracthree
2180 \series default
2181  that offers to write a fraction in combination with a number: 
2182 \begin_inset Formula $\unitfrac[2]{1}{3}$
2183 \end_inset
2184
2185
2186 \end_layout
2187
2188 \begin_layout Standard
2189 \begin_inset Note Greyedout
2190 status open
2191
2192 \begin_layout Plain Layout
2193
2194 \series bold
2195 Note:
2196 \series default
2197  
2198 \series bold
2199
2200 \backslash
2201 unitfracthree
2202 \series default
2203  is not a real \SpecialChar LaTeX
2204  command but the command
2205 \begin_inset Newline newline
2206 \end_inset
2207
2208
2209 \series bold
2210
2211 \backslash
2212 unitfrac[number]{numerator}{denominator}
2213 \series default
2214  .
2215  Therefore you cannot use it in \SpecialChar TeX
2216  code.
2217 \end_layout
2218
2219 \end_inset
2220
2221
2222 \end_layout
2223
2224 \begin_layout Standard
2225 How to define own fractions where the fraction stroke can be changed, is
2226  explained in 
2227 \begin_inset CommandInset ref
2228 LatexCommand ref
2229 reference "subsec:Self-defined-Fractions"
2230
2231 \end_inset
2232
2233 .
2234 \end_layout
2235
2236 \begin_layout Standard
2237 Multiline fractions are explained in 
2238 \begin_inset CommandInset ref
2239 LatexCommand ref
2240 reference "subsec:Multiline-Fractions"
2241
2242 \end_inset
2243
2244 .
2245 \end_layout
2246
2247 \begin_layout Subsection
2248 Roots
2249 \begin_inset Index idx
2250 status collapsed
2251
2252 \begin_layout Plain Layout
2253 Roots
2254 \end_layout
2255
2256 \end_inset
2257
2258
2259 \end_layout
2260
2261 \begin_layout Standard
2262 Square roots are created with 
2263 \series bold
2264
2265 \backslash
2266 sqrt
2267 \series default
2268
2269 \begin_inset Index idx
2270 status collapsed
2271
2272 \begin_layout Plain Layout
2273 Commands ! S ! 
2274 \backslash
2275 sqrt
2276 \end_layout
2277
2278 \end_inset
2279
2280  or the math toolbar button 
2281 \begin_inset Info
2282 type  "icon"
2283 arg   "math-insert \\sqrt"
2284 \end_inset
2285
2286 , all other roots with the command 
2287 \series bold
2288
2289 \backslash
2290 root
2291 \series default
2292
2293 \begin_inset Index idx
2294 status collapsed
2295
2296 \begin_layout Plain Layout
2297 Commands ! R ! 
2298 \backslash
2299 root
2300 \end_layout
2301
2302 \end_inset
2303
2304  or with the math toolbar button 
2305 \begin_inset Info
2306 type  "icon"
2307 arg   "math-insert \\root"
2308 \end_inset
2309
2310 .
2311 \end_layout
2312
2313 \begin_layout Standard
2314 \align center
2315 \begin_inset Tabular
2316 <lyxtabular version="3" rows="3" columns="2">
2317 <features booktabs="true" tabularvalignment="middle">
2318 <column alignment="center" valignment="top" width="0pt">
2319 <column alignment="center" valignment="top" width="0pt">
2320 <row>
2321 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2322 \begin_inset Text
2323
2324 \begin_layout Plain Layout
2325 Command
2326 \end_layout
2327
2328 \end_inset
2329 </cell>
2330 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2331 \begin_inset Text
2332
2333 \begin_layout Plain Layout
2334 Result
2335 \end_layout
2336
2337 \end_inset
2338 </cell>
2339 </row>
2340 <row topspace="1mm">
2341 <cell alignment="center" valignment="top" usebox="none">
2342 \begin_inset Text
2343
2344 \begin_layout Plain Layout
2345
2346 \backslash
2347 sqrt
2348 \begin_inset space \textvisiblespace{}
2349 \end_inset
2350
2351 A-B
2352 \end_layout
2353
2354 \end_inset
2355 </cell>
2356 <cell alignment="center" valignment="top" usebox="none">
2357 \begin_inset Text
2358
2359 \begin_layout Plain Layout
2360 \begin_inset Formula $\sqrt{A-B}$
2361 \end_inset
2362
2363
2364 \end_layout
2365
2366 \end_inset
2367 </cell>
2368 </row>
2369 <row topspace="1mm">
2370 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2371 \begin_inset Text
2372
2373 \begin_layout Plain Layout
2374
2375 \backslash
2376 root
2377 \begin_inset space \textvisiblespace{}
2378 \end_inset
2379
2380 3
2381 \begin_inset Formula $\downarrow$
2382 \end_inset
2383
2384 A-B
2385 \end_layout
2386
2387 \end_inset
2388 </cell>
2389 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2390 \begin_inset Text
2391
2392 \begin_layout Plain Layout
2393 \begin_inset Formula $\sqrt[3]{A-B}$
2394 \end_inset
2395
2396
2397 \end_layout
2398
2399 \end_inset
2400 </cell>
2401 </row>
2402 </lyxtabular>
2403
2404 \end_inset
2405
2406
2407 \end_layout
2408
2409 \begin_layout Standard
2410 A square root can also be created with 
2411 \series bold
2412
2413 \backslash
2414 root
2415 \series default
2416  when the root index field is left empty.
2417 \end_layout
2418
2419 \begin_layout Standard
2420 With certain indices the distance to the root is too small, like in this
2421  formula: 
2422 \begin_inset Formula $\sqrt[\beta]{B}$
2423 \end_inset
2424
2425
2426 \begin_inset Newline newline
2427 \end_inset
2428
2429 The 
2430 \begin_inset Formula $\beta$
2431 \end_inset
2432
2433  touches the root.
2434  To avoid this, the commands 
2435 \series bold
2436
2437 \backslash
2438 leftroot
2439 \series default
2440
2441 \begin_inset Index idx
2442 status collapsed
2443
2444 \begin_layout Plain Layout
2445 Commands ! L ! 
2446 \backslash
2447 leftroot
2448 \end_layout
2449
2450 \end_inset
2451
2452  and 
2453 \series bold
2454
2455 \backslash
2456 uproot
2457 \series default
2458
2459 \begin_inset Index idx
2460 status collapsed
2461
2462 \begin_layout Plain Layout
2463 Commands ! U ! 
2464 \backslash
2465 uproot
2466 \end_layout
2467
2468 \end_inset
2469
2470  are used with the following scheme:
2471 \end_layout
2472
2473 \begin_layout Standard
2474
2475 \series bold
2476
2477 \backslash
2478 leftroot{distance}
2479 \series default
2480  and 
2481 \series bold
2482
2483 \backslash
2484 uproot{distance}
2485 \end_layout
2486
2487 \begin_layout Standard
2488 Distance is the number of Big Points (unit bp; 
2489 \begin_inset Formula $\mathrm{72\,bp=1\,inch}$
2490 \end_inset
2491
2492 ), that the index should be moved to the left or top, resp..
2493  The commands are written to the index.
2494  This way the command
2495 \begin_inset Newline newline
2496 \end_inset
2497
2498
2499 \series bold
2500
2501 \backslash
2502 root
2503 \backslash
2504 leftroot{-1
2505 \begin_inset Formula $\to$
2506 \end_inset
2507
2508
2509 \backslash
2510 uproot{2
2511 \begin_inset Formula $\to$
2512 \end_inset
2513
2514
2515 \backslash
2516 beta
2517 \begin_inset space \textvisiblespace{}
2518 \end_inset
2519
2520
2521 \begin_inset Formula $\to$
2522 \end_inset
2523
2524 B
2525 \begin_inset Newline newline
2526 \end_inset
2527
2528
2529 \series default
2530 produces a correct typeset formula: 
2531 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2532 \end_inset
2533
2534
2535 \end_layout
2536
2537 \begin_layout Subsection
2538 Binomial Coefficients
2539 \begin_inset Index idx
2540 status collapsed
2541
2542 \begin_layout Plain Layout
2543 Binomial coefficients
2544 \end_layout
2545
2546 \end_inset
2547
2548
2549 \end_layout
2550
2551 \begin_layout Standard
2552 Binomial coefficients are inserted with the command 
2553 \series bold
2554
2555 \backslash
2556 binom
2557 \series default
2558
2559 \begin_inset Index idx
2560 status collapsed
2561
2562 \begin_layout Plain Layout
2563 Commands ! B ! 
2564 \backslash
2565 binom
2566 \end_layout
2567
2568 \end_inset
2569
2570  or with the submenu of the math toolbar button 
2571 \begin_inset Info
2572 type  "icon"
2573 arg   "math-insert \\frac-square"
2574 \end_inset
2575
2576 .
2577  As with fractions (
2578 \series bold
2579
2580 \backslash
2581 frac
2582 \series default
2583 ) in addition to 
2584 \series bold
2585
2586 \backslash
2587 binom
2588 \series default
2589  there are the commands 
2590 \series bold
2591
2592 \backslash
2593 dbinom
2594 \series default
2595
2596 \begin_inset Index idx
2597 status collapsed
2598
2599 \begin_layout Plain Layout
2600 Commands ! D ! 
2601 \backslash
2602 dbinom
2603 \end_layout
2604
2605 \end_inset
2606
2607  and 
2608 \series bold
2609
2610 \backslash
2611 tbinom
2612 \series default
2613
2614 \begin_inset Index idx
2615 status collapsed
2616
2617 \begin_layout Plain Layout
2618 Commands ! T ! 
2619 \backslash
2620 tbinom
2621 \end_layout
2622
2623 \end_inset
2624
2625 .
2626  For other brackets around binomial coeficients there are the commands 
2627 \series bold
2628
2629 \backslash
2630 brace
2631 \series default
2632
2633 \begin_inset Index idx
2634 status collapsed
2635
2636 \begin_layout Plain Layout
2637 Commands ! B ! 
2638 \backslash
2639 brace
2640 \end_layout
2641
2642 \end_inset
2643
2644  and 
2645 \series bold
2646
2647 \backslash
2648 brack
2649 \series default
2650
2651 \begin_inset Index idx
2652 status collapsed
2653
2654 \begin_layout Plain Layout
2655 Commands ! B ! 
2656 \backslash
2657 brack
2658 \end_layout
2659
2660 \end_inset
2661
2662 .
2663 \end_layout
2664
2665 \begin_layout Standard
2666 \align center
2667 \begin_inset Tabular
2668 <lyxtabular version="3" rows="6" columns="2">
2669 <features booktabs="true" tabularvalignment="middle">
2670 <column alignment="center" valignment="top" width="0pt">
2671 <column alignment="center" valignment="top" width="0pt">
2672 <row>
2673 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2674 \begin_inset Text
2675
2676 \begin_layout Plain Layout
2677 Command
2678 \end_layout
2679
2680 \end_inset
2681 </cell>
2682 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2683 \begin_inset Text
2684
2685 \begin_layout Plain Layout
2686 Result
2687 \end_layout
2688
2689 \end_inset
2690 </cell>
2691 </row>
2692 <row topspace="1mm">
2693 <cell alignment="center" valignment="top" usebox="none">
2694 \begin_inset Text
2695
2696 \begin_layout Plain Layout
2697
2698 \backslash
2699 binom
2700 \begin_inset space \textvisiblespace{}
2701 \end_inset
2702
2703 A
2704 \begin_inset Formula $\downarrow$
2705 \end_inset
2706
2707 B
2708 \end_layout
2709
2710 \end_inset
2711 </cell>
2712 <cell alignment="center" valignment="top" usebox="none">
2713 \begin_inset Text
2714
2715 \begin_layout Plain Layout
2716 \begin_inset Formula $\binom{A}{B}$
2717 \end_inset
2718
2719
2720 \end_layout
2721
2722 \end_inset
2723 </cell>
2724 </row>
2725 <row topspace="2mm">
2726 <cell alignment="center" valignment="top" usebox="none">
2727 \begin_inset Text
2728
2729 \begin_layout Plain Layout
2730
2731 \backslash
2732 dbinom
2733 \begin_inset space \textvisiblespace{}
2734 \end_inset
2735
2736 A
2737 \begin_inset Formula $\downarrow$
2738 \end_inset
2739
2740 B
2741 \end_layout
2742
2743 \end_inset
2744 </cell>
2745 <cell alignment="center" valignment="top" usebox="none">
2746 \begin_inset Text
2747
2748 \begin_layout Plain Layout
2749 \begin_inset Formula $\dbinom{A}{B}$
2750 \end_inset
2751
2752
2753 \end_layout
2754
2755 \end_inset
2756 </cell>
2757 </row>
2758 <row topspace="2mm" bottomspace="0.5mm">
2759 <cell alignment="center" valignment="top" usebox="none">
2760 \begin_inset Text
2761
2762 \begin_layout Plain Layout
2763
2764 \backslash
2765 tbinom
2766 \begin_inset space \textvisiblespace{}
2767 \end_inset
2768
2769 A
2770 \begin_inset Formula $\downarrow$
2771 \end_inset
2772
2773 B
2774 \end_layout
2775
2776 \end_inset
2777 </cell>
2778 <cell alignment="center" valignment="top" usebox="none">
2779 \begin_inset Text
2780
2781 \begin_layout Plain Layout
2782 \begin_inset Formula $\tbinom{A}{B}$
2783 \end_inset
2784
2785
2786 \end_layout
2787
2788 \end_inset
2789 </cell>
2790 </row>
2791 <row topspace="1mm">
2792 <cell alignment="center" valignment="top" topline="true" usebox="none">
2793 \begin_inset Text
2794
2795 \begin_layout Plain Layout
2796
2797 \backslash
2798 brack
2799 \begin_inset space \textvisiblespace{}
2800 \end_inset
2801
2802 A
2803 \begin_inset Formula $\downarrow$
2804 \end_inset
2805
2806 B
2807 \end_layout
2808
2809 \end_inset
2810 </cell>
2811 <cell alignment="center" valignment="top" topline="true" usebox="none">
2812 \begin_inset Text
2813
2814 \begin_layout Plain Layout
2815 \begin_inset Formula ${A \brack B}$
2816 \end_inset
2817
2818
2819 \end_layout
2820
2821 \end_inset
2822 </cell>
2823 </row>
2824 <row topspace="2mm" bottomspace="0.5mm">
2825 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2826 \begin_inset Text
2827
2828 \begin_layout Plain Layout
2829
2830 \backslash
2831 brace
2832 \begin_inset space \textvisiblespace{}
2833 \end_inset
2834
2835 A
2836 \begin_inset Formula $\downarrow$
2837 \end_inset
2838
2839 B
2840 \end_layout
2841
2842 \end_inset
2843 </cell>
2844 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2845 \begin_inset Text
2846
2847 \begin_layout Plain Layout
2848 \begin_inset Formula ${A \brace B}$
2849 \end_inset
2850
2851
2852 \end_layout
2853
2854 \end_inset
2855 </cell>
2856 </row>
2857 </lyxtabular>
2858
2859 \end_inset
2860
2861
2862 \end_layout
2863
2864 \begin_layout Subsection
2865 Case Differentiations
2866 \begin_inset Index idx
2867 status collapsed
2868
2869 \begin_layout Plain Layout
2870 Case differentiations 
2871 \end_layout
2872
2873 \end_inset
2874
2875
2876 \end_layout
2877
2878 \begin_layout Standard
2879 \align center
2880 \begin_inset Tabular
2881 <lyxtabular version="3" rows="3" columns="2">
2882 <features booktabs="true" tabularvalignment="middle">
2883 <column alignment="center" valignment="top" width="0pt">
2884 <column alignment="center" valignment="top" width="0pt">
2885 <row>
2886 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2887 \begin_inset Text
2888
2889 \begin_layout Plain Layout
2890 Command
2891 \end_layout
2892
2893 \end_inset
2894 </cell>
2895 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2896 \begin_inset Text
2897
2898 \begin_layout Plain Layout
2899 Result
2900 \end_layout
2901
2902 \end_inset
2903 </cell>
2904 </row>
2905 <row>
2906 <cell alignment="center" valignment="top" usebox="none">
2907 \begin_inset Text
2908
2909 \begin_layout Plain Layout
2910
2911 \backslash
2912 cases
2913 \begin_inset space \textvisiblespace{}
2914 \end_inset
2915
2916 A
2917 \begin_inset Formula $\to$
2918 \end_inset
2919
2920 B>0
2921 \begin_inset Index idx
2922 status collapsed
2923
2924 \begin_layout Plain Layout
2925 Commands ! C ! 
2926 \backslash
2927 cases
2928 \end_layout
2929
2930 \end_inset
2931
2932
2933 \end_layout
2934
2935 \end_inset
2936 </cell>
2937 <cell alignment="center" valignment="top" usebox="none">
2938 \begin_inset Text
2939
2940 \begin_layout Plain Layout
2941 \begin_inset Formula $\begin{cases}
2942 A & B>0\end{cases}$
2943 \end_inset
2944
2945
2946 \end_layout
2947
2948 \end_inset
2949 </cell>
2950 </row>
2951 <row topspace="1.5mm">
2952 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2953 \begin_inset Text
2954
2955 \begin_layout Plain Layout
2956
2957 \backslash
2958 cases
2959 \begin_inset space \textvisiblespace{}
2960 \end_inset
2961
2962
2963 \begin_inset Info
2964 type  "shortcut"
2965 arg   "newline-insert newline"
2966 \end_inset
2967
2968
2969 \end_layout
2970
2971 \end_inset
2972 </cell>
2973 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2974 \begin_inset Text
2975
2976 \begin_layout Plain Layout
2977 \begin_inset Formula $\begin{cases}
2978 A & \textrm{for }x>0\\
2979 B & \textrm{for }x=0
2980 \end{cases}$
2981 \end_inset
2982
2983
2984 \end_layout
2985
2986 \end_inset
2987 </cell>
2988 </row>
2989 </lyxtabular>
2990
2991 \end_inset
2992
2993
2994 \end_layout
2995
2996 \begin_layout Standard
2997 After inserting 
2998 \series bold
2999
3000 \backslash
3001 cases
3002 \series default
3003  or pressing the math toolbar button 
3004 \begin_inset Info
3005 type  "icon"
3006 arg   "math-insert \\cases"
3007 \end_inset
3008
3009  you can create new lines with the shortcut 
3010 \begin_inset Info
3011 type  "shortcut"
3012 arg   "newline-insert newline"
3013 \end_inset
3014
3015  or the table toolbar button 
3016 \begin_inset Info
3017 type  "icon"
3018 arg   "tabular-feature append-row"
3019 \end_inset
3020
3021 .
3022 \end_layout
3023
3024 \begin_layout Standard
3025 The command 
3026 \series bold
3027
3028 \backslash
3029 cases
3030 \series default
3031  is also available via the menu 
3032 \family sans
3033 Insert\SpecialChar menuseparator
3034 Math\SpecialChar menuseparator
3035 Cases-Environment
3036 \family default
3037 .
3038 \end_layout
3039
3040 \begin_layout Subsection
3041 Negations
3042 \begin_inset Index idx
3043 status collapsed
3044
3045 \begin_layout Plain Layout
3046 Negations
3047 \end_layout
3048
3049 \end_inset
3050
3051
3052 \end_layout
3053
3054 \begin_layout Standard
3055 By inserting 
3056 \series bold
3057
3058 \backslash
3059 not
3060 \series default
3061
3062 \begin_inset Index idx
3063 status collapsed
3064
3065 \begin_layout Plain Layout
3066 Commands ! N ! 
3067 \backslash
3068 not
3069 \end_layout
3070
3071 \end_inset
3072
3073  every character can be displayed canceled.
3074  The characters are quasi accentuated by a slash.
3075 \end_layout
3076
3077 \begin_layout Standard
3078 \align center
3079 \begin_inset Tabular
3080 <lyxtabular version="3" rows="4" columns="2">
3081 <features booktabs="true" tabularvalignment="middle">
3082 <column alignment="center" valignment="top" width="0pt">
3083 <column alignment="center" valignment="top" width="0pt">
3084 <row>
3085 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3086 \begin_inset Text
3087
3088 \begin_layout Plain Layout
3089 Command
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3095 \begin_inset Text
3096
3097 \begin_layout Plain Layout
3098 Result
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 </row>
3104 <row>
3105 <cell alignment="center" valignment="top" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109
3110 \backslash
3111 not=
3112 \end_layout
3113
3114 \end_inset
3115 </cell>
3116 <cell alignment="center" valignment="top" usebox="none">
3117 \begin_inset Text
3118
3119 \begin_layout Plain Layout
3120 \begin_inset Formula $\not=$
3121 \end_inset
3122
3123
3124 \end_layout
3125
3126 \end_inset
3127 </cell>
3128 </row>
3129 <row>
3130 <cell alignment="center" valignment="top" usebox="none">
3131 \begin_inset Text
3132
3133 \begin_layout Plain Layout
3134
3135 \backslash
3136 not 
3137 \backslash
3138 le
3139 \end_layout
3140
3141 \end_inset
3142 </cell>
3143 <cell alignment="center" valignment="top" usebox="none">
3144 \begin_inset Text
3145
3146 \begin_layout Plain Layout
3147 \begin_inset Formula $\not\le$
3148 \end_inset
3149
3150
3151 \end_layout
3152
3153 \end_inset
3154 </cell>
3155 </row>
3156 <row>
3157 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3158 \begin_inset Text
3159
3160 \begin_layout Plain Layout
3161
3162 \backslash
3163 not 
3164 \backslash
3165 parallel
3166 \end_layout
3167
3168 \end_inset
3169 </cell>
3170 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3171 \begin_inset Text
3172
3173 \begin_layout Plain Layout
3174 \begin_inset Formula $\not\parallel$
3175 \end_inset
3176
3177
3178 \end_layout
3179
3180 \end_inset
3181 </cell>
3182 </row>
3183 </lyxtabular>
3184
3185 \end_inset
3186
3187
3188 \end_layout
3189
3190 \begin_layout Standard
3191 The last example shows that not all negations look good.
3192  Therefore there are special commands for some negations (see 
3193 \begin_inset CommandInset ref
3194 LatexCommand ref
3195 reference "subsec:Mathematical-Symbols"
3196
3197 \end_inset
3198
3199  and 
3200 \begin_inset CommandInset ref
3201 LatexCommand ref
3202 reference "sec:Relations"
3203
3204 \end_inset
3205
3206 ).
3207 \end_layout
3208
3209 \begin_layout Subsection
3210 Placeholders
3211 \begin_inset CommandInset label
3212 LatexCommand label
3213 name "subsec:Placeholders"
3214
3215 \end_inset
3216
3217
3218 \begin_inset Index idx
3219 status collapsed
3220
3221 \begin_layout Plain Layout
3222 Placeholders
3223 \end_layout
3224
3225 \end_inset
3226
3227
3228 \begin_inset Index idx
3229 status collapsed
3230
3231 \begin_layout Plain Layout
3232 Chemical characters ! Isotopes
3233 \end_layout
3234
3235 \end_inset
3236
3237
3238 \begin_inset Index idx
3239 status collapsed
3240
3241 \begin_layout Plain Layout
3242 Isotopes|see
3243 \begin_inset ERT
3244 status collapsed
3245
3246 \begin_layout Plain Layout
3247
3248 {
3249 \end_layout
3250
3251 \end_inset
3252
3253 Chemical characters
3254 \begin_inset ERT
3255 status collapsed
3256
3257 \begin_layout Plain Layout
3258
3259 }
3260 \end_layout
3261
3262 \end_inset
3263
3264
3265 \end_layout
3266
3267 \end_inset
3268
3269
3270 \end_layout
3271
3272 \begin_layout Standard
3273 When displaying e.
3274 \begin_inset space \thinspace{}
3275 \end_inset
3276
3277 g.
3278 \begin_inset space \space{}
3279 \end_inset
3280
3281 isotopes
3282 \begin_inset Foot
3283 status collapsed
3284
3285 \begin_layout Plain Layout
3286 Typesetting isotopes and chemical symbols is described in 
3287 \begin_inset CommandInset ref
3288 LatexCommand ref
3289 reference "subsec:Chemical-Symbols-and"
3290
3291 \end_inset
3292
3293 .
3294 \end_layout
3295
3296 \end_inset
3297
3298  the following problem occurs:
3299 \end_layout
3300
3301 \begin_layout Standard
3302 \align center
3303 \begin_inset Tabular
3304 <lyxtabular version="3" rows="2" columns="2">
3305 <features booktabs="true" tabularvalignment="middle">
3306 <column alignment="center" valignment="top" width="0pt">
3307 <column alignment="center" valignment="top" width="0pt">
3308 <row>
3309 <cell alignment="center" valignment="top" usebox="none">
3310 \begin_inset Text
3311
3312 \begin_layout Plain Layout
3313 Indices created with sub- and superscripts:
3314 \end_layout
3315
3316 \end_inset
3317 </cell>
3318 <cell alignment="center" valignment="top" usebox="none">
3319 \begin_inset Text
3320
3321 \begin_layout Plain Layout
3322 \begin_inset Formula $_{9}^{19}\mathrm{F}$
3323 \end_inset
3324
3325
3326 \end_layout
3327
3328 \end_inset
3329 </cell>
3330 </row>
3331 <row topspace="1.5mm">
3332 <cell alignment="center" valignment="top" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336 correct indices:
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 <cell alignment="center" valignment="top" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Plain Layout
3345 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3346 \end_inset
3347
3348
3349 \end_layout
3350
3351 \end_inset
3352 </cell>
3353 </row>
3354 </lyxtabular>
3355
3356 \end_inset
3357
3358
3359 \end_layout
3360
3361 \begin_layout Standard
3362 The shorter index is by default placed below or above the first character
3363  of the longer index.
3364  To avoid this there is the command 
3365 \series bold
3366
3367 \backslash
3368 phantom
3369 \series default
3370
3371 \begin_inset Index idx
3372 status collapsed
3373
3374 \begin_layout Plain Layout
3375 Commands ! P ! 
3376 \backslash
3377 phantom
3378 \end_layout
3379
3380 \end_inset
3381
3382  or the math toolbar button
3383 \begin_inset space \thinspace{}
3384 \end_inset
3385
3386
3387 \begin_inset Foot
3388 status collapsed
3389
3390 \begin_layout Plain Layout
3391 can be found in the submenu of the toolbar button 
3392 \begin_inset Info
3393 type  "icon"
3394 arg   "math-insert \\space"
3395 \end_inset
3396
3397
3398 \end_layout
3399
3400 \end_inset
3401
3402  
3403 \begin_inset Info
3404 type  "icon"
3405 arg   "math/phantom"
3406 \end_inset
3407
3408  that creates one or more phantom characters.
3409  When inserting 
3410 \series bold
3411
3412 \backslash
3413 phantom
3414 \series default
3415  a small blue box appears that is superposed with two red arrows.
3416  The arrows indicate that the complete width and height of the box content
3417  will be created as placeholder.
3418  Phantom characters are accordingly placeholders with the size of the characters.
3419 \end_layout
3420
3421 \begin_layout Standard
3422 \align center
3423 \begin_inset Tabular
3424 <lyxtabular version="3" rows="4" columns="2">
3425 <features booktabs="true" tabularvalignment="middle">
3426 <column alignment="center" valignment="top" width="0pt">
3427 <column alignment="center" valignment="top" width="0pt">
3428 <row>
3429 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Plain Layout
3433 Command
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Plain Layout
3442 Result
3443 \end_layout
3444
3445 \end_inset
3446 </cell>
3447 </row>
3448 <row topspace="1.5mm">
3449 <cell alignment="center" valignment="top" usebox="none">
3450 \begin_inset Text
3451
3452 \begin_layout Plain Layout
3453 ^19
3454 \begin_inset space \textvisiblespace{}
3455 \end_inset
3456
3457 _
3458 \backslash
3459 phantom
3460 \begin_inset space \textvisiblespace{}
3461 \end_inset
3462
3463 1
3464 \begin_inset Formula $\to$
3465 \end_inset
3466
3467 9
3468 \begin_inset space \textvisiblespace{}
3469 \end_inset
3470
3471 F
3472 \end_layout
3473
3474 \end_inset
3475 </cell>
3476 <cell alignment="center" valignment="top" usebox="none">
3477 \begin_inset Text
3478
3479 \begin_layout Plain Layout
3480 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3481 \end_inset
3482
3483
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 </row>
3489 <row topspace="1.5mm" bottomspace="0.5mm">
3490 <cell alignment="center" valignment="top" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494 ^235
3495 \begin_inset space \textvisiblespace{}
3496 \end_inset
3497
3498 _
3499 \backslash
3500 phantom
3501 \begin_inset space \textvisiblespace{}
3502 \end_inset
3503
3504 23
3505 \begin_inset Formula $\to$
3506 \end_inset
3507
3508 9
3509 \begin_inset space \textvisiblespace{}
3510 \end_inset
3511
3512 F
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 <cell alignment="center" valignment="top" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
3522 \end_inset
3523
3524
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 </row>
3530 <row topspace="1.5mm" bottomspace="0.5mm">
3531 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535
3536 \backslash
3537 Lambda^
3538 \begin_inset space \textvisiblespace{}
3539 \end_inset
3540
3541
3542 \backslash
3543 phantom
3544 \begin_inset space \textvisiblespace{}
3545 \end_inset
3546
3547 ii
3548 \begin_inset Formula $\to$
3549 \end_inset
3550
3551 t
3552 \begin_inset space \textvisiblespace{}
3553 \end_inset
3554
3555 _MMt
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3561 \begin_inset Text
3562
3563 \begin_layout Plain Layout
3564 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
3565 \end_inset
3566
3567
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 </row>
3573 </lyxtabular>
3574
3575 \end_inset
3576
3577
3578 \end_layout
3579
3580 \begin_layout Standard
3581 Furthermore there are the commands 
3582 \series bold
3583
3584 \backslash
3585 vphantom
3586 \series default
3587
3588 \begin_inset Index idx
3589 status collapsed
3590
3591 \begin_layout Plain Layout
3592 Commands ! V ! 
3593 \backslash
3594 vphantom
3595 \end_layout
3596
3597 \end_inset
3598
3599  (toolbar button 
3600 \begin_inset Info
3601 type  "icon"
3602 arg   "math/vphantom"
3603 \end_inset
3604
3605 ) and 
3606 \series bold
3607
3608 \backslash
3609 hphantom
3610 \series default
3611
3612 \begin_inset Index idx
3613 status collapsed
3614
3615 \begin_layout Plain Layout
3616 Commands ! H ! 
3617 \backslash
3618 hphantom
3619 \end_layout
3620
3621 \end_inset
3622
3623  (toolbar button 
3624 \begin_inset Info
3625 type  "icon"
3626 arg   "math/hphantom"
3627 \end_inset
3628
3629 ).
3630  
3631 \series bold
3632
3633 \backslash
3634 hphantom
3635 \series default
3636  creates only space for the maximal height of the characters in the box
3637  but not for its width.
3638  
3639 \series bold
3640
3641 \backslash
3642 vphantom
3643 \series default
3644  creates only space for the width of the box content.
3645  Therefore  the boxes of both commands have only one red arrow.
3646 \end_layout
3647
3648 \begin_layout Standard
3649 For example the command 
3650 \series bold
3651
3652 \backslash
3653 vphantom
3654 \begin_inset space \textvisiblespace{}
3655 \end_inset
3656
3657 a
3658 \backslash
3659 int
3660 \series default
3661  creates space for the height of the integral sign,
3662 \begin_inset Foot
3663 status collapsed
3664
3665 \begin_layout Plain Layout
3666 The command 
3667 \series bold
3668
3669 \backslash
3670 int
3671 \series default
3672  creates an integral sign, see 
3673 \begin_inset CommandInset ref
3674 LatexCommand ref
3675 reference "subsec:Big-Operators"
3676
3677 \end_inset
3678
3679 .
3680 \end_layout
3681
3682 \end_inset
3683
3684  because this is the larger character.
3685  An example application is in 
3686 \begin_inset CommandInset ref
3687 LatexCommand ref
3688 reference "subsec:Multiline-Brackets"
3689
3690 \end_inset
3691
3692 .
3693 \end_layout
3694
3695 \begin_layout Standard
3696 Placeholders can also be used for text when they are inserted via the menu
3697  
3698 \family sans
3699 Insert\SpecialChar menuseparator
3700 Formatting\SpecialChar menuseparator
3701 Phantom
3702 \family default
3703 :
3704 \end_layout
3705
3706 \begin_layout Standard
3707 This is a sentence.
3708 \begin_inset Newline newline
3709 \end_inset
3710
3711
3712 \begin_inset Phantom Phantom
3713 status open
3714
3715 \begin_layout Plain Layout
3716 This
3717 \end_layout
3718
3719 \end_inset
3720
3721  is a sentence.
3722 \end_layout
3723
3724 \begin_layout Subsection
3725 Lines
3726 \begin_inset Index idx
3727 status collapsed
3728
3729 \begin_layout Plain Layout
3730 Lines
3731 \end_layout
3732
3733 \end_inset
3734
3735
3736 \begin_inset Index idx
3737 status collapsed
3738
3739 \begin_layout Plain Layout
3740 Formula ! underlined
3741 \end_layout
3742
3743 \end_inset
3744
3745
3746 \end_layout
3747
3748 \begin_layout Standard
3749 \align center
3750 \begin_inset Tabular
3751 <lyxtabular version="3" rows="4" columns="2">
3752 <features booktabs="true" tabularvalignment="middle">
3753 <column alignment="center" valignment="top" width="0pt">
3754 <column alignment="center" valignment="top" width="0pt">
3755 <row>
3756 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760 Command
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3766 \begin_inset Text
3767
3768 \begin_layout Plain Layout
3769 Result
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 </row>
3775 <row topspace="2mm">
3776 <cell alignment="center" valignment="top" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780
3781 \backslash
3782 overline
3783 \begin_inset space \textvisiblespace{}
3784 \end_inset
3785
3786 A+B
3787 \begin_inset Index idx
3788 status collapsed
3789
3790 \begin_layout Plain Layout
3791 Commands ! O ! 
3792 \backslash
3793 overline
3794 \end_layout
3795
3796 \end_inset
3797
3798
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 <cell alignment="center" valignment="top" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807 \begin_inset Formula $\overline{A+B}$
3808 \end_inset
3809
3810
3811 \end_layout
3812
3813 \end_inset
3814 </cell>
3815 </row>
3816 <row bottomspace="1mm">
3817 <cell alignment="center" valignment="top" usebox="none">
3818 \begin_inset Text
3819
3820 \begin_layout Plain Layout
3821
3822 \backslash
3823 underline
3824 \begin_inset space \textvisiblespace{}
3825 \end_inset
3826
3827 A+B
3828 \begin_inset Index idx
3829 status collapsed
3830
3831 \begin_layout Plain Layout
3832 Commands ! U ! 
3833 \backslash
3834 underline
3835 \end_layout
3836
3837 \end_inset
3838
3839
3840 \end_layout
3841
3842 \end_inset
3843 </cell>
3844 <cell alignment="center" valignment="top" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848 \begin_inset Formula $\underline{A+B}$
3849 \end_inset
3850
3851
3852 \end_layout
3853
3854 \end_inset
3855 </cell>
3856 </row>
3857 <row topspace="2mm" bottomspace="1mm">
3858 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Plain Layout
3862
3863 \backslash
3864 overline
3865 \begin_inset space \textvisiblespace{}
3866 \end_inset
3867
3868
3869 \backslash
3870 underline
3871 \begin_inset space \textvisiblespace{}
3872 \end_inset
3873
3874 A+B
3875 \end_layout
3876
3877 \end_inset
3878 </cell>
3879 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3880 \begin_inset Text
3881
3882 \begin_layout Plain Layout
3883 \begin_inset Formula $\overline{\underline{A+B}}$
3884 \end_inset
3885
3886
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 </row>
3892 </lyxtabular>
3893
3894 \end_inset
3895
3896
3897 \end_layout
3898
3899 \begin_layout Standard
3900 In the last example it doesn't matter if first 
3901 \series bold
3902
3903 \backslash
3904 overline
3905 \series default
3906  or 
3907 \series bold
3908
3909 \backslash
3910 underline
3911 \series default
3912  is inserted.
3913 \end_layout
3914
3915 \begin_layout Standard
3916 To double underline use 
3917 \series bold
3918
3919 \backslash
3920 underline
3921 \series default
3922  twice.
3923 \end_layout
3924
3925 \begin_layout Standard
3926 It is possible to place up to 6 lines above or below characters.
3927 \end_layout
3928
3929 \begin_layout Standard
3930 \begin_inset VSpace bigskip
3931 \end_inset
3932
3933 Custom lines can be created using the command 
3934 \series bold
3935
3936 \backslash
3937 rule
3938 \series default
3939
3940 \begin_inset Index idx
3941 status collapsed
3942
3943 \begin_layout Plain Layout
3944 Commands ! R ! 
3945 \backslash
3946 rule
3947 \end_layout
3948
3949 \end_inset
3950
3951  which has the following scheme:
3952 \end_layout
3953
3954 \begin_layout Standard
3955
3956 \series bold
3957
3958 \backslash
3959 rule[vertical offset]{length}{thickness}
3960 \end_layout
3961
3962 \begin_layout Standard
3963 The optional vertical offset shifts the line upwards (or downwards, when
3964  the value is negative).
3965  The units listed in 
3966 \begin_inset CommandInset ref
3967 LatexCommand ref
3968 reference "tab:Available-units"
3969
3970 \end_inset
3971
3972  can be used for the values.
3973  Here are two example lines created with the commands
3974 \begin_inset Newline newline
3975 \end_inset
3976
3977
3978 \series bold
3979
3980 \backslash
3981 rule[-2ex]{3cm}{2pt}
3982 \series default
3983  and 
3984 \series bold
3985
3986 \backslash
3987 rule{2cm}{1pt}
3988 \series default
3989 :
3990 \end_layout
3991
3992 \begin_layout Standard
3993 This is a sentence 
3994 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
3995 \end_inset
3996
3997  with two lines.
3998 \end_layout
3999
4000 \begin_layout Standard
4001
4002 \series bold
4003
4004 \backslash
4005 rule
4006 \series default
4007  can also be used for text when a line is inserted via the menu 
4008 \family sans
4009 Insert\SpecialChar menuseparator
4010 Formatting\SpecialChar menuseparator
4011 Horizontal
4012 \begin_inset space ~
4013 \end_inset
4014
4015 Line
4016 \family default
4017 :
4018 \end_layout
4019
4020 \begin_layout Standard
4021 This is a sentence 
4022 \begin_inset CommandInset line
4023 LatexCommand rule
4024 offset "0.5ex"
4025 width "3cm"
4026 height "1pt"
4027
4028 \end_inset
4029
4030  with one line.
4031 \end_layout
4032
4033 \begin_layout Subsection
4034 Ellipses
4035 \begin_inset CommandInset label
4036 LatexCommand label
4037 name "subsec:Ellipses"
4038
4039 \end_inset
4040
4041
4042 \begin_inset Index idx
4043 status collapsed
4044
4045 \begin_layout Plain Layout
4046 Ellipses
4047 \end_layout
4048
4049 \end_inset
4050
4051
4052 \end_layout
4053
4054 \begin_layout Standard
4055 There are different types of ellipses available.
4056 \begin_inset Foot
4057 status collapsed
4058
4059 \begin_layout Plain Layout
4060 In the math toolbar in the submenu of the button 
4061 \begin_inset Info
4062 type  "icon"
4063 arg   "math-insert \\ldots"
4064 \end_inset
4065
4066
4067 \end_layout
4068
4069 \end_inset
4070
4071  For listings dots at the baseline are used (
4072 \series bold
4073
4074 \backslash
4075 ldots
4076 \series default
4077
4078 \begin_inset Index idx
4079 status collapsed
4080
4081 \begin_layout Plain Layout
4082 Commands ! L ! 
4083 \backslash
4084 ldots
4085 \end_layout
4086
4087 \end_inset
4088
4089 ), while for operations dots are needed that are on the same height as the
4090  operators (
4091 \series bold
4092
4093 \backslash
4094 cdots
4095 \series default
4096
4097 \begin_inset Index idx
4098 status collapsed
4099
4100 \begin_layout Plain Layout
4101 Commands ! C ! 
4102 \backslash
4103 cdots
4104 \end_layout
4105
4106 \end_inset
4107
4108 ).
4109  When using the command 
4110 \series bold
4111
4112 \backslash
4113 dots
4114 \series default
4115
4116 \begin_inset Index idx
4117 status collapsed
4118
4119 \begin_layout Plain Layout
4120 Commands ! D ! 
4121 \backslash
4122 dots
4123 \end_layout
4124
4125 \end_inset
4126
4127 , \SpecialChar LaTeX
4128  decides on the basis of the next character what type is used.
4129 \end_layout
4130
4131 \begin_layout Standard
4132 \align center
4133 \begin_inset Tabular
4134 <lyxtabular version="3" rows="9" columns="2">
4135 <features booktabs="true" tabularvalignment="middle">
4136 <column alignment="center" valignment="top" width="0pt">
4137 <column alignment="center" valignment="top" width="0pt">
4138 <row>
4139 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143 Command
4144 \end_layout
4145
4146 \end_inset
4147 </cell>
4148 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4149 \begin_inset Text
4150
4151 \begin_layout Plain Layout
4152 Result
4153 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 </row>
4158 <row>
4159 <cell alignment="center" valignment="top" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163 A_1
4164 \begin_inset space \textvisiblespace{}
4165 \end_inset
4166
4167 ,
4168 \backslash
4169 dots
4170 \begin_inset space \textvisiblespace{}
4171 \end_inset
4172
4173 ,A_n
4174 \end_layout
4175
4176 \end_inset
4177 </cell>
4178 <cell alignment="center" valignment="top" usebox="none">
4179 \begin_inset Text
4180
4181 \begin_layout Plain Layout
4182 \begin_inset Formula $A_{1},\dots,A_{n}$
4183 \end_inset
4184
4185
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 </row>
4191 <row>
4192 <cell alignment="center" valignment="top" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196 A_1
4197 \begin_inset space \textvisiblespace{}
4198 \end_inset
4199
4200 +
4201 \backslash
4202 dots
4203 \begin_inset space \textvisiblespace{}
4204 \end_inset
4205
4206 +A_n
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 <cell alignment="center" valignment="top" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215 \begin_inset Formula $A_{1}+\dots+A_{n}$
4216 \end_inset
4217
4218
4219 \end_layout
4220
4221 \end_inset
4222 </cell>
4223 </row>
4224 <row>
4225 <cell alignment="center" valignment="top" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229 A_1
4230 \begin_inset space \textvisiblespace{}
4231 \end_inset
4232
4233 ,
4234 \backslash
4235 ldots
4236 \begin_inset space \textvisiblespace{}
4237 \end_inset
4238
4239 ,A_n
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 <cell alignment="center" valignment="top" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248 \begin_inset Formula $A_{1},\ldots,A_{n}$
4249 \end_inset
4250
4251
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 </row>
4257 <row>
4258 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4259 \begin_inset Text
4260
4261 \begin_layout Plain Layout
4262 A_1
4263 \begin_inset space \textvisiblespace{}
4264 \end_inset
4265
4266 +
4267 \backslash
4268 cdots
4269 \begin_inset space \textvisiblespace{}
4270 \end_inset
4271
4272 +A_n
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4282 \end_inset
4283
4284
4285 \end_layout
4286
4287 \end_inset
4288 </cell>
4289 </row>
4290 <row>
4291 <cell alignment="center" valignment="top" usebox="none">
4292 \begin_inset Text
4293
4294 \begin_layout Plain Layout
4295
4296 \backslash
4297 vdots
4298 \end_layout
4299
4300 \end_inset
4301 </cell>
4302 <cell alignment="center" valignment="top" usebox="none">
4303 \begin_inset Text
4304
4305 \begin_layout Plain Layout
4306 \begin_inset Formula $\vdots$
4307 \end_inset
4308
4309
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 </row>
4315 <row>
4316 <cell alignment="center" valignment="top" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320
4321 \backslash
4322 ddots
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 <cell alignment="center" valignment="top" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331 \begin_inset Formula $\ddots$
4332 \end_inset
4333
4334
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 </row>
4340 <row>
4341 <cell alignment="center" valignment="top" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345
4346 \backslash
4347 iddots
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 <cell alignment="center" valignment="top" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356 \begin_inset Formula $\iddots$
4357 \end_inset
4358
4359
4360 \end_layout
4361
4362 \end_inset
4363 </cell>
4364 </row>
4365 <row>
4366 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4367 \begin_inset Text
4368
4369 \begin_layout Plain Layout
4370 3×3
4371 \begin_inset space \thinspace{}
4372 \end_inset
4373
4374 matrix with the different dots
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383 \begin_inset Formula $\begin{array}{ccc}
4384 A_{11} & \cdots & A_{1m}\\
4385 \vdots & \ddots & \vdots\\
4386 A_{n1} & \cdots & A_{nm}
4387 \end{array}$
4388 \end_inset
4389
4390
4391 \end_layout
4392
4393 \end_inset
4394 </cell>
4395 </row>
4396 </lyxtabular>
4397
4398 \end_inset
4399
4400
4401 \end_layout
4402
4403 \begin_layout Standard
4404 The ellipses available in menu 
4405 \family sans
4406 Insert\SpecialChar menuseparator
4407 Special
4408 \begin_inset space ~
4409 \end_inset
4410
4411 Character
4412 \family default
4413  are 
4414 \series bold
4415
4416 \backslash
4417 ldots
4418 \series default
4419 .
4420 \end_layout
4421
4422 \begin_layout Standard
4423 \begin_inset VSpace medskip
4424 \end_inset
4425
4426 To use 
4427 \series bold
4428
4429 \backslash
4430 iddots
4431 \series default
4432 , one of the options 
4433 \family sans
4434 Use mathdots package (automatically)
4435 \family default
4436  must be set in the document settings under 
4437 \family sans
4438 Math
4439 \begin_inset space ~
4440 \end_inset
4441
4442 Options
4443 \family default
4444 .
4445 \begin_inset Newline newline
4446 \end_inset
4447
4448 Using the option 
4449 \family sans
4450 Use mathdots package
4451 \family default
4452  will improve the appearance of all dots in the documents if their font
4453  style or size is not the default.
4454 \end_layout
4455
4456 \begin_layout Standard
4457 \begin_inset VSpace medskip
4458 \end_inset
4459
4460 Specially for matrices there are ellipses that span over several columns.
4461  They are created with the command 
4462 \series bold
4463
4464 \backslash
4465 hdotsfor
4466 \series default
4467
4468 \begin_inset Index idx
4469 status collapsed
4470
4471 \begin_layout Plain Layout
4472 Commands ! H ! 
4473 \backslash
4474 hdotsfor
4475 \end_layout
4476
4477 \end_inset
4478
4479 , that has the following scheme:
4480 \end_layout
4481
4482 \begin_layout Standard
4483
4484 \series bold
4485
4486 \backslash
4487 hdotsfor[distance]{number of columns}
4488 \end_layout
4489
4490 \begin_layout Standard
4491 The number of columns specifies how many columns should be spanned.
4492  Distance is a factor for the distance between the dots.
4493 \end_layout
4494
4495 \begin_layout Standard
4496 In the following matrix the command 
4497 \series bold
4498
4499 \backslash
4500 hdotsfor[2]{4}
4501 \series default
4502  was inserted in the first box of the second line, to get an ellipsis with
4503  a dot distance twice as long as with the command 
4504 \series bold
4505
4506 \backslash
4507 dots
4508 \series default
4509 :
4510 \begin_inset Formula 
4511 \[
4512 \left(\begin{array}{cccc}
4513 A & B & C & D\\
4514 \hdotsfor[2]{4}\\
4515 q & w & e & r
4516 \end{array}\right)
4517 \]
4518
4519 \end_inset
4520
4521 Note that the matrix fields that should be spanned must be empty, otherwise
4522  you get \SpecialChar LaTeX
4523 -errors.
4524 \end_layout
4525
4526 \begin_layout Standard
4527 \begin_inset VSpace bigskip
4528 \end_inset
4529
4530 Furthermore you can fill with the command 
4531 \series bold
4532
4533 \backslash
4534 dotfill
4535 \series default
4536
4537 \begin_inset Index idx
4538 status collapsed
4539
4540 \begin_layout Plain Layout
4541 Commands ! D ! 
4542 \backslash
4543 dotfill
4544 \end_layout
4545
4546 \end_inset
4547
4548  the rest of a line with dots.
4549  The effect of these commands is the same as with 
4550 \series bold
4551
4552 \backslash
4553 hfill
4554 \series default
4555 , see 
4556 \begin_inset CommandInset ref
4557 LatexCommand ref
4558 reference "subsec:Variable-Space"
4559
4560 \end_inset
4561
4562 .
4563 \end_layout
4564
4565 \begin_layout Standard
4566 For example the command 
4567 \series bold
4568 A
4569 \backslash
4570 dotfill
4571 \begin_inset space \textvisiblespace{}
4572 \end_inset
4573
4574 B
4575 \series default
4576  produces
4577 \end_layout
4578
4579 \begin_layout Standard
4580 \begin_inset Formula $A\dotfill B$
4581 \end_inset
4582
4583
4584 \end_layout
4585
4586 \begin_layout Standard
4587 Similar to
4588 \series bold
4589  
4590 \backslash
4591 dotfill
4592 \series default
4593  there is for a line the command 
4594 \series bold
4595
4596 \backslash
4597 hrulefill
4598 \series default
4599
4600 \begin_inset Index idx
4601 status collapsed
4602
4603 \begin_layout Plain Layout
4604 Commands ! H ! 
4605 \backslash
4606 hrulefill
4607 \end_layout
4608
4609 \end_inset
4610
4611 :
4612 \end_layout
4613
4614 \begin_layout Standard
4615 \begin_inset Formula $A\hrulefill B$
4616 \end_inset
4617
4618
4619 \end_layout
4620
4621 \begin_layout Standard
4622 To use the commands for text, they have to be inserted in \SpecialChar TeX
4623  mode.
4624 \end_layout
4625
4626 \begin_layout Section
4627 Matrices
4628 \begin_inset CommandInset label
4629 LatexCommand label
4630 name "sec:Matrices"
4631
4632 \end_inset
4633
4634
4635 \begin_inset Index idx
4636 status collapsed
4637
4638 \begin_layout Plain Layout
4639 Matrices
4640 \end_layout
4641
4642 \end_inset
4643
4644
4645 \end_layout
4646
4647 \begin_layout Standard
4648 Matrices can be inserted via the math toolbar button 
4649 \begin_inset Info
4650 type  "icon"
4651 arg   "dialog-show mathmatrix"
4652 \end_inset
4653
4654  or the menu 
4655 \family sans
4656 Insert\SpecialChar menuseparator
4657 Math\SpecialChar menuseparator
4658 Matrix
4659 \family default
4660 .
4661  In the matrix dialog you can specify the number of columns and rows, the
4662  alignment and the decoration.
4663  The vertical alignment is only of importance for matrices in inline formulas:
4664 \end_layout
4665
4666 \begin_layout Standard
4667 The first matrix is top 
4668 \begin_inset Formula $\begin{array}[t]{cccc}
4669 A & D & G & J\\
4670 B & E & H & K\\
4671 C & F & I & L
4672 \end{array}$
4673 \end_inset
4674
4675 , the second middle 
4676 \begin_inset Formula $\begin{array}{cccc}
4677 A & D & G & J\\
4678 B & E & H & K\\
4679 C & F & I & L
4680 \end{array}$
4681 \end_inset
4682
4683  and the third bottom 
4684 \begin_inset Formula $\begin{array}[b]{cccc}
4685 A & D & G & J\\
4686 B & E & H & K\\
4687 C & F & I & L
4688 \end{array}$
4689 \end_inset
4690
4691  aligned.
4692 \end_layout
4693
4694 \begin_layout Standard
4695 The horizontal alignment specifies how the column entries should be aligned.
4696  It is set by entering a letter for every column.
4697  
4698 \emph on
4699 l
4700 \emph default
4701  denotes left aligned, 
4702 \emph on
4703 c
4704 \emph default
4705  centered and 
4706 \emph on
4707 r
4708 \emph default
4709  right aligned.
4710  To create for example a 4
4711 \series bold
4712 ×
4713 \series default
4714 4
4715 \begin_inset space ~
4716 \end_inset
4717
4718 matrix where the first column is left aligned, the second and third are
4719  centered and the last one is right aligned, one enters for the horizontal
4720  alignment 
4721 \series bold
4722 lccr
4723 \series default
4724 .
4725  Normally in a matrix all columns are centered, therefore the default for
4726  every column is a 
4727 \series bold
4728 c
4729 \series default
4730 .
4731 \end_layout
4732
4733 \begin_layout Standard
4734 Horizontal alignment:
4735 \end_layout
4736
4737 \begin_layout Standard
4738
4739 \series bold
4740 lll
4741 \series default
4742  : 
4743 \begin_inset Formula $\begin{array}{lll}
4744 10000 & D & G\\
4745 B & 10000 & H\\
4746 C & F & 10000
4747 \end{array}$
4748 \end_inset
4749
4750  , 
4751 \series bold
4752 ccc
4753 \series default
4754  : 
4755 \begin_inset Formula $\begin{array}{ccc}
4756 10000 & D & G\\
4757 B & 10000 & H\\
4758 C & F & 10000
4759 \end{array}$
4760 \end_inset
4761
4762  , 
4763 \series bold
4764 rrr
4765 \series default
4766  : 
4767 \begin_inset Formula $\begin{array}{rrr}
4768 10000 & D & G\\
4769 B & 10000 & H\\
4770 C & F & 10000
4771 \end{array}$
4772 \end_inset
4773
4774
4775 \end_layout
4776
4777 \begin_layout Standard
4778 To add or delete rows and columns subsequently, the math toolbar buttons
4779  
4780 \begin_inset Info
4781 type  "icon"
4782 arg   "tabular-feature append-row"
4783 \end_inset
4784
4785
4786 \begin_inset Info
4787 type  "icon"
4788 arg   "tabular-feature delete-row"
4789 \end_inset
4790
4791 , etc.
4792 \begin_inset space \thinspace{}
4793 \end_inset
4794
4795 , or the menu 
4796 \family sans
4797 Edit\SpecialChar menuseparator
4798 Rows & Columns
4799 \family default
4800  can be used.
4801  New rows can also be created with 
4802 \begin_inset Info
4803 type  "shortcut"
4804 arg   "newline-insert newline"
4805 \end_inset
4806
4807 .
4808 \end_layout
4809
4810 \begin_layout Standard
4811 \begin_inset VSpace bigskip
4812 \end_inset
4813
4814
4815 \change_deleted 47243155 1563226130
4816 The 
4817 \change_deleted -563046850 1563190969
4818
4819 \family sans
4820 Decoration
4821 \change_inserted -563046850 1563190971
4822 Appearance
4823 \change_unchanged
4824
4825 \family default
4826  
4827 \change_deleted -563046850 1563192602
4828 adds
4829 \change_inserted -563046850 1563192607
4830 can be used to add
4831 \change_unchanged
4832  parentheses in the selected style around the matrix
4833 \change_inserted -563046850 1563192780
4834  or to select the 
4835 \family sans
4836 small
4837 \family default
4838  style, suitable for an inline matrix like this one 
4839 \begin_inset Formula $\bigl(\begin{smallmatrix}0 & \textrm{-}\mathrm{i}\\
4840 \mathrm{i} & 0
4841 \end{smallmatrix}\bigr)$
4842 \end_inset
4843
4844
4845 \change_unchanged
4846 .
4847
4848 \change_inserted -563046850 1563192943
4849  Here the parentheses have been added manually using commands 
4850 \series bold
4851
4852 \backslash
4853 bigl(
4854 \series default
4855  and 
4856 \series bold
4857
4858 \backslash
4859 bigr).
4860 \end_layout
4861
4862 \begin_layout Standard
4863
4864 \change_deleted -563046850 1563192735
4865  
4866 \change_unchanged
4867 Alternatively, parentheses can can 
4868 \change_deleted -563046850 1563192971
4869 either 
4870 \change_unchanged
4871 be created with the commands 
4872 \series bold
4873
4874 \backslash
4875 left
4876 \series default
4877
4878 \begin_inset Index idx
4879 status collapsed
4880
4881 \begin_layout Plain Layout
4882 Commands ! L ! 
4883 \backslash
4884 left
4885 \end_layout
4886
4887 \end_inset
4888
4889  and 
4890 \series bold
4891
4892 \backslash
4893 right
4894 \series default
4895
4896 \begin_inset Index idx
4897 status collapsed
4898
4899 \begin_layout Plain Layout
4900 Commands ! R ! 
4901 \backslash
4902 right
4903 \end_layout
4904
4905 \end_inset
4906
4907  (shortcut 
4908 \family sans
4909 Alt+M
4910 \begin_inset space ~
4911 \end_inset
4912
4913 Parenthesis
4914 \family default
4915 ), see 
4916 \begin_inset CommandInset ref
4917 LatexCommand ref
4918 reference "subsec:Automatic-Bracket-Size"
4919
4920 \end_inset
4921
4922 , or by using the following commands:
4923 \begin_inset VSpace medskip
4924 \end_inset
4925
4926
4927 \end_layout
4928
4929 \begin_layout Standard
4930 \begin_inset space \hfill{}
4931 \end_inset
4932
4933
4934 \begin_inset Tabular
4935 <lyxtabular version="3" rows="4" columns="2">
4936 <features booktabs="true" tabularvalignment="middle">
4937 <column alignment="center" valignment="top" width="0pt">
4938 <column alignment="center" valignment="top">
4939 <row>
4940 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4941 \begin_inset Text
4942
4943 \begin_layout Plain Layout
4944 Command
4945 \end_layout
4946
4947 \end_inset
4948 </cell>
4949 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4950 \begin_inset Text
4951
4952 \begin_layout Plain Layout
4953 Result
4954 \end_layout
4955
4956 \end_inset
4957 </cell>
4958 </row>
4959 <row topspace="1.5mm">
4960 <cell alignment="center" valignment="top" usebox="none">
4961 \begin_inset Text
4962
4963 \begin_layout Plain Layout
4964
4965 \backslash
4966 bmatrix
4967 \begin_inset space \textvisiblespace{}
4968 \end_inset
4969
4970 2
4971 \series bold
4972 ×
4973 \series default
4974 2
4975 \begin_inset space \thinspace{}
4976 \end_inset
4977
4978 matrix
4979 \end_layout
4980
4981 \end_inset
4982 </cell>
4983 <cell alignment="center" valignment="top" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
4988 0 & \textrm{-}\mathrm{i}\\
4989 \mathrm{i} & 0
4990 \end{array}\end{bmatrix}$
4991 \end_inset
4992
4993
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 </row>
4999 <row topspace="1.5mm" bottomspace="0.5mm">
5000 <cell alignment="center" valignment="top" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Plain Layout
5004
5005 \backslash
5006 Bmatrix
5007 \begin_inset space \textvisiblespace{}
5008 \end_inset
5009
5010 2
5011 \series bold
5012 ×
5013 \series default
5014 2
5015 \begin_inset space \thinspace{}
5016 \end_inset
5017
5018 matrix
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 <cell alignment="center" valignment="top" usebox="none">
5024 \begin_inset Text
5025
5026 \begin_layout Plain Layout
5027 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
5028 0 & \textrm{-}\mathrm{i}\\
5029 \mathrm{i} & 0
5030 \end{array}\end{Bmatrix}$
5031 \end_inset
5032
5033
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 </row>
5039 <row>
5040 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5041 \begin_inset Text
5042
5043 \begin_layout Plain Layout
5044
5045 \backslash
5046 pmatrix
5047 \begin_inset space \textvisiblespace{}
5048 \end_inset
5049
5050 2
5051 \series bold
5052 ×
5053 \series default
5054 2
5055 \begin_inset space \thinspace{}
5056 \end_inset
5057
5058 matrix
5059 \end_layout
5060
5061 \end_inset
5062 </cell>
5063 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5064 \begin_inset Text
5065
5066 \begin_layout Plain Layout
5067 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
5068 0 & \textrm{-}\mathrm{i}\\
5069 \mathrm{i} & 0
5070 \end{array}\end{pmatrix}$
5071 \end_inset
5072
5073
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 </row>
5079 </lyxtabular>
5080
5081 \end_inset
5082
5083
5084 \begin_inset space \hfill{}
5085 \end_inset
5086
5087
5088 \begin_inset Tabular
5089 <lyxtabular version="3" rows="4" columns="2">
5090 <features booktabs="true" tabularvalignment="middle">
5091 <column alignment="center" valignment="top" width="0pt">
5092 <column alignment="center" valignment="top">
5093 <row>
5094 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5095 \begin_inset Text
5096
5097 \begin_layout Plain Layout
5098 Command
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5104 \begin_inset Text
5105
5106 \begin_layout Plain Layout
5107 Result
5108 \end_layout
5109
5110 \end_inset
5111 </cell>
5112 </row>
5113 <row topspace="1.5mm">
5114 <cell alignment="center" valignment="top" usebox="none">
5115 \begin_inset Text
5116
5117 \begin_layout Plain Layout
5118
5119 \backslash
5120 vmatrix
5121 \begin_inset space \textvisiblespace{}
5122 \end_inset
5123
5124 2
5125 \series bold
5126 ×
5127 \series default
5128 2
5129 \begin_inset space \thinspace{}
5130 \end_inset
5131
5132 matrix
5133 \end_layout
5134
5135 \end_inset
5136 </cell>
5137 <cell alignment="center" valignment="top" usebox="none">
5138 \begin_inset Text
5139
5140 \begin_layout Plain Layout
5141 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
5142 0 & \textrm{-}\mathrm{i}\\
5143 \mathrm{i} & 0
5144 \end{array}\end{vmatrix}$
5145 \end_inset
5146
5147
5148 \end_layout
5149
5150 \end_inset
5151 </cell>
5152 </row>
5153 <row topspace="1.5mm" bottomspace="0.5mm">
5154 <cell alignment="center" valignment="top" usebox="none">
5155 \begin_inset Text
5156
5157 \begin_layout Plain Layout
5158
5159 \backslash
5160 Vmatrix
5161 \begin_inset space \textvisiblespace{}
5162 \end_inset
5163
5164 2
5165 \series bold
5166 ×
5167 \series default
5168 2
5169 \begin_inset space \thinspace{}
5170 \end_inset
5171
5172 matrix
5173 \end_layout
5174
5175 \end_inset
5176 </cell>
5177 <cell alignment="center" valignment="top" usebox="none">
5178 \begin_inset Text
5179
5180 \begin_layout Plain Layout
5181 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
5182 0 & \textrm{-}\mathrm{i}\\
5183 \mathrm{i} & 0
5184 \end{array}\end{Vmatrix}$
5185 \end_inset
5186
5187
5188 \end_layout
5189
5190 \end_inset
5191 </cell>
5192 </row>
5193 <row>
5194 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5195 \begin_inset Text
5196
5197 \begin_layout Plain Layout
5198
5199 \backslash
5200 matrix
5201 \begin_inset space \textvisiblespace{}
5202 \end_inset
5203
5204 2
5205 \series bold
5206 ×
5207 \series default
5208 2
5209 \begin_inset space \thinspace{}
5210 \end_inset
5211
5212 matrix
5213 \end_layout
5214
5215 \end_inset
5216 </cell>
5217 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
5222 0 & \textrm{-}\mathrm{i}\\
5223 \mathrm{i} & 0
5224 \end{array}\end{matrix}$
5225 \end_inset
5226
5227
5228 \end_layout
5229
5230 \end_inset
5231 </cell>
5232 </row>
5233 </lyxtabular>
5234
5235 \end_inset
5236
5237
5238 \begin_inset space \hfill{}
5239 \end_inset
5240
5241
5242 \end_layout
5243
5244 \begin_layout Standard
5245 \begin_inset VSpace medskip
5246 \end_inset
5247
5248 When e.
5249 \begin_inset space \thinspace{}
5250 \end_inset
5251
5252 g.
5253 \begin_inset space \space{}
5254 \end_inset
5255
5256
5257 \series bold
5258
5259 \backslash
5260 vmatrix
5261 \series default
5262  is inserted, a blue box appears between two vertical lines where the matrix
5263  is inserted.
5264 \begin_inset Newline newline
5265 \end_inset
5266
5267 Note that decorated matrices ignore the vertical alignment.
5268 \end_layout
5269
5270 \begin_layout Standard
5271 \begin_inset VSpace bigskip
5272 \end_inset
5273
5274 As all multiline formulas are matrices, the length 
5275 \series bold
5276
5277 \backslash
5278 arraycolsep
5279 \series default
5280
5281 \begin_inset Index idx
5282 status collapsed
5283
5284 \begin_layout Plain Layout
5285 Commands ! A ! 
5286 \backslash
5287 arraycolsep
5288 \end_layout
5289
5290 \end_inset
5291
5292  that is described in 
5293 \begin_inset CommandInset ref
5294 LatexCommand ref
5295 reference "subsec:Column-Separation"
5296
5297 \end_inset
5298
5299  can also be used to change the column separation of matrices.
5300 \end_layout
5301
5302 \begin_layout Standard
5303 To change the row separation, the command 
5304 \series bold
5305
5306 \backslash
5307 arraystretch
5308 \series default
5309
5310 \begin_inset Index idx
5311 status collapsed
5312
5313 \begin_layout Plain Layout
5314 Commands ! A ! 
5315 \backslash
5316 arraystretch
5317 \end_layout
5318
5319 \end_inset
5320
5321  is used.
5322  It is used as follows:
5323 \end_layout
5324
5325 \begin_layout Standard
5326
5327 \series bold
5328
5329 \backslash
5330 renewcommand{
5331 \backslash
5332 arraystretch}{stretch factor}
5333 \begin_inset Index idx
5334 status collapsed
5335
5336 \begin_layout Plain Layout
5337 Commands ! R ! 
5338 \backslash
5339 renewcommand
5340 \end_layout
5341
5342 \end_inset
5343
5344
5345 \end_layout
5346
5347 \begin_layout Standard
5348 The command 
5349 \series bold
5350
5351 \backslash
5352 renewcommand
5353 \series default
5354  assigns the stretch factor to the predefined command 
5355 \series bold
5356
5357 \backslash
5358 arraystretch
5359 \series default
5360 .
5361  To double e.
5362 \begin_inset space \thinspace{}
5363 \end_inset
5364
5365 g.
5366 \begin_inset space \space{}
5367 \end_inset
5368
5369 the row separation, use the factor 2.
5370  This is then used for all following matrices.
5371  To go back to the original separation, assign the factor 1 to 
5372 \series bold
5373
5374 \backslash
5375 arraystretch
5376 \series default
5377 .
5378 \end_layout
5379
5380 \begin_layout Standard
5381
5382 \change_inserted 47243155 1563226178
5383 Small inline matrices can also be obtained using 
5384 \change_deleted 47243155 1563226182
5385 To set matrices into a text line,
5386 \change_unchanged
5387  the command 
5388 \series bold
5389
5390 \backslash
5391 smallmatrix
5392 \series default
5393
5394 \begin_inset Index idx
5395 status collapsed
5396
5397 \begin_layout Plain Layout
5398 Commands ! S ! 
5399 \backslash
5400 smallmatrix
5401 \end_layout
5402
5403 \end_inset
5404
5405
5406 \change_deleted 47243155 1563226186
5407  is used
5408 \change_unchanged
5409 .
5410  When it is inserted a blue box with two dashed lines appears.
5411  In this box the matrix is inserted.
5412 \end_layout
5413
5414 \begin_layout Standard
5415 This is a matrix 
5416 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5417 C & D
5418 \end{smallmatrix}\right)$
5419 \end_inset
5420
5421  in a text line
5422 \change_inserted 47243155 1563226243
5423  with automatic delimiters around it
5424 \change_unchanged
5425 .
5426 \end_layout
5427
5428 \begin_layout Section
5429 Brackets and Delimiters
5430 \begin_inset Index idx
5431 status collapsed
5432
5433 \begin_layout Plain Layout
5434 Brackets
5435 \end_layout
5436
5437 \end_inset
5438
5439
5440 \begin_inset Index idx
5441 status collapsed
5442
5443 \begin_layout Plain Layout
5444 Delimiters
5445 \end_layout
5446
5447 \end_inset
5448
5449
5450 \end_layout
5451
5452 \begin_layout Subsection
5453 Vertical Brackets and Delimiters
5454 \begin_inset Index idx
5455 status collapsed
5456
5457 \begin_layout Plain Layout
5458 Brackets ! vertical
5459 \end_layout
5460
5461 \end_inset
5462
5463
5464 \end_layout
5465
5466 \begin_layout Standard
5467 \begin_inset space \hfill{}
5468 \end_inset
5469
5470
5471 \begin_inset Tabular
5472 <lyxtabular version="3" rows="9" columns="2">
5473 <features booktabs="true" tabularvalignment="middle">
5474 <column alignment="center" valignment="top" width="0pt">
5475 <column alignment="center" valignment="top" width="0pt">
5476 <row>
5477 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5478 \begin_inset Text
5479
5480 \begin_layout Plain Layout
5481 Command
5482 \end_layout
5483
5484 \end_inset
5485 </cell>
5486 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5487 \begin_inset Text
5488
5489 \begin_layout Plain Layout
5490 Result
5491 \end_layout
5492
5493 \end_inset
5494 </cell>
5495 </row>
5496 <row>
5497 <cell alignment="center" valignment="top" usebox="none">
5498 \begin_inset Text
5499
5500 \begin_layout Plain Layout
5501 (
5502 \end_layout
5503
5504 \end_inset
5505 </cell>
5506 <cell alignment="center" valignment="top" usebox="none">
5507 \begin_inset Text
5508
5509 \begin_layout Plain Layout
5510 \begin_inset Formula $($
5511 \end_inset
5512
5513
5514 \end_layout
5515
5516 \end_inset
5517 </cell>
5518 </row>
5519 <row>
5520 <cell alignment="center" valignment="top" usebox="none">
5521 \begin_inset Text
5522
5523 \begin_layout Plain Layout
5524 {
5525 \end_layout
5526
5527 \end_inset
5528 </cell>
5529 <cell alignment="center" valignment="top" usebox="none">
5530 \begin_inset Text
5531
5532 \begin_layout Plain Layout
5533 \begin_inset Formula $\{$
5534 \end_inset
5535
5536
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 </row>
5542 <row>
5543 <cell alignment="center" valignment="top" usebox="none">
5544 \begin_inset Text
5545
5546 \begin_layout Plain Layout
5547 [
5548 \end_layout
5549
5550 \end_inset
5551 </cell>
5552 <cell alignment="center" valignment="top" usebox="none">
5553 \begin_inset Text
5554
5555 \begin_layout Plain Layout
5556 \begin_inset Formula $[$
5557 \end_inset
5558
5559
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 </row>
5565 <row>
5566 <cell alignment="center" valignment="top" usebox="none">
5567 \begin_inset Text
5568
5569 \begin_layout Plain Layout
5570
5571 \backslash
5572 langle
5573 \end_layout
5574
5575 \end_inset
5576 </cell>
5577 <cell alignment="center" valignment="top" usebox="none">
5578 \begin_inset Text
5579
5580 \begin_layout Plain Layout
5581 \begin_inset Formula $\langle$
5582 \end_inset
5583
5584
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 </row>
5590 <row>
5591 <cell alignment="center" valignment="top" usebox="none">
5592 \begin_inset Text
5593
5594 \begin_layout Plain Layout
5595
5596 \backslash
5597 lceil
5598 \end_layout
5599
5600 \end_inset
5601 </cell>
5602 <cell alignment="center" valignment="top" usebox="none">
5603 \begin_inset Text
5604
5605 \begin_layout Plain Layout
5606 \begin_inset Formula $\lceil$
5607 \end_inset
5608
5609
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 </row>
5615 <row>
5616 <cell alignment="center" valignment="top" usebox="none">
5617 \begin_inset Text
5618
5619 \begin_layout Plain Layout
5620
5621 \backslash
5622 lfloor
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 <cell alignment="center" valignment="top" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631 \begin_inset Formula $\lfloor$
5632 \end_inset
5633
5634
5635 \end_layout
5636
5637 \end_inset
5638 </cell>
5639 </row>
5640 <row>
5641 <cell alignment="center" valignment="top" usebox="none">
5642 \begin_inset Text
5643
5644 \begin_layout Plain Layout
5645 /
5646 \end_layout
5647
5648 \end_inset
5649 </cell>
5650 <cell alignment="center" valignment="top" usebox="none">
5651 \begin_inset Text
5652
5653 \begin_layout Plain Layout
5654 \begin_inset Formula $/$
5655 \end_inset
5656
5657
5658 \end_layout
5659
5660 \end_inset
5661 </cell>
5662 </row>
5663 <row>
5664 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5665 \begin_inset Text
5666
5667 \begin_layout Plain Layout
5668 |
5669 \end_layout
5670
5671 \end_inset
5672 </cell>
5673 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5674 \begin_inset Text
5675
5676 \begin_layout Plain Layout
5677 \begin_inset Formula $|$
5678 \end_inset
5679
5680
5681 \end_layout
5682
5683 \end_inset
5684 </cell>
5685 </row>
5686 </lyxtabular>
5687
5688 \end_inset
5689
5690
5691 \begin_inset space \hfill{}
5692 \end_inset
5693
5694
5695 \begin_inset Tabular
5696 <lyxtabular version="3" rows="9" columns="2">
5697 <features booktabs="true" tabularvalignment="middle">
5698 <column alignment="center" valignment="top" width="0pt">
5699 <column alignment="center" valignment="top" width="0pt">
5700 <row>
5701 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5702 \begin_inset Text
5703
5704 \begin_layout Plain Layout
5705 Command
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Plain Layout
5714 Result
5715 \end_layout
5716
5717 \end_inset
5718 </cell>
5719 </row>
5720 <row>
5721 <cell alignment="center" valignment="top" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Plain Layout
5725 )
5726 \end_layout
5727
5728 \end_inset
5729 </cell>
5730 <cell alignment="center" valignment="top" usebox="none">
5731 \begin_inset Text
5732
5733 \begin_layout Plain Layout
5734 \begin_inset Formula $)$
5735 \end_inset
5736
5737
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 </row>
5743 <row>
5744 <cell alignment="center" valignment="top" usebox="none">
5745 \begin_inset Text
5746
5747 \begin_layout Plain Layout
5748 }
5749 \end_layout
5750
5751 \end_inset
5752 </cell>
5753 <cell alignment="center" valignment="top" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757 \begin_inset Formula $\}$
5758 \end_inset
5759
5760
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 </row>
5766 <row>
5767 <cell alignment="center" valignment="top" usebox="none">
5768 \begin_inset Text
5769
5770 \begin_layout Plain Layout
5771 ]
5772 \end_layout
5773
5774 \end_inset
5775 </cell>
5776 <cell alignment="center" valignment="top" usebox="none">
5777 \begin_inset Text
5778
5779 \begin_layout Plain Layout
5780 \begin_inset Formula $]$
5781 \end_inset
5782
5783
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 </row>
5789 <row>
5790 <cell alignment="center" valignment="top" usebox="none">
5791 \begin_inset Text
5792
5793 \begin_layout Plain Layout
5794
5795 \backslash
5796 rangle
5797 \end_layout
5798
5799 \end_inset
5800 </cell>
5801 <cell alignment="center" valignment="top" usebox="none">
5802 \begin_inset Text
5803
5804 \begin_layout Plain Layout
5805 \begin_inset Formula $\rangle$
5806 \end_inset
5807
5808
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 </row>
5814 <row>
5815 <cell alignment="center" valignment="top" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Plain Layout
5819
5820 \backslash
5821 rceil
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 <cell alignment="center" valignment="top" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 \begin_inset Formula $\rceil$
5831 \end_inset
5832
5833
5834 \end_layout
5835
5836 \end_inset
5837 </cell>
5838 </row>
5839 <row>
5840 <cell alignment="center" valignment="top" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Plain Layout
5844
5845 \backslash
5846 rfloor
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 <cell alignment="center" valignment="top" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855 \begin_inset Formula $\rfloor$
5856 \end_inset
5857
5858
5859 \end_layout
5860
5861 \end_inset
5862 </cell>
5863 </row>
5864 <row>
5865 <cell alignment="center" valignment="top" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869
5870 \backslash
5871
5872 \backslash
5873
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 <cell alignment="center" valignment="top" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882 \begin_inset Formula $\backslash$
5883 \end_inset
5884
5885
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 </row>
5891 <row>
5892 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5893 \begin_inset Text
5894
5895 \begin_layout Plain Layout
5896
5897 \backslash
5898 |
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907 \begin_inset Formula $\|$
5908 \end_inset
5909
5910
5911 \end_layout
5912
5913 \end_inset
5914 </cell>
5915 </row>
5916 </lyxtabular>
5917
5918 \end_inset
5919
5920
5921 \begin_inset space \hfill{}
5922 \end_inset
5923
5924
5925 \end_layout
5926
5927 \begin_layout Standard
5928
5929 \series medium
5930 \begin_inset Note Greyedout
5931 status open
5932
5933 \begin_layout Plain Layout
5934
5935 \series bold
5936 Note:
5937 \series default
5938  In \SpecialChar TeX
5939  mode the command 
5940 \series bold
5941
5942 \backslash
5943 textbackslash
5944 \series default
5945
5946 \begin_inset Index idx
5947 status collapsed
5948
5949 \begin_layout Plain Layout
5950 Commands ! T ! 
5951 \backslash
5952 textbackslash
5953 \end_layout
5954
5955 \end_inset
5956
5957  must be used for the backslash, because the command 
5958 \series bold
5959
5960 \backslash
5961
5962 \backslash
5963
5964 \series default
5965  produces a line break there.
5966 \end_layout
5967
5968 \end_inset
5969
5970
5971 \end_layout
5972
5973 \begin_layout Standard
5974 For all characters listed above the size can be adjusted with the commands
5975  described in the following two subsections.
5976  When using these commands, the characters < and > can directly be used
5977  instead of the commands 
5978 \series bold
5979
5980 \backslash
5981 langle
5982 \series default
5983  and 
5984 \series bold
5985
5986 \backslash
5987 rangle
5988 \series default
5989 .
5990 \end_layout
5991
5992 \begin_layout Subsubsection
5993 Manual Bracket Size
5994 \begin_inset CommandInset label
5995 LatexCommand label
5996 name "subsec:Manual-Bracket-Size"
5997
5998 \end_inset
5999
6000
6001 \begin_inset Index idx
6002 status collapsed
6003
6004 \begin_layout Plain Layout
6005 Bracket size ! manual
6006 \end_layout
6007
6008 \end_inset
6009
6010
6011 \end_layout
6012
6013 \begin_layout Standard
6014 The bracket size can be specified manually by the \SpecialChar LaTeX
6015 -commands 
6016 \series bold
6017
6018 \backslash
6019 big
6020 \series default
6021
6022 \begin_inset Index idx
6023 status collapsed
6024
6025 \begin_layout Plain Layout
6026 Commands ! B ! 
6027 \backslash
6028 big
6029 \end_layout
6030
6031 \end_inset
6032
6033
6034 \series bold
6035
6036 \backslash
6037 Big
6038 \series default
6039
6040 \series bold
6041
6042 \backslash
6043 bigg
6044 \series default
6045  and 
6046 \series bold
6047
6048 \backslash
6049 Bigg
6050 \series default
6051 .
6052  
6053 \series bold
6054
6055 \backslash
6056 big
6057 \series default
6058  denotes the smallest and 
6059 \series bold
6060
6061 \backslash
6062 Bigg
6063 \series default
6064  the largest bracket size.
6065 \end_layout
6066
6067 \begin_layout Standard
6068 These commands are used to emphasize levels of brackets:
6069 \end_layout
6070
6071 \begin_layout Standard
6072 \align center
6073 \begin_inset Tabular
6074 <lyxtabular version="3" rows="2" columns="2">
6075 <features booktabs="true" tabularvalignment="middle">
6076 <column alignment="center" valignment="top" width="0pt">
6077 <column alignment="center" valignment="top" width="0pt">
6078 <row>
6079 <cell alignment="center" valignment="top" usebox="none">
6080 \begin_inset Text
6081
6082 \begin_layout Plain Layout
6083 all brackets in the same size:
6084 \end_layout
6085
6086 \end_inset
6087 </cell>
6088 <cell alignment="center" valignment="top" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Plain Layout
6092 \begin_inset Formula $((A+B)(A-B))^{C}$
6093 \end_inset
6094
6095
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 </row>
6101 <row topspace="2mm">
6102 <cell alignment="center" valignment="top" usebox="none">
6103 \begin_inset Text
6104
6105 \begin_layout Plain Layout
6106 this looks better:
6107 \end_layout
6108
6109 \end_inset
6110 </cell>
6111 <cell alignment="center" valignment="top" usebox="none">
6112 \begin_inset Text
6113
6114 \begin_layout Plain Layout
6115 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6116 \end_inset
6117
6118
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 </row>
6124 </lyxtabular>
6125
6126 \end_inset
6127
6128
6129 \end_layout
6130
6131 \begin_layout Standard
6132 For the second formula the command 
6133 \series bold
6134
6135 \backslash
6136 Big((A+B)(A-B)
6137 \backslash
6138 Big)^
6139 \begin_inset space \textvisiblespace{}
6140 \end_inset
6141
6142 C
6143 \series default
6144  has been used.
6145 \end_layout
6146
6147 \begin_layout Standard
6148 Here is an overview about all bracket sizes:
6149 \end_layout
6150
6151 \begin_layout Standard
6152 \align center
6153
6154 \backslash
6155 Bigg(
6156 \backslash
6157 exp
6158 \backslash
6159 bigg<
6160 \backslash
6161 Big[
6162 \backslash
6163 big{
6164 \backslash
6165 ln(3x)
6166 \backslash
6167 big}^2
6168 \begin_inset space \textvisiblespace{}
6169 \end_inset
6170
6171
6172 \backslash
6173 sin(x)
6174 \backslash
6175 Big]^
6176 \begin_inset space \textvisiblespace{}
6177 \end_inset
6178
6179 A
6180 \begin_inset space \textvisiblespace{}
6181 \end_inset
6182
6183
6184 \backslash
6185 bigg>
6186 \backslash
6187 Bigg)^0,5
6188 \end_layout
6189
6190 \begin_layout Standard
6191 \align center
6192 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6193 \end_inset
6194
6195
6196 \end_layout
6197
6198 \begin_layout Standard
6199 Besides the 
6200 \series bold
6201
6202 \backslash
6203 big
6204 \series default
6205 -commands there is the variant 
6206 \series bold
6207
6208 \backslash
6209 bigm
6210 \series default
6211
6212 \begin_inset Index idx
6213 status collapsed
6214
6215 \begin_layout Plain Layout
6216 Commands ! B ! 
6217 \backslash
6218 bigm
6219 \end_layout
6220
6221 \end_inset
6222
6223  that adds a bit more space between the bracket and its content, and the
6224  variant 
6225 \series bold
6226
6227 \backslash
6228 bigl
6229 \series default
6230 -
6231 \series bold
6232
6233 \backslash
6234 bigr
6235 \series default
6236
6237 \begin_inset Index idx
6238 status collapsed
6239
6240 \begin_layout Plain Layout
6241 Commands ! B ! 
6242 \backslash
6243 bigl - 
6244 \backslash
6245 bigr
6246 \end_layout
6247
6248 \end_inset
6249
6250 , that don't add additional space.
6251  The 
6252 \emph on
6253 l
6254 \emph default
6255  at the end of the command 
6256 \series bold
6257
6258 \backslash
6259 bigl
6260 \series default
6261  is for a left bracket; for a right bracket this will be replaced by an
6262  
6263 \emph on
6264 r
6265 \emph default
6266 .
6267  A left or right bracket can each be an opening or closing bracket.
6268 \end_layout
6269
6270 \begin_layout Standard
6271 In the following table is a comparison of the variants:
6272 \end_layout
6273
6274 \begin_layout Standard
6275 \align center
6276 \begin_inset Tabular
6277 <lyxtabular version="3" rows="5" columns="2">
6278 <features booktabs="true" tabularvalignment="middle">
6279 <column alignment="center" valignment="top" width="0pt">
6280 <column alignment="center" valignment="middle">
6281 <row>
6282 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286 Command
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295 Result
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 </row>
6301 <row topspace="2mm">
6302 <cell alignment="center" valignment="top" usebox="none">
6303 \begin_inset Text
6304
6305 \begin_layout Plain Layout
6306
6307 \backslash
6308 Bigm(
6309 \backslash
6310 bigm(
6311 \backslash
6312 ln(3x)
6313 \backslash
6314 bigm)^2
6315 \begin_inset space \textvisiblespace{}
6316 \end_inset
6317
6318
6319 \backslash
6320 Bigm)
6321 \end_layout
6322
6323 \end_inset
6324 </cell>
6325 <cell alignment="center" valignment="top" usebox="none">
6326 \begin_inset Text
6327
6328 \begin_layout Plain Layout
6329 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
6330 \end_inset
6331
6332
6333 \end_layout
6334
6335 \end_inset
6336 </cell>
6337 </row>
6338 <row topspace="2mm">
6339 <cell alignment="center" valignment="top" usebox="none">
6340 \begin_inset Text
6341
6342 \begin_layout Plain Layout
6343
6344 \backslash
6345 Big(
6346 \backslash
6347 big(
6348 \backslash
6349 ln(3x)
6350 \backslash
6351 big)^2
6352 \begin_inset space \textvisiblespace{}
6353 \end_inset
6354
6355
6356 \backslash
6357 Big)
6358 \end_layout
6359
6360 \end_inset
6361 </cell>
6362 <cell alignment="center" valignment="top" usebox="none">
6363 \begin_inset Text
6364
6365 \begin_layout Plain Layout
6366 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
6367 \end_inset
6368
6369
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 </row>
6375 <row topspace="2mm" bottomspace="0.5mm">
6376 <cell alignment="center" valignment="top" usebox="none">
6377 \begin_inset Text
6378
6379 \begin_layout Plain Layout
6380
6381 \backslash
6382 Bigl(
6383 \backslash
6384 bigl(
6385 \backslash
6386 ln(3x)
6387 \backslash
6388 bigr)^2
6389 \begin_inset space \textvisiblespace{}
6390 \end_inset
6391
6392
6393 \backslash
6394 Bigr)
6395 \end_layout
6396
6397 \end_inset
6398 </cell>
6399 <cell alignment="center" valignment="top" usebox="none">
6400 \begin_inset Text
6401
6402 \begin_layout Plain Layout
6403 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
6404 \end_inset
6405
6406
6407 \end_layout
6408
6409 \end_inset
6410 </cell>
6411 </row>
6412 <row topspace="1.5mm" bottomspace="0.5mm">
6413 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6414 \begin_inset Text
6415
6416 \begin_layout Plain Layout
6417
6418 \backslash
6419 bigl)
6420 \backslash
6421 ln(3x)
6422 \backslash
6423 bigr(
6424 \end_layout
6425
6426 \end_inset
6427 </cell>
6428 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6429 \begin_inset Text
6430
6431 \begin_layout Plain Layout
6432 \begin_inset Formula $\bigl)\ln(3x)\bigr($
6433 \end_inset
6434
6435
6436 \end_layout
6437
6438 \end_inset
6439 </cell>
6440 </row>
6441 </lyxtabular>
6442
6443 \end_inset
6444
6445
6446 \end_layout
6447
6448 \begin_layout Subsubsection
6449 Automatic Bracket Size
6450 \begin_inset CommandInset label
6451 LatexCommand label
6452 name "subsec:Automatic-Bracket-Size"
6453
6454 \end_inset
6455
6456
6457 \begin_inset Index idx
6458 status collapsed
6459
6460 \begin_layout Plain Layout
6461 Bracket size ! automatic
6462 \end_layout
6463
6464 \end_inset
6465
6466
6467 \end_layout
6468
6469 \begin_layout Standard
6470 Brackets with variable size can be inserted with the commands 
6471 \series bold
6472
6473 \backslash
6474 left
6475 \series default
6476
6477 \begin_inset Index idx
6478 status collapsed
6479
6480 \begin_layout Plain Layout
6481 Commands ! L ! 
6482 \backslash
6483 left
6484 \end_layout
6485
6486 \end_inset
6487
6488  and 
6489 \series bold
6490
6491 \backslash
6492 right
6493 \series default
6494
6495 \begin_inset Index idx
6496 status collapsed
6497
6498 \begin_layout Plain Layout
6499 Commands ! R ! 
6500 \backslash
6501 right
6502 \end_layout
6503
6504 \end_inset
6505
6506  or via the math toolbar button 
6507 \begin_inset Info
6508 type  "icon"
6509 arg   "dialog-show mathdelimiter"
6510 \end_inset
6511
6512 .
6513  Directly behind 
6514 \series bold
6515
6516 \backslash
6517 left
6518 \series default
6519  and 
6520 \series bold
6521
6522 \backslash
6523 right
6524 \series default
6525  the wanted bracket must be inserted.
6526  The bracket size will then automatically be calculated for the output.
6527 \end_layout
6528
6529 \begin_layout Standard
6530 \align center
6531 normal bracket: The command 
6532 \series bold
6533
6534 \backslash
6535 ln(
6536 \backslash
6537 frac
6538 \begin_inset space \textvisiblespace{}
6539 \end_inset
6540
6541 A
6542 \begin_inset Formula $\downarrow$
6543 \end_inset
6544
6545 C
6546 \begin_inset space \textvisiblespace{}
6547 \end_inset
6548
6549 )
6550 \series default
6551  creates
6552 \begin_inset Formula 
6553 \[
6554 \ln(\frac{A}{C})
6555 \]
6556
6557 \end_inset
6558
6559
6560 \end_layout
6561
6562 \begin_layout Standard
6563 \align center
6564 multiline bracket: The command 
6565 \series bold
6566
6567 \backslash
6568 ln
6569 \backslash
6570 left(
6571 \backslash
6572 frac
6573 \begin_inset space \textvisiblespace{}
6574 \end_inset
6575
6576 A
6577 \begin_inset Formula $\downarrow$
6578 \end_inset
6579
6580 C
6581 \begin_inset space \textvisiblespace{}
6582 \end_inset
6583
6584
6585 \backslash
6586 right)
6587 \series default
6588  creates
6589 \begin_inset Formula 
6590 \[
6591 \ln\left(\frac{A}{C}\right)
6592 \]
6593
6594 \end_inset
6595
6596
6597 \end_layout
6598
6599 \begin_layout Standard
6600 Instead of 
6601 \series bold
6602
6603 \backslash
6604 left
6605 \series default
6606  and 
6607 \series bold
6608
6609 \backslash
6610 right
6611 \series default
6612  the shortcut 
6613 \family sans
6614 Alt+M
6615 \begin_inset space ~
6616 \end_inset
6617
6618 Bracket
6619 \family default
6620  can be used.
6621  This has the advantage that you can see in \SpecialChar LyX
6622  immediately the real bracket
6623  size and that the matching right bracket will be created too.
6624 \begin_inset Newline newline
6625 \end_inset
6626
6627 The command for the last example would then be: 
6628 \series bold
6629
6630 \backslash
6631 ln Alt+M
6632 \series default
6633  
6634 \series bold
6635 (
6636 \backslash
6637 frac
6638 \begin_inset space \textvisiblespace{}
6639 \end_inset
6640
6641 A
6642 \begin_inset Formula $\downarrow$
6643 \end_inset
6644
6645 C
6646 \end_layout
6647
6648 \begin_layout Standard
6649 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6650  For example the command 
6651 \series bold
6652
6653 \backslash
6654 left.
6655 \backslash
6656 frac
6657 \begin_inset space \textvisiblespace{}
6658 \end_inset
6659
6660 A
6661 \begin_inset Formula $\downarrow$
6662 \end_inset
6663
6664 B
6665 \begin_inset space \textvisiblespace{}
6666 \end_inset
6667
6668
6669 \backslash
6670 right}
6671 \series default
6672  creates:
6673 \series bold
6674
6675 \begin_inset Formula 
6676 \[
6677 \left.\frac{A}{B}\right\} 
6678 \]
6679
6680 \end_inset
6681
6682
6683 \series default
6684 The commands 
6685 \series bold
6686
6687 \backslash
6688 left
6689 \series default
6690  and 
6691 \series bold
6692
6693 \backslash
6694 right
6695 \series default
6696  will be converted by \SpecialChar LyX
6697  to brackets in the right size when the document is
6698  reloaded and an omitted bracket will appear as dashed line.
6699 \end_layout
6700
6701 \begin_layout Standard
6702 \begin_inset VSpace bigskip
6703 \end_inset
6704
6705 Because all popular \SpecialChar LaTeX
6706  distributions use e\SpecialChar TeX
6707 , an extension to \SpecialChar LaTeX
6708 , the command
6709  
6710 \series bold
6711
6712 \backslash
6713 middle
6714 \series default
6715
6716 \begin_inset Index idx
6717 status collapsed
6718
6719 \begin_layout Plain Layout
6720 Commands ! M ! 
6721 \backslash
6722 middle
6723 \end_layout
6724
6725 \end_inset
6726
6727  is additionally available for all brackets and limits.
6728  With this command the height of the following character is adapted to the
6729  one of the surrounding brackets, what is e.
6730 \begin_inset space \thinspace{}
6731 \end_inset
6732
6733 g.
6734 \begin_inset space \space{}
6735 \end_inset
6736
6737 needed for physical vectors:
6738 \begin_inset Formula 
6739 \[
6740 \left\langle \phi\:\middle|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6741 \]
6742
6743 \end_inset
6744
6745 For physical vectors there is a special \SpecialChar LaTeX
6746 -package, described in 
6747 \begin_inset CommandInset ref
6748 LatexCommand ref
6749 reference "subsec:Physical-Vectors"
6750
6751 \end_inset
6752
6753 .
6754 \end_layout
6755
6756 \begin_layout Subsection
6757 Horizontal Brackets
6758 \begin_inset Index idx
6759 status collapsed
6760
6761 \begin_layout Plain Layout
6762 Brackets ! horizontal
6763 \end_layout
6764
6765 \end_inset
6766
6767
6768 \end_layout
6769
6770 \begin_layout Standard
6771 \align center
6772 \begin_inset Tabular
6773 <lyxtabular version="3" rows="4" columns="2">
6774 <features booktabs="true" tabularvalignment="middle">
6775 <column alignment="center" valignment="top" width="0pt">
6776 <column alignment="center" valignment="top" width="0pt">
6777 <row>
6778 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6779 \begin_inset Text
6780
6781 \begin_layout Plain Layout
6782 Command
6783 \end_layout
6784
6785 \end_inset
6786 </cell>
6787 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6788 \begin_inset Text
6789
6790 \begin_layout Plain Layout
6791 Result
6792 \end_layout
6793
6794 \end_inset
6795 </cell>
6796 </row>
6797 <row>
6798 <cell alignment="center" valignment="top" usebox="none">
6799 \begin_inset Text
6800
6801 \begin_layout Plain Layout
6802
6803 \backslash
6804 overbrace
6805 \begin_inset space \textvisiblespace{}
6806 \end_inset
6807
6808 A+B
6809 \begin_inset space \textvisiblespace{}
6810 \end_inset
6811
6812 ^3
6813 \begin_inset Index idx
6814 status collapsed
6815
6816 \begin_layout Plain Layout
6817 Commands ! O ! 
6818 \backslash
6819 overbrace
6820 \end_layout
6821
6822 \end_inset
6823
6824
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 <cell alignment="center" valignment="top" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833 \begin_inset Formula $\overbrace{A+B}^{3}$
6834 \end_inset
6835
6836
6837 \end_layout
6838
6839 \end_inset
6840 </cell>
6841 </row>
6842 <row topspace="2mm">
6843 <cell alignment="center" valignment="top" usebox="none">
6844 \begin_inset Text
6845
6846 \begin_layout Plain Layout
6847
6848 \backslash
6849 underbrace
6850 \begin_inset space \textvisiblespace{}
6851 \end_inset
6852
6853 A+B
6854 \begin_inset space \textvisiblespace{}
6855 \end_inset
6856
6857 _5
6858 \begin_inset Index idx
6859 status collapsed
6860
6861 \begin_layout Plain Layout
6862 Commands ! U ! 
6863 \backslash
6864 underbrace
6865 \end_layout
6866
6867 \end_inset
6868
6869
6870 \end_layout
6871
6872 \end_inset
6873 </cell>
6874 <cell alignment="center" valignment="top" usebox="none">
6875 \begin_inset Text
6876
6877 \begin_layout Plain Layout
6878 \begin_inset Formula $\underbrace{A+B}_{5}$
6879 \end_inset
6880
6881
6882 \end_layout
6883
6884 \end_inset
6885 </cell>
6886 </row>
6887 <row>
6888 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6889 \begin_inset Text
6890
6891 \begin_layout Plain Layout
6892
6893 \backslash
6894 overbrace
6895 \begin_inset space \textvisiblespace{}
6896 \end_inset
6897
6898
6899 \backslash
6900 underbrace
6901 \begin_inset space \textvisiblespace{}
6902 \end_inset
6903
6904 A+B_w
6905 \begin_inset space \textvisiblespace{}
6906 \end_inset
6907
6908
6909 \begin_inset space \textvisiblespace{}
6910 \end_inset
6911
6912 _7
6913 \begin_inset space \textvisiblespace{}
6914 \end_inset
6915
6916
6917 \begin_inset space \textvisiblespace{}
6918 \end_inset
6919
6920 ^
6921 \begin_inset space \textvisiblespace{}
6922 \end_inset
6923
6924 C
6925 \end_layout
6926
6927 \end_inset
6928 </cell>
6929 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6930 \begin_inset Text
6931
6932 \begin_layout Plain Layout
6933 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
6934 \end_inset
6935
6936
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 </row>
6942 </lyxtabular>
6943
6944 \end_inset
6945
6946
6947 \end_layout
6948
6949 \begin_layout Standard
6950 In the last example it doesn't matter if 
6951 \series bold
6952
6953 \backslash
6954 overbrace
6955 \series default
6956  or 
6957 \series bold
6958
6959 \backslash
6960 underbrace
6961 \series default
6962  is inserted at first.
6963 \end_layout
6964
6965 \begin_layout Standard
6966 \begin_inset VSpace medskip
6967 \end_inset
6968
6969
6970 \end_layout
6971
6972 \begin_layout Standard
6973 If you set in the document settings under 
6974 \family sans
6975 Math
6976 \begin_inset space ~
6977 \end_inset
6978
6979 Options
6980 \family default
6981  for the package 
6982 \series bold
6983 mathtools
6984 \series default
6985
6986 \begin_inset Index idx
6987 status collapsed
6988
6989 \begin_layout Plain Layout
6990 Packages ! mathtools
6991 \end_layout
6992
6993 \end_inset
6994
6995  the option 
6996 \family sans
6997 Load
6998 \begin_inset space ~
6999 \end_inset
7000
7001 always
7002 \family default
7003 , you have access to square backets:
7004 \end_layout
7005
7006 \begin_layout Standard
7007 \align center
7008 \begin_inset Tabular
7009 <lyxtabular version="3" rows="4" columns="2">
7010 <features booktabs="true" tabularvalignment="middle">
7011 <column alignment="center" valignment="top" width="0pt">
7012 <column alignment="center" valignment="top" width="0pt">
7013 <row>
7014 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7015 \begin_inset Text
7016
7017 \begin_layout Plain Layout
7018 Command
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7024 \begin_inset Text
7025
7026 \begin_layout Plain Layout
7027 Result
7028 \end_layout
7029
7030 \end_inset
7031 </cell>
7032 </row>
7033 <row>
7034 <cell alignment="center" valignment="top" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Plain Layout
7038
7039 \backslash
7040
7041 \family roman
7042 \series medium
7043 \shape up
7044 \size normal
7045 \emph off
7046 \bar no
7047 \strikeout off
7048 \uuline off
7049 \uwave off
7050 \noun off
7051 \color none
7052 overbracket
7053 \family default
7054 \series default
7055 \shape default
7056 \size default
7057 \emph default
7058 \bar default
7059 \strikeout default
7060 \uuline default
7061 \uwave default
7062 \noun default
7063 \color inherit
7064 {A+B
7065 \begin_inset space \textvisiblespace{}
7066 \end_inset
7067
7068 ^3
7069 \begin_inset Index idx
7070 status collapsed
7071
7072 \begin_layout Plain Layout
7073 Commands ! O ! 
7074 \backslash
7075 overbracket
7076 \end_layout
7077
7078 \end_inset
7079
7080
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 <cell alignment="center" valignment="top" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Plain Layout
7089 \begin_inset Formula $\overbracket{A+B}^{3}$
7090 \end_inset
7091
7092
7093 \end_layout
7094
7095 \end_inset
7096 </cell>
7097 </row>
7098 <row topspace="2mm">
7099 <cell alignment="center" valignment="top" usebox="none">
7100 \begin_inset Text
7101
7102 \begin_layout Plain Layout
7103
7104 \backslash
7105 under
7106 \family roman
7107 \series medium
7108 \shape up
7109 \size normal
7110 \emph off
7111 \bar no
7112 \strikeout off
7113 \uuline off
7114 \uwave off
7115 \noun off
7116 \color none
7117 bracket
7118 \family default
7119 \series default
7120 \shape default
7121 \size default
7122 \emph default
7123 \bar default
7124 \strikeout default
7125 \uuline default
7126 \uwave default
7127 \noun default
7128 \color inherit
7129 {A+B
7130 \begin_inset space \textvisiblespace{}
7131 \end_inset
7132
7133 _5
7134 \begin_inset Index idx
7135 status collapsed
7136
7137 \begin_layout Plain Layout
7138 Commands ! U ! 
7139 \backslash
7140 under
7141 \family roman
7142 \series medium
7143 \shape up
7144 \size normal
7145 \emph off
7146 \bar no
7147 \strikeout off
7148 \uuline off
7149 \uwave off
7150 \noun off
7151 \color none
7152 bracket
7153 \end_layout
7154
7155 \end_inset
7156
7157
7158 \end_layout
7159
7160 \end_inset
7161 </cell>
7162 <cell alignment="center" valignment="top" usebox="none">
7163 \begin_inset Text
7164
7165 \begin_layout Plain Layout
7166 \begin_inset Formula $\underbracket{A+B}_{5}$
7167 \end_inset
7168
7169
7170 \end_layout
7171
7172 \end_inset
7173 </cell>
7174 </row>
7175 <row>
7176 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7177 \begin_inset Text
7178
7179 \begin_layout Plain Layout
7180
7181 \backslash
7182 overbracket{
7183 \backslash
7184 underbracket{A+B_w
7185 \begin_inset space \textvisiblespace{}
7186 \end_inset
7187
7188
7189 \begin_inset space \textvisiblespace{}
7190 \end_inset
7191
7192 _7
7193 \begin_inset space \textvisiblespace{}
7194 \end_inset
7195
7196
7197 \begin_inset space \textvisiblespace{}
7198 \end_inset
7199
7200 ^
7201 \begin_inset space \textvisiblespace{}
7202 \end_inset
7203
7204 C
7205 \end_layout
7206
7207 \end_inset
7208 </cell>
7209 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7210 \begin_inset Text
7211
7212 \begin_layout Plain Layout
7213 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7214 \end_inset
7215
7216
7217 \end_layout
7218
7219 \end_inset
7220 </cell>
7221 </row>
7222 </lyxtabular>
7223
7224 \end_inset
7225
7226
7227 \end_layout
7228
7229 \begin_layout Standard
7230 For 
7231 \series bold
7232
7233 \backslash
7234 overbracket
7235 \series default
7236  and 
7237 \series bold
7238
7239 \backslash
7240 underbracket
7241 \series default
7242  you can change the thickness of the bracket's stroke by specifying the
7243  desired thickness in square brackets behind the command:
7244 \end_layout
7245
7246 \begin_layout Standard
7247 \align center
7248 \begin_inset Tabular
7249 <lyxtabular version="3" rows="3" columns="2">
7250 <features booktabs="true" tabularvalignment="middle">
7251 <column alignment="center" valignment="top" width="0pt">
7252 <column alignment="center" valignment="top" width="0pt">
7253 <row>
7254 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7255 \begin_inset Text
7256
7257 \begin_layout Plain Layout
7258 Command
7259 \end_layout
7260
7261 \end_inset
7262 </cell>
7263 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7264 \begin_inset Text
7265
7266 \begin_layout Plain Layout
7267 Result
7268 \end_layout
7269
7270 \end_inset
7271 </cell>
7272 </row>
7273 <row>
7274 <cell alignment="center" valignment="top" usebox="none">
7275 \begin_inset Text
7276
7277 \begin_layout Plain Layout
7278
7279 \backslash
7280
7281 \family roman
7282 \series medium
7283 \shape up
7284 \size normal
7285 \emph off
7286 \bar no
7287 \strikeout off
7288 \uuline off
7289 \uwave off
7290 \noun off
7291 \color none
7292 overbracket
7293 \family default
7294 \series default
7295 \shape default
7296 \size default
7297 \emph default
7298 \bar default
7299 \strikeout default
7300 \uuline default
7301 \uwave default
7302 \noun default
7303 \color inherit
7304 [3pt]
7305 \backslash
7306 {A+B
7307 \begin_inset space \textvisiblespace{}
7308 \end_inset
7309
7310 ^3
7311 \end_layout
7312
7313 \end_inset
7314 </cell>
7315 <cell alignment="center" valignment="top" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Plain Layout
7319 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7320 \end_inset
7321
7322
7323 \end_layout
7324
7325 \end_inset
7326 </cell>
7327 </row>
7328 <row topspace="2mm">
7329 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7330 \begin_inset Text
7331
7332 \begin_layout Plain Layout
7333
7334 \backslash
7335 under
7336 \family roman
7337 \series medium
7338 \shape up
7339 \size normal
7340 \emph off
7341 \bar no
7342 \strikeout off
7343 \uuline off
7344 \uwave off
7345 \noun off
7346 \color none
7347 bracket
7348 \family default
7349 \series default
7350 \shape default
7351 \size default
7352 \emph default
7353 \bar default
7354 \strikeout default
7355 \uuline default
7356 \uwave default
7357 \noun default
7358 \color inherit
7359 [1pt]
7360 \backslash
7361 {A+B
7362 \begin_inset space \textvisiblespace{}
7363 \end_inset
7364
7365 _5
7366 \end_layout
7367
7368 \end_inset
7369 </cell>
7370 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7371 \begin_inset Text
7372
7373 \begin_layout Plain Layout
7374 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7375 \end_inset
7376
7377
7378 \end_layout
7379
7380 \end_inset
7381 </cell>
7382 </row>
7383 </lyxtabular>
7384
7385 \end_inset
7386
7387
7388 \end_layout
7389
7390 \begin_layout Standard
7391 \begin_inset VSpace bigskip
7392 \end_inset
7393
7394 When brackets should overlap each other, multiline formulas, as described
7395  in 
7396 \begin_inset CommandInset ref
7397 LatexCommand ref
7398 reference "sec:Multiline-Formulas"
7399
7400 \end_inset
7401
7402 , must be used:
7403 \begin_inset Formula 
7404 \begin{eqnarray*}
7405 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7406  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7407 \end{eqnarray*}
7408
7409 \end_inset
7410
7411 In the first row the formula is inserted together with the first brace.
7412  It is hereby important that the space command
7413 \begin_inset Foot
7414 status collapsed
7415
7416 \begin_layout Plain Layout
7417 Space commands are explained in 
7418 \begin_inset CommandInset ref
7419 LatexCommand ref
7420 reference "subsec:Predefined-Space"
7421
7422 \end_inset
7423
7424 .
7425 \end_layout
7426
7427 \end_inset
7428
7429  
7430 \series bold
7431
7432 \backslash
7433 :
7434 \series default
7435  is inserted before the first 
7436 \begin_inset Formula $d$
7437 \end_inset
7438
7439 , because the brace that ends behind the 
7440 \begin_inset Formula $q$
7441 \end_inset
7442
7443  prevents that the following 
7444 \begin_inset Quotes eld
7445 \end_inset
7446
7447 +
7448 \begin_inset Quotes erd
7449 \end_inset
7450
7451  is surrounded by space.
7452 \begin_inset Foot
7453 status collapsed
7454
7455 \begin_layout Plain Layout
7456 because a bracket is not handled as a character, see 
7457 \begin_inset CommandInset ref
7458 LatexCommand ref
7459 reference "subsec:Binary-Operators"
7460
7461 \end_inset
7462
7463
7464 \end_layout
7465
7466 \end_inset
7467
7468  In the second row the second brace is inserted.
7469  As it should begin before the 
7470 \begin_inset Formula $b$
7471 \end_inset
7472
7473 , first the command 
7474 \series bold
7475
7476 \backslash
7477 hphantom{gggg+
7478 \backslash
7479 :}
7480 \series default
7481  is inserted.
7482 \begin_inset Foot
7483 status collapsed
7484
7485 \begin_layout Plain Layout
7486 more about 
7487 \series bold
7488
7489 \backslash
7490 hphantom
7491 \series default
7492  see 
7493 \begin_inset CommandInset ref
7494 LatexCommand ref
7495 reference "subsec:Placeholders"
7496
7497 \end_inset
7498
7499
7500 \end_layout
7501
7502 \end_inset
7503
7504  This space is needed because the 
7505 \begin_inset Quotes eld
7506 \end_inset
7507
7508 +
7509 \begin_inset Quotes erd
7510 \end_inset
7511
7512  is also surrounded by space in the formula.
7513  The brace is placed under the command 
7514 \series bold
7515
7516 \backslash
7517 hphantom{bbqq+dddd}
7518 \series default
7519 .
7520 \end_layout
7521
7522 \begin_layout Standard
7523 It gets more complicated when brackets overlap each other above and under
7524  the formula, like in the following example:
7525 \begin_inset ERT
7526 status collapsed
7527
7528 \begin_layout Plain Layout
7529
7530
7531 \backslash
7532 setlength{
7533 \backslash
7534 jot}{-6pt}
7535 \end_layout
7536
7537 \end_inset
7538
7539
7540 \begin_inset Formula 
7541 \begin{eqnarray*}
7542  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7543 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7544 \end{eqnarray*}
7545
7546 \end_inset
7547
7548
7549 \begin_inset ERT
7550 status collapsed
7551
7552 \begin_layout Plain Layout
7553
7554
7555 \backslash
7556 setlength{
7557 \backslash
7558 jot}{3pt}
7559 \end_layout
7560
7561 \end_inset
7562
7563 The first formula row is the same as the second row of the previous example,
7564  with the difference that the brace is above.
7565  The second row contains the formula together with the second brace.
7566  To avoid that there is space between the upper brace in the first row and
7567  the formula, the row spacing needs to be reduced.
7568  This is not easily possible due to a bug in \SpecialChar LyX
7569 .
7570 \begin_inset Foot
7571 status collapsed
7572
7573 \begin_layout Plain Layout
7574 \begin_inset CommandInset href
7575 LatexCommand href
7576 name "LyX-bug #1505"
7577 target "https://www.lyx.org/trac/ticket/1505"
7578 literal "false"
7579
7580 \end_inset
7581
7582
7583 \end_layout
7584
7585 \end_inset
7586
7587  As a solution for the problem, the global formula row separation 
7588 \series bold
7589
7590 \backslash
7591 jot
7592 \series default
7593
7594 \begin_inset Index idx
7595 status collapsed
7596
7597 \begin_layout Plain Layout
7598 Commands ! J ! 
7599 \backslash
7600 jot
7601 \end_layout
7602
7603 \end_inset
7604
7605  must be changed to -6
7606 \begin_inset space \thinspace{}
7607 \end_inset
7608
7609 pt before the formula with the command 
7610 \series bold
7611
7612 \backslash
7613 setlength{
7614 \backslash
7615 jot}{-6pt}
7616 \series default
7617  in \SpecialChar TeX
7618  mode.
7619  
7620 \series bold
7621
7622 \backslash
7623 jot
7624 \series default
7625  is set back after the formula to the standard value of 3
7626 \begin_inset space \thinspace{}
7627 \end_inset
7628
7629 pt using the same command.
7630  More about the row separation in formulas is explained in 
7631 \begin_inset CommandInset ref
7632 LatexCommand ref
7633 reference "subsec:Line-Separation"
7634
7635 \end_inset
7636
7637 .
7638 \end_layout
7639
7640 \begin_layout Section
7641 Arrows
7642 \begin_inset Index idx
7643 status collapsed
7644
7645 \begin_layout Plain Layout
7646 Arrows
7647 \end_layout
7648
7649 \end_inset
7650
7651
7652 \end_layout
7653
7654 \begin_layout Standard
7655 Arrows can be inserted via the math toolbar button 
7656 \begin_inset Info
7657 type  "icon"
7658 arg   "math-insert \\leftarrow"
7659 \end_inset
7660
7661  or the commands listed in the following subsections.
7662 \end_layout
7663
7664 \begin_layout Subsection
7665 Horizontal Arrows
7666 \begin_inset Index idx
7667 status collapsed
7668
7669 \begin_layout Plain Layout
7670 Arrows ! horizontal
7671 \end_layout
7672
7673 \end_inset
7674
7675
7676 \end_layout
7677
7678 \begin_layout Standard
7679 \begin_inset space \hfill{}
7680 \end_inset
7681
7682
7683 \begin_inset Tabular
7684 <lyxtabular version="3" rows="8" columns="2">
7685 <features booktabs="true" tabularvalignment="middle">
7686 <column alignment="center" valignment="top" width="0pt">
7687 <column alignment="center" valignment="top" width="0pt">
7688 <row>
7689 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7690 \begin_inset Text
7691
7692 \begin_layout Plain Layout
7693 Command
7694 \end_layout
7695
7696 \end_inset
7697 </cell>
7698 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7699 \begin_inset Text
7700
7701 \begin_layout Plain Layout
7702 Result
7703 \end_layout
7704
7705 \end_inset
7706 </cell>
7707 </row>
7708 <row>
7709 <cell alignment="center" valignment="top" usebox="none">
7710 \begin_inset Text
7711
7712 \begin_layout Plain Layout
7713
7714 \backslash
7715 gets
7716 \end_layout
7717
7718 \end_inset
7719 </cell>
7720 <cell alignment="center" valignment="top" usebox="none">
7721 \begin_inset Text
7722
7723 \begin_layout Plain Layout
7724 \begin_inset Formula $\gets$
7725 \end_inset
7726
7727
7728 \end_layout
7729
7730 \end_inset
7731 </cell>
7732 </row>
7733 <row>
7734 <cell alignment="center" valignment="top" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Plain Layout
7738
7739 \backslash
7740 Leftarrow
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 <cell alignment="center" valignment="top" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Plain Layout
7749 \begin_inset Formula $\Leftarrow$
7750 \end_inset
7751
7752
7753 \end_layout
7754
7755 \end_inset
7756 </cell>
7757 </row>
7758 <row>
7759 <cell alignment="center" valignment="top" usebox="none">
7760 \begin_inset Text
7761
7762 \begin_layout Plain Layout
7763
7764 \backslash
7765 longleftarrow
7766 \end_layout
7767
7768 \end_inset
7769 </cell>
7770 <cell alignment="center" valignment="top" usebox="none">
7771 \begin_inset Text
7772
7773 \begin_layout Plain Layout
7774 \begin_inset Formula $\longleftarrow$
7775 \end_inset
7776
7777
7778 \end_layout
7779
7780 \end_inset
7781 </cell>
7782 </row>
7783 <row>
7784 <cell alignment="center" valignment="top" usebox="none">
7785 \begin_inset Text
7786
7787 \begin_layout Plain Layout
7788
7789 \backslash
7790 Longleftarrow
7791 \end_layout
7792
7793 \end_inset
7794 </cell>
7795 <cell alignment="center" valignment="top" usebox="none">
7796 \begin_inset Text
7797
7798 \begin_layout Plain Layout
7799 \begin_inset Formula $\Longleftarrow$
7800 \end_inset
7801
7802
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 </row>
7808 <row>
7809 <cell alignment="center" valignment="top" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Plain Layout
7813
7814 \backslash
7815 leftharpoonup
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 <cell alignment="center" valignment="top" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824 \begin_inset Formula $\leftharpoonup$
7825 \end_inset
7826
7827
7828 \end_layout
7829
7830 \end_inset
7831 </cell>
7832 </row>
7833 <row>
7834 <cell alignment="center" valignment="top" usebox="none">
7835 \begin_inset Text
7836
7837 \begin_layout Plain Layout
7838
7839 \backslash
7840 leftharpoondown
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 <cell alignment="center" valignment="top" usebox="none">
7846 \begin_inset Text
7847
7848 \begin_layout Plain Layout
7849 \begin_inset Formula $\leftharpoondown$
7850 \end_inset
7851
7852
7853 \end_layout
7854
7855 \end_inset
7856 </cell>
7857 </row>
7858 <row>
7859 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863
7864 \backslash
7865 hookleftarrow
7866 \end_layout
7867
7868 \end_inset
7869 </cell>
7870 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7871 \begin_inset Text
7872
7873 \begin_layout Plain Layout
7874 \begin_inset Formula $\hookleftarrow$
7875 \end_inset
7876
7877
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 </row>
7883 </lyxtabular>
7884
7885 \end_inset
7886
7887
7888 \begin_inset space \hfill{}
7889 \end_inset
7890
7891
7892 \begin_inset Tabular
7893 <lyxtabular version="3" rows="8" columns="2">
7894 <features booktabs="true" tabularvalignment="middle">
7895 <column alignment="center" valignment="top" width="0pt">
7896 <column alignment="center" valignment="top" width="0pt">
7897 <row>
7898 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902 Command
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911 Result
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 </row>
7917 <row>
7918 <cell alignment="center" valignment="top" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922
7923 \backslash
7924 to
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell alignment="center" valignment="top" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933 \begin_inset Formula $\to$
7934 \end_inset
7935
7936
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 </row>
7942 <row>
7943 <cell alignment="center" valignment="top" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947
7948 \backslash
7949 Rightarrow
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 <cell alignment="center" valignment="top" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958 \begin_inset Formula $\Rightarrow$
7959 \end_inset
7960
7961
7962 \end_layout
7963
7964 \end_inset
7965 </cell>
7966 </row>
7967 <row>
7968 <cell alignment="center" valignment="top" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Plain Layout
7972
7973 \backslash
7974 longrightarrow
7975 \end_layout
7976
7977 \end_inset
7978 </cell>
7979 <cell alignment="center" valignment="top" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Plain Layout
7983 \begin_inset Formula $\longrightarrow$
7984 \end_inset
7985
7986
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 </row>
7992 <row>
7993 <cell alignment="center" valignment="top" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997
7998 \backslash
7999 Longrightarrow
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 <cell alignment="center" valignment="top" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008 \begin_inset Formula $\Longrightarrow$
8009 \end_inset
8010
8011
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 </row>
8017 <row>
8018 <cell alignment="center" valignment="top" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022
8023 \backslash
8024 rightharpoonup
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 <cell alignment="center" valignment="top" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033 \begin_inset Formula $\rightharpoonup$
8034 \end_inset
8035
8036
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 </row>
8042 <row>
8043 <cell alignment="center" valignment="top" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047
8048 \backslash
8049 rightharpoondown
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 <cell alignment="center" valignment="top" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058 \begin_inset Formula $\rightharpoondown$
8059 \end_inset
8060
8061
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 </row>
8067 <row>
8068 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8069 \begin_inset Text
8070
8071 \begin_layout Plain Layout
8072
8073 \backslash
8074 hookrightarrow
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083 \begin_inset Formula $\hookrightarrow$
8084 \end_inset
8085
8086
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 </row>
8092 </lyxtabular>
8093
8094 \end_inset
8095
8096
8097 \begin_inset space \hfill{}
8098 \end_inset
8099
8100
8101 \end_layout
8102
8103 \begin_layout Standard
8104 \begin_inset space \hfill{}
8105 \end_inset
8106
8107
8108 \begin_inset Tabular
8109 <lyxtabular version="3" rows="6" columns="2">
8110 <features booktabs="true" tabularvalignment="middle">
8111 <column alignment="center" valignment="top" width="0pt">
8112 <column alignment="center" valignment="top" width="0pt">
8113 <row>
8114 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118 Command
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127 Result
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 </row>
8133 <row>
8134 <cell alignment="center" valignment="top" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138
8139 \backslash
8140 leftrightarrow
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 <cell alignment="center" valignment="top" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149 \begin_inset Formula $\leftrightarrow$
8150 \end_inset
8151
8152
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 </row>
8158 <row>
8159 <cell alignment="center" valignment="top" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163
8164 \backslash
8165 Leftrightarrow
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 <cell alignment="center" valignment="top" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174 \begin_inset Formula $\Leftrightarrow$
8175 \end_inset
8176
8177
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 </row>
8183 <row>
8184 <cell alignment="center" valignment="top" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188
8189 \backslash
8190 longleftrightarrow
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 \begin_inset Formula $\longleftrightarrow$
8200 \end_inset
8201
8202
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 </row>
8208 <row>
8209 <cell alignment="center" valignment="top" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213
8214 \backslash
8215 Longleftrightarrow
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 <cell alignment="center" valignment="top" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224 \begin_inset Formula $\Longleftrightarrow$
8225 \end_inset
8226
8227
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 </row>
8233 <row>
8234 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238
8239 \backslash
8240 rightleftharpoons
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249 \begin_inset Formula $\rightleftharpoons$
8250 \end_inset
8251
8252
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 </row>
8258 </lyxtabular>
8259
8260 \end_inset
8261
8262
8263 \begin_inset space \hspace{}
8264 \length 25pt
8265 \end_inset
8266
8267
8268 \begin_inset space \hfill{}
8269 \end_inset
8270
8271
8272 \begin_inset Tabular
8273 <lyxtabular version="3" rows="5" columns="2">
8274 <features booktabs="true" tabularvalignment="middle">
8275 <column alignment="center" valignment="top" width="0pt">
8276 <column alignment="center" valignment="top" width="0pt">
8277 <row>
8278 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282 Command
8283 \end_layout
8284
8285 \end_inset
8286 </cell>
8287 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291 Result
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 </row>
8297 <row>
8298 <cell alignment="center" valignment="top" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302
8303 \backslash
8304 mapsto
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 <cell alignment="center" valignment="top" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313 \begin_inset Formula $\mapsto$
8314 \end_inset
8315
8316
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 </row>
8322 <row>
8323 <cell alignment="center" valignment="top" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327
8328 \backslash
8329 longmapsto
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 <cell alignment="center" valignment="top" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338 \begin_inset Formula $\longmapsto$
8339 \end_inset
8340
8341
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 </row>
8347 <row>
8348 <cell alignment="center" valignment="top" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352
8353 \backslash
8354 leadsto
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 <cell alignment="center" valignment="top" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363 \begin_inset Formula $\leadsto$
8364 \end_inset
8365
8366
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 </row>
8372 <row>
8373 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377
8378 \backslash
8379 dasharrow
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388 \begin_inset Formula $\dasharrow$
8389 \end_inset
8390
8391
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 </row>
8397 </lyxtabular>
8398
8399 \end_inset
8400
8401
8402 \begin_inset space \hfill{}
8403 \end_inset
8404
8405
8406 \end_layout
8407
8408 \begin_layout Standard
8409 \begin_inset VSpace medskip
8410 \end_inset
8411
8412 Arrows used as accents like e.
8413 \begin_inset space \thinspace{}
8414 \end_inset
8415
8416 g.
8417 \begin_inset space \space{}
8418 \end_inset
8419
8420 vector arrows are listed in 
8421 \begin_inset CommandInset ref
8422 LatexCommand ref
8423 reference "sec:Accents"
8424
8425 \end_inset
8426
8427 .
8428 \end_layout
8429
8430 \begin_layout Standard
8431 \begin_inset VSpace bigskip
8432 \end_inset
8433
8434 Furthermore there are the labeled arrows
8435 \begin_inset Index idx
8436 status collapsed
8437
8438 \begin_layout Plain Layout
8439 Arrows ! labeled
8440 \end_layout
8441
8442 \end_inset
8443
8444  
8445 \series bold
8446
8447 \backslash
8448 xleftarrow
8449 \series default
8450
8451 \begin_inset Index idx
8452 status collapsed
8453
8454 \begin_layout Plain Layout
8455 Commands ! X ! 
8456 \backslash
8457 xleftarrow
8458 \end_layout
8459
8460 \end_inset
8461
8462  and 
8463 \series bold
8464
8465 \backslash
8466 xrightarrow
8467 \series default
8468
8469 \begin_inset Index idx
8470 status collapsed
8471
8472 \begin_layout Plain Layout
8473 Commands ! X ! 
8474 \backslash
8475 xrightarrow
8476 \begin_inset ERT
8477 status collapsed
8478
8479 \begin_layout Plain Layout
8480
8481
8482 \backslash
8483 vspace{4mm}
8484 \end_layout
8485
8486 \end_inset
8487
8488
8489 \end_layout
8490
8491 \end_inset
8492
8493 .
8494  When inserting one of these commands in a formula, an arrow with two blue
8495  boxes appear where the label can be inserted.
8496  The length of the arrow adapts to the label width.
8497 \end_layout
8498
8499 \begin_layout Standard
8500 \align center
8501 \begin_inset Tabular
8502 <lyxtabular version="3" rows="3" columns="2">
8503 <features booktabs="true" tabularvalignment="middle">
8504 <column alignment="center" valignment="top" width="0pt">
8505 <column alignment="center" valignment="top" width="0pt">
8506 <row>
8507 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511 Command
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520 Result
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 </row>
8526 <row>
8527 <cell alignment="center" valignment="top" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531 F(a)
8532 \backslash
8533 xleftarrow
8534 \begin_inset space \textvisiblespace{}
8535 \end_inset
8536
8537 x=a
8538 \begin_inset Formula $\downarrow$
8539 \end_inset
8540
8541 x>0
8542 \begin_inset Formula $\to$
8543 \end_inset
8544
8545 F(x)
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 <cell alignment="center" valignment="top" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
8555 \end_inset
8556
8557
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 </row>
8563 <row topspace="2mm">
8564 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568 F(x)
8569 \backslash
8570 xrightarrow
8571 \begin_inset space \textvisiblespace{}
8572 \end_inset
8573
8574 x=a
8575 \begin_inset Formula $\downarrow$
8576 \end_inset
8577
8578 x>0
8579 \begin_inset Formula $\to$
8580 \end_inset
8581
8582 F(a)
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
8592 \end_inset
8593
8594
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 </row>
8600 </lyxtabular>
8601
8602 \end_inset
8603
8604
8605 \end_layout
8606
8607 \begin_layout Standard
8608 \begin_inset VSpace medskip
8609 \end_inset
8610
8611
8612 \end_layout
8613
8614 \begin_layout Standard
8615 If you set in the document settings under 
8616 \family sans
8617 Math
8618 \begin_inset space ~
8619 \end_inset
8620
8621 Options
8622 \family default
8623  for the package 
8624 \series bold
8625 mathtools
8626 \series default
8627
8628 \begin_inset Index idx
8629 status collapsed
8630
8631 \begin_layout Plain Layout
8632 Packages ! mathtools
8633 \end_layout
8634
8635 \end_inset
8636
8637  the option 
8638 \family sans
8639 Load
8640 \begin_inset space ~
8641 \end_inset
8642
8643 always
8644 \family default
8645 , you have access to the following labeled arrows:
8646 \end_layout
8647
8648 \begin_layout Standard
8649 \begin_inset Newpage newpage
8650 \end_inset
8651
8652
8653 \end_layout
8654
8655 \begin_layout Standard
8656 \align center
8657 \begin_inset space \hspace*{\fill}
8658 \end_inset
8659
8660
8661 \begin_inset Tabular
8662 <lyxtabular version="3" rows="7" columns="2">
8663 <features booktabs="true" tabularvalignment="middle">
8664 <column alignment="center" valignment="top" width="0pt">
8665 <column alignment="center" valignment="top" width="0pt">
8666 <row>
8667 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671 Command
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680 Example
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 </row>
8686 <row>
8687 <cell alignment="center" valignment="top" usebox="none">
8688 \begin_inset Text
8689
8690 \begin_layout Plain Layout
8691
8692 \family roman
8693 \series medium
8694 \shape up
8695 \size normal
8696 \emph off
8697 \bar no
8698 \strikeout off
8699 \uuline off
8700 \uwave off
8701 \noun off
8702 \color none
8703
8704 \backslash
8705 xleftrightarrow
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 <cell alignment="center" valignment="top" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
8715 \end_inset
8716
8717
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 </row>
8723 <row topspace="2mm">
8724 <cell alignment="center" valignment="top" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728
8729 \family roman
8730 \series medium
8731 \shape up
8732 \size normal
8733 \emph off
8734 \bar no
8735 \strikeout off
8736 \uuline off
8737 \uwave off
8738 \noun off
8739 \color none
8740
8741 \backslash
8742 xLeftarrow
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="center" valignment="top" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
8752 \end_inset
8753
8754
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 </row>
8760 <row topspace="2mm">
8761 <cell alignment="center" valignment="top" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765
8766 \backslash
8767
8768 \family roman
8769 \series medium
8770 \shape up
8771 \size normal
8772 \emph off
8773 \bar no
8774 \strikeout off
8775 \uuline off
8776 \uwave off
8777 \noun off
8778 \color none
8779 xRightarrow
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 <cell alignment="center" valignment="top" usebox="none">
8785 \begin_inset Text
8786
8787 \begin_layout Plain Layout
8788 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
8789 \end_inset
8790
8791
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 </row>
8797 <row topspace="2mm">
8798 <cell alignment="center" valignment="top" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802
8803 \backslash
8804
8805 \family roman
8806 \series medium
8807 \shape up
8808 \size normal
8809 \emph off
8810 \bar no
8811 \strikeout off
8812 \uuline off
8813 \uwave off
8814 \noun off
8815 \color none
8816 xLeftrightarrow
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 <cell alignment="center" valignment="top" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
8826 \end_inset
8827
8828
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 </row>
8834 <row topspace="2mm">
8835 <cell alignment="center" valignment="top" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839
8840 \family roman
8841 \series medium
8842 \shape up
8843 \size normal
8844 \emph off
8845 \bar no
8846 \strikeout off
8847 \uuline off
8848 \uwave off
8849 \noun off
8850 \color none
8851
8852 \backslash
8853 xhookleftarrow
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 <cell alignment="center" valignment="top" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Plain Layout
8862 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
8863 \end_inset
8864
8865
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 </row>
8871 <row topspace="2mm">
8872 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876
8877 \family roman
8878 \series medium
8879 \shape up
8880 \size normal
8881 \emph off
8882 \bar no
8883 \strikeout off
8884 \uuline off
8885 \uwave off
8886 \noun off
8887 \color none
8888
8889 \backslash
8890 xhookrightarrow
8891 \end_layout
8892
8893 \end_inset
8894 </cell>
8895 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
8900 \end_inset
8901
8902
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 </row>
8908 </lyxtabular>
8909
8910 \end_inset
8911
8912
8913 \begin_inset space \hspace*{\fill}
8914 \end_inset
8915
8916
8917 \begin_inset Tabular
8918 <lyxtabular version="3" rows="7" columns="2">
8919 <features booktabs="true" tabularvalignment="middle">
8920 <column alignment="center" valignment="top" width="0pt">
8921 <column alignment="center" valignment="top" width="0pt">
8922 <row>
8923 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927 Command
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936 Example
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 </row>
8942 <row>
8943 <cell alignment="center" valignment="top" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947
8948 \backslash
8949
8950 \family roman
8951 \series medium
8952 \shape up
8953 \size normal
8954 \emph off
8955 \bar no
8956 \strikeout off
8957 \uuline off
8958 \uwave off
8959 \noun off
8960 \color none
8961 xleftharpoondown
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 <cell alignment="center" valignment="top" usebox="none">
8967 \begin_inset Text
8968
8969 \begin_layout Plain Layout
8970 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
8971 \end_inset
8972
8973
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 </row>
8979 <row topspace="2mm">
8980 <cell alignment="center" valignment="top" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984
8985 \backslash
8986
8987 \family roman
8988 \series medium
8989 \shape up
8990 \size normal
8991 \emph off
8992 \bar no
8993 \strikeout off
8994 \uuline off
8995 \uwave off
8996 \noun off
8997 \color none
8998 xleftharpoonup
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 <cell alignment="center" valignment="top" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
9008 \end_inset
9009
9010
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 </row>
9016 <row topspace="2mm">
9017 <cell alignment="center" valignment="top" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021
9022 \backslash
9023
9024 \family roman
9025 \series medium
9026 \shape up
9027 \size normal
9028 \emph off
9029 \bar no
9030 \strikeout off
9031 \uuline off
9032 \uwave off
9033 \noun off
9034 \color none
9035 xrightharpoondown
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 <cell alignment="center" valignment="top" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
9045 \end_inset
9046
9047
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 </row>
9053 <row topspace="2mm">
9054 <cell alignment="center" valignment="top" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058
9059 \backslash
9060
9061 \family roman
9062 \series medium
9063 \shape up
9064 \size normal
9065 \emph off
9066 \bar no
9067 \strikeout off
9068 \uuline off
9069 \uwave off
9070 \noun off
9071 \color none
9072 xrightharpoonup
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 <cell alignment="center" valignment="top" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
9082 \end_inset
9083
9084
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 </row>
9090 <row topspace="2mm">
9091 <cell alignment="center" valignment="top" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095
9096 \backslash
9097
9098 \family roman
9099 \series medium
9100 \shape up
9101 \size normal
9102 \emph off
9103 \bar no
9104 \strikeout off
9105 \uuline off
9106 \uwave off
9107 \noun off
9108 \color none
9109 xleftrightharpoons
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 <cell alignment="center" valignment="top" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Plain Layout
9118 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
9119 \end_inset
9120
9121
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 </row>
9127 <row topspace="2mm">
9128 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132
9133 \backslash
9134
9135 \family roman
9136 \series medium
9137 \shape up
9138 \size normal
9139 \emph off
9140 \bar no
9141 \strikeout off
9142 \uuline off
9143 \uwave off
9144 \noun off
9145 \color none
9146 xrightleftharpoons
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
9156 \end_inset
9157
9158
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 </row>
9164 </lyxtabular>
9165
9166 \end_inset
9167
9168
9169 \begin_inset space \hspace*{\fill}
9170 \end_inset
9171
9172
9173 \end_layout
9174
9175 \begin_layout Standard
9176 The command scheme is for all these arrows:
9177 \end_layout
9178
9179 \begin_layout Standard
9180 \align center
9181 \begin_inset Tabular
9182 <lyxtabular version="3" rows="2" columns="2">
9183 <features booktabs="true" tabularvalignment="middle">
9184 <column alignment="center" valignment="top" width="0pt">
9185 <column alignment="center" valignment="top" width="0pt">
9186 <row>
9187 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191 Command
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200 Result
9201 \end_layout
9202
9203 \end_inset
9204 </cell>
9205 </row>
9206 <row bottomspace="0.5mm">
9207 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211 F(a)
9212 \backslash
9213 xleftrightarrow[x=a]
9214 \backslash
9215 {x>0
9216 \begin_inset Formula $\to$
9217 \end_inset
9218
9219 F(x)
9220 \end_layout
9221
9222 \end_inset
9223 </cell>
9224 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Plain Layout
9228 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
9229 \end_inset
9230
9231
9232 \end_layout
9233
9234 \end_inset
9235 </cell>
9236 </row>
9237 </lyxtabular>
9238
9239 \end_inset
9240
9241
9242 \end_layout
9243
9244 \begin_layout Subsection
9245 Vertical and diagonal Arrows
9246 \begin_inset Index idx
9247 status collapsed
9248
9249 \begin_layout Plain Layout
9250 Arrows ! diagonal
9251 \end_layout
9252
9253 \end_inset
9254
9255
9256 \begin_inset Index idx
9257 status collapsed
9258
9259 \begin_layout Plain Layout
9260 Arrows ! vertical
9261 \end_layout
9262
9263 \end_inset
9264
9265
9266 \end_layout
9267
9268 \begin_layout Standard
9269 \begin_inset space \hfill{}
9270 \end_inset
9271
9272
9273 \begin_inset Tabular
9274 <lyxtabular version="3" rows="7" columns="2">
9275 <features booktabs="true" tabularvalignment="middle">
9276 <column alignment="center" valignment="top" width="0pt">
9277 <column alignment="center" valignment="top" width="0pt">
9278 <row>
9279 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Plain Layout
9283 Command
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9289 \begin_inset Text
9290
9291 \begin_layout Plain Layout
9292 Result
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 </row>
9298 <row>
9299 <cell alignment="center" valignment="top" usebox="none">
9300 \begin_inset Text
9301
9302 \begin_layout Plain Layout
9303
9304 \backslash
9305 uparrow
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 <cell alignment="center" valignment="top" usebox="none">
9311 \begin_inset Text
9312
9313 \begin_layout Plain Layout
9314 \begin_inset Formula $\uparrow$
9315 \end_inset
9316
9317
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 </row>
9323 <row>
9324 <cell alignment="center" valignment="top" usebox="none">
9325 \begin_inset Text
9326
9327 \begin_layout Plain Layout
9328
9329 \backslash
9330 Uparrow
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 <cell alignment="center" valignment="top" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Plain Layout
9339 \begin_inset Formula $\Uparrow$
9340 \end_inset
9341
9342
9343 \end_layout
9344
9345 \end_inset
9346 </cell>
9347 </row>
9348 <row>
9349 <cell alignment="center" valignment="top" usebox="none">
9350 \begin_inset Text
9351
9352 \begin_layout Plain Layout
9353
9354 \backslash
9355 updownarrow
9356 \end_layout
9357
9358 \end_inset
9359 </cell>
9360 <cell alignment="center" valignment="top" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Plain Layout
9364 \begin_inset Formula $\updownarrow$
9365 \end_inset
9366
9367
9368 \end_layout
9369
9370 \end_inset
9371 </cell>
9372 </row>
9373 <row>
9374 <cell alignment="center" valignment="top" usebox="none">
9375 \begin_inset Text
9376
9377 \begin_layout Plain Layout
9378
9379 \backslash
9380 Updownarrow
9381 \end_layout
9382
9383 \end_inset
9384 </cell>
9385 <cell alignment="center" valignment="top" usebox="none">
9386 \begin_inset Text
9387
9388 \begin_layout Plain Layout
9389 \begin_inset Formula $\Updownarrow$
9390 \end_inset
9391
9392
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 </row>
9398 <row>
9399 <cell alignment="center" valignment="top" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Plain Layout
9403
9404 \backslash
9405 Downarrow
9406 \end_layout
9407
9408 \end_inset
9409 </cell>
9410 <cell alignment="center" valignment="top" usebox="none">
9411 \begin_inset Text
9412
9413 \begin_layout Plain Layout
9414 \begin_inset Formula $\Downarrow$
9415 \end_inset
9416
9417
9418 \end_layout
9419
9420 \end_inset
9421 </cell>
9422 </row>
9423 <row>
9424 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9425 \begin_inset Text
9426
9427 \begin_layout Plain Layout
9428
9429 \backslash
9430 downarrow
9431 \end_layout
9432
9433 \end_inset
9434 </cell>
9435 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9436 \begin_inset Text
9437
9438 \begin_layout Plain Layout
9439 \begin_inset Formula $\downarrow$
9440 \end_inset
9441
9442
9443 \end_layout
9444
9445 \end_inset
9446 </cell>
9447 </row>
9448 </lyxtabular>
9449
9450 \end_inset
9451
9452
9453 \begin_inset space \hfill{}
9454 \end_inset
9455
9456
9457 \begin_inset Tabular
9458 <lyxtabular version="3" rows="5" columns="2">
9459 <features booktabs="true" tabularvalignment="middle">
9460 <column alignment="center" valignment="top" width="0pt">
9461 <column alignment="center" valignment="top" width="0pt">
9462 <row>
9463 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9464 \begin_inset Text
9465
9466 \begin_layout Plain Layout
9467 Command
9468 \end_layout
9469
9470 \end_inset
9471 </cell>
9472 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9473 \begin_inset Text
9474
9475 \begin_layout Plain Layout
9476 Result
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 </row>
9482 <row>
9483 <cell alignment="center" valignment="top" usebox="none">
9484 \begin_inset Text
9485
9486 \begin_layout Plain Layout
9487
9488 \backslash
9489 nearrow
9490 \end_layout
9491
9492 \end_inset
9493 </cell>
9494 <cell alignment="center" valignment="top" usebox="none">
9495 \begin_inset Text
9496
9497 \begin_layout Plain Layout
9498 \begin_inset Formula $\nearrow$
9499 \end_inset
9500
9501
9502 \end_layout
9503
9504 \end_inset
9505 </cell>
9506 </row>
9507 <row>
9508 <cell alignment="center" valignment="top" usebox="none">
9509 \begin_inset Text
9510
9511 \begin_layout Plain Layout
9512
9513 \backslash
9514 searrow
9515 \end_layout
9516
9517 \end_inset
9518 </cell>
9519 <cell alignment="center" valignment="top" usebox="none">
9520 \begin_inset Text
9521
9522 \begin_layout Plain Layout
9523 \begin_inset Formula $\searrow$
9524 \end_inset
9525
9526
9527 \end_layout
9528
9529 \end_inset
9530 </cell>
9531 </row>
9532 <row>
9533 <cell alignment="center" valignment="top" usebox="none">
9534 \begin_inset Text
9535
9536 \begin_layout Plain Layout
9537
9538 \backslash
9539 swarrow
9540 \end_layout
9541
9542 \end_inset
9543 </cell>
9544 <cell alignment="center" valignment="top" usebox="none">
9545 \begin_inset Text
9546
9547 \begin_layout Plain Layout
9548 \begin_inset Formula $\swarrow$
9549 \end_inset
9550
9551
9552 \end_layout
9553
9554 \end_inset
9555 </cell>
9556 </row>
9557 <row>
9558 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9559 \begin_inset Text
9560
9561 \begin_layout Plain Layout
9562
9563 \backslash
9564 nwarrow
9565 \end_layout
9566
9567 \end_inset
9568 </cell>
9569 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Plain Layout
9573 \begin_inset Formula $\nwarrow$
9574 \end_inset
9575
9576
9577 \end_layout
9578
9579 \end_inset
9580 </cell>
9581 </row>
9582 </lyxtabular>
9583
9584 \end_inset
9585
9586
9587 \begin_inset space \hfill{}
9588 \end_inset
9589
9590
9591 \end_layout
9592
9593 \begin_layout Standard
9594 \begin_inset VSpace medskip
9595 \end_inset
9596
9597 Vertical arrows can be used also as delimiters together with the commands
9598  described in 
9599 \begin_inset CommandInset ref
9600 LatexCommand ref
9601 reference "subsec:Manual-Bracket-Size"
9602
9603 \end_inset
9604
9605  and 
9606 \begin_inset CommandInset ref
9607 LatexCommand ref
9608 reference "subsec:Automatic-Bracket-Size"
9609
9610 \end_inset
9611
9612 .
9613 \end_layout
9614
9615 \begin_layout Section
9616 Accents
9617 \begin_inset CommandInset label
9618 LatexCommand label
9619 name "sec:Accents"
9620
9621 \end_inset
9622
9623
9624 \begin_inset Index idx
9625 status collapsed
9626
9627 \begin_layout Plain Layout
9628 Accents
9629 \end_layout
9630
9631 \end_inset
9632
9633
9634 \end_layout
9635
9636 \begin_layout Standard
9637 Accents can be inserted via the math toolbar button 
9638 \begin_inset Info
9639 type  "icon"
9640 arg   "math-insert \\hat"
9641 \end_inset
9642
9643  or the commands listed in the following subsections.
9644 \end_layout
9645
9646 \begin_layout Subsection
9647 Accents for one Character
9648 \begin_inset ERT
9649 status collapsed
9650
9651 \begin_layout Plain Layout
9652
9653
9654 \backslash
9655 texorpdfstring{
9656 \end_layout
9657
9658 \end_inset
9659
9660
9661 \begin_inset Foot
9662 status collapsed
9663
9664 \begin_layout Plain Layout
9665 accents in text see 
9666 \begin_inset CommandInset ref
9667 LatexCommand ref
9668 reference "subsec:Accents-in-Text"
9669
9670 \end_inset
9671
9672
9673 \end_layout
9674
9675 \end_inset
9676
9677
9678 \begin_inset ERT
9679 status collapsed
9680
9681 \begin_layout Plain Layout
9682
9683 }{}
9684 \end_layout
9685
9686 \end_inset
9687
9688
9689 \begin_inset Note Note
9690 status collapsed
9691
9692 \begin_layout Plain Layout
9693
9694 \series bold
9695
9696 \backslash
9697 texorpdfstring
9698 \series default
9699  is used to avoid that the footnote appears in the PDF-bookmark.
9700 \end_layout
9701
9702 \begin_layout Plain Layout
9703 More about 
9704 \series bold
9705
9706 \backslash
9707 texorpdfstring
9708 \series default
9709  is in section 
9710 \begin_inset CommandInset ref
9711 LatexCommand ref
9712 reference "subsec:Formulas-in-Section"
9713
9714 \end_inset
9715
9716 .
9717 \end_layout
9718
9719 \end_inset
9720
9721
9722 \begin_inset CommandInset label
9723 LatexCommand label
9724 name "subsec:Accents-for-one"
9725
9726 \end_inset
9727
9728
9729 \begin_inset Index idx
9730 status collapsed
9731
9732 \begin_layout Plain Layout
9733 Accents ! for one character
9734 \end_layout
9735
9736 \end_inset
9737
9738
9739 \end_layout
9740
9741 \begin_layout Standard
9742 \begin_inset space \hfill{}
9743 \end_inset
9744
9745
9746 \begin_inset Tabular
9747 <lyxtabular version="3" rows="8" columns="2">
9748 <features booktabs="true" tabularvalignment="middle">
9749 <column alignment="center" valignment="top" width="0pt">
9750 <column alignment="center" valignment="top" width="0pt">
9751 <row>
9752 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9753 \begin_inset Text
9754
9755 \begin_layout Plain Layout
9756 Command
9757 \end_layout
9758
9759 \end_inset
9760 </cell>
9761 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9762 \begin_inset Text
9763
9764 \begin_layout Plain Layout
9765 Result
9766 \end_layout
9767
9768 \end_inset
9769 </cell>
9770 </row>
9771 <row topspace="1.5mm">
9772 <cell alignment="center" valignment="top" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776
9777 \backslash
9778 dot
9779 \begin_inset space \textvisiblespace{}
9780 \end_inset
9781
9782 A
9783 \end_layout
9784
9785 \end_inset
9786 </cell>
9787 <cell alignment="center" valignment="top" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Plain Layout
9791 \begin_inset Formula $\dot{A}$
9792 \end_inset
9793
9794
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 </row>
9800 <row topspace="1.5mm">
9801 <cell alignment="center" valignment="top" usebox="none">
9802 \begin_inset Text
9803
9804 \begin_layout Plain Layout
9805
9806 \backslash
9807 ddot
9808 \begin_inset space \textvisiblespace{}
9809 \end_inset
9810
9811 A
9812 \end_layout
9813
9814 \end_inset
9815 </cell>
9816 <cell alignment="center" valignment="top" usebox="none">
9817 \begin_inset Text
9818
9819 \begin_layout Plain Layout
9820 \begin_inset Formula $\ddot{A}$
9821 \end_inset
9822
9823
9824 \end_layout
9825
9826 \end_inset
9827 </cell>
9828 </row>
9829 <row topspace="1.5mm">
9830 <cell alignment="center" valignment="top" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834
9835 \backslash
9836 dddot
9837 \begin_inset space \textvisiblespace{}
9838 \end_inset
9839
9840 A
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 <cell alignment="center" valignment="top" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849 \begin_inset Formula $\dddot{A}$
9850 \end_inset
9851
9852
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 </row>
9858 <row topspace="1.5mm">
9859 <cell alignment="center" valignment="top" usebox="none">
9860 \begin_inset Text
9861
9862 \begin_layout Plain Layout
9863
9864 \backslash
9865 ddddot
9866 \begin_inset space \textvisiblespace{}
9867 \end_inset
9868
9869 A
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 <cell alignment="center" valignment="top" usebox="none">
9875 \begin_inset Text
9876
9877 \begin_layout Plain Layout
9878 \begin_inset Formula $\ddddot{A}$
9879 \end_inset
9880
9881
9882 \end_layout
9883
9884 \end_inset
9885 </cell>
9886 </row>
9887 <row topspace="1.5mm">
9888 <cell alignment="center" valignment="top" usebox="none">
9889 \begin_inset Text
9890
9891 \begin_layout Plain Layout
9892
9893 \backslash
9894 vec
9895 \begin_inset space \textvisiblespace{}
9896 \end_inset
9897
9898 A
9899 \begin_inset Index idx
9900 status collapsed
9901
9902 \begin_layout Plain Layout
9903 Vectors
9904 \end_layout
9905
9906 \end_inset
9907
9908
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 <cell alignment="center" valignment="top" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917 \begin_inset Formula $\vec{A}$
9918 \end_inset
9919
9920
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 </row>
9926 <row topspace="1.5mm">
9927 <cell alignment="center" valignment="top" usebox="none">
9928 \begin_inset Text
9929
9930 \begin_layout Plain Layout
9931
9932 \backslash
9933 bar
9934 \begin_inset space \textvisiblespace{}
9935 \end_inset
9936
9937 A
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 <cell alignment="center" valignment="top" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946 \begin_inset Formula $\bar{A}$
9947 \end_inset
9948
9949
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 </row>
9955 <row topspace="1.5mm">
9956 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9957 \begin_inset Text
9958
9959 \begin_layout Plain Layout
9960
9961 \backslash
9962 mathring
9963 \begin_inset space \textvisiblespace{}
9964 \end_inset
9965
9966 A
9967 \end_layout
9968
9969 \end_inset
9970 </cell>
9971 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Plain Layout
9975 \begin_inset Formula $\mathring{A}$
9976 \end_inset
9977
9978
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 </row>
9984 </lyxtabular>
9985
9986 \end_inset
9987
9988
9989 \begin_inset space \hfill{}
9990 \end_inset
9991
9992
9993 \begin_inset Tabular
9994 <lyxtabular version="3" rows="7" columns="2">
9995 <features booktabs="true" tabularvalignment="middle">
9996 <column alignment="center" valignment="top" width="0pt">
9997 <column alignment="center" valignment="top" width="0pt">
9998 <row>
9999 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10000 \begin_inset Text
10001
10002 \begin_layout Plain Layout
10003 Command
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012 Result
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 </row>
10018 <row topspace="1.5mm">
10019 <cell alignment="center" valignment="top" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023
10024 \backslash
10025 tilde
10026 \begin_inset space \textvisiblespace{}
10027 \end_inset
10028
10029 A
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 <cell alignment="center" valignment="top" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038 \begin_inset Formula $\tilde{A}$
10039 \end_inset
10040
10041
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 </row>
10047 <row topspace="1.5mm">
10048 <cell alignment="center" valignment="top" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052
10053 \backslash
10054 hat
10055 \begin_inset space \textvisiblespace{}
10056 \end_inset
10057
10058 A
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 <cell alignment="center" valignment="top" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067 \begin_inset Formula $\hat{A}$
10068 \end_inset
10069
10070
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 </row>
10076 <row topspace="1.5mm">
10077 <cell alignment="center" valignment="top" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081
10082 \backslash
10083 check
10084 \begin_inset space \textvisiblespace{}
10085 \end_inset
10086
10087 A
10088 \end_layout
10089
10090 \end_inset
10091 </cell>
10092 <cell alignment="center" valignment="top" usebox="none">
10093 \begin_inset Text
10094
10095 \begin_layout Plain Layout
10096 \begin_inset Formula $\check{A}$
10097 \end_inset
10098
10099
10100 \end_layout
10101
10102 \end_inset
10103 </cell>
10104 </row>
10105 <row topspace="1.5mm">
10106 <cell alignment="center" valignment="top" usebox="none">
10107 \begin_inset Text
10108
10109 \begin_layout Plain Layout
10110
10111 \backslash
10112 acute
10113 \begin_inset space \textvisiblespace{}
10114 \end_inset
10115
10116 A
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 <cell alignment="center" valignment="top" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125 \begin_inset Formula $\acute{A}$
10126 \end_inset
10127
10128
10129 \end_layout
10130
10131 \end_inset
10132 </cell>
10133 </row>
10134 <row topspace="1.5mm">
10135 <cell alignment="center" valignment="top" usebox="none">
10136 \begin_inset Text
10137
10138 \begin_layout Plain Layout
10139
10140 \backslash
10141 grave
10142 \begin_inset space \textvisiblespace{}
10143 \end_inset
10144
10145 A
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 <cell alignment="center" valignment="top" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154 \begin_inset Formula $\grave{A}$
10155 \end_inset
10156
10157
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 </row>
10163 <row topspace="1.5mm">
10164 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10165 \begin_inset Text
10166
10167 \begin_layout Plain Layout
10168
10169 \backslash
10170 breve
10171 \begin_inset space \textvisiblespace{}
10172 \end_inset
10173
10174 A
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10180 \begin_inset Text
10181
10182 \begin_layout Plain Layout
10183 \begin_inset Formula $\breve{A}$
10184 \end_inset
10185
10186
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 </row>
10192 </lyxtabular>
10193
10194 \end_inset
10195
10196
10197 \begin_inset space \hfill{}
10198 \end_inset
10199
10200
10201 \end_layout
10202
10203 \begin_layout Standard
10204 \begin_inset VSpace bigskip
10205 \end_inset
10206
10207
10208 \end_layout
10209
10210 \begin_layout Standard
10211 You can directly insert accents like é to formulas.
10212  \SpecialChar LyX
10213  will transform them to the corresponding accent command.
10214  For umlauts
10215 \begin_inset Index idx
10216 status collapsed
10217
10218 \begin_layout Plain Layout
10219 Umlauts
10220 \end_layout
10221
10222 \end_inset
10223
10224  it is better to insert a quotation mark before the vowel.
10225  These two characters are then treated by \SpecialChar LaTeX
10226  as 
10227 \emph on
10228 one
10229 \emph default
10230  character when the formula part with the umlaut is marked as German.
10231  In contrary to 
10232 \series bold
10233
10234 \backslash
10235 ddot
10236 \series default
10237 , with this method 
10238 \begin_inset Quotes eld
10239 \end_inset
10240
10241 real
10242 \begin_inset Quotes erd
10243 \end_inset
10244
10245  umlauts are created as demonstrated in the following example:
10246 \end_layout
10247
10248 \begin_layout Standard
10249 \begin_inset VSpace -2mm
10250 \end_inset
10251
10252
10253 \end_layout
10254
10255 \begin_layout Standard
10256 \align center
10257 \begin_inset Tabular
10258 <lyxtabular version="3" rows="3" columns="2">
10259 <features booktabs="true" tabularvalignment="middle">
10260 <column alignment="center" valignment="top" width="0pt">
10261 <column alignment="center" valignment="top">
10262 <row>
10263 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267 Command
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Plain Layout
10276 Result
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 </row>
10282 <row>
10283 <cell alignment="center" valignment="top" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287 \begin_inset Quotes grd
10288 \end_inset
10289
10290 i
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 <cell alignment="center" valignment="top" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299 \begin_inset space \hspace{}
10300 \length 0pt
10301 \end_inset
10302
10303
10304 \lang ngerman
10305
10306 \begin_inset Formula $"i$
10307 \end_inset
10308
10309
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 </row>
10315 <row topspace="1.5mm">
10316 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Plain Layout
10320
10321 \backslash
10322 ddot
10323 \begin_inset space \textvisiblespace{}
10324 \end_inset
10325
10326 i
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 \begin_inset Formula $\ddot{i}$
10336 \end_inset
10337
10338
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 </row>
10344 </lyxtabular>
10345
10346 \end_inset
10347
10348
10349 \end_layout
10350
10351 \begin_layout Standard
10352 Another advantage to 
10353 \series bold
10354
10355 \backslash
10356 ddot
10357 \series default
10358  is that umlauts can directly be converted to mathematical text because
10359  the accent commands above are 
10360 \emph on
10361 not allowed
10362 \emph default
10363  
10364 \emph on
10365 in mathematical text
10366 \emph default
10367 .
10368  To convert an accented character to mathematical text, only the character
10369  under the accent may be converted.
10370  This applies also for all other conversions, e.
10371 \begin_inset space \thinspace{}
10372 \end_inset
10373
10374 g.
10375 \begin_inset space \space{}
10376 \end_inset
10377
10378 to italic or bold.
10379 \end_layout
10380
10381 \begin_layout Standard
10382 In mathematical text, umlauts and other accented characters can directly
10383  be inserted.
10384 \end_layout
10385
10386 \begin_layout Standard
10387 \begin_inset VSpace bigskip
10388 \end_inset
10389
10390
10391 \end_layout
10392
10393 \begin_layout Standard
10394 \SpecialChar LyX
10395  also supports a tilde under the character if the \SpecialChar LaTeX
10396 -package 
10397 \series bold
10398 undertilde
10399 \series default
10400
10401 \begin_inset Index idx
10402 status collapsed
10403
10404 \begin_layout Plain Layout
10405 Packages ! undertilde
10406 \end_layout
10407
10408 \end_inset
10409
10410  is installed on your system:
10411 \end_layout
10412
10413 \begin_layout Standard
10414 \begin_inset ERT
10415 status collapsed
10416
10417 \begin_layout Plain Layout
10418
10419
10420 \backslash
10421 ifundertilde 
10422 \end_layout
10423
10424 \end_inset
10425
10426
10427 \begin_inset Note Note
10428 status open
10429
10430 \begin_layout Plain Layout
10431 The following table will only be displayed when the \SpecialChar LaTeX
10432 -package 
10433 \series bold
10434 undertilde
10435 \series default
10436  is installed.
10437 \end_layout
10438
10439 \end_inset
10440
10441
10442 \end_layout
10443
10444 \begin_layout Standard
10445 \noindent
10446 \align center
10447 \begin_inset Tabular
10448 <lyxtabular version="3" rows="2" columns="2">
10449 <features booktabs="true" tabularvalignment="middle">
10450 <column alignment="center" valignment="top" width="0pt">
10451 <column alignment="center" valignment="top" width="0pt">
10452 <row>
10453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457 Command
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Plain Layout
10466 Result
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 </row>
10472 <row>
10473 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477
10478 \backslash
10479 utilde
10480 \begin_inset space \textvisiblespace{}
10481 \end_inset
10482
10483 A
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492 \begin_inset Formula $\utilde{A}$
10493 \end_inset
10494
10495
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 </row>
10501 </lyxtabular>
10502
10503 \end_inset
10504
10505
10506 \end_layout
10507
10508 \begin_layout Standard
10509 \begin_inset ERT
10510 status collapsed
10511
10512 \begin_layout Plain Layout
10513
10514
10515 \backslash
10516 else 
10517 \end_layout
10518
10519 \end_inset
10520
10521
10522 \begin_inset Note Note
10523 status open
10524
10525 \begin_layout Plain Layout
10526 The following will be displayed when the \SpecialChar LaTeX
10527 -package 
10528 \series bold
10529 undertilde
10530 \series default
10531  is not installed:
10532 \end_layout
10533
10534 \end_inset
10535
10536
10537 \end_layout
10538
10539 \begin_layout Standard
10540 You need to install the \SpecialChar LaTeX
10541 -package 
10542 \series bold
10543 undertilde
10544 \series default
10545  to see the rest of this subsection in the output.
10546 \end_layout
10547
10548 \begin_layout Standard
10549 \begin_inset ERT
10550 status collapsed
10551
10552 \begin_layout Plain Layout
10553
10554
10555 \backslash
10556 fi 
10557 \end_layout
10558
10559 \end_inset
10560
10561
10562 \end_layout
10563
10564 \begin_layout Standard
10565 \begin_inset Newpage newpage
10566 \end_inset
10567
10568
10569 \end_layout
10570
10571 \begin_layout Subsection
10572 Accents for several Characters
10573 \begin_inset Index idx
10574 status collapsed
10575
10576 \begin_layout Plain Layout
10577 Accents ! for several characters
10578 \end_layout
10579
10580 \end_inset
10581
10582
10583 \end_layout
10584
10585 \begin_layout Standard
10586 \begin_inset space \hfill{}
10587 \end_inset
10588
10589
10590 \begin_inset Tabular
10591 <lyxtabular version="3" rows="5" columns="2">
10592 <features booktabs="true" tabularvalignment="middle">
10593 <column alignment="center" valignment="top" width="0pt">
10594 <column alignment="center" valignment="top" width="0pt">
10595 <row>
10596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600 Command
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Plain Layout
10609 Result
10610 \end_layout
10611
10612 \end_inset
10613 </cell>
10614 </row>
10615 <row topspace="1.5mm">
10616 <cell alignment="center" valignment="top" usebox="none">
10617 \begin_inset Text
10618
10619 \begin_layout Plain Layout
10620
10621 \backslash
10622 overleftarrow
10623 \begin_inset space \textvisiblespace{}
10624 \end_inset
10625
10626 A=B
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10632 \begin_inset Text
10633
10634 \begin_layout Plain Layout
10635 \begin_inset Formula $\overleftarrow{A=B}$
10636 \end_inset
10637
10638
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 </row>
10644 <row topspace="1.5mm">
10645 <cell alignment="center" valignment="top" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649
10650 \backslash
10651 underleftarrow
10652 \begin_inset space \textvisiblespace{}
10653 \end_inset
10654
10655 A=B
10656 \end_layout
10657
10658 \end_inset
10659 </cell>
10660 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10661 \begin_inset Text
10662
10663 \begin_layout Plain Layout
10664 \begin_inset Formula $\underleftarrow{A=B}$
10665 \end_inset
10666
10667
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 </row>
10673 <row topspace="1.5mm">
10674 <cell alignment="center" valignment="top" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678
10679 \backslash
10680 overleftrightarrow
10681 \begin_inset space \textvisiblespace{}
10682 \end_inset
10683
10684 A=B
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693 \begin_inset Formula $\overleftrightarrow{A=B}$
10694 \end_inset
10695
10696
10697 \end_layout
10698
10699 \end_inset
10700 </cell>
10701 </row>
10702 <row topspace="1.5mm" bottomspace="1mm">
10703 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707
10708 \backslash
10709 underleftrightarrow
10710 \begin_inset space \textvisiblespace{}
10711 \end_inset
10712
10713 A=B
10714 \end_layout
10715
10716 \end_inset
10717 </cell>
10718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10719 \begin_inset Text
10720
10721 \begin_layout Plain Layout
10722 \begin_inset Formula $\underleftrightarrow{A=B}$
10723 \end_inset
10724
10725
10726 \end_layout
10727
10728 \end_inset
10729 </cell>
10730 </row>
10731 </lyxtabular>
10732
10733 \end_inset
10734
10735
10736 \begin_inset space \hfill{}
10737 \end_inset
10738
10739
10740 \begin_inset Tabular
10741 <lyxtabular version="3" rows="5" columns="2">
10742 <features booktabs="true" tabularvalignment="middle">
10743 <column alignment="center" valignment="top" width="0pt">
10744 <column alignment="center" valignment="top" width="0pt">
10745 <row>
10746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10747 \begin_inset Text
10748
10749 \begin_layout Plain Layout
10750 Command
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759 Result
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 </row>
10765 <row topspace="1.5mm">
10766 <cell alignment="center" valignment="top" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770
10771 \backslash
10772 overrightarrow
10773 \begin_inset space \textvisiblespace{}
10774 \end_inset
10775
10776 A=B
10777 \end_layout
10778
10779 \end_inset
10780 </cell>
10781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10782 \begin_inset Text
10783
10784 \begin_layout Plain Layout
10785 \begin_inset Formula $\overrightarrow{A=B}$
10786 \end_inset
10787
10788
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 </row>
10794 <row topspace="1.5mm">
10795 <cell alignment="center" valignment="top" usebox="none">
10796 \begin_inset Text
10797
10798 \begin_layout Plain Layout
10799
10800 \backslash
10801 underrightarrow
10802 \begin_inset space \textvisiblespace{}
10803 \end_inset
10804
10805 A=B
10806 \end_layout
10807
10808 \end_inset
10809 </cell>
10810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10811 \begin_inset Text
10812
10813 \begin_layout Plain Layout
10814 \begin_inset Formula $\underrightarrow{A=B}$
10815 \end_inset
10816
10817
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 </row>
10823 <row topspace="1.5mm">
10824 <cell alignment="center" valignment="top" usebox="none">
10825 \begin_inset Text
10826
10827 \begin_layout Plain Layout
10828
10829 \backslash
10830 widetilde
10831 \begin_inset space \textvisiblespace{}
10832 \end_inset
10833
10834 A=B
10835 \end_layout
10836
10837 \end_inset
10838 </cell>
10839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10840 \begin_inset Text
10841
10842 \begin_layout Plain Layout
10843 \begin_inset Formula $\widetilde{A=B}$
10844 \end_inset
10845
10846
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 </row>
10852 <row topspace="1.5mm" bottomspace="1mm">
10853 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10854 \begin_inset Text
10855
10856 \begin_layout Plain Layout
10857
10858 \backslash
10859 widehat
10860 \begin_inset space \textvisiblespace{}
10861 \end_inset
10862
10863 A=B
10864 \end_layout
10865
10866 \end_inset
10867 </cell>
10868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10869 \begin_inset Text
10870
10871 \begin_layout Plain Layout
10872 \begin_inset Formula $\widehat{A=B}$
10873 \end_inset
10874
10875
10876 \end_layout
10877
10878 \end_inset
10879 </cell>
10880 </row>
10881 </lyxtabular>
10882
10883 \end_inset
10884
10885
10886 \begin_inset space \hfill{}
10887 \end_inset
10888
10889
10890 \end_layout
10891
10892 \begin_layout Standard
10893 \begin_inset VSpace medskip
10894 \end_inset
10895
10896 With these commands as many characters as you like can be accented.
10897  But the accents 
10898 \series bold
10899
10900 \backslash
10901 widetilde
10902 \series default
10903  and 
10904 \series bold
10905
10906 \backslash
10907 widehat
10908 \series default
10909  will only be set in the output with a length of three characters, as shown
10910  in the following example:
10911 \begin_inset Formula 
10912 \[
10913 \widetilde{A+B=C-D}
10914 \]
10915
10916 \end_inset
10917
10918
10919 \end_layout
10920
10921 \begin_layout Standard
10922 With the commands 
10923 \series bold
10924
10925 \backslash
10926 overset
10927 \series default
10928
10929 \begin_inset Index idx
10930 status collapsed
10931
10932 \begin_layout Plain Layout
10933 Commands ! O ! 
10934 \backslash
10935 overset
10936 \end_layout
10937
10938 \end_inset
10939
10940  and 
10941 \series bold
10942
10943 \backslash
10944 underset
10945 \series default
10946
10947 \begin_inset Index idx
10948 status collapsed
10949
10950 \begin_layout Plain Layout
10951 Commands ! U ! 
10952 \backslash
10953 underset
10954 \end_layout
10955
10956 \end_inset
10957
10958  described in the previous subsection it is also possible to accent several
10959  characters.
10960  The command 
10961 \series bold
10962
10963 \backslash
10964 underset
10965 \begin_inset space \textvisiblespace{}
10966 \end_inset
10967
10968 A=B
10969 \begin_inset Formula $\downarrow$
10970 \end_inset
10971
10972 ***
10973 \series default
10974  creates:
10975 \begin_inset Formula 
10976 \[
10977 \underset{***}{A=B}
10978 \]
10979
10980 \end_inset
10981
10982
10983 \end_layout
10984
10985 \begin_layout Section
10986 Space
10987 \begin_inset CommandInset label
10988 LatexCommand label
10989 name "subsec:Space"
10990
10991 \end_inset
10992
10993
10994 \begin_inset Index idx
10995 status collapsed
10996
10997 \begin_layout Plain Layout
10998 Space ! horizontal
10999 \end_layout
11000
11001 \end_inset
11002
11003
11004 \end_layout
11005
11006 \begin_layout Subsection
11007 Predefined Space
11008 \begin_inset CommandInset label
11009 LatexCommand label
11010 name "subsec:Predefined-Space"
11011
11012 \end_inset
11013
11014
11015 \begin_inset Index idx
11016 status collapsed
11017
11018 \begin_layout Plain Layout
11019 Space ! horizontal ! predefined
11020 \end_layout
11021
11022 \end_inset
11023
11024
11025 \end_layout
11026
11027 \begin_layout Standard
11028 Sometimes it is necessary to insert horizontal space into a formula.
11029  This is done by inserting a protected space (shortcut 
11030 \begin_inset Info
11031 type  "shortcut"
11032 arg   "command-alternatives space-insert protected ; math-space"
11033 \end_inset
11034
11035 ).
11036  A 
11037 \begin_inset Quotes eld
11038 \end_inset
11039
11040
11041 \color blue
11042
11043 \begin_inset space \textvisiblespace{}
11044 \end_inset
11045
11046
11047 \color inherit
11048
11049 \begin_inset Quotes erd
11050 \end_inset
11051
11052  appears and by pressing 
11053 \family sans
11054 Space
11055 \family default
11056  several times one can select one of eight different space sizes.
11057  The spaces can also be inserted using the math toolbar button 
11058 \begin_inset Info
11059 type  "icon"
11060 arg   "math-insert \\space"
11061 \end_inset
11062
11063  or special commands.
11064  Independent from the inserted command, one can select the size again by
11065  pressing 
11066 \family sans
11067 Space
11068 \family default
11069  afterwards.
11070 \end_layout
11071
11072 \begin_layout Standard
11073 \noindent
11074 \align center
11075 \begin_inset Tabular
11076 <lyxtabular version="3" rows="6" columns="3">
11077 <features booktabs="true" tabularvalignment="middle">
11078 <column alignment="center" valignment="top">
11079 <column alignment="center" valignment="top" width="15col%">
11080 <column alignment="center" valignment="top">
11081 <row>
11082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11083 \begin_inset Text
11084
11085 \begin_layout Plain Layout
11086 Command
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095 Number of 
11096 \family sans
11097 Space
11098 \family default
11099  keystrokes
11100 \end_layout
11101
11102 \end_inset
11103 </cell>
11104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11105 \begin_inset Text
11106
11107 \begin_layout Plain Layout
11108 Result
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 </row>
11114 <row>
11115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11116 \begin_inset Text
11117
11118 \begin_layout Plain Layout
11119
11120 \backslash
11121 ,
11122 \end_layout
11123
11124 \end_inset
11125 </cell>
11126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11127 \begin_inset Text
11128
11129 \begin_layout Plain Layout
11130 0
11131 \end_layout
11132
11133 \end_inset
11134 </cell>
11135 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11136 \begin_inset Text
11137
11138 \begin_layout Plain Layout
11139 \begin_inset Formula $A\,B$
11140 \end_inset
11141
11142
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 </row>
11148 <row>
11149 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11150 \begin_inset Text
11151
11152 \begin_layout Plain Layout
11153
11154 \backslash
11155 :
11156 \end_layout
11157
11158 \end_inset
11159 </cell>
11160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11161 \begin_inset Text
11162
11163 \begin_layout Plain Layout
11164 1
11165 \end_layout
11166
11167 \end_inset
11168 </cell>
11169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11170 \begin_inset Text
11171
11172 \begin_layout Plain Layout
11173 \begin_inset Formula $A\:B$
11174 \end_inset
11175
11176
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 </row>
11182 <row>
11183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11184 \begin_inset Text
11185
11186 \begin_layout Plain Layout
11187
11188 \backslash
11189 ;
11190 \end_layout
11191
11192 \end_inset
11193 </cell>
11194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11195 \begin_inset Text
11196
11197 \begin_layout Plain Layout
11198 2
11199 \end_layout
11200
11201 \end_inset
11202 </cell>
11203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207 \begin_inset Formula $A\;B$
11208 \end_inset
11209
11210
11211 \end_layout
11212
11213 \end_inset
11214 </cell>
11215 </row>
11216 <row>
11217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221
11222 \backslash
11223 quad
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232 3
11233 \end_layout
11234
11235 \end_inset
11236 </cell>
11237 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11238 \begin_inset Text
11239
11240 \begin_layout Plain Layout
11241 \begin_inset Formula $A\quad B$
11242 \end_inset
11243
11244
11245 \end_layout
11246
11247 \end_inset
11248 </cell>
11249 </row>
11250 <row>
11251 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Plain Layout
11255
11256 \backslash
11257 qquad
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Plain Layout
11266 4
11267 \end_layout
11268
11269 \end_inset
11270 </cell>
11271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11272 \begin_inset Text
11273
11274 \begin_layout Plain Layout
11275 \begin_inset Formula $A\qquad B$
11276 \end_inset
11277
11278
11279 \end_layout
11280
11281 \end_inset
11282 </cell>
11283 </row>
11284 </lyxtabular>
11285
11286 \end_inset
11287
11288
11289 \begin_inset space \hfill{}
11290 \end_inset
11291
11292
11293 \begin_inset Tabular
11294 <lyxtabular version="3" rows="6" columns="3">
11295 <features booktabs="true" tabularvalignment="middle">
11296 <column alignment="center" valignment="top">
11297 <column alignment="center" valignment="top" width="15col%">
11298 <column alignment="center" valignment="top">
11299 <row>
11300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11301 \begin_inset Text
11302
11303 \begin_layout Plain Layout
11304 Command
11305 \end_layout
11306
11307 \end_inset
11308 </cell>
11309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11310 \begin_inset Text
11311
11312 \begin_layout Plain Layout
11313 Number of 
11314 \family sans
11315 Space
11316 \family default
11317  keystrokes
11318 \end_layout
11319
11320 \end_inset
11321 </cell>
11322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11323 \begin_inset Text
11324
11325 \begin_layout Plain Layout
11326 Result
11327 \end_layout
11328
11329 \end_inset
11330 </cell>
11331 </row>
11332 <row>
11333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11334 \begin_inset Text
11335
11336 \begin_layout Plain Layout
11337
11338 \backslash
11339 hfill
11340 \end_layout
11341
11342 \end_inset
11343 </cell>
11344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11345 \begin_inset Text
11346
11347 \begin_layout Plain Layout
11348 5
11349 \end_layout
11350
11351 \end_inset
11352 </cell>
11353 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11354 \begin_inset Text
11355
11356 \begin_layout Plain Layout
11357 \begin_inset Formula $A\hfill B$
11358 \end_inset
11359
11360
11361 \end_layout
11362
11363 \end_inset
11364 </cell>
11365 </row>
11366 <row>
11367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11368 \begin_inset Text
11369
11370 \begin_layout Plain Layout
11371
11372 \backslash
11373 hspace*{1em}
11374 \end_layout
11375
11376 \end_inset
11377 </cell>
11378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382 6
11383 \end_layout
11384
11385 \end_inset
11386 </cell>
11387 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11388 \begin_inset Text
11389
11390 \begin_layout Plain Layout
11391 \begin_inset Formula $A\hspace*{1em}B$
11392 \end_inset
11393
11394
11395 \end_layout
11396
11397 \end_inset
11398 </cell>
11399 </row>
11400 <row>
11401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405
11406 \backslash
11407 hspace{1em}
11408 \end_layout
11409
11410 \end_inset
11411 </cell>
11412 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11413 \begin_inset Text
11414
11415 \begin_layout Plain Layout
11416 7
11417 \end_layout
11418
11419 \end_inset
11420 </cell>
11421 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 \begin_inset Formula $A\hspace{1em}B$
11426 \end_inset
11427
11428
11429 \end_layout
11430
11431 \end_inset
11432 </cell>
11433 </row>
11434 <row>
11435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11436 \begin_inset Text
11437
11438 \begin_layout Plain Layout
11439
11440 \backslash
11441
11442 \begin_inset space \textvisiblespace{}
11443 \end_inset
11444
11445
11446 \end_layout
11447
11448 \end_inset
11449 </cell>
11450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454 8
11455 \end_layout
11456
11457 \end_inset
11458 </cell>
11459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463 \begin_inset Formula $A\ B$
11464 \end_inset
11465
11466
11467 \end_layout
11468
11469 \end_inset
11470 </cell>
11471 </row>
11472 <row>
11473 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11474 \begin_inset Text
11475
11476 \begin_layout Plain Layout
11477
11478 \backslash
11479 !
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11485 \begin_inset Text
11486
11487 \begin_layout Plain Layout
11488 9
11489 \end_layout
11490
11491 \end_inset
11492 </cell>
11493 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11494 \begin_inset Text
11495
11496 \begin_layout Plain Layout
11497 \begin_inset Formula $A\!B$
11498 \end_inset
11499
11500
11501 \end_layout
11502
11503 \end_inset
11504 </cell>
11505 </row>
11506 </lyxtabular>
11507
11508 \end_inset
11509
11510
11511 \end_layout
11512
11513 \begin_layout Standard
11514 Space
11515 \begin_inset space ~
11516 \end_inset
11517
11518 5
11519 \begin_inset space \thinspace{}
11520 \end_inset
11521
11522
11523 \begin_inset space \thinspace{}
11524 \end_inset
11525
11526 7 are variable spaces which are explained in 
11527 \begin_inset CommandInset ref
11528 LatexCommand ref
11529 reference "subsec:Variable-Space"
11530
11531 \end_inset
11532
11533 .
11534  Space
11535 \begin_inset space ~
11536 \end_inset
11537
11538 9 seems to produce no space.
11539  It is displayed red in \SpecialChar LyX
11540  contrary to the other sizes, because it is a negative
11541  space.
11542  There are two more negative spaces:
11543 \end_layout
11544
11545 \begin_layout Standard
11546 \align center
11547 \begin_inset Tabular
11548 <lyxtabular version="3" rows="3" columns="3">
11549 <features booktabs="true" tabularvalignment="middle">
11550 <column alignment="center" valignment="middle" width="6.8cm">
11551 <column alignment="center" valignment="top" width="0pt">
11552 <column alignment="center" valignment="top" width="0pt">
11553 <row>
11554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11555 \begin_inset Text
11556
11557 \begin_layout Plain Layout
11558 Command
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11564 \begin_inset Text
11565
11566 \begin_layout Plain Layout
11567
11568 \backslash
11569 negmedspace
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Plain Layout
11578
11579 \backslash
11580 negthickspace
11581 \end_layout
11582
11583 \end_inset
11584 </cell>
11585 </row>
11586 <row>
11587 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11588 \begin_inset Text
11589
11590 \begin_layout Plain Layout
11591 Number of 
11592 \family sans
11593 Space
11594 \family default
11595  keystrokes after inserting the protected space
11596 \end_layout
11597
11598 \end_inset
11599 </cell>
11600 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11601 \begin_inset Text
11602
11603 \begin_layout Plain Layout
11604 10
11605 \end_layout
11606
11607 \end_inset
11608 </cell>
11609 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11610 \begin_inset Text
11611
11612 \begin_layout Plain Layout
11613 11
11614 \end_layout
11615
11616 \end_inset
11617 </cell>
11618 </row>
11619 <row>
11620 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11621 \begin_inset Text
11622
11623 \begin_layout Plain Layout
11624 Result
11625 \end_layout
11626
11627 \end_inset
11628 </cell>
11629 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11630 \begin_inset Text
11631
11632 \begin_layout Plain Layout
11633 \begin_inset Formula $A\negmedspace B$
11634 \end_inset
11635
11636
11637 \end_layout
11638
11639 \end_inset
11640 </cell>
11641 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11642 \begin_inset Text
11643
11644 \begin_layout Plain Layout
11645 \begin_inset Formula $A\negthickspace B$
11646 \end_inset
11647
11648
11649 \end_layout
11650
11651 \end_inset
11652 </cell>
11653 </row>
11654 </lyxtabular>
11655
11656 \end_inset
11657
11658
11659 \end_layout
11660
11661 \begin_layout Standard
11662 Negative spaces can lead to characters overlapping each other.
11663  Thus they can be used to enforce ligatures, which are e.
11664 \begin_inset space \thinspace{}
11665 \end_inset
11666
11667 g.
11668 \begin_inset space \space{}
11669 \end_inset
11670
11671 useful for summation operators:
11672 \end_layout
11673
11674 \begin_layout Standard
11675 \align center
11676 \begin_inset Tabular
11677 <lyxtabular version="3" rows="3" columns="2">
11678 <features booktabs="true" tabularvalignment="middle">
11679 <column alignment="center" valignment="top" width="0pt">
11680 <column alignment="center" valignment="top">
11681 <row>
11682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11683 \begin_inset Text
11684
11685 \begin_layout Plain Layout
11686 Command
11687 \end_layout
11688
11689 \end_inset
11690 </cell>
11691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11692 \begin_inset Text
11693
11694 \begin_layout Plain Layout
11695 Result
11696 \end_layout
11697
11698 \end_inset
11699 </cell>
11700 </row>
11701 <row>
11702 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11703 \begin_inset Text
11704
11705 \begin_layout Plain Layout
11706
11707 \backslash
11708 sum
11709 \backslash
11710 sum
11711 \begin_inset space \textvisiblespace{}
11712 \end_inset
11713
11714 f_kl
11715 \end_layout
11716
11717 \end_inset
11718 </cell>
11719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11720 \begin_inset Text
11721
11722 \begin_layout Plain Layout
11723 \begin_inset Formula $\sum\sum f_{kl}$
11724 \end_inset
11725
11726
11727 \end_layout
11728
11729 \end_inset
11730 </cell>
11731 </row>
11732 <row>
11733 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11734 \begin_inset Text
11735
11736 \begin_layout Plain Layout
11737
11738 \backslash
11739 sum
11740 \backslash
11741 negmedspace
11742 \backslash
11743 sum
11744 \begin_inset space \textvisiblespace{}
11745 \end_inset
11746
11747 f_kl
11748 \end_layout
11749
11750 \end_inset
11751 </cell>
11752 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11753 \begin_inset Text
11754
11755 \begin_layout Plain Layout
11756 \begin_inset Formula $\sum\negmedspace\sum f_{kl}$
11757 \end_inset
11758
11759
11760 \end_layout
11761
11762 \end_inset
11763 </cell>
11764 </row>
11765 </lyxtabular>
11766
11767 \end_inset
11768
11769
11770 \end_layout
11771
11772 \begin_layout Standard
11773 \noindent
11774 \begin_inset VSpace medskip
11775 \end_inset
11776
11777
11778 \end_layout
11779
11780 \begin_layout Standard
11781 \noindent
11782 Relations like for example equal signs, are always surrounded by space.
11783  To suppress this, the equal sign is placed into a \SpecialChar TeX
11784  brace.
11785  The following example demonstrates this:
11786 \end_layout
11787
11788 \begin_layout Standard
11789 \align center
11790 \begin_inset Tabular
11791 <lyxtabular version="3" rows="2" columns="2">
11792 <features tabularvalignment="middle">
11793 <column alignment="center" valignment="top" width="0pt">
11794 <column alignment="center" valignment="top" width="0pt">
11795 <row>
11796 <cell alignment="center" valignment="top" usebox="none">
11797 \begin_inset Text
11798
11799 \begin_layout Plain Layout
11800 normal equation
11801 \end_layout
11802
11803 \end_inset
11804 </cell>
11805 <cell alignment="center" valignment="top" usebox="none">
11806 \begin_inset Text
11807
11808 \begin_layout Plain Layout
11809 \begin_inset Formula $A=B$
11810 \end_inset
11811
11812
11813 \end_layout
11814
11815 \end_inset
11816 </cell>
11817 </row>
11818 <row>
11819 <cell alignment="center" valignment="top" usebox="none">
11820 \begin_inset Text
11821
11822 \begin_layout Plain Layout
11823 equation without space
11824 \end_layout
11825
11826 \end_inset
11827 </cell>
11828 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11829 \begin_inset Text
11830
11831 \begin_layout Plain Layout
11832 \begin_inset Formula $A{=}B$
11833 \end_inset
11834
11835
11836 \end_layout
11837
11838 \end_inset
11839 </cell>
11840 </row>
11841 </lyxtabular>
11842
11843 \end_inset
11844
11845
11846 \end_layout
11847
11848 \begin_layout Standard
11849 \noindent
11850 The command for the last formula is: 
11851 \series bold
11852 A
11853 \backslash
11854 {=
11855 \begin_inset Formula $\to$
11856 \end_inset
11857
11858 B
11859 \end_layout
11860
11861 \begin_layout Standard
11862 \begin_inset VSpace bigskip
11863 \end_inset
11864
11865
11866 \end_layout
11867
11868 \begin_layout Standard
11869 Spaces are needed for physical units, because the space between the value
11870  and the unit is the smallest one and not a normal space.
11871  For units in text, the smallest space is inserted via the menu 
11872 \family sans
11873 Insert\SpecialChar menuseparator
11874 Formatting\SpecialChar menuseparator
11875 Thin
11876 \begin_inset space ~
11877 \end_inset
11878
11879 Space
11880 \family default
11881  (shortcut 
11882 \begin_inset Info
11883 type  "shortcut"
11884 arg   "space-insert thin"
11885 \end_inset
11886
11887 ).
11888 \end_layout
11889
11890 \begin_layout Standard
11891 An example to visualize the difference:
11892 \end_layout
11893
11894 \begin_layout Standard
11895 \begin_inset Tabular
11896 <lyxtabular version="3" rows="2" columns="2">
11897 <features tabularvalignment="middle">
11898 <column alignment="left" valignment="top">
11899 <column alignment="left" valignment="top">
11900 <row>
11901 <cell alignment="center" valignment="top" usebox="none">
11902 \begin_inset Text
11903
11904 \begin_layout Plain Layout
11905 24 kW
11906 \begin_inset Formula $\cdot$
11907 \end_inset
11908
11909 h
11910 \end_layout
11911
11912 \end_inset
11913 </cell>
11914 <cell alignment="center" valignment="top" usebox="none">
11915 \begin_inset Text
11916
11917 \begin_layout Plain Layout
11918 space between value and unit
11919 \end_layout
11920
11921 \end_inset
11922 </cell>
11923 </row>
11924 <row>
11925 <cell alignment="center" valignment="top" usebox="none">
11926 \begin_inset Text
11927
11928 \begin_layout Plain Layout
11929 24
11930 \begin_inset space \thinspace{}
11931 \end_inset
11932
11933 kW
11934 \begin_inset Formula $\cdot$
11935 \end_inset
11936
11937 h
11938 \end_layout
11939
11940 \end_inset
11941 </cell>
11942 <cell alignment="center" valignment="top" usebox="none">
11943 \begin_inset Text
11944
11945 \begin_layout Plain Layout
11946 smallest space between value and unit
11947 \end_layout
11948
11949 \end_inset
11950 </cell>
11951 </row>
11952 </lyxtabular>
11953
11954 \end_inset
11955
11956
11957 \end_layout
11958
11959 \begin_layout Subsection
11960 Variable Space
11961 \begin_inset ERT
11962 status collapsed
11963
11964 \begin_layout Plain Layout
11965
11966
11967 \backslash
11968 texorpdfstring{
11969 \end_layout
11970
11971 \end_inset
11972
11973
11974 \begin_inset Foot
11975 status collapsed
11976
11977 \begin_layout Plain Layout
11978 for vertical space in formulas see 
11979 \begin_inset CommandInset ref
11980 LatexCommand ref
11981 reference "subsec:Line-Separation"
11982
11983 \end_inset
11984
11985
11986 \end_layout
11987
11988 \end_inset
11989
11990
11991 \begin_inset ERT
11992 status collapsed
11993
11994 \begin_layout Plain Layout
11995
11996 }{}
11997 \end_layout
11998
11999 \end_inset
12000
12001
12002 \begin_inset Note Note
12003 status collapsed
12004
12005 \begin_layout Plain Layout
12006
12007 \backslash
12008 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
12009 \end_layout
12010
12011 \begin_layout Plain Layout
12012 More about 
12013 \backslash
12014 texorpdfstring is in section 
12015 \begin_inset CommandInset ref
12016 LatexCommand ref
12017 reference "subsec:Formulas-in-Section"
12018
12019 \end_inset
12020
12021 .
12022 \end_layout
12023
12024 \end_inset
12025
12026
12027 \begin_inset CommandInset label
12028 LatexCommand label
12029 name "subsec:Variable-Space"
12030
12031 \end_inset
12032
12033
12034 \begin_inset Index idx
12035 status collapsed
12036
12037 \begin_layout Plain Layout
12038 Space ! horizontal ! variable
12039 \end_layout
12040
12041 \end_inset
12042
12043
12044 \end_layout
12045
12046 \begin_layout Standard
12047 Space with a defined length can be inserted with the command 
12048 \series bold
12049
12050 \backslash
12051 hspace
12052 \series default
12053
12054 \begin_inset Index idx
12055 status collapsed
12056
12057 \begin_layout Plain Layout
12058 Commands ! H ! 
12059 \backslash
12060 hspace
12061 \end_layout
12062
12063 \end_inset
12064
12065 .
12066  Then a long 
12067 \begin_inset Quotes eld
12068 \end_inset
12069
12070
12071 \color blue
12072
12073 \begin_inset space \textvisiblespace{}
12074 \end_inset
12075
12076
12077 \color inherit
12078
12079 \begin_inset Quotes erd
12080 \end_inset
12081
12082  appears.
12083  The length can be specified by left-clicking on the 
12084 \begin_inset Quotes eld
12085 \end_inset
12086
12087
12088 \color blue
12089
12090 \begin_inset space \textvisiblespace{}
12091 \end_inset
12092
12093
12094 \color inherit
12095
12096 \begin_inset Quotes erd
12097 \end_inset
12098
12099 .
12100  The length may also be negative.
12101  When a space would be the first character in a line it would be omitted.
12102  To force its output use the command 
12103 \series bold
12104
12105 \backslash
12106 hspace*
12107 \series default
12108  instead of 
12109 \series bold
12110
12111 \backslash
12112 hspace
12113 \series default
12114  or left-click on the 
12115 \begin_inset Quotes eld
12116 \end_inset
12117
12118
12119 \color blue
12120
12121 \begin_inset space \textvisiblespace{}
12122 \end_inset
12123
12124
12125 \color inherit
12126
12127 \begin_inset Quotes erd
12128 \end_inset
12129
12130  and check the option 
12131 \family sans
12132 Protect
12133 \family default
12134 .
12135 \begin_inset Newline newline
12136 \end_inset
12137
12138 To insert as much space as is available, the command 
12139 \series bold
12140
12141 \backslash
12142 hfill
12143 \series default
12144
12145 \begin_inset Index idx
12146 status collapsed
12147
12148 \begin_layout Plain Layout
12149 Commands ! H ! 
12150 \backslash
12151 hfill
12152 \end_layout
12153
12154 \end_inset
12155
12156  is used.
12157 \end_layout
12158
12159 \begin_layout Standard
12160 \align center
12161 \begin_inset Tabular
12162 <lyxtabular version="3" rows="4" columns="2">
12163 <features booktabs="true" tabularvalignment="middle">
12164 <column alignment="center" valignment="top" width="0pt">
12165 <column alignment="center" valignment="top">
12166 <row>
12167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12168 \begin_inset Text
12169
12170 \begin_layout Plain Layout
12171 Command (
12172 \backslash
12173 hspace length)
12174 \end_layout
12175
12176 \end_inset
12177 </cell>
12178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12179 \begin_inset Text
12180
12181 \begin_layout Plain Layout
12182 Result
12183 \end_layout
12184
12185 \end_inset
12186 </cell>
12187 </row>
12188 <row>
12189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12190 \begin_inset Text
12191
12192 \begin_layout Plain Layout
12193 A=B
12194 \backslash
12195 hspace
12196 \begin_inset space \textvisiblespace{}
12197 \end_inset
12198
12199 A
12200 \backslash
12201 not=C (3
12202 \begin_inset space \thinspace{}
12203 \end_inset
12204
12205 cm)
12206 \end_layout
12207
12208 \end_inset
12209 </cell>
12210 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12211 \begin_inset Text
12212
12213 \begin_layout Plain Layout
12214 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12215 \end_inset
12216
12217
12218 \end_layout
12219
12220 \end_inset
12221 </cell>
12222 </row>
12223 <row>
12224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12225 \begin_inset Text
12226
12227 \begin_layout Plain Layout
12228 A
12229 \backslash
12230 hspace
12231 \begin_inset space \textvisiblespace{}
12232 \end_inset
12233
12234 A
12235 \backslash
12236 not=A (-1
12237 \begin_inset space \thinspace{}
12238 \end_inset
12239
12240 mm)
12241 \end_layout
12242
12243 \end_inset
12244 </cell>
12245 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12246 \begin_inset Text
12247
12248 \begin_layout Plain Layout
12249 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12250 \end_inset
12251
12252
12253 \end_layout
12254
12255 \end_inset
12256 </cell>
12257 </row>
12258 <row>
12259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12260 \begin_inset Text
12261
12262 \begin_layout Plain Layout
12263 A=A
12264 \backslash
12265 hfill
12266 \begin_inset space \textvisiblespace{}
12267 \end_inset
12268
12269 B=B
12270 \end_layout
12271
12272 \end_inset
12273 </cell>
12274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12275 \begin_inset Text
12276
12277 \begin_layout Plain Layout
12278 \begin_inset Formula $A=A\hfill B=B$
12279 \end_inset
12280
12281
12282 \end_layout
12283
12284 \end_inset
12285 </cell>
12286 </row>
12287 </lyxtabular>
12288
12289 \end_inset
12290
12291
12292 \end_layout
12293
12294 \begin_layout Standard
12295 In the last example the available space is given by the longest column entry
12296  of the table.
12297  In an inline formula the space depends on the length of the line in which
12298  
12299 \series bold
12300
12301 \backslash
12302 hfill
12303 \series default
12304  is inserted.
12305  Thus, when the line uses the full width, no space will be created.
12306  
12307 \series bold
12308
12309 \backslash
12310 hfill
12311 \series default
12312  only has an effect on displayed formulas when the formula style 
12313 \series bold
12314 Indented
12315 \series default
12316  is used.
12317  (Formula styles are explained in 
12318 \begin_inset CommandInset ref
12319 LatexCommand ref
12320 reference "sec:Formula-Styles"
12321
12322 \end_inset
12323
12324 .)
12325 \end_layout
12326
12327 \begin_layout Standard
12328 Besides 
12329 \series bold
12330
12331 \backslash
12332 hfill
12333 \series default
12334 , there are the commands 
12335 \series bold
12336
12337 \backslash
12338 dotfill
12339 \series default
12340  and 
12341 \series bold
12342
12343 \backslash
12344 hrulefill
12345 \series default
12346  that fill the space with a pattern, see 
12347 \begin_inset CommandInset ref
12348 LatexCommand ref
12349 reference "subsec:Ellipses"
12350
12351 \end_inset
12352
12353  for an example.
12354 \end_layout
12355
12356 \begin_layout Standard
12357 For text, variable space can be inserted via the menu 
12358 \family sans
12359 Insert\SpecialChar menuseparator
12360 Formatting\SpecialChar menuseparator
12361 Horizontal
12362 \begin_inset space ~
12363 \end_inset
12364
12365 Space
12366 \family default
12367 :
12368 \end_layout
12369
12370 \begin_layout Standard
12371 This is a line with
12372 \begin_inset space \hspace{}
12373 \length 2cm
12374 \end_inset
12375
12376 2
12377 \begin_inset space \thinspace{}
12378 \end_inset
12379
12380 cm space.
12381 \end_layout
12382
12383 \begin_layout Standard
12384 This is a line with
12385 \begin_inset space \hfill{}
12386 \end_inset
12387
12388 maximum space.
12389 \end_layout
12390
12391 \begin_layout Subsection
12392 Space besides inline Formulas
12393 \begin_inset Index idx
12394 status collapsed
12395
12396 \begin_layout Plain Layout
12397 Space ! besides inline formulas
12398 \end_layout
12399
12400 \end_inset
12401
12402
12403 \end_layout
12404
12405 \begin_layout Standard
12406 The space that surrounds inline formulas can be adjusted with the length
12407  
12408 \series bold
12409
12410 \backslash
12411 mathsurround
12412 \series default
12413
12414 \begin_inset Index idx
12415 status collapsed
12416
12417 \begin_layout Plain Layout
12418 Commands ! M ! 
12419 \backslash
12420 mathsurround
12421 \end_layout
12422
12423 \end_inset
12424
12425 .
12426  The value of a length is set with the command 
12427 \series bold
12428
12429 \backslash
12430 setlength
12431 \series default
12432
12433 \begin_inset Index idx
12434 status collapsed
12435
12436 \begin_layout Plain Layout
12437 Commands ! S ! 
12438 \backslash
12439 setlength
12440 \end_layout
12441
12442 \end_inset
12443
12444  which has the following scheme:
12445 \end_layout
12446
12447 \begin_layout Standard
12448
12449 \series bold
12450
12451 \backslash
12452 setlength{length name}{value}
12453 \end_layout
12454
12455 \begin_layout Standard
12456 To set 
12457 \series bold
12458
12459 \backslash
12460 mathsurround
12461 \series default
12462  to the value 5
12463 \begin_inset space \thinspace{}
12464 \end_inset
12465
12466 mm, the command
12467 \end_layout
12468
12469 \begin_layout Standard
12470
12471 \series bold
12472
12473 \backslash
12474 setlength{
12475 \backslash
12476 mathsurround}{5mm}
12477 \end_layout
12478
12479 \begin_layout Standard
12480 is inserted in \SpecialChar TeX
12481  mode.
12482  5
12483 \begin_inset space \thinspace{}
12484 \end_inset
12485
12486 mm space will now be set around all inline formulas:
12487 \begin_inset ERT
12488 status collapsed
12489
12490 \begin_layout Plain Layout
12491
12492
12493 \backslash
12494 setlength{
12495 \backslash
12496 mathsurround}{5mm}
12497 \end_layout
12498
12499 \end_inset
12500
12501
12502 \end_layout
12503
12504 \begin_layout Standard
12505 This is a line with an inline formula 
12506 \begin_inset Formula $A=B$
12507 \end_inset
12508
12509  with 5
12510 \begin_inset space \thinspace{}
12511 \end_inset
12512
12513 mm surrounding space.
12514 \begin_inset ERT
12515 status collapsed
12516
12517 \begin_layout Plain Layout
12518
12519
12520 \backslash
12521 setlength{
12522 \backslash
12523 mathsurround}{0pt}
12524 \end_layout
12525
12526 \end_inset
12527
12528
12529 \end_layout
12530
12531 \begin_layout Standard
12532 To return to the predefined value, 
12533 \series bold
12534
12535 \backslash
12536 mathsurround
12537 \series default
12538  is set to the value 0
12539 \begin_inset space \thinspace{}
12540 \end_inset
12541
12542 pt.
12543 \end_layout
12544
12545 \begin_layout Standard
12546 \begin_inset Newpage newpage
12547 \end_inset
12548
12549
12550 \end_layout
12551
12552 \begin_layout Section
12553 Boxes and Frames
12554 \begin_inset Index idx
12555 status collapsed
12556
12557 \begin_layout Plain Layout
12558 Boxes
12559 \end_layout
12560
12561 \end_inset
12562
12563
12564 \begin_inset Index idx
12565 status collapsed
12566
12567 \begin_layout Plain Layout
12568 Frames | see
12569 \begin_inset ERT
12570 status collapsed
12571
12572 \begin_layout Plain Layout
12573
12574 {
12575 \end_layout
12576
12577 \end_inset
12578
12579 Boxes
12580 \begin_inset ERT
12581 status collapsed
12582
12583 \begin_layout Plain Layout
12584
12585 }
12586 \end_layout
12587
12588 \end_inset
12589
12590
12591 \end_layout
12592
12593 \end_inset
12594
12595
12596 \end_layout
12597
12598 \begin_layout Standard
12599 Boxes for text are described in chapter 
12600 \family typewriter
12601 Boxes
12602 \family default
12603  in the 
12604 \family typewriter
12605 Embedded
12606 \begin_inset space ~
12607 \end_inset
12608
12609 Objects
12610 \family default
12611  manual.
12612 \end_layout
12613
12614 \begin_layout Subsection
12615 Boxes with Frame
12616 \begin_inset CommandInset label
12617 LatexCommand label
12618 name "subsec:Boxes-with-Frame"
12619
12620 \end_inset
12621
12622
12623 \begin_inset Index idx
12624 status collapsed
12625
12626 \begin_layout Plain Layout
12627 Boxes ! with frame
12628 \end_layout
12629
12630 \end_inset
12631
12632
12633 \end_layout
12634
12635 \begin_layout Standard
12636 It is possible to frame a formula or part of one with the commands 
12637 \series bold
12638
12639 \backslash
12640 fbox
12641 \series default
12642
12643 \begin_inset Index idx
12644 status collapsed
12645
12646 \begin_layout Plain Layout
12647 Commands ! F ! 
12648 \backslash
12649 fbox
12650 \end_layout
12651
12652 \end_inset
12653
12654  and 
12655 \series bold
12656
12657 \backslash
12658 boxed
12659 \series default
12660
12661 \begin_inset Index idx
12662 status collapsed
12663
12664 \begin_layout Plain Layout
12665 Commands ! B ! 
12666 \backslash
12667 boxed
12668 \end_layout
12669
12670 \end_inset
12671
12672 .
12673 \end_layout
12674
12675 \begin_layout Standard
12676 When one of these commands is inserted in a formula, a blue box appears
12677  within a frame to enter formula parts.
12678  For 
12679 \series bold
12680
12681 \backslash
12682 fbox
12683 \series default
12684  an additional formula has to be created by 
12685 \family sans
12686 Ctrl+M
12687 \family default
12688  within this box, because the box content will otherwise be treated as mathemati
12689 cal text.
12690  When 
12691 \series bold
12692
12693 \backslash
12694 boxed
12695 \series default
12696  is used, a new formula is automatically created inside the frame.
12697 \end_layout
12698
12699 \begin_layout Standard
12700 The command 
12701 \series bold
12702
12703 \backslash
12704 fbox
12705 \series default
12706  is not suitable to frame displayed formulas because the formula will always
12707  be set in the size of the text.
12708  
12709 \series bold
12710
12711 \backslash
12712 boxed
12713 \series default
12714  is in contrary not suitable to frame inline formulas, because the formula
12715  will always be set in the size of a displayed formula.
12716 \end_layout
12717
12718 \begin_layout Standard
12719 An extension to 
12720 \series bold
12721
12722 \backslash
12723 fbox
12724 \series default
12725  is the command 
12726 \series bold
12727
12728 \backslash
12729 framebox
12730 \series default
12731
12732 \begin_inset Index idx
12733 status collapsed
12734
12735 \begin_layout Plain Layout
12736 Commands ! F ! 
12737 \backslash
12738 framebox
12739 \end_layout
12740
12741 \end_inset
12742
12743  where additionally the frame width and the alignment can be specified.
12744  
12745 \series bold
12746
12747 \backslash
12748 framebox
12749 \series default
12750  is used in the following scheme:
12751 \end_layout
12752
12753 \begin_layout Standard
12754
12755 \series bold
12756
12757 \backslash
12758 framebox[frame width][position]{box content}
12759 \end_layout
12760
12761 \begin_layout Standard
12762 The position can either be 
12763 \emph on
12764 l
12765 \emph default
12766  or 
12767 \emph on
12768 r
12769 \emph default
12770 .
12771  
12772 \emph on
12773 l
12774 \emph default
12775  left aligns, 
12776 \emph on
12777 r
12778 \emph default
12779  right aligns the formula in the box.
12780  When no position is given, the formula will be centered.
12781 \begin_inset Newline newline
12782 \end_inset
12783
12784 If no width is given, also no position can be given.
12785  In this case the frame width is adjusted to the box content like for 
12786 \series bold
12787
12788 \backslash
12789 fbox
12790 \series default
12791 .
12792 \end_layout
12793
12794 \begin_layout Standard
12795 When the command 
12796 \series bold
12797
12798 \backslash
12799 framebox
12800 \series default
12801  is inserted, a box appears containing three blue boxes.
12802  The first two boxes are surrounded by brackets and denote the two optional
12803  arguments.
12804  The third box is for formula parts like for 
12805 \series bold
12806
12807 \backslash
12808 fbox
12809 \series default
12810 .
12811 \end_layout
12812
12813 \begin_layout Standard
12814 \align center
12815 \begin_inset Tabular
12816 <lyxtabular version="3" rows="5" columns="2">
12817 <features booktabs="true" tabularvalignment="middle">
12818 <column alignment="center" valignment="top" width="0pt">
12819 <column alignment="center" valignment="top">
12820 <row>
12821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12822 \begin_inset Text
12823
12824 \begin_layout Plain Layout
12825 Command
12826 \end_layout
12827
12828 \end_inset
12829 </cell>
12830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12831 \begin_inset Text
12832
12833 \begin_layout Plain Layout
12834 Result
12835 \end_layout
12836
12837 \end_inset
12838 </cell>
12839 </row>
12840 <row topspace="1.5mm">
12841 <cell alignment="center" valignment="top" usebox="none">
12842 \begin_inset Text
12843
12844 \begin_layout Plain Layout
12845
12846 \backslash
12847 fbox
12848 \begin_inset space \textvisiblespace{}
12849 \end_inset
12850
12851
12852 \family sans
12853 Ctrl+M
12854 \family default
12855  
12856 \backslash
12857 int
12858 \begin_inset space \textvisiblespace{}
12859 \end_inset
12860
12861 A=B
12862 \end_layout
12863
12864 \end_inset
12865 </cell>
12866 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12867 \begin_inset Text
12868
12869 \begin_layout Plain Layout
12870 \begin_inset Formula $\fbox{\ensuremath{\int A=B}}$
12871 \end_inset
12872
12873
12874 \end_layout
12875
12876 \end_inset
12877 </cell>
12878 </row>
12879 <row topspace="1.5mm">
12880 <cell alignment="center" valignment="top" usebox="none">
12881 \begin_inset Text
12882
12883 \begin_layout Plain Layout
12884
12885 \backslash
12886 boxed
12887 \begin_inset space \textvisiblespace{}
12888 \end_inset
12889
12890
12891 \backslash
12892 int
12893 \begin_inset space \textvisiblespace{}
12894 \end_inset
12895
12896 A=B
12897 \end_layout
12898
12899 \end_inset
12900 </cell>
12901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12902 \begin_inset Text
12903
12904 \begin_layout Plain Layout
12905 \begin_inset Formula $\boxed{\int A=B}$
12906 \end_inset
12907
12908
12909 \end_layout
12910
12911 \end_inset
12912 </cell>
12913 </row>
12914 <row topspace="1.5mm">
12915 <cell alignment="center" valignment="top" usebox="none">
12916 \begin_inset Text
12917
12918 \begin_layout Plain Layout
12919 A+
12920 \backslash
12921 fbox
12922 \begin_inset space \textvisiblespace{}
12923 \end_inset
12924
12925 B
12926 \end_layout
12927
12928 \end_inset
12929 </cell>
12930 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12931 \begin_inset Text
12932
12933 \begin_layout Plain Layout
12934 \begin_inset Formula $A+\fbox{B}$
12935 \end_inset
12936
12937
12938 \end_layout
12939
12940 \end_inset
12941 </cell>
12942 </row>
12943 <row topspace="1.5mm" bottomspace="1mm">
12944 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12945 \begin_inset Text
12946
12947 \begin_layout Plain Layout
12948
12949 \backslash
12950 framebox
12951 \begin_inset space \textvisiblespace{}
12952 \end_inset
12953
12954 20mm
12955 \begin_inset Formula $\to$
12956 \end_inset
12957
12958
12959 \begin_inset Formula $\to$
12960 \end_inset
12961
12962
12963 \family sans
12964 Ctrl+M
12965 \family default
12966  
12967 \backslash
12968 frac
12969 \begin_inset space \textvisiblespace{}
12970 \end_inset
12971
12972 A
12973 \begin_inset Formula $\downarrow$
12974 \end_inset
12975
12976 B
12977 \end_layout
12978
12979 \end_inset
12980 </cell>
12981 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12982 \begin_inset Text
12983
12984 \begin_layout Plain Layout
12985 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12986 \end_inset
12987
12988
12989 \end_layout
12990
12991 \end_inset
12992 </cell>
12993 </row>
12994 </lyxtabular>
12995
12996 \end_inset
12997
12998
12999 \end_layout
13000
13001 \begin_layout Standard
13002 The frame thickness can also be adjusted.
13003  To do this the following commands have to be inserted in \SpecialChar TeX
13004  mode before the
13005  formula
13006 \end_layout
13007
13008 \begin_layout Standard
13009
13010 \series bold
13011
13012 \backslash
13013 fboxrule
13014 \series default
13015  
13016 \series bold
13017
13018 \begin_inset Quotes eld
13019 \end_inset
13020
13021 thickness
13022 \begin_inset Quotes erd
13023 \end_inset
13024
13025
13026 \series default
13027  
13028 \series bold
13029
13030 \backslash
13031 fboxsep
13032 \series default
13033  
13034 \series bold
13035
13036 \begin_inset Quotes eld
13037 \end_inset
13038
13039 distance
13040 \begin_inset Quotes erd
13041 \end_inset
13042
13043
13044 \end_layout
13045
13046 \begin_layout Standard
13047 \begin_inset Quotes eld
13048 \end_inset
13049
13050 distance
13051 \begin_inset Quotes erd
13052 \end_inset
13053
13054  specifies the minimal distance between the frame and the first character
13055  in the box.
13056  An example for this is the following framed formula:
13057 \begin_inset ERT
13058 status collapsed
13059
13060 \begin_layout Plain Layout
13061
13062
13063 \backslash
13064 fboxrule 2mm 
13065 \backslash
13066 fboxsep 3mm
13067 \end_layout
13068
13069 \end_inset
13070
13071
13072 \begin_inset Formula 
13073 \[
13074 \boxed{A+B=C}
13075 \]
13076
13077 \end_inset
13078
13079 Before this formula the commands
13080 \end_layout
13081
13082 \begin_layout Standard
13083
13084 \series bold
13085
13086 \backslash
13087 fboxrule
13088 \series default
13089  
13090 \series bold
13091 2mm
13092 \series default
13093  
13094 \series bold
13095
13096 \backslash
13097 fboxsep
13098 \series default
13099  
13100 \series bold
13101 3mm
13102 \end_layout
13103
13104 \begin_layout Standard
13105 were inserted in \SpecialChar TeX
13106  mode.
13107  The given values are used for all following boxes.
13108 \end_layout
13109
13110 \begin_layout Standard
13111 To return to the standard frame size, the command
13112 \end_layout
13113
13114 \begin_layout Standard
13115
13116 \series bold
13117
13118 \backslash
13119 fboxrule
13120 \series default
13121  
13122 \series bold
13123 0.4pt
13124 \series default
13125  
13126 \series bold
13127
13128 \backslash
13129 fboxsep
13130 \series default
13131  
13132 \series bold
13133 3pt
13134 \series default
13135
13136 \begin_inset ERT
13137 status collapsed
13138
13139 \begin_layout Plain Layout
13140
13141
13142 \backslash
13143 fboxrule 0.4pt 
13144 \backslash
13145 fboxsep 3pt
13146 \end_layout
13147
13148 \end_inset
13149
13150
13151 \end_layout
13152
13153 \begin_layout Standard
13154 is inserted in \SpecialChar TeX
13155  mode before the next formula.
13156 \end_layout
13157
13158 \begin_layout Subsection
13159 Boxes without Frame
13160 \begin_inset CommandInset label
13161 LatexCommand label
13162 name "subsec:Boxes-without-Frame"
13163
13164 \end_inset
13165
13166
13167 \begin_inset Index idx
13168 status collapsed
13169
13170 \begin_layout Plain Layout
13171 Boxes ! without frame
13172 \end_layout
13173
13174 \end_inset
13175
13176
13177 \end_layout
13178
13179 \begin_layout Standard
13180 For boxes without a frame there are the following box commands: 
13181 \series bold
13182
13183 \backslash
13184 mbox
13185 \series default
13186
13187 \begin_inset Index idx
13188 status collapsed
13189
13190 \begin_layout Plain Layout
13191 Commands ! M ! 
13192 \backslash
13193 mbox
13194 \end_layout
13195
13196 \end_inset
13197
13198
13199 \series bold
13200
13201 \backslash
13202 makebox
13203 \series default
13204
13205 \begin_inset Index idx
13206 status collapsed
13207
13208 \begin_layout Plain Layout
13209 Commands ! M ! 
13210 \backslash
13211 makebox
13212 \end_layout
13213
13214 \end_inset
13215
13216  and 
13217 \series bold
13218
13219 \backslash
13220 raisebox
13221 \series default
13222
13223 \begin_inset Index idx
13224 status collapsed
13225
13226 \begin_layout Plain Layout
13227 Commands ! R ! 
13228 \backslash
13229 raisebox
13230 \end_layout
13231
13232 \end_inset
13233
13234
13235 \end_layout
13236
13237 \begin_layout Standard
13238 With 
13239 \series bold
13240
13241 \backslash
13242 raisebox
13243 \series default
13244  a box can be super- or subscripted.
13245  But in contrary to normal super- and subscripting, the characters in the
13246  box keep their font size.
13247  
13248 \series bold
13249
13250 \backslash
13251 raisebox
13252 \series default
13253  is used in the following scheme:
13254 \end_layout
13255
13256 \begin_layout Standard
13257
13258 \series bold
13259
13260 \backslash
13261 raisebox{height}{box content}
13262 \end_layout
13263
13264 \begin_layout Standard
13265 When the box should contain a formula, an extra formula is needed like for
13266  
13267 \series bold
13268
13269 \backslash
13270 fbox
13271 \series default
13272 .
13273  
13274 \series medium
13275
13276 \begin_inset Note Greyedout
13277 status open
13278
13279 \begin_layout Plain Layout
13280
13281 \series bold
13282 Note:
13283 \series default
13284  For 
13285 \series bold
13286
13287 \backslash
13288 raisebox
13289 \series default
13290  this extra formula is created by pressing 
13291 \family sans
13292 Ctrl+M
13293 \family default
13294  twice instead of once because \SpecialChar LyX
13295  doesn't yet support 
13296 \series bold
13297
13298 \backslash
13299 raisebox
13300 \series default
13301  directly.
13302 \end_layout
13303
13304 \end_inset
13305
13306
13307 \end_layout
13308
13309 \begin_layout Standard
13310 \align center
13311 \begin_inset Tabular
13312 <lyxtabular version="3" rows="4" columns="2">
13313 <features booktabs="true" tabularvalignment="middle">
13314 <column alignment="center" valignment="top" width="0pt">
13315 <column alignment="center" valignment="top">
13316 <row>
13317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13318 \begin_inset Text
13319
13320 \begin_layout Plain Layout
13321 Command
13322 \end_layout
13323
13324 \end_inset
13325 </cell>
13326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13327 \begin_inset Text
13328
13329 \begin_layout Plain Layout
13330 Result
13331 \end_layout
13332
13333 \end_inset
13334 </cell>
13335 </row>
13336 <row>
13337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13338 \begin_inset Text
13339
13340 \begin_layout Plain Layout
13341 H
13342 \backslash
13343 raisebox{2mm
13344 \begin_inset Formula $\to$
13345 \end_inset
13346
13347
13348 \backslash
13349 {al
13350 \begin_inset Formula $\to$
13351 \end_inset
13352
13353  lo
13354 \end_layout
13355
13356 \end_inset
13357 </cell>
13358 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13359 \begin_inset Text
13360
13361 \begin_layout Plain Layout
13362 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13363 \end_inset
13364
13365
13366 \end_layout
13367
13368 \end_inset
13369 </cell>
13370 </row>
13371 <row>
13372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13373 \begin_inset Text
13374
13375 \begin_layout Plain Layout
13376 H
13377 \backslash
13378 raisebox{-2mm
13379 \begin_inset Formula $\to$
13380 \end_inset
13381
13382
13383 \backslash
13384 {al
13385 \begin_inset Formula $\to$
13386 \end_inset
13387
13388 lo
13389 \end_layout
13390
13391 \end_inset
13392 </cell>
13393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13394 \begin_inset Text
13395
13396 \begin_layout Plain Layout
13397 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13398 \end_inset
13399
13400
13401 \end_layout
13402
13403 \end_inset
13404 </cell>
13405 </row>
13406 <row>
13407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13408 \begin_inset Text
13409
13410 \begin_layout Plain Layout
13411 A=
13412 \backslash
13413 raisebox{-2mm
13414 \begin_inset Formula $\to$
13415 \end_inset
13416
13417
13418 \backslash
13419 {
13420 \family sans
13421 Ctrl+M
13422 \family default
13423  
13424 \family sans
13425 Ctrl+M
13426 \family default
13427  
13428 \backslash
13429 sqrt
13430 \begin_inset space \textvisiblespace{}
13431 \end_inset
13432
13433
13434 \end_layout
13435
13436 \end_inset
13437 </cell>
13438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13439 \begin_inset Text
13440
13441 \begin_layout Plain Layout
13442 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13443 \end_inset
13444
13445
13446 \end_layout
13447
13448 \end_inset
13449 </cell>
13450 </row>
13451 </lyxtabular>
13452
13453 \end_inset
13454
13455
13456 \end_layout
13457
13458 \begin_layout Standard
13459 The command 
13460 \series bold
13461
13462 \backslash
13463 mbox
13464 \series default
13465  is equivalent to 
13466 \series bold
13467
13468 \backslash
13469 fbox
13470 \series default
13471  and 
13472 \series bold
13473
13474 \backslash
13475 makebox
13476 \series default
13477  is equivalent to 
13478 \series bold
13479
13480 \backslash
13481 framebox
13482 \series default
13483 , with the difference that there is no frame.
13484 \end_layout
13485
13486 \begin_layout Subsection
13487 Colored Boxes
13488 \begin_inset CommandInset label
13489 LatexCommand label
13490 name "subsec:Colored-Boxes"
13491
13492 \end_inset
13493
13494
13495 \begin_inset Index idx
13496 status collapsed
13497
13498 \begin_layout Plain Layout
13499 Boxes ! colored
13500 \end_layout
13501
13502 \end_inset
13503
13504
13505 \end_layout
13506
13507 \begin_layout Standard
13508 To be able to use all commands explained in this section, the \SpecialChar LaTeX
13509 -package 
13510 \series bold
13511 color
13512 \series default
13513
13514 \begin_inset Foot
13515 status collapsed
13516
13517 \begin_layout Plain Layout
13518 The \SpecialChar LaTeX
13519 -package 
13520 \series bold
13521 color
13522 \series default
13523  is part of every \SpecialChar LaTeX
13524  standard installation.
13525 \end_layout
13526
13527 \end_inset
13528
13529
13530 \begin_inset Index idx
13531 status collapsed
13532
13533 \begin_layout Plain Layout
13534 Packages ! color
13535 \end_layout
13536
13537 \end_inset
13538
13539  has to be loaded in the \SpecialChar LaTeX
13540 -preamble with the line
13541 \begin_inset Foot
13542 status collapsed
13543
13544 \begin_layout Plain Layout
13545 When text is colored somewhere in the document with a predefined color,
13546  \SpecialChar LyX
13547  loads the \SpecialChar LaTeX
13548  package 
13549 \series bold
13550 color
13551 \series default
13552  automatically.
13553  Thus it is possible that the package is loaded twice, but this does not
13554  cause problems.
13555 \end_layout
13556
13557 \end_inset
13558
13559
13560 \begin_inset Note Note
13561 status collapsed
13562
13563 \begin_layout Plain Layout
13564 To avoid that the package is loaded twice, a macro was inserted to the \SpecialChar LaTeX
13565 -preamble.
13566 \end_layout
13567
13568 \end_inset
13569
13570
13571 \end_layout
13572
13573 \begin_layout Standard
13574
13575 \series bold
13576
13577 \backslash
13578 usepackage{color}
13579 \end_layout
13580
13581 \begin_layout Standard
13582 \begin_inset VSpace medskip
13583 \end_inset
13584
13585 To color boxes, the command 
13586 \series bold
13587
13588 \backslash
13589 colorbox
13590 \series default
13591
13592 \begin_inset Index idx
13593 status collapsed
13594
13595 \begin_layout Plain Layout
13596 Commands ! C ! 
13597 \backslash
13598 colorbox
13599 \end_layout
13600
13601 \end_inset
13602
13603  is used in the following scheme:
13604 \end_layout
13605
13606 \begin_layout Standard
13607
13608 \series bold
13609
13610 \backslash
13611 colorbox{color}{box content}
13612 \end_layout
13613
13614 \begin_layout Standard
13615 The box content can also be a box and a 
13616 \series bold
13617
13618 \backslash
13619 colorbox
13620 \series default
13621  can also be part of another box (see the 2nd and 3rd example).
13622  When the box should contain a formula, an extra formula has to be created,
13623  the same way as for 
13624 \series bold
13625
13626 \backslash
13627 raisebox
13628 \series default
13629 .
13630 \begin_inset Foot
13631 status collapsed
13632
13633 \begin_layout Plain Layout
13634 This also applies for the command 
13635 \series bold
13636
13637 \backslash
13638 fcolorbox
13639 \series default
13640 .
13641 \end_layout
13642
13643 \end_inset
13644
13645
13646 \end_layout
13647
13648 \begin_layout Standard
13649 One of the following predefined colors can be chosen:
13650 \end_layout
13651
13652 \begin_layout Standard
13653
13654 \series bold
13655 black
13656 \series default
13657
13658 \series bold
13659 blue
13660 \series default
13661
13662 \series bold
13663 cyan
13664 \series default
13665
13666 \series bold
13667 green
13668 \series default
13669
13670 \series bold
13671 magenta
13672 \series default
13673
13674 \series bold
13675 red
13676 \series default
13677
13678 \series bold
13679 white
13680 \series default
13681  and 
13682 \series bold
13683 yellow
13684 \end_layout
13685
13686 \begin_layout Standard
13687 \align center
13688 \begin_inset Tabular
13689 <lyxtabular version="3" rows="4" columns="2">
13690 <features booktabs="true" tabularvalignment="middle">
13691 <column alignment="center" valignment="top" width="0pt">
13692 <column alignment="center" valignment="top">
13693 <row>
13694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13695 \begin_inset Text
13696
13697 \begin_layout Plain Layout
13698 Command
13699 \end_layout
13700
13701 \end_inset
13702 </cell>
13703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13704 \begin_inset Text
13705
13706 \begin_layout Plain Layout
13707 Result
13708 \end_layout
13709
13710 \end_inset
13711 </cell>
13712 </row>
13713 <row>
13714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13715 \begin_inset Text
13716
13717 \begin_layout Plain Layout
13718
13719 \backslash
13720 colorbox{yellow
13721 \begin_inset Formula $\to$
13722 \end_inset
13723
13724
13725 \backslash
13726 {A=B
13727 \end_layout
13728
13729 \end_inset
13730 </cell>
13731 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13732 \begin_inset Text
13733
13734 \begin_layout Plain Layout
13735 \begin_inset Formula $\colorbox{yellow}{A=B}$
13736 \end_inset
13737
13738
13739 \end_layout
13740
13741 \end_inset
13742 </cell>
13743 </row>
13744 <row topspace="1.5mm">
13745 <cell alignment="center" valignment="top" usebox="none">
13746 \begin_inset Text
13747
13748 \begin_layout Plain Layout
13749
13750 \backslash
13751 colorbox{green
13752 \begin_inset Formula $\to$
13753 \end_inset
13754
13755
13756 \backslash
13757 {
13758 \backslash
13759 fbox
13760 \begin_inset space \textvisiblespace{}
13761 \end_inset
13762
13763 A=B
13764 \end_layout
13765
13766 \end_inset
13767 </cell>
13768 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13769 \begin_inset Text
13770
13771 \begin_layout Plain Layout
13772 \begin_inset Formula $\colorbox{green}{\fbox{A=B}}$
13773 \end_inset
13774
13775
13776 \end_layout
13777
13778 \end_inset
13779 </cell>
13780 </row>
13781 <row topspace="1.5mm" bottomspace="1mm">
13782 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13783 \begin_inset Text
13784
13785 \begin_layout Plain Layout
13786
13787 \backslash
13788 fbox
13789 \begin_inset space \textvisiblespace{}
13790 \end_inset
13791
13792
13793 \backslash
13794 colorbox{green
13795 \begin_inset Formula $\to$
13796 \end_inset
13797
13798
13799 \backslash
13800 {
13801 \family sans
13802 Ctrl+M
13803 \family default
13804  
13805 \family sans
13806 Ctrl+M
13807 \family default
13808  
13809 \backslash
13810 int
13811 \begin_inset space \textvisiblespace{}
13812 \end_inset
13813
13814 C=D
13815 \end_layout
13816
13817 \end_inset
13818 </cell>
13819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13820 \begin_inset Text
13821
13822 \begin_layout Plain Layout
13823 \begin_inset Formula $\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}$
13824 \end_inset
13825
13826
13827 \end_layout
13828
13829 \end_inset
13830 </cell>
13831 </row>
13832 </lyxtabular>
13833
13834 \end_inset
13835
13836
13837 \end_layout
13838
13839 \begin_layout Standard
13840
13841 \series bold
13842
13843 \backslash
13844 colorbox
13845 \series default
13846  only colors the box but not the characters in the box.
13847  To color all characters, the whole formula is highlighted and the desired
13848  color is chosen in the 
13849 \family sans
13850 Text
13851 \begin_inset space ~
13852 \end_inset
13853
13854 Style
13855 \family default
13856  dialog.
13857  The dialog can be called with the toolbar button 
13858 \begin_inset Info
13859 type  "icon"
13860 arg   "dialog-show character"
13861 \end_inset
13862
13863  or the menu 
13864 \family sans
13865 Edit\SpecialChar menuseparator
13866 Text
13867 \begin_inset space ~
13868 \end_inset
13869
13870 Style\SpecialChar menuseparator
13871 Customized
13872 \family default
13873 .
13874  The formula number then has the same color as the formula.
13875  When the formula number should get another color than the formula characters,
13876  the color must be changed within the formula.
13877 \end_layout
13878
13879 \begin_layout Standard
13880 An example:
13881 \end_layout
13882
13883 \begin_layout Standard
13884
13885 \color red
13886 \begin_inset Formula 
13887 \begin{equation}
13888 \int A=B\label{eq:red}
13889 \end{equation}
13890
13891 \end_inset
13892
13893
13894 \color green
13895
13896 \begin_inset Formula 
13897 \begin{equation}
13898 \textcolor{red}{\int A=B}\label{eq:redgreen}
13899 \end{equation}
13900
13901 \end_inset
13902
13903
13904 \end_layout
13905
13906 \begin_layout Standard
13907 Formula 
13908 \begin_inset CommandInset ref
13909 LatexCommand eqref
13910 reference "eq:red"
13911
13912 \end_inset
13913
13914  is completely colored red.
13915 \begin_inset Newline newline
13916 \end_inset
13917
13918 Formula 
13919 \begin_inset CommandInset ref
13920 LatexCommand eqref
13921 reference "eq:redgreen"
13922
13923 \end_inset
13924
13925  was first completely colored green to set the color for the formula number.
13926  Subsequently the formula characters were colored red.
13927 \end_layout
13928
13929 \begin_layout Standard
13930 \begin_inset VSpace bigskip
13931 \end_inset
13932
13933 To color the frame different than the rest of the box, the command 
13934 \series bold
13935
13936 \backslash
13937 fcolorbox
13938 \series default
13939
13940 \begin_inset Index idx
13941 status collapsed
13942
13943 \begin_layout Plain Layout
13944 Commands ! F ! 
13945 \backslash
13946 fcolorbox
13947 \end_layout
13948
13949 \end_inset
13950
13951  is used in the following scheme:
13952 \end_layout
13953
13954 \begin_layout Standard
13955
13956 \series bold
13957
13958 \backslash
13959 fcolorbox{frame color}{color}{box content}
13960 \end_layout
13961
13962 \begin_layout Standard
13963 So 
13964 \series bold
13965
13966 \backslash
13967 fcolorbox
13968 \series default
13969  is an extension of the command 
13970 \series bold
13971
13972 \backslash
13973 colorbox
13974 \series default
13975 .
13976  The frame width is set, like for 
13977 \series bold
13978
13979 \backslash
13980 framebox
13981 \series default
13982 , with 
13983 \series bold
13984
13985 \backslash
13986 fboxrule
13987 \series default
13988  and 
13989 \series bold
13990
13991 \backslash
13992 fboxsep
13993 \series default
13994 .
13995  An example:
13996 \begin_inset ERT
13997 status collapsed
13998
13999 \begin_layout Plain Layout
14000
14001
14002 \backslash
14003 fboxrule 1mm 
14004 \backslash
14005 fboxsep 1mm
14006 \end_layout
14007
14008 \end_inset
14009
14010
14011 \begin_inset Formula 
14012 \[
14013 \fcolorbox{cyan}{magenta}{A=B}
14014 \]
14015
14016 \end_inset
14017
14018
14019 \begin_inset ERT
14020 status collapsed
14021
14022 \begin_layout Plain Layout
14023
14024
14025 \backslash
14026 fboxrule 0.4pt 
14027 \backslash
14028 fboxsep 3pt
14029 \end_layout
14030
14031 \end_inset
14032
14033
14034 \end_layout
14035
14036 \begin_layout Standard
14037 This formula was created with the command
14038 \begin_inset Newline newline
14039 \end_inset
14040
14041
14042 \series bold
14043
14044 \backslash
14045 fcolorbox{cyan
14046 \begin_inset Formula $\to$
14047 \end_inset
14048
14049
14050 \backslash
14051 {magenta
14052 \begin_inset Formula $\to$
14053 \end_inset
14054
14055
14056 \backslash
14057 {A=B
14058 \series default
14059 .
14060 \end_layout
14061
14062 \begin_layout Standard
14063 \begin_inset VSpace bigskip
14064 \end_inset
14065
14066 To use other colors than the predefined ones, they have to be defined first.
14067 \end_layout
14068
14069 \begin_layout Standard
14070 One can for example define the color 
14071 \begin_inset Quotes eld
14072 \end_inset
14073
14074
14075 \series bold
14076 darkgreen
14077 \series default
14078
14079 \begin_inset Quotes erd
14080 \end_inset
14081
14082  with the \SpecialChar LaTeX
14083 -preamble line:
14084 \end_layout
14085
14086 \begin_layout Standard
14087
14088 \series bold
14089
14090 \backslash
14091 definecolor{darkgreen}{cmyk}{0.5,
14092 \series default
14093  
14094 \series bold
14095 0,
14096 \series default
14097  
14098 \series bold
14099 1,
14100 \series default
14101  
14102 \series bold
14103 0.5}
14104 \series default
14105
14106 \begin_inset Index idx
14107 status collapsed
14108
14109 \begin_layout Plain Layout
14110 Commands ! D ! 
14111 \backslash
14112 definecolor
14113 \end_layout
14114
14115 \end_inset
14116
14117
14118 \end_layout
14119
14120 \begin_layout Standard
14121
14122 \series bold
14123 cmyk
14124 \series default
14125  is the color space that denotes the colors 
14126 \series bold
14127 cyan
14128 \series default
14129
14130 \series bold
14131 magenta
14132 \series default
14133
14134 \series bold
14135 yellow
14136 \series default
14137  and 
14138 \series bold
14139 black
14140 \series default
14141 .
14142  The four comma separated numbers are the portion factor for the corresponding
14143  colors of the color space.
14144  The factors can be in the range of 0
14145 \begin_inset space \thinspace{}
14146 \end_inset
14147
14148 -
14149 \begin_inset space \thinspace{}
14150 \end_inset
14151
14152 1.
14153  Instead of 
14154 \series bold
14155 cmyk
14156 \series default
14157  also the color space 
14158 \series bold
14159 rgb
14160 \series default
14161  can be used for definitions.
14162  
14163 \series bold
14164 rgb
14165 \series default
14166  denotes 
14167 \series bold
14168 red
14169 \series default
14170
14171 \series bold
14172 green
14173 \series default
14174  and 
14175 \series bold
14176 blue
14177 \series default
14178 , so that there are in this case three portion factors for the corresponding
14179  colors.
14180  Furthermore there is the color space 
14181 \series bold
14182 gray
14183 \series default
14184  with one portion factor for the gray value.
14185 \end_layout
14186
14187 \begin_layout Standard
14188 As example a framed box with the new defined color 
14189 \series bold
14190 darkgreen
14191 \series default
14192  where the characters have been colored 
14193 \series bold
14194 yellow
14195 \series default
14196 :
14197 \begin_inset Formula 
14198 \begin{equation}
14199 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14200 \end{equation}
14201
14202 \end_inset
14203
14204
14205 \end_layout
14206
14207 \begin_layout Standard
14208 Self-defined colors can also be used for text with the help of the command
14209  
14210 \series bold
14211
14212 \backslash
14213 textcolor
14214 \series default
14215 :
14216 \begin_inset Index idx
14217 status collapsed
14218
14219 \begin_layout Plain Layout
14220 Text ! colored
14221 \end_layout
14222
14223 \end_inset
14224
14225
14226 \end_layout
14227
14228 \begin_layout Standard
14229 \begin_inset ERT
14230 status collapsed
14231
14232 \begin_layout Plain Layout
14233
14234
14235 \backslash
14236 textcolor{darkgreen}{
14237 \end_layout
14238
14239 \end_inset
14240
14241 This sentence is 
14242 \begin_inset Quotes eld
14243 \end_inset
14244
14245 darkgreen
14246 \begin_inset Quotes erd
14247 \end_inset
14248
14249 .
14250 \begin_inset ERT
14251 status collapsed
14252
14253 \begin_layout Plain Layout
14254
14255 }
14256 \end_layout
14257
14258 \end_inset
14259
14260
14261 \end_layout
14262
14263 \begin_layout Standard
14264
14265 \series bold
14266
14267 \backslash
14268 textcolor
14269 \series default
14270
14271 \begin_inset Index idx
14272 status collapsed
14273
14274 \begin_layout Plain Layout
14275 Commands ! T ! 
14276 \backslash
14277 textcolor
14278 \end_layout
14279
14280 \end_inset
14281
14282  is used in the scheme 
14283 \series bold
14284
14285 \backslash
14286 textcolor{color}{characters to color}
14287 \series default
14288 .
14289 \end_layout
14290
14291 \begin_layout Subsection
14292 Paragraph Boxes
14293 \begin_inset CommandInset label
14294 LatexCommand label
14295 name "subsec:Paragraph-Boxes"
14296
14297 \end_inset
14298
14299
14300 \begin_inset Index idx
14301 status collapsed
14302
14303 \begin_layout Plain Layout
14304 Boxes ! as paragraph
14305 \end_layout
14306
14307 \end_inset
14308
14309
14310 \end_layout
14311
14312 \begin_layout Standard
14313 A box that can contain several lines and paragraphs, a so-called paragraph
14314  box (parbox), can be created with the menu 
14315 \family sans
14316 Insert\SpecialChar menuseparator
14317 Box
14318 \family default
14319  or the toolbar button 
14320 \begin_inset Info
14321 type  "icon"
14322 arg   "box-insert"
14323 \end_inset
14324
14325 .
14326 \end_layout
14327
14328 \begin_layout Standard
14329 The following example shows a framed parbox in a line:
14330 \end_layout
14331
14332 \begin_layout Standard
14333 \begin_inset VSpace medskip
14334 \end_inset
14335
14336 This is a line 
14337 \begin_inset Box Boxed
14338 position "c"
14339 hor_pos "c"
14340 has_inner_box 1
14341 inner_pos "t"
14342 use_parbox 1
14343 use_makebox 0
14344 width "5cm"
14345 special "none"
14346 height "1in"
14347 height_special "totalheight"
14348 thickness "0.4pt"
14349 separation "3pt"
14350 shadowsize "4pt"
14351 framecolor "black"
14352 backgroundcolor "none"
14353 status open
14354
14355 \begin_layout Plain Layout
14356 This is a paragraph box.
14357  It is exactly 5
14358 \begin_inset space \thinspace{}
14359 \end_inset
14360
14361 cm long and can also contain formulas: 
14362 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14363 \end_inset
14364
14365
14366 \end_layout
14367
14368 \end_inset
14369
14370  with a parbox.
14371 \end_layout
14372
14373 \begin_layout Standard
14374 \begin_inset VSpace medskip
14375 \end_inset
14376
14377
14378 \end_layout
14379
14380 \begin_layout Standard
14381 Such a box is created by right-clicking on the gray box inset.
14382  A dialog pops up showing the box properties.
14383  In our case set: 
14384 \emph on
14385 Decoration
14386 \emph default
14387 : Rectangular box, 
14388 \emph on
14389 Inner Box
14390 \emph default
14391 : Parbox, 
14392 \emph on
14393 Width
14394 \emph default
14395 : 5
14396 \begin_inset space \thinspace{}
14397 \end_inset
14398
14399 cm, 
14400 \emph on
14401 Vertical Box Alignment
14402 \emph default
14403 : Middle
14404 \end_layout
14405
14406 \begin_layout Standard
14407 \begin_inset VSpace medskip
14408 \end_inset
14409
14410 In \SpecialChar LaTeX
14411  a parbox is created with the command 
14412 \series bold
14413
14414 \backslash
14415 parbox
14416 \series default
14417
14418 \begin_inset Index idx
14419 status collapsed
14420
14421 \begin_layout Plain Layout
14422 Commands ! P ! 
14423 \backslash
14424 parbox
14425 \end_layout
14426
14427 \end_inset
14428
14429  which has the following scheme:
14430 \end_layout
14431
14432 \begin_layout Standard
14433
14434 \series bold
14435
14436 \backslash
14437 parbox[position]{width}{box content}
14438 \end_layout
14439
14440 \begin_layout Standard
14441 The positions 
14442 \emph on
14443 b
14444 \emph default
14445  and 
14446 \emph on
14447 t
14448 \emph default
14449  are possible.
14450  
14451 \emph on
14452 b
14453 \emph default
14454  for 
14455 \begin_inset Quotes eld
14456 \end_inset
14457
14458 bottom
14459 \begin_inset Quotes erd
14460 \end_inset
14461
14462  means that the box is aligned within the surrounding text with its last
14463  line.
14464  With 
14465 \emph on
14466 t
14467 \emph default
14468  for 
14469 \begin_inset Quotes eld
14470 \end_inset
14471
14472 top
14473 \begin_inset Quotes erd
14474 \end_inset
14475
14476  this is done with the first line.
14477  When no position is given, the box will be vertically centered, see section
14478  
14479 \emph on
14480 Boxes
14481 \emph default
14482  of the 
14483 \emph on
14484 Embedded
14485 \begin_inset space ~
14486 \end_inset
14487
14488 Objects
14489 \emph default
14490  manual for examples.
14491 \end_layout
14492
14493 \begin_layout Standard
14494 \begin_inset VSpace bigskip
14495 \end_inset
14496
14497 To frame formulas completely, including the formula number, the formula
14498  must be set into a parbox.
14499  To do this, the command 
14500 \series bold
14501
14502 \backslash
14503 fbox{
14504 \backslash
14505 parbox{
14506 \backslash
14507 linewidth-2
14508 \backslash
14509 fboxsep-2
14510 \backslash
14511 fboxrule}{
14512 \series default
14513  is inserted in \SpecialChar TeX
14514  mode before the formula.
14515  
14516 \series bold
14517
14518 \backslash
14519 linewidth
14520 \series default
14521
14522 \begin_inset Index idx
14523 status collapsed
14524
14525 \begin_layout Plain Layout
14526 Commands ! L ! 
14527 \backslash
14528 linewidth
14529 \end_layout
14530
14531 \end_inset
14532
14533  is hereby the line width set for the document.
14534  Because the frame is outside the parbox, 2
14535 \begin_inset space \thinspace{}
14536 \end_inset
14537
14538 times the frame separation and the frame thickness must be subtracted from
14539  the line width.
14540  To be able to multiply and subtract in arguments, the \SpecialChar LaTeX
14541 -package 
14542 \series bold
14543 calc
14544 \series default
14545
14546 \begin_inset Foot
14547 status collapsed
14548
14549 \begin_layout Plain Layout
14550
14551 \series bold
14552 calc
14553 \series default
14554  is part of every \SpecialChar LaTeX
14555  standard installation.
14556 \end_layout
14557
14558 \end_inset
14559
14560
14561 \begin_inset Index idx
14562 status collapsed
14563
14564 \begin_layout Plain Layout
14565 Packages ! calc
14566 \end_layout
14567
14568 \end_inset
14569
14570  must be loaded in the \SpecialChar LaTeX
14571 -preamble with the line
14572 \end_layout
14573
14574 \begin_layout Standard
14575
14576 \series bold
14577
14578 \backslash
14579 usepackage{calc}
14580 \end_layout
14581
14582 \begin_layout Standard
14583 Behind the formula both boxes are closed by entering 
14584 \series bold
14585 }}
14586 \series default
14587  in \SpecialChar TeX
14588  mode.
14589  Here is an example:
14590 \begin_inset ERT
14591 status collapsed
14592
14593 \begin_layout Plain Layout
14594
14595
14596 \backslash
14597 fboxsep 5mm 
14598 \backslash
14599 fboxrule 5mm
14600 \end_layout
14601
14602 \end_inset
14603
14604
14605 \end_layout
14606
14607 \begin_layout Standard
14608 \begin_inset ERT
14609 status collapsed
14610
14611 \begin_layout Plain Layout
14612
14613
14614 \backslash
14615 fbox{
14616 \backslash
14617 parbox{
14618 \backslash
14619 linewidth-2
14620 \backslash
14621 fboxsep-2
14622 \backslash
14623 fboxrule}{
14624 \end_layout
14625
14626 \end_inset
14627
14628
14629 \begin_inset Formula 
14630 \begin{equation}
14631 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14632 \end{equation}
14633
14634 \end_inset
14635
14636
14637 \begin_inset ERT
14638 status collapsed
14639
14640 \begin_layout Plain Layout
14641
14642 }}
14643 \end_layout
14644
14645 \end_inset
14646
14647
14648 \begin_inset ERT
14649 status collapsed
14650
14651 \begin_layout Plain Layout
14652
14653
14654 \backslash
14655 fboxrule 0.4pt 
14656 \backslash
14657 fboxsep 3pt
14658 \end_layout
14659
14660 \end_inset
14661
14662
14663 \end_layout
14664
14665 \begin_layout Standard
14666 \begin_inset VSpace medskip
14667 \end_inset
14668
14669 As a parbox is used as the argument of 
14670 \series bold
14671
14672 \backslash
14673 fbox
14674 \series default
14675 , there is in this case no difference between 
14676 \series bold
14677
14678 \backslash
14679 fbox
14680 \series default
14681  and 
14682 \series bold
14683
14684 \backslash
14685 boxed
14686 \series default
14687 .
14688 \end_layout
14689
14690 \begin_layout Standard
14691 \begin_inset VSpace bigskip
14692 \end_inset
14693
14694 Paragraph boxes are very useful to comment formulas directly.
14695  To do this, 
14696 \series bold
14697
14698 \backslash
14699 parbox
14700 \series default
14701  is used in combination with the command 
14702 \series bold
14703
14704 \backslash
14705 tag
14706 \series default
14707 .
14708  (more about 
14709 \series bold
14710
14711 \backslash
14712 tag
14713 \series default
14714  see 
14715 \begin_inset CommandInset ref
14716 LatexCommand ref
14717 reference "subsec:User-defined-Numbering"
14718
14719 \end_inset
14720
14721 )
14722 \end_layout
14723
14724 \begin_layout Standard
14725 An example of a formula commented with 
14726 \series bold
14727
14728 \backslash
14729 parbox
14730 \series default
14731 :
14732 \end_layout
14733
14734 \begin_layout Standard
14735 \begin_inset ERT
14736 status collapsed
14737
14738 \begin_layout Plain Layout
14739
14740
14741 \backslash
14742 [5x-7b=3b
14743 \backslash
14744 tag*{
14745 \backslash
14746 parbox{5cm}{
14747 \end_layout
14748
14749 \end_inset
14750
14751 This is a description.
14752  It is distinctly separated from the formula and multiline.
14753 \begin_inset ERT
14754 status collapsed
14755
14756 \begin_layout Plain Layout
14757
14758 }}
14759 \backslash
14760 ]
14761 \end_layout
14762
14763 \end_inset
14764
14765
14766 \end_layout
14767
14768 \begin_layout Standard
14769 Such a formula must be inserted completely in \SpecialChar TeX
14770  mode because \SpecialChar LyX
14771  does not yet
14772  support the command 
14773 \series bold
14774
14775 \backslash
14776 parbox
14777 \series default
14778  in formulas.
14779  The formula is created with the following command sequence:
14780 \end_layout
14781
14782 \begin_layout Standard
14783 The command 
14784 \series bold
14785
14786 \backslash
14787 [5x-7b=3b
14788 \backslash
14789 tag*
14790 \backslash
14791 {
14792 \backslash
14793 parbox{5cm}{
14794 \series default
14795  is inserted in \SpecialChar TeX
14796  mode.
14797 \begin_inset Foot
14798 status collapsed
14799
14800 \begin_layout Plain Layout
14801 When the formula style 
14802 \series bold
14803 Indented
14804 \series default
14805  is used, 
14806 \series bold
14807
14808 \backslash
14809 tag*
14810 \backslash
14811 {
14812 \series default
14813  can also be replaced by 
14814 \series bold
14815
14816 \backslash
14817 hfill
14818 \series default
14819 .
14820  (formula styles see 
14821 \begin_inset CommandInset ref
14822 LatexCommand ref
14823 reference "sec:Formula-Styles"
14824
14825 \end_inset
14826
14827 )
14828 \end_layout
14829
14830 \end_inset
14831
14832  Then the description follows as normal text and finally 
14833 \series bold
14834 }}
14835 \backslash
14836 ]
14837 \series default
14838  is inserted in \SpecialChar TeX
14839  mode.
14840  The commands 
14841 \series bold
14842
14843 \backslash
14844 [
14845 \series default
14846  and 
14847 \series bold
14848
14849 \backslash
14850 ]
14851 \series default
14852  hereby create a displayed formula.
14853 \end_layout
14854
14855 \begin_layout Standard
14856 The advantages of 
14857 \series bold
14858
14859 \backslash
14860 parbox
14861 \series default
14862  can be seen in this example that was 
14863 \begin_inset Quotes eld
14864 \end_inset
14865
14866 commented
14867 \begin_inset Quotes erd
14868 \end_inset
14869
14870  using the mathematical textmode:
14871 \begin_inset Formula 
14872 \[
14873 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
14874 \]
14875
14876 \end_inset
14877
14878
14879 \end_layout
14880
14881 \begin_layout Section
14882 Operators
14883 \begin_inset Index idx
14884 status collapsed
14885
14886 \begin_layout Plain Layout
14887 Operators
14888 \end_layout
14889
14890 \end_inset
14891
14892
14893 \end_layout
14894
14895 \begin_layout Subsection
14896 Big Operators
14897 \begin_inset CommandInset label
14898 LatexCommand label
14899 name "subsec:Big-Operators"
14900
14901 \end_inset
14902
14903
14904 \begin_inset Index idx
14905 status collapsed
14906
14907 \begin_layout Plain Layout
14908 Operators ! big
14909 \end_layout
14910
14911 \end_inset
14912
14913
14914 \begin_inset Index idx
14915 status collapsed
14916
14917 \begin_layout Plain Layout
14918 Sums
14919 \end_layout
14920
14921 \end_inset
14922
14923
14924 \begin_inset Index idx
14925 status collapsed
14926
14927 \begin_layout Plain Layout
14928 Integrals
14929 \end_layout
14930
14931 \end_inset
14932
14933
14934 \end_layout
14935
14936 \begin_layout Standard
14937 To be able to use all integral operators listed here, the option 
14938 \family sans
14939 Use esint package automatically
14940 \family default
14941  must be set in the document settings under 
14942 \family sans
14943 Math
14944 \begin_inset space ~
14945 \end_inset
14946
14947 Options
14948 \family default
14949 .
14950 \end_layout
14951
14952 \begin_layout Standard
14953 \begin_inset space \hfill{}
14954 \end_inset
14955
14956
14957 \begin_inset Tabular
14958 <lyxtabular version="3" rows="11" columns="2">
14959 <features booktabs="true" tabularvalignment="middle">
14960 <column alignment="center" valignment="top" width="0pt">
14961 <column alignment="center" valignment="top" width="0pt">
14962 <row>
14963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14964 \begin_inset Text
14965
14966 \begin_layout Plain Layout
14967 Command
14968 \end_layout
14969
14970 \end_inset
14971 </cell>
14972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14973 \begin_inset Text
14974
14975 \begin_layout Plain Layout
14976 Result
14977 \end_layout
14978
14979 \end_inset
14980 </cell>
14981 </row>
14982 <row>
14983 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14984 \begin_inset Text
14985
14986 \begin_layout Plain Layout
14987
14988 \backslash
14989 int
14990 \begin_inset Index idx
14991 status collapsed
14992
14993 \begin_layout Plain Layout
14994 Commands ! I ! 
14995 \backslash
14996 int
14997 \end_layout
14998
14999 \end_inset
15000
15001
15002 \end_layout
15003
15004 \end_inset
15005 </cell>
15006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15007 \begin_inset Text
15008
15009 \begin_layout Plain Layout
15010 \begin_inset Formula $\int$
15011 \end_inset
15012
15013
15014 \end_layout
15015
15016 \end_inset
15017 </cell>
15018 </row>
15019 <row>
15020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15021 \begin_inset Text
15022
15023 \begin_layout Plain Layout
15024
15025 \backslash
15026 oint
15027 \end_layout
15028
15029 \end_inset
15030 </cell>
15031 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15032 \begin_inset Text
15033
15034 \begin_layout Plain Layout
15035 \begin_inset Formula $\oint$
15036 \end_inset
15037
15038
15039 \end_layout
15040
15041 \end_inset
15042 </cell>
15043 </row>
15044 <row>
15045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15046 \begin_inset Text
15047
15048 \begin_layout Plain Layout
15049
15050 \backslash
15051 ointctrclockwise
15052 \end_layout
15053
15054 \end_inset
15055 </cell>
15056 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15057 \begin_inset Text
15058
15059 \begin_layout Plain Layout
15060 \begin_inset Formula $\ointctrclockwise$
15061 \end_inset
15062
15063
15064 \end_layout
15065
15066 \end_inset
15067 </cell>
15068 </row>
15069 <row>
15070 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15071 \begin_inset Text
15072
15073 \begin_layout Plain Layout
15074
15075 \backslash
15076 ointclockwise
15077 \end_layout
15078
15079 \end_inset
15080 </cell>
15081 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15082 \begin_inset Text
15083
15084 \begin_layout Plain Layout
15085 \begin_inset Formula $\ointclockwise$
15086 \end_inset
15087
15088
15089 \end_layout
15090
15091 \end_inset
15092 </cell>
15093 </row>
15094 <row>
15095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15096 \begin_inset Text
15097
15098 \begin_layout Plain Layout
15099
15100 \backslash
15101 sqint
15102 \end_layout
15103
15104 \end_inset
15105 </cell>
15106 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15107 \begin_inset Text
15108
15109 \begin_layout Plain Layout
15110 \begin_inset Formula $\sqint$
15111 \end_inset
15112
15113
15114 \end_layout
15115
15116 \end_inset
15117 </cell>
15118 </row>
15119 <row>
15120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15121 \begin_inset Text
15122
15123 \begin_layout Plain Layout
15124
15125 \backslash
15126 fint
15127 \end_layout
15128
15129 \end_inset
15130 </cell>
15131 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15132 \begin_inset Text
15133
15134 \begin_layout Plain Layout
15135  
15136 \begin_inset Formula $\fint$
15137 \end_inset
15138
15139
15140 \end_layout
15141
15142 \end_inset
15143 </cell>
15144 </row>
15145 <row>
15146 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15147 \begin_inset Text
15148
15149 \begin_layout Plain Layout
15150
15151 \backslash
15152 landupint
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15158 \begin_inset Text
15159
15160 \begin_layout Plain Layout
15161  
15162 \begin_inset Formula $\landupint$
15163 \end_inset
15164
15165
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 </row>
15171 <row>
15172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15173 \begin_inset Text
15174
15175 \begin_layout Plain Layout
15176
15177 \backslash
15178 landdownint
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15184 \begin_inset Text
15185
15186 \begin_layout Plain Layout
15187  
15188 \begin_inset Formula $\landdownint$
15189 \end_inset
15190
15191
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 </row>
15197 <row>
15198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15199 \begin_inset Text
15200
15201 \begin_layout Plain Layout
15202
15203 \backslash
15204 bigcap
15205 \end_layout
15206
15207 \end_inset
15208 </cell>
15209 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15210 \begin_inset Text
15211
15212 \begin_layout Plain Layout
15213 \begin_inset Formula $\bigcap$
15214 \end_inset
15215
15216
15217 \end_layout
15218
15219 \end_inset
15220 </cell>
15221 </row>
15222 <row>
15223 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15224 \begin_inset Text
15225
15226 \begin_layout Plain Layout
15227
15228 \backslash
15229 bigcup
15230 \end_layout
15231
15232 \end_inset
15233 </cell>
15234 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15235 \begin_inset Text
15236
15237 \begin_layout Plain Layout
15238 \begin_inset Formula $\bigcup$
15239 \end_inset
15240
15241
15242 \end_layout
15243
15244 \end_inset
15245 </cell>
15246 </row>
15247 </lyxtabular>
15248
15249 \end_inset
15250
15251
15252 \begin_inset space \hfill{}
15253 \end_inset
15254
15255
15256 \begin_inset Tabular
15257 <lyxtabular version="3" rows="11" columns="2">
15258 <features booktabs="true" tabularvalignment="middle">
15259 <column alignment="center" valignment="top" width="0pt">
15260 <column alignment="center" valignment="top" width="0pt">
15261 <row>
15262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15263 \begin_inset Text
15264
15265 \begin_layout Plain Layout
15266 Command
15267 \end_layout
15268
15269 \end_inset
15270 </cell>
15271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15272 \begin_inset Text
15273
15274 \begin_layout Plain Layout
15275 Result
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 </row>
15281 <row>
15282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15283 \begin_inset Text
15284
15285 \begin_layout Plain Layout
15286
15287 \backslash
15288 sum
15289 \begin_inset Index idx
15290 status collapsed
15291
15292 \begin_layout Plain Layout
15293 Commands ! S ! 
15294 \backslash
15295 sum
15296 \end_layout
15297
15298 \end_inset
15299
15300
15301 \end_layout
15302
15303 \end_inset
15304 </cell>
15305 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15306 \begin_inset Text
15307
15308 \begin_layout Plain Layout
15309 \begin_inset Formula $\sum$
15310 \end_inset
15311
15312
15313 \end_layout
15314
15315 \end_inset
15316 </cell>
15317 </row>
15318 <row>
15319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15320 \begin_inset Text
15321
15322 \begin_layout Plain Layout
15323
15324 \backslash
15325 prod
15326 \begin_inset Index idx
15327 status collapsed
15328
15329 \begin_layout Plain Layout
15330 Commands ! P ! 
15331 \backslash
15332 prod
15333 \begin_inset ERT
15334 status collapsed
15335
15336 \begin_layout Plain Layout
15337
15338
15339 \backslash
15340 vspace{4mm}
15341 \end_layout
15342
15343 \end_inset
15344
15345
15346 \end_layout
15347
15348 \end_inset
15349
15350
15351 \end_layout
15352
15353 \end_inset
15354 </cell>
15355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15356 \begin_inset Text
15357
15358 \begin_layout Plain Layout
15359 \begin_inset Formula $\prod$
15360 \end_inset
15361
15362
15363 \end_layout
15364
15365 \end_inset
15366 </cell>
15367 </row>
15368 <row>
15369 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15370 \begin_inset Text
15371
15372 \begin_layout Plain Layout
15373
15374 \backslash
15375 coprod
15376 \end_layout
15377
15378 \end_inset
15379 </cell>
15380 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15381 \begin_inset Text
15382
15383 \begin_layout Plain Layout
15384 \begin_inset Formula $\coprod$
15385 \end_inset
15386
15387
15388 \end_layout
15389
15390 \end_inset
15391 </cell>
15392 </row>
15393 <row>
15394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15395 \begin_inset Text
15396
15397 \begin_layout Plain Layout
15398
15399 \backslash
15400 bigodot
15401 \end_layout
15402
15403 \end_inset
15404 </cell>
15405 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15406 \begin_inset Text
15407
15408 \begin_layout Plain Layout
15409 \begin_inset Formula $\bigodot$
15410 \end_inset
15411
15412
15413 \end_layout
15414
15415 \end_inset
15416 </cell>
15417 </row>
15418 <row>
15419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15420 \begin_inset Text
15421
15422 \begin_layout Plain Layout
15423
15424 \backslash
15425 bigotimes
15426 \end_layout
15427
15428 \end_inset
15429 </cell>
15430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15431 \begin_inset Text
15432
15433 \begin_layout Plain Layout
15434 \begin_inset Formula $\bigotimes$
15435 \end_inset
15436
15437
15438 \end_layout
15439
15440 \end_inset
15441 </cell>
15442 </row>
15443 <row>
15444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15445 \begin_inset Text
15446
15447 \begin_layout Plain Layout
15448
15449 \backslash
15450 bigoplus
15451 \end_layout
15452
15453 \end_inset
15454 </cell>
15455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15456 \begin_inset Text
15457
15458 \begin_layout Plain Layout
15459 \begin_inset Formula $\bigoplus$
15460 \end_inset
15461
15462
15463 \end_layout
15464
15465 \end_inset
15466 </cell>
15467 </row>
15468 <row>
15469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15470 \begin_inset Text
15471
15472 \begin_layout Plain Layout
15473
15474 \backslash
15475 bigwedge
15476 \end_layout
15477
15478 \end_inset
15479 </cell>
15480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15481 \begin_inset Text
15482
15483 \begin_layout Plain Layout
15484 \begin_inset Formula $\bigwedge$
15485 \end_inset
15486
15487
15488 \end_layout
15489
15490 \end_inset
15491 </cell>
15492 </row>
15493 <row>
15494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15495 \begin_inset Text
15496
15497 \begin_layout Plain Layout
15498
15499 \backslash
15500 bigvee
15501 \end_layout
15502
15503 \end_inset
15504 </cell>
15505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15506 \begin_inset Text
15507
15508 \begin_layout Plain Layout
15509 \begin_inset Formula $\bigvee$
15510 \end_inset
15511
15512
15513 \end_layout
15514
15515 \end_inset
15516 </cell>
15517 </row>
15518 <row>
15519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15520 \begin_inset Text
15521
15522 \begin_layout Plain Layout
15523
15524 \backslash
15525 bigsqcup
15526 \end_layout
15527
15528 \end_inset
15529 </cell>
15530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15531 \begin_inset Text
15532
15533 \begin_layout Plain Layout
15534 \begin_inset Formula $\bigsqcup$
15535 \end_inset
15536
15537
15538 \end_layout
15539
15540 \end_inset
15541 </cell>
15542 </row>
15543 <row>
15544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15545 \begin_inset Text
15546
15547 \begin_layout Plain Layout
15548
15549 \backslash
15550 biguplus
15551 \end_layout
15552
15553 \end_inset
15554 </cell>
15555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15556 \begin_inset Text
15557
15558 \begin_layout Plain Layout
15559 \begin_inset Formula $\biguplus$
15560 \end_inset
15561
15562
15563 \end_layout
15564
15565 \end_inset
15566 </cell>
15567 </row>
15568 </lyxtabular>
15569
15570 \end_inset
15571
15572
15573 \begin_inset space \hfill{}
15574 \end_inset
15575
15576
15577 \end_layout
15578
15579 \begin_layout Standard
15580 All big operators can also be inserted via the math toolbar button 
15581 \begin_inset Info
15582 type  "icon"
15583 arg   "math-insert \\intop"
15584 \end_inset
15585
15586 .
15587 \end_layout
15588
15589 \begin_layout Standard
15590 The operators are called big because they are bigger than the sometimes
15591  equal looking binary operators.
15592  All big operators can have limits as described in the next subsection.
15593 \end_layout
15594
15595 \begin_layout Standard
15596 For all integral operators there is a second version available, ending in
15597  
15598 \series bold
15599 op
15600 \series default
15601
15602 \series bold
15603
15604 \backslash
15605 intop
15606 \series default
15607
15608 \series bold
15609
15610 \backslash
15611 ointop
15612 \series default
15613  etc..
15614  These operators are different from 
15615 \series bold
15616
15617 \backslash
15618 int
15619 \series default
15620  etc.
15621 \begin_inset space \space{}
15622 \end_inset
15623
15624 in the style the operator limits are displayed, see 
15625 \begin_inset CommandInset ref
15626 LatexCommand ref
15627 reference "subsec:Operator-Limits"
15628
15629 \end_inset
15630
15631 .
15632  
15633 \end_layout
15634
15635 \begin_layout Subsubsection*
15636 Advice for Integrals
15637 \end_layout
15638
15639 \begin_layout Standard
15640 The letter 
15641 \emph on
15642 d
15643 \emph default
15644  in an integral is an operator, that therefore has to be set upright.
15645  This is done by highlighting the 
15646 \emph on
15647 d
15648 \emph default
15649  and using the keyboard shortcut 
15650 \begin_inset Info
15651 type  "shortcut"
15652 arg   "font-roman"
15653 \end_inset
15654
15655
15656 \begin_inset Foot
15657 status collapsed
15658
15659 \begin_layout Plain Layout
15660 Font styles
15661 \series bold
15662  
15663 \series default
15664 see 
15665 \begin_inset CommandInset ref
15666 LatexCommand ref
15667 reference "subsec:Font-Styles"
15668
15669 \end_inset
15670
15671
15672 \end_layout
15673
15674 \end_inset
15675
15676 .
15677  Finally the smallest space is inserted before the 
15678 \emph on
15679 d
15680 \emph default
15681 , as this is usual for operators.
15682  An example:
15683 \end_layout
15684
15685 \begin_layout Standard
15686 incorrect: 
15687 \begin_inset Formula $\int A(x)dx$
15688 \end_inset
15689
15690
15691 \begin_inset Newline newline
15692 \end_inset
15693
15694
15695 \begin_inset Phantom HPhantom
15696 status open
15697
15698 \begin_layout Plain Layout
15699 in
15700 \end_layout
15701
15702 \end_inset
15703
15704 correct: 
15705 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15706 \end_inset
15707
15708
15709 \end_layout
15710
15711 \begin_layout Standard
15712 For multiple integrals there are the following commands:
15713 \begin_inset VSpace medskip
15714 \end_inset
15715
15716
15717 \end_layout
15718
15719 \begin_layout Standard
15720 \begin_inset space \hfill{}
15721 \end_inset
15722
15723
15724 \begin_inset Tabular
15725 <lyxtabular version="3" rows="4" columns="2">
15726 <features booktabs="true" tabularvalignment="middle">
15727 <column alignment="center" valignment="top" width="0pt">
15728 <column alignment="center" valignment="top" width="0pt">
15729 <row>
15730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15731 \begin_inset Text
15732
15733 \begin_layout Plain Layout
15734 Command
15735 \end_layout
15736
15737 \end_inset
15738 </cell>
15739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15740 \begin_inset Text
15741
15742 \begin_layout Plain Layout
15743 Result
15744 \end_layout
15745
15746 \end_inset
15747 </cell>
15748 </row>
15749 <row bottomspace="1mm">
15750 <cell alignment="center" valignment="top" usebox="none">
15751 \begin_inset Text
15752
15753 \begin_layout Plain Layout
15754
15755 \backslash
15756 iint
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 <cell alignment="center" valignment="top" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765 \begin_inset Formula $\iint$
15766 \end_inset
15767
15768
15769 \end_layout
15770
15771 \end_inset
15772 </cell>
15773 </row>
15774 <row bottomspace="1mm">
15775 <cell alignment="center" valignment="top" usebox="none">
15776 \begin_inset Text
15777
15778 \begin_layout Plain Layout
15779
15780 \backslash
15781 oiint
15782 \end_layout
15783
15784 \end_inset
15785 </cell>
15786 <cell alignment="center" valignment="top" usebox="none">
15787 \begin_inset Text
15788
15789 \begin_layout Plain Layout
15790 \begin_inset Formula $\oiint$
15791 \end_inset
15792
15793
15794 \end_layout
15795
15796 \end_inset
15797 </cell>
15798 </row>
15799 <row bottomspace="1mm">
15800 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15801 \begin_inset Text
15802
15803 \begin_layout Plain Layout
15804
15805 \backslash
15806 sqiint
15807 \end_layout
15808
15809 \end_inset
15810 </cell>
15811 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15812 \begin_inset Text
15813
15814 \begin_layout Plain Layout
15815 \begin_inset Formula $\sqiint$
15816 \end_inset
15817
15818
15819 \end_layout
15820
15821 \end_inset
15822 </cell>
15823 </row>
15824 </lyxtabular>
15825
15826 \end_inset
15827
15828
15829 \begin_inset space \hfill{}
15830 \end_inset
15831
15832
15833 \begin_inset Tabular
15834 <lyxtabular version="3" rows="4" columns="2">
15835 <features booktabs="true" tabularvalignment="middle">
15836 <column alignment="center" valignment="top" width="0pt">
15837 <column alignment="center" valignment="top" width="0pt">
15838 <row>
15839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Plain Layout
15843 Command
15844 \end_layout
15845
15846 \end_inset
15847 </cell>
15848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852 Result
15853 \end_layout
15854
15855 \end_inset
15856 </cell>
15857 </row>
15858 <row bottomspace="1mm">
15859 <cell alignment="center" valignment="top" usebox="none">
15860 \begin_inset Text
15861
15862 \begin_layout Plain Layout
15863
15864 \backslash
15865 iiint
15866 \end_layout
15867
15868 \end_inset
15869 </cell>
15870 <cell alignment="center" valignment="top" usebox="none">
15871 \begin_inset Text
15872
15873 \begin_layout Plain Layout
15874 \begin_inset Formula $\iiint$
15875 \end_inset
15876
15877
15878 \end_layout
15879
15880 \end_inset
15881 </cell>
15882 </row>
15883 <row bottomspace="1mm">
15884 <cell alignment="center" valignment="top" usebox="none">
15885 \begin_inset Text
15886
15887 \begin_layout Plain Layout
15888
15889 \backslash
15890 iiiint
15891 \end_layout
15892
15893 \end_inset
15894 </cell>
15895 <cell alignment="center" valignment="top" usebox="none">
15896 \begin_inset Text
15897
15898 \begin_layout Plain Layout
15899 \begin_inset Formula $\iiiint$
15900 \end_inset
15901
15902
15903 \end_layout
15904
15905 \end_inset
15906 </cell>
15907 </row>
15908 <row bottomspace="1mm">
15909 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15910 \begin_inset Text
15911
15912 \begin_layout Plain Layout
15913
15914 \backslash
15915 dotsint
15916 \end_layout
15917
15918 \end_inset
15919 </cell>
15920 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15921 \begin_inset Text
15922
15923 \begin_layout Plain Layout
15924 \begin_inset Formula $\dotsint$
15925 \end_inset
15926
15927
15928 \end_layout
15929
15930 \end_inset
15931 </cell>
15932 </row>
15933 </lyxtabular>
15934
15935 \end_inset
15936
15937
15938 \begin_inset space \hfill{}
15939 \end_inset
15940
15941
15942 \end_layout
15943
15944 \begin_layout Subsection
15945 Operator Limits
15946 \begin_inset CommandInset label
15947 LatexCommand label
15948 name "subsec:Operator-Limits"
15949
15950 \end_inset
15951
15952
15953 \begin_inset Index idx
15954 status collapsed
15955
15956 \begin_layout Plain Layout
15957 Operators ! Limits
15958 \end_layout
15959
15960 \end_inset
15961
15962
15963 \end_layout
15964
15965 \begin_layout Standard
15966 Limits are created by super- and subscripts:
15967 \end_layout
15968
15969 \begin_layout Standard
15970 \align center
15971 \begin_inset Tabular
15972 <lyxtabular version="3" rows="2" columns="2">
15973 <features booktabs="true" tabularvalignment="middle">
15974 <column alignment="center" valignment="top" width="0pt">
15975 <column alignment="center" valignment="top" width="0pt">
15976 <row>
15977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15978 \begin_inset Text
15979
15980 \begin_layout Plain Layout
15981 Command
15982 \end_layout
15983
15984 \end_inset
15985 </cell>
15986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15987 \begin_inset Text
15988
15989 \begin_layout Plain Layout
15990 Result
15991 \end_layout
15992
15993 \end_inset
15994 </cell>
15995 </row>
15996 <row>
15997 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15998 \begin_inset Text
15999
16000 \begin_layout Plain Layout
16001
16002 \backslash
16003 prod^
16004 \backslash
16005 infty
16006 \begin_inset space \textvisiblespace{}
16007 \end_inset
16008
16009
16010 \begin_inset Formula $\to$
16011 \end_inset
16012
16013 _0
16014 \begin_inset Formula $\to$
16015 \end_inset
16016
16017 A(x)
16018 \end_layout
16019
16020 \end_inset
16021 </cell>
16022 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16023 \begin_inset Text
16024
16025 \begin_layout Plain Layout
16026 \begin_inset Formula $\prod_{0}^{\infty}A(x)$
16027 \end_inset
16028
16029
16030 \end_layout
16031
16032 \end_inset
16033 </cell>
16034 </row>
16035 </lyxtabular>
16036
16037 \end_inset
16038
16039
16040 \end_layout
16041
16042 \begin_layout Standard
16043 Limits of inline formulas are set right beside the operator.
16044  Limits in displayed formulas are set above or below the operator, except
16045  for integral limits.
16046 \end_layout
16047
16048 \begin_layout Standard
16049 To force that the limits are set beside the operator, the cursor is set
16050  directly behind the operator and the limits type is changed with the menu
16051  
16052 \family sans
16053 Edit\SpecialChar menuseparator
16054 Math\SpecialChar menuseparator
16055 Change Limits Type
16056 \family default
16057  to 
16058 \family sans
16059 \series bold
16060 Inline
16061 \family default
16062 \series default
16063  (shortcut 
16064 \begin_inset Info
16065 type  "shortcut"
16066 arg   "math-limits"
16067 \end_inset
16068
16069 ).
16070  An example:
16071 \end_layout
16072
16073 \begin_layout Standard
16074 The default limits type is this:
16075 \begin_inset Formula 
16076 \[
16077 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16078 \]
16079
16080 \end_inset
16081
16082 This is how it looks when the limits type was changed to 
16083 \family sans
16084 \series bold
16085 Inline
16086 \family default
16087 \series default
16088 :
16089 \begin_inset Formula 
16090 \[
16091 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16092 \]
16093
16094 \end_inset
16095
16096 For integrals, except those ending with 
16097 \series bold
16098 op
16099 \series default
16100  like 
16101 \series bold
16102
16103 \backslash
16104 intop
16105 \series default
16106
16107 \series bold
16108
16109 \backslash
16110 ointop
16111 \series default
16112  etc., the limits are by default set beside the operator.
16113  But for multiple integrals the limits are often set below the operator.
16114  In the following example the limits type was therefore set to 
16115 \series bold
16116 Display
16117 \series default
16118  and so set below the integrals:
16119 \begin_inset Formula 
16120 \begin{equation}
16121 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16122 \end{equation}
16123
16124 \end_inset
16125
16126
16127 \end_layout
16128
16129 \begin_layout Standard
16130 \begin_inset VSpace medskip
16131 \end_inset
16132
16133 To specify conditions for limits, the commands 
16134 \series bold
16135
16136 \backslash
16137 subarray
16138 \series default
16139
16140 \begin_inset Index idx
16141 status collapsed
16142
16143 \begin_layout Plain Layout
16144 Commands ! S ! 
16145 \backslash
16146 subarray
16147 \end_layout
16148
16149 \end_inset
16150
16151  and 
16152 \series bold
16153
16154 \backslash
16155 substack
16156 \series default
16157
16158 \begin_inset Index idx
16159 status collapsed
16160
16161 \begin_layout Plain Layout
16162 Commands ! S ! 
16163 \backslash
16164 substack
16165 \end_layout
16166
16167 \end_inset
16168
16169  are used.
16170  To create for example this expression 
16171 \begin_inset Formula 
16172 \begin{equation}
16173 \sum_{\begin{subarray}{c}
16174 0<k<1000\\
16175 \\
16176 k\,\in\,\mathbb{N}
16177 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16178 \end{equation}
16179
16180 \end_inset
16181
16182
16183 \end_layout
16184
16185 \begin_layout Standard
16186 the following has to be done:
16187 \begin_inset Newline newline
16188 \end_inset
16189
16190 First the command 
16191 \series bold
16192
16193 \backslash
16194 sum
16195 \series default
16196 ^
16197 \series bold
16198 n
16199 \begin_inset space \textvisiblespace{}
16200 \end_inset
16201
16202 _
16203 \series default
16204  is typed in.
16205  One is now in a blue box under the summation operator and insert there
16206  the command 
16207 \series bold
16208
16209 \backslash
16210 subarray
16211 \begin_inset space \textvisiblespace{}
16212 \end_inset
16213
16214
16215 \series default
16216 .
16217  The blue box is now within a purple box and now several lines can be written
16218  among each other.
16219  A new line is created by inserting a line break (
16220 \begin_inset Info
16221 type  "shortcut"
16222 arg   "newline-insert newline"
16223 \end_inset
16224
16225 ).
16226  When now
16227 \begin_inset Newline newline
16228 \end_inset
16229
16230
16231 \series bold
16232 0<k<1000 Ctrl+Return
16233 \begin_inset Newline newline
16234 \end_inset
16235
16236
16237 \series default
16238 is typed in, a new box appears below for the new line.
16239 \end_layout
16240
16241 \begin_layout Standard
16242 The alignment of the lines can be changed to left aligned with the 
16243 \family sans
16244 table
16245 \family default
16246  
16247 \family sans
16248 toolbar
16249 \family default
16250  or the menu 
16251 \family sans
16252 Edit\SpecialChar menuseparator
16253 Rows &Columns
16254 \family default
16255 .
16256  To get right alignment, 
16257 \series bold
16258
16259 \backslash
16260 hfill
16261 \begin_inset space \textvisiblespace{}
16262 \end_inset
16263
16264
16265 \series default
16266  is inserted at the beginning of the line.
16267 \end_layout
16268
16269 \begin_layout Standard
16270 The command 
16271 \series bold
16272
16273 \backslash
16274 substack
16275 \series default
16276  is equivalent to 
16277 \series bold
16278
16279 \backslash
16280 subarray
16281 \series default
16282  with the difference that the lines are always centered.
16283 \end_layout
16284
16285 \begin_layout Standard
16286 \begin_inset VSpace bigskip
16287 \end_inset
16288
16289 Like in formula 
16290 \begin_inset CommandInset ref
16291 LatexCommand eqref
16292 reference "eq:substack"
16293
16294 \end_inset
16295
16296  there can be too much space beside an operator, because the characters
16297  following the operator are set beside the limits.
16298  To avoid this the command 
16299 \series bold
16300
16301 \backslash
16302 smashoperator
16303 \series default
16304
16305 \begin_inset Index idx
16306 status collapsed
16307
16308 \begin_layout Plain Layout
16309 Commands ! S ! 
16310 \backslash
16311 smashoperator
16312 \end_layout
16313
16314 \end_inset
16315
16316  can be used.
16317  To activate it, set in the document settings under 
16318 \family sans
16319 Math
16320 \begin_inset space ~
16321 \end_inset
16322
16323 Options
16324 \family default
16325  for the package 
16326 \series bold
16327 mathtools
16328 \series default
16329
16330 \begin_inset Index idx
16331 status collapsed
16332
16333 \begin_layout Plain Layout
16334 Packages ! mathtools
16335 \end_layout
16336
16337 \end_inset
16338
16339  the option 
16340 \family sans
16341 Load
16342 \begin_inset space ~
16343 \end_inset
16344
16345 always
16346 \family default
16347 .
16348  
16349 \series bold
16350
16351 \backslash
16352 smashoperator
16353 \series default
16354  sets the space besides the operator to 0
16355 \begin_inset space \thinspace{}
16356 \end_inset
16357
16358 pt.
16359 \begin_inset Newline newline
16360 \end_inset
16361
16362 Applied on formula 
16363 \begin_inset CommandInset ref
16364 LatexCommand eqref
16365 reference "eq:substack"
16366
16367 \end_inset
16368
16369 , one uses the command
16370 \end_layout
16371
16372 \begin_layout Standard
16373
16374 \series bold
16375
16376 \backslash
16377 smashoperator{
16378 \end_layout
16379
16380 \begin_layout Standard
16381 and inserts the operator with its limits into the braces.
16382  Behind the brace one continues the formula:
16383 \begin_inset Formula 
16384 \[
16385 \smashoperator{\sum_{\begin{subarray}{c}
16386 0<k<1000\\
16387 \\
16388 k\,\in\,\mathbb{N}
16389 \end{subarray}}^{n}}k^{-2}
16390 \]
16391
16392 \end_inset
16393
16394
16395 \end_layout
16396
16397 \begin_layout Standard
16398 It is possible to set the space of only one side of the operator to 0
16399 \begin_inset space \thinspace{}
16400 \end_inset
16401
16402 pt.
16403  To do this write either 
16404 \series bold
16405 [l]
16406 \series default
16407  or 
16408 \series bold
16409 [r]
16410 \series default
16411  between 
16412 \series bold
16413
16414 \backslash
16415 smashoperator
16416 \series default
16417  and its brace.
16418  
16419 \series bold
16420 l
16421 \series default
16422  stands for the left and 
16423 \series bold
16424 r
16425 \series default
16426  for the right side of the operator.
16427  Here is an example of the possible 
16428 \series bold
16429
16430 \backslash
16431 smashoperator
16432 \series default
16433  forms:
16434 \end_layout
16435
16436 \begin_layout Standard
16437 \begin_inset Formula 
16438 \[
16439 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}
16440 \]
16441
16442 \end_inset
16443
16444
16445 \end_layout
16446
16447 \begin_layout Standard
16448 \begin_inset VSpace bigskip
16449 \end_inset
16450
16451
16452 \end_layout
16453
16454 \begin_layout Standard
16455 When several consecutive operators have limits the typesetting of the limits
16456  looks often imperfect in the output, see this example:
16457 \begin_inset Formula 
16458 \[
16459 \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}
16460 \]
16461
16462 \end_inset
16463
16464 To improve the typesetting set in the document settings under 
16465 \family sans
16466 Math
16467 \begin_inset space ~
16468 \end_inset
16469
16470 Options
16471 \family default
16472  for the package 
16473 \series bold
16474 mathtools
16475 \series default
16476
16477 \begin_inset Index idx
16478 status collapsed
16479
16480 \begin_layout Plain Layout
16481 Packages ! mathtools
16482 \end_layout
16483
16484 \end_inset
16485
16486  the option 
16487 \family sans
16488 Load
16489 \begin_inset space ~
16490 \end_inset
16491
16492 always
16493 \family default
16494 .
16495  Then insert into your formula the command 
16496 \series bold
16497
16498 \backslash
16499 adjustlimits
16500 \series default
16501
16502 \begin_inset Index idx
16503 status collapsed
16504
16505 \begin_layout Plain Layout
16506 Commands ! A ! 
16507 \backslash
16508 adjustlimits
16509 \end_layout
16510
16511 \end_inset
16512
16513  directly before the first operator.
16514  The example will then look like this:
16515 \begin_inset Formula 
16516 \[
16517 \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}
16518 \]
16519
16520 \end_inset
16521
16522
16523 \end_layout
16524
16525 \begin_layout Standard
16526 \begin_inset VSpace bigskip
16527 \end_inset
16528
16529 How to use one limit for several operators is described in 
16530 \begin_inset CommandInset ref
16531 LatexCommand ref
16532 reference "subsec:Self-defined-Operators"
16533
16534 \end_inset
16535
16536 .
16537 \end_layout
16538
16539 \begin_layout Subsection
16540 Decoration for Operators
16541 \begin_inset Index idx
16542 status collapsed
16543
16544 \begin_layout Plain Layout
16545 Operators ! Decoration
16546 \end_layout
16547
16548 \end_inset
16549
16550
16551 \end_layout
16552
16553 \begin_layout Standard
16554 With the commands 
16555 \series bold
16556
16557 \backslash
16558 overset
16559 \series default
16560
16561 \begin_inset Index idx
16562 status collapsed
16563
16564 \begin_layout Plain Layout
16565 Commands ! O ! 
16566 \backslash
16567 overset
16568 \end_layout
16569
16570 \end_inset
16571
16572  and 
16573 \series bold
16574
16575 \backslash
16576 underset
16577 \series default
16578
16579 \begin_inset Index idx
16580 status collapsed
16581
16582 \begin_layout Plain Layout
16583 Commands ! U ! 
16584 \backslash
16585 underset
16586 \end_layout
16587
16588 \end_inset
16589
16590  characters can be placed above or below an operator, respectively.
16591  With the command 
16592 \series bold
16593
16594 \backslash
16595 sideset
16596 \series default
16597
16598 \begin_inset Index idx
16599 status collapsed
16600
16601 \begin_layout Plain Layout
16602 Commands ! S ! 
16603 \backslash
16604 sideset
16605 \end_layout
16606
16607 \end_inset
16608
16609  characters can be set before and behind a big operator.
16610 \end_layout
16611
16612 \begin_layout Standard
16613 There are 4
16614 \begin_inset space ~
16615 \end_inset
16616
16617 variants of 
16618 \series bold
16619
16620 \backslash
16621 sideset
16622 \series default
16623 :
16624 \end_layout
16625
16626 \begin_layout Itemize
16627
16628 \series bold
16629
16630 \backslash
16631 sideset
16632 \series default
16633  is used to set characters at the corners of the operator
16634 \end_layout
16635
16636 \begin_layout Itemize
16637
16638 \series bold
16639
16640 \backslash
16641 sidesetn
16642 \series default
16643  is used to set characters before and/or behind the operator (this variant
16644  represents \SpecialChar LaTeX
16645 's original 
16646 \series bold
16647
16648 \backslash
16649 sideset
16650 \series default
16651  command)
16652 \end_layout
16653
16654 \begin_layout Itemize
16655
16656 \series bold
16657
16658 \backslash
16659 sidesetl
16660 \series default
16661  is used to set characters at the left corners and/or behind the operator
16662 \end_layout
16663
16664 \begin_layout Itemize
16665
16666 \series bold
16667
16668 \backslash
16669 sidesetr
16670 \series default
16671  is used to set characters at the right corners and/or before the operator
16672 \end_layout
16673
16674 \begin_layout Standard
16675 For example the command 
16676 \series bold
16677
16678 \backslash
16679 sidesetn
16680 \begin_inset space \textvisiblespace{}
16681 \end_inset
16682
16683
16684 \backslash
16685 sum
16686 \begin_inset space \textvisiblespace{}
16687 \end_inset
16688
16689
16690 \begin_inset Formula $\to$
16691 \end_inset
16692
16693 '
16694 \begin_inset Formula $\to$
16695 \end_inset
16696
16697 _k=1
16698 \begin_inset space \textvisiblespace{}
16699 \end_inset
16700
16701
16702 \series default
16703 ^
16704 \series bold
16705 n
16706 \series default
16707  produces:
16708 \begin_inset Formula 
16709 \[
16710 \sideset{}{'}\sum_{k=1}^{n}
16711 \]
16712
16713 \end_inset
16714
16715
16716 \end_layout
16717
16718 \begin_layout Standard
16719 \begin_inset Note Greyedout
16720 status open
16721
16722 \begin_layout Plain Layout
16723
16724 \series bold
16725 Note: 
16726 \backslash
16727 sideset
16728 \series default
16729  can only be used to decorate big operators, binary operators are not allowed.
16730 \end_layout
16731
16732 \end_inset
16733
16734
16735 \end_layout
16736
16737 \begin_layout Standard
16738
16739 \series bold
16740
16741 \backslash
16742 overset
16743 \series default
16744  and 
16745 \series bold
16746
16747 \backslash
16748 underset
16749 \series default
16750  can also be used to decorate symbols and characters.
16751  For example, the command 
16752 \series bold
16753
16754 \backslash
16755 overset
16756 \begin_inset space \textvisiblespace{}
16757 \end_inset
16758
16759
16760 \backslash
16761 maltese
16762 \begin_inset space \textvisiblespace{}
16763 \end_inset
16764
16765
16766 \series default
16767
16768 \begin_inset Formula $\uparrow$
16769 \end_inset
16770
16771
16772 \series bold
16773 a
16774 \series default
16775  produces:
16776 \begin_inset Formula 
16777 \[
16778 \overset{a}{\maltese}
16779 \]
16780
16781 \end_inset
16782
16783
16784 \end_layout
16785
16786 \begin_layout Subsection
16787 Binary Operators
16788 \begin_inset CommandInset label
16789 LatexCommand label
16790 name "subsec:Binary-Operators"
16791
16792 \end_inset
16793
16794
16795 \begin_inset Index idx
16796 status collapsed
16797
16798 \begin_layout Plain Layout
16799 Operators ! binary
16800 \end_layout
16801
16802 \end_inset
16803
16804
16805 \end_layout
16806
16807 \begin_layout Standard
16808 Binary operators are surrounded by space when there is a character before
16809  and after them.
16810 \begin_inset VSpace medskip
16811 \end_inset
16812
16813
16814 \end_layout
16815
16816 \begin_layout Standard
16817 \begin_inset Tabular
16818 <lyxtabular version="3" rows="13" columns="2">
16819 <features booktabs="true" tabularvalignment="middle">
16820 <column alignment="center" valignment="top" width="0pt">
16821 <column alignment="center" valignment="top" width="0pt">
16822 <row>
16823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16824 \begin_inset Text
16825
16826 \begin_layout Plain Layout
16827 Command
16828 \begin_inset Note Note
16829 status collapsed
16830
16831 \begin_layout Plain Layout
16832
16833 \series bold
16834
16835 \backslash
16836 raisebox
16837 \series default
16838  is only used as spacer.
16839 \end_layout
16840
16841 \end_inset
16842
16843
16844 \end_layout
16845
16846 \end_inset
16847 </cell>
16848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16849 \begin_inset Text
16850
16851 \begin_layout Plain Layout
16852 Result
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 </row>
16858 <row>
16859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16860 \begin_inset Text
16861
16862 \begin_layout Plain Layout
16863 +
16864 \end_layout
16865
16866 \end_inset
16867 </cell>
16868 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Plain Layout
16872 \begin_inset Formula $+$
16873 \end_inset
16874
16875
16876 \end_layout
16877
16878 \end_inset
16879 </cell>
16880 </row>
16881 <row>
16882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Plain Layout
16886 -
16887 \end_layout
16888
16889 \end_inset
16890 </cell>
16891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16892 \begin_inset Text
16893
16894 \begin_layout Plain Layout
16895 \begin_inset Formula $-$
16896 \end_inset
16897
16898
16899 \end_layout
16900
16901 \end_inset
16902 </cell>
16903 </row>
16904 <row>
16905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16906 \begin_inset Text
16907
16908 \begin_layout Plain Layout
16909
16910 \backslash
16911 pm
16912 \end_layout
16913
16914 \end_inset
16915 </cell>
16916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16917 \begin_inset Text
16918
16919 \begin_layout Plain Layout
16920 \begin_inset Formula $\pm$
16921 \end_inset
16922
16923
16924 \end_layout
16925
16926 \end_inset
16927 </cell>
16928 </row>
16929 <row>
16930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16931 \begin_inset Text
16932
16933 \begin_layout Plain Layout
16934
16935 \backslash
16936 mp
16937 \end_layout
16938
16939 \end_inset
16940 </cell>
16941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16942 \begin_inset Text
16943
16944 \begin_layout Plain Layout
16945 \begin_inset Formula $\mp$
16946 \end_inset
16947
16948
16949 \end_layout
16950
16951 \end_inset
16952 </cell>
16953 </row>
16954 <row>
16955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16956 \begin_inset Text
16957
16958 \begin_layout Plain Layout
16959
16960 \backslash
16961 cdot
16962 \end_layout
16963
16964 \end_inset
16965 </cell>
16966 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16967 \begin_inset Text
16968
16969 \begin_layout Plain Layout
16970 \begin_inset Formula $\cdot$
16971 \end_inset
16972
16973
16974 \end_layout
16975
16976 \end_inset
16977 </cell>
16978 </row>
16979 <row>
16980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16981 \begin_inset Text
16982
16983 \begin_layout Plain Layout
16984
16985 \backslash
16986 times
16987 \end_layout
16988
16989 \end_inset
16990 </cell>
16991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16992 \begin_inset Text
16993
16994 \begin_layout Plain Layout
16995 \begin_inset Formula $\times$
16996 \end_inset
16997
16998
16999 \end_layout
17000
17001 \end_inset
17002 </cell>
17003 </row>
17004 <row>
17005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17006 \begin_inset Text
17007
17008 \begin_layout Plain Layout
17009
17010 \backslash
17011 div
17012 \end_layout
17013
17014 \end_inset
17015 </cell>
17016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17017 \begin_inset Text
17018
17019 \begin_layout Plain Layout
17020 \begin_inset Formula $\div$
17021 \end_inset
17022
17023
17024 \end_layout
17025
17026 \end_inset
17027 </cell>
17028 </row>
17029 <row>
17030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17031 \begin_inset Text
17032
17033 \begin_layout Plain Layout
17034 \begin_inset ERT
17035 status collapsed
17036
17037 \begin_layout Plain Layout
17038
17039
17040 \backslash
17041 raisebox{-1.2mm}{
17042 \end_layout
17043
17044 \end_inset
17045
17046 *
17047 \begin_inset ERT
17048 status collapsed
17049
17050 \begin_layout Plain Layout
17051
17052 }
17053 \end_layout
17054
17055 \end_inset
17056
17057
17058 \end_layout
17059
17060 \end_inset
17061 </cell>
17062 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17063 \begin_inset Text
17064
17065 \begin_layout Plain Layout
17066 \begin_inset Formula $*$
17067 \end_inset
17068
17069
17070 \end_layout
17071
17072 \end_inset
17073 </cell>
17074 </row>
17075 <row>
17076 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17077 \begin_inset Text
17078
17079 \begin_layout Plain Layout
17080
17081 \backslash
17082 star
17083 \end_layout
17084
17085 \end_inset
17086 </cell>
17087 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17088 \begin_inset Text
17089
17090 \begin_layout Plain Layout
17091 \begin_inset Formula $\star$
17092 \end_inset
17093
17094
17095 \end_layout
17096
17097 \end_inset
17098 </cell>
17099 </row>
17100 <row>
17101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17102 \begin_inset Text
17103
17104 \begin_layout Plain Layout
17105
17106 \backslash
17107 circ
17108 \end_layout
17109
17110 \end_inset
17111 </cell>
17112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17113 \begin_inset Text
17114
17115 \begin_layout Plain Layout
17116 \begin_inset Formula $\circ$
17117 \end_inset
17118
17119
17120 \end_layout
17121
17122 \end_inset
17123 </cell>
17124 </row>
17125 <row>
17126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17127 \begin_inset Text
17128
17129 \begin_layout Plain Layout
17130
17131 \backslash
17132 diamond
17133 \end_layout
17134
17135 \end_inset
17136 </cell>
17137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17138 \begin_inset Text
17139
17140 \begin_layout Plain Layout
17141 \begin_inset Formula $\diamond$
17142 \end_inset
17143
17144
17145 \end_layout
17146
17147 \end_inset
17148 </cell>
17149 </row>
17150 <row>
17151 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17152 \begin_inset Text
17153
17154 \begin_layout Plain Layout
17155
17156 \backslash
17157 bullet
17158 \end_layout
17159
17160 \end_inset
17161 </cell>
17162 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17163 \begin_inset Text
17164
17165 \begin_layout Plain Layout
17166 \begin_inset Formula $\bullet$
17167 \end_inset
17168
17169
17170 \end_layout
17171
17172 \end_inset
17173 </cell>
17174 </row>
17175 </lyxtabular>
17176
17177 \end_inset
17178
17179
17180 \begin_inset space \hfill{}
17181 \end_inset
17182
17183
17184 \begin_inset Tabular
17185 <lyxtabular version="3" rows="13" columns="2">
17186 <features booktabs="true" tabularvalignment="middle">
17187 <column alignment="center" valignment="top" width="0pt">
17188 <column alignment="center" valignment="top" width="0pt">
17189 <row>
17190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17191 \begin_inset Text
17192
17193 \begin_layout Plain Layout
17194 Command
17195 \end_layout
17196
17197 \end_inset
17198 </cell>
17199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17200 \begin_inset Text
17201
17202 \begin_layout Plain Layout
17203 Result
17204 \end_layout
17205
17206 \end_inset
17207 </cell>
17208 </row>
17209 <row>
17210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17211 \begin_inset Text
17212
17213 \begin_layout Plain Layout
17214
17215 \backslash
17216 nabla
17217 \end_layout
17218
17219 \end_inset
17220 </cell>
17221 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17222 \begin_inset Text
17223
17224 \begin_layout Plain Layout
17225 \begin_inset Formula $\nabla$
17226 \end_inset
17227
17228
17229 \end_layout
17230
17231 \end_inset
17232 </cell>
17233 </row>
17234 <row>
17235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17236 \begin_inset Text
17237
17238 \begin_layout Plain Layout
17239
17240 \backslash
17241 bigtriangledown
17242 \end_layout
17243
17244 \end_inset
17245 </cell>
17246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17247 \begin_inset Text
17248
17249 \begin_layout Plain Layout
17250 \begin_inset Formula $\bigtriangledown$
17251 \end_inset
17252
17253
17254 \end_layout
17255
17256 \end_inset
17257 </cell>
17258 </row>
17259 <row>
17260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17261 \begin_inset Text
17262
17263 \begin_layout Plain Layout
17264
17265 \backslash
17266 bigtriangleup
17267 \end_layout
17268
17269 \end_inset
17270 </cell>
17271 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17272 \begin_inset Text
17273
17274 \begin_layout Plain Layout
17275 \begin_inset Formula $\bigtriangleup$
17276 \end_inset
17277
17278
17279 \end_layout
17280
17281 \end_inset
17282 </cell>
17283 </row>
17284 <row>
17285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17286 \begin_inset Text
17287
17288 \begin_layout Plain Layout
17289
17290 \backslash
17291 Box
17292 \end_layout
17293
17294 \end_inset
17295 </cell>
17296 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17297 \begin_inset Text
17298
17299 \begin_layout Plain Layout
17300 \begin_inset Formula $\Box$
17301 \end_inset
17302
17303
17304 \end_layout
17305
17306 \end_inset
17307 </cell>
17308 </row>
17309 <row>
17310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17311 \begin_inset Text
17312
17313 \begin_layout Plain Layout
17314
17315 \backslash
17316 cap 
17317 \end_layout
17318
17319 \end_inset
17320 </cell>
17321 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17322 \begin_inset Text
17323
17324 \begin_layout Plain Layout
17325 \begin_inset Formula $\cap$
17326 \end_inset
17327
17328
17329 \end_layout
17330
17331 \end_inset
17332 </cell>
17333 </row>
17334 <row>
17335 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17336 \begin_inset Text
17337
17338 \begin_layout Plain Layout
17339
17340 \backslash
17341 cup
17342 \end_layout
17343
17344 \end_inset
17345 </cell>
17346 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17347 \begin_inset Text
17348
17349 \begin_layout Plain Layout
17350 \begin_inset Formula $\cup$
17351 \end_inset
17352
17353
17354 \end_layout
17355
17356 \end_inset
17357 </cell>
17358 </row>
17359 <row>
17360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17361 \begin_inset Text
17362
17363 \begin_layout Plain Layout
17364
17365 \backslash
17366 dagger
17367 \end_layout
17368
17369 \end_inset
17370 </cell>
17371 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17372 \begin_inset Text
17373
17374 \begin_layout Plain Layout
17375 \begin_inset Formula $\dagger$
17376 \end_inset
17377
17378
17379 \end_layout
17380
17381 \end_inset
17382 </cell>
17383 </row>
17384 <row>
17385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17386 \begin_inset Text
17387
17388 \begin_layout Plain Layout
17389
17390 \backslash
17391 ddagger
17392 \end_layout
17393
17394 \end_inset
17395 </cell>
17396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17397 \begin_inset Text
17398
17399 \begin_layout Plain Layout
17400 \begin_inset Formula $\ddagger$
17401 \end_inset
17402
17403
17404 \end_layout
17405
17406 \end_inset
17407 </cell>
17408 </row>
17409 <row>
17410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17411 \begin_inset Text
17412
17413 \begin_layout Plain Layout
17414
17415 \backslash
17416 wr
17417 \end_layout
17418
17419 \end_inset
17420 </cell>
17421 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17422 \begin_inset Text
17423
17424 \begin_layout Plain Layout
17425 \begin_inset Formula $\wr$
17426 \end_inset
17427
17428
17429 \end_layout
17430
17431 \end_inset
17432 </cell>
17433 </row>
17434 <row>
17435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17436 \begin_inset Text
17437
17438 \begin_layout Plain Layout
17439
17440 \backslash
17441 bigcirc
17442 \end_layout
17443
17444 \end_inset
17445 </cell>
17446 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17447 \begin_inset Text
17448
17449 \begin_layout Plain Layout
17450 \begin_inset Formula $\bigcirc$
17451 \end_inset
17452
17453
17454 \end_layout
17455
17456 \end_inset
17457 </cell>
17458 </row>
17459 <row>
17460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17461 \begin_inset Text
17462
17463 \begin_layout Plain Layout
17464
17465 \backslash
17466 wedge
17467 \end_layout
17468
17469 \end_inset
17470 </cell>
17471 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17472 \begin_inset Text
17473
17474 \begin_layout Plain Layout
17475 \begin_inset Formula $\wedge$
17476 \end_inset
17477
17478
17479 \end_layout
17480
17481 \end_inset
17482 </cell>
17483 </row>
17484 <row>
17485 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17486 \begin_inset Text
17487
17488 \begin_layout Plain Layout
17489
17490 \backslash
17491 vee
17492 \end_layout
17493
17494 \end_inset
17495 </cell>
17496 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17497 \begin_inset Text
17498
17499 \begin_layout Plain Layout
17500 \begin_inset Formula $\vee$
17501 \end_inset
17502
17503
17504 \end_layout
17505
17506 \end_inset
17507 </cell>
17508 </row>
17509 </lyxtabular>
17510
17511 \end_inset
17512
17513
17514 \begin_inset space \hfill{}
17515 \end_inset
17516
17517
17518 \begin_inset Tabular
17519 <lyxtabular version="3" rows="13" columns="2">
17520 <features booktabs="true" tabularvalignment="middle">
17521 <column alignment="center" valignment="top" width="0pt">
17522 <column alignment="center" valignment="top" width="0pt">
17523 <row>
17524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17525 \begin_inset Text
17526
17527 \begin_layout Plain Layout
17528 Command
17529 \end_layout
17530
17531 \end_inset
17532 </cell>
17533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17534 \begin_inset Text
17535
17536 \begin_layout Plain Layout
17537 Result
17538 \end_layout
17539
17540 \end_inset
17541 </cell>
17542 </row>
17543 <row>
17544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17545 \begin_inset Text
17546
17547 \begin_layout Plain Layout
17548
17549 \backslash
17550 oplus
17551 \end_layout
17552
17553 \end_inset
17554 </cell>
17555 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17556 \begin_inset Text
17557
17558 \begin_layout Plain Layout
17559 \begin_inset Formula $\oplus$
17560 \end_inset
17561
17562
17563 \end_layout
17564
17565 \end_inset
17566 </cell>
17567 </row>
17568 <row>
17569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17570 \begin_inset Text
17571
17572 \begin_layout Plain Layout
17573
17574 \backslash
17575 ominus
17576 \end_layout
17577
17578 \end_inset
17579 </cell>
17580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17581 \begin_inset Text
17582
17583 \begin_layout Plain Layout
17584 \begin_inset Formula $\ominus$
17585 \end_inset
17586
17587
17588 \end_layout
17589
17590 \end_inset
17591 </cell>
17592 </row>
17593 <row>
17594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17595 \begin_inset Text
17596
17597 \begin_layout Plain Layout
17598
17599 \backslash
17600 otimes
17601 \end_layout
17602
17603 \end_inset
17604 </cell>
17605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17606 \begin_inset Text
17607
17608 \begin_layout Plain Layout
17609 \begin_inset Formula $\otimes$
17610 \end_inset
17611
17612
17613 \end_layout
17614
17615 \end_inset
17616 </cell>
17617 </row>
17618 <row>
17619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17620 \begin_inset Text
17621
17622 \begin_layout Plain Layout
17623
17624 \backslash
17625 oslash
17626 \end_layout
17627
17628 \end_inset
17629 </cell>
17630 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17631 \begin_inset Text
17632
17633 \begin_layout Plain Layout
17634 \begin_inset Formula $\oslash$
17635 \end_inset
17636
17637
17638 \end_layout
17639
17640 \end_inset
17641 </cell>
17642 </row>
17643 <row>
17644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17645 \begin_inset Text
17646
17647 \begin_layout Plain Layout
17648
17649 \backslash
17650 odot
17651 \end_layout
17652
17653 \end_inset
17654 </cell>
17655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17656 \begin_inset Text
17657
17658 \begin_layout Plain Layout
17659 \begin_inset Formula $\odot$
17660 \end_inset
17661
17662
17663 \end_layout
17664
17665 \end_inset
17666 </cell>
17667 </row>
17668 <row>
17669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17670 \begin_inset Text
17671
17672 \begin_layout Plain Layout
17673
17674 \backslash
17675 amalg
17676 \end_layout
17677
17678 \end_inset
17679 </cell>
17680 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17681 \begin_inset Text
17682
17683 \begin_layout Plain Layout
17684 \begin_inset Formula $\amalg$
17685 \end_inset
17686
17687
17688 \end_layout
17689
17690 \end_inset
17691 </cell>
17692 </row>
17693 <row>
17694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17695 \begin_inset Text
17696
17697 \begin_layout Plain Layout
17698
17699 \backslash
17700 uplus
17701 \end_layout
17702
17703 \end_inset
17704 </cell>
17705 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17706 \begin_inset Text
17707
17708 \begin_layout Plain Layout
17709 \begin_inset Formula $\uplus$
17710 \end_inset
17711
17712
17713 \end_layout
17714
17715 \end_inset
17716 </cell>
17717 </row>
17718 <row>
17719 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17720 \begin_inset Text
17721
17722 \begin_layout Plain Layout
17723
17724 \backslash
17725 setminus
17726 \end_layout
17727
17728 \end_inset
17729 </cell>
17730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17731 \begin_inset Text
17732
17733 \begin_layout Plain Layout
17734 \begin_inset Formula $\setminus$
17735 \end_inset
17736
17737
17738 \end_layout
17739
17740 \end_inset
17741 </cell>
17742 </row>
17743 <row>
17744 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17745 \begin_inset Text
17746
17747 \begin_layout Plain Layout
17748
17749 \backslash
17750 sqcap
17751 \end_layout
17752
17753 \end_inset
17754 </cell>
17755 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17756 \begin_inset Text
17757
17758 \begin_layout Plain Layout
17759 \begin_inset Formula $\sqcap$
17760 \end_inset
17761
17762
17763 \end_layout
17764
17765 \end_inset
17766 </cell>
17767 </row>
17768 <row>
17769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17770 \begin_inset Text
17771
17772 \begin_layout Plain Layout
17773
17774 \backslash
17775 sqcup
17776 \end_layout
17777
17778 \end_inset
17779 </cell>
17780 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17781 \begin_inset Text
17782
17783 \begin_layout Plain Layout
17784 \begin_inset Formula $\sqcup$
17785 \end_inset
17786
17787
17788 \end_layout
17789
17790 \end_inset
17791 </cell>
17792 </row>
17793 <row>
17794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17795 \begin_inset Text
17796
17797 \begin_layout Plain Layout
17798
17799 \backslash
17800 triangleleft
17801 \end_layout
17802
17803 \end_inset
17804 </cell>
17805 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17806 \begin_inset Text
17807
17808 \begin_layout Plain Layout
17809 \begin_inset Formula $\triangleleft$
17810 \end_inset
17811
17812
17813 \end_layout
17814
17815 \end_inset
17816 </cell>
17817 </row>
17818 <row>
17819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17820 \begin_inset Text
17821
17822 \begin_layout Plain Layout
17823
17824 \backslash
17825 triangleright
17826 \end_layout
17827
17828 \end_inset
17829 </cell>
17830 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17831 \begin_inset Text
17832
17833 \begin_layout Plain Layout
17834 \begin_inset Formula $\triangleright$
17835 \end_inset
17836
17837
17838 \end_layout
17839
17840 \end_inset
17841 </cell>
17842 </row>
17843 </lyxtabular>
17844
17845 \end_inset
17846
17847
17848 \end_layout
17849
17850 \begin_layout Standard
17851 All binary operators can also be inserted via the math toolbar button 
17852 \begin_inset Info
17853 type  "icon"
17854 arg   "math-insert \\pm"
17855 \end_inset
17856
17857 .
17858 \end_layout
17859
17860 \begin_layout Standard
17861 To typeset the Laplace operator also 
17862 \series bold
17863
17864 \backslash
17865 Delta
17866 \series default
17867  or 
17868 \series bold
17869
17870 \backslash
17871 nabla
17872 \series default
17873 ^
17874 \series bold
17875 2
17876 \series default
17877  (
17878 \begin_inset Formula $\nabla^{2}$
17879 \end_inset
17880
17881 ) can be used instead of 
17882 \series bold
17883
17884 \backslash
17885 bigtriangleup
17886 \series default
17887  .
17888 \end_layout
17889
17890 \begin_layout Standard
17891 The character 
17892 \family sans
17893 Menu Separator
17894 \family default
17895  from the menu 
17896 \family sans
17897 Insert\SpecialChar menuseparator
17898 Special Character
17899 \family default
17900  is the operator 
17901 \series bold
17902
17903 \backslash
17904 triangleright
17905 \series default
17906 .
17907 \end_layout
17908
17909 \begin_layout Subsection
17910 Self-defined Operators
17911 \begin_inset CommandInset label
17912 LatexCommand label
17913 name "subsec:Self-defined-Operators"
17914
17915 \end_inset
17916
17917
17918 \begin_inset Index idx
17919 status collapsed
17920
17921 \begin_layout Plain Layout
17922 Operators ! self-defined
17923 \end_layout
17924
17925 \end_inset
17926
17927
17928 \end_layout
17929
17930 \begin_layout Standard
17931 With the help of the command 
17932 \series bold
17933
17934 \backslash
17935 DeclareMathOperator
17936 \series default
17937
17938 \begin_inset Index idx
17939 status collapsed
17940
17941 \begin_layout Plain Layout
17942 Commands ! D ! 
17943 \backslash
17944 dbinom@
17945 \backslash
17946 DeclareMathOperator
17947 \end_layout
17948
17949 \end_inset
17950
17951  custom operators can be defined in the \SpecialChar LaTeX
17952 -preamble.
17953  Its command scheme is:
17954 \end_layout
17955
17956 \begin_layout Standard
17957
17958 \series bold
17959
17960 \backslash
17961 DeclareMathOperator{new command}{display}
17962 \end_layout
17963
17964 \begin_layout Standard
17965 Display can be characters or symbols that define how the operator looks
17966  in the output.
17967  To define a big operator a * is set behind the command.
17968  All self-defined big operators can have limits as described in 
17969 \begin_inset CommandInset ref
17970 LatexCommand ref
17971 reference "subsec:Operator-Limits"
17972
17973 \end_inset
17974
17975 .
17976 \end_layout
17977
17978 \begin_layout Standard
17979 For example the \SpecialChar LaTeX
17980 -preamble line
17981 \end_layout
17982
17983 \begin_layout Standard
17984
17985 \series bold
17986
17987 \backslash
17988 DeclareMathOperator*{
17989 \backslash
17990 Lozenge}{
17991 \backslash
17992 blacklozenge}
17993 \end_layout
17994
17995 \begin_layout Standard
17996 defines the command 
17997 \series bold
17998
17999 \backslash
18000 Lozenge
18001 \series default
18002 , that inserts a big operator consisting of the lozenge symbol from 
18003 \begin_inset CommandInset ref
18004 LatexCommand ref
18005 reference "subsec:Miscellaneous-Symbols"
18006
18007 \end_inset
18008
18009 :
18010 \begin_inset Formula 
18011 \[
18012 \Lozenge_{n=1}^{\infty}
18013 \]
18014
18015 \end_inset
18016
18017 The command for this formula is: 
18018 \series bold
18019
18020 \backslash
18021 Lozenge
18022 \series default
18023 ^
18024 \series bold
18025
18026 \backslash
18027 infty
18028 \begin_inset Formula $\to$
18029 \end_inset
18030
18031 _n=1
18032 \end_layout
18033
18034 \begin_layout Standard
18035 \begin_inset VSpace bigskip
18036 \end_inset
18037
18038 When self-defined operators are not used several times in the document,
18039  they can also be defined with the commands 
18040 \series bold
18041
18042 \backslash
18043 mathop
18044 \series default
18045
18046 \begin_inset Index idx
18047 status collapsed
18048
18049 \begin_layout Plain Layout
18050 Commands ! M ! 
18051 \backslash
18052 mathop
18053 \end_layout
18054
18055 \end_inset
18056
18057  and 
18058 \series bold
18059
18060 \backslash
18061 mathbin
18062 \series default
18063
18064 \begin_inset Index idx
18065 status collapsed
18066
18067 \begin_layout Plain Layout
18068 Commands ! M ! 
18069 \backslash
18070 mathbin
18071 \end_layout
18072
18073 \end_inset
18074
18075 , which have the following scheme:
18076 \end_layout
18077
18078 \begin_layout Standard
18079
18080 \series bold
18081
18082 \backslash
18083 mathop{display}
18084 \series default
18085  and 
18086 \series bold
18087
18088 \backslash
18089 mathbin{display}
18090 \end_layout
18091
18092 \begin_layout Standard
18093
18094 \series bold
18095
18096 \backslash
18097 mathop
18098 \series default
18099  defines big operators, 
18100 \series bold
18101
18102 \backslash
18103 mathbin
18104 \series default
18105  binary operators.
18106 \end_layout
18107
18108 \begin_layout Standard
18109
18110 \series bold
18111
18112 \backslash
18113 mathop
18114 \series default
18115  can e.
18116 \begin_inset space \thinspace{}
18117 \end_inset
18118
18119 g.
18120 \begin_inset space \space{}
18121 \end_inset
18122
18123 be used to use one limit for several operators:
18124 \end_layout
18125
18126 \begin_layout Standard
18127 \begin_inset Formula 
18128 \[
18129 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18130 \]
18131
18132 \end_inset
18133
18134
18135 \end_layout
18136
18137 \begin_layout Standard
18138 The command for the formula above is:
18139 \begin_inset Newline newline
18140 \end_inset
18141
18142
18143 \series bold
18144
18145 \backslash
18146 mathop{
18147 \backslash
18148 sum
18149 \backslash
18150 negmedspace
18151 \backslash
18152 sum
18153 \series default
18154
18155 \begin_inset space \textvisiblespace{}
18156 \end_inset
18157
18158
18159 \series bold
18160
18161 \begin_inset Formula $\to$
18162 \end_inset
18163
18164 ^N
18165 \series default
18166
18167 \begin_inset space \textvisiblespace{}
18168 \end_inset
18169
18170
18171 \series bold
18172 _i,j=1
18173 \end_layout
18174
18175 \begin_layout Section
18176 Fonts
18177 \begin_inset Index idx
18178 status collapsed
18179
18180 \begin_layout Plain Layout
18181 Fonts
18182 \end_layout
18183
18184 \end_inset
18185
18186
18187 \end_layout
18188
18189 \begin_layout Subsection
18190 Font Styles
18191 \begin_inset CommandInset label
18192 LatexCommand label
18193 name "subsec:Font-Styles"
18194
18195 \end_inset
18196
18197
18198 \begin_inset Index idx
18199 status collapsed
18200
18201 \begin_layout Plain Layout
18202 Font ! style
18203 \end_layout
18204
18205 \end_inset
18206
18207
18208 \end_layout
18209
18210 \begin_layout Standard
18211 Latin letters in formulas can be set in one of the following font styles:
18212 \end_layout
18213
18214 \begin_layout Standard
18215 \align center
18216 \begin_inset Tabular
18217 <lyxtabular version="3" rows="6" columns="3">
18218 <features booktabs="true" tabularvalignment="middle">
18219 <column alignment="center" valignment="top" width="0pt">
18220 <column alignment="center" valignment="top">
18221 <column alignment="center" valignment="top">
18222 <row>
18223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18224 \begin_inset Text
18225
18226 \begin_layout Plain Layout
18227 Command
18228 \end_layout
18229
18230 \end_inset
18231 </cell>
18232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18233 \begin_inset Text
18234
18235 \begin_layout Plain Layout
18236 Result
18237 \end_layout
18238
18239 \end_inset
18240 </cell>
18241 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18242 \begin_inset Text
18243
18244 \begin_layout Plain Layout
18245 Shortcut
18246 \end_layout
18247
18248 \end_inset
18249 </cell>
18250 </row>
18251 <row>
18252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18253 \begin_inset Text
18254
18255 \begin_layout Plain Layout
18256
18257 \backslash
18258 mathbb
18259 \series bold
18260
18261 \begin_inset space \textvisiblespace{}
18262 \end_inset
18263
18264
18265 \series default
18266 ABC
18267 \end_layout
18268
18269 \end_inset
18270 </cell>
18271 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18272 \begin_inset Text
18273
18274 \begin_layout Plain Layout
18275 \begin_inset Formula $\mathbb{ABC}$
18276 \end_inset
18277
18278
18279 \end_layout
18280
18281 \end_inset
18282 </cell>
18283 <cell alignment="center" valignment="top" usebox="none">
18284 \begin_inset Text
18285
18286 \begin_layout Plain Layout
18287 -
18288 \end_layout
18289
18290 \end_inset
18291 </cell>
18292 </row>
18293 <row>
18294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18295 \begin_inset Text
18296
18297 \begin_layout Plain Layout
18298
18299 \backslash
18300 mathbf
18301 \series bold
18302
18303 \begin_inset space \textvisiblespace{}
18304 \end_inset
18305
18306
18307 \series default
18308 AbC
18309 \end_layout
18310
18311 \end_inset
18312 </cell>
18313 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18314 \begin_inset Text
18315
18316 \begin_layout Plain Layout
18317 \begin_inset Formula $\mathbf{AbC}$
18318 \end_inset
18319
18320
18321 \end_layout
18322
18323 \end_inset
18324 </cell>
18325 <cell alignment="center" valignment="top" usebox="none">
18326 \begin_inset Text
18327
18328 \begin_layout Plain Layout
18329 \begin_inset Info
18330 type  "shortcut"
18331 arg   "font-bold"
18332 \end_inset
18333
18334
18335 \end_layout
18336
18337 \end_inset
18338 </cell>
18339 </row>
18340 <row>
18341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18342 \begin_inset Text
18343
18344 \begin_layout Plain Layout
18345
18346 \backslash
18347 boldsymbol
18348 \series bold
18349
18350 \begin_inset space \textvisiblespace{}
18351 \end_inset
18352
18353
18354 \series default
18355 AbC
18356 \end_layout
18357
18358 \end_inset
18359 </cell>
18360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18361 \begin_inset Text
18362
18363 \begin_layout Plain Layout
18364 \begin_inset Formula $\boldsymbol{AbC}$
18365 \end_inset
18366
18367
18368 \end_layout
18369
18370 \end_inset
18371 </cell>
18372 <cell alignment="center" valignment="top" usebox="none">
18373 \begin_inset Text
18374
18375 \begin_layout Plain Layout
18376 \begin_inset Info
18377 type  "shortcut"
18378 arg   "font-boldsymbol"
18379 \end_inset
18380
18381
18382 \end_layout
18383
18384 \end_inset
18385 </cell>
18386 </row>
18387 <row>
18388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18389 \begin_inset Text
18390
18391 \begin_layout Plain Layout
18392
18393 \backslash
18394 mathcal
18395 \series bold
18396
18397 \begin_inset space \textvisiblespace{}
18398 \end_inset
18399
18400
18401 \series default
18402 ABC
18403 \end_layout
18404
18405 \end_inset
18406 </cell>
18407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18408 \begin_inset Text
18409
18410 \begin_layout Plain Layout
18411 \begin_inset Formula $\mathcal{ABC}$
18412 \end_inset
18413
18414
18415 \end_layout
18416
18417 \end_inset
18418 </cell>
18419 <cell alignment="center" valignment="top" usebox="none">
18420 \begin_inset Text
18421
18422 \begin_layout Plain Layout
18423 -
18424 \end_layout
18425
18426 \end_inset
18427 </cell>
18428 </row>
18429 <row>
18430 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18431 \begin_inset Text
18432
18433 \begin_layout Plain Layout
18434
18435 \backslash
18436 mathfrak
18437 \series bold
18438
18439 \begin_inset space \textvisiblespace{}
18440 \end_inset
18441
18442
18443 \series default
18444 AbC
18445 \end_layout
18446
18447 \end_inset
18448 </cell>
18449 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18450 \begin_inset Text
18451
18452 \begin_layout Plain Layout
18453 \begin_inset Formula $\mathfrak{AbC}$
18454 \end_inset
18455
18456
18457 \end_layout
18458
18459 \end_inset
18460 </cell>
18461 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18462 \begin_inset Text
18463
18464 \begin_layout Plain Layout
18465 -
18466 \end_layout
18467
18468 \end_inset
18469 </cell>
18470 </row>
18471 </lyxtabular>
18472
18473 \end_inset
18474
18475
18476 \end_layout
18477
18478 \begin_layout Standard
18479 \align center
18480 \begin_inset Tabular
18481 <lyxtabular version="3" rows="6" columns="3">
18482 <features booktabs="true" tabularvalignment="middle">
18483 <column alignment="center" valignment="top" width="0pt">
18484 <column alignment="center" valignment="top">
18485 <column alignment="center" valignment="top">
18486 <row>
18487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18488 \begin_inset Text
18489
18490 \begin_layout Plain Layout
18491 Command
18492 \end_layout
18493
18494 \end_inset
18495 </cell>
18496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18497 \begin_inset Text
18498
18499 \begin_layout Plain Layout
18500 Result
18501 \end_layout
18502
18503 \end_inset
18504 </cell>
18505 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18506 \begin_inset Text
18507
18508 \begin_layout Plain Layout
18509 Shortcut
18510 \end_layout
18511
18512 \end_inset
18513 </cell>
18514 </row>
18515 <row>
18516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18517 \begin_inset Text
18518
18519 \begin_layout Plain Layout
18520
18521 \backslash
18522 mathit
18523 \series bold
18524
18525 \begin_inset space \textvisiblespace{}
18526 \end_inset
18527
18528
18529 \series default
18530 AbC
18531 \end_layout
18532
18533 \end_inset
18534 </cell>
18535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18536 \begin_inset Text
18537
18538 \begin_layout Plain Layout
18539 \begin_inset Formula $\mathit{AbC}$
18540 \end_inset
18541
18542
18543 \end_layout
18544
18545 \end_inset
18546 </cell>
18547 <cell alignment="center" valignment="top" usebox="none">
18548 \begin_inset Text
18549
18550 \begin_layout Plain Layout
18551 -
18552 \end_layout
18553
18554 \end_inset
18555 </cell>
18556 </row>
18557 <row>
18558 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18559 \begin_inset Text
18560
18561 \begin_layout Plain Layout
18562
18563 \backslash
18564 mathrm
18565 \series bold
18566
18567 \begin_inset space \textvisiblespace{}
18568 \end_inset
18569
18570
18571 \series default
18572 AbC
18573 \end_layout
18574
18575 \end_inset
18576 </cell>
18577 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18578 \begin_inset Text
18579
18580 \begin_layout Plain Layout
18581 \begin_inset Formula $\mathrm{AbC}$
18582 \end_inset
18583
18584
18585 \end_layout
18586
18587 \end_inset
18588 </cell>
18589 <cell alignment="center" valignment="top" usebox="none">
18590 \begin_inset Text
18591
18592 \begin_layout Plain Layout
18593 \begin_inset Info
18594 type  "shortcut"
18595 arg   "font-roman"
18596 \end_inset
18597
18598
18599 \end_layout
18600
18601 \end_inset
18602 </cell>
18603 </row>
18604 <row>
18605 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18606 \begin_inset Text
18607
18608 \begin_layout Plain Layout
18609
18610 \backslash
18611 mathsf
18612 \series bold
18613
18614 \begin_inset space \textvisiblespace{}
18615 \end_inset
18616
18617
18618 \series default
18619 AbC
18620 \end_layout
18621
18622 \end_inset
18623 </cell>
18624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18625 \begin_inset Text
18626
18627 \begin_layout Plain Layout
18628 \begin_inset Formula $\mathsf{AbC}$
18629 \end_inset
18630
18631
18632 \end_layout
18633
18634 \end_inset
18635 </cell>
18636 <cell alignment="center" valignment="top" usebox="none">
18637 \begin_inset Text
18638
18639 \begin_layout Plain Layout
18640 \begin_inset Info
18641 type  "shortcut"
18642 arg   "font-sans"
18643 \end_inset
18644
18645
18646 \end_layout
18647
18648 \end_inset
18649 </cell>
18650 </row>
18651 <row>
18652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18653 \begin_inset Text
18654
18655 \begin_layout Plain Layout
18656
18657 \backslash
18658 mathtt
18659 \series bold
18660
18661 \begin_inset space \textvisiblespace{}
18662 \end_inset
18663
18664
18665 \series default
18666 AbC
18667 \end_layout
18668
18669 \end_inset
18670 </cell>
18671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18672 \begin_inset Text
18673
18674 \begin_layout Plain Layout
18675 \begin_inset Formula $\mathtt{AbC}$
18676 \end_inset
18677
18678
18679 \end_layout
18680
18681 \end_inset
18682 </cell>
18683 <cell alignment="center" valignment="top" usebox="none">
18684 \begin_inset Text
18685
18686 \begin_layout Plain Layout
18687 \begin_inset Info
18688 type  "shortcut"
18689 arg   "font-typewriter"
18690 \end_inset
18691
18692
18693 \end_layout
18694
18695 \end_inset
18696 </cell>
18697 </row>
18698 <row>
18699 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18700 \begin_inset Text
18701
18702 \begin_layout Plain Layout
18703
18704 \backslash
18705 mathscr
18706 \series bold
18707
18708 \begin_inset space \textvisiblespace{}
18709 \end_inset
18710
18711
18712 \series default
18713 ABC
18714 \end_layout
18715
18716 \end_inset
18717 </cell>
18718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18719 \begin_inset Text
18720
18721 \begin_layout Plain Layout
18722 \begin_inset Formula $\mathscr{ABC}$
18723 \end_inset
18724
18725
18726 \end_layout
18727
18728 \end_inset
18729 </cell>
18730 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18731 \begin_inset Text
18732
18733 \begin_layout Plain Layout
18734 -
18735 \end_layout
18736
18737 \end_inset
18738 </cell>
18739 </row>
18740 </lyxtabular>
18741
18742 \end_inset
18743
18744
18745 \end_layout
18746
18747 \begin_layout Standard
18748 \begin_inset Note Greyedout
18749 status open
18750
18751 \begin_layout Plain Layout
18752
18753 \series bold
18754 Note:
18755 \series default
18756  The styles 
18757 \series bold
18758
18759 \backslash
18760 mathbb
18761 \series default
18762
18763 \series bold
18764
18765 \backslash
18766 mathcal
18767 \series default
18768  and 
18769 \series bold
18770
18771 \backslash
18772 mathscr
18773 \series default
18774  can only be used for big letters.
18775 \end_layout
18776
18777 \end_inset
18778
18779
18780 \end_layout
18781
18782 \begin_layout Standard
18783 Predefined is the style 
18784 \series bold
18785
18786 \backslash
18787 mathnormal
18788 \series default
18789 .
18790 \end_layout
18791
18792 \begin_layout Standard
18793 The style commands work also for letters in mathematical constructs:
18794 \begin_inset Formula 
18795 \[
18796 \mathfrak{A=\frac{b}{C}}
18797 \]
18798
18799 \end_inset
18800
18801
18802 \end_layout
18803
18804 \begin_layout Standard
18805 Characters in mathematical text don't appear in a math font style but in
18806  the text font style 
18807 \series bold
18808
18809 \backslash
18810 textrm
18811 \series default
18812 .
18813  That their style can't be set correctly via the text style dialog is a
18814  bug in \SpecialChar LyX
18815 .
18816 \begin_inset Foot
18817 status collapsed
18818
18819 \begin_layout Plain Layout
18820 \begin_inset CommandInset href
18821 LatexCommand href
18822 name "LyX-bug #4629"
18823 target "https://www.lyx.org/trac/ticket/4629"
18824 literal "false"
18825
18826 \end_inset
18827
18828
18829 \end_layout
18830
18831 \end_inset
18832
18833
18834 \end_layout
18835
18836 \begin_layout Standard
18837 Instead of the style commands the dialog 
18838 \family sans
18839 Edit\SpecialChar menuseparator
18840 Math\SpecialChar menuseparator
18841 Text Style
18842 \family default
18843  or the toolbar button 
18844 \begin_inset Info
18845 type  "icon"
18846 arg   "math-insert \\font"
18847 \end_inset
18848
18849  can be used.
18850 \end_layout
18851
18852 \begin_layout Subsection
18853 Bold Formulas
18854 \begin_inset CommandInset label
18855 LatexCommand label
18856 name "subsec:Bold-Formulas"
18857
18858 \end_inset
18859
18860
18861 \begin_inset Index idx
18862 status collapsed
18863
18864 \begin_layout Plain Layout
18865 Formula ! bold
18866 \end_layout
18867
18868 \end_inset
18869
18870
18871 \end_layout
18872
18873 \begin_layout Standard
18874 To make a complete formula bold, the command 
18875 \series bold
18876
18877 \backslash
18878 mathbf
18879 \series default
18880  from the previous subsection cannot be used, because it doesn't work for
18881  small Greek letters.
18882  Furthermore it prints Latin letters always upright, like in the following
18883  equation:
18884 \end_layout
18885
18886 \begin_layout Standard
18887 \begin_inset Formula 
18888 \[
18889 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18890 \]
18891
18892 \end_inset
18893
18894
18895 \end_layout
18896
18897 \begin_layout Standard
18898 To display the formula correctly, the command 
18899 \series bold
18900
18901 \backslash
18902 boldsymbol
18903 \series default
18904  is used:
18905 \begin_inset Formula 
18906 \[
18907 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18908 \]
18909
18910 \end_inset
18911
18912 It is also possible to set the formula in a 
18913 \series bold
18914 boldmath environment
18915 \series default
18916 .
18917  This environment is created by inserting the command 
18918 \series bold
18919
18920 \backslash
18921 boldmath
18922 \series default
18923
18924 \begin_inset Index idx
18925 status collapsed
18926
18927 \begin_layout Plain Layout
18928 Commands ! B ! 
18929 \backslash
18930 boldmath
18931 \end_layout
18932
18933 \end_inset
18934
18935  in \SpecialChar TeX
18936  mode.
18937  To end the environment, the command 
18938 \series bold
18939
18940 \backslash
18941 unboldmath
18942 \series default
18943
18944 \begin_inset Index idx
18945 status collapsed
18946
18947 \begin_layout Plain Layout
18948 Commands ! U ! 
18949 \backslash
18950 unboldmath
18951 \end_layout
18952
18953 \end_inset
18954
18955  is inserted in \SpecialChar TeX
18956  mode.
18957 \begin_inset ERT
18958 status collapsed
18959
18960 \begin_layout Plain Layout
18961
18962
18963 \backslash
18964 boldmath 
18965 \end_layout
18966
18967 \end_inset
18968
18969
18970 \begin_inset Formula 
18971 \[
18972 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
18973 \]
18974
18975 \end_inset
18976
18977
18978 \begin_inset ERT
18979 status collapsed
18980
18981 \begin_layout Plain Layout
18982
18983
18984 \backslash
18985 unboldmath 
18986 \end_layout
18987
18988 \end_inset
18989
18990
18991 \end_layout
18992
18993 \begin_layout Subsection
18994 Colored Formulas
18995 \begin_inset Index idx
18996 status collapsed
18997
18998 \begin_layout Plain Layout
18999 Formula ! colored
19000 \end_layout
19001
19002 \end_inset
19003
19004
19005 \end_layout
19006
19007 \begin_layout Standard
19008 Formulas can be colored like normal text: Highlight a formula or a formula
19009  part and use the 
19010 \family sans
19011 Text Style
19012 \family default
19013  dialog.
19014  Here is a formula in magenta:
19015 \begin_inset Formula 
19016 \[
19017 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19018 \]
19019
19020 \end_inset
19021
19022
19023 \end_layout
19024
19025 \begin_layout Standard
19026 You can also define your own colors as described in 
19027 \begin_inset CommandInset ref
19028 LatexCommand ref
19029 reference "subsec:Colored-Boxes"
19030
19031 \end_inset
19032
19033 .
19034  They can be used with the \SpecialChar TeX
19035  code command 
19036 \series bold
19037
19038 \backslash
19039 textcolor
19040 \series default
19041
19042 \begin_inset Index idx
19043 status collapsed
19044
19045 \begin_layout Plain Layout
19046 Commands ! T ! 
19047 \backslash
19048 textcolor
19049 \end_layout
19050
19051 \end_inset
19052
19053  in the scheme
19054 \end_layout
19055
19056 \begin_layout Standard
19057
19058 \series bold
19059
19060 \backslash
19061 textcolor{color}{characters or formula}
19062 \end_layout
19063
19064 \begin_layout Standard
19065 The following example was colored completely dark green and partly red:
19066 \end_layout
19067
19068 \begin_layout Standard
19069 \begin_inset ERT
19070 status collapsed
19071
19072 \begin_layout Plain Layout
19073
19074
19075 \backslash
19076 textcolor{darkgreen}{
19077 \end_layout
19078
19079 \end_inset
19080
19081
19082 \begin_inset Formula 
19083 \[
19084 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19085 \]
19086
19087 \end_inset
19088
19089
19090 \begin_inset ERT
19091 status collapsed
19092
19093 \begin_layout Plain Layout
19094
19095 }
19096 \end_layout
19097
19098 \end_inset
19099
19100
19101 \end_layout
19102
19103 \begin_layout Standard
19104 Due to a bug in \SpecialChar LyX
19105  only complete formulas can be colored with self-defined
19106  colors.
19107 \begin_inset Foot
19108 status collapsed
19109
19110 \begin_layout Plain Layout
19111 \begin_inset CommandInset href
19112 LatexCommand href
19113 name "LyX-bug #5269"
19114 target "https://www.lyx.org/trac/ticket/5269"
19115 literal "false"
19116
19117 \end_inset
19118
19119
19120 \end_layout
19121
19122 \end_inset
19123
19124
19125 \end_layout
19126
19127 \begin_layout Subsection
19128 Font Sizes
19129 \begin_inset CommandInset label
19130 LatexCommand label
19131 name "subsec:Font-Sizes"
19132
19133 \end_inset
19134
19135
19136 \begin_inset Index idx
19137 status collapsed
19138
19139 \begin_layout Plain Layout
19140 Font ! size
19141 \end_layout
19142
19143 \end_inset
19144
19145
19146 \end_layout
19147
19148 \begin_layout Standard
19149 For characters in formulas there are, analog to characters in text, the
19150  following size commands:
19151 \end_layout
19152
19153 \begin_layout Standard
19154
19155 \series bold
19156
19157 \backslash
19158 Huge
19159 \series default
19160
19161 \series bold
19162
19163 \backslash
19164 huge
19165 \series default
19166
19167 \series bold
19168
19169 \backslash
19170 LARGE
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 normalsize
19189 \series default
19190
19191 \series bold
19192
19193 \backslash
19194 small
19195 \series default
19196 ,
19197 \begin_inset Newline newline
19198 \end_inset
19199
19200
19201 \series bold
19202
19203 \backslash
19204 footnotesize
19205 \series default
19206
19207 \series bold
19208
19209 \backslash
19210 scriptsize
19211 \series default
19212  and 
19213 \series bold
19214
19215 \backslash
19216 tiny
19217 \end_layout
19218
19219 \begin_layout Standard
19220 The size produced by the commands depends on the document font size, which
19221  corresponds to the command 
19222 \series bold
19223
19224 \backslash
19225 normalsize
19226 \series default
19227 .
19228  The other commands produce smaller or larger sizes than 
19229 \series bold
19230
19231 \backslash
19232 normalsize
19233 \series default
19234 .
19235  The font size can however not exceed a certain value.
19236  Is for example the document font size 12
19237 \begin_inset space \thinspace{}
19238 \end_inset
19239
19240 pt, the command 
19241 \series bold
19242
19243 \backslash
19244 Huge
19245 \series default
19246  switches to the same size as 
19247 \series bold
19248
19249 \backslash
19250 huge
19251 \series default
19252 .
19253  
19254 \end_layout
19255
19256 \begin_layout Standard
19257 A size command is inserted in \SpecialChar TeX
19258  mode before the formula and sets the size
19259  for all following formula and text characters.
19260  To switch back to the initial size, the command 
19261 \series bold
19262
19263 \backslash
19264 normalsize
19265 \series default
19266  is inserted behind the formula in \SpecialChar TeX
19267  mode.
19268 \end_layout
19269
19270 \begin_layout Standard
19271 Within a formula the size can be changed using the following size commands
19272  or the toolbar button 
19273 \begin_inset Info
19274 type  "icon"
19275 arg   "math-insert \\style"
19276 \end_inset
19277
19278 :
19279 \end_layout
19280
19281 \begin_layout Standard
19282 \noindent
19283 \align center
19284 \begin_inset Tabular
19285 <lyxtabular version="3" rows="5" columns="2">
19286 <features booktabs="true" tabularvalignment="middle">
19287 <column alignment="center" valignment="top" width="0pt">
19288 <column alignment="center" valignment="top">
19289 <row>
19290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19291 \begin_inset Text
19292
19293 \begin_layout Plain Layout
19294 Command
19295 \end_layout
19296
19297 \end_inset
19298 </cell>
19299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19300 \begin_inset Text
19301
19302 \begin_layout Plain Layout
19303 Result
19304 \end_layout
19305
19306 \end_inset
19307 </cell>
19308 </row>
19309 <row>
19310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314
19315 \backslash
19316 displaystyle
19317 \begin_inset Index idx
19318 status collapsed
19319
19320 \begin_layout Plain Layout
19321 Commands ! D ! 
19322 \backslash
19323 displaystyle
19324 \end_layout
19325
19326 \end_inset
19327
19328
19329 \end_layout
19330
19331 \end_inset
19332 </cell>
19333 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19334 \begin_inset Text
19335
19336 \begin_layout Plain Layout
19337 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19338 \end_inset
19339
19340
19341 \end_layout
19342
19343 \end_inset
19344 </cell>
19345 </row>
19346 <row topspace="1mm">
19347 <cell alignment="center" valignment="top" usebox="none">
19348 \begin_inset Text
19349
19350 \begin_layout Plain Layout
19351
19352 \backslash
19353 textstyle
19354 \end_layout
19355
19356 \end_inset
19357 </cell>
19358 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19359 \begin_inset Text
19360
19361 \begin_layout Plain Layout
19362 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19363 \end_inset
19364
19365
19366 \end_layout
19367
19368 \end_inset
19369 </cell>
19370 </row>
19371 <row>
19372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19373 \begin_inset Text
19374
19375 \begin_layout Plain Layout
19376
19377 \backslash
19378 scriptstyle
19379 \end_layout
19380
19381 \end_inset
19382 </cell>
19383 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19384 \begin_inset Text
19385
19386 \begin_layout Plain Layout
19387 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19388 \end_inset
19389
19390
19391 \end_layout
19392
19393 \end_inset
19394 </cell>
19395 </row>
19396 <row>
19397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19398 \begin_inset Text
19399
19400 \begin_layout Plain Layout
19401
19402 \backslash
19403 scriptscriptstyle
19404 \end_layout
19405
19406 \end_inset
19407 </cell>
19408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19409 \begin_inset Text
19410
19411 \begin_layout Plain Layout
19412 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19413 \end_inset
19414
19415
19416 \end_layout
19417
19418 \end_inset
19419 </cell>
19420 </row>
19421 </lyxtabular>
19422
19423 \end_inset
19424
19425
19426 \end_layout
19427
19428 \begin_layout Standard
19429 After entering these commands, a blue box appears in which the formula parts
19430  are inserted.
19431 \end_layout
19432
19433 \begin_layout Standard
19434 There is a further method to change the font size, that though only works
19435  for symbols or letters in mathematical text.
19436  To use it, one of the above text size commands is inserted in mathematical
19437  text.
19438  All following characters until the end of the mathematical text or until
19439  another size command will have the selected size.
19440  Two examples:
19441 \begin_inset VSpace -2mm
19442 \end_inset
19443
19444
19445 \end_layout
19446
19447 \begin_layout Standard
19448 \begin_inset ERT
19449 status collapsed
19450
19451 \begin_layout Plain Layout
19452
19453
19454 \backslash
19455 huge 
19456 \end_layout
19457
19458 \end_inset
19459
19460
19461 \begin_inset Formula 
19462 \[
19463 A=\frac{B}{c}\cdot\maltese
19464 \]
19465
19466 \end_inset
19467
19468
19469 \begin_inset Formula 
19470 \[
19471 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19472 \]
19473
19474 \end_inset
19475
19476
19477 \begin_inset ERT
19478 status collapsed
19479
19480 \begin_layout Plain Layout
19481
19482
19483 \backslash
19484 normalsize 
19485 \end_layout
19486
19487 \end_inset
19488
19489
19490 \end_layout
19491
19492 \begin_layout Standard
19493 \begin_inset VSpace medskip
19494 \end_inset
19495
19496 Before both formulas the command 
19497 \series bold
19498
19499 \backslash
19500 huge
19501 \series default
19502  was inserted.
19503  The command for the second formula is:
19504 \begin_inset Newline newline
19505 \end_inset
19506
19507
19508 \series bold
19509
19510 \backslash
19511 maltese
19512 \begin_inset space \textvisiblespace{}
19513 \end_inset
19514
19515 A Alt+M M 
19516 \backslash
19517 Large
19518 \begin_inset space \textvisiblespace{}
19519 \end_inset
19520
19521
19522 \backslash
19523 maltese
19524 \begin_inset space \textvisiblespace{}
19525 \end_inset
19526
19527
19528 \backslash
19529 textit
19530 \begin_inset space \textvisiblespace{}
19531 \end_inset
19532
19533 A
19534 \begin_inset Formula $\to$
19535 \end_inset
19536
19537
19538 \begin_inset Formula $\to$
19539 \end_inset
19540
19541
19542 \begin_inset Newline newline
19543 \end_inset
19544
19545
19546 \begin_inset space \hspace*{}
19547 \length 1cm
19548 \end_inset
19549
19550 Alt+M
19551 \series default
19552  
19553 \series bold
19554
19555 \backslash
19556 tiny
19557 \begin_inset space \textvisiblespace{}
19558 \end_inset
19559
19560
19561 \backslash
19562 maltese
19563 \begin_inset space \textvisiblespace{}
19564 \end_inset
19565
19566
19567 \backslash
19568 textit
19569 \begin_inset space \textvisiblespace{}
19570 \end_inset
19571
19572 A
19573 \end_layout
19574
19575 \begin_layout Standard
19576 If a symbol cannot be displayed in different sizes, it will always be displayed
19577  in the default size.
19578 \end_layout
19579
19580 \begin_layout Section
19581 Greek Letters
19582 \begin_inset Index idx
19583 status collapsed
19584
19585 \begin_layout Plain Layout
19586 Greek letters
19587 \end_layout
19588
19589 \end_inset
19590
19591
19592 \end_layout
19593
19594 \begin_layout Standard
19595 Greek letters can also be inserted via the toolbar button 
19596 \begin_inset Info
19597 type  "icon"
19598 arg   "math-insert \\alpha"
19599 \end_inset
19600
19601 .
19602  All international typesetting norms purport that Greek letters in math
19603  have to be typeset italic/slanted.
19604  In some languages, like French or Russian, they are nevertheless sometimes
19605  typeset upright.
19606 \end_layout
19607
19608 \begin_layout Subsection
19609 Small Letters
19610 \begin_inset Index idx
19611 status collapsed
19612
19613 \begin_layout Plain Layout
19614 Greek letters ! small
19615 \end_layout
19616
19617 \end_inset
19618
19619
19620 \end_layout
19621
19622 \begin_layout Standard
19623 \begin_inset space \hfill{}
19624 \end_inset
19625
19626
19627 \begin_inset Tabular
19628 <lyxtabular version="3" rows="11" columns="2">
19629 <features booktabs="true" tabularvalignment="middle">
19630 <column alignment="center" valignment="top" width="0pt">
19631 <column alignment="center" valignment="top" width="0pt">
19632 <row>
19633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19634 \begin_inset Text
19635
19636 \begin_layout Plain Layout
19637 Command
19638 \end_layout
19639
19640 \end_inset
19641 </cell>
19642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19643 \begin_inset Text
19644
19645 \begin_layout Plain Layout
19646 Result
19647 \end_layout
19648
19649 \end_inset
19650 </cell>
19651 </row>
19652 <row>
19653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19654 \begin_inset Text
19655
19656 \begin_layout Plain Layout
19657
19658 \backslash
19659 alpha
19660 \end_layout
19661
19662 \end_inset
19663 </cell>
19664 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19665 \begin_inset Text
19666
19667 \begin_layout Plain Layout
19668 \begin_inset Formula $\alpha$
19669 \end_inset
19670
19671
19672 \end_layout
19673
19674 \end_inset
19675 </cell>
19676 </row>
19677 <row>
19678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19679 \begin_inset Text
19680
19681 \begin_layout Plain Layout
19682
19683 \backslash
19684 beta
19685 \end_layout
19686
19687 \end_inset
19688 </cell>
19689 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19690 \begin_inset Text
19691
19692 \begin_layout Plain Layout
19693 \begin_inset Formula $\beta$
19694 \end_inset
19695
19696
19697 \end_layout
19698
19699 \end_inset
19700 </cell>
19701 </row>
19702 <row>
19703 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19704 \begin_inset Text
19705
19706 \begin_layout Plain Layout
19707
19708 \backslash
19709 gamma
19710 \end_layout
19711
19712 \end_inset
19713 </cell>
19714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19715 \begin_inset Text
19716
19717 \begin_layout Plain Layout
19718 \begin_inset Formula $\gamma$
19719 \end_inset
19720
19721
19722 \end_layout
19723
19724 \end_inset
19725 </cell>
19726 </row>
19727 <row>
19728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19729 \begin_inset Text
19730
19731 \begin_layout Plain Layout
19732
19733 \backslash
19734 delta
19735 \end_layout
19736
19737 \end_inset
19738 </cell>
19739 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19740 \begin_inset Text
19741
19742 \begin_layout Plain Layout
19743 \begin_inset Formula $\delta$
19744 \end_inset
19745
19746
19747 \end_layout
19748
19749 \end_inset
19750 </cell>
19751 </row>
19752 <row>
19753 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19754 \begin_inset Text
19755
19756 \begin_layout Plain Layout
19757
19758 \backslash
19759 epsilon
19760 \end_layout
19761
19762 \end_inset
19763 </cell>
19764 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19765 \begin_inset Text
19766
19767 \begin_layout Plain Layout
19768 \begin_inset Formula $\epsilon$
19769 \end_inset
19770
19771
19772 \end_layout
19773
19774 \end_inset
19775 </cell>
19776 </row>
19777 <row>
19778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19779 \begin_inset Text
19780
19781 \begin_layout Plain Layout
19782
19783 \backslash
19784 varepsilon
19785 \end_layout
19786
19787 \end_inset
19788 </cell>
19789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19790 \begin_inset Text
19791
19792 \begin_layout Plain Layout
19793 \begin_inset Formula $\varepsilon$
19794 \end_inset
19795
19796
19797 \end_layout
19798
19799 \end_inset
19800 </cell>
19801 </row>
19802 <row>
19803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19804 \begin_inset Text
19805
19806 \begin_layout Plain Layout
19807
19808 \backslash
19809 zeta
19810 \end_layout
19811
19812 \end_inset
19813 </cell>
19814 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19815 \begin_inset Text
19816
19817 \begin_layout Plain Layout
19818 \begin_inset Formula $\zeta$
19819 \end_inset
19820
19821
19822 \end_layout
19823
19824 \end_inset
19825 </cell>
19826 </row>
19827 <row>
19828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19829 \begin_inset Text
19830
19831 \begin_layout Plain Layout
19832
19833 \backslash
19834 eta
19835 \end_layout
19836
19837 \end_inset
19838 </cell>
19839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19840 \begin_inset Text
19841
19842 \begin_layout Plain Layout
19843 \begin_inset Formula $\eta$
19844 \end_inset
19845
19846
19847 \end_layout
19848
19849 \end_inset
19850 </cell>
19851 </row>
19852 <row>
19853 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19854 \begin_inset Text
19855
19856 \begin_layout Plain Layout
19857
19858 \backslash
19859 theta
19860 \end_layout
19861
19862 \end_inset
19863 </cell>
19864 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19865 \begin_inset Text
19866
19867 \begin_layout Plain Layout
19868 \begin_inset Formula $\theta$
19869 \end_inset
19870
19871
19872 \end_layout
19873
19874 \end_inset
19875 </cell>
19876 </row>
19877 <row>
19878 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19879 \begin_inset Text
19880
19881 \begin_layout Plain Layout
19882
19883 \backslash
19884 vartheta
19885 \end_layout
19886
19887 \end_inset
19888 </cell>
19889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19890 \begin_inset Text
19891
19892 \begin_layout Plain Layout
19893 \begin_inset Formula $\vartheta$
19894 \end_inset
19895
19896
19897 \end_layout
19898
19899 \end_inset
19900 </cell>
19901 </row>
19902 </lyxtabular>
19903
19904 \end_inset
19905
19906
19907 \begin_inset space \hfill{}
19908 \end_inset
19909
19910
19911 \begin_inset Tabular
19912 <lyxtabular version="3" rows="12" columns="2">
19913 <features booktabs="true" tabularvalignment="middle">
19914 <column alignment="center" valignment="top" width="0pt">
19915 <column alignment="center" valignment="top" width="0pt">
19916 <row>
19917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19918 \begin_inset Text
19919
19920 \begin_layout Plain Layout
19921 Command
19922 \end_layout
19923
19924 \end_inset
19925 </cell>
19926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19927 \begin_inset Text
19928
19929 \begin_layout Plain Layout
19930 Result
19931 \end_layout
19932
19933 \end_inset
19934 </cell>
19935 </row>
19936 <row>
19937 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19938 \begin_inset Text
19939
19940 \begin_layout Plain Layout
19941
19942 \backslash
19943 iota
19944 \end_layout
19945
19946 \end_inset
19947 </cell>
19948 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19949 \begin_inset Text
19950
19951 \begin_layout Plain Layout
19952 \begin_inset Formula $\iota$
19953 \end_inset
19954
19955
19956 \end_layout
19957
19958 \end_inset
19959 </cell>
19960 </row>
19961 <row>
19962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19963 \begin_inset Text
19964
19965 \begin_layout Plain Layout
19966
19967 \backslash
19968 kappa
19969 \end_layout
19970
19971 \end_inset
19972 </cell>
19973 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19974 \begin_inset Text
19975
19976 \begin_layout Plain Layout
19977 \begin_inset Formula $\kappa$
19978 \end_inset
19979
19980
19981 \end_layout
19982
19983 \end_inset
19984 </cell>
19985 </row>
19986 <row>
19987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19988 \begin_inset Text
19989
19990 \begin_layout Plain Layout
19991
19992 \backslash
19993 varkappa
19994 \end_layout
19995
19996 \end_inset
19997 </cell>
19998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19999 \begin_inset Text
20000
20001 \begin_layout Plain Layout
20002 \begin_inset Formula $\varkappa$
20003 \end_inset
20004
20005
20006 \end_layout
20007
20008 \end_inset
20009 </cell>
20010 </row>
20011 <row>
20012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20013 \begin_inset Text
20014
20015 \begin_layout Plain Layout
20016
20017 \backslash
20018 lambda
20019 \end_layout
20020
20021 \end_inset
20022 </cell>
20023 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20024 \begin_inset Text
20025
20026 \begin_layout Plain Layout
20027 \begin_inset Formula $\lambda$
20028 \end_inset
20029
20030
20031 \end_layout
20032
20033 \end_inset
20034 </cell>
20035 </row>
20036 <row>
20037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20038 \begin_inset Text
20039
20040 \begin_layout Plain Layout
20041
20042 \backslash
20043 mu
20044 \end_layout
20045
20046 \end_inset
20047 </cell>
20048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20049 \begin_inset Text
20050
20051 \begin_layout Plain Layout
20052 \begin_inset Formula $\mu$
20053 \end_inset
20054
20055
20056 \end_layout
20057
20058 \end_inset
20059 </cell>
20060 </row>
20061 <row>
20062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20063 \begin_inset Text
20064
20065 \begin_layout Plain Layout
20066
20067 \backslash
20068 nu
20069 \end_layout
20070
20071 \end_inset
20072 </cell>
20073 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20074 \begin_inset Text
20075
20076 \begin_layout Plain Layout
20077 \begin_inset Formula $\nu$
20078 \end_inset
20079
20080
20081 \end_layout
20082
20083 \end_inset
20084 </cell>
20085 </row>
20086 <row>
20087 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20088 \begin_inset Text
20089
20090 \begin_layout Plain Layout
20091
20092 \backslash
20093 xi
20094 \end_layout
20095
20096 \end_inset
20097 </cell>
20098 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20099 \begin_inset Text
20100
20101 \begin_layout Plain Layout
20102 \begin_inset Formula $\xi$
20103 \end_inset
20104
20105
20106 \end_layout
20107
20108 \end_inset
20109 </cell>
20110 </row>
20111 <row>
20112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20113 \begin_inset Text
20114
20115 \begin_layout Plain Layout
20116 o
20117 \end_layout
20118
20119 \end_inset
20120 </cell>
20121 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20122 \begin_inset Text
20123
20124 \begin_layout Plain Layout
20125 \begin_inset Formula $o$
20126 \end_inset
20127
20128
20129 \end_layout
20130
20131 \end_inset
20132 </cell>
20133 </row>
20134 <row>
20135 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20136 \begin_inset Text
20137
20138 \begin_layout Plain Layout
20139
20140 \backslash
20141 pi
20142 \end_layout
20143
20144 \end_inset
20145 </cell>
20146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20147 \begin_inset Text
20148
20149 \begin_layout Plain Layout
20150 \begin_inset Formula $\pi$
20151 \end_inset
20152
20153
20154 \end_layout
20155
20156 \end_inset
20157 </cell>
20158 </row>
20159 <row>
20160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20161 \begin_inset Text
20162
20163 \begin_layout Plain Layout
20164
20165 \backslash
20166 varpi
20167 \end_layout
20168
20169 \end_inset
20170 </cell>
20171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20172 \begin_inset Text
20173
20174 \begin_layout Plain Layout
20175 \begin_inset Formula $\varpi$
20176 \end_inset
20177
20178
20179 \end_layout
20180
20181 \end_inset
20182 </cell>
20183 </row>
20184 <row>
20185 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20186 \begin_inset Text
20187
20188 \begin_layout Plain Layout
20189
20190 \backslash
20191 rho
20192 \end_layout
20193
20194 \end_inset
20195 </cell>
20196 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20197 \begin_inset Text
20198
20199 \begin_layout Plain Layout
20200 \begin_inset Formula $\rho$
20201 \end_inset
20202
20203
20204 \end_layout
20205
20206 \end_inset
20207 </cell>
20208 </row>
20209 </lyxtabular>
20210
20211 \end_inset
20212
20213
20214 \begin_inset space \hfill{}
20215 \end_inset
20216
20217
20218 \begin_inset Tabular
20219 <lyxtabular version="3" rows="11" columns="2">
20220 <features booktabs="true" tabularvalignment="middle">
20221 <column alignment="center" valignment="top" width="0pt">
20222 <column alignment="center" valignment="top" width="0pt">
20223 <row>
20224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20225 \begin_inset Text
20226
20227 \begin_layout Plain Layout
20228 Command
20229 \end_layout
20230
20231 \end_inset
20232 </cell>
20233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20234 \begin_inset Text
20235
20236 \begin_layout Plain Layout
20237 Result
20238 \end_layout
20239
20240 \end_inset
20241 </cell>
20242 </row>
20243 <row>
20244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20245 \begin_inset Text
20246
20247 \begin_layout Plain Layout
20248
20249 \backslash
20250 varrho
20251 \end_layout
20252
20253 \end_inset
20254 </cell>
20255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20256 \begin_inset Text
20257
20258 \begin_layout Plain Layout
20259 \begin_inset Formula $\varrho$
20260 \end_inset
20261
20262
20263 \end_layout
20264
20265 \end_inset
20266 </cell>
20267 </row>
20268 <row>
20269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20270 \begin_inset Text
20271
20272 \begin_layout Plain Layout
20273
20274 \backslash
20275 sigma
20276 \end_layout
20277
20278 \end_inset
20279 </cell>
20280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20281 \begin_inset Text
20282
20283 \begin_layout Plain Layout
20284 \begin_inset Formula $\sigma$
20285 \end_inset
20286
20287
20288 \end_layout
20289
20290 \end_inset
20291 </cell>
20292 </row>
20293 <row>
20294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20295 \begin_inset Text
20296
20297 \begin_layout Plain Layout
20298
20299 \backslash
20300 varsigma
20301 \end_layout
20302
20303 \end_inset
20304 </cell>
20305 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20306 \begin_inset Text
20307
20308 \begin_layout Plain Layout
20309 \begin_inset Formula $\varsigma$
20310 \end_inset
20311
20312
20313 \end_layout
20314
20315 \end_inset
20316 </cell>
20317 </row>
20318 <row>
20319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20320 \begin_inset Text
20321
20322 \begin_layout Plain Layout
20323
20324 \backslash
20325 tau
20326 \end_layout
20327
20328 \end_inset
20329 </cell>
20330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20331 \begin_inset Text
20332
20333 \begin_layout Plain Layout
20334 \begin_inset Formula $\tau$
20335 \end_inset
20336
20337
20338 \end_layout
20339
20340 \end_inset
20341 </cell>
20342 </row>
20343 <row>
20344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20345 \begin_inset Text
20346
20347 \begin_layout Plain Layout
20348
20349 \backslash
20350 upsilon
20351 \end_layout
20352
20353 \end_inset
20354 </cell>
20355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20356 \begin_inset Text
20357
20358 \begin_layout Plain Layout
20359 \begin_inset Formula $\upsilon$
20360 \end_inset
20361
20362
20363 \end_layout
20364
20365 \end_inset
20366 </cell>
20367 </row>
20368 <row>
20369 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20370 \begin_inset Text
20371
20372 \begin_layout Plain Layout
20373
20374 \backslash
20375 phi
20376 \end_layout
20377
20378 \end_inset
20379 </cell>
20380 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20381 \begin_inset Text
20382
20383 \begin_layout Plain Layout
20384 \begin_inset Formula $\phi$
20385 \end_inset
20386
20387
20388 \end_layout
20389
20390 \end_inset
20391 </cell>
20392 </row>
20393 <row>
20394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20395 \begin_inset Text
20396
20397 \begin_layout Plain Layout
20398
20399 \backslash
20400 varphi
20401 \end_layout
20402
20403 \end_inset
20404 </cell>
20405 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20406 \begin_inset Text
20407
20408 \begin_layout Plain Layout
20409 \begin_inset Formula $\varphi$
20410 \end_inset
20411
20412
20413 \end_layout
20414
20415 \end_inset
20416 </cell>
20417 </row>
20418 <row>
20419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20420 \begin_inset Text
20421
20422 \begin_layout Plain Layout
20423
20424 \backslash
20425 chi
20426 \end_layout
20427
20428 \end_inset
20429 </cell>
20430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20431 \begin_inset Text
20432
20433 \begin_layout Plain Layout
20434 \begin_inset Formula $\chi$
20435 \end_inset
20436
20437
20438 \end_layout
20439
20440 \end_inset
20441 </cell>
20442 </row>
20443 <row>
20444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20445 \begin_inset Text
20446
20447 \begin_layout Plain Layout
20448
20449 \backslash
20450 psi
20451 \end_layout
20452
20453 \end_inset
20454 </cell>
20455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20456 \begin_inset Text
20457
20458 \begin_layout Plain Layout
20459 \begin_inset Formula $\psi$
20460 \end_inset
20461
20462
20463 \end_layout
20464
20465 \end_inset
20466 </cell>
20467 </row>
20468 <row>
20469 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20470 \begin_inset Text
20471
20472 \begin_layout Plain Layout
20473
20474 \backslash
20475 omega
20476 \end_layout
20477
20478 \end_inset
20479 </cell>
20480 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20481 \begin_inset Text
20482
20483 \begin_layout Plain Layout
20484 \begin_inset Formula $\omega$
20485 \end_inset
20486
20487
20488 \end_layout
20489
20490 \end_inset
20491 </cell>
20492 </row>
20493 </lyxtabular>
20494
20495 \end_inset
20496
20497
20498 \begin_inset space \hfill{}
20499 \end_inset
20500
20501
20502 \end_layout
20503
20504 \begin_layout Standard
20505 \begin_inset VSpace medskip
20506 \end_inset
20507
20508
20509 \end_layout
20510
20511 \begin_layout Standard
20512 How to create special upright Greek letters is explained in 
20513 \begin_inset CommandInset ref
20514 LatexCommand ref
20515 reference "subsec:Upright-small-Greek"
20516
20517 \end_inset
20518
20519 .
20520 \end_layout
20521
20522 \begin_layout Subsection
20523 Big Letters
20524 \begin_inset Index idx
20525 status collapsed
20526
20527 \begin_layout Plain Layout
20528 Greek letters ! big
20529 \end_layout
20530
20531 \end_inset
20532
20533
20534 \end_layout
20535
20536 \begin_layout Standard
20537 \begin_inset space \hfill{}
20538 \end_inset
20539
20540
20541 \begin_inset Tabular
20542 <lyxtabular version="3" rows="7" columns="2">
20543 <features booktabs="true" tabularvalignment="middle">
20544 <column alignment="center" valignment="top" width="0pt">
20545 <column alignment="center" valignment="top" width="0pt">
20546 <row>
20547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20548 \begin_inset Text
20549
20550 \begin_layout Plain Layout
20551 Command
20552 \end_layout
20553
20554 \end_inset
20555 </cell>
20556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20557 \begin_inset Text
20558
20559 \begin_layout Plain Layout
20560 Result
20561 \end_layout
20562
20563 \end_inset
20564 </cell>
20565 </row>
20566 <row>
20567 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20568 \begin_inset Text
20569
20570 \begin_layout Plain Layout
20571
20572 \backslash
20573 Gamma
20574 \end_layout
20575
20576 \end_inset
20577 </cell>
20578 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20579 \begin_inset Text
20580
20581 \begin_layout Plain Layout
20582 \begin_inset Formula $\Gamma$
20583 \end_inset
20584
20585
20586 \end_layout
20587
20588 \end_inset
20589 </cell>
20590 </row>
20591 <row>
20592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20593 \begin_inset Text
20594
20595 \begin_layout Plain Layout
20596
20597 \backslash
20598 Delta
20599 \end_layout
20600
20601 \end_inset
20602 </cell>
20603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20604 \begin_inset Text
20605
20606 \begin_layout Plain Layout
20607 \begin_inset Formula $\Delta$
20608 \end_inset
20609
20610
20611 \end_layout
20612
20613 \end_inset
20614 </cell>
20615 </row>
20616 <row>
20617 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20618 \begin_inset Text
20619
20620 \begin_layout Plain Layout
20621
20622 \backslash
20623 Theta
20624 \end_layout
20625
20626 \end_inset
20627 </cell>
20628 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20629 \begin_inset Text
20630
20631 \begin_layout Plain Layout
20632 \begin_inset Formula $\Theta$
20633 \end_inset
20634
20635
20636 \end_layout
20637
20638 \end_inset
20639 </cell>
20640 </row>
20641 <row>
20642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20643 \begin_inset Text
20644
20645 \begin_layout Plain Layout
20646
20647 \backslash
20648 Lambda
20649 \end_layout
20650
20651 \end_inset
20652 </cell>
20653 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20654 \begin_inset Text
20655
20656 \begin_layout Plain Layout
20657 \begin_inset Formula $\Lambda$
20658 \end_inset
20659
20660
20661 \end_layout
20662
20663 \end_inset
20664 </cell>
20665 </row>
20666 <row>
20667 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20668 \begin_inset Text
20669
20670 \begin_layout Plain Layout
20671
20672 \backslash
20673 Xi
20674 \end_layout
20675
20676 \end_inset
20677 </cell>
20678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20679 \begin_inset Text
20680
20681 \begin_layout Plain Layout
20682 \begin_inset Formula $\Xi$
20683 \end_inset
20684
20685
20686 \end_layout
20687
20688 \end_inset
20689 </cell>
20690 </row>
20691 <row>
20692 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20693 \begin_inset Text
20694
20695 \begin_layout Plain Layout
20696
20697 \backslash
20698 Pi
20699 \end_layout
20700
20701 \end_inset
20702 </cell>
20703 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20704 \begin_inset Text
20705
20706 \begin_layout Plain Layout
20707 \begin_inset Formula $\Pi$
20708 \end_inset
20709
20710
20711 \end_layout
20712
20713 \end_inset
20714 </cell>
20715 </row>
20716 </lyxtabular>
20717
20718 \end_inset
20719
20720
20721 \begin_inset space \hfill{}
20722 \end_inset
20723
20724
20725 \begin_inset Tabular
20726 <lyxtabular version="3" rows="6" columns="2">
20727 <features booktabs="true" tabularvalignment="middle">
20728 <column alignment="center" valignment="top" width="0pt">
20729 <column alignment="center" valignment="top" width="0pt">
20730 <row>
20731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20732 \begin_inset Text
20733
20734 \begin_layout Plain Layout
20735 Command
20736 \end_layout
20737
20738 \end_inset
20739 </cell>
20740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20741 \begin_inset Text
20742
20743 \begin_layout Plain Layout
20744 Result
20745 \end_layout
20746
20747 \end_inset
20748 </cell>
20749 </row>
20750 <row>
20751 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20752 \begin_inset Text
20753
20754 \begin_layout Plain Layout
20755
20756 \backslash
20757 Sigma
20758 \end_layout
20759
20760 \end_inset
20761 </cell>
20762 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20763 \begin_inset Text
20764
20765 \begin_layout Plain Layout
20766 \begin_inset Formula $\Sigma$
20767 \end_inset
20768
20769
20770 \end_layout
20771
20772 \end_inset
20773 </cell>
20774 </row>
20775 <row>
20776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20777 \begin_inset Text
20778
20779 \begin_layout Plain Layout
20780
20781 \backslash
20782 Upsilon
20783 \end_layout
20784
20785 \end_inset
20786 </cell>
20787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20788 \begin_inset Text
20789
20790 \begin_layout Plain Layout
20791 \begin_inset Formula $\Upsilon$
20792 \end_inset
20793
20794
20795 \end_layout
20796
20797 \end_inset
20798 </cell>
20799 </row>
20800 <row>
20801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20802 \begin_inset Text
20803
20804 \begin_layout Plain Layout
20805
20806 \backslash
20807 Phi
20808 \end_layout
20809
20810 \end_inset
20811 </cell>
20812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20813 \begin_inset Text
20814
20815 \begin_layout Plain Layout
20816 \begin_inset Formula $\Phi$
20817 \end_inset
20818
20819
20820 \end_layout
20821
20822 \end_inset
20823 </cell>
20824 </row>
20825 <row>
20826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20827 \begin_inset Text
20828
20829 \begin_layout Plain Layout
20830
20831 \backslash
20832 Psi
20833 \end_layout
20834
20835 \end_inset
20836 </cell>
20837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841 \begin_inset Formula $\Psi$
20842 \end_inset
20843
20844
20845 \end_layout
20846
20847 \end_inset
20848 </cell>
20849 </row>
20850 <row>
20851 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20852 \begin_inset Text
20853
20854 \begin_layout Plain Layout
20855
20856 \backslash
20857 Omega
20858 \end_layout
20859
20860 \end_inset
20861 </cell>
20862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20863 \begin_inset Text
20864
20865 \begin_layout Plain Layout
20866 \begin_inset Formula $\Omega$
20867 \end_inset
20868
20869
20870 \end_layout
20871
20872 \end_inset
20873 </cell>
20874 </row>
20875 </lyxtabular>
20876
20877 \end_inset
20878
20879
20880 \begin_inset space \hfill{}
20881 \end_inset
20882
20883
20884 \end_layout
20885
20886 \begin_layout Standard
20887 \begin_inset VSpace medskip
20888 \end_inset
20889
20890 That the big Greek letters appear upright is caused by a design bug when
20891  \SpecialChar TeX
20892  was developed.
20893  To get correct italic big letters, begin every command with 
20894 \series bold
20895 var
20896 \series default
20897 .
20898  For example the command 
20899 \series bold
20900
20901 \backslash
20902 varGamma
20903 \series default
20904  produces 
20905 \begin_inset Formula $\varGamma$
20906 \end_inset
20907
20908 .
20909  Another way is to load the package 
20910 \series bold
20911 fixmath
20912 \series default
20913
20914 \begin_inset Foot
20915 status collapsed
20916
20917 \begin_layout Plain Layout
20918
20919 \series bold
20920 fixmath
20921 \series default
20922  is part of the \SpecialChar LaTeX
20923 -package 
20924 \series bold
20925 was
20926 \series default
20927
20928 \begin_inset Index idx
20929 status collapsed
20930
20931 \begin_layout Plain Layout
20932 Packages ! was
20933 \begin_inset ERT
20934 status collapsed
20935
20936 \begin_layout Plain Layout
20937
20938
20939 \backslash
20940 vspace{4mm}
20941 \end_layout
20942
20943 \end_inset
20944
20945
20946 \end_layout
20947
20948 \end_inset
20949
20950 .
20951 \end_layout
20952
20953 \end_inset
20954
20955
20956 \begin_inset Index idx
20957 status collapsed
20958
20959 \begin_layout Plain Layout
20960 Packages ! fixmath
20961 \end_layout
20962
20963 \end_inset
20964
20965  with the \SpecialChar LaTeX
20966 -preamble line
20967 \end_layout
20968
20969 \begin_layout Standard
20970
20971 \series bold
20972
20973 \backslash
20974 usepackage{fixmath}
20975 \end_layout
20976
20977 \begin_layout Standard
20978 Then all big Greek letters in a document will automatically be typeset italic.
20979 \end_layout
20980
20981 \begin_layout Subsection
20982 Bold Letters
20983 \begin_inset Index idx
20984 status collapsed
20985
20986 \begin_layout Plain Layout
20987 Greek letters ! bold
20988 \end_layout
20989
20990 \end_inset
20991
20992
20993 \end_layout
20994
20995 \begin_layout Standard
20996 Greek letters cannot be set with different font styles like Latin letters.
20997  They can only be made bold with the command 
20998 \series bold
20999
21000 \backslash
21001 boldsymbol
21002 \series default
21003
21004 \begin_inset Index idx
21005 status collapsed
21006
21007 \begin_layout Plain Layout
21008 Commands ! B ! 
21009 \backslash
21010 boldsymbol
21011 \end_layout
21012
21013 \end_inset
21014
21015 .
21016 \end_layout
21017
21018 \begin_layout Standard
21019 \align center
21020 \begin_inset Tabular
21021 <lyxtabular version="3" rows="3" columns="2">
21022 <features booktabs="true" tabularvalignment="middle">
21023 <column alignment="center" valignment="top" width="0pt">
21024 <column alignment="center" valignment="top">
21025 <row>
21026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21027 \begin_inset Text
21028
21029 \begin_layout Plain Layout
21030 Command
21031 \end_layout
21032
21033 \end_inset
21034 </cell>
21035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21036 \begin_inset Text
21037
21038 \begin_layout Plain Layout
21039 Result
21040 \end_layout
21041
21042 \end_inset
21043 </cell>
21044 </row>
21045 <row>
21046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21047 \begin_inset Text
21048
21049 \begin_layout Plain Layout
21050
21051 \backslash
21052 Upsilon
21053 \backslash
21054 boldsymbol
21055 \backslash
21056 Upsilon
21057 \end_layout
21058
21059 \end_inset
21060 </cell>
21061 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21062 \begin_inset Text
21063
21064 \begin_layout Plain Layout
21065 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21066 \end_inset
21067
21068
21069 \end_layout
21070
21071 \end_inset
21072 </cell>
21073 </row>
21074 <row>
21075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079
21080 \backslash
21081 theta
21082 \backslash
21083 boldsymbol
21084 \backslash
21085 theta
21086 \end_layout
21087
21088 \end_inset
21089 </cell>
21090 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21091 \begin_inset Text
21092
21093 \begin_layout Plain Layout
21094 \begin_inset Formula $\theta\boldsymbol{\theta}$
21095 \end_inset
21096
21097
21098 \end_layout
21099
21100 \end_inset
21101 </cell>
21102 </row>
21103 </lyxtabular>
21104
21105 \end_inset
21106
21107
21108 \end_layout
21109
21110 \begin_layout Section
21111 Symbols
21112 \begin_inset ERT
21113 status collapsed
21114
21115 \begin_layout Plain Layout
21116
21117
21118 \backslash
21119 texorpdfstring{
21120 \end_layout
21121
21122 \end_inset
21123
21124
21125 \begin_inset Foot
21126 status collapsed
21127
21128 \begin_layout Plain Layout
21129 A list with all symbols of most of the \SpecialChar LaTeX
21130 -packages can be found in 
21131 \begin_inset CommandInset citation
21132 LatexCommand cite
21133 key "Symbols"
21134 literal "true"
21135
21136 \end_inset
21137
21138 .
21139 \end_layout
21140
21141 \end_inset
21142
21143
21144 \begin_inset ERT
21145 status collapsed
21146
21147 \begin_layout Plain Layout
21148
21149 }{}
21150 \end_layout
21151
21152 \end_inset
21153
21154
21155 \begin_inset Note Note
21156 status collapsed
21157
21158 \begin_layout Plain Layout
21159
21160 \backslash
21161 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21162 \end_layout
21163
21164 \begin_layout Plain Layout
21165 More about 
21166 \backslash
21167 texorpdfstring is in section 
21168 \begin_inset CommandInset ref
21169 LatexCommand ref
21170 reference "subsec:Formulas-in-Section"
21171
21172 \end_inset
21173
21174 .
21175 \end_layout
21176
21177 \end_inset
21178
21179
21180 \begin_inset Index idx
21181 status collapsed
21182
21183 \begin_layout Plain Layout
21184 Symbols
21185 \end_layout
21186
21187 \end_inset
21188
21189
21190 \end_layout
21191
21192 \begin_layout Standard
21193 Many of the symbols listed in this section can also be inserted via the
21194  toolbar buttons 
21195 \begin_inset Info
21196 type  "icon"
21197 arg   "math-insert \\nabla"
21198 \end_inset
21199
21200  and 
21201 \begin_inset Info
21202 type  "icon"
21203 arg   "math-insert \\digamma"
21204 \end_inset
21205
21206 .
21207 \end_layout
21208
21209 \begin_layout Subsection
21210 Mathematical Symbols
21211 \begin_inset CommandInset label
21212 LatexCommand label
21213 name "subsec:Mathematical-Symbols"
21214
21215 \end_inset
21216
21217
21218 \begin_inset Index idx
21219 status collapsed
21220
21221 \begin_layout Plain Layout
21222 Symbols ! mathematical
21223 \end_layout
21224
21225 \end_inset
21226
21227
21228 \end_layout
21229
21230 \begin_layout Standard
21231 \begin_inset Tabular
21232 <lyxtabular version="3" rows="10" columns="2">
21233 <features booktabs="true" tabularvalignment="middle">
21234 <column alignment="center" valignment="top" width="0pt">
21235 <column alignment="center" valignment="top" width="0pt">
21236 <row>
21237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21238 \begin_inset Text
21239
21240 \begin_layout Plain Layout
21241 Command
21242 \end_layout
21243
21244 \end_inset
21245 </cell>
21246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21247 \begin_inset Text
21248
21249 \begin_layout Plain Layout
21250 Symbol
21251 \end_layout
21252
21253 \end_inset
21254 </cell>
21255 </row>
21256 <row>
21257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21258 \begin_inset Text
21259
21260 \begin_layout Plain Layout
21261
21262 \backslash
21263 neg
21264 \end_layout
21265
21266 \end_inset
21267 </cell>
21268 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21269 \begin_inset Text
21270
21271 \begin_layout Plain Layout
21272 \begin_inset Formula $\neg$
21273 \end_inset
21274
21275
21276 \end_layout
21277
21278 \end_inset
21279 </cell>
21280 </row>
21281 <row>
21282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21283 \begin_inset Text
21284
21285 \begin_layout Plain Layout
21286
21287 \backslash
21288 Im
21289 \end_layout
21290
21291 \end_inset
21292 </cell>
21293 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21294 \begin_inset Text
21295
21296 \begin_layout Plain Layout
21297 \begin_inset Formula $\Im$
21298 \end_inset
21299
21300
21301 \end_layout
21302
21303 \end_inset
21304 </cell>
21305 </row>
21306 <row>
21307 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21308 \begin_inset Text
21309
21310 \begin_layout Plain Layout
21311
21312 \backslash
21313 Re
21314 \end_layout
21315
21316 \end_inset
21317 </cell>
21318 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21319 \begin_inset Text
21320
21321 \begin_layout Plain Layout
21322 \begin_inset Formula $\Re$
21323 \end_inset
21324
21325
21326 \end_layout
21327
21328 \end_inset
21329 </cell>
21330 </row>
21331 <row>
21332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21333 \begin_inset Text
21334
21335 \begin_layout Plain Layout
21336
21337 \backslash
21338 aleph
21339 \end_layout
21340
21341 \end_inset
21342 </cell>
21343 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21344 \begin_inset Text
21345
21346 \begin_layout Plain Layout
21347 \begin_inset Formula $\aleph$
21348 \end_inset
21349
21350
21351 \end_layout
21352
21353 \end_inset
21354 </cell>
21355 </row>
21356 <row>
21357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21358 \begin_inset Text
21359
21360 \begin_layout Plain Layout
21361
21362 \backslash
21363 partial
21364 \end_layout
21365
21366 \end_inset
21367 </cell>
21368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21369 \begin_inset Text
21370
21371 \begin_layout Plain Layout
21372 \begin_inset Formula $\partial$
21373 \end_inset
21374
21375
21376 \end_layout
21377
21378 \end_inset
21379 </cell>
21380 </row>
21381 <row>
21382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21383 \begin_inset Text
21384
21385 \begin_layout Plain Layout
21386
21387 \backslash
21388 infty
21389 \end_layout
21390
21391 \end_inset
21392 </cell>
21393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21394 \begin_inset Text
21395
21396 \begin_layout Plain Layout
21397 \begin_inset Formula $\infty$
21398 \end_inset
21399
21400
21401 \end_layout
21402
21403 \end_inset
21404 </cell>
21405 </row>
21406 <row>
21407 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21408 \begin_inset Text
21409
21410 \begin_layout Plain Layout
21411
21412 \backslash
21413 wp
21414 \end_layout
21415
21416 \end_inset
21417 </cell>
21418 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21419 \begin_inset Text
21420
21421 \begin_layout Plain Layout
21422 \begin_inset Formula $\wp$
21423 \end_inset
21424
21425
21426 \end_layout
21427
21428 \end_inset
21429 </cell>
21430 </row>
21431 <row>
21432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21433 \begin_inset Text
21434
21435 \begin_layout Plain Layout
21436
21437 \backslash
21438 imath
21439 \end_layout
21440
21441 \end_inset
21442 </cell>
21443 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21444 \begin_inset Text
21445
21446 \begin_layout Plain Layout
21447 \begin_inset Formula $\imath$
21448 \end_inset
21449
21450
21451 \end_layout
21452
21453 \end_inset
21454 </cell>
21455 </row>
21456 <row>
21457 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21458 \begin_inset Text
21459
21460 \begin_layout Plain Layout
21461
21462 \backslash
21463 jmath
21464 \end_layout
21465
21466 \end_inset
21467 </cell>
21468 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21469 \begin_inset Text
21470
21471 \begin_layout Plain Layout
21472 \begin_inset Formula $\jmath$
21473 \end_inset
21474
21475
21476 \end_layout
21477
21478 \end_inset
21479 </cell>
21480 </row>
21481 </lyxtabular>
21482
21483 \end_inset
21484
21485
21486 \begin_inset space \hfill{}
21487 \end_inset
21488
21489
21490 \begin_inset Tabular
21491 <lyxtabular version="3" rows="10" columns="2">
21492 <features booktabs="true" tabularvalignment="middle">
21493 <column alignment="center" valignment="top" width="0pt">
21494 <column alignment="center" valignment="top" width="0pt">
21495 <row>
21496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21497 \begin_inset Text
21498
21499 \begin_layout Plain Layout
21500 Command
21501 \end_layout
21502
21503 \end_inset
21504 </cell>
21505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21506 \begin_inset Text
21507
21508 \begin_layout Plain Layout
21509 Symbol
21510 \begin_inset Note Note
21511 status collapsed
21512
21513 \begin_layout Plain Layout
21514
21515 \series bold
21516
21517 \backslash
21518 raisebox
21519 \series default
21520  is only used as spacer.
21521 \end_layout
21522
21523 \end_inset
21524
21525
21526 \end_layout
21527
21528 \end_inset
21529 </cell>
21530 </row>
21531 <row>
21532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21533 \begin_inset Text
21534
21535 \begin_layout Plain Layout
21536
21537 \backslash
21538 forall
21539 \end_layout
21540
21541 \end_inset
21542 </cell>
21543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21544 \begin_inset Text
21545
21546 \begin_layout Plain Layout
21547 \begin_inset Formula $\forall$
21548 \end_inset
21549
21550
21551 \end_layout
21552
21553 \end_inset
21554 </cell>
21555 </row>
21556 <row>
21557 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21558 \begin_inset Text
21559
21560 \begin_layout Plain Layout
21561
21562 \backslash
21563 exists
21564 \end_layout
21565
21566 \end_inset
21567 </cell>
21568 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21569 \begin_inset Text
21570
21571 \begin_layout Plain Layout
21572 \begin_inset Formula $\exists$
21573 \end_inset
21574
21575
21576 \end_layout
21577
21578 \end_inset
21579 </cell>
21580 </row>
21581 <row>
21582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21583 \begin_inset Text
21584
21585 \begin_layout Plain Layout
21586
21587 \backslash
21588 nexists
21589 \end_layout
21590
21591 \end_inset
21592 </cell>
21593 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21594 \begin_inset Text
21595
21596 \begin_layout Plain Layout
21597 \begin_inset Formula $\nexists$
21598 \end_inset
21599
21600
21601 \end_layout
21602
21603 \end_inset
21604 </cell>
21605 </row>
21606 <row>
21607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21608 \begin_inset Text
21609
21610 \begin_layout Plain Layout
21611
21612 \backslash
21613 emptyset
21614 \end_layout
21615
21616 \end_inset
21617 </cell>
21618 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21619 \begin_inset Text
21620
21621 \begin_layout Plain Layout
21622 \begin_inset Formula $\emptyset$
21623 \end_inset
21624
21625
21626 \end_layout
21627
21628 \end_inset
21629 </cell>
21630 </row>
21631 <row>
21632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21633 \begin_inset Text
21634
21635 \begin_layout Plain Layout
21636
21637 \backslash
21638 varnothing
21639 \end_layout
21640
21641 \end_inset
21642 </cell>
21643 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21644 \begin_inset Text
21645
21646 \begin_layout Plain Layout
21647 \begin_inset Formula $\varnothing$
21648 \end_inset
21649
21650
21651 \end_layout
21652
21653 \end_inset
21654 </cell>
21655 </row>
21656 <row>
21657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21658 \begin_inset Text
21659
21660 \begin_layout Plain Layout
21661
21662 \backslash
21663 dag
21664 \end_layout
21665
21666 \end_inset
21667 </cell>
21668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21669 \begin_inset Text
21670
21671 \begin_layout Plain Layout
21672 \begin_inset Formula $\dag$
21673 \end_inset
21674
21675
21676 \end_layout
21677
21678 \end_inset
21679 </cell>
21680 </row>
21681 <row>
21682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21683 \begin_inset Text
21684
21685 \begin_layout Plain Layout
21686
21687 \backslash
21688 ddag
21689 \end_layout
21690
21691 \end_inset
21692 </cell>
21693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21694 \begin_inset Text
21695
21696 \begin_layout Plain Layout
21697 \begin_inset Formula $\ddag$
21698 \end_inset
21699
21700
21701 \end_layout
21702
21703 \end_inset
21704 </cell>
21705 </row>
21706 <row>
21707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21708 \begin_inset Text
21709
21710 \begin_layout Plain Layout
21711
21712 \backslash
21713 complement
21714 \end_layout
21715
21716 \end_inset
21717 </cell>
21718 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21719 \begin_inset Text
21720
21721 \begin_layout Plain Layout
21722 \begin_inset ERT
21723 status collapsed
21724
21725 \begin_layout Plain Layout
21726
21727
21728 \backslash
21729 raisebox{-0.8mm}{
21730 \end_layout
21731
21732 \end_inset
21733
21734
21735 \begin_inset Formula $\complement$
21736 \end_inset
21737
21738
21739 \begin_inset ERT
21740 status collapsed
21741
21742 \begin_layout Plain Layout
21743
21744 }
21745 \end_layout
21746
21747 \end_inset
21748
21749
21750 \end_layout
21751
21752 \end_inset
21753 </cell>
21754 </row>
21755 <row>
21756 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21757 \begin_inset Text
21758
21759 \begin_layout Plain Layout
21760
21761 \backslash
21762 Bbbk
21763 \end_layout
21764
21765 \end_inset
21766 </cell>
21767 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21768 \begin_inset Text
21769
21770 \begin_layout Plain Layout
21771 \begin_inset Formula $\Bbbk$
21772 \end_inset
21773
21774
21775 \end_layout
21776
21777 \end_inset
21778 </cell>
21779 </row>
21780 </lyxtabular>
21781
21782 \end_inset
21783
21784
21785 \begin_inset space \hfill{}
21786 \end_inset
21787
21788
21789 \begin_inset Tabular
21790 <lyxtabular version="3" rows="10" columns="2">
21791 <features booktabs="true" tabularvalignment="middle">
21792 <column alignment="center" valignment="top" width="0pt">
21793 <column alignment="center" valignment="top" width="0pt">
21794 <row>
21795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21796 \begin_inset Text
21797
21798 \begin_layout Plain Layout
21799 Command
21800 \end_layout
21801
21802 \end_inset
21803 </cell>
21804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21805 \begin_inset Text
21806
21807 \begin_layout Plain Layout
21808 Symbol
21809 \end_layout
21810
21811 \end_inset
21812 </cell>
21813 </row>
21814 <row>
21815 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21816 \begin_inset Text
21817
21818 \begin_layout Plain Layout
21819
21820 \backslash
21821 prime
21822 \end_layout
21823
21824 \end_inset
21825 </cell>
21826 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21827 \begin_inset Text
21828
21829 \begin_layout Plain Layout
21830 \begin_inset Formula $\prime$
21831 \end_inset
21832
21833
21834 \end_layout
21835
21836 \end_inset
21837 </cell>
21838 </row>
21839 <row>
21840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21841 \begin_inset Text
21842
21843 \begin_layout Plain Layout
21844
21845 \backslash
21846 backprime
21847 \end_layout
21848
21849 \end_inset
21850 </cell>
21851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21852 \begin_inset Text
21853
21854 \begin_layout Plain Layout
21855 \begin_inset Formula $\backprime$
21856 \end_inset
21857
21858
21859 \end_layout
21860
21861 \end_inset
21862 </cell>
21863 </row>
21864 <row>
21865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21866 \begin_inset Text
21867
21868 \begin_layout Plain Layout
21869
21870 \backslash
21871 mho
21872 \end_layout
21873
21874 \end_inset
21875 </cell>
21876 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21877 \begin_inset Text
21878
21879 \begin_layout Plain Layout
21880 \begin_inset Formula $\mho$
21881 \end_inset
21882
21883
21884 \end_layout
21885
21886 \end_inset
21887 </cell>
21888 </row>
21889 <row>
21890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21891 \begin_inset Text
21892
21893 \begin_layout Plain Layout
21894
21895 \backslash
21896 triangle
21897 \end_layout
21898
21899 \end_inset
21900 </cell>
21901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21902 \begin_inset Text
21903
21904 \begin_layout Plain Layout
21905 \begin_inset Formula $\triangle$
21906 \end_inset
21907
21908
21909 \end_layout
21910
21911 \end_inset
21912 </cell>
21913 </row>
21914 <row>
21915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21916 \begin_inset Text
21917
21918 \begin_layout Plain Layout
21919
21920 \backslash
21921 angle
21922 \end_layout
21923
21924 \end_inset
21925 </cell>
21926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21927 \begin_inset Text
21928
21929 \begin_layout Plain Layout
21930 \begin_inset Formula $\angle$
21931 \end_inset
21932
21933
21934 \end_layout
21935
21936 \end_inset
21937 </cell>
21938 </row>
21939 <row>
21940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21941 \begin_inset Text
21942
21943 \begin_layout Plain Layout
21944
21945 \backslash
21946 measuredangle
21947 \end_layout
21948
21949 \end_inset
21950 </cell>
21951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21952 \begin_inset Text
21953
21954 \begin_layout Plain Layout
21955 \begin_inset Formula $\measuredangle$
21956 \end_inset
21957
21958
21959 \end_layout
21960
21961 \end_inset
21962 </cell>
21963 </row>
21964 <row>
21965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21966 \begin_inset Text
21967
21968 \begin_layout Plain Layout
21969
21970 \backslash
21971 sphericalangle
21972 \end_layout
21973
21974 \end_inset
21975 </cell>
21976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21977 \begin_inset Text
21978
21979 \begin_layout Plain Layout
21980 \begin_inset Formula $\sphericalangle$
21981 \end_inset
21982
21983
21984 \end_layout
21985
21986 \end_inset
21987 </cell>
21988 </row>
21989 <row>
21990 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21991 \begin_inset Text
21992
21993 \begin_layout Plain Layout
21994
21995 \backslash
21996 top
21997 \end_layout
21998
21999 \end_inset
22000 </cell>
22001 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22002 \begin_inset Text
22003
22004 \begin_layout Plain Layout
22005 \begin_inset Formula $\top$
22006 \end_inset
22007
22008
22009 \end_layout
22010
22011 \end_inset
22012 </cell>
22013 </row>
22014 <row>
22015 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22016 \begin_inset Text
22017
22018 \begin_layout Plain Layout
22019
22020 \backslash
22021 bot
22022 \end_layout
22023
22024 \end_inset
22025 </cell>
22026 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22027 \begin_inset Text
22028
22029 \begin_layout Plain Layout
22030 \begin_inset Formula $\bot$
22031 \end_inset
22032
22033
22034 \end_layout
22035
22036 \end_inset
22037 </cell>
22038 </row>
22039 </lyxtabular>
22040
22041 \end_inset
22042
22043
22044 \end_layout
22045
22046 \begin_layout Subsection
22047 Miscellaneous Symbols
22048 \begin_inset CommandInset label
22049 LatexCommand label
22050 name "subsec:Miscellaneous-Symbols"
22051
22052 \end_inset
22053
22054
22055 \begin_inset Index idx
22056 status collapsed
22057
22058 \begin_layout Plain Layout
22059 Symbols ! miscellaneous
22060 \end_layout
22061
22062 \end_inset
22063
22064
22065 \end_layout
22066
22067 \begin_layout Standard
22068 \noindent
22069 \align center
22070 \begin_inset Tabular
22071 <lyxtabular version="3" rows="10" columns="2">
22072 <features booktabs="true" tabularvalignment="middle">
22073 <column alignment="center" valignment="top" width="0pt">
22074 <column alignment="center" valignment="top" width="0pt">
22075 <row>
22076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22077 \begin_inset Text
22078
22079 \begin_layout Plain Layout
22080 Command
22081 \end_layout
22082
22083 \end_inset
22084 </cell>
22085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22086 \begin_inset Text
22087
22088 \begin_layout Plain Layout
22089 Symbol
22090 \end_layout
22091
22092 \end_inset
22093 </cell>
22094 </row>
22095 <row>
22096 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22097 \begin_inset Text
22098
22099 \begin_layout Plain Layout
22100
22101 \backslash
22102 flat
22103 \end_layout
22104
22105 \end_inset
22106 </cell>
22107 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22108 \begin_inset Text
22109
22110 \begin_layout Plain Layout
22111 \begin_inset Formula $\flat$
22112 \end_inset
22113
22114
22115 \end_layout
22116
22117 \end_inset
22118 </cell>
22119 </row>
22120 <row>
22121 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22122 \begin_inset Text
22123
22124 \begin_layout Plain Layout
22125
22126 \backslash
22127 natural
22128 \end_layout
22129
22130 \end_inset
22131 </cell>
22132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22133 \begin_inset Text
22134
22135 \begin_layout Plain Layout
22136 \begin_inset Formula $\natural$
22137 \end_inset
22138
22139
22140 \end_layout
22141
22142 \end_inset
22143 </cell>
22144 </row>
22145 <row>
22146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22147 \begin_inset Text
22148
22149 \begin_layout Plain Layout
22150
22151 \backslash
22152 sharp
22153 \end_layout
22154
22155 \end_inset
22156 </cell>
22157 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22158 \begin_inset Text
22159
22160 \begin_layout Plain Layout
22161 \begin_inset Formula $\sharp$
22162 \end_inset
22163
22164
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 </row>
22170 <row>
22171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22172 \begin_inset Text
22173
22174 \begin_layout Plain Layout
22175
22176 \backslash
22177 surd
22178 \end_layout
22179
22180 \end_inset
22181 </cell>
22182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22183 \begin_inset Text
22184
22185 \begin_layout Plain Layout
22186 \begin_inset Formula $\surd$
22187 \end_inset
22188
22189
22190 \end_layout
22191
22192 \end_inset
22193 </cell>
22194 </row>
22195 <row>
22196 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22197 \begin_inset Text
22198
22199 \begin_layout Plain Layout
22200
22201 \backslash
22202 checkmark
22203 \end_layout
22204
22205 \end_inset
22206 </cell>
22207 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22208 \begin_inset Text
22209
22210 \begin_layout Plain Layout
22211 \begin_inset Formula $\checkmark$
22212 \end_inset
22213
22214
22215 \end_layout
22216
22217 \end_inset
22218 </cell>
22219 </row>
22220 <row>
22221 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22222 \begin_inset Text
22223
22224 \begin_layout Plain Layout
22225
22226 \backslash
22227 yen
22228 \end_layout
22229
22230 \end_inset
22231 </cell>
22232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22233 \begin_inset Text
22234
22235 \begin_layout Plain Layout
22236 \begin_inset Formula $\yen$
22237 \end_inset
22238
22239
22240 \end_layout
22241
22242 \end_inset
22243 </cell>
22244 </row>
22245 <row>
22246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22247 \begin_inset Text
22248
22249 \begin_layout Plain Layout
22250
22251 \backslash
22252 pounds
22253 \end_layout
22254
22255 \end_inset
22256 </cell>
22257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22258 \begin_inset Text
22259
22260 \begin_layout Plain Layout
22261 \begin_inset Formula $\pounds$
22262 \end_inset
22263
22264
22265 \end_layout
22266
22267 \end_inset
22268 </cell>
22269 </row>
22270 <row>
22271 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22272 \begin_inset Text
22273
22274 \begin_layout Plain Layout
22275 $
22276 \end_layout
22277
22278 \end_inset
22279 </cell>
22280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22281 \begin_inset Text
22282
22283 \begin_layout Plain Layout
22284 \begin_inset Formula $\$$
22285 \end_inset
22286
22287
22288 \end_layout
22289
22290 \end_inset
22291 </cell>
22292 </row>
22293 <row>
22294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22295 \begin_inset Text
22296
22297 \begin_layout Plain Layout
22298 §
22299 \end_layout
22300
22301 \end_inset
22302 </cell>
22303 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22304 \begin_inset Text
22305
22306 \begin_layout Plain Layout
22307 \begin_inset Formula $§$
22308 \end_inset
22309
22310
22311 \end_layout
22312
22313 \end_inset
22314 </cell>
22315 </row>
22316 </lyxtabular>
22317
22318 \end_inset
22319
22320
22321 \begin_inset space \hfill{}
22322 \end_inset
22323
22324
22325 \begin_inset Tabular
22326 <lyxtabular version="3" rows="10" columns="2">
22327 <features booktabs="true" tabularvalignment="middle">
22328 <column alignment="center" valignment="top" width="0pt">
22329 <column alignment="center" valignment="top">
22330 <row>
22331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22332 \begin_inset Text
22333
22334 \begin_layout Plain Layout
22335 Command
22336 \end_layout
22337
22338 \end_inset
22339 </cell>
22340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22341 \begin_inset Text
22342
22343 \begin_layout Plain Layout
22344 Symbol
22345 \end_layout
22346
22347 \end_inset
22348 </cell>
22349 </row>
22350 <row>
22351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355
22356 \backslash
22357 hbar
22358 \end_layout
22359
22360 \end_inset
22361 </cell>
22362 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22363 \begin_inset Text
22364
22365 \begin_layout Plain Layout
22366 \begin_inset Formula $\hbar$
22367 \end_inset
22368
22369
22370 \end_layout
22371
22372 \end_inset
22373 </cell>
22374 </row>
22375 <row>
22376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22377 \begin_inset Text
22378
22379 \begin_layout Plain Layout
22380
22381 \backslash
22382 hslash
22383 \end_layout
22384
22385 \end_inset
22386 </cell>
22387 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22388 \begin_inset Text
22389
22390 \begin_layout Plain Layout
22391 \begin_inset Formula $\hslash$
22392 \end_inset
22393
22394
22395 \end_layout
22396
22397 \end_inset
22398 </cell>
22399 </row>
22400 <row>
22401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22402 \begin_inset Text
22403
22404 \begin_layout Plain Layout
22405
22406 \backslash
22407 clubsuit
22408 \end_layout
22409
22410 \end_inset
22411 </cell>
22412 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22413 \begin_inset Text
22414
22415 \begin_layout Plain Layout
22416 \begin_inset Formula $\clubsuit$
22417 \end_inset
22418
22419
22420 \end_layout
22421
22422 \end_inset
22423 </cell>
22424 </row>
22425 <row>
22426 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22427 \begin_inset Text
22428
22429 \begin_layout Plain Layout
22430
22431 \backslash
22432 spadesuit
22433 \end_layout
22434
22435 \end_inset
22436 </cell>
22437 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22438 \begin_inset Text
22439
22440 \begin_layout Plain Layout
22441 \begin_inset Formula $\spadesuit$
22442 \end_inset
22443
22444
22445 \end_layout
22446
22447 \end_inset
22448 </cell>
22449 </row>
22450 <row>
22451 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22452 \begin_inset Text
22453
22454 \begin_layout Plain Layout
22455
22456 \backslash
22457 bigstar
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22463 \begin_inset Text
22464
22465 \begin_layout Plain Layout
22466 \begin_inset Formula $\bigstar$
22467 \end_inset
22468
22469
22470 \end_layout
22471
22472 \end_inset
22473 </cell>
22474 </row>
22475 <row>
22476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22477 \begin_inset Text
22478
22479 \begin_layout Plain Layout
22480
22481 \backslash
22482 blacklozenge
22483 \end_layout
22484
22485 \end_inset
22486 </cell>
22487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22488 \begin_inset Text
22489
22490 \begin_layout Plain Layout
22491 \begin_inset Formula $\blacklozenge$
22492 \end_inset
22493
22494
22495 \end_layout
22496
22497 \end_inset
22498 </cell>
22499 </row>
22500 <row>
22501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22502 \begin_inset Text
22503
22504 \begin_layout Plain Layout
22505
22506 \backslash
22507 blacktriangle
22508 \end_layout
22509
22510 \end_inset
22511 </cell>
22512 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22513 \begin_inset Text
22514
22515 \begin_layout Plain Layout
22516 \begin_inset Formula $\blacktriangle$
22517 \end_inset
22518
22519
22520 \end_layout
22521
22522 \end_inset
22523 </cell>
22524 </row>
22525 <row>
22526 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22527 \begin_inset Text
22528
22529 \begin_layout Plain Layout
22530
22531 \backslash
22532 blacktiangledown
22533 \end_layout
22534
22535 \end_inset
22536 </cell>
22537 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22538 \begin_inset Text
22539
22540 \begin_layout Plain Layout
22541 \begin_inset Formula $\blacktriangledown$
22542 \end_inset
22543
22544
22545 \end_layout
22546
22547 \end_inset
22548 </cell>
22549 </row>
22550 <row>
22551 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22552 \begin_inset Text
22553
22554 \begin_layout Plain Layout
22555
22556 \backslash
22557 bullet
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566 \begin_inset Formula $\bullet$
22567 \end_inset
22568
22569
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 </row>
22575 </lyxtabular>
22576
22577 \end_inset
22578
22579
22580 \begin_inset space \hfill{}
22581 \end_inset
22582
22583
22584 \begin_inset Tabular
22585 <lyxtabular version="3" rows="10" columns="2">
22586 <features booktabs="true" tabularvalignment="middle">
22587 <column alignment="center" valignment="top" width="0pt">
22588 <column alignment="center" valignment="top" width="0pt">
22589 <row>
22590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22591 \begin_inset Text
22592
22593 \begin_layout Plain Layout
22594 Command
22595 \end_layout
22596
22597 \end_inset
22598 </cell>
22599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22600 \begin_inset Text
22601
22602 \begin_layout Plain Layout
22603 Symbol
22604 \end_layout
22605
22606 \end_inset
22607 </cell>
22608 </row>
22609 <row>
22610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614
22615 \backslash
22616 diamondsuit
22617 \end_layout
22618
22619 \end_inset
22620 </cell>
22621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22622 \begin_inset Text
22623
22624 \begin_layout Plain Layout
22625 \begin_inset Formula $\diamondsuit$
22626 \end_inset
22627
22628
22629 \end_layout
22630
22631 \end_inset
22632 </cell>
22633 </row>
22634 <row>
22635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22636 \begin_inset Text
22637
22638 \begin_layout Plain Layout
22639
22640 \backslash
22641 Diamond
22642 \end_layout
22643
22644 \end_inset
22645 </cell>
22646 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22647 \begin_inset Text
22648
22649 \begin_layout Plain Layout
22650 \begin_inset Formula $\Diamond$
22651 \end_inset
22652
22653
22654 \end_layout
22655
22656 \end_inset
22657 </cell>
22658 </row>
22659 <row>
22660 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22661 \begin_inset Text
22662
22663 \begin_layout Plain Layout
22664
22665 \backslash
22666 heartsuit
22667 \end_layout
22668
22669 \end_inset
22670 </cell>
22671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22672 \begin_inset Text
22673
22674 \begin_layout Plain Layout
22675 \begin_inset Formula $\heartsuit$
22676 \end_inset
22677
22678
22679 \end_layout
22680
22681 \end_inset
22682 </cell>
22683 </row>
22684 <row>
22685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22686 \begin_inset Text
22687
22688 \begin_layout Plain Layout
22689
22690 \backslash
22691 P
22692 \end_layout
22693
22694 \end_inset
22695 </cell>
22696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700 \begin_inset Formula $\P$
22701 \end_inset
22702
22703
22704 \end_layout
22705
22706 \end_inset
22707 </cell>
22708 </row>
22709 <row>
22710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22711 \begin_inset Text
22712
22713 \begin_layout Plain Layout
22714
22715 \backslash
22716 copyright
22717 \end_layout
22718
22719 \end_inset
22720 </cell>
22721 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22722 \begin_inset Text
22723
22724 \begin_layout Plain Layout
22725 \begin_inset Formula $\copyright$
22726 \end_inset
22727
22728
22729 \end_layout
22730
22731 \end_inset
22732 </cell>
22733 </row>
22734 <row>
22735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22736 \begin_inset Text
22737
22738 \begin_layout Plain Layout
22739
22740 \backslash
22741 circledR
22742 \end_layout
22743
22744 \end_inset
22745 </cell>
22746 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750 \begin_inset Formula $\circledR$
22751 \end_inset
22752
22753
22754 \end_layout
22755
22756 \end_inset
22757 </cell>
22758 </row>
22759 <row>
22760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22761 \begin_inset Text
22762
22763 \begin_layout Plain Layout
22764
22765 \backslash
22766 maltese
22767 \end_layout
22768
22769 \end_inset
22770 </cell>
22771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22772 \begin_inset Text
22773
22774 \begin_layout Plain Layout
22775 \begin_inset Formula $\maltese$
22776 \end_inset
22777
22778
22779 \end_layout
22780
22781 \end_inset
22782 </cell>
22783 </row>
22784 <row>
22785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22786 \begin_inset Text
22787
22788 \begin_layout Plain Layout
22789
22790 \backslash
22791 diagup
22792 \end_layout
22793
22794 \end_inset
22795 </cell>
22796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22797 \begin_inset Text
22798
22799 \begin_layout Plain Layout
22800 \begin_inset Formula $\diagup$
22801 \end_inset
22802
22803
22804 \end_layout
22805
22806 \end_inset
22807 </cell>
22808 </row>
22809 <row>
22810 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22811 \begin_inset Text
22812
22813 \begin_layout Plain Layout
22814
22815 \backslash
22816 diagdown
22817 \end_layout
22818
22819 \end_inset
22820 </cell>
22821 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22822 \begin_inset Text
22823
22824 \begin_layout Plain Layout
22825 \begin_inset Formula $\diagdown$
22826 \end_inset
22827
22828
22829 \end_layout
22830
22831 \end_inset
22832 </cell>
22833 </row>
22834 </lyxtabular>
22835
22836 \end_inset
22837
22838
22839 \end_layout
22840
22841 \begin_layout Standard
22842 \begin_inset VSpace medskip
22843 \end_inset
22844
22845
22846 \end_layout
22847
22848 \begin_layout Standard
22849 Some symbols can be displayed in different sizes, see 
22850 \begin_inset CommandInset ref
22851 LatexCommand ref
22852 reference "subsec:Font-Sizes"
22853
22854 \end_inset
22855
22856 .
22857 \end_layout
22858
22859 \begin_layout Subsection
22860 The Euro-Symbol €
22861 \begin_inset Index idx
22862 status collapsed
22863
22864 \begin_layout Plain Layout
22865 Symbols ! Euro-symbol
22866 \end_layout
22867
22868 \end_inset
22869
22870
22871 \begin_inset Index idx
22872 status collapsed
22873
22874 \begin_layout Plain Layout
22875
22876 \backslash
22877 @
22878 \begin_inset ERT
22879 status collapsed
22880
22881 \begin_layout Plain Layout
22882
22883
22884 \backslash
22885 officialeuro
22886 \end_layout
22887
22888 \end_inset
22889
22890
22891 \end_layout
22892
22893 \end_inset
22894
22895
22896 \end_layout
22897
22898 \begin_layout Standard
22899 To use the Euro symbol in formulas, the \SpecialChar LaTeX
22900 -package 
22901 \series bold
22902 eurosym
22903 \series default
22904
22905 \begin_inset Index idx
22906 status collapsed
22907
22908 \begin_layout Plain Layout
22909 Packages ! eurosym
22910 \end_layout
22911
22912 \end_inset
22913
22914  must be installed and loaded with the \SpecialChar LaTeX
22915 -preamble line
22916 \end_layout
22917
22918 \begin_layout Standard
22919
22920 \series bold
22921
22922 \backslash
22923 usepackage[gennarrow]{eurosym}
22924 \end_layout
22925
22926 \begin_layout Standard
22927 The Euro symbol can now be inserted with the command 
22928 \series bold
22929
22930 \backslash
22931 euro
22932 \series default
22933
22934 \begin_inset Index idx
22935 status collapsed
22936
22937 \begin_layout Plain Layout
22938 Commands ! E ! 
22939 \backslash
22940 euro
22941 \end_layout
22942
22943 \end_inset
22944
22945 .
22946 \end_layout
22947
22948 \begin_layout Standard
22949 The Euro symbol can directly be inserted with the € key in mathematical
22950  text, without having 
22951 \series bold
22952 eurosym
22953 \series default
22954  installed.
22955  When 
22956 \series bold
22957 eurosym
22958 \series default
22959  is installed, 
22960 \series bold
22961
22962 \backslash
22963 euro
22964 \series default
22965  can also be inserted in \SpecialChar TeX
22966  mode.
22967  The official currency symbol can then be inserted with the command 
22968 \series bold
22969
22970 \backslash
22971 officialeuro
22972 \series default
22973
22974 \begin_inset Index idx
22975 status collapsed
22976
22977 \begin_layout Plain Layout
22978 Commands ! O ! 
22979 \backslash
22980 officialeuro
22981 \end_layout
22982
22983 \end_inset
22984
22985 , that is only available in \SpecialChar TeX
22986  mode.
22987 \end_layout
22988
22989 \begin_layout Standard
22990 \begin_inset ERT
22991 status collapsed
22992
22993 \begin_layout Plain Layout
22994
22995
22996 \backslash
22997 ifeurosym 
22998 \end_layout
22999
23000 \end_inset
23001
23002
23003 \begin_inset Note Note
23004 status open
23005
23006 \begin_layout Plain Layout
23007 The following table will only be displayed when the \SpecialChar LaTeX
23008 -package 
23009 \series bold
23010 eurosym
23011 \series default
23012  is installed.
23013 \end_layout
23014
23015 \end_inset
23016
23017
23018 \end_layout
23019
23020 \begin_layout Standard
23021 An overview about the different Euro symbols:
23022 \end_layout
23023
23024 \begin_layout Standard
23025 \align center
23026 \begin_inset Tabular
23027 <lyxtabular version="3" rows="4" columns="3">
23028 <features booktabs="true" tabularvalignment="middle">
23029 <column alignment="center" valignment="top" width="0pt">
23030 <column alignment="center" valignment="top" width="0pt">
23031 <column alignment="center" valignment="top" width="0pt">
23032 <row>
23033 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
23034 \begin_inset Text
23035
23036 \begin_layout Plain Layout
23037 \begin_inset ERT
23038 status collapsed
23039
23040 \begin_layout Plain Layout
23041
23042
23043 \backslash
23044 cmidrule[0.08em]{2-3}
23045 \end_layout
23046
23047 \end_inset
23048
23049
23050 \end_layout
23051
23052 \end_inset
23053 </cell>
23054 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23055 \begin_inset Text
23056
23057 \begin_layout Plain Layout
23058 Command 
23059 \end_layout
23060
23061 \end_inset
23062 </cell>
23063 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23064 \begin_inset Text
23065
23066 \begin_layout Plain Layout
23067 Symbol
23068 \end_layout
23069
23070 \end_inset
23071 </cell>
23072 </row>
23073 <row>
23074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23075 \begin_inset Text
23076
23077 \begin_layout Plain Layout
23078 formula
23079 \end_layout
23080
23081 \end_inset
23082 </cell>
23083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23084 \begin_inset Text
23085
23086 \begin_layout Plain Layout
23087
23088 \backslash
23089 euro
23090 \end_layout
23091
23092 \end_inset
23093 </cell>
23094 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23095 \begin_inset Text
23096
23097 \begin_layout Plain Layout
23098 \begin_inset Formula $\euro$
23099 \end_inset
23100
23101
23102 \end_layout
23103
23104 \end_inset
23105 </cell>
23106 </row>
23107 <row>
23108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23109 \begin_inset Text
23110
23111 \begin_layout Plain Layout
23112 mathematical text
23113 \end_layout
23114
23115 \end_inset
23116 </cell>
23117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23118 \begin_inset Text
23119
23120 \begin_layout Plain Layout
23121
23122 \end_layout
23123
23124 \end_inset
23125 </cell>
23126 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23127 \begin_inset Text
23128
23129 \begin_layout Plain Layout
23130 \begin_inset Formula $\mbox{€}$
23131 \end_inset
23132
23133
23134 \end_layout
23135
23136 \end_inset
23137 </cell>
23138 </row>
23139 <row>
23140 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23141 \begin_inset Text
23142
23143 \begin_layout Plain Layout
23144 \SpecialChar TeX
23145  mode
23146 \end_layout
23147
23148 \end_inset
23149 </cell>
23150 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23151 \begin_inset Text
23152
23153 \begin_layout Plain Layout
23154
23155 \backslash
23156 officialeuro
23157 \end_layout
23158
23159 \end_inset
23160 </cell>
23161 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23162 \begin_inset Text
23163
23164 \begin_layout Plain Layout
23165 \begin_inset ERT
23166 status collapsed
23167
23168 \begin_layout Plain Layout
23169
23170
23171 \backslash
23172 officialeuro
23173 \end_layout
23174
23175 \end_inset
23176
23177
23178 \end_layout
23179
23180 \end_inset
23181 </cell>
23182 </row>
23183 </lyxtabular>
23184
23185 \end_inset
23186
23187
23188 \begin_inset Note Note
23189 status collapsed
23190
23191 \begin_layout Plain Layout
23192
23193 \series bold
23194
23195 \backslash
23196 cmidrule
23197 \series default
23198  is used here only for table borders.
23199  See sec.
23200  
23201 \family sans
23202 Formal Tables
23203 \family default
23204  of the 
23205 \emph on
23206 EmbeddedObjects
23207 \emph default
23208  manual for details.
23209 \end_layout
23210
23211 \end_inset
23212
23213
23214 \end_layout
23215
23216 \begin_layout Standard
23217 \begin_inset ERT
23218 status collapsed
23219
23220 \begin_layout Plain Layout
23221
23222
23223 \backslash
23224 else 
23225 \end_layout
23226
23227 \end_inset
23228
23229
23230 \begin_inset Note Note
23231 status open
23232
23233 \begin_layout Plain Layout
23234 The following will be displayed when the \SpecialChar LaTeX
23235 -package 
23236 \series bold
23237 eurosym
23238 \series default
23239  is not installed:
23240 \end_layout
23241
23242 \end_inset
23243
23244
23245 \end_layout
23246
23247 \begin_layout Standard
23248 You need to install the \SpecialChar LaTeX
23249 -package 
23250 \series bold
23251 eurosym
23252 \series default
23253  to see the rest of this subsection in the output.
23254 \end_layout
23255
23256 \begin_layout Standard
23257 \begin_inset ERT
23258 status collapsed
23259
23260 \begin_layout Plain Layout
23261
23262
23263 \backslash
23264 fi 
23265 \end_layout
23266
23267 \end_inset
23268
23269
23270 \end_layout
23271
23272 \begin_layout Section
23273 Relations
23274 \begin_inset CommandInset label
23275 LatexCommand label
23276 name "sec:Relations"
23277
23278 \end_inset
23279
23280
23281 \begin_inset Index idx
23282 status collapsed
23283
23284 \begin_layout Plain Layout
23285 Relations
23286 \end_layout
23287
23288 \end_inset
23289
23290
23291 \begin_inset Index idx
23292 status collapsed
23293
23294 \begin_layout Plain Layout
23295 Comparisons|see
23296 \begin_inset ERT
23297 status collapsed
23298
23299 \begin_layout Plain Layout
23300
23301 {
23302 \end_layout
23303
23304 \end_inset
23305
23306 Relations
23307 \begin_inset ERT
23308 status collapsed
23309
23310 \begin_layout Plain Layout
23311
23312 }
23313 \end_layout
23314
23315 \end_inset
23316
23317
23318 \end_layout
23319
23320 \end_inset
23321
23322
23323 \end_layout
23324
23325 \begin_layout Standard
23326 All following relations can also be inserted via the toolbar button 
23327 \begin_inset Info
23328 type  "icon"
23329 arg   "math-insert \\leq"
23330 \end_inset
23331
23332 .
23333 \end_layout
23334
23335 \begin_layout Standard
23336 \begin_inset Tabular
23337 <lyxtabular version="3" rows="17" columns="2">
23338 <features booktabs="true" tabularvalignment="middle">
23339 <column alignment="center" valignment="top" width="0pt">
23340 <column alignment="center" valignment="top" width="0pt">
23341 <row>
23342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23343 \begin_inset Text
23344
23345 \begin_layout Plain Layout
23346 Command
23347 \end_layout
23348
23349 \end_inset
23350 </cell>
23351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23352 \begin_inset Text
23353
23354 \begin_layout Plain Layout
23355 Relation
23356 \end_layout
23357
23358 \end_inset
23359 </cell>
23360 </row>
23361 <row>
23362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23363 \begin_inset Text
23364
23365 \begin_layout Plain Layout
23366 <
23367 \end_layout
23368
23369 \end_inset
23370 </cell>
23371 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23372 \begin_inset Text
23373
23374 \begin_layout Plain Layout
23375 \begin_inset Formula $<$
23376 \end_inset
23377
23378
23379 \end_layout
23380
23381 \end_inset
23382 </cell>
23383 </row>
23384 <row>
23385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23386 \begin_inset Text
23387
23388 \begin_layout Plain Layout
23389
23390 \backslash
23391 le
23392 \end_layout
23393
23394 \end_inset
23395 </cell>
23396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23397 \begin_inset Text
23398
23399 \begin_layout Plain Layout
23400 \begin_inset Formula $\le$
23401 \end_inset
23402
23403
23404 \end_layout
23405
23406 \end_inset
23407 </cell>
23408 </row>
23409 <row>
23410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23411 \begin_inset Text
23412
23413 \begin_layout Plain Layout
23414
23415 \backslash
23416 ll
23417 \end_layout
23418
23419 \end_inset
23420 </cell>
23421 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23422 \begin_inset Text
23423
23424 \begin_layout Plain Layout
23425 \begin_inset Formula $\ll$
23426 \end_inset
23427
23428
23429 \end_layout
23430
23431 \end_inset
23432 </cell>
23433 </row>
23434 <row>
23435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23436 \begin_inset Text
23437
23438 \begin_layout Plain Layout
23439
23440 \backslash
23441 prec
23442 \end_layout
23443
23444 \end_inset
23445 </cell>
23446 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23447 \begin_inset Text
23448
23449 \begin_layout Plain Layout
23450 \begin_inset Formula $\prec$
23451 \end_inset
23452
23453
23454 \end_layout
23455
23456 \end_inset
23457 </cell>
23458 </row>
23459 <row>
23460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23461 \begin_inset Text
23462
23463 \begin_layout Plain Layout
23464
23465 \backslash
23466 preceq
23467 \end_layout
23468
23469 \end_inset
23470 </cell>
23471 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23472 \begin_inset Text
23473
23474 \begin_layout Plain Layout
23475 \begin_inset Formula $\preceq$
23476 \end_inset
23477
23478
23479 \end_layout
23480
23481 \end_inset
23482 </cell>
23483 </row>
23484 <row>
23485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23486 \begin_inset Text
23487
23488 \begin_layout Plain Layout
23489
23490 \backslash
23491 subset
23492 \end_layout
23493
23494 \end_inset
23495 </cell>
23496 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23497 \begin_inset Text
23498
23499 \begin_layout Plain Layout
23500 \begin_inset Formula $\subset$
23501 \end_inset
23502
23503
23504 \end_layout
23505
23506 \end_inset
23507 </cell>
23508 </row>
23509 <row>
23510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23511 \begin_inset Text
23512
23513 \begin_layout Plain Layout
23514
23515 \backslash
23516 subseteq
23517 \end_layout
23518
23519 \end_inset
23520 </cell>
23521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23522 \begin_inset Text
23523
23524 \begin_layout Plain Layout
23525 \begin_inset Formula $\subseteq$
23526 \end_inset
23527
23528
23529 \end_layout
23530
23531 \end_inset
23532 </cell>
23533 </row>
23534 <row>
23535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23536 \begin_inset Text
23537
23538 \begin_layout Plain Layout
23539
23540 \backslash
23541 sqsubseteq
23542 \end_layout
23543
23544 \end_inset
23545 </cell>
23546 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23547 \begin_inset Text
23548
23549 \begin_layout Plain Layout
23550 \begin_inset Formula $\sqsubseteq$
23551 \end_inset
23552
23553
23554 \end_layout
23555
23556 \end_inset
23557 </cell>
23558 </row>
23559 <row>
23560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23561 \begin_inset Text
23562
23563 \begin_layout Plain Layout
23564
23565 \backslash
23566 in
23567 \end_layout
23568
23569 \end_inset
23570 </cell>
23571 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23572 \begin_inset Text
23573
23574 \begin_layout Plain Layout
23575 \begin_inset Formula $\in$
23576 \end_inset
23577
23578
23579 \end_layout
23580
23581 \end_inset
23582 </cell>
23583 </row>
23584 <row>
23585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23586 \begin_inset Text
23587
23588 \begin_layout Plain Layout
23589
23590 \backslash
23591 vdash
23592 \end_layout
23593
23594 \end_inset
23595 </cell>
23596 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23597 \begin_inset Text
23598
23599 \begin_layout Plain Layout
23600 \begin_inset Formula $\vdash$
23601 \end_inset
23602
23603
23604 \end_layout
23605
23606 \end_inset
23607 </cell>
23608 </row>
23609 <row>
23610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23611 \begin_inset Text
23612
23613 \begin_layout Plain Layout
23614
23615 \backslash
23616 smile
23617 \end_layout
23618
23619 \end_inset
23620 </cell>
23621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23622 \begin_inset Text
23623
23624 \begin_layout Plain Layout
23625 \begin_inset Formula $\smile$
23626 \end_inset
23627
23628
23629 \end_layout
23630
23631 \end_inset
23632 </cell>
23633 </row>
23634 <row>
23635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23636 \begin_inset Text
23637
23638 \begin_layout Plain Layout
23639
23640 \backslash
23641 lhd
23642 \end_layout
23643
23644 \end_inset
23645 </cell>
23646 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23647 \begin_inset Text
23648
23649 \begin_layout Plain Layout
23650 \begin_inset Formula $\lhd$
23651 \end_inset
23652
23653
23654 \end_layout
23655
23656 \end_inset
23657 </cell>
23658 </row>
23659 <row>
23660 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23661 \begin_inset Text
23662
23663 \begin_layout Plain Layout
23664
23665 \backslash
23666 unlhd
23667 \end_layout
23668
23669 \end_inset
23670 </cell>
23671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23672 \begin_inset Text
23673
23674 \begin_layout Plain Layout
23675 \begin_inset Formula $\unlhd$
23676 \end_inset
23677
23678
23679 \end_layout
23680
23681 \end_inset
23682 </cell>
23683 </row>
23684 <row>
23685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23686 \begin_inset Text
23687
23688 \begin_layout Plain Layout
23689
23690 \backslash
23691 gtrless
23692 \end_layout
23693
23694 \end_inset
23695 </cell>
23696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23697 \begin_inset Text
23698
23699 \begin_layout Plain Layout
23700 \begin_inset Formula $\gtrless$
23701 \end_inset
23702
23703
23704 \end_layout
23705
23706 \end_inset
23707 </cell>
23708 </row>
23709 <row>
23710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23711 \begin_inset Text
23712
23713 \begin_layout Plain Layout
23714
23715 \backslash
23716 mid
23717 \end_layout
23718
23719 \end_inset
23720 </cell>
23721 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23722 \begin_inset Text
23723
23724 \begin_layout Plain Layout
23725 \begin_inset Formula $\mid$
23726 \end_inset
23727
23728
23729 \end_layout
23730
23731 \end_inset
23732 </cell>
23733 </row>
23734 <row>
23735 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23736 \begin_inset Text
23737
23738 \begin_layout Plain Layout
23739
23740 \backslash
23741 nmid
23742 \end_layout
23743
23744 \end_inset
23745 </cell>
23746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23747 \begin_inset Text
23748
23749 \begin_layout Plain Layout
23750 \begin_inset Formula $\nmid$
23751 \end_inset
23752
23753
23754 \end_layout
23755
23756 \end_inset
23757 </cell>
23758 </row>
23759 </lyxtabular>
23760
23761 \end_inset
23762
23763
23764 \begin_inset space \hfill{}
23765 \end_inset
23766
23767
23768 \begin_inset Tabular
23769 <lyxtabular version="3" rows="17" columns="2">
23770 <features booktabs="true" tabularvalignment="middle">
23771 <column alignment="center" valignment="top" width="0pt">
23772 <column alignment="center" valignment="top" width="0pt">
23773 <row>
23774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23775 \begin_inset Text
23776
23777 \begin_layout Plain Layout
23778 Command
23779 \end_layout
23780
23781 \end_inset
23782 </cell>
23783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23784 \begin_inset Text
23785
23786 \begin_layout Plain Layout
23787 Relation
23788 \end_layout
23789
23790 \end_inset
23791 </cell>
23792 </row>
23793 <row>
23794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23795 \begin_inset Text
23796
23797 \begin_layout Plain Layout
23798 =
23799 \end_layout
23800
23801 \end_inset
23802 </cell>
23803 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23804 \begin_inset Text
23805
23806 \begin_layout Plain Layout
23807 \begin_inset Formula $=$
23808 \end_inset
23809
23810
23811 \end_layout
23812
23813 \end_inset
23814 </cell>
23815 </row>
23816 <row>
23817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23818 \begin_inset Text
23819
23820 \begin_layout Plain Layout
23821
23822 \backslash
23823 not=
23824 \end_layout
23825
23826 \end_inset
23827 </cell>
23828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23829 \begin_inset Text
23830
23831 \begin_layout Plain Layout
23832 \begin_inset Formula $\not=$
23833 \end_inset
23834
23835
23836 \end_layout
23837
23838 \end_inset
23839 </cell>
23840 </row>
23841 <row>
23842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23843 \begin_inset Text
23844
23845 \begin_layout Plain Layout
23846
23847 \backslash
23848 equiv
23849 \end_layout
23850
23851 \end_inset
23852 </cell>
23853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23854 \begin_inset Text
23855
23856 \begin_layout Plain Layout
23857 \begin_inset Formula $\equiv$
23858 \end_inset
23859
23860
23861 \end_layout
23862
23863 \end_inset
23864 </cell>
23865 </row>
23866 <row>
23867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23868 \begin_inset Text
23869
23870 \begin_layout Plain Layout
23871
23872 \backslash
23873 sim
23874 \end_layout
23875
23876 \end_inset
23877 </cell>
23878 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23879 \begin_inset Text
23880
23881 \begin_layout Plain Layout
23882 \begin_inset Formula $\sim$
23883 \end_inset
23884
23885
23886 \end_layout
23887
23888 \end_inset
23889 </cell>
23890 </row>
23891 <row>
23892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23893 \begin_inset Text
23894
23895 \begin_layout Plain Layout
23896
23897 \backslash
23898 simeq
23899 \end_layout
23900
23901 \end_inset
23902 </cell>
23903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23904 \begin_inset Text
23905
23906 \begin_layout Plain Layout
23907 \begin_inset Formula $\simeq$
23908 \end_inset
23909
23910
23911 \end_layout
23912
23913 \end_inset
23914 </cell>
23915 </row>
23916 <row>
23917 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23918 \begin_inset Text
23919
23920 \begin_layout Plain Layout
23921
23922 \backslash
23923 approx
23924 \end_layout
23925
23926 \end_inset
23927 </cell>
23928 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23929 \begin_inset Text
23930
23931 \begin_layout Plain Layout
23932 \begin_inset Formula $\approx$
23933 \end_inset
23934
23935
23936 \end_layout
23937
23938 \end_inset
23939 </cell>
23940 </row>
23941 <row>
23942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23943 \begin_inset Text
23944
23945 \begin_layout Plain Layout
23946
23947 \backslash
23948 cong
23949 \end_layout
23950
23951 \end_inset
23952 </cell>
23953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23954 \begin_inset Text
23955
23956 \begin_layout Plain Layout
23957 \begin_inset Formula $\cong$
23958 \end_inset
23959
23960
23961 \end_layout
23962
23963 \end_inset
23964 </cell>
23965 </row>
23966 <row>
23967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23968 \begin_inset Text
23969
23970 \begin_layout Plain Layout
23971
23972 \backslash
23973 bowtie
23974 \end_layout
23975
23976 \end_inset
23977 </cell>
23978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23979 \begin_inset Text
23980
23981 \begin_layout Plain Layout
23982 \begin_inset Formula $\bowtie$
23983 \end_inset
23984
23985
23986 \end_layout
23987
23988 \end_inset
23989 </cell>
23990 </row>
23991 <row>
23992 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23993 \begin_inset Text
23994
23995 \begin_layout Plain Layout
23996
23997 \backslash
23998 notin
23999 \end_layout
24000
24001 \end_inset
24002 </cell>
24003 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24004 \begin_inset Text
24005
24006 \begin_layout Plain Layout
24007 \begin_inset Formula $\notin$
24008 \end_inset
24009
24010
24011 \end_layout
24012
24013 \end_inset
24014 </cell>
24015 </row>
24016 <row>
24017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24018 \begin_inset Text
24019
24020 \begin_layout Plain Layout
24021
24022 \backslash
24023 perp
24024 \end_layout
24025
24026 \end_inset
24027 </cell>
24028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24029 \begin_inset Text
24030
24031 \begin_layout Plain Layout
24032 \begin_inset Formula $\perp$
24033 \end_inset
24034
24035
24036 \end_layout
24037
24038 \end_inset
24039 </cell>
24040 </row>
24041 <row>
24042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24043 \begin_inset Text
24044
24045 \begin_layout Plain Layout
24046
24047 \backslash
24048 propto
24049 \end_layout
24050
24051 \end_inset
24052 </cell>
24053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24054 \begin_inset Text
24055
24056 \begin_layout Plain Layout
24057 \begin_inset Formula $\propto$
24058 \end_inset
24059
24060
24061 \end_layout
24062
24063 \end_inset
24064 </cell>
24065 </row>
24066 <row>
24067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24068 \begin_inset Text
24069
24070 \begin_layout Plain Layout
24071
24072 \backslash
24073 asymp
24074 \end_layout
24075
24076 \end_inset
24077 </cell>
24078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24079 \begin_inset Text
24080
24081 \begin_layout Plain Layout
24082 \begin_inset Formula $\asymp$
24083 \end_inset
24084
24085
24086 \end_layout
24087
24088 \end_inset
24089 </cell>
24090 </row>
24091 <row>
24092 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24093 \begin_inset Text
24094
24095 \begin_layout Plain Layout
24096
24097 \backslash
24098 doteq
24099 \end_layout
24100
24101 \end_inset
24102 </cell>
24103 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24104 \begin_inset Text
24105
24106 \begin_layout Plain Layout
24107 \begin_inset Formula $\doteq$
24108 \end_inset
24109
24110
24111 \end_layout
24112
24113 \end_inset
24114 </cell>
24115 </row>
24116 <row>
24117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24118 \begin_inset Text
24119
24120 \begin_layout Plain Layout
24121
24122 \backslash
24123 circeq
24124 \end_layout
24125
24126 \end_inset
24127 </cell>
24128 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24129 \begin_inset Text
24130
24131 \begin_layout Plain Layout
24132 \begin_inset Formula $\circeq$
24133 \end_inset
24134
24135
24136 \end_layout
24137
24138 \end_inset
24139 </cell>
24140 </row>
24141 <row>
24142 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24143 \begin_inset Text
24144
24145 \begin_layout Plain Layout
24146
24147 \backslash
24148 models
24149 \end_layout
24150
24151 \end_inset
24152 </cell>
24153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24154 \begin_inset Text
24155
24156 \begin_layout Plain Layout
24157 \begin_inset Formula $\models$
24158 \end_inset
24159
24160
24161 \end_layout
24162
24163 \end_inset
24164 </cell>
24165 </row>
24166 <row>
24167 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24168 \begin_inset Text
24169
24170 \begin_layout Plain Layout
24171
24172 \backslash
24173 widehat=
24174 \end_layout
24175
24176 \end_inset
24177 </cell>
24178 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24179 \begin_inset Text
24180
24181 \begin_layout Plain Layout
24182 \begin_inset Formula $\widehat{=}$
24183 \end_inset
24184
24185
24186 \end_layout
24187
24188 \end_inset
24189 </cell>
24190 </row>
24191 </lyxtabular>
24192
24193 \end_inset
24194
24195
24196 \begin_inset space \hfill{}
24197 \end_inset
24198
24199
24200 \begin_inset Tabular
24201 <lyxtabular version="3" rows="17" columns="2">
24202 <features booktabs="true" tabularvalignment="middle">
24203 <column alignment="center" valignment="top" width="0pt">
24204 <column alignment="center" valignment="top" width="0pt">
24205 <row>
24206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24207 \begin_inset Text
24208
24209 \begin_layout Plain Layout
24210 Command
24211 \end_layout
24212
24213 \end_inset
24214 </cell>
24215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24216 \begin_inset Text
24217
24218 \begin_layout Plain Layout
24219 Relation
24220 \end_layout
24221
24222 \end_inset
24223 </cell>
24224 </row>
24225 <row>
24226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24227 \begin_inset Text
24228
24229 \begin_layout Plain Layout
24230 >
24231 \end_layout
24232
24233 \end_inset
24234 </cell>
24235 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24236 \begin_inset Text
24237
24238 \begin_layout Plain Layout
24239 \begin_inset Formula $>$
24240 \end_inset
24241
24242
24243 \end_layout
24244
24245 \end_inset
24246 </cell>
24247 </row>
24248 <row>
24249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24250 \begin_inset Text
24251
24252 \begin_layout Plain Layout
24253
24254 \backslash
24255 ge
24256 \end_layout
24257
24258 \end_inset
24259 </cell>
24260 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24261 \begin_inset Text
24262
24263 \begin_layout Plain Layout
24264 \begin_inset Formula $\ge$
24265 \end_inset
24266
24267
24268 \end_layout
24269
24270 \end_inset
24271 </cell>
24272 </row>
24273 <row>
24274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24275 \begin_inset Text
24276
24277 \begin_layout Plain Layout
24278
24279 \backslash
24280 gg
24281 \end_layout
24282
24283 \end_inset
24284 </cell>
24285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24286 \begin_inset Text
24287
24288 \begin_layout Plain Layout
24289 \begin_inset Formula $\gg$
24290 \end_inset
24291
24292
24293 \end_layout
24294
24295 \end_inset
24296 </cell>
24297 </row>
24298 <row>
24299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24300 \begin_inset Text
24301
24302 \begin_layout Plain Layout
24303
24304 \backslash
24305 succ
24306 \end_layout
24307
24308 \end_inset
24309 </cell>
24310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24311 \begin_inset Text
24312
24313 \begin_layout Plain Layout
24314 \begin_inset Formula $\succ$
24315 \end_inset
24316
24317
24318 \end_layout
24319
24320 \end_inset
24321 </cell>
24322 </row>
24323 <row>
24324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24325 \begin_inset Text
24326
24327 \begin_layout Plain Layout
24328
24329 \backslash
24330 succeq
24331 \end_layout
24332
24333 \end_inset
24334 </cell>
24335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24336 \begin_inset Text
24337
24338 \begin_layout Plain Layout
24339 \begin_inset Formula $\succeq$
24340 \end_inset
24341
24342
24343 \end_layout
24344
24345 \end_inset
24346 </cell>
24347 </row>
24348 <row>
24349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24350 \begin_inset Text
24351
24352 \begin_layout Plain Layout
24353
24354 \backslash
24355 supset
24356 \end_layout
24357
24358 \end_inset
24359 </cell>
24360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24361 \begin_inset Text
24362
24363 \begin_layout Plain Layout
24364 \begin_inset Formula $\supset$
24365 \end_inset
24366
24367
24368 \end_layout
24369
24370 \end_inset
24371 </cell>
24372 </row>
24373 <row>
24374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24375 \begin_inset Text
24376
24377 \begin_layout Plain Layout
24378
24379 \backslash
24380 supseteq
24381 \end_layout
24382
24383 \end_inset
24384 </cell>
24385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24386 \begin_inset Text
24387
24388 \begin_layout Plain Layout
24389 \begin_inset Formula $\supseteq$
24390 \end_inset
24391
24392
24393 \end_layout
24394
24395 \end_inset
24396 </cell>
24397 </row>
24398 <row>
24399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24400 \begin_inset Text
24401
24402 \begin_layout Plain Layout
24403
24404 \backslash
24405 sqsupseteq
24406 \end_layout
24407
24408 \end_inset
24409 </cell>
24410 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24411 \begin_inset Text
24412
24413 \begin_layout Plain Layout
24414 \begin_inset Formula $\sqsupseteq$
24415 \end_inset
24416
24417
24418 \end_layout
24419
24420 \end_inset
24421 </cell>
24422 </row>
24423 <row>
24424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24425 \begin_inset Text
24426
24427 \begin_layout Plain Layout
24428
24429 \backslash
24430 ni
24431 \end_layout
24432
24433 \end_inset
24434 </cell>
24435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24436 \begin_inset Text
24437
24438 \begin_layout Plain Layout
24439 \begin_inset Formula $\ni$
24440 \end_inset
24441
24442
24443 \end_layout
24444
24445 \end_inset
24446 </cell>
24447 </row>
24448 <row>
24449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24450 \begin_inset Text
24451
24452 \begin_layout Plain Layout
24453
24454 \backslash
24455 dashv
24456 \end_layout
24457
24458 \end_inset
24459 </cell>
24460 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24461 \begin_inset Text
24462
24463 \begin_layout Plain Layout
24464 \begin_inset Formula $\dashv$
24465 \end_inset
24466
24467
24468 \end_layout
24469
24470 \end_inset
24471 </cell>
24472 </row>
24473 <row>
24474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24475 \begin_inset Text
24476
24477 \begin_layout Plain Layout
24478
24479 \backslash
24480 frown
24481 \end_layout
24482
24483 \end_inset
24484 </cell>
24485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24486 \begin_inset Text
24487
24488 \begin_layout Plain Layout
24489 \begin_inset Formula $\frown$
24490 \end_inset
24491
24492
24493 \end_layout
24494
24495 \end_inset
24496 </cell>
24497 </row>
24498 <row>
24499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24500 \begin_inset Text
24501
24502 \begin_layout Plain Layout
24503
24504 \backslash
24505 rhd
24506 \end_layout
24507
24508 \end_inset
24509 </cell>
24510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24511 \begin_inset Text
24512
24513 \begin_layout Plain Layout
24514 \begin_inset Formula $\rhd$
24515 \end_inset
24516
24517
24518 \end_layout
24519
24520 \end_inset
24521 </cell>
24522 </row>
24523 <row>
24524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24525 \begin_inset Text
24526
24527 \begin_layout Plain Layout
24528
24529 \backslash
24530 unrhd
24531 \end_layout
24532
24533 \end_inset
24534 </cell>
24535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24536 \begin_inset Text
24537
24538 \begin_layout Plain Layout
24539 \begin_inset Formula $\unrhd$
24540 \end_inset
24541
24542
24543 \end_layout
24544
24545 \end_inset
24546 </cell>
24547 </row>
24548 <row>
24549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24550 \begin_inset Text
24551
24552 \begin_layout Plain Layout
24553
24554 \backslash
24555 lessgtr
24556 \end_layout
24557
24558 \end_inset
24559 </cell>
24560 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24561 \begin_inset Text
24562
24563 \begin_layout Plain Layout
24564 \begin_inset Formula $\lessgtr$
24565 \end_inset
24566
24567
24568 \end_layout
24569
24570 \end_inset
24571 </cell>
24572 </row>
24573 <row>
24574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24575 \begin_inset Text
24576
24577 \begin_layout Plain Layout
24578
24579 \backslash
24580 parallel
24581 \end_layout
24582
24583 \end_inset
24584 </cell>
24585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24586 \begin_inset Text
24587
24588 \begin_layout Plain Layout
24589 \begin_inset Formula $\parallel$
24590 \end_inset
24591
24592
24593 \end_layout
24594
24595 \end_inset
24596 </cell>
24597 </row>
24598 <row>
24599 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24600 \begin_inset Text
24601
24602 \begin_layout Plain Layout
24603
24604 \backslash
24605 nparallel
24606 \end_layout
24607
24608 \end_inset
24609 </cell>
24610 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24611 \begin_inset Text
24612
24613 \begin_layout Plain Layout
24614 \begin_inset Formula $\nparallel$
24615 \end_inset
24616
24617
24618 \end_layout
24619
24620 \end_inset
24621 </cell>
24622 </row>
24623 </lyxtabular>
24624
24625 \end_inset
24626
24627
24628 \end_layout
24629
24630 \begin_layout Standard
24631 \begin_inset VSpace medskip
24632 \end_inset
24633
24634 The characters 
24635 \series bold
24636
24637 \backslash
24638 lhd
24639 \series default
24640  and 
24641 \series bold
24642
24643 \backslash
24644 rhd
24645 \series default
24646  are bigger than the equal looking operators 
24647 \series bold
24648
24649 \backslash
24650 triangleleft
24651 \series default
24652  and 
24653 \series bold
24654
24655 \backslash
24656 triangleright
24657 \series default
24658 , respectively.
24659 \end_layout
24660
24661 \begin_layout Standard
24662 \SpecialChar LyX
24663  supports also many special relations.
24664  Use the toolbar button 
24665 \begin_inset Info
24666 type  "icon"
24667 arg   "math-insert \\leqq"
24668 \end_inset
24669
24670  to see a list of these relations.
24671 \end_layout
24672
24673 \begin_layout Standard
24674 Relations are, in contrary to symbols, always surrounded by space.
24675 \end_layout
24676
24677 \begin_layout Standard
24678 Relations with labels can be created with the command 
24679 \series bold
24680
24681 \backslash
24682 stackrel
24683 \series default
24684
24685 \begin_inset Index idx
24686 status collapsed
24687
24688 \begin_layout Plain Layout
24689 Commands ! S ! 
24690 \backslash
24691 stackrel
24692 \end_layout
24693
24694 \end_inset
24695
24696 :
24697 \end_layout
24698
24699 \begin_layout Standard
24700 \align center
24701 \begin_inset Tabular
24702 <lyxtabular version="3" rows="2" columns="2">
24703 <features booktabs="true" tabularvalignment="middle">
24704 <column alignment="center" valignment="top" width="0pt">
24705 <column alignment="center" valignment="top">
24706 <row>
24707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24708 \begin_inset Text
24709
24710 \begin_layout Plain Layout
24711 Command
24712 \end_layout
24713
24714 \end_inset
24715 </cell>
24716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24717 \begin_inset Text
24718
24719 \begin_layout Plain Layout
24720 Result
24721 \end_layout
24722
24723 \end_inset
24724 </cell>
24725 </row>
24726 <row topspace="1.5mm">
24727 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24728 \begin_inset Text
24729
24730 \begin_layout Plain Layout
24731 A(r)
24732 \backslash
24733 stackrel
24734 \begin_inset space \textvisiblespace{}
24735 \end_inset
24736
24737 r
24738 \backslash
24739 to
24740 \backslash
24741 infty
24742 \begin_inset space \textvisiblespace{}
24743 \end_inset
24744
24745
24746 \begin_inset Formula $\downarrow$
24747 \end_inset
24748
24749
24750 \backslash
24751 approx
24752 \begin_inset space \textvisiblespace{}
24753 \end_inset
24754
24755
24756 \begin_inset space \textvisiblespace{}
24757 \end_inset
24758
24759 B
24760 \end_layout
24761
24762 \end_inset
24763 </cell>
24764 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24765 \begin_inset Text
24766
24767 \begin_layout Plain Layout
24768 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
24769 \end_inset
24770
24771
24772 \end_layout
24773
24774 \end_inset
24775 </cell>
24776 </row>
24777 </lyxtabular>
24778
24779 \end_inset
24780
24781
24782 \end_layout
24783
24784 \begin_layout Section
24785 Functions
24786 \end_layout
24787
24788 \begin_layout Subsection
24789 Predefined Functions
24790 \begin_inset CommandInset label
24791 LatexCommand label
24792 name "subsec:Predefined-Functions"
24793
24794 \end_inset
24795
24796
24797 \begin_inset Index idx
24798 status collapsed
24799
24800 \begin_layout Plain Layout
24801 Functions ! predefined
24802 \end_layout
24803
24804 \end_inset
24805
24806
24807 \end_layout
24808
24809 \begin_layout Standard
24810 In general, variables are set 
24811 \emph on
24812 italic
24813 \emph default
24814  in mathematical expressions, but not function names, because 
24815 \begin_inset Formula $sin$
24816 \end_inset
24817
24818  could be misunderstood as 
24819 \begin_inset Formula $s\cdot i\cdot n$
24820 \end_inset
24821
24822 .
24823  Therefore there are predefined functions which are additionally a bit separated
24824  from prefactors.
24825  They are inserted as commands starting with a backslash before their name.
24826 \end_layout
24827
24828 \begin_layout Standard
24829 \align center
24830 \begin_inset Tabular
24831 <lyxtabular version="3" rows="2" columns="2">
24832 <features booktabs="true" tabularvalignment="middle">
24833 <column alignment="center" valignment="top" width="0pt">
24834 <column alignment="center" valignment="top" width="0pt">
24835 <row>
24836 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24837 \begin_inset Text
24838
24839 \begin_layout Plain Layout
24840 Command
24841 \end_layout
24842
24843 \end_inset
24844 </cell>
24845 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
24846 \begin_inset Text
24847
24848 \begin_layout Plain Layout
24849 Result
24850 \end_layout
24851
24852 \end_inset
24853 </cell>
24854 </row>
24855 <row>
24856 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24857 \begin_inset Text
24858
24859 \begin_layout Plain Layout
24860 Asin(x)+B
24861 \end_layout
24862
24863 \end_inset
24864 </cell>
24865 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
24866 \begin_inset Text
24867
24868 \begin_layout Plain Layout
24869 \begin_inset Formula $Asin(x)+B$
24870 \end_inset
24871
24872
24873 \end_layout
24874
24875 \end_inset
24876 </cell>
24877 </row>
24878 </lyxtabular>
24879
24880 \end_inset
24881
24882
24883 \begin_inset space \quad{}
24884 \end_inset
24885
24886
24887 \begin_inset Tabular
24888 <lyxtabular version="3" rows="2" columns="2">
24889 <features booktabs="true" tabularvalignment="middle">
24890 <column alignment="center" valignment="top" width="0pt">
24891 <column alignment="center" valignment="top" width="0pt">
24892 <row>
24893 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24894 \begin_inset Text
24895
24896 \begin_layout Plain Layout
24897 Command
24898 \end_layout
24899
24900 \end_inset
24901 </cell>
24902 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24903 \begin_inset Text
24904
24905 \begin_layout Plain Layout
24906 Result
24907 \end_layout
24908
24909 \end_inset
24910 </cell>
24911 </row>
24912 <row>
24913 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24914 \begin_inset Text
24915
24916 \begin_layout Plain Layout
24917 A
24918 \backslash
24919 sin(x)+B
24920 \end_layout
24921
24922 \end_inset
24923 </cell>
24924 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24925 \begin_inset Text
24926
24927 \begin_layout Plain Layout
24928 \begin_inset Formula $A\sin(x)+B$
24929 \end_inset
24930
24931
24932 \end_layout
24933
24934 \end_inset
24935 </cell>
24936 </row>
24937 </lyxtabular>
24938
24939 \end_inset
24940
24941
24942 \end_layout
24943
24944 \begin_layout Standard
24945 The following functions are predefined:
24946 \end_layout
24947
24948 \begin_layout Standard
24949 \begin_inset VSpace -2mm
24950 \end_inset
24951
24952
24953 \end_layout
24954
24955 \begin_layout Standard
24956 \align center
24957 \begin_inset Tabular
24958 <lyxtabular version="3" rows="9" columns="4">
24959 <features booktabs="true" tabularvalignment="middle">
24960 <column alignment="center" valignment="top" width="0pt">
24961 <column alignment="center" valignment="top" width="0pt">
24962 <column alignment="center" valignment="top" width="0pt">
24963 <column alignment="center" valignment="top" width="0pt">
24964 <row>
24965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24966 \begin_inset Text
24967
24968 \begin_layout Plain Layout
24969 Command
24970 \end_layout
24971
24972 \end_inset
24973 </cell>
24974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24975 \begin_inset Text
24976
24977 \begin_layout Plain Layout
24978 Command
24979 \end_layout
24980
24981 \end_inset
24982 </cell>
24983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24984 \begin_inset Text
24985
24986 \begin_layout Plain Layout
24987 Command
24988 \end_layout
24989
24990 \end_inset
24991 </cell>
24992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24993 \begin_inset Text
24994
24995 \begin_layout Plain Layout
24996 Command
24997 \end_layout
24998
24999 \end_inset
25000 </cell>
25001 </row>
25002 <row>
25003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25004 \begin_inset Text
25005
25006 \begin_layout Plain Layout
25007
25008 \backslash
25009 sin
25010 \end_layout
25011
25012 \end_inset
25013 </cell>
25014 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25015 \begin_inset Text
25016
25017 \begin_layout Plain Layout
25018
25019 \backslash
25020 sinh
25021 \end_layout
25022
25023 \end_inset
25024 </cell>
25025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25026 \begin_inset Text
25027
25028 \begin_layout Plain Layout
25029
25030 \backslash
25031 arcsin
25032 \end_layout
25033
25034 \end_inset
25035 </cell>
25036 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25037 \begin_inset Text
25038
25039 \begin_layout Plain Layout
25040
25041 \backslash
25042 sup
25043 \end_layout
25044
25045 \end_inset
25046 </cell>
25047 </row>
25048 <row>
25049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25050 \begin_inset Text
25051
25052 \begin_layout Plain Layout
25053
25054 \backslash
25055 cos
25056 \end_layout
25057
25058 \end_inset
25059 </cell>
25060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25061 \begin_inset Text
25062
25063 \begin_layout Plain Layout
25064
25065 \backslash
25066 cosh
25067 \end_layout
25068
25069 \end_inset
25070 </cell>
25071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25072 \begin_inset Text
25073
25074 \begin_layout Plain Layout
25075
25076 \backslash
25077 arccos
25078 \end_layout
25079
25080 \end_inset
25081 </cell>
25082 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25083 \begin_inset Text
25084
25085 \begin_layout Plain Layout
25086
25087 \backslash
25088 inf
25089 \end_layout
25090
25091 \end_inset
25092 </cell>
25093 </row>
25094 <row>
25095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25096 \begin_inset Text
25097
25098 \begin_layout Plain Layout
25099
25100 \backslash
25101 tan
25102 \end_layout
25103
25104 \end_inset
25105 </cell>
25106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25107 \begin_inset Text
25108
25109 \begin_layout Plain Layout
25110
25111 \backslash
25112 tanh
25113 \end_layout
25114
25115 \end_inset
25116 </cell>
25117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25118 \begin_inset Text
25119
25120 \begin_layout Plain Layout
25121
25122 \backslash
25123 arctan
25124 \end_layout
25125
25126 \end_inset
25127 </cell>
25128 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25129 \begin_inset Text
25130
25131 \begin_layout Plain Layout
25132
25133 \backslash
25134 lim
25135 \end_layout
25136
25137 \end_inset
25138 </cell>
25139 </row>
25140 <row>
25141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25142 \begin_inset Text
25143
25144 \begin_layout Plain Layout
25145
25146 \backslash
25147 cot
25148 \end_layout
25149
25150 \end_inset
25151 </cell>
25152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25153 \begin_inset Text
25154
25155 \begin_layout Plain Layout
25156
25157 \backslash
25158 coth
25159 \end_layout
25160
25161 \end_inset
25162 </cell>
25163 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25164 \begin_inset Text
25165
25166 \begin_layout Plain Layout
25167
25168 \backslash
25169 arg
25170 \end_layout
25171
25172 \end_inset
25173 </cell>
25174 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25175 \begin_inset Text
25176
25177 \begin_layout Plain Layout
25178
25179 \backslash
25180 liminf
25181 \end_layout
25182
25183 \end_inset
25184 </cell>
25185 </row>
25186 <row>
25187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25188 \begin_inset Text
25189
25190 \begin_layout Plain Layout
25191
25192 \backslash
25193 sec
25194 \end_layout
25195
25196 \end_inset
25197 </cell>
25198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25199 \begin_inset Text
25200
25201 \begin_layout Plain Layout
25202
25203 \backslash
25204 min
25205 \end_layout
25206
25207 \end_inset
25208 </cell>
25209 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25210 \begin_inset Text
25211
25212 \begin_layout Plain Layout
25213
25214 \backslash
25215 deg
25216 \end_layout
25217
25218 \end_inset
25219 </cell>
25220 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25221 \begin_inset Text
25222
25223 \begin_layout Plain Layout
25224
25225 \backslash
25226 limsup
25227 \end_layout
25228
25229 \end_inset
25230 </cell>
25231 </row>
25232 <row>
25233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25234 \begin_inset Text
25235
25236 \begin_layout Plain Layout
25237
25238 \backslash
25239 csc
25240 \end_layout
25241
25242 \end_inset
25243 </cell>
25244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25245 \begin_inset Text
25246
25247 \begin_layout Plain Layout
25248
25249 \backslash
25250 max
25251 \end_layout
25252
25253 \end_inset
25254 </cell>
25255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25256 \begin_inset Text
25257
25258 \begin_layout Plain Layout
25259
25260 \backslash
25261 det
25262 \end_layout
25263
25264 \end_inset
25265 </cell>
25266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25267 \begin_inset Text
25268
25269 \begin_layout Plain Layout
25270
25271 \backslash
25272 Pr
25273 \end_layout
25274
25275 \end_inset
25276 </cell>
25277 </row>
25278 <row>
25279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25280 \begin_inset Text
25281
25282 \begin_layout Plain Layout
25283
25284 \backslash
25285 ln
25286 \end_layout
25287
25288 \end_inset
25289 </cell>
25290 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25291 \begin_inset Text
25292
25293 \begin_layout Plain Layout
25294
25295 \backslash
25296 exp
25297 \end_layout
25298
25299 \end_inset
25300 </cell>
25301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25302 \begin_inset Text
25303
25304 \begin_layout Plain Layout
25305
25306 \backslash
25307 dim
25308 \end_layout
25309
25310 \end_inset
25311 </cell>
25312 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25313 \begin_inset Text
25314
25315 \begin_layout Plain Layout
25316
25317 \backslash
25318 hom
25319 \end_layout
25320
25321 \end_inset
25322 </cell>
25323 </row>
25324 <row>
25325 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25326 \begin_inset Text
25327
25328 \begin_layout Plain Layout
25329
25330 \backslash
25331 lg
25332 \end_layout
25333
25334 \end_inset
25335 </cell>
25336 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25337 \begin_inset Text
25338
25339 \begin_layout Plain Layout
25340
25341 \backslash
25342 log
25343 \end_layout
25344
25345 \end_inset
25346 </cell>
25347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25348 \begin_inset Text
25349
25350 \begin_layout Plain Layout
25351
25352 \backslash
25353 ker
25354 \end_layout
25355
25356 \end_inset
25357 </cell>
25358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25359 \begin_inset Text
25360
25361 \begin_layout Plain Layout
25362
25363 \backslash
25364 gcd
25365 \end_layout
25366
25367 \end_inset
25368 </cell>
25369 </row>
25370 </lyxtabular>
25371
25372 \end_inset
25373
25374
25375 \end_layout
25376
25377 \begin_layout Standard
25378 They can also be inserted with the math toolbar button 
25379 \begin_inset Info
25380 type  "icon"
25381 arg   "math-insert \\functions"
25382 \end_inset
25383
25384 .
25385 \end_layout
25386
25387 \begin_layout Subsection
25388 Self-defined Functions
25389 \begin_inset Index idx
25390 status collapsed
25391
25392 \begin_layout Plain Layout
25393 Functions ! self-defined
25394 \end_layout
25395
25396 \end_inset
25397
25398
25399 \end_layout
25400
25401 \begin_layout Standard
25402 To use a function that is not predefined, like for example the sign function
25403  sgn(x), there are two possibilities:
25404 \end_layout
25405
25406 \begin_layout Itemize
25407 Define the function by inserting the following line to the \SpecialChar LaTeX
25408 -preamble
25409 \begin_inset Foot
25410 status collapsed
25411
25412 \begin_layout Plain Layout
25413 For more about 
25414 \series bold
25415
25416 \backslash
25417 DeclareMathOperator
25418 \series default
25419  see 
25420 \begin_inset CommandInset ref
25421 LatexCommand ref
25422 reference "subsec:Self-defined-Operators"
25423
25424 \end_inset
25425
25426 .
25427 \end_layout
25428
25429 \end_inset
25430
25431
25432 \begin_inset Newline newline
25433 \end_inset
25434
25435
25436 \begin_inset VSpace -3mm
25437 \end_inset
25438
25439
25440 \begin_inset Newline newline
25441 \end_inset
25442
25443
25444 \series bold
25445
25446 \backslash
25447 DeclareMathOperator{
25448 \backslash
25449 sgn}{sgn}
25450 \series default
25451
25452 \begin_inset Index idx
25453 status collapsed
25454
25455 \begin_layout Plain Layout
25456 Commands ! D ! 
25457 \backslash
25458 dbinom@
25459 \backslash
25460 DeclareMathOperator
25461 \end_layout
25462
25463 \end_inset
25464
25465
25466 \begin_inset Newline newline
25467 \end_inset
25468
25469
25470 \begin_inset VSpace -2mm
25471 \end_inset
25472
25473
25474 \begin_inset Newline newline
25475 \end_inset
25476
25477 Now the new defined function can be called with the command 
25478 \series bold
25479
25480 \backslash
25481 sgn
25482 \series default
25483 .
25484 \end_layout
25485
25486 \begin_layout Itemize
25487 Write the formula as usual, mark the formula name, in our example the letters
25488  
25489 \emph on
25490 sgn
25491 \emph default
25492 , and change it to mathematical text.
25493  Finally, a space is inserted between prefactor and function.
25494 \end_layout
25495
25496 \begin_layout Standard
25497 The result is the same with both methods as with a predefined function
25498 \begin_inset Foot
25499 status collapsed
25500
25501 \begin_layout Plain Layout
25502 In \SpecialChar LyX
25503  self-defined functions are displayed red, predefined ones black.
25504 \end_layout
25505
25506 \end_inset
25507
25508 :
25509 \end_layout
25510
25511 \begin_layout Standard
25512 \align center
25513 \begin_inset Tabular
25514 <lyxtabular version="3" rows="3" columns="2">
25515 <features booktabs="true" tabularvalignment="middle">
25516 <column alignment="center" valignment="top" width="0pt">
25517 <column alignment="center" valignment="top" width="0pt">
25518 <row>
25519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25520 \begin_inset Text
25521
25522 \begin_layout Plain Layout
25523 Command
25524 \end_layout
25525
25526 \end_inset
25527 </cell>
25528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25529 \begin_inset Text
25530
25531 \begin_layout Plain Layout
25532 Result
25533 \end_layout
25534
25535 \end_inset
25536 </cell>
25537 </row>
25538 <row>
25539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25540 \begin_inset Text
25541
25542 \begin_layout Plain Layout
25543 A
25544 \backslash
25545 sgn(x)+B
25546 \end_layout
25547
25548 \end_inset
25549 </cell>
25550 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25551 \begin_inset Text
25552
25553 \begin_layout Plain Layout
25554 \begin_inset Formula $A\sgn(x)+B$
25555 \end_inset
25556
25557
25558 \end_layout
25559
25560 \end_inset
25561 </cell>
25562 </row>
25563 <row>
25564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25565 \begin_inset Text
25566
25567 \begin_layout Plain Layout
25568 A
25569 \backslash
25570 ,
25571 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25572 \end_inset
25573
25574 (x)+B
25575 \end_layout
25576
25577 \end_inset
25578 </cell>
25579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25580 \begin_inset Text
25581
25582 \begin_layout Plain Layout
25583 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25584 \end_inset
25585
25586
25587 \end_layout
25588
25589 \end_inset
25590 </cell>
25591 </row>
25592 </lyxtabular>
25593
25594 \end_inset
25595
25596
25597 \end_layout
25598
25599 \begin_layout Standard
25600 The first method is more suitable when the self-defined function should
25601  be used several times.
25602 \end_layout
25603
25604 \begin_layout Subsection
25605 Limits
25606 \begin_inset Index idx
25607 status collapsed
25608
25609 \begin_layout Plain Layout
25610 Limits
25611 \end_layout
25612
25613 \end_inset
25614
25615
25616 \end_layout
25617
25618 \begin_layout Standard
25619 For limits, in addition to the commands 
25620 \series bold
25621
25622 \backslash
25623 lim
25624 \series default
25625
25626 \begin_inset Index idx
25627 status collapsed
25628
25629 \begin_layout Plain Layout
25630 Commands ! L ! 
25631 \backslash
25632 lim
25633 \end_layout
25634
25635 \end_inset
25636
25637
25638 \series bold
25639
25640 \backslash
25641 liminf
25642 \series default
25643  and 
25644 \series bold
25645
25646 \backslash
25647 limsup
25648 \series default
25649  the following functions are defined:
25650 \end_layout
25651
25652 \begin_layout Standard
25653 \align center
25654 \begin_inset Tabular
25655 <lyxtabular version="3" rows="5" columns="2">
25656 <features booktabs="true" tabularvalignment="middle">
25657 <column alignment="center" valignment="top" width="0pt">
25658 <column alignment="center" valignment="top" width="0pt">
25659 <row>
25660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25661 \begin_inset Text
25662
25663 \begin_layout Plain Layout
25664 Command
25665 \end_layout
25666
25667 \end_inset
25668 </cell>
25669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25670 \begin_inset Text
25671
25672 \begin_layout Plain Layout
25673 Result
25674 \end_layout
25675
25676 \end_inset
25677 </cell>
25678 </row>
25679 <row>
25680 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25681 \begin_inset Text
25682
25683 \begin_layout Plain Layout
25684
25685 \backslash
25686 varliminf
25687 \end_layout
25688
25689 \end_inset
25690 </cell>
25691 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25692 \begin_inset Text
25693
25694 \begin_layout Plain Layout
25695 \begin_inset Formula $\varliminf$
25696 \end_inset
25697
25698
25699 \end_layout
25700
25701 \end_inset
25702 </cell>
25703 </row>
25704 <row topspace="1.5mm">
25705 <cell alignment="center" valignment="top" usebox="none">
25706 \begin_inset Text
25707
25708 \begin_layout Plain Layout
25709
25710 \backslash
25711 varlimsup
25712 \end_layout
25713
25714 \end_inset
25715 </cell>
25716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25717 \begin_inset Text
25718
25719 \begin_layout Plain Layout
25720 \begin_inset Formula $\varlimsup$
25721 \end_inset
25722
25723
25724 \end_layout
25725
25726 \end_inset
25727 </cell>
25728 </row>
25729 <row topspace="1.5mm">
25730 <cell alignment="center" valignment="top" usebox="none">
25731 \begin_inset Text
25732
25733 \begin_layout Plain Layout
25734
25735 \backslash
25736 varprojlim
25737 \end_layout
25738
25739 \end_inset
25740 </cell>
25741 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25742 \begin_inset Text
25743
25744 \begin_layout Plain Layout
25745 \begin_inset Formula $\varprojlim$
25746 \end_inset
25747
25748
25749 \end_layout
25750
25751 \end_inset
25752 </cell>
25753 </row>
25754 <row topspace="1.5mm" bottomspace="1mm">
25755 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25756 \begin_inset Text
25757
25758 \begin_layout Plain Layout
25759
25760 \backslash
25761 varinjlim
25762 \end_layout
25763
25764 \end_inset
25765 </cell>
25766 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25767 \begin_inset Text
25768
25769 \begin_layout Plain Layout
25770 \begin_inset Formula $\varinjlim$
25771 \end_inset
25772
25773
25774 \end_layout
25775
25776 \end_inset
25777 </cell>
25778 </row>
25779 </lyxtabular>
25780
25781 \end_inset
25782
25783
25784 \end_layout
25785
25786 \begin_layout Standard
25787 \begin_inset VSpace medskip
25788 \end_inset
25789
25790 The limit is created by inserting a subscript.
25791  It is set right beside the function in an inline formula:
25792 \end_layout
25793
25794 \begin_layout Standard
25795 \align center
25796 \begin_inset Tabular
25797 <lyxtabular version="3" rows="2" columns="2">
25798 <features booktabs="true" tabularvalignment="middle">
25799 <column alignment="center" valignment="top" width="0pt">
25800 <column alignment="center" valignment="top" width="0pt">
25801 <row>
25802 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25803 \begin_inset Text
25804
25805 \begin_layout Plain Layout
25806 Command
25807 \end_layout
25808
25809 \end_inset
25810 </cell>
25811 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25812 \begin_inset Text
25813
25814 \begin_layout Plain Layout
25815 Result
25816 \end_layout
25817
25818 \end_inset
25819 </cell>
25820 </row>
25821 <row>
25822 <cell alignment="center" valignment="top" usebox="none">
25823 \begin_inset Text
25824
25825 \begin_layout Plain Layout
25826
25827 \backslash
25828 lim_x
25829 \backslash
25830 to
25831 \begin_inset space \textvisiblespace{}
25832 \end_inset
25833
25834 A
25835 \begin_inset space \textvisiblespace{}
25836 \end_inset
25837
25838 x=B
25839 \end_layout
25840
25841 \end_inset
25842 </cell>
25843 <cell alignment="center" valignment="top" usebox="none">
25844 \begin_inset Text
25845
25846 \begin_layout Plain Layout
25847 \begin_inset Formula $\lim_{x\to A}x=B$
25848 \end_inset
25849
25850
25851 \end_layout
25852
25853 \end_inset
25854 </cell>
25855 </row>
25856 </lyxtabular>
25857
25858 \end_inset
25859
25860
25861 \end_layout
25862
25863 \begin_layout Standard
25864 In a displayed formula the limit is set below the formula, as usual:
25865 \begin_inset Formula 
25866 \[
25867 \lim_{x\to A}x=B
25868 \]
25869
25870 \end_inset
25871
25872
25873 \end_layout
25874
25875 \begin_layout Standard
25876 \begin_inset VSpace medskip
25877 \end_inset
25878
25879
25880 \end_layout
25881
25882 \begin_layout Standard
25883 How to adjust the typesetting of the limits see 
25884 \begin_inset CommandInset ref
25885 LatexCommand ref
25886 reference "subsec:Operator-Limits"
25887
25888 \end_inset
25889
25890 .
25891 \end_layout
25892
25893 \begin_layout Subsection
25894 Modulo-Functions
25895 \begin_inset Index idx
25896 status collapsed
25897
25898 \begin_layout Plain Layout
25899 Functions ! modulo-
25900 \end_layout
25901
25902 \end_inset
25903
25904
25905 \end_layout
25906
25907 \begin_layout Standard
25908 The modulo-function is special, because it exists in four variants.
25909  The variants in a displayed formula are:
25910 \begin_inset Formula 
25911 \begin{align*}
25912 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25913 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25914 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25915 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25916 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25917 \end{align*}
25918
25919 \end_inset
25920
25921
25922 \end_layout
25923
25924 \begin_layout Standard
25925 In an inline formula less space is set before the function names for all
25926  variants.
25927  By default the modulo-functions take only the first following character
25928  into account.
25929  To use more than one character, one has to put them into \SpecialChar TeX
25930  braces:
25931 \begin_inset Formula 
25932 \begin{align*}
25933 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25934 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25935 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25936 \end{align*}
25937
25938 \end_inset
25939
25940
25941 \end_layout
25942
25943 \begin_layout Section
25944 Special Characters
25945 \begin_inset Index idx
25946 status collapsed
25947
25948 \begin_layout Plain Layout
25949 Special characters
25950 \end_layout
25951
25952 \end_inset
25953
25954
25955 \end_layout
25956
25957 \begin_layout Standard
25958 The characters ^ and _ would normally create a superscript and subscript,
25959  respectively.
25960  To get these characters you have to insert them with a leading 
25961 \backslash
25962 :
25963 \end_layout
25964
25965 \begin_layout Standard
25966 \noindent
25967 \align center
25968 \begin_inset Tabular
25969 <lyxtabular version="3" rows="3" columns="2">
25970 <features booktabs="true" tabularvalignment="middle">
25971 <column alignment="left" valignment="top" width="0pt">
25972 <column alignment="block" valignment="top">
25973 <row>
25974 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25975 \begin_inset Text
25976
25977 \begin_layout Plain Layout
25978 Command
25979 \end_layout
25980
25981 \end_inset
25982 </cell>
25983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25984 \begin_inset Text
25985
25986 \begin_layout Plain Layout
25987 Result
25988 \end_layout
25989
25990 \end_inset
25991 </cell>
25992 </row>
25993 <row>
25994 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25995 \begin_inset Text
25996
25997 \begin_layout Plain Layout
25998
25999 \backslash
26000 ^
26001 \begin_inset space \textvisiblespace{}
26002 \end_inset
26003
26004
26005 \end_layout
26006
26007 \end_inset
26008 </cell>
26009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26010 \begin_inset Text
26011
26012 \begin_layout Plain Layout
26013 \begin_inset Formula $\mathcircumflex$
26014 \end_inset
26015
26016
26017 \end_layout
26018
26019 \end_inset
26020 </cell>
26021 </row>
26022 <row>
26023 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26024 \begin_inset Text
26025
26026 \begin_layout Plain Layout
26027
26028 \backslash
26029 _
26030 \end_layout
26031
26032 \end_inset
26033 </cell>
26034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26035 \begin_inset Text
26036
26037 \begin_layout Plain Layout
26038 \begin_inset Formula $\_$
26039 \end_inset
26040
26041
26042 \end_layout
26043
26044 \end_inset
26045 </cell>
26046 </row>
26047 </lyxtabular>
26048
26049 \end_inset
26050
26051
26052 \end_layout
26053
26054 \begin_layout Subsection
26055 Special Characters in Mathematical Text
26056 \end_layout
26057
26058 \begin_layout Standard
26059 The following commands can only be used in mathematical text or in \SpecialChar TeX
26060  mode:
26061 \end_layout
26062
26063 \begin_layout Standard
26064 \begin_inset space \hfill{}
26065 \end_inset
26066
26067
26068 \begin_inset Tabular
26069 <lyxtabular version="3" rows="8" columns="2">
26070 <features booktabs="true" tabularvalignment="middle">
26071 <column alignment="left" valignment="top" width="0pt">
26072 <column alignment="block" valignment="top">
26073 <row>
26074 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26075 \begin_inset Text
26076
26077 \begin_layout Plain Layout
26078 Command
26079 \end_layout
26080
26081 \end_inset
26082 </cell>
26083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26084 \begin_inset Text
26085
26086 \begin_layout Plain Layout
26087 Result
26088 \end_layout
26089
26090 \end_inset
26091 </cell>
26092 </row>
26093 <row>
26094 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26095 \begin_inset Text
26096
26097 \begin_layout Plain Layout
26098
26099 \backslash
26100 oe
26101 \end_layout
26102
26103 \end_inset
26104 </cell>
26105 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26106 \begin_inset Text
26107
26108 \begin_layout Plain Layout
26109 \begin_inset Formula $\textrm{œ}$
26110 \end_inset
26111
26112
26113 \end_layout
26114
26115 \end_inset
26116 </cell>
26117 </row>
26118 <row>
26119 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26120 \begin_inset Text
26121
26122 \begin_layout Plain Layout
26123
26124 \backslash
26125 OE
26126 \end_layout
26127
26128 \end_inset
26129 </cell>
26130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26131 \begin_inset Text
26132
26133 \begin_layout Plain Layout
26134 \begin_inset Formula $\textrm{Œ}$
26135 \end_inset
26136
26137
26138 \end_layout
26139
26140 \end_inset
26141 </cell>
26142 </row>
26143 <row>
26144 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26145 \begin_inset Text
26146
26147 \begin_layout Plain Layout
26148
26149 \backslash
26150 ae
26151 \end_layout
26152
26153 \end_inset
26154 </cell>
26155 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26156 \begin_inset Text
26157
26158 \begin_layout Plain Layout
26159 \begin_inset Formula $\textrm{æ}$
26160 \end_inset
26161
26162
26163 \end_layout
26164
26165 \end_inset
26166 </cell>
26167 </row>
26168 <row>
26169 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26170 \begin_inset Text
26171
26172 \begin_layout Plain Layout
26173
26174 \backslash
26175 AE
26176 \end_layout
26177
26178 \end_inset
26179 </cell>
26180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26181 \begin_inset Text
26182
26183 \begin_layout Plain Layout
26184 \begin_inset Formula $\textrm{Æ}$
26185 \end_inset
26186
26187
26188 \end_layout
26189
26190 \end_inset
26191 </cell>
26192 </row>
26193 <row>
26194 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26195 \begin_inset Text
26196
26197 \begin_layout Plain Layout
26198
26199 \backslash
26200 aa
26201 \end_layout
26202
26203 \end_inset
26204 </cell>
26205 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26206 \begin_inset Text
26207
26208 \begin_layout Plain Layout
26209 \begin_inset Formula $\textrm{å}$
26210 \end_inset
26211
26212
26213 \end_layout
26214
26215 \end_inset
26216 </cell>
26217 </row>
26218 <row>
26219 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26220 \begin_inset Text
26221
26222 \begin_layout Plain Layout
26223
26224 \backslash
26225 AA
26226 \end_layout
26227
26228 \end_inset
26229 </cell>
26230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26231 \begin_inset Text
26232
26233 \begin_layout Plain Layout
26234 \begin_inset Formula $\textrm{Å}$
26235 \end_inset
26236
26237
26238 \end_layout
26239
26240 \end_inset
26241 </cell>
26242 </row>
26243 <row>
26244 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26245 \begin_inset Text
26246
26247 \begin_layout Plain Layout
26248
26249 \backslash
26250 i
26251 \end_layout
26252
26253 \end_inset
26254 </cell>
26255 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26256 \begin_inset Text
26257
26258 \begin_layout Plain Layout
26259 \begin_inset Formula $\textrm{ı}$
26260 \end_inset
26261
26262
26263 \end_layout
26264
26265 \end_inset
26266 </cell>
26267 </row>
26268 </lyxtabular>
26269
26270 \end_inset
26271
26272
26273 \begin_inset space \hfill{}
26274 \end_inset
26275
26276
26277 \begin_inset Tabular
26278 <lyxtabular version="3" rows="8" columns="2">
26279 <features booktabs="true" tabularvalignment="middle">
26280 <column alignment="left" valignment="top" width="0pt">
26281 <column alignment="center" valignment="top">
26282 <row>
26283 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26284 \begin_inset Text
26285
26286 \begin_layout Plain Layout
26287 Command
26288 \begin_inset Note Note
26289 status collapsed
26290
26291 \begin_layout Plain Layout
26292 The space of 0
26293 \begin_inset space \thinspace{}
26294 \end_inset
26295
26296 mm is used for separation, because otherwise the output will be ¡ and ¿
26297  respectively.
26298 \end_layout
26299
26300 \end_inset
26301
26302
26303 \end_layout
26304
26305 \end_inset
26306 </cell>
26307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26308 \begin_inset Text
26309
26310 \begin_layout Plain Layout
26311 Result
26312 \end_layout
26313
26314 \end_inset
26315 </cell>
26316 </row>
26317 <row>
26318 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26319 \begin_inset Text
26320
26321 \begin_layout Plain Layout
26322
26323 \backslash
26324 o
26325 \end_layout
26326
26327 \end_inset
26328 </cell>
26329 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26330 \begin_inset Text
26331
26332 \begin_layout Plain Layout
26333 \begin_inset Formula $\textrm{ø}$
26334 \end_inset
26335
26336
26337 \end_layout
26338
26339 \end_inset
26340 </cell>
26341 </row>
26342 <row>
26343 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26344 \begin_inset Text
26345
26346 \begin_layout Plain Layout
26347
26348 \backslash
26349 O
26350 \end_layout
26351
26352 \end_inset
26353 </cell>
26354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26355 \begin_inset Text
26356
26357 \begin_layout Plain Layout
26358 \begin_inset Formula $\textrm{Ø}$
26359 \end_inset
26360
26361
26362 \end_layout
26363
26364 \end_inset
26365 </cell>
26366 </row>
26367 <row>
26368 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26369 \begin_inset Text
26370
26371 \begin_layout Plain Layout
26372
26373 \backslash
26374 l
26375 \end_layout
26376
26377 \end_inset
26378 </cell>
26379 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26380 \begin_inset Text
26381
26382 \begin_layout Plain Layout
26383 \begin_inset Formula $\textrm{ł}$
26384 \end_inset
26385
26386
26387 \end_layout
26388
26389 \end_inset
26390 </cell>
26391 </row>
26392 <row>
26393 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26394 \begin_inset Text
26395
26396 \begin_layout Plain Layout
26397
26398 \backslash
26399 L
26400 \end_layout
26401
26402 \end_inset
26403 </cell>
26404 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26405 \begin_inset Text
26406
26407 \begin_layout Plain Layout
26408 \begin_inset Formula $\textrm{Ł}$
26409 \end_inset
26410
26411
26412 \end_layout
26413
26414 \end_inset
26415 </cell>
26416 </row>
26417 <row>
26418 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26419 \begin_inset Text
26420
26421 \begin_layout Plain Layout
26422 !
26423 \begin_inset space \hspace{}
26424 \length 0mm
26425 \end_inset
26426
26427 `
26428 \begin_inset space \textvisiblespace{}
26429 \end_inset
26430
26431
26432 \end_layout
26433
26434 \end_inset
26435 </cell>
26436 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26437 \begin_inset Text
26438
26439 \begin_layout Plain Layout
26440 \begin_inset Formula $\textrm{!`}$
26441 \end_inset
26442
26443
26444 \end_layout
26445
26446 \end_inset
26447 </cell>
26448 </row>
26449 <row>
26450 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26451 \begin_inset Text
26452
26453 \begin_layout Plain Layout
26454 ?
26455 \begin_inset space \hspace{}
26456 \length 0mm
26457 \end_inset
26458
26459 `
26460 \begin_inset space \textvisiblespace{}
26461 \end_inset
26462
26463
26464 \end_layout
26465
26466 \end_inset
26467 </cell>
26468 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26469 \begin_inset Text
26470
26471 \begin_layout Plain Layout
26472 \begin_inset Formula $\textrm{?`}$
26473 \end_inset
26474
26475
26476 \end_layout
26477
26478 \end_inset
26479 </cell>
26480 </row>
26481 <row>
26482 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26483 \begin_inset Text
26484
26485 \begin_layout Plain Layout
26486
26487 \backslash
26488 j
26489 \end_layout
26490
26491 \end_inset
26492 </cell>
26493 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26494 \begin_inset Text
26495
26496 \begin_layout Plain Layout
26497 \begin_inset Formula $\textrm{ȷ}$
26498 \end_inset
26499
26500
26501 \end_layout
26502
26503 \end_inset
26504 </cell>
26505 </row>
26506 </lyxtabular>
26507
26508 \end_inset
26509
26510
26511 \begin_inset space \hfill{}
26512 \end_inset
26513
26514
26515 \end_layout
26516
26517 \begin_layout Standard
26518 The characters 
26519 \begin_inset Formula $\textrm{Å}$
26520 \end_inset
26521
26522  and 
26523 \begin_inset Formula $\textrm{Ø}$
26524 \end_inset
26525
26526  can also be inserted via the math toolbar button 
26527 \begin_inset Info
26528 type  "icon"
26529 arg   "math-insert \\digamma"
26530 \end_inset
26531
26532 .
26533 \end_layout
26534
26535 \begin_layout Standard
26536 An exception are the commands 
26537 \series bold
26538 !
26539 \begin_inset space \hspace{}
26540 \length 0mm
26541 \end_inset
26542
26543 `
26544 \series default
26545  and 
26546 \series bold
26547 ?
26548 \begin_inset space \hspace{}
26549 \length 0mm
26550 \end_inset
26551
26552 `
26553 \series default
26554 , because they can be inserted in \SpecialChar LyX
26555  directly to text.
26556 \end_layout
26557
26558 \begin_layout Subsection
26559 Accents in Text
26560 \begin_inset CommandInset label
26561 LatexCommand label
26562 name "subsec:Accents-in-Text"
26563
26564 \end_inset
26565
26566
26567 \begin_inset Index idx
26568 status collapsed
26569
26570 \begin_layout Plain Layout
26571 Accents ! in text
26572 \end_layout
26573
26574 \end_inset
26575
26576
26577 \end_layout
26578
26579 \begin_layout Standard
26580 With the following commands all letters can be accented.
26581  The commands must be inserted in \SpecialChar TeX
26582  mode.
26583 \end_layout
26584
26585 \begin_layout Standard
26586 \begin_inset space \hfill{}
26587 \end_inset
26588
26589
26590 \begin_inset Tabular
26591 <lyxtabular version="3" rows="8" columns="2">
26592 <features booktabs="true" tabularvalignment="middle">
26593 <column alignment="left" valignment="top" width="0pt">
26594 <column alignment="block" valignment="top">
26595 <row>
26596 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26597 \begin_inset Text
26598
26599 \begin_layout Plain Layout
26600 Command
26601 \end_layout
26602
26603 \end_inset
26604 </cell>
26605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26606 \begin_inset Text
26607
26608 \begin_layout Plain Layout
26609 Result
26610 \end_layout
26611
26612 \end_inset
26613 </cell>
26614 </row>
26615 <row>
26616 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26617 \begin_inset Text
26618
26619 \begin_layout Plain Layout
26620
26621 \backslash
26622
26623 \begin_inset Quotes grd
26624 \end_inset
26625
26626 e
26627 \end_layout
26628
26629 \end_inset
26630 </cell>
26631 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26632 \begin_inset Text
26633
26634 \begin_layout Plain Layout
26635 \begin_inset ERT
26636 status collapsed
26637
26638 \begin_layout Plain Layout
26639
26640
26641 \backslash
26642 "e
26643 \end_layout
26644
26645 \end_inset
26646
26647
26648 \end_layout
26649
26650 \end_inset
26651 </cell>
26652 </row>
26653 <row>
26654 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26655 \begin_inset Text
26656
26657 \begin_layout Plain Layout
26658
26659 \backslash
26660 `e
26661 \end_layout
26662
26663 \end_inset
26664 </cell>
26665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26666 \begin_inset Text
26667
26668 \begin_layout Plain Layout
26669 \begin_inset ERT
26670 status collapsed
26671
26672 \begin_layout Plain Layout
26673
26674
26675 \backslash
26676 `e
26677 \end_layout
26678
26679 \end_inset
26680
26681
26682 \end_layout
26683
26684 \end_inset
26685 </cell>
26686 </row>
26687 <row>
26688 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26689 \begin_inset Text
26690
26691 \begin_layout Plain Layout
26692
26693 \backslash
26694 ^
26695 \begin_inset space \textvisiblespace{}
26696 \end_inset
26697
26698 e
26699 \end_layout
26700
26701 \end_inset
26702 </cell>
26703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26704 \begin_inset Text
26705
26706 \begin_layout Plain Layout
26707 \begin_inset ERT
26708 status collapsed
26709
26710 \begin_layout Plain Layout
26711
26712
26713 \backslash
26714 ^e
26715 \end_layout
26716
26717 \end_inset
26718
26719
26720 \end_layout
26721
26722 \end_inset
26723 </cell>
26724 </row>
26725 <row>
26726 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26727 \begin_inset Text
26728
26729 \begin_layout Plain Layout
26730
26731 \backslash
26732 =e
26733 \end_layout
26734
26735 \end_inset
26736 </cell>
26737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26738 \begin_inset Text
26739
26740 \begin_layout Plain Layout
26741 \begin_inset ERT
26742 status collapsed
26743
26744 \begin_layout Plain Layout
26745
26746
26747 \backslash
26748 =e
26749 \end_layout
26750
26751 \end_inset
26752
26753
26754 \end_layout
26755
26756 \end_inset
26757 </cell>
26758 </row>
26759 <row>
26760 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26761 \begin_inset Text
26762
26763 \begin_layout Plain Layout
26764
26765 \backslash
26766 u
26767 \begin_inset space \textvisiblespace{}
26768 \end_inset
26769
26770 e
26771 \end_layout
26772
26773 \end_inset
26774 </cell>
26775 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26776 \begin_inset Text
26777
26778 \begin_layout Plain Layout
26779 \begin_inset ERT
26780 status collapsed
26781
26782 \begin_layout Plain Layout
26783
26784
26785 \backslash
26786 u e
26787 \end_layout
26788
26789 \end_inset
26790
26791
26792 \end_layout
26793
26794 \end_inset
26795 </cell>
26796 </row>
26797 <row>
26798 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26799 \begin_inset Text
26800
26801 \begin_layout Plain Layout
26802
26803 \backslash
26804 b
26805 \begin_inset space \textvisiblespace{}
26806 \end_inset
26807
26808 e
26809 \end_layout
26810
26811 \end_inset
26812 </cell>
26813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26814 \begin_inset Text
26815
26816 \begin_layout Plain Layout
26817 \begin_inset ERT
26818 status collapsed
26819
26820 \begin_layout Plain Layout
26821
26822
26823 \backslash
26824 b e
26825 \end_layout
26826
26827 \end_inset
26828
26829
26830 \end_layout
26831
26832 \end_inset
26833 </cell>
26834 </row>
26835 <row>
26836 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26837 \begin_inset Text
26838
26839 \begin_layout Plain Layout
26840
26841 \backslash
26842 t
26843 \begin_inset space \textvisiblespace{}
26844 \end_inset
26845
26846 ee
26847 \end_layout
26848
26849 \end_inset
26850 </cell>
26851 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26852 \begin_inset Text
26853
26854 \begin_layout Plain Layout
26855 \begin_inset ERT
26856 status collapsed
26857
26858 \begin_layout Plain Layout
26859
26860
26861 \backslash
26862 t ee
26863 \end_layout
26864
26865 \end_inset
26866
26867
26868 \end_layout
26869
26870 \end_inset
26871 </cell>
26872 </row>
26873 </lyxtabular>
26874
26875 \end_inset
26876
26877
26878 \begin_inset space \hfill{}
26879 \end_inset
26880
26881
26882 \begin_inset Tabular
26883 <lyxtabular version="3" rows="8" columns="2">
26884 <features booktabs="true" tabularvalignment="middle">
26885 <column alignment="left" valignment="top" width="0pt">
26886 <column alignment="center" valignment="top">
26887 <row>
26888 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26889 \begin_inset Text
26890
26891 \begin_layout Plain Layout
26892 Command
26893 \end_layout
26894
26895 \end_inset
26896 </cell>
26897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26898 \begin_inset Text
26899
26900 \begin_layout Plain Layout
26901 Result
26902 \end_layout
26903
26904 \end_inset
26905 </cell>
26906 </row>
26907 <row>
26908 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26909 \begin_inset Text
26910
26911 \begin_layout Plain Layout
26912
26913 \backslash
26914 H
26915 \begin_inset space \textvisiblespace{}
26916 \end_inset
26917
26918 e
26919 \end_layout
26920
26921 \end_inset
26922 </cell>
26923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26924 \begin_inset Text
26925
26926 \begin_layout Plain Layout
26927 \begin_inset ERT
26928 status collapsed
26929
26930 \begin_layout Plain Layout
26931
26932
26933 \backslash
26934 H e
26935 \end_layout
26936
26937 \end_inset
26938
26939
26940 \end_layout
26941
26942 \end_inset
26943 </cell>
26944 </row>
26945 <row>
26946 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26947 \begin_inset Text
26948
26949 \begin_layout Plain Layout
26950
26951 \backslash
26952 'e
26953 \end_layout
26954
26955 \end_inset
26956 </cell>
26957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26958 \begin_inset Text
26959
26960 \begin_layout Plain Layout
26961 \begin_inset ERT
26962 status collapsed
26963
26964 \begin_layout Plain Layout
26965
26966
26967 \backslash
26968 'e
26969 \end_layout
26970
26971 \end_inset
26972
26973
26974 \end_layout
26975
26976 \end_inset
26977 </cell>
26978 </row>
26979 <row>
26980 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26981 \begin_inset Text
26982
26983 \begin_layout Plain Layout
26984
26985 \backslash
26986 ~e
26987 \begin_inset Index idx
26988 status collapsed
26989
26990 \begin_layout Plain Layout
26991 Tilde
26992 \end_layout
26993
26994 \end_inset
26995
26996
26997 \end_layout
26998
26999 \end_inset
27000 </cell>
27001 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27002 \begin_inset Text
27003
27004 \begin_layout Plain Layout
27005 \begin_inset ERT
27006 status collapsed
27007
27008 \begin_layout Plain Layout
27009
27010
27011 \backslash
27012 ~e
27013 \end_layout
27014
27015 \end_inset
27016
27017
27018 \end_layout
27019
27020 \end_inset
27021 </cell>
27022 </row>
27023 <row>
27024 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27025 \begin_inset Text
27026
27027 \begin_layout Plain Layout
27028
27029 \backslash
27030 .e
27031 \end_layout
27032
27033 \end_inset
27034 </cell>
27035 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27036 \begin_inset Text
27037
27038 \begin_layout Plain Layout
27039 \begin_inset ERT
27040 status collapsed
27041
27042 \begin_layout Plain Layout
27043
27044
27045 \backslash
27046 .e
27047 \end_layout
27048
27049 \end_inset
27050
27051
27052 \end_layout
27053
27054 \end_inset
27055 </cell>
27056 </row>
27057 <row>
27058 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27059 \begin_inset Text
27060
27061 \begin_layout Plain Layout
27062
27063 \backslash
27064 v
27065 \begin_inset space \textvisiblespace{}
27066 \end_inset
27067
27068 e
27069 \end_layout
27070
27071 \end_inset
27072 </cell>
27073 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27074 \begin_inset Text
27075
27076 \begin_layout Plain Layout
27077 \begin_inset ERT
27078 status collapsed
27079
27080 \begin_layout Plain Layout
27081
27082
27083 \backslash
27084 v e
27085 \end_layout
27086
27087 \end_inset
27088
27089
27090 \end_layout
27091
27092 \end_inset
27093 </cell>
27094 </row>
27095 <row>
27096 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27097 \begin_inset Text
27098
27099 \begin_layout Plain Layout
27100
27101 \backslash
27102 d
27103 \begin_inset space \textvisiblespace{}
27104 \end_inset
27105
27106 e
27107 \end_layout
27108
27109 \end_inset
27110 </cell>
27111 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27112 \begin_inset Text
27113
27114 \begin_layout Plain Layout
27115 \begin_inset ERT
27116 status collapsed
27117
27118 \begin_layout Plain Layout
27119
27120
27121 \backslash
27122 d e
27123 \end_layout
27124
27125 \end_inset
27126
27127
27128 \end_layout
27129
27130 \end_inset
27131 </cell>
27132 </row>
27133 <row>
27134 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27135 \begin_inset Text
27136
27137 \begin_layout Plain Layout
27138
27139 \backslash
27140 c
27141 \begin_inset space \textvisiblespace{}
27142 \end_inset
27143
27144 e
27145 \end_layout
27146
27147 \end_inset
27148 </cell>
27149 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27150 \begin_inset Text
27151
27152 \begin_layout Plain Layout
27153 \begin_inset ERT
27154 status collapsed
27155
27156 \begin_layout Plain Layout
27157
27158
27159 \backslash
27160 c e
27161 \end_layout
27162
27163 \end_inset
27164
27165
27166 \end_layout
27167
27168 \end_inset
27169 </cell>
27170 </row>
27171 </lyxtabular>
27172
27173 \end_inset
27174
27175
27176 \begin_inset space \hfill{}
27177 \end_inset
27178
27179
27180 \end_layout
27181
27182 \begin_layout Standard
27183 \begin_inset VSpace medskip
27184 \end_inset
27185
27186 With the command 
27187 \series bold
27188
27189 \backslash
27190 t
27191 \series default
27192  also two different characters can be accented.
27193  The command 
27194 \series bold
27195
27196 \backslash
27197 t
27198 \begin_inset space \textvisiblespace{}
27199 \end_inset
27200
27201 sz
27202 \series default
27203  creates: 
27204 \begin_inset ERT
27205 status collapsed
27206
27207 \begin_layout Plain Layout
27208
27209
27210 \backslash
27211 t sz
27212 \end_layout
27213
27214 \end_inset
27215
27216
27217 \end_layout
27218
27219 \begin_layout Standard
27220 The accents 
27221 \series bold
27222 `
27223 \series default
27224  , 
27225 \series bold
27226 '
27227 \series default
27228  and 
27229 \series bold
27230 ^
27231 \series default
27232  can in combination with vowels directly be inserted with the keyboard without
27233  using \SpecialChar TeX
27234  mode.
27235  The same applies for the tilde
27236 \begin_inset Foot
27237 status collapsed
27238
27239 \begin_layout Plain Layout
27240 This only applies for keyboards where the tilde is defined as accent.
27241 \end_layout
27242
27243 \end_inset
27244
27245  
27246 \series bold
27247 ~
27248 \series default
27249  in combination with 
27250 \emph on
27251 a
27252 \emph default
27253  , 
27254 \emph on
27255 n
27256 \emph default
27257  , or 
27258 \emph on
27259 o
27260 \emph default
27261 .
27262 \end_layout
27263
27264 \begin_layout Standard
27265 The commands 
27266 \series bold
27267
27268 \backslash
27269 b
27270 \series default
27271  , 
27272 \series bold
27273
27274 \backslash
27275 c
27276 \series default
27277  , 
27278 \series bold
27279
27280 \backslash
27281 d
27282 \series default
27283  , 
27284 \series bold
27285
27286 \backslash
27287 H
27288 \series default
27289  , 
27290 \series bold
27291
27292 \backslash
27293 t
27294 \series default
27295  , 
27296 \series bold
27297
27298 \backslash
27299 u
27300 \series default
27301  , 
27302 \series bold
27303
27304 \backslash
27305 v
27306 \series default
27307  and accents that are inserted directly with the keyboard are also available
27308  in mathematical text.
27309  For the other accents there are special math commands to be used in formulas,
27310  see 
27311 \begin_inset CommandInset ref
27312 LatexCommand ref
27313 reference "subsec:Accents-for-one"
27314
27315 \end_inset
27316
27317 .
27318 \end_layout
27319
27320 \begin_layout Standard
27321 \begin_inset VSpace bigskip
27322 \end_inset
27323
27324 Furthermore, with the command 
27325 \series bold
27326
27327 \backslash
27328 textcircled
27329 \series default
27330
27331 \begin_inset Index idx
27332 status collapsed
27333
27334 \begin_layout Plain Layout
27335 Commands ! T ! 
27336 \backslash
27337 textcircled
27338 \end_layout
27339
27340 \end_inset
27341
27342  all numbers and letters can be set into a circle, quasi accented with a
27343  circle, similar to the copyright symbol.
27344 \end_layout
27345
27346 \begin_layout Standard
27347 \align center
27348 \begin_inset Tabular
27349 <lyxtabular version="3" rows="3" columns="2">
27350 <features booktabs="true" tabularvalignment="middle">
27351 <column alignment="center" valignment="top" width="0pt">
27352 <column alignment="center" valignment="top">
27353 <row>
27354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27355 \begin_inset Text
27356
27357 \begin_layout Plain Layout
27358 Command
27359 \end_layout
27360
27361 \end_inset
27362 </cell>
27363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27364 \begin_inset Text
27365
27366 \begin_layout Plain Layout
27367 Result
27368 \end_layout
27369
27370 \end_inset
27371 </cell>
27372 </row>
27373 <row>
27374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27375 \begin_inset Text
27376
27377 \begin_layout Plain Layout
27378
27379 \backslash
27380 textcircled{w}
27381 \end_layout
27382
27383 \end_inset
27384 </cell>
27385 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27386 \begin_inset Text
27387
27388 \begin_layout Plain Layout
27389 \begin_inset ERT
27390 status collapsed
27391
27392 \begin_layout Plain Layout
27393
27394
27395 \backslash
27396 textcircled{w}
27397 \end_layout
27398
27399 \end_inset
27400
27401
27402 \end_layout
27403
27404 \end_inset
27405 </cell>
27406 </row>
27407 <row topspace="1mm">
27408 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27409 \begin_inset Text
27410
27411 \begin_layout Plain Layout
27412
27413 \backslash
27414 Large 
27415 \backslash
27416 textcircled{
27417 \backslash
27418 normalsize
27419 \backslash
27420 protect
27421 \backslash
27422 raisebox{-1.5pt}{W}}
27423 \end_layout
27424
27425 \end_inset
27426 </cell>
27427 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27428 \begin_inset Text
27429
27430 \begin_layout Plain Layout
27431 \begin_inset ERT
27432 status collapsed
27433
27434 \begin_layout Plain Layout
27435
27436
27437 \backslash
27438 Large 
27439 \backslash
27440 textcircled{
27441 \backslash
27442 normalsize
27443 \backslash
27444 protect
27445 \backslash
27446 raisebox{-1.5pt}W}
27447 \end_layout
27448
27449 \end_inset
27450
27451
27452 \end_layout
27453
27454 \end_inset
27455 </cell>
27456 </row>
27457 </lyxtabular>
27458
27459 \end_inset
27460
27461
27462 \end_layout
27463
27464 \begin_layout Standard
27465 One has to take care that the character fits in the circle.
27466  
27467 \series bold
27468
27469 \backslash
27470 Large
27471 \series default
27472
27473 \begin_inset Foot
27474 status collapsed
27475
27476 \begin_layout Plain Layout
27477 see 
27478 \begin_inset CommandInset ref
27479 LatexCommand ref
27480 reference "subsec:Font-Sizes"
27481
27482 \end_inset
27483
27484
27485 \end_layout
27486
27487 \end_inset
27488
27489  specifies thereby the size of the circle.
27490  With the help of 
27491 \series bold
27492
27493 \backslash
27494 raisebox
27495 \series default
27496
27497 \begin_inset Foot
27498 status collapsed
27499
27500 \begin_layout Plain Layout
27501 see 
27502 \begin_inset CommandInset ref
27503 LatexCommand ref
27504 reference "subsec:Boxes-without-Frame"
27505
27506 \end_inset
27507
27508
27509 \end_layout
27510
27511 \end_inset
27512
27513  the character can be centered.
27514 \end_layout
27515
27516 \begin_layout Subsection
27517 Old-style Figures
27518 \begin_inset Index idx
27519 status collapsed
27520
27521 \begin_layout Plain Layout
27522 Old-style Figures
27523 \end_layout
27524
27525 \end_inset
27526
27527
27528 \end_layout
27529
27530 \begin_layout Standard
27531 Old-style figures (also known as old-style numerals) are created with the
27532  command 
27533 \series bold
27534
27535 \backslash
27536 oldstylenums
27537 \series default
27538
27539 \begin_inset Index idx
27540 status collapsed
27541
27542 \begin_layout Plain Layout
27543 Commands ! O ! 
27544 \backslash
27545 oldstylenums
27546 \end_layout
27547
27548 \end_inset
27549
27550 .
27551  The command can be used in formulas and in \SpecialChar TeX
27552  mode.
27553  The command scheme is:
27554 \end_layout
27555
27556 \begin_layout Standard
27557
27558 \series bold
27559
27560 \backslash
27561 oldstylenums{number}
27562 \end_layout
27563
27564 \begin_layout Standard
27565 The command 
27566 \series bold
27567
27568 \backslash
27569 oldstylenums{0123456789
27570 \series default
27571  produces: 
27572 \begin_inset Formula $\oldstylenums{0123456789}$
27573 \end_inset
27574
27575
27576 \end_layout
27577
27578 \begin_layout Section
27579 Formula Styles
27580 \begin_inset CommandInset label
27581 LatexCommand label
27582 name "sec:Formula-Styles"
27583
27584 \end_inset
27585
27586
27587 \begin_inset Index idx
27588 status collapsed
27589
27590 \begin_layout Plain Layout
27591 Formula ! styles
27592 \end_layout
27593
27594 \end_inset
27595
27596
27597 \end_layout
27598
27599 \begin_layout Itemize
27600 There are two different alignment styles:
27601 \end_layout
27602
27603 \begin_deeper
27604 \begin_layout Description
27605 Centered is the predefined standard.
27606 \end_layout
27607
27608 \begin_layout Description
27609 Indented this can be set using the menu 
27610 \family sans
27611 Document\SpecialChar menuseparator
27612 Settings
27613 \family default
27614  under 
27615 \family sans
27616 Math
27617 \begin_inset space ~
27618 \end_inset
27619
27620 Options.
27621 \end_layout
27622
27623 \begin_layout Standard
27624 When 
27625 \series bold
27626 Indented
27627 \series default
27628  is used, the indentation can be adjusted.
27629  The default value depends on the used document class.
27630 \end_layout
27631
27632 \end_deeper
27633 \begin_layout Itemize
27634 And two different numbering styles that can be set in the menu 
27635 \family sans
27636 Document\SpecialChar menuseparator
27637 Settings
27638 \family default
27639  under 
27640 \family sans
27641 Math
27642 \begin_inset space ~
27643 \end_inset
27644
27645 Options
27646 \family default
27647 :
27648 \end_layout
27649
27650 \begin_deeper
27651 \begin_layout Description
27652 Right is in most cases the default.
27653 \end_layout
27654
27655 \begin_layout Description
27656 Left
27657 \end_layout
27658
27659 \end_deeper
27660 \begin_layout Standard
27661 The chosen styles are used for all displayed formulas of the document.
27662  When both, centered and indented formulas should be created in a document,
27663  the style 
27664 \series bold
27665 Centered
27666 \series default
27667  is used.
27668  The indented formulas are then set in a flalign environment, see 
27669 \begin_inset CommandInset ref
27670 LatexCommand ref
27671 reference "subsec:Flalign-Environment"
27672
27673 \end_inset
27674
27675 .
27676 \end_layout
27677
27678 \begin_layout Section
27679 Multiline Formulas
27680 \begin_inset CommandInset label
27681 LatexCommand label
27682 name "sec:Multiline-Formulas"
27683
27684 \end_inset
27685
27686
27687 \begin_inset Index idx
27688 status collapsed
27689
27690 \begin_layout Plain Layout
27691 Formula ! multiline
27692 \end_layout
27693
27694 \end_inset
27695
27696
27697 \end_layout
27698
27699 \begin_layout Subsection
27700 General
27701 \end_layout
27702
27703 \begin_layout Standard
27704 In \SpecialChar LyX
27705  multiline formulas are created by pressing 
27706 \begin_inset Info
27707 type  "shortcut"
27708 arg   "newline-insert newline"
27709 \end_inset
27710
27711  inside a formula.
27712  This creates either an 
27713 \series bold
27714 align environment
27715 \series default
27716  that is described in 
27717 \begin_inset CommandInset ref
27718 LatexCommand ref
27719 reference "subsec:Standard-align-Environment"
27720
27721 \end_inset
27722
27723  or, when automatically loading the package
27724 \family sans
27725  AMS math
27726 \family default
27727  is disabled in the document settings, an 
27728 \series bold
27729 eqnarray environment
27730 \series default
27731  that is described in 
27732 \begin_inset CommandInset ref
27733 LatexCommand ref
27734 reference "subsec:Eqnarray-Environment"
27735
27736 \end_inset
27737
27738 .
27739  The align environment is recommended because it provides in any case a
27740  typographically correct output.
27741 \end_layout
27742
27743 \begin_layout Standard
27744 There are other multiline formula environments that can be created via the
27745  menu 
27746 \family sans
27747 Insert\SpecialChar menuseparator
27748 Math
27749 \family default
27750 .
27751  These environments are described in the following sections.
27752 \end_layout
27753
27754 \begin_layout Standard
27755 In all multiline formula environments a new line is created by pressing
27756  
27757 \begin_inset Info
27758 type  "shortcut"
27759 arg   "newline-insert newline"
27760 \end_inset
27761
27762 .
27763  To add or delete lines, the math toolbar buttons 
27764 \begin_inset Info
27765 type  "icon"
27766 arg   "tabular-feature append-row"
27767 \end_inset
27768
27769  or 
27770 \begin_inset Info
27771 type  "icon"
27772 arg   "tabular-feature delete-row"
27773 \end_inset
27774
27775 , respectively, or the menu 
27776 \family sans
27777 Edit\SpecialChar menuseparator
27778 Rows & Columns
27779 \family default
27780  can be used.
27781 \end_layout
27782
27783 \begin_layout Subsubsection
27784 Line Separation
27785 \begin_inset CommandInset label
27786 LatexCommand label
27787 name "subsec:Line-Separation"
27788
27789 \end_inset
27790
27791
27792 \begin_inset Index idx
27793 status collapsed
27794
27795 \begin_layout Plain Layout
27796 Formula ! multiline ! Line separation
27797 \end_layout
27798
27799 \end_inset
27800
27801
27802 \end_layout
27803
27804 \begin_layout Standard
27805 There is sometimes not enough space in multiline formulas between the lines:
27806 \begin_inset Formula 
27807 \begin{eqnarray*}
27808 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}\\
27809 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
27810 \end{eqnarray*}
27811
27812 \end_inset
27813
27814
27815 \end_layout
27816
27817 \begin_layout Standard
27818 In \SpecialChar LaTeX
27819  additional line space is specified as optional argument of the new line
27820  command.
27821  This is not yet possible in \SpecialChar LyX
27822
27823 \begin_inset Foot
27824 status collapsed
27825
27826 \begin_layout Plain Layout
27827 see 
27828 \begin_inset CommandInset href
27829 LatexCommand href
27830 name "LyX-bug #1505"
27831 target "https://www.lyx.org/trac/ticket/1505"
27832 literal "false"
27833
27834 \end_inset
27835
27836
27837 \end_layout
27838
27839 \end_inset
27840
27841 , therefore the whole formula must be inserted in \SpecialChar TeX
27842  mode.
27843  To add in our example space, the command 
27844 \series bold
27845
27846 \backslash
27847
27848 \backslash
27849 [3mm]
27850 \series default
27851  is inserted at the end of the first line.
27852  One gets: 
27853 \begin_inset ERT
27854 status collapsed
27855
27856 \begin_layout Plain Layout
27857
27858
27859 \backslash
27860 begin{eqnarray*}
27861 \end_layout
27862
27863 \begin_layout Plain Layout
27864
27865 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27866  = & 
27867 \backslash
27868 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27869 \backslash
27870
27871 \backslash
27872 [3mm]
27873 \end_layout
27874
27875 \begin_layout Plain Layout
27876
27877 4x^{2}
27878 \backslash
27879 left(B^{2}+x_{0}^{2}
27880 \backslash
27881 right)+4x_{0}x
27882 \backslash
27883 left(D-B^{2}
27884 \backslash
27885 right)+B^{2}
27886 \backslash
27887 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27888 \backslash
27889 right) & = & 0
27890 \end_layout
27891
27892 \begin_layout Plain Layout
27893
27894
27895 \backslash
27896 end{eqnarray*}
27897 \end_layout
27898
27899 \end_inset
27900
27901
27902 \end_layout
27903
27904 \begin_layout Standard
27905 \begin_inset VSpace bigskip
27906 \end_inset
27907
27908 To set the line separation for all lines in a formula, the length 
27909 \series bold
27910
27911 \backslash
27912 jot
27913 \series default
27914
27915 \begin_inset Index idx
27916 status collapsed
27917
27918 \begin_layout Plain Layout
27919 Commands ! J ! 
27920 \backslash
27921 jot
27922 \end_layout
27923
27924 \end_inset
27925
27926  is changed.
27927  The definition is: 
27928 \begin_inset Formula $\mbox{line separation}=\mathrm{6\,pt+\backslash jot}$
27929 \end_inset
27930
27931 .
27932  Predefined for 
27933 \series bold
27934
27935 \backslash
27936 jot
27937 \series default
27938  is the value 3
27939 \begin_inset space \thinspace{}
27940 \end_inset
27941
27942 pt.
27943  To create 3
27944 \begin_inset space \thinspace{}
27945 \end_inset
27946
27947 mm additional line separation as in the previous example, the command
27948 \end_layout
27949
27950 \begin_layout Standard
27951
27952 \series bold
27953
27954 \backslash
27955 setlength{
27956 \backslash
27957 jot}{3mm+3pt}
27958 \end_layout
27959
27960 \begin_layout Standard
27961 is inserted in \SpecialChar TeX
27962  mode before the formula.
27963  This requires that the \SpecialChar LaTeX
27964 -package 
27965 \series bold
27966 calc
27967 \series default
27968
27969 \begin_inset Foot
27970 status collapsed
27971
27972 \begin_layout Plain Layout
27973
27974 \series bold
27975 calc
27976 \series default
27977  is part of every \SpecialChar LaTeX
27978  standard installation.
27979 \end_layout
27980
27981 \end_inset
27982
27983
27984 \begin_inset Index idx
27985 status collapsed
27986
27987 \begin_layout Plain Layout
27988 Packages ! calc
27989 \end_layout
27990
27991 \end_inset
27992
27993  was loaded in \SpecialChar LaTeX
27994 -preamble with the line
27995 \end_layout
27996
27997 \begin_layout Standard
27998
27999 \series bold
28000
28001 \backslash
28002 usepackage{calc}
28003 \end_layout
28004
28005 \begin_layout Standard
28006 One gets: 
28007 \begin_inset ERT
28008 status collapsed
28009
28010 \begin_layout Plain Layout
28011
28012
28013 \backslash
28014 setlength{
28015 \backslash
28016 jot}{3mm+3pt}
28017 \end_layout
28018
28019 \end_inset
28020
28021
28022 \begin_inset Formula 
28023 \begin{eqnarray*}
28024 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}\\
28025 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
28026 \end{eqnarray*}
28027
28028 \end_inset
28029
28030
28031 \end_layout
28032
28033 \begin_layout Standard
28034 \begin_inset ERT
28035 status collapsed
28036
28037 \begin_layout Plain Layout
28038
28039
28040 \backslash
28041 setlength{
28042 \backslash
28043 jot}{3pt}
28044 \end_layout
28045
28046 \end_inset
28047
28048  To get back to the predefined distance, 
28049 \series bold
28050
28051 \backslash
28052 jot
28053 \series default
28054  is set to the value 3
28055 \begin_inset space \thinspace{}
28056 \end_inset
28057
28058 pt.
28059 \end_layout
28060
28061 \begin_layout Subsubsection
28062 Column Separation
28063 \begin_inset CommandInset label
28064 LatexCommand label
28065 name "subsec:Column-Separation"
28066
28067 \end_inset
28068
28069
28070 \begin_inset Index idx
28071 status collapsed
28072
28073 \begin_layout Plain Layout
28074 Formula ! multiline ! Column separation
28075 \end_layout
28076
28077 \end_inset
28078
28079
28080 \end_layout
28081
28082 \begin_layout Standard
28083 Multiline formulas form a matrix.
28084  A formula in the eqnarray environment is for example a matrix with three
28085  columns.
28086  By changing the column separation in this environment, the space beside
28087  the relation sign can be changed.
28088 \end_layout
28089
28090 \begin_layout Standard
28091 The column separation is specified with the length 
28092 \series bold
28093
28094 \backslash
28095 arraycolsep
28096 \series default
28097
28098 \begin_inset Index idx
28099 status collapsed
28100
28101 \begin_layout Plain Layout
28102 Commands ! A ! 
28103 \backslash
28104 arraycolsep
28105 \end_layout
28106
28107 \end_inset
28108
28109  according to:
28110 \begin_inset Newline newline
28111 \end_inset
28112
28113 column separation = 2
28114 \begin_inset space \thinspace{}
28115 \end_inset
28116
28117
28118 \series bold
28119
28120 \backslash
28121 arraycolsep
28122 \series default
28123
28124 \begin_inset Newline newline
28125 \end_inset
28126
28127 Thus, the command
28128 \end_layout
28129
28130 \begin_layout Standard
28131
28132 \series bold
28133
28134 \backslash
28135 setlength{
28136 \backslash
28137 arraycolsep}{1cm}
28138 \end_layout
28139
28140 \begin_layout Standard
28141 inserted in \SpecialChar TeX
28142  mode, sets for all following formulas a column separation of
28143  2
28144 \begin_inset space \thinspace{}
28145 \end_inset
28146
28147 cm.
28148  To get back to the predefined distance, 
28149 \series bold
28150
28151 \backslash
28152 arraycolsep
28153 \series default
28154  is set to 5
28155 \begin_inset space \thinspace{}
28156 \end_inset
28157
28158 pt.
28159 \end_layout
28160
28161 \begin_layout Standard
28162 A formula with 2
28163 \begin_inset space \thinspace{}
28164 \end_inset
28165
28166 cm column separation:
28167 \begin_inset ERT
28168 status collapsed
28169
28170 \begin_layout Plain Layout
28171
28172
28173 \backslash
28174 setlength{
28175 \backslash
28176 arraycolsep}{1cm}
28177 \end_layout
28178
28179 \end_inset
28180
28181
28182 \begin_inset Formula 
28183 \begin{eqnarray*}
28184 A & = & B\\
28185 C & \ne & A
28186 \end{eqnarray*}
28187
28188 \end_inset
28189
28190 A formula with the predefined column separation for matrices of 10
28191 \begin_inset space \thinspace{}
28192 \end_inset
28193
28194 pt:
28195 \begin_inset ERT
28196 status collapsed
28197
28198 \begin_layout Plain Layout
28199
28200
28201 \backslash
28202 setlength{
28203 \backslash
28204 arraycolsep}{5pt}
28205 \end_layout
28206
28207 \end_inset
28208
28209
28210 \begin_inset Formula 
28211 \begin{eqnarray*}
28212 A & = & B\\
28213 C & \ne & A
28214 \end{eqnarray*}
28215
28216 \end_inset
28217
28218
28219 \end_layout
28220
28221 \begin_layout Standard
28222 \begin_inset Newpage newpage
28223 \end_inset
28224
28225
28226 \end_layout
28227
28228 \begin_layout Subsubsection
28229 Long Formulas
28230 \begin_inset Index idx
28231 status collapsed
28232
28233 \begin_layout Plain Layout
28234 Formula ! long
28235 \end_layout
28236
28237 \end_inset
28238
28239
28240 \end_layout
28241
28242 \begin_layout Standard
28243 Long formulas can be typeset using these methods:
28244 \end_layout
28245
28246 \begin_layout Itemize
28247 When one side of the equation is much shorter than the line width, this
28248  one is chosen for the left side and the right side is typeset over two
28249  lines:
28250 \begin_inset Formula 
28251 \begin{eqnarray}
28252 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 \\
28253  &  & -\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}
28254 \end{eqnarray}
28255
28256 \end_inset
28257
28258 The minus sign at the beginning of the second line does normally not appear
28259  as an operator because it is the first character of the line.
28260  Thus it would not be surrounded by space and could not be distinguished
28261  from the fraction bar.
28262  To avoid this, 3
28263 \begin_inset space \thinspace{}
28264 \end_inset
28265
28266 pt space was inserted behind the minus sign with the command 
28267 \series bold
28268
28269 \backslash
28270 hspace
28271 \series default
28272 .
28273 \begin_inset Foot
28274 status collapsed
28275
28276 \begin_layout Plain Layout
28277 for more about 
28278 \series bold
28279
28280 \backslash
28281 hspace
28282 \series default
28283  see 
28284 \begin_inset CommandInset ref
28285 LatexCommand ref
28286 reference "subsec:Variable-Space"
28287
28288 \end_inset
28289
28290
28291 \end_layout
28292
28293 \end_inset
28294
28295
28296 \begin_inset Index idx
28297 status collapsed
28298
28299 \begin_layout Plain Layout
28300 Commands ! H ! 
28301 \backslash
28302 hspace
28303 \end_layout
28304
28305 \end_inset
28306
28307
28308 \end_layout
28309
28310 \begin_layout Itemize
28311 When both sides of the equation are too long, the command 
28312 \series bold
28313
28314 \backslash
28315 lefteqn
28316 \series default
28317
28318 \begin_inset Index idx
28319 status collapsed
28320
28321 \begin_layout Plain Layout
28322 Commands ! L ! 
28323 \backslash
28324 lefteqn
28325 \end_layout
28326
28327 \end_inset
28328
28329  is used.
28330  It is inserted in the first column of the first line and causes all further
28331  insertions to overwrite the following columns:
28332 \begin_inset Formula 
28333 \begin{eqnarray}
28334 \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 \\
28335  &  & -\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 \\
28336  &  & =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}
28337 \end{eqnarray}
28338
28339 \end_inset
28340
28341 After the insertion of 
28342 \series bold
28343
28344 \backslash
28345 lefteqn
28346 \series default
28347 , the cursor is in a purple box that is a bit shifted to the left from the
28348  blue one.
28349  In this the formula is inserted.
28350 \begin_inset Newline newline
28351 \end_inset
28352
28353 The content of the further lines is inserted to the second or another formula
28354  column.
28355  The greater the column number where it was inserted, the larger the indentation.
28356 \begin_inset VSpace medskip
28357 \end_inset
28358
28359
28360 \begin_inset Newline newline
28361 \end_inset
28362
28363
28364 \begin_inset Note Greyedout
28365 status open
28366
28367 \begin_layout Plain Layout
28368 Note the following when using 
28369 \series bold
28370
28371 \backslash
28372 lefteqn
28373 \series default
28374 :
28375 \end_layout
28376
28377 \begin_layout Itemize
28378 The formula doesn't use the full page width.
28379  When e.
28380 \begin_inset space \thinspace{}
28381 \end_inset
28382
28383 g.
28384 \begin_inset space \space{}
28385 \end_inset
28386
28387 the term 
28388 \begin_inset Formula $-B^{2}$
28389 \end_inset
28390
28391  is added to the first line in the above example, it would have been outside
28392  the page margin.
28393  To better use the width, negative space can be inserted at the beginning
28394  of the first line.
28395 \end_layout
28396
28397 \begin_layout Itemize
28398 Due to a bug in \SpecialChar LyX
28399  the cursor cannot be set with the mouse into the first
28400  line.
28401 \begin_inset Foot
28402 status collapsed
28403
28404 \begin_layout Plain Layout
28405 \begin_inset CommandInset href
28406 LatexCommand href
28407 name "LyX-bug #1429"
28408 target "https://www.lyx.org/trac/ticket/1429"
28409 literal "false"
28410
28411 \end_inset
28412
28413
28414 \end_layout
28415
28416 \end_inset
28417
28418  One can only set the cursor at the beginning of the line and move it with
28419  the arrow keys.
28420 \end_layout
28421
28422 \end_inset
28423
28424
28425 \end_layout
28426
28427 \begin_layout Itemize
28428 Other methods to set long formulas are offered by the environments described
28429  in 
28430 \begin_inset CommandInset ref
28431 LatexCommand ref
28432 reference "subsec:Multline-Environment"
28433
28434 \end_inset
28435
28436  and 
28437 \begin_inset CommandInset ref
28438 LatexCommand ref
28439 reference "subsec:Multiline-Formula-Parts"
28440
28441 \end_inset
28442
28443 .
28444 \end_layout
28445
28446 \begin_layout Subsubsection
28447 Multiline Fractions
28448 \begin_inset CommandInset label
28449 LatexCommand label
28450 name "subsec:Multiline-Fractions"
28451
28452 \end_inset
28453
28454
28455 \begin_inset Index idx
28456 status collapsed
28457
28458 \begin_layout Plain Layout
28459 Fractions ! multiline
28460 \end_layout
28461
28462 \end_inset
28463
28464
28465 \end_layout
28466
28467 \begin_layout Standard
28468 There are cases where the denominator and/or the numerator of a fraction
28469  is so long that the fraction does not fit into one line.
28470  It is then necessary to add a line break within the fraction.
28471  This can be done using the command 
28472 \series bold
28473
28474 \backslash
28475 splitfrac
28476 \series default
28477
28478 \begin_inset Index idx
28479 status collapsed
28480
28481 \begin_layout Plain Layout
28482 Commands ! S ! 
28483 \backslash
28484 splitfrac
28485 \end_layout
28486
28487 \end_inset
28488
28489 .
28490  To activate it, set in the document settings under 
28491 \family sans
28492 Math
28493 \begin_inset space ~
28494 \end_inset
28495
28496 Options
28497 \family default
28498  for the package 
28499 \series bold
28500 mathtools
28501 \series default
28502
28503 \begin_inset Index idx
28504 status collapsed
28505
28506 \begin_layout Plain Layout
28507 Packages ! mathtools
28508 \end_layout
28509
28510 \end_inset
28511
28512  the option 
28513 \family sans
28514 Load
28515 \begin_inset space ~
28516 \end_inset
28517
28518 always
28519 \family default
28520 .
28521  
28522 \series bold
28523
28524 \backslash
28525 splitfrac
28526 \series default
28527  has the scheme
28528 \end_layout
28529
28530 \begin_layout Standard
28531
28532 \series bold
28533
28534 \backslash
28535 splitfrac{first line}{second line}
28536 \end_layout
28537
28538 \begin_layout Standard
28539 and is used as denominator and/or numerator:
28540 \end_layout
28541
28542 \begin_layout Standard
28543 \begin_inset Formula 
28544 \[
28545 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}
28546 \]
28547
28548 \end_inset
28549
28550 The command for the first numerator above is:
28551 \end_layout
28552
28553 \begin_layout Standard
28554
28555 \series bold
28556
28557 \backslash
28558 splitfrac{xy+xy+xy+xy+xy
28559 \begin_inset space \textvisiblespace{}
28560 \end_inset
28561
28562
28563 \backslash
28564 {+wy+wy+wy+wy
28565 \end_layout
28566
28567 \begin_layout Subsubsection
28568 Multiline Brackets
28569 \begin_inset CommandInset label
28570 LatexCommand label
28571 name "subsec:Multiline-Brackets"
28572
28573 \end_inset
28574
28575
28576 \begin_inset Index idx
28577 status collapsed
28578
28579 \begin_layout Plain Layout
28580 Brackets ! for multiline expressions
28581 \end_layout
28582
28583 \end_inset
28584
28585
28586 \end_layout
28587
28588 \begin_layout Standard
28589 For brackets spanning multiple lines the following problem occurs:
28590 \begin_inset Formula 
28591 \begin{eqnarray*}
28592 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28593  &  & \left.\cdots+B-D\right]
28594 \end{eqnarray*}
28595
28596 \end_inset
28597
28598
28599 \end_layout
28600
28601 \begin_layout Standard
28602 The closing bracket is smaller than the opening bracket because brackets
28603  with variable size may not span multiple lines.
28604 \end_layout
28605
28606 \begin_layout Standard
28607 To set the bracket size for the second line correctly, the first line is
28608  ended with 
28609 \series bold
28610
28611 \backslash
28612 right.
28613 \series default
28614
28615 \begin_inset Index idx
28616 status collapsed
28617
28618 \begin_layout Plain Layout
28619 Commands ! R ! 
28620 \backslash
28621 right
28622 \end_layout
28623
28624 \end_inset
28625
28626  and the second line with 
28627 \series bold
28628
28629 \backslash
28630 left.
28631 \begin_inset Foot
28632 status collapsed
28633
28634 \begin_layout Plain Layout
28635 for more about 
28636 \series bold
28637
28638 \backslash
28639 left
28640 \series default
28641  and 
28642 \series bold
28643
28644 \backslash
28645 right
28646 \series default
28647  see 
28648 \begin_inset CommandInset ref
28649 LatexCommand ref
28650 reference "subsec:Automatic-Bracket-Size"
28651
28652 \end_inset
28653
28654
28655 \end_layout
28656
28657 \end_inset
28658
28659
28660 \series default
28661
28662 \begin_inset Index idx
28663 status collapsed
28664
28665 \begin_layout Plain Layout
28666 Commands ! L ! 
28667 \backslash
28668 left
28669 \end_layout
28670
28671 \end_inset
28672
28673 .
28674  After 
28675 \series bold
28676
28677 \backslash
28678 left.
28679
28680 \series default
28681  the command 
28682 \series bold
28683
28684 \backslash
28685 vphantom
28686 \series default
28687
28688 \begin_inset space \textvisiblespace{}
28689 \end_inset
28690
28691
28692 \series bold
28693
28694 \backslash
28695 prod
28696 \series default
28697 ^
28698 \begin_inset space \textvisiblespace{}
28699 \end_inset
28700
28701
28702 \series bold
28703
28704 \backslash
28705 infty
28706 \series default
28707
28708 \begin_inset space \textvisiblespace{}
28709 \end_inset
28710
28711
28712 \series bold
28713
28714 \begin_inset Formula $\downarrow$
28715 \end_inset
28716
28717 _R=1}
28718 \series default
28719
28720 \begin_inset Index idx
28721 status collapsed
28722
28723 \begin_layout Plain Layout
28724 Commands ! V ! 
28725 \backslash
28726 vphantom
28727 \end_layout
28728
28729 \end_inset
28730
28731  is inserted, because the multiplication operator with its limits is the
28732  largest symbol in the first line and this should be the size for the bracket
28733  in the second line.
28734 \end_layout
28735
28736 \begin_layout Standard
28737 The result is this:
28738 \begin_inset Formula 
28739 \begin{eqnarray*}
28740 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28741  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28742 \end{eqnarray*}
28743
28744 \end_inset
28745
28746
28747 \end_layout
28748
28749 \begin_layout Subsection
28750 Align Environments
28751 \end_layout
28752
28753 \begin_layout Standard
28754 Align environments can be used for every kind of multiline formulas.
28755  They are especially useful to set several formulas side by side.
28756 \end_layout
28757
28758 \begin_layout Standard
28759 Align environments consist of columns.
28760  The odd columns are right aligned, the even ones left aligned.
28761  Every line in an Align environment can be numbered.
28762 \end_layout
28763
28764 \begin_layout Standard
28765 Align environments are created via the menu 
28766 \family sans
28767 Insert\SpecialChar menuseparator
28768 Math
28769 \family default
28770 .
28771  With the menu 
28772 \family sans
28773 Edit\SpecialChar menuseparator
28774 Math\SpecialChar menuseparator
28775 Change Formula Type
28776 \family default
28777  already existing formulas can be converted to Align environments.
28778 \end_layout
28779
28780 \begin_layout Standard
28781 To add or delete columns, the math toolbar buttons 
28782 \begin_inset Info
28783 type  "icon"
28784 arg   "tabular-feature append-column"
28785 \end_inset
28786
28787  or 
28788 \begin_inset Info
28789 type  "icon"
28790 arg   "tabular-feature delete-column"
28791 \end_inset
28792
28793 , respectively, or the menu 
28794 \family sans
28795 Edit\SpecialChar menuseparator
28796 Rows & Columns
28797 \family default
28798  can be used.
28799 \end_layout
28800
28801 \begin_layout Subsubsection
28802 Standard align Environment
28803 \begin_inset CommandInset label
28804 LatexCommand label
28805 name "subsec:Standard-align-Environment"
28806
28807 \end_inset
28808
28809
28810 \begin_inset Index idx
28811 status collapsed
28812
28813 \begin_layout Plain Layout
28814 Formula ! multiline ! align environment
28815 \end_layout
28816
28817 \end_inset
28818
28819
28820 \end_layout
28821
28822 \begin_layout Standard
28823 This Align environment is created by pressing 
28824 \begin_inset Info
28825 type  "shortcut"
28826 arg   "newline-insert newline"
28827 \end_inset
28828
28829  in a formula or by the menu 
28830 \family sans
28831 Insert\SpecialChar menuseparator
28832 Math\SpecialChar menuseparator
28833 AMS align Environment
28834 \family default
28835 .
28836 \end_layout
28837
28838 \begin_layout Standard
28839 An example for two formulas set side by side, that are created with a four
28840  column align environment:
28841 \begin_inset Formula 
28842 \begin{align*}
28843 A & =\sin(B) & C & =D\\
28844 C & \ne A & B & \ne D
28845 \end{align*}
28846
28847 \end_inset
28848
28849 As it can be seen, the formulas in this environment are placed so as if
28850  there would be a 
28851 \series bold
28852
28853 \backslash
28854 hfill
28855 \begin_inset Foot
28856 status collapsed
28857
28858 \begin_layout Plain Layout
28859 more about 
28860 \series bold
28861
28862 \backslash
28863 hfill
28864 \series default
28865  see 
28866 \begin_inset CommandInset ref
28867 LatexCommand ref
28868 reference "subsec:Variable-Space"
28869
28870 \end_inset
28871
28872
28873 \end_layout
28874
28875 \end_inset
28876
28877
28878 \series default
28879  before the first and after every even column.
28880  When the formula style 
28881 \series bold
28882 Indented
28883 \begin_inset Foot
28884 status collapsed
28885
28886 \begin_layout Plain Layout
28887 formula styles see 
28888 \begin_inset CommandInset ref
28889 LatexCommand ref
28890 reference "sec:Formula-Styles"
28891
28892 \end_inset
28893
28894
28895 \end_layout
28896
28897 \end_inset
28898
28899
28900 \series default
28901  is used, the formula is set without the 
28902 \series bold
28903
28904 \backslash
28905 hfill
28906 \series default
28907  before the first column.
28908 \end_layout
28909
28910 \begin_layout Subsubsection
28911 Alignat Environment
28912 \begin_inset Index idx
28913 status collapsed
28914
28915 \begin_layout Plain Layout
28916 Formula ! multiline ! alignat environment
28917 \end_layout
28918
28919 \end_inset
28920
28921
28922 \end_layout
28923
28924 \begin_layout Standard
28925 The alignat environment has no predefined column separation.
28926  It can be inserted manually with the spaces that are described 
28927 \begin_inset CommandInset ref
28928 LatexCommand ref
28929 reference "subsec:Space"
28930
28931 \end_inset
28932
28933 .
28934 \end_layout
28935
28936 \begin_layout Standard
28937 The above example in the alignat environment where 1
28938 \begin_inset space \thinspace{}
28939 \end_inset
28940
28941 cm space was inserted at the beginning of the second formula:
28942 \begin_inset Formula 
28943 \begin{alignat*}{2}
28944 A & =\sin(B) & \hspace{1cm}C & =D\\
28945 C & \ne A & B & \ne D
28946 \end{alignat*}
28947
28948 \end_inset
28949
28950 Because the column separation can be set separately for every column, this
28951  environment is especially suitable to set three and more formulas side
28952  by side.
28953 \end_layout
28954
28955 \begin_layout Subsubsection
28956 Flalign Environment
28957 \begin_inset CommandInset label
28958 LatexCommand label
28959 name "subsec:Flalign-Environment"
28960
28961 \end_inset
28962
28963
28964 \begin_inset Index idx
28965 status collapsed
28966
28967 \begin_layout Plain Layout
28968 Formula ! multiline ! flalign environment
28969 \end_layout
28970
28971 \end_inset
28972
28973
28974 \end_layout
28975
28976 \begin_layout Standard
28977 In this environment the first two columns are always set as much as possible
28978  to the left and the last two ones to the right.
28979  An example:
28980 \begin_inset Formula 
28981 \begin{flalign*}
28982 A & =1 & B & =2 & C & =3\\
28983 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28984 \end{flalign*}
28985
28986 \end_inset
28987
28988
28989 \end_layout
28990
28991 \begin_layout Standard
28992 By creating a flalign environment with an odd number of columns where an
28993  empty \SpecialChar TeX
28994  brace is inserted to the last column, several formulas in a document
28995  can be set to the left, although the formula style 
28996 \series bold
28997 Centered
28998 \series default
28999  is used.
29000  As example the indented formula 
29001 \begin_inset CommandInset ref
29002 LatexCommand eqref
29003 reference "eq:VolInt"
29004
29005 \end_inset
29006
29007 :
29008 \begin_inset Formula 
29009 \begin{flalign}
29010 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29011 \end{flalign}
29012
29013 \end_inset
29014
29015 The first two columns contain the formula.
29016  To indent it as with the formula style 
29017 \series bold
29018 Indented
29019 \series default
29020 , 30
29021 \begin_inset space \thinspace{}
29022 \end_inset
29023
29024 pt space was inserted at the beginning of the first column.
29025 \end_layout
29026
29027 \begin_layout Subsection
29028 Eqnarray Environment
29029 \begin_inset CommandInset label
29030 LatexCommand label
29031 name "subsec:Eqnarray-Environment"
29032
29033 \end_inset
29034
29035
29036 \begin_inset Index idx
29037 status collapsed
29038
29039 \begin_layout Plain Layout
29040 Formula ! multiline ! eqnarray environment
29041 \end_layout
29042
29043 \end_inset
29044
29045
29046 \end_layout
29047
29048 \begin_layout Standard
29049 When this environment has been created, three blue boxes appear.
29050  The content of the first box is right aligned, the content of the last
29051  one left aligned.
29052  The content of the middle box appears centered and a bit smaller, because
29053  it is designed to insert there only relation characters.
29054 \begin_inset Formula 
29055 \begin{eqnarray*}
29056 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29057 AB & AB & AB\\
29058 A & = & A
29059 \end{eqnarray*}
29060
29061 \end_inset
29062
29063
29064 \end_layout
29065
29066 \begin_layout Subsection
29067 Gather Environment
29068 \begin_inset Index idx
29069 status collapsed
29070
29071 \begin_layout Plain Layout
29072 Formula ! multiline ! gather environment
29073 \end_layout
29074
29075 \end_inset
29076
29077
29078 \end_layout
29079
29080 \begin_layout Standard
29081 This environment consists of only one centered column.
29082  Every line can be numbered.
29083 \begin_inset Formula 
29084 \begin{gather}
29085 A=1\\
29086 X=\textrm{-}1
29087 \end{gather}
29088
29089 \end_inset
29090
29091
29092 \end_layout
29093
29094 \begin_layout Subsection
29095 Multline Environment
29096 \begin_inset CommandInset label
29097 LatexCommand label
29098 name "subsec:Multline-Environment"
29099
29100 \end_inset
29101
29102
29103 \begin_inset Index idx
29104 status collapsed
29105
29106 \begin_layout Plain Layout
29107 Formula ! multiline ! multline environment
29108 \end_layout
29109
29110 \end_inset
29111
29112
29113 \end_layout
29114
29115 \begin_layout Standard
29116 The multline environment consists, like the gather environment, of only
29117  one column.
29118  But the first line is left aligned, the last one right aligned.
29119  All other lines are centered.
29120  Therefore this environment is suitable for long formulas.
29121  As example formula 
29122 \begin_inset CommandInset ref
29123 LatexCommand eqref
29124 reference "eq:lefteqn"
29125
29126 \end_inset
29127
29128  in the multline environment:
29129 \begin_inset Formula 
29130 \begin{multline}
29131 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}\\
29132 -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}\\
29133 =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}}
29134 \end{multline}
29135
29136 \end_inset
29137
29138
29139 \end_layout
29140
29141 \begin_layout Standard
29142 In the output only the last (first) line of a multline environment appears
29143  numbered when the document numbering is right (left).
29144 \begin_inset Foot
29145 status collapsed
29146
29147 \begin_layout Plain Layout
29148 numbering styles see 
29149 \begin_inset CommandInset ref
29150 LatexCommand ref
29151 reference "sec:Formula-Styles"
29152
29153 \end_inset
29154
29155
29156 \end_layout
29157
29158 \end_inset
29159
29160
29161 \end_layout
29162
29163 \begin_layout Standard
29164 With the commands 
29165 \series bold
29166
29167 \backslash
29168 shoveright
29169 \series default
29170
29171 \begin_inset Index idx
29172 status collapsed
29173
29174 \begin_layout Plain Layout
29175 Commands ! S ! 
29176 \backslash
29177 shoveright
29178 \end_layout
29179
29180 \end_inset
29181
29182  and 
29183 \series bold
29184
29185 \backslash
29186 shoveleft
29187 \series default
29188
29189 \begin_inset Index idx
29190 status collapsed
29191
29192 \begin_layout Plain Layout
29193 Commands ! S ! 
29194 \backslash
29195 shoveleft
29196 \end_layout
29197
29198 \end_inset
29199
29200  a centered line can be right or left aligned, respectively.
29201  The commands are used as follows:
29202 \end_layout
29203
29204 \begin_layout Standard
29205
29206 \series bold
29207
29208 \backslash
29209 shoveright{line content}
29210 \series default
29211  and 
29212 \series bold
29213
29214 \backslash
29215 shoveleft{line content}
29216 \end_layout
29217
29218 \begin_layout Standard
29219 \begin_inset VSpace medskip
29220 \end_inset
29221
29222 The length 
29223 \series bold
29224
29225 \backslash
29226 multlinegap
29227 \series default
29228
29229 \begin_inset Index idx
29230 status collapsed
29231
29232 \begin_layout Plain Layout
29233 Commands ! M ! 
29234 \backslash
29235 multlinegap
29236 \end_layout
29237
29238 \end_inset
29239
29240  specifies the distance of the first line from the left page margin.
29241  Predefined is the length 0
29242 \begin_inset space \thinspace{}
29243 \end_inset
29244
29245 pt.
29246 \end_layout
29247
29248 \begin_layout Standard
29249 As example the above formula where the command
29250 \end_layout
29251
29252 \begin_layout Standard
29253
29254 \series bold
29255
29256 \backslash
29257 setlength{
29258 \backslash
29259 multlinegap}{2cm}
29260 \end_layout
29261
29262 \begin_layout Standard
29263 was inserted in \SpecialChar TeX
29264  mode before:
29265 \begin_inset ERT
29266 status collapsed
29267
29268 \begin_layout Plain Layout
29269
29270
29271 \backslash
29272 setlength{
29273 \backslash
29274 multlinegap}{2cm}
29275 \end_layout
29276
29277 \end_inset
29278
29279
29280 \begin_inset Formula 
29281 \begin{multline}
29282 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}\\
29283 \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}}\\
29284 =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}}
29285 \end{multline}
29286
29287 \end_inset
29288
29289
29290 \begin_inset ERT
29291 status collapsed
29292
29293 \begin_layout Plain Layout
29294
29295
29296 \backslash
29297 setlength{
29298 \backslash
29299 multlinegap}{0pt}
29300 \end_layout
29301
29302 \end_inset
29303
29304 The second line was left aligned using 
29305 \series bold
29306
29307 \backslash
29308 shoveleft
29309 \series default
29310 .
29311 \end_layout
29312
29313 \begin_layout Subsection
29314 Multiline Formula Parts
29315 \begin_inset CommandInset label
29316 LatexCommand label
29317 name "subsec:Multiline-Formula-Parts"
29318
29319 \end_inset
29320
29321
29322 \begin_inset Index idx
29323 status collapsed
29324
29325 \begin_layout Plain Layout
29326 Formula ! multiline ! formula parts
29327 \end_layout
29328
29329 \end_inset
29330
29331
29332 \end_layout
29333
29334 \begin_layout Standard
29335 To display only parts of a formula with multiple lines, one of the following
29336  environments is used: 
29337 \series bold
29338 aligned
29339 \series default
29340
29341 \series bold
29342 alignedat
29343 \series default
29344
29345 \series bold
29346 gathered
29347 \series default
29348  or 
29349 \series bold
29350 split
29351 \series default
29352 .
29353  They can be inserted via the menu 
29354 \family sans
29355 Insert\SpecialChar menuseparator
29356 Math
29357 \family default
29358  or by using the commands described in this section.
29359 \end_layout
29360
29361 \begin_layout Standard
29362 The first three have the same properties as the corresponding multiline
29363  formula environments, but it is possible to set further formula parts beside
29364  them.
29365  An example:
29366 \begin_inset Formula 
29367 \[
29368 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29369 \Delta E\Delta t & \ge\frac{\hbar}{2}
29370 \end{aligned}
29371 \right\} \textrm{Uncertainty relations}
29372 \]
29373
29374 \end_inset
29375
29376
29377 \end_layout
29378
29379 \begin_layout Standard
29380 To get this formula, a displayed formula is created where the command 
29381 \series bold
29382
29383 \backslash
29384 aligned
29385 \series default
29386
29387 \begin_inset Index idx
29388 status collapsed
29389
29390 \begin_layout Plain Layout
29391 Commands ! A ! 
29392 \backslash
29393 aligned
29394 \end_layout
29395
29396 \end_inset
29397
29398  is inserted.
29399  A purple box appears around the blue formula box where now columns and
29400  lines can be added.
29401  Outside the multiline environment other formula parts can be set, like
29402  the brace.
29403 \end_layout
29404
29405 \begin_layout Standard
29406 The aligned environment is also suitable for long formulas whose lines are
29407  horizontally aligned.
29408  Using aligned in a displayed formula has the advantage that the formula
29409  number is vertically centered behind the lines.
29410  As example formula 
29411 \begin_inset CommandInset ref
29412 LatexCommand eqref
29413 reference "eq:shortlong"
29414
29415 \end_inset
29416
29417  in the aligned environment:
29418 \begin_inset Formula 
29419 \begin{equation}
29420 \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}|}\\
29421  & -\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}|}
29422 \end{aligned}
29423 \end{equation}
29424
29425 \end_inset
29426
29427
29428 \end_layout
29429
29430 \begin_layout Standard
29431 To use the environments 
29432 \series bold
29433 alignedat
29434 \series default
29435
29436 \series bold
29437 gathered
29438 \series default
29439 , or 
29440 \series bold
29441 split
29442 \series default
29443 , the command 
29444 \series bold
29445
29446 \backslash
29447 alignedat
29448 \series default
29449 ,
29450 \begin_inset Index idx
29451 status collapsed
29452
29453 \begin_layout Plain Layout
29454 Commands ! A ! 
29455 \backslash
29456 alignedat
29457 \end_layout
29458
29459 \end_inset
29460
29461  
29462 \series bold
29463
29464 \backslash
29465 gathered
29466 \series default
29467
29468 \begin_inset Index idx
29469 status collapsed
29470
29471 \begin_layout Plain Layout
29472 Commands ! G ! 
29473 \backslash
29474 gathered
29475 \end_layout
29476
29477 \end_inset
29478
29479 , or 
29480 \series bold
29481
29482 \backslash
29483 split
29484 \series default
29485
29486 \begin_inset Index idx
29487 status collapsed
29488
29489 \begin_layout Plain Layout
29490 Commands ! S ! 
29491 \backslash
29492 split
29493 \end_layout
29494
29495 \end_inset
29496
29497  are inserted, respectively.
29498  The split environment has the same properties as the aligned environment
29499  but it can only have two columns.
29500 \end_layout
29501
29502 \begin_layout Subsection
29503 Text in multiline Formulas
29504 \begin_inset CommandInset label
29505 LatexCommand label
29506 name "subsec:Text-in-multiline"
29507
29508 \end_inset
29509
29510
29511 \begin_inset Index idx
29512 status collapsed
29513
29514 \begin_layout Plain Layout
29515 Text ! in formulas
29516 \end_layout
29517
29518 \end_inset
29519
29520
29521 \begin_inset Index idx
29522 status collapsed
29523
29524 \begin_layout Plain Layout
29525 Formula ! multiline ! text
29526 \end_layout
29527
29528 \end_inset
29529
29530
29531 \end_layout
29532
29533 \begin_layout Standard
29534 In the Align environments, and the multline and gather environment, text
29535  can be inserted that will appear in a separate line and doesn't affect
29536  the column alignment.
29537  To do this, the command 
29538 \series bold
29539
29540 \backslash
29541 intertext
29542 \series default
29543
29544 \begin_inset Index idx
29545 status collapsed
29546
29547 \begin_layout Plain Layout
29548 Commands ! I ! 
29549 \backslash
29550 intertext
29551 \end_layout
29552
29553 \end_inset
29554
29555  is used in the following scheme:
29556 \end_layout
29557
29558 \begin_layout Standard
29559
29560 \series bold
29561
29562 \backslash
29563 intertext{text}
29564 \end_layout
29565
29566 \begin_layout Standard
29567 The text should not be longer than a line because it cannot be hyphenated.
29568  As \SpecialChar LyX
29569  doesn't yet support 
29570 \series bold
29571
29572 \backslash
29573 intertext
29574 \series default
29575  directly, the text is written as mathematical text.
29576  
29577 \series bold
29578
29579 \backslash
29580 intertext
29581 \series default
29582  must hereby be at the beginning of a line and appears in the output above
29583  this line.
29584  An example where the text was inserted at the beginning of the second line:
29585 \begin_inset Formula 
29586 \begin{align}
29587 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29588 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29589 \end{align}
29590
29591 \end_inset
29592
29593
29594 \end_layout
29595
29596 \begin_layout Standard
29597
29598 \series bold
29599
29600 \backslash
29601 intertext
29602 \series default
29603  always creates some vertical space between the text and the formula lines.
29604  To avoid this space, set in the document settings under 
29605 \family sans
29606 Math
29607 \begin_inset space ~
29608 \end_inset
29609
29610 Options
29611 \family default
29612  for the package 
29613 \series bold
29614 mathtools
29615 \series default
29616
29617 \begin_inset Index idx
29618 status collapsed
29619
29620 \begin_layout Plain Layout
29621 Packages ! mathtools
29622 \end_layout
29623
29624 \end_inset
29625
29626  the option 
29627 \family sans
29628 Load
29629 \begin_inset space ~
29630 \end_inset
29631
29632 always
29633 \family default
29634 .
29635  Then you can use the command 
29636 \series bold
29637
29638 \backslash
29639 shortintertext
29640 \series default
29641
29642 \begin_inset Index idx
29643 status collapsed
29644
29645 \begin_layout Plain Layout
29646 Commands ! S ! 
29647 \backslash
29648 shortintertext
29649 \end_layout
29650
29651 \end_inset
29652
29653  instead of 
29654 \series bold
29655
29656 \backslash
29657 intertext
29658 \series default
29659 :
29660 \end_layout
29661
29662 \begin_layout Standard
29663 \begin_inset Formula 
29664 \begin{align}
29665 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29666 \shortintertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29667 \end{align}
29668
29669 \end_inset
29670
29671
29672 \end_layout
29673
29674 \begin_layout Section
29675 Formula Numbering
29676 \begin_inset Index idx
29677 status collapsed
29678
29679 \begin_layout Plain Layout
29680 Formula numbering
29681 \end_layout
29682
29683 \end_inset
29684
29685
29686 \begin_inset Index idx
29687 status collapsed
29688
29689 \begin_layout Plain Layout
29690 Formula ! numbering|see
29691 \begin_inset ERT
29692 status collapsed
29693
29694 \begin_layout Plain Layout
29695
29696 {
29697 \end_layout
29698
29699 \end_inset
29700
29701 Formula numbering
29702 \begin_inset ERT
29703 status collapsed
29704
29705 \begin_layout Plain Layout
29706
29707 }
29708 \end_layout
29709
29710 \end_inset
29711
29712
29713 \end_layout
29714
29715 \end_inset
29716
29717
29718 \end_layout
29719
29720 \begin_layout Subsection
29721 General
29722 \end_layout
29723
29724 \begin_layout Standard
29725 Numbered formulas can be created with the menu 
29726 \family sans
29727 Insert\SpecialChar menuseparator
29728 Math\SpecialChar menuseparator
29729 Numbered
29730 \begin_inset space ~
29731 \end_inset
29732
29733 Formula
29734 \family default
29735  (shortcut 
29736 \family sans
29737 Ctrl+Alt
29738 \begin_inset space ~
29739 \end_inset
29740
29741 N
29742 \family default
29743 ).
29744  Existing formulas can be numbered with the menu 
29745 \family sans
29746 Edit\SpecialChar menuseparator
29747 Math\SpecialChar menuseparator
29748 Toggle
29749 \begin_inset space ~
29750 \end_inset
29751
29752 Numbering
29753 \family default
29754  (shortcut 
29755 \begin_inset Info
29756 type  "shortcut"
29757 arg   "math-number-toggle"
29758 \end_inset
29759
29760 ).
29761  The formula number is displayed in \SpecialChar LyX
29762  behind the formula as a number sign
29763  in parentheses.
29764  The number sign is replaced in the output by the formula number.
29765 \end_layout
29766
29767 \begin_layout Standard
29768 When numbering is turned on in multiline formulas, all lines will be numbered.
29769  But the numbering can be controlled with the menu 
29770 \family sans
29771 Edit\SpecialChar menuseparator
29772 Math\SpecialChar menuseparator
29773 Toggle
29774 \begin_inset space ~
29775 \end_inset
29776
29777 Numbering
29778 \begin_inset space ~
29779 \end_inset
29780
29781 of
29782 \begin_inset space ~
29783 \end_inset
29784
29785 Line
29786 \family default
29787  (shortcut 
29788 \begin_inset Info
29789 type  "shortcut"
29790 arg   "math-number-line-toggle"
29791 \end_inset
29792
29793 ) for every line.
29794 \end_layout
29795
29796 \begin_layout Standard
29797 Except for inline formulas, all formulas can be numbered with two different
29798  styles, see 
29799 \begin_inset CommandInset ref
29800 LatexCommand ref
29801 reference "sec:Formula-Styles"
29802
29803 \end_inset
29804
29805 .
29806 \end_layout
29807
29808 \begin_layout Subsection
29809 Cross-References
29810 \begin_inset Index idx
29811 status collapsed
29812
29813 \begin_layout Plain Layout
29814 Cross-references ! to formulas
29815 \end_layout
29816
29817 \end_inset
29818
29819
29820 \end_layout
29821
29822 \begin_layout Standard
29823 All labeled formulas can be cross-referenced.
29824  A label is added by the menu 
29825 \family sans
29826 Insert\SpecialChar menuseparator
29827 Label
29828 \family default
29829  or the toolbar button 
29830 \begin_inset Info
29831 type  "icon"
29832 arg   "label-insert"
29833 \end_inset
29834
29835 .
29836  The cursor must hereby be inside a displayed formula.
29837  Alternatively you can right-click on the formula and choose 
29838 \family sans
29839 Equation Label
29840 \family default
29841 .
29842  A dialog pops up displaying the prefix 
29843 \series bold
29844 eq:
29845 \series default
29846  in a text field.
29847  The label is inserted there behind the prefix.
29848  The predefined prefix means 
29849 \begin_inset Quotes eld
29850 \end_inset
29851
29852 equation
29853 \begin_inset Quotes erd
29854 \end_inset
29855
29856  and makes it easier to find labels in large documents because it marks
29857  it as formula label to divide it from e.
29858 \begin_inset space \thinspace{}
29859 \end_inset
29860
29861 g.
29862 \begin_inset space \space{}
29863 \end_inset
29864
29865 section labels.
29866  To change a label, the menu 
29867 \family sans
29868 Insert\SpecialChar menuseparator
29869 Label
29870 \family default
29871  is used again or you right-click on a formula and then on 
29872 \family sans
29873 Equation Label
29874 \family default
29875 .
29876 \end_layout
29877
29878 \begin_layout Standard
29879 The name of the label is displayed in \SpecialChar LyX
29880  within two parentheses behind formula.
29881  A formula with a label is always numbered.
29882 \end_layout
29883
29884 \begin_layout Standard
29885 Cross-references are inserted via the menu 
29886 \family sans
29887 Insert\SpecialChar menuseparator
29888 Cross-Reference
29889 \family default
29890  or with the toolbar button 
29891 \begin_inset Info
29892 type  "icon"
29893 arg   "dialog-show-new-inset ref"
29894 \end_inset
29895
29896 .
29897  A formula cross-reference appears in the output as formula number.
29898  When in the cross-reference dialog window the format 
29899 \series bold
29900 (<reference>)
29901 \series default
29902  is chosen, the cross-reference appears in the output as formula number
29903  in parentheses.
29904 \begin_inset Newline newline
29905 \end_inset
29906
29907 By right-clicking on a cross-reference in \SpecialChar LyX
29908 , one jumps to the formula that
29909  is referenced.
29910 \end_layout
29911
29912 \begin_layout Standard
29913 Here are as examples cross-references to formulas of the following subsections:
29914 \begin_inset Note Note
29915 status open
29916
29917 \begin_layout Plain Layout
29918 Note the different cross-reference types.
29919 \end_layout
29920
29921 \end_inset
29922
29923
29924 \end_layout
29925
29926 \begin_layout Standard
29927 The equations 
29928 \begin_inset CommandInset ref
29929 LatexCommand eqref
29930 reference "eq:tag"
29931
29932 \end_inset
29933
29934  and 
29935 \begin_inset CommandInset ref
29936 LatexCommand eqref
29937 reference "eq:c"
29938
29939 \end_inset
29940
29941  are equivalent.
29942  In (
29943 \begin_inset CommandInset ref
29944 LatexCommand ref
29945 reference "eq:Lat"
29946
29947 \end_inset
29948
29949 ) big Latin letters are used for the numbering in contrary to (
29950 \begin_inset CommandInset ref
29951 LatexCommand ref
29952 reference "eq:Rom"
29953
29954 \end_inset
29955
29956 ).
29957 \end_layout
29958
29959 \begin_layout Standard
29960 \begin_inset VSpace medskip
29961 \end_inset
29962
29963 When the argument of 
29964 \series bold
29965
29966 \backslash
29967 tag
29968 \begin_inset Foot
29969 status collapsed
29970
29971 \begin_layout Plain Layout
29972
29973 \series bold
29974
29975 \backslash
29976 tag
29977 \series default
29978  is described in 
29979 \begin_inset CommandInset ref
29980 LatexCommand ref
29981 reference "subsec:User-defined-Numbering"
29982
29983 \end_inset
29984
29985 .
29986 \end_layout
29987
29988 \end_inset
29989
29990
29991 \series default
29992  contains a box like in 
29993 \begin_inset CommandInset ref
29994 LatexCommand ref
29995 reference "subsec:Paragraph-Boxes"
29996
29997 \end_inset
29998
29999 , the formula cannot be referenced.
30000 \end_layout
30001
30002 \begin_layout Subsection
30003 Subnumbering
30004 \begin_inset Index idx
30005 status collapsed
30006
30007 \begin_layout Plain Layout
30008 Formula numbering ! subnumbering
30009 \end_layout
30010
30011 \end_inset
30012
30013
30014 \end_layout
30015
30016 \begin_layout Standard
30017 Formulas can be numbered as subequations.
30018  To activate this feature, add the module 
30019 \family sans
30020 Subequations
30021 \family default
30022  to the document in the menu 
30023 \family sans
30024 Document\SpecialChar menuseparator
30025 Settings\SpecialChar menuseparator
30026 Modules
30027 \family default
30028 .
30029  To insert subequations use the menu 
30030 \family sans
30031 Insert\SpecialChar menuseparator
30032 Custom Insets\SpecialChar menuseparator
30033 Subequations
30034 \family default
30035 .
30036 \end_layout
30037
30038 \begin_layout Standard
30039 The equations to be subnumbered are put into the 
30040 \family sans
30041 Subequations
30042 \family default
30043  inset.
30044  An example:
30045 \begin_inset Formula 
30046 \begin{equation}
30047 A=C-B
30048 \end{equation}
30049
30050 \end_inset
30051
30052
30053 \begin_inset VSpace -5mm
30054 \end_inset
30055
30056
30057 \begin_inset Flex Subequations
30058 status open
30059
30060 \begin_layout Plain Layout
30061 \begin_inset Formula 
30062 \begin{equation}
30063 B=C-A\label{eq:b}
30064 \end{equation}
30065
30066 \end_inset
30067
30068
30069 \begin_inset Formula 
30070 \begin{equation}
30071 C=A+B\label{eq:c}
30072 \end{equation}
30073
30074 \end_inset
30075
30076
30077 \end_layout
30078
30079 \end_inset
30080
30081
30082 \end_layout
30083
30084 \begin_layout Standard
30085 Every formula in the 
30086 \family sans
30087 Subequations
30088 \family default
30089  inset will be subnumbered with a, b, c, \SpecialChar ldots
30090  in the output.
30091  For multiline formulas every line will be subnumbered.
30092 \end_layout
30093
30094 \begin_layout Standard
30095 Referencing subequations work like for normal equations: 
30096 \begin_inset CommandInset ref
30097 LatexCommand eqref
30098 reference "eq:b"
30099
30100 \end_inset
30101
30102
30103 \begin_inset CommandInset ref
30104 LatexCommand eqref
30105 reference "eq:c"
30106
30107 \end_inset
30108
30109 .
30110  If you want to reference the subequations collectively, insert a label
30111  as first thing in the 
30112 \family sans
30113 Subequations
30114 \family default
30115  inset.
30116  Formula 
30117 \begin_inset CommandInset ref
30118 LatexCommand eqref
30119 reference "eq:Here-is-an"
30120 plural "false"
30121 caps "false"
30122 noprefix "false"
30123
30124 \end_inset
30125
30126  is an example.
30127 \end_layout
30128
30129 \begin_layout Standard
30130 By inserting subequations vertical space is added before it.
30131  To remove this, insert -5
30132 \begin_inset space \thinspace{}
30133 \end_inset
30134
30135 mm vertical space right before the 
30136 \family sans
30137 Subequations
30138 \family default
30139  inset.
30140  If the formula style 
30141 \series bold
30142 Indented
30143 \begin_inset Foot
30144 status collapsed
30145
30146 \begin_layout Plain Layout
30147 formula styles see 
30148 \begin_inset CommandInset ref
30149 LatexCommand ref
30150 reference "sec:Formula-Styles"
30151
30152 \end_inset
30153
30154
30155 \end_layout
30156
30157 \end_inset
30158
30159
30160 \series default
30161  is used, insert -7
30162 \begin_inset space \thinspace{}
30163 \end_inset
30164
30165 mm space instead.
30166 \end_layout
30167
30168 \begin_layout Standard
30169 To get another subnumber instead of small Latin letters, insert this command
30170  as \SpecialChar TeX
30171  code before the equations in the 
30172 \family sans
30173 Subequations
30174 \family default
30175  inset:
30176 \end_layout
30177
30178 \begin_layout Standard
30179
30180 \series bold
30181
30182 \backslash
30183 renewcommand{
30184 \backslash
30185 theequation}{
30186 \backslash
30187 theparentequation -
30188 \backslash
30189 roman{equation}}
30190 \end_layout
30191
30192 \begin_layout Standard
30193
30194 \series bold
30195
30196 \backslash
30197 theparentequation
30198 \series default
30199  creates hereby the parent number and 
30200 \series bold
30201
30202 \backslash
30203 roman{equation}
30204 \series default
30205  adds a small Roman number as subnumber.
30206  For more information about the customization of the numbering, see 
30207 \begin_inset CommandInset ref
30208 LatexCommand ref
30209 reference "subsec:Numbering-with-Roman"
30210
30211 \end_inset
30212
30213 .
30214 \end_layout
30215
30216 \begin_layout Standard
30217 Here is an example for a multiline formula where the numbering is customized
30218  and turned off for the second line:
30219 \begin_inset Flex Subequations
30220 status open
30221
30222 \begin_layout Plain Layout
30223 \begin_inset CommandInset label
30224 LatexCommand label
30225 name "eq:Here-is-an"
30226
30227 \end_inset
30228
30229
30230 \begin_inset ERT
30231 status open
30232
30233 \begin_layout Plain Layout
30234
30235
30236 \backslash
30237 renewcommand{
30238 \backslash
30239 theequation}{
30240 \backslash
30241 theparentequation -
30242 \backslash
30243 roman{equation}}
30244 \end_layout
30245
30246 \end_inset
30247
30248
30249 \begin_inset Formula 
30250 \begin{eqnarray}
30251 A & = & (B-Z)^{2}=(B-Z)(B-Z)\\
30252  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30253  & = & B^{2}-2BZ+Z^{2}
30254 \end{eqnarray}
30255
30256 \end_inset
30257
30258
30259 \end_layout
30260
30261 \end_inset
30262
30263
30264 \end_layout
30265
30266 \begin_layout Subsection
30267 Numbering with Roman Numbers and Letters
30268 \begin_inset CommandInset label
30269 LatexCommand label
30270 name "subsec:Numbering-with-Roman"
30271
30272 \end_inset
30273
30274
30275 \begin_inset Index idx
30276 status collapsed
30277
30278 \begin_layout Plain Layout
30279 Formula numbering ! with letters
30280 \end_layout
30281
30282 \end_inset
30283
30284
30285 \begin_inset Index idx
30286 status collapsed
30287
30288 \begin_layout Plain Layout
30289 Formula numbering ! with Roman numbers
30290 \end_layout
30291
30292 \end_inset
30293
30294
30295 \end_layout
30296
30297 \begin_layout Standard
30298 Formulas can also be numbered with Roman numbers and Latin letters.
30299  To number for example with small Roman numbers, the command
30300 \end_layout
30301
30302 \begin_layout Standard
30303
30304 \series bold
30305
30306 \backslash
30307 renewcommand{
30308 \backslash
30309 theequation}{
30310 \backslash
30311 roman{equation}}
30312 \end_layout
30313
30314 \begin_layout Standard
30315 is inserted before the formula in \SpecialChar TeX
30316  mode.
30317  
30318 \series bold
30319
30320 \backslash
30321 renewcommand
30322 \series default
30323
30324 \begin_inset Index idx
30325 status collapsed
30326
30327 \begin_layout Plain Layout
30328 Commands ! R ! 
30329 \backslash
30330 renewcommand
30331 \end_layout
30332
30333 \end_inset
30334
30335  redefines the predefined command 
30336 \series bold
30337
30338 \backslash
30339 theequation
30340 \series default
30341  to the command 
30342 \series bold
30343
30344 \backslash
30345 roman{equation}
30346 \series default
30347 .
30348 \begin_inset Foot
30349 status collapsed
30350
30351 \begin_layout Plain Layout
30352 The command 
30353 \series bold
30354
30355 \backslash
30356 renewcommand
30357 \series default
30358  has the same scheme like the command 
30359 \series bold
30360
30361 \backslash
30362 newcommand
30363 \series default
30364  that is described in 
30365 \begin_inset CommandInset ref
30366 LatexCommand ref
30367 reference "subsec:The-Command-newcommand"
30368
30369 \end_inset
30370
30371 .
30372 \end_layout
30373
30374 \end_inset
30375
30376  
30377 \series bold
30378 equation
30379 \series default
30380  is the formula counter.
30381  When the command 
30382 \series bold
30383
30384 \backslash
30385 the
30386 \series default
30387  is used as prefix for a counter, the value of the counter is output as
30388  Arabic number.
30389  When a formula is numbered, \SpecialChar LaTeX
30390  sets internally the command 
30391 \series bold
30392
30393 \backslash
30394 theequation
30395 \series default
30396  behind the formula.
30397  
30398 \series bold
30399
30400 \backslash
30401 roman{equation}
30402 \begin_inset Index idx
30403 status collapsed
30404
30405 \begin_layout Plain Layout
30406 Commands ! R ! 
30407 \backslash
30408 roman
30409 \end_layout
30410
30411 \end_inset
30412
30413
30414 \series default
30415  outputs the counter as small Roman number.
30416 \end_layout
30417
30418 \begin_layout Standard
30419 All formulas behind the command 
30420 \series bold
30421
30422 \backslash
30423 renew
30424 \series default
30425 c
30426 \series bold
30427 ommand
30428 \series default
30429  are now numbered Roman.
30430  To switch to numbering with big Roman numbers, the command is inserted
30431  again, but 
30432 \series bold
30433
30434 \backslash
30435 roman
30436 \series default
30437  is replaced by 
30438 \series bold
30439
30440 \backslash
30441 Roman
30442 \series default
30443
30444 \begin_inset Index idx
30445 status collapsed
30446
30447 \begin_layout Plain Layout
30448 Commands ! R ! 
30449 \backslash
30450 roman@
30451 \backslash
30452 Roman
30453 \end_layout
30454
30455 \end_inset
30456
30457 .
30458  To 
30459 \begin_inset Quotes eld
30460 \end_inset
30461
30462 number
30463 \begin_inset Quotes erd
30464 \end_inset
30465
30466  with small Latin letters there is the command 
30467 \series bold
30468
30469 \backslash
30470 alph
30471 \series default
30472
30473 \begin_inset Index idx
30474 status collapsed
30475
30476 \begin_layout Plain Layout
30477 Commands ! A ! 
30478 \backslash
30479 alph
30480 \end_layout
30481
30482 \end_inset
30483
30484 , for big ones there is the command 
30485 \series bold
30486
30487 \backslash
30488 Alph
30489 \series default
30490
30491 \begin_inset Index idx
30492 status collapsed
30493
30494 \begin_layout Plain Layout
30495 Commands ! A ! 
30496 \backslash
30497 alph@
30498 \backslash
30499 Alph
30500 \end_layout
30501
30502 \end_inset
30503
30504 .
30505 \end_layout
30506
30507 \begin_layout Standard
30508 \begin_inset Note Greyedout
30509 status open
30510
30511 \begin_layout Plain Layout
30512
30513 \series bold
30514 Note:
30515 \series default
30516  Only maximal 26
30517 \begin_inset space ~
30518 \end_inset
30519
30520 formulas can be numbered with Latin letters in one document.
30521 \end_layout
30522
30523 \end_inset
30524
30525
30526 \end_layout
30527
30528 \begin_layout Standard
30529 \begin_inset ERT
30530 status collapsed
30531
30532 \begin_layout Plain Layout
30533
30534
30535 \backslash
30536 renewcommand{
30537 \backslash
30538 theequation}{
30539 \backslash
30540 roman{equation}}
30541 \end_layout
30542
30543 \end_inset
30544
30545
30546 \end_layout
30547
30548 \begin_layout Standard
30549 \begin_inset Formula 
30550 \begin{equation}
30551 A=\textrm{small roman}
30552 \end{equation}
30553
30554 \end_inset
30555
30556
30557 \begin_inset ERT
30558 status collapsed
30559
30560 \begin_layout Plain Layout
30561
30562
30563 \backslash
30564 renewcommand{
30565 \backslash
30566 theequation}{
30567 \backslash
30568 Roman{equation}}
30569 \end_layout
30570
30571 \end_inset
30572
30573
30574 \begin_inset Formula 
30575 \begin{equation}
30576 B=\textrm{big Roman}\label{eq:Rom}
30577 \end{equation}
30578
30579 \end_inset
30580
30581
30582 \begin_inset ERT
30583 status collapsed
30584
30585 \begin_layout Plain Layout
30586
30587
30588 \backslash
30589 renewcommand{
30590 \backslash
30591 theequation}{
30592 \backslash
30593 alph{equation}}
30594 \end_layout
30595
30596 \end_inset
30597
30598
30599 \begin_inset Formula 
30600 \begin{equation}
30601 C=\textrm{small Latin}
30602 \end{equation}
30603
30604 \end_inset
30605
30606
30607 \begin_inset ERT
30608 status collapsed
30609
30610 \begin_layout Plain Layout
30611
30612
30613 \backslash
30614 renewcommand{
30615 \backslash
30616 theequation}{
30617 \backslash
30618 Alph{equation}}
30619 \end_layout
30620
30621 \end_inset
30622
30623
30624 \begin_inset Formula 
30625 \begin{equation}
30626 D=\textrm{big Latin}\label{eq:Lat}
30627 \end{equation}
30628
30629 \end_inset
30630
30631
30632 \end_layout
30633
30634 \begin_layout Standard
30635 To switch back to the default numbering, insert the command:
30636 \end_layout
30637
30638 \begin_layout Standard
30639
30640 \series bold
30641
30642 \backslash
30643 renewcommand{
30644 \backslash
30645 theequation}{
30646 \backslash
30647 arabic{equation}}
30648 \begin_inset Index idx
30649 status collapsed
30650
30651 \begin_layout Plain Layout
30652 Commands ! A ! 
30653 \backslash
30654 arabic
30655 \end_layout
30656
30657 \end_inset
30658
30659
30660 \end_layout
30661
30662 \begin_layout Standard
30663 \begin_inset ERT
30664 status collapsed
30665
30666 \begin_layout Plain Layout
30667
30668
30669 \backslash
30670 renewcommand{
30671 \backslash
30672 theequation}{
30673 \backslash
30674 arabic{equation}}
30675 \end_layout
30676
30677 \end_inset
30678
30679
30680 \begin_inset Formula 
30681 \begin{equation}
30682 E=\textrm{Arabic}
30683 \end{equation}
30684
30685 \end_inset
30686
30687
30688 \end_layout
30689
30690 \begin_layout Standard
30691 \begin_inset VSpace medskip
30692 \end_inset
30693
30694 As you see, formulas are numbered serially independent from the numbering
30695  style.
30696  When then numbering should start with 
30697 \begin_inset Quotes eld
30698 \end_inset
30699
30700 1
30701 \begin_inset Quotes erd
30702 \end_inset
30703
30704  when the style is changed, new equation counters have to be defined.
30705  A description about this can be found in the file 
30706 \begin_inset CommandInset href
30707 LatexCommand href
30708 name "Formula-numbering.lyx"
30709 target "run:Formula-numbering.lyx"
30710 literal "false"
30711
30712 \end_inset
30713
30714 .
30715 \end_layout
30716
30717 \begin_layout Subsection
30718 User-defined Numbering
30719 \begin_inset CommandInset label
30720 LatexCommand label
30721 name "subsec:User-defined-Numbering"
30722
30723 \end_inset
30724
30725
30726 \begin_inset Index idx
30727 status collapsed
30728
30729 \begin_layout Plain Layout
30730 Formula numbering ! user-defined
30731 \end_layout
30732
30733 \end_inset
30734
30735
30736 \end_layout
30737
30738 \begin_layout Standard
30739 \begin_inset Note Greyedout
30740 status open
30741
30742 \begin_layout Plain Layout
30743
30744 \series bold
30745 Note:
30746 \series default
30747  If the document language is a right-to-left language such as Arabic, you
30748  must add this to the to the \SpecialChar LaTeX
30749 -preamble to be able to use the commands described
30750  in this section:
30751 \begin_inset Newline newline
30752 \end_inset
30753
30754
30755 \series bold
30756
30757 \backslash
30758 AtBeginDocument{
30759 \begin_inset Newline newline
30760 \end_inset
30761
30762
30763 \begin_inset Phantom HPhantom
30764 status open
30765
30766 \begin_layout Plain Layout
30767
30768 \series bold
30769 \begin_inset space ~
30770 \end_inset
30771
30772
30773 \end_layout
30774
30775 \end_inset
30776
30777
30778 \backslash
30779 def
30780 \backslash
30781 tagform@#1{
30782 \backslash
30783 maketag@@@{(
30784 \backslash
30785 ignorespaces#1
30786 \backslash
30787 unskip)}} }
30788 \end_layout
30789
30790 \end_inset
30791
30792
30793 \end_layout
30794
30795 \begin_layout Standard
30796 \begin_inset Index idx
30797 status collapsed
30798
30799 \begin_layout Plain Layout
30800 Formula numbering ! self-defined delimiters
30801 \end_layout
30802
30803 \end_inset
30804
30805 With the standard numbering parentheses are set around the formula number.
30806  To replace the parentheses for example by vertical bars, the following
30807  line is added to the \SpecialChar LaTeX
30808 -preamble:
30809 \end_layout
30810
30811 \begin_layout Standard
30812
30813 \series bold
30814
30815 \backslash
30816 AtBeginDocument{
30817 \begin_inset Newline newline
30818 \end_inset
30819
30820
30821 \begin_inset Phantom HPhantom
30822 status open
30823
30824 \begin_layout Plain Layout
30825
30826 \series bold
30827 \begin_inset space ~
30828 \end_inset
30829
30830
30831 \end_layout
30832
30833 \end_inset
30834
30835
30836 \backslash
30837 def
30838 \backslash
30839 tagform@#1{
30840 \backslash
30841 maketag@@@{|#1|}} }
30842 \series default
30843
30844 \begin_inset Note Note
30845 status collapsed
30846
30847 \begin_layout Plain Layout
30848 This macro is already declared in the \SpecialChar LaTeX
30849 -preamble for testing.
30850  To activate it, remove the percent signs at the beginning.
30851 \end_layout
30852
30853 \end_inset
30854
30855
30856 \end_layout
30857
30858 \begin_layout Standard
30859 To use other characters, the vertical bars besides the 
30860 \series bold
30861 #1
30862 \series default
30863  are replaced by one ore more characters.
30864  To get only the formula number the vertical bars are omitted.
30865 \end_layout
30866
30867 \begin_layout Standard
30868 \begin_inset VSpace bigskip
30869 \end_inset
30870
30871 When there should be an expression of your choice instead of the consecutive
30872  formula number in parentheses behind the formula, the command 
30873 \series bold
30874
30875 \backslash
30876 tag
30877 \series default
30878
30879 \begin_inset Index idx
30880 status collapsed
30881
30882 \begin_layout Plain Layout
30883 Commands ! T ! 
30884 \backslash
30885 tag
30886 \end_layout
30887
30888 \end_inset
30889
30890  is used:
30891 \begin_inset Formula 
30892 \begin{equation}
30893 A+B=C\tag{something}\label{eq:tag}
30894 \end{equation}
30895
30896 \end_inset
30897
30898 In this example the command 
30899 \series bold
30900
30901 \backslash
30902 tag
30903 \begin_inset space \textvisiblespace{}
30904 \end_inset
30905
30906 something
30907 \series default
30908  was inserted in the formula.
30909 \end_layout
30910
30911 \begin_layout Standard
30912 When the command 
30913 \series bold
30914
30915 \backslash
30916 tag*
30917 \begin_inset space \textvisiblespace{}
30918 \end_inset
30919
30920 something
30921 \series default
30922  is inserted instead, the star prevents the parentheses around the expression:
30923 \begin_inset Formula 
30924 \[
30925 A+B=C\tag*{something}
30926 \]
30927
30928 \end_inset
30929
30930
30931 \end_layout
30932
30933 \begin_layout Standard
30934 \begin_inset VSpace bigskip
30935 \end_inset
30936
30937 To restart the formula numbering with new document parts or sections, the
30938  following command is used:
30939 \end_layout
30940
30941 \begin_layout Standard
30942
30943 \series bold
30944
30945 \backslash
30946 @addtoreset{equation}{part}
30947 \series default
30948
30949 \begin_inset Index idx
30950 status collapsed
30951
30952 \begin_layout Plain Layout
30953 Commands ! 
30954 \begin_inset ERT
30955 status collapsed
30956
30957 \begin_layout Plain Layout
30958
30959 "
30960 \end_layout
30961
30962 \end_inset
30963
30964 @
30965 \begin_inset ERT
30966 status collapsed
30967
30968 \begin_layout Plain Layout
30969
30970 "
30971 \end_layout
30972
30973 \end_inset
30974
30975  ! 
30976 \backslash
30977
30978 \begin_inset ERT
30979 status collapsed
30980
30981 \begin_layout Plain Layout
30982
30983 "
30984 \end_layout
30985
30986 \end_inset
30987
30988 @
30989 \begin_inset ERT
30990 status collapsed
30991
30992 \begin_layout Plain Layout
30993
30994 "
30995 \end_layout
30996
30997 \end_inset
30998
30999 addtoreset
31000 \end_layout
31001
31002 \end_inset
31003
31004
31005 \begin_inset Newline newline
31006 \end_inset
31007
31008 resp.
31009 \begin_inset Newline newline
31010 \end_inset
31011
31012
31013 \series bold
31014
31015 \backslash
31016 @addtoreset{equation}{section}
31017 \end_layout
31018
31019 \begin_layout Standard
31020 To be able to use these commands in \SpecialChar TeX
31021  mode, the 
31022 \begin_inset Quotes eld
31023 \end_inset
31024
31025 @
31026 \begin_inset Quotes erd
31027 \end_inset
31028
31029  character has to be made 
31030 \begin_inset Quotes eld
31031 \end_inset
31032
31033 active
31034 \begin_inset Quotes erd
31035 \end_inset
31036
31037  for \SpecialChar LaTeX
31038  using the command 
31039 \series bold
31040
31041 \backslash
31042 makeatletter.
31043
31044 \series default
31045  The command 
31046 \series bold
31047
31048 \backslash
31049 makeatother
31050 \series default
31051  reverts this.
31052  So the command sequence in \SpecialChar TeX
31053  mode is:
31054 \end_layout
31055
31056 \begin_layout Standard
31057
31058 \series bold
31059
31060 \backslash
31061 makeatletter
31062 \begin_inset Newline newline
31063 \end_inset
31064
31065
31066 \backslash
31067 @addtoreset{equation}{section}
31068 \begin_inset Newline newline
31069 \end_inset
31070
31071
31072 \backslash
31073 makeatother
31074 \end_layout
31075
31076 \begin_layout Standard
31077 In the \SpecialChar LaTeX
31078 -preamble 
31079 \series bold
31080
31081 \backslash
31082 makeatletter
31083 \series default
31084  and 
31085 \series bold
31086
31087 \backslash
31088 makeatother
31089 \series default
31090  can be omitted as they are automatically internally inserted by \SpecialChar LyX
31091 .
31092 \end_layout
31093
31094 \begin_layout Standard
31095 To revert 
31096 \series bold
31097
31098 \backslash
31099 @addtoreset
31100 \series default
31101 , the file 
31102 \series bold
31103 remreset.sty
31104 \series default
31105
31106 \begin_inset Foot
31107 status collapsed
31108
31109 \begin_layout Plain Layout
31110
31111 \series bold
31112 remreset
31113 \series default
31114  is part of the \SpecialChar LaTeX
31115 -package 
31116 \series bold
31117 carlisle
31118 \series default
31119
31120 \begin_inset Index idx
31121 status collapsed
31122
31123 \begin_layout Plain Layout
31124 Packages ! carlisle
31125 \end_layout
31126
31127 \end_inset
31128
31129  that is part of every \SpecialChar LaTeX
31130  standard installation.
31131 \end_layout
31132
31133 \end_inset
31134
31135
31136 \begin_inset Index idx
31137 status collapsed
31138
31139 \begin_layout Plain Layout
31140 Packages ! remreset
31141 \end_layout
31142
31143 \end_inset
31144
31145  has to be loaded in the \SpecialChar LaTeX
31146 -preamble with the line
31147 \end_layout
31148
31149 \begin_layout Standard
31150
31151 \series bold
31152
31153 \backslash
31154 usepackage{remreset}
31155 \end_layout
31156
31157 \begin_layout Standard
31158 Then the command 
31159 \series bold
31160
31161 \backslash
31162 @removefromreset
31163 \series default
31164
31165 \begin_inset Index idx
31166 status collapsed
31167
31168 \begin_layout Plain Layout
31169 Commands ! 
31170 \begin_inset ERT
31171 status collapsed
31172
31173 \begin_layout Plain Layout
31174
31175 "
31176 \end_layout
31177
31178 \end_inset
31179
31180 @
31181 \begin_inset ERT
31182 status collapsed
31183
31184 \begin_layout Plain Layout
31185
31186 "
31187 \end_layout
31188
31189 \end_inset
31190
31191  ! 
31192 \backslash
31193
31194 \begin_inset ERT
31195 status collapsed
31196
31197 \begin_layout Plain Layout
31198
31199 "
31200 \end_layout
31201
31202 \end_inset
31203
31204 @
31205 \begin_inset ERT
31206 status collapsed
31207
31208 \begin_layout Plain Layout
31209
31210 "
31211 \end_layout
31212
31213 \end_inset
31214
31215 removefromreset
31216 \end_layout
31217
31218 \end_inset
31219
31220  can be used with the same scheme as 
31221 \series bold
31222
31223 \backslash
31224 @addtoreset
31225 \series default
31226 .
31227 \end_layout
31228
31229 \begin_layout Standard
31230 \begin_inset VSpace bigskip
31231 \end_inset
31232
31233 Sometimes formulas should be numbered in the following form:
31234 \end_layout
31235
31236 \begin_layout Standard
31237
31238 \family typewriter
31239 (section number.formula number)
31240 \end_layout
31241
31242 \begin_layout Standard
31243 The formula number should start with every section with 
31244 \begin_inset Quotes eld
31245 \end_inset
31246
31247 1
31248 \begin_inset Quotes erd
31249 \end_inset
31250
31251 .
31252 \end_layout
31253
31254 \begin_layout Standard
31255 For this case there is the command 
31256 \series bold
31257
31258 \backslash
31259 numberwithin
31260 \series default
31261
31262 \begin_inset Index idx
31263 status collapsed
31264
31265 \begin_layout Plain Layout
31266 Commands ! N ! 
31267 \backslash
31268 numberwithin
31269 \end_layout
31270
31271 \end_inset
31272
31273 , which is used with the following scheme:
31274 \end_layout
31275
31276 \begin_layout Standard
31277
31278 \series bold
31279
31280 \backslash
31281 numberwithin{counter}{sectioning}
31282 \end_layout
31283
31284 \begin_layout Standard
31285 Counter denotes what kind of numbering is affected, sectioning denotes what
31286  number is before the dot.
31287 \end_layout
31288
31289 \begin_layout Standard
31290 Thus in our case the following \SpecialChar LaTeX
31291  preamble or \SpecialChar TeX
31292  code line is used:
31293 \end_layout
31294
31295 \begin_layout Standard
31296
31297 \series bold
31298
31299 \backslash
31300 numberwithin{equation}{section}
31301 \end_layout
31302
31303 \begin_layout Standard
31304 This is the result:
31305 \begin_inset ERT
31306 status collapsed
31307
31308 \begin_layout Plain Layout
31309
31310
31311 \backslash
31312 numberwithin{equation}{section}
31313 \end_layout
31314
31315 \end_inset
31316
31317
31318 \begin_inset Formula 
31319 \begin{equation}
31320 A+B=C
31321 \end{equation}
31322
31323 \end_inset
31324
31325
31326 \end_layout
31327
31328 \begin_layout Standard
31329 To number e.
31330 \begin_inset space \thinspace{}
31331 \end_inset
31332
31333 g.
31334 \begin_inset space \space{}
31335 \end_inset
31336
31337 tables so that the number of the part is the sectioning,
31338 \begin_inset Newline newline
31339 \end_inset
31340
31341
31342 \series bold
31343
31344 \backslash
31345 numberwithin{table}{part}
31346 \series default
31347  is used.
31348 \end_layout
31349
31350 \begin_layout Standard
31351 To go back to the standard numbering or to prevent this kind of numbering
31352  when it is defined by the document class, the following command is inserted
31353  as \SpecialChar TeX
31354  code or to the \SpecialChar LaTeX
31355  preamble:
31356 \end_layout
31357
31358 \begin_layout Standard
31359
31360 \series bold
31361
31362 \backslash
31363 renewcommand{
31364 \backslash
31365 theequation}{
31366 \backslash
31367 arabic{equation}}
31368 \begin_inset Index idx
31369 status collapsed
31370
31371 \begin_layout Plain Layout
31372 Commands ! A ! 
31373 \backslash
31374 arabic
31375 \end_layout
31376
31377 \end_inset
31378
31379
31380 \series default
31381
31382 \begin_inset ERT
31383 status collapsed
31384
31385 \begin_layout Plain Layout
31386
31387
31388 \backslash
31389 renewcommand{
31390 \backslash
31391 theequation}{
31392 \backslash
31393 arabic{equation}}
31394 \end_layout
31395
31396 \end_inset
31397
31398
31399 \series bold
31400
31401 \begin_inset Newline newline
31402 \end_inset
31403
31404
31405 \series default
31406 or
31407 \series bold
31408
31409 \begin_inset Newline newline
31410 \end_inset
31411
31412
31413 \backslash
31414 renewcommand{
31415 \backslash
31416 thetable}{
31417 \backslash
31418 arabic{table}}
31419 \end_layout
31420
31421 \begin_layout Standard
31422
31423 \series bold
31424
31425 \backslash
31426 numberwithin
31427 \series default
31428  uses internally the command 
31429 \series bold
31430
31431 \backslash
31432 @addtoreset
31433 \series default
31434 , described above, that also needs to be reverted.
31435 \begin_inset ERT
31436 status collapsed
31437
31438 \begin_layout Plain Layout
31439
31440
31441 \backslash
31442 makeatletter
31443 \end_layout
31444
31445 \begin_layout Plain Layout
31446
31447
31448 \backslash
31449 @removefromreset{equation}{section}
31450 \end_layout
31451
31452 \begin_layout Plain Layout
31453
31454
31455 \backslash
31456 makeatother
31457 \end_layout
31458
31459 \end_inset
31460
31461
31462 \end_layout
31463
31464 \begin_layout Section
31465 Chemical Symbols and Equations
31466 \begin_inset CommandInset label
31467 LatexCommand label
31468 name "subsec:Chemical-Symbols-and"
31469
31470 \end_inset
31471
31472
31473 \begin_inset Index idx
31474 status collapsed
31475
31476 \begin_layout Plain Layout
31477 Chemical characters ! Symbols
31478 \end_layout
31479
31480 \end_inset
31481
31482
31483 \begin_inset Index idx
31484 status collapsed
31485
31486 \begin_layout Plain Layout
31487 Chemical equations
31488 \end_layout
31489
31490 \end_inset
31491
31492
31493 \begin_inset Index idx
31494 status collapsed
31495
31496 \begin_layout Plain Layout
31497 Symbols ! chemical
31498 \end_layout
31499
31500 \end_inset
31501
31502
31503 \end_layout
31504
31505 \begin_layout Standard
31506 An example text from chemistry:
31507 \end_layout
31508
31509 \begin_layout Quote
31510 The 
31511 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31512 \end_inset
31513
31514 -ion reacts with two 
31515 \begin_inset Formula $\mathrm{Na^{+}}$
31516 \end_inset
31517
31518 -ions to sodium sulfate 
31519 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31520 \end_inset
31521
31522 .
31523  The chemical equation for this is:
31524 \begin_inset Formula 
31525 \begin{equation}
31526 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31527 \end{equation}
31528
31529 \end_inset
31530
31531
31532 \end_layout
31533
31534 \begin_layout Standard
31535 This chemical equation can directly be created as formula.
31536  To avoid that the symbols appear italic, everything is highlighted and
31537  changed by the shortcut 
31538 \begin_inset Info
31539 type  "shortcut"
31540 arg   "font-roman"
31541 \end_inset
31542
31543  to the upright font style.
31544 \begin_inset Foot
31545 status collapsed
31546
31547 \begin_layout Plain Layout
31548 font styles
31549 \series bold
31550  
31551 \series default
31552 see 
31553 \begin_inset CommandInset ref
31554 LatexCommand ref
31555 reference "subsec:Font-Styles"
31556
31557 \end_inset
31558
31559
31560 \end_layout
31561
31562 \end_inset
31563
31564
31565 \end_layout
31566
31567 \begin_layout Standard
31568 A more convenient way to typeset chemical formulas is to use the command
31569  
31570 \series bold
31571
31572 \backslash
31573 ce
31574 \series default
31575
31576 \begin_inset Index idx
31577 status collapsed
31578
31579 \begin_layout Plain Layout
31580 Commands ! C ! 
31581 \backslash
31582 ce
31583 \end_layout
31584
31585 \end_inset
31586
31587  that is available when the \SpecialChar LaTeX
31588 -package 
31589 \series bold
31590 mhchem
31591 \series default
31592
31593 \begin_inset Index idx
31594 status collapsed
31595
31596 \begin_layout Plain Layout
31597 Packages ! mhchem
31598 \end_layout
31599
31600 \end_inset
31601
31602  is installed.
31603  After inserting 
31604 \series bold
31605
31606 \backslash
31607 ce
31608 \series default
31609  to a formula a new blue box appears where chemical formulas can be inserted
31610  in an intuitive way.
31611 \end_layout
31612
31613 \begin_layout Standard
31614 \align center
31615 \begin_inset Tabular
31616 <lyxtabular version="3" rows="10" columns="2">
31617 <features booktabs="true" tabularvalignment="middle">
31618 <column alignment="center" valignment="top" width="0pt">
31619 <column alignment="center" valignment="top">
31620 <row>
31621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31622 \begin_inset Text
31623
31624 \begin_layout Plain Layout
31625 Command
31626 \end_layout
31627
31628 \end_inset
31629 </cell>
31630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31631 \begin_inset Text
31632
31633 \begin_layout Plain Layout
31634 Result
31635 \end_layout
31636
31637 \end_inset
31638 </cell>
31639 </row>
31640 <row>
31641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31642 \begin_inset Text
31643
31644 \begin_layout Plain Layout
31645
31646 \backslash
31647 ce
31648 \begin_inset space \textvisiblespace{}
31649 \end_inset
31650
31651 H2CO3
31652 \end_layout
31653
31654 \end_inset
31655 </cell>
31656 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31657 \begin_inset Text
31658
31659 \begin_layout Plain Layout
31660 \begin_inset Formula $\ce{H2CO3}$
31661 \end_inset
31662
31663
31664 \end_layout
31665
31666 \end_inset
31667 </cell>
31668 </row>
31669 <row topspace="1.5mm">
31670 <cell alignment="center" valignment="top" usebox="none">
31671 \begin_inset Text
31672
31673 \begin_layout Plain Layout
31674
31675 \backslash
31676 ce
31677 \begin_inset space \textvisiblespace{}
31678 \end_inset
31679
31680 SO4^2-
31681 \end_layout
31682
31683 \end_inset
31684 </cell>
31685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31686 \begin_inset Text
31687
31688 \begin_layout Plain Layout
31689 \begin_inset Formula $\ce{SO4^{2-}}$
31690 \end_inset
31691
31692
31693 \end_layout
31694
31695 \end_inset
31696 </cell>
31697 </row>
31698 <row topspace="1.5mm">
31699 <cell alignment="center" valignment="top" usebox="none">
31700 \begin_inset Text
31701
31702 \begin_layout Plain Layout
31703
31704 \backslash
31705 ce
31706 \begin_inset space \textvisiblespace{}
31707 \end_inset
31708
31709 (NH4)2S
31710 \end_layout
31711
31712 \end_inset
31713 </cell>
31714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31715 \begin_inset Text
31716
31717 \begin_layout Plain Layout
31718 \begin_inset Formula $\ce{(NH4)2S}$
31719 \end_inset
31720
31721
31722 \end_layout
31723
31724 \end_inset
31725 </cell>
31726 </row>
31727 <row topspace="1.5mm">
31728 <cell alignment="center" valignment="top" usebox="none">
31729 \begin_inset Text
31730
31731 \begin_layout Plain Layout
31732
31733 \backslash
31734 ce
31735 \begin_inset space \textvisiblespace{}
31736 \end_inset
31737
31738 KCr(SO4)2.12H2O
31739 \end_layout
31740
31741 \end_inset
31742 </cell>
31743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31744 \begin_inset Text
31745
31746 \begin_layout Plain Layout
31747 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
31748 \end_inset
31749
31750
31751 \end_layout
31752
31753 \end_inset
31754 </cell>
31755 </row>
31756 <row topspace="1.5mm">
31757 <cell alignment="center" valignment="top" usebox="none">
31758 \begin_inset Text
31759
31760 \begin_layout Plain Layout
31761
31762 \backslash
31763 ce
31764 \begin_inset space \textvisiblespace{}
31765 \end_inset
31766
31767 A-B
31768 \backslash
31769 dbond
31770 \begin_inset space \textvisiblespace{}
31771 \end_inset
31772
31773 C
31774 \backslash
31775 tbond
31776 \begin_inset space \textvisiblespace{}
31777 \end_inset
31778
31779 D
31780 \end_layout
31781
31782 \end_inset
31783 </cell>
31784 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31785 \begin_inset Text
31786
31787 \begin_layout Plain Layout
31788 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
31789 \end_inset
31790
31791
31792 \end_layout
31793
31794 \end_inset
31795 </cell>
31796 </row>
31797 <row topspace="1.5mm">
31798 <cell alignment="center" valignment="top" usebox="none">
31799 \begin_inset Text
31800
31801 \begin_layout Plain Layout
31802
31803 \backslash
31804 ce
31805 \begin_inset space \textvisiblespace{}
31806 \end_inset
31807
31808 ^227
31809 \begin_inset Formula $\downarrow$
31810 \end_inset
31811
31812 _90
31813 \begin_inset Formula $\to$
31814 \end_inset
31815
31816 Th+
31817 \end_layout
31818
31819 \end_inset
31820 </cell>
31821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31822 \begin_inset Text
31823
31824 \begin_layout Plain Layout
31825 \begin_inset Formula $\ce{_{90}^{227}Th+}$
31826 \end_inset
31827
31828
31829 \end_layout
31830
31831 \end_inset
31832 </cell>
31833 </row>
31834 <row>
31835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31836 \begin_inset Text
31837
31838 \begin_layout Plain Layout
31839
31840 \backslash
31841 ce
31842 \begin_inset space \textvisiblespace{}
31843 \end_inset
31844
31845
31846 \backslash
31847 mu
31848 \begin_inset space \textvisiblespace{}
31849 \end_inset
31850
31851
31852 \backslash
31853 hyphen
31854 \begin_inset space \textvisiblespace{}
31855 \end_inset
31856
31857 Cl
31858 \end_layout
31859
31860 \end_inset
31861 </cell>
31862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31863 \begin_inset Text
31864
31865 \begin_layout Plain Layout
31866 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
31867 \end_inset
31868
31869
31870 \end_layout
31871
31872 \end_inset
31873 </cell>
31874 </row>
31875 <row>
31876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31877 \begin_inset Text
31878
31879 \begin_layout Plain Layout
31880
31881 \backslash
31882 ce
31883 \begin_inset space \textvisiblespace{}
31884 \end_inset
31885
31886 CO2
31887 \begin_inset space \textvisiblespace{}
31888 \end_inset
31889
31890 +
31891 \begin_inset space \textvisiblespace{}
31892 \end_inset
31893
31894 C
31895 \begin_inset space \textvisiblespace{}
31896 \end_inset
31897
31898 <=>
31899 \begin_inset space \textvisiblespace{}
31900 \end_inset
31901
31902 2CO
31903 \end_layout
31904
31905 \end_inset
31906 </cell>
31907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31908 \begin_inset Text
31909
31910 \begin_layout Plain Layout
31911 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
31912 \end_inset
31913
31914
31915 \end_layout
31916
31917 \end_inset
31918 </cell>
31919 </row>
31920 <row topspace="1.5mm">
31921 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31922 \begin_inset Text
31923
31924 \begin_layout Plain Layout
31925
31926 \backslash
31927 ce
31928 \begin_inset space \textvisiblespace{}
31929 \end_inset
31930
31931 CO2
31932 \begin_inset space \textvisiblespace{}
31933 \end_inset
31934
31935 +
31936 \begin_inset space \textvisiblespace{}
31937 \end_inset
31938
31939 C
31940 \begin_inset space \textvisiblespace{}
31941 \end_inset
31942
31943 ->[
31944 \backslash
31945 alpha][
31946 \backslash
31947 beta]
31948 \begin_inset space \textvisiblespace{}
31949 \end_inset
31950
31951 2CO}
31952 \end_layout
31953
31954 \end_inset
31955 </cell>
31956 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
31957 \begin_inset Text
31958
31959 \begin_layout Plain Layout
31960 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
31961 \end_inset
31962
31963
31964 \end_layout
31965
31966 \end_inset
31967 </cell>
31968 </row>
31969 </lyxtabular>
31970
31971 \end_inset
31972
31973
31974 \end_layout
31975
31976 \begin_layout Standard
31977 \begin_inset Note Greyedout
31978 status open
31979
31980 \begin_layout Plain Layout
31981
31982 \series bold
31983 Note:
31984 \series default
31985  It is not possible in \SpecialChar LyX
31986  to use the character ^ to get an up-arrow as described
31987  in the 
31988 \series bold
31989 mhchem
31990 \series default
31991  manual.
31992  One instead uses a negative thin space followed by the command 
31993 \series bold
31994
31995 \backslash
31996 uparrow
31997 \series default
31998
31999 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32000 \end_inset
32001
32002
32003 \end_layout
32004
32005 \end_inset
32006
32007
32008 \end_layout
32009
32010 \begin_layout Standard
32011 Using 
32012 \series bold
32013
32014 \backslash
32015 ce
32016 \series default
32017  the command for equation
32018 \begin_inset space ~
32019 \end_inset
32020
32021
32022 \begin_inset CommandInset ref
32023 LatexCommand eqref
32024 reference "eq:chem-reaction"
32025
32026 \end_inset
32027
32028  is:
32029 \begin_inset Newline newline
32030 \end_inset
32031
32032
32033 \series bold
32034  
32035 \backslash
32036 ce
32037 \begin_inset space \textvisiblespace{}
32038 \end_inset
32039
32040 2Na+
32041 \begin_inset space \textvisiblespace{}
32042 \end_inset
32043
32044 +
32045 \begin_inset space \textvisiblespace{}
32046 \end_inset
32047
32048 SO4^2-
32049 \begin_inset space \textvisiblespace{}
32050 \end_inset
32051
32052
32053 \begin_inset space \textvisiblespace{}
32054 \end_inset
32055
32056 ->
32057 \begin_inset space \textvisiblespace{}
32058 \end_inset
32059
32060 Na2SO4
32061 \end_layout
32062
32063 \begin_layout Standard
32064 To create multiline chemical equations first a multiline formula is created
32065  as described in 
32066 \begin_inset CommandInset ref
32067 LatexCommand ref
32068 reference "sec:Multiline-Formulas"
32069
32070 \end_inset
32071
32072 .
32073  Afterwards the command 
32074 \series bold
32075
32076 \backslash
32077 ce
32078 \series default
32079  is used in every small blue box of the formula.
32080  
32081 \begin_inset CommandInset ref
32082 LatexCommand eqref
32083 reference "eq:TEOS-reaction-1"
32084
32085 \end_inset
32086
32087  and 
32088 \begin_inset CommandInset ref
32089 LatexCommand eqref
32090 reference "eq:TEOS-reaction-2"
32091
32092 \end_inset
32093
32094  are an example of a multi-stage chemical reaction where every equation
32095  has its own number.
32096 \begin_inset Formula 
32097 \begin{eqnarray}
32098 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32099 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32100 \end{eqnarray}
32101
32102 \end_inset
32103
32104
32105 \end_layout
32106
32107 \begin_layout Standard
32108 Besides 
32109 \series bold
32110
32111 \backslash
32112 ce
32113 \series default
32114  the 
32115 \series bold
32116 mhchem
32117 \series default
32118  package provides the command 
32119 \series bold
32120
32121 \backslash
32122 cf
32123 \series default
32124
32125 \begin_inset Index idx
32126 status collapsed
32127
32128 \begin_layout Plain Layout
32129 Commands ! C ! 
32130 \backslash
32131 cf
32132 \end_layout
32133
32134 \end_inset
32135
32136  that has to be used for special cases.
32137  For more information about 
32138 \series bold
32139
32140 \backslash
32141 cf
32142 \series default
32143  and more examples have a look at the documentation of 
32144 \series bold
32145 mhchem
32146 \series default
32147
32148 \begin_inset CommandInset citation
32149 LatexCommand cite
32150 key "mhchem"
32151 literal "true"
32152
32153 \end_inset
32154
32155 .
32156 \end_layout
32157
32158 \begin_layout Section
32159 Diagrams
32160 \end_layout
32161
32162 \begin_layout Standard
32163 \SpecialChar LyX
32164  supports two types of commutative diagrams: 
32165 \series bold
32166 amscd
32167 \series default
32168  and 
32169 \series bold
32170 xymatrix
32171 \series default
32172  that are explained in the following.
32173 \end_layout
32174
32175 \begin_layout Subsection
32176 Amscd Diagrams
32177 \begin_inset Index idx
32178 status collapsed
32179
32180 \begin_layout Plain Layout
32181 Diagrams ! amscd
32182 \end_layout
32183
32184 \end_inset
32185
32186
32187 \end_layout
32188
32189 \begin_layout Standard
32190 Diagrams of this type visualize relations by vertical and horizontal lines
32191  or arrows:
32192 \begin_inset Formula 
32193 \[
32194 \begin{CD}A@>>>B@>>>C\\
32195 @AAA@.@VVV\\
32196 F@<<<E@<<<D
32197 \end{CD}
32198 \]
32199
32200 \end_inset
32201
32202
32203 \end_layout
32204
32205 \begin_layout Standard
32206 To get them, the command 
32207 \series bold
32208
32209 \backslash
32210 CD
32211 \begin_inset Index idx
32212 status collapsed
32213
32214 \begin_layout Plain Layout
32215 Commands ! C ! 
32216 \backslash
32217 CD
32218 \end_layout
32219
32220 \end_inset
32221
32222
32223 \series default
32224  is inserted to a formula.
32225  A blue box appears with two dashed lines where further commands can be
32226  inserted.
32227  With 
32228 \begin_inset Info
32229 type  "shortcut"
32230 arg   "newline-insert newline"
32231 \end_inset
32232
32233  a new line is created.
32234  Horizontal relations are inserted in odd, vertical in even formula lines.
32235 \end_layout
32236
32237 \begin_layout Standard
32238 To create the relations there are the following commands:
32239 \end_layout
32240
32241 \begin_layout Itemize
32242
32243 \series bold
32244 @<<<
32245 \series default
32246  creates a left arrow, 
32247 \series bold
32248 @>>>
32249 \series default
32250  a right arrow and 
32251 \series bold
32252 @=
32253 \series default
32254  a long equal sign
32255 \end_layout
32256
32257 \begin_layout Itemize
32258
32259 \series bold
32260 @AAA
32261 \series default
32262  creates an up arrow, 
32263 \series bold
32264 @VVV
32265 \series default
32266  a down arrow and 
32267 \series bold
32268 @|
32269 \series default
32270  a vertical equal sign
32271 \end_layout
32272
32273 \begin_layout Itemize
32274
32275 \series bold
32276 @.
32277
32278 \series default
32279  is a placeholder for non-existent relations
32280 \end_layout
32281
32282 \begin_layout Standard
32283 All arrows can be labeled as follows:
32284 \end_layout
32285
32286 \begin_layout Itemize
32287 If text inserted between the first and second < or >, resp., it is placed
32288  above the arrow.
32289  When it is inserted between the second and third one, it appears under
32290  the arrow.
32291 \end_layout
32292
32293 \begin_layout Itemize
32294 When text for vertical arrows is inserted between the first and second A
32295  or V, resp., it is placed left beside the arrow.
32296  When it is inserted between the second and third one, it appears right
32297  beside the arrow.
32298  If the text contains an A or V, these letters must be set into a \SpecialChar TeX
32299  brace.
32300 \end_layout
32301
32302 \begin_layout Standard
32303 As example a diagram with all possible relations:
32304 \end_layout
32305
32306 \begin_layout Standard
32307 \begin_inset Formula 
32308 \[
32309 \begin{CD}A@>j>>B@>>k>C@=F\\
32310 @AmAA@.@VV{V}V@|\\
32311 D@<<j<E@>k>>F@=C
32312 \end{CD}
32313 \]
32314
32315 \end_inset
32316
32317
32318 \end_layout
32319
32320 \begin_layout Standard
32321 The command for this is:
32322 \begin_inset Newline newline
32323 \end_inset
32324
32325
32326 \series bold
32327
32328 \backslash
32329 CD
32330 \begin_inset space \textvisiblespace{}
32331 \end_inset
32332
32333 A@>j>>B@>>k>C@=F Ctrl+Return
32334 \begin_inset Newline newline
32335 \end_inset
32336
32337
32338 \begin_inset Phantom HPhantom
32339 status open
32340
32341 \begin_layout Plain Layout
32342
32343 \series bold
32344
32345 \backslash
32346 CD
32347 \begin_inset space \textvisiblespace{}
32348 \end_inset
32349
32350
32351 \end_layout
32352
32353 \end_inset
32354
32355 @AmAA@.@VV
32356 \backslash
32357 {V
32358 \series default
32359
32360 \begin_inset Formula $\to$
32361 \end_inset
32362
32363
32364 \series bold
32365 V@| Ctrl+Return
32366 \begin_inset Newline newline
32367 \end_inset
32368
32369
32370 \begin_inset Phantom HPhantom
32371 status open
32372
32373 \begin_layout Plain Layout
32374
32375 \series bold
32376
32377 \backslash
32378 CD
32379 \begin_inset space \textvisiblespace{}
32380 \end_inset
32381
32382
32383 \end_layout
32384
32385 \end_inset
32386
32387 D@<<j<E@>k>>F@=C
32388 \end_layout
32389
32390 \begin_layout Subsection
32391 Xymatrix Diagrams
32392 \begin_inset Index idx
32393 status collapsed
32394
32395 \begin_layout Plain Layout
32396 Diagrams ! xymatrix
32397 \end_layout
32398
32399 \end_inset
32400
32401
32402 \end_layout
32403
32404 \begin_layout Standard
32405 To be able to use xymatrices, the \SpecialChar LaTeX
32406 -package 
32407 \series bold
32408 xypic
32409 \series default
32410  must be installed.
32411  A xymatrix is created by inserting the command 
32412 \series bold
32413
32414 \backslash
32415 xymatrix
32416 \series default
32417  in a formula.
32418  Then you are able to add new matrix columns and rows like for normal matrices,
32419  see 
32420 \begin_inset CommandInset ref
32421 LatexCommand ref
32422 reference "sec:Matrices"
32423
32424 \end_inset
32425
32426 .
32427 \end_layout
32428
32429 \begin_layout Standard
32430 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32431  and much more.
32432  All possibilities to create commutative diagrams and decorations are explained
32433  in detail in the 
32434 \emph on
32435 XY-pic manual
32436 \emph default
32437  that you find in the menu 
32438 \family sans
32439 Help\SpecialChar menuseparator
32440 Specific
32441 \begin_inset space ~
32442 \end_inset
32443
32444 Manuals
32445 \family default
32446 .
32447 \end_layout
32448
32449 \begin_layout Subsection
32450
32451 \noun on
32452 Feynman
32453 \noun default
32454  Diagrams
32455 \begin_inset Index idx
32456 status collapsed
32457
32458 \begin_layout Plain Layout
32459 Diagrams ! Feynman
32460 \end_layout
32461
32462 \end_inset
32463
32464
32465 \end_layout
32466
32467 \begin_layout Standard
32468 To be able to use 
32469 \noun on
32470 Feynman
32471 \noun default
32472 -diagrams, the \SpecialChar LaTeX
32473 -package 
32474 \series bold
32475 feyn
32476 \series default
32477  must be installed.
32478  A 
32479 \noun on
32480 Feynman
32481 \noun default
32482 -diagram is created by inserting the command 
32483 \series bold
32484
32485 \backslash
32486 Diagram
32487 \series default
32488  in a formula.
32489  Then you are able to add new matrix columns and rows like for normal matrices,
32490  see 
32491 \begin_inset CommandInset ref
32492 LatexCommand ref
32493 reference "sec:Matrices"
32494
32495 \end_inset
32496
32497 .
32498 \end_layout
32499
32500 \begin_layout Standard
32501 Examples how to create 
32502 \noun on
32503 Feynman-
32504 \noun default
32505 diagrams in \SpecialChar LyX
32506  is given in the 
32507 \emph on
32508 Feynman-diagram manual
32509 \emph default
32510  that you find in the menu 
32511 \family sans
32512 Help\SpecialChar menuseparator
32513 Specific
32514 \begin_inset space ~
32515 \end_inset
32516
32517 Manuals
32518 \family default
32519 .
32520 \end_layout
32521
32522 \begin_layout Section
32523 User-defined Commands
32524 \begin_inset Index idx
32525 status collapsed
32526
32527 \begin_layout Plain Layout
32528 User-defined commands
32529 \end_layout
32530
32531 \end_inset
32532
32533
32534 \end_layout
32535
32536 \begin_layout Standard
32537 \begin_inset Note Greyedout
32538 status open
32539
32540 \begin_layout Plain Layout
32541
32542 \series bold
32543 Note:
32544 \series default
32545  The names of user-defined commands and macros may only consist of Latin
32546  letters.
32547 \end_layout
32548
32549 \end_inset
32550
32551
32552 \end_layout
32553
32554 \begin_layout Subsection
32555 The Command 
32556 \backslash
32557 newcommand
32558 \begin_inset CommandInset label
32559 LatexCommand label
32560 name "subsec:The-Command-newcommand"
32561
32562 \end_inset
32563
32564
32565 \begin_inset Index idx
32566 status collapsed
32567
32568 \begin_layout Plain Layout
32569 User-defined commands ! 
32570 \backslash
32571 newcommand
32572 \end_layout
32573
32574 \end_inset
32575
32576
32577 \begin_inset Index idx
32578 status collapsed
32579
32580 \begin_layout Plain Layout
32581 Commands ! N ! 
32582 \backslash
32583 newcommand
32584 \end_layout
32585
32586 \end_inset
32587
32588
32589 \end_layout
32590
32591 \begin_layout Standard
32592 Many \SpecialChar LaTeX
32593 -commands are too long to be used frequently.
32594  But it is possible to define with the command 
32595 \series bold
32596
32597 \backslash
32598 newcommand
32599 \series default
32600  new shorter commands.
32601 \end_layout
32602
32603 \begin_layout Standard
32604 The command scheme of 
32605 \series bold
32606
32607 \backslash
32608 newcommand
32609 \series default
32610  is:
32611 \end_layout
32612
32613 \begin_layout Standard
32614
32615 \series bold
32616
32617 \backslash
32618 newcommand{new command name}[number of arguments][optional
32619 \series default
32620  
32621 \series bold
32622 value]
32623 \begin_inset Newline newline
32624 \end_inset
32625
32626
32627 \begin_inset Phantom HPhantom
32628 status open
32629
32630 \begin_layout Plain Layout
32631
32632 \series bold
32633
32634 \backslash
32635 newcommand
32636 \end_layout
32637
32638 \end_inset
32639
32640 {command definition}
32641 \end_layout
32642
32643 \begin_layout Standard
32644 \begin_inset Note Greyedout
32645 status open
32646
32647 \begin_layout Plain Layout
32648
32649 \series bold
32650 Note:
32651 \series default
32652  Assure that the name of the new command is not already used in your document
32653  or by \SpecialChar LaTeX
32654 -packages that you use.
32655  When you for example define the command 
32656 \series bold
32657
32658 \backslash
32659 le
32660 \series default
32661  for 
32662 \series bold
32663
32664 \backslash
32665 Leftarrow
32666 \series default
32667 , you get an error message because 
32668 \series bold
32669
32670 \backslash
32671 le
32672 \series default
32673  is already defined as command for 
32674 \begin_inset Quotes eld
32675 \end_inset
32676
32677
32678 \begin_inset Formula $\le$
32679 \end_inset
32680
32681
32682 \begin_inset Quotes erd
32683 \end_inset
32684
32685 .
32686 \end_layout
32687
32688 \end_inset
32689
32690
32691 \end_layout
32692
32693 \begin_layout Standard
32694 The number of arguments is an integer in the range 0
32695 \begin_inset space \thinspace{}
32696 \end_inset
32697
32698 -
32699 \begin_inset space \thinspace{}
32700 \end_inset
32701
32702 9 and specifies how many arguments the new command should have.
32703  With the optional value a value for an optional argument can be predefined.
32704  When this is done, the 
32705 \emph on
32706 first
32707 \emph default
32708  
32709 \emph on
32710 a
32711 \emph default
32712 rgument of the new command is automatically an optional one.
32713 \end_layout
32714
32715 \begin_layout Standard
32716 Here are some examples:
32717 \end_layout
32718
32719 \begin_layout Itemize
32720 To define the command 
32721 \series bold
32722
32723 \backslash
32724 gr
32725 \series default
32726  for 
32727 \series bold
32728
32729 \backslash
32730 Longrightarrow
32731 \series default
32732 , the \SpecialChar LaTeX
32733 -preamble line is:
32734 \begin_inset VSpace medskip
32735 \end_inset
32736
32737
32738 \begin_inset Newline newline
32739 \end_inset
32740
32741
32742 \series bold
32743
32744 \backslash
32745 newcommand{
32746 \backslash
32747 gr}{
32748 \backslash
32749 Longrightarrow}
32750 \end_layout
32751
32752 \begin_layout Itemize
32753 To define the command 
32754 \series bold
32755
32756 \backslash
32757 us
32758 \series default
32759  for 
32760 \series bold
32761
32762 \backslash
32763 underline
32764 \series default
32765 , the argument (that should be underlined) must be taken into account.
32766  For this the preamble line is:
32767 \begin_inset VSpace medskip
32768 \end_inset
32769
32770
32771 \begin_inset Newline newline
32772 \end_inset
32773
32774
32775 \series bold
32776
32777 \backslash
32778 newcommand{
32779 \backslash
32780 us}[1]{
32781 \backslash
32782 underline{#1}}
32783 \series default
32784
32785 \begin_inset VSpace medskip
32786 \end_inset
32787
32788
32789 \begin_inset Newline newline
32790 \end_inset
32791
32792 The character 
32793 \series bold
32794 #
32795 \series default
32796  acts as argument placeholder, the 
32797 \series bold
32798 1
32799 \series default
32800  behind it denotes that it is the placeholder for the first argument.
32801 \end_layout
32802
32803 \begin_layout Itemize
32804 For 
32805 \series bold
32806
32807 \backslash
32808 framebox
32809 \series default
32810  one can e.
32811 \begin_inset space \thinspace{}
32812 \end_inset
32813
32814 g.
32815 \begin_inset space \space{}
32816 \end_inset
32817
32818 define the command 
32819 \series bold
32820
32821 \backslash
32822 fb
32823 \series default
32824 :
32825 \begin_inset VSpace medskip
32826 \end_inset
32827
32828
32829 \begin_inset Newline newline
32830 \end_inset
32831
32832
32833 \series bold
32834
32835 \backslash
32836 newcommand{
32837 \backslash
32838 fb}[3]{
32839 \backslash
32840 framebox#1#2{$#3$}}
32841 \series default
32842
32843 \begin_inset VSpace medskip
32844 \end_inset
32845
32846
32847 \begin_inset Newline newline
32848 \end_inset
32849
32850 The two Dollar signs creates the extra formula needed for 
32851 \series bold
32852
32853 \backslash
32854 framebox
32855 \series default
32856 , see 
32857 \begin_inset CommandInset ref
32858 LatexCommand ref
32859 reference "subsec:Boxes-with-Frame"
32860
32861 \end_inset
32862
32863 .
32864 \end_layout
32865
32866 \begin_layout Itemize
32867 To create a new command for 
32868 \series bold
32869
32870 \backslash
32871 fcolorbox
32872 \series default
32873  where the color for the box need not be specified, the argument for the
32874  color is defined optional:
32875 \begin_inset VSpace medskip
32876 \end_inset
32877
32878
32879 \begin_inset Newline newline
32880 \end_inset
32881
32882
32883 \series bold
32884
32885 \backslash
32886 newcommand{
32887 \backslash
32888 cb}[3][white]{
32889 \backslash
32890 fcolorbox{#2}{#1}{$#3$}}
32891 \series default
32892
32893 \begin_inset VSpace medskip
32894 \end_inset
32895
32896
32897 \begin_inset Newline newline
32898 \end_inset
32899
32900 When the color is not specified when using 
32901 \series bold
32902
32903 \backslash
32904 cb
32905 \series default
32906 , the predefined color 
32907 \series bold
32908 white
32909 \series default
32910  will be used.
32911 \end_layout
32912
32913 \begin_layout Standard
32914 A test of the new defined commands:
32915 \end_layout
32916
32917 \begin_layout Standard
32918 \align center
32919 \begin_inset Tabular
32920 <lyxtabular version="3" rows="6" columns="2">
32921 <features booktabs="true" tabularvalignment="middle">
32922 <column alignment="center" valignment="top" width="0pt">
32923 <column alignment="center" valignment="top">
32924 <row>
32925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32926 \begin_inset Text
32927
32928 \begin_layout Plain Layout
32929 Command
32930 \end_layout
32931
32932 \end_inset
32933 </cell>
32934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32935 \begin_inset Text
32936
32937 \begin_layout Plain Layout
32938 Result
32939 \end_layout
32940
32941 \end_inset
32942 </cell>
32943 </row>
32944 <row>
32945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32946 \begin_inset Text
32947
32948 \begin_layout Plain Layout
32949 A
32950 \backslash
32951 gr
32952 \begin_inset space \textvisiblespace{}
32953 \end_inset
32954
32955 B
32956 \end_layout
32957
32958 \end_inset
32959 </cell>
32960 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32961 \begin_inset Text
32962
32963 \begin_layout Plain Layout
32964 \begin_inset Formula $A\gr B$
32965 \end_inset
32966
32967
32968 \end_layout
32969
32970 \end_inset
32971 </cell>
32972 </row>
32973 <row>
32974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32975 \begin_inset Text
32976
32977 \begin_layout Plain Layout
32978
32979 \backslash
32980 us{ABcd
32981 \end_layout
32982
32983 \end_inset
32984 </cell>
32985 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32986 \begin_inset Text
32987
32988 \begin_layout Plain Layout
32989 \begin_inset Formula $\us{ABcd}$
32990 \end_inset
32991
32992
32993 \end_layout
32994
32995 \end_inset
32996 </cell>
32997 </row>
32998 <row topspace="1mm">
32999 <cell alignment="center" valignment="top" usebox="none">
33000 \begin_inset Text
33001
33002 \begin_layout Plain Layout
33003
33004 \backslash
33005 fb{[2cm]
33006 \begin_inset Formula $\to$
33007 \end_inset
33008
33009
33010 \backslash
33011 {
33012 \begin_inset Formula $\to$
33013 \end_inset
33014
33015
33016 \backslash
33017 {
33018 \backslash
33019 int
33020 \begin_inset space \textvisiblespace{}
33021 \end_inset
33022
33023 A=B
33024 \end_layout
33025
33026 \end_inset
33027 </cell>
33028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33029 \begin_inset Text
33030
33031 \begin_layout Plain Layout
33032 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
33033 \end_inset
33034
33035
33036 \end_layout
33037
33038 \end_inset
33039 </cell>
33040 </row>
33041 <row topspace="1.5mm">
33042 <cell alignment="center" valignment="top" usebox="none">
33043 \begin_inset Text
33044
33045 \begin_layout Plain Layout
33046
33047 \backslash
33048 cb{red
33049 \begin_inset Formula $\to$
33050 \end_inset
33051
33052
33053 \backslash
33054 {
33055 \backslash
33056 int
33057 \begin_inset space \textvisiblespace{}
33058 \end_inset
33059
33060 A=B
33061 \end_layout
33062
33063 \end_inset
33064 </cell>
33065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33066 \begin_inset Text
33067
33068 \begin_layout Plain Layout
33069 \begin_inset Formula $\cb{red}{\int A=B}$
33070 \end_inset
33071
33072
33073 \end_layout
33074
33075 \end_inset
33076 </cell>
33077 </row>
33078 <row topspace="1.5mm" bottomspace="1mm">
33079 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33080 \begin_inset Text
33081
33082 \begin_layout Plain Layout
33083
33084 \backslash
33085 cb[green]
33086 \backslash
33087 {red
33088 \begin_inset Formula $\to$
33089 \end_inset
33090
33091
33092 \backslash
33093 {
33094 \backslash
33095 int
33096 \begin_inset space \textvisiblespace{}
33097 \end_inset
33098
33099 A=B
33100 \end_layout
33101
33102 \end_inset
33103 </cell>
33104 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
33105 \begin_inset Text
33106
33107 \begin_layout Plain Layout
33108 \begin_inset Formula $\cb[green]{red}{\int A=B}$
33109 \end_inset
33110
33111
33112 \end_layout
33113
33114 \end_inset
33115 </cell>
33116 </row>
33117 </lyxtabular>
33118
33119 \end_inset
33120
33121
33122 \end_layout
33123
33124 \begin_layout Subsection
33125 Math Macros
33126 \begin_inset Index idx
33127 status collapsed
33128
33129 \begin_layout Plain Layout
33130 User-defined commands! Math macros
33131 \end_layout
33132
33133 \end_inset
33134
33135
33136 \begin_inset Index idx
33137 status collapsed
33138
33139 \begin_layout Plain Layout
33140 Macros
33141 \end_layout
33142
33143 \end_inset
33144
33145
33146 \end_layout
33147
33148 \begin_layout Standard
33149 User-defined commands are especially convenient for complex expressions.
33150  When you are for example dealing with a document that has quadratic equations,
33151  the same solution type occurs several times.
33152  The general form of a quadratic equation is
33153 \begin_inset Formula 
33154 \[
33155 0=\lambda^{2}+p\lambda+q
33156 \]
33157
33158 \end_inset
33159
33160 The general form of the solution is
33161 \begin_inset Formula 
33162 \[
33163 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33164 \]
33165
33166 \end_inset
33167
33168
33169 \end_layout
33170
33171 \begin_layout Standard
33172 To define a command for the solution formula where only the three parameters
33173  
33174 \begin_inset Formula $\lambda$
33175 \end_inset
33176
33177
33178 \begin_inset Formula $p$
33179 \end_inset
33180
33181  and 
33182 \begin_inset Formula $q$
33183 \end_inset
33184
33185  need to be specified and the index of 
33186 \begin_inset Formula $\lambda$
33187 \end_inset
33188
33189  can be given optionally, the \SpecialChar LaTeX
33190 -preamble line is
33191 \begin_inset Newline newline
33192 \end_inset
33193
33194
33195 \series bold
33196
33197 \backslash
33198 newcommand{
33199 \backslash
33200 qG}[4][1,
33201 \backslash
33202 ,2]{#2_{#1}=-
33203 \backslash
33204 frac{#3}{2}
33205 \backslash
33206 pm
33207 \begin_inset Newline newline
33208 \end_inset
33209
33210
33211 \begin_inset Phantom HPhantom
33212 status open
33213
33214 \begin_layout Plain Layout
33215
33216 \series bold
33217
33218 \backslash
33219 newcommand
33220 \end_layout
33221
33222 \end_inset
33223
33224
33225 \backslash
33226 sqrt{
33227 \backslash
33228 frac{#3^{2}}{4}-#4}}
33229 \end_layout
33230
33231 \begin_layout Standard
33232 To create with this the solution formula, the command
33233 \begin_inset Newline newline
33234 \end_inset
33235
33236
33237 \series bold
33238
33239 \backslash
33240 qG{
33241 \backslash
33242 lambda
33243 \begin_inset Formula $\to$
33244 \end_inset
33245
33246
33247 \backslash
33248 {p
33249 \begin_inset Formula $\to$
33250 \end_inset
33251
33252
33253 \backslash
33254 {q
33255 \series default
33256  is inserted to a formula
33257 \series bold
33258 .
33259 \end_layout
33260
33261 \begin_layout Standard
33262 The definition of the new command is unintuitive because one has to know
33263  the schemes of all used \SpecialChar LaTeX
33264  commands, e.
33265 \begin_inset space \thinspace{}
33266 \end_inset
33267
33268 g.
33269 \begin_inset space \space{}
33270 \end_inset
33271
33272 that a fraction is inserted in \SpecialChar LaTeX
33273  as 
33274 \series bold
33275
33276 \backslash
33277 frac{numerator}{denominator}
33278 \series default
33279 .
33280  Furthermore one can easily forget a brace in the definition and cannot
33281  see in \SpecialChar LyX
33282  what the new command is doing.
33283  To avoid these problems \SpecialChar LyX
33284  offers the possibility to use math macros instead
33285  of the command 
33286 \series bold
33287
33288 \backslash
33289 newcommand
33290 \series default
33291 .
33292 \end_layout
33293
33294 \begin_layout Standard
33295 A math macro is created by using the menu 
33296 \family sans
33297 Insert\SpecialChar menuseparator
33298 Math\SpecialChar menuseparator
33299 Macro
33300 \family default
33301  or the toolbar button 
33302 \begin_inset Info
33303 type  "icon"
33304 arg   "math-macro newmacroname_newcommand"
33305 \end_inset
33306
33307 .
33308  The math macro toolbar appears together with the following box where the
33309  macro is defined:
33310 \begin_inset Newline newline
33311 \end_inset
33312
33313
33314 \begin_inset space \hspace*{\fill}
33315 \end_inset
33316
33317
33318 \begin_inset Graphics
33319         filename clipart/macrobox.png
33320         scale 95
33321
33322 \end_inset
33323
33324
33325 \begin_inset space \hspace*{\fill}
33326 \end_inset
33327
33328
33329 \begin_inset Newline newline
33330 \end_inset
33331
33332
33333 \begin_inset FormulaMacro
33334 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33335 \end_inset
33336
33337
33338 \backslash
33339 newmacroname is the default name of the macro that should be changed to
33340  something sensible.
33341  The wanted formula is inserted in the first blue box.
33342  An argument placeholder is inserted with the command 
33343 \series bold
33344
33345 \backslash
33346 #argumentnumber
33347 \series default
33348 , e.
33349 \begin_inset space \thinspace{}
33350 \end_inset
33351
33352 g
33353 \begin_inset space \space{}
33354 \end_inset
33355
33356
33357 \series bold
33358
33359 \backslash
33360 #1
33361 \series default
33362  or by using the macro toolbar button 
33363 \begin_inset Info
33364 type  "icon"
33365 arg   "math-macro-add-param"
33366 \end_inset
33367
33368 .
33369  Argument placeholders are displayed red.
33370  A maximum of 9
33371 \begin_inset space ~
33372 \end_inset
33373
33374 arguments are possible.
33375  Optional arguments are created with the toolbar button 
33376 \begin_inset Info
33377 type  "icon"
33378 arg   "math-macro-add-optional-param"
33379 \end_inset
33380
33381 .
33382  The first non-optional argument can be transformed to an optional one with
33383  the toolbar button 
33384 \begin_inset Info
33385 type  "icon"
33386 arg   "math-macro-make-optional"
33387 \end_inset
33388
33389 .
33390  In the second blue box the appearance of the macro in \SpecialChar LyX
33391  can be defined.
33392  Normally you want to see it as it is defined, so the box is kept empty.
33393  But when you have created a macro that needs lot of space on the screen,
33394  you can insert in the box for example
33395 \begin_inset Newline newline
33396 \end_inset
33397
33398
33399 \series bold
33400 qG: 
33401 \backslash
33402 #1
33403 \series default
33404  
33405 \series bold
33406 ,
33407 \series default
33408  
33409 \series bold
33410
33411 \backslash
33412 #2
33413 \series default
33414  
33415 \series bold
33416 ,
33417 \series default
33418  
33419 \series bold
33420
33421 \backslash
33422 #3, 
33423 \backslash
33424 #4
33425 \begin_inset Newline newline
33426 \end_inset
33427
33428
33429 \series default
33430 For the macro only the arguments with the macro name in front of them will
33431  then be displayed in \SpecialChar LyX
33432 , leading to a better overview.
33433  The formula appears in the output as defined in the first box.
33434 \begin_inset Newline newline
33435 \end_inset
33436
33437 The appearance of macros in formulas can furthermore be changed for single
33438  macros by setting the cursor in the macro and using the menu 
33439 \family sans
33440 View\SpecialChar menuseparator
33441 (Un)fold
33442 \begin_inset space ~
33443 \end_inset
33444
33445 Math
33446 \begin_inset space ~
33447 \end_inset
33448
33449 Macro
33450 \family default
33451 .
33452 \end_layout
33453
33454 \begin_layout Standard
33455 To use a macro, the macro name is inserted as command to a formula, in our
33456  case 
33457 \series bold
33458
33459 \backslash
33460 qG
33461 \series default
33462 .
33463  Our macro looks in \SpecialChar LyX
33464  like this:
33465 \begin_inset Newline newline
33466 \end_inset
33467
33468
33469 \begin_inset space \hspace*{\fill}
33470 \end_inset
33471
33472
33473 \begin_inset Graphics
33474         filename clipart/macrouse.png
33475         scale 95
33476
33477 \end_inset
33478
33479
33480 \begin_inset space \hspace*{\fill}
33481 \end_inset
33482
33483
33484 \begin_inset Newline newline
33485 \end_inset
33486
33487 Here is our macro example with the arguments 
33488 \begin_inset Formula $x$
33489 \end_inset
33490
33491
33492 \begin_inset Formula $\ln(x)$
33493 \end_inset
33494
33495  and 
33496 \begin_inset Formula $B$
33497 \end_inset
33498
33499 :
33500 \end_layout
33501
33502 \begin_layout Standard
33503 \begin_inset Formula 
33504 \[
33505 \qG x{\ln(x)}B
33506 \]
33507
33508 \end_inset
33509
33510
33511 \end_layout
33512
33513 \begin_layout Standard
33514 \SpecialChar LyX
33515  offers in the menu 
33516 \family sans
33517 Tools\SpecialChar menuseparator
33518 Preferences\SpecialChar menuseparator
33519 Editing\SpecialChar menuseparator
33520 Control
33521 \family default
33522  different styles to edit macros.
33523  To find the style that suits you the most, choose a style and set the cursor
33524  in a macro formula to see the difference.
33525 \end_layout
33526
33527 \begin_layout Standard
33528 A math macro is transformed internally to a 
33529 \series bold
33530
33531 \backslash
33532 newcommand
33533 \series default
33534  command when exporting the document.
33535  The created 
33536 \series bold
33537
33538 \backslash
33539 newcommand
33540 \series default
33541  command is not placed in the \SpecialChar LaTeX
33542 -preamble, therefore macros can only be used
33543  in formulas that are in the document below the macro definition box.
33544 \end_layout
33545
33546 \begin_layout Standard
33547 Math macros can also be directly created from a 
33548 \series bold
33549
33550 \backslash
33551 newcommand
33552 \series default
33553  command.
33554  When writing for example the command
33555 \series bold
33556
33557 \begin_inset Newline newline
33558 \end_inset
33559
33560
33561 \backslash
33562 newcommand{
33563 \backslash
33564 larrow}[2]{
33565 \backslash
33566 xleftarrow[#2]{#1}}
33567 \begin_inset Newline newline
33568 \end_inset
33569
33570
33571 \series default
33572 in \SpecialChar LyX
33573  as normal text, highlighting it completely and using then the shortcut
33574  
33575 \family sans
33576 Ctrl+M
33577 \family default
33578 , the command will be transformed to a math macro.
33579  Using this method you need to be careful that the 
33580 \series bold
33581
33582 \backslash
33583 newcommand
33584 \series default
33585  command is typed correctly, otherwise you get a faulty macro leading to
33586  \SpecialChar LaTeX
33587  errors.
33588 \end_layout
33589
33590 \begin_layout Standard
33591 Math macros currently have the problem that further formulas in macro definition
33592 s are handled wrongly.
33593  Therefore the example 
33594 \series bold
33595
33596 \backslash
33597 fb
33598 \series default
33599  from 
33600 \begin_inset CommandInset ref
33601 LatexCommand ref
33602 reference "subsec:The-Command-newcommand"
33603
33604 \end_inset
33605
33606  cannot be created as macro.
33607 \end_layout
33608
33609 \begin_layout Standard
33610 When the cursor is in a macro definition box, you will see the macro toolbar
33611  in \SpecialChar LyX
33612 :
33613 \end_layout
33614
33615 \begin_layout Standard
33616 \begin_inset VSpace defskip
33617 \end_inset
33618
33619
33620 \end_layout
33621
33622 \begin_layout Standard
33623 \begin_inset Graphics
33624         filename clipart/MacroToolbar.png
33625
33626 \end_inset
33627
33628
33629 \begin_inset Index idx
33630 status collapsed
33631
33632 \begin_layout Plain Layout
33633 Macros ! Toolbar
33634 \end_layout
33635
33636 \end_inset
33637
33638
33639 \end_layout
33640
33641 \begin_layout Standard
33642 \begin_inset VSpace defskip
33643 \end_inset
33644
33645
33646 \end_layout
33647
33648 \begin_layout Standard
33649 The macro toolbar contains from left to right the following buttons:
33650 \end_layout
33651
33652 \begin_layout Standard
33653 \begin_inset VSpace defskip
33654 \end_inset
33655
33656
33657 \end_layout
33658
33659 \begin_layout Standard
33660 \begin_inset Tabular
33661 <lyxtabular version="3" rows="9" columns="2">
33662 <features islongtable="true" longtabularalignment="center">
33663 <column alignment="left" valignment="top">
33664 <column alignment="left" valignment="top" width="85col%">
33665 <row interlinespace="2.5mm">
33666 <cell alignment="center" valignment="top" usebox="none">
33667 \begin_inset Text
33668
33669 \begin_layout Plain Layout
33670 \begin_inset Info
33671 type  "icon"
33672 arg   "math-macro-remove-param"
33673 \end_inset
33674
33675
33676 \end_layout
33677
33678 \end_inset
33679 </cell>
33680 <cell alignment="center" valignment="top" usebox="none">
33681 \begin_inset Text
33682
33683 \begin_layout Plain Layout
33684
33685 \family sans
33686 Edit\SpecialChar menuseparator
33687 Math\SpecialChar menuseparator
33688 Macro
33689 \begin_inset space ~
33690 \end_inset
33691
33692 Definition\SpecialChar menuseparator
33693 Remove Last Argument
33694 \end_layout
33695
33696 \end_inset
33697 </cell>
33698 </row>
33699 <row interlinespace="2.5mm">
33700 <cell alignment="center" valignment="top" usebox="none">
33701 \begin_inset Text
33702
33703 \begin_layout Plain Layout
33704 \begin_inset Info
33705 type  "icon"
33706 arg   "math-macro-add-param"
33707 \end_inset
33708
33709
33710 \end_layout
33711
33712 \end_inset
33713 </cell>
33714 <cell alignment="center" valignment="top" usebox="none">
33715 \begin_inset Text
33716
33717 \begin_layout Plain Layout
33718
33719 \family sans
33720 Edit\SpecialChar menuseparator
33721 Math\SpecialChar menuseparator
33722 Macro
33723 \begin_inset space ~
33724 \end_inset
33725
33726 Definition\SpecialChar menuseparator
33727 Append Argument
33728 \end_layout
33729
33730 \end_inset
33731 </cell>
33732 </row>
33733 <row interlinespace="2.5mm">
33734 <cell alignment="center" valignment="top" usebox="none">
33735 \begin_inset Text
33736
33737 \begin_layout Plain Layout
33738 \begin_inset Info
33739 type  "icon"
33740 arg   "math-macro-make-optional"
33741 \end_inset
33742
33743
33744 \end_layout
33745
33746 \end_inset
33747 </cell>
33748 <cell alignment="center" valignment="top" usebox="none">
33749 \begin_inset Text
33750
33751 \begin_layout Plain Layout
33752
33753 \family sans
33754 Edit\SpecialChar menuseparator
33755 Math\SpecialChar menuseparator
33756 Macro
33757 \begin_inset space ~
33758 \end_inset
33759
33760 Definition\SpecialChar menuseparator
33761 Transform First Non-Optional to
33762 \begin_inset Newline newline
33763 \end_inset
33764
33765
33766 \begin_inset Phantom HPhantom
33767 status open
33768
33769 \begin_layout Plain Layout
33770
33771 \family sans
33772 Edit\SpecialChar menuseparator
33773 Math\SpecialChar menuseparator
33774 Macro
33775 \begin_inset space ~
33776 \end_inset
33777
33778 Definition\SpecialChar menuseparator
33779
33780 \end_layout
33781
33782 \end_inset
33783
33784 Optional Argument
33785 \end_layout
33786
33787 \end_inset
33788 </cell>
33789 </row>
33790 <row interlinespace="2.5mm">
33791 <cell alignment="center" valignment="top" usebox="none">
33792 \begin_inset Text
33793
33794 \begin_layout Plain Layout
33795 \begin_inset Info
33796 type  "icon"
33797 arg   "math-macro-make-nonoptional"
33798 \end_inset
33799
33800
33801 \end_layout
33802
33803 \end_inset
33804 </cell>
33805 <cell alignment="center" valignment="top" usebox="none">
33806 \begin_inset Text
33807
33808 \begin_layout Plain Layout
33809
33810 \family sans
33811 Edit\SpecialChar menuseparator
33812 Math\SpecialChar menuseparator
33813 Macro
33814 \begin_inset space ~
33815 \end_inset
33816
33817 Definition\SpecialChar menuseparator
33818 Transform Last Optional to
33819 \begin_inset Newline newline
33820 \end_inset
33821
33822
33823 \begin_inset Phantom HPhantom
33824 status open
33825
33826 \begin_layout Plain Layout
33827
33828 \family sans
33829 Edit\SpecialChar menuseparator
33830 Math\SpecialChar menuseparator
33831 Macro
33832 \begin_inset space ~
33833 \end_inset
33834
33835 Definition\SpecialChar menuseparator
33836
33837 \end_layout
33838
33839 \end_inset
33840
33841 Non-Optional Argument
33842 \end_layout
33843
33844 \end_inset
33845 </cell>
33846 </row>
33847 <row interlinespace="2.5mm">
33848 <cell alignment="center" valignment="top" usebox="none">
33849 \begin_inset Text
33850
33851 \begin_layout Plain Layout
33852 \begin_inset Info
33853 type  "icon"
33854 arg   "math-macro-remove-optional-param"
33855 \end_inset
33856
33857
33858 \end_layout
33859
33860 \end_inset
33861 </cell>
33862 <cell alignment="center" valignment="top" usebox="none">
33863 \begin_inset Text
33864
33865 \begin_layout Plain Layout
33866
33867 \family sans
33868 Edit\SpecialChar menuseparator
33869 Math\SpecialChar menuseparator
33870 Macro
33871 \begin_inset space ~
33872 \end_inset
33873
33874 Definition\SpecialChar menuseparator
33875 Remove Optional Argument
33876 \end_layout
33877
33878 \end_inset
33879 </cell>
33880 </row>
33881 <row interlinespace="2.5mm">
33882 <cell alignment="center" valignment="top" usebox="none">
33883 \begin_inset Text
33884
33885 \begin_layout Plain Layout
33886 \begin_inset Info
33887 type  "icon"
33888 arg   "math-macro-add-optional-param"
33889 \end_inset
33890
33891
33892 \end_layout
33893
33894 \end_inset
33895 </cell>
33896 <cell alignment="center" valignment="top" usebox="none">
33897 \begin_inset Text
33898
33899 \begin_layout Plain Layout
33900
33901 \family sans
33902 Edit\SpecialChar menuseparator
33903 Math\SpecialChar menuseparator
33904 Macro
33905 \begin_inset space ~
33906 \end_inset
33907
33908 Definition\SpecialChar menuseparator
33909 Insert Optional Argument
33910 \end_layout
33911
33912 \end_inset
33913 </cell>
33914 </row>
33915 <row interlinespace="2.5mm">
33916 <cell alignment="center" valignment="top" usebox="none">
33917 \begin_inset Text
33918
33919 \begin_layout Plain Layout
33920 \begin_inset Info
33921 type  "icon"
33922 arg   "math-macro-remove-greedy-param"
33923 \end_inset
33924
33925
33926 \end_layout
33927
33928 \end_inset
33929 </cell>
33930 <cell alignment="center" valignment="top" usebox="none">
33931 \begin_inset Text
33932
33933 \begin_layout Plain Layout
33934
33935 \family sans
33936 Edit\SpecialChar menuseparator
33937 Math\SpecialChar menuseparator
33938 Macro
33939 \begin_inset space ~
33940 \end_inset
33941
33942 Definition\SpecialChar menuseparator
33943 Remove Last Argument
33944 \begin_inset Newline newline
33945 \end_inset
33946
33947
33948 \begin_inset Phantom HPhantom
33949 status open
33950
33951 \begin_layout Plain Layout
33952
33953 \family sans
33954 Edit\SpecialChar menuseparator
33955 Math\SpecialChar menuseparator
33956 Macro
33957 \begin_inset space ~
33958 \end_inset
33959
33960 Definition\SpecialChar menuseparator
33961
33962 \end_layout
33963
33964 \end_inset
33965
33966 Spitting Out To The Right
33967 \end_layout
33968
33969 \end_inset
33970 </cell>
33971 </row>
33972 <row interlinespace="2.5mm">
33973 <cell alignment="center" valignment="top" usebox="none">
33974 \begin_inset Text
33975
33976 \begin_layout Plain Layout
33977 \begin_inset Info
33978 type  "icon"
33979 arg   "math-macro-append-greedy-param"
33980 \end_inset
33981
33982
33983 \end_layout
33984
33985 \end_inset
33986 </cell>
33987 <cell alignment="center" valignment="top" usebox="none">
33988 \begin_inset Text
33989
33990 \begin_layout Plain Layout
33991
33992 \family sans
33993 Edit\SpecialChar menuseparator
33994 Math\SpecialChar menuseparator
33995 Macro
33996 \begin_inset space ~
33997 \end_inset
33998
33999 Definition\SpecialChar menuseparator
34000 Append Argument
34001 \begin_inset Newline newline
34002 \end_inset
34003
34004
34005 \begin_inset Phantom HPhantom
34006 status open
34007
34008 \begin_layout Plain Layout
34009
34010 \family sans
34011 Edit\SpecialChar menuseparator
34012 Math\SpecialChar menuseparator
34013 Macro
34014 \begin_inset space ~
34015 \end_inset
34016
34017 Definition\SpecialChar menuseparator
34018
34019 \end_layout
34020
34021 \end_inset
34022
34023 Eating From The Right
34024 \end_layout
34025
34026 \end_inset
34027 </cell>
34028 </row>
34029 <row interlinespace="2.5mm">
34030 <cell alignment="center" valignment="top" usebox="none">
34031 \begin_inset Text
34032
34033 \begin_layout Plain Layout
34034 \begin_inset Info
34035 type  "icon"
34036 arg   "math-macro-add-greedy-optional-param"
34037 \end_inset
34038
34039
34040 \end_layout
34041
34042 \end_inset
34043 </cell>
34044 <cell alignment="center" valignment="top" usebox="none">
34045 \begin_inset Text
34046
34047 \begin_layout Plain Layout
34048
34049 \family sans
34050 Edit\SpecialChar menuseparator
34051 Math\SpecialChar menuseparator
34052 Macro
34053 \begin_inset space ~
34054 \end_inset
34055
34056 Definition\SpecialChar menuseparator
34057 Append Optional Argument
34058 \begin_inset Newline newline
34059 \end_inset
34060
34061
34062 \begin_inset Phantom HPhantom
34063 status open
34064
34065 \begin_layout Plain Layout
34066
34067 \family sans
34068 Edit\SpecialChar menuseparator
34069 Math\SpecialChar menuseparator
34070 Macro
34071 \begin_inset space ~
34072 \end_inset
34073
34074 Definition\SpecialChar menuseparator
34075
34076 \end_layout
34077
34078 \end_inset
34079
34080 Eating From The Right
34081 \end_layout
34082
34083 \end_inset
34084 </cell>
34085 </row>
34086 </lyxtabular>
34087
34088 \end_inset
34089
34090
34091 \end_layout
34092
34093 \begin_layout Section
34094 Computer Algebra Systems
34095 \end_layout
34096
34097 \begin_layout Standard
34098 \SpecialChar LyX
34099  offers the exchange between mathematical expressions written in \SpecialChar LyX
34100 's math
34101  editor and external applications or user defined scripts.
34102  Currently supported applications are 
34103 \family sans
34104 Maple
34105 \family default
34106
34107 \family sans
34108 Mathematica
34109 \family default
34110
34111 \family sans
34112 Maxima
34113 \family default
34114  and 
34115 \family sans
34116 Octave
34117 \family default
34118 .
34119  Note that the set of supported mathematical constructs is limited only
34120  to very simple cases.
34121 \end_layout
34122
34123 \begin_layout Subsection
34124 Usage
34125 \end_layout
34126
34127 \begin_layout Standard
34128 Write some expression in a formula, go to the 
34129 \family sans
34130 Edit\SpecialChar menuseparator
34131 Math\SpecialChar menuseparator
34132 Use Computer Algebra System
34133 \family default
34134  menu and choose the application you have installed on the computer.
34135  After that the result of computation should show on the right side of the
34136  expression together with the 
34137 \begin_inset Quotes eld
34138 \end_inset
34139
34140 =
34141 \begin_inset Quotes erd
34142 \end_inset
34143
34144  operator.
34145 \end_layout
34146
34147 \begin_layout Standard
34148 Here are few simple examples (with results from 
34149 \family typewriter
34150 Maxima
34151 \family default
34152 ) to show what kind of computations can be performed:
34153 \end_layout
34154
34155 \begin_layout Itemize
34156 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34157 \end_inset
34158
34159
34160 \end_layout
34161
34162 \begin_layout Itemize
34163 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34164 \end_inset
34165
34166
34167 \end_layout
34168
34169 \begin_layout Itemize
34170 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34171 \end_inset
34172
34173
34174 \end_layout
34175
34176 \begin_layout Itemize
34177 \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}$
34178 \end_inset
34179
34180
34181 \begin_inset Newline newline
34182 \end_inset
34183
34184
34185 \begin_inset Note Greyedout
34186 status open
34187
34188 \begin_layout Plain Layout
34189
34190 \series bold
34191 Note:
34192 \series default
34193  One needs to use proper delimiter insets 
34194 \begin_inset Formula $\left(\right)$
34195 \end_inset
34196
34197  instead of simple '(' ')' characters.
34198 \end_layout
34199
34200 \end_inset
34201
34202  
34203 \end_layout
34204
34205 \begin_layout Itemize
34206 \begin_inset Formula $\det\left[\begin{array}{ccc}
34207 1 & 6 & 7\\
34208 2 & 5 & 8\\
34209 3 & 4 & 17
34210 \end{array}\right]=-56$
34211 \end_inset
34212
34213
34214 \end_layout
34215
34216 \begin_layout Itemize
34217 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34218 \end_inset
34219
34220
34221 \end_layout
34222
34223 \begin_layout Itemize
34224 \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$
34225 \end_inset
34226
34227
34228 \end_layout
34229
34230 \begin_layout Itemize
34231 \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]$
34232 \end_inset
34233
34234
34235 \end_layout
34236
34237 \begin_layout Subsection
34238 Keyboard shortcut
34239 \end_layout
34240
34241 \begin_layout Standard
34242 Currently there is no keyboard shortcut for calling the algebra applications.
34243  One can easily bind a shortcut to the 
34244 \family sans
34245 math-extern
34246 \family default
34247  \SpecialChar LyX
34248  function (see the 
34249 \family sans
34250 \emph on
34251 \SpecialChar LyX
34252  Functions
34253 \family default
34254 \emph default
34255  manual).
34256  One could e.
34257 \begin_inset space \thinspace{}
34258 \end_inset
34259
34260 g.
34261 \begin_inset space \space{}
34262 \end_inset
34263
34264 bind the 
34265 \family sans
34266 Return
34267 \family default
34268  key inside the math editor.
34269  To bind it to 
34270 \family typewriter
34271 Maxima
34272 \family default
34273  one would use this shortcut definition command:
34274 \end_layout
34275
34276 \begin_layout Standard
34277
34278 \series bold
34279 command-alternatives paragraph-break;math-extern maxima
34280 \end_layout
34281
34282 \begin_layout Section
34283 Miscellaneous
34284 \begin_inset Index idx
34285 status collapsed
34286
34287 \begin_layout Plain Layout
34288 Miscellaneous
34289 \end_layout
34290
34291 \end_inset
34292
34293
34294 \end_layout
34295
34296 \begin_layout Subsection
34297 Negative Numbers
34298 \begin_inset Index idx
34299 status collapsed
34300
34301 \begin_layout Plain Layout
34302 Numbers ! negative
34303 \end_layout
34304
34305 \end_inset
34306
34307
34308 \end_layout
34309
34310 \begin_layout Standard
34311 Negative numbers often look ugly in formulas because the minus sign before
34312  the number is set with the same length as the minus operator sign.
34313  When writing the negative number in normal text, the minus sign appears
34314  correctly.
34315 \end_layout
34316
34317 \begin_layout Standard
34318 Thus, the problem disappears when converting the minus sign to mathematical
34319  text.
34320 \end_layout
34321
34322 \begin_layout Standard
34323 An example to visualize the problem:
34324 \end_layout
34325
34326 \begin_layout Standard
34327 \align center
34328 \begin_inset Tabular
34329 <lyxtabular version="3" rows="3" columns="2">
34330 <features booktabs="true" tabularvalignment="middle">
34331 <column alignment="right" valignment="top" width="0pt">
34332 <column alignment="left" valignment="top">
34333 <row>
34334 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
34335 \begin_inset Text
34336
34337 \begin_layout Plain Layout
34338 normal text:
34339 \end_layout
34340
34341 \end_inset
34342 </cell>
34343 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34344 \begin_inset Text
34345
34346 \begin_layout Plain Layout
34347 x = -2
34348 \end_layout
34349
34350 \end_inset
34351 </cell>
34352 </row>
34353 <row>
34354 <cell alignment="right" valignment="top" leftline="true" usebox="none">
34355 \begin_inset Text
34356
34357 \begin_layout Plain Layout
34358 formula:
34359 \end_layout
34360
34361 \end_inset
34362 </cell>
34363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34364 \begin_inset Text
34365
34366 \begin_layout Plain Layout
34367 \begin_inset Formula $x=-2$
34368 \end_inset
34369
34370
34371 \end_layout
34372
34373 \end_inset
34374 </cell>
34375 </row>
34376 <row>
34377 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34378 \begin_inset Text
34379
34380 \begin_layout Plain Layout
34381 solution:
34382 \end_layout
34383
34384 \end_inset
34385 </cell>
34386 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34387 \begin_inset Text
34388
34389 \begin_layout Plain Layout
34390 \begin_inset Formula $x=\textrm{-}2$
34391 \end_inset
34392
34393
34394 \end_layout
34395
34396 \end_inset
34397 </cell>
34398 </row>
34399 </lyxtabular>
34400
34401 \end_inset
34402
34403
34404 \end_layout
34405
34406 \begin_layout Subsection
34407 Comma as decimal Separator
34408 \begin_inset Index idx
34409 status collapsed
34410
34411 \begin_layout Plain Layout
34412 Comma
34413 \end_layout
34414
34415 \end_inset
34416
34417
34418 \end_layout
34419
34420 \begin_layout Standard
34421 In \SpecialChar LaTeX
34422  a comma inside a formula is used, according to the English convention,
34423  as number group separator.
34424  So there will be space added behind all commas in formulas.
34425 \end_layout
34426
34427 \begin_layout Standard
34428 To avoid this, the comma is highlighted and changed to mathematical text
34429  (shortcut 
34430 \begin_inset Info
34431 type  "shortcut"
34432 arg   "math-mode"
34433 \end_inset
34434
34435 ).
34436 \end_layout
34437
34438 \begin_layout Standard
34439 To use all formula commas in the document as decimal separator, the file
34440  
34441 \series bold
34442 icomma.sty
34443 \series default
34444
34445 \begin_inset Foot
34446 status collapsed
34447
34448 \begin_layout Plain Layout
34449
34450 \series bold
34451 icomma
34452 \series default
34453  is part of the \SpecialChar LaTeX
34454 -package 
34455 \series bold
34456 was
34457 \series default
34458
34459 \begin_inset Index idx
34460 status collapsed
34461
34462 \begin_layout Plain Layout
34463 Packages ! was
34464 \begin_inset ERT
34465 status collapsed
34466
34467 \begin_layout Plain Layout
34468
34469
34470 \backslash
34471 vspace{4mm}
34472 \end_layout
34473
34474 \end_inset
34475
34476
34477 \end_layout
34478
34479 \end_inset
34480
34481 .
34482 \end_layout
34483
34484 \end_inset
34485
34486
34487 \begin_inset Index idx
34488 status collapsed
34489
34490 \begin_layout Plain Layout
34491 Packages ! icomma
34492 \end_layout
34493
34494 \end_inset
34495
34496  is loaded with the \SpecialChar LaTeX
34497 -preamble line
34498 \end_layout
34499
34500 \begin_layout Standard
34501
34502 \series bold
34503
34504 \backslash
34505 usepackage{icomma}
34506 \end_layout
34507
34508 \begin_layout Subsection
34509 Physical Vectors
34510 \begin_inset CommandInset label
34511 LatexCommand label
34512 name "subsec:Physical-Vectors"
34513
34514 \end_inset
34515
34516
34517 \begin_inset Index idx
34518 status collapsed
34519
34520 \begin_layout Plain Layout
34521 Vectors ! physical
34522 \end_layout
34523
34524 \end_inset
34525
34526
34527 \end_layout
34528
34529 \begin_layout Standard
34530 Predefined vectors are offered by the \SpecialChar LaTeX
34531 -package 
34532 \series bold
34533 braket
34534 \series default
34535
34536 \begin_inset Index idx
34537 status collapsed
34538
34539 \begin_layout Plain Layout
34540 Packages ! braket
34541 \end_layout
34542
34543 \end_inset
34544
34545  that is loaded with the \SpecialChar LaTeX
34546 -preamble line
34547 \end_layout
34548
34549 \begin_layout Standard
34550
34551 \series bold
34552
34553 \backslash
34554 usepackage{braket}
34555 \end_layout
34556
34557 \begin_layout Standard
34558 \begin_inset ERT
34559 status collapsed
34560
34561 \begin_layout Plain Layout
34562
34563
34564 \backslash
34565 ifbraket 
34566 \end_layout
34567
34568 \end_inset
34569
34570
34571 \begin_inset Note Note
34572 status open
34573
34574 \begin_layout Plain Layout
34575 The following table will only be displayed when the \SpecialChar LaTeX
34576 -package 
34577 \series bold
34578 braket
34579 \series default
34580  is installed.
34581 \end_layout
34582
34583 \end_inset
34584
34585
34586 \end_layout
34587
34588 \begin_layout Standard
34589 The following commands are defined:
34590 \end_layout
34591
34592 \begin_layout Standard
34593 \align center
34594 \begin_inset Tabular
34595 <lyxtabular version="3" rows="4" columns="2">
34596 <features booktabs="true" tabularvalignment="middle">
34597 <column alignment="center" valignment="top" width="0pt">
34598 <column alignment="center" valignment="top">
34599 <row>
34600 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34601 \begin_inset Text
34602
34603 \begin_layout Plain Layout
34604 Command
34605 \end_layout
34606
34607 \end_inset
34608 </cell>
34609 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34610 \begin_inset Text
34611
34612 \begin_layout Plain Layout
34613 Result
34614 \end_layout
34615
34616 \end_inset
34617 </cell>
34618 </row>
34619 <row>
34620 <cell alignment="center" valignment="top" usebox="none">
34621 \begin_inset Text
34622
34623 \begin_layout Plain Layout
34624
34625 \backslash
34626 Bra{
34627 \backslash
34628 psi
34629 \end_layout
34630
34631 \end_inset
34632 </cell>
34633 <cell alignment="center" valignment="top" usebox="none">
34634 \begin_inset Text
34635
34636 \begin_layout Plain Layout
34637 \begin_inset Formula $\Bra{\psi}$
34638 \end_inset
34639
34640
34641 \end_layout
34642
34643 \end_inset
34644 </cell>
34645 </row>
34646 <row>
34647 <cell alignment="center" valignment="top" usebox="none">
34648 \begin_inset Text
34649
34650 \begin_layout Plain Layout
34651
34652 \backslash
34653 Ket{
34654 \backslash
34655 psi
34656 \end_layout
34657
34658 \end_inset
34659 </cell>
34660 <cell alignment="center" valignment="top" usebox="none">
34661 \begin_inset Text
34662
34663 \begin_layout Plain Layout
34664 \begin_inset Formula $\Ket{\psi}$
34665 \end_inset
34666
34667
34668 \end_layout
34669
34670 \end_inset
34671 </cell>
34672 </row>
34673 <row>
34674 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34675 \begin_inset Text
34676
34677 \begin_layout Plain Layout
34678
34679 \backslash
34680 Braket{
34681 \backslash
34682 psi|
34683 \backslash
34684 phi
34685 \end_layout
34686
34687 \end_inset
34688 </cell>
34689 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34690 \begin_inset Text
34691
34692 \begin_layout Plain Layout
34693 \begin_inset Formula $\Braket{\psi|\phi}$
34694 \end_inset
34695
34696
34697 \end_layout
34698
34699 \end_inset
34700 </cell>
34701 </row>
34702 </lyxtabular>
34703
34704 \end_inset
34705
34706
34707 \end_layout
34708
34709 \begin_layout Standard
34710 The command 
34711 \series bold
34712
34713 \backslash
34714 Braket
34715 \series default
34716  assures that all vertical bars are set in the size of the surrounding brackets:
34717 \begin_inset Formula 
34718 \[
34719 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
34720 \]
34721
34722 \end_inset
34723
34724
34725 \begin_inset ERT
34726 status collapsed
34727
34728 \begin_layout Plain Layout
34729
34730
34731 \backslash
34732 else 
34733 \end_layout
34734
34735 \end_inset
34736
34737
34738 \begin_inset Note Note
34739 status open
34740
34741 \begin_layout Plain Layout
34742 The following will be displayed when the \SpecialChar LaTeX
34743 -package 
34744 \series bold
34745 braket
34746 \series default
34747  is not installed:
34748 \end_layout
34749
34750 \end_inset
34751
34752
34753 \end_layout
34754
34755 \begin_layout Standard
34756 You need to install the \SpecialChar LaTeX
34757 -package 
34758 \series bold
34759 braket
34760 \series default
34761  to see the rest of this subsection in the output.
34762 \end_layout
34763
34764 \begin_layout Standard
34765 \begin_inset ERT
34766 status collapsed
34767
34768 \begin_layout Plain Layout
34769
34770
34771 \backslash
34772 fi 
34773 \end_layout
34774
34775 \end_inset
34776
34777
34778 \end_layout
34779
34780 \begin_layout Standard
34781 The effect of 
34782 \series bold
34783
34784 \backslash
34785 Braket
34786 \series default
34787  can also be achieved using the command 
34788 \series bold
34789
34790 \backslash
34791 middle
34792 \series default
34793 , that is described in 
34794 \begin_inset CommandInset ref
34795 LatexCommand ref
34796 reference "subsec:Automatic-Bracket-Size"
34797
34798 \end_inset
34799
34800 .
34801 \end_layout
34802
34803 \begin_layout Subsection
34804 Self-defined Fractions
34805 \begin_inset CommandInset label
34806 LatexCommand label
34807 name "subsec:Self-defined-Fractions"
34808
34809 \end_inset
34810
34811
34812 \begin_inset Index idx
34813 status collapsed
34814
34815 \begin_layout Plain Layout
34816 Fractions ! self-defined
34817 \end_layout
34818
34819 \end_inset
34820
34821
34822 \end_layout
34823
34824 \begin_layout Standard
34825 To define custom commands for fractions, the command 
34826 \series bold
34827
34828 \backslash
34829 genfrac
34830 \series default
34831
34832 \begin_inset Index idx
34833 status collapsed
34834
34835 \begin_layout Plain Layout
34836 Commands ! G ! 
34837 \backslash
34838 genfrac
34839 \begin_inset ERT
34840 status collapsed
34841
34842 \begin_layout Plain Layout
34843
34844
34845 \backslash
34846 vspace{4mm}
34847 \end_layout
34848
34849 \end_inset
34850
34851
34852 \end_layout
34853
34854 \end_inset
34855
34856  is used in the following scheme:
34857 \end_layout
34858
34859 \begin_layout Standard
34860
34861 \series bold
34862
34863 \backslash
34864 genfrac{left
34865 \series default
34866  
34867 \series bold
34868 bracket}{right
34869 \series default
34870  
34871 \series bold
34872 bracket}{fraction bar thickness}{style}
34873 \begin_inset Newline newline
34874 \end_inset
34875
34876
34877 \begin_inset Phantom HPhantom
34878 status open
34879
34880 \begin_layout Plain Layout
34881
34882 \series bold
34883
34884 \backslash
34885 genfrac
34886 \end_layout
34887
34888 \end_inset
34889
34890 {numerator}{denominator}
34891 \end_layout
34892
34893 \begin_layout Standard
34894 The style is a number in the range of 0
34895 \begin_inset space \thinspace{}
34896 \end_inset
34897
34898 -
34899 \begin_inset space \thinspace{}
34900 \end_inset
34901
34902 3.
34903 \end_layout
34904
34905 \begin_layout Standard
34906 \align center
34907 \begin_inset Tabular
34908 <lyxtabular version="3" rows="5" columns="2">
34909 <features booktabs="true" tabularvalignment="middle">
34910 <column alignment="center" valignment="top" width="0pt">
34911 <column alignment="center" valignment="top">
34912 <row>
34913 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34914 \begin_inset Text
34915
34916 \begin_layout Plain Layout
34917 Number
34918 \end_layout
34919
34920 \end_inset
34921 </cell>
34922 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34923 \begin_inset Text
34924
34925 \begin_layout Plain Layout
34926 Style (Size)
34927 \end_layout
34928
34929 \end_inset
34930 </cell>
34931 </row>
34932 <row>
34933 <cell alignment="center" valignment="top" usebox="none">
34934 \begin_inset Text
34935
34936 \begin_layout Plain Layout
34937 0
34938 \end_layout
34939
34940 \end_inset
34941 </cell>
34942 <cell alignment="center" valignment="top" usebox="none">
34943 \begin_inset Text
34944
34945 \begin_layout Plain Layout
34946 display style formula
34947 \end_layout
34948
34949 \end_inset
34950 </cell>
34951 </row>
34952 <row>
34953 <cell alignment="center" valignment="top" usebox="none">
34954 \begin_inset Text
34955
34956 \begin_layout Plain Layout
34957 1
34958 \end_layout
34959
34960 \end_inset
34961 </cell>
34962 <cell alignment="center" valignment="top" usebox="none">
34963 \begin_inset Text
34964
34965 \begin_layout Plain Layout
34966 inline formula
34967 \end_layout
34968
34969 \end_inset
34970 </cell>
34971 </row>
34972 <row>
34973 <cell alignment="center" valignment="top" usebox="none">
34974 \begin_inset Text
34975
34976 \begin_layout Plain Layout
34977 2
34978 \end_layout
34979
34980 \end_inset
34981 </cell>
34982 <cell alignment="center" valignment="top" usebox="none">
34983 \begin_inset Text
34984
34985 \begin_layout Plain Layout
34986 small
34987 \end_layout
34988
34989 \end_inset
34990 </cell>
34991 </row>
34992 <row>
34993 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34994 \begin_inset Text
34995
34996 \begin_layout Plain Layout
34997 3
34998 \end_layout
34999
35000 \end_inset
35001 </cell>
35002 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35003 \begin_inset Text
35004
35005 \begin_layout Plain Layout
35006 tiny
35007 \end_layout
35008
35009 \end_inset
35010 </cell>
35011 </row>
35012 </lyxtabular>
35013
35014 \end_inset
35015
35016
35017 \end_layout
35018
35019 \begin_layout Standard
35020 When no style is given, the size is adjusted to the surrounding environment
35021  like for the command 
35022 \series bold
35023
35024 \backslash
35025 frac
35026 \series default
35027 .
35028 \end_layout
35029
35030 \begin_layout Standard
35031 When no fraction bar thickness is given, the predefined value of 0.4
35032 \begin_inset space \thinspace{}
35033 \end_inset
35034
35035 pt will be used.
35036 \end_layout
35037
35038 \begin_layout Standard
35039 \begin_inset VSpace medskip
35040 \end_inset
35041
35042 For example, the commands 
35043 \series bold
35044
35045 \backslash
35046 dfrac
35047 \series default
35048  and 
35049 \series bold
35050
35051 \backslash
35052 tbinom
35053 \series default
35054  from 
35055 \begin_inset CommandInset ref
35056 LatexCommand ref
35057 reference "subsec:Fractions"
35058
35059 \end_inset
35060
35061  are defined with the commands
35062 \end_layout
35063
35064 \begin_layout Standard
35065
35066 \series bold
35067
35068 \backslash
35069 newcommand{
35070 \backslash
35071 dfrac}[2]{
35072 \backslash
35073 genfrac{}{}{}{0}{#1}{#2}}
35074 \end_layout
35075
35076 \begin_layout Standard
35077 and
35078 \end_layout
35079
35080 \begin_layout Standard
35081
35082 \series bold
35083
35084 \backslash
35085 newcommand{
35086 \backslash
35087 tbinom}[2]{
35088 \backslash
35089 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35090 \end_layout
35091
35092 \begin_layout Standard
35093 \begin_inset VSpace medskip
35094 \end_inset
35095
35096 To define a fraction where the fraction bar thickness can be given as optional
35097  argument, the following line is inserted to the \SpecialChar LaTeX
35098 -preamble:
35099 \end_layout
35100
35101 \begin_layout Standard
35102
35103 \series bold
35104
35105 \backslash
35106 newcommand{
35107 \backslash
35108 fracS}[3][]{
35109 \backslash
35110 genfrac{}{}{#1}{}{#2}{#3}}
35111 \end_layout
35112
35113 \begin_layout Standard
35114 A test:
35115 \begin_inset Formula 
35116 \begin{align*}
35117 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35118 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35119 \end{align*}
35120
35121 \end_inset
35122
35123 As one can see, the distance of the numerator and the denominator to the
35124  fraction bar is round about three times the bar thickness.
35125 \end_layout
35126
35127 \begin_layout Subsection
35128 Canceled Formulas
35129 \begin_inset Index idx
35130 status collapsed
35131
35132 \begin_layout Plain Layout
35133 Formula ! canceled
35134 \end_layout
35135
35136 \end_inset
35137
35138
35139 \end_layout
35140
35141 \begin_layout Standard
35142 There are four ways to cancel formulas or parts of formulas:
35143 \end_layout
35144
35145 \begin_layout Standard
35146 \begin_inset ERT
35147 status collapsed
35148
35149 \begin_layout Plain Layout
35150
35151
35152 \backslash
35153 ifcancel 
35154 \end_layout
35155
35156 \end_inset
35157
35158
35159 \begin_inset Note Note
35160 status open
35161
35162 \begin_layout Plain Layout
35163 The following table will only be displayed when the \SpecialChar LaTeX
35164 -package 
35165 \series bold
35166 cancel
35167 \series default
35168  is installed.
35169 \end_layout
35170
35171 \end_inset
35172
35173
35174 \end_layout
35175
35176 \begin_layout Standard
35177 \align center
35178 \begin_inset Tabular
35179 <lyxtabular version="3" rows="5" columns="2">
35180 <features booktabs="true" tabularvalignment="middle">
35181 <column alignment="center" valignment="top" width="0pt">
35182 <column alignment="center" valignment="top">
35183 <row>
35184 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35185 \begin_inset Text
35186
35187 \begin_layout Plain Layout
35188 Command
35189 \end_layout
35190
35191 \end_inset
35192 </cell>
35193 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35194 \begin_inset Text
35195
35196 \begin_layout Plain Layout
35197 Result
35198 \end_layout
35199
35200 \end_inset
35201 </cell>
35202 </row>
35203 <row>
35204 <cell alignment="center" valignment="top" usebox="none">
35205 \begin_inset Text
35206
35207 \begin_layout Plain Layout
35208
35209 \backslash
35210 cancel
35211 \begin_inset space \textvisiblespace{}
35212 \end_inset
35213
35214
35215 \backslash
35216 int
35217 \begin_inset space \textvisiblespace{}
35218 \end_inset
35219
35220 A=B
35221 \end_layout
35222
35223 \end_inset
35224 </cell>
35225 <cell alignment="center" valignment="top" usebox="none">
35226 \begin_inset Text
35227
35228 \begin_layout Plain Layout
35229 \begin_inset Formula $\cancel{\int A=B}$
35230 \end_inset
35231
35232
35233 \end_layout
35234
35235 \end_inset
35236 </cell>
35237 </row>
35238 <row topspace="1.5mm">
35239 <cell alignment="center" valignment="top" usebox="none">
35240 \begin_inset Text
35241
35242 \begin_layout Plain Layout
35243
35244 \backslash
35245 bcancel
35246 \begin_inset space \textvisiblespace{}
35247 \end_inset
35248
35249
35250 \backslash
35251 int
35252 \begin_inset space \textvisiblespace{}
35253 \end_inset
35254
35255 A=B
35256 \end_layout
35257
35258 \end_inset
35259 </cell>
35260 <cell alignment="center" valignment="top" usebox="none">
35261 \begin_inset Text
35262
35263 \begin_layout Plain Layout
35264 \begin_inset Formula $\bcancel{\int A=B}$
35265 \end_inset
35266
35267
35268 \end_layout
35269
35270 \end_inset
35271 </cell>
35272 </row>
35273 <row topspace="1.5mm">
35274 <cell alignment="center" valignment="top" usebox="none">
35275 \begin_inset Text
35276
35277 \begin_layout Plain Layout
35278
35279 \backslash
35280 xcancel
35281 \begin_inset space \textvisiblespace{}
35282 \end_inset
35283
35284
35285 \backslash
35286 int
35287 \begin_inset space \textvisiblespace{}
35288 \end_inset
35289
35290 A=B
35291 \end_layout
35292
35293 \end_inset
35294 </cell>
35295 <cell alignment="center" valignment="top" usebox="none">
35296 \begin_inset Text
35297
35298 \begin_layout Plain Layout
35299 \begin_inset Formula $\xcancel{\int A=B}$
35300 \end_inset
35301
35302
35303 \end_layout
35304
35305 \end_inset
35306 </cell>
35307 </row>
35308 <row>
35309 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35310 \begin_inset Text
35311
35312 \begin_layout Plain Layout
35313
35314 \backslash
35315 cancelto
35316 \begin_inset space \textvisiblespace{}
35317 \end_inset
35318
35319
35320 \backslash
35321 int
35322 \begin_inset space \textvisiblespace{}
35323 \end_inset
35324
35325 A=B
35326 \begin_inset Formula $\to$
35327 \end_inset
35328
35329 1
35330 \end_layout
35331
35332 \end_inset
35333 </cell>
35334 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35335 \begin_inset Text
35336
35337 \begin_layout Plain Layout
35338 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
35339 \end_inset
35340
35341
35342 \end_layout
35343
35344 \end_inset
35345 </cell>
35346 </row>
35347 </lyxtabular>
35348
35349 \end_inset
35350
35351
35352 \end_layout
35353
35354 \begin_layout Standard
35355
35356 \series bold
35357
35358 \backslash
35359 cancelto
35360 \series default
35361  is especially suitable to visualize the reduction of fractions within formulas:
35362 \begin_inset Formula 
35363 \[
35364 \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}}}
35365 \]
35366
35367 \end_inset
35368
35369
35370 \end_layout
35371
35372 \begin_layout Standard
35373 To change the size of 
35374 \series bold
35375
35376 \backslash
35377 cancelto
35378 \series default
35379 's 
35380 \begin_inset Quotes eld
35381 \end_inset
35382
35383 subscript
35384 \begin_inset Quotes erd
35385 \end_inset
35386
35387  value one can add the \SpecialChar LaTeX
35388 -preamble line
35389 \end_layout
35390
35391 \begin_layout Standard
35392
35393 \series bold
35394
35395 \backslash
35396 PassOptionsToPackage{option}{cancel}
35397 \end_layout
35398
35399 \begin_layout Standard
35400 where 
35401 \series bold
35402 option
35403 \series default
35404  is either 
35405 \series bold
35406 samesize
35407 \series default
35408  which leads to the same size as for the canceled value, or 
35409 \series bold
35410 Smaller
35411 \series default
35412  which makes is it a bit smaller than normal.
35413 \end_layout
35414
35415 \begin_layout Standard
35416 To color the cancellation bar one adds this command as \SpecialChar TeX
35417  code:
35418 \end_layout
35419
35420 \begin_layout Standard
35421
35422 \series bold
35423
35424 \backslash
35425 renewcommand{
35426 \backslash
35427 CancelColor}{
35428 \backslash
35429 color{red}}
35430 \end_layout
35431
35432 \begin_layout Standard
35433
35434 \series bold
35435 red
35436 \series default
35437  can be replaced by a color of your choice.
35438 \end_layout
35439
35440 \begin_layout Standard
35441 \begin_inset ERT
35442 status collapsed
35443
35444 \begin_layout Plain Layout
35445
35446
35447 \backslash
35448 renewcommand{
35449 \backslash
35450 CancelColor}{
35451 \backslash
35452 color{red}}
35453 \end_layout
35454
35455 \end_inset
35456
35457
35458 \end_layout
35459
35460 \begin_layout Standard
35461 \begin_inset Formula 
35462 \[
35463 \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}}}
35464 \]
35465
35466 \end_inset
35467
35468
35469 \end_layout
35470
35471 \begin_layout Standard
35472 \begin_inset ERT
35473 status collapsed
35474
35475 \begin_layout Plain Layout
35476
35477
35478 \backslash
35479 renewcommand{
35480 \backslash
35481 CancelColor}{
35482 \backslash
35483 color{black}}
35484 \end_layout
35485
35486 \end_inset
35487
35488
35489 \begin_inset Note Note
35490 status open
35491
35492 \begin_layout Plain Layout
35493 reset the color
35494 \end_layout
35495
35496 \end_inset
35497
35498
35499 \end_layout
35500
35501 \begin_layout Standard
35502 For further customizations, see the documentation of the package 
35503 \series bold
35504 cancel
35505 \series default
35506
35507 \begin_inset CommandInset citation
35508 LatexCommand cite
35509 key "cancel"
35510 literal "true"
35511
35512 \end_inset
35513
35514 .
35515 \begin_inset Index idx
35516 status collapsed
35517
35518 \begin_layout Plain Layout
35519 Packages ! cancel
35520 \end_layout
35521
35522 \end_inset
35523
35524
35525 \end_layout
35526
35527 \begin_layout Standard
35528 \begin_inset ERT
35529 status collapsed
35530
35531 \begin_layout Plain Layout
35532
35533
35534 \backslash
35535 else 
35536 \end_layout
35537
35538 \end_inset
35539
35540
35541 \begin_inset Note Note
35542 status open
35543
35544 \begin_layout Plain Layout
35545 The following will be displayed when the \SpecialChar LaTeX
35546 -package 
35547 \series bold
35548 cancel
35549 \series default
35550  is not installed:
35551 \end_layout
35552
35553 \end_inset
35554
35555
35556 \end_layout
35557
35558 \begin_layout Standard
35559 You need to install the \SpecialChar LaTeX
35560 -package 
35561 \series bold
35562 cancel
35563 \series default
35564  to see the rest of this subsection in the output.
35565 \end_layout
35566
35567 \begin_layout Standard
35568 \begin_inset ERT
35569 status collapsed
35570
35571 \begin_layout Plain Layout
35572
35573
35574 \backslash
35575 fi 
35576 \end_layout
35577
35578 \end_inset
35579
35580
35581 \end_layout
35582
35583 \begin_layout Subsection
35584 Formulas in Section Headings
35585 \begin_inset CommandInset label
35586 LatexCommand label
35587 name "subsec:Formulas-in-Section"
35588
35589 \end_inset
35590
35591
35592 \begin_inset Index idx
35593 status collapsed
35594
35595 \begin_layout Plain Layout
35596 Formula ! in section headings
35597 \end_layout
35598
35599 \end_inset
35600
35601
35602 \end_layout
35603
35604 \begin_layout Standard
35605 When formulas are used in section headings, the following has to be taken
35606  into account:
35607 \end_layout
35608
35609 \begin_layout Standard
35610 \begin_inset Note Greyedout
35611 status open
35612
35613 \begin_layout Plain Layout
35614 When 
35615 \series bold
35616 hyperref
35617 \series default
35618
35619 \begin_inset Index idx
35620 status collapsed
35621
35622 \begin_layout Plain Layout
35623 Packages ! hyperref
35624 \end_layout
35625
35626 \end_inset
35627
35628  support is enabled in the document settings dialog under 
35629 \family sans
35630 PDF
35631 \begin_inset space ~
35632 \end_inset
35633
35634 Properties
35635 \family default
35636 , PDF-bookmarks are created for every section heading in the table of contents.
35637  If a section heading contains formulas, they are incorrectly displayed
35638  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35639 s.
35640 \end_layout
35641
35642 \end_inset
35643
35644
35645 \end_layout
35646
35647 \begin_layout Standard
35648 Both problems can be solved by inserting at the end of the section heading
35649  a short title with the menu 
35650 \family sans
35651 Insert\SpecialChar menuseparator
35652 Short
35653 \begin_inset space ~
35654 \end_inset
35655
35656 Title
35657 \family default
35658 .
35659  Short titles are used as alternative for multiline section headings to
35660  keep the table of contents clearly arranged.
35661  Only the short title appears in the table of contents and therefore also
35662  in the PDF-bookmark.
35663 \end_layout
35664
35665 \begin_layout Standard
35666 When formulas should be used in the table of contents but 
35667 \series bold
35668 hyperref
35669 \series default
35670  is used, one can use the following command in \SpecialChar TeX
35671  mode:
35672 \end_layout
35673
35674 \begin_layout Standard
35675
35676 \series bold
35677
35678 \backslash
35679 texorpdfstring{part}{alternative}
35680 \begin_inset Index idx
35681 status collapsed
35682
35683 \begin_layout Plain Layout
35684 Commands ! T ! 
35685 \backslash
35686 texorpdfstring
35687 \end_layout
35688
35689 \end_inset
35690
35691
35692 \end_layout
35693
35694 \begin_layout Standard
35695 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35696  This can be characters, formulas, footnotes, but also cross-references.
35697  The alternative is used instead of the part for the bookmark.
35698 \end_layout
35699
35700 \begin_layout Standard
35701 Here are two example headings:
35702 \begin_inset VSpace -3mm
35703 \end_inset
35704
35705
35706 \begin_inset ERT
35707 status collapsed
35708
35709 \begin_layout Plain Layout
35710
35711
35712 \backslash
35713 boldmath 
35714 \end_layout
35715
35716 \end_inset
35717
35718
35719 \end_layout
35720
35721 \begin_layout Subsubsection
35722 Heading without formula in table of contents 
35723 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35724 \end_inset
35725
35726
35727 \begin_inset Argument 1
35728 status collapsed
35729
35730 \begin_layout Plain Layout
35731 Heading without formula in table of contents
35732 \end_layout
35733
35734 \end_inset
35735
35736
35737 \end_layout
35738
35739 \begin_layout Subsubsection
35740 Heading with formula in table of contents
35741 \begin_inset ERT
35742 status collapsed
35743
35744 \begin_layout Plain Layout
35745
35746
35747 \backslash
35748 texorpdfstring{
35749 \end_layout
35750
35751 \end_inset
35752
35753  
35754 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35755 \end_inset
35756
35757
35758 \begin_inset ERT
35759 status collapsed
35760
35761 \begin_layout Plain Layout
35762
35763 }{}
35764 \end_layout
35765
35766 \end_inset
35767
35768
35769 \end_layout
35770
35771 \begin_layout Standard
35772 \begin_inset ERT
35773 status collapsed
35774
35775 \begin_layout Plain Layout
35776
35777
35778 \backslash
35779 unboldmath 
35780 \end_layout
35781
35782 \end_inset
35783
35784 In the first heading a short title was used, in the second one 
35785 \series bold
35786
35787 \backslash
35788 texorpdfstring
35789 \series default
35790 .
35791 \end_layout
35792
35793 \begin_layout Standard
35794 To get the same formatting as for the other headings, the complete heading
35795  was set into a 
35796 \series bold
35797 boldmath
35798 \series default
35799  environment
35800 \begin_inset Foot
35801 status collapsed
35802
35803 \begin_layout Plain Layout
35804 see 
35805 \begin_inset CommandInset ref
35806 LatexCommand ref
35807 reference "subsec:Bold-Formulas"
35808
35809 \end_inset
35810
35811
35812 \end_layout
35813
35814 \end_inset
35815
35816 .
35817 \end_layout
35818
35819 \begin_layout Subsection
35820 Formulas in multi-column Text
35821 \begin_inset Index idx
35822 status collapsed
35823
35824 \begin_layout Plain Layout
35825 Formula ! in multi-column text
35826 \end_layout
35827
35828 \end_inset
35829
35830
35831 \end_layout
35832
35833 \begin_layout Standard
35834 Formulas in multi-column text are often too wide to fit into a column and
35835  thus need to be set over the whole page width.
35836  This is done by using the \SpecialChar LaTeX
35837 -package 
35838 \series bold
35839 multicol
35840 \series default
35841
35842 \begin_inset Foot
35843 status collapsed
35844
35845 \begin_layout Plain Layout
35846
35847 \series bold
35848 multicol
35849 \series default
35850  is part of every \SpecialChar LaTeX
35851  standard installation.
35852 \end_layout
35853
35854 \end_inset
35855
35856
35857 \begin_inset Index idx
35858 status collapsed
35859
35860 \begin_layout Plain Layout
35861 Packages ! multicol
35862 \end_layout
35863
35864 \end_inset
35865
35866 , that is loaded with the \SpecialChar LaTeX
35867 -preamble line
35868 \end_layout
35869
35870 \begin_layout Standard
35871
35872 \series bold
35873
35874 \backslash
35875 usepackage{multicol}
35876 \end_layout
35877
35878 \begin_layout Standard
35879 \begin_inset Note Greyedout
35880 status open
35881
35882 \begin_layout Plain Layout
35883 Note that in this case the setting 
35884 \family sans
35885 Two-column
35886 \begin_inset space ~
35887 \end_inset
35888
35889 document
35890 \family default
35891  in the menu 
35892 \family sans
35893 Document\SpecialChar menuseparator
35894 Settings
35895 \family default
35896  under 
35897 \family sans
35898 Text
35899 \begin_inset space ~
35900 \end_inset
35901
35902 Layout
35903 \family default
35904 \emph on
35905  
35906 \emph default
35907 must 
35908 \emph on
35909 not
35910 \emph default
35911  be selected.
35912 \end_layout
35913
35914 \end_inset
35915
35916
35917 \end_layout
35918
35919 \begin_layout Standard
35920 Before the multi-column text the command
35921 \end_layout
35922
35923 \begin_layout Standard
35924
35925 \series bold
35926
35927 \backslash
35928 begin{multicols}{column number}
35929 \end_layout
35930
35931 \begin_layout Standard
35932 is written in \SpecialChar TeX
35933  mode.
35934  The column number is a number in the range of 2
35935 \begin_inset space \thinspace{}
35936 \end_inset
35937
35938 -
35939 \begin_inset space \thinspace{}
35940 \end_inset
35941
35942 10.
35943  Before the formula the multi-column text is ended by inserting the command
35944 \end_layout
35945
35946 \begin_layout Standard
35947
35948 \series bold
35949
35950 \backslash
35951 end{multicols}
35952 \end_layout
35953
35954 \begin_layout Standard
35955 in \SpecialChar TeX
35956  mode.
35957 \end_layout
35958
35959 \begin_layout Standard
35960 Due to the command some space is automatically added before the formula.
35961  To revert this, -6
35962 \begin_inset space \thinspace{}
35963 \end_inset
35964
35965 mm vertical space is inserted before the formula.
35966  When the formula style 
35967 \series bold
35968 Indented
35969 \begin_inset Foot
35970 status collapsed
35971
35972 \begin_layout Plain Layout
35973 formula styles see 
35974 \begin_inset CommandInset ref
35975 LatexCommand ref
35976 reference "sec:Formula-Styles"
35977
35978 \end_inset
35979
35980
35981 \end_layout
35982
35983 \end_inset
35984
35985
35986 \series default
35987  is used, -9
35988 \begin_inset space \thinspace{}
35989 \end_inset
35990
35991 mm space is inserted instead.
35992 \end_layout
35993
35994 \begin_layout Standard
35995 As example a multi-column text with a displayed formula:
35996 \end_layout
35997
35998 \begin_layout Standard
35999
36000 \lang ngerman
36001 \begin_inset ERT
36002 status collapsed
36003
36004 \begin_layout Plain Layout
36005
36006
36007 \backslash
36008 begin{multicols}{2}
36009 \end_layout
36010
36011 \end_inset
36012
36013 Das Spektrum wird fouriertransformiert.
36014  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36015 , Lösungsmittel) zu trennen.
36016  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36017  nun das Aussehen des Ausgangssignals.
36018  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36019  über alle Phasen integrieren muss.
36020  Sei nun 
36021 \begin_inset Formula $S$
36022 \end_inset
36023
36024  unser normiertes Ausgangssignal und 
36025 \begin_inset Formula $P$
36026 \end_inset
36027
36028  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36029 \begin_inset ERT
36030 status collapsed
36031
36032 \begin_layout Plain Layout
36033
36034
36035 \backslash
36036 end{multicols}
36037 \end_layout
36038
36039 \end_inset
36040
36041
36042 \begin_inset VSpace -6mm
36043 \end_inset
36044
36045
36046 \begin_inset Formula 
36047 \begin{equation}
36048 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36049 \end{equation}
36050
36051 \end_inset
36052
36053
36054 \begin_inset ERT
36055 status collapsed
36056
36057 \begin_layout Plain Layout
36058
36059
36060 \backslash
36061 begin{multicols}{2}
36062 \end_layout
36063
36064 \end_inset
36065
36066 wobei 
36067 \begin_inset Formula $S_{0}$
36068 \end_inset
36069
36070  das Signal ohne Gradient ist und die Normierungsbedingung 
36071 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36072 \end_inset
36073
36074  gilt.
36075  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36076  Direkt nach dem 
36077 \begin_inset Formula $\nicefrac{\pi}{2}$
36078 \end_inset
36079
36080
36081 \begin_inset space \thinspace{}
36082 \end_inset
36083
36084 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36085  das Signal zusätzlich abschwächt.
36086  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36087  
36088 \begin_inset Formula $T_{2}$
36089 \end_inset
36090
36091 -Zeit.
36092 \end_layout
36093
36094 \begin_layout Standard
36095
36096 \lang ngerman
36097 \begin_inset ERT
36098 status collapsed
36099
36100 \begin_layout Plain Layout
36101
36102
36103 \backslash
36104 end{multicols}
36105 \end_layout
36106
36107 \end_inset
36108
36109
36110 \end_layout
36111
36112 \begin_layout Subsection
36113 Formulas with Description of Variables
36114 \begin_inset Index idx
36115 status collapsed
36116
36117 \begin_layout Plain Layout
36118 Formula ! with description of variables
36119 \end_layout
36120
36121 \end_inset
36122
36123
36124 \end_layout
36125
36126 \begin_layout Standard
36127 To describe variables within a formula, like in formula 
36128 \begin_inset CommandInset ref
36129 LatexCommand eqref
36130 reference "eq:within"
36131
36132 \end_inset
36133
36134 , a 2
36135 \series bold
36136 ×
36137 \series default
36138
36139 \begin_inset Formula $n$
36140 \end_inset
36141
36142
36143 \begin_inset space ~
36144 \end_inset
36145
36146 matrix is used with left aligned columns for the 
36147 \begin_inset Formula $n$
36148 \end_inset
36149
36150  used variables.
36151 \begin_inset Foot
36152 status collapsed
36153
36154 \begin_layout Plain Layout
36155 matrices see 
36156 \begin_inset CommandInset ref
36157 LatexCommand ref
36158 reference "sec:Matrices"
36159
36160 \end_inset
36161
36162
36163 \end_layout
36164
36165 \end_inset
36166
36167  To set the description in a smaller size, before the matrix e.
36168 \begin_inset space \thinspace{}
36169 \end_inset
36170
36171 g.
36172 \begin_inset space \space{}
36173 \end_inset
36174
36175 the command 
36176 \series bold
36177
36178 \backslash
36179 footnotesize
36180 \series default
36181  is inserted.
36182 \begin_inset Foot
36183 status collapsed
36184
36185 \begin_layout Plain Layout
36186 font sizes see 
36187 \begin_inset CommandInset ref
36188 LatexCommand ref
36189 reference "subsec:Font-Sizes"
36190
36191 \end_inset
36192
36193
36194 \end_layout
36195
36196 \end_inset
36197
36198
36199 \end_layout
36200
36201 \begin_layout Standard
36202 When the formula style 
36203 \series bold
36204 Indented
36205 \begin_inset Foot
36206 status collapsed
36207
36208 \begin_layout Plain Layout
36209 formula styles see 
36210 \begin_inset CommandInset ref
36211 LatexCommand ref
36212 reference "sec:Formula-Styles"
36213
36214 \end_inset
36215
36216
36217 \end_layout
36218
36219 \end_inset
36220
36221
36222 \series default
36223  is used, a 
36224 \series bold
36225
36226 \backslash
36227 hfill
36228 \series default
36229
36230 \begin_inset Foot
36231 status collapsed
36232
36233 \begin_layout Plain Layout
36234
36235 \series bold
36236
36237 \backslash
36238 hfill
36239 \series default
36240  only works in formulas with the style 
36241 \series bold
36242 Indented
36243 \series default
36244 , see 
36245 \begin_inset CommandInset ref
36246 LatexCommand ref
36247 reference "subsec:Variable-Space"
36248
36249 \end_inset
36250
36251 .
36252 \end_layout
36253
36254 \end_inset
36255
36256  is inserted before and after the matrix to have the same separation of
36257  the matrix from the equation and the side margin.
36258 \end_layout
36259
36260 \begin_layout Standard
36261 When the formula style 
36262 \series bold
36263 Centered
36264 \series default
36265  is used, the method described in 
36266 \begin_inset CommandInset ref
36267 LatexCommand ref
36268 reference "subsec:Flalign-Environment"
36269
36270 \end_inset
36271
36272  is used to indent formulas.
36273  Formula 
36274 \begin_inset CommandInset ref
36275 LatexCommand eqref
36276 reference "eq:within"
36277
36278 \end_inset
36279
36280  consists of five columns where in the first two columns contain the equation,
36281  the third the matrix and the last one an empty \SpecialChar TeX
36282  brace.
36283 \begin_inset Formula 
36284 \begin{flalign}
36285 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36286 \rho & \textrm{density}\\
36287 V & \textrm{volume}\\
36288 g & \textrm{gravitational acceleration}
36289 \end{array} &  & {}\label{eq:within}
36290 \end{flalign}
36291
36292 \end_inset
36293
36294
36295 \end_layout
36296
36297 \begin_layout Subsection
36298 Upright small Greek Letters
36299 \begin_inset CommandInset label
36300 LatexCommand label
36301 name "subsec:Upright-small-Greek"
36302
36303 \end_inset
36304
36305
36306 \begin_inset Index idx
36307 status collapsed
36308
36309 \begin_layout Plain Layout
36310 Greek letters ! upright
36311 \end_layout
36312
36313 \end_inset
36314
36315
36316 \end_layout
36317
36318 \begin_layout Standard
36319 Most of the math fonts only provide italic small Greek letters.
36320  But for symbols of elementary particles like pions and neutrinos, upright
36321  Greek letters are needed.
36322  The file 
36323 \series bold
36324 upgreek.sty
36325 \series default
36326
36327 \begin_inset Foot
36328 status collapsed
36329
36330 \begin_layout Plain Layout
36331
36332 \series bold
36333 upgreek
36334 \series default
36335  is part of the \SpecialChar LaTeX
36336 -package 
36337 \series bold
36338 was
36339 \series default
36340
36341 \begin_inset Index idx
36342 status collapsed
36343
36344 \begin_layout Plain Layout
36345 Packages ! was
36346 \begin_inset ERT
36347 status collapsed
36348
36349 \begin_layout Plain Layout
36350
36351
36352 \backslash
36353 vspace{4mm}
36354 \end_layout
36355
36356 \end_inset
36357
36358
36359 \end_layout
36360
36361 \end_inset
36362
36363 .
36364 \end_layout
36365
36366 \end_inset
36367
36368
36369 \begin_inset Index idx
36370 status collapsed
36371
36372 \begin_layout Plain Layout
36373 Packages ! upgreek
36374 \end_layout
36375
36376 \end_inset
36377
36378  that is loaded with the \SpecialChar LaTeX
36379 -preamble line
36380 \end_layout
36381
36382 \begin_layout Standard
36383
36384 \series bold
36385
36386 \backslash
36387 usepackage{upgreek}
36388 \end_layout
36389
36390 \begin_layout Standard
36391 provides them.
36392  
36393 \begin_inset ERT
36394 status collapsed
36395
36396 \begin_layout Plain Layout
36397
36398
36399 \backslash
36400 ifupgreek 
36401 \end_layout
36402
36403 \end_inset
36404
36405
36406 \begin_inset Note Note
36407 status open
36408
36409 \begin_layout Plain Layout
36410 The following table will only be displayed when the \SpecialChar LaTeX
36411 -package 
36412 \series bold
36413 upgreek
36414 \series default
36415  is installed:
36416 \end_layout
36417
36418 \end_inset
36419
36420  They are created when the command for a small Greek letter is started with
36421  
36422 \series bold
36423 up
36424 \series default
36425 .
36426  For example the command 
36427 \series bold
36428
36429 \backslash
36430 uptau
36431 \series default
36432  creates this: 
36433 \begin_inset Formula $\uptau$
36434 \end_inset
36435
36436
36437 \end_layout
36438
36439 \begin_layout Standard
36440 With these commands reactions of elementary particles can be typeset:
36441 \begin_inset Formula 
36442 \[
36443 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36444 \]
36445
36446 \end_inset
36447
36448
36449 \end_layout
36450
36451 \begin_layout Standard
36452 The upright letters are more bold and wider than the italic ones.
36453  They should therefore not be used for units like 
36454 \begin_inset Quotes eld
36455 \end_inset
36456
36457 µm
36458 \begin_inset Quotes erd
36459 \end_inset
36460
36461 .
36462 \end_layout
36463
36464 \begin_layout Standard
36465 \begin_inset ERT
36466 status collapsed
36467
36468 \begin_layout Plain Layout
36469
36470
36471 \backslash
36472 else 
36473 \end_layout
36474
36475 \end_inset
36476
36477
36478 \begin_inset Note Note
36479 status open
36480
36481 \begin_layout Plain Layout
36482 The following will be displayed when the \SpecialChar LaTeX
36483 -package 
36484 \series bold
36485 upgreek
36486 \series default
36487  is not installed:
36488 \end_layout
36489
36490 \end_inset
36491
36492
36493 \end_layout
36494
36495 \begin_layout Standard
36496 You need to install the \SpecialChar LaTeX
36497 -package 
36498 \series bold
36499 upgreek
36500 \series default
36501  to see the rest of this subsection in the output.
36502 \end_layout
36503
36504 \begin_layout Standard
36505 \begin_inset ERT
36506 status collapsed
36507
36508 \begin_layout Plain Layout
36509
36510
36511 \backslash
36512 fi 
36513 \end_layout
36514
36515 \end_inset
36516
36517
36518 \end_layout
36519
36520 \begin_layout Subsection
36521 Text Characters in Formulas
36522 \begin_inset Index idx
36523 status collapsed
36524
36525 \begin_layout Plain Layout
36526 Text ! in formulas
36527 \end_layout
36528
36529 \end_inset
36530
36531
36532 \end_layout
36533
36534 \begin_layout Standard
36535 In some cases you might want to insert text characters directly into formulas.
36536  When for example the centered dot · is often used in formulas like 
36537 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36538 \end_inset
36539
36540 , one would have to insert the command 
36541 \series bold
36542
36543 \backslash
36544 cdot
36545 \series default
36546
36547 \begin_inset Foot
36548 status collapsed
36549
36550 \begin_layout Plain Layout
36551 see 
36552 \begin_inset CommandInset ref
36553 LatexCommand ref
36554 reference "subsec:Binary-Operators"
36555
36556 \end_inset
36557
36558
36559 \end_layout
36560
36561 \end_inset
36562
36563  all the time, because this character is defined in all encodings as text
36564  character.
36565  But the encoding can be changed by this \SpecialChar LaTeX
36566 -preamble line:
36567 \end_layout
36568
36569 \begin_layout Standard
36570
36571 \series bold
36572
36573 \backslash
36574 Declare Inputtext{183}{
36575 \backslash
36576 ifmmode
36577 \backslash
36578 cdot
36579 \backslash
36580 else
36581 \backslash
36582 textperiodcentered
36583 \backslash
36584 f\SpecialChar ligaturebreak
36585 i}
36586 \end_layout
36587
36588 \begin_layout Standard
36589 The character encoding (menu 
36590 \family sans
36591 Document\SpecialChar menuseparator
36592 Settings\SpecialChar menuseparator
36593 Language
36594 \family default
36595 ) specifies what character appears when a keyboard key is pressed.
36596  When the key for the character '·' is pressed, internally the command 
36597 \series bold
36598
36599 \backslash
36600 textperiodcentered
36601 \series default
36602  is used.
36603  But this command is not available in a formula so that you would get \SpecialChar LaTeX
36604 -errors.
36605  With the changed encoding the right command is chosen automatically, depending
36606  on if the character was inserted into a formula or not.
36607 \end_layout
36608
36609 \begin_layout Standard
36610 The encoding of several characters is saved in definition files.
36611  For example the encoding 
36612 \series bold
36613 latin9
36614 \series default
36615  is defined in the file 
36616 \series bold
36617 latin9.def
36618 \series default
36619  which is in the installation folder of \SpecialChar LaTeX
36620 .
36621  Encodings should only be changed via the \SpecialChar LaTeX
36622 -preamble and not in the definition
36623  files.
36624  Otherwise documents could not be edited by other \SpecialChar LyX
36625  users working on other
36626  computers.
36627 \end_layout
36628
36629 \begin_layout Standard
36630 \begin_inset VSpace medskip
36631 \end_inset
36632
36633 Besides the centered dot, in this document the degree sign ° is defined
36634  with the following \SpecialChar LaTeX
36635 -preamble line so that it can be directly inserted into
36636  a formula:
36637 \end_layout
36638
36639 \begin_layout Standard
36640
36641 \series bold
36642
36643 \backslash
36644 DeclareInputtext{176}{
36645 \backslash
36646 ifmmode^
36647 \backslash
36648 circ
36649 \backslash
36650 else
36651 \backslash
36652 textdegree
36653 \backslash
36654 f\SpecialChar ligaturebreak
36655 i}
36656 \end_layout
36657
36658 \begin_layout Subsection
36659 \SpecialChar LaTeX
36660 -comments in formulas
36661 \begin_inset Index idx
36662 status collapsed
36663
36664 \begin_layout Plain Layout
36665 \SpecialChar LaTeX
36666 -comments
36667 \end_layout
36668
36669 \end_inset
36670
36671
36672 \end_layout
36673
36674 \begin_layout Standard
36675 In text you can insert a comment that will only be visible in the \SpecialChar LaTeX
36676  source
36677  code of your file with the menu 
36678 \family sans
36679 Insert\SpecialChar menuseparator
36680 Note\SpecialChar menuseparator
36681 Comment
36682 \family default
36683 .
36684  This is not possible in a formula but you can insert \SpecialChar LaTeX
36685 -comments with the
36686  command
36687 \end_layout
36688
36689 \begin_layout Standard
36690
36691 \series bold
36692
36693 \backslash
36694 %
36695 \end_layout
36696
36697 \begin_layout Standard
36698 This creates a box in which you can write your comment.
36699  Due to a bug in \SpecialChar LyX
36700
36701 \begin_inset Foot
36702 status collapsed
36703
36704 \begin_layout Plain Layout
36705 \begin_inset CommandInset href
36706 LatexCommand href
36707 name "LyX-bug #9002"
36708 target "https://www.lyx.org/trac/ticket/9002"
36709 literal "false"
36710
36711 \end_inset
36712
36713
36714 \end_layout
36715
36716 \end_inset
36717
36718  you cannot write normal text inside the comment, even when you use mathematical
36719  text, you will see its \SpecialChar LaTeX
36720 -commands in the \SpecialChar LaTeX
36721 -output.
36722 \begin_inset Newline newline
36723 \end_inset
36724
36725 This a formula with a \SpecialChar LaTeX
36726 -comment:
36727 \begin_inset Formula 
36728 \[
36729 A=B%\text{This is the comment}
36730 \]
36731
36732 \end_inset
36733
36734
36735 \end_layout
36736
36737 \begin_layout Standard
36738 \begin_inset Newpage newpage
36739 \end_inset
36740
36741
36742 \end_layout
36743
36744 \begin_layout Section
36745 \start_of_appendix
36746 Typographic Advice
36747 \begin_inset Index idx
36748 status collapsed
36749
36750 \begin_layout Plain Layout
36751 Typographic advice
36752 \end_layout
36753
36754 \end_inset
36755
36756
36757 \end_layout
36758
36759 \begin_layout Standard
36760 This section is a summary of the most important typographic rules, listed
36761  in ISO norms.
36762 \begin_inset Foot
36763 status collapsed
36764
36765 \begin_layout Plain Layout
36766 This collection was partly taken from the German semi-official dictionary
36767  called 
36768 \begin_inset Quotes eld
36769 \end_inset
36770
36771 Duden
36772 \begin_inset Quotes erd
36773 \end_inset
36774
36775  
36776 \begin_inset CommandInset citation
36777 LatexCommand cite
36778 key "Duden"
36779 literal "true"
36780
36781 \end_inset
36782
36783  that lists some of the ISO rules.
36784  More rules are listed in 
36785 \begin_inset CommandInset citation
36786 LatexCommand cite
36787 key "Checklist"
36788 literal "true"
36789
36790 \end_inset
36791
36792 .
36793 \end_layout
36794
36795 \end_inset
36796
36797
36798 \end_layout
36799
36800 \begin_layout Itemize
36801 Physical units are 
36802 \emph on
36803 always
36804 \emph default
36805  set upright
36806 \begin_inset Foot
36807 status collapsed
36808
36809 \begin_layout Plain Layout
36810 done with font styles, see 
36811 \begin_inset CommandInset ref
36812 LatexCommand ref
36813 reference "subsec:Font-Styles"
36814
36815 \end_inset
36816
36817
36818 \end_layout
36819
36820 \end_inset
36821
36822 , no matter if they appear in italic text: 30
36823 \begin_inset space \thinspace{}
36824 \end_inset
36825
36826 km/h
36827 \begin_inset Newline newline
36828 \end_inset
36829
36830 Between the value and the unit is the smallest space, see 
36831 \begin_inset CommandInset ref
36832 LatexCommand ref
36833 reference "subsec:Predefined-Space"
36834
36835 \end_inset
36836
36837 .
36838 \begin_inset Newline newline
36839 \end_inset
36840
36841 This convention is automatically fulfilled when the command 
36842 \series bold
36843
36844 \backslash
36845 unittwo
36846 \series default
36847  is used.
36848  When it is entered to a formula, two boxes appear.
36849  In the first one the value is inserted, in the second one the unit, and
36850  one gets as above: 
36851 \begin_inset Formula $\unit[30]{km/h}$
36852 \end_inset
36853
36854
36855 \begin_inset space \thinspace{}
36856 \end_inset
36857
36858 .
36859  Note that 
36860 \series bold
36861
36862 \backslash
36863 unittwo
36864 \series default
36865  is not a real \SpecialChar LaTeX
36866  command but the command 
36867 \series bold
36868
36869 \backslash
36870 unit[value]{unit}
36871 \series default
36872 , therefore you cannot use it in \SpecialChar TeX
36873  code.
36874 \end_layout
36875
36876 \begin_layout Itemize
36877 Percent and perthousand signs are set like physical units:
36878 \begin_inset Newline newline
36879 \end_inset
36880
36881 1.2
36882 \begin_inset space \thinspace{}
36883 \end_inset
36884
36885 ‰ alcohol in blood
36886 \end_layout
36887
36888 \begin_layout Itemize
36889 The degree sign follows directly on the value: 15°, but not when it is used
36890  in units: 15
36891 \begin_inset space \thinspace{}
36892 \end_inset
36893
36894 °C
36895 \end_layout
36896
36897 \begin_layout Itemize
36898 In numbers with more than four digits the smallest space is inserted before
36899  every third digit to group them: 
36900 \family roman
36901 \series medium
36902 \shape up
36903 \size normal
36904 \emph off
36905 \bar no
36906 \noun off
36907 \color none
36908 18
36909 \begin_inset space \thinspace{}
36910 \end_inset
36911
36912 473
36913 \begin_inset space \thinspace{}
36914 \end_inset
36915
36916 588
36917 \end_layout
36918
36919 \begin_layout Itemize
36920 For dimensions like 120×90×40
36921 \begin_inset space \thinspace{}
36922 \end_inset
36923
36924 cm the multiplication sign 
36925 \begin_inset Quotes eld
36926 \end_inset
36927
36928 ×
36929 \begin_inset Quotes erd
36930 \end_inset
36931
36932  is used.
36933  It is available either via the command 
36934 \series bold
36935
36936 \backslash
36937 times
36938 \series default
36939  or via the menu 
36940 \family sans
36941 Insert\SpecialChar menuseparator
36942 Special Character\SpecialChar menuseparator
36943 Symbols
36944 \family default
36945 .
36946 \end_layout
36947
36948 \begin_layout Itemize
36949 Functions with names consisting of several letters are set upright to avoid
36950  confusions, see 
36951 \begin_inset CommandInset ref
36952 LatexCommand ref
36953 reference "subsec:Predefined-Functions"
36954
36955 \end_inset
36956
36957 .
36958 \end_layout
36959
36960 \begin_layout Itemize
36961 Indices consisting of several letters, are set upright: 
36962 \begin_inset Formula $E_{\mathrm{kin}}$
36963 \end_inset
36964
36965
36966 \begin_inset Newline newline
36967 \end_inset
36968
36969 Components of matrices are set italic: 
36970 \begin_inset Formula $\hat{H}_{kl}$
36971 \end_inset
36972
36973
36974 \end_layout
36975
36976 \begin_layout Itemize
36977 The differentiation/integration operator 'd', the Euler's number 'e' and
36978  the imaginary unit 'i' should be set upright, to avoid mixing them up with
36979  other variables.
36980 \end_layout
36981
36982 \begin_layout Itemize
36983 The character that denotes a 
36984 \noun on
36985 Fourier
36986 \noun default
36987  transformation is inserted either by the command 
36988 \series bold
36989
36990 \backslash
36991 mathscr
36992 \begin_inset space \textvisiblespace{}
36993 \end_inset
36994
36995 F
36996 \series default
36997  or via the menu 
36998 \family sans
36999 Insert\SpecialChar menuseparator
37000 Special Character\SpecialChar menuseparator
37001 Symbols\SpecialChar menuseparator
37002 Letterlike
37003 \begin_inset space ~
37004 \end_inset
37005
37006 Symbols
37007 \family default
37008
37009 \begin_inset Formula $\mathscr{F}$
37010 \end_inset
37011
37012
37013 \end_layout
37014
37015 \begin_layout Standard
37016 \begin_inset Newpage newpage
37017 \end_inset
37018
37019
37020 \end_layout
37021
37022 \begin_layout Section
37023 Synonyms
37024 \begin_inset Index idx
37025 status collapsed
37026
37027 \begin_layout Plain Layout
37028 Synonyms
37029 \end_layout
37030
37031 \end_inset
37032
37033
37034 \end_layout
37035
37036 \begin_layout Standard
37037 Some characters and symbols can be created with several commands.
37038  Here is a list of the synonym commands:
37039 \end_layout
37040
37041 \begin_layout Standard
37042 \begin_inset VSpace bigskip
37043 \end_inset
37044
37045
37046 \begin_inset space \hfill{}
37047 \end_inset
37048
37049
37050 \begin_inset Tabular
37051 <lyxtabular version="3" rows="12" columns="2">
37052 <features booktabs="true" tabularvalignment="middle">
37053 <column alignment="center" valignment="top" width="0pt">
37054 <column alignment="center" valignment="top" width="0pt">
37055 <row>
37056 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37057 \begin_inset Text
37058
37059 \begin_layout Plain Layout
37060 Command
37061 \end_layout
37062
37063 \end_inset
37064 </cell>
37065 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37066 \begin_inset Text
37067
37068 \begin_layout Plain Layout
37069 equivalent to
37070 \end_layout
37071
37072 \end_inset
37073 </cell>
37074 </row>
37075 <row>
37076 <cell alignment="center" valignment="top" usebox="none">
37077 \begin_inset Text
37078
37079 \begin_layout Plain Layout
37080
37081 \backslash
37082 ast
37083 \end_layout
37084
37085 \end_inset
37086 </cell>
37087 <cell alignment="center" valignment="top" usebox="none">
37088 \begin_inset Text
37089
37090 \begin_layout Plain Layout
37091 *
37092 \end_layout
37093
37094 \end_inset
37095 </cell>
37096 </row>
37097 <row>
37098 <cell alignment="center" valignment="top" usebox="none">
37099 \begin_inset Text
37100
37101 \begin_layout Plain Layout
37102
37103 \backslash
37104 choose
37105 \end_layout
37106
37107 \end_inset
37108 </cell>
37109 <cell alignment="center" valignment="top" usebox="none">
37110 \begin_inset Text
37111
37112 \begin_layout Plain Layout
37113
37114 \backslash
37115 binom
37116 \end_layout
37117
37118 \end_inset
37119 </cell>
37120 </row>
37121 <row>
37122 <cell alignment="center" valignment="top" usebox="none">
37123 \begin_inset Text
37124
37125 \begin_layout Plain Layout
37126
37127 \backslash
37128 geq
37129 \end_layout
37130
37131 \end_inset
37132 </cell>
37133 <cell alignment="center" valignment="top" usebox="none">
37134 \begin_inset Text
37135
37136 \begin_layout Plain Layout
37137
37138 \backslash
37139 ge
37140 \end_layout
37141
37142 \end_inset
37143 </cell>
37144 </row>
37145 <row>
37146 <cell alignment="center" valignment="top" usebox="none">
37147 \begin_inset Text
37148
37149 \begin_layout Plain Layout
37150
37151 \backslash
37152 lbrace
37153 \end_layout
37154
37155 \end_inset
37156 </cell>
37157 <cell alignment="center" valignment="top" usebox="none">
37158 \begin_inset Text
37159
37160 \begin_layout Plain Layout
37161 {
37162 \end_layout
37163
37164 \end_inset
37165 </cell>
37166 </row>
37167 <row>
37168 <cell alignment="center" valignment="top" usebox="none">
37169 \begin_inset Text
37170
37171 \begin_layout Plain Layout
37172
37173 \backslash
37174 lbracket
37175 \end_layout
37176
37177 \end_inset
37178 </cell>
37179 <cell alignment="center" valignment="top" usebox="none">
37180 \begin_inset Text
37181
37182 \begin_layout Plain Layout
37183 [
37184 \end_layout
37185
37186 \end_inset
37187 </cell>
37188 </row>
37189 <row>
37190 <cell alignment="center" valignment="top" usebox="none">
37191 \begin_inset Text
37192
37193 \begin_layout Plain Layout
37194
37195 \backslash
37196 leftarrow
37197 \end_layout
37198
37199 \end_inset
37200 </cell>
37201 <cell alignment="center" valignment="top" usebox="none">
37202 \begin_inset Text
37203
37204 \begin_layout Plain Layout
37205
37206 \backslash
37207 gets
37208 \end_layout
37209
37210 \end_inset
37211 </cell>
37212 </row>
37213 <row>
37214 <cell alignment="center" valignment="top" usebox="none">
37215 \begin_inset Text
37216
37217 \begin_layout Plain Layout
37218
37219 \backslash
37220 leq
37221 \end_layout
37222
37223 \end_inset
37224 </cell>
37225 <cell alignment="center" valignment="top" usebox="none">
37226 \begin_inset Text
37227
37228 \begin_layout Plain Layout
37229
37230 \backslash
37231 le
37232 \end_layout
37233
37234 \end_inset
37235 </cell>
37236 </row>
37237 <row>
37238 <cell alignment="center" valignment="top" usebox="none">
37239 \begin_inset Text
37240
37241 \begin_layout Plain Layout
37242
37243 \backslash
37244 lor
37245 \end_layout
37246
37247 \end_inset
37248 </cell>
37249 <cell alignment="center" valignment="top" usebox="none">
37250 \begin_inset Text
37251
37252 \begin_layout Plain Layout
37253
37254 \backslash
37255 vee
37256 \end_layout
37257
37258 \end_inset
37259 </cell>
37260 </row>
37261 <row>
37262 <cell alignment="center" valignment="top" usebox="none">
37263 \begin_inset Text
37264
37265 \begin_layout Plain Layout
37266
37267 \backslash
37268 neq
37269 \end_layout
37270
37271 \end_inset
37272 </cell>
37273 <cell alignment="center" valignment="top" usebox="none">
37274 \begin_inset Text
37275
37276 \begin_layout Plain Layout
37277
37278 \backslash
37279 not=
37280 \end_layout
37281
37282 \end_inset
37283 </cell>
37284 </row>
37285 <row>
37286 <cell alignment="center" valignment="top" usebox="none">
37287 \begin_inset Text
37288
37289 \begin_layout Plain Layout
37290
37291 \backslash
37292 slash
37293 \end_layout
37294
37295 \end_inset
37296 </cell>
37297 <cell alignment="center" valignment="top" usebox="none">
37298 \begin_inset Text
37299
37300 \begin_layout Plain Layout
37301 /
37302 \end_layout
37303
37304 \end_inset
37305 </cell>
37306 </row>
37307 <row>
37308 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37309 \begin_inset Text
37310
37311 \begin_layout Plain Layout
37312
37313 \backslash
37314 vert
37315 \end_layout
37316
37317 \end_inset
37318 </cell>
37319 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37320 \begin_inset Text
37321
37322 \begin_layout Plain Layout
37323 |
37324 \end_layout
37325
37326 \end_inset
37327 </cell>
37328 </row>
37329 </lyxtabular>
37330
37331 \end_inset
37332
37333
37334 \begin_inset space \hfill{}
37335 \end_inset
37336
37337
37338 \begin_inset Tabular
37339 <lyxtabular version="3" rows="12" columns="2">
37340 <features booktabs="true" tabularvalignment="middle">
37341 <column alignment="center" valignment="top" width="0pt">
37342 <column alignment="center" valignment="top" width="0pt">
37343 <row>
37344 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37345 \begin_inset Text
37346
37347 \begin_layout Plain Layout
37348 Command
37349 \end_layout
37350
37351 \end_inset
37352 </cell>
37353 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37354 \begin_inset Text
37355
37356 \begin_layout Plain Layout
37357 equivalent to
37358 \end_layout
37359
37360 \end_inset
37361 </cell>
37362 </row>
37363 <row>
37364 <cell alignment="center" valignment="top" usebox="none">
37365 \begin_inset Text
37366
37367 \begin_layout Plain Layout
37368
37369 \backslash
37370 backslash
37371 \end_layout
37372
37373 \end_inset
37374 </cell>
37375 <cell alignment="center" valignment="top" usebox="none">
37376 \begin_inset Text
37377
37378 \begin_layout Plain Layout
37379
37380 \backslash
37381
37382 \backslash
37383
37384 \end_layout
37385
37386 \end_inset
37387 </cell>
37388 </row>
37389 <row>
37390 <cell alignment="center" valignment="top" usebox="none">
37391 \begin_inset Text
37392
37393 \begin_layout Plain Layout
37394
37395 \backslash
37396 dasharrow
37397 \end_layout
37398
37399 \end_inset
37400 </cell>
37401 <cell alignment="center" valignment="top" usebox="none">
37402 \begin_inset Text
37403
37404 \begin_layout Plain Layout
37405
37406 \backslash
37407 dashrightarrow
37408 \end_layout
37409
37410 \end_inset
37411 </cell>
37412 </row>
37413 <row>
37414 <cell alignment="center" valignment="top" usebox="none">
37415 \begin_inset Text
37416
37417 \begin_layout Plain Layout
37418
37419 \backslash
37420 land
37421 \end_layout
37422
37423 \end_inset
37424 </cell>
37425 <cell alignment="center" valignment="top" usebox="none">
37426 \begin_inset Text
37427
37428 \begin_layout Plain Layout
37429
37430 \backslash
37431 wedge
37432 \end_layout
37433
37434 \end_inset
37435 </cell>
37436 </row>
37437 <row>
37438 <cell alignment="center" valignment="top" usebox="none">
37439 \begin_inset Text
37440
37441 \begin_layout Plain Layout
37442
37443 \backslash
37444 rbrace
37445 \end_layout
37446
37447 \end_inset
37448 </cell>
37449 <cell alignment="center" valignment="top" usebox="none">
37450 \begin_inset Text
37451
37452 \begin_layout Plain Layout
37453 }
37454 \end_layout
37455
37456 \end_inset
37457 </cell>
37458 </row>
37459 <row>
37460 <cell alignment="center" valignment="top" usebox="none">
37461 \begin_inset Text
37462
37463 \begin_layout Plain Layout
37464
37465 \backslash
37466 rbracket
37467 \end_layout
37468
37469 \end_inset
37470 </cell>
37471 <cell alignment="center" valignment="top" usebox="none">
37472 \begin_inset Text
37473
37474 \begin_layout Plain Layout
37475 ]
37476 \end_layout
37477
37478 \end_inset
37479 </cell>
37480 </row>
37481 <row>
37482 <cell alignment="center" valignment="top" usebox="none">
37483 \begin_inset Text
37484
37485 \begin_layout Plain Layout
37486
37487 \backslash
37488 rightarrow
37489 \end_layout
37490
37491 \end_inset
37492 </cell>
37493 <cell alignment="center" valignment="top" usebox="none">
37494 \begin_inset Text
37495
37496 \begin_layout Plain Layout
37497
37498 \backslash
37499 to
37500 \end_layout
37501
37502 \end_inset
37503 </cell>
37504 </row>
37505 <row>
37506 <cell alignment="center" valignment="top" usebox="none">
37507 \begin_inset Text
37508
37509 \begin_layout Plain Layout
37510
37511 \backslash
37512 lnot
37513 \end_layout
37514
37515 \end_inset
37516 </cell>
37517 <cell alignment="center" valignment="top" usebox="none">
37518 \begin_inset Text
37519
37520 \begin_layout Plain Layout
37521
37522 \backslash
37523 neg
37524 \end_layout
37525
37526 \end_inset
37527 </cell>
37528 </row>
37529 <row>
37530 <cell alignment="center" valignment="top" usebox="none">
37531 \begin_inset Text
37532
37533 \begin_layout Plain Layout
37534
37535 \backslash
37536 ne
37537 \end_layout
37538
37539 \end_inset
37540 </cell>
37541 <cell alignment="center" valignment="top" usebox="none">
37542 \begin_inset Text
37543
37544 \begin_layout Plain Layout
37545
37546 \backslash
37547 not=
37548 \end_layout
37549
37550 \end_inset
37551 </cell>
37552 </row>
37553 <row>
37554 <cell alignment="center" valignment="top" usebox="none">
37555 \begin_inset Text
37556
37557 \begin_layout Plain Layout
37558
37559 \backslash
37560 owns
37561 \end_layout
37562
37563 \end_inset
37564 </cell>
37565 <cell alignment="center" valignment="top" usebox="none">
37566 \begin_inset Text
37567
37568 \begin_layout Plain Layout
37569
37570 \backslash
37571 ni
37572 \end_layout
37573
37574 \end_inset
37575 </cell>
37576 </row>
37577 <row>
37578 <cell alignment="center" valignment="top" usebox="none">
37579 \begin_inset Text
37580
37581 \begin_layout Plain Layout
37582
37583 \backslash
37584 square
37585 \end_layout
37586
37587 \end_inset
37588 </cell>
37589 <cell alignment="center" valignment="top" usebox="none">
37590 \begin_inset Text
37591
37592 \begin_layout Plain Layout
37593
37594 \backslash
37595 Box
37596 \end_layout
37597
37598 \end_inset
37599 </cell>
37600 </row>
37601 <row>
37602 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37603 \begin_inset Text
37604
37605 \begin_layout Plain Layout
37606
37607 \backslash
37608 Vert
37609 \end_layout
37610
37611 \end_inset
37612 </cell>
37613 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37614 \begin_inset Text
37615
37616 \begin_layout Plain Layout
37617
37618 \backslash
37619 |
37620 \end_layout
37621
37622 \end_inset
37623 </cell>
37624 </row>
37625 </lyxtabular>
37626
37627 \end_inset
37628
37629
37630 \begin_inset space \hfill{}
37631 \end_inset
37632
37633
37634 \begin_inset CommandInset href
37635 LatexCommand href
37636 name "List"
37637 target "https://ctan.org/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37638 literal "false"
37639
37640 \end_inset
37641
37642
37643 \end_layout
37644
37645 \begin_layout Standard
37646 \begin_inset Newpage newpage
37647 \end_inset
37648
37649
37650 \end_layout
37651
37652 \begin_layout Bibliography
37653 \begin_inset CommandInset bibitem
37654 LatexCommand bibitem
37655 key "TLC2"
37656 literal "true"
37657
37658 \end_inset
37659
37660
37661 \shape smallcaps
37662 F.
37663  Mittelbach; M.
37664  Goossens
37665 \shape default
37666
37667 \shape italic
37668 The \SpecialChar LaTeX
37669  Companion
37670 \shape default
37671 .
37672  Addison Wesley, 2004
37673 \end_layout
37674
37675 \begin_layout Bibliography
37676 \begin_inset CommandInset bibitem
37677 LatexCommand bibitem
37678 key "Mathmode"
37679 literal "true"
37680
37681 \end_inset
37682
37683
37684 \begin_inset CommandInset href
37685 LatexCommand href
37686 name "Description"
37687 target "https://www.tug.org/~hvoss/PDF/mathmode.pdf"
37688 literal "false"
37689
37690 \end_inset
37691
37692  of \SpecialChar LaTeX
37693 's math abilities
37694 \end_layout
37695
37696 \begin_layout Bibliography
37697 \begin_inset CommandInset bibitem
37698 LatexCommand bibitem
37699 key "AMS"
37700 literal "true"
37701
37702 \end_inset
37703
37704
37705 \begin_inset CommandInset href
37706 LatexCommand href
37707 name "Description"
37708 target "https://www.ctan.org/tex-archive/macros/latex/required/amslatex/math/amsldoc.pdf"
37709 literal "false"
37710
37711 \end_inset
37712
37713  of 
37714 \begin_inset ERT
37715 status collapsed
37716
37717 \begin_layout Plain Layout
37718
37719
37720 \backslash
37721 AmS
37722 \end_layout
37723
37724 \end_inset
37725
37726 -\SpecialChar LaTeX
37727
37728 \end_layout
37729
37730 \begin_layout Bibliography
37731 \begin_inset CommandInset bibitem
37732 LatexCommand bibitem
37733 key "Symbols"
37734 literal "true"
37735
37736 \end_inset
37737
37738
37739 \begin_inset CommandInset href
37740 LatexCommand href
37741 name "List"
37742 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37743 literal "false"
37744
37745 \end_inset
37746
37747  of all symbols available with \SpecialChar LaTeX
37748 -packages
37749 \end_layout
37750
37751 \begin_layout Bibliography
37752 \begin_inset CommandInset bibitem
37753 LatexCommand bibitem
37754 key "cancel"
37755 literal "true"
37756
37757 \end_inset
37758
37759
37760 \begin_inset CommandInset href
37761 LatexCommand href
37762 name "Documentation"
37763 target "https://www.ctan.org/tex-archive/macros/latex/contrib/cancel/cancel.pdf"
37764 literal "false"
37765
37766 \end_inset
37767
37768  of the \SpecialChar LaTeX
37769 -package 
37770 \series bold
37771 cancel
37772 \series default
37773
37774 \begin_inset Index idx
37775 status collapsed
37776
37777 \begin_layout Plain Layout
37778 Packages ! cancel
37779 \end_layout
37780
37781 \end_inset
37782
37783
37784 \end_layout
37785
37786 \begin_layout Bibliography
37787 \begin_inset CommandInset bibitem
37788 LatexCommand bibitem
37789 key "hyperref"
37790 literal "true"
37791
37792 \end_inset
37793
37794
37795 \begin_inset CommandInset href
37796 LatexCommand href
37797 name "Documentation"
37798 target "https://www.ctan.org/tex-archive/macros/latex/contrib/hyperref/doc/manual.pdf"
37799 literal "false"
37800
37801 \end_inset
37802
37803  of the \SpecialChar LaTeX
37804 -package 
37805 \series bold
37806 hyperref
37807 \series default
37808
37809 \begin_inset Index idx
37810 status collapsed
37811
37812 \begin_layout Plain Layout
37813 Packages ! hyperref
37814 \end_layout
37815
37816 \end_inset
37817
37818
37819 \end_layout
37820
37821 \begin_layout Bibliography
37822 \begin_inset CommandInset bibitem
37823 LatexCommand bibitem
37824 key "mhchem"
37825 literal "true"
37826
37827 \end_inset
37828
37829
37830 \begin_inset CommandInset href
37831 LatexCommand href
37832 name "Documentation"
37833 target "https://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37834 literal "false"
37835
37836 \end_inset
37837
37838  of the \SpecialChar LaTeX
37839 -package 
37840 \series bold
37841 mhchem
37842 \series default
37843
37844 \begin_inset Index idx
37845 status collapsed
37846
37847 \begin_layout Plain Layout
37848 Packages ! mhchem
37849 \end_layout
37850
37851 \end_inset
37852
37853
37854 \end_layout
37855
37856 \begin_layout Bibliography
37857 \begin_inset CommandInset bibitem
37858 LatexCommand bibitem
37859 key "Duden"
37860 literal "true"
37861
37862 \end_inset
37863
37864
37865 \emph on
37866 Duden Band
37867 \begin_inset space ~
37868 \end_inset
37869
37870 1
37871 \emph default
37872 .
37873  22.
37874 \begin_inset space ~
37875 \end_inset
37876
37877 Auflage, Dudenverlag, 2000
37878 \end_layout
37879
37880 \begin_layout Bibliography
37881 \begin_inset CommandInset bibitem
37882 LatexCommand bibitem
37883 key "Checklist"
37884 literal "true"
37885
37886 \end_inset
37887
37888
37889 \begin_inset CommandInset href
37890 LatexCommand href
37891 name "Check list"
37892 target "https://www.nist.gov/physical-measurement-laboratory/special-publication-811"
37893 literal "false"
37894
37895 \end_inset
37896
37897  for reviewing manuscripts
37898 \end_layout
37899
37900 \begin_layout Standard
37901 \begin_inset CommandInset index_print
37902 LatexCommand printindex
37903 type "idx"
37904 name "Index"
37905 literal "false"
37906
37907 \end_inset
37908
37909
37910 \end_layout
37911
37912 \end_body
37913 \end_document