]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
fr Addtional: Use quote insets instead of UTF-8
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 610
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/
7 \textclass scrartcl
8 \begin_preamble
9 % DO NOT ALTER THIS PREAMBLE!!!
10 %
11 % This preamble is designed to ensure that the file prints
12 % out as advertised. If you mess with this preamble,
13 % parts of this document may not print out as expected.  If you
14 % have problems LaTeXing this file, please contact 
15 % the documentation team
16 % email: lyx-docs@lists.lyx.org
17
18 % solves the following problem:
19 % If the dection number consits of too many numerals the section heading
20 % will be printed in the TOC without a space between it and the section number.
21 % As solution more space between the number and the heading is inserted:
22 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
23 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
24
25 % increase link area for cross-references and autoname them,
26 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
27 \@ifundefined{extrasenglish}{\usepackage[english]{babel}}{}
28 \@ifpackageloaded{babel}{
29  \addto\extrasenglish{%
30   \renewcommand*{\equationautorefname}[1]{}%
31   \renewcommand{\sectionautorefname}{sec.\negthinspace}%
32   \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
33   \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
34  }
35 }{}
36
37 % don't load packages twice
38 % see first footnote in sec. 9.3
39 \@ifundefined{textcolor}{\usepackage{color}}{}
40
41 % the pages of the TOC are numbered roman
42 % and a PDF-bookmark for the TOC is added
43 \pagenumbering{roman}
44 \let\myTOC\tableofcontents
45 \renewcommand{\tableofcontents}{%
46  \vspace{1cm}
47  \pdfbookmark[1]{\contentsname}{}
48  \myTOC
49  \cleardoublepage
50  \pagenumbering{arabic}}
51
52 % add 0.5 mm vertical space for table rows
53 \@ifundefined{extrarowheight} {\usepackage{array}}{}
54 \setlength{\extrarowheight}{0.5mm}
55
56 % insert additional vertical space of 1.5 mm between footnotes,
57 \let\myFoot\footnote
58 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
59
60 % makes caption labels bold
61 \setkomafont{captionlabel}{\bfseries}
62
63 % enables calculation of values
64 \usepackage{calc}
65
66 % for multiple columns used in sec. 24.7
67 \usepackage{multicol}
68
69 % needed in sec. 19.4
70 \usepackage{remreset}
71
72 % for the Fourier transformation symbol
73 \usepackage{mathrsfs}
74
75 % define a color, used in sec.9.3
76 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
77
78 % declare operators (see sec. 10.4 and sec. 15.2)
79 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
80 \DeclareMathOperator{\sgn}{sgn}
81
82 % example definitions for sec. 20.1 
83 \newcommand{\gr}{\Longrightarrow}
84 \newcommand{\us}[1]{\underline{#1}}
85 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
86 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
87 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
88
89 % example macro from sec. 19.4
90 %\AtBeginDocument{
91 %\def\tagform@#1{\maketag@@@{|#1|}}
92 %}
93
94 % ------------------------------------
95 % used to check for needed LaTeX packages
96 \usepackage{ifthen}
97
98 % check for package undertilde
99 % used for the command \utilde
100 \newboolean{undertilde}
101 \IfFileExists{undertilde.sty}
102  {\usepackage{undertilde}
103   \setboolean{undertilde}{true}}
104  {\setboolean{undertilde}{false}}
105
106 % check for package eurosym
107 % used for the Euro symbol
108 \newboolean{eurosym}
109 \IfFileExists{eurosym.sty}
110  {\usepackage[gennarrow]{eurosym}
111   \setboolean{eurosym}{true}}
112  {\setboolean{eurosym}{false}}
113
114 % check for package braket
115 % used for physical vectors
116 \newboolean{braket}
117 \IfFileExists{braket.sty}
118  {\usepackage{braket}
119   \setboolean{braket}{true}}
120  {\setboolean{braket}{false}}
121
122 % check for package cancel
123 \newboolean{cancel}
124 \IfFileExists{cancel.sty}
125  {\usepackage{cancel}
126   \setboolean{cancel}{true}}
127  {\setboolean{cancel}{false}}
128
129 % check for package upgreek
130 \newboolean{upgreek}
131 \IfFileExists{upgreek.sty}
132  {\usepackage{upgreek}
133   \setboolean{upgreek}{true}}
134  {\setboolean{upgreek}{false}}
135 \end_preamble
136 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
137 \use_default_options false
138 \begin_modules
139 subequations
140 \end_modules
141 \maintain_unincluded_children no
142 \language english
143 \language_package default
144 \inputencoding utf8
145 \fontencoding auto
146 \font_roman "lmodern" "default"
147 \font_sans "lmss" "default"
148 \font_typewriter "lmtt" "default"
149 \font_math "auto" "auto"
150 \font_default_family default
151 \use_non_tex_fonts false
152 \font_sc false
153 \font_roman_osf false
154 \font_sans_osf false
155 \font_typewriter_osf false
156 \font_sf_scale 100 100
157 \font_tt_scale 100 100
158 \use_microtype false
159 \use_dash_ligatures false
160 \graphics default
161 \default_output_format pdf2
162 \output_sync 0
163 \bibtex_command default
164 \index_command makeindex
165 \float_placement class
166 \float_alignment class
167 \paperfontsize 12
168 \spacing single
169 \use_hyperref true
170 \pdf_title "LyX's Math Manual"
171 \pdf_author "LyX Team, Uwe Stöhr"
172 \pdf_subject "LyX-documentation about math"
173 \pdf_keywords "LyX, Mathed"
174 \pdf_bookmarks true
175 \pdf_bookmarksnumbered true
176 \pdf_bookmarksopen true
177 \pdf_bookmarksopenlevel 1
178 \pdf_breaklinks false
179 \pdf_pdfborder false
180 \pdf_colorlinks true
181 \pdf_backref false
182 \pdf_pdfusetitle false
183 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
184 \papersize a4
185 \use_geometry false
186 \use_package amsmath 2
187 \use_package amssymb 2
188 \use_package cancel 1
189 \use_package esint 1
190 \use_package mathdots 1
191 \use_package mathtools 2
192 \use_package mhchem 1
193 \use_package stackrel 1
194 \use_package stmaryrd 1
195 \use_package undertilde 0
196 \cite_engine basic
197 \cite_engine_type default
198 \biblio_style plain
199 \use_bibtopic false
200 \use_indices false
201 \paperorientation portrait
202 \suppress_date false
203 \justification true
204 \use_refstyle 0
205 \use_minted 0
206 \use_lineno 0
207 \notefontcolor #0000ff
208 \index Index
209 \shortcut idx
210 \color #008000
211 \end_index
212 \secnumdepth 4
213 \tocdepth 3
214 \paragraph_separation skip
215 \defskip halfline
216 \is_math_indent 0
217 \math_numbering_side default
218 \quotes_style english
219 \dynamic_quotes 0
220 \papercolumns 1
221 \papersides 2
222 \paperpagestyle plain
223 \tablestyle default
224 \bullet 1 0 6 -1
225 \bullet 2 2 35 -1
226 \bullet 3 2 7 -1
227 \tracking_changes true
228 \output_changes false
229 \change_bars false
230 \postpone_fragile_content false
231 \html_math_output 0
232 \html_css_as_file 0
233 \html_be_strict false
234 \docbook_table_output 0
235 \docbook_mathml_prefix 1
236 \author -563046850 "Jean-Marc LASGOUTTES"
237 \author 177693 "x"
238 \author 5863208 "ab"
239 \author 47243155 "Jean-Marc"
240 \author 232239728 "Owner"
241 \end_header
242
243 \begin_body
244
245 \begin_layout Title
246 \SpecialChar LyX
247 's Detailed Math Manual
248 \end_layout
249
250 \begin_layout Author
251 by the \SpecialChar LyX
252  Team
253 \begin_inset Foot
254 status collapsed
255
256 \begin_layout Plain Layout
257 \noindent
258 If you have comments or error corrections, please send them to the \SpecialChar LyX
259  Documentatio
260 n mailing list: 
261 \family typewriter
262
263 \begin_inset CommandInset href
264 LatexCommand href
265 name "lyx-docs@lists.lyx.org"
266 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
267 type "mailto:"
268 literal "false"
269
270 \end_inset
271
272
273 \end_layout
274
275 \end_inset
276
277
278 \begin_inset Note Note
279 status open
280
281 \begin_layout Plain Layout
282 author: Uwe Stöhr
283 \end_layout
284
285 \end_inset
286
287
288 \begin_inset Newline newline
289 \end_inset
290
291
292 \begin_inset Newline newline
293 \end_inset
294
295
296 \family sans
297 Version 2.
298 \change_inserted 47243155 1563226038
299 4
300 \change_deleted 47243155 1563226038
301 3
302 \change_unchanged
303 .x
304 \end_layout
305
306 \begin_layout Standard
307 \begin_inset CommandInset toc
308 LatexCommand tableofcontents
309
310 \end_inset
311
312
313 \end_layout
314
315 \begin_layout Standard
316 \begin_inset Note Note
317 status open
318
319 \begin_layout Plain Layout
320 To export this document to PDF, PS or DVI the \SpecialChar LaTeX
321 -packages 
322 \series bold
323 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
324 \series default
325  and 
326 \series bold
327 was
328 \series default
329  should be installed.
330  If they are not installed the document can be exported anyway but the sections
331  where the packages are required will not appear in the output.
332  An exception is 
333 \series bold
334 mhchem
335 \series default
336 ; if it is not installed, this file cannot be exported.
337 \end_layout
338
339 \begin_layout Plain Layout
340 The latest PDF-version of this document can be found here:
341 \begin_inset Newline newline
342 \end_inset
343
344
345 \series bold
346 https://wiki.lyx.org/LyX/Manuals#Math
347 \end_layout
348
349 \end_inset
350
351
352 \end_layout
353
354 \begin_layout Standard
355 \begin_inset Newpage newpage
356 \end_inset
357
358
359 \end_layout
360
361 \begin_layout Section
362 Introduction
363 \end_layout
364
365 \begin_layout Standard
366 This document details \SpecialChar LyX
367 's math features and the \SpecialChar LaTeX
368 -commands used for mathematical
369  characters and constructs.
370  It is oriented toward the use of commands.
371  The user should read the 
372 \family typewriter
373 Mathematical
374 \begin_inset space ~
375 \end_inset
376
377 Formulas
378 \family default
379  section of the User's Guide before proceeding.
380 \end_layout
381
382 \begin_layout Standard
383 Most of the characters and many constructs explained in this manual are
384  also accessible via the menu 
385 \family sans
386 Insert
387 \series bold
388 \SpecialChar menuseparator
389
390 \series default
391 Math
392 \family default
393  or the 
394 \family sans
395 math
396 \family default
397 \series bold
398  
399 \family sans
400 \series default
401 toolbar
402 \family default
403 .
404  But everybody who has to write lots of formulas will notice that it is
405  much faster to use commands instead of the math toolbar.
406  Therefore this manual is focused on commands but also mentions the correspondin
407 g toolbar buttons when available.
408 \end_layout
409
410 \begin_layout Standard
411 Unless specially mentioned, math commands are only available within formulas.
412  To be able to use all of the commands explained in this document, the option
413  
414 \family sans
415 Use AMS math package
416 \family default
417  must be checked in the document settings (menu 
418 \family sans
419 Document\SpecialChar menuseparator
420 Settings\SpecialChar menuseparator
421 Math
422 \begin_inset space ~
423 \end_inset
424
425 Options
426 \family default
427 ).
428 \begin_inset Foot
429 status collapsed
430
431 \begin_layout Plain Layout
432 The option 
433 \family sans
434 Use AMS math package automatically
435 \family default
436  only uses 
437 \begin_inset ERT
438 status collapsed
439
440 \begin_layout Plain Layout
441
442
443 \backslash
444 AmS 
445 \end_layout
446
447 \end_inset
448
449 -math when math constructs are found that are supported by \SpecialChar LyX
450 .
451 \end_layout
452
453 \end_inset
454
455
456 \end_layout
457
458 \begin_layout Standard
459 This document doesn't list all 
460 \begin_inset ERT
461 status collapsed
462
463 \begin_layout Plain Layout
464
465
466 \backslash
467 AmS 
468 \end_layout
469
470 \end_inset
471
472 -math commands
473 \begin_inset Foot
474 status open
475
476 \begin_layout Plain Layout
477 A list containing all 
478 \begin_inset ERT
479 status collapsed
480
481 \begin_layout Plain Layout
482
483
484 \backslash
485 AmS
486 \end_layout
487
488 \end_inset
489
490 -math commands is in the file 
491 \family sans
492
493 \begin_inset CommandInset href
494 LatexCommand href
495 name "amsguide.pdf"
496 target "https://www.ctan.org/tex-archive/macros/amstex/doc/amsguide.pdf"
497 literal "false"
498
499 \end_inset
500
501
502 \family default
503 , which is part of every \SpecialChar LaTeX
504  standard installation.
505 \end_layout
506
507 \end_inset
508
509  for lucidity reasons.
510 \end_layout
511
512 \begin_layout Section
513 General Instructions
514 \end_layout
515
516 \begin_layout Standard
517 To create an inline formula
518 \begin_inset Index idx
519 range none
520 pageformat default
521 status collapsed
522
523 \begin_layout Plain Layout
524 Formula
525 \begin_inset IndexMacro subentry
526 status open
527
528 \begin_layout Plain Layout
529 inline
530 \end_layout
531
532 \end_inset
533
534
535 \end_layout
536
537 \end_inset
538
539  that is embedded in a text line, use one of the shortcuts 
540 \begin_inset Info
541 type  "shortcuts"
542 arg   "math-mode"
543 \end_inset
544
545  or the toolbar button 
546 \begin_inset Info
547 type  "icon"
548 arg   "math-mode"
549 \end_inset
550
551 .
552 \begin_inset Newline newline
553 \end_inset
554
555 To create a display style formula
556 \begin_inset Index idx
557 range none
558 pageformat default
559 status open
560
561 \begin_layout Plain Layout
562 Formula
563 \begin_inset IndexMacro subentry
564 status open
565
566 \begin_layout Plain Layout
567 display style
568 \end_layout
569
570 \end_inset
571
572
573 \end_layout
574
575 \end_inset
576
577  which will appear bigger, has a different format, and will be in a separate
578  paragraph, use one of these shortcuts: 
579 \begin_inset Info
580 type  "shortcuts"
581 arg   "math-display"
582 \end_inset
583
584 .
585 \end_layout
586
587 \begin_layout Standard
588 To change a display style formula to an inline formula, place the cursor
589  inside the formula and use 
590 \change_deleted 5863208 1612729312
591 one of 
592 \change_unchanged
593 the shortcut
594 \change_deleted 5863208 1612729314
595 s
596 \change_unchanged
597  
598 \change_deleted 5863208 1612729303
599
600 \begin_inset Info
601 type  "shortcuts"
602 arg   "math-mode"
603 \end_inset
604
605
606 \change_inserted 5863208 1612729281
607
608 \begin_inset Info
609 type  "shortcuts"
610 arg   "math-mutate simple"
611 \end_inset
612
613
614 \change_unchanged
615  or the menu 
616 \family sans
617 Edit\SpecialChar menuseparator
618 Math\SpecialChar menuseparator
619 Change formula type
620 \family default
621 .
622  
623 \change_inserted 5863208 1612729555
624 Similarly you can use the shortcut 
625 \begin_inset Info
626 type  "shortcuts"
627 arg   "math-mutate equation"
628 \end_inset
629
630  to change from an inline to a display style formula.
631  
632 \change_deleted 5863208 1612729557
633 The same method is used to change an inline formula to a display style formula.
634 \change_unchanged
635
636 \end_layout
637
638 \begin_layout Standard
639 To display parts of an inline formula in the size of a display style formula,
640  enter the command 
641 \series bold
642
643 \backslash
644 displaystyle
645 \series default
646
647 \begin_inset Index idx
648 range none
649 pageformat default
650 status collapsed
651
652 \begin_layout Plain Layout
653 Commands
654 \begin_inset IndexMacro subentry
655 status open
656
657 \begin_layout Plain Layout
658 D
659 \end_layout
660
661 \end_inset
662
663
664 \begin_inset IndexMacro subentry
665 status open
666
667 \begin_layout Plain Layout
668
669 \backslash
670 displaystyle
671 \end_layout
672
673 \end_inset
674
675
676 \end_layout
677
678 \end_inset
679
680  in a formula.
681  A new blue box will appear in which the desired formula part is inserted.
682 \end_layout
683
684 \begin_layout Standard
685 Only inline formulas are allowed inside tables.
686 \end_layout
687
688 \begin_layout Standard
689
690 \change_deleted 232239728 1610897673
691 The 
692 \family sans
693 math toolbar
694 \family default
695  can be turned on in the menu 
696 \family sans
697 View\SpecialChar menuseparator
698 Toolbars
699 \family default
700 .
701  When you click there on 
702 \begin_inset Quotes eld
703 \end_inset
704
705 Math
706 \begin_inset Quotes erd
707 \end_inset
708
709  the toolbar will be shown permanently at the bottom; this state is visualized
710  in the 
711 \family sans
712 Toolbars
713 \family default
714  menu with a checkmark.
715  When you click in this state again on 
716 \begin_inset Quotes eld
717 \end_inset
718
719 Math
720 \begin_inset Quotes erd
721 \end_inset
722
723  in the 
724 \family sans
725 Toolbars
726 \family default
727  menu, the 
728 \family sans
729 math toolbar
730 \family default
731  is only shown when the cursor is within a formula; this state is visualized
732  by the renaming of the menu entry from 
733 \begin_inset Quotes eld
734 \end_inset
735
736 Math
737 \begin_inset Quotes erd
738 \end_inset
739
740  to 
741 \begin_inset Quotes eld
742 \end_inset
743
744 Math
745 \begin_inset space ~
746 \end_inset
747
748 (auto)
749 \begin_inset Quotes erd
750 \end_inset
751
752 .
753 \change_inserted 232239728 1610897478
754
755 \end_layout
756
757 \begin_layout Standard
758
759 \change_inserted 232239728 1610918987
760
761 \family sans
762 Math toolbar
763 \family default
764  visibility is controlled in the menu 
765 \family sans
766 View\SpecialChar menuseparator
767 Toolbars\SpecialChar menuseparator
768 Math
769 \family default
770 .
771  Three options will be presented, On, Off, and Automatic.
772  Selecting On will cause the toolbar to be shown permanently at the bottom
773  of the screen.
774  Selecting Off will disable the toolbar.
775  Selecting Automatic will cause the toolbar to automatically appear when
776  the cursor is located within a formula.
777  The active state of the toolbar is indicated by a checkmark next to the
778  current menu selection.
779 \begin_inset Note Note
780 status open
781
782 \begin_layout Plain Layout
783
784 \change_inserted 232239728 1610897730
785 The menu functionality appears to have changed, I rewrote the paragraph
786  for the current functionality
787 \change_unchanged
788
789 \end_layout
790
791 \end_inset
792
793
794 \change_unchanged
795
796 \end_layout
797
798 \begin_layout Standard
799 \SpecialChar TeX
800  mode
801 \begin_inset Index idx
802 range none
803 pageformat default
804 status collapsed
805
806 \begin_layout Plain Layout
807 \begin_inset IndexMacro sortkey
808 status open
809
810 \begin_layout Plain Layout
811 T
812 \end_layout
813
814 \end_inset
815
816 \SpecialChar TeX
817 -mode
818 \end_layout
819
820 \end_inset
821
822  is invoked by pressing the toolbar button 
823 \begin_inset Info
824 type  "icon"
825 arg   "ert-insert"
826 \end_inset
827
828  or by using the menu 
829 \family sans
830 Insert\SpecialChar menuseparator
831 TeX Code
832 \family default
833  (shortcut 
834 \begin_inset Info
835 type  "shortcut"
836 arg   "ert-insert"
837 \end_inset
838
839 ).
840 \end_layout
841
842 \begin_layout Standard
843 To change the \SpecialChar LaTeX
844 -preamble
845 \begin_inset Index idx
846 range none
847 pageformat default
848 status collapsed
849
850 \begin_layout Plain Layout
851 \begin_inset IndexMacro sortkey
852 status open
853
854 \begin_layout Plain Layout
855 L
856 \end_layout
857
858 \end_inset
859
860 \SpecialChar LaTeX
861 -preamble
862 \end_layout
863
864 \end_inset
865
866 , use the menu 
867 \family sans
868 Document\SpecialChar menuseparator
869 Settings\SpecialChar menuseparator
870 LaTeX
871 \family default
872  
873 \family sans
874 Preamble
875 \family default
876 .
877 \end_layout
878
879 \begin_layout Standard
880 To edit matrices, case differentiations and multiline formulas, use the
881  menus 
882 \family sans
883 Edit\SpecialChar menuseparator
884 Math
885 \family default
886  and 
887 \family sans
888 Edit\SpecialChar menuseparator
889 Rows
890 \begin_inset space \thinspace{}
891 \end_inset
892
893 &
894 \begin_inset space \thinspace{}
895 \end_inset
896
897 Columns,
898 \family default
899  or the 
900 \family sans
901 table toolbar
902 \family default
903 .
904  When lines and columns are swapped via the menu, the column or line where
905  the cursor is in is exchanged with the column to the right or the line
906  below, respectively.
907  If the cursor is in the last column or row, the exchange is done with the
908  column to the left or the line above.
909 \end_layout
910
911 \begin_layout Standard
912 To write text in formulas
913 \begin_inset Foot
914 status collapsed
915
916 \begin_layout Plain Layout
917 For multiline formulas the command 
918 \series bold
919
920 \backslash
921 intertext
922 \series default
923  is used, see 
924 \begin_inset CommandInset ref
925 LatexCommand ref
926 reference "subsec:Text-in-multiline"
927
928 \end_inset
929
930 .
931 \end_layout
932
933 \end_inset
934
935  
936 \emph on
937 mathematical text
938 \emph default
939
940 \begin_inset Index idx
941 range none
942 pageformat default
943 status collapsed
944
945 \begin_layout Plain Layout
946 Text
947 \begin_inset IndexMacro subentry
948 status open
949
950 \begin_layout Plain Layout
951 in formulas
952 \end_layout
953
954 \end_inset
955
956
957 \end_layout
958
959 \end_inset
960
961
962 \begin_inset Index idx
963 range none
964 pageformat default
965 status collapsed
966
967 \begin_layout Plain Layout
968 Mathematical text
969 \end_layout
970
971 \end_inset
972
973  is used.
974  This mode is invoked with the shortcut 
975 \begin_inset Info
976 type  "shortcut"
977 arg   "font-default"
978 \end_inset
979
980  or by the insertion of the command 
981 \series bold
982
983 \backslash
984 text
985 \series default
986
987 \begin_inset Index idx
988 range none
989 pageformat default
990 status collapsed
991
992 \begin_layout Plain Layout
993 Commands
994 \begin_inset IndexMacro subentry
995 status open
996
997 \begin_layout Plain Layout
998 T
999 \end_layout
1000
1001 \end_inset
1002
1003
1004 \begin_inset IndexMacro subentry
1005 status open
1006
1007 \begin_layout Plain Layout
1008
1009 \backslash
1010 text
1011 \end_layout
1012
1013 \end_inset
1014
1015
1016 \end_layout
1017
1018 \end_inset
1019
1020 .
1021  The text appears black in \SpecialChar LyX
1022  and can therefore be distinguished from the
1023  other formula parts which appear blue.
1024  In the output, mathematical text is set upright contrary to other formula
1025  parts.
1026 \end_layout
1027
1028 \begin_layout Subsection*
1029 Command Scheme
1030 \end_layout
1031
1032 \begin_layout Standard
1033 Most \SpecialChar LaTeX
1034 -commands for math constructs have the following syntax:
1035 \end_layout
1036
1037 \begin_layout Standard
1038
1039 \series bold
1040
1041 \backslash
1042 commandname[optional
1043 \series default
1044  
1045 \series bold
1046 argument]{required
1047 \series default
1048  
1049 \series bold
1050 argument}
1051 \end_layout
1052
1053 \begin_layout Standard
1054 A command always starts with a backslash 
1055 \begin_inset Quotes gld
1056 \end_inset
1057
1058
1059 \series bold
1060
1061 \backslash
1062
1063 \series default
1064
1065 \begin_inset Quotes grd
1066 \end_inset
1067
1068 .
1069  To omit the 
1070 \series bold
1071 optional
1072 \series default
1073  
1074 \series bold
1075 argument
1076 \series default
1077 s, also omit the associated brackets.
1078  The braces around the 
1079 \series bold
1080 required
1081 \series default
1082  
1083 \series bold
1084 arguments
1085 \series default
1086  are referred to in this document as \SpecialChar TeX
1087  braces
1088 \begin_inset Index idx
1089 range none
1090 pageformat default
1091 status collapsed
1092
1093 \begin_layout Plain Layout
1094 \begin_inset IndexMacro sortkey
1095 status open
1096
1097 \begin_layout Plain Layout
1098 T
1099 \end_layout
1100
1101 \end_inset
1102
1103 \SpecialChar TeX
1104 -braces
1105 \end_layout
1106
1107 \end_inset
1108
1109 .
1110  If you append a left brace to a command name inside a formula, \SpecialChar LyX
1111  automatically
1112  creates a right \SpecialChar TeX
1113  brace.
1114  In all other cases standalone \SpecialChar TeX
1115  braces are created in formulas with the
1116  command 
1117 \series bold
1118
1119 \backslash
1120 {
1121 \series default
1122 .
1123  Normal braces are created by typing 
1124 \series bold
1125 {
1126 \series default
1127 .
1128  \SpecialChar TeX
1129  braces appear red in \SpecialChar LyX
1130 , normal braces appear blue.
1131  In \SpecialChar TeX
1132  mode a command is not needed to get \SpecialChar TeX
1133  braces.
1134  \SpecialChar TeX
1135  braces don't appear in the output while normal braces do.
1136 \end_layout
1137
1138 \begin_layout Standard
1139 When commands without arguments, like commands for symbols, are entered
1140  in \SpecialChar TeX
1141  mode, a space character must 
1142 \emph on
1143 always
1144 \emph default
1145  be behind the command to end it.
1146  This space doesn't appear in the output.
1147  When the space should appear in the output, the space must be followed
1148  by a 
1149 \change_deleted 177693 1654668848
1150 protected
1151 \change_inserted 177693 1654668851
1152 non-breaking
1153 \change_unchanged
1154  space in normal text.
1155 \end_layout
1156
1157 \begin_layout Standard
1158
1159 \change_deleted 177693 1654668857
1160 protected
1161 \change_inserted 177693 1654668860
1162 non-breaking
1163 \change_unchanged
1164  space is inserted with
1165 \change_inserted 232239728 1610908934
1166  
1167 \change_deleted 5863208 1612729787
1168 the menu selection 
1169 \change_inserted 5863208 1612729774
1170
1171 \begin_inset Info
1172 type  "shortcuts"
1173 arg   "command-alternatives math-space ; space-insert protected"
1174 \end_inset
1175
1176
1177 \change_deleted 232239728 1610908788
1178
1179 \begin_inset Info
1180 type  "shortcuts"
1181 arg   "command-alternatives space-insert protected;  math-space"
1182 \end_inset
1183
1184
1185 \change_inserted 5863208 1612729766
1186 or with the menu selection
1187 \family sans
1188  
1189 \change_inserted 232239728 1610908897
1190 Insert\SpecialChar menuseparator
1191 Formatting\SpecialChar menuseparator
1192
1193 \change_deleted 177693 1654668863
1194 Protected
1195 \change_inserted 177693 1654668975
1196 Non-Breaking Normal
1197 \change_inserted 232239728 1610908897
1198  Space
1199 \family default
1200  or 
1201 \change_inserted 5863208 1612729638
1202
1203 \family sans
1204 Ctrl+Space
1205 \change_deleted 5863208 1612729640
1206
1207 \family default
1208 Ctrl+Space
1209 \change_unchanged
1210 .
1211 \end_layout
1212
1213 \begin_layout Subsection*
1214 \begin_inset Newpage newpage
1215 \end_inset
1216
1217
1218 \change_deleted 5863208 1612098922
1219 Syntax 
1220 \change_unchanged
1221 Explanation
1222 \change_inserted 5863208 1612100879
1223  of Syntax Used in this Manual
1224 \change_unchanged
1225
1226 \end_layout
1227
1228 \begin_layout Itemize
1229 The symbol 
1230 \begin_inset space \textvisiblespace{}
1231 \end_inset
1232
1233  denotes a space character to be input
1234 \change_inserted 5863208 1612098935
1235  by the user
1236 \change_unchanged
1237 .
1238 \end_layout
1239
1240 \begin_layout Itemize
1241 An arrow like 
1242 \begin_inset Formula $\to$
1243 \end_inset
1244
1245  denotes the usage of the corresponding arrow key on the keyboard.
1246  The 
1247 \family sans
1248 Tab
1249 \family default
1250  key can often be used instead of 
1251 \begin_inset Formula $\to$
1252 \end_inset
1253
1254  and 
1255 \begin_inset Formula $\downarrow$
1256 \end_inset
1257
1258 , and 
1259 \family sans
1260 Shift+Tab
1261 \family default
1262  instead of 
1263 \begin_inset Formula $\leftarrow$
1264 \end_inset
1265
1266  and 
1267 \begin_inset Formula $\uparrow$
1268 \end_inset
1269
1270 .
1271 \end_layout
1272
1273 \begin_layout Subsection*
1274 Available Units
1275 \end_layout
1276
1277 \begin_layout Standard
1278 \align center
1279 \begin_inset Float table
1280 placement H
1281 alignment document
1282 wide false
1283 sideways false
1284 status open
1285
1286 \begin_layout Plain Layout
1287 \align center
1288 \begin_inset Caption Standard
1289
1290 \begin_layout Plain Layout
1291 \begin_inset CommandInset label
1292 LatexCommand label
1293 name "tab:Available-units"
1294
1295 \end_inset
1296
1297 Available units
1298 \end_layout
1299
1300 \end_inset
1301
1302
1303 \end_layout
1304
1305 \begin_layout Plain Layout
1306 \align center
1307 \begin_inset Tabular
1308 <lyxtabular version="3" rows="13" columns="2">
1309 <features booktabs="true" tabularvalignment="middle">
1310 <column alignment="center" valignment="top">
1311 <column alignment="center" valignment="top" width="0pt">
1312 <row>
1313 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1314 \begin_inset Text
1315
1316 \begin_layout Plain Layout
1317 Unit
1318 \end_layout
1319
1320 \end_inset
1321 </cell>
1322 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1323 \begin_inset Text
1324
1325 \begin_layout Plain Layout
1326 Name / Description
1327 \end_layout
1328
1329 \end_inset
1330 </cell>
1331 </row>
1332 <row>
1333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1334 \begin_inset Text
1335
1336 \begin_layout Plain Layout
1337 mm
1338 \end_layout
1339
1340 \end_inset
1341 </cell>
1342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1343 \begin_inset Text
1344
1345 \begin_layout Plain Layout
1346 Millimeter
1347 \end_layout
1348
1349 \end_inset
1350 </cell>
1351 </row>
1352 <row>
1353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1354 \begin_inset Text
1355
1356 \begin_layout Plain Layout
1357 cm
1358 \end_layout
1359
1360 \end_inset
1361 </cell>
1362 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1363 \begin_inset Text
1364
1365 \begin_layout Plain Layout
1366 Centimeter
1367 \end_layout
1368
1369 \end_inset
1370 </cell>
1371 </row>
1372 <row>
1373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1374 \begin_inset Text
1375
1376 \begin_layout Plain Layout
1377 in
1378 \end_layout
1379
1380 \end_inset
1381 </cell>
1382 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1383 \begin_inset Text
1384
1385 \begin_layout Plain Layout
1386 Inch (1
1387 \begin_inset space \thinspace{}
1388 \end_inset
1389
1390 in = 2
1391 \change_deleted 232239728 1610909338
1392 ,
1393 \change_inserted 232239728 1610909338
1394 .
1395 \change_unchanged
1396 54
1397 \begin_inset space \thinspace{}
1398 \end_inset
1399
1400 cm)
1401 \end_layout
1402
1403 \end_inset
1404 </cell>
1405 </row>
1406 <row>
1407 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1408 \begin_inset Text
1409
1410 \begin_layout Plain Layout
1411 pt
1412 \end_layout
1413
1414 \end_inset
1415 </cell>
1416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1417 \begin_inset Text
1418
1419 \begin_layout Plain Layout
1420 Point (72.27
1421 \begin_inset space \thinspace{}
1422 \end_inset
1423
1424 pt = 1
1425 \begin_inset space \thinspace{}
1426 \end_inset
1427
1428 in)
1429 \end_layout
1430
1431 \end_inset
1432 </cell>
1433 </row>
1434 <row>
1435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1436 \begin_inset Text
1437
1438 \begin_layout Plain Layout
1439 pc
1440 \end_layout
1441
1442 \end_inset
1443 </cell>
1444 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1445 \begin_inset Text
1446
1447 \begin_layout Plain Layout
1448 Pica (1
1449 \begin_inset space \thinspace{}
1450 \end_inset
1451
1452 pc = 12
1453 \begin_inset space \thinspace{}
1454 \end_inset
1455
1456 pt)
1457 \end_layout
1458
1459 \end_inset
1460 </cell>
1461 </row>
1462 <row>
1463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1464 \begin_inset Text
1465
1466 \begin_layout Plain Layout
1467 sp
1468 \end_layout
1469
1470 \end_inset
1471 </cell>
1472 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1473 \begin_inset Text
1474
1475 \begin_layout Plain Layout
1476 scaled point (65536
1477 \begin_inset space \thinspace{}
1478 \end_inset
1479
1480 sp = 1
1481 \begin_inset space \thinspace{}
1482 \end_inset
1483
1484 pt)
1485 \end_layout
1486
1487 \end_inset
1488 </cell>
1489 </row>
1490 <row>
1491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1492 \begin_inset Text
1493
1494 \begin_layout Plain Layout
1495 bp
1496 \end_layout
1497
1498 \end_inset
1499 </cell>
1500 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1501 \begin_inset Text
1502
1503 \begin_layout Plain Layout
1504 big point (72
1505 \begin_inset space \thinspace{}
1506 \end_inset
1507
1508 bp = 1
1509 \begin_inset space \thinspace{}
1510 \end_inset
1511
1512 in)
1513 \end_layout
1514
1515 \end_inset
1516 </cell>
1517 </row>
1518 <row>
1519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1520 \begin_inset Text
1521
1522 \begin_layout Plain Layout
1523 dd
1524 \end_layout
1525
1526 \end_inset
1527 </cell>
1528 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1529 \begin_inset Text
1530
1531 \begin_layout Plain Layout
1532 Didot (1
1533 \begin_inset space \thinspace{}
1534 \end_inset
1535
1536 dd 
1537 \begin_inset Formula $\approx$
1538 \end_inset
1539
1540  0.376
1541 \begin_inset space \thinspace{}
1542 \end_inset
1543
1544 mm)
1545 \end_layout
1546
1547 \end_inset
1548 </cell>
1549 </row>
1550 <row>
1551 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1552 \begin_inset Text
1553
1554 \begin_layout Plain Layout
1555 cc
1556 \end_layout
1557
1558 \end_inset
1559 </cell>
1560 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1561 \begin_inset Text
1562
1563 \begin_layout Plain Layout
1564 Cicero (1
1565 \begin_inset space \thinspace{}
1566 \end_inset
1567
1568 cc = 12
1569 \begin_inset space \thinspace{}
1570 \end_inset
1571
1572 dd)
1573 \end_layout
1574
1575 \end_inset
1576 </cell>
1577 </row>
1578 <row>
1579 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1580 \begin_inset Text
1581
1582 \begin_layout Plain Layout
1583 ex
1584 \end_layout
1585
1586 \end_inset
1587 </cell>
1588 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1589 \begin_inset Text
1590
1591 \begin_layout Plain Layout
1592 Height of letter 
1593 \emph on
1594
1595 \begin_inset Quotes eld
1596 \end_inset
1597
1598 x
1599 \emph default
1600
1601 \begin_inset Quotes erd
1602 \end_inset
1603
1604  in the current font
1605 \end_layout
1606
1607 \end_inset
1608 </cell>
1609 </row>
1610 <row>
1611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1612 \begin_inset Text
1613
1614 \begin_layout Plain Layout
1615 em
1616 \end_layout
1617
1618 \end_inset
1619 </cell>
1620 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1621 \begin_inset Text
1622
1623 \begin_layout Plain Layout
1624 width of letter 
1625 \begin_inset Quotes eld
1626 \end_inset
1627
1628
1629 \emph on
1630 M
1631 \emph default
1632
1633 \begin_inset Quotes erd
1634 \end_inset
1635
1636  in the current font
1637 \end_layout
1638
1639 \end_inset
1640 </cell>
1641 </row>
1642 <row>
1643 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
1644 \begin_inset Text
1645
1646 \begin_layout Plain Layout
1647 mu
1648 \end_layout
1649
1650 \end_inset
1651 </cell>
1652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
1653 \begin_inset Text
1654
1655 \begin_layout Plain Layout
1656 math unit (1
1657 \begin_inset space \thinspace{}
1658 \end_inset
1659
1660 mu = 
1661 \begin_inset Formula $\nicefrac{1}{18}$
1662 \end_inset
1663
1664
1665 \begin_inset space \thinspace{}
1666 \end_inset
1667
1668 em)
1669 \end_layout
1670
1671 \end_inset
1672 </cell>
1673 </row>
1674 </lyxtabular>
1675
1676 \end_inset
1677
1678
1679 \end_layout
1680
1681 \end_inset
1682
1683
1684 \end_layout
1685
1686 \begin_layout Section
1687 Basic Functions
1688 \end_layout
1689
1690 \begin_layout Subsection
1691 Exponents
1692 \begin_inset Index idx
1693 range none
1694 pageformat default
1695 status collapsed
1696
1697 \begin_layout Plain Layout
1698 Exponents
1699 \end_layout
1700
1701 \end_inset
1702
1703  and Indices
1704 \begin_inset Index idx
1705 range none
1706 pageformat default
1707 status collapsed
1708
1709 \begin_layout Plain Layout
1710 Indices
1711 \end_layout
1712
1713 \end_inset
1714
1715
1716 \begin_inset Index idx
1717 range none
1718 pageformat default
1719 status collapsed
1720
1721 \begin_layout Plain Layout
1722 Superscripts
1723 \begin_inset IndexMacro see
1724 status open
1725
1726 \begin_layout Plain Layout
1727 Exponents
1728 \end_layout
1729
1730 \end_inset
1731
1732
1733 \end_layout
1734
1735 \end_inset
1736
1737
1738 \begin_inset Index idx
1739 range none
1740 pageformat default
1741 status collapsed
1742
1743 \begin_layout Plain Layout
1744 Subscripts
1745 \begin_inset IndexMacro see
1746 status open
1747
1748 \begin_layout Plain Layout
1749 Indices
1750 \end_layout
1751
1752 \end_inset
1753
1754
1755 \end_layout
1756
1757 \end_inset
1758
1759
1760 \end_layout
1761
1762 \begin_layout Standard
1763 Indices are created with an underscore 
1764 \begin_inset Quotes eld
1765 \end_inset
1766
1767 _
1768 \begin_inset Quotes erd
1769 \end_inset
1770
1771  or via the math toolbar button 
1772 \begin_inset Info
1773 type  "icon"
1774 arg   "math-subscript"
1775 \end_inset
1776
1777 , exponents with a caret 
1778 \begin_inset Quotes eld
1779 \end_inset
1780
1781 ^
1782 \begin_inset Quotes erd
1783 \end_inset
1784
1785  or via the math toolbar button 
1786 \begin_inset Info
1787 type  "icon"
1788 arg   "math-superscript"
1789 \end_inset
1790
1791 .
1792 \end_layout
1793
1794 \begin_layout Standard
1795 \align center
1796 \begin_inset Tabular
1797 <lyxtabular version="3" rows="4" columns="2">
1798 <features booktabs="true" tabularvalignment="middle">
1799 <column alignment="center" valignment="top" width="0pt">
1800 <column alignment="center" valignment="top" width="0pt">
1801 <row>
1802 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1803 \begin_inset Text
1804
1805 \begin_layout Plain Layout
1806 Command
1807 \end_layout
1808
1809 \end_inset
1810 </cell>
1811 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1812 \begin_inset Text
1813
1814 \begin_layout Plain Layout
1815 Result
1816 \end_layout
1817
1818 \end_inset
1819 </cell>
1820 </row>
1821 <row>
1822 <cell alignment="center" valignment="top" usebox="none">
1823 \begin_inset Text
1824
1825 \begin_layout Plain Layout
1826 B_V
1827 \end_layout
1828
1829 \end_inset
1830 </cell>
1831 <cell alignment="center" valignment="top" usebox="none">
1832 \begin_inset Text
1833
1834 \begin_layout Plain Layout
1835 \begin_inset Formula $B_{V}$
1836 \end_inset
1837
1838
1839 \end_layout
1840
1841 \end_inset
1842 </cell>
1843 </row>
1844 <row topspace="1.5mm">
1845 <cell alignment="center" valignment="top" usebox="none">
1846 \begin_inset Text
1847
1848 \begin_layout Plain Layout
1849 B^V
1850 \end_layout
1851
1852 \end_inset
1853 </cell>
1854 <cell alignment="center" valignment="top" usebox="none">
1855 \begin_inset Text
1856
1857 \begin_layout Plain Layout
1858 \begin_inset Formula $B^{V}$
1859 \end_inset
1860
1861
1862 \end_layout
1863
1864 \end_inset
1865 </cell>
1866 </row>
1867 <row topspace="1.5mm">
1868 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1869 \begin_inset Text
1870
1871 \begin_layout Plain Layout
1872 B^
1873 \begin_inset space \textvisiblespace{}
1874 \end_inset
1875
1876 A
1877 \end_layout
1878
1879 \end_inset
1880 </cell>
1881 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1882 \begin_inset Text
1883
1884 \begin_layout Plain Layout
1885 \begin_inset Formula $B^{A}$
1886 \end_inset
1887
1888
1889 \end_layout
1890
1891 \end_inset
1892 </cell>
1893 </row>
1894 </lyxtabular>
1895
1896 \end_inset
1897
1898
1899 \end_layout
1900
1901 \begin_layout Standard
1902 As the caret is in some languages an accent, vowels will be accentuated
1903  in this case and not set as exponents
1904 \begin_inset Foot
1905 status open
1906
1907 \begin_layout Plain Layout
1908 Depending on the keyboard settings used this can also happen for characters
1909  other than vowels.
1910 \end_layout
1911
1912 \end_inset
1913
1914 .
1915  To get exponents in this case, press 
1916 \family sans
1917 Space
1918 \family default
1919  after the caret as in the last example.
1920 \end_layout
1921
1922 \begin_layout Subsection
1923 Fractions
1924 \begin_inset CommandInset label
1925 LatexCommand label
1926 name "subsec:Fractions"
1927
1928 \end_inset
1929
1930
1931 \begin_inset Index idx
1932 range none
1933 pageformat default
1934 status collapsed
1935
1936 \begin_layout Plain Layout
1937 Fractions
1938 \end_layout
1939
1940 \end_inset
1941
1942
1943 \end_layout
1944
1945 \begin_layout Standard
1946 Fractions are generated with the command 
1947 \series bold
1948
1949 \backslash
1950 frac
1951 \series default
1952
1953 \begin_inset Index idx
1954 range none
1955 pageformat default
1956 status collapsed
1957
1958 \begin_layout Plain Layout
1959 Commands
1960 \begin_inset IndexMacro subentry
1961 status open
1962
1963 \begin_layout Plain Layout
1964 F
1965 \end_layout
1966
1967 \end_inset
1968
1969
1970 \begin_inset IndexMacro subentry
1971 status open
1972
1973 \begin_layout Plain Layout
1974
1975 \backslash
1976 frac
1977 \end_layout
1978
1979 \end_inset
1980
1981
1982 \end_layout
1983
1984 \end_inset
1985
1986  or via the math toolbar button 
1987 \begin_inset Info
1988 type  "icon"
1989 arg   "math-insert \\frac"
1990 \end_inset
1991
1992 .
1993  The font size is adjusted automatically, depending on whether the fraction
1994  is in an inline or display style formula.
1995  With the math toolbar button 
1996 \begin_inset Info
1997 type  "icon"
1998 arg   "math-insert \\frac-square"
1999 \end_inset
2000
2001  you can select different fraction types.
2002 \end_layout
2003
2004 \begin_layout Standard
2005 With the command 
2006 \series bold
2007
2008 \backslash
2009 dfrac
2010 \series default
2011
2012 \begin_inset Index idx
2013 range none
2014 pageformat default
2015 status collapsed
2016
2017 \begin_layout Plain Layout
2018 Commands
2019 \begin_inset IndexMacro subentry
2020 status open
2021
2022 \begin_layout Plain Layout
2023 D
2024 \end_layout
2025
2026 \end_inset
2027
2028
2029 \begin_inset IndexMacro subentry
2030 status open
2031
2032 \begin_layout Plain Layout
2033
2034 \backslash
2035 dfrac
2036 \end_layout
2037
2038 \end_inset
2039
2040
2041 \end_layout
2042
2043 \end_inset
2044
2045  a fraction can be created that always has the size of a display style formula.
2046  With 
2047 \series bold
2048
2049 \backslash
2050 tfrac
2051 \series default
2052
2053 \begin_inset Index idx
2054 range none
2055 pageformat default
2056 status collapsed
2057
2058 \begin_layout Plain Layout
2059 Commands
2060 \begin_inset IndexMacro subentry
2061 status open
2062
2063 \begin_layout Plain Layout
2064 T
2065 \end_layout
2066
2067 \end_inset
2068
2069
2070 \begin_inset IndexMacro subentry
2071 status open
2072
2073 \begin_layout Plain Layout
2074
2075 \backslash
2076 tfrac
2077 \end_layout
2078
2079 \end_inset
2080
2081
2082 \end_layout
2083
2084 \end_inset
2085
2086  the fraction appears always with the size of an inline formula.
2087  An example:
2088 \end_layout
2089
2090 \begin_layout Standard
2091 A line with the fraction 
2092 \begin_inset Formula $\frac{1}{2}$
2093 \end_inset
2094
2095  that was created with the command 
2096 \series bold
2097
2098 \backslash
2099 frac
2100 \series default
2101 .
2102 \end_layout
2103
2104 \begin_layout Standard
2105 A line with the fraction 
2106 \begin_inset Formula $\dfrac{1}{2}$
2107 \end_inset
2108
2109  that was created with the command 
2110 \series bold
2111
2112 \backslash
2113 dfrac
2114 \series default
2115 .
2116 \end_layout
2117
2118 \begin_layout Standard
2119 \align center
2120 \begin_inset Tabular
2121 <lyxtabular version="3" rows="4" columns="2">
2122 <features booktabs="true" tabularvalignment="middle">
2123 <column alignment="center" valignment="top" width="0pt">
2124 <column alignment="center" valignment="top" width="0pt">
2125 <row>
2126 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2127 \begin_inset Text
2128
2129 \begin_layout Plain Layout
2130 Command
2131 \end_layout
2132
2133 \end_inset
2134 </cell>
2135 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2136 \begin_inset Text
2137
2138 \begin_layout Plain Layout
2139 Result
2140 \end_layout
2141
2142 \end_inset
2143 </cell>
2144 </row>
2145 <row topspace="1.5mm">
2146 <cell alignment="center" valignment="top" usebox="none">
2147 \begin_inset Text
2148
2149 \begin_layout Plain Layout
2150
2151 \backslash
2152 frac
2153 \begin_inset space \textvisiblespace{}
2154 \end_inset
2155
2156 A
2157 \begin_inset Formula $\downarrow$
2158 \end_inset
2159
2160 B
2161 \end_layout
2162
2163 \end_inset
2164 </cell>
2165 <cell alignment="center" valignment="top" usebox="none">
2166 \begin_inset Text
2167
2168 \begin_layout Plain Layout
2169 \begin_inset Formula $\frac{A}{B}$
2170 \end_inset
2171
2172
2173 \end_layout
2174
2175 \end_inset
2176 </cell>
2177 </row>
2178 <row topspace="2mm">
2179 <cell alignment="center" valignment="top" usebox="none">
2180 \begin_inset Text
2181
2182 \begin_layout Plain Layout
2183
2184 \backslash
2185 dfrac
2186 \begin_inset space \textvisiblespace{}
2187 \end_inset
2188
2189 A
2190 \begin_inset Formula $\downarrow$
2191 \end_inset
2192
2193 B
2194 \end_layout
2195
2196 \end_inset
2197 </cell>
2198 <cell alignment="center" valignment="top" usebox="none">
2199 \begin_inset Text
2200
2201 \begin_layout Plain Layout
2202 \begin_inset Formula $\dfrac{A}{B}$
2203 \end_inset
2204
2205
2206 \end_layout
2207
2208 \end_inset
2209 </cell>
2210 </row>
2211 <row topspace="2mm" bottomspace="1mm">
2212 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2213 \begin_inset Text
2214
2215 \begin_layout Plain Layout
2216
2217 \backslash
2218 dfrac
2219 \begin_inset space \textvisiblespace{}
2220 \end_inset
2221
2222 e^
2223 \backslash
2224 frac
2225 \begin_inset space \textvisiblespace{}
2226 \end_inset
2227
2228 1
2229 \begin_inset Formula $\downarrow$
2230 \end_inset
2231
2232 2
2233 \begin_inset Formula $\downarrow\downarrow$
2234 \end_inset
2235
2236 3
2237 \end_layout
2238
2239 \end_inset
2240 </cell>
2241 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2242 \begin_inset Text
2243
2244 \begin_layout Plain Layout
2245 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
2246 \end_inset
2247
2248
2249 \end_layout
2250
2251 \end_inset
2252 </cell>
2253 </row>
2254 </lyxtabular>
2255
2256 \end_inset
2257
2258
2259 \end_layout
2260
2261 \begin_layout Standard
2262 \begin_inset VSpace bigskip
2263 \end_inset
2264
2265
2266 \begin_inset Newpage newpage
2267 \end_inset
2268
2269 For nested fractions the command 
2270 \series bold
2271
2272 \backslash
2273 cfrac
2274 \series default
2275
2276 \begin_inset Index idx
2277 range none
2278 pageformat default
2279 status collapsed
2280
2281 \begin_layout Plain Layout
2282 Commands
2283 \begin_inset IndexMacro subentry
2284 status open
2285
2286 \begin_layout Plain Layout
2287 C
2288 \end_layout
2289
2290 \end_inset
2291
2292
2293 \begin_inset IndexMacro subentry
2294 status open
2295
2296 \begin_layout Plain Layout
2297
2298 \backslash
2299 cfrac
2300 \end_layout
2301
2302 \end_inset
2303
2304
2305 \end_layout
2306
2307 \end_inset
2308
2309  can be used.
2310  Here is an example:
2311 \begin_inset VSpace -3mm
2312 \end_inset
2313
2314
2315 \end_layout
2316
2317 \begin_layout Standard
2318 \begin_inset Formula 
2319 \begin{align*}
2320 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2321 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2322 \end{align*}
2323
2324 \end_inset
2325
2326
2327 \end_layout
2328
2329 \begin_layout Standard
2330 The command for the example above is:
2331 \end_layout
2332
2333 \begin_layout Standard
2334
2335 \series bold
2336
2337 \backslash
2338 cfrac
2339 \begin_inset space \textvisiblespace{}
2340 \end_inset
2341
2342 A
2343 \begin_inset Formula $\downarrow$
2344 \end_inset
2345
2346 B+
2347 \backslash
2348 cfrac
2349 \begin_inset space \textvisiblespace{}
2350 \end_inset
2351
2352 C+
2353 \backslash
2354 cfrac
2355 \begin_inset space \textvisiblespace{}
2356 \end_inset
2357
2358 E
2359 \begin_inset Formula $\downarrow$
2360 \end_inset
2361
2362 F
2363 \begin_inset Formula $\downarrow$
2364 \end_inset
2365
2366 D
2367 \end_layout
2368
2369 \begin_layout Standard
2370 \begin_inset VSpace medskip
2371 \end_inset
2372
2373
2374 \end_layout
2375
2376 \begin_layout Standard
2377
2378 \series bold
2379
2380 \backslash
2381 cfrac
2382 \series default
2383  always sets the fraction size to that of a displayed formula, even when
2384  it is part of another fraction.
2385 \end_layout
2386
2387 \begin_layout Standard
2388 It is possible to specify the alignment of the numerator.
2389  The command 
2390 \series bold
2391
2392 \backslash
2393 cfracleft
2394 \series default
2395  is used to left align it, the command 
2396 \series bold
2397
2398 \backslash
2399 cfracright
2400 \series default
2401  to right-align it.
2402  
2403 \series bold
2404
2405 \backslash
2406 cfrac
2407 \series default
2408  centers the numerator.
2409  These fractions demonstrate the different alignments:
2410 \end_layout
2411
2412 \begin_layout Standard
2413
2414 \series bold
2415 \begin_inset Formula 
2416 \[
2417 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2418 \]
2419
2420 \end_inset
2421
2422
2423 \end_layout
2424
2425 \begin_layout Standard
2426 \begin_inset Note Greyedout
2427 status open
2428
2429 \begin_layout Plain Layout
2430
2431 \series bold
2432 Note:
2433 \series default
2434  
2435 \series bold
2436
2437 \backslash
2438 cfracleft
2439 \series default
2440  and 
2441 \series bold
2442
2443 \backslash
2444 cfracright
2445 \series default
2446  are not real \SpecialChar LaTeX
2447  commands but represent the command 
2448 \series bold
2449
2450 \backslash
2451 cfrac[alignment]{numerator}{denominator}
2452 \series default
2453  .
2454  Therefore you cannot use them in \SpecialChar TeX
2455  code.
2456 \end_layout
2457
2458 \end_inset
2459
2460
2461 \end_layout
2462
2463 \begin_layout Standard
2464 \begin_inset VSpace medskip
2465 \end_inset
2466
2467 It is often advantageous to combine 
2468 \series bold
2469
2470 \backslash
2471 cfrac
2472 \series default
2473  and 
2474 \series bold
2475
2476 \backslash
2477 frac
2478 \series default
2479 :
2480 \begin_inset Formula 
2481 \[
2482 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2483 \]
2484
2485 \end_inset
2486
2487
2488 \end_layout
2489
2490 \begin_layout Standard
2491 For inline fractions with a sloped fraction stroke you can use the command
2492  
2493 \series bold
2494
2495 \backslash
2496 nicefrac
2497 \series default
2498
2499 \begin_inset Index idx
2500 range none
2501 pageformat default
2502 status collapsed
2503
2504 \begin_layout Plain Layout
2505 Commands
2506 \begin_inset IndexMacro subentry
2507 status open
2508
2509 \begin_layout Plain Layout
2510 N
2511 \end_layout
2512
2513 \end_inset
2514
2515
2516 \begin_inset IndexMacro subentry
2517 status open
2518
2519 \begin_layout Plain Layout
2520
2521 \backslash
2522 nicefrac
2523 \end_layout
2524
2525 \end_inset
2526
2527
2528 \end_layout
2529
2530 \end_inset
2531
2532
2533 \begin_inset Formula $\nicefrac{5}{31}$
2534 \end_inset
2535
2536  or 
2537 \series bold
2538
2539 \backslash
2540 unitfrac
2541 \series default
2542
2543 \begin_inset Index idx
2544 range none
2545 pageformat default
2546 status collapsed
2547
2548 \begin_layout Plain Layout
2549 Commands
2550 \begin_inset IndexMacro subentry
2551 status open
2552
2553 \begin_layout Plain Layout
2554 U
2555 \end_layout
2556
2557 \end_inset
2558
2559
2560 \begin_inset IndexMacro subentry
2561 status open
2562
2563 \begin_layout Plain Layout
2564
2565 \backslash
2566 unitfrac
2567 \end_layout
2568
2569 \end_inset
2570
2571
2572 \end_layout
2573
2574 \end_inset
2575
2576
2577 \begin_inset Formula $\unitfrac{5}{31}$
2578 \end_inset
2579
2580  There is also the command 
2581 \series bold
2582
2583 \backslash
2584 unitfracthree
2585 \series default
2586  which allows you to write a fraction in combination with a number: 
2587 \begin_inset Formula $\unitfrac[2]{1}{3}$
2588 \end_inset
2589
2590
2591 \end_layout
2592
2593 \begin_layout Standard
2594 \begin_inset Note Greyedout
2595 status open
2596
2597 \begin_layout Plain Layout
2598
2599 \series bold
2600 Note:
2601 \series default
2602  
2603 \series bold
2604
2605 \backslash
2606 unitfracthree
2607 \series default
2608  is not a real \SpecialChar LaTeX
2609  command but the command
2610 \begin_inset Newline newline
2611 \end_inset
2612
2613
2614 \series bold
2615
2616 \backslash
2617 unitfrac[number]{numerator}{denominator}
2618 \series default
2619  .
2620  Therefore you cannot use it in \SpecialChar TeX
2621  code.
2622 \end_layout
2623
2624 \end_inset
2625
2626
2627 \end_layout
2628
2629 \begin_layout Standard
2630 How to define your own fractions where the fraction stroke can be changed
2631  is explained in 
2632 \begin_inset CommandInset ref
2633 LatexCommand ref
2634 reference "subsec:Self-defined-Fractions"
2635
2636 \end_inset
2637
2638 .
2639 \end_layout
2640
2641 \begin_layout Standard
2642 Multiline fractions are explained in 
2643 \begin_inset CommandInset ref
2644 LatexCommand ref
2645 reference "subsec:Multiline-Fractions"
2646
2647 \end_inset
2648
2649 .
2650 \end_layout
2651
2652 \begin_layout Subsection
2653 Roots
2654 \begin_inset Index idx
2655 range none
2656 pageformat default
2657 status collapsed
2658
2659 \begin_layout Plain Layout
2660 Roots
2661 \end_layout
2662
2663 \end_inset
2664
2665
2666 \end_layout
2667
2668 \begin_layout Standard
2669 Square roots are created with 
2670 \series bold
2671
2672 \backslash
2673 sqrt
2674 \series default
2675
2676 \begin_inset Index idx
2677 range none
2678 pageformat default
2679 status collapsed
2680
2681 \begin_layout Plain Layout
2682 Commands
2683 \begin_inset IndexMacro subentry
2684 status open
2685
2686 \begin_layout Plain Layout
2687 S
2688 \end_layout
2689
2690 \end_inset
2691
2692
2693 \begin_inset IndexMacro subentry
2694 status open
2695
2696 \begin_layout Plain Layout
2697
2698 \backslash
2699 sqrt
2700 \end_layout
2701
2702 \end_inset
2703
2704
2705 \end_layout
2706
2707 \end_inset
2708
2709  or the math toolbar button 
2710 \begin_inset Info
2711 type  "icon"
2712 arg   "math-insert \\sqrt"
2713 \end_inset
2714
2715 , all other roots with the command 
2716 \series bold
2717
2718 \backslash
2719 root
2720 \series default
2721
2722 \begin_inset Index idx
2723 range none
2724 pageformat default
2725 status collapsed
2726
2727 \begin_layout Plain Layout
2728 Commands
2729 \begin_inset IndexMacro subentry
2730 status open
2731
2732 \begin_layout Plain Layout
2733 R
2734 \end_layout
2735
2736 \end_inset
2737
2738
2739 \begin_inset IndexMacro subentry
2740 status open
2741
2742 \begin_layout Plain Layout
2743
2744 \backslash
2745 root
2746 \end_layout
2747
2748 \end_inset
2749
2750
2751 \end_layout
2752
2753 \end_inset
2754
2755  or with the math toolbar button 
2756 \begin_inset Info
2757 type  "icon"
2758 arg   "math-insert \\root"
2759 \end_inset
2760
2761 .
2762 \end_layout
2763
2764 \begin_layout Standard
2765 \align center
2766 \begin_inset Tabular
2767 <lyxtabular version="3" rows="3" columns="2">
2768 <features booktabs="true" tabularvalignment="middle">
2769 <column alignment="center" valignment="top" width="0pt">
2770 <column alignment="center" valignment="top" width="0pt">
2771 <row>
2772 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2773 \begin_inset Text
2774
2775 \begin_layout Plain Layout
2776 Command
2777 \end_layout
2778
2779 \end_inset
2780 </cell>
2781 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2782 \begin_inset Text
2783
2784 \begin_layout Plain Layout
2785 Result
2786 \end_layout
2787
2788 \end_inset
2789 </cell>
2790 </row>
2791 <row topspace="1mm">
2792 <cell alignment="center" valignment="top" usebox="none">
2793 \begin_inset Text
2794
2795 \begin_layout Plain Layout
2796
2797 \backslash
2798 sqrt
2799 \begin_inset space \textvisiblespace{}
2800 \end_inset
2801
2802 A-B
2803 \end_layout
2804
2805 \end_inset
2806 </cell>
2807 <cell alignment="center" valignment="top" usebox="none">
2808 \begin_inset Text
2809
2810 \begin_layout Plain Layout
2811 \begin_inset Formula $\sqrt{A-B}$
2812 \end_inset
2813
2814
2815 \end_layout
2816
2817 \end_inset
2818 </cell>
2819 </row>
2820 <row topspace="1mm">
2821 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2822 \begin_inset Text
2823
2824 \begin_layout Plain Layout
2825
2826 \backslash
2827 root
2828 \begin_inset space \textvisiblespace{}
2829 \end_inset
2830
2831 3
2832 \begin_inset Formula $\downarrow$
2833 \end_inset
2834
2835 A-B
2836 \end_layout
2837
2838 \end_inset
2839 </cell>
2840 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2841 \begin_inset Text
2842
2843 \begin_layout Plain Layout
2844 \begin_inset Formula $\sqrt[3]{A-B}$
2845 \end_inset
2846
2847
2848 \end_layout
2849
2850 \end_inset
2851 </cell>
2852 </row>
2853 </lyxtabular>
2854
2855 \end_inset
2856
2857
2858 \end_layout
2859
2860 \begin_layout Standard
2861 A square root can also be created with 
2862 \series bold
2863
2864 \backslash
2865 root
2866 \series default
2867  when the root index field is left empty.
2868 \end_layout
2869
2870 \begin_layout Standard
2871 With certain indices the distance to the root is too small, like in this
2872  formula: 
2873 \begin_inset Formula $\sqrt[\beta]{B}$
2874 \end_inset
2875
2876
2877 \begin_inset Newline newline
2878 \end_inset
2879
2880 The 
2881 \begin_inset Formula $\beta$
2882 \end_inset
2883
2884  touches the root.
2885  To avoid this, the commands 
2886 \series bold
2887
2888 \backslash
2889 leftroot
2890 \series default
2891
2892 \begin_inset Index idx
2893 range none
2894 pageformat default
2895 status collapsed
2896
2897 \begin_layout Plain Layout
2898 Commands
2899 \begin_inset IndexMacro subentry
2900 status open
2901
2902 \begin_layout Plain Layout
2903 L
2904 \end_layout
2905
2906 \end_inset
2907
2908
2909 \begin_inset IndexMacro subentry
2910 status open
2911
2912 \begin_layout Plain Layout
2913
2914 \backslash
2915 leftroot
2916 \end_layout
2917
2918 \end_inset
2919
2920
2921 \end_layout
2922
2923 \end_inset
2924
2925  and 
2926 \series bold
2927
2928 \backslash
2929 uproot
2930 \series default
2931
2932 \begin_inset Index idx
2933 range none
2934 pageformat default
2935 status collapsed
2936
2937 \begin_layout Plain Layout
2938 Commands
2939 \begin_inset IndexMacro subentry
2940 status open
2941
2942 \begin_layout Plain Layout
2943 U
2944 \end_layout
2945
2946 \end_inset
2947
2948
2949 \begin_inset IndexMacro subentry
2950 status open
2951
2952 \begin_layout Plain Layout
2953
2954 \backslash
2955 uproot
2956 \end_layout
2957
2958 \end_inset
2959
2960
2961 \end_layout
2962
2963 \end_inset
2964
2965  are used with the following scheme:
2966 \end_layout
2967
2968 \begin_layout Standard
2969
2970 \series bold
2971
2972 \backslash
2973 leftroot{distance}
2974 \series default
2975  and 
2976 \series bold
2977
2978 \backslash
2979 uproot{distance}
2980 \end_layout
2981
2982 \begin_layout Standard
2983 Distance is the number of Big Points (unit bp; 
2984 \begin_inset Formula $\mathrm{72\,bp=1\,inch}$
2985 \end_inset
2986
2987 ), that the index should be moved to the left or up, resp..
2988  The commands are written to the index.
2989  This way the command
2990 \begin_inset Newline newline
2991 \end_inset
2992
2993
2994 \series bold
2995
2996 \backslash
2997 root
2998 \backslash
2999 leftroot{-1
3000 \begin_inset Formula $\to$
3001 \end_inset
3002
3003
3004 \backslash
3005 uproot{2
3006 \begin_inset Formula $\to$
3007 \end_inset
3008
3009
3010 \backslash
3011 beta
3012 \begin_inset space \textvisiblespace{}
3013 \end_inset
3014
3015
3016 \begin_inset Formula $\to$
3017 \end_inset
3018
3019 B
3020 \begin_inset Newline newline
3021 \end_inset
3022
3023
3024 \series default
3025 produces a correct typeset formula: 
3026 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
3027 \end_inset
3028
3029
3030 \end_layout
3031
3032 \begin_layout Subsection
3033 Binomial Coefficients
3034 \begin_inset Index idx
3035 range none
3036 pageformat default
3037 status collapsed
3038
3039 \begin_layout Plain Layout
3040 Binomial coefficients
3041 \end_layout
3042
3043 \end_inset
3044
3045
3046 \end_layout
3047
3048 \begin_layout Standard
3049 Binomial coefficients are inserted with the command 
3050 \series bold
3051
3052 \backslash
3053 binom
3054 \series default
3055
3056 \begin_inset Index idx
3057 range none
3058 pageformat default
3059 status collapsed
3060
3061 \begin_layout Plain Layout
3062 Commands
3063 \begin_inset IndexMacro subentry
3064 status open
3065
3066 \begin_layout Plain Layout
3067 B
3068 \end_layout
3069
3070 \end_inset
3071
3072
3073 \begin_inset IndexMacro subentry
3074 status open
3075
3076 \begin_layout Plain Layout
3077
3078 \backslash
3079 binom
3080 \end_layout
3081
3082 \end_inset
3083
3084
3085 \end_layout
3086
3087 \end_inset
3088
3089  or with the submenu of the math toolbar button 
3090 \begin_inset Info
3091 type  "icon"
3092 arg   "math-insert \\frac-square"
3093 \end_inset
3094
3095 .
3096  As with fractions (
3097 \series bold
3098
3099 \backslash
3100 frac
3101 \series default
3102 ) in addition to 
3103 \series bold
3104
3105 \backslash
3106 binom
3107 \series default
3108  there are the commands 
3109 \series bold
3110
3111 \backslash
3112 dbinom
3113 \series default
3114
3115 \begin_inset Index idx
3116 range none
3117 pageformat default
3118 status collapsed
3119
3120 \begin_layout Plain Layout
3121 Commands
3122 \begin_inset IndexMacro subentry
3123 status open
3124
3125 \begin_layout Plain Layout
3126 D
3127 \end_layout
3128
3129 \end_inset
3130
3131
3132 \begin_inset IndexMacro subentry
3133 status open
3134
3135 \begin_layout Plain Layout
3136
3137 \backslash
3138 dbinom
3139 \end_layout
3140
3141 \end_inset
3142
3143
3144 \end_layout
3145
3146 \end_inset
3147
3148  and 
3149 \series bold
3150
3151 \backslash
3152 tbinom
3153 \series default
3154
3155 \begin_inset Index idx
3156 range none
3157 pageformat default
3158 status collapsed
3159
3160 \begin_layout Plain Layout
3161 Commands
3162 \begin_inset IndexMacro subentry
3163 status open
3164
3165 \begin_layout Plain Layout
3166 T
3167 \end_layout
3168
3169 \end_inset
3170
3171
3172 \begin_inset IndexMacro subentry
3173 status open
3174
3175 \begin_layout Plain Layout
3176
3177 \backslash
3178 tbinom
3179 \end_layout
3180
3181 \end_inset
3182
3183
3184 \end_layout
3185
3186 \end_inset
3187
3188 .
3189  For other brackets around binomial coefficients there are the commands
3190  
3191 \series bold
3192
3193 \backslash
3194 brace
3195 \series default
3196
3197 \begin_inset Index idx
3198 range none
3199 pageformat default
3200 status collapsed
3201
3202 \begin_layout Plain Layout
3203 Commands
3204 \begin_inset IndexMacro subentry
3205 status open
3206
3207 \begin_layout Plain Layout
3208 B
3209 \end_layout
3210
3211 \end_inset
3212
3213
3214 \begin_inset IndexMacro subentry
3215 status open
3216
3217 \begin_layout Plain Layout
3218
3219 \backslash
3220 brace
3221 \end_layout
3222
3223 \end_inset
3224
3225
3226 \end_layout
3227
3228 \end_inset
3229
3230  and 
3231 \series bold
3232
3233 \backslash
3234 brack
3235 \series default
3236
3237 \begin_inset Index idx
3238 range none
3239 pageformat default
3240 status collapsed
3241
3242 \begin_layout Plain Layout
3243 Commands
3244 \begin_inset IndexMacro subentry
3245 status open
3246
3247 \begin_layout Plain Layout
3248 B
3249 \end_layout
3250
3251 \end_inset
3252
3253
3254 \begin_inset IndexMacro subentry
3255 status open
3256
3257 \begin_layout Plain Layout
3258
3259 \backslash
3260 brack
3261 \end_layout
3262
3263 \end_inset
3264
3265
3266 \end_layout
3267
3268 \end_inset
3269
3270 .
3271 \end_layout
3272
3273 \begin_layout Standard
3274 \align center
3275 \begin_inset Tabular
3276 <lyxtabular version="3" rows="6" columns="2">
3277 <features booktabs="true" tabularvalignment="middle">
3278 <column alignment="center" valignment="top" width="0pt">
3279 <column alignment="center" valignment="top" width="0pt">
3280 <row>
3281 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3282 \begin_inset Text
3283
3284 \begin_layout Plain Layout
3285 Command
3286 \end_layout
3287
3288 \end_inset
3289 </cell>
3290 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3291 \begin_inset Text
3292
3293 \begin_layout Plain Layout
3294 Result
3295 \end_layout
3296
3297 \end_inset
3298 </cell>
3299 </row>
3300 <row topspace="1mm">
3301 <cell alignment="center" valignment="top" usebox="none">
3302 \begin_inset Text
3303
3304 \begin_layout Plain Layout
3305
3306 \backslash
3307 binom
3308 \begin_inset space \textvisiblespace{}
3309 \end_inset
3310
3311 A
3312 \begin_inset Formula $\downarrow$
3313 \end_inset
3314
3315 B
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 <cell alignment="center" valignment="top" usebox="none">
3321 \begin_inset Text
3322
3323 \begin_layout Plain Layout
3324 \begin_inset Formula $\binom{A}{B}$
3325 \end_inset
3326
3327
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 </row>
3333 <row topspace="2mm">
3334 <cell alignment="center" valignment="top" usebox="none">
3335 \begin_inset Text
3336
3337 \begin_layout Plain Layout
3338
3339 \backslash
3340 dbinom
3341 \begin_inset space \textvisiblespace{}
3342 \end_inset
3343
3344 A
3345 \begin_inset Formula $\downarrow$
3346 \end_inset
3347
3348 B
3349 \end_layout
3350
3351 \end_inset
3352 </cell>
3353 <cell alignment="center" valignment="top" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357 \begin_inset Formula $\dbinom{A}{B}$
3358 \end_inset
3359
3360
3361 \end_layout
3362
3363 \end_inset
3364 </cell>
3365 </row>
3366 <row topspace="2mm" bottomspace="0.5mm">
3367 <cell alignment="center" valignment="top" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Plain Layout
3371
3372 \backslash
3373 tbinom
3374 \begin_inset space \textvisiblespace{}
3375 \end_inset
3376
3377 A
3378 \begin_inset Formula $\downarrow$
3379 \end_inset
3380
3381 B
3382 \end_layout
3383
3384 \end_inset
3385 </cell>
3386 <cell alignment="center" valignment="top" usebox="none">
3387 \begin_inset Text
3388
3389 \begin_layout Plain Layout
3390 \begin_inset Formula $\tbinom{A}{B}$
3391 \end_inset
3392
3393
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 </row>
3399 <row topspace="1mm">
3400 <cell alignment="center" valignment="top" topline="true" usebox="none">
3401 \begin_inset Text
3402
3403 \begin_layout Plain Layout
3404
3405 \backslash
3406 brack
3407 \begin_inset space \textvisiblespace{}
3408 \end_inset
3409
3410 A
3411 \begin_inset Formula $\downarrow$
3412 \end_inset
3413
3414 B
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 <cell alignment="center" valignment="top" topline="true" usebox="none">
3420 \begin_inset Text
3421
3422 \begin_layout Plain Layout
3423 \begin_inset Formula ${A \brack B}$
3424 \end_inset
3425
3426
3427 \end_layout
3428
3429 \end_inset
3430 </cell>
3431 </row>
3432 <row topspace="2mm" bottomspace="0.5mm">
3433 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3434 \begin_inset Text
3435
3436 \begin_layout Plain Layout
3437
3438 \backslash
3439 brace
3440 \begin_inset space \textvisiblespace{}
3441 \end_inset
3442
3443 A
3444 \begin_inset Formula $\downarrow$
3445 \end_inset
3446
3447 B
3448 \end_layout
3449
3450 \end_inset
3451 </cell>
3452 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Plain Layout
3456 \begin_inset Formula ${A \brace B}$
3457 \end_inset
3458
3459
3460 \end_layout
3461
3462 \end_inset
3463 </cell>
3464 </row>
3465 </lyxtabular>
3466
3467 \end_inset
3468
3469
3470 \end_layout
3471
3472 \begin_layout Subsection
3473 Case Differentiations
3474 \begin_inset Index idx
3475 range none
3476 pageformat default
3477 status collapsed
3478
3479 \begin_layout Plain Layout
3480 Case differentiations
3481 \end_layout
3482
3483 \end_inset
3484
3485
3486 \end_layout
3487
3488 \begin_layout Standard
3489 \align center
3490 \begin_inset Tabular
3491 <lyxtabular version="3" rows="3" columns="2">
3492 <features booktabs="true" tabularvalignment="middle">
3493 <column alignment="center" valignment="top" width="0pt">
3494 <column alignment="center" valignment="top" width="0pt">
3495 <row>
3496 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3497 \begin_inset Text
3498
3499 \begin_layout Plain Layout
3500 Command
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3506 \begin_inset Text
3507
3508 \begin_layout Plain Layout
3509 Result
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 </row>
3515 <row>
3516 <cell alignment="center" valignment="top" usebox="none">
3517 \begin_inset Text
3518
3519 \begin_layout Plain Layout
3520
3521 \backslash
3522 cases
3523 \begin_inset space \textvisiblespace{}
3524 \end_inset
3525
3526 A
3527 \begin_inset Formula $\to$
3528 \end_inset
3529
3530 B>0
3531 \begin_inset Index idx
3532 range none
3533 pageformat default
3534 status collapsed
3535
3536 \begin_layout Plain Layout
3537 Commands
3538 \begin_inset IndexMacro subentry
3539 status open
3540
3541 \begin_layout Plain Layout
3542 C
3543 \end_layout
3544
3545 \end_inset
3546
3547
3548 \begin_inset IndexMacro subentry
3549 status open
3550
3551 \begin_layout Plain Layout
3552
3553 \backslash
3554 cases
3555 \end_layout
3556
3557 \end_inset
3558
3559
3560 \end_layout
3561
3562 \end_inset
3563
3564
3565 \end_layout
3566
3567 \end_inset
3568 </cell>
3569 <cell alignment="center" valignment="top" usebox="none">
3570 \begin_inset Text
3571
3572 \begin_layout Plain Layout
3573 \begin_inset Formula $\begin{cases}
3574 A & B>0\end{cases}$
3575 \end_inset
3576
3577
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 </row>
3583 <row topspace="1.5mm">
3584 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588
3589 \backslash
3590 cases
3591 \begin_inset space \textvisiblespace{}
3592 \end_inset
3593
3594
3595 \begin_inset Info
3596 type  "shortcut"
3597 arg   "newline-insert newline"
3598 \end_inset
3599
3600
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3606 \begin_inset Text
3607
3608 \begin_layout Plain Layout
3609 \begin_inset Formula $\begin{cases}
3610 A & \textrm{for }x>0\\
3611 B & \textrm{for }x=0
3612 \end{cases}$
3613 \end_inset
3614
3615
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 </row>
3621 </lyxtabular>
3622
3623 \end_inset
3624
3625
3626 \end_layout
3627
3628 \begin_layout Standard
3629 After inserting 
3630 \series bold
3631
3632 \backslash
3633 cases
3634 \series default
3635  or pressing the math toolbar button 
3636 \begin_inset Info
3637 type  "icon"
3638 arg   "math-insert \\cases"
3639 \end_inset
3640
3641  you can create new lines with the shortcut 
3642 \begin_inset Info
3643 type  "shortcut"
3644 arg   "newline-insert newline"
3645 \end_inset
3646
3647  or the table toolbar button 
3648 \begin_inset Info
3649 type  "icon"
3650 arg   "tabular-feature append-row"
3651 \end_inset
3652
3653 .
3654 \end_layout
3655
3656 \begin_layout Standard
3657 The command 
3658 \series bold
3659
3660 \backslash
3661 cases
3662 \series default
3663  is also available via the menu 
3664 \family sans
3665 Insert\SpecialChar menuseparator
3666 Math\SpecialChar menuseparator
3667 Cases-Environment
3668 \family default
3669 .
3670 \end_layout
3671
3672 \begin_layout Subsection
3673 Negations
3674 \begin_inset Index idx
3675 range none
3676 pageformat default
3677 status collapsed
3678
3679 \begin_layout Plain Layout
3680 Negations
3681 \end_layout
3682
3683 \end_inset
3684
3685
3686 \end_layout
3687
3688 \begin_layout Standard
3689 By inserting 
3690 \series bold
3691
3692 \backslash
3693 not
3694 \series default
3695
3696 \begin_inset Index idx
3697 range none
3698 pageformat default
3699 status collapsed
3700
3701 \begin_layout Plain Layout
3702 Commands
3703 \begin_inset IndexMacro subentry
3704 status open
3705
3706 \begin_layout Plain Layout
3707 N
3708 \end_layout
3709
3710 \end_inset
3711
3712
3713 \begin_inset IndexMacro subentry
3714 status open
3715
3716 \begin_layout Plain Layout
3717
3718 \backslash
3719 not
3720 \end_layout
3721
3722 \end_inset
3723
3724
3725 \end_layout
3726
3727 \end_inset
3728
3729  every character can be displayed canceled.
3730  The characters are quasi accentuated by a slash.
3731 \end_layout
3732
3733 \begin_layout Standard
3734 \align center
3735 \begin_inset Tabular
3736 <lyxtabular version="3" rows="4" columns="2">
3737 <features booktabs="true" tabularvalignment="middle">
3738 <column alignment="center" valignment="top" width="0pt">
3739 <column alignment="center" valignment="top" width="0pt">
3740 <row>
3741 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745 Command
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754 Result
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 </row>
3760 <row>
3761 <cell alignment="center" valignment="top" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765
3766 \backslash
3767 not=
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 <cell alignment="center" valignment="top" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776 \begin_inset Formula $\not=$
3777 \end_inset
3778
3779
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 </row>
3785 <row>
3786 <cell alignment="center" valignment="top" usebox="none">
3787 \begin_inset Text
3788
3789 \begin_layout Plain Layout
3790
3791 \backslash
3792 not 
3793 \backslash
3794 le
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 <cell alignment="center" valignment="top" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803 \begin_inset Formula $\not\le$
3804 \end_inset
3805
3806
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 </row>
3812 <row>
3813 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817
3818 \backslash
3819 not 
3820 \backslash
3821 parallel
3822 \end_layout
3823
3824 \end_inset
3825 </cell>
3826 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3827 \begin_inset Text
3828
3829 \begin_layout Plain Layout
3830 \begin_inset Formula $\not\parallel$
3831 \end_inset
3832
3833
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 </row>
3839 </lyxtabular>
3840
3841 \end_inset
3842
3843
3844 \end_layout
3845
3846 \begin_layout Standard
3847 The last example shows that not all negations look good.
3848  Therefore there are special commands for some negations (see 
3849 \begin_inset CommandInset ref
3850 LatexCommand ref
3851 reference "subsec:Mathematical-Symbols"
3852
3853 \end_inset
3854
3855  and 
3856 \begin_inset CommandInset ref
3857 LatexCommand ref
3858 reference "sec:Relations"
3859
3860 \end_inset
3861
3862 ).
3863 \end_layout
3864
3865 \begin_layout Subsection
3866 Placeholders
3867 \begin_inset CommandInset label
3868 LatexCommand label
3869 name "subsec:Placeholders"
3870
3871 \end_inset
3872
3873
3874 \begin_inset Index idx
3875 range none
3876 pageformat default
3877 status collapsed
3878
3879 \begin_layout Plain Layout
3880 Placeholders
3881 \end_layout
3882
3883 \end_inset
3884
3885
3886 \begin_inset Index idx
3887 range none
3888 pageformat default
3889 status collapsed
3890
3891 \begin_layout Plain Layout
3892 Chemical characters
3893 \begin_inset IndexMacro subentry
3894 status open
3895
3896 \begin_layout Plain Layout
3897 Isotopes
3898 \end_layout
3899
3900 \end_inset
3901
3902
3903 \end_layout
3904
3905 \end_inset
3906
3907
3908 \begin_inset Index idx
3909 range none
3910 pageformat default
3911 status open
3912
3913 \begin_layout Plain Layout
3914 Isotopes
3915 \begin_inset IndexMacro see
3916 status open
3917
3918 \begin_layout Plain Layout
3919 Chemical characters
3920 \end_layout
3921
3922 \end_inset
3923
3924
3925 \end_layout
3926
3927 \end_inset
3928
3929
3930 \end_layout
3931
3932 \begin_layout Standard
3933 When displaying e.
3934 \begin_inset space \thinspace{}
3935 \end_inset
3936
3937 g.
3938 \begin_inset space \space{}
3939 \end_inset
3940
3941 isotopes
3942 \begin_inset Foot
3943 status collapsed
3944
3945 \begin_layout Plain Layout
3946 Typesetting isotopes and chemical symbols is described in 
3947 \begin_inset CommandInset ref
3948 LatexCommand ref
3949 reference "subsec:Chemical-Symbols-and"
3950
3951 \end_inset
3952
3953 .
3954 \end_layout
3955
3956 \end_inset
3957
3958  the following problem occurs:
3959 \end_layout
3960
3961 \begin_layout Standard
3962 \align center
3963 \begin_inset Tabular
3964 <lyxtabular version="3" rows="2" columns="2">
3965 <features booktabs="true" tabularvalignment="middle">
3966 <column alignment="center" valignment="top" width="0pt">
3967 <column alignment="center" valignment="top" width="0pt">
3968 <row>
3969 <cell alignment="center" valignment="top" usebox="none">
3970 \begin_inset Text
3971
3972 \begin_layout Plain Layout
3973 Indices created with sub- and superscripts:
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 <cell alignment="center" valignment="top" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982 \begin_inset Formula $_{9}^{19}\mathrm{F}$
3983 \end_inset
3984
3985
3986 \end_layout
3987
3988 \end_inset
3989 </cell>
3990 </row>
3991 <row topspace="1.5mm">
3992 <cell alignment="center" valignment="top" usebox="none">
3993 \begin_inset Text
3994
3995 \begin_layout Plain Layout
3996 Correct indices:
3997 \end_layout
3998
3999 \end_inset
4000 </cell>
4001 <cell alignment="center" valignment="top" usebox="none">
4002 \begin_inset Text
4003
4004 \begin_layout Plain Layout
4005 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
4006 \end_inset
4007
4008
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 </row>
4014 </lyxtabular>
4015
4016 \end_inset
4017
4018
4019 \end_layout
4020
4021 \begin_layout Standard
4022 The shorter index is placed by default below or above the first character
4023  of the longer index.
4024  This is corrected using the command 
4025 \series bold
4026
4027 \backslash
4028 phantom
4029 \series default
4030
4031 \begin_inset Index idx
4032 range none
4033 pageformat default
4034 status collapsed
4035
4036 \begin_layout Plain Layout
4037 Commands
4038 \begin_inset IndexMacro subentry
4039 status open
4040
4041 \begin_layout Plain Layout
4042 P
4043 \end_layout
4044
4045 \end_inset
4046
4047
4048 \begin_inset IndexMacro subentry
4049 status open
4050
4051 \begin_layout Plain Layout
4052
4053 \backslash
4054 phantom
4055 \end_layout
4056
4057 \end_inset
4058
4059
4060 \end_layout
4061
4062 \end_inset
4063
4064  or the math toolbar button
4065 \begin_inset space \thinspace{}
4066 \end_inset
4067
4068
4069 \begin_inset Foot
4070 status collapsed
4071
4072 \begin_layout Plain Layout
4073 Found in the submenu of the toolbar button 
4074 \begin_inset Info
4075 type  "icon"
4076 arg   "math-insert \\space"
4077 \end_inset
4078
4079
4080 \end_layout
4081
4082 \end_inset
4083
4084  
4085 \begin_inset Info
4086 type  "icon"
4087 arg   "math/phantom"
4088 \end_inset
4089
4090  to create one or more phantom characters.
4091  When inserting phantom characters a small blue box appears that is superposed
4092  with two red arrows.
4093  The arrows indicate the width and height of the box to be created as a
4094  placeholder.
4095  Phantom characters are placeholders with the same character size.
4096 \end_layout
4097
4098 \begin_layout Standard
4099 \align center
4100 \begin_inset Tabular
4101 <lyxtabular version="3" rows="4" columns="2">
4102 <features booktabs="true" tabularvalignment="middle">
4103 <column alignment="center" valignment="top" width="0pt">
4104 <column alignment="center" valignment="top" width="0pt">
4105 <row>
4106 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 Command
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119 Result
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 </row>
4125 <row topspace="1.5mm">
4126 <cell alignment="center" valignment="top" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130 ^19
4131 \begin_inset space \textvisiblespace{}
4132 \end_inset
4133
4134 _
4135 \backslash
4136 phantom
4137 \begin_inset space \textvisiblespace{}
4138 \end_inset
4139
4140 1
4141 \begin_inset Formula $\to$
4142 \end_inset
4143
4144 9
4145 \begin_inset space \textvisiblespace{}
4146 \end_inset
4147
4148
4149 \change_inserted 5863208 1612176450
4150
4151 \backslash
4152 mathrm
4153 \begin_inset space \textvisiblespace{}
4154 \end_inset
4155
4156
4157 \change_unchanged
4158 F
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 <cell alignment="center" valignment="top" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Plain Layout
4167 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
4168 \end_inset
4169
4170
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 </row>
4176 <row topspace="1.5mm" bottomspace="0.5mm">
4177 <cell alignment="center" valignment="top" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181 ^235
4182 \begin_inset space \textvisiblespace{}
4183 \end_inset
4184
4185 _
4186 \backslash
4187 phantom
4188 \begin_inset space \textvisiblespace{}
4189 \end_inset
4190
4191 23
4192 \begin_inset Formula $\to$
4193 \end_inset
4194
4195 9
4196 \begin_inset space \textvisiblespace{}
4197 \end_inset
4198
4199
4200 \change_inserted 5863208 1612707447
4201
4202 \backslash
4203 mathrm
4204 \begin_inset space \textvisiblespace{}
4205 \end_inset
4206
4207
4208 \change_unchanged
4209 F
4210 \end_layout
4211
4212 \end_inset
4213 </cell>
4214 <cell alignment="center" valignment="top" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
4219 \end_inset
4220
4221
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 </row>
4227 <row topspace="1.5mm" bottomspace="0.5mm">
4228 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232
4233 \backslash
4234 Lambda
4235 \change_inserted 5863208 1612707546
4236
4237 \begin_inset space \textvisiblespace{}
4238 \end_inset
4239
4240
4241 \change_unchanged
4242 ^
4243 \change_deleted 5863208 1612707563
4244
4245 \begin_inset space \textvisiblespace{}
4246 \end_inset
4247
4248
4249 \change_unchanged
4250
4251 \backslash
4252 phantom
4253 \begin_inset space \textvisiblespace{}
4254 \end_inset
4255
4256 ii
4257 \begin_inset Formula $\to$
4258 \end_inset
4259
4260 t
4261 \begin_inset space \textvisiblespace{}
4262 \end_inset
4263
4264 _MMt
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
4274 \end_inset
4275
4276
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 </row>
4282 </lyxtabular>
4283
4284 \end_inset
4285
4286
4287 \end_layout
4288
4289 \begin_layout Standard
4290 Furthermore there are the commands 
4291 \series bold
4292
4293 \backslash
4294 vphantom
4295 \series default
4296
4297 \begin_inset Index idx
4298 range none
4299 pageformat default
4300 status collapsed
4301
4302 \begin_layout Plain Layout
4303 Commands
4304 \begin_inset IndexMacro subentry
4305 status open
4306
4307 \begin_layout Plain Layout
4308 V
4309 \end_layout
4310
4311 \end_inset
4312
4313
4314 \begin_inset IndexMacro subentry
4315 status open
4316
4317 \begin_layout Plain Layout
4318
4319 \backslash
4320 vphantom
4321 \end_layout
4322
4323 \end_inset
4324
4325
4326 \end_layout
4327
4328 \end_inset
4329
4330  (toolbar button 
4331 \begin_inset Info
4332 type  "icon"
4333 arg   "math/vphantom"
4334 \end_inset
4335
4336 ) and 
4337 \series bold
4338
4339 \backslash
4340 hphantom
4341 \series default
4342
4343 \begin_inset Index idx
4344 range none
4345 pageformat default
4346 status collapsed
4347
4348 \begin_layout Plain Layout
4349 Commands
4350 \begin_inset IndexMacro subentry
4351 status open
4352
4353 \begin_layout Plain Layout
4354 H
4355 \end_layout
4356
4357 \end_inset
4358
4359
4360 \begin_inset IndexMacro subentry
4361 status open
4362
4363 \begin_layout Plain Layout
4364
4365 \backslash
4366 hphantom
4367 \end_layout
4368
4369 \end_inset
4370
4371
4372 \end_layout
4373
4374 \end_inset
4375
4376  (toolbar button 
4377 \begin_inset Info
4378 type  "icon"
4379 arg   "math/hphantom"
4380 \end_inset
4381
4382 ).
4383  
4384 \series bold
4385
4386 \backslash
4387 hphantom
4388 \series default
4389  creates only space for the maximal height of the characters in the box
4390  but not for its width.
4391  
4392 \series bold
4393
4394 \backslash
4395 vphantom
4396 \series default
4397  creates only space for the width of the box content.
4398  Therefore  the boxes of both commands have only one red arrow.
4399 \end_layout
4400
4401 \begin_layout Standard
4402 For example the command 
4403 \series bold
4404
4405 \backslash
4406 vphantom
4407 \begin_inset space \textvisiblespace{}
4408 \end_inset
4409
4410 a
4411 \backslash
4412 int
4413 \series default
4414  creates space for the height of the integral sign,
4415 \begin_inset Foot
4416 status collapsed
4417
4418 \begin_layout Plain Layout
4419 The command 
4420 \series bold
4421
4422 \backslash
4423 int
4424 \series default
4425  creates an integral sign, see 
4426 \begin_inset CommandInset ref
4427 LatexCommand ref
4428 reference "subsec:Big-Operators"
4429
4430 \end_inset
4431
4432 .
4433 \end_layout
4434
4435 \end_inset
4436
4437  because this is the larger character.
4438  An example application is in 
4439 \begin_inset CommandInset ref
4440 LatexCommand ref
4441 reference "subsec:Multiline-Brackets"
4442
4443 \end_inset
4444
4445 .
4446 \end_layout
4447
4448 \begin_layout Standard
4449 Placeholders can also be used for text when they are inserted via the menu
4450  
4451 \family sans
4452 Insert\SpecialChar menuseparator
4453 Formatting\SpecialChar menuseparator
4454 Phantom
4455 \family default
4456 :
4457 \end_layout
4458
4459 \begin_layout Standard
4460 This is a sentence.
4461 \begin_inset Newline newline
4462 \end_inset
4463
4464
4465 \begin_inset Phantom Phantom
4466 status open
4467
4468 \begin_layout Plain Layout
4469 This
4470 \end_layout
4471
4472 \end_inset
4473
4474  is a sentence.
4475 \end_layout
4476
4477 \begin_layout Subsection
4478 Lines
4479 \begin_inset Index idx
4480 range none
4481 pageformat default
4482 status collapsed
4483
4484 \begin_layout Plain Layout
4485 Lines
4486 \end_layout
4487
4488 \end_inset
4489
4490
4491 \begin_inset Index idx
4492 range none
4493 pageformat default
4494 status collapsed
4495
4496 \begin_layout Plain Layout
4497 Formula
4498 \begin_inset IndexMacro subentry
4499 status open
4500
4501 \begin_layout Plain Layout
4502 underlined
4503 \end_layout
4504
4505 \end_inset
4506
4507
4508 \end_layout
4509
4510 \end_inset
4511
4512
4513 \end_layout
4514
4515 \begin_layout Standard
4516 \align center
4517 \begin_inset Tabular
4518 <lyxtabular version="3" rows="4" columns="2">
4519 <features booktabs="true" tabularvalignment="middle">
4520 <column alignment="center" valignment="top" width="0pt">
4521 <column alignment="center" valignment="top" width="0pt">
4522 <row>
4523 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Plain Layout
4527 Command
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Plain Layout
4536 Result
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 </row>
4542 <row topspace="2mm">
4543 <cell alignment="center" valignment="top" usebox="none">
4544 \begin_inset Text
4545
4546 \begin_layout Plain Layout
4547
4548 \backslash
4549 overline
4550 \begin_inset space \textvisiblespace{}
4551 \end_inset
4552
4553 A+B
4554 \begin_inset Index idx
4555 range none
4556 pageformat default
4557 status collapsed
4558
4559 \begin_layout Plain Layout
4560 Commands
4561 \begin_inset IndexMacro subentry
4562 status open
4563
4564 \begin_layout Plain Layout
4565 O
4566 \end_layout
4567
4568 \end_inset
4569
4570
4571 \begin_inset IndexMacro subentry
4572 status open
4573
4574 \begin_layout Plain Layout
4575
4576 \backslash
4577 overline
4578 \end_layout
4579
4580 \end_inset
4581
4582
4583 \end_layout
4584
4585 \end_inset
4586
4587
4588 \end_layout
4589
4590 \end_inset
4591 </cell>
4592 <cell alignment="center" valignment="top" usebox="none">
4593 \begin_inset Text
4594
4595 \begin_layout Plain Layout
4596 \begin_inset Formula $\overline{A+B}$
4597 \end_inset
4598
4599
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 </row>
4605 <row bottomspace="1mm">
4606 <cell alignment="center" valignment="top" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610
4611 \backslash
4612 underline
4613 \begin_inset space \textvisiblespace{}
4614 \end_inset
4615
4616 A+B
4617 \begin_inset Index idx
4618 range none
4619 pageformat default
4620 status collapsed
4621
4622 \begin_layout Plain Layout
4623 Commands
4624 \begin_inset IndexMacro subentry
4625 status open
4626
4627 \begin_layout Plain Layout
4628 U
4629 \end_layout
4630
4631 \end_inset
4632
4633
4634 \begin_inset IndexMacro subentry
4635 status open
4636
4637 \begin_layout Plain Layout
4638
4639 \backslash
4640 underline
4641 \end_layout
4642
4643 \end_inset
4644
4645
4646 \end_layout
4647
4648 \end_inset
4649
4650
4651 \end_layout
4652
4653 \end_inset
4654 </cell>
4655 <cell alignment="center" valignment="top" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659 \begin_inset Formula $\underline{A+B}$
4660 \end_inset
4661
4662
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 </row>
4668 <row topspace="2mm" bottomspace="1mm">
4669 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673
4674 \backslash
4675 overline
4676 \begin_inset space \textvisiblespace{}
4677 \end_inset
4678
4679
4680 \backslash
4681 underline
4682 \begin_inset space \textvisiblespace{}
4683 \end_inset
4684
4685 A+B
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694 \begin_inset Formula $\overline{\underline{A+B}}$
4695 \end_inset
4696
4697
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 </row>
4703 </lyxtabular>
4704
4705 \end_inset
4706
4707
4708 \end_layout
4709
4710 \begin_layout Standard
4711 In the last example it doesn't matter if 
4712 \series bold
4713
4714 \backslash
4715 overline
4716 \series default
4717  or 
4718 \series bold
4719
4720 \backslash
4721 underline
4722 \series default
4723  is inserted first.
4724 \end_layout
4725
4726 \begin_layout Standard
4727 To double underline use 
4728 \series bold
4729
4730 \backslash
4731 underline
4732 \series default
4733  twice
4734 \change_deleted 5863208 1612707977
4735  
4736 \change_inserted 5863208 1612707993
4737  (or as many times you want).
4738 \change_unchanged
4739
4740 \end_layout
4741
4742 \begin_layout Standard
4743
4744 \change_deleted 232239728 1610990247
4745 It is possible to place up to 6 lines above or below characters.
4746 \change_deleted 5863208 1612729848
4747
4748 \begin_inset Note Note
4749 status open
4750
4751 \begin_layout Plain Layout
4752
4753 \change_inserted 232239728 1610990434
4754 I put 30 over and under lines in my test so I don't know what the actual
4755  maximum is, but it's greater than 6.
4756 \end_layout
4757
4758 \end_inset
4759
4760
4761 \change_unchanged
4762
4763 \end_layout
4764
4765 \begin_layout Standard
4766 \begin_inset VSpace bigskip
4767 \end_inset
4768
4769 Custom lines can be created using the command 
4770 \series bold
4771
4772 \backslash
4773 rule
4774 \series default
4775
4776 \begin_inset Index idx
4777 range none
4778 pageformat default
4779 status collapsed
4780
4781 \begin_layout Plain Layout
4782 Commands
4783 \begin_inset IndexMacro subentry
4784 status open
4785
4786 \begin_layout Plain Layout
4787 R
4788 \end_layout
4789
4790 \end_inset
4791
4792
4793 \begin_inset IndexMacro subentry
4794 status open
4795
4796 \begin_layout Plain Layout
4797
4798 \backslash
4799 rule
4800 \end_layout
4801
4802 \end_inset
4803
4804
4805 \end_layout
4806
4807 \end_inset
4808
4809  which has the following scheme:
4810 \end_layout
4811
4812 \begin_layout Standard
4813
4814 \series bold
4815
4816 \backslash
4817 rule[vertical offset]{length}{thickness}
4818 \end_layout
4819
4820 \begin_layout Standard
4821 The optional vertical offset shifts the line upwards (or downwards, when
4822  the value is negative).
4823  The units listed in 
4824 \begin_inset CommandInset ref
4825 LatexCommand ref
4826 reference "tab:Available-units"
4827
4828 \end_inset
4829
4830  can be used for the values.
4831  Here are two example lines created with the commands
4832 \begin_inset Newline newline
4833 \end_inset
4834
4835
4836 \series bold
4837
4838 \backslash
4839 rule[-2ex]{3cm}{2pt}
4840 \series default
4841  and 
4842 \series bold
4843
4844 \backslash
4845 rule{2cm}{1pt}
4846 \series default
4847 :
4848 \end_layout
4849
4850 \begin_layout Standard
4851 This is a sentence 
4852 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4853 \end_inset
4854
4855  with two lines.
4856 \end_layout
4857
4858 \begin_layout Standard
4859
4860 \series bold
4861
4862 \backslash
4863 rule
4864 \series default
4865  can also be used for text when a line is inserted via the menu 
4866 \family sans
4867 Insert\SpecialChar menuseparator
4868 Formatting\SpecialChar menuseparator
4869 Horizontal
4870 \begin_inset space ~
4871 \end_inset
4872
4873 Line
4874 \family default
4875 :
4876 \end_layout
4877
4878 \begin_layout Standard
4879 This is a sentence 
4880 \begin_inset CommandInset line
4881 LatexCommand rule
4882 offset "0.5ex"
4883 width "3cm"
4884 height "1pt"
4885
4886 \end_inset
4887
4888  with one line.
4889 \end_layout
4890
4891 \begin_layout Subsection
4892 Ellipses
4893 \begin_inset CommandInset label
4894 LatexCommand label
4895 name "subsec:Ellipses"
4896
4897 \end_inset
4898
4899
4900 \begin_inset Index idx
4901 range none
4902 pageformat default
4903 status collapsed
4904
4905 \begin_layout Plain Layout
4906 Ellipses
4907 \end_layout
4908
4909 \end_inset
4910
4911
4912 \end_layout
4913
4914 \begin_layout Standard
4915 There are different types of ellipses available.
4916 \begin_inset Foot
4917 status collapsed
4918
4919 \begin_layout Plain Layout
4920 In the math toolbar in the submenu of the button 
4921 \begin_inset Info
4922 type  "icon"
4923 arg   "math-insert \\ldots"
4924 \end_inset
4925
4926
4927 \end_layout
4928
4929 \end_inset
4930
4931  For listings, dots at the baseline are used (
4932 \series bold
4933
4934 \backslash
4935 ldots
4936 \series default
4937
4938 \begin_inset Index idx
4939 range none
4940 pageformat default
4941 status collapsed
4942
4943 \begin_layout Plain Layout
4944 Commands
4945 \begin_inset IndexMacro subentry
4946 status open
4947
4948 \begin_layout Plain Layout
4949 L
4950 \end_layout
4951
4952 \end_inset
4953
4954
4955 \begin_inset IndexMacro subentry
4956 status open
4957
4958 \begin_layout Plain Layout
4959
4960 \backslash
4961 ldots
4962 \end_layout
4963
4964 \end_inset
4965
4966
4967 \end_layout
4968
4969 \end_inset
4970
4971 ), while for operations, dots are needed that are on the same height as
4972  the operators (
4973 \series bold
4974
4975 \backslash
4976 cdots
4977 \series default
4978
4979 \begin_inset Index idx
4980 range none
4981 pageformat default
4982 status collapsed
4983
4984 \begin_layout Plain Layout
4985 Commands
4986 \begin_inset IndexMacro subentry
4987 status open
4988
4989 \begin_layout Plain Layout
4990 C
4991 \end_layout
4992
4993 \end_inset
4994
4995
4996 \begin_inset IndexMacro subentry
4997 status open
4998
4999 \begin_layout Plain Layout
5000
5001 \backslash
5002 cdots
5003 \end_layout
5004
5005 \end_inset
5006
5007
5008 \end_layout
5009
5010 \end_inset
5011
5012 ).
5013  When using the command 
5014 \series bold
5015
5016 \backslash
5017 dots
5018 \series default
5019
5020 \begin_inset Index idx
5021 range none
5022 pageformat default
5023 status collapsed
5024
5025 \begin_layout Plain Layout
5026 Commands
5027 \begin_inset IndexMacro subentry
5028 status open
5029
5030 \begin_layout Plain Layout
5031 D
5032 \end_layout
5033
5034 \end_inset
5035
5036
5037 \begin_inset IndexMacro subentry
5038 status open
5039
5040 \begin_layout Plain Layout
5041
5042 \backslash
5043 dots
5044 \end_layout
5045
5046 \end_inset
5047
5048
5049 \end_layout
5050
5051 \end_inset
5052
5053 , \SpecialChar LaTeX
5054  decides on the basis of the next character what type is used.
5055 \end_layout
5056
5057 \begin_layout Standard
5058 \align center
5059 \begin_inset Tabular
5060 <lyxtabular version="3" rows="9" columns="2">
5061 <features booktabs="true" tabularvalignment="middle">
5062 <column alignment="center" valignment="top" width="0pt">
5063 <column alignment="center" valignment="top" width="0pt">
5064 <row>
5065 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5066 \begin_inset Text
5067
5068 \begin_layout Plain Layout
5069 Command
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Plain Layout
5078 Result
5079 \end_layout
5080
5081 \end_inset
5082 </cell>
5083 </row>
5084 <row>
5085 <cell alignment="center" valignment="top" usebox="none">
5086 \begin_inset Text
5087
5088 \begin_layout Plain Layout
5089 A_1
5090 \begin_inset space \textvisiblespace{}
5091 \end_inset
5092
5093 ,
5094 \backslash
5095 dots
5096 \begin_inset space \textvisiblespace{}
5097 \end_inset
5098
5099 ,A_n
5100 \end_layout
5101
5102 \end_inset
5103 </cell>
5104 <cell alignment="center" valignment="top" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Plain Layout
5108 \begin_inset Formula $A_{1},\dots,A_{n}$
5109 \end_inset
5110
5111
5112 \end_layout
5113
5114 \end_inset
5115 </cell>
5116 </row>
5117 <row>
5118 <cell alignment="center" valignment="top" usebox="none">
5119 \begin_inset Text
5120
5121 \begin_layout Plain Layout
5122 A_1
5123 \begin_inset space \textvisiblespace{}
5124 \end_inset
5125
5126 +
5127 \backslash
5128 dots
5129 \begin_inset space \textvisiblespace{}
5130 \end_inset
5131
5132 +A_n
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 $A_{1}+\dots+A_{n}$
5142 \end_inset
5143
5144
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 </row>
5150 <row>
5151 <cell alignment="center" valignment="top" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155 A_1
5156 \begin_inset space \textvisiblespace{}
5157 \end_inset
5158
5159 ,
5160 \backslash
5161 ldots
5162 \begin_inset space \textvisiblespace{}
5163 \end_inset
5164
5165 ,A_n
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 <cell alignment="center" valignment="top" usebox="none">
5171 \begin_inset Text
5172
5173 \begin_layout Plain Layout
5174 \begin_inset Formula $A_{1},\ldots,A_{n}$
5175 \end_inset
5176
5177
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 </row>
5183 <row>
5184 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5185 \begin_inset Text
5186
5187 \begin_layout Plain Layout
5188 A_1
5189 \begin_inset space \textvisiblespace{}
5190 \end_inset
5191
5192 +
5193 \backslash
5194 cdots
5195 \begin_inset space \textvisiblespace{}
5196 \end_inset
5197
5198 +A_n
5199 \end_layout
5200
5201 \end_inset
5202 </cell>
5203 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207 \begin_inset Formula $A_{1}+\cdots+A_{n}$
5208 \end_inset
5209
5210
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 </row>
5216 <row>
5217 <cell alignment="center" valignment="top" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221
5222 \backslash
5223 vdots
5224 \end_layout
5225
5226 \end_inset
5227 </cell>
5228 <cell alignment="center" valignment="top" usebox="none">
5229 \begin_inset Text
5230
5231 \begin_layout Plain Layout
5232 \begin_inset Formula $\vdots$
5233 \end_inset
5234
5235
5236 \end_layout
5237
5238 \end_inset
5239 </cell>
5240 </row>
5241 <row>
5242 <cell alignment="center" valignment="top" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246
5247 \backslash
5248 ddots
5249 \end_layout
5250
5251 \end_inset
5252 </cell>
5253 <cell alignment="center" valignment="top" usebox="none">
5254 \begin_inset Text
5255
5256 \begin_layout Plain Layout
5257 \begin_inset Formula $\ddots$
5258 \end_inset
5259
5260
5261 \end_layout
5262
5263 \end_inset
5264 </cell>
5265 </row>
5266 <row>
5267 <cell alignment="center" valignment="top" usebox="none">
5268 \begin_inset Text
5269
5270 \begin_layout Plain Layout
5271
5272 \backslash
5273 iddots
5274 \end_layout
5275
5276 \end_inset
5277 </cell>
5278 <cell alignment="center" valignment="top" usebox="none">
5279 \begin_inset Text
5280
5281 \begin_layout Plain Layout
5282 \begin_inset Formula $\iddots$
5283 \end_inset
5284
5285
5286 \end_layout
5287
5288 \end_inset
5289 </cell>
5290 </row>
5291 <row>
5292 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5293 \begin_inset Text
5294
5295 \begin_layout Plain Layout
5296 3×3
5297 \begin_inset space \thinspace{}
5298 \end_inset
5299
5300 matrix with the different dots
5301 \end_layout
5302
5303 \end_inset
5304 </cell>
5305 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5306 \begin_inset Text
5307
5308 \begin_layout Plain Layout
5309 \begin_inset Formula $\begin{array}{ccc}
5310 A_{11} & \cdots & A_{1m}\\
5311 \vdots & \ddots & \vdots\\
5312 A_{n1} & \cdots & A_{nm}
5313 \end{array}$
5314 \end_inset
5315
5316
5317 \end_layout
5318
5319 \end_inset
5320 </cell>
5321 </row>
5322 </lyxtabular>
5323
5324 \end_inset
5325
5326
5327 \end_layout
5328
5329 \begin_layout Standard
5330 The ellipses available in menu 
5331 \family sans
5332 Insert\SpecialChar menuseparator
5333 Special
5334 \begin_inset space ~
5335 \end_inset
5336
5337 Character
5338 \family default
5339  are 
5340 \series bold
5341
5342 \backslash
5343 ldots
5344 \series default
5345 .
5346 \end_layout
5347
5348 \begin_layout Standard
5349 \begin_inset VSpace medskip
5350 \end_inset
5351
5352 To use 
5353 \series bold
5354
5355 \backslash
5356 iddots
5357 \series default
5358 , the option 
5359 \family sans
5360 Use mathdots package (automatically)
5361 \family default
5362  must be set in the document settings under 
5363 \family sans
5364 Math
5365 \begin_inset space ~
5366 \end_inset
5367
5368 Options
5369 \family default
5370 .
5371 \begin_inset Newline newline
5372 \end_inset
5373
5374 Using the option 
5375 \family sans
5376 Use mathdots package
5377 \family default
5378  will improve the appearance of all dots in the documents if their font
5379  style or size is not the default.
5380 \end_layout
5381
5382 \begin_layout Standard
5383 \begin_inset VSpace medskip
5384 \end_inset
5385
5386 Specially for matrices there are ellipses that span over several columns.
5387  They are created with the command 
5388 \series bold
5389
5390 \backslash
5391 hdotsfor
5392 \series default
5393
5394 \begin_inset Index idx
5395 range none
5396 pageformat default
5397 status collapsed
5398
5399 \begin_layout Plain Layout
5400 Commands
5401 \begin_inset IndexMacro subentry
5402 status open
5403
5404 \begin_layout Plain Layout
5405 H
5406 \end_layout
5407
5408 \end_inset
5409
5410
5411 \begin_inset IndexMacro subentry
5412 status open
5413
5414 \begin_layout Plain Layout
5415
5416 \backslash
5417 hdotsfor
5418 \end_layout
5419
5420 \end_inset
5421
5422
5423 \end_layout
5424
5425 \end_inset
5426
5427  and have the following scheme
5428 \change_inserted 5863208 1612709418
5429  (
5430 \family sans
5431 mathtools
5432 \family default
5433  must be loaded 
5434 \family sans
5435 always
5436 \family default
5437  under 
5438 \family sans
5439 Math
5440 \begin_inset space ~
5441 \end_inset
5442
5443 Options
5444 \family default
5445  for this to work)
5446 \change_unchanged
5447 :
5448 \end_layout
5449
5450 \begin_layout Standard
5451
5452 \series bold
5453
5454 \backslash
5455 hdotsfor[distance]{number of columns}
5456 \end_layout
5457
5458 \begin_layout Standard
5459 The number of columns specifies how many columns should be spanned.
5460  Distance is a factor for the distance between the dots.
5461 \end_layout
5462
5463 \begin_layout Standard
5464 In the following matrix the command 
5465 \series bold
5466
5467 \backslash
5468 hdotsfor[2]{4}
5469 \series default
5470  was inserted in the first box of the second line to get an ellipsis with
5471  a dot distance twice as long as with the command 
5472 \series bold
5473
5474 \backslash
5475 dots
5476 \series default
5477 :
5478 \begin_inset Formula 
5479 \[
5480 \left(\begin{array}{cccc}
5481 A & B & C & D\\
5482 \hdotsfor[2]{4}\\
5483 q & w & e & r
5484 \end{array}\right)
5485 \]
5486
5487 \end_inset
5488
5489 Note that the matrix fields that should be spanned must be empty, otherwise
5490  you get \SpecialChar LaTeX
5491 -errors.
5492 \end_layout
5493
5494 \begin_layout Standard
5495 \begin_inset VSpace bigskip
5496 \end_inset
5497
5498 Furthermore you can fill with the command 
5499 \series bold
5500
5501 \backslash
5502 dotfill
5503 \series default
5504
5505 \begin_inset Index idx
5506 range none
5507 pageformat default
5508 status open
5509
5510 \begin_layout Plain Layout
5511 Commands
5512 \begin_inset IndexMacro subentry
5513 status open
5514
5515 \begin_layout Plain Layout
5516 D
5517 \end_layout
5518
5519 \end_inset
5520
5521
5522 \begin_inset IndexMacro subentry
5523 status open
5524
5525 \begin_layout Plain Layout
5526
5527 \backslash
5528 dotfill
5529 \end_layout
5530
5531 \end_inset
5532
5533
5534 \end_layout
5535
5536 \end_inset
5537
5538  the rest of a line with dots.
5539  The effect of these commands is the same as with 
5540 \series bold
5541
5542 \backslash
5543 hfill
5544 \series default
5545 , see 
5546 \begin_inset CommandInset ref
5547 LatexCommand ref
5548 reference "subsec:Variable-Space"
5549
5550 \end_inset
5551
5552 .
5553 \end_layout
5554
5555 \begin_layout Standard
5556 For example the command 
5557 \series bold
5558 A
5559 \backslash
5560 dotfill
5561 \begin_inset space \textvisiblespace{}
5562 \end_inset
5563
5564 B
5565 \series default
5566  produces
5567 \end_layout
5568
5569 \begin_layout Standard
5570 \begin_inset Formula $A\dotfill B$
5571 \end_inset
5572
5573
5574 \end_layout
5575
5576 \begin_layout Standard
5577 Similar to
5578 \series bold
5579  
5580 \backslash
5581 dotfill
5582 \series default
5583  there is for a line the command 
5584 \series bold
5585
5586 \backslash
5587 hrulefill
5588 \series default
5589
5590 \begin_inset Index idx
5591 range none
5592 pageformat default
5593 status collapsed
5594
5595 \begin_layout Plain Layout
5596 Commands
5597 \begin_inset IndexMacro subentry
5598 status open
5599
5600 \begin_layout Plain Layout
5601 H
5602 \end_layout
5603
5604 \end_inset
5605
5606
5607 \begin_inset IndexMacro subentry
5608 status open
5609
5610 \begin_layout Plain Layout
5611
5612 \backslash
5613 hrulefill
5614 \end_layout
5615
5616 \end_inset
5617
5618
5619 \end_layout
5620
5621 \end_inset
5622
5623 :
5624 \end_layout
5625
5626 \begin_layout Standard
5627 \begin_inset Formula $A\hrulefill B$
5628 \end_inset
5629
5630
5631 \end_layout
5632
5633 \begin_layout Standard
5634 To use the commands for text, they have to be inserted in \SpecialChar TeX
5635  mode.
5636 \end_layout
5637
5638 \begin_layout Section
5639 Matrices
5640 \begin_inset CommandInset label
5641 LatexCommand label
5642 name "sec:Matrices"
5643
5644 \end_inset
5645
5646
5647 \begin_inset Index idx
5648 range none
5649 pageformat default
5650 status collapsed
5651
5652 \begin_layout Plain Layout
5653 Matrices
5654 \end_layout
5655
5656 \end_inset
5657
5658
5659 \end_layout
5660
5661 \begin_layout Standard
5662 Matrices can be inserted via the math toolbar button 
5663 \begin_inset Info
5664 type  "icon"
5665 arg   "dialog-show mathmatrix"
5666 \end_inset
5667
5668  or the menu 
5669 \family sans
5670 Insert\SpecialChar menuseparator
5671 Math\SpecialChar menuseparator
5672 Matrix
5673 \family default
5674 .
5675  In the matrix dialog you can specify the number of columns and rows, the
5676  alignment and the decoration.
5677  The vertical alignment is only of importance for matrices in inline formulas:
5678 \end_layout
5679
5680 \begin_layout Standard
5681 The first matrix is top 
5682 \begin_inset Formula $\begin{array}[t]{cccc}
5683 A & D & G & J\\
5684 B & E & H & K\\
5685 C & F & I & L
5686 \end{array}$
5687 \end_inset
5688
5689 , the second middle 
5690 \begin_inset Formula $\begin{array}{cccc}
5691 A & D & G & J\\
5692 B & E & H & K\\
5693 C & F & I & L
5694 \end{array}$
5695 \end_inset
5696
5697  and the third bottom 
5698 \begin_inset Formula $\begin{array}[b]{cccc}
5699 A & D & G & J\\
5700 B & E & H & K\\
5701 C & F & I & L
5702 \end{array}$
5703 \end_inset
5704
5705  aligned.
5706 \end_layout
5707
5708 \begin_layout Standard
5709 The horizontal alignment specifies how the column entries should be aligned.
5710  It is set by entering a letter for every column.
5711  
5712 \emph on
5713 l
5714 \emph default
5715  denotes left aligned, 
5716 \emph on
5717 c
5718 \emph default
5719  centered and 
5720 \emph on
5721 r
5722 \emph default
5723  right aligned.
5724  To create for example a 4
5725 \series bold
5726 ×
5727 \series default
5728 4
5729 \begin_inset space ~
5730 \end_inset
5731
5732 matrix where the first column is left aligned, the second and third are
5733  centered and the last one is right aligned, one enters for the horizontal
5734  alignment 
5735 \series bold
5736 lccr
5737 \series default
5738 .
5739  Normally in a matrix all columns are centered, therefore the default for
5740  every column is a 
5741 \series bold
5742 c
5743 \series default
5744 .
5745 \end_layout
5746
5747 \begin_layout Standard
5748 Horizontal alignment:
5749 \end_layout
5750
5751 \begin_layout Standard
5752
5753 \series bold
5754 lll
5755 \series default
5756  : 
5757 \begin_inset Formula $\begin{array}{lll}
5758 10000 & D & G\\
5759 B & 10000 & H\\
5760 C & F & 10000
5761 \end{array}$
5762 \end_inset
5763
5764  , 
5765 \series bold
5766 ccc
5767 \series default
5768  : 
5769 \begin_inset Formula $\begin{array}{ccc}
5770 10000 & D & G\\
5771 B & 10000 & H\\
5772 C & F & 10000
5773 \end{array}$
5774 \end_inset
5775
5776  , 
5777 \series bold
5778 rrr
5779 \series default
5780  : 
5781 \begin_inset Formula $\begin{array}{rrr}
5782 10000 & D & G\\
5783 B & 10000 & H\\
5784 C & F & 10000
5785 \end{array}$
5786 \end_inset
5787
5788
5789 \end_layout
5790
5791 \begin_layout Standard
5792 To subsequently add or delete rows and columns, the math toolbar buttons
5793  
5794 \begin_inset Info
5795 type  "icon"
5796 arg   "tabular-feature append-row"
5797 \end_inset
5798
5799
5800 \begin_inset Info
5801 type  "icon"
5802 arg   "tabular-feature delete-row"
5803 \end_inset
5804
5805 , etc.
5806 \begin_inset space \thinspace{}
5807 \end_inset
5808
5809 , or the menu 
5810 \family sans
5811 Edit\SpecialChar menuseparator
5812 Rows & Columns
5813 \family default
5814  can be used.
5815  New rows can also be created with 
5816 \begin_inset Info
5817 type  "shortcut"
5818 arg   "newline-insert newline"
5819 \end_inset
5820
5821 .
5822 \end_layout
5823
5824 \begin_layout Standard
5825 \begin_inset VSpace bigskip
5826 \end_inset
5827
5828
5829 \change_deleted 47243155 1563226130
5830 The 
5831 \change_deleted -563046850 1563190969
5832
5833 \family sans
5834 Decoration
5835 \change_inserted -563046850 1563190971
5836 Appearance
5837 \change_unchanged
5838
5839 \family default
5840  
5841 \change_deleted -563046850 1563192602
5842 adds
5843 \change_inserted -563046850 1563192607
5844 can be used to add
5845 \change_unchanged
5846  parentheses in the selected style around the matrix
5847 \change_inserted -563046850 1563192780
5848  or to select the 
5849 \family sans
5850 small
5851 \family default
5852  style, suitable for an inline matrix like this one 
5853 \begin_inset Formula $\bigl(\begin{smallmatrix}0 & \textrm{-}\mathrm{i}\\
5854 \mathrm{i} & 0
5855 \end{smallmatrix}\bigr)$
5856 \end_inset
5857
5858
5859 \change_unchanged
5860 .
5861
5862 \change_inserted -563046850 1563192943
5863  Here the parentheses have been added manually using commands 
5864 \series bold
5865
5866 \backslash
5867 bigl(
5868 \series default
5869  and 
5870 \series bold
5871
5872 \backslash
5873 bigr).
5874 \end_layout
5875
5876 \begin_layout Standard
5877
5878 \change_deleted -563046850 1563192735
5879  
5880 \change_unchanged
5881 Alternatively, parentheses can 
5882 \change_deleted -563046850 1563192971
5883 either 
5884 \change_unchanged
5885 be created with the commands 
5886 \series bold
5887
5888 \backslash
5889 left
5890 \series default
5891
5892 \begin_inset Index idx
5893 range none
5894 pageformat default
5895 status collapsed
5896
5897 \begin_layout Plain Layout
5898 Commands
5899 \begin_inset IndexMacro subentry
5900 status open
5901
5902 \begin_layout Plain Layout
5903 L
5904 \end_layout
5905
5906 \end_inset
5907
5908
5909 \begin_inset IndexMacro subentry
5910 status open
5911
5912 \begin_layout Plain Layout
5913
5914 \backslash
5915 left
5916 \end_layout
5917
5918 \end_inset
5919
5920
5921 \end_layout
5922
5923 \end_inset
5924
5925  and 
5926 \series bold
5927
5928 \backslash
5929 right
5930 \series default
5931
5932 \begin_inset Index idx
5933 range none
5934 pageformat default
5935 status collapsed
5936
5937 \begin_layout Plain Layout
5938 Commands
5939 \begin_inset IndexMacro subentry
5940 status open
5941
5942 \begin_layout Plain Layout
5943 R
5944 \end_layout
5945
5946 \end_inset
5947
5948
5949 \begin_inset IndexMacro subentry
5950 status open
5951
5952 \begin_layout Plain Layout
5953
5954 \backslash
5955 right
5956 \end_layout
5957
5958 \end_inset
5959
5960
5961 \end_layout
5962
5963 \end_inset
5964
5965  (shortcut 
5966 \family sans
5967 Alt+M
5968 \begin_inset space ~
5969 \end_inset
5970
5971 Parenthesis
5972 \family default
5973 ), see 
5974 \begin_inset CommandInset ref
5975 LatexCommand ref
5976 reference "subsec:Automatic-Bracket-Size"
5977
5978 \end_inset
5979
5980 , or by using the following commands:
5981 \begin_inset VSpace medskip
5982 \end_inset
5983
5984
5985 \end_layout
5986
5987 \begin_layout Standard
5988 \begin_inset space \hfill{}
5989 \end_inset
5990
5991
5992 \begin_inset Tabular
5993 <lyxtabular version="3" rows="4" columns="2">
5994 <features booktabs="true" tabularvalignment="middle">
5995 <column alignment="center" valignment="top" width="0pt">
5996 <column alignment="center" valignment="top">
5997 <row>
5998 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002 Command
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011 Result
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 </row>
6017 <row topspace="1.5mm">
6018 <cell alignment="center" valignment="top" usebox="none">
6019 \begin_inset Text
6020
6021 \begin_layout Plain Layout
6022
6023 \backslash
6024 bmatrix
6025 \begin_inset space \textvisiblespace{}
6026 \end_inset
6027
6028 2
6029 \series bold
6030 ×
6031 \series default
6032 2
6033 \begin_inset space \thinspace{}
6034 \end_inset
6035
6036 matrix
6037 \end_layout
6038
6039 \end_inset
6040 </cell>
6041 <cell alignment="center" valignment="top" usebox="none">
6042 \begin_inset Text
6043
6044 \begin_layout Plain Layout
6045 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
6046 0 & \textrm{-}\mathrm{i}\\
6047 \mathrm{i} & 0
6048 \end{array}\end{bmatrix}$
6049 \end_inset
6050
6051
6052 \end_layout
6053
6054 \end_inset
6055 </cell>
6056 </row>
6057 <row topspace="1.5mm" bottomspace="0.5mm">
6058 <cell alignment="center" valignment="top" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Plain Layout
6062
6063 \backslash
6064 Bmatrix
6065 \begin_inset space \textvisiblespace{}
6066 \end_inset
6067
6068 2
6069 \series bold
6070 ×
6071 \series default
6072 2
6073 \begin_inset space \thinspace{}
6074 \end_inset
6075
6076 matrix
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 <cell alignment="center" valignment="top" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Plain Layout
6085 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
6086 0 & \textrm{-}\mathrm{i}\\
6087 \mathrm{i} & 0
6088 \end{array}\end{Bmatrix}$
6089 \end_inset
6090
6091
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 </row>
6097 <row>
6098 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6099 \begin_inset Text
6100
6101 \begin_layout Plain Layout
6102
6103 \backslash
6104 pmatrix
6105 \begin_inset space \textvisiblespace{}
6106 \end_inset
6107
6108 2
6109 \series bold
6110 ×
6111 \series default
6112 2
6113 \begin_inset space \thinspace{}
6114 \end_inset
6115
6116 matrix
6117 \end_layout
6118
6119 \end_inset
6120 </cell>
6121 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6122 \begin_inset Text
6123
6124 \begin_layout Plain Layout
6125 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
6126 0 & \textrm{-}\mathrm{i}\\
6127 \mathrm{i} & 0
6128 \end{array}\end{pmatrix}$
6129 \end_inset
6130
6131
6132 \end_layout
6133
6134 \end_inset
6135 </cell>
6136 </row>
6137 </lyxtabular>
6138
6139 \end_inset
6140
6141
6142 \begin_inset space \hfill{}
6143 \end_inset
6144
6145
6146 \begin_inset Tabular
6147 <lyxtabular version="3" rows="4" columns="2">
6148 <features booktabs="true" tabularvalignment="middle">
6149 <column alignment="center" valignment="top" width="0pt">
6150 <column alignment="center" valignment="top">
6151 <row>
6152 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156 Command
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165 Result
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 </row>
6171 <row topspace="1.5mm">
6172 <cell alignment="center" valignment="top" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176
6177 \backslash
6178 vmatrix
6179 \begin_inset space \textvisiblespace{}
6180 \end_inset
6181
6182 2
6183 \series bold
6184 ×
6185 \series default
6186 2
6187 \begin_inset space \thinspace{}
6188 \end_inset
6189
6190 matrix
6191 \end_layout
6192
6193 \end_inset
6194 </cell>
6195 <cell alignment="center" valignment="top" usebox="none">
6196 \begin_inset Text
6197
6198 \begin_layout Plain Layout
6199 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
6200 0 & \textrm{-}\mathrm{i}\\
6201 \mathrm{i} & 0
6202 \end{array}\end{vmatrix}$
6203 \end_inset
6204
6205
6206 \end_layout
6207
6208 \end_inset
6209 </cell>
6210 </row>
6211 <row topspace="1.5mm" bottomspace="0.5mm">
6212 <cell alignment="center" valignment="top" usebox="none">
6213 \begin_inset Text
6214
6215 \begin_layout Plain Layout
6216
6217 \backslash
6218 Vmatrix
6219 \begin_inset space \textvisiblespace{}
6220 \end_inset
6221
6222 2
6223 \series bold
6224 ×
6225 \series default
6226 2
6227 \begin_inset space \thinspace{}
6228 \end_inset
6229
6230 matrix
6231 \end_layout
6232
6233 \end_inset
6234 </cell>
6235 <cell alignment="center" valignment="top" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
6240 0 & \textrm{-}\mathrm{i}\\
6241 \mathrm{i} & 0
6242 \end{array}\end{Vmatrix}$
6243 \end_inset
6244
6245
6246 \end_layout
6247
6248 \end_inset
6249 </cell>
6250 </row>
6251 <row>
6252 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6253 \begin_inset Text
6254
6255 \begin_layout Plain Layout
6256
6257 \backslash
6258 matrix
6259 \begin_inset space \textvisiblespace{}
6260 \end_inset
6261
6262 2
6263 \series bold
6264 ×
6265 \series default
6266 2
6267 \begin_inset space \thinspace{}
6268 \end_inset
6269
6270 matrix
6271 \end_layout
6272
6273 \end_inset
6274 </cell>
6275 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6276 \begin_inset Text
6277
6278 \begin_layout Plain Layout
6279 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
6280 0 & \textrm{-}\mathrm{i}\\
6281 \mathrm{i} & 0
6282 \end{array}\end{matrix}$
6283 \end_inset
6284
6285
6286 \end_layout
6287
6288 \end_inset
6289 </cell>
6290 </row>
6291 </lyxtabular>
6292
6293 \end_inset
6294
6295
6296 \begin_inset space \hfill{}
6297 \end_inset
6298
6299
6300 \end_layout
6301
6302 \begin_layout Standard
6303 \begin_inset VSpace medskip
6304 \end_inset
6305
6306 When e.
6307 \begin_inset space \thinspace{}
6308 \end_inset
6309
6310 g.
6311 \begin_inset space \space{}
6312 \end_inset
6313
6314
6315 \series bold
6316
6317 \backslash
6318 vmatrix
6319 \series default
6320  is inserted, a blue box appears between two vertical lines where the matrix
6321  is inserted.
6322 \begin_inset Newline newline
6323 \end_inset
6324
6325 Note that decorated matrices ignore the vertical alignment.
6326 \end_layout
6327
6328 \begin_layout Standard
6329 \begin_inset VSpace bigskip
6330 \end_inset
6331
6332 As all multiline formulas are matrices, the length 
6333 \series bold
6334
6335 \backslash
6336 arraycolsep
6337 \series default
6338
6339 \begin_inset Index idx
6340 range none
6341 pageformat default
6342 status collapsed
6343
6344 \begin_layout Plain Layout
6345 Commands
6346 \begin_inset IndexMacro subentry
6347 status open
6348
6349 \begin_layout Plain Layout
6350 A
6351 \end_layout
6352
6353 \end_inset
6354
6355
6356 \begin_inset IndexMacro subentry
6357 status open
6358
6359 \begin_layout Plain Layout
6360
6361 \backslash
6362 arraycolsep
6363 \end_layout
6364
6365 \end_inset
6366
6367
6368 \end_layout
6369
6370 \end_inset
6371
6372  that is described in 
6373 \begin_inset CommandInset ref
6374 LatexCommand ref
6375 reference "subsec:Column-Separation"
6376
6377 \end_inset
6378
6379  can also be used to change the column separation of matrices.
6380 \end_layout
6381
6382 \begin_layout Standard
6383 To change the row separation, the command 
6384 \series bold
6385
6386 \backslash
6387 arraystretch
6388 \series default
6389
6390 \begin_inset Index idx
6391 range none
6392 pageformat default
6393 status collapsed
6394
6395 \begin_layout Plain Layout
6396 Commands
6397 \begin_inset IndexMacro subentry
6398 status open
6399
6400 \begin_layout Plain Layout
6401 A
6402 \end_layout
6403
6404 \end_inset
6405
6406
6407 \begin_inset IndexMacro subentry
6408 status open
6409
6410 \begin_layout Plain Layout
6411
6412 \backslash
6413 arraystretch
6414 \end_layout
6415
6416 \end_inset
6417
6418
6419 \end_layout
6420
6421 \end_inset
6422
6423  is used as follows:
6424 \end_layout
6425
6426 \begin_layout Standard
6427
6428 \series bold
6429
6430 \backslash
6431 renewcommand{
6432 \backslash
6433 arraystretch}{stretch factor}
6434 \begin_inset Index idx
6435 range none
6436 pageformat default
6437 status collapsed
6438
6439 \begin_layout Plain Layout
6440 Commands
6441 \begin_inset IndexMacro subentry
6442 status open
6443
6444 \begin_layout Plain Layout
6445 R
6446 \end_layout
6447
6448 \end_inset
6449
6450
6451 \begin_inset IndexMacro subentry
6452 status open
6453
6454 \begin_layout Plain Layout
6455
6456 \backslash
6457 renewcommand
6458 \end_layout
6459
6460 \end_inset
6461
6462
6463 \end_layout
6464
6465 \end_inset
6466
6467
6468 \end_layout
6469
6470 \begin_layout Standard
6471 The command 
6472 \series bold
6473
6474 \backslash
6475 renewcommand
6476 \series default
6477  assigns the stretch factor to the predefined command 
6478 \series bold
6479
6480 \backslash
6481 arraystretch
6482 \series default
6483 .
6484  For example to double the row separation, use a stretch factor of 2.
6485  This is then used for all following matrices.
6486  To restore the original separation, assign a stretch factor of 1 to 
6487 \series bold
6488
6489 \backslash
6490 arraystretch
6491 \series default
6492 .
6493 \end_layout
6494
6495 \begin_layout Standard
6496
6497 \change_inserted 47243155 1563226178
6498 Small inline matrices can also be obtained using 
6499 \change_deleted 47243155 1563226182
6500 To set matrices into a text line,
6501 \change_unchanged
6502  the command 
6503 \series bold
6504
6505 \backslash
6506 smallmatrix
6507 \series default
6508
6509 \begin_inset Index idx
6510 range none
6511 pageformat default
6512 status collapsed
6513
6514 \begin_layout Plain Layout
6515 Commands
6516 \begin_inset IndexMacro subentry
6517 status open
6518
6519 \begin_layout Plain Layout
6520 S
6521 \end_layout
6522
6523 \end_inset
6524
6525
6526 \begin_inset IndexMacro subentry
6527 status open
6528
6529 \begin_layout Plain Layout
6530
6531 \backslash
6532 smallmatrix
6533 \end_layout
6534
6535 \end_inset
6536
6537
6538 \end_layout
6539
6540 \end_inset
6541
6542
6543 \change_deleted 47243155 1563226186
6544  is used
6545 \change_unchanged
6546 .
6547  When it is inserted in a line a blue box with two dashed lines appears.
6548  Adjust the matrix rows and columns as desired.
6549 \end_layout
6550
6551 \begin_layout Standard
6552 This is a matrix 
6553 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
6554 C & D
6555 \end{smallmatrix}\right)$
6556 \end_inset
6557
6558  in a text line
6559 \change_inserted 47243155 1563226243
6560  with automatic delimiters around it
6561 \change_unchanged
6562 .
6563 \end_layout
6564
6565 \begin_layout Section
6566 Brackets and Delimiters
6567 \begin_inset Index idx
6568 range none
6569 pageformat default
6570 status collapsed
6571
6572 \begin_layout Plain Layout
6573 Brackets
6574 \end_layout
6575
6576 \end_inset
6577
6578
6579 \begin_inset Index idx
6580 range none
6581 pageformat default
6582 status collapsed
6583
6584 \begin_layout Plain Layout
6585 Delimiters
6586 \end_layout
6587
6588 \end_inset
6589
6590
6591 \end_layout
6592
6593 \begin_layout Subsection
6594 Vertical Brackets and Delimiters
6595 \begin_inset Index idx
6596 range none
6597 pageformat default
6598 status collapsed
6599
6600 \begin_layout Plain Layout
6601 Brackets
6602 \begin_inset IndexMacro subentry
6603 status open
6604
6605 \begin_layout Plain Layout
6606 vertical
6607 \end_layout
6608
6609 \end_inset
6610
6611
6612 \end_layout
6613
6614 \end_inset
6615
6616
6617 \end_layout
6618
6619 \begin_layout Standard
6620 \begin_inset space \hfill{}
6621 \end_inset
6622
6623
6624 \begin_inset Tabular
6625 <lyxtabular version="3" rows="9" columns="2">
6626 <features booktabs="true" tabularvalignment="middle">
6627 <column alignment="center" valignment="top" width="0pt">
6628 <column alignment="center" valignment="top" width="0pt">
6629 <row>
6630 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6631 \begin_inset Text
6632
6633 \begin_layout Plain Layout
6634 Command
6635 \end_layout
6636
6637 \end_inset
6638 </cell>
6639 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6640 \begin_inset Text
6641
6642 \begin_layout Plain Layout
6643 Result
6644 \end_layout
6645
6646 \end_inset
6647 </cell>
6648 </row>
6649 <row>
6650 <cell alignment="center" valignment="top" usebox="none">
6651 \begin_inset Text
6652
6653 \begin_layout Plain Layout
6654 (
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 <cell alignment="center" valignment="top" usebox="none">
6660 \begin_inset Text
6661
6662 \begin_layout Plain Layout
6663 \begin_inset Formula $($
6664 \end_inset
6665
6666
6667 \end_layout
6668
6669 \end_inset
6670 </cell>
6671 </row>
6672 <row>
6673 <cell alignment="center" valignment="top" usebox="none">
6674 \begin_inset Text
6675
6676 \begin_layout Plain Layout
6677 {
6678 \end_layout
6679
6680 \end_inset
6681 </cell>
6682 <cell alignment="center" valignment="top" usebox="none">
6683 \begin_inset Text
6684
6685 \begin_layout Plain Layout
6686 \begin_inset Formula $\{$
6687 \end_inset
6688
6689
6690 \end_layout
6691
6692 \end_inset
6693 </cell>
6694 </row>
6695 <row>
6696 <cell alignment="center" valignment="top" usebox="none">
6697 \begin_inset Text
6698
6699 \begin_layout Plain Layout
6700 [
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 <cell alignment="center" valignment="top" usebox="none">
6706 \begin_inset Text
6707
6708 \begin_layout Plain Layout
6709 \begin_inset Formula $[$
6710 \end_inset
6711
6712
6713 \end_layout
6714
6715 \end_inset
6716 </cell>
6717 </row>
6718 <row>
6719 <cell alignment="center" valignment="top" usebox="none">
6720 \begin_inset Text
6721
6722 \begin_layout Plain Layout
6723
6724 \backslash
6725 langle
6726 \end_layout
6727
6728 \end_inset
6729 </cell>
6730 <cell alignment="center" valignment="top" usebox="none">
6731 \begin_inset Text
6732
6733 \begin_layout Plain Layout
6734 \begin_inset Formula $\langle$
6735 \end_inset
6736
6737
6738 \end_layout
6739
6740 \end_inset
6741 </cell>
6742 </row>
6743 <row>
6744 <cell alignment="center" valignment="top" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Plain Layout
6748
6749 \backslash
6750 lceil
6751 \end_layout
6752
6753 \end_inset
6754 </cell>
6755 <cell alignment="center" valignment="top" usebox="none">
6756 \begin_inset Text
6757
6758 \begin_layout Plain Layout
6759 \begin_inset Formula $\lceil$
6760 \end_inset
6761
6762
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 </row>
6768 <row>
6769 <cell alignment="center" valignment="top" usebox="none">
6770 \begin_inset Text
6771
6772 \begin_layout Plain Layout
6773
6774 \backslash
6775 lfloor
6776 \end_layout
6777
6778 \end_inset
6779 </cell>
6780 <cell alignment="center" valignment="top" usebox="none">
6781 \begin_inset Text
6782
6783 \begin_layout Plain Layout
6784 \begin_inset Formula $\lfloor$
6785 \end_inset
6786
6787
6788 \end_layout
6789
6790 \end_inset
6791 </cell>
6792 </row>
6793 <row>
6794 <cell alignment="center" valignment="top" usebox="none">
6795 \begin_inset Text
6796
6797 \begin_layout Plain Layout
6798 /
6799 \end_layout
6800
6801 \end_inset
6802 </cell>
6803 <cell alignment="center" valignment="top" usebox="none">
6804 \begin_inset Text
6805
6806 \begin_layout Plain Layout
6807 \begin_inset Formula $/$
6808 \end_inset
6809
6810
6811 \end_layout
6812
6813 \end_inset
6814 </cell>
6815 </row>
6816 <row>
6817 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6818 \begin_inset Text
6819
6820 \begin_layout Plain Layout
6821 |
6822 \end_layout
6823
6824 \end_inset
6825 </cell>
6826 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6827 \begin_inset Text
6828
6829 \begin_layout Plain Layout
6830 \begin_inset Formula $|$
6831 \end_inset
6832
6833
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 </row>
6839 </lyxtabular>
6840
6841 \end_inset
6842
6843
6844 \begin_inset space \hfill{}
6845 \end_inset
6846
6847
6848 \begin_inset Tabular
6849 <lyxtabular version="3" rows="9" columns="2">
6850 <features booktabs="true" tabularvalignment="middle">
6851 <column alignment="center" valignment="top" width="0pt">
6852 <column alignment="center" valignment="top" width="0pt">
6853 <row>
6854 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6855 \begin_inset Text
6856
6857 \begin_layout Plain Layout
6858 Command
6859 \end_layout
6860
6861 \end_inset
6862 </cell>
6863 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6864 \begin_inset Text
6865
6866 \begin_layout Plain Layout
6867 Result
6868 \end_layout
6869
6870 \end_inset
6871 </cell>
6872 </row>
6873 <row>
6874 <cell alignment="center" valignment="top" usebox="none">
6875 \begin_inset Text
6876
6877 \begin_layout Plain Layout
6878 )
6879 \end_layout
6880
6881 \end_inset
6882 </cell>
6883 <cell alignment="center" valignment="top" usebox="none">
6884 \begin_inset Text
6885
6886 \begin_layout Plain Layout
6887 \begin_inset Formula $)$
6888 \end_inset
6889
6890
6891 \end_layout
6892
6893 \end_inset
6894 </cell>
6895 </row>
6896 <row>
6897 <cell alignment="center" valignment="top" usebox="none">
6898 \begin_inset Text
6899
6900 \begin_layout Plain Layout
6901 }
6902 \end_layout
6903
6904 \end_inset
6905 </cell>
6906 <cell alignment="center" valignment="top" usebox="none">
6907 \begin_inset Text
6908
6909 \begin_layout Plain Layout
6910 \begin_inset Formula $\}$
6911 \end_inset
6912
6913
6914 \end_layout
6915
6916 \end_inset
6917 </cell>
6918 </row>
6919 <row>
6920 <cell alignment="center" valignment="top" usebox="none">
6921 \begin_inset Text
6922
6923 \begin_layout Plain Layout
6924 ]
6925 \end_layout
6926
6927 \end_inset
6928 </cell>
6929 <cell alignment="center" valignment="top" usebox="none">
6930 \begin_inset Text
6931
6932 \begin_layout Plain Layout
6933 \begin_inset Formula $]$
6934 \end_inset
6935
6936
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 </row>
6942 <row>
6943 <cell alignment="center" valignment="top" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947
6948 \backslash
6949 rangle
6950 \end_layout
6951
6952 \end_inset
6953 </cell>
6954 <cell alignment="center" valignment="top" usebox="none">
6955 \begin_inset Text
6956
6957 \begin_layout Plain Layout
6958 \begin_inset Formula $\rangle$
6959 \end_inset
6960
6961
6962 \end_layout
6963
6964 \end_inset
6965 </cell>
6966 </row>
6967 <row>
6968 <cell alignment="center" valignment="top" usebox="none">
6969 \begin_inset Text
6970
6971 \begin_layout Plain Layout
6972
6973 \backslash
6974 rceil
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 <cell alignment="center" valignment="top" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Plain Layout
6983 \begin_inset Formula $\rceil$
6984 \end_inset
6985
6986
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 </row>
6992 <row>
6993 <cell alignment="center" valignment="top" usebox="none">
6994 \begin_inset Text
6995
6996 \begin_layout Plain Layout
6997
6998 \backslash
6999 rfloor
7000 \end_layout
7001
7002 \end_inset
7003 </cell>
7004 <cell alignment="center" valignment="top" usebox="none">
7005 \begin_inset Text
7006
7007 \begin_layout Plain Layout
7008 \begin_inset Formula $\rfloor$
7009 \end_inset
7010
7011
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 </row>
7017 <row>
7018 <cell alignment="center" valignment="top" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022
7023 \backslash
7024
7025 \backslash
7026
7027 \end_layout
7028
7029 \end_inset
7030 </cell>
7031 <cell alignment="center" valignment="top" usebox="none">
7032 \begin_inset Text
7033
7034 \begin_layout Plain Layout
7035 \begin_inset Formula $\backslash$
7036 \end_inset
7037
7038
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 </row>
7044 <row>
7045 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Plain Layout
7049
7050 \backslash
7051 |
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Plain Layout
7060 \begin_inset Formula $\|$
7061 \end_inset
7062
7063
7064 \end_layout
7065
7066 \end_inset
7067 </cell>
7068 </row>
7069 </lyxtabular>
7070
7071 \end_inset
7072
7073
7074 \begin_inset space \hfill{}
7075 \end_inset
7076
7077
7078 \end_layout
7079
7080 \begin_layout Standard
7081
7082 \series medium
7083 \begin_inset Note Greyedout
7084 status open
7085
7086 \begin_layout Plain Layout
7087
7088 \series bold
7089 Note:
7090 \series default
7091  In \SpecialChar TeX
7092  mode the command 
7093 \series bold
7094
7095 \backslash
7096 textbackslash
7097 \series default
7098
7099 \begin_inset Index idx
7100 range none
7101 pageformat default
7102 status collapsed
7103
7104 \begin_layout Plain Layout
7105 Commands
7106 \begin_inset IndexMacro subentry
7107 status open
7108
7109 \begin_layout Plain Layout
7110 T
7111 \end_layout
7112
7113 \end_inset
7114
7115
7116 \begin_inset IndexMacro subentry
7117 status open
7118
7119 \begin_layout Plain Layout
7120
7121 \backslash
7122 textbackslash
7123 \end_layout
7124
7125 \end_inset
7126
7127
7128 \end_layout
7129
7130 \end_inset
7131
7132  must be used for the backslash, because the command 
7133 \series bold
7134
7135 \backslash
7136
7137 \backslash
7138
7139 \series default
7140  produces a line break there.
7141 \end_layout
7142
7143 \end_inset
7144
7145
7146 \end_layout
7147
7148 \begin_layout Standard
7149 For all characters listed above the size can be adjusted with the commands
7150  described in the following two subsections.
7151  When using these commands, the characters < and > can directly be used
7152  instead of the commands 
7153 \series bold
7154
7155 \backslash
7156 langle
7157 \series default
7158  and 
7159 \series bold
7160
7161 \backslash
7162 rangle
7163 \series default
7164 .
7165 \end_layout
7166
7167 \begin_layout Subsubsection
7168 Manual Bracket Size
7169 \begin_inset CommandInset label
7170 LatexCommand label
7171 name "subsec:Manual-Bracket-Size"
7172
7173 \end_inset
7174
7175
7176 \begin_inset Index idx
7177 range none
7178 pageformat default
7179 status collapsed
7180
7181 \begin_layout Plain Layout
7182 Bracket size
7183 \begin_inset IndexMacro subentry
7184 status open
7185
7186 \begin_layout Plain Layout
7187 manual
7188 \end_layout
7189
7190 \end_inset
7191
7192
7193 \end_layout
7194
7195 \end_inset
7196
7197
7198 \end_layout
7199
7200 \begin_layout Standard
7201 The bracket size can be specified manually by the \SpecialChar LaTeX
7202 -commands 
7203 \series bold
7204
7205 \backslash
7206 big
7207 \series default
7208
7209 \begin_inset Index idx
7210 range none
7211 pageformat default
7212 status collapsed
7213
7214 \begin_layout Plain Layout
7215 Commands
7216 \begin_inset IndexMacro subentry
7217 status open
7218
7219 \begin_layout Plain Layout
7220 B
7221 \end_layout
7222
7223 \end_inset
7224
7225
7226 \begin_inset IndexMacro subentry
7227 status open
7228
7229 \begin_layout Plain Layout
7230
7231 \backslash
7232 big
7233 \end_layout
7234
7235 \end_inset
7236
7237
7238 \end_layout
7239
7240 \end_inset
7241
7242
7243 \series bold
7244
7245 \backslash
7246 Big
7247 \series default
7248
7249 \series bold
7250
7251 \backslash
7252 bigg
7253 \series default
7254  and 
7255 \series bold
7256
7257 \backslash
7258 Bigg
7259 \series default
7260 .
7261  
7262 \series bold
7263
7264 \backslash
7265 big
7266 \series default
7267  denotes the smallest and 
7268 \series bold
7269
7270 \backslash
7271 Bigg
7272 \series default
7273  the largest bracket size.
7274 \end_layout
7275
7276 \begin_layout Standard
7277 These commands are used to emphasize levels of brackets:
7278 \end_layout
7279
7280 \begin_layout Standard
7281 \align center
7282 \begin_inset Tabular
7283 <lyxtabular version="3" rows="2" columns="2">
7284 <features booktabs="true" tabularvalignment="middle">
7285 <column alignment="center" valignment="top" width="0pt">
7286 <column alignment="center" valignment="top" width="0pt">
7287 <row>
7288 <cell alignment="center" valignment="top" usebox="none">
7289 \begin_inset Text
7290
7291 \begin_layout Plain Layout
7292 All brackets in the same size:
7293 \end_layout
7294
7295 \end_inset
7296 </cell>
7297 <cell alignment="center" valignment="top" usebox="none">
7298 \begin_inset Text
7299
7300 \begin_layout Plain Layout
7301 \begin_inset Formula $((A+B)(A-B))^{C}$
7302 \end_inset
7303
7304
7305 \end_layout
7306
7307 \end_inset
7308 </cell>
7309 </row>
7310 <row topspace="2mm">
7311 <cell alignment="center" valignment="top" usebox="none">
7312 \begin_inset Text
7313
7314 \begin_layout Plain Layout
7315 This looks better:
7316 \end_layout
7317
7318 \end_inset
7319 </cell>
7320 <cell alignment="center" valignment="top" usebox="none">
7321 \begin_inset Text
7322
7323 \begin_layout Plain Layout
7324 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
7325 \end_inset
7326
7327
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 </row>
7333 </lyxtabular>
7334
7335 \end_inset
7336
7337
7338 \end_layout
7339
7340 \begin_layout Standard
7341 For the second formula the command 
7342 \series bold
7343
7344 \backslash
7345 Big((A+B)(A-B)
7346 \backslash
7347 Big)^
7348 \begin_inset space \textvisiblespace{}
7349 \end_inset
7350
7351 C
7352 \series default
7353  has been used.
7354 \end_layout
7355
7356 \begin_layout Standard
7357 Here is an example containing all bracket sizes:
7358 \end_layout
7359
7360 \begin_layout Standard
7361 \align center
7362
7363 \backslash
7364 Bigg(
7365 \backslash
7366 exp
7367 \backslash
7368 bigg<
7369 \backslash
7370 Big[
7371 \backslash
7372 big{
7373 \backslash
7374 ln(3x)
7375 \backslash
7376 big}^2
7377 \begin_inset space \textvisiblespace{}
7378 \end_inset
7379
7380
7381 \backslash
7382 sin(x)
7383 \backslash
7384 Big]^
7385 \begin_inset space \textvisiblespace{}
7386 \end_inset
7387
7388 A
7389 \begin_inset space \textvisiblespace{}
7390 \end_inset
7391
7392
7393 \backslash
7394 bigg>
7395 \backslash
7396 Bigg)^0,5
7397 \end_layout
7398
7399 \begin_layout Standard
7400 \align center
7401 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
7402 \end_inset
7403
7404
7405 \end_layout
7406
7407 \begin_layout Standard
7408 In addition to the 
7409 \series bold
7410
7411 \backslash
7412 big
7413 \series default
7414 -commands there is a variant, 
7415 \series bold
7416
7417 \backslash
7418 bigm
7419 \series default
7420
7421 \begin_inset Index idx
7422 range none
7423 pageformat default
7424 status collapsed
7425
7426 \begin_layout Plain Layout
7427 Commands
7428 \begin_inset IndexMacro subentry
7429 status open
7430
7431 \begin_layout Plain Layout
7432 B
7433 \end_layout
7434
7435 \end_inset
7436
7437
7438 \begin_inset IndexMacro subentry
7439 status open
7440
7441 \begin_layout Plain Layout
7442
7443 \backslash
7444 bigm
7445 \end_layout
7446
7447 \end_inset
7448
7449
7450 \end_layout
7451
7452 \end_inset
7453
7454 , that adds a bit more space between the bracket and its content.
7455  Other variants 
7456 \series bold
7457
7458 \backslash
7459 bigl 
7460 \series default
7461 and
7462 \series bold
7463  
7464 \backslash
7465 bigr
7466 \series default
7467
7468 \begin_inset Index idx
7469 range none
7470 pageformat default
7471 status collapsed
7472
7473 \begin_layout Plain Layout
7474 Commands
7475 \begin_inset IndexMacro subentry
7476 status open
7477
7478 \begin_layout Plain Layout
7479 B
7480 \end_layout
7481
7482 \end_inset
7483
7484
7485 \begin_inset IndexMacro subentry
7486 status open
7487
7488 \begin_layout Plain Layout
7489
7490 \backslash
7491 bigl – 
7492 \backslash
7493 bigr
7494 \end_layout
7495
7496 \end_inset
7497
7498
7499 \end_layout
7500
7501 \end_inset
7502
7503 , don't add additional space.
7504  The 
7505 \emph on
7506 l
7507 \emph default
7508  at the end of the command 
7509 \series bold
7510
7511 \backslash
7512 bigl
7513 \series default
7514  is for a left bracket; for a right bracket this is replaced by an 
7515 \emph on
7516 r
7517 \emph default
7518 .
7519  A left or right bracket can each be an opening or closing bracket.
7520 \end_layout
7521
7522 \begin_layout Standard
7523 The following table contains comparisons of the variants:
7524 \end_layout
7525
7526 \begin_layout Standard
7527 \align center
7528 \begin_inset Tabular
7529 <lyxtabular version="3" rows="5" columns="2">
7530 <features booktabs="true" tabularvalignment="middle">
7531 <column alignment="center" valignment="top" width="0pt">
7532 <column alignment="center" valignment="middle">
7533 <row>
7534 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7535 \begin_inset Text
7536
7537 \begin_layout Plain Layout
7538 Command
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547 Result
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 </row>
7553 <row topspace="2mm">
7554 <cell alignment="center" valignment="top" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558
7559 \backslash
7560 Bigm(
7561 \backslash
7562 bigm(
7563 \backslash
7564 ln(3x)
7565 \backslash
7566 bigm)^2
7567 \begin_inset space \textvisiblespace{}
7568 \end_inset
7569
7570
7571 \backslash
7572 Bigm)
7573 \end_layout
7574
7575 \end_inset
7576 </cell>
7577 <cell alignment="center" valignment="top" usebox="none">
7578 \begin_inset Text
7579
7580 \begin_layout Plain Layout
7581 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
7582 \end_inset
7583
7584
7585 \end_layout
7586
7587 \end_inset
7588 </cell>
7589 </row>
7590 <row topspace="2mm">
7591 <cell alignment="center" valignment="top" usebox="none">
7592 \begin_inset Text
7593
7594 \begin_layout Plain Layout
7595
7596 \backslash
7597 Big(
7598 \backslash
7599 big(
7600 \backslash
7601 ln(3x)
7602 \backslash
7603 big)^2
7604 \begin_inset space \textvisiblespace{}
7605 \end_inset
7606
7607
7608 \backslash
7609 Big)
7610 \end_layout
7611
7612 \end_inset
7613 </cell>
7614 <cell alignment="center" valignment="top" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
7619 \end_inset
7620
7621
7622 \end_layout
7623
7624 \end_inset
7625 </cell>
7626 </row>
7627 <row topspace="2mm" bottomspace="0.5mm">
7628 <cell alignment="center" valignment="top" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632
7633 \backslash
7634 Bigl(
7635 \backslash
7636 bigl(
7637 \backslash
7638 ln(3x)
7639 \backslash
7640 bigr)^2
7641 \begin_inset space \textvisiblespace{}
7642 \end_inset
7643
7644
7645 \backslash
7646 Bigr)
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 <cell alignment="center" valignment="top" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
7656 \end_inset
7657
7658
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 </row>
7664 <row topspace="1.5mm" bottomspace="0.5mm">
7665 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7666 \begin_inset Text
7667
7668 \begin_layout Plain Layout
7669
7670 \backslash
7671 bigl)
7672 \backslash
7673 ln(3x)
7674 \backslash
7675 bigr(
7676 \end_layout
7677
7678 \end_inset
7679 </cell>
7680 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7681 \begin_inset Text
7682
7683 \begin_layout Plain Layout
7684 \begin_inset Formula $\bigl)\ln(3x)\bigr($
7685 \end_inset
7686
7687
7688 \end_layout
7689
7690 \end_inset
7691 </cell>
7692 </row>
7693 </lyxtabular>
7694
7695 \end_inset
7696
7697
7698 \end_layout
7699
7700 \begin_layout Subsubsection
7701 Automatic Bracket Size
7702 \begin_inset CommandInset label
7703 LatexCommand label
7704 name "subsec:Automatic-Bracket-Size"
7705
7706 \end_inset
7707
7708
7709 \begin_inset Index idx
7710 range none
7711 pageformat default
7712 status collapsed
7713
7714 \begin_layout Plain Layout
7715 Bracket size
7716 \begin_inset IndexMacro subentry
7717 status open
7718
7719 \begin_layout Plain Layout
7720 automatic
7721 \end_layout
7722
7723 \end_inset
7724
7725
7726 \end_layout
7727
7728 \end_inset
7729
7730
7731 \end_layout
7732
7733 \begin_layout Standard
7734 Variably sized brackets can be inserted with the commands 
7735 \series bold
7736
7737 \backslash
7738 left
7739 \series default
7740
7741 \begin_inset Index idx
7742 range none
7743 pageformat default
7744 status collapsed
7745
7746 \begin_layout Plain Layout
7747 Commands
7748 \begin_inset IndexMacro subentry
7749 status open
7750
7751 \begin_layout Plain Layout
7752 L
7753 \end_layout
7754
7755 \end_inset
7756
7757
7758 \begin_inset IndexMacro subentry
7759 status open
7760
7761 \begin_layout Plain Layout
7762
7763 \backslash
7764 left
7765 \end_layout
7766
7767 \end_inset
7768
7769
7770 \end_layout
7771
7772 \end_inset
7773
7774  and 
7775 \series bold
7776
7777 \backslash
7778 right
7779 \series default
7780
7781 \begin_inset Index idx
7782 range none
7783 pageformat default
7784 status collapsed
7785
7786 \begin_layout Plain Layout
7787 Commands
7788 \begin_inset IndexMacro subentry
7789 status open
7790
7791 \begin_layout Plain Layout
7792 R
7793 \end_layout
7794
7795 \end_inset
7796
7797
7798 \begin_inset IndexMacro subentry
7799 status open
7800
7801 \begin_layout Plain Layout
7802
7803 \backslash
7804 right
7805 \end_layout
7806
7807 \end_inset
7808
7809
7810 \end_layout
7811
7812 \end_inset
7813
7814  or via the math toolbar button 
7815 \begin_inset Info
7816 type  "icon"
7817 arg   "dialog-show mathdelimiter"
7818 \end_inset
7819
7820 .
7821  The desired bracket must be inserted directly behind the 
7822 \series bold
7823
7824 \backslash
7825 left
7826 \series default
7827  and 
7828 \series bold
7829
7830 \backslash
7831 right
7832 \series default
7833  commands.
7834  The bracket size will then automatically be calculated for the output.
7835 \end_layout
7836
7837 \begin_layout Standard
7838 \align center
7839 normal bracket: The command 
7840 \series bold
7841
7842 \backslash
7843 ln(
7844 \backslash
7845 frac
7846 \begin_inset space \textvisiblespace{}
7847 \end_inset
7848
7849 A
7850 \begin_inset Formula $\downarrow$
7851 \end_inset
7852
7853 C
7854 \begin_inset space \textvisiblespace{}
7855 \end_inset
7856
7857 )
7858 \series default
7859  creates
7860 \begin_inset Formula 
7861 \[
7862 \ln(\frac{A}{C})
7863 \]
7864
7865 \end_inset
7866
7867
7868 \end_layout
7869
7870 \begin_layout Standard
7871 \align center
7872 multiline bracket: The command 
7873 \series bold
7874
7875 \backslash
7876 ln
7877 \backslash
7878 left(
7879 \backslash
7880 frac
7881 \begin_inset space \textvisiblespace{}
7882 \end_inset
7883
7884 A
7885 \begin_inset Formula $\downarrow$
7886 \end_inset
7887
7888 C
7889 \begin_inset space \textvisiblespace{}
7890 \end_inset
7891
7892
7893 \backslash
7894 right)
7895 \series default
7896  creates
7897 \begin_inset Formula 
7898 \[
7899 \ln\left(\frac{A}{C}\right)
7900 \]
7901
7902 \end_inset
7903
7904
7905 \end_layout
7906
7907 \begin_layout Standard
7908 Instead of 
7909 \series bold
7910
7911 \backslash
7912 left
7913 \series default
7914  and 
7915 \series bold
7916
7917 \backslash
7918 right
7919 \series default
7920  the shortcut 
7921 \family sans
7922 Alt+M
7923 \begin_inset space ~
7924 \end_inset
7925
7926 Bracket
7927 \family default
7928  can be used.
7929  This has the advantage that you can see in \SpecialChar LyX
7930  immediately the real bracket
7931  size and that the matching right bracket will be created too.
7932 \begin_inset Newline newline
7933 \end_inset
7934
7935 The command for the last example would then be: 
7936 \series bold
7937
7938 \backslash
7939 ln Alt+M
7940 \series default
7941  
7942 \series bold
7943 (
7944 \backslash
7945 frac
7946 \begin_inset space \textvisiblespace{}
7947 \end_inset
7948
7949 A
7950 \begin_inset Formula $\downarrow$
7951 \end_inset
7952
7953 C
7954 \end_layout
7955
7956 \begin_layout Standard
7957 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7958  For example the command 
7959 \series bold
7960
7961 \backslash
7962 left.
7963 \backslash
7964 frac
7965 \begin_inset space \textvisiblespace{}
7966 \end_inset
7967
7968 A
7969 \begin_inset Formula $\downarrow$
7970 \end_inset
7971
7972 B
7973 \begin_inset space \textvisiblespace{}
7974 \end_inset
7975
7976
7977 \backslash
7978 right}
7979 \series default
7980  creates:
7981 \series bold
7982
7983 \begin_inset Formula 
7984 \[
7985 \left.\frac{A}{B}\right\} 
7986 \]
7987
7988 \end_inset
7989
7990
7991 \series default
7992 The commands 
7993 \series bold
7994
7995 \backslash
7996 left
7997 \series default
7998  and 
7999 \series bold
8000
8001 \backslash
8002 right
8003 \series default
8004  will be converted by \SpecialChar LyX
8005  to brackets with the correct size when the document
8006  is reloaded and an omitted bracket will appear as dashed line.
8007 \end_layout
8008
8009 \begin_layout Standard
8010 \begin_inset VSpace bigskip
8011 \end_inset
8012
8013 Because all popular \SpecialChar LaTeX
8014  distributions use e\SpecialChar TeX
8015 , an extension to \SpecialChar LaTeX
8016 , the command
8017  
8018 \series bold
8019
8020 \backslash
8021 middle
8022 \series default
8023
8024 \begin_inset Index idx
8025 range none
8026 pageformat default
8027 status collapsed
8028
8029 \begin_layout Plain Layout
8030 Commands
8031 \begin_inset IndexMacro subentry
8032 status open
8033
8034 \begin_layout Plain Layout
8035 M
8036 \end_layout
8037
8038 \end_inset
8039
8040
8041 \begin_inset IndexMacro subentry
8042 status open
8043
8044 \begin_layout Plain Layout
8045
8046 \backslash
8047 middle
8048 \end_layout
8049
8050 \end_inset
8051
8052
8053 \end_layout
8054
8055 \end_inset
8056
8057  is available for all brackets and limits.
8058  With this command the height of the following character is adapted to the
8059  one of the surrounding brackets, for example in the case of physical vectors:
8060 \begin_inset Formula 
8061 \[
8062 \left\langle \phi\:\middle|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
8063 \]
8064
8065 \end_inset
8066
8067 For physical vectors there is a special \SpecialChar LaTeX
8068 -package, described in 
8069 \begin_inset CommandInset ref
8070 LatexCommand ref
8071 reference "subsec:Physical-Vectors"
8072
8073 \end_inset
8074
8075 .
8076 \end_layout
8077
8078 \begin_layout Subsection
8079 Horizontal Brackets
8080 \begin_inset Index idx
8081 range none
8082 pageformat default
8083 status collapsed
8084
8085 \begin_layout Plain Layout
8086 Brackets
8087 \begin_inset IndexMacro subentry
8088 status open
8089
8090 \begin_layout Plain Layout
8091 horizontal
8092 \end_layout
8093
8094 \end_inset
8095
8096
8097 \end_layout
8098
8099 \end_inset
8100
8101
8102 \end_layout
8103
8104 \begin_layout Standard
8105 \align center
8106 \begin_inset Tabular
8107 <lyxtabular version="3" rows="4" columns="2">
8108 <features booktabs="true" tabularvalignment="middle">
8109 <column alignment="center" valignment="top" width="0pt">
8110 <column alignment="center" valignment="top" width="0pt">
8111 <row>
8112 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116 Command
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125 Result
8126 \end_layout
8127
8128 \end_inset
8129 </cell>
8130 </row>
8131 <row>
8132 <cell alignment="center" valignment="top" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136
8137 \backslash
8138 overbrace
8139 \begin_inset space \textvisiblespace{}
8140 \end_inset
8141
8142 A+B
8143 \begin_inset space \textvisiblespace{}
8144 \end_inset
8145
8146 ^3
8147 \begin_inset Index idx
8148 range none
8149 pageformat default
8150 status collapsed
8151
8152 \begin_layout Plain Layout
8153 Commands
8154 \begin_inset IndexMacro subentry
8155 status open
8156
8157 \begin_layout Plain Layout
8158 O
8159 \end_layout
8160
8161 \end_inset
8162
8163
8164 \begin_inset IndexMacro subentry
8165 status open
8166
8167 \begin_layout Plain Layout
8168
8169 \backslash
8170 overbrace
8171 \end_layout
8172
8173 \end_inset
8174
8175
8176 \end_layout
8177
8178 \end_inset
8179
8180
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 <cell alignment="center" valignment="top" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189 \begin_inset Formula $\overbrace{A+B}^{3}$
8190 \end_inset
8191
8192
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 </row>
8198 <row topspace="2mm">
8199 <cell alignment="center" valignment="top" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203
8204 \backslash
8205 underbrace
8206 \begin_inset space \textvisiblespace{}
8207 \end_inset
8208
8209 A+B
8210 \begin_inset space \textvisiblespace{}
8211 \end_inset
8212
8213 _5
8214 \begin_inset Index idx
8215 range none
8216 pageformat default
8217 status collapsed
8218
8219 \begin_layout Plain Layout
8220 Commands
8221 \begin_inset IndexMacro subentry
8222 status open
8223
8224 \begin_layout Plain Layout
8225 U
8226 \end_layout
8227
8228 \end_inset
8229
8230
8231 \begin_inset IndexMacro subentry
8232 status open
8233
8234 \begin_layout Plain Layout
8235
8236 \backslash
8237 underbrace
8238 \end_layout
8239
8240 \end_inset
8241
8242
8243 \end_layout
8244
8245 \end_inset
8246
8247
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell alignment="center" valignment="top" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 \begin_inset Formula $\underbrace{A+B}_{5}$
8257 \end_inset
8258
8259
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 </row>
8265 <row>
8266 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270
8271 \backslash
8272 overbrace
8273 \begin_inset space \textvisiblespace{}
8274 \end_inset
8275
8276
8277 \backslash
8278 underbrace
8279 \begin_inset space \textvisiblespace{}
8280 \end_inset
8281
8282 A+B_w
8283 \begin_inset space \textvisiblespace{}
8284 \end_inset
8285
8286
8287 \begin_inset space \textvisiblespace{}
8288 \end_inset
8289
8290 _7
8291 \begin_inset space \textvisiblespace{}
8292 \end_inset
8293
8294
8295 \begin_inset space \textvisiblespace{}
8296 \end_inset
8297
8298 ^
8299 \begin_inset space \textvisiblespace{}
8300 \end_inset
8301
8302 C
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
8312 \end_inset
8313
8314
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 </row>
8320 </lyxtabular>
8321
8322 \end_inset
8323
8324
8325 \end_layout
8326
8327 \begin_layout Standard
8328 In the last example it doesn't matter if 
8329 \series bold
8330
8331 \backslash
8332 overbrace
8333 \series default
8334  or 
8335 \series bold
8336
8337 \backslash
8338 underbrace
8339 \series default
8340  is inserted first.
8341 \end_layout
8342
8343 \begin_layout Standard
8344 \begin_inset VSpace medskip
8345 \end_inset
8346
8347
8348 \end_layout
8349
8350 \begin_layout Standard
8351 If in document settings under 
8352 \family sans
8353 Math
8354 \begin_inset space ~
8355 \end_inset
8356
8357 Options
8358 \family default
8359  the option for the package 
8360 \series bold
8361 mathtools
8362 \series default
8363
8364 \begin_inset Index idx
8365 range none
8366 pageformat default
8367 status collapsed
8368
8369 \begin_layout Plain Layout
8370 Packages
8371 \begin_inset IndexMacro subentry
8372 status open
8373
8374 \begin_layout Plain Layout
8375 mathtools
8376 \end_layout
8377
8378 \end_inset
8379
8380
8381 \end_layout
8382
8383 \end_inset
8384
8385  is set to 
8386 \family sans
8387 Load
8388 \begin_inset space ~
8389 \end_inset
8390
8391 always
8392 \family default
8393 , you will also have access to square brackets:
8394 \end_layout
8395
8396 \begin_layout Standard
8397 \align center
8398 \begin_inset Tabular
8399 <lyxtabular version="3" rows="4" columns="2">
8400 <features booktabs="true" tabularvalignment="middle">
8401 <column alignment="center" valignment="top" width="0pt">
8402 <column alignment="center" valignment="top" width="0pt">
8403 <row>
8404 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408 Command
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417 Result
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 </row>
8423 <row>
8424 <cell alignment="center" valignment="top" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428
8429 \backslash
8430
8431 \family roman
8432 \series medium
8433 \shape up
8434 \size normal
8435 \emph off
8436 \bar no
8437 \strikeout off
8438 \uuline off
8439 \uwave off
8440 \noun off
8441 \color none
8442 overbracket
8443 \family default
8444 \series default
8445 \shape default
8446 \size default
8447 \emph default
8448 \bar default
8449 \strikeout default
8450 \uuline default
8451 \uwave default
8452 \noun default
8453 \color inherit
8454 {A+B
8455 \begin_inset space \textvisiblespace{}
8456 \end_inset
8457
8458 ^3
8459 \begin_inset Index idx
8460 range none
8461 pageformat default
8462 status collapsed
8463
8464 \begin_layout Plain Layout
8465 Commands
8466 \begin_inset IndexMacro subentry
8467 status open
8468
8469 \begin_layout Plain Layout
8470 O
8471 \end_layout
8472
8473 \end_inset
8474
8475
8476 \begin_inset IndexMacro subentry
8477 status open
8478
8479 \begin_layout Plain Layout
8480
8481 \backslash
8482 overbracket
8483 \end_layout
8484
8485 \end_inset
8486
8487
8488 \end_layout
8489
8490 \end_inset
8491
8492
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 <cell alignment="center" valignment="top" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501 \begin_inset Formula $\overbracket{A+B}^{3}$
8502 \end_inset
8503
8504
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 </row>
8510 <row topspace="2mm">
8511 <cell alignment="center" valignment="top" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515
8516 \backslash
8517 under
8518 \family roman
8519 \series medium
8520 \shape up
8521 \size normal
8522 \emph off
8523 \bar no
8524 \strikeout off
8525 \uuline off
8526 \uwave off
8527 \noun off
8528 \color none
8529 bracket
8530 \family default
8531 \series default
8532 \shape default
8533 \size default
8534 \emph default
8535 \bar default
8536 \strikeout default
8537 \uuline default
8538 \uwave default
8539 \noun default
8540 \color inherit
8541 {A+B
8542 \begin_inset space \textvisiblespace{}
8543 \end_inset
8544
8545 _5
8546 \begin_inset Index idx
8547 range none
8548 pageformat default
8549 status collapsed
8550
8551 \begin_layout Plain Layout
8552 Commands
8553 \begin_inset IndexMacro subentry
8554 status open
8555
8556 \begin_layout Plain Layout
8557 U
8558 \end_layout
8559
8560 \end_inset
8561
8562
8563 \begin_inset IndexMacro subentry
8564 status open
8565
8566 \begin_layout Plain Layout
8567
8568 \backslash
8569 under
8570 \family roman
8571 \series medium
8572 \shape up
8573 \size normal
8574 \emph off
8575 \bar no
8576 \strikeout off
8577 \uuline off
8578 \uwave off
8579 \noun off
8580 \color none
8581 bracket
8582 \end_layout
8583
8584 \end_inset
8585
8586
8587 \end_layout
8588
8589 \end_inset
8590
8591
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 <cell alignment="center" valignment="top" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600 \begin_inset Formula $\underbracket{A+B}_{5}$
8601 \end_inset
8602
8603
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 </row>
8609 <row>
8610 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614
8615 \backslash
8616 overbracket{
8617 \backslash
8618 underbracket{A+B_w
8619 \begin_inset space \textvisiblespace{}
8620 \end_inset
8621
8622
8623 \begin_inset space \textvisiblespace{}
8624 \end_inset
8625
8626 _7
8627 \begin_inset space \textvisiblespace{}
8628 \end_inset
8629
8630
8631 \begin_inset space \textvisiblespace{}
8632 \end_inset
8633
8634 ^
8635 \change_deleted 5863208 1612711596
8636
8637 \begin_inset space \textvisiblespace{}
8638 \end_inset
8639
8640
8641 \change_unchanged
8642 C
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
8652 \end_inset
8653
8654
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 </row>
8660 </lyxtabular>
8661
8662 \end_inset
8663
8664
8665 \end_layout
8666
8667 \begin_layout Standard
8668 For 
8669 \series bold
8670
8671 \backslash
8672 overbracket
8673 \series default
8674  and 
8675 \series bold
8676
8677 \backslash
8678 underbracket
8679 \series default
8680  you can change the thickness of the bracket's stroke by specifying the
8681  desired thickness in square brackets behind the command:
8682 \end_layout
8683
8684 \begin_layout Standard
8685 \align center
8686 \begin_inset Tabular
8687 <lyxtabular version="3" rows="3" columns="2">
8688 <features booktabs="true" tabularvalignment="middle">
8689 <column alignment="center" valignment="top" width="0pt">
8690 <column alignment="center" valignment="top" width="0pt">
8691 <row>
8692 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696 Command
8697 \end_layout
8698
8699 \end_inset
8700 </cell>
8701 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Plain Layout
8705 Result
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 </row>
8711 <row>
8712 <cell alignment="center" valignment="top" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716
8717 \backslash
8718
8719 \family roman
8720 \series medium
8721 \shape up
8722 \size normal
8723 \emph off
8724 \bar no
8725 \strikeout off
8726 \uuline off
8727 \uwave off
8728 \noun off
8729 \color none
8730 overbracket
8731 \family default
8732 \series default
8733 \shape default
8734 \size default
8735 \emph default
8736 \bar default
8737 \strikeout default
8738 \uuline default
8739 \uwave default
8740 \noun default
8741 \color inherit
8742 [3pt]
8743 \backslash
8744 {A+B
8745 \begin_inset space \textvisiblespace{}
8746 \end_inset
8747
8748 ^3
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 <cell alignment="center" valignment="top" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
8758 \end_inset
8759
8760
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 </row>
8766 <row topspace="2mm">
8767 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771
8772 \backslash
8773 under
8774 \family roman
8775 \series medium
8776 \shape up
8777 \size normal
8778 \emph off
8779 \bar no
8780 \strikeout off
8781 \uuline off
8782 \uwave off
8783 \noun off
8784 \color none
8785 bracket
8786 \family default
8787 \series default
8788 \shape default
8789 \size default
8790 \emph default
8791 \bar default
8792 \strikeout default
8793 \uuline default
8794 \uwave default
8795 \noun default
8796 \color inherit
8797 [1pt]
8798 \backslash
8799 {A+B
8800 \begin_inset space \textvisiblespace{}
8801 \end_inset
8802
8803 _5
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
8813 \end_inset
8814
8815
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 </row>
8821 </lyxtabular>
8822
8823 \end_inset
8824
8825
8826 \end_layout
8827
8828 \begin_layout Standard
8829 \begin_inset VSpace bigskip
8830 \end_inset
8831
8832 When brackets overlap each other, multiline formulas as described in 
8833 \begin_inset CommandInset ref
8834 LatexCommand ref
8835 reference "sec:Multiline-Formulas"
8836
8837 \end_inset
8838
8839  must be used:
8840 \begin_inset Formula 
8841 \begin{eqnarray*}
8842 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
8843  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
8844 \end{eqnarray*}
8845
8846 \end_inset
8847
8848 In the first row, the formula is inserted together with the first brace.
8849  It is important that the space command
8850 \begin_inset Foot
8851 status collapsed
8852
8853 \begin_layout Plain Layout
8854 Space commands are explained in 
8855 \begin_inset CommandInset ref
8856 LatexCommand ref
8857 reference "subsec:Predefined-Space"
8858
8859 \end_inset
8860
8861 .
8862 \end_layout
8863
8864 \end_inset
8865
8866  
8867 \series bold
8868
8869 \backslash
8870 :
8871 \series default
8872  is inserted before the first 
8873 \begin_inset Formula $d$
8874 \end_inset
8875
8876  because the brace that ends behind the 
8877 \begin_inset Formula $q$
8878 \end_inset
8879
8880  prevents the following 
8881 \begin_inset Quotes eld
8882 \end_inset
8883
8884 +
8885 \begin_inset Quotes erd
8886 \end_inset
8887
8888  from being surrounded by spaces.
8889 \begin_inset Foot
8890 status collapsed
8891
8892 \begin_layout Plain Layout
8893 Because a bracket is not handled as a character, see 
8894 \begin_inset CommandInset ref
8895 LatexCommand ref
8896 reference "subsec:Binary-Operators"
8897
8898 \end_inset
8899
8900
8901 \end_layout
8902
8903 \end_inset
8904
8905  The second brace is inserted in the second row.
8906  As it should begin before the 
8907 \begin_inset Formula $b$
8908 \end_inset
8909
8910 , first the command 
8911 \series bold
8912
8913 \backslash
8914 hphantom{gggg+
8915 \backslash
8916 :}
8917 \series default
8918  is inserted.
8919 \begin_inset Foot
8920 status collapsed
8921
8922 \begin_layout Plain Layout
8923 More about 
8924 \series bold
8925
8926 \backslash
8927 hphantom
8928 \series default
8929  see 
8930 \begin_inset CommandInset ref
8931 LatexCommand ref
8932 reference "subsec:Placeholders"
8933
8934 \end_inset
8935
8936
8937 \end_layout
8938
8939 \end_inset
8940
8941  This space is needed because the 
8942 \begin_inset Quotes eld
8943 \end_inset
8944
8945 +
8946 \begin_inset Quotes erd
8947 \end_inset
8948
8949  is surrounded by spaces in the formula.
8950  The brace is placed under the command 
8951 \series bold
8952
8953 \backslash
8954 hphantom{bbqq+dddd}
8955 \series default
8956 .
8957 \end_layout
8958
8959 \begin_layout Standard
8960 It gets more complicated when brackets overlap each other above and under
8961  the formula as in the following example:
8962 \begin_inset ERT
8963 status collapsed
8964
8965 \begin_layout Plain Layout
8966
8967
8968 \backslash
8969 setlength{
8970 \backslash
8971 jot}{-6pt}
8972 \end_layout
8973
8974 \end_inset
8975
8976
8977 \begin_inset Formula 
8978 \begin{eqnarray*}
8979  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8980 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
8981 \end{eqnarray*}
8982
8983 \end_inset
8984
8985
8986 \begin_inset ERT
8987 status collapsed
8988
8989 \begin_layout Plain Layout
8990
8991
8992 \backslash
8993 setlength{
8994 \backslash
8995 jot}{3pt}
8996 \end_layout
8997
8998 \end_inset
8999
9000 The first formula row is the same as the second row of the previous example,
9001  with the difference that the brace is above.
9002  The second row contains the formula together with the second brace.
9003  To avoid the space between the upper brace in the first row and the formula,
9004  the row spacing needs to be reduced.
9005  This is not easily done due to a bug in \SpecialChar LyX
9006 .
9007 \begin_inset Foot
9008 status collapsed
9009
9010 \begin_layout Plain Layout
9011 \begin_inset CommandInset href
9012 LatexCommand href
9013 name "LyX-bug #1505"
9014 target "https://www.lyx.org/trac/ticket/1505"
9015 literal "false"
9016
9017 \end_inset
9018
9019
9020 \end_layout
9021
9022 \end_inset
9023
9024  As a solution for the problem, the global formula row separation 
9025 \series bold
9026
9027 \backslash
9028 jot
9029 \series default
9030
9031 \begin_inset Index idx
9032 range none
9033 pageformat default
9034 status collapsed
9035
9036 \begin_layout Plain Layout
9037 Commands
9038 \begin_inset IndexMacro subentry
9039 status open
9040
9041 \begin_layout Plain Layout
9042 J
9043 \end_layout
9044
9045 \end_inset
9046
9047
9048 \begin_inset IndexMacro subentry
9049 status open
9050
9051 \begin_layout Plain Layout
9052
9053 \backslash
9054 jot
9055 \end_layout
9056
9057 \end_inset
9058
9059
9060 \end_layout
9061
9062 \end_inset
9063
9064  must be changed to -6
9065 \begin_inset space \thinspace{}
9066 \end_inset
9067
9068 pt before the formula with the command 
9069 \series bold
9070
9071 \backslash
9072 setlength{
9073 \backslash
9074 jot}{-6pt}
9075 \series default
9076  in \SpecialChar TeX
9077  mode.
9078  
9079 \series bold
9080
9081 \backslash
9082 jot
9083 \series default
9084  is set back after the formula to the standard value of 3
9085 \begin_inset space \thinspace{}
9086 \end_inset
9087
9088 pt using the same command.
9089  More about the row separation in formulas is explained in 
9090 \begin_inset CommandInset ref
9091 LatexCommand ref
9092 reference "subsec:Line-Separation"
9093
9094 \end_inset
9095
9096 .
9097 \end_layout
9098
9099 \begin_layout Section
9100 Arrows
9101 \begin_inset Index idx
9102 range none
9103 pageformat default
9104 status collapsed
9105
9106 \begin_layout Plain Layout
9107 Arrows
9108 \end_layout
9109
9110 \end_inset
9111
9112
9113 \end_layout
9114
9115 \begin_layout Standard
9116 Arrows can be inserted via the math toolbar button 
9117 \begin_inset Info
9118 type  "icon"
9119 arg   "math-insert \\leftarrow"
9120 \end_inset
9121
9122  or the commands listed in the following subsections.
9123 \end_layout
9124
9125 \begin_layout Subsection
9126 Horizontal Arrows
9127 \begin_inset Index idx
9128 range none
9129 pageformat default
9130 status collapsed
9131
9132 \begin_layout Plain Layout
9133 Arrows
9134 \begin_inset IndexMacro subentry
9135 status open
9136
9137 \begin_layout Plain Layout
9138 horizontal
9139 \end_layout
9140
9141 \end_inset
9142
9143
9144 \end_layout
9145
9146 \end_inset
9147
9148
9149 \end_layout
9150
9151 \begin_layout Standard
9152 \begin_inset space \hfill{}
9153 \end_inset
9154
9155
9156 \begin_inset Tabular
9157 <lyxtabular version="3" rows="8" columns="2">
9158 <features booktabs="true" tabularvalignment="middle">
9159 <column alignment="center" valignment="top" width="0pt">
9160 <column alignment="center" valignment="top" width="0pt">
9161 <row>
9162 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166 Command
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 Result
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 </row>
9181 <row>
9182 <cell alignment="center" valignment="top" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186
9187 \backslash
9188 gets
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 <cell alignment="center" valignment="top" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197 \begin_inset Formula $\gets$
9198 \end_inset
9199
9200
9201 \end_layout
9202
9203 \end_inset
9204 </cell>
9205 </row>
9206 <row>
9207 <cell alignment="center" valignment="top" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211
9212 \backslash
9213 Leftarrow
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 <cell alignment="center" valignment="top" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222 \begin_inset Formula $\Leftarrow$
9223 \end_inset
9224
9225
9226 \end_layout
9227
9228 \end_inset
9229 </cell>
9230 </row>
9231 <row>
9232 <cell alignment="center" valignment="top" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236
9237 \backslash
9238 longleftarrow
9239 \end_layout
9240
9241 \end_inset
9242 </cell>
9243 <cell alignment="center" valignment="top" usebox="none">
9244 \begin_inset Text
9245
9246 \begin_layout Plain Layout
9247 \begin_inset Formula $\longleftarrow$
9248 \end_inset
9249
9250
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 </row>
9256 <row>
9257 <cell alignment="center" valignment="top" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261
9262 \backslash
9263 Longleftarrow
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 <cell alignment="center" valignment="top" usebox="none">
9269 \begin_inset Text
9270
9271 \begin_layout Plain Layout
9272 \begin_inset Formula $\Longleftarrow$
9273 \end_inset
9274
9275
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 </row>
9281 <row>
9282 <cell alignment="center" valignment="top" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286
9287 \backslash
9288 leftharpoonup
9289 \end_layout
9290
9291 \end_inset
9292 </cell>
9293 <cell alignment="center" valignment="top" usebox="none">
9294 \begin_inset Text
9295
9296 \begin_layout Plain Layout
9297 \begin_inset Formula $\leftharpoonup$
9298 \end_inset
9299
9300
9301 \end_layout
9302
9303 \end_inset
9304 </cell>
9305 </row>
9306 <row>
9307 <cell alignment="center" valignment="top" usebox="none">
9308 \begin_inset Text
9309
9310 \begin_layout Plain Layout
9311
9312 \backslash
9313 leftharpoondown
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 <cell alignment="center" valignment="top" usebox="none">
9319 \begin_inset Text
9320
9321 \begin_layout Plain Layout
9322 \begin_inset Formula $\leftharpoondown$
9323 \end_inset
9324
9325
9326 \end_layout
9327
9328 \end_inset
9329 </cell>
9330 </row>
9331 <row>
9332 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Plain Layout
9336
9337 \backslash
9338 hookleftarrow
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Plain Layout
9347 \begin_inset Formula $\hookleftarrow$
9348 \end_inset
9349
9350
9351 \end_layout
9352
9353 \end_inset
9354 </cell>
9355 </row>
9356 </lyxtabular>
9357
9358 \end_inset
9359
9360
9361 \begin_inset space \hfill{}
9362 \end_inset
9363
9364
9365 \begin_inset Tabular
9366 <lyxtabular version="3" rows="8" columns="2">
9367 <features booktabs="true" tabularvalignment="middle">
9368 <column alignment="center" valignment="top" width="0pt">
9369 <column alignment="center" valignment="top" width="0pt">
9370 <row>
9371 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375 Command
9376 \end_layout
9377
9378 \end_inset
9379 </cell>
9380 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9381 \begin_inset Text
9382
9383 \begin_layout Plain Layout
9384 Result
9385 \end_layout
9386
9387 \end_inset
9388 </cell>
9389 </row>
9390 <row>
9391 <cell alignment="center" valignment="top" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395
9396 \backslash
9397 to
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 <cell alignment="center" valignment="top" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406 \begin_inset Formula $\to$
9407 \end_inset
9408
9409
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 </row>
9415 <row>
9416 <cell alignment="center" valignment="top" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420
9421 \backslash
9422 Rightarrow
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 <cell alignment="center" valignment="top" usebox="none">
9428 \begin_inset Text
9429
9430 \begin_layout Plain Layout
9431 \begin_inset Formula $\Rightarrow$
9432 \end_inset
9433
9434
9435 \end_layout
9436
9437 \end_inset
9438 </cell>
9439 </row>
9440 <row>
9441 <cell alignment="center" valignment="top" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445
9446 \backslash
9447 longrightarrow
9448 \end_layout
9449
9450 \end_inset
9451 </cell>
9452 <cell alignment="center" valignment="top" usebox="none">
9453 \begin_inset Text
9454
9455 \begin_layout Plain Layout
9456 \begin_inset Formula $\longrightarrow$
9457 \end_inset
9458
9459
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 </row>
9465 <row>
9466 <cell alignment="center" valignment="top" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Plain Layout
9470
9471 \backslash
9472 Longrightarrow
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 <cell alignment="center" valignment="top" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481 \begin_inset Formula $\Longrightarrow$
9482 \end_inset
9483
9484
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 </row>
9490 <row>
9491 <cell alignment="center" valignment="top" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495
9496 \backslash
9497 rightharpoonup
9498 \end_layout
9499
9500 \end_inset
9501 </cell>
9502 <cell alignment="center" valignment="top" usebox="none">
9503 \begin_inset Text
9504
9505 \begin_layout Plain Layout
9506 \begin_inset Formula $\rightharpoonup$
9507 \end_inset
9508
9509
9510 \end_layout
9511
9512 \end_inset
9513 </cell>
9514 </row>
9515 <row>
9516 <cell alignment="center" valignment="top" usebox="none">
9517 \begin_inset Text
9518
9519 \begin_layout Plain Layout
9520
9521 \backslash
9522 rightharpoondown
9523 \end_layout
9524
9525 \end_inset
9526 </cell>
9527 <cell alignment="center" valignment="top" usebox="none">
9528 \begin_inset Text
9529
9530 \begin_layout Plain Layout
9531 \begin_inset Formula $\rightharpoondown$
9532 \end_inset
9533
9534
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 </row>
9540 <row>
9541 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9542 \begin_inset Text
9543
9544 \begin_layout Plain Layout
9545
9546 \backslash
9547 hookrightarrow
9548 \end_layout
9549
9550 \end_inset
9551 </cell>
9552 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9553 \begin_inset Text
9554
9555 \begin_layout Plain Layout
9556 \begin_inset Formula $\hookrightarrow$
9557 \end_inset
9558
9559
9560 \end_layout
9561
9562 \end_inset
9563 </cell>
9564 </row>
9565 </lyxtabular>
9566
9567 \end_inset
9568
9569
9570 \begin_inset space \hfill{}
9571 \end_inset
9572
9573
9574 \end_layout
9575
9576 \begin_layout Standard
9577 \begin_inset space \hfill{}
9578 \end_inset
9579
9580
9581 \begin_inset Tabular
9582 <lyxtabular version="3" rows="6" columns="2">
9583 <features booktabs="true" tabularvalignment="middle">
9584 <column alignment="center" valignment="top" width="0pt">
9585 <column alignment="center" valignment="top" width="0pt">
9586 <row>
9587 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9588 \begin_inset Text
9589
9590 \begin_layout Plain Layout
9591 Command
9592 \end_layout
9593
9594 \end_inset
9595 </cell>
9596 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9597 \begin_inset Text
9598
9599 \begin_layout Plain Layout
9600 Result
9601 \end_layout
9602
9603 \end_inset
9604 </cell>
9605 </row>
9606 <row>
9607 <cell alignment="center" valignment="top" usebox="none">
9608 \begin_inset Text
9609
9610 \begin_layout Plain Layout
9611
9612 \backslash
9613 leftrightarrow
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 <cell alignment="center" valignment="top" usebox="none">
9619 \begin_inset Text
9620
9621 \begin_layout Plain Layout
9622 \begin_inset Formula $\leftrightarrow$
9623 \end_inset
9624
9625
9626 \end_layout
9627
9628 \end_inset
9629 </cell>
9630 </row>
9631 <row>
9632 <cell alignment="center" valignment="top" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Plain Layout
9636
9637 \backslash
9638 Leftrightarrow
9639 \end_layout
9640
9641 \end_inset
9642 </cell>
9643 <cell alignment="center" valignment="top" usebox="none">
9644 \begin_inset Text
9645
9646 \begin_layout Plain Layout
9647 \begin_inset Formula $\Leftrightarrow$
9648 \end_inset
9649
9650
9651 \end_layout
9652
9653 \end_inset
9654 </cell>
9655 </row>
9656 <row>
9657 <cell alignment="center" valignment="top" usebox="none">
9658 \begin_inset Text
9659
9660 \begin_layout Plain Layout
9661
9662 \backslash
9663 longleftrightarrow
9664 \end_layout
9665
9666 \end_inset
9667 </cell>
9668 <cell alignment="center" valignment="top" usebox="none">
9669 \begin_inset Text
9670
9671 \begin_layout Plain Layout
9672 \begin_inset Formula $\longleftrightarrow$
9673 \end_inset
9674
9675
9676 \end_layout
9677
9678 \end_inset
9679 </cell>
9680 </row>
9681 <row>
9682 <cell alignment="center" valignment="top" usebox="none">
9683 \begin_inset Text
9684
9685 \begin_layout Plain Layout
9686
9687 \backslash
9688 Longleftrightarrow
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 <cell alignment="center" valignment="top" usebox="none">
9694 \begin_inset Text
9695
9696 \begin_layout Plain Layout
9697 \begin_inset Formula $\Longleftrightarrow$
9698 \end_inset
9699
9700
9701 \end_layout
9702
9703 \end_inset
9704 </cell>
9705 </row>
9706 <row>
9707 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9708 \begin_inset Text
9709
9710 \begin_layout Plain Layout
9711
9712 \backslash
9713 rightleftharpoons
9714 \end_layout
9715
9716 \end_inset
9717 </cell>
9718 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9719 \begin_inset Text
9720
9721 \begin_layout Plain Layout
9722 \begin_inset Formula $\rightleftharpoons$
9723 \end_inset
9724
9725
9726 \end_layout
9727
9728 \end_inset
9729 </cell>
9730 </row>
9731 </lyxtabular>
9732
9733 \end_inset
9734
9735
9736 \begin_inset space \hspace{}
9737 \length 25pt
9738 \end_inset
9739
9740
9741 \begin_inset space \hfill{}
9742 \end_inset
9743
9744
9745 \begin_inset Tabular
9746 <lyxtabular version="3" rows="5" columns="2">
9747 <features booktabs="true" tabularvalignment="middle">
9748 <column alignment="center" valignment="top" width="0pt">
9749 <column alignment="center" valignment="top" width="0pt">
9750 <row>
9751 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9752 \begin_inset Text
9753
9754 \begin_layout Plain Layout
9755 Command
9756 \end_layout
9757
9758 \end_inset
9759 </cell>
9760 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9761 \begin_inset Text
9762
9763 \begin_layout Plain Layout
9764 Result
9765 \end_layout
9766
9767 \end_inset
9768 </cell>
9769 </row>
9770 <row>
9771 <cell alignment="center" valignment="top" usebox="none">
9772 \begin_inset Text
9773
9774 \begin_layout Plain Layout
9775
9776 \backslash
9777 mapsto
9778 \end_layout
9779
9780 \end_inset
9781 </cell>
9782 <cell alignment="center" valignment="top" usebox="none">
9783 \begin_inset Text
9784
9785 \begin_layout Plain Layout
9786 \begin_inset Formula $\mapsto$
9787 \end_inset
9788
9789
9790 \end_layout
9791
9792 \end_inset
9793 </cell>
9794 </row>
9795 <row>
9796 <cell alignment="center" valignment="top" usebox="none">
9797 \begin_inset Text
9798
9799 \begin_layout Plain Layout
9800
9801 \backslash
9802 longmapsto
9803 \end_layout
9804
9805 \end_inset
9806 </cell>
9807 <cell alignment="center" valignment="top" usebox="none">
9808 \begin_inset Text
9809
9810 \begin_layout Plain Layout
9811 \begin_inset Formula $\longmapsto$
9812 \end_inset
9813
9814
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 </row>
9820 <row>
9821 <cell alignment="center" valignment="top" usebox="none">
9822 \begin_inset Text
9823
9824 \begin_layout Plain Layout
9825
9826 \backslash
9827 leadsto
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 <cell alignment="center" valignment="top" usebox="none">
9833 \begin_inset Text
9834
9835 \begin_layout Plain Layout
9836 \begin_inset Formula $\leadsto$
9837 \end_inset
9838
9839
9840 \end_layout
9841
9842 \end_inset
9843 </cell>
9844 </row>
9845 <row>
9846 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9847 \begin_inset Text
9848
9849 \begin_layout Plain Layout
9850
9851 \backslash
9852 dasharrow
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861 \begin_inset Formula $\dasharrow$
9862 \end_inset
9863
9864
9865 \end_layout
9866
9867 \end_inset
9868 </cell>
9869 </row>
9870 </lyxtabular>
9871
9872 \end_inset
9873
9874
9875 \begin_inset space \hfill{}
9876 \end_inset
9877
9878
9879 \end_layout
9880
9881 \begin_layout Standard
9882 \begin_inset VSpace medskip
9883 \end_inset
9884
9885 Arrows used as accents such as vector arrows are listed in 
9886 \begin_inset CommandInset ref
9887 LatexCommand ref
9888 reference "sec:Accents"
9889
9890 \end_inset
9891
9892 .
9893 \end_layout
9894
9895 \begin_layout Standard
9896 \begin_inset VSpace bigskip
9897 \end_inset
9898
9899 Labeled arrows
9900 \begin_inset Index idx
9901 range none
9902 pageformat default
9903 status collapsed
9904
9905 \begin_layout Plain Layout
9906 Arrows
9907 \begin_inset IndexMacro subentry
9908 status open
9909
9910 \begin_layout Plain Layout
9911 labeled
9912 \end_layout
9913
9914 \end_inset
9915
9916
9917 \end_layout
9918
9919 \end_inset
9920
9921  are also available using the commands 
9922 \series bold
9923
9924 \backslash
9925 xleftarrow
9926 \series default
9927
9928 \begin_inset Index idx
9929 range none
9930 pageformat default
9931 status collapsed
9932
9933 \begin_layout Plain Layout
9934 Commands
9935 \begin_inset IndexMacro subentry
9936 status open
9937
9938 \begin_layout Plain Layout
9939 X
9940 \end_layout
9941
9942 \end_inset
9943
9944
9945 \begin_inset IndexMacro subentry
9946 status open
9947
9948 \begin_layout Plain Layout
9949
9950 \backslash
9951 xleftarrow
9952 \end_layout
9953
9954 \end_inset
9955
9956
9957 \end_layout
9958
9959 \end_inset
9960
9961  and 
9962 \series bold
9963
9964 \backslash
9965 xrightarrow
9966 \series default
9967
9968 \begin_inset Index idx
9969 range none
9970 pageformat default
9971 status collapsed
9972
9973 \begin_layout Plain Layout
9974 Commands
9975 \begin_inset IndexMacro subentry
9976 status open
9977
9978 \begin_layout Plain Layout
9979 X
9980 \end_layout
9981
9982 \end_inset
9983
9984
9985 \begin_inset IndexMacro subentry
9986 status open
9987
9988 \begin_layout Plain Layout
9989
9990 \backslash
9991 xrightarrow
9992 \end_layout
9993
9994 \end_inset
9995
9996
9997 \end_layout
9998
9999 \end_inset
10000
10001 .
10002  When inserting one of these commands in a formula, an arrow with two blue
10003  boxes appears indicating where the labels can be inserted.
10004  The length of the arrow adapts to the label width.
10005 \end_layout
10006
10007 \begin_layout Standard
10008 \align center
10009 \begin_inset Tabular
10010 <lyxtabular version="3" rows="3" columns="2">
10011 <features booktabs="true" tabularvalignment="middle">
10012 <column alignment="center" valignment="top" width="0pt">
10013 <column alignment="center" valignment="top" width="0pt">
10014 <row>
10015 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019 Command
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Plain Layout
10028 Result
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 </row>
10034 <row>
10035 <cell alignment="center" valignment="top" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039 F(a)
10040 \backslash
10041 xleftarrow
10042 \begin_inset space \textvisiblespace{}
10043 \end_inset
10044
10045 x=a
10046 \begin_inset Formula $\downarrow$
10047 \end_inset
10048
10049 x>0
10050 \begin_inset Formula $\to$
10051 \end_inset
10052
10053 F(x)
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 <cell alignment="center" valignment="top" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
10063 \end_inset
10064
10065
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 </row>
10071 <row topspace="2mm">
10072 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076 F(x)
10077 \backslash
10078 xrightarrow
10079 \begin_inset space \textvisiblespace{}
10080 \end_inset
10081
10082 x=a
10083 \begin_inset Formula $\downarrow$
10084 \end_inset
10085
10086 x>0
10087 \begin_inset Formula $\to$
10088 \end_inset
10089
10090 F(a)
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Plain Layout
10099 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
10100 \end_inset
10101
10102
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 </row>
10108 </lyxtabular>
10109
10110 \end_inset
10111
10112
10113 \end_layout
10114
10115 \begin_layout Standard
10116 \begin_inset VSpace medskip
10117 \end_inset
10118
10119
10120 \end_layout
10121
10122 \begin_layout Standard
10123 If in the document settings under 
10124 \family sans
10125 Math
10126 \begin_inset space ~
10127 \end_inset
10128
10129 Options
10130 \family default
10131  for the package 
10132 \series bold
10133 mathtools
10134 \series default
10135
10136 \begin_inset Index idx
10137 range none
10138 pageformat default
10139 status collapsed
10140
10141 \begin_layout Plain Layout
10142 Packages
10143 \begin_inset IndexMacro subentry
10144 status open
10145
10146 \begin_layout Plain Layout
10147 mathtools
10148 \end_layout
10149
10150 \end_inset
10151
10152
10153 \end_layout
10154
10155 \end_inset
10156
10157  the option 
10158 \family sans
10159 Load
10160 \begin_inset space ~
10161 \end_inset
10162
10163 always
10164 \family default
10165  is set, you will have access to the following labeled arrows:
10166 \end_layout
10167
10168 \begin_layout Standard
10169 \begin_inset Newpage newpage
10170 \end_inset
10171
10172
10173 \end_layout
10174
10175 \begin_layout Standard
10176 \align center
10177 \begin_inset space \hspace*{\fill}
10178 \end_inset
10179
10180
10181 \begin_inset Tabular
10182 <lyxtabular version="3" rows="7" columns="2">
10183 <features booktabs="true" tabularvalignment="middle">
10184 <column alignment="center" valignment="top" width="0pt">
10185 <column alignment="center" valignment="top" width="0pt">
10186 <row>
10187 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191 Command
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Plain Layout
10200 Example
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 </row>
10206 <row>
10207 <cell alignment="center" valignment="top" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211
10212 \family roman
10213 \series medium
10214 \shape up
10215 \size normal
10216 \emph off
10217 \bar no
10218 \strikeout off
10219 \uuline off
10220 \uwave off
10221 \noun off
10222 \color none
10223
10224 \backslash
10225 xleftrightarrow
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 <cell alignment="center" valignment="top" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
10235 \end_inset
10236
10237
10238 \end_layout
10239
10240 \end_inset
10241 </cell>
10242 </row>
10243 <row topspace="2mm">
10244 <cell alignment="center" valignment="top" usebox="none">
10245 \begin_inset Text
10246
10247 \begin_layout Plain Layout
10248
10249 \family roman
10250 \series medium
10251 \shape up
10252 \size normal
10253 \emph off
10254 \bar no
10255 \strikeout off
10256 \uuline off
10257 \uwave off
10258 \noun off
10259 \color none
10260
10261 \backslash
10262 xLeftarrow
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 <cell alignment="center" valignment="top" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Plain Layout
10271 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
10272 \end_inset
10273
10274
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 </row>
10280 <row topspace="2mm">
10281 <cell alignment="center" valignment="top" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285
10286 \backslash
10287
10288 \family roman
10289 \series medium
10290 \shape up
10291 \size normal
10292 \emph off
10293 \bar no
10294 \strikeout off
10295 \uuline off
10296 \uwave off
10297 \noun off
10298 \color none
10299 xRightarrow
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 <cell alignment="center" valignment="top" usebox="none">
10305 \begin_inset Text
10306
10307 \begin_layout Plain Layout
10308 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
10309 \end_inset
10310
10311
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 </row>
10317 <row topspace="2mm">
10318 <cell alignment="center" valignment="top" usebox="none">
10319 \begin_inset Text
10320
10321 \begin_layout Plain Layout
10322
10323 \backslash
10324
10325 \family roman
10326 \series medium
10327 \shape up
10328 \size normal
10329 \emph off
10330 \bar no
10331 \strikeout off
10332 \uuline off
10333 \uwave off
10334 \noun off
10335 \color none
10336 xLeftrightarrow
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 <cell alignment="center" valignment="top" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Plain Layout
10345 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
10346 \end_inset
10347
10348
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 </row>
10354 <row topspace="2mm">
10355 <cell alignment="center" valignment="top" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359
10360 \family roman
10361 \series medium
10362 \shape up
10363 \size normal
10364 \emph off
10365 \bar no
10366 \strikeout off
10367 \uuline off
10368 \uwave off
10369 \noun off
10370 \color none
10371
10372 \backslash
10373 xhookleftarrow
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 <cell alignment="center" valignment="top" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Plain Layout
10382 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
10383 \end_inset
10384
10385
10386 \end_layout
10387
10388 \end_inset
10389 </cell>
10390 </row>
10391 <row topspace="2mm">
10392 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10393 \begin_inset Text
10394
10395 \begin_layout Plain Layout
10396
10397 \family roman
10398 \series medium
10399 \shape up
10400 \size normal
10401 \emph off
10402 \bar no
10403 \strikeout off
10404 \uuline off
10405 \uwave off
10406 \noun off
10407 \color none
10408
10409 \backslash
10410 xhookrightarrow
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
10420 \end_inset
10421
10422
10423 \end_layout
10424
10425 \end_inset
10426 </cell>
10427 </row>
10428 </lyxtabular>
10429
10430 \end_inset
10431
10432
10433 \begin_inset space \hspace*{\fill}
10434 \end_inset
10435
10436
10437 \begin_inset Tabular
10438 <lyxtabular version="3" rows="7" columns="2">
10439 <features booktabs="true" tabularvalignment="middle">
10440 <column alignment="center" valignment="top" width="0pt">
10441 <column alignment="center" valignment="top" width="0pt">
10442 <row>
10443 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447 Command
10448 \end_layout
10449
10450 \end_inset
10451 </cell>
10452 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456 Example
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 </row>
10462 <row>
10463 <cell alignment="center" valignment="top" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467
10468 \backslash
10469
10470 \family roman
10471 \series medium
10472 \shape up
10473 \size normal
10474 \emph off
10475 \bar no
10476 \strikeout off
10477 \uuline off
10478 \uwave off
10479 \noun off
10480 \color none
10481 xleftharpoondown
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 <cell alignment="center" valignment="top" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
10491 \end_inset
10492
10493
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 </row>
10499 <row topspace="2mm">
10500 <cell alignment="center" valignment="top" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504
10505 \backslash
10506
10507 \family roman
10508 \series medium
10509 \shape up
10510 \size normal
10511 \emph off
10512 \bar no
10513 \strikeout off
10514 \uuline off
10515 \uwave off
10516 \noun off
10517 \color none
10518 xleftharpoonup
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 <cell alignment="center" valignment="top" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
10528 \end_inset
10529
10530
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 </row>
10536 <row topspace="2mm">
10537 <cell alignment="center" valignment="top" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Plain Layout
10541
10542 \backslash
10543
10544 \family roman
10545 \series medium
10546 \shape up
10547 \size normal
10548 \emph off
10549 \bar no
10550 \strikeout off
10551 \uuline off
10552 \uwave off
10553 \noun off
10554 \color none
10555 xrightharpoondown
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 <cell alignment="center" valignment="top" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
10565 \end_inset
10566
10567
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 </row>
10573 <row topspace="2mm">
10574 <cell alignment="center" valignment="top" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578
10579 \backslash
10580
10581 \family roman
10582 \series medium
10583 \shape up
10584 \size normal
10585 \emph off
10586 \bar no
10587 \strikeout off
10588 \uuline off
10589 \uwave off
10590 \noun off
10591 \color none
10592 xrightharpoonup
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 <cell alignment="center" valignment="top" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
10602 \end_inset
10603
10604
10605 \end_layout
10606
10607 \end_inset
10608 </cell>
10609 </row>
10610 <row topspace="2mm">
10611 <cell alignment="center" valignment="top" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615
10616 \backslash
10617
10618 \family roman
10619 \series medium
10620 \shape up
10621 \size normal
10622 \emph off
10623 \bar no
10624 \strikeout off
10625 \uuline off
10626 \uwave off
10627 \noun off
10628 \color none
10629 xleftrightharpoons
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 <cell alignment="center" valignment="top" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Plain Layout
10638 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
10639 \end_inset
10640
10641
10642 \end_layout
10643
10644 \end_inset
10645 </cell>
10646 </row>
10647 <row topspace="2mm">
10648 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10649 \begin_inset Text
10650
10651 \begin_layout Plain Layout
10652
10653 \backslash
10654
10655 \family roman
10656 \series medium
10657 \shape up
10658 \size normal
10659 \emph off
10660 \bar no
10661 \strikeout off
10662 \uuline off
10663 \uwave off
10664 \noun off
10665 \color none
10666 xrightleftharpoons
10667 \end_layout
10668
10669 \end_inset
10670 </cell>
10671 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10672 \begin_inset Text
10673
10674 \begin_layout Plain Layout
10675 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
10676 \end_inset
10677
10678
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 </row>
10684 </lyxtabular>
10685
10686 \end_inset
10687
10688
10689 \begin_inset space \hspace*{\fill}
10690 \end_inset
10691
10692
10693 \end_layout
10694
10695 \begin_layout Standard
10696 The command scheme for all of these arrows is:
10697 \end_layout
10698
10699 \begin_layout Standard
10700 \align center
10701 \begin_inset Tabular
10702 <lyxtabular version="3" rows="2" columns="2">
10703 <features booktabs="true" tabularvalignment="middle">
10704 <column alignment="center" valignment="top" width="0pt">
10705 <column alignment="center" valignment="top" width="0pt">
10706 <row>
10707 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10708 \begin_inset Text
10709
10710 \begin_layout Plain Layout
10711 Command
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720 Result
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 </row>
10726 <row bottomspace="0.5mm">
10727 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731 F(a)
10732 \backslash
10733 xleftrightarrow[x=a]
10734 \backslash
10735 {x>0
10736 \begin_inset Formula $\to$
10737 \end_inset
10738
10739 F(x)
10740 \end_layout
10741
10742 \end_inset
10743 </cell>
10744 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10745 \begin_inset Text
10746
10747 \begin_layout Plain Layout
10748 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
10749 \end_inset
10750
10751
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 </row>
10757 </lyxtabular>
10758
10759 \end_inset
10760
10761
10762 \end_layout
10763
10764 \begin_layout Subsection
10765 Vertical and Diagonal Arrows
10766 \begin_inset Index idx
10767 range none
10768 pageformat default
10769 status collapsed
10770
10771 \begin_layout Plain Layout
10772 Arrows
10773 \begin_inset IndexMacro subentry
10774 status open
10775
10776 \begin_layout Plain Layout
10777 diagonal
10778 \end_layout
10779
10780 \end_inset
10781
10782
10783 \end_layout
10784
10785 \end_inset
10786
10787
10788 \begin_inset Index idx
10789 range none
10790 pageformat default
10791 status collapsed
10792
10793 \begin_layout Plain Layout
10794 Arrows
10795 \begin_inset IndexMacro subentry
10796 status open
10797
10798 \begin_layout Plain Layout
10799 vertical
10800 \end_layout
10801
10802 \end_inset
10803
10804
10805 \end_layout
10806
10807 \end_inset
10808
10809
10810 \end_layout
10811
10812 \begin_layout Standard
10813 \begin_inset space \hfill{}
10814 \end_inset
10815
10816
10817 \begin_inset Tabular
10818 <lyxtabular version="3" rows="7" columns="2">
10819 <features booktabs="true" tabularvalignment="middle">
10820 <column alignment="center" valignment="top" width="0pt">
10821 <column alignment="center" valignment="top" width="0pt">
10822 <row>
10823 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10824 \begin_inset Text
10825
10826 \begin_layout Plain Layout
10827 Command
10828 \end_layout
10829
10830 \end_inset
10831 </cell>
10832 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10833 \begin_inset Text
10834
10835 \begin_layout Plain Layout
10836 Result
10837 \end_layout
10838
10839 \end_inset
10840 </cell>
10841 </row>
10842 <row>
10843 <cell alignment="center" valignment="top" usebox="none">
10844 \begin_inset Text
10845
10846 \begin_layout Plain Layout
10847
10848 \backslash
10849 uparrow
10850 \end_layout
10851
10852 \end_inset
10853 </cell>
10854 <cell alignment="center" valignment="top" usebox="none">
10855 \begin_inset Text
10856
10857 \begin_layout Plain Layout
10858 \begin_inset Formula $\uparrow$
10859 \end_inset
10860
10861
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 </row>
10867 <row>
10868 <cell alignment="center" valignment="top" usebox="none">
10869 \begin_inset Text
10870
10871 \begin_layout Plain Layout
10872
10873 \backslash
10874 Uparrow
10875 \end_layout
10876
10877 \end_inset
10878 </cell>
10879 <cell alignment="center" valignment="top" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Plain Layout
10883 \begin_inset Formula $\Uparrow$
10884 \end_inset
10885
10886
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 </row>
10892 <row>
10893 <cell alignment="center" valignment="top" usebox="none">
10894 \begin_inset Text
10895
10896 \begin_layout Plain Layout
10897
10898 \backslash
10899 updownarrow
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 <cell alignment="center" valignment="top" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908 \begin_inset Formula $\updownarrow$
10909 \end_inset
10910
10911
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 </row>
10917 <row>
10918 <cell alignment="center" valignment="top" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922
10923 \backslash
10924 Updownarrow
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 <cell alignment="center" valignment="top" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933 \begin_inset Formula $\Updownarrow$
10934 \end_inset
10935
10936
10937 \end_layout
10938
10939 \end_inset
10940 </cell>
10941 </row>
10942 <row>
10943 <cell alignment="center" valignment="top" usebox="none">
10944 \begin_inset Text
10945
10946 \begin_layout Plain Layout
10947
10948 \backslash
10949 Downarrow
10950 \end_layout
10951
10952 \end_inset
10953 </cell>
10954 <cell alignment="center" valignment="top" usebox="none">
10955 \begin_inset Text
10956
10957 \begin_layout Plain Layout
10958 \begin_inset Formula $\Downarrow$
10959 \end_inset
10960
10961
10962 \end_layout
10963
10964 \end_inset
10965 </cell>
10966 </row>
10967 <row>
10968 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10969 \begin_inset Text
10970
10971 \begin_layout Plain Layout
10972
10973 \backslash
10974 downarrow
10975 \end_layout
10976
10977 \end_inset
10978 </cell>
10979 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10980 \begin_inset Text
10981
10982 \begin_layout Plain Layout
10983 \begin_inset Formula $\downarrow$
10984 \end_inset
10985
10986
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 </row>
10992 </lyxtabular>
10993
10994 \end_inset
10995
10996
10997 \begin_inset space \hfill{}
10998 \end_inset
10999
11000
11001 \begin_inset Tabular
11002 <lyxtabular version="3" rows="5" columns="2">
11003 <features booktabs="true" tabularvalignment="middle">
11004 <column alignment="center" valignment="top" width="0pt">
11005 <column alignment="center" valignment="top" width="0pt">
11006 <row>
11007 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Plain Layout
11011 Command
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020 Result
11021 \end_layout
11022
11023 \end_inset
11024 </cell>
11025 </row>
11026 <row>
11027 <cell alignment="center" valignment="top" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031
11032 \backslash
11033 nearrow
11034 \end_layout
11035
11036 \end_inset
11037 </cell>
11038 <cell alignment="center" valignment="top" usebox="none">
11039 \begin_inset Text
11040
11041 \begin_layout Plain Layout
11042 \begin_inset Formula $\nearrow$
11043 \end_inset
11044
11045
11046 \end_layout
11047
11048 \end_inset
11049 </cell>
11050 </row>
11051 <row>
11052 <cell alignment="center" valignment="top" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056
11057 \backslash
11058 searrow
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 <cell alignment="center" valignment="top" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067 \begin_inset Formula $\searrow$
11068 \end_inset
11069
11070
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 </row>
11076 <row>
11077 <cell alignment="center" valignment="top" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081
11082 \backslash
11083 swarrow
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 <cell alignment="center" valignment="top" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092 \begin_inset Formula $\swarrow$
11093 \end_inset
11094
11095
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 </row>
11101 <row>
11102 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11103 \begin_inset Text
11104
11105 \begin_layout Plain Layout
11106
11107 \backslash
11108 nwarrow
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11114 \begin_inset Text
11115
11116 \begin_layout Plain Layout
11117 \begin_inset Formula $\nwarrow$
11118 \end_inset
11119
11120
11121 \end_layout
11122
11123 \end_inset
11124 </cell>
11125 </row>
11126 </lyxtabular>
11127
11128 \end_inset
11129
11130
11131 \begin_inset space \hfill{}
11132 \end_inset
11133
11134
11135 \end_layout
11136
11137 \begin_layout Standard
11138 \begin_inset VSpace medskip
11139 \end_inset
11140
11141 Vertical arrows can also be used as delimiters together with the commands
11142  described in 
11143 \begin_inset CommandInset ref
11144 LatexCommand ref
11145 reference "subsec:Manual-Bracket-Size"
11146
11147 \end_inset
11148
11149  and 
11150 \begin_inset CommandInset ref
11151 LatexCommand ref
11152 reference "subsec:Automatic-Bracket-Size"
11153
11154 \end_inset
11155
11156 .
11157 \end_layout
11158
11159 \begin_layout Section
11160 Accents
11161 \begin_inset CommandInset label
11162 LatexCommand label
11163 name "sec:Accents"
11164
11165 \end_inset
11166
11167
11168 \begin_inset Index idx
11169 range none
11170 pageformat default
11171 status collapsed
11172
11173 \begin_layout Plain Layout
11174 Accents
11175 \end_layout
11176
11177 \end_inset
11178
11179
11180 \end_layout
11181
11182 \begin_layout Standard
11183 Accents can be inserted via the math toolbar button 
11184 \begin_inset Info
11185 type  "icon"
11186 arg   "math-insert \\hat"
11187 \end_inset
11188
11189  or the commands listed in the following subsections.
11190 \end_layout
11191
11192 \begin_layout Subsection
11193 Accents for One Character
11194 \begin_inset ERT
11195 status collapsed
11196
11197 \begin_layout Plain Layout
11198
11199
11200 \backslash
11201 texorpdfstring{
11202 \end_layout
11203
11204 \end_inset
11205
11206
11207 \begin_inset Foot
11208 status collapsed
11209
11210 \begin_layout Plain Layout
11211 For accents in text see 
11212 \begin_inset CommandInset ref
11213 LatexCommand ref
11214 reference "subsec:Accents-in-Text"
11215
11216 \end_inset
11217
11218
11219 \end_layout
11220
11221 \end_inset
11222
11223
11224 \begin_inset ERT
11225 status collapsed
11226
11227 \begin_layout Plain Layout
11228
11229 }{}
11230 \end_layout
11231
11232 \end_inset
11233
11234
11235 \begin_inset Note Note
11236 status collapsed
11237
11238 \begin_layout Plain Layout
11239
11240 \series bold
11241
11242 \backslash
11243 texorpdfstring
11244 \series default
11245  is used to avoid that the footnote appears in the PDF-bookmark.
11246 \end_layout
11247
11248 \begin_layout Plain Layout
11249 More about 
11250 \series bold
11251
11252 \backslash
11253 texorpdfstring
11254 \series default
11255  is in section 
11256 \begin_inset CommandInset ref
11257 LatexCommand ref
11258 reference "subsec:Formulas-in-Section"
11259
11260 \end_inset
11261
11262 .
11263 \end_layout
11264
11265 \end_inset
11266
11267
11268 \begin_inset CommandInset label
11269 LatexCommand label
11270 name "subsec:Accents-for-one"
11271
11272 \end_inset
11273
11274
11275 \begin_inset Index idx
11276 range none
11277 pageformat default
11278 status collapsed
11279
11280 \begin_layout Plain Layout
11281 Accents
11282 \begin_inset IndexMacro subentry
11283 status open
11284
11285 \begin_layout Plain Layout
11286 for one character
11287 \end_layout
11288
11289 \end_inset
11290
11291
11292 \end_layout
11293
11294 \end_inset
11295
11296
11297 \end_layout
11298
11299 \begin_layout Standard
11300 \begin_inset space \hfill{}
11301 \end_inset
11302
11303
11304 \begin_inset Tabular
11305 <lyxtabular version="3" rows="8" columns="2">
11306 <features booktabs="true" tabularvalignment="middle">
11307 <column alignment="center" valignment="top" width="0pt">
11308 <column alignment="center" valignment="top" width="0pt">
11309 <row>
11310 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11311 \begin_inset Text
11312
11313 \begin_layout Plain Layout
11314 Command
11315 \end_layout
11316
11317 \end_inset
11318 </cell>
11319 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11320 \begin_inset Text
11321
11322 \begin_layout Plain Layout
11323 Result
11324 \end_layout
11325
11326 \end_inset
11327 </cell>
11328 </row>
11329 <row topspace="1.5mm">
11330 <cell alignment="center" valignment="top" usebox="none">
11331 \begin_inset Text
11332
11333 \begin_layout Plain Layout
11334
11335 \backslash
11336 dot
11337 \begin_inset space \textvisiblespace{}
11338 \end_inset
11339
11340 A
11341 \end_layout
11342
11343 \end_inset
11344 </cell>
11345 <cell alignment="center" valignment="top" usebox="none">
11346 \begin_inset Text
11347
11348 \begin_layout Plain Layout
11349 \begin_inset Formula $\dot{A}$
11350 \end_inset
11351
11352
11353 \end_layout
11354
11355 \end_inset
11356 </cell>
11357 </row>
11358 <row topspace="1.5mm">
11359 <cell alignment="center" valignment="top" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363
11364 \backslash
11365 ddot
11366 \begin_inset space \textvisiblespace{}
11367 \end_inset
11368
11369 A
11370 \end_layout
11371
11372 \end_inset
11373 </cell>
11374 <cell alignment="center" valignment="top" usebox="none">
11375 \begin_inset Text
11376
11377 \begin_layout Plain Layout
11378 \begin_inset Formula $\ddot{A}$
11379 \end_inset
11380
11381
11382 \end_layout
11383
11384 \end_inset
11385 </cell>
11386 </row>
11387 <row topspace="1.5mm">
11388 <cell alignment="center" valignment="top" usebox="none">
11389 \begin_inset Text
11390
11391 \begin_layout Plain Layout
11392
11393 \backslash
11394 dddot
11395 \begin_inset space \textvisiblespace{}
11396 \end_inset
11397
11398 A
11399 \end_layout
11400
11401 \end_inset
11402 </cell>
11403 <cell alignment="center" valignment="top" usebox="none">
11404 \begin_inset Text
11405
11406 \begin_layout Plain Layout
11407 \begin_inset Formula $\dddot{A}$
11408 \end_inset
11409
11410
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 </row>
11416 <row topspace="1.5mm">
11417 <cell alignment="center" valignment="top" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Plain Layout
11421
11422 \backslash
11423 ddddot
11424 \begin_inset space \textvisiblespace{}
11425 \end_inset
11426
11427 A
11428 \end_layout
11429
11430 \end_inset
11431 </cell>
11432 <cell alignment="center" valignment="top" usebox="none">
11433 \begin_inset Text
11434
11435 \begin_layout Plain Layout
11436 \begin_inset Formula $\ddddot{A}$
11437 \end_inset
11438
11439
11440 \end_layout
11441
11442 \end_inset
11443 </cell>
11444 </row>
11445 <row topspace="1.5mm">
11446 <cell alignment="center" valignment="top" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450
11451 \backslash
11452 vec
11453 \begin_inset space \textvisiblespace{}
11454 \end_inset
11455
11456 A
11457 \begin_inset Index idx
11458 range none
11459 pageformat default
11460 status collapsed
11461
11462 \begin_layout Plain Layout
11463 Vectors
11464 \end_layout
11465
11466 \end_inset
11467
11468
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 <cell alignment="center" valignment="top" usebox="none">
11474 \begin_inset Text
11475
11476 \begin_layout Plain Layout
11477 \begin_inset Formula $\vec{A}$
11478 \end_inset
11479
11480
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 </row>
11486 <row topspace="1.5mm">
11487 <cell alignment="center" valignment="top" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491
11492 \backslash
11493 bar
11494 \begin_inset space \textvisiblespace{}
11495 \end_inset
11496
11497 A
11498 \end_layout
11499
11500 \end_inset
11501 </cell>
11502 <cell alignment="center" valignment="top" usebox="none">
11503 \begin_inset Text
11504
11505 \begin_layout Plain Layout
11506 \begin_inset Formula $\bar{A}$
11507 \end_inset
11508
11509
11510 \end_layout
11511
11512 \end_inset
11513 </cell>
11514 </row>
11515 <row topspace="1.5mm">
11516 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520
11521 \backslash
11522 mathring
11523 \begin_inset space \textvisiblespace{}
11524 \end_inset
11525
11526 A
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Plain Layout
11535 \begin_inset Formula $\mathring{A}$
11536 \end_inset
11537
11538
11539 \end_layout
11540
11541 \end_inset
11542 </cell>
11543 </row>
11544 </lyxtabular>
11545
11546 \end_inset
11547
11548
11549 \begin_inset space \hfill{}
11550 \end_inset
11551
11552
11553 \begin_inset Tabular
11554 <lyxtabular version="3" rows="7" columns="2">
11555 <features booktabs="true" tabularvalignment="middle">
11556 <column alignment="center" valignment="top" width="0pt">
11557 <column alignment="center" valignment="top" width="0pt">
11558 <row>
11559 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11560 \begin_inset Text
11561
11562 \begin_layout Plain Layout
11563 Command
11564 \end_layout
11565
11566 \end_inset
11567 </cell>
11568 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11569 \begin_inset Text
11570
11571 \begin_layout Plain Layout
11572 Result
11573 \end_layout
11574
11575 \end_inset
11576 </cell>
11577 </row>
11578 <row topspace="1.5mm">
11579 <cell alignment="center" valignment="top" usebox="none">
11580 \begin_inset Text
11581
11582 \begin_layout Plain Layout
11583
11584 \backslash
11585 tilde
11586 \begin_inset space \textvisiblespace{}
11587 \end_inset
11588
11589 A
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 <cell alignment="center" valignment="top" usebox="none">
11595 \begin_inset Text
11596
11597 \begin_layout Plain Layout
11598 \begin_inset Formula $\tilde{A}$
11599 \end_inset
11600
11601
11602 \end_layout
11603
11604 \end_inset
11605 </cell>
11606 </row>
11607 <row topspace="1.5mm">
11608 <cell alignment="center" valignment="top" usebox="none">
11609 \begin_inset Text
11610
11611 \begin_layout Plain Layout
11612
11613 \backslash
11614 hat
11615 \begin_inset space \textvisiblespace{}
11616 \end_inset
11617
11618 A
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 <cell alignment="center" valignment="top" usebox="none">
11624 \begin_inset Text
11625
11626 \begin_layout Plain Layout
11627 \begin_inset Formula $\hat{A}$
11628 \end_inset
11629
11630
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 </row>
11636 <row topspace="1.5mm">
11637 <cell alignment="center" valignment="top" usebox="none">
11638 \begin_inset Text
11639
11640 \begin_layout Plain Layout
11641
11642 \backslash
11643 check
11644 \begin_inset space \textvisiblespace{}
11645 \end_inset
11646
11647 A
11648 \end_layout
11649
11650 \end_inset
11651 </cell>
11652 <cell alignment="center" valignment="top" usebox="none">
11653 \begin_inset Text
11654
11655 \begin_layout Plain Layout
11656 \begin_inset Formula $\check{A}$
11657 \end_inset
11658
11659
11660 \end_layout
11661
11662 \end_inset
11663 </cell>
11664 </row>
11665 <row topspace="1.5mm">
11666 <cell alignment="center" valignment="top" usebox="none">
11667 \begin_inset Text
11668
11669 \begin_layout Plain Layout
11670
11671 \backslash
11672 acute
11673 \begin_inset space \textvisiblespace{}
11674 \end_inset
11675
11676 A
11677 \end_layout
11678
11679 \end_inset
11680 </cell>
11681 <cell alignment="center" valignment="top" usebox="none">
11682 \begin_inset Text
11683
11684 \begin_layout Plain Layout
11685 \begin_inset Formula $\acute{A}$
11686 \end_inset
11687
11688
11689 \end_layout
11690
11691 \end_inset
11692 </cell>
11693 </row>
11694 <row topspace="1.5mm">
11695 <cell alignment="center" valignment="top" usebox="none">
11696 \begin_inset Text
11697
11698 \begin_layout Plain Layout
11699
11700 \backslash
11701 grave
11702 \begin_inset space \textvisiblespace{}
11703 \end_inset
11704
11705 A
11706 \end_layout
11707
11708 \end_inset
11709 </cell>
11710 <cell alignment="center" valignment="top" usebox="none">
11711 \begin_inset Text
11712
11713 \begin_layout Plain Layout
11714 \begin_inset Formula $\grave{A}$
11715 \end_inset
11716
11717
11718 \end_layout
11719
11720 \end_inset
11721 </cell>
11722 </row>
11723 <row topspace="1.5mm">
11724 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11725 \begin_inset Text
11726
11727 \begin_layout Plain Layout
11728
11729 \backslash
11730 breve
11731 \begin_inset space \textvisiblespace{}
11732 \end_inset
11733
11734 A
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11740 \begin_inset Text
11741
11742 \begin_layout Plain Layout
11743 \begin_inset Formula $\breve{A}$
11744 \end_inset
11745
11746
11747 \end_layout
11748
11749 \end_inset
11750 </cell>
11751 </row>
11752 </lyxtabular>
11753
11754 \end_inset
11755
11756
11757 \begin_inset space \hfill{}
11758 \end_inset
11759
11760
11761 \end_layout
11762
11763 \begin_layout Standard
11764 \begin_inset VSpace bigskip
11765 \end_inset
11766
11767
11768 \end_layout
11769
11770 \begin_layout Standard
11771 You can directly insert accents such as é in formulas.
11772  \SpecialChar LyX
11773  will transform them to the corresponding accent command.
11774  For umlauts
11775 \begin_inset Index idx
11776 range none
11777 pageformat default
11778 status collapsed
11779
11780 \begin_layout Plain Layout
11781 Umlauts
11782 \end_layout
11783
11784 \end_inset
11785
11786  however it is better to insert a quotation mark before the vowel.
11787  These two characters are then treated by \SpecialChar LaTeX
11788  as 
11789 \emph on
11790 one
11791 \emph default
11792  character when the formula part with the umlaut is marked as German.
11793  In contrast to 
11794 \series bold
11795
11796 \backslash
11797 ddot
11798 \series default
11799 , with this method 
11800 \begin_inset Quotes eld
11801 \end_inset
11802
11803 real
11804 \begin_inset Quotes erd
11805 \end_inset
11806
11807  umlauts are created as demonstrated in the following example:
11808 \end_layout
11809
11810 \begin_layout Standard
11811 \begin_inset VSpace -2mm
11812 \end_inset
11813
11814
11815 \end_layout
11816
11817 \begin_layout Standard
11818 \align center
11819 \begin_inset Tabular
11820 <lyxtabular version="3" rows="3" columns="2">
11821 <features booktabs="true" tabularvalignment="middle">
11822 <column alignment="center" valignment="top" width="0pt">
11823 <column alignment="center" valignment="top">
11824 <row>
11825 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11826 \begin_inset Text
11827
11828 \begin_layout Plain Layout
11829 Command
11830 \end_layout
11831
11832 \end_inset
11833 </cell>
11834 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11835 \begin_inset Text
11836
11837 \begin_layout Plain Layout
11838 Result
11839 \end_layout
11840
11841 \end_inset
11842 </cell>
11843 </row>
11844 <row>
11845 <cell alignment="center" valignment="top" usebox="none">
11846 \begin_inset Text
11847
11848 \begin_layout Plain Layout
11849 \begin_inset Quotes grd
11850 \end_inset
11851
11852 i
11853 \end_layout
11854
11855 \end_inset
11856 </cell>
11857 <cell alignment="center" valignment="top" usebox="none">
11858 \begin_inset Text
11859
11860 \begin_layout Plain Layout
11861 \begin_inset space \hspace{}
11862 \length 0pt
11863 \end_inset
11864
11865
11866 \lang ngerman
11867
11868 \begin_inset Formula $"i$
11869 \end_inset
11870
11871
11872 \end_layout
11873
11874 \end_inset
11875 </cell>
11876 </row>
11877 <row topspace="1.5mm">
11878 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11879 \begin_inset Text
11880
11881 \begin_layout Plain Layout
11882
11883 \backslash
11884 ddot
11885 \begin_inset space \textvisiblespace{}
11886 \end_inset
11887
11888 i
11889 \end_layout
11890
11891 \end_inset
11892 </cell>
11893 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11894 \begin_inset Text
11895
11896 \begin_layout Plain Layout
11897 \begin_inset Formula $\ddot{i}$
11898 \end_inset
11899
11900
11901 \end_layout
11902
11903 \end_inset
11904 </cell>
11905 </row>
11906 </lyxtabular>
11907
11908 \end_inset
11909
11910
11911 \end_layout
11912
11913 \begin_layout Standard
11914 One advantage with 
11915 \series bold
11916
11917 \backslash
11918 ddot
11919 \series default
11920  is that umlauts can be directly converted to mathematical text because
11921  the accent commands above are 
11922 \emph on
11923 not allowed
11924 \emph default
11925  
11926 \emph on
11927 in mathematical text
11928 \emph default
11929 .
11930  To convert an accented character to mathematical text, only the character
11931  under the accent may be converted.
11932  This applies for all conversions, e.
11933 \begin_inset space \thinspace{}
11934 \end_inset
11935
11936 g.
11937 \begin_inset space \space{}
11938 \end_inset
11939
11940 to italic or bold.
11941 \end_layout
11942
11943 \begin_layout Standard
11944 \begin_inset VSpace bigskip
11945 \end_inset
11946
11947
11948 \end_layout
11949
11950 \begin_layout Standard
11951 \SpecialChar LyX
11952  also supports a tilde under the character if the \SpecialChar LaTeX
11953 -package 
11954 \series bold
11955 undertilde
11956 \series default
11957
11958 \begin_inset Index idx
11959 range none
11960 pageformat default
11961 status collapsed
11962
11963 \begin_layout Plain Layout
11964 Packages
11965 \begin_inset IndexMacro subentry
11966 status open
11967
11968 \begin_layout Plain Layout
11969 undertilde
11970 \end_layout
11971
11972 \end_inset
11973
11974
11975 \end_layout
11976
11977 \end_inset
11978
11979  is installed on your system:
11980 \end_layout
11981
11982 \begin_layout Standard
11983 \begin_inset ERT
11984 status collapsed
11985
11986 \begin_layout Plain Layout
11987
11988
11989 \backslash
11990 ifundertilde 
11991 \end_layout
11992
11993 \end_inset
11994
11995
11996 \begin_inset Note Note
11997 status open
11998
11999 \begin_layout Plain Layout
12000 The following table will only be displayed when the \SpecialChar LaTeX
12001 -package 
12002 \series bold
12003 undertilde
12004 \series default
12005  is installed.
12006 \end_layout
12007
12008 \end_inset
12009
12010
12011 \end_layout
12012
12013 \begin_layout Standard
12014 \noindent
12015 \align center
12016 \begin_inset Tabular
12017 <lyxtabular version="3" rows="2" columns="2">
12018 <features booktabs="true" tabularvalignment="middle">
12019 <column alignment="center" valignment="top" width="0pt">
12020 <column alignment="center" valignment="top" width="0pt">
12021 <row>
12022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12023 \begin_inset Text
12024
12025 \begin_layout Plain Layout
12026 Command
12027 \end_layout
12028
12029 \end_inset
12030 </cell>
12031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12032 \begin_inset Text
12033
12034 \begin_layout Plain Layout
12035 Result
12036 \end_layout
12037
12038 \end_inset
12039 </cell>
12040 </row>
12041 <row>
12042 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12043 \begin_inset Text
12044
12045 \begin_layout Plain Layout
12046
12047 \backslash
12048 utilde
12049 \begin_inset space \textvisiblespace{}
12050 \end_inset
12051
12052 A
12053 \end_layout
12054
12055 \end_inset
12056 </cell>
12057 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12058 \begin_inset Text
12059
12060 \begin_layout Plain Layout
12061 \begin_inset Formula $\utilde{A}$
12062 \end_inset
12063
12064
12065 \end_layout
12066
12067 \end_inset
12068 </cell>
12069 </row>
12070 </lyxtabular>
12071
12072 \end_inset
12073
12074
12075 \end_layout
12076
12077 \begin_layout Standard
12078 \begin_inset ERT
12079 status collapsed
12080
12081 \begin_layout Plain Layout
12082
12083
12084 \backslash
12085 else 
12086 \end_layout
12087
12088 \end_inset
12089
12090
12091 \begin_inset Note Note
12092 status open
12093
12094 \begin_layout Plain Layout
12095 The following will be displayed when the \SpecialChar LaTeX
12096 -package 
12097 \series bold
12098 undertilde
12099 \series default
12100  is not installed:
12101 \end_layout
12102
12103 \end_inset
12104
12105
12106 \end_layout
12107
12108 \begin_layout Standard
12109 You need to install the \SpecialChar LaTeX
12110 -package 
12111 \series bold
12112 undertilde
12113 \series default
12114  to see the rest of this subsection in the output.
12115 \end_layout
12116
12117 \begin_layout Standard
12118 \begin_inset ERT
12119 status collapsed
12120
12121 \begin_layout Plain Layout
12122
12123
12124 \backslash
12125 fi 
12126 \end_layout
12127
12128 \end_inset
12129
12130
12131 \end_layout
12132
12133 \begin_layout Subsection
12134 Accents for Several Characters
12135 \begin_inset Index idx
12136 range none
12137 pageformat default
12138 status collapsed
12139
12140 \begin_layout Plain Layout
12141 Accents
12142 \begin_inset IndexMacro subentry
12143 status open
12144
12145 \begin_layout Plain Layout
12146 for several characters
12147 \end_layout
12148
12149 \end_inset
12150
12151
12152 \end_layout
12153
12154 \end_inset
12155
12156
12157 \end_layout
12158
12159 \begin_layout Standard
12160 \begin_inset space \hfill{}
12161 \end_inset
12162
12163
12164 \begin_inset Tabular
12165 <lyxtabular version="3" rows="5" columns="2">
12166 <features booktabs="true" tabularvalignment="middle">
12167 <column alignment="center" valignment="top" width="0pt">
12168 <column alignment="center" valignment="top" width="0pt">
12169 <row>
12170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12171 \begin_inset Text
12172
12173 \begin_layout Plain Layout
12174 Command
12175 \end_layout
12176
12177 \end_inset
12178 </cell>
12179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12180 \begin_inset Text
12181
12182 \begin_layout Plain Layout
12183 Result
12184 \end_layout
12185
12186 \end_inset
12187 </cell>
12188 </row>
12189 <row topspace="1.5mm">
12190 <cell alignment="center" valignment="top" usebox="none">
12191 \begin_inset Text
12192
12193 \begin_layout Plain Layout
12194
12195 \backslash
12196 overleftarrow
12197 \begin_inset space \textvisiblespace{}
12198 \end_inset
12199
12200 A=B
12201 \end_layout
12202
12203 \end_inset
12204 </cell>
12205 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12206 \begin_inset Text
12207
12208 \begin_layout Plain Layout
12209 \begin_inset Formula $\overleftarrow{A=B}$
12210 \end_inset
12211
12212
12213 \end_layout
12214
12215 \end_inset
12216 </cell>
12217 </row>
12218 <row topspace="1.5mm">
12219 <cell alignment="center" valignment="top" usebox="none">
12220 \begin_inset Text
12221
12222 \begin_layout Plain Layout
12223
12224 \backslash
12225 underleftarrow
12226 \begin_inset space \textvisiblespace{}
12227 \end_inset
12228
12229 A=B
12230 \end_layout
12231
12232 \end_inset
12233 </cell>
12234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12235 \begin_inset Text
12236
12237 \begin_layout Plain Layout
12238 \begin_inset Formula $\underleftarrow{A=B}$
12239 \end_inset
12240
12241
12242 \end_layout
12243
12244 \end_inset
12245 </cell>
12246 </row>
12247 <row topspace="1.5mm">
12248 <cell alignment="center" valignment="top" usebox="none">
12249 \begin_inset Text
12250
12251 \begin_layout Plain Layout
12252
12253 \backslash
12254 overleftrightarrow
12255 \begin_inset space \textvisiblespace{}
12256 \end_inset
12257
12258 A=B
12259 \end_layout
12260
12261 \end_inset
12262 </cell>
12263 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12264 \begin_inset Text
12265
12266 \begin_layout Plain Layout
12267 \begin_inset Formula $\overleftrightarrow{A=B}$
12268 \end_inset
12269
12270
12271 \end_layout
12272
12273 \end_inset
12274 </cell>
12275 </row>
12276 <row topspace="1.5mm" bottomspace="1mm">
12277 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12278 \begin_inset Text
12279
12280 \begin_layout Plain Layout
12281
12282 \backslash
12283 underleftrightarrow
12284 \begin_inset space \textvisiblespace{}
12285 \end_inset
12286
12287 A=B
12288 \end_layout
12289
12290 \end_inset
12291 </cell>
12292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12293 \begin_inset Text
12294
12295 \begin_layout Plain Layout
12296 \begin_inset Formula $\underleftrightarrow{A=B}$
12297 \end_inset
12298
12299
12300 \end_layout
12301
12302 \end_inset
12303 </cell>
12304 </row>
12305 </lyxtabular>
12306
12307 \end_inset
12308
12309
12310 \begin_inset space \hfill{}
12311 \end_inset
12312
12313
12314 \begin_inset Tabular
12315 <lyxtabular version="3" rows="5" columns="2">
12316 <features booktabs="true" tabularvalignment="middle">
12317 <column alignment="center" valignment="top" width="0pt">
12318 <column alignment="center" valignment="top" width="0pt">
12319 <row>
12320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12321 \begin_inset Text
12322
12323 \begin_layout Plain Layout
12324 Command
12325 \end_layout
12326
12327 \end_inset
12328 </cell>
12329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12330 \begin_inset Text
12331
12332 \begin_layout Plain Layout
12333 Result
12334 \end_layout
12335
12336 \end_inset
12337 </cell>
12338 </row>
12339 <row topspace="1.5mm">
12340 <cell alignment="center" valignment="top" usebox="none">
12341 \begin_inset Text
12342
12343 \begin_layout Plain Layout
12344
12345 \backslash
12346 overrightarrow
12347 \begin_inset space \textvisiblespace{}
12348 \end_inset
12349
12350 A=B
12351 \end_layout
12352
12353 \end_inset
12354 </cell>
12355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12356 \begin_inset Text
12357
12358 \begin_layout Plain Layout
12359 \begin_inset Formula $\overrightarrow{A=B}$
12360 \end_inset
12361
12362
12363 \end_layout
12364
12365 \end_inset
12366 </cell>
12367 </row>
12368 <row topspace="1.5mm">
12369 <cell alignment="center" valignment="top" usebox="none">
12370 \begin_inset Text
12371
12372 \begin_layout Plain Layout
12373
12374 \backslash
12375 underrightarrow
12376 \begin_inset space \textvisiblespace{}
12377 \end_inset
12378
12379 A=B
12380 \end_layout
12381
12382 \end_inset
12383 </cell>
12384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12385 \begin_inset Text
12386
12387 \begin_layout Plain Layout
12388 \begin_inset Formula $\underrightarrow{A=B}$
12389 \end_inset
12390
12391
12392 \end_layout
12393
12394 \end_inset
12395 </cell>
12396 </row>
12397 <row topspace="1.5mm">
12398 <cell alignment="center" valignment="top" usebox="none">
12399 \begin_inset Text
12400
12401 \begin_layout Plain Layout
12402
12403 \backslash
12404 widetilde
12405 \begin_inset space \textvisiblespace{}
12406 \end_inset
12407
12408 A=B
12409 \end_layout
12410
12411 \end_inset
12412 </cell>
12413 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12414 \begin_inset Text
12415
12416 \begin_layout Plain Layout
12417 \begin_inset Formula $\widetilde{A=B}$
12418 \end_inset
12419
12420
12421 \end_layout
12422
12423 \end_inset
12424 </cell>
12425 </row>
12426 <row topspace="1.5mm" bottomspace="1mm">
12427 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12428 \begin_inset Text
12429
12430 \begin_layout Plain Layout
12431
12432 \backslash
12433 widehat
12434 \begin_inset space \textvisiblespace{}
12435 \end_inset
12436
12437 A=B
12438 \end_layout
12439
12440 \end_inset
12441 </cell>
12442 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12443 \begin_inset Text
12444
12445 \begin_layout Plain Layout
12446 \begin_inset Formula $\widehat{A=B}$
12447 \end_inset
12448
12449
12450 \end_layout
12451
12452 \end_inset
12453 </cell>
12454 </row>
12455 </lyxtabular>
12456
12457 \end_inset
12458
12459
12460 \begin_inset space \hfill{}
12461 \end_inset
12462
12463
12464 \end_layout
12465
12466 \begin_layout Standard
12467 \begin_inset VSpace medskip
12468 \end_inset
12469
12470 Using these commands you can accent as many characters as you like.
12471  But the accents 
12472 \series bold
12473
12474 \backslash
12475 widetilde
12476 \series default
12477  and 
12478 \series bold
12479
12480 \backslash
12481 widehat
12482 \series default
12483  will only be set in the output with a length of three characters, as shown
12484  in the following example:
12485 \begin_inset Formula 
12486 \[
12487 \widetilde{A+B=C-D}
12488 \]
12489
12490 \end_inset
12491
12492
12493 \end_layout
12494
12495 \begin_layout Standard
12496 It is also possible to accent several characters using the commands 
12497 \series bold
12498
12499 \backslash
12500 overset
12501 \series default
12502
12503 \begin_inset Index idx
12504 range none
12505 pageformat default
12506 status collapsed
12507
12508 \begin_layout Plain Layout
12509 Commands
12510 \begin_inset IndexMacro subentry
12511 status open
12512
12513 \begin_layout Plain Layout
12514 O
12515 \end_layout
12516
12517 \end_inset
12518
12519
12520 \begin_inset IndexMacro subentry
12521 status open
12522
12523 \begin_layout Plain Layout
12524
12525 \backslash
12526 overset
12527 \end_layout
12528
12529 \end_inset
12530
12531
12532 \end_layout
12533
12534 \end_inset
12535
12536  and 
12537 \series bold
12538
12539 \backslash
12540 underset
12541 \series default
12542
12543 \begin_inset Index idx
12544 range none
12545 pageformat default
12546 status collapsed
12547
12548 \begin_layout Plain Layout
12549 Commands
12550 \begin_inset IndexMacro subentry
12551 status open
12552
12553 \begin_layout Plain Layout
12554 U
12555 \end_layout
12556
12557 \end_inset
12558
12559
12560 \begin_inset IndexMacro subentry
12561 status open
12562
12563 \begin_layout Plain Layout
12564
12565 \backslash
12566 underset
12567 \end_layout
12568
12569 \end_inset
12570
12571
12572 \end_layout
12573
12574 \end_inset
12575
12576  described in the previous subsection.
12577  The command 
12578 \series bold
12579
12580 \backslash
12581 underset
12582 \begin_inset space \textvisiblespace{}
12583 \end_inset
12584
12585 A=B
12586 \begin_inset Formula $\downarrow$
12587 \end_inset
12588
12589 ***
12590 \series default
12591  creates:
12592 \begin_inset Formula 
12593 \[
12594 \underset{***}{A=B}
12595 \]
12596
12597 \end_inset
12598
12599
12600 \end_layout
12601
12602 \begin_layout Section
12603 Space
12604 \begin_inset CommandInset label
12605 LatexCommand label
12606 name "subsec:Space"
12607
12608 \end_inset
12609
12610
12611 \begin_inset Index idx
12612 range none
12613 pageformat default
12614 status collapsed
12615
12616 \begin_layout Plain Layout
12617 Space
12618 \begin_inset IndexMacro subentry
12619 status open
12620
12621 \begin_layout Plain Layout
12622 horizontal
12623 \end_layout
12624
12625 \end_inset
12626
12627
12628 \end_layout
12629
12630 \end_inset
12631
12632
12633 \end_layout
12634
12635 \begin_layout Subsection
12636 Predefined Space
12637 \begin_inset CommandInset label
12638 LatexCommand label
12639 name "subsec:Predefined-Space"
12640
12641 \end_inset
12642
12643
12644 \begin_inset Index idx
12645 range none
12646 pageformat default
12647 status collapsed
12648
12649 \begin_layout Plain Layout
12650 Space
12651 \begin_inset IndexMacro subentry
12652 status open
12653
12654 \begin_layout Plain Layout
12655 horizontal
12656 \end_layout
12657
12658 \end_inset
12659
12660
12661 \begin_inset IndexMacro subentry
12662 status open
12663
12664 \begin_layout Plain Layout
12665 predefined
12666 \end_layout
12667
12668 \end_inset
12669
12670
12671 \end_layout
12672
12673 \end_inset
12674
12675
12676 \end_layout
12677
12678 \begin_layout Standard
12679 Sometimes it is necessary to insert horizontal space into a formula.
12680  This is done by inserting a 
12681 \change_deleted 177693 1654668870
12682 protected
12683 \change_inserted 177693 1654668872
12684 non-breaking
12685 \change_unchanged
12686  space (shortcut 
12687 \change_inserted 5863208 1612729962
12688
12689 \begin_inset Info
12690 type  "shortcut"
12691 arg   "command-alternatives math-space ; space-insert protected"
12692 \end_inset
12693
12694
12695 \change_deleted 5863208 1612729965
12696
12697 \begin_inset Info
12698 type  "shortcut"
12699 arg   "command-alternatives space-insert protected ; math-space"
12700 \end_inset
12701
12702
12703 \begin_inset Note Note
12704 status open
12705
12706 \begin_layout Plain Layout
12707
12708 \change_inserted 232239728 1611160593
12709 What is intended here?
12710 \change_unchanged
12711
12712 \end_layout
12713
12714 \end_inset
12715
12716
12717 \change_unchanged
12718 ).
12719  A 
12720 \begin_inset Quotes eld
12721 \end_inset
12722
12723
12724 \color blue
12725
12726 \begin_inset space \textvisiblespace{}
12727 \end_inset
12728
12729
12730 \color inherit
12731
12732 \begin_inset Quotes erd
12733 \end_inset
12734
12735  appears and by pressing 
12736 \family sans
12737 Space
12738 \family default
12739  several times one can select one of eight different space sizes.
12740  The spaces can also be inserted using the math toolbar button 
12741 \begin_inset Info
12742 type  "icon"
12743 arg   "math-insert \\space"
12744 \end_inset
12745
12746  or special commands.
12747  The size can be adjusted at any time by positioning the cursor on the 
12748 \begin_inset Info
12749 type  "icon"
12750 arg   "math-insert \\space"
12751 \end_inset
12752
12753  and pressing 
12754 \family sans
12755 Space
12756 \family default
12757  until the desired size is achieved.
12758 \end_layout
12759
12760 \begin_layout Standard
12761 \noindent
12762 \align center
12763 \begin_inset Tabular
12764 <lyxtabular version="3" rows="6" columns="3">
12765 <features booktabs="true" tabularvalignment="middle">
12766 <column alignment="center" valignment="top">
12767 <column alignment="center" valignment="top" width="15col%">
12768 <column alignment="center" valignment="top">
12769 <row>
12770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12771 \begin_inset Text
12772
12773 \begin_layout Plain Layout
12774 Command
12775 \end_layout
12776
12777 \end_inset
12778 </cell>
12779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12780 \begin_inset Text
12781
12782 \begin_layout Plain Layout
12783 Number of 
12784 \family sans
12785 Space
12786 \family default
12787  keystrokes
12788 \end_layout
12789
12790 \end_inset
12791 </cell>
12792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12793 \begin_inset Text
12794
12795 \begin_layout Plain Layout
12796 Result
12797 \end_layout
12798
12799 \end_inset
12800 </cell>
12801 </row>
12802 <row>
12803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12804 \begin_inset Text
12805
12806 \begin_layout Plain Layout
12807
12808 \backslash
12809 ,
12810 \end_layout
12811
12812 \end_inset
12813 </cell>
12814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12815 \begin_inset Text
12816
12817 \begin_layout Plain Layout
12818 0
12819 \end_layout
12820
12821 \end_inset
12822 </cell>
12823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12824 \begin_inset Text
12825
12826 \begin_layout Plain Layout
12827 \begin_inset Formula $A\,B$
12828 \end_inset
12829
12830
12831 \end_layout
12832
12833 \end_inset
12834 </cell>
12835 </row>
12836 <row>
12837 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12838 \begin_inset Text
12839
12840 \begin_layout Plain Layout
12841
12842 \backslash
12843 :
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12849 \begin_inset Text
12850
12851 \begin_layout Plain Layout
12852 1
12853 \end_layout
12854
12855 \end_inset
12856 </cell>
12857 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12858 \begin_inset Text
12859
12860 \begin_layout Plain Layout
12861 \begin_inset Formula $A\:B$
12862 \end_inset
12863
12864
12865 \end_layout
12866
12867 \end_inset
12868 </cell>
12869 </row>
12870 <row>
12871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12872 \begin_inset Text
12873
12874 \begin_layout Plain Layout
12875
12876 \backslash
12877 ;
12878 \end_layout
12879
12880 \end_inset
12881 </cell>
12882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12883 \begin_inset Text
12884
12885 \begin_layout Plain Layout
12886 2
12887 \end_layout
12888
12889 \end_inset
12890 </cell>
12891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12892 \begin_inset Text
12893
12894 \begin_layout Plain Layout
12895 \begin_inset Formula $A\;B$
12896 \end_inset
12897
12898
12899 \end_layout
12900
12901 \end_inset
12902 </cell>
12903 </row>
12904 <row>
12905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12906 \begin_inset Text
12907
12908 \begin_layout Plain Layout
12909
12910 \backslash
12911 quad
12912 \end_layout
12913
12914 \end_inset
12915 </cell>
12916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12917 \begin_inset Text
12918
12919 \begin_layout Plain Layout
12920 3
12921 \end_layout
12922
12923 \end_inset
12924 </cell>
12925 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12926 \begin_inset Text
12927
12928 \begin_layout Plain Layout
12929 \begin_inset Formula $A\quad B$
12930 \end_inset
12931
12932
12933 \end_layout
12934
12935 \end_inset
12936 </cell>
12937 </row>
12938 <row>
12939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12940 \begin_inset Text
12941
12942 \begin_layout Plain Layout
12943
12944 \backslash
12945 qquad
12946 \end_layout
12947
12948 \end_inset
12949 </cell>
12950 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12951 \begin_inset Text
12952
12953 \begin_layout Plain Layout
12954 4
12955 \end_layout
12956
12957 \end_inset
12958 </cell>
12959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12960 \begin_inset Text
12961
12962 \begin_layout Plain Layout
12963 \begin_inset Formula $A\qquad B$
12964 \end_inset
12965
12966
12967 \end_layout
12968
12969 \end_inset
12970 </cell>
12971 </row>
12972 </lyxtabular>
12973
12974 \end_inset
12975
12976
12977 \begin_inset space \hfill{}
12978 \end_inset
12979
12980
12981 \begin_inset Tabular
12982 <lyxtabular version="3" rows="6" columns="3">
12983 <features booktabs="true" tabularvalignment="middle">
12984 <column alignment="center" valignment="top">
12985 <column alignment="center" valignment="top" width="15col%">
12986 <column alignment="center" valignment="top">
12987 <row>
12988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12989 \begin_inset Text
12990
12991 \begin_layout Plain Layout
12992 Command
12993 \end_layout
12994
12995 \end_inset
12996 </cell>
12997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12998 \begin_inset Text
12999
13000 \begin_layout Plain Layout
13001 Number of 
13002 \family sans
13003 Space
13004 \family default
13005  keystrokes
13006 \end_layout
13007
13008 \end_inset
13009 </cell>
13010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13011 \begin_inset Text
13012
13013 \begin_layout Plain Layout
13014 Result
13015 \end_layout
13016
13017 \end_inset
13018 </cell>
13019 </row>
13020 <row>
13021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13022 \begin_inset Text
13023
13024 \begin_layout Plain Layout
13025
13026 \backslash
13027 hfill
13028 \end_layout
13029
13030 \end_inset
13031 </cell>
13032 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13033 \begin_inset Text
13034
13035 \begin_layout Plain Layout
13036 5
13037 \end_layout
13038
13039 \end_inset
13040 </cell>
13041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13042 \begin_inset Text
13043
13044 \begin_layout Plain Layout
13045 \begin_inset Formula $A\hfill B$
13046 \end_inset
13047
13048
13049 \end_layout
13050
13051 \end_inset
13052 </cell>
13053 </row>
13054 <row>
13055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13056 \begin_inset Text
13057
13058 \begin_layout Plain Layout
13059
13060 \backslash
13061 hspace*{1em}
13062 \end_layout
13063
13064 \end_inset
13065 </cell>
13066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13067 \begin_inset Text
13068
13069 \begin_layout Plain Layout
13070 6
13071 \end_layout
13072
13073 \end_inset
13074 </cell>
13075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13076 \begin_inset Text
13077
13078 \begin_layout Plain Layout
13079 \begin_inset Formula $A\hspace*{1em}B$
13080 \end_inset
13081
13082
13083 \end_layout
13084
13085 \end_inset
13086 </cell>
13087 </row>
13088 <row>
13089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13090 \begin_inset Text
13091
13092 \begin_layout Plain Layout
13093
13094 \backslash
13095 hspace{1em}
13096 \end_layout
13097
13098 \end_inset
13099 </cell>
13100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13101 \begin_inset Text
13102
13103 \begin_layout Plain Layout
13104 7
13105 \end_layout
13106
13107 \end_inset
13108 </cell>
13109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13110 \begin_inset Text
13111
13112 \begin_layout Plain Layout
13113 \begin_inset Formula $A\hspace{1em}B$
13114 \end_inset
13115
13116
13117 \end_layout
13118
13119 \end_inset
13120 </cell>
13121 </row>
13122 <row>
13123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13124 \begin_inset Text
13125
13126 \begin_layout Plain Layout
13127
13128 \backslash
13129
13130 \begin_inset space \textvisiblespace{}
13131 \end_inset
13132
13133
13134 \end_layout
13135
13136 \end_inset
13137 </cell>
13138 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13139 \begin_inset Text
13140
13141 \begin_layout Plain Layout
13142 8
13143 \end_layout
13144
13145 \end_inset
13146 </cell>
13147 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13148 \begin_inset Text
13149
13150 \begin_layout Plain Layout
13151 \begin_inset Formula $A\ B$
13152 \end_inset
13153
13154
13155 \end_layout
13156
13157 \end_inset
13158 </cell>
13159 </row>
13160 <row>
13161 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13162 \begin_inset Text
13163
13164 \begin_layout Plain Layout
13165
13166 \backslash
13167 !
13168 \end_layout
13169
13170 \end_inset
13171 </cell>
13172 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13173 \begin_inset Text
13174
13175 \begin_layout Plain Layout
13176 9
13177 \end_layout
13178
13179 \end_inset
13180 </cell>
13181 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13182 \begin_inset Text
13183
13184 \begin_layout Plain Layout
13185 \begin_inset Formula $A\!B$
13186 \end_inset
13187
13188
13189 \end_layout
13190
13191 \end_inset
13192 </cell>
13193 </row>
13194 </lyxtabular>
13195
13196 \end_inset
13197
13198
13199 \end_layout
13200
13201 \begin_layout Standard
13202 Space's
13203 \begin_inset space ~
13204 \end_inset
13205
13206 5
13207 \begin_inset space \thinspace{}
13208 \end_inset
13209
13210
13211 \begin_inset space \thinspace{}
13212 \end_inset
13213
13214 7 are variable spaces which are explained in 
13215 \begin_inset CommandInset ref
13216 LatexCommand ref
13217 reference "subsec:Variable-Space"
13218
13219 \end_inset
13220
13221 .
13222  Space
13223 \begin_inset space ~
13224 \end_inset
13225
13226 9 appears to produce no space.
13227  It is displayed red in \SpecialChar LyX
13228  contrary to the other sizes, because it is a negative
13229  space.
13230  There are two more negative spaces:
13231 \end_layout
13232
13233 \begin_layout Standard
13234 \align center
13235 \begin_inset Tabular
13236 <lyxtabular version="3" rows="3" columns="3">
13237 <features booktabs="true" tabularvalignment="middle">
13238 <column alignment="center" valignment="middle" width="6.8cm">
13239 <column alignment="center" valignment="top" width="0pt">
13240 <column alignment="center" valignment="top" width="0pt">
13241 <row>
13242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13243 \begin_inset Text
13244
13245 \begin_layout Plain Layout
13246 Command
13247 \end_layout
13248
13249 \end_inset
13250 </cell>
13251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13252 \begin_inset Text
13253
13254 \begin_layout Plain Layout
13255
13256 \backslash
13257 negmedspace
13258 \end_layout
13259
13260 \end_inset
13261 </cell>
13262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13263 \begin_inset Text
13264
13265 \begin_layout Plain Layout
13266
13267 \backslash
13268 negthickspace
13269 \end_layout
13270
13271 \end_inset
13272 </cell>
13273 </row>
13274 <row>
13275 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13276 \begin_inset Text
13277
13278 \begin_layout Plain Layout
13279 Number of 
13280 \family sans
13281 Space
13282 \family default
13283  keystrokes after inserting the 
13284 \change_deleted 177693 1654668881
13285 protected
13286 \change_inserted 177693 1654668883
13287 non-breaking
13288 \change_unchanged
13289  space
13290 \end_layout
13291
13292 \end_inset
13293 </cell>
13294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13295 \begin_inset Text
13296
13297 \begin_layout Plain Layout
13298 10
13299 \end_layout
13300
13301 \end_inset
13302 </cell>
13303 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13304 \begin_inset Text
13305
13306 \begin_layout Plain Layout
13307 11
13308 \end_layout
13309
13310 \end_inset
13311 </cell>
13312 </row>
13313 <row>
13314 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13315 \begin_inset Text
13316
13317 \begin_layout Plain Layout
13318 Result
13319 \end_layout
13320
13321 \end_inset
13322 </cell>
13323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13324 \begin_inset Text
13325
13326 \begin_layout Plain Layout
13327 \begin_inset Formula $A\negmedspace B$
13328 \end_inset
13329
13330
13331 \end_layout
13332
13333 \end_inset
13334 </cell>
13335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13336 \begin_inset Text
13337
13338 \begin_layout Plain Layout
13339 \begin_inset Formula $A\negthickspace B$
13340 \end_inset
13341
13342
13343 \end_layout
13344
13345 \end_inset
13346 </cell>
13347 </row>
13348 </lyxtabular>
13349
13350 \end_inset
13351
13352
13353 \end_layout
13354
13355 \begin_layout Standard
13356 Negative spaces can lead to characters overlapping each other.
13357  Thus they can be used to enforce ligatures, which are useful for things
13358  such as summation operators:
13359 \end_layout
13360
13361 \begin_layout Standard
13362 \align center
13363 \begin_inset Tabular
13364 <lyxtabular version="3" rows="3" columns="2">
13365 <features booktabs="true" tabularvalignment="middle">
13366 <column alignment="center" valignment="top" width="0pt">
13367 <column alignment="center" valignment="top">
13368 <row>
13369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13370 \begin_inset Text
13371
13372 \begin_layout Plain Layout
13373 Command
13374 \end_layout
13375
13376 \end_inset
13377 </cell>
13378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Plain Layout
13382 Result
13383 \end_layout
13384
13385 \end_inset
13386 </cell>
13387 </row>
13388 <row>
13389 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13390 \begin_inset Text
13391
13392 \begin_layout Plain Layout
13393
13394 \backslash
13395 sum
13396 \backslash
13397 sum
13398 \begin_inset space \textvisiblespace{}
13399 \end_inset
13400
13401 f_kl
13402 \end_layout
13403
13404 \end_inset
13405 </cell>
13406 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13407 \begin_inset Text
13408
13409 \begin_layout Plain Layout
13410 \begin_inset Formula $\sum\sum f_{kl}$
13411 \end_inset
13412
13413
13414 \end_layout
13415
13416 \end_inset
13417 </cell>
13418 </row>
13419 <row>
13420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13421 \begin_inset Text
13422
13423 \begin_layout Plain Layout
13424
13425 \backslash
13426 sum
13427 \backslash
13428 negmedspace
13429 \backslash
13430 sum
13431 \begin_inset space \textvisiblespace{}
13432 \end_inset
13433
13434 f_kl
13435 \end_layout
13436
13437 \end_inset
13438 </cell>
13439 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13440 \begin_inset Text
13441
13442 \begin_layout Plain Layout
13443 \begin_inset Formula $\sum\negmedspace\sum f_{kl}$
13444 \end_inset
13445
13446
13447 \end_layout
13448
13449 \end_inset
13450 </cell>
13451 </row>
13452 </lyxtabular>
13453
13454 \end_inset
13455
13456
13457 \end_layout
13458
13459 \begin_layout Standard
13460 \noindent
13461 \begin_inset VSpace medskip
13462 \end_inset
13463
13464
13465 \end_layout
13466
13467 \begin_layout Standard
13468 \noindent
13469 Relational operators, for example equal or less than signs, are always surrounde
13470 d by space.
13471  To suppress this, the operator is placed into a \SpecialChar TeX
13472  brace.
13473  The following example demonstrates this:
13474 \end_layout
13475
13476 \begin_layout Standard
13477 \align center
13478 \begin_inset Tabular
13479 <lyxtabular version="3" rows="2" columns="2">
13480 <features tabularvalignment="middle">
13481 <column alignment="center" valignment="top" width="0pt">
13482 <column alignment="center" valignment="top" width="0pt">
13483 <row>
13484 <cell alignment="center" valignment="top" usebox="none">
13485 \begin_inset Text
13486
13487 \begin_layout Plain Layout
13488 Normal equation
13489 \end_layout
13490
13491 \end_inset
13492 </cell>
13493 <cell alignment="center" valignment="top" usebox="none">
13494 \begin_inset Text
13495
13496 \begin_layout Plain Layout
13497 \begin_inset Formula $A=B$
13498 \end_inset
13499
13500
13501 \end_layout
13502
13503 \end_inset
13504 </cell>
13505 </row>
13506 <row>
13507 <cell alignment="center" valignment="top" usebox="none">
13508 \begin_inset Text
13509
13510 \begin_layout Plain Layout
13511 Equation without space
13512 \end_layout
13513
13514 \end_inset
13515 </cell>
13516 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13517 \begin_inset Text
13518
13519 \begin_layout Plain Layout
13520 \begin_inset Formula $A{=}B$
13521 \end_inset
13522
13523
13524 \end_layout
13525
13526 \end_inset
13527 </cell>
13528 </row>
13529 </lyxtabular>
13530
13531 \end_inset
13532
13533
13534 \end_layout
13535
13536 \begin_layout Standard
13537 \noindent
13538 The command for the last formula is: 
13539 \series bold
13540 A
13541 \backslash
13542 {=
13543 \begin_inset Formula $\to$
13544 \end_inset
13545
13546 B
13547 \end_layout
13548
13549 \begin_layout Standard
13550 \begin_inset VSpace bigskip
13551 \end_inset
13552
13553
13554 \end_layout
13555
13556 \begin_layout Standard
13557 Another example of controlled spaces is physical units.
13558  The space between a value and its unit is smaller than a normal space,
13559  typically a thin space is used.
13560  For units in text, the smaller space is inserted via the menu 
13561 \family sans
13562 Insert\SpecialChar menuseparator
13563 Formatting\SpecialChar menuseparator
13564 Thin
13565 \begin_inset space ~
13566 \end_inset
13567
13568 Space
13569 \family default
13570  (shortcut 
13571 \begin_inset Info
13572 type  "shortcut"
13573 arg   "space-insert thin"
13574 \end_inset
13575
13576 ).
13577 \end_layout
13578
13579 \begin_layout Standard
13580 An example to visualize the difference:
13581 \end_layout
13582
13583 \begin_layout Standard
13584 \begin_inset Tabular
13585 <lyxtabular version="3" rows="2" columns="2">
13586 <features tabularvalignment="middle">
13587 <column alignment="left" valignment="top">
13588 <column alignment="left" valignment="top">
13589 <row>
13590 <cell alignment="center" valignment="top" usebox="none">
13591 \begin_inset Text
13592
13593 \begin_layout Plain Layout
13594 24 kW
13595 \begin_inset Formula $\cdot$
13596 \end_inset
13597
13598 h
13599 \end_layout
13600
13601 \end_inset
13602 </cell>
13603 <cell alignment="center" valignment="top" usebox="none">
13604 \begin_inset Text
13605
13606 \begin_layout Plain Layout
13607 Space between value and unit
13608 \end_layout
13609
13610 \end_inset
13611 </cell>
13612 </row>
13613 <row>
13614 <cell alignment="center" valignment="top" usebox="none">
13615 \begin_inset Text
13616
13617 \begin_layout Plain Layout
13618 24
13619 \begin_inset space \thinspace{}
13620 \end_inset
13621
13622 kW
13623 \begin_inset Formula $\cdot$
13624 \end_inset
13625
13626 h
13627 \end_layout
13628
13629 \end_inset
13630 </cell>
13631 <cell alignment="center" valignment="top" usebox="none">
13632 \begin_inset Text
13633
13634 \begin_layout Plain Layout
13635 Thin space between value and unit
13636 \end_layout
13637
13638 \end_inset
13639 </cell>
13640 </row>
13641 </lyxtabular>
13642
13643 \end_inset
13644
13645
13646 \end_layout
13647
13648 \begin_layout Subsection
13649 Variable Space
13650 \begin_inset ERT
13651 status collapsed
13652
13653 \begin_layout Plain Layout
13654
13655
13656 \backslash
13657 texorpdfstring{
13658 \end_layout
13659
13660 \end_inset
13661
13662
13663 \begin_inset Foot
13664 status collapsed
13665
13666 \begin_layout Plain Layout
13667 For vertical space in formulas see 
13668 \begin_inset CommandInset ref
13669 LatexCommand ref
13670 reference "subsec:Line-Separation"
13671
13672 \end_inset
13673
13674
13675 \end_layout
13676
13677 \end_inset
13678
13679
13680 \begin_inset ERT
13681 status collapsed
13682
13683 \begin_layout Plain Layout
13684
13685 }{}
13686 \end_layout
13687
13688 \end_inset
13689
13690
13691 \begin_inset Note Note
13692 status collapsed
13693
13694 \begin_layout Plain Layout
13695
13696 \backslash
13697 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
13698 \end_layout
13699
13700 \begin_layout Plain Layout
13701 More about 
13702 \backslash
13703 texorpdfstring is in section 
13704 \begin_inset CommandInset ref
13705 LatexCommand ref
13706 reference "subsec:Formulas-in-Section"
13707
13708 \end_inset
13709
13710 .
13711 \end_layout
13712
13713 \end_inset
13714
13715
13716 \begin_inset CommandInset label
13717 LatexCommand label
13718 name "subsec:Variable-Space"
13719
13720 \end_inset
13721
13722
13723 \begin_inset Index idx
13724 range none
13725 pageformat default
13726 status collapsed
13727
13728 \begin_layout Plain Layout
13729 Space
13730 \begin_inset IndexMacro subentry
13731 status open
13732
13733 \begin_layout Plain Layout
13734 horizontal
13735 \end_layout
13736
13737 \end_inset
13738
13739
13740 \begin_inset IndexMacro subentry
13741 status open
13742
13743 \begin_layout Plain Layout
13744 variable
13745 \end_layout
13746
13747 \end_inset
13748
13749
13750 \end_layout
13751
13752 \end_inset
13753
13754
13755 \end_layout
13756
13757 \begin_layout Standard
13758 Space with a defined length can be inserted with the command 
13759 \series bold
13760
13761 \backslash
13762 hspace
13763 \series default
13764
13765 \begin_inset Index idx
13766 range none
13767 pageformat default
13768 status collapsed
13769
13770 \begin_layout Plain Layout
13771 Commands
13772 \begin_inset IndexMacro subentry
13773 status open
13774
13775 \begin_layout Plain Layout
13776 H
13777 \end_layout
13778
13779 \end_inset
13780
13781
13782 \begin_inset IndexMacro subentry
13783 status open
13784
13785 \begin_layout Plain Layout
13786
13787 \backslash
13788 hspace
13789 \end_layout
13790
13791 \end_inset
13792
13793
13794 \end_layout
13795
13796 \end_inset
13797
13798 .
13799  A long 
13800 \begin_inset Quotes eld
13801 \end_inset
13802
13803
13804 \color blue
13805
13806 \begin_inset space \textvisiblespace{}
13807 \end_inset
13808
13809
13810 \color inherit
13811
13812 \begin_inset Quotes erd
13813 \end_inset
13814
13815  will appear, the length of which can be specified by left-clicking on the
13816  
13817 \begin_inset Quotes eld
13818 \end_inset
13819
13820
13821 \color blue
13822
13823 \begin_inset space \textvisiblespace{}
13824 \end_inset
13825
13826
13827 \color inherit
13828
13829 \begin_inset Quotes erd
13830 \end_inset
13831
13832 .
13833  The length may also be negative.
13834  If the space is the first character in a line, it will ordinarily be omitted.
13835  To force its output use the command 
13836 \series bold
13837
13838 \backslash
13839 hspace*
13840 \series default
13841  instead of 
13842 \series bold
13843
13844 \backslash
13845 hspace
13846 \series default
13847  or left-click on the 
13848 \begin_inset Quotes eld
13849 \end_inset
13850
13851
13852 \color blue
13853
13854 \begin_inset space \textvisiblespace{}
13855 \end_inset
13856
13857
13858 \color inherit
13859
13860 \begin_inset Quotes erd
13861 \end_inset
13862
13863  and check the option 
13864 \family sans
13865 Protect
13866 \family default
13867 .
13868 \begin_inset Newline newline
13869 \end_inset
13870
13871 To insert as much space as is available, the command 
13872 \series bold
13873
13874 \backslash
13875 hfill
13876 \series default
13877
13878 \begin_inset Index idx
13879 range none
13880 pageformat default
13881 status collapsed
13882
13883 \begin_layout Plain Layout
13884 Commands
13885 \begin_inset IndexMacro subentry
13886 status open
13887
13888 \begin_layout Plain Layout
13889 H
13890 \end_layout
13891
13892 \end_inset
13893
13894
13895 \begin_inset IndexMacro subentry
13896 status open
13897
13898 \begin_layout Plain Layout
13899
13900 \backslash
13901 hfill
13902 \end_layout
13903
13904 \end_inset
13905
13906
13907 \end_layout
13908
13909 \end_inset
13910
13911  is used.
13912 \end_layout
13913
13914 \begin_layout Standard
13915 \align center
13916 \begin_inset Tabular
13917 <lyxtabular version="3" rows="4" columns="2">
13918 <features booktabs="true" tabularvalignment="middle">
13919 <column alignment="center" valignment="top" width="0pt">
13920 <column alignment="center" valignment="top">
13921 <row>
13922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13923 \begin_inset Text
13924
13925 \begin_layout Plain Layout
13926 Command (
13927 \backslash
13928 hspace length)
13929 \end_layout
13930
13931 \end_inset
13932 </cell>
13933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Plain Layout
13937 Result
13938 \end_layout
13939
13940 \end_inset
13941 </cell>
13942 </row>
13943 <row>
13944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13945 \begin_inset Text
13946
13947 \begin_layout Plain Layout
13948 A=B
13949 \backslash
13950 hspace
13951 \begin_inset space \textvisiblespace{}
13952 \end_inset
13953
13954 A
13955 \backslash
13956 not=C (3
13957 \begin_inset space \thinspace{}
13958 \end_inset
13959
13960 cm)
13961 \end_layout
13962
13963 \end_inset
13964 </cell>
13965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13966 \begin_inset Text
13967
13968 \begin_layout Plain Layout
13969 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
13970 \end_inset
13971
13972
13973 \end_layout
13974
13975 \end_inset
13976 </cell>
13977 </row>
13978 <row>
13979 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13980 \begin_inset Text
13981
13982 \begin_layout Plain Layout
13983 A
13984 \backslash
13985 hspace
13986 \begin_inset space \textvisiblespace{}
13987 \end_inset
13988
13989 A
13990 \backslash
13991 not=A (-1
13992 \begin_inset space \thinspace{}
13993 \end_inset
13994
13995 mm)
13996 \end_layout
13997
13998 \end_inset
13999 </cell>
14000 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14001 \begin_inset Text
14002
14003 \begin_layout Plain Layout
14004 \begin_inset Formula $A\hspace{-1mm}A\not=A$
14005 \end_inset
14006
14007
14008 \end_layout
14009
14010 \end_inset
14011 </cell>
14012 </row>
14013 <row>
14014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14015 \begin_inset Text
14016
14017 \begin_layout Plain Layout
14018 A=A
14019 \backslash
14020 hfill
14021 \begin_inset space \textvisiblespace{}
14022 \end_inset
14023
14024 B=B
14025 \end_layout
14026
14027 \end_inset
14028 </cell>
14029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14030 \begin_inset Text
14031
14032 \begin_layout Plain Layout
14033 \begin_inset Formula $A=A\hfill B=B$
14034 \end_inset
14035
14036
14037 \end_layout
14038
14039 \end_inset
14040 </cell>
14041 </row>
14042 </lyxtabular>
14043
14044 \end_inset
14045
14046
14047 \end_layout
14048
14049 \begin_layout Standard
14050 In the last example the available space is given by the longest column entry
14051  of the table.
14052  In an inline formula the space depends on the length of the line in which
14053  
14054 \series bold
14055
14056 \backslash
14057 hfill
14058 \series default
14059  is inserted.
14060  Thus, when the line uses the full width, no space will be created.
14061  
14062 \series bold
14063
14064 \backslash
14065 hfill
14066 \series default
14067  only has an effect on displayed formulas when the formula style 
14068 \series bold
14069 Indented
14070 \series default
14071  is used.
14072  (Formula styles are explained in 
14073 \begin_inset CommandInset ref
14074 LatexCommand ref
14075 reference "sec:Formula-Styles"
14076
14077 \end_inset
14078
14079 .)
14080 \end_layout
14081
14082 \begin_layout Standard
14083 Besides 
14084 \series bold
14085
14086 \backslash
14087 hfill
14088 \series default
14089 , there are also commands, 
14090 \series bold
14091
14092 \backslash
14093 dotfill
14094 \series default
14095  and 
14096 \series bold
14097
14098 \backslash
14099 hrulefill,
14100 \series default
14101  that fill the space with a pattern.
14102  See 
14103 \begin_inset CommandInset ref
14104 LatexCommand ref
14105 reference "subsec:Ellipses"
14106
14107 \end_inset
14108
14109  for an example.
14110 \end_layout
14111
14112 \begin_layout Standard
14113 For text, variable space can be inserted via the menu 
14114 \family sans
14115 Insert\SpecialChar menuseparator
14116 Formatting\SpecialChar menuseparator
14117 Horizontal
14118 \begin_inset space ~
14119 \end_inset
14120
14121 Space
14122 \family default
14123 :
14124 \end_layout
14125
14126 \begin_layout Standard
14127 This is a line with
14128 \begin_inset space \hspace{}
14129 \length 2cm
14130 \end_inset
14131
14132 2
14133 \begin_inset space \thinspace{}
14134 \end_inset
14135
14136 cm space.
14137 \end_layout
14138
14139 \begin_layout Standard
14140 This is a line with
14141 \begin_inset space \hfill{}
14142 \end_inset
14143
14144 maximum space.
14145 \end_layout
14146
14147 \begin_layout Subsection
14148 Space Besides Inline Formulas
14149 \begin_inset Index idx
14150 range none
14151 pageformat default
14152 status collapsed
14153
14154 \begin_layout Plain Layout
14155 Space
14156 \begin_inset IndexMacro subentry
14157 status open
14158
14159 \begin_layout Plain Layout
14160 besides inline formulas
14161 \end_layout
14162
14163 \end_inset
14164
14165
14166 \end_layout
14167
14168 \end_inset
14169
14170
14171 \end_layout
14172
14173 \begin_layout Standard
14174 The space that surrounds inline formulas can be adjusted with the length
14175  
14176 \series bold
14177
14178 \backslash
14179 mathsurround
14180 \series default
14181
14182 \begin_inset Index idx
14183 range none
14184 pageformat default
14185 status collapsed
14186
14187 \begin_layout Plain Layout
14188 Commands
14189 \begin_inset IndexMacro subentry
14190 status open
14191
14192 \begin_layout Plain Layout
14193 M
14194 \end_layout
14195
14196 \end_inset
14197
14198
14199 \begin_inset IndexMacro subentry
14200 status open
14201
14202 \begin_layout Plain Layout
14203
14204 \backslash
14205 mathsurround
14206 \end_layout
14207
14208 \end_inset
14209
14210
14211 \end_layout
14212
14213 \end_inset
14214
14215 .
14216  The value of a length is set with the command 
14217 \series bold
14218
14219 \backslash
14220 setlength
14221 \series default
14222
14223 \begin_inset Index idx
14224 range none
14225 pageformat default
14226 status collapsed
14227
14228 \begin_layout Plain Layout
14229 Commands
14230 \begin_inset IndexMacro subentry
14231 status open
14232
14233 \begin_layout Plain Layout
14234 S
14235 \end_layout
14236
14237 \end_inset
14238
14239
14240 \begin_inset IndexMacro subentry
14241 status open
14242
14243 \begin_layout Plain Layout
14244
14245 \backslash
14246 setlength
14247 \end_layout
14248
14249 \end_inset
14250
14251
14252 \end_layout
14253
14254 \end_inset
14255
14256  which has the following scheme:
14257 \end_layout
14258
14259 \begin_layout Standard
14260
14261 \series bold
14262
14263 \backslash
14264 setlength{length name}{value}
14265 \end_layout
14266
14267 \begin_layout Standard
14268 To set 
14269 \series bold
14270
14271 \backslash
14272 mathsurround
14273 \series default
14274  to the value 5
14275 \begin_inset space \thinspace{}
14276 \end_inset
14277
14278 mm, the command
14279 \end_layout
14280
14281 \begin_layout Standard
14282
14283 \series bold
14284
14285 \backslash
14286 setlength{
14287 \backslash
14288 mathsurround}{5mm}
14289 \end_layout
14290
14291 \begin_layout Standard
14292 is inserted in \SpecialChar TeX
14293  mode.
14294  5
14295 \begin_inset space \thinspace{}
14296 \end_inset
14297
14298 mm space will now be set around all inline formulas:
14299 \begin_inset ERT
14300 status collapsed
14301
14302 \begin_layout Plain Layout
14303
14304
14305 \backslash
14306 setlength{
14307 \backslash
14308 mathsurround}{5mm}
14309 \end_layout
14310
14311 \end_inset
14312
14313
14314 \end_layout
14315
14316 \begin_layout Standard
14317 This is a line with an inline formula 
14318 \begin_inset Formula $A=B$
14319 \end_inset
14320
14321  with 5
14322 \begin_inset space \thinspace{}
14323 \end_inset
14324
14325 mm surrounding space.
14326 \begin_inset ERT
14327 status collapsed
14328
14329 \begin_layout Plain Layout
14330
14331
14332 \backslash
14333 setlength{
14334 \backslash
14335 mathsurround}{0pt}
14336 \end_layout
14337
14338 \end_inset
14339
14340
14341 \end_layout
14342
14343 \begin_layout Standard
14344 To return to the predefined value, 
14345 \series bold
14346
14347 \backslash
14348 mathsurround
14349 \series default
14350  is set to the value 0
14351 \begin_inset space \thinspace{}
14352 \end_inset
14353
14354 pt.
14355 \end_layout
14356
14357 \begin_layout Section
14358 Boxes and Frames
14359 \begin_inset Index idx
14360 range none
14361 pageformat default
14362 status collapsed
14363
14364 \begin_layout Plain Layout
14365 Boxes
14366 \end_layout
14367
14368 \end_inset
14369
14370
14371 \begin_inset Index idx
14372 range none
14373 pageformat default
14374 status collapsed
14375
14376 \begin_layout Plain Layout
14377 Frames
14378 \begin_inset IndexMacro see
14379 status open
14380
14381 \begin_layout Plain Layout
14382 Boxes
14383 \end_layout
14384
14385 \end_inset
14386
14387
14388 \end_layout
14389
14390 \end_inset
14391
14392
14393 \end_layout
14394
14395 \begin_layout Standard
14396 Boxes for text are described in chapter 
14397 \family typewriter
14398 Boxes
14399 \family default
14400  in the 
14401 \family typewriter
14402 Embedded
14403 \begin_inset space ~
14404 \end_inset
14405
14406 Objects
14407 \family default
14408  manual.
14409 \end_layout
14410
14411 \begin_layout Subsection
14412 Boxes with Frame
14413 \begin_inset CommandInset label
14414 LatexCommand label
14415 name "subsec:Boxes-with-Frame"
14416
14417 \end_inset
14418
14419
14420 \begin_inset Index idx
14421 range none
14422 pageformat default
14423 status collapsed
14424
14425 \begin_layout Plain Layout
14426 Boxes
14427 \begin_inset IndexMacro subentry
14428 status open
14429
14430 \begin_layout Plain Layout
14431 with frame
14432 \end_layout
14433
14434 \end_inset
14435
14436
14437 \end_layout
14438
14439 \end_inset
14440
14441
14442 \end_layout
14443
14444 \begin_layout Standard
14445 It is possible to frame a formula or part of one with the commands 
14446 \series bold
14447
14448 \backslash
14449 fbox
14450 \series default
14451
14452 \begin_inset Index idx
14453 range none
14454 pageformat default
14455 status collapsed
14456
14457 \begin_layout Plain Layout
14458 Commands
14459 \begin_inset IndexMacro subentry
14460 status open
14461
14462 \begin_layout Plain Layout
14463 F
14464 \end_layout
14465
14466 \end_inset
14467
14468
14469 \begin_inset IndexMacro subentry
14470 status open
14471
14472 \begin_layout Plain Layout
14473
14474 \backslash
14475 fbox
14476 \end_layout
14477
14478 \end_inset
14479
14480
14481 \end_layout
14482
14483 \end_inset
14484
14485  and 
14486 \series bold
14487
14488 \backslash
14489 boxed
14490 \series default
14491
14492 \begin_inset Index idx
14493 range none
14494 pageformat default
14495 status collapsed
14496
14497 \begin_layout Plain Layout
14498 Commands
14499 \begin_inset IndexMacro subentry
14500 status open
14501
14502 \begin_layout Plain Layout
14503 B
14504 \end_layout
14505
14506 \end_inset
14507
14508
14509 \begin_inset IndexMacro subentry
14510 status open
14511
14512 \begin_layout Plain Layout
14513
14514 \backslash
14515 boxed
14516 \end_layout
14517
14518 \end_inset
14519
14520
14521 \end_layout
14522
14523 \end_inset
14524
14525 .
14526 \end_layout
14527
14528 \begin_layout Standard
14529 When one of these commands is inserted in a formula, a blue box appears
14530  within a frame to enter formula parts.
14531  For 
14532 \series bold
14533
14534 \backslash
14535 fbox
14536 \series default
14537  an additional formula has to be created by 
14538 \family sans
14539 Ctrl+M
14540 \family default
14541  within this box, because the box content will otherwise be treated as mathemati
14542 cal text.
14543  When 
14544 \series bold
14545
14546 \backslash
14547 boxed
14548 \series default
14549  is used, a new formula is automatically created inside the frame.
14550 \end_layout
14551
14552 \begin_layout Standard
14553 The command 
14554 \series bold
14555
14556 \backslash
14557 fbox
14558 \series default
14559  is not suitable to frame displayed formulas because the formula will always
14560  be set in the size of the documents text.
14561  Conversly 
14562 \series bold
14563
14564 \backslash
14565 boxed
14566 \series default
14567  is not suitable to frame inline formulas because the formula will always
14568  be set in the size of a displayed formula.
14569 \end_layout
14570
14571 \begin_layout Standard
14572 An extension to 
14573 \series bold
14574
14575 \backslash
14576 fbox
14577 \series default
14578  is the command 
14579 \series bold
14580
14581 \backslash
14582 framebox
14583 \series default
14584
14585 \begin_inset Index idx
14586 range none
14587 pageformat default
14588 status collapsed
14589
14590 \begin_layout Plain Layout
14591 Commands
14592 \begin_inset IndexMacro subentry
14593 status open
14594
14595 \begin_layout Plain Layout
14596 F
14597 \end_layout
14598
14599 \end_inset
14600
14601
14602 \begin_inset IndexMacro subentry
14603 status open
14604
14605 \begin_layout Plain Layout
14606
14607 \backslash
14608 framebox
14609 \end_layout
14610
14611 \end_inset
14612
14613
14614 \end_layout
14615
14616 \end_inset
14617
14618  with which the frame width and the alignment can be specified.
14619  
14620 \series bold
14621
14622 \backslash
14623 framebox
14624 \series default
14625  is used in the following scheme:
14626 \end_layout
14627
14628 \begin_layout Standard
14629
14630 \series bold
14631
14632 \backslash
14633 framebox[frame width][position]{box content}
14634 \end_layout
14635
14636 \begin_layout Standard
14637 The position can either be 
14638 \emph on
14639 l
14640 \emph default
14641  or 
14642 \emph on
14643 r
14644 \emph default
14645 .
14646  
14647 \emph on
14648 l
14649 \emph default
14650  left aligns and 
14651 \emph on
14652 r
14653 \emph default
14654  right aligns the formula in the box.
14655  If no position is given the formula will be centered.
14656 \begin_inset Newline newline
14657 \end_inset
14658
14659 If width is not given then position can not be given.
14660  In this case the frame width is adjusted to the box content like for 
14661 \series bold
14662
14663 \backslash
14664 fbox
14665 \series default
14666 .
14667 \end_layout
14668
14669 \begin_layout Standard
14670 When the command 
14671 \series bold
14672
14673 \backslash
14674 framebox
14675 \series default
14676  is inserted, a box appears containing three blue boxes.
14677  The first two boxes are surrounded by brackets and denote the two optional
14678  arguments.
14679  The third box is for formula parts like for 
14680 \series bold
14681
14682 \backslash
14683 fbox
14684 \series default
14685 .
14686 \end_layout
14687
14688 \begin_layout Standard
14689 \align center
14690 \begin_inset Tabular
14691 <lyxtabular version="3" rows="5" columns="2">
14692 <features booktabs="true" tabularvalignment="middle">
14693 <column alignment="center" valignment="top" width="0pt">
14694 <column alignment="center" valignment="top">
14695 <row>
14696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14697 \begin_inset Text
14698
14699 \begin_layout Plain Layout
14700 Command
14701 \end_layout
14702
14703 \end_inset
14704 </cell>
14705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14706 \begin_inset Text
14707
14708 \begin_layout Plain Layout
14709 Result
14710 \end_layout
14711
14712 \end_inset
14713 </cell>
14714 </row>
14715 <row topspace="1.5mm">
14716 <cell alignment="center" valignment="top" usebox="none">
14717 \begin_inset Text
14718
14719 \begin_layout Plain Layout
14720
14721 \backslash
14722 fbox
14723 \begin_inset space \textvisiblespace{}
14724 \end_inset
14725
14726
14727 \family sans
14728 Ctrl+M
14729 \family default
14730  
14731 \backslash
14732 int
14733 \begin_inset space \textvisiblespace{}
14734 \end_inset
14735
14736 A=B
14737 \end_layout
14738
14739 \end_inset
14740 </cell>
14741 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14742 \begin_inset Text
14743
14744 \begin_layout Plain Layout
14745 \begin_inset Formula $\fbox{\ensuremath{\int A=B}}$
14746 \end_inset
14747
14748
14749 \end_layout
14750
14751 \end_inset
14752 </cell>
14753 </row>
14754 <row topspace="1.5mm">
14755 <cell alignment="center" valignment="top" usebox="none">
14756 \begin_inset Text
14757
14758 \begin_layout Plain Layout
14759
14760 \backslash
14761 boxed
14762 \begin_inset space \textvisiblespace{}
14763 \end_inset
14764
14765
14766 \backslash
14767 int
14768 \begin_inset space \textvisiblespace{}
14769 \end_inset
14770
14771 A=B
14772 \end_layout
14773
14774 \end_inset
14775 </cell>
14776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14777 \begin_inset Text
14778
14779 \begin_layout Plain Layout
14780 \begin_inset Formula $\boxed{\int A=B}$
14781 \end_inset
14782
14783
14784 \end_layout
14785
14786 \end_inset
14787 </cell>
14788 </row>
14789 <row topspace="1.5mm">
14790 <cell alignment="center" valignment="top" usebox="none">
14791 \begin_inset Text
14792
14793 \begin_layout Plain Layout
14794 A+
14795 \backslash
14796 fbox
14797 \begin_inset space \textvisiblespace{}
14798 \end_inset
14799
14800 B
14801 \end_layout
14802
14803 \end_inset
14804 </cell>
14805 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14806 \begin_inset Text
14807
14808 \begin_layout Plain Layout
14809 \begin_inset Formula $A+\fbox{B}$
14810 \end_inset
14811
14812
14813 \end_layout
14814
14815 \end_inset
14816 </cell>
14817 </row>
14818 <row topspace="1.5mm" bottomspace="1mm">
14819 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14820 \begin_inset Text
14821
14822 \begin_layout Plain Layout
14823
14824 \backslash
14825 framebox
14826 \begin_inset space \textvisiblespace{}
14827 \end_inset
14828
14829 20mm
14830 \begin_inset Formula $\to$
14831 \end_inset
14832
14833
14834 \begin_inset Formula $\to$
14835 \end_inset
14836
14837
14838 \family sans
14839 Ctrl+M
14840 \family default
14841  
14842 \backslash
14843 frac
14844 \begin_inset space \textvisiblespace{}
14845 \end_inset
14846
14847 A
14848 \begin_inset Formula $\downarrow$
14849 \end_inset
14850
14851 B
14852 \end_layout
14853
14854 \end_inset
14855 </cell>
14856 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14857 \begin_inset Text
14858
14859 \begin_layout Plain Layout
14860 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
14861 \end_inset
14862
14863
14864 \end_layout
14865
14866 \end_inset
14867 </cell>
14868 </row>
14869 </lyxtabular>
14870
14871 \end_inset
14872
14873
14874 \end_layout
14875
14876 \begin_layout Standard
14877 To adjust the frame thickness the following commands are inserted in \SpecialChar TeX
14878  mode
14879  before the formula:
14880 \end_layout
14881
14882 \begin_layout Standard
14883
14884 \series bold
14885
14886 \backslash
14887 fboxrule
14888 \series default
14889  
14890 \series bold
14891
14892 \begin_inset Quotes eld
14893 \end_inset
14894
14895 thickness
14896 \begin_inset Quotes erd
14897 \end_inset
14898
14899
14900 \series default
14901  
14902 \series bold
14903
14904 \backslash
14905 fboxsep
14906 \series default
14907  
14908 \series bold
14909
14910 \begin_inset Quotes eld
14911 \end_inset
14912
14913 distance
14914 \begin_inset Quotes erd
14915 \end_inset
14916
14917
14918 \end_layout
14919
14920 \begin_layout Standard
14921 \begin_inset Quotes eld
14922 \end_inset
14923
14924 distance
14925 \begin_inset Quotes erd
14926 \end_inset
14927
14928  specifies the minimum distance between the frame and the first character
14929  in the box.
14930  An example of this is given in the following framed formula:
14931 \begin_inset ERT
14932 status open
14933
14934 \begin_layout Plain Layout
14935
14936
14937 \backslash
14938 fboxrule 2mm 
14939 \backslash
14940 fboxsep 3mm
14941 \end_layout
14942
14943 \end_inset
14944
14945
14946 \begin_inset Formula 
14947 \[
14948 \boxed{A+B=C}
14949 \]
14950
14951 \end_inset
14952
14953 Before this formula the commands
14954 \end_layout
14955
14956 \begin_layout Standard
14957
14958 \series bold
14959
14960 \backslash
14961 fboxrule
14962 \series default
14963  
14964 \series bold
14965 2mm
14966 \series default
14967  
14968 \series bold
14969
14970 \backslash
14971 fboxsep
14972 \series default
14973  
14974 \series bold
14975 3mm
14976 \end_layout
14977
14978 \begin_layout Standard
14979 were inserted in \SpecialChar TeX
14980  mode.
14981  These values are then used for all following boxes.
14982 \end_layout
14983
14984 \begin_layout Standard
14985 To return to the standard frame size, the command
14986 \end_layout
14987
14988 \begin_layout Standard
14989
14990 \series bold
14991
14992 \backslash
14993 fboxrule
14994 \series default
14995  
14996 \series bold
14997 0.4pt
14998 \series default
14999  
15000 \series bold
15001
15002 \backslash
15003 fboxsep
15004 \series default
15005  
15006 \series bold
15007 3pt
15008 \series default
15009
15010 \begin_inset ERT
15011 status open
15012
15013 \begin_layout Plain Layout
15014
15015
15016 \backslash
15017 fboxrule 0.4pt 
15018 \backslash
15019 fboxsep 3pt
15020 \end_layout
15021
15022 \end_inset
15023
15024
15025 \end_layout
15026
15027 \begin_layout Standard
15028 is inserted in \SpecialChar TeX
15029  mode before the next formula.
15030 \end_layout
15031
15032 \begin_layout Subsection
15033 Boxes Without Frame
15034 \begin_inset CommandInset label
15035 LatexCommand label
15036 name "subsec:Boxes-without-Frame"
15037
15038 \end_inset
15039
15040
15041 \begin_inset Index idx
15042 range none
15043 pageformat default
15044 status collapsed
15045
15046 \begin_layout Plain Layout
15047 Boxes
15048 \begin_inset IndexMacro subentry
15049 status open
15050
15051 \begin_layout Plain Layout
15052 without frame
15053 \end_layout
15054
15055 \end_inset
15056
15057
15058 \end_layout
15059
15060 \end_inset
15061
15062
15063 \end_layout
15064
15065 \begin_layout Standard
15066 For boxes without a frame the following box commands: 
15067 \series bold
15068
15069 \backslash
15070 mbox
15071 \series default
15072
15073 \begin_inset Index idx
15074 range none
15075 pageformat default
15076 status collapsed
15077
15078 \begin_layout Plain Layout
15079 Commands
15080 \begin_inset IndexMacro subentry
15081 status open
15082
15083 \begin_layout Plain Layout
15084 M
15085 \end_layout
15086
15087 \end_inset
15088
15089
15090 \begin_inset IndexMacro subentry
15091 status open
15092
15093 \begin_layout Plain Layout
15094
15095 \backslash
15096 mbox
15097 \end_layout
15098
15099 \end_inset
15100
15101
15102 \end_layout
15103
15104 \end_inset
15105
15106
15107 \series bold
15108
15109 \backslash
15110 makebox
15111 \series default
15112
15113 \begin_inset Index idx
15114 range none
15115 pageformat default
15116 status collapsed
15117
15118 \begin_layout Plain Layout
15119 Commands
15120 \begin_inset IndexMacro subentry
15121 status open
15122
15123 \begin_layout Plain Layout
15124 M
15125 \end_layout
15126
15127 \end_inset
15128
15129
15130 \begin_inset IndexMacro subentry
15131 status open
15132
15133 \begin_layout Plain Layout
15134
15135 \backslash
15136 makebox
15137 \end_layout
15138
15139 \end_inset
15140
15141
15142 \end_layout
15143
15144 \end_inset
15145
15146  and 
15147 \series bold
15148
15149 \backslash
15150 raisebox
15151 \series default
15152
15153 \begin_inset Index idx
15154 range none
15155 pageformat default
15156 status collapsed
15157
15158 \begin_layout Plain Layout
15159 Commands
15160 \begin_inset IndexMacro subentry
15161 status open
15162
15163 \begin_layout Plain Layout
15164 R
15165 \end_layout
15166
15167 \end_inset
15168
15169
15170 \begin_inset IndexMacro subentry
15171 status open
15172
15173 \begin_layout Plain Layout
15174
15175 \backslash
15176 raisebox
15177 \end_layout
15178
15179 \end_inset
15180
15181
15182 \end_layout
15183
15184 \end_inset
15185
15186  are available.
15187 \end_layout
15188
15189 \begin_layout Standard
15190 With 
15191 \series bold
15192
15193 \backslash
15194 raisebox
15195 \series default
15196  a box can be super- or subscripted.
15197  But in contrary to normal super- and subscripting, the characters in the
15198  box keep their font size.
15199  
15200 \series bold
15201
15202 \backslash
15203 raisebox
15204 \series default
15205  is used in the following scheme:
15206 \end_layout
15207
15208 \begin_layout Standard
15209
15210 \series bold
15211
15212 \backslash
15213 raisebox{height}{box content}
15214 \end_layout
15215
15216 \begin_layout Standard
15217 When the box contains a formula, an extra formula is needed like for 
15218 \series bold
15219
15220 \backslash
15221 fbox
15222 \series default
15223 .
15224 \end_layout
15225
15226 \begin_layout Standard
15227
15228 \series medium
15229 \begin_inset Note Greyedout
15230 status open
15231
15232 \begin_layout Plain Layout
15233
15234 \series bold
15235 Note:
15236 \series default
15237  For 
15238 \series bold
15239
15240 \backslash
15241 raisebox
15242 \series default
15243  this extra formula is created by pressing 
15244 \family sans
15245 Ctrl+M
15246 \family default
15247  twice instead of once because \SpecialChar LyX
15248  doesn't yet support 
15249 \series bold
15250
15251 \backslash
15252 raisebox
15253 \series default
15254  directly.
15255 \end_layout
15256
15257 \end_inset
15258
15259
15260 \end_layout
15261
15262 \begin_layout Standard
15263 \align center
15264 \begin_inset Tabular
15265 <lyxtabular version="3" rows="4" columns="2">
15266 <features booktabs="true" tabularvalignment="middle">
15267 <column alignment="center" valignment="top" width="0pt">
15268 <column alignment="center" valignment="top">
15269 <row>
15270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15271 \begin_inset Text
15272
15273 \begin_layout Plain Layout
15274 Command
15275 \end_layout
15276
15277 \end_inset
15278 </cell>
15279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15280 \begin_inset Text
15281
15282 \begin_layout Plain Layout
15283 Result
15284 \end_layout
15285
15286 \end_inset
15287 </cell>
15288 </row>
15289 <row>
15290 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15291 \begin_inset Text
15292
15293 \begin_layout Plain Layout
15294 H
15295 \backslash
15296 raisebox{2mm
15297 \begin_inset Formula $\to$
15298 \end_inset
15299
15300
15301 \backslash
15302 {al
15303 \begin_inset Formula $\to$
15304 \end_inset
15305
15306  lo
15307 \end_layout
15308
15309 \end_inset
15310 </cell>
15311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15312 \begin_inset Text
15313
15314 \begin_layout Plain Layout
15315 \begin_inset Formula $H\raisebox{2mm}{al}lo$
15316 \end_inset
15317
15318
15319 \end_layout
15320
15321 \end_inset
15322 </cell>
15323 </row>
15324 <row>
15325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15326 \begin_inset Text
15327
15328 \begin_layout Plain Layout
15329 H
15330 \backslash
15331 raisebox{-2mm
15332 \begin_inset Formula $\to$
15333 \end_inset
15334
15335
15336 \backslash
15337 {al
15338 \begin_inset Formula $\to$
15339 \end_inset
15340
15341 lo
15342 \end_layout
15343
15344 \end_inset
15345 </cell>
15346 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15347 \begin_inset Text
15348
15349 \begin_layout Plain Layout
15350 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
15351 \end_inset
15352
15353
15354 \end_layout
15355
15356 \end_inset
15357 </cell>
15358 </row>
15359 <row>
15360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15361 \begin_inset Text
15362
15363 \begin_layout Plain Layout
15364 A=
15365 \backslash
15366 raisebox{-2mm
15367 \begin_inset Formula $\to$
15368 \end_inset
15369
15370
15371 \backslash
15372 {
15373 \family sans
15374 Ctrl+M
15375 \family default
15376  
15377 \family sans
15378 Ctrl+M
15379 \family default
15380  
15381 \backslash
15382 sqrt
15383 \begin_inset space \textvisiblespace{}
15384 \end_inset
15385
15386
15387 \end_layout
15388
15389 \end_inset
15390 </cell>
15391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15392 \begin_inset Text
15393
15394 \begin_layout Plain Layout
15395 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
15396 \end_inset
15397
15398
15399 \end_layout
15400
15401 \end_inset
15402 </cell>
15403 </row>
15404 </lyxtabular>
15405
15406 \end_inset
15407
15408
15409 \end_layout
15410
15411 \begin_layout Standard
15412 The command 
15413 \series bold
15414
15415 \backslash
15416 mbox
15417 \series default
15418  is equivalent to 
15419 \series bold
15420
15421 \backslash
15422 fbox
15423 \series default
15424  and 
15425 \series bold
15426
15427 \backslash
15428 makebox
15429 \series default
15430  is equivalent to 
15431 \series bold
15432
15433 \backslash
15434 framebox
15435 \series default
15436 , except that there is no frame.
15437 \end_layout
15438
15439 \begin_layout Subsection
15440 Colored Boxes
15441 \begin_inset CommandInset label
15442 LatexCommand label
15443 name "subsec:Colored-Boxes"
15444
15445 \end_inset
15446
15447
15448 \begin_inset Index idx
15449 range none
15450 pageformat default
15451 status collapsed
15452
15453 \begin_layout Plain Layout
15454 Boxes
15455 \begin_inset IndexMacro subentry
15456 status open
15457
15458 \begin_layout Plain Layout
15459 colored
15460 \end_layout
15461
15462 \end_inset
15463
15464
15465 \end_layout
15466
15467 \end_inset
15468
15469
15470 \end_layout
15471
15472 \begin_layout Standard
15473 To be able to use all commands explained in this section, the \SpecialChar LaTeX
15474 -package 
15475 \series bold
15476 color
15477 \series default
15478
15479 \begin_inset Foot
15480 status collapsed
15481
15482 \begin_layout Plain Layout
15483 The \SpecialChar LaTeX
15484 -package 
15485 \series bold
15486 color
15487 \series default
15488  is part of every \SpecialChar LaTeX
15489  standard installation.
15490 \end_layout
15491
15492 \end_inset
15493
15494
15495 \begin_inset Index idx
15496 range none
15497 pageformat default
15498 status collapsed
15499
15500 \begin_layout Plain Layout
15501 Packages
15502 \begin_inset IndexMacro subentry
15503 status open
15504
15505 \begin_layout Plain Layout
15506 color
15507 \end_layout
15508
15509 \end_inset
15510
15511
15512 \end_layout
15513
15514 \end_inset
15515
15516  must be loaded in the \SpecialChar LaTeX
15517 -preamble with the line
15518 \begin_inset Foot
15519 status collapsed
15520
15521 \begin_layout Plain Layout
15522 When text is colored somewhere in the document with a predefined color,
15523  \SpecialChar LyX
15524  loads the \SpecialChar LaTeX
15525  package 
15526 \series bold
15527 color
15528 \series default
15529  automatically.
15530  Thus it is possible that the package is loaded twice, but this does not
15531  cause problems.
15532 \end_layout
15533
15534 \end_inset
15535
15536
15537 \begin_inset Note Note
15538 status collapsed
15539
15540 \begin_layout Plain Layout
15541 To avoid that the package is loaded twice, a macro was inserted to the \SpecialChar LaTeX
15542 -preamble.
15543 \end_layout
15544
15545 \end_inset
15546
15547
15548 \end_layout
15549
15550 \begin_layout Standard
15551
15552 \series bold
15553
15554 \backslash
15555 usepackage{color}
15556 \end_layout
15557
15558 \begin_layout Standard
15559 \begin_inset VSpace medskip
15560 \end_inset
15561
15562 To create color boxes, the command 
15563 \series bold
15564
15565 \backslash
15566 colorbox
15567 \series default
15568
15569 \begin_inset Index idx
15570 range none
15571 pageformat default
15572 status collapsed
15573
15574 \begin_layout Plain Layout
15575 Commands
15576 \begin_inset IndexMacro subentry
15577 status open
15578
15579 \begin_layout Plain Layout
15580 C
15581 \end_layout
15582
15583 \end_inset
15584
15585
15586 \begin_inset IndexMacro subentry
15587 status open
15588
15589 \begin_layout Plain Layout
15590
15591 \backslash
15592 colorbox
15593 \end_layout
15594
15595 \end_inset
15596
15597
15598 \end_layout
15599
15600 \end_inset
15601
15602  is used in the following scheme:
15603 \end_layout
15604
15605 \begin_layout Standard
15606
15607 \series bold
15608
15609 \backslash
15610 colorbox{color}{box content}
15611 \end_layout
15612
15613 \begin_layout Standard
15614 The box content can also be a box and a 
15615 \series bold
15616
15617 \backslash
15618 colorbox
15619 \series default
15620  can also be part of another box (see the 2nd and 3rd example).
15621  When the box should contain a formula, an extra formula has to be created,
15622  the same way as for 
15623 \series bold
15624
15625 \backslash
15626 raisebox
15627 \series default
15628 .
15629 \begin_inset Foot
15630 status collapsed
15631
15632 \begin_layout Plain Layout
15633 This also applies for the command 
15634 \series bold
15635
15636 \backslash
15637 fcolorbox
15638 \series default
15639 .
15640 \end_layout
15641
15642 \end_inset
15643
15644
15645 \end_layout
15646
15647 \begin_layout Standard
15648 One of the following predefined colors can be chosen:
15649 \end_layout
15650
15651 \begin_layout Standard
15652
15653 \series bold
15654 black
15655 \series default
15656
15657 \series bold
15658 blue
15659 \series default
15660
15661 \series bold
15662 cyan
15663 \series default
15664
15665 \series bold
15666 green
15667 \series default
15668
15669 \series bold
15670 magenta
15671 \series default
15672
15673 \series bold
15674 red
15675 \series default
15676
15677 \series bold
15678 white
15679 \series default
15680  and 
15681 \series bold
15682 yellow
15683 \begin_inset VSpace smallskip
15684 \end_inset
15685
15686
15687 \end_layout
15688
15689 \begin_layout Standard
15690 \align center
15691 \begin_inset Tabular
15692 <lyxtabular version="3" rows="4" columns="2">
15693 <features booktabs="true" tabularvalignment="middle">
15694 <column alignment="center" valignment="top" width="0pt">
15695 <column alignment="center" valignment="top">
15696 <row>
15697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15698 \begin_inset Text
15699
15700 \begin_layout Plain Layout
15701 Command
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15707 \begin_inset Text
15708
15709 \begin_layout Plain Layout
15710 Result
15711 \end_layout
15712
15713 \end_inset
15714 </cell>
15715 </row>
15716 <row>
15717 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15718 \begin_inset Text
15719
15720 \begin_layout Plain Layout
15721
15722 \backslash
15723 colorbox{yellow
15724 \begin_inset Formula $\to$
15725 \end_inset
15726
15727
15728 \backslash
15729 {A=B
15730 \end_layout
15731
15732 \end_inset
15733 </cell>
15734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15735 \begin_inset Text
15736
15737 \begin_layout Plain Layout
15738 \begin_inset Formula $\colorbox{yellow}{A=B}$
15739 \end_inset
15740
15741
15742 \end_layout
15743
15744 \end_inset
15745 </cell>
15746 </row>
15747 <row topspace="1.5mm">
15748 <cell alignment="center" valignment="top" usebox="none">
15749 \begin_inset Text
15750
15751 \begin_layout Plain Layout
15752
15753 \backslash
15754 colorbox{green
15755 \begin_inset Formula $\to$
15756 \end_inset
15757
15758
15759 \backslash
15760 {
15761 \backslash
15762 fbox
15763 \begin_inset space \textvisiblespace{}
15764 \end_inset
15765
15766
15767 \change_inserted 232239728 1611182042
15768
15769 \begin_inset Formula $\gets\gets$
15770 \end_inset
15771
15772
15773 \change_unchanged
15774 A=B
15775 \end_layout
15776
15777 \end_inset
15778 </cell>
15779 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15780 \begin_inset Text
15781
15782 \begin_layout Plain Layout
15783 \begin_inset Formula $\colorbox{green}{\fbox{A=B}}$
15784 \end_inset
15785
15786
15787 \end_layout
15788
15789 \end_inset
15790 </cell>
15791 </row>
15792 <row topspace="1.5mm" bottomspace="1mm">
15793 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15794 \begin_inset Text
15795
15796 \begin_layout Plain Layout
15797
15798 \backslash
15799 fbox
15800 \begin_inset space \textvisiblespace{}
15801 \end_inset
15802
15803
15804 \change_inserted 232239728 1611182036
15805
15806 \begin_inset Formula $\gets\gets$
15807 \end_inset
15808
15809
15810 \change_unchanged
15811
15812 \backslash
15813 colorbox{green
15814 \begin_inset Formula $\to$
15815 \end_inset
15816
15817
15818 \backslash
15819 {
15820 \family sans
15821 Ctrl+M
15822 \family default
15823  
15824 \family sans
15825 Ctrl+M
15826 \family default
15827  
15828 \backslash
15829 int
15830 \begin_inset space \textvisiblespace{}
15831 \end_inset
15832
15833 C=D
15834 \end_layout
15835
15836 \end_inset
15837 </cell>
15838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15839 \begin_inset Text
15840
15841 \begin_layout Plain Layout
15842 \begin_inset Formula $\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}$
15843 \end_inset
15844
15845
15846 \end_layout
15847
15848 \end_inset
15849 </cell>
15850 </row>
15851 </lyxtabular>
15852
15853 \end_inset
15854
15855
15856 \begin_inset VSpace smallskip
15857 \end_inset
15858
15859
15860 \end_layout
15861
15862 \begin_layout Standard
15863
15864 \series bold
15865
15866 \backslash
15867 colorbox
15868 \series default
15869  only colors the box background, not the characters in the box.
15870  To color all characters, the whole formula is highlighted and the desired
15871  color is chosen in the 
15872 \family sans
15873 Text
15874 \begin_inset space ~
15875 \end_inset
15876
15877 Style
15878 \family default
15879  dialog.
15880  The dialog can be called with the toolbar button 
15881 \begin_inset Info
15882 type  "icon"
15883 arg   "dialog-show character"
15884 \end_inset
15885
15886  or the menu 
15887 \family sans
15888 Edit\SpecialChar menuseparator
15889 Text
15890 \begin_inset space ~
15891 \end_inset
15892
15893 Properties\SpecialChar menuseparator
15894 Customized
15895 \family default
15896 .
15897  The formula number will have the same color as the formula.
15898  If a different color for the formula number is desired, the color must
15899  be changed within the formula.
15900 \end_layout
15901
15902 \begin_layout Standard
15903 An example:
15904 \end_layout
15905
15906 \begin_layout Standard
15907
15908 \color red
15909 \begin_inset Formula 
15910 \begin{equation}
15911 \int A=B\label{eq:red}
15912 \end{equation}
15913
15914 \end_inset
15915
15916
15917 \color green
15918
15919 \begin_inset Formula 
15920 \begin{equation}
15921 \textcolor{red}{\int A=B}\label{eq:redgreen}
15922 \end{equation}
15923
15924 \end_inset
15925
15926
15927 \end_layout
15928
15929 \begin_layout Standard
15930 Formula 
15931 \begin_inset CommandInset ref
15932 LatexCommand eqref
15933 reference "eq:red"
15934
15935 \end_inset
15936
15937  is completely colored red.
15938 \begin_inset Newline newline
15939 \end_inset
15940
15941 Formula 
15942 \begin_inset CommandInset ref
15943 LatexCommand eqref
15944 reference "eq:redgreen"
15945
15946 \end_inset
15947
15948  was first completely colored green to set the color for the formula number.
15949  Subsequently the formula characters were colored red.
15950 \end_layout
15951
15952 \begin_layout Standard
15953 \begin_inset VSpace bigskip
15954 \end_inset
15955
15956 To color the frame different than the rest of the box, the command 
15957 \series bold
15958
15959 \backslash
15960 fcolorbox
15961 \series default
15962
15963 \begin_inset Index idx
15964 range none
15965 pageformat default
15966 status collapsed
15967
15968 \begin_layout Plain Layout
15969 Commands
15970 \begin_inset IndexMacro subentry
15971 status open
15972
15973 \begin_layout Plain Layout
15974 F
15975 \end_layout
15976
15977 \end_inset
15978
15979
15980 \begin_inset IndexMacro subentry
15981 status open
15982
15983 \begin_layout Plain Layout
15984
15985 \backslash
15986 fcolorbox
15987 \end_layout
15988
15989 \end_inset
15990
15991
15992 \end_layout
15993
15994 \end_inset
15995
15996  is used in the following scheme:
15997 \end_layout
15998
15999 \begin_layout Standard
16000
16001 \series bold
16002
16003 \backslash
16004 fcolorbox{frame color}{color}{box content}
16005 \end_layout
16006
16007 \begin_layout Standard
16008 So 
16009 \series bold
16010
16011 \backslash
16012 fcolorbox
16013 \series default
16014  is an extension of the command 
16015 \series bold
16016
16017 \backslash
16018 colorbox
16019 \series default
16020 .
16021  The frame width is set, like for 
16022 \series bold
16023
16024 \backslash
16025 framebox
16026 \series default
16027 , with 
16028 \series bold
16029
16030 \backslash
16031 fboxrule
16032 \series default
16033  and 
16034 \series bold
16035
16036 \backslash
16037 fboxsep
16038 \series default
16039 .
16040  An example:
16041 \begin_inset ERT
16042 status collapsed
16043
16044 \begin_layout Plain Layout
16045
16046
16047 \backslash
16048 fboxrule 1mm 
16049 \backslash
16050 fboxsep 1mm
16051 \end_layout
16052
16053 \end_inset
16054
16055
16056 \begin_inset Formula 
16057 \[
16058 \fcolorbox{cyan}{magenta}{A=B}
16059 \]
16060
16061 \end_inset
16062
16063
16064 \begin_inset ERT
16065 status collapsed
16066
16067 \begin_layout Plain Layout
16068
16069
16070 \backslash
16071 fboxrule 0.4pt 
16072 \backslash
16073 fboxsep 3pt
16074 \end_layout
16075
16076 \end_inset
16077
16078
16079 \end_layout
16080
16081 \begin_layout Standard
16082 This formula was created with the command
16083 \begin_inset Newline newline
16084 \end_inset
16085
16086
16087 \series bold
16088
16089 \backslash
16090 fcolorbox{cyan
16091 \begin_inset Formula $\to$
16092 \end_inset
16093
16094
16095 \backslash
16096 {magenta
16097 \begin_inset Formula $\to$
16098 \end_inset
16099
16100
16101 \backslash
16102 {A=B
16103 \series default
16104 .
16105 \end_layout
16106
16107 \begin_layout Standard
16108 \begin_inset VSpace bigskip
16109 \end_inset
16110
16111 To use colors other than predefined ones, they must be defined first.
16112 \end_layout
16113
16114 \begin_layout Standard
16115 One can for example define the color 
16116 \begin_inset Quotes eld
16117 \end_inset
16118
16119
16120 \series bold
16121 darkgreen
16122 \series default
16123
16124 \begin_inset Quotes erd
16125 \end_inset
16126
16127  with the \SpecialChar LaTeX
16128 -preamble line:
16129 \end_layout
16130
16131 \begin_layout Standard
16132
16133 \series bold
16134
16135 \backslash
16136 definecolor{darkgreen}{cmyk}{0.5,
16137 \series default
16138  
16139 \series bold
16140 0,
16141 \series default
16142  
16143 \series bold
16144 1,
16145 \series default
16146  
16147 \series bold
16148 0.5}
16149 \series default
16150
16151 \begin_inset Index idx
16152 range none
16153 pageformat default
16154 status collapsed
16155
16156 \begin_layout Plain Layout
16157 Commands
16158 \begin_inset IndexMacro subentry
16159 status open
16160
16161 \begin_layout Plain Layout
16162 D
16163 \end_layout
16164
16165 \end_inset
16166
16167
16168 \begin_inset IndexMacro subentry
16169 status open
16170
16171 \begin_layout Plain Layout
16172
16173 \backslash
16174 definecolor
16175 \end_layout
16176
16177 \end_inset
16178
16179
16180 \end_layout
16181
16182 \end_inset
16183
16184
16185 \end_layout
16186
16187 \begin_layout Standard
16188
16189 \series bold
16190 cmyk
16191 \series default
16192  is the color space denoting the colors 
16193 \series bold
16194 cyan
16195 \series default
16196
16197 \series bold
16198 magenta
16199 \series default
16200
16201 \series bold
16202 yellow
16203 \series default
16204  and 
16205 \series bold
16206 black
16207 \series default
16208 .
16209  The four comma separated numbers are the portion factors for the corresponding
16210  colors of the color space.
16211  The factors can be in the range of 0
16212 \begin_inset space \thinspace{}
16213 \end_inset
16214
16215 -
16216 \begin_inset space \thinspace{}
16217 \end_inset
16218
16219 1.
16220  Instead of 
16221 \series bold
16222 cmyk,
16223 \series default
16224  the color space 
16225 \series bold
16226 rgb
16227 \series default
16228  can also be used for definitions.
16229  
16230 \series bold
16231 rgb
16232 \series default
16233  denotes 
16234 \series bold
16235 red
16236 \series default
16237
16238 \series bold
16239 green
16240 \series default
16241  and 
16242 \series bold
16243 blue
16244 \series default
16245 , so there are three portion factors for the corresponding colors.
16246  Furthermore there is the color space 
16247 \series bold
16248 gray
16249 \series default
16250  with one portion factor for the gray value.
16251 \end_layout
16252
16253 \begin_layout Standard
16254 As an example here is a framed box with the newly defined color 
16255 \series bold
16256 darkgreen
16257 \series default
16258  where the characters have been colored 
16259 \series bold
16260 yellow
16261 \series default
16262 :
16263 \begin_inset Formula 
16264 \begin{equation}
16265 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
16266 \end{equation}
16267
16268 \end_inset
16269
16270
16271 \end_layout
16272
16273 \begin_layout Standard
16274 Self-defined colors can also be used for text with the help of the command
16275  
16276 \series bold
16277
16278 \backslash
16279 textcolor
16280 \series default
16281 :
16282 \begin_inset Index idx
16283 range none
16284 pageformat default
16285 status collapsed
16286
16287 \begin_layout Plain Layout
16288 Text
16289 \begin_inset IndexMacro subentry
16290 status open
16291
16292 \begin_layout Plain Layout
16293 colored
16294 \end_layout
16295
16296 \end_inset
16297
16298
16299 \end_layout
16300
16301 \end_inset
16302
16303
16304 \end_layout
16305
16306 \begin_layout Standard
16307 \begin_inset ERT
16308 status collapsed
16309
16310 \begin_layout Plain Layout
16311
16312
16313 \backslash
16314 textcolor{darkgreen}{
16315 \end_layout
16316
16317 \end_inset
16318
16319 This sentence is 
16320 \begin_inset Quotes eld
16321 \end_inset
16322
16323 darkgreen
16324 \begin_inset Quotes erd
16325 \end_inset
16326
16327 .
16328 \begin_inset ERT
16329 status collapsed
16330
16331 \begin_layout Plain Layout
16332
16333 }
16334 \end_layout
16335
16336 \end_inset
16337
16338
16339 \end_layout
16340
16341 \begin_layout Standard
16342
16343 \series bold
16344
16345 \backslash
16346 textcolor
16347 \series default
16348
16349 \begin_inset Index idx
16350 range none
16351 pageformat default
16352 status collapsed
16353
16354 \begin_layout Plain Layout
16355 Commands
16356 \begin_inset IndexMacro subentry
16357 status open
16358
16359 \begin_layout Plain Layout
16360 T
16361 \end_layout
16362
16363 \end_inset
16364
16365
16366 \begin_inset IndexMacro subentry
16367 status open
16368
16369 \begin_layout Plain Layout
16370
16371 \backslash
16372 textcolor
16373 \end_layout
16374
16375 \end_inset
16376
16377
16378 \end_layout
16379
16380 \end_inset
16381
16382  is used in the scheme 
16383 \series bold
16384
16385 \backslash
16386 textcolor{color}{characters to color}
16387 \series default
16388 .
16389 \end_layout
16390
16391 \begin_layout Subsection
16392 Paragraph Boxes
16393 \begin_inset CommandInset label
16394 LatexCommand label
16395 name "subsec:Paragraph-Boxes"
16396
16397 \end_inset
16398
16399
16400 \begin_inset Index idx
16401 range none
16402 pageformat default
16403 status collapsed
16404
16405 \begin_layout Plain Layout
16406 Boxes
16407 \begin_inset IndexMacro subentry
16408 status open
16409
16410 \begin_layout Plain Layout
16411 as paragraph
16412 \end_layout
16413
16414 \end_inset
16415
16416
16417 \end_layout
16418
16419 \end_inset
16420
16421
16422 \end_layout
16423
16424 \begin_layout Standard
16425 A box that can contain several lines and paragraphs, a so-called paragraph
16426  box (parbox), can be created with the menu 
16427 \family sans
16428 Insert\SpecialChar menuseparator
16429 Box
16430 \family default
16431  or the toolbar button 
16432 \begin_inset Info
16433 type  "icon"
16434 arg   "box-insert"
16435 \end_inset
16436
16437 .
16438 \end_layout
16439
16440 \begin_layout Standard
16441 The following example shows a framed parbox in a line:
16442 \end_layout
16443
16444 \begin_layout Standard
16445 \begin_inset VSpace medskip
16446 \end_inset
16447
16448 This is a line 
16449 \begin_inset Box Boxed
16450 position "c"
16451 hor_pos "c"
16452 has_inner_box 1
16453 inner_pos "t"
16454 use_parbox 1
16455 use_makebox 0
16456 width "5cm"
16457 special "none"
16458 height "1in"
16459 height_special "totalheight"
16460 thickness "0.4pt"
16461 separation "3pt"
16462 shadowsize "4pt"
16463 framecolor "black"
16464 backgroundcolor "none"
16465 status open
16466
16467 \begin_layout Plain Layout
16468 This is a paragraph box.
16469  It is exactly 5
16470 \begin_inset space \thinspace{}
16471 \end_inset
16472
16473 cm long and can also contain formulas: 
16474 \begin_inset Formula $\int A\,\mathrm{d}s=C$
16475 \end_inset
16476
16477
16478 \end_layout
16479
16480 \end_inset
16481
16482  with a parbox.
16483 \end_layout
16484
16485 \begin_layout Standard
16486 \begin_inset VSpace medskip
16487 \end_inset
16488
16489
16490 \end_layout
16491
16492 \begin_layout Standard
16493 Such a box is created by right-clicking on the gray box inset.
16494  A dialog pops up showing the box properties.
16495  In our case set: 
16496 \emph on
16497 Decoration
16498 \emph default
16499 : Rectangular box, 
16500 \emph on
16501 Inner Box
16502 \emph default
16503 : Parbox, 
16504 \emph on
16505 Width
16506 \emph default
16507 : 5
16508 \begin_inset space \thinspace{}
16509 \end_inset
16510
16511 cm, 
16512 \emph on
16513 Vertical Box Alignment
16514 \emph default
16515 : Middle
16516 \end_layout
16517
16518 \begin_layout Standard
16519 \begin_inset VSpace medskip
16520 \end_inset
16521
16522 In \SpecialChar LaTeX
16523  a parbox is created with the command 
16524 \series bold
16525
16526 \backslash
16527 parbox
16528 \series default
16529
16530 \begin_inset Index idx
16531 range none
16532 pageformat default
16533 status collapsed
16534
16535 \begin_layout Plain Layout
16536 Commands
16537 \begin_inset IndexMacro subentry
16538 status open
16539
16540 \begin_layout Plain Layout
16541 P
16542 \end_layout
16543
16544 \end_inset
16545
16546
16547 \begin_inset IndexMacro subentry
16548 status open
16549
16550 \begin_layout Plain Layout
16551
16552 \backslash
16553 parbox
16554 \end_layout
16555
16556 \end_inset
16557
16558
16559 \end_layout
16560
16561 \end_inset
16562
16563  which has the following scheme:
16564 \end_layout
16565
16566 \begin_layout Standard
16567
16568 \series bold
16569
16570 \backslash
16571 parbox[position]{width}{box content}
16572 \end_layout
16573
16574 \begin_layout Standard
16575 The positions 
16576 \emph on
16577 b
16578 \emph default
16579  and 
16580 \emph on
16581 t
16582 \emph default
16583  are possible.
16584  
16585 \emph on
16586 b
16587 \emph default
16588  for 
16589 \begin_inset Quotes eld
16590 \end_inset
16591
16592 bottom
16593 \begin_inset Quotes erd
16594 \end_inset
16595
16596  means that the box is aligned within the surrounding text with its last
16597  line.
16598  With 
16599 \emph on
16600 t
16601 \emph default
16602  for 
16603 \begin_inset Quotes eld
16604 \end_inset
16605
16606 top
16607 \begin_inset Quotes erd
16608 \end_inset
16609
16610  this is done with the first line.
16611  When no position is given, the box will be vertically centered, see section
16612  
16613 \emph on
16614 Boxes
16615 \emph default
16616  of the 
16617 \emph on
16618 Embedded
16619 \begin_inset space ~
16620 \end_inset
16621
16622 Objects
16623 \emph default
16624  manual for examples.
16625 \end_layout
16626
16627 \begin_layout Standard
16628 \begin_inset VSpace bigskip
16629 \end_inset
16630
16631 To frame formulas completely, including the formula number, the formula
16632  must be set into a parbox.
16633  To do this, the command 
16634 \series bold
16635
16636 \backslash
16637 fbox{
16638 \backslash
16639 parbox{
16640 \backslash
16641 linewidth-2
16642 \backslash
16643 fboxsep-2
16644 \backslash
16645 fboxrule}{
16646 \series default
16647  is inserted in \SpecialChar TeX
16648  mode before the formula.
16649  
16650 \series bold
16651
16652 \backslash
16653 linewidth
16654 \series default
16655
16656 \begin_inset Index idx
16657 range none
16658 pageformat default
16659 status collapsed
16660
16661 \begin_layout Plain Layout
16662 Commands
16663 \begin_inset IndexMacro subentry
16664 status open
16665
16666 \begin_layout Plain Layout
16667 L
16668 \end_layout
16669
16670 \end_inset
16671
16672
16673 \begin_inset IndexMacro subentry
16674 status open
16675
16676 \begin_layout Plain Layout
16677
16678 \backslash
16679 linewidth
16680 \end_layout
16681
16682 \end_inset
16683
16684
16685 \end_layout
16686
16687 \end_inset
16688
16689  is the line width set for the document.
16690  Because the frame is outside the parbox, two times the frame separation
16691  and the frame thickness must be subtracted from the line width.
16692  To be able to multiply and subtract in arguments, the \SpecialChar LaTeX
16693 -package 
16694 \series bold
16695 calc
16696 \series default
16697
16698 \begin_inset Foot
16699 status collapsed
16700
16701 \begin_layout Plain Layout
16702
16703 \series bold
16704 calc
16705 \series default
16706  is part of every \SpecialChar LaTeX
16707  standard installation.
16708 \end_layout
16709
16710 \end_inset
16711
16712
16713 \begin_inset Index idx
16714 range none
16715 pageformat default
16716 status collapsed
16717
16718 \begin_layout Plain Layout
16719 Packages
16720 \begin_inset IndexMacro subentry
16721 status open
16722
16723 \begin_layout Plain Layout
16724 calc
16725 \end_layout
16726
16727 \end_inset
16728
16729
16730 \end_layout
16731
16732 \end_inset
16733
16734  must be loaded in the \SpecialChar LaTeX
16735 -preamble with the line
16736 \end_layout
16737
16738 \begin_layout Standard
16739
16740 \series bold
16741
16742 \backslash
16743 usepackage{calc}
16744 \end_layout
16745
16746 \begin_layout Standard
16747 Behind the formula both boxes are closed by entering 
16748 \series bold
16749 }}
16750 \series default
16751  in \SpecialChar TeX
16752  mode.
16753  Here is an example:
16754 \begin_inset ERT
16755 status collapsed
16756
16757 \begin_layout Plain Layout
16758
16759
16760 \backslash
16761 fboxsep 5mm 
16762 \backslash
16763 fboxrule 5mm
16764 \end_layout
16765
16766 \end_inset
16767
16768
16769 \end_layout
16770
16771 \begin_layout Standard
16772 \begin_inset ERT
16773 status collapsed
16774
16775 \begin_layout Plain Layout
16776
16777
16778 \backslash
16779 fbox{
16780 \backslash
16781 parbox{
16782 \backslash
16783 linewidth-2
16784 \backslash
16785 fboxsep-2
16786 \backslash
16787 fboxrule}{
16788 \end_layout
16789
16790 \end_inset
16791
16792
16793 \begin_inset Formula 
16794 \begin{equation}
16795 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
16796 \end{equation}
16797
16798 \end_inset
16799
16800
16801 \begin_inset ERT
16802 status collapsed
16803
16804 \begin_layout Plain Layout
16805
16806 }}
16807 \end_layout
16808
16809 \end_inset
16810
16811
16812 \begin_inset ERT
16813 status collapsed
16814
16815 \begin_layout Plain Layout
16816
16817
16818 \backslash
16819 fboxrule 0.4pt 
16820 \backslash
16821 fboxsep 3pt
16822 \end_layout
16823
16824 \end_inset
16825
16826
16827 \end_layout
16828
16829 \begin_layout Standard
16830 \begin_inset VSpace medskip
16831 \end_inset
16832
16833 As a parbox is used as the argument of 
16834 \series bold
16835
16836 \backslash
16837 fbox
16838 \series default
16839 , there is in this case no difference between 
16840 \series bold
16841
16842 \backslash
16843 fbox
16844 \series default
16845  and 
16846 \series bold
16847
16848 \backslash
16849 boxed
16850 \series default
16851 .
16852 \end_layout
16853
16854 \begin_layout Standard
16855 \begin_inset VSpace bigskip
16856 \end_inset
16857
16858 Paragraph boxes are very useful to comment formulas directly.
16859  To do this, 
16860 \series bold
16861
16862 \backslash
16863 parbox
16864 \series default
16865  is used in combination with the command 
16866 \series bold
16867
16868 \backslash
16869 tag
16870 \series default
16871 .
16872  (more about 
16873 \series bold
16874
16875 \backslash
16876 tag
16877 \series default
16878  see 
16879 \begin_inset CommandInset ref
16880 LatexCommand ref
16881 reference "subsec:User-defined-Numbering"
16882
16883 \end_inset
16884
16885 )
16886 \end_layout
16887
16888 \begin_layout Standard
16889 An example of a formula commented with 
16890 \series bold
16891
16892 \backslash
16893 parbox
16894 \series default
16895 :
16896 \end_layout
16897
16898 \begin_layout Standard
16899 \begin_inset ERT
16900 status collapsed
16901
16902 \begin_layout Plain Layout
16903
16904
16905 \backslash
16906 [5x-7b=3b
16907 \backslash
16908 tag*{
16909 \backslash
16910 parbox{5cm}{
16911 \end_layout
16912
16913 \end_inset
16914
16915 This is a description.
16916  It is distinctly separated from the formula and multiline.
16917 \begin_inset ERT
16918 status collapsed
16919
16920 \begin_layout Plain Layout
16921
16922 }}
16923 \backslash
16924 ]
16925 \end_layout
16926
16927 \end_inset
16928
16929
16930 \end_layout
16931
16932 \begin_layout Standard
16933 Such a formula must be inserted completely in \SpecialChar TeX
16934  mode because \SpecialChar LyX
16935  does not yet
16936  support the command 
16937 \series bold
16938
16939 \backslash
16940 parbox
16941 \series default
16942  in formulas.
16943  The formula is created with the following command sequence:
16944 \end_layout
16945
16946 \begin_layout Standard
16947 The command 
16948 \series bold
16949
16950 \backslash
16951 [5x-7b=3b
16952 \backslash
16953 tag*
16954 \backslash
16955 {
16956 \backslash
16957 parbox{5cm}{
16958 \series default
16959  is inserted in \SpecialChar TeX
16960  mode.
16961 \begin_inset Foot
16962 status collapsed
16963
16964 \begin_layout Plain Layout
16965 When the formula style 
16966 \series bold
16967 Indented
16968 \series default
16969  is used, 
16970 \series bold
16971
16972 \backslash
16973 tag*
16974 \backslash
16975 {
16976 \series default
16977  can also be replaced by 
16978 \series bold
16979
16980 \backslash
16981 hfill
16982 \series default
16983 .
16984  (formula styles see 
16985 \begin_inset CommandInset ref
16986 LatexCommand ref
16987 reference "sec:Formula-Styles"
16988
16989 \end_inset
16990
16991 )
16992 \end_layout
16993
16994 \end_inset
16995
16996  Then the description follows as normal text and finally 
16997 \series bold
16998 }}
16999 \backslash
17000 ]
17001 \series default
17002  is inserted in \SpecialChar TeX
17003  mode.
17004  The commands 
17005 \series bold
17006
17007 \backslash
17008 [
17009 \series default
17010  and 
17011 \series bold
17012
17013 \backslash
17014 ]
17015 \series default
17016  create a displayed formula.
17017 \end_layout
17018
17019 \begin_layout Standard
17020 The advantages of 
17021 \series bold
17022
17023 \backslash
17024 parbox
17025 \series default
17026  can be seen in this example that was 
17027 \begin_inset Quotes eld
17028 \end_inset
17029
17030 commented
17031 \begin_inset Quotes erd
17032 \end_inset
17033
17034  using the mathematical textmode:
17035 \begin_inset Formula 
17036 \[
17037 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
17038 \]
17039
17040 \end_inset
17041
17042
17043 \end_layout
17044
17045 \begin_layout Section
17046 Operators
17047 \begin_inset Index idx
17048 range none
17049 pageformat default
17050 status collapsed
17051
17052 \begin_layout Plain Layout
17053 Operators
17054 \end_layout
17055
17056 \end_inset
17057
17058
17059 \end_layout
17060
17061 \begin_layout Subsection
17062 Big Operators
17063 \begin_inset CommandInset label
17064 LatexCommand label
17065 name "subsec:Big-Operators"
17066
17067 \end_inset
17068
17069
17070 \begin_inset Index idx
17071 range none
17072 pageformat default
17073 status collapsed
17074
17075 \begin_layout Plain Layout
17076 Operators
17077 \begin_inset IndexMacro subentry
17078 status open
17079
17080 \begin_layout Plain Layout
17081 big
17082 \end_layout
17083
17084 \end_inset
17085
17086
17087 \end_layout
17088
17089 \end_inset
17090
17091
17092 \begin_inset Index idx
17093 range none
17094 pageformat default
17095 status collapsed
17096
17097 \begin_layout Plain Layout
17098 Sums
17099 \end_layout
17100
17101 \end_inset
17102
17103
17104 \begin_inset Index idx
17105 range none
17106 pageformat default
17107 status collapsed
17108
17109 \begin_layout Plain Layout
17110 Integrals
17111 \end_layout
17112
17113 \end_inset
17114
17115
17116 \end_layout
17117
17118 \begin_layout Standard
17119 To be able to use all of the integral operators listed here, the 
17120 \family sans
17121 Load automatically
17122 \family default
17123  option for the
17124 \family sans
17125  esint package
17126 \family default
17127  must be set in the document settings under 
17128 \family sans
17129 Math
17130 \begin_inset space ~
17131 \end_inset
17132
17133 Options
17134 \family default
17135 .
17136 \end_layout
17137
17138 \begin_layout Standard
17139 \begin_inset space \hfill{}
17140 \end_inset
17141
17142
17143 \begin_inset Tabular
17144 <lyxtabular version="3" rows="11" columns="2">
17145 <features booktabs="true" tabularvalignment="middle">
17146 <column alignment="center" valignment="top" width="0pt">
17147 <column alignment="center" valignment="top" width="0pt">
17148 <row>
17149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17150 \begin_inset Text
17151
17152 \begin_layout Plain Layout
17153 Command
17154 \end_layout
17155
17156 \end_inset
17157 </cell>
17158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17159 \begin_inset Text
17160
17161 \begin_layout Plain Layout
17162 Result
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 </row>
17168 <row>
17169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173
17174 \backslash
17175 int
17176 \begin_inset Index idx
17177 range none
17178 pageformat default
17179 status collapsed
17180
17181 \begin_layout Plain Layout
17182 Commands
17183 \begin_inset IndexMacro subentry
17184 status open
17185
17186 \begin_layout Plain Layout
17187 I
17188 \end_layout
17189
17190 \end_inset
17191
17192
17193 \begin_inset IndexMacro subentry
17194 status open
17195
17196 \begin_layout Plain Layout
17197
17198 \backslash
17199 int
17200 \end_layout
17201
17202 \end_inset
17203
17204
17205 \end_layout
17206
17207 \end_inset
17208
17209
17210 \end_layout
17211
17212 \end_inset
17213 </cell>
17214 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17215 \begin_inset Text
17216
17217 \begin_layout Plain Layout
17218 \begin_inset Formula $\int$
17219 \end_inset
17220
17221
17222 \end_layout
17223
17224 \end_inset
17225 </cell>
17226 </row>
17227 <row>
17228 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17229 \begin_inset Text
17230
17231 \begin_layout Plain Layout
17232
17233 \backslash
17234 oint
17235 \end_layout
17236
17237 \end_inset
17238 </cell>
17239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17240 \begin_inset Text
17241
17242 \begin_layout Plain Layout
17243 \begin_inset Formula $\oint$
17244 \end_inset
17245
17246
17247 \end_layout
17248
17249 \end_inset
17250 </cell>
17251 </row>
17252 <row>
17253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17254 \begin_inset Text
17255
17256 \begin_layout Plain Layout
17257
17258 \backslash
17259 ointctrclockwise
17260 \end_layout
17261
17262 \end_inset
17263 </cell>
17264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17265 \begin_inset Text
17266
17267 \begin_layout Plain Layout
17268 \begin_inset Formula $\ointctrclockwise$
17269 \end_inset
17270
17271
17272 \end_layout
17273
17274 \end_inset
17275 </cell>
17276 </row>
17277 <row>
17278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17279 \begin_inset Text
17280
17281 \begin_layout Plain Layout
17282
17283 \backslash
17284 ointclockwise
17285 \end_layout
17286
17287 \end_inset
17288 </cell>
17289 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17290 \begin_inset Text
17291
17292 \begin_layout Plain Layout
17293 \begin_inset Formula $\ointclockwise$
17294 \end_inset
17295
17296
17297 \end_layout
17298
17299 \end_inset
17300 </cell>
17301 </row>
17302 <row>
17303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17304 \begin_inset Text
17305
17306 \begin_layout Plain Layout
17307
17308 \backslash
17309 sqint
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17315 \begin_inset Text
17316
17317 \begin_layout Plain Layout
17318 \begin_inset Formula $\sqint$
17319 \end_inset
17320
17321
17322 \end_layout
17323
17324 \end_inset
17325 </cell>
17326 </row>
17327 <row>
17328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17329 \begin_inset Text
17330
17331 \begin_layout Plain Layout
17332
17333 \backslash
17334 fint
17335 \end_layout
17336
17337 \end_inset
17338 </cell>
17339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17340 \begin_inset Text
17341
17342 \begin_layout Plain Layout
17343  
17344 \begin_inset Formula $\fint$
17345 \end_inset
17346
17347
17348 \end_layout
17349
17350 \end_inset
17351 </cell>
17352 </row>
17353 <row>
17354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17355 \begin_inset Text
17356
17357 \begin_layout Plain Layout
17358
17359 \backslash
17360 landupint
17361 \end_layout
17362
17363 \end_inset
17364 </cell>
17365 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17366 \begin_inset Text
17367
17368 \begin_layout Plain Layout
17369  
17370 \begin_inset Formula $\landupint$
17371 \end_inset
17372
17373
17374 \end_layout
17375
17376 \end_inset
17377 </cell>
17378 </row>
17379 <row>
17380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384
17385 \backslash
17386 landdownint
17387 \end_layout
17388
17389 \end_inset
17390 </cell>
17391 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17392 \begin_inset Text
17393
17394 \begin_layout Plain Layout
17395  
17396 \begin_inset Formula $\landdownint$
17397 \end_inset
17398
17399
17400 \end_layout
17401
17402 \end_inset
17403 </cell>
17404 </row>
17405 <row>
17406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17407 \begin_inset Text
17408
17409 \begin_layout Plain Layout
17410
17411 \backslash
17412 bigcap
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Plain Layout
17421 \begin_inset Formula $\bigcap$
17422 \end_inset
17423
17424
17425 \end_layout
17426
17427 \end_inset
17428 </cell>
17429 </row>
17430 <row>
17431 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17432 \begin_inset Text
17433
17434 \begin_layout Plain Layout
17435
17436 \backslash
17437 bigcup
17438 \end_layout
17439
17440 \end_inset
17441 </cell>
17442 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17443 \begin_inset Text
17444
17445 \begin_layout Plain Layout
17446 \begin_inset Formula $\bigcup$
17447 \end_inset
17448
17449
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 </row>
17455 </lyxtabular>
17456
17457 \end_inset
17458
17459
17460 \begin_inset space \hfill{}
17461 \end_inset
17462
17463
17464 \begin_inset Tabular
17465 <lyxtabular version="3" rows="11" columns="2">
17466 <features booktabs="true" tabularvalignment="middle">
17467 <column alignment="center" valignment="top" width="0pt">
17468 <column alignment="center" valignment="top" width="0pt">
17469 <row>
17470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17471 \begin_inset Text
17472
17473 \begin_layout Plain Layout
17474 Command
17475 \end_layout
17476
17477 \end_inset
17478 </cell>
17479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17480 \begin_inset Text
17481
17482 \begin_layout Plain Layout
17483 Result
17484 \end_layout
17485
17486 \end_inset
17487 </cell>
17488 </row>
17489 <row>
17490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17491 \begin_inset Text
17492
17493 \begin_layout Plain Layout
17494
17495 \backslash
17496 sum
17497 \begin_inset Index idx
17498 range none
17499 pageformat default
17500 status collapsed
17501
17502 \begin_layout Plain Layout
17503 Commands
17504 \begin_inset IndexMacro subentry
17505 status open
17506
17507 \begin_layout Plain Layout
17508 S
17509 \end_layout
17510
17511 \end_inset
17512
17513
17514 \begin_inset IndexMacro subentry
17515 status open
17516
17517 \begin_layout Plain Layout
17518
17519 \backslash
17520 sum
17521 \end_layout
17522
17523 \end_inset
17524
17525
17526 \end_layout
17527
17528 \end_inset
17529
17530
17531 \end_layout
17532
17533 \end_inset
17534 </cell>
17535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17536 \begin_inset Text
17537
17538 \begin_layout Plain Layout
17539 \begin_inset Formula $\sum$
17540 \end_inset
17541
17542
17543 \end_layout
17544
17545 \end_inset
17546 </cell>
17547 </row>
17548 <row>
17549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17550 \begin_inset Text
17551
17552 \begin_layout Plain Layout
17553
17554 \backslash
17555 prod
17556 \begin_inset Index idx
17557 range none
17558 pageformat default
17559 status collapsed
17560
17561 \begin_layout Plain Layout
17562 Commands
17563 \begin_inset IndexMacro subentry
17564 status open
17565
17566 \begin_layout Plain Layout
17567 P
17568 \end_layout
17569
17570 \end_inset
17571
17572
17573 \begin_inset IndexMacro subentry
17574 status open
17575
17576 \begin_layout Plain Layout
17577
17578 \backslash
17579 prod
17580 \end_layout
17581
17582 \end_inset
17583
17584
17585 \end_layout
17586
17587 \end_inset
17588
17589
17590 \end_layout
17591
17592 \end_inset
17593 </cell>
17594 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17595 \begin_inset Text
17596
17597 \begin_layout Plain Layout
17598 \begin_inset Formula $\prod$
17599 \end_inset
17600
17601
17602 \end_layout
17603
17604 \end_inset
17605 </cell>
17606 </row>
17607 <row>
17608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17609 \begin_inset Text
17610
17611 \begin_layout Plain Layout
17612
17613 \backslash
17614 coprod
17615 \end_layout
17616
17617 \end_inset
17618 </cell>
17619 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17620 \begin_inset Text
17621
17622 \begin_layout Plain Layout
17623 \begin_inset Formula $\coprod$
17624 \end_inset
17625
17626
17627 \end_layout
17628
17629 \end_inset
17630 </cell>
17631 </row>
17632 <row>
17633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17634 \begin_inset Text
17635
17636 \begin_layout Plain Layout
17637
17638 \backslash
17639 bigodot
17640 \end_layout
17641
17642 \end_inset
17643 </cell>
17644 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17645 \begin_inset Text
17646
17647 \begin_layout Plain Layout
17648 \begin_inset Formula $\bigodot$
17649 \end_inset
17650
17651
17652 \end_layout
17653
17654 \end_inset
17655 </cell>
17656 </row>
17657 <row>
17658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17659 \begin_inset Text
17660
17661 \begin_layout Plain Layout
17662
17663 \backslash
17664 bigotimes
17665 \end_layout
17666
17667 \end_inset
17668 </cell>
17669 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17670 \begin_inset Text
17671
17672 \begin_layout Plain Layout
17673 \begin_inset Formula $\bigotimes$
17674 \end_inset
17675
17676
17677 \end_layout
17678
17679 \end_inset
17680 </cell>
17681 </row>
17682 <row>
17683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17684 \begin_inset Text
17685
17686 \begin_layout Plain Layout
17687
17688 \backslash
17689 bigoplus
17690 \end_layout
17691
17692 \end_inset
17693 </cell>
17694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17695 \begin_inset Text
17696
17697 \begin_layout Plain Layout
17698 \begin_inset Formula $\bigoplus$
17699 \end_inset
17700
17701
17702 \end_layout
17703
17704 \end_inset
17705 </cell>
17706 </row>
17707 <row>
17708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17709 \begin_inset Text
17710
17711 \begin_layout Plain Layout
17712
17713 \backslash
17714 bigwedge
17715 \end_layout
17716
17717 \end_inset
17718 </cell>
17719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17720 \begin_inset Text
17721
17722 \begin_layout Plain Layout
17723 \begin_inset Formula $\bigwedge$
17724 \end_inset
17725
17726
17727 \end_layout
17728
17729 \end_inset
17730 </cell>
17731 </row>
17732 <row>
17733 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17734 \begin_inset Text
17735
17736 \begin_layout Plain Layout
17737
17738 \backslash
17739 bigvee
17740 \end_layout
17741
17742 \end_inset
17743 </cell>
17744 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17745 \begin_inset Text
17746
17747 \begin_layout Plain Layout
17748 \begin_inset Formula $\bigvee$
17749 \end_inset
17750
17751
17752 \end_layout
17753
17754 \end_inset
17755 </cell>
17756 </row>
17757 <row>
17758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17759 \begin_inset Text
17760
17761 \begin_layout Plain Layout
17762
17763 \backslash
17764 bigsqcup
17765 \end_layout
17766
17767 \end_inset
17768 </cell>
17769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17770 \begin_inset Text
17771
17772 \begin_layout Plain Layout
17773 \begin_inset Formula $\bigsqcup$
17774 \end_inset
17775
17776
17777 \end_layout
17778
17779 \end_inset
17780 </cell>
17781 </row>
17782 <row>
17783 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17784 \begin_inset Text
17785
17786 \begin_layout Plain Layout
17787
17788 \backslash
17789 biguplus
17790 \end_layout
17791
17792 \end_inset
17793 </cell>
17794 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17795 \begin_inset Text
17796
17797 \begin_layout Plain Layout
17798 \begin_inset Formula $\biguplus$
17799 \end_inset
17800
17801
17802 \end_layout
17803
17804 \end_inset
17805 </cell>
17806 </row>
17807 </lyxtabular>
17808
17809 \end_inset
17810
17811
17812 \begin_inset space \hfill{}
17813 \end_inset
17814
17815
17816 \end_layout
17817
17818 \begin_layout Standard
17819 All big operators can also be inserted via the math toolbar button 
17820 \begin_inset Info
17821 type  "icon"
17822 arg   "math-insert \\intop"
17823 \end_inset
17824
17825 .
17826 \end_layout
17827
17828 \begin_layout Standard
17829 The operators are called big because they are bigger than the sometimes
17830  equal looking binary operators.
17831  All big operators can have limits as described in the next subsection.
17832 \end_layout
17833
17834 \begin_layout Standard
17835 For all integral operators there is a second version available, ending in
17836  
17837 \series bold
17838 op
17839 \series default
17840
17841 \series bold
17842
17843 \backslash
17844 intop
17845 \series default
17846
17847 \series bold
17848
17849 \backslash
17850 ointop
17851 \series default
17852  etc.
17853  These operators differ in the style the operator limits are displayed,
17854  see 
17855 \begin_inset CommandInset ref
17856 LatexCommand ref
17857 reference "subsec:Operator-Limits"
17858
17859 \end_inset
17860
17861 .
17862 \end_layout
17863
17864 \begin_layout Subsubsection*
17865 Advice for Integrals
17866 \end_layout
17867
17868 \begin_layout Standard
17869 The letter 
17870 \emph on
17871 d
17872 \emph default
17873  in an integral is an operator that has to be set upright.
17874  This is done by highlighting the 
17875 \emph on
17876 d
17877 \emph default
17878  and using the keyboard shortcut 
17879 \begin_inset Info
17880 type  "shortcut"
17881 arg   "font-roman"
17882 \end_inset
17883
17884
17885 \begin_inset Foot
17886 status collapsed
17887
17888 \begin_layout Plain Layout
17889 Font styles
17890 \series bold
17891  
17892 \series default
17893 see 
17894 \begin_inset CommandInset ref
17895 LatexCommand ref
17896 reference "subsec:Font-Styles"
17897
17898 \end_inset
17899
17900
17901 \end_layout
17902
17903 \end_inset
17904
17905 .
17906  Also the smallest space is inserted before the 
17907 \emph on
17908 d
17909 \emph default
17910 , as this is usual for operators.
17911  An example:
17912 \end_layout
17913
17914 \begin_layout Standard
17915 incorrect: 
17916 \begin_inset Formula $\int A(x)dx$
17917 \end_inset
17918
17919
17920 \begin_inset Newline newline
17921 \end_inset
17922
17923
17924 \begin_inset Phantom HPhantom
17925 status open
17926
17927 \begin_layout Plain Layout
17928 in
17929 \end_layout
17930
17931 \end_inset
17932
17933 correct: 
17934 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
17935 \end_inset
17936
17937
17938 \end_layout
17939
17940 \begin_layout Standard
17941 The following commands exist for multiple integrals:
17942 \begin_inset VSpace medskip
17943 \end_inset
17944
17945
17946 \end_layout
17947
17948 \begin_layout Standard
17949 \begin_inset space \hfill{}
17950 \end_inset
17951
17952
17953 \begin_inset Tabular
17954 <lyxtabular version="3" rows="4" columns="2">
17955 <features booktabs="true" tabularvalignment="middle">
17956 <column alignment="center" valignment="top" width="0pt">
17957 <column alignment="center" valignment="top" width="0pt">
17958 <row>
17959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17960 \begin_inset Text
17961
17962 \begin_layout Plain Layout
17963 Command
17964 \end_layout
17965
17966 \end_inset
17967 </cell>
17968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17969 \begin_inset Text
17970
17971 \begin_layout Plain Layout
17972 Result
17973 \end_layout
17974
17975 \end_inset
17976 </cell>
17977 </row>
17978 <row bottomspace="1mm">
17979 <cell alignment="center" valignment="top" usebox="none">
17980 \begin_inset Text
17981
17982 \begin_layout Plain Layout
17983
17984 \backslash
17985 iint
17986 \end_layout
17987
17988 \end_inset
17989 </cell>
17990 <cell alignment="center" valignment="top" usebox="none">
17991 \begin_inset Text
17992
17993 \begin_layout Plain Layout
17994 \begin_inset Formula $\iint$
17995 \end_inset
17996
17997
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 </row>
18003 <row bottomspace="1mm">
18004 <cell alignment="center" valignment="top" usebox="none">
18005 \begin_inset Text
18006
18007 \begin_layout Plain Layout
18008
18009 \backslash
18010 oiint
18011 \end_layout
18012
18013 \end_inset
18014 </cell>
18015 <cell alignment="center" valignment="top" usebox="none">
18016 \begin_inset Text
18017
18018 \begin_layout Plain Layout
18019 \begin_inset Formula $\oiint$
18020 \end_inset
18021
18022
18023 \end_layout
18024
18025 \end_inset
18026 </cell>
18027 </row>
18028 <row bottomspace="1mm">
18029 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18030 \begin_inset Text
18031
18032 \begin_layout Plain Layout
18033
18034 \backslash
18035 sqiint
18036 \end_layout
18037
18038 \end_inset
18039 </cell>
18040 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18041 \begin_inset Text
18042
18043 \begin_layout Plain Layout
18044 \begin_inset Formula $\sqiint$
18045 \end_inset
18046
18047
18048 \end_layout
18049
18050 \end_inset
18051 </cell>
18052 </row>
18053 </lyxtabular>
18054
18055 \end_inset
18056
18057
18058 \begin_inset space \hfill{}
18059 \end_inset
18060
18061
18062 \begin_inset Tabular
18063 <lyxtabular version="3" rows="4" columns="2">
18064 <features booktabs="true" tabularvalignment="middle">
18065 <column alignment="center" valignment="top" width="0pt">
18066 <column alignment="center" valignment="top" width="0pt">
18067 <row>
18068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18069 \begin_inset Text
18070
18071 \begin_layout Plain Layout
18072 Command
18073 \end_layout
18074
18075 \end_inset
18076 </cell>
18077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18078 \begin_inset Text
18079
18080 \begin_layout Plain Layout
18081 Result
18082 \end_layout
18083
18084 \end_inset
18085 </cell>
18086 </row>
18087 <row bottomspace="1mm">
18088 <cell alignment="center" valignment="top" usebox="none">
18089 \begin_inset Text
18090
18091 \begin_layout Plain Layout
18092
18093 \backslash
18094 iiint
18095 \end_layout
18096
18097 \end_inset
18098 </cell>
18099 <cell alignment="center" valignment="top" usebox="none">
18100 \begin_inset Text
18101
18102 \begin_layout Plain Layout
18103 \begin_inset Formula $\iiint$
18104 \end_inset
18105
18106
18107 \end_layout
18108
18109 \end_inset
18110 </cell>
18111 </row>
18112 <row bottomspace="1mm">
18113 <cell alignment="center" valignment="top" usebox="none">
18114 \begin_inset Text
18115
18116 \begin_layout Plain Layout
18117
18118 \backslash
18119 iiiint
18120 \end_layout
18121
18122 \end_inset
18123 </cell>
18124 <cell alignment="center" valignment="top" usebox="none">
18125 \begin_inset Text
18126
18127 \begin_layout Plain Layout
18128 \begin_inset Formula $\iiiint$
18129 \end_inset
18130
18131
18132 \end_layout
18133
18134 \end_inset
18135 </cell>
18136 </row>
18137 <row bottomspace="1mm">
18138 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout Plain Layout
18142
18143 \backslash
18144 dotsint
18145 \end_layout
18146
18147 \end_inset
18148 </cell>
18149 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18150 \begin_inset Text
18151
18152 \begin_layout Plain Layout
18153 \begin_inset Formula $\dotsint$
18154 \end_inset
18155
18156
18157 \end_layout
18158
18159 \end_inset
18160 </cell>
18161 </row>
18162 </lyxtabular>
18163
18164 \end_inset
18165
18166
18167 \begin_inset space \hfill{}
18168 \end_inset
18169
18170
18171 \end_layout
18172
18173 \begin_layout Subsection
18174 Operator Limits
18175 \begin_inset CommandInset label
18176 LatexCommand label
18177 name "subsec:Operator-Limits"
18178
18179 \end_inset
18180
18181
18182 \begin_inset Index idx
18183 range none
18184 pageformat default
18185 status collapsed
18186
18187 \begin_layout Plain Layout
18188 Operators
18189 \begin_inset IndexMacro subentry
18190 status open
18191
18192 \begin_layout Plain Layout
18193 Limits
18194 \end_layout
18195
18196 \end_inset
18197
18198
18199 \end_layout
18200
18201 \end_inset
18202
18203
18204 \end_layout
18205
18206 \begin_layout Standard
18207 Limits are created by super- and subscripts:
18208 \end_layout
18209
18210 \begin_layout Standard
18211 \align center
18212 \begin_inset Tabular
18213 <lyxtabular version="3" rows="2" columns="2">
18214 <features booktabs="true" tabularvalignment="middle">
18215 <column alignment="center" valignment="top" width="0pt">
18216 <column alignment="center" valignment="top" width="0pt">
18217 <row>
18218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18219 \begin_inset Text
18220
18221 \begin_layout Plain Layout
18222 Command
18223 \end_layout
18224
18225 \end_inset
18226 </cell>
18227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18228 \begin_inset Text
18229
18230 \begin_layout Plain Layout
18231 Result
18232 \end_layout
18233
18234 \end_inset
18235 </cell>
18236 </row>
18237 <row>
18238 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18239 \begin_inset Text
18240
18241 \begin_layout Plain Layout
18242
18243 \backslash
18244 prod^
18245 \backslash
18246 infty
18247 \begin_inset space \textvisiblespace{}
18248 \end_inset
18249
18250
18251 \begin_inset Formula $\to$
18252 \end_inset
18253
18254 _0
18255 \begin_inset Formula $\to$
18256 \end_inset
18257
18258 A(x)
18259 \end_layout
18260
18261 \end_inset
18262 </cell>
18263 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18264 \begin_inset Text
18265
18266 \begin_layout Plain Layout
18267 \begin_inset Formula $\prod_{0}^{\infty}A(x)$
18268 \end_inset
18269
18270
18271 \end_layout
18272
18273 \end_inset
18274 </cell>
18275 </row>
18276 </lyxtabular>
18277
18278 \end_inset
18279
18280
18281 \end_layout
18282
18283 \begin_layout Standard
18284 Limits of inline formulas are set on the right side of the operator.
18285  Limits in displayed formulas are set above or below the operator, except
18286  for integral limits.
18287 \end_layout
18288
18289 \begin_layout Standard
18290 To force the limits to be set beside the operator, the cursor is placed
18291  directly behind the operator and the limits type is changed with the menu
18292  
18293 \family sans
18294 Edit\SpecialChar menuseparator
18295 Math\SpecialChar menuseparator
18296 Change Limits Type
18297 \family default
18298  to 
18299 \family sans
18300 \series bold
18301 Inline
18302 \family default
18303 \series default
18304  (shortcut 
18305 \begin_inset Info
18306 type  "shortcut"
18307 arg   "math-limits"
18308 \end_inset
18309
18310 ).
18311  An example:
18312 \end_layout
18313
18314 \begin_layout Standard
18315 The default displayed formulas limits type is this:
18316 \begin_inset Formula 
18317 \[
18318 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
18319 \]
18320
18321 \end_inset
18322
18323 This is how it looks when the limits type is changed to 
18324 \family sans
18325 \series bold
18326 Inline
18327 \family default
18328 \series default
18329 :
18330 \begin_inset Formula 
18331 \[
18332 \sum\nolimits_{x=0}^{\infty}\frac{1}{x^{2}}
18333 \]
18334
18335 \end_inset
18336
18337 For integrals, except those ending with 
18338 \series bold
18339 op
18340 \series default
18341  like 
18342 \series bold
18343
18344 \backslash
18345 intop
18346 \series default
18347
18348 \series bold
18349
18350 \backslash
18351 ointop
18352 \series default
18353  etc., the limits by default are set beside the operator.
18354  But for multiple integrals the limits are often set below the operator.
18355  In the following example the limits type was set to 
18356 \series bold
18357 Display
18358 \series default
18359  and so set below the integrals:
18360 \begin_inset Formula 
18361 \begin{equation}
18362 \iiint\limits_{V}X\,\mathrm{d}V=U\label{eq:VolInt}
18363 \end{equation}
18364
18365 \end_inset
18366
18367
18368 \change_deleted 5863208 1612725771
18369
18370 \begin_inset Note Note
18371 status open
18372
18373 \begin_layout Plain Layout
18374
18375 \change_inserted 232239728 1611193306
18376 This integral did not have its limits set to Display in the original document
18377 \change_unchanged
18378
18379 \end_layout
18380
18381 \end_inset
18382
18383
18384 \change_unchanged
18385
18386 \end_layout
18387
18388 \begin_layout Standard
18389 \begin_inset VSpace medskip
18390 \end_inset
18391
18392 To specify conditions for limits, the commands 
18393 \series bold
18394
18395 \backslash
18396 subarray
18397 \series default
18398
18399 \begin_inset Index idx
18400 range none
18401 pageformat default
18402 status collapsed
18403
18404 \begin_layout Plain Layout
18405 Commands
18406 \begin_inset IndexMacro subentry
18407 status open
18408
18409 \begin_layout Plain Layout
18410 S
18411 \end_layout
18412
18413 \end_inset
18414
18415
18416 \begin_inset IndexMacro subentry
18417 status open
18418
18419 \begin_layout Plain Layout
18420
18421 \backslash
18422 subarray
18423 \end_layout
18424
18425 \end_inset
18426
18427
18428 \end_layout
18429
18430 \end_inset
18431
18432  and 
18433 \series bold
18434
18435 \backslash
18436 substack
18437 \series default
18438
18439 \begin_inset Index idx
18440 range none
18441 pageformat default
18442 status collapsed
18443
18444 \begin_layout Plain Layout
18445 Commands
18446 \begin_inset IndexMacro subentry
18447 status open
18448
18449 \begin_layout Plain Layout
18450 S
18451 \end_layout
18452
18453 \end_inset
18454
18455
18456 \begin_inset IndexMacro subentry
18457 status open
18458
18459 \begin_layout Plain Layout
18460
18461 \backslash
18462 substack
18463 \end_layout
18464
18465 \end_inset
18466
18467
18468 \end_layout
18469
18470 \end_inset
18471
18472  are used.
18473  To create this expression 
18474 \begin_inset Formula 
18475 \begin{equation}
18476 \sum_{\begin{subarray}{c}
18477 0<k<1000\\
18478 \\k\,\in\,\mathbb{N}
18479 \end{subarray}}^{n}k^{-2}\label{eq:substack}
18480 \end{equation}
18481
18482 \end_inset
18483
18484
18485 \end_layout
18486
18487 \begin_layout Standard
18488 the following must be done:
18489 \begin_inset Newline newline
18490 \end_inset
18491
18492 First the command 
18493 \series bold
18494
18495 \backslash
18496 sum
18497 \series default
18498 ^
18499 \series bold
18500 n
18501 \begin_inset space \textvisiblespace{}
18502 \end_inset
18503
18504 _
18505 \series default
18506  is typed in.
18507  The cursor is now in a blue box under the summation operator.
18508  Insert the command 
18509 \series bold
18510
18511 \backslash
18512 subarray
18513 \begin_inset space \textvisiblespace{}
18514 \end_inset
18515
18516
18517 \series default
18518 .
18519  The blue box is now within a purple box and now multiple limit lines can
18520  be written.
18521  A new line is created by inserting a line break (
18522 \begin_inset Info
18523 type  "shortcut"
18524 arg   "newline-insert newline"
18525 \end_inset
18526
18527 ).
18528  When 
18529 \begin_inset Newline newline
18530 \end_inset
18531
18532
18533 \series bold
18534 0<k<1000 Ctrl+Return
18535 \begin_inset Newline newline
18536 \end_inset
18537
18538
18539 \series default
18540 is typed in, a new box appears below for the new limit line.
18541 \end_layout
18542
18543 \begin_layout Standard
18544 The alignment of the lines can be changed to left aligned with the 
18545 \family sans
18546 table
18547 \family default
18548  
18549 \family sans
18550 toolbar
18551 \family default
18552  or the menu 
18553 \family sans
18554 Edit\SpecialChar menuseparator
18555 Rows &Columns
18556 \family default
18557 .
18558  To get right alignment, 
18559 \series bold
18560
18561 \backslash
18562 hfill
18563 \begin_inset space \textvisiblespace{}
18564 \end_inset
18565
18566
18567 \series default
18568  is inserted at the beginning of the line.
18569 \end_layout
18570
18571 \begin_layout Standard
18572 The command 
18573 \series bold
18574
18575 \backslash
18576 substack
18577 \series default
18578  is equivalent to 
18579 \series bold
18580
18581 \backslash
18582 subarray
18583 \series default
18584  with the difference that the lines are always centered.
18585 \end_layout
18586
18587 \begin_layout Standard
18588 \begin_inset VSpace bigskip
18589 \end_inset
18590
18591 As in formula 
18592 \begin_inset CommandInset ref
18593 LatexCommand eqref
18594 reference "eq:substack"
18595
18596 \end_inset
18597
18598  there can be too much space beside an operator.
18599  This occurs because the characters following the operator are set beside
18600  the limits.
18601  To avoid this the command 
18602 \series bold
18603
18604 \backslash
18605 smashoperator
18606 \series default
18607
18608 \begin_inset Index idx
18609 range none
18610 pageformat default
18611 status collapsed
18612
18613 \begin_layout Plain Layout
18614 Commands
18615 \begin_inset IndexMacro subentry
18616 status open
18617
18618 \begin_layout Plain Layout
18619 S
18620 \end_layout
18621
18622 \end_inset
18623
18624
18625 \begin_inset IndexMacro subentry
18626 status open
18627
18628 \begin_layout Plain Layout
18629
18630 \backslash
18631 smashoperator
18632 \end_layout
18633
18634 \end_inset
18635
18636
18637 \end_layout
18638
18639 \end_inset
18640
18641  can be used.
18642  To use it, set the package 
18643 \series bold
18644 mathtools
18645 \series default
18646
18647 \begin_inset Index idx
18648 range none
18649 pageformat default
18650 status collapsed
18651
18652 \begin_layout Plain Layout
18653 Packages
18654 \begin_inset IndexMacro subentry
18655 status open
18656
18657 \begin_layout Plain Layout
18658 mathtools
18659 \end_layout
18660
18661 \end_inset
18662
18663
18664 \end_layout
18665
18666 \end_inset
18667
18668  in the document settings under 
18669 \family sans
18670 Math
18671 \begin_inset space ~
18672 \end_inset
18673
18674 Options
18675 \family default
18676  to 
18677 \family sans
18678 Load
18679 \begin_inset space ~
18680 \end_inset
18681
18682 always
18683 \family default
18684 .
18685  
18686 \series bold
18687
18688 \backslash
18689 smashoperator
18690 \series default
18691  sets the space besides the operator to 0
18692 \begin_inset space \thinspace{}
18693 \end_inset
18694
18695 pt.
18696 \begin_inset Newline newline
18697 \end_inset
18698
18699 Applied on formula 
18700 \begin_inset CommandInset ref
18701 LatexCommand eqref
18702 reference "eq:substack"
18703
18704 \end_inset
18705
18706 , one uses the command
18707 \end_layout
18708
18709 \begin_layout Standard
18710
18711 \series bold
18712
18713 \backslash
18714 smashoperator{
18715 \end_layout
18716
18717 \begin_layout Standard
18718 and inserts the operator with its limits into the braces.
18719  Behind the brace one continues the formula:
18720 \begin_inset Formula 
18721 \[
18722 \smashoperator{\sum_{\begin{subarray}{c}
18723 0<k<1000\\
18724 \\k\,\in\,\mathbb{N}
18725 \end{subarray}}^{n}}k^{-2}
18726 \]
18727
18728 \end_inset
18729
18730
18731 \end_layout
18732
18733 \begin_layout Standard
18734 It is possible to set the space of only one side of the operator to 0
18735 \begin_inset space \thinspace{}
18736 \end_inset
18737
18738 pt.
18739  To do this write either 
18740 \series bold
18741 [l]
18742 \series default
18743  or 
18744 \series bold
18745 [r]
18746 \series default
18747  between 
18748 \series bold
18749
18750 \backslash
18751 smashoperator
18752 \series default
18753  and its brace.
18754  
18755 \series bold
18756 l
18757 \series default
18758  stands for the left and 
18759 \series bold
18760 r
18761 \series default
18762  for the right side of the operator.
18763  Here is an example of the possible 
18764 \series bold
18765
18766 \backslash
18767 smashoperator
18768 \series default
18769  forms:
18770 \end_layout
18771
18772 \begin_layout Standard
18773 \begin_inset Formula 
18774 \[
18775 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}
18776 \]
18777
18778 \end_inset
18779
18780
18781 \end_layout
18782
18783 \begin_layout Standard
18784 \begin_inset VSpace bigskip
18785 \end_inset
18786
18787
18788 \end_layout
18789
18790 \begin_layout Standard
18791 When several consecutive operators have limits the typesetting of the limits
18792  looks often imperfect in the output, for example:
18793 \begin_inset Formula 
18794 \[
18795 \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}
18796 \]
18797
18798 \end_inset
18799
18800 To improve the typesetting, in the document settings under 
18801 \family sans
18802 Math
18803 \begin_inset space ~
18804 \end_inset
18805
18806 Options
18807 \family default
18808  for the package 
18809 \series bold
18810 mathtools
18811 \series default
18812
18813 \begin_inset Index idx
18814 range none
18815 pageformat default
18816 status collapsed
18817
18818 \begin_layout Plain Layout
18819 Packages
18820 \begin_inset IndexMacro subentry
18821 status open
18822
18823 \begin_layout Plain Layout
18824 mathtools
18825 \end_layout
18826
18827 \end_inset
18828
18829
18830 \end_layout
18831
18832 \end_inset
18833
18834 , set the option to
18835 \family sans
18836  Load
18837 \begin_inset space ~
18838 \end_inset
18839
18840 always
18841 \family default
18842 .
18843  Then insert the command 
18844 \series bold
18845
18846 \backslash
18847 adjustlimits
18848 \series default
18849
18850 \begin_inset Index idx
18851 range none
18852 pageformat default
18853 status collapsed
18854
18855 \begin_layout Plain Layout
18856 Commands
18857 \begin_inset IndexMacro subentry
18858 status open
18859
18860 \begin_layout Plain Layout
18861 A
18862 \end_layout
18863
18864 \end_inset
18865
18866
18867 \begin_inset IndexMacro subentry
18868 status open
18869
18870 \begin_layout Plain Layout
18871
18872 \backslash
18873 adjustlimits
18874 \end_layout
18875
18876 \end_inset
18877
18878
18879 \end_layout
18880
18881 \end_inset
18882
18883  directly before the first operator.
18884  The example will then look like this:
18885 \begin_inset Formula 
18886 \[
18887 \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}
18888 \]
18889
18890 \end_inset
18891
18892
18893 \end_layout
18894
18895 \begin_layout Standard
18896 \begin_inset VSpace bigskip
18897 \end_inset
18898
18899 How to use one limit for several operators is described in 
18900 \begin_inset CommandInset ref
18901 LatexCommand ref
18902 reference "subsec:Self-defined-Operators"
18903
18904 \end_inset
18905
18906 .
18907 \end_layout
18908
18909 \begin_layout Subsection
18910 Decoration for Operators
18911 \begin_inset Index idx
18912 range none
18913 pageformat default
18914 status collapsed
18915
18916 \begin_layout Plain Layout
18917 Operators
18918 \begin_inset IndexMacro subentry
18919 status open
18920
18921 \begin_layout Plain Layout
18922 Decoration
18923 \end_layout
18924
18925 \end_inset
18926
18927
18928 \end_layout
18929
18930 \end_inset
18931
18932
18933 \end_layout
18934
18935 \begin_layout Standard
18936 With the commands 
18937 \series bold
18938
18939 \backslash
18940 overset
18941 \series default
18942
18943 \begin_inset Index idx
18944 range none
18945 pageformat default
18946 status collapsed
18947
18948 \begin_layout Plain Layout
18949 Commands
18950 \begin_inset IndexMacro subentry
18951 status open
18952
18953 \begin_layout Plain Layout
18954 O
18955 \end_layout
18956
18957 \end_inset
18958
18959
18960 \begin_inset IndexMacro subentry
18961 status open
18962
18963 \begin_layout Plain Layout
18964
18965 \backslash
18966 overset
18967 \end_layout
18968
18969 \end_inset
18970
18971
18972 \end_layout
18973
18974 \end_inset
18975
18976  and 
18977 \series bold
18978
18979 \backslash
18980 underset
18981 \series default
18982
18983 \begin_inset Index idx
18984 range none
18985 pageformat default
18986 status collapsed
18987
18988 \begin_layout Plain Layout
18989 Commands
18990 \begin_inset IndexMacro subentry
18991 status open
18992
18993 \begin_layout Plain Layout
18994 U
18995 \end_layout
18996
18997 \end_inset
18998
18999
19000 \begin_inset IndexMacro subentry
19001 status open
19002
19003 \begin_layout Plain Layout
19004
19005 \backslash
19006 underset
19007 \end_layout
19008
19009 \end_inset
19010
19011
19012 \end_layout
19013
19014 \end_inset
19015
19016  characters can be placed above or below an operator respectively.
19017  With the command 
19018 \series bold
19019
19020 \backslash
19021 sideset
19022 \series default
19023
19024 \begin_inset Index idx
19025 range none
19026 pageformat default
19027 status collapsed
19028
19029 \begin_layout Plain Layout
19030 Commands
19031 \begin_inset IndexMacro subentry
19032 status open
19033
19034 \begin_layout Plain Layout
19035 S
19036 \end_layout
19037
19038 \end_inset
19039
19040
19041 \begin_inset IndexMacro subentry
19042 status open
19043
19044 \begin_layout Plain Layout
19045
19046 \backslash
19047 sideset
19048 \end_layout
19049
19050 \end_inset
19051
19052
19053 \end_layout
19054
19055 \end_inset
19056
19057  characters can be set before and behind a big operator.
19058 \end_layout
19059
19060 \begin_layout Standard
19061 There are 4
19062 \begin_inset space ~
19063 \end_inset
19064
19065 variants of 
19066 \series bold
19067
19068 \backslash
19069 sideset
19070 \series default
19071 :
19072 \end_layout
19073
19074 \begin_layout Itemize
19075
19076 \series bold
19077
19078 \backslash
19079 sideset
19080 \series default
19081  is used to set characters at the corners of the operator
19082 \end_layout
19083
19084 \begin_layout Itemize
19085
19086 \series bold
19087
19088 \backslash
19089 sidesetn
19090 \series default
19091  is used to set characters before and/or behind the operator (this variant
19092  represents \SpecialChar LaTeX
19093 's original 
19094 \series bold
19095
19096 \backslash
19097 sideset
19098 \series default
19099  command)
19100 \end_layout
19101
19102 \begin_layout Itemize
19103
19104 \series bold
19105
19106 \backslash
19107 sidesetl
19108 \series default
19109  is used to set characters at the left corners and/or behind the operator
19110 \end_layout
19111
19112 \begin_layout Itemize
19113
19114 \series bold
19115
19116 \backslash
19117 sidesetr
19118 \series default
19119  is used to set characters at the right corners and/or before the operator
19120 \end_layout
19121
19122 \begin_layout Standard
19123 For example the command 
19124 \series bold
19125
19126 \backslash
19127 sidesetn
19128 \begin_inset space \textvisiblespace{}
19129 \end_inset
19130
19131
19132 \backslash
19133 sum
19134 \begin_inset space \textvisiblespace{}
19135 \end_inset
19136
19137
19138 \begin_inset Formula $\to$
19139 \end_inset
19140
19141 '
19142 \begin_inset Formula $\to$
19143 \end_inset
19144
19145 _k=1
19146 \begin_inset space \textvisiblespace{}
19147 \end_inset
19148
19149
19150 \series default
19151 ^
19152 \series bold
19153 n
19154 \series default
19155  produces:
19156 \begin_inset Formula 
19157 \[
19158 \sideset{}{'}\sum_{k=1}^{n}
19159 \]
19160
19161 \end_inset
19162
19163
19164 \end_layout
19165
19166 \begin_layout Standard
19167 \begin_inset Note Greyedout
19168 status open
19169
19170 \begin_layout Plain Layout
19171
19172 \series bold
19173 Note: 
19174 \backslash
19175 sideset
19176 \series default
19177  can only be used to decorate big operators, binary operators are not allowed.
19178 \end_layout
19179
19180 \end_inset
19181
19182
19183 \end_layout
19184
19185 \begin_layout Standard
19186
19187 \series bold
19188
19189 \backslash
19190 overset
19191 \series default
19192  and 
19193 \series bold
19194
19195 \backslash
19196 underset
19197 \series default
19198  can also be used to decorate symbols and characters.
19199  For example, the command 
19200 \series bold
19201
19202 \backslash
19203 overset
19204 \begin_inset space \textvisiblespace{}
19205 \end_inset
19206
19207
19208 \backslash
19209 maltese
19210 \begin_inset space \textvisiblespace{}
19211 \end_inset
19212
19213
19214 \series default
19215
19216 \begin_inset Formula $\uparrow$
19217 \end_inset
19218
19219
19220 \series bold
19221 a
19222 \series default
19223  produces:
19224 \begin_inset Formula 
19225 \[
19226 \overset{a}{\maltese}
19227 \]
19228
19229 \end_inset
19230
19231
19232 \end_layout
19233
19234 \begin_layout Subsection
19235 Binary Operators
19236 \begin_inset CommandInset label
19237 LatexCommand label
19238 name "subsec:Binary-Operators"
19239
19240 \end_inset
19241
19242
19243 \begin_inset Index idx
19244 range none
19245 pageformat default
19246 status collapsed
19247
19248 \begin_layout Plain Layout
19249 Operators
19250 \begin_inset IndexMacro subentry
19251 status open
19252
19253 \begin_layout Plain Layout
19254 binary
19255 \end_layout
19256
19257 \end_inset
19258
19259
19260 \end_layout
19261
19262 \end_inset
19263
19264
19265 \end_layout
19266
19267 \begin_layout Standard
19268 Binary operators are surrounded by space when there is a character before
19269  and after them.
19270 \begin_inset VSpace medskip
19271 \end_inset
19272
19273
19274 \end_layout
19275
19276 \begin_layout Standard
19277 \begin_inset Tabular
19278 <lyxtabular version="3" rows="13" columns="2">
19279 <features booktabs="true" tabularvalignment="middle">
19280 <column alignment="center" valignment="top" width="0pt">
19281 <column alignment="center" valignment="top" width="0pt">
19282 <row>
19283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19284 \begin_inset Text
19285
19286 \begin_layout Plain Layout
19287 Command
19288 \begin_inset Note Note
19289 status collapsed
19290
19291 \begin_layout Plain Layout
19292
19293 \series bold
19294
19295 \backslash
19296 raisebox
19297 \series default
19298  is only used as spacer.
19299 \end_layout
19300
19301 \end_inset
19302
19303
19304 \end_layout
19305
19306 \end_inset
19307 </cell>
19308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19309 \begin_inset Text
19310
19311 \begin_layout Plain Layout
19312 Result
19313 \end_layout
19314
19315 \end_inset
19316 </cell>
19317 </row>
19318 <row>
19319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19320 \begin_inset Text
19321
19322 \begin_layout Plain Layout
19323 +
19324 \end_layout
19325
19326 \end_inset
19327 </cell>
19328 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332 \begin_inset Formula $+$
19333 \end_inset
19334
19335
19336 \end_layout
19337
19338 \end_inset
19339 </cell>
19340 </row>
19341 <row>
19342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19343 \begin_inset Text
19344
19345 \begin_layout Plain Layout
19346 -
19347 \end_layout
19348
19349 \end_inset
19350 </cell>
19351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19352 \begin_inset Text
19353
19354 \begin_layout Plain Layout
19355 \begin_inset Formula $-$
19356 \end_inset
19357
19358
19359 \end_layout
19360
19361 \end_inset
19362 </cell>
19363 </row>
19364 <row>
19365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19366 \begin_inset Text
19367
19368 \begin_layout Plain Layout
19369
19370 \backslash
19371 pm
19372 \end_layout
19373
19374 \end_inset
19375 </cell>
19376 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19377 \begin_inset Text
19378
19379 \begin_layout Plain Layout
19380 \begin_inset Formula $\pm$
19381 \end_inset
19382
19383
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 </row>
19389 <row>
19390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Plain Layout
19394
19395 \backslash
19396 mp
19397 \end_layout
19398
19399 \end_inset
19400 </cell>
19401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19402 \begin_inset Text
19403
19404 \begin_layout Plain Layout
19405 \begin_inset Formula $\mp$
19406 \end_inset
19407
19408
19409 \end_layout
19410
19411 \end_inset
19412 </cell>
19413 </row>
19414 <row>
19415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19416 \begin_inset Text
19417
19418 \begin_layout Plain Layout
19419
19420 \backslash
19421 cdot
19422 \end_layout
19423
19424 \end_inset
19425 </cell>
19426 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19427 \begin_inset Text
19428
19429 \begin_layout Plain Layout
19430 \begin_inset Formula $\cdot$
19431 \end_inset
19432
19433
19434 \end_layout
19435
19436 \end_inset
19437 </cell>
19438 </row>
19439 <row>
19440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19441 \begin_inset Text
19442
19443 \begin_layout Plain Layout
19444
19445 \backslash
19446 times
19447 \end_layout
19448
19449 \end_inset
19450 </cell>
19451 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19452 \begin_inset Text
19453
19454 \begin_layout Plain Layout
19455 \begin_inset Formula $\times$
19456 \end_inset
19457
19458
19459 \end_layout
19460
19461 \end_inset
19462 </cell>
19463 </row>
19464 <row>
19465 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19466 \begin_inset Text
19467
19468 \begin_layout Plain Layout
19469
19470 \backslash
19471 div
19472 \end_layout
19473
19474 \end_inset
19475 </cell>
19476 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19477 \begin_inset Text
19478
19479 \begin_layout Plain Layout
19480 \begin_inset Formula $\div$
19481 \end_inset
19482
19483
19484 \end_layout
19485
19486 \end_inset
19487 </cell>
19488 </row>
19489 <row>
19490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19491 \begin_inset Text
19492
19493 \begin_layout Plain Layout
19494 \begin_inset ERT
19495 status collapsed
19496
19497 \begin_layout Plain Layout
19498
19499
19500 \backslash
19501 raisebox{-1.2mm}{
19502 \end_layout
19503
19504 \end_inset
19505
19506 *
19507 \begin_inset ERT
19508 status collapsed
19509
19510 \begin_layout Plain Layout
19511
19512 }
19513 \end_layout
19514
19515 \end_inset
19516
19517
19518 \end_layout
19519
19520 \end_inset
19521 </cell>
19522 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19523 \begin_inset Text
19524
19525 \begin_layout Plain Layout
19526 \begin_inset Formula $*$
19527 \end_inset
19528
19529
19530 \end_layout
19531
19532 \end_inset
19533 </cell>
19534 </row>
19535 <row>
19536 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19537 \begin_inset Text
19538
19539 \begin_layout Plain Layout
19540
19541 \backslash
19542 star
19543 \end_layout
19544
19545 \end_inset
19546 </cell>
19547 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19548 \begin_inset Text
19549
19550 \begin_layout Plain Layout
19551 \begin_inset Formula $\star$
19552 \end_inset
19553
19554
19555 \end_layout
19556
19557 \end_inset
19558 </cell>
19559 </row>
19560 <row>
19561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19562 \begin_inset Text
19563
19564 \begin_layout Plain Layout
19565
19566 \backslash
19567 circ
19568 \end_layout
19569
19570 \end_inset
19571 </cell>
19572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19573 \begin_inset Text
19574
19575 \begin_layout Plain Layout
19576 \begin_inset Formula $\circ$
19577 \end_inset
19578
19579
19580 \end_layout
19581
19582 \end_inset
19583 </cell>
19584 </row>
19585 <row>
19586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19587 \begin_inset Text
19588
19589 \begin_layout Plain Layout
19590
19591 \backslash
19592 diamond
19593 \end_layout
19594
19595 \end_inset
19596 </cell>
19597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19598 \begin_inset Text
19599
19600 \begin_layout Plain Layout
19601 \begin_inset Formula $\diamond$
19602 \end_inset
19603
19604
19605 \end_layout
19606
19607 \end_inset
19608 </cell>
19609 </row>
19610 <row>
19611 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19612 \begin_inset Text
19613
19614 \begin_layout Plain Layout
19615
19616 \backslash
19617 bullet
19618 \end_layout
19619
19620 \end_inset
19621 </cell>
19622 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19623 \begin_inset Text
19624
19625 \begin_layout Plain Layout
19626 \begin_inset Formula $\bullet$
19627 \end_inset
19628
19629
19630 \end_layout
19631
19632 \end_inset
19633 </cell>
19634 </row>
19635 </lyxtabular>
19636
19637 \end_inset
19638
19639
19640 \begin_inset space \hfill{}
19641 \end_inset
19642
19643
19644 \begin_inset Tabular
19645 <lyxtabular version="3" rows="13" columns="2">
19646 <features booktabs="true" tabularvalignment="middle">
19647 <column alignment="center" valignment="top" width="0pt">
19648 <column alignment="center" valignment="top" width="0pt">
19649 <row>
19650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19651 \begin_inset Text
19652
19653 \begin_layout Plain Layout
19654 Command
19655 \end_layout
19656
19657 \end_inset
19658 </cell>
19659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19660 \begin_inset Text
19661
19662 \begin_layout Plain Layout
19663 Result
19664 \end_layout
19665
19666 \end_inset
19667 </cell>
19668 </row>
19669 <row>
19670 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19671 \begin_inset Text
19672
19673 \begin_layout Plain Layout
19674
19675 \backslash
19676 nabla
19677 \end_layout
19678
19679 \end_inset
19680 </cell>
19681 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19682 \begin_inset Text
19683
19684 \begin_layout Plain Layout
19685 \begin_inset Formula $\nabla$
19686 \end_inset
19687
19688
19689 \end_layout
19690
19691 \end_inset
19692 </cell>
19693 </row>
19694 <row>
19695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19696 \begin_inset Text
19697
19698 \begin_layout Plain Layout
19699
19700 \backslash
19701 bigtriangledown
19702 \end_layout
19703
19704 \end_inset
19705 </cell>
19706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19707 \begin_inset Text
19708
19709 \begin_layout Plain Layout
19710 \begin_inset Formula $\bigtriangledown$
19711 \end_inset
19712
19713
19714 \end_layout
19715
19716 \end_inset
19717 </cell>
19718 </row>
19719 <row>
19720 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19721 \begin_inset Text
19722
19723 \begin_layout Plain Layout
19724
19725 \backslash
19726 bigtriangleup
19727 \end_layout
19728
19729 \end_inset
19730 </cell>
19731 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19732 \begin_inset Text
19733
19734 \begin_layout Plain Layout
19735 \begin_inset Formula $\bigtriangleup$
19736 \end_inset
19737
19738
19739 \end_layout
19740
19741 \end_inset
19742 </cell>
19743 </row>
19744 <row>
19745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19746 \begin_inset Text
19747
19748 \begin_layout Plain Layout
19749
19750 \backslash
19751 Box
19752 \end_layout
19753
19754 \end_inset
19755 </cell>
19756 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19757 \begin_inset Text
19758
19759 \begin_layout Plain Layout
19760 \begin_inset Formula $\Box$
19761 \end_inset
19762
19763
19764 \end_layout
19765
19766 \end_inset
19767 </cell>
19768 </row>
19769 <row>
19770 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19771 \begin_inset Text
19772
19773 \begin_layout Plain Layout
19774
19775 \backslash
19776 cap 
19777 \end_layout
19778
19779 \end_inset
19780 </cell>
19781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19782 \begin_inset Text
19783
19784 \begin_layout Plain Layout
19785 \begin_inset Formula $\cap$
19786 \end_inset
19787
19788
19789 \end_layout
19790
19791 \end_inset
19792 </cell>
19793 </row>
19794 <row>
19795 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19796 \begin_inset Text
19797
19798 \begin_layout Plain Layout
19799
19800 \backslash
19801 cup
19802 \end_layout
19803
19804 \end_inset
19805 </cell>
19806 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19807 \begin_inset Text
19808
19809 \begin_layout Plain Layout
19810 \begin_inset Formula $\cup$
19811 \end_inset
19812
19813
19814 \end_layout
19815
19816 \end_inset
19817 </cell>
19818 </row>
19819 <row>
19820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19821 \begin_inset Text
19822
19823 \begin_layout Plain Layout
19824
19825 \backslash
19826 dagger
19827 \end_layout
19828
19829 \end_inset
19830 </cell>
19831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19832 \begin_inset Text
19833
19834 \begin_layout Plain Layout
19835 \begin_inset Formula $\dagger$
19836 \end_inset
19837
19838
19839 \end_layout
19840
19841 \end_inset
19842 </cell>
19843 </row>
19844 <row>
19845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19846 \begin_inset Text
19847
19848 \begin_layout Plain Layout
19849
19850 \backslash
19851 ddagger
19852 \end_layout
19853
19854 \end_inset
19855 </cell>
19856 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19857 \begin_inset Text
19858
19859 \begin_layout Plain Layout
19860 \begin_inset Formula $\ddagger$
19861 \end_inset
19862
19863
19864 \end_layout
19865
19866 \end_inset
19867 </cell>
19868 </row>
19869 <row>
19870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19871 \begin_inset Text
19872
19873 \begin_layout Plain Layout
19874
19875 \backslash
19876 wr
19877 \end_layout
19878
19879 \end_inset
19880 </cell>
19881 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19882 \begin_inset Text
19883
19884 \begin_layout Plain Layout
19885 \begin_inset Formula $\wr$
19886 \end_inset
19887
19888
19889 \end_layout
19890
19891 \end_inset
19892 </cell>
19893 </row>
19894 <row>
19895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19896 \begin_inset Text
19897
19898 \begin_layout Plain Layout
19899
19900 \backslash
19901 bigcirc
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19907 \begin_inset Text
19908
19909 \begin_layout Plain Layout
19910 \begin_inset Formula $\bigcirc$
19911 \end_inset
19912
19913
19914 \end_layout
19915
19916 \end_inset
19917 </cell>
19918 </row>
19919 <row>
19920 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19921 \begin_inset Text
19922
19923 \begin_layout Plain Layout
19924
19925 \backslash
19926 wedge
19927 \end_layout
19928
19929 \end_inset
19930 </cell>
19931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19932 \begin_inset Text
19933
19934 \begin_layout Plain Layout
19935 \begin_inset Formula $\wedge$
19936 \end_inset
19937
19938
19939 \end_layout
19940
19941 \end_inset
19942 </cell>
19943 </row>
19944 <row>
19945 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19946 \begin_inset Text
19947
19948 \begin_layout Plain Layout
19949
19950 \backslash
19951 vee
19952 \end_layout
19953
19954 \end_inset
19955 </cell>
19956 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19957 \begin_inset Text
19958
19959 \begin_layout Plain Layout
19960 \begin_inset Formula $\vee$
19961 \end_inset
19962
19963
19964 \end_layout
19965
19966 \end_inset
19967 </cell>
19968 </row>
19969 </lyxtabular>
19970
19971 \end_inset
19972
19973
19974 \begin_inset space \hfill{}
19975 \end_inset
19976
19977
19978 \begin_inset Tabular
19979 <lyxtabular version="3" rows="13" columns="2">
19980 <features booktabs="true" tabularvalignment="middle">
19981 <column alignment="center" valignment="top" width="0pt">
19982 <column alignment="center" valignment="top" width="0pt">
19983 <row>
19984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19985 \begin_inset Text
19986
19987 \begin_layout Plain Layout
19988 Command
19989 \end_layout
19990
19991 \end_inset
19992 </cell>
19993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19994 \begin_inset Text
19995
19996 \begin_layout Plain Layout
19997 Result
19998 \end_layout
19999
20000 \end_inset
20001 </cell>
20002 </row>
20003 <row>
20004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20005 \begin_inset Text
20006
20007 \begin_layout Plain Layout
20008
20009 \backslash
20010 oplus
20011 \end_layout
20012
20013 \end_inset
20014 </cell>
20015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20016 \begin_inset Text
20017
20018 \begin_layout Plain Layout
20019 \begin_inset Formula $\oplus$
20020 \end_inset
20021
20022
20023 \end_layout
20024
20025 \end_inset
20026 </cell>
20027 </row>
20028 <row>
20029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20030 \begin_inset Text
20031
20032 \begin_layout Plain Layout
20033
20034 \backslash
20035 ominus
20036 \end_layout
20037
20038 \end_inset
20039 </cell>
20040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20041 \begin_inset Text
20042
20043 \begin_layout Plain Layout
20044 \begin_inset Formula $\ominus$
20045 \end_inset
20046
20047
20048 \end_layout
20049
20050 \end_inset
20051 </cell>
20052 </row>
20053 <row>
20054 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20055 \begin_inset Text
20056
20057 \begin_layout Plain Layout
20058
20059 \backslash
20060 otimes
20061 \end_layout
20062
20063 \end_inset
20064 </cell>
20065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20066 \begin_inset Text
20067
20068 \begin_layout Plain Layout
20069 \begin_inset Formula $\otimes$
20070 \end_inset
20071
20072
20073 \end_layout
20074
20075 \end_inset
20076 </cell>
20077 </row>
20078 <row>
20079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20080 \begin_inset Text
20081
20082 \begin_layout Plain Layout
20083
20084 \backslash
20085 oslash
20086 \end_layout
20087
20088 \end_inset
20089 </cell>
20090 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20091 \begin_inset Text
20092
20093 \begin_layout Plain Layout
20094 \begin_inset Formula $\oslash$
20095 \end_inset
20096
20097
20098 \end_layout
20099
20100 \end_inset
20101 </cell>
20102 </row>
20103 <row>
20104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20105 \begin_inset Text
20106
20107 \begin_layout Plain Layout
20108
20109 \backslash
20110 odot
20111 \end_layout
20112
20113 \end_inset
20114 </cell>
20115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20116 \begin_inset Text
20117
20118 \begin_layout Plain Layout
20119 \begin_inset Formula $\odot$
20120 \end_inset
20121
20122
20123 \end_layout
20124
20125 \end_inset
20126 </cell>
20127 </row>
20128 <row>
20129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20130 \begin_inset Text
20131
20132 \begin_layout Plain Layout
20133
20134 \backslash
20135 amalg
20136 \end_layout
20137
20138 \end_inset
20139 </cell>
20140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20141 \begin_inset Text
20142
20143 \begin_layout Plain Layout
20144 \begin_inset Formula $\amalg$
20145 \end_inset
20146
20147
20148 \end_layout
20149
20150 \end_inset
20151 </cell>
20152 </row>
20153 <row>
20154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20155 \begin_inset Text
20156
20157 \begin_layout Plain Layout
20158
20159 \backslash
20160 uplus
20161 \end_layout
20162
20163 \end_inset
20164 </cell>
20165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20166 \begin_inset Text
20167
20168 \begin_layout Plain Layout
20169 \begin_inset Formula $\uplus$
20170 \end_inset
20171
20172
20173 \end_layout
20174
20175 \end_inset
20176 </cell>
20177 </row>
20178 <row>
20179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20180 \begin_inset Text
20181
20182 \begin_layout Plain Layout
20183
20184 \backslash
20185 setminus
20186 \end_layout
20187
20188 \end_inset
20189 </cell>
20190 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20191 \begin_inset Text
20192
20193 \begin_layout Plain Layout
20194 \begin_inset Formula $\setminus$
20195 \end_inset
20196
20197
20198 \end_layout
20199
20200 \end_inset
20201 </cell>
20202 </row>
20203 <row>
20204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20205 \begin_inset Text
20206
20207 \begin_layout Plain Layout
20208
20209 \backslash
20210 sqcap
20211 \end_layout
20212
20213 \end_inset
20214 </cell>
20215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20216 \begin_inset Text
20217
20218 \begin_layout Plain Layout
20219 \begin_inset Formula $\sqcap$
20220 \end_inset
20221
20222
20223 \end_layout
20224
20225 \end_inset
20226 </cell>
20227 </row>
20228 <row>
20229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20230 \begin_inset Text
20231
20232 \begin_layout Plain Layout
20233
20234 \backslash
20235 sqcup
20236 \end_layout
20237
20238 \end_inset
20239 </cell>
20240 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20241 \begin_inset Text
20242
20243 \begin_layout Plain Layout
20244 \begin_inset Formula $\sqcup$
20245 \end_inset
20246
20247
20248 \end_layout
20249
20250 \end_inset
20251 </cell>
20252 </row>
20253 <row>
20254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20255 \begin_inset Text
20256
20257 \begin_layout Plain Layout
20258
20259 \backslash
20260 triangleleft
20261 \end_layout
20262
20263 \end_inset
20264 </cell>
20265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20266 \begin_inset Text
20267
20268 \begin_layout Plain Layout
20269 \begin_inset Formula $\triangleleft$
20270 \end_inset
20271
20272
20273 \end_layout
20274
20275 \end_inset
20276 </cell>
20277 </row>
20278 <row>
20279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20280 \begin_inset Text
20281
20282 \begin_layout Plain Layout
20283
20284 \backslash
20285 triangleright
20286 \end_layout
20287
20288 \end_inset
20289 </cell>
20290 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20291 \begin_inset Text
20292
20293 \begin_layout Plain Layout
20294 \begin_inset Formula $\triangleright$
20295 \end_inset
20296
20297
20298 \end_layout
20299
20300 \end_inset
20301 </cell>
20302 </row>
20303 </lyxtabular>
20304
20305 \end_inset
20306
20307
20308 \end_layout
20309
20310 \begin_layout Standard
20311 All binary operators can also be inserted via the math toolbar button 
20312 \begin_inset Info
20313 type  "icon"
20314 arg   "math-insert \\pm"
20315 \end_inset
20316
20317 .
20318 \end_layout
20319
20320 \begin_layout Standard
20321 To typeset the Laplace operator, 
20322 \series bold
20323
20324 \backslash
20325 Delta
20326 \series default
20327  or 
20328 \series bold
20329
20330 \backslash
20331 nabla
20332 \series default
20333 ^
20334 \series bold
20335 2
20336 \series default
20337  (
20338 \begin_inset Formula $\nabla^{2}$
20339 \end_inset
20340
20341 ) can also be used instead of 
20342 \series bold
20343
20344 \backslash
20345 bigtriangleup
20346 \series default
20347 .
20348 \end_layout
20349
20350 \begin_layout Standard
20351 The character 
20352 \family sans
20353 Menu Separator
20354 \family default
20355  from the menu 
20356 \family sans
20357 Insert\SpecialChar menuseparator
20358 Special Character
20359 \family default
20360  is the operator 
20361 \series bold
20362
20363 \backslash
20364 triangleright
20365 \series default
20366 .
20367 \end_layout
20368
20369 \begin_layout Subsection
20370 Self-defined Operators
20371 \begin_inset CommandInset label
20372 LatexCommand label
20373 name "subsec:Self-defined-Operators"
20374
20375 \end_inset
20376
20377
20378 \begin_inset Index idx
20379 range none
20380 pageformat default
20381 status collapsed
20382
20383 \begin_layout Plain Layout
20384 Operators
20385 \begin_inset IndexMacro subentry
20386 status open
20387
20388 \begin_layout Plain Layout
20389 self-defined
20390 \end_layout
20391
20392 \end_inset
20393
20394
20395 \end_layout
20396
20397 \end_inset
20398
20399
20400 \end_layout
20401
20402 \begin_layout Standard
20403 With the help of the command 
20404 \series bold
20405
20406 \backslash
20407 DeclareMathOperator
20408 \series default
20409
20410 \begin_inset Index idx
20411 range none
20412 pageformat default
20413 status collapsed
20414
20415 \begin_layout Plain Layout
20416 Commands
20417 \begin_inset IndexMacro subentry
20418 status open
20419
20420 \begin_layout Plain Layout
20421 D
20422 \end_layout
20423
20424 \end_inset
20425
20426
20427 \begin_inset IndexMacro subentry
20428 status open
20429
20430 \begin_layout Plain Layout
20431 \begin_inset IndexMacro sortkey
20432 status open
20433
20434 \begin_layout Plain Layout
20435
20436 \backslash
20437 dbinom
20438 \end_layout
20439
20440 \end_inset
20441
20442
20443 \backslash
20444 DeclareMathOperator
20445 \end_layout
20446
20447 \end_inset
20448
20449
20450 \end_layout
20451
20452 \end_inset
20453
20454 , custom operators can be defined in the \SpecialChar LaTeX
20455 -preamble.
20456  Its command scheme is:
20457 \end_layout
20458
20459 \begin_layout Standard
20460
20461 \series bold
20462
20463 \backslash
20464 DeclareMathOperator{new command}{display}
20465 \end_layout
20466
20467 \begin_layout Standard
20468 Display can be characters or symbols that define how the operator looks
20469  in the output.
20470  To define a big operator a * is set behind the command.
20471  All self-defined big operators can have limits as described in 
20472 \begin_inset CommandInset ref
20473 LatexCommand ref
20474 reference "subsec:Operator-Limits"
20475
20476 \end_inset
20477
20478 .
20479 \end_layout
20480
20481 \begin_layout Standard
20482 For example the \SpecialChar LaTeX
20483 -preamble line
20484 \end_layout
20485
20486 \begin_layout Standard
20487
20488 \series bold
20489
20490 \backslash
20491 DeclareMathOperator*{
20492 \backslash
20493 Lozenge}{
20494 \backslash
20495 blacklozenge}
20496 \end_layout
20497
20498 \begin_layout Standard
20499 defines the command 
20500 \series bold
20501
20502 \backslash
20503 Lozenge
20504 \series default
20505 , that inserts a big operator consisting of the black lozenge symbol from
20506  
20507 \begin_inset CommandInset ref
20508 LatexCommand ref
20509 reference "subsec:Miscellaneous-Symbols"
20510
20511 \end_inset
20512
20513 :
20514 \begin_inset Formula 
20515 \[
20516 \Lozenge_{n=1}^{\infty}
20517 \]
20518
20519 \end_inset
20520
20521 The command for this formula is: 
20522 \series bold
20523
20524 \backslash
20525 Lozenge
20526 \series default
20527 ^
20528 \series bold
20529
20530 \backslash
20531 infty
20532 \begin_inset Formula $\to$
20533 \end_inset
20534
20535 _n=1
20536 \end_layout
20537
20538 \begin_layout Standard
20539 \begin_inset VSpace bigskip
20540 \end_inset
20541
20542 When self-defined operators are not used several times in the document,
20543  they can also be defined with the commands 
20544 \series bold
20545
20546 \backslash
20547 mathop
20548 \series default
20549
20550 \begin_inset Index idx
20551 range none
20552 pageformat default
20553 status collapsed
20554
20555 \begin_layout Plain Layout
20556 Commands
20557 \begin_inset IndexMacro subentry
20558 status open
20559
20560 \begin_layout Plain Layout
20561 M
20562 \end_layout
20563
20564 \end_inset
20565
20566
20567 \begin_inset IndexMacro subentry
20568 status open
20569
20570 \begin_layout Plain Layout
20571
20572 \backslash
20573 mathop
20574 \end_layout
20575
20576 \end_inset
20577
20578
20579 \end_layout
20580
20581 \end_inset
20582
20583  and 
20584 \series bold
20585
20586 \backslash
20587 mathbin
20588 \series default
20589
20590 \begin_inset Index idx
20591 range none
20592 pageformat default
20593 status collapsed
20594
20595 \begin_layout Plain Layout
20596 Commands
20597 \begin_inset IndexMacro subentry
20598 status open
20599
20600 \begin_layout Plain Layout
20601 M
20602 \end_layout
20603
20604 \end_inset
20605
20606
20607 \begin_inset IndexMacro subentry
20608 status open
20609
20610 \begin_layout Plain Layout
20611
20612 \backslash
20613 mathbin
20614 \end_layout
20615
20616 \end_inset
20617
20618
20619 \end_layout
20620
20621 \end_inset
20622
20623 , which have the following scheme:
20624 \end_layout
20625
20626 \begin_layout Standard
20627
20628 \series bold
20629
20630 \backslash
20631 mathop{display}
20632 \series default
20633  and 
20634 \series bold
20635
20636 \backslash
20637 mathbin{display}
20638 \end_layout
20639
20640 \begin_layout Standard
20641
20642 \series bold
20643
20644 \backslash
20645 mathop
20646 \series default
20647  defines big operators, 
20648 \series bold
20649
20650 \backslash
20651 mathbin
20652 \series default
20653  binary operators.
20654 \end_layout
20655
20656 \begin_layout Standard
20657
20658 \series bold
20659
20660 \backslash
20661 mathop
20662 \series default
20663  can be used to use one limit for several operators:
20664 \end_layout
20665
20666 \begin_layout Standard
20667 \begin_inset Formula 
20668 \[
20669 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
20670 \]
20671
20672 \end_inset
20673
20674
20675 \end_layout
20676
20677 \begin_layout Standard
20678 The command for the formula above is:
20679 \begin_inset Newline newline
20680 \end_inset
20681
20682
20683 \series bold
20684
20685 \backslash
20686 mathop{
20687 \backslash
20688 sum
20689 \backslash
20690 negmedspace
20691 \backslash
20692 sum
20693 \series default
20694
20695 \begin_inset space \textvisiblespace{}
20696 \end_inset
20697
20698
20699 \series bold
20700
20701 \begin_inset Formula $\to$
20702 \end_inset
20703
20704 ^N
20705 \series default
20706
20707 \begin_inset space \textvisiblespace{}
20708 \end_inset
20709
20710
20711 \series bold
20712 _i,j=1
20713 \end_layout
20714
20715 \begin_layout Section
20716 Fonts
20717 \begin_inset Index idx
20718 range none
20719 pageformat default
20720 status collapsed
20721
20722 \begin_layout Plain Layout
20723 Fonts
20724 \end_layout
20725
20726 \end_inset
20727
20728
20729 \end_layout
20730
20731 \begin_layout Subsection
20732 Font Styles
20733 \begin_inset CommandInset label
20734 LatexCommand label
20735 name "subsec:Font-Styles"
20736
20737 \end_inset
20738
20739
20740 \begin_inset Index idx
20741 range none
20742 pageformat default
20743 status collapsed
20744
20745 \begin_layout Plain Layout
20746 Font
20747 \begin_inset IndexMacro subentry
20748 status open
20749
20750 \begin_layout Plain Layout
20751 style
20752 \end_layout
20753
20754 \end_inset
20755
20756
20757 \end_layout
20758
20759 \end_inset
20760
20761
20762 \end_layout
20763
20764 \begin_layout Standard
20765 Latin letters in formulas can be set in one of the following font styles:
20766 \end_layout
20767
20768 \begin_layout Standard
20769 \align center
20770 \begin_inset Tabular
20771 <lyxtabular version="3" rows="6" columns="3">
20772 <features booktabs="true" tabularvalignment="middle">
20773 <column alignment="center" valignment="top" width="0pt">
20774 <column alignment="center" valignment="top">
20775 <column alignment="center" valignment="top">
20776 <row>
20777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20778 \begin_inset Text
20779
20780 \begin_layout Plain Layout
20781 Command
20782 \end_layout
20783
20784 \end_inset
20785 </cell>
20786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20787 \begin_inset Text
20788
20789 \begin_layout Plain Layout
20790 Result
20791 \end_layout
20792
20793 \end_inset
20794 </cell>
20795 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20796 \begin_inset Text
20797
20798 \begin_layout Plain Layout
20799 Shortcut
20800 \end_layout
20801
20802 \end_inset
20803 </cell>
20804 </row>
20805 <row>
20806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20807 \begin_inset Text
20808
20809 \begin_layout Plain Layout
20810
20811 \backslash
20812 mathbb
20813 \series bold
20814
20815 \begin_inset space \textvisiblespace{}
20816 \end_inset
20817
20818
20819 \series default
20820 ABC
20821 \end_layout
20822
20823 \end_inset
20824 </cell>
20825 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20826 \begin_inset Text
20827
20828 \begin_layout Plain Layout
20829 \begin_inset Formula $\mathbb{ABC}$
20830 \end_inset
20831
20832
20833 \end_layout
20834
20835 \end_inset
20836 </cell>
20837 <cell alignment="center" valignment="top" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841 -
20842 \end_layout
20843
20844 \end_inset
20845 </cell>
20846 </row>
20847 <row>
20848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20849 \begin_inset Text
20850
20851 \begin_layout Plain Layout
20852
20853 \backslash
20854 mathbf
20855 \series bold
20856
20857 \begin_inset space \textvisiblespace{}
20858 \end_inset
20859
20860
20861 \series default
20862 AbC
20863 \end_layout
20864
20865 \end_inset
20866 </cell>
20867 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20868 \begin_inset Text
20869
20870 \begin_layout Plain Layout
20871 \begin_inset Formula $\mathbf{AbC}$
20872 \end_inset
20873
20874
20875 \end_layout
20876
20877 \end_inset
20878 </cell>
20879 <cell alignment="center" valignment="top" usebox="none">
20880 \begin_inset Text
20881
20882 \begin_layout Plain Layout
20883 \begin_inset Info
20884 type  "shortcut"
20885 arg   "font-bold"
20886 \end_inset
20887
20888
20889 \end_layout
20890
20891 \end_inset
20892 </cell>
20893 </row>
20894 <row>
20895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20896 \begin_inset Text
20897
20898 \begin_layout Plain Layout
20899
20900 \backslash
20901 boldsymbol
20902 \series bold
20903
20904 \begin_inset space \textvisiblespace{}
20905 \end_inset
20906
20907
20908 \series default
20909 AbC
20910 \end_layout
20911
20912 \end_inset
20913 </cell>
20914 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Plain Layout
20918 \begin_inset Formula $\boldsymbol{AbC}$
20919 \end_inset
20920
20921
20922 \end_layout
20923
20924 \end_inset
20925 </cell>
20926 <cell alignment="center" valignment="top" usebox="none">
20927 \begin_inset Text
20928
20929 \begin_layout Plain Layout
20930 \begin_inset Info
20931 type  "shortcut"
20932 arg   "font-boldsymbol"
20933 \end_inset
20934
20935
20936 \end_layout
20937
20938 \end_inset
20939 </cell>
20940 </row>
20941 <row>
20942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20943 \begin_inset Text
20944
20945 \begin_layout Plain Layout
20946
20947 \backslash
20948 mathcal
20949 \series bold
20950
20951 \begin_inset space \textvisiblespace{}
20952 \end_inset
20953
20954
20955 \series default
20956 ABC
20957 \end_layout
20958
20959 \end_inset
20960 </cell>
20961 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20962 \begin_inset Text
20963
20964 \begin_layout Plain Layout
20965 \begin_inset Formula $\mathcal{ABC}$
20966 \end_inset
20967
20968
20969 \end_layout
20970
20971 \end_inset
20972 </cell>
20973 <cell alignment="center" valignment="top" usebox="none">
20974 \begin_inset Text
20975
20976 \begin_layout Plain Layout
20977 -
20978 \end_layout
20979
20980 \end_inset
20981 </cell>
20982 </row>
20983 <row>
20984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20985 \begin_inset Text
20986
20987 \begin_layout Plain Layout
20988
20989 \backslash
20990 mathfrak
20991 \series bold
20992
20993 \begin_inset space \textvisiblespace{}
20994 \end_inset
20995
20996
20997 \series default
20998 AbC
20999 \end_layout
21000
21001 \end_inset
21002 </cell>
21003 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21004 \begin_inset Text
21005
21006 \begin_layout Plain Layout
21007 \begin_inset Formula $\mathfrak{AbC}$
21008 \end_inset
21009
21010
21011 \end_layout
21012
21013 \end_inset
21014 </cell>
21015 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21016 \begin_inset Text
21017
21018 \begin_layout Plain Layout
21019 -
21020 \end_layout
21021
21022 \end_inset
21023 </cell>
21024 </row>
21025 </lyxtabular>
21026
21027 \end_inset
21028
21029
21030 \end_layout
21031
21032 \begin_layout Standard
21033 \align center
21034 \begin_inset Tabular
21035 <lyxtabular version="3" rows="6" columns="3">
21036 <features booktabs="true" tabularvalignment="middle">
21037 <column alignment="center" valignment="top" width="0pt">
21038 <column alignment="center" valignment="top">
21039 <column alignment="center" valignment="top">
21040 <row>
21041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21042 \begin_inset Text
21043
21044 \begin_layout Plain Layout
21045 Command
21046 \end_layout
21047
21048 \end_inset
21049 </cell>
21050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21051 \begin_inset Text
21052
21053 \begin_layout Plain Layout
21054 Result
21055 \end_layout
21056
21057 \end_inset
21058 </cell>
21059 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21060 \begin_inset Text
21061
21062 \begin_layout Plain Layout
21063 Shortcut
21064 \end_layout
21065
21066 \end_inset
21067 </cell>
21068 </row>
21069 <row>
21070 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21071 \begin_inset Text
21072
21073 \begin_layout Plain Layout
21074
21075 \backslash
21076 mathit
21077 \series bold
21078
21079 \begin_inset space \textvisiblespace{}
21080 \end_inset
21081
21082
21083 \series default
21084 AbC
21085 \end_layout
21086
21087 \end_inset
21088 </cell>
21089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21090 \begin_inset Text
21091
21092 \begin_layout Plain Layout
21093 \begin_inset Formula $\mathit{AbC}$
21094 \end_inset
21095
21096
21097 \end_layout
21098
21099 \end_inset
21100 </cell>
21101 <cell alignment="center" valignment="top" usebox="none">
21102 \begin_inset Text
21103
21104 \begin_layout Plain Layout
21105 -
21106 \end_layout
21107
21108 \end_inset
21109 </cell>
21110 </row>
21111 <row>
21112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21113 \begin_inset Text
21114
21115 \begin_layout Plain Layout
21116
21117 \backslash
21118 mathrm
21119 \series bold
21120
21121 \begin_inset space \textvisiblespace{}
21122 \end_inset
21123
21124
21125 \series default
21126 AbC
21127 \end_layout
21128
21129 \end_inset
21130 </cell>
21131 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21132 \begin_inset Text
21133
21134 \begin_layout Plain Layout
21135 \begin_inset Formula $\mathrm{AbC}$
21136 \end_inset
21137
21138
21139 \end_layout
21140
21141 \end_inset
21142 </cell>
21143 <cell alignment="center" valignment="top" usebox="none">
21144 \begin_inset Text
21145
21146 \begin_layout Plain Layout
21147 \begin_inset Info
21148 type  "shortcut"
21149 arg   "font-roman"
21150 \end_inset
21151
21152
21153 \end_layout
21154
21155 \end_inset
21156 </cell>
21157 </row>
21158 <row>
21159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21160 \begin_inset Text
21161
21162 \begin_layout Plain Layout
21163
21164 \backslash
21165 mathsf
21166 \series bold
21167
21168 \begin_inset space \textvisiblespace{}
21169 \end_inset
21170
21171
21172 \series default
21173 AbC
21174 \end_layout
21175
21176 \end_inset
21177 </cell>
21178 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21179 \begin_inset Text
21180
21181 \begin_layout Plain Layout
21182 \begin_inset Formula $\mathsf{AbC}$
21183 \end_inset
21184
21185
21186 \end_layout
21187
21188 \end_inset
21189 </cell>
21190 <cell alignment="center" valignment="top" usebox="none">
21191 \begin_inset Text
21192
21193 \begin_layout Plain Layout
21194 \begin_inset Info
21195 type  "shortcut"
21196 arg   "font-sans"
21197 \end_inset
21198
21199
21200 \end_layout
21201
21202 \end_inset
21203 </cell>
21204 </row>
21205 <row>
21206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21207 \begin_inset Text
21208
21209 \begin_layout Plain Layout
21210
21211 \backslash
21212 mathtt
21213 \series bold
21214
21215 \begin_inset space \textvisiblespace{}
21216 \end_inset
21217
21218
21219 \series default
21220 AbC
21221 \end_layout
21222
21223 \end_inset
21224 </cell>
21225 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21226 \begin_inset Text
21227
21228 \begin_layout Plain Layout
21229 \begin_inset Formula $\mathtt{AbC}$
21230 \end_inset
21231
21232
21233 \end_layout
21234
21235 \end_inset
21236 </cell>
21237 <cell alignment="center" valignment="top" usebox="none">
21238 \begin_inset Text
21239
21240 \begin_layout Plain Layout
21241 \begin_inset Info
21242 type  "shortcut"
21243 arg   "font-typewriter"
21244 \end_inset
21245
21246
21247 \end_layout
21248
21249 \end_inset
21250 </cell>
21251 </row>
21252 <row>
21253 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21254 \begin_inset Text
21255
21256 \begin_layout Plain Layout
21257
21258 \backslash
21259 mathscr
21260 \series bold
21261
21262 \begin_inset space \textvisiblespace{}
21263 \end_inset
21264
21265
21266 \series default
21267 ABC
21268 \end_layout
21269
21270 \end_inset
21271 </cell>
21272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21273 \begin_inset Text
21274
21275 \begin_layout Plain Layout
21276 \begin_inset Formula $\mathscr{ABC}$
21277 \end_inset
21278
21279
21280 \end_layout
21281
21282 \end_inset
21283 </cell>
21284 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21285 \begin_inset Text
21286
21287 \begin_layout Plain Layout
21288 -
21289 \end_layout
21290
21291 \end_inset
21292 </cell>
21293 </row>
21294 </lyxtabular>
21295
21296 \end_inset
21297
21298
21299 \end_layout
21300
21301 \begin_layout Standard
21302 \begin_inset Note Greyedout
21303 status open
21304
21305 \begin_layout Plain Layout
21306
21307 \series bold
21308 Note:
21309 \series default
21310  The styles 
21311 \series bold
21312
21313 \backslash
21314 mathbb
21315 \series default
21316
21317 \series bold
21318
21319 \backslash
21320 mathcal
21321 \series default
21322  and 
21323 \series bold
21324
21325 \backslash
21326 mathscr
21327 \series default
21328  can only be used for big letters.
21329 \end_layout
21330
21331 \end_inset
21332
21333
21334 \end_layout
21335
21336 \begin_layout Standard
21337 The style 
21338 \series bold
21339
21340 \backslash
21341 mathnormal
21342 \series default
21343  is predefined.
21344 \end_layout
21345
21346 \begin_layout Standard
21347 The style commands also work for letters in mathematical constructs:
21348 \begin_inset Formula 
21349 \[
21350 \mathfrak{A=\frac{b}{C}}
21351 \]
21352
21353 \end_inset
21354
21355
21356 \end_layout
21357
21358 \begin_layout Standard
21359 Characters in mathematical text don't appear in a math font style but in
21360  the text font style 
21361 \series bold
21362
21363 \backslash
21364 textrm
21365 \series default
21366 .
21367  Note that their style can't be set correctly via the text style dialog.
21368  This is a known bug in \SpecialChar LyX
21369 .
21370 \begin_inset Foot
21371 status collapsed
21372
21373 \begin_layout Plain Layout
21374 \begin_inset CommandInset href
21375 LatexCommand href
21376 name "LyX-bug #4629"
21377 target "https://www.lyx.org/trac/ticket/4629"
21378 literal "false"
21379
21380 \end_inset
21381
21382
21383 \end_layout
21384
21385 \end_inset
21386
21387
21388 \end_layout
21389
21390 \begin_layout Standard
21391 Instead of the style commands, 
21392 \family sans
21393 Edit\SpecialChar menuseparator
21394 Math\SpecialChar menuseparator
21395 Text Style
21396 \family default
21397  dialog, or the toolbar button, 
21398 \begin_inset Info
21399 type  "icon"
21400 arg   "math-insert \\font"
21401 \end_inset
21402
21403  can be used.
21404 \end_layout
21405
21406 \begin_layout Subsection
21407 Bold Formulas
21408 \begin_inset CommandInset label
21409 LatexCommand label
21410 name "subsec:Bold-Formulas"
21411
21412 \end_inset
21413
21414
21415 \begin_inset Index idx
21416 range none
21417 pageformat default
21418 status collapsed
21419
21420 \begin_layout Plain Layout
21421 Formula
21422 \begin_inset IndexMacro subentry
21423 status open
21424
21425 \begin_layout Plain Layout
21426 bold
21427 \end_layout
21428
21429 \end_inset
21430
21431
21432 \end_layout
21433
21434 \end_inset
21435
21436
21437 \end_layout
21438
21439 \begin_layout Standard
21440 To make a complete formula bold, the command 
21441 \series bold
21442
21443 \backslash
21444 mathbf
21445 \series default
21446  from the previous subsection cannot be used because it doesn't work for
21447  small Greek letters.
21448  Additionally it always prints Latin letters upright, as in the following
21449  equation:
21450 \end_layout
21451
21452 \begin_layout Standard
21453 \begin_inset Formula 
21454 \[
21455 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
21456 \]
21457
21458 \end_inset
21459
21460
21461 \end_layout
21462
21463 \begin_layout Standard
21464 To display the formula correctly, the command 
21465 \series bold
21466
21467 \backslash
21468 boldsymbol
21469 \series default
21470  is used:
21471 \begin_inset Formula 
21472 \[
21473 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
21474 \]
21475
21476 \end_inset
21477
21478 It is also possible to set the formula in a 
21479 \series bold
21480 boldmath environment
21481 \series default
21482 .
21483  This environment is created by inserting the command 
21484 \series bold
21485
21486 \backslash
21487 boldmath
21488 \series default
21489
21490 \begin_inset Index idx
21491 range none
21492 pageformat default
21493 status collapsed
21494
21495 \begin_layout Plain Layout
21496 Commands
21497 \begin_inset IndexMacro subentry
21498 status open
21499
21500 \begin_layout Plain Layout
21501 B
21502 \end_layout
21503
21504 \end_inset
21505
21506
21507 \begin_inset IndexMacro subentry
21508 status open
21509
21510 \begin_layout Plain Layout
21511
21512 \backslash
21513 boldmath
21514 \end_layout
21515
21516 \end_inset
21517
21518
21519 \end_layout
21520
21521 \end_inset
21522
21523  in \SpecialChar TeX
21524  mode.
21525  To end the environment, the command 
21526 \series bold
21527
21528 \backslash
21529 unboldmath
21530 \series default
21531
21532 \begin_inset Index idx
21533 range none
21534 pageformat default
21535 status collapsed
21536
21537 \begin_layout Plain Layout
21538 Commands
21539 \begin_inset IndexMacro subentry
21540 status open
21541
21542 \begin_layout Plain Layout
21543 U
21544 \end_layout
21545
21546 \end_inset
21547
21548
21549 \begin_inset IndexMacro subentry
21550 status open
21551
21552 \begin_layout Plain Layout
21553
21554 \backslash
21555 unboldmath
21556 \end_layout
21557
21558 \end_inset
21559
21560
21561 \end_layout
21562
21563 \end_inset
21564
21565  is inserted in \SpecialChar TeX
21566  mode.
21567 \begin_inset ERT
21568 status collapsed
21569
21570 \begin_layout Plain Layout
21571
21572
21573 \backslash
21574 boldmath 
21575 \end_layout
21576
21577 \end_inset
21578
21579
21580 \begin_inset Formula 
21581 \[
21582 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
21583 \]
21584
21585 \end_inset
21586
21587
21588 \begin_inset ERT
21589 status collapsed
21590
21591 \begin_layout Plain Layout
21592
21593
21594 \backslash
21595 unboldmath 
21596 \end_layout
21597
21598 \end_inset
21599
21600
21601 \end_layout
21602
21603 \begin_layout Subsection
21604 Colored Formulas
21605 \begin_inset Index idx
21606 range none
21607 pageformat default
21608 status collapsed
21609
21610 \begin_layout Plain Layout
21611 Formula
21612 \begin_inset IndexMacro subentry
21613 status open
21614
21615 \begin_layout Plain Layout
21616 colored
21617 \end_layout
21618
21619 \end_inset
21620
21621
21622 \end_layout
21623
21624 \end_inset
21625
21626
21627 \end_layout
21628
21629 \begin_layout Standard
21630 Formulas can be colored like normal text: Highlight a formula or a formula
21631  part and use the 
21632 \family sans
21633 Text Style
21634 \family default
21635  dialog.
21636  Here is a formula in magenta:
21637 \begin_inset Formula 
21638 \[
21639 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
21640 \]
21641
21642 \end_inset
21643
21644
21645 \end_layout
21646
21647 \begin_layout Standard
21648 You can also define your own colors as described in 
21649 \begin_inset CommandInset ref
21650 LatexCommand ref
21651 reference "subsec:Colored-Boxes"
21652
21653 \end_inset
21654
21655 .
21656  They can be used with the \SpecialChar TeX
21657  code command 
21658 \series bold
21659
21660 \backslash
21661 textcolor
21662 \series default
21663
21664 \begin_inset Index idx
21665 range none
21666 pageformat default
21667 status collapsed
21668
21669 \begin_layout Plain Layout
21670 Commands
21671 \begin_inset IndexMacro subentry
21672 status open
21673
21674 \begin_layout Plain Layout
21675 T
21676 \end_layout
21677
21678 \end_inset
21679
21680
21681 \begin_inset IndexMacro subentry
21682 status open
21683
21684 \begin_layout Plain Layout
21685
21686 \backslash
21687 textcolor
21688 \end_layout
21689
21690 \end_inset
21691
21692
21693 \end_layout
21694
21695 \end_inset
21696
21697  in the scheme
21698 \end_layout
21699
21700 \begin_layout Standard
21701
21702 \series bold
21703
21704 \backslash
21705 textcolor{color}{characters or formula}
21706 \end_layout
21707
21708 \begin_layout Standard
21709 The following example was colored completely dark green and partly red:
21710 \end_layout
21711
21712 \begin_layout Standard
21713 \begin_inset ERT
21714 status collapsed
21715
21716 \begin_layout Plain Layout
21717
21718
21719 \backslash
21720 textcolor{darkgreen}{
21721 \end_layout
21722
21723 \end_inset
21724
21725
21726 \begin_inset Formula 
21727 \[
21728 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
21729 \]
21730
21731 \end_inset
21732
21733
21734 \begin_inset ERT
21735 status collapsed
21736
21737 \begin_layout Plain Layout
21738
21739 }
21740 \end_layout
21741
21742 \end_inset
21743
21744
21745 \end_layout
21746
21747 \begin_layout Standard
21748 Due to a bug in \SpecialChar LyX
21749  only complete formulas can be colored with self-defined
21750  colors.
21751 \begin_inset Foot
21752 status collapsed
21753
21754 \begin_layout Plain Layout
21755 \begin_inset CommandInset href
21756 LatexCommand href
21757 name "LyX-bug #5269"
21758 target "https://www.lyx.org/trac/ticket/5269"
21759 literal "false"
21760
21761 \end_inset
21762
21763
21764 \end_layout
21765
21766 \end_inset
21767
21768
21769 \end_layout
21770
21771 \begin_layout Subsection
21772 Font Sizes
21773 \begin_inset CommandInset label
21774 LatexCommand label
21775 name "subsec:Font-Sizes"
21776
21777 \end_inset
21778
21779
21780 \begin_inset Index idx
21781 range none
21782 pageformat default
21783 status collapsed
21784
21785 \begin_layout Plain Layout
21786 Font
21787 \begin_inset IndexMacro subentry
21788 status open
21789
21790 \begin_layout Plain Layout
21791 size
21792 \end_layout
21793
21794 \end_inset
21795
21796
21797 \end_layout
21798
21799 \end_inset
21800
21801
21802 \end_layout
21803
21804 \begin_layout Standard
21805 As with characters in text, the following size commands are available for
21806  formula characters:
21807 \end_layout
21808
21809 \begin_layout Standard
21810
21811 \series bold
21812
21813 \backslash
21814 Huge
21815 \series default
21816
21817 \series bold
21818
21819 \backslash
21820 huge
21821 \series default
21822
21823 \series bold
21824
21825 \backslash
21826 LARGE
21827 \series default
21828
21829 \series bold
21830
21831 \backslash
21832 Large
21833 \series default
21834
21835 \series bold
21836
21837 \backslash
21838 large
21839 \series default
21840
21841 \series bold
21842
21843 \backslash
21844 normalsize
21845 \series default
21846
21847 \series bold
21848
21849 \backslash
21850 small
21851 \series default
21852 ,
21853 \begin_inset Newline newline
21854 \end_inset
21855
21856
21857 \series bold
21858
21859 \backslash
21860 footnotesize
21861 \series default
21862
21863 \series bold
21864
21865 \backslash
21866 scriptsize
21867 \series default
21868  and 
21869 \series bold
21870
21871 \backslash
21872 tiny
21873 \end_layout
21874
21875 \begin_layout Standard
21876 The font size produced by the commands depends on the document's original
21877  font size, which corresponds to the command 
21878 \series bold
21879
21880 \backslash
21881 normalsize
21882 \series default
21883 .
21884  The other commands produce character sizes smaller or larger than 
21885 \series bold
21886
21887 \backslash
21888 normalsize
21889 \series default
21890 .
21891  There are however limits to how small or large the font size can be changed.
21892  If for example the document font size is 12
21893 \begin_inset space \thinspace{}
21894 \end_inset
21895
21896 pt, the command 
21897 \series bold
21898
21899 \backslash
21900 Huge
21901 \series default
21902  switches to the same size as 
21903 \series bold
21904
21905 \backslash
21906 huge
21907 \series default
21908 .
21909 \end_layout
21910
21911 \begin_layout Standard
21912 A size command is inserted in \SpecialChar TeX
21913  mode before a formula and sets the size for
21914  all of the following formulas and text characters.
21915  To switch back to the initial size, the command 
21916 \series bold
21917
21918 \backslash
21919 normalsize
21920 \series default
21921  is inserted behind the formula, again in \SpecialChar TeX
21922  mode.
21923 \end_layout
21924
21925 \begin_layout Standard
21926 Size can also be changed within a formula using the following size commands
21927  or the toolbar button 
21928 \begin_inset Info
21929 type  "icon"
21930 arg   "math-insert \\style"
21931 \end_inset
21932
21933 :
21934 \end_layout
21935
21936 \begin_layout Standard
21937 \noindent
21938 \align center
21939 \begin_inset Tabular
21940 <lyxtabular version="3" rows="5" columns="2">
21941 <features booktabs="true" tabularvalignment="middle">
21942 <column alignment="center" valignment="top" width="0pt">
21943 <column alignment="center" valignment="top">
21944 <row>
21945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21946 \begin_inset Text
21947
21948 \begin_layout Plain Layout
21949 Command
21950 \end_layout
21951
21952 \end_inset
21953 </cell>
21954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21955 \begin_inset Text
21956
21957 \begin_layout Plain Layout
21958 Result
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 displaystyle
21972 \begin_inset Index idx
21973 range none
21974 pageformat default
21975 status collapsed
21976
21977 \begin_layout Plain Layout
21978 Commands
21979 \begin_inset IndexMacro subentry
21980 status open
21981
21982 \begin_layout Plain Layout
21983 D
21984 \end_layout
21985
21986 \end_inset
21987
21988
21989 \begin_inset IndexMacro subentry
21990 status open
21991
21992 \begin_layout Plain Layout
21993
21994 \backslash
21995 displaystyle
21996 \end_layout
21997
21998 \end_inset
21999
22000
22001 \end_layout
22002
22003 \end_inset
22004
22005
22006 \end_layout
22007
22008 \end_inset
22009 </cell>
22010 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22011 \begin_inset Text
22012
22013 \begin_layout Plain Layout
22014 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
22015 \end_inset
22016
22017
22018 \end_layout
22019
22020 \end_inset
22021 </cell>
22022 </row>
22023 <row topspace="1mm">
22024 <cell alignment="center" valignment="top" usebox="none">
22025 \begin_inset Text
22026
22027 \begin_layout Plain Layout
22028
22029 \backslash
22030 textstyle
22031 \end_layout
22032
22033 \end_inset
22034 </cell>
22035 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22036 \begin_inset Text
22037
22038 \begin_layout Plain Layout
22039 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
22040 \end_inset
22041
22042
22043 \end_layout
22044
22045 \end_inset
22046 </cell>
22047 </row>
22048 <row>
22049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22050 \begin_inset Text
22051
22052 \begin_layout Plain Layout
22053
22054 \backslash
22055 scriptstyle
22056 \end_layout
22057
22058 \end_inset
22059 </cell>
22060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22061 \begin_inset Text
22062
22063 \begin_layout Plain Layout
22064 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
22065 \end_inset
22066
22067
22068 \end_layout
22069
22070 \end_inset
22071 </cell>
22072 </row>
22073 <row>
22074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22075 \begin_inset Text
22076
22077 \begin_layout Plain Layout
22078
22079 \backslash
22080 scriptscriptstyle
22081 \end_layout
22082
22083 \end_inset
22084 </cell>
22085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22086 \begin_inset Text
22087
22088 \begin_layout Plain Layout
22089 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
22090 \end_inset
22091
22092
22093 \end_layout
22094
22095 \end_inset
22096 </cell>
22097 </row>
22098 </lyxtabular>
22099
22100 \end_inset
22101
22102
22103 \end_layout
22104
22105 \begin_layout Standard
22106 After entering these commands, a blue box appears in which the formula parts
22107  are inserted.
22108 \end_layout
22109
22110 \begin_layout Standard
22111 There is another method for changing the font size, although it only works
22112  for symbols or letters in mathematical text.
22113  To use it, one of the above text size commands is inserted into mathematical
22114  text.
22115  All characters until the end of the mathematical text or until another
22116  size command will have the selected size.
22117  Two examples:
22118 \begin_inset VSpace -2mm
22119 \end_inset
22120
22121
22122 \end_layout
22123
22124 \begin_layout Standard
22125 \begin_inset ERT
22126 status collapsed
22127
22128 \begin_layout Plain Layout
22129
22130
22131 \backslash
22132 huge 
22133 \end_layout
22134
22135 \end_inset
22136
22137
22138 \begin_inset Formula 
22139 \[
22140 A=\frac{B}{c}\cdot\maltese
22141 \]
22142
22143 \end_inset
22144
22145
22146 \begin_inset Formula 
22147 \[
22148 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
22149 \]
22150
22151 \end_inset
22152
22153
22154 \begin_inset ERT
22155 status collapsed
22156
22157 \begin_layout Plain Layout
22158
22159
22160 \backslash
22161 normalsize 
22162 \end_layout
22163
22164 \end_inset
22165
22166
22167 \begin_inset VSpace medskip
22168 \end_inset
22169
22170 Before the first formula the command 
22171 \series bold
22172
22173 \backslash
22174 huge
22175 \series default
22176  was inserted.
22177  The command for the second formula is:
22178 \begin_inset Newline newline
22179 \end_inset
22180
22181
22182 \series bold
22183
22184 \backslash
22185 maltese
22186 \begin_inset space \textvisiblespace{}
22187 \end_inset
22188
22189 A Alt+M M 
22190 \backslash
22191 Large
22192 \begin_inset space \textvisiblespace{}
22193 \end_inset
22194
22195
22196 \backslash
22197 maltese
22198 \begin_inset space \textvisiblespace{}
22199 \end_inset
22200
22201
22202 \backslash
22203 textit
22204 \begin_inset space \textvisiblespace{}
22205 \end_inset
22206
22207 A
22208 \begin_inset Formula $\to$
22209 \end_inset
22210
22211
22212 \begin_inset Formula $\to$
22213 \end_inset
22214
22215
22216 \begin_inset Newline newline
22217 \end_inset
22218
22219
22220 \begin_inset space \hspace*{}
22221 \length 1cm
22222 \end_inset
22223
22224 Alt+M
22225 \series default
22226  
22227 \series bold
22228
22229 \backslash
22230 tiny
22231 \begin_inset space \textvisiblespace{}
22232 \end_inset
22233
22234
22235 \backslash
22236 maltese
22237 \begin_inset space \textvisiblespace{}
22238 \end_inset
22239
22240
22241 \backslash
22242 textit
22243 \begin_inset space \textvisiblespace{}
22244 \end_inset
22245
22246 A
22247 \end_layout
22248
22249 \begin_layout Standard
22250 If a symbol cannot be displayed in different sizes, it will always be displayed
22251  in the default size.
22252 \end_layout
22253
22254 \begin_layout Section
22255 Greek Letters
22256 \begin_inset Index idx
22257 range none
22258 pageformat default
22259 status collapsed
22260
22261 \begin_layout Plain Layout
22262 Greek letters
22263 \end_layout
22264
22265 \end_inset
22266
22267
22268 \end_layout
22269
22270 \begin_layout Standard
22271 Greek letters can be inserted via the toolbar button 
22272 \begin_inset Info
22273 type  "icon"
22274 arg   "math-insert \\alpha"
22275 \end_inset
22276
22277  as well as by command.
22278  All international typesetting norms purport that Greek letters in math
22279  have to be typeset italic/slanted.
22280  In some languages, like French or Russian, they are nevertheless sometimes
22281  typeset upright.
22282 \end_layout
22283
22284 \begin_layout Subsection
22285 Small Letters
22286 \begin_inset Index idx
22287 range none
22288 pageformat default
22289 status collapsed
22290
22291 \begin_layout Plain Layout
22292 Greek letters
22293 \begin_inset IndexMacro subentry
22294 status open
22295
22296 \begin_layout Plain Layout
22297 small
22298 \end_layout
22299
22300 \end_inset
22301
22302
22303 \end_layout
22304
22305 \end_inset
22306
22307
22308 \end_layout
22309
22310 \begin_layout Standard
22311 \begin_inset space \hfill{}
22312 \end_inset
22313
22314
22315 \begin_inset Tabular
22316 <lyxtabular version="3" rows="11" columns="2">
22317 <features booktabs="true" tabularvalignment="middle">
22318 <column alignment="center" valignment="top" width="0pt">
22319 <column alignment="center" valignment="top" width="0pt">
22320 <row>
22321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22322 \begin_inset Text
22323
22324 \begin_layout Plain Layout
22325 Command
22326 \end_layout
22327
22328 \end_inset
22329 </cell>
22330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22331 \begin_inset Text
22332
22333 \begin_layout Plain Layout
22334 Result
22335 \end_layout
22336
22337 \end_inset
22338 </cell>
22339 </row>
22340 <row>
22341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22342 \begin_inset Text
22343
22344 \begin_layout Plain Layout
22345
22346 \backslash
22347 alpha
22348 \end_layout
22349
22350 \end_inset
22351 </cell>
22352 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22353 \begin_inset Text
22354
22355 \begin_layout Plain Layout
22356 \begin_inset Formula $\alpha$
22357 \end_inset
22358
22359
22360 \end_layout
22361
22362 \end_inset
22363 </cell>
22364 </row>
22365 <row>
22366 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22367 \begin_inset Text
22368
22369 \begin_layout Plain Layout
22370
22371 \backslash
22372 beta
22373 \end_layout
22374
22375 \end_inset
22376 </cell>
22377 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22378 \begin_inset Text
22379
22380 \begin_layout Plain Layout
22381 \begin_inset Formula $\beta$
22382 \end_inset
22383
22384
22385 \end_layout
22386
22387 \end_inset
22388 </cell>
22389 </row>
22390 <row>
22391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22392 \begin_inset Text
22393
22394 \begin_layout Plain Layout
22395
22396 \backslash
22397 gamma
22398 \end_layout
22399
22400 \end_inset
22401 </cell>
22402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22403 \begin_inset Text
22404
22405 \begin_layout Plain Layout
22406 \begin_inset Formula $\gamma$
22407 \end_inset
22408
22409
22410 \end_layout
22411
22412 \end_inset
22413 </cell>
22414 </row>
22415 <row>
22416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22417 \begin_inset Text
22418
22419 \begin_layout Plain Layout
22420
22421 \backslash
22422 delta
22423 \end_layout
22424
22425 \end_inset
22426 </cell>
22427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22428 \begin_inset Text
22429
22430 \begin_layout Plain Layout
22431 \begin_inset Formula $\delta$
22432 \end_inset
22433
22434
22435 \end_layout
22436
22437 \end_inset
22438 </cell>
22439 </row>
22440 <row>
22441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22442 \begin_inset Text
22443
22444 \begin_layout Plain Layout
22445
22446 \backslash
22447 epsilon
22448 \end_layout
22449
22450 \end_inset
22451 </cell>
22452 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22453 \begin_inset Text
22454
22455 \begin_layout Plain Layout
22456 \begin_inset Formula $\epsilon$
22457 \end_inset
22458
22459
22460 \end_layout
22461
22462 \end_inset
22463 </cell>
22464 </row>
22465 <row>
22466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22467 \begin_inset Text
22468
22469 \begin_layout Plain Layout
22470
22471 \backslash
22472 varepsilon
22473 \end_layout
22474
22475 \end_inset
22476 </cell>
22477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22478 \begin_inset Text
22479
22480 \begin_layout Plain Layout
22481 \begin_inset Formula $\varepsilon$
22482 \end_inset
22483
22484
22485 \end_layout
22486
22487 \end_inset
22488 </cell>
22489 </row>
22490 <row>
22491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22492 \begin_inset Text
22493
22494 \begin_layout Plain Layout
22495
22496 \backslash
22497 zeta
22498 \end_layout
22499
22500 \end_inset
22501 </cell>
22502 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22503 \begin_inset Text
22504
22505 \begin_layout Plain Layout
22506 \begin_inset Formula $\zeta$
22507 \end_inset
22508
22509
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 </row>
22515 <row>
22516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22517 \begin_inset Text
22518
22519 \begin_layout Plain Layout
22520
22521 \backslash
22522 eta
22523 \end_layout
22524
22525 \end_inset
22526 </cell>
22527 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22528 \begin_inset Text
22529
22530 \begin_layout Plain Layout
22531 \begin_inset Formula $\eta$
22532 \end_inset
22533
22534
22535 \end_layout
22536
22537 \end_inset
22538 </cell>
22539 </row>
22540 <row>
22541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22542 \begin_inset Text
22543
22544 \begin_layout Plain Layout
22545
22546 \backslash
22547 theta
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556 \begin_inset Formula $\theta$
22557 \end_inset
22558
22559
22560 \end_layout
22561
22562 \end_inset
22563 </cell>
22564 </row>
22565 <row>
22566 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22567 \begin_inset Text
22568
22569 \begin_layout Plain Layout
22570
22571 \backslash
22572 vartheta
22573 \end_layout
22574
22575 \end_inset
22576 </cell>
22577 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22578 \begin_inset Text
22579
22580 \begin_layout Plain Layout
22581 \begin_inset Formula $\vartheta$
22582 \end_inset
22583
22584
22585 \end_layout
22586
22587 \end_inset
22588 </cell>
22589 </row>
22590 </lyxtabular>
22591
22592 \end_inset
22593
22594
22595 \begin_inset space \hfill{}
22596 \end_inset
22597
22598
22599 \begin_inset Tabular
22600 <lyxtabular version="3" rows="12" columns="2">
22601 <features booktabs="true" tabularvalignment="middle">
22602 <column alignment="center" valignment="top" width="0pt">
22603 <column alignment="center" valignment="top" width="0pt">
22604 <row>
22605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22606 \begin_inset Text
22607
22608 \begin_layout Plain Layout
22609 Command
22610 \end_layout
22611
22612 \end_inset
22613 </cell>
22614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22615 \begin_inset Text
22616
22617 \begin_layout Plain Layout
22618 Result
22619 \end_layout
22620
22621 \end_inset
22622 </cell>
22623 </row>
22624 <row>
22625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22626 \begin_inset Text
22627
22628 \begin_layout Plain Layout
22629
22630 \backslash
22631 iota
22632 \end_layout
22633
22634 \end_inset
22635 </cell>
22636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22637 \begin_inset Text
22638
22639 \begin_layout Plain Layout
22640 \begin_inset Formula $\iota$
22641 \end_inset
22642
22643
22644 \end_layout
22645
22646 \end_inset
22647 </cell>
22648 </row>
22649 <row>
22650 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22651 \begin_inset Text
22652
22653 \begin_layout Plain Layout
22654
22655 \backslash
22656 kappa
22657 \end_layout
22658
22659 \end_inset
22660 </cell>
22661 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22662 \begin_inset Text
22663
22664 \begin_layout Plain Layout
22665 \begin_inset Formula $\kappa$
22666 \end_inset
22667
22668
22669 \end_layout
22670
22671 \end_inset
22672 </cell>
22673 </row>
22674 <row>
22675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22676 \begin_inset Text
22677
22678 \begin_layout Plain Layout
22679
22680 \backslash
22681 varkappa
22682 \end_layout
22683
22684 \end_inset
22685 </cell>
22686 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22687 \begin_inset Text
22688
22689 \begin_layout Plain Layout
22690 \begin_inset Formula $\varkappa$
22691 \end_inset
22692
22693
22694 \end_layout
22695
22696 \end_inset
22697 </cell>
22698 </row>
22699 <row>
22700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22701 \begin_inset Text
22702
22703 \begin_layout Plain Layout
22704
22705 \backslash
22706 lambda
22707 \end_layout
22708
22709 \end_inset
22710 </cell>
22711 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22712 \begin_inset Text
22713
22714 \begin_layout Plain Layout
22715 \begin_inset Formula $\lambda$
22716 \end_inset
22717
22718
22719 \end_layout
22720
22721 \end_inset
22722 </cell>
22723 </row>
22724 <row>
22725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22726 \begin_inset Text
22727
22728 \begin_layout Plain Layout
22729
22730 \backslash
22731 mu
22732 \end_layout
22733
22734 \end_inset
22735 </cell>
22736 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22737 \begin_inset Text
22738
22739 \begin_layout Plain Layout
22740 \begin_inset Formula $\mu$
22741 \end_inset
22742
22743
22744 \end_layout
22745
22746 \end_inset
22747 </cell>
22748 </row>
22749 <row>
22750 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22751 \begin_inset Text
22752
22753 \begin_layout Plain Layout
22754
22755 \backslash
22756 nu
22757 \end_layout
22758
22759 \end_inset
22760 </cell>
22761 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22762 \begin_inset Text
22763
22764 \begin_layout Plain Layout
22765 \begin_inset Formula $\nu$
22766 \end_inset
22767
22768
22769 \end_layout
22770
22771 \end_inset
22772 </cell>
22773 </row>
22774 <row>
22775 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22776 \begin_inset Text
22777
22778 \begin_layout Plain Layout
22779
22780 \backslash
22781 xi
22782 \end_layout
22783
22784 \end_inset
22785 </cell>
22786 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22787 \begin_inset Text
22788
22789 \begin_layout Plain Layout
22790 \begin_inset Formula $\xi$
22791 \end_inset
22792
22793
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 </row>
22799 <row>
22800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22801 \begin_inset Text
22802
22803 \begin_layout Plain Layout
22804 o
22805 \end_layout
22806
22807 \end_inset
22808 </cell>
22809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22810 \begin_inset Text
22811
22812 \begin_layout Plain Layout
22813 \begin_inset Formula $o$
22814 \end_inset
22815
22816
22817 \end_layout
22818
22819 \end_inset
22820 </cell>
22821 </row>
22822 <row>
22823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22824 \begin_inset Text
22825
22826 \begin_layout Plain Layout
22827
22828 \backslash
22829 pi
22830 \end_layout
22831
22832 \end_inset
22833 </cell>
22834 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22835 \begin_inset Text
22836
22837 \begin_layout Plain Layout
22838 \begin_inset Formula $\pi$
22839 \end_inset
22840
22841
22842 \end_layout
22843
22844 \end_inset
22845 </cell>
22846 </row>
22847 <row>
22848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22849 \begin_inset Text
22850
22851 \begin_layout Plain Layout
22852
22853 \backslash
22854 varpi
22855 \end_layout
22856
22857 \end_inset
22858 </cell>
22859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22860 \begin_inset Text
22861
22862 \begin_layout Plain Layout
22863 \begin_inset Formula $\varpi$
22864 \end_inset
22865
22866
22867 \end_layout
22868
22869 \end_inset
22870 </cell>
22871 </row>
22872 <row>
22873 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22874 \begin_inset Text
22875
22876 \begin_layout Plain Layout
22877
22878 \backslash
22879 rho
22880 \end_layout
22881
22882 \end_inset
22883 </cell>
22884 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22885 \begin_inset Text
22886
22887 \begin_layout Plain Layout
22888 \begin_inset Formula $\rho$
22889 \end_inset
22890
22891
22892 \end_layout
22893
22894 \end_inset
22895 </cell>
22896 </row>
22897 </lyxtabular>
22898
22899 \end_inset
22900
22901
22902 \begin_inset space \hfill{}
22903 \end_inset
22904
22905
22906 \begin_inset Tabular
22907 <lyxtabular version="3" rows="11" columns="2">
22908 <features booktabs="true" tabularvalignment="middle">
22909 <column alignment="center" valignment="top" width="0pt">
22910 <column alignment="center" valignment="top" width="0pt">
22911 <row>
22912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22913 \begin_inset Text
22914
22915 \begin_layout Plain Layout
22916 Command
22917 \end_layout
22918
22919 \end_inset
22920 </cell>
22921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22922 \begin_inset Text
22923
22924 \begin_layout Plain Layout
22925 Result
22926 \end_layout
22927
22928 \end_inset
22929 </cell>
22930 </row>
22931 <row>
22932 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22933 \begin_inset Text
22934
22935 \begin_layout Plain Layout
22936
22937 \backslash
22938 varrho
22939 \end_layout
22940
22941 \end_inset
22942 </cell>
22943 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22944 \begin_inset Text
22945
22946 \begin_layout Plain Layout
22947 \begin_inset Formula $\varrho$
22948 \end_inset
22949
22950
22951 \end_layout
22952
22953 \end_inset
22954 </cell>
22955 </row>
22956 <row>
22957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22958 \begin_inset Text
22959
22960 \begin_layout Plain Layout
22961
22962 \backslash
22963 sigma
22964 \end_layout
22965
22966 \end_inset
22967 </cell>
22968 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22969 \begin_inset Text
22970
22971 \begin_layout Plain Layout
22972 \begin_inset Formula $\sigma$
22973 \end_inset
22974
22975
22976 \end_layout
22977
22978 \end_inset
22979 </cell>
22980 </row>
22981 <row>
22982 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22983 \begin_inset Text
22984
22985 \begin_layout Plain Layout
22986
22987 \backslash
22988 varsigma
22989 \end_layout
22990
22991 \end_inset
22992 </cell>
22993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22994 \begin_inset Text
22995
22996 \begin_layout Plain Layout
22997 \begin_inset Formula $\varsigma$
22998 \end_inset
22999
23000
23001 \end_layout
23002
23003 \end_inset
23004 </cell>
23005 </row>
23006 <row>
23007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23008 \begin_inset Text
23009
23010 \begin_layout Plain Layout
23011
23012 \backslash
23013 tau
23014 \end_layout
23015
23016 \end_inset
23017 </cell>
23018 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23019 \begin_inset Text
23020
23021 \begin_layout Plain Layout
23022 \begin_inset Formula $\tau$
23023 \end_inset
23024
23025
23026 \end_layout
23027
23028 \end_inset
23029 </cell>
23030 </row>
23031 <row>
23032 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23033 \begin_inset Text
23034
23035 \begin_layout Plain Layout
23036
23037 \backslash
23038 upsilon
23039 \end_layout
23040
23041 \end_inset
23042 </cell>
23043 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23044 \begin_inset Text
23045
23046 \begin_layout Plain Layout
23047 \begin_inset Formula $\upsilon$
23048 \end_inset
23049
23050
23051 \end_layout
23052
23053 \end_inset
23054 </cell>
23055 </row>
23056 <row>
23057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23058 \begin_inset Text
23059
23060 \begin_layout Plain Layout
23061
23062 \backslash
23063 phi
23064 \end_layout
23065
23066 \end_inset
23067 </cell>
23068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23069 \begin_inset Text
23070
23071 \begin_layout Plain Layout
23072 \begin_inset Formula $\phi$
23073 \end_inset
23074
23075
23076 \end_layout
23077
23078 \end_inset
23079 </cell>
23080 </row>
23081 <row>
23082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23083 \begin_inset Text
23084
23085 \begin_layout Plain Layout
23086
23087 \backslash
23088 varphi
23089 \end_layout
23090
23091 \end_inset
23092 </cell>
23093 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23094 \begin_inset Text
23095
23096 \begin_layout Plain Layout
23097 \begin_inset Formula $\varphi$
23098 \end_inset
23099
23100
23101 \end_layout
23102
23103 \end_inset
23104 </cell>
23105 </row>
23106 <row>
23107 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23108 \begin_inset Text
23109
23110 \begin_layout Plain Layout
23111
23112 \backslash
23113 chi
23114 \end_layout
23115
23116 \end_inset
23117 </cell>
23118 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23119 \begin_inset Text
23120
23121 \begin_layout Plain Layout
23122 \begin_inset Formula $\chi$
23123 \end_inset
23124
23125
23126 \end_layout
23127
23128 \end_inset
23129 </cell>
23130 </row>
23131 <row>
23132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23133 \begin_inset Text
23134
23135 \begin_layout Plain Layout
23136
23137 \backslash
23138 psi
23139 \end_layout
23140
23141 \end_inset
23142 </cell>
23143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23144 \begin_inset Text
23145
23146 \begin_layout Plain Layout
23147 \begin_inset Formula $\psi$
23148 \end_inset
23149
23150
23151 \end_layout
23152
23153 \end_inset
23154 </cell>
23155 </row>
23156 <row>
23157 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23158 \begin_inset Text
23159
23160 \begin_layout Plain Layout
23161
23162 \backslash
23163 omega
23164 \end_layout
23165
23166 \end_inset
23167 </cell>
23168 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23169 \begin_inset Text
23170
23171 \begin_layout Plain Layout
23172 \begin_inset Formula $\omega$
23173 \end_inset
23174
23175
23176 \end_layout
23177
23178 \end_inset
23179 </cell>
23180 </row>
23181 </lyxtabular>
23182
23183 \end_inset
23184
23185
23186 \begin_inset space \hfill{}
23187 \end_inset
23188
23189
23190 \end_layout
23191
23192 \begin_layout Standard
23193 \begin_inset VSpace medskip
23194 \end_inset
23195
23196
23197 \end_layout
23198
23199 \begin_layout Standard
23200 Creating upright Greek letters is explained in 
23201 \begin_inset CommandInset ref
23202 LatexCommand ref
23203 reference "subsec:Upright-small-Greek"
23204
23205 \end_inset
23206
23207 .
23208 \end_layout
23209
23210 \begin_layout Subsection
23211 Big Letters
23212 \begin_inset Index idx
23213 range none
23214 pageformat default
23215 status collapsed
23216
23217 \begin_layout Plain Layout
23218 Greek letters
23219 \begin_inset IndexMacro subentry
23220 status open
23221
23222 \begin_layout Plain Layout
23223 big
23224 \end_layout
23225
23226 \end_inset
23227
23228
23229 \end_layout
23230
23231 \end_inset
23232
23233
23234 \end_layout
23235
23236 \begin_layout Standard
23237 \begin_inset space \hfill{}
23238 \end_inset
23239
23240
23241 \begin_inset Tabular
23242 <lyxtabular version="3" rows="7" columns="2">
23243 <features booktabs="true" tabularvalignment="middle">
23244 <column alignment="center" valignment="top" width="0pt">
23245 <column alignment="center" valignment="top" width="0pt">
23246 <row>
23247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23248 \begin_inset Text
23249
23250 \begin_layout Plain Layout
23251 Command
23252 \end_layout
23253
23254 \end_inset
23255 </cell>
23256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23257 \begin_inset Text
23258
23259 \begin_layout Plain Layout
23260 Result
23261 \end_layout
23262
23263 \end_inset
23264 </cell>
23265 </row>
23266 <row>
23267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23268 \begin_inset Text
23269
23270 \begin_layout Plain Layout
23271
23272 \backslash
23273 Gamma
23274 \end_layout
23275
23276 \end_inset
23277 </cell>
23278 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23279 \begin_inset Text
23280
23281 \begin_layout Plain Layout
23282 \begin_inset Formula $\Gamma$
23283 \end_inset
23284
23285
23286 \end_layout
23287
23288 \end_inset
23289 </cell>
23290 </row>
23291 <row>
23292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23293 \begin_inset Text
23294
23295 \begin_layout Plain Layout
23296
23297 \backslash
23298 Delta
23299 \end_layout
23300
23301 \end_inset
23302 </cell>
23303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23304 \begin_inset Text
23305
23306 \begin_layout Plain Layout
23307 \begin_inset Formula $\Delta$
23308 \end_inset
23309
23310
23311 \end_layout
23312
23313 \end_inset
23314 </cell>
23315 </row>
23316 <row>
23317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23318 \begin_inset Text
23319
23320 \begin_layout Plain Layout
23321
23322 \backslash
23323 Theta
23324 \end_layout
23325
23326 \end_inset
23327 </cell>
23328 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23329 \begin_inset Text
23330
23331 \begin_layout Plain Layout
23332 \begin_inset Formula $\Theta$
23333 \end_inset
23334
23335
23336 \end_layout
23337
23338 \end_inset
23339 </cell>
23340 </row>
23341 <row>
23342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23343 \begin_inset Text
23344
23345 \begin_layout Plain Layout
23346
23347 \backslash
23348 Lambda
23349 \end_layout
23350
23351 \end_inset
23352 </cell>
23353 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23354 \begin_inset Text
23355
23356 \begin_layout Plain Layout
23357 \begin_inset Formula $\Lambda$
23358 \end_inset
23359
23360
23361 \end_layout
23362
23363 \end_inset
23364 </cell>
23365 </row>
23366 <row>
23367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23368 \begin_inset Text
23369
23370 \begin_layout Plain Layout
23371
23372 \backslash
23373 Xi
23374 \end_layout
23375
23376 \end_inset
23377 </cell>
23378 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23379 \begin_inset Text
23380
23381 \begin_layout Plain Layout
23382 \begin_inset Formula $\Xi$
23383 \end_inset
23384
23385
23386 \end_layout
23387
23388 \end_inset
23389 </cell>
23390 </row>
23391 <row>
23392 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23393 \begin_inset Text
23394
23395 \begin_layout Plain Layout
23396
23397 \backslash
23398 Pi
23399 \end_layout
23400
23401 \end_inset
23402 </cell>
23403 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23404 \begin_inset Text
23405
23406 \begin_layout Plain Layout
23407 \begin_inset Formula $\Pi$
23408 \end_inset
23409
23410
23411 \end_layout
23412
23413 \end_inset
23414 </cell>
23415 </row>
23416 </lyxtabular>
23417
23418 \end_inset
23419
23420
23421 \begin_inset space \hfill{}
23422 \end_inset
23423
23424
23425 \begin_inset Tabular
23426 <lyxtabular version="3" rows="6" columns="2">
23427 <features booktabs="true" tabularvalignment="middle">
23428 <column alignment="center" valignment="top" width="0pt">
23429 <column alignment="center" valignment="top" width="0pt">
23430 <row>
23431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23432 \begin_inset Text
23433
23434 \begin_layout Plain Layout
23435 Command
23436 \end_layout
23437
23438 \end_inset
23439 </cell>
23440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444 Result
23445 \end_layout
23446
23447 \end_inset
23448 </cell>
23449 </row>
23450 <row>
23451 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23452 \begin_inset Text
23453
23454 \begin_layout Plain Layout
23455
23456 \backslash
23457 Sigma
23458 \end_layout
23459
23460 \end_inset
23461 </cell>
23462 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23463 \begin_inset Text
23464
23465 \begin_layout Plain Layout
23466 \begin_inset Formula $\Sigma$
23467 \end_inset
23468
23469
23470 \end_layout
23471
23472 \end_inset
23473 </cell>
23474 </row>
23475 <row>
23476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23477 \begin_inset Text
23478
23479 \begin_layout Plain Layout
23480
23481 \backslash
23482 Upsilon
23483 \end_layout
23484
23485 \end_inset
23486 </cell>
23487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23488 \begin_inset Text
23489
23490 \begin_layout Plain Layout
23491 \begin_inset Formula $\Upsilon$
23492 \end_inset
23493
23494
23495 \end_layout
23496
23497 \end_inset
23498 </cell>
23499 </row>
23500 <row>
23501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23502 \begin_inset Text
23503
23504 \begin_layout Plain Layout
23505
23506 \backslash
23507 Phi
23508 \end_layout
23509
23510 \end_inset
23511 </cell>
23512 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23513 \begin_inset Text
23514
23515 \begin_layout Plain Layout
23516 \begin_inset Formula $\Phi$
23517 \end_inset
23518
23519
23520 \end_layout
23521
23522 \end_inset
23523 </cell>
23524 </row>
23525 <row>
23526 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23527 \begin_inset Text
23528
23529 \begin_layout Plain Layout
23530
23531 \backslash
23532 Psi
23533 \end_layout
23534
23535 \end_inset
23536 </cell>
23537 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23538 \begin_inset Text
23539
23540 \begin_layout Plain Layout
23541 \begin_inset Formula $\Psi$
23542 \end_inset
23543
23544
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 </row>
23550 <row>
23551 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23552 \begin_inset Text
23553
23554 \begin_layout Plain Layout
23555
23556 \backslash
23557 Omega
23558 \end_layout
23559
23560 \end_inset
23561 </cell>
23562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23563 \begin_inset Text
23564
23565 \begin_layout Plain Layout
23566 \begin_inset Formula $\Omega$
23567 \end_inset
23568
23569
23570 \end_layout
23571
23572 \end_inset
23573 </cell>
23574 </row>
23575 </lyxtabular>
23576
23577 \end_inset
23578
23579
23580 \begin_inset space \hfill{}
23581 \end_inset
23582
23583
23584 \end_layout
23585
23586 \begin_layout Standard
23587 \begin_inset VSpace medskip
23588 \end_inset
23589
23590 The big Greek letters appearing upright is caused by a design bug in \SpecialChar TeX
23591 .
23592  To create correct italic big letters, begin every command with 
23593 \series bold
23594 var
23595 \series default
23596 .
23597  For example the command 
23598 \series bold
23599
23600 \backslash
23601 varGamma
23602 \series default
23603  produces 
23604 \begin_inset Formula $\varGamma$
23605 \end_inset
23606
23607 .
23608  Another way is to load the package 
23609 \series bold
23610 fixmath
23611 \series default
23612
23613 \begin_inset Foot
23614 status collapsed
23615
23616 \begin_layout Plain Layout
23617
23618 \series bold
23619 fixmath
23620 \series default
23621  is part of the \SpecialChar LaTeX
23622 -package 
23623 \series bold
23624 was
23625 \series default
23626
23627 \begin_inset Index idx
23628 range none
23629 pageformat default
23630 status collapsed
23631
23632 \begin_layout Plain Layout
23633 Packages
23634 \begin_inset IndexMacro subentry
23635 status open
23636
23637 \begin_layout Plain Layout
23638 was
23639 \end_layout
23640
23641 \end_inset
23642
23643
23644 \end_layout
23645
23646 \end_inset
23647
23648 .
23649 \end_layout
23650
23651 \end_inset
23652
23653
23654 \begin_inset Index idx
23655 range none
23656 pageformat default
23657 status collapsed
23658
23659 \begin_layout Plain Layout
23660 Packages
23661 \begin_inset IndexMacro subentry
23662 status open
23663
23664 \begin_layout Plain Layout
23665 fixmath
23666 \end_layout
23667
23668 \end_inset
23669
23670
23671 \end_layout
23672
23673 \end_inset
23674
23675  with the \SpecialChar LaTeX
23676 -preamble line
23677 \end_layout
23678
23679 \begin_layout Standard
23680
23681 \series bold
23682
23683 \backslash
23684 usepackage{fixmath}
23685 \end_layout
23686
23687 \begin_layout Standard
23688 Then all big Greek letters in a document will automatically be typeset italic.
23689 \end_layout
23690
23691 \begin_layout Subsection
23692 Bold Letters
23693 \begin_inset Index idx
23694 range none
23695 pageformat default
23696 status collapsed
23697
23698 \begin_layout Plain Layout
23699 Greek letters
23700 \begin_inset IndexMacro subentry
23701 status open
23702
23703 \begin_layout Plain Layout
23704 bold
23705 \end_layout
23706
23707 \end_inset
23708
23709
23710 \end_layout
23711
23712 \end_inset
23713
23714
23715 \end_layout
23716
23717 \begin_layout Standard
23718 Greek letters cannot be set with different font styles like Latin letters.
23719  They can only be made bold with the command 
23720 \series bold
23721
23722 \backslash
23723 boldsymbol
23724 \series default
23725
23726 \begin_inset Index idx
23727 range none
23728 pageformat default
23729 status collapsed
23730
23731 \begin_layout Plain Layout
23732 Commands
23733 \begin_inset IndexMacro subentry
23734 status open
23735
23736 \begin_layout Plain Layout
23737 B
23738 \end_layout
23739
23740 \end_inset
23741
23742
23743 \begin_inset IndexMacro subentry
23744 status open
23745
23746 \begin_layout Plain Layout
23747
23748 \backslash
23749 boldsymbol
23750 \end_layout
23751
23752 \end_inset
23753
23754
23755 \end_layout
23756
23757 \end_inset
23758
23759 .
23760 \end_layout
23761
23762 \begin_layout Standard
23763 \align center
23764 \begin_inset Tabular
23765 <lyxtabular version="3" rows="3" columns="2">
23766 <features booktabs="true" tabularvalignment="middle">
23767 <column alignment="center" valignment="top" width="0pt">
23768 <column alignment="center" valignment="top">
23769 <row>
23770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23771 \begin_inset Text
23772
23773 \begin_layout Plain Layout
23774 Command
23775 \end_layout
23776
23777 \end_inset
23778 </cell>
23779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23780 \begin_inset Text
23781
23782 \begin_layout Plain Layout
23783 Result
23784 \end_layout
23785
23786 \end_inset
23787 </cell>
23788 </row>
23789 <row>
23790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23791 \begin_inset Text
23792
23793 \begin_layout Plain Layout
23794
23795 \backslash
23796 Upsilon
23797 \backslash
23798 boldsymbol
23799 \backslash
23800 Upsilon
23801 \end_layout
23802
23803 \end_inset
23804 </cell>
23805 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23806 \begin_inset Text
23807
23808 \begin_layout Plain Layout
23809 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
23810 \end_inset
23811
23812
23813 \end_layout
23814
23815 \end_inset
23816 </cell>
23817 </row>
23818 <row>
23819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23820 \begin_inset Text
23821
23822 \begin_layout Plain Layout
23823
23824 \backslash
23825 theta
23826 \backslash
23827 boldsymbol
23828 \backslash
23829 theta
23830 \end_layout
23831
23832 \end_inset
23833 </cell>
23834 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23835 \begin_inset Text
23836
23837 \begin_layout Plain Layout
23838 \begin_inset Formula $\theta\boldsymbol{\theta}$
23839 \end_inset
23840
23841
23842 \end_layout
23843
23844 \end_inset
23845 </cell>
23846 </row>
23847 </lyxtabular>
23848
23849 \end_inset
23850
23851
23852 \end_layout
23853
23854 \begin_layout Section
23855 Symbols
23856 \begin_inset ERT
23857 status collapsed
23858
23859 \begin_layout Plain Layout
23860
23861
23862 \backslash
23863 texorpdfstring{
23864 \end_layout
23865
23866 \end_inset
23867
23868
23869 \begin_inset Foot
23870 status collapsed
23871
23872 \begin_layout Plain Layout
23873 A list with all symbols of most of the \SpecialChar LaTeX
23874 -packages can be found in 
23875 \begin_inset CommandInset citation
23876 LatexCommand cite
23877 key "Symbols"
23878 literal "true"
23879
23880 \end_inset
23881
23882 .
23883 \end_layout
23884
23885 \end_inset
23886
23887
23888 \begin_inset ERT
23889 status collapsed
23890
23891 \begin_layout Plain Layout
23892
23893 }{}
23894 \end_layout
23895
23896 \end_inset
23897
23898
23899 \begin_inset Note Note
23900 status collapsed
23901
23902 \begin_layout Plain Layout
23903
23904 \backslash
23905 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
23906 \end_layout
23907
23908 \begin_layout Plain Layout
23909 More about 
23910 \backslash
23911 texorpdfstring is in section 
23912 \begin_inset CommandInset ref
23913 LatexCommand ref
23914 reference "subsec:Formulas-in-Section"
23915
23916 \end_inset
23917
23918 .
23919 \end_layout
23920
23921 \end_inset
23922
23923
23924 \begin_inset Index idx
23925 range none
23926 pageformat default
23927 status collapsed
23928
23929 \begin_layout Plain Layout
23930 Symbols
23931 \end_layout
23932
23933 \end_inset
23934
23935
23936 \end_layout
23937
23938 \begin_layout Standard
23939 Many of the symbols listed in this section can also be inserted via the
23940  toolbar buttons 
23941 \begin_inset Info
23942 type  "icon"
23943 arg   "math-insert \\nabla"
23944 \end_inset
23945
23946  and 
23947 \begin_inset Info
23948 type  "icon"
23949 arg   "math-insert \\digamma"
23950 \end_inset
23951
23952 .
23953 \end_layout
23954
23955 \begin_layout Subsection
23956 Mathematical Symbols
23957 \begin_inset CommandInset label
23958 LatexCommand label
23959 name "subsec:Mathematical-Symbols"
23960
23961 \end_inset
23962
23963
23964 \begin_inset Index idx
23965 range none
23966 pageformat default
23967 status collapsed
23968
23969 \begin_layout Plain Layout
23970 Symbols
23971 \begin_inset IndexMacro subentry
23972 status open
23973
23974 \begin_layout Plain Layout
23975 mathematical
23976 \end_layout
23977
23978 \end_inset
23979
23980
23981 \end_layout
23982
23983 \end_inset
23984
23985
23986 \end_layout
23987
23988 \begin_layout Standard
23989 \begin_inset Tabular
23990 <lyxtabular version="3" rows="10" columns="2">
23991 <features booktabs="true" tabularvalignment="middle">
23992 <column alignment="center" valignment="top" width="0pt">
23993 <column alignment="center" valignment="top" width="0pt">
23994 <row>
23995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23996 \begin_inset Text
23997
23998 \begin_layout Plain Layout
23999 Command
24000 \end_layout
24001
24002 \end_inset
24003 </cell>
24004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24005 \begin_inset Text
24006
24007 \begin_layout Plain Layout
24008 Symbol
24009 \end_layout
24010
24011 \end_inset
24012 </cell>
24013 </row>
24014 <row>
24015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24016 \begin_inset Text
24017
24018 \begin_layout Plain Layout
24019
24020 \backslash
24021 neg
24022 \end_layout
24023
24024 \end_inset
24025 </cell>
24026 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24027 \begin_inset Text
24028
24029 \begin_layout Plain Layout
24030 \begin_inset Formula $\neg$
24031 \end_inset
24032
24033
24034 \end_layout
24035
24036 \end_inset
24037 </cell>
24038 </row>
24039 <row>
24040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24041 \begin_inset Text
24042
24043 \begin_layout Plain Layout
24044
24045 \backslash
24046 Im
24047 \end_layout
24048
24049 \end_inset
24050 </cell>
24051 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24052 \begin_inset Text
24053
24054 \begin_layout Plain Layout
24055 \begin_inset Formula $\Im$
24056 \end_inset
24057
24058
24059 \end_layout
24060
24061 \end_inset
24062 </cell>
24063 </row>
24064 <row>
24065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24066 \begin_inset Text
24067
24068 \begin_layout Plain Layout
24069
24070 \backslash
24071 Re
24072 \end_layout
24073
24074 \end_inset
24075 </cell>
24076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24077 \begin_inset Text
24078
24079 \begin_layout Plain Layout
24080 \begin_inset Formula $\Re$
24081 \end_inset
24082
24083
24084 \end_layout
24085
24086 \end_inset
24087 </cell>
24088 </row>
24089 <row>
24090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24091 \begin_inset Text
24092
24093 \begin_layout Plain Layout
24094
24095 \backslash
24096 aleph
24097 \end_layout
24098
24099 \end_inset
24100 </cell>
24101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24102 \begin_inset Text
24103
24104 \begin_layout Plain Layout
24105 \begin_inset Formula $\aleph$
24106 \end_inset
24107
24108
24109 \end_layout
24110
24111 \end_inset
24112 </cell>
24113 </row>
24114 <row>
24115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24116 \begin_inset Text
24117
24118 \begin_layout Plain Layout
24119
24120 \backslash
24121 partial
24122 \end_layout
24123
24124 \end_inset
24125 </cell>
24126 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24127 \begin_inset Text
24128
24129 \begin_layout Plain Layout
24130 \begin_inset Formula $\partial$
24131 \end_inset
24132
24133
24134 \end_layout
24135
24136 \end_inset
24137 </cell>
24138 </row>
24139 <row>
24140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24141 \begin_inset Text
24142
24143 \begin_layout Plain Layout
24144
24145 \backslash
24146 infty
24147 \end_layout
24148
24149 \end_inset
24150 </cell>
24151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24152 \begin_inset Text
24153
24154 \begin_layout Plain Layout
24155 \begin_inset Formula $\infty$
24156 \end_inset
24157
24158
24159 \end_layout
24160
24161 \end_inset
24162 </cell>
24163 </row>
24164 <row>
24165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24166 \begin_inset Text
24167
24168 \begin_layout Plain Layout
24169
24170 \backslash
24171 wp
24172 \end_layout
24173
24174 \end_inset
24175 </cell>
24176 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24177 \begin_inset Text
24178
24179 \begin_layout Plain Layout
24180 \begin_inset Formula $\wp$
24181 \end_inset
24182
24183
24184 \end_layout
24185
24186 \end_inset
24187 </cell>
24188 </row>
24189 <row>
24190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24191 \begin_inset Text
24192
24193 \begin_layout Plain Layout
24194
24195 \backslash
24196 imath
24197 \end_layout
24198
24199 \end_inset
24200 </cell>
24201 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24202 \begin_inset Text
24203
24204 \begin_layout Plain Layout
24205 \begin_inset Formula $\imath$
24206 \end_inset
24207
24208
24209 \end_layout
24210
24211 \end_inset
24212 </cell>
24213 </row>
24214 <row>
24215 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24216 \begin_inset Text
24217
24218 \begin_layout Plain Layout
24219
24220 \backslash
24221 jmath
24222 \end_layout
24223
24224 \end_inset
24225 </cell>
24226 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24227 \begin_inset Text
24228
24229 \begin_layout Plain Layout
24230 \begin_inset Formula $\jmath$
24231 \end_inset
24232
24233
24234 \end_layout
24235
24236 \end_inset
24237 </cell>
24238 </row>
24239 </lyxtabular>
24240
24241 \end_inset
24242
24243
24244 \begin_inset space \hfill{}
24245 \end_inset
24246
24247
24248 \begin_inset Tabular
24249 <lyxtabular version="3" rows="10" columns="2">
24250 <features booktabs="true" tabularvalignment="middle">
24251 <column alignment="center" valignment="top" width="0pt">
24252 <column alignment="center" valignment="top" width="0pt">
24253 <row>
24254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24255 \begin_inset Text
24256
24257 \begin_layout Plain Layout
24258 Command
24259 \end_layout
24260
24261 \end_inset
24262 </cell>
24263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24264 \begin_inset Text
24265
24266 \begin_layout Plain Layout
24267 Symbol
24268 \begin_inset Note Note
24269 status collapsed
24270
24271 \begin_layout Plain Layout
24272
24273 \series bold
24274
24275 \backslash
24276 raisebox
24277 \series default
24278  is only used as spacer.
24279 \end_layout
24280
24281 \end_inset
24282
24283
24284 \end_layout
24285
24286 \end_inset
24287 </cell>
24288 </row>
24289 <row>
24290 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24291 \begin_inset Text
24292
24293 \begin_layout Plain Layout
24294
24295 \backslash
24296 forall
24297 \end_layout
24298
24299 \end_inset
24300 </cell>
24301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24302 \begin_inset Text
24303
24304 \begin_layout Plain Layout
24305 \begin_inset Formula $\forall$
24306 \end_inset
24307
24308
24309 \end_layout
24310
24311 \end_inset
24312 </cell>
24313 </row>
24314 <row>
24315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24316 \begin_inset Text
24317
24318 \begin_layout Plain Layout
24319
24320 \backslash
24321 exists
24322 \end_layout
24323
24324 \end_inset
24325 </cell>
24326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24327 \begin_inset Text
24328
24329 \begin_layout Plain Layout
24330 \begin_inset Formula $\exists$
24331 \end_inset
24332
24333
24334 \end_layout
24335
24336 \end_inset
24337 </cell>
24338 </row>
24339 <row>
24340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Plain Layout
24344
24345 \backslash
24346 nexists
24347 \end_layout
24348
24349 \end_inset
24350 </cell>
24351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24352 \begin_inset Text
24353
24354 \begin_layout Plain Layout
24355 \begin_inset Formula $\nexists$
24356 \end_inset
24357
24358
24359 \end_layout
24360
24361 \end_inset
24362 </cell>
24363 </row>
24364 <row>
24365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24366 \begin_inset Text
24367
24368 \begin_layout Plain Layout
24369
24370 \backslash
24371 emptyset
24372 \end_layout
24373
24374 \end_inset
24375 </cell>
24376 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24377 \begin_inset Text
24378
24379 \begin_layout Plain Layout
24380 \begin_inset Formula $\emptyset$
24381 \end_inset
24382
24383
24384 \end_layout
24385
24386 \end_inset
24387 </cell>
24388 </row>
24389 <row>
24390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24391 \begin_inset Text
24392
24393 \begin_layout Plain Layout
24394
24395 \backslash
24396 varnothing
24397 \end_layout
24398
24399 \end_inset
24400 </cell>
24401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24402 \begin_inset Text
24403
24404 \begin_layout Plain Layout
24405 \begin_inset Formula $\varnothing$
24406 \end_inset
24407
24408
24409 \end_layout
24410
24411 \end_inset
24412 </cell>
24413 </row>
24414 <row>
24415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24416 \begin_inset Text
24417
24418 \begin_layout Plain Layout
24419
24420 \backslash
24421 dag
24422 \end_layout
24423
24424 \end_inset
24425 </cell>
24426 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24427 \begin_inset Text
24428
24429 \begin_layout Plain Layout
24430 \begin_inset Formula $\dag$
24431 \end_inset
24432
24433
24434 \end_layout
24435
24436 \end_inset
24437 </cell>
24438 </row>
24439 <row>
24440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24441 \begin_inset Text
24442
24443 \begin_layout Plain Layout
24444
24445 \backslash
24446 ddag
24447 \end_layout
24448
24449 \end_inset
24450 </cell>
24451 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24452 \begin_inset Text
24453
24454 \begin_layout Plain Layout
24455 \begin_inset Formula $\ddag$
24456 \end_inset
24457
24458
24459 \end_layout
24460
24461 \end_inset
24462 </cell>
24463 </row>
24464 <row>
24465 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24466 \begin_inset Text
24467
24468 \begin_layout Plain Layout
24469
24470 \backslash
24471 complement
24472 \end_layout
24473
24474 \end_inset
24475 </cell>
24476 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24477 \begin_inset Text
24478
24479 \begin_layout Plain Layout
24480 \begin_inset ERT
24481 status collapsed
24482
24483 \begin_layout Plain Layout
24484
24485
24486 \backslash
24487 raisebox{-0.8mm}{
24488 \end_layout
24489
24490 \end_inset
24491
24492
24493 \begin_inset Formula $\complement$
24494 \end_inset
24495
24496
24497 \begin_inset ERT
24498 status collapsed
24499
24500 \begin_layout Plain Layout
24501
24502 }
24503 \end_layout
24504
24505 \end_inset
24506
24507
24508 \end_layout
24509
24510 \end_inset
24511 </cell>
24512 </row>
24513 <row>
24514 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24515 \begin_inset Text
24516
24517 \begin_layout Plain Layout
24518
24519 \backslash
24520 Bbbk
24521 \end_layout
24522
24523 \end_inset
24524 </cell>
24525 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24526 \begin_inset Text
24527
24528 \begin_layout Plain Layout
24529 \begin_inset Formula $\Bbbk$
24530 \end_inset
24531
24532
24533 \end_layout
24534
24535 \end_inset
24536 </cell>
24537 </row>
24538 </lyxtabular>
24539
24540 \end_inset
24541
24542
24543 \begin_inset space \hfill{}
24544 \end_inset
24545
24546
24547 \begin_inset Tabular
24548 <lyxtabular version="3" rows="10" columns="2">
24549 <features booktabs="true" tabularvalignment="middle">
24550 <column alignment="center" valignment="top" width="0pt">
24551 <column alignment="center" valignment="top" width="0pt">
24552 <row>
24553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24554 \begin_inset Text
24555
24556 \begin_layout Plain Layout
24557 Command
24558 \end_layout
24559
24560 \end_inset
24561 </cell>
24562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24563 \begin_inset Text
24564
24565 \begin_layout Plain Layout
24566 Symbol
24567 \end_layout
24568
24569 \end_inset
24570 </cell>
24571 </row>
24572 <row>
24573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24574 \begin_inset Text
24575
24576 \begin_layout Plain Layout
24577
24578 \backslash
24579 prime
24580 \end_layout
24581
24582 \end_inset
24583 </cell>
24584 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24585 \begin_inset Text
24586
24587 \begin_layout Plain Layout
24588 \begin_inset Formula $\prime$
24589 \end_inset
24590
24591
24592 \end_layout
24593
24594 \end_inset
24595 </cell>
24596 </row>
24597 <row>
24598 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24599 \begin_inset Text
24600
24601 \begin_layout Plain Layout
24602
24603 \backslash
24604 backprime
24605 \end_layout
24606
24607 \end_inset
24608 </cell>
24609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24610 \begin_inset Text
24611
24612 \begin_layout Plain Layout
24613 \begin_inset Formula $\backprime$
24614 \end_inset
24615
24616
24617 \end_layout
24618
24619 \end_inset
24620 </cell>
24621 </row>
24622 <row>
24623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24624 \begin_inset Text
24625
24626 \begin_layout Plain Layout
24627
24628 \backslash
24629 mho
24630 \end_layout
24631
24632 \end_inset
24633 </cell>
24634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24635 \begin_inset Text
24636
24637 \begin_layout Plain Layout
24638 \begin_inset Formula $\mho$
24639 \end_inset
24640
24641
24642 \end_layout
24643
24644 \end_inset
24645 </cell>
24646 </row>
24647 <row>
24648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24649 \begin_inset Text
24650
24651 \begin_layout Plain Layout
24652
24653 \backslash
24654 triangle
24655 \end_layout
24656
24657 \end_inset
24658 </cell>
24659 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24660 \begin_inset Text
24661
24662 \begin_layout Plain Layout
24663 \begin_inset Formula $\triangle$
24664 \end_inset
24665
24666
24667 \end_layout
24668
24669 \end_inset
24670 </cell>
24671 </row>
24672 <row>
24673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24674 \begin_inset Text
24675
24676 \begin_layout Plain Layout
24677
24678 \backslash
24679 angle
24680 \end_layout
24681
24682 \end_inset
24683 </cell>
24684 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24685 \begin_inset Text
24686
24687 \begin_layout Plain Layout
24688 \begin_inset Formula $\angle$
24689 \end_inset
24690
24691
24692 \end_layout
24693
24694 \end_inset
24695 </cell>
24696 </row>
24697 <row>
24698 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24699 \begin_inset Text
24700
24701 \begin_layout Plain Layout
24702
24703 \backslash
24704 measuredangle
24705 \end_layout
24706
24707 \end_inset
24708 </cell>
24709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24710 \begin_inset Text
24711
24712 \begin_layout Plain Layout
24713 \begin_inset Formula $\measuredangle$
24714 \end_inset
24715
24716
24717 \end_layout
24718
24719 \end_inset
24720 </cell>
24721 </row>
24722 <row>
24723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24724 \begin_inset Text
24725
24726 \begin_layout Plain Layout
24727
24728 \backslash
24729 sphericalangle
24730 \end_layout
24731
24732 \end_inset
24733 </cell>
24734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24735 \begin_inset Text
24736
24737 \begin_layout Plain Layout
24738 \begin_inset Formula $\sphericalangle$
24739 \end_inset
24740
24741
24742 \end_layout
24743
24744 \end_inset
24745 </cell>
24746 </row>
24747 <row>
24748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24749 \begin_inset Text
24750
24751 \begin_layout Plain Layout
24752
24753 \backslash
24754 top
24755 \end_layout
24756
24757 \end_inset
24758 </cell>
24759 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24760 \begin_inset Text
24761
24762 \begin_layout Plain Layout
24763 \begin_inset Formula $\top$
24764 \end_inset
24765
24766
24767 \end_layout
24768
24769 \end_inset
24770 </cell>
24771 </row>
24772 <row>
24773 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24774 \begin_inset Text
24775
24776 \begin_layout Plain Layout
24777
24778 \backslash
24779 bot
24780 \end_layout
24781
24782 \end_inset
24783 </cell>
24784 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24785 \begin_inset Text
24786
24787 \begin_layout Plain Layout
24788 \begin_inset Formula $\bot$
24789 \end_inset
24790
24791
24792 \end_layout
24793
24794 \end_inset
24795 </cell>
24796 </row>
24797 </lyxtabular>
24798
24799 \end_inset
24800
24801
24802 \end_layout
24803
24804 \begin_layout Subsection
24805 Miscellaneous Symbols
24806 \begin_inset CommandInset label
24807 LatexCommand label
24808 name "subsec:Miscellaneous-Symbols"
24809
24810 \end_inset
24811
24812
24813 \begin_inset Index idx
24814 range none
24815 pageformat default
24816 status collapsed
24817
24818 \begin_layout Plain Layout
24819 Symbols
24820 \begin_inset IndexMacro subentry
24821 status open
24822
24823 \begin_layout Plain Layout
24824 miscellaneous
24825 \end_layout
24826
24827 \end_inset
24828
24829
24830 \end_layout
24831
24832 \end_inset
24833
24834
24835 \end_layout
24836
24837 \begin_layout Standard
24838 \noindent
24839 \align center
24840 \begin_inset Tabular
24841 <lyxtabular version="3" rows="10" columns="2">
24842 <features booktabs="true" tabularvalignment="middle">
24843 <column alignment="center" valignment="top" width="0pt">
24844 <column alignment="center" valignment="top" width="0pt">
24845 <row>
24846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24847 \begin_inset Text
24848
24849 \begin_layout Plain Layout
24850 Command
24851 \end_layout
24852
24853 \end_inset
24854 </cell>
24855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24856 \begin_inset Text
24857
24858 \begin_layout Plain Layout
24859 Symbol
24860 \end_layout
24861
24862 \end_inset
24863 </cell>
24864 </row>
24865 <row>
24866 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24867 \begin_inset Text
24868
24869 \begin_layout Plain Layout
24870
24871 \backslash
24872 flat
24873 \end_layout
24874
24875 \end_inset
24876 </cell>
24877 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24878 \begin_inset Text
24879
24880 \begin_layout Plain Layout
24881 \begin_inset Formula $\flat$
24882 \end_inset
24883
24884
24885 \end_layout
24886
24887 \end_inset
24888 </cell>
24889 </row>
24890 <row>
24891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24892 \begin_inset Text
24893
24894 \begin_layout Plain Layout
24895
24896 \backslash
24897 natural
24898 \end_layout
24899
24900 \end_inset
24901 </cell>
24902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24903 \begin_inset Text
24904
24905 \begin_layout Plain Layout
24906 \begin_inset Formula $\natural$
24907 \end_inset
24908
24909
24910 \end_layout
24911
24912 \end_inset
24913 </cell>
24914 </row>
24915 <row>
24916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24917 \begin_inset Text
24918
24919 \begin_layout Plain Layout
24920
24921 \backslash
24922 sharp
24923 \end_layout
24924
24925 \end_inset
24926 </cell>
24927 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24928 \begin_inset Text
24929
24930 \begin_layout Plain Layout
24931 \begin_inset Formula $\sharp$
24932 \end_inset
24933
24934
24935 \end_layout
24936
24937 \end_inset
24938 </cell>
24939 </row>
24940 <row>
24941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24942 \begin_inset Text
24943
24944 \begin_layout Plain Layout
24945
24946 \backslash
24947 surd
24948 \end_layout
24949
24950 \end_inset
24951 </cell>
24952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24953 \begin_inset Text
24954
24955 \begin_layout Plain Layout
24956 \begin_inset Formula $\surd$
24957 \end_inset
24958
24959
24960 \end_layout
24961
24962 \end_inset
24963 </cell>
24964 </row>
24965 <row>
24966 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24967 \begin_inset Text
24968
24969 \begin_layout Plain Layout
24970
24971 \backslash
24972 checkmark
24973 \end_layout
24974
24975 \end_inset
24976 </cell>
24977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24978 \begin_inset Text
24979
24980 \begin_layout Plain Layout
24981 \begin_inset Formula $\checkmark$
24982 \end_inset
24983
24984
24985 \end_layout
24986
24987 \end_inset
24988 </cell>
24989 </row>
24990 <row>
24991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24992 \begin_inset Text
24993
24994 \begin_layout Plain Layout
24995
24996 \backslash
24997 yen
24998 \end_layout
24999
25000 \end_inset
25001 </cell>
25002 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25003 \begin_inset Text
25004
25005 \begin_layout Plain Layout
25006 \begin_inset Formula $\yen$
25007 \end_inset
25008
25009
25010 \end_layout
25011
25012 \end_inset
25013 </cell>
25014 </row>
25015 <row>
25016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25017 \begin_inset Text
25018
25019 \begin_layout Plain Layout
25020
25021 \backslash
25022 pounds
25023 \end_layout
25024
25025 \end_inset
25026 </cell>
25027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25028 \begin_inset Text
25029
25030 \begin_layout Plain Layout
25031 \begin_inset Formula $\pounds$
25032 \end_inset
25033
25034
25035 \end_layout
25036
25037 \end_inset
25038 </cell>
25039 </row>
25040 <row>
25041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25042 \begin_inset Text
25043
25044 \begin_layout Plain Layout
25045 $
25046 \end_layout
25047
25048 \end_inset
25049 </cell>
25050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25051 \begin_inset Text
25052
25053 \begin_layout Plain Layout
25054 \begin_inset Formula $\$$
25055 \end_inset
25056
25057
25058 \end_layout
25059
25060 \end_inset
25061 </cell>
25062 </row>
25063 <row>
25064 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25065 \begin_inset Text
25066
25067 \begin_layout Plain Layout
25068 §
25069 \end_layout
25070
25071 \end_inset
25072 </cell>
25073 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25074 \begin_inset Text
25075
25076 \begin_layout Plain Layout
25077 \begin_inset Formula $§$
25078 \end_inset
25079
25080
25081 \end_layout
25082
25083 \end_inset
25084 </cell>
25085 </row>
25086 </lyxtabular>
25087
25088 \end_inset
25089
25090
25091 \begin_inset space \hfill{}
25092 \end_inset
25093
25094
25095 \begin_inset Tabular
25096 <lyxtabular version="3" rows="10" columns="2">
25097 <features booktabs="true" tabularvalignment="middle">
25098 <column alignment="center" valignment="top" width="0pt">
25099 <column alignment="center" valignment="top">
25100 <row>
25101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25102 \begin_inset Text
25103
25104 \begin_layout Plain Layout
25105 Command
25106 \end_layout
25107
25108 \end_inset
25109 </cell>
25110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25111 \begin_inset Text
25112
25113 \begin_layout Plain Layout
25114 Symbol
25115 \end_layout
25116
25117 \end_inset
25118 </cell>
25119 </row>
25120 <row>
25121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25122 \begin_inset Text
25123
25124 \begin_layout Plain Layout
25125
25126 \backslash
25127 hbar
25128 \end_layout
25129
25130 \end_inset
25131 </cell>
25132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25133 \begin_inset Text
25134
25135 \begin_layout Plain Layout
25136 \begin_inset Formula $\hbar$
25137 \end_inset
25138
25139
25140 \end_layout
25141
25142 \end_inset
25143 </cell>
25144 </row>
25145 <row>
25146 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25147 \begin_inset Text
25148
25149 \begin_layout Plain Layout
25150
25151 \backslash
25152 hslash
25153 \end_layout
25154
25155 \end_inset
25156 </cell>
25157 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25158 \begin_inset Text
25159
25160 \begin_layout Plain Layout
25161 \begin_inset Formula $\hslash$
25162 \end_inset
25163
25164
25165 \end_layout
25166
25167 \end_inset
25168 </cell>
25169 </row>
25170 <row>
25171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25172 \begin_inset Text
25173
25174 \begin_layout Plain Layout
25175
25176 \backslash
25177 clubsuit
25178 \end_layout
25179
25180 \end_inset
25181 </cell>
25182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25183 \begin_inset Text
25184
25185 \begin_layout Plain Layout
25186 \begin_inset Formula $\clubsuit$
25187 \end_inset
25188
25189
25190 \end_layout
25191
25192 \end_inset
25193 </cell>
25194 </row>
25195 <row>
25196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25197 \begin_inset Text
25198
25199 \begin_layout Plain Layout
25200
25201 \backslash
25202 spadesuit
25203 \end_layout
25204
25205 \end_inset
25206 </cell>
25207 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25208 \begin_inset Text
25209
25210 \begin_layout Plain Layout
25211 \begin_inset Formula $\spadesuit$
25212 \end_inset
25213
25214
25215 \end_layout
25216
25217 \end_inset
25218 </cell>
25219 </row>
25220 <row>
25221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25222 \begin_inset Text
25223
25224 \begin_layout Plain Layout
25225
25226 \backslash
25227 bigstar
25228 \end_layout
25229
25230 \end_inset
25231 </cell>
25232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25233 \begin_inset Text
25234
25235 \begin_layout Plain Layout
25236 \begin_inset Formula $\bigstar$
25237 \end_inset
25238
25239
25240 \end_layout
25241
25242 \end_inset
25243 </cell>
25244 </row>
25245 <row>
25246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25247 \begin_inset Text
25248
25249 \begin_layout Plain Layout
25250
25251 \backslash
25252 blacklozenge
25253 \end_layout
25254
25255 \end_inset
25256 </cell>
25257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25258 \begin_inset Text
25259
25260 \begin_layout Plain Layout
25261 \begin_inset Formula $\blacklozenge$
25262 \end_inset
25263
25264
25265 \end_layout
25266
25267 \end_inset
25268 </cell>
25269 </row>
25270 <row>
25271 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25272 \begin_inset Text
25273
25274 \begin_layout Plain Layout
25275
25276 \backslash
25277 blacktriangle
25278 \end_layout
25279
25280 \end_inset
25281 </cell>
25282 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25283 \begin_inset Text
25284
25285 \begin_layout Plain Layout
25286 \begin_inset Formula $\blacktriangle$
25287 \end_inset
25288
25289
25290 \end_layout
25291
25292 \end_inset
25293 </cell>
25294 </row>
25295 <row>
25296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25297 \begin_inset Text
25298
25299 \begin_layout Plain Layout
25300
25301 \backslash
25302 blacktiangledown
25303 \end_layout
25304
25305 \end_inset
25306 </cell>
25307 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25308 \begin_inset Text
25309
25310 \begin_layout Plain Layout
25311 \begin_inset Formula $\blacktriangledown$
25312 \end_inset
25313
25314
25315 \end_layout
25316
25317 \end_inset
25318 </cell>
25319 </row>
25320 <row>
25321 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25322 \begin_inset Text
25323
25324 \begin_layout Plain Layout
25325
25326 \backslash
25327 bullet
25328 \end_layout
25329
25330 \end_inset
25331 </cell>
25332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25333 \begin_inset Text
25334
25335 \begin_layout Plain Layout
25336 \begin_inset Formula $\bullet$
25337 \end_inset
25338
25339
25340 \end_layout
25341
25342 \end_inset
25343 </cell>
25344 </row>
25345 </lyxtabular>
25346
25347 \end_inset
25348
25349
25350 \begin_inset space \hfill{}
25351 \end_inset
25352
25353
25354 \begin_inset Tabular
25355 <lyxtabular version="3" rows="10" columns="2">
25356 <features booktabs="true" tabularvalignment="middle">
25357 <column alignment="center" valignment="top" width="0pt">
25358 <column alignment="center" valignment="top" width="0pt">
25359 <row>
25360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25361 \begin_inset Text
25362
25363 \begin_layout Plain Layout
25364 Command
25365 \end_layout
25366
25367 \end_inset
25368 </cell>
25369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25370 \begin_inset Text
25371
25372 \begin_layout Plain Layout
25373 Symbol
25374 \end_layout
25375
25376 \end_inset
25377 </cell>
25378 </row>
25379 <row>
25380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25381 \begin_inset Text
25382
25383 \begin_layout Plain Layout
25384
25385 \backslash
25386 diamondsuit
25387 \end_layout
25388
25389 \end_inset
25390 </cell>
25391 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25392 \begin_inset Text
25393
25394 \begin_layout Plain Layout
25395 \begin_inset Formula $\diamondsuit$
25396 \end_inset
25397
25398
25399 \end_layout
25400
25401 \end_inset
25402 </cell>
25403 </row>
25404 <row>
25405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
25406 \begin_inset Text
25407
25408 \begin_layout Plain Layout
25409
25410 \backslash
25411 Diamond
25412 \end_layout
25413
25414 \end_inset
25415 </cell>
25416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25417 \begin_inset Text
25418
25419 \begin_layout Plain Layout
25420 \begin_inset Formula $\Diamond$
25421 \end_inset
25422
25423
25424 \end_layout
25425
25426 \end_inset
25427 </cell>
25428 </row>
25429 <row>
25430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25431 \begin_inset Text
25432
25433 \begin_layout Plain Layout
25434
25435 \backslash
25436 heartsuit
25437 \end_layout
25438
25439 \end_inset
25440 </cell>
25441 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25442 \begin_inset Text
25443
25444 \begin_layout Plain Layout
25445 \begin_inset Formula $\heartsuit$
25446 \end_inset
25447
25448
25449 \end_layout
25450
25451 \end_inset
25452 </cell>
25453 </row>
25454 <row>
25455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25456 \begin_inset Text
25457
25458 \begin_layout Plain Layout
25459
25460 \backslash
25461 P
25462 \end_layout
25463
25464 \end_inset
25465 </cell>
25466 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25467 \begin_inset Text
25468
25469 \begin_layout Plain Layout
25470 \begin_inset Formula $\P$
25471 \end_inset
25472
25473
25474 \end_layout
25475
25476 \end_inset
25477 </cell>
25478 </row>
25479 <row>
25480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25481 \begin_inset Text
25482
25483 \begin_layout Plain Layout
25484
25485 \backslash
25486 copyright
25487 \end_layout
25488
25489 \end_inset
25490 </cell>
25491 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25492 \begin_inset Text
25493
25494 \begin_layout Plain Layout
25495 \begin_inset Formula $\copyright$
25496 \end_inset
25497
25498
25499 \end_layout
25500
25501 \end_inset
25502 </cell>
25503 </row>
25504 <row>
25505 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25506 \begin_inset Text
25507
25508 \begin_layout Plain Layout
25509
25510 \backslash
25511 circledR
25512 \end_layout
25513
25514 \end_inset
25515 </cell>
25516 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25517 \begin_inset Text
25518
25519 \begin_layout Plain Layout
25520 \begin_inset Formula $\circledR$
25521 \end_inset
25522
25523
25524 \end_layout
25525
25526 \end_inset
25527 </cell>
25528 </row>
25529 <row>
25530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25531 \begin_inset Text
25532
25533 \begin_layout Plain Layout
25534
25535 \backslash
25536 maltese
25537 \end_layout
25538
25539 \end_inset
25540 </cell>
25541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25542 \begin_inset Text
25543
25544 \begin_layout Plain Layout
25545 \begin_inset Formula $\maltese$
25546 \end_inset
25547
25548
25549 \end_layout
25550
25551 \end_inset
25552 </cell>
25553 </row>
25554 <row>
25555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25556 \begin_inset Text
25557
25558 \begin_layout Plain Layout
25559
25560 \backslash
25561 diagup
25562 \end_layout
25563
25564 \end_inset
25565 </cell>
25566 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25567 \begin_inset Text
25568
25569 \begin_layout Plain Layout
25570 \begin_inset Formula $\diagup$
25571 \end_inset
25572
25573
25574 \end_layout
25575
25576 \end_inset
25577 </cell>
25578 </row>
25579 <row>
25580 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25581 \begin_inset Text
25582
25583 \begin_layout Plain Layout
25584
25585 \backslash
25586 diagdown
25587 \end_layout
25588
25589 \end_inset
25590 </cell>
25591 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25592 \begin_inset Text
25593
25594 \begin_layout Plain Layout
25595 \begin_inset Formula $\diagdown$
25596 \end_inset
25597
25598
25599 \end_layout
25600
25601 \end_inset
25602 </cell>
25603 </row>
25604 </lyxtabular>
25605
25606 \end_inset
25607
25608
25609 \end_layout
25610
25611 \begin_layout Standard
25612 \begin_inset VSpace medskip
25613 \end_inset
25614
25615
25616 \end_layout
25617
25618 \begin_layout Standard
25619 Some symbols can be displayed in different sizes, see 
25620 \begin_inset CommandInset ref
25621 LatexCommand ref
25622 reference "subsec:Font-Sizes"
25623
25624 \end_inset
25625
25626 .
25627 \end_layout
25628
25629 \begin_layout Subsection
25630 The Euro-Symbol €
25631 \begin_inset Index idx
25632 range none
25633 pageformat default
25634 status collapsed
25635
25636 \begin_layout Plain Layout
25637 Symbols
25638 \begin_inset IndexMacro subentry
25639 status open
25640
25641 \begin_layout Plain Layout
25642 Euro-symbol
25643 \end_layout
25644
25645 \end_inset
25646
25647
25648 \end_layout
25649
25650 \end_inset
25651
25652
25653 \begin_inset Index idx
25654 range none
25655 pageformat default
25656 status collapsed
25657
25658 \begin_layout Plain Layout
25659 \begin_inset IndexMacro sortkey
25660 status open
25661
25662 \begin_layout Plain Layout
25663
25664 \backslash
25665
25666 \end_layout
25667
25668 \end_inset
25669
25670
25671 \begin_inset ERT
25672 status collapsed
25673
25674 \begin_layout Plain Layout
25675
25676
25677 \backslash
25678 officialeuro
25679 \end_layout
25680
25681 \end_inset
25682
25683
25684 \end_layout
25685
25686 \end_inset
25687
25688
25689 \end_layout
25690
25691 \begin_layout Standard
25692 To use the Euro symbol in formulas, the \SpecialChar LaTeX
25693 -package 
25694 \series bold
25695 eurosym
25696 \series default
25697
25698 \begin_inset Index idx
25699 range none
25700 pageformat default
25701 status collapsed
25702
25703 \begin_layout Plain Layout
25704 Packages
25705 \begin_inset IndexMacro subentry
25706 status open
25707
25708 \begin_layout Plain Layout
25709 eurosym
25710 \end_layout
25711
25712 \end_inset
25713
25714
25715 \end_layout
25716
25717 \end_inset
25718
25719  must be installed and loaded with the \SpecialChar LaTeX
25720 -preamble line
25721 \end_layout
25722
25723 \begin_layout Standard
25724
25725 \series bold
25726
25727 \backslash
25728 usepackage[gennarrow]{eurosym}
25729 \end_layout
25730
25731 \begin_layout Standard
25732 The Euro symbol can now be inserted with the command 
25733 \series bold
25734
25735 \backslash
25736 euro
25737 \series default
25738
25739 \begin_inset Index idx
25740 range none
25741 pageformat default
25742 status collapsed
25743
25744 \begin_layout Plain Layout
25745 Commands
25746 \begin_inset IndexMacro subentry
25747 status open
25748
25749 \begin_layout Plain Layout
25750 E
25751 \end_layout
25752
25753 \end_inset
25754
25755
25756 \begin_inset IndexMacro subentry
25757 status open
25758
25759 \begin_layout Plain Layout
25760
25761 \backslash
25762 euro
25763 \end_layout
25764
25765 \end_inset
25766
25767
25768 \end_layout
25769
25770 \end_inset
25771
25772 .
25773 \end_layout
25774
25775 \begin_layout Standard
25776 The Euro symbol can directly be inserted with the € key in mathematical
25777  text, without having 
25778 \series bold
25779 eurosym
25780 \series default
25781  installed.
25782  When 
25783 \series bold
25784 eurosym
25785 \series default
25786  is installed, 
25787 \series bold
25788
25789 \backslash
25790 euro
25791 \series default
25792  can also be inserted in \SpecialChar TeX
25793  mode.
25794  The official currency symbol can then be inserted with the command 
25795 \series bold
25796
25797 \backslash
25798 officialeuro
25799 \series default
25800
25801 \begin_inset Index idx
25802 range none
25803 pageformat default
25804 status collapsed
25805
25806 \begin_layout Plain Layout
25807 Commands
25808 \begin_inset IndexMacro subentry
25809 status open
25810
25811 \begin_layout Plain Layout
25812 O
25813 \end_layout
25814
25815 \end_inset
25816
25817
25818 \begin_inset IndexMacro subentry
25819 status open
25820
25821 \begin_layout Plain Layout
25822
25823 \backslash
25824 officialeuro
25825 \end_layout
25826
25827 \end_inset
25828
25829
25830 \end_layout
25831
25832 \end_inset
25833
25834 , which is also only available in \SpecialChar TeX
25835  mode.
25836 \end_layout
25837
25838 \begin_layout Standard
25839 \begin_inset ERT
25840 status collapsed
25841
25842 \begin_layout Plain Layout
25843
25844
25845 \backslash
25846 ifeurosym 
25847 \end_layout
25848
25849 \end_inset
25850
25851
25852 \begin_inset Note Note
25853 status open
25854
25855 \begin_layout Plain Layout
25856 The following table will only be displayed when the \SpecialChar LaTeX
25857 -package 
25858 \series bold
25859 eurosym
25860 \series default
25861  is installed.
25862 \end_layout
25863
25864 \end_inset
25865
25866
25867 \end_layout
25868
25869 \begin_layout Standard
25870 An overview about the different Euro symbols:
25871 \end_layout
25872
25873 \begin_layout Standard
25874 \align center
25875 \begin_inset Tabular
25876 <lyxtabular version="3" rows="4" columns="3">
25877 <features booktabs="true" tabularvalignment="middle">
25878 <column alignment="center" valignment="top" width="0pt">
25879 <column alignment="center" valignment="top" width="0pt">
25880 <column alignment="center" valignment="top" width="0pt">
25881 <row>
25882 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25883 \begin_inset Text
25884
25885 \begin_layout Plain Layout
25886 \begin_inset ERT
25887 status collapsed
25888
25889 \begin_layout Plain Layout
25890
25891
25892 \backslash
25893 cmidrule[0.08em]{2-3}
25894 \end_layout
25895
25896 \end_inset
25897
25898
25899 \end_layout
25900
25901 \end_inset
25902 </cell>
25903 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25904 \begin_inset Text
25905
25906 \begin_layout Plain Layout
25907 Command 
25908 \end_layout
25909
25910 \end_inset
25911 </cell>
25912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25913 \begin_inset Text
25914
25915 \begin_layout Plain Layout
25916 Symbol
25917 \end_layout
25918
25919 \end_inset
25920 </cell>
25921 </row>
25922 <row>
25923 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25924 \begin_inset Text
25925
25926 \begin_layout Plain Layout
25927 formula
25928 \end_layout
25929
25930 \end_inset
25931 </cell>
25932 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25933 \begin_inset Text
25934
25935 \begin_layout Plain Layout
25936
25937 \backslash
25938 euro
25939 \end_layout
25940
25941 \end_inset
25942 </cell>
25943 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25944 \begin_inset Text
25945
25946 \begin_layout Plain Layout
25947 \begin_inset Formula $\euro$
25948 \end_inset
25949
25950
25951 \end_layout
25952
25953 \end_inset
25954 </cell>
25955 </row>
25956 <row>
25957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25958 \begin_inset Text
25959
25960 \begin_layout Plain Layout
25961 mathematical text
25962 \end_layout
25963
25964 \end_inset
25965 </cell>
25966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25967 \begin_inset Text
25968
25969 \begin_layout Plain Layout
25970
25971 \end_layout
25972
25973 \end_inset
25974 </cell>
25975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25976 \begin_inset Text
25977
25978 \begin_layout Plain Layout
25979 \begin_inset Formula $\mbox{€}$
25980 \end_inset
25981
25982
25983 \end_layout
25984
25985 \end_inset
25986 </cell>
25987 </row>
25988 <row>
25989 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25990 \begin_inset Text
25991
25992 \begin_layout Plain Layout
25993 \SpecialChar TeX
25994  mode
25995 \end_layout
25996
25997 \end_inset
25998 </cell>
25999 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26000 \begin_inset Text
26001
26002 \begin_layout Plain Layout
26003
26004 \backslash
26005 officialeuro
26006 \end_layout
26007
26008 \end_inset
26009 </cell>
26010 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26011 \begin_inset Text
26012
26013 \begin_layout Plain Layout
26014 \begin_inset ERT
26015 status collapsed
26016
26017 \begin_layout Plain Layout
26018
26019
26020 \backslash
26021 officialeuro
26022 \end_layout
26023
26024 \end_inset
26025
26026
26027 \end_layout
26028
26029 \end_inset
26030 </cell>
26031 </row>
26032 </lyxtabular>
26033
26034 \end_inset
26035
26036
26037 \begin_inset Note Note
26038 status collapsed
26039
26040 \begin_layout Plain Layout
26041
26042 \series bold
26043
26044 \backslash
26045 cmidrule
26046 \series default
26047  is used here only for table borders.
26048  See sec.
26049  
26050 \family sans
26051 Formal Tables
26052 \family default
26053  of the 
26054 \emph on
26055 EmbeddedObjects
26056 \emph default
26057  manual for details.
26058 \end_layout
26059
26060 \end_inset
26061
26062
26063 \end_layout
26064
26065 \begin_layout Standard
26066 \begin_inset ERT
26067 status collapsed
26068
26069 \begin_layout Plain Layout
26070
26071
26072 \backslash
26073 else 
26074 \end_layout
26075
26076 \end_inset
26077
26078
26079 \begin_inset Note Note
26080 status open
26081
26082 \begin_layout Plain Layout
26083 The following will be displayed when the \SpecialChar LaTeX
26084 -package 
26085 \series bold
26086 eurosym
26087 \series default
26088  is not installed:
26089 \end_layout
26090
26091 \end_inset
26092
26093
26094 \end_layout
26095
26096 \begin_layout Standard
26097 You need to install the \SpecialChar LaTeX
26098 -package 
26099 \series bold
26100 eurosym
26101 \series default
26102  to see the rest of this subsection in the output.
26103 \end_layout
26104
26105 \begin_layout Standard
26106 \begin_inset ERT
26107 status collapsed
26108
26109 \begin_layout Plain Layout
26110
26111
26112 \backslash
26113 fi 
26114 \end_layout
26115
26116 \end_inset
26117
26118
26119 \end_layout
26120
26121 \begin_layout Section
26122 Relations
26123 \begin_inset CommandInset label
26124 LatexCommand label
26125 name "sec:Relations"
26126
26127 \end_inset
26128
26129
26130 \begin_inset Index idx
26131 range none
26132 pageformat default
26133 status collapsed
26134
26135 \begin_layout Plain Layout
26136 Relations
26137 \end_layout
26138
26139 \end_inset
26140
26141
26142 \begin_inset Index idx
26143 range none
26144 pageformat default
26145 status collapsed
26146
26147 \begin_layout Plain Layout
26148 Comparisons
26149 \begin_inset IndexMacro see
26150 status open
26151
26152 \begin_layout Plain Layout
26153 Relations
26154 \end_layout
26155
26156 \end_inset
26157
26158
26159 \end_layout
26160
26161 \end_inset
26162
26163
26164 \end_layout
26165
26166 \begin_layout Standard
26167 All of the following relations can also be inserted via the toolbar button
26168  
26169 \begin_inset Info
26170 type  "icon"
26171 arg   "math-insert \\leq"
26172 \end_inset
26173
26174 .
26175 \end_layout
26176
26177 \begin_layout Standard
26178 \begin_inset Tabular
26179 <lyxtabular version="3" rows="17" columns="2">
26180 <features booktabs="true" tabularvalignment="middle">
26181 <column alignment="center" valignment="top" width="0pt">
26182 <column alignment="center" valignment="top" width="0pt">
26183 <row>
26184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26185 \begin_inset Text
26186
26187 \begin_layout Plain Layout
26188 Command
26189 \end_layout
26190
26191 \end_inset
26192 </cell>
26193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26194 \begin_inset Text
26195
26196 \begin_layout Plain Layout
26197 Relation
26198 \end_layout
26199
26200 \end_inset
26201 </cell>
26202 </row>
26203 <row>
26204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26205 \begin_inset Text
26206
26207 \begin_layout Plain Layout
26208 <
26209 \end_layout
26210
26211 \end_inset
26212 </cell>
26213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26214 \begin_inset Text
26215
26216 \begin_layout Plain Layout
26217 \begin_inset Formula $<$
26218 \end_inset
26219
26220
26221 \end_layout
26222
26223 \end_inset
26224 </cell>
26225 </row>
26226 <row>
26227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26228 \begin_inset Text
26229
26230 \begin_layout Plain Layout
26231
26232 \backslash
26233 le
26234 \end_layout
26235
26236 \end_inset
26237 </cell>
26238 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26239 \begin_inset Text
26240
26241 \begin_layout Plain Layout
26242 \begin_inset Formula $\le$
26243 \end_inset
26244
26245
26246 \end_layout
26247
26248 \end_inset
26249 </cell>
26250 </row>
26251 <row>
26252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26253 \begin_inset Text
26254
26255 \begin_layout Plain Layout
26256
26257 \backslash
26258 ll
26259 \end_layout
26260
26261 \end_inset
26262 </cell>
26263 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26264 \begin_inset Text
26265
26266 \begin_layout Plain Layout
26267 \begin_inset Formula $\ll$
26268 \end_inset
26269
26270
26271 \end_layout
26272
26273 \end_inset
26274 </cell>
26275 </row>
26276 <row>
26277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26278 \begin_inset Text
26279
26280 \begin_layout Plain Layout
26281
26282 \backslash
26283 prec
26284 \end_layout
26285
26286 \end_inset
26287 </cell>
26288 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26289 \begin_inset Text
26290
26291 \begin_layout Plain Layout
26292 \begin_inset Formula $\prec$
26293 \end_inset
26294
26295
26296 \end_layout
26297
26298 \end_inset
26299 </cell>
26300 </row>
26301 <row>
26302 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26303 \begin_inset Text
26304
26305 \begin_layout Plain Layout
26306
26307 \backslash
26308 preceq
26309 \end_layout
26310
26311 \end_inset
26312 </cell>
26313 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26314 \begin_inset Text
26315
26316 \begin_layout Plain Layout
26317 \begin_inset Formula $\preceq$
26318 \end_inset
26319
26320
26321 \end_layout
26322
26323 \end_inset
26324 </cell>
26325 </row>
26326 <row>
26327 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26328 \begin_inset Text
26329
26330 \begin_layout Plain Layout
26331
26332 \backslash
26333 subset
26334 \end_layout
26335
26336 \end_inset
26337 </cell>
26338 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26339 \begin_inset Text
26340
26341 \begin_layout Plain Layout
26342 \begin_inset Formula $\subset$
26343 \end_inset
26344
26345
26346 \end_layout
26347
26348 \end_inset
26349 </cell>
26350 </row>
26351 <row>
26352 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26353 \begin_inset Text
26354
26355 \begin_layout Plain Layout
26356
26357 \backslash
26358 subseteq
26359 \end_layout
26360
26361 \end_inset
26362 </cell>
26363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26364 \begin_inset Text
26365
26366 \begin_layout Plain Layout
26367 \begin_inset Formula $\subseteq$
26368 \end_inset
26369
26370
26371 \end_layout
26372
26373 \end_inset
26374 </cell>
26375 </row>
26376 <row>
26377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26378 \begin_inset Text
26379
26380 \begin_layout Plain Layout
26381
26382 \backslash
26383 sqsubseteq
26384 \end_layout
26385
26386 \end_inset
26387 </cell>
26388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26389 \begin_inset Text
26390
26391 \begin_layout Plain Layout
26392 \begin_inset Formula $\sqsubseteq$
26393 \end_inset
26394
26395
26396 \end_layout
26397
26398 \end_inset
26399 </cell>
26400 </row>
26401 <row>
26402 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26403 \begin_inset Text
26404
26405 \begin_layout Plain Layout
26406
26407 \backslash
26408 in
26409 \end_layout
26410
26411 \end_inset
26412 </cell>
26413 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26414 \begin_inset Text
26415
26416 \begin_layout Plain Layout
26417 \begin_inset Formula $\in$
26418 \end_inset
26419
26420
26421 \end_layout
26422
26423 \end_inset
26424 </cell>
26425 </row>
26426 <row>
26427 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26428 \begin_inset Text
26429
26430 \begin_layout Plain Layout
26431
26432 \backslash
26433 vdash
26434 \end_layout
26435
26436 \end_inset
26437 </cell>
26438 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26439 \begin_inset Text
26440
26441 \begin_layout Plain Layout
26442 \begin_inset Formula $\vdash$
26443 \end_inset
26444
26445
26446 \end_layout
26447
26448 \end_inset
26449 </cell>
26450 </row>
26451 <row>
26452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26453 \begin_inset Text
26454
26455 \begin_layout Plain Layout
26456
26457 \backslash
26458 smile
26459 \end_layout
26460
26461 \end_inset
26462 </cell>
26463 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26464 \begin_inset Text
26465
26466 \begin_layout Plain Layout
26467 \begin_inset Formula $\smile$
26468 \end_inset
26469
26470
26471 \end_layout
26472
26473 \end_inset
26474 </cell>
26475 </row>
26476 <row>
26477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26478 \begin_inset Text
26479
26480 \begin_layout Plain Layout
26481
26482 \backslash
26483 lhd
26484 \end_layout
26485
26486 \end_inset
26487 </cell>
26488 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26489 \begin_inset Text
26490
26491 \begin_layout Plain Layout
26492 \begin_inset Formula $\lhd$
26493 \end_inset
26494
26495
26496 \end_layout
26497
26498 \end_inset
26499 </cell>
26500 </row>
26501 <row>
26502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26503 \begin_inset Text
26504
26505 \begin_layout Plain Layout
26506
26507 \backslash
26508 unlhd
26509 \end_layout
26510
26511 \end_inset
26512 </cell>
26513 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26514 \begin_inset Text
26515
26516 \begin_layout Plain Layout
26517 \begin_inset Formula $\unlhd$
26518 \end_inset
26519
26520
26521 \end_layout
26522
26523 \end_inset
26524 </cell>
26525 </row>
26526 <row>
26527 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26528 \begin_inset Text
26529
26530 \begin_layout Plain Layout
26531
26532 \backslash
26533 gtrless
26534 \end_layout
26535
26536 \end_inset
26537 </cell>
26538 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26539 \begin_inset Text
26540
26541 \begin_layout Plain Layout
26542 \begin_inset Formula $\gtrless$
26543 \end_inset
26544
26545
26546 \end_layout
26547
26548 \end_inset
26549 </cell>
26550 </row>
26551 <row>
26552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26553 \begin_inset Text
26554
26555 \begin_layout Plain Layout
26556
26557 \backslash
26558 mid
26559 \end_layout
26560
26561 \end_inset
26562 </cell>
26563 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26564 \begin_inset Text
26565
26566 \begin_layout Plain Layout
26567 \begin_inset Formula $\mid$
26568 \end_inset
26569
26570
26571 \end_layout
26572
26573 \end_inset
26574 </cell>
26575 </row>
26576 <row>
26577 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26578 \begin_inset Text
26579
26580 \begin_layout Plain Layout
26581
26582 \backslash
26583 nmid
26584 \end_layout
26585
26586 \end_inset
26587 </cell>
26588 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26589 \begin_inset Text
26590
26591 \begin_layout Plain Layout
26592 \begin_inset Formula $\nmid$
26593 \end_inset
26594
26595
26596 \end_layout
26597
26598 \end_inset
26599 </cell>
26600 </row>
26601 </lyxtabular>
26602
26603 \end_inset
26604
26605
26606 \begin_inset space \hfill{}
26607 \end_inset
26608
26609
26610 \begin_inset Tabular
26611 <lyxtabular version="3" rows="17" columns="2">
26612 <features booktabs="true" tabularvalignment="middle">
26613 <column alignment="center" valignment="top" width="0pt">
26614 <column alignment="center" valignment="top" width="0pt">
26615 <row>
26616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26617 \begin_inset Text
26618
26619 \begin_layout Plain Layout
26620 Command
26621 \end_layout
26622
26623 \end_inset
26624 </cell>
26625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26626 \begin_inset Text
26627
26628 \begin_layout Plain Layout
26629 Relation
26630 \end_layout
26631
26632 \end_inset
26633 </cell>
26634 </row>
26635 <row>
26636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26637 \begin_inset Text
26638
26639 \begin_layout Plain Layout
26640 =
26641 \end_layout
26642
26643 \end_inset
26644 </cell>
26645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26646 \begin_inset Text
26647
26648 \begin_layout Plain Layout
26649 \begin_inset Formula $=$
26650 \end_inset
26651
26652
26653 \end_layout
26654
26655 \end_inset
26656 </cell>
26657 </row>
26658 <row>
26659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26660 \begin_inset Text
26661
26662 \begin_layout Plain Layout
26663
26664 \backslash
26665 not=
26666 \end_layout
26667
26668 \end_inset
26669 </cell>
26670 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26671 \begin_inset Text
26672
26673 \begin_layout Plain Layout
26674 \begin_inset Formula $\not=$
26675 \end_inset
26676
26677
26678 \end_layout
26679
26680 \end_inset
26681 </cell>
26682 </row>
26683 <row>
26684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26685 \begin_inset Text
26686
26687 \begin_layout Plain Layout
26688
26689 \backslash
26690 equiv
26691 \end_layout
26692
26693 \end_inset
26694 </cell>
26695 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26696 \begin_inset Text
26697
26698 \begin_layout Plain Layout
26699 \begin_inset Formula $\equiv$
26700 \end_inset
26701
26702
26703 \end_layout
26704
26705 \end_inset
26706 </cell>
26707 </row>
26708 <row>
26709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26710 \begin_inset Text
26711
26712 \begin_layout Plain Layout
26713
26714 \backslash
26715 sim
26716 \end_layout
26717
26718 \end_inset
26719 </cell>
26720 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26721 \begin_inset Text
26722
26723 \begin_layout Plain Layout
26724 \begin_inset Formula $\sim$
26725 \end_inset
26726
26727
26728 \end_layout
26729
26730 \end_inset
26731 </cell>
26732 </row>
26733 <row>
26734 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26735 \begin_inset Text
26736
26737 \begin_layout Plain Layout
26738
26739 \backslash
26740 simeq
26741 \end_layout
26742
26743 \end_inset
26744 </cell>
26745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26746 \begin_inset Text
26747
26748 \begin_layout Plain Layout
26749 \begin_inset Formula $\simeq$
26750 \end_inset
26751
26752
26753 \end_layout
26754
26755 \end_inset
26756 </cell>
26757 </row>
26758 <row>
26759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26760 \begin_inset Text
26761
26762 \begin_layout Plain Layout
26763
26764 \backslash
26765 approx
26766 \end_layout
26767
26768 \end_inset
26769 </cell>
26770 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26771 \begin_inset Text
26772
26773 \begin_layout Plain Layout
26774 \begin_inset Formula $\approx$
26775 \end_inset
26776
26777
26778 \end_layout
26779
26780 \end_inset
26781 </cell>
26782 </row>
26783 <row>
26784 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26785 \begin_inset Text
26786
26787 \begin_layout Plain Layout
26788
26789 \backslash
26790 cong
26791 \end_layout
26792
26793 \end_inset
26794 </cell>
26795 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26796 \begin_inset Text
26797
26798 \begin_layout Plain Layout
26799 \begin_inset Formula $\cong$
26800 \end_inset
26801
26802
26803 \end_layout
26804
26805 \end_inset
26806 </cell>
26807 </row>
26808 <row>
26809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26810 \begin_inset Text
26811
26812 \begin_layout Plain Layout
26813
26814 \backslash
26815 bowtie
26816 \end_layout
26817
26818 \end_inset
26819 </cell>
26820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26821 \begin_inset Text
26822
26823 \begin_layout Plain Layout
26824 \begin_inset Formula $\bowtie$
26825 \end_inset
26826
26827
26828 \end_layout
26829
26830 \end_inset
26831 </cell>
26832 </row>
26833 <row>
26834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26835 \begin_inset Text
26836
26837 \begin_layout Plain Layout
26838
26839 \backslash
26840 notin
26841 \end_layout
26842
26843 \end_inset
26844 </cell>
26845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26846 \begin_inset Text
26847
26848 \begin_layout Plain Layout
26849 \begin_inset Formula $\notin$
26850 \end_inset
26851
26852
26853 \end_layout
26854
26855 \end_inset
26856 </cell>
26857 </row>
26858 <row>
26859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26860 \begin_inset Text
26861
26862 \begin_layout Plain Layout
26863
26864 \backslash
26865 perp
26866 \end_layout
26867
26868 \end_inset
26869 </cell>
26870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26871 \begin_inset Text
26872
26873 \begin_layout Plain Layout
26874 \begin_inset Formula $\perp$
26875 \end_inset
26876
26877
26878 \end_layout
26879
26880 \end_inset
26881 </cell>
26882 </row>
26883 <row>
26884 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26885 \begin_inset Text
26886
26887 \begin_layout Plain Layout
26888
26889 \backslash
26890 propto
26891 \end_layout
26892
26893 \end_inset
26894 </cell>
26895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26896 \begin_inset Text
26897
26898 \begin_layout Plain Layout
26899 \begin_inset Formula $\propto$
26900 \end_inset
26901
26902
26903 \end_layout
26904
26905 \end_inset
26906 </cell>
26907 </row>
26908 <row>
26909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26910 \begin_inset Text
26911
26912 \begin_layout Plain Layout
26913
26914 \backslash
26915 asymp
26916 \end_layout
26917
26918 \end_inset
26919 </cell>
26920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26921 \begin_inset Text
26922
26923 \begin_layout Plain Layout
26924 \begin_inset Formula $\asymp$
26925 \end_inset
26926
26927
26928 \end_layout
26929
26930 \end_inset
26931 </cell>
26932 </row>
26933 <row>
26934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26935 \begin_inset Text
26936
26937 \begin_layout Plain Layout
26938
26939 \backslash
26940 doteq
26941 \end_layout
26942
26943 \end_inset
26944 </cell>
26945 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26946 \begin_inset Text
26947
26948 \begin_layout Plain Layout
26949 \begin_inset Formula $\doteq$
26950 \end_inset
26951
26952
26953 \end_layout
26954
26955 \end_inset
26956 </cell>
26957 </row>
26958 <row>
26959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26960 \begin_inset Text
26961
26962 \begin_layout Plain Layout
26963
26964 \backslash
26965 circeq
26966 \end_layout
26967
26968 \end_inset
26969 </cell>
26970 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26971 \begin_inset Text
26972
26973 \begin_layout Plain Layout
26974 \begin_inset Formula $\circeq$
26975 \end_inset
26976
26977
26978 \end_layout
26979
26980 \end_inset
26981 </cell>
26982 </row>
26983 <row>
26984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26985 \begin_inset Text
26986
26987 \begin_layout Plain Layout
26988
26989 \backslash
26990 models
26991 \end_layout
26992
26993 \end_inset
26994 </cell>
26995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26996 \begin_inset Text
26997
26998 \begin_layout Plain Layout
26999 \begin_inset Formula $\models$
27000 \end_inset
27001
27002
27003 \end_layout
27004
27005 \end_inset
27006 </cell>
27007 </row>
27008 <row>
27009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27010 \begin_inset Text
27011
27012 \begin_layout Plain Layout
27013
27014 \backslash
27015 widehat=
27016 \end_layout
27017
27018 \end_inset
27019 </cell>
27020 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27021 \begin_inset Text
27022
27023 \begin_layout Plain Layout
27024 \begin_inset Formula $\widehat{=}$
27025 \end_inset
27026
27027
27028 \end_layout
27029
27030 \end_inset
27031 </cell>
27032 </row>
27033 </lyxtabular>
27034
27035 \end_inset
27036
27037
27038 \begin_inset space \hfill{}
27039 \end_inset
27040
27041
27042 \begin_inset Tabular
27043 <lyxtabular version="3" rows="17" columns="2">
27044 <features booktabs="true" tabularvalignment="middle">
27045 <column alignment="center" valignment="top" width="0pt">
27046 <column alignment="center" valignment="top" width="0pt">
27047 <row>
27048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27049 \begin_inset Text
27050
27051 \begin_layout Plain Layout
27052 Command
27053 \end_layout
27054
27055 \end_inset
27056 </cell>
27057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27058 \begin_inset Text
27059
27060 \begin_layout Plain Layout
27061 Relation
27062 \end_layout
27063
27064 \end_inset
27065 </cell>
27066 </row>
27067 <row>
27068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27069 \begin_inset Text
27070
27071 \begin_layout Plain Layout
27072 >
27073 \end_layout
27074
27075 \end_inset
27076 </cell>
27077 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27078 \begin_inset Text
27079
27080 \begin_layout Plain Layout
27081 \begin_inset Formula $>$
27082 \end_inset
27083
27084
27085 \end_layout
27086
27087 \end_inset
27088 </cell>
27089 </row>
27090 <row>
27091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27092 \begin_inset Text
27093
27094 \begin_layout Plain Layout
27095
27096 \backslash
27097 ge
27098 \end_layout
27099
27100 \end_inset
27101 </cell>
27102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27103 \begin_inset Text
27104
27105 \begin_layout Plain Layout
27106 \begin_inset Formula $\ge$
27107 \end_inset
27108
27109
27110 \end_layout
27111
27112 \end_inset
27113 </cell>
27114 </row>
27115 <row>
27116 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27117 \begin_inset Text
27118
27119 \begin_layout Plain Layout
27120
27121 \backslash
27122 gg
27123 \end_layout
27124
27125 \end_inset
27126 </cell>
27127 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27128 \begin_inset Text
27129
27130 \begin_layout Plain Layout
27131 \begin_inset Formula $\gg$
27132 \end_inset
27133
27134
27135 \end_layout
27136
27137 \end_inset
27138 </cell>
27139 </row>
27140 <row>
27141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27142 \begin_inset Text
27143
27144 \begin_layout Plain Layout
27145
27146 \backslash
27147 succ
27148 \end_layout
27149
27150 \end_inset
27151 </cell>
27152 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27153 \begin_inset Text
27154
27155 \begin_layout Plain Layout
27156 \begin_inset Formula $\succ$
27157 \end_inset
27158
27159
27160 \end_layout
27161
27162 \end_inset
27163 </cell>
27164 </row>
27165 <row>
27166 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27167 \begin_inset Text
27168
27169 \begin_layout Plain Layout
27170
27171 \backslash
27172 succeq
27173 \end_layout
27174
27175 \end_inset
27176 </cell>
27177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27178 \begin_inset Text
27179
27180 \begin_layout Plain Layout
27181 \begin_inset Formula $\succeq$
27182 \end_inset
27183
27184
27185 \end_layout
27186
27187 \end_inset
27188 </cell>
27189 </row>
27190 <row>
27191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27192 \begin_inset Text
27193
27194 \begin_layout Plain Layout
27195
27196 \backslash
27197 supset
27198 \end_layout
27199
27200 \end_inset
27201 </cell>
27202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27203 \begin_inset Text
27204
27205 \begin_layout Plain Layout
27206 \begin_inset Formula $\supset$
27207 \end_inset
27208
27209
27210 \end_layout
27211
27212 \end_inset
27213 </cell>
27214 </row>
27215 <row>
27216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27217 \begin_inset Text
27218
27219 \begin_layout Plain Layout
27220
27221 \backslash
27222 supseteq
27223 \end_layout
27224
27225 \end_inset
27226 </cell>
27227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27228 \begin_inset Text
27229
27230 \begin_layout Plain Layout
27231 \begin_inset Formula $\supseteq$
27232 \end_inset
27233
27234
27235 \end_layout
27236
27237 \end_inset
27238 </cell>
27239 </row>
27240 <row>
27241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27242 \begin_inset Text
27243
27244 \begin_layout Plain Layout
27245
27246 \backslash
27247 sqsupseteq
27248 \end_layout
27249
27250 \end_inset
27251 </cell>
27252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27253 \begin_inset Text
27254
27255 \begin_layout Plain Layout
27256 \begin_inset Formula $\sqsupseteq$
27257 \end_inset
27258
27259
27260 \end_layout
27261
27262 \end_inset
27263 </cell>
27264 </row>
27265 <row>
27266 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27267 \begin_inset Text
27268
27269 \begin_layout Plain Layout
27270
27271 \backslash
27272 ni
27273 \end_layout
27274
27275 \end_inset
27276 </cell>
27277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27278 \begin_inset Text
27279
27280 \begin_layout Plain Layout
27281 \begin_inset Formula $\ni$
27282 \end_inset
27283
27284
27285 \end_layout
27286
27287 \end_inset
27288 </cell>
27289 </row>
27290 <row>
27291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27292 \begin_inset Text
27293
27294 \begin_layout Plain Layout
27295
27296 \backslash
27297 dashv
27298 \end_layout
27299
27300 \end_inset
27301 </cell>
27302 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27303 \begin_inset Text
27304
27305 \begin_layout Plain Layout
27306 \begin_inset Formula $\dashv$
27307 \end_inset
27308
27309
27310 \end_layout
27311
27312 \end_inset
27313 </cell>
27314 </row>
27315 <row>
27316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27317 \begin_inset Text
27318
27319 \begin_layout Plain Layout
27320
27321 \backslash
27322 frown
27323 \end_layout
27324
27325 \end_inset
27326 </cell>
27327 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27328 \begin_inset Text
27329
27330 \begin_layout Plain Layout
27331 \begin_inset Formula $\frown$
27332 \end_inset
27333
27334
27335 \end_layout
27336
27337 \end_inset
27338 </cell>
27339 </row>
27340 <row>
27341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27342 \begin_inset Text
27343
27344 \begin_layout Plain Layout
27345
27346 \backslash
27347 rhd
27348 \end_layout
27349
27350 \end_inset
27351 </cell>
27352 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27353 \begin_inset Text
27354
27355 \begin_layout Plain Layout
27356 \begin_inset Formula $\rhd$
27357 \end_inset
27358
27359
27360 \end_layout
27361
27362 \end_inset
27363 </cell>
27364 </row>
27365 <row>
27366 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27367 \begin_inset Text
27368
27369 \begin_layout Plain Layout
27370
27371 \backslash
27372 unrhd
27373 \end_layout
27374
27375 \end_inset
27376 </cell>
27377 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27378 \begin_inset Text
27379
27380 \begin_layout Plain Layout
27381 \begin_inset Formula $\unrhd$
27382 \end_inset
27383
27384
27385 \end_layout
27386
27387 \end_inset
27388 </cell>
27389 </row>
27390 <row>
27391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27392 \begin_inset Text
27393
27394 \begin_layout Plain Layout
27395
27396 \backslash
27397 lessgtr
27398 \end_layout
27399
27400 \end_inset
27401 </cell>
27402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27403 \begin_inset Text
27404
27405 \begin_layout Plain Layout
27406 \begin_inset Formula $\lessgtr$
27407 \end_inset
27408
27409
27410 \end_layout
27411
27412 \end_inset
27413 </cell>
27414 </row>
27415 <row>
27416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27417 \begin_inset Text
27418
27419 \begin_layout Plain Layout
27420
27421 \backslash
27422 parallel
27423 \end_layout
27424
27425 \end_inset
27426 </cell>
27427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27428 \begin_inset Text
27429
27430 \begin_layout Plain Layout
27431 \begin_inset Formula $\parallel$
27432 \end_inset
27433
27434
27435 \end_layout
27436
27437 \end_inset
27438 </cell>
27439 </row>
27440 <row>
27441 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27442 \begin_inset Text
27443
27444 \begin_layout Plain Layout
27445
27446 \backslash
27447 nparallel
27448 \end_layout
27449
27450 \end_inset
27451 </cell>
27452 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27453 \begin_inset Text
27454
27455 \begin_layout Plain Layout
27456 \begin_inset Formula $\nparallel$
27457 \end_inset
27458
27459
27460 \end_layout
27461
27462 \end_inset
27463 </cell>
27464 </row>
27465 </lyxtabular>
27466
27467 \end_inset
27468
27469
27470 \end_layout
27471
27472 \begin_layout Standard
27473 \begin_inset VSpace medskip
27474 \end_inset
27475
27476 The characters 
27477 \series bold
27478
27479 \backslash
27480 lhd
27481 \series default
27482  and 
27483 \series bold
27484
27485 \backslash
27486 rhd
27487 \series default
27488  are bigger than the equal looking operators 
27489 \series bold
27490
27491 \backslash
27492 triangleleft
27493 \series default
27494  and 
27495 \series bold
27496
27497 \backslash
27498 triangleright
27499 \series default
27500 , respectively.
27501 \end_layout
27502
27503 \begin_layout Standard
27504 \SpecialChar LyX
27505  supports also many special relations.
27506  Use the toolbar button 
27507 \begin_inset Info
27508 type  "icon"
27509 arg   "math-insert \\leqq"
27510 \end_inset
27511
27512  to see a list of these relations.
27513 \end_layout
27514
27515 \begin_layout Standard
27516 Contrary to symbols, relations are always surrounded by space.
27517 \end_layout
27518
27519 \begin_layout Standard
27520 Relations with labels can be created with the command 
27521 \series bold
27522
27523 \backslash
27524 stackrel
27525 \series default
27526
27527 \begin_inset Index idx
27528 range none
27529 pageformat default
27530 status collapsed
27531
27532 \begin_layout Plain Layout
27533 Commands
27534 \begin_inset IndexMacro subentry
27535 status open
27536
27537 \begin_layout Plain Layout
27538 S
27539 \end_layout
27540
27541 \end_inset
27542
27543
27544 \begin_inset IndexMacro subentry
27545 status open
27546
27547 \begin_layout Plain Layout
27548
27549 \backslash
27550 stackrel
27551 \end_layout
27552
27553 \end_inset
27554
27555
27556 \end_layout
27557
27558 \end_inset
27559
27560 :
27561 \end_layout
27562
27563 \begin_layout Standard
27564 \align center
27565 \begin_inset Tabular
27566 <lyxtabular version="3" rows="2" columns="2">
27567 <features booktabs="true" tabularvalignment="middle">
27568 <column alignment="center" valignment="top" width="0pt">
27569 <column alignment="center" valignment="top">
27570 <row>
27571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27572 \begin_inset Text
27573
27574 \begin_layout Plain Layout
27575 Command
27576 \end_layout
27577
27578 \end_inset
27579 </cell>
27580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27581 \begin_inset Text
27582
27583 \begin_layout Plain Layout
27584 Result
27585 \end_layout
27586
27587 \end_inset
27588 </cell>
27589 </row>
27590 <row topspace="1.5mm">
27591 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27592 \begin_inset Text
27593
27594 \begin_layout Plain Layout
27595 A(r)
27596 \backslash
27597 stackrel
27598 \begin_inset space \textvisiblespace{}
27599 \end_inset
27600
27601 r
27602 \backslash
27603 to
27604 \backslash
27605 infty
27606 \begin_inset space \textvisiblespace{}
27607 \end_inset
27608
27609
27610 \begin_inset Formula $\downarrow$
27611 \end_inset
27612
27613
27614 \backslash
27615 approx
27616 \begin_inset space \textvisiblespace{}
27617 \end_inset
27618
27619
27620 \begin_inset space \textvisiblespace{}
27621 \end_inset
27622
27623 B
27624 \end_layout
27625
27626 \end_inset
27627 </cell>
27628 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27629 \begin_inset Text
27630
27631 \begin_layout Plain Layout
27632 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
27633 \end_inset
27634
27635
27636 \end_layout
27637
27638 \end_inset
27639 </cell>
27640 </row>
27641 </lyxtabular>
27642
27643 \end_inset
27644
27645
27646 \end_layout
27647
27648 \begin_layout Section
27649 Functions
27650 \end_layout
27651
27652 \begin_layout Subsection
27653 Predefined Functions
27654 \begin_inset CommandInset label
27655 LatexCommand label
27656 name "subsec:Predefined-Functions"
27657
27658 \end_inset
27659
27660
27661 \begin_inset Index idx
27662 range none
27663 pageformat default
27664 status collapsed
27665
27666 \begin_layout Plain Layout
27667 Functions
27668 \begin_inset IndexMacro subentry
27669 status open
27670
27671 \begin_layout Plain Layout
27672 predefined
27673 \end_layout
27674
27675 \end_inset
27676
27677
27678 \end_layout
27679
27680 \end_inset
27681
27682
27683 \end_layout
27684
27685 \begin_layout Standard
27686 In general, variables are set 
27687 \emph on
27688 italic
27689 \emph default
27690  in mathematical expressions, but not function names, because 
27691 \begin_inset Formula $sin$
27692 \end_inset
27693
27694  could be misunderstood as 
27695 \begin_inset Formula $s\cdot i\cdot n$
27696 \end_inset
27697
27698 .
27699  Also predefined functions are separated a bit from the character in front
27700  of them.
27701  They are inserted as commands starting with a backslash before their name.
27702 \end_layout
27703
27704 \begin_layout Standard
27705 \align center
27706 \begin_inset Tabular
27707 <lyxtabular version="3" rows="2" columns="2">
27708 <features booktabs="true" tabularvalignment="middle">
27709 <column alignment="center" valignment="top" width="0pt">
27710 <column alignment="center" valignment="top" width="0pt">
27711 <row>
27712 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
27713 \begin_inset Text
27714
27715 \begin_layout Plain Layout
27716 Command
27717 \end_layout
27718
27719 \end_inset
27720 </cell>
27721 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
27722 \begin_inset Text
27723
27724 \begin_layout Plain Layout
27725 Result
27726 \end_layout
27727
27728 \end_inset
27729 </cell>
27730 </row>
27731 <row>
27732 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27733 \begin_inset Text
27734
27735 \begin_layout Plain Layout
27736 Asin(x)+B
27737 \end_layout
27738
27739 \end_inset
27740 </cell>
27741 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
27742 \begin_inset Text
27743
27744 \begin_layout Plain Layout
27745 \begin_inset Formula $Asin(x)+B$
27746 \end_inset
27747
27748
27749 \end_layout
27750
27751 \end_inset
27752 </cell>
27753 </row>
27754 </lyxtabular>
27755
27756 \end_inset
27757
27758
27759 \begin_inset space \quad{}
27760 \end_inset
27761
27762
27763 \begin_inset Tabular
27764 <lyxtabular version="3" rows="2" columns="2">
27765 <features booktabs="true" tabularvalignment="middle">
27766 <column alignment="center" valignment="top" width="0pt">
27767 <column alignment="center" valignment="top" width="0pt">
27768 <row>
27769 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
27770 \begin_inset Text
27771
27772 \begin_layout Plain Layout
27773 Command
27774 \end_layout
27775
27776 \end_inset
27777 </cell>
27778 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
27779 \begin_inset Text
27780
27781 \begin_layout Plain Layout
27782 Result
27783 \end_layout
27784
27785 \end_inset
27786 </cell>
27787 </row>
27788 <row>
27789 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27790 \begin_inset Text
27791
27792 \begin_layout Plain Layout
27793 A
27794 \backslash
27795 sin(x)+B
27796 \end_layout
27797
27798 \end_inset
27799 </cell>
27800 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27801 \begin_inset Text
27802
27803 \begin_layout Plain Layout
27804 \begin_inset Formula $A\sin(x)+B$
27805 \end_inset
27806
27807
27808 \end_layout
27809
27810 \end_inset
27811 </cell>
27812 </row>
27813 </lyxtabular>
27814
27815 \end_inset
27816
27817
27818 \end_layout
27819
27820 \begin_layout Standard
27821 The following functions are predefined:
27822 \end_layout
27823
27824 \begin_layout Standard
27825 \begin_inset VSpace -2mm
27826 \end_inset
27827
27828
27829 \end_layout
27830
27831 \begin_layout Standard
27832 \align center
27833 \begin_inset Tabular
27834 <lyxtabular version="3" rows="9" columns="4">
27835 <features booktabs="true" tabularvalignment="middle">
27836 <column alignment="center" valignment="top" width="0pt">
27837 <column alignment="center" valignment="top" width="0pt">
27838 <column alignment="center" valignment="top" width="0pt">
27839 <column alignment="center" valignment="top" width="0pt">
27840 <row>
27841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27842 \begin_inset Text
27843
27844 \begin_layout Plain Layout
27845 Command
27846 \end_layout
27847
27848 \end_inset
27849 </cell>
27850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27851 \begin_inset Text
27852
27853 \begin_layout Plain Layout
27854 Command
27855 \end_layout
27856
27857 \end_inset
27858 </cell>
27859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27860 \begin_inset Text
27861
27862 \begin_layout Plain Layout
27863 Command
27864 \end_layout
27865
27866 \end_inset
27867 </cell>
27868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27869 \begin_inset Text
27870
27871 \begin_layout Plain Layout
27872 Command
27873 \end_layout
27874
27875 \end_inset
27876 </cell>
27877 </row>
27878 <row>
27879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27880 \begin_inset Text
27881
27882 \begin_layout Plain Layout
27883
27884 \backslash
27885 sin
27886 \end_layout
27887
27888 \end_inset
27889 </cell>
27890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27891 \begin_inset Text
27892
27893 \begin_layout Plain Layout
27894
27895 \backslash
27896 sinh
27897 \end_layout
27898
27899 \end_inset
27900 </cell>
27901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27902 \begin_inset Text
27903
27904 \begin_layout Plain Layout
27905
27906 \backslash
27907 arcsin
27908 \end_layout
27909
27910 \end_inset
27911 </cell>
27912 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27913 \begin_inset Text
27914
27915 \begin_layout Plain Layout
27916
27917 \backslash
27918 sup
27919 \end_layout
27920
27921 \end_inset
27922 </cell>
27923 </row>
27924 <row>
27925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27926 \begin_inset Text
27927
27928 \begin_layout Plain Layout
27929
27930 \backslash
27931 cos
27932 \end_layout
27933
27934 \end_inset
27935 </cell>
27936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27937 \begin_inset Text
27938
27939 \begin_layout Plain Layout
27940
27941 \backslash
27942 cosh
27943 \end_layout
27944
27945 \end_inset
27946 </cell>
27947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27948 \begin_inset Text
27949
27950 \begin_layout Plain Layout
27951
27952 \backslash
27953 arccos
27954 \end_layout
27955
27956 \end_inset
27957 </cell>
27958 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27959 \begin_inset Text
27960
27961 \begin_layout Plain Layout
27962
27963 \backslash
27964 inf
27965 \end_layout
27966
27967 \end_inset
27968 </cell>
27969 </row>
27970 <row>
27971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27972 \begin_inset Text
27973
27974 \begin_layout Plain Layout
27975
27976 \backslash
27977 tan
27978 \end_layout
27979
27980 \end_inset
27981 </cell>
27982 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27983 \begin_inset Text
27984
27985 \begin_layout Plain Layout
27986
27987 \backslash
27988 tanh
27989 \end_layout
27990
27991 \end_inset
27992 </cell>
27993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27994 \begin_inset Text
27995
27996 \begin_layout Plain Layout
27997
27998 \backslash
27999 arctan
28000 \end_layout
28001
28002 \end_inset
28003 </cell>
28004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28005 \begin_inset Text
28006
28007 \begin_layout Plain Layout
28008
28009 \backslash
28010 lim
28011 \end_layout
28012
28013 \end_inset
28014 </cell>
28015 </row>
28016 <row>
28017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28018 \begin_inset Text
28019
28020 \begin_layout Plain Layout
28021
28022 \backslash
28023 cot
28024 \end_layout
28025
28026 \end_inset
28027 </cell>
28028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28029 \begin_inset Text
28030
28031 \begin_layout Plain Layout
28032
28033 \backslash
28034 coth
28035 \end_layout
28036
28037 \end_inset
28038 </cell>
28039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28040 \begin_inset Text
28041
28042 \begin_layout Plain Layout
28043
28044 \backslash
28045 arg
28046 \end_layout
28047
28048 \end_inset
28049 </cell>
28050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28051 \begin_inset Text
28052
28053 \begin_layout Plain Layout
28054
28055 \backslash
28056 liminf
28057 \end_layout
28058
28059 \end_inset
28060 </cell>
28061 </row>
28062 <row>
28063 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28064 \begin_inset Text
28065
28066 \begin_layout Plain Layout
28067
28068 \backslash
28069 sec
28070 \end_layout
28071
28072 \end_inset
28073 </cell>
28074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28075 \begin_inset Text
28076
28077 \begin_layout Plain Layout
28078
28079 \backslash
28080 min
28081 \end_layout
28082
28083 \end_inset
28084 </cell>
28085 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28086 \begin_inset Text
28087
28088 \begin_layout Plain Layout
28089
28090 \backslash
28091 deg
28092 \end_layout
28093
28094 \end_inset
28095 </cell>
28096 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28097 \begin_inset Text
28098
28099 \begin_layout Plain Layout
28100
28101 \backslash
28102 limsup
28103 \end_layout
28104
28105 \end_inset
28106 </cell>
28107 </row>
28108 <row>
28109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28110 \begin_inset Text
28111
28112 \begin_layout Plain Layout
28113
28114 \backslash
28115 csc
28116 \end_layout
28117
28118 \end_inset
28119 </cell>
28120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28121 \begin_inset Text
28122
28123 \begin_layout Plain Layout
28124
28125 \backslash
28126 max
28127 \end_layout
28128
28129 \end_inset
28130 </cell>
28131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28132 \begin_inset Text
28133
28134 \begin_layout Plain Layout
28135
28136 \backslash
28137 det
28138 \end_layout
28139
28140 \end_inset
28141 </cell>
28142 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28143 \begin_inset Text
28144
28145 \begin_layout Plain Layout
28146
28147 \backslash
28148 Pr
28149 \end_layout
28150
28151 \end_inset
28152 </cell>
28153 </row>
28154 <row>
28155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28156 \begin_inset Text
28157
28158 \begin_layout Plain Layout
28159
28160 \backslash
28161 ln
28162 \end_layout
28163
28164 \end_inset
28165 </cell>
28166 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28167 \begin_inset Text
28168
28169 \begin_layout Plain Layout
28170
28171 \backslash
28172 exp
28173 \end_layout
28174
28175 \end_inset
28176 </cell>
28177 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28178 \begin_inset Text
28179
28180 \begin_layout Plain Layout
28181
28182 \backslash
28183 dim
28184 \end_layout
28185
28186 \end_inset
28187 </cell>
28188 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28189 \begin_inset Text
28190
28191 \begin_layout Plain Layout
28192
28193 \backslash
28194 hom
28195 \end_layout
28196
28197 \end_inset
28198 </cell>
28199 </row>
28200 <row>
28201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
28202 \begin_inset Text
28203
28204 \begin_layout Plain Layout
28205
28206 \backslash
28207 lg
28208 \end_layout
28209
28210 \end_inset
28211 </cell>
28212 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
28213 \begin_inset Text
28214
28215 \begin_layout Plain Layout
28216
28217 \backslash
28218 log
28219 \end_layout
28220
28221 \end_inset
28222 </cell>
28223 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
28224 \begin_inset Text
28225
28226 \begin_layout Plain Layout
28227
28228 \backslash
28229 ker
28230 \end_layout
28231
28232 \end_inset
28233 </cell>
28234 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
28235 \begin_inset Text
28236
28237 \begin_layout Plain Layout
28238
28239 \backslash
28240 gcd
28241 \end_layout
28242
28243 \end_inset
28244 </cell>
28245 </row>
28246 </lyxtabular>
28247
28248 \end_inset
28249
28250
28251 \end_layout
28252
28253 \begin_layout Standard
28254 They can also be inserted with the math toolbar button 
28255 \begin_inset Info
28256 type  "icon"
28257 arg   "math-insert \\functions"
28258 \end_inset
28259
28260 .
28261 \end_layout
28262
28263 \begin_layout Subsection
28264 Self-defined Functions
28265 \begin_inset Index idx
28266 range none
28267 pageformat default
28268 status collapsed
28269
28270 \begin_layout Plain Layout
28271 Functions
28272 \begin_inset IndexMacro subentry
28273 status open
28274
28275 \begin_layout Plain Layout
28276 self-defined
28277 \end_layout
28278
28279 \end_inset
28280
28281
28282 \end_layout
28283
28284 \end_inset
28285
28286
28287 \end_layout
28288
28289 \begin_layout Standard
28290 To use a function that is not predefined, for instance the sign function
28291  sgn(x), there are two possibilities:
28292 \end_layout
28293
28294 \begin_layout Itemize
28295 Define the function by inserting the following line in the \SpecialChar LaTeX
28296 -preamble
28297 \begin_inset Foot
28298 status collapsed
28299
28300 \begin_layout Plain Layout
28301 For more about 
28302 \series bold
28303
28304 \backslash
28305 DeclareMathOperator
28306 \series default
28307  see 
28308 \begin_inset CommandInset ref
28309 LatexCommand ref
28310 reference "subsec:Self-defined-Operators"
28311
28312 \end_inset
28313
28314 .
28315 \end_layout
28316
28317 \end_inset
28318
28319
28320 \begin_inset Newline newline
28321 \end_inset
28322
28323
28324 \begin_inset VSpace -3mm
28325 \end_inset
28326
28327
28328 \begin_inset Newline newline
28329 \end_inset
28330
28331
28332 \series bold
28333
28334 \backslash
28335 DeclareMathOperator{
28336 \backslash
28337 sgn}{sgn}
28338 \series default
28339
28340 \begin_inset Index idx
28341 range none
28342 pageformat default
28343 status collapsed
28344
28345 \begin_layout Plain Layout
28346 Commands
28347 \begin_inset IndexMacro subentry
28348 status open
28349
28350 \begin_layout Plain Layout
28351 D
28352 \end_layout
28353
28354 \end_inset
28355
28356
28357 \begin_inset IndexMacro subentry
28358 status open
28359
28360 \begin_layout Plain Layout
28361 \begin_inset IndexMacro sortkey
28362 status collapsed
28363
28364 \begin_layout Plain Layout
28365
28366 \backslash
28367 dbinom
28368 \end_layout
28369
28370 \end_inset
28371
28372
28373 \backslash
28374 DeclareMathOperator
28375 \end_layout
28376
28377 \end_inset
28378
28379
28380 \end_layout
28381
28382 \end_inset
28383
28384
28385 \begin_inset Newline newline
28386 \end_inset
28387
28388
28389 \begin_inset VSpace -2mm
28390 \end_inset
28391
28392
28393 \begin_inset Newline newline
28394 \end_inset
28395
28396 Now the newly defined function can be called with the command 
28397 \series bold
28398
28399 \backslash
28400 sgn
28401 \series default
28402 .
28403 \end_layout
28404
28405 \begin_layout Itemize
28406 Write the formula as usual, mark the formula name, in our example the letters
28407  
28408 \emph on
28409 sgn
28410 \emph default
28411 , and change it to mathematical text.
28412  Finally, insert a space between the prefactor and function.
28413 \end_layout
28414
28415 \begin_layout Standard
28416 The result is the same with both methods as with a predefined function
28417 \begin_inset Foot
28418 status collapsed
28419
28420 \begin_layout Plain Layout
28421 In \SpecialChar LyX
28422  self-defined functions are displayed red, predefined ones black.
28423 \end_layout
28424
28425 \end_inset
28426
28427 :
28428 \end_layout
28429
28430 \begin_layout Standard
28431 \align center
28432 \begin_inset Tabular
28433 <lyxtabular version="3" rows="3" columns="2">
28434 <features booktabs="true" tabularvalignment="middle">
28435 <column alignment="center" valignment="top" width="0pt">
28436 <column alignment="center" valignment="top" width="0pt">
28437 <row>
28438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28439 \begin_inset Text
28440
28441 \begin_layout Plain Layout
28442 Command
28443 \end_layout
28444
28445 \end_inset
28446 </cell>
28447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28448 \begin_inset Text
28449
28450 \begin_layout Plain Layout
28451 Result
28452 \end_layout
28453
28454 \end_inset
28455 </cell>
28456 </row>
28457 <row>
28458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28459 \begin_inset Text
28460
28461 \begin_layout Plain Layout
28462 A
28463 \backslash
28464 sgn(x)+B
28465 \end_layout
28466
28467 \end_inset
28468 </cell>
28469 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28470 \begin_inset Text
28471
28472 \begin_layout Plain Layout
28473 \begin_inset Formula $A\sgn(x)+B$
28474 \end_inset
28475
28476
28477 \end_layout
28478
28479 \end_inset
28480 </cell>
28481 </row>
28482 <row>
28483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28484 \begin_inset Text
28485
28486 \begin_layout Plain Layout
28487 A
28488 \backslash
28489 ,
28490 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
28491 \end_inset
28492
28493 (x)+B
28494 \end_layout
28495
28496 \end_inset
28497 </cell>
28498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28499 \begin_inset Text
28500
28501 \begin_layout Plain Layout
28502 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
28503 \end_inset
28504
28505
28506 \end_layout
28507
28508 \end_inset
28509 </cell>
28510 </row>
28511 </lyxtabular>
28512
28513 \end_inset
28514
28515
28516 \end_layout
28517
28518 \begin_layout Standard
28519 The first method is more suitable when the self-defined function will be
28520  used several times.
28521 \end_layout
28522
28523 \begin_layout Subsection
28524 Limits
28525 \begin_inset Index idx
28526 range none
28527 pageformat default
28528 status collapsed
28529
28530 \begin_layout Plain Layout
28531 Limits
28532 \end_layout
28533
28534 \end_inset
28535
28536
28537 \end_layout
28538
28539 \begin_layout Standard
28540 For limits, in addition to the commands 
28541 \series bold
28542
28543 \backslash
28544 lim
28545 \series default
28546
28547 \begin_inset Index idx
28548 range none
28549 pageformat default
28550 status collapsed
28551
28552 \begin_layout Plain Layout
28553 Commands
28554 \begin_inset IndexMacro subentry
28555 status open
28556
28557 \begin_layout Plain Layout
28558 L
28559 \end_layout
28560
28561 \end_inset
28562
28563
28564 \begin_inset IndexMacro subentry
28565 status open
28566
28567 \begin_layout Plain Layout
28568
28569 \backslash
28570 lim
28571 \end_layout
28572
28573 \end_inset
28574
28575
28576 \end_layout
28577
28578 \end_inset
28579
28580
28581 \series bold
28582
28583 \backslash
28584 liminf
28585 \series default
28586  and 
28587 \series bold
28588
28589 \backslash
28590 limsup
28591 \series default
28592  the following functions are defined:
28593 \end_layout
28594
28595 \begin_layout Standard
28596 \align center
28597 \begin_inset Tabular
28598 <lyxtabular version="3" rows="5" columns="2">
28599 <features booktabs="true" tabularvalignment="middle">
28600 <column alignment="center" valignment="top" width="0pt">
28601 <column alignment="center" valignment="top" width="0pt">
28602 <row>
28603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28604 \begin_inset Text
28605
28606 \begin_layout Plain Layout
28607 Command
28608 \end_layout
28609
28610 \end_inset
28611 </cell>
28612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28613 \begin_inset Text
28614
28615 \begin_layout Plain Layout
28616 Result
28617 \end_layout
28618
28619 \end_inset
28620 </cell>
28621 </row>
28622 <row>
28623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28624 \begin_inset Text
28625
28626 \begin_layout Plain Layout
28627
28628 \backslash
28629 varliminf
28630 \end_layout
28631
28632 \end_inset
28633 </cell>
28634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28635 \begin_inset Text
28636
28637 \begin_layout Plain Layout
28638 \begin_inset Formula $\varliminf$
28639 \end_inset
28640
28641
28642 \end_layout
28643
28644 \end_inset
28645 </cell>
28646 </row>
28647 <row topspace="1.5mm">
28648 <cell alignment="center" valignment="top" usebox="none">
28649 \begin_inset Text
28650
28651 \begin_layout Plain Layout
28652
28653 \backslash
28654 varlimsup
28655 \end_layout
28656
28657 \end_inset
28658 </cell>
28659 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28660 \begin_inset Text
28661
28662 \begin_layout Plain Layout
28663 \begin_inset Formula $\varlimsup$
28664 \end_inset
28665
28666
28667 \end_layout
28668
28669 \end_inset
28670 </cell>
28671 </row>
28672 <row topspace="1.5mm">
28673 <cell alignment="center" valignment="top" usebox="none">
28674 \begin_inset Text
28675
28676 \begin_layout Plain Layout
28677
28678 \backslash
28679 varprojlim
28680 \end_layout
28681
28682 \end_inset
28683 </cell>
28684 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28685 \begin_inset Text
28686
28687 \begin_layout Plain Layout
28688 \begin_inset Formula $\varprojlim$
28689 \end_inset
28690
28691
28692 \end_layout
28693
28694 \end_inset
28695 </cell>
28696 </row>
28697 <row topspace="1.5mm" bottomspace="1mm">
28698 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
28699 \begin_inset Text
28700
28701 \begin_layout Plain Layout
28702
28703 \backslash
28704 varinjlim
28705 \end_layout
28706
28707 \end_inset
28708 </cell>
28709 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
28710 \begin_inset Text
28711
28712 \begin_layout Plain Layout
28713 \begin_inset Formula $\varinjlim$
28714 \end_inset
28715
28716
28717 \end_layout
28718
28719 \end_inset
28720 </cell>
28721 </row>
28722 </lyxtabular>
28723
28724 \end_inset
28725
28726
28727 \end_layout
28728
28729 \begin_layout Standard
28730 \begin_inset VSpace medskip
28731 \end_inset
28732
28733 The limit is created by inserting a subscript.
28734  It is set right beside the function in an inline formula:
28735 \end_layout
28736
28737 \begin_layout Standard
28738 \align center
28739 \begin_inset Tabular
28740 <lyxtabular version="3" rows="2" columns="2">
28741 <features booktabs="true" tabularvalignment="middle">
28742 <column alignment="center" valignment="top" width="0pt">
28743 <column alignment="center" valignment="top" width="0pt">
28744 <row>
28745 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
28746 \begin_inset Text
28747
28748 \begin_layout Plain Layout
28749 Command
28750 \end_layout
28751
28752 \end_inset
28753 </cell>
28754 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
28755 \begin_inset Text
28756
28757 \begin_layout Plain Layout
28758 Result
28759 \end_layout
28760
28761 \end_inset
28762 </cell>
28763 </row>
28764 <row>
28765 <cell alignment="center" valignment="top" usebox="none">
28766 \begin_inset Text
28767
28768 \begin_layout Plain Layout
28769
28770 \backslash
28771 lim_x
28772 \backslash
28773 to
28774 \begin_inset space \textvisiblespace{}
28775 \end_inset
28776
28777 A
28778 \begin_inset space \textvisiblespace{}
28779 \end_inset
28780
28781 x=B
28782 \end_layout
28783
28784 \end_inset
28785 </cell>
28786 <cell alignment="center" valignment="top" usebox="none">
28787 \begin_inset Text
28788
28789 \begin_layout Plain Layout
28790 \begin_inset Formula $\lim_{x\to A}x=B$
28791 \end_inset
28792
28793
28794 \end_layout
28795
28796 \end_inset
28797 </cell>
28798 </row>
28799 </lyxtabular>
28800
28801 \end_inset
28802
28803
28804 \end_layout
28805
28806 \begin_layout Standard
28807 In a displayed formula the limit is set below the formula, as usual:
28808 \begin_inset Formula 
28809 \[
28810 \lim_{x\to A}x=B
28811 \]
28812
28813 \end_inset
28814
28815
28816 \end_layout
28817
28818 \begin_layout Standard
28819 \begin_inset VSpace medskip
28820 \end_inset
28821
28822
28823 \end_layout
28824
28825 \begin_layout Standard
28826 How to adjust the typesetting of the limits see 
28827 \begin_inset CommandInset ref
28828 LatexCommand ref
28829 reference "subsec:Operator-Limits"
28830
28831 \end_inset
28832
28833 .
28834 \end_layout
28835
28836 \begin_layout Subsection
28837 Modulo-Functions
28838 \begin_inset Index idx
28839 range none
28840 pageformat default
28841 status collapsed
28842
28843 \begin_layout Plain Layout
28844 Functions
28845 \begin_inset IndexMacro subentry
28846 status open
28847
28848 \begin_layout Plain Layout
28849 modulo-
28850 \end_layout
28851
28852 \end_inset
28853
28854
28855 \end_layout
28856
28857 \end_inset
28858
28859
28860 \end_layout
28861
28862 \begin_layout Standard
28863 The modulo-function is special, because it exists in four variants.
28864  The variants in a displayed formula are:
28865 \begin_inset Formula 
28866 \begin{align*}
28867 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
28868 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
28869 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
28870 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
28871 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
28872 \end{align*}
28873
28874 \end_inset
28875
28876
28877 \end_layout
28878
28879 \begin_layout Standard
28880 In an inline formula less space is set before the function names for all
28881  variants.
28882  By default the modulo-functions take only the first character following
28883  the command into account.
28884  To use more than one character, put them in \SpecialChar TeX
28885  braces:
28886 \begin_inset Formula 
28887 \begin{align*}
28888 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
28889 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
28890 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
28891 \end{align*}
28892
28893 \end_inset
28894
28895
28896 \end_layout
28897
28898 \begin_layout Section
28899 Special Characters
28900 \begin_inset Index idx
28901 range none
28902 pageformat default
28903 status collapsed
28904
28905 \begin_layout Plain Layout
28906 Special characters
28907 \end_layout
28908
28909 \end_inset
28910
28911
28912 \end_layout
28913
28914 \begin_layout Standard
28915 The characters ^ and _ would normally create a superscript and subscript,
28916  respectively.
28917  To get these characters you have to insert them with a leading 
28918 \backslash
28919 .
28920 \end_layout
28921
28922 \begin_layout Standard
28923 \noindent
28924 \align center
28925 \begin_inset Tabular
28926 <lyxtabular version="3" rows="3" columns="2">
28927 <features booktabs="true" tabularvalignment="middle">
28928 <column alignment="left" valignment="top" width="0pt">
28929 <column alignment="block" valignment="top">
28930 <row>
28931 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28932 \begin_inset Text
28933
28934 \begin_layout Plain Layout
28935 Command
28936 \end_layout
28937
28938 \end_inset
28939 </cell>
28940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28941 \begin_inset Text
28942
28943 \begin_layout Plain Layout
28944 Result
28945 \end_layout
28946
28947 \end_inset
28948 </cell>
28949 </row>
28950 <row>
28951 <cell alignment="left" valignment="top" leftline="true" usebox="none">
28952 \begin_inset Text
28953
28954 \begin_layout Plain Layout
28955
28956 \backslash
28957 ^
28958 \begin_inset space \textvisiblespace{}
28959 \end_inset
28960
28961
28962 \end_layout
28963
28964 \end_inset
28965 </cell>
28966 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28967 \begin_inset Text
28968
28969 \begin_layout Plain Layout
28970 \begin_inset Formula $\mathcircumflex$
28971 \end_inset
28972
28973
28974 \end_layout
28975
28976 \end_inset
28977 </cell>
28978 </row>
28979 <row>
28980 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
28981 \begin_inset Text
28982
28983 \begin_layout Plain Layout
28984
28985 \backslash
28986 _
28987 \end_layout
28988
28989 \end_inset
28990 </cell>
28991 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
28992 \begin_inset Text
28993
28994 \begin_layout Plain Layout
28995 \begin_inset Formula $\_$
28996 \end_inset
28997
28998
28999 \end_layout
29000
29001 \end_inset
29002 </cell>
29003 </row>
29004 </lyxtabular>
29005
29006 \end_inset
29007
29008
29009 \end_layout
29010
29011 \begin_layout Subsection
29012 Special Characters in Mathematical Text
29013 \end_layout
29014
29015 \begin_layout Standard
29016 The following commands can only be used in mathematical text or in \SpecialChar TeX
29017  mode:
29018 \end_layout
29019
29020 \begin_layout Standard
29021 \begin_inset space \hfill{}
29022 \end_inset
29023
29024
29025 \begin_inset Tabular
29026 <lyxtabular version="3" rows="8" columns="2">
29027 <features booktabs="true" tabularvalignment="middle">
29028 <column alignment="left" valignment="top" width="0pt">
29029 <column alignment="block" valignment="top">
29030 <row>
29031 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29032 \begin_inset Text
29033
29034 \begin_layout Plain Layout
29035 Command
29036 \end_layout
29037
29038 \end_inset
29039 </cell>
29040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29041 \begin_inset Text
29042
29043 \begin_layout Plain Layout
29044 Result
29045 \end_layout
29046
29047 \end_inset
29048 </cell>
29049 </row>
29050 <row>
29051 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29052 \begin_inset Text
29053
29054 \begin_layout Plain Layout
29055
29056 \backslash
29057 oe
29058 \end_layout
29059
29060 \end_inset
29061 </cell>
29062 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29063 \begin_inset Text
29064
29065 \begin_layout Plain Layout
29066 \begin_inset Formula $\textrm{œ}$
29067 \end_inset
29068
29069
29070 \end_layout
29071
29072 \end_inset
29073 </cell>
29074 </row>
29075 <row>
29076 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29077 \begin_inset Text
29078
29079 \begin_layout Plain Layout
29080
29081 \backslash
29082 OE
29083 \end_layout
29084
29085 \end_inset
29086 </cell>
29087 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29088 \begin_inset Text
29089
29090 \begin_layout Plain Layout
29091 \begin_inset Formula $\textrm{Œ}$
29092 \end_inset
29093
29094
29095 \end_layout
29096
29097 \end_inset
29098 </cell>
29099 </row>
29100 <row>
29101 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29102 \begin_inset Text
29103
29104 \begin_layout Plain Layout
29105
29106 \backslash
29107 ae
29108 \end_layout
29109
29110 \end_inset
29111 </cell>
29112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29113 \begin_inset Text
29114
29115 \begin_layout Plain Layout
29116 \begin_inset Formula $\textrm{æ}$
29117 \end_inset
29118
29119
29120 \end_layout
29121
29122 \end_inset
29123 </cell>
29124 </row>
29125 <row>
29126 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29127 \begin_inset Text
29128
29129 \begin_layout Plain Layout
29130
29131 \backslash
29132 AE
29133 \end_layout
29134
29135 \end_inset
29136 </cell>
29137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29138 \begin_inset Text
29139
29140 \begin_layout Plain Layout
29141 \begin_inset Formula $\textrm{Æ}$
29142 \end_inset
29143
29144
29145 \end_layout
29146
29147 \end_inset
29148 </cell>
29149 </row>
29150 <row>
29151 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29152 \begin_inset Text
29153
29154 \begin_layout Plain Layout
29155
29156 \backslash
29157 aa
29158 \end_layout
29159
29160 \end_inset
29161 </cell>
29162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29163 \begin_inset Text
29164
29165 \begin_layout Plain Layout
29166 \begin_inset Formula $\textrm{å}$
29167 \end_inset
29168
29169
29170 \end_layout
29171
29172 \end_inset
29173 </cell>
29174 </row>
29175 <row>
29176 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29177 \begin_inset Text
29178
29179 \begin_layout Plain Layout
29180
29181 \backslash
29182 AA
29183 \end_layout
29184
29185 \end_inset
29186 </cell>
29187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29188 \begin_inset Text
29189
29190 \begin_layout Plain Layout
29191 \begin_inset Formula $\textrm{Å}$
29192 \end_inset
29193
29194
29195 \end_layout
29196
29197 \end_inset
29198 </cell>
29199 </row>
29200 <row>
29201 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
29202 \begin_inset Text
29203
29204 \begin_layout Plain Layout
29205
29206 \backslash
29207 i
29208 \end_layout
29209
29210 \end_inset
29211 </cell>
29212 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
29213 \begin_inset Text
29214
29215 \begin_layout Plain Layout
29216 \begin_inset Formula $\textrm{ı}$
29217 \end_inset
29218
29219
29220 \end_layout
29221
29222 \end_inset
29223 </cell>
29224 </row>
29225 </lyxtabular>
29226
29227 \end_inset
29228
29229
29230 \begin_inset space \hfill{}
29231 \end_inset
29232
29233
29234 \begin_inset Tabular
29235 <lyxtabular version="3" rows="8" columns="2">
29236 <features booktabs="true" tabularvalignment="middle">
29237 <column alignment="left" valignment="top" width="0pt">
29238 <column alignment="center" valignment="top">
29239 <row>
29240 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29241 \begin_inset Text
29242
29243 \begin_layout Plain Layout
29244 Command
29245 \begin_inset Note Note
29246 status collapsed
29247
29248 \begin_layout Plain Layout
29249 The space of 0
29250 \begin_inset space \thinspace{}
29251 \end_inset
29252
29253 mm is used for separation, because otherwise the output will be ¡ and ¿
29254  respectively.
29255 \end_layout
29256
29257 \end_inset
29258
29259
29260 \end_layout
29261
29262 \end_inset
29263 </cell>
29264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29265 \begin_inset Text
29266
29267 \begin_layout Plain Layout
29268 Result
29269 \end_layout
29270
29271 \end_inset
29272 </cell>
29273 </row>
29274 <row>
29275 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29276 \begin_inset Text
29277
29278 \begin_layout Plain Layout
29279
29280 \backslash
29281 o
29282 \end_layout
29283
29284 \end_inset
29285 </cell>
29286 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29287 \begin_inset Text
29288
29289 \begin_layout Plain Layout
29290 \begin_inset Formula $\textrm{ø}$
29291 \end_inset
29292
29293
29294 \end_layout
29295
29296 \end_inset
29297 </cell>
29298 </row>
29299 <row>
29300 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29301 \begin_inset Text
29302
29303 \begin_layout Plain Layout
29304
29305 \backslash
29306 O
29307 \end_layout
29308
29309 \end_inset
29310 </cell>
29311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29312 \begin_inset Text
29313
29314 \begin_layout Plain Layout
29315 \begin_inset Formula $\textrm{Ø}$
29316 \end_inset
29317
29318
29319 \end_layout
29320
29321 \end_inset
29322 </cell>
29323 </row>
29324 <row>
29325 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29326 \begin_inset Text
29327
29328 \begin_layout Plain Layout
29329
29330 \backslash
29331 l
29332 \end_layout
29333
29334 \end_inset
29335 </cell>
29336 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29337 \begin_inset Text
29338
29339 \begin_layout Plain Layout
29340 \begin_inset Formula $\textrm{ł}$
29341 \end_inset
29342
29343
29344 \end_layout
29345
29346 \end_inset
29347 </cell>
29348 </row>
29349 <row>
29350 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29351 \begin_inset Text
29352
29353 \begin_layout Plain Layout
29354
29355 \backslash
29356 L
29357 \end_layout
29358
29359 \end_inset
29360 </cell>
29361 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29362 \begin_inset Text
29363
29364 \begin_layout Plain Layout
29365 \begin_inset Formula $\textrm{Ł}$
29366 \end_inset
29367
29368
29369 \end_layout
29370
29371 \end_inset
29372 </cell>
29373 </row>
29374 <row>
29375 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29376 \begin_inset Text
29377
29378 \begin_layout Plain Layout
29379 !
29380 \begin_inset space \hspace{}
29381 \length 0mm
29382 \end_inset
29383
29384 `
29385 \begin_inset space \textvisiblespace{}
29386 \end_inset
29387
29388
29389 \end_layout
29390
29391 \end_inset
29392 </cell>
29393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29394 \begin_inset Text
29395
29396 \begin_layout Plain Layout
29397 \begin_inset Formula $\textrm{!`}$
29398 \end_inset
29399
29400
29401 \end_layout
29402
29403 \end_inset
29404 </cell>
29405 </row>
29406 <row>
29407 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29408 \begin_inset Text
29409
29410 \begin_layout Plain Layout
29411 ?
29412 \begin_inset space \hspace{}
29413 \length 0mm
29414 \end_inset
29415
29416 `
29417 \begin_inset space \textvisiblespace{}
29418 \end_inset
29419
29420
29421 \end_layout
29422
29423 \end_inset
29424 </cell>
29425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29426 \begin_inset Text
29427
29428 \begin_layout Plain Layout
29429 \begin_inset Formula $\textrm{?`}$
29430 \end_inset
29431
29432
29433 \end_layout
29434
29435 \end_inset
29436 </cell>
29437 </row>
29438 <row>
29439 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
29440 \begin_inset Text
29441
29442 \begin_layout Plain Layout
29443
29444 \backslash
29445 j
29446 \end_layout
29447
29448 \end_inset
29449 </cell>
29450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
29451 \begin_inset Text
29452
29453 \begin_layout Plain Layout
29454 \begin_inset Formula $\textrm{ȷ}$
29455 \end_inset
29456
29457
29458 \end_layout
29459
29460 \end_inset
29461 </cell>
29462 </row>
29463 </lyxtabular>
29464
29465 \end_inset
29466
29467
29468 \begin_inset space \hfill{}
29469 \end_inset
29470
29471
29472 \end_layout
29473
29474 \begin_layout Standard
29475 The characters 
29476 \begin_inset Formula $\textrm{Å}$
29477 \end_inset
29478
29479  and 
29480 \begin_inset Formula $\textrm{Ø}$
29481 \end_inset
29482
29483  can also be inserted via the math toolbar button 
29484 \begin_inset Info
29485 type  "icon"
29486 arg   "math-insert \\digamma"
29487 \end_inset
29488
29489 .
29490 \end_layout
29491
29492 \begin_layout Standard
29493 The commands 
29494 \series bold
29495 !
29496 \begin_inset space \hspace{}
29497 \length 0mm
29498 \end_inset
29499
29500 `
29501 \series default
29502  and 
29503 \series bold
29504 ?
29505 \begin_inset space \hspace{}
29506 \length 0mm
29507 \end_inset
29508
29509 `
29510 \series default
29511  are exceptions because they can be inserted in \SpecialChar LyX
29512  directly to text.
29513 \end_layout
29514
29515 \begin_layout Subsection
29516 Accents in Text
29517 \begin_inset CommandInset label
29518 LatexCommand label
29519 name "subsec:Accents-in-Text"
29520
29521 \end_inset
29522
29523
29524 \begin_inset Index idx
29525 range none
29526 pageformat default
29527 status collapsed
29528
29529 \begin_layout Plain Layout
29530 Accents
29531 \begin_inset IndexMacro subentry
29532 status open
29533
29534 \begin_layout Plain Layout
29535 in text
29536 \end_layout
29537
29538 \end_inset
29539
29540
29541 \end_layout
29542
29543 \end_inset
29544
29545
29546 \end_layout
29547
29548 \begin_layout Standard
29549 Any letter can be accented with the following commands.
29550  The commands must be inserted in \SpecialChar TeX
29551  mode.
29552 \end_layout
29553
29554 \begin_layout Standard
29555 \begin_inset space \hfill{}
29556 \end_inset
29557
29558
29559 \begin_inset Tabular
29560 <lyxtabular version="3" rows="8" columns="2">
29561 <features booktabs="true" tabularvalignment="middle">
29562 <column alignment="left" valignment="top" width="0pt">
29563 <column alignment="block" valignment="top">
29564 <row>
29565 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29566 \begin_inset Text
29567
29568 \begin_layout Plain Layout
29569 Command
29570 \end_layout
29571
29572 \end_inset
29573 </cell>
29574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29575 \begin_inset Text
29576
29577 \begin_layout Plain Layout
29578 Result
29579 \end_layout
29580
29581 \end_inset
29582 </cell>
29583 </row>
29584 <row>
29585 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29586 \begin_inset Text
29587
29588 \begin_layout Plain Layout
29589
29590 \backslash
29591
29592 \begin_inset Quotes grd
29593 \end_inset
29594
29595 e
29596 \end_layout
29597
29598 \end_inset
29599 </cell>
29600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29601 \begin_inset Text
29602
29603 \begin_layout Plain Layout
29604 \begin_inset ERT
29605 status collapsed
29606
29607 \begin_layout Plain Layout
29608
29609
29610 \backslash
29611 "e
29612 \end_layout
29613
29614 \end_inset
29615
29616
29617 \end_layout
29618
29619 \end_inset
29620 </cell>
29621 </row>
29622 <row>
29623 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29624 \begin_inset Text
29625
29626 \begin_layout Plain Layout
29627
29628 \backslash
29629 `e
29630 \end_layout
29631
29632 \end_inset
29633 </cell>
29634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29635 \begin_inset Text
29636
29637 \begin_layout Plain Layout
29638 \begin_inset ERT
29639 status collapsed
29640
29641 \begin_layout Plain Layout
29642
29643
29644 \backslash
29645 `e
29646 \end_layout
29647
29648 \end_inset
29649
29650
29651 \end_layout
29652
29653 \end_inset
29654 </cell>
29655 </row>
29656 <row>
29657 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29658 \begin_inset Text
29659
29660 \begin_layout Plain Layout
29661
29662 \backslash
29663 ^
29664 \begin_inset space \textvisiblespace{}
29665 \end_inset
29666
29667 e
29668 \end_layout
29669
29670 \end_inset
29671 </cell>
29672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29673 \begin_inset Text
29674
29675 \begin_layout Plain Layout
29676 \begin_inset ERT
29677 status collapsed
29678
29679 \begin_layout Plain Layout
29680
29681
29682 \backslash
29683 ^e
29684 \end_layout
29685
29686 \end_inset
29687
29688
29689 \end_layout
29690
29691 \end_inset
29692 </cell>
29693 </row>
29694 <row>
29695 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29696 \begin_inset Text
29697
29698 \begin_layout Plain Layout
29699
29700 \backslash
29701 =e
29702 \end_layout
29703
29704 \end_inset
29705 </cell>
29706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29707 \begin_inset Text
29708
29709 \begin_layout Plain Layout
29710 \begin_inset ERT
29711 status collapsed
29712
29713 \begin_layout Plain Layout
29714
29715
29716 \backslash
29717 =e
29718 \end_layout
29719
29720 \end_inset
29721
29722
29723 \end_layout
29724
29725 \end_inset
29726 </cell>
29727 </row>
29728 <row>
29729 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29730 \begin_inset Text
29731
29732 \begin_layout Plain Layout
29733
29734 \backslash
29735 u
29736 \begin_inset space \textvisiblespace{}
29737 \end_inset
29738
29739 e
29740 \end_layout
29741
29742 \end_inset
29743 </cell>
29744 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29745 \begin_inset Text
29746
29747 \begin_layout Plain Layout
29748 \begin_inset ERT
29749 status collapsed
29750
29751 \begin_layout Plain Layout
29752
29753
29754 \backslash
29755 u e
29756 \end_layout
29757
29758 \end_inset
29759
29760
29761 \end_layout
29762
29763 \end_inset
29764 </cell>
29765 </row>
29766 <row>
29767 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29768 \begin_inset Text
29769
29770 \begin_layout Plain Layout
29771
29772 \backslash
29773 b
29774 \begin_inset space \textvisiblespace{}
29775 \end_inset
29776
29777 e
29778 \end_layout
29779
29780 \end_inset
29781 </cell>
29782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29783 \begin_inset Text
29784
29785 \begin_layout Plain Layout
29786 \begin_inset ERT
29787 status collapsed
29788
29789 \begin_layout Plain Layout
29790
29791
29792 \backslash
29793 b e
29794 \end_layout
29795
29796 \end_inset
29797
29798
29799 \end_layout
29800
29801 \end_inset
29802 </cell>
29803 </row>
29804 <row>
29805 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
29806 \begin_inset Text
29807
29808 \begin_layout Plain Layout
29809
29810 \backslash
29811 t
29812 \begin_inset space \textvisiblespace{}
29813 \end_inset
29814
29815 ee
29816 \end_layout
29817
29818 \end_inset
29819 </cell>
29820 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
29821 \begin_inset Text
29822
29823 \begin_layout Plain Layout
29824 \begin_inset ERT
29825 status collapsed
29826
29827 \begin_layout Plain Layout
29828
29829
29830 \backslash
29831 t ee
29832 \end_layout
29833
29834 \end_inset
29835
29836
29837 \end_layout
29838
29839 \end_inset
29840 </cell>
29841 </row>
29842 </lyxtabular>
29843
29844 \end_inset
29845
29846
29847 \begin_inset space \hfill{}
29848 \end_inset
29849
29850
29851 \begin_inset Tabular
29852 <lyxtabular version="3" rows="8" columns="2">
29853 <features booktabs="true" tabularvalignment="middle">
29854 <column alignment="left" valignment="top" width="0pt">
29855 <column alignment="center" valignment="top">
29856 <row>
29857 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29858 \begin_inset Text
29859
29860 \begin_layout Plain Layout
29861 Command
29862 \end_layout
29863
29864 \end_inset
29865 </cell>
29866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29867 \begin_inset Text
29868
29869 \begin_layout Plain Layout
29870 Result
29871 \end_layout
29872
29873 \end_inset
29874 </cell>
29875 </row>
29876 <row>
29877 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29878 \begin_inset Text
29879
29880 \begin_layout Plain Layout
29881
29882 \backslash
29883 H
29884 \begin_inset space \textvisiblespace{}
29885 \end_inset
29886
29887 e
29888 \end_layout
29889
29890 \end_inset
29891 </cell>
29892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29893 \begin_inset Text
29894
29895 \begin_layout Plain Layout
29896 \begin_inset ERT
29897 status collapsed
29898
29899 \begin_layout Plain Layout
29900
29901
29902 \backslash
29903 H e
29904 \end_layout
29905
29906 \end_inset
29907
29908
29909 \end_layout
29910
29911 \end_inset
29912 </cell>
29913 </row>
29914 <row>
29915 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29916 \begin_inset Text
29917
29918 \begin_layout Plain Layout
29919
29920 \backslash
29921 'e
29922 \end_layout
29923
29924 \end_inset
29925 </cell>
29926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29927 \begin_inset Text
29928
29929 \begin_layout Plain Layout
29930 \begin_inset ERT
29931 status collapsed
29932
29933 \begin_layout Plain Layout
29934
29935
29936 \backslash
29937 'e
29938 \end_layout
29939
29940 \end_inset
29941
29942
29943 \end_layout
29944
29945 \end_inset
29946 </cell>
29947 </row>
29948 <row>
29949 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29950 \begin_inset Text
29951
29952 \begin_layout Plain Layout
29953
29954 \backslash
29955 ~e
29956 \begin_inset Index idx
29957 range none
29958 pageformat default
29959 status collapsed
29960
29961 \begin_layout Plain Layout
29962 Tilde
29963 \end_layout
29964
29965 \end_inset
29966
29967
29968 \end_layout
29969
29970 \end_inset
29971 </cell>
29972 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29973 \begin_inset Text
29974
29975 \begin_layout Plain Layout
29976 \begin_inset ERT
29977 status collapsed
29978
29979 \begin_layout Plain Layout
29980
29981
29982 \backslash
29983 ~e
29984 \end_layout
29985
29986 \end_inset
29987
29988
29989 \end_layout
29990
29991 \end_inset
29992 </cell>
29993 </row>
29994 <row>
29995 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29996 \begin_inset Text
29997
29998 \begin_layout Plain Layout
29999
30000 \backslash
30001 .e
30002 \end_layout
30003
30004 \end_inset
30005 </cell>
30006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30007 \begin_inset Text
30008
30009 \begin_layout Plain Layout
30010 \begin_inset ERT
30011 status collapsed
30012
30013 \begin_layout Plain Layout
30014
30015
30016 \backslash
30017 .e
30018 \end_layout
30019
30020 \end_inset
30021
30022
30023 \end_layout
30024
30025 \end_inset
30026 </cell>
30027 </row>
30028 <row>
30029 <cell alignment="left" valignment="top" leftline="true" usebox="none">
30030 \begin_inset Text
30031
30032 \begin_layout Plain Layout
30033
30034 \backslash
30035 v
30036 \begin_inset space \textvisiblespace{}
30037 \end_inset
30038
30039 e
30040 \end_layout
30041
30042 \end_inset
30043 </cell>
30044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30045 \begin_inset Text
30046
30047 \begin_layout Plain Layout
30048 \begin_inset ERT
30049 status collapsed
30050
30051 \begin_layout Plain Layout
30052
30053
30054 \backslash
30055 v e
30056 \end_layout
30057
30058 \end_inset
30059
30060
30061 \end_layout
30062
30063 \end_inset
30064 </cell>
30065 </row>
30066 <row>
30067 <cell alignment="left" valignment="top" leftline="true" usebox="none">
30068 \begin_inset Text
30069
30070 \begin_layout Plain Layout
30071
30072 \backslash
30073 d
30074 \begin_inset space \textvisiblespace{}
30075 \end_inset
30076
30077 e
30078 \end_layout
30079
30080 \end_inset
30081 </cell>
30082 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30083 \begin_inset Text
30084
30085 \begin_layout Plain Layout
30086 \begin_inset ERT
30087 status collapsed
30088
30089 \begin_layout Plain Layout
30090
30091
30092 \backslash
30093 d e
30094 \end_layout
30095
30096 \end_inset
30097
30098
30099 \end_layout
30100
30101 \end_inset
30102 </cell>
30103 </row>
30104 <row>
30105 <cell alignment="left" valignment="top" leftline="true" usebox="none">
30106 \begin_inset Text
30107
30108 \begin_layout Plain Layout
30109
30110 \backslash
30111 c
30112 \begin_inset space \textvisiblespace{}
30113 \end_inset
30114
30115 e
30116 \end_layout
30117
30118 \end_inset
30119 </cell>
30120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30121 \begin_inset Text
30122
30123 \begin_layout Plain Layout
30124 \begin_inset ERT
30125 status collapsed
30126
30127 \begin_layout Plain Layout
30128
30129
30130 \backslash
30131 c e
30132 \end_layout
30133
30134 \end_inset
30135
30136
30137 \end_layout
30138
30139 \end_inset
30140 </cell>
30141 </row>
30142 </lyxtabular>
30143
30144 \end_inset
30145
30146
30147 \begin_inset space \hfill{}
30148 \end_inset
30149
30150
30151 \end_layout
30152
30153 \begin_layout Standard
30154 \begin_inset VSpace medskip
30155 \end_inset
30156
30157 With the command 
30158 \series bold
30159
30160 \backslash
30161 t
30162 \series default
30163  also two different characters can be accented.
30164  The command 
30165 \series bold
30166
30167 \backslash
30168 t
30169 \begin_inset space \textvisiblespace{}
30170 \end_inset
30171
30172 sz
30173 \series default
30174  creates: 
30175 \begin_inset ERT
30176 status collapsed
30177
30178 \begin_layout Plain Layout
30179
30180
30181 \backslash
30182 t sz
30183 \end_layout
30184
30185 \end_inset
30186
30187
30188 \end_layout
30189
30190 \begin_layout Standard
30191 The accents 
30192 \series bold
30193 `
30194 \series default
30195  , 
30196 \series bold
30197 '
30198 \series default
30199  and 
30200 \series bold
30201 ^
30202 \series default
30203  can in combination with vowels be directly inserted with the keyboard without
30204  using \SpecialChar TeX
30205  mode.
30206  The same applies for the tilde
30207 \begin_inset Foot
30208 status collapsed
30209
30210 \begin_layout Plain Layout
30211 This only applies for keyboards where the tilde is defined as accent.
30212 \end_layout
30213
30214 \end_inset
30215
30216  
30217 \series bold
30218 ~
30219 \series default
30220  in combination with 
30221 \emph on
30222 a
30223 \emph default
30224  , 
30225 \emph on
30226 n
30227 \emph default
30228  , or 
30229 \emph on
30230 o
30231 \emph default
30232 .
30233 \end_layout
30234
30235 \begin_layout Standard
30236 The commands 
30237 \series bold
30238
30239 \backslash
30240 b
30241 \series default
30242  , 
30243 \series bold
30244
30245 \backslash
30246 c
30247 \series default
30248  , 
30249 \series bold
30250
30251 \backslash
30252 d
30253 \series default
30254  , 
30255 \series bold
30256
30257 \backslash
30258 H
30259 \series default
30260  , 
30261 \series bold
30262
30263 \backslash
30264 t
30265 \series default
30266  , 
30267 \series bold
30268
30269 \backslash
30270 u
30271 \series default
30272  , 
30273 \series bold
30274
30275 \backslash
30276 v
30277 \series default
30278  and accents that are inserted directly with the keyboard are also available
30279  in mathematical text.
30280  For the other accents there are special math commands used in formulas,
30281  see 
30282 \begin_inset CommandInset ref
30283 LatexCommand ref
30284 reference "subsec:Accents-for-one"
30285
30286 \end_inset
30287
30288 .
30289 \end_layout
30290
30291 \begin_layout Standard
30292 \begin_inset VSpace bigskip
30293 \end_inset
30294
30295 With the command 
30296 \series bold
30297
30298 \backslash
30299 textcircled
30300 \series default
30301
30302 \begin_inset Index idx
30303 range none
30304 pageformat default
30305 status collapsed
30306
30307 \begin_layout Plain Layout
30308 Commands
30309 \begin_inset IndexMacro subentry
30310 status open
30311
30312 \begin_layout Plain Layout
30313 T
30314 \end_layout
30315
30316 \end_inset
30317
30318
30319 \begin_inset IndexMacro subentry
30320 status open
30321
30322 \begin_layout Plain Layout
30323
30324 \backslash
30325 textcircled
30326 \end_layout
30327
30328 \end_inset
30329
30330
30331 \end_layout
30332
30333 \end_inset
30334
30335  any number or letter can be set into a circle, quasi accented with a circle,
30336  similar to the copyright symbol.
30337 \end_layout
30338
30339 \begin_layout Standard
30340 \align center
30341 \begin_inset Tabular
30342 <lyxtabular version="3" rows="3" columns="2">
30343 <features booktabs="true" tabularvalignment="middle">
30344 <column alignment="center" valignment="top" width="0pt">
30345 <column alignment="center" valignment="top">
30346 <row>
30347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30348 \begin_inset Text
30349
30350 \begin_layout Plain Layout
30351 Command
30352 \end_layout
30353
30354 \end_inset
30355 </cell>
30356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30357 \begin_inset Text
30358
30359 \begin_layout Plain Layout
30360 Result
30361 \end_layout
30362
30363 \end_inset
30364 </cell>
30365 </row>
30366 <row>
30367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30368 \begin_inset Text
30369
30370 \begin_layout Plain Layout
30371
30372 \backslash
30373 textcircled{w}
30374 \end_layout
30375
30376 \end_inset
30377 </cell>
30378 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30379 \begin_inset Text
30380
30381 \begin_layout Plain Layout
30382 \begin_inset ERT
30383 status collapsed
30384
30385 \begin_layout Plain Layout
30386
30387
30388 \backslash
30389 textcircled{w}
30390 \end_layout
30391
30392 \end_inset
30393
30394
30395 \end_layout
30396
30397 \end_inset
30398 </cell>
30399 </row>
30400 <row topspace="1mm">
30401 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
30402 \begin_inset Text
30403
30404 \begin_layout Plain Layout
30405
30406 \backslash
30407 Large 
30408 \backslash
30409 textcircled{
30410 \backslash
30411 normalsize
30412 \backslash
30413 protect
30414 \backslash
30415 raisebox{-1.5pt}{W}}
30416 \end_layout
30417
30418 \end_inset
30419 </cell>
30420 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
30421 \begin_inset Text
30422
30423 \begin_layout Plain Layout
30424 \begin_inset ERT
30425 status collapsed
30426
30427 \begin_layout Plain Layout
30428
30429
30430 \backslash
30431 Large 
30432 \backslash
30433 textcircled{
30434 \backslash
30435 normalsize
30436 \backslash
30437 protect
30438 \backslash
30439 raisebox{-1.5pt}W}
30440 \end_layout
30441
30442 \end_inset
30443
30444
30445 \end_layout
30446
30447 \end_inset
30448 </cell>
30449 </row>
30450 </lyxtabular>
30451
30452 \end_inset
30453
30454
30455 \end_layout
30456
30457 \begin_layout Standard
30458 One has to take care that the character fits into the circle.
30459  
30460 \series bold
30461
30462 \backslash
30463 Large
30464 \series default
30465
30466 \begin_inset Foot
30467 status collapsed
30468
30469 \begin_layout Plain Layout
30470 See 
30471 \begin_inset CommandInset ref
30472 LatexCommand ref
30473 reference "subsec:Font-Sizes"
30474
30475 \end_inset
30476
30477
30478 \end_layout
30479
30480 \end_inset
30481
30482  specifies the size of the circle.
30483  With the help of 
30484 \series bold
30485
30486 \backslash
30487 raisebox
30488 \series default
30489
30490 \begin_inset Foot
30491 status collapsed
30492
30493 \begin_layout Plain Layout
30494 See 
30495 \begin_inset CommandInset ref
30496 LatexCommand ref
30497 reference "subsec:Boxes-without-Frame"
30498
30499 \end_inset
30500
30501
30502 \end_layout
30503
30504 \end_inset
30505
30506  the character can be centered.
30507 \end_layout
30508
30509 \begin_layout Subsection
30510 Old-style Figures
30511 \begin_inset Index idx
30512 range none
30513 pageformat default
30514 status collapsed
30515
30516 \begin_layout Plain Layout
30517 Old-style Figures
30518 \end_layout
30519
30520 \end_inset
30521
30522
30523 \end_layout
30524
30525 \begin_layout Standard
30526 Old-style figures (also known as old-style numerals) are created with the
30527  command 
30528 \series bold
30529
30530 \backslash
30531 oldstylenums
30532 \series default
30533
30534 \begin_inset Index idx
30535 range none
30536 pageformat default
30537 status collapsed
30538
30539 \begin_layout Plain Layout
30540 Commands
30541 \begin_inset IndexMacro subentry
30542 status open
30543
30544 \begin_layout Plain Layout
30545 O
30546 \end_layout
30547
30548 \end_inset
30549
30550
30551 \begin_inset IndexMacro subentry
30552 status open
30553
30554 \begin_layout Plain Layout
30555
30556 \backslash
30557 oldstylenums
30558 \end_layout
30559
30560 \end_inset
30561
30562
30563 \end_layout
30564
30565 \end_inset
30566
30567 .
30568  The command can be used in formulas and in \SpecialChar TeX
30569  mode.
30570  The command scheme is:
30571 \end_layout
30572
30573 \begin_layout Standard
30574
30575 \series bold
30576
30577 \backslash
30578 oldstylenums{number}
30579 \end_layout
30580
30581 \begin_layout Standard
30582 The command 
30583 \series bold
30584
30585 \backslash
30586 oldstylenums{0123456789}
30587 \series default
30588  produces: 
30589 \begin_inset Formula $\oldstylenums{0123456789}$
30590 \end_inset
30591
30592
30593 \end_layout
30594
30595 \begin_layout Section
30596 Formula Styles
30597 \begin_inset CommandInset label
30598 LatexCommand label
30599 name "sec:Formula-Styles"
30600
30601 \end_inset
30602
30603
30604 \begin_inset Index idx
30605 range none
30606 pageformat default
30607 status collapsed
30608
30609 \begin_layout Plain Layout
30610 Formula
30611 \begin_inset IndexMacro subentry
30612 status open
30613
30614 \begin_layout Plain Layout
30615 styles
30616 \end_layout
30617
30618 \end_inset
30619
30620
30621 \end_layout
30622
30623 \end_inset
30624
30625
30626 \end_layout
30627
30628 \begin_layout Itemize
30629 There are two different alignment styles:
30630 \end_layout
30631
30632 \begin_deeper
30633 \begin_layout Description
30634 Centered is the predefined standard.
30635 \end_layout
30636
30637 \begin_layout Description
30638 Indented can be set using the menu 
30639 \family sans
30640 Document\SpecialChar menuseparator
30641 Settings
30642 \family default
30643  under 
30644 \family sans
30645 Math
30646 \begin_inset space ~
30647 \end_inset
30648
30649 Options.
30650 \end_layout
30651
30652 \begin_layout Standard
30653 When 
30654 \series bold
30655 Indented
30656 \series default
30657  is used, the indentation can be adjusted.
30658  The default value depends on the document class.
30659 \end_layout
30660
30661 \end_deeper
30662 \begin_layout Itemize
30663 Two different numbering styles are available in the menu 
30664 \family sans
30665 Document\SpecialChar menuseparator
30666 Settings
30667 \family default
30668  under 
30669 \family sans
30670 Math
30671 \begin_inset space ~
30672 \end_inset
30673
30674 Options
30675 \family default
30676 :
30677 \end_layout
30678
30679 \begin_deeper
30680 \begin_layout Description
30681 Right is in most cases the default.
30682 \end_layout
30683
30684 \begin_layout Description
30685 Left
30686 \end_layout
30687
30688 \end_deeper
30689 \begin_layout Standard
30690 The chosen styles are used for all displayed formulas of the document.
30691  When both, centered and indented formulas should be created in a document,
30692  the style 
30693 \series bold
30694 Centered
30695 \series default
30696  is used.
30697  The indented formulas are then set in a flalign environment, see 
30698 \begin_inset CommandInset ref
30699 LatexCommand ref
30700 reference "subsec:Flalign-Environment"
30701
30702 \end_inset
30703
30704 .
30705 \end_layout
30706
30707 \begin_layout Section
30708 Multiline Formulas
30709 \begin_inset CommandInset label
30710 LatexCommand label
30711 name "sec:Multiline-Formulas"
30712
30713 \end_inset
30714
30715
30716 \begin_inset Index idx
30717 range none
30718 pageformat default
30719 status collapsed
30720
30721 \begin_layout Plain Layout
30722 Formula
30723 \begin_inset IndexMacro subentry
30724 status open
30725
30726 \begin_layout Plain Layout
30727 multiline
30728 \end_layout
30729
30730 \end_inset
30731
30732
30733 \end_layout
30734
30735 \end_inset
30736
30737
30738 \end_layout
30739
30740 \begin_layout Subsection
30741 General
30742 \end_layout
30743
30744 \begin_layout Standard
30745 In \SpecialChar LyX
30746 , multiline formulas are created by pressing 
30747 \begin_inset Info
30748 type  "shortcut"
30749 arg   "newline-insert newline"
30750 \end_inset
30751
30752  inside a formula.
30753  This creates either an 
30754 \series bold
30755 align environment
30756 \series default
30757  that is described in 
30758 \begin_inset CommandInset ref
30759 LatexCommand ref
30760 reference "subsec:Standard-align-Environment"
30761
30762 \end_inset
30763
30764  or, when automatically loading of the package
30765 \family sans
30766  AMS math
30767 \family default
30768  is disabled in the document settings, an 
30769 \series bold
30770 eqnarray environment
30771 \series default
30772  that is described in 
30773 \begin_inset CommandInset ref
30774 LatexCommand ref
30775 reference "subsec:Eqnarray-Environment"
30776
30777 \end_inset
30778
30779 .
30780  The align environment is recommended as it provides a typographically correct
30781  output in all cases.
30782 \end_layout
30783
30784 \begin_layout Standard
30785 There are other multiline formula environments that can be created via the
30786  menu 
30787 \family sans
30788 Insert\SpecialChar menuseparator
30789 Math
30790 \family default
30791 .
30792  These environments are described in the following sections.
30793 \end_layout
30794
30795 \begin_layout Standard
30796 In all multiline formula environments a new line is created by pressing
30797  
30798 \begin_inset Info
30799 type  "shortcut"
30800 arg   "newline-insert newline"
30801 \end_inset
30802
30803 .
30804  To add or delete lines, use the math toolbar buttons 
30805 \begin_inset Info
30806 type  "icon"
30807 arg   "tabular-feature append-row"
30808 \end_inset
30809
30810  or 
30811 \begin_inset Info
30812 type  "icon"
30813 arg   "tabular-feature delete-row"
30814 \end_inset
30815
30816  respectively, or the menu option
30817 \family sans
30818  Edit\SpecialChar menuseparator
30819 Rows & Columns
30820 \family default
30821 .
30822 \end_layout
30823
30824 \begin_layout Subsubsection
30825 Line Separation
30826 \begin_inset CommandInset label
30827 LatexCommand label
30828 name "subsec:Line-Separation"
30829
30830 \end_inset
30831
30832
30833 \begin_inset Index idx
30834 range none
30835 pageformat default
30836 status collapsed
30837
30838 \begin_layout Plain Layout
30839 Formula
30840 \begin_inset IndexMacro subentry
30841 status open
30842
30843 \begin_layout Plain Layout
30844 multiline
30845 \end_layout
30846
30847 \end_inset
30848
30849
30850 \begin_inset IndexMacro subentry
30851 status open
30852
30853 \begin_layout Plain Layout
30854 Line separation
30855 \end_layout
30856
30857 \end_inset
30858
30859
30860 \end_layout
30861
30862 \end_inset
30863
30864
30865 \end_layout
30866
30867 \begin_layout Standard
30868 Sometimes there is not enough space in multiline formulas between the lines:
30869 \begin_inset Formula 
30870 \begin{eqnarray*}
30871 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}\\
30872 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
30873 \end{eqnarray*}
30874
30875 \end_inset
30876
30877
30878 \end_layout
30879
30880 \begin_layout Standard
30881 In \SpecialChar LaTeX
30882  additional line space is specified as an optional argument of the new
30883  line command.
30884  This is not yet possible in \SpecialChar LyX
30885
30886 \begin_inset Foot
30887 status collapsed
30888
30889 \begin_layout Plain Layout
30890 see 
30891 \begin_inset CommandInset href
30892 LatexCommand href
30893 name "LyX-bug #1505"
30894 target "https://www.lyx.org/trac/ticket/1505"
30895 literal "false"
30896
30897 \end_inset
30898
30899
30900 \end_layout
30901
30902 \end_inset
30903
30904 , therefore the whole formula must be inserted in \SpecialChar TeX
30905  mode.
30906  To add in our example space, the command 
30907 \series bold
30908
30909 \backslash
30910
30911 \backslash
30912 [3mm]
30913 \series default
30914  is inserted at the end of the first line.
30915  One gets: 
30916 \begin_inset ERT
30917 status open
30918
30919 \begin_layout Plain Layout
30920
30921
30922 \backslash
30923 begin{eqnarray*}
30924 \end_layout
30925
30926 \begin_layout Plain Layout
30927
30928 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
30929  = & 
30930 \backslash
30931 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
30932 \backslash
30933
30934 \backslash
30935 [3mm]
30936 \end_layout
30937
30938 \begin_layout Plain Layout
30939
30940 4x^{2}
30941 \backslash
30942 left(B^{2}+x_{0}^{2}
30943 \backslash
30944 right)+4x_{0}x
30945 \backslash
30946 left(D-B^{2}
30947 \backslash
30948 right)+B^{2}
30949 \backslash
30950 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
30951 \backslash
30952 right) & = & 0
30953 \end_layout
30954
30955 \begin_layout Plain Layout
30956
30957
30958 \backslash
30959 end{eqnarray*}
30960 \end_layout
30961
30962 \end_inset
30963
30964
30965 \end_layout
30966
30967 \begin_layout Standard
30968 \begin_inset VSpace bigskip
30969 \end_inset
30970
30971 To set the line separation for all lines in a formula, the length of 
30972 \series bold
30973
30974 \backslash
30975 jot
30976 \series default
30977
30978 \begin_inset Index idx
30979 range none
30980 pageformat default
30981 status collapsed
30982
30983 \begin_layout Plain Layout
30984 Commands
30985 \begin_inset IndexMacro subentry
30986 status open
30987
30988 \begin_layout Plain Layout
30989 J
30990 \end_layout
30991
30992 \end_inset
30993
30994
30995 \begin_inset IndexMacro subentry
30996 status open
30997
30998 \begin_layout Plain Layout
30999
31000 \backslash
31001 jot
31002 \end_layout
31003
31004 \end_inset
31005
31006
31007 \end_layout
31008
31009 \end_inset
31010
31011  is changed.
31012  The definition is: 
31013 \begin_inset Formula $\mbox{line separation}=\mathrm{6\,pt+\backslash jot}$
31014 \end_inset
31015
31016 .
31017  
31018 \series bold
31019
31020 \backslash
31021 jot
31022 \series default
31023  is predefined as 3
31024 \begin_inset space \thinspace{}
31025 \end_inset
31026
31027 pt.
31028  To create 3
31029 \begin_inset space \thinspace{}
31030 \end_inset
31031
31032 mm of additional line separation as in the previous example, the command
31033 \end_layout
31034
31035 \begin_layout Standard
31036
31037 \series bold
31038
31039 \backslash
31040 setlength{
31041 \backslash
31042 jot}{3mm+3pt}
31043 \end_layout
31044
31045 \begin_layout Standard
31046 is inserted in \SpecialChar TeX
31047  mode before the formula.
31048  This requires that the \SpecialChar LaTeX
31049 -package 
31050 \series bold
31051 calc
31052 \series default
31053
31054 \begin_inset Foot
31055 status collapsed
31056
31057 \begin_layout Plain Layout
31058
31059 \series bold
31060 calc
31061 \series default
31062  is part of every \SpecialChar LaTeX
31063  standard installation.
31064 \end_layout
31065
31066 \end_inset
31067
31068
31069 \begin_inset Index idx
31070 range none
31071 pageformat default
31072 status collapsed
31073
31074 \begin_layout Plain Layout
31075 Packages
31076 \begin_inset IndexMacro subentry
31077 status open
31078
31079 \begin_layout Plain Layout
31080 calc
31081 \end_layout
31082
31083 \end_inset
31084
31085
31086 \end_layout
31087
31088 \end_inset
31089
31090  was loaded in \SpecialChar LaTeX
31091 -preamble with the line
31092 \end_layout
31093
31094 \begin_layout Standard
31095
31096 \series bold
31097
31098 \backslash
31099 usepackage{calc}
31100 \end_layout
31101
31102 \begin_layout Standard
31103 One gets: 
31104 \begin_inset ERT
31105 status collapsed
31106
31107 \begin_layout Plain Layout
31108
31109
31110 \backslash
31111 setlength{
31112 \backslash
31113 jot}{3mm+3pt}
31114 \end_layout
31115
31116 \end_inset
31117
31118
31119 \begin_inset Formula 
31120 \begin{eqnarray*}
31121 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}\\
31122 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
31123 \end{eqnarray*}
31124
31125 \end_inset
31126
31127
31128 \end_layout
31129
31130 \begin_layout Standard
31131 \begin_inset ERT
31132 status collapsed
31133
31134 \begin_layout Plain Layout
31135
31136
31137 \backslash
31138 setlength{
31139 \backslash
31140 jot}{3pt}
31141 \end_layout
31142
31143 \end_inset
31144
31145  To get restore 
31146 \series bold
31147
31148 \backslash
31149 jot
31150 \series default
31151  to its original value, 
31152 \series bold
31153
31154 \backslash
31155 jot
31156 \series default
31157  is set to the value 3
31158 \begin_inset space \thinspace{}
31159 \end_inset
31160
31161 pt.
31162 \end_layout
31163
31164 \begin_layout Subsubsection
31165 Column Separation
31166 \begin_inset CommandInset label
31167 LatexCommand label
31168 name "subsec:Column-Separation"
31169
31170 \end_inset
31171
31172
31173 \begin_inset Index idx
31174 range none
31175 pageformat default
31176 status collapsed
31177
31178 \begin_layout Plain Layout
31179 Formula
31180 \begin_inset IndexMacro subentry
31181 status open
31182
31183 \begin_layout Plain Layout
31184 multiline
31185 \end_layout
31186
31187 \end_inset
31188
31189
31190 \begin_inset IndexMacro subentry
31191 status open
31192
31193 \begin_layout Plain Layout
31194 Column separation
31195 \end_layout
31196
31197 \end_inset
31198
31199
31200 \end_layout
31201
31202 \end_inset
31203
31204
31205 \end_layout
31206
31207 \begin_layout Standard
31208 Multiline formulas form a matrix.
31209  A formula in the eqnarray environment for example is a matrix with three
31210  columns.
31211  By changing the column separation in this environment, the space beside
31212  the relation sign can be changed.
31213 \end_layout
31214
31215 \begin_layout Standard
31216 The column separation is specified with the length 
31217 \series bold
31218
31219 \backslash
31220 arraycolsep
31221 \series default
31222
31223 \begin_inset Index idx
31224 range none
31225 pageformat default
31226 status collapsed
31227
31228 \begin_layout Plain Layout
31229 Commands
31230 \begin_inset IndexMacro subentry
31231 status open
31232
31233 \begin_layout Plain Layout
31234 A
31235 \end_layout
31236
31237 \end_inset
31238
31239
31240 \begin_inset IndexMacro subentry
31241 status open
31242
31243 \begin_layout Plain Layout
31244
31245 \backslash
31246 arraycolsep
31247 \end_layout
31248
31249 \end_inset
31250
31251
31252 \end_layout
31253
31254 \end_inset
31255
31256  according to the formula: column separation = 2
31257 \begin_inset space \thinspace{}
31258 \end_inset
31259
31260
31261 \series bold
31262
31263 \backslash
31264 arraycolsep
31265 \change_deleted 5863208 1612730022
31266
31267 \series default
31268
31269 \begin_inset Note Note
31270 status open
31271
31272 \begin_layout Plain Layout
31273
31274 \change_inserted 232239728 1611406079
31275 How does units play into this? (cm/in/pt) Is the 2 unitless and the result
31276  takes on the units of the input value?
31277 \change_unchanged
31278
31279 \end_layout
31280
31281 \end_inset
31282
31283
31284 \change_unchanged
31285
31286 \begin_inset Newline newline
31287 \end_inset
31288
31289 Thus, the command
31290 \end_layout
31291
31292 \begin_layout Standard
31293
31294 \series bold
31295
31296 \backslash
31297 setlength{
31298 \backslash
31299 arraycolsep}{1cm}
31300 \end_layout
31301
31302 \begin_layout Standard
31303 inserted in \SpecialChar TeX
31304  mode, sets all following formula column separations to 2
31305 \begin_inset space \thinspace{}
31306 \end_inset
31307
31308 cm.
31309  To return to the predefined distance, 
31310 \series bold
31311
31312 \backslash
31313 arraycolsep
31314 \series default
31315  is set to 5
31316 \begin_inset space \thinspace{}
31317 \end_inset
31318
31319 pt.
31320 \end_layout
31321
31322 \begin_layout Standard
31323 A formula with 2
31324 \begin_inset space \thinspace{}
31325 \end_inset
31326
31327 cm column separation:
31328 \begin_inset ERT
31329 status open
31330
31331 \begin_layout Plain Layout
31332
31333
31334 \backslash
31335 setlength{
31336 \backslash
31337 arraycolsep}{1cm}
31338 \end_layout
31339
31340 \end_inset
31341
31342
31343 \begin_inset Formula 
31344 \begin{eqnarray*}
31345 A & = & B\\
31346 C & \ne & A
31347 \end{eqnarray*}
31348
31349 \end_inset
31350
31351 A formula with the predefined column separation for matrices of 10
31352 \begin_inset space \thinspace{}
31353 \end_inset
31354
31355 pt:
31356 \begin_inset ERT
31357 status open
31358
31359 \begin_layout Plain Layout
31360
31361
31362 \backslash
31363 setlength{
31364 \backslash
31365 arraycolsep}{5pt}
31366 \end_layout
31367
31368 \end_inset
31369
31370
31371 \begin_inset Formula 
31372 \begin{eqnarray*}
31373 A & = & B\\
31374 C & \ne & A
31375 \end{eqnarray*}
31376
31377 \end_inset
31378
31379
31380 \end_layout
31381
31382 \begin_layout Standard
31383 \begin_inset Newpage newpage
31384 \end_inset
31385
31386
31387 \end_layout
31388
31389 \begin_layout Subsubsection
31390 Long Formulas
31391 \begin_inset Index idx
31392 range none
31393 pageformat default
31394 status collapsed
31395
31396 \begin_layout Plain Layout
31397 Formula
31398 \begin_inset IndexMacro subentry
31399 status open
31400
31401 \begin_layout Plain Layout
31402 long
31403 \end_layout
31404
31405 \end_inset
31406
31407
31408 \end_layout
31409
31410 \end_inset
31411
31412
31413 \end_layout
31414
31415 \begin_layout Standard
31416 Long formulas can be typeset using these methods:
31417 \end_layout
31418
31419 \begin_layout Itemize
31420 If one side of an equation is much shorter than the line width, this is
31421  chosen for the left side and the right side is typeset over two lines:
31422 \begin_inset Formula 
31423 \begin{eqnarray}
31424 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 \\
31425  &  & -\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}
31426 \end{eqnarray}
31427
31428 \end_inset
31429
31430 The minus sign at the beginning of the second line does normally not appear
31431  as an operator because it is the first character of the line.
31432  Thus it would not be surrounded by space and could not be distinguished
31433  from the fraction bar.
31434  To avoid this, a 3
31435 \begin_inset space \thinspace{}
31436 \end_inset
31437
31438 pt space was inserted behind the minus sign with the command 
31439 \series bold
31440
31441 \backslash
31442 hspace
31443 \series default
31444 .
31445 \begin_inset Foot
31446 status collapsed
31447
31448 \begin_layout Plain Layout
31449 For more about 
31450 \series bold
31451
31452 \backslash
31453 hspace
31454 \series default
31455  see 
31456 \begin_inset CommandInset ref
31457 LatexCommand ref
31458 reference "subsec:Variable-Space"
31459
31460 \end_inset
31461
31462
31463 \end_layout
31464
31465 \end_inset
31466
31467
31468 \begin_inset Index idx
31469 range none
31470 pageformat default
31471 status collapsed
31472
31473 \begin_layout Plain Layout
31474 Commands
31475 \begin_inset IndexMacro subentry
31476 status open
31477
31478 \begin_layout Plain Layout
31479 H
31480 \end_layout
31481
31482 \end_inset
31483
31484
31485 \begin_inset IndexMacro subentry
31486 status open
31487
31488 \begin_layout Plain Layout
31489
31490 \backslash
31491 hspace
31492 \end_layout
31493
31494 \end_inset
31495
31496
31497 \end_layout
31498
31499 \end_inset
31500
31501
31502 \end_layout
31503
31504 \begin_layout Itemize
31505 When both sides of the equation are long, the command 
31506 \series bold
31507
31508 \backslash
31509 lefteqn
31510 \series default
31511
31512 \begin_inset Index idx
31513 range none
31514 pageformat default
31515 status collapsed
31516
31517 \begin_layout Plain Layout
31518 Commands
31519 \begin_inset IndexMacro subentry
31520 status open
31521
31522 \begin_layout Plain Layout
31523 L
31524 \end_layout
31525
31526 \end_inset
31527
31528
31529 \begin_inset IndexMacro subentry
31530 status open
31531
31532 \begin_layout Plain Layout
31533
31534 \backslash
31535 lefteqn
31536 \end_layout
31537
31538 \end_inset
31539
31540
31541 \end_layout
31542
31543 \end_inset
31544
31545  is used.
31546  It is inserted in the first column of the first line and causes all further
31547  insertions to overwrite the following columns:
31548 \begin_inset Formula 
31549 \begin{eqnarray}
31550 \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 \\
31551  &  & -\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 \\
31552  &  & =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}
31553 \end{eqnarray}
31554
31555 \end_inset
31556
31557 After the insertion of 
31558 \series bold
31559
31560 \backslash
31561 lefteqn
31562 \series default
31563 , the cursor is in a purple box that is shifted a bit to the left from the
31564  blue one.
31565  The formula is inserted there.
31566 \begin_inset Newline newline
31567 \end_inset
31568
31569 The content of additional lines is inserted in the second or another formula
31570  column.
31571  The greater the insertion column number , the larger the indentation.
31572 \begin_inset VSpace medskip
31573 \end_inset
31574
31575
31576 \begin_inset Newline newline
31577 \end_inset
31578
31579
31580 \begin_inset Note Greyedout
31581 status open
31582
31583 \begin_layout Plain Layout
31584 Note the following when using 
31585 \series bold
31586
31587 \backslash
31588 lefteqn
31589 \series default
31590 :
31591 \end_layout
31592
31593 \begin_layout Itemize
31594 The formula doesn't use the full page width.
31595  When e.
31596 \begin_inset space \thinspace{}
31597 \end_inset
31598
31599 g.
31600 \begin_inset space \space{}
31601 \end_inset
31602
31603 the term 
31604 \begin_inset Formula $-B^{2}$
31605 \end_inset
31606
31607  is added to the first line in the above example, it would have been outside
31608  the page margin.
31609  To better use the width, negative space can be inserted at the beginning
31610  of the first line.
31611 \end_layout
31612
31613 \begin_layout Itemize
31614 Due to a bug in \SpecialChar LyX
31615  the cursor cannot be set with the mouse in the first line.
31616 \begin_inset Foot
31617 status collapsed
31618
31619 \begin_layout Plain Layout
31620 \begin_inset CommandInset href
31621 LatexCommand href
31622 name "LyX-bug #1429"
31623 target "https://www.lyx.org/trac/ticket/1429"
31624 literal "false"
31625
31626 \end_inset
31627
31628
31629 \end_layout
31630
31631 \end_inset
31632
31633  One can only set the cursor at the beginning of the line and move it with
31634  the arrow keys.
31635 \end_layout
31636
31637 \end_inset
31638
31639
31640 \end_layout
31641
31642 \begin_layout Itemize
31643 Other methods to set long formulas are offered by the environments described
31644  in 
31645 \begin_inset CommandInset ref
31646 LatexCommand ref
31647 reference "subsec:Multline-Environment"
31648
31649 \end_inset
31650
31651  and 
31652 \begin_inset CommandInset ref
31653 LatexCommand ref
31654 reference "subsec:Multiline-Formula-Parts"
31655
31656 \end_inset
31657
31658 .
31659 \end_layout
31660
31661 \begin_layout Subsubsection
31662 Multiline Fractions
31663 \begin_inset CommandInset label
31664 LatexCommand label
31665 name "subsec:Multiline-Fractions"
31666
31667 \end_inset
31668
31669
31670 \begin_inset Index idx
31671 range none
31672 pageformat default
31673 status collapsed
31674
31675 \begin_layout Plain Layout
31676 Fractions
31677 \begin_inset IndexMacro subentry
31678 status open
31679
31680 \begin_layout Plain Layout
31681 multiline
31682 \end_layout
31683
31684 \end_inset
31685
31686
31687 \end_layout
31688
31689 \end_inset
31690
31691
31692 \end_layout
31693
31694 \begin_layout Standard
31695 There are cases where the denominator and/or the numerator of a fraction
31696  is so long that the fraction does not fit on one line.
31697  It is then necessary to add a line break within the fraction.
31698  This can be done using the command 
31699 \series bold
31700
31701 \backslash
31702 splitfrac
31703 \series default
31704
31705 \begin_inset Index idx
31706 range none
31707 pageformat default
31708 status collapsed
31709
31710 \begin_layout Plain Layout
31711 Commands
31712 \begin_inset IndexMacro subentry
31713 status open
31714
31715 \begin_layout Plain Layout
31716 S
31717 \end_layout
31718
31719 \end_inset
31720
31721
31722 \begin_inset IndexMacro subentry
31723 status open
31724
31725 \begin_layout Plain Layout
31726
31727 \backslash
31728 splitfrac
31729 \end_layout
31730
31731 \end_inset
31732
31733
31734 \end_layout
31735
31736 \end_inset
31737
31738 .
31739  To activate it, go to the document settings under 
31740 \family sans
31741 Math
31742 \begin_inset space ~
31743 \end_inset
31744
31745 Options
31746 \family default
31747  for the package 
31748 \series bold
31749 mathtools
31750 \series default
31751
31752 \begin_inset Index idx
31753 range none
31754 pageformat default
31755 status collapsed
31756
31757 \begin_layout Plain Layout
31758 Packages
31759 \begin_inset IndexMacro subentry
31760 status open
31761
31762 \begin_layout Plain Layout
31763 mathtools
31764 \end_layout
31765
31766 \end_inset
31767
31768
31769 \end_layout
31770
31771 \end_inset
31772
31773  and set its option to 
31774 \family sans
31775 Load
31776 \begin_inset space ~
31777 \end_inset
31778
31779 always
31780 \family default
31781 .
31782  
31783 \series bold
31784
31785 \backslash
31786 splitfrac
31787 \series default
31788  has the scheme
31789 \end_layout
31790
31791 \begin_layout Standard
31792
31793 \series bold
31794
31795 \backslash
31796 splitfrac{first line}{second line}
31797 \end_layout
31798
31799 \begin_layout Standard
31800 and is used for either the denominator or numerator:
31801 \end_layout
31802
31803 \begin_layout Standard
31804 \begin_inset Formula 
31805 \[
31806 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}
31807 \]
31808
31809 \end_inset
31810
31811 The command for the first numerator above is:
31812 \end_layout
31813
31814 \begin_layout Standard
31815
31816 \series bold
31817
31818 \backslash
31819 splitfrac{xy+xy+xy+xy+xy
31820 \begin_inset space \textvisiblespace{}
31821 \end_inset
31822
31823
31824 \backslash
31825 {+wy+wy+wy+wy
31826 \end_layout
31827
31828 \begin_layout Subsubsection
31829 Multiline Brackets
31830 \begin_inset CommandInset label
31831 LatexCommand label
31832 name "subsec:Multiline-Brackets"
31833
31834 \end_inset
31835
31836
31837 \begin_inset Index idx
31838 range none
31839 pageformat default
31840 status collapsed
31841
31842 \begin_layout Plain Layout
31843 Brackets
31844 \begin_inset IndexMacro subentry
31845 status open
31846
31847 \begin_layout Plain Layout
31848 for multiline expressions
31849 \end_layout
31850
31851 \end_inset
31852
31853
31854 \end_layout
31855
31856 \end_inset
31857
31858
31859 \end_layout
31860
31861 \begin_layout Standard
31862 For brackets spanning multiple lines the following problem occurs:
31863 \begin_inset Formula 
31864 \begin{eqnarray*}
31865 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
31866  &  & \left.\cdots+B-D\right]
31867 \end{eqnarray*}
31868
31869 \end_inset
31870
31871
31872 \end_layout
31873
31874 \begin_layout Standard
31875 The closing bracket is smaller than the opening bracket because brackets
31876  with variable size may not span multiple lines.
31877 \end_layout
31878
31879 \begin_layout Standard
31880 To set the bracket size for the second line correctly, the first line is
31881  ended with 
31882 \series bold
31883
31884 \backslash
31885 right.
31886 \series default
31887
31888 \begin_inset Index idx
31889 range none
31890 pageformat default
31891 status collapsed
31892
31893 \begin_layout Plain Layout
31894 Commands
31895 \begin_inset IndexMacro subentry
31896 status open
31897
31898 \begin_layout Plain Layout
31899 R
31900 \end_layout
31901
31902 \end_inset
31903
31904
31905 \begin_inset IndexMacro subentry
31906 status open
31907
31908 \begin_layout Plain Layout
31909
31910 \backslash
31911 right
31912 \end_layout
31913
31914 \end_inset
31915
31916
31917 \end_layout
31918
31919 \end_inset
31920
31921  and the second line with 
31922 \series bold
31923
31924 \backslash
31925 left.
31926 \begin_inset Foot
31927 status collapsed
31928
31929 \begin_layout Plain Layout
31930 For more about 
31931 \series bold
31932
31933 \backslash
31934 left
31935 \series default
31936  and 
31937 \series bold
31938
31939 \backslash
31940 right
31941 \series default
31942  see 
31943 \begin_inset CommandInset ref
31944 LatexCommand ref
31945 reference "subsec:Automatic-Bracket-Size"
31946
31947 \end_inset
31948
31949
31950 \end_layout
31951
31952 \end_inset
31953
31954
31955 \series default
31956
31957 \begin_inset Index idx
31958 range none
31959 pageformat default
31960 status collapsed
31961
31962 \begin_layout Plain Layout
31963 Commands
31964 \begin_inset IndexMacro subentry
31965 status open
31966
31967 \begin_layout Plain Layout
31968 L
31969 \end_layout
31970
31971 \end_inset
31972
31973
31974 \begin_inset IndexMacro subentry
31975 status open
31976
31977 \begin_layout Plain Layout
31978
31979 \backslash
31980 left
31981 \end_layout
31982
31983 \end_inset
31984
31985
31986 \end_layout
31987
31988 \end_inset
31989
31990 .
31991  After 
31992 \series bold
31993
31994 \backslash
31995 left.
31996
31997 \series default
31998  the command 
31999 \series bold
32000
32001 \backslash
32002 vphantom
32003 \series default
32004
32005 \begin_inset space \textvisiblespace{}
32006 \end_inset
32007
32008
32009 \series bold
32010
32011 \backslash
32012 prod
32013 \series default
32014 ^
32015 \begin_inset space \textvisiblespace{}
32016 \end_inset
32017
32018
32019 \series bold
32020
32021 \backslash
32022 infty
32023 \series default
32024
32025 \begin_inset space \textvisiblespace{}
32026 \end_inset
32027
32028
32029 \series bold
32030
32031 \begin_inset Formula $\downarrow$
32032 \end_inset
32033
32034 _R=1}
32035 \series default
32036
32037 \begin_inset Index idx
32038 range none
32039 pageformat default
32040 status collapsed
32041
32042 \begin_layout Plain Layout
32043 Commands
32044 \begin_inset IndexMacro subentry
32045 status open
32046
32047 \begin_layout Plain Layout
32048 V
32049 \end_layout
32050
32051 \end_inset
32052
32053
32054 \begin_inset IndexMacro subentry
32055 status open
32056
32057 \begin_layout Plain Layout
32058
32059 \backslash
32060 vphantom
32061 \end_layout
32062
32063 \end_inset
32064
32065
32066 \end_layout
32067
32068 \end_inset
32069
32070  is inserted, because the multiplication operator with its limits is the
32071  largest symbol in the first line and this should be the size for the bracket
32072  in the second line.
32073 \end_layout
32074
32075 \begin_layout Standard
32076 The result is this:
32077 \begin_inset Formula 
32078 \begin{eqnarray*}
32079 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
32080  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
32081 \end{eqnarray*}
32082
32083 \end_inset
32084
32085
32086 \end_layout
32087
32088 \begin_layout Subsection
32089 Align Environments
32090 \end_layout
32091
32092 \begin_layout Standard
32093 Align environments can be used for every kind of multiline formulas.
32094  They are especially useful to set several formulas side by side.
32095 \end_layout
32096
32097 \begin_layout Standard
32098 Align environments consist of columns.
32099  The odd columns are right aligned, the even ones left aligned.
32100  Every line in an Align environment can be numbered.
32101 \end_layout
32102
32103 \begin_layout Standard
32104 Align environments are created via the menu 
32105 \family sans
32106 Insert\SpecialChar menuseparator
32107 Math
32108 \family default
32109 .
32110  With the menu 
32111 \family sans
32112 Edit\SpecialChar menuseparator
32113 Math\SpecialChar menuseparator
32114 Change Formula Type
32115 \family default
32116  pre-existing formulas can be converted to Align environments.
32117 \end_layout
32118
32119 \begin_layout Standard
32120 To add or delete columns, use the math toolbar buttons 
32121 \begin_inset Info
32122 type  "icon"
32123 arg   "tabular-feature append-column"
32124 \end_inset
32125
32126  or 
32127 \begin_inset Info
32128 type  "icon"
32129 arg   "tabular-feature delete-column"
32130 \end_inset
32131
32132  respectively, or the menu option 
32133 \family sans
32134 Edit\SpecialChar menuseparator
32135 Rows & Columns
32136 \family default
32137  can be used.
32138 \end_layout
32139
32140 \begin_layout Subsubsection
32141 Standard Align Environment
32142 \begin_inset CommandInset label
32143 LatexCommand label
32144 name "subsec:Standard-align-Environment"
32145
32146 \end_inset
32147
32148
32149 \begin_inset Index idx
32150 range none
32151 pageformat default
32152 status collapsed
32153
32154 \begin_layout Plain Layout
32155 Formula
32156 \begin_inset IndexMacro subentry
32157 status open
32158
32159 \begin_layout Plain Layout
32160 multiline
32161 \end_layout
32162
32163 \end_inset
32164
32165
32166 \begin_inset IndexMacro subentry
32167 status open
32168
32169 \begin_layout Plain Layout
32170 align environment
32171 \end_layout
32172
32173 \end_inset
32174
32175
32176 \end_layout
32177
32178 \end_inset
32179
32180
32181 \end_layout
32182
32183 \begin_layout Standard
32184 This align environment is created by pressing 
32185 \begin_inset Info
32186 type  "shortcut"
32187 arg   "newline-insert newline"
32188 \end_inset
32189
32190  in a formula or by the menu 
32191 \family sans
32192 Insert\SpecialChar menuseparator
32193 Math\SpecialChar menuseparator
32194 AMS align Environment
32195 \family default
32196 .
32197 \end_layout
32198
32199 \begin_layout Standard
32200 An example for two formulas set side by side, that are created with a four
32201  column align environment:
32202 \begin_inset Formula 
32203 \begin{align*}
32204 A & =\sin(B) & C & =D\\
32205 C & \ne A & B & \ne D
32206 \end{align*}
32207
32208 \end_inset
32209
32210 As it can be seen, the formulas in this environment are placed so as if
32211  there would be a 
32212 \series bold
32213
32214 \backslash
32215 hfill
32216 \begin_inset Foot
32217 status open
32218
32219 \begin_layout Plain Layout
32220 For more about 
32221 \series bold
32222
32223 \backslash
32224 hfill
32225 \series default
32226  see 
32227 \begin_inset CommandInset ref
32228 LatexCommand ref
32229 reference "subsec:Variable-Space"
32230
32231 \end_inset
32232
32233
32234 \end_layout
32235
32236 \end_inset
32237
32238
32239 \series default
32240  before the first and after every even column.
32241  When the formula style 
32242 \series bold
32243 Indented
32244 \begin_inset Foot
32245 status open
32246
32247 \begin_layout Plain Layout
32248 For formula styles see 
32249 \begin_inset CommandInset ref
32250 LatexCommand ref
32251 reference "sec:Formula-Styles"
32252
32253 \end_inset
32254
32255
32256 \end_layout
32257
32258 \end_inset
32259
32260
32261 \series default
32262  is used, the formula is set without the 
32263 \series bold
32264
32265 \backslash
32266 hfill
32267 \series default
32268  before the first column.
32269 \end_layout
32270
32271 \begin_layout Subsubsection
32272 Alignat Environment
32273 \begin_inset Index idx
32274 range none
32275 pageformat default
32276 status collapsed
32277
32278 \begin_layout Plain Layout
32279 Formula
32280 \begin_inset IndexMacro subentry
32281 status open
32282
32283 \begin_layout Plain Layout
32284 multiline
32285 \end_layout
32286
32287 \end_inset
32288
32289
32290 \begin_inset IndexMacro subentry
32291 status open
32292
32293 \begin_layout Plain Layout
32294 alignat environment
32295 \end_layout
32296
32297 \end_inset
32298
32299
32300 \end_layout
32301
32302 \end_inset
32303
32304
32305 \end_layout
32306
32307 \begin_layout Standard
32308 The alignat environment has no predefined column separation.
32309  It can be inserted manually with the spaces that are described in 
32310 \begin_inset CommandInset ref
32311 LatexCommand ref
32312 reference "subsec:Space"
32313
32314 \end_inset
32315
32316 .
32317 \end_layout
32318
32319 \begin_layout Standard
32320 The above example is shown in the alignat environment where 1
32321 \begin_inset space \thinspace{}
32322 \end_inset
32323
32324 cm space was inserted at the beginning of the second formula:
32325 \begin_inset Formula 
32326 \begin{alignat*}{2}
32327 A & =\sin(B) & \hspace{1cm}C & =D\\
32328 C & \ne A & B & \ne D
32329 \end{alignat*}
32330
32331 \end_inset
32332
32333 Because the column separation can be set separately for every column, this
32334  environment is especially suitable to set three or more formulas side by
32335  side.
32336 \end_layout
32337
32338 \begin_layout Subsubsection
32339 Flalign Environment
32340 \begin_inset CommandInset label
32341 LatexCommand label
32342 name "subsec:Flalign-Environment"
32343
32344 \end_inset
32345
32346
32347 \begin_inset Index idx
32348 range none
32349 pageformat default
32350 status collapsed
32351
32352 \begin_layout Plain Layout
32353 Formula
32354 \begin_inset IndexMacro subentry
32355 status open
32356
32357 \begin_layout Plain Layout
32358 multiline
32359 \end_layout
32360
32361 \end_inset
32362
32363
32364 \begin_inset IndexMacro subentry
32365 status open
32366
32367 \begin_layout Plain Layout
32368 flalign environment
32369 \end_layout
32370
32371 \end_inset
32372
32373
32374 \end_layout
32375
32376 \end_inset
32377
32378
32379 \end_layout
32380
32381 \begin_layout Standard
32382 In this environment the first column is always set to the left as much as
32383  possible and the last one to the right.
32384  An example:
32385 \begin_inset Formula 
32386 \begin{flalign*}
32387 A & =1 & B & =2 & C & =3\\
32388 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
32389 \end{flalign*}
32390
32391 \end_inset
32392
32393
32394 \end_layout
32395
32396 \begin_layout Standard
32397 By creating a flalign environment with an odd number of columns where an
32398  empty \SpecialChar TeX
32399  brace is inserted in the last column, several formulas in a document
32400  can be set to the left, although the formula style 
32401 \series bold
32402 Centered
32403 \series default
32404  is used.
32405  As example the indented formula 
32406 \begin_inset CommandInset ref
32407 LatexCommand eqref
32408 reference "eq:VolInt"
32409
32410 \end_inset
32411
32412 :
32413 \begin_inset Formula 
32414 \begin{flalign}
32415 \hspace{30pt}\iiint_{V}X\,\mathrm{d}V & =U & {}
32416 \end{flalign}
32417
32418 \end_inset
32419
32420 The first two columns contain the formula.
32421  To indent it as with the formula style 
32422 \series bold
32423 Indented
32424 \series default
32425 , a 30
32426 \begin_inset space \thinspace{}
32427 \end_inset
32428
32429 pt space was inserted at the beginning of the first column.
32430 \end_layout
32431
32432 \begin_layout Subsection
32433 Eqnarray Environment
32434 \begin_inset CommandInset label
32435 LatexCommand label
32436 name "subsec:Eqnarray-Environment"
32437
32438 \end_inset
32439
32440
32441 \begin_inset Index idx
32442 range none
32443 pageformat default
32444 status collapsed
32445
32446 \begin_layout Plain Layout
32447 Formula
32448 \begin_inset IndexMacro subentry
32449 status open
32450
32451 \begin_layout Plain Layout
32452 multiline
32453 \end_layout
32454
32455 \end_inset
32456
32457
32458 \begin_inset IndexMacro subentry
32459 status open
32460
32461 \begin_layout Plain Layout
32462 eqnarray environment
32463 \end_layout
32464
32465 \end_inset
32466
32467
32468 \end_layout
32469
32470 \end_inset
32471
32472
32473 \end_layout
32474
32475 \begin_layout Standard
32476 When this environment is created, three blue boxes appear.
32477  The content of the first box is right aligned, the content of the last
32478  box left aligned.
32479  The content of the middle box appears centered and a bit smaller because
32480  it is intended for relational characters only.
32481 \begin_inset Formula 
32482 \begin{eqnarray*}
32483 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
32484 AB & AB & AB\\
32485 A & = & A
32486 \end{eqnarray*}
32487
32488 \end_inset
32489
32490
32491 \end_layout
32492
32493 \begin_layout Subsection
32494 Gather Environment
32495 \begin_inset Index idx
32496 range none
32497 pageformat default
32498 status collapsed
32499
32500 \begin_layout Plain Layout
32501 Formula
32502 \begin_inset IndexMacro subentry
32503 status open
32504
32505 \begin_layout Plain Layout
32506 multiline
32507 \end_layout
32508
32509 \end_inset
32510
32511
32512 \begin_inset IndexMacro subentry
32513 status open
32514
32515 \begin_layout Plain Layout
32516 gather environment
32517 \end_layout
32518
32519 \end_inset
32520
32521
32522 \end_layout
32523
32524 \end_inset
32525
32526
32527 \end_layout
32528
32529 \begin_layout Standard
32530 This environment consists of one centered column.
32531  Every line can be numbered.
32532 \begin_inset Formula 
32533 \begin{gather}
32534 A=1\\
32535 X=\textrm{-}1
32536 \end{gather}
32537
32538 \end_inset
32539
32540
32541 \end_layout
32542
32543 \begin_layout Subsection
32544 Multline Environment
32545 \begin_inset CommandInset label
32546 LatexCommand label
32547 name "subsec:Multline-Environment"
32548
32549 \end_inset
32550
32551
32552 \begin_inset Index idx
32553 range none
32554 pageformat default
32555 status collapsed
32556
32557 \begin_layout Plain Layout
32558 Formula
32559 \begin_inset IndexMacro subentry
32560 status open
32561
32562 \begin_layout Plain Layout
32563 multiline
32564 \end_layout
32565
32566 \end_inset
32567
32568
32569 \begin_inset IndexMacro subentry
32570 status open
32571
32572 \begin_layout Plain Layout
32573 multline environment
32574 \end_layout
32575
32576 \end_inset
32577
32578
32579 \end_layout
32580
32581 \end_inset
32582
32583
32584 \end_layout
32585
32586 \begin_layout Standard
32587 The multline environment consists, like the gather environment, of one column.
32588  But the first line is left aligned, the last one right aligned.
32589  All other lines are centered.
32590  Therefore this environment is suitable for long formulas.
32591  Using example formula 
32592 \begin_inset CommandInset ref
32593 LatexCommand eqref
32594 reference "eq:lefteqn"
32595
32596 \end_inset
32597
32598  in the multline environment:
32599 \begin_inset Formula 
32600 \begin{multline}
32601 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}\\
32602 -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}\\
32603 =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}}
32604 \end{multline}
32605
32606 \end_inset
32607
32608
32609 \end_layout
32610
32611 \begin_layout Standard
32612 In the output, only the last line of a multline environment appears numbered
32613  when the document numbering is on the right .
32614  If the document numbering is on the left then only the first line will
32615  appear numbered.
32616 \begin_inset Foot
32617 status collapsed
32618
32619 \begin_layout Plain Layout
32620 For numbering styles see 
32621 \begin_inset CommandInset ref
32622 LatexCommand ref
32623 reference "sec:Formula-Styles"
32624
32625 \end_inset
32626
32627
32628 \end_layout
32629
32630 \end_inset
32631
32632
32633 \end_layout
32634
32635 \begin_layout Standard
32636 With the commands 
32637 \series bold
32638
32639 \backslash
32640 shoveright
32641 \series default
32642
32643 \begin_inset Index idx
32644 range none
32645 pageformat default
32646 status collapsed
32647
32648 \begin_layout Plain Layout
32649 Commands
32650 \begin_inset IndexMacro subentry
32651 status open
32652
32653 \begin_layout Plain Layout
32654 S
32655 \end_layout
32656
32657 \end_inset
32658
32659
32660 \begin_inset IndexMacro subentry
32661 status open
32662
32663 \begin_layout Plain Layout
32664
32665 \backslash
32666 shoveright
32667 \end_layout
32668
32669 \end_inset
32670
32671
32672 \end_layout
32673
32674 \end_inset
32675
32676  and 
32677 \series bold
32678
32679 \backslash
32680 shoveleft
32681 \series default
32682
32683 \begin_inset Index idx
32684 range none
32685 pageformat default
32686 status collapsed
32687
32688 \begin_layout Plain Layout
32689 Commands
32690 \begin_inset IndexMacro subentry
32691 status open
32692
32693 \begin_layout Plain Layout
32694 S
32695 \end_layout
32696
32697 \end_inset
32698
32699
32700 \begin_inset IndexMacro subentry
32701 status open
32702
32703 \begin_layout Plain Layout
32704
32705 \backslash
32706 shoveleft
32707 \end_layout
32708
32709 \end_inset
32710
32711
32712 \end_layout
32713
32714 \end_inset
32715
32716  a centered line can be right or left aligned, respectively.
32717  The commands are used as follows:
32718 \end_layout
32719
32720 \begin_layout Standard
32721
32722 \series bold
32723
32724 \backslash
32725 shoveright{line content}
32726 \series default
32727  and 
32728 \series bold
32729
32730 \backslash
32731 shoveleft{line content}
32732 \end_layout
32733
32734 \begin_layout Standard
32735 \begin_inset VSpace medskip
32736 \end_inset
32737
32738 The length 
32739 \series bold
32740
32741 \backslash
32742 multlinegap
32743 \series default
32744
32745 \begin_inset Index idx
32746 range none
32747 pageformat default
32748 status collapsed
32749
32750 \begin_layout Plain Layout
32751 Commands
32752 \begin_inset IndexMacro subentry
32753 status open
32754
32755 \begin_layout Plain Layout
32756 M
32757 \end_layout
32758
32759 \end_inset
32760
32761
32762 \begin_inset IndexMacro subentry
32763 status open
32764
32765 \begin_layout Plain Layout
32766
32767 \backslash
32768 multlinegap
32769 \end_layout
32770
32771 \end_inset
32772
32773
32774 \end_layout
32775
32776 \end_inset
32777
32778  specifies the distance of the first line from the left page margin.
32779  Predefined is the length 0
32780 \begin_inset space \thinspace{}
32781 \end_inset
32782
32783 pt.
32784 \end_layout
32785
32786 \begin_layout Standard
32787 As example the above formula where the command
32788 \end_layout
32789
32790 \begin_layout Standard
32791
32792 \series bold
32793
32794 \backslash
32795 setlength{
32796 \backslash
32797 multlinegap}{2cm}
32798 \end_layout
32799
32800 \begin_layout Standard
32801 was inserted in \SpecialChar TeX
32802  mode before:
32803 \begin_inset ERT
32804 status collapsed
32805
32806 \begin_layout Plain Layout
32807
32808
32809 \backslash
32810 setlength{
32811 \backslash
32812 multlinegap}{2cm}
32813 \end_layout
32814
32815 \end_inset
32816
32817
32818 \begin_inset Formula 
32819 \begin{multline}
32820 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}\\
32821 \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}}\\
32822 =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}}
32823 \end{multline}
32824
32825 \end_inset
32826
32827
32828 \begin_inset ERT
32829 status collapsed
32830
32831 \begin_layout Plain Layout
32832
32833
32834 \backslash
32835 setlength{
32836 \backslash
32837 multlinegap}{0pt}
32838 \end_layout
32839
32840 \end_inset
32841
32842 The second line was left aligned using 
32843 \series bold
32844
32845 \backslash
32846 shoveleft
32847 \series default
32848 .
32849 \end_layout
32850
32851 \begin_layout Subsection
32852 Multiline Formula Parts
32853 \begin_inset CommandInset label
32854 LatexCommand label
32855 name "subsec:Multiline-Formula-Parts"
32856
32857 \end_inset
32858
32859
32860 \begin_inset Index idx
32861 range none
32862 pageformat default
32863 status collapsed
32864
32865 \begin_layout Plain Layout
32866 Formula
32867 \begin_inset IndexMacro subentry
32868 status open
32869
32870 \begin_layout Plain Layout
32871 multiline
32872 \end_layout
32873
32874 \end_inset
32875
32876
32877 \begin_inset IndexMacro subentry
32878 status open
32879
32880 \begin_layout Plain Layout
32881 formula parts
32882 \end_layout
32883
32884 \end_inset
32885
32886
32887 \end_layout
32888
32889 \end_inset
32890
32891
32892 \end_layout
32893
32894 \begin_layout Standard
32895 To display only parts of a formula with multiple lines, one of the following
32896  environments is used: 
32897 \series bold
32898 aligned
32899 \series default
32900
32901 \series bold
32902 alignedat
32903 \series default
32904
32905 \series bold
32906 gathered
32907 \series default
32908  or 
32909 \series bold
32910 split
32911 \series default
32912 .
32913  They can be inserted via the menu 
32914 \family sans
32915 Insert\SpecialChar menuseparator
32916 Math
32917 \family default
32918  or by using the commands described in this section.
32919 \end_layout
32920
32921 \begin_layout Standard
32922 The first three have the same properties as the corresponding multiline
32923  formula environments, but it is possible to set additional formula parts
32924  beside them.
32925  An example:
32926 \begin_inset Formula 
32927 \[
32928 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
32929 \Delta E\Delta t & \ge\frac{\hbar}{2}
32930 \end{aligned}
32931 \right\} \textrm{Uncertainty relations}
32932 \]
32933
32934 \end_inset
32935
32936
32937 \end_layout
32938
32939 \begin_layout Standard
32940 To get this formula, a displayed formula is created where the command 
32941 \series bold
32942
32943 \backslash
32944 aligned
32945 \series default
32946
32947 \begin_inset Index idx
32948 range none
32949 pageformat default
32950 status collapsed
32951
32952 \begin_layout Plain Layout
32953 Commands
32954 \begin_inset IndexMacro subentry
32955 status open
32956
32957 \begin_layout Plain Layout
32958 A
32959 \end_layout
32960
32961 \end_inset
32962
32963
32964 \begin_inset IndexMacro subentry
32965 status open
32966
32967 \begin_layout Plain Layout
32968
32969 \backslash
32970 aligned
32971 \end_layout
32972
32973 \end_inset
32974
32975
32976 \end_layout
32977
32978 \end_inset
32979
32980  is inserted.
32981  A purple box appears around the blue formula box where now columns and
32982  lines can be added.
32983  Outside the multiline environment other formula parts can be set, like
32984  the brace.
32985 \end_layout
32986
32987 \begin_layout Standard
32988 The aligned environment is also suitable for long formulas whose lines are
32989  horizontally aligned.
32990  Using aligned in a displayed formula has the advantage that the formula
32991  number is vertically centered behind the lines.
32992  For example here is formula 
32993 \begin_inset CommandInset ref
32994 LatexCommand eqref
32995 reference "eq:shortlong"
32996
32997 \end_inset
32998
32999  in the aligned environment:
33000 \begin_inset Formula 
33001 \begin{equation}
33002 \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}|}\\
33003  & -\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}|}
33004 \end{aligned}
33005 \end{equation}
33006
33007 \end_inset
33008
33009
33010 \end_layout
33011
33012 \begin_layout Standard
33013 To use the environments 
33014 \series bold
33015 alignedat
33016 \series default
33017
33018 \series bold
33019 gathered
33020 \series default
33021 , or 
33022 \series bold
33023 split
33024 \series default
33025 , the command 
33026 \series bold
33027
33028 \backslash
33029 alignedat
33030 \series default
33031 ,
33032 \begin_inset Index idx
33033 range none
33034 pageformat default
33035 status collapsed
33036
33037 \begin_layout Plain Layout
33038 Commands
33039 \begin_inset IndexMacro subentry
33040 status open
33041
33042 \begin_layout Plain Layout
33043 A
33044 \end_layout
33045
33046 \end_inset
33047
33048
33049 \begin_inset IndexMacro subentry
33050 status open
33051
33052 \begin_layout Plain Layout
33053
33054 \backslash
33055 alignedat
33056 \end_layout
33057
33058 \end_inset
33059
33060
33061 \end_layout
33062
33063 \end_inset
33064
33065  
33066 \series bold
33067
33068 \backslash
33069 gathered
33070 \series default
33071
33072 \begin_inset Index idx
33073 range none
33074 pageformat default
33075 status collapsed
33076
33077 \begin_layout Plain Layout
33078 Commands
33079 \begin_inset IndexMacro subentry
33080 status open
33081
33082 \begin_layout Plain Layout
33083 G
33084 \end_layout
33085
33086 \end_inset
33087
33088
33089 \begin_inset IndexMacro subentry
33090 status open
33091
33092 \begin_layout Plain Layout
33093
33094 \backslash
33095 gathered
33096 \end_layout
33097
33098 \end_inset
33099
33100
33101 \end_layout
33102
33103 \end_inset
33104
33105 , or 
33106 \series bold
33107
33108 \backslash
33109 split
33110 \series default
33111
33112 \begin_inset Index idx
33113 range none
33114 pageformat default
33115 status collapsed
33116
33117 \begin_layout Plain Layout
33118 Commands
33119 \begin_inset IndexMacro subentry
33120 status open
33121
33122 \begin_layout Plain Layout
33123 S
33124 \end_layout
33125
33126 \end_inset
33127
33128
33129 \begin_inset IndexMacro subentry
33130 status open
33131
33132 \begin_layout Plain Layout
33133
33134 \backslash
33135 split
33136 \end_layout
33137
33138 \end_inset
33139
33140
33141 \end_layout
33142
33143 \end_inset
33144
33145  are inserted, respectively.
33146  The split environment has the same properties as the aligned environment
33147  but it can only have two columns.
33148 \end_layout
33149
33150 \begin_layout Subsection
33151 Text in Multiline Formulas
33152 \begin_inset CommandInset label
33153 LatexCommand label
33154 name "subsec:Text-in-multiline"
33155
33156 \end_inset
33157
33158
33159 \begin_inset Index idx
33160 range none
33161 pageformat default
33162 status collapsed
33163
33164 \begin_layout Plain Layout
33165 Text
33166 \begin_inset IndexMacro subentry
33167 status open
33168
33169 \begin_layout Plain Layout
33170 in formulas
33171 \end_layout
33172
33173 \end_inset
33174
33175
33176 \end_layout
33177
33178 \end_inset
33179
33180
33181 \begin_inset Index idx
33182 range none
33183 pageformat default
33184 status collapsed
33185
33186 \begin_layout Plain Layout
33187 Formula
33188 \begin_inset IndexMacro subentry
33189 status open
33190
33191 \begin_layout Plain Layout
33192 multiline
33193 \end_layout
33194
33195 \end_inset
33196
33197
33198 \begin_inset IndexMacro subentry
33199 status open
33200
33201 \begin_layout Plain Layout
33202 text
33203 \end_layout
33204
33205 \end_inset
33206
33207
33208 \end_layout
33209
33210 \end_inset
33211
33212
33213 \end_layout
33214
33215 \begin_layout Standard
33216 In the align environments as well as the multline and gather environment,
33217  text can be inserted that will appear in a separate line and doesn't affect
33218  the column alignment.
33219  To do this, the command 
33220 \series bold
33221
33222 \backslash
33223 intertext
33224 \series default
33225
33226 \begin_inset Index idx
33227 range none
33228 pageformat default
33229 status collapsed
33230
33231 \begin_layout Plain Layout
33232 Commands
33233 \begin_inset IndexMacro subentry
33234 status open
33235
33236 \begin_layout Plain Layout
33237 I
33238 \end_layout
33239
33240 \end_inset
33241
33242
33243 \begin_inset IndexMacro subentry
33244 status open
33245
33246 \begin_layout Plain Layout
33247
33248 \backslash
33249 intertext
33250 \end_layout
33251
33252 \end_inset
33253
33254
33255 \end_layout
33256
33257 \end_inset
33258
33259  is used in the following scheme:
33260 \end_layout
33261
33262 \begin_layout Standard
33263
33264 \series bold
33265
33266 \backslash
33267 intertext{text}
33268 \end_layout
33269
33270 \begin_layout Standard
33271 The text should not be longer than a line because it cannot be hyphenated.
33272  As \SpecialChar LyX
33273  doesn't yet support 
33274 \series bold
33275
33276 \backslash
33277 intertext
33278 \series default
33279  directly, the text is written as mathematical text.
33280  Therefore 
33281 \series bold
33282
33283 \backslash
33284 intertext
33285 \series default
33286  must be at the beginning of a line and will appear in the output above
33287  this line.
33288  An example where the text was inserted at the beginning of the second line:
33289 \begin_inset Formula 
33290 \begin{align}
33291 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
33292 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
33293 \end{align}
33294
33295 \end_inset
33296
33297
33298 \end_layout
33299
33300 \begin_layout Standard
33301
33302 \series bold
33303
33304 \backslash
33305 intertext
33306 \series default
33307  always creates some vertical space between the text and the formula lines.
33308  To avoid this space, in the document settings under 
33309 \family sans
33310 Math
33311 \begin_inset space ~
33312 \end_inset
33313
33314 Options
33315 \family default
33316  for the package 
33317 \series bold
33318 mathtools
33319 \series default
33320
33321 \begin_inset Index idx
33322 range none
33323 pageformat default
33324 status collapsed
33325
33326 \begin_layout Plain Layout
33327 Packages
33328 \begin_inset IndexMacro subentry
33329 status open
33330
33331 \begin_layout Plain Layout
33332 mathtools
33333 \end_layout
33334
33335 \end_inset
33336
33337
33338 \end_layout
33339
33340 \end_inset
33341
33342  set the option to 
33343 \family sans
33344 Load
33345 \begin_inset space ~
33346 \end_inset
33347
33348 always
33349 \family default
33350 .
33351  Then you can use the command 
33352 \series bold
33353
33354 \backslash
33355 shortintertext
33356 \series default
33357
33358 \begin_inset Index idx
33359 range none
33360 pageformat default
33361 status collapsed
33362
33363 \begin_layout Plain Layout
33364 Commands
33365 \begin_inset IndexMacro subentry
33366 status open
33367
33368 \begin_layout Plain Layout
33369 S
33370 \end_layout
33371
33372 \end_inset
33373
33374
33375 \begin_inset IndexMacro subentry
33376 status open
33377
33378 \begin_layout Plain Layout
33379
33380 \backslash
33381 shortintertext
33382 \end_layout
33383
33384 \end_inset
33385
33386
33387 \end_layout
33388
33389 \end_inset
33390
33391  instead of 
33392 \series bold
33393
33394 \backslash
33395 intertext
33396 \series default
33397 :
33398 \end_layout
33399
33400 \begin_layout Standard
33401 \begin_inset Formula 
33402 \begin{align}
33403 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
33404 \shortintertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
33405 \end{align}
33406
33407 \end_inset
33408
33409
33410 \end_layout
33411
33412 \begin_layout Section
33413 Formula Numbering
33414 \begin_inset Index idx
33415 range none
33416 pageformat default
33417 status collapsed
33418
33419 \begin_layout Plain Layout
33420 Formula numbering
33421 \end_layout
33422
33423 \end_inset
33424
33425
33426 \begin_inset Index idx
33427 range none
33428 pageformat default
33429 status collapsed
33430
33431 \begin_layout Plain Layout
33432 Formula
33433 \begin_inset IndexMacro subentry
33434 status open
33435
33436 \begin_layout Plain Layout
33437 numbering
33438 \end_layout
33439
33440 \end_inset
33441
33442
33443 \begin_inset IndexMacro see
33444 status open
33445
33446 \begin_layout Plain Layout
33447 Formula numbering
33448 \end_layout
33449
33450 \end_inset
33451
33452
33453 \end_layout
33454
33455 \end_inset
33456
33457
33458 \end_layout
33459
33460 \begin_layout Subsection
33461 General
33462 \end_layout
33463
33464 \begin_layout Standard
33465 Numbered formulas can be created with the menu 
33466 \family sans
33467 Insert\SpecialChar menuseparator
33468 Math\SpecialChar menuseparator
33469 Numbered
33470 \begin_inset space ~
33471 \end_inset
33472
33473 Formula
33474 \family default
33475  (shortcut 
33476 \begin_inset Info
33477 type  "shortcuts"
33478 arg   "command-sequence math-display; math-number-toggle;"
33479 \end_inset
33480
33481 ).
33482  Existing formulas can be numbered with the menu 
33483 \family sans
33484 Edit\SpecialChar menuseparator
33485 Math\SpecialChar menuseparator
33486 Number
33487 \begin_inset space ~
33488 \end_inset
33489
33490 Whole
33491 \begin_inset space ~
33492 \end_inset
33493
33494 Formula
33495 \family default
33496  (shortcut 
33497 \begin_inset Info
33498 type  "shortcut"
33499 arg   "math-number-toggle"
33500 \end_inset
33501
33502 ).
33503  The formula number is displayed in \SpecialChar LyX
33504  behind the formula as a number in parenthes
33505 es.
33506  
33507 \change_deleted 232239728 1611410645
33508 The number sign is replaced in the output by the formula number.
33509 \change_deleted 5863208 1612727075
33510
33511 \begin_inset Note Note
33512 status open
33513
33514 \begin_layout Plain Layout
33515
33516 \change_inserted 232239728 1611410697
33517 LyX appears to put the actual formula number in the raw file now
33518 \change_unchanged
33519
33520 \end_layout
33521
33522 \end_inset
33523
33524
33525 \change_unchanged
33526
33527 \end_layout
33528
33529 \begin_layout Standard
33530 When numbering is turned on in multiline formulas, all formulas will be
33531  numbered.
33532  But the numbering can be controlled with the menu 
33533 \family sans
33534 Edit\SpecialChar menuseparator
33535 Math\SpecialChar menuseparator
33536 Number
33537 \begin_inset space ~
33538 \end_inset
33539
33540 This
33541 \begin_inset space ~
33542 \end_inset
33543
33544 Line
33545 \family default
33546  (shortcut 
33547 \begin_inset Info
33548 type  "shortcut"
33549 arg   "math-number-line-toggle"
33550 \end_inset
33551
33552 ) for every formula.
33553 \end_layout
33554
33555 \begin_layout Standard
33556 Except for inline formulas, all formulas can be numbered with two different
33557  styles, see 
33558 \begin_inset CommandInset ref
33559 LatexCommand ref
33560 reference "sec:Formula-Styles"
33561
33562 \end_inset
33563
33564 .
33565 \end_layout
33566
33567 \begin_layout Subsection
33568 Cross-References
33569 \begin_inset Index idx
33570 range none
33571 pageformat default
33572 status collapsed
33573
33574 \begin_layout Plain Layout
33575 Cross-references
33576 \begin_inset IndexMacro subentry
33577 status open
33578
33579 \begin_layout Plain Layout
33580 to formulas
33581 \end_layout
33582
33583 \end_inset
33584
33585
33586 \end_layout
33587
33588 \end_inset
33589
33590
33591 \end_layout
33592
33593 \begin_layout Standard
33594 All labeled formulas can be cross-referenced.
33595  A label is added with the menu 
33596 \family sans
33597 Insert\SpecialChar menuseparator
33598 Label
33599 \family default
33600  or the toolbar button 
33601 \begin_inset Info
33602 type  "icon"
33603 arg   "label-insert"
33604 \end_inset
33605
33606 .
33607  The cursor must be inside a displayed formula.
33608  Alternatively you can right-click on the formula and choose 
33609 \family sans
33610 Equation Label
33611 \family default
33612 .
33613  A dialog pops up displaying the prefix 
33614 \series bold
33615 eq:
33616 \series default
33617  in a text field.
33618  The label is inserted behind the prefix.
33619  The predefined prefix means 
33620 \begin_inset Quotes eld
33621 \end_inset
33622
33623 equation
33624 \begin_inset Quotes erd
33625 \end_inset
33626
33627  and makes it easier to find labels in large documents because it marks
33628  it as a formula label to distinguish it from e.
33629 \begin_inset space \thinspace{}
33630 \end_inset
33631
33632 g.
33633 \begin_inset space \space{}
33634 \end_inset
33635
33636 section labels.
33637  To change a label, the menu 
33638 \family sans
33639 Insert\SpecialChar menuseparator
33640 Label
33641 \family default
33642  is used again or you can right-click on a formula and then on 
33643 \family sans
33644 Equation Label
33645 \family default
33646 .
33647 \end_layout
33648
33649 \begin_layout Standard
33650 The name of the label is displayed in \SpecialChar LyX
33651  within parentheses behind the formula
33652  number.
33653  A formula with a label is always numbered.
33654 \end_layout
33655
33656 \begin_layout Standard
33657 Cross-references are inserted via the menu 
33658 \family sans
33659 Insert\SpecialChar menuseparator
33660 Cross-Reference
33661 \family default
33662  or with the toolbar button 
33663 \begin_inset Info
33664 type  "icon"
33665 arg   "dialog-show-new-inset ref"
33666 \end_inset
33667
33668 .
33669  A formula cross-reference appears in the output as formula number.
33670  When in the cross-reference dialog window the format 
33671 \series bold
33672 (<reference>)
33673 \series default
33674  is chosen, the cross-reference appears in the output as formula number
33675  in parentheses.
33676 \begin_inset Newline newline
33677 \end_inset
33678
33679 By right-clicking on a cross-reference in \SpecialChar LyX
33680 , one jumps to the formula that
33681  is referenced.
33682 \end_layout
33683
33684 \begin_layout Standard
33685 Here are as examples cross-references to formulas of the following subsections:
33686 \begin_inset Note Note
33687 status open
33688
33689 \begin_layout Plain Layout
33690 Note the different cross-reference types.
33691 \end_layout
33692
33693 \end_inset
33694
33695
33696 \end_layout
33697
33698 \begin_layout Standard
33699 The equations 
33700 \begin_inset CommandInset ref
33701 LatexCommand eqref
33702 reference "eq:tag"
33703
33704 \end_inset
33705
33706  and 
33707 \begin_inset CommandInset ref
33708 LatexCommand eqref
33709 reference "eq:c"
33710
33711 \end_inset
33712
33713  are equivalent.
33714  In (
33715 \begin_inset CommandInset ref
33716 LatexCommand ref
33717 reference "eq:Lat"
33718
33719 \end_inset
33720
33721 ) big Latin letters are used for the numbering in contrary to (
33722 \begin_inset CommandInset ref
33723 LatexCommand ref
33724 reference "eq:Rom"
33725
33726 \end_inset
33727
33728 ).
33729 \end_layout
33730
33731 \begin_layout Standard
33732 \begin_inset VSpace medskip
33733 \end_inset
33734
33735 When the argument of 
33736 \series bold
33737
33738 \backslash
33739 tag
33740 \begin_inset Foot
33741 status collapsed
33742
33743 \begin_layout Plain Layout
33744
33745 \series bold
33746
33747 \backslash
33748 tag
33749 \series default
33750  is described in 
33751 \begin_inset CommandInset ref
33752 LatexCommand ref
33753 reference "subsec:User-defined-Numbering"
33754
33755 \end_inset
33756
33757 .
33758 \end_layout
33759
33760 \end_inset
33761
33762
33763 \series default
33764  contains a box like in 
33765 \begin_inset CommandInset ref
33766 LatexCommand ref
33767 reference "subsec:Paragraph-Boxes"
33768
33769 \end_inset
33770
33771 , the formula cannot be referenced.
33772 \end_layout
33773
33774 \begin_layout Subsection
33775 Subnumbering
33776 \begin_inset Index idx
33777 range none
33778 pageformat default
33779 status collapsed
33780
33781 \begin_layout Plain Layout
33782 Formula numbering
33783 \begin_inset IndexMacro subentry
33784 status open
33785
33786 \begin_layout Plain Layout
33787 subnumbering
33788 \end_layout
33789
33790 \end_inset
33791
33792
33793 \end_layout
33794
33795 \end_inset
33796
33797
33798 \end_layout
33799
33800 \begin_layout Standard
33801 Formulas can be numbered as subequations.
33802  To activate this feature, add the module 
33803 \family sans
33804 Subequations
33805 \family default
33806  to the document in the menu 
33807 \family sans
33808 Document\SpecialChar menuseparator
33809 Settings\SpecialChar menuseparator
33810 Modules
33811 \family default
33812 .
33813  To insert subequations use the menu 
33814 \family sans
33815 Insert\SpecialChar menuseparator
33816 Custom Insets\SpecialChar menuseparator
33817 Subequations
33818 \family default
33819 .
33820 \end_layout
33821
33822 \begin_layout Standard
33823 The equations to be subnumbered are put into the 
33824 \family sans
33825 Subequations
33826 \family default
33827  inset.
33828  An example:
33829 \begin_inset Formula 
33830 \begin{equation}
33831 A=C-B
33832 \end{equation}
33833
33834 \end_inset
33835
33836
33837 \begin_inset VSpace -5mm
33838 \end_inset
33839
33840
33841 \begin_inset Flex Subequations
33842 status open
33843
33844 \begin_layout Plain Layout
33845 \begin_inset Formula 
33846 \begin{equation}
33847 B=C-A\label{eq:b}
33848 \end{equation}
33849
33850 \end_inset
33851
33852
33853 \begin_inset Formula 
33854 \begin{equation}
33855 C=A+B\label{eq:c}
33856 \end{equation}
33857
33858 \end_inset
33859
33860
33861 \end_layout
33862
33863 \end_inset
33864
33865
33866 \end_layout
33867
33868 \begin_layout Standard
33869 Every formula in the 
33870 \family sans
33871 Subequations
33872 \family default
33873  inset will be subnumbered with a, b, c, \SpecialChar ldots
33874  in the output.
33875  For multiline formulas every line will be subnumbered.
33876 \end_layout
33877
33878 \begin_layout Standard
33879 Referencing subequations works like normal equations: 
33880 \begin_inset CommandInset ref
33881 LatexCommand eqref
33882 reference "eq:b"
33883
33884 \end_inset
33885
33886
33887 \begin_inset CommandInset ref
33888 LatexCommand eqref
33889 reference "eq:c"
33890
33891 \end_inset
33892
33893 .
33894  If you want to reference the subequations collectively, insert a label
33895  as first thing in the 
33896 \family sans
33897 Subequations
33898 \family default
33899  inset.
33900  Formula 
33901 \begin_inset CommandInset ref
33902 LatexCommand eqref
33903 reference "eq:Here-is-an"
33904 plural "false"
33905 caps "false"
33906 noprefix "false"
33907
33908 \end_inset
33909
33910  is an example.
33911 \end_layout
33912
33913 \begin_layout Standard
33914 When inserting subequations, vertical space is added before the equation.
33915  To remove this, insert -5
33916 \begin_inset space \thinspace{}
33917 \end_inset
33918
33919 mm vertical space right before the 
33920 \family sans
33921 Subequations
33922 \family default
33923  inset.
33924  If the formula style 
33925 \series bold
33926 Indented
33927 \begin_inset Foot
33928 status open
33929
33930 \begin_layout Plain Layout
33931 For formula styles see 
33932 \begin_inset CommandInset ref
33933 LatexCommand ref
33934 reference "sec:Formula-Styles"
33935
33936 \end_inset
33937
33938
33939 \end_layout
33940
33941 \end_inset
33942
33943
33944 \series default
33945  is used, insert -7
33946 \begin_inset space \thinspace{}
33947 \end_inset
33948
33949 mm space instead.
33950 \end_layout
33951
33952 \begin_layout Standard
33953 To get another subnumber instead of small Latin letters, insert this command
33954  as \SpecialChar TeX
33955  code before the equations in the 
33956 \family sans
33957 Subequations
33958 \family default
33959  inset:
33960 \end_layout
33961
33962 \begin_layout Standard
33963
33964 \series bold
33965
33966 \backslash
33967 renewcommand{
33968 \backslash
33969 theequation}{
33970 \backslash
33971 theparentequation -
33972 \backslash
33973 roman{equation}}
33974 \end_layout
33975
33976 \begin_layout Standard
33977
33978 \series bold
33979
33980 \backslash
33981 theparentequation
33982 \series default
33983  creates the parent number and 
33984 \series bold
33985
33986 \backslash
33987 roman{equation}
33988 \series default
33989  adds a small Roman number as subnumber.
33990  For more information about the customization of the numbering, see 
33991 \begin_inset CommandInset ref
33992 LatexCommand ref
33993 reference "subsec:Numbering-with-Roman"
33994
33995 \end_inset
33996
33997 .
33998 \end_layout
33999
34000 \begin_layout Standard
34001 Here is an example of a multiline formula where the numbering is customized
34002  and turned off for the second line:
34003 \begin_inset Flex Subequations
34004 status open
34005
34006 \begin_layout Plain Layout
34007 \begin_inset CommandInset label
34008 LatexCommand label
34009 name "eq:Here-is-an"
34010
34011 \end_inset
34012
34013
34014 \begin_inset ERT
34015 status open
34016
34017 \begin_layout Plain Layout
34018
34019
34020 \backslash
34021 renewcommand{
34022 \backslash
34023 theequation}{
34024 \backslash
34025 theparentequation -
34026 \backslash
34027 roman{equation}}
34028 \end_layout
34029
34030 \end_inset
34031
34032
34033 \begin_inset Formula 
34034 \begin{eqnarray}
34035 A & = & (B-Z)^{2}=(B-Z)(B-Z)\\
34036  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
34037  & = & B^{2}-2BZ+Z^{2}
34038 \end{eqnarray}
34039
34040 \end_inset
34041
34042
34043 \end_layout
34044
34045 \end_inset
34046
34047
34048 \end_layout
34049
34050 \begin_layout Subsection
34051 Numbering with Roman Numbers and Letters
34052 \begin_inset CommandInset label
34053 LatexCommand label
34054 name "subsec:Numbering-with-Roman"
34055
34056 \end_inset
34057
34058
34059 \begin_inset Index idx
34060 range none
34061 pageformat default
34062 status collapsed
34063
34064 \begin_layout Plain Layout
34065 Formula numbering
34066 \begin_inset IndexMacro subentry
34067 status open
34068
34069 \begin_layout Plain Layout
34070 with letters
34071 \end_layout
34072
34073 \end_inset
34074
34075
34076 \end_layout
34077
34078 \end_inset
34079
34080
34081 \begin_inset Index idx
34082 range none
34083 pageformat default
34084 status collapsed
34085
34086 \begin_layout Plain Layout
34087 Formula numbering
34088 \begin_inset IndexMacro subentry
34089 status open
34090
34091 \begin_layout Plain Layout
34092 with Roman numbers
34093 \end_layout
34094
34095 \end_inset
34096
34097
34098 \end_layout
34099
34100 \end_inset
34101
34102
34103 \end_layout
34104
34105 \begin_layout Standard
34106 Formulas can also be numbered with Roman numbers and Latin letters.
34107  To number with small Roman numbers, the command
34108 \end_layout
34109
34110 \begin_layout Standard
34111
34112 \series bold
34113
34114 \backslash
34115 renewcommand{
34116 \backslash
34117 theequation}{
34118 \backslash
34119 roman{equation}}
34120 \end_layout
34121
34122 \begin_layout Standard
34123 is inserted before the formula in \SpecialChar TeX
34124  mode.
34125  
34126 \series bold
34127
34128 \backslash
34129 renewcommand
34130 \series default
34131
34132 \begin_inset Index idx
34133 range none
34134 pageformat default
34135 status collapsed
34136
34137 \begin_layout Plain Layout
34138 Commands
34139 \begin_inset IndexMacro subentry
34140 status open
34141
34142 \begin_layout Plain Layout
34143 R
34144 \end_layout
34145
34146 \end_inset
34147
34148
34149 \begin_inset IndexMacro subentry
34150 status open
34151
34152 \begin_layout Plain Layout
34153
34154 \backslash
34155 renewcommand
34156 \end_layout
34157
34158 \end_inset
34159
34160
34161 \end_layout
34162
34163 \end_inset
34164
34165  redefines the predefined command 
34166 \series bold
34167
34168 \backslash
34169 theequation
34170 \series default
34171  to the command 
34172 \series bold
34173
34174 \backslash
34175 roman{equation}
34176 \series default
34177 .
34178 \begin_inset Foot
34179 status open
34180
34181 \begin_layout Plain Layout
34182 The command 
34183 \series bold
34184
34185 \backslash
34186 renewcommand
34187 \series default
34188  has the same scheme as the command 
34189 \series bold
34190
34191 \backslash
34192 newcommand
34193 \series default
34194  described in 
34195 \begin_inset CommandInset ref
34196 LatexCommand ref
34197 reference "subsec:The-Command-newcommand"
34198
34199 \end_inset
34200
34201 .
34202 \end_layout
34203
34204 \end_inset
34205
34206  
34207 \series bold
34208 equation
34209 \series default
34210  is the formula counter.
34211  When the command 
34212 \series bold
34213
34214 \backslash
34215 the
34216 \series default
34217  is used as prefix for a counter, the value of the counter is output as
34218  Arabic number.
34219  When a formula is numbered, \SpecialChar LaTeX
34220  sets internally the command 
34221 \series bold
34222
34223 \backslash
34224 theequation
34225 \series default
34226  behind the formula.
34227  
34228 \series bold
34229
34230 \backslash
34231 roman{equation}
34232 \begin_inset Index idx
34233 range none
34234 pageformat default
34235 status collapsed
34236
34237 \begin_layout Plain Layout
34238 Commands
34239 \begin_inset IndexMacro subentry
34240 status open
34241
34242 \begin_layout Plain Layout
34243 R
34244 \end_layout
34245
34246 \end_inset
34247
34248
34249 \begin_inset IndexMacro subentry
34250 status open
34251
34252 \begin_layout Plain Layout
34253
34254 \backslash
34255 roman
34256 \end_layout
34257
34258 \end_inset
34259
34260
34261 \end_layout
34262
34263 \end_inset
34264
34265
34266 \series default
34267  outputs the counter as small Roman number.
34268 \end_layout
34269
34270 \begin_layout Standard
34271 All formulas behind the command 
34272 \series bold
34273
34274 \backslash
34275 renew
34276 \series default
34277 c
34278 \series bold
34279 ommand
34280 \series default
34281  are now numbered Roman.
34282  To switch to numbering with big Roman numbers, the command is inserted
34283  again, but 
34284 \series bold
34285
34286 \backslash
34287 roman
34288 \series default
34289  is replaced by 
34290 \series bold
34291
34292 \backslash
34293 Roman
34294 \series default
34295
34296 \begin_inset Index idx
34297 range none
34298 pageformat default
34299 status collapsed
34300
34301 \begin_layout Plain Layout
34302 Commands
34303 \begin_inset IndexMacro subentry
34304 status open
34305
34306 \begin_layout Plain Layout
34307 R
34308 \end_layout
34309
34310 \end_inset
34311
34312
34313 \begin_inset IndexMacro subentry
34314 status open
34315
34316 \begin_layout Plain Layout
34317 \begin_inset IndexMacro sortkey
34318 status open
34319
34320 \begin_layout Plain Layout
34321
34322 \backslash
34323 roman
34324 \end_layout
34325
34326 \end_inset
34327
34328
34329 \backslash
34330 Roman
34331 \end_layout
34332
34333 \end_inset
34334
34335
34336 \end_layout
34337
34338 \end_inset
34339
34340 .
34341  To 
34342 \begin_inset Quotes eld
34343 \end_inset
34344
34345 number
34346 \begin_inset Quotes erd
34347 \end_inset
34348
34349  with small Latin letters there is the command 
34350 \series bold
34351
34352 \backslash
34353 alph
34354 \series default
34355
34356 \begin_inset Index idx
34357 range none
34358 pageformat default
34359 status collapsed
34360
34361 \begin_layout Plain Layout
34362 Commands
34363 \begin_inset IndexMacro subentry
34364 status open
34365
34366 \begin_layout Plain Layout
34367 A
34368 \end_layout
34369
34370 \end_inset
34371
34372
34373 \begin_inset IndexMacro subentry
34374 status open
34375
34376 \begin_layout Plain Layout
34377
34378 \backslash
34379 alph
34380 \end_layout
34381
34382 \end_inset
34383
34384
34385 \end_layout
34386
34387 \end_inset
34388
34389 , for big ones there is the command 
34390 \series bold
34391
34392 \backslash
34393 Alph
34394 \series default
34395
34396 \begin_inset Index idx
34397 range none
34398 pageformat default
34399 status collapsed
34400
34401 \begin_layout Plain Layout
34402 Commands
34403 \begin_inset IndexMacro subentry
34404 status open
34405
34406 \begin_layout Plain Layout
34407 A
34408 \end_layout
34409
34410 \end_inset
34411
34412
34413 \begin_inset IndexMacro subentry
34414 status open
34415
34416 \begin_layout Plain Layout
34417 \begin_inset IndexMacro sortkey
34418 status open
34419
34420 \begin_layout Plain Layout
34421
34422 \backslash
34423 alph
34424 \end_layout
34425
34426 \end_inset
34427
34428
34429 \backslash
34430 Alph
34431 \end_layout
34432
34433 \end_inset
34434
34435
34436 \end_layout
34437
34438 \end_inset
34439
34440 .
34441 \end_layout
34442
34443 \begin_layout Standard
34444 \begin_inset Note Greyedout
34445 status open
34446
34447 \begin_layout Plain Layout
34448
34449 \series bold
34450 Note:
34451 \series default
34452  Only a maximum of 26
34453 \begin_inset space ~
34454 \end_inset
34455
34456 formulas can be numbered with Latin letters in one document.
34457 \end_layout
34458
34459 \end_inset
34460
34461
34462 \end_layout
34463
34464 \begin_layout Standard
34465 \begin_inset ERT
34466 status collapsed
34467
34468 \begin_layout Plain Layout
34469
34470
34471 \backslash
34472 renewcommand{
34473 \backslash
34474 theequation}{
34475 \backslash
34476 roman{equation}}
34477 \end_layout
34478
34479 \end_inset
34480
34481
34482 \end_layout
34483
34484 \begin_layout Standard
34485 \begin_inset Formula 
34486 \begin{equation}
34487 A=\textrm{small roman}
34488 \end{equation}
34489
34490 \end_inset
34491
34492
34493 \begin_inset ERT
34494 status collapsed
34495
34496 \begin_layout Plain Layout
34497
34498
34499 \backslash
34500 renewcommand{
34501 \backslash
34502 theequation}{
34503 \backslash
34504 Roman{equation}}
34505 \end_layout
34506
34507 \end_inset
34508
34509
34510 \begin_inset Formula 
34511 \begin{equation}
34512 B=\textrm{big Roman}\label{eq:Rom}
34513 \end{equation}
34514
34515 \end_inset
34516
34517
34518 \begin_inset ERT
34519 status collapsed
34520
34521 \begin_layout Plain Layout
34522
34523
34524 \backslash
34525 renewcommand{
34526 \backslash
34527 theequation}{
34528 \backslash
34529 alph{equation}}
34530 \end_layout
34531
34532 \end_inset
34533
34534
34535 \begin_inset Formula 
34536 \begin{equation}
34537 C=\textrm{small Latin}
34538 \end{equation}
34539
34540 \end_inset
34541
34542
34543 \begin_inset ERT
34544 status collapsed
34545
34546 \begin_layout Plain Layout
34547
34548
34549 \backslash
34550 renewcommand{
34551 \backslash
34552 theequation}{
34553 \backslash
34554 Alph{equation}}
34555 \end_layout
34556
34557 \end_inset
34558
34559
34560 \begin_inset Formula 
34561 \begin{equation}
34562 D=\textrm{big Latin}\label{eq:Lat}
34563 \end{equation}
34564
34565 \end_inset
34566
34567
34568 \end_layout
34569
34570 \begin_layout Standard
34571 To switch back to the default numbering, insert the command:
34572 \end_layout
34573
34574 \begin_layout Standard
34575
34576 \series bold
34577
34578 \backslash
34579 renewcommand{
34580 \backslash
34581 theequation}{
34582 \backslash
34583 arabic{equation}}
34584 \begin_inset Index idx
34585 range none
34586 pageformat default
34587 status collapsed
34588
34589 \begin_layout Plain Layout
34590 Commands
34591 \begin_inset IndexMacro subentry
34592 status open
34593
34594 \begin_layout Plain Layout
34595 A
34596 \end_layout
34597
34598 \end_inset
34599
34600
34601 \begin_inset IndexMacro subentry
34602 status open
34603
34604 \begin_layout Plain Layout
34605
34606 \backslash
34607 arabic
34608 \end_layout
34609
34610 \end_inset
34611
34612
34613 \end_layout
34614
34615 \end_inset
34616
34617
34618 \end_layout
34619
34620 \begin_layout Standard
34621 \begin_inset ERT
34622 status collapsed
34623
34624 \begin_layout Plain Layout
34625
34626
34627 \backslash
34628 renewcommand{
34629 \backslash
34630 theequation}{
34631 \backslash
34632 arabic{equation}}
34633 \end_layout
34634
34635 \end_inset
34636
34637
34638 \begin_inset Formula 
34639 \begin{equation}
34640 E=\textrm{Arabic}
34641 \end{equation}
34642
34643 \end_inset
34644
34645
34646 \end_layout
34647
34648 \begin_layout Standard
34649 \begin_inset VSpace medskip
34650 \end_inset
34651
34652 As you see, formulas are numbered serially independent from the numbering
34653  style.
34654  When then numbering should start with 
34655 \begin_inset Quotes eld
34656 \end_inset
34657
34658 1
34659 \begin_inset Quotes erd
34660 \end_inset
34661
34662  when the style is changed, new equation counters have to be defined.
34663  A description of this can be found in the file 
34664 \begin_inset CommandInset href
34665 LatexCommand href
34666 name "Formula-numbering.lyx"
34667 target "run:Formula-numbering.lyx"
34668 literal "false"
34669
34670 \end_inset
34671
34672 .
34673 \end_layout
34674
34675 \begin_layout Subsection
34676 User-defined Numbering
34677 \begin_inset CommandInset label
34678 LatexCommand label
34679 name "subsec:User-defined-Numbering"
34680
34681 \end_inset
34682
34683
34684 \begin_inset Index idx
34685 range none
34686 pageformat default
34687 status collapsed
34688
34689 \begin_layout Plain Layout
34690 Formula numbering
34691 \begin_inset IndexMacro subentry
34692 status open
34693
34694 \begin_layout Plain Layout
34695 user-defined
34696 \end_layout
34697
34698 \end_inset
34699
34700
34701 \end_layout
34702
34703 \end_inset
34704
34705
34706 \end_layout
34707
34708 \begin_layout Standard
34709 \begin_inset Note Greyedout
34710 status open
34711
34712 \begin_layout Plain Layout
34713
34714 \series bold
34715 Note:
34716 \series default
34717  If the document language is a right-to-left language such as Arabic, you
34718  must add this to the to the \SpecialChar LaTeX
34719 -preamble to be able to use the commands described
34720  in this section:
34721 \begin_inset Newline newline
34722 \end_inset
34723
34724
34725 \series bold
34726
34727 \backslash
34728 AtBeginDocument{
34729 \begin_inset Newline newline
34730 \end_inset
34731
34732
34733 \begin_inset Phantom HPhantom
34734 status open
34735
34736 \begin_layout Plain Layout
34737
34738 \series bold
34739 \begin_inset space ~
34740 \end_inset
34741
34742
34743 \end_layout
34744
34745 \end_inset
34746
34747
34748 \backslash
34749 def
34750 \backslash
34751 tagform@#1{
34752 \backslash
34753 maketag@@@{(
34754 \backslash
34755 ignorespaces#1
34756 \backslash
34757 unskip)}} }
34758 \end_layout
34759
34760 \end_inset
34761
34762
34763 \end_layout
34764
34765 \begin_layout Standard
34766 \begin_inset Index idx
34767 range none
34768 pageformat default
34769 status collapsed
34770
34771 \begin_layout Plain Layout
34772 Formula numbering
34773 \begin_inset IndexMacro subentry
34774 status open
34775
34776 \begin_layout Plain Layout
34777 self-defined delimiters
34778 \end_layout
34779
34780 \end_inset
34781
34782
34783 \end_layout
34784
34785 \end_inset
34786
34787 With standard numbering, parentheses are set around a formula number.
34788  To replace the parentheses for example with vertical bars, the following
34789  line is added to the \SpecialChar LaTeX
34790 -preamble:
34791 \end_layout
34792
34793 \begin_layout Standard
34794
34795 \series bold
34796
34797 \backslash
34798 AtBeginDocument{
34799 \begin_inset Newline newline
34800 \end_inset
34801
34802
34803 \begin_inset Phantom HPhantom
34804 status open
34805
34806 \begin_layout Plain Layout
34807
34808 \series bold
34809 \begin_inset space ~
34810 \end_inset
34811
34812
34813 \end_layout
34814
34815 \end_inset
34816
34817
34818 \backslash
34819 def
34820 \backslash
34821 tagform@#1{
34822 \backslash
34823 maketag@@@{|#1|}} }
34824 \series default
34825
34826 \begin_inset Note Note
34827 status collapsed
34828
34829 \begin_layout Plain Layout
34830 This macro is already declared in the \SpecialChar LaTeX
34831 -preamble for testing.
34832  To activate it, remove the percent signs at the beginning.
34833 \end_layout
34834
34835 \end_inset
34836
34837
34838 \end_layout
34839
34840 \begin_layout Standard
34841 To use other characters, the vertical bars besides the 
34842 \series bold
34843 #1
34844 \series default
34845  are replaced by one or more characters.
34846  To display only the formula number the vertical bars are omitted.
34847 \end_layout
34848
34849 \begin_layout Standard
34850 \begin_inset VSpace bigskip
34851 \end_inset
34852
34853 When there should be an expression of your choice instead of the consecutive
34854  formula number in parentheses behind the formula, the command 
34855 \series bold
34856
34857 \backslash
34858 tag
34859 \series default
34860
34861 \begin_inset Index idx
34862 range none
34863 pageformat default
34864 status collapsed
34865
34866 \begin_layout Plain Layout
34867 Commands
34868 \begin_inset IndexMacro subentry
34869 status open
34870
34871 \begin_layout Plain Layout
34872 T
34873 \end_layout
34874
34875 \end_inset
34876
34877
34878 \begin_inset IndexMacro subentry
34879 status open
34880
34881 \begin_layout Plain Layout
34882
34883 \backslash
34884 tag
34885 \end_layout
34886
34887 \end_inset
34888
34889
34890 \end_layout
34891
34892 \end_inset
34893
34894  is used:
34895 \begin_inset Formula 
34896 \begin{equation}
34897 A+B=C\tag{something}\label{eq:tag}
34898 \end{equation}
34899
34900 \end_inset
34901
34902 In this example the command 
34903 \series bold
34904
34905 \backslash
34906 tag
34907 \begin_inset space \textvisiblespace{}
34908 \end_inset
34909
34910 something
34911 \series default
34912  was inserted in the formula.
34913 \end_layout
34914
34915 \begin_layout Standard
34916 When the command 
34917 \series bold
34918
34919 \backslash
34920 tag*
34921 \begin_inset space \textvisiblespace{}
34922 \end_inset
34923
34924 something
34925 \series default
34926  is inserted instead, the parentheses are removed:
34927 \begin_inset Formula 
34928 \[
34929 A+B=C\tag*{something}
34930 \]
34931
34932 \end_inset
34933
34934
34935 \end_layout
34936
34937 \begin_layout Standard
34938 \begin_inset VSpace bigskip
34939 \end_inset
34940
34941 To restart the formula numbering with new document parts or sections, the
34942  following command is used:
34943 \end_layout
34944
34945 \begin_layout Standard
34946
34947 \series bold
34948
34949 \backslash
34950 @addtoreset{equation}{part}
34951 \series default
34952
34953 \begin_inset Index idx
34954 range none
34955 pageformat default
34956 status collapsed
34957
34958 \begin_layout Plain Layout
34959 Commands
34960 \begin_inset IndexMacro subentry
34961 status open
34962
34963 \begin_layout Plain Layout
34964 \begin_inset ERT
34965 status collapsed
34966
34967 \begin_layout Plain Layout
34968
34969 "
34970 \end_layout
34971
34972 \end_inset
34973
34974 @
34975 \end_layout
34976
34977 \end_inset
34978
34979
34980 \begin_inset IndexMacro subentry
34981 status open
34982
34983 \begin_layout Plain Layout
34984
34985 \backslash
34986
34987 \begin_inset ERT
34988 status collapsed
34989
34990 \begin_layout Plain Layout
34991
34992 "
34993 \end_layout
34994
34995 \end_inset
34996
34997 @addtoreset
34998 \end_layout
34999
35000 \end_inset
35001
35002
35003 \end_layout
35004
35005 \end_inset
35006
35007
35008 \begin_inset Newline newline
35009 \end_inset
35010
35011 resp.
35012 \begin_inset Newline newline
35013 \end_inset
35014
35015
35016 \series bold
35017
35018 \backslash
35019 @addtoreset{equation}{section}
35020 \end_layout
35021
35022 \begin_layout Standard
35023 To be able to use these commands in \SpecialChar TeX
35024  mode, the 
35025 \begin_inset Quotes eld
35026 \end_inset
35027
35028 @
35029 \begin_inset Quotes erd
35030 \end_inset
35031
35032  character has to be made 
35033 \begin_inset Quotes eld
35034 \end_inset
35035
35036 active
35037 \begin_inset Quotes erd
35038 \end_inset
35039
35040  for \SpecialChar LaTeX
35041  using the command 
35042 \series bold
35043
35044 \backslash
35045 makeatletter.
35046
35047 \series default
35048  The command 
35049 \series bold
35050
35051 \backslash
35052 makeatother
35053 \series default
35054  disables this.
35055  So the command sequence in \SpecialChar TeX
35056  mode is:
35057 \end_layout
35058
35059 \begin_layout Standard
35060
35061 \series bold
35062
35063 \backslash
35064 makeatletter
35065 \begin_inset Newline newline
35066 \end_inset
35067
35068
35069 \backslash
35070 @addtoreset{equation}{section}
35071 \begin_inset Newline newline
35072 \end_inset
35073
35074
35075 \backslash
35076 makeatother
35077 \end_layout
35078
35079 \begin_layout Standard
35080 In the \SpecialChar LaTeX
35081 -preamble 
35082 \series bold
35083
35084 \backslash
35085 makeatletter
35086 \series default
35087  and 
35088 \series bold
35089
35090 \backslash
35091 makeatother
35092 \series default
35093  can be omitted as they are automatically internally inserted by \SpecialChar LyX
35094 .
35095 \end_layout
35096
35097 \begin_layout Standard
35098 To revert 
35099 \series bold
35100
35101 \backslash
35102 @addtoreset
35103 \series default
35104 , the file 
35105 \series bold
35106 remreset.sty
35107 \series default
35108
35109 \begin_inset Foot
35110 status collapsed
35111
35112 \begin_layout Plain Layout
35113
35114 \series bold
35115 remreset
35116 \series default
35117  is part of the \SpecialChar LaTeX
35118 -package 
35119 \series bold
35120 carlisle
35121 \series default
35122
35123 \begin_inset Index idx
35124 range none
35125 pageformat default
35126 status collapsed
35127
35128 \begin_layout Plain Layout
35129 Packages
35130 \begin_inset IndexMacro subentry
35131 status open
35132
35133 \begin_layout Plain Layout
35134 carlisle
35135 \end_layout
35136
35137 \end_inset
35138
35139
35140 \end_layout
35141
35142 \end_inset
35143
35144  that is part of every \SpecialChar LaTeX
35145  standard installation.
35146 \end_layout
35147
35148 \end_inset
35149
35150
35151 \begin_inset Index idx
35152 range none
35153 pageformat default
35154 status collapsed
35155
35156 \begin_layout Plain Layout
35157 Packages
35158 \begin_inset IndexMacro subentry
35159 status open
35160
35161 \begin_layout Plain Layout
35162 remreset
35163 \end_layout
35164
35165 \end_inset
35166
35167
35168 \end_layout
35169
35170 \end_inset
35171
35172  has to be loaded in the \SpecialChar LaTeX
35173 -preamble with the line
35174 \end_layout
35175
35176 \begin_layout Standard
35177
35178 \series bold
35179
35180 \backslash
35181 usepackage{remreset}
35182 \end_layout
35183
35184 \begin_layout Standard
35185 Then the command 
35186 \series bold
35187
35188 \backslash
35189 @removefromreset
35190 \series default
35191
35192 \begin_inset Index idx
35193 range none
35194 pageformat default
35195 status collapsed
35196
35197 \begin_layout Plain Layout
35198 Commands
35199 \begin_inset IndexMacro subentry
35200 status open
35201
35202 \begin_layout Plain Layout
35203 \begin_inset ERT
35204 status collapsed
35205
35206 \begin_layout Plain Layout
35207
35208 "
35209 \end_layout
35210
35211 \end_inset
35212
35213 @
35214 \end_layout
35215
35216 \end_inset
35217
35218
35219 \begin_inset IndexMacro subentry
35220 status open
35221
35222 \begin_layout Plain Layout
35223
35224 \backslash
35225
35226 \begin_inset ERT
35227 status collapsed
35228
35229 \begin_layout Plain Layout
35230
35231 "
35232 \end_layout
35233
35234 \end_inset
35235
35236 @removefromreset
35237 \end_layout
35238
35239 \end_inset
35240
35241
35242 \end_layout
35243
35244 \end_inset
35245
35246  can be used with the same scheme as 
35247 \series bold
35248
35249 \backslash
35250 @addtoreset
35251 \series default
35252 .
35253 \end_layout
35254
35255 \begin_layout Standard
35256 \begin_inset VSpace bigskip
35257 \end_inset
35258
35259 Sometimes formulas should be numbered in the following form:
35260 \end_layout
35261
35262 \begin_layout Standard
35263
35264 \family typewriter
35265 (section number.formula number)
35266 \end_layout
35267
35268 \begin_layout Standard
35269 The formula number should start with every section with 
35270 \begin_inset Quotes eld
35271 \end_inset
35272
35273 1
35274 \begin_inset Quotes erd
35275 \end_inset
35276
35277 .
35278 \end_layout
35279
35280 \begin_layout Standard
35281 For this case there is the command 
35282 \series bold
35283
35284 \backslash
35285 numberwithin
35286 \series default
35287
35288 \begin_inset Index idx
35289 range none
35290 pageformat default
35291 status collapsed
35292
35293 \begin_layout Plain Layout
35294 Commands
35295 \begin_inset IndexMacro subentry
35296 status open
35297
35298 \begin_layout Plain Layout
35299 N
35300 \end_layout
35301
35302 \end_inset
35303
35304
35305 \begin_inset IndexMacro subentry
35306 status open
35307
35308 \begin_layout Plain Layout
35309
35310 \backslash
35311 numberwithin
35312 \end_layout
35313
35314 \end_inset
35315
35316
35317 \end_layout
35318
35319 \end_inset
35320
35321 , which is used with the following scheme:
35322 \end_layout
35323
35324 \begin_layout Standard
35325
35326 \series bold
35327
35328 \backslash
35329 numberwithin{counter}{sectioning}
35330 \end_layout
35331
35332 \begin_layout Standard
35333 Counter denotes what kind of numbering is affected, sectioning denotes what
35334  the number before the dot is.
35335 \end_layout
35336
35337 \begin_layout Standard
35338 Thus in our case the following \SpecialChar LaTeX
35339  preamble or \SpecialChar TeX
35340  code line is used:
35341 \end_layout
35342
35343 \begin_layout Standard
35344
35345 \series bold
35346
35347 \backslash
35348 numberwithin{equation}{section}
35349 \end_layout
35350
35351 \begin_layout Standard
35352 This is the result:
35353 \begin_inset ERT
35354 status collapsed
35355
35356 \begin_layout Plain Layout
35357
35358
35359 \backslash
35360 numberwithin{equation}{section}
35361 \end_layout
35362
35363 \end_inset
35364
35365
35366 \begin_inset Formula 
35367 \begin{equation}
35368 A+B=C
35369 \end{equation}
35370
35371 \end_inset
35372
35373
35374 \end_layout
35375
35376 \begin_layout Standard
35377 To number e.
35378 \begin_inset space \thinspace{}
35379 \end_inset
35380
35381 g.
35382 \begin_inset space \space{}
35383 \end_inset
35384
35385  tables so that the number of the part is the sectioning,
35386 \begin_inset Newline newline
35387 \end_inset
35388
35389
35390 \series bold
35391
35392 \backslash
35393 numberwithin{table}{part}
35394 \series default
35395  is used.
35396 \end_layout
35397
35398 \begin_layout Standard
35399 To go back to the standard numbering or to prevent this kind of numbering
35400  when it is defined by the document class, the following command is inserted
35401  as \SpecialChar TeX
35402  code or to the \SpecialChar LaTeX
35403  preamble:
35404 \end_layout
35405
35406 \begin_layout Standard
35407
35408 \series bold
35409
35410 \backslash
35411 renewcommand{
35412 \backslash
35413 theequation}{
35414 \backslash
35415 arabic{equation}}
35416 \begin_inset Index idx
35417 range none
35418 pageformat default
35419 status collapsed
35420
35421 \begin_layout Plain Layout
35422 Commands
35423 \begin_inset IndexMacro subentry
35424 status open
35425
35426 \begin_layout Plain Layout
35427 A
35428 \end_layout
35429
35430 \end_inset
35431
35432
35433 \begin_inset IndexMacro subentry
35434 status open
35435
35436 \begin_layout Plain Layout
35437
35438 \backslash
35439 arabic
35440 \end_layout
35441
35442 \end_inset
35443
35444
35445 \end_layout
35446
35447 \end_inset
35448
35449
35450 \series default
35451
35452 \begin_inset ERT
35453 status collapsed
35454
35455 \begin_layout Plain Layout
35456
35457
35458 \backslash
35459 renewcommand{
35460 \backslash
35461 theequation}{
35462 \backslash
35463 arabic{equation}}
35464 \end_layout
35465
35466 \end_inset
35467
35468
35469 \series bold
35470
35471 \begin_inset Newline newline
35472 \end_inset
35473
35474
35475 \series default
35476 or
35477 \series bold
35478
35479 \begin_inset Newline newline
35480 \end_inset
35481
35482
35483 \backslash
35484 renewcommand{
35485 \backslash
35486 thetable}{
35487 \backslash
35488 arabic{table}}
35489 \end_layout
35490
35491 \begin_layout Standard
35492
35493 \series bold
35494
35495 \backslash
35496 numberwithin
35497 \series default
35498  internally uses the command 
35499 \series bold
35500
35501 \backslash
35502 @addtoreset
35503 \series default
35504 , described above, and would also need to be reverted.
35505 \begin_inset ERT
35506 status collapsed
35507
35508 \begin_layout Plain Layout
35509
35510
35511 \backslash
35512 makeatletter
35513 \end_layout
35514
35515 \begin_layout Plain Layout
35516
35517
35518 \backslash
35519 @removefromreset{equation}{section}
35520 \end_layout
35521
35522 \begin_layout Plain Layout
35523
35524
35525 \backslash
35526 makeatother
35527 \end_layout
35528
35529 \end_inset
35530
35531
35532 \end_layout
35533
35534 \begin_layout Section
35535 Chemical Symbols and Equations
35536 \begin_inset CommandInset label
35537 LatexCommand label
35538 name "subsec:Chemical-Symbols-and"
35539
35540 \end_inset
35541
35542
35543 \begin_inset Index idx
35544 range none
35545 pageformat default
35546 status collapsed
35547
35548 \begin_layout Plain Layout
35549 Chemical characters
35550 \begin_inset IndexMacro subentry
35551 status open
35552
35553 \begin_layout Plain Layout
35554 Symbols
35555 \end_layout
35556
35557 \end_inset
35558
35559
35560 \end_layout
35561
35562 \end_inset
35563
35564
35565 \begin_inset Index idx
35566 range none
35567 pageformat default
35568 status collapsed
35569
35570 \begin_layout Plain Layout
35571 Chemical equations
35572 \end_layout
35573
35574 \end_inset
35575
35576
35577 \begin_inset Index idx
35578 range none
35579 pageformat default
35580 status collapsed
35581
35582 \begin_layout Plain Layout
35583 Symbols
35584 \begin_inset IndexMacro subentry
35585 status open
35586
35587 \begin_layout Plain Layout
35588 chemical
35589 \end_layout
35590
35591 \end_inset
35592
35593
35594 \end_layout
35595
35596 \end_inset
35597
35598
35599 \end_layout
35600
35601 \begin_layout Standard
35602 An example text from chemistry:
35603 \end_layout
35604
35605 \begin_layout Quote
35606 The 
35607 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
35608 \end_inset
35609
35610 -ion reacts with two 
35611 \begin_inset Formula $\mathrm{Na^{+}}$
35612 \end_inset
35613
35614 -ions to sodium sulfate 
35615 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
35616 \end_inset
35617
35618 .
35619  The chemical equation for this is:
35620 \begin_inset Formula 
35621 \begin{equation}
35622 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
35623 \end{equation}
35624
35625 \end_inset
35626
35627
35628 \end_layout
35629
35630 \begin_layout Standard
35631 Chemical equations can be created as formulas.
35632  To avoid the symbols appearing in italic, everything is highlighted and
35633  changed by the shortcut 
35634 \begin_inset Info
35635 type  "shortcut"
35636 arg   "font-roman"
35637 \end_inset
35638
35639  to the upright font style.
35640 \begin_inset Foot
35641 status collapsed
35642
35643 \begin_layout Plain Layout
35644 For font styles
35645 \series bold
35646  
35647 \series default
35648 see 
35649 \begin_inset CommandInset ref
35650 LatexCommand ref
35651 reference "subsec:Font-Styles"
35652
35653 \end_inset
35654
35655
35656 \end_layout
35657
35658 \end_inset
35659
35660
35661 \end_layout
35662
35663 \begin_layout Standard
35664 A more convenient way to typeset chemical formulas is to use the command
35665  
35666 \series bold
35667
35668 \backslash
35669 ce
35670 \series default
35671
35672 \begin_inset Index idx
35673 range none
35674 pageformat default
35675 status collapsed
35676
35677 \begin_layout Plain Layout
35678 Commands
35679 \begin_inset IndexMacro subentry
35680 status open
35681
35682 \begin_layout Plain Layout
35683 C
35684 \end_layout
35685
35686 \end_inset
35687
35688
35689 \begin_inset IndexMacro subentry
35690 status open
35691
35692 \begin_layout Plain Layout
35693
35694 \backslash
35695 ce
35696 \end_layout
35697
35698 \end_inset
35699
35700
35701 \end_layout
35702
35703 \end_inset
35704
35705  which is available when the \SpecialChar LaTeX
35706 -package 
35707 \series bold
35708 mhchem
35709 \series default
35710
35711 \begin_inset Index idx
35712 range none
35713 pageformat default
35714 status collapsed
35715
35716 \begin_layout Plain Layout
35717 Packages
35718 \begin_inset IndexMacro subentry
35719 status open
35720
35721 \begin_layout Plain Layout
35722 mhchem
35723 \end_layout
35724
35725 \end_inset
35726
35727
35728 \end_layout
35729
35730 \end_inset
35731
35732  is installed.
35733  After inserting 
35734 \series bold
35735
35736 \backslash
35737 ce
35738 \series default
35739  in a formula a new blue box appears where chemical formulas can be inserted
35740  in an intuitive way.
35741 \end_layout
35742
35743 \begin_layout Standard
35744 \align center
35745 \begin_inset Tabular
35746 <lyxtabular version="3" rows="10" columns="2">
35747 <features booktabs="true" tabularvalignment="middle">
35748 <column alignment="center" valignment="top" width="0pt">
35749 <column alignment="center" valignment="top">
35750 <row>
35751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35752 \begin_inset Text
35753
35754 \begin_layout Plain Layout
35755 Command
35756 \end_layout
35757
35758 \end_inset
35759 </cell>
35760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35761 \begin_inset Text
35762
35763 \begin_layout Plain Layout
35764 Result
35765 \end_layout
35766
35767 \end_inset
35768 </cell>
35769 </row>
35770 <row>
35771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35772 \begin_inset Text
35773
35774 \begin_layout Plain Layout
35775
35776 \backslash
35777 ce
35778 \begin_inset space \textvisiblespace{}
35779 \end_inset
35780
35781 H2CO3
35782 \end_layout
35783
35784 \end_inset
35785 </cell>
35786 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
35787 \begin_inset Text
35788
35789 \begin_layout Plain Layout
35790 \begin_inset Formula $\ce{H2CO3}$
35791 \end_inset
35792
35793
35794 \end_layout
35795
35796 \end_inset
35797 </cell>
35798 </row>
35799 <row topspace="1.5mm">
35800 <cell alignment="center" valignment="top" usebox="none">
35801 \begin_inset Text
35802
35803 \begin_layout Plain Layout
35804
35805 \backslash
35806 ce
35807 \begin_inset space \textvisiblespace{}
35808 \end_inset
35809
35810 SO4^2-
35811 \end_layout
35812
35813 \end_inset
35814 </cell>
35815 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
35816 \begin_inset Text
35817
35818 \begin_layout Plain Layout
35819 \begin_inset Formula $\ce{SO4^{2-}}$
35820 \end_inset
35821
35822
35823 \end_layout
35824
35825 \end_inset
35826 </cell>
35827 </row>
35828 <row topspace="1.5mm">
35829 <cell alignment="center" valignment="top" usebox="none">
35830 \begin_inset Text
35831
35832 \begin_layout Plain Layout
35833
35834 \backslash
35835 ce
35836 \begin_inset space \textvisiblespace{}
35837 \end_inset
35838
35839 (NH4)2S
35840 \end_layout
35841
35842 \end_inset
35843 </cell>
35844 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
35845 \begin_inset Text
35846
35847 \begin_layout Plain Layout
35848 \begin_inset Formula $\ce{(NH4)2S}$
35849 \end_inset
35850
35851
35852 \end_layout
35853
35854 \end_inset
35855 </cell>
35856 </row>
35857 <row topspace="1.5mm">
35858 <cell alignment="center" valignment="top" usebox="none">
35859 \begin_inset Text
35860
35861 \begin_layout Plain Layout
35862
35863 \backslash
35864 ce
35865 \begin_inset space \textvisiblespace{}
35866 \end_inset
35867
35868 KCr(SO4)2.12H2O
35869 \end_layout
35870
35871 \end_inset
35872 </cell>
35873 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
35874 \begin_inset Text
35875
35876 \begin_layout Plain Layout
35877 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
35878 \end_inset
35879
35880
35881 \end_layout
35882
35883 \end_inset
35884 </cell>
35885 </row>
35886 <row topspace="1.5mm">
35887 <cell alignment="center" valignment="top" usebox="none">
35888 \begin_inset Text
35889
35890 \begin_layout Plain Layout
35891
35892 \backslash
35893 ce
35894 \begin_inset space \textvisiblespace{}
35895 \end_inset
35896
35897 A-B
35898 \backslash
35899 dbond
35900 \begin_inset space \textvisiblespace{}
35901 \end_inset
35902
35903 C
35904 \backslash
35905 tbond
35906 \begin_inset space \textvisiblespace{}
35907 \end_inset
35908
35909 D
35910 \end_layout
35911
35912 \end_inset
35913 </cell>
35914 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
35915 \begin_inset Text
35916
35917 \begin_layout Plain Layout
35918 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
35919 \end_inset
35920
35921
35922 \end_layout
35923
35924 \end_inset
35925 </cell>
35926 </row>
35927 <row topspace="1.5mm">
35928 <cell alignment="center" valignment="top" usebox="none">
35929 \begin_inset Text
35930
35931 \begin_layout Plain Layout
35932
35933 \backslash
35934 ce
35935 \begin_inset space \textvisiblespace{}
35936 \end_inset
35937
35938 ^227
35939 \begin_inset Formula $\downarrow$
35940 \end_inset
35941
35942 _90
35943 \begin_inset Formula $\to$
35944 \end_inset
35945
35946 Th+
35947 \end_layout
35948
35949 \end_inset
35950 </cell>
35951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
35952 \begin_inset Text
35953
35954 \begin_layout Plain Layout
35955 \begin_inset Formula $\ce{_{90}^{227}Th+}$
35956 \end_inset
35957
35958
35959 \end_layout
35960
35961 \end_inset
35962 </cell>
35963 </row>
35964 <row>
35965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35966 \begin_inset Text
35967
35968 \begin_layout Plain Layout
35969
35970 \backslash
35971 ce
35972 \begin_inset space \textvisiblespace{}
35973 \end_inset
35974
35975
35976 \backslash
35977 mu
35978 \begin_inset space \textvisiblespace{}
35979 \end_inset
35980
35981
35982 \backslash
35983 hyphen
35984 \begin_inset space \textvisiblespace{}
35985 \end_inset
35986
35987 Cl
35988 \end_layout
35989
35990 \end_inset
35991 </cell>
35992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
35993 \begin_inset Text
35994
35995 \begin_layout Plain Layout
35996 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
35997 \end_inset
35998
35999
36000 \end_layout
36001
36002 \end_inset
36003 </cell>
36004 </row>
36005 <row>
36006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36007 \begin_inset Text
36008
36009 \begin_layout Plain Layout
36010
36011 \backslash
36012 ce
36013 \begin_inset space \textvisiblespace{}
36014 \end_inset
36015
36016 CO2
36017 \begin_inset space \textvisiblespace{}
36018 \end_inset
36019
36020 +
36021 \begin_inset space \textvisiblespace{}
36022 \end_inset
36023
36024 C
36025 \begin_inset space \textvisiblespace{}
36026 \end_inset
36027
36028 <=>
36029 \begin_inset space \textvisiblespace{}
36030 \end_inset
36031
36032 2CO
36033 \end_layout
36034
36035 \end_inset
36036 </cell>
36037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36038 \begin_inset Text
36039
36040 \begin_layout Plain Layout
36041 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
36042 \end_inset
36043
36044
36045 \end_layout
36046
36047 \end_inset
36048 </cell>
36049 </row>
36050 <row topspace="1.5mm">
36051 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36052 \begin_inset Text
36053
36054 \begin_layout Plain Layout
36055
36056 \backslash
36057 ce
36058 \begin_inset space \textvisiblespace{}
36059 \end_inset
36060
36061 CO2
36062 \begin_inset space \textvisiblespace{}
36063 \end_inset
36064
36065 +
36066 \begin_inset space \textvisiblespace{}
36067 \end_inset
36068
36069 C
36070 \begin_inset space \textvisiblespace{}
36071 \end_inset
36072
36073 ->[
36074 \backslash
36075 alpha][
36076 \backslash
36077 beta]
36078 \begin_inset space \textvisiblespace{}
36079 \end_inset
36080
36081 2CO}
36082 \end_layout
36083
36084 \end_inset
36085 </cell>
36086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
36087 \begin_inset Text
36088
36089 \begin_layout Plain Layout
36090 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
36091 \end_inset
36092
36093
36094 \end_layout
36095
36096 \end_inset
36097 </cell>
36098 </row>
36099 </lyxtabular>
36100
36101 \end_inset
36102
36103
36104 \end_layout
36105
36106 \begin_layout Standard
36107 \begin_inset Note Greyedout
36108 status open
36109
36110 \begin_layout Plain Layout
36111
36112 \series bold
36113 Note:
36114 \series default
36115  It is not possible in \SpecialChar LyX
36116  to use the character ^ to get an up-arrow as described
36117  in the 
36118 \series bold
36119 mhchem
36120 \series default
36121  manual.
36122  One instead uses a negative thin space followed by the command 
36123 \series bold
36124
36125 \backslash
36126 uparrow
36127 \series default
36128
36129 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
36130 \end_inset
36131
36132
36133 \end_layout
36134
36135 \end_inset
36136
36137
36138 \end_layout
36139
36140 \begin_layout Standard
36141 Using 
36142 \series bold
36143
36144 \backslash
36145 ce
36146 \series default
36147  the command for equation
36148 \begin_inset space ~
36149 \end_inset
36150
36151
36152 \begin_inset CommandInset ref
36153 LatexCommand eqref
36154 reference "eq:chem-reaction"
36155
36156 \end_inset
36157
36158  is:
36159 \begin_inset Newline newline
36160 \end_inset
36161
36162
36163 \series bold
36164  
36165 \backslash
36166 ce
36167 \begin_inset space \textvisiblespace{}
36168 \end_inset
36169
36170 2Na+
36171 \begin_inset space \textvisiblespace{}
36172 \end_inset
36173
36174 +
36175 \begin_inset space \textvisiblespace{}
36176 \end_inset
36177
36178 SO4^2-
36179 \begin_inset space \textvisiblespace{}
36180 \end_inset
36181
36182
36183 \begin_inset space \textvisiblespace{}
36184 \end_inset
36185
36186 ->
36187 \begin_inset space \textvisiblespace{}
36188 \end_inset
36189
36190 Na2SO4
36191 \end_layout
36192
36193 \begin_layout Standard
36194 To create multiline chemical equations first a multiline formula is created
36195  as described in 
36196 \begin_inset CommandInset ref
36197 LatexCommand ref
36198 reference "sec:Multiline-Formulas"
36199
36200 \end_inset
36201
36202 .
36203  Afterwards the command 
36204 \series bold
36205
36206 \backslash
36207 ce
36208 \series default
36209  is used in every small blue box of the formula.
36210  
36211 \begin_inset CommandInset ref
36212 LatexCommand eqref
36213 reference "eq:TEOS-reaction-1"
36214
36215 \end_inset
36216
36217  and 
36218 \begin_inset CommandInset ref
36219 LatexCommand eqref
36220 reference "eq:TEOS-reaction-2"
36221
36222 \end_inset
36223
36224  are an example of a multi-stage chemical reaction where every equation
36225  has its own number.
36226 \begin_inset Formula 
36227 \begin{eqnarray}
36228 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
36229 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
36230 \end{eqnarray}
36231
36232 \end_inset
36233
36234
36235 \end_layout
36236
36237 \begin_layout Standard
36238 Besides 
36239 \series bold
36240
36241 \backslash
36242 ce
36243 \series default
36244  the 
36245 \series bold
36246 mhchem
36247 \series default
36248  package provides the command 
36249 \series bold
36250
36251 \backslash
36252 cf
36253 \series default
36254
36255 \begin_inset Index idx
36256 range none
36257 pageformat default
36258 status collapsed
36259
36260 \begin_layout Plain Layout
36261 Commands
36262 \begin_inset IndexMacro subentry
36263 status open
36264
36265 \begin_layout Plain Layout
36266 C
36267 \end_layout
36268
36269 \end_inset
36270
36271
36272 \begin_inset IndexMacro subentry
36273 status open
36274
36275 \begin_layout Plain Layout
36276
36277 \backslash
36278 cf
36279 \end_layout
36280
36281 \end_inset
36282
36283
36284 \end_layout
36285
36286 \end_inset
36287
36288  that is used for special cases.
36289  For more information about 
36290 \series bold
36291
36292 \backslash
36293 cf
36294 \series default
36295  and more examples have a look at the documentation of 
36296 \series bold
36297 mhchem
36298 \series default
36299
36300 \begin_inset CommandInset citation
36301 LatexCommand cite
36302 key "mhchem"
36303 literal "true"
36304
36305 \end_inset
36306
36307 .
36308 \end_layout
36309
36310 \begin_layout Section
36311 Diagrams
36312 \end_layout
36313
36314 \begin_layout Standard
36315 \SpecialChar LyX
36316  supports two types of commutative diagrams: 
36317 \series bold
36318 amscd
36319 \series default
36320  and 
36321 \series bold
36322 xymatrix
36323 \series default
36324  and are explained below.
36325 \end_layout
36326
36327 \begin_layout Subsection
36328 Amscd Diagrams
36329 \begin_inset Index idx
36330 range none
36331 pageformat default
36332 status collapsed
36333
36334 \begin_layout Plain Layout
36335 Diagrams
36336 \begin_inset IndexMacro subentry
36337 status open
36338
36339 \begin_layout Plain Layout
36340 amscd
36341 \end_layout
36342
36343 \end_inset
36344
36345
36346 \end_layout
36347
36348 \end_inset
36349
36350
36351 \end_layout
36352
36353 \begin_layout Standard
36354 Diagrams of this type visualize relations by vertical and horizontal lines
36355  or arrows:
36356 \begin_inset Formula 
36357 \[
36358 \begin{CD}A@>>>B@>>>C\\
36359 @AAA@.@VVV\\
36360 F@<<<E@<<<D
36361 \end{CD}
36362 \]
36363
36364 \end_inset
36365
36366
36367 \end_layout
36368
36369 \begin_layout Standard
36370 To create them, the command 
36371 \series bold
36372
36373 \backslash
36374 CD
36375 \begin_inset Index idx
36376 range none
36377 pageformat default
36378 status collapsed
36379
36380 \begin_layout Plain Layout
36381 Commands
36382 \begin_inset IndexMacro subentry
36383 status open
36384
36385 \begin_layout Plain Layout
36386 C
36387 \end_layout
36388
36389 \end_inset
36390
36391
36392 \begin_inset IndexMacro subentry
36393 status open
36394
36395 \begin_layout Plain Layout
36396
36397 \backslash
36398 CD
36399 \end_layout
36400
36401 \end_inset
36402
36403
36404 \end_layout
36405
36406 \end_inset
36407
36408
36409 \series default
36410  is inserted to a formula.
36411  A blue box appears with two dashed lines where additional commands can
36412  be inserted.
36413  With 
36414 \begin_inset Info
36415 type  "shortcut"
36416 arg   "newline-insert newline"
36417 \end_inset
36418
36419  a new line is created.
36420  Horizontal relations are inserted in odd formula lines, vertical in even
36421  formula lines.
36422 \end_layout
36423
36424 \begin_layout Standard
36425 To create the relations use the following commands:
36426 \end_layout
36427
36428 \begin_layout Itemize
36429
36430 \series bold
36431 @<<<
36432 \series default
36433  creates a left arrow, 
36434 \series bold
36435 @>>>
36436 \series default
36437  a right arrow and 
36438 \series bold
36439 @=
36440 \series default
36441  a long equal sign
36442 \end_layout
36443
36444 \begin_layout Itemize
36445
36446 \series bold
36447 @AAA
36448 \series default
36449  creates an up arrow, 
36450 \series bold
36451 @VVV
36452 \series default
36453  a down arrow and 
36454 \series bold
36455 @|
36456 \series default
36457  a vertical equal sign
36458 \end_layout
36459
36460 \begin_layout Itemize
36461
36462 \series bold
36463 @.
36464
36465 \series default
36466  is a placeholder for non-existent relations
36467 \end_layout
36468
36469 \begin_layout Standard
36470 All arrows can be labeled as follows:
36471 \end_layout
36472
36473 \begin_layout Itemize
36474 If text inserted between the first and second < or >, resp., it is placed
36475  above the arrow.
36476  When it is inserted between the second and third one, it appears under
36477  the arrow.
36478 \end_layout
36479
36480 \begin_layout Itemize
36481 When text for vertical arrows is inserted between the first and second A
36482  or V, resp., it is placed left beside the arrow.
36483  When it is inserted between the second and third one, it appears right
36484  beside the arrow.
36485  If the text contains an A or V, these letters must be set into a \SpecialChar TeX
36486  brace.
36487 \end_layout
36488
36489 \begin_layout Standard
36490 As example a diagram with all possible relations:
36491 \end_layout
36492
36493 \begin_layout Standard
36494 \begin_inset Formula 
36495 \[
36496 \begin{CD}A@>j>>B@>>k>C@=F\\
36497 @AmAA@.@VV{V}V@|\\
36498 D@<<j<E@>k>>F@=C
36499 \end{CD}
36500 \]
36501
36502 \end_inset
36503
36504
36505 \end_layout
36506
36507 \begin_layout Standard
36508 The command for this is:
36509 \begin_inset Newline newline
36510 \end_inset
36511
36512
36513 \series bold
36514
36515 \backslash
36516 CD
36517 \begin_inset space \textvisiblespace{}
36518 \end_inset
36519
36520 A@>j>>B@>>k>C@=F Ctrl+Return
36521 \begin_inset Newline newline
36522 \end_inset
36523
36524
36525 \begin_inset Phantom HPhantom
36526 status open
36527
36528 \begin_layout Plain Layout
36529
36530 \series bold
36531
36532 \backslash
36533 CD
36534 \begin_inset space \textvisiblespace{}
36535 \end_inset
36536
36537
36538 \end_layout
36539
36540 \end_inset
36541
36542 @AmAA@.@VV
36543 \backslash
36544 {V
36545 \series default
36546
36547 \begin_inset Formula $\to$
36548 \end_inset
36549
36550
36551 \series bold
36552 V@| Ctrl+Return
36553 \begin_inset Newline newline
36554 \end_inset
36555
36556
36557 \begin_inset Phantom HPhantom
36558 status open
36559
36560 \begin_layout Plain Layout
36561
36562 \series bold
36563
36564 \backslash
36565 CD
36566 \begin_inset space \textvisiblespace{}
36567 \end_inset
36568
36569
36570 \end_layout
36571
36572 \end_inset
36573
36574 D@<<j<E@>k>>F@=C
36575 \end_layout
36576
36577 \begin_layout Subsection
36578 Xymatrix Diagrams
36579 \begin_inset Index idx
36580 range none
36581 pageformat default
36582 status collapsed
36583
36584 \begin_layout Plain Layout
36585 Diagrams
36586 \begin_inset IndexMacro subentry
36587 status open
36588
36589 \begin_layout Plain Layout
36590 xymatrix
36591 \end_layout
36592
36593 \end_inset
36594
36595
36596 \end_layout
36597
36598 \end_inset
36599
36600
36601 \end_layout
36602
36603 \begin_layout Standard
36604 To be able to use xymatrices, the \SpecialChar LaTeX
36605 -package 
36606 \series bold
36607 xypic
36608 \series default
36609  must be installed.
36610  A xymatrix is created by inserting the command 
36611 \series bold
36612
36613 \backslash
36614 xymatrix
36615 \series default
36616  in a formula.
36617  Then you are able to add new matrix columns and rows like for normal matrices,
36618  see 
36619 \begin_inset CommandInset ref
36620 LatexCommand ref
36621 reference "sec:Matrices"
36622
36623 \end_inset
36624
36625 .
36626 \end_layout
36627
36628 \begin_layout Standard
36629 Contrary to amscd diagrams, xymatrices support diagonal and curved arrows,
36630  and much more.
36631  The commands used to create commutative diagrams and decorations are explained
36632  in detail in the 
36633 \emph on
36634 XY-pic manual
36635 \emph default
36636  found in the menu 
36637 \family sans
36638 Help\SpecialChar menuseparator
36639 Specific
36640 \begin_inset space ~
36641 \end_inset
36642
36643 Manuals
36644 \family default
36645 .
36646 \end_layout
36647
36648 \begin_layout Subsection
36649
36650 \noun on
36651 Feynman
36652 \noun default
36653  Diagrams
36654 \begin_inset Index idx
36655 range none
36656 pageformat default
36657 status collapsed
36658
36659 \begin_layout Plain Layout
36660 Diagrams
36661 \begin_inset IndexMacro subentry
36662 status open
36663
36664 \begin_layout Plain Layout
36665 Feynman
36666 \end_layout
36667
36668 \end_inset
36669
36670
36671 \end_layout
36672
36673 \end_inset
36674
36675
36676 \end_layout
36677
36678 \begin_layout Standard
36679 To be able to use 
36680 \noun on
36681 Feynman
36682 \noun default
36683 -diagrams, the \SpecialChar LaTeX
36684 -package 
36685 \series bold
36686 feyn
36687 \series default
36688  must be installed.
36689  A 
36690 \noun on
36691 Feynman
36692 \noun default
36693 -diagram is created by inserting the command 
36694 \series bold
36695
36696 \backslash
36697 Diagram
36698 \series default
36699  in a formula.
36700  Then you will be able to add new matrix columns and rows like for normal
36701  matrices, see 
36702 \begin_inset CommandInset ref
36703 LatexCommand ref
36704 reference "sec:Matrices"
36705
36706 \end_inset
36707
36708 .
36709 \end_layout
36710
36711 \begin_layout Standard
36712 Examples of how to create 
36713 \noun on
36714 Feynman-
36715 \noun default
36716 diagrams in \SpecialChar LyX
36717  are given in the 
36718 \emph on
36719 Feynman-diagram
36720 \emph default
36721  manual that you find in the menu 
36722 \family sans
36723 Help\SpecialChar menuseparator
36724 Specific
36725 \begin_inset space ~
36726 \end_inset
36727
36728 Manuals
36729 \family default
36730 .
36731 \end_layout
36732
36733 \begin_layout Section
36734 User-defined Commands
36735 \begin_inset Index idx
36736 range none
36737 pageformat default
36738 status collapsed
36739
36740 \begin_layout Plain Layout
36741 User-defined commands
36742 \end_layout
36743
36744 \end_inset
36745
36746
36747 \end_layout
36748
36749 \begin_layout Standard
36750 \begin_inset Note Greyedout
36751 status open
36752
36753 \begin_layout Plain Layout
36754
36755 \series bold
36756 Note:
36757 \series default
36758  The names of user-defined commands and macros may only consist of Latin
36759  letters.
36760 \end_layout
36761
36762 \end_inset
36763
36764
36765 \end_layout
36766
36767 \begin_layout Subsection
36768 The Command 
36769 \backslash
36770 newcommand
36771 \begin_inset CommandInset label
36772 LatexCommand label
36773 name "subsec:The-Command-newcommand"
36774
36775 \end_inset
36776
36777
36778 \begin_inset Index idx
36779 range none
36780 pageformat default
36781 status collapsed
36782
36783 \begin_layout Plain Layout
36784 User-defined commands
36785 \begin_inset IndexMacro subentry
36786 status open
36787
36788 \begin_layout Plain Layout
36789
36790 \backslash
36791 newcommand
36792 \end_layout
36793
36794 \end_inset
36795
36796
36797 \end_layout
36798
36799 \end_inset
36800
36801
36802 \begin_inset Index idx
36803 range none
36804 pageformat default
36805 status collapsed
36806
36807 \begin_layout Plain Layout
36808 Commands
36809 \begin_inset IndexMacro subentry
36810 status open
36811
36812 \begin_layout Plain Layout
36813 N
36814 \end_layout
36815
36816 \end_inset
36817
36818
36819 \begin_inset IndexMacro subentry
36820 status open
36821
36822 \begin_layout Plain Layout
36823
36824 \backslash
36825 newcommand
36826 \end_layout
36827
36828 \end_inset
36829
36830
36831 \end_layout
36832
36833 \end_inset
36834
36835
36836 \end_layout
36837
36838 \begin_layout Standard
36839 Many \SpecialChar LaTeX
36840 -commands are too long to be used frequently.
36841  But it is possible to define with the command 
36842 \series bold
36843
36844 \backslash
36845 newcommand
36846 \series default
36847  new shorter commands.
36848 \end_layout
36849
36850 \begin_layout Standard
36851 The command scheme of 
36852 \series bold
36853
36854 \backslash
36855 newcommand
36856 \series default
36857  is:
36858 \end_layout
36859
36860 \begin_layout Standard
36861
36862 \series bold
36863
36864 \backslash
36865 newcommand{new command name}[number of arguments][optional
36866 \series default
36867  
36868 \series bold
36869 value]
36870 \begin_inset Newline newline
36871 \end_inset
36872
36873
36874 \begin_inset Phantom HPhantom
36875 status open
36876
36877 \begin_layout Plain Layout
36878
36879 \series bold
36880
36881 \backslash
36882 newcommand
36883 \end_layout
36884
36885 \end_inset
36886
36887 {command definition}
36888 \end_layout
36889
36890 \begin_layout Standard
36891 \begin_inset Note Greyedout
36892 status open
36893
36894 \begin_layout Plain Layout
36895
36896 \series bold
36897 Note:
36898 \series default
36899  Verify that the name of the new command is not already used in your document
36900  or by the \SpecialChar LaTeX
36901 -packages that you use.
36902  If you for example define the command 
36903 \series bold
36904
36905 \backslash
36906 le
36907 \series default
36908  for 
36909 \series bold
36910
36911 \backslash
36912 Leftarrow
36913 \series default
36914 , you will get an error message because 
36915 \series bold
36916
36917 \backslash
36918 le
36919 \series default
36920  is already defined as command for 
36921 \begin_inset Quotes eld
36922 \end_inset
36923
36924
36925 \begin_inset Formula $\le$
36926 \end_inset
36927
36928
36929 \begin_inset Quotes erd
36930 \end_inset
36931
36932 .
36933 \end_layout
36934
36935 \end_inset
36936
36937
36938 \end_layout
36939
36940 \begin_layout Standard
36941 The number of arguments is an integer in the range 0
36942 \begin_inset space \thinspace{}
36943 \end_inset
36944
36945 -
36946 \begin_inset space \thinspace{}
36947 \end_inset
36948
36949 9 and specifies how many arguments the new command should have.
36950  With the optional value a value for an optional argument can be predefined.
36951  When this is done, the 
36952 \emph on
36953 first
36954 \emph default
36955  
36956 \emph on
36957 a
36958 \emph default
36959 rgument of the new command is automatically an optional one.
36960 \end_layout
36961
36962 \begin_layout Standard
36963 Here are some examples:
36964 \end_layout
36965
36966 \begin_layout Itemize
36967 To define the command 
36968 \series bold
36969
36970 \backslash
36971 gr
36972 \series default
36973  for 
36974 \series bold
36975
36976 \backslash
36977 Longrightarrow
36978 \series default
36979 , the \SpecialChar LaTeX
36980 -preamble line is:
36981 \begin_inset VSpace medskip
36982 \end_inset
36983
36984
36985 \begin_inset Newline newline
36986 \end_inset
36987
36988
36989 \series bold
36990
36991 \backslash
36992 newcommand{
36993 \backslash
36994 gr}{
36995 \backslash
36996 Longrightarrow}
36997 \end_layout
36998
36999 \begin_layout Itemize
37000 To define the command 
37001 \series bold
37002
37003 \backslash
37004 us
37005 \series default
37006  for 
37007 \series bold
37008
37009 \backslash
37010 underline
37011 \series default
37012 , the argument (that should be underlined) must be taken into account.
37013  For this the preamble line is:
37014 \begin_inset VSpace medskip
37015 \end_inset
37016
37017
37018 \begin_inset Newline newline
37019 \end_inset
37020
37021
37022 \series bold
37023
37024 \backslash
37025 newcommand{
37026 \backslash
37027 us}[1]{
37028 \backslash
37029 underline{#1}}
37030 \series default
37031
37032 \begin_inset VSpace medskip
37033 \end_inset
37034
37035
37036 \begin_inset Newline newline
37037 \end_inset
37038
37039 The character 
37040 \series bold
37041 #
37042 \series default
37043  acts as argument placeholder, the 
37044 \series bold
37045 1
37046 \series default
37047  behind it denotes that it is the placeholder for the first argument.
37048 \end_layout
37049
37050 \begin_layout Itemize
37051 For 
37052 \series bold
37053
37054 \backslash
37055 framebox
37056 \series default
37057  one can e.
37058 \begin_inset space \thinspace{}
37059 \end_inset
37060
37061 g.
37062 \begin_inset space \space{}
37063 \end_inset
37064
37065 define the command 
37066 \series bold
37067
37068 \backslash
37069 fb
37070 \series default
37071 :
37072 \begin_inset VSpace medskip
37073 \end_inset
37074
37075
37076 \begin_inset Newline newline
37077 \end_inset
37078
37079
37080 \series bold
37081
37082 \backslash
37083 newcommand{
37084 \backslash
37085 fb}[3]{
37086 \backslash
37087 framebox#1#2{$#3$}}
37088 \series default
37089
37090 \begin_inset VSpace medskip
37091 \end_inset
37092
37093
37094 \begin_inset Newline newline
37095 \end_inset
37096
37097 The two Dollar signs creates the extra formula needed for 
37098 \series bold
37099
37100 \backslash
37101 framebox
37102 \series default
37103 , see 
37104 \begin_inset CommandInset ref
37105 LatexCommand ref
37106 reference "subsec:Boxes-with-Frame"
37107
37108 \end_inset
37109
37110 .
37111 \end_layout
37112
37113 \begin_layout Itemize
37114 To create a new command for 
37115 \series bold
37116
37117 \backslash
37118 fcolorbox
37119 \series default
37120  where the color for the box need not be specified, the argument for the
37121  color is defined optional:
37122 \begin_inset VSpace medskip
37123 \end_inset
37124
37125
37126 \begin_inset Newline newline
37127 \end_inset
37128
37129
37130 \series bold
37131
37132 \backslash
37133 newcommand{
37134 \backslash
37135 cb}[3][white]{
37136 \backslash
37137 fcolorbox{#2}{#1}{$#3$}}
37138 \series default
37139
37140 \begin_inset VSpace medskip
37141 \end_inset
37142
37143
37144 \begin_inset Newline newline
37145 \end_inset
37146
37147 When the color is not specified when using 
37148 \series bold
37149
37150 \backslash
37151 cb
37152 \series default
37153 , the predefined color 
37154 \series bold
37155 white
37156 \series default
37157  will be used.
37158 \end_layout
37159
37160 \begin_layout Standard
37161 A test of the new defined commands:
37162 \end_layout
37163
37164 \begin_layout Standard
37165 \align center
37166 \begin_inset Tabular
37167 <lyxtabular version="3" rows="6" columns="2">
37168 <features booktabs="true" tabularvalignment="middle">
37169 <column alignment="center" valignment="top" width="0pt">
37170 <column alignment="center" valignment="top">
37171 <row>
37172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37173 \begin_inset Text
37174
37175 \begin_layout Plain Layout
37176 Command
37177 \end_layout
37178
37179 \end_inset
37180 </cell>
37181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37182 \begin_inset Text
37183
37184 \begin_layout Plain Layout
37185 Result
37186 \end_layout
37187
37188 \end_inset
37189 </cell>
37190 </row>
37191 <row>
37192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37193 \begin_inset Text
37194
37195 \begin_layout Plain Layout
37196 A
37197 \backslash
37198 gr
37199 \begin_inset space \textvisiblespace{}
37200 \end_inset
37201
37202 B
37203 \end_layout
37204
37205 \end_inset
37206 </cell>
37207 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
37208 \begin_inset Text
37209
37210 \begin_layout Plain Layout
37211 \begin_inset Formula $A\gr B$
37212 \end_inset
37213
37214
37215 \end_layout
37216
37217 \end_inset
37218 </cell>
37219 </row>
37220 <row>
37221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37222 \begin_inset Text
37223
37224 \begin_layout Plain Layout
37225
37226 \backslash
37227 us{ABcd
37228 \end_layout
37229
37230 \end_inset
37231 </cell>
37232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
37233 \begin_inset Text
37234
37235 \begin_layout Plain Layout
37236 \begin_inset Formula $\us{ABcd}$
37237 \end_inset
37238
37239
37240 \end_layout
37241
37242 \end_inset
37243 </cell>
37244 </row>
37245 <row topspace="1mm">
37246 <cell alignment="center" valignment="top" usebox="none">
37247 \begin_inset Text
37248
37249 \begin_layout Plain Layout
37250
37251 \backslash
37252 fb{[2cm]
37253 \begin_inset Formula $\to$
37254 \end_inset
37255
37256
37257 \backslash
37258 {
37259 \begin_inset Formula $\to$
37260 \end_inset
37261
37262
37263 \backslash
37264 {
37265 \backslash
37266 int
37267 \begin_inset space \textvisiblespace{}
37268 \end_inset
37269
37270 A=B
37271 \end_layout
37272
37273 \end_inset
37274 </cell>
37275 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
37276 \begin_inset Text
37277
37278 \begin_layout Plain Layout
37279 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
37280 \end_inset
37281
37282
37283 \end_layout
37284
37285 \end_inset
37286 </cell>
37287 </row>
37288 <row topspace="1.5mm">
37289 <cell alignment="center" valignment="top" usebox="none">
37290 \begin_inset Text
37291
37292 \begin_layout Plain Layout
37293
37294 \backslash
37295 cb{red
37296 \begin_inset Formula $\to$
37297 \end_inset
37298
37299
37300 \backslash
37301 {
37302 \backslash
37303 int
37304 \begin_inset space \textvisiblespace{}
37305 \end_inset
37306
37307 A=B
37308 \end_layout
37309
37310 \end_inset
37311 </cell>
37312 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
37313 \begin_inset Text
37314
37315 \begin_layout Plain Layout
37316 \begin_inset Formula $\cb{red}{\int A=B}$
37317 \end_inset
37318
37319
37320 \end_layout
37321
37322 \end_inset
37323 </cell>
37324 </row>
37325 <row topspace="1.5mm" bottomspace="1mm">
37326 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37327 \begin_inset Text
37328
37329 \begin_layout Plain Layout
37330
37331 \backslash
37332 cb[green]
37333 \backslash
37334 {red
37335 \begin_inset Formula $\to$
37336 \end_inset
37337
37338
37339 \backslash
37340 {
37341 \backslash
37342 int
37343 \begin_inset space \textvisiblespace{}
37344 \end_inset
37345
37346 A=B
37347 \end_layout
37348
37349 \end_inset
37350 </cell>
37351 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
37352 \begin_inset Text
37353
37354 \begin_layout Plain Layout
37355 \begin_inset Formula $\cb[green]{red}{\int A=B}$
37356 \end_inset
37357
37358
37359 \end_layout
37360
37361 \end_inset
37362 </cell>
37363 </row>
37364 </lyxtabular>
37365
37366 \end_inset
37367
37368
37369 \end_layout
37370
37371 \begin_layout Subsection
37372 Math Macros
37373 \begin_inset Index idx
37374 range none
37375 pageformat default
37376 status collapsed
37377
37378 \begin_layout Plain Layout
37379 User-defined commands! Math macros
37380 \end_layout
37381
37382 \end_inset
37383
37384
37385 \begin_inset Index idx
37386 range none
37387 pageformat default
37388 status collapsed
37389
37390 \begin_layout Plain Layout
37391 Macros
37392 \end_layout
37393
37394 \end_inset
37395
37396
37397 \end_layout
37398
37399 \begin_layout Standard
37400 User-defined commands are especially convenient for complex expressions.
37401  For example if you are dealing with a document that has quadratic equations,
37402  the same solution type occurs several times.
37403  The general form of a quadratic equation is
37404 \begin_inset Formula 
37405 \[
37406 0=\lambda^{2}+p\lambda+q
37407 \]
37408
37409 \end_inset
37410
37411 The general form of the solution is
37412 \begin_inset Formula 
37413 \[
37414 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
37415 \]
37416
37417 \end_inset
37418
37419
37420 \end_layout
37421
37422 \begin_layout Standard
37423 To define a command for the solution formula where only the three parameters
37424  
37425 \begin_inset Formula $\lambda$
37426 \end_inset
37427
37428
37429 \begin_inset Formula $p$
37430 \end_inset
37431
37432  and 
37433 \begin_inset Formula $q$
37434 \end_inset
37435
37436  need to be specified and the index of 
37437 \begin_inset Formula $\lambda$
37438 \end_inset
37439
37440  can be given optionally, the \SpecialChar LaTeX
37441 -preamble line is
37442 \begin_inset Newline newline
37443 \end_inset
37444
37445
37446 \series bold
37447
37448 \backslash
37449 newcommand{
37450 \backslash
37451 qG}[4][1,
37452 \backslash
37453 ,2]{#2_{#1}=-
37454 \backslash
37455 frac{#3}{2}
37456 \backslash
37457 pm
37458 \begin_inset Newline newline
37459 \end_inset
37460
37461
37462 \begin_inset Phantom HPhantom
37463 status open
37464
37465 \begin_layout Plain Layout
37466
37467 \series bold
37468
37469 \backslash
37470 newcommand
37471 \end_layout
37472
37473 \end_inset
37474
37475
37476 \backslash
37477 sqrt{
37478 \backslash
37479 frac{#3^{2}}{4}-#4}}
37480 \end_layout
37481
37482 \begin_layout Standard
37483 To create with this the solution formula, the command
37484 \begin_inset Newline newline
37485 \end_inset
37486
37487
37488 \series bold
37489
37490 \backslash
37491 qG{
37492 \backslash
37493 lambda
37494 \begin_inset Formula $\to$
37495 \end_inset
37496
37497
37498 \backslash
37499 {p
37500 \begin_inset Formula $\to$
37501 \end_inset
37502
37503
37504 \backslash
37505 {q
37506 \series default
37507  is inserted to a formula
37508 \series bold
37509 .
37510 \end_layout
37511
37512 \begin_layout Standard
37513 The definition of the new command is unintuitive because one has to know
37514  the schemes of all used \SpecialChar LaTeX
37515  commands, e.
37516 \begin_inset space \thinspace{}
37517 \end_inset
37518
37519 g.
37520 \begin_inset space \space{}
37521 \end_inset
37522
37523 that a fraction is inserted in \SpecialChar LaTeX
37524  as 
37525 \series bold
37526
37527 \backslash
37528 frac{numerator}{denominator}
37529 \series default
37530 .
37531  Furthermore one can easily forget a brace in the definition and cannot
37532  see in \SpecialChar LyX
37533  what the new command is doing.
37534  To avoid these problems \SpecialChar LyX
37535  offers the possibility to use math macros instead
37536  of the command 
37537 \series bold
37538
37539 \backslash
37540 newcommand
37541 \series default
37542 .
37543 \end_layout
37544
37545 \begin_layout Standard
37546 A math macro is created by using the menu 
37547 \family sans
37548 Insert\SpecialChar menuseparator
37549 Math\SpecialChar menuseparator
37550 Macro
37551 \family default
37552  or the toolbar button 
37553 \begin_inset Info
37554 type  "icon"
37555 arg   "math-macro newmacroname_newcommand"
37556 \end_inset
37557
37558 .
37559  The math macro toolbar appears together with the following box where the
37560  macro is defined:
37561 \begin_inset Newline newline
37562 \end_inset
37563
37564
37565 \begin_inset space \hspace*{\fill}
37566 \end_inset
37567
37568
37569 \begin_inset Graphics
37570         filename clipart/macrobox.png
37571         scale 95
37572
37573 \end_inset
37574
37575
37576 \begin_inset space \hspace*{\fill}
37577 \end_inset
37578
37579
37580 \begin_inset Newline newline
37581 \end_inset
37582
37583
37584 \begin_inset FormulaMacro
37585 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
37586 \end_inset
37587
37588
37589 \backslash
37590 newmacroname is the default name of the macro that should be changed to
37591  something sensible.
37592  The wanted formula is inserted in the first blue box.
37593  An argument placeholder is inserted with the command 
37594 \series bold
37595
37596 \backslash
37597 #argumentnumber
37598 \series default
37599 , e.
37600 \begin_inset space \thinspace{}
37601 \end_inset
37602
37603 g
37604 \begin_inset space \space{}
37605 \end_inset
37606
37607
37608 \series bold
37609
37610 \backslash
37611 #1
37612 \series default
37613  or by using the macro toolbar button 
37614 \begin_inset Info
37615 type  "icon"
37616 arg   "math-macro-add-param"
37617 \end_inset
37618
37619 .
37620  Argument placeholders are displayed red.
37621  A maximum of 9
37622 \begin_inset space ~
37623 \end_inset
37624
37625 arguments are possible.
37626  Optional arguments are created with the toolbar button 
37627 \begin_inset Info
37628 type  "icon"
37629 arg   "math-macro-add-optional-param"
37630 \end_inset
37631
37632 .
37633  The first non-optional argument can be transformed to an optional one with
37634  the toolbar button 
37635 \begin_inset Info
37636 type  "icon"
37637 arg   "math-macro-make-optional"
37638 \end_inset
37639
37640 .
37641  In the second blue box the appearance of the macro in \SpecialChar LyX
37642  can be defined.
37643  Normally you want to see it as it is defined, so the box is kept empty.
37644  But when you have created a macro that needs lot of space on the screen,
37645  you can insert in the box for example
37646 \begin_inset Newline newline
37647 \end_inset
37648
37649
37650 \series bold
37651 qG: 
37652 \backslash
37653 #1
37654 \series default
37655  
37656 \series bold
37657 ,
37658 \series default
37659  
37660 \series bold
37661
37662 \backslash
37663 #2
37664 \series default
37665  
37666 \series bold
37667 ,
37668 \series default
37669  
37670 \series bold
37671
37672 \backslash
37673 #3, 
37674 \backslash
37675 #4
37676 \begin_inset Newline newline
37677 \end_inset
37678
37679
37680 \series default
37681 For the macro only the arguments with the macro name in front of them will
37682  then be displayed in \SpecialChar LyX
37683 , leading to a better overview.
37684  The formula appears in the output as defined in the first box.
37685 \begin_inset Newline newline
37686 \end_inset
37687
37688 The appearance of macros in formulas can furthermore be changed for single
37689  macros by setting the cursor in the macro and using the menu 
37690 \family sans
37691 View\SpecialChar menuseparator
37692 (Un)fold
37693 \begin_inset space ~
37694 \end_inset
37695
37696 Math
37697 \begin_inset space ~
37698 \end_inset
37699
37700 Macro
37701 \family default
37702 .
37703 \end_layout
37704
37705 \begin_layout Standard
37706 To use a macro, the macro name is inserted as command to a formula, in our
37707  case 
37708 \series bold
37709
37710 \backslash
37711 qG
37712 \series default
37713 .
37714  Our macro looks in \SpecialChar LyX
37715  like this:
37716 \begin_inset Newline newline
37717 \end_inset
37718
37719
37720 \begin_inset space \hspace*{\fill}
37721 \end_inset
37722
37723
37724 \begin_inset Graphics
37725         filename clipart/macrouse.png
37726         scale 95
37727
37728 \end_inset
37729
37730
37731 \begin_inset space \hspace*{\fill}
37732 \end_inset
37733
37734
37735 \begin_inset Newline newline
37736 \end_inset
37737
37738 Here is our macro example with the arguments 
37739 \begin_inset Formula $x$
37740 \end_inset
37741
37742
37743 \begin_inset Formula $\ln(x)$
37744 \end_inset
37745
37746  and 
37747 \begin_inset Formula $B$
37748 \end_inset
37749
37750 :
37751 \end_layout
37752
37753 \begin_layout Standard
37754 \begin_inset Formula 
37755 \[
37756 \qG x{\ln(x)}B
37757 \]
37758
37759 \end_inset
37760
37761
37762 \end_layout
37763
37764 \begin_layout Standard
37765 \SpecialChar LyX
37766  offers in the menu 
37767 \family sans
37768 Tools\SpecialChar menuseparator
37769 Preferences\SpecialChar menuseparator
37770 Editing\SpecialChar menuseparator
37771 Control
37772 \family default
37773  different styles to edit macros.
37774  To find the style that suits you best, choose a style and set the cursor
37775  in a macro formula to see the difference.
37776 \end_layout
37777
37778 \begin_layout Standard
37779 A math macro is transformed internally to a 
37780 \series bold
37781
37782 \backslash
37783 newcommand
37784 \series default
37785  command when exporting the document.
37786  The created 
37787 \series bold
37788
37789 \backslash
37790 newcommand
37791 \series default
37792  command is not placed in the \SpecialChar LaTeX
37793 -preamble, therefore macros can only be used
37794  in formulas that are in the document below the macro definition box.
37795 \end_layout
37796
37797 \begin_layout Standard
37798 Math macros can also be directly created from a 
37799 \series bold
37800
37801 \backslash
37802 newcommand
37803 \series default
37804  command.
37805  When writing for example the command
37806 \series bold
37807
37808 \begin_inset Newline newline
37809 \end_inset
37810
37811
37812 \backslash
37813 newcommand{
37814 \backslash
37815 larrow}[2]{
37816 \backslash
37817 xleftarrow[#2]{#1}}
37818 \begin_inset Newline newline
37819 \end_inset
37820
37821
37822 \series default
37823 in \SpecialChar LyX
37824  as normal text, highlighting it completely and using the shortcut 
37825 \family sans
37826 Ctrl+M
37827 \family default
37828 , the command will be transformed to a math macro.
37829  Using this method you need to be careful that the 
37830 \series bold
37831
37832 \backslash
37833 newcommand
37834 \series default
37835  command is typed correctly, otherwise you get a faulty macro leading to
37836  \SpecialChar LaTeX
37837  errors.
37838 \end_layout
37839
37840 \begin_layout Standard
37841 Math macros currently have the problem that further formulas in macro definition
37842 s are handled wrong.
37843  Therefore the example 
37844 \series bold
37845
37846 \backslash
37847 fb
37848 \series default
37849  from 
37850 \begin_inset CommandInset ref
37851 LatexCommand ref
37852 reference "subsec:The-Command-newcommand"
37853
37854 \end_inset
37855
37856  cannot be created as macro.
37857 \end_layout
37858
37859 \begin_layout Standard
37860 When the cursor is in a macro definition box, you will see the macro toolbar
37861  in \SpecialChar LyX
37862 :
37863 \end_layout
37864
37865 \begin_layout Standard
37866 \begin_inset VSpace defskip
37867 \end_inset
37868
37869
37870 \end_layout
37871
37872 \begin_layout Standard
37873 \begin_inset Graphics
37874         filename clipart/MacroToolbar.png
37875
37876 \end_inset
37877
37878
37879 \begin_inset Index idx
37880 range none
37881 pageformat default
37882 status collapsed
37883
37884 \begin_layout Plain Layout
37885 Macros
37886 \begin_inset IndexMacro subentry
37887 status open
37888
37889 \begin_layout Plain Layout
37890 Toolbar
37891 \end_layout
37892
37893 \end_inset
37894
37895
37896 \end_layout
37897
37898 \end_inset
37899
37900
37901 \end_layout
37902
37903 \begin_layout Standard
37904 \begin_inset VSpace defskip
37905 \end_inset
37906
37907
37908 \end_layout
37909
37910 \begin_layout Standard
37911 The macro toolbar contains from left to right the following buttons:
37912 \end_layout
37913
37914 \begin_layout Standard
37915 \begin_inset VSpace defskip
37916 \end_inset
37917
37918
37919 \end_layout
37920
37921 \begin_layout Standard
37922 \begin_inset Tabular
37923 <lyxtabular version="3" rows="9" columns="2">
37924 <features islongtable="true" longtabularalignment="center">
37925 <column alignment="left" valignment="top">
37926 <column alignment="left" valignment="top" width="85col%">
37927 <row interlinespace="2.5mm">
37928 <cell alignment="center" valignment="top" usebox="none">
37929 \begin_inset Text
37930
37931 \begin_layout Plain Layout
37932 \begin_inset Info
37933 type  "icon"
37934 arg   "math-macro-remove-param"
37935 \end_inset
37936
37937
37938 \end_layout
37939
37940 \end_inset
37941 </cell>
37942 <cell alignment="center" valignment="top" usebox="none">
37943 \begin_inset Text
37944
37945 \begin_layout Plain Layout
37946
37947 \family sans
37948 Edit\SpecialChar menuseparator
37949 Math\SpecialChar menuseparator
37950 Macro
37951 \begin_inset space ~
37952 \end_inset
37953
37954 Definition\SpecialChar menuseparator
37955 Remove Last Argument
37956 \end_layout
37957
37958 \end_inset
37959 </cell>
37960 </row>
37961 <row interlinespace="2.5mm">
37962 <cell alignment="center" valignment="top" usebox="none">
37963 \begin_inset Text
37964
37965 \begin_layout Plain Layout
37966 \begin_inset Info
37967 type  "icon"
37968 arg   "math-macro-add-param"
37969 \end_inset
37970
37971
37972 \end_layout
37973
37974 \end_inset
37975 </cell>
37976 <cell alignment="center" valignment="top" usebox="none">
37977 \begin_inset Text
37978
37979 \begin_layout Plain Layout
37980
37981 \family sans
37982 Edit\SpecialChar menuseparator
37983 Math\SpecialChar menuseparator
37984 Macro
37985 \begin_inset space ~
37986 \end_inset
37987
37988 Definition\SpecialChar menuseparator
37989 Append Argument
37990 \end_layout
37991
37992 \end_inset
37993 </cell>
37994 </row>
37995 <row interlinespace="2.5mm">
37996 <cell alignment="center" valignment="top" usebox="none">
37997 \begin_inset Text
37998
37999 \begin_layout Plain Layout
38000 \begin_inset Info
38001 type  "icon"
38002 arg   "math-macro-make-optional"
38003 \end_inset
38004
38005
38006 \end_layout
38007
38008 \end_inset
38009 </cell>
38010 <cell alignment="center" valignment="top" usebox="none">
38011 \begin_inset Text
38012
38013 \begin_layout Plain Layout
38014
38015 \family sans
38016 Edit\SpecialChar menuseparator
38017 Math\SpecialChar menuseparator
38018 Macro
38019 \begin_inset space ~
38020 \end_inset
38021
38022 Definition\SpecialChar menuseparator
38023 Transform First Non-Optional to
38024 \begin_inset Newline newline
38025 \end_inset
38026
38027
38028 \begin_inset Phantom HPhantom
38029 status open
38030
38031 \begin_layout Plain Layout
38032
38033 \family sans
38034 Edit\SpecialChar menuseparator
38035 Math\SpecialChar menuseparator
38036 Macro
38037 \begin_inset space ~
38038 \end_inset
38039
38040 Definition\SpecialChar menuseparator
38041
38042 \end_layout
38043
38044 \end_inset
38045
38046 Optional Argument
38047 \end_layout
38048
38049 \end_inset
38050 </cell>
38051 </row>
38052 <row interlinespace="2.5mm">
38053 <cell alignment="center" valignment="top" usebox="none">
38054 \begin_inset Text
38055
38056 \begin_layout Plain Layout
38057 \begin_inset Info
38058 type  "icon"
38059 arg   "math-macro-make-nonoptional"
38060 \end_inset
38061
38062
38063 \end_layout
38064
38065 \end_inset
38066 </cell>
38067 <cell alignment="center" valignment="top" usebox="none">
38068 \begin_inset Text
38069
38070 \begin_layout Plain Layout
38071
38072 \family sans
38073 Edit\SpecialChar menuseparator
38074 Math\SpecialChar menuseparator
38075 Macro
38076 \begin_inset space ~
38077 \end_inset
38078
38079 Definition\SpecialChar menuseparator
38080 Transform Last Optional to
38081 \begin_inset Newline newline
38082 \end_inset
38083
38084
38085 \begin_inset Phantom HPhantom
38086 status open
38087
38088 \begin_layout Plain Layout
38089
38090 \family sans
38091 Edit\SpecialChar menuseparator
38092 Math\SpecialChar menuseparator
38093 Macro
38094 \begin_inset space ~
38095 \end_inset
38096
38097 Definition\SpecialChar menuseparator
38098
38099 \end_layout
38100
38101 \end_inset
38102
38103 Non-Optional Argument
38104 \end_layout
38105
38106 \end_inset
38107 </cell>
38108 </row>
38109 <row interlinespace="2.5mm">
38110 <cell alignment="center" valignment="top" usebox="none">
38111 \begin_inset Text
38112
38113 \begin_layout Plain Layout
38114 \begin_inset Info
38115 type  "icon"
38116 arg   "math-macro-remove-optional-param"
38117 \end_inset
38118
38119
38120 \end_layout
38121
38122 \end_inset
38123 </cell>
38124 <cell alignment="center" valignment="top" usebox="none">
38125 \begin_inset Text
38126
38127 \begin_layout Plain Layout
38128
38129 \family sans
38130 Edit\SpecialChar menuseparator
38131 Math\SpecialChar menuseparator
38132 Macro
38133 \begin_inset space ~
38134 \end_inset
38135
38136 Definition\SpecialChar menuseparator
38137 Remove Optional Argument
38138 \end_layout
38139
38140 \end_inset
38141 </cell>
38142 </row>
38143 <row interlinespace="2.5mm">
38144 <cell alignment="center" valignment="top" usebox="none">
38145 \begin_inset Text
38146
38147 \begin_layout Plain Layout
38148 \begin_inset Info
38149 type  "icon"
38150 arg   "math-macro-add-optional-param"
38151 \end_inset
38152
38153
38154 \end_layout
38155
38156 \end_inset
38157 </cell>
38158 <cell alignment="center" valignment="top" usebox="none">
38159 \begin_inset Text
38160
38161 \begin_layout Plain Layout
38162
38163 \family sans
38164 Edit\SpecialChar menuseparator
38165 Math\SpecialChar menuseparator
38166 Macro
38167 \begin_inset space ~
38168 \end_inset
38169
38170 Definition\SpecialChar menuseparator
38171 Insert Optional Argument
38172 \end_layout
38173
38174 \end_inset
38175 </cell>
38176 </row>
38177 <row interlinespace="2.5mm">
38178 <cell alignment="center" valignment="top" usebox="none">
38179 \begin_inset Text
38180
38181 \begin_layout Plain Layout
38182 \begin_inset Info
38183 type  "icon"
38184 arg   "math-macro-remove-greedy-param"
38185 \end_inset
38186
38187
38188 \end_layout
38189
38190 \end_inset
38191 </cell>
38192 <cell alignment="center" valignment="top" usebox="none">
38193 \begin_inset Text
38194
38195 \begin_layout Plain Layout
38196
38197 \family sans
38198 Edit\SpecialChar menuseparator
38199 Math\SpecialChar menuseparator
38200 Macro
38201 \begin_inset space ~
38202 \end_inset
38203
38204 Definition\SpecialChar menuseparator
38205 Remove Last Argument
38206 \begin_inset Newline newline
38207 \end_inset
38208
38209
38210 \begin_inset Phantom HPhantom
38211 status open
38212
38213 \begin_layout Plain Layout
38214
38215 \family sans
38216 Edit\SpecialChar menuseparator
38217 Math\SpecialChar menuseparator
38218 Macro
38219 \begin_inset space ~
38220 \end_inset
38221
38222 Definition\SpecialChar menuseparator
38223
38224 \end_layout
38225
38226 \end_inset
38227
38228 Spitting Out To The Right
38229 \end_layout
38230
38231 \end_inset
38232 </cell>
38233 </row>
38234 <row interlinespace="2.5mm">
38235 <cell alignment="center" valignment="top" usebox="none">
38236 \begin_inset Text
38237
38238 \begin_layout Plain Layout
38239 \begin_inset Info
38240 type  "icon"
38241 arg   "math-macro-append-greedy-param"
38242 \end_inset
38243
38244
38245 \end_layout
38246
38247 \end_inset
38248 </cell>
38249 <cell alignment="center" valignment="top" usebox="none">
38250 \begin_inset Text
38251
38252 \begin_layout Plain Layout
38253
38254 \family sans
38255 Edit\SpecialChar menuseparator
38256 Math\SpecialChar menuseparator
38257 Macro
38258 \begin_inset space ~
38259 \end_inset
38260
38261 Definition\SpecialChar menuseparator
38262 Append Argument
38263 \begin_inset Newline newline
38264 \end_inset
38265
38266
38267 \begin_inset Phantom HPhantom
38268 status open
38269
38270 \begin_layout Plain Layout
38271
38272 \family sans
38273 Edit\SpecialChar menuseparator
38274 Math\SpecialChar menuseparator
38275 Macro
38276 \begin_inset space ~
38277 \end_inset
38278
38279 Definition\SpecialChar menuseparator
38280
38281 \end_layout
38282
38283 \end_inset
38284
38285 Eating From The Right
38286 \end_layout
38287
38288 \end_inset
38289 </cell>
38290 </row>
38291 <row interlinespace="2.5mm">
38292 <cell alignment="center" valignment="top" usebox="none">
38293 \begin_inset Text
38294
38295 \begin_layout Plain Layout
38296 \begin_inset Info
38297 type  "icon"
38298 arg   "math-macro-add-greedy-optional-param"
38299 \end_inset
38300
38301
38302 \end_layout
38303
38304 \end_inset
38305 </cell>
38306 <cell alignment="center" valignment="top" usebox="none">
38307 \begin_inset Text
38308
38309 \begin_layout Plain Layout
38310
38311 \family sans
38312 Edit\SpecialChar menuseparator
38313 Math\SpecialChar menuseparator
38314 Macro
38315 \begin_inset space ~
38316 \end_inset
38317
38318 Definition\SpecialChar menuseparator
38319 Append Optional Argument
38320 \begin_inset Newline newline
38321 \end_inset
38322
38323
38324 \begin_inset Phantom HPhantom
38325 status open
38326
38327 \begin_layout Plain Layout
38328
38329 \family sans
38330 Edit\SpecialChar menuseparator
38331 Math\SpecialChar menuseparator
38332 Macro
38333 \begin_inset space ~
38334 \end_inset
38335
38336 Definition\SpecialChar menuseparator
38337
38338 \end_layout
38339
38340 \end_inset
38341
38342 Eating From The Right
38343 \end_layout
38344
38345 \end_inset
38346 </cell>
38347 </row>
38348 </lyxtabular>
38349
38350 \end_inset
38351
38352
38353 \end_layout
38354
38355 \begin_layout Section
38356 Computer Algebra Systems
38357 \end_layout
38358
38359 \begin_layout Standard
38360 \SpecialChar LyX
38361  offers the exchange between mathematical expressions written in \SpecialChar LyX
38362 's math
38363  editor and external applications or user defined scripts.
38364  Currently supported applications are 
38365 \family sans
38366 Maple
38367 \family default
38368
38369 \family sans
38370 Mathematica
38371 \family default
38372
38373 \family sans
38374 Maxima
38375 \family default
38376  and 
38377 \family sans
38378 Octave
38379 \family default
38380 .
38381  Note that the set of supported mathematical constructs is limited only
38382  to very simple cases.
38383 \end_layout
38384
38385 \begin_layout Subsection
38386 Usage
38387 \end_layout
38388
38389 \begin_layout Standard
38390 Write some expression in a formula, go to the 
38391 \family sans
38392 Edit\SpecialChar menuseparator
38393 Math\SpecialChar menuseparator
38394 Use Computer Algebra System
38395 \family default
38396  menu and choose the application you have installed on the computer.
38397  After that the result of computation should show on the right side of the
38398  expression together with the 
38399 \begin_inset Quotes eld
38400 \end_inset
38401
38402 =
38403 \begin_inset Quotes erd
38404 \end_inset
38405
38406  operator.
38407 \end_layout
38408
38409 \begin_layout Standard
38410 Here are few simple examples (with results from 
38411 \family typewriter
38412 Maxima
38413 \family default
38414 ) to show what kind of computations can be performed:
38415 \end_layout
38416
38417 \begin_layout Itemize
38418 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
38419 \end_inset
38420
38421
38422 \end_layout
38423
38424 \begin_layout Itemize
38425 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
38426 \end_inset
38427
38428
38429 \end_layout
38430
38431 \begin_layout Itemize
38432 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
38433 \end_inset
38434
38435
38436 \end_layout
38437
38438 \begin_layout Itemize
38439 \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}$
38440 \end_inset
38441
38442
38443 \begin_inset Newline newline
38444 \end_inset
38445
38446
38447 \begin_inset Note Greyedout
38448 status open
38449
38450 \begin_layout Plain Layout
38451
38452 \series bold
38453 Note:
38454 \series default
38455  One needs to use proper delimiter insets 
38456 \begin_inset Formula $\left(\right)$
38457 \end_inset
38458
38459  instead of simple '(' ')' characters.
38460 \end_layout
38461
38462 \end_inset
38463
38464  
38465 \end_layout
38466
38467 \begin_layout Itemize
38468 \begin_inset Formula $\det\left[\begin{array}{ccc}
38469 1 & 6 & 7\\
38470 2 & 5 & 8\\
38471 3 & 4 & 17
38472 \end{array}\right]=-56$
38473 \end_inset
38474
38475
38476 \end_layout
38477
38478 \begin_layout Itemize
38479 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
38480 \end_inset
38481
38482
38483 \end_layout
38484
38485 \begin_layout Itemize
38486 \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$
38487 \end_inset
38488
38489
38490 \end_layout
38491
38492 \begin_layout Itemize
38493 \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]$
38494 \end_inset
38495
38496
38497 \end_layout
38498
38499 \begin_layout Subsection
38500 Keyboard shortcut
38501 \end_layout
38502
38503 \begin_layout Standard
38504 Currently there is no keyboard shortcut for calling the algebra applications.
38505  One can easily bind a shortcut to the 
38506 \family sans
38507 math-extern
38508 \family default
38509  \SpecialChar LyX
38510  function (see the 
38511 \family sans
38512 \emph on
38513 \SpecialChar LyX
38514  Functions
38515 \family default
38516 \emph default
38517  manual).
38518  One could e.
38519 \begin_inset space \thinspace{}
38520 \end_inset
38521
38522 g.
38523 \begin_inset space \space{}
38524 \end_inset
38525
38526 bind the 
38527 \family sans
38528 Return
38529 \family default
38530  key inside the math editor.
38531  To bind it to 
38532 \family typewriter
38533 Maxima
38534 \family default
38535  one would use this shortcut definition command:
38536 \end_layout
38537
38538 \begin_layout Standard
38539
38540 \series bold
38541 command-alternatives paragraph-break;math-extern maxima
38542 \end_layout
38543
38544 \begin_layout Section
38545 Miscellaneous
38546 \begin_inset Index idx
38547 range none
38548 pageformat default
38549 status collapsed
38550
38551 \begin_layout Plain Layout
38552 Miscellaneous
38553 \end_layout
38554
38555 \end_inset
38556
38557
38558 \end_layout
38559
38560 \begin_layout Subsection
38561 Negative Numbers
38562 \begin_inset Index idx
38563 range none
38564 pageformat default
38565 status collapsed
38566
38567 \begin_layout Plain Layout
38568 Numbers
38569 \begin_inset IndexMacro subentry
38570 status open
38571
38572 \begin_layout Plain Layout
38573 negative
38574 \end_layout
38575
38576 \end_inset
38577
38578
38579 \end_layout
38580
38581 \end_inset
38582
38583
38584 \end_layout
38585
38586 \begin_layout Standard
38587 Negative numbers often look ugly in formulas because the minus sign before
38588  the number is set with the same length as the minus operator sign.
38589  When writing the negative number in normal text, the minus sign appears
38590  correctly.
38591 \end_layout
38592
38593 \begin_layout Standard
38594 Thus, the problem disappears when converting the minus sign to mathematical
38595  text.
38596 \end_layout
38597
38598 \begin_layout Standard
38599 An example to visualize the problem:
38600 \end_layout
38601
38602 \begin_layout Standard
38603 \align center
38604 \begin_inset Tabular
38605 <lyxtabular version="3" rows="3" columns="2">
38606 <features booktabs="true" tabularvalignment="middle">
38607 <column alignment="right" valignment="top" width="0pt">
38608 <column alignment="left" valignment="top">
38609 <row>
38610 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
38611 \begin_inset Text
38612
38613 \begin_layout Plain Layout
38614 normal text:
38615 \end_layout
38616
38617 \end_inset
38618 </cell>
38619 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38620 \begin_inset Text
38621
38622 \begin_layout Plain Layout
38623 x = -2
38624 \end_layout
38625
38626 \end_inset
38627 </cell>
38628 </row>
38629 <row>
38630 <cell alignment="right" valignment="top" leftline="true" usebox="none">
38631 \begin_inset Text
38632
38633 \begin_layout Plain Layout
38634 formula:
38635 \end_layout
38636
38637 \end_inset
38638 </cell>
38639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38640 \begin_inset Text
38641
38642 \begin_layout Plain Layout
38643 \begin_inset Formula $x=-2$
38644 \end_inset
38645
38646
38647 \end_layout
38648
38649 \end_inset
38650 </cell>
38651 </row>
38652 <row>
38653 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38654 \begin_inset Text
38655
38656 \begin_layout Plain Layout
38657 solution:
38658 \end_layout
38659
38660 \end_inset
38661 </cell>
38662 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
38663 \begin_inset Text
38664
38665 \begin_layout Plain Layout
38666 \begin_inset Formula $x=\textrm{-}2$
38667 \end_inset
38668
38669
38670 \end_layout
38671
38672 \end_inset
38673 </cell>
38674 </row>
38675 </lyxtabular>
38676
38677 \end_inset
38678
38679
38680 \end_layout
38681
38682 \begin_layout Subsection
38683 Comma as decimal Separator
38684 \begin_inset Index idx
38685 range none
38686 pageformat default
38687 status collapsed
38688
38689 \begin_layout Plain Layout
38690 Comma
38691 \end_layout
38692
38693 \end_inset
38694
38695
38696 \end_layout
38697
38698 \begin_layout Standard
38699 In \SpecialChar LaTeX
38700  a comma inside a formula is used, according to the English convention,
38701  as number group separator.
38702  So there will be space added behind all commas in formulas.
38703 \end_layout
38704
38705 \begin_layout Standard
38706 To avoid this, the comma is highlighted and changed to mathematical text
38707  (shortcut 
38708 \begin_inset Info
38709 type  "shortcut"
38710 arg   "math-mode"
38711 \end_inset
38712
38713 ).
38714 \end_layout
38715
38716 \begin_layout Standard
38717 To use all formula commas in the document as decimal separator, the file
38718  
38719 \series bold
38720 icomma.sty
38721 \series default
38722
38723 \begin_inset Foot
38724 status collapsed
38725
38726 \begin_layout Plain Layout
38727
38728 \series bold
38729 icomma
38730 \series default
38731  is part of the \SpecialChar LaTeX
38732 -package 
38733 \series bold
38734 was
38735 \series default
38736
38737 \begin_inset Index idx
38738 range none
38739 pageformat default
38740 status collapsed
38741
38742 \begin_layout Plain Layout
38743 Packages
38744 \begin_inset IndexMacro subentry
38745 status open
38746
38747 \begin_layout Plain Layout
38748 was
38749 \end_layout
38750
38751 \end_inset
38752
38753
38754 \end_layout
38755
38756 \end_inset
38757
38758 .
38759 \end_layout
38760
38761 \end_inset
38762
38763
38764 \begin_inset Index idx
38765 range none
38766 pageformat default
38767 status collapsed
38768
38769 \begin_layout Plain Layout
38770 Packages
38771 \begin_inset IndexMacro subentry
38772 status open
38773
38774 \begin_layout Plain Layout
38775 icomma
38776 \end_layout
38777
38778 \end_inset
38779
38780
38781 \end_layout
38782
38783 \end_inset
38784
38785  is loaded with the \SpecialChar LaTeX
38786 -preamble line
38787 \end_layout
38788
38789 \begin_layout Standard
38790
38791 \series bold
38792
38793 \backslash
38794 usepackage{icomma}
38795 \end_layout
38796
38797 \begin_layout Subsection
38798 Physical Vectors
38799 \begin_inset CommandInset label
38800 LatexCommand label
38801 name "subsec:Physical-Vectors"
38802
38803 \end_inset
38804
38805
38806 \begin_inset Index idx
38807 range none
38808 pageformat default
38809 status collapsed
38810
38811 \begin_layout Plain Layout
38812 Vectors
38813 \begin_inset IndexMacro subentry
38814 status open
38815
38816 \begin_layout Plain Layout
38817 physical
38818 \end_layout
38819
38820 \end_inset
38821
38822
38823 \end_layout
38824
38825 \end_inset
38826
38827
38828 \end_layout
38829
38830 \begin_layout Standard
38831 Predefined vectors are offered by the \SpecialChar LaTeX
38832 -package 
38833 \series bold
38834 braket
38835 \series default
38836
38837 \begin_inset Index idx
38838 range none
38839 pageformat default
38840 status collapsed
38841
38842 \begin_layout Plain Layout
38843 Packages
38844 \begin_inset IndexMacro subentry
38845 status open
38846
38847 \begin_layout Plain Layout
38848 braket
38849 \end_layout
38850
38851 \end_inset
38852
38853
38854 \end_layout
38855
38856 \end_inset
38857
38858  that is loaded with the \SpecialChar LaTeX
38859 -preamble line
38860 \end_layout
38861
38862 \begin_layout Standard
38863
38864 \series bold
38865
38866 \backslash
38867 usepackage{braket}
38868 \end_layout
38869
38870 \begin_layout Standard
38871 \begin_inset ERT
38872 status collapsed
38873
38874 \begin_layout Plain Layout
38875
38876
38877 \backslash
38878 ifbraket 
38879 \end_layout
38880
38881 \end_inset
38882
38883
38884 \begin_inset Note Note
38885 status open
38886
38887 \begin_layout Plain Layout
38888 The following table will only be displayed when the \SpecialChar LaTeX
38889 -package 
38890 \series bold
38891 braket
38892 \series default
38893  is installed.
38894 \end_layout
38895
38896 \end_inset
38897
38898
38899 \end_layout
38900
38901 \begin_layout Standard
38902 The following commands are defined:
38903 \end_layout
38904
38905 \begin_layout Standard
38906 \align center
38907 \begin_inset Tabular
38908 <lyxtabular version="3" rows="4" columns="2">
38909 <features booktabs="true" tabularvalignment="middle">
38910 <column alignment="center" valignment="top" width="0pt">
38911 <column alignment="center" valignment="top">
38912 <row>
38913 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
38914 \begin_inset Text
38915
38916 \begin_layout Plain Layout
38917 Command
38918 \end_layout
38919
38920 \end_inset
38921 </cell>
38922 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
38923 \begin_inset Text
38924
38925 \begin_layout Plain Layout
38926 Result
38927 \end_layout
38928
38929 \end_inset
38930 </cell>
38931 </row>
38932 <row>
38933 <cell alignment="center" valignment="top" usebox="none">
38934 \begin_inset Text
38935
38936 \begin_layout Plain Layout
38937
38938 \backslash
38939 Bra{
38940 \backslash
38941 psi
38942 \end_layout
38943
38944 \end_inset
38945 </cell>
38946 <cell alignment="center" valignment="top" usebox="none">
38947 \begin_inset Text
38948
38949 \begin_layout Plain Layout
38950 \begin_inset Formula $\Bra{\psi}$
38951 \end_inset
38952
38953
38954 \end_layout
38955
38956 \end_inset
38957 </cell>
38958 </row>
38959 <row>
38960 <cell alignment="center" valignment="top" usebox="none">
38961 \begin_inset Text
38962
38963 \begin_layout Plain Layout
38964
38965 \backslash
38966 Ket{
38967 \backslash
38968 psi
38969 \end_layout
38970
38971 \end_inset
38972 </cell>
38973 <cell alignment="center" valignment="top" usebox="none">
38974 \begin_inset Text
38975
38976 \begin_layout Plain Layout
38977 \begin_inset Formula $\Ket{\psi}$
38978 \end_inset
38979
38980
38981 \end_layout
38982
38983 \end_inset
38984 </cell>
38985 </row>
38986 <row>
38987 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38988 \begin_inset Text
38989
38990 \begin_layout Plain Layout
38991
38992 \backslash
38993 Braket{
38994 \backslash
38995 psi|
38996 \backslash
38997 phi
38998 \end_layout
38999
39000 \end_inset
39001 </cell>
39002 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
39003 \begin_inset Text
39004
39005 \begin_layout Plain Layout
39006 \begin_inset Formula $\Braket{\psi|\phi}$
39007 \end_inset
39008
39009
39010 \end_layout
39011
39012 \end_inset
39013 </cell>
39014 </row>
39015 </lyxtabular>
39016
39017 \end_inset
39018
39019
39020 \end_layout
39021
39022 \begin_layout Standard
39023 The command 
39024 \series bold
39025
39026 \backslash
39027 Braket
39028 \series default
39029  assures that all vertical bars are set in the size of the surrounding brackets:
39030 \begin_inset Formula 
39031 \[
39032 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
39033 \]
39034
39035 \end_inset
39036
39037
39038 \begin_inset ERT
39039 status collapsed
39040
39041 \begin_layout Plain Layout
39042
39043
39044 \backslash
39045 else 
39046 \end_layout
39047
39048 \end_inset
39049
39050
39051 \begin_inset Note Note
39052 status open
39053
39054 \begin_layout Plain Layout
39055 The following will be displayed when the \SpecialChar LaTeX
39056 -package 
39057 \series bold
39058 braket
39059 \series default
39060  is not installed:
39061 \end_layout
39062
39063 \end_inset
39064
39065
39066 \end_layout
39067
39068 \begin_layout Standard
39069 You need to install the \SpecialChar LaTeX
39070 -package 
39071 \series bold
39072 braket
39073 \series default
39074  to see the rest of this subsection in the output.
39075 \end_layout
39076
39077 \begin_layout Standard
39078 \begin_inset ERT
39079 status collapsed
39080
39081 \begin_layout Plain Layout
39082
39083
39084 \backslash
39085 fi 
39086 \end_layout
39087
39088 \end_inset
39089
39090
39091 \end_layout
39092
39093 \begin_layout Standard
39094 The effect of 
39095 \series bold
39096
39097 \backslash
39098 Braket
39099 \series default
39100  can also be achieved using the command 
39101 \series bold
39102
39103 \backslash
39104 middle
39105 \series default
39106 , that is described in 
39107 \begin_inset CommandInset ref
39108 LatexCommand ref
39109 reference "subsec:Automatic-Bracket-Size"
39110
39111 \end_inset
39112
39113 .
39114 \end_layout
39115
39116 \begin_layout Subsection
39117 Self-defined Fractions
39118 \begin_inset CommandInset label
39119 LatexCommand label
39120 name "subsec:Self-defined-Fractions"
39121
39122 \end_inset
39123
39124
39125 \begin_inset Index idx
39126 range none
39127 pageformat default
39128 status collapsed
39129
39130 \begin_layout Plain Layout
39131 Fractions
39132 \begin_inset IndexMacro subentry
39133 status open
39134
39135 \begin_layout Plain Layout
39136 self-defined
39137 \end_layout
39138
39139 \end_inset
39140
39141
39142 \end_layout
39143
39144 \end_inset
39145
39146
39147 \end_layout
39148
39149 \begin_layout Standard
39150 To define custom commands for fractions, the command 
39151 \series bold
39152
39153 \backslash
39154 genfrac
39155 \series default
39156
39157 \begin_inset Index idx
39158 range none
39159 pageformat default
39160 status collapsed
39161
39162 \begin_layout Plain Layout
39163 Commands
39164 \begin_inset IndexMacro subentry
39165 status open
39166
39167 \begin_layout Plain Layout
39168 G
39169 \end_layout
39170
39171 \end_inset
39172
39173
39174 \begin_inset IndexMacro subentry
39175 status open
39176
39177 \begin_layout Plain Layout
39178
39179 \backslash
39180 genfrac
39181 \end_layout
39182
39183 \end_inset
39184
39185
39186 \end_layout
39187
39188 \end_inset
39189
39190  is used in the following scheme:
39191 \end_layout
39192
39193 \begin_layout Standard
39194
39195 \series bold
39196
39197 \backslash
39198 genfrac{left
39199 \series default
39200  
39201 \series bold
39202 bracket}{right
39203 \series default
39204  
39205 \series bold
39206 bracket}{fraction bar thickness}{style}
39207 \begin_inset Newline newline
39208 \end_inset
39209
39210
39211 \begin_inset Phantom HPhantom
39212 status open
39213
39214 \begin_layout Plain Layout
39215
39216 \series bold
39217
39218 \backslash
39219 genfrac
39220 \end_layout
39221
39222 \end_inset
39223
39224 {numerator}{denominator}
39225 \end_layout
39226
39227 \begin_layout Standard
39228 The style is a number in the range of 0
39229 \begin_inset space \thinspace{}
39230 \end_inset
39231
39232 -
39233 \begin_inset space \thinspace{}
39234 \end_inset
39235
39236 3.
39237 \end_layout
39238
39239 \begin_layout Standard
39240 \align center
39241 \begin_inset Tabular
39242 <lyxtabular version="3" rows="5" columns="2">
39243 <features booktabs="true" tabularvalignment="middle">
39244 <column alignment="center" valignment="top" width="0pt">
39245 <column alignment="center" valignment="top">
39246 <row>
39247 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
39248 \begin_inset Text
39249
39250 \begin_layout Plain Layout
39251 Number
39252 \end_layout
39253
39254 \end_inset
39255 </cell>
39256 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
39257 \begin_inset Text
39258
39259 \begin_layout Plain Layout
39260 Style (Size)
39261 \end_layout
39262
39263 \end_inset
39264 </cell>
39265 </row>
39266 <row>
39267 <cell alignment="center" valignment="top" usebox="none">
39268 \begin_inset Text
39269
39270 \begin_layout Plain Layout
39271 0
39272 \end_layout
39273
39274 \end_inset
39275 </cell>
39276 <cell alignment="center" valignment="top" usebox="none">
39277 \begin_inset Text
39278
39279 \begin_layout Plain Layout
39280 display style formula
39281 \end_layout
39282
39283 \end_inset
39284 </cell>
39285 </row>
39286 <row>
39287 <cell alignment="center" valignment="top" usebox="none">
39288 \begin_inset Text
39289
39290 \begin_layout Plain Layout
39291 1
39292 \end_layout
39293
39294 \end_inset
39295 </cell>
39296 <cell alignment="center" valignment="top" usebox="none">
39297 \begin_inset Text
39298
39299 \begin_layout Plain Layout
39300 inline formula
39301 \end_layout
39302
39303 \end_inset
39304 </cell>
39305 </row>
39306 <row>
39307 <cell alignment="center" valignment="top" usebox="none">
39308 \begin_inset Text
39309
39310 \begin_layout Plain Layout
39311 2
39312 \end_layout
39313
39314 \end_inset
39315 </cell>
39316 <cell alignment="center" valignment="top" usebox="none">
39317 \begin_inset Text
39318
39319 \begin_layout Plain Layout
39320 small
39321 \end_layout
39322
39323 \end_inset
39324 </cell>
39325 </row>
39326 <row>
39327 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
39328 \begin_inset Text
39329
39330 \begin_layout Plain Layout
39331 3
39332 \end_layout
39333
39334 \end_inset
39335 </cell>
39336 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
39337 \begin_inset Text
39338
39339 \begin_layout Plain Layout
39340 tiny
39341 \end_layout
39342
39343 \end_inset
39344 </cell>
39345 </row>
39346 </lyxtabular>
39347
39348 \end_inset
39349
39350
39351 \end_layout
39352
39353 \begin_layout Standard
39354 When no style is given, the size is adjusted to the surrounding environment
39355  like for the command 
39356 \series bold
39357
39358 \backslash
39359 frac
39360 \series default
39361 .
39362 \end_layout
39363
39364 \begin_layout Standard
39365 When no fraction bar thickness is given, the predefined value of 0.4
39366 \begin_inset space \thinspace{}
39367 \end_inset
39368
39369 pt will be used.
39370 \end_layout
39371
39372 \begin_layout Standard
39373 \begin_inset VSpace medskip
39374 \end_inset
39375
39376 For example, the commands 
39377 \series bold
39378
39379 \backslash
39380 dfrac
39381 \series default
39382  and 
39383 \series bold
39384
39385 \backslash
39386 tbinom
39387 \series default
39388  from 
39389 \begin_inset CommandInset ref
39390 LatexCommand ref
39391 reference "subsec:Fractions"
39392
39393 \end_inset
39394
39395  are defined with the commands
39396 \end_layout
39397
39398 \begin_layout Standard
39399
39400 \series bold
39401
39402 \backslash
39403 newcommand{
39404 \backslash
39405 dfrac}[2]{
39406 \backslash
39407 genfrac{}{}{}{0}{#1}{#2}}
39408 \end_layout
39409
39410 \begin_layout Standard
39411 and
39412 \end_layout
39413
39414 \begin_layout Standard
39415
39416 \series bold
39417
39418 \backslash
39419 newcommand{
39420 \backslash
39421 tbinom}[2]{
39422 \backslash
39423 genfrac{(}{)}{0pt}{1}{#1}{#2}}
39424 \end_layout
39425
39426 \begin_layout Standard
39427 \begin_inset VSpace medskip
39428 \end_inset
39429
39430 To define a fraction where the fraction bar thickness can be given as optional
39431  argument, the following line is inserted to the \SpecialChar LaTeX
39432 -preamble:
39433 \end_layout
39434
39435 \begin_layout Standard
39436
39437 \series bold
39438
39439 \backslash
39440 newcommand{
39441 \backslash
39442 fracS}[3][]{
39443 \backslash
39444 genfrac{}{}{#1}{}{#2}{#3}}
39445 \end_layout
39446
39447 \begin_layout Standard
39448 A test:
39449 \begin_inset Formula 
39450 \begin{align*}
39451 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
39452 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
39453 \end{align*}
39454
39455 \end_inset
39456
39457 As one can see, the distance of the numerator and the denominator to the
39458  fraction bar is round about three times the bar thickness.
39459 \end_layout
39460
39461 \begin_layout Subsection
39462 Canceled Formulas
39463 \begin_inset Index idx
39464 range none
39465 pageformat default
39466 status collapsed
39467
39468 \begin_layout Plain Layout
39469 Formula
39470 \begin_inset IndexMacro subentry
39471 status open
39472
39473 \begin_layout Plain Layout
39474 canceled
39475 \end_layout
39476
39477 \end_inset
39478
39479
39480 \end_layout
39481
39482 \end_inset
39483
39484
39485 \end_layout
39486
39487 \begin_layout Standard
39488 There are four ways to cancel formulas or parts of formulas:
39489 \end_layout
39490
39491 \begin_layout Standard
39492 \begin_inset ERT
39493 status collapsed
39494
39495 \begin_layout Plain Layout
39496
39497
39498 \backslash
39499 ifcancel 
39500 \end_layout
39501
39502 \end_inset
39503
39504
39505 \begin_inset Note Note
39506 status open
39507
39508 \begin_layout Plain Layout
39509 The following table will only be displayed when the \SpecialChar LaTeX
39510 -package 
39511 \series bold
39512 cancel
39513 \series default
39514  is installed.
39515 \end_layout
39516
39517 \end_inset
39518
39519
39520 \end_layout
39521
39522 \begin_layout Standard
39523 \align center
39524 \begin_inset Tabular
39525 <lyxtabular version="3" rows="5" columns="2">
39526 <features booktabs="true" tabularvalignment="middle">
39527 <column alignment="center" valignment="top" width="0pt">
39528 <column alignment="center" valignment="top">
39529 <row>
39530 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
39531 \begin_inset Text
39532
39533 \begin_layout Plain Layout
39534 Command
39535 \end_layout
39536
39537 \end_inset
39538 </cell>
39539 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
39540 \begin_inset Text
39541
39542 \begin_layout Plain Layout
39543 Result
39544 \end_layout
39545
39546 \end_inset
39547 </cell>
39548 </row>
39549 <row>
39550 <cell alignment="center" valignment="top" usebox="none">
39551 \begin_inset Text
39552
39553 \begin_layout Plain Layout
39554
39555 \backslash
39556 cancel
39557 \begin_inset space \textvisiblespace{}
39558 \end_inset
39559
39560
39561 \backslash
39562 int
39563 \begin_inset space \textvisiblespace{}
39564 \end_inset
39565
39566 A=B
39567 \end_layout
39568
39569 \end_inset
39570 </cell>
39571 <cell alignment="center" valignment="top" usebox="none">
39572 \begin_inset Text
39573
39574 \begin_layout Plain Layout
39575 \begin_inset Formula $\cancel{\int A=B}$
39576 \end_inset
39577
39578
39579 \end_layout
39580
39581 \end_inset
39582 </cell>
39583 </row>
39584 <row topspace="1.5mm">
39585 <cell alignment="center" valignment="top" usebox="none">
39586 \begin_inset Text
39587
39588 \begin_layout Plain Layout
39589
39590 \backslash
39591 bcancel
39592 \begin_inset space \textvisiblespace{}
39593 \end_inset
39594
39595
39596 \backslash
39597 int
39598 \begin_inset space \textvisiblespace{}
39599 \end_inset
39600
39601 A=B
39602 \end_layout
39603
39604 \end_inset
39605 </cell>
39606 <cell alignment="center" valignment="top" usebox="none">
39607 \begin_inset Text
39608
39609 \begin_layout Plain Layout
39610 \begin_inset Formula $\bcancel{\int A=B}$
39611 \end_inset
39612
39613
39614 \end_layout
39615
39616 \end_inset
39617 </cell>
39618 </row>
39619 <row topspace="1.5mm">
39620 <cell alignment="center" valignment="top" usebox="none">
39621 \begin_inset Text
39622
39623 \begin_layout Plain Layout
39624
39625 \backslash
39626 xcancel
39627 \begin_inset space \textvisiblespace{}
39628 \end_inset
39629
39630
39631 \backslash
39632 int
39633 \begin_inset space \textvisiblespace{}
39634 \end_inset
39635
39636 A=B
39637 \end_layout
39638
39639 \end_inset
39640 </cell>
39641 <cell alignment="center" valignment="top" usebox="none">
39642 \begin_inset Text
39643
39644 \begin_layout Plain Layout
39645 \begin_inset Formula $\xcancel{\int A=B}$
39646 \end_inset
39647
39648
39649 \end_layout
39650
39651 \end_inset
39652 </cell>
39653 </row>
39654 <row>
39655 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
39656 \begin_inset Text
39657
39658 \begin_layout Plain Layout
39659
39660 \backslash
39661 cancelto
39662 \begin_inset space \textvisiblespace{}
39663 \end_inset
39664
39665
39666 \backslash
39667 int
39668 \begin_inset space \textvisiblespace{}
39669 \end_inset
39670
39671 A=B
39672 \begin_inset Formula $\to$
39673 \end_inset
39674
39675 1
39676 \end_layout
39677
39678 \end_inset
39679 </cell>
39680 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
39681 \begin_inset Text
39682
39683 \begin_layout Plain Layout
39684 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
39685 \end_inset
39686
39687
39688 \end_layout
39689
39690 \end_inset
39691 </cell>
39692 </row>
39693 </lyxtabular>
39694
39695 \end_inset
39696
39697
39698 \end_layout
39699
39700 \begin_layout Standard
39701
39702 \series bold
39703
39704 \backslash
39705 cancelto
39706 \series default
39707  is especially suitable to visualize the reduction of fractions within formulas:
39708 \begin_inset Formula 
39709 \[
39710 \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}}}
39711 \]
39712
39713 \end_inset
39714
39715
39716 \end_layout
39717
39718 \begin_layout Standard
39719 To change the size of 
39720 \series bold
39721
39722 \backslash
39723 cancelto
39724 \series default
39725 's 
39726 \begin_inset Quotes eld
39727 \end_inset
39728
39729 subscript
39730 \begin_inset Quotes erd
39731 \end_inset
39732
39733  value one can add the \SpecialChar LaTeX
39734 -preamble line
39735 \end_layout
39736
39737 \begin_layout Standard
39738
39739 \series bold
39740
39741 \backslash
39742 PassOptionsToPackage{option}{cancel}
39743 \end_layout
39744
39745 \begin_layout Standard
39746 where 
39747 \series bold
39748 option
39749 \series default
39750  is either 
39751 \series bold
39752 samesize
39753 \series default
39754  which leads to the same size as for the canceled value, or 
39755 \series bold
39756 Smaller
39757 \series default
39758  which makes is it a bit smaller than normal.
39759 \end_layout
39760
39761 \begin_layout Standard
39762 To color the cancellation bar one adds this command as \SpecialChar TeX
39763  code:
39764 \end_layout
39765
39766 \begin_layout Standard
39767
39768 \series bold
39769
39770 \backslash
39771 renewcommand{
39772 \backslash
39773 CancelColor}{
39774 \backslash
39775 color{red}}
39776 \end_layout
39777
39778 \begin_layout Standard
39779
39780 \series bold
39781 red
39782 \series default
39783  can be replaced by a color of your choice.
39784 \end_layout
39785
39786 \begin_layout Standard
39787 \begin_inset ERT
39788 status collapsed
39789
39790 \begin_layout Plain Layout
39791
39792
39793 \backslash
39794 renewcommand{
39795 \backslash
39796 CancelColor}{
39797 \backslash
39798 color{red}}
39799 \end_layout
39800
39801 \end_inset
39802
39803
39804 \end_layout
39805
39806 \begin_layout Standard
39807 \begin_inset Formula 
39808 \[
39809 \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}}}
39810 \]
39811
39812 \end_inset
39813
39814
39815 \end_layout
39816
39817 \begin_layout Standard
39818 \begin_inset ERT
39819 status collapsed
39820
39821 \begin_layout Plain Layout
39822
39823
39824 \backslash
39825 renewcommand{
39826 \backslash
39827 CancelColor}{
39828 \backslash
39829 color{black}}
39830 \end_layout
39831
39832 \end_inset
39833
39834
39835 \begin_inset Note Note
39836 status open
39837
39838 \begin_layout Plain Layout
39839 reset the color
39840 \end_layout
39841
39842 \end_inset
39843
39844
39845 \end_layout
39846
39847 \begin_layout Standard
39848 For further customizations, see the documentation of the package 
39849 \series bold
39850 cancel
39851 \series default
39852
39853 \begin_inset CommandInset citation
39854 LatexCommand cite
39855 key "cancel"
39856 literal "true"
39857
39858 \end_inset
39859
39860 .
39861 \begin_inset Index idx
39862 range none
39863 pageformat default
39864 status collapsed
39865
39866 \begin_layout Plain Layout
39867 Packages
39868 \begin_inset IndexMacro subentry
39869 status open
39870
39871 \begin_layout Plain Layout
39872 cancel
39873 \end_layout
39874
39875 \end_inset
39876
39877
39878 \end_layout
39879
39880 \end_inset
39881
39882
39883 \end_layout
39884
39885 \begin_layout Standard
39886 \begin_inset ERT
39887 status collapsed
39888
39889 \begin_layout Plain Layout
39890
39891
39892 \backslash
39893 else 
39894 \end_layout
39895
39896 \end_inset
39897
39898
39899 \begin_inset Note Note
39900 status open
39901
39902 \begin_layout Plain Layout
39903 The following will be displayed when the \SpecialChar LaTeX
39904 -package 
39905 \series bold
39906 cancel
39907 \series default
39908  is not installed:
39909 \end_layout
39910
39911 \end_inset
39912
39913
39914 \end_layout
39915
39916 \begin_layout Standard
39917 You need to install the \SpecialChar LaTeX
39918 -package 
39919 \series bold
39920 cancel
39921 \series default
39922  to see the rest of this subsection in the output.
39923 \end_layout
39924
39925 \begin_layout Standard
39926 \begin_inset ERT
39927 status collapsed
39928
39929 \begin_layout Plain Layout
39930
39931
39932 \backslash
39933 fi 
39934 \end_layout
39935
39936 \end_inset
39937
39938
39939 \end_layout
39940
39941 \begin_layout Subsection
39942 Formulas in Section Headings
39943 \begin_inset CommandInset label
39944 LatexCommand label
39945 name "subsec:Formulas-in-Section"
39946
39947 \end_inset
39948
39949
39950 \begin_inset Index idx
39951 range none
39952 pageformat default
39953 status collapsed
39954
39955 \begin_layout Plain Layout
39956 Formula
39957 \begin_inset IndexMacro subentry
39958 status open
39959
39960 \begin_layout Plain Layout
39961 in section headings
39962 \end_layout
39963
39964 \end_inset
39965
39966
39967 \end_layout
39968
39969 \end_inset
39970
39971
39972 \end_layout
39973
39974 \begin_layout Standard
39975 When formulas are used in section headings, the following has to be taken
39976  into account:
39977 \end_layout
39978
39979 \begin_layout Standard
39980 \begin_inset Note Greyedout
39981 status open
39982
39983 \begin_layout Plain Layout
39984 When 
39985 \series bold
39986 hyperref
39987 \series default
39988
39989 \begin_inset Index idx
39990 range none
39991 pageformat default
39992 status collapsed
39993
39994 \begin_layout Plain Layout
39995 Packages
39996 \begin_inset IndexMacro subentry
39997 status open
39998
39999 \begin_layout Plain Layout
40000 hyperref
40001 \end_layout
40002
40003 \end_inset
40004
40005
40006 \end_layout
40007
40008 \end_inset
40009
40010  support is enabled in the document settings dialog under 
40011 \family sans
40012 PDF
40013 \begin_inset space ~
40014 \end_inset
40015
40016 Properties
40017 \family default
40018 , PDF-bookmarks are created for every section heading in the table of contents.
40019  If a section heading contains formulas, they are incorrectly displayed
40020  in the bookmark text, because formulas in bookmarks infringe the PDF convention
40021 s.
40022 \end_layout
40023
40024 \end_inset
40025
40026
40027 \end_layout
40028
40029 \begin_layout Standard
40030 Both problems can be solved by inserting at the end of the section heading
40031  a short title with the menu 
40032 \family sans
40033 Insert\SpecialChar menuseparator
40034 Short
40035 \begin_inset space ~
40036 \end_inset
40037
40038 Title
40039 \family default
40040 .
40041  Short titles are used as alternative for multiline section headings to
40042  keep the table of contents clearly arranged.
40043  Only the short title appears in the table of contents and therefore also
40044  in the PDF-bookmark.
40045 \end_layout
40046
40047 \begin_layout Standard
40048 When formulas should be used in the table of contents but 
40049 \series bold
40050 hyperref
40051 \series default
40052  is used, one can use the following command in \SpecialChar TeX
40053  mode:
40054 \end_layout
40055
40056 \begin_layout Standard
40057
40058 \series bold
40059
40060 \backslash
40061 texorpdfstring{part}{alternative}
40062 \begin_inset Index idx
40063 range none
40064 pageformat default
40065 status collapsed
40066
40067 \begin_layout Plain Layout
40068 Commands
40069 \begin_inset IndexMacro subentry
40070 status open
40071
40072 \begin_layout Plain Layout
40073 T
40074 \end_layout
40075
40076 \end_inset
40077
40078
40079 \begin_inset IndexMacro subentry
40080 status open
40081
40082 \begin_layout Plain Layout
40083
40084 \backslash
40085 texorpdfstring
40086 \end_layout
40087
40088 \end_inset
40089
40090
40091 \end_layout
40092
40093 \end_inset
40094
40095
40096 \end_layout
40097
40098 \begin_layout Standard
40099 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
40100  This can be characters, formulas, footnotes, but also cross-references.
40101  The alternative is used instead of the part for the bookmark.
40102 \end_layout
40103
40104 \begin_layout Standard
40105 Here are two example headings:
40106 \begin_inset VSpace -3mm
40107 \end_inset
40108
40109
40110 \begin_inset ERT
40111 status collapsed
40112
40113 \begin_layout Plain Layout
40114
40115
40116 \backslash
40117 boldmath 
40118 \end_layout
40119
40120 \end_inset
40121
40122
40123 \end_layout
40124
40125 \begin_layout Subsubsection
40126 Heading without formula in table of contents 
40127 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
40128 \end_inset
40129
40130
40131 \begin_inset Argument 1
40132 status collapsed
40133
40134 \begin_layout Plain Layout
40135 Heading without formula in table of contents
40136 \end_layout
40137
40138 \end_inset
40139
40140
40141 \end_layout
40142
40143 \begin_layout Subsubsection
40144 Heading with formula in table of contents
40145 \begin_inset ERT
40146 status collapsed
40147
40148 \begin_layout Plain Layout
40149
40150
40151 \backslash
40152 texorpdfstring{
40153 \end_layout
40154
40155 \end_inset
40156
40157  
40158 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
40159 \end_inset
40160
40161
40162 \begin_inset ERT
40163 status collapsed
40164
40165 \begin_layout Plain Layout
40166
40167 }{}
40168 \end_layout
40169
40170 \end_inset
40171
40172
40173 \end_layout
40174
40175 \begin_layout Standard
40176 \begin_inset ERT
40177 status collapsed
40178
40179 \begin_layout Plain Layout
40180
40181
40182 \backslash
40183 unboldmath 
40184 \end_layout
40185
40186 \end_inset
40187
40188 In the first heading a short title was used, in the second one 
40189 \series bold
40190
40191 \backslash
40192 texorpdfstring
40193 \series default
40194 .
40195 \end_layout
40196
40197 \begin_layout Standard
40198 To get the same formatting as for the other headings, the complete heading
40199  was set into a 
40200 \series bold
40201 boldmath
40202 \series default
40203  environment
40204 \begin_inset Foot
40205 status open
40206
40207 \begin_layout Plain Layout
40208 See 
40209 \begin_inset CommandInset ref
40210 LatexCommand ref
40211 reference "subsec:Bold-Formulas"
40212
40213 \end_inset
40214
40215
40216 \end_layout
40217
40218 \end_inset
40219
40220 .
40221 \end_layout
40222
40223 \begin_layout Subsection
40224 Formulas in multi-column Text
40225 \begin_inset Index idx
40226 range none
40227 pageformat default
40228 status collapsed
40229
40230 \begin_layout Plain Layout
40231 Formula
40232 \begin_inset IndexMacro subentry
40233 status open
40234
40235 \begin_layout Plain Layout
40236 in multi-column text
40237 \end_layout
40238
40239 \end_inset
40240
40241
40242 \end_layout
40243
40244 \end_inset
40245
40246
40247 \end_layout
40248
40249 \begin_layout Standard
40250 Formulas in multi-column text are often too wide to fit into a column and
40251  thus need to be set over the whole page width.
40252  This is done by using the \SpecialChar LaTeX
40253 -package 
40254 \series bold
40255 multicol
40256 \series default
40257
40258 \begin_inset Foot
40259 status collapsed
40260
40261 \begin_layout Plain Layout
40262
40263 \series bold
40264 multicol
40265 \series default
40266  is part of every \SpecialChar LaTeX
40267  standard installation.
40268 \end_layout
40269
40270 \end_inset
40271
40272
40273 \begin_inset Index idx
40274 range none
40275 pageformat default
40276 status collapsed
40277
40278 \begin_layout Plain Layout
40279 Packages
40280 \begin_inset IndexMacro subentry
40281 status open
40282
40283 \begin_layout Plain Layout
40284 multicol
40285 \end_layout
40286
40287 \end_inset
40288
40289
40290 \end_layout
40291
40292 \end_inset
40293
40294 , that is loaded with the \SpecialChar LaTeX
40295 -preamble line
40296 \end_layout
40297
40298 \begin_layout Standard
40299
40300 \series bold
40301
40302 \backslash
40303 usepackage{multicol}
40304 \end_layout
40305
40306 \begin_layout Standard
40307 \begin_inset Note Greyedout
40308 status open
40309
40310 \begin_layout Plain Layout
40311 Note that in this case the setting 
40312 \family sans
40313 Two-column
40314 \begin_inset space ~
40315 \end_inset
40316
40317 document
40318 \family default
40319  in the menu 
40320 \family sans
40321 Document\SpecialChar menuseparator
40322 Settings
40323 \family default
40324  under 
40325 \family sans
40326 Text
40327 \begin_inset space ~
40328 \end_inset
40329
40330 Layout
40331 \family default
40332 \emph on
40333  
40334 \emph default
40335 must 
40336 \emph on
40337 not
40338 \emph default
40339  be selected.
40340 \end_layout
40341
40342 \end_inset
40343
40344
40345 \end_layout
40346
40347 \begin_layout Standard
40348 Before the multi-column text the command
40349 \end_layout
40350
40351 \begin_layout Standard
40352
40353 \series bold
40354
40355 \backslash
40356 begin{multicols}{column number}
40357 \end_layout
40358
40359 \begin_layout Standard
40360 is written in \SpecialChar TeX
40361  mode.
40362  The column number is a number in the range of 2
40363 \begin_inset space \thinspace{}
40364 \end_inset
40365
40366 -
40367 \begin_inset space \thinspace{}
40368 \end_inset
40369
40370 10.
40371  Before the formula the multi-column text is ended by inserting the command
40372 \end_layout
40373
40374 \begin_layout Standard
40375
40376 \series bold
40377
40378 \backslash
40379 end{multicols}
40380 \end_layout
40381
40382 \begin_layout Standard
40383 in \SpecialChar TeX
40384  mode.
40385 \end_layout
40386
40387 \begin_layout Standard
40388 Due to the command some space is automatically added before the formula.
40389  To correct this, -6
40390 \begin_inset space \thinspace{}
40391 \end_inset
40392
40393 mm vertical space is inserted before the formula.
40394  When the formula style 
40395 \series bold
40396 Indented
40397 \begin_inset Foot
40398 status open
40399
40400 \begin_layout Plain Layout
40401 For formula styles see 
40402 \begin_inset CommandInset ref
40403 LatexCommand ref
40404 reference "sec:Formula-Styles"
40405
40406 \end_inset
40407
40408
40409 \end_layout
40410
40411 \end_inset
40412
40413
40414 \series default
40415  is used, a -9
40416 \begin_inset space \thinspace{}
40417 \end_inset
40418
40419 mm space is inserted instead.
40420 \end_layout
40421
40422 \begin_layout Standard
40423 As example a multi-column text with a displayed formula:
40424 \end_layout
40425
40426 \begin_layout Standard
40427
40428 \lang ngerman
40429 \begin_inset ERT
40430 status collapsed
40431
40432 \begin_layout Plain Layout
40433
40434
40435 \backslash
40436 begin{multicols}{2}
40437 \end_layout
40438
40439 \end_inset
40440
40441 Das Spektrum wird fouriertransformiert.
40442  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
40443 , Lösungsmittel) zu trennen.
40444  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
40445  nun das Aussehen des Ausgangssignals.
40446  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
40447  über alle Phasen integrieren muss.
40448  Sei nun 
40449 \begin_inset Formula $S$
40450 \end_inset
40451
40452  unser normiertes Ausgangssignal und 
40453 \begin_inset Formula $P$
40454 \end_inset
40455
40456  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
40457 \begin_inset ERT
40458 status collapsed
40459
40460 \begin_layout Plain Layout
40461
40462
40463 \backslash
40464 end{multicols}
40465 \end_layout
40466
40467 \end_inset
40468
40469
40470 \begin_inset VSpace -6mm
40471 \end_inset
40472
40473
40474 \begin_inset Formula 
40475 \begin{equation}
40476 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
40477 \end{equation}
40478
40479 \end_inset
40480
40481
40482 \begin_inset ERT
40483 status collapsed
40484
40485 \begin_layout Plain Layout
40486
40487
40488 \backslash
40489 begin{multicols}{2}
40490 \end_layout
40491
40492 \end_inset
40493
40494 wobei 
40495 \begin_inset Formula $S_{0}$
40496 \end_inset
40497
40498  das Signal ohne Gradient ist und die Normierungsbedingung 
40499 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
40500 \end_inset
40501
40502  gilt.
40503  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
40504  Direkt nach dem 
40505 \begin_inset Formula $\nicefrac{\pi}{2}$
40506 \end_inset
40507
40508
40509 \begin_inset space \thinspace{}
40510 \end_inset
40511
40512 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
40513  das Signal zusätzlich abschwächt.
40514  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
40515  
40516 \begin_inset Formula $T_{2}$
40517 \end_inset
40518
40519 -Zeit.
40520 \end_layout
40521
40522 \begin_layout Standard
40523
40524 \lang ngerman
40525 \begin_inset ERT
40526 status collapsed
40527
40528 \begin_layout Plain Layout
40529
40530
40531 \backslash
40532 end{multicols}
40533 \end_layout
40534
40535 \end_inset
40536
40537
40538 \end_layout
40539
40540 \begin_layout Subsection
40541 Formulas with Description of Variables
40542 \begin_inset Index idx
40543 range none
40544 pageformat default
40545 status collapsed
40546
40547 \begin_layout Plain Layout
40548 Formula
40549 \begin_inset IndexMacro subentry
40550 status open
40551
40552 \begin_layout Plain Layout
40553 with description of variables
40554 \end_layout
40555
40556 \end_inset
40557
40558
40559 \end_layout
40560
40561 \end_inset
40562
40563
40564 \end_layout
40565
40566 \begin_layout Standard
40567 To describe variables within a formula, like in formula 
40568 \begin_inset CommandInset ref
40569 LatexCommand eqref
40570 reference "eq:within"
40571
40572 \end_inset
40573
40574 , a 2
40575 \series bold
40576 ×
40577 \series default
40578
40579 \begin_inset Formula $n$
40580 \end_inset
40581
40582
40583 \begin_inset space ~
40584 \end_inset
40585
40586 matrix is used with left aligned columns for the 
40587 \begin_inset Formula $n$
40588 \end_inset
40589
40590  used variables.
40591 \begin_inset Foot
40592 status collapsed
40593
40594 \begin_layout Plain Layout
40595 For matrices see 
40596 \begin_inset CommandInset ref
40597 LatexCommand ref
40598 reference "sec:Matrices"
40599
40600 \end_inset
40601
40602
40603 \end_layout
40604
40605 \end_inset
40606
40607  To set the description in a smaller size, before the matrix e.
40608 \begin_inset space \thinspace{}
40609 \end_inset
40610
40611 g.
40612 \begin_inset space \space{}
40613 \end_inset
40614
40615 the command 
40616 \series bold
40617
40618 \backslash
40619 footnotesize
40620 \series default
40621  is inserted.
40622 \begin_inset Foot
40623 status collapsed
40624
40625 \begin_layout Plain Layout
40626 For font sizes see 
40627 \begin_inset CommandInset ref
40628 LatexCommand ref
40629 reference "subsec:Font-Sizes"
40630
40631 \end_inset
40632
40633
40634 \end_layout
40635
40636 \end_inset
40637
40638
40639 \end_layout
40640
40641 \begin_layout Standard
40642 When the formula style 
40643 \series bold
40644 Indented
40645 \begin_inset Foot
40646 status collapsed
40647
40648 \begin_layout Plain Layout
40649 For formula styles see 
40650 \begin_inset CommandInset ref
40651 LatexCommand ref
40652 reference "sec:Formula-Styles"
40653
40654 \end_inset
40655
40656
40657 \end_layout
40658
40659 \end_inset
40660
40661
40662 \series default
40663  is used, a 
40664 \series bold
40665
40666 \backslash
40667 hfill
40668 \series default
40669
40670 \begin_inset Foot
40671 status collapsed
40672
40673 \begin_layout Plain Layout
40674
40675 \series bold
40676
40677 \backslash
40678 hfill
40679 \series default
40680  only works in formulas with the style 
40681 \series bold
40682 Indented
40683 \series default
40684 , see 
40685 \begin_inset CommandInset ref
40686 LatexCommand ref
40687 reference "subsec:Variable-Space"
40688
40689 \end_inset
40690
40691 .
40692 \end_layout
40693
40694 \end_inset
40695
40696  is inserted before and after the matrix to have the same separation of
40697  the matrix from the equation and the side margin.
40698 \end_layout
40699
40700 \begin_layout Standard
40701 When the formula style 
40702 \series bold
40703 Centered
40704 \series default
40705  is used, the method described in 
40706 \begin_inset CommandInset ref
40707 LatexCommand ref
40708 reference "subsec:Flalign-Environment"
40709
40710 \end_inset
40711
40712  is used to indent formulas.
40713  Formula 
40714 \begin_inset CommandInset ref
40715 LatexCommand eqref
40716 reference "eq:within"
40717
40718 \end_inset
40719
40720  consists of five columns where in the first two columns contain the equation,
40721  the third the matrix and the last one an empty \SpecialChar TeX
40722  brace.
40723 \begin_inset Formula 
40724 \begin{flalign}
40725 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
40726 \rho & \textrm{density}\\
40727 V & \textrm{volume}\\
40728 g & \textrm{gravitational acceleration}
40729 \end{array} &  & {}\label{eq:within}
40730 \end{flalign}
40731
40732 \end_inset
40733
40734
40735 \end_layout
40736
40737 \begin_layout Subsection
40738 Upright small Greek Letters
40739 \begin_inset CommandInset label
40740 LatexCommand label
40741 name "subsec:Upright-small-Greek"
40742
40743 \end_inset
40744
40745
40746 \begin_inset Index idx
40747 range none
40748 pageformat default
40749 status collapsed
40750
40751 \begin_layout Plain Layout
40752 Greek letters
40753 \begin_inset IndexMacro subentry
40754 status open
40755
40756 \begin_layout Plain Layout
40757 upright
40758 \end_layout
40759
40760 \end_inset
40761
40762
40763 \end_layout
40764
40765 \end_inset
40766
40767
40768 \end_layout
40769
40770 \begin_layout Standard
40771 Most of the math fonts only provide italic small Greek letters.
40772  But for symbols of elementary particles like pions and neutrinos, upright
40773  Greek letters are needed.
40774  The file 
40775 \series bold
40776 upgreek.sty
40777 \series default
40778
40779 \begin_inset Foot
40780 status collapsed
40781
40782 \begin_layout Plain Layout
40783
40784 \series bold
40785 upgreek
40786 \series default
40787  is part of the \SpecialChar LaTeX
40788 -package 
40789 \series bold
40790 was
40791 \series default
40792
40793 \begin_inset Index idx
40794 range none
40795 pageformat default
40796 status collapsed
40797
40798 \begin_layout Plain Layout
40799 Packages
40800 \begin_inset IndexMacro subentry
40801 status open
40802
40803 \begin_layout Plain Layout
40804 was
40805 \end_layout
40806
40807 \end_inset
40808
40809
40810 \end_layout
40811
40812 \end_inset
40813
40814 .
40815 \end_layout
40816
40817 \end_inset
40818
40819
40820 \begin_inset Index idx
40821 range none
40822 pageformat default
40823 status collapsed
40824
40825 \begin_layout Plain Layout
40826 Packages
40827 \begin_inset IndexMacro subentry
40828 status open
40829
40830 \begin_layout Plain Layout
40831 upgreek
40832 \end_layout
40833
40834 \end_inset
40835
40836
40837 \end_layout
40838
40839 \end_inset
40840
40841  that is loaded with the \SpecialChar LaTeX
40842 -preamble line
40843 \end_layout
40844
40845 \begin_layout Standard
40846
40847 \series bold
40848
40849 \backslash
40850 usepackage{upgreek}
40851 \end_layout
40852
40853 \begin_layout Standard
40854 provides them.
40855  
40856 \begin_inset ERT
40857 status collapsed
40858
40859 \begin_layout Plain Layout
40860
40861
40862 \backslash
40863 ifupgreek 
40864 \end_layout
40865
40866 \end_inset
40867
40868
40869 \begin_inset Note Note
40870 status open
40871
40872 \begin_layout Plain Layout
40873 The following table will only be displayed when the \SpecialChar LaTeX
40874 -package 
40875 \series bold
40876 upgreek
40877 \series default
40878  is installed:
40879 \end_layout
40880
40881 \end_inset
40882
40883  They are created when the command for a small Greek letter is started with
40884  
40885 \series bold
40886 up
40887 \series default
40888 .
40889  For example the command 
40890 \series bold
40891
40892 \backslash
40893 uptau
40894 \series default
40895  creates this: 
40896 \begin_inset Formula $\uptau$
40897 \end_inset
40898
40899
40900 \end_layout
40901
40902 \begin_layout Standard
40903 With these commands reactions of elementary particles can be typeset:
40904 \begin_inset Formula 
40905 \[
40906 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
40907 \]
40908
40909 \end_inset
40910
40911
40912 \end_layout
40913
40914 \begin_layout Standard
40915 The upright letters are more bold and wider than the italic ones.
40916  They should therefore not be used for units like 
40917 \begin_inset Quotes eld
40918 \end_inset
40919
40920 µm
40921 \begin_inset Quotes erd
40922 \end_inset
40923
40924 .
40925 \end_layout
40926
40927 \begin_layout Standard
40928 \begin_inset ERT
40929 status collapsed
40930
40931 \begin_layout Plain Layout
40932
40933
40934 \backslash
40935 else 
40936 \end_layout
40937
40938 \end_inset
40939
40940
40941 \begin_inset Note Note
40942 status open
40943
40944 \begin_layout Plain Layout
40945 The following will be displayed when the \SpecialChar LaTeX
40946 -package 
40947 \series bold
40948 upgreek
40949 \series default
40950  is not installed:
40951 \end_layout
40952
40953 \end_inset
40954
40955
40956 \end_layout
40957
40958 \begin_layout Standard
40959 You need to install the \SpecialChar LaTeX
40960 -package 
40961 \series bold
40962 upgreek
40963 \series default
40964  to see the rest of this subsection in the output.
40965 \end_layout
40966
40967 \begin_layout Standard
40968 \begin_inset ERT
40969 status collapsed
40970
40971 \begin_layout Plain Layout
40972
40973
40974 \backslash
40975 fi 
40976 \end_layout
40977
40978 \end_inset
40979
40980
40981 \end_layout
40982
40983 \begin_layout Subsection
40984 Text Characters in Formulas
40985 \begin_inset Index idx
40986 range none
40987 pageformat default
40988 status collapsed
40989
40990 \begin_layout Plain Layout
40991 Text
40992 \begin_inset IndexMacro subentry
40993 status open
40994
40995 \begin_layout Plain Layout
40996 in formulas
40997 \end_layout
40998
40999 \end_inset
41000
41001
41002 \end_layout
41003
41004 \end_inset
41005
41006
41007 \end_layout
41008
41009 \begin_layout Standard
41010 In some cases you might want to insert text characters directly into formulas.
41011  For example the centered dot · is often used in formulas like 
41012 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
41013 \end_inset
41014
41015 .
41016  One would have to insert the command 
41017 \series bold
41018
41019 \backslash
41020 cdot
41021 \series default
41022
41023 \begin_inset Foot
41024 status collapsed
41025
41026 \begin_layout Plain Layout
41027 See 
41028 \begin_inset CommandInset ref
41029 LatexCommand ref
41030 reference "subsec:Binary-Operators"
41031
41032 \end_inset
41033
41034
41035 \end_layout
41036
41037 \end_inset
41038
41039  all the time, because this character is defined in all encodings as a text
41040  character.
41041  But the encoding can be changed by this \SpecialChar LaTeX
41042 -preamble line:
41043 \end_layout
41044
41045 \begin_layout Standard
41046
41047 \series bold
41048
41049 \backslash
41050 Declare Inputtext{183}{
41051 \backslash
41052 ifmmode
41053 \backslash
41054 cdot
41055 \backslash
41056 else
41057 \backslash
41058 textperiodcentered
41059 \backslash
41060 f\SpecialChar ligaturebreak
41061 i}
41062 \end_layout
41063
41064 \begin_layout Standard
41065 The character encoding (menu 
41066 \family sans
41067 Document\SpecialChar menuseparator
41068 Settings\SpecialChar menuseparator
41069 Language
41070 \family default
41071 ) specifies what character appears when a keyboard key is pressed.
41072  When the key for the character '·' is pressed, internally the command 
41073 \series bold
41074
41075 \backslash
41076 textperiodcentered
41077 \series default
41078  is used.
41079  But this command is not available in a formula so that you would get \SpecialChar LaTeX
41080 -errors.
41081  With the changed encoding the correct command is chosen automatically,
41082  depending on if the character was inserted into a formula or not.
41083 \end_layout
41084
41085 \begin_layout Standard
41086 The encoding of several characters is saved in definition files.
41087  For example the encoding 
41088 \series bold
41089 latin9
41090 \series default
41091  is defined in the file 
41092 \series bold
41093 latin9.def
41094 \series default
41095  which is in the installation folder of \SpecialChar LaTeX
41096 .
41097  Encodings should only be changed via the \SpecialChar LaTeX
41098 -preamble and not in the definition
41099  files.
41100  Otherwise documents could not be edited by other \SpecialChar LyX
41101  users working on other
41102  computers.
41103 \end_layout
41104
41105 \begin_layout Standard
41106 \begin_inset VSpace medskip
41107 \end_inset
41108
41109 Besides the centered dot, in this document the degree sign ° is defined
41110  with the following \SpecialChar LaTeX
41111 -preamble line so that it can be directly inserted into
41112  a formula:
41113 \end_layout
41114
41115 \begin_layout Standard
41116
41117 \series bold
41118
41119 \backslash
41120 DeclareInputtext{176}{
41121 \backslash
41122 ifmmode^
41123 \backslash
41124 circ
41125 \backslash
41126 else
41127 \backslash
41128 textdegree
41129 \backslash
41130 f\SpecialChar ligaturebreak
41131 i}
41132 \end_layout
41133
41134 \begin_layout Subsection
41135 \SpecialChar LaTeX
41136 -comments in formulas
41137 \begin_inset Index idx
41138 range none
41139 pageformat default
41140 status collapsed
41141
41142 \begin_layout Plain Layout
41143 \SpecialChar LaTeX
41144 -comments
41145 \end_layout
41146
41147 \end_inset
41148
41149
41150 \end_layout
41151
41152 \begin_layout Standard
41153 In text you can insert a comment that will only be visible in the \SpecialChar LaTeX
41154  source
41155  code of your file with the menu 
41156 \family sans
41157 Insert\SpecialChar menuseparator
41158 Note\SpecialChar menuseparator
41159 Comment
41160 \family default
41161 .
41162  This is not possible in a formula but you can insert \SpecialChar LaTeX
41163 -comments with the
41164  command
41165 \end_layout
41166
41167 \begin_layout Standard
41168
41169 \series bold
41170
41171 \backslash
41172 %
41173 \end_layout
41174
41175 \begin_layout Standard
41176 This creates a box in which you can write your comment.
41177  Due to a bug in \SpecialChar LyX
41178
41179 \begin_inset Foot
41180 status collapsed
41181
41182 \begin_layout Plain Layout
41183 \begin_inset CommandInset href
41184 LatexCommand href
41185 name "LyX-bug #9002"
41186 target "https://www.lyx.org/trac/ticket/9002"
41187 literal "false"
41188
41189 \end_inset
41190
41191
41192 \end_layout
41193
41194 \end_inset
41195
41196  you cannot write normal text inside the comment, even when you use mathematical
41197  text, you will see its \SpecialChar LaTeX
41198 -commands in the \SpecialChar LaTeX
41199 -output.
41200 \begin_inset Newline newline
41201 \end_inset
41202
41203 This a formula with a \SpecialChar LaTeX
41204 -comment:
41205 \begin_inset Formula 
41206 \[
41207 A=B%\text{This is the comment}
41208 \]
41209
41210 \end_inset
41211
41212
41213 \end_layout
41214
41215 \begin_layout Standard
41216 \begin_inset Newpage newpage
41217 \end_inset
41218
41219
41220 \end_layout
41221
41222 \begin_layout Section
41223 \start_of_appendix
41224 Typographic Advice
41225 \begin_inset Index idx
41226 range none
41227 pageformat default
41228 status collapsed
41229
41230 \begin_layout Plain Layout
41231 Typographic advice
41232 \end_layout
41233
41234 \end_inset
41235
41236
41237 \end_layout
41238
41239 \begin_layout Standard
41240 This section is a summary of the most important typographic rules, listed
41241  in ISO norms.
41242 \begin_inset Foot
41243 status collapsed
41244
41245 \begin_layout Plain Layout
41246 This collection was partly taken from the German semi-official dictionary
41247  called 
41248 \begin_inset Quotes eld
41249 \end_inset
41250
41251 Duden
41252 \begin_inset Quotes erd
41253 \end_inset
41254
41255  
41256 \begin_inset CommandInset citation
41257 LatexCommand cite
41258 key "Duden"
41259 literal "true"
41260
41261 \end_inset
41262
41263  that lists some of the ISO rules.
41264  More rules are listed in 
41265 \begin_inset CommandInset citation
41266 LatexCommand cite
41267 key "Checklist"
41268 literal "true"
41269
41270 \end_inset
41271
41272 .
41273 \end_layout
41274
41275 \end_inset
41276
41277
41278 \end_layout
41279
41280 \begin_layout Itemize
41281 Physical units are 
41282 \emph on
41283 always
41284 \emph default
41285  set upright
41286 \begin_inset Foot
41287 status collapsed
41288
41289 \begin_layout Plain Layout
41290 Done with font styles, see 
41291 \begin_inset CommandInset ref
41292 LatexCommand ref
41293 reference "subsec:Font-Styles"
41294
41295 \end_inset
41296
41297
41298 \end_layout
41299
41300 \end_inset
41301
41302 , no matter if they appear in italic text: 30
41303 \begin_inset space \thinspace{}
41304 \end_inset
41305
41306 km/h
41307 \begin_inset Newline newline
41308 \end_inset
41309
41310 Between the value and the unit is the smallest space, see 
41311 \begin_inset CommandInset ref
41312 LatexCommand ref
41313 reference "subsec:Predefined-Space"
41314
41315 \end_inset
41316
41317 .
41318 \begin_inset Newline newline
41319 \end_inset
41320
41321 This convention is automatically fulfilled when the command 
41322 \series bold
41323
41324 \backslash
41325 unittwo
41326 \series default
41327  is used.
41328  When it is entered in a formula, two boxes appear.
41329  In the first one the value is inserted, in the second one the unit, and
41330  the result is as above: 
41331 \begin_inset Formula $\unit[30]{km/h}$
41332 \end_inset
41333
41334
41335 \begin_inset space \thinspace{}
41336 \end_inset
41337
41338 .
41339  Note that 
41340 \series bold
41341
41342 \backslash
41343 unittwo
41344 \series default
41345  is not a real \SpecialChar LaTeX
41346  command but the command 
41347 \series bold
41348
41349 \backslash
41350 unit[value]{unit}
41351 \series default
41352 , therefore you cannot use it in \SpecialChar TeX
41353  code.
41354 \end_layout
41355
41356 \begin_layout Itemize
41357 Percent and perthousand signs are set like physical units:
41358 \begin_inset Newline newline
41359 \end_inset
41360
41361 1.2
41362 \begin_inset space \thinspace{}
41363 \end_inset
41364
41365 ‰ alcohol in blood
41366 \end_layout
41367
41368 \begin_layout Itemize
41369 The degree sign follows the value directly: 15°, except when it is used
41370  in units: 15
41371 \begin_inset space \thinspace{}
41372 \end_inset
41373
41374 °C
41375 \end_layout
41376
41377 \begin_layout Itemize
41378 In numbers with more than four digits the smallest space is inserted before
41379  every third digit to group them: 
41380 \family roman
41381 \series medium
41382 \shape up
41383 \size normal
41384 \emph off
41385 \bar no
41386 \noun off
41387 \color none
41388 18
41389 \begin_inset space \thinspace{}
41390 \end_inset
41391
41392 473
41393 \begin_inset space \thinspace{}
41394 \end_inset
41395
41396 588
41397 \end_layout
41398
41399 \begin_layout Itemize
41400 For dimensions like 120×90×40
41401 \begin_inset space \thinspace{}
41402 \end_inset
41403
41404 cm the multiplication sign 
41405 \begin_inset Quotes eld
41406 \end_inset
41407
41408 ×
41409 \begin_inset Quotes erd
41410 \end_inset
41411
41412  is used.
41413  It is available either via the command 
41414 \series bold
41415
41416 \backslash
41417 times
41418 \series default
41419  or via the menu 
41420 \family sans
41421 Insert\SpecialChar menuseparator
41422 Special Character\SpecialChar menuseparator
41423 Symbols
41424 \family default
41425 .
41426 \end_layout
41427
41428 \begin_layout Itemize
41429 Functions with names consisting of several letters are set upright to avoid
41430  confusions, see 
41431 \begin_inset CommandInset ref
41432 LatexCommand ref
41433 reference "subsec:Predefined-Functions"
41434
41435 \end_inset
41436
41437 .
41438 \end_layout
41439
41440 \begin_layout Itemize
41441 Indices consisting of several letters, are set upright: 
41442 \begin_inset Formula $E_{\mathrm{kin}}$
41443 \end_inset
41444
41445
41446 \begin_inset Newline newline
41447 \end_inset
41448
41449 Components of matrices are set italic: 
41450 \begin_inset Formula $\hat{H}_{kl}$
41451 \end_inset
41452
41453
41454 \end_layout
41455
41456 \begin_layout Itemize
41457 The differentiation/integration operator 'd', the Euler's number 'e' and
41458  the imaginary unit 'i' should be set upright, to avoid mixing them up with
41459  other variables.
41460 \end_layout
41461
41462 \begin_layout Itemize
41463 The character that denotes a 
41464 \noun on
41465 Fourier
41466 \noun default
41467  transformation is inserted either by the command 
41468 \series bold
41469
41470 \backslash
41471 mathscr
41472 \begin_inset space \textvisiblespace{}
41473 \end_inset
41474
41475 F
41476 \series default
41477  or via the menu 
41478 \family sans
41479 Insert\SpecialChar menuseparator
41480 Special Character\SpecialChar menuseparator
41481 Symbols\SpecialChar menuseparator
41482 Letterlike
41483 \begin_inset space ~
41484 \end_inset
41485
41486 Symbols
41487 \family default
41488
41489 \begin_inset Formula $\mathscr{F}$
41490 \end_inset
41491
41492
41493 \end_layout
41494
41495 \begin_layout Standard
41496 \begin_inset Newpage newpage
41497 \end_inset
41498
41499
41500 \end_layout
41501
41502 \begin_layout Section
41503 Synonyms
41504 \begin_inset Index idx
41505 range none
41506 pageformat default
41507 status collapsed
41508
41509 \begin_layout Plain Layout
41510 Synonyms
41511 \end_layout
41512
41513 \end_inset
41514
41515
41516 \end_layout
41517
41518 \begin_layout Standard
41519 Some characters and symbols can be created with several commands.
41520  Here is a list of the synonym commands:
41521 \end_layout
41522
41523 \begin_layout Standard
41524 \begin_inset VSpace bigskip
41525 \end_inset
41526
41527
41528 \begin_inset space \hfill{}
41529 \end_inset
41530
41531
41532 \begin_inset Tabular
41533 <lyxtabular version="3" rows="12" columns="2">
41534 <features booktabs="true" tabularvalignment="middle">
41535 <column alignment="center" valignment="top" width="0pt">
41536 <column alignment="center" valignment="top" width="0pt">
41537 <row>
41538 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
41539 \begin_inset Text
41540
41541 \begin_layout Plain Layout
41542 Command
41543 \end_layout
41544
41545 \end_inset
41546 </cell>
41547 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
41548 \begin_inset Text
41549
41550 \begin_layout Plain Layout
41551 equivalent to
41552 \end_layout
41553
41554 \end_inset
41555 </cell>
41556 </row>
41557 <row>
41558 <cell alignment="center" valignment="top" usebox="none">
41559 \begin_inset Text
41560
41561 \begin_layout Plain Layout
41562
41563 \backslash
41564 ast
41565 \end_layout
41566
41567 \end_inset
41568 </cell>
41569 <cell alignment="center" valignment="top" usebox="none">
41570 \begin_inset Text
41571
41572 \begin_layout Plain Layout
41573 *
41574 \end_layout
41575
41576 \end_inset
41577 </cell>
41578 </row>
41579 <row>
41580 <cell alignment="center" valignment="top" usebox="none">
41581 \begin_inset Text
41582
41583 \begin_layout Plain Layout
41584
41585 \backslash
41586 choose
41587 \end_layout
41588
41589 \end_inset
41590 </cell>
41591 <cell alignment="center" valignment="top" usebox="none">
41592 \begin_inset Text
41593
41594 \begin_layout Plain Layout
41595
41596 \backslash
41597 binom
41598 \end_layout
41599
41600 \end_inset
41601 </cell>
41602 </row>
41603 <row>
41604 <cell alignment="center" valignment="top" usebox="none">
41605 \begin_inset Text
41606
41607 \begin_layout Plain Layout
41608
41609 \backslash
41610 geq
41611 \end_layout
41612
41613 \end_inset
41614 </cell>
41615 <cell alignment="center" valignment="top" usebox="none">
41616 \begin_inset Text
41617
41618 \begin_layout Plain Layout
41619
41620 \backslash
41621 ge
41622 \end_layout
41623
41624 \end_inset
41625 </cell>
41626 </row>
41627 <row>
41628 <cell alignment="center" valignment="top" usebox="none">
41629 \begin_inset Text
41630
41631 \begin_layout Plain Layout
41632
41633 \backslash
41634 lbrace
41635 \end_layout
41636
41637 \end_inset
41638 </cell>
41639 <cell alignment="center" valignment="top" usebox="none">
41640 \begin_inset Text
41641
41642 \begin_layout Plain Layout
41643 {
41644 \end_layout
41645
41646 \end_inset
41647 </cell>
41648 </row>
41649 <row>
41650 <cell alignment="center" valignment="top" usebox="none">
41651 \begin_inset Text
41652
41653 \begin_layout Plain Layout
41654
41655 \backslash
41656 lbracket
41657 \end_layout
41658
41659 \end_inset
41660 </cell>
41661 <cell alignment="center" valignment="top" usebox="none">
41662 \begin_inset Text
41663
41664 \begin_layout Plain Layout
41665 [
41666 \end_layout
41667
41668 \end_inset
41669 </cell>
41670 </row>
41671 <row>
41672 <cell alignment="center" valignment="top" usebox="none">
41673 \begin_inset Text
41674
41675 \begin_layout Plain Layout
41676
41677 \backslash
41678 leftarrow
41679 \end_layout
41680
41681 \end_inset
41682 </cell>
41683 <cell alignment="center" valignment="top" usebox="none">
41684 \begin_inset Text
41685
41686 \begin_layout Plain Layout
41687
41688 \backslash
41689 gets
41690 \end_layout
41691
41692 \end_inset
41693 </cell>
41694 </row>
41695 <row>
41696 <cell alignment="center" valignment="top" usebox="none">
41697 \begin_inset Text
41698
41699 \begin_layout Plain Layout
41700
41701 \backslash
41702 leq
41703 \end_layout
41704
41705 \end_inset
41706 </cell>
41707 <cell alignment="center" valignment="top" usebox="none">
41708 \begin_inset Text
41709
41710 \begin_layout Plain Layout
41711
41712 \backslash
41713 le
41714 \end_layout
41715
41716 \end_inset
41717 </cell>
41718 </row>
41719 <row>
41720 <cell alignment="center" valignment="top" usebox="none">
41721 \begin_inset Text
41722
41723 \begin_layout Plain Layout
41724
41725 \backslash
41726 lor
41727 \end_layout
41728
41729 \end_inset
41730 </cell>
41731 <cell alignment="center" valignment="top" usebox="none">
41732 \begin_inset Text
41733
41734 \begin_layout Plain Layout
41735
41736 \backslash
41737 vee
41738 \end_layout
41739
41740 \end_inset
41741 </cell>
41742 </row>
41743 <row>
41744 <cell alignment="center" valignment="top" usebox="none">
41745 \begin_inset Text
41746
41747 \begin_layout Plain Layout
41748
41749 \backslash
41750 neq
41751 \end_layout
41752
41753 \end_inset
41754 </cell>
41755 <cell alignment="center" valignment="top" usebox="none">
41756 \begin_inset Text
41757
41758 \begin_layout Plain Layout
41759
41760 \backslash
41761 not=
41762 \end_layout
41763
41764 \end_inset
41765 </cell>
41766 </row>
41767 <row>
41768 <cell alignment="center" valignment="top" usebox="none">
41769 \begin_inset Text
41770
41771 \begin_layout Plain Layout
41772
41773 \backslash
41774 slash
41775 \end_layout
41776
41777 \end_inset
41778 </cell>
41779 <cell alignment="center" valignment="top" usebox="none">
41780 \begin_inset Text
41781
41782 \begin_layout Plain Layout
41783 /
41784 \end_layout
41785
41786 \end_inset
41787 </cell>
41788 </row>
41789 <row>
41790 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
41791 \begin_inset Text
41792
41793 \begin_layout Plain Layout
41794
41795 \backslash
41796 vert
41797 \end_layout
41798
41799 \end_inset
41800 </cell>
41801 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
41802 \begin_inset Text
41803
41804 \begin_layout Plain Layout
41805 |
41806 \end_layout
41807
41808 \end_inset
41809 </cell>
41810 </row>
41811 </lyxtabular>
41812
41813 \end_inset
41814
41815
41816 \begin_inset space \hfill{}
41817 \end_inset
41818
41819
41820 \begin_inset Tabular
41821 <lyxtabular version="3" rows="12" columns="2">
41822 <features booktabs="true" tabularvalignment="middle">
41823 <column alignment="center" valignment="top" width="0pt">
41824 <column alignment="center" valignment="top" width="0pt">
41825 <row>
41826 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
41827 \begin_inset Text
41828
41829 \begin_layout Plain Layout
41830 Command
41831 \end_layout
41832
41833 \end_inset
41834 </cell>
41835 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
41836 \begin_inset Text
41837
41838 \begin_layout Plain Layout
41839 equivalent to
41840 \end_layout
41841
41842 \end_inset
41843 </cell>
41844 </row>
41845 <row>
41846 <cell alignment="center" valignment="top" usebox="none">
41847 \begin_inset Text
41848
41849 \begin_layout Plain Layout
41850
41851 \backslash
41852 backslash
41853 \end_layout
41854
41855 \end_inset
41856 </cell>
41857 <cell alignment="center" valignment="top" usebox="none">
41858 \begin_inset Text
41859
41860 \begin_layout Plain Layout
41861
41862 \backslash
41863
41864 \backslash
41865
41866 \end_layout
41867
41868 \end_inset
41869 </cell>
41870 </row>
41871 <row>
41872 <cell alignment="center" valignment="top" usebox="none">
41873 \begin_inset Text
41874
41875 \begin_layout Plain Layout
41876
41877 \backslash
41878 dasharrow
41879 \end_layout
41880
41881 \end_inset
41882 </cell>
41883 <cell alignment="center" valignment="top" usebox="none">
41884 \begin_inset Text
41885
41886 \begin_layout Plain Layout
41887
41888 \backslash
41889 dashrightarrow
41890 \end_layout
41891
41892 \end_inset
41893 </cell>
41894 </row>
41895 <row>
41896 <cell alignment="center" valignment="top" usebox="none">
41897 \begin_inset Text
41898
41899 \begin_layout Plain Layout
41900
41901 \backslash
41902 land
41903 \end_layout
41904
41905 \end_inset
41906 </cell>
41907 <cell alignment="center" valignment="top" usebox="none">
41908 \begin_inset Text
41909
41910 \begin_layout Plain Layout
41911
41912 \backslash
41913 wedge
41914 \end_layout
41915
41916 \end_inset
41917 </cell>
41918 </row>
41919 <row>
41920 <cell alignment="center" valignment="top" usebox="none">
41921 \begin_inset Text
41922
41923 \begin_layout Plain Layout
41924
41925 \backslash
41926 rbrace
41927 \end_layout
41928
41929 \end_inset
41930 </cell>
41931 <cell alignment="center" valignment="top" usebox="none">
41932 \begin_inset Text
41933
41934 \begin_layout Plain Layout
41935 }
41936 \end_layout
41937
41938 \end_inset
41939 </cell>
41940 </row>
41941 <row>
41942 <cell alignment="center" valignment="top" usebox="none">
41943 \begin_inset Text
41944
41945 \begin_layout Plain Layout
41946
41947 \backslash
41948 rbracket
41949 \end_layout
41950
41951 \end_inset
41952 </cell>
41953 <cell alignment="center" valignment="top" usebox="none">
41954 \begin_inset Text
41955
41956 \begin_layout Plain Layout
41957 ]
41958 \end_layout
41959
41960 \end_inset
41961 </cell>
41962 </row>
41963 <row>
41964 <cell alignment="center" valignment="top" usebox="none">
41965 \begin_inset Text
41966
41967 \begin_layout Plain Layout
41968
41969 \backslash
41970 rightarrow
41971 \end_layout
41972
41973 \end_inset
41974 </cell>
41975 <cell alignment="center" valignment="top" usebox="none">
41976 \begin_inset Text
41977
41978 \begin_layout Plain Layout
41979
41980 \backslash
41981 to
41982 \end_layout
41983
41984 \end_inset
41985 </cell>
41986 </row>
41987 <row>
41988 <cell alignment="center" valignment="top" usebox="none">
41989 \begin_inset Text
41990
41991 \begin_layout Plain Layout
41992
41993 \backslash
41994 lnot
41995 \end_layout
41996
41997 \end_inset
41998 </cell>
41999 <cell alignment="center" valignment="top" usebox="none">
42000 \begin_inset Text
42001
42002 \begin_layout Plain Layout
42003
42004 \backslash
42005 neg
42006 \end_layout
42007
42008 \end_inset
42009 </cell>
42010 </row>
42011 <row>
42012 <cell alignment="center" valignment="top" usebox="none">
42013 \begin_inset Text
42014
42015 \begin_layout Plain Layout
42016
42017 \backslash
42018 ne
42019 \end_layout
42020
42021 \end_inset
42022 </cell>
42023 <cell alignment="center" valignment="top" usebox="none">
42024 \begin_inset Text
42025
42026 \begin_layout Plain Layout
42027
42028 \backslash
42029 not=
42030 \end_layout
42031
42032 \end_inset
42033 </cell>
42034 </row>
42035 <row>
42036 <cell alignment="center" valignment="top" usebox="none">
42037 \begin_inset Text
42038
42039 \begin_layout Plain Layout
42040
42041 \backslash
42042 owns
42043 \end_layout
42044
42045 \end_inset
42046 </cell>
42047 <cell alignment="center" valignment="top" usebox="none">
42048 \begin_inset Text
42049
42050 \begin_layout Plain Layout
42051
42052 \backslash
42053 ni
42054 \end_layout
42055
42056 \end_inset
42057 </cell>
42058 </row>
42059 <row>
42060 <cell alignment="center" valignment="top" usebox="none">
42061 \begin_inset Text
42062
42063 \begin_layout Plain Layout
42064
42065 \backslash
42066 square
42067 \end_layout
42068
42069 \end_inset
42070 </cell>
42071 <cell alignment="center" valignment="top" usebox="none">
42072 \begin_inset Text
42073
42074 \begin_layout Plain Layout
42075
42076 \backslash
42077 Box
42078 \end_layout
42079
42080 \end_inset
42081 </cell>
42082 </row>
42083 <row>
42084 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
42085 \begin_inset Text
42086
42087 \begin_layout Plain Layout
42088
42089 \backslash
42090 Vert
42091 \end_layout
42092
42093 \end_inset
42094 </cell>
42095 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
42096 \begin_inset Text
42097
42098 \begin_layout Plain Layout
42099
42100 \backslash
42101 |
42102 \end_layout
42103
42104 \end_inset
42105 </cell>
42106 </row>
42107 </lyxtabular>
42108
42109 \end_inset
42110
42111
42112 \begin_inset space \hfill{}
42113 \end_inset
42114
42115
42116 \begin_inset CommandInset href
42117 LatexCommand href
42118 name "List"
42119 target "https://ctan.org/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
42120 literal "false"
42121
42122 \end_inset
42123
42124
42125 \end_layout
42126
42127 \begin_layout Standard
42128 \begin_inset Newpage newpage
42129 \end_inset
42130
42131
42132 \end_layout
42133
42134 \begin_layout Bibliography
42135 \begin_inset CommandInset bibitem
42136 LatexCommand bibitem
42137 key "TLC2"
42138 literal "true"
42139
42140 \end_inset
42141
42142
42143 \shape smallcaps
42144 F.
42145  Mittelbach; M.
42146  Goossens
42147 \shape default
42148
42149 \shape italic
42150 The \SpecialChar LaTeX
42151  Companion
42152 \shape default
42153 .
42154  Addison Wesley, 2004
42155 \end_layout
42156
42157 \begin_layout Bibliography
42158 \begin_inset CommandInset bibitem
42159 LatexCommand bibitem
42160 key "Mathmode"
42161 literal "true"
42162
42163 \end_inset
42164
42165
42166 \change_inserted 5863208 1612728717
42167
42168 \begin_inset CommandInset href
42169 LatexCommand href
42170 name "Description"
42171 target "http://mirrors.ctan.org/obsolete/info/math/voss/mathmode/Mathmode.pdf"
42172 literal "false"
42173
42174 \end_inset
42175
42176
42177 \change_deleted 5863208 1612728717
42178
42179 \begin_inset CommandInset href
42180 LatexCommand href
42181 name "Description"
42182 target "https://www.tug.org/~hvoss/PDF/mathmode.pdf"
42183 literal "false"
42184
42185 \end_inset
42186
42187
42188 \change_unchanged
42189  of \SpecialChar LaTeX
42190 's math abilities
42191 \change_deleted 5863208 1612728849
42192
42193 \begin_inset Note Note
42194 status open
42195
42196 \begin_layout Plain Layout
42197
42198 \change_inserted 232239728 1611367909
42199 Bad Link
42200 \change_unchanged
42201
42202 \end_layout
42203
42204 \end_inset
42205
42206
42207 \change_unchanged
42208
42209 \end_layout
42210
42211 \begin_layout Bibliography
42212 \begin_inset CommandInset bibitem
42213 LatexCommand bibitem
42214 key "AMS"
42215 literal "true"
42216
42217 \end_inset
42218
42219
42220 \change_inserted 5863208 1612728836
42221
42222 \begin_inset CommandInset href
42223 LatexCommand href
42224 name "Description"
42225 target "http://tug.ctan.org/info/amslatex/english/amsldoc.pdf"
42226 literal "false"
42227
42228 \end_inset
42229
42230
42231 \change_deleted 5863208 1612728836
42232
42233 \begin_inset CommandInset href
42234 LatexCommand href
42235 name "Description"
42236 target "https://www.ctan.org/tex-archive/macros/latex/required/amslatex/math/amsldoc.pdf"
42237 literal "false"
42238
42239 \end_inset
42240
42241
42242 \change_unchanged
42243  of 
42244 \begin_inset ERT
42245 status collapsed
42246
42247 \begin_layout Plain Layout
42248
42249
42250 \backslash
42251 AmS
42252 \end_layout
42253
42254 \end_inset
42255
42256 -\SpecialChar LaTeX
42257
42258 \change_deleted 5863208 1612728851
42259
42260 \begin_inset Note Note
42261 status open
42262
42263 \begin_layout Plain Layout
42264
42265 \change_inserted 232239728 1611367919
42266 Bad Link
42267 \change_unchanged
42268
42269 \end_layout
42270
42271 \end_inset
42272
42273
42274 \change_unchanged
42275
42276 \end_layout
42277
42278 \begin_layout Bibliography
42279 \begin_inset CommandInset bibitem
42280 LatexCommand bibitem
42281 key "Symbols"
42282 literal "true"
42283
42284 \end_inset
42285
42286
42287 \change_inserted 5863208 1612728963
42288
42289 \begin_inset CommandInset href
42290 LatexCommand href
42291 name "List"
42292 target "http://tug.ctan.org/info/symbols/comprehensive/symbols-a4.pdf"
42293 literal "false"
42294
42295 \end_inset
42296
42297
42298 \change_deleted 5863208 1612728963
42299
42300 \begin_inset CommandInset href
42301 LatexCommand href
42302 name "List"
42303 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
42304 literal "false"
42305
42306 \end_inset
42307
42308
42309 \change_unchanged
42310  of all symbols available with \SpecialChar LaTeX
42311 -packages
42312 \change_deleted 5863208 1612728966
42313
42314 \begin_inset Note Note
42315 status open
42316
42317 \begin_layout Plain Layout
42318
42319 \change_inserted 232239728 1611367959
42320 Bad link
42321 \change_unchanged
42322
42323 \end_layout
42324
42325 \end_inset
42326
42327
42328 \change_unchanged
42329
42330 \end_layout
42331
42332 \begin_layout Bibliography
42333 \begin_inset CommandInset bibitem
42334 LatexCommand bibitem
42335 key "cancel"
42336 literal "true"
42337
42338 \end_inset
42339
42340
42341 \begin_inset CommandInset href
42342 LatexCommand href
42343 name "Documentation"
42344 target "https://www.ctan.org/tex-archive/macros/latex/contrib/cancel/cancel.pdf"
42345 literal "false"
42346
42347 \end_inset
42348
42349  of the \SpecialChar LaTeX
42350 -package 
42351 \series bold
42352 cancel
42353 \series default
42354
42355 \begin_inset Index idx
42356 range none
42357 pageformat default
42358 status collapsed
42359
42360 \begin_layout Plain Layout
42361 Packages
42362 \begin_inset IndexMacro subentry
42363 status open
42364
42365 \begin_layout Plain Layout
42366 cancel
42367 \end_layout
42368
42369 \end_inset
42370
42371
42372 \end_layout
42373
42374 \end_inset
42375
42376
42377 \end_layout
42378
42379 \begin_layout Bibliography
42380 \begin_inset CommandInset bibitem
42381 LatexCommand bibitem
42382 key "hyperref"
42383 literal "true"
42384
42385 \end_inset
42386
42387
42388 \begin_inset CommandInset href
42389 LatexCommand href
42390 name "Documentation"
42391 target "https://www.ctan.org/tex-archive/macros/latex/contrib/hyperref/doc/manual.pdf"
42392 literal "false"
42393
42394 \end_inset
42395
42396  of the \SpecialChar LaTeX
42397 -package 
42398 \series bold
42399 hyperref
42400 \series default
42401
42402 \begin_inset Index idx
42403 range none
42404 pageformat default
42405 status collapsed
42406
42407 \begin_layout Plain Layout
42408 Packages
42409 \begin_inset IndexMacro subentry
42410 status open
42411
42412 \begin_layout Plain Layout
42413 hyperref
42414 \end_layout
42415
42416 \end_inset
42417
42418
42419 \end_layout
42420
42421 \end_inset
42422
42423
42424 \end_layout
42425
42426 \begin_layout Bibliography
42427 \begin_inset CommandInset bibitem
42428 LatexCommand bibitem
42429 key "mhchem"
42430 literal "true"
42431
42432 \end_inset
42433
42434
42435 \begin_inset CommandInset href
42436 LatexCommand href
42437 name "Documentation"
42438 target "https://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
42439 literal "false"
42440
42441 \end_inset
42442
42443  of the \SpecialChar LaTeX
42444 -package 
42445 \series bold
42446 mhchem
42447 \series default
42448
42449 \begin_inset Index idx
42450 range none
42451 pageformat default
42452 status collapsed
42453
42454 \begin_layout Plain Layout
42455 Packages
42456 \begin_inset IndexMacro subentry
42457 status open
42458
42459 \begin_layout Plain Layout
42460 mhchem
42461 \end_layout
42462
42463 \end_inset
42464
42465
42466 \end_layout
42467
42468 \end_inset
42469
42470
42471 \end_layout
42472
42473 \begin_layout Bibliography
42474 \begin_inset CommandInset bibitem
42475 LatexCommand bibitem
42476 key "Duden"
42477 literal "true"
42478
42479 \end_inset
42480
42481
42482 \emph on
42483 Duden Band
42484 \begin_inset space ~
42485 \end_inset
42486
42487 1
42488 \emph default
42489 .
42490  22.
42491 \begin_inset space ~
42492 \end_inset
42493
42494 Auflage, Dudenverlag, 2000
42495 \end_layout
42496
42497 \begin_layout Bibliography
42498 \begin_inset CommandInset bibitem
42499 LatexCommand bibitem
42500 key "Checklist"
42501 literal "true"
42502
42503 \end_inset
42504
42505
42506 \begin_inset CommandInset href
42507 LatexCommand href
42508 name "Check list"
42509 target "https://www.nist.gov/physical-measurement-laboratory/special-publication-811"
42510 literal "false"
42511
42512 \end_inset
42513
42514  for reviewing manuscripts
42515 \end_layout
42516
42517 \begin_layout Standard
42518 \begin_inset CommandInset index_print
42519 LatexCommand printindex
42520 type "idx"
42521 name "Index"
42522 literal "false"
42523
42524 \end_inset
42525
42526
42527 \end_layout
42528
42529 \end_body
42530 \end_document