]> git.lyx.org Git - features.git/blob - lib/doc/Math.lyx
de/UserGuide: another minor correction
[features.git] / lib / doc / Math.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 609
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 status collapsed
520
521 \begin_layout Plain Layout
522 Formula ! inline
523 \end_layout
524
525 \end_inset
526
527  that is embedded in a text line, use one of the shortcuts 
528 \begin_inset Info
529 type  "shortcuts"
530 arg   "math-mode"
531 \end_inset
532
533  or the toolbar button 
534 \begin_inset Info
535 type  "icon"
536 arg   "math-mode"
537 \end_inset
538
539 .
540 \begin_inset Newline newline
541 \end_inset
542
543 To create a display style formula
544 \begin_inset Index idx
545 status open
546
547 \begin_layout Plain Layout
548 Formula ! display style
549 \end_layout
550
551 \end_inset
552
553  which will appear bigger, has a different format, and will be in a separate
554  paragraph, use one of these shortcuts: 
555 \begin_inset Info
556 type  "shortcuts"
557 arg   "math-display"
558 \end_inset
559
560 .
561 \end_layout
562
563 \begin_layout Standard
564 To change a display style formula to an inline formula, place the cursor
565  inside the formula and use 
566 \change_deleted 5863208 1612729312
567 one of 
568 \change_unchanged
569 the shortcut
570 \change_deleted 5863208 1612729314
571 s
572 \change_unchanged
573  
574 \change_deleted 5863208 1612729303
575
576 \begin_inset Info
577 type  "shortcuts"
578 arg   "math-mode"
579 \end_inset
580
581
582 \change_inserted 5863208 1612729281
583
584 \begin_inset Info
585 type  "shortcuts"
586 arg   "math-mutate simple"
587 \end_inset
588
589
590 \change_unchanged
591  or the menu 
592 \family sans
593 Edit\SpecialChar menuseparator
594 Math\SpecialChar menuseparator
595 Change formula type
596 \family default
597 .
598  
599 \change_inserted 5863208 1612729555
600 Similarly you can use the shortcut 
601 \begin_inset Info
602 type  "shortcuts"
603 arg   "math-mutate equation"
604 \end_inset
605
606  to change from an inline to a display style formula.
607  
608 \change_deleted 5863208 1612729557
609 The same method is used to change an inline formula to a display style formula.
610 \change_unchanged
611
612 \end_layout
613
614 \begin_layout Standard
615 To display parts of an inline formula in the size of a display style formula,
616  enter the command 
617 \series bold
618
619 \backslash
620 displaystyle
621 \series default
622
623 \begin_inset Index idx
624 status collapsed
625
626 \begin_layout Plain Layout
627 Commands ! D ! 
628 \backslash
629 displaystyle
630 \end_layout
631
632 \end_inset
633
634  in a formula.
635  A new blue box will appear in which the desired formula part is inserted.
636 \end_layout
637
638 \begin_layout Standard
639 Only inline formulas are allowed inside tables.
640 \end_layout
641
642 \begin_layout Standard
643
644 \change_deleted 232239728 1610897673
645 The 
646 \family sans
647 math toolbar
648 \family default
649  can be turned on in the menu 
650 \family sans
651 View\SpecialChar menuseparator
652 Toolbars
653 \family default
654 .
655  When you click there on 
656 \begin_inset Quotes eld
657 \end_inset
658
659 Math
660 \begin_inset Quotes erd
661 \end_inset
662
663  the toolbar will be shown permanently at the bottom; this state is visualized
664  in the 
665 \family sans
666 Toolbars
667 \family default
668  menu with a checkmark.
669  When you click in this state again on 
670 \begin_inset Quotes eld
671 \end_inset
672
673 Math
674 \begin_inset Quotes erd
675 \end_inset
676
677  in the 
678 \family sans
679 Toolbars
680 \family default
681  menu, the 
682 \family sans
683 math toolbar
684 \family default
685  is only shown when the cursor is within a formula; this state is visualized
686  by the renaming of the menu entry from 
687 \begin_inset Quotes eld
688 \end_inset
689
690 Math
691 \begin_inset Quotes erd
692 \end_inset
693
694  to 
695 \begin_inset Quotes eld
696 \end_inset
697
698 Math
699 \begin_inset space ~
700 \end_inset
701
702 (auto)
703 \begin_inset Quotes erd
704 \end_inset
705
706 .
707 \change_inserted 232239728 1610897478
708
709 \end_layout
710
711 \begin_layout Standard
712
713 \change_inserted 232239728 1610918987
714
715 \family sans
716 Math toolbar
717 \family default
718  visibility is controlled in the menu 
719 \family sans
720 View\SpecialChar menuseparator
721 Toolbars\SpecialChar menuseparator
722 Math
723 \family default
724 .
725  Three options will be presented, On, Off, and Automatic.
726  Selecting On will cause the toolbar to be shown permanently at the bottom
727  of the screen.
728  Selecting Off will disable the toolbar.
729  Selecting Automatic will cause the toolbar to automatically appear when
730  the cursor is located within a formula.
731  The active state of the toolbar is indicated by a checkmark next to the
732  current menu selection.
733 \begin_inset Note Note
734 status open
735
736 \begin_layout Plain Layout
737
738 \change_inserted 232239728 1610897730
739 The menu functionality appears to have changed, I rewrote the paragraph
740  for the current functionality
741 \change_unchanged
742
743 \end_layout
744
745 \end_inset
746
747
748 \change_unchanged
749
750 \end_layout
751
752 \begin_layout Standard
753 \SpecialChar TeX
754  mode
755 \begin_inset Index idx
756 status collapsed
757
758 \begin_layout Plain Layout
759 T@\SpecialChar TeX
760 -mode
761 \end_layout
762
763 \end_inset
764
765  is invoked by pressing the toolbar button 
766 \begin_inset Info
767 type  "icon"
768 arg   "ert-insert"
769 \end_inset
770
771  or by using the menu 
772 \family sans
773 Insert\SpecialChar menuseparator
774 TeX Code
775 \family default
776  (shortcut 
777 \begin_inset Info
778 type  "shortcut"
779 arg   "ert-insert"
780 \end_inset
781
782 ).
783 \end_layout
784
785 \begin_layout Standard
786 To change the \SpecialChar LaTeX
787 -preamble
788 \begin_inset Index idx
789 status collapsed
790
791 \begin_layout Plain Layout
792 L@\SpecialChar LaTeX
793 -preamble
794 \end_layout
795
796 \end_inset
797
798 , use the menu 
799 \family sans
800 Document\SpecialChar menuseparator
801 Settings\SpecialChar menuseparator
802 LaTeX
803 \family default
804  
805 \family sans
806 Preamble
807 \family default
808 .
809 \end_layout
810
811 \begin_layout Standard
812 To edit matrices, case differentiations and multiline formulas, use the
813  menus 
814 \family sans
815 Edit\SpecialChar menuseparator
816 Math
817 \family default
818  and 
819 \family sans
820 Edit\SpecialChar menuseparator
821 Rows
822 \begin_inset space \thinspace{}
823 \end_inset
824
825 &
826 \begin_inset space \thinspace{}
827 \end_inset
828
829 Columns,
830 \family default
831  or the 
832 \family sans
833 table toolbar
834 \family default
835 .
836  When lines and columns are swapped via the menu, the column or line where
837  the cursor is in is exchanged with the column to the right or the line
838  below, respectively.
839  If the cursor is in the last column or row, the exchange is done with the
840  column to the left or the line above.
841 \end_layout
842
843 \begin_layout Standard
844 To write text in formulas
845 \begin_inset Foot
846 status collapsed
847
848 \begin_layout Plain Layout
849 For multiline formulas the command 
850 \series bold
851
852 \backslash
853 intertext
854 \series default
855  is used, see 
856 \begin_inset CommandInset ref
857 LatexCommand ref
858 reference "subsec:Text-in-multiline"
859
860 \end_inset
861
862 .
863 \end_layout
864
865 \end_inset
866
867  
868 \emph on
869 mathematical text
870 \emph default
871
872 \begin_inset Index idx
873 status collapsed
874
875 \begin_layout Plain Layout
876 Text ! in formulas
877 \end_layout
878
879 \end_inset
880
881
882 \begin_inset Index idx
883 status collapsed
884
885 \begin_layout Plain Layout
886 Mathematical text
887 \end_layout
888
889 \end_inset
890
891  is used.
892  This mode is invoked with the shortcut 
893 \begin_inset Info
894 type  "shortcut"
895 arg   "font-default"
896 \end_inset
897
898  or by the insertion of the command 
899 \series bold
900
901 \backslash
902 text
903 \series default
904
905 \begin_inset Index idx
906 status collapsed
907
908 \begin_layout Plain Layout
909 Commands ! T ! 
910 \backslash
911 text
912 \end_layout
913
914 \end_inset
915
916 .
917  The text appears black in \SpecialChar LyX
918  and can therefore be distinguished from the
919  other formula parts which appear blue.
920  In the output, mathematical text is set upright contrary to other formula
921  parts.
922 \end_layout
923
924 \begin_layout Subsection*
925 Command Scheme
926 \end_layout
927
928 \begin_layout Standard
929 Most \SpecialChar LaTeX
930 -commands for math constructs have the following syntax:
931 \end_layout
932
933 \begin_layout Standard
934
935 \series bold
936
937 \backslash
938 commandname[optional
939 \series default
940  
941 \series bold
942 argument]{required
943 \series default
944  
945 \series bold
946 argument}
947 \end_layout
948
949 \begin_layout Standard
950 A command always starts with a backslash 
951 \begin_inset Quotes gld
952 \end_inset
953
954
955 \series bold
956
957 \backslash
958
959 \series default
960
961 \begin_inset Quotes grd
962 \end_inset
963
964 .
965  To omit the 
966 \series bold
967 optional
968 \series default
969  
970 \series bold
971 argument
972 \series default
973 s, also omit the associated brackets.
974  The braces around the 
975 \series bold
976 required
977 \series default
978  
979 \series bold
980 arguments
981 \series default
982  are referred to in this document as \SpecialChar TeX
983  braces
984 \begin_inset Index idx
985 status collapsed
986
987 \begin_layout Plain Layout
988 T@\SpecialChar TeX
989 -braces
990 \end_layout
991
992 \end_inset
993
994 .
995  If you append a left brace to a command name inside a formula, \SpecialChar LyX
996  automatically
997  creates a right \SpecialChar TeX
998  brace.
999  In all other cases standalone \SpecialChar TeX
1000  braces are created in formulas with the
1001  command 
1002 \series bold
1003
1004 \backslash
1005 {
1006 \series default
1007 .
1008  Normal braces are created by typing 
1009 \series bold
1010 {
1011 \series default
1012 .
1013  \SpecialChar TeX
1014  braces appear red in \SpecialChar LyX
1015 , normal braces appear blue.
1016  In \SpecialChar TeX
1017  mode a command is not needed to get \SpecialChar TeX
1018  braces.
1019  \SpecialChar TeX
1020  braces don't appear in the output while normal braces do.
1021 \end_layout
1022
1023 \begin_layout Standard
1024 When commands without arguments, like commands for symbols, are entered
1025  in \SpecialChar TeX
1026  mode, a space character must 
1027 \emph on
1028 always
1029 \emph default
1030  be behind the command to end it.
1031  This space doesn't appear in the output.
1032  When the space should appear in the output, the space must be followed
1033  by a 
1034 \change_deleted 177693 1654668848
1035 protected
1036 \change_inserted 177693 1654668851
1037 non-breaking
1038 \change_unchanged
1039  space in normal text.
1040 \end_layout
1041
1042 \begin_layout Standard
1043
1044 \change_deleted 177693 1654668857
1045 protected
1046 \change_inserted 177693 1654668860
1047 non-breaking
1048 \change_unchanged
1049  space is inserted with
1050 \change_inserted 232239728 1610908934
1051  
1052 \change_deleted 5863208 1612729787
1053 the menu selection 
1054 \change_inserted 5863208 1612729774
1055
1056 \begin_inset Info
1057 type  "shortcuts"
1058 arg   "command-alternatives math-space ; space-insert protected"
1059 \end_inset
1060
1061
1062 \change_deleted 232239728 1610908788
1063
1064 \begin_inset Info
1065 type  "shortcuts"
1066 arg   "command-alternatives space-insert protected;  math-space"
1067 \end_inset
1068
1069
1070 \change_inserted 5863208 1612729766
1071 or with the menu selection
1072 \family sans
1073  
1074 \change_inserted 232239728 1610908897
1075 Insert\SpecialChar menuseparator
1076 Formatting\SpecialChar menuseparator
1077
1078 \change_deleted 177693 1654668863
1079 Protected
1080 \change_inserted 177693 1654668975
1081 Non-Breaking Normal
1082 \change_inserted 232239728 1610908897
1083  Space
1084 \family default
1085  or 
1086 \change_inserted 5863208 1612729638
1087
1088 \family sans
1089 Ctrl+Space
1090 \change_deleted 5863208 1612729640
1091
1092 \family default
1093 Ctrl+Space
1094 \change_unchanged
1095 .
1096 \end_layout
1097
1098 \begin_layout Subsection*
1099 \begin_inset Newpage newpage
1100 \end_inset
1101
1102
1103 \change_deleted 5863208 1612098922
1104 Syntax 
1105 \change_unchanged
1106 Explanation
1107 \change_inserted 5863208 1612100879
1108  of Syntax Used in this Manual
1109 \change_unchanged
1110
1111 \end_layout
1112
1113 \begin_layout Itemize
1114 The symbol 
1115 \begin_inset space \textvisiblespace{}
1116 \end_inset
1117
1118  denotes a space character to be input
1119 \change_inserted 5863208 1612098935
1120  by the user
1121 \change_unchanged
1122 .
1123 \end_layout
1124
1125 \begin_layout Itemize
1126 An arrow like 
1127 \begin_inset Formula $\to$
1128 \end_inset
1129
1130  denotes the usage of the corresponding arrow key on the keyboard.
1131  The 
1132 \family sans
1133 Tab
1134 \family default
1135  key can often be used instead of 
1136 \begin_inset Formula $\to$
1137 \end_inset
1138
1139  and 
1140 \begin_inset Formula $\downarrow$
1141 \end_inset
1142
1143 , and 
1144 \family sans
1145 Shift+Tab
1146 \family default
1147  instead of 
1148 \begin_inset Formula $\leftarrow$
1149 \end_inset
1150
1151  and 
1152 \begin_inset Formula $\uparrow$
1153 \end_inset
1154
1155 .
1156 \end_layout
1157
1158 \begin_layout Subsection*
1159 Available Units
1160 \end_layout
1161
1162 \begin_layout Standard
1163 \align center
1164 \begin_inset Float table
1165 placement H
1166 alignment document
1167 wide false
1168 sideways false
1169 status open
1170
1171 \begin_layout Plain Layout
1172 \align center
1173 \begin_inset Caption Standard
1174
1175 \begin_layout Plain Layout
1176 \begin_inset CommandInset label
1177 LatexCommand label
1178 name "tab:Available-units"
1179
1180 \end_inset
1181
1182 Available units
1183 \end_layout
1184
1185 \end_inset
1186
1187
1188 \end_layout
1189
1190 \begin_layout Plain Layout
1191 \align center
1192 \begin_inset Tabular
1193 <lyxtabular version="3" rows="13" columns="2">
1194 <features booktabs="true" tabularvalignment="middle">
1195 <column alignment="center" valignment="top">
1196 <column alignment="center" valignment="top" width="0pt">
1197 <row>
1198 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1199 \begin_inset Text
1200
1201 \begin_layout Plain Layout
1202 Unit
1203 \end_layout
1204
1205 \end_inset
1206 </cell>
1207 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1208 \begin_inset Text
1209
1210 \begin_layout Plain Layout
1211 Name / Description
1212 \end_layout
1213
1214 \end_inset
1215 </cell>
1216 </row>
1217 <row>
1218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1219 \begin_inset Text
1220
1221 \begin_layout Plain Layout
1222 mm
1223 \end_layout
1224
1225 \end_inset
1226 </cell>
1227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1228 \begin_inset Text
1229
1230 \begin_layout Plain Layout
1231 Millimeter
1232 \end_layout
1233
1234 \end_inset
1235 </cell>
1236 </row>
1237 <row>
1238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1239 \begin_inset Text
1240
1241 \begin_layout Plain Layout
1242 cm
1243 \end_layout
1244
1245 \end_inset
1246 </cell>
1247 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1248 \begin_inset Text
1249
1250 \begin_layout Plain Layout
1251 Centimeter
1252 \end_layout
1253
1254 \end_inset
1255 </cell>
1256 </row>
1257 <row>
1258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1259 \begin_inset Text
1260
1261 \begin_layout Plain Layout
1262 in
1263 \end_layout
1264
1265 \end_inset
1266 </cell>
1267 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1268 \begin_inset Text
1269
1270 \begin_layout Plain Layout
1271 Inch (1
1272 \begin_inset space \thinspace{}
1273 \end_inset
1274
1275 in = 2
1276 \change_deleted 232239728 1610909338
1277 ,
1278 \change_inserted 232239728 1610909338
1279 .
1280 \change_unchanged
1281 54
1282 \begin_inset space \thinspace{}
1283 \end_inset
1284
1285 cm)
1286 \end_layout
1287
1288 \end_inset
1289 </cell>
1290 </row>
1291 <row>
1292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1293 \begin_inset Text
1294
1295 \begin_layout Plain Layout
1296 pt
1297 \end_layout
1298
1299 \end_inset
1300 </cell>
1301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1302 \begin_inset Text
1303
1304 \begin_layout Plain Layout
1305 Point (72.27
1306 \begin_inset space \thinspace{}
1307 \end_inset
1308
1309 pt = 1
1310 \begin_inset space \thinspace{}
1311 \end_inset
1312
1313 in)
1314 \end_layout
1315
1316 \end_inset
1317 </cell>
1318 </row>
1319 <row>
1320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1321 \begin_inset Text
1322
1323 \begin_layout Plain Layout
1324 pc
1325 \end_layout
1326
1327 \end_inset
1328 </cell>
1329 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1330 \begin_inset Text
1331
1332 \begin_layout Plain Layout
1333 Pica (1
1334 \begin_inset space \thinspace{}
1335 \end_inset
1336
1337 pc = 12
1338 \begin_inset space \thinspace{}
1339 \end_inset
1340
1341 pt)
1342 \end_layout
1343
1344 \end_inset
1345 </cell>
1346 </row>
1347 <row>
1348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1349 \begin_inset Text
1350
1351 \begin_layout Plain Layout
1352 sp
1353 \end_layout
1354
1355 \end_inset
1356 </cell>
1357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1358 \begin_inset Text
1359
1360 \begin_layout Plain Layout
1361 scaled point (65536
1362 \begin_inset space \thinspace{}
1363 \end_inset
1364
1365 sp = 1
1366 \begin_inset space \thinspace{}
1367 \end_inset
1368
1369 pt)
1370 \end_layout
1371
1372 \end_inset
1373 </cell>
1374 </row>
1375 <row>
1376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1377 \begin_inset Text
1378
1379 \begin_layout Plain Layout
1380 bp
1381 \end_layout
1382
1383 \end_inset
1384 </cell>
1385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1386 \begin_inset Text
1387
1388 \begin_layout Plain Layout
1389 big point (72
1390 \begin_inset space \thinspace{}
1391 \end_inset
1392
1393 bp = 1
1394 \begin_inset space \thinspace{}
1395 \end_inset
1396
1397 in)
1398 \end_layout
1399
1400 \end_inset
1401 </cell>
1402 </row>
1403 <row>
1404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1405 \begin_inset Text
1406
1407 \begin_layout Plain Layout
1408 dd
1409 \end_layout
1410
1411 \end_inset
1412 </cell>
1413 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1414 \begin_inset Text
1415
1416 \begin_layout Plain Layout
1417 Didot (1
1418 \begin_inset space \thinspace{}
1419 \end_inset
1420
1421 dd 
1422 \begin_inset Formula $\approx$
1423 \end_inset
1424
1425  0.376
1426 \begin_inset space \thinspace{}
1427 \end_inset
1428
1429 mm)
1430 \end_layout
1431
1432 \end_inset
1433 </cell>
1434 </row>
1435 <row>
1436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1437 \begin_inset Text
1438
1439 \begin_layout Plain Layout
1440 cc
1441 \end_layout
1442
1443 \end_inset
1444 </cell>
1445 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1446 \begin_inset Text
1447
1448 \begin_layout Plain Layout
1449 Cicero (1
1450 \begin_inset space \thinspace{}
1451 \end_inset
1452
1453 cc = 12
1454 \begin_inset space \thinspace{}
1455 \end_inset
1456
1457 dd)
1458 \end_layout
1459
1460 \end_inset
1461 </cell>
1462 </row>
1463 <row>
1464 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1465 \begin_inset Text
1466
1467 \begin_layout Plain Layout
1468 ex
1469 \end_layout
1470
1471 \end_inset
1472 </cell>
1473 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1474 \begin_inset Text
1475
1476 \begin_layout Plain Layout
1477 Height of letter 
1478 \emph on
1479
1480 \begin_inset Quotes eld
1481 \end_inset
1482
1483 x
1484 \emph default
1485
1486 \begin_inset Quotes erd
1487 \end_inset
1488
1489  in the current font
1490 \end_layout
1491
1492 \end_inset
1493 </cell>
1494 </row>
1495 <row>
1496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1497 \begin_inset Text
1498
1499 \begin_layout Plain Layout
1500 em
1501 \end_layout
1502
1503 \end_inset
1504 </cell>
1505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1506 \begin_inset Text
1507
1508 \begin_layout Plain Layout
1509 width of letter 
1510 \begin_inset Quotes eld
1511 \end_inset
1512
1513
1514 \emph on
1515 M
1516 \emph default
1517
1518 \begin_inset Quotes erd
1519 \end_inset
1520
1521  in the current font
1522 \end_layout
1523
1524 \end_inset
1525 </cell>
1526 </row>
1527 <row>
1528 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
1529 \begin_inset Text
1530
1531 \begin_layout Plain Layout
1532 mu
1533 \end_layout
1534
1535 \end_inset
1536 </cell>
1537 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
1538 \begin_inset Text
1539
1540 \begin_layout Plain Layout
1541 math unit (1
1542 \begin_inset space \thinspace{}
1543 \end_inset
1544
1545 mu = 
1546 \begin_inset Formula $\nicefrac{1}{18}$
1547 \end_inset
1548
1549
1550 \begin_inset space \thinspace{}
1551 \end_inset
1552
1553 em)
1554 \end_layout
1555
1556 \end_inset
1557 </cell>
1558 </row>
1559 </lyxtabular>
1560
1561 \end_inset
1562
1563
1564 \end_layout
1565
1566 \end_inset
1567
1568
1569 \end_layout
1570
1571 \begin_layout Section
1572 Basic Functions
1573 \end_layout
1574
1575 \begin_layout Subsection
1576 Exponents
1577 \begin_inset Index idx
1578 status collapsed
1579
1580 \begin_layout Plain Layout
1581 Exponents
1582 \end_layout
1583
1584 \end_inset
1585
1586  and Indices
1587 \begin_inset Index idx
1588 status collapsed
1589
1590 \begin_layout Plain Layout
1591 Indices
1592 \end_layout
1593
1594 \end_inset
1595
1596
1597 \begin_inset Index idx
1598 status collapsed
1599
1600 \begin_layout Plain Layout
1601 Superscripts|see
1602 \begin_inset ERT
1603 status collapsed
1604
1605 \begin_layout Plain Layout
1606
1607 {
1608 \end_layout
1609
1610 \end_inset
1611
1612 Exponents
1613 \begin_inset ERT
1614 status collapsed
1615
1616 \begin_layout Plain Layout
1617
1618 }
1619 \end_layout
1620
1621 \end_inset
1622
1623
1624 \end_layout
1625
1626 \end_inset
1627
1628
1629 \begin_inset Index idx
1630 status collapsed
1631
1632 \begin_layout Plain Layout
1633 Subscripts|see
1634 \begin_inset ERT
1635 status collapsed
1636
1637 \begin_layout Plain Layout
1638
1639 {
1640 \end_layout
1641
1642 \end_inset
1643
1644 Indices
1645 \begin_inset ERT
1646 status collapsed
1647
1648 \begin_layout Plain Layout
1649
1650 }
1651 \end_layout
1652
1653 \end_inset
1654
1655
1656 \end_layout
1657
1658 \end_inset
1659
1660
1661 \end_layout
1662
1663 \begin_layout Standard
1664 Indices are created with an underscore 
1665 \begin_inset Quotes eld
1666 \end_inset
1667
1668 _
1669 \begin_inset Quotes erd
1670 \end_inset
1671
1672  or via the math toolbar button 
1673 \begin_inset Info
1674 type  "icon"
1675 arg   "math-subscript"
1676 \end_inset
1677
1678 , exponents with a caret 
1679 \begin_inset Quotes eld
1680 \end_inset
1681
1682 ^
1683 \begin_inset Quotes erd
1684 \end_inset
1685
1686  or via the math toolbar button 
1687 \begin_inset Info
1688 type  "icon"
1689 arg   "math-superscript"
1690 \end_inset
1691
1692 .
1693 \end_layout
1694
1695 \begin_layout Standard
1696 \align center
1697 \begin_inset Tabular
1698 <lyxtabular version="3" rows="4" columns="2">
1699 <features booktabs="true" tabularvalignment="middle">
1700 <column alignment="center" valignment="top" width="0pt">
1701 <column alignment="center" valignment="top" width="0pt">
1702 <row>
1703 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1704 \begin_inset Text
1705
1706 \begin_layout Plain Layout
1707 Command
1708 \end_layout
1709
1710 \end_inset
1711 </cell>
1712 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1713 \begin_inset Text
1714
1715 \begin_layout Plain Layout
1716 Result
1717 \end_layout
1718
1719 \end_inset
1720 </cell>
1721 </row>
1722 <row>
1723 <cell alignment="center" valignment="top" usebox="none">
1724 \begin_inset Text
1725
1726 \begin_layout Plain Layout
1727 B_V
1728 \end_layout
1729
1730 \end_inset
1731 </cell>
1732 <cell alignment="center" valignment="top" usebox="none">
1733 \begin_inset Text
1734
1735 \begin_layout Plain Layout
1736 \begin_inset Formula $B_{V}$
1737 \end_inset
1738
1739
1740 \end_layout
1741
1742 \end_inset
1743 </cell>
1744 </row>
1745 <row topspace="1.5mm">
1746 <cell alignment="center" valignment="top" usebox="none">
1747 \begin_inset Text
1748
1749 \begin_layout Plain Layout
1750 B^V
1751 \end_layout
1752
1753 \end_inset
1754 </cell>
1755 <cell alignment="center" valignment="top" usebox="none">
1756 \begin_inset Text
1757
1758 \begin_layout Plain Layout
1759 \begin_inset Formula $B^{V}$
1760 \end_inset
1761
1762
1763 \end_layout
1764
1765 \end_inset
1766 </cell>
1767 </row>
1768 <row topspace="1.5mm">
1769 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1770 \begin_inset Text
1771
1772 \begin_layout Plain Layout
1773 B^
1774 \begin_inset space \textvisiblespace{}
1775 \end_inset
1776
1777 A
1778 \end_layout
1779
1780 \end_inset
1781 </cell>
1782 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1783 \begin_inset Text
1784
1785 \begin_layout Plain Layout
1786 \begin_inset Formula $B^{A}$
1787 \end_inset
1788
1789
1790 \end_layout
1791
1792 \end_inset
1793 </cell>
1794 </row>
1795 </lyxtabular>
1796
1797 \end_inset
1798
1799
1800 \end_layout
1801
1802 \begin_layout Standard
1803 As the caret is in some languages an accent, vowels will be accentuated
1804  in this case and not set as exponents
1805 \begin_inset Foot
1806 status open
1807
1808 \begin_layout Plain Layout
1809 Depending on the keyboard settings used this can also happen for characters
1810  other than vowels.
1811 \end_layout
1812
1813 \end_inset
1814
1815 .
1816  To get exponents in this case, press 
1817 \family sans
1818 Space
1819 \family default
1820  after the caret as in the last example.
1821 \end_layout
1822
1823 \begin_layout Subsection
1824 Fractions
1825 \begin_inset CommandInset label
1826 LatexCommand label
1827 name "subsec:Fractions"
1828
1829 \end_inset
1830
1831
1832 \begin_inset Index idx
1833 status collapsed
1834
1835 \begin_layout Plain Layout
1836 Fractions
1837 \end_layout
1838
1839 \end_inset
1840
1841
1842 \end_layout
1843
1844 \begin_layout Standard
1845 Fractions are generated with the command 
1846 \series bold
1847
1848 \backslash
1849 frac
1850 \series default
1851
1852 \begin_inset Index idx
1853 status collapsed
1854
1855 \begin_layout Plain Layout
1856 Commands ! F ! 
1857 \backslash
1858 frac
1859 \end_layout
1860
1861 \end_inset
1862
1863  or via the math toolbar button 
1864 \begin_inset Info
1865 type  "icon"
1866 arg   "math-insert \\frac"
1867 \end_inset
1868
1869 .
1870  The font size is adjusted automatically, depending on whether the fraction
1871  is in an inline or display style formula.
1872  With the math toolbar button 
1873 \begin_inset Info
1874 type  "icon"
1875 arg   "math-insert \\frac-square"
1876 \end_inset
1877
1878  you can select different fraction types.
1879 \end_layout
1880
1881 \begin_layout Standard
1882 With the command 
1883 \series bold
1884
1885 \backslash
1886 dfrac
1887 \series default
1888
1889 \begin_inset Index idx
1890 status collapsed
1891
1892 \begin_layout Plain Layout
1893 Commands ! D ! 
1894 \backslash
1895 dfrac
1896 \end_layout
1897
1898 \end_inset
1899
1900  a fraction can be created that always has the size of a display style formula.
1901  With 
1902 \series bold
1903
1904 \backslash
1905 tfrac
1906 \series default
1907
1908 \begin_inset Index idx
1909 status collapsed
1910
1911 \begin_layout Plain Layout
1912 Commands ! T ! 
1913 \backslash
1914 tfrac
1915 \end_layout
1916
1917 \end_inset
1918
1919  the fraction appears always with the size of an inline formula.
1920  An example:
1921 \end_layout
1922
1923 \begin_layout Standard
1924 A line with the fraction 
1925 \begin_inset Formula $\frac{1}{2}$
1926 \end_inset
1927
1928  that was created with the command 
1929 \series bold
1930
1931 \backslash
1932 frac
1933 \series default
1934 .
1935 \end_layout
1936
1937 \begin_layout Standard
1938 A line with the fraction 
1939 \begin_inset Formula $\dfrac{1}{2}$
1940 \end_inset
1941
1942  that was created with the command 
1943 \series bold
1944
1945 \backslash
1946 dfrac
1947 \series default
1948 .
1949 \end_layout
1950
1951 \begin_layout Standard
1952 \align center
1953 \begin_inset Tabular
1954 <lyxtabular version="3" rows="4" columns="2">
1955 <features booktabs="true" tabularvalignment="middle">
1956 <column alignment="center" valignment="top" width="0pt">
1957 <column alignment="center" valignment="top" width="0pt">
1958 <row>
1959 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1960 \begin_inset Text
1961
1962 \begin_layout Plain Layout
1963 Command
1964 \end_layout
1965
1966 \end_inset
1967 </cell>
1968 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1969 \begin_inset Text
1970
1971 \begin_layout Plain Layout
1972 Result
1973 \end_layout
1974
1975 \end_inset
1976 </cell>
1977 </row>
1978 <row topspace="1.5mm">
1979 <cell alignment="center" valignment="top" usebox="none">
1980 \begin_inset Text
1981
1982 \begin_layout Plain Layout
1983
1984 \backslash
1985 frac
1986 \begin_inset space \textvisiblespace{}
1987 \end_inset
1988
1989 A
1990 \begin_inset Formula $\downarrow$
1991 \end_inset
1992
1993 B
1994 \end_layout
1995
1996 \end_inset
1997 </cell>
1998 <cell alignment="center" valignment="top" usebox="none">
1999 \begin_inset Text
2000
2001 \begin_layout Plain Layout
2002 \begin_inset Formula $\frac{A}{B}$
2003 \end_inset
2004
2005
2006 \end_layout
2007
2008 \end_inset
2009 </cell>
2010 </row>
2011 <row topspace="2mm">
2012 <cell alignment="center" valignment="top" usebox="none">
2013 \begin_inset Text
2014
2015 \begin_layout Plain Layout
2016
2017 \backslash
2018 dfrac
2019 \begin_inset space \textvisiblespace{}
2020 \end_inset
2021
2022 A
2023 \begin_inset Formula $\downarrow$
2024 \end_inset
2025
2026 B
2027 \end_layout
2028
2029 \end_inset
2030 </cell>
2031 <cell alignment="center" valignment="top" usebox="none">
2032 \begin_inset Text
2033
2034 \begin_layout Plain Layout
2035 \begin_inset Formula $\dfrac{A}{B}$
2036 \end_inset
2037
2038
2039 \end_layout
2040
2041 \end_inset
2042 </cell>
2043 </row>
2044 <row topspace="2mm" bottomspace="1mm">
2045 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2046 \begin_inset Text
2047
2048 \begin_layout Plain Layout
2049
2050 \backslash
2051 dfrac
2052 \begin_inset space \textvisiblespace{}
2053 \end_inset
2054
2055 e^
2056 \backslash
2057 frac
2058 \begin_inset space \textvisiblespace{}
2059 \end_inset
2060
2061 1
2062 \begin_inset Formula $\downarrow$
2063 \end_inset
2064
2065 2
2066 \begin_inset Formula $\downarrow\downarrow$
2067 \end_inset
2068
2069 3
2070 \end_layout
2071
2072 \end_inset
2073 </cell>
2074 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2075 \begin_inset Text
2076
2077 \begin_layout Plain Layout
2078 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
2079 \end_inset
2080
2081
2082 \end_layout
2083
2084 \end_inset
2085 </cell>
2086 </row>
2087 </lyxtabular>
2088
2089 \end_inset
2090
2091
2092 \end_layout
2093
2094 \begin_layout Standard
2095 \begin_inset VSpace bigskip
2096 \end_inset
2097
2098
2099 \begin_inset Newpage newpage
2100 \end_inset
2101
2102 For nested fractions the command 
2103 \series bold
2104
2105 \backslash
2106 cfrac
2107 \series default
2108
2109 \begin_inset Index idx
2110 status collapsed
2111
2112 \begin_layout Plain Layout
2113 Commands ! C ! 
2114 \backslash
2115 cfrac
2116 \end_layout
2117
2118 \end_inset
2119
2120  can be used.
2121  Here is an example:
2122 \begin_inset VSpace -3mm
2123 \end_inset
2124
2125
2126 \end_layout
2127
2128 \begin_layout Standard
2129 \begin_inset Formula 
2130 \begin{align*}
2131 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2132 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2133 \end{align*}
2134
2135 \end_inset
2136
2137
2138 \end_layout
2139
2140 \begin_layout Standard
2141 The command for the example above is:
2142 \end_layout
2143
2144 \begin_layout Standard
2145
2146 \series bold
2147
2148 \backslash
2149 cfrac
2150 \begin_inset space \textvisiblespace{}
2151 \end_inset
2152
2153 A
2154 \begin_inset Formula $\downarrow$
2155 \end_inset
2156
2157 B+
2158 \backslash
2159 cfrac
2160 \begin_inset space \textvisiblespace{}
2161 \end_inset
2162
2163 C+
2164 \backslash
2165 cfrac
2166 \begin_inset space \textvisiblespace{}
2167 \end_inset
2168
2169 E
2170 \begin_inset Formula $\downarrow$
2171 \end_inset
2172
2173 F
2174 \begin_inset Formula $\downarrow$
2175 \end_inset
2176
2177 D
2178 \end_layout
2179
2180 \begin_layout Standard
2181 \begin_inset VSpace medskip
2182 \end_inset
2183
2184
2185 \end_layout
2186
2187 \begin_layout Standard
2188
2189 \series bold
2190
2191 \backslash
2192 cfrac
2193 \series default
2194  always sets the fraction size to that of a displayed formula, even when
2195  it is part of another fraction.
2196 \end_layout
2197
2198 \begin_layout Standard
2199 It is possible to specify the alignment of the numerator.
2200  The command 
2201 \series bold
2202
2203 \backslash
2204 cfracleft
2205 \series default
2206  is used to left align it, the command 
2207 \series bold
2208
2209 \backslash
2210 cfracright
2211 \series default
2212  to right-align it.
2213  
2214 \series bold
2215
2216 \backslash
2217 cfrac
2218 \series default
2219  centers the numerator.
2220  These fractions demonstrate the different alignments:
2221 \end_layout
2222
2223 \begin_layout Standard
2224
2225 \series bold
2226 \begin_inset Formula 
2227 \[
2228 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2229 \]
2230
2231 \end_inset
2232
2233
2234 \end_layout
2235
2236 \begin_layout Standard
2237 \begin_inset Note Greyedout
2238 status open
2239
2240 \begin_layout Plain Layout
2241
2242 \series bold
2243 Note:
2244 \series default
2245  
2246 \series bold
2247
2248 \backslash
2249 cfracleft
2250 \series default
2251  and 
2252 \series bold
2253
2254 \backslash
2255 cfracright
2256 \series default
2257  are not real \SpecialChar LaTeX
2258  commands but represent the command 
2259 \series bold
2260
2261 \backslash
2262 cfrac[alignment]{numerator}{denominator}
2263 \series default
2264  .
2265  Therefore you cannot use them in \SpecialChar TeX
2266  code.
2267 \end_layout
2268
2269 \end_inset
2270
2271
2272 \end_layout
2273
2274 \begin_layout Standard
2275 \begin_inset VSpace medskip
2276 \end_inset
2277
2278 It is often advantageous to combine 
2279 \series bold
2280
2281 \backslash
2282 cfrac
2283 \series default
2284  and 
2285 \series bold
2286
2287 \backslash
2288 frac
2289 \series default
2290 :
2291 \begin_inset Formula 
2292 \[
2293 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2294 \]
2295
2296 \end_inset
2297
2298
2299 \end_layout
2300
2301 \begin_layout Standard
2302 For inline fractions with a sloped fraction stroke you can use the command
2303  
2304 \series bold
2305
2306 \backslash
2307 nicefrac
2308 \series default
2309
2310 \begin_inset Index idx
2311 status collapsed
2312
2313 \begin_layout Plain Layout
2314 Commands ! N ! 
2315 \backslash
2316 nicefrac
2317 \end_layout
2318
2319 \end_inset
2320
2321
2322 \begin_inset Formula $\nicefrac{5}{31}$
2323 \end_inset
2324
2325  or 
2326 \series bold
2327
2328 \backslash
2329 unitfrac
2330 \series default
2331
2332 \begin_inset Index idx
2333 status collapsed
2334
2335 \begin_layout Plain Layout
2336 Commands ! U ! 
2337 \backslash
2338 unitfrac
2339 \end_layout
2340
2341 \end_inset
2342
2343
2344 \begin_inset Formula $\unitfrac{5}{31}$
2345 \end_inset
2346
2347  There is also the command 
2348 \series bold
2349
2350 \backslash
2351 unitfracthree
2352 \series default
2353  which allows you to write a fraction in combination with a number: 
2354 \begin_inset Formula $\unitfrac[2]{1}{3}$
2355 \end_inset
2356
2357
2358 \end_layout
2359
2360 \begin_layout Standard
2361 \begin_inset Note Greyedout
2362 status open
2363
2364 \begin_layout Plain Layout
2365
2366 \series bold
2367 Note:
2368 \series default
2369  
2370 \series bold
2371
2372 \backslash
2373 unitfracthree
2374 \series default
2375  is not a real \SpecialChar LaTeX
2376  command but the command
2377 \begin_inset Newline newline
2378 \end_inset
2379
2380
2381 \series bold
2382
2383 \backslash
2384 unitfrac[number]{numerator}{denominator}
2385 \series default
2386  .
2387  Therefore you cannot use it in \SpecialChar TeX
2388  code.
2389 \end_layout
2390
2391 \end_inset
2392
2393
2394 \end_layout
2395
2396 \begin_layout Standard
2397 How to define your own fractions where the fraction stroke can be changed
2398  is explained in 
2399 \begin_inset CommandInset ref
2400 LatexCommand ref
2401 reference "subsec:Self-defined-Fractions"
2402
2403 \end_inset
2404
2405 .
2406 \end_layout
2407
2408 \begin_layout Standard
2409 Multiline fractions are explained in 
2410 \begin_inset CommandInset ref
2411 LatexCommand ref
2412 reference "subsec:Multiline-Fractions"
2413
2414 \end_inset
2415
2416 .
2417 \end_layout
2418
2419 \begin_layout Subsection
2420 Roots
2421 \begin_inset Index idx
2422 status collapsed
2423
2424 \begin_layout Plain Layout
2425 Roots
2426 \end_layout
2427
2428 \end_inset
2429
2430
2431 \end_layout
2432
2433 \begin_layout Standard
2434 Square roots are created with 
2435 \series bold
2436
2437 \backslash
2438 sqrt
2439 \series default
2440
2441 \begin_inset Index idx
2442 status collapsed
2443
2444 \begin_layout Plain Layout
2445 Commands ! S ! 
2446 \backslash
2447 sqrt
2448 \end_layout
2449
2450 \end_inset
2451
2452  or the math toolbar button 
2453 \begin_inset Info
2454 type  "icon"
2455 arg   "math-insert \\sqrt"
2456 \end_inset
2457
2458 , all other roots with the command 
2459 \series bold
2460
2461 \backslash
2462 root
2463 \series default
2464
2465 \begin_inset Index idx
2466 status collapsed
2467
2468 \begin_layout Plain Layout
2469 Commands ! R ! 
2470 \backslash
2471 root
2472 \end_layout
2473
2474 \end_inset
2475
2476  or with the math toolbar button 
2477 \begin_inset Info
2478 type  "icon"
2479 arg   "math-insert \\root"
2480 \end_inset
2481
2482 .
2483 \end_layout
2484
2485 \begin_layout Standard
2486 \align center
2487 \begin_inset Tabular
2488 <lyxtabular version="3" rows="3" columns="2">
2489 <features booktabs="true" tabularvalignment="middle">
2490 <column alignment="center" valignment="top" width="0pt">
2491 <column alignment="center" valignment="top" width="0pt">
2492 <row>
2493 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2494 \begin_inset Text
2495
2496 \begin_layout Plain Layout
2497 Command
2498 \end_layout
2499
2500 \end_inset
2501 </cell>
2502 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2503 \begin_inset Text
2504
2505 \begin_layout Plain Layout
2506 Result
2507 \end_layout
2508
2509 \end_inset
2510 </cell>
2511 </row>
2512 <row topspace="1mm">
2513 <cell alignment="center" valignment="top" usebox="none">
2514 \begin_inset Text
2515
2516 \begin_layout Plain Layout
2517
2518 \backslash
2519 sqrt
2520 \begin_inset space \textvisiblespace{}
2521 \end_inset
2522
2523 A-B
2524 \end_layout
2525
2526 \end_inset
2527 </cell>
2528 <cell alignment="center" valignment="top" usebox="none">
2529 \begin_inset Text
2530
2531 \begin_layout Plain Layout
2532 \begin_inset Formula $\sqrt{A-B}$
2533 \end_inset
2534
2535
2536 \end_layout
2537
2538 \end_inset
2539 </cell>
2540 </row>
2541 <row topspace="1mm">
2542 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2543 \begin_inset Text
2544
2545 \begin_layout Plain Layout
2546
2547 \backslash
2548 root
2549 \begin_inset space \textvisiblespace{}
2550 \end_inset
2551
2552 3
2553 \begin_inset Formula $\downarrow$
2554 \end_inset
2555
2556 A-B
2557 \end_layout
2558
2559 \end_inset
2560 </cell>
2561 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2562 \begin_inset Text
2563
2564 \begin_layout Plain Layout
2565 \begin_inset Formula $\sqrt[3]{A-B}$
2566 \end_inset
2567
2568
2569 \end_layout
2570
2571 \end_inset
2572 </cell>
2573 </row>
2574 </lyxtabular>
2575
2576 \end_inset
2577
2578
2579 \end_layout
2580
2581 \begin_layout Standard
2582 A square root can also be created with 
2583 \series bold
2584
2585 \backslash
2586 root
2587 \series default
2588  when the root index field is left empty.
2589 \end_layout
2590
2591 \begin_layout Standard
2592 With certain indices the distance to the root is too small, like in this
2593  formula: 
2594 \begin_inset Formula $\sqrt[\beta]{B}$
2595 \end_inset
2596
2597
2598 \begin_inset Newline newline
2599 \end_inset
2600
2601 The 
2602 \begin_inset Formula $\beta$
2603 \end_inset
2604
2605  touches the root.
2606  To avoid this, the commands 
2607 \series bold
2608
2609 \backslash
2610 leftroot
2611 \series default
2612
2613 \begin_inset Index idx
2614 status collapsed
2615
2616 \begin_layout Plain Layout
2617 Commands ! L ! 
2618 \backslash
2619 leftroot
2620 \end_layout
2621
2622 \end_inset
2623
2624  and 
2625 \series bold
2626
2627 \backslash
2628 uproot
2629 \series default
2630
2631 \begin_inset Index idx
2632 status collapsed
2633
2634 \begin_layout Plain Layout
2635 Commands ! U ! 
2636 \backslash
2637 uproot
2638 \end_layout
2639
2640 \end_inset
2641
2642  are used with the following scheme:
2643 \end_layout
2644
2645 \begin_layout Standard
2646
2647 \series bold
2648
2649 \backslash
2650 leftroot{distance}
2651 \series default
2652  and 
2653 \series bold
2654
2655 \backslash
2656 uproot{distance}
2657 \end_layout
2658
2659 \begin_layout Standard
2660 Distance is the number of Big Points (unit bp; 
2661 \begin_inset Formula $\mathrm{72\,bp=1\,inch}$
2662 \end_inset
2663
2664 ), that the index should be moved to the left or up, resp..
2665  The commands are written to the index.
2666  This way the command
2667 \begin_inset Newline newline
2668 \end_inset
2669
2670
2671 \series bold
2672
2673 \backslash
2674 root
2675 \backslash
2676 leftroot{-1
2677 \begin_inset Formula $\to$
2678 \end_inset
2679
2680
2681 \backslash
2682 uproot{2
2683 \begin_inset Formula $\to$
2684 \end_inset
2685
2686
2687 \backslash
2688 beta
2689 \begin_inset space \textvisiblespace{}
2690 \end_inset
2691
2692
2693 \begin_inset Formula $\to$
2694 \end_inset
2695
2696 B
2697 \begin_inset Newline newline
2698 \end_inset
2699
2700
2701 \series default
2702 produces a correct typeset formula: 
2703 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2704 \end_inset
2705
2706
2707 \end_layout
2708
2709 \begin_layout Subsection
2710 Binomial Coefficients
2711 \begin_inset Index idx
2712 status collapsed
2713
2714 \begin_layout Plain Layout
2715 Binomial coefficients
2716 \end_layout
2717
2718 \end_inset
2719
2720
2721 \end_layout
2722
2723 \begin_layout Standard
2724 Binomial coefficients are inserted with the command 
2725 \series bold
2726
2727 \backslash
2728 binom
2729 \series default
2730
2731 \begin_inset Index idx
2732 status collapsed
2733
2734 \begin_layout Plain Layout
2735 Commands ! B ! 
2736 \backslash
2737 binom
2738 \end_layout
2739
2740 \end_inset
2741
2742  or with the submenu of the math toolbar button 
2743 \begin_inset Info
2744 type  "icon"
2745 arg   "math-insert \\frac-square"
2746 \end_inset
2747
2748 .
2749  As with fractions (
2750 \series bold
2751
2752 \backslash
2753 frac
2754 \series default
2755 ) in addition to 
2756 \series bold
2757
2758 \backslash
2759 binom
2760 \series default
2761  there are the commands 
2762 \series bold
2763
2764 \backslash
2765 dbinom
2766 \series default
2767
2768 \begin_inset Index idx
2769 status collapsed
2770
2771 \begin_layout Plain Layout
2772 Commands ! D ! 
2773 \backslash
2774 dbinom
2775 \end_layout
2776
2777 \end_inset
2778
2779  and 
2780 \series bold
2781
2782 \backslash
2783 tbinom
2784 \series default
2785
2786 \begin_inset Index idx
2787 status collapsed
2788
2789 \begin_layout Plain Layout
2790 Commands ! T ! 
2791 \backslash
2792 tbinom
2793 \end_layout
2794
2795 \end_inset
2796
2797 .
2798  For other brackets around binomial coefficients there are the commands
2799  
2800 \series bold
2801
2802 \backslash
2803 brace
2804 \series default
2805
2806 \begin_inset Index idx
2807 status collapsed
2808
2809 \begin_layout Plain Layout
2810 Commands ! B ! 
2811 \backslash
2812 brace
2813 \end_layout
2814
2815 \end_inset
2816
2817  and 
2818 \series bold
2819
2820 \backslash
2821 brack
2822 \series default
2823
2824 \begin_inset Index idx
2825 status collapsed
2826
2827 \begin_layout Plain Layout
2828 Commands ! B ! 
2829 \backslash
2830 brack
2831 \end_layout
2832
2833 \end_inset
2834
2835 .
2836 \end_layout
2837
2838 \begin_layout Standard
2839 \align center
2840 \begin_inset Tabular
2841 <lyxtabular version="3" rows="6" columns="2">
2842 <features booktabs="true" tabularvalignment="middle">
2843 <column alignment="center" valignment="top" width="0pt">
2844 <column alignment="center" valignment="top" width="0pt">
2845 <row>
2846 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2847 \begin_inset Text
2848
2849 \begin_layout Plain Layout
2850 Command
2851 \end_layout
2852
2853 \end_inset
2854 </cell>
2855 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2856 \begin_inset Text
2857
2858 \begin_layout Plain Layout
2859 Result
2860 \end_layout
2861
2862 \end_inset
2863 </cell>
2864 </row>
2865 <row topspace="1mm">
2866 <cell alignment="center" valignment="top" usebox="none">
2867 \begin_inset Text
2868
2869 \begin_layout Plain Layout
2870
2871 \backslash
2872 binom
2873 \begin_inset space \textvisiblespace{}
2874 \end_inset
2875
2876 A
2877 \begin_inset Formula $\downarrow$
2878 \end_inset
2879
2880 B
2881 \end_layout
2882
2883 \end_inset
2884 </cell>
2885 <cell alignment="center" valignment="top" usebox="none">
2886 \begin_inset Text
2887
2888 \begin_layout Plain Layout
2889 \begin_inset Formula $\binom{A}{B}$
2890 \end_inset
2891
2892
2893 \end_layout
2894
2895 \end_inset
2896 </cell>
2897 </row>
2898 <row topspace="2mm">
2899 <cell alignment="center" valignment="top" usebox="none">
2900 \begin_inset Text
2901
2902 \begin_layout Plain Layout
2903
2904 \backslash
2905 dbinom
2906 \begin_inset space \textvisiblespace{}
2907 \end_inset
2908
2909 A
2910 \begin_inset Formula $\downarrow$
2911 \end_inset
2912
2913 B
2914 \end_layout
2915
2916 \end_inset
2917 </cell>
2918 <cell alignment="center" valignment="top" usebox="none">
2919 \begin_inset Text
2920
2921 \begin_layout Plain Layout
2922 \begin_inset Formula $\dbinom{A}{B}$
2923 \end_inset
2924
2925
2926 \end_layout
2927
2928 \end_inset
2929 </cell>
2930 </row>
2931 <row topspace="2mm" bottomspace="0.5mm">
2932 <cell alignment="center" valignment="top" usebox="none">
2933 \begin_inset Text
2934
2935 \begin_layout Plain Layout
2936
2937 \backslash
2938 tbinom
2939 \begin_inset space \textvisiblespace{}
2940 \end_inset
2941
2942 A
2943 \begin_inset Formula $\downarrow$
2944 \end_inset
2945
2946 B
2947 \end_layout
2948
2949 \end_inset
2950 </cell>
2951 <cell alignment="center" valignment="top" usebox="none">
2952 \begin_inset Text
2953
2954 \begin_layout Plain Layout
2955 \begin_inset Formula $\tbinom{A}{B}$
2956 \end_inset
2957
2958
2959 \end_layout
2960
2961 \end_inset
2962 </cell>
2963 </row>
2964 <row topspace="1mm">
2965 <cell alignment="center" valignment="top" topline="true" usebox="none">
2966 \begin_inset Text
2967
2968 \begin_layout Plain Layout
2969
2970 \backslash
2971 brack
2972 \begin_inset space \textvisiblespace{}
2973 \end_inset
2974
2975 A
2976 \begin_inset Formula $\downarrow$
2977 \end_inset
2978
2979 B
2980 \end_layout
2981
2982 \end_inset
2983 </cell>
2984 <cell alignment="center" valignment="top" topline="true" usebox="none">
2985 \begin_inset Text
2986
2987 \begin_layout Plain Layout
2988 \begin_inset Formula ${A \brack B}$
2989 \end_inset
2990
2991
2992 \end_layout
2993
2994 \end_inset
2995 </cell>
2996 </row>
2997 <row topspace="2mm" bottomspace="0.5mm">
2998 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2999 \begin_inset Text
3000
3001 \begin_layout Plain Layout
3002
3003 \backslash
3004 brace
3005 \begin_inset space \textvisiblespace{}
3006 \end_inset
3007
3008 A
3009 \begin_inset Formula $\downarrow$
3010 \end_inset
3011
3012 B
3013 \end_layout
3014
3015 \end_inset
3016 </cell>
3017 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3018 \begin_inset Text
3019
3020 \begin_layout Plain Layout
3021 \begin_inset Formula ${A \brace B}$
3022 \end_inset
3023
3024
3025 \end_layout
3026
3027 \end_inset
3028 </cell>
3029 </row>
3030 </lyxtabular>
3031
3032 \end_inset
3033
3034
3035 \end_layout
3036
3037 \begin_layout Subsection
3038 Case Differentiations
3039 \begin_inset Index idx
3040 status collapsed
3041
3042 \begin_layout Plain Layout
3043 Case differentiations 
3044 \end_layout
3045
3046 \end_inset
3047
3048
3049 \end_layout
3050
3051 \begin_layout Standard
3052 \align center
3053 \begin_inset Tabular
3054 <lyxtabular version="3" rows="3" columns="2">
3055 <features booktabs="true" tabularvalignment="middle">
3056 <column alignment="center" valignment="top" width="0pt">
3057 <column alignment="center" valignment="top" width="0pt">
3058 <row>
3059 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Plain Layout
3063 Command
3064 \end_layout
3065
3066 \end_inset
3067 </cell>
3068 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3069 \begin_inset Text
3070
3071 \begin_layout Plain Layout
3072 Result
3073 \end_layout
3074
3075 \end_inset
3076 </cell>
3077 </row>
3078 <row>
3079 <cell alignment="center" valignment="top" usebox="none">
3080 \begin_inset Text
3081
3082 \begin_layout Plain Layout
3083
3084 \backslash
3085 cases
3086 \begin_inset space \textvisiblespace{}
3087 \end_inset
3088
3089 A
3090 \begin_inset Formula $\to$
3091 \end_inset
3092
3093 B>0
3094 \begin_inset Index idx
3095 status collapsed
3096
3097 \begin_layout Plain Layout
3098 Commands ! C ! 
3099 \backslash
3100 cases
3101 \end_layout
3102
3103 \end_inset
3104
3105
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 <cell alignment="center" valignment="top" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Plain Layout
3114 \begin_inset Formula $\begin{cases}
3115 A & B>0\end{cases}$
3116 \end_inset
3117
3118
3119 \end_layout
3120
3121 \end_inset
3122 </cell>
3123 </row>
3124 <row topspace="1.5mm">
3125 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Plain Layout
3129
3130 \backslash
3131 cases
3132 \begin_inset space \textvisiblespace{}
3133 \end_inset
3134
3135
3136 \begin_inset Info
3137 type  "shortcut"
3138 arg   "newline-insert newline"
3139 \end_inset
3140
3141
3142 \end_layout
3143
3144 \end_inset
3145 </cell>
3146 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3147 \begin_inset Text
3148
3149 \begin_layout Plain Layout
3150 \begin_inset Formula $\begin{cases}
3151 A & \textrm{for }x>0\\
3152 B & \textrm{for }x=0
3153 \end{cases}$
3154 \end_inset
3155
3156
3157 \end_layout
3158
3159 \end_inset
3160 </cell>
3161 </row>
3162 </lyxtabular>
3163
3164 \end_inset
3165
3166
3167 \end_layout
3168
3169 \begin_layout Standard
3170 After inserting 
3171 \series bold
3172
3173 \backslash
3174 cases
3175 \series default
3176  or pressing the math toolbar button 
3177 \begin_inset Info
3178 type  "icon"
3179 arg   "math-insert \\cases"
3180 \end_inset
3181
3182  you can create new lines with the shortcut 
3183 \begin_inset Info
3184 type  "shortcut"
3185 arg   "newline-insert newline"
3186 \end_inset
3187
3188  or the table toolbar button 
3189 \begin_inset Info
3190 type  "icon"
3191 arg   "tabular-feature append-row"
3192 \end_inset
3193
3194 .
3195 \end_layout
3196
3197 \begin_layout Standard
3198 The command 
3199 \series bold
3200
3201 \backslash
3202 cases
3203 \series default
3204  is also available via the menu 
3205 \family sans
3206 Insert\SpecialChar menuseparator
3207 Math\SpecialChar menuseparator
3208 Cases-Environment
3209 \family default
3210 .
3211 \end_layout
3212
3213 \begin_layout Subsection
3214 Negations
3215 \begin_inset Index idx
3216 status collapsed
3217
3218 \begin_layout Plain Layout
3219 Negations
3220 \end_layout
3221
3222 \end_inset
3223
3224
3225 \end_layout
3226
3227 \begin_layout Standard
3228 By inserting 
3229 \series bold
3230
3231 \backslash
3232 not
3233 \series default
3234
3235 \begin_inset Index idx
3236 status collapsed
3237
3238 \begin_layout Plain Layout
3239 Commands ! N ! 
3240 \backslash
3241 not
3242 \end_layout
3243
3244 \end_inset
3245
3246  every character can be displayed canceled.
3247  The characters are quasi accentuated by a slash.
3248 \end_layout
3249
3250 \begin_layout Standard
3251 \align center
3252 \begin_inset Tabular
3253 <lyxtabular version="3" rows="4" columns="2">
3254 <features booktabs="true" tabularvalignment="middle">
3255 <column alignment="center" valignment="top" width="0pt">
3256 <column alignment="center" valignment="top" width="0pt">
3257 <row>
3258 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3259 \begin_inset Text
3260
3261 \begin_layout Plain Layout
3262 Command
3263 \end_layout
3264
3265 \end_inset
3266 </cell>
3267 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3268 \begin_inset Text
3269
3270 \begin_layout Plain Layout
3271 Result
3272 \end_layout
3273
3274 \end_inset
3275 </cell>
3276 </row>
3277 <row>
3278 <cell alignment="center" valignment="top" usebox="none">
3279 \begin_inset Text
3280
3281 \begin_layout Plain Layout
3282
3283 \backslash
3284 not=
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 <cell alignment="center" valignment="top" usebox="none">
3290 \begin_inset Text
3291
3292 \begin_layout Plain Layout
3293 \begin_inset Formula $\not=$
3294 \end_inset
3295
3296
3297 \end_layout
3298
3299 \end_inset
3300 </cell>
3301 </row>
3302 <row>
3303 <cell alignment="center" valignment="top" usebox="none">
3304 \begin_inset Text
3305
3306 \begin_layout Plain Layout
3307
3308 \backslash
3309 not 
3310 \backslash
3311 le
3312 \end_layout
3313
3314 \end_inset
3315 </cell>
3316 <cell alignment="center" valignment="top" usebox="none">
3317 \begin_inset Text
3318
3319 \begin_layout Plain Layout
3320 \begin_inset Formula $\not\le$
3321 \end_inset
3322
3323
3324 \end_layout
3325
3326 \end_inset
3327 </cell>
3328 </row>
3329 <row>
3330 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3331 \begin_inset Text
3332
3333 \begin_layout Plain Layout
3334
3335 \backslash
3336 not 
3337 \backslash
3338 parallel
3339 \end_layout
3340
3341 \end_inset
3342 </cell>
3343 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3344 \begin_inset Text
3345
3346 \begin_layout Plain Layout
3347 \begin_inset Formula $\not\parallel$
3348 \end_inset
3349
3350
3351 \end_layout
3352
3353 \end_inset
3354 </cell>
3355 </row>
3356 </lyxtabular>
3357
3358 \end_inset
3359
3360
3361 \end_layout
3362
3363 \begin_layout Standard
3364 The last example shows that not all negations look good.
3365  Therefore there are special commands for some negations (see 
3366 \begin_inset CommandInset ref
3367 LatexCommand ref
3368 reference "subsec:Mathematical-Symbols"
3369
3370 \end_inset
3371
3372  and 
3373 \begin_inset CommandInset ref
3374 LatexCommand ref
3375 reference "sec:Relations"
3376
3377 \end_inset
3378
3379 ).
3380 \end_layout
3381
3382 \begin_layout Subsection
3383 Placeholders
3384 \begin_inset CommandInset label
3385 LatexCommand label
3386 name "subsec:Placeholders"
3387
3388 \end_inset
3389
3390
3391 \begin_inset Index idx
3392 status collapsed
3393
3394 \begin_layout Plain Layout
3395 Placeholders
3396 \end_layout
3397
3398 \end_inset
3399
3400
3401 \begin_inset Index idx
3402 status collapsed
3403
3404 \begin_layout Plain Layout
3405 Chemical characters ! Isotopes
3406 \end_layout
3407
3408 \end_inset
3409
3410
3411 \begin_inset Index idx
3412 status collapsed
3413
3414 \begin_layout Plain Layout
3415 Isotopes|see
3416 \begin_inset ERT
3417 status collapsed
3418
3419 \begin_layout Plain Layout
3420
3421 {
3422 \end_layout
3423
3424 \end_inset
3425
3426 Chemical characters
3427 \begin_inset ERT
3428 status collapsed
3429
3430 \begin_layout Plain Layout
3431
3432 }
3433 \end_layout
3434
3435 \end_inset
3436
3437
3438 \end_layout
3439
3440 \end_inset
3441
3442
3443 \end_layout
3444
3445 \begin_layout Standard
3446 When displaying e.
3447 \begin_inset space \thinspace{}
3448 \end_inset
3449
3450 g.
3451 \begin_inset space \space{}
3452 \end_inset
3453
3454 isotopes
3455 \begin_inset Foot
3456 status collapsed
3457
3458 \begin_layout Plain Layout
3459 Typesetting isotopes and chemical symbols is described in 
3460 \begin_inset CommandInset ref
3461 LatexCommand ref
3462 reference "subsec:Chemical-Symbols-and"
3463
3464 \end_inset
3465
3466 .
3467 \end_layout
3468
3469 \end_inset
3470
3471  the following problem occurs:
3472 \end_layout
3473
3474 \begin_layout Standard
3475 \align center
3476 \begin_inset Tabular
3477 <lyxtabular version="3" rows="2" columns="2">
3478 <features booktabs="true" tabularvalignment="middle">
3479 <column alignment="center" valignment="top" width="0pt">
3480 <column alignment="center" valignment="top" width="0pt">
3481 <row>
3482 <cell alignment="center" valignment="top" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Plain Layout
3486 Indices created with sub- and superscripts:
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 <cell alignment="center" valignment="top" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Plain Layout
3495 \begin_inset Formula $_{9}^{19}\mathrm{F}$
3496 \end_inset
3497
3498
3499 \end_layout
3500
3501 \end_inset
3502 </cell>
3503 </row>
3504 <row topspace="1.5mm">
3505 <cell alignment="center" valignment="top" usebox="none">
3506 \begin_inset Text
3507
3508 \begin_layout Plain Layout
3509 Correct indices:
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 <cell alignment="center" valignment="top" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Plain Layout
3518 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3519 \end_inset
3520
3521
3522 \end_layout
3523
3524 \end_inset
3525 </cell>
3526 </row>
3527 </lyxtabular>
3528
3529 \end_inset
3530
3531
3532 \end_layout
3533
3534 \begin_layout Standard
3535 The shorter index is placed by default below or above the first character
3536  of the longer index.
3537  This is corrected using the command 
3538 \series bold
3539
3540 \backslash
3541 phantom
3542 \series default
3543
3544 \begin_inset Index idx
3545 status collapsed
3546
3547 \begin_layout Plain Layout
3548 Commands ! P ! 
3549 \backslash
3550 phantom
3551 \end_layout
3552
3553 \end_inset
3554
3555  or the math toolbar button
3556 \begin_inset space \thinspace{}
3557 \end_inset
3558
3559
3560 \begin_inset Foot
3561 status collapsed
3562
3563 \begin_layout Plain Layout
3564 Found in the submenu of the toolbar button 
3565 \begin_inset Info
3566 type  "icon"
3567 arg   "math-insert \\space"
3568 \end_inset
3569
3570
3571 \end_layout
3572
3573 \end_inset
3574
3575  
3576 \begin_inset Info
3577 type  "icon"
3578 arg   "math/phantom"
3579 \end_inset
3580
3581  to create one or more phantom characters.
3582  When inserting phantom characters a small blue box appears that is superposed
3583  with two red arrows.
3584  The arrows indicate the width and height of the box to be created as a
3585  placeholder.
3586  Phantom characters are placeholders with the same character size.
3587 \end_layout
3588
3589 \begin_layout Standard
3590 \align center
3591 \begin_inset Tabular
3592 <lyxtabular version="3" rows="4" columns="2">
3593 <features booktabs="true" tabularvalignment="middle">
3594 <column alignment="center" valignment="top" width="0pt">
3595 <column alignment="center" valignment="top" width="0pt">
3596 <row>
3597 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601 Command
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610 Result
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 </row>
3616 <row topspace="1.5mm">
3617 <cell alignment="center" valignment="top" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621 ^19
3622 \begin_inset space \textvisiblespace{}
3623 \end_inset
3624
3625 _
3626 \backslash
3627 phantom
3628 \begin_inset space \textvisiblespace{}
3629 \end_inset
3630
3631 1
3632 \begin_inset Formula $\to$
3633 \end_inset
3634
3635 9
3636 \begin_inset space \textvisiblespace{}
3637 \end_inset
3638
3639
3640 \change_inserted 5863208 1612176450
3641
3642 \backslash
3643 mathrm
3644 \begin_inset space \textvisiblespace{}
3645 \end_inset
3646
3647
3648 \change_unchanged
3649 F
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 <cell alignment="center" valignment="top" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3659 \end_inset
3660
3661
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 </row>
3667 <row topspace="1.5mm" bottomspace="0.5mm">
3668 <cell alignment="center" valignment="top" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672 ^235
3673 \begin_inset space \textvisiblespace{}
3674 \end_inset
3675
3676 _
3677 \backslash
3678 phantom
3679 \begin_inset space \textvisiblespace{}
3680 \end_inset
3681
3682 23
3683 \begin_inset Formula $\to$
3684 \end_inset
3685
3686 9
3687 \begin_inset space \textvisiblespace{}
3688 \end_inset
3689
3690
3691 \change_inserted 5863208 1612707447
3692
3693 \backslash
3694 mathrm
3695 \begin_inset space \textvisiblespace{}
3696 \end_inset
3697
3698
3699 \change_unchanged
3700 F
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
3710 \end_inset
3711
3712
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 </row>
3718 <row topspace="1.5mm" bottomspace="0.5mm">
3719 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723
3724 \backslash
3725 Lambda
3726 \change_inserted 5863208 1612707546
3727
3728 \begin_inset space \textvisiblespace{}
3729 \end_inset
3730
3731
3732 \change_unchanged
3733 ^
3734 \change_deleted 5863208 1612707563
3735
3736 \begin_inset space \textvisiblespace{}
3737 \end_inset
3738
3739
3740 \change_unchanged
3741
3742 \backslash
3743 phantom
3744 \begin_inset space \textvisiblespace{}
3745 \end_inset
3746
3747 ii
3748 \begin_inset Formula $\to$
3749 \end_inset
3750
3751 t
3752 \begin_inset space \textvisiblespace{}
3753 \end_inset
3754
3755 _MMt
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Plain Layout
3764 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
3765 \end_inset
3766
3767
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 </row>
3773 </lyxtabular>
3774
3775 \end_inset
3776
3777
3778 \end_layout
3779
3780 \begin_layout Standard
3781 Furthermore there are the commands 
3782 \series bold
3783
3784 \backslash
3785 vphantom
3786 \series default
3787
3788 \begin_inset Index idx
3789 status collapsed
3790
3791 \begin_layout Plain Layout
3792 Commands ! V ! 
3793 \backslash
3794 vphantom
3795 \end_layout
3796
3797 \end_inset
3798
3799  (toolbar button 
3800 \begin_inset Info
3801 type  "icon"
3802 arg   "math/vphantom"
3803 \end_inset
3804
3805 ) and 
3806 \series bold
3807
3808 \backslash
3809 hphantom
3810 \series default
3811
3812 \begin_inset Index idx
3813 status collapsed
3814
3815 \begin_layout Plain Layout
3816 Commands ! H ! 
3817 \backslash
3818 hphantom
3819 \end_layout
3820
3821 \end_inset
3822
3823  (toolbar button 
3824 \begin_inset Info
3825 type  "icon"
3826 arg   "math/hphantom"
3827 \end_inset
3828
3829 ).
3830  
3831 \series bold
3832
3833 \backslash
3834 hphantom
3835 \series default
3836  creates only space for the maximal height of the characters in the box
3837  but not for its width.
3838  
3839 \series bold
3840
3841 \backslash
3842 vphantom
3843 \series default
3844  creates only space for the width of the box content.
3845  Therefore  the boxes of both commands have only one red arrow.
3846 \end_layout
3847
3848 \begin_layout Standard
3849 For example the command 
3850 \series bold
3851
3852 \backslash
3853 vphantom
3854 \begin_inset space \textvisiblespace{}
3855 \end_inset
3856
3857 a
3858 \backslash
3859 int
3860 \series default
3861  creates space for the height of the integral sign,
3862 \begin_inset Foot
3863 status collapsed
3864
3865 \begin_layout Plain Layout
3866 The command 
3867 \series bold
3868
3869 \backslash
3870 int
3871 \series default
3872  creates an integral sign, see 
3873 \begin_inset CommandInset ref
3874 LatexCommand ref
3875 reference "subsec:Big-Operators"
3876
3877 \end_inset
3878
3879 .
3880 \end_layout
3881
3882 \end_inset
3883
3884  because this is the larger character.
3885  An example application is in 
3886 \begin_inset CommandInset ref
3887 LatexCommand ref
3888 reference "subsec:Multiline-Brackets"
3889
3890 \end_inset
3891
3892 .
3893 \end_layout
3894
3895 \begin_layout Standard
3896 Placeholders can also be used for text when they are inserted via the menu
3897  
3898 \family sans
3899 Insert\SpecialChar menuseparator
3900 Formatting\SpecialChar menuseparator
3901 Phantom
3902 \family default
3903 :
3904 \end_layout
3905
3906 \begin_layout Standard
3907 This is a sentence.
3908 \begin_inset Newline newline
3909 \end_inset
3910
3911
3912 \begin_inset Phantom Phantom
3913 status open
3914
3915 \begin_layout Plain Layout
3916 This
3917 \end_layout
3918
3919 \end_inset
3920
3921  is a sentence.
3922 \end_layout
3923
3924 \begin_layout Subsection
3925 Lines
3926 \begin_inset Index idx
3927 status collapsed
3928
3929 \begin_layout Plain Layout
3930 Lines
3931 \end_layout
3932
3933 \end_inset
3934
3935
3936 \begin_inset Index idx
3937 status collapsed
3938
3939 \begin_layout Plain Layout
3940 Formula ! underlined
3941 \end_layout
3942
3943 \end_inset
3944
3945
3946 \end_layout
3947
3948 \begin_layout Standard
3949 \align center
3950 \begin_inset Tabular
3951 <lyxtabular version="3" rows="4" columns="2">
3952 <features booktabs="true" tabularvalignment="middle">
3953 <column alignment="center" valignment="top" width="0pt">
3954 <column alignment="center" valignment="top" width="0pt">
3955 <row>
3956 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960 Command
3961 \end_layout
3962
3963 \end_inset
3964 </cell>
3965 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3966 \begin_inset Text
3967
3968 \begin_layout Plain Layout
3969 Result
3970 \end_layout
3971
3972 \end_inset
3973 </cell>
3974 </row>
3975 <row topspace="2mm">
3976 <cell alignment="center" valignment="top" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980
3981 \backslash
3982 overline
3983 \begin_inset space \textvisiblespace{}
3984 \end_inset
3985
3986 A+B
3987 \begin_inset Index idx
3988 status collapsed
3989
3990 \begin_layout Plain Layout
3991 Commands ! O ! 
3992 \backslash
3993 overline
3994 \end_layout
3995
3996 \end_inset
3997
3998
3999 \end_layout
4000
4001 \end_inset
4002 </cell>
4003 <cell alignment="center" valignment="top" usebox="none">
4004 \begin_inset Text
4005
4006 \begin_layout Plain Layout
4007 \begin_inset Formula $\overline{A+B}$
4008 \end_inset
4009
4010
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 </row>
4016 <row bottomspace="1mm">
4017 <cell alignment="center" valignment="top" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021
4022 \backslash
4023 underline
4024 \begin_inset space \textvisiblespace{}
4025 \end_inset
4026
4027 A+B
4028 \begin_inset Index idx
4029 status collapsed
4030
4031 \begin_layout Plain Layout
4032 Commands ! U ! 
4033 \backslash
4034 underline
4035 \end_layout
4036
4037 \end_inset
4038
4039
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 <cell alignment="center" valignment="top" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Plain Layout
4048 \begin_inset Formula $\underline{A+B}$
4049 \end_inset
4050
4051
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 </row>
4057 <row topspace="2mm" bottomspace="1mm">
4058 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Plain Layout
4062
4063 \backslash
4064 overline
4065 \begin_inset space \textvisiblespace{}
4066 \end_inset
4067
4068
4069 \backslash
4070 underline
4071 \begin_inset space \textvisiblespace{}
4072 \end_inset
4073
4074 A+B
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083 \begin_inset Formula $\overline{\underline{A+B}}$
4084 \end_inset
4085
4086
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 </row>
4092 </lyxtabular>
4093
4094 \end_inset
4095
4096
4097 \end_layout
4098
4099 \begin_layout Standard
4100 In the last example it doesn't matter if 
4101 \series bold
4102
4103 \backslash
4104 overline
4105 \series default
4106  or 
4107 \series bold
4108
4109 \backslash
4110 underline
4111 \series default
4112  is inserted first.
4113 \end_layout
4114
4115 \begin_layout Standard
4116 To double underline use 
4117 \series bold
4118
4119 \backslash
4120 underline
4121 \series default
4122  twice
4123 \change_deleted 5863208 1612707977
4124  
4125 \change_inserted 5863208 1612707993
4126  (or as many times you want).
4127 \change_unchanged
4128
4129 \end_layout
4130
4131 \begin_layout Standard
4132
4133 \change_deleted 232239728 1610990247
4134 It is possible to place up to 6 lines above or below characters.
4135 \change_deleted 5863208 1612729848
4136
4137 \begin_inset Note Note
4138 status open
4139
4140 \begin_layout Plain Layout
4141
4142 \change_inserted 232239728 1610990434
4143 I put 30 over and under lines in my test so I don't know what the actual
4144  maximum is, but it's greater than 6.
4145 \end_layout
4146
4147 \end_inset
4148
4149
4150 \change_unchanged
4151
4152 \end_layout
4153
4154 \begin_layout Standard
4155 \begin_inset VSpace bigskip
4156 \end_inset
4157
4158 Custom lines can be created using the command 
4159 \series bold
4160
4161 \backslash
4162 rule
4163 \series default
4164
4165 \begin_inset Index idx
4166 status collapsed
4167
4168 \begin_layout Plain Layout
4169 Commands ! R ! 
4170 \backslash
4171 rule
4172 \end_layout
4173
4174 \end_inset
4175
4176  which has the following scheme:
4177 \end_layout
4178
4179 \begin_layout Standard
4180
4181 \series bold
4182
4183 \backslash
4184 rule[vertical offset]{length}{thickness}
4185 \end_layout
4186
4187 \begin_layout Standard
4188 The optional vertical offset shifts the line upwards (or downwards, when
4189  the value is negative).
4190  The units listed in 
4191 \begin_inset CommandInset ref
4192 LatexCommand ref
4193 reference "tab:Available-units"
4194
4195 \end_inset
4196
4197  can be used for the values.
4198  Here are two example lines created with the commands
4199 \begin_inset Newline newline
4200 \end_inset
4201
4202
4203 \series bold
4204
4205 \backslash
4206 rule[-2ex]{3cm}{2pt}
4207 \series default
4208  and 
4209 \series bold
4210
4211 \backslash
4212 rule{2cm}{1pt}
4213 \series default
4214 :
4215 \end_layout
4216
4217 \begin_layout Standard
4218 This is a sentence 
4219 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4220 \end_inset
4221
4222  with two lines.
4223 \end_layout
4224
4225 \begin_layout Standard
4226
4227 \series bold
4228
4229 \backslash
4230 rule
4231 \series default
4232  can also be used for text when a line is inserted via the menu 
4233 \family sans
4234 Insert\SpecialChar menuseparator
4235 Formatting\SpecialChar menuseparator
4236 Horizontal
4237 \begin_inset space ~
4238 \end_inset
4239
4240 Line
4241 \family default
4242 :
4243 \end_layout
4244
4245 \begin_layout Standard
4246 This is a sentence 
4247 \begin_inset CommandInset line
4248 LatexCommand rule
4249 offset "0.5ex"
4250 width "3cm"
4251 height "1pt"
4252
4253 \end_inset
4254
4255  with one line.
4256 \end_layout
4257
4258 \begin_layout Subsection
4259 Ellipses
4260 \begin_inset CommandInset label
4261 LatexCommand label
4262 name "subsec:Ellipses"
4263
4264 \end_inset
4265
4266
4267 \begin_inset Index idx
4268 status collapsed
4269
4270 \begin_layout Plain Layout
4271 Ellipses
4272 \end_layout
4273
4274 \end_inset
4275
4276
4277 \end_layout
4278
4279 \begin_layout Standard
4280 There are different types of ellipses available.
4281 \begin_inset Foot
4282 status collapsed
4283
4284 \begin_layout Plain Layout
4285 In the math toolbar in the submenu of the button 
4286 \begin_inset Info
4287 type  "icon"
4288 arg   "math-insert \\ldots"
4289 \end_inset
4290
4291
4292 \end_layout
4293
4294 \end_inset
4295
4296  For listings, dots at the baseline are used (
4297 \series bold
4298
4299 \backslash
4300 ldots
4301 \series default
4302
4303 \begin_inset Index idx
4304 status collapsed
4305
4306 \begin_layout Plain Layout
4307 Commands ! L ! 
4308 \backslash
4309 ldots
4310 \end_layout
4311
4312 \end_inset
4313
4314 ), while for operations, dots are needed that are on the same height as
4315  the operators (
4316 \series bold
4317
4318 \backslash
4319 cdots
4320 \series default
4321
4322 \begin_inset Index idx
4323 status collapsed
4324
4325 \begin_layout Plain Layout
4326 Commands ! C ! 
4327 \backslash
4328 cdots
4329 \end_layout
4330
4331 \end_inset
4332
4333 ).
4334  When using the command 
4335 \series bold
4336
4337 \backslash
4338 dots
4339 \series default
4340
4341 \begin_inset Index idx
4342 status collapsed
4343
4344 \begin_layout Plain Layout
4345 Commands ! D ! 
4346 \backslash
4347 dots
4348 \end_layout
4349
4350 \end_inset
4351
4352 , \SpecialChar LaTeX
4353  decides on the basis of the next character what type is used.
4354 \end_layout
4355
4356 \begin_layout Standard
4357 \align center
4358 \begin_inset Tabular
4359 <lyxtabular version="3" rows="9" columns="2">
4360 <features booktabs="true" tabularvalignment="middle">
4361 <column alignment="center" valignment="top" width="0pt">
4362 <column alignment="center" valignment="top" width="0pt">
4363 <row>
4364 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4365 \begin_inset Text
4366
4367 \begin_layout Plain Layout
4368 Command
4369 \end_layout
4370
4371 \end_inset
4372 </cell>
4373 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4374 \begin_inset Text
4375
4376 \begin_layout Plain Layout
4377 Result
4378 \end_layout
4379
4380 \end_inset
4381 </cell>
4382 </row>
4383 <row>
4384 <cell alignment="center" valignment="top" usebox="none">
4385 \begin_inset Text
4386
4387 \begin_layout Plain Layout
4388 A_1
4389 \begin_inset space \textvisiblespace{}
4390 \end_inset
4391
4392 ,
4393 \backslash
4394 dots
4395 \begin_inset space \textvisiblespace{}
4396 \end_inset
4397
4398 ,A_n
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 <cell alignment="center" valignment="top" usebox="none">
4404 \begin_inset Text
4405
4406 \begin_layout Plain Layout
4407 \begin_inset Formula $A_{1},\dots,A_{n}$
4408 \end_inset
4409
4410
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 </row>
4416 <row>
4417 <cell alignment="center" valignment="top" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421 A_1
4422 \begin_inset space \textvisiblespace{}
4423 \end_inset
4424
4425 +
4426 \backslash
4427 dots
4428 \begin_inset space \textvisiblespace{}
4429 \end_inset
4430
4431 +A_n
4432 \end_layout
4433
4434 \end_inset
4435 </cell>
4436 <cell alignment="center" valignment="top" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440 \begin_inset Formula $A_{1}+\dots+A_{n}$
4441 \end_inset
4442
4443
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 </row>
4449 <row>
4450 <cell alignment="center" valignment="top" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Plain Layout
4454 A_1
4455 \begin_inset space \textvisiblespace{}
4456 \end_inset
4457
4458 ,
4459 \backslash
4460 ldots
4461 \begin_inset space \textvisiblespace{}
4462 \end_inset
4463
4464 ,A_n
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 <cell alignment="center" valignment="top" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473 \begin_inset Formula $A_{1},\ldots,A_{n}$
4474 \end_inset
4475
4476
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 </row>
4482 <row>
4483 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487 A_1
4488 \begin_inset space \textvisiblespace{}
4489 \end_inset
4490
4491 +
4492 \backslash
4493 cdots
4494 \begin_inset space \textvisiblespace{}
4495 \end_inset
4496
4497 +A_n
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4507 \end_inset
4508
4509
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 </row>
4515 <row>
4516 <cell alignment="center" valignment="top" usebox="none">
4517 \begin_inset Text
4518
4519 \begin_layout Plain Layout
4520
4521 \backslash
4522 vdots
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 <cell alignment="center" valignment="top" usebox="none">
4528 \begin_inset Text
4529
4530 \begin_layout Plain Layout
4531 \begin_inset Formula $\vdots$
4532 \end_inset
4533
4534
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 </row>
4540 <row>
4541 <cell alignment="center" valignment="top" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545
4546 \backslash
4547 ddots
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 <cell alignment="center" valignment="top" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556 \begin_inset Formula $\ddots$
4557 \end_inset
4558
4559
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 </row>
4565 <row>
4566 <cell alignment="center" valignment="top" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570
4571 \backslash
4572 iddots
4573 \end_layout
4574
4575 \end_inset
4576 </cell>
4577 <cell alignment="center" valignment="top" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Plain Layout
4581 \begin_inset Formula $\iddots$
4582 \end_inset
4583
4584
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 </row>
4590 <row>
4591 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595 3×3
4596 \begin_inset space \thinspace{}
4597 \end_inset
4598
4599 matrix with the different dots
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608 \begin_inset Formula $\begin{array}{ccc}
4609 A_{11} & \cdots & A_{1m}\\
4610 \vdots & \ddots & \vdots\\
4611 A_{n1} & \cdots & A_{nm}
4612 \end{array}$
4613 \end_inset
4614
4615
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 </row>
4621 </lyxtabular>
4622
4623 \end_inset
4624
4625
4626 \end_layout
4627
4628 \begin_layout Standard
4629 The ellipses available in menu 
4630 \family sans
4631 Insert\SpecialChar menuseparator
4632 Special
4633 \begin_inset space ~
4634 \end_inset
4635
4636 Character
4637 \family default
4638  are 
4639 \series bold
4640
4641 \backslash
4642 ldots
4643 \series default
4644 .
4645 \end_layout
4646
4647 \begin_layout Standard
4648 \begin_inset VSpace medskip
4649 \end_inset
4650
4651 To use 
4652 \series bold
4653
4654 \backslash
4655 iddots
4656 \series default
4657 , the option 
4658 \family sans
4659 Use mathdots package (automatically)
4660 \family default
4661  must be set in the document settings under 
4662 \family sans
4663 Math
4664 \begin_inset space ~
4665 \end_inset
4666
4667 Options
4668 \family default
4669 .
4670 \begin_inset Newline newline
4671 \end_inset
4672
4673 Using the option 
4674 \family sans
4675 Use mathdots package
4676 \family default
4677  will improve the appearance of all dots in the documents if their font
4678  style or size is not the default.
4679 \end_layout
4680
4681 \begin_layout Standard
4682 \begin_inset VSpace medskip
4683 \end_inset
4684
4685 Specially for matrices there are ellipses that span over several columns.
4686  They are created with the command 
4687 \series bold
4688
4689 \backslash
4690 hdotsfor
4691 \series default
4692
4693 \begin_inset Index idx
4694 status collapsed
4695
4696 \begin_layout Plain Layout
4697 Commands ! H ! 
4698 \backslash
4699 hdotsfor
4700 \end_layout
4701
4702 \end_inset
4703
4704  and have the following scheme
4705 \change_inserted 5863208 1612709418
4706  (
4707 \family sans
4708 mathtools
4709 \family default
4710  must be loaded 
4711 \family sans
4712 always
4713 \family default
4714  under 
4715 \family sans
4716 Math
4717 \begin_inset space ~
4718 \end_inset
4719
4720 Options
4721 \family default
4722  for this to work)
4723 \change_unchanged
4724 :
4725 \end_layout
4726
4727 \begin_layout Standard
4728
4729 \series bold
4730
4731 \backslash
4732 hdotsfor[distance]{number of columns}
4733 \end_layout
4734
4735 \begin_layout Standard
4736 The number of columns specifies how many columns should be spanned.
4737  Distance is a factor for the distance between the dots.
4738 \end_layout
4739
4740 \begin_layout Standard
4741 In the following matrix the command 
4742 \series bold
4743
4744 \backslash
4745 hdotsfor[2]{4}
4746 \series default
4747  was inserted in the first box of the second line to get an ellipsis with
4748  a dot distance twice as long as with the command 
4749 \series bold
4750
4751 \backslash
4752 dots
4753 \series default
4754 :
4755 \begin_inset Formula 
4756 \[
4757 \left(\begin{array}{cccc}
4758 A & B & C & D\\
4759 \hdotsfor[2]{4}\\
4760 q & w & e & r
4761 \end{array}\right)
4762 \]
4763
4764 \end_inset
4765
4766 Note that the matrix fields that should be spanned must be empty, otherwise
4767  you get \SpecialChar LaTeX
4768 -errors.
4769 \end_layout
4770
4771 \begin_layout Standard
4772 \begin_inset VSpace bigskip
4773 \end_inset
4774
4775 Furthermore you can fill with the command 
4776 \series bold
4777
4778 \backslash
4779 dotfill
4780 \series default
4781
4782 \begin_inset Index idx
4783 status open
4784
4785 \begin_layout Plain Layout
4786 Commands ! D ! 
4787 \backslash
4788 dotfill
4789 \end_layout
4790
4791 \end_inset
4792
4793  the rest of a line with dots.
4794  The effect of these commands is the same as with 
4795 \series bold
4796
4797 \backslash
4798 hfill
4799 \series default
4800 , see 
4801 \begin_inset CommandInset ref
4802 LatexCommand ref
4803 reference "subsec:Variable-Space"
4804
4805 \end_inset
4806
4807 .
4808 \end_layout
4809
4810 \begin_layout Standard
4811 For example the command 
4812 \series bold
4813 A
4814 \backslash
4815 dotfill
4816 \begin_inset space \textvisiblespace{}
4817 \end_inset
4818
4819 B
4820 \series default
4821  produces
4822 \end_layout
4823
4824 \begin_layout Standard
4825 \begin_inset Formula $A\dotfill B$
4826 \end_inset
4827
4828
4829 \end_layout
4830
4831 \begin_layout Standard
4832 Similar to
4833 \series bold
4834  
4835 \backslash
4836 dotfill
4837 \series default
4838  there is for a line the command 
4839 \series bold
4840
4841 \backslash
4842 hrulefill
4843 \series default
4844
4845 \begin_inset Index idx
4846 status collapsed
4847
4848 \begin_layout Plain Layout
4849 Commands ! H ! 
4850 \backslash
4851 hrulefill
4852 \end_layout
4853
4854 \end_inset
4855
4856 :
4857 \end_layout
4858
4859 \begin_layout Standard
4860 \begin_inset Formula $A\hrulefill B$
4861 \end_inset
4862
4863
4864 \end_layout
4865
4866 \begin_layout Standard
4867 To use the commands for text, they have to be inserted in \SpecialChar TeX
4868  mode.
4869 \end_layout
4870
4871 \begin_layout Section
4872 Matrices
4873 \begin_inset CommandInset label
4874 LatexCommand label
4875 name "sec:Matrices"
4876
4877 \end_inset
4878
4879
4880 \begin_inset Index idx
4881 status collapsed
4882
4883 \begin_layout Plain Layout
4884 Matrices
4885 \end_layout
4886
4887 \end_inset
4888
4889
4890 \end_layout
4891
4892 \begin_layout Standard
4893 Matrices can be inserted via the math toolbar button 
4894 \begin_inset Info
4895 type  "icon"
4896 arg   "dialog-show mathmatrix"
4897 \end_inset
4898
4899  or the menu 
4900 \family sans
4901 Insert\SpecialChar menuseparator
4902 Math\SpecialChar menuseparator
4903 Matrix
4904 \family default
4905 .
4906  In the matrix dialog you can specify the number of columns and rows, the
4907  alignment and the decoration.
4908  The vertical alignment is only of importance for matrices in inline formulas:
4909 \end_layout
4910
4911 \begin_layout Standard
4912 The first matrix is top 
4913 \begin_inset Formula $\begin{array}[t]{cccc}
4914 A & D & G & J\\
4915 B & E & H & K\\
4916 C & F & I & L
4917 \end{array}$
4918 \end_inset
4919
4920 , the second middle 
4921 \begin_inset Formula $\begin{array}{cccc}
4922 A & D & G & J\\
4923 B & E & H & K\\
4924 C & F & I & L
4925 \end{array}$
4926 \end_inset
4927
4928  and the third bottom 
4929 \begin_inset Formula $\begin{array}[b]{cccc}
4930 A & D & G & J\\
4931 B & E & H & K\\
4932 C & F & I & L
4933 \end{array}$
4934 \end_inset
4935
4936  aligned.
4937 \end_layout
4938
4939 \begin_layout Standard
4940 The horizontal alignment specifies how the column entries should be aligned.
4941  It is set by entering a letter for every column.
4942  
4943 \emph on
4944 l
4945 \emph default
4946  denotes left aligned, 
4947 \emph on
4948 c
4949 \emph default
4950  centered and 
4951 \emph on
4952 r
4953 \emph default
4954  right aligned.
4955  To create for example a 4
4956 \series bold
4957 ×
4958 \series default
4959 4
4960 \begin_inset space ~
4961 \end_inset
4962
4963 matrix where the first column is left aligned, the second and third are
4964  centered and the last one is right aligned, one enters for the horizontal
4965  alignment 
4966 \series bold
4967 lccr
4968 \series default
4969 .
4970  Normally in a matrix all columns are centered, therefore the default for
4971  every column is a 
4972 \series bold
4973 c
4974 \series default
4975 .
4976 \end_layout
4977
4978 \begin_layout Standard
4979 Horizontal alignment:
4980 \end_layout
4981
4982 \begin_layout Standard
4983
4984 \series bold
4985 lll
4986 \series default
4987  : 
4988 \begin_inset Formula $\begin{array}{lll}
4989 10000 & D & G\\
4990 B & 10000 & H\\
4991 C & F & 10000
4992 \end{array}$
4993 \end_inset
4994
4995  , 
4996 \series bold
4997 ccc
4998 \series default
4999  : 
5000 \begin_inset Formula $\begin{array}{ccc}
5001 10000 & D & G\\
5002 B & 10000 & H\\
5003 C & F & 10000
5004 \end{array}$
5005 \end_inset
5006
5007  , 
5008 \series bold
5009 rrr
5010 \series default
5011  : 
5012 \begin_inset Formula $\begin{array}{rrr}
5013 10000 & D & G\\
5014 B & 10000 & H\\
5015 C & F & 10000
5016 \end{array}$
5017 \end_inset
5018
5019
5020 \end_layout
5021
5022 \begin_layout Standard
5023 To subsequently add or delete rows and columns, the math toolbar buttons
5024  
5025 \begin_inset Info
5026 type  "icon"
5027 arg   "tabular-feature append-row"
5028 \end_inset
5029
5030
5031 \begin_inset Info
5032 type  "icon"
5033 arg   "tabular-feature delete-row"
5034 \end_inset
5035
5036 , etc.
5037 \begin_inset space \thinspace{}
5038 \end_inset
5039
5040 , or the menu 
5041 \family sans
5042 Edit\SpecialChar menuseparator
5043 Rows & Columns
5044 \family default
5045  can be used.
5046  New rows can also be created with 
5047 \begin_inset Info
5048 type  "shortcut"
5049 arg   "newline-insert newline"
5050 \end_inset
5051
5052 .
5053 \end_layout
5054
5055 \begin_layout Standard
5056 \begin_inset VSpace bigskip
5057 \end_inset
5058
5059
5060 \change_deleted 47243155 1563226130
5061 The 
5062 \change_deleted -563046850 1563190969
5063
5064 \family sans
5065 Decoration
5066 \change_inserted -563046850 1563190971
5067 Appearance
5068 \change_unchanged
5069
5070 \family default
5071  
5072 \change_deleted -563046850 1563192602
5073 adds
5074 \change_inserted -563046850 1563192607
5075 can be used to add
5076 \change_unchanged
5077  parentheses in the selected style around the matrix
5078 \change_inserted -563046850 1563192780
5079  or to select the 
5080 \family sans
5081 small
5082 \family default
5083  style, suitable for an inline matrix like this one 
5084 \begin_inset Formula $\bigl(\begin{smallmatrix}0 & \textrm{-}\mathrm{i}\\
5085 \mathrm{i} & 0
5086 \end{smallmatrix}\bigr)$
5087 \end_inset
5088
5089
5090 \change_unchanged
5091 .
5092
5093 \change_inserted -563046850 1563192943
5094  Here the parentheses have been added manually using commands 
5095 \series bold
5096
5097 \backslash
5098 bigl(
5099 \series default
5100  and 
5101 \series bold
5102
5103 \backslash
5104 bigr).
5105 \end_layout
5106
5107 \begin_layout Standard
5108
5109 \change_deleted -563046850 1563192735
5110  
5111 \change_unchanged
5112 Alternatively, parentheses can 
5113 \change_deleted -563046850 1563192971
5114 either 
5115 \change_unchanged
5116 be created with the commands 
5117 \series bold
5118
5119 \backslash
5120 left
5121 \series default
5122
5123 \begin_inset Index idx
5124 status collapsed
5125
5126 \begin_layout Plain Layout
5127 Commands ! L ! 
5128 \backslash
5129 left
5130 \end_layout
5131
5132 \end_inset
5133
5134  and 
5135 \series bold
5136
5137 \backslash
5138 right
5139 \series default
5140
5141 \begin_inset Index idx
5142 status collapsed
5143
5144 \begin_layout Plain Layout
5145 Commands ! R ! 
5146 \backslash
5147 right
5148 \end_layout
5149
5150 \end_inset
5151
5152  (shortcut 
5153 \family sans
5154 Alt+M
5155 \begin_inset space ~
5156 \end_inset
5157
5158 Parenthesis
5159 \family default
5160 ), see 
5161 \begin_inset CommandInset ref
5162 LatexCommand ref
5163 reference "subsec:Automatic-Bracket-Size"
5164
5165 \end_inset
5166
5167 , or by using the following commands:
5168 \begin_inset VSpace medskip
5169 \end_inset
5170
5171
5172 \end_layout
5173
5174 \begin_layout Standard
5175 \begin_inset space \hfill{}
5176 \end_inset
5177
5178
5179 \begin_inset Tabular
5180 <lyxtabular version="3" rows="4" columns="2">
5181 <features booktabs="true" tabularvalignment="middle">
5182 <column alignment="center" valignment="top" width="0pt">
5183 <column alignment="center" valignment="top">
5184 <row>
5185 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Plain Layout
5189 Command
5190 \end_layout
5191
5192 \end_inset
5193 </cell>
5194 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5195 \begin_inset Text
5196
5197 \begin_layout Plain Layout
5198 Result
5199 \end_layout
5200
5201 \end_inset
5202 </cell>
5203 </row>
5204 <row topspace="1.5mm">
5205 <cell alignment="center" valignment="top" usebox="none">
5206 \begin_inset Text
5207
5208 \begin_layout Plain Layout
5209
5210 \backslash
5211 bmatrix
5212 \begin_inset space \textvisiblespace{}
5213 \end_inset
5214
5215 2
5216 \series bold
5217 ×
5218 \series default
5219 2
5220 \begin_inset space \thinspace{}
5221 \end_inset
5222
5223 matrix
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 $\begin{bmatrix}\begin{array}{cc}
5233 0 & \textrm{-}\mathrm{i}\\
5234 \mathrm{i} & 0
5235 \end{array}\end{bmatrix}$
5236 \end_inset
5237
5238
5239 \end_layout
5240
5241 \end_inset
5242 </cell>
5243 </row>
5244 <row topspace="1.5mm" bottomspace="0.5mm">
5245 <cell alignment="center" valignment="top" usebox="none">
5246 \begin_inset Text
5247
5248 \begin_layout Plain Layout
5249
5250 \backslash
5251 Bmatrix
5252 \begin_inset space \textvisiblespace{}
5253 \end_inset
5254
5255 2
5256 \series bold
5257 ×
5258 \series default
5259 2
5260 \begin_inset space \thinspace{}
5261 \end_inset
5262
5263 matrix
5264 \end_layout
5265
5266 \end_inset
5267 </cell>
5268 <cell alignment="center" valignment="top" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
5273 0 & \textrm{-}\mathrm{i}\\
5274 \mathrm{i} & 0
5275 \end{array}\end{Bmatrix}$
5276 \end_inset
5277
5278
5279 \end_layout
5280
5281 \end_inset
5282 </cell>
5283 </row>
5284 <row>
5285 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5286 \begin_inset Text
5287
5288 \begin_layout Plain Layout
5289
5290 \backslash
5291 pmatrix
5292 \begin_inset space \textvisiblespace{}
5293 \end_inset
5294
5295 2
5296 \series bold
5297 ×
5298 \series default
5299 2
5300 \begin_inset space \thinspace{}
5301 \end_inset
5302
5303 matrix
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5309 \begin_inset Text
5310
5311 \begin_layout Plain Layout
5312 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
5313 0 & \textrm{-}\mathrm{i}\\
5314 \mathrm{i} & 0
5315 \end{array}\end{pmatrix}$
5316 \end_inset
5317
5318
5319 \end_layout
5320
5321 \end_inset
5322 </cell>
5323 </row>
5324 </lyxtabular>
5325
5326 \end_inset
5327
5328
5329 \begin_inset space \hfill{}
5330 \end_inset
5331
5332
5333 \begin_inset Tabular
5334 <lyxtabular version="3" rows="4" columns="2">
5335 <features booktabs="true" tabularvalignment="middle">
5336 <column alignment="center" valignment="top" width="0pt">
5337 <column alignment="center" valignment="top">
5338 <row>
5339 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5340 \begin_inset Text
5341
5342 \begin_layout Plain Layout
5343 Command
5344 \end_layout
5345
5346 \end_inset
5347 </cell>
5348 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5349 \begin_inset Text
5350
5351 \begin_layout Plain Layout
5352 Result
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 </row>
5358 <row topspace="1.5mm">
5359 <cell alignment="center" valignment="top" usebox="none">
5360 \begin_inset Text
5361
5362 \begin_layout Plain Layout
5363
5364 \backslash
5365 vmatrix
5366 \begin_inset space \textvisiblespace{}
5367 \end_inset
5368
5369 2
5370 \series bold
5371 ×
5372 \series default
5373 2
5374 \begin_inset space \thinspace{}
5375 \end_inset
5376
5377 matrix
5378 \end_layout
5379
5380 \end_inset
5381 </cell>
5382 <cell alignment="center" valignment="top" usebox="none">
5383 \begin_inset Text
5384
5385 \begin_layout Plain Layout
5386 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
5387 0 & \textrm{-}\mathrm{i}\\
5388 \mathrm{i} & 0
5389 \end{array}\end{vmatrix}$
5390 \end_inset
5391
5392
5393 \end_layout
5394
5395 \end_inset
5396 </cell>
5397 </row>
5398 <row topspace="1.5mm" bottomspace="0.5mm">
5399 <cell alignment="center" valignment="top" usebox="none">
5400 \begin_inset Text
5401
5402 \begin_layout Plain Layout
5403
5404 \backslash
5405 Vmatrix
5406 \begin_inset space \textvisiblespace{}
5407 \end_inset
5408
5409 2
5410 \series bold
5411 ×
5412 \series default
5413 2
5414 \begin_inset space \thinspace{}
5415 \end_inset
5416
5417 matrix
5418 \end_layout
5419
5420 \end_inset
5421 </cell>
5422 <cell alignment="center" valignment="top" usebox="none">
5423 \begin_inset Text
5424
5425 \begin_layout Plain Layout
5426 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
5427 0 & \textrm{-}\mathrm{i}\\
5428 \mathrm{i} & 0
5429 \end{array}\end{Vmatrix}$
5430 \end_inset
5431
5432
5433 \end_layout
5434
5435 \end_inset
5436 </cell>
5437 </row>
5438 <row>
5439 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443
5444 \backslash
5445 matrix
5446 \begin_inset space \textvisiblespace{}
5447 \end_inset
5448
5449 2
5450 \series bold
5451 ×
5452 \series default
5453 2
5454 \begin_inset space \thinspace{}
5455 \end_inset
5456
5457 matrix
5458 \end_layout
5459
5460 \end_inset
5461 </cell>
5462 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5463 \begin_inset Text
5464
5465 \begin_layout Plain Layout
5466 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
5467 0 & \textrm{-}\mathrm{i}\\
5468 \mathrm{i} & 0
5469 \end{array}\end{matrix}$
5470 \end_inset
5471
5472
5473 \end_layout
5474
5475 \end_inset
5476 </cell>
5477 </row>
5478 </lyxtabular>
5479
5480 \end_inset
5481
5482
5483 \begin_inset space \hfill{}
5484 \end_inset
5485
5486
5487 \end_layout
5488
5489 \begin_layout Standard
5490 \begin_inset VSpace medskip
5491 \end_inset
5492
5493 When e.
5494 \begin_inset space \thinspace{}
5495 \end_inset
5496
5497 g.
5498 \begin_inset space \space{}
5499 \end_inset
5500
5501
5502 \series bold
5503
5504 \backslash
5505 vmatrix
5506 \series default
5507  is inserted, a blue box appears between two vertical lines where the matrix
5508  is inserted.
5509 \begin_inset Newline newline
5510 \end_inset
5511
5512 Note that decorated matrices ignore the vertical alignment.
5513 \end_layout
5514
5515 \begin_layout Standard
5516 \begin_inset VSpace bigskip
5517 \end_inset
5518
5519 As all multiline formulas are matrices, the length 
5520 \series bold
5521
5522 \backslash
5523 arraycolsep
5524 \series default
5525
5526 \begin_inset Index idx
5527 status collapsed
5528
5529 \begin_layout Plain Layout
5530 Commands ! A ! 
5531 \backslash
5532 arraycolsep
5533 \end_layout
5534
5535 \end_inset
5536
5537  that is described in 
5538 \begin_inset CommandInset ref
5539 LatexCommand ref
5540 reference "subsec:Column-Separation"
5541
5542 \end_inset
5543
5544  can also be used to change the column separation of matrices.
5545 \end_layout
5546
5547 \begin_layout Standard
5548 To change the row separation, the command 
5549 \series bold
5550
5551 \backslash
5552 arraystretch
5553 \series default
5554
5555 \begin_inset Index idx
5556 status collapsed
5557
5558 \begin_layout Plain Layout
5559 Commands ! A ! 
5560 \backslash
5561 arraystretch
5562 \end_layout
5563
5564 \end_inset
5565
5566  is used as follows:
5567 \end_layout
5568
5569 \begin_layout Standard
5570
5571 \series bold
5572
5573 \backslash
5574 renewcommand{
5575 \backslash
5576 arraystretch}{stretch factor}
5577 \begin_inset Index idx
5578 status collapsed
5579
5580 \begin_layout Plain Layout
5581 Commands ! R ! 
5582 \backslash
5583 renewcommand
5584 \end_layout
5585
5586 \end_inset
5587
5588
5589 \end_layout
5590
5591 \begin_layout Standard
5592 The command 
5593 \series bold
5594
5595 \backslash
5596 renewcommand
5597 \series default
5598  assigns the stretch factor to the predefined command 
5599 \series bold
5600
5601 \backslash
5602 arraystretch
5603 \series default
5604 .
5605  For example to double the row separation, use a stretch factor of 2.
5606  This is then used for all following matrices.
5607  To restore the original separation, assign a stretch factor of 1 to 
5608 \series bold
5609
5610 \backslash
5611 arraystretch
5612 \series default
5613 .
5614 \end_layout
5615
5616 \begin_layout Standard
5617
5618 \change_inserted 47243155 1563226178
5619 Small inline matrices can also be obtained using 
5620 \change_deleted 47243155 1563226182
5621 To set matrices into a text line,
5622 \change_unchanged
5623  the command 
5624 \series bold
5625
5626 \backslash
5627 smallmatrix
5628 \series default
5629
5630 \begin_inset Index idx
5631 status collapsed
5632
5633 \begin_layout Plain Layout
5634 Commands ! S ! 
5635 \backslash
5636 smallmatrix
5637 \end_layout
5638
5639 \end_inset
5640
5641
5642 \change_deleted 47243155 1563226186
5643  is used
5644 \change_unchanged
5645 .
5646  When it is inserted in a line a blue box with two dashed lines appears.
5647  Adjust the matrix rows and columns as desired.
5648 \end_layout
5649
5650 \begin_layout Standard
5651 This is a matrix 
5652 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5653 C & D
5654 \end{smallmatrix}\right)$
5655 \end_inset
5656
5657  in a text line
5658 \change_inserted 47243155 1563226243
5659  with automatic delimiters around it
5660 \change_unchanged
5661 .
5662 \end_layout
5663
5664 \begin_layout Section
5665 Brackets and Delimiters
5666 \begin_inset Index idx
5667 status collapsed
5668
5669 \begin_layout Plain Layout
5670 Brackets
5671 \end_layout
5672
5673 \end_inset
5674
5675
5676 \begin_inset Index idx
5677 status collapsed
5678
5679 \begin_layout Plain Layout
5680 Delimiters
5681 \end_layout
5682
5683 \end_inset
5684
5685
5686 \end_layout
5687
5688 \begin_layout Subsection
5689 Vertical Brackets and Delimiters
5690 \begin_inset Index idx
5691 status collapsed
5692
5693 \begin_layout Plain Layout
5694 Brackets ! vertical
5695 \end_layout
5696
5697 \end_inset
5698
5699
5700 \end_layout
5701
5702 \begin_layout Standard
5703 \begin_inset space \hfill{}
5704 \end_inset
5705
5706
5707 \begin_inset Tabular
5708 <lyxtabular version="3" rows="9" columns="2">
5709 <features booktabs="true" tabularvalignment="middle">
5710 <column alignment="center" valignment="top" width="0pt">
5711 <column alignment="center" valignment="top" width="0pt">
5712 <row>
5713 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 Command
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 Result
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 </row>
5732 <row>
5733 <cell alignment="center" valignment="top" usebox="none">
5734 \begin_inset Text
5735
5736 \begin_layout Plain Layout
5737 (
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 <cell alignment="center" valignment="top" usebox="none">
5743 \begin_inset Text
5744
5745 \begin_layout Plain Layout
5746 \begin_inset Formula $($
5747 \end_inset
5748
5749
5750 \end_layout
5751
5752 \end_inset
5753 </cell>
5754 </row>
5755 <row>
5756 <cell alignment="center" valignment="top" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Plain Layout
5760 {
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 <cell alignment="center" valignment="top" usebox="none">
5766 \begin_inset Text
5767
5768 \begin_layout Plain Layout
5769 \begin_inset Formula $\{$
5770 \end_inset
5771
5772
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 </row>
5778 <row>
5779 <cell alignment="center" valignment="top" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783 [
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792 \begin_inset Formula $[$
5793 \end_inset
5794
5795
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 </row>
5801 <row>
5802 <cell alignment="center" valignment="top" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806
5807 \backslash
5808 langle
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 <cell alignment="center" valignment="top" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817 \begin_inset Formula $\langle$
5818 \end_inset
5819
5820
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 </row>
5826 <row>
5827 <cell alignment="center" valignment="top" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831
5832 \backslash
5833 lceil
5834 \end_layout
5835
5836 \end_inset
5837 </cell>
5838 <cell alignment="center" valignment="top" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842 \begin_inset Formula $\lceil$
5843 \end_inset
5844
5845
5846 \end_layout
5847
5848 \end_inset
5849 </cell>
5850 </row>
5851 <row>
5852 <cell alignment="center" valignment="top" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Plain Layout
5856
5857 \backslash
5858 lfloor
5859 \end_layout
5860
5861 \end_inset
5862 </cell>
5863 <cell alignment="center" valignment="top" usebox="none">
5864 \begin_inset Text
5865
5866 \begin_layout Plain Layout
5867 \begin_inset Formula $\lfloor$
5868 \end_inset
5869
5870
5871 \end_layout
5872
5873 \end_inset
5874 </cell>
5875 </row>
5876 <row>
5877 <cell alignment="center" valignment="top" usebox="none">
5878 \begin_inset Text
5879
5880 \begin_layout Plain Layout
5881 /
5882 \end_layout
5883
5884 \end_inset
5885 </cell>
5886 <cell alignment="center" valignment="top" usebox="none">
5887 \begin_inset Text
5888
5889 \begin_layout Plain Layout
5890 \begin_inset Formula $/$
5891 \end_inset
5892
5893
5894 \end_layout
5895
5896 \end_inset
5897 </cell>
5898 </row>
5899 <row>
5900 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5901 \begin_inset Text
5902
5903 \begin_layout Plain Layout
5904 |
5905 \end_layout
5906
5907 \end_inset
5908 </cell>
5909 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Plain Layout
5913 \begin_inset Formula $|$
5914 \end_inset
5915
5916
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 </row>
5922 </lyxtabular>
5923
5924 \end_inset
5925
5926
5927 \begin_inset space \hfill{}
5928 \end_inset
5929
5930
5931 \begin_inset Tabular
5932 <lyxtabular version="3" rows="9" columns="2">
5933 <features booktabs="true" tabularvalignment="middle">
5934 <column alignment="center" valignment="top" width="0pt">
5935 <column alignment="center" valignment="top" width="0pt">
5936 <row>
5937 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941 Command
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5947 \begin_inset Text
5948
5949 \begin_layout Plain Layout
5950 Result
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 </row>
5956 <row>
5957 <cell alignment="center" valignment="top" usebox="none">
5958 \begin_inset Text
5959
5960 \begin_layout Plain Layout
5961 )
5962 \end_layout
5963
5964 \end_inset
5965 </cell>
5966 <cell alignment="center" valignment="top" usebox="none">
5967 \begin_inset Text
5968
5969 \begin_layout Plain Layout
5970 \begin_inset Formula $)$
5971 \end_inset
5972
5973
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 </row>
5979 <row>
5980 <cell alignment="center" valignment="top" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Plain Layout
5984 }
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 <cell alignment="center" valignment="top" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Plain Layout
5993 \begin_inset Formula $\}$
5994 \end_inset
5995
5996
5997 \end_layout
5998
5999 \end_inset
6000 </cell>
6001 </row>
6002 <row>
6003 <cell alignment="center" valignment="top" usebox="none">
6004 \begin_inset Text
6005
6006 \begin_layout Plain Layout
6007 ]
6008 \end_layout
6009
6010 \end_inset
6011 </cell>
6012 <cell alignment="center" valignment="top" usebox="none">
6013 \begin_inset Text
6014
6015 \begin_layout Plain Layout
6016 \begin_inset Formula $]$
6017 \end_inset
6018
6019
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 </row>
6025 <row>
6026 <cell alignment="center" valignment="top" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030
6031 \backslash
6032 rangle
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 <cell alignment="center" valignment="top" usebox="none">
6038 \begin_inset Text
6039
6040 \begin_layout Plain Layout
6041 \begin_inset Formula $\rangle$
6042 \end_inset
6043
6044
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 </row>
6050 <row>
6051 <cell alignment="center" valignment="top" usebox="none">
6052 \begin_inset Text
6053
6054 \begin_layout Plain Layout
6055
6056 \backslash
6057 rceil
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 <cell alignment="center" valignment="top" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066 \begin_inset Formula $\rceil$
6067 \end_inset
6068
6069
6070 \end_layout
6071
6072 \end_inset
6073 </cell>
6074 </row>
6075 <row>
6076 <cell alignment="center" valignment="top" usebox="none">
6077 \begin_inset Text
6078
6079 \begin_layout Plain Layout
6080
6081 \backslash
6082 rfloor
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 <cell alignment="center" valignment="top" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Plain Layout
6091 \begin_inset Formula $\rfloor$
6092 \end_inset
6093
6094
6095 \end_layout
6096
6097 \end_inset
6098 </cell>
6099 </row>
6100 <row>
6101 <cell alignment="center" valignment="top" usebox="none">
6102 \begin_inset Text
6103
6104 \begin_layout Plain Layout
6105
6106 \backslash
6107
6108 \backslash
6109
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 <cell alignment="center" valignment="top" usebox="none">
6115 \begin_inset Text
6116
6117 \begin_layout Plain Layout
6118 \begin_inset Formula $\backslash$
6119 \end_inset
6120
6121
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 </row>
6127 <row>
6128 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Plain Layout
6132
6133 \backslash
6134 |
6135 \end_layout
6136
6137 \end_inset
6138 </cell>
6139 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6140 \begin_inset Text
6141
6142 \begin_layout Plain Layout
6143 \begin_inset Formula $\|$
6144 \end_inset
6145
6146
6147 \end_layout
6148
6149 \end_inset
6150 </cell>
6151 </row>
6152 </lyxtabular>
6153
6154 \end_inset
6155
6156
6157 \begin_inset space \hfill{}
6158 \end_inset
6159
6160
6161 \end_layout
6162
6163 \begin_layout Standard
6164
6165 \series medium
6166 \begin_inset Note Greyedout
6167 status open
6168
6169 \begin_layout Plain Layout
6170
6171 \series bold
6172 Note:
6173 \series default
6174  In \SpecialChar TeX
6175  mode the command 
6176 \series bold
6177
6178 \backslash
6179 textbackslash
6180 \series default
6181
6182 \begin_inset Index idx
6183 status collapsed
6184
6185 \begin_layout Plain Layout
6186 Commands ! T ! 
6187 \backslash
6188 textbackslash
6189 \end_layout
6190
6191 \end_inset
6192
6193  must be used for the backslash, because the command 
6194 \series bold
6195
6196 \backslash
6197
6198 \backslash
6199
6200 \series default
6201  produces a line break there.
6202 \end_layout
6203
6204 \end_inset
6205
6206
6207 \end_layout
6208
6209 \begin_layout Standard
6210 For all characters listed above the size can be adjusted with the commands
6211  described in the following two subsections.
6212  When using these commands, the characters < and > can directly be used
6213  instead of the commands 
6214 \series bold
6215
6216 \backslash
6217 langle
6218 \series default
6219  and 
6220 \series bold
6221
6222 \backslash
6223 rangle
6224 \series default
6225 .
6226 \end_layout
6227
6228 \begin_layout Subsubsection
6229 Manual Bracket Size
6230 \begin_inset CommandInset label
6231 LatexCommand label
6232 name "subsec:Manual-Bracket-Size"
6233
6234 \end_inset
6235
6236
6237 \begin_inset Index idx
6238 status collapsed
6239
6240 \begin_layout Plain Layout
6241 Bracket size ! manual
6242 \end_layout
6243
6244 \end_inset
6245
6246
6247 \end_layout
6248
6249 \begin_layout Standard
6250 The bracket size can be specified manually by the \SpecialChar LaTeX
6251 -commands 
6252 \series bold
6253
6254 \backslash
6255 big
6256 \series default
6257
6258 \begin_inset Index idx
6259 status collapsed
6260
6261 \begin_layout Plain Layout
6262 Commands ! B ! 
6263 \backslash
6264 big
6265 \end_layout
6266
6267 \end_inset
6268
6269
6270 \series bold
6271
6272 \backslash
6273 Big
6274 \series default
6275
6276 \series bold
6277
6278 \backslash
6279 bigg
6280 \series default
6281  and 
6282 \series bold
6283
6284 \backslash
6285 Bigg
6286 \series default
6287 .
6288  
6289 \series bold
6290
6291 \backslash
6292 big
6293 \series default
6294  denotes the smallest and 
6295 \series bold
6296
6297 \backslash
6298 Bigg
6299 \series default
6300  the largest bracket size.
6301 \end_layout
6302
6303 \begin_layout Standard
6304 These commands are used to emphasize levels of brackets:
6305 \end_layout
6306
6307 \begin_layout Standard
6308 \align center
6309 \begin_inset Tabular
6310 <lyxtabular version="3" rows="2" columns="2">
6311 <features booktabs="true" tabularvalignment="middle">
6312 <column alignment="center" valignment="top" width="0pt">
6313 <column alignment="center" valignment="top" width="0pt">
6314 <row>
6315 <cell alignment="center" valignment="top" usebox="none">
6316 \begin_inset Text
6317
6318 \begin_layout Plain Layout
6319 All brackets in the same size:
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 <cell alignment="center" valignment="top" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Plain Layout
6328 \begin_inset Formula $((A+B)(A-B))^{C}$
6329 \end_inset
6330
6331
6332 \end_layout
6333
6334 \end_inset
6335 </cell>
6336 </row>
6337 <row topspace="2mm">
6338 <cell alignment="center" valignment="top" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342 This looks better:
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 <cell alignment="center" valignment="top" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6352 \end_inset
6353
6354
6355 \end_layout
6356
6357 \end_inset
6358 </cell>
6359 </row>
6360 </lyxtabular>
6361
6362 \end_inset
6363
6364
6365 \end_layout
6366
6367 \begin_layout Standard
6368 For the second formula the command 
6369 \series bold
6370
6371 \backslash
6372 Big((A+B)(A-B)
6373 \backslash
6374 Big)^
6375 \begin_inset space \textvisiblespace{}
6376 \end_inset
6377
6378 C
6379 \series default
6380  has been used.
6381 \end_layout
6382
6383 \begin_layout Standard
6384 Here is an example containing all bracket sizes:
6385 \end_layout
6386
6387 \begin_layout Standard
6388 \align center
6389
6390 \backslash
6391 Bigg(
6392 \backslash
6393 exp
6394 \backslash
6395 bigg<
6396 \backslash
6397 Big[
6398 \backslash
6399 big{
6400 \backslash
6401 ln(3x)
6402 \backslash
6403 big}^2
6404 \begin_inset space \textvisiblespace{}
6405 \end_inset
6406
6407
6408 \backslash
6409 sin(x)
6410 \backslash
6411 Big]^
6412 \begin_inset space \textvisiblespace{}
6413 \end_inset
6414
6415 A
6416 \begin_inset space \textvisiblespace{}
6417 \end_inset
6418
6419
6420 \backslash
6421 bigg>
6422 \backslash
6423 Bigg)^0,5
6424 \end_layout
6425
6426 \begin_layout Standard
6427 \align center
6428 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6429 \end_inset
6430
6431
6432 \end_layout
6433
6434 \begin_layout Standard
6435 In addition to the 
6436 \series bold
6437
6438 \backslash
6439 big
6440 \series default
6441 -commands there is a variant, 
6442 \series bold
6443
6444 \backslash
6445 bigm
6446 \series default
6447
6448 \begin_inset Index idx
6449 status collapsed
6450
6451 \begin_layout Plain Layout
6452 Commands ! B ! 
6453 \backslash
6454 bigm
6455 \end_layout
6456
6457 \end_inset
6458
6459 , that adds a bit more space between the bracket and its content.
6460  Other variants 
6461 \series bold
6462
6463 \backslash
6464 bigl 
6465 \series default
6466 and
6467 \series bold
6468  
6469 \backslash
6470 bigr
6471 \series default
6472
6473 \begin_inset Index idx
6474 status collapsed
6475
6476 \begin_layout Plain Layout
6477 Commands ! B ! 
6478 \backslash
6479 bigl - 
6480 \backslash
6481 bigr
6482 \end_layout
6483
6484 \end_inset
6485
6486 , don't add additional space.
6487  The 
6488 \emph on
6489 l
6490 \emph default
6491  at the end of the command 
6492 \series bold
6493
6494 \backslash
6495 bigl
6496 \series default
6497  is for a left bracket; for a right bracket this is replaced by an 
6498 \emph on
6499 r
6500 \emph default
6501 .
6502  A left or right bracket can each be an opening or closing bracket.
6503 \end_layout
6504
6505 \begin_layout Standard
6506 The following table contains comparisons of the variants:
6507 \end_layout
6508
6509 \begin_layout Standard
6510 \align center
6511 \begin_inset Tabular
6512 <lyxtabular version="3" rows="5" columns="2">
6513 <features booktabs="true" tabularvalignment="middle">
6514 <column alignment="center" valignment="top" width="0pt">
6515 <column alignment="center" valignment="middle">
6516 <row>
6517 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6518 \begin_inset Text
6519
6520 \begin_layout Plain Layout
6521 Command
6522 \end_layout
6523
6524 \end_inset
6525 </cell>
6526 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6527 \begin_inset Text
6528
6529 \begin_layout Plain Layout
6530 Result
6531 \end_layout
6532
6533 \end_inset
6534 </cell>
6535 </row>
6536 <row topspace="2mm">
6537 <cell alignment="center" valignment="top" usebox="none">
6538 \begin_inset Text
6539
6540 \begin_layout Plain Layout
6541
6542 \backslash
6543 Bigm(
6544 \backslash
6545 bigm(
6546 \backslash
6547 ln(3x)
6548 \backslash
6549 bigm)^2
6550 \begin_inset space \textvisiblespace{}
6551 \end_inset
6552
6553
6554 \backslash
6555 Bigm)
6556 \end_layout
6557
6558 \end_inset
6559 </cell>
6560 <cell alignment="center" valignment="top" usebox="none">
6561 \begin_inset Text
6562
6563 \begin_layout Plain Layout
6564 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
6565 \end_inset
6566
6567
6568 \end_layout
6569
6570 \end_inset
6571 </cell>
6572 </row>
6573 <row topspace="2mm">
6574 <cell alignment="center" valignment="top" usebox="none">
6575 \begin_inset Text
6576
6577 \begin_layout Plain Layout
6578
6579 \backslash
6580 Big(
6581 \backslash
6582 big(
6583 \backslash
6584 ln(3x)
6585 \backslash
6586 big)^2
6587 \begin_inset space \textvisiblespace{}
6588 \end_inset
6589
6590
6591 \backslash
6592 Big)
6593 \end_layout
6594
6595 \end_inset
6596 </cell>
6597 <cell alignment="center" valignment="top" usebox="none">
6598 \begin_inset Text
6599
6600 \begin_layout Plain Layout
6601 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
6602 \end_inset
6603
6604
6605 \end_layout
6606
6607 \end_inset
6608 </cell>
6609 </row>
6610 <row topspace="2mm" bottomspace="0.5mm">
6611 <cell alignment="center" valignment="top" usebox="none">
6612 \begin_inset Text
6613
6614 \begin_layout Plain Layout
6615
6616 \backslash
6617 Bigl(
6618 \backslash
6619 bigl(
6620 \backslash
6621 ln(3x)
6622 \backslash
6623 bigr)^2
6624 \begin_inset space \textvisiblespace{}
6625 \end_inset
6626
6627
6628 \backslash
6629 Bigr)
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 <cell alignment="center" valignment="top" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Plain Layout
6638 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
6639 \end_inset
6640
6641
6642 \end_layout
6643
6644 \end_inset
6645 </cell>
6646 </row>
6647 <row topspace="1.5mm" bottomspace="0.5mm">
6648 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6649 \begin_inset Text
6650
6651 \begin_layout Plain Layout
6652
6653 \backslash
6654 bigl)
6655 \backslash
6656 ln(3x)
6657 \backslash
6658 bigr(
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667 \begin_inset Formula $\bigl)\ln(3x)\bigr($
6668 \end_inset
6669
6670
6671 \end_layout
6672
6673 \end_inset
6674 </cell>
6675 </row>
6676 </lyxtabular>
6677
6678 \end_inset
6679
6680
6681 \end_layout
6682
6683 \begin_layout Subsubsection
6684 Automatic Bracket Size
6685 \begin_inset CommandInset label
6686 LatexCommand label
6687 name "subsec:Automatic-Bracket-Size"
6688
6689 \end_inset
6690
6691
6692 \begin_inset Index idx
6693 status collapsed
6694
6695 \begin_layout Plain Layout
6696 Bracket size ! automatic
6697 \end_layout
6698
6699 \end_inset
6700
6701
6702 \end_layout
6703
6704 \begin_layout Standard
6705 Variably sized brackets can be inserted with the commands 
6706 \series bold
6707
6708 \backslash
6709 left
6710 \series default
6711
6712 \begin_inset Index idx
6713 status collapsed
6714
6715 \begin_layout Plain Layout
6716 Commands ! L ! 
6717 \backslash
6718 left
6719 \end_layout
6720
6721 \end_inset
6722
6723  and 
6724 \series bold
6725
6726 \backslash
6727 right
6728 \series default
6729
6730 \begin_inset Index idx
6731 status collapsed
6732
6733 \begin_layout Plain Layout
6734 Commands ! R ! 
6735 \backslash
6736 right
6737 \end_layout
6738
6739 \end_inset
6740
6741  or via the math toolbar button 
6742 \begin_inset Info
6743 type  "icon"
6744 arg   "dialog-show mathdelimiter"
6745 \end_inset
6746
6747 .
6748  The desired bracket must be inserted directly behind the 
6749 \series bold
6750
6751 \backslash
6752 left
6753 \series default
6754  and 
6755 \series bold
6756
6757 \backslash
6758 right
6759 \series default
6760  commands.
6761  The bracket size will then automatically be calculated for the output.
6762 \end_layout
6763
6764 \begin_layout Standard
6765 \align center
6766 normal bracket: The command 
6767 \series bold
6768
6769 \backslash
6770 ln(
6771 \backslash
6772 frac
6773 \begin_inset space \textvisiblespace{}
6774 \end_inset
6775
6776 A
6777 \begin_inset Formula $\downarrow$
6778 \end_inset
6779
6780 C
6781 \begin_inset space \textvisiblespace{}
6782 \end_inset
6783
6784 )
6785 \series default
6786  creates
6787 \begin_inset Formula 
6788 \[
6789 \ln(\frac{A}{C})
6790 \]
6791
6792 \end_inset
6793
6794
6795 \end_layout
6796
6797 \begin_layout Standard
6798 \align center
6799 multiline bracket: The command 
6800 \series bold
6801
6802 \backslash
6803 ln
6804 \backslash
6805 left(
6806 \backslash
6807 frac
6808 \begin_inset space \textvisiblespace{}
6809 \end_inset
6810
6811 A
6812 \begin_inset Formula $\downarrow$
6813 \end_inset
6814
6815 C
6816 \begin_inset space \textvisiblespace{}
6817 \end_inset
6818
6819
6820 \backslash
6821 right)
6822 \series default
6823  creates
6824 \begin_inset Formula 
6825 \[
6826 \ln\left(\frac{A}{C}\right)
6827 \]
6828
6829 \end_inset
6830
6831
6832 \end_layout
6833
6834 \begin_layout Standard
6835 Instead of 
6836 \series bold
6837
6838 \backslash
6839 left
6840 \series default
6841  and 
6842 \series bold
6843
6844 \backslash
6845 right
6846 \series default
6847  the shortcut 
6848 \family sans
6849 Alt+M
6850 \begin_inset space ~
6851 \end_inset
6852
6853 Bracket
6854 \family default
6855  can be used.
6856  This has the advantage that you can see in \SpecialChar LyX
6857  immediately the real bracket
6858  size and that the matching right bracket will be created too.
6859 \begin_inset Newline newline
6860 \end_inset
6861
6862 The command for the last example would then be: 
6863 \series bold
6864
6865 \backslash
6866 ln Alt+M
6867 \series default
6868  
6869 \series bold
6870 (
6871 \backslash
6872 frac
6873 \begin_inset space \textvisiblespace{}
6874 \end_inset
6875
6876 A
6877 \begin_inset Formula $\downarrow$
6878 \end_inset
6879
6880 C
6881 \end_layout
6882
6883 \begin_layout Standard
6884 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6885  For example the command 
6886 \series bold
6887
6888 \backslash
6889 left.
6890 \backslash
6891 frac
6892 \begin_inset space \textvisiblespace{}
6893 \end_inset
6894
6895 A
6896 \begin_inset Formula $\downarrow$
6897 \end_inset
6898
6899 B
6900 \begin_inset space \textvisiblespace{}
6901 \end_inset
6902
6903
6904 \backslash
6905 right}
6906 \series default
6907  creates:
6908 \series bold
6909
6910 \begin_inset Formula 
6911 \[
6912 \left.\frac{A}{B}\right\} 
6913 \]
6914
6915 \end_inset
6916
6917
6918 \series default
6919 The commands 
6920 \series bold
6921
6922 \backslash
6923 left
6924 \series default
6925  and 
6926 \series bold
6927
6928 \backslash
6929 right
6930 \series default
6931  will be converted by \SpecialChar LyX
6932  to brackets with the correct size when the document
6933  is reloaded and an omitted bracket will appear as dashed line.
6934 \end_layout
6935
6936 \begin_layout Standard
6937 \begin_inset VSpace bigskip
6938 \end_inset
6939
6940 Because all popular \SpecialChar LaTeX
6941  distributions use e\SpecialChar TeX
6942 , an extension to \SpecialChar LaTeX
6943 , the command
6944  
6945 \series bold
6946
6947 \backslash
6948 middle
6949 \series default
6950
6951 \begin_inset Index idx
6952 status collapsed
6953
6954 \begin_layout Plain Layout
6955 Commands ! M ! 
6956 \backslash
6957 middle
6958 \end_layout
6959
6960 \end_inset
6961
6962  is available for all brackets and limits.
6963  With this command the height of the following character is adapted to the
6964  one of the surrounding brackets, for example in the case of physical vectors:
6965 \begin_inset Formula 
6966 \[
6967 \left\langle \phi\:\middle|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6968 \]
6969
6970 \end_inset
6971
6972 For physical vectors there is a special \SpecialChar LaTeX
6973 -package, described in 
6974 \begin_inset CommandInset ref
6975 LatexCommand ref
6976 reference "subsec:Physical-Vectors"
6977
6978 \end_inset
6979
6980 .
6981 \end_layout
6982
6983 \begin_layout Subsection
6984 Horizontal Brackets
6985 \begin_inset Index idx
6986 status collapsed
6987
6988 \begin_layout Plain Layout
6989 Brackets ! horizontal
6990 \end_layout
6991
6992 \end_inset
6993
6994
6995 \end_layout
6996
6997 \begin_layout Standard
6998 \align center
6999 \begin_inset Tabular
7000 <lyxtabular version="3" rows="4" columns="2">
7001 <features booktabs="true" tabularvalignment="middle">
7002 <column alignment="center" valignment="top" width="0pt">
7003 <column alignment="center" valignment="top" width="0pt">
7004 <row>
7005 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009 Command
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7015 \begin_inset Text
7016
7017 \begin_layout Plain Layout
7018 Result
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 </row>
7024 <row>
7025 <cell alignment="center" valignment="top" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029
7030 \backslash
7031 overbrace
7032 \begin_inset space \textvisiblespace{}
7033 \end_inset
7034
7035 A+B
7036 \begin_inset space \textvisiblespace{}
7037 \end_inset
7038
7039 ^3
7040 \begin_inset Index idx
7041 status collapsed
7042
7043 \begin_layout Plain Layout
7044 Commands ! O ! 
7045 \backslash
7046 overbrace
7047 \end_layout
7048
7049 \end_inset
7050
7051
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 <cell alignment="center" valignment="top" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Plain Layout
7060 \begin_inset Formula $\overbrace{A+B}^{3}$
7061 \end_inset
7062
7063
7064 \end_layout
7065
7066 \end_inset
7067 </cell>
7068 </row>
7069 <row topspace="2mm">
7070 <cell alignment="center" valignment="top" usebox="none">
7071 \begin_inset Text
7072
7073 \begin_layout Plain Layout
7074
7075 \backslash
7076 underbrace
7077 \begin_inset space \textvisiblespace{}
7078 \end_inset
7079
7080 A+B
7081 \begin_inset space \textvisiblespace{}
7082 \end_inset
7083
7084 _5
7085 \begin_inset Index idx
7086 status collapsed
7087
7088 \begin_layout Plain Layout
7089 Commands ! U ! 
7090 \backslash
7091 underbrace
7092 \end_layout
7093
7094 \end_inset
7095
7096
7097 \end_layout
7098
7099 \end_inset
7100 </cell>
7101 <cell alignment="center" valignment="top" usebox="none">
7102 \begin_inset Text
7103
7104 \begin_layout Plain Layout
7105 \begin_inset Formula $\underbrace{A+B}_{5}$
7106 \end_inset
7107
7108
7109 \end_layout
7110
7111 \end_inset
7112 </cell>
7113 </row>
7114 <row>
7115 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7116 \begin_inset Text
7117
7118 \begin_layout Plain Layout
7119
7120 \backslash
7121 overbrace
7122 \begin_inset space \textvisiblespace{}
7123 \end_inset
7124
7125
7126 \backslash
7127 underbrace
7128 \begin_inset space \textvisiblespace{}
7129 \end_inset
7130
7131 A+B_w
7132 \begin_inset space \textvisiblespace{}
7133 \end_inset
7134
7135
7136 \begin_inset space \textvisiblespace{}
7137 \end_inset
7138
7139 _7
7140 \begin_inset space \textvisiblespace{}
7141 \end_inset
7142
7143
7144 \begin_inset space \textvisiblespace{}
7145 \end_inset
7146
7147 ^
7148 \begin_inset space \textvisiblespace{}
7149 \end_inset
7150
7151 C
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7157 \begin_inset Text
7158
7159 \begin_layout Plain Layout
7160 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7161 \end_inset
7162
7163
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 </row>
7169 </lyxtabular>
7170
7171 \end_inset
7172
7173
7174 \end_layout
7175
7176 \begin_layout Standard
7177 In the last example it doesn't matter if 
7178 \series bold
7179
7180 \backslash
7181 overbrace
7182 \series default
7183  or 
7184 \series bold
7185
7186 \backslash
7187 underbrace
7188 \series default
7189  is inserted first.
7190 \end_layout
7191
7192 \begin_layout Standard
7193 \begin_inset VSpace medskip
7194 \end_inset
7195
7196
7197 \end_layout
7198
7199 \begin_layout Standard
7200 If in document settings under 
7201 \family sans
7202 Math
7203 \begin_inset space ~
7204 \end_inset
7205
7206 Options
7207 \family default
7208  the option for the package 
7209 \series bold
7210 mathtools
7211 \series default
7212
7213 \begin_inset Index idx
7214 status collapsed
7215
7216 \begin_layout Plain Layout
7217 Packages ! mathtools
7218 \end_layout
7219
7220 \end_inset
7221
7222  is set to 
7223 \family sans
7224 Load
7225 \begin_inset space ~
7226 \end_inset
7227
7228 always
7229 \family default
7230 , you will also have access to square brackets:
7231 \end_layout
7232
7233 \begin_layout Standard
7234 \align center
7235 \begin_inset Tabular
7236 <lyxtabular version="3" rows="4" columns="2">
7237 <features booktabs="true" tabularvalignment="middle">
7238 <column alignment="center" valignment="top" width="0pt">
7239 <column alignment="center" valignment="top" width="0pt">
7240 <row>
7241 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7242 \begin_inset Text
7243
7244 \begin_layout Plain Layout
7245 Command
7246 \end_layout
7247
7248 \end_inset
7249 </cell>
7250 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7251 \begin_inset Text
7252
7253 \begin_layout Plain Layout
7254 Result
7255 \end_layout
7256
7257 \end_inset
7258 </cell>
7259 </row>
7260 <row>
7261 <cell alignment="center" valignment="top" usebox="none">
7262 \begin_inset Text
7263
7264 \begin_layout Plain Layout
7265
7266 \backslash
7267
7268 \family roman
7269 \series medium
7270 \shape up
7271 \size normal
7272 \emph off
7273 \bar no
7274 \strikeout off
7275 \uuline off
7276 \uwave off
7277 \noun off
7278 \color none
7279 overbracket
7280 \family default
7281 \series default
7282 \shape default
7283 \size default
7284 \emph default
7285 \bar default
7286 \strikeout default
7287 \uuline default
7288 \uwave default
7289 \noun default
7290 \color inherit
7291 {A+B
7292 \begin_inset space \textvisiblespace{}
7293 \end_inset
7294
7295 ^3
7296 \begin_inset Index idx
7297 status collapsed
7298
7299 \begin_layout Plain Layout
7300 Commands ! O ! 
7301 \backslash
7302 overbracket
7303 \end_layout
7304
7305 \end_inset
7306
7307
7308 \end_layout
7309
7310 \end_inset
7311 </cell>
7312 <cell alignment="center" valignment="top" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Plain Layout
7316 \begin_inset Formula $\overbracket{A+B}^{3}$
7317 \end_inset
7318
7319
7320 \end_layout
7321
7322 \end_inset
7323 </cell>
7324 </row>
7325 <row topspace="2mm">
7326 <cell alignment="center" valignment="top" usebox="none">
7327 \begin_inset Text
7328
7329 \begin_layout Plain Layout
7330
7331 \backslash
7332 under
7333 \family roman
7334 \series medium
7335 \shape up
7336 \size normal
7337 \emph off
7338 \bar no
7339 \strikeout off
7340 \uuline off
7341 \uwave off
7342 \noun off
7343 \color none
7344 bracket
7345 \family default
7346 \series default
7347 \shape default
7348 \size default
7349 \emph default
7350 \bar default
7351 \strikeout default
7352 \uuline default
7353 \uwave default
7354 \noun default
7355 \color inherit
7356 {A+B
7357 \begin_inset space \textvisiblespace{}
7358 \end_inset
7359
7360 _5
7361 \begin_inset Index idx
7362 status collapsed
7363
7364 \begin_layout Plain Layout
7365 Commands ! U ! 
7366 \backslash
7367 under
7368 \family roman
7369 \series medium
7370 \shape up
7371 \size normal
7372 \emph off
7373 \bar no
7374 \strikeout off
7375 \uuline off
7376 \uwave off
7377 \noun off
7378 \color none
7379 bracket
7380 \end_layout
7381
7382 \end_inset
7383
7384
7385 \end_layout
7386
7387 \end_inset
7388 </cell>
7389 <cell alignment="center" valignment="top" usebox="none">
7390 \begin_inset Text
7391
7392 \begin_layout Plain Layout
7393 \begin_inset Formula $\underbracket{A+B}_{5}$
7394 \end_inset
7395
7396
7397 \end_layout
7398
7399 \end_inset
7400 </cell>
7401 </row>
7402 <row>
7403 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7404 \begin_inset Text
7405
7406 \begin_layout Plain Layout
7407
7408 \backslash
7409 overbracket{
7410 \backslash
7411 underbracket{A+B_w
7412 \begin_inset space \textvisiblespace{}
7413 \end_inset
7414
7415
7416 \begin_inset space \textvisiblespace{}
7417 \end_inset
7418
7419 _7
7420 \begin_inset space \textvisiblespace{}
7421 \end_inset
7422
7423
7424 \begin_inset space \textvisiblespace{}
7425 \end_inset
7426
7427 ^
7428 \change_deleted 5863208 1612711596
7429
7430 \begin_inset space \textvisiblespace{}
7431 \end_inset
7432
7433
7434 \change_unchanged
7435 C
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7441 \begin_inset Text
7442
7443 \begin_layout Plain Layout
7444 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7445 \end_inset
7446
7447
7448 \end_layout
7449
7450 \end_inset
7451 </cell>
7452 </row>
7453 </lyxtabular>
7454
7455 \end_inset
7456
7457
7458 \end_layout
7459
7460 \begin_layout Standard
7461 For 
7462 \series bold
7463
7464 \backslash
7465 overbracket
7466 \series default
7467  and 
7468 \series bold
7469
7470 \backslash
7471 underbracket
7472 \series default
7473  you can change the thickness of the bracket's stroke by specifying the
7474  desired thickness in square brackets behind the command:
7475 \end_layout
7476
7477 \begin_layout Standard
7478 \align center
7479 \begin_inset Tabular
7480 <lyxtabular version="3" rows="3" columns="2">
7481 <features booktabs="true" tabularvalignment="middle">
7482 <column alignment="center" valignment="top" width="0pt">
7483 <column alignment="center" valignment="top" width="0pt">
7484 <row>
7485 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7486 \begin_inset Text
7487
7488 \begin_layout Plain Layout
7489 Command
7490 \end_layout
7491
7492 \end_inset
7493 </cell>
7494 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7495 \begin_inset Text
7496
7497 \begin_layout Plain Layout
7498 Result
7499 \end_layout
7500
7501 \end_inset
7502 </cell>
7503 </row>
7504 <row>
7505 <cell alignment="center" valignment="top" usebox="none">
7506 \begin_inset Text
7507
7508 \begin_layout Plain Layout
7509
7510 \backslash
7511
7512 \family roman
7513 \series medium
7514 \shape up
7515 \size normal
7516 \emph off
7517 \bar no
7518 \strikeout off
7519 \uuline off
7520 \uwave off
7521 \noun off
7522 \color none
7523 overbracket
7524 \family default
7525 \series default
7526 \shape default
7527 \size default
7528 \emph default
7529 \bar default
7530 \strikeout default
7531 \uuline default
7532 \uwave default
7533 \noun default
7534 \color inherit
7535 [3pt]
7536 \backslash
7537 {A+B
7538 \begin_inset space \textvisiblespace{}
7539 \end_inset
7540
7541 ^3
7542 \end_layout
7543
7544 \end_inset
7545 </cell>
7546 <cell alignment="center" valignment="top" usebox="none">
7547 \begin_inset Text
7548
7549 \begin_layout Plain Layout
7550 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7551 \end_inset
7552
7553
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 </row>
7559 <row topspace="2mm">
7560 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7561 \begin_inset Text
7562
7563 \begin_layout Plain Layout
7564
7565 \backslash
7566 under
7567 \family roman
7568 \series medium
7569 \shape up
7570 \size normal
7571 \emph off
7572 \bar no
7573 \strikeout off
7574 \uuline off
7575 \uwave off
7576 \noun off
7577 \color none
7578 bracket
7579 \family default
7580 \series default
7581 \shape default
7582 \size default
7583 \emph default
7584 \bar default
7585 \strikeout default
7586 \uuline default
7587 \uwave default
7588 \noun default
7589 \color inherit
7590 [1pt]
7591 \backslash
7592 {A+B
7593 \begin_inset space \textvisiblespace{}
7594 \end_inset
7595
7596 _5
7597 \end_layout
7598
7599 \end_inset
7600 </cell>
7601 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Plain Layout
7605 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7606 \end_inset
7607
7608
7609 \end_layout
7610
7611 \end_inset
7612 </cell>
7613 </row>
7614 </lyxtabular>
7615
7616 \end_inset
7617
7618
7619 \end_layout
7620
7621 \begin_layout Standard
7622 \begin_inset VSpace bigskip
7623 \end_inset
7624
7625 When brackets overlap each other, multiline formulas as described in 
7626 \begin_inset CommandInset ref
7627 LatexCommand ref
7628 reference "sec:Multiline-Formulas"
7629
7630 \end_inset
7631
7632  must be used:
7633 \begin_inset Formula 
7634 \begin{eqnarray*}
7635 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7636  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7637 \end{eqnarray*}
7638
7639 \end_inset
7640
7641 In the first row, the formula is inserted together with the first brace.
7642  It is important that the space command
7643 \begin_inset Foot
7644 status collapsed
7645
7646 \begin_layout Plain Layout
7647 Space commands are explained in 
7648 \begin_inset CommandInset ref
7649 LatexCommand ref
7650 reference "subsec:Predefined-Space"
7651
7652 \end_inset
7653
7654 .
7655 \end_layout
7656
7657 \end_inset
7658
7659  
7660 \series bold
7661
7662 \backslash
7663 :
7664 \series default
7665  is inserted before the first 
7666 \begin_inset Formula $d$
7667 \end_inset
7668
7669  because the brace that ends behind the 
7670 \begin_inset Formula $q$
7671 \end_inset
7672
7673  prevents the following 
7674 \begin_inset Quotes eld
7675 \end_inset
7676
7677 +
7678 \begin_inset Quotes erd
7679 \end_inset
7680
7681  from being surrounded by spaces.
7682 \begin_inset Foot
7683 status collapsed
7684
7685 \begin_layout Plain Layout
7686 Because a bracket is not handled as a character, see 
7687 \begin_inset CommandInset ref
7688 LatexCommand ref
7689 reference "subsec:Binary-Operators"
7690
7691 \end_inset
7692
7693
7694 \end_layout
7695
7696 \end_inset
7697
7698  The second brace is inserted in the second row.
7699  As it should begin before the 
7700 \begin_inset Formula $b$
7701 \end_inset
7702
7703 , first the command 
7704 \series bold
7705
7706 \backslash
7707 hphantom{gggg+
7708 \backslash
7709 :}
7710 \series default
7711  is inserted.
7712 \begin_inset Foot
7713 status collapsed
7714
7715 \begin_layout Plain Layout
7716 More about 
7717 \series bold
7718
7719 \backslash
7720 hphantom
7721 \series default
7722  see 
7723 \begin_inset CommandInset ref
7724 LatexCommand ref
7725 reference "subsec:Placeholders"
7726
7727 \end_inset
7728
7729
7730 \end_layout
7731
7732 \end_inset
7733
7734  This space is needed because the 
7735 \begin_inset Quotes eld
7736 \end_inset
7737
7738 +
7739 \begin_inset Quotes erd
7740 \end_inset
7741
7742  is surrounded by spaces in the formula.
7743  The brace is placed under the command 
7744 \series bold
7745
7746 \backslash
7747 hphantom{bbqq+dddd}
7748 \series default
7749 .
7750 \end_layout
7751
7752 \begin_layout Standard
7753 It gets more complicated when brackets overlap each other above and under
7754  the formula as in the following example:
7755 \begin_inset ERT
7756 status collapsed
7757
7758 \begin_layout Plain Layout
7759
7760
7761 \backslash
7762 setlength{
7763 \backslash
7764 jot}{-6pt}
7765 \end_layout
7766
7767 \end_inset
7768
7769
7770 \begin_inset Formula 
7771 \begin{eqnarray*}
7772  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7773 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7774 \end{eqnarray*}
7775
7776 \end_inset
7777
7778
7779 \begin_inset ERT
7780 status collapsed
7781
7782 \begin_layout Plain Layout
7783
7784
7785 \backslash
7786 setlength{
7787 \backslash
7788 jot}{3pt}
7789 \end_layout
7790
7791 \end_inset
7792
7793 The first formula row is the same as the second row of the previous example,
7794  with the difference that the brace is above.
7795  The second row contains the formula together with the second brace.
7796  To avoid the space between the upper brace in the first row and the formula,
7797  the row spacing needs to be reduced.
7798  This is not easily done due to a bug in \SpecialChar LyX
7799 .
7800 \begin_inset Foot
7801 status collapsed
7802
7803 \begin_layout Plain Layout
7804 \begin_inset CommandInset href
7805 LatexCommand href
7806 name "LyX-bug #1505"
7807 target "https://www.lyx.org/trac/ticket/1505"
7808 literal "false"
7809
7810 \end_inset
7811
7812
7813 \end_layout
7814
7815 \end_inset
7816
7817  As a solution for the problem, the global formula row separation 
7818 \series bold
7819
7820 \backslash
7821 jot
7822 \series default
7823
7824 \begin_inset Index idx
7825 status collapsed
7826
7827 \begin_layout Plain Layout
7828 Commands ! J ! 
7829 \backslash
7830 jot
7831 \end_layout
7832
7833 \end_inset
7834
7835  must be changed to -6
7836 \begin_inset space \thinspace{}
7837 \end_inset
7838
7839 pt before the formula with the command 
7840 \series bold
7841
7842 \backslash
7843 setlength{
7844 \backslash
7845 jot}{-6pt}
7846 \series default
7847  in \SpecialChar TeX
7848  mode.
7849  
7850 \series bold
7851
7852 \backslash
7853 jot
7854 \series default
7855  is set back after the formula to the standard value of 3
7856 \begin_inset space \thinspace{}
7857 \end_inset
7858
7859 pt using the same command.
7860  More about the row separation in formulas is explained in 
7861 \begin_inset CommandInset ref
7862 LatexCommand ref
7863 reference "subsec:Line-Separation"
7864
7865 \end_inset
7866
7867 .
7868 \end_layout
7869
7870 \begin_layout Section
7871 Arrows
7872 \begin_inset Index idx
7873 status collapsed
7874
7875 \begin_layout Plain Layout
7876 Arrows
7877 \end_layout
7878
7879 \end_inset
7880
7881
7882 \end_layout
7883
7884 \begin_layout Standard
7885 Arrows can be inserted via the math toolbar button 
7886 \begin_inset Info
7887 type  "icon"
7888 arg   "math-insert \\leftarrow"
7889 \end_inset
7890
7891  or the commands listed in the following subsections.
7892 \end_layout
7893
7894 \begin_layout Subsection
7895 Horizontal Arrows
7896 \begin_inset Index idx
7897 status collapsed
7898
7899 \begin_layout Plain Layout
7900 Arrows ! horizontal
7901 \end_layout
7902
7903 \end_inset
7904
7905
7906 \end_layout
7907
7908 \begin_layout Standard
7909 \begin_inset space \hfill{}
7910 \end_inset
7911
7912
7913 \begin_inset Tabular
7914 <lyxtabular version="3" rows="8" columns="2">
7915 <features booktabs="true" tabularvalignment="middle">
7916 <column alignment="center" valignment="top" width="0pt">
7917 <column alignment="center" valignment="top" width="0pt">
7918 <row>
7919 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Plain Layout
7923 Command
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932 Result
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 </row>
7938 <row>
7939 <cell alignment="center" valignment="top" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943
7944 \backslash
7945 gets
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 <cell alignment="center" valignment="top" usebox="none">
7951 \begin_inset Text
7952
7953 \begin_layout Plain Layout
7954 \begin_inset Formula $\gets$
7955 \end_inset
7956
7957
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 </row>
7963 <row>
7964 <cell alignment="center" valignment="top" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968
7969 \backslash
7970 Leftarrow
7971 \end_layout
7972
7973 \end_inset
7974 </cell>
7975 <cell alignment="center" valignment="top" usebox="none">
7976 \begin_inset Text
7977
7978 \begin_layout Plain Layout
7979 \begin_inset Formula $\Leftarrow$
7980 \end_inset
7981
7982
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 </row>
7988 <row>
7989 <cell alignment="center" valignment="top" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993
7994 \backslash
7995 longleftarrow
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 <cell alignment="center" valignment="top" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004 \begin_inset Formula $\longleftarrow$
8005 \end_inset
8006
8007
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 </row>
8013 <row>
8014 <cell alignment="center" valignment="top" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018
8019 \backslash
8020 Longleftarrow
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 <cell alignment="center" valignment="top" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029 \begin_inset Formula $\Longleftarrow$
8030 \end_inset
8031
8032
8033 \end_layout
8034
8035 \end_inset
8036 </cell>
8037 </row>
8038 <row>
8039 <cell alignment="center" valignment="top" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043
8044 \backslash
8045 leftharpoonup
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 <cell alignment="center" valignment="top" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Plain Layout
8054 \begin_inset Formula $\leftharpoonup$
8055 \end_inset
8056
8057
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 </row>
8063 <row>
8064 <cell alignment="center" valignment="top" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Plain Layout
8068
8069 \backslash
8070 leftharpoondown
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 <cell alignment="center" valignment="top" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079 \begin_inset Formula $\leftharpoondown$
8080 \end_inset
8081
8082
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 </row>
8088 <row>
8089 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093
8094 \backslash
8095 hookleftarrow
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104 \begin_inset Formula $\hookleftarrow$
8105 \end_inset
8106
8107
8108 \end_layout
8109
8110 \end_inset
8111 </cell>
8112 </row>
8113 </lyxtabular>
8114
8115 \end_inset
8116
8117
8118 \begin_inset space \hfill{}
8119 \end_inset
8120
8121
8122 \begin_inset Tabular
8123 <lyxtabular version="3" rows="8" columns="2">
8124 <features booktabs="true" tabularvalignment="middle">
8125 <column alignment="center" valignment="top" width="0pt">
8126 <column alignment="center" valignment="top" width="0pt">
8127 <row>
8128 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132 Command
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141 Result
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 </row>
8147 <row>
8148 <cell alignment="center" valignment="top" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152
8153 \backslash
8154 to
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163 \begin_inset Formula $\to$
8164 \end_inset
8165
8166
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 </row>
8172 <row>
8173 <cell alignment="center" valignment="top" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177
8178 \backslash
8179 Rightarrow
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 <cell alignment="center" valignment="top" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188 \begin_inset Formula $\Rightarrow$
8189 \end_inset
8190
8191
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 </row>
8197 <row>
8198 <cell alignment="center" valignment="top" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202
8203 \backslash
8204 longrightarrow
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 <cell alignment="center" valignment="top" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213 \begin_inset Formula $\longrightarrow$
8214 \end_inset
8215
8216
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 </row>
8222 <row>
8223 <cell alignment="center" valignment="top" usebox="none">
8224 \begin_inset Text
8225
8226 \begin_layout Plain Layout
8227
8228 \backslash
8229 Longrightarrow
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 <cell alignment="center" valignment="top" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238 \begin_inset Formula $\Longrightarrow$
8239 \end_inset
8240
8241
8242 \end_layout
8243
8244 \end_inset
8245 </cell>
8246 </row>
8247 <row>
8248 <cell alignment="center" valignment="top" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252
8253 \backslash
8254 rightharpoonup
8255 \end_layout
8256
8257 \end_inset
8258 </cell>
8259 <cell alignment="center" valignment="top" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263 \begin_inset Formula $\rightharpoonup$
8264 \end_inset
8265
8266
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 </row>
8272 <row>
8273 <cell alignment="center" valignment="top" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277
8278 \backslash
8279 rightharpoondown
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 <cell alignment="center" valignment="top" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288 \begin_inset Formula $\rightharpoondown$
8289 \end_inset
8290
8291
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 </row>
8297 <row>
8298 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302
8303 \backslash
8304 hookrightarrow
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313 \begin_inset Formula $\hookrightarrow$
8314 \end_inset
8315
8316
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 </row>
8322 </lyxtabular>
8323
8324 \end_inset
8325
8326
8327 \begin_inset space \hfill{}
8328 \end_inset
8329
8330
8331 \end_layout
8332
8333 \begin_layout Standard
8334 \begin_inset space \hfill{}
8335 \end_inset
8336
8337
8338 \begin_inset Tabular
8339 <lyxtabular version="3" rows="6" columns="2">
8340 <features booktabs="true" tabularvalignment="middle">
8341 <column alignment="center" valignment="top" width="0pt">
8342 <column alignment="center" valignment="top" width="0pt">
8343 <row>
8344 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348 Command
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357 Result
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 </row>
8363 <row>
8364 <cell alignment="center" valignment="top" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368
8369 \backslash
8370 leftrightarrow
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 <cell alignment="center" valignment="top" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379 \begin_inset Formula $\leftrightarrow$
8380 \end_inset
8381
8382
8383 \end_layout
8384
8385 \end_inset
8386 </cell>
8387 </row>
8388 <row>
8389 <cell alignment="center" valignment="top" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393
8394 \backslash
8395 Leftrightarrow
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 <cell alignment="center" valignment="top" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404 \begin_inset Formula $\Leftrightarrow$
8405 \end_inset
8406
8407
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 </row>
8413 <row>
8414 <cell alignment="center" valignment="top" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418
8419 \backslash
8420 longleftrightarrow
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 <cell alignment="center" valignment="top" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429 \begin_inset Formula $\longleftrightarrow$
8430 \end_inset
8431
8432
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 </row>
8438 <row>
8439 <cell alignment="center" valignment="top" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443
8444 \backslash
8445 Longleftrightarrow
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 <cell alignment="center" valignment="top" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454 \begin_inset Formula $\Longleftrightarrow$
8455 \end_inset
8456
8457
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 </row>
8463 <row>
8464 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468
8469 \backslash
8470 rightleftharpoons
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479 \begin_inset Formula $\rightleftharpoons$
8480 \end_inset
8481
8482
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 </row>
8488 </lyxtabular>
8489
8490 \end_inset
8491
8492
8493 \begin_inset space \hspace{}
8494 \length 25pt
8495 \end_inset
8496
8497
8498 \begin_inset space \hfill{}
8499 \end_inset
8500
8501
8502 \begin_inset Tabular
8503 <lyxtabular version="3" rows="5" columns="2">
8504 <features booktabs="true" tabularvalignment="middle">
8505 <column alignment="center" valignment="top" width="0pt">
8506 <column alignment="center" valignment="top" width="0pt">
8507 <row>
8508 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512 Command
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521 Result
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 </row>
8527 <row>
8528 <cell alignment="center" valignment="top" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532
8533 \backslash
8534 mapsto
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 <cell alignment="center" valignment="top" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543 \begin_inset Formula $\mapsto$
8544 \end_inset
8545
8546
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 </row>
8552 <row>
8553 <cell alignment="center" valignment="top" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557
8558 \backslash
8559 longmapsto
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 <cell alignment="center" valignment="top" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568 \begin_inset Formula $\longmapsto$
8569 \end_inset
8570
8571
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 </row>
8577 <row>
8578 <cell alignment="center" valignment="top" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582
8583 \backslash
8584 leadsto
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 <cell alignment="center" valignment="top" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593 \begin_inset Formula $\leadsto$
8594 \end_inset
8595
8596
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 </row>
8602 <row>
8603 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607
8608 \backslash
8609 dasharrow
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618 \begin_inset Formula $\dasharrow$
8619 \end_inset
8620
8621
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 </row>
8627 </lyxtabular>
8628
8629 \end_inset
8630
8631
8632 \begin_inset space \hfill{}
8633 \end_inset
8634
8635
8636 \end_layout
8637
8638 \begin_layout Standard
8639 \begin_inset VSpace medskip
8640 \end_inset
8641
8642 Arrows used as accents such as vector arrows are listed in 
8643 \begin_inset CommandInset ref
8644 LatexCommand ref
8645 reference "sec:Accents"
8646
8647 \end_inset
8648
8649 .
8650 \end_layout
8651
8652 \begin_layout Standard
8653 \begin_inset VSpace bigskip
8654 \end_inset
8655
8656 Labeled arrows
8657 \begin_inset Index idx
8658 status collapsed
8659
8660 \begin_layout Plain Layout
8661 Arrows ! labeled
8662 \end_layout
8663
8664 \end_inset
8665
8666  are also available using the commands 
8667 \series bold
8668
8669 \backslash
8670 xleftarrow
8671 \series default
8672
8673 \begin_inset Index idx
8674 status collapsed
8675
8676 \begin_layout Plain Layout
8677 Commands ! X ! 
8678 \backslash
8679 xleftarrow
8680 \end_layout
8681
8682 \end_inset
8683
8684  and 
8685 \series bold
8686
8687 \backslash
8688 xrightarrow
8689 \series default
8690
8691 \begin_inset Index idx
8692 status collapsed
8693
8694 \begin_layout Plain Layout
8695 Commands ! X ! 
8696 \backslash
8697 xrightarrow
8698 \begin_inset ERT
8699 status collapsed
8700
8701 \begin_layout Plain Layout
8702
8703
8704 \backslash
8705 vspace{4mm}
8706 \end_layout
8707
8708 \end_inset
8709
8710
8711 \end_layout
8712
8713 \end_inset
8714
8715 .
8716  When inserting one of these commands in a formula, an arrow with two blue
8717  boxes appears indicating where the labels can be inserted.
8718  The length of the arrow adapts to the label width.
8719 \end_layout
8720
8721 \begin_layout Standard
8722 \align center
8723 \begin_inset Tabular
8724 <lyxtabular version="3" rows="3" columns="2">
8725 <features booktabs="true" tabularvalignment="middle">
8726 <column alignment="center" valignment="top" width="0pt">
8727 <column alignment="center" valignment="top" width="0pt">
8728 <row>
8729 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733 Command
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742 Result
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 </row>
8748 <row>
8749 <cell alignment="center" valignment="top" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753 F(a)
8754 \backslash
8755 xleftarrow
8756 \begin_inset space \textvisiblespace{}
8757 \end_inset
8758
8759 x=a
8760 \begin_inset Formula $\downarrow$
8761 \end_inset
8762
8763 x>0
8764 \begin_inset Formula $\to$
8765 \end_inset
8766
8767 F(x)
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 <cell alignment="center" valignment="top" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
8777 \end_inset
8778
8779
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 </row>
8785 <row topspace="2mm">
8786 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790 F(x)
8791 \backslash
8792 xrightarrow
8793 \begin_inset space \textvisiblespace{}
8794 \end_inset
8795
8796 x=a
8797 \begin_inset Formula $\downarrow$
8798 \end_inset
8799
8800 x>0
8801 \begin_inset Formula $\to$
8802 \end_inset
8803
8804 F(a)
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
8814 \end_inset
8815
8816
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 </row>
8822 </lyxtabular>
8823
8824 \end_inset
8825
8826
8827 \end_layout
8828
8829 \begin_layout Standard
8830 \begin_inset VSpace medskip
8831 \end_inset
8832
8833
8834 \end_layout
8835
8836 \begin_layout Standard
8837 If in the document settings under 
8838 \family sans
8839 Math
8840 \begin_inset space ~
8841 \end_inset
8842
8843 Options
8844 \family default
8845  for the package 
8846 \series bold
8847 mathtools
8848 \series default
8849
8850 \begin_inset Index idx
8851 status collapsed
8852
8853 \begin_layout Plain Layout
8854 Packages ! mathtools
8855 \end_layout
8856
8857 \end_inset
8858
8859  the option 
8860 \family sans
8861 Load
8862 \begin_inset space ~
8863 \end_inset
8864
8865 always
8866 \family default
8867  is set, you will have access to the following labeled arrows:
8868 \end_layout
8869
8870 \begin_layout Standard
8871 \begin_inset Newpage newpage
8872 \end_inset
8873
8874
8875 \end_layout
8876
8877 \begin_layout Standard
8878 \align center
8879 \begin_inset space \hspace*{\fill}
8880 \end_inset
8881
8882
8883 \begin_inset Tabular
8884 <lyxtabular version="3" rows="7" columns="2">
8885 <features booktabs="true" tabularvalignment="middle">
8886 <column alignment="center" valignment="top" width="0pt">
8887 <column alignment="center" valignment="top" width="0pt">
8888 <row>
8889 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893 Command
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902 Example
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 </row>
8908 <row>
8909 <cell alignment="center" valignment="top" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913
8914 \family roman
8915 \series medium
8916 \shape up
8917 \size normal
8918 \emph off
8919 \bar no
8920 \strikeout off
8921 \uuline off
8922 \uwave off
8923 \noun off
8924 \color none
8925
8926 \backslash
8927 xleftrightarrow
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
8937 \end_inset
8938
8939
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 </row>
8945 <row topspace="2mm">
8946 <cell alignment="center" valignment="top" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950
8951 \family roman
8952 \series medium
8953 \shape up
8954 \size normal
8955 \emph off
8956 \bar no
8957 \strikeout off
8958 \uuline off
8959 \uwave off
8960 \noun off
8961 \color none
8962
8963 \backslash
8964 xLeftarrow
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="center" valignment="top" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
8974 \end_inset
8975
8976
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 </row>
8982 <row topspace="2mm">
8983 <cell alignment="center" valignment="top" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987
8988 \backslash
8989
8990 \family roman
8991 \series medium
8992 \shape up
8993 \size normal
8994 \emph off
8995 \bar no
8996 \strikeout off
8997 \uuline off
8998 \uwave off
8999 \noun off
9000 \color none
9001 xRightarrow
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 <cell alignment="center" valignment="top" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
9011 \end_inset
9012
9013
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 </row>
9019 <row topspace="2mm">
9020 <cell alignment="center" valignment="top" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024
9025 \backslash
9026
9027 \family roman
9028 \series medium
9029 \shape up
9030 \size normal
9031 \emph off
9032 \bar no
9033 \strikeout off
9034 \uuline off
9035 \uwave off
9036 \noun off
9037 \color none
9038 xLeftrightarrow
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 <cell alignment="center" valignment="top" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
9048 \end_inset
9049
9050
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 </row>
9056 <row topspace="2mm">
9057 <cell alignment="center" valignment="top" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061
9062 \family roman
9063 \series medium
9064 \shape up
9065 \size normal
9066 \emph off
9067 \bar no
9068 \strikeout off
9069 \uuline off
9070 \uwave off
9071 \noun off
9072 \color none
9073
9074 \backslash
9075 xhookleftarrow
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 <cell alignment="center" valignment="top" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
9085 \end_inset
9086
9087
9088 \end_layout
9089
9090 \end_inset
9091 </cell>
9092 </row>
9093 <row topspace="2mm">
9094 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098
9099 \family roman
9100 \series medium
9101 \shape up
9102 \size normal
9103 \emph off
9104 \bar no
9105 \strikeout off
9106 \uuline off
9107 \uwave off
9108 \noun off
9109 \color none
9110
9111 \backslash
9112 xhookrightarrow
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
9122 \end_inset
9123
9124
9125 \end_layout
9126
9127 \end_inset
9128 </cell>
9129 </row>
9130 </lyxtabular>
9131
9132 \end_inset
9133
9134
9135 \begin_inset space \hspace*{\fill}
9136 \end_inset
9137
9138
9139 \begin_inset Tabular
9140 <lyxtabular version="3" rows="7" columns="2">
9141 <features booktabs="true" tabularvalignment="middle">
9142 <column alignment="center" valignment="top" width="0pt">
9143 <column alignment="center" valignment="top" width="0pt">
9144 <row>
9145 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149 Command
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158 Example
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 </row>
9164 <row>
9165 <cell alignment="center" valignment="top" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169
9170 \backslash
9171
9172 \family roman
9173 \series medium
9174 \shape up
9175 \size normal
9176 \emph off
9177 \bar no
9178 \strikeout off
9179 \uuline off
9180 \uwave off
9181 \noun off
9182 \color none
9183 xleftharpoondown
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 <cell alignment="center" valignment="top" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
9193 \end_inset
9194
9195
9196 \end_layout
9197
9198 \end_inset
9199 </cell>
9200 </row>
9201 <row topspace="2mm">
9202 <cell alignment="center" valignment="top" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206
9207 \backslash
9208
9209 \family roman
9210 \series medium
9211 \shape up
9212 \size normal
9213 \emph off
9214 \bar no
9215 \strikeout off
9216 \uuline off
9217 \uwave off
9218 \noun off
9219 \color none
9220 xleftharpoonup
9221 \end_layout
9222
9223 \end_inset
9224 </cell>
9225 <cell alignment="center" valignment="top" usebox="none">
9226 \begin_inset Text
9227
9228 \begin_layout Plain Layout
9229 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
9230 \end_inset
9231
9232
9233 \end_layout
9234
9235 \end_inset
9236 </cell>
9237 </row>
9238 <row topspace="2mm">
9239 <cell alignment="center" valignment="top" usebox="none">
9240 \begin_inset Text
9241
9242 \begin_layout Plain Layout
9243
9244 \backslash
9245
9246 \family roman
9247 \series medium
9248 \shape up
9249 \size normal
9250 \emph off
9251 \bar no
9252 \strikeout off
9253 \uuline off
9254 \uwave off
9255 \noun off
9256 \color none
9257 xrightharpoondown
9258 \end_layout
9259
9260 \end_inset
9261 </cell>
9262 <cell alignment="center" valignment="top" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
9267 \end_inset
9268
9269
9270 \end_layout
9271
9272 \end_inset
9273 </cell>
9274 </row>
9275 <row topspace="2mm">
9276 <cell alignment="center" valignment="top" usebox="none">
9277 \begin_inset Text
9278
9279 \begin_layout Plain Layout
9280
9281 \backslash
9282
9283 \family roman
9284 \series medium
9285 \shape up
9286 \size normal
9287 \emph off
9288 \bar no
9289 \strikeout off
9290 \uuline off
9291 \uwave off
9292 \noun off
9293 \color none
9294 xrightharpoonup
9295 \end_layout
9296
9297 \end_inset
9298 </cell>
9299 <cell alignment="center" valignment="top" usebox="none">
9300 \begin_inset Text
9301
9302 \begin_layout Plain Layout
9303 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
9304 \end_inset
9305
9306
9307 \end_layout
9308
9309 \end_inset
9310 </cell>
9311 </row>
9312 <row topspace="2mm">
9313 <cell alignment="center" valignment="top" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Plain Layout
9317
9318 \backslash
9319
9320 \family roman
9321 \series medium
9322 \shape up
9323 \size normal
9324 \emph off
9325 \bar no
9326 \strikeout off
9327 \uuline off
9328 \uwave off
9329 \noun off
9330 \color none
9331 xleftrightharpoons
9332 \end_layout
9333
9334 \end_inset
9335 </cell>
9336 <cell alignment="center" valignment="top" usebox="none">
9337 \begin_inset Text
9338
9339 \begin_layout Plain Layout
9340 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
9341 \end_inset
9342
9343
9344 \end_layout
9345
9346 \end_inset
9347 </cell>
9348 </row>
9349 <row topspace="2mm">
9350 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9351 \begin_inset Text
9352
9353 \begin_layout Plain Layout
9354
9355 \backslash
9356
9357 \family roman
9358 \series medium
9359 \shape up
9360 \size normal
9361 \emph off
9362 \bar no
9363 \strikeout off
9364 \uuline off
9365 \uwave off
9366 \noun off
9367 \color none
9368 xrightleftharpoons
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9374 \begin_inset Text
9375
9376 \begin_layout Plain Layout
9377 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
9378 \end_inset
9379
9380
9381 \end_layout
9382
9383 \end_inset
9384 </cell>
9385 </row>
9386 </lyxtabular>
9387
9388 \end_inset
9389
9390
9391 \begin_inset space \hspace*{\fill}
9392 \end_inset
9393
9394
9395 \end_layout
9396
9397 \begin_layout Standard
9398 The command scheme for all of these arrows is:
9399 \end_layout
9400
9401 \begin_layout Standard
9402 \align center
9403 \begin_inset Tabular
9404 <lyxtabular version="3" rows="2" columns="2">
9405 <features booktabs="true" tabularvalignment="middle">
9406 <column alignment="center" valignment="top" width="0pt">
9407 <column alignment="center" valignment="top" width="0pt">
9408 <row>
9409 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9410 \begin_inset Text
9411
9412 \begin_layout Plain Layout
9413 Command
9414 \end_layout
9415
9416 \end_inset
9417 </cell>
9418 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9419 \begin_inset Text
9420
9421 \begin_layout Plain Layout
9422 Result
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 </row>
9428 <row bottomspace="0.5mm">
9429 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433 F(a)
9434 \backslash
9435 xleftrightarrow[x=a]
9436 \backslash
9437 {x>0
9438 \begin_inset Formula $\to$
9439 \end_inset
9440
9441 F(x)
9442 \end_layout
9443
9444 \end_inset
9445 </cell>
9446 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Plain Layout
9450 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
9451 \end_inset
9452
9453
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 </row>
9459 </lyxtabular>
9460
9461 \end_inset
9462
9463
9464 \end_layout
9465
9466 \begin_layout Subsection
9467 Vertical and Diagonal Arrows
9468 \begin_inset Index idx
9469 status collapsed
9470
9471 \begin_layout Plain Layout
9472 Arrows ! diagonal
9473 \end_layout
9474
9475 \end_inset
9476
9477
9478 \begin_inset Index idx
9479 status collapsed
9480
9481 \begin_layout Plain Layout
9482 Arrows ! vertical
9483 \end_layout
9484
9485 \end_inset
9486
9487
9488 \end_layout
9489
9490 \begin_layout Standard
9491 \begin_inset space \hfill{}
9492 \end_inset
9493
9494
9495 \begin_inset Tabular
9496 <lyxtabular version="3" rows="7" columns="2">
9497 <features booktabs="true" tabularvalignment="middle">
9498 <column alignment="center" valignment="top" width="0pt">
9499 <column alignment="center" valignment="top" width="0pt">
9500 <row>
9501 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505 Command
9506 \end_layout
9507
9508 \end_inset
9509 </cell>
9510 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514 Result
9515 \end_layout
9516
9517 \end_inset
9518 </cell>
9519 </row>
9520 <row>
9521 <cell alignment="center" valignment="top" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525
9526 \backslash
9527 uparrow
9528 \end_layout
9529
9530 \end_inset
9531 </cell>
9532 <cell alignment="center" valignment="top" usebox="none">
9533 \begin_inset Text
9534
9535 \begin_layout Plain Layout
9536 \begin_inset Formula $\uparrow$
9537 \end_inset
9538
9539
9540 \end_layout
9541
9542 \end_inset
9543 </cell>
9544 </row>
9545 <row>
9546 <cell alignment="center" valignment="top" usebox="none">
9547 \begin_inset Text
9548
9549 \begin_layout Plain Layout
9550
9551 \backslash
9552 Uparrow
9553 \end_layout
9554
9555 \end_inset
9556 </cell>
9557 <cell alignment="center" valignment="top" usebox="none">
9558 \begin_inset Text
9559
9560 \begin_layout Plain Layout
9561 \begin_inset Formula $\Uparrow$
9562 \end_inset
9563
9564
9565 \end_layout
9566
9567 \end_inset
9568 </cell>
9569 </row>
9570 <row>
9571 <cell alignment="center" valignment="top" usebox="none">
9572 \begin_inset Text
9573
9574 \begin_layout Plain Layout
9575
9576 \backslash
9577 updownarrow
9578 \end_layout
9579
9580 \end_inset
9581 </cell>
9582 <cell alignment="center" valignment="top" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586 \begin_inset Formula $\updownarrow$
9587 \end_inset
9588
9589
9590 \end_layout
9591
9592 \end_inset
9593 </cell>
9594 </row>
9595 <row>
9596 <cell alignment="center" valignment="top" usebox="none">
9597 \begin_inset Text
9598
9599 \begin_layout Plain Layout
9600
9601 \backslash
9602 Updownarrow
9603 \end_layout
9604
9605 \end_inset
9606 </cell>
9607 <cell alignment="center" valignment="top" usebox="none">
9608 \begin_inset Text
9609
9610 \begin_layout Plain Layout
9611 \begin_inset Formula $\Updownarrow$
9612 \end_inset
9613
9614
9615 \end_layout
9616
9617 \end_inset
9618 </cell>
9619 </row>
9620 <row>
9621 <cell alignment="center" valignment="top" usebox="none">
9622 \begin_inset Text
9623
9624 \begin_layout Plain Layout
9625
9626 \backslash
9627 Downarrow
9628 \end_layout
9629
9630 \end_inset
9631 </cell>
9632 <cell alignment="center" valignment="top" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Plain Layout
9636 \begin_inset Formula $\Downarrow$
9637 \end_inset
9638
9639
9640 \end_layout
9641
9642 \end_inset
9643 </cell>
9644 </row>
9645 <row>
9646 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9647 \begin_inset Text
9648
9649 \begin_layout Plain Layout
9650
9651 \backslash
9652 downarrow
9653 \end_layout
9654
9655 \end_inset
9656 </cell>
9657 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9658 \begin_inset Text
9659
9660 \begin_layout Plain Layout
9661 \begin_inset Formula $\downarrow$
9662 \end_inset
9663
9664
9665 \end_layout
9666
9667 \end_inset
9668 </cell>
9669 </row>
9670 </lyxtabular>
9671
9672 \end_inset
9673
9674
9675 \begin_inset space \hfill{}
9676 \end_inset
9677
9678
9679 \begin_inset Tabular
9680 <lyxtabular version="3" rows="5" columns="2">
9681 <features booktabs="true" tabularvalignment="middle">
9682 <column alignment="center" valignment="top" width="0pt">
9683 <column alignment="center" valignment="top" width="0pt">
9684 <row>
9685 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Plain Layout
9689 Command
9690 \end_layout
9691
9692 \end_inset
9693 </cell>
9694 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9695 \begin_inset Text
9696
9697 \begin_layout Plain Layout
9698 Result
9699 \end_layout
9700
9701 \end_inset
9702 </cell>
9703 </row>
9704 <row>
9705 <cell alignment="center" valignment="top" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Plain Layout
9709
9710 \backslash
9711 nearrow
9712 \end_layout
9713
9714 \end_inset
9715 </cell>
9716 <cell alignment="center" valignment="top" usebox="none">
9717 \begin_inset Text
9718
9719 \begin_layout Plain Layout
9720 \begin_inset Formula $\nearrow$
9721 \end_inset
9722
9723
9724 \end_layout
9725
9726 \end_inset
9727 </cell>
9728 </row>
9729 <row>
9730 <cell alignment="center" valignment="top" usebox="none">
9731 \begin_inset Text
9732
9733 \begin_layout Plain Layout
9734
9735 \backslash
9736 searrow
9737 \end_layout
9738
9739 \end_inset
9740 </cell>
9741 <cell alignment="center" valignment="top" usebox="none">
9742 \begin_inset Text
9743
9744 \begin_layout Plain Layout
9745 \begin_inset Formula $\searrow$
9746 \end_inset
9747
9748
9749 \end_layout
9750
9751 \end_inset
9752 </cell>
9753 </row>
9754 <row>
9755 <cell alignment="center" valignment="top" usebox="none">
9756 \begin_inset Text
9757
9758 \begin_layout Plain Layout
9759
9760 \backslash
9761 swarrow
9762 \end_layout
9763
9764 \end_inset
9765 </cell>
9766 <cell alignment="center" valignment="top" usebox="none">
9767 \begin_inset Text
9768
9769 \begin_layout Plain Layout
9770 \begin_inset Formula $\swarrow$
9771 \end_inset
9772
9773
9774 \end_layout
9775
9776 \end_inset
9777 </cell>
9778 </row>
9779 <row>
9780 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9781 \begin_inset Text
9782
9783 \begin_layout Plain Layout
9784
9785 \backslash
9786 nwarrow
9787 \end_layout
9788
9789 \end_inset
9790 </cell>
9791 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Plain Layout
9795 \begin_inset Formula $\nwarrow$
9796 \end_inset
9797
9798
9799 \end_layout
9800
9801 \end_inset
9802 </cell>
9803 </row>
9804 </lyxtabular>
9805
9806 \end_inset
9807
9808
9809 \begin_inset space \hfill{}
9810 \end_inset
9811
9812
9813 \end_layout
9814
9815 \begin_layout Standard
9816 \begin_inset VSpace medskip
9817 \end_inset
9818
9819 Vertical arrows can also be used as delimiters together with the commands
9820  described in 
9821 \begin_inset CommandInset ref
9822 LatexCommand ref
9823 reference "subsec:Manual-Bracket-Size"
9824
9825 \end_inset
9826
9827  and 
9828 \begin_inset CommandInset ref
9829 LatexCommand ref
9830 reference "subsec:Automatic-Bracket-Size"
9831
9832 \end_inset
9833
9834 .
9835 \end_layout
9836
9837 \begin_layout Section
9838 Accents
9839 \begin_inset CommandInset label
9840 LatexCommand label
9841 name "sec:Accents"
9842
9843 \end_inset
9844
9845
9846 \begin_inset Index idx
9847 status collapsed
9848
9849 \begin_layout Plain Layout
9850 Accents
9851 \end_layout
9852
9853 \end_inset
9854
9855
9856 \end_layout
9857
9858 \begin_layout Standard
9859 Accents can be inserted via the math toolbar button 
9860 \begin_inset Info
9861 type  "icon"
9862 arg   "math-insert \\hat"
9863 \end_inset
9864
9865  or the commands listed in the following subsections.
9866 \end_layout
9867
9868 \begin_layout Subsection
9869 Accents for One Character
9870 \begin_inset ERT
9871 status collapsed
9872
9873 \begin_layout Plain Layout
9874
9875
9876 \backslash
9877 texorpdfstring{
9878 \end_layout
9879
9880 \end_inset
9881
9882
9883 \begin_inset Foot
9884 status collapsed
9885
9886 \begin_layout Plain Layout
9887 For accents in text see 
9888 \begin_inset CommandInset ref
9889 LatexCommand ref
9890 reference "subsec:Accents-in-Text"
9891
9892 \end_inset
9893
9894
9895 \end_layout
9896
9897 \end_inset
9898
9899
9900 \begin_inset ERT
9901 status collapsed
9902
9903 \begin_layout Plain Layout
9904
9905 }{}
9906 \end_layout
9907
9908 \end_inset
9909
9910
9911 \begin_inset Note Note
9912 status collapsed
9913
9914 \begin_layout Plain Layout
9915
9916 \series bold
9917
9918 \backslash
9919 texorpdfstring
9920 \series default
9921  is used to avoid that the footnote appears in the PDF-bookmark.
9922 \end_layout
9923
9924 \begin_layout Plain Layout
9925 More about 
9926 \series bold
9927
9928 \backslash
9929 texorpdfstring
9930 \series default
9931  is in section 
9932 \begin_inset CommandInset ref
9933 LatexCommand ref
9934 reference "subsec:Formulas-in-Section"
9935
9936 \end_inset
9937
9938 .
9939 \end_layout
9940
9941 \end_inset
9942
9943
9944 \begin_inset CommandInset label
9945 LatexCommand label
9946 name "subsec:Accents-for-one"
9947
9948 \end_inset
9949
9950
9951 \begin_inset Index idx
9952 status collapsed
9953
9954 \begin_layout Plain Layout
9955 Accents ! for one character
9956 \end_layout
9957
9958 \end_inset
9959
9960
9961 \end_layout
9962
9963 \begin_layout Standard
9964 \begin_inset space \hfill{}
9965 \end_inset
9966
9967
9968 \begin_inset Tabular
9969 <lyxtabular version="3" rows="8" columns="2">
9970 <features booktabs="true" tabularvalignment="middle">
9971 <column alignment="center" valignment="top" width="0pt">
9972 <column alignment="center" valignment="top" width="0pt">
9973 <row>
9974 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978 Command
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9984 \begin_inset Text
9985
9986 \begin_layout Plain Layout
9987 Result
9988 \end_layout
9989
9990 \end_inset
9991 </cell>
9992 </row>
9993 <row topspace="1.5mm">
9994 <cell alignment="center" valignment="top" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998
9999 \backslash
10000 dot
10001 \begin_inset space \textvisiblespace{}
10002 \end_inset
10003
10004 A
10005 \end_layout
10006
10007 \end_inset
10008 </cell>
10009 <cell alignment="center" valignment="top" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Plain Layout
10013 \begin_inset Formula $\dot{A}$
10014 \end_inset
10015
10016
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 </row>
10022 <row topspace="1.5mm">
10023 <cell alignment="center" valignment="top" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Plain Layout
10027
10028 \backslash
10029 ddot
10030 \begin_inset space \textvisiblespace{}
10031 \end_inset
10032
10033 A
10034 \end_layout
10035
10036 \end_inset
10037 </cell>
10038 <cell alignment="center" valignment="top" usebox="none">
10039 \begin_inset Text
10040
10041 \begin_layout Plain Layout
10042 \begin_inset Formula $\ddot{A}$
10043 \end_inset
10044
10045
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 </row>
10051 <row topspace="1.5mm">
10052 <cell alignment="center" valignment="top" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056
10057 \backslash
10058 dddot
10059 \begin_inset space \textvisiblespace{}
10060 \end_inset
10061
10062 A
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 <cell alignment="center" valignment="top" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071 \begin_inset Formula $\dddot{A}$
10072 \end_inset
10073
10074
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 </row>
10080 <row topspace="1.5mm">
10081 <cell alignment="center" valignment="top" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Plain Layout
10085
10086 \backslash
10087 ddddot
10088 \begin_inset space \textvisiblespace{}
10089 \end_inset
10090
10091 A
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 <cell alignment="center" valignment="top" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100 \begin_inset Formula $\ddddot{A}$
10101 \end_inset
10102
10103
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 </row>
10109 <row topspace="1.5mm">
10110 <cell alignment="center" valignment="top" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114
10115 \backslash
10116 vec
10117 \begin_inset space \textvisiblespace{}
10118 \end_inset
10119
10120 A
10121 \begin_inset Index idx
10122 status collapsed
10123
10124 \begin_layout Plain Layout
10125 Vectors
10126 \end_layout
10127
10128 \end_inset
10129
10130
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 <cell alignment="center" valignment="top" usebox="none">
10136 \begin_inset Text
10137
10138 \begin_layout Plain Layout
10139 \begin_inset Formula $\vec{A}$
10140 \end_inset
10141
10142
10143 \end_layout
10144
10145 \end_inset
10146 </cell>
10147 </row>
10148 <row topspace="1.5mm">
10149 <cell alignment="center" valignment="top" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Plain Layout
10153
10154 \backslash
10155 bar
10156 \begin_inset space \textvisiblespace{}
10157 \end_inset
10158
10159 A
10160 \end_layout
10161
10162 \end_inset
10163 </cell>
10164 <cell alignment="center" valignment="top" usebox="none">
10165 \begin_inset Text
10166
10167 \begin_layout Plain Layout
10168 \begin_inset Formula $\bar{A}$
10169 \end_inset
10170
10171
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 </row>
10177 <row topspace="1.5mm">
10178 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10179 \begin_inset Text
10180
10181 \begin_layout Plain Layout
10182
10183 \backslash
10184 mathring
10185 \begin_inset space \textvisiblespace{}
10186 \end_inset
10187
10188 A
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10194 \begin_inset Text
10195
10196 \begin_layout Plain Layout
10197 \begin_inset Formula $\mathring{A}$
10198 \end_inset
10199
10200
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 </row>
10206 </lyxtabular>
10207
10208 \end_inset
10209
10210
10211 \begin_inset space \hfill{}
10212 \end_inset
10213
10214
10215 \begin_inset Tabular
10216 <lyxtabular version="3" rows="7" columns="2">
10217 <features booktabs="true" tabularvalignment="middle">
10218 <column alignment="center" valignment="top" width="0pt">
10219 <column alignment="center" valignment="top" width="0pt">
10220 <row>
10221 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Plain Layout
10225 Command
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234 Result
10235 \end_layout
10236
10237 \end_inset
10238 </cell>
10239 </row>
10240 <row topspace="1.5mm">
10241 <cell alignment="center" valignment="top" usebox="none">
10242 \begin_inset Text
10243
10244 \begin_layout Plain Layout
10245
10246 \backslash
10247 tilde
10248 \begin_inset space \textvisiblespace{}
10249 \end_inset
10250
10251 A
10252 \end_layout
10253
10254 \end_inset
10255 </cell>
10256 <cell alignment="center" valignment="top" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260 \begin_inset Formula $\tilde{A}$
10261 \end_inset
10262
10263
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 </row>
10269 <row topspace="1.5mm">
10270 <cell alignment="center" valignment="top" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Plain Layout
10274
10275 \backslash
10276 hat
10277 \begin_inset space \textvisiblespace{}
10278 \end_inset
10279
10280 A
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 <cell alignment="center" valignment="top" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289 \begin_inset Formula $\hat{A}$
10290 \end_inset
10291
10292
10293 \end_layout
10294
10295 \end_inset
10296 </cell>
10297 </row>
10298 <row topspace="1.5mm">
10299 <cell alignment="center" valignment="top" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Plain Layout
10303
10304 \backslash
10305 check
10306 \begin_inset space \textvisiblespace{}
10307 \end_inset
10308
10309 A
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 <cell alignment="center" valignment="top" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318 \begin_inset Formula $\check{A}$
10319 \end_inset
10320
10321
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 </row>
10327 <row topspace="1.5mm">
10328 <cell alignment="center" valignment="top" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332
10333 \backslash
10334 acute
10335 \begin_inset space \textvisiblespace{}
10336 \end_inset
10337
10338 A
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 <cell alignment="center" valignment="top" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347 \begin_inset Formula $\acute{A}$
10348 \end_inset
10349
10350
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 </row>
10356 <row topspace="1.5mm">
10357 <cell alignment="center" valignment="top" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361
10362 \backslash
10363 grave
10364 \begin_inset space \textvisiblespace{}
10365 \end_inset
10366
10367 A
10368 \end_layout
10369
10370 \end_inset
10371 </cell>
10372 <cell alignment="center" valignment="top" usebox="none">
10373 \begin_inset Text
10374
10375 \begin_layout Plain Layout
10376 \begin_inset Formula $\grave{A}$
10377 \end_inset
10378
10379
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 </row>
10385 <row topspace="1.5mm">
10386 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390
10391 \backslash
10392 breve
10393 \begin_inset space \textvisiblespace{}
10394 \end_inset
10395
10396 A
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405 \begin_inset Formula $\breve{A}$
10406 \end_inset
10407
10408
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 </row>
10414 </lyxtabular>
10415
10416 \end_inset
10417
10418
10419 \begin_inset space \hfill{}
10420 \end_inset
10421
10422
10423 \end_layout
10424
10425 \begin_layout Standard
10426 \begin_inset VSpace bigskip
10427 \end_inset
10428
10429
10430 \end_layout
10431
10432 \begin_layout Standard
10433 You can directly insert accents such as é in formulas.
10434  \SpecialChar LyX
10435  will transform them to the corresponding accent command.
10436  For umlauts
10437 \begin_inset Index idx
10438 status collapsed
10439
10440 \begin_layout Plain Layout
10441 Umlauts
10442 \end_layout
10443
10444 \end_inset
10445
10446  however it is better to insert a quotation mark before the vowel.
10447  These two characters are then treated by \SpecialChar LaTeX
10448  as 
10449 \emph on
10450 one
10451 \emph default
10452  character when the formula part with the umlaut is marked as German.
10453  In contrast to 
10454 \series bold
10455
10456 \backslash
10457 ddot
10458 \series default
10459 , with this method 
10460 \begin_inset Quotes eld
10461 \end_inset
10462
10463 real
10464 \begin_inset Quotes erd
10465 \end_inset
10466
10467  umlauts are created as demonstrated in the following example:
10468 \end_layout
10469
10470 \begin_layout Standard
10471 \begin_inset VSpace -2mm
10472 \end_inset
10473
10474
10475 \end_layout
10476
10477 \begin_layout Standard
10478 \align center
10479 \begin_inset Tabular
10480 <lyxtabular version="3" rows="3" columns="2">
10481 <features booktabs="true" tabularvalignment="middle">
10482 <column alignment="center" valignment="top" width="0pt">
10483 <column alignment="center" valignment="top">
10484 <row>
10485 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489 Command
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498 Result
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 </row>
10504 <row>
10505 <cell alignment="center" valignment="top" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509 \begin_inset Quotes grd
10510 \end_inset
10511
10512 i
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 <cell alignment="center" valignment="top" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521 \begin_inset space \hspace{}
10522 \length 0pt
10523 \end_inset
10524
10525
10526 \lang ngerman
10527
10528 \begin_inset Formula $"i$
10529 \end_inset
10530
10531
10532 \end_layout
10533
10534 \end_inset
10535 </cell>
10536 </row>
10537 <row topspace="1.5mm">
10538 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542
10543 \backslash
10544 ddot
10545 \begin_inset space \textvisiblespace{}
10546 \end_inset
10547
10548 i
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557 \begin_inset Formula $\ddot{i}$
10558 \end_inset
10559
10560
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 </row>
10566 </lyxtabular>
10567
10568 \end_inset
10569
10570
10571 \end_layout
10572
10573 \begin_layout Standard
10574 One advantage with 
10575 \series bold
10576
10577 \backslash
10578 ddot
10579 \series default
10580  is that umlauts can be directly converted to mathematical text because
10581  the accent commands above are 
10582 \emph on
10583 not allowed
10584 \emph default
10585  
10586 \emph on
10587 in mathematical text
10588 \emph default
10589 .
10590  To convert an accented character to mathematical text, only the character
10591  under the accent may be converted.
10592  This applies for all conversions, e.
10593 \begin_inset space \thinspace{}
10594 \end_inset
10595
10596 g.
10597 \begin_inset space \space{}
10598 \end_inset
10599
10600 to italic or bold.
10601 \end_layout
10602
10603 \begin_layout Standard
10604 \begin_inset VSpace bigskip
10605 \end_inset
10606
10607
10608 \end_layout
10609
10610 \begin_layout Standard
10611 \SpecialChar LyX
10612  also supports a tilde under the character if the \SpecialChar LaTeX
10613 -package 
10614 \series bold
10615 undertilde
10616 \series default
10617
10618 \begin_inset Index idx
10619 status collapsed
10620
10621 \begin_layout Plain Layout
10622 Packages ! undertilde
10623 \end_layout
10624
10625 \end_inset
10626
10627  is installed on your system:
10628 \end_layout
10629
10630 \begin_layout Standard
10631 \begin_inset ERT
10632 status collapsed
10633
10634 \begin_layout Plain Layout
10635
10636
10637 \backslash
10638 ifundertilde 
10639 \end_layout
10640
10641 \end_inset
10642
10643
10644 \begin_inset Note Note
10645 status open
10646
10647 \begin_layout Plain Layout
10648 The following table will only be displayed when the \SpecialChar LaTeX
10649 -package 
10650 \series bold
10651 undertilde
10652 \series default
10653  is installed.
10654 \end_layout
10655
10656 \end_inset
10657
10658
10659 \end_layout
10660
10661 \begin_layout Standard
10662 \noindent
10663 \align center
10664 \begin_inset Tabular
10665 <lyxtabular version="3" rows="2" columns="2">
10666 <features booktabs="true" tabularvalignment="middle">
10667 <column alignment="center" valignment="top" width="0pt">
10668 <column alignment="center" valignment="top" width="0pt">
10669 <row>
10670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Plain Layout
10674 Command
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683 Result
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 </row>
10689 <row>
10690 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694
10695 \backslash
10696 utilde
10697 \begin_inset space \textvisiblespace{}
10698 \end_inset
10699
10700 A
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 \begin_inset Formula $\utilde{A}$
10710 \end_inset
10711
10712
10713 \end_layout
10714
10715 \end_inset
10716 </cell>
10717 </row>
10718 </lyxtabular>
10719
10720 \end_inset
10721
10722
10723 \end_layout
10724
10725 \begin_layout Standard
10726 \begin_inset ERT
10727 status collapsed
10728
10729 \begin_layout Plain Layout
10730
10731
10732 \backslash
10733 else 
10734 \end_layout
10735
10736 \end_inset
10737
10738
10739 \begin_inset Note Note
10740 status open
10741
10742 \begin_layout Plain Layout
10743 The following will be displayed when the \SpecialChar LaTeX
10744 -package 
10745 \series bold
10746 undertilde
10747 \series default
10748  is not installed:
10749 \end_layout
10750
10751 \end_inset
10752
10753
10754 \end_layout
10755
10756 \begin_layout Standard
10757 You need to install the \SpecialChar LaTeX
10758 -package 
10759 \series bold
10760 undertilde
10761 \series default
10762  to see the rest of this subsection in the output.
10763 \end_layout
10764
10765 \begin_layout Standard
10766 \begin_inset ERT
10767 status collapsed
10768
10769 \begin_layout Plain Layout
10770
10771
10772 \backslash
10773 fi 
10774 \end_layout
10775
10776 \end_inset
10777
10778
10779 \end_layout
10780
10781 \begin_layout Subsection
10782 Accents for Several Characters
10783 \begin_inset Index idx
10784 status collapsed
10785
10786 \begin_layout Plain Layout
10787 Accents ! for several characters
10788 \end_layout
10789
10790 \end_inset
10791
10792
10793 \end_layout
10794
10795 \begin_layout Standard
10796 \begin_inset space \hfill{}
10797 \end_inset
10798
10799
10800 \begin_inset Tabular
10801 <lyxtabular version="3" rows="5" columns="2">
10802 <features booktabs="true" tabularvalignment="middle">
10803 <column alignment="center" valignment="top" width="0pt">
10804 <column alignment="center" valignment="top" width="0pt">
10805 <row>
10806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10807 \begin_inset Text
10808
10809 \begin_layout Plain Layout
10810 Command
10811 \end_layout
10812
10813 \end_inset
10814 </cell>
10815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10816 \begin_inset Text
10817
10818 \begin_layout Plain Layout
10819 Result
10820 \end_layout
10821
10822 \end_inset
10823 </cell>
10824 </row>
10825 <row topspace="1.5mm">
10826 <cell alignment="center" valignment="top" usebox="none">
10827 \begin_inset Text
10828
10829 \begin_layout Plain Layout
10830
10831 \backslash
10832 overleftarrow
10833 \begin_inset space \textvisiblespace{}
10834 \end_inset
10835
10836 A=B
10837 \end_layout
10838
10839 \end_inset
10840 </cell>
10841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10842 \begin_inset Text
10843
10844 \begin_layout Plain Layout
10845 \begin_inset Formula $\overleftarrow{A=B}$
10846 \end_inset
10847
10848
10849 \end_layout
10850
10851 \end_inset
10852 </cell>
10853 </row>
10854 <row topspace="1.5mm">
10855 <cell alignment="center" valignment="top" usebox="none">
10856 \begin_inset Text
10857
10858 \begin_layout Plain Layout
10859
10860 \backslash
10861 underleftarrow
10862 \begin_inset space \textvisiblespace{}
10863 \end_inset
10864
10865 A=B
10866 \end_layout
10867
10868 \end_inset
10869 </cell>
10870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10871 \begin_inset Text
10872
10873 \begin_layout Plain Layout
10874 \begin_inset Formula $\underleftarrow{A=B}$
10875 \end_inset
10876
10877
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 </row>
10883 <row topspace="1.5mm">
10884 <cell alignment="center" valignment="top" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888
10889 \backslash
10890 overleftrightarrow
10891 \begin_inset space \textvisiblespace{}
10892 \end_inset
10893
10894 A=B
10895 \end_layout
10896
10897 \end_inset
10898 </cell>
10899 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10900 \begin_inset Text
10901
10902 \begin_layout Plain Layout
10903 \begin_inset Formula $\overleftrightarrow{A=B}$
10904 \end_inset
10905
10906
10907 \end_layout
10908
10909 \end_inset
10910 </cell>
10911 </row>
10912 <row topspace="1.5mm" bottomspace="1mm">
10913 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917
10918 \backslash
10919 underleftrightarrow
10920 \begin_inset space \textvisiblespace{}
10921 \end_inset
10922
10923 A=B
10924 \end_layout
10925
10926 \end_inset
10927 </cell>
10928 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10929 \begin_inset Text
10930
10931 \begin_layout Plain Layout
10932 \begin_inset Formula $\underleftrightarrow{A=B}$
10933 \end_inset
10934
10935
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 </row>
10941 </lyxtabular>
10942
10943 \end_inset
10944
10945
10946 \begin_inset space \hfill{}
10947 \end_inset
10948
10949
10950 \begin_inset Tabular
10951 <lyxtabular version="3" rows="5" columns="2">
10952 <features booktabs="true" tabularvalignment="middle">
10953 <column alignment="center" valignment="top" width="0pt">
10954 <column alignment="center" valignment="top" width="0pt">
10955 <row>
10956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960 Command
10961 \end_layout
10962
10963 \end_inset
10964 </cell>
10965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969 Result
10970 \end_layout
10971
10972 \end_inset
10973 </cell>
10974 </row>
10975 <row topspace="1.5mm">
10976 <cell alignment="center" valignment="top" usebox="none">
10977 \begin_inset Text
10978
10979 \begin_layout Plain Layout
10980
10981 \backslash
10982 overrightarrow
10983 \begin_inset space \textvisiblespace{}
10984 \end_inset
10985
10986 A=B
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995 \begin_inset Formula $\overrightarrow{A=B}$
10996 \end_inset
10997
10998
10999 \end_layout
11000
11001 \end_inset
11002 </cell>
11003 </row>
11004 <row topspace="1.5mm">
11005 <cell alignment="center" valignment="top" usebox="none">
11006 \begin_inset Text
11007
11008 \begin_layout Plain Layout
11009
11010 \backslash
11011 underrightarrow
11012 \begin_inset space \textvisiblespace{}
11013 \end_inset
11014
11015 A=B
11016 \end_layout
11017
11018 \end_inset
11019 </cell>
11020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Plain Layout
11024 \begin_inset Formula $\underrightarrow{A=B}$
11025 \end_inset
11026
11027
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 </row>
11033 <row topspace="1.5mm">
11034 <cell alignment="center" valignment="top" usebox="none">
11035 \begin_inset Text
11036
11037 \begin_layout Plain Layout
11038
11039 \backslash
11040 widetilde
11041 \begin_inset space \textvisiblespace{}
11042 \end_inset
11043
11044 A=B
11045 \end_layout
11046
11047 \end_inset
11048 </cell>
11049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11050 \begin_inset Text
11051
11052 \begin_layout Plain Layout
11053 \begin_inset Formula $\widetilde{A=B}$
11054 \end_inset
11055
11056
11057 \end_layout
11058
11059 \end_inset
11060 </cell>
11061 </row>
11062 <row topspace="1.5mm" bottomspace="1mm">
11063 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067
11068 \backslash
11069 widehat
11070 \begin_inset space \textvisiblespace{}
11071 \end_inset
11072
11073 A=B
11074 \end_layout
11075
11076 \end_inset
11077 </cell>
11078 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082 \begin_inset Formula $\widehat{A=B}$
11083 \end_inset
11084
11085
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 </row>
11091 </lyxtabular>
11092
11093 \end_inset
11094
11095
11096 \begin_inset space \hfill{}
11097 \end_inset
11098
11099
11100 \end_layout
11101
11102 \begin_layout Standard
11103 \begin_inset VSpace medskip
11104 \end_inset
11105
11106 Using these commands you can accent as many characters as you like.
11107  But the accents 
11108 \series bold
11109
11110 \backslash
11111 widetilde
11112 \series default
11113  and 
11114 \series bold
11115
11116 \backslash
11117 widehat
11118 \series default
11119  will only be set in the output with a length of three characters, as shown
11120  in the following example:
11121 \begin_inset Formula 
11122 \[
11123 \widetilde{A+B=C-D}
11124 \]
11125
11126 \end_inset
11127
11128
11129 \end_layout
11130
11131 \begin_layout Standard
11132 It is also possible to accent several characters using the commands 
11133 \series bold
11134
11135 \backslash
11136 overset
11137 \series default
11138
11139 \begin_inset Index idx
11140 status collapsed
11141
11142 \begin_layout Plain Layout
11143 Commands ! O ! 
11144 \backslash
11145 overset
11146 \end_layout
11147
11148 \end_inset
11149
11150  and 
11151 \series bold
11152
11153 \backslash
11154 underset
11155 \series default
11156
11157 \begin_inset Index idx
11158 status collapsed
11159
11160 \begin_layout Plain Layout
11161 Commands ! U ! 
11162 \backslash
11163 underset
11164 \end_layout
11165
11166 \end_inset
11167
11168  described in the previous subsection.
11169  The command 
11170 \series bold
11171
11172 \backslash
11173 underset
11174 \begin_inset space \textvisiblespace{}
11175 \end_inset
11176
11177 A=B
11178 \begin_inset Formula $\downarrow$
11179 \end_inset
11180
11181 ***
11182 \series default
11183  creates:
11184 \begin_inset Formula 
11185 \[
11186 \underset{***}{A=B}
11187 \]
11188
11189 \end_inset
11190
11191
11192 \end_layout
11193
11194 \begin_layout Section
11195 Space
11196 \begin_inset CommandInset label
11197 LatexCommand label
11198 name "subsec:Space"
11199
11200 \end_inset
11201
11202
11203 \begin_inset Index idx
11204 status collapsed
11205
11206 \begin_layout Plain Layout
11207 Space ! horizontal
11208 \end_layout
11209
11210 \end_inset
11211
11212
11213 \end_layout
11214
11215 \begin_layout Subsection
11216 Predefined Space
11217 \begin_inset CommandInset label
11218 LatexCommand label
11219 name "subsec:Predefined-Space"
11220
11221 \end_inset
11222
11223
11224 \begin_inset Index idx
11225 status collapsed
11226
11227 \begin_layout Plain Layout
11228 Space ! horizontal ! predefined
11229 \end_layout
11230
11231 \end_inset
11232
11233
11234 \end_layout
11235
11236 \begin_layout Standard
11237 Sometimes it is necessary to insert horizontal space into a formula.
11238  This is done by inserting a 
11239 \change_deleted 177693 1654668870
11240 protected
11241 \change_inserted 177693 1654668872
11242 non-breaking
11243 \change_unchanged
11244  space (shortcut 
11245 \change_inserted 5863208 1612729962
11246
11247 \begin_inset Info
11248 type  "shortcut"
11249 arg   "command-alternatives math-space ; space-insert protected"
11250 \end_inset
11251
11252
11253 \change_deleted 5863208 1612729965
11254
11255 \begin_inset Info
11256 type  "shortcut"
11257 arg   "command-alternatives space-insert protected ; math-space"
11258 \end_inset
11259
11260
11261 \begin_inset Note Note
11262 status open
11263
11264 \begin_layout Plain Layout
11265
11266 \change_inserted 232239728 1611160593
11267 What is intended here?
11268 \change_unchanged
11269
11270 \end_layout
11271
11272 \end_inset
11273
11274
11275 \change_unchanged
11276 ).
11277  A 
11278 \begin_inset Quotes eld
11279 \end_inset
11280
11281
11282 \color blue
11283
11284 \begin_inset space \textvisiblespace{}
11285 \end_inset
11286
11287
11288 \color inherit
11289
11290 \begin_inset Quotes erd
11291 \end_inset
11292
11293  appears and by pressing 
11294 \family sans
11295 Space
11296 \family default
11297  several times one can select one of eight different space sizes.
11298  The spaces can also be inserted using the math toolbar button 
11299 \begin_inset Info
11300 type  "icon"
11301 arg   "math-insert \\space"
11302 \end_inset
11303
11304  or special commands.
11305  The size can be adjusted at any time by positioning the cursor on the 
11306 \begin_inset Info
11307 type  "icon"
11308 arg   "math-insert \\space"
11309 \end_inset
11310
11311  and pressing 
11312 \family sans
11313 Space
11314 \family default
11315  until the desired size is achieved.
11316 \end_layout
11317
11318 \begin_layout Standard
11319 \noindent
11320 \align center
11321 \begin_inset Tabular
11322 <lyxtabular version="3" rows="6" columns="3">
11323 <features booktabs="true" tabularvalignment="middle">
11324 <column alignment="center" valignment="top">
11325 <column alignment="center" valignment="top" width="15col%">
11326 <column alignment="center" valignment="top">
11327 <row>
11328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11329 \begin_inset Text
11330
11331 \begin_layout Plain Layout
11332 Command
11333 \end_layout
11334
11335 \end_inset
11336 </cell>
11337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11338 \begin_inset Text
11339
11340 \begin_layout Plain Layout
11341 Number of 
11342 \family sans
11343 Space
11344 \family default
11345  keystrokes
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354 Result
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 </row>
11360 <row>
11361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365
11366 \backslash
11367 ,
11368 \end_layout
11369
11370 \end_inset
11371 </cell>
11372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11373 \begin_inset Text
11374
11375 \begin_layout Plain Layout
11376 0
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385 \begin_inset Formula $A\,B$
11386 \end_inset
11387
11388
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 </row>
11394 <row>
11395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11396 \begin_inset Text
11397
11398 \begin_layout Plain Layout
11399
11400 \backslash
11401 :
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410 1
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11416 \begin_inset Text
11417
11418 \begin_layout Plain Layout
11419 \begin_inset Formula $A\:B$
11420 \end_inset
11421
11422
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 </row>
11428 <row>
11429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Plain Layout
11433
11434 \backslash
11435 ;
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 2
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453 \begin_inset Formula $A\;B$
11454 \end_inset
11455
11456
11457 \end_layout
11458
11459 \end_inset
11460 </cell>
11461 </row>
11462 <row>
11463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Plain Layout
11467
11468 \backslash
11469 quad
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478 3
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11484 \begin_inset Text
11485
11486 \begin_layout Plain Layout
11487 \begin_inset Formula $A\quad B$
11488 \end_inset
11489
11490
11491 \end_layout
11492
11493 \end_inset
11494 </cell>
11495 </row>
11496 <row>
11497 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11498 \begin_inset Text
11499
11500 \begin_layout Plain Layout
11501
11502 \backslash
11503 qquad
11504 \end_layout
11505
11506 \end_inset
11507 </cell>
11508 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11509 \begin_inset Text
11510
11511 \begin_layout Plain Layout
11512 4
11513 \end_layout
11514
11515 \end_inset
11516 </cell>
11517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11518 \begin_inset Text
11519
11520 \begin_layout Plain Layout
11521 \begin_inset Formula $A\qquad B$
11522 \end_inset
11523
11524
11525 \end_layout
11526
11527 \end_inset
11528 </cell>
11529 </row>
11530 </lyxtabular>
11531
11532 \end_inset
11533
11534
11535 \begin_inset space \hfill{}
11536 \end_inset
11537
11538
11539 \begin_inset Tabular
11540 <lyxtabular version="3" rows="6" columns="3">
11541 <features booktabs="true" tabularvalignment="middle">
11542 <column alignment="center" valignment="top">
11543 <column alignment="center" valignment="top" width="15col%">
11544 <column alignment="center" valignment="top">
11545 <row>
11546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11547 \begin_inset Text
11548
11549 \begin_layout Plain Layout
11550 Command
11551 \end_layout
11552
11553 \end_inset
11554 </cell>
11555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11556 \begin_inset Text
11557
11558 \begin_layout Plain Layout
11559 Number of 
11560 \family sans
11561 Space
11562 \family default
11563  keystrokes
11564 \end_layout
11565
11566 \end_inset
11567 </cell>
11568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="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>
11579 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11580 \begin_inset Text
11581
11582 \begin_layout Plain Layout
11583
11584 \backslash
11585 hfill
11586 \end_layout
11587
11588 \end_inset
11589 </cell>
11590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11591 \begin_inset Text
11592
11593 \begin_layout Plain Layout
11594 5
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11600 \begin_inset Text
11601
11602 \begin_layout Plain Layout
11603 \begin_inset Formula $A\hfill B$
11604 \end_inset
11605
11606
11607 \end_layout
11608
11609 \end_inset
11610 </cell>
11611 </row>
11612 <row>
11613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11614 \begin_inset Text
11615
11616 \begin_layout Plain Layout
11617
11618 \backslash
11619 hspace*{1em}
11620 \end_layout
11621
11622 \end_inset
11623 </cell>
11624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11625 \begin_inset Text
11626
11627 \begin_layout Plain Layout
11628 6
11629 \end_layout
11630
11631 \end_inset
11632 </cell>
11633 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11634 \begin_inset Text
11635
11636 \begin_layout Plain Layout
11637 \begin_inset Formula $A\hspace*{1em}B$
11638 \end_inset
11639
11640
11641 \end_layout
11642
11643 \end_inset
11644 </cell>
11645 </row>
11646 <row>
11647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11648 \begin_inset Text
11649
11650 \begin_layout Plain Layout
11651
11652 \backslash
11653 hspace{1em}
11654 \end_layout
11655
11656 \end_inset
11657 </cell>
11658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11659 \begin_inset Text
11660
11661 \begin_layout Plain Layout
11662 7
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11668 \begin_inset Text
11669
11670 \begin_layout Plain Layout
11671 \begin_inset Formula $A\hspace{1em}B$
11672 \end_inset
11673
11674
11675 \end_layout
11676
11677 \end_inset
11678 </cell>
11679 </row>
11680 <row>
11681 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11682 \begin_inset Text
11683
11684 \begin_layout Plain Layout
11685
11686 \backslash
11687
11688 \begin_inset space \textvisiblespace{}
11689 \end_inset
11690
11691
11692 \end_layout
11693
11694 \end_inset
11695 </cell>
11696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700 8
11701 \end_layout
11702
11703 \end_inset
11704 </cell>
11705 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11706 \begin_inset Text
11707
11708 \begin_layout Plain Layout
11709 \begin_inset Formula $A\ B$
11710 \end_inset
11711
11712
11713 \end_layout
11714
11715 \end_inset
11716 </cell>
11717 </row>
11718 <row>
11719 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11720 \begin_inset Text
11721
11722 \begin_layout Plain Layout
11723
11724 \backslash
11725 !
11726 \end_layout
11727
11728 \end_inset
11729 </cell>
11730 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11731 \begin_inset Text
11732
11733 \begin_layout Plain Layout
11734 9
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11740 \begin_inset Text
11741
11742 \begin_layout Plain Layout
11743 \begin_inset Formula $A\!B$
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 \end_layout
11758
11759 \begin_layout Standard
11760 Space's
11761 \begin_inset space ~
11762 \end_inset
11763
11764 5
11765 \begin_inset space \thinspace{}
11766 \end_inset
11767
11768
11769 \begin_inset space \thinspace{}
11770 \end_inset
11771
11772 7 are variable spaces which are explained in 
11773 \begin_inset CommandInset ref
11774 LatexCommand ref
11775 reference "subsec:Variable-Space"
11776
11777 \end_inset
11778
11779 .
11780  Space
11781 \begin_inset space ~
11782 \end_inset
11783
11784 9 appears to produce no space.
11785  It is displayed red in \SpecialChar LyX
11786  contrary to the other sizes, because it is a negative
11787  space.
11788  There are two more negative spaces:
11789 \end_layout
11790
11791 \begin_layout Standard
11792 \align center
11793 \begin_inset Tabular
11794 <lyxtabular version="3" rows="3" columns="3">
11795 <features booktabs="true" tabularvalignment="middle">
11796 <column alignment="center" valignment="middle" width="6.8cm">
11797 <column alignment="center" valignment="top" width="0pt">
11798 <column alignment="center" valignment="top" width="0pt">
11799 <row>
11800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11801 \begin_inset Text
11802
11803 \begin_layout Plain Layout
11804 Command
11805 \end_layout
11806
11807 \end_inset
11808 </cell>
11809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11810 \begin_inset Text
11811
11812 \begin_layout Plain Layout
11813
11814 \backslash
11815 negmedspace
11816 \end_layout
11817
11818 \end_inset
11819 </cell>
11820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11821 \begin_inset Text
11822
11823 \begin_layout Plain Layout
11824
11825 \backslash
11826 negthickspace
11827 \end_layout
11828
11829 \end_inset
11830 </cell>
11831 </row>
11832 <row>
11833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11834 \begin_inset Text
11835
11836 \begin_layout Plain Layout
11837 Number of 
11838 \family sans
11839 Space
11840 \family default
11841  keystrokes after inserting the 
11842 \change_deleted 177693 1654668881
11843 protected
11844 \change_inserted 177693 1654668883
11845 non-breaking
11846 \change_unchanged
11847  space
11848 \end_layout
11849
11850 \end_inset
11851 </cell>
11852 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11853 \begin_inset Text
11854
11855 \begin_layout Plain Layout
11856 10
11857 \end_layout
11858
11859 \end_inset
11860 </cell>
11861 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11862 \begin_inset Text
11863
11864 \begin_layout Plain Layout
11865 11
11866 \end_layout
11867
11868 \end_inset
11869 </cell>
11870 </row>
11871 <row>
11872 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11873 \begin_inset Text
11874
11875 \begin_layout Plain Layout
11876 Result
11877 \end_layout
11878
11879 \end_inset
11880 </cell>
11881 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11882 \begin_inset Text
11883
11884 \begin_layout Plain Layout
11885 \begin_inset Formula $A\negmedspace B$
11886 \end_inset
11887
11888
11889 \end_layout
11890
11891 \end_inset
11892 </cell>
11893 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11894 \begin_inset Text
11895
11896 \begin_layout Plain Layout
11897 \begin_inset Formula $A\negthickspace B$
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 Negative spaces can lead to characters overlapping each other.
11915  Thus they can be used to enforce ligatures, which are useful for things
11916  such as summation operators:
11917 \end_layout
11918
11919 \begin_layout Standard
11920 \align center
11921 \begin_inset Tabular
11922 <lyxtabular version="3" rows="3" columns="2">
11923 <features booktabs="true" tabularvalignment="middle">
11924 <column alignment="center" valignment="top" width="0pt">
11925 <column alignment="center" valignment="top">
11926 <row>
11927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11928 \begin_inset Text
11929
11930 \begin_layout Plain Layout
11931 Command
11932 \end_layout
11933
11934 \end_inset
11935 </cell>
11936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11937 \begin_inset Text
11938
11939 \begin_layout Plain Layout
11940 Result
11941 \end_layout
11942
11943 \end_inset
11944 </cell>
11945 </row>
11946 <row>
11947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11948 \begin_inset Text
11949
11950 \begin_layout Plain Layout
11951
11952 \backslash
11953 sum
11954 \backslash
11955 sum
11956 \begin_inset space \textvisiblespace{}
11957 \end_inset
11958
11959 f_kl
11960 \end_layout
11961
11962 \end_inset
11963 </cell>
11964 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11965 \begin_inset Text
11966
11967 \begin_layout Plain Layout
11968 \begin_inset Formula $\sum\sum f_{kl}$
11969 \end_inset
11970
11971
11972 \end_layout
11973
11974 \end_inset
11975 </cell>
11976 </row>
11977 <row>
11978 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11979 \begin_inset Text
11980
11981 \begin_layout Plain Layout
11982
11983 \backslash
11984 sum
11985 \backslash
11986 negmedspace
11987 \backslash
11988 sum
11989 \begin_inset space \textvisiblespace{}
11990 \end_inset
11991
11992 f_kl
11993 \end_layout
11994
11995 \end_inset
11996 </cell>
11997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11998 \begin_inset Text
11999
12000 \begin_layout Plain Layout
12001 \begin_inset Formula $\sum\negmedspace\sum f_{kl}$
12002 \end_inset
12003
12004
12005 \end_layout
12006
12007 \end_inset
12008 </cell>
12009 </row>
12010 </lyxtabular>
12011
12012 \end_inset
12013
12014
12015 \end_layout
12016
12017 \begin_layout Standard
12018 \noindent
12019 \begin_inset VSpace medskip
12020 \end_inset
12021
12022
12023 \end_layout
12024
12025 \begin_layout Standard
12026 \noindent
12027 Relational operators, for example equal or less than signs, are always surrounde
12028 d by space.
12029  To suppress this, the operator is placed into a \SpecialChar TeX
12030  brace.
12031  The following example demonstrates this:
12032 \end_layout
12033
12034 \begin_layout Standard
12035 \align center
12036 \begin_inset Tabular
12037 <lyxtabular version="3" rows="2" columns="2">
12038 <features tabularvalignment="middle">
12039 <column alignment="center" valignment="top" width="0pt">
12040 <column alignment="center" valignment="top" width="0pt">
12041 <row>
12042 <cell alignment="center" valignment="top" usebox="none">
12043 \begin_inset Text
12044
12045 \begin_layout Plain Layout
12046 Normal equation
12047 \end_layout
12048
12049 \end_inset
12050 </cell>
12051 <cell alignment="center" valignment="top" usebox="none">
12052 \begin_inset Text
12053
12054 \begin_layout Plain Layout
12055 \begin_inset Formula $A=B$
12056 \end_inset
12057
12058
12059 \end_layout
12060
12061 \end_inset
12062 </cell>
12063 </row>
12064 <row>
12065 <cell alignment="center" valignment="top" usebox="none">
12066 \begin_inset Text
12067
12068 \begin_layout Plain Layout
12069 Equation without space
12070 \end_layout
12071
12072 \end_inset
12073 </cell>
12074 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12075 \begin_inset Text
12076
12077 \begin_layout Plain Layout
12078 \begin_inset Formula $A{=}B$
12079 \end_inset
12080
12081
12082 \end_layout
12083
12084 \end_inset
12085 </cell>
12086 </row>
12087 </lyxtabular>
12088
12089 \end_inset
12090
12091
12092 \end_layout
12093
12094 \begin_layout Standard
12095 \noindent
12096 The command for the last formula is: 
12097 \series bold
12098 A
12099 \backslash
12100 {=
12101 \begin_inset Formula $\to$
12102 \end_inset
12103
12104 B
12105 \end_layout
12106
12107 \begin_layout Standard
12108 \begin_inset VSpace bigskip
12109 \end_inset
12110
12111
12112 \end_layout
12113
12114 \begin_layout Standard
12115 Another example of controlled spaces is physical units.
12116  The space between a value and its unit is smaller than a normal space,
12117  typically a thin space is used.
12118  For units in text, the smaller space is inserted via the menu 
12119 \family sans
12120 Insert\SpecialChar menuseparator
12121 Formatting\SpecialChar menuseparator
12122 Thin
12123 \begin_inset space ~
12124 \end_inset
12125
12126 Space
12127 \family default
12128  (shortcut 
12129 \begin_inset Info
12130 type  "shortcut"
12131 arg   "space-insert thin"
12132 \end_inset
12133
12134 ).
12135 \end_layout
12136
12137 \begin_layout Standard
12138 An example to visualize the difference:
12139 \end_layout
12140
12141 \begin_layout Standard
12142 \begin_inset Tabular
12143 <lyxtabular version="3" rows="2" columns="2">
12144 <features tabularvalignment="middle">
12145 <column alignment="left" valignment="top">
12146 <column alignment="left" valignment="top">
12147 <row>
12148 <cell alignment="center" valignment="top" usebox="none">
12149 \begin_inset Text
12150
12151 \begin_layout Plain Layout
12152 24 kW
12153 \begin_inset Formula $\cdot$
12154 \end_inset
12155
12156 h
12157 \end_layout
12158
12159 \end_inset
12160 </cell>
12161 <cell alignment="center" valignment="top" usebox="none">
12162 \begin_inset Text
12163
12164 \begin_layout Plain Layout
12165 Space between value and unit
12166 \end_layout
12167
12168 \end_inset
12169 </cell>
12170 </row>
12171 <row>
12172 <cell alignment="center" valignment="top" usebox="none">
12173 \begin_inset Text
12174
12175 \begin_layout Plain Layout
12176 24
12177 \begin_inset space \thinspace{}
12178 \end_inset
12179
12180 kW
12181 \begin_inset Formula $\cdot$
12182 \end_inset
12183
12184 h
12185 \end_layout
12186
12187 \end_inset
12188 </cell>
12189 <cell alignment="center" valignment="top" usebox="none">
12190 \begin_inset Text
12191
12192 \begin_layout Plain Layout
12193 Thin space between value and unit
12194 \end_layout
12195
12196 \end_inset
12197 </cell>
12198 </row>
12199 </lyxtabular>
12200
12201 \end_inset
12202
12203
12204 \end_layout
12205
12206 \begin_layout Subsection
12207 Variable Space
12208 \begin_inset ERT
12209 status collapsed
12210
12211 \begin_layout Plain Layout
12212
12213
12214 \backslash
12215 texorpdfstring{
12216 \end_layout
12217
12218 \end_inset
12219
12220
12221 \begin_inset Foot
12222 status collapsed
12223
12224 \begin_layout Plain Layout
12225 For vertical space in formulas see 
12226 \begin_inset CommandInset ref
12227 LatexCommand ref
12228 reference "subsec:Line-Separation"
12229
12230 \end_inset
12231
12232
12233 \end_layout
12234
12235 \end_inset
12236
12237
12238 \begin_inset ERT
12239 status collapsed
12240
12241 \begin_layout Plain Layout
12242
12243 }{}
12244 \end_layout
12245
12246 \end_inset
12247
12248
12249 \begin_inset Note Note
12250 status collapsed
12251
12252 \begin_layout Plain Layout
12253
12254 \backslash
12255 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
12256 \end_layout
12257
12258 \begin_layout Plain Layout
12259 More about 
12260 \backslash
12261 texorpdfstring is in section 
12262 \begin_inset CommandInset ref
12263 LatexCommand ref
12264 reference "subsec:Formulas-in-Section"
12265
12266 \end_inset
12267
12268 .
12269 \end_layout
12270
12271 \end_inset
12272
12273
12274 \begin_inset CommandInset label
12275 LatexCommand label
12276 name "subsec:Variable-Space"
12277
12278 \end_inset
12279
12280
12281 \begin_inset Index idx
12282 status collapsed
12283
12284 \begin_layout Plain Layout
12285 Space ! horizontal ! variable
12286 \end_layout
12287
12288 \end_inset
12289
12290
12291 \end_layout
12292
12293 \begin_layout Standard
12294 Space with a defined length can be inserted with the command 
12295 \series bold
12296
12297 \backslash
12298 hspace
12299 \series default
12300
12301 \begin_inset Index idx
12302 status collapsed
12303
12304 \begin_layout Plain Layout
12305 Commands ! H ! 
12306 \backslash
12307 hspace
12308 \end_layout
12309
12310 \end_inset
12311
12312 .
12313  A long 
12314 \begin_inset Quotes eld
12315 \end_inset
12316
12317
12318 \color blue
12319
12320 \begin_inset space \textvisiblespace{}
12321 \end_inset
12322
12323
12324 \color inherit
12325
12326 \begin_inset Quotes erd
12327 \end_inset
12328
12329  will appear, the length of which can be specified by left-clicking on the
12330  
12331 \begin_inset Quotes eld
12332 \end_inset
12333
12334
12335 \color blue
12336
12337 \begin_inset space \textvisiblespace{}
12338 \end_inset
12339
12340
12341 \color inherit
12342
12343 \begin_inset Quotes erd
12344 \end_inset
12345
12346 .
12347  The length may also be negative.
12348  If the space is the first character in a line, it will ordinarily be omitted.
12349  To force its output use the command 
12350 \series bold
12351
12352 \backslash
12353 hspace*
12354 \series default
12355  instead of 
12356 \series bold
12357
12358 \backslash
12359 hspace
12360 \series default
12361  or left-click on the 
12362 \begin_inset Quotes eld
12363 \end_inset
12364
12365
12366 \color blue
12367
12368 \begin_inset space \textvisiblespace{}
12369 \end_inset
12370
12371
12372 \color inherit
12373
12374 \begin_inset Quotes erd
12375 \end_inset
12376
12377  and check the option 
12378 \family sans
12379 Protect
12380 \family default
12381 .
12382 \begin_inset Newline newline
12383 \end_inset
12384
12385 To insert as much space as is available, the command 
12386 \series bold
12387
12388 \backslash
12389 hfill
12390 \series default
12391
12392 \begin_inset Index idx
12393 status collapsed
12394
12395 \begin_layout Plain Layout
12396 Commands ! H ! 
12397 \backslash
12398 hfill
12399 \end_layout
12400
12401 \end_inset
12402
12403  is used.
12404 \end_layout
12405
12406 \begin_layout Standard
12407 \align center
12408 \begin_inset Tabular
12409 <lyxtabular version="3" rows="4" columns="2">
12410 <features booktabs="true" tabularvalignment="middle">
12411 <column alignment="center" valignment="top" width="0pt">
12412 <column alignment="center" valignment="top">
12413 <row>
12414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12415 \begin_inset Text
12416
12417 \begin_layout Plain Layout
12418 Command (
12419 \backslash
12420 hspace length)
12421 \end_layout
12422
12423 \end_inset
12424 </cell>
12425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12426 \begin_inset Text
12427
12428 \begin_layout Plain Layout
12429 Result
12430 \end_layout
12431
12432 \end_inset
12433 </cell>
12434 </row>
12435 <row>
12436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12437 \begin_inset Text
12438
12439 \begin_layout Plain Layout
12440 A=B
12441 \backslash
12442 hspace
12443 \begin_inset space \textvisiblespace{}
12444 \end_inset
12445
12446 A
12447 \backslash
12448 not=C (3
12449 \begin_inset space \thinspace{}
12450 \end_inset
12451
12452 cm)
12453 \end_layout
12454
12455 \end_inset
12456 </cell>
12457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12458 \begin_inset Text
12459
12460 \begin_layout Plain Layout
12461 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12462 \end_inset
12463
12464
12465 \end_layout
12466
12467 \end_inset
12468 </cell>
12469 </row>
12470 <row>
12471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12472 \begin_inset Text
12473
12474 \begin_layout Plain Layout
12475 A
12476 \backslash
12477 hspace
12478 \begin_inset space \textvisiblespace{}
12479 \end_inset
12480
12481 A
12482 \backslash
12483 not=A (-1
12484 \begin_inset space \thinspace{}
12485 \end_inset
12486
12487 mm)
12488 \end_layout
12489
12490 \end_inset
12491 </cell>
12492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12493 \begin_inset Text
12494
12495 \begin_layout Plain Layout
12496 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12497 \end_inset
12498
12499
12500 \end_layout
12501
12502 \end_inset
12503 </cell>
12504 </row>
12505 <row>
12506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12507 \begin_inset Text
12508
12509 \begin_layout Plain Layout
12510 A=A
12511 \backslash
12512 hfill
12513 \begin_inset space \textvisiblespace{}
12514 \end_inset
12515
12516 B=B
12517 \end_layout
12518
12519 \end_inset
12520 </cell>
12521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12522 \begin_inset Text
12523
12524 \begin_layout Plain Layout
12525 \begin_inset Formula $A=A\hfill B=B$
12526 \end_inset
12527
12528
12529 \end_layout
12530
12531 \end_inset
12532 </cell>
12533 </row>
12534 </lyxtabular>
12535
12536 \end_inset
12537
12538
12539 \end_layout
12540
12541 \begin_layout Standard
12542 In the last example the available space is given by the longest column entry
12543  of the table.
12544  In an inline formula the space depends on the length of the line in which
12545  
12546 \series bold
12547
12548 \backslash
12549 hfill
12550 \series default
12551  is inserted.
12552  Thus, when the line uses the full width, no space will be created.
12553  
12554 \series bold
12555
12556 \backslash
12557 hfill
12558 \series default
12559  only has an effect on displayed formulas when the formula style 
12560 \series bold
12561 Indented
12562 \series default
12563  is used.
12564  (Formula styles are explained in 
12565 \begin_inset CommandInset ref
12566 LatexCommand ref
12567 reference "sec:Formula-Styles"
12568
12569 \end_inset
12570
12571 .)
12572 \end_layout
12573
12574 \begin_layout Standard
12575 Besides 
12576 \series bold
12577
12578 \backslash
12579 hfill
12580 \series default
12581 , there are also commands, 
12582 \series bold
12583
12584 \backslash
12585 dotfill
12586 \series default
12587  and 
12588 \series bold
12589
12590 \backslash
12591 hrulefill,
12592 \series default
12593  that fill the space with a pattern.
12594  See 
12595 \begin_inset CommandInset ref
12596 LatexCommand ref
12597 reference "subsec:Ellipses"
12598
12599 \end_inset
12600
12601  for an example.
12602 \end_layout
12603
12604 \begin_layout Standard
12605 For text, variable space can be inserted via the menu 
12606 \family sans
12607 Insert\SpecialChar menuseparator
12608 Formatting\SpecialChar menuseparator
12609 Horizontal
12610 \begin_inset space ~
12611 \end_inset
12612
12613 Space
12614 \family default
12615 :
12616 \end_layout
12617
12618 \begin_layout Standard
12619 This is a line with
12620 \begin_inset space \hspace{}
12621 \length 2cm
12622 \end_inset
12623
12624 2
12625 \begin_inset space \thinspace{}
12626 \end_inset
12627
12628 cm space.
12629 \end_layout
12630
12631 \begin_layout Standard
12632 This is a line with
12633 \begin_inset space \hfill{}
12634 \end_inset
12635
12636 maximum space.
12637 \end_layout
12638
12639 \begin_layout Subsection
12640 Space Besides Inline Formulas
12641 \begin_inset Index idx
12642 status collapsed
12643
12644 \begin_layout Plain Layout
12645 Space ! besides inline formulas
12646 \end_layout
12647
12648 \end_inset
12649
12650
12651 \end_layout
12652
12653 \begin_layout Standard
12654 The space that surrounds inline formulas can be adjusted with the length
12655  
12656 \series bold
12657
12658 \backslash
12659 mathsurround
12660 \series default
12661
12662 \begin_inset Index idx
12663 status collapsed
12664
12665 \begin_layout Plain Layout
12666 Commands ! M ! 
12667 \backslash
12668 mathsurround
12669 \end_layout
12670
12671 \end_inset
12672
12673 .
12674  The value of a length is set with the command 
12675 \series bold
12676
12677 \backslash
12678 setlength
12679 \series default
12680
12681 \begin_inset Index idx
12682 status collapsed
12683
12684 \begin_layout Plain Layout
12685 Commands ! S ! 
12686 \backslash
12687 setlength
12688 \end_layout
12689
12690 \end_inset
12691
12692  which has the following scheme:
12693 \end_layout
12694
12695 \begin_layout Standard
12696
12697 \series bold
12698
12699 \backslash
12700 setlength{length name}{value}
12701 \end_layout
12702
12703 \begin_layout Standard
12704 To set 
12705 \series bold
12706
12707 \backslash
12708 mathsurround
12709 \series default
12710  to the value 5
12711 \begin_inset space \thinspace{}
12712 \end_inset
12713
12714 mm, the command
12715 \end_layout
12716
12717 \begin_layout Standard
12718
12719 \series bold
12720
12721 \backslash
12722 setlength{
12723 \backslash
12724 mathsurround}{5mm}
12725 \end_layout
12726
12727 \begin_layout Standard
12728 is inserted in \SpecialChar TeX
12729  mode.
12730  5
12731 \begin_inset space \thinspace{}
12732 \end_inset
12733
12734 mm space will now be set around all inline formulas:
12735 \begin_inset ERT
12736 status collapsed
12737
12738 \begin_layout Plain Layout
12739
12740
12741 \backslash
12742 setlength{
12743 \backslash
12744 mathsurround}{5mm}
12745 \end_layout
12746
12747 \end_inset
12748
12749
12750 \end_layout
12751
12752 \begin_layout Standard
12753 This is a line with an inline formula 
12754 \begin_inset Formula $A=B$
12755 \end_inset
12756
12757  with 5
12758 \begin_inset space \thinspace{}
12759 \end_inset
12760
12761 mm surrounding space.
12762 \begin_inset ERT
12763 status collapsed
12764
12765 \begin_layout Plain Layout
12766
12767
12768 \backslash
12769 setlength{
12770 \backslash
12771 mathsurround}{0pt}
12772 \end_layout
12773
12774 \end_inset
12775
12776
12777 \end_layout
12778
12779 \begin_layout Standard
12780 To return to the predefined value, 
12781 \series bold
12782
12783 \backslash
12784 mathsurround
12785 \series default
12786  is set to the value 0
12787 \begin_inset space \thinspace{}
12788 \end_inset
12789
12790 pt.
12791 \end_layout
12792
12793 \begin_layout Section
12794 Boxes and Frames
12795 \begin_inset Index idx
12796 status collapsed
12797
12798 \begin_layout Plain Layout
12799 Boxes
12800 \end_layout
12801
12802 \end_inset
12803
12804
12805 \begin_inset Index idx
12806 status collapsed
12807
12808 \begin_layout Plain Layout
12809 Frames | see
12810 \begin_inset ERT
12811 status collapsed
12812
12813 \begin_layout Plain Layout
12814
12815 {
12816 \end_layout
12817
12818 \end_inset
12819
12820 Boxes
12821 \begin_inset ERT
12822 status collapsed
12823
12824 \begin_layout Plain Layout
12825
12826 }
12827 \end_layout
12828
12829 \end_inset
12830
12831
12832 \end_layout
12833
12834 \end_inset
12835
12836
12837 \end_layout
12838
12839 \begin_layout Standard
12840 Boxes for text are described in chapter 
12841 \family typewriter
12842 Boxes
12843 \family default
12844  in the 
12845 \family typewriter
12846 Embedded
12847 \begin_inset space ~
12848 \end_inset
12849
12850 Objects
12851 \family default
12852  manual.
12853 \end_layout
12854
12855 \begin_layout Subsection
12856 Boxes with Frame
12857 \begin_inset CommandInset label
12858 LatexCommand label
12859 name "subsec:Boxes-with-Frame"
12860
12861 \end_inset
12862
12863
12864 \begin_inset Index idx
12865 status collapsed
12866
12867 \begin_layout Plain Layout
12868 Boxes ! with frame
12869 \end_layout
12870
12871 \end_inset
12872
12873
12874 \end_layout
12875
12876 \begin_layout Standard
12877 It is possible to frame a formula or part of one with the commands 
12878 \series bold
12879
12880 \backslash
12881 fbox
12882 \series default
12883
12884 \begin_inset Index idx
12885 status collapsed
12886
12887 \begin_layout Plain Layout
12888 Commands ! F ! 
12889 \backslash
12890 fbox
12891 \end_layout
12892
12893 \end_inset
12894
12895  and 
12896 \series bold
12897
12898 \backslash
12899 boxed
12900 \series default
12901
12902 \begin_inset Index idx
12903 status collapsed
12904
12905 \begin_layout Plain Layout
12906 Commands ! B ! 
12907 \backslash
12908 boxed
12909 \end_layout
12910
12911 \end_inset
12912
12913 .
12914 \end_layout
12915
12916 \begin_layout Standard
12917 When one of these commands is inserted in a formula, a blue box appears
12918  within a frame to enter formula parts.
12919  For 
12920 \series bold
12921
12922 \backslash
12923 fbox
12924 \series default
12925  an additional formula has to be created by 
12926 \family sans
12927 Ctrl+M
12928 \family default
12929  within this box, because the box content will otherwise be treated as mathemati
12930 cal text.
12931  When 
12932 \series bold
12933
12934 \backslash
12935 boxed
12936 \series default
12937  is used, a new formula is automatically created inside the frame.
12938 \end_layout
12939
12940 \begin_layout Standard
12941 The command 
12942 \series bold
12943
12944 \backslash
12945 fbox
12946 \series default
12947  is not suitable to frame displayed formulas because the formula will always
12948  be set in the size of the documents text.
12949  Conversly 
12950 \series bold
12951
12952 \backslash
12953 boxed
12954 \series default
12955  is not suitable to frame inline formulas because the formula will always
12956  be set in the size of a displayed formula.
12957 \end_layout
12958
12959 \begin_layout Standard
12960 An extension to 
12961 \series bold
12962
12963 \backslash
12964 fbox
12965 \series default
12966  is the command 
12967 \series bold
12968
12969 \backslash
12970 framebox
12971 \series default
12972
12973 \begin_inset Index idx
12974 status collapsed
12975
12976 \begin_layout Plain Layout
12977 Commands ! F ! 
12978 \backslash
12979 framebox
12980 \end_layout
12981
12982 \end_inset
12983
12984  with which the frame width and the alignment can be specified.
12985  
12986 \series bold
12987
12988 \backslash
12989 framebox
12990 \series default
12991  is used in the following scheme:
12992 \end_layout
12993
12994 \begin_layout Standard
12995
12996 \series bold
12997
12998 \backslash
12999 framebox[frame width][position]{box content}
13000 \end_layout
13001
13002 \begin_layout Standard
13003 The position can either be 
13004 \emph on
13005 l
13006 \emph default
13007  or 
13008 \emph on
13009 r
13010 \emph default
13011 .
13012  
13013 \emph on
13014 l
13015 \emph default
13016  left aligns and 
13017 \emph on
13018 r
13019 \emph default
13020  right aligns the formula in the box.
13021  If no position is given the formula will be centered.
13022 \begin_inset Newline newline
13023 \end_inset
13024
13025 If width is not given then position can not be given.
13026  In this case the frame width is adjusted to the box content like for 
13027 \series bold
13028
13029 \backslash
13030 fbox
13031 \series default
13032 .
13033 \end_layout
13034
13035 \begin_layout Standard
13036 When the command 
13037 \series bold
13038
13039 \backslash
13040 framebox
13041 \series default
13042  is inserted, a box appears containing three blue boxes.
13043  The first two boxes are surrounded by brackets and denote the two optional
13044  arguments.
13045  The third box is for formula parts like for 
13046 \series bold
13047
13048 \backslash
13049 fbox
13050 \series default
13051 .
13052 \end_layout
13053
13054 \begin_layout Standard
13055 \align center
13056 \begin_inset Tabular
13057 <lyxtabular version="3" rows="5" columns="2">
13058 <features booktabs="true" tabularvalignment="middle">
13059 <column alignment="center" valignment="top" width="0pt">
13060 <column alignment="center" valignment="top">
13061 <row>
13062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13063 \begin_inset Text
13064
13065 \begin_layout Plain Layout
13066 Command
13067 \end_layout
13068
13069 \end_inset
13070 </cell>
13071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13072 \begin_inset Text
13073
13074 \begin_layout Plain Layout
13075 Result
13076 \end_layout
13077
13078 \end_inset
13079 </cell>
13080 </row>
13081 <row topspace="1.5mm">
13082 <cell alignment="center" valignment="top" usebox="none">
13083 \begin_inset Text
13084
13085 \begin_layout Plain Layout
13086
13087 \backslash
13088 fbox
13089 \begin_inset space \textvisiblespace{}
13090 \end_inset
13091
13092
13093 \family sans
13094 Ctrl+M
13095 \family default
13096  
13097 \backslash
13098 int
13099 \begin_inset space \textvisiblespace{}
13100 \end_inset
13101
13102 A=B
13103 \end_layout
13104
13105 \end_inset
13106 </cell>
13107 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13108 \begin_inset Text
13109
13110 \begin_layout Plain Layout
13111 \begin_inset Formula $\fbox{\ensuremath{\int A=B}}$
13112 \end_inset
13113
13114
13115 \end_layout
13116
13117 \end_inset
13118 </cell>
13119 </row>
13120 <row topspace="1.5mm">
13121 <cell alignment="center" valignment="top" usebox="none">
13122 \begin_inset Text
13123
13124 \begin_layout Plain Layout
13125
13126 \backslash
13127 boxed
13128 \begin_inset space \textvisiblespace{}
13129 \end_inset
13130
13131
13132 \backslash
13133 int
13134 \begin_inset space \textvisiblespace{}
13135 \end_inset
13136
13137 A=B
13138 \end_layout
13139
13140 \end_inset
13141 </cell>
13142 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13143 \begin_inset Text
13144
13145 \begin_layout Plain Layout
13146 \begin_inset Formula $\boxed{\int A=B}$
13147 \end_inset
13148
13149
13150 \end_layout
13151
13152 \end_inset
13153 </cell>
13154 </row>
13155 <row topspace="1.5mm">
13156 <cell alignment="center" valignment="top" usebox="none">
13157 \begin_inset Text
13158
13159 \begin_layout Plain Layout
13160 A+
13161 \backslash
13162 fbox
13163 \begin_inset space \textvisiblespace{}
13164 \end_inset
13165
13166 B
13167 \end_layout
13168
13169 \end_inset
13170 </cell>
13171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13172 \begin_inset Text
13173
13174 \begin_layout Plain Layout
13175 \begin_inset Formula $A+\fbox{B}$
13176 \end_inset
13177
13178
13179 \end_layout
13180
13181 \end_inset
13182 </cell>
13183 </row>
13184 <row topspace="1.5mm" bottomspace="1mm">
13185 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13186 \begin_inset Text
13187
13188 \begin_layout Plain Layout
13189
13190 \backslash
13191 framebox
13192 \begin_inset space \textvisiblespace{}
13193 \end_inset
13194
13195 20mm
13196 \begin_inset Formula $\to$
13197 \end_inset
13198
13199
13200 \begin_inset Formula $\to$
13201 \end_inset
13202
13203
13204 \family sans
13205 Ctrl+M
13206 \family default
13207  
13208 \backslash
13209 frac
13210 \begin_inset space \textvisiblespace{}
13211 \end_inset
13212
13213 A
13214 \begin_inset Formula $\downarrow$
13215 \end_inset
13216
13217 B
13218 \end_layout
13219
13220 \end_inset
13221 </cell>
13222 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13223 \begin_inset Text
13224
13225 \begin_layout Plain Layout
13226 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13227 \end_inset
13228
13229
13230 \end_layout
13231
13232 \end_inset
13233 </cell>
13234 </row>
13235 </lyxtabular>
13236
13237 \end_inset
13238
13239
13240 \end_layout
13241
13242 \begin_layout Standard
13243 To adjust the frame thickness the following commands are inserted in \SpecialChar TeX
13244  mode
13245  before the formula:
13246 \end_layout
13247
13248 \begin_layout Standard
13249
13250 \series bold
13251
13252 \backslash
13253 fboxrule
13254 \series default
13255  
13256 \series bold
13257
13258 \begin_inset Quotes eld
13259 \end_inset
13260
13261 thickness
13262 \begin_inset Quotes erd
13263 \end_inset
13264
13265
13266 \series default
13267  
13268 \series bold
13269
13270 \backslash
13271 fboxsep
13272 \series default
13273  
13274 \series bold
13275
13276 \begin_inset Quotes eld
13277 \end_inset
13278
13279 distance
13280 \begin_inset Quotes erd
13281 \end_inset
13282
13283
13284 \end_layout
13285
13286 \begin_layout Standard
13287 \begin_inset Quotes eld
13288 \end_inset
13289
13290 distance
13291 \begin_inset Quotes erd
13292 \end_inset
13293
13294  specifies the minimum distance between the frame and the first character
13295  in the box.
13296  An example of this is given in the following framed formula:
13297 \begin_inset ERT
13298 status open
13299
13300 \begin_layout Plain Layout
13301
13302
13303 \backslash
13304 fboxrule 2mm 
13305 \backslash
13306 fboxsep 3mm
13307 \end_layout
13308
13309 \end_inset
13310
13311
13312 \begin_inset Formula 
13313 \[
13314 \boxed{A+B=C}
13315 \]
13316
13317 \end_inset
13318
13319 Before this formula the commands
13320 \end_layout
13321
13322 \begin_layout Standard
13323
13324 \series bold
13325
13326 \backslash
13327 fboxrule
13328 \series default
13329  
13330 \series bold
13331 2mm
13332 \series default
13333  
13334 \series bold
13335
13336 \backslash
13337 fboxsep
13338 \series default
13339  
13340 \series bold
13341 3mm
13342 \end_layout
13343
13344 \begin_layout Standard
13345 were inserted in \SpecialChar TeX
13346  mode.
13347  These values are then used for all following boxes.
13348 \end_layout
13349
13350 \begin_layout Standard
13351 To return to the standard frame size, the command
13352 \end_layout
13353
13354 \begin_layout Standard
13355
13356 \series bold
13357
13358 \backslash
13359 fboxrule
13360 \series default
13361  
13362 \series bold
13363 0.4pt
13364 \series default
13365  
13366 \series bold
13367
13368 \backslash
13369 fboxsep
13370 \series default
13371  
13372 \series bold
13373 3pt
13374 \series default
13375
13376 \begin_inset ERT
13377 status open
13378
13379 \begin_layout Plain Layout
13380
13381
13382 \backslash
13383 fboxrule 0.4pt 
13384 \backslash
13385 fboxsep 3pt
13386 \end_layout
13387
13388 \end_inset
13389
13390
13391 \end_layout
13392
13393 \begin_layout Standard
13394 is inserted in \SpecialChar TeX
13395  mode before the next formula.
13396 \end_layout
13397
13398 \begin_layout Subsection
13399 Boxes Without Frame
13400 \begin_inset CommandInset label
13401 LatexCommand label
13402 name "subsec:Boxes-without-Frame"
13403
13404 \end_inset
13405
13406
13407 \begin_inset Index idx
13408 status collapsed
13409
13410 \begin_layout Plain Layout
13411 Boxes ! without frame
13412 \end_layout
13413
13414 \end_inset
13415
13416
13417 \end_layout
13418
13419 \begin_layout Standard
13420 For boxes without a frame the following box commands: 
13421 \series bold
13422
13423 \backslash
13424 mbox
13425 \series default
13426
13427 \begin_inset Index idx
13428 status collapsed
13429
13430 \begin_layout Plain Layout
13431 Commands ! M ! 
13432 \backslash
13433 mbox
13434 \end_layout
13435
13436 \end_inset
13437
13438
13439 \series bold
13440
13441 \backslash
13442 makebox
13443 \series default
13444
13445 \begin_inset Index idx
13446 status collapsed
13447
13448 \begin_layout Plain Layout
13449 Commands ! M ! 
13450 \backslash
13451 makebox
13452 \end_layout
13453
13454 \end_inset
13455
13456  and 
13457 \series bold
13458
13459 \backslash
13460 raisebox
13461 \series default
13462
13463 \begin_inset Index idx
13464 status collapsed
13465
13466 \begin_layout Plain Layout
13467 Commands ! R ! 
13468 \backslash
13469 raisebox
13470 \end_layout
13471
13472 \end_inset
13473
13474  are available.
13475 \end_layout
13476
13477 \begin_layout Standard
13478 With 
13479 \series bold
13480
13481 \backslash
13482 raisebox
13483 \series default
13484  a box can be super- or subscripted.
13485  But in contrary to normal super- and subscripting, the characters in the
13486  box keep their font size.
13487  
13488 \series bold
13489
13490 \backslash
13491 raisebox
13492 \series default
13493  is used in the following scheme:
13494 \end_layout
13495
13496 \begin_layout Standard
13497
13498 \series bold
13499
13500 \backslash
13501 raisebox{height}{box content}
13502 \end_layout
13503
13504 \begin_layout Standard
13505 When the box contains a formula, an extra formula is needed like for 
13506 \series bold
13507
13508 \backslash
13509 fbox
13510 \series default
13511 .
13512 \end_layout
13513
13514 \begin_layout Standard
13515
13516 \series medium
13517 \begin_inset Note Greyedout
13518 status open
13519
13520 \begin_layout Plain Layout
13521
13522 \series bold
13523 Note:
13524 \series default
13525  For 
13526 \series bold
13527
13528 \backslash
13529 raisebox
13530 \series default
13531  this extra formula is created by pressing 
13532 \family sans
13533 Ctrl+M
13534 \family default
13535  twice instead of once because \SpecialChar LyX
13536  doesn't yet support 
13537 \series bold
13538
13539 \backslash
13540 raisebox
13541 \series default
13542  directly.
13543 \end_layout
13544
13545 \end_inset
13546
13547
13548 \end_layout
13549
13550 \begin_layout Standard
13551 \align center
13552 \begin_inset Tabular
13553 <lyxtabular version="3" rows="4" columns="2">
13554 <features booktabs="true" tabularvalignment="middle">
13555 <column alignment="center" valignment="top" width="0pt">
13556 <column alignment="center" valignment="top">
13557 <row>
13558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13559 \begin_inset Text
13560
13561 \begin_layout Plain Layout
13562 Command
13563 \end_layout
13564
13565 \end_inset
13566 </cell>
13567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13568 \begin_inset Text
13569
13570 \begin_layout Plain Layout
13571 Result
13572 \end_layout
13573
13574 \end_inset
13575 </cell>
13576 </row>
13577 <row>
13578 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13579 \begin_inset Text
13580
13581 \begin_layout Plain Layout
13582 H
13583 \backslash
13584 raisebox{2mm
13585 \begin_inset Formula $\to$
13586 \end_inset
13587
13588
13589 \backslash
13590 {al
13591 \begin_inset Formula $\to$
13592 \end_inset
13593
13594  lo
13595 \end_layout
13596
13597 \end_inset
13598 </cell>
13599 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13600 \begin_inset Text
13601
13602 \begin_layout Plain Layout
13603 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13604 \end_inset
13605
13606
13607 \end_layout
13608
13609 \end_inset
13610 </cell>
13611 </row>
13612 <row>
13613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13614 \begin_inset Text
13615
13616 \begin_layout Plain Layout
13617 H
13618 \backslash
13619 raisebox{-2mm
13620 \begin_inset Formula $\to$
13621 \end_inset
13622
13623
13624 \backslash
13625 {al
13626 \begin_inset Formula $\to$
13627 \end_inset
13628
13629 lo
13630 \end_layout
13631
13632 \end_inset
13633 </cell>
13634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13635 \begin_inset Text
13636
13637 \begin_layout Plain Layout
13638 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13639 \end_inset
13640
13641
13642 \end_layout
13643
13644 \end_inset
13645 </cell>
13646 </row>
13647 <row>
13648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13649 \begin_inset Text
13650
13651 \begin_layout Plain Layout
13652 A=
13653 \backslash
13654 raisebox{-2mm
13655 \begin_inset Formula $\to$
13656 \end_inset
13657
13658
13659 \backslash
13660 {
13661 \family sans
13662 Ctrl+M
13663 \family default
13664  
13665 \family sans
13666 Ctrl+M
13667 \family default
13668  
13669 \backslash
13670 sqrt
13671 \begin_inset space \textvisiblespace{}
13672 \end_inset
13673
13674
13675 \end_layout
13676
13677 \end_inset
13678 </cell>
13679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13680 \begin_inset Text
13681
13682 \begin_layout Plain Layout
13683 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13684 \end_inset
13685
13686
13687 \end_layout
13688
13689 \end_inset
13690 </cell>
13691 </row>
13692 </lyxtabular>
13693
13694 \end_inset
13695
13696
13697 \end_layout
13698
13699 \begin_layout Standard
13700 The command 
13701 \series bold
13702
13703 \backslash
13704 mbox
13705 \series default
13706  is equivalent to 
13707 \series bold
13708
13709 \backslash
13710 fbox
13711 \series default
13712  and 
13713 \series bold
13714
13715 \backslash
13716 makebox
13717 \series default
13718  is equivalent to 
13719 \series bold
13720
13721 \backslash
13722 framebox
13723 \series default
13724 , except that there is no frame.
13725 \end_layout
13726
13727 \begin_layout Subsection
13728 Colored Boxes
13729 \begin_inset CommandInset label
13730 LatexCommand label
13731 name "subsec:Colored-Boxes"
13732
13733 \end_inset
13734
13735
13736 \begin_inset Index idx
13737 status collapsed
13738
13739 \begin_layout Plain Layout
13740 Boxes ! colored
13741 \end_layout
13742
13743 \end_inset
13744
13745
13746 \end_layout
13747
13748 \begin_layout Standard
13749 To be able to use all commands explained in this section, the \SpecialChar LaTeX
13750 -package 
13751 \series bold
13752 color
13753 \series default
13754
13755 \begin_inset Foot
13756 status collapsed
13757
13758 \begin_layout Plain Layout
13759 The \SpecialChar LaTeX
13760 -package 
13761 \series bold
13762 color
13763 \series default
13764  is part of every \SpecialChar LaTeX
13765  standard installation.
13766 \end_layout
13767
13768 \end_inset
13769
13770
13771 \begin_inset Index idx
13772 status collapsed
13773
13774 \begin_layout Plain Layout
13775 Packages ! color
13776 \end_layout
13777
13778 \end_inset
13779
13780  must be loaded in the \SpecialChar LaTeX
13781 -preamble with the line
13782 \begin_inset Foot
13783 status collapsed
13784
13785 \begin_layout Plain Layout
13786 When text is colored somewhere in the document with a predefined color,
13787  \SpecialChar LyX
13788  loads the \SpecialChar LaTeX
13789  package 
13790 \series bold
13791 color
13792 \series default
13793  automatically.
13794  Thus it is possible that the package is loaded twice, but this does not
13795  cause problems.
13796 \end_layout
13797
13798 \end_inset
13799
13800
13801 \begin_inset Note Note
13802 status collapsed
13803
13804 \begin_layout Plain Layout
13805 To avoid that the package is loaded twice, a macro was inserted to the \SpecialChar LaTeX
13806 -preamble.
13807 \end_layout
13808
13809 \end_inset
13810
13811
13812 \end_layout
13813
13814 \begin_layout Standard
13815
13816 \series bold
13817
13818 \backslash
13819 usepackage{color}
13820 \end_layout
13821
13822 \begin_layout Standard
13823 \begin_inset VSpace medskip
13824 \end_inset
13825
13826 To create color boxes, the command 
13827 \series bold
13828
13829 \backslash
13830 colorbox
13831 \series default
13832
13833 \begin_inset Index idx
13834 status collapsed
13835
13836 \begin_layout Plain Layout
13837 Commands ! C ! 
13838 \backslash
13839 colorbox
13840 \end_layout
13841
13842 \end_inset
13843
13844  is used in the following scheme:
13845 \end_layout
13846
13847 \begin_layout Standard
13848
13849 \series bold
13850
13851 \backslash
13852 colorbox{color}{box content}
13853 \end_layout
13854
13855 \begin_layout Standard
13856 The box content can also be a box and a 
13857 \series bold
13858
13859 \backslash
13860 colorbox
13861 \series default
13862  can also be part of another box (see the 2nd and 3rd example).
13863  When the box should contain a formula, an extra formula has to be created,
13864  the same way as for 
13865 \series bold
13866
13867 \backslash
13868 raisebox
13869 \series default
13870 .
13871 \begin_inset Foot
13872 status collapsed
13873
13874 \begin_layout Plain Layout
13875 This also applies for the command 
13876 \series bold
13877
13878 \backslash
13879 fcolorbox
13880 \series default
13881 .
13882 \end_layout
13883
13884 \end_inset
13885
13886
13887 \end_layout
13888
13889 \begin_layout Standard
13890 One of the following predefined colors can be chosen:
13891 \end_layout
13892
13893 \begin_layout Standard
13894
13895 \series bold
13896 black
13897 \series default
13898
13899 \series bold
13900 blue
13901 \series default
13902
13903 \series bold
13904 cyan
13905 \series default
13906
13907 \series bold
13908 green
13909 \series default
13910
13911 \series bold
13912 magenta
13913 \series default
13914
13915 \series bold
13916 red
13917 \series default
13918
13919 \series bold
13920 white
13921 \series default
13922  and 
13923 \series bold
13924 yellow
13925 \begin_inset VSpace smallskip
13926 \end_inset
13927
13928
13929 \end_layout
13930
13931 \begin_layout Standard
13932 \align center
13933 \begin_inset Tabular
13934 <lyxtabular version="3" rows="4" columns="2">
13935 <features booktabs="true" tabularvalignment="middle">
13936 <column alignment="center" valignment="top" width="0pt">
13937 <column alignment="center" valignment="top">
13938 <row>
13939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13940 \begin_inset Text
13941
13942 \begin_layout Plain Layout
13943 Command
13944 \end_layout
13945
13946 \end_inset
13947 </cell>
13948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13949 \begin_inset Text
13950
13951 \begin_layout Plain Layout
13952 Result
13953 \end_layout
13954
13955 \end_inset
13956 </cell>
13957 </row>
13958 <row>
13959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13960 \begin_inset Text
13961
13962 \begin_layout Plain Layout
13963
13964 \backslash
13965 colorbox{yellow
13966 \begin_inset Formula $\to$
13967 \end_inset
13968
13969
13970 \backslash
13971 {A=B
13972 \end_layout
13973
13974 \end_inset
13975 </cell>
13976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13977 \begin_inset Text
13978
13979 \begin_layout Plain Layout
13980 \begin_inset Formula $\colorbox{yellow}{A=B}$
13981 \end_inset
13982
13983
13984 \end_layout
13985
13986 \end_inset
13987 </cell>
13988 </row>
13989 <row topspace="1.5mm">
13990 <cell alignment="center" valignment="top" usebox="none">
13991 \begin_inset Text
13992
13993 \begin_layout Plain Layout
13994
13995 \backslash
13996 colorbox{green
13997 \begin_inset Formula $\to$
13998 \end_inset
13999
14000
14001 \backslash
14002 {
14003 \backslash
14004 fbox
14005 \begin_inset space \textvisiblespace{}
14006 \end_inset
14007
14008
14009 \change_inserted 232239728 1611182042
14010
14011 \begin_inset Formula $\gets\gets$
14012 \end_inset
14013
14014
14015 \change_unchanged
14016 A=B
14017 \end_layout
14018
14019 \end_inset
14020 </cell>
14021 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14022 \begin_inset Text
14023
14024 \begin_layout Plain Layout
14025 \begin_inset Formula $\colorbox{green}{\fbox{A=B}}$
14026 \end_inset
14027
14028
14029 \end_layout
14030
14031 \end_inset
14032 </cell>
14033 </row>
14034 <row topspace="1.5mm" bottomspace="1mm">
14035 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14036 \begin_inset Text
14037
14038 \begin_layout Plain Layout
14039
14040 \backslash
14041 fbox
14042 \begin_inset space \textvisiblespace{}
14043 \end_inset
14044
14045
14046 \change_inserted 232239728 1611182036
14047
14048 \begin_inset Formula $\gets\gets$
14049 \end_inset
14050
14051
14052 \change_unchanged
14053
14054 \backslash
14055 colorbox{green
14056 \begin_inset Formula $\to$
14057 \end_inset
14058
14059
14060 \backslash
14061 {
14062 \family sans
14063 Ctrl+M
14064 \family default
14065  
14066 \family sans
14067 Ctrl+M
14068 \family default
14069  
14070 \backslash
14071 int
14072 \begin_inset space \textvisiblespace{}
14073 \end_inset
14074
14075 C=D
14076 \end_layout
14077
14078 \end_inset
14079 </cell>
14080 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14081 \begin_inset Text
14082
14083 \begin_layout Plain Layout
14084 \begin_inset Formula $\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}$
14085 \end_inset
14086
14087
14088 \end_layout
14089
14090 \end_inset
14091 </cell>
14092 </row>
14093 </lyxtabular>
14094
14095 \end_inset
14096
14097
14098 \begin_inset VSpace smallskip
14099 \end_inset
14100
14101
14102 \end_layout
14103
14104 \begin_layout Standard
14105
14106 \series bold
14107
14108 \backslash
14109 colorbox
14110 \series default
14111  only colors the box background, not the characters in the box.
14112  To color all characters, the whole formula is highlighted and the desired
14113  color is chosen in the 
14114 \family sans
14115 Text
14116 \begin_inset space ~
14117 \end_inset
14118
14119 Style
14120 \family default
14121  dialog.
14122  The dialog can be called with the toolbar button 
14123 \begin_inset Info
14124 type  "icon"
14125 arg   "dialog-show character"
14126 \end_inset
14127
14128  or the menu 
14129 \family sans
14130 Edit\SpecialChar menuseparator
14131 Text
14132 \begin_inset space ~
14133 \end_inset
14134
14135 Properties\SpecialChar menuseparator
14136 Customized
14137 \family default
14138 .
14139  The formula number will have the same color as the formula.
14140  If a different color for the formula number is desired, the color must
14141  be changed within the formula.
14142 \end_layout
14143
14144 \begin_layout Standard
14145 An example:
14146 \end_layout
14147
14148 \begin_layout Standard
14149
14150 \color red
14151 \begin_inset Formula 
14152 \begin{equation}
14153 \int A=B\label{eq:red}
14154 \end{equation}
14155
14156 \end_inset
14157
14158
14159 \color green
14160
14161 \begin_inset Formula 
14162 \begin{equation}
14163 \textcolor{red}{\int A=B}\label{eq:redgreen}
14164 \end{equation}
14165
14166 \end_inset
14167
14168
14169 \end_layout
14170
14171 \begin_layout Standard
14172 Formula 
14173 \begin_inset CommandInset ref
14174 LatexCommand eqref
14175 reference "eq:red"
14176
14177 \end_inset
14178
14179  is completely colored red.
14180 \begin_inset Newline newline
14181 \end_inset
14182
14183 Formula 
14184 \begin_inset CommandInset ref
14185 LatexCommand eqref
14186 reference "eq:redgreen"
14187
14188 \end_inset
14189
14190  was first completely colored green to set the color for the formula number.
14191  Subsequently the formula characters were colored red.
14192 \end_layout
14193
14194 \begin_layout Standard
14195 \begin_inset VSpace bigskip
14196 \end_inset
14197
14198 To color the frame different than the rest of the box, the command 
14199 \series bold
14200
14201 \backslash
14202 fcolorbox
14203 \series default
14204
14205 \begin_inset Index idx
14206 status collapsed
14207
14208 \begin_layout Plain Layout
14209 Commands ! F ! 
14210 \backslash
14211 fcolorbox
14212 \end_layout
14213
14214 \end_inset
14215
14216  is used in the following scheme:
14217 \end_layout
14218
14219 \begin_layout Standard
14220
14221 \series bold
14222
14223 \backslash
14224 fcolorbox{frame color}{color}{box content}
14225 \end_layout
14226
14227 \begin_layout Standard
14228 So 
14229 \series bold
14230
14231 \backslash
14232 fcolorbox
14233 \series default
14234  is an extension of the command 
14235 \series bold
14236
14237 \backslash
14238 colorbox
14239 \series default
14240 .
14241  The frame width is set, like for 
14242 \series bold
14243
14244 \backslash
14245 framebox
14246 \series default
14247 , with 
14248 \series bold
14249
14250 \backslash
14251 fboxrule
14252 \series default
14253  and 
14254 \series bold
14255
14256 \backslash
14257 fboxsep
14258 \series default
14259 .
14260  An example:
14261 \begin_inset ERT
14262 status collapsed
14263
14264 \begin_layout Plain Layout
14265
14266
14267 \backslash
14268 fboxrule 1mm 
14269 \backslash
14270 fboxsep 1mm
14271 \end_layout
14272
14273 \end_inset
14274
14275
14276 \begin_inset Formula 
14277 \[
14278 \fcolorbox{cyan}{magenta}{A=B}
14279 \]
14280
14281 \end_inset
14282
14283
14284 \begin_inset ERT
14285 status collapsed
14286
14287 \begin_layout Plain Layout
14288
14289
14290 \backslash
14291 fboxrule 0.4pt 
14292 \backslash
14293 fboxsep 3pt
14294 \end_layout
14295
14296 \end_inset
14297
14298
14299 \end_layout
14300
14301 \begin_layout Standard
14302 This formula was created with the command
14303 \begin_inset Newline newline
14304 \end_inset
14305
14306
14307 \series bold
14308
14309 \backslash
14310 fcolorbox{cyan
14311 \begin_inset Formula $\to$
14312 \end_inset
14313
14314
14315 \backslash
14316 {magenta
14317 \begin_inset Formula $\to$
14318 \end_inset
14319
14320
14321 \backslash
14322 {A=B
14323 \series default
14324 .
14325 \end_layout
14326
14327 \begin_layout Standard
14328 \begin_inset VSpace bigskip
14329 \end_inset
14330
14331 To use colors other than predefined ones, they must be defined first.
14332 \end_layout
14333
14334 \begin_layout Standard
14335 One can for example define the color 
14336 \begin_inset Quotes eld
14337 \end_inset
14338
14339
14340 \series bold
14341 darkgreen
14342 \series default
14343
14344 \begin_inset Quotes erd
14345 \end_inset
14346
14347  with the \SpecialChar LaTeX
14348 -preamble line:
14349 \end_layout
14350
14351 \begin_layout Standard
14352
14353 \series bold
14354
14355 \backslash
14356 definecolor{darkgreen}{cmyk}{0.5,
14357 \series default
14358  
14359 \series bold
14360 0,
14361 \series default
14362  
14363 \series bold
14364 1,
14365 \series default
14366  
14367 \series bold
14368 0.5}
14369 \series default
14370
14371 \begin_inset Index idx
14372 status collapsed
14373
14374 \begin_layout Plain Layout
14375 Commands ! D ! 
14376 \backslash
14377 definecolor
14378 \end_layout
14379
14380 \end_inset
14381
14382
14383 \end_layout
14384
14385 \begin_layout Standard
14386
14387 \series bold
14388 cmyk
14389 \series default
14390  is the color space denoting the colors 
14391 \series bold
14392 cyan
14393 \series default
14394
14395 \series bold
14396 magenta
14397 \series default
14398
14399 \series bold
14400 yellow
14401 \series default
14402  and 
14403 \series bold
14404 black
14405 \series default
14406 .
14407  The four comma separated numbers are the portion factors for the corresponding
14408  colors of the color space.
14409  The factors can be in the range of 0
14410 \begin_inset space \thinspace{}
14411 \end_inset
14412
14413 -
14414 \begin_inset space \thinspace{}
14415 \end_inset
14416
14417 1.
14418  Instead of 
14419 \series bold
14420 cmyk,
14421 \series default
14422  the color space 
14423 \series bold
14424 rgb
14425 \series default
14426  can also be used for definitions.
14427  
14428 \series bold
14429 rgb
14430 \series default
14431  denotes 
14432 \series bold
14433 red
14434 \series default
14435
14436 \series bold
14437 green
14438 \series default
14439  and 
14440 \series bold
14441 blue
14442 \series default
14443 , so there are three portion factors for the corresponding colors.
14444  Furthermore there is the color space 
14445 \series bold
14446 gray
14447 \series default
14448  with one portion factor for the gray value.
14449 \end_layout
14450
14451 \begin_layout Standard
14452 As an example here is a framed box with the newly defined color 
14453 \series bold
14454 darkgreen
14455 \series default
14456  where the characters have been colored 
14457 \series bold
14458 yellow
14459 \series default
14460 :
14461 \begin_inset Formula 
14462 \begin{equation}
14463 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14464 \end{equation}
14465
14466 \end_inset
14467
14468
14469 \end_layout
14470
14471 \begin_layout Standard
14472 Self-defined colors can also be used for text with the help of the command
14473  
14474 \series bold
14475
14476 \backslash
14477 textcolor
14478 \series default
14479 :
14480 \begin_inset Index idx
14481 status collapsed
14482
14483 \begin_layout Plain Layout
14484 Text ! colored
14485 \end_layout
14486
14487 \end_inset
14488
14489
14490 \end_layout
14491
14492 \begin_layout Standard
14493 \begin_inset ERT
14494 status collapsed
14495
14496 \begin_layout Plain Layout
14497
14498
14499 \backslash
14500 textcolor{darkgreen}{
14501 \end_layout
14502
14503 \end_inset
14504
14505 This sentence is 
14506 \begin_inset Quotes eld
14507 \end_inset
14508
14509 darkgreen
14510 \begin_inset Quotes erd
14511 \end_inset
14512
14513 .
14514 \begin_inset ERT
14515 status collapsed
14516
14517 \begin_layout Plain Layout
14518
14519 }
14520 \end_layout
14521
14522 \end_inset
14523
14524
14525 \end_layout
14526
14527 \begin_layout Standard
14528
14529 \series bold
14530
14531 \backslash
14532 textcolor
14533 \series default
14534
14535 \begin_inset Index idx
14536 status collapsed
14537
14538 \begin_layout Plain Layout
14539 Commands ! T ! 
14540 \backslash
14541 textcolor
14542 \end_layout
14543
14544 \end_inset
14545
14546  is used in the scheme 
14547 \series bold
14548
14549 \backslash
14550 textcolor{color}{characters to color}
14551 \series default
14552 .
14553 \end_layout
14554
14555 \begin_layout Subsection
14556 Paragraph Boxes
14557 \begin_inset CommandInset label
14558 LatexCommand label
14559 name "subsec:Paragraph-Boxes"
14560
14561 \end_inset
14562
14563
14564 \begin_inset Index idx
14565 status collapsed
14566
14567 \begin_layout Plain Layout
14568 Boxes ! as paragraph
14569 \end_layout
14570
14571 \end_inset
14572
14573
14574 \end_layout
14575
14576 \begin_layout Standard
14577 A box that can contain several lines and paragraphs, a so-called paragraph
14578  box (parbox), can be created with the menu 
14579 \family sans
14580 Insert\SpecialChar menuseparator
14581 Box
14582 \family default
14583  or the toolbar button 
14584 \begin_inset Info
14585 type  "icon"
14586 arg   "box-insert"
14587 \end_inset
14588
14589 .
14590 \end_layout
14591
14592 \begin_layout Standard
14593 The following example shows a framed parbox in a line:
14594 \end_layout
14595
14596 \begin_layout Standard
14597 \begin_inset VSpace medskip
14598 \end_inset
14599
14600 This is a line 
14601 \begin_inset Box Boxed
14602 position "c"
14603 hor_pos "c"
14604 has_inner_box 1
14605 inner_pos "t"
14606 use_parbox 1
14607 use_makebox 0
14608 width "5cm"
14609 special "none"
14610 height "1in"
14611 height_special "totalheight"
14612 thickness "0.4pt"
14613 separation "3pt"
14614 shadowsize "4pt"
14615 framecolor "black"
14616 backgroundcolor "none"
14617 status open
14618
14619 \begin_layout Plain Layout
14620 This is a paragraph box.
14621  It is exactly 5
14622 \begin_inset space \thinspace{}
14623 \end_inset
14624
14625 cm long and can also contain formulas: 
14626 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14627 \end_inset
14628
14629
14630 \end_layout
14631
14632 \end_inset
14633
14634  with a parbox.
14635 \end_layout
14636
14637 \begin_layout Standard
14638 \begin_inset VSpace medskip
14639 \end_inset
14640
14641
14642 \end_layout
14643
14644 \begin_layout Standard
14645 Such a box is created by right-clicking on the gray box inset.
14646  A dialog pops up showing the box properties.
14647  In our case set: 
14648 \emph on
14649 Decoration
14650 \emph default
14651 : Rectangular box, 
14652 \emph on
14653 Inner Box
14654 \emph default
14655 : Parbox, 
14656 \emph on
14657 Width
14658 \emph default
14659 : 5
14660 \begin_inset space \thinspace{}
14661 \end_inset
14662
14663 cm, 
14664 \emph on
14665 Vertical Box Alignment
14666 \emph default
14667 : Middle
14668 \end_layout
14669
14670 \begin_layout Standard
14671 \begin_inset VSpace medskip
14672 \end_inset
14673
14674 In \SpecialChar LaTeX
14675  a parbox is created with the command 
14676 \series bold
14677
14678 \backslash
14679 parbox
14680 \series default
14681
14682 \begin_inset Index idx
14683 status collapsed
14684
14685 \begin_layout Plain Layout
14686 Commands ! P ! 
14687 \backslash
14688 parbox
14689 \end_layout
14690
14691 \end_inset
14692
14693  which has the following scheme:
14694 \end_layout
14695
14696 \begin_layout Standard
14697
14698 \series bold
14699
14700 \backslash
14701 parbox[position]{width}{box content}
14702 \end_layout
14703
14704 \begin_layout Standard
14705 The positions 
14706 \emph on
14707 b
14708 \emph default
14709  and 
14710 \emph on
14711 t
14712 \emph default
14713  are possible.
14714  
14715 \emph on
14716 b
14717 \emph default
14718  for 
14719 \begin_inset Quotes eld
14720 \end_inset
14721
14722 bottom
14723 \begin_inset Quotes erd
14724 \end_inset
14725
14726  means that the box is aligned within the surrounding text with its last
14727  line.
14728  With 
14729 \emph on
14730 t
14731 \emph default
14732  for 
14733 \begin_inset Quotes eld
14734 \end_inset
14735
14736 top
14737 \begin_inset Quotes erd
14738 \end_inset
14739
14740  this is done with the first line.
14741  When no position is given, the box will be vertically centered, see section
14742  
14743 \emph on
14744 Boxes
14745 \emph default
14746  of the 
14747 \emph on
14748 Embedded
14749 \begin_inset space ~
14750 \end_inset
14751
14752 Objects
14753 \emph default
14754  manual for examples.
14755 \end_layout
14756
14757 \begin_layout Standard
14758 \begin_inset VSpace bigskip
14759 \end_inset
14760
14761 To frame formulas completely, including the formula number, the formula
14762  must be set into a parbox.
14763  To do this, the command 
14764 \series bold
14765
14766 \backslash
14767 fbox{
14768 \backslash
14769 parbox{
14770 \backslash
14771 linewidth-2
14772 \backslash
14773 fboxsep-2
14774 \backslash
14775 fboxrule}{
14776 \series default
14777  is inserted in \SpecialChar TeX
14778  mode before the formula.
14779  
14780 \series bold
14781
14782 \backslash
14783 linewidth
14784 \series default
14785
14786 \begin_inset Index idx
14787 status collapsed
14788
14789 \begin_layout Plain Layout
14790 Commands ! L ! 
14791 \backslash
14792 linewidth
14793 \end_layout
14794
14795 \end_inset
14796
14797  is the line width set for the document.
14798  Because the frame is outside the parbox, two times the frame separation
14799  and the frame thickness must be subtracted from the line width.
14800  To be able to multiply and subtract in arguments, the \SpecialChar LaTeX
14801 -package 
14802 \series bold
14803 calc
14804 \series default
14805
14806 \begin_inset Foot
14807 status collapsed
14808
14809 \begin_layout Plain Layout
14810
14811 \series bold
14812 calc
14813 \series default
14814  is part of every \SpecialChar LaTeX
14815  standard installation.
14816 \end_layout
14817
14818 \end_inset
14819
14820
14821 \begin_inset Index idx
14822 status collapsed
14823
14824 \begin_layout Plain Layout
14825 Packages ! calc
14826 \end_layout
14827
14828 \end_inset
14829
14830  must be loaded in the \SpecialChar LaTeX
14831 -preamble with the line
14832 \end_layout
14833
14834 \begin_layout Standard
14835
14836 \series bold
14837
14838 \backslash
14839 usepackage{calc}
14840 \end_layout
14841
14842 \begin_layout Standard
14843 Behind the formula both boxes are closed by entering 
14844 \series bold
14845 }}
14846 \series default
14847  in \SpecialChar TeX
14848  mode.
14849  Here is an example:
14850 \begin_inset ERT
14851 status collapsed
14852
14853 \begin_layout Plain Layout
14854
14855
14856 \backslash
14857 fboxsep 5mm 
14858 \backslash
14859 fboxrule 5mm
14860 \end_layout
14861
14862 \end_inset
14863
14864
14865 \end_layout
14866
14867 \begin_layout Standard
14868 \begin_inset ERT
14869 status collapsed
14870
14871 \begin_layout Plain Layout
14872
14873
14874 \backslash
14875 fbox{
14876 \backslash
14877 parbox{
14878 \backslash
14879 linewidth-2
14880 \backslash
14881 fboxsep-2
14882 \backslash
14883 fboxrule}{
14884 \end_layout
14885
14886 \end_inset
14887
14888
14889 \begin_inset Formula 
14890 \begin{equation}
14891 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14892 \end{equation}
14893
14894 \end_inset
14895
14896
14897 \begin_inset ERT
14898 status collapsed
14899
14900 \begin_layout Plain Layout
14901
14902 }}
14903 \end_layout
14904
14905 \end_inset
14906
14907
14908 \begin_inset ERT
14909 status collapsed
14910
14911 \begin_layout Plain Layout
14912
14913
14914 \backslash
14915 fboxrule 0.4pt 
14916 \backslash
14917 fboxsep 3pt
14918 \end_layout
14919
14920 \end_inset
14921
14922
14923 \end_layout
14924
14925 \begin_layout Standard
14926 \begin_inset VSpace medskip
14927 \end_inset
14928
14929 As a parbox is used as the argument of 
14930 \series bold
14931
14932 \backslash
14933 fbox
14934 \series default
14935 , there is in this case no difference between 
14936 \series bold
14937
14938 \backslash
14939 fbox
14940 \series default
14941  and 
14942 \series bold
14943
14944 \backslash
14945 boxed
14946 \series default
14947 .
14948 \end_layout
14949
14950 \begin_layout Standard
14951 \begin_inset VSpace bigskip
14952 \end_inset
14953
14954 Paragraph boxes are very useful to comment formulas directly.
14955  To do this, 
14956 \series bold
14957
14958 \backslash
14959 parbox
14960 \series default
14961  is used in combination with the command 
14962 \series bold
14963
14964 \backslash
14965 tag
14966 \series default
14967 .
14968  (more about 
14969 \series bold
14970
14971 \backslash
14972 tag
14973 \series default
14974  see 
14975 \begin_inset CommandInset ref
14976 LatexCommand ref
14977 reference "subsec:User-defined-Numbering"
14978
14979 \end_inset
14980
14981 )
14982 \end_layout
14983
14984 \begin_layout Standard
14985 An example of a formula commented with 
14986 \series bold
14987
14988 \backslash
14989 parbox
14990 \series default
14991 :
14992 \end_layout
14993
14994 \begin_layout Standard
14995 \begin_inset ERT
14996 status collapsed
14997
14998 \begin_layout Plain Layout
14999
15000
15001 \backslash
15002 [5x-7b=3b
15003 \backslash
15004 tag*{
15005 \backslash
15006 parbox{5cm}{
15007 \end_layout
15008
15009 \end_inset
15010
15011 This is a description.
15012  It is distinctly separated from the formula and multiline.
15013 \begin_inset ERT
15014 status collapsed
15015
15016 \begin_layout Plain Layout
15017
15018 }}
15019 \backslash
15020 ]
15021 \end_layout
15022
15023 \end_inset
15024
15025
15026 \end_layout
15027
15028 \begin_layout Standard
15029 Such a formula must be inserted completely in \SpecialChar TeX
15030  mode because \SpecialChar LyX
15031  does not yet
15032  support the command 
15033 \series bold
15034
15035 \backslash
15036 parbox
15037 \series default
15038  in formulas.
15039  The formula is created with the following command sequence:
15040 \end_layout
15041
15042 \begin_layout Standard
15043 The command 
15044 \series bold
15045
15046 \backslash
15047 [5x-7b=3b
15048 \backslash
15049 tag*
15050 \backslash
15051 {
15052 \backslash
15053 parbox{5cm}{
15054 \series default
15055  is inserted in \SpecialChar TeX
15056  mode.
15057 \begin_inset Foot
15058 status collapsed
15059
15060 \begin_layout Plain Layout
15061 When the formula style 
15062 \series bold
15063 Indented
15064 \series default
15065  is used, 
15066 \series bold
15067
15068 \backslash
15069 tag*
15070 \backslash
15071 {
15072 \series default
15073  can also be replaced by 
15074 \series bold
15075
15076 \backslash
15077 hfill
15078 \series default
15079 .
15080  (formula styles see 
15081 \begin_inset CommandInset ref
15082 LatexCommand ref
15083 reference "sec:Formula-Styles"
15084
15085 \end_inset
15086
15087 )
15088 \end_layout
15089
15090 \end_inset
15091
15092  Then the description follows as normal text and finally 
15093 \series bold
15094 }}
15095 \backslash
15096 ]
15097 \series default
15098  is inserted in \SpecialChar TeX
15099  mode.
15100  The commands 
15101 \series bold
15102
15103 \backslash
15104 [
15105 \series default
15106  and 
15107 \series bold
15108
15109 \backslash
15110 ]
15111 \series default
15112  create a displayed formula.
15113 \end_layout
15114
15115 \begin_layout Standard
15116 The advantages of 
15117 \series bold
15118
15119 \backslash
15120 parbox
15121 \series default
15122  can be seen in this example that was 
15123 \begin_inset Quotes eld
15124 \end_inset
15125
15126 commented
15127 \begin_inset Quotes erd
15128 \end_inset
15129
15130  using the mathematical textmode:
15131 \begin_inset Formula 
15132 \[
15133 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
15134 \]
15135
15136 \end_inset
15137
15138
15139 \end_layout
15140
15141 \begin_layout Section
15142 Operators
15143 \begin_inset Index idx
15144 status collapsed
15145
15146 \begin_layout Plain Layout
15147 Operators
15148 \end_layout
15149
15150 \end_inset
15151
15152
15153 \end_layout
15154
15155 \begin_layout Subsection
15156 Big Operators
15157 \begin_inset CommandInset label
15158 LatexCommand label
15159 name "subsec:Big-Operators"
15160
15161 \end_inset
15162
15163
15164 \begin_inset Index idx
15165 status collapsed
15166
15167 \begin_layout Plain Layout
15168 Operators ! big
15169 \end_layout
15170
15171 \end_inset
15172
15173
15174 \begin_inset Index idx
15175 status collapsed
15176
15177 \begin_layout Plain Layout
15178 Sums
15179 \end_layout
15180
15181 \end_inset
15182
15183
15184 \begin_inset Index idx
15185 status collapsed
15186
15187 \begin_layout Plain Layout
15188 Integrals
15189 \end_layout
15190
15191 \end_inset
15192
15193
15194 \end_layout
15195
15196 \begin_layout Standard
15197 To be able to use all of the integral operators listed here, the 
15198 \family sans
15199 Load automatically
15200 \family default
15201  option for the
15202 \family sans
15203  esint package
15204 \family default
15205  must be set in the document settings under 
15206 \family sans
15207 Math
15208 \begin_inset space ~
15209 \end_inset
15210
15211 Options
15212 \family default
15213 .
15214 \end_layout
15215
15216 \begin_layout Standard
15217 \begin_inset space \hfill{}
15218 \end_inset
15219
15220
15221 \begin_inset Tabular
15222 <lyxtabular version="3" rows="11" columns="2">
15223 <features booktabs="true" tabularvalignment="middle">
15224 <column alignment="center" valignment="top" width="0pt">
15225 <column alignment="center" valignment="top" width="0pt">
15226 <row>
15227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15228 \begin_inset Text
15229
15230 \begin_layout Plain Layout
15231 Command
15232 \end_layout
15233
15234 \end_inset
15235 </cell>
15236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15237 \begin_inset Text
15238
15239 \begin_layout Plain Layout
15240 Result
15241 \end_layout
15242
15243 \end_inset
15244 </cell>
15245 </row>
15246 <row>
15247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15248 \begin_inset Text
15249
15250 \begin_layout Plain Layout
15251
15252 \backslash
15253 int
15254 \begin_inset Index idx
15255 status collapsed
15256
15257 \begin_layout Plain Layout
15258 Commands ! I ! 
15259 \backslash
15260 int
15261 \end_layout
15262
15263 \end_inset
15264
15265
15266 \end_layout
15267
15268 \end_inset
15269 </cell>
15270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15271 \begin_inset Text
15272
15273 \begin_layout Plain Layout
15274 \begin_inset Formula $\int$
15275 \end_inset
15276
15277
15278 \end_layout
15279
15280 \end_inset
15281 </cell>
15282 </row>
15283 <row>
15284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15285 \begin_inset Text
15286
15287 \begin_layout Plain Layout
15288
15289 \backslash
15290 oint
15291 \end_layout
15292
15293 \end_inset
15294 </cell>
15295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15296 \begin_inset Text
15297
15298 \begin_layout Plain Layout
15299 \begin_inset Formula $\oint$
15300 \end_inset
15301
15302
15303 \end_layout
15304
15305 \end_inset
15306 </cell>
15307 </row>
15308 <row>
15309 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15310 \begin_inset Text
15311
15312 \begin_layout Plain Layout
15313
15314 \backslash
15315 ointctrclockwise
15316 \end_layout
15317
15318 \end_inset
15319 </cell>
15320 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15321 \begin_inset Text
15322
15323 \begin_layout Plain Layout
15324 \begin_inset Formula $\ointctrclockwise$
15325 \end_inset
15326
15327
15328 \end_layout
15329
15330 \end_inset
15331 </cell>
15332 </row>
15333 <row>
15334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15335 \begin_inset Text
15336
15337 \begin_layout Plain Layout
15338
15339 \backslash
15340 ointclockwise
15341 \end_layout
15342
15343 \end_inset
15344 </cell>
15345 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15346 \begin_inset Text
15347
15348 \begin_layout Plain Layout
15349 \begin_inset Formula $\ointclockwise$
15350 \end_inset
15351
15352
15353 \end_layout
15354
15355 \end_inset
15356 </cell>
15357 </row>
15358 <row>
15359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15360 \begin_inset Text
15361
15362 \begin_layout Plain Layout
15363
15364 \backslash
15365 sqint
15366 \end_layout
15367
15368 \end_inset
15369 </cell>
15370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15371 \begin_inset Text
15372
15373 \begin_layout Plain Layout
15374 \begin_inset Formula $\sqint$
15375 \end_inset
15376
15377
15378 \end_layout
15379
15380 \end_inset
15381 </cell>
15382 </row>
15383 <row>
15384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15385 \begin_inset Text
15386
15387 \begin_layout Plain Layout
15388
15389 \backslash
15390 fint
15391 \end_layout
15392
15393 \end_inset
15394 </cell>
15395 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15396 \begin_inset Text
15397
15398 \begin_layout Plain Layout
15399  
15400 \begin_inset Formula $\fint$
15401 \end_inset
15402
15403
15404 \end_layout
15405
15406 \end_inset
15407 </cell>
15408 </row>
15409 <row>
15410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15411 \begin_inset Text
15412
15413 \begin_layout Plain Layout
15414
15415 \backslash
15416 landupint
15417 \end_layout
15418
15419 \end_inset
15420 </cell>
15421 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15422 \begin_inset Text
15423
15424 \begin_layout Plain Layout
15425  
15426 \begin_inset Formula $\landupint$
15427 \end_inset
15428
15429
15430 \end_layout
15431
15432 \end_inset
15433 </cell>
15434 </row>
15435 <row>
15436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15437 \begin_inset Text
15438
15439 \begin_layout Plain Layout
15440
15441 \backslash
15442 landdownint
15443 \end_layout
15444
15445 \end_inset
15446 </cell>
15447 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15448 \begin_inset Text
15449
15450 \begin_layout Plain Layout
15451  
15452 \begin_inset Formula $\landdownint$
15453 \end_inset
15454
15455
15456 \end_layout
15457
15458 \end_inset
15459 </cell>
15460 </row>
15461 <row>
15462 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15463 \begin_inset Text
15464
15465 \begin_layout Plain Layout
15466
15467 \backslash
15468 bigcap
15469 \end_layout
15470
15471 \end_inset
15472 </cell>
15473 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15474 \begin_inset Text
15475
15476 \begin_layout Plain Layout
15477 \begin_inset Formula $\bigcap$
15478 \end_inset
15479
15480
15481 \end_layout
15482
15483 \end_inset
15484 </cell>
15485 </row>
15486 <row>
15487 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15488 \begin_inset Text
15489
15490 \begin_layout Plain Layout
15491
15492 \backslash
15493 bigcup
15494 \end_layout
15495
15496 \end_inset
15497 </cell>
15498 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15499 \begin_inset Text
15500
15501 \begin_layout Plain Layout
15502 \begin_inset Formula $\bigcup$
15503 \end_inset
15504
15505
15506 \end_layout
15507
15508 \end_inset
15509 </cell>
15510 </row>
15511 </lyxtabular>
15512
15513 \end_inset
15514
15515
15516 \begin_inset space \hfill{}
15517 \end_inset
15518
15519
15520 \begin_inset Tabular
15521 <lyxtabular version="3" rows="11" columns="2">
15522 <features booktabs="true" tabularvalignment="middle">
15523 <column alignment="center" valignment="top" width="0pt">
15524 <column alignment="center" valignment="top" width="0pt">
15525 <row>
15526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15527 \begin_inset Text
15528
15529 \begin_layout Plain Layout
15530 Command
15531 \end_layout
15532
15533 \end_inset
15534 </cell>
15535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15536 \begin_inset Text
15537
15538 \begin_layout Plain Layout
15539 Result
15540 \end_layout
15541
15542 \end_inset
15543 </cell>
15544 </row>
15545 <row>
15546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15547 \begin_inset Text
15548
15549 \begin_layout Plain Layout
15550
15551 \backslash
15552 sum
15553 \begin_inset Index idx
15554 status collapsed
15555
15556 \begin_layout Plain Layout
15557 Commands ! S ! 
15558 \backslash
15559 sum
15560 \end_layout
15561
15562 \end_inset
15563
15564
15565 \end_layout
15566
15567 \end_inset
15568 </cell>
15569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15570 \begin_inset Text
15571
15572 \begin_layout Plain Layout
15573 \begin_inset Formula $\sum$
15574 \end_inset
15575
15576
15577 \end_layout
15578
15579 \end_inset
15580 </cell>
15581 </row>
15582 <row>
15583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15584 \begin_inset Text
15585
15586 \begin_layout Plain Layout
15587
15588 \backslash
15589 prod
15590 \begin_inset Index idx
15591 status collapsed
15592
15593 \begin_layout Plain Layout
15594 Commands ! P ! 
15595 \backslash
15596 prod
15597 \begin_inset ERT
15598 status collapsed
15599
15600 \begin_layout Plain Layout
15601
15602
15603 \backslash
15604 vspace{4mm}
15605 \end_layout
15606
15607 \end_inset
15608
15609
15610 \end_layout
15611
15612 \end_inset
15613
15614
15615 \end_layout
15616
15617 \end_inset
15618 </cell>
15619 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15620 \begin_inset Text
15621
15622 \begin_layout Plain Layout
15623 \begin_inset Formula $\prod$
15624 \end_inset
15625
15626
15627 \end_layout
15628
15629 \end_inset
15630 </cell>
15631 </row>
15632 <row>
15633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15634 \begin_inset Text
15635
15636 \begin_layout Plain Layout
15637
15638 \backslash
15639 coprod
15640 \end_layout
15641
15642 \end_inset
15643 </cell>
15644 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15645 \begin_inset Text
15646
15647 \begin_layout Plain Layout
15648 \begin_inset Formula $\coprod$
15649 \end_inset
15650
15651
15652 \end_layout
15653
15654 \end_inset
15655 </cell>
15656 </row>
15657 <row>
15658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15659 \begin_inset Text
15660
15661 \begin_layout Plain Layout
15662
15663 \backslash
15664 bigodot
15665 \end_layout
15666
15667 \end_inset
15668 </cell>
15669 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15670 \begin_inset Text
15671
15672 \begin_layout Plain Layout
15673 \begin_inset Formula $\bigodot$
15674 \end_inset
15675
15676
15677 \end_layout
15678
15679 \end_inset
15680 </cell>
15681 </row>
15682 <row>
15683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15684 \begin_inset Text
15685
15686 \begin_layout Plain Layout
15687
15688 \backslash
15689 bigotimes
15690 \end_layout
15691
15692 \end_inset
15693 </cell>
15694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15695 \begin_inset Text
15696
15697 \begin_layout Plain Layout
15698 \begin_inset Formula $\bigotimes$
15699 \end_inset
15700
15701
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 </row>
15707 <row>
15708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15709 \begin_inset Text
15710
15711 \begin_layout Plain Layout
15712
15713 \backslash
15714 bigoplus
15715 \end_layout
15716
15717 \end_inset
15718 </cell>
15719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15720 \begin_inset Text
15721
15722 \begin_layout Plain Layout
15723 \begin_inset Formula $\bigoplus$
15724 \end_inset
15725
15726
15727 \end_layout
15728
15729 \end_inset
15730 </cell>
15731 </row>
15732 <row>
15733 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15734 \begin_inset Text
15735
15736 \begin_layout Plain Layout
15737
15738 \backslash
15739 bigwedge
15740 \end_layout
15741
15742 \end_inset
15743 </cell>
15744 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15745 \begin_inset Text
15746
15747 \begin_layout Plain Layout
15748 \begin_inset Formula $\bigwedge$
15749 \end_inset
15750
15751
15752 \end_layout
15753
15754 \end_inset
15755 </cell>
15756 </row>
15757 <row>
15758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15759 \begin_inset Text
15760
15761 \begin_layout Plain Layout
15762
15763 \backslash
15764 bigvee
15765 \end_layout
15766
15767 \end_inset
15768 </cell>
15769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15770 \begin_inset Text
15771
15772 \begin_layout Plain Layout
15773 \begin_inset Formula $\bigvee$
15774 \end_inset
15775
15776
15777 \end_layout
15778
15779 \end_inset
15780 </cell>
15781 </row>
15782 <row>
15783 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15784 \begin_inset Text
15785
15786 \begin_layout Plain Layout
15787
15788 \backslash
15789 bigsqcup
15790 \end_layout
15791
15792 \end_inset
15793 </cell>
15794 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15795 \begin_inset Text
15796
15797 \begin_layout Plain Layout
15798 \begin_inset Formula $\bigsqcup$
15799 \end_inset
15800
15801
15802 \end_layout
15803
15804 \end_inset
15805 </cell>
15806 </row>
15807 <row>
15808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15809 \begin_inset Text
15810
15811 \begin_layout Plain Layout
15812
15813 \backslash
15814 biguplus
15815 \end_layout
15816
15817 \end_inset
15818 </cell>
15819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15820 \begin_inset Text
15821
15822 \begin_layout Plain Layout
15823 \begin_inset Formula $\biguplus$
15824 \end_inset
15825
15826
15827 \end_layout
15828
15829 \end_inset
15830 </cell>
15831 </row>
15832 </lyxtabular>
15833
15834 \end_inset
15835
15836
15837 \begin_inset space \hfill{}
15838 \end_inset
15839
15840
15841 \end_layout
15842
15843 \begin_layout Standard
15844 All big operators can also be inserted via the math toolbar button 
15845 \begin_inset Info
15846 type  "icon"
15847 arg   "math-insert \\intop"
15848 \end_inset
15849
15850 .
15851 \end_layout
15852
15853 \begin_layout Standard
15854 The operators are called big because they are bigger than the sometimes
15855  equal looking binary operators.
15856  All big operators can have limits as described in the next subsection.
15857 \end_layout
15858
15859 \begin_layout Standard
15860 For all integral operators there is a second version available, ending in
15861  
15862 \series bold
15863 op
15864 \series default
15865
15866 \series bold
15867
15868 \backslash
15869 intop
15870 \series default
15871
15872 \series bold
15873
15874 \backslash
15875 ointop
15876 \series default
15877  etc.
15878  These operators differ in the style the operator limits are displayed,
15879  see 
15880 \begin_inset CommandInset ref
15881 LatexCommand ref
15882 reference "subsec:Operator-Limits"
15883
15884 \end_inset
15885
15886 .
15887 \end_layout
15888
15889 \begin_layout Subsubsection*
15890 Advice for Integrals
15891 \end_layout
15892
15893 \begin_layout Standard
15894 The letter 
15895 \emph on
15896 d
15897 \emph default
15898  in an integral is an operator that has to be set upright.
15899  This is done by highlighting the 
15900 \emph on
15901 d
15902 \emph default
15903  and using the keyboard shortcut 
15904 \begin_inset Info
15905 type  "shortcut"
15906 arg   "font-roman"
15907 \end_inset
15908
15909
15910 \begin_inset Foot
15911 status collapsed
15912
15913 \begin_layout Plain Layout
15914 Font styles
15915 \series bold
15916  
15917 \series default
15918 see 
15919 \begin_inset CommandInset ref
15920 LatexCommand ref
15921 reference "subsec:Font-Styles"
15922
15923 \end_inset
15924
15925
15926 \end_layout
15927
15928 \end_inset
15929
15930 .
15931  Also the smallest space is inserted before the 
15932 \emph on
15933 d
15934 \emph default
15935 , as this is usual for operators.
15936  An example:
15937 \end_layout
15938
15939 \begin_layout Standard
15940 incorrect: 
15941 \begin_inset Formula $\int A(x)dx$
15942 \end_inset
15943
15944
15945 \begin_inset Newline newline
15946 \end_inset
15947
15948
15949 \begin_inset Phantom HPhantom
15950 status open
15951
15952 \begin_layout Plain Layout
15953 in
15954 \end_layout
15955
15956 \end_inset
15957
15958 correct: 
15959 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15960 \end_inset
15961
15962
15963 \end_layout
15964
15965 \begin_layout Standard
15966 The following commands exist for multiple integrals:
15967 \begin_inset VSpace medskip
15968 \end_inset
15969
15970
15971 \end_layout
15972
15973 \begin_layout Standard
15974 \begin_inset space \hfill{}
15975 \end_inset
15976
15977
15978 \begin_inset Tabular
15979 <lyxtabular version="3" rows="4" columns="2">
15980 <features booktabs="true" tabularvalignment="middle">
15981 <column alignment="center" valignment="top" width="0pt">
15982 <column alignment="center" valignment="top" width="0pt">
15983 <row>
15984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15985 \begin_inset Text
15986
15987 \begin_layout Plain Layout
15988 Command
15989 \end_layout
15990
15991 \end_inset
15992 </cell>
15993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15994 \begin_inset Text
15995
15996 \begin_layout Plain Layout
15997 Result
15998 \end_layout
15999
16000 \end_inset
16001 </cell>
16002 </row>
16003 <row bottomspace="1mm">
16004 <cell alignment="center" valignment="top" usebox="none">
16005 \begin_inset Text
16006
16007 \begin_layout Plain Layout
16008
16009 \backslash
16010 iint
16011 \end_layout
16012
16013 \end_inset
16014 </cell>
16015 <cell alignment="center" valignment="top" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Plain Layout
16019 \begin_inset Formula $\iint$
16020 \end_inset
16021
16022
16023 \end_layout
16024
16025 \end_inset
16026 </cell>
16027 </row>
16028 <row bottomspace="1mm">
16029 <cell alignment="center" valignment="top" usebox="none">
16030 \begin_inset Text
16031
16032 \begin_layout Plain Layout
16033
16034 \backslash
16035 oiint
16036 \end_layout
16037
16038 \end_inset
16039 </cell>
16040 <cell alignment="center" valignment="top" usebox="none">
16041 \begin_inset Text
16042
16043 \begin_layout Plain Layout
16044 \begin_inset Formula $\oiint$
16045 \end_inset
16046
16047
16048 \end_layout
16049
16050 \end_inset
16051 </cell>
16052 </row>
16053 <row bottomspace="1mm">
16054 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16055 \begin_inset Text
16056
16057 \begin_layout Plain Layout
16058
16059 \backslash
16060 sqiint
16061 \end_layout
16062
16063 \end_inset
16064 </cell>
16065 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16066 \begin_inset Text
16067
16068 \begin_layout Plain Layout
16069 \begin_inset Formula $\sqiint$
16070 \end_inset
16071
16072
16073 \end_layout
16074
16075 \end_inset
16076 </cell>
16077 </row>
16078 </lyxtabular>
16079
16080 \end_inset
16081
16082
16083 \begin_inset space \hfill{}
16084 \end_inset
16085
16086
16087 \begin_inset Tabular
16088 <lyxtabular version="3" rows="4" columns="2">
16089 <features booktabs="true" tabularvalignment="middle">
16090 <column alignment="center" valignment="top" width="0pt">
16091 <column alignment="center" valignment="top" width="0pt">
16092 <row>
16093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16094 \begin_inset Text
16095
16096 \begin_layout Plain Layout
16097 Command
16098 \end_layout
16099
16100 \end_inset
16101 </cell>
16102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16103 \begin_inset Text
16104
16105 \begin_layout Plain Layout
16106 Result
16107 \end_layout
16108
16109 \end_inset
16110 </cell>
16111 </row>
16112 <row bottomspace="1mm">
16113 <cell alignment="center" valignment="top" usebox="none">
16114 \begin_inset Text
16115
16116 \begin_layout Plain Layout
16117
16118 \backslash
16119 iiint
16120 \end_layout
16121
16122 \end_inset
16123 </cell>
16124 <cell alignment="center" valignment="top" usebox="none">
16125 \begin_inset Text
16126
16127 \begin_layout Plain Layout
16128 \begin_inset Formula $\iiint$
16129 \end_inset
16130
16131
16132 \end_layout
16133
16134 \end_inset
16135 </cell>
16136 </row>
16137 <row bottomspace="1mm">
16138 <cell alignment="center" valignment="top" usebox="none">
16139 \begin_inset Text
16140
16141 \begin_layout Plain Layout
16142
16143 \backslash
16144 iiiint
16145 \end_layout
16146
16147 \end_inset
16148 </cell>
16149 <cell alignment="center" valignment="top" usebox="none">
16150 \begin_inset Text
16151
16152 \begin_layout Plain Layout
16153 \begin_inset Formula $\iiiint$
16154 \end_inset
16155
16156
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 </row>
16162 <row bottomspace="1mm">
16163 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16164 \begin_inset Text
16165
16166 \begin_layout Plain Layout
16167
16168 \backslash
16169 dotsint
16170 \end_layout
16171
16172 \end_inset
16173 </cell>
16174 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16175 \begin_inset Text
16176
16177 \begin_layout Plain Layout
16178 \begin_inset Formula $\dotsint$
16179 \end_inset
16180
16181
16182 \end_layout
16183
16184 \end_inset
16185 </cell>
16186 </row>
16187 </lyxtabular>
16188
16189 \end_inset
16190
16191
16192 \begin_inset space \hfill{}
16193 \end_inset
16194
16195
16196 \end_layout
16197
16198 \begin_layout Subsection
16199 Operator Limits
16200 \begin_inset CommandInset label
16201 LatexCommand label
16202 name "subsec:Operator-Limits"
16203
16204 \end_inset
16205
16206
16207 \begin_inset Index idx
16208 status collapsed
16209
16210 \begin_layout Plain Layout
16211 Operators ! Limits
16212 \end_layout
16213
16214 \end_inset
16215
16216
16217 \end_layout
16218
16219 \begin_layout Standard
16220 Limits are created by super- and subscripts:
16221 \end_layout
16222
16223 \begin_layout Standard
16224 \align center
16225 \begin_inset Tabular
16226 <lyxtabular version="3" rows="2" columns="2">
16227 <features booktabs="true" tabularvalignment="middle">
16228 <column alignment="center" valignment="top" width="0pt">
16229 <column alignment="center" valignment="top" width="0pt">
16230 <row>
16231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16232 \begin_inset Text
16233
16234 \begin_layout Plain Layout
16235 Command
16236 \end_layout
16237
16238 \end_inset
16239 </cell>
16240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16241 \begin_inset Text
16242
16243 \begin_layout Plain Layout
16244 Result
16245 \end_layout
16246
16247 \end_inset
16248 </cell>
16249 </row>
16250 <row>
16251 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16252 \begin_inset Text
16253
16254 \begin_layout Plain Layout
16255
16256 \backslash
16257 prod^
16258 \backslash
16259 infty
16260 \begin_inset space \textvisiblespace{}
16261 \end_inset
16262
16263
16264 \begin_inset Formula $\to$
16265 \end_inset
16266
16267 _0
16268 \begin_inset Formula $\to$
16269 \end_inset
16270
16271 A(x)
16272 \end_layout
16273
16274 \end_inset
16275 </cell>
16276 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16277 \begin_inset Text
16278
16279 \begin_layout Plain Layout
16280 \begin_inset Formula $\prod_{0}^{\infty}A(x)$
16281 \end_inset
16282
16283
16284 \end_layout
16285
16286 \end_inset
16287 </cell>
16288 </row>
16289 </lyxtabular>
16290
16291 \end_inset
16292
16293
16294 \end_layout
16295
16296 \begin_layout Standard
16297 Limits of inline formulas are set on the right side of the operator.
16298  Limits in displayed formulas are set above or below the operator, except
16299  for integral limits.
16300 \end_layout
16301
16302 \begin_layout Standard
16303 To force the limits to be set beside the operator, the cursor is placed
16304  directly behind the operator and the limits type is changed with the menu
16305  
16306 \family sans
16307 Edit\SpecialChar menuseparator
16308 Math\SpecialChar menuseparator
16309 Change Limits Type
16310 \family default
16311  to 
16312 \family sans
16313 \series bold
16314 Inline
16315 \family default
16316 \series default
16317  (shortcut 
16318 \begin_inset Info
16319 type  "shortcut"
16320 arg   "math-limits"
16321 \end_inset
16322
16323 ).
16324  An example:
16325 \end_layout
16326
16327 \begin_layout Standard
16328 The default displayed formulas limits type is this:
16329 \begin_inset Formula 
16330 \[
16331 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16332 \]
16333
16334 \end_inset
16335
16336 This is how it looks when the limits type is changed to 
16337 \family sans
16338 \series bold
16339 Inline
16340 \family default
16341 \series default
16342 :
16343 \begin_inset Formula 
16344 \[
16345 \sum\nolimits_{x=0}^{\infty}\frac{1}{x^{2}}
16346 \]
16347
16348 \end_inset
16349
16350 For integrals, except those ending with 
16351 \series bold
16352 op
16353 \series default
16354  like 
16355 \series bold
16356
16357 \backslash
16358 intop
16359 \series default
16360
16361 \series bold
16362
16363 \backslash
16364 ointop
16365 \series default
16366  etc., the limits by default are set beside the operator.
16367  But for multiple integrals the limits are often set below the operator.
16368  In the following example the limits type was set to 
16369 \series bold
16370 Display
16371 \series default
16372  and so set below the integrals:
16373 \begin_inset Formula 
16374 \begin{equation}
16375 \iiint\limits_{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16376 \end{equation}
16377
16378 \end_inset
16379
16380
16381 \change_deleted 5863208 1612725771
16382
16383 \begin_inset Note Note
16384 status open
16385
16386 \begin_layout Plain Layout
16387
16388 \change_inserted 232239728 1611193306
16389 This integral did not have its limits set to Display in the original document
16390 \change_unchanged
16391
16392 \end_layout
16393
16394 \end_inset
16395
16396
16397 \change_unchanged
16398
16399 \end_layout
16400
16401 \begin_layout Standard
16402 \begin_inset VSpace medskip
16403 \end_inset
16404
16405 To specify conditions for limits, the commands 
16406 \series bold
16407
16408 \backslash
16409 subarray
16410 \series default
16411
16412 \begin_inset Index idx
16413 status collapsed
16414
16415 \begin_layout Plain Layout
16416 Commands ! S ! 
16417 \backslash
16418 subarray
16419 \end_layout
16420
16421 \end_inset
16422
16423  and 
16424 \series bold
16425
16426 \backslash
16427 substack
16428 \series default
16429
16430 \begin_inset Index idx
16431 status collapsed
16432
16433 \begin_layout Plain Layout
16434 Commands ! S ! 
16435 \backslash
16436 substack
16437 \end_layout
16438
16439 \end_inset
16440
16441  are used.
16442  To create this expression 
16443 \begin_inset Formula 
16444 \begin{equation}
16445 \sum_{\begin{subarray}{c}
16446 0<k<1000\\
16447 \\
16448 k\,\in\,\mathbb{N}
16449 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16450 \end{equation}
16451
16452 \end_inset
16453
16454
16455 \end_layout
16456
16457 \begin_layout Standard
16458 the following must be done:
16459 \begin_inset Newline newline
16460 \end_inset
16461
16462 First the command 
16463 \series bold
16464
16465 \backslash
16466 sum
16467 \series default
16468 ^
16469 \series bold
16470 n
16471 \begin_inset space \textvisiblespace{}
16472 \end_inset
16473
16474 _
16475 \series default
16476  is typed in.
16477  The cursor is now in a blue box under the summation operator.
16478  Insert the command 
16479 \series bold
16480
16481 \backslash
16482 subarray
16483 \begin_inset space \textvisiblespace{}
16484 \end_inset
16485
16486
16487 \series default
16488 .
16489  The blue box is now within a purple box and now multiple limit lines can
16490  be written.
16491  A new line is created by inserting a line break (
16492 \begin_inset Info
16493 type  "shortcut"
16494 arg   "newline-insert newline"
16495 \end_inset
16496
16497 ).
16498  When 
16499 \begin_inset Newline newline
16500 \end_inset
16501
16502
16503 \series bold
16504 0<k<1000 Ctrl+Return
16505 \begin_inset Newline newline
16506 \end_inset
16507
16508
16509 \series default
16510 is typed in, a new box appears below for the new limit line.
16511 \end_layout
16512
16513 \begin_layout Standard
16514 The alignment of the lines can be changed to left aligned with the 
16515 \family sans
16516 table
16517 \family default
16518  
16519 \family sans
16520 toolbar
16521 \family default
16522  or the menu 
16523 \family sans
16524 Edit\SpecialChar menuseparator
16525 Rows &Columns
16526 \family default
16527 .
16528  To get right alignment, 
16529 \series bold
16530
16531 \backslash
16532 hfill
16533 \begin_inset space \textvisiblespace{}
16534 \end_inset
16535
16536
16537 \series default
16538  is inserted at the beginning of the line.
16539 \end_layout
16540
16541 \begin_layout Standard
16542 The command 
16543 \series bold
16544
16545 \backslash
16546 substack
16547 \series default
16548  is equivalent to 
16549 \series bold
16550
16551 \backslash
16552 subarray
16553 \series default
16554  with the difference that the lines are always centered.
16555 \end_layout
16556
16557 \begin_layout Standard
16558 \begin_inset VSpace bigskip
16559 \end_inset
16560
16561 As in formula 
16562 \begin_inset CommandInset ref
16563 LatexCommand eqref
16564 reference "eq:substack"
16565
16566 \end_inset
16567
16568  there can be too much space beside an operator.
16569  This occurs because the characters following the operator are set beside
16570  the limits.
16571  To avoid this the command 
16572 \series bold
16573
16574 \backslash
16575 smashoperator
16576 \series default
16577
16578 \begin_inset Index idx
16579 status collapsed
16580
16581 \begin_layout Plain Layout
16582 Commands ! S ! 
16583 \backslash
16584 smashoperator
16585 \end_layout
16586
16587 \end_inset
16588
16589  can be used.
16590  To use it, set the package 
16591 \series bold
16592 mathtools
16593 \series default
16594
16595 \begin_inset Index idx
16596 status collapsed
16597
16598 \begin_layout Plain Layout
16599 Packages ! mathtools
16600 \end_layout
16601
16602 \end_inset
16603
16604  in the document settings under 
16605 \family sans
16606 Math
16607 \begin_inset space ~
16608 \end_inset
16609
16610 Options
16611 \family default
16612  to 
16613 \family sans
16614 Load
16615 \begin_inset space ~
16616 \end_inset
16617
16618 always
16619 \family default
16620 .
16621  
16622 \series bold
16623
16624 \backslash
16625 smashoperator
16626 \series default
16627  sets the space besides the operator to 0
16628 \begin_inset space \thinspace{}
16629 \end_inset
16630
16631 pt.
16632 \begin_inset Newline newline
16633 \end_inset
16634
16635 Applied on formula 
16636 \begin_inset CommandInset ref
16637 LatexCommand eqref
16638 reference "eq:substack"
16639
16640 \end_inset
16641
16642 , one uses the command
16643 \end_layout
16644
16645 \begin_layout Standard
16646
16647 \series bold
16648
16649 \backslash
16650 smashoperator{
16651 \end_layout
16652
16653 \begin_layout Standard
16654 and inserts the operator with its limits into the braces.
16655  Behind the brace one continues the formula:
16656 \begin_inset Formula 
16657 \[
16658 \smashoperator{\sum_{\begin{subarray}{c}
16659 0<k<1000\\
16660 \\
16661 k\,\in\,\mathbb{N}
16662 \end{subarray}}^{n}}k^{-2}
16663 \]
16664
16665 \end_inset
16666
16667
16668 \end_layout
16669
16670 \begin_layout Standard
16671 It is possible to set the space of only one side of the operator to 0
16672 \begin_inset space \thinspace{}
16673 \end_inset
16674
16675 pt.
16676  To do this write either 
16677 \series bold
16678 [l]
16679 \series default
16680  or 
16681 \series bold
16682 [r]
16683 \series default
16684  between 
16685 \series bold
16686
16687 \backslash
16688 smashoperator
16689 \series default
16690  and its brace.
16691  
16692 \series bold
16693 l
16694 \series default
16695  stands for the left and 
16696 \series bold
16697 r
16698 \series default
16699  for the right side of the operator.
16700  Here is an example of the possible 
16701 \series bold
16702
16703 \backslash
16704 smashoperator
16705 \series default
16706  forms:
16707 \end_layout
16708
16709 \begin_layout Standard
16710 \begin_inset Formula 
16711 \[
16712 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}
16713 \]
16714
16715 \end_inset
16716
16717
16718 \end_layout
16719
16720 \begin_layout Standard
16721 \begin_inset VSpace bigskip
16722 \end_inset
16723
16724
16725 \end_layout
16726
16727 \begin_layout Standard
16728 When several consecutive operators have limits the typesetting of the limits
16729  looks often imperfect in the output, for example:
16730 \begin_inset Formula 
16731 \[
16732 \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}
16733 \]
16734
16735 \end_inset
16736
16737 To improve the typesetting, in the document settings under 
16738 \family sans
16739 Math
16740 \begin_inset space ~
16741 \end_inset
16742
16743 Options
16744 \family default
16745  for the package 
16746 \series bold
16747 mathtools
16748 \series default
16749
16750 \begin_inset Index idx
16751 status collapsed
16752
16753 \begin_layout Plain Layout
16754 Packages ! mathtools
16755 \end_layout
16756
16757 \end_inset
16758
16759 , set the option to
16760 \family sans
16761  Load
16762 \begin_inset space ~
16763 \end_inset
16764
16765 always
16766 \family default
16767 .
16768  Then insert the command 
16769 \series bold
16770
16771 \backslash
16772 adjustlimits
16773 \series default
16774
16775 \begin_inset Index idx
16776 status collapsed
16777
16778 \begin_layout Plain Layout
16779 Commands ! A ! 
16780 \backslash
16781 adjustlimits
16782 \end_layout
16783
16784 \end_inset
16785
16786  directly before the first operator.
16787  The example will then look like this:
16788 \begin_inset Formula 
16789 \[
16790 \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}
16791 \]
16792
16793 \end_inset
16794
16795
16796 \end_layout
16797
16798 \begin_layout Standard
16799 \begin_inset VSpace bigskip
16800 \end_inset
16801
16802 How to use one limit for several operators is described in 
16803 \begin_inset CommandInset ref
16804 LatexCommand ref
16805 reference "subsec:Self-defined-Operators"
16806
16807 \end_inset
16808
16809 .
16810 \end_layout
16811
16812 \begin_layout Subsection
16813 Decoration for Operators
16814 \begin_inset Index idx
16815 status collapsed
16816
16817 \begin_layout Plain Layout
16818 Operators ! Decoration
16819 \end_layout
16820
16821 \end_inset
16822
16823
16824 \end_layout
16825
16826 \begin_layout Standard
16827 With the commands 
16828 \series bold
16829
16830 \backslash
16831 overset
16832 \series default
16833
16834 \begin_inset Index idx
16835 status collapsed
16836
16837 \begin_layout Plain Layout
16838 Commands ! O ! 
16839 \backslash
16840 overset
16841 \end_layout
16842
16843 \end_inset
16844
16845  and 
16846 \series bold
16847
16848 \backslash
16849 underset
16850 \series default
16851
16852 \begin_inset Index idx
16853 status collapsed
16854
16855 \begin_layout Plain Layout
16856 Commands ! U ! 
16857 \backslash
16858 underset
16859 \end_layout
16860
16861 \end_inset
16862
16863  characters can be placed above or below an operator respectively.
16864  With the command 
16865 \series bold
16866
16867 \backslash
16868 sideset
16869 \series default
16870
16871 \begin_inset Index idx
16872 status collapsed
16873
16874 \begin_layout Plain Layout
16875 Commands ! S ! 
16876 \backslash
16877 sideset
16878 \end_layout
16879
16880 \end_inset
16881
16882  characters can be set before and behind a big operator.
16883 \end_layout
16884
16885 \begin_layout Standard
16886 There are 4
16887 \begin_inset space ~
16888 \end_inset
16889
16890 variants of 
16891 \series bold
16892
16893 \backslash
16894 sideset
16895 \series default
16896 :
16897 \end_layout
16898
16899 \begin_layout Itemize
16900
16901 \series bold
16902
16903 \backslash
16904 sideset
16905 \series default
16906  is used to set characters at the corners of the operator
16907 \end_layout
16908
16909 \begin_layout Itemize
16910
16911 \series bold
16912
16913 \backslash
16914 sidesetn
16915 \series default
16916  is used to set characters before and/or behind the operator (this variant
16917  represents \SpecialChar LaTeX
16918 's original 
16919 \series bold
16920
16921 \backslash
16922 sideset
16923 \series default
16924  command)
16925 \end_layout
16926
16927 \begin_layout Itemize
16928
16929 \series bold
16930
16931 \backslash
16932 sidesetl
16933 \series default
16934  is used to set characters at the left corners and/or behind the operator
16935 \end_layout
16936
16937 \begin_layout Itemize
16938
16939 \series bold
16940
16941 \backslash
16942 sidesetr
16943 \series default
16944  is used to set characters at the right corners and/or before the operator
16945 \end_layout
16946
16947 \begin_layout Standard
16948 For example the command 
16949 \series bold
16950
16951 \backslash
16952 sidesetn
16953 \begin_inset space \textvisiblespace{}
16954 \end_inset
16955
16956
16957 \backslash
16958 sum
16959 \begin_inset space \textvisiblespace{}
16960 \end_inset
16961
16962
16963 \begin_inset Formula $\to$
16964 \end_inset
16965
16966 '
16967 \begin_inset Formula $\to$
16968 \end_inset
16969
16970 _k=1
16971 \begin_inset space \textvisiblespace{}
16972 \end_inset
16973
16974
16975 \series default
16976 ^
16977 \series bold
16978 n
16979 \series default
16980  produces:
16981 \begin_inset Formula 
16982 \[
16983 \sideset{}{'}\sum_{k=1}^{n}
16984 \]
16985
16986 \end_inset
16987
16988
16989 \end_layout
16990
16991 \begin_layout Standard
16992 \begin_inset Note Greyedout
16993 status open
16994
16995 \begin_layout Plain Layout
16996
16997 \series bold
16998 Note: 
16999 \backslash
17000 sideset
17001 \series default
17002  can only be used to decorate big operators, binary operators are not allowed.
17003 \end_layout
17004
17005 \end_inset
17006
17007
17008 \end_layout
17009
17010 \begin_layout Standard
17011
17012 \series bold
17013
17014 \backslash
17015 overset
17016 \series default
17017  and 
17018 \series bold
17019
17020 \backslash
17021 underset
17022 \series default
17023  can also be used to decorate symbols and characters.
17024  For example, the command 
17025 \series bold
17026
17027 \backslash
17028 overset
17029 \begin_inset space \textvisiblespace{}
17030 \end_inset
17031
17032
17033 \backslash
17034 maltese
17035 \begin_inset space \textvisiblespace{}
17036 \end_inset
17037
17038
17039 \series default
17040
17041 \begin_inset Formula $\uparrow$
17042 \end_inset
17043
17044
17045 \series bold
17046 a
17047 \series default
17048  produces:
17049 \begin_inset Formula 
17050 \[
17051 \overset{a}{\maltese}
17052 \]
17053
17054 \end_inset
17055
17056
17057 \end_layout
17058
17059 \begin_layout Subsection
17060 Binary Operators
17061 \begin_inset CommandInset label
17062 LatexCommand label
17063 name "subsec:Binary-Operators"
17064
17065 \end_inset
17066
17067
17068 \begin_inset Index idx
17069 status collapsed
17070
17071 \begin_layout Plain Layout
17072 Operators ! binary
17073 \end_layout
17074
17075 \end_inset
17076
17077
17078 \end_layout
17079
17080 \begin_layout Standard
17081 Binary operators are surrounded by space when there is a character before
17082  and after them.
17083 \begin_inset VSpace medskip
17084 \end_inset
17085
17086
17087 \end_layout
17088
17089 \begin_layout Standard
17090 \begin_inset Tabular
17091 <lyxtabular version="3" rows="13" columns="2">
17092 <features booktabs="true" tabularvalignment="middle">
17093 <column alignment="center" valignment="top" width="0pt">
17094 <column alignment="center" valignment="top" width="0pt">
17095 <row>
17096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Plain Layout
17100 Command
17101 \begin_inset Note Note
17102 status collapsed
17103
17104 \begin_layout Plain Layout
17105
17106 \series bold
17107
17108 \backslash
17109 raisebox
17110 \series default
17111  is only used as spacer.
17112 \end_layout
17113
17114 \end_inset
17115
17116
17117 \end_layout
17118
17119 \end_inset
17120 </cell>
17121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17122 \begin_inset Text
17123
17124 \begin_layout Plain Layout
17125 Result
17126 \end_layout
17127
17128 \end_inset
17129 </cell>
17130 </row>
17131 <row>
17132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17133 \begin_inset Text
17134
17135 \begin_layout Plain Layout
17136 +
17137 \end_layout
17138
17139 \end_inset
17140 </cell>
17141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17142 \begin_inset Text
17143
17144 \begin_layout Plain Layout
17145 \begin_inset Formula $+$
17146 \end_inset
17147
17148
17149 \end_layout
17150
17151 \end_inset
17152 </cell>
17153 </row>
17154 <row>
17155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17156 \begin_inset Text
17157
17158 \begin_layout Plain Layout
17159 -
17160 \end_layout
17161
17162 \end_inset
17163 </cell>
17164 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17165 \begin_inset Text
17166
17167 \begin_layout Plain Layout
17168 \begin_inset Formula $-$
17169 \end_inset
17170
17171
17172 \end_layout
17173
17174 \end_inset
17175 </cell>
17176 </row>
17177 <row>
17178 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17179 \begin_inset Text
17180
17181 \begin_layout Plain Layout
17182
17183 \backslash
17184 pm
17185 \end_layout
17186
17187 \end_inset
17188 </cell>
17189 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17190 \begin_inset Text
17191
17192 \begin_layout Plain Layout
17193 \begin_inset Formula $\pm$
17194 \end_inset
17195
17196
17197 \end_layout
17198
17199 \end_inset
17200 </cell>
17201 </row>
17202 <row>
17203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17204 \begin_inset Text
17205
17206 \begin_layout Plain Layout
17207
17208 \backslash
17209 mp
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 $\mp$
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 cdot
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 $\cdot$
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 times
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 $\times$
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 div
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 $\div$
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 \begin_inset ERT
17308 status collapsed
17309
17310 \begin_layout Plain Layout
17311
17312
17313 \backslash
17314 raisebox{-1.2mm}{
17315 \end_layout
17316
17317 \end_inset
17318
17319 *
17320 \begin_inset ERT
17321 status collapsed
17322
17323 \begin_layout Plain Layout
17324
17325 }
17326 \end_layout
17327
17328 \end_inset
17329
17330
17331 \end_layout
17332
17333 \end_inset
17334 </cell>
17335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17336 \begin_inset Text
17337
17338 \begin_layout Plain Layout
17339 \begin_inset Formula $*$
17340 \end_inset
17341
17342
17343 \end_layout
17344
17345 \end_inset
17346 </cell>
17347 </row>
17348 <row>
17349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17350 \begin_inset Text
17351
17352 \begin_layout Plain Layout
17353
17354 \backslash
17355 star
17356 \end_layout
17357
17358 \end_inset
17359 </cell>
17360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17361 \begin_inset Text
17362
17363 \begin_layout Plain Layout
17364 \begin_inset Formula $\star$
17365 \end_inset
17366
17367
17368 \end_layout
17369
17370 \end_inset
17371 </cell>
17372 </row>
17373 <row>
17374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17375 \begin_inset Text
17376
17377 \begin_layout Plain Layout
17378
17379 \backslash
17380 circ
17381 \end_layout
17382
17383 \end_inset
17384 </cell>
17385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17386 \begin_inset Text
17387
17388 \begin_layout Plain Layout
17389 \begin_inset Formula $\circ$
17390 \end_inset
17391
17392
17393 \end_layout
17394
17395 \end_inset
17396 </cell>
17397 </row>
17398 <row>
17399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17400 \begin_inset Text
17401
17402 \begin_layout Plain Layout
17403
17404 \backslash
17405 diamond
17406 \end_layout
17407
17408 \end_inset
17409 </cell>
17410 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17411 \begin_inset Text
17412
17413 \begin_layout Plain Layout
17414 \begin_inset Formula $\diamond$
17415 \end_inset
17416
17417
17418 \end_layout
17419
17420 \end_inset
17421 </cell>
17422 </row>
17423 <row>
17424 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17425 \begin_inset Text
17426
17427 \begin_layout Plain Layout
17428
17429 \backslash
17430 bullet
17431 \end_layout
17432
17433 \end_inset
17434 </cell>
17435 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17436 \begin_inset Text
17437
17438 \begin_layout Plain Layout
17439 \begin_inset Formula $\bullet$
17440 \end_inset
17441
17442
17443 \end_layout
17444
17445 \end_inset
17446 </cell>
17447 </row>
17448 </lyxtabular>
17449
17450 \end_inset
17451
17452
17453 \begin_inset space \hfill{}
17454 \end_inset
17455
17456
17457 \begin_inset Tabular
17458 <lyxtabular version="3" rows="13" columns="2">
17459 <features booktabs="true" tabularvalignment="middle">
17460 <column alignment="center" valignment="top" width="0pt">
17461 <column alignment="center" valignment="top" width="0pt">
17462 <row>
17463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17464 \begin_inset Text
17465
17466 \begin_layout Plain Layout
17467 Command
17468 \end_layout
17469
17470 \end_inset
17471 </cell>
17472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17473 \begin_inset Text
17474
17475 \begin_layout Plain Layout
17476 Result
17477 \end_layout
17478
17479 \end_inset
17480 </cell>
17481 </row>
17482 <row>
17483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17484 \begin_inset Text
17485
17486 \begin_layout Plain Layout
17487
17488 \backslash
17489 nabla
17490 \end_layout
17491
17492 \end_inset
17493 </cell>
17494 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17495 \begin_inset Text
17496
17497 \begin_layout Plain Layout
17498 \begin_inset Formula $\nabla$
17499 \end_inset
17500
17501
17502 \end_layout
17503
17504 \end_inset
17505 </cell>
17506 </row>
17507 <row>
17508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17509 \begin_inset Text
17510
17511 \begin_layout Plain Layout
17512
17513 \backslash
17514 bigtriangledown
17515 \end_layout
17516
17517 \end_inset
17518 </cell>
17519 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17520 \begin_inset Text
17521
17522 \begin_layout Plain Layout
17523 \begin_inset Formula $\bigtriangledown$
17524 \end_inset
17525
17526
17527 \end_layout
17528
17529 \end_inset
17530 </cell>
17531 </row>
17532 <row>
17533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17534 \begin_inset Text
17535
17536 \begin_layout Plain Layout
17537
17538 \backslash
17539 bigtriangleup
17540 \end_layout
17541
17542 \end_inset
17543 </cell>
17544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17545 \begin_inset Text
17546
17547 \begin_layout Plain Layout
17548 \begin_inset Formula $\bigtriangleup$
17549 \end_inset
17550
17551
17552 \end_layout
17553
17554 \end_inset
17555 </cell>
17556 </row>
17557 <row>
17558 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17559 \begin_inset Text
17560
17561 \begin_layout Plain Layout
17562
17563 \backslash
17564 Box
17565 \end_layout
17566
17567 \end_inset
17568 </cell>
17569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17570 \begin_inset Text
17571
17572 \begin_layout Plain Layout
17573 \begin_inset Formula $\Box$
17574 \end_inset
17575
17576
17577 \end_layout
17578
17579 \end_inset
17580 </cell>
17581 </row>
17582 <row>
17583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17584 \begin_inset Text
17585
17586 \begin_layout Plain Layout
17587
17588 \backslash
17589 cap 
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 $\cap$
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 cup
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 $\cup$
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 dagger
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 $\dagger$
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 ddagger
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 $\ddagger$
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 wr
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 $\wr$
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 bigcirc
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 $\bigcirc$
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 wedge
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 $\wedge$
17749 \end_inset
17750
17751
17752 \end_layout
17753
17754 \end_inset
17755 </cell>
17756 </row>
17757 <row>
17758 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17759 \begin_inset Text
17760
17761 \begin_layout Plain Layout
17762
17763 \backslash
17764 vee
17765 \end_layout
17766
17767 \end_inset
17768 </cell>
17769 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17770 \begin_inset Text
17771
17772 \begin_layout Plain Layout
17773 \begin_inset Formula $\vee$
17774 \end_inset
17775
17776
17777 \end_layout
17778
17779 \end_inset
17780 </cell>
17781 </row>
17782 </lyxtabular>
17783
17784 \end_inset
17785
17786
17787 \begin_inset space \hfill{}
17788 \end_inset
17789
17790
17791 \begin_inset Tabular
17792 <lyxtabular version="3" rows="13" columns="2">
17793 <features booktabs="true" tabularvalignment="middle">
17794 <column alignment="center" valignment="top" width="0pt">
17795 <column alignment="center" valignment="top" width="0pt">
17796 <row>
17797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17798 \begin_inset Text
17799
17800 \begin_layout Plain Layout
17801 Command
17802 \end_layout
17803
17804 \end_inset
17805 </cell>
17806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17807 \begin_inset Text
17808
17809 \begin_layout Plain Layout
17810 Result
17811 \end_layout
17812
17813 \end_inset
17814 </cell>
17815 </row>
17816 <row>
17817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17818 \begin_inset Text
17819
17820 \begin_layout Plain Layout
17821
17822 \backslash
17823 oplus
17824 \end_layout
17825
17826 \end_inset
17827 </cell>
17828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17829 \begin_inset Text
17830
17831 \begin_layout Plain Layout
17832 \begin_inset Formula $\oplus$
17833 \end_inset
17834
17835
17836 \end_layout
17837
17838 \end_inset
17839 </cell>
17840 </row>
17841 <row>
17842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17843 \begin_inset Text
17844
17845 \begin_layout Plain Layout
17846
17847 \backslash
17848 ominus
17849 \end_layout
17850
17851 \end_inset
17852 </cell>
17853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17854 \begin_inset Text
17855
17856 \begin_layout Plain Layout
17857 \begin_inset Formula $\ominus$
17858 \end_inset
17859
17860
17861 \end_layout
17862
17863 \end_inset
17864 </cell>
17865 </row>
17866 <row>
17867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17868 \begin_inset Text
17869
17870 \begin_layout Plain Layout
17871
17872 \backslash
17873 otimes
17874 \end_layout
17875
17876 \end_inset
17877 </cell>
17878 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17879 \begin_inset Text
17880
17881 \begin_layout Plain Layout
17882 \begin_inset Formula $\otimes$
17883 \end_inset
17884
17885
17886 \end_layout
17887
17888 \end_inset
17889 </cell>
17890 </row>
17891 <row>
17892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17893 \begin_inset Text
17894
17895 \begin_layout Plain Layout
17896
17897 \backslash
17898 oslash
17899 \end_layout
17900
17901 \end_inset
17902 </cell>
17903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17904 \begin_inset Text
17905
17906 \begin_layout Plain Layout
17907 \begin_inset Formula $\oslash$
17908 \end_inset
17909
17910
17911 \end_layout
17912
17913 \end_inset
17914 </cell>
17915 </row>
17916 <row>
17917 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17918 \begin_inset Text
17919
17920 \begin_layout Plain Layout
17921
17922 \backslash
17923 odot
17924 \end_layout
17925
17926 \end_inset
17927 </cell>
17928 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17929 \begin_inset Text
17930
17931 \begin_layout Plain Layout
17932 \begin_inset Formula $\odot$
17933 \end_inset
17934
17935
17936 \end_layout
17937
17938 \end_inset
17939 </cell>
17940 </row>
17941 <row>
17942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17943 \begin_inset Text
17944
17945 \begin_layout Plain Layout
17946
17947 \backslash
17948 amalg
17949 \end_layout
17950
17951 \end_inset
17952 </cell>
17953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17954 \begin_inset Text
17955
17956 \begin_layout Plain Layout
17957 \begin_inset Formula $\amalg$
17958 \end_inset
17959
17960
17961 \end_layout
17962
17963 \end_inset
17964 </cell>
17965 </row>
17966 <row>
17967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17968 \begin_inset Text
17969
17970 \begin_layout Plain Layout
17971
17972 \backslash
17973 uplus
17974 \end_layout
17975
17976 \end_inset
17977 </cell>
17978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17979 \begin_inset Text
17980
17981 \begin_layout Plain Layout
17982 \begin_inset Formula $\uplus$
17983 \end_inset
17984
17985
17986 \end_layout
17987
17988 \end_inset
17989 </cell>
17990 </row>
17991 <row>
17992 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17993 \begin_inset Text
17994
17995 \begin_layout Plain Layout
17996
17997 \backslash
17998 setminus
17999 \end_layout
18000
18001 \end_inset
18002 </cell>
18003 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18004 \begin_inset Text
18005
18006 \begin_layout Plain Layout
18007 \begin_inset Formula $\setminus$
18008 \end_inset
18009
18010
18011 \end_layout
18012
18013 \end_inset
18014 </cell>
18015 </row>
18016 <row>
18017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18018 \begin_inset Text
18019
18020 \begin_layout Plain Layout
18021
18022 \backslash
18023 sqcap
18024 \end_layout
18025
18026 \end_inset
18027 </cell>
18028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18029 \begin_inset Text
18030
18031 \begin_layout Plain Layout
18032 \begin_inset Formula $\sqcap$
18033 \end_inset
18034
18035
18036 \end_layout
18037
18038 \end_inset
18039 </cell>
18040 </row>
18041 <row>
18042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18043 \begin_inset Text
18044
18045 \begin_layout Plain Layout
18046
18047 \backslash
18048 sqcup
18049 \end_layout
18050
18051 \end_inset
18052 </cell>
18053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18054 \begin_inset Text
18055
18056 \begin_layout Plain Layout
18057 \begin_inset Formula $\sqcup$
18058 \end_inset
18059
18060
18061 \end_layout
18062
18063 \end_inset
18064 </cell>
18065 </row>
18066 <row>
18067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18068 \begin_inset Text
18069
18070 \begin_layout Plain Layout
18071
18072 \backslash
18073 triangleleft
18074 \end_layout
18075
18076 \end_inset
18077 </cell>
18078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18079 \begin_inset Text
18080
18081 \begin_layout Plain Layout
18082 \begin_inset Formula $\triangleleft$
18083 \end_inset
18084
18085
18086 \end_layout
18087
18088 \end_inset
18089 </cell>
18090 </row>
18091 <row>
18092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18093 \begin_inset Text
18094
18095 \begin_layout Plain Layout
18096
18097 \backslash
18098 triangleright
18099 \end_layout
18100
18101 \end_inset
18102 </cell>
18103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18104 \begin_inset Text
18105
18106 \begin_layout Plain Layout
18107 \begin_inset Formula $\triangleright$
18108 \end_inset
18109
18110
18111 \end_layout
18112
18113 \end_inset
18114 </cell>
18115 </row>
18116 </lyxtabular>
18117
18118 \end_inset
18119
18120
18121 \end_layout
18122
18123 \begin_layout Standard
18124 All binary operators can also be inserted via the math toolbar button 
18125 \begin_inset Info
18126 type  "icon"
18127 arg   "math-insert \\pm"
18128 \end_inset
18129
18130 .
18131 \end_layout
18132
18133 \begin_layout Standard
18134 To typeset the Laplace operator, 
18135 \series bold
18136
18137 \backslash
18138 Delta
18139 \series default
18140  or 
18141 \series bold
18142
18143 \backslash
18144 nabla
18145 \series default
18146 ^
18147 \series bold
18148 2
18149 \series default
18150  (
18151 \begin_inset Formula $\nabla^{2}$
18152 \end_inset
18153
18154 ) can also be used instead of 
18155 \series bold
18156
18157 \backslash
18158 bigtriangleup
18159 \series default
18160 .
18161 \end_layout
18162
18163 \begin_layout Standard
18164 The character 
18165 \family sans
18166 Menu Separator
18167 \family default
18168  from the menu 
18169 \family sans
18170 Insert\SpecialChar menuseparator
18171 Special Character
18172 \family default
18173  is the operator 
18174 \series bold
18175
18176 \backslash
18177 triangleright
18178 \series default
18179 .
18180 \end_layout
18181
18182 \begin_layout Subsection
18183 Self-defined Operators
18184 \begin_inset CommandInset label
18185 LatexCommand label
18186 name "subsec:Self-defined-Operators"
18187
18188 \end_inset
18189
18190
18191 \begin_inset Index idx
18192 status collapsed
18193
18194 \begin_layout Plain Layout
18195 Operators ! self-defined
18196 \end_layout
18197
18198 \end_inset
18199
18200
18201 \end_layout
18202
18203 \begin_layout Standard
18204 With the help of the command 
18205 \series bold
18206
18207 \backslash
18208 DeclareMathOperator
18209 \series default
18210
18211 \begin_inset Index idx
18212 status collapsed
18213
18214 \begin_layout Plain Layout
18215 Commands ! D ! 
18216 \backslash
18217 dbinom@
18218 \backslash
18219 DeclareMathOperator
18220 \end_layout
18221
18222 \end_inset
18223
18224 , custom operators can be defined in the \SpecialChar LaTeX
18225 -preamble.
18226  Its command scheme is:
18227 \end_layout
18228
18229 \begin_layout Standard
18230
18231 \series bold
18232
18233 \backslash
18234 DeclareMathOperator{new command}{display}
18235 \end_layout
18236
18237 \begin_layout Standard
18238 Display can be characters or symbols that define how the operator looks
18239  in the output.
18240  To define a big operator a * is set behind the command.
18241  All self-defined big operators can have limits as described in 
18242 \begin_inset CommandInset ref
18243 LatexCommand ref
18244 reference "subsec:Operator-Limits"
18245
18246 \end_inset
18247
18248 .
18249 \end_layout
18250
18251 \begin_layout Standard
18252 For example the \SpecialChar LaTeX
18253 -preamble line
18254 \end_layout
18255
18256 \begin_layout Standard
18257
18258 \series bold
18259
18260 \backslash
18261 DeclareMathOperator*{
18262 \backslash
18263 Lozenge}{
18264 \backslash
18265 blacklozenge}
18266 \end_layout
18267
18268 \begin_layout Standard
18269 defines the command 
18270 \series bold
18271
18272 \backslash
18273 Lozenge
18274 \series default
18275 , that inserts a big operator consisting of the black lozenge symbol from
18276  
18277 \begin_inset CommandInset ref
18278 LatexCommand ref
18279 reference "subsec:Miscellaneous-Symbols"
18280
18281 \end_inset
18282
18283 :
18284 \begin_inset Formula 
18285 \[
18286 \Lozenge_{n=1}^{\infty}
18287 \]
18288
18289 \end_inset
18290
18291 The command for this formula is: 
18292 \series bold
18293
18294 \backslash
18295 Lozenge
18296 \series default
18297 ^
18298 \series bold
18299
18300 \backslash
18301 infty
18302 \begin_inset Formula $\to$
18303 \end_inset
18304
18305 _n=1
18306 \end_layout
18307
18308 \begin_layout Standard
18309 \begin_inset VSpace bigskip
18310 \end_inset
18311
18312 When self-defined operators are not used several times in the document,
18313  they can also be defined with the commands 
18314 \series bold
18315
18316 \backslash
18317 mathop
18318 \series default
18319
18320 \begin_inset Index idx
18321 status collapsed
18322
18323 \begin_layout Plain Layout
18324 Commands ! M ! 
18325 \backslash
18326 mathop
18327 \end_layout
18328
18329 \end_inset
18330
18331  and 
18332 \series bold
18333
18334 \backslash
18335 mathbin
18336 \series default
18337
18338 \begin_inset Index idx
18339 status collapsed
18340
18341 \begin_layout Plain Layout
18342 Commands ! M ! 
18343 \backslash
18344 mathbin
18345 \end_layout
18346
18347 \end_inset
18348
18349 , which have the following scheme:
18350 \end_layout
18351
18352 \begin_layout Standard
18353
18354 \series bold
18355
18356 \backslash
18357 mathop{display}
18358 \series default
18359  and 
18360 \series bold
18361
18362 \backslash
18363 mathbin{display}
18364 \end_layout
18365
18366 \begin_layout Standard
18367
18368 \series bold
18369
18370 \backslash
18371 mathop
18372 \series default
18373  defines big operators, 
18374 \series bold
18375
18376 \backslash
18377 mathbin
18378 \series default
18379  binary operators.
18380 \end_layout
18381
18382 \begin_layout Standard
18383
18384 \series bold
18385
18386 \backslash
18387 mathop
18388 \series default
18389  can be used to use one limit for several operators:
18390 \end_layout
18391
18392 \begin_layout Standard
18393 \begin_inset Formula 
18394 \[
18395 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18396 \]
18397
18398 \end_inset
18399
18400
18401 \end_layout
18402
18403 \begin_layout Standard
18404 The command for the formula above is:
18405 \begin_inset Newline newline
18406 \end_inset
18407
18408
18409 \series bold
18410
18411 \backslash
18412 mathop{
18413 \backslash
18414 sum
18415 \backslash
18416 negmedspace
18417 \backslash
18418 sum
18419 \series default
18420
18421 \begin_inset space \textvisiblespace{}
18422 \end_inset
18423
18424
18425 \series bold
18426
18427 \begin_inset Formula $\to$
18428 \end_inset
18429
18430 ^N
18431 \series default
18432
18433 \begin_inset space \textvisiblespace{}
18434 \end_inset
18435
18436
18437 \series bold
18438 _i,j=1
18439 \end_layout
18440
18441 \begin_layout Section
18442 Fonts
18443 \begin_inset Index idx
18444 status collapsed
18445
18446 \begin_layout Plain Layout
18447 Fonts
18448 \end_layout
18449
18450 \end_inset
18451
18452
18453 \end_layout
18454
18455 \begin_layout Subsection
18456 Font Styles
18457 \begin_inset CommandInset label
18458 LatexCommand label
18459 name "subsec:Font-Styles"
18460
18461 \end_inset
18462
18463
18464 \begin_inset Index idx
18465 status collapsed
18466
18467 \begin_layout Plain Layout
18468 Font ! style
18469 \end_layout
18470
18471 \end_inset
18472
18473
18474 \end_layout
18475
18476 \begin_layout Standard
18477 Latin letters in formulas can be set in one of the following font styles:
18478 \end_layout
18479
18480 \begin_layout Standard
18481 \align center
18482 \begin_inset Tabular
18483 <lyxtabular version="3" rows="6" columns="3">
18484 <features booktabs="true" tabularvalignment="middle">
18485 <column alignment="center" valignment="top" width="0pt">
18486 <column alignment="center" valignment="top">
18487 <column alignment="center" valignment="top">
18488 <row>
18489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18490 \begin_inset Text
18491
18492 \begin_layout Plain Layout
18493 Command
18494 \end_layout
18495
18496 \end_inset
18497 </cell>
18498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18499 \begin_inset Text
18500
18501 \begin_layout Plain Layout
18502 Result
18503 \end_layout
18504
18505 \end_inset
18506 </cell>
18507 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18508 \begin_inset Text
18509
18510 \begin_layout Plain Layout
18511 Shortcut
18512 \end_layout
18513
18514 \end_inset
18515 </cell>
18516 </row>
18517 <row>
18518 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18519 \begin_inset Text
18520
18521 \begin_layout Plain Layout
18522
18523 \backslash
18524 mathbb
18525 \series bold
18526
18527 \begin_inset space \textvisiblespace{}
18528 \end_inset
18529
18530
18531 \series default
18532 ABC
18533 \end_layout
18534
18535 \end_inset
18536 </cell>
18537 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18538 \begin_inset Text
18539
18540 \begin_layout Plain Layout
18541 \begin_inset Formula $\mathbb{ABC}$
18542 \end_inset
18543
18544
18545 \end_layout
18546
18547 \end_inset
18548 </cell>
18549 <cell alignment="center" valignment="top" usebox="none">
18550 \begin_inset Text
18551
18552 \begin_layout Plain Layout
18553 -
18554 \end_layout
18555
18556 \end_inset
18557 </cell>
18558 </row>
18559 <row>
18560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18561 \begin_inset Text
18562
18563 \begin_layout Plain Layout
18564
18565 \backslash
18566 mathbf
18567 \series bold
18568
18569 \begin_inset space \textvisiblespace{}
18570 \end_inset
18571
18572
18573 \series default
18574 AbC
18575 \end_layout
18576
18577 \end_inset
18578 </cell>
18579 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18580 \begin_inset Text
18581
18582 \begin_layout Plain Layout
18583 \begin_inset Formula $\mathbf{AbC}$
18584 \end_inset
18585
18586
18587 \end_layout
18588
18589 \end_inset
18590 </cell>
18591 <cell alignment="center" valignment="top" usebox="none">
18592 \begin_inset Text
18593
18594 \begin_layout Plain Layout
18595 \begin_inset Info
18596 type  "shortcut"
18597 arg   "font-bold"
18598 \end_inset
18599
18600
18601 \end_layout
18602
18603 \end_inset
18604 </cell>
18605 </row>
18606 <row>
18607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18608 \begin_inset Text
18609
18610 \begin_layout Plain Layout
18611
18612 \backslash
18613 boldsymbol
18614 \series bold
18615
18616 \begin_inset space \textvisiblespace{}
18617 \end_inset
18618
18619
18620 \series default
18621 AbC
18622 \end_layout
18623
18624 \end_inset
18625 </cell>
18626 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18627 \begin_inset Text
18628
18629 \begin_layout Plain Layout
18630 \begin_inset Formula $\boldsymbol{AbC}$
18631 \end_inset
18632
18633
18634 \end_layout
18635
18636 \end_inset
18637 </cell>
18638 <cell alignment="center" valignment="top" usebox="none">
18639 \begin_inset Text
18640
18641 \begin_layout Plain Layout
18642 \begin_inset Info
18643 type  "shortcut"
18644 arg   "font-boldsymbol"
18645 \end_inset
18646
18647
18648 \end_layout
18649
18650 \end_inset
18651 </cell>
18652 </row>
18653 <row>
18654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18655 \begin_inset Text
18656
18657 \begin_layout Plain Layout
18658
18659 \backslash
18660 mathcal
18661 \series bold
18662
18663 \begin_inset space \textvisiblespace{}
18664 \end_inset
18665
18666
18667 \series default
18668 ABC
18669 \end_layout
18670
18671 \end_inset
18672 </cell>
18673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18674 \begin_inset Text
18675
18676 \begin_layout Plain Layout
18677 \begin_inset Formula $\mathcal{ABC}$
18678 \end_inset
18679
18680
18681 \end_layout
18682
18683 \end_inset
18684 </cell>
18685 <cell alignment="center" valignment="top" usebox="none">
18686 \begin_inset Text
18687
18688 \begin_layout Plain Layout
18689 -
18690 \end_layout
18691
18692 \end_inset
18693 </cell>
18694 </row>
18695 <row>
18696 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18697 \begin_inset Text
18698
18699 \begin_layout Plain Layout
18700
18701 \backslash
18702 mathfrak
18703 \series bold
18704
18705 \begin_inset space \textvisiblespace{}
18706 \end_inset
18707
18708
18709 \series default
18710 AbC
18711 \end_layout
18712
18713 \end_inset
18714 </cell>
18715 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18716 \begin_inset Text
18717
18718 \begin_layout Plain Layout
18719 \begin_inset Formula $\mathfrak{AbC}$
18720 \end_inset
18721
18722
18723 \end_layout
18724
18725 \end_inset
18726 </cell>
18727 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18728 \begin_inset Text
18729
18730 \begin_layout Plain Layout
18731 -
18732 \end_layout
18733
18734 \end_inset
18735 </cell>
18736 </row>
18737 </lyxtabular>
18738
18739 \end_inset
18740
18741
18742 \end_layout
18743
18744 \begin_layout Standard
18745 \align center
18746 \begin_inset Tabular
18747 <lyxtabular version="3" rows="6" columns="3">
18748 <features booktabs="true" tabularvalignment="middle">
18749 <column alignment="center" valignment="top" width="0pt">
18750 <column alignment="center" valignment="top">
18751 <column alignment="center" valignment="top">
18752 <row>
18753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18754 \begin_inset Text
18755
18756 \begin_layout Plain Layout
18757 Command
18758 \end_layout
18759
18760 \end_inset
18761 </cell>
18762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18763 \begin_inset Text
18764
18765 \begin_layout Plain Layout
18766 Result
18767 \end_layout
18768
18769 \end_inset
18770 </cell>
18771 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18772 \begin_inset Text
18773
18774 \begin_layout Plain Layout
18775 Shortcut
18776 \end_layout
18777
18778 \end_inset
18779 </cell>
18780 </row>
18781 <row>
18782 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18783 \begin_inset Text
18784
18785 \begin_layout Plain Layout
18786
18787 \backslash
18788 mathit
18789 \series bold
18790
18791 \begin_inset space \textvisiblespace{}
18792 \end_inset
18793
18794
18795 \series default
18796 AbC
18797 \end_layout
18798
18799 \end_inset
18800 </cell>
18801 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18802 \begin_inset Text
18803
18804 \begin_layout Plain Layout
18805 \begin_inset Formula $\mathit{AbC}$
18806 \end_inset
18807
18808
18809 \end_layout
18810
18811 \end_inset
18812 </cell>
18813 <cell alignment="center" valignment="top" usebox="none">
18814 \begin_inset Text
18815
18816 \begin_layout Plain Layout
18817 -
18818 \end_layout
18819
18820 \end_inset
18821 </cell>
18822 </row>
18823 <row>
18824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18825 \begin_inset Text
18826
18827 \begin_layout Plain Layout
18828
18829 \backslash
18830 mathrm
18831 \series bold
18832
18833 \begin_inset space \textvisiblespace{}
18834 \end_inset
18835
18836
18837 \series default
18838 AbC
18839 \end_layout
18840
18841 \end_inset
18842 </cell>
18843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18844 \begin_inset Text
18845
18846 \begin_layout Plain Layout
18847 \begin_inset Formula $\mathrm{AbC}$
18848 \end_inset
18849
18850
18851 \end_layout
18852
18853 \end_inset
18854 </cell>
18855 <cell alignment="center" valignment="top" usebox="none">
18856 \begin_inset Text
18857
18858 \begin_layout Plain Layout
18859 \begin_inset Info
18860 type  "shortcut"
18861 arg   "font-roman"
18862 \end_inset
18863
18864
18865 \end_layout
18866
18867 \end_inset
18868 </cell>
18869 </row>
18870 <row>
18871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18872 \begin_inset Text
18873
18874 \begin_layout Plain Layout
18875
18876 \backslash
18877 mathsf
18878 \series bold
18879
18880 \begin_inset space \textvisiblespace{}
18881 \end_inset
18882
18883
18884 \series default
18885 AbC
18886 \end_layout
18887
18888 \end_inset
18889 </cell>
18890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18891 \begin_inset Text
18892
18893 \begin_layout Plain Layout
18894 \begin_inset Formula $\mathsf{AbC}$
18895 \end_inset
18896
18897
18898 \end_layout
18899
18900 \end_inset
18901 </cell>
18902 <cell alignment="center" valignment="top" usebox="none">
18903 \begin_inset Text
18904
18905 \begin_layout Plain Layout
18906 \begin_inset Info
18907 type  "shortcut"
18908 arg   "font-sans"
18909 \end_inset
18910
18911
18912 \end_layout
18913
18914 \end_inset
18915 </cell>
18916 </row>
18917 <row>
18918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18919 \begin_inset Text
18920
18921 \begin_layout Plain Layout
18922
18923 \backslash
18924 mathtt
18925 \series bold
18926
18927 \begin_inset space \textvisiblespace{}
18928 \end_inset
18929
18930
18931 \series default
18932 AbC
18933 \end_layout
18934
18935 \end_inset
18936 </cell>
18937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18938 \begin_inset Text
18939
18940 \begin_layout Plain Layout
18941 \begin_inset Formula $\mathtt{AbC}$
18942 \end_inset
18943
18944
18945 \end_layout
18946
18947 \end_inset
18948 </cell>
18949 <cell alignment="center" valignment="top" usebox="none">
18950 \begin_inset Text
18951
18952 \begin_layout Plain Layout
18953 \begin_inset Info
18954 type  "shortcut"
18955 arg   "font-typewriter"
18956 \end_inset
18957
18958
18959 \end_layout
18960
18961 \end_inset
18962 </cell>
18963 </row>
18964 <row>
18965 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18966 \begin_inset Text
18967
18968 \begin_layout Plain Layout
18969
18970 \backslash
18971 mathscr
18972 \series bold
18973
18974 \begin_inset space \textvisiblespace{}
18975 \end_inset
18976
18977
18978 \series default
18979 ABC
18980 \end_layout
18981
18982 \end_inset
18983 </cell>
18984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18985 \begin_inset Text
18986
18987 \begin_layout Plain Layout
18988 \begin_inset Formula $\mathscr{ABC}$
18989 \end_inset
18990
18991
18992 \end_layout
18993
18994 \end_inset
18995 </cell>
18996 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18997 \begin_inset Text
18998
18999 \begin_layout Plain Layout
19000 -
19001 \end_layout
19002
19003 \end_inset
19004 </cell>
19005 </row>
19006 </lyxtabular>
19007
19008 \end_inset
19009
19010
19011 \end_layout
19012
19013 \begin_layout Standard
19014 \begin_inset Note Greyedout
19015 status open
19016
19017 \begin_layout Plain Layout
19018
19019 \series bold
19020 Note:
19021 \series default
19022  The styles 
19023 \series bold
19024
19025 \backslash
19026 mathbb
19027 \series default
19028
19029 \series bold
19030
19031 \backslash
19032 mathcal
19033 \series default
19034  and 
19035 \series bold
19036
19037 \backslash
19038 mathscr
19039 \series default
19040  can only be used for big letters.
19041 \end_layout
19042
19043 \end_inset
19044
19045
19046 \end_layout
19047
19048 \begin_layout Standard
19049 The style 
19050 \series bold
19051
19052 \backslash
19053 mathnormal
19054 \series default
19055  is predefined.
19056 \end_layout
19057
19058 \begin_layout Standard
19059 The style commands also work for letters in mathematical constructs:
19060 \begin_inset Formula 
19061 \[
19062 \mathfrak{A=\frac{b}{C}}
19063 \]
19064
19065 \end_inset
19066
19067
19068 \end_layout
19069
19070 \begin_layout Standard
19071 Characters in mathematical text don't appear in a math font style but in
19072  the text font style 
19073 \series bold
19074
19075 \backslash
19076 textrm
19077 \series default
19078 .
19079  Note that their style can't be set correctly via the text style dialog.
19080  This is a known bug in \SpecialChar LyX
19081 .
19082 \begin_inset Foot
19083 status collapsed
19084
19085 \begin_layout Plain Layout
19086 \begin_inset CommandInset href
19087 LatexCommand href
19088 name "LyX-bug #4629"
19089 target "https://www.lyx.org/trac/ticket/4629"
19090 literal "false"
19091
19092 \end_inset
19093
19094
19095 \end_layout
19096
19097 \end_inset
19098
19099
19100 \end_layout
19101
19102 \begin_layout Standard
19103 Instead of the style commands, 
19104 \family sans
19105 Edit\SpecialChar menuseparator
19106 Math\SpecialChar menuseparator
19107 Text Style
19108 \family default
19109  dialog, or the toolbar button, 
19110 \begin_inset Info
19111 type  "icon"
19112 arg   "math-insert \\font"
19113 \end_inset
19114
19115  can be used.
19116 \end_layout
19117
19118 \begin_layout Subsection
19119 Bold Formulas
19120 \begin_inset CommandInset label
19121 LatexCommand label
19122 name "subsec:Bold-Formulas"
19123
19124 \end_inset
19125
19126
19127 \begin_inset Index idx
19128 status collapsed
19129
19130 \begin_layout Plain Layout
19131 Formula ! bold
19132 \end_layout
19133
19134 \end_inset
19135
19136
19137 \end_layout
19138
19139 \begin_layout Standard
19140 To make a complete formula bold, the command 
19141 \series bold
19142
19143 \backslash
19144 mathbf
19145 \series default
19146  from the previous subsection cannot be used because it doesn't work for
19147  small Greek letters.
19148  Additionally it always prints Latin letters upright, as in the following
19149  equation:
19150 \end_layout
19151
19152 \begin_layout Standard
19153 \begin_inset Formula 
19154 \[
19155 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
19156 \]
19157
19158 \end_inset
19159
19160
19161 \end_layout
19162
19163 \begin_layout Standard
19164 To display the formula correctly, the command 
19165 \series bold
19166
19167 \backslash
19168 boldsymbol
19169 \series default
19170  is used:
19171 \begin_inset Formula 
19172 \[
19173 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
19174 \]
19175
19176 \end_inset
19177
19178 It is also possible to set the formula in a 
19179 \series bold
19180 boldmath environment
19181 \series default
19182 .
19183  This environment is created by inserting the command 
19184 \series bold
19185
19186 \backslash
19187 boldmath
19188 \series default
19189
19190 \begin_inset Index idx
19191 status collapsed
19192
19193 \begin_layout Plain Layout
19194 Commands ! B ! 
19195 \backslash
19196 boldmath
19197 \end_layout
19198
19199 \end_inset
19200
19201  in \SpecialChar TeX
19202  mode.
19203  To end the environment, the command 
19204 \series bold
19205
19206 \backslash
19207 unboldmath
19208 \series default
19209
19210 \begin_inset Index idx
19211 status collapsed
19212
19213 \begin_layout Plain Layout
19214 Commands ! U ! 
19215 \backslash
19216 unboldmath
19217 \end_layout
19218
19219 \end_inset
19220
19221  is inserted in \SpecialChar TeX
19222  mode.
19223 \begin_inset ERT
19224 status collapsed
19225
19226 \begin_layout Plain Layout
19227
19228
19229 \backslash
19230 boldmath 
19231 \end_layout
19232
19233 \end_inset
19234
19235
19236 \begin_inset Formula 
19237 \[
19238 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
19239 \]
19240
19241 \end_inset
19242
19243
19244 \begin_inset ERT
19245 status collapsed
19246
19247 \begin_layout Plain Layout
19248
19249
19250 \backslash
19251 unboldmath 
19252 \end_layout
19253
19254 \end_inset
19255
19256
19257 \end_layout
19258
19259 \begin_layout Subsection
19260 Colored Formulas
19261 \begin_inset Index idx
19262 status collapsed
19263
19264 \begin_layout Plain Layout
19265 Formula ! colored
19266 \end_layout
19267
19268 \end_inset
19269
19270
19271 \end_layout
19272
19273 \begin_layout Standard
19274 Formulas can be colored like normal text: Highlight a formula or a formula
19275  part and use the 
19276 \family sans
19277 Text Style
19278 \family default
19279  dialog.
19280  Here is a formula in magenta:
19281 \begin_inset Formula 
19282 \[
19283 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19284 \]
19285
19286 \end_inset
19287
19288
19289 \end_layout
19290
19291 \begin_layout Standard
19292 You can also define your own colors as described in 
19293 \begin_inset CommandInset ref
19294 LatexCommand ref
19295 reference "subsec:Colored-Boxes"
19296
19297 \end_inset
19298
19299 .
19300  They can be used with the \SpecialChar TeX
19301  code command 
19302 \series bold
19303
19304 \backslash
19305 textcolor
19306 \series default
19307
19308 \begin_inset Index idx
19309 status collapsed
19310
19311 \begin_layout Plain Layout
19312 Commands ! T ! 
19313 \backslash
19314 textcolor
19315 \end_layout
19316
19317 \end_inset
19318
19319  in the scheme
19320 \end_layout
19321
19322 \begin_layout Standard
19323
19324 \series bold
19325
19326 \backslash
19327 textcolor{color}{characters or formula}
19328 \end_layout
19329
19330 \begin_layout Standard
19331 The following example was colored completely dark green and partly red:
19332 \end_layout
19333
19334 \begin_layout Standard
19335 \begin_inset ERT
19336 status collapsed
19337
19338 \begin_layout Plain Layout
19339
19340
19341 \backslash
19342 textcolor{darkgreen}{
19343 \end_layout
19344
19345 \end_inset
19346
19347
19348 \begin_inset Formula 
19349 \[
19350 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19351 \]
19352
19353 \end_inset
19354
19355
19356 \begin_inset ERT
19357 status collapsed
19358
19359 \begin_layout Plain Layout
19360
19361 }
19362 \end_layout
19363
19364 \end_inset
19365
19366
19367 \end_layout
19368
19369 \begin_layout Standard
19370 Due to a bug in \SpecialChar LyX
19371  only complete formulas can be colored with self-defined
19372  colors.
19373 \begin_inset Foot
19374 status collapsed
19375
19376 \begin_layout Plain Layout
19377 \begin_inset CommandInset href
19378 LatexCommand href
19379 name "LyX-bug #5269"
19380 target "https://www.lyx.org/trac/ticket/5269"
19381 literal "false"
19382
19383 \end_inset
19384
19385
19386 \end_layout
19387
19388 \end_inset
19389
19390
19391 \end_layout
19392
19393 \begin_layout Subsection
19394 Font Sizes
19395 \begin_inset CommandInset label
19396 LatexCommand label
19397 name "subsec:Font-Sizes"
19398
19399 \end_inset
19400
19401
19402 \begin_inset Index idx
19403 status collapsed
19404
19405 \begin_layout Plain Layout
19406 Font ! size
19407 \end_layout
19408
19409 \end_inset
19410
19411
19412 \end_layout
19413
19414 \begin_layout Standard
19415 As with characters in text, the following size commands are available for
19416  formula characters:
19417 \end_layout
19418
19419 \begin_layout Standard
19420
19421 \series bold
19422
19423 \backslash
19424 Huge
19425 \series default
19426
19427 \series bold
19428
19429 \backslash
19430 huge
19431 \series default
19432
19433 \series bold
19434
19435 \backslash
19436 LARGE
19437 \series default
19438
19439 \series bold
19440
19441 \backslash
19442 Large
19443 \series default
19444
19445 \series bold
19446
19447 \backslash
19448 large
19449 \series default
19450
19451 \series bold
19452
19453 \backslash
19454 normalsize
19455 \series default
19456
19457 \series bold
19458
19459 \backslash
19460 small
19461 \series default
19462 ,
19463 \begin_inset Newline newline
19464 \end_inset
19465
19466
19467 \series bold
19468
19469 \backslash
19470 footnotesize
19471 \series default
19472
19473 \series bold
19474
19475 \backslash
19476 scriptsize
19477 \series default
19478  and 
19479 \series bold
19480
19481 \backslash
19482 tiny
19483 \end_layout
19484
19485 \begin_layout Standard
19486 The font size produced by the commands depends on the document's original
19487  font size, which corresponds to the command 
19488 \series bold
19489
19490 \backslash
19491 normalsize
19492 \series default
19493 .
19494  The other commands produce character sizes smaller or larger than 
19495 \series bold
19496
19497 \backslash
19498 normalsize
19499 \series default
19500 .
19501  There are however limits to how small or large the font size can be changed.
19502  If for example the document font size is 12
19503 \begin_inset space \thinspace{}
19504 \end_inset
19505
19506 pt, the command 
19507 \series bold
19508
19509 \backslash
19510 Huge
19511 \series default
19512  switches to the same size as 
19513 \series bold
19514
19515 \backslash
19516 huge
19517 \series default
19518 .
19519 \end_layout
19520
19521 \begin_layout Standard
19522 A size command is inserted in \SpecialChar TeX
19523  mode before a formula and sets the size for
19524  all of the following formulas and text characters.
19525  To switch back to the initial size, the command 
19526 \series bold
19527
19528 \backslash
19529 normalsize
19530 \series default
19531  is inserted behind the formula, again in \SpecialChar TeX
19532  mode.
19533 \end_layout
19534
19535 \begin_layout Standard
19536 Size can also be changed within a formula using the following size commands
19537  or the toolbar button 
19538 \begin_inset Info
19539 type  "icon"
19540 arg   "math-insert \\style"
19541 \end_inset
19542
19543 :
19544 \end_layout
19545
19546 \begin_layout Standard
19547 \noindent
19548 \align center
19549 \begin_inset Tabular
19550 <lyxtabular version="3" rows="5" columns="2">
19551 <features booktabs="true" tabularvalignment="middle">
19552 <column alignment="center" valignment="top" width="0pt">
19553 <column alignment="center" valignment="top">
19554 <row>
19555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19556 \begin_inset Text
19557
19558 \begin_layout Plain Layout
19559 Command
19560 \end_layout
19561
19562 \end_inset
19563 </cell>
19564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19565 \begin_inset Text
19566
19567 \begin_layout Plain Layout
19568 Result
19569 \end_layout
19570
19571 \end_inset
19572 </cell>
19573 </row>
19574 <row>
19575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19576 \begin_inset Text
19577
19578 \begin_layout Plain Layout
19579
19580 \backslash
19581 displaystyle
19582 \begin_inset Index idx
19583 status collapsed
19584
19585 \begin_layout Plain Layout
19586 Commands ! D ! 
19587 \backslash
19588 displaystyle
19589 \end_layout
19590
19591 \end_inset
19592
19593
19594 \end_layout
19595
19596 \end_inset
19597 </cell>
19598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19599 \begin_inset Text
19600
19601 \begin_layout Plain Layout
19602 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19603 \end_inset
19604
19605
19606 \end_layout
19607
19608 \end_inset
19609 </cell>
19610 </row>
19611 <row topspace="1mm">
19612 <cell alignment="center" valignment="top" usebox="none">
19613 \begin_inset Text
19614
19615 \begin_layout Plain Layout
19616
19617 \backslash
19618 textstyle
19619 \end_layout
19620
19621 \end_inset
19622 </cell>
19623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19624 \begin_inset Text
19625
19626 \begin_layout Plain Layout
19627 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19628 \end_inset
19629
19630
19631 \end_layout
19632
19633 \end_inset
19634 </cell>
19635 </row>
19636 <row>
19637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19638 \begin_inset Text
19639
19640 \begin_layout Plain Layout
19641
19642 \backslash
19643 scriptstyle
19644 \end_layout
19645
19646 \end_inset
19647 </cell>
19648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19649 \begin_inset Text
19650
19651 \begin_layout Plain Layout
19652 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19653 \end_inset
19654
19655
19656 \end_layout
19657
19658 \end_inset
19659 </cell>
19660 </row>
19661 <row>
19662 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19663 \begin_inset Text
19664
19665 \begin_layout Plain Layout
19666
19667 \backslash
19668 scriptscriptstyle
19669 \end_layout
19670
19671 \end_inset
19672 </cell>
19673 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19674 \begin_inset Text
19675
19676 \begin_layout Plain Layout
19677 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19678 \end_inset
19679
19680
19681 \end_layout
19682
19683 \end_inset
19684 </cell>
19685 </row>
19686 </lyxtabular>
19687
19688 \end_inset
19689
19690
19691 \end_layout
19692
19693 \begin_layout Standard
19694 After entering these commands, a blue box appears in which the formula parts
19695  are inserted.
19696 \end_layout
19697
19698 \begin_layout Standard
19699 There is another method for changing the font size, although it only works
19700  for symbols or letters in mathematical text.
19701  To use it, one of the above text size commands is inserted into mathematical
19702  text.
19703  All characters until the end of the mathematical text or until another
19704  size command will have the selected size.
19705  Two examples:
19706 \begin_inset VSpace -2mm
19707 \end_inset
19708
19709
19710 \end_layout
19711
19712 \begin_layout Standard
19713 \begin_inset ERT
19714 status collapsed
19715
19716 \begin_layout Plain Layout
19717
19718
19719 \backslash
19720 huge 
19721 \end_layout
19722
19723 \end_inset
19724
19725
19726 \begin_inset Formula 
19727 \[
19728 A=\frac{B}{c}\cdot\maltese
19729 \]
19730
19731 \end_inset
19732
19733
19734 \begin_inset Formula 
19735 \[
19736 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19737 \]
19738
19739 \end_inset
19740
19741
19742 \begin_inset ERT
19743 status collapsed
19744
19745 \begin_layout Plain Layout
19746
19747
19748 \backslash
19749 normalsize 
19750 \end_layout
19751
19752 \end_inset
19753
19754
19755 \begin_inset VSpace medskip
19756 \end_inset
19757
19758 Before the first formula the command 
19759 \series bold
19760
19761 \backslash
19762 huge
19763 \series default
19764  was inserted.
19765  The command for the second formula is:
19766 \begin_inset Newline newline
19767 \end_inset
19768
19769
19770 \series bold
19771
19772 \backslash
19773 maltese
19774 \begin_inset space \textvisiblespace{}
19775 \end_inset
19776
19777 A Alt+M M 
19778 \backslash
19779 Large
19780 \begin_inset space \textvisiblespace{}
19781 \end_inset
19782
19783
19784 \backslash
19785 maltese
19786 \begin_inset space \textvisiblespace{}
19787 \end_inset
19788
19789
19790 \backslash
19791 textit
19792 \begin_inset space \textvisiblespace{}
19793 \end_inset
19794
19795 A
19796 \begin_inset Formula $\to$
19797 \end_inset
19798
19799
19800 \begin_inset Formula $\to$
19801 \end_inset
19802
19803
19804 \begin_inset Newline newline
19805 \end_inset
19806
19807
19808 \begin_inset space \hspace*{}
19809 \length 1cm
19810 \end_inset
19811
19812 Alt+M
19813 \series default
19814  
19815 \series bold
19816
19817 \backslash
19818 tiny
19819 \begin_inset space \textvisiblespace{}
19820 \end_inset
19821
19822
19823 \backslash
19824 maltese
19825 \begin_inset space \textvisiblespace{}
19826 \end_inset
19827
19828
19829 \backslash
19830 textit
19831 \begin_inset space \textvisiblespace{}
19832 \end_inset
19833
19834 A
19835 \end_layout
19836
19837 \begin_layout Standard
19838 If a symbol cannot be displayed in different sizes, it will always be displayed
19839  in the default size.
19840 \end_layout
19841
19842 \begin_layout Section
19843 Greek Letters
19844 \begin_inset Index idx
19845 status collapsed
19846
19847 \begin_layout Plain Layout
19848 Greek letters
19849 \end_layout
19850
19851 \end_inset
19852
19853
19854 \end_layout
19855
19856 \begin_layout Standard
19857 Greek letters can be inserted via the toolbar button 
19858 \begin_inset Info
19859 type  "icon"
19860 arg   "math-insert \\alpha"
19861 \end_inset
19862
19863  as well as by command.
19864  All international typesetting norms purport that Greek letters in math
19865  have to be typeset italic/slanted.
19866  In some languages, like French or Russian, they are nevertheless sometimes
19867  typeset upright.
19868 \end_layout
19869
19870 \begin_layout Subsection
19871 Small Letters
19872 \begin_inset Index idx
19873 status collapsed
19874
19875 \begin_layout Plain Layout
19876 Greek letters ! small
19877 \end_layout
19878
19879 \end_inset
19880
19881
19882 \end_layout
19883
19884 \begin_layout Standard
19885 \begin_inset space \hfill{}
19886 \end_inset
19887
19888
19889 \begin_inset Tabular
19890 <lyxtabular version="3" rows="11" columns="2">
19891 <features booktabs="true" tabularvalignment="middle">
19892 <column alignment="center" valignment="top" width="0pt">
19893 <column alignment="center" valignment="top" width="0pt">
19894 <row>
19895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19896 \begin_inset Text
19897
19898 \begin_layout Plain Layout
19899 Command
19900 \end_layout
19901
19902 \end_inset
19903 </cell>
19904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19905 \begin_inset Text
19906
19907 \begin_layout Plain Layout
19908 Result
19909 \end_layout
19910
19911 \end_inset
19912 </cell>
19913 </row>
19914 <row>
19915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19916 \begin_inset Text
19917
19918 \begin_layout Plain Layout
19919
19920 \backslash
19921 alpha
19922 \end_layout
19923
19924 \end_inset
19925 </cell>
19926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19927 \begin_inset Text
19928
19929 \begin_layout Plain Layout
19930 \begin_inset Formula $\alpha$
19931 \end_inset
19932
19933
19934 \end_layout
19935
19936 \end_inset
19937 </cell>
19938 </row>
19939 <row>
19940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19941 \begin_inset Text
19942
19943 \begin_layout Plain Layout
19944
19945 \backslash
19946 beta
19947 \end_layout
19948
19949 \end_inset
19950 </cell>
19951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19952 \begin_inset Text
19953
19954 \begin_layout Plain Layout
19955 \begin_inset Formula $\beta$
19956 \end_inset
19957
19958
19959 \end_layout
19960
19961 \end_inset
19962 </cell>
19963 </row>
19964 <row>
19965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19966 \begin_inset Text
19967
19968 \begin_layout Plain Layout
19969
19970 \backslash
19971 gamma
19972 \end_layout
19973
19974 \end_inset
19975 </cell>
19976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19977 \begin_inset Text
19978
19979 \begin_layout Plain Layout
19980 \begin_inset Formula $\gamma$
19981 \end_inset
19982
19983
19984 \end_layout
19985
19986 \end_inset
19987 </cell>
19988 </row>
19989 <row>
19990 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19991 \begin_inset Text
19992
19993 \begin_layout Plain Layout
19994
19995 \backslash
19996 delta
19997 \end_layout
19998
19999 \end_inset
20000 </cell>
20001 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20002 \begin_inset Text
20003
20004 \begin_layout Plain Layout
20005 \begin_inset Formula $\delta$
20006 \end_inset
20007
20008
20009 \end_layout
20010
20011 \end_inset
20012 </cell>
20013 </row>
20014 <row>
20015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20016 \begin_inset Text
20017
20018 \begin_layout Plain Layout
20019
20020 \backslash
20021 epsilon
20022 \end_layout
20023
20024 \end_inset
20025 </cell>
20026 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20027 \begin_inset Text
20028
20029 \begin_layout Plain Layout
20030 \begin_inset Formula $\epsilon$
20031 \end_inset
20032
20033
20034 \end_layout
20035
20036 \end_inset
20037 </cell>
20038 </row>
20039 <row>
20040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20041 \begin_inset Text
20042
20043 \begin_layout Plain Layout
20044
20045 \backslash
20046 varepsilon
20047 \end_layout
20048
20049 \end_inset
20050 </cell>
20051 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20052 \begin_inset Text
20053
20054 \begin_layout Plain Layout
20055 \begin_inset Formula $\varepsilon$
20056 \end_inset
20057
20058
20059 \end_layout
20060
20061 \end_inset
20062 </cell>
20063 </row>
20064 <row>
20065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20066 \begin_inset Text
20067
20068 \begin_layout Plain Layout
20069
20070 \backslash
20071 zeta
20072 \end_layout
20073
20074 \end_inset
20075 </cell>
20076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20077 \begin_inset Text
20078
20079 \begin_layout Plain Layout
20080 \begin_inset Formula $\zeta$
20081 \end_inset
20082
20083
20084 \end_layout
20085
20086 \end_inset
20087 </cell>
20088 </row>
20089 <row>
20090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20091 \begin_inset Text
20092
20093 \begin_layout Plain Layout
20094
20095 \backslash
20096 eta
20097 \end_layout
20098
20099 \end_inset
20100 </cell>
20101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20102 \begin_inset Text
20103
20104 \begin_layout Plain Layout
20105 \begin_inset Formula $\eta$
20106 \end_inset
20107
20108
20109 \end_layout
20110
20111 \end_inset
20112 </cell>
20113 </row>
20114 <row>
20115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20116 \begin_inset Text
20117
20118 \begin_layout Plain Layout
20119
20120 \backslash
20121 theta
20122 \end_layout
20123
20124 \end_inset
20125 </cell>
20126 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20127 \begin_inset Text
20128
20129 \begin_layout Plain Layout
20130 \begin_inset Formula $\theta$
20131 \end_inset
20132
20133
20134 \end_layout
20135
20136 \end_inset
20137 </cell>
20138 </row>
20139 <row>
20140 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20141 \begin_inset Text
20142
20143 \begin_layout Plain Layout
20144
20145 \backslash
20146 vartheta
20147 \end_layout
20148
20149 \end_inset
20150 </cell>
20151 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20152 \begin_inset Text
20153
20154 \begin_layout Plain Layout
20155 \begin_inset Formula $\vartheta$
20156 \end_inset
20157
20158
20159 \end_layout
20160
20161 \end_inset
20162 </cell>
20163 </row>
20164 </lyxtabular>
20165
20166 \end_inset
20167
20168
20169 \begin_inset space \hfill{}
20170 \end_inset
20171
20172
20173 \begin_inset Tabular
20174 <lyxtabular version="3" rows="12" columns="2">
20175 <features booktabs="true" tabularvalignment="middle">
20176 <column alignment="center" valignment="top" width="0pt">
20177 <column alignment="center" valignment="top" width="0pt">
20178 <row>
20179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20180 \begin_inset Text
20181
20182 \begin_layout Plain Layout
20183 Command
20184 \end_layout
20185
20186 \end_inset
20187 </cell>
20188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20189 \begin_inset Text
20190
20191 \begin_layout Plain Layout
20192 Result
20193 \end_layout
20194
20195 \end_inset
20196 </cell>
20197 </row>
20198 <row>
20199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20200 \begin_inset Text
20201
20202 \begin_layout Plain Layout
20203
20204 \backslash
20205 iota
20206 \end_layout
20207
20208 \end_inset
20209 </cell>
20210 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20211 \begin_inset Text
20212
20213 \begin_layout Plain Layout
20214 \begin_inset Formula $\iota$
20215 \end_inset
20216
20217
20218 \end_layout
20219
20220 \end_inset
20221 </cell>
20222 </row>
20223 <row>
20224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20225 \begin_inset Text
20226
20227 \begin_layout Plain Layout
20228
20229 \backslash
20230 kappa
20231 \end_layout
20232
20233 \end_inset
20234 </cell>
20235 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20236 \begin_inset Text
20237
20238 \begin_layout Plain Layout
20239 \begin_inset Formula $\kappa$
20240 \end_inset
20241
20242
20243 \end_layout
20244
20245 \end_inset
20246 </cell>
20247 </row>
20248 <row>
20249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20250 \begin_inset Text
20251
20252 \begin_layout Plain Layout
20253
20254 \backslash
20255 varkappa
20256 \end_layout
20257
20258 \end_inset
20259 </cell>
20260 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20261 \begin_inset Text
20262
20263 \begin_layout Plain Layout
20264 \begin_inset Formula $\varkappa$
20265 \end_inset
20266
20267
20268 \end_layout
20269
20270 \end_inset
20271 </cell>
20272 </row>
20273 <row>
20274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20275 \begin_inset Text
20276
20277 \begin_layout Plain Layout
20278
20279 \backslash
20280 lambda
20281 \end_layout
20282
20283 \end_inset
20284 </cell>
20285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20286 \begin_inset Text
20287
20288 \begin_layout Plain Layout
20289 \begin_inset Formula $\lambda$
20290 \end_inset
20291
20292
20293 \end_layout
20294
20295 \end_inset
20296 </cell>
20297 </row>
20298 <row>
20299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20300 \begin_inset Text
20301
20302 \begin_layout Plain Layout
20303
20304 \backslash
20305 mu
20306 \end_layout
20307
20308 \end_inset
20309 </cell>
20310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20311 \begin_inset Text
20312
20313 \begin_layout Plain Layout
20314 \begin_inset Formula $\mu$
20315 \end_inset
20316
20317
20318 \end_layout
20319
20320 \end_inset
20321 </cell>
20322 </row>
20323 <row>
20324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20325 \begin_inset Text
20326
20327 \begin_layout Plain Layout
20328
20329 \backslash
20330 nu
20331 \end_layout
20332
20333 \end_inset
20334 </cell>
20335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20336 \begin_inset Text
20337
20338 \begin_layout Plain Layout
20339 \begin_inset Formula $\nu$
20340 \end_inset
20341
20342
20343 \end_layout
20344
20345 \end_inset
20346 </cell>
20347 </row>
20348 <row>
20349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20350 \begin_inset Text
20351
20352 \begin_layout Plain Layout
20353
20354 \backslash
20355 xi
20356 \end_layout
20357
20358 \end_inset
20359 </cell>
20360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20361 \begin_inset Text
20362
20363 \begin_layout Plain Layout
20364 \begin_inset Formula $\xi$
20365 \end_inset
20366
20367
20368 \end_layout
20369
20370 \end_inset
20371 </cell>
20372 </row>
20373 <row>
20374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20375 \begin_inset Text
20376
20377 \begin_layout Plain Layout
20378 o
20379 \end_layout
20380
20381 \end_inset
20382 </cell>
20383 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20384 \begin_inset Text
20385
20386 \begin_layout Plain Layout
20387 \begin_inset Formula $o$
20388 \end_inset
20389
20390
20391 \end_layout
20392
20393 \end_inset
20394 </cell>
20395 </row>
20396 <row>
20397 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20398 \begin_inset Text
20399
20400 \begin_layout Plain Layout
20401
20402 \backslash
20403 pi
20404 \end_layout
20405
20406 \end_inset
20407 </cell>
20408 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20409 \begin_inset Text
20410
20411 \begin_layout Plain Layout
20412 \begin_inset Formula $\pi$
20413 \end_inset
20414
20415
20416 \end_layout
20417
20418 \end_inset
20419 </cell>
20420 </row>
20421 <row>
20422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20423 \begin_inset Text
20424
20425 \begin_layout Plain Layout
20426
20427 \backslash
20428 varpi
20429 \end_layout
20430
20431 \end_inset
20432 </cell>
20433 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20434 \begin_inset Text
20435
20436 \begin_layout Plain Layout
20437 \begin_inset Formula $\varpi$
20438 \end_inset
20439
20440
20441 \end_layout
20442
20443 \end_inset
20444 </cell>
20445 </row>
20446 <row>
20447 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20448 \begin_inset Text
20449
20450 \begin_layout Plain Layout
20451
20452 \backslash
20453 rho
20454 \end_layout
20455
20456 \end_inset
20457 </cell>
20458 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20459 \begin_inset Text
20460
20461 \begin_layout Plain Layout
20462 \begin_inset Formula $\rho$
20463 \end_inset
20464
20465
20466 \end_layout
20467
20468 \end_inset
20469 </cell>
20470 </row>
20471 </lyxtabular>
20472
20473 \end_inset
20474
20475
20476 \begin_inset space \hfill{}
20477 \end_inset
20478
20479
20480 \begin_inset Tabular
20481 <lyxtabular version="3" rows="11" columns="2">
20482 <features booktabs="true" tabularvalignment="middle">
20483 <column alignment="center" valignment="top" width="0pt">
20484 <column alignment="center" valignment="top" width="0pt">
20485 <row>
20486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20487 \begin_inset Text
20488
20489 \begin_layout Plain Layout
20490 Command
20491 \end_layout
20492
20493 \end_inset
20494 </cell>
20495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20496 \begin_inset Text
20497
20498 \begin_layout Plain Layout
20499 Result
20500 \end_layout
20501
20502 \end_inset
20503 </cell>
20504 </row>
20505 <row>
20506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20507 \begin_inset Text
20508
20509 \begin_layout Plain Layout
20510
20511 \backslash
20512 varrho
20513 \end_layout
20514
20515 \end_inset
20516 </cell>
20517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20518 \begin_inset Text
20519
20520 \begin_layout Plain Layout
20521 \begin_inset Formula $\varrho$
20522 \end_inset
20523
20524
20525 \end_layout
20526
20527 \end_inset
20528 </cell>
20529 </row>
20530 <row>
20531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20532 \begin_inset Text
20533
20534 \begin_layout Plain Layout
20535
20536 \backslash
20537 sigma
20538 \end_layout
20539
20540 \end_inset
20541 </cell>
20542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20543 \begin_inset Text
20544
20545 \begin_layout Plain Layout
20546 \begin_inset Formula $\sigma$
20547 \end_inset
20548
20549
20550 \end_layout
20551
20552 \end_inset
20553 </cell>
20554 </row>
20555 <row>
20556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20557 \begin_inset Text
20558
20559 \begin_layout Plain Layout
20560
20561 \backslash
20562 varsigma
20563 \end_layout
20564
20565 \end_inset
20566 </cell>
20567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20568 \begin_inset Text
20569
20570 \begin_layout Plain Layout
20571 \begin_inset Formula $\varsigma$
20572 \end_inset
20573
20574
20575 \end_layout
20576
20577 \end_inset
20578 </cell>
20579 </row>
20580 <row>
20581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20582 \begin_inset Text
20583
20584 \begin_layout Plain Layout
20585
20586 \backslash
20587 tau
20588 \end_layout
20589
20590 \end_inset
20591 </cell>
20592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20593 \begin_inset Text
20594
20595 \begin_layout Plain Layout
20596 \begin_inset Formula $\tau$
20597 \end_inset
20598
20599
20600 \end_layout
20601
20602 \end_inset
20603 </cell>
20604 </row>
20605 <row>
20606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20607 \begin_inset Text
20608
20609 \begin_layout Plain Layout
20610
20611 \backslash
20612 upsilon
20613 \end_layout
20614
20615 \end_inset
20616 </cell>
20617 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20618 \begin_inset Text
20619
20620 \begin_layout Plain Layout
20621 \begin_inset Formula $\upsilon$
20622 \end_inset
20623
20624
20625 \end_layout
20626
20627 \end_inset
20628 </cell>
20629 </row>
20630 <row>
20631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20632 \begin_inset Text
20633
20634 \begin_layout Plain Layout
20635
20636 \backslash
20637 phi
20638 \end_layout
20639
20640 \end_inset
20641 </cell>
20642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20643 \begin_inset Text
20644
20645 \begin_layout Plain Layout
20646 \begin_inset Formula $\phi$
20647 \end_inset
20648
20649
20650 \end_layout
20651
20652 \end_inset
20653 </cell>
20654 </row>
20655 <row>
20656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20657 \begin_inset Text
20658
20659 \begin_layout Plain Layout
20660
20661 \backslash
20662 varphi
20663 \end_layout
20664
20665 \end_inset
20666 </cell>
20667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20668 \begin_inset Text
20669
20670 \begin_layout Plain Layout
20671 \begin_inset Formula $\varphi$
20672 \end_inset
20673
20674
20675 \end_layout
20676
20677 \end_inset
20678 </cell>
20679 </row>
20680 <row>
20681 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20682 \begin_inset Text
20683
20684 \begin_layout Plain Layout
20685
20686 \backslash
20687 chi
20688 \end_layout
20689
20690 \end_inset
20691 </cell>
20692 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20693 \begin_inset Text
20694
20695 \begin_layout Plain Layout
20696 \begin_inset Formula $\chi$
20697 \end_inset
20698
20699
20700 \end_layout
20701
20702 \end_inset
20703 </cell>
20704 </row>
20705 <row>
20706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20707 \begin_inset Text
20708
20709 \begin_layout Plain Layout
20710
20711 \backslash
20712 psi
20713 \end_layout
20714
20715 \end_inset
20716 </cell>
20717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20718 \begin_inset Text
20719
20720 \begin_layout Plain Layout
20721 \begin_inset Formula $\psi$
20722 \end_inset
20723
20724
20725 \end_layout
20726
20727 \end_inset
20728 </cell>
20729 </row>
20730 <row>
20731 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20732 \begin_inset Text
20733
20734 \begin_layout Plain Layout
20735
20736 \backslash
20737 omega
20738 \end_layout
20739
20740 \end_inset
20741 </cell>
20742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20743 \begin_inset Text
20744
20745 \begin_layout Plain Layout
20746 \begin_inset Formula $\omega$
20747 \end_inset
20748
20749
20750 \end_layout
20751
20752 \end_inset
20753 </cell>
20754 </row>
20755 </lyxtabular>
20756
20757 \end_inset
20758
20759
20760 \begin_inset space \hfill{}
20761 \end_inset
20762
20763
20764 \end_layout
20765
20766 \begin_layout Standard
20767 \begin_inset VSpace medskip
20768 \end_inset
20769
20770
20771 \end_layout
20772
20773 \begin_layout Standard
20774 Creating upright Greek letters is explained in 
20775 \begin_inset CommandInset ref
20776 LatexCommand ref
20777 reference "subsec:Upright-small-Greek"
20778
20779 \end_inset
20780
20781 .
20782 \end_layout
20783
20784 \begin_layout Subsection
20785 Big Letters
20786 \begin_inset Index idx
20787 status collapsed
20788
20789 \begin_layout Plain Layout
20790 Greek letters ! big
20791 \end_layout
20792
20793 \end_inset
20794
20795
20796 \end_layout
20797
20798 \begin_layout Standard
20799 \begin_inset space \hfill{}
20800 \end_inset
20801
20802
20803 \begin_inset Tabular
20804 <lyxtabular version="3" rows="7" columns="2">
20805 <features booktabs="true" tabularvalignment="middle">
20806 <column alignment="center" valignment="top" width="0pt">
20807 <column alignment="center" valignment="top" width="0pt">
20808 <row>
20809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20810 \begin_inset Text
20811
20812 \begin_layout Plain Layout
20813 Command
20814 \end_layout
20815
20816 \end_inset
20817 </cell>
20818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20819 \begin_inset Text
20820
20821 \begin_layout Plain Layout
20822 Result
20823 \end_layout
20824
20825 \end_inset
20826 </cell>
20827 </row>
20828 <row>
20829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20830 \begin_inset Text
20831
20832 \begin_layout Plain Layout
20833
20834 \backslash
20835 Gamma
20836 \end_layout
20837
20838 \end_inset
20839 </cell>
20840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20841 \begin_inset Text
20842
20843 \begin_layout Plain Layout
20844 \begin_inset Formula $\Gamma$
20845 \end_inset
20846
20847
20848 \end_layout
20849
20850 \end_inset
20851 </cell>
20852 </row>
20853 <row>
20854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20855 \begin_inset Text
20856
20857 \begin_layout Plain Layout
20858
20859 \backslash
20860 Delta
20861 \end_layout
20862
20863 \end_inset
20864 </cell>
20865 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20866 \begin_inset Text
20867
20868 \begin_layout Plain Layout
20869 \begin_inset Formula $\Delta$
20870 \end_inset
20871
20872
20873 \end_layout
20874
20875 \end_inset
20876 </cell>
20877 </row>
20878 <row>
20879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20880 \begin_inset Text
20881
20882 \begin_layout Plain Layout
20883
20884 \backslash
20885 Theta
20886 \end_layout
20887
20888 \end_inset
20889 </cell>
20890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20891 \begin_inset Text
20892
20893 \begin_layout Plain Layout
20894 \begin_inset Formula $\Theta$
20895 \end_inset
20896
20897
20898 \end_layout
20899
20900 \end_inset
20901 </cell>
20902 </row>
20903 <row>
20904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20905 \begin_inset Text
20906
20907 \begin_layout Plain Layout
20908
20909 \backslash
20910 Lambda
20911 \end_layout
20912
20913 \end_inset
20914 </cell>
20915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20916 \begin_inset Text
20917
20918 \begin_layout Plain Layout
20919 \begin_inset Formula $\Lambda$
20920 \end_inset
20921
20922
20923 \end_layout
20924
20925 \end_inset
20926 </cell>
20927 </row>
20928 <row>
20929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20930 \begin_inset Text
20931
20932 \begin_layout Plain Layout
20933
20934 \backslash
20935 Xi
20936 \end_layout
20937
20938 \end_inset
20939 </cell>
20940 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20941 \begin_inset Text
20942
20943 \begin_layout Plain Layout
20944 \begin_inset Formula $\Xi$
20945 \end_inset
20946
20947
20948 \end_layout
20949
20950 \end_inset
20951 </cell>
20952 </row>
20953 <row>
20954 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20955 \begin_inset Text
20956
20957 \begin_layout Plain Layout
20958
20959 \backslash
20960 Pi
20961 \end_layout
20962
20963 \end_inset
20964 </cell>
20965 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20966 \begin_inset Text
20967
20968 \begin_layout Plain Layout
20969 \begin_inset Formula $\Pi$
20970 \end_inset
20971
20972
20973 \end_layout
20974
20975 \end_inset
20976 </cell>
20977 </row>
20978 </lyxtabular>
20979
20980 \end_inset
20981
20982
20983 \begin_inset space \hfill{}
20984 \end_inset
20985
20986
20987 \begin_inset Tabular
20988 <lyxtabular version="3" rows="6" columns="2">
20989 <features booktabs="true" tabularvalignment="middle">
20990 <column alignment="center" valignment="top" width="0pt">
20991 <column alignment="center" valignment="top" width="0pt">
20992 <row>
20993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20994 \begin_inset Text
20995
20996 \begin_layout Plain Layout
20997 Command
20998 \end_layout
20999
21000 \end_inset
21001 </cell>
21002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21003 \begin_inset Text
21004
21005 \begin_layout Plain Layout
21006 Result
21007 \end_layout
21008
21009 \end_inset
21010 </cell>
21011 </row>
21012 <row>
21013 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21014 \begin_inset Text
21015
21016 \begin_layout Plain Layout
21017
21018 \backslash
21019 Sigma
21020 \end_layout
21021
21022 \end_inset
21023 </cell>
21024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21025 \begin_inset Text
21026
21027 \begin_layout Plain Layout
21028 \begin_inset Formula $\Sigma$
21029 \end_inset
21030
21031
21032 \end_layout
21033
21034 \end_inset
21035 </cell>
21036 </row>
21037 <row>
21038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21039 \begin_inset Text
21040
21041 \begin_layout Plain Layout
21042
21043 \backslash
21044 Upsilon
21045 \end_layout
21046
21047 \end_inset
21048 </cell>
21049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21050 \begin_inset Text
21051
21052 \begin_layout Plain Layout
21053 \begin_inset Formula $\Upsilon$
21054 \end_inset
21055
21056
21057 \end_layout
21058
21059 \end_inset
21060 </cell>
21061 </row>
21062 <row>
21063 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21064 \begin_inset Text
21065
21066 \begin_layout Plain Layout
21067
21068 \backslash
21069 Phi
21070 \end_layout
21071
21072 \end_inset
21073 </cell>
21074 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21075 \begin_inset Text
21076
21077 \begin_layout Plain Layout
21078 \begin_inset Formula $\Phi$
21079 \end_inset
21080
21081
21082 \end_layout
21083
21084 \end_inset
21085 </cell>
21086 </row>
21087 <row>
21088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21089 \begin_inset Text
21090
21091 \begin_layout Plain Layout
21092
21093 \backslash
21094 Psi
21095 \end_layout
21096
21097 \end_inset
21098 </cell>
21099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21100 \begin_inset Text
21101
21102 \begin_layout Plain Layout
21103 \begin_inset Formula $\Psi$
21104 \end_inset
21105
21106
21107 \end_layout
21108
21109 \end_inset
21110 </cell>
21111 </row>
21112 <row>
21113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21114 \begin_inset Text
21115
21116 \begin_layout Plain Layout
21117
21118 \backslash
21119 Omega
21120 \end_layout
21121
21122 \end_inset
21123 </cell>
21124 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21125 \begin_inset Text
21126
21127 \begin_layout Plain Layout
21128 \begin_inset Formula $\Omega$
21129 \end_inset
21130
21131
21132 \end_layout
21133
21134 \end_inset
21135 </cell>
21136 </row>
21137 </lyxtabular>
21138
21139 \end_inset
21140
21141
21142 \begin_inset space \hfill{}
21143 \end_inset
21144
21145
21146 \end_layout
21147
21148 \begin_layout Standard
21149 \begin_inset VSpace medskip
21150 \end_inset
21151
21152 The big Greek letters appearing upright is caused by a design bug in \SpecialChar TeX
21153 .
21154  To create correct italic big letters, begin every command with 
21155 \series bold
21156 var
21157 \series default
21158 .
21159  For example the command 
21160 \series bold
21161
21162 \backslash
21163 varGamma
21164 \series default
21165  produces 
21166 \begin_inset Formula $\varGamma$
21167 \end_inset
21168
21169 .
21170  Another way is to load the package 
21171 \series bold
21172 fixmath
21173 \series default
21174
21175 \begin_inset Foot
21176 status collapsed
21177
21178 \begin_layout Plain Layout
21179
21180 \series bold
21181 fixmath
21182 \series default
21183  is part of the \SpecialChar LaTeX
21184 -package 
21185 \series bold
21186 was
21187 \series default
21188
21189 \begin_inset Index idx
21190 status collapsed
21191
21192 \begin_layout Plain Layout
21193 Packages ! was
21194 \begin_inset ERT
21195 status collapsed
21196
21197 \begin_layout Plain Layout
21198
21199
21200 \backslash
21201 vspace{4mm}
21202 \end_layout
21203
21204 \end_inset
21205
21206
21207 \end_layout
21208
21209 \end_inset
21210
21211 .
21212 \end_layout
21213
21214 \end_inset
21215
21216
21217 \begin_inset Index idx
21218 status collapsed
21219
21220 \begin_layout Plain Layout
21221 Packages ! fixmath
21222 \end_layout
21223
21224 \end_inset
21225
21226  with the \SpecialChar LaTeX
21227 -preamble line
21228 \end_layout
21229
21230 \begin_layout Standard
21231
21232 \series bold
21233
21234 \backslash
21235 usepackage{fixmath}
21236 \end_layout
21237
21238 \begin_layout Standard
21239 Then all big Greek letters in a document will automatically be typeset italic.
21240 \end_layout
21241
21242 \begin_layout Subsection
21243 Bold Letters
21244 \begin_inset Index idx
21245 status collapsed
21246
21247 \begin_layout Plain Layout
21248 Greek letters ! bold
21249 \end_layout
21250
21251 \end_inset
21252
21253
21254 \end_layout
21255
21256 \begin_layout Standard
21257 Greek letters cannot be set with different font styles like Latin letters.
21258  They can only be made bold with the command 
21259 \series bold
21260
21261 \backslash
21262 boldsymbol
21263 \series default
21264
21265 \begin_inset Index idx
21266 status collapsed
21267
21268 \begin_layout Plain Layout
21269 Commands ! B ! 
21270 \backslash
21271 boldsymbol
21272 \end_layout
21273
21274 \end_inset
21275
21276 .
21277 \end_layout
21278
21279 \begin_layout Standard
21280 \align center
21281 \begin_inset Tabular
21282 <lyxtabular version="3" rows="3" columns="2">
21283 <features booktabs="true" tabularvalignment="middle">
21284 <column alignment="center" valignment="top" width="0pt">
21285 <column alignment="center" valignment="top">
21286 <row>
21287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21288 \begin_inset Text
21289
21290 \begin_layout Plain Layout
21291 Command
21292 \end_layout
21293
21294 \end_inset
21295 </cell>
21296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21297 \begin_inset Text
21298
21299 \begin_layout Plain Layout
21300 Result
21301 \end_layout
21302
21303 \end_inset
21304 </cell>
21305 </row>
21306 <row>
21307 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21308 \begin_inset Text
21309
21310 \begin_layout Plain Layout
21311
21312 \backslash
21313 Upsilon
21314 \backslash
21315 boldsymbol
21316 \backslash
21317 Upsilon
21318 \end_layout
21319
21320 \end_inset
21321 </cell>
21322 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21323 \begin_inset Text
21324
21325 \begin_layout Plain Layout
21326 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21327 \end_inset
21328
21329
21330 \end_layout
21331
21332 \end_inset
21333 </cell>
21334 </row>
21335 <row>
21336 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21337 \begin_inset Text
21338
21339 \begin_layout Plain Layout
21340
21341 \backslash
21342 theta
21343 \backslash
21344 boldsymbol
21345 \backslash
21346 theta
21347 \end_layout
21348
21349 \end_inset
21350 </cell>
21351 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21352 \begin_inset Text
21353
21354 \begin_layout Plain Layout
21355 \begin_inset Formula $\theta\boldsymbol{\theta}$
21356 \end_inset
21357
21358
21359 \end_layout
21360
21361 \end_inset
21362 </cell>
21363 </row>
21364 </lyxtabular>
21365
21366 \end_inset
21367
21368
21369 \end_layout
21370
21371 \begin_layout Section
21372 Symbols
21373 \begin_inset ERT
21374 status collapsed
21375
21376 \begin_layout Plain Layout
21377
21378
21379 \backslash
21380 texorpdfstring{
21381 \end_layout
21382
21383 \end_inset
21384
21385
21386 \begin_inset Foot
21387 status collapsed
21388
21389 \begin_layout Plain Layout
21390 A list with all symbols of most of the \SpecialChar LaTeX
21391 -packages can be found in 
21392 \begin_inset CommandInset citation
21393 LatexCommand cite
21394 key "Symbols"
21395 literal "true"
21396
21397 \end_inset
21398
21399 .
21400 \end_layout
21401
21402 \end_inset
21403
21404
21405 \begin_inset ERT
21406 status collapsed
21407
21408 \begin_layout Plain Layout
21409
21410 }{}
21411 \end_layout
21412
21413 \end_inset
21414
21415
21416 \begin_inset Note Note
21417 status collapsed
21418
21419 \begin_layout Plain Layout
21420
21421 \backslash
21422 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21423 \end_layout
21424
21425 \begin_layout Plain Layout
21426 More about 
21427 \backslash
21428 texorpdfstring is in section 
21429 \begin_inset CommandInset ref
21430 LatexCommand ref
21431 reference "subsec:Formulas-in-Section"
21432
21433 \end_inset
21434
21435 .
21436 \end_layout
21437
21438 \end_inset
21439
21440
21441 \begin_inset Index idx
21442 status collapsed
21443
21444 \begin_layout Plain Layout
21445 Symbols
21446 \end_layout
21447
21448 \end_inset
21449
21450
21451 \end_layout
21452
21453 \begin_layout Standard
21454 Many of the symbols listed in this section can also be inserted via the
21455  toolbar buttons 
21456 \begin_inset Info
21457 type  "icon"
21458 arg   "math-insert \\nabla"
21459 \end_inset
21460
21461  and 
21462 \begin_inset Info
21463 type  "icon"
21464 arg   "math-insert \\digamma"
21465 \end_inset
21466
21467 .
21468 \end_layout
21469
21470 \begin_layout Subsection
21471 Mathematical Symbols
21472 \begin_inset CommandInset label
21473 LatexCommand label
21474 name "subsec:Mathematical-Symbols"
21475
21476 \end_inset
21477
21478
21479 \begin_inset Index idx
21480 status collapsed
21481
21482 \begin_layout Plain Layout
21483 Symbols ! mathematical
21484 \end_layout
21485
21486 \end_inset
21487
21488
21489 \end_layout
21490
21491 \begin_layout Standard
21492 \begin_inset Tabular
21493 <lyxtabular version="3" rows="10" columns="2">
21494 <features booktabs="true" tabularvalignment="middle">
21495 <column alignment="center" valignment="top" width="0pt">
21496 <column alignment="center" valignment="top" width="0pt">
21497 <row>
21498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21499 \begin_inset Text
21500
21501 \begin_layout Plain Layout
21502 Command
21503 \end_layout
21504
21505 \end_inset
21506 </cell>
21507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21508 \begin_inset Text
21509
21510 \begin_layout Plain Layout
21511 Symbol
21512 \end_layout
21513
21514 \end_inset
21515 </cell>
21516 </row>
21517 <row>
21518 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21519 \begin_inset Text
21520
21521 \begin_layout Plain Layout
21522
21523 \backslash
21524 neg
21525 \end_layout
21526
21527 \end_inset
21528 </cell>
21529 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21530 \begin_inset Text
21531
21532 \begin_layout Plain Layout
21533 \begin_inset Formula $\neg$
21534 \end_inset
21535
21536
21537 \end_layout
21538
21539 \end_inset
21540 </cell>
21541 </row>
21542 <row>
21543 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21544 \begin_inset Text
21545
21546 \begin_layout Plain Layout
21547
21548 \backslash
21549 Im
21550 \end_layout
21551
21552 \end_inset
21553 </cell>
21554 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21555 \begin_inset Text
21556
21557 \begin_layout Plain Layout
21558 \begin_inset Formula $\Im$
21559 \end_inset
21560
21561
21562 \end_layout
21563
21564 \end_inset
21565 </cell>
21566 </row>
21567 <row>
21568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21569 \begin_inset Text
21570
21571 \begin_layout Plain Layout
21572
21573 \backslash
21574 Re
21575 \end_layout
21576
21577 \end_inset
21578 </cell>
21579 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21580 \begin_inset Text
21581
21582 \begin_layout Plain Layout
21583 \begin_inset Formula $\Re$
21584 \end_inset
21585
21586
21587 \end_layout
21588
21589 \end_inset
21590 </cell>
21591 </row>
21592 <row>
21593 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21594 \begin_inset Text
21595
21596 \begin_layout Plain Layout
21597
21598 \backslash
21599 aleph
21600 \end_layout
21601
21602 \end_inset
21603 </cell>
21604 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21605 \begin_inset Text
21606
21607 \begin_layout Plain Layout
21608 \begin_inset Formula $\aleph$
21609 \end_inset
21610
21611
21612 \end_layout
21613
21614 \end_inset
21615 </cell>
21616 </row>
21617 <row>
21618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21619 \begin_inset Text
21620
21621 \begin_layout Plain Layout
21622
21623 \backslash
21624 partial
21625 \end_layout
21626
21627 \end_inset
21628 </cell>
21629 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21630 \begin_inset Text
21631
21632 \begin_layout Plain Layout
21633 \begin_inset Formula $\partial$
21634 \end_inset
21635
21636
21637 \end_layout
21638
21639 \end_inset
21640 </cell>
21641 </row>
21642 <row>
21643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21644 \begin_inset Text
21645
21646 \begin_layout Plain Layout
21647
21648 \backslash
21649 infty
21650 \end_layout
21651
21652 \end_inset
21653 </cell>
21654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21655 \begin_inset Text
21656
21657 \begin_layout Plain Layout
21658 \begin_inset Formula $\infty$
21659 \end_inset
21660
21661
21662 \end_layout
21663
21664 \end_inset
21665 </cell>
21666 </row>
21667 <row>
21668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21669 \begin_inset Text
21670
21671 \begin_layout Plain Layout
21672
21673 \backslash
21674 wp
21675 \end_layout
21676
21677 \end_inset
21678 </cell>
21679 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21680 \begin_inset Text
21681
21682 \begin_layout Plain Layout
21683 \begin_inset Formula $\wp$
21684 \end_inset
21685
21686
21687 \end_layout
21688
21689 \end_inset
21690 </cell>
21691 </row>
21692 <row>
21693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21694 \begin_inset Text
21695
21696 \begin_layout Plain Layout
21697
21698 \backslash
21699 imath
21700 \end_layout
21701
21702 \end_inset
21703 </cell>
21704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21705 \begin_inset Text
21706
21707 \begin_layout Plain Layout
21708 \begin_inset Formula $\imath$
21709 \end_inset
21710
21711
21712 \end_layout
21713
21714 \end_inset
21715 </cell>
21716 </row>
21717 <row>
21718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21719 \begin_inset Text
21720
21721 \begin_layout Plain Layout
21722
21723 \backslash
21724 jmath
21725 \end_layout
21726
21727 \end_inset
21728 </cell>
21729 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21730 \begin_inset Text
21731
21732 \begin_layout Plain Layout
21733 \begin_inset Formula $\jmath$
21734 \end_inset
21735
21736
21737 \end_layout
21738
21739 \end_inset
21740 </cell>
21741 </row>
21742 </lyxtabular>
21743
21744 \end_inset
21745
21746
21747 \begin_inset space \hfill{}
21748 \end_inset
21749
21750
21751 \begin_inset Tabular
21752 <lyxtabular version="3" rows="10" columns="2">
21753 <features booktabs="true" tabularvalignment="middle">
21754 <column alignment="center" valignment="top" width="0pt">
21755 <column alignment="center" valignment="top" width="0pt">
21756 <row>
21757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21758 \begin_inset Text
21759
21760 \begin_layout Plain Layout
21761 Command
21762 \end_layout
21763
21764 \end_inset
21765 </cell>
21766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21767 \begin_inset Text
21768
21769 \begin_layout Plain Layout
21770 Symbol
21771 \begin_inset Note Note
21772 status collapsed
21773
21774 \begin_layout Plain Layout
21775
21776 \series bold
21777
21778 \backslash
21779 raisebox
21780 \series default
21781  is only used as spacer.
21782 \end_layout
21783
21784 \end_inset
21785
21786
21787 \end_layout
21788
21789 \end_inset
21790 </cell>
21791 </row>
21792 <row>
21793 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21794 \begin_inset Text
21795
21796 \begin_layout Plain Layout
21797
21798 \backslash
21799 forall
21800 \end_layout
21801
21802 \end_inset
21803 </cell>
21804 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21805 \begin_inset Text
21806
21807 \begin_layout Plain Layout
21808 \begin_inset Formula $\forall$
21809 \end_inset
21810
21811
21812 \end_layout
21813
21814 \end_inset
21815 </cell>
21816 </row>
21817 <row>
21818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21819 \begin_inset Text
21820
21821 \begin_layout Plain Layout
21822
21823 \backslash
21824 exists
21825 \end_layout
21826
21827 \end_inset
21828 </cell>
21829 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21830 \begin_inset Text
21831
21832 \begin_layout Plain Layout
21833 \begin_inset Formula $\exists$
21834 \end_inset
21835
21836
21837 \end_layout
21838
21839 \end_inset
21840 </cell>
21841 </row>
21842 <row>
21843 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21844 \begin_inset Text
21845
21846 \begin_layout Plain Layout
21847
21848 \backslash
21849 nexists
21850 \end_layout
21851
21852 \end_inset
21853 </cell>
21854 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21855 \begin_inset Text
21856
21857 \begin_layout Plain Layout
21858 \begin_inset Formula $\nexists$
21859 \end_inset
21860
21861
21862 \end_layout
21863
21864 \end_inset
21865 </cell>
21866 </row>
21867 <row>
21868 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21869 \begin_inset Text
21870
21871 \begin_layout Plain Layout
21872
21873 \backslash
21874 emptyset
21875 \end_layout
21876
21877 \end_inset
21878 </cell>
21879 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21880 \begin_inset Text
21881
21882 \begin_layout Plain Layout
21883 \begin_inset Formula $\emptyset$
21884 \end_inset
21885
21886
21887 \end_layout
21888
21889 \end_inset
21890 </cell>
21891 </row>
21892 <row>
21893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21894 \begin_inset Text
21895
21896 \begin_layout Plain Layout
21897
21898 \backslash
21899 varnothing
21900 \end_layout
21901
21902 \end_inset
21903 </cell>
21904 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21905 \begin_inset Text
21906
21907 \begin_layout Plain Layout
21908 \begin_inset Formula $\varnothing$
21909 \end_inset
21910
21911
21912 \end_layout
21913
21914 \end_inset
21915 </cell>
21916 </row>
21917 <row>
21918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21919 \begin_inset Text
21920
21921 \begin_layout Plain Layout
21922
21923 \backslash
21924 dag
21925 \end_layout
21926
21927 \end_inset
21928 </cell>
21929 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21930 \begin_inset Text
21931
21932 \begin_layout Plain Layout
21933 \begin_inset Formula $\dag$
21934 \end_inset
21935
21936
21937 \end_layout
21938
21939 \end_inset
21940 </cell>
21941 </row>
21942 <row>
21943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21944 \begin_inset Text
21945
21946 \begin_layout Plain Layout
21947
21948 \backslash
21949 ddag
21950 \end_layout
21951
21952 \end_inset
21953 </cell>
21954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21955 \begin_inset Text
21956
21957 \begin_layout Plain Layout
21958 \begin_inset Formula $\ddag$
21959 \end_inset
21960
21961
21962 \end_layout
21963
21964 \end_inset
21965 </cell>
21966 </row>
21967 <row>
21968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21969 \begin_inset Text
21970
21971 \begin_layout Plain Layout
21972
21973 \backslash
21974 complement
21975 \end_layout
21976
21977 \end_inset
21978 </cell>
21979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21980 \begin_inset Text
21981
21982 \begin_layout Plain Layout
21983 \begin_inset ERT
21984 status collapsed
21985
21986 \begin_layout Plain Layout
21987
21988
21989 \backslash
21990 raisebox{-0.8mm}{
21991 \end_layout
21992
21993 \end_inset
21994
21995
21996 \begin_inset Formula $\complement$
21997 \end_inset
21998
21999
22000 \begin_inset ERT
22001 status collapsed
22002
22003 \begin_layout Plain Layout
22004
22005 }
22006 \end_layout
22007
22008 \end_inset
22009
22010
22011 \end_layout
22012
22013 \end_inset
22014 </cell>
22015 </row>
22016 <row>
22017 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22018 \begin_inset Text
22019
22020 \begin_layout Plain Layout
22021
22022 \backslash
22023 Bbbk
22024 \end_layout
22025
22026 \end_inset
22027 </cell>
22028 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22029 \begin_inset Text
22030
22031 \begin_layout Plain Layout
22032 \begin_inset Formula $\Bbbk$
22033 \end_inset
22034
22035
22036 \end_layout
22037
22038 \end_inset
22039 </cell>
22040 </row>
22041 </lyxtabular>
22042
22043 \end_inset
22044
22045
22046 \begin_inset space \hfill{}
22047 \end_inset
22048
22049
22050 \begin_inset Tabular
22051 <lyxtabular version="3" rows="10" columns="2">
22052 <features booktabs="true" tabularvalignment="middle">
22053 <column alignment="center" valignment="top" width="0pt">
22054 <column alignment="center" valignment="top" width="0pt">
22055 <row>
22056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22057 \begin_inset Text
22058
22059 \begin_layout Plain Layout
22060 Command
22061 \end_layout
22062
22063 \end_inset
22064 </cell>
22065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22066 \begin_inset Text
22067
22068 \begin_layout Plain Layout
22069 Symbol
22070 \end_layout
22071
22072 \end_inset
22073 </cell>
22074 </row>
22075 <row>
22076 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22077 \begin_inset Text
22078
22079 \begin_layout Plain Layout
22080
22081 \backslash
22082 prime
22083 \end_layout
22084
22085 \end_inset
22086 </cell>
22087 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22088 \begin_inset Text
22089
22090 \begin_layout Plain Layout
22091 \begin_inset Formula $\prime$
22092 \end_inset
22093
22094
22095 \end_layout
22096
22097 \end_inset
22098 </cell>
22099 </row>
22100 <row>
22101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22102 \begin_inset Text
22103
22104 \begin_layout Plain Layout
22105
22106 \backslash
22107 backprime
22108 \end_layout
22109
22110 \end_inset
22111 </cell>
22112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22113 \begin_inset Text
22114
22115 \begin_layout Plain Layout
22116 \begin_inset Formula $\backprime$
22117 \end_inset
22118
22119
22120 \end_layout
22121
22122 \end_inset
22123 </cell>
22124 </row>
22125 <row>
22126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22127 \begin_inset Text
22128
22129 \begin_layout Plain Layout
22130
22131 \backslash
22132 mho
22133 \end_layout
22134
22135 \end_inset
22136 </cell>
22137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22138 \begin_inset Text
22139
22140 \begin_layout Plain Layout
22141 \begin_inset Formula $\mho$
22142 \end_inset
22143
22144
22145 \end_layout
22146
22147 \end_inset
22148 </cell>
22149 </row>
22150 <row>
22151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22152 \begin_inset Text
22153
22154 \begin_layout Plain Layout
22155
22156 \backslash
22157 triangle
22158 \end_layout
22159
22160 \end_inset
22161 </cell>
22162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22163 \begin_inset Text
22164
22165 \begin_layout Plain Layout
22166 \begin_inset Formula $\triangle$
22167 \end_inset
22168
22169
22170 \end_layout
22171
22172 \end_inset
22173 </cell>
22174 </row>
22175 <row>
22176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22177 \begin_inset Text
22178
22179 \begin_layout Plain Layout
22180
22181 \backslash
22182 angle
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22188 \begin_inset Text
22189
22190 \begin_layout Plain Layout
22191 \begin_inset Formula $\angle$
22192 \end_inset
22193
22194
22195 \end_layout
22196
22197 \end_inset
22198 </cell>
22199 </row>
22200 <row>
22201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205
22206 \backslash
22207 measuredangle
22208 \end_layout
22209
22210 \end_inset
22211 </cell>
22212 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22213 \begin_inset Text
22214
22215 \begin_layout Plain Layout
22216 \begin_inset Formula $\measuredangle$
22217 \end_inset
22218
22219
22220 \end_layout
22221
22222 \end_inset
22223 </cell>
22224 </row>
22225 <row>
22226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22227 \begin_inset Text
22228
22229 \begin_layout Plain Layout
22230
22231 \backslash
22232 sphericalangle
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22238 \begin_inset Text
22239
22240 \begin_layout Plain Layout
22241 \begin_inset Formula $\sphericalangle$
22242 \end_inset
22243
22244
22245 \end_layout
22246
22247 \end_inset
22248 </cell>
22249 </row>
22250 <row>
22251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22252 \begin_inset Text
22253
22254 \begin_layout Plain Layout
22255
22256 \backslash
22257 top
22258 \end_layout
22259
22260 \end_inset
22261 </cell>
22262 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22263 \begin_inset Text
22264
22265 \begin_layout Plain Layout
22266 \begin_inset Formula $\top$
22267 \end_inset
22268
22269
22270 \end_layout
22271
22272 \end_inset
22273 </cell>
22274 </row>
22275 <row>
22276 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22277 \begin_inset Text
22278
22279 \begin_layout Plain Layout
22280
22281 \backslash
22282 bot
22283 \end_layout
22284
22285 \end_inset
22286 </cell>
22287 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22288 \begin_inset Text
22289
22290 \begin_layout Plain Layout
22291 \begin_inset Formula $\bot$
22292 \end_inset
22293
22294
22295 \end_layout
22296
22297 \end_inset
22298 </cell>
22299 </row>
22300 </lyxtabular>
22301
22302 \end_inset
22303
22304
22305 \end_layout
22306
22307 \begin_layout Subsection
22308 Miscellaneous Symbols
22309 \begin_inset CommandInset label
22310 LatexCommand label
22311 name "subsec:Miscellaneous-Symbols"
22312
22313 \end_inset
22314
22315
22316 \begin_inset Index idx
22317 status collapsed
22318
22319 \begin_layout Plain Layout
22320 Symbols ! miscellaneous
22321 \end_layout
22322
22323 \end_inset
22324
22325
22326 \end_layout
22327
22328 \begin_layout Standard
22329 \noindent
22330 \align center
22331 \begin_inset Tabular
22332 <lyxtabular version="3" rows="10" columns="2">
22333 <features booktabs="true" tabularvalignment="middle">
22334 <column alignment="center" valignment="top" width="0pt">
22335 <column alignment="center" valignment="top" width="0pt">
22336 <row>
22337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22338 \begin_inset Text
22339
22340 \begin_layout Plain Layout
22341 Command
22342 \end_layout
22343
22344 \end_inset
22345 </cell>
22346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22347 \begin_inset Text
22348
22349 \begin_layout Plain Layout
22350 Symbol
22351 \end_layout
22352
22353 \end_inset
22354 </cell>
22355 </row>
22356 <row>
22357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22358 \begin_inset Text
22359
22360 \begin_layout Plain Layout
22361
22362 \backslash
22363 flat
22364 \end_layout
22365
22366 \end_inset
22367 </cell>
22368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22369 \begin_inset Text
22370
22371 \begin_layout Plain Layout
22372 \begin_inset Formula $\flat$
22373 \end_inset
22374
22375
22376 \end_layout
22377
22378 \end_inset
22379 </cell>
22380 </row>
22381 <row>
22382 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22383 \begin_inset Text
22384
22385 \begin_layout Plain Layout
22386
22387 \backslash
22388 natural
22389 \end_layout
22390
22391 \end_inset
22392 </cell>
22393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22394 \begin_inset Text
22395
22396 \begin_layout Plain Layout
22397 \begin_inset Formula $\natural$
22398 \end_inset
22399
22400
22401 \end_layout
22402
22403 \end_inset
22404 </cell>
22405 </row>
22406 <row>
22407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22408 \begin_inset Text
22409
22410 \begin_layout Plain Layout
22411
22412 \backslash
22413 sharp
22414 \end_layout
22415
22416 \end_inset
22417 </cell>
22418 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22419 \begin_inset Text
22420
22421 \begin_layout Plain Layout
22422 \begin_inset Formula $\sharp$
22423 \end_inset
22424
22425
22426 \end_layout
22427
22428 \end_inset
22429 </cell>
22430 </row>
22431 <row>
22432 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436
22437 \backslash
22438 surd
22439 \end_layout
22440
22441 \end_inset
22442 </cell>
22443 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22444 \begin_inset Text
22445
22446 \begin_layout Plain Layout
22447 \begin_inset Formula $\surd$
22448 \end_inset
22449
22450
22451 \end_layout
22452
22453 \end_inset
22454 </cell>
22455 </row>
22456 <row>
22457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22458 \begin_inset Text
22459
22460 \begin_layout Plain Layout
22461
22462 \backslash
22463 checkmark
22464 \end_layout
22465
22466 \end_inset
22467 </cell>
22468 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22469 \begin_inset Text
22470
22471 \begin_layout Plain Layout
22472 \begin_inset Formula $\checkmark$
22473 \end_inset
22474
22475
22476 \end_layout
22477
22478 \end_inset
22479 </cell>
22480 </row>
22481 <row>
22482 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22483 \begin_inset Text
22484
22485 \begin_layout Plain Layout
22486
22487 \backslash
22488 yen
22489 \end_layout
22490
22491 \end_inset
22492 </cell>
22493 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22494 \begin_inset Text
22495
22496 \begin_layout Plain Layout
22497 \begin_inset Formula $\yen$
22498 \end_inset
22499
22500
22501 \end_layout
22502
22503 \end_inset
22504 </cell>
22505 </row>
22506 <row>
22507 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22508 \begin_inset Text
22509
22510 \begin_layout Plain Layout
22511
22512 \backslash
22513 pounds
22514 \end_layout
22515
22516 \end_inset
22517 </cell>
22518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22519 \begin_inset Text
22520
22521 \begin_layout Plain Layout
22522 \begin_inset Formula $\pounds$
22523 \end_inset
22524
22525
22526 \end_layout
22527
22528 \end_inset
22529 </cell>
22530 </row>
22531 <row>
22532 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22533 \begin_inset Text
22534
22535 \begin_layout Plain Layout
22536 $
22537 \end_layout
22538
22539 \end_inset
22540 </cell>
22541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22542 \begin_inset Text
22543
22544 \begin_layout Plain Layout
22545 \begin_inset Formula $\$$
22546 \end_inset
22547
22548
22549 \end_layout
22550
22551 \end_inset
22552 </cell>
22553 </row>
22554 <row>
22555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22556 \begin_inset Text
22557
22558 \begin_layout Plain Layout
22559 §
22560 \end_layout
22561
22562 \end_inset
22563 </cell>
22564 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22565 \begin_inset Text
22566
22567 \begin_layout Plain Layout
22568 \begin_inset Formula $§$
22569 \end_inset
22570
22571
22572 \end_layout
22573
22574 \end_inset
22575 </cell>
22576 </row>
22577 </lyxtabular>
22578
22579 \end_inset
22580
22581
22582 \begin_inset space \hfill{}
22583 \end_inset
22584
22585
22586 \begin_inset Tabular
22587 <lyxtabular version="3" rows="10" columns="2">
22588 <features booktabs="true" tabularvalignment="middle">
22589 <column alignment="center" valignment="top" width="0pt">
22590 <column alignment="center" valignment="top">
22591 <row>
22592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22593 \begin_inset Text
22594
22595 \begin_layout Plain Layout
22596 Command
22597 \end_layout
22598
22599 \end_inset
22600 </cell>
22601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22602 \begin_inset Text
22603
22604 \begin_layout Plain Layout
22605 Symbol
22606 \end_layout
22607
22608 \end_inset
22609 </cell>
22610 </row>
22611 <row>
22612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22613 \begin_inset Text
22614
22615 \begin_layout Plain Layout
22616
22617 \backslash
22618 hbar
22619 \end_layout
22620
22621 \end_inset
22622 </cell>
22623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22624 \begin_inset Text
22625
22626 \begin_layout Plain Layout
22627 \begin_inset Formula $\hbar$
22628 \end_inset
22629
22630
22631 \end_layout
22632
22633 \end_inset
22634 </cell>
22635 </row>
22636 <row>
22637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22638 \begin_inset Text
22639
22640 \begin_layout Plain Layout
22641
22642 \backslash
22643 hslash
22644 \end_layout
22645
22646 \end_inset
22647 </cell>
22648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22649 \begin_inset Text
22650
22651 \begin_layout Plain Layout
22652 \begin_inset Formula $\hslash$
22653 \end_inset
22654
22655
22656 \end_layout
22657
22658 \end_inset
22659 </cell>
22660 </row>
22661 <row>
22662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22663 \begin_inset Text
22664
22665 \begin_layout Plain Layout
22666
22667 \backslash
22668 clubsuit
22669 \end_layout
22670
22671 \end_inset
22672 </cell>
22673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22674 \begin_inset Text
22675
22676 \begin_layout Plain Layout
22677 \begin_inset Formula $\clubsuit$
22678 \end_inset
22679
22680
22681 \end_layout
22682
22683 \end_inset
22684 </cell>
22685 </row>
22686 <row>
22687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691
22692 \backslash
22693 spadesuit
22694 \end_layout
22695
22696 \end_inset
22697 </cell>
22698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22699 \begin_inset Text
22700
22701 \begin_layout Plain Layout
22702 \begin_inset Formula $\spadesuit$
22703 \end_inset
22704
22705
22706 \end_layout
22707
22708 \end_inset
22709 </cell>
22710 </row>
22711 <row>
22712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716
22717 \backslash
22718 bigstar
22719 \end_layout
22720
22721 \end_inset
22722 </cell>
22723 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22724 \begin_inset Text
22725
22726 \begin_layout Plain Layout
22727 \begin_inset Formula $\bigstar$
22728 \end_inset
22729
22730
22731 \end_layout
22732
22733 \end_inset
22734 </cell>
22735 </row>
22736 <row>
22737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741
22742 \backslash
22743 blacklozenge
22744 \end_layout
22745
22746 \end_inset
22747 </cell>
22748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22749 \begin_inset Text
22750
22751 \begin_layout Plain Layout
22752 \begin_inset Formula $\blacklozenge$
22753 \end_inset
22754
22755
22756 \end_layout
22757
22758 \end_inset
22759 </cell>
22760 </row>
22761 <row>
22762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22763 \begin_inset Text
22764
22765 \begin_layout Plain Layout
22766
22767 \backslash
22768 blacktriangle
22769 \end_layout
22770
22771 \end_inset
22772 </cell>
22773 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22774 \begin_inset Text
22775
22776 \begin_layout Plain Layout
22777 \begin_inset Formula $\blacktriangle$
22778 \end_inset
22779
22780
22781 \end_layout
22782
22783 \end_inset
22784 </cell>
22785 </row>
22786 <row>
22787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22788 \begin_inset Text
22789
22790 \begin_layout Plain Layout
22791
22792 \backslash
22793 blacktiangledown
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22799 \begin_inset Text
22800
22801 \begin_layout Plain Layout
22802 \begin_inset Formula $\blacktriangledown$
22803 \end_inset
22804
22805
22806 \end_layout
22807
22808 \end_inset
22809 </cell>
22810 </row>
22811 <row>
22812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22813 \begin_inset Text
22814
22815 \begin_layout Plain Layout
22816
22817 \backslash
22818 bullet
22819 \end_layout
22820
22821 \end_inset
22822 </cell>
22823 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22824 \begin_inset Text
22825
22826 \begin_layout Plain Layout
22827 \begin_inset Formula $\bullet$
22828 \end_inset
22829
22830
22831 \end_layout
22832
22833 \end_inset
22834 </cell>
22835 </row>
22836 </lyxtabular>
22837
22838 \end_inset
22839
22840
22841 \begin_inset space \hfill{}
22842 \end_inset
22843
22844
22845 \begin_inset Tabular
22846 <lyxtabular version="3" rows="10" columns="2">
22847 <features booktabs="true" tabularvalignment="middle">
22848 <column alignment="center" valignment="top" width="0pt">
22849 <column alignment="center" valignment="top" width="0pt">
22850 <row>
22851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22852 \begin_inset Text
22853
22854 \begin_layout Plain Layout
22855 Command
22856 \end_layout
22857
22858 \end_inset
22859 </cell>
22860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22861 \begin_inset Text
22862
22863 \begin_layout Plain Layout
22864 Symbol
22865 \end_layout
22866
22867 \end_inset
22868 </cell>
22869 </row>
22870 <row>
22871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22872 \begin_inset Text
22873
22874 \begin_layout Plain Layout
22875
22876 \backslash
22877 diamondsuit
22878 \end_layout
22879
22880 \end_inset
22881 </cell>
22882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22883 \begin_inset Text
22884
22885 \begin_layout Plain Layout
22886 \begin_inset Formula $\diamondsuit$
22887 \end_inset
22888
22889
22890 \end_layout
22891
22892 \end_inset
22893 </cell>
22894 </row>
22895 <row>
22896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22897 \begin_inset Text
22898
22899 \begin_layout Plain Layout
22900
22901 \backslash
22902 Diamond
22903 \end_layout
22904
22905 \end_inset
22906 </cell>
22907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22908 \begin_inset Text
22909
22910 \begin_layout Plain Layout
22911 \begin_inset Formula $\Diamond$
22912 \end_inset
22913
22914
22915 \end_layout
22916
22917 \end_inset
22918 </cell>
22919 </row>
22920 <row>
22921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22922 \begin_inset Text
22923
22924 \begin_layout Plain Layout
22925
22926 \backslash
22927 heartsuit
22928 \end_layout
22929
22930 \end_inset
22931 </cell>
22932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22933 \begin_inset Text
22934
22935 \begin_layout Plain Layout
22936 \begin_inset Formula $\heartsuit$
22937 \end_inset
22938
22939
22940 \end_layout
22941
22942 \end_inset
22943 </cell>
22944 </row>
22945 <row>
22946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22947 \begin_inset Text
22948
22949 \begin_layout Plain Layout
22950
22951 \backslash
22952 P
22953 \end_layout
22954
22955 \end_inset
22956 </cell>
22957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22958 \begin_inset Text
22959
22960 \begin_layout Plain Layout
22961 \begin_inset Formula $\P$
22962 \end_inset
22963
22964
22965 \end_layout
22966
22967 \end_inset
22968 </cell>
22969 </row>
22970 <row>
22971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22972 \begin_inset Text
22973
22974 \begin_layout Plain Layout
22975
22976 \backslash
22977 copyright
22978 \end_layout
22979
22980 \end_inset
22981 </cell>
22982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22983 \begin_inset Text
22984
22985 \begin_layout Plain Layout
22986 \begin_inset Formula $\copyright$
22987 \end_inset
22988
22989
22990 \end_layout
22991
22992 \end_inset
22993 </cell>
22994 </row>
22995 <row>
22996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22997 \begin_inset Text
22998
22999 \begin_layout Plain Layout
23000
23001 \backslash
23002 circledR
23003 \end_layout
23004
23005 \end_inset
23006 </cell>
23007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23008 \begin_inset Text
23009
23010 \begin_layout Plain Layout
23011 \begin_inset Formula $\circledR$
23012 \end_inset
23013
23014
23015 \end_layout
23016
23017 \end_inset
23018 </cell>
23019 </row>
23020 <row>
23021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23022 \begin_inset Text
23023
23024 \begin_layout Plain Layout
23025
23026 \backslash
23027 maltese
23028 \end_layout
23029
23030 \end_inset
23031 </cell>
23032 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23033 \begin_inset Text
23034
23035 \begin_layout Plain Layout
23036 \begin_inset Formula $\maltese$
23037 \end_inset
23038
23039
23040 \end_layout
23041
23042 \end_inset
23043 </cell>
23044 </row>
23045 <row>
23046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23047 \begin_inset Text
23048
23049 \begin_layout Plain Layout
23050
23051 \backslash
23052 diagup
23053 \end_layout
23054
23055 \end_inset
23056 </cell>
23057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23058 \begin_inset Text
23059
23060 \begin_layout Plain Layout
23061 \begin_inset Formula $\diagup$
23062 \end_inset
23063
23064
23065 \end_layout
23066
23067 \end_inset
23068 </cell>
23069 </row>
23070 <row>
23071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23072 \begin_inset Text
23073
23074 \begin_layout Plain Layout
23075
23076 \backslash
23077 diagdown
23078 \end_layout
23079
23080 \end_inset
23081 </cell>
23082 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23083 \begin_inset Text
23084
23085 \begin_layout Plain Layout
23086 \begin_inset Formula $\diagdown$
23087 \end_inset
23088
23089
23090 \end_layout
23091
23092 \end_inset
23093 </cell>
23094 </row>
23095 </lyxtabular>
23096
23097 \end_inset
23098
23099
23100 \end_layout
23101
23102 \begin_layout Standard
23103 \begin_inset VSpace medskip
23104 \end_inset
23105
23106
23107 \end_layout
23108
23109 \begin_layout Standard
23110 Some symbols can be displayed in different sizes, see 
23111 \begin_inset CommandInset ref
23112 LatexCommand ref
23113 reference "subsec:Font-Sizes"
23114
23115 \end_inset
23116
23117 .
23118 \end_layout
23119
23120 \begin_layout Subsection
23121 The Euro-Symbol €
23122 \begin_inset Index idx
23123 status collapsed
23124
23125 \begin_layout Plain Layout
23126 Symbols ! Euro-symbol
23127 \end_layout
23128
23129 \end_inset
23130
23131
23132 \begin_inset Index idx
23133 status collapsed
23134
23135 \begin_layout Plain Layout
23136
23137 \backslash
23138 @
23139 \begin_inset ERT
23140 status collapsed
23141
23142 \begin_layout Plain Layout
23143
23144
23145 \backslash
23146 officialeuro
23147 \end_layout
23148
23149 \end_inset
23150
23151
23152 \end_layout
23153
23154 \end_inset
23155
23156
23157 \end_layout
23158
23159 \begin_layout Standard
23160 To use the Euro symbol in formulas, the \SpecialChar LaTeX
23161 -package 
23162 \series bold
23163 eurosym
23164 \series default
23165
23166 \begin_inset Index idx
23167 status collapsed
23168
23169 \begin_layout Plain Layout
23170 Packages ! eurosym
23171 \end_layout
23172
23173 \end_inset
23174
23175  must be installed and loaded with the \SpecialChar LaTeX
23176 -preamble line
23177 \end_layout
23178
23179 \begin_layout Standard
23180
23181 \series bold
23182
23183 \backslash
23184 usepackage[gennarrow]{eurosym}
23185 \end_layout
23186
23187 \begin_layout Standard
23188 The Euro symbol can now be inserted with the command 
23189 \series bold
23190
23191 \backslash
23192 euro
23193 \series default
23194
23195 \begin_inset Index idx
23196 status collapsed
23197
23198 \begin_layout Plain Layout
23199 Commands ! E ! 
23200 \backslash
23201 euro
23202 \end_layout
23203
23204 \end_inset
23205
23206 .
23207 \end_layout
23208
23209 \begin_layout Standard
23210 The Euro symbol can directly be inserted with the € key in mathematical
23211  text, without having 
23212 \series bold
23213 eurosym
23214 \series default
23215  installed.
23216  When 
23217 \series bold
23218 eurosym
23219 \series default
23220  is installed, 
23221 \series bold
23222
23223 \backslash
23224 euro
23225 \series default
23226  can also be inserted in \SpecialChar TeX
23227  mode.
23228  The official currency symbol can then be inserted with the command 
23229 \series bold
23230
23231 \backslash
23232 officialeuro
23233 \series default
23234
23235 \begin_inset Index idx
23236 status collapsed
23237
23238 \begin_layout Plain Layout
23239 Commands ! O ! 
23240 \backslash
23241 officialeuro
23242 \end_layout
23243
23244 \end_inset
23245
23246 , which is also only available in \SpecialChar TeX
23247  mode.
23248 \end_layout
23249
23250 \begin_layout Standard
23251 \begin_inset ERT
23252 status collapsed
23253
23254 \begin_layout Plain Layout
23255
23256
23257 \backslash
23258 ifeurosym 
23259 \end_layout
23260
23261 \end_inset
23262
23263
23264 \begin_inset Note Note
23265 status open
23266
23267 \begin_layout Plain Layout
23268 The following table will only be displayed when the \SpecialChar LaTeX
23269 -package 
23270 \series bold
23271 eurosym
23272 \series default
23273  is installed.
23274 \end_layout
23275
23276 \end_inset
23277
23278
23279 \end_layout
23280
23281 \begin_layout Standard
23282 An overview about the different Euro symbols:
23283 \end_layout
23284
23285 \begin_layout Standard
23286 \align center
23287 \begin_inset Tabular
23288 <lyxtabular version="3" rows="4" columns="3">
23289 <features booktabs="true" tabularvalignment="middle">
23290 <column alignment="center" valignment="top" width="0pt">
23291 <column alignment="center" valignment="top" width="0pt">
23292 <column alignment="center" valignment="top" width="0pt">
23293 <row>
23294 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
23295 \begin_inset Text
23296
23297 \begin_layout Plain Layout
23298 \begin_inset ERT
23299 status collapsed
23300
23301 \begin_layout Plain Layout
23302
23303
23304 \backslash
23305 cmidrule[0.08em]{2-3}
23306 \end_layout
23307
23308 \end_inset
23309
23310
23311 \end_layout
23312
23313 \end_inset
23314 </cell>
23315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23316 \begin_inset Text
23317
23318 \begin_layout Plain Layout
23319 Command 
23320 \end_layout
23321
23322 \end_inset
23323 </cell>
23324 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23325 \begin_inset Text
23326
23327 \begin_layout Plain Layout
23328 Symbol
23329 \end_layout
23330
23331 \end_inset
23332 </cell>
23333 </row>
23334 <row>
23335 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23336 \begin_inset Text
23337
23338 \begin_layout Plain Layout
23339 formula
23340 \end_layout
23341
23342 \end_inset
23343 </cell>
23344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23345 \begin_inset Text
23346
23347 \begin_layout Plain Layout
23348
23349 \backslash
23350 euro
23351 \end_layout
23352
23353 \end_inset
23354 </cell>
23355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23356 \begin_inset Text
23357
23358 \begin_layout Plain Layout
23359 \begin_inset Formula $\euro$
23360 \end_inset
23361
23362
23363 \end_layout
23364
23365 \end_inset
23366 </cell>
23367 </row>
23368 <row>
23369 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23370 \begin_inset Text
23371
23372 \begin_layout Plain Layout
23373 mathematical text
23374 \end_layout
23375
23376 \end_inset
23377 </cell>
23378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23379 \begin_inset Text
23380
23381 \begin_layout Plain Layout
23382
23383 \end_layout
23384
23385 \end_inset
23386 </cell>
23387 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23388 \begin_inset Text
23389
23390 \begin_layout Plain Layout
23391 \begin_inset Formula $\mbox{€}$
23392 \end_inset
23393
23394
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 </row>
23400 <row>
23401 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23402 \begin_inset Text
23403
23404 \begin_layout Plain Layout
23405 \SpecialChar TeX
23406  mode
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23412 \begin_inset Text
23413
23414 \begin_layout Plain Layout
23415
23416 \backslash
23417 officialeuro
23418 \end_layout
23419
23420 \end_inset
23421 </cell>
23422 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23423 \begin_inset Text
23424
23425 \begin_layout Plain Layout
23426 \begin_inset ERT
23427 status collapsed
23428
23429 \begin_layout Plain Layout
23430
23431
23432 \backslash
23433 officialeuro
23434 \end_layout
23435
23436 \end_inset
23437
23438
23439 \end_layout
23440
23441 \end_inset
23442 </cell>
23443 </row>
23444 </lyxtabular>
23445
23446 \end_inset
23447
23448
23449 \begin_inset Note Note
23450 status collapsed
23451
23452 \begin_layout Plain Layout
23453
23454 \series bold
23455
23456 \backslash
23457 cmidrule
23458 \series default
23459  is used here only for table borders.
23460  See sec.
23461  
23462 \family sans
23463 Formal Tables
23464 \family default
23465  of the 
23466 \emph on
23467 EmbeddedObjects
23468 \emph default
23469  manual for details.
23470 \end_layout
23471
23472 \end_inset
23473
23474
23475 \end_layout
23476
23477 \begin_layout Standard
23478 \begin_inset ERT
23479 status collapsed
23480
23481 \begin_layout Plain Layout
23482
23483
23484 \backslash
23485 else 
23486 \end_layout
23487
23488 \end_inset
23489
23490
23491 \begin_inset Note Note
23492 status open
23493
23494 \begin_layout Plain Layout
23495 The following will be displayed when the \SpecialChar LaTeX
23496 -package 
23497 \series bold
23498 eurosym
23499 \series default
23500  is not installed:
23501 \end_layout
23502
23503 \end_inset
23504
23505
23506 \end_layout
23507
23508 \begin_layout Standard
23509 You need to install the \SpecialChar LaTeX
23510 -package 
23511 \series bold
23512 eurosym
23513 \series default
23514  to see the rest of this subsection in the output.
23515 \end_layout
23516
23517 \begin_layout Standard
23518 \begin_inset ERT
23519 status collapsed
23520
23521 \begin_layout Plain Layout
23522
23523
23524 \backslash
23525 fi 
23526 \end_layout
23527
23528 \end_inset
23529
23530
23531 \end_layout
23532
23533 \begin_layout Section
23534 Relations
23535 \begin_inset CommandInset label
23536 LatexCommand label
23537 name "sec:Relations"
23538
23539 \end_inset
23540
23541
23542 \begin_inset Index idx
23543 status collapsed
23544
23545 \begin_layout Plain Layout
23546 Relations
23547 \end_layout
23548
23549 \end_inset
23550
23551
23552 \begin_inset Index idx
23553 status collapsed
23554
23555 \begin_layout Plain Layout
23556 Comparisons|see
23557 \begin_inset ERT
23558 status collapsed
23559
23560 \begin_layout Plain Layout
23561
23562 {
23563 \end_layout
23564
23565 \end_inset
23566
23567 Relations
23568 \begin_inset ERT
23569 status collapsed
23570
23571 \begin_layout Plain Layout
23572
23573 }
23574 \end_layout
23575
23576 \end_inset
23577
23578
23579 \end_layout
23580
23581 \end_inset
23582
23583
23584 \end_layout
23585
23586 \begin_layout Standard
23587 All of the following relations can also be inserted via the toolbar button
23588  
23589 \begin_inset Info
23590 type  "icon"
23591 arg   "math-insert \\leq"
23592 \end_inset
23593
23594 .
23595 \end_layout
23596
23597 \begin_layout Standard
23598 \begin_inset Tabular
23599 <lyxtabular version="3" rows="17" columns="2">
23600 <features booktabs="true" tabularvalignment="middle">
23601 <column alignment="center" valignment="top" width="0pt">
23602 <column alignment="center" valignment="top" width="0pt">
23603 <row>
23604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23605 \begin_inset Text
23606
23607 \begin_layout Plain Layout
23608 Command
23609 \end_layout
23610
23611 \end_inset
23612 </cell>
23613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23614 \begin_inset Text
23615
23616 \begin_layout Plain Layout
23617 Relation
23618 \end_layout
23619
23620 \end_inset
23621 </cell>
23622 </row>
23623 <row>
23624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23625 \begin_inset Text
23626
23627 \begin_layout Plain Layout
23628 <
23629 \end_layout
23630
23631 \end_inset
23632 </cell>
23633 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23634 \begin_inset Text
23635
23636 \begin_layout Plain Layout
23637 \begin_inset Formula $<$
23638 \end_inset
23639
23640
23641 \end_layout
23642
23643 \end_inset
23644 </cell>
23645 </row>
23646 <row>
23647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23648 \begin_inset Text
23649
23650 \begin_layout Plain Layout
23651
23652 \backslash
23653 le
23654 \end_layout
23655
23656 \end_inset
23657 </cell>
23658 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23659 \begin_inset Text
23660
23661 \begin_layout Plain Layout
23662 \begin_inset Formula $\le$
23663 \end_inset
23664
23665
23666 \end_layout
23667
23668 \end_inset
23669 </cell>
23670 </row>
23671 <row>
23672 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23673 \begin_inset Text
23674
23675 \begin_layout Plain Layout
23676
23677 \backslash
23678 ll
23679 \end_layout
23680
23681 \end_inset
23682 </cell>
23683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23684 \begin_inset Text
23685
23686 \begin_layout Plain Layout
23687 \begin_inset Formula $\ll$
23688 \end_inset
23689
23690
23691 \end_layout
23692
23693 \end_inset
23694 </cell>
23695 </row>
23696 <row>
23697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23698 \begin_inset Text
23699
23700 \begin_layout Plain Layout
23701
23702 \backslash
23703 prec
23704 \end_layout
23705
23706 \end_inset
23707 </cell>
23708 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23709 \begin_inset Text
23710
23711 \begin_layout Plain Layout
23712 \begin_inset Formula $\prec$
23713 \end_inset
23714
23715
23716 \end_layout
23717
23718 \end_inset
23719 </cell>
23720 </row>
23721 <row>
23722 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23723 \begin_inset Text
23724
23725 \begin_layout Plain Layout
23726
23727 \backslash
23728 preceq
23729 \end_layout
23730
23731 \end_inset
23732 </cell>
23733 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23734 \begin_inset Text
23735
23736 \begin_layout Plain Layout
23737 \begin_inset Formula $\preceq$
23738 \end_inset
23739
23740
23741 \end_layout
23742
23743 \end_inset
23744 </cell>
23745 </row>
23746 <row>
23747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23748 \begin_inset Text
23749
23750 \begin_layout Plain Layout
23751
23752 \backslash
23753 subset
23754 \end_layout
23755
23756 \end_inset
23757 </cell>
23758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23759 \begin_inset Text
23760
23761 \begin_layout Plain Layout
23762 \begin_inset Formula $\subset$
23763 \end_inset
23764
23765
23766 \end_layout
23767
23768 \end_inset
23769 </cell>
23770 </row>
23771 <row>
23772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23773 \begin_inset Text
23774
23775 \begin_layout Plain Layout
23776
23777 \backslash
23778 subseteq
23779 \end_layout
23780
23781 \end_inset
23782 </cell>
23783 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23784 \begin_inset Text
23785
23786 \begin_layout Plain Layout
23787 \begin_inset Formula $\subseteq$
23788 \end_inset
23789
23790
23791 \end_layout
23792
23793 \end_inset
23794 </cell>
23795 </row>
23796 <row>
23797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23798 \begin_inset Text
23799
23800 \begin_layout Plain Layout
23801
23802 \backslash
23803 sqsubseteq
23804 \end_layout
23805
23806 \end_inset
23807 </cell>
23808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23809 \begin_inset Text
23810
23811 \begin_layout Plain Layout
23812 \begin_inset Formula $\sqsubseteq$
23813 \end_inset
23814
23815
23816 \end_layout
23817
23818 \end_inset
23819 </cell>
23820 </row>
23821 <row>
23822 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23823 \begin_inset Text
23824
23825 \begin_layout Plain Layout
23826
23827 \backslash
23828 in
23829 \end_layout
23830
23831 \end_inset
23832 </cell>
23833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23834 \begin_inset Text
23835
23836 \begin_layout Plain Layout
23837 \begin_inset Formula $\in$
23838 \end_inset
23839
23840
23841 \end_layout
23842
23843 \end_inset
23844 </cell>
23845 </row>
23846 <row>
23847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23848 \begin_inset Text
23849
23850 \begin_layout Plain Layout
23851
23852 \backslash
23853 vdash
23854 \end_layout
23855
23856 \end_inset
23857 </cell>
23858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23859 \begin_inset Text
23860
23861 \begin_layout Plain Layout
23862 \begin_inset Formula $\vdash$
23863 \end_inset
23864
23865
23866 \end_layout
23867
23868 \end_inset
23869 </cell>
23870 </row>
23871 <row>
23872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23873 \begin_inset Text
23874
23875 \begin_layout Plain Layout
23876
23877 \backslash
23878 smile
23879 \end_layout
23880
23881 \end_inset
23882 </cell>
23883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23884 \begin_inset Text
23885
23886 \begin_layout Plain Layout
23887 \begin_inset Formula $\smile$
23888 \end_inset
23889
23890
23891 \end_layout
23892
23893 \end_inset
23894 </cell>
23895 </row>
23896 <row>
23897 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23898 \begin_inset Text
23899
23900 \begin_layout Plain Layout
23901
23902 \backslash
23903 lhd
23904 \end_layout
23905
23906 \end_inset
23907 </cell>
23908 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23909 \begin_inset Text
23910
23911 \begin_layout Plain Layout
23912 \begin_inset Formula $\lhd$
23913 \end_inset
23914
23915
23916 \end_layout
23917
23918 \end_inset
23919 </cell>
23920 </row>
23921 <row>
23922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23923 \begin_inset Text
23924
23925 \begin_layout Plain Layout
23926
23927 \backslash
23928 unlhd
23929 \end_layout
23930
23931 \end_inset
23932 </cell>
23933 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23934 \begin_inset Text
23935
23936 \begin_layout Plain Layout
23937 \begin_inset Formula $\unlhd$
23938 \end_inset
23939
23940
23941 \end_layout
23942
23943 \end_inset
23944 </cell>
23945 </row>
23946 <row>
23947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23948 \begin_inset Text
23949
23950 \begin_layout Plain Layout
23951
23952 \backslash
23953 gtrless
23954 \end_layout
23955
23956 \end_inset
23957 </cell>
23958 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23959 \begin_inset Text
23960
23961 \begin_layout Plain Layout
23962 \begin_inset Formula $\gtrless$
23963 \end_inset
23964
23965
23966 \end_layout
23967
23968 \end_inset
23969 </cell>
23970 </row>
23971 <row>
23972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23973 \begin_inset Text
23974
23975 \begin_layout Plain Layout
23976
23977 \backslash
23978 mid
23979 \end_layout
23980
23981 \end_inset
23982 </cell>
23983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23984 \begin_inset Text
23985
23986 \begin_layout Plain Layout
23987 \begin_inset Formula $\mid$
23988 \end_inset
23989
23990
23991 \end_layout
23992
23993 \end_inset
23994 </cell>
23995 </row>
23996 <row>
23997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23998 \begin_inset Text
23999
24000 \begin_layout Plain Layout
24001
24002 \backslash
24003 nmid
24004 \end_layout
24005
24006 \end_inset
24007 </cell>
24008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24009 \begin_inset Text
24010
24011 \begin_layout Plain Layout
24012 \begin_inset Formula $\nmid$
24013 \end_inset
24014
24015
24016 \end_layout
24017
24018 \end_inset
24019 </cell>
24020 </row>
24021 </lyxtabular>
24022
24023 \end_inset
24024
24025
24026 \begin_inset space \hfill{}
24027 \end_inset
24028
24029
24030 \begin_inset Tabular
24031 <lyxtabular version="3" rows="17" columns="2">
24032 <features booktabs="true" tabularvalignment="middle">
24033 <column alignment="center" valignment="top" width="0pt">
24034 <column alignment="center" valignment="top" width="0pt">
24035 <row>
24036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24037 \begin_inset Text
24038
24039 \begin_layout Plain Layout
24040 Command
24041 \end_layout
24042
24043 \end_inset
24044 </cell>
24045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24046 \begin_inset Text
24047
24048 \begin_layout Plain Layout
24049 Relation
24050 \end_layout
24051
24052 \end_inset
24053 </cell>
24054 </row>
24055 <row>
24056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24057 \begin_inset Text
24058
24059 \begin_layout Plain Layout
24060 =
24061 \end_layout
24062
24063 \end_inset
24064 </cell>
24065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24066 \begin_inset Text
24067
24068 \begin_layout Plain Layout
24069 \begin_inset Formula $=$
24070 \end_inset
24071
24072
24073 \end_layout
24074
24075 \end_inset
24076 </cell>
24077 </row>
24078 <row>
24079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24080 \begin_inset Text
24081
24082 \begin_layout Plain Layout
24083
24084 \backslash
24085 not=
24086 \end_layout
24087
24088 \end_inset
24089 </cell>
24090 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24091 \begin_inset Text
24092
24093 \begin_layout Plain Layout
24094 \begin_inset Formula $\not=$
24095 \end_inset
24096
24097
24098 \end_layout
24099
24100 \end_inset
24101 </cell>
24102 </row>
24103 <row>
24104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24105 \begin_inset Text
24106
24107 \begin_layout Plain Layout
24108
24109 \backslash
24110 equiv
24111 \end_layout
24112
24113 \end_inset
24114 </cell>
24115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24116 \begin_inset Text
24117
24118 \begin_layout Plain Layout
24119 \begin_inset Formula $\equiv$
24120 \end_inset
24121
24122
24123 \end_layout
24124
24125 \end_inset
24126 </cell>
24127 </row>
24128 <row>
24129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24130 \begin_inset Text
24131
24132 \begin_layout Plain Layout
24133
24134 \backslash
24135 sim
24136 \end_layout
24137
24138 \end_inset
24139 </cell>
24140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24141 \begin_inset Text
24142
24143 \begin_layout Plain Layout
24144 \begin_inset Formula $\sim$
24145 \end_inset
24146
24147
24148 \end_layout
24149
24150 \end_inset
24151 </cell>
24152 </row>
24153 <row>
24154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24155 \begin_inset Text
24156
24157 \begin_layout Plain Layout
24158
24159 \backslash
24160 simeq
24161 \end_layout
24162
24163 \end_inset
24164 </cell>
24165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24166 \begin_inset Text
24167
24168 \begin_layout Plain Layout
24169 \begin_inset Formula $\simeq$
24170 \end_inset
24171
24172
24173 \end_layout
24174
24175 \end_inset
24176 </cell>
24177 </row>
24178 <row>
24179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24180 \begin_inset Text
24181
24182 \begin_layout Plain Layout
24183
24184 \backslash
24185 approx
24186 \end_layout
24187
24188 \end_inset
24189 </cell>
24190 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24191 \begin_inset Text
24192
24193 \begin_layout Plain Layout
24194 \begin_inset Formula $\approx$
24195 \end_inset
24196
24197
24198 \end_layout
24199
24200 \end_inset
24201 </cell>
24202 </row>
24203 <row>
24204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24205 \begin_inset Text
24206
24207 \begin_layout Plain Layout
24208
24209 \backslash
24210 cong
24211 \end_layout
24212
24213 \end_inset
24214 </cell>
24215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24216 \begin_inset Text
24217
24218 \begin_layout Plain Layout
24219 \begin_inset Formula $\cong$
24220 \end_inset
24221
24222
24223 \end_layout
24224
24225 \end_inset
24226 </cell>
24227 </row>
24228 <row>
24229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24230 \begin_inset Text
24231
24232 \begin_layout Plain Layout
24233
24234 \backslash
24235 bowtie
24236 \end_layout
24237
24238 \end_inset
24239 </cell>
24240 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24241 \begin_inset Text
24242
24243 \begin_layout Plain Layout
24244 \begin_inset Formula $\bowtie$
24245 \end_inset
24246
24247
24248 \end_layout
24249
24250 \end_inset
24251 </cell>
24252 </row>
24253 <row>
24254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24255 \begin_inset Text
24256
24257 \begin_layout Plain Layout
24258
24259 \backslash
24260 notin
24261 \end_layout
24262
24263 \end_inset
24264 </cell>
24265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24266 \begin_inset Text
24267
24268 \begin_layout Plain Layout
24269 \begin_inset Formula $\notin$
24270 \end_inset
24271
24272
24273 \end_layout
24274
24275 \end_inset
24276 </cell>
24277 </row>
24278 <row>
24279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24280 \begin_inset Text
24281
24282 \begin_layout Plain Layout
24283
24284 \backslash
24285 perp
24286 \end_layout
24287
24288 \end_inset
24289 </cell>
24290 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24291 \begin_inset Text
24292
24293 \begin_layout Plain Layout
24294 \begin_inset Formula $\perp$
24295 \end_inset
24296
24297
24298 \end_layout
24299
24300 \end_inset
24301 </cell>
24302 </row>
24303 <row>
24304 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24305 \begin_inset Text
24306
24307 \begin_layout Plain Layout
24308
24309 \backslash
24310 propto
24311 \end_layout
24312
24313 \end_inset
24314 </cell>
24315 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24316 \begin_inset Text
24317
24318 \begin_layout Plain Layout
24319 \begin_inset Formula $\propto$
24320 \end_inset
24321
24322
24323 \end_layout
24324
24325 \end_inset
24326 </cell>
24327 </row>
24328 <row>
24329 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24330 \begin_inset Text
24331
24332 \begin_layout Plain Layout
24333
24334 \backslash
24335 asymp
24336 \end_layout
24337
24338 \end_inset
24339 </cell>
24340 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Plain Layout
24344 \begin_inset Formula $\asymp$
24345 \end_inset
24346
24347
24348 \end_layout
24349
24350 \end_inset
24351 </cell>
24352 </row>
24353 <row>
24354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24355 \begin_inset Text
24356
24357 \begin_layout Plain Layout
24358
24359 \backslash
24360 doteq
24361 \end_layout
24362
24363 \end_inset
24364 </cell>
24365 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24366 \begin_inset Text
24367
24368 \begin_layout Plain Layout
24369 \begin_inset Formula $\doteq$
24370 \end_inset
24371
24372
24373 \end_layout
24374
24375 \end_inset
24376 </cell>
24377 </row>
24378 <row>
24379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24380 \begin_inset Text
24381
24382 \begin_layout Plain Layout
24383
24384 \backslash
24385 circeq
24386 \end_layout
24387
24388 \end_inset
24389 </cell>
24390 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24391 \begin_inset Text
24392
24393 \begin_layout Plain Layout
24394 \begin_inset Formula $\circeq$
24395 \end_inset
24396
24397
24398 \end_layout
24399
24400 \end_inset
24401 </cell>
24402 </row>
24403 <row>
24404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24405 \begin_inset Text
24406
24407 \begin_layout Plain Layout
24408
24409 \backslash
24410 models
24411 \end_layout
24412
24413 \end_inset
24414 </cell>
24415 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24416 \begin_inset Text
24417
24418 \begin_layout Plain Layout
24419 \begin_inset Formula $\models$
24420 \end_inset
24421
24422
24423 \end_layout
24424
24425 \end_inset
24426 </cell>
24427 </row>
24428 <row>
24429 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24430 \begin_inset Text
24431
24432 \begin_layout Plain Layout
24433
24434 \backslash
24435 widehat=
24436 \end_layout
24437
24438 \end_inset
24439 </cell>
24440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24441 \begin_inset Text
24442
24443 \begin_layout Plain Layout
24444 \begin_inset Formula $\widehat{=}$
24445 \end_inset
24446
24447
24448 \end_layout
24449
24450 \end_inset
24451 </cell>
24452 </row>
24453 </lyxtabular>
24454
24455 \end_inset
24456
24457
24458 \begin_inset space \hfill{}
24459 \end_inset
24460
24461
24462 \begin_inset Tabular
24463 <lyxtabular version="3" rows="17" columns="2">
24464 <features booktabs="true" tabularvalignment="middle">
24465 <column alignment="center" valignment="top" width="0pt">
24466 <column alignment="center" valignment="top" width="0pt">
24467 <row>
24468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24469 \begin_inset Text
24470
24471 \begin_layout Plain Layout
24472 Command
24473 \end_layout
24474
24475 \end_inset
24476 </cell>
24477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24478 \begin_inset Text
24479
24480 \begin_layout Plain Layout
24481 Relation
24482 \end_layout
24483
24484 \end_inset
24485 </cell>
24486 </row>
24487 <row>
24488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24489 \begin_inset Text
24490
24491 \begin_layout Plain Layout
24492 >
24493 \end_layout
24494
24495 \end_inset
24496 </cell>
24497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24498 \begin_inset Text
24499
24500 \begin_layout Plain Layout
24501 \begin_inset Formula $>$
24502 \end_inset
24503
24504
24505 \end_layout
24506
24507 \end_inset
24508 </cell>
24509 </row>
24510 <row>
24511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24512 \begin_inset Text
24513
24514 \begin_layout Plain Layout
24515
24516 \backslash
24517 ge
24518 \end_layout
24519
24520 \end_inset
24521 </cell>
24522 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24523 \begin_inset Text
24524
24525 \begin_layout Plain Layout
24526 \begin_inset Formula $\ge$
24527 \end_inset
24528
24529
24530 \end_layout
24531
24532 \end_inset
24533 </cell>
24534 </row>
24535 <row>
24536 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24537 \begin_inset Text
24538
24539 \begin_layout Plain Layout
24540
24541 \backslash
24542 gg
24543 \end_layout
24544
24545 \end_inset
24546 </cell>
24547 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24548 \begin_inset Text
24549
24550 \begin_layout Plain Layout
24551 \begin_inset Formula $\gg$
24552 \end_inset
24553
24554
24555 \end_layout
24556
24557 \end_inset
24558 </cell>
24559 </row>
24560 <row>
24561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24562 \begin_inset Text
24563
24564 \begin_layout Plain Layout
24565
24566 \backslash
24567 succ
24568 \end_layout
24569
24570 \end_inset
24571 </cell>
24572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24573 \begin_inset Text
24574
24575 \begin_layout Plain Layout
24576 \begin_inset Formula $\succ$
24577 \end_inset
24578
24579
24580 \end_layout
24581
24582 \end_inset
24583 </cell>
24584 </row>
24585 <row>
24586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24587 \begin_inset Text
24588
24589 \begin_layout Plain Layout
24590
24591 \backslash
24592 succeq
24593 \end_layout
24594
24595 \end_inset
24596 </cell>
24597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24598 \begin_inset Text
24599
24600 \begin_layout Plain Layout
24601 \begin_inset Formula $\succeq$
24602 \end_inset
24603
24604
24605 \end_layout
24606
24607 \end_inset
24608 </cell>
24609 </row>
24610 <row>
24611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24612 \begin_inset Text
24613
24614 \begin_layout Plain Layout
24615
24616 \backslash
24617 supset
24618 \end_layout
24619
24620 \end_inset
24621 </cell>
24622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24623 \begin_inset Text
24624
24625 \begin_layout Plain Layout
24626 \begin_inset Formula $\supset$
24627 \end_inset
24628
24629
24630 \end_layout
24631
24632 \end_inset
24633 </cell>
24634 </row>
24635 <row>
24636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24637 \begin_inset Text
24638
24639 \begin_layout Plain Layout
24640
24641 \backslash
24642 supseteq
24643 \end_layout
24644
24645 \end_inset
24646 </cell>
24647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24648 \begin_inset Text
24649
24650 \begin_layout Plain Layout
24651 \begin_inset Formula $\supseteq$
24652 \end_inset
24653
24654
24655 \end_layout
24656
24657 \end_inset
24658 </cell>
24659 </row>
24660 <row>
24661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24662 \begin_inset Text
24663
24664 \begin_layout Plain Layout
24665
24666 \backslash
24667 sqsupseteq
24668 \end_layout
24669
24670 \end_inset
24671 </cell>
24672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24673 \begin_inset Text
24674
24675 \begin_layout Plain Layout
24676 \begin_inset Formula $\sqsupseteq$
24677 \end_inset
24678
24679
24680 \end_layout
24681
24682 \end_inset
24683 </cell>
24684 </row>
24685 <row>
24686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24687 \begin_inset Text
24688
24689 \begin_layout Plain Layout
24690
24691 \backslash
24692 ni
24693 \end_layout
24694
24695 \end_inset
24696 </cell>
24697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24698 \begin_inset Text
24699
24700 \begin_layout Plain Layout
24701 \begin_inset Formula $\ni$
24702 \end_inset
24703
24704
24705 \end_layout
24706
24707 \end_inset
24708 </cell>
24709 </row>
24710 <row>
24711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24712 \begin_inset Text
24713
24714 \begin_layout Plain Layout
24715
24716 \backslash
24717 dashv
24718 \end_layout
24719
24720 \end_inset
24721 </cell>
24722 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24723 \begin_inset Text
24724
24725 \begin_layout Plain Layout
24726 \begin_inset Formula $\dashv$
24727 \end_inset
24728
24729
24730 \end_layout
24731
24732 \end_inset
24733 </cell>
24734 </row>
24735 <row>
24736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24737 \begin_inset Text
24738
24739 \begin_layout Plain Layout
24740
24741 \backslash
24742 frown
24743 \end_layout
24744
24745 \end_inset
24746 </cell>
24747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24748 \begin_inset Text
24749
24750 \begin_layout Plain Layout
24751 \begin_inset Formula $\frown$
24752 \end_inset
24753
24754
24755 \end_layout
24756
24757 \end_inset
24758 </cell>
24759 </row>
24760 <row>
24761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24762 \begin_inset Text
24763
24764 \begin_layout Plain Layout
24765
24766 \backslash
24767 rhd
24768 \end_layout
24769
24770 \end_inset
24771 </cell>
24772 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24773 \begin_inset Text
24774
24775 \begin_layout Plain Layout
24776 \begin_inset Formula $\rhd$
24777 \end_inset
24778
24779
24780 \end_layout
24781
24782 \end_inset
24783 </cell>
24784 </row>
24785 <row>
24786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24787 \begin_inset Text
24788
24789 \begin_layout Plain Layout
24790
24791 \backslash
24792 unrhd
24793 \end_layout
24794
24795 \end_inset
24796 </cell>
24797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24798 \begin_inset Text
24799
24800 \begin_layout Plain Layout
24801 \begin_inset Formula $\unrhd$
24802 \end_inset
24803
24804
24805 \end_layout
24806
24807 \end_inset
24808 </cell>
24809 </row>
24810 <row>
24811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24812 \begin_inset Text
24813
24814 \begin_layout Plain Layout
24815
24816 \backslash
24817 lessgtr
24818 \end_layout
24819
24820 \end_inset
24821 </cell>
24822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24823 \begin_inset Text
24824
24825 \begin_layout Plain Layout
24826 \begin_inset Formula $\lessgtr$
24827 \end_inset
24828
24829
24830 \end_layout
24831
24832 \end_inset
24833 </cell>
24834 </row>
24835 <row>
24836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24837 \begin_inset Text
24838
24839 \begin_layout Plain Layout
24840
24841 \backslash
24842 parallel
24843 \end_layout
24844
24845 \end_inset
24846 </cell>
24847 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24848 \begin_inset Text
24849
24850 \begin_layout Plain Layout
24851 \begin_inset Formula $\parallel$
24852 \end_inset
24853
24854
24855 \end_layout
24856
24857 \end_inset
24858 </cell>
24859 </row>
24860 <row>
24861 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24862 \begin_inset Text
24863
24864 \begin_layout Plain Layout
24865
24866 \backslash
24867 nparallel
24868 \end_layout
24869
24870 \end_inset
24871 </cell>
24872 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24873 \begin_inset Text
24874
24875 \begin_layout Plain Layout
24876 \begin_inset Formula $\nparallel$
24877 \end_inset
24878
24879
24880 \end_layout
24881
24882 \end_inset
24883 </cell>
24884 </row>
24885 </lyxtabular>
24886
24887 \end_inset
24888
24889
24890 \end_layout
24891
24892 \begin_layout Standard
24893 \begin_inset VSpace medskip
24894 \end_inset
24895
24896 The characters 
24897 \series bold
24898
24899 \backslash
24900 lhd
24901 \series default
24902  and 
24903 \series bold
24904
24905 \backslash
24906 rhd
24907 \series default
24908  are bigger than the equal looking operators 
24909 \series bold
24910
24911 \backslash
24912 triangleleft
24913 \series default
24914  and 
24915 \series bold
24916
24917 \backslash
24918 triangleright
24919 \series default
24920 , respectively.
24921 \end_layout
24922
24923 \begin_layout Standard
24924 \SpecialChar LyX
24925  supports also many special relations.
24926  Use the toolbar button 
24927 \begin_inset Info
24928 type  "icon"
24929 arg   "math-insert \\leqq"
24930 \end_inset
24931
24932  to see a list of these relations.
24933 \end_layout
24934
24935 \begin_layout Standard
24936 Contrary to symbols, relations are always surrounded by space.
24937 \end_layout
24938
24939 \begin_layout Standard
24940 Relations with labels can be created with the command 
24941 \series bold
24942
24943 \backslash
24944 stackrel
24945 \series default
24946
24947 \begin_inset Index idx
24948 status collapsed
24949
24950 \begin_layout Plain Layout
24951 Commands ! S ! 
24952 \backslash
24953 stackrel
24954 \end_layout
24955
24956 \end_inset
24957
24958 :
24959 \end_layout
24960
24961 \begin_layout Standard
24962 \align center
24963 \begin_inset Tabular
24964 <lyxtabular version="3" rows="2" columns="2">
24965 <features booktabs="true" tabularvalignment="middle">
24966 <column alignment="center" valignment="top" width="0pt">
24967 <column alignment="center" valignment="top">
24968 <row>
24969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24970 \begin_inset Text
24971
24972 \begin_layout Plain Layout
24973 Command
24974 \end_layout
24975
24976 \end_inset
24977 </cell>
24978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24979 \begin_inset Text
24980
24981 \begin_layout Plain Layout
24982 Result
24983 \end_layout
24984
24985 \end_inset
24986 </cell>
24987 </row>
24988 <row topspace="1.5mm">
24989 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24990 \begin_inset Text
24991
24992 \begin_layout Plain Layout
24993 A(r)
24994 \backslash
24995 stackrel
24996 \begin_inset space \textvisiblespace{}
24997 \end_inset
24998
24999 r
25000 \backslash
25001 to
25002 \backslash
25003 infty
25004 \begin_inset space \textvisiblespace{}
25005 \end_inset
25006
25007
25008 \begin_inset Formula $\downarrow$
25009 \end_inset
25010
25011
25012 \backslash
25013 approx
25014 \begin_inset space \textvisiblespace{}
25015 \end_inset
25016
25017
25018 \begin_inset space \textvisiblespace{}
25019 \end_inset
25020
25021 B
25022 \end_layout
25023
25024 \end_inset
25025 </cell>
25026 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25027 \begin_inset Text
25028
25029 \begin_layout Plain Layout
25030 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
25031 \end_inset
25032
25033
25034 \end_layout
25035
25036 \end_inset
25037 </cell>
25038 </row>
25039 </lyxtabular>
25040
25041 \end_inset
25042
25043
25044 \end_layout
25045
25046 \begin_layout Section
25047 Functions
25048 \end_layout
25049
25050 \begin_layout Subsection
25051 Predefined Functions
25052 \begin_inset CommandInset label
25053 LatexCommand label
25054 name "subsec:Predefined-Functions"
25055
25056 \end_inset
25057
25058
25059 \begin_inset Index idx
25060 status collapsed
25061
25062 \begin_layout Plain Layout
25063 Functions ! predefined
25064 \end_layout
25065
25066 \end_inset
25067
25068
25069 \end_layout
25070
25071 \begin_layout Standard
25072 In general, variables are set 
25073 \emph on
25074 italic
25075 \emph default
25076  in mathematical expressions, but not function names, because 
25077 \begin_inset Formula $sin$
25078 \end_inset
25079
25080  could be misunderstood as 
25081 \begin_inset Formula $s\cdot i\cdot n$
25082 \end_inset
25083
25084 .
25085  Also predefined functions are separated a bit from the character in front
25086  of them.
25087  They are inserted as commands starting with a backslash before their name.
25088 \end_layout
25089
25090 \begin_layout Standard
25091 \align center
25092 \begin_inset Tabular
25093 <lyxtabular version="3" rows="2" columns="2">
25094 <features booktabs="true" tabularvalignment="middle">
25095 <column alignment="center" valignment="top" width="0pt">
25096 <column alignment="center" valignment="top" width="0pt">
25097 <row>
25098 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25099 \begin_inset Text
25100
25101 \begin_layout Plain Layout
25102 Command
25103 \end_layout
25104
25105 \end_inset
25106 </cell>
25107 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
25108 \begin_inset Text
25109
25110 \begin_layout Plain Layout
25111 Result
25112 \end_layout
25113
25114 \end_inset
25115 </cell>
25116 </row>
25117 <row>
25118 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25119 \begin_inset Text
25120
25121 \begin_layout Plain Layout
25122 Asin(x)+B
25123 \end_layout
25124
25125 \end_inset
25126 </cell>
25127 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
25128 \begin_inset Text
25129
25130 \begin_layout Plain Layout
25131 \begin_inset Formula $Asin(x)+B$
25132 \end_inset
25133
25134
25135 \end_layout
25136
25137 \end_inset
25138 </cell>
25139 </row>
25140 </lyxtabular>
25141
25142 \end_inset
25143
25144
25145 \begin_inset space \quad{}
25146 \end_inset
25147
25148
25149 \begin_inset Tabular
25150 <lyxtabular version="3" rows="2" columns="2">
25151 <features booktabs="true" tabularvalignment="middle">
25152 <column alignment="center" valignment="top" width="0pt">
25153 <column alignment="center" valignment="top" width="0pt">
25154 <row>
25155 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25156 \begin_inset Text
25157
25158 \begin_layout Plain Layout
25159 Command
25160 \end_layout
25161
25162 \end_inset
25163 </cell>
25164 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25165 \begin_inset Text
25166
25167 \begin_layout Plain Layout
25168 Result
25169 \end_layout
25170
25171 \end_inset
25172 </cell>
25173 </row>
25174 <row>
25175 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25176 \begin_inset Text
25177
25178 \begin_layout Plain Layout
25179 A
25180 \backslash
25181 sin(x)+B
25182 \end_layout
25183
25184 \end_inset
25185 </cell>
25186 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25187 \begin_inset Text
25188
25189 \begin_layout Plain Layout
25190 \begin_inset Formula $A\sin(x)+B$
25191 \end_inset
25192
25193
25194 \end_layout
25195
25196 \end_inset
25197 </cell>
25198 </row>
25199 </lyxtabular>
25200
25201 \end_inset
25202
25203
25204 \end_layout
25205
25206 \begin_layout Standard
25207 The following functions are predefined:
25208 \end_layout
25209
25210 \begin_layout Standard
25211 \begin_inset VSpace -2mm
25212 \end_inset
25213
25214
25215 \end_layout
25216
25217 \begin_layout Standard
25218 \align center
25219 \begin_inset Tabular
25220 <lyxtabular version="3" rows="9" columns="4">
25221 <features booktabs="true" tabularvalignment="middle">
25222 <column alignment="center" valignment="top" width="0pt">
25223 <column alignment="center" valignment="top" width="0pt">
25224 <column alignment="center" valignment="top" width="0pt">
25225 <column alignment="center" valignment="top" width="0pt">
25226 <row>
25227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25228 \begin_inset Text
25229
25230 \begin_layout Plain Layout
25231 Command
25232 \end_layout
25233
25234 \end_inset
25235 </cell>
25236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25237 \begin_inset Text
25238
25239 \begin_layout Plain Layout
25240 Command
25241 \end_layout
25242
25243 \end_inset
25244 </cell>
25245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25246 \begin_inset Text
25247
25248 \begin_layout Plain Layout
25249 Command
25250 \end_layout
25251
25252 \end_inset
25253 </cell>
25254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25255 \begin_inset Text
25256
25257 \begin_layout Plain Layout
25258 Command
25259 \end_layout
25260
25261 \end_inset
25262 </cell>
25263 </row>
25264 <row>
25265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25266 \begin_inset Text
25267
25268 \begin_layout Plain Layout
25269
25270 \backslash
25271 sin
25272 \end_layout
25273
25274 \end_inset
25275 </cell>
25276 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25277 \begin_inset Text
25278
25279 \begin_layout Plain Layout
25280
25281 \backslash
25282 sinh
25283 \end_layout
25284
25285 \end_inset
25286 </cell>
25287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25288 \begin_inset Text
25289
25290 \begin_layout Plain Layout
25291
25292 \backslash
25293 arcsin
25294 \end_layout
25295
25296 \end_inset
25297 </cell>
25298 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25299 \begin_inset Text
25300
25301 \begin_layout Plain Layout
25302
25303 \backslash
25304 sup
25305 \end_layout
25306
25307 \end_inset
25308 </cell>
25309 </row>
25310 <row>
25311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25312 \begin_inset Text
25313
25314 \begin_layout Plain Layout
25315
25316 \backslash
25317 cos
25318 \end_layout
25319
25320 \end_inset
25321 </cell>
25322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25323 \begin_inset Text
25324
25325 \begin_layout Plain Layout
25326
25327 \backslash
25328 cosh
25329 \end_layout
25330
25331 \end_inset
25332 </cell>
25333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25334 \begin_inset Text
25335
25336 \begin_layout Plain Layout
25337
25338 \backslash
25339 arccos
25340 \end_layout
25341
25342 \end_inset
25343 </cell>
25344 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25345 \begin_inset Text
25346
25347 \begin_layout Plain Layout
25348
25349 \backslash
25350 inf
25351 \end_layout
25352
25353 \end_inset
25354 </cell>
25355 </row>
25356 <row>
25357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25358 \begin_inset Text
25359
25360 \begin_layout Plain Layout
25361
25362 \backslash
25363 tan
25364 \end_layout
25365
25366 \end_inset
25367 </cell>
25368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25369 \begin_inset Text
25370
25371 \begin_layout Plain Layout
25372
25373 \backslash
25374 tanh
25375 \end_layout
25376
25377 \end_inset
25378 </cell>
25379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25380 \begin_inset Text
25381
25382 \begin_layout Plain Layout
25383
25384 \backslash
25385 arctan
25386 \end_layout
25387
25388 \end_inset
25389 </cell>
25390 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25391 \begin_inset Text
25392
25393 \begin_layout Plain Layout
25394
25395 \backslash
25396 lim
25397 \end_layout
25398
25399 \end_inset
25400 </cell>
25401 </row>
25402 <row>
25403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25404 \begin_inset Text
25405
25406 \begin_layout Plain Layout
25407
25408 \backslash
25409 cot
25410 \end_layout
25411
25412 \end_inset
25413 </cell>
25414 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25415 \begin_inset Text
25416
25417 \begin_layout Plain Layout
25418
25419 \backslash
25420 coth
25421 \end_layout
25422
25423 \end_inset
25424 </cell>
25425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25426 \begin_inset Text
25427
25428 \begin_layout Plain Layout
25429
25430 \backslash
25431 arg
25432 \end_layout
25433
25434 \end_inset
25435 </cell>
25436 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25437 \begin_inset Text
25438
25439 \begin_layout Plain Layout
25440
25441 \backslash
25442 liminf
25443 \end_layout
25444
25445 \end_inset
25446 </cell>
25447 </row>
25448 <row>
25449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25450 \begin_inset Text
25451
25452 \begin_layout Plain Layout
25453
25454 \backslash
25455 sec
25456 \end_layout
25457
25458 \end_inset
25459 </cell>
25460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25461 \begin_inset Text
25462
25463 \begin_layout Plain Layout
25464
25465 \backslash
25466 min
25467 \end_layout
25468
25469 \end_inset
25470 </cell>
25471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25472 \begin_inset Text
25473
25474 \begin_layout Plain Layout
25475
25476 \backslash
25477 deg
25478 \end_layout
25479
25480 \end_inset
25481 </cell>
25482 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25483 \begin_inset Text
25484
25485 \begin_layout Plain Layout
25486
25487 \backslash
25488 limsup
25489 \end_layout
25490
25491 \end_inset
25492 </cell>
25493 </row>
25494 <row>
25495 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25496 \begin_inset Text
25497
25498 \begin_layout Plain Layout
25499
25500 \backslash
25501 csc
25502 \end_layout
25503
25504 \end_inset
25505 </cell>
25506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25507 \begin_inset Text
25508
25509 \begin_layout Plain Layout
25510
25511 \backslash
25512 max
25513 \end_layout
25514
25515 \end_inset
25516 </cell>
25517 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25518 \begin_inset Text
25519
25520 \begin_layout Plain Layout
25521
25522 \backslash
25523 det
25524 \end_layout
25525
25526 \end_inset
25527 </cell>
25528 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25529 \begin_inset Text
25530
25531 \begin_layout Plain Layout
25532
25533 \backslash
25534 Pr
25535 \end_layout
25536
25537 \end_inset
25538 </cell>
25539 </row>
25540 <row>
25541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25542 \begin_inset Text
25543
25544 \begin_layout Plain Layout
25545
25546 \backslash
25547 ln
25548 \end_layout
25549
25550 \end_inset
25551 </cell>
25552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25553 \begin_inset Text
25554
25555 \begin_layout Plain Layout
25556
25557 \backslash
25558 exp
25559 \end_layout
25560
25561 \end_inset
25562 </cell>
25563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25564 \begin_inset Text
25565
25566 \begin_layout Plain Layout
25567
25568 \backslash
25569 dim
25570 \end_layout
25571
25572 \end_inset
25573 </cell>
25574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25575 \begin_inset Text
25576
25577 \begin_layout Plain Layout
25578
25579 \backslash
25580 hom
25581 \end_layout
25582
25583 \end_inset
25584 </cell>
25585 </row>
25586 <row>
25587 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25588 \begin_inset Text
25589
25590 \begin_layout Plain Layout
25591
25592 \backslash
25593 lg
25594 \end_layout
25595
25596 \end_inset
25597 </cell>
25598 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25599 \begin_inset Text
25600
25601 \begin_layout Plain Layout
25602
25603 \backslash
25604 log
25605 \end_layout
25606
25607 \end_inset
25608 </cell>
25609 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25610 \begin_inset Text
25611
25612 \begin_layout Plain Layout
25613
25614 \backslash
25615 ker
25616 \end_layout
25617
25618 \end_inset
25619 </cell>
25620 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25621 \begin_inset Text
25622
25623 \begin_layout Plain Layout
25624
25625 \backslash
25626 gcd
25627 \end_layout
25628
25629 \end_inset
25630 </cell>
25631 </row>
25632 </lyxtabular>
25633
25634 \end_inset
25635
25636
25637 \end_layout
25638
25639 \begin_layout Standard
25640 They can also be inserted with the math toolbar button 
25641 \begin_inset Info
25642 type  "icon"
25643 arg   "math-insert \\functions"
25644 \end_inset
25645
25646 .
25647 \end_layout
25648
25649 \begin_layout Subsection
25650 Self-defined Functions
25651 \begin_inset Index idx
25652 status collapsed
25653
25654 \begin_layout Plain Layout
25655 Functions ! self-defined
25656 \end_layout
25657
25658 \end_inset
25659
25660
25661 \end_layout
25662
25663 \begin_layout Standard
25664 To use a function that is not predefined, for instance the sign function
25665  sgn(x), there are two possibilities:
25666 \end_layout
25667
25668 \begin_layout Itemize
25669 Define the function by inserting the following line in the \SpecialChar LaTeX
25670 -preamble
25671 \begin_inset Foot
25672 status collapsed
25673
25674 \begin_layout Plain Layout
25675 For more about 
25676 \series bold
25677
25678 \backslash
25679 DeclareMathOperator
25680 \series default
25681  see 
25682 \begin_inset CommandInset ref
25683 LatexCommand ref
25684 reference "subsec:Self-defined-Operators"
25685
25686 \end_inset
25687
25688 .
25689 \end_layout
25690
25691 \end_inset
25692
25693
25694 \begin_inset Newline newline
25695 \end_inset
25696
25697
25698 \begin_inset VSpace -3mm
25699 \end_inset
25700
25701
25702 \begin_inset Newline newline
25703 \end_inset
25704
25705
25706 \series bold
25707
25708 \backslash
25709 DeclareMathOperator{
25710 \backslash
25711 sgn}{sgn}
25712 \series default
25713
25714 \begin_inset Index idx
25715 status collapsed
25716
25717 \begin_layout Plain Layout
25718 Commands ! D ! 
25719 \backslash
25720 dbinom@
25721 \backslash
25722 DeclareMathOperator
25723 \end_layout
25724
25725 \end_inset
25726
25727
25728 \begin_inset Newline newline
25729 \end_inset
25730
25731
25732 \begin_inset VSpace -2mm
25733 \end_inset
25734
25735
25736 \begin_inset Newline newline
25737 \end_inset
25738
25739 Now the newly defined function can be called with the command 
25740 \series bold
25741
25742 \backslash
25743 sgn
25744 \series default
25745 .
25746 \end_layout
25747
25748 \begin_layout Itemize
25749 Write the formula as usual, mark the formula name, in our example the letters
25750  
25751 \emph on
25752 sgn
25753 \emph default
25754 , and change it to mathematical text.
25755  Finally, insert a space between the prefactor and function.
25756 \end_layout
25757
25758 \begin_layout Standard
25759 The result is the same with both methods as with a predefined function
25760 \begin_inset Foot
25761 status collapsed
25762
25763 \begin_layout Plain Layout
25764 In \SpecialChar LyX
25765  self-defined functions are displayed red, predefined ones black.
25766 \end_layout
25767
25768 \end_inset
25769
25770 :
25771 \end_layout
25772
25773 \begin_layout Standard
25774 \align center
25775 \begin_inset Tabular
25776 <lyxtabular version="3" rows="3" columns="2">
25777 <features booktabs="true" tabularvalignment="middle">
25778 <column alignment="center" valignment="top" width="0pt">
25779 <column alignment="center" valignment="top" width="0pt">
25780 <row>
25781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25782 \begin_inset Text
25783
25784 \begin_layout Plain Layout
25785 Command
25786 \end_layout
25787
25788 \end_inset
25789 </cell>
25790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25791 \begin_inset Text
25792
25793 \begin_layout Plain Layout
25794 Result
25795 \end_layout
25796
25797 \end_inset
25798 </cell>
25799 </row>
25800 <row>
25801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25802 \begin_inset Text
25803
25804 \begin_layout Plain Layout
25805 A
25806 \backslash
25807 sgn(x)+B
25808 \end_layout
25809
25810 \end_inset
25811 </cell>
25812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25813 \begin_inset Text
25814
25815 \begin_layout Plain Layout
25816 \begin_inset Formula $A\sgn(x)+B$
25817 \end_inset
25818
25819
25820 \end_layout
25821
25822 \end_inset
25823 </cell>
25824 </row>
25825 <row>
25826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25827 \begin_inset Text
25828
25829 \begin_layout Plain Layout
25830 A
25831 \backslash
25832 ,
25833 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25834 \end_inset
25835
25836 (x)+B
25837 \end_layout
25838
25839 \end_inset
25840 </cell>
25841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25842 \begin_inset Text
25843
25844 \begin_layout Plain Layout
25845 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25846 \end_inset
25847
25848
25849 \end_layout
25850
25851 \end_inset
25852 </cell>
25853 </row>
25854 </lyxtabular>
25855
25856 \end_inset
25857
25858
25859 \end_layout
25860
25861 \begin_layout Standard
25862 The first method is more suitable when the self-defined function will be
25863  used several times.
25864 \end_layout
25865
25866 \begin_layout Subsection
25867 Limits
25868 \begin_inset Index idx
25869 status collapsed
25870
25871 \begin_layout Plain Layout
25872 Limits
25873 \end_layout
25874
25875 \end_inset
25876
25877
25878 \end_layout
25879
25880 \begin_layout Standard
25881 For limits, in addition to the commands 
25882 \series bold
25883
25884 \backslash
25885 lim
25886 \series default
25887
25888 \begin_inset Index idx
25889 status collapsed
25890
25891 \begin_layout Plain Layout
25892 Commands ! L ! 
25893 \backslash
25894 lim
25895 \end_layout
25896
25897 \end_inset
25898
25899
25900 \series bold
25901
25902 \backslash
25903 liminf
25904 \series default
25905  and 
25906 \series bold
25907
25908 \backslash
25909 limsup
25910 \series default
25911  the following functions are defined:
25912 \end_layout
25913
25914 \begin_layout Standard
25915 \align center
25916 \begin_inset Tabular
25917 <lyxtabular version="3" rows="5" columns="2">
25918 <features booktabs="true" tabularvalignment="middle">
25919 <column alignment="center" valignment="top" width="0pt">
25920 <column alignment="center" valignment="top" width="0pt">
25921 <row>
25922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25923 \begin_inset Text
25924
25925 \begin_layout Plain Layout
25926 Command
25927 \end_layout
25928
25929 \end_inset
25930 </cell>
25931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25932 \begin_inset Text
25933
25934 \begin_layout Plain Layout
25935 Result
25936 \end_layout
25937
25938 \end_inset
25939 </cell>
25940 </row>
25941 <row>
25942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25943 \begin_inset Text
25944
25945 \begin_layout Plain Layout
25946
25947 \backslash
25948 varliminf
25949 \end_layout
25950
25951 \end_inset
25952 </cell>
25953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25954 \begin_inset Text
25955
25956 \begin_layout Plain Layout
25957 \begin_inset Formula $\varliminf$
25958 \end_inset
25959
25960
25961 \end_layout
25962
25963 \end_inset
25964 </cell>
25965 </row>
25966 <row topspace="1.5mm">
25967 <cell alignment="center" valignment="top" usebox="none">
25968 \begin_inset Text
25969
25970 \begin_layout Plain Layout
25971
25972 \backslash
25973 varlimsup
25974 \end_layout
25975
25976 \end_inset
25977 </cell>
25978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25979 \begin_inset Text
25980
25981 \begin_layout Plain Layout
25982 \begin_inset Formula $\varlimsup$
25983 \end_inset
25984
25985
25986 \end_layout
25987
25988 \end_inset
25989 </cell>
25990 </row>
25991 <row topspace="1.5mm">
25992 <cell alignment="center" valignment="top" usebox="none">
25993 \begin_inset Text
25994
25995 \begin_layout Plain Layout
25996
25997 \backslash
25998 varprojlim
25999 \end_layout
26000
26001 \end_inset
26002 </cell>
26003 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26004 \begin_inset Text
26005
26006 \begin_layout Plain Layout
26007 \begin_inset Formula $\varprojlim$
26008 \end_inset
26009
26010
26011 \end_layout
26012
26013 \end_inset
26014 </cell>
26015 </row>
26016 <row topspace="1.5mm" bottomspace="1mm">
26017 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
26018 \begin_inset Text
26019
26020 \begin_layout Plain Layout
26021
26022 \backslash
26023 varinjlim
26024 \end_layout
26025
26026 \end_inset
26027 </cell>
26028 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26029 \begin_inset Text
26030
26031 \begin_layout Plain Layout
26032 \begin_inset Formula $\varinjlim$
26033 \end_inset
26034
26035
26036 \end_layout
26037
26038 \end_inset
26039 </cell>
26040 </row>
26041 </lyxtabular>
26042
26043 \end_inset
26044
26045
26046 \end_layout
26047
26048 \begin_layout Standard
26049 \begin_inset VSpace medskip
26050 \end_inset
26051
26052 The limit is created by inserting a subscript.
26053  It is set right beside the function in an inline formula:
26054 \end_layout
26055
26056 \begin_layout Standard
26057 \align center
26058 \begin_inset Tabular
26059 <lyxtabular version="3" rows="2" columns="2">
26060 <features booktabs="true" tabularvalignment="middle">
26061 <column alignment="center" valignment="top" width="0pt">
26062 <column alignment="center" valignment="top" width="0pt">
26063 <row>
26064 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
26065 \begin_inset Text
26066
26067 \begin_layout Plain Layout
26068 Command
26069 \end_layout
26070
26071 \end_inset
26072 </cell>
26073 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
26074 \begin_inset Text
26075
26076 \begin_layout Plain Layout
26077 Result
26078 \end_layout
26079
26080 \end_inset
26081 </cell>
26082 </row>
26083 <row>
26084 <cell alignment="center" valignment="top" usebox="none">
26085 \begin_inset Text
26086
26087 \begin_layout Plain Layout
26088
26089 \backslash
26090 lim_x
26091 \backslash
26092 to
26093 \begin_inset space \textvisiblespace{}
26094 \end_inset
26095
26096 A
26097 \begin_inset space \textvisiblespace{}
26098 \end_inset
26099
26100 x=B
26101 \end_layout
26102
26103 \end_inset
26104 </cell>
26105 <cell alignment="center" valignment="top" usebox="none">
26106 \begin_inset Text
26107
26108 \begin_layout Plain Layout
26109 \begin_inset Formula $\lim_{x\to A}x=B$
26110 \end_inset
26111
26112
26113 \end_layout
26114
26115 \end_inset
26116 </cell>
26117 </row>
26118 </lyxtabular>
26119
26120 \end_inset
26121
26122
26123 \end_layout
26124
26125 \begin_layout Standard
26126 In a displayed formula the limit is set below the formula, as usual:
26127 \begin_inset Formula 
26128 \[
26129 \lim_{x\to A}x=B
26130 \]
26131
26132 \end_inset
26133
26134
26135 \end_layout
26136
26137 \begin_layout Standard
26138 \begin_inset VSpace medskip
26139 \end_inset
26140
26141
26142 \end_layout
26143
26144 \begin_layout Standard
26145 How to adjust the typesetting of the limits see 
26146 \begin_inset CommandInset ref
26147 LatexCommand ref
26148 reference "subsec:Operator-Limits"
26149
26150 \end_inset
26151
26152 .
26153 \end_layout
26154
26155 \begin_layout Subsection
26156 Modulo-Functions
26157 \begin_inset Index idx
26158 status collapsed
26159
26160 \begin_layout Plain Layout
26161 Functions ! modulo-
26162 \end_layout
26163
26164 \end_inset
26165
26166
26167 \end_layout
26168
26169 \begin_layout Standard
26170 The modulo-function is special, because it exists in four variants.
26171  The variants in a displayed formula are:
26172 \begin_inset Formula 
26173 \begin{align*}
26174 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26175 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
26176 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
26177 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
26178 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
26179 \end{align*}
26180
26181 \end_inset
26182
26183
26184 \end_layout
26185
26186 \begin_layout Standard
26187 In an inline formula less space is set before the function names for all
26188  variants.
26189  By default the modulo-functions take only the first character following
26190  the command into account.
26191  To use more than one character, put them in \SpecialChar TeX
26192  braces:
26193 \begin_inset Formula 
26194 \begin{align*}
26195 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26196 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
26197 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26198 \end{align*}
26199
26200 \end_inset
26201
26202
26203 \end_layout
26204
26205 \begin_layout Section
26206 Special Characters
26207 \begin_inset Index idx
26208 status collapsed
26209
26210 \begin_layout Plain Layout
26211 Special characters
26212 \end_layout
26213
26214 \end_inset
26215
26216
26217 \end_layout
26218
26219 \begin_layout Standard
26220 The characters ^ and _ would normally create a superscript and subscript,
26221  respectively.
26222  To get these characters you have to insert them with a leading 
26223 \backslash
26224 .
26225 \end_layout
26226
26227 \begin_layout Standard
26228 \noindent
26229 \align center
26230 \begin_inset Tabular
26231 <lyxtabular version="3" rows="3" columns="2">
26232 <features booktabs="true" tabularvalignment="middle">
26233 <column alignment="left" valignment="top" width="0pt">
26234 <column alignment="block" valignment="top">
26235 <row>
26236 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26237 \begin_inset Text
26238
26239 \begin_layout Plain Layout
26240 Command
26241 \end_layout
26242
26243 \end_inset
26244 </cell>
26245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26246 \begin_inset Text
26247
26248 \begin_layout Plain Layout
26249 Result
26250 \end_layout
26251
26252 \end_inset
26253 </cell>
26254 </row>
26255 <row>
26256 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26257 \begin_inset Text
26258
26259 \begin_layout Plain Layout
26260
26261 \backslash
26262 ^
26263 \begin_inset space \textvisiblespace{}
26264 \end_inset
26265
26266
26267 \end_layout
26268
26269 \end_inset
26270 </cell>
26271 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26272 \begin_inset Text
26273
26274 \begin_layout Plain Layout
26275 \begin_inset Formula $\mathcircumflex$
26276 \end_inset
26277
26278
26279 \end_layout
26280
26281 \end_inset
26282 </cell>
26283 </row>
26284 <row>
26285 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26286 \begin_inset Text
26287
26288 \begin_layout Plain Layout
26289
26290 \backslash
26291 _
26292 \end_layout
26293
26294 \end_inset
26295 </cell>
26296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26297 \begin_inset Text
26298
26299 \begin_layout Plain Layout
26300 \begin_inset Formula $\_$
26301 \end_inset
26302
26303
26304 \end_layout
26305
26306 \end_inset
26307 </cell>
26308 </row>
26309 </lyxtabular>
26310
26311 \end_inset
26312
26313
26314 \end_layout
26315
26316 \begin_layout Subsection
26317 Special Characters in Mathematical Text
26318 \end_layout
26319
26320 \begin_layout Standard
26321 The following commands can only be used in mathematical text or in \SpecialChar TeX
26322  mode:
26323 \end_layout
26324
26325 \begin_layout Standard
26326 \begin_inset space \hfill{}
26327 \end_inset
26328
26329
26330 \begin_inset Tabular
26331 <lyxtabular version="3" rows="8" columns="2">
26332 <features booktabs="true" tabularvalignment="middle">
26333 <column alignment="left" valignment="top" width="0pt">
26334 <column alignment="block" valignment="top">
26335 <row>
26336 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26337 \begin_inset Text
26338
26339 \begin_layout Plain Layout
26340 Command
26341 \end_layout
26342
26343 \end_inset
26344 </cell>
26345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26346 \begin_inset Text
26347
26348 \begin_layout Plain Layout
26349 Result
26350 \end_layout
26351
26352 \end_inset
26353 </cell>
26354 </row>
26355 <row>
26356 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26357 \begin_inset Text
26358
26359 \begin_layout Plain Layout
26360
26361 \backslash
26362 oe
26363 \end_layout
26364
26365 \end_inset
26366 </cell>
26367 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26368 \begin_inset Text
26369
26370 \begin_layout Plain Layout
26371 \begin_inset Formula $\textrm{œ}$
26372 \end_inset
26373
26374
26375 \end_layout
26376
26377 \end_inset
26378 </cell>
26379 </row>
26380 <row>
26381 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26382 \begin_inset Text
26383
26384 \begin_layout Plain Layout
26385
26386 \backslash
26387 OE
26388 \end_layout
26389
26390 \end_inset
26391 </cell>
26392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26393 \begin_inset Text
26394
26395 \begin_layout Plain Layout
26396 \begin_inset Formula $\textrm{Œ}$
26397 \end_inset
26398
26399
26400 \end_layout
26401
26402 \end_inset
26403 </cell>
26404 </row>
26405 <row>
26406 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26407 \begin_inset Text
26408
26409 \begin_layout Plain Layout
26410
26411 \backslash
26412 ae
26413 \end_layout
26414
26415 \end_inset
26416 </cell>
26417 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26418 \begin_inset Text
26419
26420 \begin_layout Plain Layout
26421 \begin_inset Formula $\textrm{æ}$
26422 \end_inset
26423
26424
26425 \end_layout
26426
26427 \end_inset
26428 </cell>
26429 </row>
26430 <row>
26431 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26432 \begin_inset Text
26433
26434 \begin_layout Plain Layout
26435
26436 \backslash
26437 AE
26438 \end_layout
26439
26440 \end_inset
26441 </cell>
26442 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26443 \begin_inset Text
26444
26445 \begin_layout Plain Layout
26446 \begin_inset Formula $\textrm{Æ}$
26447 \end_inset
26448
26449
26450 \end_layout
26451
26452 \end_inset
26453 </cell>
26454 </row>
26455 <row>
26456 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26457 \begin_inset Text
26458
26459 \begin_layout Plain Layout
26460
26461 \backslash
26462 aa
26463 \end_layout
26464
26465 \end_inset
26466 </cell>
26467 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26468 \begin_inset Text
26469
26470 \begin_layout Plain Layout
26471 \begin_inset Formula $\textrm{å}$
26472 \end_inset
26473
26474
26475 \end_layout
26476
26477 \end_inset
26478 </cell>
26479 </row>
26480 <row>
26481 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26482 \begin_inset Text
26483
26484 \begin_layout Plain Layout
26485
26486 \backslash
26487 AA
26488 \end_layout
26489
26490 \end_inset
26491 </cell>
26492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26493 \begin_inset Text
26494
26495 \begin_layout Plain Layout
26496 \begin_inset Formula $\textrm{Å}$
26497 \end_inset
26498
26499
26500 \end_layout
26501
26502 \end_inset
26503 </cell>
26504 </row>
26505 <row>
26506 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26507 \begin_inset Text
26508
26509 \begin_layout Plain Layout
26510
26511 \backslash
26512 i
26513 \end_layout
26514
26515 \end_inset
26516 </cell>
26517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26518 \begin_inset Text
26519
26520 \begin_layout Plain Layout
26521 \begin_inset Formula $\textrm{ı}$
26522 \end_inset
26523
26524
26525 \end_layout
26526
26527 \end_inset
26528 </cell>
26529 </row>
26530 </lyxtabular>
26531
26532 \end_inset
26533
26534
26535 \begin_inset space \hfill{}
26536 \end_inset
26537
26538
26539 \begin_inset Tabular
26540 <lyxtabular version="3" rows="8" columns="2">
26541 <features booktabs="true" tabularvalignment="middle">
26542 <column alignment="left" valignment="top" width="0pt">
26543 <column alignment="center" valignment="top">
26544 <row>
26545 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26546 \begin_inset Text
26547
26548 \begin_layout Plain Layout
26549 Command
26550 \begin_inset Note Note
26551 status collapsed
26552
26553 \begin_layout Plain Layout
26554 The space of 0
26555 \begin_inset space \thinspace{}
26556 \end_inset
26557
26558 mm is used for separation, because otherwise the output will be ¡ and ¿
26559  respectively.
26560 \end_layout
26561
26562 \end_inset
26563
26564
26565 \end_layout
26566
26567 \end_inset
26568 </cell>
26569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26570 \begin_inset Text
26571
26572 \begin_layout Plain Layout
26573 Result
26574 \end_layout
26575
26576 \end_inset
26577 </cell>
26578 </row>
26579 <row>
26580 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26581 \begin_inset Text
26582
26583 \begin_layout Plain Layout
26584
26585 \backslash
26586 o
26587 \end_layout
26588
26589 \end_inset
26590 </cell>
26591 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26592 \begin_inset Text
26593
26594 \begin_layout Plain Layout
26595 \begin_inset Formula $\textrm{ø}$
26596 \end_inset
26597
26598
26599 \end_layout
26600
26601 \end_inset
26602 </cell>
26603 </row>
26604 <row>
26605 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26606 \begin_inset Text
26607
26608 \begin_layout Plain Layout
26609
26610 \backslash
26611 O
26612 \end_layout
26613
26614 \end_inset
26615 </cell>
26616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26617 \begin_inset Text
26618
26619 \begin_layout Plain Layout
26620 \begin_inset Formula $\textrm{Ø}$
26621 \end_inset
26622
26623
26624 \end_layout
26625
26626 \end_inset
26627 </cell>
26628 </row>
26629 <row>
26630 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26631 \begin_inset Text
26632
26633 \begin_layout Plain Layout
26634
26635 \backslash
26636 l
26637 \end_layout
26638
26639 \end_inset
26640 </cell>
26641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26642 \begin_inset Text
26643
26644 \begin_layout Plain Layout
26645 \begin_inset Formula $\textrm{ł}$
26646 \end_inset
26647
26648
26649 \end_layout
26650
26651 \end_inset
26652 </cell>
26653 </row>
26654 <row>
26655 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26656 \begin_inset Text
26657
26658 \begin_layout Plain Layout
26659
26660 \backslash
26661 L
26662 \end_layout
26663
26664 \end_inset
26665 </cell>
26666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26667 \begin_inset Text
26668
26669 \begin_layout Plain Layout
26670 \begin_inset Formula $\textrm{Ł}$
26671 \end_inset
26672
26673
26674 \end_layout
26675
26676 \end_inset
26677 </cell>
26678 </row>
26679 <row>
26680 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26681 \begin_inset Text
26682
26683 \begin_layout Plain Layout
26684 !
26685 \begin_inset space \hspace{}
26686 \length 0mm
26687 \end_inset
26688
26689 `
26690 \begin_inset space \textvisiblespace{}
26691 \end_inset
26692
26693
26694 \end_layout
26695
26696 \end_inset
26697 </cell>
26698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26699 \begin_inset Text
26700
26701 \begin_layout Plain Layout
26702 \begin_inset Formula $\textrm{!`}$
26703 \end_inset
26704
26705
26706 \end_layout
26707
26708 \end_inset
26709 </cell>
26710 </row>
26711 <row>
26712 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26713 \begin_inset Text
26714
26715 \begin_layout Plain Layout
26716 ?
26717 \begin_inset space \hspace{}
26718 \length 0mm
26719 \end_inset
26720
26721 `
26722 \begin_inset space \textvisiblespace{}
26723 \end_inset
26724
26725
26726 \end_layout
26727
26728 \end_inset
26729 </cell>
26730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26731 \begin_inset Text
26732
26733 \begin_layout Plain Layout
26734 \begin_inset Formula $\textrm{?`}$
26735 \end_inset
26736
26737
26738 \end_layout
26739
26740 \end_inset
26741 </cell>
26742 </row>
26743 <row>
26744 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26745 \begin_inset Text
26746
26747 \begin_layout Plain Layout
26748
26749 \backslash
26750 j
26751 \end_layout
26752
26753 \end_inset
26754 </cell>
26755 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26756 \begin_inset Text
26757
26758 \begin_layout Plain Layout
26759 \begin_inset Formula $\textrm{ȷ}$
26760 \end_inset
26761
26762
26763 \end_layout
26764
26765 \end_inset
26766 </cell>
26767 </row>
26768 </lyxtabular>
26769
26770 \end_inset
26771
26772
26773 \begin_inset space \hfill{}
26774 \end_inset
26775
26776
26777 \end_layout
26778
26779 \begin_layout Standard
26780 The characters 
26781 \begin_inset Formula $\textrm{Å}$
26782 \end_inset
26783
26784  and 
26785 \begin_inset Formula $\textrm{Ø}$
26786 \end_inset
26787
26788  can also be inserted via the math toolbar button 
26789 \begin_inset Info
26790 type  "icon"
26791 arg   "math-insert \\digamma"
26792 \end_inset
26793
26794 .
26795 \end_layout
26796
26797 \begin_layout Standard
26798 The commands 
26799 \series bold
26800 !
26801 \begin_inset space \hspace{}
26802 \length 0mm
26803 \end_inset
26804
26805 `
26806 \series default
26807  and 
26808 \series bold
26809 ?
26810 \begin_inset space \hspace{}
26811 \length 0mm
26812 \end_inset
26813
26814 `
26815 \series default
26816  are exceptions because they can be inserted in \SpecialChar LyX
26817  directly to text.
26818 \end_layout
26819
26820 \begin_layout Subsection
26821 Accents in Text
26822 \begin_inset CommandInset label
26823 LatexCommand label
26824 name "subsec:Accents-in-Text"
26825
26826 \end_inset
26827
26828
26829 \begin_inset Index idx
26830 status collapsed
26831
26832 \begin_layout Plain Layout
26833 Accents ! in text
26834 \end_layout
26835
26836 \end_inset
26837
26838
26839 \end_layout
26840
26841 \begin_layout Standard
26842 Any letter can be accented with the following commands.
26843  The commands must be inserted in \SpecialChar TeX
26844  mode.
26845 \end_layout
26846
26847 \begin_layout Standard
26848 \begin_inset space \hfill{}
26849 \end_inset
26850
26851
26852 \begin_inset Tabular
26853 <lyxtabular version="3" rows="8" columns="2">
26854 <features booktabs="true" tabularvalignment="middle">
26855 <column alignment="left" valignment="top" width="0pt">
26856 <column alignment="block" valignment="top">
26857 <row>
26858 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26859 \begin_inset Text
26860
26861 \begin_layout Plain Layout
26862 Command
26863 \end_layout
26864
26865 \end_inset
26866 </cell>
26867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26868 \begin_inset Text
26869
26870 \begin_layout Plain Layout
26871 Result
26872 \end_layout
26873
26874 \end_inset
26875 </cell>
26876 </row>
26877 <row>
26878 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26879 \begin_inset Text
26880
26881 \begin_layout Plain Layout
26882
26883 \backslash
26884
26885 \begin_inset Quotes grd
26886 \end_inset
26887
26888 e
26889 \end_layout
26890
26891 \end_inset
26892 </cell>
26893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26894 \begin_inset Text
26895
26896 \begin_layout Plain Layout
26897 \begin_inset ERT
26898 status collapsed
26899
26900 \begin_layout Plain Layout
26901
26902
26903 \backslash
26904 "e
26905 \end_layout
26906
26907 \end_inset
26908
26909
26910 \end_layout
26911
26912 \end_inset
26913 </cell>
26914 </row>
26915 <row>
26916 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26917 \begin_inset Text
26918
26919 \begin_layout Plain Layout
26920
26921 \backslash
26922 `e
26923 \end_layout
26924
26925 \end_inset
26926 </cell>
26927 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26928 \begin_inset Text
26929
26930 \begin_layout Plain Layout
26931 \begin_inset ERT
26932 status collapsed
26933
26934 \begin_layout Plain Layout
26935
26936
26937 \backslash
26938 `e
26939 \end_layout
26940
26941 \end_inset
26942
26943
26944 \end_layout
26945
26946 \end_inset
26947 </cell>
26948 </row>
26949 <row>
26950 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26951 \begin_inset Text
26952
26953 \begin_layout Plain Layout
26954
26955 \backslash
26956 ^
26957 \begin_inset space \textvisiblespace{}
26958 \end_inset
26959
26960 e
26961 \end_layout
26962
26963 \end_inset
26964 </cell>
26965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26966 \begin_inset Text
26967
26968 \begin_layout Plain Layout
26969 \begin_inset ERT
26970 status collapsed
26971
26972 \begin_layout Plain Layout
26973
26974
26975 \backslash
26976 ^e
26977 \end_layout
26978
26979 \end_inset
26980
26981
26982 \end_layout
26983
26984 \end_inset
26985 </cell>
26986 </row>
26987 <row>
26988 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26989 \begin_inset Text
26990
26991 \begin_layout Plain Layout
26992
26993 \backslash
26994 =e
26995 \end_layout
26996
26997 \end_inset
26998 </cell>
26999 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27000 \begin_inset Text
27001
27002 \begin_layout Plain Layout
27003 \begin_inset ERT
27004 status collapsed
27005
27006 \begin_layout Plain Layout
27007
27008
27009 \backslash
27010 =e
27011 \end_layout
27012
27013 \end_inset
27014
27015
27016 \end_layout
27017
27018 \end_inset
27019 </cell>
27020 </row>
27021 <row>
27022 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27023 \begin_inset Text
27024
27025 \begin_layout Plain Layout
27026
27027 \backslash
27028 u
27029 \begin_inset space \textvisiblespace{}
27030 \end_inset
27031
27032 e
27033 \end_layout
27034
27035 \end_inset
27036 </cell>
27037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27038 \begin_inset Text
27039
27040 \begin_layout Plain Layout
27041 \begin_inset ERT
27042 status collapsed
27043
27044 \begin_layout Plain Layout
27045
27046
27047 \backslash
27048 u e
27049 \end_layout
27050
27051 \end_inset
27052
27053
27054 \end_layout
27055
27056 \end_inset
27057 </cell>
27058 </row>
27059 <row>
27060 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27061 \begin_inset Text
27062
27063 \begin_layout Plain Layout
27064
27065 \backslash
27066 b
27067 \begin_inset space \textvisiblespace{}
27068 \end_inset
27069
27070 e
27071 \end_layout
27072
27073 \end_inset
27074 </cell>
27075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27076 \begin_inset Text
27077
27078 \begin_layout Plain Layout
27079 \begin_inset ERT
27080 status collapsed
27081
27082 \begin_layout Plain Layout
27083
27084
27085 \backslash
27086 b e
27087 \end_layout
27088
27089 \end_inset
27090
27091
27092 \end_layout
27093
27094 \end_inset
27095 </cell>
27096 </row>
27097 <row>
27098 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
27099 \begin_inset Text
27100
27101 \begin_layout Plain Layout
27102
27103 \backslash
27104 t
27105 \begin_inset space \textvisiblespace{}
27106 \end_inset
27107
27108 ee
27109 \end_layout
27110
27111 \end_inset
27112 </cell>
27113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27114 \begin_inset Text
27115
27116 \begin_layout Plain Layout
27117 \begin_inset ERT
27118 status collapsed
27119
27120 \begin_layout Plain Layout
27121
27122
27123 \backslash
27124 t ee
27125 \end_layout
27126
27127 \end_inset
27128
27129
27130 \end_layout
27131
27132 \end_inset
27133 </cell>
27134 </row>
27135 </lyxtabular>
27136
27137 \end_inset
27138
27139
27140 \begin_inset space \hfill{}
27141 \end_inset
27142
27143
27144 \begin_inset Tabular
27145 <lyxtabular version="3" rows="8" columns="2">
27146 <features booktabs="true" tabularvalignment="middle">
27147 <column alignment="left" valignment="top" width="0pt">
27148 <column alignment="center" valignment="top">
27149 <row>
27150 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27151 \begin_inset Text
27152
27153 \begin_layout Plain Layout
27154 Command
27155 \end_layout
27156
27157 \end_inset
27158 </cell>
27159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27160 \begin_inset Text
27161
27162 \begin_layout Plain Layout
27163 Result
27164 \end_layout
27165
27166 \end_inset
27167 </cell>
27168 </row>
27169 <row>
27170 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27171 \begin_inset Text
27172
27173 \begin_layout Plain Layout
27174
27175 \backslash
27176 H
27177 \begin_inset space \textvisiblespace{}
27178 \end_inset
27179
27180 e
27181 \end_layout
27182
27183 \end_inset
27184 </cell>
27185 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27186 \begin_inset Text
27187
27188 \begin_layout Plain Layout
27189 \begin_inset ERT
27190 status collapsed
27191
27192 \begin_layout Plain Layout
27193
27194
27195 \backslash
27196 H e
27197 \end_layout
27198
27199 \end_inset
27200
27201
27202 \end_layout
27203
27204 \end_inset
27205 </cell>
27206 </row>
27207 <row>
27208 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27209 \begin_inset Text
27210
27211 \begin_layout Plain Layout
27212
27213 \backslash
27214 'e
27215 \end_layout
27216
27217 \end_inset
27218 </cell>
27219 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27220 \begin_inset Text
27221
27222 \begin_layout Plain Layout
27223 \begin_inset ERT
27224 status collapsed
27225
27226 \begin_layout Plain Layout
27227
27228
27229 \backslash
27230 'e
27231 \end_layout
27232
27233 \end_inset
27234
27235
27236 \end_layout
27237
27238 \end_inset
27239 </cell>
27240 </row>
27241 <row>
27242 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27243 \begin_inset Text
27244
27245 \begin_layout Plain Layout
27246
27247 \backslash
27248 ~e
27249 \begin_inset Index idx
27250 status collapsed
27251
27252 \begin_layout Plain Layout
27253 Tilde
27254 \end_layout
27255
27256 \end_inset
27257
27258
27259 \end_layout
27260
27261 \end_inset
27262 </cell>
27263 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27264 \begin_inset Text
27265
27266 \begin_layout Plain Layout
27267 \begin_inset ERT
27268 status collapsed
27269
27270 \begin_layout Plain Layout
27271
27272
27273 \backslash
27274 ~e
27275 \end_layout
27276
27277 \end_inset
27278
27279
27280 \end_layout
27281
27282 \end_inset
27283 </cell>
27284 </row>
27285 <row>
27286 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27287 \begin_inset Text
27288
27289 \begin_layout Plain Layout
27290
27291 \backslash
27292 .e
27293 \end_layout
27294
27295 \end_inset
27296 </cell>
27297 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27298 \begin_inset Text
27299
27300 \begin_layout Plain Layout
27301 \begin_inset ERT
27302 status collapsed
27303
27304 \begin_layout Plain Layout
27305
27306
27307 \backslash
27308 .e
27309 \end_layout
27310
27311 \end_inset
27312
27313
27314 \end_layout
27315
27316 \end_inset
27317 </cell>
27318 </row>
27319 <row>
27320 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27321 \begin_inset Text
27322
27323 \begin_layout Plain Layout
27324
27325 \backslash
27326 v
27327 \begin_inset space \textvisiblespace{}
27328 \end_inset
27329
27330 e
27331 \end_layout
27332
27333 \end_inset
27334 </cell>
27335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27336 \begin_inset Text
27337
27338 \begin_layout Plain Layout
27339 \begin_inset ERT
27340 status collapsed
27341
27342 \begin_layout Plain Layout
27343
27344
27345 \backslash
27346 v e
27347 \end_layout
27348
27349 \end_inset
27350
27351
27352 \end_layout
27353
27354 \end_inset
27355 </cell>
27356 </row>
27357 <row>
27358 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27359 \begin_inset Text
27360
27361 \begin_layout Plain Layout
27362
27363 \backslash
27364 d
27365 \begin_inset space \textvisiblespace{}
27366 \end_inset
27367
27368 e
27369 \end_layout
27370
27371 \end_inset
27372 </cell>
27373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27374 \begin_inset Text
27375
27376 \begin_layout Plain Layout
27377 \begin_inset ERT
27378 status collapsed
27379
27380 \begin_layout Plain Layout
27381
27382
27383 \backslash
27384 d e
27385 \end_layout
27386
27387 \end_inset
27388
27389
27390 \end_layout
27391
27392 \end_inset
27393 </cell>
27394 </row>
27395 <row>
27396 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27397 \begin_inset Text
27398
27399 \begin_layout Plain Layout
27400
27401 \backslash
27402 c
27403 \begin_inset space \textvisiblespace{}
27404 \end_inset
27405
27406 e
27407 \end_layout
27408
27409 \end_inset
27410 </cell>
27411 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27412 \begin_inset Text
27413
27414 \begin_layout Plain Layout
27415 \begin_inset ERT
27416 status collapsed
27417
27418 \begin_layout Plain Layout
27419
27420
27421 \backslash
27422 c e
27423 \end_layout
27424
27425 \end_inset
27426
27427
27428 \end_layout
27429
27430 \end_inset
27431 </cell>
27432 </row>
27433 </lyxtabular>
27434
27435 \end_inset
27436
27437
27438 \begin_inset space \hfill{}
27439 \end_inset
27440
27441
27442 \end_layout
27443
27444 \begin_layout Standard
27445 \begin_inset VSpace medskip
27446 \end_inset
27447
27448 With the command 
27449 \series bold
27450
27451 \backslash
27452 t
27453 \series default
27454  also two different characters can be accented.
27455  The command 
27456 \series bold
27457
27458 \backslash
27459 t
27460 \begin_inset space \textvisiblespace{}
27461 \end_inset
27462
27463 sz
27464 \series default
27465  creates: 
27466 \begin_inset ERT
27467 status collapsed
27468
27469 \begin_layout Plain Layout
27470
27471
27472 \backslash
27473 t sz
27474 \end_layout
27475
27476 \end_inset
27477
27478
27479 \end_layout
27480
27481 \begin_layout Standard
27482 The accents 
27483 \series bold
27484 `
27485 \series default
27486  , 
27487 \series bold
27488 '
27489 \series default
27490  and 
27491 \series bold
27492 ^
27493 \series default
27494  can in combination with vowels be directly inserted with the keyboard without
27495  using \SpecialChar TeX
27496  mode.
27497  The same applies for the tilde
27498 \begin_inset Foot
27499 status collapsed
27500
27501 \begin_layout Plain Layout
27502 This only applies for keyboards where the tilde is defined as accent.
27503 \end_layout
27504
27505 \end_inset
27506
27507  
27508 \series bold
27509 ~
27510 \series default
27511  in combination with 
27512 \emph on
27513 a
27514 \emph default
27515  , 
27516 \emph on
27517 n
27518 \emph default
27519  , or 
27520 \emph on
27521 o
27522 \emph default
27523 .
27524 \end_layout
27525
27526 \begin_layout Standard
27527 The commands 
27528 \series bold
27529
27530 \backslash
27531 b
27532 \series default
27533  , 
27534 \series bold
27535
27536 \backslash
27537 c
27538 \series default
27539  , 
27540 \series bold
27541
27542 \backslash
27543 d
27544 \series default
27545  , 
27546 \series bold
27547
27548 \backslash
27549 H
27550 \series default
27551  , 
27552 \series bold
27553
27554 \backslash
27555 t
27556 \series default
27557  , 
27558 \series bold
27559
27560 \backslash
27561 u
27562 \series default
27563  , 
27564 \series bold
27565
27566 \backslash
27567 v
27568 \series default
27569  and accents that are inserted directly with the keyboard are also available
27570  in mathematical text.
27571  For the other accents there are special math commands used in formulas,
27572  see 
27573 \begin_inset CommandInset ref
27574 LatexCommand ref
27575 reference "subsec:Accents-for-one"
27576
27577 \end_inset
27578
27579 .
27580 \end_layout
27581
27582 \begin_layout Standard
27583 \begin_inset VSpace bigskip
27584 \end_inset
27585
27586 With the command 
27587 \series bold
27588
27589 \backslash
27590 textcircled
27591 \series default
27592
27593 \begin_inset Index idx
27594 status collapsed
27595
27596 \begin_layout Plain Layout
27597 Commands ! T ! 
27598 \backslash
27599 textcircled
27600 \end_layout
27601
27602 \end_inset
27603
27604  any number or letter can be set into a circle, quasi accented with a circle,
27605  similar to the copyright symbol.
27606 \end_layout
27607
27608 \begin_layout Standard
27609 \align center
27610 \begin_inset Tabular
27611 <lyxtabular version="3" rows="3" columns="2">
27612 <features booktabs="true" tabularvalignment="middle">
27613 <column alignment="center" valignment="top" width="0pt">
27614 <column alignment="center" valignment="top">
27615 <row>
27616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27617 \begin_inset Text
27618
27619 \begin_layout Plain Layout
27620 Command
27621 \end_layout
27622
27623 \end_inset
27624 </cell>
27625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27626 \begin_inset Text
27627
27628 \begin_layout Plain Layout
27629 Result
27630 \end_layout
27631
27632 \end_inset
27633 </cell>
27634 </row>
27635 <row>
27636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27637 \begin_inset Text
27638
27639 \begin_layout Plain Layout
27640
27641 \backslash
27642 textcircled{w}
27643 \end_layout
27644
27645 \end_inset
27646 </cell>
27647 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27648 \begin_inset Text
27649
27650 \begin_layout Plain Layout
27651 \begin_inset ERT
27652 status collapsed
27653
27654 \begin_layout Plain Layout
27655
27656
27657 \backslash
27658 textcircled{w}
27659 \end_layout
27660
27661 \end_inset
27662
27663
27664 \end_layout
27665
27666 \end_inset
27667 </cell>
27668 </row>
27669 <row topspace="1mm">
27670 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27671 \begin_inset Text
27672
27673 \begin_layout Plain Layout
27674
27675 \backslash
27676 Large 
27677 \backslash
27678 textcircled{
27679 \backslash
27680 normalsize
27681 \backslash
27682 protect
27683 \backslash
27684 raisebox{-1.5pt}{W}}
27685 \end_layout
27686
27687 \end_inset
27688 </cell>
27689 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27690 \begin_inset Text
27691
27692 \begin_layout Plain Layout
27693 \begin_inset ERT
27694 status collapsed
27695
27696 \begin_layout Plain Layout
27697
27698
27699 \backslash
27700 Large 
27701 \backslash
27702 textcircled{
27703 \backslash
27704 normalsize
27705 \backslash
27706 protect
27707 \backslash
27708 raisebox{-1.5pt}W}
27709 \end_layout
27710
27711 \end_inset
27712
27713
27714 \end_layout
27715
27716 \end_inset
27717 </cell>
27718 </row>
27719 </lyxtabular>
27720
27721 \end_inset
27722
27723
27724 \end_layout
27725
27726 \begin_layout Standard
27727 One has to take care that the character fits into the circle.
27728  
27729 \series bold
27730
27731 \backslash
27732 Large
27733 \series default
27734
27735 \begin_inset Foot
27736 status collapsed
27737
27738 \begin_layout Plain Layout
27739 See 
27740 \begin_inset CommandInset ref
27741 LatexCommand ref
27742 reference "subsec:Font-Sizes"
27743
27744 \end_inset
27745
27746
27747 \end_layout
27748
27749 \end_inset
27750
27751  specifies the size of the circle.
27752  With the help of 
27753 \series bold
27754
27755 \backslash
27756 raisebox
27757 \series default
27758
27759 \begin_inset Foot
27760 status collapsed
27761
27762 \begin_layout Plain Layout
27763 See 
27764 \begin_inset CommandInset ref
27765 LatexCommand ref
27766 reference "subsec:Boxes-without-Frame"
27767
27768 \end_inset
27769
27770
27771 \end_layout
27772
27773 \end_inset
27774
27775  the character can be centered.
27776 \end_layout
27777
27778 \begin_layout Subsection
27779 Old-style Figures
27780 \begin_inset Index idx
27781 status collapsed
27782
27783 \begin_layout Plain Layout
27784 Old-style Figures
27785 \end_layout
27786
27787 \end_inset
27788
27789
27790 \end_layout
27791
27792 \begin_layout Standard
27793 Old-style figures (also known as old-style numerals) are created with the
27794  command 
27795 \series bold
27796
27797 \backslash
27798 oldstylenums
27799 \series default
27800
27801 \begin_inset Index idx
27802 status collapsed
27803
27804 \begin_layout Plain Layout
27805 Commands ! O ! 
27806 \backslash
27807 oldstylenums
27808 \end_layout
27809
27810 \end_inset
27811
27812 .
27813  The command can be used in formulas and in \SpecialChar TeX
27814  mode.
27815  The command scheme is:
27816 \end_layout
27817
27818 \begin_layout Standard
27819
27820 \series bold
27821
27822 \backslash
27823 oldstylenums{number}
27824 \end_layout
27825
27826 \begin_layout Standard
27827 The command 
27828 \series bold
27829
27830 \backslash
27831 oldstylenums{0123456789}
27832 \series default
27833  produces: 
27834 \begin_inset Formula $\oldstylenums{0123456789}$
27835 \end_inset
27836
27837
27838 \end_layout
27839
27840 \begin_layout Section
27841 Formula Styles
27842 \begin_inset CommandInset label
27843 LatexCommand label
27844 name "sec:Formula-Styles"
27845
27846 \end_inset
27847
27848
27849 \begin_inset Index idx
27850 status collapsed
27851
27852 \begin_layout Plain Layout
27853 Formula ! styles
27854 \end_layout
27855
27856 \end_inset
27857
27858
27859 \end_layout
27860
27861 \begin_layout Itemize
27862 There are two different alignment styles:
27863 \end_layout
27864
27865 \begin_deeper
27866 \begin_layout Description
27867 Centered is the predefined standard.
27868 \end_layout
27869
27870 \begin_layout Description
27871 Indented can be set using the menu 
27872 \family sans
27873 Document\SpecialChar menuseparator
27874 Settings
27875 \family default
27876  under 
27877 \family sans
27878 Math
27879 \begin_inset space ~
27880 \end_inset
27881
27882 Options.
27883 \end_layout
27884
27885 \begin_layout Standard
27886 When 
27887 \series bold
27888 Indented
27889 \series default
27890  is used, the indentation can be adjusted.
27891  The default value depends on the document class.
27892 \end_layout
27893
27894 \end_deeper
27895 \begin_layout Itemize
27896 Two different numbering styles are available in the menu 
27897 \family sans
27898 Document\SpecialChar menuseparator
27899 Settings
27900 \family default
27901  under 
27902 \family sans
27903 Math
27904 \begin_inset space ~
27905 \end_inset
27906
27907 Options
27908 \family default
27909 :
27910 \end_layout
27911
27912 \begin_deeper
27913 \begin_layout Description
27914 Right is in most cases the default.
27915 \end_layout
27916
27917 \begin_layout Description
27918 Left
27919 \end_layout
27920
27921 \end_deeper
27922 \begin_layout Standard
27923 The chosen styles are used for all displayed formulas of the document.
27924  When both, centered and indented formulas should be created in a document,
27925  the style 
27926 \series bold
27927 Centered
27928 \series default
27929  is used.
27930  The indented formulas are then set in a flalign environment, see 
27931 \begin_inset CommandInset ref
27932 LatexCommand ref
27933 reference "subsec:Flalign-Environment"
27934
27935 \end_inset
27936
27937 .
27938 \end_layout
27939
27940 \begin_layout Section
27941 Multiline Formulas
27942 \begin_inset CommandInset label
27943 LatexCommand label
27944 name "sec:Multiline-Formulas"
27945
27946 \end_inset
27947
27948
27949 \begin_inset Index idx
27950 status collapsed
27951
27952 \begin_layout Plain Layout
27953 Formula ! multiline
27954 \end_layout
27955
27956 \end_inset
27957
27958
27959 \end_layout
27960
27961 \begin_layout Subsection
27962 General
27963 \end_layout
27964
27965 \begin_layout Standard
27966 In \SpecialChar LyX
27967 , multiline formulas are created by pressing 
27968 \begin_inset Info
27969 type  "shortcut"
27970 arg   "newline-insert newline"
27971 \end_inset
27972
27973  inside a formula.
27974  This creates either an 
27975 \series bold
27976 align environment
27977 \series default
27978  that is described in 
27979 \begin_inset CommandInset ref
27980 LatexCommand ref
27981 reference "subsec:Standard-align-Environment"
27982
27983 \end_inset
27984
27985  or, when automatically loading of the package
27986 \family sans
27987  AMS math
27988 \family default
27989  is disabled in the document settings, an 
27990 \series bold
27991 eqnarray environment
27992 \series default
27993  that is described in 
27994 \begin_inset CommandInset ref
27995 LatexCommand ref
27996 reference "subsec:Eqnarray-Environment"
27997
27998 \end_inset
27999
28000 .
28001  The align environment is recommended as it provides a typographically correct
28002  output in all cases.
28003 \end_layout
28004
28005 \begin_layout Standard
28006 There are other multiline formula environments that can be created via the
28007  menu 
28008 \family sans
28009 Insert\SpecialChar menuseparator
28010 Math
28011 \family default
28012 .
28013  These environments are described in the following sections.
28014 \end_layout
28015
28016 \begin_layout Standard
28017 In all multiline formula environments a new line is created by pressing
28018  
28019 \begin_inset Info
28020 type  "shortcut"
28021 arg   "newline-insert newline"
28022 \end_inset
28023
28024 .
28025  To add or delete lines, use the math toolbar buttons 
28026 \begin_inset Info
28027 type  "icon"
28028 arg   "tabular-feature append-row"
28029 \end_inset
28030
28031  or 
28032 \begin_inset Info
28033 type  "icon"
28034 arg   "tabular-feature delete-row"
28035 \end_inset
28036
28037  respectively, or the menu option
28038 \family sans
28039  Edit\SpecialChar menuseparator
28040 Rows & Columns
28041 \family default
28042 .
28043 \end_layout
28044
28045 \begin_layout Subsubsection
28046 Line Separation
28047 \begin_inset CommandInset label
28048 LatexCommand label
28049 name "subsec:Line-Separation"
28050
28051 \end_inset
28052
28053
28054 \begin_inset Index idx
28055 status collapsed
28056
28057 \begin_layout Plain Layout
28058 Formula ! multiline ! Line separation
28059 \end_layout
28060
28061 \end_inset
28062
28063
28064 \end_layout
28065
28066 \begin_layout Standard
28067 Sometimes there is not enough space in multiline formulas between the lines:
28068 \begin_inset Formula 
28069 \begin{eqnarray*}
28070 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}\\
28071 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
28072 \end{eqnarray*}
28073
28074 \end_inset
28075
28076
28077 \end_layout
28078
28079 \begin_layout Standard
28080 In \SpecialChar LaTeX
28081  additional line space is specified as an optional argument of the new
28082  line command.
28083  This is not yet possible in \SpecialChar LyX
28084
28085 \begin_inset Foot
28086 status collapsed
28087
28088 \begin_layout Plain Layout
28089 see 
28090 \begin_inset CommandInset href
28091 LatexCommand href
28092 name "LyX-bug #1505"
28093 target "https://www.lyx.org/trac/ticket/1505"
28094 literal "false"
28095
28096 \end_inset
28097
28098
28099 \end_layout
28100
28101 \end_inset
28102
28103 , therefore the whole formula must be inserted in \SpecialChar TeX
28104  mode.
28105  To add in our example space, the command 
28106 \series bold
28107
28108 \backslash
28109
28110 \backslash
28111 [3mm]
28112 \series default
28113  is inserted at the end of the first line.
28114  One gets: 
28115 \begin_inset ERT
28116 status open
28117
28118 \begin_layout Plain Layout
28119
28120
28121 \backslash
28122 begin{eqnarray*}
28123 \end_layout
28124
28125 \begin_layout Plain Layout
28126
28127 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28128  = & 
28129 \backslash
28130 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28131 \backslash
28132
28133 \backslash
28134 [3mm]
28135 \end_layout
28136
28137 \begin_layout Plain Layout
28138
28139 4x^{2}
28140 \backslash
28141 left(B^{2}+x_{0}^{2}
28142 \backslash
28143 right)+4x_{0}x
28144 \backslash
28145 left(D-B^{2}
28146 \backslash
28147 right)+B^{2}
28148 \backslash
28149 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28150 \backslash
28151 right) & = & 0
28152 \end_layout
28153
28154 \begin_layout Plain Layout
28155
28156
28157 \backslash
28158 end{eqnarray*}
28159 \end_layout
28160
28161 \end_inset
28162
28163
28164 \end_layout
28165
28166 \begin_layout Standard
28167 \begin_inset VSpace bigskip
28168 \end_inset
28169
28170 To set the line separation for all lines in a formula, the length of 
28171 \series bold
28172
28173 \backslash
28174 jot
28175 \series default
28176
28177 \begin_inset Index idx
28178 status collapsed
28179
28180 \begin_layout Plain Layout
28181 Commands ! J ! 
28182 \backslash
28183 jot
28184 \end_layout
28185
28186 \end_inset
28187
28188  is changed.
28189  The definition is: 
28190 \begin_inset Formula $\mbox{line separation}=\mathrm{6\,pt+\backslash jot}$
28191 \end_inset
28192
28193 .
28194  
28195 \series bold
28196
28197 \backslash
28198 jot
28199 \series default
28200  is predefined as 3
28201 \begin_inset space \thinspace{}
28202 \end_inset
28203
28204 pt.
28205  To create 3
28206 \begin_inset space \thinspace{}
28207 \end_inset
28208
28209 mm of additional line separation as in the previous example, the command
28210 \end_layout
28211
28212 \begin_layout Standard
28213
28214 \series bold
28215
28216 \backslash
28217 setlength{
28218 \backslash
28219 jot}{3mm+3pt}
28220 \end_layout
28221
28222 \begin_layout Standard
28223 is inserted in \SpecialChar TeX
28224  mode before the formula.
28225  This requires that the \SpecialChar LaTeX
28226 -package 
28227 \series bold
28228 calc
28229 \series default
28230
28231 \begin_inset Foot
28232 status collapsed
28233
28234 \begin_layout Plain Layout
28235
28236 \series bold
28237 calc
28238 \series default
28239  is part of every \SpecialChar LaTeX
28240  standard installation.
28241 \end_layout
28242
28243 \end_inset
28244
28245
28246 \begin_inset Index idx
28247 status collapsed
28248
28249 \begin_layout Plain Layout
28250 Packages ! calc
28251 \end_layout
28252
28253 \end_inset
28254
28255  was loaded in \SpecialChar LaTeX
28256 -preamble with the line
28257 \end_layout
28258
28259 \begin_layout Standard
28260
28261 \series bold
28262
28263 \backslash
28264 usepackage{calc}
28265 \end_layout
28266
28267 \begin_layout Standard
28268 One gets: 
28269 \begin_inset ERT
28270 status collapsed
28271
28272 \begin_layout Plain Layout
28273
28274
28275 \backslash
28276 setlength{
28277 \backslash
28278 jot}{3mm+3pt}
28279 \end_layout
28280
28281 \end_inset
28282
28283
28284 \begin_inset Formula 
28285 \begin{eqnarray*}
28286 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}\\
28287 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
28288 \end{eqnarray*}
28289
28290 \end_inset
28291
28292
28293 \end_layout
28294
28295 \begin_layout Standard
28296 \begin_inset ERT
28297 status collapsed
28298
28299 \begin_layout Plain Layout
28300
28301
28302 \backslash
28303 setlength{
28304 \backslash
28305 jot}{3pt}
28306 \end_layout
28307
28308 \end_inset
28309
28310  To get restore 
28311 \series bold
28312
28313 \backslash
28314 jot
28315 \series default
28316  to its original value, 
28317 \series bold
28318
28319 \backslash
28320 jot
28321 \series default
28322  is set to the value 3
28323 \begin_inset space \thinspace{}
28324 \end_inset
28325
28326 pt.
28327 \end_layout
28328
28329 \begin_layout Subsubsection
28330 Column Separation
28331 \begin_inset CommandInset label
28332 LatexCommand label
28333 name "subsec:Column-Separation"
28334
28335 \end_inset
28336
28337
28338 \begin_inset Index idx
28339 status collapsed
28340
28341 \begin_layout Plain Layout
28342 Formula ! multiline ! Column separation
28343 \end_layout
28344
28345 \end_inset
28346
28347
28348 \end_layout
28349
28350 \begin_layout Standard
28351 Multiline formulas form a matrix.
28352  A formula in the eqnarray environment for example is a matrix with three
28353  columns.
28354  By changing the column separation in this environment, the space beside
28355  the relation sign can be changed.
28356 \end_layout
28357
28358 \begin_layout Standard
28359 The column separation is specified with the length 
28360 \series bold
28361
28362 \backslash
28363 arraycolsep
28364 \series default
28365
28366 \begin_inset Index idx
28367 status collapsed
28368
28369 \begin_layout Plain Layout
28370 Commands ! A ! 
28371 \backslash
28372 arraycolsep
28373 \end_layout
28374
28375 \end_inset
28376
28377  according to the formula: column separation = 2
28378 \begin_inset space \thinspace{}
28379 \end_inset
28380
28381
28382 \series bold
28383
28384 \backslash
28385 arraycolsep
28386 \change_deleted 5863208 1612730022
28387
28388 \series default
28389
28390 \begin_inset Note Note
28391 status open
28392
28393 \begin_layout Plain Layout
28394
28395 \change_inserted 232239728 1611406079
28396 How does units play into this? (cm/in/pt) Is the 2 unitless and the result
28397  takes on the units of the input value?
28398 \change_unchanged
28399
28400 \end_layout
28401
28402 \end_inset
28403
28404
28405 \change_unchanged
28406
28407 \begin_inset Newline newline
28408 \end_inset
28409
28410 Thus, the command
28411 \end_layout
28412
28413 \begin_layout Standard
28414
28415 \series bold
28416
28417 \backslash
28418 setlength{
28419 \backslash
28420 arraycolsep}{1cm}
28421 \end_layout
28422
28423 \begin_layout Standard
28424 inserted in \SpecialChar TeX
28425  mode, sets all following formula column separations to 2
28426 \begin_inset space \thinspace{}
28427 \end_inset
28428
28429 cm.
28430  To return to the predefined distance, 
28431 \series bold
28432
28433 \backslash
28434 arraycolsep
28435 \series default
28436  is set to 5
28437 \begin_inset space \thinspace{}
28438 \end_inset
28439
28440 pt.
28441 \end_layout
28442
28443 \begin_layout Standard
28444 A formula with 2
28445 \begin_inset space \thinspace{}
28446 \end_inset
28447
28448 cm column separation:
28449 \begin_inset ERT
28450 status open
28451
28452 \begin_layout Plain Layout
28453
28454
28455 \backslash
28456 setlength{
28457 \backslash
28458 arraycolsep}{1cm}
28459 \end_layout
28460
28461 \end_inset
28462
28463
28464 \begin_inset Formula 
28465 \begin{eqnarray*}
28466 A & = & B\\
28467 C & \ne & A
28468 \end{eqnarray*}
28469
28470 \end_inset
28471
28472 A formula with the predefined column separation for matrices of 10
28473 \begin_inset space \thinspace{}
28474 \end_inset
28475
28476 pt:
28477 \begin_inset ERT
28478 status open
28479
28480 \begin_layout Plain Layout
28481
28482
28483 \backslash
28484 setlength{
28485 \backslash
28486 arraycolsep}{5pt}
28487 \end_layout
28488
28489 \end_inset
28490
28491
28492 \begin_inset Formula 
28493 \begin{eqnarray*}
28494 A & = & B\\
28495 C & \ne & A
28496 \end{eqnarray*}
28497
28498 \end_inset
28499
28500
28501 \end_layout
28502
28503 \begin_layout Standard
28504 \begin_inset Newpage newpage
28505 \end_inset
28506
28507
28508 \end_layout
28509
28510 \begin_layout Subsubsection
28511 Long Formulas
28512 \begin_inset Index idx
28513 status collapsed
28514
28515 \begin_layout Plain Layout
28516 Formula ! long
28517 \end_layout
28518
28519 \end_inset
28520
28521
28522 \end_layout
28523
28524 \begin_layout Standard
28525 Long formulas can be typeset using these methods:
28526 \end_layout
28527
28528 \begin_layout Itemize
28529 If one side of an equation is much shorter than the line width, this is
28530  chosen for the left side and the right side is typeset over two lines:
28531 \begin_inset Formula 
28532 \begin{eqnarray}
28533 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 \\
28534  &  & -\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}
28535 \end{eqnarray}
28536
28537 \end_inset
28538
28539 The minus sign at the beginning of the second line does normally not appear
28540  as an operator because it is the first character of the line.
28541  Thus it would not be surrounded by space and could not be distinguished
28542  from the fraction bar.
28543  To avoid this, a 3
28544 \begin_inset space \thinspace{}
28545 \end_inset
28546
28547 pt space was inserted behind the minus sign with the command 
28548 \series bold
28549
28550 \backslash
28551 hspace
28552 \series default
28553 .
28554 \begin_inset Foot
28555 status collapsed
28556
28557 \begin_layout Plain Layout
28558 For more about 
28559 \series bold
28560
28561 \backslash
28562 hspace
28563 \series default
28564  see 
28565 \begin_inset CommandInset ref
28566 LatexCommand ref
28567 reference "subsec:Variable-Space"
28568
28569 \end_inset
28570
28571
28572 \end_layout
28573
28574 \end_inset
28575
28576
28577 \begin_inset Index idx
28578 status collapsed
28579
28580 \begin_layout Plain Layout
28581 Commands ! H ! 
28582 \backslash
28583 hspace
28584 \end_layout
28585
28586 \end_inset
28587
28588
28589 \end_layout
28590
28591 \begin_layout Itemize
28592 When both sides of the equation are long, the command 
28593 \series bold
28594
28595 \backslash
28596 lefteqn
28597 \series default
28598
28599 \begin_inset Index idx
28600 status collapsed
28601
28602 \begin_layout Plain Layout
28603 Commands ! L ! 
28604 \backslash
28605 lefteqn
28606 \end_layout
28607
28608 \end_inset
28609
28610  is used.
28611  It is inserted in the first column of the first line and causes all further
28612  insertions to overwrite the following columns:
28613 \begin_inset Formula 
28614 \begin{eqnarray}
28615 \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 \\
28616  &  & -\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 \\
28617  &  & =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}
28618 \end{eqnarray}
28619
28620 \end_inset
28621
28622 After the insertion of 
28623 \series bold
28624
28625 \backslash
28626 lefteqn
28627 \series default
28628 , the cursor is in a purple box that is shifted a bit to the left from the
28629  blue one.
28630  The formula is inserted there.
28631 \begin_inset Newline newline
28632 \end_inset
28633
28634 The content of additional lines is inserted in the second or another formula
28635  column.
28636  The greater the insertion column number , the larger the indentation.
28637 \begin_inset VSpace medskip
28638 \end_inset
28639
28640
28641 \begin_inset Newline newline
28642 \end_inset
28643
28644
28645 \begin_inset Note Greyedout
28646 status open
28647
28648 \begin_layout Plain Layout
28649 Note the following when using 
28650 \series bold
28651
28652 \backslash
28653 lefteqn
28654 \series default
28655 :
28656 \end_layout
28657
28658 \begin_layout Itemize
28659 The formula doesn't use the full page width.
28660  When e.
28661 \begin_inset space \thinspace{}
28662 \end_inset
28663
28664 g.
28665 \begin_inset space \space{}
28666 \end_inset
28667
28668 the term 
28669 \begin_inset Formula $-B^{2}$
28670 \end_inset
28671
28672  is added to the first line in the above example, it would have been outside
28673  the page margin.
28674  To better use the width, negative space can be inserted at the beginning
28675  of the first line.
28676 \end_layout
28677
28678 \begin_layout Itemize
28679 Due to a bug in \SpecialChar LyX
28680  the cursor cannot be set with the mouse in the first line.
28681 \begin_inset Foot
28682 status collapsed
28683
28684 \begin_layout Plain Layout
28685 \begin_inset CommandInset href
28686 LatexCommand href
28687 name "LyX-bug #1429"
28688 target "https://www.lyx.org/trac/ticket/1429"
28689 literal "false"
28690
28691 \end_inset
28692
28693
28694 \end_layout
28695
28696 \end_inset
28697
28698  One can only set the cursor at the beginning of the line and move it with
28699  the arrow keys.
28700 \end_layout
28701
28702 \end_inset
28703
28704
28705 \end_layout
28706
28707 \begin_layout Itemize
28708 Other methods to set long formulas are offered by the environments described
28709  in 
28710 \begin_inset CommandInset ref
28711 LatexCommand ref
28712 reference "subsec:Multline-Environment"
28713
28714 \end_inset
28715
28716  and 
28717 \begin_inset CommandInset ref
28718 LatexCommand ref
28719 reference "subsec:Multiline-Formula-Parts"
28720
28721 \end_inset
28722
28723 .
28724 \end_layout
28725
28726 \begin_layout Subsubsection
28727 Multiline Fractions
28728 \begin_inset CommandInset label
28729 LatexCommand label
28730 name "subsec:Multiline-Fractions"
28731
28732 \end_inset
28733
28734
28735 \begin_inset Index idx
28736 status collapsed
28737
28738 \begin_layout Plain Layout
28739 Fractions ! multiline
28740 \end_layout
28741
28742 \end_inset
28743
28744
28745 \end_layout
28746
28747 \begin_layout Standard
28748 There are cases where the denominator and/or the numerator of a fraction
28749  is so long that the fraction does not fit on one line.
28750  It is then necessary to add a line break within the fraction.
28751  This can be done using the command 
28752 \series bold
28753
28754 \backslash
28755 splitfrac
28756 \series default
28757
28758 \begin_inset Index idx
28759 status collapsed
28760
28761 \begin_layout Plain Layout
28762 Commands ! S ! 
28763 \backslash
28764 splitfrac
28765 \end_layout
28766
28767 \end_inset
28768
28769 .
28770  To activate it, go to the document settings under 
28771 \family sans
28772 Math
28773 \begin_inset space ~
28774 \end_inset
28775
28776 Options
28777 \family default
28778  for the package 
28779 \series bold
28780 mathtools
28781 \series default
28782
28783 \begin_inset Index idx
28784 status collapsed
28785
28786 \begin_layout Plain Layout
28787 Packages ! mathtools
28788 \end_layout
28789
28790 \end_inset
28791
28792  and set its option to 
28793 \family sans
28794 Load
28795 \begin_inset space ~
28796 \end_inset
28797
28798 always
28799 \family default
28800 .
28801  
28802 \series bold
28803
28804 \backslash
28805 splitfrac
28806 \series default
28807  has the scheme
28808 \end_layout
28809
28810 \begin_layout Standard
28811
28812 \series bold
28813
28814 \backslash
28815 splitfrac{first line}{second line}
28816 \end_layout
28817
28818 \begin_layout Standard
28819 and is used for either the denominator or numerator:
28820 \end_layout
28821
28822 \begin_layout Standard
28823 \begin_inset Formula 
28824 \[
28825 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}
28826 \]
28827
28828 \end_inset
28829
28830 The command for the first numerator above is:
28831 \end_layout
28832
28833 \begin_layout Standard
28834
28835 \series bold
28836
28837 \backslash
28838 splitfrac{xy+xy+xy+xy+xy
28839 \begin_inset space \textvisiblespace{}
28840 \end_inset
28841
28842
28843 \backslash
28844 {+wy+wy+wy+wy
28845 \end_layout
28846
28847 \begin_layout Subsubsection
28848 Multiline Brackets
28849 \begin_inset CommandInset label
28850 LatexCommand label
28851 name "subsec:Multiline-Brackets"
28852
28853 \end_inset
28854
28855
28856 \begin_inset Index idx
28857 status collapsed
28858
28859 \begin_layout Plain Layout
28860 Brackets ! for multiline expressions
28861 \end_layout
28862
28863 \end_inset
28864
28865
28866 \end_layout
28867
28868 \begin_layout Standard
28869 For brackets spanning multiple lines the following problem occurs:
28870 \begin_inset Formula 
28871 \begin{eqnarray*}
28872 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28873  &  & \left.\cdots+B-D\right]
28874 \end{eqnarray*}
28875
28876 \end_inset
28877
28878
28879 \end_layout
28880
28881 \begin_layout Standard
28882 The closing bracket is smaller than the opening bracket because brackets
28883  with variable size may not span multiple lines.
28884 \end_layout
28885
28886 \begin_layout Standard
28887 To set the bracket size for the second line correctly, the first line is
28888  ended with 
28889 \series bold
28890
28891 \backslash
28892 right.
28893 \series default
28894
28895 \begin_inset Index idx
28896 status collapsed
28897
28898 \begin_layout Plain Layout
28899 Commands ! R ! 
28900 \backslash
28901 right
28902 \end_layout
28903
28904 \end_inset
28905
28906  and the second line with 
28907 \series bold
28908
28909 \backslash
28910 left.
28911 \begin_inset Foot
28912 status collapsed
28913
28914 \begin_layout Plain Layout
28915 For more about 
28916 \series bold
28917
28918 \backslash
28919 left
28920 \series default
28921  and 
28922 \series bold
28923
28924 \backslash
28925 right
28926 \series default
28927  see 
28928 \begin_inset CommandInset ref
28929 LatexCommand ref
28930 reference "subsec:Automatic-Bracket-Size"
28931
28932 \end_inset
28933
28934
28935 \end_layout
28936
28937 \end_inset
28938
28939
28940 \series default
28941
28942 \begin_inset Index idx
28943 status collapsed
28944
28945 \begin_layout Plain Layout
28946 Commands ! L ! 
28947 \backslash
28948 left
28949 \end_layout
28950
28951 \end_inset
28952
28953 .
28954  After 
28955 \series bold
28956
28957 \backslash
28958 left.
28959
28960 \series default
28961  the command 
28962 \series bold
28963
28964 \backslash
28965 vphantom
28966 \series default
28967
28968 \begin_inset space \textvisiblespace{}
28969 \end_inset
28970
28971
28972 \series bold
28973
28974 \backslash
28975 prod
28976 \series default
28977 ^
28978 \begin_inset space \textvisiblespace{}
28979 \end_inset
28980
28981
28982 \series bold
28983
28984 \backslash
28985 infty
28986 \series default
28987
28988 \begin_inset space \textvisiblespace{}
28989 \end_inset
28990
28991
28992 \series bold
28993
28994 \begin_inset Formula $\downarrow$
28995 \end_inset
28996
28997 _R=1}
28998 \series default
28999
29000 \begin_inset Index idx
29001 status collapsed
29002
29003 \begin_layout Plain Layout
29004 Commands ! V ! 
29005 \backslash
29006 vphantom
29007 \end_layout
29008
29009 \end_inset
29010
29011  is inserted, because the multiplication operator with its limits is the
29012  largest symbol in the first line and this should be the size for the bracket
29013  in the second line.
29014 \end_layout
29015
29016 \begin_layout Standard
29017 The result is this:
29018 \begin_inset Formula 
29019 \begin{eqnarray*}
29020 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29021  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29022 \end{eqnarray*}
29023
29024 \end_inset
29025
29026
29027 \end_layout
29028
29029 \begin_layout Subsection
29030 Align Environments
29031 \end_layout
29032
29033 \begin_layout Standard
29034 Align environments can be used for every kind of multiline formulas.
29035  They are especially useful to set several formulas side by side.
29036 \end_layout
29037
29038 \begin_layout Standard
29039 Align environments consist of columns.
29040  The odd columns are right aligned, the even ones left aligned.
29041  Every line in an Align environment can be numbered.
29042 \end_layout
29043
29044 \begin_layout Standard
29045 Align environments are created via the menu 
29046 \family sans
29047 Insert\SpecialChar menuseparator
29048 Math
29049 \family default
29050 .
29051  With the menu 
29052 \family sans
29053 Edit\SpecialChar menuseparator
29054 Math\SpecialChar menuseparator
29055 Change Formula Type
29056 \family default
29057  pre-existing formulas can be converted to Align environments.
29058 \end_layout
29059
29060 \begin_layout Standard
29061 To add or delete columns, use the math toolbar buttons 
29062 \begin_inset Info
29063 type  "icon"
29064 arg   "tabular-feature append-column"
29065 \end_inset
29066
29067  or 
29068 \begin_inset Info
29069 type  "icon"
29070 arg   "tabular-feature delete-column"
29071 \end_inset
29072
29073  respectively, or the menu option 
29074 \family sans
29075 Edit\SpecialChar menuseparator
29076 Rows & Columns
29077 \family default
29078  can be used.
29079 \end_layout
29080
29081 \begin_layout Subsubsection
29082 Standard Align Environment
29083 \begin_inset CommandInset label
29084 LatexCommand label
29085 name "subsec:Standard-align-Environment"
29086
29087 \end_inset
29088
29089
29090 \begin_inset Index idx
29091 status collapsed
29092
29093 \begin_layout Plain Layout
29094 Formula ! multiline ! align environment
29095 \end_layout
29096
29097 \end_inset
29098
29099
29100 \end_layout
29101
29102 \begin_layout Standard
29103 This align environment is created by pressing 
29104 \begin_inset Info
29105 type  "shortcut"
29106 arg   "newline-insert newline"
29107 \end_inset
29108
29109  in a formula or by the menu 
29110 \family sans
29111 Insert\SpecialChar menuseparator
29112 Math\SpecialChar menuseparator
29113 AMS align Environment
29114 \family default
29115 .
29116 \end_layout
29117
29118 \begin_layout Standard
29119 An example for two formulas set side by side, that are created with a four
29120  column align environment:
29121 \begin_inset Formula 
29122 \begin{align*}
29123 A & =\sin(B) & C & =D\\
29124 C & \ne A & B & \ne D
29125 \end{align*}
29126
29127 \end_inset
29128
29129 As it can be seen, the formulas in this environment are placed so as if
29130  there would be a 
29131 \series bold
29132
29133 \backslash
29134 hfill
29135 \begin_inset Foot
29136 status open
29137
29138 \begin_layout Plain Layout
29139 For more about 
29140 \series bold
29141
29142 \backslash
29143 hfill
29144 \series default
29145  see 
29146 \begin_inset CommandInset ref
29147 LatexCommand ref
29148 reference "subsec:Variable-Space"
29149
29150 \end_inset
29151
29152
29153 \end_layout
29154
29155 \end_inset
29156
29157
29158 \series default
29159  before the first and after every even column.
29160  When the formula style 
29161 \series bold
29162 Indented
29163 \begin_inset Foot
29164 status open
29165
29166 \begin_layout Plain Layout
29167 For formula styles see 
29168 \begin_inset CommandInset ref
29169 LatexCommand ref
29170 reference "sec:Formula-Styles"
29171
29172 \end_inset
29173
29174
29175 \end_layout
29176
29177 \end_inset
29178
29179
29180 \series default
29181  is used, the formula is set without the 
29182 \series bold
29183
29184 \backslash
29185 hfill
29186 \series default
29187  before the first column.
29188 \end_layout
29189
29190 \begin_layout Subsubsection
29191 Alignat Environment
29192 \begin_inset Index idx
29193 status collapsed
29194
29195 \begin_layout Plain Layout
29196 Formula ! multiline ! alignat environment
29197 \end_layout
29198
29199 \end_inset
29200
29201
29202 \end_layout
29203
29204 \begin_layout Standard
29205 The alignat environment has no predefined column separation.
29206  It can be inserted manually with the spaces that are described in 
29207 \begin_inset CommandInset ref
29208 LatexCommand ref
29209 reference "subsec:Space"
29210
29211 \end_inset
29212
29213 .
29214 \end_layout
29215
29216 \begin_layout Standard
29217 The above example is shown in the alignat environment where 1
29218 \begin_inset space \thinspace{}
29219 \end_inset
29220
29221 cm space was inserted at the beginning of the second formula:
29222 \begin_inset Formula 
29223 \begin{alignat*}{2}
29224 A & =\sin(B) & \hspace{1cm}C & =D\\
29225 C & \ne A & B & \ne D
29226 \end{alignat*}
29227
29228 \end_inset
29229
29230 Because the column separation can be set separately for every column, this
29231  environment is especially suitable to set three or more formulas side by
29232  side.
29233 \end_layout
29234
29235 \begin_layout Subsubsection
29236 Flalign Environment
29237 \begin_inset CommandInset label
29238 LatexCommand label
29239 name "subsec:Flalign-Environment"
29240
29241 \end_inset
29242
29243
29244 \begin_inset Index idx
29245 status collapsed
29246
29247 \begin_layout Plain Layout
29248 Formula ! multiline ! flalign environment
29249 \end_layout
29250
29251 \end_inset
29252
29253
29254 \end_layout
29255
29256 \begin_layout Standard
29257 In this environment the first column is always set to the left as much as
29258  possible and the last one to the right.
29259  An example:
29260 \begin_inset Formula 
29261 \begin{flalign*}
29262 A & =1 & B & =2 & C & =3\\
29263 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29264 \end{flalign*}
29265
29266 \end_inset
29267
29268
29269 \end_layout
29270
29271 \begin_layout Standard
29272 By creating a flalign environment with an odd number of columns where an
29273  empty \SpecialChar TeX
29274  brace is inserted in the last column, several formulas in a document
29275  can be set to the left, although the formula style 
29276 \series bold
29277 Centered
29278 \series default
29279  is used.
29280  As example the indented formula 
29281 \begin_inset CommandInset ref
29282 LatexCommand eqref
29283 reference "eq:VolInt"
29284
29285 \end_inset
29286
29287 :
29288 \begin_inset Formula 
29289 \begin{flalign}
29290 \hspace{30pt}\iiint_{V}X\,\mathrm{d}V & =U & {}
29291 \end{flalign}
29292
29293 \end_inset
29294
29295 The first two columns contain the formula.
29296  To indent it as with the formula style 
29297 \series bold
29298 Indented
29299 \series default
29300 , a 30
29301 \begin_inset space \thinspace{}
29302 \end_inset
29303
29304 pt space was inserted at the beginning of the first column.
29305 \end_layout
29306
29307 \begin_layout Subsection
29308 Eqnarray Environment
29309 \begin_inset CommandInset label
29310 LatexCommand label
29311 name "subsec:Eqnarray-Environment"
29312
29313 \end_inset
29314
29315
29316 \begin_inset Index idx
29317 status collapsed
29318
29319 \begin_layout Plain Layout
29320 Formula ! multiline ! eqnarray environment
29321 \end_layout
29322
29323 \end_inset
29324
29325
29326 \end_layout
29327
29328 \begin_layout Standard
29329 When this environment is created, three blue boxes appear.
29330  The content of the first box is right aligned, the content of the last
29331  box left aligned.
29332  The content of the middle box appears centered and a bit smaller because
29333  it is intended for relational characters only.
29334 \begin_inset Formula 
29335 \begin{eqnarray*}
29336 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29337 AB & AB & AB\\
29338 A & = & A
29339 \end{eqnarray*}
29340
29341 \end_inset
29342
29343
29344 \end_layout
29345
29346 \begin_layout Subsection
29347 Gather Environment
29348 \begin_inset Index idx
29349 status collapsed
29350
29351 \begin_layout Plain Layout
29352 Formula ! multiline ! gather environment
29353 \end_layout
29354
29355 \end_inset
29356
29357
29358 \end_layout
29359
29360 \begin_layout Standard
29361 This environment consists of one centered column.
29362  Every line can be numbered.
29363 \begin_inset Formula 
29364 \begin{gather}
29365 A=1\\
29366 X=\textrm{-}1
29367 \end{gather}
29368
29369 \end_inset
29370
29371
29372 \end_layout
29373
29374 \begin_layout Subsection
29375 Multline Environment
29376 \begin_inset CommandInset label
29377 LatexCommand label
29378 name "subsec:Multline-Environment"
29379
29380 \end_inset
29381
29382
29383 \begin_inset Index idx
29384 status collapsed
29385
29386 \begin_layout Plain Layout
29387 Formula ! multiline ! multline environment
29388 \end_layout
29389
29390 \end_inset
29391
29392
29393 \end_layout
29394
29395 \begin_layout Standard
29396 The multline environment consists, like the gather environment, of one column.
29397  But the first line is left aligned, the last one right aligned.
29398  All other lines are centered.
29399  Therefore this environment is suitable for long formulas.
29400  Using example formula 
29401 \begin_inset CommandInset ref
29402 LatexCommand eqref
29403 reference "eq:lefteqn"
29404
29405 \end_inset
29406
29407  in the multline environment:
29408 \begin_inset Formula 
29409 \begin{multline}
29410 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}\\
29411 -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}\\
29412 =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}}
29413 \end{multline}
29414
29415 \end_inset
29416
29417
29418 \end_layout
29419
29420 \begin_layout Standard
29421 In the output, only the last line of a multline environment appears numbered
29422  when the document numbering is on the right .
29423  If the document numbering is on the left then only the first line will
29424  appear numbered.
29425 \begin_inset Foot
29426 status collapsed
29427
29428 \begin_layout Plain Layout
29429 For numbering styles see 
29430 \begin_inset CommandInset ref
29431 LatexCommand ref
29432 reference "sec:Formula-Styles"
29433
29434 \end_inset
29435
29436
29437 \end_layout
29438
29439 \end_inset
29440
29441
29442 \end_layout
29443
29444 \begin_layout Standard
29445 With the commands 
29446 \series bold
29447
29448 \backslash
29449 shoveright
29450 \series default
29451
29452 \begin_inset Index idx
29453 status collapsed
29454
29455 \begin_layout Plain Layout
29456 Commands ! S ! 
29457 \backslash
29458 shoveright
29459 \end_layout
29460
29461 \end_inset
29462
29463  and 
29464 \series bold
29465
29466 \backslash
29467 shoveleft
29468 \series default
29469
29470 \begin_inset Index idx
29471 status collapsed
29472
29473 \begin_layout Plain Layout
29474 Commands ! S ! 
29475 \backslash
29476 shoveleft
29477 \end_layout
29478
29479 \end_inset
29480
29481  a centered line can be right or left aligned, respectively.
29482  The commands are used as follows:
29483 \end_layout
29484
29485 \begin_layout Standard
29486
29487 \series bold
29488
29489 \backslash
29490 shoveright{line content}
29491 \series default
29492  and 
29493 \series bold
29494
29495 \backslash
29496 shoveleft{line content}
29497 \end_layout
29498
29499 \begin_layout Standard
29500 \begin_inset VSpace medskip
29501 \end_inset
29502
29503 The length 
29504 \series bold
29505
29506 \backslash
29507 multlinegap
29508 \series default
29509
29510 \begin_inset Index idx
29511 status collapsed
29512
29513 \begin_layout Plain Layout
29514 Commands ! M ! 
29515 \backslash
29516 multlinegap
29517 \end_layout
29518
29519 \end_inset
29520
29521  specifies the distance of the first line from the left page margin.
29522  Predefined is the length 0
29523 \begin_inset space \thinspace{}
29524 \end_inset
29525
29526 pt.
29527 \end_layout
29528
29529 \begin_layout Standard
29530 As example the above formula where the command
29531 \end_layout
29532
29533 \begin_layout Standard
29534
29535 \series bold
29536
29537 \backslash
29538 setlength{
29539 \backslash
29540 multlinegap}{2cm}
29541 \end_layout
29542
29543 \begin_layout Standard
29544 was inserted in \SpecialChar TeX
29545  mode before:
29546 \begin_inset ERT
29547 status collapsed
29548
29549 \begin_layout Plain Layout
29550
29551
29552 \backslash
29553 setlength{
29554 \backslash
29555 multlinegap}{2cm}
29556 \end_layout
29557
29558 \end_inset
29559
29560
29561 \begin_inset Formula 
29562 \begin{multline}
29563 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}\\
29564 \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}}\\
29565 =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}}
29566 \end{multline}
29567
29568 \end_inset
29569
29570
29571 \begin_inset ERT
29572 status collapsed
29573
29574 \begin_layout Plain Layout
29575
29576
29577 \backslash
29578 setlength{
29579 \backslash
29580 multlinegap}{0pt}
29581 \end_layout
29582
29583 \end_inset
29584
29585 The second line was left aligned using 
29586 \series bold
29587
29588 \backslash
29589 shoveleft
29590 \series default
29591 .
29592 \end_layout
29593
29594 \begin_layout Subsection
29595 Multiline Formula Parts
29596 \begin_inset CommandInset label
29597 LatexCommand label
29598 name "subsec:Multiline-Formula-Parts"
29599
29600 \end_inset
29601
29602
29603 \begin_inset Index idx
29604 status collapsed
29605
29606 \begin_layout Plain Layout
29607 Formula ! multiline ! formula parts
29608 \end_layout
29609
29610 \end_inset
29611
29612
29613 \end_layout
29614
29615 \begin_layout Standard
29616 To display only parts of a formula with multiple lines, one of the following
29617  environments is used: 
29618 \series bold
29619 aligned
29620 \series default
29621
29622 \series bold
29623 alignedat
29624 \series default
29625
29626 \series bold
29627 gathered
29628 \series default
29629  or 
29630 \series bold
29631 split
29632 \series default
29633 .
29634  They can be inserted via the menu 
29635 \family sans
29636 Insert\SpecialChar menuseparator
29637 Math
29638 \family default
29639  or by using the commands described in this section.
29640 \end_layout
29641
29642 \begin_layout Standard
29643 The first three have the same properties as the corresponding multiline
29644  formula environments, but it is possible to set additional formula parts
29645  beside them.
29646  An example:
29647 \begin_inset Formula 
29648 \[
29649 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29650 \Delta E\Delta t & \ge\frac{\hbar}{2}
29651 \end{aligned}
29652 \right\} \textrm{Uncertainty relations}
29653 \]
29654
29655 \end_inset
29656
29657
29658 \end_layout
29659
29660 \begin_layout Standard
29661 To get this formula, a displayed formula is created where the command 
29662 \series bold
29663
29664 \backslash
29665 aligned
29666 \series default
29667
29668 \begin_inset Index idx
29669 status collapsed
29670
29671 \begin_layout Plain Layout
29672 Commands ! A ! 
29673 \backslash
29674 aligned
29675 \end_layout
29676
29677 \end_inset
29678
29679  is inserted.
29680  A purple box appears around the blue formula box where now columns and
29681  lines can be added.
29682  Outside the multiline environment other formula parts can be set, like
29683  the brace.
29684 \end_layout
29685
29686 \begin_layout Standard
29687 The aligned environment is also suitable for long formulas whose lines are
29688  horizontally aligned.
29689  Using aligned in a displayed formula has the advantage that the formula
29690  number is vertically centered behind the lines.
29691  For example here is formula 
29692 \begin_inset CommandInset ref
29693 LatexCommand eqref
29694 reference "eq:shortlong"
29695
29696 \end_inset
29697
29698  in the aligned environment:
29699 \begin_inset Formula 
29700 \begin{equation}
29701 \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}|}\\
29702  & -\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}|}
29703 \end{aligned}
29704 \end{equation}
29705
29706 \end_inset
29707
29708
29709 \end_layout
29710
29711 \begin_layout Standard
29712 To use the environments 
29713 \series bold
29714 alignedat
29715 \series default
29716
29717 \series bold
29718 gathered
29719 \series default
29720 , or 
29721 \series bold
29722 split
29723 \series default
29724 , the command 
29725 \series bold
29726
29727 \backslash
29728 alignedat
29729 \series default
29730 ,
29731 \begin_inset Index idx
29732 status collapsed
29733
29734 \begin_layout Plain Layout
29735 Commands ! A ! 
29736 \backslash
29737 alignedat
29738 \end_layout
29739
29740 \end_inset
29741
29742  
29743 \series bold
29744
29745 \backslash
29746 gathered
29747 \series default
29748
29749 \begin_inset Index idx
29750 status collapsed
29751
29752 \begin_layout Plain Layout
29753 Commands ! G ! 
29754 \backslash
29755 gathered
29756 \end_layout
29757
29758 \end_inset
29759
29760 , or 
29761 \series bold
29762
29763 \backslash
29764 split
29765 \series default
29766
29767 \begin_inset Index idx
29768 status collapsed
29769
29770 \begin_layout Plain Layout
29771 Commands ! S ! 
29772 \backslash
29773 split
29774 \end_layout
29775
29776 \end_inset
29777
29778  are inserted, respectively.
29779  The split environment has the same properties as the aligned environment
29780  but it can only have two columns.
29781 \end_layout
29782
29783 \begin_layout Subsection
29784 Text in Multiline Formulas
29785 \begin_inset CommandInset label
29786 LatexCommand label
29787 name "subsec:Text-in-multiline"
29788
29789 \end_inset
29790
29791
29792 \begin_inset Index idx
29793 status collapsed
29794
29795 \begin_layout Plain Layout
29796 Text ! in formulas
29797 \end_layout
29798
29799 \end_inset
29800
29801
29802 \begin_inset Index idx
29803 status collapsed
29804
29805 \begin_layout Plain Layout
29806 Formula ! multiline ! text
29807 \end_layout
29808
29809 \end_inset
29810
29811
29812 \end_layout
29813
29814 \begin_layout Standard
29815 In the align environments as well as the multline and gather environment,
29816  text can be inserted that will appear in a separate line and doesn't affect
29817  the column alignment.
29818  To do this, the command 
29819 \series bold
29820
29821 \backslash
29822 intertext
29823 \series default
29824
29825 \begin_inset Index idx
29826 status collapsed
29827
29828 \begin_layout Plain Layout
29829 Commands ! I ! 
29830 \backslash
29831 intertext
29832 \end_layout
29833
29834 \end_inset
29835
29836  is used in the following scheme:
29837 \end_layout
29838
29839 \begin_layout Standard
29840
29841 \series bold
29842
29843 \backslash
29844 intertext{text}
29845 \end_layout
29846
29847 \begin_layout Standard
29848 The text should not be longer than a line because it cannot be hyphenated.
29849  As \SpecialChar LyX
29850  doesn't yet support 
29851 \series bold
29852
29853 \backslash
29854 intertext
29855 \series default
29856  directly, the text is written as mathematical text.
29857  Therefore 
29858 \series bold
29859
29860 \backslash
29861 intertext
29862 \series default
29863  must be at the beginning of a line and will appear in the output above
29864  this line.
29865  An example where the text was inserted at the beginning of the second line:
29866 \begin_inset Formula 
29867 \begin{align}
29868 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29869 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29870 \end{align}
29871
29872 \end_inset
29873
29874
29875 \end_layout
29876
29877 \begin_layout Standard
29878
29879 \series bold
29880
29881 \backslash
29882 intertext
29883 \series default
29884  always creates some vertical space between the text and the formula lines.
29885  To avoid this space, in the document settings under 
29886 \family sans
29887 Math
29888 \begin_inset space ~
29889 \end_inset
29890
29891 Options
29892 \family default
29893  for the package 
29894 \series bold
29895 mathtools
29896 \series default
29897
29898 \begin_inset Index idx
29899 status collapsed
29900
29901 \begin_layout Plain Layout
29902 Packages ! mathtools
29903 \end_layout
29904
29905 \end_inset
29906
29907  set the option to 
29908 \family sans
29909 Load
29910 \begin_inset space ~
29911 \end_inset
29912
29913 always
29914 \family default
29915 .
29916  Then you can use the command 
29917 \series bold
29918
29919 \backslash
29920 shortintertext
29921 \series default
29922
29923 \begin_inset Index idx
29924 status collapsed
29925
29926 \begin_layout Plain Layout
29927 Commands ! S ! 
29928 \backslash
29929 shortintertext
29930 \end_layout
29931
29932 \end_inset
29933
29934  instead of 
29935 \series bold
29936
29937 \backslash
29938 intertext
29939 \series default
29940 :
29941 \end_layout
29942
29943 \begin_layout Standard
29944 \begin_inset Formula 
29945 \begin{align}
29946 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29947 \shortintertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29948 \end{align}
29949
29950 \end_inset
29951
29952
29953 \end_layout
29954
29955 \begin_layout Section
29956 Formula Numbering
29957 \begin_inset Index idx
29958 status collapsed
29959
29960 \begin_layout Plain Layout
29961 Formula numbering
29962 \end_layout
29963
29964 \end_inset
29965
29966
29967 \begin_inset Index idx
29968 status collapsed
29969
29970 \begin_layout Plain Layout
29971 Formula ! numbering|see
29972 \begin_inset ERT
29973 status collapsed
29974
29975 \begin_layout Plain Layout
29976
29977 {
29978 \end_layout
29979
29980 \end_inset
29981
29982 Formula numbering
29983 \begin_inset ERT
29984 status collapsed
29985
29986 \begin_layout Plain Layout
29987
29988 }
29989 \end_layout
29990
29991 \end_inset
29992
29993
29994 \end_layout
29995
29996 \end_inset
29997
29998
29999 \end_layout
30000
30001 \begin_layout Subsection
30002 General
30003 \end_layout
30004
30005 \begin_layout Standard
30006 Numbered formulas can be created with the menu 
30007 \family sans
30008 Insert\SpecialChar menuseparator
30009 Math\SpecialChar menuseparator
30010 Numbered
30011 \begin_inset space ~
30012 \end_inset
30013
30014 Formula
30015 \family default
30016  (shortcut 
30017 \begin_inset Info
30018 type  "shortcuts"
30019 arg   "command-sequence math-display; math-number-toggle;"
30020 \end_inset
30021
30022 ).
30023  Existing formulas can be numbered with the menu 
30024 \family sans
30025 Edit\SpecialChar menuseparator
30026 Math\SpecialChar menuseparator
30027 Number
30028 \begin_inset space ~
30029 \end_inset
30030
30031 Whole
30032 \begin_inset space ~
30033 \end_inset
30034
30035 Formula
30036 \family default
30037  (shortcut 
30038 \begin_inset Info
30039 type  "shortcut"
30040 arg   "math-number-toggle"
30041 \end_inset
30042
30043 ).
30044  The formula number is displayed in \SpecialChar LyX
30045  behind the formula as a number in parenthes
30046 es.
30047  
30048 \change_deleted 232239728 1611410645
30049 The number sign is replaced in the output by the formula number.
30050 \change_deleted 5863208 1612727075
30051
30052 \begin_inset Note Note
30053 status open
30054
30055 \begin_layout Plain Layout
30056
30057 \change_inserted 232239728 1611410697
30058 LyX appears to put the actual formula number in the raw file now
30059 \change_unchanged
30060
30061 \end_layout
30062
30063 \end_inset
30064
30065
30066 \change_unchanged
30067
30068 \end_layout
30069
30070 \begin_layout Standard
30071 When numbering is turned on in multiline formulas, all formulas will be
30072  numbered.
30073  But the numbering can be controlled with the menu 
30074 \family sans
30075 Edit\SpecialChar menuseparator
30076 Math\SpecialChar menuseparator
30077 Number
30078 \begin_inset space ~
30079 \end_inset
30080
30081 This
30082 \begin_inset space ~
30083 \end_inset
30084
30085 Line
30086 \family default
30087  (shortcut 
30088 \begin_inset Info
30089 type  "shortcut"
30090 arg   "math-number-line-toggle"
30091 \end_inset
30092
30093 ) for every formula.
30094 \end_layout
30095
30096 \begin_layout Standard
30097 Except for inline formulas, all formulas can be numbered with two different
30098  styles, see 
30099 \begin_inset CommandInset ref
30100 LatexCommand ref
30101 reference "sec:Formula-Styles"
30102
30103 \end_inset
30104
30105 .
30106 \end_layout
30107
30108 \begin_layout Subsection
30109 Cross-References
30110 \begin_inset Index idx
30111 status collapsed
30112
30113 \begin_layout Plain Layout
30114 Cross-references ! to formulas
30115 \end_layout
30116
30117 \end_inset
30118
30119
30120 \end_layout
30121
30122 \begin_layout Standard
30123 All labeled formulas can be cross-referenced.
30124  A label is added with the menu 
30125 \family sans
30126 Insert\SpecialChar menuseparator
30127 Label
30128 \family default
30129  or the toolbar button 
30130 \begin_inset Info
30131 type  "icon"
30132 arg   "label-insert"
30133 \end_inset
30134
30135 .
30136  The cursor must be inside a displayed formula.
30137  Alternatively you can right-click on the formula and choose 
30138 \family sans
30139 Equation Label
30140 \family default
30141 .
30142  A dialog pops up displaying the prefix 
30143 \series bold
30144 eq:
30145 \series default
30146  in a text field.
30147  The label is inserted behind the prefix.
30148  The predefined prefix means 
30149 \begin_inset Quotes eld
30150 \end_inset
30151
30152 equation
30153 \begin_inset Quotes erd
30154 \end_inset
30155
30156  and makes it easier to find labels in large documents because it marks
30157  it as a formula label to distinguish it from e.
30158 \begin_inset space \thinspace{}
30159 \end_inset
30160
30161 g.
30162 \begin_inset space \space{}
30163 \end_inset
30164
30165 section labels.
30166  To change a label, the menu 
30167 \family sans
30168 Insert\SpecialChar menuseparator
30169 Label
30170 \family default
30171  is used again or you can right-click on a formula and then on 
30172 \family sans
30173 Equation Label
30174 \family default
30175 .
30176 \end_layout
30177
30178 \begin_layout Standard
30179 The name of the label is displayed in \SpecialChar LyX
30180  within parentheses behind the formula
30181  number.
30182  A formula with a label is always numbered.
30183 \end_layout
30184
30185 \begin_layout Standard
30186 Cross-references are inserted via the menu 
30187 \family sans
30188 Insert\SpecialChar menuseparator
30189 Cross-Reference
30190 \family default
30191  or with the toolbar button 
30192 \begin_inset Info
30193 type  "icon"
30194 arg   "dialog-show-new-inset ref"
30195 \end_inset
30196
30197 .
30198  A formula cross-reference appears in the output as formula number.
30199  When in the cross-reference dialog window the format 
30200 \series bold
30201 (<reference>)
30202 \series default
30203  is chosen, the cross-reference appears in the output as formula number
30204  in parentheses.
30205 \begin_inset Newline newline
30206 \end_inset
30207
30208 By right-clicking on a cross-reference in \SpecialChar LyX
30209 , one jumps to the formula that
30210  is referenced.
30211 \end_layout
30212
30213 \begin_layout Standard
30214 Here are as examples cross-references to formulas of the following subsections:
30215 \begin_inset Note Note
30216 status open
30217
30218 \begin_layout Plain Layout
30219 Note the different cross-reference types.
30220 \end_layout
30221
30222 \end_inset
30223
30224
30225 \end_layout
30226
30227 \begin_layout Standard
30228 The equations 
30229 \begin_inset CommandInset ref
30230 LatexCommand eqref
30231 reference "eq:tag"
30232
30233 \end_inset
30234
30235  and 
30236 \begin_inset CommandInset ref
30237 LatexCommand eqref
30238 reference "eq:c"
30239
30240 \end_inset
30241
30242  are equivalent.
30243  In (
30244 \begin_inset CommandInset ref
30245 LatexCommand ref
30246 reference "eq:Lat"
30247
30248 \end_inset
30249
30250 ) big Latin letters are used for the numbering in contrary to (
30251 \begin_inset CommandInset ref
30252 LatexCommand ref
30253 reference "eq:Rom"
30254
30255 \end_inset
30256
30257 ).
30258 \end_layout
30259
30260 \begin_layout Standard
30261 \begin_inset VSpace medskip
30262 \end_inset
30263
30264 When the argument of 
30265 \series bold
30266
30267 \backslash
30268 tag
30269 \begin_inset Foot
30270 status collapsed
30271
30272 \begin_layout Plain Layout
30273
30274 \series bold
30275
30276 \backslash
30277 tag
30278 \series default
30279  is described in 
30280 \begin_inset CommandInset ref
30281 LatexCommand ref
30282 reference "subsec:User-defined-Numbering"
30283
30284 \end_inset
30285
30286 .
30287 \end_layout
30288
30289 \end_inset
30290
30291
30292 \series default
30293  contains a box like in 
30294 \begin_inset CommandInset ref
30295 LatexCommand ref
30296 reference "subsec:Paragraph-Boxes"
30297
30298 \end_inset
30299
30300 , the formula cannot be referenced.
30301 \end_layout
30302
30303 \begin_layout Subsection
30304 Subnumbering
30305 \begin_inset Index idx
30306 status collapsed
30307
30308 \begin_layout Plain Layout
30309 Formula numbering ! subnumbering
30310 \end_layout
30311
30312 \end_inset
30313
30314
30315 \end_layout
30316
30317 \begin_layout Standard
30318 Formulas can be numbered as subequations.
30319  To activate this feature, add the module 
30320 \family sans
30321 Subequations
30322 \family default
30323  to the document in the menu 
30324 \family sans
30325 Document\SpecialChar menuseparator
30326 Settings\SpecialChar menuseparator
30327 Modules
30328 \family default
30329 .
30330  To insert subequations use the menu 
30331 \family sans
30332 Insert\SpecialChar menuseparator
30333 Custom Insets\SpecialChar menuseparator
30334 Subequations
30335 \family default
30336 .
30337 \end_layout
30338
30339 \begin_layout Standard
30340 The equations to be subnumbered are put into the 
30341 \family sans
30342 Subequations
30343 \family default
30344  inset.
30345  An example:
30346 \begin_inset Formula 
30347 \begin{equation}
30348 A=C-B
30349 \end{equation}
30350
30351 \end_inset
30352
30353
30354 \begin_inset VSpace -5mm
30355 \end_inset
30356
30357
30358 \begin_inset Flex Subequations
30359 status open
30360
30361 \begin_layout Plain Layout
30362 \begin_inset Formula 
30363 \begin{equation}
30364 B=C-A\label{eq:b}
30365 \end{equation}
30366
30367 \end_inset
30368
30369
30370 \begin_inset Formula 
30371 \begin{equation}
30372 C=A+B\label{eq:c}
30373 \end{equation}
30374
30375 \end_inset
30376
30377
30378 \end_layout
30379
30380 \end_inset
30381
30382
30383 \end_layout
30384
30385 \begin_layout Standard
30386 Every formula in the 
30387 \family sans
30388 Subequations
30389 \family default
30390  inset will be subnumbered with a, b, c, \SpecialChar ldots
30391  in the output.
30392  For multiline formulas every line will be subnumbered.
30393 \end_layout
30394
30395 \begin_layout Standard
30396 Referencing subequations works like normal equations: 
30397 \begin_inset CommandInset ref
30398 LatexCommand eqref
30399 reference "eq:b"
30400
30401 \end_inset
30402
30403
30404 \begin_inset CommandInset ref
30405 LatexCommand eqref
30406 reference "eq:c"
30407
30408 \end_inset
30409
30410 .
30411  If you want to reference the subequations collectively, insert a label
30412  as first thing in the 
30413 \family sans
30414 Subequations
30415 \family default
30416  inset.
30417  Formula 
30418 \begin_inset CommandInset ref
30419 LatexCommand eqref
30420 reference "eq:Here-is-an"
30421 plural "false"
30422 caps "false"
30423 noprefix "false"
30424
30425 \end_inset
30426
30427  is an example.
30428 \end_layout
30429
30430 \begin_layout Standard
30431 When inserting subequations, vertical space is added before the equation.
30432  To remove this, insert -5
30433 \begin_inset space \thinspace{}
30434 \end_inset
30435
30436 mm vertical space right before the 
30437 \family sans
30438 Subequations
30439 \family default
30440  inset.
30441  If the formula style 
30442 \series bold
30443 Indented
30444 \begin_inset Foot
30445 status open
30446
30447 \begin_layout Plain Layout
30448 For formula styles see 
30449 \begin_inset CommandInset ref
30450 LatexCommand ref
30451 reference "sec:Formula-Styles"
30452
30453 \end_inset
30454
30455
30456 \end_layout
30457
30458 \end_inset
30459
30460
30461 \series default
30462  is used, insert -7
30463 \begin_inset space \thinspace{}
30464 \end_inset
30465
30466 mm space instead.
30467 \end_layout
30468
30469 \begin_layout Standard
30470 To get another subnumber instead of small Latin letters, insert this command
30471  as \SpecialChar TeX
30472  code before the equations in the 
30473 \family sans
30474 Subequations
30475 \family default
30476  inset:
30477 \end_layout
30478
30479 \begin_layout Standard
30480
30481 \series bold
30482
30483 \backslash
30484 renewcommand{
30485 \backslash
30486 theequation}{
30487 \backslash
30488 theparentequation -
30489 \backslash
30490 roman{equation}}
30491 \end_layout
30492
30493 \begin_layout Standard
30494
30495 \series bold
30496
30497 \backslash
30498 theparentequation
30499 \series default
30500  creates the parent number and 
30501 \series bold
30502
30503 \backslash
30504 roman{equation}
30505 \series default
30506  adds a small Roman number as subnumber.
30507  For more information about the customization of the numbering, see 
30508 \begin_inset CommandInset ref
30509 LatexCommand ref
30510 reference "subsec:Numbering-with-Roman"
30511
30512 \end_inset
30513
30514 .
30515 \end_layout
30516
30517 \begin_layout Standard
30518 Here is an example of a multiline formula where the numbering is customized
30519  and turned off for the second line:
30520 \begin_inset Flex Subequations
30521 status open
30522
30523 \begin_layout Plain Layout
30524 \begin_inset CommandInset label
30525 LatexCommand label
30526 name "eq:Here-is-an"
30527
30528 \end_inset
30529
30530
30531 \begin_inset ERT
30532 status open
30533
30534 \begin_layout Plain Layout
30535
30536
30537 \backslash
30538 renewcommand{
30539 \backslash
30540 theequation}{
30541 \backslash
30542 theparentequation -
30543 \backslash
30544 roman{equation}}
30545 \end_layout
30546
30547 \end_inset
30548
30549
30550 \begin_inset Formula 
30551 \begin{eqnarray}
30552 A & = & (B-Z)^{2}=(B-Z)(B-Z)\\
30553  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30554  & = & B^{2}-2BZ+Z^{2}
30555 \end{eqnarray}
30556
30557 \end_inset
30558
30559
30560 \end_layout
30561
30562 \end_inset
30563
30564
30565 \end_layout
30566
30567 \begin_layout Subsection
30568 Numbering with Roman Numbers and Letters
30569 \begin_inset CommandInset label
30570 LatexCommand label
30571 name "subsec:Numbering-with-Roman"
30572
30573 \end_inset
30574
30575
30576 \begin_inset Index idx
30577 status collapsed
30578
30579 \begin_layout Plain Layout
30580 Formula numbering ! with letters
30581 \end_layout
30582
30583 \end_inset
30584
30585
30586 \begin_inset Index idx
30587 status collapsed
30588
30589 \begin_layout Plain Layout
30590 Formula numbering ! with Roman numbers
30591 \end_layout
30592
30593 \end_inset
30594
30595
30596 \end_layout
30597
30598 \begin_layout Standard
30599 Formulas can also be numbered with Roman numbers and Latin letters.
30600  To number with small Roman numbers, the command
30601 \end_layout
30602
30603 \begin_layout Standard
30604
30605 \series bold
30606
30607 \backslash
30608 renewcommand{
30609 \backslash
30610 theequation}{
30611 \backslash
30612 roman{equation}}
30613 \end_layout
30614
30615 \begin_layout Standard
30616 is inserted before the formula in \SpecialChar TeX
30617  mode.
30618  
30619 \series bold
30620
30621 \backslash
30622 renewcommand
30623 \series default
30624
30625 \begin_inset Index idx
30626 status collapsed
30627
30628 \begin_layout Plain Layout
30629 Commands ! R ! 
30630 \backslash
30631 renewcommand
30632 \end_layout
30633
30634 \end_inset
30635
30636  redefines the predefined command 
30637 \series bold
30638
30639 \backslash
30640 theequation
30641 \series default
30642  to the command 
30643 \series bold
30644
30645 \backslash
30646 roman{equation}
30647 \series default
30648 .
30649 \begin_inset Foot
30650 status open
30651
30652 \begin_layout Plain Layout
30653 The command 
30654 \series bold
30655
30656 \backslash
30657 renewcommand
30658 \series default
30659  has the same scheme as the command 
30660 \series bold
30661
30662 \backslash
30663 newcommand
30664 \series default
30665  described in 
30666 \begin_inset CommandInset ref
30667 LatexCommand ref
30668 reference "subsec:The-Command-newcommand"
30669
30670 \end_inset
30671
30672 .
30673 \end_layout
30674
30675 \end_inset
30676
30677  
30678 \series bold
30679 equation
30680 \series default
30681  is the formula counter.
30682  When the command 
30683 \series bold
30684
30685 \backslash
30686 the
30687 \series default
30688  is used as prefix for a counter, the value of the counter is output as
30689  Arabic number.
30690  When a formula is numbered, \SpecialChar LaTeX
30691  sets internally the command 
30692 \series bold
30693
30694 \backslash
30695 theequation
30696 \series default
30697  behind the formula.
30698  
30699 \series bold
30700
30701 \backslash
30702 roman{equation}
30703 \begin_inset Index idx
30704 status collapsed
30705
30706 \begin_layout Plain Layout
30707 Commands ! R ! 
30708 \backslash
30709 roman
30710 \end_layout
30711
30712 \end_inset
30713
30714
30715 \series default
30716  outputs the counter as small Roman number.
30717 \end_layout
30718
30719 \begin_layout Standard
30720 All formulas behind the command 
30721 \series bold
30722
30723 \backslash
30724 renew
30725 \series default
30726 c
30727 \series bold
30728 ommand
30729 \series default
30730  are now numbered Roman.
30731  To switch to numbering with big Roman numbers, the command is inserted
30732  again, but 
30733 \series bold
30734
30735 \backslash
30736 roman
30737 \series default
30738  is replaced by 
30739 \series bold
30740
30741 \backslash
30742 Roman
30743 \series default
30744
30745 \begin_inset Index idx
30746 status collapsed
30747
30748 \begin_layout Plain Layout
30749 Commands ! R ! 
30750 \backslash
30751 roman@
30752 \backslash
30753 Roman
30754 \end_layout
30755
30756 \end_inset
30757
30758 .
30759  To 
30760 \begin_inset Quotes eld
30761 \end_inset
30762
30763 number
30764 \begin_inset Quotes erd
30765 \end_inset
30766
30767  with small Latin letters there is the command 
30768 \series bold
30769
30770 \backslash
30771 alph
30772 \series default
30773
30774 \begin_inset Index idx
30775 status collapsed
30776
30777 \begin_layout Plain Layout
30778 Commands ! A ! 
30779 \backslash
30780 alph
30781 \end_layout
30782
30783 \end_inset
30784
30785 , for big ones there is the command 
30786 \series bold
30787
30788 \backslash
30789 Alph
30790 \series default
30791
30792 \begin_inset Index idx
30793 status collapsed
30794
30795 \begin_layout Plain Layout
30796 Commands ! A ! 
30797 \backslash
30798 alph@
30799 \backslash
30800 Alph
30801 \end_layout
30802
30803 \end_inset
30804
30805 .
30806 \end_layout
30807
30808 \begin_layout Standard
30809 \begin_inset Note Greyedout
30810 status open
30811
30812 \begin_layout Plain Layout
30813
30814 \series bold
30815 Note:
30816 \series default
30817  Only a maximum of 26
30818 \begin_inset space ~
30819 \end_inset
30820
30821 formulas can be numbered with Latin letters in one document.
30822 \end_layout
30823
30824 \end_inset
30825
30826
30827 \end_layout
30828
30829 \begin_layout Standard
30830 \begin_inset ERT
30831 status collapsed
30832
30833 \begin_layout Plain Layout
30834
30835
30836 \backslash
30837 renewcommand{
30838 \backslash
30839 theequation}{
30840 \backslash
30841 roman{equation}}
30842 \end_layout
30843
30844 \end_inset
30845
30846
30847 \end_layout
30848
30849 \begin_layout Standard
30850 \begin_inset Formula 
30851 \begin{equation}
30852 A=\textrm{small roman}
30853 \end{equation}
30854
30855 \end_inset
30856
30857
30858 \begin_inset ERT
30859 status collapsed
30860
30861 \begin_layout Plain Layout
30862
30863
30864 \backslash
30865 renewcommand{
30866 \backslash
30867 theequation}{
30868 \backslash
30869 Roman{equation}}
30870 \end_layout
30871
30872 \end_inset
30873
30874
30875 \begin_inset Formula 
30876 \begin{equation}
30877 B=\textrm{big Roman}\label{eq:Rom}
30878 \end{equation}
30879
30880 \end_inset
30881
30882
30883 \begin_inset ERT
30884 status collapsed
30885
30886 \begin_layout Plain Layout
30887
30888
30889 \backslash
30890 renewcommand{
30891 \backslash
30892 theequation}{
30893 \backslash
30894 alph{equation}}
30895 \end_layout
30896
30897 \end_inset
30898
30899
30900 \begin_inset Formula 
30901 \begin{equation}
30902 C=\textrm{small Latin}
30903 \end{equation}
30904
30905 \end_inset
30906
30907
30908 \begin_inset ERT
30909 status collapsed
30910
30911 \begin_layout Plain Layout
30912
30913
30914 \backslash
30915 renewcommand{
30916 \backslash
30917 theequation}{
30918 \backslash
30919 Alph{equation}}
30920 \end_layout
30921
30922 \end_inset
30923
30924
30925 \begin_inset Formula 
30926 \begin{equation}
30927 D=\textrm{big Latin}\label{eq:Lat}
30928 \end{equation}
30929
30930 \end_inset
30931
30932
30933 \end_layout
30934
30935 \begin_layout Standard
30936 To switch back to the default numbering, insert the command:
30937 \end_layout
30938
30939 \begin_layout Standard
30940
30941 \series bold
30942
30943 \backslash
30944 renewcommand{
30945 \backslash
30946 theequation}{
30947 \backslash
30948 arabic{equation}}
30949 \begin_inset Index idx
30950 status collapsed
30951
30952 \begin_layout Plain Layout
30953 Commands ! A ! 
30954 \backslash
30955 arabic
30956 \end_layout
30957
30958 \end_inset
30959
30960
30961 \end_layout
30962
30963 \begin_layout Standard
30964 \begin_inset ERT
30965 status collapsed
30966
30967 \begin_layout Plain Layout
30968
30969
30970 \backslash
30971 renewcommand{
30972 \backslash
30973 theequation}{
30974 \backslash
30975 arabic{equation}}
30976 \end_layout
30977
30978 \end_inset
30979
30980
30981 \begin_inset Formula 
30982 \begin{equation}
30983 E=\textrm{Arabic}
30984 \end{equation}
30985
30986 \end_inset
30987
30988
30989 \end_layout
30990
30991 \begin_layout Standard
30992 \begin_inset VSpace medskip
30993 \end_inset
30994
30995 As you see, formulas are numbered serially independent from the numbering
30996  style.
30997  When then numbering should start with 
30998 \begin_inset Quotes eld
30999 \end_inset
31000
31001 1
31002 \begin_inset Quotes erd
31003 \end_inset
31004
31005  when the style is changed, new equation counters have to be defined.
31006  A description of this can be found in the file 
31007 \begin_inset CommandInset href
31008 LatexCommand href
31009 name "Formula-numbering.lyx"
31010 target "run:Formula-numbering.lyx"
31011 literal "false"
31012
31013 \end_inset
31014
31015 .
31016 \end_layout
31017
31018 \begin_layout Subsection
31019 User-defined Numbering
31020 \begin_inset CommandInset label
31021 LatexCommand label
31022 name "subsec:User-defined-Numbering"
31023
31024 \end_inset
31025
31026
31027 \begin_inset Index idx
31028 status collapsed
31029
31030 \begin_layout Plain Layout
31031 Formula numbering ! user-defined
31032 \end_layout
31033
31034 \end_inset
31035
31036
31037 \end_layout
31038
31039 \begin_layout Standard
31040 \begin_inset Note Greyedout
31041 status open
31042
31043 \begin_layout Plain Layout
31044
31045 \series bold
31046 Note:
31047 \series default
31048  If the document language is a right-to-left language such as Arabic, you
31049  must add this to the to the \SpecialChar LaTeX
31050 -preamble to be able to use the commands described
31051  in this section:
31052 \begin_inset Newline newline
31053 \end_inset
31054
31055
31056 \series bold
31057
31058 \backslash
31059 AtBeginDocument{
31060 \begin_inset Newline newline
31061 \end_inset
31062
31063
31064 \begin_inset Phantom HPhantom
31065 status open
31066
31067 \begin_layout Plain Layout
31068
31069 \series bold
31070 \begin_inset space ~
31071 \end_inset
31072
31073
31074 \end_layout
31075
31076 \end_inset
31077
31078
31079 \backslash
31080 def
31081 \backslash
31082 tagform@#1{
31083 \backslash
31084 maketag@@@{(
31085 \backslash
31086 ignorespaces#1
31087 \backslash
31088 unskip)}} }
31089 \end_layout
31090
31091 \end_inset
31092
31093
31094 \end_layout
31095
31096 \begin_layout Standard
31097 \begin_inset Index idx
31098 status collapsed
31099
31100 \begin_layout Plain Layout
31101 Formula numbering ! self-defined delimiters
31102 \end_layout
31103
31104 \end_inset
31105
31106 With standard numbering, parentheses are set around a formula number.
31107  To replace the parentheses for example with vertical bars, the following
31108  line is added to the \SpecialChar LaTeX
31109 -preamble:
31110 \end_layout
31111
31112 \begin_layout Standard
31113
31114 \series bold
31115
31116 \backslash
31117 AtBeginDocument{
31118 \begin_inset Newline newline
31119 \end_inset
31120
31121
31122 \begin_inset Phantom HPhantom
31123 status open
31124
31125 \begin_layout Plain Layout
31126
31127 \series bold
31128 \begin_inset space ~
31129 \end_inset
31130
31131
31132 \end_layout
31133
31134 \end_inset
31135
31136
31137 \backslash
31138 def
31139 \backslash
31140 tagform@#1{
31141 \backslash
31142 maketag@@@{|#1|}} }
31143 \series default
31144
31145 \begin_inset Note Note
31146 status collapsed
31147
31148 \begin_layout Plain Layout
31149 This macro is already declared in the \SpecialChar LaTeX
31150 -preamble for testing.
31151  To activate it, remove the percent signs at the beginning.
31152 \end_layout
31153
31154 \end_inset
31155
31156
31157 \end_layout
31158
31159 \begin_layout Standard
31160 To use other characters, the vertical bars besides the 
31161 \series bold
31162 #1
31163 \series default
31164  are replaced by one or more characters.
31165  To display only the formula number the vertical bars are omitted.
31166 \end_layout
31167
31168 \begin_layout Standard
31169 \begin_inset VSpace bigskip
31170 \end_inset
31171
31172 When there should be an expression of your choice instead of the consecutive
31173  formula number in parentheses behind the formula, the command 
31174 \series bold
31175
31176 \backslash
31177 tag
31178 \series default
31179
31180 \begin_inset Index idx
31181 status collapsed
31182
31183 \begin_layout Plain Layout
31184 Commands ! T ! 
31185 \backslash
31186 tag
31187 \end_layout
31188
31189 \end_inset
31190
31191  is used:
31192 \begin_inset Formula 
31193 \begin{equation}
31194 A+B=C\tag{something}\label{eq:tag}
31195 \end{equation}
31196
31197 \end_inset
31198
31199 In this example the command 
31200 \series bold
31201
31202 \backslash
31203 tag
31204 \begin_inset space \textvisiblespace{}
31205 \end_inset
31206
31207 something
31208 \series default
31209  was inserted in the formula.
31210 \end_layout
31211
31212 \begin_layout Standard
31213 When the command 
31214 \series bold
31215
31216 \backslash
31217 tag*
31218 \begin_inset space \textvisiblespace{}
31219 \end_inset
31220
31221 something
31222 \series default
31223  is inserted instead, the parentheses are removed:
31224 \begin_inset Formula 
31225 \[
31226 A+B=C\tag*{something}
31227 \]
31228
31229 \end_inset
31230
31231
31232 \end_layout
31233
31234 \begin_layout Standard
31235 \begin_inset VSpace bigskip
31236 \end_inset
31237
31238 To restart the formula numbering with new document parts or sections, the
31239  following command is used:
31240 \end_layout
31241
31242 \begin_layout Standard
31243
31244 \series bold
31245
31246 \backslash
31247 @addtoreset{equation}{part}
31248 \series default
31249
31250 \begin_inset Index idx
31251 status collapsed
31252
31253 \begin_layout Plain Layout
31254 Commands ! 
31255 \begin_inset ERT
31256 status collapsed
31257
31258 \begin_layout Plain Layout
31259
31260 "
31261 \end_layout
31262
31263 \end_inset
31264
31265 @
31266 \begin_inset ERT
31267 status collapsed
31268
31269 \begin_layout Plain Layout
31270
31271 "
31272 \end_layout
31273
31274 \end_inset
31275
31276  ! 
31277 \backslash
31278
31279 \begin_inset ERT
31280 status collapsed
31281
31282 \begin_layout Plain Layout
31283
31284 "
31285 \end_layout
31286
31287 \end_inset
31288
31289 @
31290 \begin_inset ERT
31291 status collapsed
31292
31293 \begin_layout Plain Layout
31294
31295 "
31296 \end_layout
31297
31298 \end_inset
31299
31300 addtoreset
31301 \end_layout
31302
31303 \end_inset
31304
31305
31306 \begin_inset Newline newline
31307 \end_inset
31308
31309 resp.
31310 \begin_inset Newline newline
31311 \end_inset
31312
31313
31314 \series bold
31315
31316 \backslash
31317 @addtoreset{equation}{section}
31318 \end_layout
31319
31320 \begin_layout Standard
31321 To be able to use these commands in \SpecialChar TeX
31322  mode, the 
31323 \begin_inset Quotes eld
31324 \end_inset
31325
31326 @
31327 \begin_inset Quotes erd
31328 \end_inset
31329
31330  character has to be made 
31331 \begin_inset Quotes eld
31332 \end_inset
31333
31334 active
31335 \begin_inset Quotes erd
31336 \end_inset
31337
31338  for \SpecialChar LaTeX
31339  using the command 
31340 \series bold
31341
31342 \backslash
31343 makeatletter.
31344
31345 \series default
31346  The command 
31347 \series bold
31348
31349 \backslash
31350 makeatother
31351 \series default
31352  disables this.
31353  So the command sequence in \SpecialChar TeX
31354  mode is:
31355 \end_layout
31356
31357 \begin_layout Standard
31358
31359 \series bold
31360
31361 \backslash
31362 makeatletter
31363 \begin_inset Newline newline
31364 \end_inset
31365
31366
31367 \backslash
31368 @addtoreset{equation}{section}
31369 \begin_inset Newline newline
31370 \end_inset
31371
31372
31373 \backslash
31374 makeatother
31375 \end_layout
31376
31377 \begin_layout Standard
31378 In the \SpecialChar LaTeX
31379 -preamble 
31380 \series bold
31381
31382 \backslash
31383 makeatletter
31384 \series default
31385  and 
31386 \series bold
31387
31388 \backslash
31389 makeatother
31390 \series default
31391  can be omitted as they are automatically internally inserted by \SpecialChar LyX
31392 .
31393 \end_layout
31394
31395 \begin_layout Standard
31396 To revert 
31397 \series bold
31398
31399 \backslash
31400 @addtoreset
31401 \series default
31402 , the file 
31403 \series bold
31404 remreset.sty
31405 \series default
31406
31407 \begin_inset Foot
31408 status collapsed
31409
31410 \begin_layout Plain Layout
31411
31412 \series bold
31413 remreset
31414 \series default
31415  is part of the \SpecialChar LaTeX
31416 -package 
31417 \series bold
31418 carlisle
31419 \series default
31420
31421 \begin_inset Index idx
31422 status collapsed
31423
31424 \begin_layout Plain Layout
31425 Packages ! carlisle
31426 \end_layout
31427
31428 \end_inset
31429
31430  that is part of every \SpecialChar LaTeX
31431  standard installation.
31432 \end_layout
31433
31434 \end_inset
31435
31436
31437 \begin_inset Index idx
31438 status collapsed
31439
31440 \begin_layout Plain Layout
31441 Packages ! remreset
31442 \end_layout
31443
31444 \end_inset
31445
31446  has to be loaded in the \SpecialChar LaTeX
31447 -preamble with the line
31448 \end_layout
31449
31450 \begin_layout Standard
31451
31452 \series bold
31453
31454 \backslash
31455 usepackage{remreset}
31456 \end_layout
31457
31458 \begin_layout Standard
31459 Then the command 
31460 \series bold
31461
31462 \backslash
31463 @removefromreset
31464 \series default
31465
31466 \begin_inset Index idx
31467 status collapsed
31468
31469 \begin_layout Plain Layout
31470 Commands ! 
31471 \begin_inset ERT
31472 status collapsed
31473
31474 \begin_layout Plain Layout
31475
31476 "
31477 \end_layout
31478
31479 \end_inset
31480
31481 @
31482 \begin_inset ERT
31483 status collapsed
31484
31485 \begin_layout Plain Layout
31486
31487 "
31488 \end_layout
31489
31490 \end_inset
31491
31492  ! 
31493 \backslash
31494
31495 \begin_inset ERT
31496 status collapsed
31497
31498 \begin_layout Plain Layout
31499
31500 "
31501 \end_layout
31502
31503 \end_inset
31504
31505 @
31506 \begin_inset ERT
31507 status collapsed
31508
31509 \begin_layout Plain Layout
31510
31511 "
31512 \end_layout
31513
31514 \end_inset
31515
31516 removefromreset
31517 \end_layout
31518
31519 \end_inset
31520
31521  can be used with the same scheme as 
31522 \series bold
31523
31524 \backslash
31525 @addtoreset
31526 \series default
31527 .
31528 \end_layout
31529
31530 \begin_layout Standard
31531 \begin_inset VSpace bigskip
31532 \end_inset
31533
31534 Sometimes formulas should be numbered in the following form:
31535 \end_layout
31536
31537 \begin_layout Standard
31538
31539 \family typewriter
31540 (section number.formula number)
31541 \end_layout
31542
31543 \begin_layout Standard
31544 The formula number should start with every section with 
31545 \begin_inset Quotes eld
31546 \end_inset
31547
31548 1
31549 \begin_inset Quotes erd
31550 \end_inset
31551
31552 .
31553 \end_layout
31554
31555 \begin_layout Standard
31556 For this case there is the command 
31557 \series bold
31558
31559 \backslash
31560 numberwithin
31561 \series default
31562
31563 \begin_inset Index idx
31564 status collapsed
31565
31566 \begin_layout Plain Layout
31567 Commands ! N ! 
31568 \backslash
31569 numberwithin
31570 \end_layout
31571
31572 \end_inset
31573
31574 , which is used with the following scheme:
31575 \end_layout
31576
31577 \begin_layout Standard
31578
31579 \series bold
31580
31581 \backslash
31582 numberwithin{counter}{sectioning}
31583 \end_layout
31584
31585 \begin_layout Standard
31586 Counter denotes what kind of numbering is affected, sectioning denotes what
31587  the number before the dot is.
31588 \end_layout
31589
31590 \begin_layout Standard
31591 Thus in our case the following \SpecialChar LaTeX
31592  preamble or \SpecialChar TeX
31593  code line is used:
31594 \end_layout
31595
31596 \begin_layout Standard
31597
31598 \series bold
31599
31600 \backslash
31601 numberwithin{equation}{section}
31602 \end_layout
31603
31604 \begin_layout Standard
31605 This is the result:
31606 \begin_inset ERT
31607 status collapsed
31608
31609 \begin_layout Plain Layout
31610
31611
31612 \backslash
31613 numberwithin{equation}{section}
31614 \end_layout
31615
31616 \end_inset
31617
31618
31619 \begin_inset Formula 
31620 \begin{equation}
31621 A+B=C
31622 \end{equation}
31623
31624 \end_inset
31625
31626
31627 \end_layout
31628
31629 \begin_layout Standard
31630 To number e.
31631 \begin_inset space \thinspace{}
31632 \end_inset
31633
31634 g.
31635 \begin_inset space \space{}
31636 \end_inset
31637
31638  tables so that the number of the part is the sectioning,
31639 \begin_inset Newline newline
31640 \end_inset
31641
31642
31643 \series bold
31644
31645 \backslash
31646 numberwithin{table}{part}
31647 \series default
31648  is used.
31649 \end_layout
31650
31651 \begin_layout Standard
31652 To go back to the standard numbering or to prevent this kind of numbering
31653  when it is defined by the document class, the following command is inserted
31654  as \SpecialChar TeX
31655  code or to the \SpecialChar LaTeX
31656  preamble:
31657 \end_layout
31658
31659 \begin_layout Standard
31660
31661 \series bold
31662
31663 \backslash
31664 renewcommand{
31665 \backslash
31666 theequation}{
31667 \backslash
31668 arabic{equation}}
31669 \begin_inset Index idx
31670 status collapsed
31671
31672 \begin_layout Plain Layout
31673 Commands ! A ! 
31674 \backslash
31675 arabic
31676 \end_layout
31677
31678 \end_inset
31679
31680
31681 \series default
31682
31683 \begin_inset ERT
31684 status collapsed
31685
31686 \begin_layout Plain Layout
31687
31688
31689 \backslash
31690 renewcommand{
31691 \backslash
31692 theequation}{
31693 \backslash
31694 arabic{equation}}
31695 \end_layout
31696
31697 \end_inset
31698
31699
31700 \series bold
31701
31702 \begin_inset Newline newline
31703 \end_inset
31704
31705
31706 \series default
31707 or
31708 \series bold
31709
31710 \begin_inset Newline newline
31711 \end_inset
31712
31713
31714 \backslash
31715 renewcommand{
31716 \backslash
31717 thetable}{
31718 \backslash
31719 arabic{table}}
31720 \end_layout
31721
31722 \begin_layout Standard
31723
31724 \series bold
31725
31726 \backslash
31727 numberwithin
31728 \series default
31729  internally uses the command 
31730 \series bold
31731
31732 \backslash
31733 @addtoreset
31734 \series default
31735 , described above, and would also need to be reverted.
31736 \begin_inset ERT
31737 status collapsed
31738
31739 \begin_layout Plain Layout
31740
31741
31742 \backslash
31743 makeatletter
31744 \end_layout
31745
31746 \begin_layout Plain Layout
31747
31748
31749 \backslash
31750 @removefromreset{equation}{section}
31751 \end_layout
31752
31753 \begin_layout Plain Layout
31754
31755
31756 \backslash
31757 makeatother
31758 \end_layout
31759
31760 \end_inset
31761
31762
31763 \end_layout
31764
31765 \begin_layout Section
31766 Chemical Symbols and Equations
31767 \begin_inset CommandInset label
31768 LatexCommand label
31769 name "subsec:Chemical-Symbols-and"
31770
31771 \end_inset
31772
31773
31774 \begin_inset Index idx
31775 status collapsed
31776
31777 \begin_layout Plain Layout
31778 Chemical characters ! Symbols
31779 \end_layout
31780
31781 \end_inset
31782
31783
31784 \begin_inset Index idx
31785 status collapsed
31786
31787 \begin_layout Plain Layout
31788 Chemical equations
31789 \end_layout
31790
31791 \end_inset
31792
31793
31794 \begin_inset Index idx
31795 status collapsed
31796
31797 \begin_layout Plain Layout
31798 Symbols ! chemical
31799 \end_layout
31800
31801 \end_inset
31802
31803
31804 \end_layout
31805
31806 \begin_layout Standard
31807 An example text from chemistry:
31808 \end_layout
31809
31810 \begin_layout Quote
31811 The 
31812 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31813 \end_inset
31814
31815 -ion reacts with two 
31816 \begin_inset Formula $\mathrm{Na^{+}}$
31817 \end_inset
31818
31819 -ions to sodium sulfate 
31820 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31821 \end_inset
31822
31823 .
31824  The chemical equation for this is:
31825 \begin_inset Formula 
31826 \begin{equation}
31827 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31828 \end{equation}
31829
31830 \end_inset
31831
31832
31833 \end_layout
31834
31835 \begin_layout Standard
31836 Chemical equations can be created as formulas.
31837  To avoid the symbols appearing in italic, everything is highlighted and
31838  changed by the shortcut 
31839 \begin_inset Info
31840 type  "shortcut"
31841 arg   "font-roman"
31842 \end_inset
31843
31844  to the upright font style.
31845 \begin_inset Foot
31846 status collapsed
31847
31848 \begin_layout Plain Layout
31849 For font styles
31850 \series bold
31851  
31852 \series default
31853 see 
31854 \begin_inset CommandInset ref
31855 LatexCommand ref
31856 reference "subsec:Font-Styles"
31857
31858 \end_inset
31859
31860
31861 \end_layout
31862
31863 \end_inset
31864
31865
31866 \end_layout
31867
31868 \begin_layout Standard
31869 A more convenient way to typeset chemical formulas is to use the command
31870  
31871 \series bold
31872
31873 \backslash
31874 ce
31875 \series default
31876
31877 \begin_inset Index idx
31878 status collapsed
31879
31880 \begin_layout Plain Layout
31881 Commands ! C ! 
31882 \backslash
31883 ce
31884 \end_layout
31885
31886 \end_inset
31887
31888  which is available when the \SpecialChar LaTeX
31889 -package 
31890 \series bold
31891 mhchem
31892 \series default
31893
31894 \begin_inset Index idx
31895 status collapsed
31896
31897 \begin_layout Plain Layout
31898 Packages ! mhchem
31899 \end_layout
31900
31901 \end_inset
31902
31903  is installed.
31904  After inserting 
31905 \series bold
31906
31907 \backslash
31908 ce
31909 \series default
31910  in a formula a new blue box appears where chemical formulas can be inserted
31911  in an intuitive way.
31912 \end_layout
31913
31914 \begin_layout Standard
31915 \align center
31916 \begin_inset Tabular
31917 <lyxtabular version="3" rows="10" columns="2">
31918 <features booktabs="true" tabularvalignment="middle">
31919 <column alignment="center" valignment="top" width="0pt">
31920 <column alignment="center" valignment="top">
31921 <row>
31922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31923 \begin_inset Text
31924
31925 \begin_layout Plain Layout
31926 Command
31927 \end_layout
31928
31929 \end_inset
31930 </cell>
31931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31932 \begin_inset Text
31933
31934 \begin_layout Plain Layout
31935 Result
31936 \end_layout
31937
31938 \end_inset
31939 </cell>
31940 </row>
31941 <row>
31942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31943 \begin_inset Text
31944
31945 \begin_layout Plain Layout
31946
31947 \backslash
31948 ce
31949 \begin_inset space \textvisiblespace{}
31950 \end_inset
31951
31952 H2CO3
31953 \end_layout
31954
31955 \end_inset
31956 </cell>
31957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31958 \begin_inset Text
31959
31960 \begin_layout Plain Layout
31961 \begin_inset Formula $\ce{H2CO3}$
31962 \end_inset
31963
31964
31965 \end_layout
31966
31967 \end_inset
31968 </cell>
31969 </row>
31970 <row topspace="1.5mm">
31971 <cell alignment="center" valignment="top" usebox="none">
31972 \begin_inset Text
31973
31974 \begin_layout Plain Layout
31975
31976 \backslash
31977 ce
31978 \begin_inset space \textvisiblespace{}
31979 \end_inset
31980
31981 SO4^2-
31982 \end_layout
31983
31984 \end_inset
31985 </cell>
31986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31987 \begin_inset Text
31988
31989 \begin_layout Plain Layout
31990 \begin_inset Formula $\ce{SO4^{2-}}$
31991 \end_inset
31992
31993
31994 \end_layout
31995
31996 \end_inset
31997 </cell>
31998 </row>
31999 <row topspace="1.5mm">
32000 <cell alignment="center" valignment="top" usebox="none">
32001 \begin_inset Text
32002
32003 \begin_layout Plain Layout
32004
32005 \backslash
32006 ce
32007 \begin_inset space \textvisiblespace{}
32008 \end_inset
32009
32010 (NH4)2S
32011 \end_layout
32012
32013 \end_inset
32014 </cell>
32015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32016 \begin_inset Text
32017
32018 \begin_layout Plain Layout
32019 \begin_inset Formula $\ce{(NH4)2S}$
32020 \end_inset
32021
32022
32023 \end_layout
32024
32025 \end_inset
32026 </cell>
32027 </row>
32028 <row topspace="1.5mm">
32029 <cell alignment="center" valignment="top" usebox="none">
32030 \begin_inset Text
32031
32032 \begin_layout Plain Layout
32033
32034 \backslash
32035 ce
32036 \begin_inset space \textvisiblespace{}
32037 \end_inset
32038
32039 KCr(SO4)2.12H2O
32040 \end_layout
32041
32042 \end_inset
32043 </cell>
32044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32045 \begin_inset Text
32046
32047 \begin_layout Plain Layout
32048 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
32049 \end_inset
32050
32051
32052 \end_layout
32053
32054 \end_inset
32055 </cell>
32056 </row>
32057 <row topspace="1.5mm">
32058 <cell alignment="center" valignment="top" usebox="none">
32059 \begin_inset Text
32060
32061 \begin_layout Plain Layout
32062
32063 \backslash
32064 ce
32065 \begin_inset space \textvisiblespace{}
32066 \end_inset
32067
32068 A-B
32069 \backslash
32070 dbond
32071 \begin_inset space \textvisiblespace{}
32072 \end_inset
32073
32074 C
32075 \backslash
32076 tbond
32077 \begin_inset space \textvisiblespace{}
32078 \end_inset
32079
32080 D
32081 \end_layout
32082
32083 \end_inset
32084 </cell>
32085 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32086 \begin_inset Text
32087
32088 \begin_layout Plain Layout
32089 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
32090 \end_inset
32091
32092
32093 \end_layout
32094
32095 \end_inset
32096 </cell>
32097 </row>
32098 <row topspace="1.5mm">
32099 <cell alignment="center" valignment="top" usebox="none">
32100 \begin_inset Text
32101
32102 \begin_layout Plain Layout
32103
32104 \backslash
32105 ce
32106 \begin_inset space \textvisiblespace{}
32107 \end_inset
32108
32109 ^227
32110 \begin_inset Formula $\downarrow$
32111 \end_inset
32112
32113 _90
32114 \begin_inset Formula $\to$
32115 \end_inset
32116
32117 Th+
32118 \end_layout
32119
32120 \end_inset
32121 </cell>
32122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32123 \begin_inset Text
32124
32125 \begin_layout Plain Layout
32126 \begin_inset Formula $\ce{_{90}^{227}Th+}$
32127 \end_inset
32128
32129
32130 \end_layout
32131
32132 \end_inset
32133 </cell>
32134 </row>
32135 <row>
32136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32137 \begin_inset Text
32138
32139 \begin_layout Plain Layout
32140
32141 \backslash
32142 ce
32143 \begin_inset space \textvisiblespace{}
32144 \end_inset
32145
32146
32147 \backslash
32148 mu
32149 \begin_inset space \textvisiblespace{}
32150 \end_inset
32151
32152
32153 \backslash
32154 hyphen
32155 \begin_inset space \textvisiblespace{}
32156 \end_inset
32157
32158 Cl
32159 \end_layout
32160
32161 \end_inset
32162 </cell>
32163 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32164 \begin_inset Text
32165
32166 \begin_layout Plain Layout
32167 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
32168 \end_inset
32169
32170
32171 \end_layout
32172
32173 \end_inset
32174 </cell>
32175 </row>
32176 <row>
32177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32178 \begin_inset Text
32179
32180 \begin_layout Plain Layout
32181
32182 \backslash
32183 ce
32184 \begin_inset space \textvisiblespace{}
32185 \end_inset
32186
32187 CO2
32188 \begin_inset space \textvisiblespace{}
32189 \end_inset
32190
32191 +
32192 \begin_inset space \textvisiblespace{}
32193 \end_inset
32194
32195 C
32196 \begin_inset space \textvisiblespace{}
32197 \end_inset
32198
32199 <=>
32200 \begin_inset space \textvisiblespace{}
32201 \end_inset
32202
32203 2CO
32204 \end_layout
32205
32206 \end_inset
32207 </cell>
32208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32209 \begin_inset Text
32210
32211 \begin_layout Plain Layout
32212 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
32213 \end_inset
32214
32215
32216 \end_layout
32217
32218 \end_inset
32219 </cell>
32220 </row>
32221 <row topspace="1.5mm">
32222 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32223 \begin_inset Text
32224
32225 \begin_layout Plain Layout
32226
32227 \backslash
32228 ce
32229 \begin_inset space \textvisiblespace{}
32230 \end_inset
32231
32232 CO2
32233 \begin_inset space \textvisiblespace{}
32234 \end_inset
32235
32236 +
32237 \begin_inset space \textvisiblespace{}
32238 \end_inset
32239
32240 C
32241 \begin_inset space \textvisiblespace{}
32242 \end_inset
32243
32244 ->[
32245 \backslash
32246 alpha][
32247 \backslash
32248 beta]
32249 \begin_inset space \textvisiblespace{}
32250 \end_inset
32251
32252 2CO}
32253 \end_layout
32254
32255 \end_inset
32256 </cell>
32257 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
32258 \begin_inset Text
32259
32260 \begin_layout Plain Layout
32261 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
32262 \end_inset
32263
32264
32265 \end_layout
32266
32267 \end_inset
32268 </cell>
32269 </row>
32270 </lyxtabular>
32271
32272 \end_inset
32273
32274
32275 \end_layout
32276
32277 \begin_layout Standard
32278 \begin_inset Note Greyedout
32279 status open
32280
32281 \begin_layout Plain Layout
32282
32283 \series bold
32284 Note:
32285 \series default
32286  It is not possible in \SpecialChar LyX
32287  to use the character ^ to get an up-arrow as described
32288  in the 
32289 \series bold
32290 mhchem
32291 \series default
32292  manual.
32293  One instead uses a negative thin space followed by the command 
32294 \series bold
32295
32296 \backslash
32297 uparrow
32298 \series default
32299
32300 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32301 \end_inset
32302
32303
32304 \end_layout
32305
32306 \end_inset
32307
32308
32309 \end_layout
32310
32311 \begin_layout Standard
32312 Using 
32313 \series bold
32314
32315 \backslash
32316 ce
32317 \series default
32318  the command for equation
32319 \begin_inset space ~
32320 \end_inset
32321
32322
32323 \begin_inset CommandInset ref
32324 LatexCommand eqref
32325 reference "eq:chem-reaction"
32326
32327 \end_inset
32328
32329  is:
32330 \begin_inset Newline newline
32331 \end_inset
32332
32333
32334 \series bold
32335  
32336 \backslash
32337 ce
32338 \begin_inset space \textvisiblespace{}
32339 \end_inset
32340
32341 2Na+
32342 \begin_inset space \textvisiblespace{}
32343 \end_inset
32344
32345 +
32346 \begin_inset space \textvisiblespace{}
32347 \end_inset
32348
32349 SO4^2-
32350 \begin_inset space \textvisiblespace{}
32351 \end_inset
32352
32353
32354 \begin_inset space \textvisiblespace{}
32355 \end_inset
32356
32357 ->
32358 \begin_inset space \textvisiblespace{}
32359 \end_inset
32360
32361 Na2SO4
32362 \end_layout
32363
32364 \begin_layout Standard
32365 To create multiline chemical equations first a multiline formula is created
32366  as described in 
32367 \begin_inset CommandInset ref
32368 LatexCommand ref
32369 reference "sec:Multiline-Formulas"
32370
32371 \end_inset
32372
32373 .
32374  Afterwards the command 
32375 \series bold
32376
32377 \backslash
32378 ce
32379 \series default
32380  is used in every small blue box of the formula.
32381  
32382 \begin_inset CommandInset ref
32383 LatexCommand eqref
32384 reference "eq:TEOS-reaction-1"
32385
32386 \end_inset
32387
32388  and 
32389 \begin_inset CommandInset ref
32390 LatexCommand eqref
32391 reference "eq:TEOS-reaction-2"
32392
32393 \end_inset
32394
32395  are an example of a multi-stage chemical reaction where every equation
32396  has its own number.
32397 \begin_inset Formula 
32398 \begin{eqnarray}
32399 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32400 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32401 \end{eqnarray}
32402
32403 \end_inset
32404
32405
32406 \end_layout
32407
32408 \begin_layout Standard
32409 Besides 
32410 \series bold
32411
32412 \backslash
32413 ce
32414 \series default
32415  the 
32416 \series bold
32417 mhchem
32418 \series default
32419  package provides the command 
32420 \series bold
32421
32422 \backslash
32423 cf
32424 \series default
32425
32426 \begin_inset Index idx
32427 status collapsed
32428
32429 \begin_layout Plain Layout
32430 Commands ! C ! 
32431 \backslash
32432 cf
32433 \end_layout
32434
32435 \end_inset
32436
32437  that is used for special cases.
32438  For more information about 
32439 \series bold
32440
32441 \backslash
32442 cf
32443 \series default
32444  and more examples have a look at the documentation of 
32445 \series bold
32446 mhchem
32447 \series default
32448
32449 \begin_inset CommandInset citation
32450 LatexCommand cite
32451 key "mhchem"
32452 literal "true"
32453
32454 \end_inset
32455
32456 .
32457 \end_layout
32458
32459 \begin_layout Section
32460 Diagrams
32461 \end_layout
32462
32463 \begin_layout Standard
32464 \SpecialChar LyX
32465  supports two types of commutative diagrams: 
32466 \series bold
32467 amscd
32468 \series default
32469  and 
32470 \series bold
32471 xymatrix
32472 \series default
32473  and are explained below.
32474 \end_layout
32475
32476 \begin_layout Subsection
32477 Amscd Diagrams
32478 \begin_inset Index idx
32479 status collapsed
32480
32481 \begin_layout Plain Layout
32482 Diagrams ! amscd
32483 \end_layout
32484
32485 \end_inset
32486
32487
32488 \end_layout
32489
32490 \begin_layout Standard
32491 Diagrams of this type visualize relations by vertical and horizontal lines
32492  or arrows:
32493 \begin_inset Formula 
32494 \[
32495 \begin{CD}A@>>>B@>>>C\\
32496 @AAA@.@VVV\\
32497 F@<<<E@<<<D
32498 \end{CD}
32499 \]
32500
32501 \end_inset
32502
32503
32504 \end_layout
32505
32506 \begin_layout Standard
32507 To create them, the command 
32508 \series bold
32509
32510 \backslash
32511 CD
32512 \begin_inset Index idx
32513 status collapsed
32514
32515 \begin_layout Plain Layout
32516 Commands ! C ! 
32517 \backslash
32518 CD
32519 \end_layout
32520
32521 \end_inset
32522
32523
32524 \series default
32525  is inserted to a formula.
32526  A blue box appears with two dashed lines where additional commands can
32527  be inserted.
32528  With 
32529 \begin_inset Info
32530 type  "shortcut"
32531 arg   "newline-insert newline"
32532 \end_inset
32533
32534  a new line is created.
32535  Horizontal relations are inserted in odd formula lines, vertical in even
32536  formula lines.
32537 \end_layout
32538
32539 \begin_layout Standard
32540 To create the relations use the following commands:
32541 \end_layout
32542
32543 \begin_layout Itemize
32544
32545 \series bold
32546 @<<<
32547 \series default
32548  creates a left arrow, 
32549 \series bold
32550 @>>>
32551 \series default
32552  a right arrow and 
32553 \series bold
32554 @=
32555 \series default
32556  a long equal sign
32557 \end_layout
32558
32559 \begin_layout Itemize
32560
32561 \series bold
32562 @AAA
32563 \series default
32564  creates an up arrow, 
32565 \series bold
32566 @VVV
32567 \series default
32568  a down arrow and 
32569 \series bold
32570 @|
32571 \series default
32572  a vertical equal sign
32573 \end_layout
32574
32575 \begin_layout Itemize
32576
32577 \series bold
32578 @.
32579
32580 \series default
32581  is a placeholder for non-existent relations
32582 \end_layout
32583
32584 \begin_layout Standard
32585 All arrows can be labeled as follows:
32586 \end_layout
32587
32588 \begin_layout Itemize
32589 If text inserted between the first and second < or >, resp., it is placed
32590  above the arrow.
32591  When it is inserted between the second and third one, it appears under
32592  the arrow.
32593 \end_layout
32594
32595 \begin_layout Itemize
32596 When text for vertical arrows is inserted between the first and second A
32597  or V, resp., it is placed left beside the arrow.
32598  When it is inserted between the second and third one, it appears right
32599  beside the arrow.
32600  If the text contains an A or V, these letters must be set into a \SpecialChar TeX
32601  brace.
32602 \end_layout
32603
32604 \begin_layout Standard
32605 As example a diagram with all possible relations:
32606 \end_layout
32607
32608 \begin_layout Standard
32609 \begin_inset Formula 
32610 \[
32611 \begin{CD}A@>j>>B@>>k>C@=F\\
32612 @AmAA@.@VV{V}V@|\\
32613 D@<<j<E@>k>>F@=C
32614 \end{CD}
32615 \]
32616
32617 \end_inset
32618
32619
32620 \end_layout
32621
32622 \begin_layout Standard
32623 The command for this is:
32624 \begin_inset Newline newline
32625 \end_inset
32626
32627
32628 \series bold
32629
32630 \backslash
32631 CD
32632 \begin_inset space \textvisiblespace{}
32633 \end_inset
32634
32635 A@>j>>B@>>k>C@=F Ctrl+Return
32636 \begin_inset Newline newline
32637 \end_inset
32638
32639
32640 \begin_inset Phantom HPhantom
32641 status open
32642
32643 \begin_layout Plain Layout
32644
32645 \series bold
32646
32647 \backslash
32648 CD
32649 \begin_inset space \textvisiblespace{}
32650 \end_inset
32651
32652
32653 \end_layout
32654
32655 \end_inset
32656
32657 @AmAA@.@VV
32658 \backslash
32659 {V
32660 \series default
32661
32662 \begin_inset Formula $\to$
32663 \end_inset
32664
32665
32666 \series bold
32667 V@| Ctrl+Return
32668 \begin_inset Newline newline
32669 \end_inset
32670
32671
32672 \begin_inset Phantom HPhantom
32673 status open
32674
32675 \begin_layout Plain Layout
32676
32677 \series bold
32678
32679 \backslash
32680 CD
32681 \begin_inset space \textvisiblespace{}
32682 \end_inset
32683
32684
32685 \end_layout
32686
32687 \end_inset
32688
32689 D@<<j<E@>k>>F@=C
32690 \end_layout
32691
32692 \begin_layout Subsection
32693 Xymatrix Diagrams
32694 \begin_inset Index idx
32695 status collapsed
32696
32697 \begin_layout Plain Layout
32698 Diagrams ! xymatrix
32699 \end_layout
32700
32701 \end_inset
32702
32703
32704 \end_layout
32705
32706 \begin_layout Standard
32707 To be able to use xymatrices, the \SpecialChar LaTeX
32708 -package 
32709 \series bold
32710 xypic
32711 \series default
32712  must be installed.
32713  A xymatrix is created by inserting the command 
32714 \series bold
32715
32716 \backslash
32717 xymatrix
32718 \series default
32719  in a formula.
32720  Then you are able to add new matrix columns and rows like for normal matrices,
32721  see 
32722 \begin_inset CommandInset ref
32723 LatexCommand ref
32724 reference "sec:Matrices"
32725
32726 \end_inset
32727
32728 .
32729 \end_layout
32730
32731 \begin_layout Standard
32732 Contrary to amscd diagrams, xymatrices support diagonal and curved arrows,
32733  and much more.
32734  The commands used to create commutative diagrams and decorations are explained
32735  in detail in the 
32736 \emph on
32737 XY-pic manual
32738 \emph default
32739  found in the menu 
32740 \family sans
32741 Help\SpecialChar menuseparator
32742 Specific
32743 \begin_inset space ~
32744 \end_inset
32745
32746 Manuals
32747 \family default
32748 .
32749 \end_layout
32750
32751 \begin_layout Subsection
32752
32753 \noun on
32754 Feynman
32755 \noun default
32756  Diagrams
32757 \begin_inset Index idx
32758 status collapsed
32759
32760 \begin_layout Plain Layout
32761 Diagrams ! Feynman
32762 \end_layout
32763
32764 \end_inset
32765
32766
32767 \end_layout
32768
32769 \begin_layout Standard
32770 To be able to use 
32771 \noun on
32772 Feynman
32773 \noun default
32774 -diagrams, the \SpecialChar LaTeX
32775 -package 
32776 \series bold
32777 feyn
32778 \series default
32779  must be installed.
32780  A 
32781 \noun on
32782 Feynman
32783 \noun default
32784 -diagram is created by inserting the command 
32785 \series bold
32786
32787 \backslash
32788 Diagram
32789 \series default
32790  in a formula.
32791  Then you will be able to add new matrix columns and rows like for normal
32792  matrices, see 
32793 \begin_inset CommandInset ref
32794 LatexCommand ref
32795 reference "sec:Matrices"
32796
32797 \end_inset
32798
32799 .
32800 \end_layout
32801
32802 \begin_layout Standard
32803 Examples of how to create 
32804 \noun on
32805 Feynman-
32806 \noun default
32807 diagrams in \SpecialChar LyX
32808  are given in the 
32809 \emph on
32810 Feynman-diagram
32811 \emph default
32812  manual that you find in the menu 
32813 \family sans
32814 Help\SpecialChar menuseparator
32815 Specific
32816 \begin_inset space ~
32817 \end_inset
32818
32819 Manuals
32820 \family default
32821 .
32822 \end_layout
32823
32824 \begin_layout Section
32825 User-defined Commands
32826 \begin_inset Index idx
32827 status collapsed
32828
32829 \begin_layout Plain Layout
32830 User-defined commands
32831 \end_layout
32832
32833 \end_inset
32834
32835
32836 \end_layout
32837
32838 \begin_layout Standard
32839 \begin_inset Note Greyedout
32840 status open
32841
32842 \begin_layout Plain Layout
32843
32844 \series bold
32845 Note:
32846 \series default
32847  The names of user-defined commands and macros may only consist of Latin
32848  letters.
32849 \end_layout
32850
32851 \end_inset
32852
32853
32854 \end_layout
32855
32856 \begin_layout Subsection
32857 The Command 
32858 \backslash
32859 newcommand
32860 \begin_inset CommandInset label
32861 LatexCommand label
32862 name "subsec:The-Command-newcommand"
32863
32864 \end_inset
32865
32866
32867 \begin_inset Index idx
32868 status collapsed
32869
32870 \begin_layout Plain Layout
32871 User-defined commands ! 
32872 \backslash
32873 newcommand
32874 \end_layout
32875
32876 \end_inset
32877
32878
32879 \begin_inset Index idx
32880 status collapsed
32881
32882 \begin_layout Plain Layout
32883 Commands ! N ! 
32884 \backslash
32885 newcommand
32886 \end_layout
32887
32888 \end_inset
32889
32890
32891 \end_layout
32892
32893 \begin_layout Standard
32894 Many \SpecialChar LaTeX
32895 -commands are too long to be used frequently.
32896  But it is possible to define with the command 
32897 \series bold
32898
32899 \backslash
32900 newcommand
32901 \series default
32902  new shorter commands.
32903 \end_layout
32904
32905 \begin_layout Standard
32906 The command scheme of 
32907 \series bold
32908
32909 \backslash
32910 newcommand
32911 \series default
32912  is:
32913 \end_layout
32914
32915 \begin_layout Standard
32916
32917 \series bold
32918
32919 \backslash
32920 newcommand{new command name}[number of arguments][optional
32921 \series default
32922  
32923 \series bold
32924 value]
32925 \begin_inset Newline newline
32926 \end_inset
32927
32928
32929 \begin_inset Phantom HPhantom
32930 status open
32931
32932 \begin_layout Plain Layout
32933
32934 \series bold
32935
32936 \backslash
32937 newcommand
32938 \end_layout
32939
32940 \end_inset
32941
32942 {command definition}
32943 \end_layout
32944
32945 \begin_layout Standard
32946 \begin_inset Note Greyedout
32947 status open
32948
32949 \begin_layout Plain Layout
32950
32951 \series bold
32952 Note:
32953 \series default
32954  Verify that the name of the new command is not already used in your document
32955  or by the \SpecialChar LaTeX
32956 -packages that you use.
32957  If you for example define the command 
32958 \series bold
32959
32960 \backslash
32961 le
32962 \series default
32963  for 
32964 \series bold
32965
32966 \backslash
32967 Leftarrow
32968 \series default
32969 , you will get an error message because 
32970 \series bold
32971
32972 \backslash
32973 le
32974 \series default
32975  is already defined as command for 
32976 \begin_inset Quotes eld
32977 \end_inset
32978
32979
32980 \begin_inset Formula $\le$
32981 \end_inset
32982
32983
32984 \begin_inset Quotes erd
32985 \end_inset
32986
32987 .
32988 \end_layout
32989
32990 \end_inset
32991
32992
32993 \end_layout
32994
32995 \begin_layout Standard
32996 The number of arguments is an integer in the range 0
32997 \begin_inset space \thinspace{}
32998 \end_inset
32999
33000 -
33001 \begin_inset space \thinspace{}
33002 \end_inset
33003
33004 9 and specifies how many arguments the new command should have.
33005  With the optional value a value for an optional argument can be predefined.
33006  When this is done, the 
33007 \emph on
33008 first
33009 \emph default
33010  
33011 \emph on
33012 a
33013 \emph default
33014 rgument of the new command is automatically an optional one.
33015 \end_layout
33016
33017 \begin_layout Standard
33018 Here are some examples:
33019 \end_layout
33020
33021 \begin_layout Itemize
33022 To define the command 
33023 \series bold
33024
33025 \backslash
33026 gr
33027 \series default
33028  for 
33029 \series bold
33030
33031 \backslash
33032 Longrightarrow
33033 \series default
33034 , the \SpecialChar LaTeX
33035 -preamble line is:
33036 \begin_inset VSpace medskip
33037 \end_inset
33038
33039
33040 \begin_inset Newline newline
33041 \end_inset
33042
33043
33044 \series bold
33045
33046 \backslash
33047 newcommand{
33048 \backslash
33049 gr}{
33050 \backslash
33051 Longrightarrow}
33052 \end_layout
33053
33054 \begin_layout Itemize
33055 To define the command 
33056 \series bold
33057
33058 \backslash
33059 us
33060 \series default
33061  for 
33062 \series bold
33063
33064 \backslash
33065 underline
33066 \series default
33067 , the argument (that should be underlined) must be taken into account.
33068  For this the preamble line is:
33069 \begin_inset VSpace medskip
33070 \end_inset
33071
33072
33073 \begin_inset Newline newline
33074 \end_inset
33075
33076
33077 \series bold
33078
33079 \backslash
33080 newcommand{
33081 \backslash
33082 us}[1]{
33083 \backslash
33084 underline{#1}}
33085 \series default
33086
33087 \begin_inset VSpace medskip
33088 \end_inset
33089
33090
33091 \begin_inset Newline newline
33092 \end_inset
33093
33094 The character 
33095 \series bold
33096 #
33097 \series default
33098  acts as argument placeholder, the 
33099 \series bold
33100 1
33101 \series default
33102  behind it denotes that it is the placeholder for the first argument.
33103 \end_layout
33104
33105 \begin_layout Itemize
33106 For 
33107 \series bold
33108
33109 \backslash
33110 framebox
33111 \series default
33112  one can e.
33113 \begin_inset space \thinspace{}
33114 \end_inset
33115
33116 g.
33117 \begin_inset space \space{}
33118 \end_inset
33119
33120 define the command 
33121 \series bold
33122
33123 \backslash
33124 fb
33125 \series default
33126 :
33127 \begin_inset VSpace medskip
33128 \end_inset
33129
33130
33131 \begin_inset Newline newline
33132 \end_inset
33133
33134
33135 \series bold
33136
33137 \backslash
33138 newcommand{
33139 \backslash
33140 fb}[3]{
33141 \backslash
33142 framebox#1#2{$#3$}}
33143 \series default
33144
33145 \begin_inset VSpace medskip
33146 \end_inset
33147
33148
33149 \begin_inset Newline newline
33150 \end_inset
33151
33152 The two Dollar signs creates the extra formula needed for 
33153 \series bold
33154
33155 \backslash
33156 framebox
33157 \series default
33158 , see 
33159 \begin_inset CommandInset ref
33160 LatexCommand ref
33161 reference "subsec:Boxes-with-Frame"
33162
33163 \end_inset
33164
33165 .
33166 \end_layout
33167
33168 \begin_layout Itemize
33169 To create a new command for 
33170 \series bold
33171
33172 \backslash
33173 fcolorbox
33174 \series default
33175  where the color for the box need not be specified, the argument for the
33176  color is defined optional:
33177 \begin_inset VSpace medskip
33178 \end_inset
33179
33180
33181 \begin_inset Newline newline
33182 \end_inset
33183
33184
33185 \series bold
33186
33187 \backslash
33188 newcommand{
33189 \backslash
33190 cb}[3][white]{
33191 \backslash
33192 fcolorbox{#2}{#1}{$#3$}}
33193 \series default
33194
33195 \begin_inset VSpace medskip
33196 \end_inset
33197
33198
33199 \begin_inset Newline newline
33200 \end_inset
33201
33202 When the color is not specified when using 
33203 \series bold
33204
33205 \backslash
33206 cb
33207 \series default
33208 , the predefined color 
33209 \series bold
33210 white
33211 \series default
33212  will be used.
33213 \end_layout
33214
33215 \begin_layout Standard
33216 A test of the new defined commands:
33217 \end_layout
33218
33219 \begin_layout Standard
33220 \align center
33221 \begin_inset Tabular
33222 <lyxtabular version="3" rows="6" columns="2">
33223 <features booktabs="true" tabularvalignment="middle">
33224 <column alignment="center" valignment="top" width="0pt">
33225 <column alignment="center" valignment="top">
33226 <row>
33227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33228 \begin_inset Text
33229
33230 \begin_layout Plain Layout
33231 Command
33232 \end_layout
33233
33234 \end_inset
33235 </cell>
33236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33237 \begin_inset Text
33238
33239 \begin_layout Plain Layout
33240 Result
33241 \end_layout
33242
33243 \end_inset
33244 </cell>
33245 </row>
33246 <row>
33247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33248 \begin_inset Text
33249
33250 \begin_layout Plain Layout
33251 A
33252 \backslash
33253 gr
33254 \begin_inset space \textvisiblespace{}
33255 \end_inset
33256
33257 B
33258 \end_layout
33259
33260 \end_inset
33261 </cell>
33262 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33263 \begin_inset Text
33264
33265 \begin_layout Plain Layout
33266 \begin_inset Formula $A\gr B$
33267 \end_inset
33268
33269
33270 \end_layout
33271
33272 \end_inset
33273 </cell>
33274 </row>
33275 <row>
33276 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33277 \begin_inset Text
33278
33279 \begin_layout Plain Layout
33280
33281 \backslash
33282 us{ABcd
33283 \end_layout
33284
33285 \end_inset
33286 </cell>
33287 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33288 \begin_inset Text
33289
33290 \begin_layout Plain Layout
33291 \begin_inset Formula $\us{ABcd}$
33292 \end_inset
33293
33294
33295 \end_layout
33296
33297 \end_inset
33298 </cell>
33299 </row>
33300 <row topspace="1mm">
33301 <cell alignment="center" valignment="top" usebox="none">
33302 \begin_inset Text
33303
33304 \begin_layout Plain Layout
33305
33306 \backslash
33307 fb{[2cm]
33308 \begin_inset Formula $\to$
33309 \end_inset
33310
33311
33312 \backslash
33313 {
33314 \begin_inset Formula $\to$
33315 \end_inset
33316
33317
33318 \backslash
33319 {
33320 \backslash
33321 int
33322 \begin_inset space \textvisiblespace{}
33323 \end_inset
33324
33325 A=B
33326 \end_layout
33327
33328 \end_inset
33329 </cell>
33330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33331 \begin_inset Text
33332
33333 \begin_layout Plain Layout
33334 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
33335 \end_inset
33336
33337
33338 \end_layout
33339
33340 \end_inset
33341 </cell>
33342 </row>
33343 <row topspace="1.5mm">
33344 <cell alignment="center" valignment="top" usebox="none">
33345 \begin_inset Text
33346
33347 \begin_layout Plain Layout
33348
33349 \backslash
33350 cb{red
33351 \begin_inset Formula $\to$
33352 \end_inset
33353
33354
33355 \backslash
33356 {
33357 \backslash
33358 int
33359 \begin_inset space \textvisiblespace{}
33360 \end_inset
33361
33362 A=B
33363 \end_layout
33364
33365 \end_inset
33366 </cell>
33367 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33368 \begin_inset Text
33369
33370 \begin_layout Plain Layout
33371 \begin_inset Formula $\cb{red}{\int A=B}$
33372 \end_inset
33373
33374
33375 \end_layout
33376
33377 \end_inset
33378 </cell>
33379 </row>
33380 <row topspace="1.5mm" bottomspace="1mm">
33381 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33382 \begin_inset Text
33383
33384 \begin_layout Plain Layout
33385
33386 \backslash
33387 cb[green]
33388 \backslash
33389 {red
33390 \begin_inset Formula $\to$
33391 \end_inset
33392
33393
33394 \backslash
33395 {
33396 \backslash
33397 int
33398 \begin_inset space \textvisiblespace{}
33399 \end_inset
33400
33401 A=B
33402 \end_layout
33403
33404 \end_inset
33405 </cell>
33406 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
33407 \begin_inset Text
33408
33409 \begin_layout Plain Layout
33410 \begin_inset Formula $\cb[green]{red}{\int A=B}$
33411 \end_inset
33412
33413
33414 \end_layout
33415
33416 \end_inset
33417 </cell>
33418 </row>
33419 </lyxtabular>
33420
33421 \end_inset
33422
33423
33424 \end_layout
33425
33426 \begin_layout Subsection
33427 Math Macros
33428 \begin_inset Index idx
33429 status collapsed
33430
33431 \begin_layout Plain Layout
33432 User-defined commands! Math macros
33433 \end_layout
33434
33435 \end_inset
33436
33437
33438 \begin_inset Index idx
33439 status collapsed
33440
33441 \begin_layout Plain Layout
33442 Macros
33443 \end_layout
33444
33445 \end_inset
33446
33447
33448 \end_layout
33449
33450 \begin_layout Standard
33451 User-defined commands are especially convenient for complex expressions.
33452  For example if you are dealing with a document that has quadratic equations,
33453  the same solution type occurs several times.
33454  The general form of a quadratic equation is
33455 \begin_inset Formula 
33456 \[
33457 0=\lambda^{2}+p\lambda+q
33458 \]
33459
33460 \end_inset
33461
33462 The general form of the solution is
33463 \begin_inset Formula 
33464 \[
33465 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33466 \]
33467
33468 \end_inset
33469
33470
33471 \end_layout
33472
33473 \begin_layout Standard
33474 To define a command for the solution formula where only the three parameters
33475  
33476 \begin_inset Formula $\lambda$
33477 \end_inset
33478
33479
33480 \begin_inset Formula $p$
33481 \end_inset
33482
33483  and 
33484 \begin_inset Formula $q$
33485 \end_inset
33486
33487  need to be specified and the index of 
33488 \begin_inset Formula $\lambda$
33489 \end_inset
33490
33491  can be given optionally, the \SpecialChar LaTeX
33492 -preamble line is
33493 \begin_inset Newline newline
33494 \end_inset
33495
33496
33497 \series bold
33498
33499 \backslash
33500 newcommand{
33501 \backslash
33502 qG}[4][1,
33503 \backslash
33504 ,2]{#2_{#1}=-
33505 \backslash
33506 frac{#3}{2}
33507 \backslash
33508 pm
33509 \begin_inset Newline newline
33510 \end_inset
33511
33512
33513 \begin_inset Phantom HPhantom
33514 status open
33515
33516 \begin_layout Plain Layout
33517
33518 \series bold
33519
33520 \backslash
33521 newcommand
33522 \end_layout
33523
33524 \end_inset
33525
33526
33527 \backslash
33528 sqrt{
33529 \backslash
33530 frac{#3^{2}}{4}-#4}}
33531 \end_layout
33532
33533 \begin_layout Standard
33534 To create with this the solution formula, the command
33535 \begin_inset Newline newline
33536 \end_inset
33537
33538
33539 \series bold
33540
33541 \backslash
33542 qG{
33543 \backslash
33544 lambda
33545 \begin_inset Formula $\to$
33546 \end_inset
33547
33548
33549 \backslash
33550 {p
33551 \begin_inset Formula $\to$
33552 \end_inset
33553
33554
33555 \backslash
33556 {q
33557 \series default
33558  is inserted to a formula
33559 \series bold
33560 .
33561 \end_layout
33562
33563 \begin_layout Standard
33564 The definition of the new command is unintuitive because one has to know
33565  the schemes of all used \SpecialChar LaTeX
33566  commands, e.
33567 \begin_inset space \thinspace{}
33568 \end_inset
33569
33570 g.
33571 \begin_inset space \space{}
33572 \end_inset
33573
33574 that a fraction is inserted in \SpecialChar LaTeX
33575  as 
33576 \series bold
33577
33578 \backslash
33579 frac{numerator}{denominator}
33580 \series default
33581 .
33582  Furthermore one can easily forget a brace in the definition and cannot
33583  see in \SpecialChar LyX
33584  what the new command is doing.
33585  To avoid these problems \SpecialChar LyX
33586  offers the possibility to use math macros instead
33587  of the command 
33588 \series bold
33589
33590 \backslash
33591 newcommand
33592 \series default
33593 .
33594 \end_layout
33595
33596 \begin_layout Standard
33597 A math macro is created by using the menu 
33598 \family sans
33599 Insert\SpecialChar menuseparator
33600 Math\SpecialChar menuseparator
33601 Macro
33602 \family default
33603  or the toolbar button 
33604 \begin_inset Info
33605 type  "icon"
33606 arg   "math-macro newmacroname_newcommand"
33607 \end_inset
33608
33609 .
33610  The math macro toolbar appears together with the following box where the
33611  macro is defined:
33612 \begin_inset Newline newline
33613 \end_inset
33614
33615
33616 \begin_inset space \hspace*{\fill}
33617 \end_inset
33618
33619
33620 \begin_inset Graphics
33621         filename clipart/macrobox.png
33622         scale 95
33623
33624 \end_inset
33625
33626
33627 \begin_inset space \hspace*{\fill}
33628 \end_inset
33629
33630
33631 \begin_inset Newline newline
33632 \end_inset
33633
33634
33635 \begin_inset FormulaMacro
33636 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33637 \end_inset
33638
33639
33640 \backslash
33641 newmacroname is the default name of the macro that should be changed to
33642  something sensible.
33643  The wanted formula is inserted in the first blue box.
33644  An argument placeholder is inserted with the command 
33645 \series bold
33646
33647 \backslash
33648 #argumentnumber
33649 \series default
33650 , e.
33651 \begin_inset space \thinspace{}
33652 \end_inset
33653
33654 g
33655 \begin_inset space \space{}
33656 \end_inset
33657
33658
33659 \series bold
33660
33661 \backslash
33662 #1
33663 \series default
33664  or by using the macro toolbar button 
33665 \begin_inset Info
33666 type  "icon"
33667 arg   "math-macro-add-param"
33668 \end_inset
33669
33670 .
33671  Argument placeholders are displayed red.
33672  A maximum of 9
33673 \begin_inset space ~
33674 \end_inset
33675
33676 arguments are possible.
33677  Optional arguments are created with the toolbar button 
33678 \begin_inset Info
33679 type  "icon"
33680 arg   "math-macro-add-optional-param"
33681 \end_inset
33682
33683 .
33684  The first non-optional argument can be transformed to an optional one with
33685  the toolbar button 
33686 \begin_inset Info
33687 type  "icon"
33688 arg   "math-macro-make-optional"
33689 \end_inset
33690
33691 .
33692  In the second blue box the appearance of the macro in \SpecialChar LyX
33693  can be defined.
33694  Normally you want to see it as it is defined, so the box is kept empty.
33695  But when you have created a macro that needs lot of space on the screen,
33696  you can insert in the box for example
33697 \begin_inset Newline newline
33698 \end_inset
33699
33700
33701 \series bold
33702 qG: 
33703 \backslash
33704 #1
33705 \series default
33706  
33707 \series bold
33708 ,
33709 \series default
33710  
33711 \series bold
33712
33713 \backslash
33714 #2
33715 \series default
33716  
33717 \series bold
33718 ,
33719 \series default
33720  
33721 \series bold
33722
33723 \backslash
33724 #3, 
33725 \backslash
33726 #4
33727 \begin_inset Newline newline
33728 \end_inset
33729
33730
33731 \series default
33732 For the macro only the arguments with the macro name in front of them will
33733  then be displayed in \SpecialChar LyX
33734 , leading to a better overview.
33735  The formula appears in the output as defined in the first box.
33736 \begin_inset Newline newline
33737 \end_inset
33738
33739 The appearance of macros in formulas can furthermore be changed for single
33740  macros by setting the cursor in the macro and using the menu 
33741 \family sans
33742 View\SpecialChar menuseparator
33743 (Un)fold
33744 \begin_inset space ~
33745 \end_inset
33746
33747 Math
33748 \begin_inset space ~
33749 \end_inset
33750
33751 Macro
33752 \family default
33753 .
33754 \end_layout
33755
33756 \begin_layout Standard
33757 To use a macro, the macro name is inserted as command to a formula, in our
33758  case 
33759 \series bold
33760
33761 \backslash
33762 qG
33763 \series default
33764 .
33765  Our macro looks in \SpecialChar LyX
33766  like this:
33767 \begin_inset Newline newline
33768 \end_inset
33769
33770
33771 \begin_inset space \hspace*{\fill}
33772 \end_inset
33773
33774
33775 \begin_inset Graphics
33776         filename clipart/macrouse.png
33777         scale 95
33778
33779 \end_inset
33780
33781
33782 \begin_inset space \hspace*{\fill}
33783 \end_inset
33784
33785
33786 \begin_inset Newline newline
33787 \end_inset
33788
33789 Here is our macro example with the arguments 
33790 \begin_inset Formula $x$
33791 \end_inset
33792
33793
33794 \begin_inset Formula $\ln(x)$
33795 \end_inset
33796
33797  and 
33798 \begin_inset Formula $B$
33799 \end_inset
33800
33801 :
33802 \end_layout
33803
33804 \begin_layout Standard
33805 \begin_inset Formula 
33806 \[
33807 \qG x{\ln(x)}B
33808 \]
33809
33810 \end_inset
33811
33812
33813 \end_layout
33814
33815 \begin_layout Standard
33816 \SpecialChar LyX
33817  offers in the menu 
33818 \family sans
33819 Tools\SpecialChar menuseparator
33820 Preferences\SpecialChar menuseparator
33821 Editing\SpecialChar menuseparator
33822 Control
33823 \family default
33824  different styles to edit macros.
33825  To find the style that suits you best, choose a style and set the cursor
33826  in a macro formula to see the difference.
33827 \end_layout
33828
33829 \begin_layout Standard
33830 A math macro is transformed internally to a 
33831 \series bold
33832
33833 \backslash
33834 newcommand
33835 \series default
33836  command when exporting the document.
33837  The created 
33838 \series bold
33839
33840 \backslash
33841 newcommand
33842 \series default
33843  command is not placed in the \SpecialChar LaTeX
33844 -preamble, therefore macros can only be used
33845  in formulas that are in the document below the macro definition box.
33846 \end_layout
33847
33848 \begin_layout Standard
33849 Math macros can also be directly created from a 
33850 \series bold
33851
33852 \backslash
33853 newcommand
33854 \series default
33855  command.
33856  When writing for example the command
33857 \series bold
33858
33859 \begin_inset Newline newline
33860 \end_inset
33861
33862
33863 \backslash
33864 newcommand{
33865 \backslash
33866 larrow}[2]{
33867 \backslash
33868 xleftarrow[#2]{#1}}
33869 \begin_inset Newline newline
33870 \end_inset
33871
33872
33873 \series default
33874 in \SpecialChar LyX
33875  as normal text, highlighting it completely and using the shortcut 
33876 \family sans
33877 Ctrl+M
33878 \family default
33879 , the command will be transformed to a math macro.
33880  Using this method you need to be careful that the 
33881 \series bold
33882
33883 \backslash
33884 newcommand
33885 \series default
33886  command is typed correctly, otherwise you get a faulty macro leading to
33887  \SpecialChar LaTeX
33888  errors.
33889 \end_layout
33890
33891 \begin_layout Standard
33892 Math macros currently have the problem that further formulas in macro definition
33893 s are handled wrong.
33894  Therefore the example 
33895 \series bold
33896
33897 \backslash
33898 fb
33899 \series default
33900  from 
33901 \begin_inset CommandInset ref
33902 LatexCommand ref
33903 reference "subsec:The-Command-newcommand"
33904
33905 \end_inset
33906
33907  cannot be created as macro.
33908 \end_layout
33909
33910 \begin_layout Standard
33911 When the cursor is in a macro definition box, you will see the macro toolbar
33912  in \SpecialChar LyX
33913 :
33914 \end_layout
33915
33916 \begin_layout Standard
33917 \begin_inset VSpace defskip
33918 \end_inset
33919
33920
33921 \end_layout
33922
33923 \begin_layout Standard
33924 \begin_inset Graphics
33925         filename clipart/MacroToolbar.png
33926
33927 \end_inset
33928
33929
33930 \begin_inset Index idx
33931 status collapsed
33932
33933 \begin_layout Plain Layout
33934 Macros ! Toolbar
33935 \end_layout
33936
33937 \end_inset
33938
33939
33940 \end_layout
33941
33942 \begin_layout Standard
33943 \begin_inset VSpace defskip
33944 \end_inset
33945
33946
33947 \end_layout
33948
33949 \begin_layout Standard
33950 The macro toolbar contains from left to right the following buttons:
33951 \end_layout
33952
33953 \begin_layout Standard
33954 \begin_inset VSpace defskip
33955 \end_inset
33956
33957
33958 \end_layout
33959
33960 \begin_layout Standard
33961 \begin_inset Tabular
33962 <lyxtabular version="3" rows="9" columns="2">
33963 <features islongtable="true" longtabularalignment="center">
33964 <column alignment="left" valignment="top">
33965 <column alignment="left" valignment="top" width="85col%">
33966 <row interlinespace="2.5mm">
33967 <cell alignment="center" valignment="top" usebox="none">
33968 \begin_inset Text
33969
33970 \begin_layout Plain Layout
33971 \begin_inset Info
33972 type  "icon"
33973 arg   "math-macro-remove-param"
33974 \end_inset
33975
33976
33977 \end_layout
33978
33979 \end_inset
33980 </cell>
33981 <cell alignment="center" valignment="top" usebox="none">
33982 \begin_inset Text
33983
33984 \begin_layout Plain Layout
33985
33986 \family sans
33987 Edit\SpecialChar menuseparator
33988 Math\SpecialChar menuseparator
33989 Macro
33990 \begin_inset space ~
33991 \end_inset
33992
33993 Definition\SpecialChar menuseparator
33994 Remove Last Argument
33995 \end_layout
33996
33997 \end_inset
33998 </cell>
33999 </row>
34000 <row interlinespace="2.5mm">
34001 <cell alignment="center" valignment="top" usebox="none">
34002 \begin_inset Text
34003
34004 \begin_layout Plain Layout
34005 \begin_inset Info
34006 type  "icon"
34007 arg   "math-macro-add-param"
34008 \end_inset
34009
34010
34011 \end_layout
34012
34013 \end_inset
34014 </cell>
34015 <cell alignment="center" valignment="top" usebox="none">
34016 \begin_inset Text
34017
34018 \begin_layout Plain Layout
34019
34020 \family sans
34021 Edit\SpecialChar menuseparator
34022 Math\SpecialChar menuseparator
34023 Macro
34024 \begin_inset space ~
34025 \end_inset
34026
34027 Definition\SpecialChar menuseparator
34028 Append Argument
34029 \end_layout
34030
34031 \end_inset
34032 </cell>
34033 </row>
34034 <row interlinespace="2.5mm">
34035 <cell alignment="center" valignment="top" usebox="none">
34036 \begin_inset Text
34037
34038 \begin_layout Plain Layout
34039 \begin_inset Info
34040 type  "icon"
34041 arg   "math-macro-make-optional"
34042 \end_inset
34043
34044
34045 \end_layout
34046
34047 \end_inset
34048 </cell>
34049 <cell alignment="center" valignment="top" usebox="none">
34050 \begin_inset Text
34051
34052 \begin_layout Plain Layout
34053
34054 \family sans
34055 Edit\SpecialChar menuseparator
34056 Math\SpecialChar menuseparator
34057 Macro
34058 \begin_inset space ~
34059 \end_inset
34060
34061 Definition\SpecialChar menuseparator
34062 Transform First Non-Optional to
34063 \begin_inset Newline newline
34064 \end_inset
34065
34066
34067 \begin_inset Phantom HPhantom
34068 status open
34069
34070 \begin_layout Plain Layout
34071
34072 \family sans
34073 Edit\SpecialChar menuseparator
34074 Math\SpecialChar menuseparator
34075 Macro
34076 \begin_inset space ~
34077 \end_inset
34078
34079 Definition\SpecialChar menuseparator
34080
34081 \end_layout
34082
34083 \end_inset
34084
34085 Optional Argument
34086 \end_layout
34087
34088 \end_inset
34089 </cell>
34090 </row>
34091 <row interlinespace="2.5mm">
34092 <cell alignment="center" valignment="top" usebox="none">
34093 \begin_inset Text
34094
34095 \begin_layout Plain Layout
34096 \begin_inset Info
34097 type  "icon"
34098 arg   "math-macro-make-nonoptional"
34099 \end_inset
34100
34101
34102 \end_layout
34103
34104 \end_inset
34105 </cell>
34106 <cell alignment="center" valignment="top" usebox="none">
34107 \begin_inset Text
34108
34109 \begin_layout Plain Layout
34110
34111 \family sans
34112 Edit\SpecialChar menuseparator
34113 Math\SpecialChar menuseparator
34114 Macro
34115 \begin_inset space ~
34116 \end_inset
34117
34118 Definition\SpecialChar menuseparator
34119 Transform Last Optional to
34120 \begin_inset Newline newline
34121 \end_inset
34122
34123
34124 \begin_inset Phantom HPhantom
34125 status open
34126
34127 \begin_layout Plain Layout
34128
34129 \family sans
34130 Edit\SpecialChar menuseparator
34131 Math\SpecialChar menuseparator
34132 Macro
34133 \begin_inset space ~
34134 \end_inset
34135
34136 Definition\SpecialChar menuseparator
34137
34138 \end_layout
34139
34140 \end_inset
34141
34142 Non-Optional Argument
34143 \end_layout
34144
34145 \end_inset
34146 </cell>
34147 </row>
34148 <row interlinespace="2.5mm">
34149 <cell alignment="center" valignment="top" usebox="none">
34150 \begin_inset Text
34151
34152 \begin_layout Plain Layout
34153 \begin_inset Info
34154 type  "icon"
34155 arg   "math-macro-remove-optional-param"
34156 \end_inset
34157
34158
34159 \end_layout
34160
34161 \end_inset
34162 </cell>
34163 <cell alignment="center" valignment="top" usebox="none">
34164 \begin_inset Text
34165
34166 \begin_layout Plain Layout
34167
34168 \family sans
34169 Edit\SpecialChar menuseparator
34170 Math\SpecialChar menuseparator
34171 Macro
34172 \begin_inset space ~
34173 \end_inset
34174
34175 Definition\SpecialChar menuseparator
34176 Remove Optional Argument
34177 \end_layout
34178
34179 \end_inset
34180 </cell>
34181 </row>
34182 <row interlinespace="2.5mm">
34183 <cell alignment="center" valignment="top" usebox="none">
34184 \begin_inset Text
34185
34186 \begin_layout Plain Layout
34187 \begin_inset Info
34188 type  "icon"
34189 arg   "math-macro-add-optional-param"
34190 \end_inset
34191
34192
34193 \end_layout
34194
34195 \end_inset
34196 </cell>
34197 <cell alignment="center" valignment="top" usebox="none">
34198 \begin_inset Text
34199
34200 \begin_layout Plain Layout
34201
34202 \family sans
34203 Edit\SpecialChar menuseparator
34204 Math\SpecialChar menuseparator
34205 Macro
34206 \begin_inset space ~
34207 \end_inset
34208
34209 Definition\SpecialChar menuseparator
34210 Insert Optional Argument
34211 \end_layout
34212
34213 \end_inset
34214 </cell>
34215 </row>
34216 <row interlinespace="2.5mm">
34217 <cell alignment="center" valignment="top" usebox="none">
34218 \begin_inset Text
34219
34220 \begin_layout Plain Layout
34221 \begin_inset Info
34222 type  "icon"
34223 arg   "math-macro-remove-greedy-param"
34224 \end_inset
34225
34226
34227 \end_layout
34228
34229 \end_inset
34230 </cell>
34231 <cell alignment="center" valignment="top" usebox="none">
34232 \begin_inset Text
34233
34234 \begin_layout Plain Layout
34235
34236 \family sans
34237 Edit\SpecialChar menuseparator
34238 Math\SpecialChar menuseparator
34239 Macro
34240 \begin_inset space ~
34241 \end_inset
34242
34243 Definition\SpecialChar menuseparator
34244 Remove Last Argument
34245 \begin_inset Newline newline
34246 \end_inset
34247
34248
34249 \begin_inset Phantom HPhantom
34250 status open
34251
34252 \begin_layout Plain Layout
34253
34254 \family sans
34255 Edit\SpecialChar menuseparator
34256 Math\SpecialChar menuseparator
34257 Macro
34258 \begin_inset space ~
34259 \end_inset
34260
34261 Definition\SpecialChar menuseparator
34262
34263 \end_layout
34264
34265 \end_inset
34266
34267 Spitting Out To The Right
34268 \end_layout
34269
34270 \end_inset
34271 </cell>
34272 </row>
34273 <row interlinespace="2.5mm">
34274 <cell alignment="center" valignment="top" usebox="none">
34275 \begin_inset Text
34276
34277 \begin_layout Plain Layout
34278 \begin_inset Info
34279 type  "icon"
34280 arg   "math-macro-append-greedy-param"
34281 \end_inset
34282
34283
34284 \end_layout
34285
34286 \end_inset
34287 </cell>
34288 <cell alignment="center" valignment="top" usebox="none">
34289 \begin_inset Text
34290
34291 \begin_layout Plain Layout
34292
34293 \family sans
34294 Edit\SpecialChar menuseparator
34295 Math\SpecialChar menuseparator
34296 Macro
34297 \begin_inset space ~
34298 \end_inset
34299
34300 Definition\SpecialChar menuseparator
34301 Append Argument
34302 \begin_inset Newline newline
34303 \end_inset
34304
34305
34306 \begin_inset Phantom HPhantom
34307 status open
34308
34309 \begin_layout Plain Layout
34310
34311 \family sans
34312 Edit\SpecialChar menuseparator
34313 Math\SpecialChar menuseparator
34314 Macro
34315 \begin_inset space ~
34316 \end_inset
34317
34318 Definition\SpecialChar menuseparator
34319
34320 \end_layout
34321
34322 \end_inset
34323
34324 Eating From The Right
34325 \end_layout
34326
34327 \end_inset
34328 </cell>
34329 </row>
34330 <row interlinespace="2.5mm">
34331 <cell alignment="center" valignment="top" usebox="none">
34332 \begin_inset Text
34333
34334 \begin_layout Plain Layout
34335 \begin_inset Info
34336 type  "icon"
34337 arg   "math-macro-add-greedy-optional-param"
34338 \end_inset
34339
34340
34341 \end_layout
34342
34343 \end_inset
34344 </cell>
34345 <cell alignment="center" valignment="top" usebox="none">
34346 \begin_inset Text
34347
34348 \begin_layout Plain Layout
34349
34350 \family sans
34351 Edit\SpecialChar menuseparator
34352 Math\SpecialChar menuseparator
34353 Macro
34354 \begin_inset space ~
34355 \end_inset
34356
34357 Definition\SpecialChar menuseparator
34358 Append Optional Argument
34359 \begin_inset Newline newline
34360 \end_inset
34361
34362
34363 \begin_inset Phantom HPhantom
34364 status open
34365
34366 \begin_layout Plain Layout
34367
34368 \family sans
34369 Edit\SpecialChar menuseparator
34370 Math\SpecialChar menuseparator
34371 Macro
34372 \begin_inset space ~
34373 \end_inset
34374
34375 Definition\SpecialChar menuseparator
34376
34377 \end_layout
34378
34379 \end_inset
34380
34381 Eating From The Right
34382 \end_layout
34383
34384 \end_inset
34385 </cell>
34386 </row>
34387 </lyxtabular>
34388
34389 \end_inset
34390
34391
34392 \end_layout
34393
34394 \begin_layout Section
34395 Computer Algebra Systems
34396 \end_layout
34397
34398 \begin_layout Standard
34399 \SpecialChar LyX
34400  offers the exchange between mathematical expressions written in \SpecialChar LyX
34401 's math
34402  editor and external applications or user defined scripts.
34403  Currently supported applications are 
34404 \family sans
34405 Maple
34406 \family default
34407
34408 \family sans
34409 Mathematica
34410 \family default
34411
34412 \family sans
34413 Maxima
34414 \family default
34415  and 
34416 \family sans
34417 Octave
34418 \family default
34419 .
34420  Note that the set of supported mathematical constructs is limited only
34421  to very simple cases.
34422 \end_layout
34423
34424 \begin_layout Subsection
34425 Usage
34426 \end_layout
34427
34428 \begin_layout Standard
34429 Write some expression in a formula, go to the 
34430 \family sans
34431 Edit\SpecialChar menuseparator
34432 Math\SpecialChar menuseparator
34433 Use Computer Algebra System
34434 \family default
34435  menu and choose the application you have installed on the computer.
34436  After that the result of computation should show on the right side of the
34437  expression together with the 
34438 \begin_inset Quotes eld
34439 \end_inset
34440
34441 =
34442 \begin_inset Quotes erd
34443 \end_inset
34444
34445  operator.
34446 \end_layout
34447
34448 \begin_layout Standard
34449 Here are few simple examples (with results from 
34450 \family typewriter
34451 Maxima
34452 \family default
34453 ) to show what kind of computations can be performed:
34454 \end_layout
34455
34456 \begin_layout Itemize
34457 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34458 \end_inset
34459
34460
34461 \end_layout
34462
34463 \begin_layout Itemize
34464 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34465 \end_inset
34466
34467
34468 \end_layout
34469
34470 \begin_layout Itemize
34471 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34472 \end_inset
34473
34474
34475 \end_layout
34476
34477 \begin_layout Itemize
34478 \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}$
34479 \end_inset
34480
34481
34482 \begin_inset Newline newline
34483 \end_inset
34484
34485
34486 \begin_inset Note Greyedout
34487 status open
34488
34489 \begin_layout Plain Layout
34490
34491 \series bold
34492 Note:
34493 \series default
34494  One needs to use proper delimiter insets 
34495 \begin_inset Formula $\left(\right)$
34496 \end_inset
34497
34498  instead of simple '(' ')' characters.
34499 \end_layout
34500
34501 \end_inset
34502
34503  
34504 \end_layout
34505
34506 \begin_layout Itemize
34507 \begin_inset Formula $\det\left[\begin{array}{ccc}
34508 1 & 6 & 7\\
34509 2 & 5 & 8\\
34510 3 & 4 & 17
34511 \end{array}\right]=-56$
34512 \end_inset
34513
34514
34515 \end_layout
34516
34517 \begin_layout Itemize
34518 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34519 \end_inset
34520
34521
34522 \end_layout
34523
34524 \begin_layout Itemize
34525 \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$
34526 \end_inset
34527
34528
34529 \end_layout
34530
34531 \begin_layout Itemize
34532 \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]$
34533 \end_inset
34534
34535
34536 \end_layout
34537
34538 \begin_layout Subsection
34539 Keyboard shortcut
34540 \end_layout
34541
34542 \begin_layout Standard
34543 Currently there is no keyboard shortcut for calling the algebra applications.
34544  One can easily bind a shortcut to the 
34545 \family sans
34546 math-extern
34547 \family default
34548  \SpecialChar LyX
34549  function (see the 
34550 \family sans
34551 \emph on
34552 \SpecialChar LyX
34553  Functions
34554 \family default
34555 \emph default
34556  manual).
34557  One could e.
34558 \begin_inset space \thinspace{}
34559 \end_inset
34560
34561 g.
34562 \begin_inset space \space{}
34563 \end_inset
34564
34565 bind the 
34566 \family sans
34567 Return
34568 \family default
34569  key inside the math editor.
34570  To bind it to 
34571 \family typewriter
34572 Maxima
34573 \family default
34574  one would use this shortcut definition command:
34575 \end_layout
34576
34577 \begin_layout Standard
34578
34579 \series bold
34580 command-alternatives paragraph-break;math-extern maxima
34581 \end_layout
34582
34583 \begin_layout Section
34584 Miscellaneous
34585 \begin_inset Index idx
34586 status collapsed
34587
34588 \begin_layout Plain Layout
34589 Miscellaneous
34590 \end_layout
34591
34592 \end_inset
34593
34594
34595 \end_layout
34596
34597 \begin_layout Subsection
34598 Negative Numbers
34599 \begin_inset Index idx
34600 status collapsed
34601
34602 \begin_layout Plain Layout
34603 Numbers ! negative
34604 \end_layout
34605
34606 \end_inset
34607
34608
34609 \end_layout
34610
34611 \begin_layout Standard
34612 Negative numbers often look ugly in formulas because the minus sign before
34613  the number is set with the same length as the minus operator sign.
34614  When writing the negative number in normal text, the minus sign appears
34615  correctly.
34616 \end_layout
34617
34618 \begin_layout Standard
34619 Thus, the problem disappears when converting the minus sign to mathematical
34620  text.
34621 \end_layout
34622
34623 \begin_layout Standard
34624 An example to visualize the problem:
34625 \end_layout
34626
34627 \begin_layout Standard
34628 \align center
34629 \begin_inset Tabular
34630 <lyxtabular version="3" rows="3" columns="2">
34631 <features booktabs="true" tabularvalignment="middle">
34632 <column alignment="right" valignment="top" width="0pt">
34633 <column alignment="left" valignment="top">
34634 <row>
34635 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
34636 \begin_inset Text
34637
34638 \begin_layout Plain Layout
34639 normal text:
34640 \end_layout
34641
34642 \end_inset
34643 </cell>
34644 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34645 \begin_inset Text
34646
34647 \begin_layout Plain Layout
34648 x = -2
34649 \end_layout
34650
34651 \end_inset
34652 </cell>
34653 </row>
34654 <row>
34655 <cell alignment="right" valignment="top" leftline="true" usebox="none">
34656 \begin_inset Text
34657
34658 \begin_layout Plain Layout
34659 formula:
34660 \end_layout
34661
34662 \end_inset
34663 </cell>
34664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34665 \begin_inset Text
34666
34667 \begin_layout Plain Layout
34668 \begin_inset Formula $x=-2$
34669 \end_inset
34670
34671
34672 \end_layout
34673
34674 \end_inset
34675 </cell>
34676 </row>
34677 <row>
34678 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34679 \begin_inset Text
34680
34681 \begin_layout Plain Layout
34682 solution:
34683 \end_layout
34684
34685 \end_inset
34686 </cell>
34687 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34688 \begin_inset Text
34689
34690 \begin_layout Plain Layout
34691 \begin_inset Formula $x=\textrm{-}2$
34692 \end_inset
34693
34694
34695 \end_layout
34696
34697 \end_inset
34698 </cell>
34699 </row>
34700 </lyxtabular>
34701
34702 \end_inset
34703
34704
34705 \end_layout
34706
34707 \begin_layout Subsection
34708 Comma as decimal Separator
34709 \begin_inset Index idx
34710 status collapsed
34711
34712 \begin_layout Plain Layout
34713 Comma
34714 \end_layout
34715
34716 \end_inset
34717
34718
34719 \end_layout
34720
34721 \begin_layout Standard
34722 In \SpecialChar LaTeX
34723  a comma inside a formula is used, according to the English convention,
34724  as number group separator.
34725  So there will be space added behind all commas in formulas.
34726 \end_layout
34727
34728 \begin_layout Standard
34729 To avoid this, the comma is highlighted and changed to mathematical text
34730  (shortcut 
34731 \begin_inset Info
34732 type  "shortcut"
34733 arg   "math-mode"
34734 \end_inset
34735
34736 ).
34737 \end_layout
34738
34739 \begin_layout Standard
34740 To use all formula commas in the document as decimal separator, the file
34741  
34742 \series bold
34743 icomma.sty
34744 \series default
34745
34746 \begin_inset Foot
34747 status collapsed
34748
34749 \begin_layout Plain Layout
34750
34751 \series bold
34752 icomma
34753 \series default
34754  is part of the \SpecialChar LaTeX
34755 -package 
34756 \series bold
34757 was
34758 \series default
34759
34760 \begin_inset Index idx
34761 status collapsed
34762
34763 \begin_layout Plain Layout
34764 Packages ! was
34765 \begin_inset ERT
34766 status collapsed
34767
34768 \begin_layout Plain Layout
34769
34770
34771 \backslash
34772 vspace{4mm}
34773 \end_layout
34774
34775 \end_inset
34776
34777
34778 \end_layout
34779
34780 \end_inset
34781
34782 .
34783 \end_layout
34784
34785 \end_inset
34786
34787
34788 \begin_inset Index idx
34789 status collapsed
34790
34791 \begin_layout Plain Layout
34792 Packages ! icomma
34793 \end_layout
34794
34795 \end_inset
34796
34797  is loaded with the \SpecialChar LaTeX
34798 -preamble line
34799 \end_layout
34800
34801 \begin_layout Standard
34802
34803 \series bold
34804
34805 \backslash
34806 usepackage{icomma}
34807 \end_layout
34808
34809 \begin_layout Subsection
34810 Physical Vectors
34811 \begin_inset CommandInset label
34812 LatexCommand label
34813 name "subsec:Physical-Vectors"
34814
34815 \end_inset
34816
34817
34818 \begin_inset Index idx
34819 status collapsed
34820
34821 \begin_layout Plain Layout
34822 Vectors ! physical
34823 \end_layout
34824
34825 \end_inset
34826
34827
34828 \end_layout
34829
34830 \begin_layout Standard
34831 Predefined vectors are offered by the \SpecialChar LaTeX
34832 -package 
34833 \series bold
34834 braket
34835 \series default
34836
34837 \begin_inset Index idx
34838 status collapsed
34839
34840 \begin_layout Plain Layout
34841 Packages ! braket
34842 \end_layout
34843
34844 \end_inset
34845
34846  that is loaded with the \SpecialChar LaTeX
34847 -preamble line
34848 \end_layout
34849
34850 \begin_layout Standard
34851
34852 \series bold
34853
34854 \backslash
34855 usepackage{braket}
34856 \end_layout
34857
34858 \begin_layout Standard
34859 \begin_inset ERT
34860 status collapsed
34861
34862 \begin_layout Plain Layout
34863
34864
34865 \backslash
34866 ifbraket 
34867 \end_layout
34868
34869 \end_inset
34870
34871
34872 \begin_inset Note Note
34873 status open
34874
34875 \begin_layout Plain Layout
34876 The following table will only be displayed when the \SpecialChar LaTeX
34877 -package 
34878 \series bold
34879 braket
34880 \series default
34881  is installed.
34882 \end_layout
34883
34884 \end_inset
34885
34886
34887 \end_layout
34888
34889 \begin_layout Standard
34890 The following commands are defined:
34891 \end_layout
34892
34893 \begin_layout Standard
34894 \align center
34895 \begin_inset Tabular
34896 <lyxtabular version="3" rows="4" columns="2">
34897 <features booktabs="true" tabularvalignment="middle">
34898 <column alignment="center" valignment="top" width="0pt">
34899 <column alignment="center" valignment="top">
34900 <row>
34901 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34902 \begin_inset Text
34903
34904 \begin_layout Plain Layout
34905 Command
34906 \end_layout
34907
34908 \end_inset
34909 </cell>
34910 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34911 \begin_inset Text
34912
34913 \begin_layout Plain Layout
34914 Result
34915 \end_layout
34916
34917 \end_inset
34918 </cell>
34919 </row>
34920 <row>
34921 <cell alignment="center" valignment="top" usebox="none">
34922 \begin_inset Text
34923
34924 \begin_layout Plain Layout
34925
34926 \backslash
34927 Bra{
34928 \backslash
34929 psi
34930 \end_layout
34931
34932 \end_inset
34933 </cell>
34934 <cell alignment="center" valignment="top" usebox="none">
34935 \begin_inset Text
34936
34937 \begin_layout Plain Layout
34938 \begin_inset Formula $\Bra{\psi}$
34939 \end_inset
34940
34941
34942 \end_layout
34943
34944 \end_inset
34945 </cell>
34946 </row>
34947 <row>
34948 <cell alignment="center" valignment="top" usebox="none">
34949 \begin_inset Text
34950
34951 \begin_layout Plain Layout
34952
34953 \backslash
34954 Ket{
34955 \backslash
34956 psi
34957 \end_layout
34958
34959 \end_inset
34960 </cell>
34961 <cell alignment="center" valignment="top" usebox="none">
34962 \begin_inset Text
34963
34964 \begin_layout Plain Layout
34965 \begin_inset Formula $\Ket{\psi}$
34966 \end_inset
34967
34968
34969 \end_layout
34970
34971 \end_inset
34972 </cell>
34973 </row>
34974 <row>
34975 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34976 \begin_inset Text
34977
34978 \begin_layout Plain Layout
34979
34980 \backslash
34981 Braket{
34982 \backslash
34983 psi|
34984 \backslash
34985 phi
34986 \end_layout
34987
34988 \end_inset
34989 </cell>
34990 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34991 \begin_inset Text
34992
34993 \begin_layout Plain Layout
34994 \begin_inset Formula $\Braket{\psi|\phi}$
34995 \end_inset
34996
34997
34998 \end_layout
34999
35000 \end_inset
35001 </cell>
35002 </row>
35003 </lyxtabular>
35004
35005 \end_inset
35006
35007
35008 \end_layout
35009
35010 \begin_layout Standard
35011 The command 
35012 \series bold
35013
35014 \backslash
35015 Braket
35016 \series default
35017  assures that all vertical bars are set in the size of the surrounding brackets:
35018 \begin_inset Formula 
35019 \[
35020 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
35021 \]
35022
35023 \end_inset
35024
35025
35026 \begin_inset ERT
35027 status collapsed
35028
35029 \begin_layout Plain Layout
35030
35031
35032 \backslash
35033 else 
35034 \end_layout
35035
35036 \end_inset
35037
35038
35039 \begin_inset Note Note
35040 status open
35041
35042 \begin_layout Plain Layout
35043 The following will be displayed when the \SpecialChar LaTeX
35044 -package 
35045 \series bold
35046 braket
35047 \series default
35048  is not installed:
35049 \end_layout
35050
35051 \end_inset
35052
35053
35054 \end_layout
35055
35056 \begin_layout Standard
35057 You need to install the \SpecialChar LaTeX
35058 -package 
35059 \series bold
35060 braket
35061 \series default
35062  to see the rest of this subsection in the output.
35063 \end_layout
35064
35065 \begin_layout Standard
35066 \begin_inset ERT
35067 status collapsed
35068
35069 \begin_layout Plain Layout
35070
35071
35072 \backslash
35073 fi 
35074 \end_layout
35075
35076 \end_inset
35077
35078
35079 \end_layout
35080
35081 \begin_layout Standard
35082 The effect of 
35083 \series bold
35084
35085 \backslash
35086 Braket
35087 \series default
35088  can also be achieved using the command 
35089 \series bold
35090
35091 \backslash
35092 middle
35093 \series default
35094 , that is described in 
35095 \begin_inset CommandInset ref
35096 LatexCommand ref
35097 reference "subsec:Automatic-Bracket-Size"
35098
35099 \end_inset
35100
35101 .
35102 \end_layout
35103
35104 \begin_layout Subsection
35105 Self-defined Fractions
35106 \begin_inset CommandInset label
35107 LatexCommand label
35108 name "subsec:Self-defined-Fractions"
35109
35110 \end_inset
35111
35112
35113 \begin_inset Index idx
35114 status collapsed
35115
35116 \begin_layout Plain Layout
35117 Fractions ! self-defined
35118 \end_layout
35119
35120 \end_inset
35121
35122
35123 \end_layout
35124
35125 \begin_layout Standard
35126 To define custom commands for fractions, the command 
35127 \series bold
35128
35129 \backslash
35130 genfrac
35131 \series default
35132
35133 \begin_inset Index idx
35134 status collapsed
35135
35136 \begin_layout Plain Layout
35137 Commands ! G ! 
35138 \backslash
35139 genfrac
35140 \begin_inset ERT
35141 status collapsed
35142
35143 \begin_layout Plain Layout
35144
35145
35146 \backslash
35147 vspace{4mm}
35148 \end_layout
35149
35150 \end_inset
35151
35152
35153 \end_layout
35154
35155 \end_inset
35156
35157  is used in the following scheme:
35158 \end_layout
35159
35160 \begin_layout Standard
35161
35162 \series bold
35163
35164 \backslash
35165 genfrac{left
35166 \series default
35167  
35168 \series bold
35169 bracket}{right
35170 \series default
35171  
35172 \series bold
35173 bracket}{fraction bar thickness}{style}
35174 \begin_inset Newline newline
35175 \end_inset
35176
35177
35178 \begin_inset Phantom HPhantom
35179 status open
35180
35181 \begin_layout Plain Layout
35182
35183 \series bold
35184
35185 \backslash
35186 genfrac
35187 \end_layout
35188
35189 \end_inset
35190
35191 {numerator}{denominator}
35192 \end_layout
35193
35194 \begin_layout Standard
35195 The style is a number in the range of 0
35196 \begin_inset space \thinspace{}
35197 \end_inset
35198
35199 -
35200 \begin_inset space \thinspace{}
35201 \end_inset
35202
35203 3.
35204 \end_layout
35205
35206 \begin_layout Standard
35207 \align center
35208 \begin_inset Tabular
35209 <lyxtabular version="3" rows="5" columns="2">
35210 <features booktabs="true" tabularvalignment="middle">
35211 <column alignment="center" valignment="top" width="0pt">
35212 <column alignment="center" valignment="top">
35213 <row>
35214 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35215 \begin_inset Text
35216
35217 \begin_layout Plain Layout
35218 Number
35219 \end_layout
35220
35221 \end_inset
35222 </cell>
35223 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35224 \begin_inset Text
35225
35226 \begin_layout Plain Layout
35227 Style (Size)
35228 \end_layout
35229
35230 \end_inset
35231 </cell>
35232 </row>
35233 <row>
35234 <cell alignment="center" valignment="top" usebox="none">
35235 \begin_inset Text
35236
35237 \begin_layout Plain Layout
35238 0
35239 \end_layout
35240
35241 \end_inset
35242 </cell>
35243 <cell alignment="center" valignment="top" usebox="none">
35244 \begin_inset Text
35245
35246 \begin_layout Plain Layout
35247 display style formula
35248 \end_layout
35249
35250 \end_inset
35251 </cell>
35252 </row>
35253 <row>
35254 <cell alignment="center" valignment="top" usebox="none">
35255 \begin_inset Text
35256
35257 \begin_layout Plain Layout
35258 1
35259 \end_layout
35260
35261 \end_inset
35262 </cell>
35263 <cell alignment="center" valignment="top" usebox="none">
35264 \begin_inset Text
35265
35266 \begin_layout Plain Layout
35267 inline formula
35268 \end_layout
35269
35270 \end_inset
35271 </cell>
35272 </row>
35273 <row>
35274 <cell alignment="center" valignment="top" usebox="none">
35275 \begin_inset Text
35276
35277 \begin_layout Plain Layout
35278 2
35279 \end_layout
35280
35281 \end_inset
35282 </cell>
35283 <cell alignment="center" valignment="top" usebox="none">
35284 \begin_inset Text
35285
35286 \begin_layout Plain Layout
35287 small
35288 \end_layout
35289
35290 \end_inset
35291 </cell>
35292 </row>
35293 <row>
35294 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35295 \begin_inset Text
35296
35297 \begin_layout Plain Layout
35298 3
35299 \end_layout
35300
35301 \end_inset
35302 </cell>
35303 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35304 \begin_inset Text
35305
35306 \begin_layout Plain Layout
35307 tiny
35308 \end_layout
35309
35310 \end_inset
35311 </cell>
35312 </row>
35313 </lyxtabular>
35314
35315 \end_inset
35316
35317
35318 \end_layout
35319
35320 \begin_layout Standard
35321 When no style is given, the size is adjusted to the surrounding environment
35322  like for the command 
35323 \series bold
35324
35325 \backslash
35326 frac
35327 \series default
35328 .
35329 \end_layout
35330
35331 \begin_layout Standard
35332 When no fraction bar thickness is given, the predefined value of 0.4
35333 \begin_inset space \thinspace{}
35334 \end_inset
35335
35336 pt will be used.
35337 \end_layout
35338
35339 \begin_layout Standard
35340 \begin_inset VSpace medskip
35341 \end_inset
35342
35343 For example, the commands 
35344 \series bold
35345
35346 \backslash
35347 dfrac
35348 \series default
35349  and 
35350 \series bold
35351
35352 \backslash
35353 tbinom
35354 \series default
35355  from 
35356 \begin_inset CommandInset ref
35357 LatexCommand ref
35358 reference "subsec:Fractions"
35359
35360 \end_inset
35361
35362  are defined with the commands
35363 \end_layout
35364
35365 \begin_layout Standard
35366
35367 \series bold
35368
35369 \backslash
35370 newcommand{
35371 \backslash
35372 dfrac}[2]{
35373 \backslash
35374 genfrac{}{}{}{0}{#1}{#2}}
35375 \end_layout
35376
35377 \begin_layout Standard
35378 and
35379 \end_layout
35380
35381 \begin_layout Standard
35382
35383 \series bold
35384
35385 \backslash
35386 newcommand{
35387 \backslash
35388 tbinom}[2]{
35389 \backslash
35390 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35391 \end_layout
35392
35393 \begin_layout Standard
35394 \begin_inset VSpace medskip
35395 \end_inset
35396
35397 To define a fraction where the fraction bar thickness can be given as optional
35398  argument, the following line is inserted to the \SpecialChar LaTeX
35399 -preamble:
35400 \end_layout
35401
35402 \begin_layout Standard
35403
35404 \series bold
35405
35406 \backslash
35407 newcommand{
35408 \backslash
35409 fracS}[3][]{
35410 \backslash
35411 genfrac{}{}{#1}{}{#2}{#3}}
35412 \end_layout
35413
35414 \begin_layout Standard
35415 A test:
35416 \begin_inset Formula 
35417 \begin{align*}
35418 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35419 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35420 \end{align*}
35421
35422 \end_inset
35423
35424 As one can see, the distance of the numerator and the denominator to the
35425  fraction bar is round about three times the bar thickness.
35426 \end_layout
35427
35428 \begin_layout Subsection
35429 Canceled Formulas
35430 \begin_inset Index idx
35431 status collapsed
35432
35433 \begin_layout Plain Layout
35434 Formula ! canceled
35435 \end_layout
35436
35437 \end_inset
35438
35439
35440 \end_layout
35441
35442 \begin_layout Standard
35443 There are four ways to cancel formulas or parts of formulas:
35444 \end_layout
35445
35446 \begin_layout Standard
35447 \begin_inset ERT
35448 status collapsed
35449
35450 \begin_layout Plain Layout
35451
35452
35453 \backslash
35454 ifcancel 
35455 \end_layout
35456
35457 \end_inset
35458
35459
35460 \begin_inset Note Note
35461 status open
35462
35463 \begin_layout Plain Layout
35464 The following table will only be displayed when the \SpecialChar LaTeX
35465 -package 
35466 \series bold
35467 cancel
35468 \series default
35469  is installed.
35470 \end_layout
35471
35472 \end_inset
35473
35474
35475 \end_layout
35476
35477 \begin_layout Standard
35478 \align center
35479 \begin_inset Tabular
35480 <lyxtabular version="3" rows="5" columns="2">
35481 <features booktabs="true" tabularvalignment="middle">
35482 <column alignment="center" valignment="top" width="0pt">
35483 <column alignment="center" valignment="top">
35484 <row>
35485 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35486 \begin_inset Text
35487
35488 \begin_layout Plain Layout
35489 Command
35490 \end_layout
35491
35492 \end_inset
35493 </cell>
35494 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35495 \begin_inset Text
35496
35497 \begin_layout Plain Layout
35498 Result
35499 \end_layout
35500
35501 \end_inset
35502 </cell>
35503 </row>
35504 <row>
35505 <cell alignment="center" valignment="top" usebox="none">
35506 \begin_inset Text
35507
35508 \begin_layout Plain Layout
35509
35510 \backslash
35511 cancel
35512 \begin_inset space \textvisiblespace{}
35513 \end_inset
35514
35515
35516 \backslash
35517 int
35518 \begin_inset space \textvisiblespace{}
35519 \end_inset
35520
35521 A=B
35522 \end_layout
35523
35524 \end_inset
35525 </cell>
35526 <cell alignment="center" valignment="top" usebox="none">
35527 \begin_inset Text
35528
35529 \begin_layout Plain Layout
35530 \begin_inset Formula $\cancel{\int A=B}$
35531 \end_inset
35532
35533
35534 \end_layout
35535
35536 \end_inset
35537 </cell>
35538 </row>
35539 <row topspace="1.5mm">
35540 <cell alignment="center" valignment="top" usebox="none">
35541 \begin_inset Text
35542
35543 \begin_layout Plain Layout
35544
35545 \backslash
35546 bcancel
35547 \begin_inset space \textvisiblespace{}
35548 \end_inset
35549
35550
35551 \backslash
35552 int
35553 \begin_inset space \textvisiblespace{}
35554 \end_inset
35555
35556 A=B
35557 \end_layout
35558
35559 \end_inset
35560 </cell>
35561 <cell alignment="center" valignment="top" usebox="none">
35562 \begin_inset Text
35563
35564 \begin_layout Plain Layout
35565 \begin_inset Formula $\bcancel{\int A=B}$
35566 \end_inset
35567
35568
35569 \end_layout
35570
35571 \end_inset
35572 </cell>
35573 </row>
35574 <row topspace="1.5mm">
35575 <cell alignment="center" valignment="top" usebox="none">
35576 \begin_inset Text
35577
35578 \begin_layout Plain Layout
35579
35580 \backslash
35581 xcancel
35582 \begin_inset space \textvisiblespace{}
35583 \end_inset
35584
35585
35586 \backslash
35587 int
35588 \begin_inset space \textvisiblespace{}
35589 \end_inset
35590
35591 A=B
35592 \end_layout
35593
35594 \end_inset
35595 </cell>
35596 <cell alignment="center" valignment="top" usebox="none">
35597 \begin_inset Text
35598
35599 \begin_layout Plain Layout
35600 \begin_inset Formula $\xcancel{\int A=B}$
35601 \end_inset
35602
35603
35604 \end_layout
35605
35606 \end_inset
35607 </cell>
35608 </row>
35609 <row>
35610 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35611 \begin_inset Text
35612
35613 \begin_layout Plain Layout
35614
35615 \backslash
35616 cancelto
35617 \begin_inset space \textvisiblespace{}
35618 \end_inset
35619
35620
35621 \backslash
35622 int
35623 \begin_inset space \textvisiblespace{}
35624 \end_inset
35625
35626 A=B
35627 \begin_inset Formula $\to$
35628 \end_inset
35629
35630 1
35631 \end_layout
35632
35633 \end_inset
35634 </cell>
35635 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35636 \begin_inset Text
35637
35638 \begin_layout Plain Layout
35639 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
35640 \end_inset
35641
35642
35643 \end_layout
35644
35645 \end_inset
35646 </cell>
35647 </row>
35648 </lyxtabular>
35649
35650 \end_inset
35651
35652
35653 \end_layout
35654
35655 \begin_layout Standard
35656
35657 \series bold
35658
35659 \backslash
35660 cancelto
35661 \series default
35662  is especially suitable to visualize the reduction of fractions within formulas:
35663 \begin_inset Formula 
35664 \[
35665 \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}}}
35666 \]
35667
35668 \end_inset
35669
35670
35671 \end_layout
35672
35673 \begin_layout Standard
35674 To change the size of 
35675 \series bold
35676
35677 \backslash
35678 cancelto
35679 \series default
35680 's 
35681 \begin_inset Quotes eld
35682 \end_inset
35683
35684 subscript
35685 \begin_inset Quotes erd
35686 \end_inset
35687
35688  value one can add the \SpecialChar LaTeX
35689 -preamble line
35690 \end_layout
35691
35692 \begin_layout Standard
35693
35694 \series bold
35695
35696 \backslash
35697 PassOptionsToPackage{option}{cancel}
35698 \end_layout
35699
35700 \begin_layout Standard
35701 where 
35702 \series bold
35703 option
35704 \series default
35705  is either 
35706 \series bold
35707 samesize
35708 \series default
35709  which leads to the same size as for the canceled value, or 
35710 \series bold
35711 Smaller
35712 \series default
35713  which makes is it a bit smaller than normal.
35714 \end_layout
35715
35716 \begin_layout Standard
35717 To color the cancellation bar one adds this command as \SpecialChar TeX
35718  code:
35719 \end_layout
35720
35721 \begin_layout Standard
35722
35723 \series bold
35724
35725 \backslash
35726 renewcommand{
35727 \backslash
35728 CancelColor}{
35729 \backslash
35730 color{red}}
35731 \end_layout
35732
35733 \begin_layout Standard
35734
35735 \series bold
35736 red
35737 \series default
35738  can be replaced by a color of your choice.
35739 \end_layout
35740
35741 \begin_layout Standard
35742 \begin_inset ERT
35743 status collapsed
35744
35745 \begin_layout Plain Layout
35746
35747
35748 \backslash
35749 renewcommand{
35750 \backslash
35751 CancelColor}{
35752 \backslash
35753 color{red}}
35754 \end_layout
35755
35756 \end_inset
35757
35758
35759 \end_layout
35760
35761 \begin_layout Standard
35762 \begin_inset Formula 
35763 \[
35764 \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}}}
35765 \]
35766
35767 \end_inset
35768
35769
35770 \end_layout
35771
35772 \begin_layout Standard
35773 \begin_inset ERT
35774 status collapsed
35775
35776 \begin_layout Plain Layout
35777
35778
35779 \backslash
35780 renewcommand{
35781 \backslash
35782 CancelColor}{
35783 \backslash
35784 color{black}}
35785 \end_layout
35786
35787 \end_inset
35788
35789
35790 \begin_inset Note Note
35791 status open
35792
35793 \begin_layout Plain Layout
35794 reset the color
35795 \end_layout
35796
35797 \end_inset
35798
35799
35800 \end_layout
35801
35802 \begin_layout Standard
35803 For further customizations, see the documentation of the package 
35804 \series bold
35805 cancel
35806 \series default
35807
35808 \begin_inset CommandInset citation
35809 LatexCommand cite
35810 key "cancel"
35811 literal "true"
35812
35813 \end_inset
35814
35815 .
35816 \begin_inset Index idx
35817 status collapsed
35818
35819 \begin_layout Plain Layout
35820 Packages ! cancel
35821 \end_layout
35822
35823 \end_inset
35824
35825
35826 \end_layout
35827
35828 \begin_layout Standard
35829 \begin_inset ERT
35830 status collapsed
35831
35832 \begin_layout Plain Layout
35833
35834
35835 \backslash
35836 else 
35837 \end_layout
35838
35839 \end_inset
35840
35841
35842 \begin_inset Note Note
35843 status open
35844
35845 \begin_layout Plain Layout
35846 The following will be displayed when the \SpecialChar LaTeX
35847 -package 
35848 \series bold
35849 cancel
35850 \series default
35851  is not installed:
35852 \end_layout
35853
35854 \end_inset
35855
35856
35857 \end_layout
35858
35859 \begin_layout Standard
35860 You need to install the \SpecialChar LaTeX
35861 -package 
35862 \series bold
35863 cancel
35864 \series default
35865  to see the rest of this subsection in the output.
35866 \end_layout
35867
35868 \begin_layout Standard
35869 \begin_inset ERT
35870 status collapsed
35871
35872 \begin_layout Plain Layout
35873
35874
35875 \backslash
35876 fi 
35877 \end_layout
35878
35879 \end_inset
35880
35881
35882 \end_layout
35883
35884 \begin_layout Subsection
35885 Formulas in Section Headings
35886 \begin_inset CommandInset label
35887 LatexCommand label
35888 name "subsec:Formulas-in-Section"
35889
35890 \end_inset
35891
35892
35893 \begin_inset Index idx
35894 status collapsed
35895
35896 \begin_layout Plain Layout
35897 Formula ! in section headings
35898 \end_layout
35899
35900 \end_inset
35901
35902
35903 \end_layout
35904
35905 \begin_layout Standard
35906 When formulas are used in section headings, the following has to be taken
35907  into account:
35908 \end_layout
35909
35910 \begin_layout Standard
35911 \begin_inset Note Greyedout
35912 status open
35913
35914 \begin_layout Plain Layout
35915 When 
35916 \series bold
35917 hyperref
35918 \series default
35919
35920 \begin_inset Index idx
35921 status collapsed
35922
35923 \begin_layout Plain Layout
35924 Packages ! hyperref
35925 \end_layout
35926
35927 \end_inset
35928
35929  support is enabled in the document settings dialog under 
35930 \family sans
35931 PDF
35932 \begin_inset space ~
35933 \end_inset
35934
35935 Properties
35936 \family default
35937 , PDF-bookmarks are created for every section heading in the table of contents.
35938  If a section heading contains formulas, they are incorrectly displayed
35939  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35940 s.
35941 \end_layout
35942
35943 \end_inset
35944
35945
35946 \end_layout
35947
35948 \begin_layout Standard
35949 Both problems can be solved by inserting at the end of the section heading
35950  a short title with the menu 
35951 \family sans
35952 Insert\SpecialChar menuseparator
35953 Short
35954 \begin_inset space ~
35955 \end_inset
35956
35957 Title
35958 \family default
35959 .
35960  Short titles are used as alternative for multiline section headings to
35961  keep the table of contents clearly arranged.
35962  Only the short title appears in the table of contents and therefore also
35963  in the PDF-bookmark.
35964 \end_layout
35965
35966 \begin_layout Standard
35967 When formulas should be used in the table of contents but 
35968 \series bold
35969 hyperref
35970 \series default
35971  is used, one can use the following command in \SpecialChar TeX
35972  mode:
35973 \end_layout
35974
35975 \begin_layout Standard
35976
35977 \series bold
35978
35979 \backslash
35980 texorpdfstring{part}{alternative}
35981 \begin_inset Index idx
35982 status collapsed
35983
35984 \begin_layout Plain Layout
35985 Commands ! T ! 
35986 \backslash
35987 texorpdfstring
35988 \end_layout
35989
35990 \end_inset
35991
35992
35993 \end_layout
35994
35995 \begin_layout Standard
35996 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35997  This can be characters, formulas, footnotes, but also cross-references.
35998  The alternative is used instead of the part for the bookmark.
35999 \end_layout
36000
36001 \begin_layout Standard
36002 Here are two example headings:
36003 \begin_inset VSpace -3mm
36004 \end_inset
36005
36006
36007 \begin_inset ERT
36008 status collapsed
36009
36010 \begin_layout Plain Layout
36011
36012
36013 \backslash
36014 boldmath 
36015 \end_layout
36016
36017 \end_inset
36018
36019
36020 \end_layout
36021
36022 \begin_layout Subsubsection
36023 Heading without formula in table of contents 
36024 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36025 \end_inset
36026
36027
36028 \begin_inset Argument 1
36029 status collapsed
36030
36031 \begin_layout Plain Layout
36032 Heading without formula in table of contents
36033 \end_layout
36034
36035 \end_inset
36036
36037
36038 \end_layout
36039
36040 \begin_layout Subsubsection
36041 Heading with formula in table of contents
36042 \begin_inset ERT
36043 status collapsed
36044
36045 \begin_layout Plain Layout
36046
36047
36048 \backslash
36049 texorpdfstring{
36050 \end_layout
36051
36052 \end_inset
36053
36054  
36055 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36056 \end_inset
36057
36058
36059 \begin_inset ERT
36060 status collapsed
36061
36062 \begin_layout Plain Layout
36063
36064 }{}
36065 \end_layout
36066
36067 \end_inset
36068
36069
36070 \end_layout
36071
36072 \begin_layout Standard
36073 \begin_inset ERT
36074 status collapsed
36075
36076 \begin_layout Plain Layout
36077
36078
36079 \backslash
36080 unboldmath 
36081 \end_layout
36082
36083 \end_inset
36084
36085 In the first heading a short title was used, in the second one 
36086 \series bold
36087
36088 \backslash
36089 texorpdfstring
36090 \series default
36091 .
36092 \end_layout
36093
36094 \begin_layout Standard
36095 To get the same formatting as for the other headings, the complete heading
36096  was set into a 
36097 \series bold
36098 boldmath
36099 \series default
36100  environment
36101 \begin_inset Foot
36102 status open
36103
36104 \begin_layout Plain Layout
36105 See 
36106 \begin_inset CommandInset ref
36107 LatexCommand ref
36108 reference "subsec:Bold-Formulas"
36109
36110 \end_inset
36111
36112
36113 \end_layout
36114
36115 \end_inset
36116
36117 .
36118 \end_layout
36119
36120 \begin_layout Subsection
36121 Formulas in multi-column Text
36122 \begin_inset Index idx
36123 status collapsed
36124
36125 \begin_layout Plain Layout
36126 Formula ! in multi-column text
36127 \end_layout
36128
36129 \end_inset
36130
36131
36132 \end_layout
36133
36134 \begin_layout Standard
36135 Formulas in multi-column text are often too wide to fit into a column and
36136  thus need to be set over the whole page width.
36137  This is done by using the \SpecialChar LaTeX
36138 -package 
36139 \series bold
36140 multicol
36141 \series default
36142
36143 \begin_inset Foot
36144 status collapsed
36145
36146 \begin_layout Plain Layout
36147
36148 \series bold
36149 multicol
36150 \series default
36151  is part of every \SpecialChar LaTeX
36152  standard installation.
36153 \end_layout
36154
36155 \end_inset
36156
36157
36158 \begin_inset Index idx
36159 status collapsed
36160
36161 \begin_layout Plain Layout
36162 Packages ! multicol
36163 \end_layout
36164
36165 \end_inset
36166
36167 , that is loaded with the \SpecialChar LaTeX
36168 -preamble line
36169 \end_layout
36170
36171 \begin_layout Standard
36172
36173 \series bold
36174
36175 \backslash
36176 usepackage{multicol}
36177 \end_layout
36178
36179 \begin_layout Standard
36180 \begin_inset Note Greyedout
36181 status open
36182
36183 \begin_layout Plain Layout
36184 Note that in this case the setting 
36185 \family sans
36186 Two-column
36187 \begin_inset space ~
36188 \end_inset
36189
36190 document
36191 \family default
36192  in the menu 
36193 \family sans
36194 Document\SpecialChar menuseparator
36195 Settings
36196 \family default
36197  under 
36198 \family sans
36199 Text
36200 \begin_inset space ~
36201 \end_inset
36202
36203 Layout
36204 \family default
36205 \emph on
36206  
36207 \emph default
36208 must 
36209 \emph on
36210 not
36211 \emph default
36212  be selected.
36213 \end_layout
36214
36215 \end_inset
36216
36217
36218 \end_layout
36219
36220 \begin_layout Standard
36221 Before the multi-column text the command
36222 \end_layout
36223
36224 \begin_layout Standard
36225
36226 \series bold
36227
36228 \backslash
36229 begin{multicols}{column number}
36230 \end_layout
36231
36232 \begin_layout Standard
36233 is written in \SpecialChar TeX
36234  mode.
36235  The column number is a number in the range of 2
36236 \begin_inset space \thinspace{}
36237 \end_inset
36238
36239 -
36240 \begin_inset space \thinspace{}
36241 \end_inset
36242
36243 10.
36244  Before the formula the multi-column text is ended by inserting the command
36245 \end_layout
36246
36247 \begin_layout Standard
36248
36249 \series bold
36250
36251 \backslash
36252 end{multicols}
36253 \end_layout
36254
36255 \begin_layout Standard
36256 in \SpecialChar TeX
36257  mode.
36258 \end_layout
36259
36260 \begin_layout Standard
36261 Due to the command some space is automatically added before the formula.
36262  To correct this, -6
36263 \begin_inset space \thinspace{}
36264 \end_inset
36265
36266 mm vertical space is inserted before the formula.
36267  When the formula style 
36268 \series bold
36269 Indented
36270 \begin_inset Foot
36271 status open
36272
36273 \begin_layout Plain Layout
36274 For formula styles see 
36275 \begin_inset CommandInset ref
36276 LatexCommand ref
36277 reference "sec:Formula-Styles"
36278
36279 \end_inset
36280
36281
36282 \end_layout
36283
36284 \end_inset
36285
36286
36287 \series default
36288  is used, a -9
36289 \begin_inset space \thinspace{}
36290 \end_inset
36291
36292 mm space is inserted instead.
36293 \end_layout
36294
36295 \begin_layout Standard
36296 As example a multi-column text with a displayed formula:
36297 \end_layout
36298
36299 \begin_layout Standard
36300
36301 \lang ngerman
36302 \begin_inset ERT
36303 status collapsed
36304
36305 \begin_layout Plain Layout
36306
36307
36308 \backslash
36309 begin{multicols}{2}
36310 \end_layout
36311
36312 \end_inset
36313
36314 Das Spektrum wird fouriertransformiert.
36315  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36316 , Lösungsmittel) zu trennen.
36317  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36318  nun das Aussehen des Ausgangssignals.
36319  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36320  über alle Phasen integrieren muss.
36321  Sei nun 
36322 \begin_inset Formula $S$
36323 \end_inset
36324
36325  unser normiertes Ausgangssignal und 
36326 \begin_inset Formula $P$
36327 \end_inset
36328
36329  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36330 \begin_inset ERT
36331 status collapsed
36332
36333 \begin_layout Plain Layout
36334
36335
36336 \backslash
36337 end{multicols}
36338 \end_layout
36339
36340 \end_inset
36341
36342
36343 \begin_inset VSpace -6mm
36344 \end_inset
36345
36346
36347 \begin_inset Formula 
36348 \begin{equation}
36349 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36350 \end{equation}
36351
36352 \end_inset
36353
36354
36355 \begin_inset ERT
36356 status collapsed
36357
36358 \begin_layout Plain Layout
36359
36360
36361 \backslash
36362 begin{multicols}{2}
36363 \end_layout
36364
36365 \end_inset
36366
36367 wobei 
36368 \begin_inset Formula $S_{0}$
36369 \end_inset
36370
36371  das Signal ohne Gradient ist und die Normierungsbedingung 
36372 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36373 \end_inset
36374
36375  gilt.
36376  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36377  Direkt nach dem 
36378 \begin_inset Formula $\nicefrac{\pi}{2}$
36379 \end_inset
36380
36381
36382 \begin_inset space \thinspace{}
36383 \end_inset
36384
36385 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36386  das Signal zusätzlich abschwächt.
36387  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36388  
36389 \begin_inset Formula $T_{2}$
36390 \end_inset
36391
36392 -Zeit.
36393 \end_layout
36394
36395 \begin_layout Standard
36396
36397 \lang ngerman
36398 \begin_inset ERT
36399 status collapsed
36400
36401 \begin_layout Plain Layout
36402
36403
36404 \backslash
36405 end{multicols}
36406 \end_layout
36407
36408 \end_inset
36409
36410
36411 \end_layout
36412
36413 \begin_layout Subsection
36414 Formulas with Description of Variables
36415 \begin_inset Index idx
36416 status collapsed
36417
36418 \begin_layout Plain Layout
36419 Formula ! with description of variables
36420 \end_layout
36421
36422 \end_inset
36423
36424
36425 \end_layout
36426
36427 \begin_layout Standard
36428 To describe variables within a formula, like in formula 
36429 \begin_inset CommandInset ref
36430 LatexCommand eqref
36431 reference "eq:within"
36432
36433 \end_inset
36434
36435 , a 2
36436 \series bold
36437 ×
36438 \series default
36439
36440 \begin_inset Formula $n$
36441 \end_inset
36442
36443
36444 \begin_inset space ~
36445 \end_inset
36446
36447 matrix is used with left aligned columns for the 
36448 \begin_inset Formula $n$
36449 \end_inset
36450
36451  used variables.
36452 \begin_inset Foot
36453 status collapsed
36454
36455 \begin_layout Plain Layout
36456 For matrices see 
36457 \begin_inset CommandInset ref
36458 LatexCommand ref
36459 reference "sec:Matrices"
36460
36461 \end_inset
36462
36463
36464 \end_layout
36465
36466 \end_inset
36467
36468  To set the description in a smaller size, before the matrix e.
36469 \begin_inset space \thinspace{}
36470 \end_inset
36471
36472 g.
36473 \begin_inset space \space{}
36474 \end_inset
36475
36476 the command 
36477 \series bold
36478
36479 \backslash
36480 footnotesize
36481 \series default
36482  is inserted.
36483 \begin_inset Foot
36484 status collapsed
36485
36486 \begin_layout Plain Layout
36487 For font sizes see 
36488 \begin_inset CommandInset ref
36489 LatexCommand ref
36490 reference "subsec:Font-Sizes"
36491
36492 \end_inset
36493
36494
36495 \end_layout
36496
36497 \end_inset
36498
36499
36500 \end_layout
36501
36502 \begin_layout Standard
36503 When the formula style 
36504 \series bold
36505 Indented
36506 \begin_inset Foot
36507 status collapsed
36508
36509 \begin_layout Plain Layout
36510 For formula styles see 
36511 \begin_inset CommandInset ref
36512 LatexCommand ref
36513 reference "sec:Formula-Styles"
36514
36515 \end_inset
36516
36517
36518 \end_layout
36519
36520 \end_inset
36521
36522
36523 \series default
36524  is used, a 
36525 \series bold
36526
36527 \backslash
36528 hfill
36529 \series default
36530
36531 \begin_inset Foot
36532 status collapsed
36533
36534 \begin_layout Plain Layout
36535
36536 \series bold
36537
36538 \backslash
36539 hfill
36540 \series default
36541  only works in formulas with the style 
36542 \series bold
36543 Indented
36544 \series default
36545 , see 
36546 \begin_inset CommandInset ref
36547 LatexCommand ref
36548 reference "subsec:Variable-Space"
36549
36550 \end_inset
36551
36552 .
36553 \end_layout
36554
36555 \end_inset
36556
36557  is inserted before and after the matrix to have the same separation of
36558  the matrix from the equation and the side margin.
36559 \end_layout
36560
36561 \begin_layout Standard
36562 When the formula style 
36563 \series bold
36564 Centered
36565 \series default
36566  is used, the method described in 
36567 \begin_inset CommandInset ref
36568 LatexCommand ref
36569 reference "subsec:Flalign-Environment"
36570
36571 \end_inset
36572
36573  is used to indent formulas.
36574  Formula 
36575 \begin_inset CommandInset ref
36576 LatexCommand eqref
36577 reference "eq:within"
36578
36579 \end_inset
36580
36581  consists of five columns where in the first two columns contain the equation,
36582  the third the matrix and the last one an empty \SpecialChar TeX
36583  brace.
36584 \begin_inset Formula 
36585 \begin{flalign}
36586 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36587 \rho & \textrm{density}\\
36588 V & \textrm{volume}\\
36589 g & \textrm{gravitational acceleration}
36590 \end{array} &  & {}\label{eq:within}
36591 \end{flalign}
36592
36593 \end_inset
36594
36595
36596 \end_layout
36597
36598 \begin_layout Subsection
36599 Upright small Greek Letters
36600 \begin_inset CommandInset label
36601 LatexCommand label
36602 name "subsec:Upright-small-Greek"
36603
36604 \end_inset
36605
36606
36607 \begin_inset Index idx
36608 status collapsed
36609
36610 \begin_layout Plain Layout
36611 Greek letters ! upright
36612 \end_layout
36613
36614 \end_inset
36615
36616
36617 \end_layout
36618
36619 \begin_layout Standard
36620 Most of the math fonts only provide italic small Greek letters.
36621  But for symbols of elementary particles like pions and neutrinos, upright
36622  Greek letters are needed.
36623  The file 
36624 \series bold
36625 upgreek.sty
36626 \series default
36627
36628 \begin_inset Foot
36629 status collapsed
36630
36631 \begin_layout Plain Layout
36632
36633 \series bold
36634 upgreek
36635 \series default
36636  is part of the \SpecialChar LaTeX
36637 -package 
36638 \series bold
36639 was
36640 \series default
36641
36642 \begin_inset Index idx
36643 status collapsed
36644
36645 \begin_layout Plain Layout
36646 Packages ! was
36647 \begin_inset ERT
36648 status collapsed
36649
36650 \begin_layout Plain Layout
36651
36652
36653 \backslash
36654 vspace{4mm}
36655 \end_layout
36656
36657 \end_inset
36658
36659
36660 \end_layout
36661
36662 \end_inset
36663
36664 .
36665 \end_layout
36666
36667 \end_inset
36668
36669
36670 \begin_inset Index idx
36671 status collapsed
36672
36673 \begin_layout Plain Layout
36674 Packages ! upgreek
36675 \end_layout
36676
36677 \end_inset
36678
36679  that is loaded with the \SpecialChar LaTeX
36680 -preamble line
36681 \end_layout
36682
36683 \begin_layout Standard
36684
36685 \series bold
36686
36687 \backslash
36688 usepackage{upgreek}
36689 \end_layout
36690
36691 \begin_layout Standard
36692 provides them.
36693  
36694 \begin_inset ERT
36695 status collapsed
36696
36697 \begin_layout Plain Layout
36698
36699
36700 \backslash
36701 ifupgreek 
36702 \end_layout
36703
36704 \end_inset
36705
36706
36707 \begin_inset Note Note
36708 status open
36709
36710 \begin_layout Plain Layout
36711 The following table will only be displayed when the \SpecialChar LaTeX
36712 -package 
36713 \series bold
36714 upgreek
36715 \series default
36716  is installed:
36717 \end_layout
36718
36719 \end_inset
36720
36721  They are created when the command for a small Greek letter is started with
36722  
36723 \series bold
36724 up
36725 \series default
36726 .
36727  For example the command 
36728 \series bold
36729
36730 \backslash
36731 uptau
36732 \series default
36733  creates this: 
36734 \begin_inset Formula $\uptau$
36735 \end_inset
36736
36737
36738 \end_layout
36739
36740 \begin_layout Standard
36741 With these commands reactions of elementary particles can be typeset:
36742 \begin_inset Formula 
36743 \[
36744 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36745 \]
36746
36747 \end_inset
36748
36749
36750 \end_layout
36751
36752 \begin_layout Standard
36753 The upright letters are more bold and wider than the italic ones.
36754  They should therefore not be used for units like 
36755 \begin_inset Quotes eld
36756 \end_inset
36757
36758 µm
36759 \begin_inset Quotes erd
36760 \end_inset
36761
36762 .
36763 \end_layout
36764
36765 \begin_layout Standard
36766 \begin_inset ERT
36767 status collapsed
36768
36769 \begin_layout Plain Layout
36770
36771
36772 \backslash
36773 else 
36774 \end_layout
36775
36776 \end_inset
36777
36778
36779 \begin_inset Note Note
36780 status open
36781
36782 \begin_layout Plain Layout
36783 The following will be displayed when the \SpecialChar LaTeX
36784 -package 
36785 \series bold
36786 upgreek
36787 \series default
36788  is not installed:
36789 \end_layout
36790
36791 \end_inset
36792
36793
36794 \end_layout
36795
36796 \begin_layout Standard
36797 You need to install the \SpecialChar LaTeX
36798 -package 
36799 \series bold
36800 upgreek
36801 \series default
36802  to see the rest of this subsection in the output.
36803 \end_layout
36804
36805 \begin_layout Standard
36806 \begin_inset ERT
36807 status collapsed
36808
36809 \begin_layout Plain Layout
36810
36811
36812 \backslash
36813 fi 
36814 \end_layout
36815
36816 \end_inset
36817
36818
36819 \end_layout
36820
36821 \begin_layout Subsection
36822 Text Characters in Formulas
36823 \begin_inset Index idx
36824 status collapsed
36825
36826 \begin_layout Plain Layout
36827 Text ! in formulas
36828 \end_layout
36829
36830 \end_inset
36831
36832
36833 \end_layout
36834
36835 \begin_layout Standard
36836 In some cases you might want to insert text characters directly into formulas.
36837  For example the centered dot · is often used in formulas like 
36838 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36839 \end_inset
36840
36841 .
36842  One would have to insert the command 
36843 \series bold
36844
36845 \backslash
36846 cdot
36847 \series default
36848
36849 \begin_inset Foot
36850 status collapsed
36851
36852 \begin_layout Plain Layout
36853 See 
36854 \begin_inset CommandInset ref
36855 LatexCommand ref
36856 reference "subsec:Binary-Operators"
36857
36858 \end_inset
36859
36860
36861 \end_layout
36862
36863 \end_inset
36864
36865  all the time, because this character is defined in all encodings as a text
36866  character.
36867  But the encoding can be changed by this \SpecialChar LaTeX
36868 -preamble line:
36869 \end_layout
36870
36871 \begin_layout Standard
36872
36873 \series bold
36874
36875 \backslash
36876 Declare Inputtext{183}{
36877 \backslash
36878 ifmmode
36879 \backslash
36880 cdot
36881 \backslash
36882 else
36883 \backslash
36884 textperiodcentered
36885 \backslash
36886 f\SpecialChar ligaturebreak
36887 i}
36888 \end_layout
36889
36890 \begin_layout Standard
36891 The character encoding (menu 
36892 \family sans
36893 Document\SpecialChar menuseparator
36894 Settings\SpecialChar menuseparator
36895 Language
36896 \family default
36897 ) specifies what character appears when a keyboard key is pressed.
36898  When the key for the character '·' is pressed, internally the command 
36899 \series bold
36900
36901 \backslash
36902 textperiodcentered
36903 \series default
36904  is used.
36905  But this command is not available in a formula so that you would get \SpecialChar LaTeX
36906 -errors.
36907  With the changed encoding the correct command is chosen automatically,
36908  depending on if the character was inserted into a formula or not.
36909 \end_layout
36910
36911 \begin_layout Standard
36912 The encoding of several characters is saved in definition files.
36913  For example the encoding 
36914 \series bold
36915 latin9
36916 \series default
36917  is defined in the file 
36918 \series bold
36919 latin9.def
36920 \series default
36921  which is in the installation folder of \SpecialChar LaTeX
36922 .
36923  Encodings should only be changed via the \SpecialChar LaTeX
36924 -preamble and not in the definition
36925  files.
36926  Otherwise documents could not be edited by other \SpecialChar LyX
36927  users working on other
36928  computers.
36929 \end_layout
36930
36931 \begin_layout Standard
36932 \begin_inset VSpace medskip
36933 \end_inset
36934
36935 Besides the centered dot, in this document the degree sign ° is defined
36936  with the following \SpecialChar LaTeX
36937 -preamble line so that it can be directly inserted into
36938  a formula:
36939 \end_layout
36940
36941 \begin_layout Standard
36942
36943 \series bold
36944
36945 \backslash
36946 DeclareInputtext{176}{
36947 \backslash
36948 ifmmode^
36949 \backslash
36950 circ
36951 \backslash
36952 else
36953 \backslash
36954 textdegree
36955 \backslash
36956 f\SpecialChar ligaturebreak
36957 i}
36958 \end_layout
36959
36960 \begin_layout Subsection
36961 \SpecialChar LaTeX
36962 -comments in formulas
36963 \begin_inset Index idx
36964 status collapsed
36965
36966 \begin_layout Plain Layout
36967 \SpecialChar LaTeX
36968 -comments
36969 \end_layout
36970
36971 \end_inset
36972
36973
36974 \end_layout
36975
36976 \begin_layout Standard
36977 In text you can insert a comment that will only be visible in the \SpecialChar LaTeX
36978  source
36979  code of your file with the menu 
36980 \family sans
36981 Insert\SpecialChar menuseparator
36982 Note\SpecialChar menuseparator
36983 Comment
36984 \family default
36985 .
36986  This is not possible in a formula but you can insert \SpecialChar LaTeX
36987 -comments with the
36988  command
36989 \end_layout
36990
36991 \begin_layout Standard
36992
36993 \series bold
36994
36995 \backslash
36996 %
36997 \end_layout
36998
36999 \begin_layout Standard
37000 This creates a box in which you can write your comment.
37001  Due to a bug in \SpecialChar LyX
37002
37003 \begin_inset Foot
37004 status collapsed
37005
37006 \begin_layout Plain Layout
37007 \begin_inset CommandInset href
37008 LatexCommand href
37009 name "LyX-bug #9002"
37010 target "https://www.lyx.org/trac/ticket/9002"
37011 literal "false"
37012
37013 \end_inset
37014
37015
37016 \end_layout
37017
37018 \end_inset
37019
37020  you cannot write normal text inside the comment, even when you use mathematical
37021  text, you will see its \SpecialChar LaTeX
37022 -commands in the \SpecialChar LaTeX
37023 -output.
37024 \begin_inset Newline newline
37025 \end_inset
37026
37027 This a formula with a \SpecialChar LaTeX
37028 -comment:
37029 \begin_inset Formula 
37030 \[
37031 A=B%\text{This is the comment}
37032 \]
37033
37034 \end_inset
37035
37036
37037 \end_layout
37038
37039 \begin_layout Standard
37040 \begin_inset Newpage newpage
37041 \end_inset
37042
37043
37044 \end_layout
37045
37046 \begin_layout Section
37047 \start_of_appendix
37048 Typographic Advice
37049 \begin_inset Index idx
37050 status collapsed
37051
37052 \begin_layout Plain Layout
37053 Typographic advice
37054 \end_layout
37055
37056 \end_inset
37057
37058
37059 \end_layout
37060
37061 \begin_layout Standard
37062 This section is a summary of the most important typographic rules, listed
37063  in ISO norms.
37064 \begin_inset Foot
37065 status collapsed
37066
37067 \begin_layout Plain Layout
37068 This collection was partly taken from the German semi-official dictionary
37069  called 
37070 \begin_inset Quotes eld
37071 \end_inset
37072
37073 Duden
37074 \begin_inset Quotes erd
37075 \end_inset
37076
37077  
37078 \begin_inset CommandInset citation
37079 LatexCommand cite
37080 key "Duden"
37081 literal "true"
37082
37083 \end_inset
37084
37085  that lists some of the ISO rules.
37086  More rules are listed in 
37087 \begin_inset CommandInset citation
37088 LatexCommand cite
37089 key "Checklist"
37090 literal "true"
37091
37092 \end_inset
37093
37094 .
37095 \end_layout
37096
37097 \end_inset
37098
37099
37100 \end_layout
37101
37102 \begin_layout Itemize
37103 Physical units are 
37104 \emph on
37105 always
37106 \emph default
37107  set upright
37108 \begin_inset Foot
37109 status collapsed
37110
37111 \begin_layout Plain Layout
37112 Done with font styles, see 
37113 \begin_inset CommandInset ref
37114 LatexCommand ref
37115 reference "subsec:Font-Styles"
37116
37117 \end_inset
37118
37119
37120 \end_layout
37121
37122 \end_inset
37123
37124 , no matter if they appear in italic text: 30
37125 \begin_inset space \thinspace{}
37126 \end_inset
37127
37128 km/h
37129 \begin_inset Newline newline
37130 \end_inset
37131
37132 Between the value and the unit is the smallest space, see 
37133 \begin_inset CommandInset ref
37134 LatexCommand ref
37135 reference "subsec:Predefined-Space"
37136
37137 \end_inset
37138
37139 .
37140 \begin_inset Newline newline
37141 \end_inset
37142
37143 This convention is automatically fulfilled when the command 
37144 \series bold
37145
37146 \backslash
37147 unittwo
37148 \series default
37149  is used.
37150  When it is entered in a formula, two boxes appear.
37151  In the first one the value is inserted, in the second one the unit, and
37152  the result is as above: 
37153 \begin_inset Formula $\unit[30]{km/h}$
37154 \end_inset
37155
37156
37157 \begin_inset space \thinspace{}
37158 \end_inset
37159
37160 .
37161  Note that 
37162 \series bold
37163
37164 \backslash
37165 unittwo
37166 \series default
37167  is not a real \SpecialChar LaTeX
37168  command but the command 
37169 \series bold
37170
37171 \backslash
37172 unit[value]{unit}
37173 \series default
37174 , therefore you cannot use it in \SpecialChar TeX
37175  code.
37176 \end_layout
37177
37178 \begin_layout Itemize
37179 Percent and perthousand signs are set like physical units:
37180 \begin_inset Newline newline
37181 \end_inset
37182
37183 1.2
37184 \begin_inset space \thinspace{}
37185 \end_inset
37186
37187 ‰ alcohol in blood
37188 \end_layout
37189
37190 \begin_layout Itemize
37191 The degree sign follows the value directly: 15°, except when it is used
37192  in units: 15
37193 \begin_inset space \thinspace{}
37194 \end_inset
37195
37196 °C
37197 \end_layout
37198
37199 \begin_layout Itemize
37200 In numbers with more than four digits the smallest space is inserted before
37201  every third digit to group them: 
37202 \family roman
37203 \series medium
37204 \shape up
37205 \size normal
37206 \emph off
37207 \bar no
37208 \noun off
37209 \color none
37210 18
37211 \begin_inset space \thinspace{}
37212 \end_inset
37213
37214 473
37215 \begin_inset space \thinspace{}
37216 \end_inset
37217
37218 588
37219 \end_layout
37220
37221 \begin_layout Itemize
37222 For dimensions like 120×90×40
37223 \begin_inset space \thinspace{}
37224 \end_inset
37225
37226 cm the multiplication sign 
37227 \begin_inset Quotes eld
37228 \end_inset
37229
37230 ×
37231 \begin_inset Quotes erd
37232 \end_inset
37233
37234  is used.
37235  It is available either via the command 
37236 \series bold
37237
37238 \backslash
37239 times
37240 \series default
37241  or via the menu 
37242 \family sans
37243 Insert\SpecialChar menuseparator
37244 Special Character\SpecialChar menuseparator
37245 Symbols
37246 \family default
37247 .
37248 \end_layout
37249
37250 \begin_layout Itemize
37251 Functions with names consisting of several letters are set upright to avoid
37252  confusions, see 
37253 \begin_inset CommandInset ref
37254 LatexCommand ref
37255 reference "subsec:Predefined-Functions"
37256
37257 \end_inset
37258
37259 .
37260 \end_layout
37261
37262 \begin_layout Itemize
37263 Indices consisting of several letters, are set upright: 
37264 \begin_inset Formula $E_{\mathrm{kin}}$
37265 \end_inset
37266
37267
37268 \begin_inset Newline newline
37269 \end_inset
37270
37271 Components of matrices are set italic: 
37272 \begin_inset Formula $\hat{H}_{kl}$
37273 \end_inset
37274
37275
37276 \end_layout
37277
37278 \begin_layout Itemize
37279 The differentiation/integration operator 'd', the Euler's number 'e' and
37280  the imaginary unit 'i' should be set upright, to avoid mixing them up with
37281  other variables.
37282 \end_layout
37283
37284 \begin_layout Itemize
37285 The character that denotes a 
37286 \noun on
37287 Fourier
37288 \noun default
37289  transformation is inserted either by the command 
37290 \series bold
37291
37292 \backslash
37293 mathscr
37294 \begin_inset space \textvisiblespace{}
37295 \end_inset
37296
37297 F
37298 \series default
37299  or via the menu 
37300 \family sans
37301 Insert\SpecialChar menuseparator
37302 Special Character\SpecialChar menuseparator
37303 Symbols\SpecialChar menuseparator
37304 Letterlike
37305 \begin_inset space ~
37306 \end_inset
37307
37308 Symbols
37309 \family default
37310
37311 \begin_inset Formula $\mathscr{F}$
37312 \end_inset
37313
37314
37315 \end_layout
37316
37317 \begin_layout Standard
37318 \begin_inset Newpage newpage
37319 \end_inset
37320
37321
37322 \end_layout
37323
37324 \begin_layout Section
37325 Synonyms
37326 \begin_inset Index idx
37327 status collapsed
37328
37329 \begin_layout Plain Layout
37330 Synonyms
37331 \end_layout
37332
37333 \end_inset
37334
37335
37336 \end_layout
37337
37338 \begin_layout Standard
37339 Some characters and symbols can be created with several commands.
37340  Here is a list of the synonym commands:
37341 \end_layout
37342
37343 \begin_layout Standard
37344 \begin_inset VSpace bigskip
37345 \end_inset
37346
37347
37348 \begin_inset space \hfill{}
37349 \end_inset
37350
37351
37352 \begin_inset Tabular
37353 <lyxtabular version="3" rows="12" columns="2">
37354 <features booktabs="true" tabularvalignment="middle">
37355 <column alignment="center" valignment="top" width="0pt">
37356 <column alignment="center" valignment="top" width="0pt">
37357 <row>
37358 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37359 \begin_inset Text
37360
37361 \begin_layout Plain Layout
37362 Command
37363 \end_layout
37364
37365 \end_inset
37366 </cell>
37367 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37368 \begin_inset Text
37369
37370 \begin_layout Plain Layout
37371 equivalent to
37372 \end_layout
37373
37374 \end_inset
37375 </cell>
37376 </row>
37377 <row>
37378 <cell alignment="center" valignment="top" usebox="none">
37379 \begin_inset Text
37380
37381 \begin_layout Plain Layout
37382
37383 \backslash
37384 ast
37385 \end_layout
37386
37387 \end_inset
37388 </cell>
37389 <cell alignment="center" valignment="top" usebox="none">
37390 \begin_inset Text
37391
37392 \begin_layout Plain Layout
37393 *
37394 \end_layout
37395
37396 \end_inset
37397 </cell>
37398 </row>
37399 <row>
37400 <cell alignment="center" valignment="top" usebox="none">
37401 \begin_inset Text
37402
37403 \begin_layout Plain Layout
37404
37405 \backslash
37406 choose
37407 \end_layout
37408
37409 \end_inset
37410 </cell>
37411 <cell alignment="center" valignment="top" usebox="none">
37412 \begin_inset Text
37413
37414 \begin_layout Plain Layout
37415
37416 \backslash
37417 binom
37418 \end_layout
37419
37420 \end_inset
37421 </cell>
37422 </row>
37423 <row>
37424 <cell alignment="center" valignment="top" usebox="none">
37425 \begin_inset Text
37426
37427 \begin_layout Plain Layout
37428
37429 \backslash
37430 geq
37431 \end_layout
37432
37433 \end_inset
37434 </cell>
37435 <cell alignment="center" valignment="top" usebox="none">
37436 \begin_inset Text
37437
37438 \begin_layout Plain Layout
37439
37440 \backslash
37441 ge
37442 \end_layout
37443
37444 \end_inset
37445 </cell>
37446 </row>
37447 <row>
37448 <cell alignment="center" valignment="top" usebox="none">
37449 \begin_inset Text
37450
37451 \begin_layout Plain Layout
37452
37453 \backslash
37454 lbrace
37455 \end_layout
37456
37457 \end_inset
37458 </cell>
37459 <cell alignment="center" valignment="top" usebox="none">
37460 \begin_inset Text
37461
37462 \begin_layout Plain Layout
37463 {
37464 \end_layout
37465
37466 \end_inset
37467 </cell>
37468 </row>
37469 <row>
37470 <cell alignment="center" valignment="top" usebox="none">
37471 \begin_inset Text
37472
37473 \begin_layout Plain Layout
37474
37475 \backslash
37476 lbracket
37477 \end_layout
37478
37479 \end_inset
37480 </cell>
37481 <cell alignment="center" valignment="top" usebox="none">
37482 \begin_inset Text
37483
37484 \begin_layout Plain Layout
37485 [
37486 \end_layout
37487
37488 \end_inset
37489 </cell>
37490 </row>
37491 <row>
37492 <cell alignment="center" valignment="top" usebox="none">
37493 \begin_inset Text
37494
37495 \begin_layout Plain Layout
37496
37497 \backslash
37498 leftarrow
37499 \end_layout
37500
37501 \end_inset
37502 </cell>
37503 <cell alignment="center" valignment="top" usebox="none">
37504 \begin_inset Text
37505
37506 \begin_layout Plain Layout
37507
37508 \backslash
37509 gets
37510 \end_layout
37511
37512 \end_inset
37513 </cell>
37514 </row>
37515 <row>
37516 <cell alignment="center" valignment="top" usebox="none">
37517 \begin_inset Text
37518
37519 \begin_layout Plain Layout
37520
37521 \backslash
37522 leq
37523 \end_layout
37524
37525 \end_inset
37526 </cell>
37527 <cell alignment="center" valignment="top" usebox="none">
37528 \begin_inset Text
37529
37530 \begin_layout Plain Layout
37531
37532 \backslash
37533 le
37534 \end_layout
37535
37536 \end_inset
37537 </cell>
37538 </row>
37539 <row>
37540 <cell alignment="center" valignment="top" usebox="none">
37541 \begin_inset Text
37542
37543 \begin_layout Plain Layout
37544
37545 \backslash
37546 lor
37547 \end_layout
37548
37549 \end_inset
37550 </cell>
37551 <cell alignment="center" valignment="top" usebox="none">
37552 \begin_inset Text
37553
37554 \begin_layout Plain Layout
37555
37556 \backslash
37557 vee
37558 \end_layout
37559
37560 \end_inset
37561 </cell>
37562 </row>
37563 <row>
37564 <cell alignment="center" valignment="top" usebox="none">
37565 \begin_inset Text
37566
37567 \begin_layout Plain Layout
37568
37569 \backslash
37570 neq
37571 \end_layout
37572
37573 \end_inset
37574 </cell>
37575 <cell alignment="center" valignment="top" usebox="none">
37576 \begin_inset Text
37577
37578 \begin_layout Plain Layout
37579
37580 \backslash
37581 not=
37582 \end_layout
37583
37584 \end_inset
37585 </cell>
37586 </row>
37587 <row>
37588 <cell alignment="center" valignment="top" usebox="none">
37589 \begin_inset Text
37590
37591 \begin_layout Plain Layout
37592
37593 \backslash
37594 slash
37595 \end_layout
37596
37597 \end_inset
37598 </cell>
37599 <cell alignment="center" valignment="top" usebox="none">
37600 \begin_inset Text
37601
37602 \begin_layout Plain Layout
37603 /
37604 \end_layout
37605
37606 \end_inset
37607 </cell>
37608 </row>
37609 <row>
37610 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37611 \begin_inset Text
37612
37613 \begin_layout Plain Layout
37614
37615 \backslash
37616 vert
37617 \end_layout
37618
37619 \end_inset
37620 </cell>
37621 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37622 \begin_inset Text
37623
37624 \begin_layout Plain Layout
37625 |
37626 \end_layout
37627
37628 \end_inset
37629 </cell>
37630 </row>
37631 </lyxtabular>
37632
37633 \end_inset
37634
37635
37636 \begin_inset space \hfill{}
37637 \end_inset
37638
37639
37640 \begin_inset Tabular
37641 <lyxtabular version="3" rows="12" columns="2">
37642 <features booktabs="true" tabularvalignment="middle">
37643 <column alignment="center" valignment="top" width="0pt">
37644 <column alignment="center" valignment="top" width="0pt">
37645 <row>
37646 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37647 \begin_inset Text
37648
37649 \begin_layout Plain Layout
37650 Command
37651 \end_layout
37652
37653 \end_inset
37654 </cell>
37655 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37656 \begin_inset Text
37657
37658 \begin_layout Plain Layout
37659 equivalent to
37660 \end_layout
37661
37662 \end_inset
37663 </cell>
37664 </row>
37665 <row>
37666 <cell alignment="center" valignment="top" usebox="none">
37667 \begin_inset Text
37668
37669 \begin_layout Plain Layout
37670
37671 \backslash
37672 backslash
37673 \end_layout
37674
37675 \end_inset
37676 </cell>
37677 <cell alignment="center" valignment="top" usebox="none">
37678 \begin_inset Text
37679
37680 \begin_layout Plain Layout
37681
37682 \backslash
37683
37684 \backslash
37685
37686 \end_layout
37687
37688 \end_inset
37689 </cell>
37690 </row>
37691 <row>
37692 <cell alignment="center" valignment="top" usebox="none">
37693 \begin_inset Text
37694
37695 \begin_layout Plain Layout
37696
37697 \backslash
37698 dasharrow
37699 \end_layout
37700
37701 \end_inset
37702 </cell>
37703 <cell alignment="center" valignment="top" usebox="none">
37704 \begin_inset Text
37705
37706 \begin_layout Plain Layout
37707
37708 \backslash
37709 dashrightarrow
37710 \end_layout
37711
37712 \end_inset
37713 </cell>
37714 </row>
37715 <row>
37716 <cell alignment="center" valignment="top" usebox="none">
37717 \begin_inset Text
37718
37719 \begin_layout Plain Layout
37720
37721 \backslash
37722 land
37723 \end_layout
37724
37725 \end_inset
37726 </cell>
37727 <cell alignment="center" valignment="top" usebox="none">
37728 \begin_inset Text
37729
37730 \begin_layout Plain Layout
37731
37732 \backslash
37733 wedge
37734 \end_layout
37735
37736 \end_inset
37737 </cell>
37738 </row>
37739 <row>
37740 <cell alignment="center" valignment="top" usebox="none">
37741 \begin_inset Text
37742
37743 \begin_layout Plain Layout
37744
37745 \backslash
37746 rbrace
37747 \end_layout
37748
37749 \end_inset
37750 </cell>
37751 <cell alignment="center" valignment="top" usebox="none">
37752 \begin_inset Text
37753
37754 \begin_layout Plain Layout
37755 }
37756 \end_layout
37757
37758 \end_inset
37759 </cell>
37760 </row>
37761 <row>
37762 <cell alignment="center" valignment="top" usebox="none">
37763 \begin_inset Text
37764
37765 \begin_layout Plain Layout
37766
37767 \backslash
37768 rbracket
37769 \end_layout
37770
37771 \end_inset
37772 </cell>
37773 <cell alignment="center" valignment="top" usebox="none">
37774 \begin_inset Text
37775
37776 \begin_layout Plain Layout
37777 ]
37778 \end_layout
37779
37780 \end_inset
37781 </cell>
37782 </row>
37783 <row>
37784 <cell alignment="center" valignment="top" usebox="none">
37785 \begin_inset Text
37786
37787 \begin_layout Plain Layout
37788
37789 \backslash
37790 rightarrow
37791 \end_layout
37792
37793 \end_inset
37794 </cell>
37795 <cell alignment="center" valignment="top" usebox="none">
37796 \begin_inset Text
37797
37798 \begin_layout Plain Layout
37799
37800 \backslash
37801 to
37802 \end_layout
37803
37804 \end_inset
37805 </cell>
37806 </row>
37807 <row>
37808 <cell alignment="center" valignment="top" usebox="none">
37809 \begin_inset Text
37810
37811 \begin_layout Plain Layout
37812
37813 \backslash
37814 lnot
37815 \end_layout
37816
37817 \end_inset
37818 </cell>
37819 <cell alignment="center" valignment="top" usebox="none">
37820 \begin_inset Text
37821
37822 \begin_layout Plain Layout
37823
37824 \backslash
37825 neg
37826 \end_layout
37827
37828 \end_inset
37829 </cell>
37830 </row>
37831 <row>
37832 <cell alignment="center" valignment="top" usebox="none">
37833 \begin_inset Text
37834
37835 \begin_layout Plain Layout
37836
37837 \backslash
37838 ne
37839 \end_layout
37840
37841 \end_inset
37842 </cell>
37843 <cell alignment="center" valignment="top" usebox="none">
37844 \begin_inset Text
37845
37846 \begin_layout Plain Layout
37847
37848 \backslash
37849 not=
37850 \end_layout
37851
37852 \end_inset
37853 </cell>
37854 </row>
37855 <row>
37856 <cell alignment="center" valignment="top" usebox="none">
37857 \begin_inset Text
37858
37859 \begin_layout Plain Layout
37860
37861 \backslash
37862 owns
37863 \end_layout
37864
37865 \end_inset
37866 </cell>
37867 <cell alignment="center" valignment="top" usebox="none">
37868 \begin_inset Text
37869
37870 \begin_layout Plain Layout
37871
37872 \backslash
37873 ni
37874 \end_layout
37875
37876 \end_inset
37877 </cell>
37878 </row>
37879 <row>
37880 <cell alignment="center" valignment="top" usebox="none">
37881 \begin_inset Text
37882
37883 \begin_layout Plain Layout
37884
37885 \backslash
37886 square
37887 \end_layout
37888
37889 \end_inset
37890 </cell>
37891 <cell alignment="center" valignment="top" usebox="none">
37892 \begin_inset Text
37893
37894 \begin_layout Plain Layout
37895
37896 \backslash
37897 Box
37898 \end_layout
37899
37900 \end_inset
37901 </cell>
37902 </row>
37903 <row>
37904 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37905 \begin_inset Text
37906
37907 \begin_layout Plain Layout
37908
37909 \backslash
37910 Vert
37911 \end_layout
37912
37913 \end_inset
37914 </cell>
37915 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37916 \begin_inset Text
37917
37918 \begin_layout Plain Layout
37919
37920 \backslash
37921 |
37922 \end_layout
37923
37924 \end_inset
37925 </cell>
37926 </row>
37927 </lyxtabular>
37928
37929 \end_inset
37930
37931
37932 \begin_inset space \hfill{}
37933 \end_inset
37934
37935
37936 \begin_inset CommandInset href
37937 LatexCommand href
37938 name "List"
37939 target "https://ctan.org/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37940 literal "false"
37941
37942 \end_inset
37943
37944
37945 \end_layout
37946
37947 \begin_layout Standard
37948 \begin_inset Newpage newpage
37949 \end_inset
37950
37951
37952 \end_layout
37953
37954 \begin_layout Bibliography
37955 \begin_inset CommandInset bibitem
37956 LatexCommand bibitem
37957 key "TLC2"
37958 literal "true"
37959
37960 \end_inset
37961
37962
37963 \shape smallcaps
37964 F.
37965  Mittelbach; M.
37966  Goossens
37967 \shape default
37968
37969 \shape italic
37970 The \SpecialChar LaTeX
37971  Companion
37972 \shape default
37973 .
37974  Addison Wesley, 2004
37975 \end_layout
37976
37977 \begin_layout Bibliography
37978 \begin_inset CommandInset bibitem
37979 LatexCommand bibitem
37980 key "Mathmode"
37981 literal "true"
37982
37983 \end_inset
37984
37985
37986 \change_inserted 5863208 1612728717
37987
37988 \begin_inset CommandInset href
37989 LatexCommand href
37990 name "Description"
37991 target "http://mirrors.ctan.org/obsolete/info/math/voss/mathmode/Mathmode.pdf"
37992 literal "false"
37993
37994 \end_inset
37995
37996
37997 \change_deleted 5863208 1612728717
37998
37999 \begin_inset CommandInset href
38000 LatexCommand href
38001 name "Description"
38002 target "https://www.tug.org/~hvoss/PDF/mathmode.pdf"
38003 literal "false"
38004
38005 \end_inset
38006
38007
38008 \change_unchanged
38009  of \SpecialChar LaTeX
38010 's math abilities
38011 \change_deleted 5863208 1612728849
38012
38013 \begin_inset Note Note
38014 status open
38015
38016 \begin_layout Plain Layout
38017
38018 \change_inserted 232239728 1611367909
38019 Bad Link
38020 \change_unchanged
38021
38022 \end_layout
38023
38024 \end_inset
38025
38026
38027 \change_unchanged
38028
38029 \end_layout
38030
38031 \begin_layout Bibliography
38032 \begin_inset CommandInset bibitem
38033 LatexCommand bibitem
38034 key "AMS"
38035 literal "true"
38036
38037 \end_inset
38038
38039
38040 \change_inserted 5863208 1612728836
38041
38042 \begin_inset CommandInset href
38043 LatexCommand href
38044 name "Description"
38045 target "http://tug.ctan.org/info/amslatex/english/amsldoc.pdf"
38046 literal "false"
38047
38048 \end_inset
38049
38050
38051 \change_deleted 5863208 1612728836
38052
38053 \begin_inset CommandInset href
38054 LatexCommand href
38055 name "Description"
38056 target "https://www.ctan.org/tex-archive/macros/latex/required/amslatex/math/amsldoc.pdf"
38057 literal "false"
38058
38059 \end_inset
38060
38061
38062 \change_unchanged
38063  of 
38064 \begin_inset ERT
38065 status collapsed
38066
38067 \begin_layout Plain Layout
38068
38069
38070 \backslash
38071 AmS
38072 \end_layout
38073
38074 \end_inset
38075
38076 -\SpecialChar LaTeX
38077
38078 \change_deleted 5863208 1612728851
38079
38080 \begin_inset Note Note
38081 status open
38082
38083 \begin_layout Plain Layout
38084
38085 \change_inserted 232239728 1611367919
38086 Bad Link
38087 \change_unchanged
38088
38089 \end_layout
38090
38091 \end_inset
38092
38093
38094 \change_unchanged
38095
38096 \end_layout
38097
38098 \begin_layout Bibliography
38099 \begin_inset CommandInset bibitem
38100 LatexCommand bibitem
38101 key "Symbols"
38102 literal "true"
38103
38104 \end_inset
38105
38106
38107 \change_inserted 5863208 1612728963
38108
38109 \begin_inset CommandInset href
38110 LatexCommand href
38111 name "List"
38112 target "http://tug.ctan.org/info/symbols/comprehensive/symbols-a4.pdf"
38113 literal "false"
38114
38115 \end_inset
38116
38117
38118 \change_deleted 5863208 1612728963
38119
38120 \begin_inset CommandInset href
38121 LatexCommand href
38122 name "List"
38123 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38124 literal "false"
38125
38126 \end_inset
38127
38128
38129 \change_unchanged
38130  of all symbols available with \SpecialChar LaTeX
38131 -packages
38132 \change_deleted 5863208 1612728966
38133
38134 \begin_inset Note Note
38135 status open
38136
38137 \begin_layout Plain Layout
38138
38139 \change_inserted 232239728 1611367959
38140 Bad link
38141 \change_unchanged
38142
38143 \end_layout
38144
38145 \end_inset
38146
38147
38148 \change_unchanged
38149
38150 \end_layout
38151
38152 \begin_layout Bibliography
38153 \begin_inset CommandInset bibitem
38154 LatexCommand bibitem
38155 key "cancel"
38156 literal "true"
38157
38158 \end_inset
38159
38160
38161 \begin_inset CommandInset href
38162 LatexCommand href
38163 name "Documentation"
38164 target "https://www.ctan.org/tex-archive/macros/latex/contrib/cancel/cancel.pdf"
38165 literal "false"
38166
38167 \end_inset
38168
38169  of the \SpecialChar LaTeX
38170 -package 
38171 \series bold
38172 cancel
38173 \series default
38174
38175 \begin_inset Index idx
38176 status collapsed
38177
38178 \begin_layout Plain Layout
38179 Packages ! cancel
38180 \end_layout
38181
38182 \end_inset
38183
38184
38185 \end_layout
38186
38187 \begin_layout Bibliography
38188 \begin_inset CommandInset bibitem
38189 LatexCommand bibitem
38190 key "hyperref"
38191 literal "true"
38192
38193 \end_inset
38194
38195
38196 \begin_inset CommandInset href
38197 LatexCommand href
38198 name "Documentation"
38199 target "https://www.ctan.org/tex-archive/macros/latex/contrib/hyperref/doc/manual.pdf"
38200 literal "false"
38201
38202 \end_inset
38203
38204  of the \SpecialChar LaTeX
38205 -package 
38206 \series bold
38207 hyperref
38208 \series default
38209
38210 \begin_inset Index idx
38211 status collapsed
38212
38213 \begin_layout Plain Layout
38214 Packages ! hyperref
38215 \end_layout
38216
38217 \end_inset
38218
38219
38220 \end_layout
38221
38222 \begin_layout Bibliography
38223 \begin_inset CommandInset bibitem
38224 LatexCommand bibitem
38225 key "mhchem"
38226 literal "true"
38227
38228 \end_inset
38229
38230
38231 \begin_inset CommandInset href
38232 LatexCommand href
38233 name "Documentation"
38234 target "https://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38235 literal "false"
38236
38237 \end_inset
38238
38239  of the \SpecialChar LaTeX
38240 -package 
38241 \series bold
38242 mhchem
38243 \series default
38244
38245 \begin_inset Index idx
38246 status collapsed
38247
38248 \begin_layout Plain Layout
38249 Packages ! mhchem
38250 \end_layout
38251
38252 \end_inset
38253
38254
38255 \end_layout
38256
38257 \begin_layout Bibliography
38258 \begin_inset CommandInset bibitem
38259 LatexCommand bibitem
38260 key "Duden"
38261 literal "true"
38262
38263 \end_inset
38264
38265
38266 \emph on
38267 Duden Band
38268 \begin_inset space ~
38269 \end_inset
38270
38271 1
38272 \emph default
38273 .
38274  22.
38275 \begin_inset space ~
38276 \end_inset
38277
38278 Auflage, Dudenverlag, 2000
38279 \end_layout
38280
38281 \begin_layout Bibliography
38282 \begin_inset CommandInset bibitem
38283 LatexCommand bibitem
38284 key "Checklist"
38285 literal "true"
38286
38287 \end_inset
38288
38289
38290 \begin_inset CommandInset href
38291 LatexCommand href
38292 name "Check list"
38293 target "https://www.nist.gov/physical-measurement-laboratory/special-publication-811"
38294 literal "false"
38295
38296 \end_inset
38297
38298  for reviewing manuscripts
38299 \end_layout
38300
38301 \begin_layout Standard
38302 \begin_inset CommandInset index_print
38303 LatexCommand printindex
38304 type "idx"
38305 name "Index"
38306 literal "false"
38307
38308 \end_inset
38309
38310
38311 \end_layout
38312
38313 \end_body
38314 \end_document